File tree Expand file tree Collapse file tree 4 files changed +12
-7
lines changed Expand file tree Collapse file tree 4 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -786,13 +786,13 @@ navigation:
786
786
baseurl : /aspnet-core
787
787
788
788
# # The Kendo UI version used
789
- cdnVersion : " 2025.2.520 "
789
+ cdnVersion : " 2025.2.702 "
790
790
791
791
# # The themes CDN used
792
792
themesCdnVersion : " 11.0.2"
793
793
794
794
# # The MVC Core version used
795
- mvcCoreVersion : " 2025.2.520 "
795
+ mvcCoreVersion : " 2025.2.702 "
796
796
797
797
productCode : UIASPCORE
798
798
Original file line number Diff line number Diff line change @@ -615,7 +615,7 @@ navigation:
615
615
baseurl : /kendo-ui
616
616
617
617
# # The Kendo UI version used
618
- cdnVersion : " 2025.2.520 "
618
+ cdnVersion : " 2025.2.702 "
619
619
620
620
# # The themes CDN used
621
621
themesCdnVersion : " 11.0.2"
@@ -624,7 +624,7 @@ themesCdnVersion: "11.0.2"
624
624
pdfjsCdnVersion : " 4.6.82"
625
625
626
626
# # The MVC Core version used
627
- mvcCoreVersion : " 2025.2.520 "
627
+ mvcCoreVersion : " 2025.2.702 "
628
628
629
629
# # Progress NPM Registry
630
630
registry_url : ' https://registry.npm.telerik.com/'
Original file line number Diff line number Diff line change @@ -398,7 +398,13 @@ export const __meta__ = {
398
398
result . push ( popup ) ;
399
399
}
400
400
opener = popup . find ( popupOpenerSelector ( ) ) ;
401
- popupId = opener . data ( POPUP_OPENER_ATTR ) ;
401
+
402
+ if ( opener && opener . length && opener . length > 1 ) {
403
+ result . push ( ...getChildPopups ( popup , overflowWrapper ) ) ;
404
+ popupId = null ;
405
+ } else {
406
+ popupId = opener . data ( POPUP_OPENER_ATTR ) ;
407
+ }
402
408
}
403
409
} ) ;
404
410
@@ -2832,7 +2838,6 @@ export const __meta__ = {
2832
2838
2833
2839
close : function ( ) {
2834
2840
var that = this ;
2835
-
2836
2841
if ( contains ( that . element [ 0 ] , $ ( arguments [ 0 ] ) [ 0 ] ) || that . _itemHasChildren ( arguments [ 0 ] ) ) {
2837
2842
Menu . fn . close . call ( that , arguments [ 0 ] ) ;
2838
2843
} else {
Original file line number Diff line number Diff line change 1
- // Type definitions for Kendo UI Professional v2025.2.520
1
+ // Type definitions for Kendo UI Professional v2025.2.702
2
2
// Project: http://www.telerik.com/kendo-ui
3
3
// Definitions by: Telerik <https://github.com/telerik>
4
4
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
You can’t perform that action at this time.
0 commit comments