@progress/kendo-react-data-tools 13.2.0 → 13.3.0-develop.1

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 (138) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +1 -1
  3. package/clipboard/clipboard.service.js +1 -1
  4. package/clipboard/clipboard.service.mjs +1 -1
  5. package/clipboard/common.js +1 -1
  6. package/clipboard/common.mjs +1 -1
  7. package/columnmenu/ColumnMenu.js +1 -1
  8. package/columnmenu/ColumnMenu.mjs +1 -1
  9. package/columnmenu/ColumnMenuFilterForm.js +1 -1
  10. package/columnmenu/ColumnMenuFilterForm.mjs +1 -1
  11. package/columnmenu/ColumnMenuFilterLogic.js +1 -1
  12. package/columnmenu/ColumnMenuFilterLogic.mjs +1 -1
  13. package/columnmenu/ColumnMenuFilters.js +1 -1
  14. package/columnmenu/ColumnMenuFilters.mjs +1 -1
  15. package/columnmenu/ColumnMenuItem.js +1 -1
  16. package/columnmenu/ColumnMenuItem.mjs +1 -1
  17. package/columnmenu/ColumnMenuOperators.js +1 -1
  18. package/columnmenu/ColumnMenuOperators.mjs +1 -1
  19. package/data-source/use-data-source.js +1 -1
  20. package/data-source/use-data-source.mjs +1 -1
  21. package/data-source/use-odata-data-source.js +1 -1
  22. package/data-source/use-odata-data-source.mjs +1 -1
  23. package/data-source/use-remote-data-source.js +1 -1
  24. package/data-source/use-remote-data-source.mjs +1 -1
  25. package/detail-expansion/expandReducer.js +1 -1
  26. package/detail-expansion/expandReducer.mjs +1 -1
  27. package/detail-expansion/utils.js +1 -1
  28. package/detail-expansion/utils.mjs +1 -1
  29. package/dist/cdn/js/kendo-react-datatools.js +3 -3
  30. package/drag/ColumnDraggable.js +1 -1
  31. package/drag/ColumnDraggable.mjs +1 -1
  32. package/drag/ColumnResize.js +1 -1
  33. package/drag/ColumnResize.mjs +1 -1
  34. package/drag/ColumnResizer.js +1 -1
  35. package/drag/ColumnResizer.mjs +1 -1
  36. package/drag/CommonDragLogic.js +1 -1
  37. package/drag/CommonDragLogic.mjs +1 -1
  38. package/drag/DragClue.js +1 -1
  39. package/drag/DragClue.mjs +1 -1
  40. package/drag/DropClue.js +1 -1
  41. package/drag/DropClue.mjs +1 -1
  42. package/editing/editReducer.js +1 -1
  43. package/editing/editReducer.mjs +1 -1
  44. package/editing/utils.js +1 -1
  45. package/editing/utils.mjs +1 -1
  46. package/filter/Expression.js +1 -1
  47. package/filter/Expression.mjs +1 -1
  48. package/filter/Filter.js +1 -1
  49. package/filter/Filter.mjs +1 -1
  50. package/filter/Group.js +1 -1
  51. package/filter/Group.mjs +1 -1
  52. package/filter/filters/BooleanFilter.js +1 -1
  53. package/filter/filters/BooleanFilter.mjs +1 -1
  54. package/filter/filters/DateFilter.js +1 -1
  55. package/filter/filters/DateFilter.mjs +1 -1
  56. package/filter/filters/EnumFilter.js +1 -1
  57. package/filter/filters/EnumFilter.mjs +1 -1
  58. package/filter/filters/NumericFilter.js +1 -1
  59. package/filter/filters/NumericFilter.mjs +1 -1
  60. package/filter/filters/TextFilter.js +1 -1
  61. package/filter/filters/TextFilter.mjs +1 -1
  62. package/filter/operators.js +1 -1
  63. package/filter/operators.mjs +1 -1
  64. package/filteringCells/BooleanFilter.js +1 -1
  65. package/filteringCells/BooleanFilter.mjs +1 -1
  66. package/filteringCells/DateFilter.js +1 -1
  67. package/filteringCells/DateFilter.mjs +1 -1
  68. package/filteringCells/FilterComponent.js +1 -1
  69. package/filteringCells/FilterComponent.mjs +1 -1
  70. package/filteringCells/NumericFilter.js +1 -1
  71. package/filteringCells/NumericFilter.mjs +1 -1
  72. package/filteringCells/TextFilter.js +1 -1
  73. package/filteringCells/TextFilter.mjs +1 -1
  74. package/group-expansion/groupExpandReducer.js +1 -1
  75. package/group-expansion/groupExpandReducer.mjs +1 -1
  76. package/header/ColumnProps.js +1 -1
  77. package/header/ColumnProps.mjs +1 -1
  78. package/header/FilterRow.js +1 -1
  79. package/header/FilterRow.mjs +1 -1
  80. package/header/Header.js +1 -1
  81. package/header/Header.mjs +1 -1
  82. package/header/HeaderCell.js +1 -1
  83. package/header/HeaderCell.mjs +1 -1
  84. package/header/HeaderRow.js +1 -1
  85. package/header/HeaderRow.mjs +1 -1
  86. package/header/HeaderSelectionCell.js +1 -1
  87. package/header/HeaderSelectionCell.mjs +1 -1
  88. package/header/HeaderTdElement.js +1 -1
  89. package/header/HeaderTdElement.mjs +1 -1
  90. package/header/HeaderThElement.js +1 -1
  91. package/header/HeaderThElement.mjs +1 -1
  92. package/header/SortSettings.js +1 -1
  93. package/header/SortSettings.mjs +1 -1
  94. package/header/utils/index.js +1 -1
  95. package/header/utils/index.mjs +1 -1
  96. package/index.d.mts +1 -1
  97. package/index.d.ts +1 -1
  98. package/index.js +1 -1
  99. package/index.mjs +1 -1
  100. package/messages/index.js +1 -1
  101. package/messages/index.mjs +1 -1
  102. package/navigation/NavigatableSettings.js +1 -1
  103. package/navigation/NavigatableSettings.mjs +1 -1
  104. package/navigation/TableKeyboardNavigation.js +1 -1
  105. package/navigation/TableKeyboardNavigation.mjs +1 -1
  106. package/navigation/TableKeyboardNavigationContext.js +1 -1
  107. package/navigation/TableKeyboardNavigationContext.mjs +1 -1
  108. package/navigation/constants.js +1 -1
  109. package/navigation/constants.mjs +1 -1
  110. package/navigation/hooks.js +1 -1
  111. package/navigation/hooks.mjs +1 -1
  112. package/navigation/utils.js +1 -1
  113. package/navigation/utils.mjs +1 -1
  114. package/package-metadata.js +2 -2
  115. package/package-metadata.mjs +3 -3
  116. package/package.json +10 -10
  117. package/pager/Pager.js +1 -1
  118. package/pager/Pager.mjs +1 -1
  119. package/pager/PagerInput.js +1 -1
  120. package/pager/PagerInput.mjs +1 -1
  121. package/pager/PagerNumericButtons.js +1 -1
  122. package/pager/PagerNumericButtons.mjs +1 -1
  123. package/pager/PagerPageSizes.js +1 -1
  124. package/pager/PagerPageSizes.mjs +1 -1
  125. package/pager/utils.js +1 -1
  126. package/pager/utils.mjs +1 -1
  127. package/selection/TableSelection.js +1 -1
  128. package/selection/TableSelection.mjs +1 -1
  129. package/selection/constants.js +1 -1
  130. package/selection/constants.mjs +1 -1
  131. package/selection/utils.js +1 -1
  132. package/selection/utils.mjs +1 -1
  133. package/utils/data-operations.js +1 -1
  134. package/utils/data-operations.mjs +1 -1
  135. package/utils/group-operations.js +1 -1
  136. package/utils/group-operations.mjs +1 -1
  137. package/virtualization/columns.js +1 -1
  138. package/virtualization/columns.mjs +1 -1
package/LICENSE.md CHANGED
@@ -8,4 +8,4 @@ This is commercial software. To use it, you need to agree to the [**End User Lic
8
8
 
9
9
  All available KendoReact commercial licenses may be obtained at the [KendoReact website](https://www.telerik.com/kendo-react-ui/pricing).
10
10
 
11
- *Copyright © 2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.*
11
+ *Copyright © 2026 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.*
package/README.md CHANGED
@@ -122,6 +122,6 @@ High-level component overview pages:
122
122
  - [React Filter Component](https://www.telerik.com/kendo-react-ui/filter)
123
123
  - [React Pager Component](https://www.telerik.com/kendo-react-ui/pager)
124
124
 
125
- _Copyright © 2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved._
125
+ _Copyright © 2026 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved._
126
126
 
127
127
  _Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries._
@@ -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
  */
@@ -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
  */