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