@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
@@ -5886,26 +5886,771 @@ var import_jsx_runtime60 = require("react/jsx-runtime");
5886
5886
  // src/textbox/templates/textbox-suffix.tsx
5887
5887
  var import_jsx_runtime61 = require("react/jsx-runtime");
5888
5888
 
5889
+ // src/grid/grid.spec.tsx
5890
+ var import_jsx_runtime62 = require("react/jsx-runtime");
5891
+ var GRID_CLASSNAME = "k-grid";
5892
+ var states26 = [];
5893
+ var options25 = {
5894
+ size: [Size.small, Size.medium, Size.large]
5895
+ };
5896
+ var defaultProps26 = {
5897
+ size: Size.medium,
5898
+ pagerPosition: "bottom"
5899
+ };
5900
+ var Grid = (props) => {
5901
+ const {
5902
+ size = defaultProps26.size,
5903
+ toolbar,
5904
+ pager,
5905
+ pagerPosition,
5906
+ groupingHeader,
5907
+ _renderAriaRoot,
5908
+ ...other
5909
+ } = props;
5910
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
5911
+ "div",
5912
+ {
5913
+ ...other,
5914
+ className: classNames(
5915
+ props.className,
5916
+ GRID_CLASSNAME,
5917
+ optionClassNames(GRID_CLASSNAME, { size })
5918
+ ),
5919
+ children: [
5920
+ toolbar,
5921
+ pagerPosition === "top" && pager,
5922
+ groupingHeader,
5923
+ props.children && _renderAriaRoot ? /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("div", { className: "k-grid-aria-root", children: props.children }) : props.children,
5924
+ pagerPosition === "bottom" && pager
5925
+ ]
5926
+ }
5927
+ );
5928
+ };
5929
+ Grid.states = states26;
5930
+ Grid.options = options25;
5931
+ Grid.className = GRID_CLASSNAME;
5932
+ Grid.defaultProps = defaultProps26;
5933
+
5934
+ // src/grid/grid-header.spec.tsx
5935
+ var import_jsx_runtime63 = require("react/jsx-runtime");
5936
+ var className14 = `k-grid-header`;
5937
+ var GridHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
5938
+ "div",
5939
+ {
5940
+ ...props,
5941
+ className: classNames(
5942
+ props.className,
5943
+ className14
5944
+ ),
5945
+ children: props.children
5946
+ }
5947
+ );
5948
+
5949
+ // src/grid/grid-grouping-header.spec.tsx
5950
+ var import_jsx_runtime64 = require("react/jsx-runtime");
5951
+
5952
+ // src/table/data-table.spec.tsx
5953
+ var import_jsx_runtime65 = require("react/jsx-runtime");
5954
+ var DATATABLE_CLASSNAME = `k-data-table`;
5955
+ var states27 = [];
5956
+ var options26 = {
5957
+ size: [Size.small, Size.medium, Size.large]
5958
+ };
5959
+ var defaultProps27 = {
5960
+ size: Size.medium
5961
+ };
5962
+ var DataTable = (props) => {
5963
+ const {
5964
+ size = defaultProps27.size,
5965
+ ...other
5966
+ } = props;
5967
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
5968
+ "div",
5969
+ {
5970
+ ...other,
5971
+ className: classNames(
5972
+ props.className,
5973
+ DATATABLE_CLASSNAME,
5974
+ optionClassNames("k-table", {
5975
+ size
5976
+ })
5977
+ ),
5978
+ children: props.children
5979
+ }
5980
+ );
5981
+ };
5982
+ DataTable.states = states27;
5983
+ DataTable.options = options26;
5984
+ DataTable.className = DATATABLE_CLASSNAME;
5985
+ DataTable.defaultProps = defaultProps27;
5986
+
5987
+ // src/table/table-header.tsx
5988
+ var import_jsx_runtime66 = require("react/jsx-runtime");
5989
+
5990
+ // src/table/table-body.tsx
5991
+ var import_jsx_runtime67 = require("react/jsx-runtime");
5992
+
5993
+ // src/table/table-footer.tsx
5994
+ var import_jsx_runtime68 = require("react/jsx-runtime");
5995
+
5996
+ // src/table/table.spec.tsx
5997
+ var import_jsx_runtime69 = require("react/jsx-runtime");
5998
+ var TABLE_CLASSNAME = `k-table`;
5999
+ var states28 = [];
6000
+ var options27 = {
6001
+ size: [Size.small, Size.medium, Size.large]
6002
+ };
6003
+ var defaultProps28 = {};
6004
+ var Table = (props) => {
6005
+ const {
6006
+ size,
6007
+ ...other
6008
+ } = props;
6009
+ return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6010
+ "table",
6011
+ {
6012
+ ...other,
6013
+ className: classNames(
6014
+ props.className,
6015
+ TABLE_CLASSNAME,
6016
+ optionClassNames(TABLE_CLASSNAME, {
6017
+ size
6018
+ })
6019
+ ),
6020
+ children: props.children
6021
+ }
6022
+ );
6023
+ };
6024
+ Table.states = states28;
6025
+ Table.options = options27;
6026
+ Table.className = TABLE_CLASSNAME;
6027
+ Table.defaultProps = defaultProps28;
6028
+
6029
+ // src/table/table-list.spec.tsx
6030
+ var import_jsx_runtime70 = require("react/jsx-runtime");
6031
+ var TABLELIST_CLASSNAME = `k-table-list`;
6032
+ var states29 = [];
6033
+ var options28 = {
6034
+ size: [Size.small, Size.medium, Size.large]
6035
+ };
6036
+ var defaultProps29 = {};
6037
+ var TableList = (props) => {
6038
+ const {
6039
+ size,
6040
+ virtualization,
6041
+ ...other
6042
+ } = props;
6043
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6044
+ "ul",
6045
+ {
6046
+ ...other,
6047
+ className: classNames(
6048
+ props.className,
6049
+ "k-table",
6050
+ TABLELIST_CLASSNAME,
6051
+ optionClassNames(TABLELIST_CLASSNAME, {
6052
+ size
6053
+ }),
6054
+ {
6055
+ "k-virtual-table": virtualization
6056
+ }
6057
+ ),
6058
+ children: props.children
6059
+ }
6060
+ );
6061
+ };
6062
+ TableList.states = states29;
6063
+ TableList.options = options28;
6064
+ TableList.className = TABLELIST_CLASSNAME;
6065
+ TableList.defaultProps = defaultProps29;
6066
+
6067
+ // src/table/table-thead.tsx
6068
+ var import_jsx_runtime71 = require("react/jsx-runtime");
6069
+ var className15 = `k-table-thead`;
6070
+ var TableThead = (props) => /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6071
+ "thead",
6072
+ {
6073
+ className: classNames(
6074
+ props.className,
6075
+ className15
6076
+ ),
6077
+ children: props.children
6078
+ }
6079
+ );
6080
+
6081
+ // src/table/table-tbody.tsx
6082
+ var import_jsx_runtime72 = require("react/jsx-runtime");
6083
+ var className16 = `k-table-tbody`;
6084
+ var TableTbody = (props) => /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6085
+ "tbody",
6086
+ {
6087
+ className: classNames(
6088
+ props.className,
6089
+ className16
6090
+ ),
6091
+ children: props.children
6092
+ }
6093
+ );
6094
+
6095
+ // src/table/table-tfoot.tsx
6096
+ var import_jsx_runtime73 = require("react/jsx-runtime");
6097
+
6098
+ // src/table/table-row.tsx
6099
+ var import_jsx_runtime74 = require("react/jsx-runtime");
6100
+ var TABLEROW_CLASSNAME = `k-table-row`;
6101
+ var states30 = [
6102
+ States.hover,
6103
+ States.focus,
6104
+ States.selected,
6105
+ States.disabled
6106
+ ];
6107
+ var TableRow = (props) => {
6108
+ const {
6109
+ hover,
6110
+ focus,
6111
+ selected,
6112
+ disabled,
6113
+ alt,
6114
+ ...other
6115
+ } = props;
6116
+ return /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6117
+ "tr",
6118
+ {
6119
+ ...other,
6120
+ className: classNames(
6121
+ props.className,
6122
+ TABLEROW_CLASSNAME,
6123
+ {
6124
+ ["k-table-alt-row"]: alt
6125
+ },
6126
+ stateClassNames(TABLEROW_CLASSNAME, {
6127
+ hover,
6128
+ focus,
6129
+ disabled,
6130
+ selected
6131
+ })
6132
+ ),
6133
+ children: props.children
6134
+ }
6135
+ );
6136
+ };
6137
+
6138
+ // src/table/table-list-row.tsx
6139
+ var import_jsx_runtime75 = require("react/jsx-runtime");
6140
+ var states31 = [
6141
+ States.hover,
6142
+ States.focus,
6143
+ States.selected,
6144
+ States.disabled
6145
+ ];
6146
+
6147
+ // src/table/table-th.tsx
6148
+ var import_jsx_runtime76 = require("react/jsx-runtime");
6149
+ var className17 = `k-table-th`;
6150
+ var TableTh = (props) => {
6151
+ const {
6152
+ text,
6153
+ colspan,
6154
+ rowspan,
6155
+ ...other
6156
+ } = props;
6157
+ const textOrChildren = text ? text : props.children;
6158
+ return /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6159
+ "th",
6160
+ {
6161
+ colSpan: colspan,
6162
+ rowSpan: rowspan,
6163
+ ...other,
6164
+ className: classNames(
6165
+ props.className,
6166
+ className17
6167
+ ),
6168
+ children: textOrChildren
6169
+ }
6170
+ );
6171
+ };
6172
+
6173
+ // src/table/table-list-th.tsx
6174
+ var import_jsx_runtime77 = require("react/jsx-runtime");
6175
+
6176
+ // src/table/table-td.tsx
6177
+ var import_jsx_runtime78 = require("react/jsx-runtime");
6178
+ var className18 = `k-table-td`;
6179
+ var TableTd = (props) => {
6180
+ const {
6181
+ text,
6182
+ colspan,
6183
+ ...other
6184
+ } = props;
6185
+ const textOrChildren = text ? text : props.children;
6186
+ return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6187
+ "td",
6188
+ {
6189
+ colSpan: colspan,
6190
+ ...other,
6191
+ className: classNames(
6192
+ props.className,
6193
+ className18
6194
+ ),
6195
+ children: textOrChildren
6196
+ }
6197
+ );
6198
+ };
6199
+
6200
+ // src/table/table-list-td.tsx
6201
+ var import_jsx_runtime79 = require("react/jsx-runtime");
6202
+
6203
+ // src/table/table-group-header.tsx
6204
+ var import_jsx_runtime80 = require("react/jsx-runtime");
6205
+
6206
+ // src/table/table-group-sticky-header.tsx
6207
+ var import_jsx_runtime81 = require("react/jsx-runtime");
6208
+
6209
+ // src/table/table-group-row.tsx
6210
+ var import_jsx_runtime82 = require("react/jsx-runtime");
6211
+
6212
+ // src/table/table-list-group-row.tsx
6213
+ var import_jsx_runtime83 = require("react/jsx-runtime");
6214
+
6215
+ // src/table/templates/table-list.tsx
6216
+ var import_jsx_runtime84 = require("react/jsx-runtime");
6217
+
6218
+ // src/table/templates/table-list-virtualization.tsx
6219
+ var import_jsx_runtime85 = require("react/jsx-runtime");
6220
+
6221
+ // src/table/templates/data-table-normal.tsx
6222
+ var import_jsx_runtime86 = require("react/jsx-runtime");
6223
+
6224
+ // src/table/templates/table-native.tsx
6225
+ var import_jsx_runtime87 = require("react/jsx-runtime");
6226
+
6227
+ // src/grid/grid-header-table.spec.tsx
6228
+ var import_jsx_runtime88 = require("react/jsx-runtime");
6229
+ var GRIDHEADERTABLE_CLASSNAME = `k-grid-header-table`;
6230
+ var GridHeaderTable = (props) => /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
6231
+ Table,
6232
+ {
6233
+ size: "medium",
6234
+ ...props,
6235
+ className: classNames(
6236
+ props.className,
6237
+ GRIDHEADERTABLE_CLASSNAME
6238
+ ),
6239
+ children: props.children
6240
+ }
6241
+ );
6242
+
6243
+ // src/grid/grid-header-cell.spec.tsx
6244
+ var import_jsx_runtime89 = require("react/jsx-runtime");
6245
+ var className19 = `k-header`;
6246
+ var states32 = [
6247
+ States.hover,
6248
+ States.focus,
6249
+ States.active
6250
+ ];
6251
+ var defaultProps30 = {
6252
+ sortIcon: "sort-asc-small"
6253
+ };
6254
+ var GridHeaderCell = (props) => {
6255
+ const {
6256
+ menu,
6257
+ sortable,
6258
+ sticky,
6259
+ resizable,
6260
+ columnTitle,
6261
+ hover,
6262
+ focus,
6263
+ active,
6264
+ sortIcon = defaultProps30.sortIcon,
6265
+ sortOrder,
6266
+ ...others
6267
+ } = props;
6268
+ return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
6269
+ TableTh,
6270
+ {
6271
+ ...others,
6272
+ className: classNames(
6273
+ props.className,
6274
+ className19,
6275
+ {
6276
+ [`k-filterable`]: menu === "filter",
6277
+ [`k-sorted`]: sortable,
6278
+ [`k-grid-header-sticky`]: sticky,
6279
+ [`k-touch-action-none`]: resizable
6280
+ },
6281
+ stateClassNames(className19, {
6282
+ hover,
6283
+ focus,
6284
+ active
6285
+ })
6286
+ ),
6287
+ children: [
6288
+ columnTitle && /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("span", { className: "k-cell-inner", children: [
6289
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)("span", { className: "k-link", children: [
6290
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { className: "k-column-title", children: columnTitle }),
6291
+ sortable && /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Icon, { icon: sortIcon }) }),
6292
+ sortOrder && /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { className: "k-sort-order", children: sortOrder })
6293
+ ] }),
6294
+ menu && /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("a", { href: "#", className: classNames(
6295
+ "k-grid-header-menu",
6296
+ {
6297
+ [`k-active`]: active,
6298
+ [`k-grid-filter-menu`]: menu === "filter",
6299
+ [`k-grid-column-menu`]: menu === "column"
6300
+ }
6301
+ ), children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Icon, { icon: menu === "filter" ? "filter" : "more-vertical" }) })
6302
+ ] }),
6303
+ props.children,
6304
+ resizable && /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("span", { className: "k-column-resizer k-touch-action-none" })
6305
+ ]
6306
+ }
6307
+ );
6308
+ };
6309
+
6310
+ // src/grid/grid-container.spec.tsx
6311
+ var import_jsx_runtime90 = require("react/jsx-runtime");
6312
+ var className20 = `k-grid-container`;
6313
+ var GridContainer = (props) => /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
6314
+ "div",
6315
+ {
6316
+ ...props,
6317
+ className: classNames(
6318
+ props.className,
6319
+ className20
6320
+ ),
6321
+ children: props.children
6322
+ }
6323
+ );
6324
+
6325
+ // src/grid/grid-content.spec.tsx
6326
+ var import_jsx_runtime91 = require("react/jsx-runtime");
6327
+ var className21 = `k-grid-content`;
6328
+ var GridContent = (props) => /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
6329
+ "div",
6330
+ {
6331
+ ...props,
6332
+ className: classNames(
6333
+ props.className,
6334
+ className21
6335
+ ),
6336
+ children: props.children
6337
+ }
6338
+ );
6339
+
6340
+ // src/grid/grid-table.spec.tsx
6341
+ var import_jsx_runtime92 = require("react/jsx-runtime");
6342
+ var GRIDTABLE_CLASSNAME = `k-grid-table`;
6343
+ var GridTable = (props) => /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
6344
+ Table,
6345
+ {
6346
+ size: "medium",
6347
+ ...props,
6348
+ className: classNames(
6349
+ props.className,
6350
+ GRIDTABLE_CLASSNAME
6351
+ ),
6352
+ children: props.children
6353
+ }
6354
+ );
6355
+
6356
+ // src/grid/grid-footer.spec.tsx
6357
+ var import_jsx_runtime93 = require("react/jsx-runtime");
6358
+
6359
+ // src/grid/grid-footer-table.spec.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
+
5889
6634
  // src/button-group/button-group.spec.tsx
5890
- var import_jsx_runtime62 = require("react/jsx-runtime");
6635
+ var import_jsx_runtime101 = require("react/jsx-runtime");
5891
6636
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
5892
- var states26 = [
6637
+ var states34 = [
5893
6638
  States.disabled
5894
6639
  ];
5895
- var options25 = {
6640
+ var options30 = {
5896
6641
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5897
6642
  };
5898
- var defaultProps26 = {
6643
+ var defaultProps32 = {
5899
6644
  fillMode: FillMode.solid
5900
6645
  };
5901
6646
  var ButtonGroup = (props) => {
5902
6647
  const {
5903
- fillMode = defaultProps26.fillMode,
6648
+ fillMode = defaultProps32.fillMode,
5904
6649
  disabled,
5905
6650
  stretched,
5906
6651
  ...other
5907
6652
  } = props;
5908
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6653
+ return /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
5909
6654
  "div",
5910
6655
  {
5911
6656
  ...other,
@@ -5926,35 +6671,35 @@ var ButtonGroup = (props) => {
5926
6671
  }
5927
6672
  );
5928
6673
  };
5929
- ButtonGroup.states = states26;
5930
- ButtonGroup.options = options25;
6674
+ ButtonGroup.states = states34;
6675
+ ButtonGroup.options = options30;
5931
6676
  ButtonGroup.className = BUTTONGROUP_CLASSNAME;
5932
- ButtonGroup.defaultProps = defaultProps26;
6677
+ ButtonGroup.defaultProps = defaultProps32;
5933
6678
 
5934
6679
  // src/button-group/templates/icon-button-group.tsx
5935
- var import_jsx_runtime63 = require("react/jsx-runtime");
6680
+ var import_jsx_runtime102 = require("react/jsx-runtime");
5936
6681
 
5937
6682
  // src/button-group/templates/icon-text-button-group.tsx
5938
- var import_jsx_runtime64 = require("react/jsx-runtime");
6683
+ var import_jsx_runtime103 = require("react/jsx-runtime");
5939
6684
 
5940
6685
  // src/button-group/templates/text-button-group.tsx
5941
- var import_jsx_runtime65 = require("react/jsx-runtime");
6686
+ var import_jsx_runtime104 = require("react/jsx-runtime");
5942
6687
 
5943
6688
  // src/button-group/templates/mixed-button-group.tsx
5944
- var import_jsx_runtime66 = require("react/jsx-runtime");
6689
+ var import_jsx_runtime105 = require("react/jsx-runtime");
5945
6690
 
5946
6691
  // src/color-preview/color-preview.tsx
5947
- var import_jsx_runtime67 = require("react/jsx-runtime");
6692
+ var import_jsx_runtime106 = require("react/jsx-runtime");
5948
6693
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
5949
- var states27 = [];
5950
- var options26 = {};
6694
+ var states35 = [];
6695
+ var options31 = {};
5951
6696
  var ColorPreview = (props) => {
5952
6697
  const {
5953
6698
  color,
5954
6699
  iconName,
5955
6700
  ...other
5956
6701
  } = props;
5957
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
6702
+ return /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)(
5958
6703
  "span",
5959
6704
  {
5960
6705
  ...other,
@@ -5967,8 +6712,8 @@ var ColorPreview = (props) => {
5967
6712
  }
5968
6713
  ),
5969
6714
  children: [
5970
- iconName && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5971
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6715
+ iconName && /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6716
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
5972
6717
  "span",
5973
6718
  {
5974
6719
  className: "k-color-preview-mask",
@@ -5979,14 +6724,14 @@ var ColorPreview = (props) => {
5979
6724
  }
5980
6725
  );
5981
6726
  };
5982
- ColorPreview.states = states27;
5983
- ColorPreview.options = options26;
6727
+ ColorPreview.states = states35;
6728
+ ColorPreview.options = options31;
5984
6729
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
5985
6730
 
5986
6731
  // src/colorpicker/colorpicker.spec.tsx
5987
- var import_jsx_runtime68 = require("react/jsx-runtime");
6732
+ var import_jsx_runtime107 = require("react/jsx-runtime");
5988
6733
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
5989
- var states28 = [
6734
+ var states36 = [
5990
6735
  States.hover,
5991
6736
  States.focus,
5992
6737
  States.valid,
@@ -5994,12 +6739,12 @@ var states28 = [
5994
6739
  States.required,
5995
6740
  States.disabled
5996
6741
  ];
5997
- var options27 = {
6742
+ var options32 = {
5998
6743
  size: [Size.small, Size.medium, Size.large],
5999
6744
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6000
6745
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6001
6746
  };
6002
- var defaultProps27 = {
6747
+ var defaultProps33 = {
6003
6748
  arrowIconName: "caret-alt-down",
6004
6749
  size: Picker.defaultProps.size,
6005
6750
  rounded: Picker.defaultProps.rounded,
@@ -6021,13 +6766,13 @@ var ColorPicker = (props) => {
6021
6766
  required,
6022
6767
  disabled,
6023
6768
  valueIconName,
6024
- arrowIconName = defaultProps27.arrowIconName,
6769
+ arrowIconName = defaultProps33.arrowIconName,
6025
6770
  popup,
6026
6771
  opened,
6027
6772
  ...other
6028
6773
  } = props;
6029
- return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(import_jsx_runtime68.Fragment, { children: [
6030
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
6774
+ return /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(import_jsx_runtime107.Fragment, { children: [
6775
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(
6031
6776
  Picker,
6032
6777
  {
6033
6778
  ...other,
@@ -6046,14 +6791,14 @@ var ColorPicker = (props) => {
6046
6791
  "k-icon-picker"
6047
6792
  ),
6048
6793
  children: [
6049
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(InputPrefix, { children: prefix }),
6050
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6794
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(InputPrefix, { children: prefix }),
6795
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
6051
6796
  InputInnerSpan,
6052
6797
  {
6053
6798
  placeholder,
6054
6799
  value,
6055
6800
  showValue: false,
6056
- valueIcon: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6801
+ valueIcon: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
6057
6802
  ColorPreview,
6058
6803
  {
6059
6804
  className: "k-value-icon",
@@ -6064,8 +6809,8 @@ var ColorPicker = (props) => {
6064
6809
  valueIconName
6065
6810
  }
6066
6811
  ),
6067
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(InputSuffix, { children: suffix }),
6068
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6812
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(InputSuffix, { children: suffix }),
6813
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
6069
6814
  Button,
6070
6815
  {
6071
6816
  className: "k-input-button",
@@ -6078,33 +6823,33 @@ var ColorPicker = (props) => {
6078
6823
  ]
6079
6824
  }
6080
6825
  ),
6081
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Popup, { className: "k-color-picker-popup", children: popup })
6826
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Popup, { className: "k-color-picker-popup", children: popup })
6082
6827
  ] });
6083
6828
  };
6084
- ColorPicker.states = states28;
6085
- ColorPicker.options = options27;
6829
+ ColorPicker.states = states36;
6830
+ ColorPicker.options = options32;
6086
6831
  ColorPicker.className = COLORPICKER_CLASSNAME;
6087
- ColorPicker.defaultProps = defaultProps27;
6832
+ ColorPicker.defaultProps = defaultProps33;
6088
6833
 
6089
6834
  // src/colorpicker/templates/colorpicker-normal.tsx
6090
- var import_jsx_runtime69 = require("react/jsx-runtime");
6835
+ var import_jsx_runtime108 = require("react/jsx-runtime");
6091
6836
 
6092
6837
  // src/action-buttons/action-buttons.spec.tsx
6093
- var import_jsx_runtime70 = require("react/jsx-runtime");
6838
+ var import_jsx_runtime109 = require("react/jsx-runtime");
6094
6839
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
6095
- var states29 = [];
6096
- var options28 = {};
6097
- var defaultProps28 = {
6840
+ var states37 = [];
6841
+ var options33 = {};
6842
+ var defaultProps34 = {
6098
6843
  alignment: "start",
6099
6844
  orientation: "horizontal"
6100
6845
  };
6101
6846
  var ActionButtons = (props) => {
6102
6847
  const {
6103
- alignment = defaultProps28.alignment,
6104
- orientation = defaultProps28.orientation,
6848
+ alignment = defaultProps34.alignment,
6849
+ orientation = defaultProps34.orientation,
6105
6850
  ...other
6106
6851
  } = props;
6107
- return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6852
+ return /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
6108
6853
  "div",
6109
6854
  {
6110
6855
  ...other,
@@ -6120,24 +6865,24 @@ var ActionButtons = (props) => {
6120
6865
  }
6121
6866
  );
6122
6867
  };
6123
- ActionButtons.states = states29;
6124
- ActionButtons.options = options28;
6868
+ ActionButtons.states = states37;
6869
+ ActionButtons.options = options33;
6125
6870
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
6126
- ActionButtons.defaultProps = defaultProps28;
6871
+ ActionButtons.defaultProps = defaultProps34;
6127
6872
  var action_buttons_spec_default = ActionButtons;
6128
6873
 
6129
6874
  // src/slider/slider.spec.tsx
6130
- var import_jsx_runtime71 = require("react/jsx-runtime");
6875
+ var import_jsx_runtime110 = require("react/jsx-runtime");
6131
6876
  var SLIDER_CLASSNAME = "k-slider";
6132
- var states30 = [
6877
+ var states38 = [
6133
6878
  States.hover,
6134
6879
  States.focus,
6135
6880
  States.active,
6136
6881
  States.disabled,
6137
6882
  States.readonly
6138
6883
  ];
6139
- var options29 = {};
6140
- var defaultProps29 = {
6884
+ var options34 = {};
6885
+ var defaultProps35 = {
6141
6886
  type: "single",
6142
6887
  orientation: "horizontal",
6143
6888
  readonly: false,
@@ -6148,13 +6893,13 @@ var defaultProps29 = {
6148
6893
  };
6149
6894
  var Slider = (props) => {
6150
6895
  const {
6151
- type = defaultProps29.type,
6152
- orientation = defaultProps29.orientation,
6153
- readonly = defaultProps29.readonly,
6154
- disabled = defaultProps29.disabled,
6155
- handlePosition = defaultProps29.handlePosition,
6156
- showButtons = defaultProps29.showButtons,
6157
- showTicks = defaultProps29.showTicks,
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,
6158
6903
  hover,
6159
6904
  focus,
6160
6905
  active,
@@ -6170,7 +6915,7 @@ var Slider = (props) => {
6170
6915
  iconIncrease = "caret-alt-up";
6171
6916
  iconDecrease = "caret-alt-down";
6172
6917
  }
6173
- return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("div", { className: classNames(
6918
+ return /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)("div", { className: classNames(
6174
6919
  SLIDER_CLASSNAME,
6175
6920
  props.className,
6176
6921
  stateClassNames(SLIDER_CLASSNAME, {
@@ -6183,12 +6928,12 @@ var Slider = (props) => {
6183
6928
  "k-range-slider": type === "range"
6184
6929
  }
6185
6930
  ), dir, children: [
6186
- showButtons && /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
6187
- /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("div", { className: "k-slider-track-wrap", children: [
6188
- showTicks && /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("ul", { className: "k-reset k-slider-items", children: props.children }),
6189
- /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("div", { className: "k-slider-track", style: trackStyle, children: [
6190
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("div", { className: "k-slider-selection" }),
6191
- type === "range" && /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("span", { className: classNames(
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(
6192
6937
  "k-draghandle",
6193
6938
  "k-draghandle-start",
6194
6939
  stateClassNames(SLIDER_CLASSNAME, {
@@ -6197,7 +6942,7 @@ var Slider = (props) => {
6197
6942
  active
6198
6943
  })
6199
6944
  ) }),
6200
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("span", { className: classNames(
6945
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)("span", { className: classNames(
6201
6946
  "k-draghandle",
6202
6947
  `k-draghandle-${handlePosition}`,
6203
6948
  stateClassNames(SLIDER_CLASSNAME, {
@@ -6208,219 +6953,219 @@ var Slider = (props) => {
6208
6953
  ) })
6209
6954
  ] })
6210
6955
  ] }),
6211
- showButtons && /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
6956
+ showButtons && /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
6212
6957
  ] });
6213
6958
  };
6214
- Slider.states = states30;
6215
- Slider.options = options29;
6959
+ Slider.states = states38;
6960
+ Slider.options = options34;
6216
6961
  Slider.className = SLIDER_CLASSNAME;
6217
- Slider.defaultProps = defaultProps29;
6962
+ Slider.defaultProps = defaultProps35;
6218
6963
 
6219
6964
  // src/slider/slider-tick.tsx
6220
- var import_jsx_runtime72 = require("react/jsx-runtime");
6965
+ var import_jsx_runtime111 = require("react/jsx-runtime");
6221
6966
  var SLIDER_TICK_CLASSNAME = "k-tick";
6222
- var states31 = [];
6223
- var options30 = {};
6224
- var defaultProps30 = {
6967
+ var states39 = [];
6968
+ var options35 = {};
6969
+ var defaultProps36 = {
6225
6970
  label: false
6226
6971
  };
6227
6972
  var SliderTick = (props) => {
6228
6973
  const {
6229
6974
  style,
6230
- label = defaultProps30.label,
6975
+ label = defaultProps36.label,
6231
6976
  orientation,
6232
6977
  large,
6233
6978
  text
6234
6979
  } = props;
6235
- return /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("li", { className: classNames(
6980
+ return /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("li", { className: classNames(
6236
6981
  props.className,
6237
6982
  SLIDER_TICK_CLASSNAME,
6238
6983
  {
6239
6984
  [`k-tick-${orientation}`]: orientation,
6240
6985
  "k-tick-large": large
6241
6986
  }
6242
- ), style, children: label && /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-label", children: text }) });
6987
+ ), style, children: label && /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("span", { className: "k-label", children: text }) });
6243
6988
  };
6244
- SliderTick.states = states31;
6245
- SliderTick.options = options30;
6989
+ SliderTick.states = states39;
6990
+ SliderTick.options = options35;
6246
6991
  SliderTick.className = SLIDER_TICK_CLASSNAME;
6247
- SliderTick.defaultProps = defaultProps30;
6992
+ SliderTick.defaultProps = defaultProps36;
6248
6993
 
6249
6994
  // src/slider/templates/slider-normal.tsx
6250
- var import_jsx_runtime73 = require("react/jsx-runtime");
6995
+ var import_jsx_runtime112 = require("react/jsx-runtime");
6251
6996
 
6252
6997
  // src/slider/templates/slider-vertical.tsx
6253
- var import_jsx_runtime74 = require("react/jsx-runtime");
6998
+ var import_jsx_runtime113 = require("react/jsx-runtime");
6254
6999
 
6255
7000
  // src/slider/templates/slider-range.tsx
6256
- var import_jsx_runtime75 = require("react/jsx-runtime");
7001
+ var import_jsx_runtime114 = require("react/jsx-runtime");
6257
7002
 
6258
7003
  // src/slider/templates/slider-range-vertical.tsx
6259
- var import_jsx_runtime76 = require("react/jsx-runtime");
7004
+ var import_jsx_runtime115 = require("react/jsx-runtime");
6260
7005
 
6261
7006
  // src/slider/templates/slider-gradient.tsx
6262
- var import_jsx_runtime77 = require("react/jsx-runtime");
7007
+ var import_jsx_runtime116 = require("react/jsx-runtime");
6263
7008
 
6264
7009
  // src/slider/templates/slider-gradient-vertical.tsx
6265
- var import_jsx_runtime78 = require("react/jsx-runtime");
6266
- var SliderGradientVertical = (props) => /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
7010
+ var import_jsx_runtime117 = require("react/jsx-runtime");
7011
+ var SliderGradientVertical = (props) => /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
6267
7012
  Slider,
6268
7013
  {
6269
7014
  type: "gradient",
6270
7015
  orientation: "vertical",
6271
7016
  showButtons: false,
6272
7017
  showTicks: false,
6273
- children: /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(import_jsx_runtime78.Fragment, { children: [
6274
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(SliderTick, { label: true, large: true, text: "0" }),
6275
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(SliderTick, {}),
6276
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(SliderTick, {}),
6277
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(SliderTick, {}),
6278
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(SliderTick, {}),
6279
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(SliderTick, { label: true, large: true, text: "5" }),
6280
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(SliderTick, {}),
6281
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(SliderTick, {}),
6282
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(SliderTick, {}),
6283
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(SliderTick, {}),
6284
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(SliderTick, { label: true, large: true, text: "10" })
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" })
6285
7030
  ] }),
6286
7031
  ...props
6287
7032
  }
6288
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,173 +8576,179 @@ 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-filter-row-angular.tsx
7864
- var import_jsx_runtime130 = require("react/jsx-runtime");
7865
- var grid_filter_row_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: "Base" }),
7867
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { dir: "ltr", className: "k-grid k-grid-md", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-grid-aria-root", role: "grid", children: [
7868
- /* @__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: [
7869
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("colgroup", { children: [
7870
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", { style: { width: "50px" } }),
7871
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", {}),
7872
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", {}),
7873
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", {})
8624
+ var import_jsx_runtime170 = require("react/jsx-runtime");
8625
+ var grid_filter_row_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: "Base" }),
8627
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(Grid, { dir: "ltr", _renderAriaRoot: true, 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
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {})
7874
8634
  ] }),
7875
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("thead", { className: "k-table-thead", children: [
7876
- /* @__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: "ID" }) }) }) }),
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: "Name" }) }) }) }),
7880
- /* @__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" }) }) }) })
8635
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableThead, { children: [
8636
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { children: [
8637
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeaderCell, { rowspan: 1, colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Checkbox, {}) }),
8638
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeaderCell, { rowspan: 1, colspan: 1, columnTitle: "ID" }),
8639
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeaderCell, { rowspan: 1, colspan: 1, columnTitle: "Name" }),
8640
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeaderCell, { rowspan: 1, colspan: 1, columnTitle: "Command" })
7881
8641
  ] }),
7882
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("tr", { role: "row", className: "k-table-row k-filter-row", children: [
7883
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td" }),
7884
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-filtercell-wrapper", children: [
7885
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(NumericTextbox, {}),
7886
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-filtercell-operator", children: [
7887
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
8642
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { className: "k-filter-row", children: [
8643
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, {}),
8644
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)("div", { className: "k-filtercell-wrapper", children: [
8645
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(NumericTextbox, {}),
8646
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)("div", { className: "k-filtercell-operator", children: [
8647
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7888
8648
  " ",
7889
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { icon: "filter-clear", disabled: true })
8649
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { icon: "filter-clear", disabled: true })
7890
8650
  ] })
7891
8651
  ] }) }) }),
7892
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-filtercell-wrapper", children: [
7893
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Textbox, {}),
7894
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-filtercell-operator", children: [
7895
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
8652
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)("div", { className: "k-filtercell-wrapper", children: [
8653
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Textbox, {}),
8654
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)("div", { className: "k-filtercell-operator", children: [
8655
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7896
8656
  " ",
7897
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { icon: "filter-clear", disabled: true })
8657
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { icon: "filter-clear", disabled: true })
7898
8658
  ] })
7899
8659
  ] }) }) }),
7900
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td" })
8660
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, {})
7901
8661
  ] })
7902
8662
  ] })
7903
8663
  ] }) }) }),
7904
- /* @__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: [
7905
- /* @__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: [
7906
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("colgroup", { children: [
7907
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", { style: { width: "50px" } }),
7908
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", {}),
7909
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", {}),
7910
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", {})
8664
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(GridContent, { className: "k-virtual-content", children: [
8665
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { className: "k-grid-table-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(GridTable, { children: [
8666
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)("colgroup", { children: [
8667
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", { style: { width: "50px" } }),
8668
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {}),
8669
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {}),
8670
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {})
7911
8671
  ] }),
7912
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("tbody", { className: "k-table-tbody", children: [
7913
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("tr", { className: "k-table-row", children: [
7914
- /* @__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, {}) }),
7915
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "1" }),
7916
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "Product1" }),
7917
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td k-touch-action-auto k-command-cell", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { icon: "trash", children: "Delete" }) })
8672
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableTbody, { children: [
8673
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { children: [
8674
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Checkbox, {}) }),
8675
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: "1" }),
8676
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: "Product1" }),
8677
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { className: "k-touch-action-auto k-command-cell", colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { icon: "trash", children: "Delete" }) })
7918
8678
  ] }),
7919
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
7920
- /* @__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, {}) }),
7921
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "2" }),
7922
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "Product2" }),
7923
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td k-touch-action-auto k-command-cell", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { icon: "trash", children: "Delete" }) })
8679
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { className: "k-alt", alt: true, children: [
8680
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Checkbox, {}) }),
8681
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: "2" }),
8682
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: "Product2" }),
8683
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { className: "k-touch-action-auto k-command-cell", colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { icon: "trash", children: "Delete" }) })
7924
8684
  ] })
7925
8685
  ] })
7926
8686
  ] }) }),
7927
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", {}) })
8687
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", {}) })
7928
8688
  ] }) })
7929
- ] }) }),
7930
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("h3", { children: "With Toolbar" }),
7931
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { dir: "ltr", className: "k-grid k-grid-md", children: [
7932
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { icon: "plus", children: "Add" }) }),
7933
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-grid-aria-root", role: "grid", children: [
7934
- /* @__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: [
7935
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("colgroup", { children: [
7936
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", { style: { width: "50px" } }),
7937
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", {}),
7938
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", {}),
7939
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", {})
8689
+ ] }),
8690
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("h3", { children: "With Toolbar" }),
8691
+ /* @__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: [
8692
+ /* @__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: [
8693
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)("colgroup", { children: [
8694
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", { style: { width: "50px" } }),
8695
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {}),
8696
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {}),
8697
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {})
8698
+ ] }),
8699
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableThead, { children: [
8700
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { children: [
8701
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeaderCell, { rowspan: 1, colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Checkbox, {}) }),
8702
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeaderCell, { rowspan: 1, colspan: 1, columnTitle: "ID" }),
8703
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeaderCell, { rowspan: 1, colspan: 1, columnTitle: "Name" }),
8704
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeaderCell, { rowspan: 1, colspan: 1, columnTitle: "Command" })
7940
8705
  ] }),
7941
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("thead", { className: "k-table-thead", children: [
7942
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("tr", { className: "k-table-row", children: [
7943
- /* @__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, {}) }),
7944
- /* @__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: "ID" }) }) }) }),
7945
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("th", { className: "k-table-th k-header", rowSpan: 1, colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("span", { className: "k-cell-inner", children: [
7946
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("span", { className: "k-link", children: [
7947
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-column-title", children: "Name" }),
7948
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", {})
7949
- ] }),
7950
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { className: "k-sort-status", role: "status", style: { position: "absolute", left: "-10000px" } })
7951
- ] }) }),
7952
- /* @__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" }) }) }) })
7953
- ] }),
7954
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("tr", { role: "row", className: "k-table-row k-filter-row", children: [
7955
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td" }),
7956
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-filtercell-wrapper", children: [
7957
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(NumericTextbox, {}),
7958
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-filtercell-operator", children: [
7959
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7960
- " ",
7961
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { icon: "filter-clear", disabled: true })
7962
- ] })
7963
- ] }) }) }),
7964
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-filtercell-wrapper", children: [
7965
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Textbox, {}),
7966
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-filtercell-operator", children: [
7967
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
7968
- " ",
7969
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { icon: "filter-clear", disabled: true })
7970
- ] })
7971
- ] }) }) }),
7972
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td" })
7973
- ] })
8706
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { className: "k-filter-row", children: [
8707
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, {}),
8708
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)("div", { className: "k-filtercell-wrapper", children: [
8709
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(NumericTextbox, {}),
8710
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)("div", { className: "k-filtercell-operator", children: [
8711
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
8712
+ " ",
8713
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { icon: "filter-clear", disabled: true })
8714
+ ] })
8715
+ ] }) }) }),
8716
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { className: "k-filtercell", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)("div", { className: "k-filtercell-wrapper", children: [
8717
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Textbox, {}),
8718
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)("div", { className: "k-filtercell-operator", children: [
8719
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
8720
+ " ",
8721
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { icon: "filter-clear", disabled: true })
8722
+ ] })
8723
+ ] }) }) }),
8724
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, {})
7974
8725
  ] })
7975
- ] }) }) }),
7976
- /* @__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: [
7977
- /* @__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: [
7978
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("colgroup", { children: [
7979
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", { style: { width: "50px" } }),
7980
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", {}),
7981
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", {}),
7982
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("col", {})
8726
+ ] })
8727
+ ] }) }) }),
8728
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(GridContent, { className: "k-virtual-content", children: [
8729
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { className: "k-grid-table-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(GridTable, { children: [
8730
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)("colgroup", { children: [
8731
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", { style: { width: "50px" } }),
8732
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {}),
8733
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {}),
8734
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {})
8735
+ ] }),
8736
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableTbody, { children: [
8737
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { children: [
8738
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Checkbox, {}) }),
8739
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: "1" }),
8740
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: "Product1" }),
8741
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { className: "k-touch-action-auto k-command-cell", colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { icon: "trash", children: "Delete" }) })
7983
8742
  ] }),
7984
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("tbody", { className: "k-table-tbody", children: [
7985
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("tr", { className: "k-table-row", children: [
7986
- /* @__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, {}) }),
7987
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "1" }),
7988
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "Product1" }),
7989
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td k-touch-action-auto k-command-cell", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { icon: "trash", children: "Delete" }) })
7990
- ] }),
7991
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
7992
- /* @__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, {}) }),
7993
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "2" }),
7994
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td k-touch-action-auto", colSpan: 1, children: "Product2" }),
7995
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("td", { className: "k-table-td k-touch-action-auto k-command-cell", colSpan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { icon: "trash", children: "Delete" }) })
7996
- ] })
8743
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { className: "k-alt", alt: true, children: [
8744
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Checkbox, {}) }),
8745
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: "2" }),
8746
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { className: "k-touch-action-auto", colspan: 1, children: "Product2" }),
8747
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { className: "k-touch-action-auto k-command-cell", colspan: 1, children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Button, { icon: "trash", children: "Delete" }) })
7997
8748
  ] })
7998
- ] }) }),
7999
- /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", {}) })
8000
- ] }) })
8001
- ] })
8749
+ ] })
8750
+ ] }) }),
8751
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", {}) })
8752
+ ] }) })
8002
8753
  ] })
8003
8754
  ] }) });