@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
@@ -6007,17 +6007,753 @@ import { Fragment as Fragment17, jsx as jsx67 } from "react/jsx-runtime";
6007
6007
  // src/numerictextbox/templates/numerictextbox-suffix.tsx
6008
6008
  import { Fragment as Fragment18, jsx as jsx68 } from "react/jsx-runtime";
6009
6009
 
6010
+ // src/skeleton/skeleton.spec.tsx
6011
+ import { jsx as jsx69 } from "react/jsx-runtime";
6012
+ var SKELETON_CLASSNAME = `k-skeleton`;
6013
+ var states28 = [];
6014
+ var options27 = {};
6015
+ var defaultProps28 = {
6016
+ shape: "text",
6017
+ animation: "pulse"
6018
+ };
6019
+ var Skeleton = (props) => {
6020
+ const {
6021
+ shape = defaultProps28.shape,
6022
+ animation = defaultProps28.animation,
6023
+ ...other
6024
+ } = props;
6025
+ return /* @__PURE__ */ jsx69(
6026
+ "span",
6027
+ {
6028
+ ...other,
6029
+ className: classNames(
6030
+ props.className,
6031
+ SKELETON_CLASSNAME,
6032
+ {
6033
+ [`k-skeleton-${shape}`]: shape,
6034
+ [`k-skeleton-${animation}`]: animation
6035
+ }
6036
+ ),
6037
+ style: props.style
6038
+ }
6039
+ );
6040
+ };
6041
+ Skeleton.states = states28;
6042
+ Skeleton.options = options27;
6043
+ Skeleton.className = SKELETON_CLASSNAME;
6044
+ Skeleton.defaultProps = defaultProps28;
6045
+
6046
+ // src/skeleton/templates/skeleton-normal.tsx
6047
+ import { jsx as jsx70 } from "react/jsx-runtime";
6048
+ var SkeletonNormal = (props) => /* @__PURE__ */ jsx70(Skeleton, { ...props });
6049
+
6050
+ // src/skeleton/templates/skeleton-rectangle.tsx
6051
+ import { jsx as jsx71 } from "react/jsx-runtime";
6052
+
6053
+ // src/skeleton/templates/skeleton-circle.tsx
6054
+ import { jsx as jsx72 } from "react/jsx-runtime";
6055
+
6056
+ // src/textbox/textbox.spec.tsx
6057
+ import { Fragment as Fragment19, jsx as jsx73, jsxs as jsxs23 } from "react/jsx-runtime";
6058
+ var TEXTBOX_CLASSNAME = `k-textbox`;
6059
+ var states29 = [
6060
+ States.hover,
6061
+ States.focus,
6062
+ States.valid,
6063
+ States.invalid,
6064
+ States.required,
6065
+ States.disabled,
6066
+ States.loading,
6067
+ States.readonly
6068
+ ];
6069
+ var options28 = {
6070
+ size: [Size.small, Size.medium, Size.large],
6071
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6072
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6073
+ };
6074
+ var defaultProps29 = {
6075
+ showClearButton: true,
6076
+ size: Input.defaultProps.size,
6077
+ rounded: Input.defaultProps.rounded,
6078
+ fillMode: Input.defaultProps.fillMode
6079
+ };
6080
+ var Textbox = (props) => {
6081
+ const {
6082
+ prefix,
6083
+ suffix,
6084
+ value,
6085
+ placeholder,
6086
+ size,
6087
+ rounded,
6088
+ fillMode,
6089
+ hover,
6090
+ focus,
6091
+ valid,
6092
+ invalid,
6093
+ required,
6094
+ loading,
6095
+ disabled,
6096
+ readonly,
6097
+ showClearButton = defaultProps29.showClearButton,
6098
+ ...other
6099
+ } = props;
6100
+ return /* @__PURE__ */ jsxs23(
6101
+ Input,
6102
+ {
6103
+ ...other,
6104
+ size,
6105
+ rounded,
6106
+ fillMode,
6107
+ hover,
6108
+ focus,
6109
+ valid,
6110
+ invalid,
6111
+ required,
6112
+ loading,
6113
+ disabled,
6114
+ readonly,
6115
+ className: classNames(props.className, TEXTBOX_CLASSNAME),
6116
+ children: [
6117
+ prefix && /* @__PURE__ */ jsxs23(Fragment19, { children: [
6118
+ /* @__PURE__ */ jsx73(InputPrefix, { children: prefix }),
6119
+ /* @__PURE__ */ jsx73(InputSeparator, {})
6120
+ ] }),
6121
+ /* @__PURE__ */ jsx73(InputInnerInput, { placeholder, value }),
6122
+ /* @__PURE__ */ jsx73(
6123
+ InputValidationIcon,
6124
+ {
6125
+ valid,
6126
+ invalid,
6127
+ loading,
6128
+ disabled
6129
+ }
6130
+ ),
6131
+ /* @__PURE__ */ jsx73(
6132
+ InputLoadingIcon,
6133
+ {
6134
+ loading,
6135
+ disabled
6136
+ }
6137
+ ),
6138
+ showClearButton && /* @__PURE__ */ jsx73(
6139
+ InputClearValue,
6140
+ {
6141
+ loading,
6142
+ disabled,
6143
+ readonly,
6144
+ value
6145
+ }
6146
+ ),
6147
+ suffix && /* @__PURE__ */ jsxs23(Fragment19, { children: [
6148
+ /* @__PURE__ */ jsx73(InputSeparator, {}),
6149
+ /* @__PURE__ */ jsx73(InputSuffix, { children: suffix })
6150
+ ] })
6151
+ ]
6152
+ }
6153
+ );
6154
+ };
6155
+ Textbox.states = states29;
6156
+ Textbox.options = options28;
6157
+ Textbox.className = TEXTBOX_CLASSNAME;
6158
+ Textbox.defaultProps = defaultProps29;
6159
+
6160
+ // src/textbox/templates/textbox-normal.tsx
6161
+ import { jsx as jsx74 } from "react/jsx-runtime";
6162
+
6163
+ // src/textbox/templates/textbox-prefix.tsx
6164
+ import { Fragment as Fragment20, jsx as jsx75 } from "react/jsx-runtime";
6165
+
6166
+ // src/textbox/templates/textbox-suffix.tsx
6167
+ import { Fragment as Fragment21, jsx as jsx76 } from "react/jsx-runtime";
6168
+
6169
+ // src/tooltip/tooltip.spec.tsx
6170
+ import { jsx as jsx77, jsxs as jsxs24 } from "react/jsx-runtime";
6171
+ var TOOLTIP_CLASSNAME = `k-tooltip`;
6172
+ var states30 = [];
6173
+ var options29 = {
6174
+ themeColor: [
6175
+ ThemeColor.primary,
6176
+ ThemeColor.secondary,
6177
+ ThemeColor.tertiary,
6178
+ ThemeColor.success,
6179
+ ThemeColor.warning,
6180
+ ThemeColor.error,
6181
+ ThemeColor.info,
6182
+ ThemeColor.light,
6183
+ ThemeColor.dark,
6184
+ ThemeColor.inverse
6185
+ ]
6186
+ };
6187
+ var defaultProps30 = {
6188
+ closable: false
6189
+ };
6190
+ var Tooltip = (props) => {
6191
+ const {
6192
+ callout,
6193
+ closable,
6194
+ themeColor,
6195
+ title,
6196
+ content,
6197
+ icon,
6198
+ ...other
6199
+ } = props;
6200
+ return /* @__PURE__ */ jsxs24(
6201
+ "div",
6202
+ {
6203
+ ...other,
6204
+ className: classNames(
6205
+ props.className,
6206
+ TOOLTIP_CLASSNAME,
6207
+ optionClassNames(TOOLTIP_CLASSNAME, {
6208
+ themeColor
6209
+ }),
6210
+ {
6211
+ "k-tooltip-closable": closable
6212
+ }
6213
+ ),
6214
+ children: [
6215
+ icon && /* @__PURE__ */ jsx77(Icon, { className: "k-tooltip-icon", icon }),
6216
+ /* @__PURE__ */ jsxs24("div", { className: "k-tooltip-content", children: [
6217
+ title && /* @__PURE__ */ jsx77("div", { className: "k-tooltip-title", children: title }),
6218
+ content
6219
+ ] }),
6220
+ closable && /* @__PURE__ */ jsx77("div", { className: "k-tooltip-button", children: /* @__PURE__ */ jsx77(Icon, { icon: "x" }) }),
6221
+ callout && /* @__PURE__ */ jsx77("div", { className: classNames(
6222
+ "k-callout",
6223
+ {
6224
+ [`k-callout-${kendoThemeMaps.calloutMap[callout] || callout}`]: callout
6225
+ }
6226
+ ) })
6227
+ ]
6228
+ }
6229
+ );
6230
+ };
6231
+ Tooltip.states = states30;
6232
+ Tooltip.options = options29;
6233
+ Tooltip.className = TOOLTIP_CLASSNAME;
6234
+ Tooltip.defaultProps = defaultProps30;
6235
+ var tooltip_spec_default = Tooltip;
6236
+
6237
+ // src/tooltip/templates/tooltip-normal.tsx
6238
+ import { jsx as jsx78 } from "react/jsx-runtime";
6239
+ var TooltipNormal = (props) => /* @__PURE__ */ jsx78(
6240
+ tooltip_spec_default,
6241
+ {
6242
+ content: "Tooltip Content",
6243
+ ...props
6244
+ }
6245
+ );
6246
+
6247
+ // src/tooltip/templates/tooltip-closable.tsx
6248
+ import { jsx as jsx79 } from "react/jsx-runtime";
6249
+
6250
+ // src/grid/grid.spec.tsx
6251
+ import { jsx as jsx80, jsxs as jsxs25 } from "react/jsx-runtime";
6252
+ var GRID_CLASSNAME = "k-grid";
6253
+ var states31 = [];
6254
+ var options30 = {
6255
+ size: [Size.small, Size.medium, Size.large]
6256
+ };
6257
+ var defaultProps31 = {
6258
+ size: Size.medium,
6259
+ pagerPosition: "bottom"
6260
+ };
6261
+ var Grid = (props) => {
6262
+ const {
6263
+ size = defaultProps31.size,
6264
+ toolbar,
6265
+ pager,
6266
+ pagerPosition,
6267
+ groupingHeader,
6268
+ _renderAriaRoot,
6269
+ ...other
6270
+ } = props;
6271
+ return /* @__PURE__ */ jsxs25(
6272
+ "div",
6273
+ {
6274
+ ...other,
6275
+ className: classNames(
6276
+ props.className,
6277
+ GRID_CLASSNAME,
6278
+ optionClassNames(GRID_CLASSNAME, { size })
6279
+ ),
6280
+ children: [
6281
+ toolbar,
6282
+ pagerPosition === "top" && pager,
6283
+ groupingHeader,
6284
+ props.children && _renderAriaRoot ? /* @__PURE__ */ jsx80("div", { className: "k-grid-aria-root", children: props.children }) : props.children,
6285
+ pagerPosition === "bottom" && pager
6286
+ ]
6287
+ }
6288
+ );
6289
+ };
6290
+ Grid.states = states31;
6291
+ Grid.options = options30;
6292
+ Grid.className = GRID_CLASSNAME;
6293
+ Grid.defaultProps = defaultProps31;
6294
+
6295
+ // src/grid/grid-header.spec.tsx
6296
+ import { jsx as jsx81 } from "react/jsx-runtime";
6297
+ var className14 = `k-grid-header`;
6298
+ var GridHeader = (props) => /* @__PURE__ */ jsx81(
6299
+ "div",
6300
+ {
6301
+ ...props,
6302
+ className: classNames(
6303
+ props.className,
6304
+ className14
6305
+ ),
6306
+ children: props.children
6307
+ }
6308
+ );
6309
+
6310
+ // src/grid/grid-grouping-header.spec.tsx
6311
+ import { jsx as jsx82, jsxs as jsxs26 } from "react/jsx-runtime";
6312
+ var className15 = `k-grouping-header`;
6313
+ var GridGroupingHeader = (props) => {
6314
+ const {
6315
+ dropHint,
6316
+ dropClue,
6317
+ ...others
6318
+ } = props;
6319
+ return /* @__PURE__ */ jsxs26(
6320
+ "div",
6321
+ {
6322
+ ...others,
6323
+ className: classNames(
6324
+ props.className,
6325
+ className15
6326
+ ),
6327
+ children: [
6328
+ dropClue && /* @__PURE__ */ jsx82("div", { className: "k-grouping-dropclue" }),
6329
+ props.children,
6330
+ /* @__PURE__ */ jsx82("div", { className: "k-grouping-drop-container", children: dropHint })
6331
+ ]
6332
+ }
6333
+ );
6334
+ };
6335
+
6336
+ // src/table/data-table.spec.tsx
6337
+ import { jsx as jsx83 } from "react/jsx-runtime";
6338
+ var DATATABLE_CLASSNAME = `k-data-table`;
6339
+ var states32 = [];
6340
+ var options31 = {
6341
+ size: [Size.small, Size.medium, Size.large]
6342
+ };
6343
+ var defaultProps32 = {
6344
+ size: Size.medium
6345
+ };
6346
+ var DataTable = (props) => {
6347
+ const {
6348
+ size = defaultProps32.size,
6349
+ ...other
6350
+ } = props;
6351
+ return /* @__PURE__ */ jsx83(
6352
+ "div",
6353
+ {
6354
+ ...other,
6355
+ className: classNames(
6356
+ props.className,
6357
+ DATATABLE_CLASSNAME,
6358
+ optionClassNames("k-table", {
6359
+ size
6360
+ })
6361
+ ),
6362
+ children: props.children
6363
+ }
6364
+ );
6365
+ };
6366
+ DataTable.states = states32;
6367
+ DataTable.options = options31;
6368
+ DataTable.className = DATATABLE_CLASSNAME;
6369
+ DataTable.defaultProps = defaultProps32;
6370
+
6371
+ // src/table/table-header.tsx
6372
+ import { jsx as jsx84 } from "react/jsx-runtime";
6373
+
6374
+ // src/table/table-body.tsx
6375
+ import { jsx as jsx85 } from "react/jsx-runtime";
6376
+
6377
+ // src/table/table-footer.tsx
6378
+ import { jsx as jsx86 } from "react/jsx-runtime";
6379
+
6380
+ // src/table/table.spec.tsx
6381
+ import { jsx as jsx87 } from "react/jsx-runtime";
6382
+ var TABLE_CLASSNAME = `k-table`;
6383
+ var states33 = [];
6384
+ var options32 = {
6385
+ size: [Size.small, Size.medium, Size.large]
6386
+ };
6387
+ var defaultProps33 = {};
6388
+ var Table = (props) => {
6389
+ const {
6390
+ size,
6391
+ ...other
6392
+ } = props;
6393
+ return /* @__PURE__ */ jsx87(
6394
+ "table",
6395
+ {
6396
+ ...other,
6397
+ className: classNames(
6398
+ props.className,
6399
+ TABLE_CLASSNAME,
6400
+ optionClassNames(TABLE_CLASSNAME, {
6401
+ size
6402
+ })
6403
+ ),
6404
+ children: props.children
6405
+ }
6406
+ );
6407
+ };
6408
+ Table.states = states33;
6409
+ Table.options = options32;
6410
+ Table.className = TABLE_CLASSNAME;
6411
+ Table.defaultProps = defaultProps33;
6412
+
6413
+ // src/table/table-list.spec.tsx
6414
+ import { jsx as jsx88 } from "react/jsx-runtime";
6415
+ var TABLELIST_CLASSNAME = `k-table-list`;
6416
+ var states34 = [];
6417
+ var options33 = {
6418
+ size: [Size.small, Size.medium, Size.large]
6419
+ };
6420
+ var defaultProps34 = {};
6421
+ var TableList = (props) => {
6422
+ const {
6423
+ size,
6424
+ virtualization,
6425
+ ...other
6426
+ } = props;
6427
+ return /* @__PURE__ */ jsx88(
6428
+ "ul",
6429
+ {
6430
+ ...other,
6431
+ className: classNames(
6432
+ props.className,
6433
+ "k-table",
6434
+ TABLELIST_CLASSNAME,
6435
+ optionClassNames(TABLELIST_CLASSNAME, {
6436
+ size
6437
+ }),
6438
+ {
6439
+ "k-virtual-table": virtualization
6440
+ }
6441
+ ),
6442
+ children: props.children
6443
+ }
6444
+ );
6445
+ };
6446
+ TableList.states = states34;
6447
+ TableList.options = options33;
6448
+ TableList.className = TABLELIST_CLASSNAME;
6449
+ TableList.defaultProps = defaultProps34;
6450
+
6451
+ // src/table/table-thead.tsx
6452
+ import { jsx as jsx89 } from "react/jsx-runtime";
6453
+ var className16 = `k-table-thead`;
6454
+ var TableThead = (props) => /* @__PURE__ */ jsx89(
6455
+ "thead",
6456
+ {
6457
+ className: classNames(
6458
+ props.className,
6459
+ className16
6460
+ ),
6461
+ children: props.children
6462
+ }
6463
+ );
6464
+
6465
+ // src/table/table-tbody.tsx
6466
+ import { jsx as jsx90 } from "react/jsx-runtime";
6467
+ var className17 = `k-table-tbody`;
6468
+ var TableTbody = (props) => /* @__PURE__ */ jsx90(
6469
+ "tbody",
6470
+ {
6471
+ className: classNames(
6472
+ props.className,
6473
+ className17
6474
+ ),
6475
+ children: props.children
6476
+ }
6477
+ );
6478
+
6479
+ // src/table/table-tfoot.tsx
6480
+ import { jsx as jsx91 } from "react/jsx-runtime";
6481
+
6482
+ // src/table/table-row.tsx
6483
+ import { jsx as jsx92 } from "react/jsx-runtime";
6484
+ var TABLEROW_CLASSNAME = `k-table-row`;
6485
+ var states35 = [
6486
+ States.hover,
6487
+ States.focus,
6488
+ States.selected,
6489
+ States.disabled
6490
+ ];
6491
+ var TableRow = (props) => {
6492
+ const {
6493
+ hover,
6494
+ focus,
6495
+ selected,
6496
+ disabled,
6497
+ alt,
6498
+ ...other
6499
+ } = props;
6500
+ return /* @__PURE__ */ jsx92(
6501
+ "tr",
6502
+ {
6503
+ ...other,
6504
+ className: classNames(
6505
+ props.className,
6506
+ TABLEROW_CLASSNAME,
6507
+ {
6508
+ ["k-table-alt-row"]: alt
6509
+ },
6510
+ stateClassNames(TABLEROW_CLASSNAME, {
6511
+ hover,
6512
+ focus,
6513
+ disabled,
6514
+ selected
6515
+ })
6516
+ ),
6517
+ children: props.children
6518
+ }
6519
+ );
6520
+ };
6521
+
6522
+ // src/table/table-list-row.tsx
6523
+ import { jsx as jsx93 } from "react/jsx-runtime";
6524
+ var states36 = [
6525
+ States.hover,
6526
+ States.focus,
6527
+ States.selected,
6528
+ States.disabled
6529
+ ];
6530
+
6531
+ // src/table/table-th.tsx
6532
+ import { jsx as jsx94 } from "react/jsx-runtime";
6533
+ var className18 = `k-table-th`;
6534
+ var TableTh = (props) => {
6535
+ const {
6536
+ text,
6537
+ colspan,
6538
+ rowspan,
6539
+ ...other
6540
+ } = props;
6541
+ const textOrChildren = text ? text : props.children;
6542
+ return /* @__PURE__ */ jsx94(
6543
+ "th",
6544
+ {
6545
+ colSpan: colspan,
6546
+ rowSpan: rowspan,
6547
+ ...other,
6548
+ className: classNames(
6549
+ props.className,
6550
+ className18
6551
+ ),
6552
+ children: textOrChildren
6553
+ }
6554
+ );
6555
+ };
6556
+
6557
+ // src/table/table-list-th.tsx
6558
+ import { jsx as jsx95 } from "react/jsx-runtime";
6559
+
6560
+ // src/table/table-td.tsx
6561
+ import { jsx as jsx96 } from "react/jsx-runtime";
6562
+ var className19 = `k-table-td`;
6563
+ var TableTd = (props) => {
6564
+ const {
6565
+ text,
6566
+ colspan,
6567
+ ...other
6568
+ } = props;
6569
+ const textOrChildren = text ? text : props.children;
6570
+ return /* @__PURE__ */ jsx96(
6571
+ "td",
6572
+ {
6573
+ colSpan: colspan,
6574
+ ...other,
6575
+ className: classNames(
6576
+ props.className,
6577
+ className19
6578
+ ),
6579
+ children: textOrChildren
6580
+ }
6581
+ );
6582
+ };
6583
+
6584
+ // src/table/table-list-td.tsx
6585
+ import { jsx as jsx97 } from "react/jsx-runtime";
6586
+
6587
+ // src/table/table-group-header.tsx
6588
+ import { jsx as jsx98 } from "react/jsx-runtime";
6589
+
6590
+ // src/table/table-group-sticky-header.tsx
6591
+ import { jsx as jsx99 } from "react/jsx-runtime";
6592
+
6593
+ // src/table/table-group-row.tsx
6594
+ import { jsx as jsx100 } from "react/jsx-runtime";
6595
+
6596
+ // src/table/table-list-group-row.tsx
6597
+ import { jsx as jsx101 } from "react/jsx-runtime";
6598
+
6599
+ // src/table/templates/table-list.tsx
6600
+ import { jsx as jsx102, jsxs as jsxs27 } from "react/jsx-runtime";
6601
+
6602
+ // src/table/templates/table-list-virtualization.tsx
6603
+ import { jsx as jsx103, jsxs as jsxs28 } from "react/jsx-runtime";
6604
+
6605
+ // src/table/templates/data-table-normal.tsx
6606
+ import { jsx as jsx104, jsxs as jsxs29 } from "react/jsx-runtime";
6607
+
6608
+ // src/table/templates/table-native.tsx
6609
+ import { jsx as jsx105, jsxs as jsxs30 } from "react/jsx-runtime";
6610
+
6611
+ // src/grid/grid-header-table.spec.tsx
6612
+ import { jsx as jsx106 } from "react/jsx-runtime";
6613
+ var GRIDHEADERTABLE_CLASSNAME = `k-grid-header-table`;
6614
+ var GridHeaderTable = (props) => /* @__PURE__ */ jsx106(
6615
+ Table,
6616
+ {
6617
+ size: "medium",
6618
+ ...props,
6619
+ className: classNames(
6620
+ props.className,
6621
+ GRIDHEADERTABLE_CLASSNAME
6622
+ ),
6623
+ children: props.children
6624
+ }
6625
+ );
6626
+
6627
+ // src/grid/grid-header-cell.spec.tsx
6628
+ import { jsx as jsx107, jsxs as jsxs31 } from "react/jsx-runtime";
6629
+ var className20 = `k-header`;
6630
+ var states37 = [
6631
+ States.hover,
6632
+ States.focus,
6633
+ States.active
6634
+ ];
6635
+ var defaultProps35 = {
6636
+ sortIcon: "sort-asc-small"
6637
+ };
6638
+ var GridHeaderCell = (props) => {
6639
+ const {
6640
+ menu,
6641
+ sortable,
6642
+ sticky,
6643
+ resizable,
6644
+ columnTitle,
6645
+ hover,
6646
+ focus,
6647
+ active,
6648
+ sortIcon = defaultProps35.sortIcon,
6649
+ sortOrder,
6650
+ ...others
6651
+ } = props;
6652
+ return /* @__PURE__ */ jsxs31(
6653
+ TableTh,
6654
+ {
6655
+ ...others,
6656
+ className: classNames(
6657
+ props.className,
6658
+ className20,
6659
+ {
6660
+ [`k-filterable`]: menu === "filter",
6661
+ [`k-sorted`]: sortable,
6662
+ [`k-grid-header-sticky`]: sticky,
6663
+ [`k-touch-action-none`]: resizable
6664
+ },
6665
+ stateClassNames(className20, {
6666
+ hover,
6667
+ focus,
6668
+ active
6669
+ })
6670
+ ),
6671
+ children: [
6672
+ columnTitle && /* @__PURE__ */ jsxs31("span", { className: "k-cell-inner", children: [
6673
+ /* @__PURE__ */ jsxs31("span", { className: "k-link", children: [
6674
+ /* @__PURE__ */ jsx107("span", { className: "k-column-title", children: columnTitle }),
6675
+ sortable && /* @__PURE__ */ jsx107("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx107(Icon, { icon: sortIcon }) }),
6676
+ sortOrder && /* @__PURE__ */ jsx107("span", { className: "k-sort-order", children: sortOrder })
6677
+ ] }),
6678
+ menu && /* @__PURE__ */ jsx107("a", { href: "#", className: classNames(
6679
+ "k-grid-header-menu",
6680
+ {
6681
+ [`k-active`]: active,
6682
+ [`k-grid-filter-menu`]: menu === "filter",
6683
+ [`k-grid-column-menu`]: menu === "column"
6684
+ }
6685
+ ), children: /* @__PURE__ */ jsx107(Icon, { icon: menu === "filter" ? "filter" : "more-vertical" }) })
6686
+ ] }),
6687
+ props.children,
6688
+ resizable && /* @__PURE__ */ jsx107("span", { className: "k-column-resizer k-touch-action-none" })
6689
+ ]
6690
+ }
6691
+ );
6692
+ };
6693
+
6694
+ // src/grid/grid-container.spec.tsx
6695
+ import { jsx as jsx108 } from "react/jsx-runtime";
6696
+ var className21 = `k-grid-container`;
6697
+ var GridContainer = (props) => /* @__PURE__ */ jsx108(
6698
+ "div",
6699
+ {
6700
+ ...props,
6701
+ className: classNames(
6702
+ props.className,
6703
+ className21
6704
+ ),
6705
+ children: props.children
6706
+ }
6707
+ );
6708
+
6709
+ // src/grid/grid-content.spec.tsx
6710
+ import { jsx as jsx109 } from "react/jsx-runtime";
6711
+ var className22 = `k-grid-content`;
6712
+ var GridContent = (props) => /* @__PURE__ */ jsx109(
6713
+ "div",
6714
+ {
6715
+ ...props,
6716
+ className: classNames(
6717
+ props.className,
6718
+ className22
6719
+ ),
6720
+ children: props.children
6721
+ }
6722
+ );
6723
+
6724
+ // src/grid/grid-table.spec.tsx
6725
+ import { jsx as jsx110 } from "react/jsx-runtime";
6726
+ var GRIDTABLE_CLASSNAME = `k-grid-table`;
6727
+ var GridTable = (props) => /* @__PURE__ */ jsx110(
6728
+ Table,
6729
+ {
6730
+ size: "medium",
6731
+ ...props,
6732
+ className: classNames(
6733
+ props.className,
6734
+ GRIDTABLE_CLASSNAME
6735
+ ),
6736
+ children: props.children
6737
+ }
6738
+ );
6739
+
6740
+ // src/grid/grid-footer.spec.tsx
6741
+ import { jsx as jsx111 } from "react/jsx-runtime";
6742
+
6743
+ // src/grid/grid-footer-table.spec.tsx
6744
+ import { jsx as jsx112 } from "react/jsx-runtime";
6745
+
6010
6746
  // src/pager/pager.spec.tsx
6011
- import { jsx as jsx69, jsxs as jsxs23 } from "react/jsx-runtime";
6747
+ import { jsx as jsx113, jsxs as jsxs32 } from "react/jsx-runtime";
6012
6748
  var PAGER_CLASSNAME = `k-pager`;
6013
- var states28 = [
6749
+ var states38 = [
6014
6750
  States.focus,
6015
6751
  States.disabled
6016
6752
  ];
6017
- var options27 = {
6753
+ var options34 = {
6018
6754
  size: [Size.small, Size.medium, Size.large]
6019
6755
  };
6020
- var defaultProps28 = {
6756
+ var defaultProps36 = {
6021
6757
  size: Size.medium,
6022
6758
  adaptive: false,
6023
6759
  itemsPerPage: true,
@@ -6028,19 +6764,19 @@ var defaultProps28 = {
6028
6764
  };
6029
6765
  var Pager = (props) => {
6030
6766
  const {
6031
- size = defaultProps28.size,
6032
- adaptive = defaultProps28.adaptive,
6033
- itemsPerPage = defaultProps28.itemsPerPage,
6034
- type = defaultProps28.type,
6035
- pageSizes = defaultProps28.pageSizes,
6036
- refresh = defaultProps28.refresh,
6037
- info = defaultProps28.info,
6767
+ size = defaultProps36.size,
6768
+ adaptive = defaultProps36.adaptive,
6769
+ itemsPerPage = defaultProps36.itemsPerPage,
6770
+ type = defaultProps36.type,
6771
+ pageSizes = defaultProps36.pageSizes,
6772
+ refresh = defaultProps36.refresh,
6773
+ info = defaultProps36.info,
6038
6774
  focus,
6039
6775
  disabled,
6040
6776
  dir,
6041
6777
  ...other
6042
6778
  } = props;
6043
- return /* @__PURE__ */ jsxs23(
6779
+ return /* @__PURE__ */ jsxs32(
6044
6780
  "div",
6045
6781
  {
6046
6782
  dir,
@@ -6057,14 +6793,14 @@ var Pager = (props) => {
6057
6793
  })
6058
6794
  ),
6059
6795
  children: [
6060
- /* @__PURE__ */ jsxs23(
6796
+ /* @__PURE__ */ jsxs32(
6061
6797
  "div",
6062
6798
  {
6063
6799
  className: classNames(
6064
6800
  "k-pager-numbers-wrap"
6065
6801
  ),
6066
6802
  children: [
6067
- /* @__PURE__ */ jsx69(
6803
+ /* @__PURE__ */ jsx113(
6068
6804
  Button,
6069
6805
  {
6070
6806
  className: classNames(
@@ -6078,7 +6814,7 @@ var Pager = (props) => {
6078
6814
  icon: dir === "rtl" ? "caret-alt-to-right" : "caret-alt-to-left"
6079
6815
  }
6080
6816
  ),
6081
- /* @__PURE__ */ jsx69(
6817
+ /* @__PURE__ */ jsx113(
6082
6818
  Button,
6083
6819
  {
6084
6820
  className: classNames(
@@ -6091,14 +6827,14 @@ var Pager = (props) => {
6091
6827
  icon: dir === "rtl" ? "caret-alt-right" : "caret-alt-left"
6092
6828
  }
6093
6829
  ),
6094
- type === "numeric" && !adaptive && /* @__PURE__ */ jsxs23(
6830
+ type === "numeric" && !adaptive && /* @__PURE__ */ jsxs32(
6095
6831
  "div",
6096
6832
  {
6097
6833
  className: classNames(
6098
6834
  "k-pager-numbers"
6099
6835
  ),
6100
6836
  children: [
6101
- /* @__PURE__ */ jsx69(
6837
+ /* @__PURE__ */ jsx113(
6102
6838
  Button,
6103
6839
  {
6104
6840
  selected: true,
@@ -6109,7 +6845,7 @@ var Pager = (props) => {
6109
6845
  children: "1"
6110
6846
  }
6111
6847
  ),
6112
- /* @__PURE__ */ jsx69(
6848
+ /* @__PURE__ */ jsx113(
6113
6849
  Button,
6114
6850
  {
6115
6851
  fillMode: "flat",
@@ -6119,7 +6855,7 @@ var Pager = (props) => {
6119
6855
  children: "2"
6120
6856
  }
6121
6857
  ),
6122
- /* @__PURE__ */ jsx69(
6858
+ /* @__PURE__ */ jsx113(
6123
6859
  Button,
6124
6860
  {
6125
6861
  fillMode: "flat",
@@ -6129,7 +6865,7 @@ var Pager = (props) => {
6129
6865
  children: "3"
6130
6866
  }
6131
6867
  ),
6132
- /* @__PURE__ */ jsx69(
6868
+ /* @__PURE__ */ jsx113(
6133
6869
  Button,
6134
6870
  {
6135
6871
  fillMode: "flat",
@@ -6139,7 +6875,7 @@ var Pager = (props) => {
6139
6875
  children: "4"
6140
6876
  }
6141
6877
  ),
6142
- /* @__PURE__ */ jsx69(
6878
+ /* @__PURE__ */ jsx113(
6143
6879
  Button,
6144
6880
  {
6145
6881
  fillMode: "flat",
@@ -6149,7 +6885,7 @@ var Pager = (props) => {
6149
6885
  children: "5"
6150
6886
  }
6151
6887
  ),
6152
- /* @__PURE__ */ jsx69(
6888
+ /* @__PURE__ */ jsx113(
6153
6889
  Button,
6154
6890
  {
6155
6891
  fillMode: "flat",
@@ -6162,7 +6898,7 @@ var Pager = (props) => {
6162
6898
  ]
6163
6899
  }
6164
6900
  ),
6165
- type === "numeric" && /* @__PURE__ */ jsx69(
6901
+ type === "numeric" && /* @__PURE__ */ jsx113(
6166
6902
  "select",
6167
6903
  {
6168
6904
  className: classNames(
@@ -6175,286 +6911,142 @@ var Pager = (props) => {
6175
6911
  size
6176
6912
  }),
6177
6913
  {
6178
- ["k-hidden"]: !adaptive
6179
- }
6180
- ),
6181
- children: /* @__PURE__ */ jsx69("option", { children: "99" })
6182
- }
6183
- ),
6184
- type === "input" && /* @__PURE__ */ jsxs23(
6185
- "span",
6186
- {
6187
- className: classNames(
6188
- "k-pager-input"
6189
- ),
6190
- children: [
6191
- !adaptive && /* @__PURE__ */ jsx69("span", { children: "Page" }),
6192
- /* @__PURE__ */ jsx69(NumericTextbox, { value: "999", size, showSpinButton: false, showClearButton: false }),
6193
- !adaptive && /* @__PURE__ */ jsx69("span", { children: "of 8" })
6194
- ]
6195
- }
6196
- ),
6197
- /* @__PURE__ */ jsx69(
6198
- Button,
6199
- {
6200
- className: classNames(
6201
- "k-pager-nav"
6202
- ),
6203
- fillMode: "flat",
6204
- size,
6205
- rounded: null,
6206
- icon: dir === "rtl" ? "caret-alt-left" : "caret-alt-right"
6207
- }
6208
- ),
6209
- /* @__PURE__ */ jsx69(
6210
- Button,
6211
- {
6212
- className: classNames(
6213
- "k-pager-nav",
6214
- "k-pager-last"
6215
- ),
6216
- fillMode: "flat",
6217
- size,
6218
- rounded: null,
6219
- icon: dir === "rtl" ? "caret-alt-to-left" : "caret-alt-to-right"
6220
- }
6221
- )
6222
- ]
6223
- }
6224
- ),
6225
- pageSizes && /* @__PURE__ */ jsxs23(
6226
- "span",
6227
- {
6228
- className: classNames(
6229
- "k-pager-sizes"
6230
- ),
6231
- children: [
6232
- /* @__PURE__ */ jsx69(DropdownList, { value: "99", size }),
6233
- itemsPerPage && /* @__PURE__ */ jsx69("span", { children: "items per page" })
6234
- ]
6235
- }
6236
- ),
6237
- refresh && /* @__PURE__ */ jsx69(
6238
- Button,
6239
- {
6240
- className: classNames(
6241
- "k-pager-refresh"
6242
- ),
6243
- fillMode: "flat",
6244
- size,
6245
- rounded: null,
6246
- icon: "arrow-rotate-cw"
6247
- }
6248
- ),
6249
- info && /* @__PURE__ */ jsx69(
6250
- "span",
6251
- {
6252
- className: classNames(
6253
- "k-pager-info"
6254
- ),
6255
- children: "1 - 20 of 91 items"
6256
- }
6257
- )
6258
- ]
6259
- }
6260
- );
6261
- };
6262
- Pager.states = states28;
6263
- Pager.options = options27;
6264
- Pager.className = PAGER_CLASSNAME;
6265
- Pager.defaultProps = defaultProps28;
6266
-
6267
- // src/pager/templates/pager-normal.tsx
6268
- import { jsx as jsx70 } from "react/jsx-runtime";
6269
-
6270
- // src/pager/templates/pager-input.tsx
6271
- import { jsx as jsx71 } from "react/jsx-runtime";
6272
-
6273
- // src/pager/templates/pager-adaptive.tsx
6274
- import { jsx as jsx72 } from "react/jsx-runtime";
6275
-
6276
- // src/pager/templates/pager-adaptive-input.tsx
6277
- import { jsx as jsx73 } from "react/jsx-runtime";
6278
-
6279
- // src/skeleton/skeleton.spec.tsx
6280
- import { jsx as jsx74 } from "react/jsx-runtime";
6281
- var SKELETON_CLASSNAME = `k-skeleton`;
6282
- var states29 = [];
6283
- var options28 = {};
6284
- var defaultProps29 = {
6285
- shape: "text",
6286
- animation: "pulse"
6287
- };
6288
- var Skeleton = (props) => {
6289
- const {
6290
- shape = defaultProps29.shape,
6291
- animation = defaultProps29.animation,
6292
- ...other
6293
- } = props;
6294
- return /* @__PURE__ */ jsx74(
6295
- "span",
6296
- {
6297
- ...other,
6298
- className: classNames(
6299
- props.className,
6300
- SKELETON_CLASSNAME,
6301
- {
6302
- [`k-skeleton-${shape}`]: shape,
6303
- [`k-skeleton-${animation}`]: animation
6304
- }
6305
- ),
6306
- style: props.style
6307
- }
6308
- );
6309
- };
6310
- Skeleton.states = states29;
6311
- Skeleton.options = options28;
6312
- Skeleton.className = SKELETON_CLASSNAME;
6313
- Skeleton.defaultProps = defaultProps29;
6314
-
6315
- // src/skeleton/templates/skeleton-normal.tsx
6316
- import { jsx as jsx75 } from "react/jsx-runtime";
6317
- var SkeletonNormal = (props) => /* @__PURE__ */ jsx75(Skeleton, { ...props });
6318
-
6319
- // src/skeleton/templates/skeleton-rectangle.tsx
6320
- import { jsx as jsx76 } from "react/jsx-runtime";
6321
-
6322
- // src/skeleton/templates/skeleton-circle.tsx
6323
- import { jsx as jsx77 } from "react/jsx-runtime";
6324
-
6325
- // src/textbox/textbox.spec.tsx
6326
- import { Fragment as Fragment19, jsx as jsx78, jsxs as jsxs24 } from "react/jsx-runtime";
6327
- var TEXTBOX_CLASSNAME = `k-textbox`;
6328
- var states30 = [
6329
- States.hover,
6330
- States.focus,
6331
- States.valid,
6332
- States.invalid,
6333
- States.required,
6334
- States.disabled,
6335
- States.loading,
6336
- States.readonly
6337
- ];
6338
- var options29 = {
6339
- size: [Size.small, Size.medium, Size.large],
6340
- rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6341
- fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6342
- };
6343
- var defaultProps30 = {
6344
- showClearButton: true,
6345
- size: Input.defaultProps.size,
6346
- rounded: Input.defaultProps.rounded,
6347
- fillMode: Input.defaultProps.fillMode
6348
- };
6349
- var Textbox = (props) => {
6350
- const {
6351
- prefix,
6352
- suffix,
6353
- value,
6354
- placeholder,
6355
- size,
6356
- rounded,
6357
- fillMode,
6358
- hover,
6359
- focus,
6360
- valid,
6361
- invalid,
6362
- required,
6363
- loading,
6364
- disabled,
6365
- readonly,
6366
- showClearButton = defaultProps30.showClearButton,
6367
- ...other
6368
- } = props;
6369
- return /* @__PURE__ */ jsxs24(
6370
- Input,
6371
- {
6372
- ...other,
6373
- size,
6374
- rounded,
6375
- fillMode,
6376
- hover,
6377
- focus,
6378
- valid,
6379
- invalid,
6380
- required,
6381
- loading,
6382
- disabled,
6383
- readonly,
6384
- className: classNames(props.className, TEXTBOX_CLASSNAME),
6385
- children: [
6386
- prefix && /* @__PURE__ */ jsxs24(Fragment19, { children: [
6387
- /* @__PURE__ */ jsx78(InputPrefix, { children: prefix }),
6388
- /* @__PURE__ */ jsx78(InputSeparator, {})
6389
- ] }),
6390
- /* @__PURE__ */ jsx78(InputInnerInput, { placeholder, value }),
6391
- /* @__PURE__ */ jsx78(
6392
- InputValidationIcon,
6393
- {
6394
- valid,
6395
- invalid,
6396
- loading,
6397
- disabled
6914
+ ["k-hidden"]: !adaptive
6915
+ }
6916
+ ),
6917
+ children: /* @__PURE__ */ jsx113("option", { children: "99" })
6918
+ }
6919
+ ),
6920
+ type === "input" && /* @__PURE__ */ jsxs32(
6921
+ "span",
6922
+ {
6923
+ className: classNames(
6924
+ "k-pager-input"
6925
+ ),
6926
+ children: [
6927
+ !adaptive && /* @__PURE__ */ jsx113("span", { children: "Page" }),
6928
+ /* @__PURE__ */ jsx113(NumericTextbox, { value: "999", size, showSpinButton: false, showClearButton: false }),
6929
+ !adaptive && /* @__PURE__ */ jsx113("span", { children: "of 8" })
6930
+ ]
6931
+ }
6932
+ ),
6933
+ /* @__PURE__ */ jsx113(
6934
+ Button,
6935
+ {
6936
+ className: classNames(
6937
+ "k-pager-nav"
6938
+ ),
6939
+ fillMode: "flat",
6940
+ size,
6941
+ rounded: null,
6942
+ icon: dir === "rtl" ? "caret-alt-left" : "caret-alt-right"
6943
+ }
6944
+ ),
6945
+ /* @__PURE__ */ jsx113(
6946
+ Button,
6947
+ {
6948
+ className: classNames(
6949
+ "k-pager-nav",
6950
+ "k-pager-last"
6951
+ ),
6952
+ fillMode: "flat",
6953
+ size,
6954
+ rounded: null,
6955
+ icon: dir === "rtl" ? "caret-alt-to-left" : "caret-alt-to-right"
6956
+ }
6957
+ )
6958
+ ]
6398
6959
  }
6399
6960
  ),
6400
- /* @__PURE__ */ jsx78(
6401
- InputLoadingIcon,
6961
+ pageSizes && /* @__PURE__ */ jsxs32(
6962
+ "span",
6402
6963
  {
6403
- loading,
6404
- disabled
6964
+ className: classNames(
6965
+ "k-pager-sizes"
6966
+ ),
6967
+ children: [
6968
+ /* @__PURE__ */ jsx113(DropdownList, { value: "99", size }),
6969
+ itemsPerPage && /* @__PURE__ */ jsx113("span", { children: "items per page" })
6970
+ ]
6405
6971
  }
6406
6972
  ),
6407
- showClearButton && /* @__PURE__ */ jsx78(
6408
- InputClearValue,
6973
+ refresh && /* @__PURE__ */ jsx113(
6974
+ Button,
6409
6975
  {
6410
- loading,
6411
- disabled,
6412
- readonly,
6413
- value
6976
+ className: classNames(
6977
+ "k-pager-refresh"
6978
+ ),
6979
+ fillMode: "flat",
6980
+ size,
6981
+ rounded: null,
6982
+ icon: "arrow-rotate-cw"
6414
6983
  }
6415
6984
  ),
6416
- suffix && /* @__PURE__ */ jsxs24(Fragment19, { children: [
6417
- /* @__PURE__ */ jsx78(InputSeparator, {}),
6418
- /* @__PURE__ */ jsx78(InputSuffix, { children: suffix })
6419
- ] })
6985
+ info && /* @__PURE__ */ jsx113(
6986
+ "span",
6987
+ {
6988
+ className: classNames(
6989
+ "k-pager-info"
6990
+ ),
6991
+ children: "1 - 20 of 91 items"
6992
+ }
6993
+ )
6420
6994
  ]
6421
6995
  }
6422
6996
  );
6423
6997
  };
6424
- Textbox.states = states30;
6425
- Textbox.options = options29;
6426
- Textbox.className = TEXTBOX_CLASSNAME;
6427
- Textbox.defaultProps = defaultProps30;
6998
+ Pager.states = states38;
6999
+ Pager.options = options34;
7000
+ Pager.className = PAGER_CLASSNAME;
7001
+ Pager.defaultProps = defaultProps36;
6428
7002
 
6429
- // src/textbox/templates/textbox-normal.tsx
6430
- import { jsx as jsx79 } from "react/jsx-runtime";
7003
+ // src/pager/templates/pager-normal.tsx
7004
+ import { jsx as jsx114 } from "react/jsx-runtime";
6431
7005
 
6432
- // src/textbox/templates/textbox-prefix.tsx
6433
- import { Fragment as Fragment20, jsx as jsx80 } from "react/jsx-runtime";
7006
+ // src/pager/templates/pager-input.tsx
7007
+ import { jsx as jsx115 } from "react/jsx-runtime";
6434
7008
 
6435
- // src/textbox/templates/textbox-suffix.tsx
6436
- import { Fragment as Fragment21, jsx as jsx81 } from "react/jsx-runtime";
7009
+ // src/pager/templates/pager-adaptive.tsx
7010
+ import { jsx as jsx116 } from "react/jsx-runtime";
7011
+
7012
+ // src/pager/templates/pager-adaptive-input.tsx
7013
+ import { jsx as jsx117 } from "react/jsx-runtime";
7014
+
7015
+ // src/grid/grid-pager.spec.tsx
7016
+ import { jsx as jsx118 } from "react/jsx-runtime";
7017
+ var className23 = `k-grid-pager`;
7018
+ var GridPager = (props) => /* @__PURE__ */ jsx118(
7019
+ Pager,
7020
+ {
7021
+ ...props,
7022
+ className: classNames(
7023
+ props.className,
7024
+ className23
7025
+ ),
7026
+ children: props.children
7027
+ }
7028
+ );
6437
7029
 
6438
7030
  // src/button-group/button-group.spec.tsx
6439
- import { jsx as jsx82 } from "react/jsx-runtime";
7031
+ import { jsx as jsx119 } from "react/jsx-runtime";
6440
7032
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
6441
- var states31 = [
7033
+ var states39 = [
6442
7034
  States.disabled
6443
7035
  ];
6444
- var options30 = {
7036
+ var options35 = {
6445
7037
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
6446
7038
  };
6447
- var defaultProps31 = {
7039
+ var defaultProps37 = {
6448
7040
  fillMode: FillMode.solid
6449
7041
  };
6450
7042
  var ButtonGroup = (props) => {
6451
7043
  const {
6452
- fillMode = defaultProps31.fillMode,
7044
+ fillMode = defaultProps37.fillMode,
6453
7045
  disabled,
6454
7046
  stretched,
6455
7047
  ...other
6456
7048
  } = props;
6457
- return /* @__PURE__ */ jsx82(
7049
+ return /* @__PURE__ */ jsx119(
6458
7050
  "div",
6459
7051
  {
6460
7052
  ...other,
@@ -6475,35 +7067,35 @@ var ButtonGroup = (props) => {
6475
7067
  }
6476
7068
  );
6477
7069
  };
6478
- ButtonGroup.states = states31;
6479
- ButtonGroup.options = options30;
7070
+ ButtonGroup.states = states39;
7071
+ ButtonGroup.options = options35;
6480
7072
  ButtonGroup.className = BUTTONGROUP_CLASSNAME;
6481
- ButtonGroup.defaultProps = defaultProps31;
7073
+ ButtonGroup.defaultProps = defaultProps37;
6482
7074
 
6483
7075
  // src/button-group/templates/icon-button-group.tsx
6484
- import { jsx as jsx83, jsxs as jsxs25 } from "react/jsx-runtime";
7076
+ import { jsx as jsx120, jsxs as jsxs33 } from "react/jsx-runtime";
6485
7077
 
6486
7078
  // src/button-group/templates/icon-text-button-group.tsx
6487
- import { jsx as jsx84, jsxs as jsxs26 } from "react/jsx-runtime";
7079
+ import { jsx as jsx121, jsxs as jsxs34 } from "react/jsx-runtime";
6488
7080
 
6489
7081
  // src/button-group/templates/text-button-group.tsx
6490
- import { jsx as jsx85, jsxs as jsxs27 } from "react/jsx-runtime";
7082
+ import { jsx as jsx122, jsxs as jsxs35 } from "react/jsx-runtime";
6491
7083
 
6492
7084
  // src/button-group/templates/mixed-button-group.tsx
6493
- import { jsx as jsx86, jsxs as jsxs28 } from "react/jsx-runtime";
7085
+ import { jsx as jsx123, jsxs as jsxs36 } from "react/jsx-runtime";
6494
7086
 
6495
7087
  // src/color-preview/color-preview.tsx
6496
- import { jsx as jsx87, jsxs as jsxs29 } from "react/jsx-runtime";
7088
+ import { jsx as jsx124, jsxs as jsxs37 } from "react/jsx-runtime";
6497
7089
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
6498
- var states32 = [];
6499
- var options31 = {};
7090
+ var states40 = [];
7091
+ var options36 = {};
6500
7092
  var ColorPreview = (props) => {
6501
7093
  const {
6502
7094
  color,
6503
7095
  iconName,
6504
7096
  ...other
6505
7097
  } = props;
6506
- return /* @__PURE__ */ jsxs29(
7098
+ return /* @__PURE__ */ jsxs37(
6507
7099
  "span",
6508
7100
  {
6509
7101
  ...other,
@@ -6516,8 +7108,8 @@ var ColorPreview = (props) => {
6516
7108
  }
6517
7109
  ),
6518
7110
  children: [
6519
- iconName && /* @__PURE__ */ jsx87(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6520
- /* @__PURE__ */ jsx87(
7111
+ iconName && /* @__PURE__ */ jsx124(Icon, { icon: iconName, className: "k-color-preview-icon" }),
7112
+ /* @__PURE__ */ jsx124(
6521
7113
  "span",
6522
7114
  {
6523
7115
  className: "k-color-preview-mask",
@@ -6528,14 +7120,14 @@ var ColorPreview = (props) => {
6528
7120
  }
6529
7121
  );
6530
7122
  };
6531
- ColorPreview.states = states32;
6532
- ColorPreview.options = options31;
7123
+ ColorPreview.states = states40;
7124
+ ColorPreview.options = options36;
6533
7125
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
6534
7126
 
6535
7127
  // src/colorpicker/colorpicker.spec.tsx
6536
- import { Fragment as Fragment22, jsx as jsx88, jsxs as jsxs30 } from "react/jsx-runtime";
7128
+ import { Fragment as Fragment22, jsx as jsx125, jsxs as jsxs38 } from "react/jsx-runtime";
6537
7129
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
6538
- var states33 = [
7130
+ var states41 = [
6539
7131
  States.hover,
6540
7132
  States.focus,
6541
7133
  States.valid,
@@ -6543,12 +7135,12 @@ var states33 = [
6543
7135
  States.required,
6544
7136
  States.disabled
6545
7137
  ];
6546
- var options32 = {
7138
+ var options37 = {
6547
7139
  size: [Size.small, Size.medium, Size.large],
6548
7140
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6549
7141
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6550
7142
  };
6551
- var defaultProps32 = {
7143
+ var defaultProps38 = {
6552
7144
  arrowIconName: "caret-alt-down",
6553
7145
  size: Picker.defaultProps.size,
6554
7146
  rounded: Picker.defaultProps.rounded,
@@ -6570,13 +7162,13 @@ var ColorPicker = (props) => {
6570
7162
  required,
6571
7163
  disabled,
6572
7164
  valueIconName,
6573
- arrowIconName = defaultProps32.arrowIconName,
7165
+ arrowIconName = defaultProps38.arrowIconName,
6574
7166
  popup,
6575
7167
  opened,
6576
7168
  ...other
6577
7169
  } = props;
6578
- return /* @__PURE__ */ jsxs30(Fragment22, { children: [
6579
- /* @__PURE__ */ jsxs30(
7170
+ return /* @__PURE__ */ jsxs38(Fragment22, { children: [
7171
+ /* @__PURE__ */ jsxs38(
6580
7172
  Picker,
6581
7173
  {
6582
7174
  ...other,
@@ -6595,14 +7187,14 @@ var ColorPicker = (props) => {
6595
7187
  "k-icon-picker"
6596
7188
  ),
6597
7189
  children: [
6598
- /* @__PURE__ */ jsx88(InputPrefix, { children: prefix }),
6599
- /* @__PURE__ */ jsx88(
7190
+ /* @__PURE__ */ jsx125(InputPrefix, { children: prefix }),
7191
+ /* @__PURE__ */ jsx125(
6600
7192
  InputInnerSpan,
6601
7193
  {
6602
7194
  placeholder,
6603
7195
  value,
6604
7196
  showValue: false,
6605
- valueIcon: /* @__PURE__ */ jsx88(
7197
+ valueIcon: /* @__PURE__ */ jsx125(
6606
7198
  ColorPreview,
6607
7199
  {
6608
7200
  className: "k-value-icon",
@@ -6613,8 +7205,8 @@ var ColorPicker = (props) => {
6613
7205
  valueIconName
6614
7206
  }
6615
7207
  ),
6616
- /* @__PURE__ */ jsx88(InputSuffix, { children: suffix }),
6617
- /* @__PURE__ */ jsx88(
7208
+ /* @__PURE__ */ jsx125(InputSuffix, { children: suffix }),
7209
+ /* @__PURE__ */ jsx125(
6618
7210
  Button,
6619
7211
  {
6620
7212
  className: "k-input-button",
@@ -6627,33 +7219,33 @@ var ColorPicker = (props) => {
6627
7219
  ]
6628
7220
  }
6629
7221
  ),
6630
- opened && popup && /* @__PURE__ */ jsx88(Popup, { className: "k-color-picker-popup", children: popup })
7222
+ opened && popup && /* @__PURE__ */ jsx125(Popup, { className: "k-color-picker-popup", children: popup })
6631
7223
  ] });
6632
7224
  };
6633
- ColorPicker.states = states33;
6634
- ColorPicker.options = options32;
7225
+ ColorPicker.states = states41;
7226
+ ColorPicker.options = options37;
6635
7227
  ColorPicker.className = COLORPICKER_CLASSNAME;
6636
- ColorPicker.defaultProps = defaultProps32;
7228
+ ColorPicker.defaultProps = defaultProps38;
6637
7229
 
6638
7230
  // src/colorpicker/templates/colorpicker-normal.tsx
6639
- import { jsx as jsx89 } from "react/jsx-runtime";
7231
+ import { jsx as jsx126 } from "react/jsx-runtime";
6640
7232
 
6641
7233
  // src/action-buttons/action-buttons.spec.tsx
6642
- import { jsx as jsx90 } from "react/jsx-runtime";
7234
+ import { jsx as jsx127 } from "react/jsx-runtime";
6643
7235
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
6644
- var states34 = [];
6645
- var options33 = {};
6646
- var defaultProps33 = {
7236
+ var states42 = [];
7237
+ var options38 = {};
7238
+ var defaultProps39 = {
6647
7239
  alignment: "start",
6648
7240
  orientation: "horizontal"
6649
7241
  };
6650
7242
  var ActionButtons = (props) => {
6651
7243
  const {
6652
- alignment = defaultProps33.alignment,
6653
- orientation = defaultProps33.orientation,
7244
+ alignment = defaultProps39.alignment,
7245
+ orientation = defaultProps39.orientation,
6654
7246
  ...other
6655
7247
  } = props;
6656
- return /* @__PURE__ */ jsx90(
7248
+ return /* @__PURE__ */ jsx127(
6657
7249
  "div",
6658
7250
  {
6659
7251
  ...other,
@@ -6669,24 +7261,24 @@ var ActionButtons = (props) => {
6669
7261
  }
6670
7262
  );
6671
7263
  };
6672
- ActionButtons.states = states34;
6673
- ActionButtons.options = options33;
7264
+ ActionButtons.states = states42;
7265
+ ActionButtons.options = options38;
6674
7266
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
6675
- ActionButtons.defaultProps = defaultProps33;
7267
+ ActionButtons.defaultProps = defaultProps39;
6676
7268
  var action_buttons_spec_default = ActionButtons;
6677
7269
 
6678
7270
  // src/slider/slider.spec.tsx
6679
- import { jsx as jsx91, jsxs as jsxs31 } from "react/jsx-runtime";
7271
+ import { jsx as jsx128, jsxs as jsxs39 } from "react/jsx-runtime";
6680
7272
  var SLIDER_CLASSNAME = "k-slider";
6681
- var states35 = [
7273
+ var states43 = [
6682
7274
  States.hover,
6683
7275
  States.focus,
6684
7276
  States.active,
6685
7277
  States.disabled,
6686
7278
  States.readonly
6687
7279
  ];
6688
- var options34 = {};
6689
- var defaultProps34 = {
7280
+ var options39 = {};
7281
+ var defaultProps40 = {
6690
7282
  type: "single",
6691
7283
  orientation: "horizontal",
6692
7284
  readonly: false,
@@ -6697,13 +7289,13 @@ var defaultProps34 = {
6697
7289
  };
6698
7290
  var Slider = (props) => {
6699
7291
  const {
6700
- type = defaultProps34.type,
6701
- orientation = defaultProps34.orientation,
6702
- readonly = defaultProps34.readonly,
6703
- disabled = defaultProps34.disabled,
6704
- handlePosition = defaultProps34.handlePosition,
6705
- showButtons = defaultProps34.showButtons,
6706
- showTicks = defaultProps34.showTicks,
7292
+ type = defaultProps40.type,
7293
+ orientation = defaultProps40.orientation,
7294
+ readonly = defaultProps40.readonly,
7295
+ disabled = defaultProps40.disabled,
7296
+ handlePosition = defaultProps40.handlePosition,
7297
+ showButtons = defaultProps40.showButtons,
7298
+ showTicks = defaultProps40.showTicks,
6707
7299
  hover,
6708
7300
  focus,
6709
7301
  active,
@@ -6719,7 +7311,7 @@ var Slider = (props) => {
6719
7311
  iconIncrease = "caret-alt-up";
6720
7312
  iconDecrease = "caret-alt-down";
6721
7313
  }
6722
- return /* @__PURE__ */ jsxs31("div", { className: classNames(
7314
+ return /* @__PURE__ */ jsxs39("div", { className: classNames(
6723
7315
  SLIDER_CLASSNAME,
6724
7316
  props.className,
6725
7317
  stateClassNames(SLIDER_CLASSNAME, {
@@ -6732,12 +7324,12 @@ var Slider = (props) => {
6732
7324
  "k-range-slider": type === "range"
6733
7325
  }
6734
7326
  ), dir, children: [
6735
- showButtons && /* @__PURE__ */ jsx91(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
6736
- /* @__PURE__ */ jsxs31("div", { className: "k-slider-track-wrap", children: [
6737
- showTicks && /* @__PURE__ */ jsx91("ul", { className: "k-reset k-slider-items", children: props.children }),
6738
- /* @__PURE__ */ jsxs31("div", { className: "k-slider-track", style: trackStyle, children: [
6739
- /* @__PURE__ */ jsx91("div", { className: "k-slider-selection" }),
6740
- type === "range" && /* @__PURE__ */ jsx91("span", { className: classNames(
7327
+ showButtons && /* @__PURE__ */ jsx128(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
7328
+ /* @__PURE__ */ jsxs39("div", { className: "k-slider-track-wrap", children: [
7329
+ showTicks && /* @__PURE__ */ jsx128("ul", { className: "k-reset k-slider-items", children: props.children }),
7330
+ /* @__PURE__ */ jsxs39("div", { className: "k-slider-track", style: trackStyle, children: [
7331
+ /* @__PURE__ */ jsx128("div", { className: "k-slider-selection" }),
7332
+ type === "range" && /* @__PURE__ */ jsx128("span", { className: classNames(
6741
7333
  "k-draghandle",
6742
7334
  "k-draghandle-start",
6743
7335
  stateClassNames(SLIDER_CLASSNAME, {
@@ -6746,7 +7338,7 @@ var Slider = (props) => {
6746
7338
  active
6747
7339
  })
6748
7340
  ) }),
6749
- /* @__PURE__ */ jsx91("span", { className: classNames(
7341
+ /* @__PURE__ */ jsx128("span", { className: classNames(
6750
7342
  "k-draghandle",
6751
7343
  `k-draghandle-${handlePosition}`,
6752
7344
  stateClassNames(SLIDER_CLASSNAME, {
@@ -6757,219 +7349,219 @@ var Slider = (props) => {
6757
7349
  ) })
6758
7350
  ] })
6759
7351
  ] }),
6760
- showButtons && /* @__PURE__ */ jsx91(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
7352
+ showButtons && /* @__PURE__ */ jsx128(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
6761
7353
  ] });
6762
7354
  };
6763
- Slider.states = states35;
6764
- Slider.options = options34;
7355
+ Slider.states = states43;
7356
+ Slider.options = options39;
6765
7357
  Slider.className = SLIDER_CLASSNAME;
6766
- Slider.defaultProps = defaultProps34;
7358
+ Slider.defaultProps = defaultProps40;
6767
7359
 
6768
7360
  // src/slider/slider-tick.tsx
6769
- import { jsx as jsx92 } from "react/jsx-runtime";
7361
+ import { jsx as jsx129 } from "react/jsx-runtime";
6770
7362
  var SLIDER_TICK_CLASSNAME = "k-tick";
6771
- var states36 = [];
6772
- var options35 = {};
6773
- var defaultProps35 = {
7363
+ var states44 = [];
7364
+ var options40 = {};
7365
+ var defaultProps41 = {
6774
7366
  label: false
6775
7367
  };
6776
7368
  var SliderTick = (props) => {
6777
7369
  const {
6778
7370
  style,
6779
- label = defaultProps35.label,
7371
+ label = defaultProps41.label,
6780
7372
  orientation,
6781
7373
  large,
6782
7374
  text
6783
7375
  } = props;
6784
- return /* @__PURE__ */ jsx92("li", { className: classNames(
7376
+ return /* @__PURE__ */ jsx129("li", { className: classNames(
6785
7377
  props.className,
6786
7378
  SLIDER_TICK_CLASSNAME,
6787
7379
  {
6788
7380
  [`k-tick-${orientation}`]: orientation,
6789
7381
  "k-tick-large": large
6790
7382
  }
6791
- ), style, children: label && /* @__PURE__ */ jsx92("span", { className: "k-label", children: text }) });
7383
+ ), style, children: label && /* @__PURE__ */ jsx129("span", { className: "k-label", children: text }) });
6792
7384
  };
6793
- SliderTick.states = states36;
6794
- SliderTick.options = options35;
7385
+ SliderTick.states = states44;
7386
+ SliderTick.options = options40;
6795
7387
  SliderTick.className = SLIDER_TICK_CLASSNAME;
6796
- SliderTick.defaultProps = defaultProps35;
7388
+ SliderTick.defaultProps = defaultProps41;
6797
7389
 
6798
7390
  // src/slider/templates/slider-normal.tsx
6799
- import { Fragment as Fragment23, jsx as jsx93, jsxs as jsxs32 } from "react/jsx-runtime";
7391
+ import { Fragment as Fragment23, jsx as jsx130, jsxs as jsxs40 } from "react/jsx-runtime";
6800
7392
 
6801
7393
  // src/slider/templates/slider-vertical.tsx
6802
- import { Fragment as Fragment24, jsx as jsx94, jsxs as jsxs33 } from "react/jsx-runtime";
7394
+ import { Fragment as Fragment24, jsx as jsx131, jsxs as jsxs41 } from "react/jsx-runtime";
6803
7395
 
6804
7396
  // src/slider/templates/slider-range.tsx
6805
- import { Fragment as Fragment25, jsx as jsx95, jsxs as jsxs34 } from "react/jsx-runtime";
7397
+ import { Fragment as Fragment25, jsx as jsx132, jsxs as jsxs42 } from "react/jsx-runtime";
6806
7398
 
6807
7399
  // src/slider/templates/slider-range-vertical.tsx
6808
- import { Fragment as Fragment26, jsx as jsx96, jsxs as jsxs35 } from "react/jsx-runtime";
7400
+ import { Fragment as Fragment26, jsx as jsx133, jsxs as jsxs43 } from "react/jsx-runtime";
6809
7401
 
6810
7402
  // src/slider/templates/slider-gradient.tsx
6811
- import { Fragment as Fragment27, jsx as jsx97, jsxs as jsxs36 } from "react/jsx-runtime";
7403
+ import { Fragment as Fragment27, jsx as jsx134, jsxs as jsxs44 } from "react/jsx-runtime";
6812
7404
 
6813
7405
  // src/slider/templates/slider-gradient-vertical.tsx
6814
- import { Fragment as Fragment28, jsx as jsx98, jsxs as jsxs37 } from "react/jsx-runtime";
6815
- var SliderGradientVertical = (props) => /* @__PURE__ */ jsx98(
7406
+ import { Fragment as Fragment28, jsx as jsx135, jsxs as jsxs45 } from "react/jsx-runtime";
7407
+ var SliderGradientVertical = (props) => /* @__PURE__ */ jsx135(
6816
7408
  Slider,
6817
7409
  {
6818
7410
  type: "gradient",
6819
7411
  orientation: "vertical",
6820
7412
  showButtons: false,
6821
7413
  showTicks: false,
6822
- children: /* @__PURE__ */ jsxs37(Fragment28, { children: [
6823
- /* @__PURE__ */ jsx98(SliderTick, { label: true, large: true, text: "0" }),
6824
- /* @__PURE__ */ jsx98(SliderTick, {}),
6825
- /* @__PURE__ */ jsx98(SliderTick, {}),
6826
- /* @__PURE__ */ jsx98(SliderTick, {}),
6827
- /* @__PURE__ */ jsx98(SliderTick, {}),
6828
- /* @__PURE__ */ jsx98(SliderTick, { label: true, large: true, text: "5" }),
6829
- /* @__PURE__ */ jsx98(SliderTick, {}),
6830
- /* @__PURE__ */ jsx98(SliderTick, {}),
6831
- /* @__PURE__ */ jsx98(SliderTick, {}),
6832
- /* @__PURE__ */ jsx98(SliderTick, {}),
6833
- /* @__PURE__ */ jsx98(SliderTick, { label: true, large: true, text: "10" })
7414
+ children: /* @__PURE__ */ jsxs45(Fragment28, { children: [
7415
+ /* @__PURE__ */ jsx135(SliderTick, { label: true, large: true, text: "0" }),
7416
+ /* @__PURE__ */ jsx135(SliderTick, {}),
7417
+ /* @__PURE__ */ jsx135(SliderTick, {}),
7418
+ /* @__PURE__ */ jsx135(SliderTick, {}),
7419
+ /* @__PURE__ */ jsx135(SliderTick, {}),
7420
+ /* @__PURE__ */ jsx135(SliderTick, { label: true, large: true, text: "5" }),
7421
+ /* @__PURE__ */ jsx135(SliderTick, {}),
7422
+ /* @__PURE__ */ jsx135(SliderTick, {}),
7423
+ /* @__PURE__ */ jsx135(SliderTick, {}),
7424
+ /* @__PURE__ */ jsx135(SliderTick, {}),
7425
+ /* @__PURE__ */ jsx135(SliderTick, { label: true, large: true, text: "10" })
6834
7426
  ] }),
6835
7427
  ...props
6836
7428
  }
6837
7429
  );
6838
7430
 
6839
7431
  // src/colorgradient/color-input.tsx
6840
- import { Fragment as Fragment29, jsx as jsx99, jsxs as jsxs38 } from "react/jsx-runtime";
7432
+ import { Fragment as Fragment29, jsx as jsx136, jsxs as jsxs46 } from "react/jsx-runtime";
6841
7433
  var COLOR_INPUT_CLASSNAME = "k-colorgradient-inputs";
6842
- var states37 = [];
6843
- var options36 = {};
6844
- var defaultProps36 = {
7434
+ var states45 = [];
7435
+ var options41 = {};
7436
+ var defaultProps42 = {
6845
7437
  mode: "rgba"
6846
7438
  };
6847
7439
  var ColorInput = (props) => {
6848
7440
  const {
6849
- mode = defaultProps36.mode
7441
+ mode = defaultProps42.mode
6850
7442
  } = props;
6851
- return /* @__PURE__ */ jsxs38("div", { className: classNames(COLOR_INPUT_CLASSNAME, "k-hstack"), children: [
6852
- /* @__PURE__ */ jsx99("div", { className: "k-vstack", children: /* @__PURE__ */ jsx99(Button, { fillMode: "flat", icon: "caret-alt-expand", className: "k-colorgradient-toggle-mode" }) }),
6853
- mode === "rgba" && /* @__PURE__ */ jsxs38(Fragment29, { children: [
6854
- /* @__PURE__ */ jsxs38("div", { className: "k-vstack", children: [
6855
- /* @__PURE__ */ jsx99(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6856
- /* @__PURE__ */ jsx99("label", { className: "k-colorgradient-input-label", children: "R" })
7443
+ return /* @__PURE__ */ jsxs46("div", { className: classNames(COLOR_INPUT_CLASSNAME, "k-hstack"), children: [
7444
+ /* @__PURE__ */ jsx136("div", { className: "k-vstack", children: /* @__PURE__ */ jsx136(Button, { fillMode: "flat", icon: "caret-alt-expand", className: "k-colorgradient-toggle-mode" }) }),
7445
+ mode === "rgba" && /* @__PURE__ */ jsxs46(Fragment29, { children: [
7446
+ /* @__PURE__ */ jsxs46("div", { className: "k-vstack", children: [
7447
+ /* @__PURE__ */ jsx136(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7448
+ /* @__PURE__ */ jsx136("label", { className: "k-colorgradient-input-label", children: "R" })
6857
7449
  ] }),
6858
- /* @__PURE__ */ jsxs38("div", { className: "k-vstack", children: [
6859
- /* @__PURE__ */ jsx99(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6860
- /* @__PURE__ */ jsx99("label", { className: "k-colorgradient-input-label", children: "G" })
7450
+ /* @__PURE__ */ jsxs46("div", { className: "k-vstack", children: [
7451
+ /* @__PURE__ */ jsx136(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7452
+ /* @__PURE__ */ jsx136("label", { className: "k-colorgradient-input-label", children: "G" })
6861
7453
  ] }),
6862
- /* @__PURE__ */ jsxs38("div", { className: "k-vstack", children: [
6863
- /* @__PURE__ */ jsx99(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6864
- /* @__PURE__ */ jsx99("label", { className: "k-colorgradient-input-label", children: "B" })
7454
+ /* @__PURE__ */ jsxs46("div", { className: "k-vstack", children: [
7455
+ /* @__PURE__ */ jsx136(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7456
+ /* @__PURE__ */ jsx136("label", { className: "k-colorgradient-input-label", children: "B" })
6865
7457
  ] }),
6866
- /* @__PURE__ */ jsxs38("div", { className: "k-vstack", children: [
6867
- /* @__PURE__ */ jsx99(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
6868
- /* @__PURE__ */ jsx99("label", { className: "k-colorgradient-input-label", children: "A" })
7458
+ /* @__PURE__ */ jsxs46("div", { className: "k-vstack", children: [
7459
+ /* @__PURE__ */ jsx136(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
7460
+ /* @__PURE__ */ jsx136("label", { className: "k-colorgradient-input-label", children: "A" })
6869
7461
  ] })
6870
7462
  ] }),
6871
- mode === "rgb" && /* @__PURE__ */ jsxs38(Fragment29, { children: [
6872
- /* @__PURE__ */ jsxs38("div", { className: "k-vstack", children: [
6873
- /* @__PURE__ */ jsx99(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6874
- /* @__PURE__ */ jsx99("label", { className: "k-colorgradient-input-label", children: "R" })
7463
+ mode === "rgb" && /* @__PURE__ */ jsxs46(Fragment29, { children: [
7464
+ /* @__PURE__ */ jsxs46("div", { className: "k-vstack", children: [
7465
+ /* @__PURE__ */ jsx136(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7466
+ /* @__PURE__ */ jsx136("label", { className: "k-colorgradient-input-label", children: "R" })
6875
7467
  ] }),
6876
- /* @__PURE__ */ jsxs38("div", { className: "k-vstack", children: [
6877
- /* @__PURE__ */ jsx99(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6878
- /* @__PURE__ */ jsx99("label", { className: "k-colorgradient-input-label", children: "G" })
7468
+ /* @__PURE__ */ jsxs46("div", { className: "k-vstack", children: [
7469
+ /* @__PURE__ */ jsx136(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7470
+ /* @__PURE__ */ jsx136("label", { className: "k-colorgradient-input-label", children: "G" })
6879
7471
  ] }),
6880
- /* @__PURE__ */ jsxs38("div", { className: "k-vstack", children: [
6881
- /* @__PURE__ */ jsx99(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6882
- /* @__PURE__ */ jsx99("label", { className: "k-colorgradient-input-label", children: "B" })
7472
+ /* @__PURE__ */ jsxs46("div", { className: "k-vstack", children: [
7473
+ /* @__PURE__ */ jsx136(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7474
+ /* @__PURE__ */ jsx136("label", { className: "k-colorgradient-input-label", children: "B" })
6883
7475
  ] })
6884
7476
  ] }),
6885
- mode === "hsva" && /* @__PURE__ */ jsxs38(Fragment29, { children: [
6886
- /* @__PURE__ */ jsxs38("div", { className: "k-vstack", children: [
6887
- /* @__PURE__ */ jsx99(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6888
- /* @__PURE__ */ jsx99("label", { className: "k-colorgradient-input-label", children: "H" })
7477
+ mode === "hsva" && /* @__PURE__ */ jsxs46(Fragment29, { children: [
7478
+ /* @__PURE__ */ jsxs46("div", { className: "k-vstack", children: [
7479
+ /* @__PURE__ */ jsx136(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7480
+ /* @__PURE__ */ jsx136("label", { className: "k-colorgradient-input-label", children: "H" })
6889
7481
  ] }),
6890
- /* @__PURE__ */ jsxs38("div", { className: "k-vstack", children: [
6891
- /* @__PURE__ */ jsx99(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6892
- /* @__PURE__ */ jsx99("label", { className: "k-colorgradient-input-label", children: "S" })
7482
+ /* @__PURE__ */ jsxs46("div", { className: "k-vstack", children: [
7483
+ /* @__PURE__ */ jsx136(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7484
+ /* @__PURE__ */ jsx136("label", { className: "k-colorgradient-input-label", children: "S" })
6893
7485
  ] }),
6894
- /* @__PURE__ */ jsxs38("div", { className: "k-vstack", children: [
6895
- /* @__PURE__ */ jsx99(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6896
- /* @__PURE__ */ jsx99("label", { className: "k-colorgradient-input-label", children: "V" })
7486
+ /* @__PURE__ */ jsxs46("div", { className: "k-vstack", children: [
7487
+ /* @__PURE__ */ jsx136(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7488
+ /* @__PURE__ */ jsx136("label", { className: "k-colorgradient-input-label", children: "V" })
6897
7489
  ] }),
6898
- /* @__PURE__ */ jsxs38("div", { className: "k-vstack", children: [
6899
- /* @__PURE__ */ jsx99(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
6900
- /* @__PURE__ */ jsx99("label", { className: "k-colorgradient-input-label", children: "A" })
7490
+ /* @__PURE__ */ jsxs46("div", { className: "k-vstack", children: [
7491
+ /* @__PURE__ */ jsx136(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
7492
+ /* @__PURE__ */ jsx136("label", { className: "k-colorgradient-input-label", children: "A" })
6901
7493
  ] })
6902
7494
  ] }),
6903
- mode === "hsv" && /* @__PURE__ */ jsxs38(Fragment29, { children: [
6904
- /* @__PURE__ */ jsxs38("div", { className: "k-vstack", children: [
6905
- /* @__PURE__ */ jsx99(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6906
- /* @__PURE__ */ jsx99("label", { className: "k-colorgradient-input-label", children: "H" })
7495
+ mode === "hsv" && /* @__PURE__ */ jsxs46(Fragment29, { children: [
7496
+ /* @__PURE__ */ jsxs46("div", { className: "k-vstack", children: [
7497
+ /* @__PURE__ */ jsx136(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7498
+ /* @__PURE__ */ jsx136("label", { className: "k-colorgradient-input-label", children: "H" })
6907
7499
  ] }),
6908
- /* @__PURE__ */ jsxs38("div", { className: "k-vstack", children: [
6909
- /* @__PURE__ */ jsx99(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6910
- /* @__PURE__ */ jsx99("label", { className: "k-colorgradient-input-label", children: "S" })
7500
+ /* @__PURE__ */ jsxs46("div", { className: "k-vstack", children: [
7501
+ /* @__PURE__ */ jsx136(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7502
+ /* @__PURE__ */ jsx136("label", { className: "k-colorgradient-input-label", children: "S" })
6911
7503
  ] }),
6912
- /* @__PURE__ */ jsxs38("div", { className: "k-vstack", children: [
6913
- /* @__PURE__ */ jsx99(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6914
- /* @__PURE__ */ jsx99("label", { className: "k-colorgradient-input-label", children: "V" })
7504
+ /* @__PURE__ */ jsxs46("div", { className: "k-vstack", children: [
7505
+ /* @__PURE__ */ jsx136(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7506
+ /* @__PURE__ */ jsx136("label", { className: "k-colorgradient-input-label", children: "V" })
6915
7507
  ] })
6916
7508
  ] }),
6917
- mode === "hex" && /* @__PURE__ */ jsx99(Fragment29, { children: /* @__PURE__ */ jsxs38("div", { className: "k-vstack k-flex-1", children: [
6918
- /* @__PURE__ */ jsx99(Textbox, { showClearButton: false, value: "#b88484AA", className: "k-hex-value" }),
6919
- /* @__PURE__ */ jsx99("label", { className: "k-colorgradient-input-label", children: "HEX" })
7509
+ mode === "hex" && /* @__PURE__ */ jsx136(Fragment29, { children: /* @__PURE__ */ jsxs46("div", { className: "k-vstack k-flex-1", children: [
7510
+ /* @__PURE__ */ jsx136(Textbox, { showClearButton: false, value: "#b88484AA", className: "k-hex-value" }),
7511
+ /* @__PURE__ */ jsx136("label", { className: "k-colorgradient-input-label", children: "HEX" })
6920
7512
  ] }) })
6921
7513
  ] });
6922
7514
  };
6923
- ColorInput.states = states37;
6924
- ColorInput.options = options36;
7515
+ ColorInput.states = states45;
7516
+ ColorInput.options = options41;
6925
7517
  ColorInput.className = COLOR_INPUT_CLASSNAME;
6926
- ColorInput.defaultProps = defaultProps36;
7518
+ ColorInput.defaultProps = defaultProps42;
6927
7519
 
6928
7520
  // src/colorgradient/color-contrast.tsx
6929
- import { jsx as jsx100, jsxs as jsxs39 } from "react/jsx-runtime";
7521
+ import { jsx as jsx137, jsxs as jsxs47 } from "react/jsx-runtime";
6930
7522
  var COLOR_CONTRAST_CLASSNAME = "k-colorgradient-color-contrast";
6931
- var states38 = [];
6932
- var options37 = {};
6933
- var defaultProps37 = {};
6934
- var ColorContrast = () => /* @__PURE__ */ jsxs39("div", { className: classNames(COLOR_CONTRAST_CLASSNAME, "k-vbox"), children: [
6935
- /* @__PURE__ */ jsxs39("div", { className: "k-contrast-ratio", children: [
6936
- /* @__PURE__ */ jsx100("span", { className: "k-contrast-ratio-text", children: "Contrast ratio: 7.1" }),
6937
- /* @__PURE__ */ jsxs39("span", { className: "k-contrast-validation !k-text-success", children: [
6938
- /* @__PURE__ */ jsx100(Icon, { icon: "check" }),
6939
- /* @__PURE__ */ jsx100(Icon, { icon: "check" })
7523
+ var states46 = [];
7524
+ var options42 = {};
7525
+ var defaultProps43 = {};
7526
+ var ColorContrast = () => /* @__PURE__ */ jsxs47("div", { className: classNames(COLOR_CONTRAST_CLASSNAME, "k-vbox"), children: [
7527
+ /* @__PURE__ */ jsxs47("div", { className: "k-contrast-ratio", children: [
7528
+ /* @__PURE__ */ jsx137("span", { className: "k-contrast-ratio-text", children: "Contrast ratio: 7.1" }),
7529
+ /* @__PURE__ */ jsxs47("span", { className: "k-contrast-validation !k-text-success", children: [
7530
+ /* @__PURE__ */ jsx137(Icon, { icon: "check" }),
7531
+ /* @__PURE__ */ jsx137(Icon, { icon: "check" })
6940
7532
  ] })
6941
7533
  ] }),
6942
- /* @__PURE__ */ jsxs39("div", { children: [
6943
- /* @__PURE__ */ jsx100("span", { children: "AA: 4.5" }),
6944
- /* @__PURE__ */ jsxs39("span", { className: "k-contrast-validation !k-text-success", children: [
7534
+ /* @__PURE__ */ jsxs47("div", { children: [
7535
+ /* @__PURE__ */ jsx137("span", { children: "AA: 4.5" }),
7536
+ /* @__PURE__ */ jsxs47("span", { className: "k-contrast-validation !k-text-success", children: [
6945
7537
  "Pass",
6946
- /* @__PURE__ */ jsx100(Icon, { icon: "check" })
7538
+ /* @__PURE__ */ jsx137(Icon, { icon: "check" })
6947
7539
  ] })
6948
7540
  ] }),
6949
- /* @__PURE__ */ jsxs39("div", { children: [
6950
- /* @__PURE__ */ jsx100("span", { children: "AAA: 7.0" }),
6951
- /* @__PURE__ */ jsxs39("span", { className: "k-contrast-validation !k-text-error", children: [
7541
+ /* @__PURE__ */ jsxs47("div", { children: [
7542
+ /* @__PURE__ */ jsx137("span", { children: "AAA: 7.0" }),
7543
+ /* @__PURE__ */ jsxs47("span", { className: "k-contrast-validation !k-text-error", children: [
6952
7544
  "Fail",
6953
- /* @__PURE__ */ jsx100(Icon, { icon: "x" })
7545
+ /* @__PURE__ */ jsx137(Icon, { icon: "x" })
6954
7546
  ] })
6955
7547
  ] })
6956
7548
  ] });
6957
- ColorContrast.states = states38;
6958
- ColorContrast.options = options37;
7549
+ ColorContrast.states = states46;
7550
+ ColorContrast.options = options42;
6959
7551
  ColorContrast.className = COLOR_CONTRAST_CLASSNAME;
6960
- ColorContrast.defaultProps = defaultProps37;
7552
+ ColorContrast.defaultProps = defaultProps43;
6961
7553
 
6962
7554
  // src/colorgradient/color-gradient.spec.tsx
6963
- import { jsx as jsx101, jsxs as jsxs40 } from "react/jsx-runtime";
7555
+ import { jsx as jsx138, jsxs as jsxs48 } from "react/jsx-runtime";
6964
7556
  var COLOR_GRADIENT_CLASSNAME = "k-colorgradient";
6965
- var states39 = [
7557
+ var states47 = [
6966
7558
  States.hover,
6967
7559
  States.focus,
6968
7560
  States.readonly,
6969
7561
  States.disabled
6970
7562
  ];
6971
- var options38 = {};
6972
- var defaultProps38 = {
7563
+ var options43 = {};
7564
+ var defaultProps44 = {
6973
7565
  mode: "rgba",
6974
7566
  readonly: false,
6975
7567
  disabled: false,
@@ -6980,20 +7572,20 @@ var defaultProps38 = {
6980
7572
  };
6981
7573
  var ColorGradient = (props) => {
6982
7574
  const {
6983
- mode = defaultProps38.mode,
6984
- readonly = defaultProps38.readonly,
6985
- disabled = defaultProps38.disabled,
7575
+ mode = defaultProps44.mode,
7576
+ readonly = defaultProps44.readonly,
7577
+ disabled = defaultProps44.disabled,
6986
7578
  dir,
6987
- contrast = defaultProps38.contrast,
7579
+ contrast = defaultProps44.contrast,
6988
7580
  hover,
6989
7581
  focus,
6990
7582
  hoverHandle,
6991
7583
  focusHandle,
6992
- gradientStyle = defaultProps38.gradientStyle,
6993
- dragHandleStyle = defaultProps38.dragHandleStyle,
6994
- alphaStyle = defaultProps38.alphaStyle
7584
+ gradientStyle = defaultProps44.gradientStyle,
7585
+ dragHandleStyle = defaultProps44.dragHandleStyle,
7586
+ alphaStyle = defaultProps44.alphaStyle
6995
7587
  } = props;
6996
- return /* @__PURE__ */ jsxs40("div", { className: classNames(
7588
+ return /* @__PURE__ */ jsxs48("div", { className: classNames(
6997
7589
  props.className,
6998
7590
  COLOR_GRADIENT_CLASSNAME,
6999
7591
  stateClassNames(COLOR_GRADIENT_CLASSNAME, {
@@ -7003,8 +7595,8 @@ var ColorGradient = (props) => {
7003
7595
  disabled
7004
7596
  })
7005
7597
  ), dir, children: [
7006
- /* @__PURE__ */ jsxs40("div", { className: "k-colorgradient-canvas k-hstack", children: [
7007
- /* @__PURE__ */ jsx101("div", { className: "k-hsv-rectangle", style: gradientStyle, children: /* @__PURE__ */ jsx101("div", { className: "k-hsv-gradient", children: /* @__PURE__ */ jsx101("div", { className: classNames(
7598
+ /* @__PURE__ */ jsxs48("div", { className: "k-colorgradient-canvas k-hstack", children: [
7599
+ /* @__PURE__ */ jsx138("div", { className: "k-hsv-rectangle", style: gradientStyle, children: /* @__PURE__ */ jsx138("div", { className: "k-hsv-gradient", children: /* @__PURE__ */ jsx138("div", { className: classNames(
7008
7600
  "k-hsv-draghandle",
7009
7601
  "k-draghandle",
7010
7602
  {
@@ -7012,39 +7604,39 @@ var ColorGradient = (props) => {
7012
7604
  "k-focus": focusHandle
7013
7605
  }
7014
7606
  ), style: dragHandleStyle }) }) }),
7015
- /* @__PURE__ */ jsxs40("div", { className: "k-hsv-controls k-hstack", children: [
7016
- /* @__PURE__ */ jsx101(SliderGradientVertical, { className: "k-hue-slider", hover: hoverHandle, focus: focusHandle }),
7017
- mode !== "rgb" && mode !== "hsv" && /* @__PURE__ */ jsx101(SliderGradientVertical, { className: "k-alpha-slider", hover: hoverHandle, focus: focusHandle, trackStyle: alphaStyle })
7607
+ /* @__PURE__ */ jsxs48("div", { className: "k-hsv-controls k-hstack", children: [
7608
+ /* @__PURE__ */ jsx138(SliderGradientVertical, { className: "k-hue-slider", hover: hoverHandle, focus: focusHandle }),
7609
+ mode !== "rgb" && mode !== "hsv" && /* @__PURE__ */ jsx138(SliderGradientVertical, { className: "k-alpha-slider", hover: hoverHandle, focus: focusHandle, trackStyle: alphaStyle })
7018
7610
  ] })
7019
7611
  ] }),
7020
- /* @__PURE__ */ jsx101(ColorInput, { mode: props.mode }),
7021
- contrast && /* @__PURE__ */ jsx101(ColorContrast, {})
7612
+ /* @__PURE__ */ jsx138(ColorInput, { mode: props.mode }),
7613
+ contrast && /* @__PURE__ */ jsx138(ColorContrast, {})
7022
7614
  ] });
7023
7615
  };
7024
- ColorGradient.states = states39;
7025
- ColorGradient.options = options38;
7616
+ ColorGradient.states = states47;
7617
+ ColorGradient.options = options43;
7026
7618
  ColorGradient.className = COLOR_GRADIENT_CLASSNAME;
7027
- ColorGradient.defaultProps = defaultProps38;
7619
+ ColorGradient.defaultProps = defaultProps44;
7028
7620
 
7029
7621
  // src/colorgradient/templates/colorgradient-normal.tsx
7030
- import { jsx as jsx102 } from "react/jsx-runtime";
7622
+ import { jsx as jsx139 } from "react/jsx-runtime";
7031
7623
 
7032
7624
  // src/colorgradient/templates/colorgradient-contrast.tsx
7033
- import { jsx as jsx103 } from "react/jsx-runtime";
7625
+ import { jsx as jsx140 } from "react/jsx-runtime";
7034
7626
 
7035
7627
  // src/colorpalette/colorpalette-row.tsx
7036
- import { jsx as jsx104 } from "react/jsx-runtime";
7037
- var ColorPaletteRow = (props) => /* @__PURE__ */ jsx104("tr", { children: props.children });
7628
+ import { jsx as jsx141 } from "react/jsx-runtime";
7629
+ var ColorPaletteRow = (props) => /* @__PURE__ */ jsx141("tr", { children: props.children });
7038
7630
 
7039
7631
  // src/colorpalette/colorpalette-tile.tsx
7040
- import { jsx as jsx105 } from "react/jsx-runtime";
7632
+ import { jsx as jsx142 } from "react/jsx-runtime";
7041
7633
  var COLORPALETTETILE_CLASSNAME = `k-colorpalette-tile`;
7042
- var states40 = [
7634
+ var states48 = [
7043
7635
  States.hover,
7044
7636
  States.focus,
7045
7637
  States.selected
7046
7638
  ];
7047
- var options39 = {};
7639
+ var options44 = {};
7048
7640
  var ColorPaletteTile = (props) => {
7049
7641
  const {
7050
7642
  color,
@@ -7059,7 +7651,7 @@ var ColorPaletteTile = (props) => {
7059
7651
  "width": tileSize ? tileSize + "px" : "",
7060
7652
  "height": tileSize ? tileSize + "px" : ""
7061
7653
  };
7062
- return /* @__PURE__ */ jsx105(
7654
+ return /* @__PURE__ */ jsx142(
7063
7655
  "td",
7064
7656
  {
7065
7657
  ...other,
@@ -7076,24 +7668,24 @@ var ColorPaletteTile = (props) => {
7076
7668
  }
7077
7669
  );
7078
7670
  };
7079
- ColorPaletteTile.states = states40;
7080
- ColorPaletteTile.options = options39;
7671
+ ColorPaletteTile.states = states48;
7672
+ ColorPaletteTile.options = options44;
7081
7673
  ColorPaletteTile.className = COLORPALETTETILE_CLASSNAME;
7082
7674
 
7083
7675
  // src/colorpalette/colorpalette.spec.tsx
7084
- import { jsx as jsx106 } from "react/jsx-runtime";
7676
+ import { jsx as jsx143 } from "react/jsx-runtime";
7085
7677
  var COLORPALETTE_CLASSNAME = `k-colorpalette`;
7086
- var states41 = [
7678
+ var states49 = [
7087
7679
  States.disabled
7088
7680
  ];
7089
- var options40 = {};
7090
- var defaultProps39 = {
7681
+ var options45 = {};
7682
+ var defaultProps45 = {
7091
7683
  columns: 10
7092
7684
  };
7093
7685
  var ColorPalette = (props) => {
7094
7686
  const {
7095
7687
  palette,
7096
- columns = defaultProps39.columns,
7688
+ columns = defaultProps45.columns,
7097
7689
  tileSize,
7098
7690
  disabled,
7099
7691
  ...other
@@ -7106,14 +7698,14 @@ var ColorPalette = (props) => {
7106
7698
  Array.from({ length: Math.ceil(colors.length / cols) }, (_, i) => {
7107
7699
  const items = [];
7108
7700
  colors.slice(i * cols, (i + 1) * cols).map((color) => {
7109
- items.push(/* @__PURE__ */ jsx106(ColorPaletteTile, { color, tileSize }));
7701
+ items.push(/* @__PURE__ */ jsx143(ColorPaletteTile, { color, tileSize }));
7110
7702
  });
7111
- const row = /* @__PURE__ */ jsx106(ColorPaletteRow, { children: items });
7703
+ const row = /* @__PURE__ */ jsx143(ColorPaletteRow, { children: items });
7112
7704
  newChildren.push(row);
7113
7705
  });
7114
7706
  }
7115
7707
  }
7116
- return /* @__PURE__ */ jsx106(
7708
+ return /* @__PURE__ */ jsx143(
7117
7709
  "div",
7118
7710
  {
7119
7711
  ...other,
@@ -7124,17 +7716,17 @@ var ColorPalette = (props) => {
7124
7716
  disabled
7125
7717
  })
7126
7718
  ),
7127
- children: /* @__PURE__ */ jsx106("table", { className: "k-colorpalette-table", children: newChildren.length > 0 ? newChildren : props.children })
7719
+ children: /* @__PURE__ */ jsx143("table", { className: "k-colorpalette-table", children: newChildren.length > 0 ? newChildren : props.children })
7128
7720
  }
7129
7721
  );
7130
7722
  };
7131
- ColorPalette.states = states41;
7132
- ColorPalette.options = options40;
7723
+ ColorPalette.states = states49;
7724
+ ColorPalette.options = options45;
7133
7725
  ColorPalette.className = COLORPALETTE_CLASSNAME;
7134
- ColorPalette.defaultProps = defaultProps39;
7726
+ ColorPalette.defaultProps = defaultProps45;
7135
7727
 
7136
7728
  // src/colorpalette/templates/colorpalette-normal.tsx
7137
- import { jsx as jsx107 } from "react/jsx-runtime";
7729
+ import { jsx as jsx144 } from "react/jsx-runtime";
7138
7730
 
7139
7731
  // src/colorpalette/colorpalette-presets.tsx
7140
7732
  var PALETTEPRESETS = {
@@ -7189,84 +7781,84 @@ var PALETTEPRESETS = {
7189
7781
  };
7190
7782
 
7191
7783
  // src/coloreditor/color-editor.spec.tsx
7192
- import { jsx as jsx108, jsxs as jsxs41 } from "react/jsx-runtime";
7784
+ import { jsx as jsx145, jsxs as jsxs49 } from "react/jsx-runtime";
7193
7785
  var COLOREDITOR_CLASSNAME = "k-coloreditor";
7194
- var states42 = [
7786
+ var states50 = [
7195
7787
  States.focus
7196
7788
  ];
7197
- var options41 = {};
7198
- var defaultProps40 = {
7789
+ var options46 = {};
7790
+ var defaultProps46 = {
7199
7791
  view: "gradient",
7200
7792
  currentColor: "fuchsia",
7201
7793
  palette: PALETTEPRESETS.office
7202
7794
  };
7203
7795
  var ColorEditor = (props) => {
7204
7796
  const {
7205
- view = defaultProps40.view,
7797
+ view = defaultProps46.view,
7206
7798
  color,
7207
- currentColor = defaultProps40.currentColor,
7799
+ currentColor = defaultProps46.currentColor,
7208
7800
  focus,
7209
7801
  focusView,
7210
7802
  dir,
7211
7803
  group,
7212
- palette = defaultProps40.palette
7804
+ palette = defaultProps46.palette
7213
7805
  } = props;
7214
- return /* @__PURE__ */ jsxs41("div", { className: classNames(
7806
+ return /* @__PURE__ */ jsxs49("div", { className: classNames(
7215
7807
  props.className,
7216
7808
  "k-flatcolorpicker",
7217
7809
  COLOREDITOR_CLASSNAME,
7218
7810
  stateClassNames(COLOREDITOR_CLASSNAME, { focus })
7219
7811
  ), dir, children: [
7220
- /* @__PURE__ */ jsxs41("div", { className: "k-coloreditor-header k-hstack", children: [
7221
- /* @__PURE__ */ jsx108("div", { className: "k-coloreditor-header-actions k-hstack", children: group && /* @__PURE__ */ jsxs41(ButtonGroup, { children: [
7222
- /* @__PURE__ */ jsx108(Button, { fillMode: "flat", icon: "droplet-slider", selected: view === "gradient" }),
7223
- /* @__PURE__ */ jsx108(Button, { fillMode: "flat", icon: "palette", selected: view === "palette" })
7812
+ /* @__PURE__ */ jsxs49("div", { className: "k-coloreditor-header k-hstack", children: [
7813
+ /* @__PURE__ */ jsx145("div", { className: "k-coloreditor-header-actions k-hstack", children: group && /* @__PURE__ */ jsxs49(ButtonGroup, { children: [
7814
+ /* @__PURE__ */ jsx145(Button, { fillMode: "flat", icon: "droplet-slider", selected: view === "gradient" }),
7815
+ /* @__PURE__ */ jsx145(Button, { fillMode: "flat", icon: "palette", selected: view === "palette" })
7224
7816
  ] }) }),
7225
- /* @__PURE__ */ jsx108("div", { className: "k-spacer" }),
7226
- /* @__PURE__ */ jsxs41("div", { className: "k-coloreditor-header-actions k-hstack", children: [
7227
- /* @__PURE__ */ jsx108(Button, { fillMode: "flat", icon: "droplet-slash" }),
7228
- /* @__PURE__ */ jsxs41("div", { className: "k-coloreditor-preview k-vstack", children: [
7229
- /* @__PURE__ */ jsx108(ColorPreview, { className: "k-coloreditor-preview-color", color }),
7230
- /* @__PURE__ */ jsx108(ColorPreview, { className: "k-coloreditor-current-color", color: currentColor })
7817
+ /* @__PURE__ */ jsx145("div", { className: "k-spacer" }),
7818
+ /* @__PURE__ */ jsxs49("div", { className: "k-coloreditor-header-actions k-hstack", children: [
7819
+ /* @__PURE__ */ jsx145(Button, { fillMode: "flat", icon: "droplet-slash" }),
7820
+ /* @__PURE__ */ jsxs49("div", { className: "k-coloreditor-preview k-vstack", children: [
7821
+ /* @__PURE__ */ jsx145(ColorPreview, { className: "k-coloreditor-preview-color", color }),
7822
+ /* @__PURE__ */ jsx145(ColorPreview, { className: "k-coloreditor-current-color", color: currentColor })
7231
7823
  ] })
7232
7824
  ] })
7233
7825
  ] }),
7234
- /* @__PURE__ */ jsx108("div", { className: "k-coloreditor-views k-vstack", children: view === "gradient" ? /* @__PURE__ */ jsx108(ColorGradient, { focus: focusView }) : /* @__PURE__ */ jsx108(ColorPalette, { palette }) }),
7235
- /* @__PURE__ */ jsxs41(ActionButtons, { className: "k-coloreditor-footer", alignment: "end", children: [
7236
- /* @__PURE__ */ jsx108(Button, { className: "k-coloreditor-cancel", children: "Cancel" }),
7237
- /* @__PURE__ */ jsx108(Button, { themeColor: "primary", className: "k-coloreditor-apply", children: "Apply" })
7826
+ /* @__PURE__ */ jsx145("div", { className: "k-coloreditor-views k-vstack", children: view === "gradient" ? /* @__PURE__ */ jsx145(ColorGradient, { focus: focusView }) : /* @__PURE__ */ jsx145(ColorPalette, { palette }) }),
7827
+ /* @__PURE__ */ jsxs49(ActionButtons, { className: "k-coloreditor-footer", alignment: "end", children: [
7828
+ /* @__PURE__ */ jsx145(Button, { className: "k-coloreditor-cancel", children: "Cancel" }),
7829
+ /* @__PURE__ */ jsx145(Button, { themeColor: "primary", className: "k-coloreditor-apply", children: "Apply" })
7238
7830
  ] })
7239
7831
  ] });
7240
7832
  };
7241
- ColorEditor.states = states42;
7242
- ColorEditor.options = options41;
7833
+ ColorEditor.states = states50;
7834
+ ColorEditor.options = options46;
7243
7835
  ColorEditor.className = COLOREDITOR_CLASSNAME;
7244
- ColorEditor.defaultProps = defaultProps40;
7836
+ ColorEditor.defaultProps = defaultProps46;
7245
7837
 
7246
7838
  // src/coloreditor/templates/coloreditor-normal.tsx
7247
- import { jsx as jsx109 } from "react/jsx-runtime";
7839
+ import { jsx as jsx146 } from "react/jsx-runtime";
7248
7840
 
7249
7841
  // src/coloreditor/templates/coloreditor-palette.tsx
7250
- import { jsx as jsx110 } from "react/jsx-runtime";
7842
+ import { jsx as jsx147 } from "react/jsx-runtime";
7251
7843
 
7252
7844
  // src/coloreditor/templates/coloreditor-group.tsx
7253
- import { jsx as jsx111 } from "react/jsx-runtime";
7845
+ import { jsx as jsx148 } from "react/jsx-runtime";
7254
7846
 
7255
7847
  // src/coloreditor/templates/coloreditor-palette-group.tsx
7256
- import { jsx as jsx112 } from "react/jsx-runtime";
7848
+ import { jsx as jsx149 } from "react/jsx-runtime";
7257
7849
 
7258
7850
  // src/colorpicker/templates/colorpicker-popup-gradient.tsx
7259
- import { jsx as jsx113 } from "react/jsx-runtime";
7851
+ import { jsx as jsx150 } from "react/jsx-runtime";
7260
7852
 
7261
7853
  // src/colorpicker/templates/colorpicker-popup-palette.tsx
7262
- import { jsx as jsx114 } from "react/jsx-runtime";
7854
+ import { jsx as jsx151 } from "react/jsx-runtime";
7263
7855
 
7264
7856
  // src/action-sheet/action-sheet.spec.tsx
7265
- import { Fragment as Fragment30, jsx as jsx115, jsxs as jsxs42 } from "react/jsx-runtime";
7857
+ import { Fragment as Fragment30, jsx as jsx152, jsxs as jsxs50 } from "react/jsx-runtime";
7266
7858
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
7267
- var states43 = [];
7268
- var options42 = {};
7269
- var defaultProps41 = {
7859
+ var states51 = [];
7860
+ var options47 = {};
7861
+ var defaultProps47 = {
7270
7862
  side: "bottom",
7271
7863
  fullscreen: false,
7272
7864
  adaptive: false,
@@ -7279,14 +7871,14 @@ var ActionSheet = (props) => {
7279
7871
  header,
7280
7872
  footer,
7281
7873
  actions,
7282
- side = defaultProps41.side,
7283
- fullscreen = defaultProps41.fullscreen,
7284
- adaptive = defaultProps41.adaptive,
7285
- overlay = defaultProps41.overlay,
7874
+ side = defaultProps47.side,
7875
+ fullscreen = defaultProps47.fullscreen,
7876
+ adaptive = defaultProps47.adaptive,
7877
+ overlay = defaultProps47.overlay,
7286
7878
  ...other
7287
7879
  } = props;
7288
- const _ActionSheetHeader = title ? /* @__PURE__ */ jsx115(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
7289
- const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx115(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx115(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
7880
+ const _ActionSheetHeader = title ? /* @__PURE__ */ jsx152(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
7881
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx152(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx152(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
7290
7882
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
7291
7883
  switch (child.type) {
7292
7884
  case ActionSheetHeader:
@@ -7296,10 +7888,10 @@ var ActionSheet = (props) => {
7296
7888
  return true;
7297
7889
  }
7298
7890
  return true;
7299
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx115(Fragment30, {});
7300
- return /* @__PURE__ */ jsxs42("div", { className: "k-actionsheet-container", children: [
7301
- overlay && /* @__PURE__ */ jsx115("div", { className: "k-overlay" }),
7302
- /* @__PURE__ */ jsx115(
7891
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx152(Fragment30, {});
7892
+ return /* @__PURE__ */ jsxs50("div", { className: "k-actionsheet-container", children: [
7893
+ overlay && /* @__PURE__ */ jsx152("div", { className: "k-overlay" }),
7894
+ /* @__PURE__ */ jsx152(
7303
7895
  AnimationContainer,
7304
7896
  {
7305
7897
  animationStyle: {
@@ -7309,7 +7901,7 @@ var ActionSheet = (props) => {
7309
7901
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
7310
7902
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
7311
7903
  },
7312
- children: /* @__PURE__ */ jsx115(
7904
+ children: /* @__PURE__ */ jsx152(
7313
7905
  "div",
7314
7906
  {
7315
7907
  ...other,
@@ -7322,9 +7914,9 @@ var ActionSheet = (props) => {
7322
7914
  "k-adaptive-actionsheet": adaptive
7323
7915
  }
7324
7916
  ),
7325
- children: /* @__PURE__ */ jsxs42(Fragment30, { children: [
7917
+ children: /* @__PURE__ */ jsxs50(Fragment30, { children: [
7326
7918
  _ActionSheetHeader,
7327
- /* @__PURE__ */ jsx115("div", { className: classNames(
7919
+ /* @__PURE__ */ jsx152("div", { className: classNames(
7328
7920
  "k-actionsheet-content",
7329
7921
  {
7330
7922
  "!k-overflow-hidden": adaptive
@@ -7338,13 +7930,13 @@ var ActionSheet = (props) => {
7338
7930
  )
7339
7931
  ] });
7340
7932
  };
7341
- ActionSheet.states = states43;
7342
- ActionSheet.options = options42;
7933
+ ActionSheet.states = states51;
7934
+ ActionSheet.options = options47;
7343
7935
  ActionSheet.className = ACTIONSHEET_CLASSNAME;
7344
- ActionSheet.defaultProps = defaultProps41;
7936
+ ActionSheet.defaultProps = defaultProps47;
7345
7937
 
7346
7938
  // src/action-sheet/actionsheet-header.tsx
7347
- import { Fragment as Fragment31, jsx as jsx116, jsxs as jsxs43 } from "react/jsx-runtime";
7939
+ import { Fragment as Fragment31, jsx as jsx153, jsxs as jsxs51 } from "react/jsx-runtime";
7348
7940
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
7349
7941
  var ActionSheetHeader = (props) => {
7350
7942
  const {
@@ -7354,7 +7946,7 @@ var ActionSheetHeader = (props) => {
7354
7946
  filter,
7355
7947
  ...other
7356
7948
  } = props;
7357
- return /* @__PURE__ */ jsx116(
7949
+ return /* @__PURE__ */ jsx153(
7358
7950
  "div",
7359
7951
  {
7360
7952
  ...other,
@@ -7362,30 +7954,30 @@ var ActionSheetHeader = (props) => {
7362
7954
  props.className,
7363
7955
  ACTIONSHEETHEADER_CLASSNAME
7364
7956
  ),
7365
- children: /* @__PURE__ */ jsxs43(Fragment31, { children: [
7366
- /* @__PURE__ */ jsxs43("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
7367
- !props.children && (title || subTitle) && /* @__PURE__ */ jsx116(Fragment31, { children: /* @__PURE__ */ jsxs43("div", { className: "k-actionsheet-title", children: [
7368
- title !== "" && /* @__PURE__ */ jsx116("div", { className: "k-text-center", children: title }),
7369
- subTitle !== "" && /* @__PURE__ */ jsx116("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
7957
+ children: /* @__PURE__ */ jsxs51(Fragment31, { children: [
7958
+ /* @__PURE__ */ jsxs51("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
7959
+ !props.children && (title || subTitle) && /* @__PURE__ */ jsx153(Fragment31, { children: /* @__PURE__ */ jsxs51("div", { className: "k-actionsheet-title", children: [
7960
+ title !== "" && /* @__PURE__ */ jsx153("div", { className: "k-text-center", children: title }),
7961
+ subTitle !== "" && /* @__PURE__ */ jsx153("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
7370
7962
  ] }) }),
7371
- props.children && /* @__PURE__ */ jsx116("div", { className: "k-actionsheet-title", children: props.children }),
7372
- actions && /* @__PURE__ */ jsx116(Fragment31, { children: /* @__PURE__ */ jsx116("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx116(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
7963
+ props.children && /* @__PURE__ */ jsx153("div", { className: "k-actionsheet-title", children: props.children }),
7964
+ actions && /* @__PURE__ */ jsx153(Fragment31, { children: /* @__PURE__ */ jsx153("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx153(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
7373
7965
  ] }),
7374
- filter && /* @__PURE__ */ jsx116(Fragment31, { children: /* @__PURE__ */ jsx116("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx116(Searchbox, { placeholder: "Filter", size: "large" }) }) })
7966
+ filter && /* @__PURE__ */ jsx153(Fragment31, { children: /* @__PURE__ */ jsx153("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx153(Searchbox, { placeholder: "Filter", size: "large" }) }) })
7375
7967
  ] })
7376
7968
  }
7377
7969
  );
7378
7970
  };
7379
7971
 
7380
7972
  // src/action-sheet/actionsheet-footer.tsx
7381
- import { Fragment as Fragment32, jsx as jsx117, jsxs as jsxs44 } from "react/jsx-runtime";
7973
+ import { Fragment as Fragment32, jsx as jsx154, jsxs as jsxs52 } from "react/jsx-runtime";
7382
7974
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
7383
7975
  var ActionSheetFooter = (props) => {
7384
7976
  const {
7385
7977
  actions,
7386
7978
  ...other
7387
7979
  } = props;
7388
- return /* @__PURE__ */ jsx117(
7980
+ return /* @__PURE__ */ jsx154(
7389
7981
  action_buttons_spec_default,
7390
7982
  {
7391
7983
  ...other,
@@ -7394,17 +7986,17 @@ var ActionSheetFooter = (props) => {
7394
7986
  ACTIONSHEETFOOTER_CLASSNAME
7395
7987
  ),
7396
7988
  alignment: "stretched",
7397
- children: /* @__PURE__ */ jsxs44(Fragment32, { children: [
7989
+ children: /* @__PURE__ */ jsxs52(Fragment32, { children: [
7398
7990
  actions && actions.map((action, index) => {
7399
7991
  if (action === "|") {
7400
- return /* @__PURE__ */ jsx117("span", { className: "k-separator" }, index);
7992
+ return /* @__PURE__ */ jsx154("span", { className: "k-separator" }, index);
7401
7993
  }
7402
7994
  if (action === " ") {
7403
- return /* @__PURE__ */ jsx117("span", { className: "k-spacer" }, index);
7995
+ return /* @__PURE__ */ jsx154("span", { className: "k-spacer" }, index);
7404
7996
  }
7405
7997
  const importantFlag = action.startsWith("!");
7406
7998
  const actionName = importantFlag ? action.substring(1) : action;
7407
- return /* @__PURE__ */ jsx117(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
7999
+ return /* @__PURE__ */ jsx154(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
7408
8000
  }),
7409
8001
  !actions && props.children
7410
8002
  ] })
@@ -7413,12 +8005,12 @@ var ActionSheetFooter = (props) => {
7413
8005
  };
7414
8006
 
7415
8007
  // src/action-sheet/actionsheet-items.tsx
7416
- import { jsx as jsx118 } from "react/jsx-runtime";
8008
+ import { jsx as jsx155 } from "react/jsx-runtime";
7417
8009
  var ActionSheetItems = (props) => {
7418
8010
  const {
7419
8011
  ...other
7420
8012
  } = props;
7421
- return /* @__PURE__ */ jsx118(
8013
+ return /* @__PURE__ */ jsx155(
7422
8014
  "div",
7423
8015
  {
7424
8016
  ...other,
@@ -7432,8 +8024,8 @@ var ActionSheetItems = (props) => {
7432
8024
  };
7433
8025
 
7434
8026
  // src/action-sheet/actionsheet-item.tsx
7435
- import { Fragment as Fragment33, jsx as jsx119, jsxs as jsxs45 } from "react/jsx-runtime";
7436
- var states44 = [
8027
+ import { Fragment as Fragment33, jsx as jsx156, jsxs as jsxs53 } from "react/jsx-runtime";
8028
+ var states52 = [
7437
8029
  States.hover,
7438
8030
  States.focus,
7439
8031
  States.selected,
@@ -7441,9 +8033,9 @@ var states44 = [
7441
8033
  ];
7442
8034
 
7443
8035
  // src/combobox/combobox.spec.tsx
7444
- import { Fragment as Fragment34, jsx as jsx120, jsxs as jsxs46 } from "react/jsx-runtime";
8036
+ import { Fragment as Fragment34, jsx as jsx157, jsxs as jsxs54 } from "react/jsx-runtime";
7445
8037
  var COMBOBOX_CLASSNAME = `k-combobox`;
7446
- var states45 = [
8038
+ var states53 = [
7447
8039
  States.hover,
7448
8040
  States.focus,
7449
8041
  States.valid,
@@ -7453,12 +8045,12 @@ var states45 = [
7453
8045
  States.disabled,
7454
8046
  States.readonly
7455
8047
  ];
7456
- var defaultProps42 = {
8048
+ var defaultProps48 = {
7457
8049
  size: Input.defaultProps.size,
7458
8050
  rounded: Input.defaultProps.rounded,
7459
8051
  fillMode: Input.defaultProps.fillMode
7460
8052
  };
7461
- var options43 = {
8053
+ var options48 = {
7462
8054
  size: [Size.small, Size.medium, Size.large],
7463
8055
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7464
8056
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -7486,8 +8078,8 @@ var Combobox = (props) => {
7486
8078
  adaptiveSettings,
7487
8079
  ...other
7488
8080
  } = props;
7489
- return /* @__PURE__ */ jsxs46(Fragment34, { children: [
7490
- /* @__PURE__ */ jsxs46(
8081
+ return /* @__PURE__ */ jsxs54(Fragment34, { children: [
8082
+ /* @__PURE__ */ jsxs54(
7491
8083
  Input,
7492
8084
  {
7493
8085
  ...other,
@@ -7504,12 +8096,12 @@ var Combobox = (props) => {
7504
8096
  readonly,
7505
8097
  className: classNames(props.className, COMBOBOX_CLASSNAME),
7506
8098
  children: [
7507
- prefix && /* @__PURE__ */ jsxs46(Fragment34, { children: [
7508
- /* @__PURE__ */ jsx120(InputPrefix, { children: prefix }),
7509
- /* @__PURE__ */ jsx120(InputSeparator, {})
8099
+ prefix && /* @__PURE__ */ jsxs54(Fragment34, { children: [
8100
+ /* @__PURE__ */ jsx157(InputPrefix, { children: prefix }),
8101
+ /* @__PURE__ */ jsx157(InputSeparator, {})
7510
8102
  ] }),
7511
- /* @__PURE__ */ jsx120(InputInnerInput, { placeholder, value }),
7512
- /* @__PURE__ */ jsx120(
8103
+ /* @__PURE__ */ jsx157(InputInnerInput, { placeholder, value }),
8104
+ /* @__PURE__ */ jsx157(
7513
8105
  InputValidationIcon,
7514
8106
  {
7515
8107
  valid,
@@ -7518,14 +8110,14 @@ var Combobox = (props) => {
7518
8110
  disabled
7519
8111
  }
7520
8112
  ),
7521
- /* @__PURE__ */ jsx120(
8113
+ /* @__PURE__ */ jsx157(
7522
8114
  InputLoadingIcon,
7523
8115
  {
7524
8116
  loading,
7525
8117
  disabled
7526
8118
  }
7527
8119
  ),
7528
- /* @__PURE__ */ jsx120(
8120
+ /* @__PURE__ */ jsx157(
7529
8121
  InputClearValue,
7530
8122
  {
7531
8123
  loading,
@@ -7534,11 +8126,11 @@ var Combobox = (props) => {
7534
8126
  value
7535
8127
  }
7536
8128
  ),
7537
- suffix && /* @__PURE__ */ jsxs46(Fragment34, { children: [
7538
- /* @__PURE__ */ jsx120(InputSeparator, {}),
7539
- /* @__PURE__ */ jsx120(InputSuffix, { children: suffix })
8129
+ suffix && /* @__PURE__ */ jsxs54(Fragment34, { children: [
8130
+ /* @__PURE__ */ jsx157(InputSeparator, {}),
8131
+ /* @__PURE__ */ jsx157(InputSuffix, { children: suffix })
7540
8132
  ] }),
7541
- /* @__PURE__ */ jsx120(
8133
+ /* @__PURE__ */ jsx157(
7542
8134
  Button,
7543
8135
  {
7544
8136
  className: "k-input-button",
@@ -7551,9 +8143,9 @@ var Combobox = (props) => {
7551
8143
  ]
7552
8144
  }
7553
8145
  ),
7554
- opened && popup && /* @__PURE__ */ jsx120(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
7555
- adaptive && /* @__PURE__ */ jsxs46(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
7556
- /* @__PURE__ */ jsx120(
8146
+ opened && popup && /* @__PURE__ */ jsx157(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
8147
+ adaptive && /* @__PURE__ */ jsxs54(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
8148
+ /* @__PURE__ */ jsx157(
7557
8149
  ActionSheetHeader,
7558
8150
  {
7559
8151
  actions: ["x"],
@@ -7561,48 +8153,48 @@ var Combobox = (props) => {
7561
8153
  title: "Select Item"
7562
8154
  }
7563
8155
  ),
7564
- /* @__PURE__ */ jsx120("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs46(List, { size: "large", children: [
7565
- /* @__PURE__ */ jsx120(ListItem, { text: "List item" }),
7566
- /* @__PURE__ */ jsx120(ListItem, { text: "List item" }),
7567
- /* @__PURE__ */ jsx120(ListItem, { text: "List item" })
8156
+ /* @__PURE__ */ jsx157("div", { className: "k-list-container", children: /* @__PURE__ */ jsxs54(List, { size: "large", children: [
8157
+ /* @__PURE__ */ jsx157(ListItem, { text: "List item" }),
8158
+ /* @__PURE__ */ jsx157(ListItem, { text: "List item" }),
8159
+ /* @__PURE__ */ jsx157(ListItem, { text: "List item" })
7568
8160
  ] }) })
7569
8161
  ] })
7570
8162
  ] });
7571
8163
  };
7572
- Combobox.states = states45;
7573
- Combobox.options = options43;
8164
+ Combobox.states = states53;
8165
+ Combobox.options = options48;
7574
8166
  Combobox.className = COMBOBOX_CLASSNAME;
7575
- Combobox.defaultProps = defaultProps42;
8167
+ Combobox.defaultProps = defaultProps48;
7576
8168
 
7577
8169
  // src/combobox/templates/combobox-normal.tsx
7578
- import { jsx as jsx121 } from "react/jsx-runtime";
8170
+ import { jsx as jsx158 } from "react/jsx-runtime";
7579
8171
 
7580
8172
  // src/combobox/templates/combobox-popup.tsx
7581
- import { jsx as jsx122, jsxs as jsxs47 } from "react/jsx-runtime";
8173
+ import { jsx as jsx159, jsxs as jsxs55 } from "react/jsx-runtime";
7582
8174
 
7583
8175
  // src/combobox/templates/combobox-grouping.tsx
7584
- import { jsx as jsx123, jsxs as jsxs48 } from "react/jsx-runtime";
8176
+ import { jsx as jsx160, jsxs as jsxs56 } from "react/jsx-runtime";
7585
8177
 
7586
8178
  // src/combobox/templates/combobox-adaptive.tsx
7587
- import { jsx as jsx124 } from "react/jsx-runtime";
8179
+ import { jsx as jsx161 } from "react/jsx-runtime";
7588
8180
 
7589
8181
  // src/combobox/templates/combobox-prefix.tsx
7590
- import { Fragment as Fragment35, jsx as jsx125 } from "react/jsx-runtime";
8182
+ import { Fragment as Fragment35, jsx as jsx162 } from "react/jsx-runtime";
7591
8183
 
7592
8184
  // src/combobox/templates/combobox-suffix.tsx
7593
- import { Fragment as Fragment36, jsx as jsx126 } from "react/jsx-runtime";
8185
+ import { Fragment as Fragment36, jsx as jsx163 } from "react/jsx-runtime";
7594
8186
 
7595
8187
  // src/menu-button/menu-button.spec.tsx
7596
- import { Fragment as Fragment37, jsx as jsx127, jsxs as jsxs49 } from "react/jsx-runtime";
8188
+ import { Fragment as Fragment37, jsx as jsx164, jsxs as jsxs57 } from "react/jsx-runtime";
7597
8189
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
7598
- var states46 = [
8190
+ var states54 = [
7599
8191
  States.hover,
7600
8192
  States.focus,
7601
8193
  States.active,
7602
8194
  States.selected,
7603
8195
  States.disabled
7604
8196
  ];
7605
- var options44 = {
8197
+ var options49 = {
7606
8198
  size: [Size.small, Size.medium, Size.large],
7607
8199
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7608
8200
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -7620,7 +8212,7 @@ var options44 = {
7620
8212
  ThemeColor.inverse
7621
8213
  ]
7622
8214
  };
7623
- var defaultProps43 = {
8215
+ var defaultProps49 = {
7624
8216
  size: Size.medium,
7625
8217
  rounded: Roundness.medium,
7626
8218
  fillMode: FillMode.solid,
@@ -7630,10 +8222,10 @@ var defaultProps43 = {
7630
8222
  };
7631
8223
  var MenuButton = (props) => {
7632
8224
  const {
7633
- size = defaultProps43.size,
7634
- rounded = defaultProps43.rounded,
7635
- fillMode = defaultProps43.fillMode,
7636
- themeColor = defaultProps43.themeColor,
8225
+ size = defaultProps49.size,
8226
+ rounded = defaultProps49.rounded,
8227
+ fillMode = defaultProps49.fillMode,
8228
+ themeColor = defaultProps49.themeColor,
7637
8229
  hover,
7638
8230
  focus,
7639
8231
  active,
@@ -7641,14 +8233,14 @@ var MenuButton = (props) => {
7641
8233
  disabled,
7642
8234
  icon,
7643
8235
  text,
7644
- showArrow = defaultProps43.showArrow,
7645
- arrowIconName = defaultProps43.arrowIconName,
8236
+ showArrow = defaultProps49.showArrow,
8237
+ arrowIconName = defaultProps49.arrowIconName,
7646
8238
  popup,
7647
8239
  opened,
7648
8240
  ...other
7649
8241
  } = props;
7650
- return /* @__PURE__ */ jsxs49(Fragment37, { children: [
7651
- /* @__PURE__ */ jsx127(
8242
+ return /* @__PURE__ */ jsxs57(Fragment37, { children: [
8243
+ /* @__PURE__ */ jsx164(
7652
8244
  Button,
7653
8245
  {
7654
8246
  ...other,
@@ -7671,35 +8263,35 @@ var MenuButton = (props) => {
7671
8263
  arrowIconName
7672
8264
  }
7673
8265
  ),
7674
- opened && popup && /* @__PURE__ */ jsx127(Popup, { className: "k-menu-popup", children: popup })
8266
+ opened && popup && /* @__PURE__ */ jsx164(Popup, { className: "k-menu-popup", children: popup })
7675
8267
  ] });
7676
8268
  };
7677
- MenuButton.states = states46;
7678
- MenuButton.options = options44;
8269
+ MenuButton.states = states54;
8270
+ MenuButton.options = options49;
7679
8271
  MenuButton.className = MENUBUTTON_CLASSNAME;
7680
- MenuButton.defaultProps = defaultProps43;
8272
+ MenuButton.defaultProps = defaultProps49;
7681
8273
 
7682
8274
  // src/menu-button/templates/icon-menu-button.tsx
7683
- import { jsx as jsx128 } from "react/jsx-runtime";
8275
+ import { jsx as jsx165 } from "react/jsx-runtime";
7684
8276
 
7685
8277
  // src/menu-button/templates/icon-text-menu-button.tsx
7686
- import { jsx as jsx129 } from "react/jsx-runtime";
8278
+ import { jsx as jsx166 } from "react/jsx-runtime";
7687
8279
 
7688
8280
  // src/menu-button/templates/text-menu-button.tsx
7689
- import { jsx as jsx130 } from "react/jsx-runtime";
8281
+ import { jsx as jsx167 } from "react/jsx-runtime";
7690
8282
 
7691
8283
  // src/menu/menu-item.spec.tsx
7692
- import { Fragment as Fragment38, jsx as jsx131, jsxs as jsxs50 } from "react/jsx-runtime";
8284
+ import { Fragment as Fragment38, jsx as jsx168, jsxs as jsxs58 } from "react/jsx-runtime";
7693
8285
  var MENUITEM_CLASSNAME = `k-menu-item`;
7694
- var states47 = [
8286
+ var states55 = [
7695
8287
  States.hover,
7696
8288
  States.focus,
7697
8289
  States.active,
7698
8290
  States.selected,
7699
8291
  States.disabled
7700
8292
  ];
7701
- var options45 = {};
7702
- var defaultProps44 = {
8293
+ var options50 = {};
8294
+ var defaultProps50 = {
7703
8295
  dir: "ltr"
7704
8296
  };
7705
8297
  var MenuItem = (props) => {
@@ -7713,11 +8305,11 @@ var MenuItem = (props) => {
7713
8305
  text,
7714
8306
  showArrow,
7715
8307
  arrowIconName,
7716
- dir = defaultProps44.dir,
8308
+ dir = defaultProps50.dir,
7717
8309
  children,
7718
8310
  ...other
7719
8311
  } = props;
7720
- const contentTemplate = /* @__PURE__ */ jsx131(Fragment38, {});
8312
+ const contentTemplate = /* @__PURE__ */ jsx168(Fragment38, {});
7721
8313
  if (children) {
7722
8314
  children.forEach((child) => {
7723
8315
  const component = child.type;
@@ -7731,7 +8323,7 @@ var MenuItem = (props) => {
7731
8323
  if (!expandArrowName) {
7732
8324
  expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
7733
8325
  }
7734
- return /* @__PURE__ */ jsxs50(
8326
+ return /* @__PURE__ */ jsxs58(
7735
8327
  "li",
7736
8328
  {
7737
8329
  ...other,
@@ -7746,7 +8338,7 @@ var MenuItem = (props) => {
7746
8338
  })
7747
8339
  ),
7748
8340
  children: [
7749
- /* @__PURE__ */ jsxs50(
8341
+ /* @__PURE__ */ jsxs58(
7750
8342
  "span",
7751
8343
  {
7752
8344
  className: classNames(
@@ -7759,9 +8351,9 @@ var MenuItem = (props) => {
7759
8351
  })
7760
8352
  ),
7761
8353
  children: [
7762
- icon && /* @__PURE__ */ jsx131(Icon, { className: "k-menu-link-icon", icon }),
7763
- /* @__PURE__ */ jsx131("span", { className: "k-menu-link-text", children: text }),
7764
- showArrow && /* @__PURE__ */ jsx131("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx131(Icon, { icon: expandArrowName }) })
8354
+ icon && /* @__PURE__ */ jsx168(Icon, { className: "k-menu-link-icon", icon }),
8355
+ /* @__PURE__ */ jsx168("span", { className: "k-menu-link-text", children: text }),
8356
+ showArrow && /* @__PURE__ */ jsx168("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ jsx168(Icon, { icon: expandArrowName }) })
7765
8357
  ]
7766
8358
  }
7767
8359
  ),
@@ -7770,24 +8362,24 @@ var MenuItem = (props) => {
7770
8362
  }
7771
8363
  );
7772
8364
  };
7773
- MenuItem.states = states47;
7774
- MenuItem.options = options45;
8365
+ MenuItem.states = states55;
8366
+ MenuItem.options = options50;
7775
8367
  MenuItem.className = MENUITEM_CLASSNAME;
7776
- MenuItem.defaultProps = defaultProps44;
8368
+ MenuItem.defaultProps = defaultProps50;
7777
8369
  var menu_item_spec_default = MenuItem;
7778
8370
 
7779
8371
  // src/menu/menu-separator.spec.tsx
7780
- import { jsx as jsx132 } from "react/jsx-runtime";
8372
+ import { jsx as jsx169 } from "react/jsx-runtime";
7781
8373
  var SEPARATOR_CLASSNAME = `k-separator`;
7782
- var defaultProps45 = {
8374
+ var defaultProps51 = {
7783
8375
  orientation: "horizontal"
7784
8376
  };
7785
8377
  var MenuSeparator = (props) => {
7786
8378
  const {
7787
- orientation = defaultProps45.orientation,
8379
+ orientation = defaultProps51.orientation,
7788
8380
  ...other
7789
8381
  } = props;
7790
- return /* @__PURE__ */ jsx132(
8382
+ return /* @__PURE__ */ jsx169(
7791
8383
  "li",
7792
8384
  {
7793
8385
  ...other,
@@ -7805,25 +8397,25 @@ var MenuSeparator = (props) => {
7805
8397
  var menu_separator_spec_default = MenuSeparator;
7806
8398
 
7807
8399
  // src/menu/menu-item-content.tsx
7808
- import { Fragment as Fragment39, jsx as jsx133 } from "react/jsx-runtime";
8400
+ import { Fragment as Fragment39, jsx as jsx170 } from "react/jsx-runtime";
7809
8401
 
7810
8402
  // src/menu/menu-list.spec.tsx
7811
- import { jsx as jsx134 } from "react/jsx-runtime";
8403
+ import { jsx as jsx171 } from "react/jsx-runtime";
7812
8404
  import { createElement } from "react";
7813
8405
  var MENULIST_CLASSNAME = `k-menu-group`;
7814
- var states48 = [];
7815
- var options46 = {
8406
+ var states56 = [];
8407
+ var options51 = {
7816
8408
  size: [Size.small, Size.medium, Size.large]
7817
8409
  };
7818
- var defaultProps46 = {
8410
+ var defaultProps52 = {
7819
8411
  size: Size.medium,
7820
8412
  dir: "ltr"
7821
8413
  };
7822
8414
  var MenuList = (props) => {
7823
8415
  const {
7824
8416
  children,
7825
- size = defaultProps46.size,
7826
- dir = defaultProps46.dir,
8417
+ size = defaultProps52.size,
8418
+ dir = defaultProps52.dir,
7827
8419
  ...other
7828
8420
  } = props;
7829
8421
  const listChildren = [];
@@ -7836,7 +8428,7 @@ var MenuList = (props) => {
7836
8428
  );
7837
8429
  } else if (child.type === menu_separator_spec_default) {
7838
8430
  listChildren.push(
7839
- /* @__PURE__ */ jsx134(menu_separator_spec_default, {})
8431
+ /* @__PURE__ */ jsx171(menu_separator_spec_default, {})
7840
8432
  );
7841
8433
  } else {
7842
8434
  listChildren.push(child);
@@ -7844,7 +8436,7 @@ var MenuList = (props) => {
7844
8436
  });
7845
8437
  }
7846
8438
  }
7847
- return /* @__PURE__ */ jsx134(
8439
+ return /* @__PURE__ */ jsx171(
7848
8440
  "ul",
7849
8441
  {
7850
8442
  ...other,
@@ -7859,25 +8451,25 @@ var MenuList = (props) => {
7859
8451
  }
7860
8452
  );
7861
8453
  };
7862
- MenuList.states = states48;
7863
- MenuList.options = options46;
8454
+ MenuList.states = states56;
8455
+ MenuList.options = options51;
7864
8456
  MenuList.className = MENULIST_CLASSNAME;
7865
- MenuList.defaultProps = defaultProps46;
8457
+ MenuList.defaultProps = defaultProps52;
7866
8458
 
7867
8459
  // src/menu-button/templates/menu-button-popup.tsx
7868
- import { jsx as jsx135, jsxs as jsxs51 } from "react/jsx-runtime";
8460
+ import { jsx as jsx172, jsxs as jsxs59 } from "react/jsx-runtime";
7869
8461
 
7870
8462
  // src/split-button/split-button.spec.tsx
7871
- import { Fragment as Fragment40, jsx as jsx136, jsxs as jsxs52 } from "react/jsx-runtime";
8463
+ import { Fragment as Fragment40, jsx as jsx173, jsxs as jsxs60 } from "react/jsx-runtime";
7872
8464
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
7873
- var states49 = [
8465
+ var states57 = [
7874
8466
  States.hover,
7875
8467
  States.focus,
7876
8468
  States.active,
7877
8469
  States.selected,
7878
8470
  States.disabled
7879
8471
  ];
7880
- var options47 = {
8472
+ var options52 = {
7881
8473
  size: [Size.small, Size.medium, Size.large],
7882
8474
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7883
8475
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -7895,7 +8487,7 @@ var options47 = {
7895
8487
  ThemeColor.inverse
7896
8488
  ]
7897
8489
  };
7898
- var defaultProps47 = {
8490
+ var defaultProps53 = {
7899
8491
  size: Size.medium,
7900
8492
  rounded: Roundness.medium,
7901
8493
  fillMode: FillMode.solid,
@@ -7904,10 +8496,10 @@ var defaultProps47 = {
7904
8496
  };
7905
8497
  var SplitButton = (props) => {
7906
8498
  const {
7907
- size = defaultProps47.size,
7908
- rounded = defaultProps47.rounded,
7909
- fillMode = defaultProps47.fillMode,
7910
- themeColor = defaultProps47.themeColor,
8499
+ size = defaultProps53.size,
8500
+ rounded = defaultProps53.rounded,
8501
+ fillMode = defaultProps53.fillMode,
8502
+ themeColor = defaultProps53.themeColor,
7911
8503
  hover,
7912
8504
  focus,
7913
8505
  active,
@@ -7915,13 +8507,13 @@ var SplitButton = (props) => {
7915
8507
  disabled,
7916
8508
  icon,
7917
8509
  text,
7918
- arrowIconName = defaultProps47.arrowIconName,
8510
+ arrowIconName = defaultProps53.arrowIconName,
7919
8511
  popup,
7920
8512
  opened,
7921
8513
  ...other
7922
8514
  } = props;
7923
- return /* @__PURE__ */ jsxs52(Fragment40, { children: [
7924
- /* @__PURE__ */ jsxs52(
8515
+ return /* @__PURE__ */ jsxs60(Fragment40, { children: [
8516
+ /* @__PURE__ */ jsxs60(
7925
8517
  "div",
7926
8518
  {
7927
8519
  ...other,
@@ -7934,7 +8526,7 @@ var SplitButton = (props) => {
7934
8526
  })
7935
8527
  ),
7936
8528
  children: [
7937
- /* @__PURE__ */ jsx136(
8529
+ /* @__PURE__ */ jsx173(
7938
8530
  Button,
7939
8531
  {
7940
8532
  text,
@@ -7951,7 +8543,7 @@ var SplitButton = (props) => {
7951
8543
  children: props.children
7952
8544
  }
7953
8545
  ),
7954
- /* @__PURE__ */ jsx136(
8546
+ /* @__PURE__ */ jsx173(
7955
8547
  Button,
7956
8548
  {
7957
8549
  className: "k-split-button-arrow",
@@ -7965,30 +8557,30 @@ var SplitButton = (props) => {
7965
8557
  ]
7966
8558
  }
7967
8559
  ),
7968
- opened && popup && /* @__PURE__ */ jsx136(Popup, { className: "k-menu-popup", children: popup })
8560
+ opened && popup && /* @__PURE__ */ jsx173(Popup, { className: "k-menu-popup", children: popup })
7969
8561
  ] });
7970
8562
  };
7971
- SplitButton.states = states49;
7972
- SplitButton.options = options47;
8563
+ SplitButton.states = states57;
8564
+ SplitButton.options = options52;
7973
8565
  SplitButton.className = SPLITBUTTON_CLASSNAME;
7974
- SplitButton.defaultProps = defaultProps47;
8566
+ SplitButton.defaultProps = defaultProps53;
7975
8567
  var split_button_spec_default = SplitButton;
7976
8568
 
7977
8569
  // src/toolbar/toolbar.spec.tsx
7978
- import { jsx as jsx137 } from "react/jsx-runtime";
8570
+ import { jsx as jsx174 } from "react/jsx-runtime";
7979
8571
  var TOOLBAR_CLASSNAME = `k-toolbar`;
7980
- var states50 = [
8572
+ var states58 = [
7981
8573
  States.focus
7982
8574
  ];
7983
- var options48 = {
8575
+ var options53 = {
7984
8576
  size: [Size.small, Size.medium, Size.large]
7985
8577
  };
7986
- var defaultProps48 = {
8578
+ var defaultProps54 = {
7987
8579
  size: Size.medium
7988
8580
  };
7989
8581
  var Toolbar = (props) => {
7990
8582
  const {
7991
- size = defaultProps48.size,
8583
+ size = defaultProps54.size,
7992
8584
  focus,
7993
8585
  resizable,
7994
8586
  ...other
@@ -7998,7 +8590,7 @@ var Toolbar = (props) => {
7998
8590
  const tempToolbarChildren = [];
7999
8591
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
8000
8592
  tempToolbarChildren.push(
8001
- /* @__PURE__ */ jsx137(
8593
+ /* @__PURE__ */ jsx174(
8002
8594
  Button,
8003
8595
  {
8004
8596
  ...child.props,
@@ -8009,7 +8601,7 @@ var Toolbar = (props) => {
8009
8601
  );
8010
8602
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
8011
8603
  tempToolbarChildren.push(
8012
- /* @__PURE__ */ jsx137(
8604
+ /* @__PURE__ */ jsx174(
8013
8605
  Button,
8014
8606
  {
8015
8607
  ...child.props,
@@ -8020,7 +8612,7 @@ var Toolbar = (props) => {
8020
8612
  );
8021
8613
  } else if (child.type === Button) {
8022
8614
  tempToolbarChildren.push(
8023
- /* @__PURE__ */ jsx137(
8615
+ /* @__PURE__ */ jsx174(
8024
8616
  Button,
8025
8617
  {
8026
8618
  ...child.props,
@@ -8031,7 +8623,7 @@ var Toolbar = (props) => {
8031
8623
  );
8032
8624
  } else if (child.type === MenuButton) {
8033
8625
  tempToolbarChildren.push(
8034
- /* @__PURE__ */ jsx137(
8626
+ /* @__PURE__ */ jsx174(
8035
8627
  MenuButton,
8036
8628
  {
8037
8629
  ...child.props,
@@ -8042,7 +8634,7 @@ var Toolbar = (props) => {
8042
8634
  );
8043
8635
  } else if (child.type === split_button_spec_default) {
8044
8636
  tempToolbarChildren.push(
8045
- /* @__PURE__ */ jsx137(
8637
+ /* @__PURE__ */ jsx174(
8046
8638
  split_button_spec_default,
8047
8639
  {
8048
8640
  ...child.props,
@@ -8056,7 +8648,7 @@ var Toolbar = (props) => {
8056
8648
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
8057
8649
  childrenArray.forEach((button, bindex) => {
8058
8650
  buttonGroupItems.push(
8059
- /* @__PURE__ */ jsx137(
8651
+ /* @__PURE__ */ jsx174(
8060
8652
  Button,
8061
8653
  {
8062
8654
  ...button.props,
@@ -8067,7 +8659,7 @@ var Toolbar = (props) => {
8067
8659
  );
8068
8660
  });
8069
8661
  tempToolbarChildren.push(
8070
- /* @__PURE__ */ jsx137(
8662
+ /* @__PURE__ */ jsx174(
8071
8663
  ButtonGroup,
8072
8664
  {
8073
8665
  ...child.props,
@@ -8079,7 +8671,7 @@ var Toolbar = (props) => {
8079
8671
  );
8080
8672
  } else if (child.type === Combobox) {
8081
8673
  tempToolbarChildren.push(
8082
- /* @__PURE__ */ jsx137(
8674
+ /* @__PURE__ */ jsx174(
8083
8675
  Combobox,
8084
8676
  {
8085
8677
  ...child.props,
@@ -8090,7 +8682,7 @@ var Toolbar = (props) => {
8090
8682
  );
8091
8683
  } else if (child.type === DropdownList) {
8092
8684
  tempToolbarChildren.push(
8093
- /* @__PURE__ */ jsx137(
8685
+ /* @__PURE__ */ jsx174(
8094
8686
  DropdownList,
8095
8687
  {
8096
8688
  ...child.props,
@@ -8101,7 +8693,7 @@ var Toolbar = (props) => {
8101
8693
  );
8102
8694
  } else if (child.type === ColorPicker) {
8103
8695
  tempToolbarChildren.push(
8104
- /* @__PURE__ */ jsx137(
8696
+ /* @__PURE__ */ jsx174(
8105
8697
  ColorPicker,
8106
8698
  {
8107
8699
  ...child.props,
@@ -8123,7 +8715,7 @@ var Toolbar = (props) => {
8123
8715
  addUniqueToolClass(child, index);
8124
8716
  });
8125
8717
  }
8126
- return /* @__PURE__ */ jsx137(
8718
+ return /* @__PURE__ */ jsx174(
8127
8719
  "div",
8128
8720
  {
8129
8721
  ...other,
@@ -8144,26 +8736,26 @@ var Toolbar = (props) => {
8144
8736
  }
8145
8737
  );
8146
8738
  };
8147
- Toolbar.states = states50;
8148
- Toolbar.options = options48;
8739
+ Toolbar.states = states58;
8740
+ Toolbar.options = options53;
8149
8741
  Toolbar.className = TOOLBAR_CLASSNAME;
8150
- Toolbar.defaultProps = defaultProps48;
8742
+ Toolbar.defaultProps = defaultProps54;
8151
8743
 
8152
8744
  // src/toolbar/toolbar-angular.spec.tsx
8153
- import { jsx as jsx138 } from "react/jsx-runtime";
8745
+ import { jsx as jsx175 } from "react/jsx-runtime";
8154
8746
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
8155
- var states51 = [
8747
+ var states59 = [
8156
8748
  States.focus
8157
8749
  ];
8158
- var options49 = {
8750
+ var options54 = {
8159
8751
  size: [Size.small, Size.medium, Size.large]
8160
8752
  };
8161
- var defaultProps49 = {
8753
+ var defaultProps55 = {
8162
8754
  size: Size.medium
8163
8755
  };
8164
8756
  var ToolbarAngular = (props) => {
8165
8757
  const {
8166
- size = defaultProps49.size,
8758
+ size = defaultProps55.size,
8167
8759
  focus,
8168
8760
  resizable,
8169
8761
  ...other
@@ -8173,7 +8765,7 @@ var ToolbarAngular = (props) => {
8173
8765
  const tempToolbarChildren = [];
8174
8766
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
8175
8767
  tempToolbarChildren.push(
8176
- /* @__PURE__ */ jsx138("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx138(
8768
+ /* @__PURE__ */ jsx175("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx175(
8177
8769
  Button,
8178
8770
  {
8179
8771
  ...child.props,
@@ -8184,7 +8776,7 @@ var ToolbarAngular = (props) => {
8184
8776
  );
8185
8777
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
8186
8778
  tempToolbarChildren.push(
8187
- /* @__PURE__ */ jsx138("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx138(
8779
+ /* @__PURE__ */ jsx175("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx175(
8188
8780
  Button,
8189
8781
  {
8190
8782
  ...child.props,
@@ -8195,7 +8787,7 @@ var ToolbarAngular = (props) => {
8195
8787
  );
8196
8788
  } else if (child.type === Button) {
8197
8789
  tempToolbarChildren.push(
8198
- /* @__PURE__ */ jsx138("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx138(
8790
+ /* @__PURE__ */ jsx175("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx175(
8199
8791
  Button,
8200
8792
  {
8201
8793
  ...child.props,
@@ -8206,7 +8798,7 @@ var ToolbarAngular = (props) => {
8206
8798
  );
8207
8799
  } else if (child.type === MenuButton) {
8208
8800
  tempToolbarChildren.push(
8209
- /* @__PURE__ */ jsx138("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx138(
8801
+ /* @__PURE__ */ jsx175("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx175(
8210
8802
  MenuButton,
8211
8803
  {
8212
8804
  ...child.props,
@@ -8217,7 +8809,7 @@ var ToolbarAngular = (props) => {
8217
8809
  );
8218
8810
  } else if (child.type === split_button_spec_default) {
8219
8811
  tempToolbarChildren.push(
8220
- /* @__PURE__ */ jsx138("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx138(
8812
+ /* @__PURE__ */ jsx175("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx175(
8221
8813
  split_button_spec_default,
8222
8814
  {
8223
8815
  ...child.props,
@@ -8231,7 +8823,7 @@ var ToolbarAngular = (props) => {
8231
8823
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
8232
8824
  childrenArray.forEach((button, bindex) => {
8233
8825
  buttonGroupItems.push(
8234
- /* @__PURE__ */ jsx138(
8826
+ /* @__PURE__ */ jsx175(
8235
8827
  Button,
8236
8828
  {
8237
8829
  ...button.props,
@@ -8242,7 +8834,7 @@ var ToolbarAngular = (props) => {
8242
8834
  );
8243
8835
  });
8244
8836
  tempToolbarChildren.push(
8245
- /* @__PURE__ */ jsx138("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx138(
8837
+ /* @__PURE__ */ jsx175("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx175(
8246
8838
  ButtonGroup,
8247
8839
  {
8248
8840
  ...child.props,
@@ -8254,7 +8846,7 @@ var ToolbarAngular = (props) => {
8254
8846
  );
8255
8847
  } else if (child.type === Combobox) {
8256
8848
  tempToolbarChildren.push(
8257
- /* @__PURE__ */ jsx138("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx138(
8849
+ /* @__PURE__ */ jsx175("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx175(
8258
8850
  Combobox,
8259
8851
  {
8260
8852
  ...child.props,
@@ -8265,7 +8857,7 @@ var ToolbarAngular = (props) => {
8265
8857
  );
8266
8858
  } else if (child.type === DropdownList) {
8267
8859
  tempToolbarChildren.push(
8268
- /* @__PURE__ */ jsx138("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx138(
8860
+ /* @__PURE__ */ jsx175("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx175(
8269
8861
  DropdownList,
8270
8862
  {
8271
8863
  ...child.props,
@@ -8276,7 +8868,7 @@ var ToolbarAngular = (props) => {
8276
8868
  );
8277
8869
  } else if (child.type === ColorPicker) {
8278
8870
  tempToolbarChildren.push(
8279
- /* @__PURE__ */ jsx138("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx138(
8871
+ /* @__PURE__ */ jsx175("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ jsx175(
8280
8872
  ColorPicker,
8281
8873
  {
8282
8874
  ...child.props,
@@ -8298,7 +8890,7 @@ var ToolbarAngular = (props) => {
8298
8890
  addUniqueToolClass(child, index);
8299
8891
  });
8300
8892
  }
8301
- return /* @__PURE__ */ jsx138(
8893
+ return /* @__PURE__ */ jsx175(
8302
8894
  "div",
8303
8895
  {
8304
8896
  ...other,
@@ -8319,28 +8911,28 @@ var ToolbarAngular = (props) => {
8319
8911
  }
8320
8912
  );
8321
8913
  };
8322
- ToolbarAngular.states = states51;
8323
- ToolbarAngular.options = options49;
8914
+ ToolbarAngular.states = states59;
8915
+ ToolbarAngular.options = options54;
8324
8916
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
8325
- ToolbarAngular.defaultProps = defaultProps49;
8917
+ ToolbarAngular.defaultProps = defaultProps55;
8326
8918
 
8327
8919
  // src/toolbar/toolbar-separator.tsx
8328
- import { jsx as jsx139 } from "react/jsx-runtime";
8920
+ import { jsx as jsx176 } from "react/jsx-runtime";
8329
8921
 
8330
8922
  // src/toolbar/toolbar-item.spec.tsx
8331
- import { jsx as jsx140 } from "react/jsx-runtime";
8923
+ import { jsx as jsx177 } from "react/jsx-runtime";
8332
8924
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
8333
- var states52 = [
8925
+ var states60 = [
8334
8926
  States.focus
8335
8927
  ];
8336
- var options50 = {};
8337
- var defaultProps50 = {};
8928
+ var options55 = {};
8929
+ var defaultProps56 = {};
8338
8930
  var ToolbarItem = (props) => {
8339
8931
  const {
8340
8932
  focus,
8341
8933
  ...other
8342
8934
  } = props;
8343
- return /* @__PURE__ */ jsx140(
8935
+ return /* @__PURE__ */ jsx177(
8344
8936
  "div",
8345
8937
  {
8346
8938
  ...other,
@@ -8355,20 +8947,20 @@ var ToolbarItem = (props) => {
8355
8947
  }
8356
8948
  );
8357
8949
  };
8358
- ToolbarItem.states = states52;
8359
- ToolbarItem.options = options50;
8950
+ ToolbarItem.states = states60;
8951
+ ToolbarItem.options = options55;
8360
8952
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
8361
- ToolbarItem.defaultProps = defaultProps50;
8953
+ ToolbarItem.defaultProps = defaultProps56;
8362
8954
 
8363
8955
  // src/toolbar/toolbar-popup.spec.tsx
8364
- import { jsx as jsx141 } from "react/jsx-runtime";
8956
+ import { jsx as jsx178 } from "react/jsx-runtime";
8365
8957
  var TOOLBARPOPUP_CLASSNAME = `k-toolbar-popup`;
8366
- var states53 = [];
8367
- var options51 = {};
8368
- var defaultProps51 = {};
8958
+ var states61 = [];
8959
+ var options56 = {};
8960
+ var defaultProps57 = {};
8369
8961
  var ToolbarPopup = (props) => {
8370
8962
  const { ...other } = props;
8371
- return /* @__PURE__ */ jsx141(
8963
+ return /* @__PURE__ */ jsx178(
8372
8964
  Popup,
8373
8965
  {
8374
8966
  ...other,
@@ -8380,118 +8972,52 @@ var ToolbarPopup = (props) => {
8380
8972
  }
8381
8973
  );
8382
8974
  };
8383
- ToolbarPopup.states = states53;
8384
- ToolbarPopup.options = options51;
8975
+ ToolbarPopup.states = states61;
8976
+ ToolbarPopup.options = options56;
8385
8977
  ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
8386
- ToolbarPopup.defaultProps = defaultProps51;
8978
+ ToolbarPopup.defaultProps = defaultProps57;
8387
8979
 
8388
8980
  // src/split-button/templates/icon-split-button.tsx
8389
- import { jsx as jsx142 } from "react/jsx-runtime";
8981
+ import { jsx as jsx179 } from "react/jsx-runtime";
8390
8982
 
8391
8983
  // src/split-button/templates/icon-text-split-button.tsx
8392
- import { jsx as jsx143 } from "react/jsx-runtime";
8984
+ import { jsx as jsx180 } from "react/jsx-runtime";
8393
8985
 
8394
8986
  // src/split-button/templates/text-split-button.tsx
8395
- import { jsx as jsx144 } from "react/jsx-runtime";
8987
+ import { jsx as jsx181 } from "react/jsx-runtime";
8396
8988
 
8397
8989
  // src/split-button/templates/split-button-popup.tsx
8398
- import { jsx as jsx145, jsxs as jsxs53 } from "react/jsx-runtime";
8990
+ import { jsx as jsx182, jsxs as jsxs61 } from "react/jsx-runtime";
8399
8991
 
8400
8992
  // src/toolbar/templates/toolbar-normal.tsx
8401
- import { Fragment as Fragment41, jsx as jsx146, jsxs as jsxs54 } from "react/jsx-runtime";
8993
+ import { Fragment as Fragment41, jsx as jsx183, jsxs as jsxs62 } from "react/jsx-runtime";
8402
8994
 
8403
8995
  // src/toolbar/templates/toolbar-resizable.tsx
8404
- import { jsx as jsx147 } from "react/jsx-runtime";
8996
+ import { jsx as jsx184 } from "react/jsx-runtime";
8405
8997
 
8406
8998
  // src/toolbar/templates/toolbar-angular-normal.tsx
8407
- import { jsx as jsx148 } from "react/jsx-runtime";
8999
+ import { jsx as jsx185 } from "react/jsx-runtime";
8408
9000
 
8409
9001
  // src/toolbar/templates/toolbar-angular-resizable.tsx
8410
- import { jsx as jsx149 } from "react/jsx-runtime";
8411
-
8412
- // src/tooltip/tooltip.spec.tsx
8413
- import { jsx as jsx150, jsxs as jsxs55 } from "react/jsx-runtime";
8414
- var TOOLTIP_CLASSNAME = `k-tooltip`;
8415
- var states54 = [];
8416
- var options52 = {
8417
- themeColor: [
8418
- ThemeColor.primary,
8419
- ThemeColor.secondary,
8420
- ThemeColor.tertiary,
8421
- ThemeColor.success,
8422
- ThemeColor.warning,
8423
- ThemeColor.error,
8424
- ThemeColor.info,
8425
- ThemeColor.light,
8426
- ThemeColor.dark,
8427
- ThemeColor.inverse
8428
- ]
8429
- };
8430
- var defaultProps52 = {
8431
- closable: false
8432
- };
8433
- var Tooltip = (props) => {
8434
- const {
8435
- callout,
8436
- closable,
8437
- themeColor,
8438
- title,
8439
- content,
8440
- icon,
8441
- ...other
8442
- } = props;
8443
- return /* @__PURE__ */ jsxs55(
8444
- "div",
8445
- {
8446
- ...other,
8447
- className: classNames(
8448
- props.className,
8449
- TOOLTIP_CLASSNAME,
8450
- optionClassNames(TOOLTIP_CLASSNAME, {
8451
- themeColor
8452
- }),
8453
- {
8454
- "k-tooltip-closable": closable
8455
- }
8456
- ),
8457
- children: [
8458
- icon && /* @__PURE__ */ jsx150(Icon, { className: "k-tooltip-icon", icon }),
8459
- /* @__PURE__ */ jsxs55("div", { className: "k-tooltip-content", children: [
8460
- title && /* @__PURE__ */ jsx150("div", { className: "k-tooltip-title", children: title }),
8461
- content
8462
- ] }),
8463
- closable && /* @__PURE__ */ jsx150("div", { className: "k-tooltip-button", children: /* @__PURE__ */ jsx150(Icon, { icon: "x" }) }),
8464
- callout && /* @__PURE__ */ jsx150("div", { className: classNames(
8465
- "k-callout",
8466
- {
8467
- [`k-callout-${kendoThemeMaps.calloutMap[callout] || callout}`]: callout
8468
- }
8469
- ) })
8470
- ]
8471
- }
8472
- );
8473
- };
8474
- Tooltip.states = states54;
8475
- Tooltip.options = options52;
8476
- Tooltip.className = TOOLTIP_CLASSNAME;
8477
- Tooltip.defaultProps = defaultProps52;
8478
- var tooltip_spec_default = Tooltip;
9002
+ import { jsx as jsx186 } from "react/jsx-runtime";
8479
9003
 
8480
- // src/tooltip/templates/tooltip-normal.tsx
8481
- import { jsx as jsx151 } from "react/jsx-runtime";
8482
- var TooltipNormal = (props) => /* @__PURE__ */ jsx151(
8483
- tooltip_spec_default,
9004
+ // src/grid/grid-toolbar.spec.tsx
9005
+ import { jsx as jsx187 } from "react/jsx-runtime";
9006
+ var className24 = `k-grid-toolbar`;
9007
+ var GridToolbar = (props) => /* @__PURE__ */ jsx187(
9008
+ Toolbar,
8484
9009
  {
8485
- content: "Tooltip Content",
8486
- ...props
9010
+ ...props,
9011
+ className: classNames(
9012
+ props.className,
9013
+ className24
9014
+ ),
9015
+ children: props.children
8487
9016
  }
8488
9017
  );
8489
9018
 
8490
- // src/tooltip/templates/tooltip-closable.tsx
8491
- import { jsx as jsx152 } from "react/jsx-runtime";
8492
-
8493
9019
  // src/grid/tests/grid-size-sm.tsx
8494
- import { Fragment as Fragment42, jsx as jsx153, jsxs as jsxs56 } from "react/jsx-runtime";
9020
+ import { Fragment as Fragment42, jsx as jsx188, jsxs as jsxs63 } from "react/jsx-runtime";
8495
9021
  var styles = `
8496
9022
  .k-grouping-header .k-grouping-dropclue {
8497
9023
  left: 0;
@@ -8500,188 +9026,168 @@ var styles = `
8500
9026
  position: relative;
8501
9027
  }
8502
9028
  `;
8503
- var grid_size_sm_default = () => /* @__PURE__ */ jsxs56(Fragment42, { children: [
8504
- /* @__PURE__ */ jsx153("style", { children: styles }),
8505
- /* @__PURE__ */ jsxs56("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
8506
- /* @__PURE__ */ jsx153("span", { className: "col-2", children: "Grid" }),
8507
- /* @__PURE__ */ jsx153("section", { className: "col-2", children: /* @__PURE__ */ jsxs56("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
8508
- /* @__PURE__ */ jsx153("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx153("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs56("table", { className: "k-table k-table-sm k-grid-header-table", children: [
8509
- /* @__PURE__ */ jsxs56("colgroup", { children: [
8510
- /* @__PURE__ */ jsx153("col", { style: { width: "100px" } }),
8511
- /* @__PURE__ */ jsx153("col", {})
9029
+ var grid_size_sm_default = () => /* @__PURE__ */ jsxs63(Fragment42, { children: [
9030
+ /* @__PURE__ */ jsx188("style", { children: styles }),
9031
+ /* @__PURE__ */ jsxs63("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
9032
+ /* @__PURE__ */ jsx188("span", { className: "col-2", children: "Grid" }),
9033
+ /* @__PURE__ */ jsx188("section", { className: "col-2", children: /* @__PURE__ */ jsxs63(Grid, { size: "small", className: "k-grid-no-scrollbar", pager: /* @__PURE__ */ jsx188(GridPager, { size: "small" }), children: [
9034
+ /* @__PURE__ */ jsx188(GridHeader, { children: /* @__PURE__ */ jsx188("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs63(GridHeaderTable, { size: "small", children: [
9035
+ /* @__PURE__ */ jsxs63("colgroup", { children: [
9036
+ /* @__PURE__ */ jsx188("col", { style: { width: "100px" } }),
9037
+ /* @__PURE__ */ jsx188("col", {})
8512
9038
  ] }),
8513
- /* @__PURE__ */ jsx153("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs56("tr", { className: "k-table-row", children: [
8514
- /* @__PURE__ */ jsx153("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx153("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx153("span", { className: "k-link", children: /* @__PURE__ */ jsx153("span", { className: "k-column-title", children: "100px" }) }) }) }),
8515
- /* @__PURE__ */ jsx153("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx153("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx153("span", { className: "k-link", children: /* @__PURE__ */ jsx153("span", { className: "k-column-title", children: "no width" }) }) }) })
9039
+ /* @__PURE__ */ jsx188(TableThead, { children: /* @__PURE__ */ jsxs63(TableRow, { children: [
9040
+ /* @__PURE__ */ jsx188(GridHeaderCell, { columnTitle: "100px" }),
9041
+ /* @__PURE__ */ jsx188(GridHeaderCell, { columnTitle: "no width" })
8516
9042
  ] }) })
8517
9043
  ] }) }) }),
8518
- /* @__PURE__ */ jsx153("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs56("table", { className: "k-table k-table-sm k-grid-table", children: [
8519
- /* @__PURE__ */ jsxs56("colgroup", { children: [
8520
- /* @__PURE__ */ jsx153("col", { style: { width: "100px" } }),
8521
- /* @__PURE__ */ jsx153("col", {})
9044
+ /* @__PURE__ */ jsx188(GridContainer, { children: /* @__PURE__ */ jsx188(GridContent, { children: /* @__PURE__ */ jsxs63(GridTable, { size: "small", children: [
9045
+ /* @__PURE__ */ jsxs63("colgroup", { children: [
9046
+ /* @__PURE__ */ jsx188("col", { style: { width: "100px" } }),
9047
+ /* @__PURE__ */ jsx188("col", {})
8522
9048
  ] }),
8523
- /* @__PURE__ */ jsxs56("tbody", { className: "k-table-tbody", children: [
8524
- /* @__PURE__ */ jsxs56("tr", { className: "k-table-row", children: [
8525
- /* @__PURE__ */ jsx153("td", { className: "k-table-td", children: "1" }),
8526
- /* @__PURE__ */ jsx153("td", { className: "k-table-td", children: "Row" })
9049
+ /* @__PURE__ */ jsxs63(TableTbody, { children: [
9050
+ /* @__PURE__ */ jsxs63(TableRow, { children: [
9051
+ /* @__PURE__ */ jsx188(TableTd, { children: "1" }),
9052
+ /* @__PURE__ */ jsx188(TableTd, { children: "Row" })
8527
9053
  ] }),
8528
- /* @__PURE__ */ jsxs56("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
8529
- /* @__PURE__ */ jsx153("td", { className: "k-table-td", children: "2" }),
8530
- /* @__PURE__ */ jsx153("td", { className: "k-table-td", children: "Alt row" })
9054
+ /* @__PURE__ */ jsxs63(TableRow, { className: "k-alt", alt: true, children: [
9055
+ /* @__PURE__ */ jsx188(TableTd, { children: "2" }),
9056
+ /* @__PURE__ */ jsx188(TableTd, { children: "Alt row" })
8531
9057
  ] }),
8532
- /* @__PURE__ */ jsxs56("tr", { className: "k-table-row", children: [
8533
- /* @__PURE__ */ jsx153("td", { className: "k-table-td", children: "3" }),
8534
- /* @__PURE__ */ jsx153("td", { className: "k-table-td", children: "This text continues to the end of the grid to test overflow behavior of row contents, as well as line height and vertical alignment." })
9058
+ /* @__PURE__ */ jsxs63(TableRow, { children: [
9059
+ /* @__PURE__ */ jsx188(TableTd, { children: "3" }),
9060
+ /* @__PURE__ */ jsx188(TableTd, { children: "This text continues to the end of the grid to test overflow behavior of row contents, as well as line height and vertical alignment." })
8535
9061
  ] }),
8536
- /* @__PURE__ */ jsxs56("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
8537
- /* @__PURE__ */ jsx153("td", { className: "k-table-td", children: "4" }),
8538
- /* @__PURE__ */ jsx153("td", { className: "k-table-td", children: /* @__PURE__ */ jsx153(SkeletonNormal, { animation: false }) })
9062
+ /* @__PURE__ */ jsxs63(TableRow, { className: "k-alt", alt: true, children: [
9063
+ /* @__PURE__ */ jsx188(TableTd, { children: "4" }),
9064
+ /* @__PURE__ */ jsx188(TableTd, { children: /* @__PURE__ */ jsx188(SkeletonNormal, { animation: false }) })
8539
9065
  ] }),
8540
- /* @__PURE__ */ jsxs56("tr", { className: "k-table-row", children: [
8541
- /* @__PURE__ */ jsx153("td", { className: "k-table-td", children: "5" }),
8542
- /* @__PURE__ */ jsx153("td", { className: "k-table-td", children: /* @__PURE__ */ jsx153(SkeletonNormal, { animation: false }) })
9066
+ /* @__PURE__ */ jsxs63(TableRow, { children: [
9067
+ /* @__PURE__ */ jsx188(TableTd, { children: "5" }),
9068
+ /* @__PURE__ */ jsx188(TableTd, { children: /* @__PURE__ */ jsx188(SkeletonNormal, { animation: false }) })
8543
9069
  ] })
8544
9070
  ] })
8545
- ] }) }),
8546
- /* @__PURE__ */ jsx153(Pager, { className: "k-grid-pager", size: "small" })
9071
+ ] }) }) })
8547
9072
  ] }) }),
8548
- /* @__PURE__ */ jsx153("span", { className: "col-2", children: "Filtering" }),
8549
- /* @__PURE__ */ jsx153("section", { className: "col-2", children: /* @__PURE__ */ jsxs56("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", style: { height: "150px" }, children: [
8550
- /* @__PURE__ */ jsx153("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx153("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs56("table", { className: "k-table k-table-sm k-grid-header-table", children: [
8551
- /* @__PURE__ */ jsxs56("colgroup", { children: [
8552
- /* @__PURE__ */ jsx153("col", { className: "k-hierarchy-col" }),
8553
- /* @__PURE__ */ jsx153("col", {}),
8554
- /* @__PURE__ */ jsx153("col", {}),
8555
- /* @__PURE__ */ jsx153("col", {}),
8556
- /* @__PURE__ */ jsx153("col", {})
9073
+ /* @__PURE__ */ jsx188("span", { className: "col-2", children: "Filtering" }),
9074
+ /* @__PURE__ */ jsx188("section", { className: "col-2", children: /* @__PURE__ */ jsxs63(Grid, { size: "small", className: "k-grid-no-scrollbar", style: { height: "150px" }, children: [
9075
+ /* @__PURE__ */ jsx188(GridHeader, { children: /* @__PURE__ */ jsx188("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs63(GridHeaderTable, { size: "small", children: [
9076
+ /* @__PURE__ */ jsxs63("colgroup", { children: [
9077
+ /* @__PURE__ */ jsx188("col", { className: "k-hierarchy-col" }),
9078
+ /* @__PURE__ */ jsx188("col", {}),
9079
+ /* @__PURE__ */ jsx188("col", {}),
9080
+ /* @__PURE__ */ jsx188("col", {}),
9081
+ /* @__PURE__ */ jsx188("col", {})
8557
9082
  ] }),
8558
- /* @__PURE__ */ jsxs56("thead", { className: "k-table-thead", children: [
8559
- /* @__PURE__ */ jsxs56("tr", { className: "k-table-row", children: [
8560
- /* @__PURE__ */ jsx153("th", { className: "k-table-th k-header k-hierarchy-cell" }),
8561
- /* @__PURE__ */ jsx153("th", { className: "k-table-th k-header k-filterable", children: /* @__PURE__ */ jsxs56("span", { className: "k-cell-inner", children: [
8562
- /* @__PURE__ */ jsx153("span", { className: "k-link", children: /* @__PURE__ */ jsx153("span", { className: "k-column-title", children: "Default" }) }),
8563
- /* @__PURE__ */ jsx153("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ jsx153(Icon, { icon: "filter" }) })
8564
- ] }) }),
8565
- /* @__PURE__ */ jsx153("th", { className: "k-table-th k-header k-filterable k-hover", children: /* @__PURE__ */ jsxs56("span", { className: "k-cell-inner", children: [
8566
- /* @__PURE__ */ jsx153("span", { className: "k-link", children: /* @__PURE__ */ jsx153("span", { className: "k-column-title", children: "Hover" }) }),
8567
- /* @__PURE__ */ jsx153("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ jsx153(Icon, { icon: "filter" }) })
8568
- ] }) }),
8569
- /* @__PURE__ */ jsx153("th", { className: "k-table-th k-header k-filterable k-focus", children: /* @__PURE__ */ jsxs56("span", { className: "k-cell-inner", children: [
8570
- /* @__PURE__ */ jsx153("span", { className: "k-link", children: /* @__PURE__ */ jsx153("span", { className: "k-column-title", children: "Focus" }) }),
8571
- /* @__PURE__ */ jsx153("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ jsx153(Icon, { icon: "filter" }) })
8572
- ] }) }),
8573
- /* @__PURE__ */ jsx153("th", { className: "k-table-th k-header k-filterable k-active", children: /* @__PURE__ */ jsxs56("span", { className: "k-cell-inner", children: [
8574
- /* @__PURE__ */ jsx153("span", { className: "k-link", children: /* @__PURE__ */ jsx153("span", { className: "k-column-title", children: "Active" }) }),
8575
- /* @__PURE__ */ jsx153("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu k-active", children: /* @__PURE__ */ jsx153(Icon, { icon: "filter" }) })
8576
- ] }) }),
8577
- /* @__PURE__ */ jsx153("th", { className: "k-table-th k-header k-filterable k-sorted", children: /* @__PURE__ */ jsxs56("span", { className: "k-cell-inner", children: [
8578
- /* @__PURE__ */ jsxs56("span", { className: "k-link", children: [
8579
- /* @__PURE__ */ jsx153("span", { className: "k-column-title", children: "Sorted" }),
8580
- /* @__PURE__ */ jsx153("span", { className: "k-sort-icon", children: /* @__PURE__ */ jsx153(Icon, { icon: "sort-asc-small" }) })
8581
- ] }),
8582
- /* @__PURE__ */ jsx153("a", { href: "#", className: "k-grid-filter-menu k-grid-header-menu", children: /* @__PURE__ */ jsx153(Icon, { icon: "filter" }) })
8583
- ] }) })
9083
+ /* @__PURE__ */ jsxs63(TableThead, { children: [
9084
+ /* @__PURE__ */ jsxs63(TableRow, { children: [
9085
+ /* @__PURE__ */ jsx188(GridHeaderCell, { className: "k-hierarchy-cell" }),
9086
+ /* @__PURE__ */ jsx188(GridHeaderCell, { columnTitle: "Default", menu: "filter" }),
9087
+ /* @__PURE__ */ jsx188(GridHeaderCell, { columnTitle: "Hover", menu: "filter", hover: true }),
9088
+ /* @__PURE__ */ jsx188(GridHeaderCell, { columnTitle: "Focus", menu: "filter", focus: true }),
9089
+ /* @__PURE__ */ jsx188(GridHeaderCell, { columnTitle: "Active", menu: "filter", active: true }),
9090
+ /* @__PURE__ */ jsx188(GridHeaderCell, { columnTitle: "Sorted", menu: "filter", sortable: true })
8584
9091
  ] }),
8585
- /* @__PURE__ */ jsxs56("tr", { className: "k-table-row k-filter-row", children: [
8586
- /* @__PURE__ */ jsx153("th", { className: "k-table-th", children: /* @__PURE__ */ jsx153("div", { className: "k-filtercell", children: /* @__PURE__ */ jsx153("div", { className: "k-filtercell-wrapper" }) }) }),
8587
- /* @__PURE__ */ jsx153("th", { className: "k-table-th", children: /* @__PURE__ */ jsx153("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs56("div", { className: "k-filtercell-wrapper", children: [
8588
- /* @__PURE__ */ jsx153(NumericTextbox, {}),
8589
- /* @__PURE__ */ jsxs56("div", { className: "k-filtercell-operator", children: [
8590
- /* @__PURE__ */ jsx153(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
9092
+ /* @__PURE__ */ jsxs63(TableRow, { className: "k-filter-row", children: [
9093
+ /* @__PURE__ */ jsx188(TableTh, { children: /* @__PURE__ */ jsx188("div", { className: "k-filtercell", children: /* @__PURE__ */ jsx188("div", { className: "k-filltercell-wrapper" }) }) }),
9094
+ /* @__PURE__ */ jsx188(TableTh, { children: /* @__PURE__ */ jsx188("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs63("div", { className: "k-filtercell-wrapper", children: [
9095
+ /* @__PURE__ */ jsx188(NumericTextbox, { showClearButton: false }),
9096
+ /* @__PURE__ */ jsxs63("div", { className: "k-filtercell-operator", children: [
9097
+ /* @__PURE__ */ jsx188(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
8591
9098
  " ",
8592
- /* @__PURE__ */ jsx153(Button, { icon: "filter-clear", disabled: true })
9099
+ /* @__PURE__ */ jsx188(Button, { disabled: true, icon: "filter-clear" })
8593
9100
  ] })
8594
9101
  ] }) }) }),
8595
- /* @__PURE__ */ jsx153("th", { className: "k-table-th", children: /* @__PURE__ */ jsx153("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs56("div", { className: "k-filtercell-wrapper", children: [
8596
- /* @__PURE__ */ jsx153(Textbox, { showClearButton: false, value: "p" }),
8597
- /* @__PURE__ */ jsxs56("div", { className: "k-filtercell-operator", children: [
8598
- /* @__PURE__ */ jsx153(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
9102
+ /* @__PURE__ */ jsx188(TableTh, { children: /* @__PURE__ */ jsx188("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs63("div", { className: "k-filtercell-wrapper", children: [
9103
+ /* @__PURE__ */ jsx188(Textbox, { showClearButton: false, value: "p" }),
9104
+ /* @__PURE__ */ jsxs63("div", { className: "k-filtercell-operator", children: [
9105
+ /* @__PURE__ */ jsx188(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
8599
9106
  " ",
8600
- /* @__PURE__ */ jsx153(Button, { icon: "filter-clear" })
9107
+ /* @__PURE__ */ jsx188(Button, { icon: "filter-clear" })
8601
9108
  ] })
8602
9109
  ] }) }) }),
8603
- /* @__PURE__ */ jsx153("th", { className: "k-table-th", children: /* @__PURE__ */ jsx153("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs56("div", { className: "k-filtercell-wrapper", children: [
8604
- /* @__PURE__ */ jsx153(Textbox, { showClearButton: false, value: "p" }),
8605
- /* @__PURE__ */ jsxs56("div", { className: "k-filtercell-operator", children: [
8606
- /* @__PURE__ */ jsx153(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
9110
+ /* @__PURE__ */ jsx188(TableTh, { children: /* @__PURE__ */ jsx188("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs63("div", { className: "k-filtercell-wrapper", children: [
9111
+ /* @__PURE__ */ jsx188(Textbox, { showClearButton: false, value: "p" }),
9112
+ /* @__PURE__ */ jsxs63("div", { className: "k-filtercell-operator", children: [
9113
+ /* @__PURE__ */ jsx188(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
8607
9114
  " ",
8608
- /* @__PURE__ */ jsx153(Button, { icon: "filter-clear" })
9115
+ /* @__PURE__ */ jsx188(Button, { icon: "filter-clear" })
8609
9116
  ] })
8610
9117
  ] }) }) }),
8611
- /* @__PURE__ */ jsx153("th", { className: "k-table-th", children: /* @__PURE__ */ jsx153("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs56("div", { className: "k-filtercell-wrapper", children: [
8612
- /* @__PURE__ */ jsx153(Textbox, { showClearButton: false, value: "p" }),
8613
- /* @__PURE__ */ jsxs56("div", { className: "k-filtercell-operator", children: [
8614
- /* @__PURE__ */ jsx153(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
9118
+ /* @__PURE__ */ jsx188(TableTh, { children: /* @__PURE__ */ jsx188("div", { className: "k-filtercell", children: /* @__PURE__ */ jsxs63("div", { className: "k-filtercell-wrapper", children: [
9119
+ /* @__PURE__ */ jsx188(Textbox, { showClearButton: false, value: "p" }),
9120
+ /* @__PURE__ */ jsxs63("div", { className: "k-filtercell-operator", children: [
9121
+ /* @__PURE__ */ jsx188(DropdownList, { className: "k-dropdown-operator", arrowIconName: "filter" }),
8615
9122
  " ",
8616
- /* @__PURE__ */ jsx153(Button, { icon: "filter-clear" })
9123
+ /* @__PURE__ */ jsx188(Button, { icon: "filter-clear" })
8617
9124
  ] })
8618
9125
  ] }) }) }),
8619
- /* @__PURE__ */ jsx153("th", { className: "k-table-th", children: /* @__PURE__ */ jsx153("div", { className: "k-filtercell", children: /* @__PURE__ */ jsx153("div", { className: "k-filtercell-wrapper" }) }) })
9126
+ /* @__PURE__ */ jsx188(TableTh, { children: /* @__PURE__ */ jsx188("div", { className: "k-filtercell", children: /* @__PURE__ */ jsx188("div", { className: "k-filtercell-wrapper" }) }) })
8620
9127
  ] })
8621
9128
  ] })
8622
9129
  ] }) }) }),
8623
- /* @__PURE__ */ jsx153("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs56("table", { className: "k-table k-table-sm k-grid-table", children: [
8624
- /* @__PURE__ */ jsxs56("colgroup", { children: [
8625
- /* @__PURE__ */ jsx153("col", { className: "k-hierarchy-col" }),
8626
- /* @__PURE__ */ jsx153("col", {}),
8627
- /* @__PURE__ */ jsx153("col", {}),
8628
- /* @__PURE__ */ jsx153("col", {}),
8629
- /* @__PURE__ */ jsx153("col", {})
9130
+ /* @__PURE__ */ jsx188(GridContainer, { children: /* @__PURE__ */ jsx188(GridContent, { children: /* @__PURE__ */ jsxs63(GridTable, { size: "small", children: [
9131
+ /* @__PURE__ */ jsxs63("colgroup", { children: [
9132
+ /* @__PURE__ */ jsx188("col", { className: "k-hierarchy-col" }),
9133
+ /* @__PURE__ */ jsx188("col", {}),
9134
+ /* @__PURE__ */ jsx188("col", {}),
9135
+ /* @__PURE__ */ jsx188("col", {}),
9136
+ /* @__PURE__ */ jsx188("col", {})
8630
9137
  ] }),
8631
- /* @__PURE__ */ jsxs56("tbody", { className: "k-table-tbody", children: [
8632
- /* @__PURE__ */ jsxs56("tr", { className: "k-master-row k-table-row k-expanded", children: [
8633
- /* @__PURE__ */ jsx153("td", { className: "k-hierarchy-cell k-table-td", children: /* @__PURE__ */ jsx153(Icon, { icon: "caret-alt-down" }) }),
8634
- /* @__PURE__ */ jsx153("td", { className: "k-table-td", children: "1" }),
8635
- /* @__PURE__ */ jsx153("td", { className: "k-table-td", children: "Text" }),
8636
- /* @__PURE__ */ jsx153("td", { className: "k-table-td", children: "Text" }),
8637
- /* @__PURE__ */ jsx153("td", { className: "k-table-td", children: "Text" }),
8638
- /* @__PURE__ */ jsx153("td", { className: "k-table-td", children: "Text" })
9138
+ /* @__PURE__ */ jsxs63(TableTbody, { children: [
9139
+ /* @__PURE__ */ jsxs63(TableRow, { className: "k-master-row k-expanded", children: [
9140
+ /* @__PURE__ */ jsx188(TableTd, { className: "k-hierarchy-cell", children: /* @__PURE__ */ jsx188(Icon, { icon: "caret-alt-down" }) }),
9141
+ /* @__PURE__ */ jsx188(TableTd, { children: "1" }),
9142
+ /* @__PURE__ */ jsx188(TableTd, { children: "Text" }),
9143
+ /* @__PURE__ */ jsx188(TableTd, { children: "Text" }),
9144
+ /* @__PURE__ */ jsx188(TableTd, { children: "Text" }),
9145
+ /* @__PURE__ */ jsx188(TableTd, { children: "Text" })
8639
9146
  ] }),
8640
- /* @__PURE__ */ jsxs56("tr", { className: "k-detail-row k-table-row", children: [
8641
- /* @__PURE__ */ jsx153("td", { className: "k-hierarchy-cell k-table-td" }),
8642
- /* @__PURE__ */ jsx153("td", { className: "k-detail-cell k-table-td", colSpan: 5, children: /* @__PURE__ */ jsx153("div", { style: { background: "#ccc", padding: "10px" }, children: "Nested content" }) })
9147
+ /* @__PURE__ */ jsxs63(TableRow, { className: "k-detail-row", children: [
9148
+ /* @__PURE__ */ jsx188(TableTd, { className: "k-hierarchy-cell" }),
9149
+ /* @__PURE__ */ jsx188(TableTd, { className: "k-detail-cell", colspan: 5, children: /* @__PURE__ */ jsx188("div", { style: { background: "#ccc", padding: "10px" }, children: "Nested content" }) })
8643
9150
  ] }),
8644
- /* @__PURE__ */ jsxs56("tr", { className: "k-table-row k-table-alt-row k-alt k-master-row", children: [
8645
- /* @__PURE__ */ jsx153("td", { className: "k-hierarchy-cell k-table-td", children: /* @__PURE__ */ jsx153(Icon, { icon: "caret-alt-right" }) }),
8646
- /* @__PURE__ */ jsx153("td", { className: "k-table-td", children: "2" }),
8647
- /* @__PURE__ */ jsx153("td", { className: "k-table-td", children: "Text" }),
8648
- /* @__PURE__ */ jsx153("td", { className: "k-table-td", children: "Text" }),
8649
- /* @__PURE__ */ jsx153("td", { className: "k-table-td", children: "Text" }),
8650
- /* @__PURE__ */ jsx153("td", { className: "k-table-td", children: "Text" })
9151
+ /* @__PURE__ */ jsxs63(TableRow, { alt: true, className: "k-master-row k-alt", children: [
9152
+ /* @__PURE__ */ jsx188(TableTd, { className: "k-hierarchy-cell", children: /* @__PURE__ */ jsx188(Icon, { icon: "caret-alt-right" }) }),
9153
+ /* @__PURE__ */ jsx188(TableTd, { children: "2" }),
9154
+ /* @__PURE__ */ jsx188(TableTd, { children: "Text" }),
9155
+ /* @__PURE__ */ jsx188(TableTd, { children: "Text" }),
9156
+ /* @__PURE__ */ jsx188(TableTd, { children: "Text" }),
9157
+ /* @__PURE__ */ jsx188(TableTd, { children: "Text" })
8651
9158
  ] })
8652
9159
  ] })
8653
- ] }) })
9160
+ ] }) }) })
8654
9161
  ] }) }),
8655
- /* @__PURE__ */ jsx153("span", { children: "Editing" }),
8656
- /* @__PURE__ */ jsx153("section", { className: "col-2", children: /* @__PURE__ */ jsxs56("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
8657
- /* @__PURE__ */ jsx153(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ jsx153(Button, { icon: "plus", children: "Add new record" }) }),
8658
- /* @__PURE__ */ jsx153("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx153("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs56("table", { className: "k-table k-table-sm k-grid-header-table", children: [
8659
- /* @__PURE__ */ jsxs56("colgroup", { children: [
8660
- /* @__PURE__ */ jsx153("col", {}),
8661
- /* @__PURE__ */ jsx153("col", {}),
8662
- /* @__PURE__ */ jsx153("col", {}),
8663
- /* @__PURE__ */ jsx153("col", { style: { width: "300px" } })
9162
+ /* @__PURE__ */ jsx188("span", { children: "Editing" }),
9163
+ /* @__PURE__ */ jsx188("section", { className: "col-2", children: /* @__PURE__ */ jsxs63(Grid, { size: "small", className: "k-grid-no-scrollbar", toolbar: /* @__PURE__ */ jsx188(GridToolbar, { children: /* @__PURE__ */ jsx188(Button, { icon: "plus", children: "Add new record" }) }), children: [
9164
+ /* @__PURE__ */ jsx188(GridHeader, { children: /* @__PURE__ */ jsx188("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs63(GridHeaderTable, { size: "small", children: [
9165
+ /* @__PURE__ */ jsxs63("colgroup", { children: [
9166
+ /* @__PURE__ */ jsx188("col", {}),
9167
+ /* @__PURE__ */ jsx188("col", {}),
9168
+ /* @__PURE__ */ jsx188("col", {}),
9169
+ /* @__PURE__ */ jsx188("col", { style: { width: "300px" } })
8664
9170
  ] }),
8665
- /* @__PURE__ */ jsx153("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs56("tr", { className: "k-table-row", children: [
8666
- /* @__PURE__ */ jsx153("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ jsx153("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx153("span", { className: "k-link", children: /* @__PURE__ */ jsx153("span", { className: "k-column-title", children: "Name" }) }) }) }),
8667
- /* @__PURE__ */ jsx153("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ jsx153("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx153("span", { className: "k-link", children: /* @__PURE__ */ jsx153("span", { className: "k-column-title", children: "Price" }) }) }) }),
8668
- /* @__PURE__ */ jsx153("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ jsx153("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx153("span", { className: "k-link", children: /* @__PURE__ */ jsx153("span", { className: "k-column-title", children: "Available" }) }) }) }),
8669
- /* @__PURE__ */ jsx153("th", { scope: "col", className: "k-table-th k-header", children: "\xA0" })
9171
+ /* @__PURE__ */ jsx188(TableThead, { children: /* @__PURE__ */ jsxs63(TableRow, { children: [
9172
+ /* @__PURE__ */ jsx188(GridHeaderCell, { columnTitle: "Name" }),
9173
+ /* @__PURE__ */ jsx188(GridHeaderCell, { columnTitle: "Price" }),
9174
+ /* @__PURE__ */ jsx188(GridHeaderCell, { columnTitle: "Available" }),
9175
+ /* @__PURE__ */ jsx188(GridHeaderCell, { children: "\xA0" })
8670
9176
  ] }) })
8671
9177
  ] }) }) }),
8672
- /* @__PURE__ */ jsx153("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs56("table", { className: "k-table k-table-sm k-grid-table", style: { height: "auto" }, children: [
8673
- /* @__PURE__ */ jsxs56("colgroup", { children: [
8674
- /* @__PURE__ */ jsx153("col", {}),
8675
- /* @__PURE__ */ jsx153("col", {}),
8676
- /* @__PURE__ */ jsx153("col", {}),
8677
- /* @__PURE__ */ jsx153("col", { style: { width: "300px" } })
9178
+ /* @__PURE__ */ jsx188(GridContainer, { children: /* @__PURE__ */ jsx188(GridContent, { children: /* @__PURE__ */ jsxs63(GridTable, { size: "small", children: [
9179
+ /* @__PURE__ */ jsxs63("colgroup", { children: [
9180
+ /* @__PURE__ */ jsx188("col", {}),
9181
+ /* @__PURE__ */ jsx188("col", {}),
9182
+ /* @__PURE__ */ jsx188("col", {}),
9183
+ /* @__PURE__ */ jsx188("col", { style: { width: "300px" } })
8678
9184
  ] }),
8679
- /* @__PURE__ */ jsxs56("tbody", { className: "k-table-tbody", children: [
8680
- /* @__PURE__ */ jsxs56("tr", { className: "k-table-row k-grid-edit-row", children: [
8681
- /* @__PURE__ */ jsx153("td", { className: "k-table-td", children: /* @__PURE__ */ jsx153(Textbox, { value: "Towel", required: true }) }),
8682
- /* @__PURE__ */ jsxs56("td", { className: "k-table-td", children: [
8683
- /* @__PURE__ */ jsx153(NumericTextbox, { invalid: true }),
8684
- /* @__PURE__ */ jsx153(
9185
+ /* @__PURE__ */ jsxs63(TableTbody, { children: [
9186
+ /* @__PURE__ */ jsxs63(TableRow, { className: "k-grid-edit-row", children: [
9187
+ /* @__PURE__ */ jsx188(TableTd, { children: /* @__PURE__ */ jsx188(Textbox, { value: "Towel", required: true }) }),
9188
+ /* @__PURE__ */ jsxs63(TableTd, { children: [
9189
+ /* @__PURE__ */ jsx188(NumericTextbox, { invalid: true }),
9190
+ /* @__PURE__ */ jsx188(
8685
9191
  TooltipNormal,
8686
9192
  {
8687
9193
  className: "k-validator-tooltip k-invalid-msg",
@@ -8692,91 +9198,86 @@ var grid_size_sm_default = () => /* @__PURE__ */ jsxs56(Fragment42, { children:
8692
9198
  }
8693
9199
  )
8694
9200
  ] }),
8695
- /* @__PURE__ */ jsxs56("td", { className: "k-table-td", children: [
8696
- /* @__PURE__ */ jsx153(Checkbox, { id: "e77452cd-b3b5-4dc9-8210-17007584b695" }),
8697
- /* @__PURE__ */ jsx153("label", { className: "k-checkbox-label", htmlFor: "e77452cd-b3b5-4dc9-8210-17007584b695" })
9201
+ /* @__PURE__ */ jsxs63(TableTd, { children: [
9202
+ /* @__PURE__ */ jsx188(Checkbox, { id: "e77452cd-b3b5-4dc9-8210-17007584b695" }),
9203
+ /* @__PURE__ */ jsx188("label", { className: "k-checkbox-label", htmlFor: "e77452cd-b3b5-4dc9-8210-17007584b695" })
8698
9204
  ] }),
8699
- /* @__PURE__ */ jsxs56("td", { className: "k-table-td k-command-cell", children: [
8700
- /* @__PURE__ */ jsx153(Button, { icon: "check", themeColor: "primary", children: "Update" }),
8701
- /* @__PURE__ */ jsx153(Button, { icon: "cancel", children: "Cancel" })
9205
+ /* @__PURE__ */ jsxs63(TableTd, { className: "k-command-cell", children: [
9206
+ /* @__PURE__ */ jsx188(Button, { icon: "check", themeColor: "primary", children: "Update" }),
9207
+ /* @__PURE__ */ jsx188(Button, { icon: "cancel", children: "Cancel" })
8702
9208
  ] })
8703
9209
  ] }),
8704
- /* @__PURE__ */ jsxs56("tr", { className: "k-table-row k-table-alt-row k-alt k-grid-edit-row", children: [
8705
- /* @__PURE__ */ jsxs56("td", { className: "k-table-td k-dirty-cell", children: [
8706
- /* @__PURE__ */ jsx153("span", { className: "k-dirty" }),
9210
+ /* @__PURE__ */ jsxs63(TableRow, { alt: true, className: "k-grid-edit-row k-alt", children: [
9211
+ /* @__PURE__ */ jsxs63(TableTd, { className: "k-dirty-cell", children: [
9212
+ /* @__PURE__ */ jsx188("span", { className: "k-dirty" }),
8707
9213
  "LongSingleWordTestLongSingleWordTestLongSingleWordTestLongSingleWordTest"
8708
9214
  ] }),
8709
- /* @__PURE__ */ jsx153("td", { className: "k-table-td", children: "18" }),
8710
- /* @__PURE__ */ jsx153("td", { className: "k-table-td", children: "false" }),
8711
- /* @__PURE__ */ jsxs56("td", { className: "k-table-td k-command-cell", children: [
8712
- /* @__PURE__ */ jsx153(Button, { icon: "pencil", children: "Edit" }),
8713
- /* @__PURE__ */ jsx153(Button, { icon: "x", children: "Delete" })
9215
+ /* @__PURE__ */ jsx188(TableTd, { children: "18" }),
9216
+ /* @__PURE__ */ jsx188(TableTd, { children: "false" }),
9217
+ /* @__PURE__ */ jsxs63(TableTd, { className: "k-command-cell", children: [
9218
+ /* @__PURE__ */ jsx188(Button, { icon: "pencil", children: "Edit" }),
9219
+ /* @__PURE__ */ jsx188(Button, { icon: "x", children: "Delete" })
8714
9220
  ] })
8715
9221
  ] }),
8716
- /* @__PURE__ */ jsxs56("tr", { className: "k-table-row", children: [
8717
- /* @__PURE__ */ jsx153("td", { className: "k-table-td", children: "Chang" }),
8718
- /* @__PURE__ */ jsx153("td", { className: "k-table-td", children: "19" }),
8719
- /* @__PURE__ */ jsx153("td", { className: "k-table-td", children: "false" }),
8720
- /* @__PURE__ */ jsxs56("td", { className: "k-table-td k-command-cell", children: [
8721
- /* @__PURE__ */ jsx153(Button, { icon: "pencil", children: "Edit" }),
8722
- /* @__PURE__ */ jsx153(Button, { icon: "x", children: "Delete" })
9222
+ /* @__PURE__ */ jsxs63(TableRow, { className: "k-grid-edit-row", children: [
9223
+ /* @__PURE__ */ jsx188(TableTd, { children: "Chang" }),
9224
+ /* @__PURE__ */ jsx188(TableTd, { children: "19" }),
9225
+ /* @__PURE__ */ jsx188(TableTd, { children: "false" }),
9226
+ /* @__PURE__ */ jsxs63(TableTd, { className: "k-command-cell", children: [
9227
+ /* @__PURE__ */ jsx188(Button, { icon: "pencil", children: "Edit" }),
9228
+ /* @__PURE__ */ jsx188(Button, { icon: "x", children: "Delete" })
8723
9229
  ] })
8724
9230
  ] })
8725
9231
  ] })
8726
- ] }) })
9232
+ ] }) }) })
8727
9233
  ] }) }),
8728
- /* @__PURE__ */ jsx153("span", { children: "Grouping" }),
8729
- /* @__PURE__ */ jsx153("section", { className: "col-2", children: /* @__PURE__ */ jsxs56("div", { className: "k-grid k-grid-sm k-grid-no-scrollbar", children: [
8730
- /* @__PURE__ */ jsxs56("div", { className: "k-grouping-header", children: [
8731
- /* @__PURE__ */ jsx153("div", { className: "k-grouping-dropclue" }),
8732
- /* @__PURE__ */ jsxs56(ChipList, { size: "small", children: [
8733
- /* @__PURE__ */ jsx153(Chip, { size: "small", icon: "sort-asc-small", actions: /* @__PURE__ */ jsx153(ChipAction, { type: "remove" }), children: "Price" }),
8734
- /* @__PURE__ */ jsx153(Chip, { size: "small", icon: "sort-desc-small", actions: /* @__PURE__ */ jsx153(ChipAction, { type: "remove" }), children: "Name" })
8735
- ] }),
8736
- /* @__PURE__ */ jsx153("div", { className: "k-grouping-drop-container" })
8737
- ] }),
8738
- /* @__PURE__ */ jsx153("div", { className: "k-grid-header", children: /* @__PURE__ */ jsx153("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs56("table", { className: "k-table k-table-sm k-grid-header-table", children: [
8739
- /* @__PURE__ */ jsxs56("colgroup", { children: [
8740
- /* @__PURE__ */ jsx153("col", { className: "k-group-col" }),
8741
- /* @__PURE__ */ jsx153("col", {}),
8742
- /* @__PURE__ */ jsx153("col", {}),
8743
- /* @__PURE__ */ jsx153("col", {}),
8744
- /* @__PURE__ */ jsx153("col", {})
9234
+ /* @__PURE__ */ jsx188("span", { children: "Grouping" }),
9235
+ /* @__PURE__ */ jsx188("section", { className: "col-2", children: /* @__PURE__ */ jsxs63(Grid, { size: "small", className: "k-grid-no-scrollbar", groupingHeader: /* @__PURE__ */ jsx188(GridGroupingHeader, { dropClue: true, children: /* @__PURE__ */ jsxs63(ChipList, { size: "small", children: [
9236
+ /* @__PURE__ */ jsx188(Chip, { size: "small", icon: "sort-asc-small", actions: /* @__PURE__ */ jsx188(ChipAction, { type: "remove" }), children: "Price" }),
9237
+ /* @__PURE__ */ jsx188(Chip, { size: "small", icon: "sort-desc-small", actions: /* @__PURE__ */ jsx188(ChipAction, { type: "remove" }), children: "Name" })
9238
+ ] }) }), children: [
9239
+ /* @__PURE__ */ jsx188(GridHeader, { children: /* @__PURE__ */ jsx188("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ jsxs63(GridHeaderTable, { size: "small", children: [
9240
+ /* @__PURE__ */ jsxs63("colgroup", { children: [
9241
+ /* @__PURE__ */ jsx188("col", { className: "k-group-col" }),
9242
+ /* @__PURE__ */ jsx188("col", {}),
9243
+ /* @__PURE__ */ jsx188("col", {}),
9244
+ /* @__PURE__ */ jsx188("col", {}),
9245
+ /* @__PURE__ */ jsx188("col", {})
8745
9246
  ] }),
8746
- /* @__PURE__ */ jsx153("thead", { className: "k-table-thead", children: /* @__PURE__ */ jsxs56("tr", { className: "k-table-row", children: [
8747
- /* @__PURE__ */ jsx153("th", { className: "k-table-th k-group-cell k-header", scope: "col" }),
8748
- /* @__PURE__ */ jsx153("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx153("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx153("span", { className: "k-link", children: /* @__PURE__ */ jsx153("span", { className: "k-column-title", children: "Name" }) }) }) }),
8749
- /* @__PURE__ */ jsx153("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx153("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx153("span", { className: "k-link", children: /* @__PURE__ */ jsx153("span", { className: "k-column-title", children: "Price" }) }) }) }),
8750
- /* @__PURE__ */ jsx153("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx153("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx153("span", { className: "k-link", children: /* @__PURE__ */ jsx153("span", { className: "k-column-title", children: "Available" }) }) }) }),
8751
- /* @__PURE__ */ jsx153("th", { className: "k-table-th k-header", children: /* @__PURE__ */ jsx153("span", { className: "k-cell-inner", children: /* @__PURE__ */ jsx153("span", { className: "k-link", children: /* @__PURE__ */ jsx153("span", { className: "k-column-title", children: "Units" }) }) }) })
9247
+ /* @__PURE__ */ jsx188(TableThead, { children: /* @__PURE__ */ jsxs63(TableRow, { children: [
9248
+ /* @__PURE__ */ jsx188(GridHeaderCell, { className: "k-group-cell" }),
9249
+ /* @__PURE__ */ jsx188(GridHeaderCell, { columnTitle: "Name" }),
9250
+ /* @__PURE__ */ jsx188(GridHeaderCell, { columnTitle: "Price" }),
9251
+ /* @__PURE__ */ jsx188(GridHeaderCell, { columnTitle: "Available" }),
9252
+ /* @__PURE__ */ jsx188(GridHeaderCell, { columnTitle: "Units" })
8752
9253
  ] }) })
8753
9254
  ] }) }) }),
8754
- /* @__PURE__ */ jsx153("div", { className: "k-grid-content", children: /* @__PURE__ */ jsxs56("table", { className: "k-table k-table-sm k-grid-table", style: { height: "auto" }, children: [
8755
- /* @__PURE__ */ jsxs56("colgroup", { children: [
8756
- /* @__PURE__ */ jsx153("col", { className: "k-group-col" }),
8757
- /* @__PURE__ */ jsx153("col", {}),
8758
- /* @__PURE__ */ jsx153("col", {}),
8759
- /* @__PURE__ */ jsx153("col", {}),
8760
- /* @__PURE__ */ jsx153("col", {})
9255
+ /* @__PURE__ */ jsx188(GridContainer, { children: /* @__PURE__ */ jsx188(GridContent, { children: /* @__PURE__ */ jsxs63(GridTable, { size: "small", style: { height: "auto" }, children: [
9256
+ /* @__PURE__ */ jsxs63("colgroup", { children: [
9257
+ /* @__PURE__ */ jsx188("col", { className: "k-group-col" }),
9258
+ /* @__PURE__ */ jsx188("col", {}),
9259
+ /* @__PURE__ */ jsx188("col", {}),
9260
+ /* @__PURE__ */ jsx188("col", {}),
9261
+ /* @__PURE__ */ jsx188("col", {})
8761
9262
  ] }),
8762
- /* @__PURE__ */ jsxs56("tbody", { className: "k-table-tbody", children: [
8763
- /* @__PURE__ */ jsx153("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ jsx153("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ jsxs56("p", { className: "k-reset", children: [
8764
- /* @__PURE__ */ jsx153(Icon, { icon: "caret-alt-right" }),
9263
+ /* @__PURE__ */ jsxs63(TableTbody, { children: [
9264
+ /* @__PURE__ */ jsx188(TableRow, { className: "k-table-group-row k-grouping-row", children: /* @__PURE__ */ jsx188(TableTd, { colspan: 5, children: /* @__PURE__ */ jsxs63("p", { className: "k-reset", children: [
9265
+ /* @__PURE__ */ jsx188(Icon, { icon: "caret-alt-right" }),
8765
9266
  "Price: 19"
8766
9267
  ] }) }) }),
8767
- /* @__PURE__ */ jsx153("tr", { className: "k-table-row k-table-group-row k-grouping-row", children: /* @__PURE__ */ jsx153("td", { className: "k-table-td", colSpan: 5, children: /* @__PURE__ */ jsxs56("p", { className: "k-reset", children: [
8768
- /* @__PURE__ */ jsx153(Icon, { icon: "caret-alt-down" }),
9268
+ /* @__PURE__ */ jsx188(TableRow, { className: "k-table-group-row k-grouping-row", children: /* @__PURE__ */ jsx188(TableTd, { colspan: 5, children: /* @__PURE__ */ jsxs63("p", { className: "k-reset", children: [
9269
+ /* @__PURE__ */ jsx188(Icon, { icon: "caret-alt-down" }),
8769
9270
  "Price: 30"
8770
9271
  ] }) }) }),
8771
- /* @__PURE__ */ jsxs56("tr", { className: "k-table-row", children: [
8772
- /* @__PURE__ */ jsx153("td", { className: "k-table-td k-table-group-td k-group-cell", children: "\xA0" }),
8773
- /* @__PURE__ */ jsx153("td", { className: "k-table-td", children: "Chai" }),
8774
- /* @__PURE__ */ jsx153("td", { className: "k-table-td", children: "30" }),
8775
- /* @__PURE__ */ jsx153("td", { className: "k-table-td", children: "false" }),
8776
- /* @__PURE__ */ jsx153("td", { className: "k-table-td", children: "15" })
9272
+ /* @__PURE__ */ jsxs63(TableRow, { children: [
9273
+ /* @__PURE__ */ jsx188(TableTd, { className: "k-table-group-td k-group-cell", children: "\xA0" }),
9274
+ /* @__PURE__ */ jsx188(TableTd, { children: "Chai" }),
9275
+ /* @__PURE__ */ jsx188(TableTd, { children: "30" }),
9276
+ /* @__PURE__ */ jsx188(TableTd, { children: "false" }),
9277
+ /* @__PURE__ */ jsx188(TableTd, { children: "15" })
8777
9278
  ] })
8778
9279
  ] })
8779
- ] }) })
9280
+ ] }) }) })
8780
9281
  ] }) })
8781
9282
  ] })
8782
9283
  ] });