@progress/kendo-react-grid 13.2.1-develop.1 → 13.3.0-develop.2

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 (311) hide show
  1. package/BasePDFExport.js +1 -1
  2. package/BasePDFExport.mjs +1 -1
  3. package/Grid.js +1 -1
  4. package/Grid.mjs +1 -1
  5. package/GridClientContextReader.js +1 -1
  6. package/GridClientContextReader.mjs +1 -1
  7. package/GridClientWrapper.js +1 -1
  8. package/GridClientWrapper.mjs +1 -1
  9. package/GridColumn.js +1 -1
  10. package/GridColumn.mjs +1 -1
  11. package/GridComponent.js +1 -1
  12. package/GridComponent.mjs +1 -1
  13. package/GridPdfExportButton.js +1 -1
  14. package/GridPdfExportButton.mjs +1 -1
  15. package/GridSearchBox.js +1 -1
  16. package/GridSearchBox.mjs +1 -1
  17. package/GridState.js +1 -1
  18. package/GridState.mjs +1 -1
  19. package/GridToolbar.js +1 -1
  20. package/GridToolbar.mjs +1 -1
  21. package/LICENSE.md +1 -1
  22. package/StatusBar.js +1 -1
  23. package/StatusBar.mjs +1 -1
  24. package/VirtualScroll.js +1 -1
  25. package/VirtualScroll.mjs +1 -1
  26. package/cells/GridDetailHierarchyCell.js +1 -1
  27. package/cells/GridDetailHierarchyCell.mjs +1 -1
  28. package/cells/GridFilterCell.js +1 -1
  29. package/cells/GridFilterCell.mjs +1 -1
  30. package/cells/datacell/GridCell.js +1 -1
  31. package/cells/datacell/GridCell.mjs +1 -1
  32. package/cells/datacell/GridCellServer.js +1 -1
  33. package/cells/datacell/GridCellServer.mjs +1 -1
  34. package/cells/datacell/GridCellServerContainer.js +1 -1
  35. package/cells/datacell/GridCellServerContainer.mjs +1 -1
  36. package/cells/datacell/useCellClientTdProps.js +1 -1
  37. package/cells/datacell/useCellClientTdProps.mjs +1 -1
  38. package/cells/datacell/utils.js +1 -1
  39. package/cells/datacell/utils.mjs +1 -1
  40. package/cells/detailcell/GridDetailCell.js +1 -1
  41. package/cells/detailcell/GridDetailCell.mjs +1 -1
  42. package/cells/detailcell/GridDetailCellServer.js +1 -1
  43. package/cells/detailcell/GridDetailCellServer.mjs +1 -1
  44. package/cells/detailcell/GridDetailCellServerContainer.js +1 -1
  45. package/cells/detailcell/GridDetailCellServerContainer.mjs +1 -1
  46. package/cells/detailcell/useDetailCellClientTdProps.js +1 -1
  47. package/cells/detailcell/useDetailCellClientTdProps.mjs +1 -1
  48. package/cells/detailcell/utils.js +1 -1
  49. package/cells/detailcell/utils.mjs +1 -1
  50. package/cells/editcell/GridEditCell.js +1 -1
  51. package/cells/editcell/GridEditCell.mjs +1 -1
  52. package/cells/editcell/GridEditCellEditor.js +1 -1
  53. package/cells/editcell/GridEditCellEditor.mjs +1 -1
  54. package/cells/editcell/GridEditCellServer.js +1 -1
  55. package/cells/editcell/GridEditCellServer.mjs +1 -1
  56. package/cells/editcell/GridEditCellServerContainer.js +1 -1
  57. package/cells/editcell/GridEditCellServerContainer.mjs +1 -1
  58. package/cells/editcell/useEditCellClientTdProps.js +1 -1
  59. package/cells/editcell/useEditCellClientTdProps.mjs +1 -1
  60. package/cells/editcell/utils.js +1 -1
  61. package/cells/editcell/utils.mjs +1 -1
  62. package/cells/groupcell/GridGroupCell.js +1 -1
  63. package/cells/groupcell/GridGroupCell.mjs +1 -1
  64. package/cells/groupcell/GridGroupCellServer.js +1 -1
  65. package/cells/groupcell/GridGroupCellServer.mjs +1 -1
  66. package/cells/groupcell/GridGroupCellServerContainer.js +1 -1
  67. package/cells/groupcell/GridGroupCellServerContainer.mjs +1 -1
  68. package/cells/groupcell/GridGroupCellToggle.js +1 -1
  69. package/cells/groupcell/GridGroupCellToggle.mjs +1 -1
  70. package/cells/groupcell/useGroupCellClientTdProps.js +1 -1
  71. package/cells/groupcell/useGroupCellClientTdProps.mjs +1 -1
  72. package/cells/groupcell/utils.js +1 -1
  73. package/cells/groupcell/utils.mjs +1 -1
  74. package/cells/hierarchycell/GridHierarchyCell.js +1 -1
  75. package/cells/hierarchycell/GridHierarchyCell.mjs +1 -1
  76. package/cells/hierarchycell/GridHierarchyCellServer.js +1 -1
  77. package/cells/hierarchycell/GridHierarchyCellServer.mjs +1 -1
  78. package/cells/hierarchycell/GridHierarchyCellServerContainer.js +1 -1
  79. package/cells/hierarchycell/GridHierarchyCellServerContainer.mjs +1 -1
  80. package/cells/hierarchycell/GridHierarchyCellToggle.js +1 -1
  81. package/cells/hierarchycell/GridHierarchyCellToggle.mjs +1 -1
  82. package/cells/hierarchycell/useHierarchyCellClientTdProps.js +1 -1
  83. package/cells/hierarchycell/useHierarchyCellClientTdProps.mjs +1 -1
  84. package/cells/hierarchycell/utils.js +1 -1
  85. package/cells/hierarchycell/utils.mjs +1 -1
  86. package/cells/hooks.js +1 -1
  87. package/cells/hooks.mjs +1 -1
  88. package/cells/rowreordercell/GridRowReorderCell.js +1 -1
  89. package/cells/rowreordercell/GridRowReorderCell.mjs +1 -1
  90. package/cells/rowreordercell/GridRowReorderCellServer.js +1 -1
  91. package/cells/rowreordercell/GridRowReorderCellServer.mjs +1 -1
  92. package/cells/rowreordercell/GridRowReorderCellServerContainer.js +1 -1
  93. package/cells/rowreordercell/GridRowReorderCellServerContainer.mjs +1 -1
  94. package/cells/rowreordercell/useRowReorderCellClientTdProps.js +1 -1
  95. package/cells/rowreordercell/useRowReorderCellClientTdProps.mjs +1 -1
  96. package/cells/rowreordercell/utils.js +1 -1
  97. package/cells/rowreordercell/utils.mjs +1 -1
  98. package/cells/selectioncell/GridSelectionCell.js +1 -1
  99. package/cells/selectioncell/GridSelectionCell.mjs +1 -1
  100. package/cells/selectioncell/GridSelectionCellInput.js +1 -1
  101. package/cells/selectioncell/GridSelectionCellInput.mjs +1 -1
  102. package/cells/selectioncell/GridSelectionCellServer.js +1 -1
  103. package/cells/selectioncell/GridSelectionCellServer.mjs +1 -1
  104. package/cells/selectioncell/GridSelectionCellServerContainer.js +1 -1
  105. package/cells/selectioncell/GridSelectionCellServerContainer.mjs +1 -1
  106. package/cells/selectioncell/useSelectionCellClientTdProps.js +1 -1
  107. package/cells/selectioncell/useSelectionCellClientTdProps.mjs +1 -1
  108. package/cells/selectioncell/utils.js +1 -1
  109. package/cells/selectioncell/utils.mjs +1 -1
  110. package/codemods/v11/cell-render.js +1 -1
  111. package/codemods/v11/column-cell.js +1 -1
  112. package/codemods/v11/column-filter-cell.js +1 -1
  113. package/codemods/v11/column-footer-cell.js +1 -1
  114. package/codemods/v11/column-header-cell.js +1 -1
  115. package/codemods/v11/detail-expand-state.js +1 -1
  116. package/codemods/v11/edit-state.js +1 -1
  117. package/codemods/v11/filter-cell-render.js +1 -1
  118. package/codemods/v11/group-expand-state.js +1 -1
  119. package/codemods/v11/header-cell-render.js +1 -1
  120. package/codemods/v11/index.js +1 -1
  121. package/codemods/v11/row-render.js +1 -1
  122. package/codemods/v11/selection-state.js +1 -1
  123. package/codemods/v11/utils.js +1 -1
  124. package/columnMenu/GridColumnMenuCheckboxFilter.js +1 -1
  125. package/columnMenu/GridColumnMenuCheckboxFilter.mjs +1 -1
  126. package/columnMenu/GridColumnMenuColumnsChooser.js +1 -1
  127. package/columnMenu/GridColumnMenuColumnsChooser.mjs +1 -1
  128. package/columnMenu/GridColumnMenuColumnsList.js +1 -1
  129. package/columnMenu/GridColumnMenuColumnsList.mjs +1 -1
  130. package/columnMenu/GridColumnMenuFilter.js +1 -1
  131. package/columnMenu/GridColumnMenuFilter.mjs +1 -1
  132. package/columnMenu/GridColumnMenuFilterCell.js +1 -1
  133. package/columnMenu/GridColumnMenuFilterCell.mjs +1 -1
  134. package/columnMenu/GridColumnMenuFilterUI.js +1 -1
  135. package/columnMenu/GridColumnMenuFilterUI.mjs +1 -1
  136. package/columnMenu/GridColumnMenuGroup.js +1 -1
  137. package/columnMenu/GridColumnMenuGroup.mjs +1 -1
  138. package/columnMenu/GridColumnMenuItem.js +1 -1
  139. package/columnMenu/GridColumnMenuItem.mjs +1 -1
  140. package/columnMenu/GridColumnMenuItemContent.js +1 -1
  141. package/columnMenu/GridColumnMenuItemContent.mjs +1 -1
  142. package/columnMenu/GridColumnMenuItemGroup.js +1 -1
  143. package/columnMenu/GridColumnMenuItemGroup.mjs +1 -1
  144. package/columnMenu/GridColumnMenuSort.js +1 -1
  145. package/columnMenu/GridColumnMenuSort.mjs +1 -1
  146. package/columnMenu/GridColumnMenuWrapper.js +1 -1
  147. package/columnMenu/GridColumnMenuWrapper.mjs +1 -1
  148. package/columnMenu/adaptiveContent/GridActionSheetFooter.js +1 -1
  149. package/columnMenu/adaptiveContent/GridActionSheetFooter.mjs +1 -1
  150. package/columnMenu/adaptiveContent/GridAdaptiveCheckboxFilter.js +1 -1
  151. package/columnMenu/adaptiveContent/GridAdaptiveCheckboxFilter.mjs +1 -1
  152. package/columnMenu/adaptiveContent/GridAdaptiveColumnChooser.js +1 -1
  153. package/columnMenu/adaptiveContent/GridAdaptiveColumnChooser.mjs +1 -1
  154. package/columnMenu/adaptiveContent/GridAdaptiveColumnMenu.js +1 -1
  155. package/columnMenu/adaptiveContent/GridAdaptiveColumnMenu.mjs +1 -1
  156. package/columnMenu/adaptiveContent/GridAdaptiveFilterMenu.js +1 -1
  157. package/columnMenu/adaptiveContent/GridAdaptiveFilterMenu.mjs +1 -1
  158. package/columnMenu/adaptiveContext/GridColumnMenuAdaptiveContext.js +1 -1
  159. package/columnMenu/adaptiveContext/GridColumnMenuAdaptiveContext.mjs +1 -1
  160. package/components/GridContainerElementContainer.js +1 -1
  161. package/components/GridContainerElementContainer.mjs +1 -1
  162. package/components/GridDragClue.js +1 -1
  163. package/components/GridDragClue.mjs +1 -1
  164. package/components/GridDraggableRowsContainer.js +1 -1
  165. package/components/GridDraggableRowsContainer.mjs +1 -1
  166. package/components/GridDropClue.js +1 -1
  167. package/components/GridDropClue.mjs +1 -1
  168. package/components/GridEditDialog.js +1 -1
  169. package/components/GridEditDialog.mjs +1 -1
  170. package/components/GridElementContainer.js +1 -1
  171. package/components/GridElementContainer.mjs +1 -1
  172. package/components/GridLoader.js +1 -1
  173. package/components/GridLoader.mjs +1 -1
  174. package/components/PagerContainer.js +1 -1
  175. package/components/PagerContainer.mjs +1 -1
  176. package/components/VirtualScrollHeightContainer.js +1 -1
  177. package/components/VirtualScrollHeightContainer.mjs +1 -1
  178. package/components/colGroup/GridColGroup.js +1 -1
  179. package/components/colGroup/GridColGroup.mjs +1 -1
  180. package/components/icons/reorder-row-svg.js +1 -1
  181. package/components/icons/reorder-row-svg.mjs +1 -1
  182. package/components/noRecords/GridNoRecords.js +1 -1
  183. package/components/noRecords/GridNoRecords.mjs +1 -1
  184. package/components/noRecords/GridNoRecordsContainer.js +1 -1
  185. package/components/noRecords/GridNoRecordsContainer.mjs +1 -1
  186. package/components/table/GridTable.js +1 -1
  187. package/components/table/GridTable.mjs +1 -1
  188. package/components/table/GridTableBody.js +1 -1
  189. package/components/table/GridTableBody.mjs +1 -1
  190. package/components/table/GridTableScrollable.js +1 -1
  191. package/components/table/GridTableScrollable.mjs +1 -1
  192. package/components/utils.js +1 -1
  193. package/components/utils.mjs +1 -1
  194. package/constants/index.js +1 -1
  195. package/constants/index.mjs +1 -1
  196. package/contextMenu/GridContextMenu.js +1 -1
  197. package/contextMenu/GridContextMenu.mjs +1 -1
  198. package/contextMenu/enums.js +1 -1
  199. package/contextMenu/enums.mjs +1 -1
  200. package/dist/cdn/js/kendo-react-grid.js +3 -3
  201. package/drag/ColumnDraggable.js +1 -1
  202. package/drag/ColumnDraggable.mjs +1 -1
  203. package/drag/ColumnResize.js +1 -1
  204. package/drag/ColumnResize.mjs +1 -1
  205. package/drag/CommonDragLogic.js +1 -1
  206. package/drag/CommonDragLogic.mjs +1 -1
  207. package/drag/GroupingIndicator.js +1 -1
  208. package/drag/GroupingIndicator.mjs +1 -1
  209. package/filterCommon.js +1 -1
  210. package/filterCommon.mjs +1 -1
  211. package/footer/Footer.js +1 -1
  212. package/footer/Footer.mjs +1 -1
  213. package/footer/FooterCell.js +1 -1
  214. package/footer/FooterCell.mjs +1 -1
  215. package/footer/FooterRow.js +1 -1
  216. package/footer/FooterRow.mjs +1 -1
  217. package/footer/client/FooterCellContainer.js +1 -1
  218. package/footer/client/FooterCellContainer.mjs +1 -1
  219. package/header/FilterRow.js +1 -1
  220. package/header/FilterRow.mjs +1 -1
  221. package/header/GridHeaderCell.js +1 -1
  222. package/header/GridHeaderCell.mjs +1 -1
  223. package/header/GridHeaderSelectionCell.js +1 -1
  224. package/header/GridHeaderSelectionCell.mjs +1 -1
  225. package/header/GroupPanel.js +1 -1
  226. package/header/GroupPanel.mjs +1 -1
  227. package/header/Header.js +1 -1
  228. package/header/Header.mjs +1 -1
  229. package/header/HeaderRow.js +1 -1
  230. package/header/HeaderRow.mjs +1 -1
  231. package/header/client/GridFilterCellContainer.js +1 -1
  232. package/header/client/GridFilterCellContainer.mjs +1 -1
  233. package/header/client/GridFilterCellElementContainer.js +1 -1
  234. package/header/client/GridFilterCellElementContainer.mjs +1 -1
  235. package/header/client/GridHeaderCellContainer.js +1 -1
  236. package/header/client/GridHeaderCellContainer.mjs +1 -1
  237. package/header/client/GridHeaderCellElementContainer.js +1 -1
  238. package/header/client/GridHeaderCellElementContainer.mjs +1 -1
  239. package/header/client/GridHeaderRowContainer.js +1 -1
  240. package/header/client/GridHeaderRowContainer.mjs +1 -1
  241. package/header/client/GridHeaderRowReorderCell.js +1 -1
  242. package/header/client/GridHeaderRowReorderCell.mjs +1 -1
  243. package/header/client/HeaderCellResizer.js +1 -1
  244. package/header/client/HeaderCellResizer.mjs +1 -1
  245. package/header/client/HeaderRowDraggable.js +1 -1
  246. package/header/client/HeaderRowDraggable.mjs +1 -1
  247. package/index.d.mts +3 -2
  248. package/index.d.ts +3 -2
  249. package/index.js +1 -1
  250. package/index.mjs +1 -1
  251. package/interfaces/GridAICommands.js +1 -1
  252. package/interfaces/GridAICommands.mjs +1 -1
  253. package/messages/index.js +1 -1
  254. package/messages/index.mjs +1 -1
  255. package/messages/messagesMap.js +1 -1
  256. package/messages/messagesMap.mjs +1 -1
  257. package/package-metadata.js +2 -2
  258. package/package-metadata.mjs +3 -3
  259. package/package.json +17 -17
  260. package/paging/GridPagerSettings.js +1 -1
  261. package/paging/GridPagerSettings.mjs +1 -1
  262. package/rows/GridDetailRow.js +1 -1
  263. package/rows/GridDetailRow.mjs +1 -1
  264. package/rows/GridRow.js +1 -1
  265. package/rows/GridRow.mjs +1 -1
  266. package/sortCommon.js +1 -1
  267. package/sortCommon.mjs +1 -1
  268. package/toolbar-tools/GridToolbarAIAssistant.js +1 -1
  269. package/toolbar-tools/GridToolbarAIAssistant.mjs +1 -1
  270. package/toolbar-tools/GridToolbarCheckboxFilter.js +1 -1
  271. package/toolbar-tools/GridToolbarCheckboxFilter.mjs +1 -1
  272. package/toolbar-tools/GridToolbarColumnsChooser.js +1 -1
  273. package/toolbar-tools/GridToolbarColumnsChooser.mjs +1 -1
  274. package/toolbar-tools/GridToolbarFilter.js +1 -1
  275. package/toolbar-tools/GridToolbarFilter.mjs +1 -1
  276. package/toolbar-tools/GridToolbarGroup.js +1 -1
  277. package/toolbar-tools/GridToolbarGroup.mjs +1 -1
  278. package/toolbar-tools/GridToolbarSeparator.js +1 -1
  279. package/toolbar-tools/GridToolbarSeparator.mjs +1 -1
  280. package/toolbar-tools/GridToolbarSort.js +1 -1
  281. package/toolbar-tools/GridToolbarSort.mjs +1 -1
  282. package/toolbar-tools/GridToolbarSpacer.js +1 -1
  283. package/toolbar-tools/GridToolbarSpacer.mjs +1 -1
  284. package/toolbar-tools/adaptiveContent/GridAdaptiveToolbarCheckboxFilter.js +1 -1
  285. package/toolbar-tools/adaptiveContent/GridAdaptiveToolbarCheckboxFilter.mjs +1 -1
  286. package/toolbar-tools/adaptiveContent/GridAdaptiveToolbarColumnChooser.js +1 -1
  287. package/toolbar-tools/adaptiveContent/GridAdaptiveToolbarColumnChooser.mjs +1 -1
  288. package/toolbar-tools/adaptiveContent/GridAdaptiveToolbarFilter.js +1 -1
  289. package/toolbar-tools/adaptiveContent/GridAdaptiveToolbarFilter.mjs +1 -1
  290. package/toolbar-tools/adaptiveContent/GridAdaptiveToolbarGroup.js +1 -1
  291. package/toolbar-tools/adaptiveContent/GridAdaptiveToolbarGroup.mjs +1 -1
  292. package/toolbar-tools/adaptiveContent/GridAdaptiveToolbarSort.js +1 -1
  293. package/toolbar-tools/adaptiveContent/GridAdaptiveToolbarSort.mjs +1 -1
  294. package/toolbar-tools/adaptiveContext/GridToolbarAdaptiveContext.js +1 -1
  295. package/toolbar-tools/adaptiveContext/GridToolbarAdaptiveContext.mjs +1 -1
  296. package/toolbar-tools/ai-tool/GridAIPrompt.js +1 -1
  297. package/toolbar-tools/ai-tool/GridAIPrompt.mjs +1 -1
  298. package/utils/GridContext.js +1 -1
  299. package/utils/GridContext.mjs +1 -1
  300. package/utils/_clientModule.js +1 -1
  301. package/utils/_clientModule.mjs +1 -1
  302. package/utils/_serverModule.js +1 -1
  303. package/utils/_serverModule.mjs +1 -1
  304. package/utils/handleAIResponse.js +1 -1
  305. package/utils/handleAIResponse.mjs +1 -1
  306. package/utils/index.js +1 -1
  307. package/utils/index.mjs +1 -1
  308. package/utils/premium.js +1 -1
  309. package/utils/premium.mjs +1 -1
  310. package/utils/virtualColumns.js +1 -1
  311. package/utils/virtualColumns.mjs +1 -1
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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/filterCommon.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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/filterCommon.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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/footer/Footer.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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/footer/Footer.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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/header/Header.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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/header/Header.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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
  */
@@ -40,6 +40,7 @@ import { IntlService } from '@progress/kendo-react-intl';
40
40
  import { JSX } from 'react/jsx-runtime';
41
41
  import { KendoReactComponentBaseProps } from '@progress/kendo-react-common';
42
42
  import { LocalizationService } from '@progress/kendo-react-intl';
43
+ import { MenuCloseEvent } from '@progress/kendo-react-layout';
43
44
  import { MenuItemModel } from '@progress/kendo-react-layout';
44
45
  import { MenuSelectEvent } from '@progress/kendo-react-layout';
45
46
  import { NavigatableSettings } from '@progress/kendo-react-data-tools';
@@ -2186,7 +2187,7 @@ export declare interface GridContextMenuOptions {
2186
2187
  export declare interface GridContextMenuProps {
2187
2188
  show: boolean;
2188
2189
  offset: Offset;
2189
- onClose: (event: React_2.SyntheticEvent<HTMLElement>) => void;
2190
+ onClose: (event: MenuCloseEvent) => void;
2190
2191
  onSelect: (e: {
2191
2192
  event: MenuSelectEvent;
2192
2193
  dataItem?: any;
package/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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
  */
@@ -40,6 +40,7 @@ import { IntlService } from '@progress/kendo-react-intl';
40
40
  import { JSX } from 'react/jsx-runtime';
41
41
  import { KendoReactComponentBaseProps } from '@progress/kendo-react-common';
42
42
  import { LocalizationService } from '@progress/kendo-react-intl';
43
+ import { MenuCloseEvent } from '@progress/kendo-react-layout';
43
44
  import { MenuItemModel } from '@progress/kendo-react-layout';
44
45
  import { MenuSelectEvent } from '@progress/kendo-react-layout';
45
46
  import { NavigatableSettings } from '@progress/kendo-react-data-tools';
@@ -2186,7 +2187,7 @@ export declare interface GridContextMenuOptions {
2186
2187
  export declare interface GridContextMenuProps {
2187
2188
  show: boolean;
2188
2189
  offset: Offset;
2189
- onClose: (event: React_2.SyntheticEvent<HTMLElement>) => void;
2190
+ onClose: (event: MenuCloseEvent) => void;
2190
2191
  onSelect: (e: {
2191
2192
  event: MenuSelectEvent;
2192
2193
  dataItem?: any;
package/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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/messages/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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,8 +1,8 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
4
+ * Copyright © 2026 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
  */
8
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=Object.freeze({name:"@progress/kendo-react-grid",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate: 1766395125,version:"13.2.1-develop.1",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"});exports.packageMetadata=e;
8
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=Object.freeze({name:"@progress/kendo-react-grid",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate: 1767695490,version:"13.3.0-develop.2",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"});exports.packageMetadata=e;