@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
@@ -5086,648 +5086,547 @@ var import_jsx_runtime29 = require("react/jsx-runtime");
5086
5086
  // src/textbox/templates/textbox-suffix.tsx
5087
5087
  var import_jsx_runtime30 = require("react/jsx-runtime");
5088
5088
 
5089
- // src/button-group/button-group.spec.tsx
5089
+ // src/grid/grid.spec.tsx
5090
5090
  var import_jsx_runtime31 = require("react/jsx-runtime");
5091
- var BUTTONGROUP_CLASSNAME = `k-button-group`;
5092
- var states16 = [
5093
- States.disabled
5094
- ];
5091
+ var GRID_CLASSNAME = "k-grid";
5092
+ var states16 = [];
5095
5093
  var options15 = {
5096
- fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5094
+ size: [Size.small, Size.medium, Size.large]
5097
5095
  };
5098
5096
  var defaultProps16 = {
5099
- fillMode: FillMode.solid
5097
+ size: Size.medium,
5098
+ pagerPosition: "bottom"
5100
5099
  };
5101
- var ButtonGroup = (props) => {
5100
+ var Grid = (props) => {
5102
5101
  const {
5103
- fillMode = defaultProps16.fillMode,
5104
- disabled,
5105
- stretched,
5102
+ size = defaultProps16.size,
5103
+ toolbar,
5104
+ pager,
5105
+ pagerPosition,
5106
+ groupingHeader,
5107
+ _renderAriaRoot,
5106
5108
  ...other
5107
5109
  } = props;
5108
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5110
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
5109
5111
  "div",
5110
5112
  {
5111
5113
  ...other,
5112
5114
  className: classNames(
5113
5115
  props.className,
5114
- BUTTONGROUP_CLASSNAME,
5115
- optionClassNames(BUTTONGROUP_CLASSNAME, {
5116
- fillMode
5117
- }),
5118
- stateClassNames(BUTTONGROUP_CLASSNAME, {
5119
- disabled
5120
- }),
5121
- {
5122
- [`${BUTTONGROUP_CLASSNAME}-stretched`]: stretched
5123
- }
5116
+ GRID_CLASSNAME,
5117
+ optionClassNames(GRID_CLASSNAME, { size })
5124
5118
  ),
5125
- children: props.children
5119
+ children: [
5120
+ toolbar,
5121
+ pagerPosition === "top" && pager,
5122
+ groupingHeader,
5123
+ props.children && _renderAriaRoot ? /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { className: "k-grid-aria-root", children: props.children }) : props.children,
5124
+ pagerPosition === "bottom" && pager
5125
+ ]
5126
5126
  }
5127
5127
  );
5128
5128
  };
5129
- ButtonGroup.states = states16;
5130
- ButtonGroup.options = options15;
5131
- ButtonGroup.className = BUTTONGROUP_CLASSNAME;
5132
- ButtonGroup.defaultProps = defaultProps16;
5129
+ Grid.states = states16;
5130
+ Grid.options = options15;
5131
+ Grid.className = GRID_CLASSNAME;
5132
+ Grid.defaultProps = defaultProps16;
5133
5133
 
5134
- // src/button-group/templates/icon-button-group.tsx
5134
+ // src/grid/grid-header.spec.tsx
5135
5135
  var import_jsx_runtime32 = require("react/jsx-runtime");
5136
+ var className10 = `k-grid-header`;
5137
+ var GridHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5138
+ "div",
5139
+ {
5140
+ ...props,
5141
+ className: classNames(
5142
+ props.className,
5143
+ className10
5144
+ ),
5145
+ children: props.children
5146
+ }
5147
+ );
5136
5148
 
5137
- // src/button-group/templates/icon-text-button-group.tsx
5149
+ // src/grid/grid-grouping-header.spec.tsx
5138
5150
  var import_jsx_runtime33 = require("react/jsx-runtime");
5139
5151
 
5140
- // src/button-group/templates/text-button-group.tsx
5152
+ // src/table/data-table.spec.tsx
5141
5153
  var import_jsx_runtime34 = require("react/jsx-runtime");
5142
-
5143
- // src/button-group/templates/mixed-button-group.tsx
5144
- var import_jsx_runtime35 = require("react/jsx-runtime");
5145
-
5146
- // src/color-preview/color-preview.tsx
5147
- var import_jsx_runtime36 = require("react/jsx-runtime");
5148
- var COLORPREVIEW_CLASSNAME = `k-color-preview`;
5154
+ var DATATABLE_CLASSNAME = `k-data-table`;
5149
5155
  var states17 = [];
5150
- var options16 = {};
5151
- var ColorPreview = (props) => {
5156
+ var options16 = {
5157
+ size: [Size.small, Size.medium, Size.large]
5158
+ };
5159
+ var defaultProps17 = {
5160
+ size: Size.medium
5161
+ };
5162
+ var DataTable = (props) => {
5152
5163
  const {
5153
- color,
5154
- iconName,
5164
+ size = defaultProps17.size,
5155
5165
  ...other
5156
5166
  } = props;
5157
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
5158
- "span",
5167
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5168
+ "div",
5159
5169
  {
5160
5170
  ...other,
5161
5171
  className: classNames(
5162
5172
  props.className,
5163
- COLORPREVIEW_CLASSNAME,
5164
- {
5165
- "k-icon-color-preview": iconName,
5166
- "k-no-color": !color
5167
- }
5173
+ DATATABLE_CLASSNAME,
5174
+ optionClassNames("k-table", {
5175
+ size
5176
+ })
5168
5177
  ),
5169
- children: [
5170
- iconName && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5171
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5172
- "span",
5173
- {
5174
- className: "k-color-preview-mask",
5175
- style: { backgroundColor: color }
5176
- }
5177
- )
5178
- ]
5178
+ children: props.children
5179
5179
  }
5180
5180
  );
5181
5181
  };
5182
- ColorPreview.states = states17;
5183
- ColorPreview.options = options16;
5184
- ColorPreview.className = COLORPREVIEW_CLASSNAME;
5182
+ DataTable.states = states17;
5183
+ DataTable.options = options16;
5184
+ DataTable.className = DATATABLE_CLASSNAME;
5185
+ DataTable.defaultProps = defaultProps17;
5185
5186
 
5186
- // src/animation-container/animation-container.spec.tsx
5187
+ // src/table/table-header.tsx
5188
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5189
+
5190
+ // src/table/table-body.tsx
5191
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5192
+
5193
+ // src/table/table-footer.tsx
5187
5194
  var import_jsx_runtime37 = require("react/jsx-runtime");
5188
- var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5195
+
5196
+ // src/table/table.spec.tsx
5197
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5198
+ var TABLE_CLASSNAME = `k-table`;
5189
5199
  var states18 = [];
5190
- var options17 = {};
5191
- var defaultProps17 = {
5192
- positionMode: "absolute"
5200
+ var options17 = {
5201
+ size: [Size.small, Size.medium, Size.large]
5193
5202
  };
5194
- var AnimationContainer = (props) => {
5203
+ var defaultProps18 = {};
5204
+ var Table = (props) => {
5195
5205
  const {
5196
- positionMode,
5197
- animationStyle,
5198
- offset,
5206
+ size,
5199
5207
  ...other
5200
5208
  } = props;
5201
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5202
- "div",
5209
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5210
+ "table",
5203
5211
  {
5204
5212
  ...other,
5205
- style: { ...offset, ...props.style },
5206
5213
  className: classNames(
5207
- ANIMATION_CONTAINER_CLASSNAME,
5208
- "k-animation-container-shown",
5209
- {
5210
- ["k-animation-container-fixed"]: positionMode === "fixed"
5211
- }
5214
+ props.className,
5215
+ TABLE_CLASSNAME,
5216
+ optionClassNames(TABLE_CLASSNAME, {
5217
+ size
5218
+ })
5212
5219
  ),
5213
- children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5220
+ children: props.children
5214
5221
  }
5215
5222
  );
5216
5223
  };
5217
- AnimationContainer.states = states18;
5218
- AnimationContainer.options = options17;
5219
- AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5220
- AnimationContainer.defaultProps = defaultProps17;
5224
+ Table.states = states18;
5225
+ Table.options = options17;
5226
+ Table.className = TABLE_CLASSNAME;
5227
+ Table.defaultProps = defaultProps18;
5221
5228
 
5222
- // src/popup/popup.spec.tsx
5223
- var import_jsx_runtime38 = require("react/jsx-runtime");
5224
- var POPUP_CLASSNAME = `k-popup`;
5229
+ // src/table/table-list.spec.tsx
5230
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5231
+ var TABLELIST_CLASSNAME = `k-table-list`;
5225
5232
  var states19 = [];
5226
- var options18 = {};
5227
- var defaultProps18 = {
5228
- positionMode: "absolute"
5233
+ var options18 = {
5234
+ size: [Size.small, Size.medium, Size.large]
5229
5235
  };
5230
- var Popup = (props) => {
5236
+ var defaultProps19 = {};
5237
+ var TableList = (props) => {
5231
5238
  const {
5232
- offset,
5233
- positionMode,
5239
+ size,
5240
+ virtualization,
5234
5241
  ...other
5235
5242
  } = props;
5236
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5237
- AnimationContainer,
5243
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5244
+ "ul",
5238
5245
  {
5239
- positionMode,
5240
- offset,
5241
- children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5246
+ ...other,
5247
+ className: classNames(
5248
+ props.className,
5249
+ "k-table",
5250
+ TABLELIST_CLASSNAME,
5251
+ optionClassNames(TABLELIST_CLASSNAME, {
5252
+ size
5253
+ }),
5254
+ {
5255
+ "k-virtual-table": virtualization
5256
+ }
5257
+ ),
5258
+ children: props.children
5242
5259
  }
5243
5260
  );
5244
5261
  };
5245
- Popup.states = states19;
5246
- Popup.options = options18;
5247
- Popup.className = POPUP_CLASSNAME;
5248
- Popup.defaultProps = defaultProps18;
5262
+ TableList.states = states19;
5263
+ TableList.options = options18;
5264
+ TableList.className = TABLELIST_CLASSNAME;
5265
+ TableList.defaultProps = defaultProps19;
5249
5266
 
5250
- // src/colorpicker/colorpicker.spec.tsx
5251
- var import_jsx_runtime39 = require("react/jsx-runtime");
5252
- var COLORPICKER_CLASSNAME = `k-colorpicker`;
5267
+ // src/table/table-thead.tsx
5268
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5269
+ var className11 = `k-table-thead`;
5270
+ var TableThead = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5271
+ "thead",
5272
+ {
5273
+ className: classNames(
5274
+ props.className,
5275
+ className11
5276
+ ),
5277
+ children: props.children
5278
+ }
5279
+ );
5280
+
5281
+ // src/table/table-tbody.tsx
5282
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5283
+ var className12 = `k-table-tbody`;
5284
+ var TableTbody = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5285
+ "tbody",
5286
+ {
5287
+ className: classNames(
5288
+ props.className,
5289
+ className12
5290
+ ),
5291
+ children: props.children
5292
+ }
5293
+ );
5294
+
5295
+ // src/table/table-tfoot.tsx
5296
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5297
+
5298
+ // src/table/table-row.tsx
5299
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5300
+ var TABLEROW_CLASSNAME = `k-table-row`;
5253
5301
  var states20 = [
5254
5302
  States.hover,
5255
5303
  States.focus,
5256
- States.valid,
5257
- States.invalid,
5258
- States.required,
5304
+ States.selected,
5259
5305
  States.disabled
5260
5306
  ];
5261
- var options19 = {
5262
- size: [Size.small, Size.medium, Size.large],
5263
- rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5264
- fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5265
- };
5266
- var defaultProps19 = {
5267
- arrowIconName: "caret-alt-down",
5268
- size: Picker.defaultProps.size,
5269
- rounded: Picker.defaultProps.rounded,
5270
- fillMode: Picker.defaultProps.fillMode
5271
- };
5272
- var ColorPicker = (props) => {
5307
+ var TableRow = (props) => {
5273
5308
  const {
5274
- prefix,
5275
- suffix,
5276
- value,
5277
- placeholder,
5278
- size,
5279
- rounded,
5280
- fillMode,
5281
5309
  hover,
5282
5310
  focus,
5283
- valid,
5284
- invalid,
5285
- required,
5311
+ selected,
5286
5312
  disabled,
5287
- valueIconName,
5288
- arrowIconName = defaultProps19.arrowIconName,
5289
- popup,
5290
- opened,
5291
- ...other
5292
- } = props;
5293
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(import_jsx_runtime39.Fragment, { children: [
5294
- /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
5295
- Picker,
5296
- {
5297
- ...other,
5298
- size,
5299
- rounded,
5300
- fillMode,
5301
- hover,
5302
- focus,
5303
- valid,
5304
- invalid,
5305
- required,
5306
- disabled,
5307
- className: classNames(
5308
- props.className,
5309
- COLORPICKER_CLASSNAME,
5310
- "k-icon-picker"
5311
- ),
5312
- children: [
5313
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(InputPrefix, { children: prefix }),
5314
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5315
- InputInnerSpan,
5316
- {
5317
- placeholder,
5318
- value,
5319
- showValue: false,
5320
- valueIcon: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5321
- ColorPreview,
5322
- {
5323
- className: "k-value-icon",
5324
- color: value,
5325
- iconName: valueIconName
5326
- }
5327
- ),
5328
- valueIconName
5329
- }
5330
- ),
5331
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(InputSuffix, { children: suffix }),
5332
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5333
- Button,
5334
- {
5335
- className: "k-input-button",
5336
- icon: arrowIconName,
5337
- rounded: null,
5338
- size,
5339
- fillMode
5340
- }
5341
- )
5342
- ]
5343
- }
5344
- ),
5345
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Popup, { className: "k-color-picker-popup", children: popup })
5346
- ] });
5347
- };
5348
- ColorPicker.states = states20;
5349
- ColorPicker.options = options19;
5350
- ColorPicker.className = COLORPICKER_CLASSNAME;
5351
- ColorPicker.defaultProps = defaultProps19;
5352
-
5353
- // src/colorpicker/templates/colorpicker-normal.tsx
5354
- var import_jsx_runtime40 = require("react/jsx-runtime");
5355
-
5356
- // src/action-buttons/action-buttons.spec.tsx
5357
- var import_jsx_runtime41 = require("react/jsx-runtime");
5358
- var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5359
- var states21 = [];
5360
- var options20 = {};
5361
- var defaultProps20 = {
5362
- alignment: "start",
5363
- orientation: "horizontal"
5364
- };
5365
- var ActionButtons = (props) => {
5366
- const {
5367
- alignment = defaultProps20.alignment,
5368
- orientation = defaultProps20.orientation,
5313
+ alt,
5369
5314
  ...other
5370
5315
  } = props;
5371
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5372
- "div",
5316
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5317
+ "tr",
5373
5318
  {
5374
5319
  ...other,
5375
5320
  className: classNames(
5376
- ACTIONBUTTONS_CLASSNAME,
5321
+ props.className,
5322
+ TABLEROW_CLASSNAME,
5377
5323
  {
5378
- [`${ACTIONBUTTONS_CLASSNAME}-${alignment}`]: alignment,
5379
- [`${ACTIONBUTTONS_CLASSNAME}-${orientation}`]: orientation
5324
+ ["k-table-alt-row"]: alt
5380
5325
  },
5381
- props.className
5326
+ stateClassNames(TABLEROW_CLASSNAME, {
5327
+ hover,
5328
+ focus,
5329
+ disabled,
5330
+ selected
5331
+ })
5382
5332
  ),
5383
5333
  children: props.children
5384
5334
  }
5385
5335
  );
5386
5336
  };
5387
- ActionButtons.states = states21;
5388
- ActionButtons.options = options20;
5389
- ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
5390
- ActionButtons.defaultProps = defaultProps20;
5391
- var action_buttons_spec_default = ActionButtons;
5392
5337
 
5393
- // src/slider/slider.spec.tsx
5394
- var import_jsx_runtime42 = require("react/jsx-runtime");
5395
- var SLIDER_CLASSNAME = "k-slider";
5396
- var states22 = [
5338
+ // src/table/table-list-row.tsx
5339
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5340
+ var states21 = [
5397
5341
  States.hover,
5398
5342
  States.focus,
5399
- States.active,
5400
- States.disabled,
5401
- States.readonly
5343
+ States.selected,
5344
+ States.disabled
5402
5345
  ];
5403
- var options21 = {};
5404
- var defaultProps21 = {
5405
- type: "single",
5406
- orientation: "horizontal",
5407
- readonly: false,
5408
- disabled: false,
5409
- handlePosition: "end",
5410
- showButtons: true,
5411
- showTicks: true
5412
- };
5413
- var Slider = (props) => {
5346
+
5347
+ // src/table/table-th.tsx
5348
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5349
+ var className13 = `k-table-th`;
5350
+ var TableTh = (props) => {
5414
5351
  const {
5415
- type = defaultProps21.type,
5416
- orientation = defaultProps21.orientation,
5417
- readonly = defaultProps21.readonly,
5418
- disabled = defaultProps21.disabled,
5419
- handlePosition = defaultProps21.handlePosition,
5420
- showButtons = defaultProps21.showButtons,
5421
- showTicks = defaultProps21.showTicks,
5422
- hover,
5423
- focus,
5424
- active,
5425
- trackStyle,
5426
- dir
5352
+ text,
5353
+ colspan,
5354
+ rowspan,
5355
+ ...other
5427
5356
  } = props;
5428
- let iconIncrease;
5429
- let iconDecrease;
5430
- if (orientation === "horizontal") {
5431
- iconIncrease = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
5432
- iconDecrease = dir === "rtl" ? "caret-alt-right" : "caret-alt-left";
5433
- } else if (orientation === "vertical") {
5434
- iconIncrease = "caret-alt-up";
5435
- iconDecrease = "caret-alt-down";
5436
- }
5437
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("div", { className: classNames(
5438
- SLIDER_CLASSNAME,
5439
- props.className,
5440
- stateClassNames(SLIDER_CLASSNAME, {
5441
- readonly,
5442
- disabled
5443
- }),
5357
+ const textOrChildren = text ? text : props.children;
5358
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5359
+ "th",
5444
5360
  {
5445
- [`k-slider-${orientation}`]: orientation,
5446
- "k-colorgradient-slider": type === "gradient",
5447
- "k-range-slider": type === "range"
5361
+ colSpan: colspan,
5362
+ rowSpan: rowspan,
5363
+ ...other,
5364
+ className: classNames(
5365
+ props.className,
5366
+ className13
5367
+ ),
5368
+ children: textOrChildren
5448
5369
  }
5449
- ), dir, children: [
5450
- showButtons && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
5451
- /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("div", { className: "k-slider-track-wrap", children: [
5452
- showTicks && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("ul", { className: "k-reset k-slider-items", children: props.children }),
5453
- /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("div", { className: "k-slider-track", style: trackStyle, children: [
5454
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "k-slider-selection" }),
5455
- type === "range" && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: classNames(
5456
- "k-draghandle",
5457
- "k-draghandle-start",
5458
- stateClassNames(SLIDER_CLASSNAME, {
5459
- hover,
5460
- focus,
5461
- active
5462
- })
5463
- ) }),
5464
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: classNames(
5465
- "k-draghandle",
5466
- `k-draghandle-${handlePosition}`,
5467
- stateClassNames(SLIDER_CLASSNAME, {
5468
- hover,
5469
- focus,
5470
- active
5471
- })
5472
- ) })
5473
- ] })
5474
- ] }),
5475
- showButtons && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
5476
- ] });
5370
+ );
5477
5371
  };
5478
- Slider.states = states22;
5479
- Slider.options = options21;
5480
- Slider.className = SLIDER_CLASSNAME;
5481
- Slider.defaultProps = defaultProps21;
5482
5372
 
5483
- // src/slider/slider-tick.tsx
5484
- var import_jsx_runtime43 = require("react/jsx-runtime");
5485
- var SLIDER_TICK_CLASSNAME = "k-tick";
5486
- var states23 = [];
5487
- var options22 = {};
5488
- var defaultProps22 = {
5489
- label: false
5490
- };
5491
- var SliderTick = (props) => {
5373
+ // src/table/table-list-th.tsx
5374
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5375
+
5376
+ // src/table/table-td.tsx
5377
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5378
+ var className14 = `k-table-td`;
5379
+ var TableTd = (props) => {
5492
5380
  const {
5493
- style,
5494
- label = defaultProps22.label,
5495
- orientation,
5496
- large,
5497
- text
5381
+ text,
5382
+ colspan,
5383
+ ...other
5498
5384
  } = props;
5499
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("li", { className: classNames(
5500
- props.className,
5501
- SLIDER_TICK_CLASSNAME,
5385
+ const textOrChildren = text ? text : props.children;
5386
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5387
+ "td",
5502
5388
  {
5503
- [`k-tick-${orientation}`]: orientation,
5504
- "k-tick-large": large
5389
+ colSpan: colspan,
5390
+ ...other,
5391
+ className: classNames(
5392
+ props.className,
5393
+ className14
5394
+ ),
5395
+ children: textOrChildren
5505
5396
  }
5506
- ), style, children: label && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("span", { className: "k-label", children: text }) });
5397
+ );
5507
5398
  };
5508
- SliderTick.states = states23;
5509
- SliderTick.options = options22;
5510
- SliderTick.className = SLIDER_TICK_CLASSNAME;
5511
- SliderTick.defaultProps = defaultProps22;
5512
5399
 
5513
- // src/slider/templates/slider-normal.tsx
5514
- var import_jsx_runtime44 = require("react/jsx-runtime");
5400
+ // src/table/table-list-td.tsx
5401
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5515
5402
 
5516
- // src/slider/templates/slider-vertical.tsx
5517
- var import_jsx_runtime45 = require("react/jsx-runtime");
5403
+ // src/table/table-group-header.tsx
5404
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5518
5405
 
5519
- // src/slider/templates/slider-range.tsx
5520
- var import_jsx_runtime46 = require("react/jsx-runtime");
5406
+ // src/table/table-group-sticky-header.tsx
5407
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5521
5408
 
5522
- // src/slider/templates/slider-range-vertical.tsx
5523
- var import_jsx_runtime47 = require("react/jsx-runtime");
5409
+ // src/table/table-group-row.tsx
5410
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5524
5411
 
5525
- // src/slider/templates/slider-gradient.tsx
5526
- var import_jsx_runtime48 = require("react/jsx-runtime");
5412
+ // src/table/table-list-group-row.tsx
5413
+ var import_jsx_runtime52 = require("react/jsx-runtime");
5527
5414
 
5528
- // src/slider/templates/slider-gradient-vertical.tsx
5529
- var import_jsx_runtime49 = require("react/jsx-runtime");
5530
- var SliderGradientVertical = (props) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5531
- Slider,
5415
+ // src/table/templates/table-list.tsx
5416
+ var import_jsx_runtime53 = require("react/jsx-runtime");
5417
+
5418
+ // src/table/templates/table-list-virtualization.tsx
5419
+ var import_jsx_runtime54 = require("react/jsx-runtime");
5420
+
5421
+ // src/table/templates/data-table-normal.tsx
5422
+ var import_jsx_runtime55 = require("react/jsx-runtime");
5423
+
5424
+ // src/table/templates/table-native.tsx
5425
+ var import_jsx_runtime56 = require("react/jsx-runtime");
5426
+
5427
+ // src/grid/grid-header-table.spec.tsx
5428
+ var import_jsx_runtime57 = require("react/jsx-runtime");
5429
+ var GRIDHEADERTABLE_CLASSNAME = `k-grid-header-table`;
5430
+ var GridHeaderTable = (props) => /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
5431
+ Table,
5532
5432
  {
5533
- type: "gradient",
5534
- orientation: "vertical",
5535
- showButtons: false,
5536
- showTicks: false,
5537
- children: /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(import_jsx_runtime49.Fragment, { children: [
5538
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(SliderTick, { label: true, large: true, text: "0" }),
5539
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(SliderTick, {}),
5540
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(SliderTick, {}),
5541
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(SliderTick, {}),
5542
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(SliderTick, {}),
5543
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(SliderTick, { label: true, large: true, text: "5" }),
5544
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(SliderTick, {}),
5545
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(SliderTick, {}),
5546
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(SliderTick, {}),
5547
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(SliderTick, {}),
5548
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(SliderTick, { label: true, large: true, text: "10" })
5549
- ] }),
5550
- ...props
5433
+ size: "medium",
5434
+ ...props,
5435
+ className: classNames(
5436
+ props.className,
5437
+ GRIDHEADERTABLE_CLASSNAME
5438
+ ),
5439
+ children: props.children
5551
5440
  }
5552
5441
  );
5553
5442
 
5554
- // src/spinbutton/spinbutton.spec.tsx
5555
- var import_jsx_runtime50 = require("react/jsx-runtime");
5556
- var SPINBUTTON_CLASSNAME = `k-spin-button`;
5557
- var states24 = [];
5558
- var options23 = {
5559
- size: [Size.small, Size.medium, Size.large],
5560
- fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5561
- };
5562
- var defaultProps23 = {
5563
- size: Size.medium,
5564
- fillMode: FillMode.solid
5443
+ // src/grid/grid-header-cell.spec.tsx
5444
+ var import_jsx_runtime58 = require("react/jsx-runtime");
5445
+ var className15 = `k-header`;
5446
+ var states22 = [
5447
+ States.hover,
5448
+ States.focus,
5449
+ States.active
5450
+ ];
5451
+ var defaultProps20 = {
5452
+ sortIcon: "sort-asc-small"
5565
5453
  };
5566
- var SpinButton = (props) => {
5454
+ var GridHeaderCell = (props) => {
5567
5455
  const {
5568
- size = defaultProps23.size,
5569
- fillMode = defaultProps23.fillMode,
5570
- ...other
5456
+ menu,
5457
+ sortable,
5458
+ sticky,
5459
+ resizable,
5460
+ columnTitle,
5461
+ hover,
5462
+ focus,
5463
+ active,
5464
+ sortIcon = defaultProps20.sortIcon,
5465
+ sortOrder,
5466
+ ...others
5571
5467
  } = props;
5572
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
5573
- "span",
5468
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
5469
+ TableTh,
5574
5470
  {
5575
- ...other,
5471
+ ...others,
5576
5472
  className: classNames(
5577
- SPINBUTTON_CLASSNAME,
5578
- props.className
5473
+ props.className,
5474
+ className15,
5475
+ {
5476
+ [`k-filterable`]: menu === "filter",
5477
+ [`k-sorted`]: sortable,
5478
+ [`k-grid-header-sticky`]: sticky,
5479
+ [`k-touch-action-none`]: resizable
5480
+ },
5481
+ stateClassNames(className15, {
5482
+ hover,
5483
+ focus,
5484
+ active
5485
+ })
5579
5486
  ),
5580
5487
  children: [
5581
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
5582
- Button,
5583
- {
5584
- className: "k-spinner-increase",
5585
- icon: "caret-alt-up",
5586
- rounded: null,
5587
- size,
5588
- fillMode
5589
- }
5590
- ),
5591
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
5592
- Button,
5593
- {
5594
- className: "k-spinner-decrease",
5595
- icon: "caret-alt-down",
5596
- rounded: null,
5597
- size,
5598
- fillMode
5599
- }
5600
- )
5488
+ columnTitle && /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("span", { className: "k-cell-inner", children: [
5489
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("span", { className: "k-link", children: [
5490
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-column-title", children: columnTitle }),
5491
+ sortable && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { icon: sortIcon }) }),
5492
+ sortOrder && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-sort-order", children: sortOrder })
5493
+ ] }),
5494
+ menu && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("a", { href: "#", className: classNames(
5495
+ "k-grid-header-menu",
5496
+ {
5497
+ [`k-active`]: active,
5498
+ [`k-grid-filter-menu`]: menu === "filter",
5499
+ [`k-grid-column-menu`]: menu === "column"
5500
+ }
5501
+ ), children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { icon: menu === "filter" ? "filter" : "more-vertical" }) })
5502
+ ] }),
5503
+ props.children,
5504
+ resizable && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-column-resizer k-touch-action-none" })
5601
5505
  ]
5602
5506
  }
5603
5507
  );
5604
5508
  };
5605
- SpinButton.states = states24;
5606
- SpinButton.options = options23;
5607
- SpinButton.className = SPINBUTTON_CLASSNAME;
5608
- SpinButton.defaultProps = defaultProps23;
5609
5509
 
5610
- // src/numerictextbox/numerictextbox.spec.tsx
5611
- var import_jsx_runtime51 = require("react/jsx-runtime");
5612
- var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
5613
- var states25 = [
5614
- States.hover,
5615
- States.focus,
5616
- States.valid,
5617
- States.invalid,
5618
- States.loading,
5619
- States.required,
5620
- States.disabled,
5621
- States.readonly
5622
- ];
5623
- var options24 = {
5624
- size: [Size.small, Size.medium, Size.large],
5625
- rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5626
- fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5627
- };
5628
- var defaultProps24 = {
5629
- showSpinButton: true,
5630
- showClearButton: true,
5631
- size: Input.defaultProps.size,
5632
- rounded: Input.defaultProps.rounded,
5633
- fillMode: Input.defaultProps.fillMode
5510
+ // src/grid/grid-container.spec.tsx
5511
+ var import_jsx_runtime59 = require("react/jsx-runtime");
5512
+ var className16 = `k-grid-container`;
5513
+ var GridContainer = (props) => /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
5514
+ "div",
5515
+ {
5516
+ ...props,
5517
+ className: classNames(
5518
+ props.className,
5519
+ className16
5520
+ ),
5521
+ children: props.children
5522
+ }
5523
+ );
5524
+
5525
+ // src/grid/grid-content.spec.tsx
5526
+ var import_jsx_runtime60 = require("react/jsx-runtime");
5527
+ var className17 = `k-grid-content`;
5528
+ var GridContent = (props) => /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5529
+ "div",
5530
+ {
5531
+ ...props,
5532
+ className: classNames(
5533
+ props.className,
5534
+ className17
5535
+ ),
5536
+ children: props.children
5537
+ }
5538
+ );
5539
+
5540
+ // src/grid/grid-table.spec.tsx
5541
+ var import_jsx_runtime61 = require("react/jsx-runtime");
5542
+ var GRIDTABLE_CLASSNAME = `k-grid-table`;
5543
+ var GridTable = (props) => /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5544
+ Table,
5545
+ {
5546
+ size: "medium",
5547
+ ...props,
5548
+ className: classNames(
5549
+ props.className,
5550
+ GRIDTABLE_CLASSNAME
5551
+ ),
5552
+ children: props.children
5553
+ }
5554
+ );
5555
+
5556
+ // src/grid/grid-footer.spec.tsx
5557
+ var import_jsx_runtime62 = require("react/jsx-runtime");
5558
+
5559
+ // src/grid/grid-footer-table.spec.tsx
5560
+ var import_jsx_runtime63 = require("react/jsx-runtime");
5561
+
5562
+ // src/animation-container/animation-container.spec.tsx
5563
+ var import_jsx_runtime64 = require("react/jsx-runtime");
5564
+ var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5565
+ var states23 = [];
5566
+ var options19 = {};
5567
+ var defaultProps21 = {
5568
+ positionMode: "absolute"
5634
5569
  };
5635
- var NumericTextbox = (props) => {
5570
+ var AnimationContainer = (props) => {
5636
5571
  const {
5637
- prefix,
5638
- suffix,
5639
- value,
5640
- placeholder,
5641
- size,
5642
- rounded,
5643
- fillMode,
5644
- hover,
5645
- focus,
5646
- valid,
5647
- invalid,
5648
- required,
5649
- loading,
5650
- disabled,
5651
- readonly,
5652
- showClearButton = defaultProps24.showClearButton,
5653
- showSpinButton = defaultProps24.showSpinButton,
5572
+ positionMode,
5573
+ animationStyle,
5574
+ offset,
5654
5575
  ...other
5655
5576
  } = props;
5656
- return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
5657
- Input,
5577
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5578
+ "div",
5658
5579
  {
5659
5580
  ...other,
5660
- size,
5661
- rounded,
5662
- fillMode,
5663
- hover,
5664
- focus,
5665
- valid,
5666
- invalid,
5667
- required,
5668
- loading,
5669
- disabled,
5670
- readonly,
5671
- className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
5672
- children: [
5673
- prefix && /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(import_jsx_runtime51.Fragment, { children: [
5674
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(InputPrefix, { children: prefix }),
5675
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(InputSeparator, {})
5676
- ] }),
5677
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(InputInnerInput, { placeholder, value }),
5678
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5679
- InputValidationIcon,
5680
- {
5681
- valid,
5682
- invalid,
5683
- loading,
5684
- disabled
5685
- }
5686
- ),
5687
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5688
- InputLoadingIcon,
5689
- {
5690
- loading,
5691
- disabled
5692
- }
5693
- ),
5694
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5695
- InputClearValue,
5696
- {
5697
- loading,
5698
- disabled,
5699
- readonly,
5700
- value
5701
- }
5702
- ),
5703
- suffix && /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(import_jsx_runtime51.Fragment, { children: [
5704
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(InputSeparator, {}),
5705
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(InputSuffix, { children: suffix })
5706
- ] }),
5707
- showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5708
- SpinButton,
5709
- {
5710
- className: "k-input-spinner",
5711
- size,
5712
- fillMode
5713
- }
5714
- )
5715
- ]
5581
+ style: { ...offset, ...props.style },
5582
+ className: classNames(
5583
+ ANIMATION_CONTAINER_CLASSNAME,
5584
+ "k-animation-container-shown",
5585
+ {
5586
+ ["k-animation-container-fixed"]: positionMode === "fixed"
5587
+ }
5588
+ ),
5589
+ children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5716
5590
  }
5717
5591
  );
5718
5592
  };
5719
- NumericTextbox.states = states25;
5720
- NumericTextbox.options = options24;
5721
- NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
5722
- NumericTextbox.defaultProps = defaultProps24;
5593
+ AnimationContainer.states = states23;
5594
+ AnimationContainer.options = options19;
5595
+ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5596
+ AnimationContainer.defaultProps = defaultProps21;
5723
5597
 
5724
- // src/numerictextbox/templates/numerictextbox-normal.tsx
5725
- var import_jsx_runtime52 = require("react/jsx-runtime");
5598
+ // src/popup/popup.spec.tsx
5599
+ var import_jsx_runtime65 = require("react/jsx-runtime");
5600
+ var POPUP_CLASSNAME = `k-popup`;
5601
+ var states24 = [];
5602
+ var options20 = {};
5603
+ var defaultProps22 = {
5604
+ positionMode: "absolute"
5605
+ };
5606
+ var Popup = (props) => {
5607
+ const {
5608
+ offset,
5609
+ positionMode,
5610
+ ...other
5611
+ } = props;
5612
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
5613
+ AnimationContainer,
5614
+ {
5615
+ positionMode,
5616
+ offset,
5617
+ children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5618
+ }
5619
+ );
5620
+ };
5621
+ Popup.states = states24;
5622
+ Popup.options = options20;
5623
+ Popup.className = POPUP_CLASSNAME;
5624
+ Popup.defaultProps = defaultProps22;
5726
5625
 
5727
5626
  // src/dropdownlist/dropdownlist.spec.tsx
5728
- var import_jsx_runtime53 = require("react/jsx-runtime");
5627
+ var import_jsx_runtime66 = require("react/jsx-runtime");
5729
5628
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5730
- var states26 = [
5629
+ var states25 = [
5731
5630
  States.hover,
5732
5631
  States.focus,
5733
5632
  States.valid,
@@ -5737,12 +5636,12 @@ var states26 = [
5737
5636
  States.loading,
5738
5637
  States.readonly
5739
5638
  ];
5740
- var options25 = {
5639
+ var options21 = {
5741
5640
  size: [Size.small, Size.medium, Size.large],
5742
5641
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5743
5642
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5744
5643
  };
5745
- var defaultProps25 = {
5644
+ var defaultProps23 = {
5746
5645
  showValue: true,
5747
5646
  arrowIconName: "caret-alt-down",
5748
5647
  size: Size.medium,
@@ -5752,7 +5651,7 @@ var defaultProps25 = {
5752
5651
  var DropdownList = (props) => {
5753
5652
  const {
5754
5653
  valueIconName,
5755
- arrowIconName = defaultProps25.arrowIconName,
5654
+ arrowIconName = defaultProps23.arrowIconName,
5756
5655
  prefix,
5757
5656
  suffix,
5758
5657
  value,
@@ -5768,13 +5667,13 @@ var DropdownList = (props) => {
5768
5667
  loading,
5769
5668
  disabled,
5770
5669
  readonly,
5771
- showValue = defaultProps25.showValue,
5670
+ showValue = defaultProps23.showValue,
5772
5671
  popup,
5773
5672
  opened,
5774
5673
  ...other
5775
5674
  } = props;
5776
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(import_jsx_runtime53.Fragment, { children: [
5777
- /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
5675
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(import_jsx_runtime66.Fragment, { children: [
5676
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
5778
5677
  Picker,
5779
5678
  {
5780
5679
  ...other,
@@ -5797,8 +5696,8 @@ var DropdownList = (props) => {
5797
5696
  }
5798
5697
  ),
5799
5698
  children: [
5800
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(InputPrefix, { children: prefix }),
5801
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5699
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(InputPrefix, { children: prefix }),
5700
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
5802
5701
  InputInnerSpan,
5803
5702
  {
5804
5703
  placeholder,
@@ -5807,7 +5706,7 @@ var DropdownList = (props) => {
5807
5706
  valueIconName
5808
5707
  }
5809
5708
  ),
5810
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5709
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
5811
5710
  InputValidationIcon,
5812
5711
  {
5813
5712
  valid,
@@ -5816,15 +5715,15 @@ var DropdownList = (props) => {
5816
5715
  disabled
5817
5716
  }
5818
5717
  ),
5819
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5718
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
5820
5719
  InputLoadingIcon,
5821
5720
  {
5822
5721
  loading,
5823
5722
  disabled
5824
5723
  }
5825
5724
  ),
5826
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(InputSuffix, { children: suffix }),
5827
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5725
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(InputSuffix, { children: suffix }),
5726
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
5828
5727
  Button,
5829
5728
  {
5830
5729
  className: "k-input-button",
@@ -5837,35 +5736,35 @@ var DropdownList = (props) => {
5837
5736
  ]
5838
5737
  }
5839
5738
  ),
5840
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5739
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5841
5740
  ] });
5842
5741
  };
5843
- DropdownList.states = states26;
5844
- DropdownList.options = options25;
5742
+ DropdownList.states = states25;
5743
+ DropdownList.options = options21;
5845
5744
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
5846
- DropdownList.defaultProps = defaultProps25;
5745
+ DropdownList.defaultProps = defaultProps23;
5847
5746
 
5848
5747
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5849
- var import_jsx_runtime54 = require("react/jsx-runtime");
5748
+ var import_jsx_runtime67 = require("react/jsx-runtime");
5850
5749
 
5851
5750
  // src/nodata/nodata.tsx
5852
- var import_jsx_runtime55 = require("react/jsx-runtime");
5853
- var className10 = `k-nodata`;
5854
- var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("span", { className: classNames(className10, props.className), children: props.children });
5751
+ var import_jsx_runtime68 = require("react/jsx-runtime");
5752
+ var className18 = `k-nodata`;
5753
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: classNames(className18, props.className), children: props.children });
5855
5754
 
5856
5755
  // src/list/list.spec.tsx
5857
- var import_jsx_runtime56 = require("react/jsx-runtime");
5756
+ var import_jsx_runtime69 = require("react/jsx-runtime");
5858
5757
  var LIST_CLASSNAME = `k-list`;
5859
- var states27 = [];
5860
- var options26 = {
5758
+ var states26 = [];
5759
+ var options22 = {
5861
5760
  size: [Size.small, Size.medium, Size.large]
5862
5761
  };
5863
- var defaultProps26 = {
5762
+ var defaultProps24 = {
5864
5763
  size: Size.medium
5865
5764
  };
5866
5765
  var List = (props) => {
5867
5766
  const {
5868
- size = defaultProps26.size,
5767
+ size = defaultProps24.size,
5869
5768
  virtualization,
5870
5769
  children,
5871
5770
  optionLabel,
@@ -5882,7 +5781,7 @@ var List = (props) => {
5882
5781
  listHeader = child.props.label;
5883
5782
  child.props.children.map((optChild, index2) => {
5884
5783
  listChildren.push(
5885
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
5784
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
5886
5785
  ListItem,
5887
5786
  {
5888
5787
  ...optChild.props
@@ -5898,7 +5797,7 @@ var List = (props) => {
5898
5797
  groupLabel = child.props.label;
5899
5798
  }
5900
5799
  listChildren.push(
5901
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
5800
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
5902
5801
  ListItem,
5903
5802
  {
5904
5803
  className: index2 === 0 ? "k-first" : "",
@@ -5910,16 +5809,16 @@ var List = (props) => {
5910
5809
  );
5911
5810
  });
5912
5811
  }
5913
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5812
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5914
5813
  } else if (child.type === ListItem) {
5915
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5916
- listContent = /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(ListContent, { virtualization, children: listChildren });
5814
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5815
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(ListContent, { virtualization, children: listChildren });
5917
5816
  }
5918
5817
  });
5919
5818
  } else {
5920
- listContent = /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(NoData, { children: "No data found." });
5819
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(NoData, { children: "No data found." });
5921
5820
  }
5922
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
5821
+ return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(
5923
5822
  "div",
5924
5823
  {
5925
5824
  ...other,
@@ -5941,24 +5840,24 @@ var List = (props) => {
5941
5840
  }
5942
5841
  );
5943
5842
  };
5944
- List.states = states27;
5945
- List.options = options26;
5843
+ List.states = states26;
5844
+ List.options = options22;
5946
5845
  List.className = LIST_CLASSNAME;
5947
- List.defaultProps = defaultProps26;
5846
+ List.defaultProps = defaultProps24;
5948
5847
 
5949
5848
  // src/list/list-angular.spec.tsx
5950
- var import_jsx_runtime57 = require("react/jsx-runtime");
5849
+ var import_jsx_runtime70 = require("react/jsx-runtime");
5951
5850
  var LISTANGULAR_CLASSNAME = `k-list`;
5952
- var states28 = [];
5953
- var options27 = {
5851
+ var states27 = [];
5852
+ var options23 = {
5954
5853
  size: [Size.small, Size.medium, Size.large]
5955
5854
  };
5956
- var defaultProps27 = {
5855
+ var defaultProps25 = {
5957
5856
  size: Size.medium
5958
5857
  };
5959
5858
  var ListAngular = (props) => {
5960
5859
  const {
5961
- size = defaultProps27.size,
5860
+ size = defaultProps25.size,
5962
5861
  virtualization,
5963
5862
  children,
5964
5863
  ...other
@@ -5974,7 +5873,7 @@ var ListAngular = (props) => {
5974
5873
  listHeader = child.props.label;
5975
5874
  child.props.children.map((optChild, index2) => {
5976
5875
  listChildren.push(
5977
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
5876
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5978
5877
  ListItem,
5979
5878
  {
5980
5879
  ...optChild.props
@@ -5985,7 +5884,7 @@ var ListAngular = (props) => {
5985
5884
  });
5986
5885
  } else {
5987
5886
  listChildren.push(
5988
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
5887
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5989
5888
  ListGroupItem,
5990
5889
  {
5991
5890
  ...child.props,
@@ -5996,7 +5895,7 @@ var ListAngular = (props) => {
5996
5895
  );
5997
5896
  child.props.children.map((optChild, index2) => {
5998
5897
  listChildren.push(
5999
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
5898
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6000
5899
  ListItem,
6001
5900
  {
6002
5901
  ...optChild.props
@@ -6006,16 +5905,16 @@ var ListAngular = (props) => {
6006
5905
  );
6007
5906
  });
6008
5907
  }
6009
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5908
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
6010
5909
  } else if (child.type === ListItem) {
6011
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
6012
- listContent = /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(ListContent, { virtualization, children: listChildren });
5910
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5911
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ListContent, { virtualization, children: listChildren });
6013
5912
  }
6014
5913
  });
6015
5914
  } else {
6016
- listContent = /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(NoData, { children: "No data found." });
5915
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(NoData, { children: "No data found." });
6017
5916
  }
6018
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
5917
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
6019
5918
  "div",
6020
5919
  {
6021
5920
  ...other,
@@ -6026,401 +5925,1247 @@ var ListAngular = (props) => {
6026
5925
  size
6027
5926
  }),
6028
5927
  {
6029
- ["k-virtual-list"]: virtualization
5928
+ ["k-virtual-list"]: virtualization
5929
+ }
5930
+ ),
5931
+ children: [
5932
+ listGroup,
5933
+ listContent
5934
+ ]
5935
+ }
5936
+ );
5937
+ };
5938
+ ListAngular.states = states27;
5939
+ ListAngular.options = options23;
5940
+ ListAngular.className = LISTANGULAR_CLASSNAME;
5941
+ ListAngular.defaultProps = defaultProps25;
5942
+
5943
+ // src/list/list-item.spec.tsx
5944
+ var import_jsx_runtime71 = require("react/jsx-runtime");
5945
+ var LISTITEM_CLASSNAME = `k-list-item`;
5946
+ var states28 = [
5947
+ States.hover,
5948
+ States.focus,
5949
+ States.selected,
5950
+ States.disabled
5951
+ ];
5952
+ var options24 = {};
5953
+ var defaultProps26 = {};
5954
+ var ListItem = (props) => {
5955
+ const {
5956
+ text,
5957
+ groupLabel,
5958
+ showIcon,
5959
+ iconName,
5960
+ showCheckbox,
5961
+ checked,
5962
+ hover,
5963
+ focus,
5964
+ selected,
5965
+ disabled,
5966
+ ...other
5967
+ } = props;
5968
+ const textOrChildren = text ? text : props.children;
5969
+ return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(
5970
+ "li",
5971
+ {
5972
+ ...other,
5973
+ className: classNames(
5974
+ props.className,
5975
+ LISTITEM_CLASSNAME,
5976
+ stateClassNames(LISTITEM_CLASSNAME, {
5977
+ hover,
5978
+ focus,
5979
+ disabled,
5980
+ selected
5981
+ })
5982
+ ),
5983
+ children: [
5984
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(Checkbox, { checked }),
5985
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(Icon, { icon: iconName }),
5986
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5987
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5988
+ ]
5989
+ }
5990
+ );
5991
+ };
5992
+ ListItem.states = states28;
5993
+ ListItem.options = options24;
5994
+ ListItem.className = LISTITEM_CLASSNAME;
5995
+ ListItem.defaultProps = defaultProps26;
5996
+
5997
+ // src/list/list-content.tsx
5998
+ var import_jsx_runtime72 = require("react/jsx-runtime");
5999
+ var className19 = `k-list-content`;
6000
+ var ListContent = (props) => {
6001
+ const {
6002
+ virtualization
6003
+ } = props;
6004
+ return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: classNames(className19, props.className), children: [
6005
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
6006
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", {}) })
6007
+ ] });
6008
+ };
6009
+
6010
+ // src/list/list-header.tsx
6011
+ var import_jsx_runtime73 = require("react/jsx-runtime");
6012
+ var className20 = `k-list-group-sticky-header`;
6013
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("div", { className: classNames(className20, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("div", { className: "k-list-header-text", children: props.children }) });
6014
+
6015
+ // src/list/list-group.tsx
6016
+ var import_jsx_runtime74 = require("react/jsx-runtime");
6017
+ var ListGroup = (props) => {
6018
+ const {
6019
+ virtualization,
6020
+ label
6021
+ } = props;
6022
+ return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(import_jsx_runtime74.Fragment, { children: [
6023
+ label && /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(ListHeader, { children: label }),
6024
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(ListContent, { virtualization, children: props.children })
6025
+ ] });
6026
+ };
6027
+
6028
+ // src/list/list-group-item.tsx
6029
+ var import_jsx_runtime75 = require("react/jsx-runtime");
6030
+ var className21 = `k-list-group-item`;
6031
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("li", { className: classNames(className21, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("span", { className: "k-list-item-text", children: props.children }) });
6032
+
6033
+ // src/list/list-option-label.tsx
6034
+ var import_jsx_runtime76 = require("react/jsx-runtime");
6035
+ var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
6036
+ var states29 = [
6037
+ States.hover,
6038
+ States.focus,
6039
+ States.selected,
6040
+ States.disabled
6041
+ ];
6042
+ var options25 = {};
6043
+ var defaultProps27 = {};
6044
+ var ListOptionLabel = (props) => {
6045
+ const {
6046
+ text,
6047
+ hover,
6048
+ focus,
6049
+ selected,
6050
+ disabled,
6051
+ ...other
6052
+ } = props;
6053
+ return /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6054
+ "div",
6055
+ {
6056
+ ...other,
6057
+ className: classNames(
6058
+ LIST_OPTIONLABEL_CLASSNAME,
6059
+ stateClassNames(LIST_OPTIONLABEL_CLASSNAME, {
6060
+ hover,
6061
+ focus,
6062
+ selected,
6063
+ disabled
6064
+ })
6065
+ ),
6066
+ children: text
6067
+ }
6068
+ );
6069
+ };
6070
+ ListOptionLabel.states = states29;
6071
+ ListOptionLabel.options = options25;
6072
+ ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
6073
+ ListOptionLabel.defaultProps = defaultProps27;
6074
+
6075
+ // src/list/templates/list-normal.tsx
6076
+ var import_jsx_runtime77 = require("react/jsx-runtime");
6077
+
6078
+ // src/list/templates/list-virtualization.tsx
6079
+ var import_jsx_runtime78 = require("react/jsx-runtime");
6080
+
6081
+ // src/list/templates/list-grouping.tsx
6082
+ var import_jsx_runtime79 = require("react/jsx-runtime");
6083
+
6084
+ // src/list/templates/list-virualization-grouping.tsx
6085
+ var import_jsx_runtime80 = require("react/jsx-runtime");
6086
+
6087
+ // src/list/templates/list-virtualization-angular.tsx
6088
+ var import_jsx_runtime81 = require("react/jsx-runtime");
6089
+
6090
+ // src/list/templates/list-grouping-angular.tsx
6091
+ var import_jsx_runtime82 = require("react/jsx-runtime");
6092
+
6093
+ // src/list/templates/list-virualization-grouping-angular.tsx
6094
+ var import_jsx_runtime83 = require("react/jsx-runtime");
6095
+
6096
+ // src/dropdownlist/templates/dropdownlist-popup.tsx
6097
+ var import_jsx_runtime84 = require("react/jsx-runtime");
6098
+
6099
+ // src/searchbox/searchbox.spec.tsx
6100
+ var import_jsx_runtime85 = require("react/jsx-runtime");
6101
+ var SEARCHBOX_CLASSNAME = `k-searchbox`;
6102
+ var states30 = [
6103
+ States.hover,
6104
+ States.focus,
6105
+ States.valid,
6106
+ States.invalid,
6107
+ States.required,
6108
+ States.disabled,
6109
+ States.loading
6110
+ ];
6111
+ var options26 = {
6112
+ size: [Size.small, Size.medium, Size.large],
6113
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6114
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6115
+ };
6116
+ var defaultProps28 = {
6117
+ showIcon: true,
6118
+ icon: "search",
6119
+ size: Input.defaultProps.size,
6120
+ rounded: Input.defaultProps.rounded,
6121
+ fillMode: Input.defaultProps.fillMode
6122
+ };
6123
+ var Searchbox = (props) => {
6124
+ const {
6125
+ value,
6126
+ placeholder,
6127
+ size,
6128
+ rounded,
6129
+ fillMode,
6130
+ hover,
6131
+ focus,
6132
+ valid,
6133
+ invalid,
6134
+ required,
6135
+ loading,
6136
+ disabled,
6137
+ showIcon = defaultProps28.showIcon,
6138
+ icon = defaultProps28.icon,
6139
+ ...other
6140
+ } = props;
6141
+ return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
6142
+ Input,
6143
+ {
6144
+ ...other,
6145
+ size,
6146
+ rounded,
6147
+ fillMode,
6148
+ hover,
6149
+ focus,
6150
+ valid,
6151
+ invalid,
6152
+ required,
6153
+ loading,
6154
+ disabled,
6155
+ className: classNames(props.className, SEARCHBOX_CLASSNAME),
6156
+ children: [
6157
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Icon, { className: "k-input-icon", icon }),
6158
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(InputInnerInput, { placeholder, value }),
6159
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(InputLoadingIcon, { ...props }),
6160
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(InputValidationIcon, { ...props }),
6161
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(InputClearValue, { ...props })
6162
+ ]
6163
+ }
6164
+ );
6165
+ };
6166
+ Searchbox.states = states30;
6167
+ Searchbox.options = options26;
6168
+ Searchbox.className = SEARCHBOX_CLASSNAME;
6169
+ Searchbox.defaultProps = defaultProps28;
6170
+
6171
+ // src/searchbox/templates/searchbox-normal.tsx
6172
+ var import_jsx_runtime86 = require("react/jsx-runtime");
6173
+
6174
+ // src/dropdownlist/templates/dropdownlist-filtering.tsx
6175
+ var import_jsx_runtime87 = require("react/jsx-runtime");
6176
+
6177
+ // src/dropdownlist/templates/dropdownlist-grouping.tsx
6178
+ var import_jsx_runtime88 = require("react/jsx-runtime");
6179
+
6180
+ // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
6181
+ var import_jsx_runtime89 = require("react/jsx-runtime");
6182
+
6183
+ // src/spinbutton/spinbutton.spec.tsx
6184
+ var import_jsx_runtime90 = require("react/jsx-runtime");
6185
+ var SPINBUTTON_CLASSNAME = `k-spin-button`;
6186
+ var states31 = [];
6187
+ var options27 = {
6188
+ size: [Size.small, Size.medium, Size.large],
6189
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
6190
+ };
6191
+ var defaultProps29 = {
6192
+ size: Size.medium,
6193
+ fillMode: FillMode.solid
6194
+ };
6195
+ var SpinButton = (props) => {
6196
+ const {
6197
+ size = defaultProps29.size,
6198
+ fillMode = defaultProps29.fillMode,
6199
+ ...other
6200
+ } = props;
6201
+ return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
6202
+ "span",
6203
+ {
6204
+ ...other,
6205
+ className: classNames(
6206
+ SPINBUTTON_CLASSNAME,
6207
+ props.className
6208
+ ),
6209
+ children: [
6210
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
6211
+ Button,
6212
+ {
6213
+ className: "k-spinner-increase",
6214
+ icon: "caret-alt-up",
6215
+ rounded: null,
6216
+ size,
6217
+ fillMode
6218
+ }
6219
+ ),
6220
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
6221
+ Button,
6222
+ {
6223
+ className: "k-spinner-decrease",
6224
+ icon: "caret-alt-down",
6225
+ rounded: null,
6226
+ size,
6227
+ fillMode
6228
+ }
6229
+ )
6230
+ ]
6231
+ }
6232
+ );
6233
+ };
6234
+ SpinButton.states = states31;
6235
+ SpinButton.options = options27;
6236
+ SpinButton.className = SPINBUTTON_CLASSNAME;
6237
+ SpinButton.defaultProps = defaultProps29;
6238
+
6239
+ // src/numerictextbox/numerictextbox.spec.tsx
6240
+ var import_jsx_runtime91 = require("react/jsx-runtime");
6241
+ var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
6242
+ var states32 = [
6243
+ States.hover,
6244
+ States.focus,
6245
+ States.valid,
6246
+ States.invalid,
6247
+ States.loading,
6248
+ States.required,
6249
+ States.disabled,
6250
+ States.readonly
6251
+ ];
6252
+ var options28 = {
6253
+ size: [Size.small, Size.medium, Size.large],
6254
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6255
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6256
+ };
6257
+ var defaultProps30 = {
6258
+ showSpinButton: true,
6259
+ showClearButton: true,
6260
+ size: Input.defaultProps.size,
6261
+ rounded: Input.defaultProps.rounded,
6262
+ fillMode: Input.defaultProps.fillMode
6263
+ };
6264
+ var NumericTextbox = (props) => {
6265
+ const {
6266
+ prefix,
6267
+ suffix,
6268
+ value,
6269
+ placeholder,
6270
+ size,
6271
+ rounded,
6272
+ fillMode,
6273
+ hover,
6274
+ focus,
6275
+ valid,
6276
+ invalid,
6277
+ required,
6278
+ loading,
6279
+ disabled,
6280
+ readonly,
6281
+ showClearButton = defaultProps30.showClearButton,
6282
+ showSpinButton = defaultProps30.showSpinButton,
6283
+ ...other
6284
+ } = props;
6285
+ return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
6286
+ Input,
6287
+ {
6288
+ ...other,
6289
+ size,
6290
+ rounded,
6291
+ fillMode,
6292
+ hover,
6293
+ focus,
6294
+ valid,
6295
+ invalid,
6296
+ required,
6297
+ loading,
6298
+ disabled,
6299
+ readonly,
6300
+ className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
6301
+ children: [
6302
+ prefix && /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(import_jsx_runtime91.Fragment, { children: [
6303
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(InputPrefix, { children: prefix }),
6304
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(InputSeparator, {})
6305
+ ] }),
6306
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(InputInnerInput, { placeholder, value }),
6307
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
6308
+ InputValidationIcon,
6309
+ {
6310
+ valid,
6311
+ invalid,
6312
+ loading,
6313
+ disabled
6314
+ }
6315
+ ),
6316
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
6317
+ InputLoadingIcon,
6318
+ {
6319
+ loading,
6320
+ disabled
6321
+ }
6322
+ ),
6323
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
6324
+ InputClearValue,
6325
+ {
6326
+ loading,
6327
+ disabled,
6328
+ readonly,
6329
+ value
6330
+ }
6331
+ ),
6332
+ suffix && /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(import_jsx_runtime91.Fragment, { children: [
6333
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(InputSeparator, {}),
6334
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(InputSuffix, { children: suffix })
6335
+ ] }),
6336
+ showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
6337
+ SpinButton,
6338
+ {
6339
+ className: "k-input-spinner",
6340
+ size,
6341
+ fillMode
6342
+ }
6343
+ )
6344
+ ]
6345
+ }
6346
+ );
6347
+ };
6348
+ NumericTextbox.states = states32;
6349
+ NumericTextbox.options = options28;
6350
+ NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
6351
+ NumericTextbox.defaultProps = defaultProps30;
6352
+
6353
+ // src/numerictextbox/templates/numerictextbox-normal.tsx
6354
+ var import_jsx_runtime92 = require("react/jsx-runtime");
6355
+
6356
+ // src/numerictextbox/templates/numerictextbox-prefix.tsx
6357
+ var import_jsx_runtime93 = require("react/jsx-runtime");
6358
+
6359
+ // src/numerictextbox/templates/numerictextbox-suffix.tsx
6360
+ var import_jsx_runtime94 = require("react/jsx-runtime");
6361
+
6362
+ // src/pager/pager.spec.tsx
6363
+ var import_jsx_runtime95 = require("react/jsx-runtime");
6364
+ var PAGER_CLASSNAME = `k-pager`;
6365
+ var states33 = [
6366
+ States.focus,
6367
+ States.disabled
6368
+ ];
6369
+ var options29 = {
6370
+ size: [Size.small, Size.medium, Size.large]
6371
+ };
6372
+ var defaultProps31 = {
6373
+ size: Size.medium,
6374
+ adaptive: false,
6375
+ itemsPerPage: true,
6376
+ type: "numeric",
6377
+ pageSizes: true,
6378
+ refresh: true,
6379
+ info: true
6380
+ };
6381
+ var Pager = (props) => {
6382
+ const {
6383
+ size = defaultProps31.size,
6384
+ adaptive = defaultProps31.adaptive,
6385
+ itemsPerPage = defaultProps31.itemsPerPage,
6386
+ type = defaultProps31.type,
6387
+ pageSizes = defaultProps31.pageSizes,
6388
+ refresh = defaultProps31.refresh,
6389
+ info = defaultProps31.info,
6390
+ focus,
6391
+ disabled,
6392
+ dir,
6393
+ ...other
6394
+ } = props;
6395
+ return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(
6396
+ "div",
6397
+ {
6398
+ dir,
6399
+ ...other,
6400
+ className: classNames(
6401
+ props.className,
6402
+ PAGER_CLASSNAME,
6403
+ optionClassNames(PAGER_CLASSNAME, {
6404
+ size
6405
+ }),
6406
+ stateClassNames(PAGER_CLASSNAME, {
6407
+ focus,
6408
+ disabled
6409
+ })
6410
+ ),
6411
+ children: [
6412
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(
6413
+ "div",
6414
+ {
6415
+ className: classNames(
6416
+ "k-pager-numbers-wrap"
6417
+ ),
6418
+ children: [
6419
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
6420
+ Button,
6421
+ {
6422
+ className: classNames(
6423
+ "k-pager-nav",
6424
+ "k-pager-first"
6425
+ ),
6426
+ disabled: true,
6427
+ fillMode: "flat",
6428
+ size,
6429
+ rounded: null,
6430
+ icon: dir === "rtl" ? "caret-alt-to-right" : "caret-alt-to-left"
6431
+ }
6432
+ ),
6433
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
6434
+ Button,
6435
+ {
6436
+ className: classNames(
6437
+ "k-pager-nav"
6438
+ ),
6439
+ disabled: true,
6440
+ fillMode: "flat",
6441
+ size,
6442
+ rounded: null,
6443
+ icon: dir === "rtl" ? "caret-alt-right" : "caret-alt-left"
6444
+ }
6445
+ ),
6446
+ type === "numeric" && !adaptive && /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(
6447
+ "div",
6448
+ {
6449
+ className: classNames(
6450
+ "k-pager-numbers"
6451
+ ),
6452
+ children: [
6453
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
6454
+ Button,
6455
+ {
6456
+ selected: true,
6457
+ fillMode: "flat",
6458
+ themeColor: "primary",
6459
+ size,
6460
+ rounded: null,
6461
+ children: "1"
6462
+ }
6463
+ ),
6464
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
6465
+ Button,
6466
+ {
6467
+ fillMode: "flat",
6468
+ themeColor: "primary",
6469
+ size,
6470
+ rounded: null,
6471
+ children: "2"
6472
+ }
6473
+ ),
6474
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
6475
+ Button,
6476
+ {
6477
+ fillMode: "flat",
6478
+ themeColor: "primary",
6479
+ size,
6480
+ rounded: null,
6481
+ children: "3"
6482
+ }
6483
+ ),
6484
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
6485
+ Button,
6486
+ {
6487
+ fillMode: "flat",
6488
+ themeColor: "primary",
6489
+ size,
6490
+ rounded: null,
6491
+ children: "4"
6492
+ }
6493
+ ),
6494
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
6495
+ Button,
6496
+ {
6497
+ fillMode: "flat",
6498
+ themeColor: "primary",
6499
+ size,
6500
+ rounded: null,
6501
+ children: "5"
6502
+ }
6503
+ ),
6504
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
6505
+ Button,
6506
+ {
6507
+ fillMode: "flat",
6508
+ themeColor: "primary",
6509
+ size,
6510
+ rounded: null,
6511
+ children: "6"
6512
+ }
6513
+ )
6514
+ ]
6515
+ }
6516
+ ),
6517
+ type === "numeric" && /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
6518
+ "select",
6519
+ {
6520
+ className: classNames(
6521
+ "k-picker",
6522
+ "k-picker-solid",
6523
+ "k-dropdown-list",
6524
+ "k-dropdown",
6525
+ "k-rounded-md",
6526
+ optionClassNames("k-picker", {
6527
+ size
6528
+ }),
6529
+ {
6530
+ ["k-hidden"]: !adaptive
6531
+ }
6532
+ ),
6533
+ children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("option", { children: "99" })
6534
+ }
6535
+ ),
6536
+ type === "input" && /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(
6537
+ "span",
6538
+ {
6539
+ className: classNames(
6540
+ "k-pager-input"
6541
+ ),
6542
+ children: [
6543
+ !adaptive && /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("span", { children: "Page" }),
6544
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(NumericTextbox, { value: "999", size, showSpinButton: false, showClearButton: false }),
6545
+ !adaptive && /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("span", { children: "of 8" })
6546
+ ]
6547
+ }
6548
+ ),
6549
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
6550
+ Button,
6551
+ {
6552
+ className: classNames(
6553
+ "k-pager-nav"
6554
+ ),
6555
+ fillMode: "flat",
6556
+ size,
6557
+ rounded: null,
6558
+ icon: dir === "rtl" ? "caret-alt-left" : "caret-alt-right"
6559
+ }
6560
+ ),
6561
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
6562
+ Button,
6563
+ {
6564
+ className: classNames(
6565
+ "k-pager-nav",
6566
+ "k-pager-last"
6567
+ ),
6568
+ fillMode: "flat",
6569
+ size,
6570
+ rounded: null,
6571
+ icon: dir === "rtl" ? "caret-alt-to-left" : "caret-alt-to-right"
6572
+ }
6573
+ )
6574
+ ]
6575
+ }
6576
+ ),
6577
+ pageSizes && /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(
6578
+ "span",
6579
+ {
6580
+ className: classNames(
6581
+ "k-pager-sizes"
6582
+ ),
6583
+ children: [
6584
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(DropdownList, { value: "99", size }),
6585
+ itemsPerPage && /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("span", { children: "items per page" })
6586
+ ]
6587
+ }
6588
+ ),
6589
+ refresh && /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
6590
+ Button,
6591
+ {
6592
+ className: classNames(
6593
+ "k-pager-refresh"
6594
+ ),
6595
+ fillMode: "flat",
6596
+ size,
6597
+ rounded: null,
6598
+ icon: "arrow-rotate-cw"
6599
+ }
6600
+ ),
6601
+ info && /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
6602
+ "span",
6603
+ {
6604
+ className: classNames(
6605
+ "k-pager-info"
6606
+ ),
6607
+ children: "1 - 20 of 91 items"
6608
+ }
6609
+ )
6610
+ ]
6611
+ }
6612
+ );
6613
+ };
6614
+ Pager.states = states33;
6615
+ Pager.options = options29;
6616
+ Pager.className = PAGER_CLASSNAME;
6617
+ Pager.defaultProps = defaultProps31;
6618
+
6619
+ // src/pager/templates/pager-normal.tsx
6620
+ var import_jsx_runtime96 = require("react/jsx-runtime");
6621
+
6622
+ // src/pager/templates/pager-input.tsx
6623
+ var import_jsx_runtime97 = require("react/jsx-runtime");
6624
+
6625
+ // src/pager/templates/pager-adaptive.tsx
6626
+ var import_jsx_runtime98 = require("react/jsx-runtime");
6627
+
6628
+ // src/pager/templates/pager-adaptive-input.tsx
6629
+ var import_jsx_runtime99 = require("react/jsx-runtime");
6630
+
6631
+ // src/grid/grid-pager.spec.tsx
6632
+ var import_jsx_runtime100 = require("react/jsx-runtime");
6633
+
6634
+ // src/button-group/button-group.spec.tsx
6635
+ var import_jsx_runtime101 = require("react/jsx-runtime");
6636
+ var BUTTONGROUP_CLASSNAME = `k-button-group`;
6637
+ var states34 = [
6638
+ States.disabled
6639
+ ];
6640
+ var options30 = {
6641
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
6642
+ };
6643
+ var defaultProps32 = {
6644
+ fillMode: FillMode.solid
6645
+ };
6646
+ var ButtonGroup = (props) => {
6647
+ const {
6648
+ fillMode = defaultProps32.fillMode,
6649
+ disabled,
6650
+ stretched,
6651
+ ...other
6652
+ } = props;
6653
+ return /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
6654
+ "div",
6655
+ {
6656
+ ...other,
6657
+ className: classNames(
6658
+ props.className,
6659
+ BUTTONGROUP_CLASSNAME,
6660
+ optionClassNames(BUTTONGROUP_CLASSNAME, {
6661
+ fillMode
6662
+ }),
6663
+ stateClassNames(BUTTONGROUP_CLASSNAME, {
6664
+ disabled
6665
+ }),
6666
+ {
6667
+ [`${BUTTONGROUP_CLASSNAME}-stretched`]: stretched
6668
+ }
6669
+ ),
6670
+ children: props.children
6671
+ }
6672
+ );
6673
+ };
6674
+ ButtonGroup.states = states34;
6675
+ ButtonGroup.options = options30;
6676
+ ButtonGroup.className = BUTTONGROUP_CLASSNAME;
6677
+ ButtonGroup.defaultProps = defaultProps32;
6678
+
6679
+ // src/button-group/templates/icon-button-group.tsx
6680
+ var import_jsx_runtime102 = require("react/jsx-runtime");
6681
+
6682
+ // src/button-group/templates/icon-text-button-group.tsx
6683
+ var import_jsx_runtime103 = require("react/jsx-runtime");
6684
+
6685
+ // src/button-group/templates/text-button-group.tsx
6686
+ var import_jsx_runtime104 = require("react/jsx-runtime");
6687
+
6688
+ // src/button-group/templates/mixed-button-group.tsx
6689
+ var import_jsx_runtime105 = require("react/jsx-runtime");
6690
+
6691
+ // src/color-preview/color-preview.tsx
6692
+ var import_jsx_runtime106 = require("react/jsx-runtime");
6693
+ var COLORPREVIEW_CLASSNAME = `k-color-preview`;
6694
+ var states35 = [];
6695
+ var options31 = {};
6696
+ var ColorPreview = (props) => {
6697
+ const {
6698
+ color,
6699
+ iconName,
6700
+ ...other
6701
+ } = props;
6702
+ return /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)(
6703
+ "span",
6704
+ {
6705
+ ...other,
6706
+ className: classNames(
6707
+ props.className,
6708
+ COLORPREVIEW_CLASSNAME,
6709
+ {
6710
+ "k-icon-color-preview": iconName,
6711
+ "k-no-color": !color
6030
6712
  }
6031
6713
  ),
6032
6714
  children: [
6033
- listGroup,
6034
- listContent
6715
+ iconName && /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6716
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
6717
+ "span",
6718
+ {
6719
+ className: "k-color-preview-mask",
6720
+ style: { backgroundColor: color }
6721
+ }
6722
+ )
6035
6723
  ]
6036
6724
  }
6037
6725
  );
6038
6726
  };
6039
- ListAngular.states = states28;
6040
- ListAngular.options = options27;
6041
- ListAngular.className = LISTANGULAR_CLASSNAME;
6042
- ListAngular.defaultProps = defaultProps27;
6727
+ ColorPreview.states = states35;
6728
+ ColorPreview.options = options31;
6729
+ ColorPreview.className = COLORPREVIEW_CLASSNAME;
6043
6730
 
6044
- // src/list/list-item.spec.tsx
6045
- var import_jsx_runtime58 = require("react/jsx-runtime");
6046
- var LISTITEM_CLASSNAME = `k-list-item`;
6047
- var states29 = [
6731
+ // src/colorpicker/colorpicker.spec.tsx
6732
+ var import_jsx_runtime107 = require("react/jsx-runtime");
6733
+ var COLORPICKER_CLASSNAME = `k-colorpicker`;
6734
+ var states36 = [
6048
6735
  States.hover,
6049
6736
  States.focus,
6050
- States.selected,
6737
+ States.valid,
6738
+ States.invalid,
6739
+ States.required,
6051
6740
  States.disabled
6052
6741
  ];
6053
- var options28 = {};
6054
- var defaultProps28 = {};
6055
- var ListItem = (props) => {
6742
+ var options32 = {
6743
+ size: [Size.small, Size.medium, Size.large],
6744
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6745
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6746
+ };
6747
+ var defaultProps33 = {
6748
+ arrowIconName: "caret-alt-down",
6749
+ size: Picker.defaultProps.size,
6750
+ rounded: Picker.defaultProps.rounded,
6751
+ fillMode: Picker.defaultProps.fillMode
6752
+ };
6753
+ var ColorPicker = (props) => {
6056
6754
  const {
6057
- text,
6058
- groupLabel,
6059
- showIcon,
6060
- iconName,
6061
- showCheckbox,
6062
- checked,
6755
+ prefix,
6756
+ suffix,
6757
+ value,
6758
+ placeholder,
6759
+ size,
6760
+ rounded,
6761
+ fillMode,
6063
6762
  hover,
6064
6763
  focus,
6065
- selected,
6764
+ valid,
6765
+ invalid,
6766
+ required,
6066
6767
  disabled,
6768
+ valueIconName,
6769
+ arrowIconName = defaultProps33.arrowIconName,
6770
+ popup,
6771
+ opened,
6067
6772
  ...other
6068
6773
  } = props;
6069
- const textOrChildren = text ? text : props.children;
6070
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
6071
- "li",
6072
- {
6073
- ...other,
6074
- className: classNames(
6075
- props.className,
6076
- LISTITEM_CLASSNAME,
6077
- stateClassNames(LISTITEM_CLASSNAME, {
6078
- hover,
6079
- focus,
6080
- disabled,
6081
- selected
6082
- })
6083
- ),
6084
- children: [
6085
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Checkbox, { checked }),
6086
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { icon: iconName }),
6087
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
6088
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
6089
- ]
6090
- }
6091
- );
6092
- };
6093
- ListItem.states = states29;
6094
- ListItem.options = options28;
6095
- ListItem.className = LISTITEM_CLASSNAME;
6096
- ListItem.defaultProps = defaultProps28;
6097
-
6098
- // src/list/list-content.tsx
6099
- var import_jsx_runtime59 = require("react/jsx-runtime");
6100
- var className11 = `k-list-content`;
6101
- var ListContent = (props) => {
6102
- const {
6103
- virtualization
6104
- } = props;
6105
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: classNames(className11, props.className), children: [
6106
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
6107
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", {}) })
6774
+ return /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(import_jsx_runtime107.Fragment, { children: [
6775
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(
6776
+ Picker,
6777
+ {
6778
+ ...other,
6779
+ size,
6780
+ rounded,
6781
+ fillMode,
6782
+ hover,
6783
+ focus,
6784
+ valid,
6785
+ invalid,
6786
+ required,
6787
+ disabled,
6788
+ className: classNames(
6789
+ props.className,
6790
+ COLORPICKER_CLASSNAME,
6791
+ "k-icon-picker"
6792
+ ),
6793
+ children: [
6794
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(InputPrefix, { children: prefix }),
6795
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
6796
+ InputInnerSpan,
6797
+ {
6798
+ placeholder,
6799
+ value,
6800
+ showValue: false,
6801
+ valueIcon: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
6802
+ ColorPreview,
6803
+ {
6804
+ className: "k-value-icon",
6805
+ color: value,
6806
+ iconName: valueIconName
6807
+ }
6808
+ ),
6809
+ valueIconName
6810
+ }
6811
+ ),
6812
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(InputSuffix, { children: suffix }),
6813
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
6814
+ Button,
6815
+ {
6816
+ className: "k-input-button",
6817
+ icon: arrowIconName,
6818
+ rounded: null,
6819
+ size,
6820
+ fillMode
6821
+ }
6822
+ )
6823
+ ]
6824
+ }
6825
+ ),
6826
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Popup, { className: "k-color-picker-popup", children: popup })
6108
6827
  ] });
6109
6828
  };
6829
+ ColorPicker.states = states36;
6830
+ ColorPicker.options = options32;
6831
+ ColorPicker.className = COLORPICKER_CLASSNAME;
6832
+ ColorPicker.defaultProps = defaultProps33;
6110
6833
 
6111
- // src/list/list-header.tsx
6112
- var import_jsx_runtime60 = require("react/jsx-runtime");
6113
- var className12 = `k-list-group-sticky-header`;
6114
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("div", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("div", { className: "k-list-header-text", children: props.children }) });
6834
+ // src/colorpicker/templates/colorpicker-normal.tsx
6835
+ var import_jsx_runtime108 = require("react/jsx-runtime");
6115
6836
 
6116
- // src/list/list-group.tsx
6117
- var import_jsx_runtime61 = require("react/jsx-runtime");
6118
- var ListGroup = (props) => {
6119
- const {
6120
- virtualization,
6121
- label
6122
- } = props;
6123
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(import_jsx_runtime61.Fragment, { children: [
6124
- label && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ListHeader, { children: label }),
6125
- props.children && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ListContent, { virtualization, children: props.children })
6126
- ] });
6837
+ // src/action-buttons/action-buttons.spec.tsx
6838
+ var import_jsx_runtime109 = require("react/jsx-runtime");
6839
+ var ACTIONBUTTONS_CLASSNAME = `k-actions`;
6840
+ var states37 = [];
6841
+ var options33 = {};
6842
+ var defaultProps34 = {
6843
+ alignment: "start",
6844
+ orientation: "horizontal"
6127
6845
  };
6128
-
6129
- // src/list/list-group-item.tsx
6130
- var import_jsx_runtime62 = require("react/jsx-runtime");
6131
- var className13 = `k-list-group-item`;
6132
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("li", { className: classNames(className13, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { className: "k-list-item-text", children: props.children }) });
6133
-
6134
- // src/list/list-option-label.tsx
6135
- var import_jsx_runtime63 = require("react/jsx-runtime");
6136
- var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
6137
- var states30 = [
6138
- States.hover,
6139
- States.focus,
6140
- States.selected,
6141
- States.disabled
6142
- ];
6143
- var options29 = {};
6144
- var defaultProps29 = {};
6145
- var ListOptionLabel = (props) => {
6846
+ var ActionButtons = (props) => {
6146
6847
  const {
6147
- text,
6148
- hover,
6149
- focus,
6150
- selected,
6151
- disabled,
6848
+ alignment = defaultProps34.alignment,
6849
+ orientation = defaultProps34.orientation,
6152
6850
  ...other
6153
6851
  } = props;
6154
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6852
+ return /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
6155
6853
  "div",
6156
6854
  {
6157
6855
  ...other,
6158
6856
  className: classNames(
6159
- LIST_OPTIONLABEL_CLASSNAME,
6160
- stateClassNames(LIST_OPTIONLABEL_CLASSNAME, {
6161
- hover,
6162
- focus,
6163
- selected,
6164
- disabled
6165
- })
6857
+ ACTIONBUTTONS_CLASSNAME,
6858
+ {
6859
+ [`${ACTIONBUTTONS_CLASSNAME}-${alignment}`]: alignment,
6860
+ [`${ACTIONBUTTONS_CLASSNAME}-${orientation}`]: orientation
6861
+ },
6862
+ props.className
6166
6863
  ),
6167
- children: text
6864
+ children: props.children
6168
6865
  }
6169
6866
  );
6170
6867
  };
6171
- ListOptionLabel.states = states30;
6172
- ListOptionLabel.options = options29;
6173
- ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
6174
- ListOptionLabel.defaultProps = defaultProps29;
6175
-
6176
- // src/list/templates/list-normal.tsx
6177
- var import_jsx_runtime64 = require("react/jsx-runtime");
6178
-
6179
- // src/list/templates/list-virtualization.tsx
6180
- var import_jsx_runtime65 = require("react/jsx-runtime");
6181
-
6182
- // src/list/templates/list-grouping.tsx
6183
- var import_jsx_runtime66 = require("react/jsx-runtime");
6184
-
6185
- // src/list/templates/list-virualization-grouping.tsx
6186
- var import_jsx_runtime67 = require("react/jsx-runtime");
6187
-
6188
- // src/list/templates/list-virtualization-angular.tsx
6189
- var import_jsx_runtime68 = require("react/jsx-runtime");
6190
-
6191
- // src/list/templates/list-grouping-angular.tsx
6192
- var import_jsx_runtime69 = require("react/jsx-runtime");
6193
-
6194
- // src/list/templates/list-virualization-grouping-angular.tsx
6195
- var import_jsx_runtime70 = require("react/jsx-runtime");
6196
-
6197
- // src/dropdownlist/templates/dropdownlist-popup.tsx
6198
- var import_jsx_runtime71 = require("react/jsx-runtime");
6868
+ ActionButtons.states = states37;
6869
+ ActionButtons.options = options33;
6870
+ ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
6871
+ ActionButtons.defaultProps = defaultProps34;
6872
+ var action_buttons_spec_default = ActionButtons;
6199
6873
 
6200
- // src/searchbox/searchbox.spec.tsx
6201
- var import_jsx_runtime72 = require("react/jsx-runtime");
6202
- var SEARCHBOX_CLASSNAME = `k-searchbox`;
6203
- var states31 = [
6874
+ // src/slider/slider.spec.tsx
6875
+ var import_jsx_runtime110 = require("react/jsx-runtime");
6876
+ var SLIDER_CLASSNAME = "k-slider";
6877
+ var states38 = [
6204
6878
  States.hover,
6205
6879
  States.focus,
6206
- States.valid,
6207
- States.invalid,
6208
- States.required,
6880
+ States.active,
6209
6881
  States.disabled,
6210
- States.loading
6882
+ States.readonly
6211
6883
  ];
6212
- var options30 = {
6213
- size: [Size.small, Size.medium, Size.large],
6214
- rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6215
- fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6884
+ var options34 = {};
6885
+ var defaultProps35 = {
6886
+ type: "single",
6887
+ orientation: "horizontal",
6888
+ readonly: false,
6889
+ disabled: false,
6890
+ handlePosition: "end",
6891
+ showButtons: true,
6892
+ showTicks: true
6893
+ };
6894
+ var Slider = (props) => {
6895
+ const {
6896
+ type = defaultProps35.type,
6897
+ orientation = defaultProps35.orientation,
6898
+ readonly = defaultProps35.readonly,
6899
+ disabled = defaultProps35.disabled,
6900
+ handlePosition = defaultProps35.handlePosition,
6901
+ showButtons = defaultProps35.showButtons,
6902
+ showTicks = defaultProps35.showTicks,
6903
+ hover,
6904
+ focus,
6905
+ active,
6906
+ trackStyle,
6907
+ dir
6908
+ } = props;
6909
+ let iconIncrease;
6910
+ let iconDecrease;
6911
+ if (orientation === "horizontal") {
6912
+ iconIncrease = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
6913
+ iconDecrease = dir === "rtl" ? "caret-alt-right" : "caret-alt-left";
6914
+ } else if (orientation === "vertical") {
6915
+ iconIncrease = "caret-alt-up";
6916
+ iconDecrease = "caret-alt-down";
6917
+ }
6918
+ return /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)("div", { className: classNames(
6919
+ SLIDER_CLASSNAME,
6920
+ props.className,
6921
+ stateClassNames(SLIDER_CLASSNAME, {
6922
+ readonly,
6923
+ disabled
6924
+ }),
6925
+ {
6926
+ [`k-slider-${orientation}`]: orientation,
6927
+ "k-colorgradient-slider": type === "gradient",
6928
+ "k-range-slider": type === "range"
6929
+ }
6930
+ ), dir, children: [
6931
+ showButtons && /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
6932
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)("div", { className: "k-slider-track-wrap", children: [
6933
+ showTicks && /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("ul", { className: "k-reset k-slider-items", children: props.children }),
6934
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)("div", { className: "k-slider-track", style: trackStyle, children: [
6935
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("div", { className: "k-slider-selection" }),
6936
+ type === "range" && /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("span", { className: classNames(
6937
+ "k-draghandle",
6938
+ "k-draghandle-start",
6939
+ stateClassNames(SLIDER_CLASSNAME, {
6940
+ hover,
6941
+ focus,
6942
+ active
6943
+ })
6944
+ ) }),
6945
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("span", { className: classNames(
6946
+ "k-draghandle",
6947
+ `k-draghandle-${handlePosition}`,
6948
+ stateClassNames(SLIDER_CLASSNAME, {
6949
+ hover,
6950
+ focus,
6951
+ active
6952
+ })
6953
+ ) })
6954
+ ] })
6955
+ ] }),
6956
+ showButtons && /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
6957
+ ] });
6216
6958
  };
6217
- var defaultProps30 = {
6218
- showIcon: true,
6219
- icon: "search",
6220
- size: Input.defaultProps.size,
6221
- rounded: Input.defaultProps.rounded,
6222
- fillMode: Input.defaultProps.fillMode
6959
+ Slider.states = states38;
6960
+ Slider.options = options34;
6961
+ Slider.className = SLIDER_CLASSNAME;
6962
+ Slider.defaultProps = defaultProps35;
6963
+
6964
+ // src/slider/slider-tick.tsx
6965
+ var import_jsx_runtime111 = require("react/jsx-runtime");
6966
+ var SLIDER_TICK_CLASSNAME = "k-tick";
6967
+ var states39 = [];
6968
+ var options35 = {};
6969
+ var defaultProps36 = {
6970
+ label: false
6223
6971
  };
6224
- var Searchbox = (props) => {
6972
+ var SliderTick = (props) => {
6225
6973
  const {
6226
- value,
6227
- placeholder,
6228
- size,
6229
- rounded,
6230
- fillMode,
6231
- hover,
6232
- focus,
6233
- valid,
6234
- invalid,
6235
- required,
6236
- loading,
6237
- disabled,
6238
- showIcon = defaultProps30.showIcon,
6239
- icon = defaultProps30.icon,
6240
- ...other
6974
+ style,
6975
+ label = defaultProps36.label,
6976
+ orientation,
6977
+ large,
6978
+ text
6241
6979
  } = props;
6242
- return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
6243
- Input,
6980
+ return /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("li", { className: classNames(
6981
+ props.className,
6982
+ SLIDER_TICK_CLASSNAME,
6244
6983
  {
6245
- ...other,
6246
- size,
6247
- rounded,
6248
- fillMode,
6249
- hover,
6250
- focus,
6251
- valid,
6252
- invalid,
6253
- required,
6254
- loading,
6255
- disabled,
6256
- className: classNames(props.className, SEARCHBOX_CLASSNAME),
6257
- children: [
6258
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Icon, { className: "k-input-icon", icon }),
6259
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(InputInnerInput, { placeholder, value }),
6260
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(InputLoadingIcon, { ...props }),
6261
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(InputValidationIcon, { ...props }),
6262
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(InputClearValue, { ...props })
6263
- ]
6984
+ [`k-tick-${orientation}`]: orientation,
6985
+ "k-tick-large": large
6264
6986
  }
6265
- );
6987
+ ), style, children: label && /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("span", { className: "k-label", children: text }) });
6266
6988
  };
6267
- Searchbox.states = states31;
6268
- Searchbox.options = options30;
6269
- Searchbox.className = SEARCHBOX_CLASSNAME;
6270
- Searchbox.defaultProps = defaultProps30;
6989
+ SliderTick.states = states39;
6990
+ SliderTick.options = options35;
6991
+ SliderTick.className = SLIDER_TICK_CLASSNAME;
6992
+ SliderTick.defaultProps = defaultProps36;
6271
6993
 
6272
- // src/searchbox/templates/searchbox-normal.tsx
6273
- var import_jsx_runtime73 = require("react/jsx-runtime");
6994
+ // src/slider/templates/slider-normal.tsx
6995
+ var import_jsx_runtime112 = require("react/jsx-runtime");
6274
6996
 
6275
- // src/dropdownlist/templates/dropdownlist-filtering.tsx
6276
- var import_jsx_runtime74 = require("react/jsx-runtime");
6997
+ // src/slider/templates/slider-vertical.tsx
6998
+ var import_jsx_runtime113 = require("react/jsx-runtime");
6277
6999
 
6278
- // src/dropdownlist/templates/dropdownlist-grouping.tsx
6279
- var import_jsx_runtime75 = require("react/jsx-runtime");
7000
+ // src/slider/templates/slider-range.tsx
7001
+ var import_jsx_runtime114 = require("react/jsx-runtime");
6280
7002
 
6281
- // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
6282
- var import_jsx_runtime76 = require("react/jsx-runtime");
7003
+ // src/slider/templates/slider-range-vertical.tsx
7004
+ var import_jsx_runtime115 = require("react/jsx-runtime");
6283
7005
 
6284
- // src/numerictextbox/templates/numerictextbox-prefix.tsx
6285
- var import_jsx_runtime77 = require("react/jsx-runtime");
7006
+ // src/slider/templates/slider-gradient.tsx
7007
+ var import_jsx_runtime116 = require("react/jsx-runtime");
6286
7008
 
6287
- // src/numerictextbox/templates/numerictextbox-suffix.tsx
6288
- var import_jsx_runtime78 = require("react/jsx-runtime");
7009
+ // src/slider/templates/slider-gradient-vertical.tsx
7010
+ var import_jsx_runtime117 = require("react/jsx-runtime");
7011
+ var SliderGradientVertical = (props) => /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7012
+ Slider,
7013
+ {
7014
+ type: "gradient",
7015
+ orientation: "vertical",
7016
+ showButtons: false,
7017
+ showTicks: false,
7018
+ children: /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(import_jsx_runtime117.Fragment, { children: [
7019
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(SliderTick, { label: true, large: true, text: "0" }),
7020
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(SliderTick, {}),
7021
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(SliderTick, {}),
7022
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(SliderTick, {}),
7023
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(SliderTick, {}),
7024
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(SliderTick, { label: true, large: true, text: "5" }),
7025
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(SliderTick, {}),
7026
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(SliderTick, {}),
7027
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(SliderTick, {}),
7028
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(SliderTick, {}),
7029
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(SliderTick, { label: true, large: true, text: "10" })
7030
+ ] }),
7031
+ ...props
7032
+ }
7033
+ );
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,136 +8576,145 @@ 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-editing-inline-angular.tsx
7864
- var import_jsx_runtime130 = require("react/jsx-runtime");
7865
- var grid_editing_inline_angular_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", children: [
7866
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("h3", { children: "Edit Row" }),
7867
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { dir: "ltr", className: "k-grid k-grid-md", children: [
7868
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { icon: "plus", children: "Add" }) }),
7869
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-grid-aria-root", role: "grid", children: [
7870
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7871
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("colgroup", { children: [
7872
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", { style: { width: "50px" } }),
7873
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", {}),
7874
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", {})
8624
+ var import_jsx_runtime170 = require("react/jsx-runtime");
8625
+ var grid_editing_inline_angular_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", children: [
8626
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("h3", { children: "Edit Row" }),
8627
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(Grid, { dir: "ltr", _renderAriaRoot: true, toolbar: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridToolbar, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { icon: "plus", children: "Add" }) }), children: [
8628
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(GridHeaderTable, { children: [
8629
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)("colgroup", { children: [
8630
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", { style: { width: "50px" } }),
8631
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {}),
8632
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {})
8633
+ ] }),
8634
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableThead, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { children: [
8635
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeaderCell, { rowspan: 1, colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Checkbox, {}) }),
8636
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeaderCell, { rowspan: 1, colspan: 1, columnTitle: "Name" }),
8637
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeaderCell, { rowspan: 1, colspan: 1, columnTitle: "Command" })
8638
+ ] }) })
8639
+ ] }) }) }),
8640
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(GridContent, { className: "k-virtual-content", children: [
8641
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { className: "k-grid-table-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(GridTable, { children: [
8642
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)("colgroup", { children: [
8643
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", { style: { width: "50px" } }),
8644
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {}),
8645
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {})
7875
8646
  ] }),
7876
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("tr", { className: "k-table-row", children: [
7877
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("th", { className: "k-table-th k-header", rowSpan: 1, colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Checkbox, {}) }),
7878
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("th", { className: "k-table-th k-header", rowSpan: 1, colSpan: 1, 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: "Name" }) }) }) }),
7879
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("th", { className: "k-table-th k-header", rowSpan: 1, colSpan: 1, 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: "Command" }) }) }) })
7880
- ] }) })
7881
- ] }) }) }),
7882
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-grid-content k-virtual-content", children: [
7883
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-grid-table-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
7884
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("colgroup", { children: [
7885
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", { style: { width: "50px" } }),
7886
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", {}),
7887
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", {})
8647
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableTbody, { children: [
8648
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { className: "k-grid-edit-row", role: "row", children: [
8649
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Checkbox, {}) }),
8650
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Textbox, {}) }),
8651
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableTd, { className: "k-touch-action-auto k-command-cell", colspan: 1, children: [
8652
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { children: "Update" }),
8653
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { children: "Cancel" })
8654
+ ] })
7888
8655
  ] }),
7889
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("tbody", { className: "k-table-tbody", children: [
7890
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("tr", { className: "k-table-row k-grid-edit-row", role: "row", children: [
7891
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Checkbox, {}) }),
7892
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Textbox, {}) }),
7893
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("td", { className: "k-table-td k-touch-action-auto k-command-cell", colSpan: 1, children: [
7894
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { children: "Update" }),
7895
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { children: "Cancel" })
7896
- ] })
7897
- ] }),
7898
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
7899
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Checkbox, {}) }),
7900
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "Product2" }),
7901
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("td", { className: "k-table-td k-touch-action-auto k-command-cell", colSpan: 1, children: [
7902
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { children: "Edit" }),
7903
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { children: "Remove" })
7904
- ] })
8656
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { className: "k-alt", alt: true, children: [
8657
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Checkbox, {}) }),
8658
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: "Product2" }),
8659
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableTd, { className: "k-touch-action-auto k-command-cell", colspan: 1, children: [
8660
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { children: "Edit" }),
8661
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { children: "Remove" })
7905
8662
  ] })
7906
8663
  ] })
7907
- ] }) }),
7908
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", {}) })
7909
- ] }) })
7910
- ] })
8664
+ ] })
8665
+ ] }) }),
8666
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", {}) })
8667
+ ] }) })
7911
8668
  ] }),
7912
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("h3", { children: "New Row" }),
7913
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { dir: "ltr", className: "k-grid k-grid-md", children: [
7914
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { icon: "plus", children: "Add" }) }),
7915
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-grid-aria-root", role: "grid", children: [
7916
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7917
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("colgroup", { children: [
7918
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", { style: { width: "50px" } }),
7919
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", {}),
7920
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", {})
8669
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("h3", { children: "New Row" }),
8670
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(Grid, { dir: "ltr", _renderAriaRoot: true, toolbar: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridToolbar, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { icon: "plus", children: "Add" }) }), children: [
8671
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(GridHeaderTable, { children: [
8672
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)("colgroup", { children: [
8673
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", { style: { width: "50px" } }),
8674
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {}),
8675
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {})
8676
+ ] }),
8677
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableThead, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { children: [
8678
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeaderCell, { rowspan: 1, colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Checkbox, {}) }),
8679
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeaderCell, { rowspan: 1, colspan: 1, columnTitle: "Name" }),
8680
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeaderCell, { rowspan: 1, colspan: 1, columnTitle: "Command" })
8681
+ ] }) })
8682
+ ] }) }) }),
8683
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(GridContent, { className: "k-virtual-content", children: [
8684
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { className: "k-grid-table-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(GridTable, { children: [
8685
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)("colgroup", { children: [
8686
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", { style: { width: "50px" } }),
8687
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {}),
8688
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {})
7921
8689
  ] }),
7922
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("tr", { className: "k-table-row", children: [
7923
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("th", { className: "k-table-th k-header", rowSpan: 1, colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Checkbox, {}) }),
7924
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("th", { className: "k-table-th k-header", rowSpan: 1, colSpan: 1, 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: "Name" }) }) }) }),
7925
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("th", { className: "k-table-th k-header", rowSpan: 1, colSpan: 1, 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: "Command" }) }) }) })
7926
- ] }) })
7927
- ] }) }) }),
7928
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-grid-content k-virtual-content", children: [
7929
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-grid-table-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
7930
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("colgroup", { children: [
7931
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", { style: { width: "50px" } }),
7932
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", {}),
7933
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", {})
8690
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableTbody, { children: [
8691
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { className: "k-grid-add-row k-grid-edit-row", role: "row", children: [
8692
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { colspan: 1 }),
8693
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Textbox, {}) }),
8694
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableTd, { className: "k-command-cell", colspan: 1, children: [
8695
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { children: "Add" }),
8696
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { children: "Discard changes" })
8697
+ ] })
8698
+ ] }),
8699
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { children: [
8700
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Checkbox, {}) }),
8701
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: "Product1" }),
8702
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableTd, { className: "k-touch-action-auto k-command-cell", colspan: 1, children: [
8703
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { children: "Edit" }),
8704
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { children: "Remove" })
8705
+ ] })
7934
8706
  ] }),
7935
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("tbody", { className: "k-table-tbody", children: [
7936
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("tr", { className: "k-table-row k-grid-add-row k-grid-edit-row", role: "row", children: [
7937
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td", colSpan: 1 }),
7938
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Textbox, {}) }),
7939
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("td", { className: "k-table-td k-command-cell", colSpan: 1, children: [
7940
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { children: "Add" }),
7941
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { children: "Discard changes" })
7942
- ] })
7943
- ] }),
7944
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("tr", { className: "k-table-row", children: [
7945
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Checkbox, {}) }),
7946
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "Product1" }),
7947
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("td", { className: "k-table-td k-touch-action-auto k-command-cell", colSpan: 1, children: [
7948
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { children: "Edit" }),
7949
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { children: "Remove" })
7950
- ] })
7951
- ] }),
7952
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
7953
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Checkbox, {}) }),
7954
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "Product2" }),
7955
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("td", { className: "k-table-td k-touch-action-auto k-command-cell", colSpan: 1, children: [
7956
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { children: "Edit" }),
7957
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { children: "Remove" })
7958
- ] })
8707
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { className: "k-alt", alt: true, children: [
8708
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Checkbox, {}) }),
8709
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: "Product2" }),
8710
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableTd, { className: "k-touch-action-auto k-command-cell", colspan: 1, children: [
8711
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { children: "Edit" }),
8712
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { children: "Remove" })
7959
8713
  ] })
7960
8714
  ] })
7961
- ] }) }),
7962
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", {}) })
7963
- ] }) })
7964
- ] })
8715
+ ] })
8716
+ ] }) }),
8717
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", {}) })
8718
+ ] }) })
7965
8719
  ] })
7966
8720
  ] }) });