@progress/kendo-react-layout 9.2.0-develop.2 → 9.2.0-develop.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (164) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +1 -1
  3. package/actionsheet/ActionSheet.js +2 -2
  4. package/actionsheet/ActionSheet.mjs +78 -75
  5. package/actionsheet/ActionSheetContent.js +1 -1
  6. package/actionsheet/ActionSheetContent.mjs +1 -1
  7. package/actionsheet/ActionSheetFooter.js +1 -1
  8. package/actionsheet/ActionSheetFooter.mjs +1 -1
  9. package/actionsheet/ActionSheetHeader.js +1 -1
  10. package/actionsheet/ActionSheetHeader.mjs +1 -1
  11. package/actionsheet/ActionSheetItem.js +1 -1
  12. package/actionsheet/ActionSheetItem.mjs +1 -1
  13. package/appbar/AppBar.js +1 -1
  14. package/appbar/AppBar.mjs +1 -1
  15. package/appbar/AppBarSection.js +1 -1
  16. package/appbar/AppBarSection.mjs +1 -1
  17. package/appbar/AppBarSpacer.js +1 -1
  18. package/appbar/AppBarSpacer.mjs +1 -1
  19. package/bottomnavigation/BottomNavigation.js +1 -1
  20. package/bottomnavigation/BottomNavigation.mjs +1 -1
  21. package/bottomnavigation/BottomNavigationItem.js +1 -1
  22. package/bottomnavigation/BottomNavigationItem.mjs +1 -1
  23. package/bottomnavigation/models/utils.js +1 -1
  24. package/bottomnavigation/models/utils.mjs +1 -1
  25. package/breadcrumb/Breadcrumb.js +1 -1
  26. package/breadcrumb/Breadcrumb.mjs +1 -1
  27. package/breadcrumb/BreadcrumbDelimiter.js +1 -1
  28. package/breadcrumb/BreadcrumbDelimiter.mjs +1 -1
  29. package/breadcrumb/BreadcrumbLink.js +1 -1
  30. package/breadcrumb/BreadcrumbLink.mjs +1 -1
  31. package/breadcrumb/BreadcrumbListItem.js +1 -1
  32. package/breadcrumb/BreadcrumbListItem.mjs +1 -1
  33. package/breadcrumb/BreadcrumbOrderedList.js +1 -1
  34. package/breadcrumb/BreadcrumbOrderedList.mjs +1 -1
  35. package/card/Avatar.js +1 -1
  36. package/card/Avatar.mjs +1 -1
  37. package/card/Card.js +1 -1
  38. package/card/Card.mjs +1 -1
  39. package/card/CardActions.js +1 -1
  40. package/card/CardActions.mjs +1 -1
  41. package/card/CardBody.js +1 -1
  42. package/card/CardBody.mjs +1 -1
  43. package/card/CardFooter.js +1 -1
  44. package/card/CardFooter.mjs +1 -1
  45. package/card/CardHeader.js +1 -1
  46. package/card/CardHeader.mjs +1 -1
  47. package/card/CardImage.js +1 -1
  48. package/card/CardImage.mjs +1 -1
  49. package/card/CardSubtitle.js +1 -1
  50. package/card/CardSubtitle.mjs +1 -1
  51. package/card/CardTitle.js +1 -1
  52. package/card/CardTitle.mjs +1 -1
  53. package/card/interfaces/Enums.js +1 -1
  54. package/card/interfaces/Enums.mjs +1 -1
  55. package/contextmenu/ContextMenu.js +1 -1
  56. package/contextmenu/ContextMenu.mjs +1 -1
  57. package/dist/cdn/js/kendo-react-layout.js +2 -2
  58. package/drawer/Drawer.js +1 -1
  59. package/drawer/Drawer.mjs +1 -1
  60. package/drawer/DrawerContent.js +1 -1
  61. package/drawer/DrawerContent.mjs +1 -1
  62. package/drawer/DrawerItem.js +1 -1
  63. package/drawer/DrawerItem.mjs +1 -1
  64. package/drawer/DrawerNavigation.js +1 -1
  65. package/drawer/DrawerNavigation.mjs +1 -1
  66. package/drawer/context/DrawerContext.js +1 -1
  67. package/drawer/context/DrawerContext.mjs +1 -1
  68. package/expansionpanel/ExpansionPanel.js +1 -1
  69. package/expansionpanel/ExpansionPanel.mjs +1 -1
  70. package/expansionpanel/ExpansionPanelContent.js +1 -1
  71. package/expansionpanel/ExpansionPanelContent.mjs +1 -1
  72. package/gridlayout/GridLayout.js +1 -1
  73. package/gridlayout/GridLayout.mjs +1 -1
  74. package/gridlayout/GridLayoutItem.js +1 -1
  75. package/gridlayout/GridLayoutItem.mjs +1 -1
  76. package/index.d.mts +23 -3
  77. package/index.d.ts +23 -3
  78. package/index.js +1 -1
  79. package/index.mjs +1 -1
  80. package/menu/components/Menu.js +1 -1
  81. package/menu/components/Menu.mjs +1 -1
  82. package/menu/components/MenuItem.js +1 -1
  83. package/menu/components/MenuItem.mjs +1 -1
  84. package/menu/components/MenuItemArrow.js +1 -1
  85. package/menu/components/MenuItemArrow.mjs +1 -1
  86. package/menu/components/MenuItemInternal.js +1 -1
  87. package/menu/components/MenuItemInternal.mjs +1 -1
  88. package/menu/components/MenuItemLink.js +1 -1
  89. package/menu/components/MenuItemLink.mjs +1 -1
  90. package/menu/consts.js +1 -1
  91. package/menu/consts.mjs +1 -1
  92. package/menu/utils/DirectionHolder.js +1 -1
  93. package/menu/utils/DirectionHolder.mjs +1 -1
  94. package/menu/utils/MouseOverHandler.js +1 -1
  95. package/menu/utils/MouseOverHandler.mjs +1 -1
  96. package/menu/utils/getNewItemIdUponKeyboardNavigation.js +1 -1
  97. package/menu/utils/getNewItemIdUponKeyboardNavigation.mjs +1 -1
  98. package/menu/utils/hoverDelay.js +1 -1
  99. package/menu/utils/hoverDelay.mjs +1 -1
  100. package/menu/utils/itemsIdsUtils.js +1 -1
  101. package/menu/utils/itemsIdsUtils.mjs +1 -1
  102. package/menu/utils/misc.js +1 -1
  103. package/menu/utils/misc.mjs +1 -1
  104. package/menu/utils/prepareInputItemsForInternalWork.js +1 -1
  105. package/menu/utils/prepareInputItemsForInternalWork.mjs +1 -1
  106. package/package-metadata.js +1 -1
  107. package/package-metadata.mjs +2 -2
  108. package/package.json +6 -6
  109. package/panelbar/PanelBar.js +1 -1
  110. package/panelbar/PanelBar.mjs +1 -1
  111. package/panelbar/PanelBarItem.js +1 -1
  112. package/panelbar/PanelBarItem.mjs +1 -1
  113. package/panelbar/interfaces/NavigationAction.js +1 -1
  114. package/panelbar/interfaces/NavigationAction.mjs +1 -1
  115. package/panelbar/util.js +1 -1
  116. package/panelbar/util.mjs +1 -1
  117. package/splitter/Splitter.js +1 -1
  118. package/splitter/Splitter.mjs +1 -1
  119. package/splitter/SplitterBar.js +1 -1
  120. package/splitter/SplitterBar.mjs +1 -1
  121. package/splitter/SplitterPane.js +1 -1
  122. package/splitter/SplitterPane.mjs +1 -1
  123. package/splitter/messages/index.js +1 -1
  124. package/splitter/messages/index.mjs +1 -1
  125. package/stacklayout/StackLayout.js +1 -1
  126. package/stacklayout/StackLayout.mjs +1 -1
  127. package/stepper/Step.js +1 -1
  128. package/stepper/Step.mjs +1 -1
  129. package/stepper/Stepper.js +1 -1
  130. package/stepper/Stepper.mjs +1 -1
  131. package/stepper/contants.js +1 -1
  132. package/stepper/contants.mjs +1 -1
  133. package/stepper/context/StepperContext.js +1 -1
  134. package/stepper/context/StepperContext.mjs +1 -1
  135. package/stepper/messages/index.js +1 -1
  136. package/stepper/messages/index.mjs +1 -1
  137. package/tabstrip/TabStrip.js +1 -1
  138. package/tabstrip/TabStrip.mjs +1 -1
  139. package/tabstrip/TabStripContent.js +1 -1
  140. package/tabstrip/TabStripContent.mjs +1 -1
  141. package/tabstrip/TabStripNavigation.js +1 -1
  142. package/tabstrip/TabStripNavigation.mjs +1 -1
  143. package/tabstrip/TabStripNavigationItem.js +1 -1
  144. package/tabstrip/TabStripNavigationItem.mjs +1 -1
  145. package/tabstrip/TabStripTab.js +1 -1
  146. package/tabstrip/TabStripTab.mjs +1 -1
  147. package/tabstrip/messages/index.js +1 -1
  148. package/tabstrip/messages/index.mjs +1 -1
  149. package/tilelayout/InternalTile.js +1 -1
  150. package/tilelayout/InternalTile.mjs +1 -1
  151. package/tilelayout/ResizeHandlers.js +1 -1
  152. package/tilelayout/ResizeHandlers.mjs +1 -1
  153. package/tilelayout/TileLayout.js +1 -1
  154. package/tilelayout/TileLayout.mjs +1 -1
  155. package/timeline/Timeline.js +1 -1
  156. package/timeline/Timeline.mjs +1 -1
  157. package/timeline/TimelineCard.js +1 -1
  158. package/timeline/TimelineCard.mjs +1 -1
  159. package/timeline/TimelineHorizontal.js +1 -1
  160. package/timeline/TimelineHorizontal.mjs +1 -1
  161. package/timeline/TimelineVertical.js +1 -1
  162. package/timeline/TimelineVertical.mjs +1 -1
  163. package/timeline/utils.js +1 -1
  164. package/timeline/utils.mjs +1 -1
package/drawer/Drawer.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
package/drawer/Drawer.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
package/index.d.mts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -73,6 +73,12 @@ export declare type ActionSheetDefaultPropsType = {
73
73
  * @default []
74
74
  */
75
75
  navigatableElements: string[];
76
+ /**
77
+ * Specifies the position of the ActionSheet.
78
+ *
79
+ * @default 'bottom'
80
+ */
81
+ position: 'top' | 'bottom' | 'left' | 'right' | 'fullscreen';
76
82
  };
77
83
 
78
84
  /**
@@ -174,11 +180,11 @@ export declare interface ActionSheetProps {
174
180
  /**
175
181
  * Specifies the text that is rendered under the title.
176
182
  */
177
- subTitle?: string;
183
+ subTitle?: string | React_2.ReactNode;
178
184
  /**
179
185
  * Specifies the text that is rendered as title.
180
186
  */
181
- title?: string;
187
+ title?: string | React_2.ReactNode;
182
188
  /**
183
189
  * **Deprecated**. Fires when the modal overlay is clicked. Use `onClose` event instead.
184
190
  *
@@ -248,6 +254,20 @@ export declare interface ActionSheetProps {
248
254
  * Specifies the state of the ActionSheet.
249
255
  */
250
256
  expand?: boolean;
257
+ /**
258
+ * Specifies the position of the ActionSheet.
259
+ *
260
+ * @default 'bottom'
261
+ */
262
+ position?: 'top' | 'bottom' | 'left' | 'right' | 'fullscreen';
263
+ /**
264
+ * @hidden
265
+ */
266
+ actions?: React_2.ReactNode;
267
+ /**
268
+ * @hidden
269
+ */
270
+ filter?: React_2.ReactNode;
251
271
  }
252
272
 
253
273
  /**
package/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -73,6 +73,12 @@ export declare type ActionSheetDefaultPropsType = {
73
73
  * @default []
74
74
  */
75
75
  navigatableElements: string[];
76
+ /**
77
+ * Specifies the position of the ActionSheet.
78
+ *
79
+ * @default 'bottom'
80
+ */
81
+ position: 'top' | 'bottom' | 'left' | 'right' | 'fullscreen';
76
82
  };
77
83
 
78
84
  /**
@@ -174,11 +180,11 @@ export declare interface ActionSheetProps {
174
180
  /**
175
181
  * Specifies the text that is rendered under the title.
176
182
  */
177
- subTitle?: string;
183
+ subTitle?: string | React_2.ReactNode;
178
184
  /**
179
185
  * Specifies the text that is rendered as title.
180
186
  */
181
- title?: string;
187
+ title?: string | React_2.ReactNode;
182
188
  /**
183
189
  * **Deprecated**. Fires when the modal overlay is clicked. Use `onClose` event instead.
184
190
  *
@@ -248,6 +254,20 @@ export declare interface ActionSheetProps {
248
254
  * Specifies the state of the ActionSheet.
249
255
  */
250
256
  expand?: boolean;
257
+ /**
258
+ * Specifies the position of the ActionSheet.
259
+ *
260
+ * @default 'bottom'
261
+ */
262
+ position?: 'top' | 'bottom' | 'left' | 'right' | 'fullscreen';
263
+ /**
264
+ * @hidden
265
+ */
266
+ actions?: React_2.ReactNode;
267
+ /**
268
+ * @hidden
269
+ */
270
+ filter?: React_2.ReactNode;
251
271
  }
252
272
 
253
273
  /**
package/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
package/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
package/menu/consts.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
package/menu/consts.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
@@ -10,7 +10,7 @@ const e = {
10
10
  name: "@progress/kendo-react-layout",
11
11
  productName: "KendoReact",
12
12
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
13
- publishDate: 1734711351,
13
+ publishDate: 1736415985,
14
14
  version: "",
15
15
  licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
16
16
  };