@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
@@ -4842,311 +4842,4320 @@ var import_jsx_runtime23 = require("react/jsx-runtime");
4842
4842
  // src/chip/templates/chip-removable.tsx
4843
4843
  var import_jsx_runtime24 = require("react/jsx-runtime");
4844
4844
 
4845
+ // src/grid/grid.spec.tsx
4846
+ var import_jsx_runtime25 = require("react/jsx-runtime");
4847
+ var GRID_CLASSNAME = "k-grid";
4848
+ var states11 = [];
4849
+ var options11 = {
4850
+ size: [Size.small, Size.medium, Size.large]
4851
+ };
4852
+ var defaultProps11 = {
4853
+ size: Size.medium,
4854
+ pagerPosition: "bottom"
4855
+ };
4856
+ var Grid = (props) => {
4857
+ const {
4858
+ size = defaultProps11.size,
4859
+ toolbar,
4860
+ pager,
4861
+ pagerPosition,
4862
+ groupingHeader,
4863
+ _renderAriaRoot,
4864
+ ...other
4865
+ } = props;
4866
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
4867
+ "div",
4868
+ {
4869
+ ...other,
4870
+ className: classNames(
4871
+ props.className,
4872
+ GRID_CLASSNAME,
4873
+ optionClassNames(GRID_CLASSNAME, { size })
4874
+ ),
4875
+ children: [
4876
+ toolbar,
4877
+ pagerPosition === "top" && pager,
4878
+ groupingHeader,
4879
+ props.children && _renderAriaRoot ? /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "k-grid-aria-root", children: props.children }) : props.children,
4880
+ pagerPosition === "bottom" && pager
4881
+ ]
4882
+ }
4883
+ );
4884
+ };
4885
+ Grid.states = states11;
4886
+ Grid.options = options11;
4887
+ Grid.className = GRID_CLASSNAME;
4888
+ Grid.defaultProps = defaultProps11;
4889
+
4890
+ // src/grid/grid-header.spec.tsx
4891
+ var import_jsx_runtime26 = require("react/jsx-runtime");
4892
+ var className = `k-grid-header`;
4893
+ var GridHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
4894
+ "div",
4895
+ {
4896
+ ...props,
4897
+ className: classNames(
4898
+ props.className,
4899
+ className
4900
+ ),
4901
+ children: props.children
4902
+ }
4903
+ );
4904
+
4905
+ // src/grid/grid-grouping-header.spec.tsx
4906
+ var import_jsx_runtime27 = require("react/jsx-runtime");
4907
+ var className2 = `k-grouping-header`;
4908
+ var GridGroupingHeader = (props) => {
4909
+ const {
4910
+ dropHint,
4911
+ dropClue,
4912
+ ...others
4913
+ } = props;
4914
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
4915
+ "div",
4916
+ {
4917
+ ...others,
4918
+ className: classNames(
4919
+ props.className,
4920
+ className2
4921
+ ),
4922
+ children: [
4923
+ dropClue && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("div", { className: "k-grouping-dropclue" }),
4924
+ props.children,
4925
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("div", { className: "k-grouping-drop-container", children: dropHint })
4926
+ ]
4927
+ }
4928
+ );
4929
+ };
4930
+
4931
+ // src/table/data-table.spec.tsx
4932
+ var import_jsx_runtime28 = require("react/jsx-runtime");
4933
+ var DATATABLE_CLASSNAME = `k-data-table`;
4934
+ var states12 = [];
4935
+ var options12 = {
4936
+ size: [Size.small, Size.medium, Size.large]
4937
+ };
4938
+ var defaultProps12 = {
4939
+ size: Size.medium
4940
+ };
4941
+ var DataTable = (props) => {
4942
+ const {
4943
+ size = defaultProps12.size,
4944
+ ...other
4945
+ } = props;
4946
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
4947
+ "div",
4948
+ {
4949
+ ...other,
4950
+ className: classNames(
4951
+ props.className,
4952
+ DATATABLE_CLASSNAME,
4953
+ optionClassNames("k-table", {
4954
+ size
4955
+ })
4956
+ ),
4957
+ children: props.children
4958
+ }
4959
+ );
4960
+ };
4961
+ DataTable.states = states12;
4962
+ DataTable.options = options12;
4963
+ DataTable.className = DATATABLE_CLASSNAME;
4964
+ DataTable.defaultProps = defaultProps12;
4965
+
4966
+ // src/table/table-header.tsx
4967
+ var import_jsx_runtime29 = require("react/jsx-runtime");
4968
+
4969
+ // src/table/table-body.tsx
4970
+ var import_jsx_runtime30 = require("react/jsx-runtime");
4971
+
4972
+ // src/table/table-footer.tsx
4973
+ var import_jsx_runtime31 = require("react/jsx-runtime");
4974
+
4975
+ // src/table/table.spec.tsx
4976
+ var import_jsx_runtime32 = require("react/jsx-runtime");
4977
+ var TABLE_CLASSNAME = `k-table`;
4978
+ var states13 = [];
4979
+ var options13 = {
4980
+ size: [Size.small, Size.medium, Size.large]
4981
+ };
4982
+ var defaultProps13 = {};
4983
+ var Table = (props) => {
4984
+ const {
4985
+ size,
4986
+ ...other
4987
+ } = props;
4988
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
4989
+ "table",
4990
+ {
4991
+ ...other,
4992
+ className: classNames(
4993
+ props.className,
4994
+ TABLE_CLASSNAME,
4995
+ optionClassNames(TABLE_CLASSNAME, {
4996
+ size
4997
+ })
4998
+ ),
4999
+ children: props.children
5000
+ }
5001
+ );
5002
+ };
5003
+ Table.states = states13;
5004
+ Table.options = options13;
5005
+ Table.className = TABLE_CLASSNAME;
5006
+ Table.defaultProps = defaultProps13;
5007
+
5008
+ // src/table/table-list.spec.tsx
5009
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5010
+ var TABLELIST_CLASSNAME = `k-table-list`;
5011
+ var states14 = [];
5012
+ var options14 = {
5013
+ size: [Size.small, Size.medium, Size.large]
5014
+ };
5015
+ var defaultProps14 = {};
5016
+ var TableList = (props) => {
5017
+ const {
5018
+ size,
5019
+ virtualization,
5020
+ ...other
5021
+ } = props;
5022
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5023
+ "ul",
5024
+ {
5025
+ ...other,
5026
+ className: classNames(
5027
+ props.className,
5028
+ "k-table",
5029
+ TABLELIST_CLASSNAME,
5030
+ optionClassNames(TABLELIST_CLASSNAME, {
5031
+ size
5032
+ }),
5033
+ {
5034
+ "k-virtual-table": virtualization
5035
+ }
5036
+ ),
5037
+ children: props.children
5038
+ }
5039
+ );
5040
+ };
5041
+ TableList.states = states14;
5042
+ TableList.options = options14;
5043
+ TableList.className = TABLELIST_CLASSNAME;
5044
+ TableList.defaultProps = defaultProps14;
5045
+
5046
+ // src/table/table-thead.tsx
5047
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5048
+ var className3 = `k-table-thead`;
5049
+ var TableThead = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5050
+ "thead",
5051
+ {
5052
+ className: classNames(
5053
+ props.className,
5054
+ className3
5055
+ ),
5056
+ children: props.children
5057
+ }
5058
+ );
5059
+
5060
+ // src/table/table-tbody.tsx
5061
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5062
+ var className4 = `k-table-tbody`;
5063
+ var TableTbody = (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5064
+ "tbody",
5065
+ {
5066
+ className: classNames(
5067
+ props.className,
5068
+ className4
5069
+ ),
5070
+ children: props.children
5071
+ }
5072
+ );
5073
+
5074
+ // src/table/table-tfoot.tsx
5075
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5076
+
5077
+ // src/table/table-row.tsx
5078
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5079
+ var TABLEROW_CLASSNAME = `k-table-row`;
5080
+ var states15 = [
5081
+ States.hover,
5082
+ States.focus,
5083
+ States.selected,
5084
+ States.disabled
5085
+ ];
5086
+ var TableRow = (props) => {
5087
+ const {
5088
+ hover,
5089
+ focus,
5090
+ selected,
5091
+ disabled,
5092
+ alt,
5093
+ ...other
5094
+ } = props;
5095
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5096
+ "tr",
5097
+ {
5098
+ ...other,
5099
+ className: classNames(
5100
+ props.className,
5101
+ TABLEROW_CLASSNAME,
5102
+ {
5103
+ ["k-table-alt-row"]: alt
5104
+ },
5105
+ stateClassNames(TABLEROW_CLASSNAME, {
5106
+ hover,
5107
+ focus,
5108
+ disabled,
5109
+ selected
5110
+ })
5111
+ ),
5112
+ children: props.children
5113
+ }
5114
+ );
5115
+ };
5116
+
5117
+ // src/table/table-list-row.tsx
5118
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5119
+ var states16 = [
5120
+ States.hover,
5121
+ States.focus,
5122
+ States.selected,
5123
+ States.disabled
5124
+ ];
5125
+
5126
+ // src/table/table-th.tsx
5127
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5128
+ var className5 = `k-table-th`;
5129
+ var TableTh = (props) => {
5130
+ const {
5131
+ text,
5132
+ colspan,
5133
+ rowspan,
5134
+ ...other
5135
+ } = props;
5136
+ const textOrChildren = text ? text : props.children;
5137
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5138
+ "th",
5139
+ {
5140
+ colSpan: colspan,
5141
+ rowSpan: rowspan,
5142
+ ...other,
5143
+ className: classNames(
5144
+ props.className,
5145
+ className5
5146
+ ),
5147
+ children: textOrChildren
5148
+ }
5149
+ );
5150
+ };
5151
+
5152
+ // src/table/table-list-th.tsx
5153
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5154
+
5155
+ // src/table/table-td.tsx
5156
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5157
+ var className6 = `k-table-td`;
5158
+ var TableTd = (props) => {
5159
+ const {
5160
+ text,
5161
+ colspan,
5162
+ ...other
5163
+ } = props;
5164
+ const textOrChildren = text ? text : props.children;
5165
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5166
+ "td",
5167
+ {
5168
+ colSpan: colspan,
5169
+ ...other,
5170
+ className: classNames(
5171
+ props.className,
5172
+ className6
5173
+ ),
5174
+ children: textOrChildren
5175
+ }
5176
+ );
5177
+ };
5178
+
5179
+ // src/table/table-list-td.tsx
5180
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5181
+
5182
+ // src/table/table-group-header.tsx
5183
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5184
+
5185
+ // src/table/table-group-sticky-header.tsx
5186
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5187
+
5188
+ // src/table/table-group-row.tsx
5189
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5190
+
5191
+ // src/table/table-list-group-row.tsx
5192
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5193
+
5194
+ // src/table/templates/table-list.tsx
5195
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5196
+
5197
+ // src/table/templates/table-list-virtualization.tsx
5198
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5199
+
5200
+ // src/table/templates/data-table-normal.tsx
5201
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5202
+
5203
+ // src/table/templates/table-native.tsx
5204
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5205
+
5206
+ // src/grid/grid-header-table.spec.tsx
5207
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5208
+ var GRIDHEADERTABLE_CLASSNAME = `k-grid-header-table`;
5209
+ var GridHeaderTable = (props) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5210
+ Table,
5211
+ {
5212
+ size: "medium",
5213
+ ...props,
5214
+ className: classNames(
5215
+ props.className,
5216
+ GRIDHEADERTABLE_CLASSNAME
5217
+ ),
5218
+ children: props.children
5219
+ }
5220
+ );
5221
+
5222
+ // src/grid/grid-header-cell.spec.tsx
5223
+ var import_jsx_runtime52 = require("react/jsx-runtime");
5224
+ var className7 = `k-header`;
5225
+ var states17 = [
5226
+ States.hover,
5227
+ States.focus,
5228
+ States.active
5229
+ ];
5230
+ var defaultProps15 = {
5231
+ sortIcon: "sort-asc-small"
5232
+ };
5233
+ var GridHeaderCell = (props) => {
5234
+ const {
5235
+ menu,
5236
+ sortable,
5237
+ sticky,
5238
+ resizable,
5239
+ columnTitle,
5240
+ hover,
5241
+ focus,
5242
+ active,
5243
+ sortIcon = defaultProps15.sortIcon,
5244
+ sortOrder,
5245
+ ...others
5246
+ } = props;
5247
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
5248
+ TableTh,
5249
+ {
5250
+ ...others,
5251
+ className: classNames(
5252
+ props.className,
5253
+ className7,
5254
+ {
5255
+ [`k-filterable`]: menu === "filter",
5256
+ [`k-sorted`]: sortable,
5257
+ [`k-grid-header-sticky`]: sticky,
5258
+ [`k-touch-action-none`]: resizable
5259
+ },
5260
+ stateClassNames(className7, {
5261
+ hover,
5262
+ focus,
5263
+ active
5264
+ })
5265
+ ),
5266
+ children: [
5267
+ columnTitle && /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("span", { className: "k-cell-inner", children: [
5268
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("span", { className: "k-link", children: [
5269
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-column-title", children: columnTitle }),
5270
+ sortable && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Icon, { icon: sortIcon }) }),
5271
+ sortOrder && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-sort-order", children: sortOrder })
5272
+ ] }),
5273
+ menu && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("a", { href: "#", className: classNames(
5274
+ "k-grid-header-menu",
5275
+ {
5276
+ [`k-active`]: active,
5277
+ [`k-grid-filter-menu`]: menu === "filter",
5278
+ [`k-grid-column-menu`]: menu === "column"
5279
+ }
5280
+ ), children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Icon, { icon: menu === "filter" ? "filter" : "more-vertical" }) })
5281
+ ] }),
5282
+ props.children,
5283
+ resizable && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-column-resizer k-touch-action-none" })
5284
+ ]
5285
+ }
5286
+ );
5287
+ };
5288
+
5289
+ // src/grid/grid-container.spec.tsx
5290
+ var import_jsx_runtime53 = require("react/jsx-runtime");
5291
+ var className8 = `k-grid-container`;
5292
+ var GridContainer = (props) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5293
+ "div",
5294
+ {
5295
+ ...props,
5296
+ className: classNames(
5297
+ props.className,
5298
+ className8
5299
+ ),
5300
+ children: props.children
5301
+ }
5302
+ );
5303
+
5304
+ // src/grid/grid-content.spec.tsx
5305
+ var import_jsx_runtime54 = require("react/jsx-runtime");
5306
+ var className9 = `k-grid-content`;
5307
+ var GridContent = (props) => /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5308
+ "div",
5309
+ {
5310
+ ...props,
5311
+ className: classNames(
5312
+ props.className,
5313
+ className9
5314
+ ),
5315
+ children: props.children
5316
+ }
5317
+ );
5318
+
5319
+ // src/grid/grid-table.spec.tsx
5320
+ var import_jsx_runtime55 = require("react/jsx-runtime");
5321
+ var GRIDTABLE_CLASSNAME = `k-grid-table`;
5322
+ var GridTable = (props) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5323
+ Table,
5324
+ {
5325
+ size: "medium",
5326
+ ...props,
5327
+ className: classNames(
5328
+ props.className,
5329
+ GRIDTABLE_CLASSNAME
5330
+ ),
5331
+ children: props.children
5332
+ }
5333
+ );
5334
+
5335
+ // src/grid/grid-footer.spec.tsx
5336
+ var import_jsx_runtime56 = require("react/jsx-runtime");
5337
+
5338
+ // src/grid/grid-footer-table.spec.tsx
5339
+ var import_jsx_runtime57 = require("react/jsx-runtime");
5340
+
5341
+ // src/input/input.spec.tsx
5342
+ var import_jsx_runtime58 = require("react/jsx-runtime");
5343
+ var INPUT_CLASSNAME = `k-input`;
5344
+ var states18 = [
5345
+ States.hover,
5346
+ States.focus,
5347
+ States.valid,
5348
+ States.invalid,
5349
+ States.required,
5350
+ States.disabled,
5351
+ States.loading,
5352
+ States.readonly
5353
+ ];
5354
+ var options15 = {
5355
+ size: [Size.small, Size.medium, Size.large],
5356
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5357
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5358
+ };
5359
+ var defaultProps16 = {
5360
+ size: Size.medium,
5361
+ rounded: Size.medium,
5362
+ fillMode: FillMode.solid
5363
+ };
5364
+ var Input = (props) => {
5365
+ const {
5366
+ hover,
5367
+ focus,
5368
+ disabled,
5369
+ invalid,
5370
+ valid,
5371
+ loading,
5372
+ readonly,
5373
+ size = defaultProps16.size,
5374
+ rounded = defaultProps16.rounded,
5375
+ fillMode = defaultProps16.fillMode,
5376
+ ...other
5377
+ } = props;
5378
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
5379
+ "span",
5380
+ {
5381
+ ...other,
5382
+ className: classNames(
5383
+ props.className,
5384
+ INPUT_CLASSNAME,
5385
+ optionClassNames(INPUT_CLASSNAME, { size, rounded, fillMode }),
5386
+ stateClassNames(INPUT_CLASSNAME, { hover, focus, disabled, invalid, valid, loading, readonly })
5387
+ )
5388
+ }
5389
+ );
5390
+ };
5391
+ Input.states = states18;
5392
+ Input.options = options15;
5393
+ Input.className = INPUT_CLASSNAME;
5394
+ Input.defaultProps = defaultProps16;
5395
+
5396
+ // src/input/picker.spec.tsx
5397
+ var import_jsx_runtime59 = require("react/jsx-runtime");
5398
+ var PICKER_CLASSNAME = `k-picker`;
5399
+ var pickerStates = [
5400
+ States.hover,
5401
+ States.focus,
5402
+ States.valid,
5403
+ States.invalid,
5404
+ States.required,
5405
+ States.disabled,
5406
+ States.loading,
5407
+ States.readonly
5408
+ ];
5409
+ var pickerOptions = {
5410
+ size: [Size.small, Size.medium, Size.large],
5411
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5412
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5413
+ };
5414
+ var defaultProps17 = {
5415
+ size: Size.medium,
5416
+ rounded: Roundness.medium,
5417
+ fillMode: FillMode.solid
5418
+ };
5419
+ var Picker = (props) => {
5420
+ const {
5421
+ hover,
5422
+ focus,
5423
+ disabled,
5424
+ invalid,
5425
+ valid,
5426
+ loading,
5427
+ readonly,
5428
+ size = defaultProps17.size,
5429
+ rounded = defaultProps17.rounded,
5430
+ fillMode = defaultProps17.fillMode,
5431
+ ...other
5432
+ } = props;
5433
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
5434
+ "span",
5435
+ {
5436
+ ...other,
5437
+ className: classNames(
5438
+ props.className,
5439
+ PICKER_CLASSNAME,
5440
+ optionClassNames(PICKER_CLASSNAME, { size, rounded, fillMode }),
5441
+ stateClassNames(PICKER_CLASSNAME, { hover, focus, disabled, invalid, valid, loading, readonly })
5442
+ ),
5443
+ children: props.children
5444
+ }
5445
+ );
5446
+ };
5447
+ Picker.states = pickerStates;
5448
+ Picker.options = pickerOptions;
5449
+ Picker.className = PICKER_CLASSNAME;
5450
+ Picker.defaultProps = defaultProps17;
5451
+
5452
+ // src/input/input-clear-value.tsx
5453
+ var import_jsx_runtime60 = require("react/jsx-runtime");
5454
+ var className10 = `k-clear-value`;
5455
+ var states19 = [
5456
+ States.disabled,
5457
+ States.loading,
5458
+ States.readonly
5459
+ ];
5460
+ var options16 = {};
5461
+ var InputClearValue = (props) => {
5462
+ const {
5463
+ disabled,
5464
+ loading,
5465
+ readonly,
5466
+ value
5467
+ } = props;
5468
+ if (disabled || readonly || loading || !value) {
5469
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_jsx_runtime60.Fragment, {});
5470
+ }
5471
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("span", { className: classNames(props.className, className10), children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Icon, { icon: "x" }) });
5472
+ };
5473
+ InputClearValue.states = states19;
5474
+ InputClearValue.options = options16;
5475
+ InputClearValue.className = className10;
5476
+
5477
+ // src/input/input-inner-input.tsx
5478
+ var import_jsx_runtime61 = require("react/jsx-runtime");
5479
+ var className11 = `k-input-inner`;
5480
+ var states20 = [];
5481
+ var options17 = {};
5482
+ var defaultProps18 = {
5483
+ type: "text",
5484
+ autocomplete: "off",
5485
+ value: "",
5486
+ placeholder: ""
5487
+ };
5488
+ var InputInnerInput = (props) => {
5489
+ const {
5490
+ value = defaultProps18.value,
5491
+ type = defaultProps18.type,
5492
+ placeholder = defaultProps18.placeholder,
5493
+ autocomplete = defaultProps18.autocomplete,
5494
+ ...other
5495
+ } = props;
5496
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5497
+ "input",
5498
+ {
5499
+ ...other,
5500
+ type,
5501
+ className: classNames(props.className, className11, optionClassNames(className11, props)),
5502
+ placeholder,
5503
+ autoComplete: autocomplete,
5504
+ defaultValue: value
5505
+ }
5506
+ );
5507
+ };
5508
+ InputInnerInput.states = states20;
5509
+ InputInnerInput.options = options17;
5510
+ InputInnerInput.className = className11;
5511
+
5512
+ // src/input/input-inner-span.tsx
5513
+ var import_jsx_runtime62 = require("react/jsx-runtime");
5514
+ var className12 = `k-input-inner`;
5515
+ var states21 = [];
5516
+ var options18 = {};
5517
+ var InputInnerSpan = (props) => {
5518
+ const {
5519
+ value,
5520
+ placeholder,
5521
+ showValue,
5522
+ valueIcon,
5523
+ valueIconName,
5524
+ ...other
5525
+ } = props;
5526
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
5527
+ "span",
5528
+ {
5529
+ ...other,
5530
+ className: classNames(props.className, className12, optionClassNames(className12, props)),
5531
+ children: [
5532
+ valueIcon,
5533
+ !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
5534
+ showValue && !value && placeholder,
5535
+ showValue && value && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { className: "k-input-value-text", children: value })
5536
+ ]
5537
+ }
5538
+ );
5539
+ };
5540
+ InputInnerSpan.states = states21;
5541
+ InputInnerSpan.options = options18;
5542
+ InputInnerSpan.className = className12;
5543
+
5544
+ // src/input/input-inner-textarea.tsx
5545
+ var import_jsx_runtime63 = require("react/jsx-runtime");
5546
+ var defaultProps19 = {
5547
+ value: "",
5548
+ placeholder: ""
5549
+ };
5550
+ var className13 = `k-input-inner`;
5551
+ var states22 = [];
5552
+ var options19 = {};
5553
+ var InputInnerTextarea = (props) => {
5554
+ const {
5555
+ value = defaultProps19.value,
5556
+ placeholder = defaultProps19.placeholder,
5557
+ rows,
5558
+ ...other
5559
+ } = props;
5560
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
5561
+ "textarea",
5562
+ {
5563
+ ...other,
5564
+ className: classNames(props.className, className13, optionClassNames(className13, props)),
5565
+ placeholder,
5566
+ rows,
5567
+ children: value
5568
+ }
5569
+ );
5570
+ };
5571
+ InputInnerTextarea.states = states22;
5572
+ InputInnerTextarea.options = options19;
5573
+ InputInnerTextarea.className = className13;
5574
+
5575
+ // src/input/input-loading-icon.tsx
5576
+ var import_jsx_runtime64 = require("react/jsx-runtime");
5577
+ var className14 = `k-input-loading-icon`;
5578
+ var states23 = [
5579
+ States.disabled,
5580
+ States.loading
5581
+ ];
5582
+ var InputLoadingIcon = (props) => {
5583
+ const {
5584
+ disabled,
5585
+ loading
5586
+ } = props;
5587
+ if (disabled || !loading) {
5588
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(import_jsx_runtime64.Fragment, {});
5589
+ }
5590
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: classNames(props.className, className14, "k-icon k-i-loading") });
5591
+ };
5592
+
5593
+ // src/input/input-validation-icon.tsx
5594
+ var import_jsx_runtime65 = require("react/jsx-runtime");
5595
+ var className15 = `k-input-validation-icon`;
5596
+ var states24 = [
5597
+ States.valid,
5598
+ States.invalid,
5599
+ States.disabled,
5600
+ States.loading
5601
+ ];
5602
+ var options20 = {};
5603
+ var InputValidationIcon = (props) => {
5604
+ const {
5605
+ valid,
5606
+ invalid,
5607
+ disabled,
5608
+ loading
5609
+ } = props;
5610
+ const iconName = invalid ? "warning-circle" : "check-circle";
5611
+ const renderValidationIcon = Boolean(valid || invalid);
5612
+ if (disabled || loading || !renderValidationIcon) {
5613
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_jsx_runtime65.Fragment, {});
5614
+ }
5615
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Icon, { className: classNames(className15), icon: iconName });
5616
+ };
5617
+ InputValidationIcon.states = states24;
5618
+ InputValidationIcon.options = options20;
5619
+ InputValidationIcon.className = className15;
5620
+
5621
+ // src/input/input-prefix.tsx
5622
+ var import_jsx_runtime66 = require("react/jsx-runtime");
5623
+ var className16 = `k-input-prefix`;
5624
+ var defaultProps20 = {
5625
+ direction: "horizontal"
5626
+ };
5627
+ var InputPrefix = (props) => {
5628
+ const {
5629
+ direction = defaultProps20.direction,
5630
+ ...other
5631
+ } = props;
5632
+ if (!props.children) {
5633
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(import_jsx_runtime66.Fragment, {});
5634
+ }
5635
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
5636
+ "span",
5637
+ {
5638
+ ...other,
5639
+ className: classNames(
5640
+ className16,
5641
+ props.className,
5642
+ {
5643
+ [`k-input-prefix-${direction}`]: direction
5644
+ }
5645
+ ),
5646
+ children: props.children
5647
+ }
5648
+ );
5649
+ };
5650
+
5651
+ // src/input/input-suffix.tsx
5652
+ var import_jsx_runtime67 = require("react/jsx-runtime");
5653
+ var className17 = `k-input-suffix`;
5654
+ var defaultProps21 = {
5655
+ direction: "horizontal"
5656
+ };
5657
+ var InputSuffix = (props) => {
5658
+ const {
5659
+ direction = defaultProps21.direction,
5660
+ ...other
5661
+ } = props;
5662
+ if (!props.children) {
5663
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(import_jsx_runtime67.Fragment, {});
5664
+ }
5665
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
5666
+ "span",
5667
+ {
5668
+ ...other,
5669
+ className: classNames(
5670
+ className17,
5671
+ props.className,
5672
+ {
5673
+ [`k-input-suffix-${direction}`]: direction
5674
+ }
5675
+ ),
5676
+ children: props.children
5677
+ }
5678
+ );
5679
+ };
5680
+
5681
+ // src/input/input-prefix-text.tsx
5682
+ var import_jsx_runtime68 = require("react/jsx-runtime");
5683
+
5684
+ // src/input/input-suffix-text.tsx
5685
+ var import_jsx_runtime69 = require("react/jsx-runtime");
5686
+
5687
+ // src/input/input-separator.tsx
5688
+ var import_jsx_runtime70 = require("react/jsx-runtime");
5689
+ var className18 = `k-input-separator`;
5690
+ var defaultProps22 = {
5691
+ direction: "vertical"
5692
+ };
5693
+ var InputSeparator = (props) => {
5694
+ const {
5695
+ direction = defaultProps22.direction,
5696
+ ...other
5697
+ } = props;
5698
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5699
+ "span",
5700
+ {
5701
+ ...other,
5702
+ className: classNames(
5703
+ className18,
5704
+ props.className,
5705
+ {
5706
+ [`${className18}-${direction}`]: direction
5707
+ }
5708
+ )
5709
+ }
5710
+ );
5711
+ };
5712
+
5713
+ // src/animation-container/animation-container.spec.tsx
5714
+ var import_jsx_runtime71 = require("react/jsx-runtime");
5715
+ var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5716
+ var states25 = [];
5717
+ var options21 = {};
5718
+ var defaultProps23 = {
5719
+ positionMode: "absolute"
5720
+ };
5721
+ var AnimationContainer = (props) => {
5722
+ const {
5723
+ positionMode,
5724
+ animationStyle,
5725
+ offset,
5726
+ ...other
5727
+ } = props;
5728
+ return /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
5729
+ "div",
5730
+ {
5731
+ ...other,
5732
+ style: { ...offset, ...props.style },
5733
+ className: classNames(
5734
+ ANIMATION_CONTAINER_CLASSNAME,
5735
+ "k-animation-container-shown",
5736
+ {
5737
+ ["k-animation-container-fixed"]: positionMode === "fixed"
5738
+ }
5739
+ ),
5740
+ children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5741
+ }
5742
+ );
5743
+ };
5744
+ AnimationContainer.states = states25;
5745
+ AnimationContainer.options = options21;
5746
+ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5747
+ AnimationContainer.defaultProps = defaultProps23;
5748
+
5749
+ // src/popup/popup.spec.tsx
5750
+ var import_jsx_runtime72 = require("react/jsx-runtime");
5751
+ var POPUP_CLASSNAME = `k-popup`;
5752
+ var states26 = [];
5753
+ var options22 = {};
5754
+ var defaultProps24 = {
5755
+ positionMode: "absolute"
5756
+ };
5757
+ var Popup = (props) => {
5758
+ const {
5759
+ offset,
5760
+ positionMode,
5761
+ ...other
5762
+ } = props;
5763
+ return /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
5764
+ AnimationContainer,
5765
+ {
5766
+ positionMode,
5767
+ offset,
5768
+ children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5769
+ }
5770
+ );
5771
+ };
5772
+ Popup.states = states26;
5773
+ Popup.options = options22;
5774
+ Popup.className = POPUP_CLASSNAME;
5775
+ Popup.defaultProps = defaultProps24;
5776
+
5777
+ // src/dropdownlist/dropdownlist.spec.tsx
5778
+ var import_jsx_runtime73 = require("react/jsx-runtime");
5779
+ var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5780
+ var states27 = [
5781
+ States.hover,
5782
+ States.focus,
5783
+ States.valid,
5784
+ States.invalid,
5785
+ States.required,
5786
+ States.disabled,
5787
+ States.loading,
5788
+ States.readonly
5789
+ ];
5790
+ var options23 = {
5791
+ size: [Size.small, Size.medium, Size.large],
5792
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5793
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5794
+ };
5795
+ var defaultProps25 = {
5796
+ showValue: true,
5797
+ arrowIconName: "caret-alt-down",
5798
+ size: Size.medium,
5799
+ rounded: Roundness.medium,
5800
+ fillMode: FillMode.solid
5801
+ };
5802
+ var DropdownList = (props) => {
5803
+ const {
5804
+ valueIconName,
5805
+ arrowIconName = defaultProps25.arrowIconName,
5806
+ prefix,
5807
+ suffix,
5808
+ value,
5809
+ placeholder,
5810
+ size,
5811
+ rounded,
5812
+ fillMode,
5813
+ hover,
5814
+ focus,
5815
+ valid,
5816
+ invalid,
5817
+ required,
5818
+ loading,
5819
+ disabled,
5820
+ readonly,
5821
+ showValue = defaultProps25.showValue,
5822
+ popup,
5823
+ opened,
5824
+ ...other
5825
+ } = props;
5826
+ return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(import_jsx_runtime73.Fragment, { children: [
5827
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
5828
+ Picker,
5829
+ {
5830
+ ...other,
5831
+ size,
5832
+ rounded,
5833
+ fillMode,
5834
+ hover,
5835
+ focus,
5836
+ valid,
5837
+ invalid,
5838
+ required,
5839
+ loading,
5840
+ disabled,
5841
+ readonly,
5842
+ className: classNames(
5843
+ props.className,
5844
+ DROPDOWNLIST_CLASSNAME,
5845
+ {
5846
+ "k-icon-picker": !showValue && valueIconName
5847
+ }
5848
+ ),
5849
+ children: [
5850
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(InputPrefix, { children: prefix }),
5851
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
5852
+ InputInnerSpan,
5853
+ {
5854
+ placeholder,
5855
+ value,
5856
+ showValue,
5857
+ valueIconName
5858
+ }
5859
+ ),
5860
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
5861
+ InputValidationIcon,
5862
+ {
5863
+ valid,
5864
+ invalid,
5865
+ loading,
5866
+ disabled
5867
+ }
5868
+ ),
5869
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
5870
+ InputLoadingIcon,
5871
+ {
5872
+ loading,
5873
+ disabled
5874
+ }
5875
+ ),
5876
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(InputSuffix, { children: suffix }),
5877
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
5878
+ Button,
5879
+ {
5880
+ className: "k-input-button",
5881
+ icon: arrowIconName,
5882
+ rounded: null,
5883
+ size: props.size,
5884
+ fillMode: props.fillMode
5885
+ }
5886
+ )
5887
+ ]
5888
+ }
5889
+ ),
5890
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5891
+ ] });
5892
+ };
5893
+ DropdownList.states = states27;
5894
+ DropdownList.options = options23;
5895
+ DropdownList.className = DROPDOWNLIST_CLASSNAME;
5896
+ DropdownList.defaultProps = defaultProps25;
5897
+
5898
+ // src/dropdownlist/templates/dropdownlist-normal.tsx
5899
+ var import_jsx_runtime74 = require("react/jsx-runtime");
5900
+
5901
+ // src/nodata/nodata.tsx
5902
+ var import_jsx_runtime75 = require("react/jsx-runtime");
5903
+ var className19 = `k-nodata`;
5904
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("span", { className: classNames(className19, props.className), children: props.children });
5905
+
5906
+ // src/list/list.spec.tsx
5907
+ var import_jsx_runtime76 = require("react/jsx-runtime");
5908
+ var LIST_CLASSNAME = `k-list`;
5909
+ var states28 = [];
5910
+ var options24 = {
5911
+ size: [Size.small, Size.medium, Size.large]
5912
+ };
5913
+ var defaultProps26 = {
5914
+ size: Size.medium
5915
+ };
5916
+ var List = (props) => {
5917
+ const {
5918
+ size = defaultProps26.size,
5919
+ virtualization,
5920
+ children,
5921
+ optionLabel,
5922
+ ...other
5923
+ } = props;
5924
+ let listHeader;
5925
+ let listGroup;
5926
+ let listContent;
5927
+ const listChildren = [];
5928
+ if (children) {
5929
+ children.map((child, index) => {
5930
+ if (child.type === ListGroup) {
5931
+ if (child.props.root === true) {
5932
+ listHeader = child.props.label;
5933
+ child.props.children.map((optChild, index2) => {
5934
+ listChildren.push(
5935
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
5936
+ ListItem,
5937
+ {
5938
+ ...optChild.props
5939
+ },
5940
+ `optChild-${index2}-${(/* @__PURE__ */ new Date()).getTime()}`
5941
+ )
5942
+ );
5943
+ });
5944
+ } else {
5945
+ child.props.children.forEach((optChild, index2) => {
5946
+ let groupLabel = "";
5947
+ if (index2 === 0) {
5948
+ groupLabel = child.props.label;
5949
+ }
5950
+ listChildren.push(
5951
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
5952
+ ListItem,
5953
+ {
5954
+ className: index2 === 0 ? "k-first" : "",
5955
+ ...optChild.props,
5956
+ groupLabel
5957
+ },
5958
+ `groupLabel-${index2}-${(/* @__PURE__ */ new Date()).getTime()}`
5959
+ )
5960
+ );
5961
+ });
5962
+ }
5963
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5964
+ } else if (child.type === ListItem) {
5965
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5966
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(ListContent, { virtualization, children: listChildren });
5967
+ }
5968
+ });
5969
+ } else {
5970
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(NoData, { children: "No data found." });
5971
+ }
5972
+ return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
5973
+ "div",
5974
+ {
5975
+ ...other,
5976
+ className: classNames(
5977
+ props.className,
5978
+ LIST_CLASSNAME,
5979
+ optionClassNames(LIST_CLASSNAME, {
5980
+ size
5981
+ }),
5982
+ {
5983
+ ["k-virtual-list"]: virtualization
5984
+ }
5985
+ ),
5986
+ children: [
5987
+ optionLabel,
5988
+ listGroup,
5989
+ listContent
5990
+ ]
5991
+ }
5992
+ );
5993
+ };
5994
+ List.states = states28;
5995
+ List.options = options24;
5996
+ List.className = LIST_CLASSNAME;
5997
+ List.defaultProps = defaultProps26;
5998
+
5999
+ // src/list/list-angular.spec.tsx
6000
+ var import_jsx_runtime77 = require("react/jsx-runtime");
6001
+ var LISTANGULAR_CLASSNAME = `k-list`;
6002
+ var states29 = [];
6003
+ var options25 = {
6004
+ size: [Size.small, Size.medium, Size.large]
6005
+ };
6006
+ var defaultProps27 = {
6007
+ size: Size.medium
6008
+ };
6009
+ var ListAngular = (props) => {
6010
+ const {
6011
+ size = defaultProps27.size,
6012
+ virtualization,
6013
+ children,
6014
+ ...other
6015
+ } = props;
6016
+ let listHeader;
6017
+ let listGroup;
6018
+ let listContent;
6019
+ const listChildren = [];
6020
+ if (children) {
6021
+ children.map((child, index) => {
6022
+ if (child.type === ListGroup) {
6023
+ if (child.props.root === true) {
6024
+ listHeader = child.props.label;
6025
+ child.props.children.map((optChild, index2) => {
6026
+ listChildren.push(
6027
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6028
+ ListItem,
6029
+ {
6030
+ ...optChild.props
6031
+ },
6032
+ `optChild-${index2}-${(/* @__PURE__ */ new Date()).getTime()}`
6033
+ )
6034
+ );
6035
+ });
6036
+ } else {
6037
+ listChildren.push(
6038
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6039
+ ListGroupItem,
6040
+ {
6041
+ ...child.props,
6042
+ children: child.props.label
6043
+ },
6044
+ `listChild-${index}`
6045
+ )
6046
+ );
6047
+ child.props.children.map((optChild, index2) => {
6048
+ listChildren.push(
6049
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6050
+ ListItem,
6051
+ {
6052
+ ...optChild.props
6053
+ },
6054
+ `fwOptChild-${index2}-${(/* @__PURE__ */ new Date()).getTime()}`
6055
+ )
6056
+ );
6057
+ });
6058
+ }
6059
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
6060
+ } else if (child.type === ListItem) {
6061
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
6062
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(ListContent, { virtualization, children: listChildren });
6063
+ }
6064
+ });
6065
+ } else {
6066
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(NoData, { children: "No data found." });
6067
+ }
6068
+ return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
6069
+ "div",
6070
+ {
6071
+ ...other,
6072
+ className: classNames(
6073
+ props.className,
6074
+ LISTANGULAR_CLASSNAME,
6075
+ optionClassNames(LISTANGULAR_CLASSNAME, {
6076
+ size
6077
+ }),
6078
+ {
6079
+ ["k-virtual-list"]: virtualization
6080
+ }
6081
+ ),
6082
+ children: [
6083
+ listGroup,
6084
+ listContent
6085
+ ]
6086
+ }
6087
+ );
6088
+ };
6089
+ ListAngular.states = states29;
6090
+ ListAngular.options = options25;
6091
+ ListAngular.className = LISTANGULAR_CLASSNAME;
6092
+ ListAngular.defaultProps = defaultProps27;
6093
+
6094
+ // src/list/list-item.spec.tsx
6095
+ var import_jsx_runtime78 = require("react/jsx-runtime");
6096
+ var LISTITEM_CLASSNAME = `k-list-item`;
6097
+ var states30 = [
6098
+ States.hover,
6099
+ States.focus,
6100
+ States.selected,
6101
+ States.disabled
6102
+ ];
6103
+ var options26 = {};
6104
+ var defaultProps28 = {};
6105
+ var ListItem = (props) => {
6106
+ const {
6107
+ text,
6108
+ groupLabel,
6109
+ showIcon,
6110
+ iconName,
6111
+ showCheckbox,
6112
+ checked,
6113
+ hover,
6114
+ focus,
6115
+ selected,
6116
+ disabled,
6117
+ ...other
6118
+ } = props;
6119
+ const textOrChildren = text ? text : props.children;
6120
+ return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
6121
+ "li",
6122
+ {
6123
+ ...other,
6124
+ className: classNames(
6125
+ props.className,
6126
+ LISTITEM_CLASSNAME,
6127
+ stateClassNames(LISTITEM_CLASSNAME, {
6128
+ hover,
6129
+ focus,
6130
+ disabled,
6131
+ selected
6132
+ })
6133
+ ),
6134
+ children: [
6135
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Checkbox, { checked }),
6136
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Icon, { icon: iconName }),
6137
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
6138
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
6139
+ ]
6140
+ }
6141
+ );
6142
+ };
6143
+ ListItem.states = states30;
6144
+ ListItem.options = options26;
6145
+ ListItem.className = LISTITEM_CLASSNAME;
6146
+ ListItem.defaultProps = defaultProps28;
6147
+
6148
+ // src/list/list-content.tsx
6149
+ var import_jsx_runtime79 = require("react/jsx-runtime");
6150
+ var className20 = `k-list-content`;
6151
+ var ListContent = (props) => {
6152
+ const {
6153
+ virtualization
6154
+ } = props;
6155
+ return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: classNames(className20, props.className), children: [
6156
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
6157
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("div", {}) })
6158
+ ] });
6159
+ };
6160
+
6161
+ // src/list/list-header.tsx
6162
+ var import_jsx_runtime80 = require("react/jsx-runtime");
6163
+ var className21 = `k-list-group-sticky-header`;
6164
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: classNames(className21, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-list-header-text", children: props.children }) });
6165
+
6166
+ // src/list/list-group.tsx
6167
+ var import_jsx_runtime81 = require("react/jsx-runtime");
6168
+ var ListGroup = (props) => {
6169
+ const {
6170
+ virtualization,
6171
+ label
6172
+ } = props;
6173
+ return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(import_jsx_runtime81.Fragment, { children: [
6174
+ label && /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(ListHeader, { children: label }),
6175
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(ListContent, { virtualization, children: props.children })
6176
+ ] });
6177
+ };
6178
+
6179
+ // src/list/list-group-item.tsx
6180
+ var import_jsx_runtime82 = require("react/jsx-runtime");
6181
+ var className22 = `k-list-group-item`;
6182
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("li", { className: classNames(className22, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: "k-list-item-text", children: props.children }) });
6183
+
6184
+ // src/list/list-option-label.tsx
6185
+ var import_jsx_runtime83 = require("react/jsx-runtime");
6186
+ var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
6187
+ var states31 = [
6188
+ States.hover,
6189
+ States.focus,
6190
+ States.selected,
6191
+ States.disabled
6192
+ ];
6193
+ var options27 = {};
6194
+ var defaultProps29 = {};
6195
+ var ListOptionLabel = (props) => {
6196
+ const {
6197
+ text,
6198
+ hover,
6199
+ focus,
6200
+ selected,
6201
+ disabled,
6202
+ ...other
6203
+ } = props;
6204
+ return /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6205
+ "div",
6206
+ {
6207
+ ...other,
6208
+ className: classNames(
6209
+ LIST_OPTIONLABEL_CLASSNAME,
6210
+ stateClassNames(LIST_OPTIONLABEL_CLASSNAME, {
6211
+ hover,
6212
+ focus,
6213
+ selected,
6214
+ disabled
6215
+ })
6216
+ ),
6217
+ children: text
6218
+ }
6219
+ );
6220
+ };
6221
+ ListOptionLabel.states = states31;
6222
+ ListOptionLabel.options = options27;
6223
+ ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
6224
+ ListOptionLabel.defaultProps = defaultProps29;
6225
+
6226
+ // src/list/templates/list-normal.tsx
6227
+ var import_jsx_runtime84 = require("react/jsx-runtime");
6228
+
6229
+ // src/list/templates/list-virtualization.tsx
6230
+ var import_jsx_runtime85 = require("react/jsx-runtime");
6231
+
6232
+ // src/list/templates/list-grouping.tsx
6233
+ var import_jsx_runtime86 = require("react/jsx-runtime");
6234
+
6235
+ // src/list/templates/list-virualization-grouping.tsx
6236
+ var import_jsx_runtime87 = require("react/jsx-runtime");
6237
+
6238
+ // src/list/templates/list-virtualization-angular.tsx
6239
+ var import_jsx_runtime88 = require("react/jsx-runtime");
6240
+
6241
+ // src/list/templates/list-grouping-angular.tsx
6242
+ var import_jsx_runtime89 = require("react/jsx-runtime");
6243
+
6244
+ // src/list/templates/list-virualization-grouping-angular.tsx
6245
+ var import_jsx_runtime90 = require("react/jsx-runtime");
6246
+
6247
+ // src/dropdownlist/templates/dropdownlist-popup.tsx
6248
+ var import_jsx_runtime91 = require("react/jsx-runtime");
6249
+
6250
+ // src/searchbox/searchbox.spec.tsx
6251
+ var import_jsx_runtime92 = require("react/jsx-runtime");
6252
+ var SEARCHBOX_CLASSNAME = `k-searchbox`;
6253
+ var states32 = [
6254
+ States.hover,
6255
+ States.focus,
6256
+ States.valid,
6257
+ States.invalid,
6258
+ States.required,
6259
+ States.disabled,
6260
+ States.loading
6261
+ ];
6262
+ var options28 = {
6263
+ size: [Size.small, Size.medium, Size.large],
6264
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6265
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6266
+ };
6267
+ var defaultProps30 = {
6268
+ showIcon: true,
6269
+ icon: "search",
6270
+ size: Input.defaultProps.size,
6271
+ rounded: Input.defaultProps.rounded,
6272
+ fillMode: Input.defaultProps.fillMode
6273
+ };
6274
+ var Searchbox = (props) => {
6275
+ const {
6276
+ value,
6277
+ placeholder,
6278
+ size,
6279
+ rounded,
6280
+ fillMode,
6281
+ hover,
6282
+ focus,
6283
+ valid,
6284
+ invalid,
6285
+ required,
6286
+ loading,
6287
+ disabled,
6288
+ showIcon = defaultProps30.showIcon,
6289
+ icon = defaultProps30.icon,
6290
+ ...other
6291
+ } = props;
6292
+ return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
6293
+ Input,
6294
+ {
6295
+ ...other,
6296
+ size,
6297
+ rounded,
6298
+ fillMode,
6299
+ hover,
6300
+ focus,
6301
+ valid,
6302
+ invalid,
6303
+ required,
6304
+ loading,
6305
+ disabled,
6306
+ className: classNames(props.className, SEARCHBOX_CLASSNAME),
6307
+ children: [
6308
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Icon, { className: "k-input-icon", icon }),
6309
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(InputInnerInput, { placeholder, value }),
6310
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(InputLoadingIcon, { ...props }),
6311
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(InputValidationIcon, { ...props }),
6312
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(InputClearValue, { ...props })
6313
+ ]
6314
+ }
6315
+ );
6316
+ };
6317
+ Searchbox.states = states32;
6318
+ Searchbox.options = options28;
6319
+ Searchbox.className = SEARCHBOX_CLASSNAME;
6320
+ Searchbox.defaultProps = defaultProps30;
6321
+
6322
+ // src/searchbox/templates/searchbox-normal.tsx
6323
+ var import_jsx_runtime93 = require("react/jsx-runtime");
6324
+
6325
+ // src/dropdownlist/templates/dropdownlist-filtering.tsx
6326
+ var import_jsx_runtime94 = require("react/jsx-runtime");
6327
+
6328
+ // src/dropdownlist/templates/dropdownlist-grouping.tsx
6329
+ var import_jsx_runtime95 = require("react/jsx-runtime");
6330
+
6331
+ // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
6332
+ var import_jsx_runtime96 = require("react/jsx-runtime");
6333
+
6334
+ // src/spinbutton/spinbutton.spec.tsx
6335
+ var import_jsx_runtime97 = require("react/jsx-runtime");
6336
+ var SPINBUTTON_CLASSNAME = `k-spin-button`;
6337
+ var states33 = [];
6338
+ var options29 = {
6339
+ size: [Size.small, Size.medium, Size.large],
6340
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
6341
+ };
6342
+ var defaultProps31 = {
6343
+ size: Size.medium,
6344
+ fillMode: FillMode.solid
6345
+ };
6346
+ var SpinButton = (props) => {
6347
+ const {
6348
+ size = defaultProps31.size,
6349
+ fillMode = defaultProps31.fillMode,
6350
+ ...other
6351
+ } = props;
6352
+ return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(
6353
+ "span",
6354
+ {
6355
+ ...other,
6356
+ className: classNames(
6357
+ SPINBUTTON_CLASSNAME,
6358
+ props.className
6359
+ ),
6360
+ children: [
6361
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
6362
+ Button,
6363
+ {
6364
+ className: "k-spinner-increase",
6365
+ icon: "caret-alt-up",
6366
+ rounded: null,
6367
+ size,
6368
+ fillMode
6369
+ }
6370
+ ),
6371
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
6372
+ Button,
6373
+ {
6374
+ className: "k-spinner-decrease",
6375
+ icon: "caret-alt-down",
6376
+ rounded: null,
6377
+ size,
6378
+ fillMode
6379
+ }
6380
+ )
6381
+ ]
6382
+ }
6383
+ );
6384
+ };
6385
+ SpinButton.states = states33;
6386
+ SpinButton.options = options29;
6387
+ SpinButton.className = SPINBUTTON_CLASSNAME;
6388
+ SpinButton.defaultProps = defaultProps31;
6389
+
6390
+ // src/numerictextbox/numerictextbox.spec.tsx
6391
+ var import_jsx_runtime98 = require("react/jsx-runtime");
6392
+ var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
6393
+ var states34 = [
6394
+ States.hover,
6395
+ States.focus,
6396
+ States.valid,
6397
+ States.invalid,
6398
+ States.loading,
6399
+ States.required,
6400
+ States.disabled,
6401
+ States.readonly
6402
+ ];
6403
+ var options30 = {
6404
+ size: [Size.small, Size.medium, Size.large],
6405
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6406
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6407
+ };
6408
+ var defaultProps32 = {
6409
+ showSpinButton: true,
6410
+ showClearButton: true,
6411
+ size: Input.defaultProps.size,
6412
+ rounded: Input.defaultProps.rounded,
6413
+ fillMode: Input.defaultProps.fillMode
6414
+ };
6415
+ var NumericTextbox = (props) => {
6416
+ const {
6417
+ prefix,
6418
+ suffix,
6419
+ value,
6420
+ placeholder,
6421
+ size,
6422
+ rounded,
6423
+ fillMode,
6424
+ hover,
6425
+ focus,
6426
+ valid,
6427
+ invalid,
6428
+ required,
6429
+ loading,
6430
+ disabled,
6431
+ readonly,
6432
+ showClearButton = defaultProps32.showClearButton,
6433
+ showSpinButton = defaultProps32.showSpinButton,
6434
+ ...other
6435
+ } = props;
6436
+ return /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(
6437
+ Input,
6438
+ {
6439
+ ...other,
6440
+ size,
6441
+ rounded,
6442
+ fillMode,
6443
+ hover,
6444
+ focus,
6445
+ valid,
6446
+ invalid,
6447
+ required,
6448
+ loading,
6449
+ disabled,
6450
+ readonly,
6451
+ className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
6452
+ children: [
6453
+ prefix && /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(import_jsx_runtime98.Fragment, { children: [
6454
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(InputPrefix, { children: prefix }),
6455
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(InputSeparator, {})
6456
+ ] }),
6457
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(InputInnerInput, { placeholder, value }),
6458
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
6459
+ InputValidationIcon,
6460
+ {
6461
+ valid,
6462
+ invalid,
6463
+ loading,
6464
+ disabled
6465
+ }
6466
+ ),
6467
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
6468
+ InputLoadingIcon,
6469
+ {
6470
+ loading,
6471
+ disabled
6472
+ }
6473
+ ),
6474
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
6475
+ InputClearValue,
6476
+ {
6477
+ loading,
6478
+ disabled,
6479
+ readonly,
6480
+ value
6481
+ }
6482
+ ),
6483
+ suffix && /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(import_jsx_runtime98.Fragment, { children: [
6484
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(InputSeparator, {}),
6485
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(InputSuffix, { children: suffix })
6486
+ ] }),
6487
+ showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
6488
+ SpinButton,
6489
+ {
6490
+ className: "k-input-spinner",
6491
+ size,
6492
+ fillMode
6493
+ }
6494
+ )
6495
+ ]
6496
+ }
6497
+ );
6498
+ };
6499
+ NumericTextbox.states = states34;
6500
+ NumericTextbox.options = options30;
6501
+ NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
6502
+ NumericTextbox.defaultProps = defaultProps32;
6503
+
6504
+ // src/numerictextbox/templates/numerictextbox-normal.tsx
6505
+ var import_jsx_runtime99 = require("react/jsx-runtime");
6506
+
6507
+ // src/numerictextbox/templates/numerictextbox-prefix.tsx
6508
+ var import_jsx_runtime100 = require("react/jsx-runtime");
6509
+
6510
+ // src/numerictextbox/templates/numerictextbox-suffix.tsx
6511
+ var import_jsx_runtime101 = require("react/jsx-runtime");
6512
+
6513
+ // src/pager/pager.spec.tsx
6514
+ var import_jsx_runtime102 = require("react/jsx-runtime");
6515
+ var PAGER_CLASSNAME = `k-pager`;
6516
+ var states35 = [
6517
+ States.focus,
6518
+ States.disabled
6519
+ ];
6520
+ var options31 = {
6521
+ size: [Size.small, Size.medium, Size.large]
6522
+ };
6523
+ var defaultProps33 = {
6524
+ size: Size.medium,
6525
+ adaptive: false,
6526
+ itemsPerPage: true,
6527
+ type: "numeric",
6528
+ pageSizes: true,
6529
+ refresh: true,
6530
+ info: true
6531
+ };
6532
+ var Pager = (props) => {
6533
+ const {
6534
+ size = defaultProps33.size,
6535
+ adaptive = defaultProps33.adaptive,
6536
+ itemsPerPage = defaultProps33.itemsPerPage,
6537
+ type = defaultProps33.type,
6538
+ pageSizes = defaultProps33.pageSizes,
6539
+ refresh = defaultProps33.refresh,
6540
+ info = defaultProps33.info,
6541
+ focus,
6542
+ disabled,
6543
+ dir,
6544
+ ...other
6545
+ } = props;
6546
+ return /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
6547
+ "div",
6548
+ {
6549
+ dir,
6550
+ ...other,
6551
+ className: classNames(
6552
+ props.className,
6553
+ PAGER_CLASSNAME,
6554
+ optionClassNames(PAGER_CLASSNAME, {
6555
+ size
6556
+ }),
6557
+ stateClassNames(PAGER_CLASSNAME, {
6558
+ focus,
6559
+ disabled
6560
+ })
6561
+ ),
6562
+ children: [
6563
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
6564
+ "div",
6565
+ {
6566
+ className: classNames(
6567
+ "k-pager-numbers-wrap"
6568
+ ),
6569
+ children: [
6570
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
6571
+ Button,
6572
+ {
6573
+ className: classNames(
6574
+ "k-pager-nav",
6575
+ "k-pager-first"
6576
+ ),
6577
+ disabled: true,
6578
+ fillMode: "flat",
6579
+ size,
6580
+ rounded: null,
6581
+ icon: dir === "rtl" ? "caret-alt-to-right" : "caret-alt-to-left"
6582
+ }
6583
+ ),
6584
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
6585
+ Button,
6586
+ {
6587
+ className: classNames(
6588
+ "k-pager-nav"
6589
+ ),
6590
+ disabled: true,
6591
+ fillMode: "flat",
6592
+ size,
6593
+ rounded: null,
6594
+ icon: dir === "rtl" ? "caret-alt-right" : "caret-alt-left"
6595
+ }
6596
+ ),
6597
+ type === "numeric" && !adaptive && /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
6598
+ "div",
6599
+ {
6600
+ className: classNames(
6601
+ "k-pager-numbers"
6602
+ ),
6603
+ children: [
6604
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
6605
+ Button,
6606
+ {
6607
+ selected: true,
6608
+ fillMode: "flat",
6609
+ themeColor: "primary",
6610
+ size,
6611
+ rounded: null,
6612
+ children: "1"
6613
+ }
6614
+ ),
6615
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
6616
+ Button,
6617
+ {
6618
+ fillMode: "flat",
6619
+ themeColor: "primary",
6620
+ size,
6621
+ rounded: null,
6622
+ children: "2"
6623
+ }
6624
+ ),
6625
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
6626
+ Button,
6627
+ {
6628
+ fillMode: "flat",
6629
+ themeColor: "primary",
6630
+ size,
6631
+ rounded: null,
6632
+ children: "3"
6633
+ }
6634
+ ),
6635
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
6636
+ Button,
6637
+ {
6638
+ fillMode: "flat",
6639
+ themeColor: "primary",
6640
+ size,
6641
+ rounded: null,
6642
+ children: "4"
6643
+ }
6644
+ ),
6645
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
6646
+ Button,
6647
+ {
6648
+ fillMode: "flat",
6649
+ themeColor: "primary",
6650
+ size,
6651
+ rounded: null,
6652
+ children: "5"
6653
+ }
6654
+ ),
6655
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
6656
+ Button,
6657
+ {
6658
+ fillMode: "flat",
6659
+ themeColor: "primary",
6660
+ size,
6661
+ rounded: null,
6662
+ children: "6"
6663
+ }
6664
+ )
6665
+ ]
6666
+ }
6667
+ ),
6668
+ type === "numeric" && /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
6669
+ "select",
6670
+ {
6671
+ className: classNames(
6672
+ "k-picker",
6673
+ "k-picker-solid",
6674
+ "k-dropdown-list",
6675
+ "k-dropdown",
6676
+ "k-rounded-md",
6677
+ optionClassNames("k-picker", {
6678
+ size
6679
+ }),
6680
+ {
6681
+ ["k-hidden"]: !adaptive
6682
+ }
6683
+ ),
6684
+ children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("option", { children: "99" })
6685
+ }
6686
+ ),
6687
+ type === "input" && /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
6688
+ "span",
6689
+ {
6690
+ className: classNames(
6691
+ "k-pager-input"
6692
+ ),
6693
+ children: [
6694
+ !adaptive && /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("span", { children: "Page" }),
6695
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(NumericTextbox, { value: "999", size, showSpinButton: false, showClearButton: false }),
6696
+ !adaptive && /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("span", { children: "of 8" })
6697
+ ]
6698
+ }
6699
+ ),
6700
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
6701
+ Button,
6702
+ {
6703
+ className: classNames(
6704
+ "k-pager-nav"
6705
+ ),
6706
+ fillMode: "flat",
6707
+ size,
6708
+ rounded: null,
6709
+ icon: dir === "rtl" ? "caret-alt-left" : "caret-alt-right"
6710
+ }
6711
+ ),
6712
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
6713
+ Button,
6714
+ {
6715
+ className: classNames(
6716
+ "k-pager-nav",
6717
+ "k-pager-last"
6718
+ ),
6719
+ fillMode: "flat",
6720
+ size,
6721
+ rounded: null,
6722
+ icon: dir === "rtl" ? "caret-alt-to-left" : "caret-alt-to-right"
6723
+ }
6724
+ )
6725
+ ]
6726
+ }
6727
+ ),
6728
+ pageSizes && /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
6729
+ "span",
6730
+ {
6731
+ className: classNames(
6732
+ "k-pager-sizes"
6733
+ ),
6734
+ children: [
6735
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(DropdownList, { value: "99", size }),
6736
+ itemsPerPage && /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("span", { children: "items per page" })
6737
+ ]
6738
+ }
6739
+ ),
6740
+ refresh && /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
6741
+ Button,
6742
+ {
6743
+ className: classNames(
6744
+ "k-pager-refresh"
6745
+ ),
6746
+ fillMode: "flat",
6747
+ size,
6748
+ rounded: null,
6749
+ icon: "arrow-rotate-cw"
6750
+ }
6751
+ ),
6752
+ info && /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
6753
+ "span",
6754
+ {
6755
+ className: classNames(
6756
+ "k-pager-info"
6757
+ ),
6758
+ children: "1 - 20 of 91 items"
6759
+ }
6760
+ )
6761
+ ]
6762
+ }
6763
+ );
6764
+ };
6765
+ Pager.states = states35;
6766
+ Pager.options = options31;
6767
+ Pager.className = PAGER_CLASSNAME;
6768
+ Pager.defaultProps = defaultProps33;
6769
+
6770
+ // src/pager/templates/pager-normal.tsx
6771
+ var import_jsx_runtime103 = require("react/jsx-runtime");
6772
+
6773
+ // src/pager/templates/pager-input.tsx
6774
+ var import_jsx_runtime104 = require("react/jsx-runtime");
6775
+
6776
+ // src/pager/templates/pager-adaptive.tsx
6777
+ var import_jsx_runtime105 = require("react/jsx-runtime");
6778
+
6779
+ // src/pager/templates/pager-adaptive-input.tsx
6780
+ var import_jsx_runtime106 = require("react/jsx-runtime");
6781
+
6782
+ // src/grid/grid-pager.spec.tsx
6783
+ var import_jsx_runtime107 = require("react/jsx-runtime");
6784
+
6785
+ // src/button-group/button-group.spec.tsx
6786
+ var import_jsx_runtime108 = require("react/jsx-runtime");
6787
+ var BUTTONGROUP_CLASSNAME = `k-button-group`;
6788
+ var states36 = [
6789
+ States.disabled
6790
+ ];
6791
+ var options32 = {
6792
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
6793
+ };
6794
+ var defaultProps34 = {
6795
+ fillMode: FillMode.solid
6796
+ };
6797
+ var ButtonGroup = (props) => {
6798
+ const {
6799
+ fillMode = defaultProps34.fillMode,
6800
+ disabled,
6801
+ stretched,
6802
+ ...other
6803
+ } = props;
6804
+ return /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
6805
+ "div",
6806
+ {
6807
+ ...other,
6808
+ className: classNames(
6809
+ props.className,
6810
+ BUTTONGROUP_CLASSNAME,
6811
+ optionClassNames(BUTTONGROUP_CLASSNAME, {
6812
+ fillMode
6813
+ }),
6814
+ stateClassNames(BUTTONGROUP_CLASSNAME, {
6815
+ disabled
6816
+ }),
6817
+ {
6818
+ [`${BUTTONGROUP_CLASSNAME}-stretched`]: stretched
6819
+ }
6820
+ ),
6821
+ children: props.children
6822
+ }
6823
+ );
6824
+ };
6825
+ ButtonGroup.states = states36;
6826
+ ButtonGroup.options = options32;
6827
+ ButtonGroup.className = BUTTONGROUP_CLASSNAME;
6828
+ ButtonGroup.defaultProps = defaultProps34;
6829
+
6830
+ // src/button-group/templates/icon-button-group.tsx
6831
+ var import_jsx_runtime109 = require("react/jsx-runtime");
6832
+
6833
+ // src/button-group/templates/icon-text-button-group.tsx
6834
+ var import_jsx_runtime110 = require("react/jsx-runtime");
6835
+
6836
+ // src/button-group/templates/text-button-group.tsx
6837
+ var import_jsx_runtime111 = require("react/jsx-runtime");
6838
+
6839
+ // src/button-group/templates/mixed-button-group.tsx
6840
+ var import_jsx_runtime112 = require("react/jsx-runtime");
6841
+
6842
+ // src/color-preview/color-preview.tsx
6843
+ var import_jsx_runtime113 = require("react/jsx-runtime");
6844
+ var COLORPREVIEW_CLASSNAME = `k-color-preview`;
6845
+ var states37 = [];
6846
+ var options33 = {};
6847
+ var ColorPreview = (props) => {
6848
+ const {
6849
+ color,
6850
+ iconName,
6851
+ ...other
6852
+ } = props;
6853
+ return /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(
6854
+ "span",
6855
+ {
6856
+ ...other,
6857
+ className: classNames(
6858
+ props.className,
6859
+ COLORPREVIEW_CLASSNAME,
6860
+ {
6861
+ "k-icon-color-preview": iconName,
6862
+ "k-no-color": !color
6863
+ }
6864
+ ),
6865
+ children: [
6866
+ iconName && /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6867
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
6868
+ "span",
6869
+ {
6870
+ className: "k-color-preview-mask",
6871
+ style: { backgroundColor: color }
6872
+ }
6873
+ )
6874
+ ]
6875
+ }
6876
+ );
6877
+ };
6878
+ ColorPreview.states = states37;
6879
+ ColorPreview.options = options33;
6880
+ ColorPreview.className = COLORPREVIEW_CLASSNAME;
6881
+
6882
+ // src/colorpicker/colorpicker.spec.tsx
6883
+ var import_jsx_runtime114 = require("react/jsx-runtime");
6884
+ var COLORPICKER_CLASSNAME = `k-colorpicker`;
6885
+ var states38 = [
6886
+ States.hover,
6887
+ States.focus,
6888
+ States.valid,
6889
+ States.invalid,
6890
+ States.required,
6891
+ States.disabled
6892
+ ];
6893
+ var options34 = {
6894
+ size: [Size.small, Size.medium, Size.large],
6895
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6896
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6897
+ };
6898
+ var defaultProps35 = {
6899
+ arrowIconName: "caret-alt-down",
6900
+ size: Picker.defaultProps.size,
6901
+ rounded: Picker.defaultProps.rounded,
6902
+ fillMode: Picker.defaultProps.fillMode
6903
+ };
6904
+ var ColorPicker = (props) => {
6905
+ const {
6906
+ prefix,
6907
+ suffix,
6908
+ value,
6909
+ placeholder,
6910
+ size,
6911
+ rounded,
6912
+ fillMode,
6913
+ hover,
6914
+ focus,
6915
+ valid,
6916
+ invalid,
6917
+ required,
6918
+ disabled,
6919
+ valueIconName,
6920
+ arrowIconName = defaultProps35.arrowIconName,
6921
+ popup,
6922
+ opened,
6923
+ ...other
6924
+ } = props;
6925
+ return /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(import_jsx_runtime114.Fragment, { children: [
6926
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
6927
+ Picker,
6928
+ {
6929
+ ...other,
6930
+ size,
6931
+ rounded,
6932
+ fillMode,
6933
+ hover,
6934
+ focus,
6935
+ valid,
6936
+ invalid,
6937
+ required,
6938
+ disabled,
6939
+ className: classNames(
6940
+ props.className,
6941
+ COLORPICKER_CLASSNAME,
6942
+ "k-icon-picker"
6943
+ ),
6944
+ children: [
6945
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(InputPrefix, { children: prefix }),
6946
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
6947
+ InputInnerSpan,
6948
+ {
6949
+ placeholder,
6950
+ value,
6951
+ showValue: false,
6952
+ valueIcon: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
6953
+ ColorPreview,
6954
+ {
6955
+ className: "k-value-icon",
6956
+ color: value,
6957
+ iconName: valueIconName
6958
+ }
6959
+ ),
6960
+ valueIconName
6961
+ }
6962
+ ),
6963
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(InputSuffix, { children: suffix }),
6964
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
6965
+ Button,
6966
+ {
6967
+ className: "k-input-button",
6968
+ icon: arrowIconName,
6969
+ rounded: null,
6970
+ size,
6971
+ fillMode
6972
+ }
6973
+ )
6974
+ ]
6975
+ }
6976
+ ),
6977
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(Popup, { className: "k-color-picker-popup", children: popup })
6978
+ ] });
6979
+ };
6980
+ ColorPicker.states = states38;
6981
+ ColorPicker.options = options34;
6982
+ ColorPicker.className = COLORPICKER_CLASSNAME;
6983
+ ColorPicker.defaultProps = defaultProps35;
6984
+
6985
+ // src/colorpicker/templates/colorpicker-normal.tsx
6986
+ var import_jsx_runtime115 = require("react/jsx-runtime");
6987
+
6988
+ // src/action-buttons/action-buttons.spec.tsx
6989
+ var import_jsx_runtime116 = require("react/jsx-runtime");
6990
+ var ACTIONBUTTONS_CLASSNAME = `k-actions`;
6991
+ var states39 = [];
6992
+ var options35 = {};
6993
+ var defaultProps36 = {
6994
+ alignment: "start",
6995
+ orientation: "horizontal"
6996
+ };
6997
+ var ActionButtons = (props) => {
6998
+ const {
6999
+ alignment = defaultProps36.alignment,
7000
+ orientation = defaultProps36.orientation,
7001
+ ...other
7002
+ } = props;
7003
+ return /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7004
+ "div",
7005
+ {
7006
+ ...other,
7007
+ className: classNames(
7008
+ ACTIONBUTTONS_CLASSNAME,
7009
+ {
7010
+ [`${ACTIONBUTTONS_CLASSNAME}-${alignment}`]: alignment,
7011
+ [`${ACTIONBUTTONS_CLASSNAME}-${orientation}`]: orientation
7012
+ },
7013
+ props.className
7014
+ ),
7015
+ children: props.children
7016
+ }
7017
+ );
7018
+ };
7019
+ ActionButtons.states = states39;
7020
+ ActionButtons.options = options35;
7021
+ ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
7022
+ ActionButtons.defaultProps = defaultProps36;
7023
+ var action_buttons_spec_default = ActionButtons;
7024
+
7025
+ // src/slider/slider.spec.tsx
7026
+ var import_jsx_runtime117 = require("react/jsx-runtime");
7027
+ var SLIDER_CLASSNAME = "k-slider";
7028
+ var states40 = [
7029
+ States.hover,
7030
+ States.focus,
7031
+ States.active,
7032
+ States.disabled,
7033
+ States.readonly
7034
+ ];
7035
+ var options36 = {};
7036
+ var defaultProps37 = {
7037
+ type: "single",
7038
+ orientation: "horizontal",
7039
+ readonly: false,
7040
+ disabled: false,
7041
+ handlePosition: "end",
7042
+ showButtons: true,
7043
+ showTicks: true
7044
+ };
7045
+ var Slider = (props) => {
7046
+ const {
7047
+ type = defaultProps37.type,
7048
+ orientation = defaultProps37.orientation,
7049
+ readonly = defaultProps37.readonly,
7050
+ disabled = defaultProps37.disabled,
7051
+ handlePosition = defaultProps37.handlePosition,
7052
+ showButtons = defaultProps37.showButtons,
7053
+ showTicks = defaultProps37.showTicks,
7054
+ hover,
7055
+ focus,
7056
+ active,
7057
+ trackStyle,
7058
+ dir
7059
+ } = props;
7060
+ let iconIncrease;
7061
+ let iconDecrease;
7062
+ if (orientation === "horizontal") {
7063
+ iconIncrease = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
7064
+ iconDecrease = dir === "rtl" ? "caret-alt-right" : "caret-alt-left";
7065
+ } else if (orientation === "vertical") {
7066
+ iconIncrease = "caret-alt-up";
7067
+ iconDecrease = "caret-alt-down";
7068
+ }
7069
+ return /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)("div", { className: classNames(
7070
+ SLIDER_CLASSNAME,
7071
+ props.className,
7072
+ stateClassNames(SLIDER_CLASSNAME, {
7073
+ readonly,
7074
+ disabled
7075
+ }),
7076
+ {
7077
+ [`k-slider-${orientation}`]: orientation,
7078
+ "k-colorgradient-slider": type === "gradient",
7079
+ "k-range-slider": type === "range"
7080
+ }
7081
+ ), dir, children: [
7082
+ showButtons && /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
7083
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)("div", { className: "k-slider-track-wrap", children: [
7084
+ showTicks && /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("ul", { className: "k-reset k-slider-items", children: props.children }),
7085
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)("div", { className: "k-slider-track", style: trackStyle, children: [
7086
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("div", { className: "k-slider-selection" }),
7087
+ type === "range" && /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("span", { className: classNames(
7088
+ "k-draghandle",
7089
+ "k-draghandle-start",
7090
+ stateClassNames(SLIDER_CLASSNAME, {
7091
+ hover,
7092
+ focus,
7093
+ active
7094
+ })
7095
+ ) }),
7096
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)("span", { className: classNames(
7097
+ "k-draghandle",
7098
+ `k-draghandle-${handlePosition}`,
7099
+ stateClassNames(SLIDER_CLASSNAME, {
7100
+ hover,
7101
+ focus,
7102
+ active
7103
+ })
7104
+ ) })
7105
+ ] })
7106
+ ] }),
7107
+ showButtons && /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
7108
+ ] });
7109
+ };
7110
+ Slider.states = states40;
7111
+ Slider.options = options36;
7112
+ Slider.className = SLIDER_CLASSNAME;
7113
+ Slider.defaultProps = defaultProps37;
7114
+
7115
+ // src/slider/slider-tick.tsx
7116
+ var import_jsx_runtime118 = require("react/jsx-runtime");
7117
+ var SLIDER_TICK_CLASSNAME = "k-tick";
7118
+ var states41 = [];
7119
+ var options37 = {};
7120
+ var defaultProps38 = {
7121
+ label: false
7122
+ };
7123
+ var SliderTick = (props) => {
7124
+ const {
7125
+ style,
7126
+ label = defaultProps38.label,
7127
+ orientation,
7128
+ large,
7129
+ text
7130
+ } = props;
7131
+ return /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("li", { className: classNames(
7132
+ props.className,
7133
+ SLIDER_TICK_CLASSNAME,
7134
+ {
7135
+ [`k-tick-${orientation}`]: orientation,
7136
+ "k-tick-large": large
7137
+ }
7138
+ ), style, children: label && /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-label", children: text }) });
7139
+ };
7140
+ SliderTick.states = states41;
7141
+ SliderTick.options = options37;
7142
+ SliderTick.className = SLIDER_TICK_CLASSNAME;
7143
+ SliderTick.defaultProps = defaultProps38;
7144
+
7145
+ // src/slider/templates/slider-normal.tsx
7146
+ var import_jsx_runtime119 = require("react/jsx-runtime");
7147
+
7148
+ // src/slider/templates/slider-vertical.tsx
7149
+ var import_jsx_runtime120 = require("react/jsx-runtime");
7150
+
7151
+ // src/slider/templates/slider-range.tsx
7152
+ var import_jsx_runtime121 = require("react/jsx-runtime");
7153
+
7154
+ // src/slider/templates/slider-range-vertical.tsx
7155
+ var import_jsx_runtime122 = require("react/jsx-runtime");
7156
+
7157
+ // src/slider/templates/slider-gradient.tsx
7158
+ var import_jsx_runtime123 = require("react/jsx-runtime");
7159
+
7160
+ // src/slider/templates/slider-gradient-vertical.tsx
7161
+ var import_jsx_runtime124 = require("react/jsx-runtime");
7162
+ var SliderGradientVertical = (props) => /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
7163
+ Slider,
7164
+ {
7165
+ type: "gradient",
7166
+ orientation: "vertical",
7167
+ showButtons: false,
7168
+ showTicks: false,
7169
+ children: /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)(import_jsx_runtime124.Fragment, { children: [
7170
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(SliderTick, { label: true, large: true, text: "0" }),
7171
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(SliderTick, {}),
7172
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(SliderTick, {}),
7173
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(SliderTick, {}),
7174
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(SliderTick, {}),
7175
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(SliderTick, { label: true, large: true, text: "5" }),
7176
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(SliderTick, {}),
7177
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(SliderTick, {}),
7178
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(SliderTick, {}),
7179
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(SliderTick, {}),
7180
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(SliderTick, { label: true, large: true, text: "10" })
7181
+ ] }),
7182
+ ...props
7183
+ }
7184
+ );
7185
+
7186
+ // src/textbox/textbox.spec.tsx
7187
+ var import_jsx_runtime125 = require("react/jsx-runtime");
7188
+ var TEXTBOX_CLASSNAME = `k-textbox`;
7189
+ var states42 = [
7190
+ States.hover,
7191
+ States.focus,
7192
+ States.valid,
7193
+ States.invalid,
7194
+ States.required,
7195
+ States.disabled,
7196
+ States.loading,
7197
+ States.readonly
7198
+ ];
7199
+ var options38 = {
7200
+ size: [Size.small, Size.medium, Size.large],
7201
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7202
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
7203
+ };
7204
+ var defaultProps39 = {
7205
+ showClearButton: true,
7206
+ size: Input.defaultProps.size,
7207
+ rounded: Input.defaultProps.rounded,
7208
+ fillMode: Input.defaultProps.fillMode
7209
+ };
7210
+ var Textbox = (props) => {
7211
+ const {
7212
+ prefix,
7213
+ suffix,
7214
+ value,
7215
+ placeholder,
7216
+ size,
7217
+ rounded,
7218
+ fillMode,
7219
+ hover,
7220
+ focus,
7221
+ valid,
7222
+ invalid,
7223
+ required,
7224
+ loading,
7225
+ disabled,
7226
+ readonly,
7227
+ showClearButton = defaultProps39.showClearButton,
7228
+ ...other
7229
+ } = props;
7230
+ return /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(
7231
+ Input,
7232
+ {
7233
+ ...other,
7234
+ size,
7235
+ rounded,
7236
+ fillMode,
7237
+ hover,
7238
+ focus,
7239
+ valid,
7240
+ invalid,
7241
+ required,
7242
+ loading,
7243
+ disabled,
7244
+ readonly,
7245
+ className: classNames(props.className, TEXTBOX_CLASSNAME),
7246
+ children: [
7247
+ prefix && /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(import_jsx_runtime125.Fragment, { children: [
7248
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(InputPrefix, { children: prefix }),
7249
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(InputSeparator, {})
7250
+ ] }),
7251
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(InputInnerInput, { placeholder, value }),
7252
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
7253
+ InputValidationIcon,
7254
+ {
7255
+ valid,
7256
+ invalid,
7257
+ loading,
7258
+ disabled
7259
+ }
7260
+ ),
7261
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
7262
+ InputLoadingIcon,
7263
+ {
7264
+ loading,
7265
+ disabled
7266
+ }
7267
+ ),
7268
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
7269
+ InputClearValue,
7270
+ {
7271
+ loading,
7272
+ disabled,
7273
+ readonly,
7274
+ value
7275
+ }
7276
+ ),
7277
+ suffix && /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(import_jsx_runtime125.Fragment, { children: [
7278
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(InputSeparator, {}),
7279
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(InputSuffix, { children: suffix })
7280
+ ] })
7281
+ ]
7282
+ }
7283
+ );
7284
+ };
7285
+ Textbox.states = states42;
7286
+ Textbox.options = options38;
7287
+ Textbox.className = TEXTBOX_CLASSNAME;
7288
+ Textbox.defaultProps = defaultProps39;
7289
+
7290
+ // src/textbox/templates/textbox-normal.tsx
7291
+ var import_jsx_runtime126 = require("react/jsx-runtime");
7292
+
7293
+ // src/textbox/templates/textbox-prefix.tsx
7294
+ var import_jsx_runtime127 = require("react/jsx-runtime");
7295
+
7296
+ // src/textbox/templates/textbox-suffix.tsx
7297
+ var import_jsx_runtime128 = require("react/jsx-runtime");
7298
+
7299
+ // src/colorgradient/color-input.tsx
7300
+ var import_jsx_runtime129 = require("react/jsx-runtime");
7301
+ var COLOR_INPUT_CLASSNAME = "k-colorgradient-inputs";
7302
+ var states43 = [];
7303
+ var options39 = {};
7304
+ var defaultProps40 = {
7305
+ mode: "rgba"
7306
+ };
7307
+ var ColorInput = (props) => {
7308
+ const {
7309
+ mode = defaultProps40.mode
7310
+ } = props;
7311
+ return /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("div", { className: classNames(COLOR_INPUT_CLASSNAME, "k-hstack"), children: [
7312
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("div", { className: "k-vstack", children: /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(Button, { fillMode: "flat", icon: "caret-alt-expand", className: "k-colorgradient-toggle-mode" }) }),
7313
+ mode === "rgba" && /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(import_jsx_runtime129.Fragment, { children: [
7314
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("div", { className: "k-vstack", children: [
7315
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7316
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
7317
+ ] }),
7318
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("div", { className: "k-vstack", children: [
7319
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7320
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
7321
+ ] }),
7322
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("div", { className: "k-vstack", children: [
7323
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7324
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
7325
+ ] }),
7326
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("div", { className: "k-vstack", children: [
7327
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
7328
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
7329
+ ] })
7330
+ ] }),
7331
+ mode === "rgb" && /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(import_jsx_runtime129.Fragment, { children: [
7332
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("div", { className: "k-vstack", children: [
7333
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7334
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
7335
+ ] }),
7336
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("div", { className: "k-vstack", children: [
7337
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7338
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
7339
+ ] }),
7340
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("div", { className: "k-vstack", children: [
7341
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7342
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
7343
+ ] })
7344
+ ] }),
7345
+ mode === "hsva" && /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(import_jsx_runtime129.Fragment, { children: [
7346
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("div", { className: "k-vstack", children: [
7347
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7348
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
7349
+ ] }),
7350
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("div", { className: "k-vstack", children: [
7351
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7352
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
7353
+ ] }),
7354
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("div", { className: "k-vstack", children: [
7355
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7356
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
7357
+ ] }),
7358
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("div", { className: "k-vstack", children: [
7359
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
7360
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
7361
+ ] })
7362
+ ] }),
7363
+ mode === "hsv" && /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(import_jsx_runtime129.Fragment, { children: [
7364
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("div", { className: "k-vstack", children: [
7365
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7366
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
7367
+ ] }),
7368
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("div", { className: "k-vstack", children: [
7369
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7370
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
7371
+ ] }),
7372
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("div", { className: "k-vstack", children: [
7373
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7374
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
7375
+ ] })
7376
+ ] }),
7377
+ mode === "hex" && /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(import_jsx_runtime129.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)("div", { className: "k-vstack k-flex-1", children: [
7378
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)(Textbox, { showClearButton: false, value: "#b88484AA", className: "k-hex-value" }),
7379
+ /* @__PURE__ */ (0, import_jsx_runtime129.jsx)("label", { className: "k-colorgradient-input-label", children: "HEX" })
7380
+ ] }) })
7381
+ ] });
7382
+ };
7383
+ ColorInput.states = states43;
7384
+ ColorInput.options = options39;
7385
+ ColorInput.className = COLOR_INPUT_CLASSNAME;
7386
+ ColorInput.defaultProps = defaultProps40;
7387
+
7388
+ // src/colorgradient/color-contrast.tsx
7389
+ var import_jsx_runtime130 = require("react/jsx-runtime");
7390
+ var COLOR_CONTRAST_CLASSNAME = "k-colorgradient-color-contrast";
7391
+ var states44 = [];
7392
+ var options40 = {};
7393
+ var defaultProps41 = {};
7394
+ var ColorContrast = () => /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: classNames(COLOR_CONTRAST_CLASSNAME, "k-vbox"), children: [
7395
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-contrast-ratio", children: [
7396
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-contrast-ratio-text", children: "Contrast ratio: 7.1" }),
7397
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
7398
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Icon, { icon: "check" }),
7399
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Icon, { icon: "check" })
7400
+ ] })
7401
+ ] }),
7402
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { children: [
7403
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "AA: 4.5" }),
7404
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
7405
+ "Pass",
7406
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Icon, { icon: "check" })
7407
+ ] })
7408
+ ] }),
7409
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { children: [
7410
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "AAA: 7.0" }),
7411
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("span", { className: "k-contrast-validation !k-text-error", children: [
7412
+ "Fail",
7413
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Icon, { icon: "x" })
7414
+ ] })
7415
+ ] })
7416
+ ] });
7417
+ ColorContrast.states = states44;
7418
+ ColorContrast.options = options40;
7419
+ ColorContrast.className = COLOR_CONTRAST_CLASSNAME;
7420
+ ColorContrast.defaultProps = defaultProps41;
7421
+
7422
+ // src/colorgradient/color-gradient.spec.tsx
7423
+ var import_jsx_runtime131 = require("react/jsx-runtime");
7424
+ var COLOR_GRADIENT_CLASSNAME = "k-colorgradient";
7425
+ var states45 = [
7426
+ States.hover,
7427
+ States.focus,
7428
+ States.readonly,
7429
+ States.disabled
7430
+ ];
7431
+ var options41 = {};
7432
+ var defaultProps42 = {
7433
+ mode: "rgba",
7434
+ readonly: false,
7435
+ disabled: false,
7436
+ contrast: false,
7437
+ gradientStyle: { background: "rgb(255, 0, 0 )" },
7438
+ dragHandleStyle: { top: "50px", left: "73px" },
7439
+ alphaStyle: { background: "linear-gradient(to top, transparent, rgb(255, 0, 0))" }
7440
+ };
7441
+ var ColorGradient = (props) => {
7442
+ const {
7443
+ mode = defaultProps42.mode,
7444
+ readonly = defaultProps42.readonly,
7445
+ disabled = defaultProps42.disabled,
7446
+ dir,
7447
+ contrast = defaultProps42.contrast,
7448
+ hover,
7449
+ focus,
7450
+ hoverHandle,
7451
+ focusHandle,
7452
+ gradientStyle = defaultProps42.gradientStyle,
7453
+ dragHandleStyle = defaultProps42.dragHandleStyle,
7454
+ alphaStyle = defaultProps42.alphaStyle
7455
+ } = props;
7456
+ return /* @__PURE__ */ (0, import_jsx_runtime131.jsxs)("div", { className: classNames(
7457
+ props.className,
7458
+ COLOR_GRADIENT_CLASSNAME,
7459
+ stateClassNames(COLOR_GRADIENT_CLASSNAME, {
7460
+ hover,
7461
+ focus,
7462
+ readonly,
7463
+ disabled
7464
+ })
7465
+ ), dir, children: [
7466
+ /* @__PURE__ */ (0, import_jsx_runtime131.jsxs)("div", { className: "k-colorgradient-canvas k-hstack", children: [
7467
+ /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("div", { className: "k-hsv-rectangle", style: gradientStyle, children: /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("div", { className: "k-hsv-gradient", children: /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("div", { className: classNames(
7468
+ "k-hsv-draghandle",
7469
+ "k-draghandle",
7470
+ {
7471
+ "k-hover": hoverHandle,
7472
+ "k-focus": focusHandle
7473
+ }
7474
+ ), style: dragHandleStyle }) }) }),
7475
+ /* @__PURE__ */ (0, import_jsx_runtime131.jsxs)("div", { className: "k-hsv-controls k-hstack", children: [
7476
+ /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(SliderGradientVertical, { className: "k-hue-slider", hover: hoverHandle, focus: focusHandle }),
7477
+ mode !== "rgb" && mode !== "hsv" && /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(SliderGradientVertical, { className: "k-alpha-slider", hover: hoverHandle, focus: focusHandle, trackStyle: alphaStyle })
7478
+ ] })
7479
+ ] }),
7480
+ /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(ColorInput, { mode: props.mode }),
7481
+ contrast && /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(ColorContrast, {})
7482
+ ] });
7483
+ };
7484
+ ColorGradient.states = states45;
7485
+ ColorGradient.options = options41;
7486
+ ColorGradient.className = COLOR_GRADIENT_CLASSNAME;
7487
+ ColorGradient.defaultProps = defaultProps42;
7488
+
7489
+ // src/colorgradient/templates/colorgradient-normal.tsx
7490
+ var import_jsx_runtime132 = require("react/jsx-runtime");
7491
+
7492
+ // src/colorgradient/templates/colorgradient-contrast.tsx
7493
+ var import_jsx_runtime133 = require("react/jsx-runtime");
7494
+
7495
+ // src/colorpalette/colorpalette-row.tsx
7496
+ var import_jsx_runtime134 = require("react/jsx-runtime");
7497
+ var ColorPaletteRow = (props) => /* @__PURE__ */ (0, import_jsx_runtime134.jsx)("tr", { children: props.children });
7498
+
7499
+ // src/colorpalette/colorpalette-tile.tsx
7500
+ var import_jsx_runtime135 = require("react/jsx-runtime");
7501
+ var COLORPALETTETILE_CLASSNAME = `k-colorpalette-tile`;
7502
+ var states46 = [
7503
+ States.hover,
7504
+ States.focus,
7505
+ States.selected
7506
+ ];
7507
+ var options42 = {};
7508
+ var ColorPaletteTile = (props) => {
7509
+ const {
7510
+ color,
7511
+ tileSize,
7512
+ hover,
7513
+ focus,
7514
+ selected,
7515
+ ...other
7516
+ } = props;
7517
+ const styles = {
7518
+ "background-color": color,
7519
+ "width": tileSize ? tileSize + "px" : "",
7520
+ "height": tileSize ? tileSize + "px" : ""
7521
+ };
7522
+ return /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
7523
+ "td",
7524
+ {
7525
+ ...other,
7526
+ className: classNames(
7527
+ props.className,
7528
+ COLORPALETTETILE_CLASSNAME,
7529
+ stateClassNames(COLORPALETTETILE_CLASSNAME, {
7530
+ hover,
7531
+ focus,
7532
+ selected
7533
+ })
7534
+ ),
7535
+ style: styles
7536
+ }
7537
+ );
7538
+ };
7539
+ ColorPaletteTile.states = states46;
7540
+ ColorPaletteTile.options = options42;
7541
+ ColorPaletteTile.className = COLORPALETTETILE_CLASSNAME;
7542
+
7543
+ // src/colorpalette/colorpalette.spec.tsx
7544
+ var import_jsx_runtime136 = require("react/jsx-runtime");
7545
+ var COLORPALETTE_CLASSNAME = `k-colorpalette`;
7546
+ var states47 = [
7547
+ States.disabled
7548
+ ];
7549
+ var options43 = {};
7550
+ var defaultProps43 = {
7551
+ columns: 10
7552
+ };
7553
+ var ColorPalette = (props) => {
7554
+ const {
7555
+ palette,
7556
+ columns = defaultProps43.columns,
7557
+ tileSize,
7558
+ disabled,
7559
+ ...other
7560
+ } = props;
7561
+ const newChildren = [];
7562
+ if (palette) {
7563
+ const cols = columns || palette.columns;
7564
+ const colors = palette.colors ? palette.colors : palette;
7565
+ if (Array.isArray(colors)) {
7566
+ Array.from({ length: Math.ceil(colors.length / cols) }, (_, i) => {
7567
+ const items = [];
7568
+ colors.slice(i * cols, (i + 1) * cols).map((color) => {
7569
+ items.push(/* @__PURE__ */ (0, import_jsx_runtime136.jsx)(ColorPaletteTile, { color, tileSize }));
7570
+ });
7571
+ const row = /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(ColorPaletteRow, { children: items });
7572
+ newChildren.push(row);
7573
+ });
7574
+ }
7575
+ }
7576
+ return /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
7577
+ "div",
7578
+ {
7579
+ ...other,
7580
+ className: classNames(
7581
+ props.className,
7582
+ COLORPALETTE_CLASSNAME,
7583
+ stateClassNames(COLORPALETTE_CLASSNAME, {
7584
+ disabled
7585
+ })
7586
+ ),
7587
+ children: /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("table", { className: "k-colorpalette-table", children: newChildren.length > 0 ? newChildren : props.children })
7588
+ }
7589
+ );
7590
+ };
7591
+ ColorPalette.states = states47;
7592
+ ColorPalette.options = options43;
7593
+ ColorPalette.className = COLORPALETTE_CLASSNAME;
7594
+ ColorPalette.defaultProps = defaultProps43;
7595
+
7596
+ // src/colorpalette/templates/colorpalette-normal.tsx
7597
+ var import_jsx_runtime137 = require("react/jsx-runtime");
7598
+
7599
+ // src/colorpalette/colorpalette-presets.tsx
7600
+ var PALETTEPRESETS = {
7601
+ basic: {
7602
+ colors: ["#000000", "#7f7f7f", "#880015", "#ed1c24", "#ff7f27", "#fff200", "#22b14c", "#00a2e8", "#3f48cc", "#a349a4", "#ffffff", "#c3c3c3", "#b97a57", "#ffaec9", "#ffc90e", "#efe4b0", "#b5e61d", "#99d9ea", "#7092be", "#c8bfe7"],
7603
+ columns: 10
7604
+ },
7605
+ office: {
7606
+ colors: ["#ffffff", "#000000", "#e6e6e6", "#435569", "#4371c4", "#ed7e32", "#a5a4a5", "#febf04", "#5a9bd5", "#71ae48", "#f2f2f3", "#7f7f7f", "#d1cece", "#d5dde3", "#dae1f4", "#fce5d4", "#deeded", "#fff2cc", "#deeaf6", "#e1efd9", "#d7d8d8", "#585959", "#aeabab", "#adbaca", "#b4c5e7", "#f6caac", "#dbdbdb", "#ffe498", "#bcd6ee", "#c5e0b2", "#bfbfc0", "#3f3f3f", "#767070", "#8595b1", "#8fabdb", "#f5b183", "#c9c8c9", "#fed965", "#9bc4e5", "#a8d08d", "#a5a5a6", "#262625", "#393939", "#334050", "#2e5496", "#c45a11", "#7b7b7a", "#bf9000", "#2f75b5", "#548235", "#7f7f7f", "#0b0c0c", "#161616", "#222a34", "#203764", "#843d0b", "#525252", "#7f6000", "#1d4d79", "#375623"],
7607
+ columns: 10
7608
+ },
7609
+ apex: {
7610
+ colors: ["#ffffff", "#000000", "#c9c2d1", "#69676d", "#ceb966", "#9cb084", "#6bb1c9", "#6585cf", "#7e6bc9", "#a379bb", "#f2f2f2", "#7f7f7f", "#f4f2f5", "#e0e0e2", "#f5f1e0", "#ebefe6", "#e1eff4", "#e0e6f5", "#e5e1f4", "#ece4f1", "#d8d8d8", "#595959", "#e9e6ec", "#c2c1c5", "#ebe3c1", "#d7dfcd", "#c3dfe9", "#c1ceeb", "#cbc3e9", "#dac9e3", "#bfbfbf", "#3f3f3f", "#dedae3", "#a4a3a8", "#e1d5a3", "#c3cfb5", "#a6d0de", "#a2b5e2", "#b1a6de", "#c7aed6", "#a5a5a5", "#262626", "#9688a5", "#4e4d51", "#ae9638", "#758c5a", "#3d8da9", "#365bb0", "#533da9", "#7d4d99", "#7f7f7f", "#0c0c0c", "#635672", "#343336", "#746425", "#4e5d3c", "#295e70", "#243c75", "#372970", "#533366"],
7611
+ columns: 10
7612
+ },
7613
+ austin: {
7614
+ colors: ["#ffffff", "#000000", "#caf278", "#3e3d2d", "#94c600", "#71685a", "#ff6700", "#909465", "#956b43", "#fea022", "#f2f2f2", "#7f7f7f", "#f4fce4", "#dddcd0", "#efffc0", "#e3e1dc", "#ffe0cb", "#e8e9df", "#ece1d6", "#feecd2", "#d8d8d8", "#595959", "#e9f9c9", "#bbb9a1", "#dfff82", "#c8c3ba", "#ffc299", "#d2d4c0", "#dac3ad", "#fed9a6", "#bfbfbf", "#3f3f3f", "#dff7ae", "#ada598", "#cfff43", "#ada598", "#ffa365", "#bcbfa1", "#c8a585", "#fec67a", "#a5a5a5", "#262626", "#a9ea25", "#2e2d21", "#6f9400", "#544e43", "#bf4d00", "#6c6f4b", "#6f5032", "#d77b00", "#7f7f7f", "#0c0c0c", "#74a50f", "#1f1e16", "#4a6300", "#38342d", "#7f3300", "#484a32", "#4a3521", "#8f5200"],
7615
+ columns: 10
7616
+ },
7617
+ clarity: {
7618
+ colors: ["#ffffff", "#292934", "#f3f2dc", "#d2533c", "#93a299", "#ad8f67", "#726056", "#4c5a6a", "#808da0", "#79463d", "#f2f2f2", "#e7e7ec", "#e7e5b9", "#f6dcd8", "#e9ecea", "#eee8e0", "#e4dedb", "#d8dde3", "#e5e8ec", "#e9d6d3", "#d8d8d8", "#c4c4d1", "#d5d185", "#edbab1", "#d3d9d6", "#ded2c2", "#c9beb8", "#b2bcc8", "#ccd1d9", "#d3aea7", "#bfbfbf", "#8a8aa3", "#aca73b", "#e4978a", "#bec7c1", "#cdbba3", "#af9e94", "#8c9bac", "#b2bac6", "#bd857c", "#a5a5a5", "#56566e", "#56531d", "#a43925", "#6b7c72", "#866b48", "#554840", "#39434f", "#5c697b", "#5a342d", "#7f7f7f", "#3b3b4b", "#22210b", "#6d2619", "#47534c", "#594730", "#39302b", "#262d35", "#3d4652", "#3c231e"],
7619
+ columns: 10
7620
+ },
7621
+ slipstream: {
7622
+ colors: ["#ffffff", "#000000", "#b4dcfa", "#212745", "#4e67c8", "#5eccf3", "#a7ea52", "#5dceaf", "#ff8021", "#f14124", "#f2f2f2", "#7f7f7f", "#8bc9f7", "#c7cce4", "#dbe0f4", "#def4fc", "#edfadc", "#def5ef", "#ffe5d2", "#fcd9d3", "#d8d8d8", "#595959", "#4facf3", "#909aca", "#b8c2e9", "#beeafa", "#dbf6b9", "#beebdf", "#ffcca6", "#f9b3a7", "#bfbfbf", "#3f3f3f", "#0d78c9", "#5967af", "#94a3de", "#9ee0f7", "#caf297", "#9de1cf", "#ffb279", "#f68d7b", "#a5a5a5", "#262626", "#063c64", "#181d33", "#31479f", "#11b2eb", "#81d319", "#34ac8b", "#d85c00", "#c3260c", "#7f7f7f", "#0c0c0c", "#021828", "#101322", "#202f6a", "#0b769c", "#568c11", "#22725c", "#903d00", "#821908"],
7623
+ columns: 10
7624
+ },
7625
+ metro: {
7626
+ colors: ["#ffffff", "#000000", "#d6ecff", "#4e5b6f", "#7fd13b", "#ea157a", "#feb80a", "#00addc", "#738ac8", "#1ab39f", "#f2f2f2", "#7f7f7f", "#a7d6ff", "#d9dde4", "#e5f5d7", "#fad0e4", "#fef0cd", "#c5f2ff", "#e2e7f4", "#c9f7f1", "#d8d8d8", "#595959", "#60b5ff", "#b3bcca", "#cbecb0", "#f6a1c9", "#fee29c", "#8be6ff", "#c7d0e9", "#94efe3", "#bfbfbf", "#3f3f3f", "#007dea", "#8d9baf", "#b2e389", "#f272af", "#fed46b", "#51d9ff", "#aab8de", "#5fe7d5", "#a5a5a5", "#262626", "#003e75", "#3a4453", "#5ea226", "#af0f5b", "#c58c00", "#0081a5", "#425ea9", "#138677", "#7f7f7f", "#0c0c0c", "#00192e", "#272d37", "#3f6c19", "#750a3d", "#835d00", "#00566e", "#2c3f71", "#0c594f"],
7627
+ columns: 10
7628
+ },
7629
+ flow: {
7630
+ colors: ["#ffffff", "#000000", "#dbf5f9", "#04617b", "#0f6fc6", "#009dd9", "#0bd0d9", "#10cf9b", "#7cca62", "#a5c249", "#f2f2f2", "#7f7f7f", "#b2e9f2", "#b4ecfc", "#c7e2fa", "#c4eeff", "#c9fafc", "#c9faed", "#e4f4df", "#edf2da", "#d8d8d8", "#595959", "#76d9e8", "#6adafa", "#90c6f6", "#89deff", "#93f5f9", "#94f6db", "#cae9c0", "#dbe6b6", "#bfbfbf", "#3f3f3f", "#21b2c8", "#20c8f7", "#59a9f2", "#4fceff", "#5df0f6", "#5ff2ca", "#b0dfa0", "#c9da91", "#a5a5a5", "#262626", "#105964", "#02485c", "#0b5394", "#0075a2", "#089ca2", "#0b9b74", "#54a838", "#7e9532", "#7f7f7f", "#0c0c0c", "#062328", "#01303d", "#073763", "#004e6c", "#05686c", "#07674d", "#387025", "#546321"],
7631
+ columns: 10
7632
+ },
7633
+ hardcover: {
7634
+ colors: ["#ffffff", "#000000", "#ece9c6", "#895d1d", "#873624", "#d6862d", "#d0be40", "#877f6c", "#972109", "#aeb795", "#f2f2f2", "#7f7f7f", "#e1dca5", "#f2e0c6", "#f0d0c9", "#f6e6d5", "#f5f2d8", "#e7e5e1", "#fbc7bc", "#eef0e9", "#d8d8d8", "#595959", "#d0c974", "#e6c28d", "#e2a293", "#eeceaa", "#ece5b2", "#cfccc3", "#f78f7a", "#dee2d4", "#bfbfbf", "#3f3f3f", "#a29a36", "#daa454", "#d4735e", "#e6b681", "#e2d88c", "#b7b2a5", "#f35838", "#ced3bf", "#a5a5a5", "#262626", "#514d1b", "#664515", "#65281a", "#a2641f", "#a39428", "#655f50", "#711806", "#879464", "#7f7f7f", "#0c0c0c", "#201e0a", "#442e0e", "#431b11", "#6c4315", "#6d621a", "#433f35", "#4b1004", "#5a6243"],
7635
+ columns: 10
7636
+ },
7637
+ trek: {
7638
+ colors: ["#ffffff", "#000000", "#fbeec9", "#4e3b30", "#f0a22e", "#a5644e", "#b58b80", "#c3986d", "#a19574", "#c17529", "#f2f2f2", "#7f7f7f", "#f7e09e", "#e1d6cf", "#fcecd5", "#eddfda", "#f0e7e5", "#f3eae1", "#ece9e3", "#f5e3d1", "#d8d8d8", "#595959", "#f3cc5f", "#c4ad9f", "#f9d9ab", "#dcc0b6", "#e1d0cc", "#e7d5c4", "#d9d4c7", "#ebc7a3", "#bfbfbf", "#3f3f3f", "#d29f0f", "#a78470", "#f6c781", "#cba092", "#d2b9b2", "#dbc1a7", "#c6bfab", "#e1ac76", "#a5a5a5", "#262626", "#694f07", "#3a2c24", "#c87d0e", "#7b4b3a", "#926255", "#a17242", "#7b7153", "#90571e", "#7f7f7f", "#0c0c0c", "#2a1f03", "#271d18", "#855309", "#523226", "#614138", "#6b4c2c", "#524b37", "#603a14"],
7639
+ columns: 10
7640
+ },
7641
+ verve: {
7642
+ colors: ["#ffffff", "#000000", "#d2d2d2", "#666666", "#ff388c", "#e40059", "#9c007f", "#68007f", "#005bd3", "#00349e", "#f2f2f2", "#7f7f7f", "#bdbdbd", "#e0e0e0", "#ffd7e8", "#ffc6dc", "#ffb8f1", "#f1b2ff", "#c3dcff", "#b8cfff", "#d8d8d8", "#595959", "#9d9d9d", "#c1c1c1", "#ffafd1", "#ff8eba", "#ff71e4", "#e365ff", "#87baff", "#72a0ff", "#bfbfbf", "#3f3f3f", "#696969", "#a3a3a3", "#ff87ba", "#ff5597", "#ff2ad7", "#d519ff", "#4b98ff", "#2b71ff", "#a5a5a5", "#262626", "#343434", "#4c4c4c", "#e90062", "#ab0042", "#75005f", "#4e005f", "#00449e", "#002676", "#7f7f7f", "#0c0c0c", "#151515", "#333333", "#9b0041", "#72002c", "#4e003f", "#34003f", "#002d69", "#00194f"],
7643
+ columns: 10
7644
+ },
7645
+ monochrome: {
7646
+ colors: ["#000000", "#1a1a1a", "#333333", "#4d4d4d", "#666666", "#808080", "#999999", "#b3b3b3", "#cccccc", "#e6e6e6", "#f2f2f2", "#ffffff"],
7647
+ columns: 12
7648
+ }
7649
+ };
7650
+
7651
+ // src/coloreditor/color-editor.spec.tsx
7652
+ var import_jsx_runtime138 = require("react/jsx-runtime");
7653
+ var COLOREDITOR_CLASSNAME = "k-coloreditor";
7654
+ var states48 = [
7655
+ States.focus
7656
+ ];
7657
+ var options44 = {};
7658
+ var defaultProps44 = {
7659
+ view: "gradient",
7660
+ currentColor: "fuchsia",
7661
+ palette: PALETTEPRESETS.office
7662
+ };
7663
+ var ColorEditor = (props) => {
7664
+ const {
7665
+ view = defaultProps44.view,
7666
+ color,
7667
+ currentColor = defaultProps44.currentColor,
7668
+ focus,
7669
+ focusView,
7670
+ dir,
7671
+ group,
7672
+ palette = defaultProps44.palette
7673
+ } = props;
7674
+ return /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("div", { className: classNames(
7675
+ props.className,
7676
+ "k-flatcolorpicker",
7677
+ COLOREDITOR_CLASSNAME,
7678
+ stateClassNames(COLOREDITOR_CLASSNAME, { focus })
7679
+ ), dir, children: [
7680
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("div", { className: "k-coloreditor-header k-hstack", children: [
7681
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { className: "k-coloreditor-header-actions k-hstack", children: group && /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)(ButtonGroup, { children: [
7682
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Button, { fillMode: "flat", icon: "droplet-slider", selected: view === "gradient" }),
7683
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Button, { fillMode: "flat", icon: "palette", selected: view === "palette" })
7684
+ ] }) }),
7685
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { className: "k-spacer" }),
7686
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("div", { className: "k-coloreditor-header-actions k-hstack", children: [
7687
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Button, { fillMode: "flat", icon: "droplet-slash" }),
7688
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("div", { className: "k-coloreditor-preview k-vstack", children: [
7689
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(ColorPreview, { className: "k-coloreditor-preview-color", color }),
7690
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(ColorPreview, { className: "k-coloreditor-current-color", color: currentColor })
7691
+ ] })
7692
+ ] })
7693
+ ] }),
7694
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { className: "k-coloreditor-views k-vstack", children: view === "gradient" ? /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(ColorGradient, { focus: focusView }) : /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(ColorPalette, { palette }) }),
7695
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)(ActionButtons, { className: "k-coloreditor-footer", alignment: "end", children: [
7696
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Button, { className: "k-coloreditor-cancel", children: "Cancel" }),
7697
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Button, { themeColor: "primary", className: "k-coloreditor-apply", children: "Apply" })
7698
+ ] })
7699
+ ] });
7700
+ };
7701
+ ColorEditor.states = states48;
7702
+ ColorEditor.options = options44;
7703
+ ColorEditor.className = COLOREDITOR_CLASSNAME;
7704
+ ColorEditor.defaultProps = defaultProps44;
7705
+
7706
+ // src/coloreditor/templates/coloreditor-normal.tsx
7707
+ var import_jsx_runtime139 = require("react/jsx-runtime");
7708
+
7709
+ // src/coloreditor/templates/coloreditor-palette.tsx
7710
+ var import_jsx_runtime140 = require("react/jsx-runtime");
7711
+
7712
+ // src/coloreditor/templates/coloreditor-group.tsx
7713
+ var import_jsx_runtime141 = require("react/jsx-runtime");
7714
+
7715
+ // src/coloreditor/templates/coloreditor-palette-group.tsx
7716
+ var import_jsx_runtime142 = require("react/jsx-runtime");
7717
+
7718
+ // src/colorpicker/templates/colorpicker-popup-gradient.tsx
7719
+ var import_jsx_runtime143 = require("react/jsx-runtime");
7720
+
7721
+ // src/colorpicker/templates/colorpicker-popup-palette.tsx
7722
+ var import_jsx_runtime144 = require("react/jsx-runtime");
7723
+
7724
+ // src/action-sheet/action-sheet.spec.tsx
7725
+ var import_jsx_runtime145 = require("react/jsx-runtime");
7726
+ var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
7727
+ var states49 = [];
7728
+ var options45 = {};
7729
+ var defaultProps45 = {
7730
+ side: "bottom",
7731
+ fullscreen: false,
7732
+ adaptive: false,
7733
+ overlay: true
7734
+ };
7735
+ var ActionSheet = (props) => {
7736
+ const {
7737
+ children,
7738
+ title,
7739
+ header,
7740
+ footer,
7741
+ actions,
7742
+ side = defaultProps45.side,
7743
+ fullscreen = defaultProps45.fullscreen,
7744
+ adaptive = defaultProps45.adaptive,
7745
+ overlay = defaultProps45.overlay,
7746
+ ...other
7747
+ } = props;
7748
+ const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
7749
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
7750
+ const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
7751
+ switch (child.type) {
7752
+ case ActionSheetHeader:
7753
+ case ActionSheetFooter:
7754
+ return false;
7755
+ default:
7756
+ return true;
7757
+ }
7758
+ return true;
7759
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(import_jsx_runtime145.Fragment, {});
7760
+ return /* @__PURE__ */ (0, import_jsx_runtime145.jsxs)("div", { className: "k-actionsheet-container", children: [
7761
+ overlay && /* @__PURE__ */ (0, import_jsx_runtime145.jsx)("div", { className: "k-overlay" }),
7762
+ /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
7763
+ AnimationContainer,
7764
+ {
7765
+ animationStyle: {
7766
+ [`${fullscreen === true ? "top" : side}`]: 0,
7767
+ [`${fullscreen === true ? "width" : null}`]: "100%",
7768
+ [`${fullscreen === true ? "height" : null}`]: "100%",
7769
+ [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
7770
+ [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
7771
+ },
7772
+ children: /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
7773
+ "div",
7774
+ {
7775
+ ...other,
7776
+ className: classNames(
7777
+ props.className,
7778
+ ACTIONSHEET_CLASSNAME,
7779
+ {
7780
+ [`k-actionsheet-${side}`]: fullscreen === false,
7781
+ "k-actionsheet-fullscreen": fullscreen === true,
7782
+ "k-adaptive-actionsheet": adaptive
7783
+ }
7784
+ ),
7785
+ children: /* @__PURE__ */ (0, import_jsx_runtime145.jsxs)(import_jsx_runtime145.Fragment, { children: [
7786
+ _ActionSheetHeader,
7787
+ /* @__PURE__ */ (0, import_jsx_runtime145.jsx)("div", { className: classNames(
7788
+ "k-actionsheet-content",
7789
+ {
7790
+ "!k-overflow-hidden": adaptive
7791
+ }
7792
+ ), children: _ActionSheetContent }),
7793
+ _ActionSheetFooter
7794
+ ] })
7795
+ }
7796
+ )
7797
+ }
7798
+ )
7799
+ ] });
7800
+ };
7801
+ ActionSheet.states = states49;
7802
+ ActionSheet.options = options45;
7803
+ ActionSheet.className = ACTIONSHEET_CLASSNAME;
7804
+ ActionSheet.defaultProps = defaultProps45;
7805
+
7806
+ // src/action-sheet/actionsheet-header.tsx
7807
+ var import_jsx_runtime146 = require("react/jsx-runtime");
7808
+ var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
7809
+ var ActionSheetHeader = (props) => {
7810
+ const {
7811
+ title,
7812
+ subTitle,
7813
+ actions,
7814
+ filter,
7815
+ ...other
7816
+ } = props;
7817
+ return /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
7818
+ "div",
7819
+ {
7820
+ ...other,
7821
+ className: classNames(
7822
+ props.className,
7823
+ ACTIONSHEETHEADER_CLASSNAME
7824
+ ),
7825
+ children: /* @__PURE__ */ (0, import_jsx_runtime146.jsxs)(import_jsx_runtime146.Fragment, { children: [
7826
+ /* @__PURE__ */ (0, import_jsx_runtime146.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
7827
+ !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(import_jsx_runtime146.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime146.jsxs)("div", { className: "k-actionsheet-title", children: [
7828
+ title !== "" && /* @__PURE__ */ (0, import_jsx_runtime146.jsx)("div", { className: "k-text-center", children: title }),
7829
+ subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime146.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
7830
+ ] }) }),
7831
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime146.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
7832
+ actions && /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(import_jsx_runtime146.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime146.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
7833
+ ] }),
7834
+ filter && /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(import_jsx_runtime146.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime146.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
7835
+ ] })
7836
+ }
7837
+ );
7838
+ };
7839
+
7840
+ // src/action-sheet/actionsheet-footer.tsx
7841
+ var import_jsx_runtime147 = require("react/jsx-runtime");
7842
+ var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
7843
+ var ActionSheetFooter = (props) => {
7844
+ const {
7845
+ actions,
7846
+ ...other
7847
+ } = props;
7848
+ return /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
7849
+ action_buttons_spec_default,
7850
+ {
7851
+ ...other,
7852
+ className: classNames(
7853
+ props.className,
7854
+ ACTIONSHEETFOOTER_CLASSNAME
7855
+ ),
7856
+ alignment: "stretched",
7857
+ children: /* @__PURE__ */ (0, import_jsx_runtime147.jsxs)(import_jsx_runtime147.Fragment, { children: [
7858
+ actions && actions.map((action, index) => {
7859
+ if (action === "|") {
7860
+ return /* @__PURE__ */ (0, import_jsx_runtime147.jsx)("span", { className: "k-separator" }, index);
7861
+ }
7862
+ if (action === " ") {
7863
+ return /* @__PURE__ */ (0, import_jsx_runtime147.jsx)("span", { className: "k-spacer" }, index);
7864
+ }
7865
+ const importantFlag = action.startsWith("!");
7866
+ const actionName = importantFlag ? action.substring(1) : action;
7867
+ return /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
7868
+ }),
7869
+ !actions && props.children
7870
+ ] })
7871
+ }
7872
+ );
7873
+ };
7874
+
7875
+ // src/action-sheet/actionsheet-items.tsx
7876
+ var import_jsx_runtime148 = require("react/jsx-runtime");
7877
+ var ActionSheetItems = (props) => {
7878
+ const {
7879
+ ...other
7880
+ } = props;
7881
+ return /* @__PURE__ */ (0, import_jsx_runtime148.jsx)(
7882
+ "div",
7883
+ {
7884
+ ...other,
7885
+ className: classNames(
7886
+ props.className,
7887
+ "k-list-ul"
7888
+ ),
7889
+ children: props.children
7890
+ }
7891
+ );
7892
+ };
7893
+
7894
+ // src/action-sheet/actionsheet-item.tsx
7895
+ var import_jsx_runtime149 = require("react/jsx-runtime");
7896
+ var states50 = [
7897
+ States.hover,
7898
+ States.focus,
7899
+ States.selected,
7900
+ States.disabled
7901
+ ];
7902
+
7903
+ // src/combobox/combobox.spec.tsx
7904
+ var import_jsx_runtime150 = require("react/jsx-runtime");
7905
+ var COMBOBOX_CLASSNAME = `k-combobox`;
7906
+ var states51 = [
7907
+ States.hover,
7908
+ States.focus,
7909
+ States.valid,
7910
+ States.invalid,
7911
+ States.loading,
7912
+ States.required,
7913
+ States.disabled,
7914
+ States.readonly
7915
+ ];
7916
+ var defaultProps46 = {
7917
+ size: Input.defaultProps.size,
7918
+ rounded: Input.defaultProps.rounded,
7919
+ fillMode: Input.defaultProps.fillMode
7920
+ };
7921
+ var options46 = {
7922
+ size: [Size.small, Size.medium, Size.large],
7923
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7924
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
7925
+ };
7926
+ var Combobox = (props) => {
7927
+ const {
7928
+ prefix,
7929
+ suffix,
7930
+ value,
7931
+ placeholder,
7932
+ size,
7933
+ rounded,
7934
+ fillMode,
7935
+ hover,
7936
+ focus,
7937
+ valid,
7938
+ invalid,
7939
+ required,
7940
+ loading,
7941
+ disabled,
7942
+ popup,
7943
+ opened,
7944
+ readonly,
7945
+ adaptive,
7946
+ adaptiveSettings,
7947
+ ...other
7948
+ } = props;
7949
+ return /* @__PURE__ */ (0, import_jsx_runtime150.jsxs)(import_jsx_runtime150.Fragment, { children: [
7950
+ /* @__PURE__ */ (0, import_jsx_runtime150.jsxs)(
7951
+ Input,
7952
+ {
7953
+ ...other,
7954
+ size,
7955
+ rounded,
7956
+ fillMode,
7957
+ hover,
7958
+ focus,
7959
+ valid,
7960
+ invalid,
7961
+ required,
7962
+ loading,
7963
+ disabled,
7964
+ readonly,
7965
+ className: classNames(props.className, COMBOBOX_CLASSNAME),
7966
+ children: [
7967
+ prefix && /* @__PURE__ */ (0, import_jsx_runtime150.jsxs)(import_jsx_runtime150.Fragment, { children: [
7968
+ /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(InputPrefix, { children: prefix }),
7969
+ /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(InputSeparator, {})
7970
+ ] }),
7971
+ /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(InputInnerInput, { placeholder, value }),
7972
+ /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
7973
+ InputValidationIcon,
7974
+ {
7975
+ valid,
7976
+ invalid,
7977
+ loading,
7978
+ disabled
7979
+ }
7980
+ ),
7981
+ /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
7982
+ InputLoadingIcon,
7983
+ {
7984
+ loading,
7985
+ disabled
7986
+ }
7987
+ ),
7988
+ /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
7989
+ InputClearValue,
7990
+ {
7991
+ loading,
7992
+ disabled,
7993
+ readonly,
7994
+ value
7995
+ }
7996
+ ),
7997
+ suffix && /* @__PURE__ */ (0, import_jsx_runtime150.jsxs)(import_jsx_runtime150.Fragment, { children: [
7998
+ /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(InputSeparator, {}),
7999
+ /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(InputSuffix, { children: suffix })
8000
+ ] }),
8001
+ /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
8002
+ Button,
8003
+ {
8004
+ className: "k-input-button",
8005
+ icon: "caret-alt-down",
8006
+ rounded: null,
8007
+ size,
8008
+ fillMode
8009
+ }
8010
+ )
8011
+ ]
8012
+ }
8013
+ ),
8014
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
8015
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime150.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
8016
+ /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(
8017
+ ActionSheetHeader,
8018
+ {
8019
+ actions: ["x"],
8020
+ filter: true,
8021
+ title: "Select Item"
8022
+ }
8023
+ ),
8024
+ /* @__PURE__ */ (0, import_jsx_runtime150.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime150.jsxs)(List, { size: "large", children: [
8025
+ /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(ListItem, { text: "List item" }),
8026
+ /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(ListItem, { text: "List item" }),
8027
+ /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(ListItem, { text: "List item" })
8028
+ ] }) })
8029
+ ] })
8030
+ ] });
8031
+ };
8032
+ Combobox.states = states51;
8033
+ Combobox.options = options46;
8034
+ Combobox.className = COMBOBOX_CLASSNAME;
8035
+ Combobox.defaultProps = defaultProps46;
8036
+
8037
+ // src/combobox/templates/combobox-normal.tsx
8038
+ var import_jsx_runtime151 = require("react/jsx-runtime");
8039
+
8040
+ // src/combobox/templates/combobox-popup.tsx
8041
+ var import_jsx_runtime152 = require("react/jsx-runtime");
8042
+
8043
+ // src/combobox/templates/combobox-grouping.tsx
8044
+ var import_jsx_runtime153 = require("react/jsx-runtime");
8045
+
8046
+ // src/combobox/templates/combobox-adaptive.tsx
8047
+ var import_jsx_runtime154 = require("react/jsx-runtime");
8048
+
8049
+ // src/combobox/templates/combobox-prefix.tsx
8050
+ var import_jsx_runtime155 = require("react/jsx-runtime");
8051
+
8052
+ // src/combobox/templates/combobox-suffix.tsx
8053
+ var import_jsx_runtime156 = require("react/jsx-runtime");
8054
+
8055
+ // src/menu-button/menu-button.spec.tsx
8056
+ var import_jsx_runtime157 = require("react/jsx-runtime");
8057
+ var MENUBUTTON_CLASSNAME = `k-menu-button`;
8058
+ var states52 = [
8059
+ States.hover,
8060
+ States.focus,
8061
+ States.active,
8062
+ States.selected,
8063
+ States.disabled
8064
+ ];
8065
+ var options47 = {
8066
+ size: [Size.small, Size.medium, Size.large],
8067
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
8068
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
8069
+ themeColor: [
8070
+ ThemeColor.base,
8071
+ ThemeColor.primary,
8072
+ ThemeColor.secondary,
8073
+ ThemeColor.tertiary,
8074
+ ThemeColor.success,
8075
+ ThemeColor.warning,
8076
+ ThemeColor.error,
8077
+ ThemeColor.info,
8078
+ ThemeColor.light,
8079
+ ThemeColor.dark,
8080
+ ThemeColor.inverse
8081
+ ]
8082
+ };
8083
+ var defaultProps47 = {
8084
+ size: Size.medium,
8085
+ rounded: Roundness.medium,
8086
+ fillMode: FillMode.solid,
8087
+ themeColor: ThemeColor.base,
8088
+ showArrow: true,
8089
+ arrowIconName: "caret-alt-down"
8090
+ };
8091
+ var MenuButton = (props) => {
8092
+ const {
8093
+ size = defaultProps47.size,
8094
+ rounded = defaultProps47.rounded,
8095
+ fillMode = defaultProps47.fillMode,
8096
+ themeColor = defaultProps47.themeColor,
8097
+ hover,
8098
+ focus,
8099
+ active,
8100
+ selected,
8101
+ disabled,
8102
+ icon,
8103
+ text,
8104
+ showArrow = defaultProps47.showArrow,
8105
+ arrowIconName = defaultProps47.arrowIconName,
8106
+ popup,
8107
+ opened,
8108
+ ...other
8109
+ } = props;
8110
+ return /* @__PURE__ */ (0, import_jsx_runtime157.jsxs)(import_jsx_runtime157.Fragment, { children: [
8111
+ /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
8112
+ Button,
8113
+ {
8114
+ ...other,
8115
+ className: classNames(
8116
+ props.className,
8117
+ MENUBUTTON_CLASSNAME
8118
+ ),
8119
+ text,
8120
+ size,
8121
+ rounded,
8122
+ fillMode,
8123
+ themeColor,
8124
+ hover,
8125
+ focus,
8126
+ active,
8127
+ selected,
8128
+ disabled,
8129
+ icon,
8130
+ showArrow,
8131
+ arrowIconName
8132
+ }
8133
+ ),
8134
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(Popup, { className: "k-menu-popup", children: popup })
8135
+ ] });
8136
+ };
8137
+ MenuButton.states = states52;
8138
+ MenuButton.options = options47;
8139
+ MenuButton.className = MENUBUTTON_CLASSNAME;
8140
+ MenuButton.defaultProps = defaultProps47;
8141
+
8142
+ // src/menu-button/templates/icon-menu-button.tsx
8143
+ var import_jsx_runtime158 = require("react/jsx-runtime");
8144
+
8145
+ // src/menu-button/templates/icon-text-menu-button.tsx
8146
+ var import_jsx_runtime159 = require("react/jsx-runtime");
8147
+
8148
+ // src/menu-button/templates/text-menu-button.tsx
8149
+ var import_jsx_runtime160 = require("react/jsx-runtime");
8150
+
8151
+ // src/menu/menu-item.spec.tsx
8152
+ var import_jsx_runtime161 = require("react/jsx-runtime");
8153
+ var MENUITEM_CLASSNAME = `k-menu-item`;
8154
+ var states53 = [
8155
+ States.hover,
8156
+ States.focus,
8157
+ States.active,
8158
+ States.selected,
8159
+ States.disabled
8160
+ ];
8161
+ var options48 = {};
8162
+ var defaultProps48 = {
8163
+ dir: "ltr"
8164
+ };
8165
+ var MenuItem = (props) => {
8166
+ const {
8167
+ hover,
8168
+ focus,
8169
+ active,
8170
+ selected,
8171
+ disabled,
8172
+ icon,
8173
+ text,
8174
+ showArrow,
8175
+ arrowIconName,
8176
+ dir = defaultProps48.dir,
8177
+ children,
8178
+ ...other
8179
+ } = props;
8180
+ const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(import_jsx_runtime161.Fragment, {});
8181
+ if (children) {
8182
+ children.forEach((child) => {
8183
+ const component = child.type;
8184
+ if (component === "MenuItemContent") {
8185
+ contentTemplate.props.children.push(child);
8186
+ return;
8187
+ }
8188
+ });
8189
+ }
8190
+ let expandArrowName = arrowIconName;
8191
+ if (!expandArrowName) {
8192
+ expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
8193
+ }
8194
+ return /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(
8195
+ "li",
8196
+ {
8197
+ ...other,
8198
+ className: classNames(
8199
+ props.className,
8200
+ MENUITEM_CLASSNAME,
8201
+ //TODO
8202
+ "k-item",
8203
+ stateClassNames(MENUITEM_CLASSNAME, {
8204
+ focus,
8205
+ disabled
8206
+ })
8207
+ ),
8208
+ children: [
8209
+ /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(
8210
+ "span",
8211
+ {
8212
+ className: classNames(
8213
+ "k-link k-menu-link",
8214
+ stateClassNames("k-menu-link", {
8215
+ hover,
8216
+ active,
8217
+ selected,
8218
+ disabled
8219
+ })
8220
+ ),
8221
+ children: [
8222
+ icon && /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { className: "k-menu-link-icon", icon }),
8223
+ /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-menu-link-text", children: text }),
8224
+ showArrow && /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: expandArrowName }) })
8225
+ ]
8226
+ }
8227
+ ),
8228
+ contentTemplate
8229
+ ]
8230
+ }
8231
+ );
8232
+ };
8233
+ MenuItem.states = states53;
8234
+ MenuItem.options = options48;
8235
+ MenuItem.className = MENUITEM_CLASSNAME;
8236
+ MenuItem.defaultProps = defaultProps48;
8237
+ var menu_item_spec_default = MenuItem;
8238
+
8239
+ // src/menu/menu-separator.spec.tsx
8240
+ var import_jsx_runtime162 = require("react/jsx-runtime");
8241
+ var SEPARATOR_CLASSNAME = `k-separator`;
8242
+ var defaultProps49 = {
8243
+ orientation: "horizontal"
8244
+ };
8245
+ var MenuSeparator = (props) => {
8246
+ const {
8247
+ orientation = defaultProps49.orientation,
8248
+ ...other
8249
+ } = props;
8250
+ return /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
8251
+ "li",
8252
+ {
8253
+ ...other,
8254
+ className: classNames(
8255
+ props.className,
8256
+ "k-item",
8257
+ SEPARATOR_CLASSNAME,
8258
+ {
8259
+ [`${SEPARATOR_CLASSNAME}-${orientation}`]: orientation
8260
+ }
8261
+ )
8262
+ }
8263
+ );
8264
+ };
8265
+ var menu_separator_spec_default = MenuSeparator;
8266
+
8267
+ // src/menu/menu-item-content.tsx
8268
+ var import_jsx_runtime163 = require("react/jsx-runtime");
8269
+
8270
+ // src/menu/menu-list.spec.tsx
8271
+ var import_jsx_runtime164 = require("react/jsx-runtime");
8272
+ var import_react = require("react");
8273
+ var MENULIST_CLASSNAME = `k-menu-group`;
8274
+ var states54 = [];
8275
+ var options49 = {
8276
+ size: [Size.small, Size.medium, Size.large]
8277
+ };
8278
+ var defaultProps50 = {
8279
+ size: Size.medium,
8280
+ dir: "ltr"
8281
+ };
8282
+ var MenuList = (props) => {
8283
+ const {
8284
+ children,
8285
+ size = defaultProps50.size,
8286
+ dir = defaultProps50.dir,
8287
+ ...other
8288
+ } = props;
8289
+ const listChildren = [];
8290
+ if (children) {
8291
+ if (Array.isArray(children)) {
8292
+ children.map((child, index) => {
8293
+ if (child.type === menu_item_spec_default) {
8294
+ listChildren.push(
8295
+ /* @__PURE__ */ (0, import_react.createElement)(menu_item_spec_default, { ...child.props, dir, key: index })
8296
+ );
8297
+ } else if (child.type === menu_separator_spec_default) {
8298
+ listChildren.push(
8299
+ /* @__PURE__ */ (0, import_jsx_runtime164.jsx)(menu_separator_spec_default, {})
8300
+ );
8301
+ } else {
8302
+ listChildren.push(child);
8303
+ }
8304
+ });
8305
+ }
8306
+ }
8307
+ return /* @__PURE__ */ (0, import_jsx_runtime164.jsx)(
8308
+ "ul",
8309
+ {
8310
+ ...other,
8311
+ className: classNames(
8312
+ props.className,
8313
+ MENULIST_CLASSNAME,
8314
+ optionClassNames(MENULIST_CLASSNAME, {
8315
+ size
8316
+ })
8317
+ ),
8318
+ children: listChildren
8319
+ }
8320
+ );
8321
+ };
8322
+ MenuList.states = states54;
8323
+ MenuList.options = options49;
8324
+ MenuList.className = MENULIST_CLASSNAME;
8325
+ MenuList.defaultProps = defaultProps50;
8326
+
8327
+ // src/menu-button/templates/menu-button-popup.tsx
8328
+ var import_jsx_runtime165 = require("react/jsx-runtime");
8329
+
8330
+ // src/split-button/split-button.spec.tsx
8331
+ var import_jsx_runtime166 = require("react/jsx-runtime");
8332
+ var SPLITBUTTON_CLASSNAME = `k-split-button`;
8333
+ var states55 = [
8334
+ States.hover,
8335
+ States.focus,
8336
+ States.active,
8337
+ States.selected,
8338
+ States.disabled
8339
+ ];
8340
+ var options50 = {
8341
+ size: [Size.small, Size.medium, Size.large],
8342
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
8343
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
8344
+ themeColor: [
8345
+ ThemeColor.base,
8346
+ ThemeColor.primary,
8347
+ ThemeColor.secondary,
8348
+ ThemeColor.tertiary,
8349
+ ThemeColor.success,
8350
+ ThemeColor.warning,
8351
+ ThemeColor.error,
8352
+ ThemeColor.info,
8353
+ ThemeColor.light,
8354
+ ThemeColor.dark,
8355
+ ThemeColor.inverse
8356
+ ]
8357
+ };
8358
+ var defaultProps51 = {
8359
+ size: Size.medium,
8360
+ rounded: Roundness.medium,
8361
+ fillMode: FillMode.solid,
8362
+ themeColor: ThemeColor.base,
8363
+ arrowIconName: "caret-alt-down"
8364
+ };
8365
+ var SplitButton = (props) => {
8366
+ const {
8367
+ size = defaultProps51.size,
8368
+ rounded = defaultProps51.rounded,
8369
+ fillMode = defaultProps51.fillMode,
8370
+ themeColor = defaultProps51.themeColor,
8371
+ hover,
8372
+ focus,
8373
+ active,
8374
+ selected,
8375
+ disabled,
8376
+ icon,
8377
+ text,
8378
+ arrowIconName = defaultProps51.arrowIconName,
8379
+ popup,
8380
+ opened,
8381
+ ...other
8382
+ } = props;
8383
+ return /* @__PURE__ */ (0, import_jsx_runtime166.jsxs)(import_jsx_runtime166.Fragment, { children: [
8384
+ /* @__PURE__ */ (0, import_jsx_runtime166.jsxs)(
8385
+ "div",
8386
+ {
8387
+ ...other,
8388
+ className: classNames(
8389
+ props.className,
8390
+ SPLITBUTTON_CLASSNAME,
8391
+ "k-button-group",
8392
+ optionClassNames(SPLITBUTTON_CLASSNAME, {
8393
+ rounded
8394
+ })
8395
+ ),
8396
+ children: [
8397
+ /* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
8398
+ Button,
8399
+ {
8400
+ text,
8401
+ icon,
8402
+ size,
8403
+ rounded,
8404
+ fillMode,
8405
+ themeColor,
8406
+ hover,
8407
+ focus,
8408
+ active,
8409
+ selected,
8410
+ disabled,
8411
+ children: props.children
8412
+ }
8413
+ ),
8414
+ /* @__PURE__ */ (0, import_jsx_runtime166.jsx)(
8415
+ Button,
8416
+ {
8417
+ className: "k-split-button-arrow",
8418
+ icon: arrowIconName,
8419
+ size,
8420
+ rounded,
8421
+ fillMode,
8422
+ disabled
8423
+ }
8424
+ )
8425
+ ]
8426
+ }
8427
+ ),
8428
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime166.jsx)(Popup, { className: "k-menu-popup", children: popup })
8429
+ ] });
8430
+ };
8431
+ SplitButton.states = states55;
8432
+ SplitButton.options = options50;
8433
+ SplitButton.className = SPLITBUTTON_CLASSNAME;
8434
+ SplitButton.defaultProps = defaultProps51;
8435
+ var split_button_spec_default = SplitButton;
8436
+
8437
+ // src/toolbar/toolbar.spec.tsx
8438
+ var import_jsx_runtime167 = require("react/jsx-runtime");
8439
+ var TOOLBAR_CLASSNAME = `k-toolbar`;
8440
+ var states56 = [
8441
+ States.focus
8442
+ ];
8443
+ var options51 = {
8444
+ size: [Size.small, Size.medium, Size.large]
8445
+ };
8446
+ var defaultProps52 = {
8447
+ size: Size.medium
8448
+ };
8449
+ var Toolbar = (props) => {
8450
+ const {
8451
+ size = defaultProps52.size,
8452
+ focus,
8453
+ resizable,
8454
+ ...other
8455
+ } = props;
8456
+ const toolbarChildren = [];
8457
+ const addUniqueToolClass = (child, index) => {
8458
+ const tempToolbarChildren = [];
8459
+ if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
8460
+ tempToolbarChildren.push(
8461
+ /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
8462
+ Button,
8463
+ {
8464
+ ...child.props,
8465
+ className: `${child.props.className ? child.props.className : ""}`
8466
+ },
8467
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8468
+ )
8469
+ );
8470
+ } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
8471
+ tempToolbarChildren.push(
8472
+ /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
8473
+ Button,
8474
+ {
8475
+ ...child.props,
8476
+ className: `k-toolbar-toggle-button ${child.props.className ? child.props.className : ""}`
8477
+ },
8478
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8479
+ )
8480
+ );
8481
+ } else if (child.type === Button) {
8482
+ tempToolbarChildren.push(
8483
+ /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
8484
+ Button,
8485
+ {
8486
+ ...child.props,
8487
+ className: `k-toolbar-button ${child.props.className ? child.props.className : ""}`
8488
+ },
8489
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8490
+ )
8491
+ );
8492
+ } else if (child.type === MenuButton) {
8493
+ tempToolbarChildren.push(
8494
+ /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
8495
+ MenuButton,
8496
+ {
8497
+ ...child.props,
8498
+ className: `k-toolbar-menu-button ${child.props.className ? child.props.className : ""}`
8499
+ },
8500
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8501
+ )
8502
+ );
8503
+ } else if (child.type === split_button_spec_default) {
8504
+ tempToolbarChildren.push(
8505
+ /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
8506
+ split_button_spec_default,
8507
+ {
8508
+ ...child.props,
8509
+ className: `k-toolbar-split-button ${child.props.className ? child.props.className : ""}`
8510
+ },
8511
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8512
+ )
8513
+ );
8514
+ } else if (child.type === ButtonGroup || child.props.className && child.props.className.includes("k-button-group")) {
8515
+ const buttonGroupItems = [];
8516
+ const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
8517
+ childrenArray.forEach((button, bindex) => {
8518
+ buttonGroupItems.push(
8519
+ /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
8520
+ Button,
8521
+ {
8522
+ ...button.props,
8523
+ className: `k-toolbar-button ${button.props.className ? button.props.className : ""}`
8524
+ },
8525
+ `${bindex}-${(/* @__PURE__ */ new Date()).getTime()}`
8526
+ )
8527
+ );
8528
+ });
8529
+ tempToolbarChildren.push(
8530
+ /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
8531
+ ButtonGroup,
8532
+ {
8533
+ ...child.props,
8534
+ className: `k-toolbar-button-group ${child.props.className ? child.props.className : ""}`,
8535
+ children: buttonGroupItems
8536
+ },
8537
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8538
+ )
8539
+ );
8540
+ } else if (child.type === Combobox) {
8541
+ tempToolbarChildren.push(
8542
+ /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
8543
+ Combobox,
8544
+ {
8545
+ ...child.props,
8546
+ className: `k-toolbar-combobox ${child.props.className ? child.props.className : ""}`
8547
+ },
8548
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8549
+ )
8550
+ );
8551
+ } else if (child.type === DropdownList) {
8552
+ tempToolbarChildren.push(
8553
+ /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
8554
+ DropdownList,
8555
+ {
8556
+ ...child.props,
8557
+ className: `k-toolbar-dropdownlist ${child.props.className ? child.props.className : ""}`
8558
+ },
8559
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8560
+ )
8561
+ );
8562
+ } else if (child.type === ColorPicker) {
8563
+ tempToolbarChildren.push(
8564
+ /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
8565
+ ColorPicker,
8566
+ {
8567
+ ...child.props,
8568
+ className: `k-toolbar-colorpicker ${child.props.className ? child.props.className : ""}`
8569
+ },
8570
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8571
+ )
8572
+ );
8573
+ } else {
8574
+ tempToolbarChildren.push(child);
8575
+ }
8576
+ tempToolbarChildren.forEach((item) => {
8577
+ toolbarChildren.push(item);
8578
+ });
8579
+ };
8580
+ if (props.children) {
8581
+ const childrenArray = Array.isArray(props.children) ? props.children : [props.children];
8582
+ childrenArray.forEach((child, index) => {
8583
+ addUniqueToolClass(child, index);
8584
+ });
8585
+ }
8586
+ return /* @__PURE__ */ (0, import_jsx_runtime167.jsx)(
8587
+ "div",
8588
+ {
8589
+ ...other,
8590
+ className: classNames(
8591
+ props.className,
8592
+ TOOLBAR_CLASSNAME,
8593
+ optionClassNames(TOOLBAR_CLASSNAME, {
8594
+ size
8595
+ }),
8596
+ stateClassNames(TOOLBAR_CLASSNAME, {
8597
+ focus
8598
+ }),
8599
+ {
8600
+ [`${TOOLBAR_CLASSNAME}-resizable`]: resizable
8601
+ }
8602
+ ),
8603
+ children: toolbarChildren
8604
+ }
8605
+ );
8606
+ };
8607
+ Toolbar.states = states56;
8608
+ Toolbar.options = options51;
8609
+ Toolbar.className = TOOLBAR_CLASSNAME;
8610
+ Toolbar.defaultProps = defaultProps52;
8611
+
8612
+ // src/toolbar/toolbar-angular.spec.tsx
8613
+ var import_jsx_runtime168 = require("react/jsx-runtime");
8614
+ var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
8615
+ var states57 = [
8616
+ States.focus
8617
+ ];
8618
+ var options52 = {
8619
+ size: [Size.small, Size.medium, Size.large]
8620
+ };
8621
+ var defaultProps53 = {
8622
+ size: Size.medium
8623
+ };
8624
+ var ToolbarAngular = (props) => {
8625
+ const {
8626
+ size = defaultProps53.size,
8627
+ focus,
8628
+ resizable,
8629
+ ...other
8630
+ } = props;
8631
+ const toolbarChildren = [];
8632
+ const addUniqueToolClass = (child, index) => {
8633
+ const tempToolbarChildren = [];
8634
+ if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
8635
+ tempToolbarChildren.push(
8636
+ /* @__PURE__ */ (0, import_jsx_runtime168.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
8637
+ Button,
8638
+ {
8639
+ ...child.props,
8640
+ className: `${child.props.className ? child.props.className : ""}`
8641
+ },
8642
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8643
+ ) })
8644
+ );
8645
+ } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
8646
+ tempToolbarChildren.push(
8647
+ /* @__PURE__ */ (0, import_jsx_runtime168.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
8648
+ Button,
8649
+ {
8650
+ ...child.props,
8651
+ className: `k-toolbar-toggle-button ${child.props.className ? child.props.className : ""}`
8652
+ },
8653
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8654
+ ) })
8655
+ );
8656
+ } else if (child.type === Button) {
8657
+ tempToolbarChildren.push(
8658
+ /* @__PURE__ */ (0, import_jsx_runtime168.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
8659
+ Button,
8660
+ {
8661
+ ...child.props,
8662
+ className: `k-toolbar-button ${child.props.className ? child.props.className : ""}`
8663
+ },
8664
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8665
+ ) })
8666
+ );
8667
+ } else if (child.type === MenuButton) {
8668
+ tempToolbarChildren.push(
8669
+ /* @__PURE__ */ (0, import_jsx_runtime168.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
8670
+ MenuButton,
8671
+ {
8672
+ ...child.props,
8673
+ className: `k-toolbar-menu-button ${child.props.className ? child.props.className : ""}`
8674
+ },
8675
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8676
+ ) })
8677
+ );
8678
+ } else if (child.type === split_button_spec_default) {
8679
+ tempToolbarChildren.push(
8680
+ /* @__PURE__ */ (0, import_jsx_runtime168.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
8681
+ split_button_spec_default,
8682
+ {
8683
+ ...child.props,
8684
+ className: `k-toolbar-split-button ${child.props.className ? child.props.className : ""}`
8685
+ },
8686
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8687
+ ) })
8688
+ );
8689
+ } else if (child.type === ButtonGroup || child.props.className && child.props.className.includes("k-button-group")) {
8690
+ const buttonGroupItems = [];
8691
+ const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
8692
+ childrenArray.forEach((button, bindex) => {
8693
+ buttonGroupItems.push(
8694
+ /* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
8695
+ Button,
8696
+ {
8697
+ ...button.props,
8698
+ className: `k-toolbar-button ${button.props.className ? button.props.className : ""}`
8699
+ },
8700
+ `${bindex}-${(/* @__PURE__ */ new Date()).getTime()}`
8701
+ )
8702
+ );
8703
+ });
8704
+ tempToolbarChildren.push(
8705
+ /* @__PURE__ */ (0, import_jsx_runtime168.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
8706
+ ButtonGroup,
8707
+ {
8708
+ ...child.props,
8709
+ className: `k-toolbar-button-group ${child.props.className ? child.props.className : ""}`,
8710
+ children: buttonGroupItems
8711
+ },
8712
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8713
+ ) })
8714
+ );
8715
+ } else if (child.type === Combobox) {
8716
+ tempToolbarChildren.push(
8717
+ /* @__PURE__ */ (0, import_jsx_runtime168.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
8718
+ Combobox,
8719
+ {
8720
+ ...child.props,
8721
+ className: `k-toolbar-combobox ${child.props.className ? child.props.className : ""}`
8722
+ },
8723
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8724
+ ) })
8725
+ );
8726
+ } else if (child.type === DropdownList) {
8727
+ tempToolbarChildren.push(
8728
+ /* @__PURE__ */ (0, import_jsx_runtime168.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
8729
+ DropdownList,
8730
+ {
8731
+ ...child.props,
8732
+ className: `k-toolbar-dropdownlist ${child.props.className ? child.props.className : ""}`
8733
+ },
8734
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8735
+ ) })
8736
+ );
8737
+ } else if (child.type === ColorPicker) {
8738
+ tempToolbarChildren.push(
8739
+ /* @__PURE__ */ (0, import_jsx_runtime168.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
8740
+ ColorPicker,
8741
+ {
8742
+ ...child.props,
8743
+ className: `k-toolbar-colorpicker ${child.props.className ? child.props.className : ""}`
8744
+ },
8745
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8746
+ ) })
8747
+ );
8748
+ } else {
8749
+ tempToolbarChildren.push(child);
8750
+ }
8751
+ tempToolbarChildren.forEach((item) => {
8752
+ toolbarChildren.push(item);
8753
+ });
8754
+ };
8755
+ if (props.children) {
8756
+ const childrenArray = Array.isArray(props.children) ? props.children : [props.children];
8757
+ childrenArray.forEach((child, index) => {
8758
+ addUniqueToolClass(child, index);
8759
+ });
8760
+ }
8761
+ return /* @__PURE__ */ (0, import_jsx_runtime168.jsx)(
8762
+ "div",
8763
+ {
8764
+ ...other,
8765
+ className: classNames(
8766
+ props.className,
8767
+ TOOLBARANGULAR_CLASSNAME,
8768
+ optionClassNames(TOOLBARANGULAR_CLASSNAME, {
8769
+ size
8770
+ }),
8771
+ stateClassNames(TOOLBARANGULAR_CLASSNAME, {
8772
+ focus
8773
+ }),
8774
+ {
8775
+ [`${TOOLBARANGULAR_CLASSNAME}-resizable`]: resizable
8776
+ }
8777
+ ),
8778
+ children: toolbarChildren
8779
+ }
8780
+ );
8781
+ };
8782
+ ToolbarAngular.states = states57;
8783
+ ToolbarAngular.options = options52;
8784
+ ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
8785
+ ToolbarAngular.defaultProps = defaultProps53;
8786
+
8787
+ // src/toolbar/toolbar-separator.tsx
8788
+ var import_jsx_runtime169 = require("react/jsx-runtime");
8789
+
8790
+ // src/toolbar/toolbar-item.spec.tsx
8791
+ var import_jsx_runtime170 = require("react/jsx-runtime");
8792
+ var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
8793
+ var states58 = [
8794
+ States.focus
8795
+ ];
8796
+ var options53 = {};
8797
+ var defaultProps54 = {};
8798
+ var ToolbarItem = (props) => {
8799
+ const {
8800
+ focus,
8801
+ ...other
8802
+ } = props;
8803
+ return /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(
8804
+ "div",
8805
+ {
8806
+ ...other,
8807
+ className: classNames(
8808
+ props.className,
8809
+ TOOLBARITEM_CLASSNAME,
8810
+ stateClassNames(TOOLBARITEM_CLASSNAME, {
8811
+ focus
8812
+ })
8813
+ ),
8814
+ children: props.children
8815
+ }
8816
+ );
8817
+ };
8818
+ ToolbarItem.states = states58;
8819
+ ToolbarItem.options = options53;
8820
+ ToolbarItem.className = TOOLBARITEM_CLASSNAME;
8821
+ ToolbarItem.defaultProps = defaultProps54;
8822
+
8823
+ // src/toolbar/toolbar-popup.spec.tsx
8824
+ var import_jsx_runtime171 = require("react/jsx-runtime");
8825
+ var TOOLBARPOPUP_CLASSNAME = `k-toolbar-popup`;
8826
+ var states59 = [];
8827
+ var options54 = {};
8828
+ var defaultProps55 = {};
8829
+ var ToolbarPopup = (props) => {
8830
+ const { ...other } = props;
8831
+ return /* @__PURE__ */ (0, import_jsx_runtime171.jsx)(
8832
+ Popup,
8833
+ {
8834
+ ...other,
8835
+ className: classNames(
8836
+ props.className,
8837
+ TOOLBARPOPUP_CLASSNAME
8838
+ ),
8839
+ children: props.children
8840
+ }
8841
+ );
8842
+ };
8843
+ ToolbarPopup.states = states59;
8844
+ ToolbarPopup.options = options54;
8845
+ ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
8846
+ ToolbarPopup.defaultProps = defaultProps55;
8847
+
8848
+ // src/split-button/templates/icon-split-button.tsx
8849
+ var import_jsx_runtime172 = require("react/jsx-runtime");
8850
+
8851
+ // src/split-button/templates/icon-text-split-button.tsx
8852
+ var import_jsx_runtime173 = require("react/jsx-runtime");
8853
+
8854
+ // src/split-button/templates/text-split-button.tsx
8855
+ var import_jsx_runtime174 = require("react/jsx-runtime");
8856
+
8857
+ // src/split-button/templates/split-button-popup.tsx
8858
+ var import_jsx_runtime175 = require("react/jsx-runtime");
8859
+
8860
+ // src/toolbar/templates/toolbar-normal.tsx
8861
+ var import_jsx_runtime176 = require("react/jsx-runtime");
8862
+
8863
+ // src/toolbar/templates/toolbar-resizable.tsx
8864
+ var import_jsx_runtime177 = require("react/jsx-runtime");
8865
+
8866
+ // src/toolbar/templates/toolbar-angular-normal.tsx
8867
+ var import_jsx_runtime178 = require("react/jsx-runtime");
8868
+
8869
+ // src/toolbar/templates/toolbar-angular-resizable.tsx
8870
+ var import_jsx_runtime179 = require("react/jsx-runtime");
8871
+
8872
+ // src/grid/grid-toolbar.spec.tsx
8873
+ var import_jsx_runtime180 = require("react/jsx-runtime");
8874
+
4845
8875
  // src/grid/tests/grid-grouping-detail-template.tsx
4846
- var import_jsx_runtime25 = require("react/jsx-runtime");
4847
- var grid_grouping_detail_template_default = () => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(import_jsx_runtime25.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("div", { id: "test-area", className: "k-d-grid", children: [
4848
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { children: "Base" }),
4849
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("div", { dir: "ltr", className: "k-grid k-grid-md", children: [
4850
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "k-grouping-header", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "k-grouping-drop-container", children: "Drag a column header and drop it here to group by that column" }) }),
4851
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("div", { className: "k-grid-aria-root", role: "grid", children: [
4852
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
4853
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("colgroup", { children: [
4854
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", { className: "k-hierarchy-col" }),
4855
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", { style: { width: "50px" } }),
4856
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", {}),
4857
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", {}),
4858
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", {})
8876
+ var import_jsx_runtime181 = require("react/jsx-runtime");
8877
+ var grid_grouping_detail_template_default = () => /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(import_jsx_runtime181.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("div", { id: "test-area", className: "k-d-grid", children: [
8878
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("span", { children: "Base" }),
8879
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(Grid, { _renderAriaRoot: true, dir: "ltr", groupingHeader: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridGroupingHeader, { dropHint: "Drag a column header and drop it here to group by that column" }), children: [
8880
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(GridHeaderTable, { children: [
8881
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("colgroup", { children: [
8882
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { className: "k-hierarchy-col" }),
8883
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { style: { width: "50px" } }),
8884
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", {}),
8885
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", {}),
8886
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", {})
8887
+ ] }),
8888
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableThead, { children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { children: [
8889
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { className: "k-hierarchy-cell" }),
8890
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { rowspan: 1, colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Checkbox, { id: "k-grid0-select-all" }) }),
8891
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { className: "k-grid-draggable-header", rowspan: 1, colspan: 1, columnTitle: "ID" }),
8892
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { className: "k-grid-draggable-header", rowspan: 1, colspan: 1, columnTitle: "Name" }),
8893
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { rowspan: 1, colspan: 1, columnTitle: "Command" })
8894
+ ] }) })
8895
+ ] }) }) }),
8896
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(GridContent, { className: "k-virtual-content", children: [
8897
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", { className: "k-grid-table-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(GridTable, { children: [
8898
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("colgroup", { children: [
8899
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { className: "k-hierarchy-col" }),
8900
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { style: { width: "50px" } }),
8901
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", {}),
8902
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", {}),
8903
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", {})
4859
8904
  ] }),
4860
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("tr", { className: "k-table-row", children: [
4861
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("th", { className: "k-table-th k-hierarchy-cell k-header" }),
4862
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("th", { className: "k-table-th k-header", rowSpan: 1, colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Checkbox, { id: "k-grid0-select-all" }) }),
4863
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("th", { className: "k-table-th k-header k-grid-draggable-header", rowSpan: 1, colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-column-title", children: "ID" }) }) }) }),
4864
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("th", { className: "k-table-th k-header k-grid-draggable-header", rowSpan: 1, colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
4865
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("th", { className: "k-table-th k-header", rowSpan: 1, colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-column-title", children: "Command" }) }) }) })
4866
- ] }) })
4867
- ] }) }) }),
4868
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("div", { className: "k-grid-content k-virtual-content", children: [
4869
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "k-grid-table-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
4870
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("colgroup", { children: [
4871
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", { className: "k-hierarchy-col" }),
4872
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", { style: { width: "50px" } }),
4873
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", {}),
4874
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", {}),
4875
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", {})
8905
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableTbody, { children: [
8906
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { className: "k-master-row", role: "row", children: [
8907
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-hierarchy-cell", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "plus" }) }),
8908
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Checkbox, { id: "k-grid0-checkbox0" }) }),
8909
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: "1" }),
8910
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: "Product1" }),
8911
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-touch-action-auto k-command-cell", colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Button, { icon: "trash", children: "Delete" }) })
4876
8912
  ] }),
4877
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("tbody", { className: "k-table-tbody", children: [
4878
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("tr", { className: "k-table-row k-master-row", role: "row", children: [
4879
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "plus" }) }),
4880
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Checkbox, { id: "k-grid0-checkbox0" }) }),
4881
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "1" }),
4882
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "Product1" }),
4883
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-touch-action-auto k-command-cell", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Button, { icon: "trash", children: "Delete" }) })
4884
- ] }),
4885
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-master-row", role: "row", children: [
4886
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "plus" }) }),
4887
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Checkbox, { id: "k-grid0-checkbox1" }) }),
4888
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "2" }),
4889
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "Product2" }),
4890
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-touch-action-auto k-command-cell", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Button, { icon: "trash", children: "Delete" }) })
4891
- ] })
8913
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { alt: true, className: "k-master-row k-alt", role: "row", children: [
8914
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-hierarchy-cell", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "plus" }) }),
8915
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Checkbox, { id: "k-grid0-checkbox0" }) }),
8916
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: "2" }),
8917
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: "Product2" }),
8918
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-touch-action-auto k-command-cell", colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Button, { icon: "trash", children: "Delete" }) })
4892
8919
  ] })
4893
- ] }) }),
4894
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", {}) })
4895
- ] }) })
4896
- ] })
8920
+ ] })
8921
+ ] }) }),
8922
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", {}) })
8923
+ ] }) })
4897
8924
  ] }),
4898
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { children: "Single Group" }),
4899
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("div", { dir: "ltr", className: "k-grid k-grid-md", children: [
4900
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("div", { className: "k-grouping-header", children: [
4901
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ChipList, { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Chip, { icon: "sort-asc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ChipAction, { type: "remove" }), children: "ID" }) }),
4902
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "k-grouping-drop-container" })
4903
- ] }),
4904
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("div", { className: "k-grid-aria-root", role: "grid", children: [
4905
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
4906
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("colgroup", { children: [
4907
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", { className: "k-group-col" }),
4908
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", { className: "k-hierarchy-col" }),
4909
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", { style: { width: "50px" } }),
4910
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", {}),
4911
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", {}),
4912
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", {})
8925
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("span", { children: "Single Group" }),
8926
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(Grid, { _renderAriaRoot: true, dir: "ltr", groupingHeader: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridGroupingHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(ChipList, { children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Chip, { icon: "sort-asc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(ChipAction, { type: "remove" }), children: "ID" }) }) }), children: [
8927
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(GridHeaderTable, { children: [
8928
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("colgroup", { children: [
8929
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { className: "k-group-col" }),
8930
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { className: "k-hierarchy-col" }),
8931
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { style: { width: "50px" } }),
8932
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", {}),
8933
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", {}),
8934
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", {})
8935
+ ] }),
8936
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableThead, { children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { children: [
8937
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { className: "k-group-cell" }),
8938
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { className: "k-hierarchy-cell" }),
8939
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { rowspan: 1, colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Checkbox, {}) }),
8940
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { className: "k-grid-draggable-header", rowspan: 1, colspan: 1, columnTitle: "ID" }),
8941
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { className: "k-grid-draggable-header", rowspan: 1, colspan: 1, columnTitle: "Name" }),
8942
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { rowspan: 1, colspan: 1, columnTitle: "Command" })
8943
+ ] }) })
8944
+ ] }) }) }),
8945
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(GridContent, { className: "k-virtual-content", children: [
8946
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", { className: "k-grid-table-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(GridTable, { children: [
8947
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("colgroup", { children: [
8948
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { className: "k-group-col" }),
8949
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { className: "k-hierarchy-col" }),
8950
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { style: { width: "50px" } }),
8951
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", {}),
8952
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", {}),
8953
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", {})
4913
8954
  ] }),
4914
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("tr", { className: "k-table-row", children: [
4915
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("th", { className: "k-table-th k-group-cell k-header" }),
4916
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("th", { className: "k-table-th k-hierarchy-cell k-header" }),
4917
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("th", { className: "k-table-th k-header", rowSpan: 1, colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Checkbox, {}) }),
4918
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("th", { className: "k-table-th k-header k-grid-draggable-header", rowSpan: 1, colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-column-title", children: "ID" }) }) }) }),
4919
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("th", { className: "k-table-th k-header k-grid-draggable-header", rowSpan: 1, colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
4920
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("th", { className: "k-table-th k-header", rowSpan: 1, colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-column-title", children: "Command" }) }) }) })
4921
- ] }) })
4922
- ] }) }) }),
4923
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("div", { className: "k-grid-content k-virtual-content", children: [
4924
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "k-grid-table-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
4925
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("colgroup", { children: [
4926
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", { className: "k-group-col" }),
4927
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", { className: "k-hierarchy-col" }),
4928
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", { style: { width: "50px" } }),
4929
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", {}),
4930
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", {}),
4931
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", {})
8955
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableTbody, { children: [
8956
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableRow, { role: "row", className: "k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 6, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("p", { className: "k-reset", children: [
8957
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "caret-alt-down" }),
8958
+ "ID: 1"
8959
+ ] }) }) }),
8960
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { className: "k-master-row", role: "row", children: [
8961
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-table-group-td k-group-cell" }),
8962
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-hierarchy-cell", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "plus" }) }),
8963
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Checkbox, {}) }),
8964
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: "1" }),
8965
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: "Product1" }),
8966
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-touch-action-auto k-command-cell", colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Button, { icon: "trash", children: "Delete" }) })
4932
8967
  ] }),
4933
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("tbody", { className: "k-table-tbody", children: [
4934
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("tr", { role: "row", className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td", colSpan: 6, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("p", { className: "k-reset", children: [
4935
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "caret-alt-down" }),
4936
- " ID: 1 "
4937
- ] }) }) }),
4938
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("tr", { className: "k-table-row k-master-row", role: "row", children: [
4939
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell" }),
4940
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "plus" }) }),
4941
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Checkbox, {}) }),
4942
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "1" }),
4943
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "Product1" }),
4944
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-touch-action-auto k-command-cell", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Button, { icon: "trash", children: "Delete" }) })
4945
- ] }),
4946
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("tr", { role: "row", className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td", colSpan: 6, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("p", { className: "k-reset", children: [
4947
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "caret-alt-down" }),
4948
- " ID: 2 "
4949
- ] }) }) }),
4950
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-master-row", role: "row", children: [
4951
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell" }),
4952
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "plus" }) }),
4953
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Checkbox, {}) }),
4954
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "2" }),
4955
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "Product2" }),
4956
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-touch-action-auto k-command-cell", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Button, { icon: "trash", children: "Delete" }) })
4957
- ] })
8968
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableRow, { role: "row", className: "k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 6, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("p", { className: "k-reset", children: [
8969
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "caret-alt-down" }),
8970
+ "ID: 2"
8971
+ ] }) }) }),
8972
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { alt: true, className: "k-master-row k-alt", role: "row", children: [
8973
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-table-group-td k-group-cell" }),
8974
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-hierarchy-cell", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "plus" }) }),
8975
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Checkbox, {}) }),
8976
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: "2" }),
8977
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: "Product2" }),
8978
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-touch-action-auto k-command-cell", colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Button, { icon: "trash", children: "Delete" }) })
4958
8979
  ] })
4959
- ] }) }),
4960
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", {}) })
4961
- ] }) })
4962
- ] })
8980
+ ] })
8981
+ ] }) }),
8982
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", {}) })
8983
+ ] }) })
4963
8984
  ] }),
4964
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { children: "Two Groups" }),
4965
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("div", { dir: "ltr", className: "k-grid k-grid-md", children: [
4966
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("div", { className: "k-grouping-header", children: [
4967
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(ChipList, { children: [
4968
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Chip, { icon: "sort-asc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ChipAction, { type: "remove" }), children: "ID" }),
4969
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Chip, { icon: "sort-asc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ChipAction, { type: "remove" }), children: "Name" })
8985
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("span", { children: "Two Groups" }),
8986
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(Grid, { _renderAriaRoot: true, dir: "ltr", groupingHeader: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridGroupingHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(ChipList, { children: [
8987
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Chip, { icon: "sort-asc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(ChipAction, { type: "remove" }), children: "ID" }),
8988
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Chip, { icon: "sort-asc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(ChipAction, { type: "remove" }), children: "Name" })
8989
+ ] }) }), children: [
8990
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(GridHeaderTable, { children: [
8991
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("colgroup", { children: [
8992
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { className: "k-group-col" }),
8993
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { className: "k-group-col" }),
8994
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { className: "k-hierarchy-col" }),
8995
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { style: { width: "50px" } }),
8996
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", {}),
8997
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", {}),
8998
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", {})
4970
8999
  ] }),
4971
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "k-grouping-drop-container" })
4972
- ] }),
4973
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("div", { className: "k-grid-aria-root", role: "grid", children: [
4974
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
4975
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("colgroup", { children: [
4976
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", { className: "k-group-col" }),
4977
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", { className: "k-group-col" }),
4978
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", { className: "k-hierarchy-col" }),
4979
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", { style: { width: "50px" } }),
4980
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", {}),
4981
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", {}),
4982
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", {})
9000
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableThead, { children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { children: [
9001
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { className: "k-group-cell" }),
9002
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { className: "k-group-cell" }),
9003
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { className: "k-hierarchy-cell" }),
9004
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { rowspan: 1, colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Checkbox, {}) }),
9005
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { className: "k-grid-draggable-header", rowspan: 1, colspan: 1, columnTitle: "ID" }),
9006
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { className: "k-grid-draggable-header", rowspan: 1, colspan: 1, columnTitle: "Name" }),
9007
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { rowspan: 1, colspan: 1, columnTitle: "Command" })
9008
+ ] }) })
9009
+ ] }) }) }),
9010
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(GridContent, { className: "k-virtual-content", children: [
9011
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", { className: "k-grid-table-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(GridTable, { children: [
9012
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("colgroup", { children: [
9013
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { className: "k-group-col" }),
9014
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { className: "k-group-col" }),
9015
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { className: "k-hierarchy-col" }),
9016
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { style: { width: "50px" } }),
9017
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", {}),
9018
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", {}),
9019
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", {})
4983
9020
  ] }),
4984
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("tr", { className: "k-table-row", children: [
4985
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("th", { className: "k-table-th k-group-cell k-header" }),
4986
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("th", { className: "k-table-th k-group-cell k-header" }),
4987
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("th", { className: "k-table-th k-hierarchy-cell k-header" }),
4988
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("th", { className: "k-table-th k-header", rowSpan: 1, colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Checkbox, {}) }),
4989
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("th", { className: "k-table-th k-header k-grid-draggable-header", rowSpan: 1, colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-column-title", children: "ID" }) }) }) }),
4990
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("th", { className: "k-table-th k-header k-grid-draggable-header", rowSpan: 1, colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
4991
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("th", { className: "k-table-th k-header", rowSpan: 1, colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-column-title", children: "Command" }) }) }) })
4992
- ] }) })
4993
- ] }) }) }),
4994
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("div", { className: "k-grid-content k-virtual-content", children: [
4995
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "k-grid-table-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
4996
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("colgroup", { children: [
4997
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", { className: "k-group-col" }),
4998
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", { className: "k-group-col" }),
4999
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", { className: "k-hierarchy-col" }),
5000
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", { style: { width: "50px" } }),
5001
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", {}),
5002
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", {}),
5003
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", {})
9021
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableTbody, { children: [
9022
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableRow, { role: "row", className: "k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 7, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("p", { className: "k-reset", children: [
9023
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "caret-alt-down" }),
9024
+ "ID: 1"
9025
+ ] }) }) }),
9026
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { role: "row", className: "k-table-group-row k-grouping-row", children: [
9027
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-table-group-td k-group-cell" }),
9028
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 6, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("p", { className: "k-reset", children: [
9029
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "caret-alt-down" }),
9030
+ "Name: Product1"
9031
+ ] }) })
5004
9032
  ] }),
5005
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("tbody", { className: "k-table-tbody", children: [
5006
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("tr", { role: "row", className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td", colSpan: 7, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("p", { className: "k-reset", children: [
5007
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "caret-alt-down" }),
5008
- " ID: 1 "
5009
- ] }) }) }),
5010
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("tr", { role: "row", className: "k-table-row k-table-group-row k-grouping-row", children: [
5011
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell" }),
5012
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td", colSpan: 6, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("p", { className: "k-reset", children: [
5013
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "caret-alt-down" }),
5014
- " Name: Product1 "
5015
- ] }) })
5016
- ] }),
5017
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("tr", { className: "k-table-row k-master-row", role: "row", children: [
5018
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell" }),
5019
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell" }),
5020
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "plus" }) }),
5021
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Checkbox, {}) }),
5022
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "1" }),
5023
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "Product1" }),
5024
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-touch-action-auto k-command-cell", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Button, { icon: "trash", children: "Delete" }) })
5025
- ] }),
5026
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("tr", { role: "row", className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td", colSpan: 7, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("p", { className: "k-reset", children: [
5027
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "caret-alt-down" }),
5028
- " ID: 2 "
5029
- ] }) }) }),
5030
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("tr", { role: "row", className: "k-table-row k-table-group-row k-grouping-row", children: [
5031
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell" }),
5032
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td", colSpan: 6, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("p", { className: "k-reset", children: [
5033
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "caret-alt-down" }),
5034
- " Name: Product2 "
5035
- ] }) })
5036
- ] }),
5037
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-master-row", role: "row", children: [
5038
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell" }),
5039
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell" }),
5040
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "plus" }) }),
5041
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Checkbox, {}) }),
5042
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "2" }),
5043
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "Product2" }),
5044
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-touch-action-auto k-command-cell", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Button, { icon: "trash", children: "Delete" }) })
5045
- ] })
9033
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { className: "k-master-row", role: "row", children: [
9034
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-table-group-td k-group-cell" }),
9035
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-table-group-td k-group-cell" }),
9036
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-hierarchy-cell", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "plus" }) }),
9037
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Checkbox, {}) }),
9038
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: "1" }),
9039
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: "Product1" }),
9040
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-touch-action-auto k-command-cell", colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Button, { icon: "trash", children: "Delete" }) })
9041
+ ] }),
9042
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableRow, { role: "row", className: "k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 7, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("p", { className: "k-reset", children: [
9043
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "caret-alt-down" }),
9044
+ "ID: 2"
9045
+ ] }) }) }),
9046
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { role: "row", className: "k-table-group-row k-grouping-row", children: [
9047
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-table-group-td k-group-cell" }),
9048
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 6, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("p", { className: "k-reset", children: [
9049
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "caret-alt-down" }),
9050
+ "Name: Product2"
9051
+ ] }) })
9052
+ ] }),
9053
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { alt: true, className: "k-master-row k-alt", role: "row", children: [
9054
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-table-group-td k-group-cell" }),
9055
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-table-group-td k-group-cell" }),
9056
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-hierarchy-cell", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "plus" }) }),
9057
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Checkbox, {}) }),
9058
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: "2" }),
9059
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: "Product2" }),
9060
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-touch-action-auto k-command-cell", colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Button, { icon: "trash", children: "Delete" }) })
5046
9061
  ] })
5047
- ] }) }),
5048
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", {}) })
5049
- ] }) })
5050
- ] })
9062
+ ] })
9063
+ ] }) }),
9064
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", {}) })
9065
+ ] }) })
5051
9066
  ] }),
5052
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { children: "Expanded Template" }),
5053
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("div", { dir: "ltr", className: "k-grid k-grid-md", children: [
5054
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("div", { className: "k-grouping-header", children: [
5055
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(ChipList, { children: [
5056
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Chip, { icon: "sort-asc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ChipAction, { type: "remove" }), children: "ID" }),
5057
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Chip, { icon: "sort-asc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(ChipAction, { type: "remove" }), children: "Name" })
9067
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("span", { children: "Expanded Template" }),
9068
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(Grid, { _renderAriaRoot: true, dir: "ltr", groupingHeader: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridGroupingHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(ChipList, { children: [
9069
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Chip, { icon: "sort-asc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(ChipAction, { type: "remove" }), children: "ID" }),
9070
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Chip, { icon: "sort-asc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(ChipAction, { type: "remove" }), children: "Name" })
9071
+ ] }) }), children: [
9072
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(GridHeaderTable, { children: [
9073
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("colgroup", { children: [
9074
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { className: "k-group-col" }),
9075
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { className: "k-group-col" }),
9076
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { className: "k-hierarchy-col" }),
9077
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { style: { width: "50px" } }),
9078
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", {}),
9079
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", {}),
9080
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", {})
5058
9081
  ] }),
5059
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "k-grouping-drop-container" })
5060
- ] }),
5061
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("div", { className: "k-grid-aria-root", role: "grid", children: [
5062
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
5063
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("colgroup", { children: [
5064
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", { className: "k-group-col" }),
5065
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", { className: "k-group-col" }),
5066
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", { className: "k-hierarchy-col" }),
5067
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", { style: { width: "50px" } }),
5068
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", {}),
5069
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", {}),
5070
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", {})
9082
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableThead, { children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { children: [
9083
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { className: "k-group-cell" }),
9084
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { className: "k-group-cell" }),
9085
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { className: "k-hierarchy-cell" }),
9086
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { rowspan: 1, colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Checkbox, {}) }),
9087
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { className: "k-grid-draggable-header", rowspan: 1, colspan: 1, columnTitle: "ID" }),
9088
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { className: "k-grid-draggable-header", rowspan: 1, colspan: 1, columnTitle: "Name" }),
9089
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { rowspan: 1, colspan: 1, columnTitle: "Command" })
9090
+ ] }) })
9091
+ ] }) }) }),
9092
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(GridContent, { className: "k-virtual-content", children: [
9093
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", { className: "k-grid-table-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(GridTable, { children: [
9094
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("colgroup", { children: [
9095
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { className: "k-group-col" }),
9096
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { className: "k-group-col" }),
9097
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { className: "k-hierarchy-col" }),
9098
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { style: { width: "50px" } }),
9099
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", {}),
9100
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", {}),
9101
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", {})
5071
9102
  ] }),
5072
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("tr", { className: "k-table-row", children: [
5073
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("th", { className: "k-table-th k-group-cell k-header" }),
5074
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("th", { className: "k-table-th k-group-cell k-header" }),
5075
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("th", { className: "k-table-th k-hierarchy-cell k-header" }),
5076
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("th", { className: "k-table-th k-header", rowSpan: 1, colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Checkbox, {}) }),
5077
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("th", { className: "k-table-th k-header k-grid-draggable-header", rowSpan: 1, colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-column-title", children: "ID" }) }) }) }),
5078
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("th", { className: "k-table-th k-header k-grid-draggable-header", rowSpan: 1, colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
5079
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("th", { className: "k-table-th k-header", rowSpan: 1, colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-column-title", children: "Command" }) }) }) })
5080
- ] }) })
5081
- ] }) }) }),
5082
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("div", { className: "k-grid-content k-virtual-content", children: [
5083
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "k-grid-table-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
5084
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("colgroup", { children: [
5085
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", { className: "k-group-col" }),
5086
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", { className: "k-group-col" }),
5087
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", { className: "k-hierarchy-col" }),
5088
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", { style: { width: "50px" } }),
5089
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", {}),
5090
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", {}),
5091
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("col", {})
9103
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableTbody, { children: [
9104
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableRow, { role: "row", className: "k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 7, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("p", { className: "k-reset", children: [
9105
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "caret-alt-down" }),
9106
+ "ID: 1"
9107
+ ] }) }) }),
9108
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { role: "row", className: "k-table-group-row k-grouping-row", children: [
9109
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-table-group-td k-group-cell" }),
9110
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 6, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("p", { className: "k-reset", children: [
9111
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "caret-alt-down" }),
9112
+ "Name: Product1"
9113
+ ] }) })
5092
9114
  ] }),
5093
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("tbody", { className: "k-table-tbody", children: [
5094
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("tr", { role: "row", className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td", colSpan: 7, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("p", { className: "k-reset", children: [
5095
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "caret-alt-down" }),
5096
- " ID: 1 "
5097
- ] }) }) }),
5098
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("tr", { role: "row", className: "k-table-row k-table-group-row k-grouping-row", children: [
5099
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell" }),
5100
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td", colSpan: 6, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("p", { className: "k-reset", children: [
5101
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "caret-alt-down" }),
5102
- " Name: Product1 "
5103
- ] }) })
5104
- ] }),
5105
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("tr", { className: "k-table-row k-master-row k-expanded", role: "row", children: [
5106
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell" }),
5107
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell" }),
5108
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "minus" }) }),
5109
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Checkbox, {}) }),
5110
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "1" }),
5111
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "Product1" }),
5112
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-touch-action-auto k-command-cell", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Button, { icon: "trash", children: "Delete" }) })
5113
- ] }),
5114
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("tr", { className: "k-table-row k-detail-row", role: "row", children: [
5115
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell" }),
5116
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell" }),
5117
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-hierarchy-cell" }),
5118
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-detail-cell", colSpan: 4, children: " Template Text " })
5119
- ] }),
5120
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("tr", { role: "row", className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td", colSpan: 7, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("p", { className: "k-reset", children: [
5121
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "caret-alt-down" }),
5122
- " ID: 2 "
5123
- ] }) }) }),
5124
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("tr", { role: "row", className: "k-table-row k-table-group-row k-grouping-row", children: [
5125
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell" }),
5126
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td", colSpan: 6, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("p", { className: "k-reset", children: [
5127
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "caret-alt-down" }),
5128
- " Name: Product2 "
5129
- ] }) })
5130
- ] }),
5131
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-master-row k-expanded", role: "row", children: [
5132
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell" }),
5133
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell" }),
5134
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-hierarchy-cell", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "minus" }) }),
5135
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Checkbox, {}) }),
5136
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "2" }),
5137
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "Product2" }),
5138
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-touch-action-auto k-command-cell", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Button, { icon: "trash", children: "Delete" }) })
5139
- ] }),
5140
- /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("tr", { className: "k-table-row k-table-alt-row k-detail-row k-alt", role: "row", children: [
5141
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell" }),
5142
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell" }),
5143
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-hierarchy-cell" }),
5144
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("td", { className: "k-table-td k-detail-cell", colSpan: 4, children: " Template Text " })
5145
- ] })
9115
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { className: "k-master-row k-expanded", role: "row", children: [
9116
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-table-group-td k-group-cell" }),
9117
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-table-group-td k-group-cell" }),
9118
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-hierarchy-cell", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "minus" }) }),
9119
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Checkbox, {}) }),
9120
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: "1" }),
9121
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: "Product1" }),
9122
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-touch-action-auto k-command-cell", colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Button, { icon: "trash", children: "Delete" }) })
9123
+ ] }),
9124
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { className: "k-detail-row", role: "row", children: [
9125
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-table-group-td k-group-cell" }),
9126
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-table-group-td k-group-cell" }),
9127
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-hierarchy-cell" }),
9128
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-detail-cell", colspan: 4, children: " Template Text " })
9129
+ ] }),
9130
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableRow, { role: "row", className: "k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 7, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("p", { className: "k-reset", children: [
9131
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "caret-alt-down" }),
9132
+ "ID: 2"
9133
+ ] }) }) }),
9134
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { role: "row", className: "k-table-group-row k-grouping-row", children: [
9135
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-table-group-td k-group-cell" }),
9136
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 6, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("p", { className: "k-reset", children: [
9137
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "caret-alt-down" }),
9138
+ "Name: Product2"
9139
+ ] }) })
9140
+ ] }),
9141
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { alt: true, className: "k-master-row k-alt k-expanded", role: "row", children: [
9142
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-table-group-td k-group-cell" }),
9143
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-table-group-td k-group-cell" }),
9144
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-hierarchy-cell", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "minus" }) }),
9145
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Checkbox, {}) }),
9146
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: "2" }),
9147
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: "Product2" }),
9148
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-touch-action-auto k-command-cell", colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Button, { icon: "trash", children: "Delete" }) })
9149
+ ] }),
9150
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { alt: true, className: "k-detail-row k-alt", role: "row", children: [
9151
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-table-group-td k-group-cell" }),
9152
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-table-group-td k-group-cell" }),
9153
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-hierarchy-cell" }),
9154
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-detail-cell", colspan: 4, children: " Template Text " })
5146
9155
  ] })
5147
- ] }) }),
5148
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", {}) })
5149
- ] }) })
5150
- ] })
9156
+ ] })
9157
+ ] }) }),
9158
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", {}) })
9159
+ ] }) })
5151
9160
  ] })
5152
9161
  ] }) });