@progress/kendo-themes-html 7.1.1-dev.0 → 7.2.0-dev.0

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 (279) hide show
  1. package/dist/cjs/action-sheet/tests/action-sheet-data-table.js +2 -0
  2. package/dist/cjs/autocomplete/tests/autocomplete-prefix-suffix.js +863 -778
  3. package/dist/cjs/combobox/tests/combobox-prefix-suffix.js +863 -778
  4. package/dist/cjs/dropdowngrid/dropdowngrid.spec.js +2 -0
  5. package/dist/cjs/dropdowngrid/templates/dropdowngrid-adaptive.js +2 -0
  6. package/dist/cjs/dropdowngrid/templates/dropdowngrid-normal.js +2 -0
  7. package/dist/cjs/dropdowngrid/templates/dropdowngrid-popup.js +2 -0
  8. package/dist/cjs/dropdowngrid/templates/dropdowngrid-prefix.js +2 -0
  9. package/dist/cjs/dropdowngrid/templates/dropdowngrid-suffix.js +2 -0
  10. package/dist/cjs/dropdowngrid/tests/dropdowngrid-adaptive.js +2 -0
  11. package/dist/cjs/dropdowngrid/tests/dropdowngrid-flat.js +2 -0
  12. package/dist/cjs/dropdowngrid/tests/dropdowngrid-opened.js +2 -0
  13. package/dist/cjs/dropdowngrid/tests/dropdowngrid-outline.js +2 -0
  14. package/dist/cjs/dropdowngrid/tests/dropdowngrid-prefix-suffix.js +2 -0
  15. package/dist/cjs/dropdowngrid/tests/dropdowngrid-size-rounded.js +2 -0
  16. package/dist/cjs/dropdowngrid/tests/dropdowngrid-solid.js +2 -0
  17. package/dist/cjs/filemanager/templates/filemanager-grid-preview.js +2 -0
  18. package/dist/cjs/filemanager/templates/filemanager-grid.js +2 -0
  19. package/dist/cjs/filemanager/tests/filemanager-gridview-preview.js +763 -678
  20. package/dist/cjs/filemanager/tests/filemanager-gridview.js +2 -0
  21. package/dist/cjs/filemanager/tests/filemanager-listview-preview.js +717 -632
  22. package/dist/cjs/form/tests/form-field-dropdowns.js +862 -777
  23. package/dist/cjs/grid/grid-container.spec.js +46 -0
  24. package/dist/cjs/grid/grid-content.spec.js +46 -0
  25. package/dist/cjs/grid/grid-footer-table.spec.js +283 -0
  26. package/dist/cjs/grid/grid-footer.spec.js +46 -0
  27. package/dist/cjs/grid/grid-grouping-header.spec.js +57 -0
  28. package/dist/cjs/grid/grid-header-cell.spec.js +4446 -0
  29. package/dist/cjs/grid/grid-header-table.spec.js +283 -0
  30. package/dist/cjs/grid/grid-header.spec.js +46 -0
  31. package/dist/cjs/grid/grid-pager.spec.js +6058 -0
  32. package/dist/cjs/grid/grid-table.spec.js +283 -0
  33. package/dist/cjs/grid/grid-toolbar.spec.js +7876 -0
  34. package/dist/cjs/grid/grid.spec.js +120 -0
  35. package/dist/cjs/grid/tests/grid-adaptive-pager.js +2740 -380
  36. package/dist/cjs/grid/tests/grid-adaptive-search.js +1745 -1203
  37. package/dist/cjs/grid/tests/grid-angular.js +3787 -1267
  38. package/dist/cjs/grid/tests/grid-column-menu-angular.js +4095 -115
  39. package/dist/cjs/grid/tests/grid-column-menu-blazor.js +4095 -116
  40. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +1484 -1280
  41. package/dist/cjs/grid/tests/grid-column-reordering.js +1489 -1285
  42. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +2119 -1915
  43. package/dist/cjs/grid/tests/grid-editing-custom-editor.js +1107 -869
  44. package/dist/cjs/grid/tests/grid-editing-inline-angular.js +1972 -1218
  45. package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +1959 -1201
  46. package/dist/cjs/grid/tests/grid-editing.js +1391 -635
  47. package/dist/cjs/grid/tests/grid-filter-menu-angular.js +4092 -100
  48. package/dist/cjs/grid/tests/grid-filter-menu-blazor.js +4089 -101
  49. package/dist/cjs/grid/tests/grid-filter-row-angular.js +1327 -576
  50. package/dist/cjs/grid/tests/grid-filter-row-blazor.js +1313 -554
  51. package/dist/cjs/grid/tests/grid-filter-row.js +1496 -59
  52. package/dist/cjs/grid/tests/grid-grouping-actions.js +1450 -1246
  53. package/dist/cjs/grid/tests/grid-grouping-blazor.js +4162 -141
  54. package/dist/cjs/grid/tests/grid-grouping-detail-template.js +4297 -288
  55. package/dist/cjs/grid/tests/grid-grouping.js +2725 -1934
  56. package/dist/cjs/grid/tests/grid-hierarchy.js +4333 -43
  57. package/dist/cjs/grid/tests/grid-locked-columns-rtl.js +4365 -207
  58. package/dist/cjs/grid/tests/grid-locked-columns.js +4563 -424
  59. package/dist/cjs/grid/tests/grid-long-titles.js +4315 -124
  60. package/dist/cjs/grid/tests/grid-multicolumn-headers.js +4407 -135
  61. package/dist/cjs/grid/tests/grid-no-records.js +8627 -48
  62. package/dist/cjs/grid/tests/grid-pager.js +3120 -550
  63. package/dist/cjs/grid/tests/grid-react-basic.js +8500 -128
  64. package/dist/cjs/grid/tests/grid-react.js +4516 -190
  65. package/dist/cjs/grid/tests/grid-row-reordering.js +1711 -1499
  66. package/dist/cjs/grid/tests/grid-rows-resizing.js +2066 -1308
  67. package/dist/cjs/grid/tests/grid-rows-states.js +8369 -105
  68. package/dist/cjs/grid/tests/grid-rtl-angular.js +3987 -1430
  69. package/dist/cjs/grid/tests/grid-rtl.js +4028 -1469
  70. package/dist/cjs/grid/tests/grid-selection-aggregates.js +3318 -742
  71. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +2038 -1537
  72. package/dist/cjs/grid/tests/grid-size-sm.js +1447 -946
  73. package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +4118 -1505
  74. package/dist/cjs/grid/tests/grid-sticky-columns.js +4445 -177
  75. package/dist/cjs/grid/tests/grid-sticky-multicolumn-headers.js +8571 -53
  76. package/dist/cjs/grid/tests/grid-toolbar.js +1896 -1349
  77. package/dist/cjs/grid/tests/grid-virtualization.js +8968 -450
  78. package/dist/cjs/grid/tests/grid.js +4055 -1496
  79. package/dist/cjs/index.js +2442 -2148
  80. package/dist/cjs/multiselect/templates/multiselect-prefix.js +838 -753
  81. package/dist/cjs/multiselect/templates/multiselect-suffix.js +838 -753
  82. package/dist/cjs/multiselect/tests/multiselect-adaptive.js +844 -759
  83. package/dist/cjs/multiselect/tests/multiselect-flat.js +868 -783
  84. package/dist/cjs/multiselect/tests/multiselect-grouping.js +844 -759
  85. package/dist/cjs/multiselect/tests/multiselect-opened.js +846 -761
  86. package/dist/cjs/multiselect/tests/multiselect-outline.js +868 -783
  87. package/dist/cjs/multiselect/tests/multiselect-prefix-suffix.js +875 -790
  88. package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +847 -762
  89. package/dist/cjs/multiselect/tests/multiselect-solid.js +868 -783
  90. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +877 -792
  91. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +891 -806
  92. package/dist/cjs/table/table-th.js +2 -0
  93. package/dist/cjs/table/templates/data-table-normal.js +2 -0
  94. package/dist/cjs/table/templates/table-list-virtualization.js +2 -0
  95. package/dist/cjs/table/templates/table-list.js +2 -0
  96. package/dist/cjs/table/templates/table-native.js +2 -0
  97. package/dist/cjs/table/tests/table-data-sizes.js +2 -0
  98. package/dist/cjs/table/tests/table-list-jquery.js +2 -0
  99. package/dist/cjs/table/tests/table-list-sizes.js +2 -0
  100. package/dist/cjs/table/tests/table-list-virtual.js +2 -0
  101. package/dist/cjs/table/tests/table-native-sizes.js +2 -0
  102. package/dist/cjs/table/tests/table-native-states.js +2 -0
  103. package/dist/esm/action-sheet/tests/action-sheet-data-table.js +2 -0
  104. package/dist/esm/autocomplete/tests/autocomplete-prefix-suffix.js +863 -778
  105. package/dist/esm/combobox/tests/combobox-prefix-suffix.js +863 -778
  106. package/dist/esm/dropdowngrid/dropdowngrid.spec.js +2 -0
  107. package/dist/esm/dropdowngrid/templates/dropdowngrid-adaptive.js +2 -0
  108. package/dist/esm/dropdowngrid/templates/dropdowngrid-normal.js +2 -0
  109. package/dist/esm/dropdowngrid/templates/dropdowngrid-popup.js +2 -0
  110. package/dist/esm/dropdowngrid/templates/dropdowngrid-prefix.js +2 -0
  111. package/dist/esm/dropdowngrid/templates/dropdowngrid-suffix.js +2 -0
  112. package/dist/esm/dropdowngrid/tests/dropdowngrid-adaptive.js +2 -0
  113. package/dist/esm/dropdowngrid/tests/dropdowngrid-flat.js +2 -0
  114. package/dist/esm/dropdowngrid/tests/dropdowngrid-opened.js +2 -0
  115. package/dist/esm/dropdowngrid/tests/dropdowngrid-outline.js +2 -0
  116. package/dist/esm/dropdowngrid/tests/dropdowngrid-prefix-suffix.js +2 -0
  117. package/dist/esm/dropdowngrid/tests/dropdowngrid-size-rounded.js +2 -0
  118. package/dist/esm/dropdowngrid/tests/dropdowngrid-solid.js +2 -0
  119. package/dist/esm/filemanager/templates/filemanager-grid-preview.js +2 -0
  120. package/dist/esm/filemanager/templates/filemanager-grid.js +2 -0
  121. package/dist/esm/filemanager/tests/filemanager-gridview-preview.js +763 -678
  122. package/dist/esm/filemanager/tests/filemanager-gridview.js +2 -0
  123. package/dist/esm/filemanager/tests/filemanager-listview-preview.js +717 -632
  124. package/dist/esm/form/tests/form-field-dropdowns.js +862 -777
  125. package/dist/esm/grid/grid-container.spec.js +24 -0
  126. package/dist/esm/grid/grid-content.spec.js +24 -0
  127. package/dist/esm/grid/grid-footer-table.spec.js +261 -0
  128. package/dist/esm/grid/grid-footer.spec.js +24 -0
  129. package/dist/esm/grid/grid-grouping-header.spec.js +35 -0
  130. package/dist/esm/grid/grid-header-cell.spec.js +4430 -0
  131. package/dist/esm/grid/grid-header-table.spec.js +261 -0
  132. package/dist/esm/grid/grid-header.spec.js +24 -0
  133. package/dist/esm/grid/grid-pager.spec.js +6042 -0
  134. package/dist/esm/grid/grid-table.spec.js +261 -0
  135. package/dist/esm/grid/grid-toolbar.spec.js +7860 -0
  136. package/dist/esm/grid/grid.spec.js +98 -0
  137. package/dist/esm/grid/tests/grid-adaptive-pager.js +2740 -380
  138. package/dist/esm/grid/tests/grid-adaptive-search.js +1865 -1323
  139. package/dist/esm/grid/tests/grid-angular.js +3831 -1311
  140. package/dist/esm/grid/tests/grid-column-menu-angular.js +4095 -115
  141. package/dist/esm/grid/tests/grid-column-menu-blazor.js +4095 -116
  142. package/dist/esm/grid/tests/grid-column-reordering-actions.js +2314 -2110
  143. package/dist/esm/grid/tests/grid-column-reordering.js +2320 -2116
  144. package/dist/esm/grid/tests/grid-column-resizing-actions.js +2863 -2659
  145. package/dist/esm/grid/tests/grid-editing-custom-editor.js +1107 -869
  146. package/dist/esm/grid/tests/grid-editing-inline-angular.js +1905 -1151
  147. package/dist/esm/grid/tests/grid-editing-inline-blazor.js +1914 -1156
  148. package/dist/esm/grid/tests/grid-editing.js +1391 -635
  149. package/dist/esm/grid/tests/grid-filter-menu-angular.js +4092 -100
  150. package/dist/esm/grid/tests/grid-filter-menu-blazor.js +4089 -101
  151. package/dist/esm/grid/tests/grid-filter-row-angular.js +1327 -576
  152. package/dist/esm/grid/tests/grid-filter-row-blazor.js +1313 -554
  153. package/dist/esm/grid/tests/grid-filter-row.js +1496 -59
  154. package/dist/esm/grid/tests/grid-grouping-actions.js +2280 -2076
  155. package/dist/esm/grid/tests/grid-grouping-blazor.js +4162 -141
  156. package/dist/esm/grid/tests/grid-grouping-detail-template.js +4297 -288
  157. package/dist/esm/grid/tests/grid-grouping.js +2679 -1888
  158. package/dist/esm/grid/tests/grid-hierarchy.js +4333 -43
  159. package/dist/esm/grid/tests/grid-locked-columns-rtl.js +4366 -208
  160. package/dist/esm/grid/tests/grid-locked-columns.js +4564 -425
  161. package/dist/esm/grid/tests/grid-long-titles.js +4316 -125
  162. package/dist/esm/grid/tests/grid-multicolumn-headers.js +4407 -135
  163. package/dist/esm/grid/tests/grid-no-records.js +8632 -49
  164. package/dist/esm/grid/tests/grid-pager.js +3139 -569
  165. package/dist/esm/grid/tests/grid-react-basic.js +8506 -128
  166. package/dist/esm/grid/tests/grid-react.js +4516 -190
  167. package/dist/esm/grid/tests/grid-row-reordering.js +1385 -1173
  168. package/dist/esm/grid/tests/grid-rows-resizing.js +2145 -1387
  169. package/dist/esm/grid/tests/grid-rows-states.js +8375 -105
  170. package/dist/esm/grid/tests/grid-rtl-angular.js +3974 -1417
  171. package/dist/esm/grid/tests/grid-rtl.js +4022 -1463
  172. package/dist/esm/grid/tests/grid-selection-aggregates.js +3143 -567
  173. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +2100 -1599
  174. package/dist/esm/grid/tests/grid-size-sm.js +1513 -1012
  175. package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +4113 -1500
  176. package/dist/esm/grid/tests/grid-sticky-columns.js +4445 -177
  177. package/dist/esm/grid/tests/grid-sticky-multicolumn-headers.js +8576 -54
  178. package/dist/esm/grid/tests/grid-toolbar.js +1906 -1359
  179. package/dist/esm/grid/tests/grid-virtualization.js +8975 -451
  180. package/dist/esm/grid/tests/grid.js +4052 -1493
  181. package/dist/esm/index.js +2442 -2148
  182. package/dist/esm/multiselect/templates/multiselect-prefix.js +838 -753
  183. package/dist/esm/multiselect/templates/multiselect-suffix.js +838 -753
  184. package/dist/esm/multiselect/tests/multiselect-adaptive.js +844 -759
  185. package/dist/esm/multiselect/tests/multiselect-flat.js +868 -783
  186. package/dist/esm/multiselect/tests/multiselect-grouping.js +844 -759
  187. package/dist/esm/multiselect/tests/multiselect-opened.js +846 -761
  188. package/dist/esm/multiselect/tests/multiselect-outline.js +868 -783
  189. package/dist/esm/multiselect/tests/multiselect-prefix-suffix.js +875 -790
  190. package/dist/esm/multiselect/tests/multiselect-size-rounded.js +847 -762
  191. package/dist/esm/multiselect/tests/multiselect-solid.js +868 -783
  192. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +877 -792
  193. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +891 -806
  194. package/dist/esm/table/table-th.js +2 -0
  195. package/dist/esm/table/templates/data-table-normal.js +2 -0
  196. package/dist/esm/table/templates/table-list-virtualization.js +2 -0
  197. package/dist/esm/table/templates/table-list.js +2 -0
  198. package/dist/esm/table/templates/table-native.js +2 -0
  199. package/dist/esm/table/tests/table-data-sizes.js +2 -0
  200. package/dist/esm/table/tests/table-list-jquery.js +2 -0
  201. package/dist/esm/table/tests/table-list-sizes.js +2 -0
  202. package/dist/esm/table/tests/table-list-virtual.js +2 -0
  203. package/dist/esm/table/tests/table-native-sizes.js +2 -0
  204. package/dist/esm/table/tests/table-native-states.js +2 -0
  205. package/dist/types/grid/grid-container.spec.d.ts +1 -0
  206. package/dist/types/grid/grid-content.spec.d.ts +1 -0
  207. package/dist/types/grid/grid-footer-table.spec.d.ts +3 -0
  208. package/dist/types/grid/grid-footer.spec.d.ts +1 -0
  209. package/dist/types/grid/grid-grouping-header.spec.d.ts +5 -0
  210. package/dist/types/grid/grid-header-cell.spec.d.ts +17 -0
  211. package/dist/types/grid/grid-header-table.spec.d.ts +3 -0
  212. package/dist/types/grid/grid-header.spec.d.ts +1 -0
  213. package/dist/types/grid/grid-pager.spec.d.ts +2 -0
  214. package/dist/types/grid/grid-table.spec.d.ts +3 -0
  215. package/dist/types/grid/grid-toolbar.spec.d.ts +2 -0
  216. package/dist/types/grid/grid.spec.d.ts +28 -0
  217. package/dist/types/grid/index.d.ts +12 -0
  218. package/dist/types/index.d.ts +1 -0
  219. package/dist/types/table/table-th.d.ts +1 -0
  220. package/package.json +2 -2
  221. package/src/grid/grid-container.spec.tsx +17 -0
  222. package/src/grid/grid-content.spec.tsx +16 -0
  223. package/src/grid/grid-footer-table.spec.tsx +20 -0
  224. package/src/grid/grid-footer.spec.tsx +17 -0
  225. package/src/grid/grid-grouping-header.spec.tsx +33 -0
  226. package/src/grid/grid-header-cell.spec.tsx +104 -0
  227. package/src/grid/grid-header-table.spec.tsx +20 -0
  228. package/src/grid/grid-header.spec.tsx +19 -0
  229. package/src/grid/grid-pager.spec.tsx +19 -0
  230. package/src/grid/grid-table.spec.tsx +20 -0
  231. package/src/grid/grid-toolbar.spec.tsx +19 -0
  232. package/src/grid/grid.spec.tsx +67 -0
  233. package/src/grid/index.ts +12 -0
  234. package/src/grid/tests/grid-adaptive-pager.tsx +9 -7
  235. package/src/grid/tests/grid-adaptive-search.tsx +11 -9
  236. package/src/grid/tests/grid-angular.tsx +154 -237
  237. package/src/grid/tests/grid-column-menu-angular.tsx +150 -181
  238. package/src/grid/tests/grid-column-menu-blazor.tsx +121 -189
  239. package/src/grid/tests/grid-column-reordering-actions.tsx +60 -97
  240. package/src/grid/tests/grid-column-reordering.tsx +60 -99
  241. package/src/grid/tests/grid-column-resizing-actions.tsx +60 -97
  242. package/src/grid/tests/grid-editing-custom-editor.tsx +168 -201
  243. package/src/grid/tests/grid-editing-inline-angular.tsx +132 -140
  244. package/src/grid/tests/grid-editing-inline-blazor.tsx +97 -118
  245. package/src/grid/tests/grid-editing.tsx +133 -163
  246. package/src/grid/tests/grid-filter-menu-angular.tsx +171 -174
  247. package/src/grid/tests/grid-filter-menu-blazor.tsx +114 -171
  248. package/src/grid/tests/grid-filter-row-angular.tsx +171 -182
  249. package/src/grid/tests/grid-filter-row-blazor.tsx +116 -153
  250. package/src/grid/tests/grid-filter-row.tsx +110 -109
  251. package/src/grid/tests/grid-grouping-actions.tsx +60 -98
  252. package/src/grid/tests/grid-grouping-blazor.tsx +162 -241
  253. package/src/grid/tests/grid-grouping-detail-template.tsx +383 -375
  254. package/src/grid/tests/grid-grouping.tsx +195 -293
  255. package/src/grid/tests/grid-hierarchy.tsx +82 -93
  256. package/src/grid/tests/grid-locked-columns-rtl.tsx +224 -312
  257. package/src/grid/tests/grid-locked-columns.tsx +414 -572
  258. package/src/grid/tests/grid-long-titles.tsx +122 -210
  259. package/src/grid/tests/grid-multicolumn-headers.tsx +114 -208
  260. package/src/grid/tests/grid-no-records.tsx +60 -82
  261. package/src/grid/tests/grid-pager.tsx +144 -197
  262. package/src/grid/tests/grid-react-basic.tsx +138 -172
  263. package/src/grid/tests/grid-react.tsx +224 -235
  264. package/src/grid/tests/grid-row-reordering.tsx +69 -104
  265. package/src/grid/tests/grid-rows-resizing.tsx +130 -159
  266. package/src/grid/tests/grid-rows-states.tsx +106 -104
  267. package/src/grid/tests/grid-rtl-angular.tsx +114 -168
  268. package/src/grid/tests/grid-rtl.tsx +104 -149
  269. package/src/grid/tests/grid-selection-aggregates.tsx +96 -115
  270. package/src/grid/tests/grid-size-sm-comp-sm.tsx +239 -323
  271. package/src/grid/tests/grid-size-sm.tsx +239 -326
  272. package/src/grid/tests/grid-sticky-columns-rtl.tsx +112 -140
  273. package/src/grid/tests/grid-sticky-columns.tsx +208 -312
  274. package/src/grid/tests/grid-sticky-multicolumn-headers.tsx +52 -159
  275. package/src/grid/tests/grid-toolbar.tsx +43 -43
  276. package/src/grid/tests/grid-virtualization.tsx +614 -758
  277. package/src/grid/tests/grid.tsx +141 -196
  278. package/src/index.ts +1 -1
  279. package/src/table/table-th.tsx +3 -0
@@ -8254,82 +8254,1519 @@ import { jsx as jsx138 } from "react/jsx-runtime";
8254
8254
  // src/timepicker/templates/timepicker-adaptive.tsx
8255
8255
  import { jsx as jsx139 } from "react/jsx-runtime";
8256
8256
 
8257
+ // src/grid/grid.spec.tsx
8258
+ import { jsx as jsx140, jsxs as jsxs64 } from "react/jsx-runtime";
8259
+ var GRID_CLASSNAME = "k-grid";
8260
+ var states50 = [];
8261
+ var options47 = {
8262
+ size: [Size.small, Size.medium, Size.large]
8263
+ };
8264
+ var defaultProps47 = {
8265
+ size: Size.medium,
8266
+ pagerPosition: "bottom"
8267
+ };
8268
+ var Grid = (props) => {
8269
+ const {
8270
+ size = defaultProps47.size,
8271
+ toolbar,
8272
+ pager,
8273
+ pagerPosition,
8274
+ groupingHeader,
8275
+ _renderAriaRoot,
8276
+ ...other
8277
+ } = props;
8278
+ return /* @__PURE__ */ jsxs64(
8279
+ "div",
8280
+ {
8281
+ ...other,
8282
+ className: classNames(
8283
+ props.className,
8284
+ GRID_CLASSNAME,
8285
+ optionClassNames(GRID_CLASSNAME, { size })
8286
+ ),
8287
+ children: [
8288
+ toolbar,
8289
+ pagerPosition === "top" && pager,
8290
+ groupingHeader,
8291
+ props.children && _renderAriaRoot ? /* @__PURE__ */ jsx140("div", { className: "k-grid-aria-root", children: props.children }) : props.children,
8292
+ pagerPosition === "bottom" && pager
8293
+ ]
8294
+ }
8295
+ );
8296
+ };
8297
+ Grid.states = states50;
8298
+ Grid.options = options47;
8299
+ Grid.className = GRID_CLASSNAME;
8300
+ Grid.defaultProps = defaultProps47;
8301
+
8302
+ // src/grid/grid-header.spec.tsx
8303
+ import { jsx as jsx141 } from "react/jsx-runtime";
8304
+ var className19 = `k-grid-header`;
8305
+ var GridHeader = (props) => /* @__PURE__ */ jsx141(
8306
+ "div",
8307
+ {
8308
+ ...props,
8309
+ className: classNames(
8310
+ props.className,
8311
+ className19
8312
+ ),
8313
+ children: props.children
8314
+ }
8315
+ );
8316
+
8317
+ // src/grid/grid-grouping-header.spec.tsx
8318
+ import { jsx as jsx142, jsxs as jsxs65 } from "react/jsx-runtime";
8319
+
8320
+ // src/table/data-table.spec.tsx
8321
+ import { jsx as jsx143 } from "react/jsx-runtime";
8322
+ var DATATABLE_CLASSNAME = `k-data-table`;
8323
+ var states51 = [];
8324
+ var options48 = {
8325
+ size: [Size.small, Size.medium, Size.large]
8326
+ };
8327
+ var defaultProps48 = {
8328
+ size: Size.medium
8329
+ };
8330
+ var DataTable = (props) => {
8331
+ const {
8332
+ size = defaultProps48.size,
8333
+ ...other
8334
+ } = props;
8335
+ return /* @__PURE__ */ jsx143(
8336
+ "div",
8337
+ {
8338
+ ...other,
8339
+ className: classNames(
8340
+ props.className,
8341
+ DATATABLE_CLASSNAME,
8342
+ optionClassNames("k-table", {
8343
+ size
8344
+ })
8345
+ ),
8346
+ children: props.children
8347
+ }
8348
+ );
8349
+ };
8350
+ DataTable.states = states51;
8351
+ DataTable.options = options48;
8352
+ DataTable.className = DATATABLE_CLASSNAME;
8353
+ DataTable.defaultProps = defaultProps48;
8354
+
8355
+ // src/table/table-header.tsx
8356
+ import { jsx as jsx144 } from "react/jsx-runtime";
8357
+
8358
+ // src/table/table-body.tsx
8359
+ import { jsx as jsx145 } from "react/jsx-runtime";
8360
+
8361
+ // src/table/table-footer.tsx
8362
+ import { jsx as jsx146 } from "react/jsx-runtime";
8363
+
8364
+ // src/table/table.spec.tsx
8365
+ import { jsx as jsx147 } from "react/jsx-runtime";
8366
+ var TABLE_CLASSNAME = `k-table`;
8367
+ var states52 = [];
8368
+ var options49 = {
8369
+ size: [Size.small, Size.medium, Size.large]
8370
+ };
8371
+ var defaultProps49 = {};
8372
+ var Table = (props) => {
8373
+ const {
8374
+ size,
8375
+ ...other
8376
+ } = props;
8377
+ return /* @__PURE__ */ jsx147(
8378
+ "table",
8379
+ {
8380
+ ...other,
8381
+ className: classNames(
8382
+ props.className,
8383
+ TABLE_CLASSNAME,
8384
+ optionClassNames(TABLE_CLASSNAME, {
8385
+ size
8386
+ })
8387
+ ),
8388
+ children: props.children
8389
+ }
8390
+ );
8391
+ };
8392
+ Table.states = states52;
8393
+ Table.options = options49;
8394
+ Table.className = TABLE_CLASSNAME;
8395
+ Table.defaultProps = defaultProps49;
8396
+
8397
+ // src/table/table-list.spec.tsx
8398
+ import { jsx as jsx148 } from "react/jsx-runtime";
8399
+ var TABLELIST_CLASSNAME = `k-table-list`;
8400
+ var states53 = [];
8401
+ var options50 = {
8402
+ size: [Size.small, Size.medium, Size.large]
8403
+ };
8404
+ var defaultProps50 = {};
8405
+ var TableList = (props) => {
8406
+ const {
8407
+ size,
8408
+ virtualization,
8409
+ ...other
8410
+ } = props;
8411
+ return /* @__PURE__ */ jsx148(
8412
+ "ul",
8413
+ {
8414
+ ...other,
8415
+ className: classNames(
8416
+ props.className,
8417
+ "k-table",
8418
+ TABLELIST_CLASSNAME,
8419
+ optionClassNames(TABLELIST_CLASSNAME, {
8420
+ size
8421
+ }),
8422
+ {
8423
+ "k-virtual-table": virtualization
8424
+ }
8425
+ ),
8426
+ children: props.children
8427
+ }
8428
+ );
8429
+ };
8430
+ TableList.states = states53;
8431
+ TableList.options = options50;
8432
+ TableList.className = TABLELIST_CLASSNAME;
8433
+ TableList.defaultProps = defaultProps50;
8434
+
8435
+ // src/table/table-thead.tsx
8436
+ import { jsx as jsx149 } from "react/jsx-runtime";
8437
+ var className20 = `k-table-thead`;
8438
+ var TableThead = (props) => /* @__PURE__ */ jsx149(
8439
+ "thead",
8440
+ {
8441
+ className: classNames(
8442
+ props.className,
8443
+ className20
8444
+ ),
8445
+ children: props.children
8446
+ }
8447
+ );
8448
+
8449
+ // src/table/table-tbody.tsx
8450
+ import { jsx as jsx150 } from "react/jsx-runtime";
8451
+
8452
+ // src/table/table-tfoot.tsx
8453
+ import { jsx as jsx151 } from "react/jsx-runtime";
8454
+
8455
+ // src/table/table-row.tsx
8456
+ import { jsx as jsx152 } from "react/jsx-runtime";
8457
+ var TABLEROW_CLASSNAME = `k-table-row`;
8458
+ var states54 = [
8459
+ States.hover,
8460
+ States.focus,
8461
+ States.selected,
8462
+ States.disabled
8463
+ ];
8464
+ var TableRow = (props) => {
8465
+ const {
8466
+ hover,
8467
+ focus,
8468
+ selected,
8469
+ disabled,
8470
+ alt,
8471
+ ...other
8472
+ } = props;
8473
+ return /* @__PURE__ */ jsx152(
8474
+ "tr",
8475
+ {
8476
+ ...other,
8477
+ className: classNames(
8478
+ props.className,
8479
+ TABLEROW_CLASSNAME,
8480
+ {
8481
+ ["k-table-alt-row"]: alt
8482
+ },
8483
+ stateClassNames(TABLEROW_CLASSNAME, {
8484
+ hover,
8485
+ focus,
8486
+ disabled,
8487
+ selected
8488
+ })
8489
+ ),
8490
+ children: props.children
8491
+ }
8492
+ );
8493
+ };
8494
+
8495
+ // src/table/table-list-row.tsx
8496
+ import { jsx as jsx153 } from "react/jsx-runtime";
8497
+ var states55 = [
8498
+ States.hover,
8499
+ States.focus,
8500
+ States.selected,
8501
+ States.disabled
8502
+ ];
8503
+
8504
+ // src/table/table-th.tsx
8505
+ import { jsx as jsx154 } from "react/jsx-runtime";
8506
+ var className21 = `k-table-th`;
8507
+ var TableTh = (props) => {
8508
+ const {
8509
+ text,
8510
+ colspan,
8511
+ rowspan,
8512
+ ...other
8513
+ } = props;
8514
+ const textOrChildren = text ? text : props.children;
8515
+ return /* @__PURE__ */ jsx154(
8516
+ "th",
8517
+ {
8518
+ colSpan: colspan,
8519
+ rowSpan: rowspan,
8520
+ ...other,
8521
+ className: classNames(
8522
+ props.className,
8523
+ className21
8524
+ ),
8525
+ children: textOrChildren
8526
+ }
8527
+ );
8528
+ };
8529
+
8530
+ // src/table/table-list-th.tsx
8531
+ import { jsx as jsx155 } from "react/jsx-runtime";
8532
+
8533
+ // src/table/table-td.tsx
8534
+ import { jsx as jsx156 } from "react/jsx-runtime";
8535
+
8536
+ // src/table/table-list-td.tsx
8537
+ import { jsx as jsx157 } from "react/jsx-runtime";
8538
+
8539
+ // src/table/table-group-header.tsx
8540
+ import { jsx as jsx158 } from "react/jsx-runtime";
8541
+
8542
+ // src/table/table-group-sticky-header.tsx
8543
+ import { jsx as jsx159 } from "react/jsx-runtime";
8544
+
8545
+ // src/table/table-group-row.tsx
8546
+ import { jsx as jsx160 } from "react/jsx-runtime";
8547
+
8548
+ // src/table/table-list-group-row.tsx
8549
+ import { jsx as jsx161 } from "react/jsx-runtime";
8550
+
8551
+ // src/table/templates/table-list.tsx
8552
+ import { jsx as jsx162, jsxs as jsxs66 } from "react/jsx-runtime";
8553
+
8554
+ // src/table/templates/table-list-virtualization.tsx
8555
+ import { jsx as jsx163, jsxs as jsxs67 } from "react/jsx-runtime";
8556
+
8557
+ // src/table/templates/data-table-normal.tsx
8558
+ import { jsx as jsx164, jsxs as jsxs68 } from "react/jsx-runtime";
8559
+
8560
+ // src/table/templates/table-native.tsx
8561
+ import { jsx as jsx165, jsxs as jsxs69 } from "react/jsx-runtime";
8562
+
8563
+ // src/grid/grid-header-table.spec.tsx
8564
+ import { jsx as jsx166 } from "react/jsx-runtime";
8565
+ var GRIDHEADERTABLE_CLASSNAME = `k-grid-header-table`;
8566
+ var GridHeaderTable = (props) => /* @__PURE__ */ jsx166(
8567
+ Table,
8568
+ {
8569
+ size: "medium",
8570
+ ...props,
8571
+ className: classNames(
8572
+ props.className,
8573
+ GRIDHEADERTABLE_CLASSNAME
8574
+ ),
8575
+ children: props.children
8576
+ }
8577
+ );
8578
+
8579
+ // src/grid/grid-header-cell.spec.tsx
8580
+ import { jsx as jsx167, jsxs as jsxs70 } from "react/jsx-runtime";
8581
+ var states56 = [
8582
+ States.hover,
8583
+ States.focus,
8584
+ States.active
8585
+ ];
8586
+
8587
+ // src/grid/grid-container.spec.tsx
8588
+ import { jsx as jsx168 } from "react/jsx-runtime";
8589
+
8590
+ // src/grid/grid-content.spec.tsx
8591
+ import { jsx as jsx169 } from "react/jsx-runtime";
8592
+
8593
+ // src/grid/grid-table.spec.tsx
8594
+ import { jsx as jsx170 } from "react/jsx-runtime";
8595
+
8596
+ // src/grid/grid-footer.spec.tsx
8597
+ import { jsx as jsx171 } from "react/jsx-runtime";
8598
+
8599
+ // src/grid/grid-footer-table.spec.tsx
8600
+ import { jsx as jsx172 } from "react/jsx-runtime";
8601
+
8602
+ // src/pager/pager.spec.tsx
8603
+ import { jsx as jsx173, jsxs as jsxs71 } from "react/jsx-runtime";
8604
+ var PAGER_CLASSNAME = `k-pager`;
8605
+ var states57 = [
8606
+ States.focus,
8607
+ States.disabled
8608
+ ];
8609
+ var options51 = {
8610
+ size: [Size.small, Size.medium, Size.large]
8611
+ };
8612
+ var defaultProps51 = {
8613
+ size: Size.medium,
8614
+ adaptive: false,
8615
+ itemsPerPage: true,
8616
+ type: "numeric",
8617
+ pageSizes: true,
8618
+ refresh: true,
8619
+ info: true
8620
+ };
8621
+ var Pager = (props) => {
8622
+ const {
8623
+ size = defaultProps51.size,
8624
+ adaptive = defaultProps51.adaptive,
8625
+ itemsPerPage = defaultProps51.itemsPerPage,
8626
+ type = defaultProps51.type,
8627
+ pageSizes = defaultProps51.pageSizes,
8628
+ refresh = defaultProps51.refresh,
8629
+ info = defaultProps51.info,
8630
+ focus,
8631
+ disabled,
8632
+ dir,
8633
+ ...other
8634
+ } = props;
8635
+ return /* @__PURE__ */ jsxs71(
8636
+ "div",
8637
+ {
8638
+ dir,
8639
+ ...other,
8640
+ className: classNames(
8641
+ props.className,
8642
+ PAGER_CLASSNAME,
8643
+ optionClassNames(PAGER_CLASSNAME, {
8644
+ size
8645
+ }),
8646
+ stateClassNames(PAGER_CLASSNAME, {
8647
+ focus,
8648
+ disabled
8649
+ })
8650
+ ),
8651
+ children: [
8652
+ /* @__PURE__ */ jsxs71(
8653
+ "div",
8654
+ {
8655
+ className: classNames(
8656
+ "k-pager-numbers-wrap"
8657
+ ),
8658
+ children: [
8659
+ /* @__PURE__ */ jsx173(
8660
+ Button,
8661
+ {
8662
+ className: classNames(
8663
+ "k-pager-nav",
8664
+ "k-pager-first"
8665
+ ),
8666
+ disabled: true,
8667
+ fillMode: "flat",
8668
+ size,
8669
+ rounded: null,
8670
+ icon: dir === "rtl" ? "caret-alt-to-right" : "caret-alt-to-left"
8671
+ }
8672
+ ),
8673
+ /* @__PURE__ */ jsx173(
8674
+ Button,
8675
+ {
8676
+ className: classNames(
8677
+ "k-pager-nav"
8678
+ ),
8679
+ disabled: true,
8680
+ fillMode: "flat",
8681
+ size,
8682
+ rounded: null,
8683
+ icon: dir === "rtl" ? "caret-alt-right" : "caret-alt-left"
8684
+ }
8685
+ ),
8686
+ type === "numeric" && !adaptive && /* @__PURE__ */ jsxs71(
8687
+ "div",
8688
+ {
8689
+ className: classNames(
8690
+ "k-pager-numbers"
8691
+ ),
8692
+ children: [
8693
+ /* @__PURE__ */ jsx173(
8694
+ Button,
8695
+ {
8696
+ selected: true,
8697
+ fillMode: "flat",
8698
+ themeColor: "primary",
8699
+ size,
8700
+ rounded: null,
8701
+ children: "1"
8702
+ }
8703
+ ),
8704
+ /* @__PURE__ */ jsx173(
8705
+ Button,
8706
+ {
8707
+ fillMode: "flat",
8708
+ themeColor: "primary",
8709
+ size,
8710
+ rounded: null,
8711
+ children: "2"
8712
+ }
8713
+ ),
8714
+ /* @__PURE__ */ jsx173(
8715
+ Button,
8716
+ {
8717
+ fillMode: "flat",
8718
+ themeColor: "primary",
8719
+ size,
8720
+ rounded: null,
8721
+ children: "3"
8722
+ }
8723
+ ),
8724
+ /* @__PURE__ */ jsx173(
8725
+ Button,
8726
+ {
8727
+ fillMode: "flat",
8728
+ themeColor: "primary",
8729
+ size,
8730
+ rounded: null,
8731
+ children: "4"
8732
+ }
8733
+ ),
8734
+ /* @__PURE__ */ jsx173(
8735
+ Button,
8736
+ {
8737
+ fillMode: "flat",
8738
+ themeColor: "primary",
8739
+ size,
8740
+ rounded: null,
8741
+ children: "5"
8742
+ }
8743
+ ),
8744
+ /* @__PURE__ */ jsx173(
8745
+ Button,
8746
+ {
8747
+ fillMode: "flat",
8748
+ themeColor: "primary",
8749
+ size,
8750
+ rounded: null,
8751
+ children: "6"
8752
+ }
8753
+ )
8754
+ ]
8755
+ }
8756
+ ),
8757
+ type === "numeric" && /* @__PURE__ */ jsx173(
8758
+ "select",
8759
+ {
8760
+ className: classNames(
8761
+ "k-picker",
8762
+ "k-picker-solid",
8763
+ "k-dropdown-list",
8764
+ "k-dropdown",
8765
+ "k-rounded-md",
8766
+ optionClassNames("k-picker", {
8767
+ size
8768
+ }),
8769
+ {
8770
+ ["k-hidden"]: !adaptive
8771
+ }
8772
+ ),
8773
+ children: /* @__PURE__ */ jsx173("option", { children: "99" })
8774
+ }
8775
+ ),
8776
+ type === "input" && /* @__PURE__ */ jsxs71(
8777
+ "span",
8778
+ {
8779
+ className: classNames(
8780
+ "k-pager-input"
8781
+ ),
8782
+ children: [
8783
+ !adaptive && /* @__PURE__ */ jsx173("span", { children: "Page" }),
8784
+ /* @__PURE__ */ jsx173(NumericTextbox, { value: "999", size, showSpinButton: false, showClearButton: false }),
8785
+ !adaptive && /* @__PURE__ */ jsx173("span", { children: "of 8" })
8786
+ ]
8787
+ }
8788
+ ),
8789
+ /* @__PURE__ */ jsx173(
8790
+ Button,
8791
+ {
8792
+ className: classNames(
8793
+ "k-pager-nav"
8794
+ ),
8795
+ fillMode: "flat",
8796
+ size,
8797
+ rounded: null,
8798
+ icon: dir === "rtl" ? "caret-alt-left" : "caret-alt-right"
8799
+ }
8800
+ ),
8801
+ /* @__PURE__ */ jsx173(
8802
+ Button,
8803
+ {
8804
+ className: classNames(
8805
+ "k-pager-nav",
8806
+ "k-pager-last"
8807
+ ),
8808
+ fillMode: "flat",
8809
+ size,
8810
+ rounded: null,
8811
+ icon: dir === "rtl" ? "caret-alt-to-left" : "caret-alt-to-right"
8812
+ }
8813
+ )
8814
+ ]
8815
+ }
8816
+ ),
8817
+ pageSizes && /* @__PURE__ */ jsxs71(
8818
+ "span",
8819
+ {
8820
+ className: classNames(
8821
+ "k-pager-sizes"
8822
+ ),
8823
+ children: [
8824
+ /* @__PURE__ */ jsx173(DropdownList, { value: "99", size }),
8825
+ itemsPerPage && /* @__PURE__ */ jsx173("span", { children: "items per page" })
8826
+ ]
8827
+ }
8828
+ ),
8829
+ refresh && /* @__PURE__ */ jsx173(
8830
+ Button,
8831
+ {
8832
+ className: classNames(
8833
+ "k-pager-refresh"
8834
+ ),
8835
+ fillMode: "flat",
8836
+ size,
8837
+ rounded: null,
8838
+ icon: "arrow-rotate-cw"
8839
+ }
8840
+ ),
8841
+ info && /* @__PURE__ */ jsx173(
8842
+ "span",
8843
+ {
8844
+ className: classNames(
8845
+ "k-pager-info"
8846
+ ),
8847
+ children: "1 - 20 of 91 items"
8848
+ }
8849
+ )
8850
+ ]
8851
+ }
8852
+ );
8853
+ };
8854
+ Pager.states = states57;
8855
+ Pager.options = options51;
8856
+ Pager.className = PAGER_CLASSNAME;
8857
+ Pager.defaultProps = defaultProps51;
8858
+
8859
+ // src/pager/templates/pager-normal.tsx
8860
+ import { jsx as jsx174 } from "react/jsx-runtime";
8861
+
8862
+ // src/pager/templates/pager-input.tsx
8863
+ import { jsx as jsx175 } from "react/jsx-runtime";
8864
+
8865
+ // src/pager/templates/pager-adaptive.tsx
8866
+ import { jsx as jsx176 } from "react/jsx-runtime";
8867
+
8868
+ // src/pager/templates/pager-adaptive-input.tsx
8869
+ import { jsx as jsx177 } from "react/jsx-runtime";
8870
+
8871
+ // src/grid/grid-pager.spec.tsx
8872
+ import { jsx as jsx178 } from "react/jsx-runtime";
8873
+
8874
+ // src/menu-button/menu-button.spec.tsx
8875
+ import { Fragment as Fragment46, jsx as jsx179, jsxs as jsxs72 } from "react/jsx-runtime";
8876
+ var MENUBUTTON_CLASSNAME = `k-menu-button`;
8877
+ var states58 = [
8878
+ States.hover,
8879
+ States.focus,
8880
+ States.active,
8881
+ States.selected,
8882
+ States.disabled
8883
+ ];
8884
+ var options52 = {
8885
+ size: [Size.small, Size.medium, Size.large],
8886
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
8887
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
8888
+ themeColor: [
8889
+ ThemeColor.base,
8890
+ ThemeColor.primary,
8891
+ ThemeColor.secondary,
8892
+ ThemeColor.tertiary,
8893
+ ThemeColor.success,
8894
+ ThemeColor.warning,
8895
+ ThemeColor.error,
8896
+ ThemeColor.info,
8897
+ ThemeColor.light,
8898
+ ThemeColor.dark,
8899
+ ThemeColor.inverse
8900
+ ]
8901
+ };
8902
+ var defaultProps52 = {
8903
+ size: Size.medium,
8904
+ rounded: Roundness.medium,
8905
+ fillMode: FillMode.solid,
8906
+ themeColor: ThemeColor.base,
8907
+ showArrow: true,
8908
+ arrowIconName: "caret-alt-down"
8909
+ };
8910
+ var MenuButton = (props) => {
8911
+ const {
8912
+ size = defaultProps52.size,
8913
+ rounded = defaultProps52.rounded,
8914
+ fillMode = defaultProps52.fillMode,
8915
+ themeColor = defaultProps52.themeColor,
8916
+ hover,
8917
+ focus,
8918
+ active,
8919
+ selected,
8920
+ disabled,
8921
+ icon,
8922
+ text,
8923
+ showArrow = defaultProps52.showArrow,
8924
+ arrowIconName = defaultProps52.arrowIconName,
8925
+ popup,
8926
+ opened,
8927
+ ...other
8928
+ } = props;
8929
+ return /* @__PURE__ */ jsxs72(Fragment46, { children: [
8930
+ /* @__PURE__ */ jsx179(
8931
+ Button,
8932
+ {
8933
+ ...other,
8934
+ className: classNames(
8935
+ props.className,
8936
+ MENUBUTTON_CLASSNAME
8937
+ ),
8938
+ text,
8939
+ size,
8940
+ rounded,
8941
+ fillMode,
8942
+ themeColor,
8943
+ hover,
8944
+ focus,
8945
+ active,
8946
+ selected,
8947
+ disabled,
8948
+ icon,
8949
+ showArrow,
8950
+ arrowIconName
8951
+ }
8952
+ ),
8953
+ opened && popup && /* @__PURE__ */ jsx179(Popup, { className: "k-menu-popup", children: popup })
8954
+ ] });
8955
+ };
8956
+ MenuButton.states = states58;
8957
+ MenuButton.options = options52;
8958
+ MenuButton.className = MENUBUTTON_CLASSNAME;
8959
+ MenuButton.defaultProps = defaultProps52;
8960
+
8961
+ // src/menu-button/templates/icon-menu-button.tsx
8962
+ import { jsx as jsx180 } from "react/jsx-runtime";
8963
+
8964
+ // src/menu-button/templates/icon-text-menu-button.tsx
8965
+ import { jsx as jsx181 } from "react/jsx-runtime";
8966
+
8967
+ // src/menu-button/templates/text-menu-button.tsx
8968
+ import { jsx as jsx182 } from "react/jsx-runtime";
8969
+
8970
+ // src/menu/menu-item.spec.tsx
8971
+ import { Fragment as Fragment47, jsx as jsx183, jsxs as jsxs73 } from "react/jsx-runtime";
8972
+ var MENUITEM_CLASSNAME = `k-menu-item`;
8973
+ var states59 = [
8974
+ States.hover,
8975
+ States.focus,
8976
+ States.active,
8977
+ States.selected,
8978
+ States.disabled
8979
+ ];
8980
+ var options53 = {};
8981
+ var defaultProps53 = {
8982
+ dir: "ltr"
8983
+ };
8984
+ var MenuItem = (props) => {
8985
+ const {
8986
+ hover,
8987
+ focus,
8988
+ active,
8989
+ selected,
8990
+ disabled,
8991
+ icon,
8992
+ text,
8993
+ showArrow,
8994
+ arrowIconName,
8995
+ dir = defaultProps53.dir,
8996
+ children,
8997
+ ...other
8998
+ } = props;
8999
+ const contentTemplate = /* @__PURE__ */ jsx183(Fragment47, {});
9000
+ if (children) {
9001
+ children.forEach((child) => {
9002
+ const component = child.type;
9003
+ if (component === "MenuItemContent") {
9004
+ contentTemplate.props.children.push(child);
9005
+ return;
9006
+ }
9007
+ });
9008
+ }
9009
+ let expandArrowName = arrowIconName;
9010
+ if (!expandArrowName) {
9011
+ expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
9012
+ }
9013
+ return /* @__PURE__ */ jsxs73(
9014
+ "li",
9015
+ {
9016
+ ...other,
9017
+ className: classNames(
9018
+ props.className,
9019
+ MENUITEM_CLASSNAME,
9020
+ //TODO
9021
+ "k-item",
9022
+ stateClassNames(MENUITEM_CLASSNAME, {
9023
+ focus,
9024
+ disabled
9025
+ })
9026
+ ),
9027
+ children: [
9028
+ /* @__PURE__ */ jsxs73(
9029
+ "span",
9030
+ {
9031
+ className: classNames(
9032
+ "k-link k-menu-link",
9033
+ stateClassNames("k-menu-link", {
9034
+ hover,
9035
+ active,
9036
+ selected,
9037
+ disabled
9038
+ })
9039
+ ),
9040
+ children: [
9041
+ icon && /* @__PURE__ */ jsx183(Icon, { className: "k-menu-link-icon", icon }),
9042
+ /* @__PURE__ */ jsx183("span", { className: "k-menu-link-text", children: text }),
9043
+ showArrow && /* @__PURE__ */ jsx183("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx183(Icon, { icon: expandArrowName }) })
9044
+ ]
9045
+ }
9046
+ ),
9047
+ contentTemplate
9048
+ ]
9049
+ }
9050
+ );
9051
+ };
9052
+ MenuItem.states = states59;
9053
+ MenuItem.options = options53;
9054
+ MenuItem.className = MENUITEM_CLASSNAME;
9055
+ MenuItem.defaultProps = defaultProps53;
9056
+ var menu_item_spec_default = MenuItem;
9057
+
9058
+ // src/menu/menu-separator.spec.tsx
9059
+ import { jsx as jsx184 } from "react/jsx-runtime";
9060
+ var SEPARATOR_CLASSNAME = `k-separator`;
9061
+ var defaultProps54 = {
9062
+ orientation: "horizontal"
9063
+ };
9064
+ var MenuSeparator = (props) => {
9065
+ const {
9066
+ orientation = defaultProps54.orientation,
9067
+ ...other
9068
+ } = props;
9069
+ return /* @__PURE__ */ jsx184(
9070
+ "li",
9071
+ {
9072
+ ...other,
9073
+ className: classNames(
9074
+ props.className,
9075
+ "k-item",
9076
+ SEPARATOR_CLASSNAME,
9077
+ {
9078
+ [`${SEPARATOR_CLASSNAME}-${orientation}`]: orientation
9079
+ }
9080
+ )
9081
+ }
9082
+ );
9083
+ };
9084
+ var menu_separator_spec_default = MenuSeparator;
9085
+
9086
+ // src/menu/menu-item-content.tsx
9087
+ import { Fragment as Fragment48, jsx as jsx185 } from "react/jsx-runtime";
9088
+
9089
+ // src/menu/menu-list.spec.tsx
9090
+ import { jsx as jsx186 } from "react/jsx-runtime";
9091
+ import { createElement } from "react";
9092
+ var MENULIST_CLASSNAME = `k-menu-group`;
9093
+ var states60 = [];
9094
+ var options54 = {
9095
+ size: [Size.small, Size.medium, Size.large]
9096
+ };
9097
+ var defaultProps55 = {
9098
+ size: Size.medium,
9099
+ dir: "ltr"
9100
+ };
9101
+ var MenuList = (props) => {
9102
+ const {
9103
+ children,
9104
+ size = defaultProps55.size,
9105
+ dir = defaultProps55.dir,
9106
+ ...other
9107
+ } = props;
9108
+ const listChildren = [];
9109
+ if (children) {
9110
+ if (Array.isArray(children)) {
9111
+ children.map((child, index) => {
9112
+ if (child.type === menu_item_spec_default) {
9113
+ listChildren.push(
9114
+ /* @__PURE__ */ createElement(menu_item_spec_default, { ...child.props, dir, key: index })
9115
+ );
9116
+ } else if (child.type === menu_separator_spec_default) {
9117
+ listChildren.push(
9118
+ /* @__PURE__ */ jsx186(menu_separator_spec_default, {})
9119
+ );
9120
+ } else {
9121
+ listChildren.push(child);
9122
+ }
9123
+ });
9124
+ }
9125
+ }
9126
+ return /* @__PURE__ */ jsx186(
9127
+ "ul",
9128
+ {
9129
+ ...other,
9130
+ className: classNames(
9131
+ props.className,
9132
+ MENULIST_CLASSNAME,
9133
+ optionClassNames(MENULIST_CLASSNAME, {
9134
+ size
9135
+ })
9136
+ ),
9137
+ children: listChildren
9138
+ }
9139
+ );
9140
+ };
9141
+ MenuList.states = states60;
9142
+ MenuList.options = options54;
9143
+ MenuList.className = MENULIST_CLASSNAME;
9144
+ MenuList.defaultProps = defaultProps55;
9145
+
9146
+ // src/menu-button/templates/menu-button-popup.tsx
9147
+ import { jsx as jsx187, jsxs as jsxs74 } from "react/jsx-runtime";
9148
+
9149
+ // src/split-button/split-button.spec.tsx
9150
+ import { Fragment as Fragment49, jsx as jsx188, jsxs as jsxs75 } from "react/jsx-runtime";
9151
+ var SPLITBUTTON_CLASSNAME = `k-split-button`;
9152
+ var states61 = [
9153
+ States.hover,
9154
+ States.focus,
9155
+ States.active,
9156
+ States.selected,
9157
+ States.disabled
9158
+ ];
9159
+ var options55 = {
9160
+ size: [Size.small, Size.medium, Size.large],
9161
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
9162
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
9163
+ themeColor: [
9164
+ ThemeColor.base,
9165
+ ThemeColor.primary,
9166
+ ThemeColor.secondary,
9167
+ ThemeColor.tertiary,
9168
+ ThemeColor.success,
9169
+ ThemeColor.warning,
9170
+ ThemeColor.error,
9171
+ ThemeColor.info,
9172
+ ThemeColor.light,
9173
+ ThemeColor.dark,
9174
+ ThemeColor.inverse
9175
+ ]
9176
+ };
9177
+ var defaultProps56 = {
9178
+ size: Size.medium,
9179
+ rounded: Roundness.medium,
9180
+ fillMode: FillMode.solid,
9181
+ themeColor: ThemeColor.base,
9182
+ arrowIconName: "caret-alt-down"
9183
+ };
9184
+ var SplitButton = (props) => {
9185
+ const {
9186
+ size = defaultProps56.size,
9187
+ rounded = defaultProps56.rounded,
9188
+ fillMode = defaultProps56.fillMode,
9189
+ themeColor = defaultProps56.themeColor,
9190
+ hover,
9191
+ focus,
9192
+ active,
9193
+ selected,
9194
+ disabled,
9195
+ icon,
9196
+ text,
9197
+ arrowIconName = defaultProps56.arrowIconName,
9198
+ popup,
9199
+ opened,
9200
+ ...other
9201
+ } = props;
9202
+ return /* @__PURE__ */ jsxs75(Fragment49, { children: [
9203
+ /* @__PURE__ */ jsxs75(
9204
+ "div",
9205
+ {
9206
+ ...other,
9207
+ className: classNames(
9208
+ props.className,
9209
+ SPLITBUTTON_CLASSNAME,
9210
+ "k-button-group",
9211
+ optionClassNames(SPLITBUTTON_CLASSNAME, {
9212
+ rounded
9213
+ })
9214
+ ),
9215
+ children: [
9216
+ /* @__PURE__ */ jsx188(
9217
+ Button,
9218
+ {
9219
+ text,
9220
+ icon,
9221
+ size,
9222
+ rounded,
9223
+ fillMode,
9224
+ themeColor,
9225
+ hover,
9226
+ focus,
9227
+ active,
9228
+ selected,
9229
+ disabled,
9230
+ children: props.children
9231
+ }
9232
+ ),
9233
+ /* @__PURE__ */ jsx188(
9234
+ Button,
9235
+ {
9236
+ className: "k-split-button-arrow",
9237
+ icon: arrowIconName,
9238
+ size,
9239
+ rounded,
9240
+ fillMode,
9241
+ disabled
9242
+ }
9243
+ )
9244
+ ]
9245
+ }
9246
+ ),
9247
+ opened && popup && /* @__PURE__ */ jsx188(Popup, { className: "k-menu-popup", children: popup })
9248
+ ] });
9249
+ };
9250
+ SplitButton.states = states61;
9251
+ SplitButton.options = options55;
9252
+ SplitButton.className = SPLITBUTTON_CLASSNAME;
9253
+ SplitButton.defaultProps = defaultProps56;
9254
+ var split_button_spec_default = SplitButton;
9255
+
9256
+ // src/toolbar/toolbar.spec.tsx
9257
+ import { jsx as jsx189 } from "react/jsx-runtime";
9258
+ var TOOLBAR_CLASSNAME = `k-toolbar`;
9259
+ var states62 = [
9260
+ States.focus
9261
+ ];
9262
+ var options56 = {
9263
+ size: [Size.small, Size.medium, Size.large]
9264
+ };
9265
+ var defaultProps57 = {
9266
+ size: Size.medium
9267
+ };
9268
+ var Toolbar = (props) => {
9269
+ const {
9270
+ size = defaultProps57.size,
9271
+ focus,
9272
+ resizable,
9273
+ ...other
9274
+ } = props;
9275
+ const toolbarChildren = [];
9276
+ const addUniqueToolClass = (child, index) => {
9277
+ const tempToolbarChildren = [];
9278
+ if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
9279
+ tempToolbarChildren.push(
9280
+ /* @__PURE__ */ jsx189(
9281
+ Button,
9282
+ {
9283
+ ...child.props,
9284
+ className: `${child.props.className ? child.props.className : ""}`
9285
+ },
9286
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
9287
+ )
9288
+ );
9289
+ } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
9290
+ tempToolbarChildren.push(
9291
+ /* @__PURE__ */ jsx189(
9292
+ Button,
9293
+ {
9294
+ ...child.props,
9295
+ className: `k-toolbar-toggle-button ${child.props.className ? child.props.className : ""}`
9296
+ },
9297
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
9298
+ )
9299
+ );
9300
+ } else if (child.type === Button) {
9301
+ tempToolbarChildren.push(
9302
+ /* @__PURE__ */ jsx189(
9303
+ Button,
9304
+ {
9305
+ ...child.props,
9306
+ className: `k-toolbar-button ${child.props.className ? child.props.className : ""}`
9307
+ },
9308
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
9309
+ )
9310
+ );
9311
+ } else if (child.type === MenuButton) {
9312
+ tempToolbarChildren.push(
9313
+ /* @__PURE__ */ jsx189(
9314
+ MenuButton,
9315
+ {
9316
+ ...child.props,
9317
+ className: `k-toolbar-menu-button ${child.props.className ? child.props.className : ""}`
9318
+ },
9319
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
9320
+ )
9321
+ );
9322
+ } else if (child.type === split_button_spec_default) {
9323
+ tempToolbarChildren.push(
9324
+ /* @__PURE__ */ jsx189(
9325
+ split_button_spec_default,
9326
+ {
9327
+ ...child.props,
9328
+ className: `k-toolbar-split-button ${child.props.className ? child.props.className : ""}`
9329
+ },
9330
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
9331
+ )
9332
+ );
9333
+ } else if (child.type === ButtonGroup || child.props.className && child.props.className.includes("k-button-group")) {
9334
+ const buttonGroupItems = [];
9335
+ const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
9336
+ childrenArray.forEach((button, bindex) => {
9337
+ buttonGroupItems.push(
9338
+ /* @__PURE__ */ jsx189(
9339
+ Button,
9340
+ {
9341
+ ...button.props,
9342
+ className: `k-toolbar-button ${button.props.className ? button.props.className : ""}`
9343
+ },
9344
+ `${bindex}-${(/* @__PURE__ */ new Date()).getTime()}`
9345
+ )
9346
+ );
9347
+ });
9348
+ tempToolbarChildren.push(
9349
+ /* @__PURE__ */ jsx189(
9350
+ ButtonGroup,
9351
+ {
9352
+ ...child.props,
9353
+ className: `k-toolbar-button-group ${child.props.className ? child.props.className : ""}`,
9354
+ children: buttonGroupItems
9355
+ },
9356
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
9357
+ )
9358
+ );
9359
+ } else if (child.type === Combobox) {
9360
+ tempToolbarChildren.push(
9361
+ /* @__PURE__ */ jsx189(
9362
+ Combobox,
9363
+ {
9364
+ ...child.props,
9365
+ className: `k-toolbar-combobox ${child.props.className ? child.props.className : ""}`
9366
+ },
9367
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
9368
+ )
9369
+ );
9370
+ } else if (child.type === DropdownList) {
9371
+ tempToolbarChildren.push(
9372
+ /* @__PURE__ */ jsx189(
9373
+ DropdownList,
9374
+ {
9375
+ ...child.props,
9376
+ className: `k-toolbar-dropdownlist ${child.props.className ? child.props.className : ""}`
9377
+ },
9378
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
9379
+ )
9380
+ );
9381
+ } else if (child.type === ColorPicker) {
9382
+ tempToolbarChildren.push(
9383
+ /* @__PURE__ */ jsx189(
9384
+ ColorPicker,
9385
+ {
9386
+ ...child.props,
9387
+ className: `k-toolbar-colorpicker ${child.props.className ? child.props.className : ""}`
9388
+ },
9389
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
9390
+ )
9391
+ );
9392
+ } else {
9393
+ tempToolbarChildren.push(child);
9394
+ }
9395
+ tempToolbarChildren.forEach((item) => {
9396
+ toolbarChildren.push(item);
9397
+ });
9398
+ };
9399
+ if (props.children) {
9400
+ const childrenArray = Array.isArray(props.children) ? props.children : [props.children];
9401
+ childrenArray.forEach((child, index) => {
9402
+ addUniqueToolClass(child, index);
9403
+ });
9404
+ }
9405
+ return /* @__PURE__ */ jsx189(
9406
+ "div",
9407
+ {
9408
+ ...other,
9409
+ className: classNames(
9410
+ props.className,
9411
+ TOOLBAR_CLASSNAME,
9412
+ optionClassNames(TOOLBAR_CLASSNAME, {
9413
+ size
9414
+ }),
9415
+ stateClassNames(TOOLBAR_CLASSNAME, {
9416
+ focus
9417
+ }),
9418
+ {
9419
+ [`${TOOLBAR_CLASSNAME}-resizable`]: resizable
9420
+ }
9421
+ ),
9422
+ children: toolbarChildren
9423
+ }
9424
+ );
9425
+ };
9426
+ Toolbar.states = states62;
9427
+ Toolbar.options = options56;
9428
+ Toolbar.className = TOOLBAR_CLASSNAME;
9429
+ Toolbar.defaultProps = defaultProps57;
9430
+
9431
+ // src/toolbar/toolbar-angular.spec.tsx
9432
+ import { jsx as jsx190 } from "react/jsx-runtime";
9433
+ var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
9434
+ var states63 = [
9435
+ States.focus
9436
+ ];
9437
+ var options57 = {
9438
+ size: [Size.small, Size.medium, Size.large]
9439
+ };
9440
+ var defaultProps58 = {
9441
+ size: Size.medium
9442
+ };
9443
+ var ToolbarAngular = (props) => {
9444
+ const {
9445
+ size = defaultProps58.size,
9446
+ focus,
9447
+ resizable,
9448
+ ...other
9449
+ } = props;
9450
+ const toolbarChildren = [];
9451
+ const addUniqueToolClass = (child, index) => {
9452
+ const tempToolbarChildren = [];
9453
+ if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
9454
+ tempToolbarChildren.push(
9455
+ /* @__PURE__ */ jsx190("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx190(
9456
+ Button,
9457
+ {
9458
+ ...child.props,
9459
+ className: `${child.props.className ? child.props.className : ""}`
9460
+ },
9461
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
9462
+ ) })
9463
+ );
9464
+ } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
9465
+ tempToolbarChildren.push(
9466
+ /* @__PURE__ */ jsx190("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx190(
9467
+ Button,
9468
+ {
9469
+ ...child.props,
9470
+ className: `k-toolbar-toggle-button ${child.props.className ? child.props.className : ""}`
9471
+ },
9472
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
9473
+ ) })
9474
+ );
9475
+ } else if (child.type === Button) {
9476
+ tempToolbarChildren.push(
9477
+ /* @__PURE__ */ jsx190("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx190(
9478
+ Button,
9479
+ {
9480
+ ...child.props,
9481
+ className: `k-toolbar-button ${child.props.className ? child.props.className : ""}`
9482
+ },
9483
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
9484
+ ) })
9485
+ );
9486
+ } else if (child.type === MenuButton) {
9487
+ tempToolbarChildren.push(
9488
+ /* @__PURE__ */ jsx190("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx190(
9489
+ MenuButton,
9490
+ {
9491
+ ...child.props,
9492
+ className: `k-toolbar-menu-button ${child.props.className ? child.props.className : ""}`
9493
+ },
9494
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
9495
+ ) })
9496
+ );
9497
+ } else if (child.type === split_button_spec_default) {
9498
+ tempToolbarChildren.push(
9499
+ /* @__PURE__ */ jsx190("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx190(
9500
+ split_button_spec_default,
9501
+ {
9502
+ ...child.props,
9503
+ className: `k-toolbar-split-button ${child.props.className ? child.props.className : ""}`
9504
+ },
9505
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
9506
+ ) })
9507
+ );
9508
+ } else if (child.type === ButtonGroup || child.props.className && child.props.className.includes("k-button-group")) {
9509
+ const buttonGroupItems = [];
9510
+ const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
9511
+ childrenArray.forEach((button, bindex) => {
9512
+ buttonGroupItems.push(
9513
+ /* @__PURE__ */ jsx190(
9514
+ Button,
9515
+ {
9516
+ ...button.props,
9517
+ className: `k-toolbar-button ${button.props.className ? button.props.className : ""}`
9518
+ },
9519
+ `${bindex}-${(/* @__PURE__ */ new Date()).getTime()}`
9520
+ )
9521
+ );
9522
+ });
9523
+ tempToolbarChildren.push(
9524
+ /* @__PURE__ */ jsx190("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx190(
9525
+ ButtonGroup,
9526
+ {
9527
+ ...child.props,
9528
+ className: `k-toolbar-button-group ${child.props.className ? child.props.className : ""}`,
9529
+ children: buttonGroupItems
9530
+ },
9531
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
9532
+ ) })
9533
+ );
9534
+ } else if (child.type === Combobox) {
9535
+ tempToolbarChildren.push(
9536
+ /* @__PURE__ */ jsx190("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx190(
9537
+ Combobox,
9538
+ {
9539
+ ...child.props,
9540
+ className: `k-toolbar-combobox ${child.props.className ? child.props.className : ""}`
9541
+ },
9542
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
9543
+ ) })
9544
+ );
9545
+ } else if (child.type === DropdownList) {
9546
+ tempToolbarChildren.push(
9547
+ /* @__PURE__ */ jsx190("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx190(
9548
+ DropdownList,
9549
+ {
9550
+ ...child.props,
9551
+ className: `k-toolbar-dropdownlist ${child.props.className ? child.props.className : ""}`
9552
+ },
9553
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
9554
+ ) })
9555
+ );
9556
+ } else if (child.type === ColorPicker) {
9557
+ tempToolbarChildren.push(
9558
+ /* @__PURE__ */ jsx190("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx190(
9559
+ ColorPicker,
9560
+ {
9561
+ ...child.props,
9562
+ className: `k-toolbar-colorpicker ${child.props.className ? child.props.className : ""}`
9563
+ },
9564
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
9565
+ ) })
9566
+ );
9567
+ } else {
9568
+ tempToolbarChildren.push(child);
9569
+ }
9570
+ tempToolbarChildren.forEach((item) => {
9571
+ toolbarChildren.push(item);
9572
+ });
9573
+ };
9574
+ if (props.children) {
9575
+ const childrenArray = Array.isArray(props.children) ? props.children : [props.children];
9576
+ childrenArray.forEach((child, index) => {
9577
+ addUniqueToolClass(child, index);
9578
+ });
9579
+ }
9580
+ return /* @__PURE__ */ jsx190(
9581
+ "div",
9582
+ {
9583
+ ...other,
9584
+ className: classNames(
9585
+ props.className,
9586
+ TOOLBARANGULAR_CLASSNAME,
9587
+ optionClassNames(TOOLBARANGULAR_CLASSNAME, {
9588
+ size
9589
+ }),
9590
+ stateClassNames(TOOLBARANGULAR_CLASSNAME, {
9591
+ focus
9592
+ }),
9593
+ {
9594
+ [`${TOOLBARANGULAR_CLASSNAME}-resizable`]: resizable
9595
+ }
9596
+ ),
9597
+ children: toolbarChildren
9598
+ }
9599
+ );
9600
+ };
9601
+ ToolbarAngular.states = states63;
9602
+ ToolbarAngular.options = options57;
9603
+ ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
9604
+ ToolbarAngular.defaultProps = defaultProps58;
9605
+
9606
+ // src/toolbar/toolbar-separator.tsx
9607
+ import { jsx as jsx191 } from "react/jsx-runtime";
9608
+
9609
+ // src/toolbar/toolbar-item.spec.tsx
9610
+ import { jsx as jsx192 } from "react/jsx-runtime";
9611
+ var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
9612
+ var states64 = [
9613
+ States.focus
9614
+ ];
9615
+ var options58 = {};
9616
+ var defaultProps59 = {};
9617
+ var ToolbarItem = (props) => {
9618
+ const {
9619
+ focus,
9620
+ ...other
9621
+ } = props;
9622
+ return /* @__PURE__ */ jsx192(
9623
+ "div",
9624
+ {
9625
+ ...other,
9626
+ className: classNames(
9627
+ props.className,
9628
+ TOOLBARITEM_CLASSNAME,
9629
+ stateClassNames(TOOLBARITEM_CLASSNAME, {
9630
+ focus
9631
+ })
9632
+ ),
9633
+ children: props.children
9634
+ }
9635
+ );
9636
+ };
9637
+ ToolbarItem.states = states64;
9638
+ ToolbarItem.options = options58;
9639
+ ToolbarItem.className = TOOLBARITEM_CLASSNAME;
9640
+ ToolbarItem.defaultProps = defaultProps59;
9641
+
9642
+ // src/toolbar/toolbar-popup.spec.tsx
9643
+ import { jsx as jsx193 } from "react/jsx-runtime";
9644
+ var TOOLBARPOPUP_CLASSNAME = `k-toolbar-popup`;
9645
+ var states65 = [];
9646
+ var options59 = {};
9647
+ var defaultProps60 = {};
9648
+ var ToolbarPopup = (props) => {
9649
+ const { ...other } = props;
9650
+ return /* @__PURE__ */ jsx193(
9651
+ Popup,
9652
+ {
9653
+ ...other,
9654
+ className: classNames(
9655
+ props.className,
9656
+ TOOLBARPOPUP_CLASSNAME
9657
+ ),
9658
+ children: props.children
9659
+ }
9660
+ );
9661
+ };
9662
+ ToolbarPopup.states = states65;
9663
+ ToolbarPopup.options = options59;
9664
+ ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
9665
+ ToolbarPopup.defaultProps = defaultProps60;
9666
+
9667
+ // src/split-button/templates/icon-split-button.tsx
9668
+ import { jsx as jsx194 } from "react/jsx-runtime";
9669
+
9670
+ // src/split-button/templates/icon-text-split-button.tsx
9671
+ import { jsx as jsx195 } from "react/jsx-runtime";
9672
+
9673
+ // src/split-button/templates/text-split-button.tsx
9674
+ import { jsx as jsx196 } from "react/jsx-runtime";
9675
+
9676
+ // src/split-button/templates/split-button-popup.tsx
9677
+ import { jsx as jsx197, jsxs as jsxs76 } from "react/jsx-runtime";
9678
+
9679
+ // src/toolbar/templates/toolbar-normal.tsx
9680
+ import { Fragment as Fragment50, jsx as jsx198, jsxs as jsxs77 } from "react/jsx-runtime";
9681
+
9682
+ // src/toolbar/templates/toolbar-resizable.tsx
9683
+ import { jsx as jsx199 } from "react/jsx-runtime";
9684
+
9685
+ // src/toolbar/templates/toolbar-angular-normal.tsx
9686
+ import { jsx as jsx200 } from "react/jsx-runtime";
9687
+
9688
+ // src/toolbar/templates/toolbar-angular-resizable.tsx
9689
+ import { jsx as jsx201 } from "react/jsx-runtime";
9690
+
9691
+ // src/grid/grid-toolbar.spec.tsx
9692
+ import { jsx as jsx202 } from "react/jsx-runtime";
9693
+
8257
9694
  // src/grid/tests/grid-filter-row.tsx
8258
- import { Fragment as Fragment46, jsx as jsx140, jsxs as jsxs64 } from "react/jsx-runtime";
8259
- var grid_filter_row_default = () => /* @__PURE__ */ jsx140(Fragment46, { children: /* @__PURE__ */ jsxs64("div", { id: "test-area", className: "k-d-grid k-grid-cols-3", children: [
8260
- /* @__PURE__ */ jsx140("div", { className: "section", children: /* @__PURE__ */ jsx140("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx140("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx140("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs64("table", { className: "k-table k-table-md k-grid-header-table", children: [
8261
- /* @__PURE__ */ jsx140("colgroup", { children: /* @__PURE__ */ jsx140("col", {}) }),
8262
- /* @__PURE__ */ jsx140("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx140("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx140("th", { className: "k-table-th", children: /* @__PURE__ */ jsx140("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs64("span", { children: [
8263
- /* @__PURE__ */ jsx140(ColorPicker, {}),
8264
- /* @__PURE__ */ jsx140(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
8265
- /* @__PURE__ */ jsx140(Button, { icon: "filter-clear", disabled: true })
9695
+ import { Fragment as Fragment51, jsx as jsx203, jsxs as jsxs78 } from "react/jsx-runtime";
9696
+ var grid_filter_row_default = () => /* @__PURE__ */ jsx203(Fragment51, { children: /* @__PURE__ */ jsxs78("div", { id: "test-area", className: "k-d-grid k-grid-cols-3", children: [
9697
+ /* @__PURE__ */ jsx203("div", { className: "section", children: /* @__PURE__ */ jsx203(Grid, { className: "k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx203(GridHeader, { children: /* @__PURE__ */ jsx203("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs78(GridHeaderTable, { children: [
9698
+ /* @__PURE__ */ jsx203("colgroup", { children: /* @__PURE__ */ jsx203("col", {}) }),
9699
+ /* @__PURE__ */ jsx203(TableThead, { children: /* @__PURE__ */ jsx203(TableRow, { className: "k-filter-row", children: /* @__PURE__ */ jsx203(TableTh, { children: /* @__PURE__ */ jsx203("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs78("span", { children: [
9700
+ /* @__PURE__ */ jsx203(ColorPicker, {}),
9701
+ /* @__PURE__ */ jsx203(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
9702
+ /* @__PURE__ */ jsx203(Button, { icon: "filter-clear", disabled: true })
8266
9703
  ] }) }) }) }) })
8267
9704
  ] }) }) }) }) }),
8268
- /* @__PURE__ */ jsx140("div", {}),
8269
- /* @__PURE__ */ jsx140("div", {}),
8270
- /* @__PURE__ */ jsx140("div", { className: "section", children: /* @__PURE__ */ jsx140("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx140("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx140("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs64("table", { className: "k-table k-table-md k-grid-header-table", children: [
8271
- /* @__PURE__ */ jsx140("colgroup", { children: /* @__PURE__ */ jsx140("col", {}) }),
8272
- /* @__PURE__ */ jsx140("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx140("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx140("th", { className: "k-table-th", children: /* @__PURE__ */ jsx140("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs64("span", { children: [
8273
- /* @__PURE__ */ jsx140(Autocomplete, { placeholder: "Autocomplete..." }),
8274
- /* @__PURE__ */ jsx140(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
8275
- /* @__PURE__ */ jsx140(Button, { icon: "filter-clear", disabled: true })
9705
+ /* @__PURE__ */ jsx203("div", {}),
9706
+ /* @__PURE__ */ jsx203("div", {}),
9707
+ /* @__PURE__ */ jsx203("div", { className: "section", children: /* @__PURE__ */ jsx203(Grid, { className: "k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx203(GridHeader, { children: /* @__PURE__ */ jsx203("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs78(GridHeaderTable, { children: [
9708
+ /* @__PURE__ */ jsx203("colgroup", { children: /* @__PURE__ */ jsx203("col", {}) }),
9709
+ /* @__PURE__ */ jsx203(TableThead, { children: /* @__PURE__ */ jsx203(TableRow, { className: "k-filter-row", children: /* @__PURE__ */ jsx203(TableTh, { children: /* @__PURE__ */ jsx203("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs78("span", { children: [
9710
+ /* @__PURE__ */ jsx203(Autocomplete, { placeholder: "Autocomplete..." }),
9711
+ /* @__PURE__ */ jsx203(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
9712
+ /* @__PURE__ */ jsx203(Button, { icon: "filter-clear", disabled: true })
8276
9713
  ] }) }) }) }) })
8277
9714
  ] }) }) }) }) }),
8278
- /* @__PURE__ */ jsx140("div", { className: "section", children: /* @__PURE__ */ jsx140("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx140("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx140("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs64("table", { className: "k-table k-table-md k-grid-header-table", children: [
8279
- /* @__PURE__ */ jsx140("colgroup", { children: /* @__PURE__ */ jsx140("col", {}) }),
8280
- /* @__PURE__ */ jsx140("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx140("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx140("th", { className: "k-table-th", children: /* @__PURE__ */ jsx140("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs64("span", { children: [
8281
- /* @__PURE__ */ jsx140(Combobox, { placeholder: "Combobox..." }),
8282
- /* @__PURE__ */ jsx140(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
8283
- /* @__PURE__ */ jsx140(Button, { icon: "filter-clear", disabled: true })
9715
+ /* @__PURE__ */ jsx203("div", { className: "section", children: /* @__PURE__ */ jsx203(Grid, { className: "k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx203(GridHeader, { children: /* @__PURE__ */ jsx203("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs78(GridHeaderTable, { children: [
9716
+ /* @__PURE__ */ jsx203("colgroup", { children: /* @__PURE__ */ jsx203("col", {}) }),
9717
+ /* @__PURE__ */ jsx203(TableThead, { children: /* @__PURE__ */ jsx203(TableRow, { className: "k-filter-row", children: /* @__PURE__ */ jsx203(TableTh, { children: /* @__PURE__ */ jsx203("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs78("span", { children: [
9718
+ /* @__PURE__ */ jsx203(Combobox, { placeholder: "Combobox..." }),
9719
+ /* @__PURE__ */ jsx203(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
9720
+ /* @__PURE__ */ jsx203(Button, { icon: "filter-clear", disabled: true })
8284
9721
  ] }) }) }) }) })
8285
9722
  ] }) }) }) }) }),
8286
- /* @__PURE__ */ jsx140("div", { className: "section", children: /* @__PURE__ */ jsx140("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx140("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx140("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs64("table", { className: "k-table k-table-md k-grid-header-table", children: [
8287
- /* @__PURE__ */ jsx140("colgroup", { children: /* @__PURE__ */ jsx140("col", {}) }),
8288
- /* @__PURE__ */ jsx140("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx140("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx140("th", { className: "k-table-th", children: /* @__PURE__ */ jsx140("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs64("span", { children: [
8289
- /* @__PURE__ */ jsx140(DropdownList, { placeholder: "DropdownList..." }),
8290
- /* @__PURE__ */ jsx140(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
8291
- /* @__PURE__ */ jsx140(Button, { icon: "filter-clear", disabled: true })
9723
+ /* @__PURE__ */ jsx203("div", { className: "section", children: /* @__PURE__ */ jsx203(Grid, { className: "k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx203(GridHeader, { children: /* @__PURE__ */ jsx203("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs78(GridHeaderTable, { children: [
9724
+ /* @__PURE__ */ jsx203("colgroup", { children: /* @__PURE__ */ jsx203("col", {}) }),
9725
+ /* @__PURE__ */ jsx203(TableThead, { children: /* @__PURE__ */ jsx203(TableRow, { className: "k-filter-row", children: /* @__PURE__ */ jsx203(TableTh, { children: /* @__PURE__ */ jsx203("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs78("span", { children: [
9726
+ /* @__PURE__ */ jsx203(DropdownList, { placeholder: "DropdownList..." }),
9727
+ /* @__PURE__ */ jsx203(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
9728
+ /* @__PURE__ */ jsx203(Button, { icon: "filter-clear", disabled: true })
8292
9729
  ] }) }) }) }) })
8293
9730
  ] }) }) }) }) }),
8294
- /* @__PURE__ */ jsx140("div", { className: "section", children: /* @__PURE__ */ jsx140("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx140("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx140("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs64("table", { className: "k-table k-table-md k-grid-header-table", children: [
8295
- /* @__PURE__ */ jsx140("colgroup", { children: /* @__PURE__ */ jsx140("col", {}) }),
8296
- /* @__PURE__ */ jsx140("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx140("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx140("th", { className: "k-table-th", children: /* @__PURE__ */ jsx140("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs64("span", { children: [
8297
- /* @__PURE__ */ jsx140(NumericTextbox, { placeholder: "Numeric..." }),
8298
- /* @__PURE__ */ jsx140(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
8299
- /* @__PURE__ */ jsx140(Button, { icon: "filter-clear", disabled: true })
9731
+ /* @__PURE__ */ jsx203("div", { className: "section", children: /* @__PURE__ */ jsx203(Grid, { className: "k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx203(GridHeader, { children: /* @__PURE__ */ jsx203("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs78(GridHeaderTable, { children: [
9732
+ /* @__PURE__ */ jsx203("colgroup", { children: /* @__PURE__ */ jsx203("col", {}) }),
9733
+ /* @__PURE__ */ jsx203(TableThead, { children: /* @__PURE__ */ jsx203(TableRow, { className: "k-filter-row", children: /* @__PURE__ */ jsx203(TableTh, { children: /* @__PURE__ */ jsx203("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs78("span", { children: [
9734
+ /* @__PURE__ */ jsx203(NumericTextbox, { placeholder: "Numeric..." }),
9735
+ /* @__PURE__ */ jsx203(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
9736
+ /* @__PURE__ */ jsx203(Button, { icon: "filter-clear", disabled: true })
8300
9737
  ] }) }) }) }) })
8301
9738
  ] }) }) }) }) }),
8302
- /* @__PURE__ */ jsx140("div", { className: "section", children: /* @__PURE__ */ jsx140("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx140("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx140("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs64("table", { className: "k-table k-table-md k-grid-header-table", children: [
8303
- /* @__PURE__ */ jsx140("colgroup", { children: /* @__PURE__ */ jsx140("col", {}) }),
8304
- /* @__PURE__ */ jsx140("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx140("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx140("th", { className: "k-table-th", children: /* @__PURE__ */ jsx140("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs64("span", { children: [
8305
- /* @__PURE__ */ jsx140(Textbox, { placeholder: "Textbox..." }),
8306
- /* @__PURE__ */ jsx140(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
8307
- /* @__PURE__ */ jsx140(Button, { icon: "filter-clear", disabled: true })
9739
+ /* @__PURE__ */ jsx203("div", { className: "section", children: /* @__PURE__ */ jsx203(Grid, { className: "k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx203(GridHeader, { children: /* @__PURE__ */ jsx203("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs78(GridHeaderTable, { children: [
9740
+ /* @__PURE__ */ jsx203("colgroup", { children: /* @__PURE__ */ jsx203("col", {}) }),
9741
+ /* @__PURE__ */ jsx203(TableThead, { children: /* @__PURE__ */ jsx203(TableRow, { className: "k-filter-row", children: /* @__PURE__ */ jsx203(TableTh, { children: /* @__PURE__ */ jsx203("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs78("span", { children: [
9742
+ /* @__PURE__ */ jsx203(Textbox, { placeholder: "Textbox..." }),
9743
+ /* @__PURE__ */ jsx203(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
9744
+ /* @__PURE__ */ jsx203(Button, { icon: "filter-clear", disabled: true })
8308
9745
  ] }) }) }) }) })
8309
9746
  ] }) }) }) }) }),
8310
- /* @__PURE__ */ jsx140("div", {}),
8311
- /* @__PURE__ */ jsx140("div", { className: "section", children: /* @__PURE__ */ jsx140("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx140("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx140("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs64("table", { className: "k-table k-table-md k-grid-header-table", children: [
8312
- /* @__PURE__ */ jsx140("colgroup", { children: /* @__PURE__ */ jsx140("col", {}) }),
8313
- /* @__PURE__ */ jsx140("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx140("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx140("th", { className: "k-table-th", children: /* @__PURE__ */ jsx140("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs64("span", { children: [
8314
- /* @__PURE__ */ jsx140(DatePicker, { placeholder: "Datepicker..." }),
8315
- /* @__PURE__ */ jsx140(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
8316
- /* @__PURE__ */ jsx140(Button, { icon: "filter-clear", disabled: true })
9747
+ /* @__PURE__ */ jsx203("div", {}),
9748
+ /* @__PURE__ */ jsx203("div", { className: "section", children: /* @__PURE__ */ jsx203(Grid, { className: "k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx203(GridHeader, { children: /* @__PURE__ */ jsx203("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs78(GridHeaderTable, { children: [
9749
+ /* @__PURE__ */ jsx203("colgroup", { children: /* @__PURE__ */ jsx203("col", {}) }),
9750
+ /* @__PURE__ */ jsx203(TableThead, { children: /* @__PURE__ */ jsx203(TableRow, { className: "k-filter-row", children: /* @__PURE__ */ jsx203(TableTh, { children: /* @__PURE__ */ jsx203("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs78("span", { children: [
9751
+ /* @__PURE__ */ jsx203(DatePicker, { placeholder: "Datepicker..." }),
9752
+ /* @__PURE__ */ jsx203(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
9753
+ /* @__PURE__ */ jsx203(Button, { icon: "filter-clear", disabled: true })
8317
9754
  ] }) }) }) }) })
8318
9755
  ] }) }) }) }) }),
8319
- /* @__PURE__ */ jsx140("div", { className: "section", children: /* @__PURE__ */ jsx140("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx140("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx140("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs64("table", { className: "k-table k-table-md k-grid-header-table", children: [
8320
- /* @__PURE__ */ jsx140("colgroup", { children: /* @__PURE__ */ jsx140("col", {}) }),
8321
- /* @__PURE__ */ jsx140("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx140("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx140("th", { className: "k-table-th", children: /* @__PURE__ */ jsx140("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs64("span", { children: [
8322
- /* @__PURE__ */ jsx140(TimePicker, { placeholder: "TimePicker..." }),
8323
- /* @__PURE__ */ jsx140(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
8324
- /* @__PURE__ */ jsx140(Button, { icon: "filter-clear", disabled: true })
9756
+ /* @__PURE__ */ jsx203("div", { className: "section", children: /* @__PURE__ */ jsx203(Grid, { className: "k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx203(GridHeader, { children: /* @__PURE__ */ jsx203("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs78(GridHeaderTable, { children: [
9757
+ /* @__PURE__ */ jsx203("colgroup", { children: /* @__PURE__ */ jsx203("col", {}) }),
9758
+ /* @__PURE__ */ jsx203(TableThead, { children: /* @__PURE__ */ jsx203(TableRow, { className: "k-filter-row", children: /* @__PURE__ */ jsx203(TableTh, { children: /* @__PURE__ */ jsx203("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs78("span", { children: [
9759
+ /* @__PURE__ */ jsx203(TimePicker, { placeholder: "TimePicker..." }),
9760
+ /* @__PURE__ */ jsx203(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
9761
+ /* @__PURE__ */ jsx203(Button, { icon: "filter-clear", disabled: true })
8325
9762
  ] }) }) }) }) })
8326
9763
  ] }) }) }) }) }),
8327
- /* @__PURE__ */ jsx140("div", { className: "section", children: /* @__PURE__ */ jsx140("div", { id: "grid", className: "k-grid k-grid-md k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx140("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx140("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs64("table", { className: "k-table k-table-md k-grid-header-table", children: [
8328
- /* @__PURE__ */ jsx140("colgroup", { children: /* @__PURE__ */ jsx140("col", {}) }),
8329
- /* @__PURE__ */ jsx140("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsx140("tr", { className: "k-table-row k-filter-row", children: /* @__PURE__ */ jsx140("th", { className: "k-table-th", children: /* @__PURE__ */ jsx140("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs64("span", { children: [
8330
- /* @__PURE__ */ jsx140(DateTimePicker, { placeholder: "DateTimePicker..." }),
8331
- /* @__PURE__ */ jsx140(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
8332
- /* @__PURE__ */ jsx140(Button, { icon: "filter-clear", disabled: true })
9764
+ /* @__PURE__ */ jsx203("div", { className: "section", children: /* @__PURE__ */ jsx203(Grid, { className: "k-grid-display-block k-grid-no-scrollbar", children: /* @__PURE__ */ jsx203(GridHeader, { children: /* @__PURE__ */ jsx203("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ jsxs78(GridHeaderTable, { children: [
9765
+ /* @__PURE__ */ jsx203("colgroup", { children: /* @__PURE__ */ jsx203("col", {}) }),
9766
+ /* @__PURE__ */ jsx203(TableThead, { children: /* @__PURE__ */ jsx203(TableRow, { className: "k-filter-row", children: /* @__PURE__ */ jsx203(TableTh, { children: /* @__PURE__ */ jsx203("span", { className: "k-filtercell", children: /* @__PURE__ */ jsxs78("span", { children: [
9767
+ /* @__PURE__ */ jsx203(DateTimePicker, { placeholder: "DateTimePicker..." }),
9768
+ /* @__PURE__ */ jsx203(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
9769
+ /* @__PURE__ */ jsx203(Button, { icon: "filter-clear", disabled: true })
8333
9770
  ] }) }) }) }) })
8334
9771
  ] }) }) }) }) })
8335
9772
  ] }) });