@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
@@ -4585,218 +4585,4486 @@ import { jsx as jsx13 } from "react/jsx-runtime";
4585
4585
  // src/chip/templates/chip-removable.tsx
4586
4586
  import { jsx as jsx14 } from "react/jsx-runtime";
4587
4587
 
4588
+ // src/grid/grid.spec.tsx
4589
+ import { jsx as jsx15, jsxs as jsxs2 } from "react/jsx-runtime";
4590
+ var GRID_CLASSNAME = "k-grid";
4591
+ var states7 = [];
4592
+ var options7 = {
4593
+ size: [Size.small, Size.medium, Size.large]
4594
+ };
4595
+ var defaultProps7 = {
4596
+ size: Size.medium,
4597
+ pagerPosition: "bottom"
4598
+ };
4599
+ var Grid = (props) => {
4600
+ const {
4601
+ size = defaultProps7.size,
4602
+ toolbar,
4603
+ pager,
4604
+ pagerPosition,
4605
+ groupingHeader,
4606
+ _renderAriaRoot,
4607
+ ...other
4608
+ } = props;
4609
+ return /* @__PURE__ */ jsxs2(
4610
+ "div",
4611
+ {
4612
+ ...other,
4613
+ className: classNames(
4614
+ props.className,
4615
+ GRID_CLASSNAME,
4616
+ optionClassNames(GRID_CLASSNAME, { size })
4617
+ ),
4618
+ children: [
4619
+ toolbar,
4620
+ pagerPosition === "top" && pager,
4621
+ groupingHeader,
4622
+ props.children && _renderAriaRoot ? /* @__PURE__ */ jsx15("div", { className: "k-grid-aria-root", children: props.children }) : props.children,
4623
+ pagerPosition === "bottom" && pager
4624
+ ]
4625
+ }
4626
+ );
4627
+ };
4628
+ Grid.states = states7;
4629
+ Grid.options = options7;
4630
+ Grid.className = GRID_CLASSNAME;
4631
+ Grid.defaultProps = defaultProps7;
4632
+
4633
+ // src/grid/grid-header.spec.tsx
4634
+ import { jsx as jsx16 } from "react/jsx-runtime";
4635
+ var className = `k-grid-header`;
4636
+ var GridHeader = (props) => /* @__PURE__ */ jsx16(
4637
+ "div",
4638
+ {
4639
+ ...props,
4640
+ className: classNames(
4641
+ props.className,
4642
+ className
4643
+ ),
4644
+ children: props.children
4645
+ }
4646
+ );
4647
+
4648
+ // src/grid/grid-grouping-header.spec.tsx
4649
+ import { jsx as jsx17, jsxs as jsxs3 } from "react/jsx-runtime";
4650
+ var className2 = `k-grouping-header`;
4651
+ var GridGroupingHeader = (props) => {
4652
+ const {
4653
+ dropHint,
4654
+ dropClue,
4655
+ ...others
4656
+ } = props;
4657
+ return /* @__PURE__ */ jsxs3(
4658
+ "div",
4659
+ {
4660
+ ...others,
4661
+ className: classNames(
4662
+ props.className,
4663
+ className2
4664
+ ),
4665
+ children: [
4666
+ dropClue && /* @__PURE__ */ jsx17("div", { className: "k-grouping-dropclue" }),
4667
+ props.children,
4668
+ /* @__PURE__ */ jsx17("div", { className: "k-grouping-drop-container", children: dropHint })
4669
+ ]
4670
+ }
4671
+ );
4672
+ };
4673
+
4674
+ // src/table/data-table.spec.tsx
4675
+ import { jsx as jsx18 } from "react/jsx-runtime";
4676
+ var DATATABLE_CLASSNAME = `k-data-table`;
4677
+ var states8 = [];
4678
+ var options8 = {
4679
+ size: [Size.small, Size.medium, Size.large]
4680
+ };
4681
+ var defaultProps8 = {
4682
+ size: Size.medium
4683
+ };
4684
+ var DataTable = (props) => {
4685
+ const {
4686
+ size = defaultProps8.size,
4687
+ ...other
4688
+ } = props;
4689
+ return /* @__PURE__ */ jsx18(
4690
+ "div",
4691
+ {
4692
+ ...other,
4693
+ className: classNames(
4694
+ props.className,
4695
+ DATATABLE_CLASSNAME,
4696
+ optionClassNames("k-table", {
4697
+ size
4698
+ })
4699
+ ),
4700
+ children: props.children
4701
+ }
4702
+ );
4703
+ };
4704
+ DataTable.states = states8;
4705
+ DataTable.options = options8;
4706
+ DataTable.className = DATATABLE_CLASSNAME;
4707
+ DataTable.defaultProps = defaultProps8;
4708
+
4709
+ // src/table/table-header.tsx
4710
+ import { jsx as jsx19 } from "react/jsx-runtime";
4711
+
4712
+ // src/table/table-body.tsx
4713
+ import { jsx as jsx20 } from "react/jsx-runtime";
4714
+
4715
+ // src/table/table-footer.tsx
4716
+ import { jsx as jsx21 } from "react/jsx-runtime";
4717
+
4718
+ // src/table/table.spec.tsx
4719
+ import { jsx as jsx22 } from "react/jsx-runtime";
4720
+ var TABLE_CLASSNAME = `k-table`;
4721
+ var states9 = [];
4722
+ var options9 = {
4723
+ size: [Size.small, Size.medium, Size.large]
4724
+ };
4725
+ var defaultProps9 = {};
4726
+ var Table = (props) => {
4727
+ const {
4728
+ size,
4729
+ ...other
4730
+ } = props;
4731
+ return /* @__PURE__ */ jsx22(
4732
+ "table",
4733
+ {
4734
+ ...other,
4735
+ className: classNames(
4736
+ props.className,
4737
+ TABLE_CLASSNAME,
4738
+ optionClassNames(TABLE_CLASSNAME, {
4739
+ size
4740
+ })
4741
+ ),
4742
+ children: props.children
4743
+ }
4744
+ );
4745
+ };
4746
+ Table.states = states9;
4747
+ Table.options = options9;
4748
+ Table.className = TABLE_CLASSNAME;
4749
+ Table.defaultProps = defaultProps9;
4750
+
4751
+ // src/table/table-list.spec.tsx
4752
+ import { jsx as jsx23 } from "react/jsx-runtime";
4753
+ var TABLELIST_CLASSNAME = `k-table-list`;
4754
+ var states10 = [];
4755
+ var options10 = {
4756
+ size: [Size.small, Size.medium, Size.large]
4757
+ };
4758
+ var defaultProps10 = {};
4759
+ var TableList = (props) => {
4760
+ const {
4761
+ size,
4762
+ virtualization,
4763
+ ...other
4764
+ } = props;
4765
+ return /* @__PURE__ */ jsx23(
4766
+ "ul",
4767
+ {
4768
+ ...other,
4769
+ className: classNames(
4770
+ props.className,
4771
+ "k-table",
4772
+ TABLELIST_CLASSNAME,
4773
+ optionClassNames(TABLELIST_CLASSNAME, {
4774
+ size
4775
+ }),
4776
+ {
4777
+ "k-virtual-table": virtualization
4778
+ }
4779
+ ),
4780
+ children: props.children
4781
+ }
4782
+ );
4783
+ };
4784
+ TableList.states = states10;
4785
+ TableList.options = options10;
4786
+ TableList.className = TABLELIST_CLASSNAME;
4787
+ TableList.defaultProps = defaultProps10;
4788
+
4789
+ // src/table/table-thead.tsx
4790
+ import { jsx as jsx24 } from "react/jsx-runtime";
4791
+ var className3 = `k-table-thead`;
4792
+ var TableThead = (props) => /* @__PURE__ */ jsx24(
4793
+ "thead",
4794
+ {
4795
+ className: classNames(
4796
+ props.className,
4797
+ className3
4798
+ ),
4799
+ children: props.children
4800
+ }
4801
+ );
4802
+
4803
+ // src/table/table-tbody.tsx
4804
+ import { jsx as jsx25 } from "react/jsx-runtime";
4805
+ var className4 = `k-table-tbody`;
4806
+ var TableTbody = (props) => /* @__PURE__ */ jsx25(
4807
+ "tbody",
4808
+ {
4809
+ className: classNames(
4810
+ props.className,
4811
+ className4
4812
+ ),
4813
+ children: props.children
4814
+ }
4815
+ );
4816
+
4817
+ // src/table/table-tfoot.tsx
4818
+ import { jsx as jsx26 } from "react/jsx-runtime";
4819
+
4820
+ // src/table/table-row.tsx
4821
+ import { jsx as jsx27 } from "react/jsx-runtime";
4822
+ var TABLEROW_CLASSNAME = `k-table-row`;
4823
+ var states11 = [
4824
+ States.hover,
4825
+ States.focus,
4826
+ States.selected,
4827
+ States.disabled
4828
+ ];
4829
+ var TableRow = (props) => {
4830
+ const {
4831
+ hover,
4832
+ focus,
4833
+ selected,
4834
+ disabled,
4835
+ alt,
4836
+ ...other
4837
+ } = props;
4838
+ return /* @__PURE__ */ jsx27(
4839
+ "tr",
4840
+ {
4841
+ ...other,
4842
+ className: classNames(
4843
+ props.className,
4844
+ TABLEROW_CLASSNAME,
4845
+ {
4846
+ ["k-table-alt-row"]: alt
4847
+ },
4848
+ stateClassNames(TABLEROW_CLASSNAME, {
4849
+ hover,
4850
+ focus,
4851
+ disabled,
4852
+ selected
4853
+ })
4854
+ ),
4855
+ children: props.children
4856
+ }
4857
+ );
4858
+ };
4859
+
4860
+ // src/table/table-list-row.tsx
4861
+ import { jsx as jsx28 } from "react/jsx-runtime";
4862
+ var states12 = [
4863
+ States.hover,
4864
+ States.focus,
4865
+ States.selected,
4866
+ States.disabled
4867
+ ];
4868
+
4869
+ // src/table/table-th.tsx
4870
+ import { jsx as jsx29 } from "react/jsx-runtime";
4871
+ var className5 = `k-table-th`;
4872
+ var TableTh = (props) => {
4873
+ const {
4874
+ text,
4875
+ colspan,
4876
+ rowspan,
4877
+ ...other
4878
+ } = props;
4879
+ const textOrChildren = text ? text : props.children;
4880
+ return /* @__PURE__ */ jsx29(
4881
+ "th",
4882
+ {
4883
+ colSpan: colspan,
4884
+ rowSpan: rowspan,
4885
+ ...other,
4886
+ className: classNames(
4887
+ props.className,
4888
+ className5
4889
+ ),
4890
+ children: textOrChildren
4891
+ }
4892
+ );
4893
+ };
4894
+
4895
+ // src/table/table-list-th.tsx
4896
+ import { jsx as jsx30 } from "react/jsx-runtime";
4897
+
4898
+ // src/table/table-td.tsx
4899
+ import { jsx as jsx31 } from "react/jsx-runtime";
4900
+ var className6 = `k-table-td`;
4901
+ var TableTd = (props) => {
4902
+ const {
4903
+ text,
4904
+ colspan,
4905
+ ...other
4906
+ } = props;
4907
+ const textOrChildren = text ? text : props.children;
4908
+ return /* @__PURE__ */ jsx31(
4909
+ "td",
4910
+ {
4911
+ colSpan: colspan,
4912
+ ...other,
4913
+ className: classNames(
4914
+ props.className,
4915
+ className6
4916
+ ),
4917
+ children: textOrChildren
4918
+ }
4919
+ );
4920
+ };
4921
+
4922
+ // src/table/table-list-td.tsx
4923
+ import { jsx as jsx32 } from "react/jsx-runtime";
4924
+
4925
+ // src/table/table-group-header.tsx
4926
+ import { jsx as jsx33 } from "react/jsx-runtime";
4927
+
4928
+ // src/table/table-group-sticky-header.tsx
4929
+ import { jsx as jsx34 } from "react/jsx-runtime";
4930
+
4931
+ // src/table/table-group-row.tsx
4932
+ import { jsx as jsx35 } from "react/jsx-runtime";
4933
+
4934
+ // src/table/table-list-group-row.tsx
4935
+ import { jsx as jsx36 } from "react/jsx-runtime";
4936
+
4937
+ // src/table/templates/table-list.tsx
4938
+ import { jsx as jsx37, jsxs as jsxs4 } from "react/jsx-runtime";
4939
+
4940
+ // src/table/templates/table-list-virtualization.tsx
4941
+ import { jsx as jsx38, jsxs as jsxs5 } from "react/jsx-runtime";
4942
+
4943
+ // src/table/templates/data-table-normal.tsx
4944
+ import { jsx as jsx39, jsxs as jsxs6 } from "react/jsx-runtime";
4945
+
4946
+ // src/table/templates/table-native.tsx
4947
+ import { jsx as jsx40, jsxs as jsxs7 } from "react/jsx-runtime";
4948
+
4949
+ // src/grid/grid-header-table.spec.tsx
4950
+ import { jsx as jsx41 } from "react/jsx-runtime";
4951
+ var GRIDHEADERTABLE_CLASSNAME = `k-grid-header-table`;
4952
+ var GridHeaderTable = (props) => /* @__PURE__ */ jsx41(
4953
+ Table,
4954
+ {
4955
+ size: "medium",
4956
+ ...props,
4957
+ className: classNames(
4958
+ props.className,
4959
+ GRIDHEADERTABLE_CLASSNAME
4960
+ ),
4961
+ children: props.children
4962
+ }
4963
+ );
4964
+
4965
+ // src/grid/grid-header-cell.spec.tsx
4966
+ import { jsx as jsx42, jsxs as jsxs8 } from "react/jsx-runtime";
4967
+ var className7 = `k-header`;
4968
+ var states13 = [
4969
+ States.hover,
4970
+ States.focus,
4971
+ States.active
4972
+ ];
4973
+ var defaultProps11 = {
4974
+ sortIcon: "sort-asc-small"
4975
+ };
4976
+ var GridHeaderCell = (props) => {
4977
+ const {
4978
+ menu,
4979
+ sortable,
4980
+ sticky,
4981
+ resizable,
4982
+ columnTitle,
4983
+ hover,
4984
+ focus,
4985
+ active,
4986
+ sortIcon = defaultProps11.sortIcon,
4987
+ sortOrder,
4988
+ ...others
4989
+ } = props;
4990
+ return /* @__PURE__ */ jsxs8(
4991
+ TableTh,
4992
+ {
4993
+ ...others,
4994
+ className: classNames(
4995
+ props.className,
4996
+ className7,
4997
+ {
4998
+ [`k-filterable`]: menu === "filter",
4999
+ [`k-sorted`]: sortable,
5000
+ [`k-grid-header-sticky`]: sticky,
5001
+ [`k-touch-action-none`]: resizable
5002
+ },
5003
+ stateClassNames(className7, {
5004
+ hover,
5005
+ focus,
5006
+ active
5007
+ })
5008
+ ),
5009
+ children: [
5010
+ columnTitle && /* @__PURE__ */ jsxs8("span", { className: "k-cell-inner", children: [
5011
+ /* @__PURE__ */ jsxs8("span", { className: "k-link", children: [
5012
+ /* @__PURE__ */ jsx42("span", { className: "k-column-title", children: columnTitle }),
5013
+ sortable && /* @__PURE__ */ jsx42("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx42(Icon, { icon: sortIcon }) }),
5014
+ sortOrder && /* @__PURE__ */ jsx42("span", { className: "k-sort-order", children: sortOrder })
5015
+ ] }),
5016
+ menu && /* @__PURE__ */ jsx42("a", { href: "#", className: classNames(
5017
+ "k-grid-header-menu",
5018
+ {
5019
+ [`k-active`]: active,
5020
+ [`k-grid-filter-menu`]: menu === "filter",
5021
+ [`k-grid-column-menu`]: menu === "column"
5022
+ }
5023
+ ), children: /* @__PURE__ */ jsx42(Icon, { icon: menu === "filter" ? "filter" : "more-vertical" }) })
5024
+ ] }),
5025
+ props.children,
5026
+ resizable && /* @__PURE__ */ jsx42("span", { className: "k-column-resizer k-touch-action-none" })
5027
+ ]
5028
+ }
5029
+ );
5030
+ };
5031
+
5032
+ // src/grid/grid-container.spec.tsx
5033
+ import { jsx as jsx43 } from "react/jsx-runtime";
5034
+ var className8 = `k-grid-container`;
5035
+ var GridContainer = (props) => /* @__PURE__ */ jsx43(
5036
+ "div",
5037
+ {
5038
+ ...props,
5039
+ className: classNames(
5040
+ props.className,
5041
+ className8
5042
+ ),
5043
+ children: props.children
5044
+ }
5045
+ );
5046
+
5047
+ // src/grid/grid-content.spec.tsx
5048
+ import { jsx as jsx44 } from "react/jsx-runtime";
5049
+ var className9 = `k-grid-content`;
5050
+ var GridContent = (props) => /* @__PURE__ */ jsx44(
5051
+ "div",
5052
+ {
5053
+ ...props,
5054
+ className: classNames(
5055
+ props.className,
5056
+ className9
5057
+ ),
5058
+ children: props.children
5059
+ }
5060
+ );
5061
+
5062
+ // src/grid/grid-table.spec.tsx
5063
+ import { jsx as jsx45 } from "react/jsx-runtime";
5064
+ var GRIDTABLE_CLASSNAME = `k-grid-table`;
5065
+ var GridTable = (props) => /* @__PURE__ */ jsx45(
5066
+ Table,
5067
+ {
5068
+ size: "medium",
5069
+ ...props,
5070
+ className: classNames(
5071
+ props.className,
5072
+ GRIDTABLE_CLASSNAME
5073
+ ),
5074
+ children: props.children
5075
+ }
5076
+ );
5077
+
5078
+ // src/grid/grid-footer.spec.tsx
5079
+ import { jsx as jsx46 } from "react/jsx-runtime";
5080
+
5081
+ // src/grid/grid-footer-table.spec.tsx
5082
+ import { jsx as jsx47 } from "react/jsx-runtime";
5083
+
5084
+ // src/button/button.spec.tsx
5085
+ import { Fragment as Fragment4, jsx as jsx48, jsxs as jsxs9 } from "react/jsx-runtime";
5086
+ var BUTTON_CLASSNAME = `k-button`;
5087
+ var states14 = [
5088
+ States.hover,
5089
+ States.focus,
5090
+ States.active,
5091
+ States.selected,
5092
+ States.disabled
5093
+ ];
5094
+ var options11 = {
5095
+ size: [Size.small, Size.medium, Size.large],
5096
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5097
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
5098
+ themeColor: [
5099
+ ThemeColor.base,
5100
+ ThemeColor.primary,
5101
+ ThemeColor.secondary,
5102
+ ThemeColor.tertiary,
5103
+ ThemeColor.success,
5104
+ ThemeColor.warning,
5105
+ ThemeColor.error,
5106
+ ThemeColor.info,
5107
+ ThemeColor.light,
5108
+ ThemeColor.dark,
5109
+ ThemeColor.inverse
5110
+ ]
5111
+ };
5112
+ var defaultProps12 = {
5113
+ size: Size.medium,
5114
+ rounded: Roundness.medium,
5115
+ fillMode: FillMode.solid,
5116
+ themeColor: ThemeColor.base,
5117
+ showArrow: false,
5118
+ arrowIconName: "caret-alt-down"
5119
+ };
5120
+ var Button = (props) => {
5121
+ const {
5122
+ size = defaultProps12.size,
5123
+ rounded = defaultProps12.rounded,
5124
+ fillMode = defaultProps12.fillMode,
5125
+ themeColor = defaultProps12.themeColor,
5126
+ hover,
5127
+ focus,
5128
+ active,
5129
+ selected,
5130
+ disabled,
5131
+ icon,
5132
+ text,
5133
+ iconClassName,
5134
+ showArrow = defaultProps12.showArrow,
5135
+ arrowIconName = defaultProps12.arrowIconName,
5136
+ ...other
5137
+ } = props;
5138
+ const hasIcon = icon !== void 0;
5139
+ const hasChildren = props.children !== void 0;
5140
+ return /* @__PURE__ */ jsxs9(
5141
+ "button",
5142
+ {
5143
+ ...other,
5144
+ className: classNames(
5145
+ props.className,
5146
+ BUTTON_CLASSNAME,
5147
+ optionClassNames(BUTTON_CLASSNAME, {
5148
+ size,
5149
+ rounded,
5150
+ fillMode,
5151
+ themeColor
5152
+ }),
5153
+ stateClassNames(BUTTON_CLASSNAME, {
5154
+ hover,
5155
+ focus,
5156
+ active,
5157
+ disabled,
5158
+ selected
5159
+ }),
5160
+ {
5161
+ ["k-icon-button"]: !text && !hasChildren && hasIcon
5162
+ }
5163
+ ),
5164
+ children: [
5165
+ icon && /* @__PURE__ */ jsx48(
5166
+ Icon,
5167
+ {
5168
+ className: classNames(iconClassName, "k-button-icon"),
5169
+ icon
5170
+ }
5171
+ ),
5172
+ text ? /* @__PURE__ */ jsxs9(Fragment4, { children: [
5173
+ text && /* @__PURE__ */ jsx48("span", { className: "k-button-text", children: text }),
5174
+ props.children
5175
+ ] }) : props.children && /* @__PURE__ */ jsx48("span", { className: "k-button-text", children: props.children }),
5176
+ showArrow && /* @__PURE__ */ jsx48("span", { className: "k-menu-button-arrow k-button-arrow", children: /* @__PURE__ */ jsx48(Icon, { icon: arrowIconName }) })
5177
+ ]
5178
+ }
5179
+ );
5180
+ };
5181
+ Button.states = states14;
5182
+ Button.options = options11;
5183
+ Button.className = BUTTON_CLASSNAME;
5184
+ Button.defaultProps = defaultProps12;
5185
+
5186
+ // src/button/templates/icon-button.tsx
5187
+ import { jsx as jsx49 } from "react/jsx-runtime";
5188
+
5189
+ // src/button/templates/icon-text-button.tsx
5190
+ import { jsx as jsx50 } from "react/jsx-runtime";
5191
+
5192
+ // src/button/templates/text-button.tsx
5193
+ import { jsx as jsx51 } from "react/jsx-runtime";
5194
+
5195
+ // src/input/input.spec.tsx
5196
+ import { jsx as jsx52 } from "react/jsx-runtime";
5197
+ var INPUT_CLASSNAME = `k-input`;
5198
+ var states15 = [
5199
+ States.hover,
5200
+ States.focus,
5201
+ States.valid,
5202
+ States.invalid,
5203
+ States.required,
5204
+ States.disabled,
5205
+ States.loading,
5206
+ States.readonly
5207
+ ];
5208
+ var options12 = {
5209
+ size: [Size.small, Size.medium, Size.large],
5210
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5211
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5212
+ };
5213
+ var defaultProps13 = {
5214
+ size: Size.medium,
5215
+ rounded: Size.medium,
5216
+ fillMode: FillMode.solid
5217
+ };
5218
+ var Input = (props) => {
5219
+ const {
5220
+ hover,
5221
+ focus,
5222
+ disabled,
5223
+ invalid,
5224
+ valid,
5225
+ loading,
5226
+ readonly,
5227
+ size = defaultProps13.size,
5228
+ rounded = defaultProps13.rounded,
5229
+ fillMode = defaultProps13.fillMode,
5230
+ ...other
5231
+ } = props;
5232
+ return /* @__PURE__ */ jsx52(
5233
+ "span",
5234
+ {
5235
+ ...other,
5236
+ className: classNames(
5237
+ props.className,
5238
+ INPUT_CLASSNAME,
5239
+ optionClassNames(INPUT_CLASSNAME, { size, rounded, fillMode }),
5240
+ stateClassNames(INPUT_CLASSNAME, { hover, focus, disabled, invalid, valid, loading, readonly })
5241
+ )
5242
+ }
5243
+ );
5244
+ };
5245
+ Input.states = states15;
5246
+ Input.options = options12;
5247
+ Input.className = INPUT_CLASSNAME;
5248
+ Input.defaultProps = defaultProps13;
5249
+
5250
+ // src/input/picker.spec.tsx
5251
+ import { jsx as jsx53 } from "react/jsx-runtime";
5252
+ var PICKER_CLASSNAME = `k-picker`;
5253
+ var pickerStates = [
5254
+ States.hover,
5255
+ States.focus,
5256
+ States.valid,
5257
+ States.invalid,
5258
+ States.required,
5259
+ States.disabled,
5260
+ States.loading,
5261
+ States.readonly
5262
+ ];
5263
+ var pickerOptions = {
5264
+ size: [Size.small, Size.medium, Size.large],
5265
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5266
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5267
+ };
5268
+ var defaultProps14 = {
5269
+ size: Size.medium,
5270
+ rounded: Roundness.medium,
5271
+ fillMode: FillMode.solid
5272
+ };
5273
+ var Picker = (props) => {
5274
+ const {
5275
+ hover,
5276
+ focus,
5277
+ disabled,
5278
+ invalid,
5279
+ valid,
5280
+ loading,
5281
+ readonly,
5282
+ size = defaultProps14.size,
5283
+ rounded = defaultProps14.rounded,
5284
+ fillMode = defaultProps14.fillMode,
5285
+ ...other
5286
+ } = props;
5287
+ return /* @__PURE__ */ jsx53(
5288
+ "span",
5289
+ {
5290
+ ...other,
5291
+ className: classNames(
5292
+ props.className,
5293
+ PICKER_CLASSNAME,
5294
+ optionClassNames(PICKER_CLASSNAME, { size, rounded, fillMode }),
5295
+ stateClassNames(PICKER_CLASSNAME, { hover, focus, disabled, invalid, valid, loading, readonly })
5296
+ ),
5297
+ children: props.children
5298
+ }
5299
+ );
5300
+ };
5301
+ Picker.states = pickerStates;
5302
+ Picker.options = pickerOptions;
5303
+ Picker.className = PICKER_CLASSNAME;
5304
+ Picker.defaultProps = defaultProps14;
5305
+
5306
+ // src/input/input-clear-value.tsx
5307
+ import { Fragment as Fragment5, jsx as jsx54 } from "react/jsx-runtime";
5308
+ var className10 = `k-clear-value`;
5309
+ var states16 = [
5310
+ States.disabled,
5311
+ States.loading,
5312
+ States.readonly
5313
+ ];
5314
+ var options13 = {};
5315
+ var InputClearValue = (props) => {
5316
+ const {
5317
+ disabled,
5318
+ loading,
5319
+ readonly,
5320
+ value
5321
+ } = props;
5322
+ if (disabled || readonly || loading || !value) {
5323
+ return /* @__PURE__ */ jsx54(Fragment5, {});
5324
+ }
5325
+ return /* @__PURE__ */ jsx54("span", { className: classNames(props.className, className10), children: /* @__PURE__ */ jsx54(Icon, { icon: "x" }) });
5326
+ };
5327
+ InputClearValue.states = states16;
5328
+ InputClearValue.options = options13;
5329
+ InputClearValue.className = className10;
5330
+
5331
+ // src/input/input-inner-input.tsx
5332
+ import { jsx as jsx55 } from "react/jsx-runtime";
5333
+ var className11 = `k-input-inner`;
5334
+ var states17 = [];
5335
+ var options14 = {};
5336
+ var defaultProps15 = {
5337
+ type: "text",
5338
+ autocomplete: "off",
5339
+ value: "",
5340
+ placeholder: ""
5341
+ };
5342
+ var InputInnerInput = (props) => {
5343
+ const {
5344
+ value = defaultProps15.value,
5345
+ type = defaultProps15.type,
5346
+ placeholder = defaultProps15.placeholder,
5347
+ autocomplete = defaultProps15.autocomplete,
5348
+ ...other
5349
+ } = props;
5350
+ return /* @__PURE__ */ jsx55(
5351
+ "input",
5352
+ {
5353
+ ...other,
5354
+ type,
5355
+ className: classNames(props.className, className11, optionClassNames(className11, props)),
5356
+ placeholder,
5357
+ autoComplete: autocomplete,
5358
+ defaultValue: value
5359
+ }
5360
+ );
5361
+ };
5362
+ InputInnerInput.states = states17;
5363
+ InputInnerInput.options = options14;
5364
+ InputInnerInput.className = className11;
5365
+
5366
+ // src/input/input-inner-span.tsx
5367
+ import { jsx as jsx56, jsxs as jsxs10 } from "react/jsx-runtime";
5368
+ var className12 = `k-input-inner`;
5369
+ var states18 = [];
5370
+ var options15 = {};
5371
+ var InputInnerSpan = (props) => {
5372
+ const {
5373
+ value,
5374
+ placeholder,
5375
+ showValue,
5376
+ valueIcon,
5377
+ valueIconName,
5378
+ ...other
5379
+ } = props;
5380
+ return /* @__PURE__ */ jsxs10(
5381
+ "span",
5382
+ {
5383
+ ...other,
5384
+ className: classNames(props.className, className12, optionClassNames(className12, props)),
5385
+ children: [
5386
+ valueIcon,
5387
+ !valueIcon && valueIconName && /* @__PURE__ */ jsx56(Icon, { className: "k-input-value-icon", icon: valueIconName }),
5388
+ showValue && !value && placeholder,
5389
+ showValue && value && /* @__PURE__ */ jsx56("span", { className: "k-input-value-text", children: value })
5390
+ ]
5391
+ }
5392
+ );
5393
+ };
5394
+ InputInnerSpan.states = states18;
5395
+ InputInnerSpan.options = options15;
5396
+ InputInnerSpan.className = className12;
5397
+
5398
+ // src/input/input-inner-textarea.tsx
5399
+ import { jsx as jsx57 } from "react/jsx-runtime";
5400
+ var defaultProps16 = {
5401
+ value: "",
5402
+ placeholder: ""
5403
+ };
5404
+ var className13 = `k-input-inner`;
5405
+ var states19 = [];
5406
+ var options16 = {};
5407
+ var InputInnerTextarea = (props) => {
5408
+ const {
5409
+ value = defaultProps16.value,
5410
+ placeholder = defaultProps16.placeholder,
5411
+ rows,
5412
+ ...other
5413
+ } = props;
5414
+ return /* @__PURE__ */ jsx57(
5415
+ "textarea",
5416
+ {
5417
+ ...other,
5418
+ className: classNames(props.className, className13, optionClassNames(className13, props)),
5419
+ placeholder,
5420
+ rows,
5421
+ children: value
5422
+ }
5423
+ );
5424
+ };
5425
+ InputInnerTextarea.states = states19;
5426
+ InputInnerTextarea.options = options16;
5427
+ InputInnerTextarea.className = className13;
5428
+
5429
+ // src/input/input-loading-icon.tsx
5430
+ import { Fragment as Fragment6, jsx as jsx58 } from "react/jsx-runtime";
5431
+ var className14 = `k-input-loading-icon`;
5432
+ var states20 = [
5433
+ States.disabled,
5434
+ States.loading
5435
+ ];
5436
+ var InputLoadingIcon = (props) => {
5437
+ const {
5438
+ disabled,
5439
+ loading
5440
+ } = props;
5441
+ if (disabled || !loading) {
5442
+ return /* @__PURE__ */ jsx58(Fragment6, {});
5443
+ }
5444
+ return /* @__PURE__ */ jsx58("span", { className: classNames(props.className, className14, "k-icon k-i-loading") });
5445
+ };
5446
+
5447
+ // src/input/input-validation-icon.tsx
5448
+ import { Fragment as Fragment7, jsx as jsx59 } from "react/jsx-runtime";
5449
+ var className15 = `k-input-validation-icon`;
5450
+ var states21 = [
5451
+ States.valid,
5452
+ States.invalid,
5453
+ States.disabled,
5454
+ States.loading
5455
+ ];
5456
+ var options17 = {};
5457
+ var InputValidationIcon = (props) => {
5458
+ const {
5459
+ valid,
5460
+ invalid,
5461
+ disabled,
5462
+ loading
5463
+ } = props;
5464
+ const iconName = invalid ? "warning-circle" : "check-circle";
5465
+ const renderValidationIcon = Boolean(valid || invalid);
5466
+ if (disabled || loading || !renderValidationIcon) {
5467
+ return /* @__PURE__ */ jsx59(Fragment7, {});
5468
+ }
5469
+ return /* @__PURE__ */ jsx59(Icon, { className: classNames(className15), icon: iconName });
5470
+ };
5471
+ InputValidationIcon.states = states21;
5472
+ InputValidationIcon.options = options17;
5473
+ InputValidationIcon.className = className15;
5474
+
5475
+ // src/input/input-prefix.tsx
5476
+ import { Fragment as Fragment8, jsx as jsx60 } from "react/jsx-runtime";
5477
+ var className16 = `k-input-prefix`;
5478
+ var defaultProps17 = {
5479
+ direction: "horizontal"
5480
+ };
5481
+ var InputPrefix = (props) => {
5482
+ const {
5483
+ direction = defaultProps17.direction,
5484
+ ...other
5485
+ } = props;
5486
+ if (!props.children) {
5487
+ return /* @__PURE__ */ jsx60(Fragment8, {});
5488
+ }
5489
+ return /* @__PURE__ */ jsx60(
5490
+ "span",
5491
+ {
5492
+ ...other,
5493
+ className: classNames(
5494
+ className16,
5495
+ props.className,
5496
+ {
5497
+ [`k-input-prefix-${direction}`]: direction
5498
+ }
5499
+ ),
5500
+ children: props.children
5501
+ }
5502
+ );
5503
+ };
5504
+
5505
+ // src/input/input-suffix.tsx
5506
+ import { Fragment as Fragment9, jsx as jsx61 } from "react/jsx-runtime";
5507
+ var className17 = `k-input-suffix`;
5508
+ var defaultProps18 = {
5509
+ direction: "horizontal"
5510
+ };
5511
+ var InputSuffix = (props) => {
5512
+ const {
5513
+ direction = defaultProps18.direction,
5514
+ ...other
5515
+ } = props;
5516
+ if (!props.children) {
5517
+ return /* @__PURE__ */ jsx61(Fragment9, {});
5518
+ }
5519
+ return /* @__PURE__ */ jsx61(
5520
+ "span",
5521
+ {
5522
+ ...other,
5523
+ className: classNames(
5524
+ className17,
5525
+ props.className,
5526
+ {
5527
+ [`k-input-suffix-${direction}`]: direction
5528
+ }
5529
+ ),
5530
+ children: props.children
5531
+ }
5532
+ );
5533
+ };
5534
+
5535
+ // src/input/input-prefix-text.tsx
5536
+ import { jsx as jsx62 } from "react/jsx-runtime";
5537
+
5538
+ // src/input/input-suffix-text.tsx
5539
+ import { jsx as jsx63 } from "react/jsx-runtime";
5540
+
5541
+ // src/input/input-separator.tsx
5542
+ import { jsx as jsx64 } from "react/jsx-runtime";
5543
+ var className18 = `k-input-separator`;
5544
+ var defaultProps19 = {
5545
+ direction: "vertical"
5546
+ };
5547
+ var InputSeparator = (props) => {
5548
+ const {
5549
+ direction = defaultProps19.direction,
5550
+ ...other
5551
+ } = props;
5552
+ return /* @__PURE__ */ jsx64(
5553
+ "span",
5554
+ {
5555
+ ...other,
5556
+ className: classNames(
5557
+ className18,
5558
+ props.className,
5559
+ {
5560
+ [`${className18}-${direction}`]: direction
5561
+ }
5562
+ )
5563
+ }
5564
+ );
5565
+ };
5566
+
5567
+ // src/animation-container/animation-container.spec.tsx
5568
+ import { jsx as jsx65 } from "react/jsx-runtime";
5569
+ var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5570
+ var states22 = [];
5571
+ var options18 = {};
5572
+ var defaultProps20 = {
5573
+ positionMode: "absolute"
5574
+ };
5575
+ var AnimationContainer = (props) => {
5576
+ const {
5577
+ positionMode,
5578
+ animationStyle,
5579
+ offset,
5580
+ ...other
5581
+ } = props;
5582
+ return /* @__PURE__ */ jsx65(
5583
+ "div",
5584
+ {
5585
+ ...other,
5586
+ style: { ...offset, ...props.style },
5587
+ className: classNames(
5588
+ ANIMATION_CONTAINER_CLASSNAME,
5589
+ "k-animation-container-shown",
5590
+ {
5591
+ ["k-animation-container-fixed"]: positionMode === "fixed"
5592
+ }
5593
+ ),
5594
+ children: /* @__PURE__ */ jsx65("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5595
+ }
5596
+ );
5597
+ };
5598
+ AnimationContainer.states = states22;
5599
+ AnimationContainer.options = options18;
5600
+ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5601
+ AnimationContainer.defaultProps = defaultProps20;
5602
+
5603
+ // src/popup/popup.spec.tsx
5604
+ import { jsx as jsx66 } from "react/jsx-runtime";
5605
+ var POPUP_CLASSNAME = `k-popup`;
5606
+ var states23 = [];
5607
+ var options19 = {};
5608
+ var defaultProps21 = {
5609
+ positionMode: "absolute"
5610
+ };
5611
+ var Popup = (props) => {
5612
+ const {
5613
+ offset,
5614
+ positionMode,
5615
+ ...other
5616
+ } = props;
5617
+ return /* @__PURE__ */ jsx66(
5618
+ AnimationContainer,
5619
+ {
5620
+ positionMode,
5621
+ offset,
5622
+ children: /* @__PURE__ */ jsx66("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5623
+ }
5624
+ );
5625
+ };
5626
+ Popup.states = states23;
5627
+ Popup.options = options19;
5628
+ Popup.className = POPUP_CLASSNAME;
5629
+ Popup.defaultProps = defaultProps21;
5630
+
5631
+ // src/dropdownlist/dropdownlist.spec.tsx
5632
+ import { Fragment as Fragment10, jsx as jsx67, jsxs as jsxs11 } from "react/jsx-runtime";
5633
+ var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5634
+ var states24 = [
5635
+ States.hover,
5636
+ States.focus,
5637
+ States.valid,
5638
+ States.invalid,
5639
+ States.required,
5640
+ States.disabled,
5641
+ States.loading,
5642
+ States.readonly
5643
+ ];
5644
+ var options20 = {
5645
+ size: [Size.small, Size.medium, Size.large],
5646
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5647
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5648
+ };
5649
+ var defaultProps22 = {
5650
+ showValue: true,
5651
+ arrowIconName: "caret-alt-down",
5652
+ size: Size.medium,
5653
+ rounded: Roundness.medium,
5654
+ fillMode: FillMode.solid
5655
+ };
5656
+ var DropdownList = (props) => {
5657
+ const {
5658
+ valueIconName,
5659
+ arrowIconName = defaultProps22.arrowIconName,
5660
+ prefix,
5661
+ suffix,
5662
+ value,
5663
+ placeholder,
5664
+ size,
5665
+ rounded,
5666
+ fillMode,
5667
+ hover,
5668
+ focus,
5669
+ valid,
5670
+ invalid,
5671
+ required,
5672
+ loading,
5673
+ disabled,
5674
+ readonly,
5675
+ showValue = defaultProps22.showValue,
5676
+ popup,
5677
+ opened,
5678
+ ...other
5679
+ } = props;
5680
+ return /* @__PURE__ */ jsxs11(Fragment10, { children: [
5681
+ /* @__PURE__ */ jsxs11(
5682
+ Picker,
5683
+ {
5684
+ ...other,
5685
+ size,
5686
+ rounded,
5687
+ fillMode,
5688
+ hover,
5689
+ focus,
5690
+ valid,
5691
+ invalid,
5692
+ required,
5693
+ loading,
5694
+ disabled,
5695
+ readonly,
5696
+ className: classNames(
5697
+ props.className,
5698
+ DROPDOWNLIST_CLASSNAME,
5699
+ {
5700
+ "k-icon-picker": !showValue && valueIconName
5701
+ }
5702
+ ),
5703
+ children: [
5704
+ /* @__PURE__ */ jsx67(InputPrefix, { children: prefix }),
5705
+ /* @__PURE__ */ jsx67(
5706
+ InputInnerSpan,
5707
+ {
5708
+ placeholder,
5709
+ value,
5710
+ showValue,
5711
+ valueIconName
5712
+ }
5713
+ ),
5714
+ /* @__PURE__ */ jsx67(
5715
+ InputValidationIcon,
5716
+ {
5717
+ valid,
5718
+ invalid,
5719
+ loading,
5720
+ disabled
5721
+ }
5722
+ ),
5723
+ /* @__PURE__ */ jsx67(
5724
+ InputLoadingIcon,
5725
+ {
5726
+ loading,
5727
+ disabled
5728
+ }
5729
+ ),
5730
+ /* @__PURE__ */ jsx67(InputSuffix, { children: suffix }),
5731
+ /* @__PURE__ */ jsx67(
5732
+ Button,
5733
+ {
5734
+ className: "k-input-button",
5735
+ icon: arrowIconName,
5736
+ rounded: null,
5737
+ size: props.size,
5738
+ fillMode: props.fillMode
5739
+ }
5740
+ )
5741
+ ]
5742
+ }
5743
+ ),
5744
+ opened && popup && /* @__PURE__ */ jsx67(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5745
+ ] });
5746
+ };
5747
+ DropdownList.states = states24;
5748
+ DropdownList.options = options20;
5749
+ DropdownList.className = DROPDOWNLIST_CLASSNAME;
5750
+ DropdownList.defaultProps = defaultProps22;
5751
+
5752
+ // src/dropdownlist/templates/dropdownlist-normal.tsx
5753
+ import { jsx as jsx68 } from "react/jsx-runtime";
5754
+
5755
+ // src/nodata/nodata.tsx
5756
+ import { jsx as jsx69 } from "react/jsx-runtime";
5757
+ var className19 = `k-nodata`;
5758
+ var NoData = (props) => /* @__PURE__ */ jsx69("span", { className: classNames(className19, props.className), children: props.children });
5759
+
5760
+ // src/list/list.spec.tsx
5761
+ import { jsx as jsx70, jsxs as jsxs12 } from "react/jsx-runtime";
5762
+ var LIST_CLASSNAME = `k-list`;
5763
+ var states25 = [];
5764
+ var options21 = {
5765
+ size: [Size.small, Size.medium, Size.large]
5766
+ };
5767
+ var defaultProps23 = {
5768
+ size: Size.medium
5769
+ };
5770
+ var List = (props) => {
5771
+ const {
5772
+ size = defaultProps23.size,
5773
+ virtualization,
5774
+ children,
5775
+ optionLabel,
5776
+ ...other
5777
+ } = props;
5778
+ let listHeader;
5779
+ let listGroup;
5780
+ let listContent;
5781
+ const listChildren = [];
5782
+ if (children) {
5783
+ children.map((child, index) => {
5784
+ if (child.type === ListGroup) {
5785
+ if (child.props.root === true) {
5786
+ listHeader = child.props.label;
5787
+ child.props.children.map((optChild, index2) => {
5788
+ listChildren.push(
5789
+ /* @__PURE__ */ jsx70(
5790
+ ListItem,
5791
+ {
5792
+ ...optChild.props
5793
+ },
5794
+ `optChild-${index2}-${(/* @__PURE__ */ new Date()).getTime()}`
5795
+ )
5796
+ );
5797
+ });
5798
+ } else {
5799
+ child.props.children.forEach((optChild, index2) => {
5800
+ let groupLabel = "";
5801
+ if (index2 === 0) {
5802
+ groupLabel = child.props.label;
5803
+ }
5804
+ listChildren.push(
5805
+ /* @__PURE__ */ jsx70(
5806
+ ListItem,
5807
+ {
5808
+ className: index2 === 0 ? "k-first" : "",
5809
+ ...optChild.props,
5810
+ groupLabel
5811
+ },
5812
+ `groupLabel-${index2}-${(/* @__PURE__ */ new Date()).getTime()}`
5813
+ )
5814
+ );
5815
+ });
5816
+ }
5817
+ listGroup = /* @__PURE__ */ jsx70(ListGroup, { label: listHeader, virtualization, children: listChildren });
5818
+ } else if (child.type === ListItem) {
5819
+ listChildren.push(/* @__PURE__ */ jsx70(ListItem, { ...child.props }, `${child.type}-${index}`));
5820
+ listContent = /* @__PURE__ */ jsx70(ListContent, { virtualization, children: listChildren });
5821
+ }
5822
+ });
5823
+ } else {
5824
+ listContent = /* @__PURE__ */ jsx70(NoData, { children: "No data found." });
5825
+ }
5826
+ return /* @__PURE__ */ jsxs12(
5827
+ "div",
5828
+ {
5829
+ ...other,
5830
+ className: classNames(
5831
+ props.className,
5832
+ LIST_CLASSNAME,
5833
+ optionClassNames(LIST_CLASSNAME, {
5834
+ size
5835
+ }),
5836
+ {
5837
+ ["k-virtual-list"]: virtualization
5838
+ }
5839
+ ),
5840
+ children: [
5841
+ optionLabel,
5842
+ listGroup,
5843
+ listContent
5844
+ ]
5845
+ }
5846
+ );
5847
+ };
5848
+ List.states = states25;
5849
+ List.options = options21;
5850
+ List.className = LIST_CLASSNAME;
5851
+ List.defaultProps = defaultProps23;
5852
+
5853
+ // src/list/list-angular.spec.tsx
5854
+ import { jsx as jsx71, jsxs as jsxs13 } from "react/jsx-runtime";
5855
+ var LISTANGULAR_CLASSNAME = `k-list`;
5856
+ var states26 = [];
5857
+ var options22 = {
5858
+ size: [Size.small, Size.medium, Size.large]
5859
+ };
5860
+ var defaultProps24 = {
5861
+ size: Size.medium
5862
+ };
5863
+ var ListAngular = (props) => {
5864
+ const {
5865
+ size = defaultProps24.size,
5866
+ virtualization,
5867
+ children,
5868
+ ...other
5869
+ } = props;
5870
+ let listHeader;
5871
+ let listGroup;
5872
+ let listContent;
5873
+ const listChildren = [];
5874
+ if (children) {
5875
+ children.map((child, index) => {
5876
+ if (child.type === ListGroup) {
5877
+ if (child.props.root === true) {
5878
+ listHeader = child.props.label;
5879
+ child.props.children.map((optChild, index2) => {
5880
+ listChildren.push(
5881
+ /* @__PURE__ */ jsx71(
5882
+ ListItem,
5883
+ {
5884
+ ...optChild.props
5885
+ },
5886
+ `optChild-${index2}-${(/* @__PURE__ */ new Date()).getTime()}`
5887
+ )
5888
+ );
5889
+ });
5890
+ } else {
5891
+ listChildren.push(
5892
+ /* @__PURE__ */ jsx71(
5893
+ ListGroupItem,
5894
+ {
5895
+ ...child.props,
5896
+ children: child.props.label
5897
+ },
5898
+ `listChild-${index}`
5899
+ )
5900
+ );
5901
+ child.props.children.map((optChild, index2) => {
5902
+ listChildren.push(
5903
+ /* @__PURE__ */ jsx71(
5904
+ ListItem,
5905
+ {
5906
+ ...optChild.props
5907
+ },
5908
+ `fwOptChild-${index2}-${(/* @__PURE__ */ new Date()).getTime()}`
5909
+ )
5910
+ );
5911
+ });
5912
+ }
5913
+ listGroup = /* @__PURE__ */ jsx71(ListGroup, { label: listHeader, virtualization, children: listChildren });
5914
+ } else if (child.type === ListItem) {
5915
+ listChildren.push(/* @__PURE__ */ jsx71(ListItem, { ...child.props }, `${child.type}-${index}`));
5916
+ listContent = /* @__PURE__ */ jsx71(ListContent, { virtualization, children: listChildren });
5917
+ }
5918
+ });
5919
+ } else {
5920
+ listContent = /* @__PURE__ */ jsx71(NoData, { children: "No data found." });
5921
+ }
5922
+ return /* @__PURE__ */ jsxs13(
5923
+ "div",
5924
+ {
5925
+ ...other,
5926
+ className: classNames(
5927
+ props.className,
5928
+ LISTANGULAR_CLASSNAME,
5929
+ optionClassNames(LISTANGULAR_CLASSNAME, {
5930
+ size
5931
+ }),
5932
+ {
5933
+ ["k-virtual-list"]: virtualization
5934
+ }
5935
+ ),
5936
+ children: [
5937
+ listGroup,
5938
+ listContent
5939
+ ]
5940
+ }
5941
+ );
5942
+ };
5943
+ ListAngular.states = states26;
5944
+ ListAngular.options = options22;
5945
+ ListAngular.className = LISTANGULAR_CLASSNAME;
5946
+ ListAngular.defaultProps = defaultProps24;
5947
+
5948
+ // src/checkbox/checkbox.spec.tsx
5949
+ import { jsx as jsx72 } from "react/jsx-runtime";
5950
+ var CHECKBOX_CLASSNAME = `k-checkbox`;
5951
+ var states27 = [
5952
+ States.hover,
5953
+ States.focus,
5954
+ States.valid,
5955
+ States.invalid,
5956
+ States.required,
5957
+ States.disabled,
5958
+ States.checked,
5959
+ States.indeterminate
5960
+ ];
5961
+ var options23 = {
5962
+ size: [Size.small, Size.medium, Size.large],
5963
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
5964
+ };
5965
+ var defaultProps25 = {
5966
+ size: Size.medium,
5967
+ rounded: Roundness.medium
5968
+ };
5969
+ var Checkbox = (props) => {
5970
+ const {
5971
+ id,
5972
+ checked,
5973
+ indeterminate,
5974
+ hover,
5975
+ focus,
5976
+ disabled,
5977
+ invalid,
5978
+ valid,
5979
+ required,
5980
+ size = defaultProps25.size,
5981
+ rounded = defaultProps25.rounded,
5982
+ ...other
5983
+ } = props;
5984
+ return /* @__PURE__ */ jsx72("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx72(
5985
+ "input",
5986
+ {
5987
+ ...other,
5988
+ id,
5989
+ type: "checkbox",
5990
+ checked,
5991
+ required,
5992
+ className: classNames(
5993
+ props.className,
5994
+ CHECKBOX_CLASSNAME,
5995
+ optionClassNames(CHECKBOX_CLASSNAME, { size, rounded }),
5996
+ stateClassNames(CHECKBOX_CLASSNAME, { hover, focus, disabled, invalid, valid, indeterminate, checked })
5997
+ )
5998
+ }
5999
+ ) });
6000
+ };
6001
+ Checkbox.states = states27;
6002
+ Checkbox.options = options23;
6003
+ Checkbox.className = CHECKBOX_CLASSNAME;
6004
+ Checkbox.defaultProps = defaultProps25;
6005
+
6006
+ // src/checkbox/checkbox-group.spec.tsx
6007
+ import { jsx as jsx73 } from "react/jsx-runtime";
6008
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
6009
+ var states28 = [];
6010
+ var options24 = {};
6011
+ var defaultProps26 = {
6012
+ layout: "vertical"
6013
+ };
6014
+ var CheckboxGroup = (props) => {
6015
+ const {
6016
+ layout = defaultProps26.layout,
6017
+ ...other
6018
+ } = props;
6019
+ return /* @__PURE__ */ jsx73(
6020
+ "ul",
6021
+ {
6022
+ ...other,
6023
+ className: classNames(
6024
+ props.className,
6025
+ CHECKBOXGROUP_CLASSNAME,
6026
+ {
6027
+ [`k-list-${layout}`]: layout
6028
+ }
6029
+ ),
6030
+ children: props.children
6031
+ }
6032
+ );
6033
+ };
6034
+ CheckboxGroup.states = states28;
6035
+ CheckboxGroup.options = options24;
6036
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
6037
+ CheckboxGroup.defaultProps = defaultProps26;
6038
+
6039
+ // src/checkbox/checkbox-item.spec.tsx
6040
+ import { jsx as jsx74 } from "react/jsx-runtime";
6041
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
6042
+ var states29 = [];
6043
+ var options25 = {};
6044
+ var defaultProps27 = {};
6045
+ var CheckboxItem = (props) => {
6046
+ const {
6047
+ ...other
6048
+ } = props;
6049
+ return /* @__PURE__ */ jsx74(
6050
+ "li",
6051
+ {
6052
+ ...other,
6053
+ className: classNames(
6054
+ props.className,
6055
+ CHECKBOXITEM_CLASSNAME
6056
+ ),
6057
+ children: props.children
6058
+ }
6059
+ );
6060
+ };
6061
+ CheckboxItem.states = states29;
6062
+ CheckboxItem.options = options25;
6063
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
6064
+ CheckboxItem.defaultProps = defaultProps27;
6065
+
6066
+ // src/checkbox/templates/checkbox-with-label-after.tsx
6067
+ import { Fragment as Fragment11, jsx as jsx75, jsxs as jsxs14 } from "react/jsx-runtime";
6068
+
6069
+ // src/checkbox/templates/checkbox-with-label-before.tsx
6070
+ import { Fragment as Fragment12, jsx as jsx76, jsxs as jsxs15 } from "react/jsx-runtime";
6071
+
6072
+ // src/checkbox/templates/checkbox-normal.tsx
6073
+ import { jsx as jsx77 } from "react/jsx-runtime";
6074
+
6075
+ // src/list/list-item.spec.tsx
6076
+ import { jsx as jsx78, jsxs as jsxs16 } from "react/jsx-runtime";
6077
+ var LISTITEM_CLASSNAME = `k-list-item`;
6078
+ var states30 = [
6079
+ States.hover,
6080
+ States.focus,
6081
+ States.selected,
6082
+ States.disabled
6083
+ ];
6084
+ var options26 = {};
6085
+ var defaultProps28 = {};
6086
+ var ListItem = (props) => {
6087
+ const {
6088
+ text,
6089
+ groupLabel,
6090
+ showIcon,
6091
+ iconName,
6092
+ showCheckbox,
6093
+ checked,
6094
+ hover,
6095
+ focus,
6096
+ selected,
6097
+ disabled,
6098
+ ...other
6099
+ } = props;
6100
+ const textOrChildren = text ? text : props.children;
6101
+ return /* @__PURE__ */ jsxs16(
6102
+ "li",
6103
+ {
6104
+ ...other,
6105
+ className: classNames(
6106
+ props.className,
6107
+ LISTITEM_CLASSNAME,
6108
+ stateClassNames(LISTITEM_CLASSNAME, {
6109
+ hover,
6110
+ focus,
6111
+ disabled,
6112
+ selected
6113
+ })
6114
+ ),
6115
+ children: [
6116
+ showCheckbox && /* @__PURE__ */ jsx78(Checkbox, { checked }),
6117
+ showIcon && /* @__PURE__ */ jsx78(Icon, { icon: iconName }),
6118
+ /* @__PURE__ */ jsx78("span", { className: "k-list-item-text", children: textOrChildren }),
6119
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx78("div", { className: "k-list-item-group-label", children: groupLabel })
6120
+ ]
6121
+ }
6122
+ );
6123
+ };
6124
+ ListItem.states = states30;
6125
+ ListItem.options = options26;
6126
+ ListItem.className = LISTITEM_CLASSNAME;
6127
+ ListItem.defaultProps = defaultProps28;
6128
+
6129
+ // src/list/list-content.tsx
6130
+ import { jsx as jsx79, jsxs as jsxs17 } from "react/jsx-runtime";
6131
+ var className20 = `k-list-content`;
6132
+ var ListContent = (props) => {
6133
+ const {
6134
+ virtualization
6135
+ } = props;
6136
+ return /* @__PURE__ */ jsxs17("div", { className: classNames(className20, props.className), children: [
6137
+ /* @__PURE__ */ jsx79("ul", { className: classNames("k-list-ul"), children: props.children }),
6138
+ virtualization && /* @__PURE__ */ jsx79("div", { className: "k-height-container", children: /* @__PURE__ */ jsx79("div", {}) })
6139
+ ] });
6140
+ };
6141
+
6142
+ // src/list/list-header.tsx
6143
+ import { jsx as jsx80 } from "react/jsx-runtime";
6144
+ var className21 = `k-list-group-sticky-header`;
6145
+ var ListHeader = (props) => /* @__PURE__ */ jsx80("div", { className: classNames(className21, props.className), children: /* @__PURE__ */ jsx80("div", { className: "k-list-header-text", children: props.children }) });
6146
+
6147
+ // src/list/list-group.tsx
6148
+ import { Fragment as Fragment13, jsx as jsx81, jsxs as jsxs18 } from "react/jsx-runtime";
6149
+ var ListGroup = (props) => {
6150
+ const {
6151
+ virtualization,
6152
+ label
6153
+ } = props;
6154
+ return /* @__PURE__ */ jsxs18(Fragment13, { children: [
6155
+ label && /* @__PURE__ */ jsx81(ListHeader, { children: label }),
6156
+ props.children && /* @__PURE__ */ jsx81(ListContent, { virtualization, children: props.children })
6157
+ ] });
6158
+ };
6159
+
6160
+ // src/list/list-group-item.tsx
6161
+ import { jsx as jsx82 } from "react/jsx-runtime";
6162
+ var className22 = `k-list-group-item`;
6163
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx82("li", { className: classNames(className22, props.className), children: /* @__PURE__ */ jsx82("span", { className: "k-list-item-text", children: props.children }) });
6164
+
6165
+ // src/list/list-option-label.tsx
6166
+ import { jsx as jsx83 } from "react/jsx-runtime";
6167
+ var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
6168
+ var states31 = [
6169
+ States.hover,
6170
+ States.focus,
6171
+ States.selected,
6172
+ States.disabled
6173
+ ];
6174
+ var options27 = {};
6175
+ var defaultProps29 = {};
6176
+ var ListOptionLabel = (props) => {
6177
+ const {
6178
+ text,
6179
+ hover,
6180
+ focus,
6181
+ selected,
6182
+ disabled,
6183
+ ...other
6184
+ } = props;
6185
+ return /* @__PURE__ */ jsx83(
6186
+ "div",
6187
+ {
6188
+ ...other,
6189
+ className: classNames(
6190
+ LIST_OPTIONLABEL_CLASSNAME,
6191
+ stateClassNames(LIST_OPTIONLABEL_CLASSNAME, {
6192
+ hover,
6193
+ focus,
6194
+ selected,
6195
+ disabled
6196
+ })
6197
+ ),
6198
+ children: text
6199
+ }
6200
+ );
6201
+ };
6202
+ ListOptionLabel.states = states31;
6203
+ ListOptionLabel.options = options27;
6204
+ ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
6205
+ ListOptionLabel.defaultProps = defaultProps29;
6206
+
6207
+ // src/list/templates/list-normal.tsx
6208
+ import { jsx as jsx84 } from "react/jsx-runtime";
6209
+
6210
+ // src/list/templates/list-virtualization.tsx
6211
+ import { jsx as jsx85 } from "react/jsx-runtime";
6212
+
6213
+ // src/list/templates/list-grouping.tsx
6214
+ import { jsx as jsx86, jsxs as jsxs19 } from "react/jsx-runtime";
6215
+
6216
+ // src/list/templates/list-virualization-grouping.tsx
6217
+ import { jsx as jsx87, jsxs as jsxs20 } from "react/jsx-runtime";
6218
+
6219
+ // src/list/templates/list-virtualization-angular.tsx
6220
+ import { jsx as jsx88 } from "react/jsx-runtime";
6221
+
6222
+ // src/list/templates/list-grouping-angular.tsx
6223
+ import { jsx as jsx89, jsxs as jsxs21 } from "react/jsx-runtime";
6224
+
6225
+ // src/list/templates/list-virualization-grouping-angular.tsx
6226
+ import { jsx as jsx90, jsxs as jsxs22 } from "react/jsx-runtime";
6227
+
6228
+ // src/dropdownlist/templates/dropdownlist-popup.tsx
6229
+ import { jsx as jsx91, jsxs as jsxs23 } from "react/jsx-runtime";
6230
+
6231
+ // src/searchbox/searchbox.spec.tsx
6232
+ import { jsx as jsx92, jsxs as jsxs24 } from "react/jsx-runtime";
6233
+ var SEARCHBOX_CLASSNAME = `k-searchbox`;
6234
+ var states32 = [
6235
+ States.hover,
6236
+ States.focus,
6237
+ States.valid,
6238
+ States.invalid,
6239
+ States.required,
6240
+ States.disabled,
6241
+ States.loading
6242
+ ];
6243
+ var options28 = {
6244
+ size: [Size.small, Size.medium, Size.large],
6245
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6246
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6247
+ };
6248
+ var defaultProps30 = {
6249
+ showIcon: true,
6250
+ icon: "search",
6251
+ size: Input.defaultProps.size,
6252
+ rounded: Input.defaultProps.rounded,
6253
+ fillMode: Input.defaultProps.fillMode
6254
+ };
6255
+ var Searchbox = (props) => {
6256
+ const {
6257
+ value,
6258
+ placeholder,
6259
+ size,
6260
+ rounded,
6261
+ fillMode,
6262
+ hover,
6263
+ focus,
6264
+ valid,
6265
+ invalid,
6266
+ required,
6267
+ loading,
6268
+ disabled,
6269
+ showIcon = defaultProps30.showIcon,
6270
+ icon = defaultProps30.icon,
6271
+ ...other
6272
+ } = props;
6273
+ return /* @__PURE__ */ jsxs24(
6274
+ Input,
6275
+ {
6276
+ ...other,
6277
+ size,
6278
+ rounded,
6279
+ fillMode,
6280
+ hover,
6281
+ focus,
6282
+ valid,
6283
+ invalid,
6284
+ required,
6285
+ loading,
6286
+ disabled,
6287
+ className: classNames(props.className, SEARCHBOX_CLASSNAME),
6288
+ children: [
6289
+ showIcon && /* @__PURE__ */ jsx92(Icon, { className: "k-input-icon", icon }),
6290
+ /* @__PURE__ */ jsx92(InputInnerInput, { placeholder, value }),
6291
+ /* @__PURE__ */ jsx92(InputLoadingIcon, { ...props }),
6292
+ /* @__PURE__ */ jsx92(InputValidationIcon, { ...props }),
6293
+ /* @__PURE__ */ jsx92(InputClearValue, { ...props })
6294
+ ]
6295
+ }
6296
+ );
6297
+ };
6298
+ Searchbox.states = states32;
6299
+ Searchbox.options = options28;
6300
+ Searchbox.className = SEARCHBOX_CLASSNAME;
6301
+ Searchbox.defaultProps = defaultProps30;
6302
+
6303
+ // src/searchbox/templates/searchbox-normal.tsx
6304
+ import { jsx as jsx93 } from "react/jsx-runtime";
6305
+
6306
+ // src/dropdownlist/templates/dropdownlist-filtering.tsx
6307
+ import { Fragment as Fragment14, jsx as jsx94, jsxs as jsxs25 } from "react/jsx-runtime";
6308
+
6309
+ // src/dropdownlist/templates/dropdownlist-grouping.tsx
6310
+ import { jsx as jsx95, jsxs as jsxs26 } from "react/jsx-runtime";
6311
+
6312
+ // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
6313
+ import { Fragment as Fragment15, jsx as jsx96, jsxs as jsxs27 } from "react/jsx-runtime";
6314
+
6315
+ // src/spinbutton/spinbutton.spec.tsx
6316
+ import { jsx as jsx97, jsxs as jsxs28 } from "react/jsx-runtime";
6317
+ var SPINBUTTON_CLASSNAME = `k-spin-button`;
6318
+ var states33 = [];
6319
+ var options29 = {
6320
+ size: [Size.small, Size.medium, Size.large],
6321
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
6322
+ };
6323
+ var defaultProps31 = {
6324
+ size: Size.medium,
6325
+ fillMode: FillMode.solid
6326
+ };
6327
+ var SpinButton = (props) => {
6328
+ const {
6329
+ size = defaultProps31.size,
6330
+ fillMode = defaultProps31.fillMode,
6331
+ ...other
6332
+ } = props;
6333
+ return /* @__PURE__ */ jsxs28(
6334
+ "span",
6335
+ {
6336
+ ...other,
6337
+ className: classNames(
6338
+ SPINBUTTON_CLASSNAME,
6339
+ props.className
6340
+ ),
6341
+ children: [
6342
+ /* @__PURE__ */ jsx97(
6343
+ Button,
6344
+ {
6345
+ className: "k-spinner-increase",
6346
+ icon: "caret-alt-up",
6347
+ rounded: null,
6348
+ size,
6349
+ fillMode
6350
+ }
6351
+ ),
6352
+ /* @__PURE__ */ jsx97(
6353
+ Button,
6354
+ {
6355
+ className: "k-spinner-decrease",
6356
+ icon: "caret-alt-down",
6357
+ rounded: null,
6358
+ size,
6359
+ fillMode
6360
+ }
6361
+ )
6362
+ ]
6363
+ }
6364
+ );
6365
+ };
6366
+ SpinButton.states = states33;
6367
+ SpinButton.options = options29;
6368
+ SpinButton.className = SPINBUTTON_CLASSNAME;
6369
+ SpinButton.defaultProps = defaultProps31;
6370
+
6371
+ // src/numerictextbox/numerictextbox.spec.tsx
6372
+ import { Fragment as Fragment16, jsx as jsx98, jsxs as jsxs29 } from "react/jsx-runtime";
6373
+ var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
6374
+ var states34 = [
6375
+ States.hover,
6376
+ States.focus,
6377
+ States.valid,
6378
+ States.invalid,
6379
+ States.loading,
6380
+ States.required,
6381
+ States.disabled,
6382
+ States.readonly
6383
+ ];
6384
+ var options30 = {
6385
+ size: [Size.small, Size.medium, Size.large],
6386
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6387
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6388
+ };
6389
+ var defaultProps32 = {
6390
+ showSpinButton: true,
6391
+ showClearButton: true,
6392
+ size: Input.defaultProps.size,
6393
+ rounded: Input.defaultProps.rounded,
6394
+ fillMode: Input.defaultProps.fillMode
6395
+ };
6396
+ var NumericTextbox = (props) => {
6397
+ const {
6398
+ prefix,
6399
+ suffix,
6400
+ value,
6401
+ placeholder,
6402
+ size,
6403
+ rounded,
6404
+ fillMode,
6405
+ hover,
6406
+ focus,
6407
+ valid,
6408
+ invalid,
6409
+ required,
6410
+ loading,
6411
+ disabled,
6412
+ readonly,
6413
+ showClearButton = defaultProps32.showClearButton,
6414
+ showSpinButton = defaultProps32.showSpinButton,
6415
+ ...other
6416
+ } = props;
6417
+ return /* @__PURE__ */ jsxs29(
6418
+ Input,
6419
+ {
6420
+ ...other,
6421
+ size,
6422
+ rounded,
6423
+ fillMode,
6424
+ hover,
6425
+ focus,
6426
+ valid,
6427
+ invalid,
6428
+ required,
6429
+ loading,
6430
+ disabled,
6431
+ readonly,
6432
+ className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
6433
+ children: [
6434
+ prefix && /* @__PURE__ */ jsxs29(Fragment16, { children: [
6435
+ /* @__PURE__ */ jsx98(InputPrefix, { children: prefix }),
6436
+ /* @__PURE__ */ jsx98(InputSeparator, {})
6437
+ ] }),
6438
+ /* @__PURE__ */ jsx98(InputInnerInput, { placeholder, value }),
6439
+ /* @__PURE__ */ jsx98(
6440
+ InputValidationIcon,
6441
+ {
6442
+ valid,
6443
+ invalid,
6444
+ loading,
6445
+ disabled
6446
+ }
6447
+ ),
6448
+ /* @__PURE__ */ jsx98(
6449
+ InputLoadingIcon,
6450
+ {
6451
+ loading,
6452
+ disabled
6453
+ }
6454
+ ),
6455
+ showClearButton && /* @__PURE__ */ jsx98(
6456
+ InputClearValue,
6457
+ {
6458
+ loading,
6459
+ disabled,
6460
+ readonly,
6461
+ value
6462
+ }
6463
+ ),
6464
+ suffix && /* @__PURE__ */ jsxs29(Fragment16, { children: [
6465
+ /* @__PURE__ */ jsx98(InputSeparator, {}),
6466
+ /* @__PURE__ */ jsx98(InputSuffix, { children: suffix })
6467
+ ] }),
6468
+ showSpinButton && /* @__PURE__ */ jsx98(
6469
+ SpinButton,
6470
+ {
6471
+ className: "k-input-spinner",
6472
+ size,
6473
+ fillMode
6474
+ }
6475
+ )
6476
+ ]
6477
+ }
6478
+ );
6479
+ };
6480
+ NumericTextbox.states = states34;
6481
+ NumericTextbox.options = options30;
6482
+ NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
6483
+ NumericTextbox.defaultProps = defaultProps32;
6484
+
6485
+ // src/numerictextbox/templates/numerictextbox-normal.tsx
6486
+ import { jsx as jsx99 } from "react/jsx-runtime";
6487
+
6488
+ // src/numerictextbox/templates/numerictextbox-prefix.tsx
6489
+ import { Fragment as Fragment17, jsx as jsx100 } from "react/jsx-runtime";
6490
+
6491
+ // src/numerictextbox/templates/numerictextbox-suffix.tsx
6492
+ import { Fragment as Fragment18, jsx as jsx101 } from "react/jsx-runtime";
6493
+
6494
+ // src/pager/pager.spec.tsx
6495
+ import { jsx as jsx102, jsxs as jsxs30 } from "react/jsx-runtime";
6496
+ var PAGER_CLASSNAME = `k-pager`;
6497
+ var states35 = [
6498
+ States.focus,
6499
+ States.disabled
6500
+ ];
6501
+ var options31 = {
6502
+ size: [Size.small, Size.medium, Size.large]
6503
+ };
6504
+ var defaultProps33 = {
6505
+ size: Size.medium,
6506
+ adaptive: false,
6507
+ itemsPerPage: true,
6508
+ type: "numeric",
6509
+ pageSizes: true,
6510
+ refresh: true,
6511
+ info: true
6512
+ };
6513
+ var Pager = (props) => {
6514
+ const {
6515
+ size = defaultProps33.size,
6516
+ adaptive = defaultProps33.adaptive,
6517
+ itemsPerPage = defaultProps33.itemsPerPage,
6518
+ type = defaultProps33.type,
6519
+ pageSizes = defaultProps33.pageSizes,
6520
+ refresh = defaultProps33.refresh,
6521
+ info = defaultProps33.info,
6522
+ focus,
6523
+ disabled,
6524
+ dir,
6525
+ ...other
6526
+ } = props;
6527
+ return /* @__PURE__ */ jsxs30(
6528
+ "div",
6529
+ {
6530
+ dir,
6531
+ ...other,
6532
+ className: classNames(
6533
+ props.className,
6534
+ PAGER_CLASSNAME,
6535
+ optionClassNames(PAGER_CLASSNAME, {
6536
+ size
6537
+ }),
6538
+ stateClassNames(PAGER_CLASSNAME, {
6539
+ focus,
6540
+ disabled
6541
+ })
6542
+ ),
6543
+ children: [
6544
+ /* @__PURE__ */ jsxs30(
6545
+ "div",
6546
+ {
6547
+ className: classNames(
6548
+ "k-pager-numbers-wrap"
6549
+ ),
6550
+ children: [
6551
+ /* @__PURE__ */ jsx102(
6552
+ Button,
6553
+ {
6554
+ className: classNames(
6555
+ "k-pager-nav",
6556
+ "k-pager-first"
6557
+ ),
6558
+ disabled: true,
6559
+ fillMode: "flat",
6560
+ size,
6561
+ rounded: null,
6562
+ icon: dir === "rtl" ? "caret-alt-to-right" : "caret-alt-to-left"
6563
+ }
6564
+ ),
6565
+ /* @__PURE__ */ jsx102(
6566
+ Button,
6567
+ {
6568
+ className: classNames(
6569
+ "k-pager-nav"
6570
+ ),
6571
+ disabled: true,
6572
+ fillMode: "flat",
6573
+ size,
6574
+ rounded: null,
6575
+ icon: dir === "rtl" ? "caret-alt-right" : "caret-alt-left"
6576
+ }
6577
+ ),
6578
+ type === "numeric" && !adaptive && /* @__PURE__ */ jsxs30(
6579
+ "div",
6580
+ {
6581
+ className: classNames(
6582
+ "k-pager-numbers"
6583
+ ),
6584
+ children: [
6585
+ /* @__PURE__ */ jsx102(
6586
+ Button,
6587
+ {
6588
+ selected: true,
6589
+ fillMode: "flat",
6590
+ themeColor: "primary",
6591
+ size,
6592
+ rounded: null,
6593
+ children: "1"
6594
+ }
6595
+ ),
6596
+ /* @__PURE__ */ jsx102(
6597
+ Button,
6598
+ {
6599
+ fillMode: "flat",
6600
+ themeColor: "primary",
6601
+ size,
6602
+ rounded: null,
6603
+ children: "2"
6604
+ }
6605
+ ),
6606
+ /* @__PURE__ */ jsx102(
6607
+ Button,
6608
+ {
6609
+ fillMode: "flat",
6610
+ themeColor: "primary",
6611
+ size,
6612
+ rounded: null,
6613
+ children: "3"
6614
+ }
6615
+ ),
6616
+ /* @__PURE__ */ jsx102(
6617
+ Button,
6618
+ {
6619
+ fillMode: "flat",
6620
+ themeColor: "primary",
6621
+ size,
6622
+ rounded: null,
6623
+ children: "4"
6624
+ }
6625
+ ),
6626
+ /* @__PURE__ */ jsx102(
6627
+ Button,
6628
+ {
6629
+ fillMode: "flat",
6630
+ themeColor: "primary",
6631
+ size,
6632
+ rounded: null,
6633
+ children: "5"
6634
+ }
6635
+ ),
6636
+ /* @__PURE__ */ jsx102(
6637
+ Button,
6638
+ {
6639
+ fillMode: "flat",
6640
+ themeColor: "primary",
6641
+ size,
6642
+ rounded: null,
6643
+ children: "6"
6644
+ }
6645
+ )
6646
+ ]
6647
+ }
6648
+ ),
6649
+ type === "numeric" && /* @__PURE__ */ jsx102(
6650
+ "select",
6651
+ {
6652
+ className: classNames(
6653
+ "k-picker",
6654
+ "k-picker-solid",
6655
+ "k-dropdown-list",
6656
+ "k-dropdown",
6657
+ "k-rounded-md",
6658
+ optionClassNames("k-picker", {
6659
+ size
6660
+ }),
6661
+ {
6662
+ ["k-hidden"]: !adaptive
6663
+ }
6664
+ ),
6665
+ children: /* @__PURE__ */ jsx102("option", { children: "99" })
6666
+ }
6667
+ ),
6668
+ type === "input" && /* @__PURE__ */ jsxs30(
6669
+ "span",
6670
+ {
6671
+ className: classNames(
6672
+ "k-pager-input"
6673
+ ),
6674
+ children: [
6675
+ !adaptive && /* @__PURE__ */ jsx102("span", { children: "Page" }),
6676
+ /* @__PURE__ */ jsx102(NumericTextbox, { value: "999", size, showSpinButton: false, showClearButton: false }),
6677
+ !adaptive && /* @__PURE__ */ jsx102("span", { children: "of 8" })
6678
+ ]
6679
+ }
6680
+ ),
6681
+ /* @__PURE__ */ jsx102(
6682
+ Button,
6683
+ {
6684
+ className: classNames(
6685
+ "k-pager-nav"
6686
+ ),
6687
+ fillMode: "flat",
6688
+ size,
6689
+ rounded: null,
6690
+ icon: dir === "rtl" ? "caret-alt-left" : "caret-alt-right"
6691
+ }
6692
+ ),
6693
+ /* @__PURE__ */ jsx102(
6694
+ Button,
6695
+ {
6696
+ className: classNames(
6697
+ "k-pager-nav",
6698
+ "k-pager-last"
6699
+ ),
6700
+ fillMode: "flat",
6701
+ size,
6702
+ rounded: null,
6703
+ icon: dir === "rtl" ? "caret-alt-to-left" : "caret-alt-to-right"
6704
+ }
6705
+ )
6706
+ ]
6707
+ }
6708
+ ),
6709
+ pageSizes && /* @__PURE__ */ jsxs30(
6710
+ "span",
6711
+ {
6712
+ className: classNames(
6713
+ "k-pager-sizes"
6714
+ ),
6715
+ children: [
6716
+ /* @__PURE__ */ jsx102(DropdownList, { value: "99", size }),
6717
+ itemsPerPage && /* @__PURE__ */ jsx102("span", { children: "items per page" })
6718
+ ]
6719
+ }
6720
+ ),
6721
+ refresh && /* @__PURE__ */ jsx102(
6722
+ Button,
6723
+ {
6724
+ className: classNames(
6725
+ "k-pager-refresh"
6726
+ ),
6727
+ fillMode: "flat",
6728
+ size,
6729
+ rounded: null,
6730
+ icon: "arrow-rotate-cw"
6731
+ }
6732
+ ),
6733
+ info && /* @__PURE__ */ jsx102(
6734
+ "span",
6735
+ {
6736
+ className: classNames(
6737
+ "k-pager-info"
6738
+ ),
6739
+ children: "1 - 20 of 91 items"
6740
+ }
6741
+ )
6742
+ ]
6743
+ }
6744
+ );
6745
+ };
6746
+ Pager.states = states35;
6747
+ Pager.options = options31;
6748
+ Pager.className = PAGER_CLASSNAME;
6749
+ Pager.defaultProps = defaultProps33;
6750
+
6751
+ // src/pager/templates/pager-normal.tsx
6752
+ import { jsx as jsx103 } from "react/jsx-runtime";
6753
+
6754
+ // src/pager/templates/pager-input.tsx
6755
+ import { jsx as jsx104 } from "react/jsx-runtime";
6756
+
6757
+ // src/pager/templates/pager-adaptive.tsx
6758
+ import { jsx as jsx105 } from "react/jsx-runtime";
6759
+
6760
+ // src/pager/templates/pager-adaptive-input.tsx
6761
+ import { jsx as jsx106 } from "react/jsx-runtime";
6762
+
6763
+ // src/grid/grid-pager.spec.tsx
6764
+ import { jsx as jsx107 } from "react/jsx-runtime";
6765
+
6766
+ // src/button-group/button-group.spec.tsx
6767
+ import { jsx as jsx108 } from "react/jsx-runtime";
6768
+ var BUTTONGROUP_CLASSNAME = `k-button-group`;
6769
+ var states36 = [
6770
+ States.disabled
6771
+ ];
6772
+ var options32 = {
6773
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
6774
+ };
6775
+ var defaultProps34 = {
6776
+ fillMode: FillMode.solid
6777
+ };
6778
+ var ButtonGroup = (props) => {
6779
+ const {
6780
+ fillMode = defaultProps34.fillMode,
6781
+ disabled,
6782
+ stretched,
6783
+ ...other
6784
+ } = props;
6785
+ return /* @__PURE__ */ jsx108(
6786
+ "div",
6787
+ {
6788
+ ...other,
6789
+ className: classNames(
6790
+ props.className,
6791
+ BUTTONGROUP_CLASSNAME,
6792
+ optionClassNames(BUTTONGROUP_CLASSNAME, {
6793
+ fillMode
6794
+ }),
6795
+ stateClassNames(BUTTONGROUP_CLASSNAME, {
6796
+ disabled
6797
+ }),
6798
+ {
6799
+ [`${BUTTONGROUP_CLASSNAME}-stretched`]: stretched
6800
+ }
6801
+ ),
6802
+ children: props.children
6803
+ }
6804
+ );
6805
+ };
6806
+ ButtonGroup.states = states36;
6807
+ ButtonGroup.options = options32;
6808
+ ButtonGroup.className = BUTTONGROUP_CLASSNAME;
6809
+ ButtonGroup.defaultProps = defaultProps34;
6810
+
6811
+ // src/button-group/templates/icon-button-group.tsx
6812
+ import { jsx as jsx109, jsxs as jsxs31 } from "react/jsx-runtime";
6813
+
6814
+ // src/button-group/templates/icon-text-button-group.tsx
6815
+ import { jsx as jsx110, jsxs as jsxs32 } from "react/jsx-runtime";
6816
+
6817
+ // src/button-group/templates/text-button-group.tsx
6818
+ import { jsx as jsx111, jsxs as jsxs33 } from "react/jsx-runtime";
6819
+
6820
+ // src/button-group/templates/mixed-button-group.tsx
6821
+ import { jsx as jsx112, jsxs as jsxs34 } from "react/jsx-runtime";
6822
+
6823
+ // src/color-preview/color-preview.tsx
6824
+ import { jsx as jsx113, jsxs as jsxs35 } from "react/jsx-runtime";
6825
+ var COLORPREVIEW_CLASSNAME = `k-color-preview`;
6826
+ var states37 = [];
6827
+ var options33 = {};
6828
+ var ColorPreview = (props) => {
6829
+ const {
6830
+ color,
6831
+ iconName,
6832
+ ...other
6833
+ } = props;
6834
+ return /* @__PURE__ */ jsxs35(
6835
+ "span",
6836
+ {
6837
+ ...other,
6838
+ className: classNames(
6839
+ props.className,
6840
+ COLORPREVIEW_CLASSNAME,
6841
+ {
6842
+ "k-icon-color-preview": iconName,
6843
+ "k-no-color": !color
6844
+ }
6845
+ ),
6846
+ children: [
6847
+ iconName && /* @__PURE__ */ jsx113(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6848
+ /* @__PURE__ */ jsx113(
6849
+ "span",
6850
+ {
6851
+ className: "k-color-preview-mask",
6852
+ style: { backgroundColor: color }
6853
+ }
6854
+ )
6855
+ ]
6856
+ }
6857
+ );
6858
+ };
6859
+ ColorPreview.states = states37;
6860
+ ColorPreview.options = options33;
6861
+ ColorPreview.className = COLORPREVIEW_CLASSNAME;
6862
+
6863
+ // src/colorpicker/colorpicker.spec.tsx
6864
+ import { Fragment as Fragment19, jsx as jsx114, jsxs as jsxs36 } from "react/jsx-runtime";
6865
+ var COLORPICKER_CLASSNAME = `k-colorpicker`;
6866
+ var states38 = [
6867
+ States.hover,
6868
+ States.focus,
6869
+ States.valid,
6870
+ States.invalid,
6871
+ States.required,
6872
+ States.disabled
6873
+ ];
6874
+ var options34 = {
6875
+ size: [Size.small, Size.medium, Size.large],
6876
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6877
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6878
+ };
6879
+ var defaultProps35 = {
6880
+ arrowIconName: "caret-alt-down",
6881
+ size: Picker.defaultProps.size,
6882
+ rounded: Picker.defaultProps.rounded,
6883
+ fillMode: Picker.defaultProps.fillMode
6884
+ };
6885
+ var ColorPicker = (props) => {
6886
+ const {
6887
+ prefix,
6888
+ suffix,
6889
+ value,
6890
+ placeholder,
6891
+ size,
6892
+ rounded,
6893
+ fillMode,
6894
+ hover,
6895
+ focus,
6896
+ valid,
6897
+ invalid,
6898
+ required,
6899
+ disabled,
6900
+ valueIconName,
6901
+ arrowIconName = defaultProps35.arrowIconName,
6902
+ popup,
6903
+ opened,
6904
+ ...other
6905
+ } = props;
6906
+ return /* @__PURE__ */ jsxs36(Fragment19, { children: [
6907
+ /* @__PURE__ */ jsxs36(
6908
+ Picker,
6909
+ {
6910
+ ...other,
6911
+ size,
6912
+ rounded,
6913
+ fillMode,
6914
+ hover,
6915
+ focus,
6916
+ valid,
6917
+ invalid,
6918
+ required,
6919
+ disabled,
6920
+ className: classNames(
6921
+ props.className,
6922
+ COLORPICKER_CLASSNAME,
6923
+ "k-icon-picker"
6924
+ ),
6925
+ children: [
6926
+ /* @__PURE__ */ jsx114(InputPrefix, { children: prefix }),
6927
+ /* @__PURE__ */ jsx114(
6928
+ InputInnerSpan,
6929
+ {
6930
+ placeholder,
6931
+ value,
6932
+ showValue: false,
6933
+ valueIcon: /* @__PURE__ */ jsx114(
6934
+ ColorPreview,
6935
+ {
6936
+ className: "k-value-icon",
6937
+ color: value,
6938
+ iconName: valueIconName
6939
+ }
6940
+ ),
6941
+ valueIconName
6942
+ }
6943
+ ),
6944
+ /* @__PURE__ */ jsx114(InputSuffix, { children: suffix }),
6945
+ /* @__PURE__ */ jsx114(
6946
+ Button,
6947
+ {
6948
+ className: "k-input-button",
6949
+ icon: arrowIconName,
6950
+ rounded: null,
6951
+ size,
6952
+ fillMode
6953
+ }
6954
+ )
6955
+ ]
6956
+ }
6957
+ ),
6958
+ opened && popup && /* @__PURE__ */ jsx114(Popup, { className: "k-color-picker-popup", children: popup })
6959
+ ] });
6960
+ };
6961
+ ColorPicker.states = states38;
6962
+ ColorPicker.options = options34;
6963
+ ColorPicker.className = COLORPICKER_CLASSNAME;
6964
+ ColorPicker.defaultProps = defaultProps35;
6965
+
6966
+ // src/colorpicker/templates/colorpicker-normal.tsx
6967
+ import { jsx as jsx115 } from "react/jsx-runtime";
6968
+
6969
+ // src/action-buttons/action-buttons.spec.tsx
6970
+ import { jsx as jsx116 } from "react/jsx-runtime";
6971
+ var ACTIONBUTTONS_CLASSNAME = `k-actions`;
6972
+ var states39 = [];
6973
+ var options35 = {};
6974
+ var defaultProps36 = {
6975
+ alignment: "start",
6976
+ orientation: "horizontal"
6977
+ };
6978
+ var ActionButtons = (props) => {
6979
+ const {
6980
+ alignment = defaultProps36.alignment,
6981
+ orientation = defaultProps36.orientation,
6982
+ ...other
6983
+ } = props;
6984
+ return /* @__PURE__ */ jsx116(
6985
+ "div",
6986
+ {
6987
+ ...other,
6988
+ className: classNames(
6989
+ ACTIONBUTTONS_CLASSNAME,
6990
+ {
6991
+ [`${ACTIONBUTTONS_CLASSNAME}-${alignment}`]: alignment,
6992
+ [`${ACTIONBUTTONS_CLASSNAME}-${orientation}`]: orientation
6993
+ },
6994
+ props.className
6995
+ ),
6996
+ children: props.children
6997
+ }
6998
+ );
6999
+ };
7000
+ ActionButtons.states = states39;
7001
+ ActionButtons.options = options35;
7002
+ ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
7003
+ ActionButtons.defaultProps = defaultProps36;
7004
+ var action_buttons_spec_default = ActionButtons;
7005
+
7006
+ // src/slider/slider.spec.tsx
7007
+ import { jsx as jsx117, jsxs as jsxs37 } from "react/jsx-runtime";
7008
+ var SLIDER_CLASSNAME = "k-slider";
7009
+ var states40 = [
7010
+ States.hover,
7011
+ States.focus,
7012
+ States.active,
7013
+ States.disabled,
7014
+ States.readonly
7015
+ ];
7016
+ var options36 = {};
7017
+ var defaultProps37 = {
7018
+ type: "single",
7019
+ orientation: "horizontal",
7020
+ readonly: false,
7021
+ disabled: false,
7022
+ handlePosition: "end",
7023
+ showButtons: true,
7024
+ showTicks: true
7025
+ };
7026
+ var Slider = (props) => {
7027
+ const {
7028
+ type = defaultProps37.type,
7029
+ orientation = defaultProps37.orientation,
7030
+ readonly = defaultProps37.readonly,
7031
+ disabled = defaultProps37.disabled,
7032
+ handlePosition = defaultProps37.handlePosition,
7033
+ showButtons = defaultProps37.showButtons,
7034
+ showTicks = defaultProps37.showTicks,
7035
+ hover,
7036
+ focus,
7037
+ active,
7038
+ trackStyle,
7039
+ dir
7040
+ } = props;
7041
+ let iconIncrease;
7042
+ let iconDecrease;
7043
+ if (orientation === "horizontal") {
7044
+ iconIncrease = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
7045
+ iconDecrease = dir === "rtl" ? "caret-alt-right" : "caret-alt-left";
7046
+ } else if (orientation === "vertical") {
7047
+ iconIncrease = "caret-alt-up";
7048
+ iconDecrease = "caret-alt-down";
7049
+ }
7050
+ return /* @__PURE__ */ jsxs37("div", { className: classNames(
7051
+ SLIDER_CLASSNAME,
7052
+ props.className,
7053
+ stateClassNames(SLIDER_CLASSNAME, {
7054
+ readonly,
7055
+ disabled
7056
+ }),
7057
+ {
7058
+ [`k-slider-${orientation}`]: orientation,
7059
+ "k-colorgradient-slider": type === "gradient",
7060
+ "k-range-slider": type === "range"
7061
+ }
7062
+ ), dir, children: [
7063
+ showButtons && /* @__PURE__ */ jsx117(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
7064
+ /* @__PURE__ */ jsxs37("div", { className: "k-slider-track-wrap", children: [
7065
+ showTicks && /* @__PURE__ */ jsx117("ul", { className: "k-reset k-slider-items", children: props.children }),
7066
+ /* @__PURE__ */ jsxs37("div", { className: "k-slider-track", style: trackStyle, children: [
7067
+ /* @__PURE__ */ jsx117("div", { className: "k-slider-selection" }),
7068
+ type === "range" && /* @__PURE__ */ jsx117("span", { className: classNames(
7069
+ "k-draghandle",
7070
+ "k-draghandle-start",
7071
+ stateClassNames(SLIDER_CLASSNAME, {
7072
+ hover,
7073
+ focus,
7074
+ active
7075
+ })
7076
+ ) }),
7077
+ /* @__PURE__ */ jsx117("span", { className: classNames(
7078
+ "k-draghandle",
7079
+ `k-draghandle-${handlePosition}`,
7080
+ stateClassNames(SLIDER_CLASSNAME, {
7081
+ hover,
7082
+ focus,
7083
+ active
7084
+ })
7085
+ ) })
7086
+ ] })
7087
+ ] }),
7088
+ showButtons && /* @__PURE__ */ jsx117(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
7089
+ ] });
7090
+ };
7091
+ Slider.states = states40;
7092
+ Slider.options = options36;
7093
+ Slider.className = SLIDER_CLASSNAME;
7094
+ Slider.defaultProps = defaultProps37;
7095
+
7096
+ // src/slider/slider-tick.tsx
7097
+ import { jsx as jsx118 } from "react/jsx-runtime";
7098
+ var SLIDER_TICK_CLASSNAME = "k-tick";
7099
+ var states41 = [];
7100
+ var options37 = {};
7101
+ var defaultProps38 = {
7102
+ label: false
7103
+ };
7104
+ var SliderTick = (props) => {
7105
+ const {
7106
+ style,
7107
+ label = defaultProps38.label,
7108
+ orientation,
7109
+ large,
7110
+ text
7111
+ } = props;
7112
+ return /* @__PURE__ */ jsx118("li", { className: classNames(
7113
+ props.className,
7114
+ SLIDER_TICK_CLASSNAME,
7115
+ {
7116
+ [`k-tick-${orientation}`]: orientation,
7117
+ "k-tick-large": large
7118
+ }
7119
+ ), style, children: label && /* @__PURE__ */ jsx118("span", { className: "k-label", children: text }) });
7120
+ };
7121
+ SliderTick.states = states41;
7122
+ SliderTick.options = options37;
7123
+ SliderTick.className = SLIDER_TICK_CLASSNAME;
7124
+ SliderTick.defaultProps = defaultProps38;
7125
+
7126
+ // src/slider/templates/slider-normal.tsx
7127
+ import { Fragment as Fragment20, jsx as jsx119, jsxs as jsxs38 } from "react/jsx-runtime";
7128
+
7129
+ // src/slider/templates/slider-vertical.tsx
7130
+ import { Fragment as Fragment21, jsx as jsx120, jsxs as jsxs39 } from "react/jsx-runtime";
7131
+
7132
+ // src/slider/templates/slider-range.tsx
7133
+ import { Fragment as Fragment22, jsx as jsx121, jsxs as jsxs40 } from "react/jsx-runtime";
7134
+
7135
+ // src/slider/templates/slider-range-vertical.tsx
7136
+ import { Fragment as Fragment23, jsx as jsx122, jsxs as jsxs41 } from "react/jsx-runtime";
7137
+
7138
+ // src/slider/templates/slider-gradient.tsx
7139
+ import { Fragment as Fragment24, jsx as jsx123, jsxs as jsxs42 } from "react/jsx-runtime";
7140
+
7141
+ // src/slider/templates/slider-gradient-vertical.tsx
7142
+ import { Fragment as Fragment25, jsx as jsx124, jsxs as jsxs43 } from "react/jsx-runtime";
7143
+ var SliderGradientVertical = (props) => /* @__PURE__ */ jsx124(
7144
+ Slider,
7145
+ {
7146
+ type: "gradient",
7147
+ orientation: "vertical",
7148
+ showButtons: false,
7149
+ showTicks: false,
7150
+ children: /* @__PURE__ */ jsxs43(Fragment25, { children: [
7151
+ /* @__PURE__ */ jsx124(SliderTick, { label: true, large: true, text: "0" }),
7152
+ /* @__PURE__ */ jsx124(SliderTick, {}),
7153
+ /* @__PURE__ */ jsx124(SliderTick, {}),
7154
+ /* @__PURE__ */ jsx124(SliderTick, {}),
7155
+ /* @__PURE__ */ jsx124(SliderTick, {}),
7156
+ /* @__PURE__ */ jsx124(SliderTick, { label: true, large: true, text: "5" }),
7157
+ /* @__PURE__ */ jsx124(SliderTick, {}),
7158
+ /* @__PURE__ */ jsx124(SliderTick, {}),
7159
+ /* @__PURE__ */ jsx124(SliderTick, {}),
7160
+ /* @__PURE__ */ jsx124(SliderTick, {}),
7161
+ /* @__PURE__ */ jsx124(SliderTick, { label: true, large: true, text: "10" })
7162
+ ] }),
7163
+ ...props
7164
+ }
7165
+ );
7166
+
7167
+ // src/textbox/textbox.spec.tsx
7168
+ import { Fragment as Fragment26, jsx as jsx125, jsxs as jsxs44 } from "react/jsx-runtime";
7169
+ var TEXTBOX_CLASSNAME = `k-textbox`;
7170
+ var states42 = [
7171
+ States.hover,
7172
+ States.focus,
7173
+ States.valid,
7174
+ States.invalid,
7175
+ States.required,
7176
+ States.disabled,
7177
+ States.loading,
7178
+ States.readonly
7179
+ ];
7180
+ var options38 = {
7181
+ size: [Size.small, Size.medium, Size.large],
7182
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7183
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
7184
+ };
7185
+ var defaultProps39 = {
7186
+ showClearButton: true,
7187
+ size: Input.defaultProps.size,
7188
+ rounded: Input.defaultProps.rounded,
7189
+ fillMode: Input.defaultProps.fillMode
7190
+ };
7191
+ var Textbox = (props) => {
7192
+ const {
7193
+ prefix,
7194
+ suffix,
7195
+ value,
7196
+ placeholder,
7197
+ size,
7198
+ rounded,
7199
+ fillMode,
7200
+ hover,
7201
+ focus,
7202
+ valid,
7203
+ invalid,
7204
+ required,
7205
+ loading,
7206
+ disabled,
7207
+ readonly,
7208
+ showClearButton = defaultProps39.showClearButton,
7209
+ ...other
7210
+ } = props;
7211
+ return /* @__PURE__ */ jsxs44(
7212
+ Input,
7213
+ {
7214
+ ...other,
7215
+ size,
7216
+ rounded,
7217
+ fillMode,
7218
+ hover,
7219
+ focus,
7220
+ valid,
7221
+ invalid,
7222
+ required,
7223
+ loading,
7224
+ disabled,
7225
+ readonly,
7226
+ className: classNames(props.className, TEXTBOX_CLASSNAME),
7227
+ children: [
7228
+ prefix && /* @__PURE__ */ jsxs44(Fragment26, { children: [
7229
+ /* @__PURE__ */ jsx125(InputPrefix, { children: prefix }),
7230
+ /* @__PURE__ */ jsx125(InputSeparator, {})
7231
+ ] }),
7232
+ /* @__PURE__ */ jsx125(InputInnerInput, { placeholder, value }),
7233
+ /* @__PURE__ */ jsx125(
7234
+ InputValidationIcon,
7235
+ {
7236
+ valid,
7237
+ invalid,
7238
+ loading,
7239
+ disabled
7240
+ }
7241
+ ),
7242
+ /* @__PURE__ */ jsx125(
7243
+ InputLoadingIcon,
7244
+ {
7245
+ loading,
7246
+ disabled
7247
+ }
7248
+ ),
7249
+ showClearButton && /* @__PURE__ */ jsx125(
7250
+ InputClearValue,
7251
+ {
7252
+ loading,
7253
+ disabled,
7254
+ readonly,
7255
+ value
7256
+ }
7257
+ ),
7258
+ suffix && /* @__PURE__ */ jsxs44(Fragment26, { children: [
7259
+ /* @__PURE__ */ jsx125(InputSeparator, {}),
7260
+ /* @__PURE__ */ jsx125(InputSuffix, { children: suffix })
7261
+ ] })
7262
+ ]
7263
+ }
7264
+ );
7265
+ };
7266
+ Textbox.states = states42;
7267
+ Textbox.options = options38;
7268
+ Textbox.className = TEXTBOX_CLASSNAME;
7269
+ Textbox.defaultProps = defaultProps39;
7270
+
7271
+ // src/textbox/templates/textbox-normal.tsx
7272
+ import { jsx as jsx126 } from "react/jsx-runtime";
7273
+
7274
+ // src/textbox/templates/textbox-prefix.tsx
7275
+ import { Fragment as Fragment27, jsx as jsx127 } from "react/jsx-runtime";
7276
+
7277
+ // src/textbox/templates/textbox-suffix.tsx
7278
+ import { Fragment as Fragment28, jsx as jsx128 } from "react/jsx-runtime";
7279
+
7280
+ // src/colorgradient/color-input.tsx
7281
+ import { Fragment as Fragment29, jsx as jsx129, jsxs as jsxs45 } from "react/jsx-runtime";
7282
+ var COLOR_INPUT_CLASSNAME = "k-colorgradient-inputs";
7283
+ var states43 = [];
7284
+ var options39 = {};
7285
+ var defaultProps40 = {
7286
+ mode: "rgba"
7287
+ };
7288
+ var ColorInput = (props) => {
7289
+ const {
7290
+ mode = defaultProps40.mode
7291
+ } = props;
7292
+ return /* @__PURE__ */ jsxs45("div", { className: classNames(COLOR_INPUT_CLASSNAME, "k-hstack"), children: [
7293
+ /* @__PURE__ */ jsx129("div", { className: "k-vstack", children: /* @__PURE__ */ jsx129(Button, { fillMode: "flat", icon: "caret-alt-expand", className: "k-colorgradient-toggle-mode" }) }),
7294
+ mode === "rgba" && /* @__PURE__ */ jsxs45(Fragment29, { children: [
7295
+ /* @__PURE__ */ jsxs45("div", { className: "k-vstack", children: [
7296
+ /* @__PURE__ */ jsx129(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7297
+ /* @__PURE__ */ jsx129("label", { className: "k-colorgradient-input-label", children: "R" })
7298
+ ] }),
7299
+ /* @__PURE__ */ jsxs45("div", { className: "k-vstack", children: [
7300
+ /* @__PURE__ */ jsx129(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7301
+ /* @__PURE__ */ jsx129("label", { className: "k-colorgradient-input-label", children: "G" })
7302
+ ] }),
7303
+ /* @__PURE__ */ jsxs45("div", { className: "k-vstack", children: [
7304
+ /* @__PURE__ */ jsx129(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7305
+ /* @__PURE__ */ jsx129("label", { className: "k-colorgradient-input-label", children: "B" })
7306
+ ] }),
7307
+ /* @__PURE__ */ jsxs45("div", { className: "k-vstack", children: [
7308
+ /* @__PURE__ */ jsx129(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
7309
+ /* @__PURE__ */ jsx129("label", { className: "k-colorgradient-input-label", children: "A" })
7310
+ ] })
7311
+ ] }),
7312
+ mode === "rgb" && /* @__PURE__ */ jsxs45(Fragment29, { children: [
7313
+ /* @__PURE__ */ jsxs45("div", { className: "k-vstack", children: [
7314
+ /* @__PURE__ */ jsx129(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7315
+ /* @__PURE__ */ jsx129("label", { className: "k-colorgradient-input-label", children: "R" })
7316
+ ] }),
7317
+ /* @__PURE__ */ jsxs45("div", { className: "k-vstack", children: [
7318
+ /* @__PURE__ */ jsx129(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7319
+ /* @__PURE__ */ jsx129("label", { className: "k-colorgradient-input-label", children: "G" })
7320
+ ] }),
7321
+ /* @__PURE__ */ jsxs45("div", { className: "k-vstack", children: [
7322
+ /* @__PURE__ */ jsx129(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7323
+ /* @__PURE__ */ jsx129("label", { className: "k-colorgradient-input-label", children: "B" })
7324
+ ] })
7325
+ ] }),
7326
+ mode === "hsva" && /* @__PURE__ */ jsxs45(Fragment29, { children: [
7327
+ /* @__PURE__ */ jsxs45("div", { className: "k-vstack", children: [
7328
+ /* @__PURE__ */ jsx129(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7329
+ /* @__PURE__ */ jsx129("label", { className: "k-colorgradient-input-label", children: "H" })
7330
+ ] }),
7331
+ /* @__PURE__ */ jsxs45("div", { className: "k-vstack", children: [
7332
+ /* @__PURE__ */ jsx129(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7333
+ /* @__PURE__ */ jsx129("label", { className: "k-colorgradient-input-label", children: "S" })
7334
+ ] }),
7335
+ /* @__PURE__ */ jsxs45("div", { className: "k-vstack", children: [
7336
+ /* @__PURE__ */ jsx129(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7337
+ /* @__PURE__ */ jsx129("label", { className: "k-colorgradient-input-label", children: "V" })
7338
+ ] }),
7339
+ /* @__PURE__ */ jsxs45("div", { className: "k-vstack", children: [
7340
+ /* @__PURE__ */ jsx129(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
7341
+ /* @__PURE__ */ jsx129("label", { className: "k-colorgradient-input-label", children: "A" })
7342
+ ] })
7343
+ ] }),
7344
+ mode === "hsv" && /* @__PURE__ */ jsxs45(Fragment29, { children: [
7345
+ /* @__PURE__ */ jsxs45("div", { className: "k-vstack", children: [
7346
+ /* @__PURE__ */ jsx129(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7347
+ /* @__PURE__ */ jsx129("label", { className: "k-colorgradient-input-label", children: "H" })
7348
+ ] }),
7349
+ /* @__PURE__ */ jsxs45("div", { className: "k-vstack", children: [
7350
+ /* @__PURE__ */ jsx129(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7351
+ /* @__PURE__ */ jsx129("label", { className: "k-colorgradient-input-label", children: "S" })
7352
+ ] }),
7353
+ /* @__PURE__ */ jsxs45("div", { className: "k-vstack", children: [
7354
+ /* @__PURE__ */ jsx129(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7355
+ /* @__PURE__ */ jsx129("label", { className: "k-colorgradient-input-label", children: "V" })
7356
+ ] })
7357
+ ] }),
7358
+ mode === "hex" && /* @__PURE__ */ jsx129(Fragment29, { children: /* @__PURE__ */ jsxs45("div", { className: "k-vstack k-flex-1", children: [
7359
+ /* @__PURE__ */ jsx129(Textbox, { showClearButton: false, value: "#b88484AA", className: "k-hex-value" }),
7360
+ /* @__PURE__ */ jsx129("label", { className: "k-colorgradient-input-label", children: "HEX" })
7361
+ ] }) })
7362
+ ] });
7363
+ };
7364
+ ColorInput.states = states43;
7365
+ ColorInput.options = options39;
7366
+ ColorInput.className = COLOR_INPUT_CLASSNAME;
7367
+ ColorInput.defaultProps = defaultProps40;
7368
+
7369
+ // src/colorgradient/color-contrast.tsx
7370
+ import { jsx as jsx130, jsxs as jsxs46 } from "react/jsx-runtime";
7371
+ var COLOR_CONTRAST_CLASSNAME = "k-colorgradient-color-contrast";
7372
+ var states44 = [];
7373
+ var options40 = {};
7374
+ var defaultProps41 = {};
7375
+ var ColorContrast = () => /* @__PURE__ */ jsxs46("div", { className: classNames(COLOR_CONTRAST_CLASSNAME, "k-vbox"), children: [
7376
+ /* @__PURE__ */ jsxs46("div", { className: "k-contrast-ratio", children: [
7377
+ /* @__PURE__ */ jsx130("span", { className: "k-contrast-ratio-text", children: "Contrast ratio: 7.1" }),
7378
+ /* @__PURE__ */ jsxs46("span", { className: "k-contrast-validation !k-text-success", children: [
7379
+ /* @__PURE__ */ jsx130(Icon, { icon: "check" }),
7380
+ /* @__PURE__ */ jsx130(Icon, { icon: "check" })
7381
+ ] })
7382
+ ] }),
7383
+ /* @__PURE__ */ jsxs46("div", { children: [
7384
+ /* @__PURE__ */ jsx130("span", { children: "AA: 4.5" }),
7385
+ /* @__PURE__ */ jsxs46("span", { className: "k-contrast-validation !k-text-success", children: [
7386
+ "Pass",
7387
+ /* @__PURE__ */ jsx130(Icon, { icon: "check" })
7388
+ ] })
7389
+ ] }),
7390
+ /* @__PURE__ */ jsxs46("div", { children: [
7391
+ /* @__PURE__ */ jsx130("span", { children: "AAA: 7.0" }),
7392
+ /* @__PURE__ */ jsxs46("span", { className: "k-contrast-validation !k-text-error", children: [
7393
+ "Fail",
7394
+ /* @__PURE__ */ jsx130(Icon, { icon: "x" })
7395
+ ] })
7396
+ ] })
7397
+ ] });
7398
+ ColorContrast.states = states44;
7399
+ ColorContrast.options = options40;
7400
+ ColorContrast.className = COLOR_CONTRAST_CLASSNAME;
7401
+ ColorContrast.defaultProps = defaultProps41;
7402
+
7403
+ // src/colorgradient/color-gradient.spec.tsx
7404
+ import { jsx as jsx131, jsxs as jsxs47 } from "react/jsx-runtime";
7405
+ var COLOR_GRADIENT_CLASSNAME = "k-colorgradient";
7406
+ var states45 = [
7407
+ States.hover,
7408
+ States.focus,
7409
+ States.readonly,
7410
+ States.disabled
7411
+ ];
7412
+ var options41 = {};
7413
+ var defaultProps42 = {
7414
+ mode: "rgba",
7415
+ readonly: false,
7416
+ disabled: false,
7417
+ contrast: false,
7418
+ gradientStyle: { background: "rgb(255, 0, 0 )" },
7419
+ dragHandleStyle: { top: "50px", left: "73px" },
7420
+ alphaStyle: { background: "linear-gradient(to top, transparent, rgb(255, 0, 0))" }
7421
+ };
7422
+ var ColorGradient = (props) => {
7423
+ const {
7424
+ mode = defaultProps42.mode,
7425
+ readonly = defaultProps42.readonly,
7426
+ disabled = defaultProps42.disabled,
7427
+ dir,
7428
+ contrast = defaultProps42.contrast,
7429
+ hover,
7430
+ focus,
7431
+ hoverHandle,
7432
+ focusHandle,
7433
+ gradientStyle = defaultProps42.gradientStyle,
7434
+ dragHandleStyle = defaultProps42.dragHandleStyle,
7435
+ alphaStyle = defaultProps42.alphaStyle
7436
+ } = props;
7437
+ return /* @__PURE__ */ jsxs47("div", { className: classNames(
7438
+ props.className,
7439
+ COLOR_GRADIENT_CLASSNAME,
7440
+ stateClassNames(COLOR_GRADIENT_CLASSNAME, {
7441
+ hover,
7442
+ focus,
7443
+ readonly,
7444
+ disabled
7445
+ })
7446
+ ), dir, children: [
7447
+ /* @__PURE__ */ jsxs47("div", { className: "k-colorgradient-canvas k-hstack", children: [
7448
+ /* @__PURE__ */ jsx131("div", { className: "k-hsv-rectangle", style: gradientStyle, children: /* @__PURE__ */ jsx131("div", { className: "k-hsv-gradient", children: /* @__PURE__ */ jsx131("div", { className: classNames(
7449
+ "k-hsv-draghandle",
7450
+ "k-draghandle",
7451
+ {
7452
+ "k-hover": hoverHandle,
7453
+ "k-focus": focusHandle
7454
+ }
7455
+ ), style: dragHandleStyle }) }) }),
7456
+ /* @__PURE__ */ jsxs47("div", { className: "k-hsv-controls k-hstack", children: [
7457
+ /* @__PURE__ */ jsx131(SliderGradientVertical, { className: "k-hue-slider", hover: hoverHandle, focus: focusHandle }),
7458
+ mode !== "rgb" && mode !== "hsv" && /* @__PURE__ */ jsx131(SliderGradientVertical, { className: "k-alpha-slider", hover: hoverHandle, focus: focusHandle, trackStyle: alphaStyle })
7459
+ ] })
7460
+ ] }),
7461
+ /* @__PURE__ */ jsx131(ColorInput, { mode: props.mode }),
7462
+ contrast && /* @__PURE__ */ jsx131(ColorContrast, {})
7463
+ ] });
7464
+ };
7465
+ ColorGradient.states = states45;
7466
+ ColorGradient.options = options41;
7467
+ ColorGradient.className = COLOR_GRADIENT_CLASSNAME;
7468
+ ColorGradient.defaultProps = defaultProps42;
7469
+
7470
+ // src/colorgradient/templates/colorgradient-normal.tsx
7471
+ import { jsx as jsx132 } from "react/jsx-runtime";
7472
+
7473
+ // src/colorgradient/templates/colorgradient-contrast.tsx
7474
+ import { jsx as jsx133 } from "react/jsx-runtime";
7475
+
7476
+ // src/colorpalette/colorpalette-row.tsx
7477
+ import { jsx as jsx134 } from "react/jsx-runtime";
7478
+ var ColorPaletteRow = (props) => /* @__PURE__ */ jsx134("tr", { children: props.children });
7479
+
7480
+ // src/colorpalette/colorpalette-tile.tsx
7481
+ import { jsx as jsx135 } from "react/jsx-runtime";
7482
+ var COLORPALETTETILE_CLASSNAME = `k-colorpalette-tile`;
7483
+ var states46 = [
7484
+ States.hover,
7485
+ States.focus,
7486
+ States.selected
7487
+ ];
7488
+ var options42 = {};
7489
+ var ColorPaletteTile = (props) => {
7490
+ const {
7491
+ color,
7492
+ tileSize,
7493
+ hover,
7494
+ focus,
7495
+ selected,
7496
+ ...other
7497
+ } = props;
7498
+ const styles = {
7499
+ "background-color": color,
7500
+ "width": tileSize ? tileSize + "px" : "",
7501
+ "height": tileSize ? tileSize + "px" : ""
7502
+ };
7503
+ return /* @__PURE__ */ jsx135(
7504
+ "td",
7505
+ {
7506
+ ...other,
7507
+ className: classNames(
7508
+ props.className,
7509
+ COLORPALETTETILE_CLASSNAME,
7510
+ stateClassNames(COLORPALETTETILE_CLASSNAME, {
7511
+ hover,
7512
+ focus,
7513
+ selected
7514
+ })
7515
+ ),
7516
+ style: styles
7517
+ }
7518
+ );
7519
+ };
7520
+ ColorPaletteTile.states = states46;
7521
+ ColorPaletteTile.options = options42;
7522
+ ColorPaletteTile.className = COLORPALETTETILE_CLASSNAME;
7523
+
7524
+ // src/colorpalette/colorpalette.spec.tsx
7525
+ import { jsx as jsx136 } from "react/jsx-runtime";
7526
+ var COLORPALETTE_CLASSNAME = `k-colorpalette`;
7527
+ var states47 = [
7528
+ States.disabled
7529
+ ];
7530
+ var options43 = {};
7531
+ var defaultProps43 = {
7532
+ columns: 10
7533
+ };
7534
+ var ColorPalette = (props) => {
7535
+ const {
7536
+ palette,
7537
+ columns = defaultProps43.columns,
7538
+ tileSize,
7539
+ disabled,
7540
+ ...other
7541
+ } = props;
7542
+ const newChildren = [];
7543
+ if (palette) {
7544
+ const cols = columns || palette.columns;
7545
+ const colors = palette.colors ? palette.colors : palette;
7546
+ if (Array.isArray(colors)) {
7547
+ Array.from({ length: Math.ceil(colors.length / cols) }, (_, i) => {
7548
+ const items = [];
7549
+ colors.slice(i * cols, (i + 1) * cols).map((color) => {
7550
+ items.push(/* @__PURE__ */ jsx136(ColorPaletteTile, { color, tileSize }));
7551
+ });
7552
+ const row = /* @__PURE__ */ jsx136(ColorPaletteRow, { children: items });
7553
+ newChildren.push(row);
7554
+ });
7555
+ }
7556
+ }
7557
+ return /* @__PURE__ */ jsx136(
7558
+ "div",
7559
+ {
7560
+ ...other,
7561
+ className: classNames(
7562
+ props.className,
7563
+ COLORPALETTE_CLASSNAME,
7564
+ stateClassNames(COLORPALETTE_CLASSNAME, {
7565
+ disabled
7566
+ })
7567
+ ),
7568
+ children: /* @__PURE__ */ jsx136("table", { className: "k-colorpalette-table", children: newChildren.length > 0 ? newChildren : props.children })
7569
+ }
7570
+ );
7571
+ };
7572
+ ColorPalette.states = states47;
7573
+ ColorPalette.options = options43;
7574
+ ColorPalette.className = COLORPALETTE_CLASSNAME;
7575
+ ColorPalette.defaultProps = defaultProps43;
7576
+
7577
+ // src/colorpalette/templates/colorpalette-normal.tsx
7578
+ import { jsx as jsx137 } from "react/jsx-runtime";
7579
+
7580
+ // src/colorpalette/colorpalette-presets.tsx
7581
+ var PALETTEPRESETS = {
7582
+ basic: {
7583
+ colors: ["#000000", "#7f7f7f", "#880015", "#ed1c24", "#ff7f27", "#fff200", "#22b14c", "#00a2e8", "#3f48cc", "#a349a4", "#ffffff", "#c3c3c3", "#b97a57", "#ffaec9", "#ffc90e", "#efe4b0", "#b5e61d", "#99d9ea", "#7092be", "#c8bfe7"],
7584
+ columns: 10
7585
+ },
7586
+ office: {
7587
+ 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"],
7588
+ columns: 10
7589
+ },
7590
+ apex: {
7591
+ 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"],
7592
+ columns: 10
7593
+ },
7594
+ austin: {
7595
+ 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"],
7596
+ columns: 10
7597
+ },
7598
+ clarity: {
7599
+ 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"],
7600
+ columns: 10
7601
+ },
7602
+ slipstream: {
7603
+ 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"],
7604
+ columns: 10
7605
+ },
7606
+ metro: {
7607
+ 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"],
7608
+ columns: 10
7609
+ },
7610
+ flow: {
7611
+ 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"],
7612
+ columns: 10
7613
+ },
7614
+ hardcover: {
7615
+ 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"],
7616
+ columns: 10
7617
+ },
7618
+ trek: {
7619
+ 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"],
7620
+ columns: 10
7621
+ },
7622
+ verve: {
7623
+ 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"],
7624
+ columns: 10
7625
+ },
7626
+ monochrome: {
7627
+ colors: ["#000000", "#1a1a1a", "#333333", "#4d4d4d", "#666666", "#808080", "#999999", "#b3b3b3", "#cccccc", "#e6e6e6", "#f2f2f2", "#ffffff"],
7628
+ columns: 12
7629
+ }
7630
+ };
7631
+
7632
+ // src/coloreditor/color-editor.spec.tsx
7633
+ import { jsx as jsx138, jsxs as jsxs48 } from "react/jsx-runtime";
7634
+ var COLOREDITOR_CLASSNAME = "k-coloreditor";
7635
+ var states48 = [
7636
+ States.focus
7637
+ ];
7638
+ var options44 = {};
7639
+ var defaultProps44 = {
7640
+ view: "gradient",
7641
+ currentColor: "fuchsia",
7642
+ palette: PALETTEPRESETS.office
7643
+ };
7644
+ var ColorEditor = (props) => {
7645
+ const {
7646
+ view = defaultProps44.view,
7647
+ color,
7648
+ currentColor = defaultProps44.currentColor,
7649
+ focus,
7650
+ focusView,
7651
+ dir,
7652
+ group,
7653
+ palette = defaultProps44.palette
7654
+ } = props;
7655
+ return /* @__PURE__ */ jsxs48("div", { className: classNames(
7656
+ props.className,
7657
+ "k-flatcolorpicker",
7658
+ COLOREDITOR_CLASSNAME,
7659
+ stateClassNames(COLOREDITOR_CLASSNAME, { focus })
7660
+ ), dir, children: [
7661
+ /* @__PURE__ */ jsxs48("div", { className: "k-coloreditor-header k-hstack", children: [
7662
+ /* @__PURE__ */ jsx138("div", { className: "k-coloreditor-header-actions k-hstack", children: group && /* @__PURE__ */ jsxs48(ButtonGroup, { children: [
7663
+ /* @__PURE__ */ jsx138(Button, { fillMode: "flat", icon: "droplet-slider", selected: view === "gradient" }),
7664
+ /* @__PURE__ */ jsx138(Button, { fillMode: "flat", icon: "palette", selected: view === "palette" })
7665
+ ] }) }),
7666
+ /* @__PURE__ */ jsx138("div", { className: "k-spacer" }),
7667
+ /* @__PURE__ */ jsxs48("div", { className: "k-coloreditor-header-actions k-hstack", children: [
7668
+ /* @__PURE__ */ jsx138(Button, { fillMode: "flat", icon: "droplet-slash" }),
7669
+ /* @__PURE__ */ jsxs48("div", { className: "k-coloreditor-preview k-vstack", children: [
7670
+ /* @__PURE__ */ jsx138(ColorPreview, { className: "k-coloreditor-preview-color", color }),
7671
+ /* @__PURE__ */ jsx138(ColorPreview, { className: "k-coloreditor-current-color", color: currentColor })
7672
+ ] })
7673
+ ] })
7674
+ ] }),
7675
+ /* @__PURE__ */ jsx138("div", { className: "k-coloreditor-views k-vstack", children: view === "gradient" ? /* @__PURE__ */ jsx138(ColorGradient, { focus: focusView }) : /* @__PURE__ */ jsx138(ColorPalette, { palette }) }),
7676
+ /* @__PURE__ */ jsxs48(ActionButtons, { className: "k-coloreditor-footer", alignment: "end", children: [
7677
+ /* @__PURE__ */ jsx138(Button, { className: "k-coloreditor-cancel", children: "Cancel" }),
7678
+ /* @__PURE__ */ jsx138(Button, { themeColor: "primary", className: "k-coloreditor-apply", children: "Apply" })
7679
+ ] })
7680
+ ] });
7681
+ };
7682
+ ColorEditor.states = states48;
7683
+ ColorEditor.options = options44;
7684
+ ColorEditor.className = COLOREDITOR_CLASSNAME;
7685
+ ColorEditor.defaultProps = defaultProps44;
7686
+
7687
+ // src/coloreditor/templates/coloreditor-normal.tsx
7688
+ import { jsx as jsx139 } from "react/jsx-runtime";
7689
+
7690
+ // src/coloreditor/templates/coloreditor-palette.tsx
7691
+ import { jsx as jsx140 } from "react/jsx-runtime";
7692
+
7693
+ // src/coloreditor/templates/coloreditor-group.tsx
7694
+ import { jsx as jsx141 } from "react/jsx-runtime";
7695
+
7696
+ // src/coloreditor/templates/coloreditor-palette-group.tsx
7697
+ import { jsx as jsx142 } from "react/jsx-runtime";
7698
+
7699
+ // src/colorpicker/templates/colorpicker-popup-gradient.tsx
7700
+ import { jsx as jsx143 } from "react/jsx-runtime";
7701
+
7702
+ // src/colorpicker/templates/colorpicker-popup-palette.tsx
7703
+ import { jsx as jsx144 } from "react/jsx-runtime";
7704
+
7705
+ // src/action-sheet/action-sheet.spec.tsx
7706
+ import { Fragment as Fragment30, jsx as jsx145, jsxs as jsxs49 } from "react/jsx-runtime";
7707
+ var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
7708
+ var states49 = [];
7709
+ var options45 = {};
7710
+ var defaultProps45 = {
7711
+ side: "bottom",
7712
+ fullscreen: false,
7713
+ adaptive: false,
7714
+ overlay: true
7715
+ };
7716
+ var ActionSheet = (props) => {
7717
+ const {
7718
+ children,
7719
+ title,
7720
+ header,
7721
+ footer,
7722
+ actions,
7723
+ side = defaultProps45.side,
7724
+ fullscreen = defaultProps45.fullscreen,
7725
+ adaptive = defaultProps45.adaptive,
7726
+ overlay = defaultProps45.overlay,
7727
+ ...other
7728
+ } = props;
7729
+ const _ActionSheetHeader = title ? /* @__PURE__ */ jsx145(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
7730
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx145(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx145(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
7731
+ const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
7732
+ switch (child.type) {
7733
+ case ActionSheetHeader:
7734
+ case ActionSheetFooter:
7735
+ return false;
7736
+ default:
7737
+ return true;
7738
+ }
7739
+ return true;
7740
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx145(Fragment30, {});
7741
+ return /* @__PURE__ */ jsxs49("div", { className: "k-actionsheet-container", children: [
7742
+ overlay && /* @__PURE__ */ jsx145("div", { className: "k-overlay" }),
7743
+ /* @__PURE__ */ jsx145(
7744
+ AnimationContainer,
7745
+ {
7746
+ animationStyle: {
7747
+ [`${fullscreen === true ? "top" : side}`]: 0,
7748
+ [`${fullscreen === true ? "width" : null}`]: "100%",
7749
+ [`${fullscreen === true ? "height" : null}`]: "100%",
7750
+ [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
7751
+ [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
7752
+ },
7753
+ children: /* @__PURE__ */ jsx145(
7754
+ "div",
7755
+ {
7756
+ ...other,
7757
+ className: classNames(
7758
+ props.className,
7759
+ ACTIONSHEET_CLASSNAME,
7760
+ {
7761
+ [`k-actionsheet-${side}`]: fullscreen === false,
7762
+ "k-actionsheet-fullscreen": fullscreen === true,
7763
+ "k-adaptive-actionsheet": adaptive
7764
+ }
7765
+ ),
7766
+ children: /* @__PURE__ */ jsxs49(Fragment30, { children: [
7767
+ _ActionSheetHeader,
7768
+ /* @__PURE__ */ jsx145("div", { className: classNames(
7769
+ "k-actionsheet-content",
7770
+ {
7771
+ "!k-overflow-hidden": adaptive
7772
+ }
7773
+ ), children: _ActionSheetContent }),
7774
+ _ActionSheetFooter
7775
+ ] })
7776
+ }
7777
+ )
7778
+ }
7779
+ )
7780
+ ] });
7781
+ };
7782
+ ActionSheet.states = states49;
7783
+ ActionSheet.options = options45;
7784
+ ActionSheet.className = ACTIONSHEET_CLASSNAME;
7785
+ ActionSheet.defaultProps = defaultProps45;
7786
+
7787
+ // src/action-sheet/actionsheet-header.tsx
7788
+ import { Fragment as Fragment31, jsx as jsx146, jsxs as jsxs50 } from "react/jsx-runtime";
7789
+ var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
7790
+ var ActionSheetHeader = (props) => {
7791
+ const {
7792
+ title,
7793
+ subTitle,
7794
+ actions,
7795
+ filter,
7796
+ ...other
7797
+ } = props;
7798
+ return /* @__PURE__ */ jsx146(
7799
+ "div",
7800
+ {
7801
+ ...other,
7802
+ className: classNames(
7803
+ props.className,
7804
+ ACTIONSHEETHEADER_CLASSNAME
7805
+ ),
7806
+ children: /* @__PURE__ */ jsxs50(Fragment31, { children: [
7807
+ /* @__PURE__ */ jsxs50("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
7808
+ !props.children && (title || subTitle) && /* @__PURE__ */ jsx146(Fragment31, { children: /* @__PURE__ */ jsxs50("div", { className: "k-actionsheet-title", children: [
7809
+ title !== "" && /* @__PURE__ */ jsx146("div", { className: "k-text-center", children: title }),
7810
+ subTitle !== "" && /* @__PURE__ */ jsx146("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
7811
+ ] }) }),
7812
+ props.children && /* @__PURE__ */ jsx146("div", { className: "k-actionsheet-title", children: props.children }),
7813
+ actions && /* @__PURE__ */ jsx146(Fragment31, { children: /* @__PURE__ */ jsx146("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx146(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
7814
+ ] }),
7815
+ filter && /* @__PURE__ */ jsx146(Fragment31, { children: /* @__PURE__ */ jsx146("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx146(Searchbox, { placeholder: "Filter", size: "large" }) }) })
7816
+ ] })
7817
+ }
7818
+ );
7819
+ };
7820
+
7821
+ // src/action-sheet/actionsheet-footer.tsx
7822
+ import { Fragment as Fragment32, jsx as jsx147, jsxs as jsxs51 } from "react/jsx-runtime";
7823
+ var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
7824
+ var ActionSheetFooter = (props) => {
7825
+ const {
7826
+ actions,
7827
+ ...other
7828
+ } = props;
7829
+ return /* @__PURE__ */ jsx147(
7830
+ action_buttons_spec_default,
7831
+ {
7832
+ ...other,
7833
+ className: classNames(
7834
+ props.className,
7835
+ ACTIONSHEETFOOTER_CLASSNAME
7836
+ ),
7837
+ alignment: "stretched",
7838
+ children: /* @__PURE__ */ jsxs51(Fragment32, { children: [
7839
+ actions && actions.map((action, index) => {
7840
+ if (action === "|") {
7841
+ return /* @__PURE__ */ jsx147("span", { className: "k-separator" }, index);
7842
+ }
7843
+ if (action === " ") {
7844
+ return /* @__PURE__ */ jsx147("span", { className: "k-spacer" }, index);
7845
+ }
7846
+ const importantFlag = action.startsWith("!");
7847
+ const actionName = importantFlag ? action.substring(1) : action;
7848
+ return /* @__PURE__ */ jsx147(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
7849
+ }),
7850
+ !actions && props.children
7851
+ ] })
7852
+ }
7853
+ );
7854
+ };
7855
+
7856
+ // src/action-sheet/actionsheet-items.tsx
7857
+ import { jsx as jsx148 } from "react/jsx-runtime";
7858
+ var ActionSheetItems = (props) => {
7859
+ const {
7860
+ ...other
7861
+ } = props;
7862
+ return /* @__PURE__ */ jsx148(
7863
+ "div",
7864
+ {
7865
+ ...other,
7866
+ className: classNames(
7867
+ props.className,
7868
+ "k-list-ul"
7869
+ ),
7870
+ children: props.children
7871
+ }
7872
+ );
7873
+ };
7874
+
7875
+ // src/action-sheet/actionsheet-item.tsx
7876
+ import { Fragment as Fragment33, jsx as jsx149, jsxs as jsxs52 } from "react/jsx-runtime";
7877
+ var states50 = [
7878
+ States.hover,
7879
+ States.focus,
7880
+ States.selected,
7881
+ States.disabled
7882
+ ];
7883
+
7884
+ // src/combobox/combobox.spec.tsx
7885
+ import { Fragment as Fragment34, jsx as jsx150, jsxs as jsxs53 } from "react/jsx-runtime";
7886
+ var COMBOBOX_CLASSNAME = `k-combobox`;
7887
+ var states51 = [
7888
+ States.hover,
7889
+ States.focus,
7890
+ States.valid,
7891
+ States.invalid,
7892
+ States.loading,
7893
+ States.required,
7894
+ States.disabled,
7895
+ States.readonly
7896
+ ];
7897
+ var defaultProps46 = {
7898
+ size: Input.defaultProps.size,
7899
+ rounded: Input.defaultProps.rounded,
7900
+ fillMode: Input.defaultProps.fillMode
7901
+ };
7902
+ var options46 = {
7903
+ size: [Size.small, Size.medium, Size.large],
7904
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7905
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
7906
+ };
7907
+ var Combobox = (props) => {
7908
+ const {
7909
+ prefix,
7910
+ suffix,
7911
+ value,
7912
+ placeholder,
7913
+ size,
7914
+ rounded,
7915
+ fillMode,
7916
+ hover,
7917
+ focus,
7918
+ valid,
7919
+ invalid,
7920
+ required,
7921
+ loading,
7922
+ disabled,
7923
+ popup,
7924
+ opened,
7925
+ readonly,
7926
+ adaptive,
7927
+ adaptiveSettings,
7928
+ ...other
7929
+ } = props;
7930
+ return /* @__PURE__ */ jsxs53(Fragment34, { children: [
7931
+ /* @__PURE__ */ jsxs53(
7932
+ Input,
7933
+ {
7934
+ ...other,
7935
+ size,
7936
+ rounded,
7937
+ fillMode,
7938
+ hover,
7939
+ focus,
7940
+ valid,
7941
+ invalid,
7942
+ required,
7943
+ loading,
7944
+ disabled,
7945
+ readonly,
7946
+ className: classNames(props.className, COMBOBOX_CLASSNAME),
7947
+ children: [
7948
+ prefix && /* @__PURE__ */ jsxs53(Fragment34, { children: [
7949
+ /* @__PURE__ */ jsx150(InputPrefix, { children: prefix }),
7950
+ /* @__PURE__ */ jsx150(InputSeparator, {})
7951
+ ] }),
7952
+ /* @__PURE__ */ jsx150(InputInnerInput, { placeholder, value }),
7953
+ /* @__PURE__ */ jsx150(
7954
+ InputValidationIcon,
7955
+ {
7956
+ valid,
7957
+ invalid,
7958
+ loading,
7959
+ disabled
7960
+ }
7961
+ ),
7962
+ /* @__PURE__ */ jsx150(
7963
+ InputLoadingIcon,
7964
+ {
7965
+ loading,
7966
+ disabled
7967
+ }
7968
+ ),
7969
+ /* @__PURE__ */ jsx150(
7970
+ InputClearValue,
7971
+ {
7972
+ loading,
7973
+ disabled,
7974
+ readonly,
7975
+ value
7976
+ }
7977
+ ),
7978
+ suffix && /* @__PURE__ */ jsxs53(Fragment34, { children: [
7979
+ /* @__PURE__ */ jsx150(InputSeparator, {}),
7980
+ /* @__PURE__ */ jsx150(InputSuffix, { children: suffix })
7981
+ ] }),
7982
+ /* @__PURE__ */ jsx150(
7983
+ Button,
7984
+ {
7985
+ className: "k-input-button",
7986
+ icon: "caret-alt-down",
7987
+ rounded: null,
7988
+ size,
7989
+ fillMode
7990
+ }
7991
+ )
7992
+ ]
7993
+ }
7994
+ ),
7995
+ opened && popup && /* @__PURE__ */ jsx150(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
7996
+ adaptive && /* @__PURE__ */ jsxs53(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
7997
+ /* @__PURE__ */ jsx150(
7998
+ ActionSheetHeader,
7999
+ {
8000
+ actions: ["x"],
8001
+ filter: true,
8002
+ title: "Select Item"
8003
+ }
8004
+ ),
8005
+ /* @__PURE__ */ jsx150("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs53(List, { size: "large", children: [
8006
+ /* @__PURE__ */ jsx150(ListItem, { text: "List item" }),
8007
+ /* @__PURE__ */ jsx150(ListItem, { text: "List item" }),
8008
+ /* @__PURE__ */ jsx150(ListItem, { text: "List item" })
8009
+ ] }) })
8010
+ ] })
8011
+ ] });
8012
+ };
8013
+ Combobox.states = states51;
8014
+ Combobox.options = options46;
8015
+ Combobox.className = COMBOBOX_CLASSNAME;
8016
+ Combobox.defaultProps = defaultProps46;
8017
+
8018
+ // src/combobox/templates/combobox-normal.tsx
8019
+ import { jsx as jsx151 } from "react/jsx-runtime";
8020
+
8021
+ // src/combobox/templates/combobox-popup.tsx
8022
+ import { jsx as jsx152, jsxs as jsxs54 } from "react/jsx-runtime";
8023
+
8024
+ // src/combobox/templates/combobox-grouping.tsx
8025
+ import { jsx as jsx153, jsxs as jsxs55 } from "react/jsx-runtime";
8026
+
8027
+ // src/combobox/templates/combobox-adaptive.tsx
8028
+ import { jsx as jsx154 } from "react/jsx-runtime";
8029
+
8030
+ // src/combobox/templates/combobox-prefix.tsx
8031
+ import { Fragment as Fragment35, jsx as jsx155 } from "react/jsx-runtime";
8032
+
8033
+ // src/combobox/templates/combobox-suffix.tsx
8034
+ import { Fragment as Fragment36, jsx as jsx156 } from "react/jsx-runtime";
8035
+
8036
+ // src/menu-button/menu-button.spec.tsx
8037
+ import { Fragment as Fragment37, jsx as jsx157, jsxs as jsxs56 } from "react/jsx-runtime";
8038
+ var MENUBUTTON_CLASSNAME = `k-menu-button`;
8039
+ var states52 = [
8040
+ States.hover,
8041
+ States.focus,
8042
+ States.active,
8043
+ States.selected,
8044
+ States.disabled
8045
+ ];
8046
+ var options47 = {
8047
+ size: [Size.small, Size.medium, Size.large],
8048
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
8049
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
8050
+ themeColor: [
8051
+ ThemeColor.base,
8052
+ ThemeColor.primary,
8053
+ ThemeColor.secondary,
8054
+ ThemeColor.tertiary,
8055
+ ThemeColor.success,
8056
+ ThemeColor.warning,
8057
+ ThemeColor.error,
8058
+ ThemeColor.info,
8059
+ ThemeColor.light,
8060
+ ThemeColor.dark,
8061
+ ThemeColor.inverse
8062
+ ]
8063
+ };
8064
+ var defaultProps47 = {
8065
+ size: Size.medium,
8066
+ rounded: Roundness.medium,
8067
+ fillMode: FillMode.solid,
8068
+ themeColor: ThemeColor.base,
8069
+ showArrow: true,
8070
+ arrowIconName: "caret-alt-down"
8071
+ };
8072
+ var MenuButton = (props) => {
8073
+ const {
8074
+ size = defaultProps47.size,
8075
+ rounded = defaultProps47.rounded,
8076
+ fillMode = defaultProps47.fillMode,
8077
+ themeColor = defaultProps47.themeColor,
8078
+ hover,
8079
+ focus,
8080
+ active,
8081
+ selected,
8082
+ disabled,
8083
+ icon,
8084
+ text,
8085
+ showArrow = defaultProps47.showArrow,
8086
+ arrowIconName = defaultProps47.arrowIconName,
8087
+ popup,
8088
+ opened,
8089
+ ...other
8090
+ } = props;
8091
+ return /* @__PURE__ */ jsxs56(Fragment37, { children: [
8092
+ /* @__PURE__ */ jsx157(
8093
+ Button,
8094
+ {
8095
+ ...other,
8096
+ className: classNames(
8097
+ props.className,
8098
+ MENUBUTTON_CLASSNAME
8099
+ ),
8100
+ text,
8101
+ size,
8102
+ rounded,
8103
+ fillMode,
8104
+ themeColor,
8105
+ hover,
8106
+ focus,
8107
+ active,
8108
+ selected,
8109
+ disabled,
8110
+ icon,
8111
+ showArrow,
8112
+ arrowIconName
8113
+ }
8114
+ ),
8115
+ opened && popup && /* @__PURE__ */ jsx157(Popup, { className: "k-menu-popup", children: popup })
8116
+ ] });
8117
+ };
8118
+ MenuButton.states = states52;
8119
+ MenuButton.options = options47;
8120
+ MenuButton.className = MENUBUTTON_CLASSNAME;
8121
+ MenuButton.defaultProps = defaultProps47;
8122
+
8123
+ // src/menu-button/templates/icon-menu-button.tsx
8124
+ import { jsx as jsx158 } from "react/jsx-runtime";
8125
+
8126
+ // src/menu-button/templates/icon-text-menu-button.tsx
8127
+ import { jsx as jsx159 } from "react/jsx-runtime";
8128
+
8129
+ // src/menu-button/templates/text-menu-button.tsx
8130
+ import { jsx as jsx160 } from "react/jsx-runtime";
8131
+
8132
+ // src/menu/menu-item.spec.tsx
8133
+ import { Fragment as Fragment38, jsx as jsx161, jsxs as jsxs57 } from "react/jsx-runtime";
8134
+ var MENUITEM_CLASSNAME = `k-menu-item`;
8135
+ var states53 = [
8136
+ States.hover,
8137
+ States.focus,
8138
+ States.active,
8139
+ States.selected,
8140
+ States.disabled
8141
+ ];
8142
+ var options48 = {};
8143
+ var defaultProps48 = {
8144
+ dir: "ltr"
8145
+ };
8146
+ var MenuItem = (props) => {
8147
+ const {
8148
+ hover,
8149
+ focus,
8150
+ active,
8151
+ selected,
8152
+ disabled,
8153
+ icon,
8154
+ text,
8155
+ showArrow,
8156
+ arrowIconName,
8157
+ dir = defaultProps48.dir,
8158
+ children,
8159
+ ...other
8160
+ } = props;
8161
+ const contentTemplate = /* @__PURE__ */ jsx161(Fragment38, {});
8162
+ if (children) {
8163
+ children.forEach((child) => {
8164
+ const component = child.type;
8165
+ if (component === "MenuItemContent") {
8166
+ contentTemplate.props.children.push(child);
8167
+ return;
8168
+ }
8169
+ });
8170
+ }
8171
+ let expandArrowName = arrowIconName;
8172
+ if (!expandArrowName) {
8173
+ expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
8174
+ }
8175
+ return /* @__PURE__ */ jsxs57(
8176
+ "li",
8177
+ {
8178
+ ...other,
8179
+ className: classNames(
8180
+ props.className,
8181
+ MENUITEM_CLASSNAME,
8182
+ //TODO
8183
+ "k-item",
8184
+ stateClassNames(MENUITEM_CLASSNAME, {
8185
+ focus,
8186
+ disabled
8187
+ })
8188
+ ),
8189
+ children: [
8190
+ /* @__PURE__ */ jsxs57(
8191
+ "span",
8192
+ {
8193
+ className: classNames(
8194
+ "k-link k-menu-link",
8195
+ stateClassNames("k-menu-link", {
8196
+ hover,
8197
+ active,
8198
+ selected,
8199
+ disabled
8200
+ })
8201
+ ),
8202
+ children: [
8203
+ icon && /* @__PURE__ */ jsx161(Icon, { className: "k-menu-link-icon", icon }),
8204
+ /* @__PURE__ */ jsx161("span", { className: "k-menu-link-text", children: text }),
8205
+ showArrow && /* @__PURE__ */ jsx161("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx161(Icon, { icon: expandArrowName }) })
8206
+ ]
8207
+ }
8208
+ ),
8209
+ contentTemplate
8210
+ ]
8211
+ }
8212
+ );
8213
+ };
8214
+ MenuItem.states = states53;
8215
+ MenuItem.options = options48;
8216
+ MenuItem.className = MENUITEM_CLASSNAME;
8217
+ MenuItem.defaultProps = defaultProps48;
8218
+ var menu_item_spec_default = MenuItem;
8219
+
8220
+ // src/menu/menu-separator.spec.tsx
8221
+ import { jsx as jsx162 } from "react/jsx-runtime";
8222
+ var SEPARATOR_CLASSNAME = `k-separator`;
8223
+ var defaultProps49 = {
8224
+ orientation: "horizontal"
8225
+ };
8226
+ var MenuSeparator = (props) => {
8227
+ const {
8228
+ orientation = defaultProps49.orientation,
8229
+ ...other
8230
+ } = props;
8231
+ return /* @__PURE__ */ jsx162(
8232
+ "li",
8233
+ {
8234
+ ...other,
8235
+ className: classNames(
8236
+ props.className,
8237
+ "k-item",
8238
+ SEPARATOR_CLASSNAME,
8239
+ {
8240
+ [`${SEPARATOR_CLASSNAME}-${orientation}`]: orientation
8241
+ }
8242
+ )
8243
+ }
8244
+ );
8245
+ };
8246
+ var menu_separator_spec_default = MenuSeparator;
8247
+
8248
+ // src/menu/menu-item-content.tsx
8249
+ import { Fragment as Fragment39, jsx as jsx163 } from "react/jsx-runtime";
8250
+
8251
+ // src/menu/menu-list.spec.tsx
8252
+ import { jsx as jsx164 } from "react/jsx-runtime";
8253
+ import { createElement } from "react";
8254
+ var MENULIST_CLASSNAME = `k-menu-group`;
8255
+ var states54 = [];
8256
+ var options49 = {
8257
+ size: [Size.small, Size.medium, Size.large]
8258
+ };
8259
+ var defaultProps50 = {
8260
+ size: Size.medium,
8261
+ dir: "ltr"
8262
+ };
8263
+ var MenuList = (props) => {
8264
+ const {
8265
+ children,
8266
+ size = defaultProps50.size,
8267
+ dir = defaultProps50.dir,
8268
+ ...other
8269
+ } = props;
8270
+ const listChildren = [];
8271
+ if (children) {
8272
+ if (Array.isArray(children)) {
8273
+ children.map((child, index) => {
8274
+ if (child.type === menu_item_spec_default) {
8275
+ listChildren.push(
8276
+ /* @__PURE__ */ createElement(menu_item_spec_default, { ...child.props, dir, key: index })
8277
+ );
8278
+ } else if (child.type === menu_separator_spec_default) {
8279
+ listChildren.push(
8280
+ /* @__PURE__ */ jsx164(menu_separator_spec_default, {})
8281
+ );
8282
+ } else {
8283
+ listChildren.push(child);
8284
+ }
8285
+ });
8286
+ }
8287
+ }
8288
+ return /* @__PURE__ */ jsx164(
8289
+ "ul",
8290
+ {
8291
+ ...other,
8292
+ className: classNames(
8293
+ props.className,
8294
+ MENULIST_CLASSNAME,
8295
+ optionClassNames(MENULIST_CLASSNAME, {
8296
+ size
8297
+ })
8298
+ ),
8299
+ children: listChildren
8300
+ }
8301
+ );
8302
+ };
8303
+ MenuList.states = states54;
8304
+ MenuList.options = options49;
8305
+ MenuList.className = MENULIST_CLASSNAME;
8306
+ MenuList.defaultProps = defaultProps50;
8307
+
8308
+ // src/menu-button/templates/menu-button-popup.tsx
8309
+ import { jsx as jsx165, jsxs as jsxs58 } from "react/jsx-runtime";
8310
+
8311
+ // src/split-button/split-button.spec.tsx
8312
+ import { Fragment as Fragment40, jsx as jsx166, jsxs as jsxs59 } from "react/jsx-runtime";
8313
+ var SPLITBUTTON_CLASSNAME = `k-split-button`;
8314
+ var states55 = [
8315
+ States.hover,
8316
+ States.focus,
8317
+ States.active,
8318
+ States.selected,
8319
+ States.disabled
8320
+ ];
8321
+ var options50 = {
8322
+ size: [Size.small, Size.medium, Size.large],
8323
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
8324
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
8325
+ themeColor: [
8326
+ ThemeColor.base,
8327
+ ThemeColor.primary,
8328
+ ThemeColor.secondary,
8329
+ ThemeColor.tertiary,
8330
+ ThemeColor.success,
8331
+ ThemeColor.warning,
8332
+ ThemeColor.error,
8333
+ ThemeColor.info,
8334
+ ThemeColor.light,
8335
+ ThemeColor.dark,
8336
+ ThemeColor.inverse
8337
+ ]
8338
+ };
8339
+ var defaultProps51 = {
8340
+ size: Size.medium,
8341
+ rounded: Roundness.medium,
8342
+ fillMode: FillMode.solid,
8343
+ themeColor: ThemeColor.base,
8344
+ arrowIconName: "caret-alt-down"
8345
+ };
8346
+ var SplitButton = (props) => {
8347
+ const {
8348
+ size = defaultProps51.size,
8349
+ rounded = defaultProps51.rounded,
8350
+ fillMode = defaultProps51.fillMode,
8351
+ themeColor = defaultProps51.themeColor,
8352
+ hover,
8353
+ focus,
8354
+ active,
8355
+ selected,
8356
+ disabled,
8357
+ icon,
8358
+ text,
8359
+ arrowIconName = defaultProps51.arrowIconName,
8360
+ popup,
8361
+ opened,
8362
+ ...other
8363
+ } = props;
8364
+ return /* @__PURE__ */ jsxs59(Fragment40, { children: [
8365
+ /* @__PURE__ */ jsxs59(
8366
+ "div",
8367
+ {
8368
+ ...other,
8369
+ className: classNames(
8370
+ props.className,
8371
+ SPLITBUTTON_CLASSNAME,
8372
+ "k-button-group",
8373
+ optionClassNames(SPLITBUTTON_CLASSNAME, {
8374
+ rounded
8375
+ })
8376
+ ),
8377
+ children: [
8378
+ /* @__PURE__ */ jsx166(
8379
+ Button,
8380
+ {
8381
+ text,
8382
+ icon,
8383
+ size,
8384
+ rounded,
8385
+ fillMode,
8386
+ themeColor,
8387
+ hover,
8388
+ focus,
8389
+ active,
8390
+ selected,
8391
+ disabled,
8392
+ children: props.children
8393
+ }
8394
+ ),
8395
+ /* @__PURE__ */ jsx166(
8396
+ Button,
8397
+ {
8398
+ className: "k-split-button-arrow",
8399
+ icon: arrowIconName,
8400
+ size,
8401
+ rounded,
8402
+ fillMode,
8403
+ disabled
8404
+ }
8405
+ )
8406
+ ]
8407
+ }
8408
+ ),
8409
+ opened && popup && /* @__PURE__ */ jsx166(Popup, { className: "k-menu-popup", children: popup })
8410
+ ] });
8411
+ };
8412
+ SplitButton.states = states55;
8413
+ SplitButton.options = options50;
8414
+ SplitButton.className = SPLITBUTTON_CLASSNAME;
8415
+ SplitButton.defaultProps = defaultProps51;
8416
+ var split_button_spec_default = SplitButton;
8417
+
8418
+ // src/toolbar/toolbar.spec.tsx
8419
+ import { jsx as jsx167 } from "react/jsx-runtime";
8420
+ var TOOLBAR_CLASSNAME = `k-toolbar`;
8421
+ var states56 = [
8422
+ States.focus
8423
+ ];
8424
+ var options51 = {
8425
+ size: [Size.small, Size.medium, Size.large]
8426
+ };
8427
+ var defaultProps52 = {
8428
+ size: Size.medium
8429
+ };
8430
+ var Toolbar = (props) => {
8431
+ const {
8432
+ size = defaultProps52.size,
8433
+ focus,
8434
+ resizable,
8435
+ ...other
8436
+ } = props;
8437
+ const toolbarChildren = [];
8438
+ const addUniqueToolClass = (child, index) => {
8439
+ const tempToolbarChildren = [];
8440
+ if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
8441
+ tempToolbarChildren.push(
8442
+ /* @__PURE__ */ jsx167(
8443
+ Button,
8444
+ {
8445
+ ...child.props,
8446
+ className: `${child.props.className ? child.props.className : ""}`
8447
+ },
8448
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8449
+ )
8450
+ );
8451
+ } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
8452
+ tempToolbarChildren.push(
8453
+ /* @__PURE__ */ jsx167(
8454
+ Button,
8455
+ {
8456
+ ...child.props,
8457
+ className: `k-toolbar-toggle-button ${child.props.className ? child.props.className : ""}`
8458
+ },
8459
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8460
+ )
8461
+ );
8462
+ } else if (child.type === Button) {
8463
+ tempToolbarChildren.push(
8464
+ /* @__PURE__ */ jsx167(
8465
+ Button,
8466
+ {
8467
+ ...child.props,
8468
+ className: `k-toolbar-button ${child.props.className ? child.props.className : ""}`
8469
+ },
8470
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8471
+ )
8472
+ );
8473
+ } else if (child.type === MenuButton) {
8474
+ tempToolbarChildren.push(
8475
+ /* @__PURE__ */ jsx167(
8476
+ MenuButton,
8477
+ {
8478
+ ...child.props,
8479
+ className: `k-toolbar-menu-button ${child.props.className ? child.props.className : ""}`
8480
+ },
8481
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8482
+ )
8483
+ );
8484
+ } else if (child.type === split_button_spec_default) {
8485
+ tempToolbarChildren.push(
8486
+ /* @__PURE__ */ jsx167(
8487
+ split_button_spec_default,
8488
+ {
8489
+ ...child.props,
8490
+ className: `k-toolbar-split-button ${child.props.className ? child.props.className : ""}`
8491
+ },
8492
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8493
+ )
8494
+ );
8495
+ } else if (child.type === ButtonGroup || child.props.className && child.props.className.includes("k-button-group")) {
8496
+ const buttonGroupItems = [];
8497
+ const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
8498
+ childrenArray.forEach((button, bindex) => {
8499
+ buttonGroupItems.push(
8500
+ /* @__PURE__ */ jsx167(
8501
+ Button,
8502
+ {
8503
+ ...button.props,
8504
+ className: `k-toolbar-button ${button.props.className ? button.props.className : ""}`
8505
+ },
8506
+ `${bindex}-${(/* @__PURE__ */ new Date()).getTime()}`
8507
+ )
8508
+ );
8509
+ });
8510
+ tempToolbarChildren.push(
8511
+ /* @__PURE__ */ jsx167(
8512
+ ButtonGroup,
8513
+ {
8514
+ ...child.props,
8515
+ className: `k-toolbar-button-group ${child.props.className ? child.props.className : ""}`,
8516
+ children: buttonGroupItems
8517
+ },
8518
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8519
+ )
8520
+ );
8521
+ } else if (child.type === Combobox) {
8522
+ tempToolbarChildren.push(
8523
+ /* @__PURE__ */ jsx167(
8524
+ Combobox,
8525
+ {
8526
+ ...child.props,
8527
+ className: `k-toolbar-combobox ${child.props.className ? child.props.className : ""}`
8528
+ },
8529
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8530
+ )
8531
+ );
8532
+ } else if (child.type === DropdownList) {
8533
+ tempToolbarChildren.push(
8534
+ /* @__PURE__ */ jsx167(
8535
+ DropdownList,
8536
+ {
8537
+ ...child.props,
8538
+ className: `k-toolbar-dropdownlist ${child.props.className ? child.props.className : ""}`
8539
+ },
8540
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8541
+ )
8542
+ );
8543
+ } else if (child.type === ColorPicker) {
8544
+ tempToolbarChildren.push(
8545
+ /* @__PURE__ */ jsx167(
8546
+ ColorPicker,
8547
+ {
8548
+ ...child.props,
8549
+ className: `k-toolbar-colorpicker ${child.props.className ? child.props.className : ""}`
8550
+ },
8551
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8552
+ )
8553
+ );
8554
+ } else {
8555
+ tempToolbarChildren.push(child);
8556
+ }
8557
+ tempToolbarChildren.forEach((item) => {
8558
+ toolbarChildren.push(item);
8559
+ });
8560
+ };
8561
+ if (props.children) {
8562
+ const childrenArray = Array.isArray(props.children) ? props.children : [props.children];
8563
+ childrenArray.forEach((child, index) => {
8564
+ addUniqueToolClass(child, index);
8565
+ });
8566
+ }
8567
+ return /* @__PURE__ */ jsx167(
8568
+ "div",
8569
+ {
8570
+ ...other,
8571
+ className: classNames(
8572
+ props.className,
8573
+ TOOLBAR_CLASSNAME,
8574
+ optionClassNames(TOOLBAR_CLASSNAME, {
8575
+ size
8576
+ }),
8577
+ stateClassNames(TOOLBAR_CLASSNAME, {
8578
+ focus
8579
+ }),
8580
+ {
8581
+ [`${TOOLBAR_CLASSNAME}-resizable`]: resizable
8582
+ }
8583
+ ),
8584
+ children: toolbarChildren
8585
+ }
8586
+ );
8587
+ };
8588
+ Toolbar.states = states56;
8589
+ Toolbar.options = options51;
8590
+ Toolbar.className = TOOLBAR_CLASSNAME;
8591
+ Toolbar.defaultProps = defaultProps52;
8592
+
8593
+ // src/toolbar/toolbar-angular.spec.tsx
8594
+ import { jsx as jsx168 } from "react/jsx-runtime";
8595
+ var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
8596
+ var states57 = [
8597
+ States.focus
8598
+ ];
8599
+ var options52 = {
8600
+ size: [Size.small, Size.medium, Size.large]
8601
+ };
8602
+ var defaultProps53 = {
8603
+ size: Size.medium
8604
+ };
8605
+ var ToolbarAngular = (props) => {
8606
+ const {
8607
+ size = defaultProps53.size,
8608
+ focus,
8609
+ resizable,
8610
+ ...other
8611
+ } = props;
8612
+ const toolbarChildren = [];
8613
+ const addUniqueToolClass = (child, index) => {
8614
+ const tempToolbarChildren = [];
8615
+ if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
8616
+ tempToolbarChildren.push(
8617
+ /* @__PURE__ */ jsx168("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx168(
8618
+ Button,
8619
+ {
8620
+ ...child.props,
8621
+ className: `${child.props.className ? child.props.className : ""}`
8622
+ },
8623
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8624
+ ) })
8625
+ );
8626
+ } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
8627
+ tempToolbarChildren.push(
8628
+ /* @__PURE__ */ jsx168("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx168(
8629
+ Button,
8630
+ {
8631
+ ...child.props,
8632
+ className: `k-toolbar-toggle-button ${child.props.className ? child.props.className : ""}`
8633
+ },
8634
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8635
+ ) })
8636
+ );
8637
+ } else if (child.type === Button) {
8638
+ tempToolbarChildren.push(
8639
+ /* @__PURE__ */ jsx168("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx168(
8640
+ Button,
8641
+ {
8642
+ ...child.props,
8643
+ className: `k-toolbar-button ${child.props.className ? child.props.className : ""}`
8644
+ },
8645
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8646
+ ) })
8647
+ );
8648
+ } else if (child.type === MenuButton) {
8649
+ tempToolbarChildren.push(
8650
+ /* @__PURE__ */ jsx168("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx168(
8651
+ MenuButton,
8652
+ {
8653
+ ...child.props,
8654
+ className: `k-toolbar-menu-button ${child.props.className ? child.props.className : ""}`
8655
+ },
8656
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8657
+ ) })
8658
+ );
8659
+ } else if (child.type === split_button_spec_default) {
8660
+ tempToolbarChildren.push(
8661
+ /* @__PURE__ */ jsx168("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx168(
8662
+ split_button_spec_default,
8663
+ {
8664
+ ...child.props,
8665
+ className: `k-toolbar-split-button ${child.props.className ? child.props.className : ""}`
8666
+ },
8667
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8668
+ ) })
8669
+ );
8670
+ } else if (child.type === ButtonGroup || child.props.className && child.props.className.includes("k-button-group")) {
8671
+ const buttonGroupItems = [];
8672
+ const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
8673
+ childrenArray.forEach((button, bindex) => {
8674
+ buttonGroupItems.push(
8675
+ /* @__PURE__ */ jsx168(
8676
+ Button,
8677
+ {
8678
+ ...button.props,
8679
+ className: `k-toolbar-button ${button.props.className ? button.props.className : ""}`
8680
+ },
8681
+ `${bindex}-${(/* @__PURE__ */ new Date()).getTime()}`
8682
+ )
8683
+ );
8684
+ });
8685
+ tempToolbarChildren.push(
8686
+ /* @__PURE__ */ jsx168("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx168(
8687
+ ButtonGroup,
8688
+ {
8689
+ ...child.props,
8690
+ className: `k-toolbar-button-group ${child.props.className ? child.props.className : ""}`,
8691
+ children: buttonGroupItems
8692
+ },
8693
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8694
+ ) })
8695
+ );
8696
+ } else if (child.type === Combobox) {
8697
+ tempToolbarChildren.push(
8698
+ /* @__PURE__ */ jsx168("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx168(
8699
+ Combobox,
8700
+ {
8701
+ ...child.props,
8702
+ className: `k-toolbar-combobox ${child.props.className ? child.props.className : ""}`
8703
+ },
8704
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8705
+ ) })
8706
+ );
8707
+ } else if (child.type === DropdownList) {
8708
+ tempToolbarChildren.push(
8709
+ /* @__PURE__ */ jsx168("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx168(
8710
+ DropdownList,
8711
+ {
8712
+ ...child.props,
8713
+ className: `k-toolbar-dropdownlist ${child.props.className ? child.props.className : ""}`
8714
+ },
8715
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8716
+ ) })
8717
+ );
8718
+ } else if (child.type === ColorPicker) {
8719
+ tempToolbarChildren.push(
8720
+ /* @__PURE__ */ jsx168("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx168(
8721
+ ColorPicker,
8722
+ {
8723
+ ...child.props,
8724
+ className: `k-toolbar-colorpicker ${child.props.className ? child.props.className : ""}`
8725
+ },
8726
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8727
+ ) })
8728
+ );
8729
+ } else {
8730
+ tempToolbarChildren.push(child);
8731
+ }
8732
+ tempToolbarChildren.forEach((item) => {
8733
+ toolbarChildren.push(item);
8734
+ });
8735
+ };
8736
+ if (props.children) {
8737
+ const childrenArray = Array.isArray(props.children) ? props.children : [props.children];
8738
+ childrenArray.forEach((child, index) => {
8739
+ addUniqueToolClass(child, index);
8740
+ });
8741
+ }
8742
+ return /* @__PURE__ */ jsx168(
8743
+ "div",
8744
+ {
8745
+ ...other,
8746
+ className: classNames(
8747
+ props.className,
8748
+ TOOLBARANGULAR_CLASSNAME,
8749
+ optionClassNames(TOOLBARANGULAR_CLASSNAME, {
8750
+ size
8751
+ }),
8752
+ stateClassNames(TOOLBARANGULAR_CLASSNAME, {
8753
+ focus
8754
+ }),
8755
+ {
8756
+ [`${TOOLBARANGULAR_CLASSNAME}-resizable`]: resizable
8757
+ }
8758
+ ),
8759
+ children: toolbarChildren
8760
+ }
8761
+ );
8762
+ };
8763
+ ToolbarAngular.states = states57;
8764
+ ToolbarAngular.options = options52;
8765
+ ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
8766
+ ToolbarAngular.defaultProps = defaultProps53;
8767
+
8768
+ // src/toolbar/toolbar-separator.tsx
8769
+ import { jsx as jsx169 } from "react/jsx-runtime";
8770
+
8771
+ // src/toolbar/toolbar-item.spec.tsx
8772
+ import { jsx as jsx170 } from "react/jsx-runtime";
8773
+ var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
8774
+ var states58 = [
8775
+ States.focus
8776
+ ];
8777
+ var options53 = {};
8778
+ var defaultProps54 = {};
8779
+ var ToolbarItem = (props) => {
8780
+ const {
8781
+ focus,
8782
+ ...other
8783
+ } = props;
8784
+ return /* @__PURE__ */ jsx170(
8785
+ "div",
8786
+ {
8787
+ ...other,
8788
+ className: classNames(
8789
+ props.className,
8790
+ TOOLBARITEM_CLASSNAME,
8791
+ stateClassNames(TOOLBARITEM_CLASSNAME, {
8792
+ focus
8793
+ })
8794
+ ),
8795
+ children: props.children
8796
+ }
8797
+ );
8798
+ };
8799
+ ToolbarItem.states = states58;
8800
+ ToolbarItem.options = options53;
8801
+ ToolbarItem.className = TOOLBARITEM_CLASSNAME;
8802
+ ToolbarItem.defaultProps = defaultProps54;
8803
+
8804
+ // src/toolbar/toolbar-popup.spec.tsx
8805
+ import { jsx as jsx171 } from "react/jsx-runtime";
8806
+ var TOOLBARPOPUP_CLASSNAME = `k-toolbar-popup`;
8807
+ var states59 = [];
8808
+ var options54 = {};
8809
+ var defaultProps55 = {};
8810
+ var ToolbarPopup = (props) => {
8811
+ const { ...other } = props;
8812
+ return /* @__PURE__ */ jsx171(
8813
+ Popup,
8814
+ {
8815
+ ...other,
8816
+ className: classNames(
8817
+ props.className,
8818
+ TOOLBARPOPUP_CLASSNAME
8819
+ ),
8820
+ children: props.children
8821
+ }
8822
+ );
8823
+ };
8824
+ ToolbarPopup.states = states59;
8825
+ ToolbarPopup.options = options54;
8826
+ ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
8827
+ ToolbarPopup.defaultProps = defaultProps55;
8828
+
8829
+ // src/split-button/templates/icon-split-button.tsx
8830
+ import { jsx as jsx172 } from "react/jsx-runtime";
8831
+
8832
+ // src/split-button/templates/icon-text-split-button.tsx
8833
+ import { jsx as jsx173 } from "react/jsx-runtime";
8834
+
8835
+ // src/split-button/templates/text-split-button.tsx
8836
+ import { jsx as jsx174 } from "react/jsx-runtime";
8837
+
8838
+ // src/split-button/templates/split-button-popup.tsx
8839
+ import { jsx as jsx175, jsxs as jsxs60 } from "react/jsx-runtime";
8840
+
8841
+ // src/toolbar/templates/toolbar-normal.tsx
8842
+ import { Fragment as Fragment41, jsx as jsx176, jsxs as jsxs61 } from "react/jsx-runtime";
8843
+
8844
+ // src/toolbar/templates/toolbar-resizable.tsx
8845
+ import { jsx as jsx177 } from "react/jsx-runtime";
8846
+
8847
+ // src/toolbar/templates/toolbar-angular-normal.tsx
8848
+ import { jsx as jsx178 } from "react/jsx-runtime";
8849
+
8850
+ // src/toolbar/templates/toolbar-angular-resizable.tsx
8851
+ import { jsx as jsx179 } from "react/jsx-runtime";
8852
+
8853
+ // src/grid/grid-toolbar.spec.tsx
8854
+ import { jsx as jsx180 } from "react/jsx-runtime";
8855
+
4588
8856
  // src/grid/tests/grid-sticky-columns.tsx
4589
- import { Fragment as Fragment4, jsx as jsx15, jsxs as jsxs2 } from "react/jsx-runtime";
4590
- var grid_sticky_columns_default = () => /* @__PURE__ */ jsx15(Fragment4, { children: /* @__PURE__ */ jsxs2("div", { id: "test-area", className: "k-d-grid", children: [
4591
- /* @__PURE__ */ jsxs2("div", { className: "k-grid k-grid-md", role: "grid", style: { height: "400px", width: "500px" }, children: [
4592
- /* @__PURE__ */ jsx15("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx15("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs2("table", { className: "k-table k-table-md k-grid-header-table", style: { width: "1100px" }, children: [
4593
- /* @__PURE__ */ jsxs2("colgroup", { children: [
4594
- /* @__PURE__ */ jsx15("col", { width: "250px" }),
4595
- /* @__PURE__ */ jsx15("col", { width: "150px" }),
4596
- /* @__PURE__ */ jsx15("col", { width: "200px" }),
4597
- /* @__PURE__ */ jsx15("col", { width: "250px" }),
4598
- /* @__PURE__ */ jsx15("col", { width: "250px" })
8857
+ import { Fragment as Fragment42, jsx as jsx181, jsxs as jsxs62 } from "react/jsx-runtime";
8858
+ var grid_sticky_columns_default = () => /* @__PURE__ */ jsx181(Fragment42, { children: /* @__PURE__ */ jsxs62("div", { id: "test-area", className: "k-d-grid", children: [
8859
+ /* @__PURE__ */ jsxs62(Grid, { style: { height: "400px", width: "500px" }, children: [
8860
+ /* @__PURE__ */ jsx181(GridHeader, { children: /* @__PURE__ */ jsx181("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs62(GridHeaderTable, { style: { width: "1100px" }, children: [
8861
+ /* @__PURE__ */ jsxs62("colgroup", { children: [
8862
+ /* @__PURE__ */ jsx181("col", { width: "250px" }),
8863
+ /* @__PURE__ */ jsx181("col", { width: "150px" }),
8864
+ /* @__PURE__ */ jsx181("col", { width: "200px" }),
8865
+ /* @__PURE__ */ jsx181("col", { width: "250px" }),
8866
+ /* @__PURE__ */ jsx181("col", { width: "250px" })
4599
8867
  ] }),
4600
- /* @__PURE__ */ jsx15("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs2("tr", { className: "k-table-row", role: "row", style: { touchAction: "none" }, children: [
4601
- /* @__PURE__ */ jsx15("th", { colSpan: 1, rowSpan: 1, className: "k-table-th k-header k-grid-header-sticky", style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: /* @__PURE__ */ jsx15("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx15("span", { className: "k-link", children: /* @__PURE__ */ jsx15("span", { className: "k-column-title", children: "Product Name" }) }) }) }),
4602
- /* @__PURE__ */ jsx15("th", { colSpan: 1, rowSpan: 1, className: "k-table-th k-header", children: /* @__PURE__ */ jsx15("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx15("span", { className: "k-link", children: /* @__PURE__ */ jsx15("span", { className: "k-column-title", children: "Units In Stock" }) }) }) }),
4603
- /* @__PURE__ */ jsx15("th", { colSpan: 1, rowSpan: 1, className: "k-table-th k-header", children: /* @__PURE__ */ jsx15("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx15("span", { className: "k-link", children: /* @__PURE__ */ jsx15("span", { className: "k-column-title", children: "Price" }) }) }) }),
4604
- /* @__PURE__ */ jsx15("th", { colSpan: 1, rowSpan: 1, className: "k-table-th k-header k-grid-header-sticky", style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: /* @__PURE__ */ jsx15("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx15("span", { className: "k-link", children: /* @__PURE__ */ jsx15("span", { className: "k-column-title", children: "Units On Order" }) }) }) }),
4605
- /* @__PURE__ */ jsx15("th", { colSpan: 1, rowSpan: 1, className: "k-table-th k-header", children: /* @__PURE__ */ jsx15("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx15("span", { className: "k-link", children: /* @__PURE__ */ jsx15("span", { className: "k-column-title", children: "Reorder Level" }) }) }) })
8868
+ /* @__PURE__ */ jsx181(TableThead, { children: /* @__PURE__ */ jsxs62(TableRow, { role: "row", style: { touchAction: "none" }, children: [
8869
+ /* @__PURE__ */ jsx181(GridHeaderCell, { className: "k-grid-header-sticky", columnTitle: "Product Name", colspan: 1, rowspan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" } }),
8870
+ /* @__PURE__ */ jsx181(GridHeaderCell, { columnTitle: "Units In Stock", colspan: 1, rowspan: 1 }),
8871
+ /* @__PURE__ */ jsx181(GridHeaderCell, { columnTitle: "Price", colspan: 1, rowspan: 1 }),
8872
+ /* @__PURE__ */ jsx181(GridHeaderCell, { className: "k-grid-header-sticky", columnTitle: "Units on Order", colspan: 1, rowspan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" } }),
8873
+ /* @__PURE__ */ jsx181(GridHeaderCell, { columnTitle: "Reorder Level", colspan: 1, rowspan: 1 })
4606
8874
  ] }) })
4607
8875
  ] }) }) }),
4608
- /* @__PURE__ */ jsx15("div", { className: "k-grid-container", children: /* @__PURE__ */ jsxs2("div", { className: "k-grid-content k-virtual-content", children: [
4609
- /* @__PURE__ */ jsx15("div", { style: { position: "relative" }, children: /* @__PURE__ */ jsxs2("table", { className: "k-table k-table-md k-grid-table", style: { width: "1100px" }, children: [
4610
- /* @__PURE__ */ jsxs2("colgroup", { children: [
4611
- /* @__PURE__ */ jsx15("col", { width: "250px" }),
4612
- /* @__PURE__ */ jsx15("col", { width: "150px" }),
4613
- /* @__PURE__ */ jsx15("col", { width: "200px" }),
4614
- /* @__PURE__ */ jsx15("col", { width: "250px" }),
4615
- /* @__PURE__ */ jsx15("col", { width: "250px" })
8876
+ /* @__PURE__ */ jsx181(GridContainer, { children: /* @__PURE__ */ jsxs62(GridContent, { className: "k-virtual-content", children: [
8877
+ /* @__PURE__ */ jsx181("div", { style: { position: "relative" }, children: /* @__PURE__ */ jsxs62(GridTable, { style: { width: "1100px" }, children: [
8878
+ /* @__PURE__ */ jsxs62("colgroup", { children: [
8879
+ /* @__PURE__ */ jsx181("col", { width: "250px" }),
8880
+ /* @__PURE__ */ jsx181("col", { width: "150px" }),
8881
+ /* @__PURE__ */ jsx181("col", { width: "200px" }),
8882
+ /* @__PURE__ */ jsx181("col", { width: "250px" }),
8883
+ /* @__PURE__ */ jsx181("col", { width: "250px" })
4616
8884
  ] }),
4617
- /* @__PURE__ */ jsxs2("tbody", { className: "k-table-tbody", children: [
4618
- /* @__PURE__ */ jsxs2("tr", { className: "k-table-row k-master-row", role: "row", children: [
4619
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Chai" }),
4620
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "39" }),
4621
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "18" }),
4622
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "0" }),
4623
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "10" })
8885
+ /* @__PURE__ */ jsxs62(TableTbody, { children: [
8886
+ /* @__PURE__ */ jsxs62(TableRow, { className: "k-master-row", role: "row", children: [
8887
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Chai" }),
8888
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "39" }),
8889
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "18" }),
8890
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "0" }),
8891
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "10" })
4624
8892
  ] }),
4625
- /* @__PURE__ */ jsxs2("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", role: "row", children: [
4626
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Chang" }),
4627
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "17" }),
4628
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "19" }),
4629
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "40" }),
4630
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "25" })
8893
+ /* @__PURE__ */ jsxs62(TableRow, { className: "k-master-row k-alt", role: "row", alt: true, children: [
8894
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Chang" }),
8895
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "17" }),
8896
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "19" }),
8897
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "40" }),
8898
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "25" })
4631
8899
  ] }),
4632
- /* @__PURE__ */ jsxs2("tr", { className: "k-table-row k-master-row k-selected", role: "row", children: [
4633
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Aniseed Syrup(Selected)" }),
4634
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "13" }),
4635
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "10" }),
4636
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "70" }),
4637
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "25" })
8900
+ /* @__PURE__ */ jsxs62(TableRow, { className: "k-master-row k-selected", role: "row", children: [
8901
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Aniseed Syrup(Selected)" }),
8902
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "13" }),
8903
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "10" }),
8904
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "70" }),
8905
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "25" })
4638
8906
  ] }),
4639
- /* @__PURE__ */ jsxs2("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt k-selected", role: "row", children: [
4640
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Chef Anton (Alt Selected)" }),
4641
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "53" }),
4642
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "22" }),
4643
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "0" }),
4644
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "0" })
8907
+ /* @__PURE__ */ jsxs62(TableRow, { className: "k-master-row k-selected k-alt", role: "row", alt: true, children: [
8908
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Chef Anton (Alt Selected)" }),
8909
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "53" }),
8910
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "22" }),
8911
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "0" }),
8912
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "0" })
4645
8913
  ] }),
4646
- /* @__PURE__ */ jsxs2("tr", { className: "k-table-row k-master-row k-selected k-hover", role: "row", children: [
4647
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Chef (Selected+Hover)" }),
4648
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "0" }),
4649
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "21.35" }),
4650
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "0" }),
4651
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "0" })
8914
+ /* @__PURE__ */ jsxs62(TableRow, { className: "k-master-row k-selected", role: "row", hover: true, children: [
8915
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Chef (Selected+Hover)" }),
8916
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "0" }),
8917
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "21.35" }),
8918
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "0" }),
8919
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "0" })
4652
8920
  ] }),
4653
- /* @__PURE__ */ jsxs2("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt k-selected k-hover", role: "row", children: [
4654
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Gran (Alt Selected+Hover)" }),
4655
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "120" }),
4656
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "25" }),
4657
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "0" }),
4658
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "25" })
8921
+ /* @__PURE__ */ jsxs62(TableRow, { className: "k-master-row k-selected k-alt", role: "row", alt: true, hover: true, children: [
8922
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Gran (Alt Selected+Hover)" }),
8923
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "120" }),
8924
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "25" }),
8925
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "0" }),
8926
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "25" })
4659
8927
  ] }),
4660
- /* @__PURE__ */ jsxs2("tr", { className: "k-table-row k-master-row", role: "row", children: [
4661
- /* @__PURE__ */ jsx15("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" }),
4662
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "15" }),
4663
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "30" }),
4664
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "0" }),
4665
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "10" })
8928
+ /* @__PURE__ */ jsxs62(TableRow, { className: "k-master-row", role: "row", children: [
8929
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Uncle Bob's Organic Dried Pears" }),
8930
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "15" }),
8931
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "30" }),
8932
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "0" }),
8933
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "10" })
4666
8934
  ] }),
4667
- /* @__PURE__ */ jsxs2("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", role: "row", children: [
4668
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Northwoods Cranberry Sauce" }),
4669
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "6" }),
4670
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "40" }),
4671
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "0" }),
4672
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "0" })
8935
+ /* @__PURE__ */ jsxs62(TableRow, { className: "k-master-row k-alt", role: "row", alt: true, children: [
8936
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Northwoods Cranberry Sauce" }),
8937
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "6" }),
8938
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "40" }),
8939
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "0" }),
8940
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "0" })
4673
8941
  ] }),
4674
- /* @__PURE__ */ jsxs2("tr", { className: "k-table-row k-master-row", role: "row", children: [
4675
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Mishi Kobe Niku" }),
4676
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "29" }),
4677
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "97" }),
4678
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "0" }),
4679
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "0" })
8942
+ /* @__PURE__ */ jsxs62(TableRow, { className: "k-master-row", role: "row", children: [
8943
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Mishi Kobe Niku" }),
8944
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "29" }),
8945
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "97" }),
8946
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "0" }),
8947
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "0" })
4680
8948
  ] }),
4681
- /* @__PURE__ */ jsxs2("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", role: "row", children: [
4682
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Ikura" }),
4683
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "31" }),
4684
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "31" }),
4685
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "0" }),
4686
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "0" })
8949
+ /* @__PURE__ */ jsxs62(TableRow, { className: "k-master-row k-alt", role: "row", alt: true, children: [
8950
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "0px", right: "250px", borderRightWidth: "1px" }, children: "Ikura" }),
8951
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "31" }),
8952
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "31" }),
8953
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "250px", right: "0px", borderRightWidth: "1px" }, children: "0" }),
8954
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "0" })
4687
8955
  ] })
4688
8956
  ] })
4689
8957
  ] }) }),
4690
- /* @__PURE__ */ jsx15("div", { className: "k-height-container", children: /* @__PURE__ */ jsx15("div", {}) })
8958
+ /* @__PURE__ */ jsx181("div", { className: "k-height-container", children: /* @__PURE__ */ jsx181("div", {}) })
4691
8959
  ] }) })
4692
8960
  ] }),
4693
- /* @__PURE__ */ jsxs2("div", { className: "k-grid k-grid-md telerik-blazor", children: [
4694
- /* @__PURE__ */ jsx15("div", { className: "k-grouping-header", children: /* @__PURE__ */ jsx15(ChipList, { children: /* @__PURE__ */ jsx15(Chip, { actions: /* @__PURE__ */ jsx15(ChipAction, { type: "remove" }), children: "Active Projects" }) }) }),
4695
- /* @__PURE__ */ jsx15("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx15("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs2("table", { className: "k-table k-table-md k-grid-header-table", children: [
4696
- /* @__PURE__ */ jsxs2("colgroup", { children: [
4697
- /* @__PURE__ */ jsx15("col", { className: "k-group-col" }),
4698
- /* @__PURE__ */ jsx15("col", { style: { width: "100px" } }),
4699
- /* @__PURE__ */ jsx15("col", { style: { width: "200px" } }),
4700
- /* @__PURE__ */ jsx15("col", { style: { width: "100px" } }),
4701
- /* @__PURE__ */ jsx15("col", { style: { width: "100px" } }),
4702
- /* @__PURE__ */ jsx15("col", { style: { width: "100px" } })
8961
+ /* @__PURE__ */ jsxs62(Grid, { className: "k-telerik-blazor", children: [
8962
+ /* @__PURE__ */ jsx181(GridGroupingHeader, { children: /* @__PURE__ */ jsx181(ChipList, { children: /* @__PURE__ */ jsx181(Chip, { actions: /* @__PURE__ */ jsx181(ChipAction, { type: "remove" }), children: "Active Projects" }) }) }),
8963
+ /* @__PURE__ */ jsx181(GridHeader, { children: /* @__PURE__ */ jsx181("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs62(GridHeaderTable, { children: [
8964
+ /* @__PURE__ */ jsxs62("colgroup", { children: [
8965
+ /* @__PURE__ */ jsx181("col", { className: "k-group-col" }),
8966
+ /* @__PURE__ */ jsx181("col", { style: { width: "100px" } }),
8967
+ /* @__PURE__ */ jsx181("col", { style: { width: "200px" } }),
8968
+ /* @__PURE__ */ jsx181("col", { style: { width: "100px" } }),
8969
+ /* @__PURE__ */ jsx181("col", { style: { width: "100px" } }),
8970
+ /* @__PURE__ */ jsx181("col", { style: { width: "100px" } })
4703
8971
  ] }),
4704
- /* @__PURE__ */ jsx15("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs2("tr", { className: "k-table-row", children: [
4705
- /* @__PURE__ */ jsx15("th", { colSpan: 1, rowSpan: 1, className: "k-table-th k-group-cell k-header" }),
4706
- /* @__PURE__ */ jsx15("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ jsx15("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx15("span", { className: "k-link", children: /* @__PURE__ */ jsx15("span", { className: "k-column-title", children: "Name" }) }) }) }),
4707
- /* @__PURE__ */ jsx15("th", { className: "k-table-th k-header k-grid-header-sticky", style: { left: "0px", right: "0px" }, colSpan: 1, children: /* @__PURE__ */ jsx15("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx15("span", { className: "k-link", children: /* @__PURE__ */ jsx15("span", { className: "k-column-title", children: "Team" }) }) }) }),
4708
- /* @__PURE__ */ jsx15("th", { className: "k-table-th k-header k-grid-header-sticky", colSpan: 1, children: /* @__PURE__ */ jsx15("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx15("span", { className: "k-link", children: /* @__PURE__ */ jsx15("span", { className: "k-column-title", children: "Active Projects" }) }) }) }),
4709
- /* @__PURE__ */ jsx15("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ jsx15("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx15("span", { className: "k-link", children: /* @__PURE__ */ jsx15("span", { className: "k-column-title", children: "Salary" }) }) }) }),
4710
- /* @__PURE__ */ jsx15("th", { className: "k-table-th k-header", colSpan: 1, children: /* @__PURE__ */ jsx15("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx15("span", { className: "k-link", children: /* @__PURE__ */ jsx15("span", { className: "k-column-title", children: "On Vacation" }) }) }) })
8972
+ /* @__PURE__ */ jsx181(TableThead, { children: /* @__PURE__ */ jsxs62(TableRow, { children: [
8973
+ /* @__PURE__ */ jsx181(GridHeaderCell, { colspan: 1, rowspan: 1, className: "k-group-cell" }),
8974
+ /* @__PURE__ */ jsx181(GridHeaderCell, { colspan: 1, columnTitle: "Name" }),
8975
+ /* @__PURE__ */ jsx181(GridHeaderCell, { className: "k-grid-header-sticky", columnTitle: "Team", colspan: 1, style: { left: "0px", right: "0px" } }),
8976
+ /* @__PURE__ */ jsx181(GridHeaderCell, { className: "k-grid-header-sticky", columnTitle: "Active Projects", colspan: 1 }),
8977
+ /* @__PURE__ */ jsx181(GridHeaderCell, { colspan: 1, columnTitle: "Salary" }),
8978
+ /* @__PURE__ */ jsx181(GridHeaderCell, { colspan: 1, columnTitle: "On Vacation" })
4711
8979
  ] }) })
4712
8980
  ] }) }) }),
4713
- /* @__PURE__ */ jsx15("div", { className: "k-grid-container", children: /* @__PURE__ */ jsxs2("div", { className: "k-grid-content k-virtual-content", children: [
4714
- /* @__PURE__ */ jsx15("div", { style: { position: "relative" }, children: /* @__PURE__ */ jsx15("div", { className: "k-virtual-position", children: /* @__PURE__ */ jsxs2("table", { className: "k-table k-table-md k-grid-table", style: { height: "auto" }, children: [
4715
- /* @__PURE__ */ jsxs2("colgroup", { children: [
4716
- /* @__PURE__ */ jsx15("col", { className: "k-group-col" }),
4717
- /* @__PURE__ */ jsx15("col", { style: { width: "100px" } }),
4718
- /* @__PURE__ */ jsx15("col", { style: { width: "200px" } }),
4719
- /* @__PURE__ */ jsx15("col", { style: { width: "100px" } }),
4720
- /* @__PURE__ */ jsx15("col", { style: { width: "100px" } }),
4721
- /* @__PURE__ */ jsx15("col", { style: { width: "100px" } })
8981
+ /* @__PURE__ */ jsx181(GridContainer, { children: /* @__PURE__ */ jsxs62(GridContent, { className: "k-virtual-content", children: [
8982
+ /* @__PURE__ */ jsx181("div", { style: { position: "relative" }, children: /* @__PURE__ */ jsx181("div", { className: "k-virtual-position", children: /* @__PURE__ */ jsxs62(GridTable, { style: { height: "auto" }, children: [
8983
+ /* @__PURE__ */ jsxs62("colgroup", { children: [
8984
+ /* @__PURE__ */ jsx181("col", { className: "k-group-col" }),
8985
+ /* @__PURE__ */ jsx181("col", { style: { width: "100px" } }),
8986
+ /* @__PURE__ */ jsx181("col", { style: { width: "200px" } }),
8987
+ /* @__PURE__ */ jsx181("col", { style: { width: "100px" } }),
8988
+ /* @__PURE__ */ jsx181("col", { style: { width: "100px" } }),
8989
+ /* @__PURE__ */ jsx181("col", { style: { width: "100px" } })
4722
8990
  ] }),
4723
- /* @__PURE__ */ jsxs2("tbody", { className: "k-table-tbody", children: [
4724
- /* @__PURE__ */ jsx15("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 6, children: /* @__PURE__ */ jsxs2("p", { className: "k-reset", children: [
4725
- /* @__PURE__ */ jsx15(Icon, { icon: "caret-alt-down" }),
4726
- /* @__PURE__ */ jsx15("span", { children: "Currently active projects: 2 \xA0" })
8991
+ /* @__PURE__ */ jsxs62(TableTbody, { children: [
8992
+ /* @__PURE__ */ jsx181(TableRow, { className: "k-table-group-row k-grouping-row", children: /* @__PURE__ */ jsx181(TableTd, { colspan: 6, children: /* @__PURE__ */ jsxs62("p", { className: "k-reset", children: [
8993
+ /* @__PURE__ */ jsx181(Icon, { icon: "caret-alt-down" }),
8994
+ /* @__PURE__ */ jsx181("span", { children: "Currently active projects: 2 \xA0" })
4727
8995
  ] }) }) }),
4728
- /* @__PURE__ */ jsxs2("tr", { className: "k-table-row k-master-row", children: [
4729
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-table-group-td k-group-cell" }),
4730
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "Employee 0" }),
4731
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "0px" }, children: "Team 0" }),
4732
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, children: "2" }),
4733
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "1429" }),
4734
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "True" })
8996
+ /* @__PURE__ */ jsxs62(TableRow, { className: "k-master-row", children: [
8997
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-table-group-td k-group-cell" }),
8998
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "Employee 0" }),
8999
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "0px", right: "0px" }, children: "Team 0" }),
9000
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", colspan: 1, children: "2" }),
9001
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "1429" }),
9002
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "True" })
4735
9003
  ] }),
4736
- /* @__PURE__ */ jsxs2("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", children: [
4737
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-table-group-td k-group-cell" }),
4738
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "Employee 4" }),
4739
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "0px" }, children: "Team 1" }),
4740
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, children: "2" }),
4741
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "2915" }),
4742
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "True" })
9004
+ /* @__PURE__ */ jsxs62(TableRow, { className: "k-master-row k-alt", alt: true, children: [
9005
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-table-group-td k-group-cell" }),
9006
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "Employee 4" }),
9007
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "0px", right: "0px" }, children: "Team 1" }),
9008
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", colspan: 1, children: "2" }),
9009
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "2915" }),
9010
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "True" })
4743
9011
  ] }),
4744
- /* @__PURE__ */ jsxs2("tr", { className: "k-table-row k-group-footer", children: [
4745
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-table-group-td k-group-cell" }),
4746
- /* @__PURE__ */ jsx15("td", { className: "k-table-td" }),
4747
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-footer-sticky", style: { left: "0px", right: "0px" }, children: "Team size: 7" }),
4748
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-footer-sticky" }),
4749
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", children: "Total: X" }),
4750
- /* @__PURE__ */ jsx15("td", { className: "k-table-td" })
9012
+ /* @__PURE__ */ jsxs62(TableRow, { className: "k-group-footer", children: [
9013
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-table-group-td k-group-cell" }),
9014
+ /* @__PURE__ */ jsx181(TableTd, {}),
9015
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-footer-sticky", style: { left: "0px", right: "0px" }, children: "Team size: 7" }),
9016
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-footer-sticky" }),
9017
+ /* @__PURE__ */ jsx181(TableTd, { children: "Total: X" }),
9018
+ /* @__PURE__ */ jsx181(TableTd, {})
4751
9019
  ] }),
4752
- /* @__PURE__ */ jsx15("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 6, children: /* @__PURE__ */ jsxs2("p", { className: "k-reset", children: [
4753
- /* @__PURE__ */ jsx15(Icon, { icon: "caret-alt-down" }),
4754
- /* @__PURE__ */ jsx15("span", { children: "Currently active projects: 5 \xA0" }),
4755
- /* @__PURE__ */ jsx15("span", { children: "These people work on too many projects" })
9020
+ /* @__PURE__ */ jsx181(TableRow, { className: "k-table-group-row k-grouping-row", children: /* @__PURE__ */ jsx181(TableTd, { colspan: 6, children: /* @__PURE__ */ jsxs62("p", { className: "k-reset", children: [
9021
+ /* @__PURE__ */ jsx181(Icon, { icon: "caret-alt-down" }),
9022
+ /* @__PURE__ */ jsx181("span", { children: "Currently active projects: 5 \xA0" }),
9023
+ /* @__PURE__ */ jsx181("span", { children: "These people work on too many projects" })
4756
9024
  ] }) }) }),
4757
- /* @__PURE__ */ jsxs2("tr", { className: "k-table-row k-master-row k-hover", children: [
4758
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-table-group-td k-group-cell" }),
4759
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "Employee 1" }),
4760
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky", style: { left: "0px", right: "0px" }, children: "Team 1 (Hovered)" }),
4761
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, children: "5" }),
4762
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "2307" }),
4763
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "False" })
9025
+ /* @__PURE__ */ jsxs62(TableRow, { className: "k-master-row", hover: true, children: [
9026
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-table-group-td k-group-cell" }),
9027
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "Employee 1" }),
9028
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", style: { left: "0px", right: "0px" }, children: "Team 1 (Hovered)" }),
9029
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", colspan: 1, children: "5" }),
9030
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "2307" }),
9031
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "False" })
4764
9032
  ] }),
4765
- /* @__PURE__ */ jsxs2("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt k-selected", children: [
4766
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-table-group-td k-group-cell" }),
4767
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "Employee 2" }),
4768
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "0px" }, children: "Team 2 (Selected)" }),
4769
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, children: "5" }),
4770
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "4225" }),
4771
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "True" })
9033
+ /* @__PURE__ */ jsxs62(TableRow, { className: "k-master-row k-alt", alt: true, selected: true, children: [
9034
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-table-group-td k-group-cell" }),
9035
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "Employee 2" }),
9036
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "0px", right: "0px" }, children: "Team 2 (Selected)" }),
9037
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", colspan: 1, children: "5" }),
9038
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "4225" }),
9039
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "True" })
4772
9040
  ] }),
4773
- /* @__PURE__ */ jsxs2("tr", { className: "k-table-row k-master-row k-hover k-selected", children: [
4774
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-table-group-td k-group-cell" }),
4775
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "Employee 3" }),
4776
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "0px" }, children: "Team 0 (Selected and Hovered)" }),
4777
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, children: "5" }),
4778
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "4593" }),
4779
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "False" })
9041
+ /* @__PURE__ */ jsxs62(TableRow, { className: "k-master-row", hover: true, selected: true, children: [
9042
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-table-group-td k-group-cell" }),
9043
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "Employee 3" }),
9044
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", style: { left: "0px", right: "0px" }, children: "Team 0 (Selected and Hovered)" }),
9045
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", colspan: 1, children: "5" }),
9046
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "4593" }),
9047
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "False" })
4780
9048
  ] }),
4781
- /* @__PURE__ */ jsxs2("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", children: [
4782
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-table-group-td k-group-cell" }),
4783
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "Employee 5" }),
4784
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "0px", right: "0px" }, children: "Team 2" }),
4785
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, children: "5" }),
4786
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "2906" }),
4787
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", colSpan: 1, children: "False" })
9049
+ /* @__PURE__ */ jsxs62(TableRow, { className: "k-master-row k-alt", alt: true, children: [
9050
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-table-group-td k-group-cell" }),
9051
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "Employee 5" }),
9052
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", colspan: 1, style: { left: "0px", right: "0px" }, children: "Team 2" }),
9053
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", colspan: 1, children: "5" }),
9054
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "2906" }),
9055
+ /* @__PURE__ */ jsx181(TableTd, { colspan: 1, children: "False" })
4788
9056
  ] }),
4789
- /* @__PURE__ */ jsxs2("tr", { className: "k-table-row k-group-footer", children: [
4790
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-table-group-td k-group-cell" }),
4791
- /* @__PURE__ */ jsx15("td", { className: "k-table-td" }),
4792
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky", style: { left: "0px", right: "0px" }, children: "Team size: 18" }),
4793
- /* @__PURE__ */ jsx15("td", { className: "k-table-td k-grid-content-sticky" }),
4794
- /* @__PURE__ */ jsx15("td", { className: "k-table-td", children: "Total: Y" }),
4795
- /* @__PURE__ */ jsx15("td", { className: "k-table-td" })
9057
+ /* @__PURE__ */ jsxs62(TableRow, { className: "k-group-footer", children: [
9058
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-table-group-td k-group-cell" }),
9059
+ /* @__PURE__ */ jsx181(TableTd, {}),
9060
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky", style: { left: "0px", right: "0px" }, children: "Team size: 18" }),
9061
+ /* @__PURE__ */ jsx181(TableTd, { className: "k-grid-content-sticky" }),
9062
+ /* @__PURE__ */ jsx181(TableTd, { children: "Total: Y" }),
9063
+ /* @__PURE__ */ jsx181(TableTd, {})
4796
9064
  ] })
4797
9065
  ] })
4798
9066
  ] }) }) }),
4799
- /* @__PURE__ */ jsx15("div", { className: "k-height-container", children: /* @__PURE__ */ jsx15("div", {}) })
9067
+ /* @__PURE__ */ jsx181("div", { className: "k-height-container", children: /* @__PURE__ */ jsx181("div", {}) })
4800
9068
  ] }) })
4801
9069
  ] })
4802
9070
  ] }) });