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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (279) hide show
  1. package/dist/cjs/action-sheet/tests/action-sheet-data-table.js +2 -0
  2. package/dist/cjs/autocomplete/tests/autocomplete-prefix-suffix.js +863 -778
  3. package/dist/cjs/combobox/tests/combobox-prefix-suffix.js +863 -778
  4. package/dist/cjs/dropdowngrid/dropdowngrid.spec.js +2 -0
  5. package/dist/cjs/dropdowngrid/templates/dropdowngrid-adaptive.js +2 -0
  6. package/dist/cjs/dropdowngrid/templates/dropdowngrid-normal.js +2 -0
  7. package/dist/cjs/dropdowngrid/templates/dropdowngrid-popup.js +2 -0
  8. package/dist/cjs/dropdowngrid/templates/dropdowngrid-prefix.js +2 -0
  9. package/dist/cjs/dropdowngrid/templates/dropdowngrid-suffix.js +2 -0
  10. package/dist/cjs/dropdowngrid/tests/dropdowngrid-adaptive.js +2 -0
  11. package/dist/cjs/dropdowngrid/tests/dropdowngrid-flat.js +2 -0
  12. package/dist/cjs/dropdowngrid/tests/dropdowngrid-opened.js +2 -0
  13. package/dist/cjs/dropdowngrid/tests/dropdowngrid-outline.js +2 -0
  14. package/dist/cjs/dropdowngrid/tests/dropdowngrid-prefix-suffix.js +2 -0
  15. package/dist/cjs/dropdowngrid/tests/dropdowngrid-size-rounded.js +2 -0
  16. package/dist/cjs/dropdowngrid/tests/dropdowngrid-solid.js +2 -0
  17. package/dist/cjs/filemanager/templates/filemanager-grid-preview.js +2 -0
  18. package/dist/cjs/filemanager/templates/filemanager-grid.js +2 -0
  19. package/dist/cjs/filemanager/tests/filemanager-gridview-preview.js +763 -678
  20. package/dist/cjs/filemanager/tests/filemanager-gridview.js +2 -0
  21. package/dist/cjs/filemanager/tests/filemanager-listview-preview.js +717 -632
  22. package/dist/cjs/form/tests/form-field-dropdowns.js +862 -777
  23. package/dist/cjs/grid/grid-container.spec.js +46 -0
  24. package/dist/cjs/grid/grid-content.spec.js +46 -0
  25. package/dist/cjs/grid/grid-footer-table.spec.js +283 -0
  26. package/dist/cjs/grid/grid-footer.spec.js +46 -0
  27. package/dist/cjs/grid/grid-grouping-header.spec.js +57 -0
  28. package/dist/cjs/grid/grid-header-cell.spec.js +4446 -0
  29. package/dist/cjs/grid/grid-header-table.spec.js +283 -0
  30. package/dist/cjs/grid/grid-header.spec.js +46 -0
  31. package/dist/cjs/grid/grid-pager.spec.js +6058 -0
  32. package/dist/cjs/grid/grid-table.spec.js +283 -0
  33. package/dist/cjs/grid/grid-toolbar.spec.js +7876 -0
  34. package/dist/cjs/grid/grid.spec.js +120 -0
  35. package/dist/cjs/grid/tests/grid-adaptive-pager.js +2740 -380
  36. package/dist/cjs/grid/tests/grid-adaptive-search.js +1745 -1203
  37. package/dist/cjs/grid/tests/grid-angular.js +3787 -1267
  38. package/dist/cjs/grid/tests/grid-column-menu-angular.js +4095 -115
  39. package/dist/cjs/grid/tests/grid-column-menu-blazor.js +4095 -116
  40. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +1484 -1280
  41. package/dist/cjs/grid/tests/grid-column-reordering.js +1489 -1285
  42. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +2119 -1915
  43. package/dist/cjs/grid/tests/grid-editing-custom-editor.js +1107 -869
  44. package/dist/cjs/grid/tests/grid-editing-inline-angular.js +1972 -1218
  45. package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +1959 -1201
  46. package/dist/cjs/grid/tests/grid-editing.js +1391 -635
  47. package/dist/cjs/grid/tests/grid-filter-menu-angular.js +4092 -100
  48. package/dist/cjs/grid/tests/grid-filter-menu-blazor.js +4089 -101
  49. package/dist/cjs/grid/tests/grid-filter-row-angular.js +1327 -576
  50. package/dist/cjs/grid/tests/grid-filter-row-blazor.js +1313 -554
  51. package/dist/cjs/grid/tests/grid-filter-row.js +1496 -59
  52. package/dist/cjs/grid/tests/grid-grouping-actions.js +1450 -1246
  53. package/dist/cjs/grid/tests/grid-grouping-blazor.js +4162 -141
  54. package/dist/cjs/grid/tests/grid-grouping-detail-template.js +4297 -288
  55. package/dist/cjs/grid/tests/grid-grouping.js +2725 -1934
  56. package/dist/cjs/grid/tests/grid-hierarchy.js +4333 -43
  57. package/dist/cjs/grid/tests/grid-locked-columns-rtl.js +4365 -207
  58. package/dist/cjs/grid/tests/grid-locked-columns.js +4563 -424
  59. package/dist/cjs/grid/tests/grid-long-titles.js +4315 -124
  60. package/dist/cjs/grid/tests/grid-multicolumn-headers.js +4407 -135
  61. package/dist/cjs/grid/tests/grid-no-records.js +8627 -48
  62. package/dist/cjs/grid/tests/grid-pager.js +3120 -550
  63. package/dist/cjs/grid/tests/grid-react-basic.js +8500 -128
  64. package/dist/cjs/grid/tests/grid-react.js +4516 -190
  65. package/dist/cjs/grid/tests/grid-row-reordering.js +1711 -1499
  66. package/dist/cjs/grid/tests/grid-rows-resizing.js +2066 -1308
  67. package/dist/cjs/grid/tests/grid-rows-states.js +8369 -105
  68. package/dist/cjs/grid/tests/grid-rtl-angular.js +3987 -1430
  69. package/dist/cjs/grid/tests/grid-rtl.js +4028 -1469
  70. package/dist/cjs/grid/tests/grid-selection-aggregates.js +3318 -742
  71. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +2038 -1537
  72. package/dist/cjs/grid/tests/grid-size-sm.js +1447 -946
  73. package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +4118 -1505
  74. package/dist/cjs/grid/tests/grid-sticky-columns.js +4445 -177
  75. package/dist/cjs/grid/tests/grid-sticky-multicolumn-headers.js +8571 -53
  76. package/dist/cjs/grid/tests/grid-toolbar.js +1896 -1349
  77. package/dist/cjs/grid/tests/grid-virtualization.js +8968 -450
  78. package/dist/cjs/grid/tests/grid.js +4055 -1496
  79. package/dist/cjs/index.js +2442 -2148
  80. package/dist/cjs/multiselect/templates/multiselect-prefix.js +838 -753
  81. package/dist/cjs/multiselect/templates/multiselect-suffix.js +838 -753
  82. package/dist/cjs/multiselect/tests/multiselect-adaptive.js +844 -759
  83. package/dist/cjs/multiselect/tests/multiselect-flat.js +868 -783
  84. package/dist/cjs/multiselect/tests/multiselect-grouping.js +844 -759
  85. package/dist/cjs/multiselect/tests/multiselect-opened.js +846 -761
  86. package/dist/cjs/multiselect/tests/multiselect-outline.js +868 -783
  87. package/dist/cjs/multiselect/tests/multiselect-prefix-suffix.js +875 -790
  88. package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +847 -762
  89. package/dist/cjs/multiselect/tests/multiselect-solid.js +868 -783
  90. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +877 -792
  91. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +891 -806
  92. package/dist/cjs/table/table-th.js +2 -0
  93. package/dist/cjs/table/templates/data-table-normal.js +2 -0
  94. package/dist/cjs/table/templates/table-list-virtualization.js +2 -0
  95. package/dist/cjs/table/templates/table-list.js +2 -0
  96. package/dist/cjs/table/templates/table-native.js +2 -0
  97. package/dist/cjs/table/tests/table-data-sizes.js +2 -0
  98. package/dist/cjs/table/tests/table-list-jquery.js +2 -0
  99. package/dist/cjs/table/tests/table-list-sizes.js +2 -0
  100. package/dist/cjs/table/tests/table-list-virtual.js +2 -0
  101. package/dist/cjs/table/tests/table-native-sizes.js +2 -0
  102. package/dist/cjs/table/tests/table-native-states.js +2 -0
  103. package/dist/esm/action-sheet/tests/action-sheet-data-table.js +2 -0
  104. package/dist/esm/autocomplete/tests/autocomplete-prefix-suffix.js +863 -778
  105. package/dist/esm/combobox/tests/combobox-prefix-suffix.js +863 -778
  106. package/dist/esm/dropdowngrid/dropdowngrid.spec.js +2 -0
  107. package/dist/esm/dropdowngrid/templates/dropdowngrid-adaptive.js +2 -0
  108. package/dist/esm/dropdowngrid/templates/dropdowngrid-normal.js +2 -0
  109. package/dist/esm/dropdowngrid/templates/dropdowngrid-popup.js +2 -0
  110. package/dist/esm/dropdowngrid/templates/dropdowngrid-prefix.js +2 -0
  111. package/dist/esm/dropdowngrid/templates/dropdowngrid-suffix.js +2 -0
  112. package/dist/esm/dropdowngrid/tests/dropdowngrid-adaptive.js +2 -0
  113. package/dist/esm/dropdowngrid/tests/dropdowngrid-flat.js +2 -0
  114. package/dist/esm/dropdowngrid/tests/dropdowngrid-opened.js +2 -0
  115. package/dist/esm/dropdowngrid/tests/dropdowngrid-outline.js +2 -0
  116. package/dist/esm/dropdowngrid/tests/dropdowngrid-prefix-suffix.js +2 -0
  117. package/dist/esm/dropdowngrid/tests/dropdowngrid-size-rounded.js +2 -0
  118. package/dist/esm/dropdowngrid/tests/dropdowngrid-solid.js +2 -0
  119. package/dist/esm/filemanager/templates/filemanager-grid-preview.js +2 -0
  120. package/dist/esm/filemanager/templates/filemanager-grid.js +2 -0
  121. package/dist/esm/filemanager/tests/filemanager-gridview-preview.js +763 -678
  122. package/dist/esm/filemanager/tests/filemanager-gridview.js +2 -0
  123. package/dist/esm/filemanager/tests/filemanager-listview-preview.js +717 -632
  124. package/dist/esm/form/tests/form-field-dropdowns.js +862 -777
  125. package/dist/esm/grid/grid-container.spec.js +24 -0
  126. package/dist/esm/grid/grid-content.spec.js +24 -0
  127. package/dist/esm/grid/grid-footer-table.spec.js +261 -0
  128. package/dist/esm/grid/grid-footer.spec.js +24 -0
  129. package/dist/esm/grid/grid-grouping-header.spec.js +35 -0
  130. package/dist/esm/grid/grid-header-cell.spec.js +4430 -0
  131. package/dist/esm/grid/grid-header-table.spec.js +261 -0
  132. package/dist/esm/grid/grid-header.spec.js +24 -0
  133. package/dist/esm/grid/grid-pager.spec.js +6042 -0
  134. package/dist/esm/grid/grid-table.spec.js +261 -0
  135. package/dist/esm/grid/grid-toolbar.spec.js +7860 -0
  136. package/dist/esm/grid/grid.spec.js +98 -0
  137. package/dist/esm/grid/tests/grid-adaptive-pager.js +2740 -380
  138. package/dist/esm/grid/tests/grid-adaptive-search.js +1865 -1323
  139. package/dist/esm/grid/tests/grid-angular.js +3831 -1311
  140. package/dist/esm/grid/tests/grid-column-menu-angular.js +4095 -115
  141. package/dist/esm/grid/tests/grid-column-menu-blazor.js +4095 -116
  142. package/dist/esm/grid/tests/grid-column-reordering-actions.js +2314 -2110
  143. package/dist/esm/grid/tests/grid-column-reordering.js +2320 -2116
  144. package/dist/esm/grid/tests/grid-column-resizing-actions.js +2863 -2659
  145. package/dist/esm/grid/tests/grid-editing-custom-editor.js +1107 -869
  146. package/dist/esm/grid/tests/grid-editing-inline-angular.js +1905 -1151
  147. package/dist/esm/grid/tests/grid-editing-inline-blazor.js +1914 -1156
  148. package/dist/esm/grid/tests/grid-editing.js +1391 -635
  149. package/dist/esm/grid/tests/grid-filter-menu-angular.js +4092 -100
  150. package/dist/esm/grid/tests/grid-filter-menu-blazor.js +4089 -101
  151. package/dist/esm/grid/tests/grid-filter-row-angular.js +1327 -576
  152. package/dist/esm/grid/tests/grid-filter-row-blazor.js +1313 -554
  153. package/dist/esm/grid/tests/grid-filter-row.js +1496 -59
  154. package/dist/esm/grid/tests/grid-grouping-actions.js +2280 -2076
  155. package/dist/esm/grid/tests/grid-grouping-blazor.js +4162 -141
  156. package/dist/esm/grid/tests/grid-grouping-detail-template.js +4297 -288
  157. package/dist/esm/grid/tests/grid-grouping.js +2679 -1888
  158. package/dist/esm/grid/tests/grid-hierarchy.js +4333 -43
  159. package/dist/esm/grid/tests/grid-locked-columns-rtl.js +4366 -208
  160. package/dist/esm/grid/tests/grid-locked-columns.js +4564 -425
  161. package/dist/esm/grid/tests/grid-long-titles.js +4316 -125
  162. package/dist/esm/grid/tests/grid-multicolumn-headers.js +4407 -135
  163. package/dist/esm/grid/tests/grid-no-records.js +8632 -49
  164. package/dist/esm/grid/tests/grid-pager.js +3139 -569
  165. package/dist/esm/grid/tests/grid-react-basic.js +8506 -128
  166. package/dist/esm/grid/tests/grid-react.js +4516 -190
  167. package/dist/esm/grid/tests/grid-row-reordering.js +1385 -1173
  168. package/dist/esm/grid/tests/grid-rows-resizing.js +2145 -1387
  169. package/dist/esm/grid/tests/grid-rows-states.js +8375 -105
  170. package/dist/esm/grid/tests/grid-rtl-angular.js +3974 -1417
  171. package/dist/esm/grid/tests/grid-rtl.js +4022 -1463
  172. package/dist/esm/grid/tests/grid-selection-aggregates.js +3143 -567
  173. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +2100 -1599
  174. package/dist/esm/grid/tests/grid-size-sm.js +1513 -1012
  175. package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +4113 -1500
  176. package/dist/esm/grid/tests/grid-sticky-columns.js +4445 -177
  177. package/dist/esm/grid/tests/grid-sticky-multicolumn-headers.js +8576 -54
  178. package/dist/esm/grid/tests/grid-toolbar.js +1906 -1359
  179. package/dist/esm/grid/tests/grid-virtualization.js +8975 -451
  180. package/dist/esm/grid/tests/grid.js +4052 -1493
  181. package/dist/esm/index.js +2442 -2148
  182. package/dist/esm/multiselect/templates/multiselect-prefix.js +838 -753
  183. package/dist/esm/multiselect/templates/multiselect-suffix.js +838 -753
  184. package/dist/esm/multiselect/tests/multiselect-adaptive.js +844 -759
  185. package/dist/esm/multiselect/tests/multiselect-flat.js +868 -783
  186. package/dist/esm/multiselect/tests/multiselect-grouping.js +844 -759
  187. package/dist/esm/multiselect/tests/multiselect-opened.js +846 -761
  188. package/dist/esm/multiselect/tests/multiselect-outline.js +868 -783
  189. package/dist/esm/multiselect/tests/multiselect-prefix-suffix.js +875 -790
  190. package/dist/esm/multiselect/tests/multiselect-size-rounded.js +847 -762
  191. package/dist/esm/multiselect/tests/multiselect-solid.js +868 -783
  192. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +877 -792
  193. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +891 -806
  194. package/dist/esm/table/table-th.js +2 -0
  195. package/dist/esm/table/templates/data-table-normal.js +2 -0
  196. package/dist/esm/table/templates/table-list-virtualization.js +2 -0
  197. package/dist/esm/table/templates/table-list.js +2 -0
  198. package/dist/esm/table/templates/table-native.js +2 -0
  199. package/dist/esm/table/tests/table-data-sizes.js +2 -0
  200. package/dist/esm/table/tests/table-list-jquery.js +2 -0
  201. package/dist/esm/table/tests/table-list-sizes.js +2 -0
  202. package/dist/esm/table/tests/table-list-virtual.js +2 -0
  203. package/dist/esm/table/tests/table-native-sizes.js +2 -0
  204. package/dist/esm/table/tests/table-native-states.js +2 -0
  205. package/dist/types/grid/grid-container.spec.d.ts +1 -0
  206. package/dist/types/grid/grid-content.spec.d.ts +1 -0
  207. package/dist/types/grid/grid-footer-table.spec.d.ts +3 -0
  208. package/dist/types/grid/grid-footer.spec.d.ts +1 -0
  209. package/dist/types/grid/grid-grouping-header.spec.d.ts +5 -0
  210. package/dist/types/grid/grid-header-cell.spec.d.ts +17 -0
  211. package/dist/types/grid/grid-header-table.spec.d.ts +3 -0
  212. package/dist/types/grid/grid-header.spec.d.ts +1 -0
  213. package/dist/types/grid/grid-pager.spec.d.ts +2 -0
  214. package/dist/types/grid/grid-table.spec.d.ts +3 -0
  215. package/dist/types/grid/grid-toolbar.spec.d.ts +2 -0
  216. package/dist/types/grid/grid.spec.d.ts +28 -0
  217. package/dist/types/grid/index.d.ts +12 -0
  218. package/dist/types/index.d.ts +1 -0
  219. package/dist/types/table/table-th.d.ts +1 -0
  220. package/package.json +2 -2
  221. package/src/grid/grid-container.spec.tsx +17 -0
  222. package/src/grid/grid-content.spec.tsx +16 -0
  223. package/src/grid/grid-footer-table.spec.tsx +20 -0
  224. package/src/grid/grid-footer.spec.tsx +17 -0
  225. package/src/grid/grid-grouping-header.spec.tsx +33 -0
  226. package/src/grid/grid-header-cell.spec.tsx +104 -0
  227. package/src/grid/grid-header-table.spec.tsx +20 -0
  228. package/src/grid/grid-header.spec.tsx +19 -0
  229. package/src/grid/grid-pager.spec.tsx +19 -0
  230. package/src/grid/grid-table.spec.tsx +20 -0
  231. package/src/grid/grid-toolbar.spec.tsx +19 -0
  232. package/src/grid/grid.spec.tsx +67 -0
  233. package/src/grid/index.ts +12 -0
  234. package/src/grid/tests/grid-adaptive-pager.tsx +9 -7
  235. package/src/grid/tests/grid-adaptive-search.tsx +11 -9
  236. package/src/grid/tests/grid-angular.tsx +154 -237
  237. package/src/grid/tests/grid-column-menu-angular.tsx +150 -181
  238. package/src/grid/tests/grid-column-menu-blazor.tsx +121 -189
  239. package/src/grid/tests/grid-column-reordering-actions.tsx +60 -97
  240. package/src/grid/tests/grid-column-reordering.tsx +60 -99
  241. package/src/grid/tests/grid-column-resizing-actions.tsx +60 -97
  242. package/src/grid/tests/grid-editing-custom-editor.tsx +168 -201
  243. package/src/grid/tests/grid-editing-inline-angular.tsx +132 -140
  244. package/src/grid/tests/grid-editing-inline-blazor.tsx +97 -118
  245. package/src/grid/tests/grid-editing.tsx +133 -163
  246. package/src/grid/tests/grid-filter-menu-angular.tsx +171 -174
  247. package/src/grid/tests/grid-filter-menu-blazor.tsx +114 -171
  248. package/src/grid/tests/grid-filter-row-angular.tsx +171 -182
  249. package/src/grid/tests/grid-filter-row-blazor.tsx +116 -153
  250. package/src/grid/tests/grid-filter-row.tsx +110 -109
  251. package/src/grid/tests/grid-grouping-actions.tsx +60 -98
  252. package/src/grid/tests/grid-grouping-blazor.tsx +162 -241
  253. package/src/grid/tests/grid-grouping-detail-template.tsx +383 -375
  254. package/src/grid/tests/grid-grouping.tsx +195 -293
  255. package/src/grid/tests/grid-hierarchy.tsx +82 -93
  256. package/src/grid/tests/grid-locked-columns-rtl.tsx +224 -312
  257. package/src/grid/tests/grid-locked-columns.tsx +414 -572
  258. package/src/grid/tests/grid-long-titles.tsx +122 -210
  259. package/src/grid/tests/grid-multicolumn-headers.tsx +114 -208
  260. package/src/grid/tests/grid-no-records.tsx +60 -82
  261. package/src/grid/tests/grid-pager.tsx +144 -197
  262. package/src/grid/tests/grid-react-basic.tsx +138 -172
  263. package/src/grid/tests/grid-react.tsx +224 -235
  264. package/src/grid/tests/grid-row-reordering.tsx +69 -104
  265. package/src/grid/tests/grid-rows-resizing.tsx +130 -159
  266. package/src/grid/tests/grid-rows-states.tsx +106 -104
  267. package/src/grid/tests/grid-rtl-angular.tsx +114 -168
  268. package/src/grid/tests/grid-rtl.tsx +104 -149
  269. package/src/grid/tests/grid-selection-aggregates.tsx +96 -115
  270. package/src/grid/tests/grid-size-sm-comp-sm.tsx +239 -323
  271. package/src/grid/tests/grid-size-sm.tsx +239 -326
  272. package/src/grid/tests/grid-sticky-columns-rtl.tsx +112 -140
  273. package/src/grid/tests/grid-sticky-columns.tsx +208 -312
  274. package/src/grid/tests/grid-sticky-multicolumn-headers.tsx +52 -159
  275. package/src/grid/tests/grid-toolbar.tsx +43 -43
  276. package/src/grid/tests/grid-virtualization.tsx +614 -758
  277. package/src/grid/tests/grid.tsx +141 -196
  278. package/src/index.ts +1 -1
  279. package/src/table/table-th.tsx +3 -0
@@ -4474,67 +4474,10 @@ var import_jsx_runtime6 = require("react/jsx-runtime");
4474
4474
  // src/button/templates/text-button.tsx
4475
4475
  var import_jsx_runtime7 = require("react/jsx-runtime");
4476
4476
 
4477
- // src/button-group/button-group.spec.tsx
4478
- var import_jsx_runtime8 = require("react/jsx-runtime");
4479
- var BUTTONGROUP_CLASSNAME = `k-button-group`;
4480
- var states5 = [
4481
- States.disabled
4482
- ];
4483
- var options5 = {
4484
- fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
4485
- };
4486
- var defaultProps5 = {
4487
- fillMode: FillMode.solid
4488
- };
4489
- var ButtonGroup = (props) => {
4490
- const {
4491
- fillMode = defaultProps5.fillMode,
4492
- disabled,
4493
- stretched,
4494
- ...other
4495
- } = props;
4496
- return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
4497
- "div",
4498
- {
4499
- ...other,
4500
- className: classNames(
4501
- props.className,
4502
- BUTTONGROUP_CLASSNAME,
4503
- optionClassNames(BUTTONGROUP_CLASSNAME, {
4504
- fillMode
4505
- }),
4506
- stateClassNames(BUTTONGROUP_CLASSNAME, {
4507
- disabled
4508
- }),
4509
- {
4510
- [`${BUTTONGROUP_CLASSNAME}-stretched`]: stretched
4511
- }
4512
- ),
4513
- children: props.children
4514
- }
4515
- );
4516
- };
4517
- ButtonGroup.states = states5;
4518
- ButtonGroup.options = options5;
4519
- ButtonGroup.className = BUTTONGROUP_CLASSNAME;
4520
- ButtonGroup.defaultProps = defaultProps5;
4521
-
4522
- // src/button-group/templates/icon-button-group.tsx
4523
- var import_jsx_runtime9 = require("react/jsx-runtime");
4524
-
4525
- // src/button-group/templates/icon-text-button-group.tsx
4526
- var import_jsx_runtime10 = require("react/jsx-runtime");
4527
-
4528
- // src/button-group/templates/text-button-group.tsx
4529
- var import_jsx_runtime11 = require("react/jsx-runtime");
4530
-
4531
- // src/button-group/templates/mixed-button-group.tsx
4532
- var import_jsx_runtime12 = require("react/jsx-runtime");
4533
-
4534
4477
  // src/input/input.spec.tsx
4535
- var import_jsx_runtime13 = require("react/jsx-runtime");
4478
+ var import_jsx_runtime8 = require("react/jsx-runtime");
4536
4479
  var INPUT_CLASSNAME = `k-input`;
4537
- var states6 = [
4480
+ var states5 = [
4538
4481
  States.hover,
4539
4482
  States.focus,
4540
4483
  States.valid,
@@ -4544,12 +4487,12 @@ var states6 = [
4544
4487
  States.loading,
4545
4488
  States.readonly
4546
4489
  ];
4547
- var options6 = {
4490
+ var options5 = {
4548
4491
  size: [Size.small, Size.medium, Size.large],
4549
4492
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4550
4493
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4551
4494
  };
4552
- var defaultProps6 = {
4495
+ var defaultProps5 = {
4553
4496
  size: Size.medium,
4554
4497
  rounded: Size.medium,
4555
4498
  fillMode: FillMode.solid
@@ -4563,12 +4506,12 @@ var Input = (props) => {
4563
4506
  valid,
4564
4507
  loading,
4565
4508
  readonly,
4566
- size = defaultProps6.size,
4567
- rounded = defaultProps6.rounded,
4568
- fillMode = defaultProps6.fillMode,
4509
+ size = defaultProps5.size,
4510
+ rounded = defaultProps5.rounded,
4511
+ fillMode = defaultProps5.fillMode,
4569
4512
  ...other
4570
4513
  } = props;
4571
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
4514
+ return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
4572
4515
  "span",
4573
4516
  {
4574
4517
  ...other,
@@ -4581,13 +4524,13 @@ var Input = (props) => {
4581
4524
  }
4582
4525
  );
4583
4526
  };
4584
- Input.states = states6;
4585
- Input.options = options6;
4527
+ Input.states = states5;
4528
+ Input.options = options5;
4586
4529
  Input.className = INPUT_CLASSNAME;
4587
- Input.defaultProps = defaultProps6;
4530
+ Input.defaultProps = defaultProps5;
4588
4531
 
4589
4532
  // src/input/picker.spec.tsx
4590
- var import_jsx_runtime14 = require("react/jsx-runtime");
4533
+ var import_jsx_runtime9 = require("react/jsx-runtime");
4591
4534
  var PICKER_CLASSNAME = `k-picker`;
4592
4535
  var pickerStates = [
4593
4536
  States.hover,
@@ -4604,7 +4547,7 @@ var pickerOptions = {
4604
4547
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4605
4548
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4606
4549
  };
4607
- var defaultProps7 = {
4550
+ var defaultProps6 = {
4608
4551
  size: Size.medium,
4609
4552
  rounded: Roundness.medium,
4610
4553
  fillMode: FillMode.solid
@@ -4618,12 +4561,12 @@ var Picker = (props) => {
4618
4561
  valid,
4619
4562
  loading,
4620
4563
  readonly,
4621
- size = defaultProps7.size,
4622
- rounded = defaultProps7.rounded,
4623
- fillMode = defaultProps7.fillMode,
4564
+ size = defaultProps6.size,
4565
+ rounded = defaultProps6.rounded,
4566
+ fillMode = defaultProps6.fillMode,
4624
4567
  ...other
4625
4568
  } = props;
4626
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
4569
+ return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
4627
4570
  "span",
4628
4571
  {
4629
4572
  ...other,
@@ -4640,17 +4583,17 @@ var Picker = (props) => {
4640
4583
  Picker.states = pickerStates;
4641
4584
  Picker.options = pickerOptions;
4642
4585
  Picker.className = PICKER_CLASSNAME;
4643
- Picker.defaultProps = defaultProps7;
4586
+ Picker.defaultProps = defaultProps6;
4644
4587
 
4645
4588
  // src/input/input-clear-value.tsx
4646
- var import_jsx_runtime15 = require("react/jsx-runtime");
4589
+ var import_jsx_runtime10 = require("react/jsx-runtime");
4647
4590
  var className = `k-clear-value`;
4648
- var states7 = [
4591
+ var states6 = [
4649
4592
  States.disabled,
4650
4593
  States.loading,
4651
4594
  States.readonly
4652
4595
  ];
4653
- var options7 = {};
4596
+ var options6 = {};
4654
4597
  var InputClearValue = (props) => {
4655
4598
  const {
4656
4599
  disabled,
@@ -4659,20 +4602,20 @@ var InputClearValue = (props) => {
4659
4602
  value
4660
4603
  } = props;
4661
4604
  if (disabled || readonly || loading || !value) {
4662
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_jsx_runtime15.Fragment, {});
4605
+ return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(import_jsx_runtime10.Fragment, {});
4663
4606
  }
4664
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Icon, { icon: "x" }) });
4607
+ return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(Icon, { icon: "x" }) });
4665
4608
  };
4666
- InputClearValue.states = states7;
4667
- InputClearValue.options = options7;
4609
+ InputClearValue.states = states6;
4610
+ InputClearValue.options = options6;
4668
4611
  InputClearValue.className = className;
4669
4612
 
4670
4613
  // src/input/input-inner-input.tsx
4671
- var import_jsx_runtime16 = require("react/jsx-runtime");
4614
+ var import_jsx_runtime11 = require("react/jsx-runtime");
4672
4615
  var className2 = `k-input-inner`;
4673
- var states8 = [];
4674
- var options8 = {};
4675
- var defaultProps8 = {
4616
+ var states7 = [];
4617
+ var options7 = {};
4618
+ var defaultProps7 = {
4676
4619
  type: "text",
4677
4620
  autocomplete: "off",
4678
4621
  value: "",
@@ -4680,13 +4623,13 @@ var defaultProps8 = {
4680
4623
  };
4681
4624
  var InputInnerInput = (props) => {
4682
4625
  const {
4683
- value = defaultProps8.value,
4684
- type = defaultProps8.type,
4685
- placeholder = defaultProps8.placeholder,
4686
- autocomplete = defaultProps8.autocomplete,
4626
+ value = defaultProps7.value,
4627
+ type = defaultProps7.type,
4628
+ placeholder = defaultProps7.placeholder,
4629
+ autocomplete = defaultProps7.autocomplete,
4687
4630
  ...other
4688
4631
  } = props;
4689
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
4632
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
4690
4633
  "input",
4691
4634
  {
4692
4635
  ...other,
@@ -4698,15 +4641,15 @@ var InputInnerInput = (props) => {
4698
4641
  }
4699
4642
  );
4700
4643
  };
4701
- InputInnerInput.states = states8;
4702
- InputInnerInput.options = options8;
4644
+ InputInnerInput.states = states7;
4645
+ InputInnerInput.options = options7;
4703
4646
  InputInnerInput.className = className2;
4704
4647
 
4705
4648
  // src/input/input-inner-span.tsx
4706
- var import_jsx_runtime17 = require("react/jsx-runtime");
4649
+ var import_jsx_runtime12 = require("react/jsx-runtime");
4707
4650
  var className3 = `k-input-inner`;
4708
- var states9 = [];
4709
- var options9 = {};
4651
+ var states8 = [];
4652
+ var options8 = {};
4710
4653
  var InputInnerSpan = (props) => {
4711
4654
  const {
4712
4655
  value,
@@ -4716,41 +4659,41 @@ var InputInnerSpan = (props) => {
4716
4659
  valueIconName,
4717
4660
  ...other
4718
4661
  } = props;
4719
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
4662
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
4720
4663
  "span",
4721
4664
  {
4722
4665
  ...other,
4723
4666
  className: classNames(props.className, className3, optionClassNames(className3, props)),
4724
4667
  children: [
4725
4668
  valueIcon,
4726
- !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4669
+ !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4727
4670
  showValue && !value && placeholder,
4728
- showValue && value && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("span", { className: "k-input-value-text", children: value })
4671
+ showValue && value && /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-input-value-text", children: value })
4729
4672
  ]
4730
4673
  }
4731
4674
  );
4732
4675
  };
4733
- InputInnerSpan.states = states9;
4734
- InputInnerSpan.options = options9;
4676
+ InputInnerSpan.states = states8;
4677
+ InputInnerSpan.options = options8;
4735
4678
  InputInnerSpan.className = className3;
4736
4679
 
4737
4680
  // src/input/input-inner-textarea.tsx
4738
- var import_jsx_runtime18 = require("react/jsx-runtime");
4739
- var defaultProps9 = {
4681
+ var import_jsx_runtime13 = require("react/jsx-runtime");
4682
+ var defaultProps8 = {
4740
4683
  value: "",
4741
4684
  placeholder: ""
4742
4685
  };
4743
4686
  var className4 = `k-input-inner`;
4744
- var states10 = [];
4745
- var options10 = {};
4687
+ var states9 = [];
4688
+ var options9 = {};
4746
4689
  var InputInnerTextarea = (props) => {
4747
4690
  const {
4748
- value = defaultProps9.value,
4749
- placeholder = defaultProps9.placeholder,
4691
+ value = defaultProps8.value,
4692
+ placeholder = defaultProps8.placeholder,
4750
4693
  rows,
4751
4694
  ...other
4752
4695
  } = props;
4753
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
4696
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
4754
4697
  "textarea",
4755
4698
  {
4756
4699
  ...other,
@@ -4761,14 +4704,14 @@ var InputInnerTextarea = (props) => {
4761
4704
  }
4762
4705
  );
4763
4706
  };
4764
- InputInnerTextarea.states = states10;
4765
- InputInnerTextarea.options = options10;
4707
+ InputInnerTextarea.states = states9;
4708
+ InputInnerTextarea.options = options9;
4766
4709
  InputInnerTextarea.className = className4;
4767
4710
 
4768
4711
  // src/input/input-loading-icon.tsx
4769
- var import_jsx_runtime19 = require("react/jsx-runtime");
4712
+ var import_jsx_runtime14 = require("react/jsx-runtime");
4770
4713
  var className5 = `k-input-loading-icon`;
4771
- var states11 = [
4714
+ var states10 = [
4772
4715
  States.disabled,
4773
4716
  States.loading
4774
4717
  ];
@@ -4778,21 +4721,21 @@ var InputLoadingIcon = (props) => {
4778
4721
  loading
4779
4722
  } = props;
4780
4723
  if (disabled || !loading) {
4781
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_jsx_runtime19.Fragment, {});
4724
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_jsx_runtime14.Fragment, {});
4782
4725
  }
4783
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: classNames(props.className, className5, "k-icon k-i-loading") });
4726
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("span", { className: classNames(props.className, className5, "k-icon k-i-loading") });
4784
4727
  };
4785
4728
 
4786
4729
  // src/input/input-validation-icon.tsx
4787
- var import_jsx_runtime20 = require("react/jsx-runtime");
4730
+ var import_jsx_runtime15 = require("react/jsx-runtime");
4788
4731
  var className6 = `k-input-validation-icon`;
4789
- var states12 = [
4732
+ var states11 = [
4790
4733
  States.valid,
4791
4734
  States.invalid,
4792
4735
  States.disabled,
4793
4736
  States.loading
4794
4737
  ];
4795
- var options11 = {};
4738
+ var options10 = {};
4796
4739
  var InputValidationIcon = (props) => {
4797
4740
  const {
4798
4741
  valid,
@@ -4803,29 +4746,29 @@ var InputValidationIcon = (props) => {
4803
4746
  const iconName = invalid ? "warning-circle" : "check-circle";
4804
4747
  const renderValidationIcon = Boolean(valid || invalid);
4805
4748
  if (disabled || loading || !renderValidationIcon) {
4806
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_jsx_runtime20.Fragment, {});
4749
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_jsx_runtime15.Fragment, {});
4807
4750
  }
4808
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(Icon, { className: classNames(className6), icon: iconName });
4751
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Icon, { className: classNames(className6), icon: iconName });
4809
4752
  };
4810
- InputValidationIcon.states = states12;
4811
- InputValidationIcon.options = options11;
4753
+ InputValidationIcon.states = states11;
4754
+ InputValidationIcon.options = options10;
4812
4755
  InputValidationIcon.className = className6;
4813
4756
 
4814
4757
  // src/input/input-prefix.tsx
4815
- var import_jsx_runtime21 = require("react/jsx-runtime");
4758
+ var import_jsx_runtime16 = require("react/jsx-runtime");
4816
4759
  var className7 = `k-input-prefix`;
4817
- var defaultProps10 = {
4760
+ var defaultProps9 = {
4818
4761
  direction: "horizontal"
4819
4762
  };
4820
4763
  var InputPrefix = (props) => {
4821
4764
  const {
4822
- direction = defaultProps10.direction,
4765
+ direction = defaultProps9.direction,
4823
4766
  ...other
4824
4767
  } = props;
4825
4768
  if (!props.children) {
4826
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_jsx_runtime21.Fragment, {});
4769
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_jsx_runtime16.Fragment, {});
4827
4770
  }
4828
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4771
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
4829
4772
  "span",
4830
4773
  {
4831
4774
  ...other,
@@ -4842,20 +4785,20 @@ var InputPrefix = (props) => {
4842
4785
  };
4843
4786
 
4844
4787
  // src/input/input-suffix.tsx
4845
- var import_jsx_runtime22 = require("react/jsx-runtime");
4788
+ var import_jsx_runtime17 = require("react/jsx-runtime");
4846
4789
  var className8 = `k-input-suffix`;
4847
- var defaultProps11 = {
4790
+ var defaultProps10 = {
4848
4791
  direction: "horizontal"
4849
4792
  };
4850
4793
  var InputSuffix = (props) => {
4851
4794
  const {
4852
- direction = defaultProps11.direction,
4795
+ direction = defaultProps10.direction,
4853
4796
  ...other
4854
4797
  } = props;
4855
4798
  if (!props.children) {
4856
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_jsx_runtime22.Fragment, {});
4799
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_jsx_runtime17.Fragment, {});
4857
4800
  }
4858
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
4801
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
4859
4802
  "span",
4860
4803
  {
4861
4804
  ...other,
@@ -4872,23 +4815,23 @@ var InputSuffix = (props) => {
4872
4815
  };
4873
4816
 
4874
4817
  // src/input/input-prefix-text.tsx
4875
- var import_jsx_runtime23 = require("react/jsx-runtime");
4818
+ var import_jsx_runtime18 = require("react/jsx-runtime");
4876
4819
 
4877
4820
  // src/input/input-suffix-text.tsx
4878
- var import_jsx_runtime24 = require("react/jsx-runtime");
4821
+ var import_jsx_runtime19 = require("react/jsx-runtime");
4879
4822
 
4880
4823
  // src/input/input-separator.tsx
4881
- var import_jsx_runtime25 = require("react/jsx-runtime");
4824
+ var import_jsx_runtime20 = require("react/jsx-runtime");
4882
4825
  var className9 = `k-input-separator`;
4883
- var defaultProps12 = {
4826
+ var defaultProps11 = {
4884
4827
  direction: "vertical"
4885
4828
  };
4886
4829
  var InputSeparator = (props) => {
4887
4830
  const {
4888
- direction = defaultProps12.direction,
4831
+ direction = defaultProps11.direction,
4889
4832
  ...other
4890
4833
  } = props;
4891
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
4834
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
4892
4835
  "span",
4893
4836
  {
4894
4837
  ...other,
@@ -4903,497 +4846,647 @@ var InputSeparator = (props) => {
4903
4846
  );
4904
4847
  };
4905
4848
 
4906
- // src/color-preview/color-preview.tsx
4907
- var import_jsx_runtime26 = require("react/jsx-runtime");
4908
- var COLORPREVIEW_CLASSNAME = `k-color-preview`;
4909
- var states13 = [];
4910
- var options12 = {};
4911
- var ColorPreview = (props) => {
4849
+ // src/searchbox/searchbox.spec.tsx
4850
+ var import_jsx_runtime21 = require("react/jsx-runtime");
4851
+ var SEARCHBOX_CLASSNAME = `k-searchbox`;
4852
+ var states12 = [
4853
+ States.hover,
4854
+ States.focus,
4855
+ States.valid,
4856
+ States.invalid,
4857
+ States.required,
4858
+ States.disabled,
4859
+ States.loading
4860
+ ];
4861
+ var options11 = {
4862
+ size: [Size.small, Size.medium, Size.large],
4863
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4864
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4865
+ };
4866
+ var defaultProps12 = {
4867
+ showIcon: true,
4868
+ icon: "search",
4869
+ size: Input.defaultProps.size,
4870
+ rounded: Input.defaultProps.rounded,
4871
+ fillMode: Input.defaultProps.fillMode
4872
+ };
4873
+ var Searchbox = (props) => {
4912
4874
  const {
4913
- color,
4914
- iconName,
4875
+ value,
4876
+ placeholder,
4877
+ size,
4878
+ rounded,
4879
+ fillMode,
4880
+ hover,
4881
+ focus,
4882
+ valid,
4883
+ invalid,
4884
+ required,
4885
+ loading,
4886
+ disabled,
4887
+ showIcon = defaultProps12.showIcon,
4888
+ icon = defaultProps12.icon,
4915
4889
  ...other
4916
4890
  } = props;
4917
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
4918
- "span",
4891
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
4892
+ Input,
4919
4893
  {
4920
4894
  ...other,
4921
- className: classNames(
4922
- props.className,
4923
- COLORPREVIEW_CLASSNAME,
4924
- {
4925
- "k-icon-color-preview": iconName,
4926
- "k-no-color": !color
4927
- }
4928
- ),
4895
+ size,
4896
+ rounded,
4897
+ fillMode,
4898
+ hover,
4899
+ focus,
4900
+ valid,
4901
+ invalid,
4902
+ required,
4903
+ loading,
4904
+ disabled,
4905
+ className: classNames(props.className, SEARCHBOX_CLASSNAME),
4929
4906
  children: [
4930
- iconName && /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
4931
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
4932
- "span",
4933
- {
4934
- className: "k-color-preview-mask",
4935
- style: { backgroundColor: color }
4936
- }
4937
- )
4907
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(Icon, { className: "k-input-icon", icon }),
4908
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(InputInnerInput, { placeholder, value }),
4909
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(InputLoadingIcon, { ...props }),
4910
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(InputValidationIcon, { ...props }),
4911
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(InputClearValue, { ...props })
4938
4912
  ]
4939
4913
  }
4940
4914
  );
4941
4915
  };
4942
- ColorPreview.states = states13;
4943
- ColorPreview.options = options12;
4944
- ColorPreview.className = COLORPREVIEW_CLASSNAME;
4916
+ Searchbox.states = states12;
4917
+ Searchbox.options = options11;
4918
+ Searchbox.className = SEARCHBOX_CLASSNAME;
4919
+ Searchbox.defaultProps = defaultProps12;
4945
4920
 
4946
- // src/animation-container/animation-container.spec.tsx
4947
- var import_jsx_runtime27 = require("react/jsx-runtime");
4948
- var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4949
- var states14 = [];
4950
- var options13 = {};
4921
+ // src/searchbox/templates/searchbox-normal.tsx
4922
+ var import_jsx_runtime22 = require("react/jsx-runtime");
4923
+
4924
+ // src/grid/grid.spec.tsx
4925
+ var import_jsx_runtime23 = require("react/jsx-runtime");
4926
+ var GRID_CLASSNAME = "k-grid";
4927
+ var states13 = [];
4928
+ var options12 = {
4929
+ size: [Size.small, Size.medium, Size.large]
4930
+ };
4951
4931
  var defaultProps13 = {
4952
- positionMode: "absolute"
4932
+ size: Size.medium,
4933
+ pagerPosition: "bottom"
4953
4934
  };
4954
- var AnimationContainer = (props) => {
4935
+ var Grid = (props) => {
4955
4936
  const {
4956
- positionMode,
4957
- animationStyle,
4958
- offset,
4937
+ size = defaultProps13.size,
4938
+ toolbar,
4939
+ pager,
4940
+ pagerPosition,
4941
+ groupingHeader,
4942
+ _renderAriaRoot,
4959
4943
  ...other
4960
4944
  } = props;
4961
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
4945
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
4962
4946
  "div",
4963
4947
  {
4964
4948
  ...other,
4965
- style: { ...offset, ...props.style },
4966
4949
  className: classNames(
4967
- ANIMATION_CONTAINER_CLASSNAME,
4968
- "k-animation-container-shown",
4969
- {
4970
- ["k-animation-container-fixed"]: positionMode === "fixed"
4971
- }
4950
+ props.className,
4951
+ GRID_CLASSNAME,
4952
+ optionClassNames(GRID_CLASSNAME, { size })
4972
4953
  ),
4973
- children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4954
+ children: [
4955
+ toolbar,
4956
+ pagerPosition === "top" && pager,
4957
+ groupingHeader,
4958
+ props.children && _renderAriaRoot ? /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("div", { className: "k-grid-aria-root", children: props.children }) : props.children,
4959
+ pagerPosition === "bottom" && pager
4960
+ ]
4974
4961
  }
4975
4962
  );
4976
4963
  };
4977
- AnimationContainer.states = states14;
4978
- AnimationContainer.options = options13;
4979
- AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4980
- AnimationContainer.defaultProps = defaultProps13;
4964
+ Grid.states = states13;
4965
+ Grid.options = options12;
4966
+ Grid.className = GRID_CLASSNAME;
4967
+ Grid.defaultProps = defaultProps13;
4981
4968
 
4982
- // src/popup/popup.spec.tsx
4983
- var import_jsx_runtime28 = require("react/jsx-runtime");
4984
- var POPUP_CLASSNAME = `k-popup`;
4985
- var states15 = [];
4986
- var options14 = {};
4969
+ // src/grid/grid-header.spec.tsx
4970
+ var import_jsx_runtime24 = require("react/jsx-runtime");
4971
+ var className10 = `k-grid-header`;
4972
+ var GridHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
4973
+ "div",
4974
+ {
4975
+ ...props,
4976
+ className: classNames(
4977
+ props.className,
4978
+ className10
4979
+ ),
4980
+ children: props.children
4981
+ }
4982
+ );
4983
+
4984
+ // src/grid/grid-grouping-header.spec.tsx
4985
+ var import_jsx_runtime25 = require("react/jsx-runtime");
4986
+
4987
+ // src/table/data-table.spec.tsx
4988
+ var import_jsx_runtime26 = require("react/jsx-runtime");
4989
+ var DATATABLE_CLASSNAME = `k-data-table`;
4990
+ var states14 = [];
4991
+ var options13 = {
4992
+ size: [Size.small, Size.medium, Size.large]
4993
+ };
4987
4994
  var defaultProps14 = {
4988
- positionMode: "absolute"
4995
+ size: Size.medium
4989
4996
  };
4990
- var Popup = (props) => {
4997
+ var DataTable = (props) => {
4991
4998
  const {
4992
- offset,
4993
- positionMode,
4999
+ size = defaultProps14.size,
4994
5000
  ...other
4995
5001
  } = props;
4996
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
4997
- AnimationContainer,
5002
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
5003
+ "div",
4998
5004
  {
4999
- positionMode,
5000
- offset,
5001
- children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5005
+ ...other,
5006
+ className: classNames(
5007
+ props.className,
5008
+ DATATABLE_CLASSNAME,
5009
+ optionClassNames("k-table", {
5010
+ size
5011
+ })
5012
+ ),
5013
+ children: props.children
5002
5014
  }
5003
5015
  );
5004
5016
  };
5005
- Popup.states = states15;
5006
- Popup.options = options14;
5007
- Popup.className = POPUP_CLASSNAME;
5008
- Popup.defaultProps = defaultProps14;
5017
+ DataTable.states = states14;
5018
+ DataTable.options = options13;
5019
+ DataTable.className = DATATABLE_CLASSNAME;
5020
+ DataTable.defaultProps = defaultProps14;
5009
5021
 
5010
- // src/colorpicker/colorpicker.spec.tsx
5022
+ // src/table/table-header.tsx
5023
+ var import_jsx_runtime27 = require("react/jsx-runtime");
5024
+
5025
+ // src/table/table-body.tsx
5026
+ var import_jsx_runtime28 = require("react/jsx-runtime");
5027
+
5028
+ // src/table/table-footer.tsx
5011
5029
  var import_jsx_runtime29 = require("react/jsx-runtime");
5012
- var COLORPICKER_CLASSNAME = `k-colorpicker`;
5013
- var states16 = [
5014
- States.hover,
5015
- States.focus,
5016
- States.valid,
5017
- States.invalid,
5018
- States.required,
5019
- States.disabled
5020
- ];
5021
- var options15 = {
5022
- size: [Size.small, Size.medium, Size.large],
5023
- rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5024
- fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5025
- };
5026
- var defaultProps15 = {
5027
- arrowIconName: "caret-alt-down",
5028
- size: Picker.defaultProps.size,
5029
- rounded: Picker.defaultProps.rounded,
5030
- fillMode: Picker.defaultProps.fillMode
5030
+
5031
+ // src/table/table.spec.tsx
5032
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5033
+ var TABLE_CLASSNAME = `k-table`;
5034
+ var states15 = [];
5035
+ var options14 = {
5036
+ size: [Size.small, Size.medium, Size.large]
5031
5037
  };
5032
- var ColorPicker = (props) => {
5038
+ var defaultProps15 = {};
5039
+ var Table = (props) => {
5033
5040
  const {
5034
- prefix,
5035
- suffix,
5036
- value,
5037
- placeholder,
5038
5041
  size,
5039
- rounded,
5040
- fillMode,
5041
- hover,
5042
- focus,
5043
- valid,
5044
- invalid,
5045
- required,
5046
- disabled,
5047
- valueIconName,
5048
- arrowIconName = defaultProps15.arrowIconName,
5049
- popup,
5050
- opened,
5051
5042
  ...other
5052
5043
  } = props;
5053
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(import_jsx_runtime29.Fragment, { children: [
5054
- /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
5055
- Picker,
5056
- {
5057
- ...other,
5058
- size,
5059
- rounded,
5060
- fillMode,
5061
- hover,
5062
- focus,
5063
- valid,
5064
- invalid,
5065
- required,
5066
- disabled,
5067
- className: classNames(
5068
- props.className,
5069
- COLORPICKER_CLASSNAME,
5070
- "k-icon-picker"
5071
- ),
5072
- children: [
5073
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(InputPrefix, { children: prefix }),
5074
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5075
- InputInnerSpan,
5076
- {
5077
- placeholder,
5078
- value,
5079
- showValue: false,
5080
- valueIcon: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5081
- ColorPreview,
5082
- {
5083
- className: "k-value-icon",
5084
- color: value,
5085
- iconName: valueIconName
5086
- }
5087
- ),
5088
- valueIconName
5089
- }
5090
- ),
5091
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(InputSuffix, { children: suffix }),
5092
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5093
- Button,
5094
- {
5095
- className: "k-input-button",
5096
- icon: arrowIconName,
5097
- rounded: null,
5098
- size,
5099
- fillMode
5100
- }
5101
- )
5102
- ]
5103
- }
5104
- ),
5105
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Popup, { className: "k-color-picker-popup", children: popup })
5106
- ] });
5044
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5045
+ "table",
5046
+ {
5047
+ ...other,
5048
+ className: classNames(
5049
+ props.className,
5050
+ TABLE_CLASSNAME,
5051
+ optionClassNames(TABLE_CLASSNAME, {
5052
+ size
5053
+ })
5054
+ ),
5055
+ children: props.children
5056
+ }
5057
+ );
5107
5058
  };
5108
- ColorPicker.states = states16;
5109
- ColorPicker.options = options15;
5110
- ColorPicker.className = COLORPICKER_CLASSNAME;
5111
- ColorPicker.defaultProps = defaultProps15;
5112
-
5113
- // src/colorpicker/templates/colorpicker-normal.tsx
5114
- var import_jsx_runtime30 = require("react/jsx-runtime");
5059
+ Table.states = states15;
5060
+ Table.options = options14;
5061
+ Table.className = TABLE_CLASSNAME;
5062
+ Table.defaultProps = defaultProps15;
5115
5063
 
5116
- // src/action-buttons/action-buttons.spec.tsx
5064
+ // src/table/table-list.spec.tsx
5117
5065
  var import_jsx_runtime31 = require("react/jsx-runtime");
5118
- var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5119
- var states17 = [];
5120
- var options16 = {};
5121
- var defaultProps16 = {
5122
- alignment: "start",
5123
- orientation: "horizontal"
5066
+ var TABLELIST_CLASSNAME = `k-table-list`;
5067
+ var states16 = [];
5068
+ var options15 = {
5069
+ size: [Size.small, Size.medium, Size.large]
5124
5070
  };
5125
- var ActionButtons = (props) => {
5071
+ var defaultProps16 = {};
5072
+ var TableList = (props) => {
5126
5073
  const {
5127
- alignment = defaultProps16.alignment,
5128
- orientation = defaultProps16.orientation,
5074
+ size,
5075
+ virtualization,
5129
5076
  ...other
5130
5077
  } = props;
5131
5078
  return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5132
- "div",
5079
+ "ul",
5133
5080
  {
5134
5081
  ...other,
5135
5082
  className: classNames(
5136
- ACTIONBUTTONS_CLASSNAME,
5083
+ props.className,
5084
+ "k-table",
5085
+ TABLELIST_CLASSNAME,
5086
+ optionClassNames(TABLELIST_CLASSNAME, {
5087
+ size
5088
+ }),
5137
5089
  {
5138
- [`${ACTIONBUTTONS_CLASSNAME}-${alignment}`]: alignment,
5139
- [`${ACTIONBUTTONS_CLASSNAME}-${orientation}`]: orientation
5140
- },
5141
- props.className
5090
+ "k-virtual-table": virtualization
5091
+ }
5142
5092
  ),
5143
5093
  children: props.children
5144
5094
  }
5145
5095
  );
5146
5096
  };
5147
- ActionButtons.states = states17;
5148
- ActionButtons.options = options16;
5149
- ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
5150
- ActionButtons.defaultProps = defaultProps16;
5151
- var action_buttons_spec_default = ActionButtons;
5097
+ TableList.states = states16;
5098
+ TableList.options = options15;
5099
+ TableList.className = TABLELIST_CLASSNAME;
5100
+ TableList.defaultProps = defaultProps16;
5152
5101
 
5153
- // src/slider/slider.spec.tsx
5102
+ // src/table/table-thead.tsx
5154
5103
  var import_jsx_runtime32 = require("react/jsx-runtime");
5155
- var SLIDER_CLASSNAME = "k-slider";
5156
- var states18 = [
5104
+ var className11 = `k-table-thead`;
5105
+ var TableThead = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5106
+ "thead",
5107
+ {
5108
+ className: classNames(
5109
+ props.className,
5110
+ className11
5111
+ ),
5112
+ children: props.children
5113
+ }
5114
+ );
5115
+
5116
+ // src/table/table-tbody.tsx
5117
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5118
+ var className12 = `k-table-tbody`;
5119
+ var TableTbody = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5120
+ "tbody",
5121
+ {
5122
+ className: classNames(
5123
+ props.className,
5124
+ className12
5125
+ ),
5126
+ children: props.children
5127
+ }
5128
+ );
5129
+
5130
+ // src/table/table-tfoot.tsx
5131
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5132
+
5133
+ // src/table/table-row.tsx
5134
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5135
+ var TABLEROW_CLASSNAME = `k-table-row`;
5136
+ var states17 = [
5157
5137
  States.hover,
5158
5138
  States.focus,
5159
- States.active,
5160
- States.disabled,
5161
- States.readonly
5139
+ States.selected,
5140
+ States.disabled
5162
5141
  ];
5163
- var options17 = {};
5164
- var defaultProps17 = {
5165
- type: "single",
5166
- orientation: "horizontal",
5167
- readonly: false,
5168
- disabled: false,
5169
- handlePosition: "end",
5170
- showButtons: true,
5171
- showTicks: true
5172
- };
5173
- var Slider = (props) => {
5142
+ var TableRow = (props) => {
5174
5143
  const {
5175
- type = defaultProps17.type,
5176
- orientation = defaultProps17.orientation,
5177
- readonly = defaultProps17.readonly,
5178
- disabled = defaultProps17.disabled,
5179
- handlePosition = defaultProps17.handlePosition,
5180
- showButtons = defaultProps17.showButtons,
5181
- showTicks = defaultProps17.showTicks,
5182
5144
  hover,
5183
5145
  focus,
5184
- active,
5185
- trackStyle,
5186
- dir
5146
+ selected,
5147
+ disabled,
5148
+ alt,
5149
+ ...other
5187
5150
  } = props;
5188
- let iconIncrease;
5189
- let iconDecrease;
5190
- if (orientation === "horizontal") {
5191
- iconIncrease = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
5192
- iconDecrease = dir === "rtl" ? "caret-alt-right" : "caret-alt-left";
5193
- } else if (orientation === "vertical") {
5194
- iconIncrease = "caret-alt-up";
5195
- iconDecrease = "caret-alt-down";
5196
- }
5197
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("div", { className: classNames(
5198
- SLIDER_CLASSNAME,
5199
- props.className,
5200
- stateClassNames(SLIDER_CLASSNAME, {
5201
- readonly,
5202
- disabled
5203
- }),
5151
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5152
+ "tr",
5204
5153
  {
5205
- [`k-slider-${orientation}`]: orientation,
5206
- "k-colorgradient-slider": type === "gradient",
5207
- "k-range-slider": type === "range"
5154
+ ...other,
5155
+ className: classNames(
5156
+ props.className,
5157
+ TABLEROW_CLASSNAME,
5158
+ {
5159
+ ["k-table-alt-row"]: alt
5160
+ },
5161
+ stateClassNames(TABLEROW_CLASSNAME, {
5162
+ hover,
5163
+ focus,
5164
+ disabled,
5165
+ selected
5166
+ })
5167
+ ),
5168
+ children: props.children
5208
5169
  }
5209
- ), dir, children: [
5210
- showButtons && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
5211
- /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("div", { className: "k-slider-track-wrap", children: [
5212
- showTicks && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("ul", { className: "k-reset k-slider-items", children: props.children }),
5213
- /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("div", { className: "k-slider-track", style: trackStyle, children: [
5214
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", { className: "k-slider-selection" }),
5215
- type === "range" && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: classNames(
5216
- "k-draghandle",
5217
- "k-draghandle-start",
5218
- stateClassNames(SLIDER_CLASSNAME, {
5219
- hover,
5220
- focus,
5221
- active
5222
- })
5223
- ) }),
5224
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: classNames(
5225
- "k-draghandle",
5226
- `k-draghandle-${handlePosition}`,
5227
- stateClassNames(SLIDER_CLASSNAME, {
5228
- hover,
5229
- focus,
5230
- active
5231
- })
5232
- ) })
5233
- ] })
5234
- ] }),
5235
- showButtons && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
5236
- ] });
5170
+ );
5237
5171
  };
5238
- Slider.states = states18;
5239
- Slider.options = options17;
5240
- Slider.className = SLIDER_CLASSNAME;
5241
- Slider.defaultProps = defaultProps17;
5242
5172
 
5243
- // src/slider/slider-tick.tsx
5244
- var import_jsx_runtime33 = require("react/jsx-runtime");
5245
- var SLIDER_TICK_CLASSNAME = "k-tick";
5246
- var states19 = [];
5247
- var options18 = {};
5248
- var defaultProps18 = {
5249
- label: false
5250
- };
5251
- var SliderTick = (props) => {
5173
+ // src/table/table-list-row.tsx
5174
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5175
+ var states18 = [
5176
+ States.hover,
5177
+ States.focus,
5178
+ States.selected,
5179
+ States.disabled
5180
+ ];
5181
+
5182
+ // src/table/table-th.tsx
5183
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5184
+ var className13 = `k-table-th`;
5185
+ var TableTh = (props) => {
5252
5186
  const {
5253
- style,
5254
- label = defaultProps18.label,
5255
- orientation,
5256
- large,
5257
- text
5187
+ text,
5188
+ colspan,
5189
+ rowspan,
5190
+ ...other
5258
5191
  } = props;
5259
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("li", { className: classNames(
5260
- props.className,
5261
- SLIDER_TICK_CLASSNAME,
5192
+ const textOrChildren = text ? text : props.children;
5193
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5194
+ "th",
5262
5195
  {
5263
- [`k-tick-${orientation}`]: orientation,
5264
- "k-tick-large": large
5265
- }
5266
- ), style, children: label && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: "k-label", children: text }) });
5267
- };
5268
- SliderTick.states = states19;
5269
- SliderTick.options = options18;
5270
- SliderTick.className = SLIDER_TICK_CLASSNAME;
5271
- SliderTick.defaultProps = defaultProps18;
5196
+ colSpan: colspan,
5197
+ rowSpan: rowspan,
5198
+ ...other,
5199
+ className: classNames(
5200
+ props.className,
5201
+ className13
5202
+ ),
5203
+ children: textOrChildren
5204
+ }
5205
+ );
5206
+ };
5272
5207
 
5273
- // src/slider/templates/slider-normal.tsx
5274
- var import_jsx_runtime34 = require("react/jsx-runtime");
5208
+ // src/table/table-list-th.tsx
5209
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5275
5210
 
5276
- // src/slider/templates/slider-vertical.tsx
5277
- var import_jsx_runtime35 = require("react/jsx-runtime");
5211
+ // src/table/table-td.tsx
5212
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5213
+ var className14 = `k-table-td`;
5214
+ var TableTd = (props) => {
5215
+ const {
5216
+ text,
5217
+ colspan,
5218
+ ...other
5219
+ } = props;
5220
+ const textOrChildren = text ? text : props.children;
5221
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5222
+ "td",
5223
+ {
5224
+ colSpan: colspan,
5225
+ ...other,
5226
+ className: classNames(
5227
+ props.className,
5228
+ className14
5229
+ ),
5230
+ children: textOrChildren
5231
+ }
5232
+ );
5233
+ };
5278
5234
 
5279
- // src/slider/templates/slider-range.tsx
5280
- var import_jsx_runtime36 = require("react/jsx-runtime");
5235
+ // src/table/table-list-td.tsx
5236
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5281
5237
 
5282
- // src/slider/templates/slider-range-vertical.tsx
5283
- var import_jsx_runtime37 = require("react/jsx-runtime");
5238
+ // src/table/table-group-header.tsx
5239
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5284
5240
 
5285
- // src/slider/templates/slider-gradient.tsx
5286
- var import_jsx_runtime38 = require("react/jsx-runtime");
5241
+ // src/table/table-group-sticky-header.tsx
5242
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5287
5243
 
5288
- // src/slider/templates/slider-gradient-vertical.tsx
5289
- var import_jsx_runtime39 = require("react/jsx-runtime");
5290
- var SliderGradientVertical = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5291
- Slider,
5244
+ // src/table/table-group-row.tsx
5245
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5246
+
5247
+ // src/table/table-list-group-row.tsx
5248
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5249
+
5250
+ // src/table/templates/table-list.tsx
5251
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5252
+
5253
+ // src/table/templates/table-list-virtualization.tsx
5254
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5255
+
5256
+ // src/table/templates/data-table-normal.tsx
5257
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5258
+
5259
+ // src/table/templates/table-native.tsx
5260
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5261
+
5262
+ // src/grid/grid-header-table.spec.tsx
5263
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5264
+ var GRIDHEADERTABLE_CLASSNAME = `k-grid-header-table`;
5265
+ var GridHeaderTable = (props) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5266
+ Table,
5292
5267
  {
5293
- type: "gradient",
5294
- orientation: "vertical",
5295
- showButtons: false,
5296
- showTicks: false,
5297
- children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(import_jsx_runtime39.Fragment, { children: [
5298
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(SliderTick, { label: true, large: true, text: "0" }),
5299
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(SliderTick, {}),
5300
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(SliderTick, {}),
5301
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(SliderTick, {}),
5302
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(SliderTick, {}),
5303
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(SliderTick, { label: true, large: true, text: "5" }),
5304
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(SliderTick, {}),
5305
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(SliderTick, {}),
5306
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(SliderTick, {}),
5307
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(SliderTick, {}),
5308
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(SliderTick, { label: true, large: true, text: "10" })
5309
- ] }),
5310
- ...props
5268
+ size: "medium",
5269
+ ...props,
5270
+ className: classNames(
5271
+ props.className,
5272
+ GRIDHEADERTABLE_CLASSNAME
5273
+ ),
5274
+ children: props.children
5311
5275
  }
5312
5276
  );
5313
5277
 
5314
- // src/spinbutton/spinbutton.spec.tsx
5315
- var import_jsx_runtime40 = require("react/jsx-runtime");
5316
- var SPINBUTTON_CLASSNAME = `k-spin-button`;
5317
- var states20 = [];
5318
- var options19 = {
5319
- size: [Size.small, Size.medium, Size.large],
5320
- fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5278
+ // src/grid/grid-header-cell.spec.tsx
5279
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5280
+ var className15 = `k-header`;
5281
+ var states19 = [
5282
+ States.hover,
5283
+ States.focus,
5284
+ States.active
5285
+ ];
5286
+ var defaultProps17 = {
5287
+ sortIcon: "sort-asc-small"
5321
5288
  };
5322
- var defaultProps19 = {
5323
- size: Size.medium,
5324
- fillMode: FillMode.solid
5289
+ var GridHeaderCell = (props) => {
5290
+ const {
5291
+ menu,
5292
+ sortable,
5293
+ sticky,
5294
+ resizable,
5295
+ columnTitle,
5296
+ hover,
5297
+ focus,
5298
+ active,
5299
+ sortIcon = defaultProps17.sortIcon,
5300
+ sortOrder,
5301
+ ...others
5302
+ } = props;
5303
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
5304
+ TableTh,
5305
+ {
5306
+ ...others,
5307
+ className: classNames(
5308
+ props.className,
5309
+ className15,
5310
+ {
5311
+ [`k-filterable`]: menu === "filter",
5312
+ [`k-sorted`]: sortable,
5313
+ [`k-grid-header-sticky`]: sticky,
5314
+ [`k-touch-action-none`]: resizable
5315
+ },
5316
+ stateClassNames(className15, {
5317
+ hover,
5318
+ focus,
5319
+ active
5320
+ })
5321
+ ),
5322
+ children: [
5323
+ columnTitle && /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("span", { className: "k-cell-inner", children: [
5324
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("span", { className: "k-link", children: [
5325
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("span", { className: "k-column-title", children: columnTitle }),
5326
+ sortable && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Icon, { icon: sortIcon }) }),
5327
+ sortOrder && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("span", { className: "k-sort-order", children: sortOrder })
5328
+ ] }),
5329
+ menu && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("a", { href: "#", className: classNames(
5330
+ "k-grid-header-menu",
5331
+ {
5332
+ [`k-active`]: active,
5333
+ [`k-grid-filter-menu`]: menu === "filter",
5334
+ [`k-grid-column-menu`]: menu === "column"
5335
+ }
5336
+ ), children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Icon, { icon: menu === "filter" ? "filter" : "more-vertical" }) })
5337
+ ] }),
5338
+ props.children,
5339
+ resizable && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("span", { className: "k-column-resizer k-touch-action-none" })
5340
+ ]
5341
+ }
5342
+ );
5325
5343
  };
5326
- var SpinButton = (props) => {
5344
+
5345
+ // src/grid/grid-container.spec.tsx
5346
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5347
+ var className16 = `k-grid-container`;
5348
+ var GridContainer = (props) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5349
+ "div",
5350
+ {
5351
+ ...props,
5352
+ className: classNames(
5353
+ props.className,
5354
+ className16
5355
+ ),
5356
+ children: props.children
5357
+ }
5358
+ );
5359
+
5360
+ // src/grid/grid-content.spec.tsx
5361
+ var import_jsx_runtime52 = require("react/jsx-runtime");
5362
+ var className17 = `k-grid-content`;
5363
+ var GridContent = (props) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5364
+ "div",
5365
+ {
5366
+ ...props,
5367
+ className: classNames(
5368
+ props.className,
5369
+ className17
5370
+ ),
5371
+ children: props.children
5372
+ }
5373
+ );
5374
+
5375
+ // src/grid/grid-table.spec.tsx
5376
+ var import_jsx_runtime53 = require("react/jsx-runtime");
5377
+ var GRIDTABLE_CLASSNAME = `k-grid-table`;
5378
+ var GridTable = (props) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5379
+ Table,
5380
+ {
5381
+ size: "medium",
5382
+ ...props,
5383
+ className: classNames(
5384
+ props.className,
5385
+ GRIDTABLE_CLASSNAME
5386
+ ),
5387
+ children: props.children
5388
+ }
5389
+ );
5390
+
5391
+ // src/grid/grid-footer.spec.tsx
5392
+ var import_jsx_runtime54 = require("react/jsx-runtime");
5393
+
5394
+ // src/grid/grid-footer-table.spec.tsx
5395
+ var import_jsx_runtime55 = require("react/jsx-runtime");
5396
+
5397
+ // src/animation-container/animation-container.spec.tsx
5398
+ var import_jsx_runtime56 = require("react/jsx-runtime");
5399
+ var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5400
+ var states20 = [];
5401
+ var options16 = {};
5402
+ var defaultProps18 = {
5403
+ positionMode: "absolute"
5404
+ };
5405
+ var AnimationContainer = (props) => {
5327
5406
  const {
5328
- size = defaultProps19.size,
5329
- fillMode = defaultProps19.fillMode,
5407
+ positionMode,
5408
+ animationStyle,
5409
+ offset,
5330
5410
  ...other
5331
5411
  } = props;
5332
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
5333
- "span",
5412
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
5413
+ "div",
5334
5414
  {
5335
5415
  ...other,
5416
+ style: { ...offset, ...props.style },
5336
5417
  className: classNames(
5337
- SPINBUTTON_CLASSNAME,
5338
- props.className
5418
+ ANIMATION_CONTAINER_CLASSNAME,
5419
+ "k-animation-container-shown",
5420
+ {
5421
+ ["k-animation-container-fixed"]: positionMode === "fixed"
5422
+ }
5339
5423
  ),
5340
- children: [
5341
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5342
- Button,
5343
- {
5344
- className: "k-spinner-increase",
5345
- icon: "caret-alt-up",
5346
- rounded: null,
5347
- size,
5348
- fillMode
5349
- }
5350
- ),
5351
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5352
- Button,
5353
- {
5354
- className: "k-spinner-decrease",
5355
- icon: "caret-alt-down",
5356
- rounded: null,
5357
- size,
5358
- fillMode
5359
- }
5360
- )
5361
- ]
5424
+ children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5362
5425
  }
5363
5426
  );
5364
5427
  };
5365
- SpinButton.states = states20;
5366
- SpinButton.options = options19;
5367
- SpinButton.className = SPINBUTTON_CLASSNAME;
5368
- SpinButton.defaultProps = defaultProps19;
5428
+ AnimationContainer.states = states20;
5429
+ AnimationContainer.options = options16;
5430
+ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5431
+ AnimationContainer.defaultProps = defaultProps18;
5369
5432
 
5370
- // src/numerictextbox/numerictextbox.spec.tsx
5371
- var import_jsx_runtime41 = require("react/jsx-runtime");
5372
- var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
5373
- var states21 = [
5433
+ // src/popup/popup.spec.tsx
5434
+ var import_jsx_runtime57 = require("react/jsx-runtime");
5435
+ var POPUP_CLASSNAME = `k-popup`;
5436
+ var states21 = [];
5437
+ var options17 = {};
5438
+ var defaultProps19 = {
5439
+ positionMode: "absolute"
5440
+ };
5441
+ var Popup = (props) => {
5442
+ const {
5443
+ offset,
5444
+ positionMode,
5445
+ ...other
5446
+ } = props;
5447
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
5448
+ AnimationContainer,
5449
+ {
5450
+ positionMode,
5451
+ offset,
5452
+ children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5453
+ }
5454
+ );
5455
+ };
5456
+ Popup.states = states21;
5457
+ Popup.options = options17;
5458
+ Popup.className = POPUP_CLASSNAME;
5459
+ Popup.defaultProps = defaultProps19;
5460
+
5461
+ // src/dropdownlist/dropdownlist.spec.tsx
5462
+ var import_jsx_runtime58 = require("react/jsx-runtime");
5463
+ var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5464
+ var states22 = [
5374
5465
  States.hover,
5375
5466
  States.focus,
5376
5467
  States.valid,
5377
5468
  States.invalid,
5378
- States.loading,
5379
5469
  States.required,
5380
5470
  States.disabled,
5471
+ States.loading,
5381
5472
  States.readonly
5382
5473
  ];
5383
- var options20 = {
5474
+ var options18 = {
5384
5475
  size: [Size.small, Size.medium, Size.large],
5385
5476
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5386
5477
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5387
5478
  };
5388
5479
  var defaultProps20 = {
5389
- showSpinButton: true,
5390
- showClearButton: true,
5391
- size: Input.defaultProps.size,
5392
- rounded: Input.defaultProps.rounded,
5393
- fillMode: Input.defaultProps.fillMode
5480
+ showValue: true,
5481
+ arrowIconName: "caret-alt-down",
5482
+ size: Size.medium,
5483
+ rounded: Roundness.medium,
5484
+ fillMode: FillMode.solid
5394
5485
  };
5395
- var NumericTextbox = (props) => {
5486
+ var DropdownList = (props) => {
5396
5487
  const {
5488
+ valueIconName,
5489
+ arrowIconName = defaultProps20.arrowIconName,
5397
5490
  prefix,
5398
5491
  suffix,
5399
5492
  value,
@@ -5409,156 +5502,37 @@ var NumericTextbox = (props) => {
5409
5502
  loading,
5410
5503
  disabled,
5411
5504
  readonly,
5412
- showClearButton = defaultProps20.showClearButton,
5413
- showSpinButton = defaultProps20.showSpinButton,
5505
+ showValue = defaultProps20.showValue,
5506
+ popup,
5507
+ opened,
5414
5508
  ...other
5415
5509
  } = props;
5416
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
5417
- Input,
5418
- {
5419
- ...other,
5420
- size,
5421
- rounded,
5422
- fillMode,
5423
- hover,
5424
- focus,
5425
- valid,
5426
- invalid,
5427
- required,
5428
- loading,
5429
- disabled,
5430
- readonly,
5431
- className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
5432
- children: [
5433
- prefix && /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_jsx_runtime41.Fragment, { children: [
5434
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(InputPrefix, { children: prefix }),
5435
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(InputSeparator, {})
5436
- ] }),
5437
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(InputInnerInput, { placeholder, value }),
5438
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5439
- InputValidationIcon,
5510
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(import_jsx_runtime58.Fragment, { children: [
5511
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
5512
+ Picker,
5513
+ {
5514
+ ...other,
5515
+ size,
5516
+ rounded,
5517
+ fillMode,
5518
+ hover,
5519
+ focus,
5520
+ valid,
5521
+ invalid,
5522
+ required,
5523
+ loading,
5524
+ disabled,
5525
+ readonly,
5526
+ className: classNames(
5527
+ props.className,
5528
+ DROPDOWNLIST_CLASSNAME,
5440
5529
  {
5441
- valid,
5442
- invalid,
5443
- loading,
5444
- disabled
5445
- }
5446
- ),
5447
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5448
- InputLoadingIcon,
5449
- {
5450
- loading,
5451
- disabled
5452
- }
5453
- ),
5454
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5455
- InputClearValue,
5456
- {
5457
- loading,
5458
- disabled,
5459
- readonly,
5460
- value
5461
- }
5462
- ),
5463
- suffix && /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_jsx_runtime41.Fragment, { children: [
5464
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(InputSeparator, {}),
5465
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(InputSuffix, { children: suffix })
5466
- ] }),
5467
- showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5468
- SpinButton,
5469
- {
5470
- className: "k-input-spinner",
5471
- size,
5472
- fillMode
5473
- }
5474
- )
5475
- ]
5476
- }
5477
- );
5478
- };
5479
- NumericTextbox.states = states21;
5480
- NumericTextbox.options = options20;
5481
- NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
5482
- NumericTextbox.defaultProps = defaultProps20;
5483
-
5484
- // src/numerictextbox/templates/numerictextbox-normal.tsx
5485
- var import_jsx_runtime42 = require("react/jsx-runtime");
5486
-
5487
- // src/dropdownlist/dropdownlist.spec.tsx
5488
- var import_jsx_runtime43 = require("react/jsx-runtime");
5489
- var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5490
- var states22 = [
5491
- States.hover,
5492
- States.focus,
5493
- States.valid,
5494
- States.invalid,
5495
- States.required,
5496
- States.disabled,
5497
- States.loading,
5498
- States.readonly
5499
- ];
5500
- var options21 = {
5501
- size: [Size.small, Size.medium, Size.large],
5502
- rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5503
- fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5504
- };
5505
- var defaultProps21 = {
5506
- showValue: true,
5507
- arrowIconName: "caret-alt-down",
5508
- size: Size.medium,
5509
- rounded: Roundness.medium,
5510
- fillMode: FillMode.solid
5511
- };
5512
- var DropdownList = (props) => {
5513
- const {
5514
- valueIconName,
5515
- arrowIconName = defaultProps21.arrowIconName,
5516
- prefix,
5517
- suffix,
5518
- value,
5519
- placeholder,
5520
- size,
5521
- rounded,
5522
- fillMode,
5523
- hover,
5524
- focus,
5525
- valid,
5526
- invalid,
5527
- required,
5528
- loading,
5529
- disabled,
5530
- readonly,
5531
- showValue = defaultProps21.showValue,
5532
- popup,
5533
- opened,
5534
- ...other
5535
- } = props;
5536
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(import_jsx_runtime43.Fragment, { children: [
5537
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
5538
- Picker,
5539
- {
5540
- ...other,
5541
- size,
5542
- rounded,
5543
- fillMode,
5544
- hover,
5545
- focus,
5546
- valid,
5547
- invalid,
5548
- required,
5549
- loading,
5550
- disabled,
5551
- readonly,
5552
- className: classNames(
5553
- props.className,
5554
- DROPDOWNLIST_CLASSNAME,
5555
- {
5556
- "k-icon-picker": !showValue && valueIconName
5530
+ "k-icon-picker": !showValue && valueIconName
5557
5531
  }
5558
5532
  ),
5559
5533
  children: [
5560
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputPrefix, { children: prefix }),
5561
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5534
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(InputPrefix, { children: prefix }),
5535
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
5562
5536
  InputInnerSpan,
5563
5537
  {
5564
5538
  placeholder,
@@ -5567,7 +5541,7 @@ var DropdownList = (props) => {
5567
5541
  valueIconName
5568
5542
  }
5569
5543
  ),
5570
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5544
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
5571
5545
  InputValidationIcon,
5572
5546
  {
5573
5547
  valid,
@@ -5576,15 +5550,15 @@ var DropdownList = (props) => {
5576
5550
  disabled
5577
5551
  }
5578
5552
  ),
5579
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5553
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
5580
5554
  InputLoadingIcon,
5581
5555
  {
5582
5556
  loading,
5583
5557
  disabled
5584
5558
  }
5585
5559
  ),
5586
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputSuffix, { children: suffix }),
5587
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5560
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(InputSuffix, { children: suffix }),
5561
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
5588
5562
  Button,
5589
5563
  {
5590
5564
  className: "k-input-button",
@@ -5597,35 +5571,35 @@ var DropdownList = (props) => {
5597
5571
  ]
5598
5572
  }
5599
5573
  ),
5600
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5574
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5601
5575
  ] });
5602
5576
  };
5603
5577
  DropdownList.states = states22;
5604
- DropdownList.options = options21;
5578
+ DropdownList.options = options18;
5605
5579
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
5606
- DropdownList.defaultProps = defaultProps21;
5580
+ DropdownList.defaultProps = defaultProps20;
5607
5581
 
5608
5582
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5609
- var import_jsx_runtime44 = require("react/jsx-runtime");
5583
+ var import_jsx_runtime59 = require("react/jsx-runtime");
5610
5584
 
5611
5585
  // src/nodata/nodata.tsx
5612
- var import_jsx_runtime45 = require("react/jsx-runtime");
5613
- var className10 = `k-nodata`;
5614
- var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("span", { className: classNames(className10, props.className), children: props.children });
5586
+ var import_jsx_runtime60 = require("react/jsx-runtime");
5587
+ var className18 = `k-nodata`;
5588
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("span", { className: classNames(className18, props.className), children: props.children });
5615
5589
 
5616
5590
  // src/list/list.spec.tsx
5617
- var import_jsx_runtime46 = require("react/jsx-runtime");
5591
+ var import_jsx_runtime61 = require("react/jsx-runtime");
5618
5592
  var LIST_CLASSNAME = `k-list`;
5619
5593
  var states23 = [];
5620
- var options22 = {
5594
+ var options19 = {
5621
5595
  size: [Size.small, Size.medium, Size.large]
5622
5596
  };
5623
- var defaultProps22 = {
5597
+ var defaultProps21 = {
5624
5598
  size: Size.medium
5625
5599
  };
5626
5600
  var List = (props) => {
5627
5601
  const {
5628
- size = defaultProps22.size,
5602
+ size = defaultProps21.size,
5629
5603
  virtualization,
5630
5604
  children,
5631
5605
  optionLabel,
@@ -5642,7 +5616,7 @@ var List = (props) => {
5642
5616
  listHeader = child.props.label;
5643
5617
  child.props.children.map((optChild, index2) => {
5644
5618
  listChildren.push(
5645
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5619
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5646
5620
  ListItem,
5647
5621
  {
5648
5622
  ...optChild.props
@@ -5658,7 +5632,7 @@ var List = (props) => {
5658
5632
  groupLabel = child.props.label;
5659
5633
  }
5660
5634
  listChildren.push(
5661
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5635
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5662
5636
  ListItem,
5663
5637
  {
5664
5638
  className: index2 === 0 ? "k-first" : "",
@@ -5670,16 +5644,16 @@ var List = (props) => {
5670
5644
  );
5671
5645
  });
5672
5646
  }
5673
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5647
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5674
5648
  } else if (child.type === ListItem) {
5675
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5676
- listContent = /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ListContent, { virtualization, children: listChildren });
5649
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5650
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ListContent, { virtualization, children: listChildren });
5677
5651
  }
5678
5652
  });
5679
5653
  } else {
5680
- listContent = /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(NoData, { children: "No data found." });
5654
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(NoData, { children: "No data found." });
5681
5655
  }
5682
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
5656
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
5683
5657
  "div",
5684
5658
  {
5685
5659
  ...other,
@@ -5702,23 +5676,23 @@ var List = (props) => {
5702
5676
  );
5703
5677
  };
5704
5678
  List.states = states23;
5705
- List.options = options22;
5679
+ List.options = options19;
5706
5680
  List.className = LIST_CLASSNAME;
5707
- List.defaultProps = defaultProps22;
5681
+ List.defaultProps = defaultProps21;
5708
5682
 
5709
5683
  // src/list/list-angular.spec.tsx
5710
- var import_jsx_runtime47 = require("react/jsx-runtime");
5684
+ var import_jsx_runtime62 = require("react/jsx-runtime");
5711
5685
  var LISTANGULAR_CLASSNAME = `k-list`;
5712
5686
  var states24 = [];
5713
- var options23 = {
5687
+ var options20 = {
5714
5688
  size: [Size.small, Size.medium, Size.large]
5715
5689
  };
5716
- var defaultProps23 = {
5690
+ var defaultProps22 = {
5717
5691
  size: Size.medium
5718
5692
  };
5719
5693
  var ListAngular = (props) => {
5720
5694
  const {
5721
- size = defaultProps23.size,
5695
+ size = defaultProps22.size,
5722
5696
  virtualization,
5723
5697
  children,
5724
5698
  ...other
@@ -5734,7 +5708,7 @@ var ListAngular = (props) => {
5734
5708
  listHeader = child.props.label;
5735
5709
  child.props.children.map((optChild, index2) => {
5736
5710
  listChildren.push(
5737
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5711
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5738
5712
  ListItem,
5739
5713
  {
5740
5714
  ...optChild.props
@@ -5745,7 +5719,7 @@ var ListAngular = (props) => {
5745
5719
  });
5746
5720
  } else {
5747
5721
  listChildren.push(
5748
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5722
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5749
5723
  ListGroupItem,
5750
5724
  {
5751
5725
  ...child.props,
@@ -5756,7 +5730,7 @@ var ListAngular = (props) => {
5756
5730
  );
5757
5731
  child.props.children.map((optChild, index2) => {
5758
5732
  listChildren.push(
5759
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5733
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5760
5734
  ListItem,
5761
5735
  {
5762
5736
  ...optChild.props
@@ -5766,16 +5740,16 @@ var ListAngular = (props) => {
5766
5740
  );
5767
5741
  });
5768
5742
  }
5769
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5743
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5770
5744
  } else if (child.type === ListItem) {
5771
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5772
- listContent = /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ListContent, { virtualization, children: listChildren });
5745
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5746
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ListContent, { virtualization, children: listChildren });
5773
5747
  }
5774
5748
  });
5775
5749
  } else {
5776
- listContent = /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(NoData, { children: "No data found." });
5750
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(NoData, { children: "No data found." });
5777
5751
  }
5778
- return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
5752
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
5779
5753
  "div",
5780
5754
  {
5781
5755
  ...other,
@@ -5797,12 +5771,12 @@ var ListAngular = (props) => {
5797
5771
  );
5798
5772
  };
5799
5773
  ListAngular.states = states24;
5800
- ListAngular.options = options23;
5774
+ ListAngular.options = options20;
5801
5775
  ListAngular.className = LISTANGULAR_CLASSNAME;
5802
- ListAngular.defaultProps = defaultProps23;
5776
+ ListAngular.defaultProps = defaultProps22;
5803
5777
 
5804
5778
  // src/checkbox/checkbox.spec.tsx
5805
- var import_jsx_runtime48 = require("react/jsx-runtime");
5779
+ var import_jsx_runtime63 = require("react/jsx-runtime");
5806
5780
  var CHECKBOX_CLASSNAME = `k-checkbox`;
5807
5781
  var states25 = [
5808
5782
  States.hover,
@@ -5814,11 +5788,11 @@ var states25 = [
5814
5788
  States.checked,
5815
5789
  States.indeterminate
5816
5790
  ];
5817
- var options24 = {
5791
+ var options21 = {
5818
5792
  size: [Size.small, Size.medium, Size.large],
5819
5793
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
5820
5794
  };
5821
- var defaultProps24 = {
5795
+ var defaultProps23 = {
5822
5796
  size: Size.medium,
5823
5797
  rounded: Roundness.medium
5824
5798
  };
@@ -5833,11 +5807,11 @@ var Checkbox = (props) => {
5833
5807
  invalid,
5834
5808
  valid,
5835
5809
  required,
5836
- size = defaultProps24.size,
5837
- rounded = defaultProps24.rounded,
5810
+ size = defaultProps23.size,
5811
+ rounded = defaultProps23.rounded,
5838
5812
  ...other
5839
5813
  } = props;
5840
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5814
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
5841
5815
  "input",
5842
5816
  {
5843
5817
  ...other,
@@ -5855,24 +5829,24 @@ var Checkbox = (props) => {
5855
5829
  ) });
5856
5830
  };
5857
5831
  Checkbox.states = states25;
5858
- Checkbox.options = options24;
5832
+ Checkbox.options = options21;
5859
5833
  Checkbox.className = CHECKBOX_CLASSNAME;
5860
- Checkbox.defaultProps = defaultProps24;
5834
+ Checkbox.defaultProps = defaultProps23;
5861
5835
 
5862
5836
  // src/checkbox/checkbox-group.spec.tsx
5863
- var import_jsx_runtime49 = require("react/jsx-runtime");
5837
+ var import_jsx_runtime64 = require("react/jsx-runtime");
5864
5838
  var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
5865
5839
  var states26 = [];
5866
- var options25 = {};
5867
- var defaultProps25 = {
5840
+ var options22 = {};
5841
+ var defaultProps24 = {
5868
5842
  layout: "vertical"
5869
5843
  };
5870
5844
  var CheckboxGroup = (props) => {
5871
5845
  const {
5872
- layout = defaultProps25.layout,
5846
+ layout = defaultProps24.layout,
5873
5847
  ...other
5874
5848
  } = props;
5875
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5849
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5876
5850
  "ul",
5877
5851
  {
5878
5852
  ...other,
@@ -5888,21 +5862,21 @@ var CheckboxGroup = (props) => {
5888
5862
  );
5889
5863
  };
5890
5864
  CheckboxGroup.states = states26;
5891
- CheckboxGroup.options = options25;
5865
+ CheckboxGroup.options = options22;
5892
5866
  CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
5893
- CheckboxGroup.defaultProps = defaultProps25;
5867
+ CheckboxGroup.defaultProps = defaultProps24;
5894
5868
 
5895
5869
  // src/checkbox/checkbox-item.spec.tsx
5896
- var import_jsx_runtime50 = require("react/jsx-runtime");
5870
+ var import_jsx_runtime65 = require("react/jsx-runtime");
5897
5871
  var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
5898
5872
  var states27 = [];
5899
- var options26 = {};
5900
- var defaultProps26 = {};
5873
+ var options23 = {};
5874
+ var defaultProps25 = {};
5901
5875
  var CheckboxItem = (props) => {
5902
5876
  const {
5903
5877
  ...other
5904
5878
  } = props;
5905
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
5879
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
5906
5880
  "li",
5907
5881
  {
5908
5882
  ...other,
@@ -5915,21 +5889,21 @@ var CheckboxItem = (props) => {
5915
5889
  );
5916
5890
  };
5917
5891
  CheckboxItem.states = states27;
5918
- CheckboxItem.options = options26;
5892
+ CheckboxItem.options = options23;
5919
5893
  CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
5920
- CheckboxItem.defaultProps = defaultProps26;
5894
+ CheckboxItem.defaultProps = defaultProps25;
5921
5895
 
5922
5896
  // src/checkbox/templates/checkbox-with-label-after.tsx
5923
- var import_jsx_runtime51 = require("react/jsx-runtime");
5897
+ var import_jsx_runtime66 = require("react/jsx-runtime");
5924
5898
 
5925
5899
  // src/checkbox/templates/checkbox-with-label-before.tsx
5926
- var import_jsx_runtime52 = require("react/jsx-runtime");
5900
+ var import_jsx_runtime67 = require("react/jsx-runtime");
5927
5901
 
5928
5902
  // src/checkbox/templates/checkbox-normal.tsx
5929
- var import_jsx_runtime53 = require("react/jsx-runtime");
5903
+ var import_jsx_runtime68 = require("react/jsx-runtime");
5930
5904
 
5931
5905
  // src/list/list-item.spec.tsx
5932
- var import_jsx_runtime54 = require("react/jsx-runtime");
5906
+ var import_jsx_runtime69 = require("react/jsx-runtime");
5933
5907
  var LISTITEM_CLASSNAME = `k-list-item`;
5934
5908
  var states28 = [
5935
5909
  States.hover,
@@ -5937,8 +5911,8 @@ var states28 = [
5937
5911
  States.selected,
5938
5912
  States.disabled
5939
5913
  ];
5940
- var options27 = {};
5941
- var defaultProps27 = {};
5914
+ var options24 = {};
5915
+ var defaultProps26 = {};
5942
5916
  var ListItem = (props) => {
5943
5917
  const {
5944
5918
  text,
@@ -5954,7 +5928,7 @@ var ListItem = (props) => {
5954
5928
  ...other
5955
5929
  } = props;
5956
5930
  const textOrChildren = text ? text : props.children;
5957
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
5931
+ return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(
5958
5932
  "li",
5959
5933
  {
5960
5934
  ...other,
@@ -5969,57 +5943,57 @@ var ListItem = (props) => {
5969
5943
  })
5970
5944
  ),
5971
5945
  children: [
5972
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Checkbox, { checked }),
5973
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Icon, { icon: iconName }),
5974
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5975
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5946
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(Checkbox, { checked }),
5947
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(Icon, { icon: iconName }),
5948
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5949
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5976
5950
  ]
5977
5951
  }
5978
5952
  );
5979
5953
  };
5980
5954
  ListItem.states = states28;
5981
- ListItem.options = options27;
5955
+ ListItem.options = options24;
5982
5956
  ListItem.className = LISTITEM_CLASSNAME;
5983
- ListItem.defaultProps = defaultProps27;
5957
+ ListItem.defaultProps = defaultProps26;
5984
5958
 
5985
5959
  // src/list/list-content.tsx
5986
- var import_jsx_runtime55 = require("react/jsx-runtime");
5987
- var className11 = `k-list-content`;
5960
+ var import_jsx_runtime70 = require("react/jsx-runtime");
5961
+ var className19 = `k-list-content`;
5988
5962
  var ListContent = (props) => {
5989
5963
  const {
5990
5964
  virtualization
5991
5965
  } = props;
5992
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("div", { className: classNames(className11, props.className), children: [
5993
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5994
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", {}) })
5966
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("div", { className: classNames(className19, props.className), children: [
5967
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5968
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", {}) })
5995
5969
  ] });
5996
5970
  };
5997
5971
 
5998
5972
  // src/list/list-header.tsx
5999
- var import_jsx_runtime56 = require("react/jsx-runtime");
6000
- var className12 = `k-list-group-sticky-header`;
6001
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5973
+ var import_jsx_runtime71 = require("react/jsx-runtime");
5974
+ var className20 = `k-list-group-sticky-header`;
5975
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("div", { className: classNames(className20, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("div", { className: "k-list-header-text", children: props.children }) });
6002
5976
 
6003
5977
  // src/list/list-group.tsx
6004
- var import_jsx_runtime57 = require("react/jsx-runtime");
5978
+ var import_jsx_runtime72 = require("react/jsx-runtime");
6005
5979
  var ListGroup = (props) => {
6006
5980
  const {
6007
5981
  virtualization,
6008
5982
  label
6009
5983
  } = props;
6010
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(import_jsx_runtime57.Fragment, { children: [
6011
- label && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(ListHeader, { children: label }),
6012
- props.children && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(ListContent, { virtualization, children: props.children })
5984
+ return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(import_jsx_runtime72.Fragment, { children: [
5985
+ label && /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(ListHeader, { children: label }),
5986
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(ListContent, { virtualization, children: props.children })
6013
5987
  ] });
6014
5988
  };
6015
5989
 
6016
5990
  // src/list/list-group-item.tsx
6017
- var import_jsx_runtime58 = require("react/jsx-runtime");
6018
- var className13 = `k-list-group-item`;
6019
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("li", { className: classNames(className13, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5991
+ var import_jsx_runtime73 = require("react/jsx-runtime");
5992
+ var className21 = `k-list-group-item`;
5993
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("li", { className: classNames(className21, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("span", { className: "k-list-item-text", children: props.children }) });
6020
5994
 
6021
5995
  // src/list/list-option-label.tsx
6022
- var import_jsx_runtime59 = require("react/jsx-runtime");
5996
+ var import_jsx_runtime74 = require("react/jsx-runtime");
6023
5997
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
6024
5998
  var states29 = [
6025
5999
  States.hover,
@@ -6027,8 +6001,8 @@ var states29 = [
6027
6001
  States.selected,
6028
6002
  States.disabled
6029
6003
  ];
6030
- var options28 = {};
6031
- var defaultProps28 = {};
6004
+ var options25 = {};
6005
+ var defaultProps27 = {};
6032
6006
  var ListOptionLabel = (props) => {
6033
6007
  const {
6034
6008
  text,
@@ -6038,7 +6012,7 @@ var ListOptionLabel = (props) => {
6038
6012
  disabled,
6039
6013
  ...other
6040
6014
  } = props;
6041
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6015
+ return /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6042
6016
  "div",
6043
6017
  {
6044
6018
  ...other,
@@ -6056,128 +6030,899 @@ var ListOptionLabel = (props) => {
6056
6030
  );
6057
6031
  };
6058
6032
  ListOptionLabel.states = states29;
6059
- ListOptionLabel.options = options28;
6033
+ ListOptionLabel.options = options25;
6060
6034
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
6061
- ListOptionLabel.defaultProps = defaultProps28;
6035
+ ListOptionLabel.defaultProps = defaultProps27;
6062
6036
 
6063
6037
  // src/list/templates/list-normal.tsx
6064
- var import_jsx_runtime60 = require("react/jsx-runtime");
6038
+ var import_jsx_runtime75 = require("react/jsx-runtime");
6065
6039
 
6066
6040
  // src/list/templates/list-virtualization.tsx
6067
- var import_jsx_runtime61 = require("react/jsx-runtime");
6041
+ var import_jsx_runtime76 = require("react/jsx-runtime");
6068
6042
 
6069
6043
  // src/list/templates/list-grouping.tsx
6070
- var import_jsx_runtime62 = require("react/jsx-runtime");
6044
+ var import_jsx_runtime77 = require("react/jsx-runtime");
6071
6045
 
6072
6046
  // src/list/templates/list-virualization-grouping.tsx
6073
- var import_jsx_runtime63 = require("react/jsx-runtime");
6047
+ var import_jsx_runtime78 = require("react/jsx-runtime");
6074
6048
 
6075
6049
  // src/list/templates/list-virtualization-angular.tsx
6076
- var import_jsx_runtime64 = require("react/jsx-runtime");
6050
+ var import_jsx_runtime79 = require("react/jsx-runtime");
6077
6051
 
6078
6052
  // src/list/templates/list-grouping-angular.tsx
6079
- var import_jsx_runtime65 = require("react/jsx-runtime");
6053
+ var import_jsx_runtime80 = require("react/jsx-runtime");
6080
6054
 
6081
6055
  // src/list/templates/list-virualization-grouping-angular.tsx
6082
- var import_jsx_runtime66 = require("react/jsx-runtime");
6056
+ var import_jsx_runtime81 = require("react/jsx-runtime");
6083
6057
 
6084
6058
  // src/dropdownlist/templates/dropdownlist-popup.tsx
6085
- var import_jsx_runtime67 = require("react/jsx-runtime");
6059
+ var import_jsx_runtime82 = require("react/jsx-runtime");
6086
6060
 
6087
- // src/searchbox/searchbox.spec.tsx
6088
- var import_jsx_runtime68 = require("react/jsx-runtime");
6089
- var SEARCHBOX_CLASSNAME = `k-searchbox`;
6090
- var states30 = [
6061
+ // src/dropdownlist/templates/dropdownlist-filtering.tsx
6062
+ var import_jsx_runtime83 = require("react/jsx-runtime");
6063
+
6064
+ // src/dropdownlist/templates/dropdownlist-grouping.tsx
6065
+ var import_jsx_runtime84 = require("react/jsx-runtime");
6066
+
6067
+ // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
6068
+ var import_jsx_runtime85 = require("react/jsx-runtime");
6069
+
6070
+ // src/spinbutton/spinbutton.spec.tsx
6071
+ var import_jsx_runtime86 = require("react/jsx-runtime");
6072
+ var SPINBUTTON_CLASSNAME = `k-spin-button`;
6073
+ var states30 = [];
6074
+ var options26 = {
6075
+ size: [Size.small, Size.medium, Size.large],
6076
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
6077
+ };
6078
+ var defaultProps28 = {
6079
+ size: Size.medium,
6080
+ fillMode: FillMode.solid
6081
+ };
6082
+ var SpinButton = (props) => {
6083
+ const {
6084
+ size = defaultProps28.size,
6085
+ fillMode = defaultProps28.fillMode,
6086
+ ...other
6087
+ } = props;
6088
+ return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
6089
+ "span",
6090
+ {
6091
+ ...other,
6092
+ className: classNames(
6093
+ SPINBUTTON_CLASSNAME,
6094
+ props.className
6095
+ ),
6096
+ children: [
6097
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6098
+ Button,
6099
+ {
6100
+ className: "k-spinner-increase",
6101
+ icon: "caret-alt-up",
6102
+ rounded: null,
6103
+ size,
6104
+ fillMode
6105
+ }
6106
+ ),
6107
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6108
+ Button,
6109
+ {
6110
+ className: "k-spinner-decrease",
6111
+ icon: "caret-alt-down",
6112
+ rounded: null,
6113
+ size,
6114
+ fillMode
6115
+ }
6116
+ )
6117
+ ]
6118
+ }
6119
+ );
6120
+ };
6121
+ SpinButton.states = states30;
6122
+ SpinButton.options = options26;
6123
+ SpinButton.className = SPINBUTTON_CLASSNAME;
6124
+ SpinButton.defaultProps = defaultProps28;
6125
+
6126
+ // src/numerictextbox/numerictextbox.spec.tsx
6127
+ var import_jsx_runtime87 = require("react/jsx-runtime");
6128
+ var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
6129
+ var states31 = [
6091
6130
  States.hover,
6092
6131
  States.focus,
6093
6132
  States.valid,
6094
6133
  States.invalid,
6134
+ States.loading,
6095
6135
  States.required,
6096
6136
  States.disabled,
6097
- States.loading
6137
+ States.readonly
6098
6138
  ];
6099
- var options29 = {
6139
+ var options27 = {
6100
6140
  size: [Size.small, Size.medium, Size.large],
6101
6141
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6102
6142
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6103
6143
  };
6104
- var defaultProps29 = {
6105
- showIcon: true,
6106
- icon: "search",
6107
- size: Input.defaultProps.size,
6108
- rounded: Input.defaultProps.rounded,
6109
- fillMode: Input.defaultProps.fillMode
6144
+ var defaultProps29 = {
6145
+ showSpinButton: true,
6146
+ showClearButton: true,
6147
+ size: Input.defaultProps.size,
6148
+ rounded: Input.defaultProps.rounded,
6149
+ fillMode: Input.defaultProps.fillMode
6150
+ };
6151
+ var NumericTextbox = (props) => {
6152
+ const {
6153
+ prefix,
6154
+ suffix,
6155
+ value,
6156
+ placeholder,
6157
+ size,
6158
+ rounded,
6159
+ fillMode,
6160
+ hover,
6161
+ focus,
6162
+ valid,
6163
+ invalid,
6164
+ required,
6165
+ loading,
6166
+ disabled,
6167
+ readonly,
6168
+ showClearButton = defaultProps29.showClearButton,
6169
+ showSpinButton = defaultProps29.showSpinButton,
6170
+ ...other
6171
+ } = props;
6172
+ return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(
6173
+ Input,
6174
+ {
6175
+ ...other,
6176
+ size,
6177
+ rounded,
6178
+ fillMode,
6179
+ hover,
6180
+ focus,
6181
+ valid,
6182
+ invalid,
6183
+ required,
6184
+ loading,
6185
+ disabled,
6186
+ readonly,
6187
+ className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
6188
+ children: [
6189
+ prefix && /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(import_jsx_runtime87.Fragment, { children: [
6190
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(InputPrefix, { children: prefix }),
6191
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(InputSeparator, {})
6192
+ ] }),
6193
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(InputInnerInput, { placeholder, value }),
6194
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
6195
+ InputValidationIcon,
6196
+ {
6197
+ valid,
6198
+ invalid,
6199
+ loading,
6200
+ disabled
6201
+ }
6202
+ ),
6203
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
6204
+ InputLoadingIcon,
6205
+ {
6206
+ loading,
6207
+ disabled
6208
+ }
6209
+ ),
6210
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
6211
+ InputClearValue,
6212
+ {
6213
+ loading,
6214
+ disabled,
6215
+ readonly,
6216
+ value
6217
+ }
6218
+ ),
6219
+ suffix && /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(import_jsx_runtime87.Fragment, { children: [
6220
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(InputSeparator, {}),
6221
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(InputSuffix, { children: suffix })
6222
+ ] }),
6223
+ showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
6224
+ SpinButton,
6225
+ {
6226
+ className: "k-input-spinner",
6227
+ size,
6228
+ fillMode
6229
+ }
6230
+ )
6231
+ ]
6232
+ }
6233
+ );
6234
+ };
6235
+ NumericTextbox.states = states31;
6236
+ NumericTextbox.options = options27;
6237
+ NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
6238
+ NumericTextbox.defaultProps = defaultProps29;
6239
+
6240
+ // src/numerictextbox/templates/numerictextbox-normal.tsx
6241
+ var import_jsx_runtime88 = require("react/jsx-runtime");
6242
+
6243
+ // src/numerictextbox/templates/numerictextbox-prefix.tsx
6244
+ var import_jsx_runtime89 = require("react/jsx-runtime");
6245
+
6246
+ // src/numerictextbox/templates/numerictextbox-suffix.tsx
6247
+ var import_jsx_runtime90 = require("react/jsx-runtime");
6248
+
6249
+ // src/pager/pager.spec.tsx
6250
+ var import_jsx_runtime91 = require("react/jsx-runtime");
6251
+ var PAGER_CLASSNAME = `k-pager`;
6252
+ var states32 = [
6253
+ States.focus,
6254
+ States.disabled
6255
+ ];
6256
+ var options28 = {
6257
+ size: [Size.small, Size.medium, Size.large]
6258
+ };
6259
+ var defaultProps30 = {
6260
+ size: Size.medium,
6261
+ adaptive: false,
6262
+ itemsPerPage: true,
6263
+ type: "numeric",
6264
+ pageSizes: true,
6265
+ refresh: true,
6266
+ info: true
6267
+ };
6268
+ var Pager = (props) => {
6269
+ const {
6270
+ size = defaultProps30.size,
6271
+ adaptive = defaultProps30.adaptive,
6272
+ itemsPerPage = defaultProps30.itemsPerPage,
6273
+ type = defaultProps30.type,
6274
+ pageSizes = defaultProps30.pageSizes,
6275
+ refresh = defaultProps30.refresh,
6276
+ info = defaultProps30.info,
6277
+ focus,
6278
+ disabled,
6279
+ dir,
6280
+ ...other
6281
+ } = props;
6282
+ return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
6283
+ "div",
6284
+ {
6285
+ dir,
6286
+ ...other,
6287
+ className: classNames(
6288
+ props.className,
6289
+ PAGER_CLASSNAME,
6290
+ optionClassNames(PAGER_CLASSNAME, {
6291
+ size
6292
+ }),
6293
+ stateClassNames(PAGER_CLASSNAME, {
6294
+ focus,
6295
+ disabled
6296
+ })
6297
+ ),
6298
+ children: [
6299
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
6300
+ "div",
6301
+ {
6302
+ className: classNames(
6303
+ "k-pager-numbers-wrap"
6304
+ ),
6305
+ children: [
6306
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
6307
+ Button,
6308
+ {
6309
+ className: classNames(
6310
+ "k-pager-nav",
6311
+ "k-pager-first"
6312
+ ),
6313
+ disabled: true,
6314
+ fillMode: "flat",
6315
+ size,
6316
+ rounded: null,
6317
+ icon: dir === "rtl" ? "caret-alt-to-right" : "caret-alt-to-left"
6318
+ }
6319
+ ),
6320
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
6321
+ Button,
6322
+ {
6323
+ className: classNames(
6324
+ "k-pager-nav"
6325
+ ),
6326
+ disabled: true,
6327
+ fillMode: "flat",
6328
+ size,
6329
+ rounded: null,
6330
+ icon: dir === "rtl" ? "caret-alt-right" : "caret-alt-left"
6331
+ }
6332
+ ),
6333
+ type === "numeric" && !adaptive && /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
6334
+ "div",
6335
+ {
6336
+ className: classNames(
6337
+ "k-pager-numbers"
6338
+ ),
6339
+ children: [
6340
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
6341
+ Button,
6342
+ {
6343
+ selected: true,
6344
+ fillMode: "flat",
6345
+ themeColor: "primary",
6346
+ size,
6347
+ rounded: null,
6348
+ children: "1"
6349
+ }
6350
+ ),
6351
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
6352
+ Button,
6353
+ {
6354
+ fillMode: "flat",
6355
+ themeColor: "primary",
6356
+ size,
6357
+ rounded: null,
6358
+ children: "2"
6359
+ }
6360
+ ),
6361
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
6362
+ Button,
6363
+ {
6364
+ fillMode: "flat",
6365
+ themeColor: "primary",
6366
+ size,
6367
+ rounded: null,
6368
+ children: "3"
6369
+ }
6370
+ ),
6371
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
6372
+ Button,
6373
+ {
6374
+ fillMode: "flat",
6375
+ themeColor: "primary",
6376
+ size,
6377
+ rounded: null,
6378
+ children: "4"
6379
+ }
6380
+ ),
6381
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
6382
+ Button,
6383
+ {
6384
+ fillMode: "flat",
6385
+ themeColor: "primary",
6386
+ size,
6387
+ rounded: null,
6388
+ children: "5"
6389
+ }
6390
+ ),
6391
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
6392
+ Button,
6393
+ {
6394
+ fillMode: "flat",
6395
+ themeColor: "primary",
6396
+ size,
6397
+ rounded: null,
6398
+ children: "6"
6399
+ }
6400
+ )
6401
+ ]
6402
+ }
6403
+ ),
6404
+ type === "numeric" && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
6405
+ "select",
6406
+ {
6407
+ className: classNames(
6408
+ "k-picker",
6409
+ "k-picker-solid",
6410
+ "k-dropdown-list",
6411
+ "k-dropdown",
6412
+ "k-rounded-md",
6413
+ optionClassNames("k-picker", {
6414
+ size
6415
+ }),
6416
+ {
6417
+ ["k-hidden"]: !adaptive
6418
+ }
6419
+ ),
6420
+ children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("option", { children: "99" })
6421
+ }
6422
+ ),
6423
+ type === "input" && /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
6424
+ "span",
6425
+ {
6426
+ className: classNames(
6427
+ "k-pager-input"
6428
+ ),
6429
+ children: [
6430
+ !adaptive && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("span", { children: "Page" }),
6431
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(NumericTextbox, { value: "999", size, showSpinButton: false, showClearButton: false }),
6432
+ !adaptive && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("span", { children: "of 8" })
6433
+ ]
6434
+ }
6435
+ ),
6436
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
6437
+ Button,
6438
+ {
6439
+ className: classNames(
6440
+ "k-pager-nav"
6441
+ ),
6442
+ fillMode: "flat",
6443
+ size,
6444
+ rounded: null,
6445
+ icon: dir === "rtl" ? "caret-alt-left" : "caret-alt-right"
6446
+ }
6447
+ ),
6448
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
6449
+ Button,
6450
+ {
6451
+ className: classNames(
6452
+ "k-pager-nav",
6453
+ "k-pager-last"
6454
+ ),
6455
+ fillMode: "flat",
6456
+ size,
6457
+ rounded: null,
6458
+ icon: dir === "rtl" ? "caret-alt-to-left" : "caret-alt-to-right"
6459
+ }
6460
+ )
6461
+ ]
6462
+ }
6463
+ ),
6464
+ pageSizes && /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
6465
+ "span",
6466
+ {
6467
+ className: classNames(
6468
+ "k-pager-sizes"
6469
+ ),
6470
+ children: [
6471
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(DropdownList, { value: "99", size }),
6472
+ itemsPerPage && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("span", { children: "items per page" })
6473
+ ]
6474
+ }
6475
+ ),
6476
+ refresh && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
6477
+ Button,
6478
+ {
6479
+ className: classNames(
6480
+ "k-pager-refresh"
6481
+ ),
6482
+ fillMode: "flat",
6483
+ size,
6484
+ rounded: null,
6485
+ icon: "arrow-rotate-cw"
6486
+ }
6487
+ ),
6488
+ info && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
6489
+ "span",
6490
+ {
6491
+ className: classNames(
6492
+ "k-pager-info"
6493
+ ),
6494
+ children: "1 - 20 of 91 items"
6495
+ }
6496
+ )
6497
+ ]
6498
+ }
6499
+ );
6500
+ };
6501
+ Pager.states = states32;
6502
+ Pager.options = options28;
6503
+ Pager.className = PAGER_CLASSNAME;
6504
+ Pager.defaultProps = defaultProps30;
6505
+
6506
+ // src/pager/templates/pager-normal.tsx
6507
+ var import_jsx_runtime92 = require("react/jsx-runtime");
6508
+
6509
+ // src/pager/templates/pager-input.tsx
6510
+ var import_jsx_runtime93 = require("react/jsx-runtime");
6511
+
6512
+ // src/pager/templates/pager-adaptive.tsx
6513
+ var import_jsx_runtime94 = require("react/jsx-runtime");
6514
+
6515
+ // src/pager/templates/pager-adaptive-input.tsx
6516
+ var import_jsx_runtime95 = require("react/jsx-runtime");
6517
+
6518
+ // src/grid/grid-pager.spec.tsx
6519
+ var import_jsx_runtime96 = require("react/jsx-runtime");
6520
+
6521
+ // src/button-group/button-group.spec.tsx
6522
+ var import_jsx_runtime97 = require("react/jsx-runtime");
6523
+ var BUTTONGROUP_CLASSNAME = `k-button-group`;
6524
+ var states33 = [
6525
+ States.disabled
6526
+ ];
6527
+ var options29 = {
6528
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
6529
+ };
6530
+ var defaultProps31 = {
6531
+ fillMode: FillMode.solid
6532
+ };
6533
+ var ButtonGroup = (props) => {
6534
+ const {
6535
+ fillMode = defaultProps31.fillMode,
6536
+ disabled,
6537
+ stretched,
6538
+ ...other
6539
+ } = props;
6540
+ return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
6541
+ "div",
6542
+ {
6543
+ ...other,
6544
+ className: classNames(
6545
+ props.className,
6546
+ BUTTONGROUP_CLASSNAME,
6547
+ optionClassNames(BUTTONGROUP_CLASSNAME, {
6548
+ fillMode
6549
+ }),
6550
+ stateClassNames(BUTTONGROUP_CLASSNAME, {
6551
+ disabled
6552
+ }),
6553
+ {
6554
+ [`${BUTTONGROUP_CLASSNAME}-stretched`]: stretched
6555
+ }
6556
+ ),
6557
+ children: props.children
6558
+ }
6559
+ );
6560
+ };
6561
+ ButtonGroup.states = states33;
6562
+ ButtonGroup.options = options29;
6563
+ ButtonGroup.className = BUTTONGROUP_CLASSNAME;
6564
+ ButtonGroup.defaultProps = defaultProps31;
6565
+
6566
+ // src/button-group/templates/icon-button-group.tsx
6567
+ var import_jsx_runtime98 = require("react/jsx-runtime");
6568
+
6569
+ // src/button-group/templates/icon-text-button-group.tsx
6570
+ var import_jsx_runtime99 = require("react/jsx-runtime");
6571
+
6572
+ // src/button-group/templates/text-button-group.tsx
6573
+ var import_jsx_runtime100 = require("react/jsx-runtime");
6574
+
6575
+ // src/button-group/templates/mixed-button-group.tsx
6576
+ var import_jsx_runtime101 = require("react/jsx-runtime");
6577
+
6578
+ // src/color-preview/color-preview.tsx
6579
+ var import_jsx_runtime102 = require("react/jsx-runtime");
6580
+ var COLORPREVIEW_CLASSNAME = `k-color-preview`;
6581
+ var states34 = [];
6582
+ var options30 = {};
6583
+ var ColorPreview = (props) => {
6584
+ const {
6585
+ color,
6586
+ iconName,
6587
+ ...other
6588
+ } = props;
6589
+ return /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
6590
+ "span",
6591
+ {
6592
+ ...other,
6593
+ className: classNames(
6594
+ props.className,
6595
+ COLORPREVIEW_CLASSNAME,
6596
+ {
6597
+ "k-icon-color-preview": iconName,
6598
+ "k-no-color": !color
6599
+ }
6600
+ ),
6601
+ children: [
6602
+ iconName && /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6603
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
6604
+ "span",
6605
+ {
6606
+ className: "k-color-preview-mask",
6607
+ style: { backgroundColor: color }
6608
+ }
6609
+ )
6610
+ ]
6611
+ }
6612
+ );
6613
+ };
6614
+ ColorPreview.states = states34;
6615
+ ColorPreview.options = options30;
6616
+ ColorPreview.className = COLORPREVIEW_CLASSNAME;
6617
+
6618
+ // src/colorpicker/colorpicker.spec.tsx
6619
+ var import_jsx_runtime103 = require("react/jsx-runtime");
6620
+ var COLORPICKER_CLASSNAME = `k-colorpicker`;
6621
+ var states35 = [
6622
+ States.hover,
6623
+ States.focus,
6624
+ States.valid,
6625
+ States.invalid,
6626
+ States.required,
6627
+ States.disabled
6628
+ ];
6629
+ var options31 = {
6630
+ size: [Size.small, Size.medium, Size.large],
6631
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6632
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6633
+ };
6634
+ var defaultProps32 = {
6635
+ arrowIconName: "caret-alt-down",
6636
+ size: Picker.defaultProps.size,
6637
+ rounded: Picker.defaultProps.rounded,
6638
+ fillMode: Picker.defaultProps.fillMode
6639
+ };
6640
+ var ColorPicker = (props) => {
6641
+ const {
6642
+ prefix,
6643
+ suffix,
6644
+ value,
6645
+ placeholder,
6646
+ size,
6647
+ rounded,
6648
+ fillMode,
6649
+ hover,
6650
+ focus,
6651
+ valid,
6652
+ invalid,
6653
+ required,
6654
+ disabled,
6655
+ valueIconName,
6656
+ arrowIconName = defaultProps32.arrowIconName,
6657
+ popup,
6658
+ opened,
6659
+ ...other
6660
+ } = props;
6661
+ return /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(import_jsx_runtime103.Fragment, { children: [
6662
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(
6663
+ Picker,
6664
+ {
6665
+ ...other,
6666
+ size,
6667
+ rounded,
6668
+ fillMode,
6669
+ hover,
6670
+ focus,
6671
+ valid,
6672
+ invalid,
6673
+ required,
6674
+ disabled,
6675
+ className: classNames(
6676
+ props.className,
6677
+ COLORPICKER_CLASSNAME,
6678
+ "k-icon-picker"
6679
+ ),
6680
+ children: [
6681
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(InputPrefix, { children: prefix }),
6682
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
6683
+ InputInnerSpan,
6684
+ {
6685
+ placeholder,
6686
+ value,
6687
+ showValue: false,
6688
+ valueIcon: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
6689
+ ColorPreview,
6690
+ {
6691
+ className: "k-value-icon",
6692
+ color: value,
6693
+ iconName: valueIconName
6694
+ }
6695
+ ),
6696
+ valueIconName
6697
+ }
6698
+ ),
6699
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(InputSuffix, { children: suffix }),
6700
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
6701
+ Button,
6702
+ {
6703
+ className: "k-input-button",
6704
+ icon: arrowIconName,
6705
+ rounded: null,
6706
+ size,
6707
+ fillMode
6708
+ }
6709
+ )
6710
+ ]
6711
+ }
6712
+ ),
6713
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(Popup, { className: "k-color-picker-popup", children: popup })
6714
+ ] });
6715
+ };
6716
+ ColorPicker.states = states35;
6717
+ ColorPicker.options = options31;
6718
+ ColorPicker.className = COLORPICKER_CLASSNAME;
6719
+ ColorPicker.defaultProps = defaultProps32;
6720
+
6721
+ // src/colorpicker/templates/colorpicker-normal.tsx
6722
+ var import_jsx_runtime104 = require("react/jsx-runtime");
6723
+
6724
+ // src/action-buttons/action-buttons.spec.tsx
6725
+ var import_jsx_runtime105 = require("react/jsx-runtime");
6726
+ var ACTIONBUTTONS_CLASSNAME = `k-actions`;
6727
+ var states36 = [];
6728
+ var options32 = {};
6729
+ var defaultProps33 = {
6730
+ alignment: "start",
6731
+ orientation: "horizontal"
6732
+ };
6733
+ var ActionButtons = (props) => {
6734
+ const {
6735
+ alignment = defaultProps33.alignment,
6736
+ orientation = defaultProps33.orientation,
6737
+ ...other
6738
+ } = props;
6739
+ return /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
6740
+ "div",
6741
+ {
6742
+ ...other,
6743
+ className: classNames(
6744
+ ACTIONBUTTONS_CLASSNAME,
6745
+ {
6746
+ [`${ACTIONBUTTONS_CLASSNAME}-${alignment}`]: alignment,
6747
+ [`${ACTIONBUTTONS_CLASSNAME}-${orientation}`]: orientation
6748
+ },
6749
+ props.className
6750
+ ),
6751
+ children: props.children
6752
+ }
6753
+ );
6754
+ };
6755
+ ActionButtons.states = states36;
6756
+ ActionButtons.options = options32;
6757
+ ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
6758
+ ActionButtons.defaultProps = defaultProps33;
6759
+ var action_buttons_spec_default = ActionButtons;
6760
+
6761
+ // src/slider/slider.spec.tsx
6762
+ var import_jsx_runtime106 = require("react/jsx-runtime");
6763
+ var SLIDER_CLASSNAME = "k-slider";
6764
+ var states37 = [
6765
+ States.hover,
6766
+ States.focus,
6767
+ States.active,
6768
+ States.disabled,
6769
+ States.readonly
6770
+ ];
6771
+ var options33 = {};
6772
+ var defaultProps34 = {
6773
+ type: "single",
6774
+ orientation: "horizontal",
6775
+ readonly: false,
6776
+ disabled: false,
6777
+ handlePosition: "end",
6778
+ showButtons: true,
6779
+ showTicks: true
6780
+ };
6781
+ var Slider = (props) => {
6782
+ const {
6783
+ type = defaultProps34.type,
6784
+ orientation = defaultProps34.orientation,
6785
+ readonly = defaultProps34.readonly,
6786
+ disabled = defaultProps34.disabled,
6787
+ handlePosition = defaultProps34.handlePosition,
6788
+ showButtons = defaultProps34.showButtons,
6789
+ showTicks = defaultProps34.showTicks,
6790
+ hover,
6791
+ focus,
6792
+ active,
6793
+ trackStyle,
6794
+ dir
6795
+ } = props;
6796
+ let iconIncrease;
6797
+ let iconDecrease;
6798
+ if (orientation === "horizontal") {
6799
+ iconIncrease = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
6800
+ iconDecrease = dir === "rtl" ? "caret-alt-right" : "caret-alt-left";
6801
+ } else if (orientation === "vertical") {
6802
+ iconIncrease = "caret-alt-up";
6803
+ iconDecrease = "caret-alt-down";
6804
+ }
6805
+ return /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)("div", { className: classNames(
6806
+ SLIDER_CLASSNAME,
6807
+ props.className,
6808
+ stateClassNames(SLIDER_CLASSNAME, {
6809
+ readonly,
6810
+ disabled
6811
+ }),
6812
+ {
6813
+ [`k-slider-${orientation}`]: orientation,
6814
+ "k-colorgradient-slider": type === "gradient",
6815
+ "k-range-slider": type === "range"
6816
+ }
6817
+ ), dir, children: [
6818
+ showButtons && /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
6819
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)("div", { className: "k-slider-track-wrap", children: [
6820
+ showTicks && /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("ul", { className: "k-reset k-slider-items", children: props.children }),
6821
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)("div", { className: "k-slider-track", style: trackStyle, children: [
6822
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("div", { className: "k-slider-selection" }),
6823
+ type === "range" && /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("span", { className: classNames(
6824
+ "k-draghandle",
6825
+ "k-draghandle-start",
6826
+ stateClassNames(SLIDER_CLASSNAME, {
6827
+ hover,
6828
+ focus,
6829
+ active
6830
+ })
6831
+ ) }),
6832
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("span", { className: classNames(
6833
+ "k-draghandle",
6834
+ `k-draghandle-${handlePosition}`,
6835
+ stateClassNames(SLIDER_CLASSNAME, {
6836
+ hover,
6837
+ focus,
6838
+ active
6839
+ })
6840
+ ) })
6841
+ ] })
6842
+ ] }),
6843
+ showButtons && /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
6844
+ ] });
6845
+ };
6846
+ Slider.states = states37;
6847
+ Slider.options = options33;
6848
+ Slider.className = SLIDER_CLASSNAME;
6849
+ Slider.defaultProps = defaultProps34;
6850
+
6851
+ // src/slider/slider-tick.tsx
6852
+ var import_jsx_runtime107 = require("react/jsx-runtime");
6853
+ var SLIDER_TICK_CLASSNAME = "k-tick";
6854
+ var states38 = [];
6855
+ var options34 = {};
6856
+ var defaultProps35 = {
6857
+ label: false
6110
6858
  };
6111
- var Searchbox = (props) => {
6859
+ var SliderTick = (props) => {
6112
6860
  const {
6113
- value,
6114
- placeholder,
6115
- size,
6116
- rounded,
6117
- fillMode,
6118
- hover,
6119
- focus,
6120
- valid,
6121
- invalid,
6122
- required,
6123
- loading,
6124
- disabled,
6125
- showIcon = defaultProps29.showIcon,
6126
- icon = defaultProps29.icon,
6127
- ...other
6861
+ style,
6862
+ label = defaultProps35.label,
6863
+ orientation,
6864
+ large,
6865
+ text
6128
6866
  } = props;
6129
- return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
6130
- Input,
6867
+ return /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("li", { className: classNames(
6868
+ props.className,
6869
+ SLIDER_TICK_CLASSNAME,
6131
6870
  {
6132
- ...other,
6133
- size,
6134
- rounded,
6135
- fillMode,
6136
- hover,
6137
- focus,
6138
- valid,
6139
- invalid,
6140
- required,
6141
- loading,
6142
- disabled,
6143
- className: classNames(props.className, SEARCHBOX_CLASSNAME),
6144
- children: [
6145
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { className: "k-input-icon", icon }),
6146
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(InputInnerInput, { placeholder, value }),
6147
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(InputLoadingIcon, { ...props }),
6148
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(InputValidationIcon, { ...props }),
6149
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(InputClearValue, { ...props })
6150
- ]
6871
+ [`k-tick-${orientation}`]: orientation,
6872
+ "k-tick-large": large
6151
6873
  }
6152
- );
6874
+ ), style, children: label && /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("span", { className: "k-label", children: text }) });
6153
6875
  };
6154
- Searchbox.states = states30;
6155
- Searchbox.options = options29;
6156
- Searchbox.className = SEARCHBOX_CLASSNAME;
6157
- Searchbox.defaultProps = defaultProps29;
6876
+ SliderTick.states = states38;
6877
+ SliderTick.options = options34;
6878
+ SliderTick.className = SLIDER_TICK_CLASSNAME;
6879
+ SliderTick.defaultProps = defaultProps35;
6158
6880
 
6159
- // src/searchbox/templates/searchbox-normal.tsx
6160
- var import_jsx_runtime69 = require("react/jsx-runtime");
6881
+ // src/slider/templates/slider-normal.tsx
6882
+ var import_jsx_runtime108 = require("react/jsx-runtime");
6161
6883
 
6162
- // src/dropdownlist/templates/dropdownlist-filtering.tsx
6163
- var import_jsx_runtime70 = require("react/jsx-runtime");
6884
+ // src/slider/templates/slider-vertical.tsx
6885
+ var import_jsx_runtime109 = require("react/jsx-runtime");
6164
6886
 
6165
- // src/dropdownlist/templates/dropdownlist-grouping.tsx
6166
- var import_jsx_runtime71 = require("react/jsx-runtime");
6887
+ // src/slider/templates/slider-range.tsx
6888
+ var import_jsx_runtime110 = require("react/jsx-runtime");
6167
6889
 
6168
- // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
6169
- var import_jsx_runtime72 = require("react/jsx-runtime");
6890
+ // src/slider/templates/slider-range-vertical.tsx
6891
+ var import_jsx_runtime111 = require("react/jsx-runtime");
6170
6892
 
6171
- // src/numerictextbox/templates/numerictextbox-prefix.tsx
6172
- var import_jsx_runtime73 = require("react/jsx-runtime");
6893
+ // src/slider/templates/slider-gradient.tsx
6894
+ var import_jsx_runtime112 = require("react/jsx-runtime");
6173
6895
 
6174
- // src/numerictextbox/templates/numerictextbox-suffix.tsx
6175
- var import_jsx_runtime74 = require("react/jsx-runtime");
6896
+ // src/slider/templates/slider-gradient-vertical.tsx
6897
+ var import_jsx_runtime113 = require("react/jsx-runtime");
6898
+ var SliderGradientVertical = (props) => /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
6899
+ Slider,
6900
+ {
6901
+ type: "gradient",
6902
+ orientation: "vertical",
6903
+ showButtons: false,
6904
+ showTicks: false,
6905
+ children: /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(import_jsx_runtime113.Fragment, { children: [
6906
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, { label: true, large: true, text: "0" }),
6907
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, {}),
6908
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, {}),
6909
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, {}),
6910
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, {}),
6911
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, { label: true, large: true, text: "5" }),
6912
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, {}),
6913
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, {}),
6914
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, {}),
6915
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, {}),
6916
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, { label: true, large: true, text: "10" })
6917
+ ] }),
6918
+ ...props
6919
+ }
6920
+ );
6176
6921
 
6177
6922
  // src/textbox/textbox.spec.tsx
6178
- var import_jsx_runtime75 = require("react/jsx-runtime");
6923
+ var import_jsx_runtime114 = require("react/jsx-runtime");
6179
6924
  var TEXTBOX_CLASSNAME = `k-textbox`;
6180
- var states31 = [
6925
+ var states39 = [
6181
6926
  States.hover,
6182
6927
  States.focus,
6183
6928
  States.valid,
@@ -6187,12 +6932,12 @@ var states31 = [
6187
6932
  States.loading,
6188
6933
  States.readonly
6189
6934
  ];
6190
- var options30 = {
6935
+ var options35 = {
6191
6936
  size: [Size.small, Size.medium, Size.large],
6192
6937
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6193
6938
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6194
6939
  };
6195
- var defaultProps30 = {
6940
+ var defaultProps36 = {
6196
6941
  showClearButton: true,
6197
6942
  size: Input.defaultProps.size,
6198
6943
  rounded: Input.defaultProps.rounded,
@@ -6215,10 +6960,10 @@ var Textbox = (props) => {
6215
6960
  loading,
6216
6961
  disabled,
6217
6962
  readonly,
6218
- showClearButton = defaultProps30.showClearButton,
6963
+ showClearButton = defaultProps36.showClearButton,
6219
6964
  ...other
6220
6965
  } = props;
6221
- return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
6966
+ return /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
6222
6967
  Input,
6223
6968
  {
6224
6969
  ...other,
@@ -6235,12 +6980,12 @@ var Textbox = (props) => {
6235
6980
  readonly,
6236
6981
  className: classNames(props.className, TEXTBOX_CLASSNAME),
6237
6982
  children: [
6238
- prefix && /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(import_jsx_runtime75.Fragment, { children: [
6239
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(InputPrefix, { children: prefix }),
6240
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(InputSeparator, {})
6983
+ prefix && /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(import_jsx_runtime114.Fragment, { children: [
6984
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(InputPrefix, { children: prefix }),
6985
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(InputSeparator, {})
6241
6986
  ] }),
6242
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(InputInnerInput, { placeholder, value }),
6243
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6987
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(InputInnerInput, { placeholder, value }),
6988
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
6244
6989
  InputValidationIcon,
6245
6990
  {
6246
6991
  valid,
@@ -6249,14 +6994,14 @@ var Textbox = (props) => {
6249
6994
  disabled
6250
6995
  }
6251
6996
  ),
6252
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6997
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
6253
6998
  InputLoadingIcon,
6254
6999
  {
6255
7000
  loading,
6256
7001
  disabled
6257
7002
  }
6258
7003
  ),
6259
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
7004
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
6260
7005
  InputClearValue,
6261
7006
  {
6262
7007
  loading,
@@ -6265,162 +7010,162 @@ var Textbox = (props) => {
6265
7010
  value
6266
7011
  }
6267
7012
  ),
6268
- suffix && /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(import_jsx_runtime75.Fragment, { children: [
6269
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(InputSeparator, {}),
6270
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(InputSuffix, { children: suffix })
7013
+ suffix && /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(import_jsx_runtime114.Fragment, { children: [
7014
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(InputSeparator, {}),
7015
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(InputSuffix, { children: suffix })
6271
7016
  ] })
6272
7017
  ]
6273
7018
  }
6274
7019
  );
6275
7020
  };
6276
- Textbox.states = states31;
6277
- Textbox.options = options30;
7021
+ Textbox.states = states39;
7022
+ Textbox.options = options35;
6278
7023
  Textbox.className = TEXTBOX_CLASSNAME;
6279
- Textbox.defaultProps = defaultProps30;
7024
+ Textbox.defaultProps = defaultProps36;
6280
7025
 
6281
7026
  // src/textbox/templates/textbox-normal.tsx
6282
- var import_jsx_runtime76 = require("react/jsx-runtime");
7027
+ var import_jsx_runtime115 = require("react/jsx-runtime");
6283
7028
 
6284
7029
  // src/textbox/templates/textbox-prefix.tsx
6285
- var import_jsx_runtime77 = require("react/jsx-runtime");
7030
+ var import_jsx_runtime116 = require("react/jsx-runtime");
6286
7031
 
6287
7032
  // src/textbox/templates/textbox-suffix.tsx
6288
- var import_jsx_runtime78 = require("react/jsx-runtime");
7033
+ var import_jsx_runtime117 = require("react/jsx-runtime");
6289
7034
 
6290
7035
  // src/colorgradient/color-input.tsx
6291
- var import_jsx_runtime79 = require("react/jsx-runtime");
7036
+ var import_jsx_runtime118 = require("react/jsx-runtime");
6292
7037
  var COLOR_INPUT_CLASSNAME = "k-colorgradient-inputs";
6293
- var states32 = [];
6294
- var options31 = {};
6295
- var defaultProps31 = {
7038
+ var states40 = [];
7039
+ var options36 = {};
7040
+ var defaultProps37 = {
6296
7041
  mode: "rgba"
6297
7042
  };
6298
7043
  var ColorInput = (props) => {
6299
7044
  const {
6300
- mode = defaultProps31.mode
7045
+ mode = defaultProps37.mode
6301
7046
  } = props;
6302
- return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: classNames(COLOR_INPUT_CLASSNAME, "k-hstack"), children: [
6303
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("div", { className: "k-vstack", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(Button, { fillMode: "flat", icon: "caret-alt-expand", className: "k-colorgradient-toggle-mode" }) }),
6304
- mode === "rgba" && /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(import_jsx_runtime79.Fragment, { children: [
6305
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6306
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6307
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
7047
+ return /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: classNames(COLOR_INPUT_CLASSNAME, "k-hstack"), children: [
7048
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vstack", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Button, { fillMode: "flat", icon: "caret-alt-expand", className: "k-colorgradient-toggle-mode" }) }),
7049
+ mode === "rgba" && /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(import_jsx_runtime118.Fragment, { children: [
7050
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
7051
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7052
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
6308
7053
  ] }),
6309
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6310
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6311
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
7054
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
7055
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7056
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
6312
7057
  ] }),
6313
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6314
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6315
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
7058
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
7059
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7060
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
6316
7061
  ] }),
6317
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6318
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
6319
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
7062
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
7063
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
7064
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
6320
7065
  ] })
6321
7066
  ] }),
6322
- mode === "rgb" && /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(import_jsx_runtime79.Fragment, { children: [
6323
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6324
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6325
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
7067
+ mode === "rgb" && /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(import_jsx_runtime118.Fragment, { children: [
7068
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
7069
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7070
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
6326
7071
  ] }),
6327
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6328
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6329
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
7072
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
7073
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7074
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
6330
7075
  ] }),
6331
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6332
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6333
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
7076
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
7077
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7078
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
6334
7079
  ] })
6335
7080
  ] }),
6336
- mode === "hsva" && /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(import_jsx_runtime79.Fragment, { children: [
6337
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6338
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6339
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
7081
+ mode === "hsva" && /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(import_jsx_runtime118.Fragment, { children: [
7082
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
7083
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7084
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
6340
7085
  ] }),
6341
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6342
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6343
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
7086
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
7087
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7088
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
6344
7089
  ] }),
6345
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6346
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6347
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
7090
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
7091
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7092
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
6348
7093
  ] }),
6349
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6350
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
6351
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
7094
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
7095
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
7096
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
6352
7097
  ] })
6353
7098
  ] }),
6354
- mode === "hsv" && /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(import_jsx_runtime79.Fragment, { children: [
6355
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6356
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6357
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
7099
+ mode === "hsv" && /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(import_jsx_runtime118.Fragment, { children: [
7100
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
7101
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7102
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
6358
7103
  ] }),
6359
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6360
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6361
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
7104
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
7105
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7106
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
6362
7107
  ] }),
6363
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6364
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6365
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
7108
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
7109
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7110
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
6366
7111
  ] })
6367
7112
  ] }),
6368
- mode === "hex" && /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(import_jsx_runtime79.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack k-flex-1", children: [
6369
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(Textbox, { showClearButton: false, value: "#b88484AA", className: "k-hex-value" }),
6370
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "HEX" })
7113
+ mode === "hex" && /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(import_jsx_runtime118.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack k-flex-1", children: [
7114
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Textbox, { showClearButton: false, value: "#b88484AA", className: "k-hex-value" }),
7115
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "HEX" })
6371
7116
  ] }) })
6372
7117
  ] });
6373
7118
  };
6374
- ColorInput.states = states32;
6375
- ColorInput.options = options31;
7119
+ ColorInput.states = states40;
7120
+ ColorInput.options = options36;
6376
7121
  ColorInput.className = COLOR_INPUT_CLASSNAME;
6377
- ColorInput.defaultProps = defaultProps31;
7122
+ ColorInput.defaultProps = defaultProps37;
6378
7123
 
6379
7124
  // src/colorgradient/color-contrast.tsx
6380
- var import_jsx_runtime80 = require("react/jsx-runtime");
7125
+ var import_jsx_runtime119 = require("react/jsx-runtime");
6381
7126
  var COLOR_CONTRAST_CLASSNAME = "k-colorgradient-color-contrast";
6382
- var states33 = [];
6383
- var options32 = {};
6384
- var defaultProps32 = {};
6385
- var ColorContrast = () => /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: classNames(COLOR_CONTRAST_CLASSNAME, "k-vbox"), children: [
6386
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: "k-contrast-ratio", children: [
6387
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { className: "k-contrast-ratio-text", children: "Contrast ratio: 7.1" }),
6388
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
6389
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Icon, { icon: "check" }),
6390
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Icon, { icon: "check" })
7127
+ var states41 = [];
7128
+ var options37 = {};
7129
+ var defaultProps38 = {};
7130
+ var ColorContrast = () => /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { className: classNames(COLOR_CONTRAST_CLASSNAME, "k-vbox"), children: [
7131
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { className: "k-contrast-ratio", children: [
7132
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: "k-contrast-ratio-text", children: "Contrast ratio: 7.1" }),
7133
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
7134
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: "check" }),
7135
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: "check" })
6391
7136
  ] })
6392
7137
  ] }),
6393
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { children: [
6394
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "AA: 4.5" }),
6395
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
7138
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { children: [
7139
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { children: "AA: 4.5" }),
7140
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
6396
7141
  "Pass",
6397
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Icon, { icon: "check" })
7142
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: "check" })
6398
7143
  ] })
6399
7144
  ] }),
6400
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { children: [
6401
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "AAA: 7.0" }),
6402
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("span", { className: "k-contrast-validation !k-text-error", children: [
7145
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { children: [
7146
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { children: "AAA: 7.0" }),
7147
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("span", { className: "k-contrast-validation !k-text-error", children: [
6403
7148
  "Fail",
6404
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Icon, { icon: "x" })
7149
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: "x" })
6405
7150
  ] })
6406
7151
  ] })
6407
7152
  ] });
6408
- ColorContrast.states = states33;
6409
- ColorContrast.options = options32;
7153
+ ColorContrast.states = states41;
7154
+ ColorContrast.options = options37;
6410
7155
  ColorContrast.className = COLOR_CONTRAST_CLASSNAME;
6411
- ColorContrast.defaultProps = defaultProps32;
7156
+ ColorContrast.defaultProps = defaultProps38;
6412
7157
 
6413
7158
  // src/colorgradient/color-gradient.spec.tsx
6414
- var import_jsx_runtime81 = require("react/jsx-runtime");
7159
+ var import_jsx_runtime120 = require("react/jsx-runtime");
6415
7160
  var COLOR_GRADIENT_CLASSNAME = "k-colorgradient";
6416
- var states34 = [
7161
+ var states42 = [
6417
7162
  States.hover,
6418
7163
  States.focus,
6419
7164
  States.readonly,
6420
7165
  States.disabled
6421
7166
  ];
6422
- var options33 = {};
6423
- var defaultProps33 = {
7167
+ var options38 = {};
7168
+ var defaultProps39 = {
6424
7169
  mode: "rgba",
6425
7170
  readonly: false,
6426
7171
  disabled: false,
@@ -6431,20 +7176,20 @@ var defaultProps33 = {
6431
7176
  };
6432
7177
  var ColorGradient = (props) => {
6433
7178
  const {
6434
- mode = defaultProps33.mode,
6435
- readonly = defaultProps33.readonly,
6436
- disabled = defaultProps33.disabled,
7179
+ mode = defaultProps39.mode,
7180
+ readonly = defaultProps39.readonly,
7181
+ disabled = defaultProps39.disabled,
6437
7182
  dir,
6438
- contrast = defaultProps33.contrast,
7183
+ contrast = defaultProps39.contrast,
6439
7184
  hover,
6440
7185
  focus,
6441
7186
  hoverHandle,
6442
7187
  focusHandle,
6443
- gradientStyle = defaultProps33.gradientStyle,
6444
- dragHandleStyle = defaultProps33.dragHandleStyle,
6445
- alphaStyle = defaultProps33.alphaStyle
7188
+ gradientStyle = defaultProps39.gradientStyle,
7189
+ dragHandleStyle = defaultProps39.dragHandleStyle,
7190
+ alphaStyle = defaultProps39.alphaStyle
6446
7191
  } = props;
6447
- return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("div", { className: classNames(
7192
+ return /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: classNames(
6448
7193
  props.className,
6449
7194
  COLOR_GRADIENT_CLASSNAME,
6450
7195
  stateClassNames(COLOR_GRADIENT_CLASSNAME, {
@@ -6454,8 +7199,8 @@ var ColorGradient = (props) => {
6454
7199
  disabled
6455
7200
  })
6456
7201
  ), dir, children: [
6457
- /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("div", { className: "k-colorgradient-canvas k-hstack", children: [
6458
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-hsv-rectangle", style: gradientStyle, children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-hsv-gradient", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: classNames(
7202
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "k-colorgradient-canvas k-hstack", children: [
7203
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("div", { className: "k-hsv-rectangle", style: gradientStyle, children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("div", { className: "k-hsv-gradient", children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("div", { className: classNames(
6459
7204
  "k-hsv-draghandle",
6460
7205
  "k-draghandle",
6461
7206
  {
@@ -6463,39 +7208,39 @@ var ColorGradient = (props) => {
6463
7208
  "k-focus": focusHandle
6464
7209
  }
6465
7210
  ), style: dragHandleStyle }) }) }),
6466
- /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("div", { className: "k-hsv-controls k-hstack", children: [
6467
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(SliderGradientVertical, { className: "k-hue-slider", hover: hoverHandle, focus: focusHandle }),
6468
- mode !== "rgb" && mode !== "hsv" && /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(SliderGradientVertical, { className: "k-alpha-slider", hover: hoverHandle, focus: focusHandle, trackStyle: alphaStyle })
7211
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "k-hsv-controls k-hstack", children: [
7212
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(SliderGradientVertical, { className: "k-hue-slider", hover: hoverHandle, focus: focusHandle }),
7213
+ mode !== "rgb" && mode !== "hsv" && /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(SliderGradientVertical, { className: "k-alpha-slider", hover: hoverHandle, focus: focusHandle, trackStyle: alphaStyle })
6469
7214
  ] })
6470
7215
  ] }),
6471
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(ColorInput, { mode: props.mode }),
6472
- contrast && /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(ColorContrast, {})
7216
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(ColorInput, { mode: props.mode }),
7217
+ contrast && /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(ColorContrast, {})
6473
7218
  ] });
6474
7219
  };
6475
- ColorGradient.states = states34;
6476
- ColorGradient.options = options33;
7220
+ ColorGradient.states = states42;
7221
+ ColorGradient.options = options38;
6477
7222
  ColorGradient.className = COLOR_GRADIENT_CLASSNAME;
6478
- ColorGradient.defaultProps = defaultProps33;
7223
+ ColorGradient.defaultProps = defaultProps39;
6479
7224
 
6480
7225
  // src/colorgradient/templates/colorgradient-normal.tsx
6481
- var import_jsx_runtime82 = require("react/jsx-runtime");
7226
+ var import_jsx_runtime121 = require("react/jsx-runtime");
6482
7227
 
6483
7228
  // src/colorgradient/templates/colorgradient-contrast.tsx
6484
- var import_jsx_runtime83 = require("react/jsx-runtime");
7229
+ var import_jsx_runtime122 = require("react/jsx-runtime");
6485
7230
 
6486
7231
  // src/colorpalette/colorpalette-row.tsx
6487
- var import_jsx_runtime84 = require("react/jsx-runtime");
6488
- var ColorPaletteRow = (props) => /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("tr", { children: props.children });
7232
+ var import_jsx_runtime123 = require("react/jsx-runtime");
7233
+ var ColorPaletteRow = (props) => /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("tr", { children: props.children });
6489
7234
 
6490
7235
  // src/colorpalette/colorpalette-tile.tsx
6491
- var import_jsx_runtime85 = require("react/jsx-runtime");
7236
+ var import_jsx_runtime124 = require("react/jsx-runtime");
6492
7237
  var COLORPALETTETILE_CLASSNAME = `k-colorpalette-tile`;
6493
- var states35 = [
7238
+ var states43 = [
6494
7239
  States.hover,
6495
7240
  States.focus,
6496
7241
  States.selected
6497
7242
  ];
6498
- var options34 = {};
7243
+ var options39 = {};
6499
7244
  var ColorPaletteTile = (props) => {
6500
7245
  const {
6501
7246
  color,
@@ -6510,7 +7255,7 @@ var ColorPaletteTile = (props) => {
6510
7255
  "width": tileSize ? tileSize + "px" : "",
6511
7256
  "height": tileSize ? tileSize + "px" : ""
6512
7257
  };
6513
- return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
7258
+ return /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
6514
7259
  "td",
6515
7260
  {
6516
7261
  ...other,
@@ -6527,24 +7272,24 @@ var ColorPaletteTile = (props) => {
6527
7272
  }
6528
7273
  );
6529
7274
  };
6530
- ColorPaletteTile.states = states35;
6531
- ColorPaletteTile.options = options34;
7275
+ ColorPaletteTile.states = states43;
7276
+ ColorPaletteTile.options = options39;
6532
7277
  ColorPaletteTile.className = COLORPALETTETILE_CLASSNAME;
6533
7278
 
6534
7279
  // src/colorpalette/colorpalette.spec.tsx
6535
- var import_jsx_runtime86 = require("react/jsx-runtime");
7280
+ var import_jsx_runtime125 = require("react/jsx-runtime");
6536
7281
  var COLORPALETTE_CLASSNAME = `k-colorpalette`;
6537
- var states36 = [
7282
+ var states44 = [
6538
7283
  States.disabled
6539
7284
  ];
6540
- var options35 = {};
6541
- var defaultProps34 = {
7285
+ var options40 = {};
7286
+ var defaultProps40 = {
6542
7287
  columns: 10
6543
7288
  };
6544
7289
  var ColorPalette = (props) => {
6545
7290
  const {
6546
7291
  palette,
6547
- columns = defaultProps34.columns,
7292
+ columns = defaultProps40.columns,
6548
7293
  tileSize,
6549
7294
  disabled,
6550
7295
  ...other
@@ -6557,14 +7302,14 @@ var ColorPalette = (props) => {
6557
7302
  Array.from({ length: Math.ceil(colors.length / cols) }, (_, i) => {
6558
7303
  const items = [];
6559
7304
  colors.slice(i * cols, (i + 1) * cols).map((color) => {
6560
- items.push(/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(ColorPaletteTile, { color, tileSize }));
7305
+ items.push(/* @__PURE__ */ (0, import_jsx_runtime125.jsx)(ColorPaletteTile, { color, tileSize }));
6561
7306
  });
6562
- const row = /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(ColorPaletteRow, { children: items });
7307
+ const row = /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(ColorPaletteRow, { children: items });
6563
7308
  newChildren.push(row);
6564
7309
  });
6565
7310
  }
6566
7311
  }
6567
- return /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
7312
+ return /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
6568
7313
  "div",
6569
7314
  {
6570
7315
  ...other,
@@ -6575,17 +7320,17 @@ var ColorPalette = (props) => {
6575
7320
  disabled
6576
7321
  })
6577
7322
  ),
6578
- children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("table", { className: "k-colorpalette-table", children: newChildren.length > 0 ? newChildren : props.children })
7323
+ children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("table", { className: "k-colorpalette-table", children: newChildren.length > 0 ? newChildren : props.children })
6579
7324
  }
6580
7325
  );
6581
7326
  };
6582
- ColorPalette.states = states36;
6583
- ColorPalette.options = options35;
7327
+ ColorPalette.states = states44;
7328
+ ColorPalette.options = options40;
6584
7329
  ColorPalette.className = COLORPALETTE_CLASSNAME;
6585
- ColorPalette.defaultProps = defaultProps34;
7330
+ ColorPalette.defaultProps = defaultProps40;
6586
7331
 
6587
7332
  // src/colorpalette/templates/colorpalette-normal.tsx
6588
- var import_jsx_runtime87 = require("react/jsx-runtime");
7333
+ var import_jsx_runtime126 = require("react/jsx-runtime");
6589
7334
 
6590
7335
  // src/colorpalette/colorpalette-presets.tsx
6591
7336
  var PALETTEPRESETS = {
@@ -6640,84 +7385,84 @@ var PALETTEPRESETS = {
6640
7385
  };
6641
7386
 
6642
7387
  // src/coloreditor/color-editor.spec.tsx
6643
- var import_jsx_runtime88 = require("react/jsx-runtime");
7388
+ var import_jsx_runtime127 = require("react/jsx-runtime");
6644
7389
  var COLOREDITOR_CLASSNAME = "k-coloreditor";
6645
- var states37 = [
7390
+ var states45 = [
6646
7391
  States.focus
6647
7392
  ];
6648
- var options36 = {};
6649
- var defaultProps35 = {
7393
+ var options41 = {};
7394
+ var defaultProps41 = {
6650
7395
  view: "gradient",
6651
7396
  currentColor: "fuchsia",
6652
7397
  palette: PALETTEPRESETS.office
6653
7398
  };
6654
7399
  var ColorEditor = (props) => {
6655
7400
  const {
6656
- view = defaultProps35.view,
7401
+ view = defaultProps41.view,
6657
7402
  color,
6658
- currentColor = defaultProps35.currentColor,
7403
+ currentColor = defaultProps41.currentColor,
6659
7404
  focus,
6660
7405
  focusView,
6661
7406
  dir,
6662
7407
  group,
6663
- palette = defaultProps35.palette
7408
+ palette = defaultProps41.palette
6664
7409
  } = props;
6665
- return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("div", { className: classNames(
7410
+ return /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)("div", { className: classNames(
6666
7411
  props.className,
6667
7412
  "k-flatcolorpicker",
6668
7413
  COLOREDITOR_CLASSNAME,
6669
7414
  stateClassNames(COLOREDITOR_CLASSNAME, { focus })
6670
7415
  ), dir, children: [
6671
- /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("div", { className: "k-coloreditor-header k-hstack", children: [
6672
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("div", { className: "k-coloreditor-header-actions k-hstack", children: group && /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(ButtonGroup, { children: [
6673
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(Button, { fillMode: "flat", icon: "droplet-slider", selected: view === "gradient" }),
6674
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(Button, { fillMode: "flat", icon: "palette", selected: view === "palette" })
7416
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)("div", { className: "k-coloreditor-header k-hstack", children: [
7417
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("div", { className: "k-coloreditor-header-actions k-hstack", children: group && /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(ButtonGroup, { children: [
7418
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { fillMode: "flat", icon: "droplet-slider", selected: view === "gradient" }),
7419
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { fillMode: "flat", icon: "palette", selected: view === "palette" })
6675
7420
  ] }) }),
6676
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("div", { className: "k-spacer" }),
6677
- /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("div", { className: "k-coloreditor-header-actions k-hstack", children: [
6678
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(Button, { fillMode: "flat", icon: "droplet-slash" }),
6679
- /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("div", { className: "k-coloreditor-preview k-vstack", children: [
6680
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(ColorPreview, { className: "k-coloreditor-preview-color", color }),
6681
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(ColorPreview, { className: "k-coloreditor-current-color", color: currentColor })
7421
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("div", { className: "k-spacer" }),
7422
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)("div", { className: "k-coloreditor-header-actions k-hstack", children: [
7423
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { fillMode: "flat", icon: "droplet-slash" }),
7424
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)("div", { className: "k-coloreditor-preview k-vstack", children: [
7425
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(ColorPreview, { className: "k-coloreditor-preview-color", color }),
7426
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(ColorPreview, { className: "k-coloreditor-current-color", color: currentColor })
6682
7427
  ] })
6683
7428
  ] })
6684
7429
  ] }),
6685
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("div", { className: "k-coloreditor-views k-vstack", children: view === "gradient" ? /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(ColorGradient, { focus: focusView }) : /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(ColorPalette, { palette }) }),
6686
- /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(ActionButtons, { className: "k-coloreditor-footer", alignment: "end", children: [
6687
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(Button, { className: "k-coloreditor-cancel", children: "Cancel" }),
6688
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(Button, { themeColor: "primary", className: "k-coloreditor-apply", children: "Apply" })
7430
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("div", { className: "k-coloreditor-views k-vstack", children: view === "gradient" ? /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(ColorGradient, { focus: focusView }) : /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(ColorPalette, { palette }) }),
7431
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(ActionButtons, { className: "k-coloreditor-footer", alignment: "end", children: [
7432
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { className: "k-coloreditor-cancel", children: "Cancel" }),
7433
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { themeColor: "primary", className: "k-coloreditor-apply", children: "Apply" })
6689
7434
  ] })
6690
7435
  ] });
6691
7436
  };
6692
- ColorEditor.states = states37;
6693
- ColorEditor.options = options36;
7437
+ ColorEditor.states = states45;
7438
+ ColorEditor.options = options41;
6694
7439
  ColorEditor.className = COLOREDITOR_CLASSNAME;
6695
- ColorEditor.defaultProps = defaultProps35;
7440
+ ColorEditor.defaultProps = defaultProps41;
6696
7441
 
6697
7442
  // src/coloreditor/templates/coloreditor-normal.tsx
6698
- var import_jsx_runtime89 = require("react/jsx-runtime");
7443
+ var import_jsx_runtime128 = require("react/jsx-runtime");
6699
7444
 
6700
7445
  // src/coloreditor/templates/coloreditor-palette.tsx
6701
- var import_jsx_runtime90 = require("react/jsx-runtime");
7446
+ var import_jsx_runtime129 = require("react/jsx-runtime");
6702
7447
 
6703
7448
  // src/coloreditor/templates/coloreditor-group.tsx
6704
- var import_jsx_runtime91 = require("react/jsx-runtime");
7449
+ var import_jsx_runtime130 = require("react/jsx-runtime");
6705
7450
 
6706
7451
  // src/coloreditor/templates/coloreditor-palette-group.tsx
6707
- var import_jsx_runtime92 = require("react/jsx-runtime");
7452
+ var import_jsx_runtime131 = require("react/jsx-runtime");
6708
7453
 
6709
7454
  // src/colorpicker/templates/colorpicker-popup-gradient.tsx
6710
- var import_jsx_runtime93 = require("react/jsx-runtime");
7455
+ var import_jsx_runtime132 = require("react/jsx-runtime");
6711
7456
 
6712
7457
  // src/colorpicker/templates/colorpicker-popup-palette.tsx
6713
- var import_jsx_runtime94 = require("react/jsx-runtime");
7458
+ var import_jsx_runtime133 = require("react/jsx-runtime");
6714
7459
 
6715
7460
  // src/action-sheet/action-sheet.spec.tsx
6716
- var import_jsx_runtime95 = require("react/jsx-runtime");
7461
+ var import_jsx_runtime134 = require("react/jsx-runtime");
6717
7462
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
6718
- var states38 = [];
6719
- var options37 = {};
6720
- var defaultProps36 = {
7463
+ var states46 = [];
7464
+ var options42 = {};
7465
+ var defaultProps42 = {
6721
7466
  side: "bottom",
6722
7467
  fullscreen: false,
6723
7468
  adaptive: false,
@@ -6730,14 +7475,14 @@ var ActionSheet = (props) => {
6730
7475
  header,
6731
7476
  footer,
6732
7477
  actions,
6733
- side = defaultProps36.side,
6734
- fullscreen = defaultProps36.fullscreen,
6735
- adaptive = defaultProps36.adaptive,
6736
- overlay = defaultProps36.overlay,
7478
+ side = defaultProps42.side,
7479
+ fullscreen = defaultProps42.fullscreen,
7480
+ adaptive = defaultProps42.adaptive,
7481
+ overlay = defaultProps42.overlay,
6737
7482
  ...other
6738
7483
  } = props;
6739
- const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
6740
- const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
7484
+ const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
7485
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
6741
7486
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
6742
7487
  switch (child.type) {
6743
7488
  case ActionSheetHeader:
@@ -6747,10 +7492,10 @@ var ActionSheet = (props) => {
6747
7492
  return true;
6748
7493
  }
6749
7494
  return true;
6750
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(import_jsx_runtime95.Fragment, {});
6751
- return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("div", { className: "k-actionsheet-container", children: [
6752
- overlay && /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("div", { className: "k-overlay" }),
6753
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7495
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(import_jsx_runtime134.Fragment, {});
7496
+ return /* @__PURE__ */ (0, import_jsx_runtime134.jsxs)("div", { className: "k-actionsheet-container", children: [
7497
+ overlay && /* @__PURE__ */ (0, import_jsx_runtime134.jsx)("div", { className: "k-overlay" }),
7498
+ /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
6754
7499
  AnimationContainer,
6755
7500
  {
6756
7501
  animationStyle: {
@@ -6760,7 +7505,7 @@ var ActionSheet = (props) => {
6760
7505
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
6761
7506
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
6762
7507
  },
6763
- children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7508
+ children: /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
6764
7509
  "div",
6765
7510
  {
6766
7511
  ...other,
@@ -6773,9 +7518,9 @@ var ActionSheet = (props) => {
6773
7518
  "k-adaptive-actionsheet": adaptive
6774
7519
  }
6775
7520
  ),
6776
- children: /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(import_jsx_runtime95.Fragment, { children: [
7521
+ children: /* @__PURE__ */ (0, import_jsx_runtime134.jsxs)(import_jsx_runtime134.Fragment, { children: [
6777
7522
  _ActionSheetHeader,
6778
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("div", { className: classNames(
7523
+ /* @__PURE__ */ (0, import_jsx_runtime134.jsx)("div", { className: classNames(
6779
7524
  "k-actionsheet-content",
6780
7525
  {
6781
7526
  "!k-overflow-hidden": adaptive
@@ -6789,13 +7534,13 @@ var ActionSheet = (props) => {
6789
7534
  )
6790
7535
  ] });
6791
7536
  };
6792
- ActionSheet.states = states38;
6793
- ActionSheet.options = options37;
7537
+ ActionSheet.states = states46;
7538
+ ActionSheet.options = options42;
6794
7539
  ActionSheet.className = ACTIONSHEET_CLASSNAME;
6795
- ActionSheet.defaultProps = defaultProps36;
7540
+ ActionSheet.defaultProps = defaultProps42;
6796
7541
 
6797
7542
  // src/action-sheet/actionsheet-header.tsx
6798
- var import_jsx_runtime96 = require("react/jsx-runtime");
7543
+ var import_jsx_runtime135 = require("react/jsx-runtime");
6799
7544
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
6800
7545
  var ActionSheetHeader = (props) => {
6801
7546
  const {
@@ -6805,7 +7550,7 @@ var ActionSheetHeader = (props) => {
6805
7550
  filter,
6806
7551
  ...other
6807
7552
  } = props;
6808
- return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7553
+ return /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
6809
7554
  "div",
6810
7555
  {
6811
7556
  ...other,
@@ -6813,30 +7558,30 @@ var ActionSheetHeader = (props) => {
6813
7558
  props.className,
6814
7559
  ACTIONSHEETHEADER_CLASSNAME
6815
7560
  ),
6816
- children: /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(import_jsx_runtime96.Fragment, { children: [
6817
- /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
6818
- !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(import_jsx_runtime96.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "k-actionsheet-title", children: [
6819
- title !== "" && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "k-text-center", children: title }),
6820
- subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
7561
+ children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)(import_jsx_runtime135.Fragment, { children: [
7562
+ /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
7563
+ !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(import_jsx_runtime135.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-actionsheet-title", children: [
7564
+ title !== "" && /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-text-center", children: title }),
7565
+ subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
6821
7566
  ] }) }),
6822
- props.children && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
6823
- actions && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(import_jsx_runtime96.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
7567
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
7568
+ actions && /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(import_jsx_runtime135.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
6824
7569
  ] }),
6825
- filter && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(import_jsx_runtime96.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
7570
+ filter && /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(import_jsx_runtime135.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
6826
7571
  ] })
6827
7572
  }
6828
7573
  );
6829
7574
  };
6830
7575
 
6831
7576
  // src/action-sheet/actionsheet-footer.tsx
6832
- var import_jsx_runtime97 = require("react/jsx-runtime");
7577
+ var import_jsx_runtime136 = require("react/jsx-runtime");
6833
7578
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
6834
7579
  var ActionSheetFooter = (props) => {
6835
7580
  const {
6836
7581
  actions,
6837
7582
  ...other
6838
7583
  } = props;
6839
- return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7584
+ return /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
6840
7585
  action_buttons_spec_default,
6841
7586
  {
6842
7587
  ...other,
@@ -6845,17 +7590,17 @@ var ActionSheetFooter = (props) => {
6845
7590
  ACTIONSHEETFOOTER_CLASSNAME
6846
7591
  ),
6847
7592
  alignment: "stretched",
6848
- children: /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(import_jsx_runtime97.Fragment, { children: [
7593
+ children: /* @__PURE__ */ (0, import_jsx_runtime136.jsxs)(import_jsx_runtime136.Fragment, { children: [
6849
7594
  actions && actions.map((action, index) => {
6850
7595
  if (action === "|") {
6851
- return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("span", { className: "k-separator" }, index);
7596
+ return /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("span", { className: "k-separator" }, index);
6852
7597
  }
6853
7598
  if (action === " ") {
6854
- return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("span", { className: "k-spacer" }, index);
7599
+ return /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("span", { className: "k-spacer" }, index);
6855
7600
  }
6856
7601
  const importantFlag = action.startsWith("!");
6857
7602
  const actionName = importantFlag ? action.substring(1) : action;
6858
- return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
7603
+ return /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
6859
7604
  }),
6860
7605
  !actions && props.children
6861
7606
  ] })
@@ -6864,12 +7609,12 @@ var ActionSheetFooter = (props) => {
6864
7609
  };
6865
7610
 
6866
7611
  // src/action-sheet/actionsheet-items.tsx
6867
- var import_jsx_runtime98 = require("react/jsx-runtime");
7612
+ var import_jsx_runtime137 = require("react/jsx-runtime");
6868
7613
  var ActionSheetItems = (props) => {
6869
7614
  const {
6870
7615
  ...other
6871
7616
  } = props;
6872
- return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
7617
+ return /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
6873
7618
  "div",
6874
7619
  {
6875
7620
  ...other,
@@ -6883,8 +7628,8 @@ var ActionSheetItems = (props) => {
6883
7628
  };
6884
7629
 
6885
7630
  // src/action-sheet/actionsheet-item.tsx
6886
- var import_jsx_runtime99 = require("react/jsx-runtime");
6887
- var states39 = [
7631
+ var import_jsx_runtime138 = require("react/jsx-runtime");
7632
+ var states47 = [
6888
7633
  States.hover,
6889
7634
  States.focus,
6890
7635
  States.selected,
@@ -6892,9 +7637,9 @@ var states39 = [
6892
7637
  ];
6893
7638
 
6894
7639
  // src/combobox/combobox.spec.tsx
6895
- var import_jsx_runtime100 = require("react/jsx-runtime");
7640
+ var import_jsx_runtime139 = require("react/jsx-runtime");
6896
7641
  var COMBOBOX_CLASSNAME = `k-combobox`;
6897
- var states40 = [
7642
+ var states48 = [
6898
7643
  States.hover,
6899
7644
  States.focus,
6900
7645
  States.valid,
@@ -6904,12 +7649,12 @@ var states40 = [
6904
7649
  States.disabled,
6905
7650
  States.readonly
6906
7651
  ];
6907
- var defaultProps37 = {
7652
+ var defaultProps43 = {
6908
7653
  size: Input.defaultProps.size,
6909
7654
  rounded: Input.defaultProps.rounded,
6910
7655
  fillMode: Input.defaultProps.fillMode
6911
7656
  };
6912
- var options38 = {
7657
+ var options43 = {
6913
7658
  size: [Size.small, Size.medium, Size.large],
6914
7659
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6915
7660
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -6937,8 +7682,8 @@ var Combobox = (props) => {
6937
7682
  adaptiveSettings,
6938
7683
  ...other
6939
7684
  } = props;
6940
- return /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(import_jsx_runtime100.Fragment, { children: [
6941
- /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(
7685
+ return /* @__PURE__ */ (0, import_jsx_runtime139.jsxs)(import_jsx_runtime139.Fragment, { children: [
7686
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsxs)(
6942
7687
  Input,
6943
7688
  {
6944
7689
  ...other,
@@ -6955,12 +7700,12 @@ var Combobox = (props) => {
6955
7700
  readonly,
6956
7701
  className: classNames(props.className, COMBOBOX_CLASSNAME),
6957
7702
  children: [
6958
- prefix && /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(import_jsx_runtime100.Fragment, { children: [
6959
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(InputPrefix, { children: prefix }),
6960
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(InputSeparator, {})
7703
+ prefix && /* @__PURE__ */ (0, import_jsx_runtime139.jsxs)(import_jsx_runtime139.Fragment, { children: [
7704
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(InputPrefix, { children: prefix }),
7705
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(InputSeparator, {})
6961
7706
  ] }),
6962
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(InputInnerInput, { placeholder, value }),
6963
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
7707
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(InputInnerInput, { placeholder, value }),
7708
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
6964
7709
  InputValidationIcon,
6965
7710
  {
6966
7711
  valid,
@@ -6969,14 +7714,14 @@ var Combobox = (props) => {
6969
7714
  disabled
6970
7715
  }
6971
7716
  ),
6972
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
7717
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
6973
7718
  InputLoadingIcon,
6974
7719
  {
6975
7720
  loading,
6976
7721
  disabled
6977
7722
  }
6978
7723
  ),
6979
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
7724
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
6980
7725
  InputClearValue,
6981
7726
  {
6982
7727
  loading,
@@ -6985,11 +7730,11 @@ var Combobox = (props) => {
6985
7730
  value
6986
7731
  }
6987
7732
  ),
6988
- suffix && /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(import_jsx_runtime100.Fragment, { children: [
6989
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(InputSeparator, {}),
6990
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(InputSuffix, { children: suffix })
7733
+ suffix && /* @__PURE__ */ (0, import_jsx_runtime139.jsxs)(import_jsx_runtime139.Fragment, { children: [
7734
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(InputSeparator, {}),
7735
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(InputSuffix, { children: suffix })
6991
7736
  ] }),
6992
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
7737
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
6993
7738
  Button,
6994
7739
  {
6995
7740
  className: "k-input-button",
@@ -7002,9 +7747,9 @@ var Combobox = (props) => {
7002
7747
  ]
7003
7748
  }
7004
7749
  ),
7005
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
7006
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
7007
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
7750
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
7751
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime139.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
7752
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
7008
7753
  ActionSheetHeader,
7009
7754
  {
7010
7755
  actions: ["x"],
@@ -7012,48 +7757,48 @@ var Combobox = (props) => {
7012
7757
  title: "Select Item"
7013
7758
  }
7014
7759
  ),
7015
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(List, { size: "large", children: [
7016
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(ListItem, { text: "List item" }),
7017
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(ListItem, { text: "List item" }),
7018
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(ListItem, { text: "List item" })
7760
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime139.jsxs)(List, { size: "large", children: [
7761
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(ListItem, { text: "List item" }),
7762
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(ListItem, { text: "List item" }),
7763
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(ListItem, { text: "List item" })
7019
7764
  ] }) })
7020
7765
  ] })
7021
7766
  ] });
7022
7767
  };
7023
- Combobox.states = states40;
7024
- Combobox.options = options38;
7768
+ Combobox.states = states48;
7769
+ Combobox.options = options43;
7025
7770
  Combobox.className = COMBOBOX_CLASSNAME;
7026
- Combobox.defaultProps = defaultProps37;
7771
+ Combobox.defaultProps = defaultProps43;
7027
7772
 
7028
7773
  // src/combobox/templates/combobox-normal.tsx
7029
- var import_jsx_runtime101 = require("react/jsx-runtime");
7774
+ var import_jsx_runtime140 = require("react/jsx-runtime");
7030
7775
 
7031
7776
  // src/combobox/templates/combobox-popup.tsx
7032
- var import_jsx_runtime102 = require("react/jsx-runtime");
7777
+ var import_jsx_runtime141 = require("react/jsx-runtime");
7033
7778
 
7034
7779
  // src/combobox/templates/combobox-grouping.tsx
7035
- var import_jsx_runtime103 = require("react/jsx-runtime");
7780
+ var import_jsx_runtime142 = require("react/jsx-runtime");
7036
7781
 
7037
7782
  // src/combobox/templates/combobox-adaptive.tsx
7038
- var import_jsx_runtime104 = require("react/jsx-runtime");
7783
+ var import_jsx_runtime143 = require("react/jsx-runtime");
7039
7784
 
7040
7785
  // src/combobox/templates/combobox-prefix.tsx
7041
- var import_jsx_runtime105 = require("react/jsx-runtime");
7786
+ var import_jsx_runtime144 = require("react/jsx-runtime");
7042
7787
 
7043
7788
  // src/combobox/templates/combobox-suffix.tsx
7044
- var import_jsx_runtime106 = require("react/jsx-runtime");
7789
+ var import_jsx_runtime145 = require("react/jsx-runtime");
7045
7790
 
7046
7791
  // src/menu-button/menu-button.spec.tsx
7047
- var import_jsx_runtime107 = require("react/jsx-runtime");
7792
+ var import_jsx_runtime146 = require("react/jsx-runtime");
7048
7793
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
7049
- var states41 = [
7794
+ var states49 = [
7050
7795
  States.hover,
7051
7796
  States.focus,
7052
7797
  States.active,
7053
7798
  States.selected,
7054
7799
  States.disabled
7055
7800
  ];
7056
- var options39 = {
7801
+ var options44 = {
7057
7802
  size: [Size.small, Size.medium, Size.large],
7058
7803
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7059
7804
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -7071,7 +7816,7 @@ var options39 = {
7071
7816
  ThemeColor.inverse
7072
7817
  ]
7073
7818
  };
7074
- var defaultProps38 = {
7819
+ var defaultProps44 = {
7075
7820
  size: Size.medium,
7076
7821
  rounded: Roundness.medium,
7077
7822
  fillMode: FillMode.solid,
@@ -7081,10 +7826,10 @@ var defaultProps38 = {
7081
7826
  };
7082
7827
  var MenuButton = (props) => {
7083
7828
  const {
7084
- size = defaultProps38.size,
7085
- rounded = defaultProps38.rounded,
7086
- fillMode = defaultProps38.fillMode,
7087
- themeColor = defaultProps38.themeColor,
7829
+ size = defaultProps44.size,
7830
+ rounded = defaultProps44.rounded,
7831
+ fillMode = defaultProps44.fillMode,
7832
+ themeColor = defaultProps44.themeColor,
7088
7833
  hover,
7089
7834
  focus,
7090
7835
  active,
@@ -7092,14 +7837,14 @@ var MenuButton = (props) => {
7092
7837
  disabled,
7093
7838
  icon,
7094
7839
  text,
7095
- showArrow = defaultProps38.showArrow,
7096
- arrowIconName = defaultProps38.arrowIconName,
7840
+ showArrow = defaultProps44.showArrow,
7841
+ arrowIconName = defaultProps44.arrowIconName,
7097
7842
  popup,
7098
7843
  opened,
7099
7844
  ...other
7100
7845
  } = props;
7101
- return /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(import_jsx_runtime107.Fragment, { children: [
7102
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
7846
+ return /* @__PURE__ */ (0, import_jsx_runtime146.jsxs)(import_jsx_runtime146.Fragment, { children: [
7847
+ /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
7103
7848
  Button,
7104
7849
  {
7105
7850
  ...other,
@@ -7122,35 +7867,35 @@ var MenuButton = (props) => {
7122
7867
  arrowIconName
7123
7868
  }
7124
7869
  ),
7125
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Popup, { className: "k-menu-popup", children: popup })
7870
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(Popup, { className: "k-menu-popup", children: popup })
7126
7871
  ] });
7127
7872
  };
7128
- MenuButton.states = states41;
7129
- MenuButton.options = options39;
7873
+ MenuButton.states = states49;
7874
+ MenuButton.options = options44;
7130
7875
  MenuButton.className = MENUBUTTON_CLASSNAME;
7131
- MenuButton.defaultProps = defaultProps38;
7876
+ MenuButton.defaultProps = defaultProps44;
7132
7877
 
7133
7878
  // src/menu-button/templates/icon-menu-button.tsx
7134
- var import_jsx_runtime108 = require("react/jsx-runtime");
7879
+ var import_jsx_runtime147 = require("react/jsx-runtime");
7135
7880
 
7136
7881
  // src/menu-button/templates/icon-text-menu-button.tsx
7137
- var import_jsx_runtime109 = require("react/jsx-runtime");
7882
+ var import_jsx_runtime148 = require("react/jsx-runtime");
7138
7883
 
7139
7884
  // src/menu-button/templates/text-menu-button.tsx
7140
- var import_jsx_runtime110 = require("react/jsx-runtime");
7885
+ var import_jsx_runtime149 = require("react/jsx-runtime");
7141
7886
 
7142
7887
  // src/menu/menu-item.spec.tsx
7143
- var import_jsx_runtime111 = require("react/jsx-runtime");
7888
+ var import_jsx_runtime150 = require("react/jsx-runtime");
7144
7889
  var MENUITEM_CLASSNAME = `k-menu-item`;
7145
- var states42 = [
7890
+ var states50 = [
7146
7891
  States.hover,
7147
7892
  States.focus,
7148
7893
  States.active,
7149
7894
  States.selected,
7150
7895
  States.disabled
7151
7896
  ];
7152
- var options40 = {};
7153
- var defaultProps39 = {
7897
+ var options45 = {};
7898
+ var defaultProps45 = {
7154
7899
  dir: "ltr"
7155
7900
  };
7156
7901
  var MenuItem = (props) => {
@@ -7164,11 +7909,11 @@ var MenuItem = (props) => {
7164
7909
  text,
7165
7910
  showArrow,
7166
7911
  arrowIconName,
7167
- dir = defaultProps39.dir,
7912
+ dir = defaultProps45.dir,
7168
7913
  children,
7169
7914
  ...other
7170
7915
  } = props;
7171
- const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(import_jsx_runtime111.Fragment, {});
7916
+ const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(import_jsx_runtime150.Fragment, {});
7172
7917
  if (children) {
7173
7918
  children.forEach((child) => {
7174
7919
  const component = child.type;
@@ -7182,7 +7927,7 @@ var MenuItem = (props) => {
7182
7927
  if (!expandArrowName) {
7183
7928
  expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
7184
7929
  }
7185
- return /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)(
7930
+ return /* @__PURE__ */ (0, import_jsx_runtime150.jsxs)(
7186
7931
  "li",
7187
7932
  {
7188
7933
  ...other,
@@ -7197,7 +7942,7 @@ var MenuItem = (props) => {
7197
7942
  })
7198
7943
  ),
7199
7944
  children: [
7200
- /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)(
7945
+ /* @__PURE__ */ (0, import_jsx_runtime150.jsxs)(
7201
7946
  "span",
7202
7947
  {
7203
7948
  className: classNames(
@@ -7210,9 +7955,9 @@ var MenuItem = (props) => {
7210
7955
  })
7211
7956
  ),
7212
7957
  children: [
7213
- icon && /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(Icon, { className: "k-menu-link-icon", icon }),
7214
- /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("span", { className: "k-menu-link-text", children: text }),
7215
- showArrow && /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(Icon, { icon: expandArrowName }) })
7958
+ icon && /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(Icon, { className: "k-menu-link-icon", icon }),
7959
+ /* @__PURE__ */ (0, import_jsx_runtime150.jsx)("span", { className: "k-menu-link-text", children: text }),
7960
+ showArrow && /* @__PURE__ */ (0, import_jsx_runtime150.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(Icon, { icon: expandArrowName }) })
7216
7961
  ]
7217
7962
  }
7218
7963
  ),
@@ -7221,24 +7966,24 @@ var MenuItem = (props) => {
7221
7966
  }
7222
7967
  );
7223
7968
  };
7224
- MenuItem.states = states42;
7225
- MenuItem.options = options40;
7969
+ MenuItem.states = states50;
7970
+ MenuItem.options = options45;
7226
7971
  MenuItem.className = MENUITEM_CLASSNAME;
7227
- MenuItem.defaultProps = defaultProps39;
7972
+ MenuItem.defaultProps = defaultProps45;
7228
7973
  var menu_item_spec_default = MenuItem;
7229
7974
 
7230
7975
  // src/menu/menu-separator.spec.tsx
7231
- var import_jsx_runtime112 = require("react/jsx-runtime");
7976
+ var import_jsx_runtime151 = require("react/jsx-runtime");
7232
7977
  var SEPARATOR_CLASSNAME = `k-separator`;
7233
- var defaultProps40 = {
7978
+ var defaultProps46 = {
7234
7979
  orientation: "horizontal"
7235
7980
  };
7236
7981
  var MenuSeparator = (props) => {
7237
7982
  const {
7238
- orientation = defaultProps40.orientation,
7983
+ orientation = defaultProps46.orientation,
7239
7984
  ...other
7240
7985
  } = props;
7241
- return /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7986
+ return /* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
7242
7987
  "li",
7243
7988
  {
7244
7989
  ...other,
@@ -7256,25 +8001,25 @@ var MenuSeparator = (props) => {
7256
8001
  var menu_separator_spec_default = MenuSeparator;
7257
8002
 
7258
8003
  // src/menu/menu-item-content.tsx
7259
- var import_jsx_runtime113 = require("react/jsx-runtime");
8004
+ var import_jsx_runtime152 = require("react/jsx-runtime");
7260
8005
 
7261
8006
  // src/menu/menu-list.spec.tsx
7262
- var import_jsx_runtime114 = require("react/jsx-runtime");
8007
+ var import_jsx_runtime153 = require("react/jsx-runtime");
7263
8008
  var import_react = require("react");
7264
8009
  var MENULIST_CLASSNAME = `k-menu-group`;
7265
- var states43 = [];
7266
- var options41 = {
8010
+ var states51 = [];
8011
+ var options46 = {
7267
8012
  size: [Size.small, Size.medium, Size.large]
7268
8013
  };
7269
- var defaultProps41 = {
8014
+ var defaultProps47 = {
7270
8015
  size: Size.medium,
7271
8016
  dir: "ltr"
7272
8017
  };
7273
8018
  var MenuList = (props) => {
7274
8019
  const {
7275
8020
  children,
7276
- size = defaultProps41.size,
7277
- dir = defaultProps41.dir,
8021
+ size = defaultProps47.size,
8022
+ dir = defaultProps47.dir,
7278
8023
  ...other
7279
8024
  } = props;
7280
8025
  const listChildren = [];
@@ -7287,7 +8032,7 @@ var MenuList = (props) => {
7287
8032
  );
7288
8033
  } else if (child.type === menu_separator_spec_default) {
7289
8034
  listChildren.push(
7290
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(menu_separator_spec_default, {})
8035
+ /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(menu_separator_spec_default, {})
7291
8036
  );
7292
8037
  } else {
7293
8038
  listChildren.push(child);
@@ -7295,7 +8040,7 @@ var MenuList = (props) => {
7295
8040
  });
7296
8041
  }
7297
8042
  }
7298
- return /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
8043
+ return /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
7299
8044
  "ul",
7300
8045
  {
7301
8046
  ...other,
@@ -7310,25 +8055,25 @@ var MenuList = (props) => {
7310
8055
  }
7311
8056
  );
7312
8057
  };
7313
- MenuList.states = states43;
7314
- MenuList.options = options41;
8058
+ MenuList.states = states51;
8059
+ MenuList.options = options46;
7315
8060
  MenuList.className = MENULIST_CLASSNAME;
7316
- MenuList.defaultProps = defaultProps41;
8061
+ MenuList.defaultProps = defaultProps47;
7317
8062
 
7318
8063
  // src/menu-button/templates/menu-button-popup.tsx
7319
- var import_jsx_runtime115 = require("react/jsx-runtime");
8064
+ var import_jsx_runtime154 = require("react/jsx-runtime");
7320
8065
 
7321
8066
  // src/split-button/split-button.spec.tsx
7322
- var import_jsx_runtime116 = require("react/jsx-runtime");
8067
+ var import_jsx_runtime155 = require("react/jsx-runtime");
7323
8068
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
7324
- var states44 = [
8069
+ var states52 = [
7325
8070
  States.hover,
7326
8071
  States.focus,
7327
8072
  States.active,
7328
8073
  States.selected,
7329
8074
  States.disabled
7330
8075
  ];
7331
- var options42 = {
8076
+ var options47 = {
7332
8077
  size: [Size.small, Size.medium, Size.large],
7333
8078
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7334
8079
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -7346,7 +8091,7 @@ var options42 = {
7346
8091
  ThemeColor.inverse
7347
8092
  ]
7348
8093
  };
7349
- var defaultProps42 = {
8094
+ var defaultProps48 = {
7350
8095
  size: Size.medium,
7351
8096
  rounded: Roundness.medium,
7352
8097
  fillMode: FillMode.solid,
@@ -7355,10 +8100,10 @@ var defaultProps42 = {
7355
8100
  };
7356
8101
  var SplitButton = (props) => {
7357
8102
  const {
7358
- size = defaultProps42.size,
7359
- rounded = defaultProps42.rounded,
7360
- fillMode = defaultProps42.fillMode,
7361
- themeColor = defaultProps42.themeColor,
8103
+ size = defaultProps48.size,
8104
+ rounded = defaultProps48.rounded,
8105
+ fillMode = defaultProps48.fillMode,
8106
+ themeColor = defaultProps48.themeColor,
7362
8107
  hover,
7363
8108
  focus,
7364
8109
  active,
@@ -7366,13 +8111,13 @@ var SplitButton = (props) => {
7366
8111
  disabled,
7367
8112
  icon,
7368
8113
  text,
7369
- arrowIconName = defaultProps42.arrowIconName,
8114
+ arrowIconName = defaultProps48.arrowIconName,
7370
8115
  popup,
7371
8116
  opened,
7372
8117
  ...other
7373
8118
  } = props;
7374
- return /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(import_jsx_runtime116.Fragment, { children: [
7375
- /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(
8119
+ return /* @__PURE__ */ (0, import_jsx_runtime155.jsxs)(import_jsx_runtime155.Fragment, { children: [
8120
+ /* @__PURE__ */ (0, import_jsx_runtime155.jsxs)(
7376
8121
  "div",
7377
8122
  {
7378
8123
  ...other,
@@ -7385,7 +8130,7 @@ var SplitButton = (props) => {
7385
8130
  })
7386
8131
  ),
7387
8132
  children: [
7388
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
8133
+ /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
7389
8134
  Button,
7390
8135
  {
7391
8136
  text,
@@ -7402,7 +8147,7 @@ var SplitButton = (props) => {
7402
8147
  children: props.children
7403
8148
  }
7404
8149
  ),
7405
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
8150
+ /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
7406
8151
  Button,
7407
8152
  {
7408
8153
  className: "k-split-button-arrow",
@@ -7416,30 +8161,30 @@ var SplitButton = (props) => {
7416
8161
  ]
7417
8162
  }
7418
8163
  ),
7419
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(Popup, { className: "k-menu-popup", children: popup })
8164
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(Popup, { className: "k-menu-popup", children: popup })
7420
8165
  ] });
7421
8166
  };
7422
- SplitButton.states = states44;
7423
- SplitButton.options = options42;
8167
+ SplitButton.states = states52;
8168
+ SplitButton.options = options47;
7424
8169
  SplitButton.className = SPLITBUTTON_CLASSNAME;
7425
- SplitButton.defaultProps = defaultProps42;
8170
+ SplitButton.defaultProps = defaultProps48;
7426
8171
  var split_button_spec_default = SplitButton;
7427
8172
 
7428
8173
  // src/toolbar/toolbar.spec.tsx
7429
- var import_jsx_runtime117 = require("react/jsx-runtime");
8174
+ var import_jsx_runtime156 = require("react/jsx-runtime");
7430
8175
  var TOOLBAR_CLASSNAME = `k-toolbar`;
7431
- var states45 = [
8176
+ var states53 = [
7432
8177
  States.focus
7433
8178
  ];
7434
- var options43 = {
8179
+ var options48 = {
7435
8180
  size: [Size.small, Size.medium, Size.large]
7436
8181
  };
7437
- var defaultProps43 = {
8182
+ var defaultProps49 = {
7438
8183
  size: Size.medium
7439
8184
  };
7440
8185
  var Toolbar = (props) => {
7441
8186
  const {
7442
- size = defaultProps43.size,
8187
+ size = defaultProps49.size,
7443
8188
  focus,
7444
8189
  resizable,
7445
8190
  ...other
@@ -7449,7 +8194,7 @@ var Toolbar = (props) => {
7449
8194
  const tempToolbarChildren = [];
7450
8195
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
7451
8196
  tempToolbarChildren.push(
7452
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
8197
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
7453
8198
  Button,
7454
8199
  {
7455
8200
  ...child.props,
@@ -7460,7 +8205,7 @@ var Toolbar = (props) => {
7460
8205
  );
7461
8206
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
7462
8207
  tempToolbarChildren.push(
7463
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
8208
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
7464
8209
  Button,
7465
8210
  {
7466
8211
  ...child.props,
@@ -7471,7 +8216,7 @@ var Toolbar = (props) => {
7471
8216
  );
7472
8217
  } else if (child.type === Button) {
7473
8218
  tempToolbarChildren.push(
7474
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
8219
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
7475
8220
  Button,
7476
8221
  {
7477
8222
  ...child.props,
@@ -7482,7 +8227,7 @@ var Toolbar = (props) => {
7482
8227
  );
7483
8228
  } else if (child.type === MenuButton) {
7484
8229
  tempToolbarChildren.push(
7485
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
8230
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
7486
8231
  MenuButton,
7487
8232
  {
7488
8233
  ...child.props,
@@ -7493,7 +8238,7 @@ var Toolbar = (props) => {
7493
8238
  );
7494
8239
  } else if (child.type === split_button_spec_default) {
7495
8240
  tempToolbarChildren.push(
7496
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
8241
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
7497
8242
  split_button_spec_default,
7498
8243
  {
7499
8244
  ...child.props,
@@ -7507,7 +8252,7 @@ var Toolbar = (props) => {
7507
8252
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
7508
8253
  childrenArray.forEach((button, bindex) => {
7509
8254
  buttonGroupItems.push(
7510
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
8255
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
7511
8256
  Button,
7512
8257
  {
7513
8258
  ...button.props,
@@ -7518,7 +8263,7 @@ var Toolbar = (props) => {
7518
8263
  );
7519
8264
  });
7520
8265
  tempToolbarChildren.push(
7521
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
8266
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
7522
8267
  ButtonGroup,
7523
8268
  {
7524
8269
  ...child.props,
@@ -7530,7 +8275,7 @@ var Toolbar = (props) => {
7530
8275
  );
7531
8276
  } else if (child.type === Combobox) {
7532
8277
  tempToolbarChildren.push(
7533
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
8278
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
7534
8279
  Combobox,
7535
8280
  {
7536
8281
  ...child.props,
@@ -7541,7 +8286,7 @@ var Toolbar = (props) => {
7541
8286
  );
7542
8287
  } else if (child.type === DropdownList) {
7543
8288
  tempToolbarChildren.push(
7544
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
8289
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
7545
8290
  DropdownList,
7546
8291
  {
7547
8292
  ...child.props,
@@ -7552,7 +8297,7 @@ var Toolbar = (props) => {
7552
8297
  );
7553
8298
  } else if (child.type === ColorPicker) {
7554
8299
  tempToolbarChildren.push(
7555
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
8300
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
7556
8301
  ColorPicker,
7557
8302
  {
7558
8303
  ...child.props,
@@ -7574,7 +8319,7 @@ var Toolbar = (props) => {
7574
8319
  addUniqueToolClass(child, index);
7575
8320
  });
7576
8321
  }
7577
- return /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
8322
+ return /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
7578
8323
  "div",
7579
8324
  {
7580
8325
  ...other,
@@ -7595,26 +8340,26 @@ var Toolbar = (props) => {
7595
8340
  }
7596
8341
  );
7597
8342
  };
7598
- Toolbar.states = states45;
7599
- Toolbar.options = options43;
8343
+ Toolbar.states = states53;
8344
+ Toolbar.options = options48;
7600
8345
  Toolbar.className = TOOLBAR_CLASSNAME;
7601
- Toolbar.defaultProps = defaultProps43;
8346
+ Toolbar.defaultProps = defaultProps49;
7602
8347
 
7603
8348
  // src/toolbar/toolbar-angular.spec.tsx
7604
- var import_jsx_runtime118 = require("react/jsx-runtime");
8349
+ var import_jsx_runtime157 = require("react/jsx-runtime");
7605
8350
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
7606
- var states46 = [
8351
+ var states54 = [
7607
8352
  States.focus
7608
8353
  ];
7609
- var options44 = {
8354
+ var options49 = {
7610
8355
  size: [Size.small, Size.medium, Size.large]
7611
8356
  };
7612
- var defaultProps44 = {
8357
+ var defaultProps50 = {
7613
8358
  size: Size.medium
7614
8359
  };
7615
8360
  var ToolbarAngular = (props) => {
7616
8361
  const {
7617
- size = defaultProps44.size,
8362
+ size = defaultProps50.size,
7618
8363
  focus,
7619
8364
  resizable,
7620
8365
  ...other
@@ -7624,7 +8369,7 @@ var ToolbarAngular = (props) => {
7624
8369
  const tempToolbarChildren = [];
7625
8370
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
7626
8371
  tempToolbarChildren.push(
7627
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
8372
+ /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
7628
8373
  Button,
7629
8374
  {
7630
8375
  ...child.props,
@@ -7635,7 +8380,7 @@ var ToolbarAngular = (props) => {
7635
8380
  );
7636
8381
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
7637
8382
  tempToolbarChildren.push(
7638
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
8383
+ /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
7639
8384
  Button,
7640
8385
  {
7641
8386
  ...child.props,
@@ -7646,7 +8391,7 @@ var ToolbarAngular = (props) => {
7646
8391
  );
7647
8392
  } else if (child.type === Button) {
7648
8393
  tempToolbarChildren.push(
7649
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
8394
+ /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
7650
8395
  Button,
7651
8396
  {
7652
8397
  ...child.props,
@@ -7657,7 +8402,7 @@ var ToolbarAngular = (props) => {
7657
8402
  );
7658
8403
  } else if (child.type === MenuButton) {
7659
8404
  tempToolbarChildren.push(
7660
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
8405
+ /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
7661
8406
  MenuButton,
7662
8407
  {
7663
8408
  ...child.props,
@@ -7668,7 +8413,7 @@ var ToolbarAngular = (props) => {
7668
8413
  );
7669
8414
  } else if (child.type === split_button_spec_default) {
7670
8415
  tempToolbarChildren.push(
7671
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
8416
+ /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
7672
8417
  split_button_spec_default,
7673
8418
  {
7674
8419
  ...child.props,
@@ -7682,7 +8427,7 @@ var ToolbarAngular = (props) => {
7682
8427
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
7683
8428
  childrenArray.forEach((button, bindex) => {
7684
8429
  buttonGroupItems.push(
7685
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
8430
+ /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
7686
8431
  Button,
7687
8432
  {
7688
8433
  ...button.props,
@@ -7693,7 +8438,7 @@ var ToolbarAngular = (props) => {
7693
8438
  );
7694
8439
  });
7695
8440
  tempToolbarChildren.push(
7696
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
8441
+ /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
7697
8442
  ButtonGroup,
7698
8443
  {
7699
8444
  ...child.props,
@@ -7705,7 +8450,7 @@ var ToolbarAngular = (props) => {
7705
8450
  );
7706
8451
  } else if (child.type === Combobox) {
7707
8452
  tempToolbarChildren.push(
7708
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
8453
+ /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
7709
8454
  Combobox,
7710
8455
  {
7711
8456
  ...child.props,
@@ -7716,7 +8461,7 @@ var ToolbarAngular = (props) => {
7716
8461
  );
7717
8462
  } else if (child.type === DropdownList) {
7718
8463
  tempToolbarChildren.push(
7719
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
8464
+ /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
7720
8465
  DropdownList,
7721
8466
  {
7722
8467
  ...child.props,
@@ -7727,7 +8472,7 @@ var ToolbarAngular = (props) => {
7727
8472
  );
7728
8473
  } else if (child.type === ColorPicker) {
7729
8474
  tempToolbarChildren.push(
7730
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
8475
+ /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
7731
8476
  ColorPicker,
7732
8477
  {
7733
8478
  ...child.props,
@@ -7749,7 +8494,7 @@ var ToolbarAngular = (props) => {
7749
8494
  addUniqueToolClass(child, index);
7750
8495
  });
7751
8496
  }
7752
- return /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
8497
+ return /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
7753
8498
  "div",
7754
8499
  {
7755
8500
  ...other,
@@ -7770,28 +8515,28 @@ var ToolbarAngular = (props) => {
7770
8515
  }
7771
8516
  );
7772
8517
  };
7773
- ToolbarAngular.states = states46;
7774
- ToolbarAngular.options = options44;
8518
+ ToolbarAngular.states = states54;
8519
+ ToolbarAngular.options = options49;
7775
8520
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
7776
- ToolbarAngular.defaultProps = defaultProps44;
8521
+ ToolbarAngular.defaultProps = defaultProps50;
7777
8522
 
7778
8523
  // src/toolbar/toolbar-separator.tsx
7779
- var import_jsx_runtime119 = require("react/jsx-runtime");
8524
+ var import_jsx_runtime158 = require("react/jsx-runtime");
7780
8525
 
7781
8526
  // src/toolbar/toolbar-item.spec.tsx
7782
- var import_jsx_runtime120 = require("react/jsx-runtime");
8527
+ var import_jsx_runtime159 = require("react/jsx-runtime");
7783
8528
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
7784
- var states47 = [
8529
+ var states55 = [
7785
8530
  States.focus
7786
8531
  ];
7787
- var options45 = {};
7788
- var defaultProps45 = {};
8532
+ var options50 = {};
8533
+ var defaultProps51 = {};
7789
8534
  var ToolbarItem = (props) => {
7790
8535
  const {
7791
8536
  focus,
7792
8537
  ...other
7793
8538
  } = props;
7794
- return /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8539
+ return /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
7795
8540
  "div",
7796
8541
  {
7797
8542
  ...other,
@@ -7806,20 +8551,20 @@ var ToolbarItem = (props) => {
7806
8551
  }
7807
8552
  );
7808
8553
  };
7809
- ToolbarItem.states = states47;
7810
- ToolbarItem.options = options45;
8554
+ ToolbarItem.states = states55;
8555
+ ToolbarItem.options = options50;
7811
8556
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
7812
- ToolbarItem.defaultProps = defaultProps45;
8557
+ ToolbarItem.defaultProps = defaultProps51;
7813
8558
 
7814
8559
  // src/toolbar/toolbar-popup.spec.tsx
7815
- var import_jsx_runtime121 = require("react/jsx-runtime");
8560
+ var import_jsx_runtime160 = require("react/jsx-runtime");
7816
8561
  var TOOLBARPOPUP_CLASSNAME = `k-toolbar-popup`;
7817
- var states48 = [];
7818
- var options46 = {};
7819
- var defaultProps46 = {};
8562
+ var states56 = [];
8563
+ var options51 = {};
8564
+ var defaultProps52 = {};
7820
8565
  var ToolbarPopup = (props) => {
7821
8566
  const { ...other } = props;
7822
- return /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8567
+ return /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
7823
8568
  Popup,
7824
8569
  {
7825
8570
  ...other,
@@ -7831,164 +8576,177 @@ var ToolbarPopup = (props) => {
7831
8576
  }
7832
8577
  );
7833
8578
  };
7834
- ToolbarPopup.states = states48;
7835
- ToolbarPopup.options = options46;
8579
+ ToolbarPopup.states = states56;
8580
+ ToolbarPopup.options = options51;
7836
8581
  ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
7837
- ToolbarPopup.defaultProps = defaultProps46;
8582
+ ToolbarPopup.defaultProps = defaultProps52;
7838
8583
 
7839
8584
  // src/split-button/templates/icon-split-button.tsx
7840
- var import_jsx_runtime122 = require("react/jsx-runtime");
8585
+ var import_jsx_runtime161 = require("react/jsx-runtime");
7841
8586
 
7842
8587
  // src/split-button/templates/icon-text-split-button.tsx
7843
- var import_jsx_runtime123 = require("react/jsx-runtime");
8588
+ var import_jsx_runtime162 = require("react/jsx-runtime");
7844
8589
 
7845
8590
  // src/split-button/templates/text-split-button.tsx
7846
- var import_jsx_runtime124 = require("react/jsx-runtime");
8591
+ var import_jsx_runtime163 = require("react/jsx-runtime");
7847
8592
 
7848
8593
  // src/split-button/templates/split-button-popup.tsx
7849
- var import_jsx_runtime125 = require("react/jsx-runtime");
8594
+ var import_jsx_runtime164 = require("react/jsx-runtime");
7850
8595
 
7851
8596
  // src/toolbar/templates/toolbar-normal.tsx
7852
- var import_jsx_runtime126 = require("react/jsx-runtime");
8597
+ var import_jsx_runtime165 = require("react/jsx-runtime");
7853
8598
 
7854
8599
  // src/toolbar/templates/toolbar-resizable.tsx
7855
- var import_jsx_runtime127 = require("react/jsx-runtime");
8600
+ var import_jsx_runtime166 = require("react/jsx-runtime");
7856
8601
 
7857
8602
  // src/toolbar/templates/toolbar-angular-normal.tsx
7858
- var import_jsx_runtime128 = require("react/jsx-runtime");
8603
+ var import_jsx_runtime167 = require("react/jsx-runtime");
7859
8604
 
7860
8605
  // src/toolbar/templates/toolbar-angular-resizable.tsx
7861
- var import_jsx_runtime129 = require("react/jsx-runtime");
8606
+ var import_jsx_runtime168 = require("react/jsx-runtime");
8607
+
8608
+ // src/grid/grid-toolbar.spec.tsx
8609
+ var import_jsx_runtime169 = require("react/jsx-runtime");
8610
+ var className22 = `k-grid-toolbar`;
8611
+ var GridToolbar = (props) => /* @__PURE__ */ (0, import_jsx_runtime169.jsx)(
8612
+ Toolbar,
8613
+ {
8614
+ ...props,
8615
+ className: classNames(
8616
+ props.className,
8617
+ className22
8618
+ ),
8619
+ children: props.children
8620
+ }
8621
+ );
7862
8622
 
7863
8623
  // src/grid/tests/grid-rows-resizing.tsx
7864
- var import_jsx_runtime130 = require("react/jsx-runtime");
7865
- var grid_rows_resizing_default = () => /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(import_jsx_runtime130.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
7866
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "col-2", children: "Resizing Row / Hover" }),
7867
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-grid k-grid-md k-grid-display-block", children: [
7868
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)(Toolbar, { className: "k-grid-toolbar", children: [
7869
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { className: "k-toolbar-button", icon: "plus", children: "Add new record" }),
7870
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-spacer" }),
7871
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Searchbox, { className: "k-grid-search", placeholder: "Search..." })
7872
- ] }),
7873
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-grid-header", style: { padding: "0" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7874
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("colgroup", { children: [
7875
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", {}),
7876
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", {}),
7877
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", {})
8624
+ var import_jsx_runtime170 = require("react/jsx-runtime");
8625
+ var grid_rows_resizing_default = () => /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(import_jsx_runtime170.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
8626
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("span", { className: "col-2", children: "Resizing Row / Hover" }),
8627
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(Grid, { className: "k-grid-display-block", toolbar: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(GridToolbar, { children: [
8628
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { className: "k-toolbar-button", icon: "plus", children: "Add new record" }),
8629
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("span", { className: "k-spacer" }),
8630
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Searchbox, { className: "k-grid-search", placeholder: "Search..." })
8631
+ ] }), children: [
8632
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeader, { style: { padding: "0" }, children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(GridHeaderTable, { children: [
8633
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)("colgroup", { children: [
8634
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {}),
8635
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {}),
8636
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {})
7878
8637
  ] }),
7879
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("tr", { className: "k-table-row", children: [
7880
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-column-title", children: "Header Cell" }) }) }) }),
7881
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-column-title", children: "Header Cell" }) }) }) }),
7882
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-column-title", children: "Header Cell" }) }) }) })
8638
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableThead, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { children: [
8639
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeaderCell, { columnTitle: "Header Cell" }),
8640
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeaderCell, { columnTitle: "Header Cell" }),
8641
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeaderCell, { columnTitle: "Header Cell" })
7883
8642
  ] }) })
7884
8643
  ] }) }) }),
7885
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-grid-content k-auto-scrollable", style: { overflowY: "visible" }, children: [
7886
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
7887
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("colgroup", { children: [
7888
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", {}),
7889
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", {}),
7890
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", {})
8644
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(GridContent, { className: "k-auto-scrollable", style: { overflowY: "visible" }, children: [
8645
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(GridTable, { children: [
8646
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)("colgroup", { children: [
8647
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {}),
8648
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {}),
8649
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {})
7891
8650
  ] }),
7892
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("tbody", { className: "k-table-tbody", children: [
7893
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("tr", { className: "k-table-row k-master-row k-hover", children: [
7894
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td", children: "Grid Cell" }),
7895
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td", style: { whiteSpace: "nowrap" }, children: "Grid Cell with loooooong text that spans on multiple rows" }),
7896
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("td", { className: "k-table-td k-command-cell", children: [
7897
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { themeColor: "primary", children: "Edit" }),
7898
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { children: "Remove" })
8651
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableTbody, { children: [
8652
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { className: "k-master-row k-hover", children: [
8653
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: "Grid Cell" }),
8654
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { style: { whiteSpace: "nowrap" }, children: "Grid Cell with loooooong text that spans on multiple rows" }),
8655
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableTd, { className: "k-command-cell", children: [
8656
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { themeColor: "primary", children: "Edit" }),
8657
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { children: "Remove" })
7899
8658
  ] })
7900
8659
  ] }),
7901
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", children: [
7902
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td", children: "Grid Cell" }),
7903
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td", children: "Grid Cell" }),
7904
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("td", { className: "k-table-td k-command-cell", children: [
7905
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { themeColor: "primary", children: "Edit" }),
7906
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { children: "Remove" })
8660
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { className: "k-master-row k-alt", alt: true, children: [
8661
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: "Grid Cell" }),
8662
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: "Grid Cell" }),
8663
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableTd, { className: "k-command-cell", children: [
8664
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { themeColor: "primary", children: "Edit" }),
8665
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { children: "Remove" })
7907
8666
  ] })
7908
8667
  ] }),
7909
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("tr", { className: "k-table-row k-master-row", children: [
7910
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td", children: "Grid Cell" }),
7911
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td", children: "Grid Cell" }),
7912
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("td", { className: "k-table-td k-command-cell", children: [
7913
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { themeColor: "primary", children: "Edit" }),
7914
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { children: "Remove" })
8668
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { className: "k-master-row", children: [
8669
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: "Grid Cell" }),
8670
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: "Grid Cell" }),
8671
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableTd, { className: "k-command-cell", children: [
8672
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { themeColor: "primary", children: "Edit" }),
8673
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { children: "Remove" })
7915
8674
  ] })
7916
8675
  ] }),
7917
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", children: [
7918
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td", children: "Grid Cell" }),
7919
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td", children: "Grid Cell" }),
7920
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("td", { className: "k-table-td k-command-cell", children: [
7921
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { themeColor: "primary", children: "Edit" }),
7922
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { children: "Remove" })
8676
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { className: "k-master-row k-alt", alt: true, children: [
8677
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: "Grid Cell" }),
8678
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: "Grid Cell" }),
8679
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableTd, { className: "k-command-cell", children: [
8680
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { themeColor: "primary", children: "Edit" }),
8681
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { children: "Remove" })
7923
8682
  ] })
7924
8683
  ] })
7925
8684
  ] })
7926
8685
  ] }),
7927
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-resizer-wrap k-hover", style: { top: "34px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-row-resizer" }) })
7928
- ] })
8686
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("span", { className: "k-resizer-wrap k-hover", style: { top: "34px" }, children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("span", { className: "k-row-resizer" }) })
8687
+ ] }) })
7929
8688
  ] }) }),
7930
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "col-2", children: "Resizing Row / Drag" }),
7931
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-grid k-grid-md k-grid-display-block", children: [
7932
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)(Toolbar, { className: "k-grid-toolbar", children: [
7933
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { className: "k-toolbar-button", icon: "plus", children: "Add new record" }),
7934
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-spacer" }),
7935
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Searchbox, { className: "k-grid-search", placeholder: "Search..." })
7936
- ] }),
7937
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-grid-header", style: { padding: "0" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7938
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("colgroup", { children: [
7939
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", {}),
7940
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", {}),
7941
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", {})
8689
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("span", { className: "col-2", children: "Resizing Row / Drag" }),
8690
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("section", { className: "col-2", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(Grid, { className: "k-grid-display-block", toolbar: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(GridToolbar, { children: [
8691
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { className: "k-toolbar-button", icon: "plus", children: "Add new record" }),
8692
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("span", { className: "k-spacer" }),
8693
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Searchbox, { className: "k-grid-search", placeholder: "Search..." })
8694
+ ] }), children: [
8695
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeader, { style: { padding: "0" }, children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { className: "k-grid-header-wrap k-auto-scrollable", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(GridHeaderTable, { children: [
8696
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)("colgroup", { children: [
8697
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {}),
8698
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {}),
8699
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {})
7942
8700
  ] }),
7943
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("tr", { className: "k-table-row", children: [
7944
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-column-title", children: "Header Cell" }) }) }) }),
7945
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-column-title", children: "Header Cell" }) }) }) }),
7946
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-column-title", children: "Header Cell" }) }) }) })
8701
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableThead, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { children: [
8702
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeaderCell, { columnTitle: "Header Cell" }),
8703
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeaderCell, { columnTitle: "Header Cell" }),
8704
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeaderCell, { columnTitle: "Header Cell" })
7947
8705
  ] }) })
7948
8706
  ] }) }) }),
7949
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-grid-content k-auto-scrollable", style: { overflowY: "visible" }, children: [
7950
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
7951
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("colgroup", { children: [
7952
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", {}),
7953
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", {}),
7954
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", {})
8707
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(GridContent, { className: "k-auto-scrollable", style: { overflowY: "visible" }, children: [
8708
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(GridTable, { children: [
8709
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)("colgroup", { children: [
8710
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {}),
8711
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {}),
8712
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {})
7955
8713
  ] }),
7956
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("tbody", { className: "k-table-tbody", children: [
7957
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("tr", { className: "k-table-row k-master-row k-hover", children: [
7958
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td", children: "Grid Cell" }),
7959
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td", style: { whiteSpace: "unset" }, children: "Grid Cell with loooooong text that spans on multiple rows" }),
7960
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("td", { className: "k-table-td k-command-cell", children: [
7961
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { themeColor: "primary", children: "Edit" }),
7962
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { children: "Remove" })
8714
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableTbody, { children: [
8715
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { className: "k-master-row k-hover", children: [
8716
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: "Grid Cell" }),
8717
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { style: { whiteSpace: "unset" }, children: "Grid Cell with loooooong text that spans on multiple rows" }),
8718
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableTd, { className: "k-command-cell", children: [
8719
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { themeColor: "primary", children: "Edit" }),
8720
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { children: "Remove" })
7963
8721
  ] })
7964
8722
  ] }),
7965
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", children: [
7966
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td", children: "Grid Cell" }),
7967
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td", children: "Grid Cell" }),
7968
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("td", { className: "k-table-td k-command-cell", children: [
7969
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { themeColor: "primary", children: "Edit" }),
7970
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { children: "Remove" })
8723
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { alt: true, children: [
8724
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: "Grid Cell" }),
8725
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: "Grid Cell" }),
8726
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableTd, { className: "k-command-cell", children: [
8727
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { themeColor: "primary", children: "Edit" }),
8728
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { children: "Remove" })
7971
8729
  ] })
7972
8730
  ] }),
7973
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("tr", { className: "k-table-row k-master-row", children: [
7974
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td", children: "Grid Cell" }),
7975
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td", children: "Grid Cell" }),
7976
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("td", { className: "k-table-td k-command-cell", children: [
7977
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { themeColor: "primary", children: "Edit" }),
7978
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { children: "Remove" })
8731
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { className: "k-master-row", children: [
8732
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: "Grid Cell" }),
8733
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: "Grid Cell" }),
8734
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableTd, { className: "k-command-cell", children: [
8735
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { themeColor: "primary", children: "Edit" }),
8736
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { children: "Remove" })
7979
8737
  ] })
7980
8738
  ] }),
7981
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", children: [
7982
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td", children: "Grid Cell" }),
7983
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td", children: "Grid Cell" }),
7984
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("td", { className: "k-table-td k-command-cell", children: [
7985
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { themeColor: "primary", children: "Edit" }),
7986
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { children: "Remove" })
8739
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { alt: true, children: [
8740
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: "Grid Cell" }),
8741
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: "Grid Cell" }),
8742
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableTd, { className: "k-command-cell", children: [
8743
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { themeColor: "primary", children: "Edit" }),
8744
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { children: "Remove" })
7987
8745
  ] })
7988
8746
  ] })
7989
8747
  ] })
7990
8748
  ] }),
7991
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-resizer-wrap k-active", style: { top: "54px" }, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-row-resizer" }) })
7992
- ] })
8749
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("span", { className: "k-resizer-wrap k-active", style: { top: "54px" }, children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("span", { className: "k-row-resizer" }) })
8750
+ ] }) })
7993
8751
  ] }) })
7994
8752
  ] }) });