@progress/kendo-react-grid 6.1.1 → 7.0.0-develop.10

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 (328) hide show
  1. package/{dist/es/Grid.d.ts → Grid.d.ts} +5 -1
  2. package/{dist/npm/GridColumn.d.ts → GridColumn.d.ts} +4 -0
  3. package/{dist/npm/GridNoRecords.d.ts → GridNoRecords.d.ts} +4 -0
  4. package/{dist/npm/GridToolbar.d.ts → GridToolbar.d.ts} +5 -1
  5. package/LICENSE.md +1 -1
  6. package/ScrollMode.d.ts +5 -0
  7. package/{dist/es/StatusBar.d.ts → StatusBar.d.ts} +4 -0
  8. package/{dist/npm/VirtualScroll.d.ts → VirtualScroll.d.ts} +4 -0
  9. package/{dist/es/VirtualScrollFixed.d.ts → VirtualScrollFixed.d.ts} +4 -0
  10. package/cells/GridCell.d.ts +6 -0
  11. package/{dist/es/cells → cells}/GridDetailCell.d.ts +5 -1
  12. package/cells/GridDetailHierarchyCell.d.ts +10 -0
  13. package/cells/GridEditCell.d.ts +9 -0
  14. package/cells/GridFilterCell.d.ts +20 -0
  15. package/cells/GridGroupCell.d.ts +9 -0
  16. package/cells/GridHierarchyCell.d.ts +9 -0
  17. package/cells/GridSelectionCell.d.ts +9 -0
  18. package/{dist/npm/columnMenu → columnMenu}/GridColumnMenuCheckboxFilter.d.ts +5 -1
  19. package/{dist/npm/columnMenu → columnMenu}/GridColumnMenuColumnsList.d.ts +4 -0
  20. package/{dist/npm/columnMenu → columnMenu}/GridColumnMenuFilter.d.ts +5 -1
  21. package/{dist/npm/columnMenu → columnMenu}/GridColumnMenuFilterCell.d.ts +5 -1
  22. package/columnMenu/GridColumnMenuFilterUI.d.ts +12 -0
  23. package/{dist/es/columnMenu → columnMenu}/GridColumnMenuGroup.d.ts +5 -1
  24. package/{dist/es/columnMenu → columnMenu}/GridColumnMenuItem.d.ts +5 -1
  25. package/{dist/es/columnMenu → columnMenu}/GridColumnMenuItemContent.d.ts +5 -1
  26. package/{dist/es/columnMenu → columnMenu}/GridColumnMenuItemGroup.d.ts +5 -1
  27. package/{dist/es/columnMenu → columnMenu}/GridColumnMenuSort.d.ts +5 -1
  28. package/{dist/npm/columnMenu → columnMenu}/GridColumnMenuWrapper.d.ts +5 -1
  29. package/{dist/es/constants → constants}/index.d.ts +4 -0
  30. package/dist/cdn/js/kendo-react-grid.js +5 -1
  31. package/{dist/npm/drag → drag}/ColumnDraggable.d.ts +5 -1
  32. package/{dist/es/drag → drag}/ColumnResize.d.ts +4 -0
  33. package/{dist/es/drag → drag}/CommonDragLogic.d.ts +5 -1
  34. package/{dist/npm/drag → drag}/GroupingIndicator.d.ts +5 -1
  35. package/{dist/es/filterCommon.d.ts → filterCommon.d.ts} +5 -1
  36. package/{dist/npm/footer → footer}/Footer.d.ts +5 -1
  37. package/{dist/npm/footer → footer}/FooterRow.d.ts +5 -1
  38. package/{dist/npm/header → header}/FilterRow.d.ts +5 -1
  39. package/{dist/npm/header → header}/GridHeaderCell.d.ts +5 -1
  40. package/header/GridHeaderSelectionCell.d.ts +13 -0
  41. package/{dist/npm/header → header}/GroupPanel.d.ts +5 -1
  42. package/{dist/es/header → header}/Header.d.ts +5 -1
  43. package/{dist/npm/header → header}/HeaderRow.d.ts +6 -2
  44. package/{dist/es/main.d.ts → index.d.ts} +31 -27
  45. package/index.js +5 -0
  46. package/index.mjs +3814 -0
  47. package/{dist/npm/interfaces → interfaces}/GridCellProps.d.ts +4 -1
  48. package/{dist/es/interfaces → interfaces}/GridCellsSettings.d.ts +4 -0
  49. package/interfaces/GridColumnMenuBaseProps.d.ts +18 -0
  50. package/{dist/es/interfaces → interfaces}/GridColumnMenuColumnProps.d.ts +4 -0
  51. package/{dist/es/interfaces → interfaces}/GridColumnMenuFilterBaseProps.d.ts +4 -1
  52. package/{dist/es/interfaces → interfaces}/GridColumnMenuFilterUIProps.d.ts +4 -0
  53. package/{dist/npm/interfaces → interfaces}/GridColumnMenuGroupBaseProps.d.ts +4 -1
  54. package/{dist/es/interfaces → interfaces}/GridColumnMenuProps.d.ts +4 -0
  55. package/{dist/npm/interfaces → interfaces}/GridColumnMenuSortBaseProps.d.ts +4 -1
  56. package/{dist/es/interfaces → interfaces}/GridColumnProps.d.ts +4 -0
  57. package/interfaces/GridDetailRowProps.d.ts +17 -0
  58. package/{dist/npm/interfaces → interfaces}/GridFilterCellProps.d.ts +4 -1
  59. package/interfaces/GridFilterOperator.d.ts +10 -0
  60. package/{dist/es/interfaces → interfaces}/GridFilterOperators.d.ts +4 -0
  61. package/{dist/npm/interfaces → interfaces}/GridFooterCellProps.d.ts +4 -1
  62. package/{dist/es/interfaces → interfaces}/GridGroupableSettings.d.ts +4 -0
  63. package/{dist/npm/interfaces → interfaces}/GridHeaderCellProps.d.ts +4 -1
  64. package/interfaces/GridNoRecordsProps.d.ts +13 -0
  65. package/{dist/npm/interfaces → interfaces}/GridProps.d.ts +4 -0
  66. package/{dist/es/interfaces → interfaces}/GridRowProps.d.ts +4 -1
  67. package/interfaces/GridRowType.d.ts +13 -0
  68. package/{dist/npm/interfaces → interfaces}/GridSelectableSettings.d.ts +5 -1
  69. package/interfaces/GridSortSettings.d.ts +17 -0
  70. package/{dist/es/interfaces → interfaces}/GridToolbarProps.d.ts +4 -1
  71. package/{dist/es/interfaces → interfaces}/VirtualScrollInterface.d.ts +4 -0
  72. package/{dist/npm/interfaces → interfaces}/events.d.ts +4 -1
  73. package/{dist/npm/messages → messages}/index.d.ts +4 -0
  74. package/package-metadata.d.ts +9 -0
  75. package/package.json +36 -59
  76. package/{dist/es/paging → paging}/GridPagerSettings.d.ts +6 -2
  77. package/paging/Page.d.ts +17 -0
  78. package/{dist/npm/rows → rows}/GridDetailRow.d.ts +4 -0
  79. package/rows/GridRow.d.ts +15 -0
  80. package/{dist/es/utils → utils}/index.d.ts +11 -7
  81. package/about.md +0 -3
  82. package/dist/es/Grid.js +0 -1042
  83. package/dist/es/GridColumn.d.ts +0 -24
  84. package/dist/es/GridColumn.js +0 -54
  85. package/dist/es/GridNoRecords.d.ts +0 -36
  86. package/dist/es/GridNoRecords.js +0 -63
  87. package/dist/es/GridToolbar.d.ts +0 -50
  88. package/dist/es/GridToolbar.js +0 -78
  89. package/dist/es/ScrollMode.d.ts +0 -1
  90. package/dist/es/ScrollMode.js +0 -1
  91. package/dist/es/StatusBar.js +0 -109
  92. package/dist/es/VirtualScroll.d.ts +0 -47
  93. package/dist/es/VirtualScroll.js +0 -243
  94. package/dist/es/VirtualScrollFixed.js +0 -153
  95. package/dist/es/cells/GridCell.d.ts +0 -3
  96. package/dist/es/cells/GridCell.js +0 -59
  97. package/dist/es/cells/GridDetailCell.js +0 -25
  98. package/dist/es/cells/GridDetailHierarchyCell.d.ts +0 -7
  99. package/dist/es/cells/GridDetailHierarchyCell.js +0 -18
  100. package/dist/es/cells/GridEditCell.d.ts +0 -6
  101. package/dist/es/cells/GridEditCell.js +0 -96
  102. package/dist/es/cells/GridFilterCell.d.ts +0 -16
  103. package/dist/es/cells/GridFilterCell.js +0 -102
  104. package/dist/es/cells/GridGroupCell.d.ts +0 -6
  105. package/dist/es/cells/GridGroupCell.js +0 -114
  106. package/dist/es/cells/GridHierarchyCell.d.ts +0 -6
  107. package/dist/es/cells/GridHierarchyCell.js +0 -77
  108. package/dist/es/cells/GridSelectionCell.d.ts +0 -6
  109. package/dist/es/cells/GridSelectionCell.js +0 -44
  110. package/dist/es/columnMenu/GridColumnMenuCheckboxFilter.d.ts +0 -118
  111. package/dist/es/columnMenu/GridColumnMenuCheckboxFilter.js +0 -328
  112. package/dist/es/columnMenu/GridColumnMenuColumnsList.d.ts +0 -27
  113. package/dist/es/columnMenu/GridColumnMenuColumnsList.js +0 -57
  114. package/dist/es/columnMenu/GridColumnMenuFilter.d.ts +0 -161
  115. package/dist/es/columnMenu/GridColumnMenuFilter.js +0 -377
  116. package/dist/es/columnMenu/GridColumnMenuFilterCell.d.ts +0 -33
  117. package/dist/es/columnMenu/GridColumnMenuFilterCell.js +0 -72
  118. package/dist/es/columnMenu/GridColumnMenuFilterUI.d.ts +0 -8
  119. package/dist/es/columnMenu/GridColumnMenuFilterUI.js +0 -48
  120. package/dist/es/columnMenu/GridColumnMenuGroup.js +0 -125
  121. package/dist/es/columnMenu/GridColumnMenuItem.js +0 -37
  122. package/dist/es/columnMenu/GridColumnMenuItemContent.js +0 -36
  123. package/dist/es/columnMenu/GridColumnMenuItemGroup.js +0 -35
  124. package/dist/es/columnMenu/GridColumnMenuSort.js +0 -189
  125. package/dist/es/columnMenu/GridColumnMenuWrapper.d.ts +0 -45
  126. package/dist/es/columnMenu/GridColumnMenuWrapper.js +0 -120
  127. package/dist/es/constants/index.js +0 -7
  128. package/dist/es/drag/ColumnDraggable.d.ts +0 -34
  129. package/dist/es/drag/ColumnDraggable.js +0 -62
  130. package/dist/es/drag/ColumnResize.js +0 -234
  131. package/dist/es/drag/CommonDragLogic.js +0 -209
  132. package/dist/es/drag/GroupingIndicator.d.ts +0 -37
  133. package/dist/es/drag/GroupingIndicator.js +0 -107
  134. package/dist/es/filterCommon.js +0 -165
  135. package/dist/es/footer/Footer.d.ts +0 -34
  136. package/dist/es/footer/Footer.js +0 -70
  137. package/dist/es/footer/FooterRow.d.ts +0 -21
  138. package/dist/es/footer/FooterRow.js +0 -75
  139. package/dist/es/header/FilterRow.d.ts +0 -34
  140. package/dist/es/header/FilterRow.js +0 -139
  141. package/dist/es/header/GridHeaderCell.d.ts +0 -52
  142. package/dist/es/header/GridHeaderCell.js +0 -101
  143. package/dist/es/header/GridHeaderSelectionCell.d.ts +0 -9
  144. package/dist/es/header/GridHeaderSelectionCell.js +0 -59
  145. package/dist/es/header/GroupPanel.d.ts +0 -22
  146. package/dist/es/header/GroupPanel.js +0 -57
  147. package/dist/es/header/Header.js +0 -112
  148. package/dist/es/header/HeaderRow.d.ts +0 -47
  149. package/dist/es/header/HeaderRow.js +0 -180
  150. package/dist/es/interfaces/GridCellProps.d.ts +0 -70
  151. package/dist/es/interfaces/GridCellProps.js +0 -2
  152. package/dist/es/interfaces/GridCellsSettings.js +0 -1
  153. package/dist/es/interfaces/GridColumnMenuBaseProps.d.ts +0 -14
  154. package/dist/es/interfaces/GridColumnMenuBaseProps.js +0 -1
  155. package/dist/es/interfaces/GridColumnMenuColumnProps.js +0 -1
  156. package/dist/es/interfaces/GridColumnMenuFilterBaseProps.js +0 -1
  157. package/dist/es/interfaces/GridColumnMenuFilterUIProps.js +0 -1
  158. package/dist/es/interfaces/GridColumnMenuGroupBaseProps.d.ts +0 -20
  159. package/dist/es/interfaces/GridColumnMenuGroupBaseProps.js +0 -1
  160. package/dist/es/interfaces/GridColumnMenuProps.js +0 -1
  161. package/dist/es/interfaces/GridColumnMenuSortBaseProps.d.ts +0 -21
  162. package/dist/es/interfaces/GridColumnMenuSortBaseProps.js +0 -1
  163. package/dist/es/interfaces/GridColumnProps.js +0 -2
  164. package/dist/es/interfaces/GridDetailRowProps.d.ts +0 -13
  165. package/dist/es/interfaces/GridDetailRowProps.js +0 -1
  166. package/dist/es/interfaces/GridFilterCellProps.d.ts +0 -65
  167. package/dist/es/interfaces/GridFilterCellProps.js +0 -1
  168. package/dist/es/interfaces/GridFilterOperator.d.ts +0 -6
  169. package/dist/es/interfaces/GridFilterOperator.js +0 -1
  170. package/dist/es/interfaces/GridFilterOperators.js +0 -1
  171. package/dist/es/interfaces/GridFooterCellProps.d.ts +0 -23
  172. package/dist/es/interfaces/GridFooterCellProps.js +0 -1
  173. package/dist/es/interfaces/GridGroupableSettings.js +0 -1
  174. package/dist/es/interfaces/GridHeaderCellProps.d.ts +0 -17
  175. package/dist/es/interfaces/GridHeaderCellProps.js +0 -1
  176. package/dist/es/interfaces/GridNoRecordsProps.d.ts +0 -10
  177. package/dist/es/interfaces/GridNoRecordsProps.js +0 -1
  178. package/dist/es/interfaces/GridProps.d.ts +0 -317
  179. package/dist/es/interfaces/GridProps.js +0 -2
  180. package/dist/es/interfaces/GridRowProps.js +0 -2
  181. package/dist/es/interfaces/GridRowType.d.ts +0 -9
  182. package/dist/es/interfaces/GridRowType.js +0 -1
  183. package/dist/es/interfaces/GridSelectableSettings.d.ts +0 -18
  184. package/dist/es/interfaces/GridSelectableSettings.js +0 -2
  185. package/dist/es/interfaces/GridSortSettings.d.ts +0 -13
  186. package/dist/es/interfaces/GridSortSettings.js +0 -19
  187. package/dist/es/interfaces/GridToolbarProps.js +0 -1
  188. package/dist/es/interfaces/VirtualScrollInterface.js +0 -1
  189. package/dist/es/interfaces/events.d.ts +0 -229
  190. package/dist/es/interfaces/events.js +0 -1
  191. package/dist/es/main.js +0 -33
  192. package/dist/es/messages/index.d.ts +0 -190
  193. package/dist/es/messages/index.js +0 -191
  194. package/dist/es/package-metadata.d.ts +0 -5
  195. package/dist/es/package-metadata.js +0 -11
  196. package/dist/es/paging/GridPagerSettings.js +0 -21
  197. package/dist/es/paging/Page.d.ts +0 -13
  198. package/dist/es/paging/Page.js +0 -1
  199. package/dist/es/rows/GridDetailRow.d.ts +0 -51
  200. package/dist/es/rows/GridDetailRow.js +0 -75
  201. package/dist/es/rows/GridRow.d.ts +0 -11
  202. package/dist/es/rows/GridRow.js +0 -64
  203. package/dist/es/utils/index.js +0 -263
  204. package/dist/npm/Grid.d.ts +0 -255
  205. package/dist/npm/Grid.js +0 -1045
  206. package/dist/npm/GridColumn.js +0 -58
  207. package/dist/npm/GridNoRecords.js +0 -66
  208. package/dist/npm/GridToolbar.js +0 -81
  209. package/dist/npm/ScrollMode.d.ts +0 -1
  210. package/dist/npm/ScrollMode.js +0 -2
  211. package/dist/npm/StatusBar.d.ts +0 -47
  212. package/dist/npm/StatusBar.js +0 -115
  213. package/dist/npm/VirtualScroll.js +0 -246
  214. package/dist/npm/VirtualScrollFixed.d.ts +0 -49
  215. package/dist/npm/VirtualScrollFixed.js +0 -156
  216. package/dist/npm/cells/GridCell.d.ts +0 -3
  217. package/dist/npm/cells/GridCell.js +0 -63
  218. package/dist/npm/cells/GridDetailCell.d.ts +0 -14
  219. package/dist/npm/cells/GridDetailCell.js +0 -29
  220. package/dist/npm/cells/GridDetailHierarchyCell.d.ts +0 -7
  221. package/dist/npm/cells/GridDetailHierarchyCell.js +0 -22
  222. package/dist/npm/cells/GridEditCell.d.ts +0 -6
  223. package/dist/npm/cells/GridEditCell.js +0 -100
  224. package/dist/npm/cells/GridFilterCell.d.ts +0 -16
  225. package/dist/npm/cells/GridFilterCell.js +0 -105
  226. package/dist/npm/cells/GridGroupCell.d.ts +0 -6
  227. package/dist/npm/cells/GridGroupCell.js +0 -118
  228. package/dist/npm/cells/GridHierarchyCell.d.ts +0 -6
  229. package/dist/npm/cells/GridHierarchyCell.js +0 -81
  230. package/dist/npm/cells/GridSelectionCell.d.ts +0 -6
  231. package/dist/npm/cells/GridSelectionCell.js +0 -48
  232. package/dist/npm/columnMenu/GridColumnMenuCheckboxFilter.js +0 -331
  233. package/dist/npm/columnMenu/GridColumnMenuColumnsList.js +0 -61
  234. package/dist/npm/columnMenu/GridColumnMenuFilter.js +0 -382
  235. package/dist/npm/columnMenu/GridColumnMenuFilterCell.js +0 -75
  236. package/dist/npm/columnMenu/GridColumnMenuFilterUI.d.ts +0 -8
  237. package/dist/npm/columnMenu/GridColumnMenuFilterUI.js +0 -51
  238. package/dist/npm/columnMenu/GridColumnMenuGroup.d.ts +0 -73
  239. package/dist/npm/columnMenu/GridColumnMenuGroup.js +0 -128
  240. package/dist/npm/columnMenu/GridColumnMenuItem.d.ts +0 -36
  241. package/dist/npm/columnMenu/GridColumnMenuItem.js +0 -40
  242. package/dist/npm/columnMenu/GridColumnMenuItemContent.d.ts +0 -20
  243. package/dist/npm/columnMenu/GridColumnMenuItemContent.js +0 -39
  244. package/dist/npm/columnMenu/GridColumnMenuItemGroup.d.ts +0 -16
  245. package/dist/npm/columnMenu/GridColumnMenuItemGroup.js +0 -38
  246. package/dist/npm/columnMenu/GridColumnMenuSort.d.ts +0 -85
  247. package/dist/npm/columnMenu/GridColumnMenuSort.js +0 -192
  248. package/dist/npm/columnMenu/GridColumnMenuWrapper.js +0 -123
  249. package/dist/npm/constants/index.d.ts +0 -6
  250. package/dist/npm/constants/index.js +0 -10
  251. package/dist/npm/drag/ColumnDraggable.js +0 -65
  252. package/dist/npm/drag/ColumnResize.d.ts +0 -33
  253. package/dist/npm/drag/ColumnResize.js +0 -237
  254. package/dist/npm/drag/CommonDragLogic.d.ts +0 -40
  255. package/dist/npm/drag/CommonDragLogic.js +0 -212
  256. package/dist/npm/drag/GroupingIndicator.js +0 -110
  257. package/dist/npm/filterCommon.d.ts +0 -69
  258. package/dist/npm/filterCommon.js +0 -175
  259. package/dist/npm/footer/Footer.js +0 -73
  260. package/dist/npm/footer/FooterRow.js +0 -78
  261. package/dist/npm/header/FilterRow.js +0 -142
  262. package/dist/npm/header/GridHeaderCell.js +0 -104
  263. package/dist/npm/header/GridHeaderSelectionCell.d.ts +0 -9
  264. package/dist/npm/header/GridHeaderSelectionCell.js +0 -62
  265. package/dist/npm/header/GroupPanel.js +0 -60
  266. package/dist/npm/header/Header.d.ts +0 -42
  267. package/dist/npm/header/Header.js +0 -115
  268. package/dist/npm/header/HeaderRow.js +0 -183
  269. package/dist/npm/interfaces/GridCellProps.js +0 -3
  270. package/dist/npm/interfaces/GridCellsSettings.d.ts +0 -111
  271. package/dist/npm/interfaces/GridCellsSettings.js +0 -3
  272. package/dist/npm/interfaces/GridColumnMenuBaseProps.d.ts +0 -14
  273. package/dist/npm/interfaces/GridColumnMenuBaseProps.js +0 -2
  274. package/dist/npm/interfaces/GridColumnMenuColumnProps.d.ts +0 -25
  275. package/dist/npm/interfaces/GridColumnMenuColumnProps.js +0 -2
  276. package/dist/npm/interfaces/GridColumnMenuFilterBaseProps.d.ts +0 -25
  277. package/dist/npm/interfaces/GridColumnMenuFilterBaseProps.js +0 -2
  278. package/dist/npm/interfaces/GridColumnMenuFilterUIProps.d.ts +0 -31
  279. package/dist/npm/interfaces/GridColumnMenuFilterUIProps.js +0 -2
  280. package/dist/npm/interfaces/GridColumnMenuGroupBaseProps.js +0 -2
  281. package/dist/npm/interfaces/GridColumnMenuProps.d.ts +0 -8
  282. package/dist/npm/interfaces/GridColumnMenuProps.js +0 -2
  283. package/dist/npm/interfaces/GridColumnMenuSortBaseProps.js +0 -2
  284. package/dist/npm/interfaces/GridColumnProps.d.ts +0 -88
  285. package/dist/npm/interfaces/GridColumnProps.js +0 -3
  286. package/dist/npm/interfaces/GridDetailRowProps.d.ts +0 -13
  287. package/dist/npm/interfaces/GridDetailRowProps.js +0 -2
  288. package/dist/npm/interfaces/GridFilterCellProps.js +0 -2
  289. package/dist/npm/interfaces/GridFilterOperator.d.ts +0 -6
  290. package/dist/npm/interfaces/GridFilterOperator.js +0 -2
  291. package/dist/npm/interfaces/GridFilterOperators.d.ts +0 -49
  292. package/dist/npm/interfaces/GridFilterOperators.js +0 -2
  293. package/dist/npm/interfaces/GridFooterCellProps.js +0 -2
  294. package/dist/npm/interfaces/GridGroupableSettings.d.ts +0 -13
  295. package/dist/npm/interfaces/GridGroupableSettings.js +0 -2
  296. package/dist/npm/interfaces/GridHeaderCellProps.js +0 -2
  297. package/dist/npm/interfaces/GridNoRecordsProps.d.ts +0 -10
  298. package/dist/npm/interfaces/GridNoRecordsProps.js +0 -2
  299. package/dist/npm/interfaces/GridProps.js +0 -3
  300. package/dist/npm/interfaces/GridRowProps.d.ts +0 -64
  301. package/dist/npm/interfaces/GridRowProps.js +0 -3
  302. package/dist/npm/interfaces/GridRowType.d.ts +0 -9
  303. package/dist/npm/interfaces/GridRowType.js +0 -2
  304. package/dist/npm/interfaces/GridSelectableSettings.js +0 -3
  305. package/dist/npm/interfaces/GridSortSettings.d.ts +0 -13
  306. package/dist/npm/interfaces/GridSortSettings.js +0 -23
  307. package/dist/npm/interfaces/GridToolbarProps.d.ts +0 -34
  308. package/dist/npm/interfaces/GridToolbarProps.js +0 -2
  309. package/dist/npm/interfaces/VirtualScrollInterface.d.ts +0 -27
  310. package/dist/npm/interfaces/VirtualScrollInterface.js +0 -2
  311. package/dist/npm/interfaces/events.js +0 -2
  312. package/dist/npm/main.d.ts +0 -51
  313. package/dist/npm/main.js +0 -90
  314. package/dist/npm/messages/index.js +0 -195
  315. package/dist/npm/package-metadata.d.ts +0 -5
  316. package/dist/npm/package-metadata.js +0 -14
  317. package/dist/npm/paging/GridPagerSettings.d.ts +0 -67
  318. package/dist/npm/paging/GridPagerSettings.js +0 -25
  319. package/dist/npm/paging/Page.d.ts +0 -13
  320. package/dist/npm/paging/Page.js +0 -2
  321. package/dist/npm/rows/GridDetailRow.js +0 -78
  322. package/dist/npm/rows/GridRow.d.ts +0 -11
  323. package/dist/npm/rows/GridRow.js +0 -67
  324. package/dist/npm/utils/index.d.ts +0 -69
  325. package/dist/npm/utils/index.js +0 -275
  326. package/dist/systemjs/kendo-react-grid.js +0 -1
  327. package/e2e-legacy/snapshots/column-menu.png +0 -0
  328. package/e2e-next/basic.tests.ts +0 -25
@@ -1,14 +0,0 @@
1
- import { GridColumnMenuColumnProps } from './GridColumnMenuColumnProps';
2
- /**
3
- * @hidden
4
- */
5
- export interface GridColumnMenuBaseProps {
6
- /**
7
- * The current column options.
8
- */
9
- column: GridColumnMenuColumnProps;
10
- /**
11
- * The method that will be called to close the column menu.
12
- */
13
- onCloseMenu?: Function;
14
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,20 +0,0 @@
1
- /// <reference types="react" />
2
- import { GroupDescriptor } from '@progress/kendo-data-query';
3
- import { GridColumnMenuBaseProps } from './GridColumnMenuBaseProps';
4
- /**
5
- * The props passed to the ColumnMenu group component.
6
- */
7
- export interface GridColumnMenuGroupBaseProps extends GridColumnMenuBaseProps {
8
- /**
9
- * The groupable option of the column.
10
- */
11
- groupable?: boolean;
12
- /**
13
- * The current group state of the Grid.
14
- */
15
- group?: GroupDescriptor[];
16
- /**
17
- * The method that will be called to notify the parent Grid about a group change.
18
- */
19
- onGroupChange?: (groups: GroupDescriptor[], event: React.MouseEvent<HTMLAnchorElement>) => void;
20
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,21 +0,0 @@
1
- /// <reference types="react" />
2
- import { SortDescriptor } from '@progress/kendo-data-query';
3
- import { GridSortSettings } from './GridSortSettings';
4
- import { GridColumnMenuBaseProps } from './GridColumnMenuBaseProps';
5
- /**
6
- * The props passed to the ColumnMenu sort component.
7
- */
8
- export interface GridColumnMenuSortBaseProps extends GridColumnMenuBaseProps {
9
- /**
10
- * The sortable option of the column.
11
- */
12
- sortable?: GridSortSettings;
13
- /**
14
- * The current sort state of the Grid.
15
- */
16
- sort?: SortDescriptor[];
17
- /**
18
- * The method that will be called to notify the parent Grid about a sort change.
19
- */
20
- onSortChange?: (descriptors: SortDescriptor[], e: React.SyntheticEvent<any>) => void;
21
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,2 +0,0 @@
1
- export {};
2
- // tslint:enable:max-line-length
@@ -1,13 +0,0 @@
1
- /**
2
- * The props of the GridDetailRow component ([see example]({% slug detailrow_grid %})).
3
- */
4
- export interface GridDetailRowProps {
5
- /**
6
- * The data object that represents the current row.
7
- */
8
- dataItem: any;
9
- /**
10
- * Zero-based index of the dataItem.
11
- */
12
- dataIndex: number;
13
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,65 +0,0 @@
1
- /// <reference types="react" />
2
- import { GridFilterOperator } from './GridFilterOperator';
3
- /**
4
- * The props of the GridFilterCell component
5
- * ([more information]({% slug cells_grid %}#toc-filter-cells)
6
- * and [example]({% slug filtering_grid %}#toc-custom-filter-cells)).
7
- */
8
- export interface GridFilterCellProps {
9
- /**
10
- * The column field in which the cell is located.
11
- */
12
- field?: string;
13
- /**
14
- * The method that will be called if the cell needs to inform its parent Grid about a change.
15
- */
16
- onChange: (event: {
17
- value: any;
18
- operator: string | Function;
19
- syntheticEvent: React.SyntheticEvent<any>;
20
- }) => void;
21
- /**
22
- * The list of the default operators for the current filter type.
23
- */
24
- operators: GridFilterOperator[];
25
- /**
26
- * The title which will be set to the input element in the filter cell.
27
- */
28
- title?: string;
29
- /**
30
- * The type of the filter. Determines which editor will be rendered for filtering.
31
- */
32
- filterType: 'text' | 'numeric' | 'boolean' | 'date';
33
- /**
34
- * The value of the cell.
35
- */
36
- value: any;
37
- /**
38
- * The operator that will be used for the cell filtering.
39
- */
40
- operator?: string | Function;
41
- /**
42
- * The list of values for the Boolean filter.
43
- */
44
- booleanValues: GridFilterOperator[];
45
- /**
46
- * A function for overriding the default rendering of the filter cell.
47
- */
48
- render?: (row: React.ReactElement<any>, dataItem: GridFilterCellProps) => React.ReactNode;
49
- /**
50
- * Accessible label of the filter.
51
- */
52
- ariaLabel?: string;
53
- /**
54
- * Configures the `size` of the cell.
55
- *
56
- * The available options are:
57
- * - small
58
- * - medium
59
- * - large
60
- * - null&mdash;Does not set a size `className`.
61
- *
62
- * @default `medium`
63
- */
64
- size?: null | 'small' | 'medium' | 'large';
65
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,6 +0,0 @@
1
- import { FilterOperator } from '@progress/kendo-react-data-tools';
2
- /**
3
- * The filter operator for the Grid filters.
4
- */
5
- export interface GridFilterOperator extends FilterOperator {
6
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,23 +0,0 @@
1
- /// <reference types="react" />
2
- /**
3
- * The props of the GridFooterCell component
4
- * ([see example]({% slug cells_grid %}#toc-footer-cells)).
5
- */
6
- export interface GridFooterCellProps {
7
- /**
8
- * The field to which the footer cell is bound.
9
- */
10
- field?: string;
11
- /**
12
- * The styles of the footer cell.
13
- */
14
- style?: React.CSSProperties;
15
- /**
16
- * The `colSpan` of the footer cell.
17
- */
18
- colSpan?: number;
19
- /**
20
- * The index to be applied to the `aria-colindex` attribute.
21
- */
22
- ariaColumnIndex: number;
23
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,17 +0,0 @@
1
- /// <reference types="react" />
2
- import { HeaderCellBaseProps } from '@progress/kendo-react-data-tools';
3
- import { GridColumnMenuWrapperProps } from '../columnMenu/GridColumnMenuWrapper';
4
- /**
5
- * The props of the GridHeaderCell component
6
- * ([more information]({% slug cells_grid %}#toc-header-cells)).
7
- */
8
- export interface GridHeaderCellProps extends Omit<HeaderCellBaseProps, 'render'> {
9
- /**
10
- * A function for overriding the default rendering of the header cell.
11
- */
12
- render?: (defaultRendering: React.ReactNode | null, props: GridHeaderCellProps) => React.ReactNode;
13
- /**
14
- * The props of the Grid column menu wrapper.
15
- */
16
- columnMenuWrapperProps: GridColumnMenuWrapperProps;
17
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- /**
3
- * The props of the GridNoRecords component.
4
- */
5
- export interface GridNoRecordsProps {
6
- /**
7
- * The React elements that will be rendered inside the Grid when no records are available.
8
- */
9
- children?: React.ReactNode;
10
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,317 +0,0 @@
1
- import { ComponentType } from 'react';
2
- import { DataResult, SortDescriptor, CompositeFilterDescriptor, GroupDescriptor } from '@progress/kendo-data-query';
3
- import { GridGroupableSettings } from './GridGroupableSettings';
4
- import { GridSortChangeEvent, GridFilterChangeEvent, GridPageChangeEvent, GridExpandChangeEvent, GridSelectionChangeEvent, GridHeaderSelectionChangeEvent, GridRowClickEvent, GridItemChangeEvent, GridDataStateChangeEvent, GridColumnResizeEvent, GridColumnReorderEvent, GridGroupChangeEvent, GridEvent, GridRowDoubleClickEvent, GridNavigationActionEvent, GridKeyDownEvent, GridContextMenuEvent } from './events';
5
- import { ScrollMode } from '../ScrollMode';
6
- import { GridCellProps } from './GridCellProps';
7
- import { GridFilterCellProps } from './GridFilterCellProps';
8
- import { GridSortSettings } from './GridSortSettings';
9
- import { GridPagerSettings } from '../paging/GridPagerSettings';
10
- import { GridRowProps } from '../interfaces/GridRowProps';
11
- import { GridHeaderCellProps } from '../interfaces/GridHeaderCellProps';
12
- import { GridDetailRowProps } from '../interfaces/GridDetailRowProps';
13
- import { GridColumnMenuProps } from '../interfaces/GridColumnMenuProps';
14
- import { GridFilterOperators } from './GridFilterOperators';
15
- import { GridSelectableSettings } from './GridSelectableSettings';
16
- import { PagerProps } from '@progress/kendo-react-data-tools';
17
- import { KendoReactComponentBaseProps } from '@progress/kendo-react-common';
18
- import { GridCellsSettings } from './GridCellsSettings';
19
- /**
20
- * Represents the props of the [KendoReact Grid component]({% slug overview_grid %}).
21
- */
22
- export interface GridProps extends KendoReactComponentBaseProps {
23
- /**
24
- * Sets the Grid row key prop to the value of this field in the dataItem.
25
- * If not set, the dataItem index will be used for the row key, which might lead to row not updated during paging or scrolling.
26
- */
27
- dataItemKey?: string;
28
- /**
29
- * Sets a class of the Grid DOM element.
30
- */
31
- className?: string;
32
- /**
33
- * Sets a set of custom components that the Grid will render instead of the built-in cell.
34
- */
35
- cells?: GridCellsSettings;
36
- /**
37
- * Sets the data of the Grid ([see example]({% slug paging_grid %})). If you use paging, the `data` option has to contain only the items for the current page.
38
- */
39
- data?: any[] | DataResult | null;
40
- /**
41
- * Enables the sorting for the columns with their `field` option set ([see example]({% slug sorting_grid %})).
42
- */
43
- sortable?: GridSortSettings;
44
- /**
45
- * Fires when the sorting of the Grid is changed ([see example]({% slug sorting_grid %})). You have to handle the event yourself and sort the data.
46
- */
47
- onSortChange?: (event: GridSortChangeEvent) => void;
48
- /**
49
- * The descriptors by which the data is sorted. Applies the sorting styles and buttons to the affected columns.
50
- */
51
- sort?: SortDescriptor[];
52
- /**
53
- * Enables the filtering of the columns with their `field` option set ([more information and examples]({% slug filtering_grid %})).
54
- */
55
- filterable?: boolean;
56
- /**
57
- * The descriptor by which the data is filtered ([more information and examples]({% slug filtering_grid %})). This affects the values and buttons in the `FilterRow` of the Grid.
58
- */
59
- filter?: CompositeFilterDescriptor;
60
- /**
61
- * The filter operators for the Grid filters.
62
- *
63
- * @example
64
- * ```jsx
65
- * const customFilterOperators = {
66
- * 'text': [
67
- * { text: 'grid.filterContainsOperator', operator: 'contains' }
68
- * ],
69
- * 'numeric': [
70
- * { text: 'grid.filterGtOperator', operator: 'gt' }
71
- * ],
72
- * 'date': [
73
- * { text: 'grid.filterAfterOperator', operator: 'gt' }
74
- * ]
75
- * }
76
- *
77
- * class App extends React.Component {
78
- * constructor(props) {
79
- * super(props);
80
- * this.state = {
81
- * data: [
82
- * { 'foo': 'A1', 'bar': 'B1' },
83
- * { 'foo': 'A2', 'bar': 'B2' },
84
- * { 'foo': 'A3', 'bar': 'B2' }
85
- * ]
86
- * };
87
- * }
88
- * render() {
89
- * return (
90
- * <div>
91
- * <Grid
92
- * data={this.state.data}
93
- * reorderable={true}
94
- * filterable
95
- * filterOperators={customFilterOperators}
96
- * >
97
- * <GridColumn field="foo" />
98
- * <GridColumn field="bar" />
99
- * </Grid>
100
- * </div>
101
- * );
102
- * }
103
- * }
104
- * ReactDOM.render(<App />, document.querySelector('my-app'));
105
- * ```
106
- */
107
- filterOperators?: GridFilterOperators;
108
- /**
109
- * Fires when the Grid filter is modified through the UI ([more information and examples]({% slug filtering_grid %})). You have to handle the event yourself and filter the data.
110
- */
111
- onFilterChange?: (event: GridFilterChangeEvent) => void;
112
- /**
113
- * Specifies a React element that will be cloned and rendered inside the column menu of the Grid. Can be overridden on column level.
114
- */
115
- columnMenu?: null | ComponentType<GridColumnMenuProps>;
116
- /**
117
- * The descriptors by which the data will be grouped
118
- * ([more information and examples]({% slug groupingbasics_grid %})).
119
- */
120
- group?: GroupDescriptor[];
121
- /**
122
- * Fires when the grouping of the Grid is changed. You have to handle the event yourself and group the data
123
- * ([more information and examples]({% slug groupingbasics_grid %})).
124
- */
125
- onGroupChange?: (event: GridGroupChangeEvent) => void;
126
- /**
127
- * Configures the pager of the Grid ([see example]({% slug paging_grid %})).
128
- *
129
- * The available options are:
130
- * - `buttonCount: Number`&mdash;Sets the maximum numeric buttons count before the buttons are collapsed.
131
- * - `info: Boolean`&mdash;Toggles the information about the current page and the total number of records.
132
- * - `type: PagerType`&mdash;Accepts the `numeric` (buttons with numbers) and `input` (input for typing the page number) values.
133
- * - `pageSizes: Boolean` or `Array<number>`&mdash;Shows a menu for selecting the page size.
134
- * - `previousNext: Boolean`&mdash;Toggles the **Previous** and **Next** buttons.
135
- */
136
- pageable?: GridPagerSettings | boolean;
137
- /**
138
- * Defines the page size that is used by the Grid pager ([see example]({% slug paging_grid %})). Required by the paging functionality.
139
- */
140
- pageSize?: number;
141
- /**
142
- * The pager component that the Grid will render instead of the built-in pager.
143
- */
144
- pager?: null | ComponentType<PagerProps>;
145
- /**
146
- * Alias of `pageSize` property. If `take` is set, `pageSize` will be ignored.
147
- */
148
- take?: number;
149
- /**
150
- * Fires when the page of the Grid is changed ([see example]({% slug paging_grid %})). You have to handle the event yourself and page the data.
151
- */
152
- onPageChange?: (event: GridPageChangeEvent) => void;
153
- /**
154
- * Defines the total number of data items in all pages ([see example]({% slug paging_grid %})). Required by the paging functionality.
155
- */
156
- total?: number;
157
- /**
158
- * Defines the number of records that will be skipped by the pager ([see example]({% slug paging_grid %})). Required by the paging functionality.
159
- */
160
- skip?: number;
161
- /**
162
- * Determines if the scroll position will be updated after data change. If set to `true` the scroll will remain on the same position.
163
- */
164
- fixedScroll?: boolean;
165
- /**
166
- * Fires when the user tries to expand or collapse a row.
167
- */
168
- onExpandChange?: (event: GridExpandChangeEvent) => void;
169
- /**
170
- * Specifies the name of the field which will provide a Boolean representation of the expanded state of the item ([see example]({% slug detailrow_grid %})).
171
- */
172
- expandField?: string;
173
- /**
174
- * The Grid selectable settings.
175
- */
176
- selectable?: GridSelectableSettings;
177
- /**
178
- * Specifies the name of the field which will provide a:
179
- * - Boolean representation of the selected state of the item ([see example]({% slug selection_grid %})) for row selection
180
- * - String array of the selected columns of the item for cell selection
181
- */
182
- selectedField?: string;
183
- /**
184
- * Fires when the user tries to select or deselect a row or cell.
185
- */
186
- onSelectionChange?: (event: GridSelectionChangeEvent) => void;
187
- /**
188
- * Fires when the user clicks the checkbox of a column header whose `field` matches `selectedField` ([more information and example]({% slug selection_grid %})).
189
- */
190
- onHeaderSelectionChange?: (event: GridHeaderSelectionChangeEvent) => void;
191
- /**
192
- * Fires when the user clicks a row.
193
- */
194
- onRowClick?: (event: GridRowClickEvent) => void;
195
- /**
196
- * Fires when the user double clicks a row.
197
- */
198
- onRowDoubleClick?: (event: GridRowDoubleClickEvent) => void;
199
- /**
200
- * Fires when the user changes the values of the item. The event is not debounced and fires on every `onChange` event of the input in the current `EditCell` ([more information and examples]({% slug editing_inline_grid %})).
201
- */
202
- onItemChange?: (event: GridItemChangeEvent) => void;
203
- /**
204
- * Specifies the name of the field which will provide a Boolean representation of the edit state of the current item ([more information and examples]({% slug editing_inline_grid %})).
205
- */
206
- editField?: string;
207
- /**
208
- * Defines the scroll mode that is used by the Grid ([see example]({% slug scrollmodes_grid %})).
209
- *
210
- * The available options are:
211
- * - `none`&mdash;Renders no scrollbar.
212
- * - `scrollable`&mdash;This is the default scroll mode. It requires the setting of the `height` option.
213
- * - `virtual`&mdash;Displays no pager and renders a portion of the data (optimized rendering) while the user is scrolling the content.
214
- */
215
- scrollable?: ScrollMode;
216
- /**
217
- * Defines the row height and forces an equal height to all rows ([see example]({% slug scrollmodes_grid %})).
218
- */
219
- rowHeight?: number;
220
- /**
221
- * Defines the detail row height and forces an equal height to all detail rows.
222
- */
223
- detailRowHeight?: number;
224
- /**
225
- * Specifies a React element that will be cloned and rendered inside the detail rows of the currently expanded items ([see example]({% slug hierarchy_grid %})). An item will be rendered as expanded if the value of its `expandField` is `true`.
226
- */
227
- detail?: null | ComponentType<GridDetailRowProps>;
228
- /**
229
- * Represents the `style` HTML attribute.
230
- */
231
- style?: React.CSSProperties;
232
- /**
233
- * Fires when the data state of the Grid is changed ([more information]({% slug localoperations_grid %}) and [example]({% slug odataserveroperations_grid %})).
234
- */
235
- onDataStateChange?: (event: GridDataStateChangeEvent) => void;
236
- /**
237
- * If set to `true`, the user can resize columns by dragging the edges (resize handles) of their header cells ([see example]({% slug resizing_columns_grid %})).
238
- */
239
- resizable?: boolean;
240
- /**
241
- * If set to `true`, the user can reorder columns by dragging their header cells ([see example]({% slug reordering_columns_grid %})).
242
- */
243
- reorderable?: boolean;
244
- /**
245
- * Determines if grouping by dragging and dropping the column headers is allowed ([more information and examples]({% slug groupingbasics_grid %})).
246
- */
247
- groupable?: GridGroupableSettings | boolean;
248
- /**
249
- * Fires when a column is resized.
250
- */
251
- onColumnResize?: (event: GridColumnResizeEvent) => void;
252
- /**
253
- * Fires when the columns are reordered.
254
- */
255
- onColumnReorder?: (event: GridColumnReorderEvent) => void;
256
- /**
257
- * Fires when a row is about to be rendered. Overrides the default appearance of the row.
258
- */
259
- rowRender?: (row: React.ReactElement<HTMLTableRowElement>, props: GridRowProps) => React.ReactNode;
260
- /**
261
- * Fires when a cell is about to be rendered. Used to override the default appearance of the cell ([see example]({% slug groupingaggregates_grid %})).
262
- */
263
- cellRender?: (defaultRendering: React.ReactElement<HTMLTableCellElement> | null, props: GridCellProps) => React.ReactElement<HTMLTableCellElement> | React.ReactElement<HTMLTableCellElement>[] | null;
264
- /**
265
- * Fires when a filter cell is about to be rendered. Overrides the default appearance of the filter cell.
266
- */
267
- filterCellRender?: (defaultRendering: React.ReactElement<any> | null, props: GridFilterCellProps) => React.ReactElement<any> | null;
268
- /**
269
- * Fires when a header cell is about to be rendered. Overrides the default appearance of the header cell.
270
- */
271
- headerCellRender?: (defaultRendering: React.ReactNode | null, props: GridHeaderCellProps) => React.ReactNode;
272
- /**
273
- * Fires when Grid is scrolled.
274
- */
275
- onScroll?: (event: GridEvent) => void;
276
- /**
277
- * Enables virtualization of the columns. If virtualization is enabled, the columns outside the view are not rendered.
278
- */
279
- columnVirtualization?: boolean;
280
- /**
281
- * If set to `true`, the user can use dedicated shortcuts to interact with the Grid.
282
- * By default, navigation is disabled and the Grid content is accessible in the normal tab sequence.
283
- */
284
- navigatable?: boolean;
285
- /**
286
- * Fires when Grid keyboard navigation position is changed.
287
- */
288
- onNavigationAction?: (event: GridNavigationActionEvent) => void;
289
- /**
290
- * Fires when the user press keyboard key.
291
- */
292
- onKeyDown?: (event: GridKeyDownEvent) => void;
293
- /**
294
- * The accessible label of the Grid.
295
- */
296
- ariaLabel?: string;
297
- /**
298
- * Defines if the group descriptor columns are locked (frozen or sticky).
299
- * Locked columns are the columns that are visible at all times while the user scrolls the component horizontally.
300
- * Defaults to `false`.
301
- */
302
- lockGroups?: boolean;
303
- /**
304
- * Configures the `size` of the Grid.
305
- *
306
- * The available options are:
307
- * - small
308
- * - medium
309
- *
310
- * @default `medium`
311
- */
312
- size?: 'small' | 'medium';
313
- /**
314
- * The event that is fired when the ContextMenu is activated.
315
- */
316
- onContextMenu?: (event: GridContextMenuEvent) => void;
317
- }
@@ -1,2 +0,0 @@
1
- export {};
2
- // tslint:enable:max-line-length
@@ -1,2 +0,0 @@
1
- export {};
2
- // tslint:enable:max-line-length
@@ -1,9 +0,0 @@
1
- /**
2
- * The type of the GridRow component.
3
- *
4
- * The available values are:
5
- * - `groupHeader`&mdash;The row is a group header.
6
- * - `groupFooter`&mdash;The row is a group footer.
7
- * - `data`&mdash;The row corresponds to an item from the `data` collection which is passed to the Grid.
8
- */
9
- export declare type GridRowType = 'groupFooter' | 'groupHeader' | 'data';
@@ -1 +0,0 @@
1
- export {};
@@ -1,18 +0,0 @@
1
- import { TableSelectableMode, TableSelectableSettings } from '@progress/kendo-react-data-tools';
2
- /**
3
- * Represents the available selection modes.
4
- */
5
- export declare type GridSelectableMode = TableSelectableMode;
6
- /**
7
- * Represents the Grid selectable settings.
8
- */
9
- export interface GridSelectableSettings extends TableSelectableSettings {
10
- /**
11
- * The available values are:
12
- * * `single`
13
- * * `multiple`
14
- *
15
- * @default "multiple"
16
- */
17
- mode?: GridSelectableMode;
18
- }
@@ -1,2 +0,0 @@
1
- ;
2
- export {};
@@ -1,13 +0,0 @@
1
- import { ColumnSortSettings, SortSettings } from '@progress/kendo-react-data-tools';
2
- /**
3
- * The settings for sorting the Grid columns.
4
- */
5
- export declare type GridColumnSortSettings = ColumnSortSettings;
6
- /**
7
- * The settings for sorting the Grid data.
8
- */
9
- export declare type GridSortSettings = SortSettings;
10
- /**
11
- * @hidden
12
- */
13
- export declare const normalize: (...settings: (GridSortSettings | GridColumnSortSettings)[]) => any;
@@ -1,19 +0,0 @@
1
- var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
2
- if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
3
- if (ar || !(i in from)) {
4
- if (!ar) ar = Array.prototype.slice.call(from, 0, i);
5
- ar[i] = from[i];
6
- }
7
- }
8
- return to.concat(ar || Array.prototype.slice.call(from));
9
- };
10
- /**
11
- * @hidden
12
- */
13
- export var normalize = function () {
14
- var settings = [];
15
- for (var _i = 0; _i < arguments.length; _i++) {
16
- settings[_i] = arguments[_i];
17
- }
18
- return Object.assign.apply(Object, __spreadArray([{ allowUnsort: true, mode: 'single' }], settings, false));
19
- };
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};