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