@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
@@ -4604,218 +4604,4486 @@ var import_jsx_runtime13 = require("react/jsx-runtime");
4604
4604
  // src/chip/templates/chip-removable.tsx
4605
4605
  var import_jsx_runtime14 = require("react/jsx-runtime");
4606
4606
 
4607
+ // src/grid/grid.spec.tsx
4608
+ var import_jsx_runtime15 = require("react/jsx-runtime");
4609
+ var GRID_CLASSNAME = "k-grid";
4610
+ var states7 = [];
4611
+ var options7 = {
4612
+ size: [Size.small, Size.medium, Size.large]
4613
+ };
4614
+ var defaultProps7 = {
4615
+ size: Size.medium,
4616
+ pagerPosition: "bottom"
4617
+ };
4618
+ var Grid = (props) => {
4619
+ const {
4620
+ size = defaultProps7.size,
4621
+ toolbar,
4622
+ pager,
4623
+ pagerPosition,
4624
+ groupingHeader,
4625
+ _renderAriaRoot,
4626
+ ...other
4627
+ } = props;
4628
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
4629
+ "div",
4630
+ {
4631
+ ...other,
4632
+ className: classNames(
4633
+ props.className,
4634
+ GRID_CLASSNAME,
4635
+ optionClassNames(GRID_CLASSNAME, { size })
4636
+ ),
4637
+ children: [
4638
+ toolbar,
4639
+ pagerPosition === "top" && pager,
4640
+ groupingHeader,
4641
+ props.children && _renderAriaRoot ? /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "k-grid-aria-root", children: props.children }) : props.children,
4642
+ pagerPosition === "bottom" && pager
4643
+ ]
4644
+ }
4645
+ );
4646
+ };
4647
+ Grid.states = states7;
4648
+ Grid.options = options7;
4649
+ Grid.className = GRID_CLASSNAME;
4650
+ Grid.defaultProps = defaultProps7;
4651
+
4652
+ // src/grid/grid-header.spec.tsx
4653
+ var import_jsx_runtime16 = require("react/jsx-runtime");
4654
+ var className = `k-grid-header`;
4655
+ var GridHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
4656
+ "div",
4657
+ {
4658
+ ...props,
4659
+ className: classNames(
4660
+ props.className,
4661
+ className
4662
+ ),
4663
+ children: props.children
4664
+ }
4665
+ );
4666
+
4667
+ // src/grid/grid-grouping-header.spec.tsx
4668
+ var import_jsx_runtime17 = require("react/jsx-runtime");
4669
+ var className2 = `k-grouping-header`;
4670
+ var GridGroupingHeader = (props) => {
4671
+ const {
4672
+ dropHint,
4673
+ dropClue,
4674
+ ...others
4675
+ } = props;
4676
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
4677
+ "div",
4678
+ {
4679
+ ...others,
4680
+ className: classNames(
4681
+ props.className,
4682
+ className2
4683
+ ),
4684
+ children: [
4685
+ dropClue && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "k-grouping-dropclue" }),
4686
+ props.children,
4687
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { className: "k-grouping-drop-container", children: dropHint })
4688
+ ]
4689
+ }
4690
+ );
4691
+ };
4692
+
4693
+ // src/table/data-table.spec.tsx
4694
+ var import_jsx_runtime18 = require("react/jsx-runtime");
4695
+ var DATATABLE_CLASSNAME = `k-data-table`;
4696
+ var states8 = [];
4697
+ var options8 = {
4698
+ size: [Size.small, Size.medium, Size.large]
4699
+ };
4700
+ var defaultProps8 = {
4701
+ size: Size.medium
4702
+ };
4703
+ var DataTable = (props) => {
4704
+ const {
4705
+ size = defaultProps8.size,
4706
+ ...other
4707
+ } = props;
4708
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
4709
+ "div",
4710
+ {
4711
+ ...other,
4712
+ className: classNames(
4713
+ props.className,
4714
+ DATATABLE_CLASSNAME,
4715
+ optionClassNames("k-table", {
4716
+ size
4717
+ })
4718
+ ),
4719
+ children: props.children
4720
+ }
4721
+ );
4722
+ };
4723
+ DataTable.states = states8;
4724
+ DataTable.options = options8;
4725
+ DataTable.className = DATATABLE_CLASSNAME;
4726
+ DataTable.defaultProps = defaultProps8;
4727
+
4728
+ // src/table/table-header.tsx
4729
+ var import_jsx_runtime19 = require("react/jsx-runtime");
4730
+
4731
+ // src/table/table-body.tsx
4732
+ var import_jsx_runtime20 = require("react/jsx-runtime");
4733
+
4734
+ // src/table/table-footer.tsx
4735
+ var import_jsx_runtime21 = require("react/jsx-runtime");
4736
+
4737
+ // src/table/table.spec.tsx
4738
+ var import_jsx_runtime22 = require("react/jsx-runtime");
4739
+ var TABLE_CLASSNAME = `k-table`;
4740
+ var states9 = [];
4741
+ var options9 = {
4742
+ size: [Size.small, Size.medium, Size.large]
4743
+ };
4744
+ var defaultProps9 = {};
4745
+ var Table = (props) => {
4746
+ const {
4747
+ size,
4748
+ ...other
4749
+ } = props;
4750
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
4751
+ "table",
4752
+ {
4753
+ ...other,
4754
+ className: classNames(
4755
+ props.className,
4756
+ TABLE_CLASSNAME,
4757
+ optionClassNames(TABLE_CLASSNAME, {
4758
+ size
4759
+ })
4760
+ ),
4761
+ children: props.children
4762
+ }
4763
+ );
4764
+ };
4765
+ Table.states = states9;
4766
+ Table.options = options9;
4767
+ Table.className = TABLE_CLASSNAME;
4768
+ Table.defaultProps = defaultProps9;
4769
+
4770
+ // src/table/table-list.spec.tsx
4771
+ var import_jsx_runtime23 = require("react/jsx-runtime");
4772
+ var TABLELIST_CLASSNAME = `k-table-list`;
4773
+ var states10 = [];
4774
+ var options10 = {
4775
+ size: [Size.small, Size.medium, Size.large]
4776
+ };
4777
+ var defaultProps10 = {};
4778
+ var TableList = (props) => {
4779
+ const {
4780
+ size,
4781
+ virtualization,
4782
+ ...other
4783
+ } = props;
4784
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4785
+ "ul",
4786
+ {
4787
+ ...other,
4788
+ className: classNames(
4789
+ props.className,
4790
+ "k-table",
4791
+ TABLELIST_CLASSNAME,
4792
+ optionClassNames(TABLELIST_CLASSNAME, {
4793
+ size
4794
+ }),
4795
+ {
4796
+ "k-virtual-table": virtualization
4797
+ }
4798
+ ),
4799
+ children: props.children
4800
+ }
4801
+ );
4802
+ };
4803
+ TableList.states = states10;
4804
+ TableList.options = options10;
4805
+ TableList.className = TABLELIST_CLASSNAME;
4806
+ TableList.defaultProps = defaultProps10;
4807
+
4808
+ // src/table/table-thead.tsx
4809
+ var import_jsx_runtime24 = require("react/jsx-runtime");
4810
+ var className3 = `k-table-thead`;
4811
+ var TableThead = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
4812
+ "thead",
4813
+ {
4814
+ className: classNames(
4815
+ props.className,
4816
+ className3
4817
+ ),
4818
+ children: props.children
4819
+ }
4820
+ );
4821
+
4822
+ // src/table/table-tbody.tsx
4823
+ var import_jsx_runtime25 = require("react/jsx-runtime");
4824
+ var className4 = `k-table-tbody`;
4825
+ var TableTbody = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
4826
+ "tbody",
4827
+ {
4828
+ className: classNames(
4829
+ props.className,
4830
+ className4
4831
+ ),
4832
+ children: props.children
4833
+ }
4834
+ );
4835
+
4836
+ // src/table/table-tfoot.tsx
4837
+ var import_jsx_runtime26 = require("react/jsx-runtime");
4838
+
4839
+ // src/table/table-row.tsx
4840
+ var import_jsx_runtime27 = require("react/jsx-runtime");
4841
+ var TABLEROW_CLASSNAME = `k-table-row`;
4842
+ var states11 = [
4843
+ States.hover,
4844
+ States.focus,
4845
+ States.selected,
4846
+ States.disabled
4847
+ ];
4848
+ var TableRow = (props) => {
4849
+ const {
4850
+ hover,
4851
+ focus,
4852
+ selected,
4853
+ disabled,
4854
+ alt,
4855
+ ...other
4856
+ } = props;
4857
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
4858
+ "tr",
4859
+ {
4860
+ ...other,
4861
+ className: classNames(
4862
+ props.className,
4863
+ TABLEROW_CLASSNAME,
4864
+ {
4865
+ ["k-table-alt-row"]: alt
4866
+ },
4867
+ stateClassNames(TABLEROW_CLASSNAME, {
4868
+ hover,
4869
+ focus,
4870
+ disabled,
4871
+ selected
4872
+ })
4873
+ ),
4874
+ children: props.children
4875
+ }
4876
+ );
4877
+ };
4878
+
4879
+ // src/table/table-list-row.tsx
4880
+ var import_jsx_runtime28 = require("react/jsx-runtime");
4881
+ var states12 = [
4882
+ States.hover,
4883
+ States.focus,
4884
+ States.selected,
4885
+ States.disabled
4886
+ ];
4887
+
4888
+ // src/table/table-th.tsx
4889
+ var import_jsx_runtime29 = require("react/jsx-runtime");
4890
+ var className5 = `k-table-th`;
4891
+ var TableTh = (props) => {
4892
+ const {
4893
+ text,
4894
+ colspan,
4895
+ rowspan,
4896
+ ...other
4897
+ } = props;
4898
+ const textOrChildren = text ? text : props.children;
4899
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
4900
+ "th",
4901
+ {
4902
+ colSpan: colspan,
4903
+ rowSpan: rowspan,
4904
+ ...other,
4905
+ className: classNames(
4906
+ props.className,
4907
+ className5
4908
+ ),
4909
+ children: textOrChildren
4910
+ }
4911
+ );
4912
+ };
4913
+
4914
+ // src/table/table-list-th.tsx
4915
+ var import_jsx_runtime30 = require("react/jsx-runtime");
4916
+
4917
+ // src/table/table-td.tsx
4918
+ var import_jsx_runtime31 = require("react/jsx-runtime");
4919
+ var className6 = `k-table-td`;
4920
+ var TableTd = (props) => {
4921
+ const {
4922
+ text,
4923
+ colspan,
4924
+ ...other
4925
+ } = props;
4926
+ const textOrChildren = text ? text : props.children;
4927
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
4928
+ "td",
4929
+ {
4930
+ colSpan: colspan,
4931
+ ...other,
4932
+ className: classNames(
4933
+ props.className,
4934
+ className6
4935
+ ),
4936
+ children: textOrChildren
4937
+ }
4938
+ );
4939
+ };
4940
+
4941
+ // src/table/table-list-td.tsx
4942
+ var import_jsx_runtime32 = require("react/jsx-runtime");
4943
+
4944
+ // src/table/table-group-header.tsx
4945
+ var import_jsx_runtime33 = require("react/jsx-runtime");
4946
+
4947
+ // src/table/table-group-sticky-header.tsx
4948
+ var import_jsx_runtime34 = require("react/jsx-runtime");
4949
+
4950
+ // src/table/table-group-row.tsx
4951
+ var import_jsx_runtime35 = require("react/jsx-runtime");
4952
+
4953
+ // src/table/table-list-group-row.tsx
4954
+ var import_jsx_runtime36 = require("react/jsx-runtime");
4955
+
4956
+ // src/table/templates/table-list.tsx
4957
+ var import_jsx_runtime37 = require("react/jsx-runtime");
4958
+
4959
+ // src/table/templates/table-list-virtualization.tsx
4960
+ var import_jsx_runtime38 = require("react/jsx-runtime");
4961
+
4962
+ // src/table/templates/data-table-normal.tsx
4963
+ var import_jsx_runtime39 = require("react/jsx-runtime");
4964
+
4965
+ // src/table/templates/table-native.tsx
4966
+ var import_jsx_runtime40 = require("react/jsx-runtime");
4967
+
4968
+ // src/grid/grid-header-table.spec.tsx
4969
+ var import_jsx_runtime41 = require("react/jsx-runtime");
4970
+ var GRIDHEADERTABLE_CLASSNAME = `k-grid-header-table`;
4971
+ var GridHeaderTable = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
4972
+ Table,
4973
+ {
4974
+ size: "medium",
4975
+ ...props,
4976
+ className: classNames(
4977
+ props.className,
4978
+ GRIDHEADERTABLE_CLASSNAME
4979
+ ),
4980
+ children: props.children
4981
+ }
4982
+ );
4983
+
4984
+ // src/grid/grid-header-cell.spec.tsx
4985
+ var import_jsx_runtime42 = require("react/jsx-runtime");
4986
+ var className7 = `k-header`;
4987
+ var states13 = [
4988
+ States.hover,
4989
+ States.focus,
4990
+ States.active
4991
+ ];
4992
+ var defaultProps11 = {
4993
+ sortIcon: "sort-asc-small"
4994
+ };
4995
+ var GridHeaderCell = (props) => {
4996
+ const {
4997
+ menu,
4998
+ sortable,
4999
+ sticky,
5000
+ resizable,
5001
+ columnTitle,
5002
+ hover,
5003
+ focus,
5004
+ active,
5005
+ sortIcon = defaultProps11.sortIcon,
5006
+ sortOrder,
5007
+ ...others
5008
+ } = props;
5009
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5010
+ TableTh,
5011
+ {
5012
+ ...others,
5013
+ className: classNames(
5014
+ props.className,
5015
+ className7,
5016
+ {
5017
+ [`k-filterable`]: menu === "filter",
5018
+ [`k-sorted`]: sortable,
5019
+ [`k-grid-header-sticky`]: sticky,
5020
+ [`k-touch-action-none`]: resizable
5021
+ },
5022
+ stateClassNames(className7, {
5023
+ hover,
5024
+ focus,
5025
+ active
5026
+ })
5027
+ ),
5028
+ children: [
5029
+ columnTitle && /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("span", { className: "k-cell-inner", children: [
5030
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("span", { className: "k-link", children: [
5031
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: "k-column-title", children: columnTitle }),
5032
+ sortable && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Icon, { icon: sortIcon }) }),
5033
+ sortOrder && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: "k-sort-order", children: sortOrder })
5034
+ ] }),
5035
+ menu && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("a", { href: "#", className: classNames(
5036
+ "k-grid-header-menu",
5037
+ {
5038
+ [`k-active`]: active,
5039
+ [`k-grid-filter-menu`]: menu === "filter",
5040
+ [`k-grid-column-menu`]: menu === "column"
5041
+ }
5042
+ ), children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Icon, { icon: menu === "filter" ? "filter" : "more-vertical" }) })
5043
+ ] }),
5044
+ props.children,
5045
+ resizable && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: "k-column-resizer k-touch-action-none" })
5046
+ ]
5047
+ }
5048
+ );
5049
+ };
5050
+
5051
+ // src/grid/grid-container.spec.tsx
5052
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5053
+ var className8 = `k-grid-container`;
5054
+ var GridContainer = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5055
+ "div",
5056
+ {
5057
+ ...props,
5058
+ className: classNames(
5059
+ props.className,
5060
+ className8
5061
+ ),
5062
+ children: props.children
5063
+ }
5064
+ );
5065
+
5066
+ // src/grid/grid-content.spec.tsx
5067
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5068
+ var className9 = `k-grid-content`;
5069
+ var GridContent = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5070
+ "div",
5071
+ {
5072
+ ...props,
5073
+ className: classNames(
5074
+ props.className,
5075
+ className9
5076
+ ),
5077
+ children: props.children
5078
+ }
5079
+ );
5080
+
5081
+ // src/grid/grid-table.spec.tsx
5082
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5083
+ var GRIDTABLE_CLASSNAME = `k-grid-table`;
5084
+ var GridTable = (props) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5085
+ Table,
5086
+ {
5087
+ size: "medium",
5088
+ ...props,
5089
+ className: classNames(
5090
+ props.className,
5091
+ GRIDTABLE_CLASSNAME
5092
+ ),
5093
+ children: props.children
5094
+ }
5095
+ );
5096
+
5097
+ // src/grid/grid-footer.spec.tsx
5098
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5099
+
5100
+ // src/grid/grid-footer-table.spec.tsx
5101
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5102
+
5103
+ // src/button/button.spec.tsx
5104
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5105
+ var BUTTON_CLASSNAME = `k-button`;
5106
+ var states14 = [
5107
+ States.hover,
5108
+ States.focus,
5109
+ States.active,
5110
+ States.selected,
5111
+ States.disabled
5112
+ ];
5113
+ var options11 = {
5114
+ size: [Size.small, Size.medium, Size.large],
5115
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5116
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
5117
+ themeColor: [
5118
+ ThemeColor.base,
5119
+ ThemeColor.primary,
5120
+ ThemeColor.secondary,
5121
+ ThemeColor.tertiary,
5122
+ ThemeColor.success,
5123
+ ThemeColor.warning,
5124
+ ThemeColor.error,
5125
+ ThemeColor.info,
5126
+ ThemeColor.light,
5127
+ ThemeColor.dark,
5128
+ ThemeColor.inverse
5129
+ ]
5130
+ };
5131
+ var defaultProps12 = {
5132
+ size: Size.medium,
5133
+ rounded: Roundness.medium,
5134
+ fillMode: FillMode.solid,
5135
+ themeColor: ThemeColor.base,
5136
+ showArrow: false,
5137
+ arrowIconName: "caret-alt-down"
5138
+ };
5139
+ var Button = (props) => {
5140
+ const {
5141
+ size = defaultProps12.size,
5142
+ rounded = defaultProps12.rounded,
5143
+ fillMode = defaultProps12.fillMode,
5144
+ themeColor = defaultProps12.themeColor,
5145
+ hover,
5146
+ focus,
5147
+ active,
5148
+ selected,
5149
+ disabled,
5150
+ icon,
5151
+ text,
5152
+ iconClassName,
5153
+ showArrow = defaultProps12.showArrow,
5154
+ arrowIconName = defaultProps12.arrowIconName,
5155
+ ...other
5156
+ } = props;
5157
+ const hasIcon = icon !== void 0;
5158
+ const hasChildren = props.children !== void 0;
5159
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
5160
+ "button",
5161
+ {
5162
+ ...other,
5163
+ className: classNames(
5164
+ props.className,
5165
+ BUTTON_CLASSNAME,
5166
+ optionClassNames(BUTTON_CLASSNAME, {
5167
+ size,
5168
+ rounded,
5169
+ fillMode,
5170
+ themeColor
5171
+ }),
5172
+ stateClassNames(BUTTON_CLASSNAME, {
5173
+ hover,
5174
+ focus,
5175
+ active,
5176
+ disabled,
5177
+ selected
5178
+ }),
5179
+ {
5180
+ ["k-icon-button"]: !text && !hasChildren && hasIcon
5181
+ }
5182
+ ),
5183
+ children: [
5184
+ icon && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5185
+ Icon,
5186
+ {
5187
+ className: classNames(iconClassName, "k-button-icon"),
5188
+ icon
5189
+ }
5190
+ ),
5191
+ text ? /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(import_jsx_runtime48.Fragment, { children: [
5192
+ text && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-button-text", children: text }),
5193
+ props.children
5194
+ ] }) : props.children && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-button-text", children: props.children }),
5195
+ showArrow && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-menu-button-arrow k-button-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { icon: arrowIconName }) })
5196
+ ]
5197
+ }
5198
+ );
5199
+ };
5200
+ Button.states = states14;
5201
+ Button.options = options11;
5202
+ Button.className = BUTTON_CLASSNAME;
5203
+ Button.defaultProps = defaultProps12;
5204
+
5205
+ // src/button/templates/icon-button.tsx
5206
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5207
+
5208
+ // src/button/templates/icon-text-button.tsx
5209
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5210
+
5211
+ // src/button/templates/text-button.tsx
5212
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5213
+
5214
+ // src/input/input.spec.tsx
5215
+ var import_jsx_runtime52 = require("react/jsx-runtime");
5216
+ var INPUT_CLASSNAME = `k-input`;
5217
+ var states15 = [
5218
+ States.hover,
5219
+ States.focus,
5220
+ States.valid,
5221
+ States.invalid,
5222
+ States.required,
5223
+ States.disabled,
5224
+ States.loading,
5225
+ States.readonly
5226
+ ];
5227
+ var options12 = {
5228
+ size: [Size.small, Size.medium, Size.large],
5229
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5230
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5231
+ };
5232
+ var defaultProps13 = {
5233
+ size: Size.medium,
5234
+ rounded: Size.medium,
5235
+ fillMode: FillMode.solid
5236
+ };
5237
+ var Input = (props) => {
5238
+ const {
5239
+ hover,
5240
+ focus,
5241
+ disabled,
5242
+ invalid,
5243
+ valid,
5244
+ loading,
5245
+ readonly,
5246
+ size = defaultProps13.size,
5247
+ rounded = defaultProps13.rounded,
5248
+ fillMode = defaultProps13.fillMode,
5249
+ ...other
5250
+ } = props;
5251
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5252
+ "span",
5253
+ {
5254
+ ...other,
5255
+ className: classNames(
5256
+ props.className,
5257
+ INPUT_CLASSNAME,
5258
+ optionClassNames(INPUT_CLASSNAME, { size, rounded, fillMode }),
5259
+ stateClassNames(INPUT_CLASSNAME, { hover, focus, disabled, invalid, valid, loading, readonly })
5260
+ )
5261
+ }
5262
+ );
5263
+ };
5264
+ Input.states = states15;
5265
+ Input.options = options12;
5266
+ Input.className = INPUT_CLASSNAME;
5267
+ Input.defaultProps = defaultProps13;
5268
+
5269
+ // src/input/picker.spec.tsx
5270
+ var import_jsx_runtime53 = require("react/jsx-runtime");
5271
+ var PICKER_CLASSNAME = `k-picker`;
5272
+ var pickerStates = [
5273
+ States.hover,
5274
+ States.focus,
5275
+ States.valid,
5276
+ States.invalid,
5277
+ States.required,
5278
+ States.disabled,
5279
+ States.loading,
5280
+ States.readonly
5281
+ ];
5282
+ var pickerOptions = {
5283
+ size: [Size.small, Size.medium, Size.large],
5284
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5285
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5286
+ };
5287
+ var defaultProps14 = {
5288
+ size: Size.medium,
5289
+ rounded: Roundness.medium,
5290
+ fillMode: FillMode.solid
5291
+ };
5292
+ var Picker = (props) => {
5293
+ const {
5294
+ hover,
5295
+ focus,
5296
+ disabled,
5297
+ invalid,
5298
+ valid,
5299
+ loading,
5300
+ readonly,
5301
+ size = defaultProps14.size,
5302
+ rounded = defaultProps14.rounded,
5303
+ fillMode = defaultProps14.fillMode,
5304
+ ...other
5305
+ } = props;
5306
+ return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5307
+ "span",
5308
+ {
5309
+ ...other,
5310
+ className: classNames(
5311
+ props.className,
5312
+ PICKER_CLASSNAME,
5313
+ optionClassNames(PICKER_CLASSNAME, { size, rounded, fillMode }),
5314
+ stateClassNames(PICKER_CLASSNAME, { hover, focus, disabled, invalid, valid, loading, readonly })
5315
+ ),
5316
+ children: props.children
5317
+ }
5318
+ );
5319
+ };
5320
+ Picker.states = pickerStates;
5321
+ Picker.options = pickerOptions;
5322
+ Picker.className = PICKER_CLASSNAME;
5323
+ Picker.defaultProps = defaultProps14;
5324
+
5325
+ // src/input/input-clear-value.tsx
5326
+ var import_jsx_runtime54 = require("react/jsx-runtime");
5327
+ var className10 = `k-clear-value`;
5328
+ var states16 = [
5329
+ States.disabled,
5330
+ States.loading,
5331
+ States.readonly
5332
+ ];
5333
+ var options13 = {};
5334
+ var InputClearValue = (props) => {
5335
+ const {
5336
+ disabled,
5337
+ loading,
5338
+ readonly,
5339
+ value
5340
+ } = props;
5341
+ if (disabled || readonly || loading || !value) {
5342
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_jsx_runtime54.Fragment, {});
5343
+ }
5344
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: classNames(props.className, className10), children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Icon, { icon: "x" }) });
5345
+ };
5346
+ InputClearValue.states = states16;
5347
+ InputClearValue.options = options13;
5348
+ InputClearValue.className = className10;
5349
+
5350
+ // src/input/input-inner-input.tsx
5351
+ var import_jsx_runtime55 = require("react/jsx-runtime");
5352
+ var className11 = `k-input-inner`;
5353
+ var states17 = [];
5354
+ var options14 = {};
5355
+ var defaultProps15 = {
5356
+ type: "text",
5357
+ autocomplete: "off",
5358
+ value: "",
5359
+ placeholder: ""
5360
+ };
5361
+ var InputInnerInput = (props) => {
5362
+ const {
5363
+ value = defaultProps15.value,
5364
+ type = defaultProps15.type,
5365
+ placeholder = defaultProps15.placeholder,
5366
+ autocomplete = defaultProps15.autocomplete,
5367
+ ...other
5368
+ } = props;
5369
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5370
+ "input",
5371
+ {
5372
+ ...other,
5373
+ type,
5374
+ className: classNames(props.className, className11, optionClassNames(className11, props)),
5375
+ placeholder,
5376
+ autoComplete: autocomplete,
5377
+ defaultValue: value
5378
+ }
5379
+ );
5380
+ };
5381
+ InputInnerInput.states = states17;
5382
+ InputInnerInput.options = options14;
5383
+ InputInnerInput.className = className11;
5384
+
5385
+ // src/input/input-inner-span.tsx
5386
+ var import_jsx_runtime56 = require("react/jsx-runtime");
5387
+ var className12 = `k-input-inner`;
5388
+ var states18 = [];
5389
+ var options15 = {};
5390
+ var InputInnerSpan = (props) => {
5391
+ const {
5392
+ value,
5393
+ placeholder,
5394
+ showValue,
5395
+ valueIcon,
5396
+ valueIconName,
5397
+ ...other
5398
+ } = props;
5399
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
5400
+ "span",
5401
+ {
5402
+ ...other,
5403
+ className: classNames(props.className, className12, optionClassNames(className12, props)),
5404
+ children: [
5405
+ valueIcon,
5406
+ !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
5407
+ showValue && !value && placeholder,
5408
+ showValue && value && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("span", { className: "k-input-value-text", children: value })
5409
+ ]
5410
+ }
5411
+ );
5412
+ };
5413
+ InputInnerSpan.states = states18;
5414
+ InputInnerSpan.options = options15;
5415
+ InputInnerSpan.className = className12;
5416
+
5417
+ // src/input/input-inner-textarea.tsx
5418
+ var import_jsx_runtime57 = require("react/jsx-runtime");
5419
+ var defaultProps16 = {
5420
+ value: "",
5421
+ placeholder: ""
5422
+ };
5423
+ var className13 = `k-input-inner`;
5424
+ var states19 = [];
5425
+ var options16 = {};
5426
+ var InputInnerTextarea = (props) => {
5427
+ const {
5428
+ value = defaultProps16.value,
5429
+ placeholder = defaultProps16.placeholder,
5430
+ rows,
5431
+ ...other
5432
+ } = props;
5433
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
5434
+ "textarea",
5435
+ {
5436
+ ...other,
5437
+ className: classNames(props.className, className13, optionClassNames(className13, props)),
5438
+ placeholder,
5439
+ rows,
5440
+ children: value
5441
+ }
5442
+ );
5443
+ };
5444
+ InputInnerTextarea.states = states19;
5445
+ InputInnerTextarea.options = options16;
5446
+ InputInnerTextarea.className = className13;
5447
+
5448
+ // src/input/input-loading-icon.tsx
5449
+ var import_jsx_runtime58 = require("react/jsx-runtime");
5450
+ var className14 = `k-input-loading-icon`;
5451
+ var states20 = [
5452
+ States.disabled,
5453
+ States.loading
5454
+ ];
5455
+ var InputLoadingIcon = (props) => {
5456
+ const {
5457
+ disabled,
5458
+ loading
5459
+ } = props;
5460
+ if (disabled || !loading) {
5461
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_jsx_runtime58.Fragment, {});
5462
+ }
5463
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: classNames(props.className, className14, "k-icon k-i-loading") });
5464
+ };
5465
+
5466
+ // src/input/input-validation-icon.tsx
5467
+ var import_jsx_runtime59 = require("react/jsx-runtime");
5468
+ var className15 = `k-input-validation-icon`;
5469
+ var states21 = [
5470
+ States.valid,
5471
+ States.invalid,
5472
+ States.disabled,
5473
+ States.loading
5474
+ ];
5475
+ var options17 = {};
5476
+ var InputValidationIcon = (props) => {
5477
+ const {
5478
+ valid,
5479
+ invalid,
5480
+ disabled,
5481
+ loading
5482
+ } = props;
5483
+ const iconName = invalid ? "warning-circle" : "check-circle";
5484
+ const renderValidationIcon = Boolean(valid || invalid);
5485
+ if (disabled || loading || !renderValidationIcon) {
5486
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_jsx_runtime59.Fragment, {});
5487
+ }
5488
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Icon, { className: classNames(className15), icon: iconName });
5489
+ };
5490
+ InputValidationIcon.states = states21;
5491
+ InputValidationIcon.options = options17;
5492
+ InputValidationIcon.className = className15;
5493
+
5494
+ // src/input/input-prefix.tsx
5495
+ var import_jsx_runtime60 = require("react/jsx-runtime");
5496
+ var className16 = `k-input-prefix`;
5497
+ var defaultProps17 = {
5498
+ direction: "horizontal"
5499
+ };
5500
+ var InputPrefix = (props) => {
5501
+ const {
5502
+ direction = defaultProps17.direction,
5503
+ ...other
5504
+ } = props;
5505
+ if (!props.children) {
5506
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_jsx_runtime60.Fragment, {});
5507
+ }
5508
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5509
+ "span",
5510
+ {
5511
+ ...other,
5512
+ className: classNames(
5513
+ className16,
5514
+ props.className,
5515
+ {
5516
+ [`k-input-prefix-${direction}`]: direction
5517
+ }
5518
+ ),
5519
+ children: props.children
5520
+ }
5521
+ );
5522
+ };
5523
+
5524
+ // src/input/input-suffix.tsx
5525
+ var import_jsx_runtime61 = require("react/jsx-runtime");
5526
+ var className17 = `k-input-suffix`;
5527
+ var defaultProps18 = {
5528
+ direction: "horizontal"
5529
+ };
5530
+ var InputSuffix = (props) => {
5531
+ const {
5532
+ direction = defaultProps18.direction,
5533
+ ...other
5534
+ } = props;
5535
+ if (!props.children) {
5536
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_jsx_runtime61.Fragment, {});
5537
+ }
5538
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5539
+ "span",
5540
+ {
5541
+ ...other,
5542
+ className: classNames(
5543
+ className17,
5544
+ props.className,
5545
+ {
5546
+ [`k-input-suffix-${direction}`]: direction
5547
+ }
5548
+ ),
5549
+ children: props.children
5550
+ }
5551
+ );
5552
+ };
5553
+
5554
+ // src/input/input-prefix-text.tsx
5555
+ var import_jsx_runtime62 = require("react/jsx-runtime");
5556
+
5557
+ // src/input/input-suffix-text.tsx
5558
+ var import_jsx_runtime63 = require("react/jsx-runtime");
5559
+
5560
+ // src/input/input-separator.tsx
5561
+ var import_jsx_runtime64 = require("react/jsx-runtime");
5562
+ var className18 = `k-input-separator`;
5563
+ var defaultProps19 = {
5564
+ direction: "vertical"
5565
+ };
5566
+ var InputSeparator = (props) => {
5567
+ const {
5568
+ direction = defaultProps19.direction,
5569
+ ...other
5570
+ } = props;
5571
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5572
+ "span",
5573
+ {
5574
+ ...other,
5575
+ className: classNames(
5576
+ className18,
5577
+ props.className,
5578
+ {
5579
+ [`${className18}-${direction}`]: direction
5580
+ }
5581
+ )
5582
+ }
5583
+ );
5584
+ };
5585
+
5586
+ // src/animation-container/animation-container.spec.tsx
5587
+ var import_jsx_runtime65 = require("react/jsx-runtime");
5588
+ var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5589
+ var states22 = [];
5590
+ var options18 = {};
5591
+ var defaultProps20 = {
5592
+ positionMode: "absolute"
5593
+ };
5594
+ var AnimationContainer = (props) => {
5595
+ const {
5596
+ positionMode,
5597
+ animationStyle,
5598
+ offset,
5599
+ ...other
5600
+ } = props;
5601
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
5602
+ "div",
5603
+ {
5604
+ ...other,
5605
+ style: { ...offset, ...props.style },
5606
+ className: classNames(
5607
+ ANIMATION_CONTAINER_CLASSNAME,
5608
+ "k-animation-container-shown",
5609
+ {
5610
+ ["k-animation-container-fixed"]: positionMode === "fixed"
5611
+ }
5612
+ ),
5613
+ children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5614
+ }
5615
+ );
5616
+ };
5617
+ AnimationContainer.states = states22;
5618
+ AnimationContainer.options = options18;
5619
+ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5620
+ AnimationContainer.defaultProps = defaultProps20;
5621
+
5622
+ // src/popup/popup.spec.tsx
5623
+ var import_jsx_runtime66 = require("react/jsx-runtime");
5624
+ var POPUP_CLASSNAME = `k-popup`;
5625
+ var states23 = [];
5626
+ var options19 = {};
5627
+ var defaultProps21 = {
5628
+ positionMode: "absolute"
5629
+ };
5630
+ var Popup = (props) => {
5631
+ const {
5632
+ offset,
5633
+ positionMode,
5634
+ ...other
5635
+ } = props;
5636
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
5637
+ AnimationContainer,
5638
+ {
5639
+ positionMode,
5640
+ offset,
5641
+ children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5642
+ }
5643
+ );
5644
+ };
5645
+ Popup.states = states23;
5646
+ Popup.options = options19;
5647
+ Popup.className = POPUP_CLASSNAME;
5648
+ Popup.defaultProps = defaultProps21;
5649
+
5650
+ // src/dropdownlist/dropdownlist.spec.tsx
5651
+ var import_jsx_runtime67 = require("react/jsx-runtime");
5652
+ var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5653
+ var states24 = [
5654
+ States.hover,
5655
+ States.focus,
5656
+ States.valid,
5657
+ States.invalid,
5658
+ States.required,
5659
+ States.disabled,
5660
+ States.loading,
5661
+ States.readonly
5662
+ ];
5663
+ var options20 = {
5664
+ size: [Size.small, Size.medium, Size.large],
5665
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5666
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5667
+ };
5668
+ var defaultProps22 = {
5669
+ showValue: true,
5670
+ arrowIconName: "caret-alt-down",
5671
+ size: Size.medium,
5672
+ rounded: Roundness.medium,
5673
+ fillMode: FillMode.solid
5674
+ };
5675
+ var DropdownList = (props) => {
5676
+ const {
5677
+ valueIconName,
5678
+ arrowIconName = defaultProps22.arrowIconName,
5679
+ prefix,
5680
+ suffix,
5681
+ value,
5682
+ placeholder,
5683
+ size,
5684
+ rounded,
5685
+ fillMode,
5686
+ hover,
5687
+ focus,
5688
+ valid,
5689
+ invalid,
5690
+ required,
5691
+ loading,
5692
+ disabled,
5693
+ readonly,
5694
+ showValue = defaultProps22.showValue,
5695
+ popup,
5696
+ opened,
5697
+ ...other
5698
+ } = props;
5699
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(import_jsx_runtime67.Fragment, { children: [
5700
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
5701
+ Picker,
5702
+ {
5703
+ ...other,
5704
+ size,
5705
+ rounded,
5706
+ fillMode,
5707
+ hover,
5708
+ focus,
5709
+ valid,
5710
+ invalid,
5711
+ required,
5712
+ loading,
5713
+ disabled,
5714
+ readonly,
5715
+ className: classNames(
5716
+ props.className,
5717
+ DROPDOWNLIST_CLASSNAME,
5718
+ {
5719
+ "k-icon-picker": !showValue && valueIconName
5720
+ }
5721
+ ),
5722
+ children: [
5723
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(InputPrefix, { children: prefix }),
5724
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
5725
+ InputInnerSpan,
5726
+ {
5727
+ placeholder,
5728
+ value,
5729
+ showValue,
5730
+ valueIconName
5731
+ }
5732
+ ),
5733
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
5734
+ InputValidationIcon,
5735
+ {
5736
+ valid,
5737
+ invalid,
5738
+ loading,
5739
+ disabled
5740
+ }
5741
+ ),
5742
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
5743
+ InputLoadingIcon,
5744
+ {
5745
+ loading,
5746
+ disabled
5747
+ }
5748
+ ),
5749
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(InputSuffix, { children: suffix }),
5750
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
5751
+ Button,
5752
+ {
5753
+ className: "k-input-button",
5754
+ icon: arrowIconName,
5755
+ rounded: null,
5756
+ size: props.size,
5757
+ fillMode: props.fillMode
5758
+ }
5759
+ )
5760
+ ]
5761
+ }
5762
+ ),
5763
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5764
+ ] });
5765
+ };
5766
+ DropdownList.states = states24;
5767
+ DropdownList.options = options20;
5768
+ DropdownList.className = DROPDOWNLIST_CLASSNAME;
5769
+ DropdownList.defaultProps = defaultProps22;
5770
+
5771
+ // src/dropdownlist/templates/dropdownlist-normal.tsx
5772
+ var import_jsx_runtime68 = require("react/jsx-runtime");
5773
+
5774
+ // src/nodata/nodata.tsx
5775
+ var import_jsx_runtime69 = require("react/jsx-runtime");
5776
+ var className19 = `k-nodata`;
5777
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: classNames(className19, props.className), children: props.children });
5778
+
5779
+ // src/list/list.spec.tsx
5780
+ var import_jsx_runtime70 = require("react/jsx-runtime");
5781
+ var LIST_CLASSNAME = `k-list`;
5782
+ var states25 = [];
5783
+ var options21 = {
5784
+ size: [Size.small, Size.medium, Size.large]
5785
+ };
5786
+ var defaultProps23 = {
5787
+ size: Size.medium
5788
+ };
5789
+ var List = (props) => {
5790
+ const {
5791
+ size = defaultProps23.size,
5792
+ virtualization,
5793
+ children,
5794
+ optionLabel,
5795
+ ...other
5796
+ } = props;
5797
+ let listHeader;
5798
+ let listGroup;
5799
+ let listContent;
5800
+ const listChildren = [];
5801
+ if (children) {
5802
+ children.map((child, index) => {
5803
+ if (child.type === ListGroup) {
5804
+ if (child.props.root === true) {
5805
+ listHeader = child.props.label;
5806
+ child.props.children.map((optChild, index2) => {
5807
+ listChildren.push(
5808
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5809
+ ListItem,
5810
+ {
5811
+ ...optChild.props
5812
+ },
5813
+ `optChild-${index2}-${(/* @__PURE__ */ new Date()).getTime()}`
5814
+ )
5815
+ );
5816
+ });
5817
+ } else {
5818
+ child.props.children.forEach((optChild, index2) => {
5819
+ let groupLabel = "";
5820
+ if (index2 === 0) {
5821
+ groupLabel = child.props.label;
5822
+ }
5823
+ listChildren.push(
5824
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5825
+ ListItem,
5826
+ {
5827
+ className: index2 === 0 ? "k-first" : "",
5828
+ ...optChild.props,
5829
+ groupLabel
5830
+ },
5831
+ `groupLabel-${index2}-${(/* @__PURE__ */ new Date()).getTime()}`
5832
+ )
5833
+ );
5834
+ });
5835
+ }
5836
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5837
+ } else if (child.type === ListItem) {
5838
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5839
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ListContent, { virtualization, children: listChildren });
5840
+ }
5841
+ });
5842
+ } else {
5843
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(NoData, { children: "No data found." });
5844
+ }
5845
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
5846
+ "div",
5847
+ {
5848
+ ...other,
5849
+ className: classNames(
5850
+ props.className,
5851
+ LIST_CLASSNAME,
5852
+ optionClassNames(LIST_CLASSNAME, {
5853
+ size
5854
+ }),
5855
+ {
5856
+ ["k-virtual-list"]: virtualization
5857
+ }
5858
+ ),
5859
+ children: [
5860
+ optionLabel,
5861
+ listGroup,
5862
+ listContent
5863
+ ]
5864
+ }
5865
+ );
5866
+ };
5867
+ List.states = states25;
5868
+ List.options = options21;
5869
+ List.className = LIST_CLASSNAME;
5870
+ List.defaultProps = defaultProps23;
5871
+
5872
+ // src/list/list-angular.spec.tsx
5873
+ var import_jsx_runtime71 = require("react/jsx-runtime");
5874
+ var LISTANGULAR_CLASSNAME = `k-list`;
5875
+ var states26 = [];
5876
+ var options22 = {
5877
+ size: [Size.small, Size.medium, Size.large]
5878
+ };
5879
+ var defaultProps24 = {
5880
+ size: Size.medium
5881
+ };
5882
+ var ListAngular = (props) => {
5883
+ const {
5884
+ size = defaultProps24.size,
5885
+ virtualization,
5886
+ children,
5887
+ ...other
5888
+ } = props;
5889
+ let listHeader;
5890
+ let listGroup;
5891
+ let listContent;
5892
+ const listChildren = [];
5893
+ if (children) {
5894
+ children.map((child, index) => {
5895
+ if (child.type === ListGroup) {
5896
+ if (child.props.root === true) {
5897
+ listHeader = child.props.label;
5898
+ child.props.children.map((optChild, index2) => {
5899
+ listChildren.push(
5900
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
5901
+ ListItem,
5902
+ {
5903
+ ...optChild.props
5904
+ },
5905
+ `optChild-${index2}-${(/* @__PURE__ */ new Date()).getTime()}`
5906
+ )
5907
+ );
5908
+ });
5909
+ } else {
5910
+ listChildren.push(
5911
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
5912
+ ListGroupItem,
5913
+ {
5914
+ ...child.props,
5915
+ children: child.props.label
5916
+ },
5917
+ `listChild-${index}`
5918
+ )
5919
+ );
5920
+ child.props.children.map((optChild, index2) => {
5921
+ listChildren.push(
5922
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
5923
+ ListItem,
5924
+ {
5925
+ ...optChild.props
5926
+ },
5927
+ `fwOptChild-${index2}-${(/* @__PURE__ */ new Date()).getTime()}`
5928
+ )
5929
+ );
5930
+ });
5931
+ }
5932
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5933
+ } else if (child.type === ListItem) {
5934
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5935
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(ListContent, { virtualization, children: listChildren });
5936
+ }
5937
+ });
5938
+ } else {
5939
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(NoData, { children: "No data found." });
5940
+ }
5941
+ return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(
5942
+ "div",
5943
+ {
5944
+ ...other,
5945
+ className: classNames(
5946
+ props.className,
5947
+ LISTANGULAR_CLASSNAME,
5948
+ optionClassNames(LISTANGULAR_CLASSNAME, {
5949
+ size
5950
+ }),
5951
+ {
5952
+ ["k-virtual-list"]: virtualization
5953
+ }
5954
+ ),
5955
+ children: [
5956
+ listGroup,
5957
+ listContent
5958
+ ]
5959
+ }
5960
+ );
5961
+ };
5962
+ ListAngular.states = states26;
5963
+ ListAngular.options = options22;
5964
+ ListAngular.className = LISTANGULAR_CLASSNAME;
5965
+ ListAngular.defaultProps = defaultProps24;
5966
+
5967
+ // src/checkbox/checkbox.spec.tsx
5968
+ var import_jsx_runtime72 = require("react/jsx-runtime");
5969
+ var CHECKBOX_CLASSNAME = `k-checkbox`;
5970
+ var states27 = [
5971
+ States.hover,
5972
+ States.focus,
5973
+ States.valid,
5974
+ States.invalid,
5975
+ States.required,
5976
+ States.disabled,
5977
+ States.checked,
5978
+ States.indeterminate
5979
+ ];
5980
+ var options23 = {
5981
+ size: [Size.small, Size.medium, Size.large],
5982
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
5983
+ };
5984
+ var defaultProps25 = {
5985
+ size: Size.medium,
5986
+ rounded: Roundness.medium
5987
+ };
5988
+ var Checkbox = (props) => {
5989
+ const {
5990
+ id,
5991
+ checked,
5992
+ indeterminate,
5993
+ hover,
5994
+ focus,
5995
+ disabled,
5996
+ invalid,
5997
+ valid,
5998
+ required,
5999
+ size = defaultProps25.size,
6000
+ rounded = defaultProps25.rounded,
6001
+ ...other
6002
+ } = props;
6003
+ return /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6004
+ "input",
6005
+ {
6006
+ ...other,
6007
+ id,
6008
+ type: "checkbox",
6009
+ checked,
6010
+ required,
6011
+ className: classNames(
6012
+ props.className,
6013
+ CHECKBOX_CLASSNAME,
6014
+ optionClassNames(CHECKBOX_CLASSNAME, { size, rounded }),
6015
+ stateClassNames(CHECKBOX_CLASSNAME, { hover, focus, disabled, invalid, valid, indeterminate, checked })
6016
+ )
6017
+ }
6018
+ ) });
6019
+ };
6020
+ Checkbox.states = states27;
6021
+ Checkbox.options = options23;
6022
+ Checkbox.className = CHECKBOX_CLASSNAME;
6023
+ Checkbox.defaultProps = defaultProps25;
6024
+
6025
+ // src/checkbox/checkbox-group.spec.tsx
6026
+ var import_jsx_runtime73 = require("react/jsx-runtime");
6027
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
6028
+ var states28 = [];
6029
+ var options24 = {};
6030
+ var defaultProps26 = {
6031
+ layout: "vertical"
6032
+ };
6033
+ var CheckboxGroup = (props) => {
6034
+ const {
6035
+ layout = defaultProps26.layout,
6036
+ ...other
6037
+ } = props;
6038
+ return /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6039
+ "ul",
6040
+ {
6041
+ ...other,
6042
+ className: classNames(
6043
+ props.className,
6044
+ CHECKBOXGROUP_CLASSNAME,
6045
+ {
6046
+ [`k-list-${layout}`]: layout
6047
+ }
6048
+ ),
6049
+ children: props.children
6050
+ }
6051
+ );
6052
+ };
6053
+ CheckboxGroup.states = states28;
6054
+ CheckboxGroup.options = options24;
6055
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
6056
+ CheckboxGroup.defaultProps = defaultProps26;
6057
+
6058
+ // src/checkbox/checkbox-item.spec.tsx
6059
+ var import_jsx_runtime74 = require("react/jsx-runtime");
6060
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
6061
+ var states29 = [];
6062
+ var options25 = {};
6063
+ var defaultProps27 = {};
6064
+ var CheckboxItem = (props) => {
6065
+ const {
6066
+ ...other
6067
+ } = props;
6068
+ return /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6069
+ "li",
6070
+ {
6071
+ ...other,
6072
+ className: classNames(
6073
+ props.className,
6074
+ CHECKBOXITEM_CLASSNAME
6075
+ ),
6076
+ children: props.children
6077
+ }
6078
+ );
6079
+ };
6080
+ CheckboxItem.states = states29;
6081
+ CheckboxItem.options = options25;
6082
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
6083
+ CheckboxItem.defaultProps = defaultProps27;
6084
+
6085
+ // src/checkbox/templates/checkbox-with-label-after.tsx
6086
+ var import_jsx_runtime75 = require("react/jsx-runtime");
6087
+
6088
+ // src/checkbox/templates/checkbox-with-label-before.tsx
6089
+ var import_jsx_runtime76 = require("react/jsx-runtime");
6090
+
6091
+ // src/checkbox/templates/checkbox-normal.tsx
6092
+ var import_jsx_runtime77 = require("react/jsx-runtime");
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
+
4607
8875
  // src/grid/tests/grid-sticky-columns.tsx
4608
- var import_jsx_runtime15 = require("react/jsx-runtime");
4609
- var grid_sticky_columns_default = () => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_jsx_runtime15.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { id: "test-area", className: "k-d-grid", children: [
4610
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { className: "k-grid k-grid-md", role: "grid", style: { height: "400px", width: "500px" }, children: [
4611
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", style: { width: "1100px" }, children: [
4612
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("colgroup", { children: [
4613
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("col", { width: "250px" }),
4614
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("col", { width: "150px" }),
4615
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("col", { width: "200px" }),
4616
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("col", { width: "250px" }),
4617
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("col", { width: "250px" })
8876
+ var import_jsx_runtime181 = require("react/jsx-runtime");
8877
+ var grid_sticky_columns_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.jsxs)(Grid, { style: { height: "400px", width: "500px" }, children: [
8879
+ /* @__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, { style: { width: "1100px" }, children: [
8880
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("colgroup", { children: [
8881
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { width: "250px" }),
8882
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { width: "150px" }),
8883
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { width: "200px" }),
8884
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { width: "250px" }),
8885
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { width: "250px" })
4618
8886
  ] }),
4619
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("tr", { className: "k-table-row", role: "row", style: { touchAction: "none" }, children: [
4620
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("th", { colSpan: 1, rowSpan: 1, className: "k-table-th k-header k-grid-header-sticky", style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-column-title", children: "Product Name" }) }) }) }),
4621
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("th", { colSpan: 1, rowSpan: 1, className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-column-title", children: "Units In Stock" }) }) }) }),
4622
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("th", { colSpan: 1, rowSpan: 1, className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-column-title", children: "Price" }) }) }) }),
4623
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("th", { colSpan: 1, rowSpan: 1, className: "k-table-th k-header k-grid-header-sticky", style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-column-title", children: "Units On Order" }) }) }) }),
4624
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("th", { colSpan: 1, rowSpan: 1, className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-column-title", children: "Reorder Level" }) }) }) })
8887
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableThead, { children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { role: "row", style: { touchAction: "none" }, children: [
8888
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { className: "k-grid-header-sticky", columnTitle: "Product Name", colspan: 1, rowspan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" } }),
8889
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { columnTitle: "Units In Stock", colspan: 1, rowspan: 1 }),
8890
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { columnTitle: "Price", colspan: 1, rowspan: 1 }),
8891
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { className: "k-grid-header-sticky", columnTitle: "Units on Order", colspan: 1, rowspan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" } }),
8892
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { columnTitle: "Reorder Level", colspan: 1, rowspan: 1 })
4625
8893
  ] }) })
4626
8894
  ] }) }) }),
4627
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { className: "k-grid-content k-virtual-content", children: [
4628
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { style: { position: "relative" }, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("table", { className: "k-table k-table-md k-grid-table", style: { width: "1100px" }, children: [
4629
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("colgroup", { children: [
4630
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("col", { width: "250px" }),
4631
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("col", { width: "150px" }),
4632
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("col", { width: "200px" }),
4633
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("col", { width: "250px" }),
4634
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("col", { width: "250px" })
8895
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(GridContent, { className: "k-virtual-content", children: [
8896
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", { style: { position: "relative" }, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(GridTable, { style: { width: "1100px" }, children: [
8897
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("colgroup", { children: [
8898
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { width: "250px" }),
8899
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { width: "150px" }),
8900
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { width: "200px" }),
8901
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { width: "250px" }),
8902
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { width: "250px" })
4635
8903
  ] }),
4636
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("tbody", { className: "k-table-tbody", children: [
4637
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("tr", { className: "k-table-row k-master-row", role: "row", children: [
4638
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Chai" }),
4639
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "39" }),
4640
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "18" }),
4641
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "0" }),
4642
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "10" })
8904
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableTbody, { children: [
8905
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { className: "k-master-row", role: "row", children: [
8906
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Chai" }),
8907
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "39" }),
8908
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "18" }),
8909
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "0" }),
8910
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "10" })
4643
8911
  ] }),
4644
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", role: "row", children: [
4645
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Chang" }),
4646
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "17" }),
4647
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "19" }),
4648
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "40" }),
4649
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "25" })
8912
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { className: "k-master-row k-alt", role: "row", alt: true, children: [
8913
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Chang" }),
8914
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "17" }),
8915
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "19" }),
8916
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "40" }),
8917
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "25" })
4650
8918
  ] }),
4651
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("tr", { className: "k-table-row k-master-row k-selected", role: "row", children: [
4652
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Aniseed Syrup(Selected)" }),
4653
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "13" }),
4654
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "10" }),
4655
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "70" }),
4656
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "25" })
8919
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { className: "k-master-row k-selected", role: "row", children: [
8920
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Aniseed Syrup(Selected)" }),
8921
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "13" }),
8922
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "10" }),
8923
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "70" }),
8924
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "25" })
4657
8925
  ] }),
4658
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt k-selected", role: "row", children: [
4659
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Chef Anton (Alt Selected)" }),
4660
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "53" }),
4661
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "22" }),
4662
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "0" }),
4663
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "0" })
8926
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { className: "k-master-row k-selected k-alt", role: "row", alt: true, children: [
8927
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Chef Anton (Alt Selected)" }),
8928
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "53" }),
8929
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "22" }),
8930
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "0" }),
8931
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "0" })
4664
8932
  ] }),
4665
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("tr", { className: "k-table-row k-master-row k-selected k-hover", role: "row", children: [
4666
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Chef (Selected+Hover)" }),
4667
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "0" }),
4668
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "21.35" }),
4669
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "0" }),
4670
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "0" })
8933
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { className: "k-master-row k-selected", role: "row", hover: true, children: [
8934
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Chef (Selected+Hover)" }),
8935
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "0" }),
8936
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "21.35" }),
8937
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "0" }),
8938
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "0" })
4671
8939
  ] }),
4672
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt k-selected k-hover", role: "row", children: [
4673
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Gran (Alt Selected+Hover)" }),
4674
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "120" }),
4675
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "25" }),
4676
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "0" }),
4677
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "25" })
8940
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { className: "k-master-row k-selected k-alt", role: "row", alt: true, hover: true, children: [
8941
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Gran (Alt Selected+Hover)" }),
8942
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "120" }),
8943
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "25" }),
8944
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "0" }),
8945
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "25" })
4678
8946
  ] }),
4679
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("tr", { className: "k-table-row k-master-row", role: "row", children: [
4680
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Uncle Bob's Organic Dried Pears" }),
4681
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "15" }),
4682
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "30" }),
4683
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "0" }),
4684
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "10" })
8947
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { className: "k-master-row", role: "row", children: [
8948
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Uncle Bob's Organic Dried Pears" }),
8949
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "15" }),
8950
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "30" }),
8951
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "0" }),
8952
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "10" })
4685
8953
  ] }),
4686
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", role: "row", children: [
4687
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Northwoods Cranberry Sauce" }),
4688
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "6" }),
4689
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "40" }),
4690
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "0" }),
4691
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "0" })
8954
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { className: "k-master-row k-alt", role: "row", alt: true, children: [
8955
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Northwoods Cranberry Sauce" }),
8956
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "6" }),
8957
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "40" }),
8958
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "0" }),
8959
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "0" })
4692
8960
  ] }),
4693
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("tr", { className: "k-table-row k-master-row", role: "row", children: [
4694
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Mishi Kobe Niku" }),
4695
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "29" }),
4696
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "97" }),
4697
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "0" }),
4698
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "0" })
8961
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { className: "k-master-row", role: "row", children: [
8962
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Mishi Kobe Niku" }),
8963
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "29" }),
8964
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "97" }),
8965
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "0" }),
8966
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "0" })
4699
8967
  ] }),
4700
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", role: "row", children: [
4701
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Ikura" }),
4702
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "31" }),
4703
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "31" }),
4704
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "0" }),
4705
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "0" })
8968
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { className: "k-master-row k-alt", role: "row", alt: true, children: [
8969
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Ikura" }),
8970
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "31" }),
8971
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "31" }),
8972
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "0" }),
8973
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "0" })
4706
8974
  ] })
4707
8975
  ] })
4708
8976
  ] }) }),
4709
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", {}) })
8977
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", {}) })
4710
8978
  ] }) })
4711
8979
  ] }),
4712
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { className: "k-grid k-grid-md telerik-blazor", children: [
4713
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "k-grouping-header", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(ChipList, { children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Chip, { actions: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(ChipAction, { type: "remove" }), children: "Active Projects" }) }) }),
4714
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
4715
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("colgroup", { children: [
4716
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("col", { className: "k-group-col" }),
4717
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("col", { style: { width: "100px" } }),
4718
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("col", { style: { width: "200px" } }),
4719
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("col", { style: { width: "100px" } }),
4720
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("col", { style: { width: "100px" } }),
4721
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("col", { style: { width: "100px" } })
8980
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(Grid, { className: "k-telerik-blazor", children: [
8981
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridGroupingHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(ChipList, { children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Chip, { actions: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(ChipAction, { type: "remove" }), children: "Active Projects" }) }) }),
8982
+ /* @__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: [
8983
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("colgroup", { children: [
8984
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { className: "k-group-col" }),
8985
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { style: { width: "100px" } }),
8986
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { style: { width: "200px" } }),
8987
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { style: { width: "100px" } }),
8988
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { style: { width: "100px" } }),
8989
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { style: { width: "100px" } })
4722
8990
  ] }),
4723
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("tr", { className: "k-table-row", children: [
4724
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("th", { colSpan: 1, rowSpan: 1, className: "k-table-th k-group-cell k-header" }),
4725
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
4726
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("th", { className: "k-table-th k-header k-grid-header-sticky", style: { left: "0px", right: "0px" }, colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-column-title", children: "Team" }) }) }) }),
4727
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("th", { className: "k-table-th k-header k-grid-header-sticky", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-column-title", children: "Active Projects" }) }) }) }),
4728
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-column-title", children: "Salary" }) }) }) }),
4729
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-column-title", children: "On Vacation" }) }) }) })
8991
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableThead, { children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { children: [
8992
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { colspan: 1, rowspan: 1, className: "k-group-cell" }),
8993
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { colspan: 1, columnTitle: "Name" }),
8994
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { className: "k-grid-header-sticky", columnTitle: "Team", colspan: 1, style: { left: "0px", right: "0px" } }),
8995
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { className: "k-grid-header-sticky", columnTitle: "Active Projects", colspan: 1 }),
8996
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { colspan: 1, columnTitle: "Salary" }),
8997
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridHeaderCell, { colspan: 1, columnTitle: "On Vacation" })
4730
8998
  ] }) })
4731
8999
  ] }) }) }),
4732
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { className: "k-grid-content k-virtual-content", children: [
4733
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { style: { position: "relative" }, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "k-virtual-position", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("table", { className: "k-table k-table-md k-grid-table", style: { height: "auto" }, children: [
4734
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("colgroup", { children: [
4735
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("col", { className: "k-group-col" }),
4736
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("col", { style: { width: "100px" } }),
4737
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("col", { style: { width: "200px" } }),
4738
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("col", { style: { width: "100px" } }),
4739
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("col", { style: { width: "100px" } }),
4740
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("col", { style: { width: "100px" } })
9000
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(GridContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(GridContent, { className: "k-virtual-content", children: [
9001
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", { style: { position: "relative" }, children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", { className: "k-virtual-position", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(GridTable, { style: { height: "auto" }, children: [
9002
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)("colgroup", { children: [
9003
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { className: "k-group-col" }),
9004
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { style: { width: "100px" } }),
9005
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { style: { width: "200px" } }),
9006
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { style: { width: "100px" } }),
9007
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { style: { width: "100px" } }),
9008
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("col", { style: { width: "100px" } })
4741
9009
  ] }),
4742
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("tbody", { className: "k-table-tbody", children: [
4743
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 6, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("p", { className: "k-reset", children: [
4744
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Icon, { icon: "caret-alt-down" }),
4745
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { children: "Currently active projects: 2 \xA0" })
9010
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableTbody, { children: [
9011
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableRow, { 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: [
9012
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "caret-alt-down" }),
9013
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("span", { children: "Currently active projects: 2 \xA0" })
4746
9014
  ] }) }) }),
4747
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("tr", { className: "k-table-row k-master-row", children: [
4748
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell" }),
4749
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "Employee 0" }),
4750
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "0px" }, children: "Team 0" }),
4751
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, children: "2" }),
4752
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "1429" }),
4753
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "True" })
9015
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { className: "k-master-row", children: [
9016
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-table-group-td k-group-cell" }),
9017
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "Employee 0" }),
9018
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "0px", right: "0px" }, children: "Team 0" }),
9019
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", colspan: 1, children: "2" }),
9020
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "1429" }),
9021
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "True" })
4754
9022
  ] }),
4755
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", children: [
4756
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell" }),
4757
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "Employee 4" }),
4758
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "0px" }, children: "Team 1" }),
4759
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, children: "2" }),
4760
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "2915" }),
4761
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "True" })
9023
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { className: "k-master-row k-alt", alt: true, children: [
9024
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-table-group-td k-group-cell" }),
9025
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "Employee 4" }),
9026
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "0px", right: "0px" }, children: "Team 1" }),
9027
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", colspan: 1, children: "2" }),
9028
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "2915" }),
9029
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "True" })
4762
9030
  ] }),
4763
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("tr", { className: "k-table-row k-group-footer", children: [
4764
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell" }),
4765
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td" }),
4766
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-footer-sticky", style: { left: "0px", right: "0px" }, children: "Team size: 7" }),
4767
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-footer-sticky" }),
4768
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", children: "Total: X" }),
4769
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td" })
9031
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { className: "k-group-footer", children: [
9032
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-table-group-td k-group-cell" }),
9033
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, {}),
9034
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-footer-sticky", style: { left: "0px", right: "0px" }, children: "Team size: 7" }),
9035
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-footer-sticky" }),
9036
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { children: "Total: X" }),
9037
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, {})
4770
9038
  ] }),
4771
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 6, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("p", { className: "k-reset", children: [
4772
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Icon, { icon: "caret-alt-down" }),
4773
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { children: "Currently active projects: 5 \xA0" }),
4774
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { children: "These people work on too many projects" })
9039
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableRow, { 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: [
9040
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(Icon, { icon: "caret-alt-down" }),
9041
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("span", { children: "Currently active projects: 5 \xA0" }),
9042
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("span", { children: "These people work on too many projects" })
4775
9043
  ] }) }) }),
4776
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("tr", { className: "k-table-row k-master-row k-hover", children: [
4777
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell" }),
4778
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "Employee 1" }),
4779
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", style: { left: "0px", right: "0px" }, children: "Team 1 (Hovered)" }),
4780
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, children: "5" }),
4781
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "2307" }),
4782
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "False" })
9044
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { className: "k-master-row", hover: true, children: [
9045
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-table-group-td k-group-cell" }),
9046
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "Employee 1" }),
9047
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", style: { left: "0px", right: "0px" }, children: "Team 1 (Hovered)" }),
9048
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", colspan: 1, children: "5" }),
9049
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "2307" }),
9050
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "False" })
4783
9051
  ] }),
4784
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt k-selected", children: [
4785
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell" }),
4786
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "Employee 2" }),
4787
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "0px" }, children: "Team 2 (Selected)" }),
4788
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, children: "5" }),
4789
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "4225" }),
4790
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "True" })
9052
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { className: "k-master-row k-alt", alt: true, selected: true, children: [
9053
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-table-group-td k-group-cell" }),
9054
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "Employee 2" }),
9055
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "0px", right: "0px" }, children: "Team 2 (Selected)" }),
9056
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", colspan: 1, children: "5" }),
9057
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "4225" }),
9058
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "True" })
4791
9059
  ] }),
4792
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("tr", { className: "k-table-row k-master-row k-hover k-selected", children: [
4793
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell" }),
4794
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "Employee 3" }),
4795
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "0px" }, children: "Team 0 (Selected and Hovered)" }),
4796
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, children: "5" }),
4797
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "4593" }),
4798
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "False" })
9060
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { className: "k-master-row", hover: true, selected: true, children: [
9061
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-table-group-td k-group-cell" }),
9062
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "Employee 3" }),
9063
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", style: { left: "0px", right: "0px" }, children: "Team 0 (Selected and Hovered)" }),
9064
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", colspan: 1, children: "5" }),
9065
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "4593" }),
9066
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "False" })
4799
9067
  ] }),
4800
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", children: [
4801
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell" }),
4802
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "Employee 5" }),
4803
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "0px" }, children: "Team 2" }),
4804
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, children: "5" }),
4805
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "2906" }),
4806
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", colSpan: 1, children: "False" })
9068
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { className: "k-master-row k-alt", alt: true, children: [
9069
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-table-group-td k-group-cell" }),
9070
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "Employee 5" }),
9071
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "0px", right: "0px" }, children: "Team 2" }),
9072
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", colspan: 1, children: "5" }),
9073
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "2906" }),
9074
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { colspan: 1, children: "False" })
4807
9075
  ] }),
4808
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("tr", { className: "k-table-row k-group-footer", children: [
4809
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-table-group-td k-group-cell" }),
4810
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td" }),
4811
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky", style: { left: "0px", right: "0px" }, children: "Team size: 18" }),
4812
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td k-grid-content-sticky" }),
4813
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td", children: "Total: Y" }),
4814
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("td", { className: "k-table-td" })
9076
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsxs)(TableRow, { className: "k-group-footer", children: [
9077
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-table-group-td k-group-cell" }),
9078
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, {}),
9079
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky", style: { left: "0px", right: "0px" }, children: "Team size: 18" }),
9080
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { className: "k-grid-content-sticky" }),
9081
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, { children: "Total: Y" }),
9082
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)(TableTd, {})
4815
9083
  ] })
4816
9084
  ] })
4817
9085
  ] }) }) }),
4818
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", {}) })
9086
+ /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime181.jsx)("div", {}) })
4819
9087
  ] }) })
4820
9088
  ] })
4821
9089
  ] }) });