@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
@@ -5898,26 +5898,852 @@ var import_jsx_runtime60 = require("react/jsx-runtime");
5898
5898
  // src/textbox/templates/textbox-suffix.tsx
5899
5899
  var import_jsx_runtime61 = require("react/jsx-runtime");
5900
5900
 
5901
+ // src/tooltip/tooltip.spec.tsx
5902
+ var import_jsx_runtime62 = require("react/jsx-runtime");
5903
+ var TOOLTIP_CLASSNAME = `k-tooltip`;
5904
+ var states26 = [];
5905
+ var options25 = {
5906
+ themeColor: [
5907
+ ThemeColor.primary,
5908
+ ThemeColor.secondary,
5909
+ ThemeColor.tertiary,
5910
+ ThemeColor.success,
5911
+ ThemeColor.warning,
5912
+ ThemeColor.error,
5913
+ ThemeColor.info,
5914
+ ThemeColor.light,
5915
+ ThemeColor.dark,
5916
+ ThemeColor.inverse
5917
+ ]
5918
+ };
5919
+ var defaultProps26 = {
5920
+ closable: false
5921
+ };
5922
+ var Tooltip = (props) => {
5923
+ const {
5924
+ callout,
5925
+ closable,
5926
+ themeColor,
5927
+ title,
5928
+ content,
5929
+ icon,
5930
+ ...other
5931
+ } = props;
5932
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
5933
+ "div",
5934
+ {
5935
+ ...other,
5936
+ className: classNames(
5937
+ props.className,
5938
+ TOOLTIP_CLASSNAME,
5939
+ optionClassNames(TOOLTIP_CLASSNAME, {
5940
+ themeColor
5941
+ }),
5942
+ {
5943
+ "k-tooltip-closable": closable
5944
+ }
5945
+ ),
5946
+ children: [
5947
+ icon && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Icon, { className: "k-tooltip-icon", icon }),
5948
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("div", { className: "k-tooltip-content", children: [
5949
+ title && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("div", { className: "k-tooltip-title", children: title }),
5950
+ content
5951
+ ] }),
5952
+ closable && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("div", { className: "k-tooltip-button", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Icon, { icon: "x" }) }),
5953
+ callout && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("div", { className: classNames(
5954
+ "k-callout",
5955
+ {
5956
+ [`k-callout-${kendoThemeMaps.calloutMap[callout] || callout}`]: callout
5957
+ }
5958
+ ) })
5959
+ ]
5960
+ }
5961
+ );
5962
+ };
5963
+ Tooltip.states = states26;
5964
+ Tooltip.options = options25;
5965
+ Tooltip.className = TOOLTIP_CLASSNAME;
5966
+ Tooltip.defaultProps = defaultProps26;
5967
+ var tooltip_spec_default = Tooltip;
5968
+
5969
+ // src/tooltip/templates/tooltip-normal.tsx
5970
+ var import_jsx_runtime63 = require("react/jsx-runtime");
5971
+ var TooltipNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
5972
+ tooltip_spec_default,
5973
+ {
5974
+ content: "Tooltip Content",
5975
+ ...props
5976
+ }
5977
+ );
5978
+
5979
+ // src/tooltip/templates/tooltip-closable.tsx
5980
+ var import_jsx_runtime64 = require("react/jsx-runtime");
5981
+
5982
+ // src/grid/grid.spec.tsx
5983
+ var import_jsx_runtime65 = require("react/jsx-runtime");
5984
+ var GRID_CLASSNAME = "k-grid";
5985
+ var states27 = [];
5986
+ var options26 = {
5987
+ size: [Size.small, Size.medium, Size.large]
5988
+ };
5989
+ var defaultProps27 = {
5990
+ size: Size.medium,
5991
+ pagerPosition: "bottom"
5992
+ };
5993
+ var Grid = (props) => {
5994
+ const {
5995
+ size = defaultProps27.size,
5996
+ toolbar,
5997
+ pager,
5998
+ pagerPosition,
5999
+ groupingHeader,
6000
+ _renderAriaRoot,
6001
+ ...other
6002
+ } = props;
6003
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
6004
+ "div",
6005
+ {
6006
+ ...other,
6007
+ className: classNames(
6008
+ props.className,
6009
+ GRID_CLASSNAME,
6010
+ optionClassNames(GRID_CLASSNAME, { size })
6011
+ ),
6012
+ children: [
6013
+ toolbar,
6014
+ pagerPosition === "top" && pager,
6015
+ groupingHeader,
6016
+ props.children && _renderAriaRoot ? /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "k-grid-aria-root", children: props.children }) : props.children,
6017
+ pagerPosition === "bottom" && pager
6018
+ ]
6019
+ }
6020
+ );
6021
+ };
6022
+ Grid.states = states27;
6023
+ Grid.options = options26;
6024
+ Grid.className = GRID_CLASSNAME;
6025
+ Grid.defaultProps = defaultProps27;
6026
+
6027
+ // src/grid/grid-header.spec.tsx
6028
+ var import_jsx_runtime66 = require("react/jsx-runtime");
6029
+ var className14 = `k-grid-header`;
6030
+ var GridHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6031
+ "div",
6032
+ {
6033
+ ...props,
6034
+ className: classNames(
6035
+ props.className,
6036
+ className14
6037
+ ),
6038
+ children: props.children
6039
+ }
6040
+ );
6041
+
6042
+ // src/grid/grid-grouping-header.spec.tsx
6043
+ var import_jsx_runtime67 = require("react/jsx-runtime");
6044
+
6045
+ // src/table/data-table.spec.tsx
6046
+ var import_jsx_runtime68 = require("react/jsx-runtime");
6047
+ var DATATABLE_CLASSNAME = `k-data-table`;
6048
+ var states28 = [];
6049
+ var options27 = {
6050
+ size: [Size.small, Size.medium, Size.large]
6051
+ };
6052
+ var defaultProps28 = {
6053
+ size: Size.medium
6054
+ };
6055
+ var DataTable = (props) => {
6056
+ const {
6057
+ size = defaultProps28.size,
6058
+ ...other
6059
+ } = props;
6060
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6061
+ "div",
6062
+ {
6063
+ ...other,
6064
+ className: classNames(
6065
+ props.className,
6066
+ DATATABLE_CLASSNAME,
6067
+ optionClassNames("k-table", {
6068
+ size
6069
+ })
6070
+ ),
6071
+ children: props.children
6072
+ }
6073
+ );
6074
+ };
6075
+ DataTable.states = states28;
6076
+ DataTable.options = options27;
6077
+ DataTable.className = DATATABLE_CLASSNAME;
6078
+ DataTable.defaultProps = defaultProps28;
6079
+
6080
+ // src/table/table-header.tsx
6081
+ var import_jsx_runtime69 = require("react/jsx-runtime");
6082
+
6083
+ // src/table/table-body.tsx
6084
+ var import_jsx_runtime70 = require("react/jsx-runtime");
6085
+
6086
+ // src/table/table-footer.tsx
6087
+ var import_jsx_runtime71 = require("react/jsx-runtime");
6088
+
6089
+ // src/table/table.spec.tsx
6090
+ var import_jsx_runtime72 = require("react/jsx-runtime");
6091
+ var TABLE_CLASSNAME = `k-table`;
6092
+ var states29 = [];
6093
+ var options28 = {
6094
+ size: [Size.small, Size.medium, Size.large]
6095
+ };
6096
+ var defaultProps29 = {};
6097
+ var Table = (props) => {
6098
+ const {
6099
+ size,
6100
+ ...other
6101
+ } = props;
6102
+ return /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6103
+ "table",
6104
+ {
6105
+ ...other,
6106
+ className: classNames(
6107
+ props.className,
6108
+ TABLE_CLASSNAME,
6109
+ optionClassNames(TABLE_CLASSNAME, {
6110
+ size
6111
+ })
6112
+ ),
6113
+ children: props.children
6114
+ }
6115
+ );
6116
+ };
6117
+ Table.states = states29;
6118
+ Table.options = options28;
6119
+ Table.className = TABLE_CLASSNAME;
6120
+ Table.defaultProps = defaultProps29;
6121
+
6122
+ // src/table/table-list.spec.tsx
6123
+ var import_jsx_runtime73 = require("react/jsx-runtime");
6124
+ var TABLELIST_CLASSNAME = `k-table-list`;
6125
+ var states30 = [];
6126
+ var options29 = {
6127
+ size: [Size.small, Size.medium, Size.large]
6128
+ };
6129
+ var defaultProps30 = {};
6130
+ var TableList = (props) => {
6131
+ const {
6132
+ size,
6133
+ virtualization,
6134
+ ...other
6135
+ } = props;
6136
+ return /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6137
+ "ul",
6138
+ {
6139
+ ...other,
6140
+ className: classNames(
6141
+ props.className,
6142
+ "k-table",
6143
+ TABLELIST_CLASSNAME,
6144
+ optionClassNames(TABLELIST_CLASSNAME, {
6145
+ size
6146
+ }),
6147
+ {
6148
+ "k-virtual-table": virtualization
6149
+ }
6150
+ ),
6151
+ children: props.children
6152
+ }
6153
+ );
6154
+ };
6155
+ TableList.states = states30;
6156
+ TableList.options = options29;
6157
+ TableList.className = TABLELIST_CLASSNAME;
6158
+ TableList.defaultProps = defaultProps30;
6159
+
6160
+ // src/table/table-thead.tsx
6161
+ var import_jsx_runtime74 = require("react/jsx-runtime");
6162
+ var className15 = `k-table-thead`;
6163
+ var TableThead = (props) => /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6164
+ "thead",
6165
+ {
6166
+ className: classNames(
6167
+ props.className,
6168
+ className15
6169
+ ),
6170
+ children: props.children
6171
+ }
6172
+ );
6173
+
6174
+ // src/table/table-tbody.tsx
6175
+ var import_jsx_runtime75 = require("react/jsx-runtime");
6176
+ var className16 = `k-table-tbody`;
6177
+ var TableTbody = (props) => /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6178
+ "tbody",
6179
+ {
6180
+ className: classNames(
6181
+ props.className,
6182
+ className16
6183
+ ),
6184
+ children: props.children
6185
+ }
6186
+ );
6187
+
6188
+ // src/table/table-tfoot.tsx
6189
+ var import_jsx_runtime76 = require("react/jsx-runtime");
6190
+
6191
+ // src/table/table-row.tsx
6192
+ var import_jsx_runtime77 = require("react/jsx-runtime");
6193
+ var TABLEROW_CLASSNAME = `k-table-row`;
6194
+ var states31 = [
6195
+ States.hover,
6196
+ States.focus,
6197
+ States.selected,
6198
+ States.disabled
6199
+ ];
6200
+ var TableRow = (props) => {
6201
+ const {
6202
+ hover,
6203
+ focus,
6204
+ selected,
6205
+ disabled,
6206
+ alt,
6207
+ ...other
6208
+ } = props;
6209
+ return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6210
+ "tr",
6211
+ {
6212
+ ...other,
6213
+ className: classNames(
6214
+ props.className,
6215
+ TABLEROW_CLASSNAME,
6216
+ {
6217
+ ["k-table-alt-row"]: alt
6218
+ },
6219
+ stateClassNames(TABLEROW_CLASSNAME, {
6220
+ hover,
6221
+ focus,
6222
+ disabled,
6223
+ selected
6224
+ })
6225
+ ),
6226
+ children: props.children
6227
+ }
6228
+ );
6229
+ };
6230
+
6231
+ // src/table/table-list-row.tsx
6232
+ var import_jsx_runtime78 = require("react/jsx-runtime");
6233
+ var states32 = [
6234
+ States.hover,
6235
+ States.focus,
6236
+ States.selected,
6237
+ States.disabled
6238
+ ];
6239
+
6240
+ // src/table/table-th.tsx
6241
+ var import_jsx_runtime79 = require("react/jsx-runtime");
6242
+ var className17 = `k-table-th`;
6243
+ var TableTh = (props) => {
6244
+ const {
6245
+ text,
6246
+ colspan,
6247
+ rowspan,
6248
+ ...other
6249
+ } = props;
6250
+ const textOrChildren = text ? text : props.children;
6251
+ return /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6252
+ "th",
6253
+ {
6254
+ colSpan: colspan,
6255
+ rowSpan: rowspan,
6256
+ ...other,
6257
+ className: classNames(
6258
+ props.className,
6259
+ className17
6260
+ ),
6261
+ children: textOrChildren
6262
+ }
6263
+ );
6264
+ };
6265
+
6266
+ // src/table/table-list-th.tsx
6267
+ var import_jsx_runtime80 = require("react/jsx-runtime");
6268
+
6269
+ // src/table/table-td.tsx
6270
+ var import_jsx_runtime81 = require("react/jsx-runtime");
6271
+ var className18 = `k-table-td`;
6272
+ var TableTd = (props) => {
6273
+ const {
6274
+ text,
6275
+ colspan,
6276
+ ...other
6277
+ } = props;
6278
+ const textOrChildren = text ? text : props.children;
6279
+ return /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6280
+ "td",
6281
+ {
6282
+ colSpan: colspan,
6283
+ ...other,
6284
+ className: classNames(
6285
+ props.className,
6286
+ className18
6287
+ ),
6288
+ children: textOrChildren
6289
+ }
6290
+ );
6291
+ };
6292
+
6293
+ // src/table/table-list-td.tsx
6294
+ var import_jsx_runtime82 = require("react/jsx-runtime");
6295
+
6296
+ // src/table/table-group-header.tsx
6297
+ var import_jsx_runtime83 = require("react/jsx-runtime");
6298
+
6299
+ // src/table/table-group-sticky-header.tsx
6300
+ var import_jsx_runtime84 = require("react/jsx-runtime");
6301
+
6302
+ // src/table/table-group-row.tsx
6303
+ var import_jsx_runtime85 = require("react/jsx-runtime");
6304
+
6305
+ // src/table/table-list-group-row.tsx
6306
+ var import_jsx_runtime86 = require("react/jsx-runtime");
6307
+
6308
+ // src/table/templates/table-list.tsx
6309
+ var import_jsx_runtime87 = require("react/jsx-runtime");
6310
+
6311
+ // src/table/templates/table-list-virtualization.tsx
6312
+ var import_jsx_runtime88 = require("react/jsx-runtime");
6313
+
6314
+ // src/table/templates/data-table-normal.tsx
6315
+ var import_jsx_runtime89 = require("react/jsx-runtime");
6316
+
6317
+ // src/table/templates/table-native.tsx
6318
+ var import_jsx_runtime90 = require("react/jsx-runtime");
6319
+
6320
+ // src/grid/grid-header-table.spec.tsx
6321
+ var import_jsx_runtime91 = require("react/jsx-runtime");
6322
+ var GRIDHEADERTABLE_CLASSNAME = `k-grid-header-table`;
6323
+ var GridHeaderTable = (props) => /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
6324
+ Table,
6325
+ {
6326
+ size: "medium",
6327
+ ...props,
6328
+ className: classNames(
6329
+ props.className,
6330
+ GRIDHEADERTABLE_CLASSNAME
6331
+ ),
6332
+ children: props.children
6333
+ }
6334
+ );
6335
+
6336
+ // src/grid/grid-header-cell.spec.tsx
6337
+ var import_jsx_runtime92 = require("react/jsx-runtime");
6338
+ var className19 = `k-header`;
6339
+ var states33 = [
6340
+ States.hover,
6341
+ States.focus,
6342
+ States.active
6343
+ ];
6344
+ var defaultProps31 = {
6345
+ sortIcon: "sort-asc-small"
6346
+ };
6347
+ var GridHeaderCell = (props) => {
6348
+ const {
6349
+ menu,
6350
+ sortable,
6351
+ sticky,
6352
+ resizable,
6353
+ columnTitle,
6354
+ hover,
6355
+ focus,
6356
+ active,
6357
+ sortIcon = defaultProps31.sortIcon,
6358
+ sortOrder,
6359
+ ...others
6360
+ } = props;
6361
+ return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
6362
+ TableTh,
6363
+ {
6364
+ ...others,
6365
+ className: classNames(
6366
+ props.className,
6367
+ className19,
6368
+ {
6369
+ [`k-filterable`]: menu === "filter",
6370
+ [`k-sorted`]: sortable,
6371
+ [`k-grid-header-sticky`]: sticky,
6372
+ [`k-touch-action-none`]: resizable
6373
+ },
6374
+ stateClassNames(className19, {
6375
+ hover,
6376
+ focus,
6377
+ active
6378
+ })
6379
+ ),
6380
+ children: [
6381
+ columnTitle && /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("span", { className: "k-cell-inner", children: [
6382
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("span", { className: "k-link", children: [
6383
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("span", { className: "k-column-title", children: columnTitle }),
6384
+ sortable && /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Icon, { icon: sortIcon }) }),
6385
+ sortOrder && /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("span", { className: "k-sort-order", children: sortOrder })
6386
+ ] }),
6387
+ menu && /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("a", { href: "#", className: classNames(
6388
+ "k-grid-header-menu",
6389
+ {
6390
+ [`k-active`]: active,
6391
+ [`k-grid-filter-menu`]: menu === "filter",
6392
+ [`k-grid-column-menu`]: menu === "column"
6393
+ }
6394
+ ), children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Icon, { icon: menu === "filter" ? "filter" : "more-vertical" }) })
6395
+ ] }),
6396
+ props.children,
6397
+ resizable && /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("span", { className: "k-column-resizer k-touch-action-none" })
6398
+ ]
6399
+ }
6400
+ );
6401
+ };
6402
+
6403
+ // src/grid/grid-container.spec.tsx
6404
+ var import_jsx_runtime93 = require("react/jsx-runtime");
6405
+ var className20 = `k-grid-container`;
6406
+ var GridContainer = (props) => /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
6407
+ "div",
6408
+ {
6409
+ ...props,
6410
+ className: classNames(
6411
+ props.className,
6412
+ className20
6413
+ ),
6414
+ children: props.children
6415
+ }
6416
+ );
6417
+
6418
+ // src/grid/grid-content.spec.tsx
6419
+ var import_jsx_runtime94 = require("react/jsx-runtime");
6420
+ var className21 = `k-grid-content`;
6421
+ var GridContent = (props) => /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
6422
+ "div",
6423
+ {
6424
+ ...props,
6425
+ className: classNames(
6426
+ props.className,
6427
+ className21
6428
+ ),
6429
+ children: props.children
6430
+ }
6431
+ );
6432
+
6433
+ // src/grid/grid-table.spec.tsx
6434
+ var import_jsx_runtime95 = require("react/jsx-runtime");
6435
+ var GRIDTABLE_CLASSNAME = `k-grid-table`;
6436
+ var GridTable = (props) => /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
6437
+ Table,
6438
+ {
6439
+ size: "medium",
6440
+ ...props,
6441
+ className: classNames(
6442
+ props.className,
6443
+ GRIDTABLE_CLASSNAME
6444
+ ),
6445
+ children: props.children
6446
+ }
6447
+ );
6448
+
6449
+ // src/grid/grid-footer.spec.tsx
6450
+ var import_jsx_runtime96 = require("react/jsx-runtime");
6451
+
6452
+ // src/grid/grid-footer-table.spec.tsx
6453
+ var import_jsx_runtime97 = require("react/jsx-runtime");
6454
+
6455
+ // src/pager/pager.spec.tsx
6456
+ var import_jsx_runtime98 = require("react/jsx-runtime");
6457
+ var PAGER_CLASSNAME = `k-pager`;
6458
+ var states34 = [
6459
+ States.focus,
6460
+ States.disabled
6461
+ ];
6462
+ var options30 = {
6463
+ size: [Size.small, Size.medium, Size.large]
6464
+ };
6465
+ var defaultProps32 = {
6466
+ size: Size.medium,
6467
+ adaptive: false,
6468
+ itemsPerPage: true,
6469
+ type: "numeric",
6470
+ pageSizes: true,
6471
+ refresh: true,
6472
+ info: true
6473
+ };
6474
+ var Pager = (props) => {
6475
+ const {
6476
+ size = defaultProps32.size,
6477
+ adaptive = defaultProps32.adaptive,
6478
+ itemsPerPage = defaultProps32.itemsPerPage,
6479
+ type = defaultProps32.type,
6480
+ pageSizes = defaultProps32.pageSizes,
6481
+ refresh = defaultProps32.refresh,
6482
+ info = defaultProps32.info,
6483
+ focus,
6484
+ disabled,
6485
+ dir,
6486
+ ...other
6487
+ } = props;
6488
+ return /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(
6489
+ "div",
6490
+ {
6491
+ dir,
6492
+ ...other,
6493
+ className: classNames(
6494
+ props.className,
6495
+ PAGER_CLASSNAME,
6496
+ optionClassNames(PAGER_CLASSNAME, {
6497
+ size
6498
+ }),
6499
+ stateClassNames(PAGER_CLASSNAME, {
6500
+ focus,
6501
+ disabled
6502
+ })
6503
+ ),
6504
+ children: [
6505
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(
6506
+ "div",
6507
+ {
6508
+ className: classNames(
6509
+ "k-pager-numbers-wrap"
6510
+ ),
6511
+ children: [
6512
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
6513
+ Button,
6514
+ {
6515
+ className: classNames(
6516
+ "k-pager-nav",
6517
+ "k-pager-first"
6518
+ ),
6519
+ disabled: true,
6520
+ fillMode: "flat",
6521
+ size,
6522
+ rounded: null,
6523
+ icon: dir === "rtl" ? "caret-alt-to-right" : "caret-alt-to-left"
6524
+ }
6525
+ ),
6526
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
6527
+ Button,
6528
+ {
6529
+ className: classNames(
6530
+ "k-pager-nav"
6531
+ ),
6532
+ disabled: true,
6533
+ fillMode: "flat",
6534
+ size,
6535
+ rounded: null,
6536
+ icon: dir === "rtl" ? "caret-alt-right" : "caret-alt-left"
6537
+ }
6538
+ ),
6539
+ type === "numeric" && !adaptive && /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(
6540
+ "div",
6541
+ {
6542
+ className: classNames(
6543
+ "k-pager-numbers"
6544
+ ),
6545
+ children: [
6546
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
6547
+ Button,
6548
+ {
6549
+ selected: true,
6550
+ fillMode: "flat",
6551
+ themeColor: "primary",
6552
+ size,
6553
+ rounded: null,
6554
+ children: "1"
6555
+ }
6556
+ ),
6557
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
6558
+ Button,
6559
+ {
6560
+ fillMode: "flat",
6561
+ themeColor: "primary",
6562
+ size,
6563
+ rounded: null,
6564
+ children: "2"
6565
+ }
6566
+ ),
6567
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
6568
+ Button,
6569
+ {
6570
+ fillMode: "flat",
6571
+ themeColor: "primary",
6572
+ size,
6573
+ rounded: null,
6574
+ children: "3"
6575
+ }
6576
+ ),
6577
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
6578
+ Button,
6579
+ {
6580
+ fillMode: "flat",
6581
+ themeColor: "primary",
6582
+ size,
6583
+ rounded: null,
6584
+ children: "4"
6585
+ }
6586
+ ),
6587
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
6588
+ Button,
6589
+ {
6590
+ fillMode: "flat",
6591
+ themeColor: "primary",
6592
+ size,
6593
+ rounded: null,
6594
+ children: "5"
6595
+ }
6596
+ ),
6597
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
6598
+ Button,
6599
+ {
6600
+ fillMode: "flat",
6601
+ themeColor: "primary",
6602
+ size,
6603
+ rounded: null,
6604
+ children: "6"
6605
+ }
6606
+ )
6607
+ ]
6608
+ }
6609
+ ),
6610
+ type === "numeric" && /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
6611
+ "select",
6612
+ {
6613
+ className: classNames(
6614
+ "k-picker",
6615
+ "k-picker-solid",
6616
+ "k-dropdown-list",
6617
+ "k-dropdown",
6618
+ "k-rounded-md",
6619
+ optionClassNames("k-picker", {
6620
+ size
6621
+ }),
6622
+ {
6623
+ ["k-hidden"]: !adaptive
6624
+ }
6625
+ ),
6626
+ children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("option", { children: "99" })
6627
+ }
6628
+ ),
6629
+ type === "input" && /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(
6630
+ "span",
6631
+ {
6632
+ className: classNames(
6633
+ "k-pager-input"
6634
+ ),
6635
+ children: [
6636
+ !adaptive && /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("span", { children: "Page" }),
6637
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(NumericTextbox, { value: "999", size, showSpinButton: false, showClearButton: false }),
6638
+ !adaptive && /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("span", { children: "of 8" })
6639
+ ]
6640
+ }
6641
+ ),
6642
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
6643
+ Button,
6644
+ {
6645
+ className: classNames(
6646
+ "k-pager-nav"
6647
+ ),
6648
+ fillMode: "flat",
6649
+ size,
6650
+ rounded: null,
6651
+ icon: dir === "rtl" ? "caret-alt-left" : "caret-alt-right"
6652
+ }
6653
+ ),
6654
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
6655
+ Button,
6656
+ {
6657
+ className: classNames(
6658
+ "k-pager-nav",
6659
+ "k-pager-last"
6660
+ ),
6661
+ fillMode: "flat",
6662
+ size,
6663
+ rounded: null,
6664
+ icon: dir === "rtl" ? "caret-alt-to-left" : "caret-alt-to-right"
6665
+ }
6666
+ )
6667
+ ]
6668
+ }
6669
+ ),
6670
+ pageSizes && /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(
6671
+ "span",
6672
+ {
6673
+ className: classNames(
6674
+ "k-pager-sizes"
6675
+ ),
6676
+ children: [
6677
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(DropdownList, { value: "99", size }),
6678
+ itemsPerPage && /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("span", { children: "items per page" })
6679
+ ]
6680
+ }
6681
+ ),
6682
+ refresh && /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
6683
+ Button,
6684
+ {
6685
+ className: classNames(
6686
+ "k-pager-refresh"
6687
+ ),
6688
+ fillMode: "flat",
6689
+ size,
6690
+ rounded: null,
6691
+ icon: "arrow-rotate-cw"
6692
+ }
6693
+ ),
6694
+ info && /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
6695
+ "span",
6696
+ {
6697
+ className: classNames(
6698
+ "k-pager-info"
6699
+ ),
6700
+ children: "1 - 20 of 91 items"
6701
+ }
6702
+ )
6703
+ ]
6704
+ }
6705
+ );
6706
+ };
6707
+ Pager.states = states34;
6708
+ Pager.options = options30;
6709
+ Pager.className = PAGER_CLASSNAME;
6710
+ Pager.defaultProps = defaultProps32;
6711
+
6712
+ // src/pager/templates/pager-normal.tsx
6713
+ var import_jsx_runtime99 = require("react/jsx-runtime");
6714
+
6715
+ // src/pager/templates/pager-input.tsx
6716
+ var import_jsx_runtime100 = require("react/jsx-runtime");
6717
+
6718
+ // src/pager/templates/pager-adaptive.tsx
6719
+ var import_jsx_runtime101 = require("react/jsx-runtime");
6720
+
6721
+ // src/pager/templates/pager-adaptive-input.tsx
6722
+ var import_jsx_runtime102 = require("react/jsx-runtime");
6723
+
6724
+ // src/grid/grid-pager.spec.tsx
6725
+ var import_jsx_runtime103 = require("react/jsx-runtime");
6726
+
5901
6727
  // src/button-group/button-group.spec.tsx
5902
- var import_jsx_runtime62 = require("react/jsx-runtime");
6728
+ var import_jsx_runtime104 = require("react/jsx-runtime");
5903
6729
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
5904
- var states26 = [
6730
+ var states35 = [
5905
6731
  States.disabled
5906
6732
  ];
5907
- var options25 = {
6733
+ var options31 = {
5908
6734
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5909
6735
  };
5910
- var defaultProps26 = {
6736
+ var defaultProps33 = {
5911
6737
  fillMode: FillMode.solid
5912
6738
  };
5913
6739
  var ButtonGroup = (props) => {
5914
6740
  const {
5915
- fillMode = defaultProps26.fillMode,
6741
+ fillMode = defaultProps33.fillMode,
5916
6742
  disabled,
5917
6743
  stretched,
5918
6744
  ...other
5919
6745
  } = props;
5920
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6746
+ return /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
5921
6747
  "div",
5922
6748
  {
5923
6749
  ...other,
@@ -5938,35 +6764,35 @@ var ButtonGroup = (props) => {
5938
6764
  }
5939
6765
  );
5940
6766
  };
5941
- ButtonGroup.states = states26;
5942
- ButtonGroup.options = options25;
6767
+ ButtonGroup.states = states35;
6768
+ ButtonGroup.options = options31;
5943
6769
  ButtonGroup.className = BUTTONGROUP_CLASSNAME;
5944
- ButtonGroup.defaultProps = defaultProps26;
6770
+ ButtonGroup.defaultProps = defaultProps33;
5945
6771
 
5946
6772
  // src/button-group/templates/icon-button-group.tsx
5947
- var import_jsx_runtime63 = require("react/jsx-runtime");
6773
+ var import_jsx_runtime105 = require("react/jsx-runtime");
5948
6774
 
5949
6775
  // src/button-group/templates/icon-text-button-group.tsx
5950
- var import_jsx_runtime64 = require("react/jsx-runtime");
6776
+ var import_jsx_runtime106 = require("react/jsx-runtime");
5951
6777
 
5952
6778
  // src/button-group/templates/text-button-group.tsx
5953
- var import_jsx_runtime65 = require("react/jsx-runtime");
6779
+ var import_jsx_runtime107 = require("react/jsx-runtime");
5954
6780
 
5955
6781
  // src/button-group/templates/mixed-button-group.tsx
5956
- var import_jsx_runtime66 = require("react/jsx-runtime");
6782
+ var import_jsx_runtime108 = require("react/jsx-runtime");
5957
6783
 
5958
6784
  // src/color-preview/color-preview.tsx
5959
- var import_jsx_runtime67 = require("react/jsx-runtime");
6785
+ var import_jsx_runtime109 = require("react/jsx-runtime");
5960
6786
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
5961
- var states27 = [];
5962
- var options26 = {};
6787
+ var states36 = [];
6788
+ var options32 = {};
5963
6789
  var ColorPreview = (props) => {
5964
6790
  const {
5965
6791
  color,
5966
6792
  iconName,
5967
6793
  ...other
5968
6794
  } = props;
5969
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
6795
+ return /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)(
5970
6796
  "span",
5971
6797
  {
5972
6798
  ...other,
@@ -5979,8 +6805,8 @@ var ColorPreview = (props) => {
5979
6805
  }
5980
6806
  ),
5981
6807
  children: [
5982
- iconName && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5983
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6808
+ iconName && /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6809
+ /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
5984
6810
  "span",
5985
6811
  {
5986
6812
  className: "k-color-preview-mask",
@@ -5991,14 +6817,14 @@ var ColorPreview = (props) => {
5991
6817
  }
5992
6818
  );
5993
6819
  };
5994
- ColorPreview.states = states27;
5995
- ColorPreview.options = options26;
6820
+ ColorPreview.states = states36;
6821
+ ColorPreview.options = options32;
5996
6822
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
5997
6823
 
5998
6824
  // src/colorpicker/colorpicker.spec.tsx
5999
- var import_jsx_runtime68 = require("react/jsx-runtime");
6825
+ var import_jsx_runtime110 = require("react/jsx-runtime");
6000
6826
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
6001
- var states28 = [
6827
+ var states37 = [
6002
6828
  States.hover,
6003
6829
  States.focus,
6004
6830
  States.valid,
@@ -6006,12 +6832,12 @@ var states28 = [
6006
6832
  States.required,
6007
6833
  States.disabled
6008
6834
  ];
6009
- var options27 = {
6835
+ var options33 = {
6010
6836
  size: [Size.small, Size.medium, Size.large],
6011
6837
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6012
6838
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6013
6839
  };
6014
- var defaultProps27 = {
6840
+ var defaultProps34 = {
6015
6841
  arrowIconName: "caret-alt-down",
6016
6842
  size: Picker.defaultProps.size,
6017
6843
  rounded: Picker.defaultProps.rounded,
@@ -6033,13 +6859,13 @@ var ColorPicker = (props) => {
6033
6859
  required,
6034
6860
  disabled,
6035
6861
  valueIconName,
6036
- arrowIconName = defaultProps27.arrowIconName,
6862
+ arrowIconName = defaultProps34.arrowIconName,
6037
6863
  popup,
6038
6864
  opened,
6039
6865
  ...other
6040
6866
  } = props;
6041
- return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(import_jsx_runtime68.Fragment, { children: [
6042
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
6867
+ return /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)(import_jsx_runtime110.Fragment, { children: [
6868
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)(
6043
6869
  Picker,
6044
6870
  {
6045
6871
  ...other,
@@ -6058,14 +6884,14 @@ var ColorPicker = (props) => {
6058
6884
  "k-icon-picker"
6059
6885
  ),
6060
6886
  children: [
6061
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(InputPrefix, { children: prefix }),
6062
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6887
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(InputPrefix, { children: prefix }),
6888
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
6063
6889
  InputInnerSpan,
6064
6890
  {
6065
6891
  placeholder,
6066
6892
  value,
6067
6893
  showValue: false,
6068
- valueIcon: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6894
+ valueIcon: /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
6069
6895
  ColorPreview,
6070
6896
  {
6071
6897
  className: "k-value-icon",
@@ -6076,8 +6902,8 @@ var ColorPicker = (props) => {
6076
6902
  valueIconName
6077
6903
  }
6078
6904
  ),
6079
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(InputSuffix, { children: suffix }),
6080
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6905
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(InputSuffix, { children: suffix }),
6906
+ /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
6081
6907
  Button,
6082
6908
  {
6083
6909
  className: "k-input-button",
@@ -6090,33 +6916,33 @@ var ColorPicker = (props) => {
6090
6916
  ]
6091
6917
  }
6092
6918
  ),
6093
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Popup, { className: "k-color-picker-popup", children: popup })
6919
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(Popup, { className: "k-color-picker-popup", children: popup })
6094
6920
  ] });
6095
6921
  };
6096
- ColorPicker.states = states28;
6097
- ColorPicker.options = options27;
6922
+ ColorPicker.states = states37;
6923
+ ColorPicker.options = options33;
6098
6924
  ColorPicker.className = COLORPICKER_CLASSNAME;
6099
- ColorPicker.defaultProps = defaultProps27;
6925
+ ColorPicker.defaultProps = defaultProps34;
6100
6926
 
6101
6927
  // src/colorpicker/templates/colorpicker-normal.tsx
6102
- var import_jsx_runtime69 = require("react/jsx-runtime");
6928
+ var import_jsx_runtime111 = require("react/jsx-runtime");
6103
6929
 
6104
6930
  // src/action-buttons/action-buttons.spec.tsx
6105
- var import_jsx_runtime70 = require("react/jsx-runtime");
6931
+ var import_jsx_runtime112 = require("react/jsx-runtime");
6106
6932
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
6107
- var states29 = [];
6108
- var options28 = {};
6109
- var defaultProps28 = {
6933
+ var states38 = [];
6934
+ var options34 = {};
6935
+ var defaultProps35 = {
6110
6936
  alignment: "start",
6111
6937
  orientation: "horizontal"
6112
6938
  };
6113
6939
  var ActionButtons = (props) => {
6114
6940
  const {
6115
- alignment = defaultProps28.alignment,
6116
- orientation = defaultProps28.orientation,
6941
+ alignment = defaultProps35.alignment,
6942
+ orientation = defaultProps35.orientation,
6117
6943
  ...other
6118
6944
  } = props;
6119
- return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6945
+ return /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
6120
6946
  "div",
6121
6947
  {
6122
6948
  ...other,
@@ -6132,24 +6958,24 @@ var ActionButtons = (props) => {
6132
6958
  }
6133
6959
  );
6134
6960
  };
6135
- ActionButtons.states = states29;
6136
- ActionButtons.options = options28;
6961
+ ActionButtons.states = states38;
6962
+ ActionButtons.options = options34;
6137
6963
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
6138
- ActionButtons.defaultProps = defaultProps28;
6964
+ ActionButtons.defaultProps = defaultProps35;
6139
6965
  var action_buttons_spec_default = ActionButtons;
6140
6966
 
6141
6967
  // src/slider/slider.spec.tsx
6142
- var import_jsx_runtime71 = require("react/jsx-runtime");
6968
+ var import_jsx_runtime113 = require("react/jsx-runtime");
6143
6969
  var SLIDER_CLASSNAME = "k-slider";
6144
- var states30 = [
6970
+ var states39 = [
6145
6971
  States.hover,
6146
6972
  States.focus,
6147
6973
  States.active,
6148
6974
  States.disabled,
6149
6975
  States.readonly
6150
6976
  ];
6151
- var options29 = {};
6152
- var defaultProps29 = {
6977
+ var options35 = {};
6978
+ var defaultProps36 = {
6153
6979
  type: "single",
6154
6980
  orientation: "horizontal",
6155
6981
  readonly: false,
@@ -6160,13 +6986,13 @@ var defaultProps29 = {
6160
6986
  };
6161
6987
  var Slider = (props) => {
6162
6988
  const {
6163
- type = defaultProps29.type,
6164
- orientation = defaultProps29.orientation,
6165
- readonly = defaultProps29.readonly,
6166
- disabled = defaultProps29.disabled,
6167
- handlePosition = defaultProps29.handlePosition,
6168
- showButtons = defaultProps29.showButtons,
6169
- showTicks = defaultProps29.showTicks,
6989
+ type = defaultProps36.type,
6990
+ orientation = defaultProps36.orientation,
6991
+ readonly = defaultProps36.readonly,
6992
+ disabled = defaultProps36.disabled,
6993
+ handlePosition = defaultProps36.handlePosition,
6994
+ showButtons = defaultProps36.showButtons,
6995
+ showTicks = defaultProps36.showTicks,
6170
6996
  hover,
6171
6997
  focus,
6172
6998
  active,
@@ -6182,7 +7008,7 @@ var Slider = (props) => {
6182
7008
  iconIncrease = "caret-alt-up";
6183
7009
  iconDecrease = "caret-alt-down";
6184
7010
  }
6185
- return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("div", { className: classNames(
7011
+ return /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)("div", { className: classNames(
6186
7012
  SLIDER_CLASSNAME,
6187
7013
  props.className,
6188
7014
  stateClassNames(SLIDER_CLASSNAME, {
@@ -6195,12 +7021,12 @@ var Slider = (props) => {
6195
7021
  "k-range-slider": type === "range"
6196
7022
  }
6197
7023
  ), dir, children: [
6198
- showButtons && /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
6199
- /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("div", { className: "k-slider-track-wrap", children: [
6200
- showTicks && /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("ul", { className: "k-reset k-slider-items", children: props.children }),
6201
- /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("div", { className: "k-slider-track", style: trackStyle, children: [
6202
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("div", { className: "k-slider-selection" }),
6203
- type === "range" && /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("span", { className: classNames(
7024
+ showButtons && /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
7025
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)("div", { className: "k-slider-track-wrap", children: [
7026
+ showTicks && /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("ul", { className: "k-reset k-slider-items", children: props.children }),
7027
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)("div", { className: "k-slider-track", style: trackStyle, children: [
7028
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("div", { className: "k-slider-selection" }),
7029
+ type === "range" && /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("span", { className: classNames(
6204
7030
  "k-draghandle",
6205
7031
  "k-draghandle-start",
6206
7032
  stateClassNames(SLIDER_CLASSNAME, {
@@ -6209,7 +7035,7 @@ var Slider = (props) => {
6209
7035
  active
6210
7036
  })
6211
7037
  ) }),
6212
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("span", { className: classNames(
7038
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)("span", { className: classNames(
6213
7039
  "k-draghandle",
6214
7040
  `k-draghandle-${handlePosition}`,
6215
7041
  stateClassNames(SLIDER_CLASSNAME, {
@@ -6220,219 +7046,219 @@ var Slider = (props) => {
6220
7046
  ) })
6221
7047
  ] })
6222
7048
  ] }),
6223
- showButtons && /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
7049
+ showButtons && /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
6224
7050
  ] });
6225
7051
  };
6226
- Slider.states = states30;
6227
- Slider.options = options29;
7052
+ Slider.states = states39;
7053
+ Slider.options = options35;
6228
7054
  Slider.className = SLIDER_CLASSNAME;
6229
- Slider.defaultProps = defaultProps29;
7055
+ Slider.defaultProps = defaultProps36;
6230
7056
 
6231
7057
  // src/slider/slider-tick.tsx
6232
- var import_jsx_runtime72 = require("react/jsx-runtime");
7058
+ var import_jsx_runtime114 = require("react/jsx-runtime");
6233
7059
  var SLIDER_TICK_CLASSNAME = "k-tick";
6234
- var states31 = [];
6235
- var options30 = {};
6236
- var defaultProps30 = {
7060
+ var states40 = [];
7061
+ var options36 = {};
7062
+ var defaultProps37 = {
6237
7063
  label: false
6238
7064
  };
6239
7065
  var SliderTick = (props) => {
6240
7066
  const {
6241
7067
  style,
6242
- label = defaultProps30.label,
7068
+ label = defaultProps37.label,
6243
7069
  orientation,
6244
7070
  large,
6245
7071
  text
6246
7072
  } = props;
6247
- return /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("li", { className: classNames(
7073
+ return /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("li", { className: classNames(
6248
7074
  props.className,
6249
7075
  SLIDER_TICK_CLASSNAME,
6250
7076
  {
6251
7077
  [`k-tick-${orientation}`]: orientation,
6252
7078
  "k-tick-large": large
6253
7079
  }
6254
- ), style, children: label && /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-label", children: text }) });
7080
+ ), style, children: label && /* @__PURE__ */ (0, import_jsx_runtime114.jsx)("span", { className: "k-label", children: text }) });
6255
7081
  };
6256
- SliderTick.states = states31;
6257
- SliderTick.options = options30;
7082
+ SliderTick.states = states40;
7083
+ SliderTick.options = options36;
6258
7084
  SliderTick.className = SLIDER_TICK_CLASSNAME;
6259
- SliderTick.defaultProps = defaultProps30;
7085
+ SliderTick.defaultProps = defaultProps37;
6260
7086
 
6261
7087
  // src/slider/templates/slider-normal.tsx
6262
- var import_jsx_runtime73 = require("react/jsx-runtime");
7088
+ var import_jsx_runtime115 = require("react/jsx-runtime");
6263
7089
 
6264
7090
  // src/slider/templates/slider-vertical.tsx
6265
- var import_jsx_runtime74 = require("react/jsx-runtime");
7091
+ var import_jsx_runtime116 = require("react/jsx-runtime");
6266
7092
 
6267
7093
  // src/slider/templates/slider-range.tsx
6268
- var import_jsx_runtime75 = require("react/jsx-runtime");
7094
+ var import_jsx_runtime117 = require("react/jsx-runtime");
6269
7095
 
6270
7096
  // src/slider/templates/slider-range-vertical.tsx
6271
- var import_jsx_runtime76 = require("react/jsx-runtime");
7097
+ var import_jsx_runtime118 = require("react/jsx-runtime");
6272
7098
 
6273
7099
  // src/slider/templates/slider-gradient.tsx
6274
- var import_jsx_runtime77 = require("react/jsx-runtime");
7100
+ var import_jsx_runtime119 = require("react/jsx-runtime");
6275
7101
 
6276
7102
  // src/slider/templates/slider-gradient-vertical.tsx
6277
- var import_jsx_runtime78 = require("react/jsx-runtime");
6278
- var SliderGradientVertical = (props) => /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
7103
+ var import_jsx_runtime120 = require("react/jsx-runtime");
7104
+ var SliderGradientVertical = (props) => /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
6279
7105
  Slider,
6280
7106
  {
6281
7107
  type: "gradient",
6282
7108
  orientation: "vertical",
6283
7109
  showButtons: false,
6284
7110
  showTicks: false,
6285
- children: /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(import_jsx_runtime78.Fragment, { children: [
6286
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(SliderTick, { label: true, large: true, text: "0" }),
6287
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(SliderTick, {}),
6288
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(SliderTick, {}),
6289
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(SliderTick, {}),
6290
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(SliderTick, {}),
6291
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(SliderTick, { label: true, large: true, text: "5" }),
6292
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(SliderTick, {}),
6293
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(SliderTick, {}),
6294
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(SliderTick, {}),
6295
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(SliderTick, {}),
6296
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(SliderTick, { label: true, large: true, text: "10" })
7111
+ children: /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(import_jsx_runtime120.Fragment, { children: [
7112
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(SliderTick, { label: true, large: true, text: "0" }),
7113
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(SliderTick, {}),
7114
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(SliderTick, {}),
7115
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(SliderTick, {}),
7116
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(SliderTick, {}),
7117
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(SliderTick, { label: true, large: true, text: "5" }),
7118
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(SliderTick, {}),
7119
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(SliderTick, {}),
7120
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(SliderTick, {}),
7121
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(SliderTick, {}),
7122
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(SliderTick, { label: true, large: true, text: "10" })
6297
7123
  ] }),
6298
7124
  ...props
6299
7125
  }
6300
7126
  );
6301
7127
 
6302
7128
  // src/colorgradient/color-input.tsx
6303
- var import_jsx_runtime79 = require("react/jsx-runtime");
7129
+ var import_jsx_runtime121 = require("react/jsx-runtime");
6304
7130
  var COLOR_INPUT_CLASSNAME = "k-colorgradient-inputs";
6305
- var states32 = [];
6306
- var options31 = {};
6307
- var defaultProps31 = {
7131
+ var states41 = [];
7132
+ var options37 = {};
7133
+ var defaultProps38 = {
6308
7134
  mode: "rgba"
6309
7135
  };
6310
7136
  var ColorInput = (props) => {
6311
7137
  const {
6312
- mode = defaultProps31.mode
7138
+ mode = defaultProps38.mode
6313
7139
  } = props;
6314
- return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: classNames(COLOR_INPUT_CLASSNAME, "k-hstack"), children: [
6315
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("div", { className: "k-vstack", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(Button, { fillMode: "flat", icon: "caret-alt-expand", className: "k-colorgradient-toggle-mode" }) }),
6316
- mode === "rgba" && /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(import_jsx_runtime79.Fragment, { children: [
6317
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6318
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6319
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
7140
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: classNames(COLOR_INPUT_CLASSNAME, "k-hstack"), children: [
7141
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("div", { className: "k-vstack", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(Button, { fillMode: "flat", icon: "caret-alt-expand", className: "k-colorgradient-toggle-mode" }) }),
7142
+ mode === "rgba" && /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(import_jsx_runtime121.Fragment, { children: [
7143
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "k-vstack", children: [
7144
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7145
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
6320
7146
  ] }),
6321
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6322
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6323
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
7147
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "k-vstack", children: [
7148
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7149
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
6324
7150
  ] }),
6325
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6326
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6327
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
7151
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "k-vstack", children: [
7152
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7153
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
6328
7154
  ] }),
6329
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6330
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
6331
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
7155
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "k-vstack", children: [
7156
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
7157
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
6332
7158
  ] })
6333
7159
  ] }),
6334
- mode === "rgb" && /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(import_jsx_runtime79.Fragment, { children: [
6335
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6336
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6337
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
7160
+ mode === "rgb" && /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(import_jsx_runtime121.Fragment, { children: [
7161
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "k-vstack", children: [
7162
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7163
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
6338
7164
  ] }),
6339
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6340
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6341
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
7165
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "k-vstack", children: [
7166
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7167
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
6342
7168
  ] }),
6343
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6344
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6345
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
7169
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "k-vstack", children: [
7170
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7171
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
6346
7172
  ] })
6347
7173
  ] }),
6348
- mode === "hsva" && /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(import_jsx_runtime79.Fragment, { children: [
6349
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6350
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6351
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
7174
+ mode === "hsva" && /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(import_jsx_runtime121.Fragment, { children: [
7175
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "k-vstack", children: [
7176
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7177
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
6352
7178
  ] }),
6353
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6354
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6355
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
7179
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "k-vstack", children: [
7180
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7181
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
6356
7182
  ] }),
6357
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6358
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6359
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
7183
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "k-vstack", children: [
7184
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7185
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
6360
7186
  ] }),
6361
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6362
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
6363
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
7187
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "k-vstack", children: [
7188
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
7189
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
6364
7190
  ] })
6365
7191
  ] }),
6366
- mode === "hsv" && /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(import_jsx_runtime79.Fragment, { children: [
6367
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6368
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6369
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
7192
+ mode === "hsv" && /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(import_jsx_runtime121.Fragment, { children: [
7193
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "k-vstack", children: [
7194
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7195
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
6370
7196
  ] }),
6371
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6372
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6373
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
7197
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "k-vstack", children: [
7198
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7199
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
6374
7200
  ] }),
6375
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6376
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6377
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
7201
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "k-vstack", children: [
7202
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7203
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
6378
7204
  ] })
6379
7205
  ] }),
6380
- mode === "hex" && /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(import_jsx_runtime79.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack k-flex-1", children: [
6381
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(Textbox, { showClearButton: false, value: "#b88484AA", className: "k-hex-value" }),
6382
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "HEX" })
7206
+ mode === "hex" && /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(import_jsx_runtime121.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("div", { className: "k-vstack k-flex-1", children: [
7207
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(Textbox, { showClearButton: false, value: "#b88484AA", className: "k-hex-value" }),
7208
+ /* @__PURE__ */ (0, import_jsx_runtime121.jsx)("label", { className: "k-colorgradient-input-label", children: "HEX" })
6383
7209
  ] }) })
6384
7210
  ] });
6385
7211
  };
6386
- ColorInput.states = states32;
6387
- ColorInput.options = options31;
7212
+ ColorInput.states = states41;
7213
+ ColorInput.options = options37;
6388
7214
  ColorInput.className = COLOR_INPUT_CLASSNAME;
6389
- ColorInput.defaultProps = defaultProps31;
7215
+ ColorInput.defaultProps = defaultProps38;
6390
7216
 
6391
7217
  // src/colorgradient/color-contrast.tsx
6392
- var import_jsx_runtime80 = require("react/jsx-runtime");
7218
+ var import_jsx_runtime122 = require("react/jsx-runtime");
6393
7219
  var COLOR_CONTRAST_CLASSNAME = "k-colorgradient-color-contrast";
6394
- var states33 = [];
6395
- var options32 = {};
6396
- var defaultProps32 = {};
6397
- var ColorContrast = () => /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: classNames(COLOR_CONTRAST_CLASSNAME, "k-vbox"), children: [
6398
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: "k-contrast-ratio", children: [
6399
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { className: "k-contrast-ratio-text", children: "Contrast ratio: 7.1" }),
6400
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
6401
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Icon, { icon: "check" }),
6402
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Icon, { icon: "check" })
7220
+ var states42 = [];
7221
+ var options38 = {};
7222
+ var defaultProps39 = {};
7223
+ var ColorContrast = () => /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("div", { className: classNames(COLOR_CONTRAST_CLASSNAME, "k-vbox"), children: [
7224
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("div", { className: "k-contrast-ratio", children: [
7225
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-contrast-ratio-text", children: "Contrast ratio: 7.1" }),
7226
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
7227
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Icon, { icon: "check" }),
7228
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Icon, { icon: "check" })
6403
7229
  ] })
6404
7230
  ] }),
6405
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { children: [
6406
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "AA: 4.5" }),
6407
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
7231
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("div", { children: [
7232
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { children: "AA: 4.5" }),
7233
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
6408
7234
  "Pass",
6409
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Icon, { icon: "check" })
7235
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Icon, { icon: "check" })
6410
7236
  ] })
6411
7237
  ] }),
6412
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { children: [
6413
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "AAA: 7.0" }),
6414
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("span", { className: "k-contrast-validation !k-text-error", children: [
7238
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("div", { children: [
7239
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { children: "AAA: 7.0" }),
7240
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("span", { className: "k-contrast-validation !k-text-error", children: [
6415
7241
  "Fail",
6416
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Icon, { icon: "x" })
7242
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Icon, { icon: "x" })
6417
7243
  ] })
6418
7244
  ] })
6419
7245
  ] });
6420
- ColorContrast.states = states33;
6421
- ColorContrast.options = options32;
7246
+ ColorContrast.states = states42;
7247
+ ColorContrast.options = options38;
6422
7248
  ColorContrast.className = COLOR_CONTRAST_CLASSNAME;
6423
- ColorContrast.defaultProps = defaultProps32;
7249
+ ColorContrast.defaultProps = defaultProps39;
6424
7250
 
6425
7251
  // src/colorgradient/color-gradient.spec.tsx
6426
- var import_jsx_runtime81 = require("react/jsx-runtime");
7252
+ var import_jsx_runtime123 = require("react/jsx-runtime");
6427
7253
  var COLOR_GRADIENT_CLASSNAME = "k-colorgradient";
6428
- var states34 = [
7254
+ var states43 = [
6429
7255
  States.hover,
6430
7256
  States.focus,
6431
7257
  States.readonly,
6432
7258
  States.disabled
6433
7259
  ];
6434
- var options33 = {};
6435
- var defaultProps33 = {
7260
+ var options39 = {};
7261
+ var defaultProps40 = {
6436
7262
  mode: "rgba",
6437
7263
  readonly: false,
6438
7264
  disabled: false,
@@ -6443,20 +7269,20 @@ var defaultProps33 = {
6443
7269
  };
6444
7270
  var ColorGradient = (props) => {
6445
7271
  const {
6446
- mode = defaultProps33.mode,
6447
- readonly = defaultProps33.readonly,
6448
- disabled = defaultProps33.disabled,
7272
+ mode = defaultProps40.mode,
7273
+ readonly = defaultProps40.readonly,
7274
+ disabled = defaultProps40.disabled,
6449
7275
  dir,
6450
- contrast = defaultProps33.contrast,
7276
+ contrast = defaultProps40.contrast,
6451
7277
  hover,
6452
7278
  focus,
6453
7279
  hoverHandle,
6454
7280
  focusHandle,
6455
- gradientStyle = defaultProps33.gradientStyle,
6456
- dragHandleStyle = defaultProps33.dragHandleStyle,
6457
- alphaStyle = defaultProps33.alphaStyle
7281
+ gradientStyle = defaultProps40.gradientStyle,
7282
+ dragHandleStyle = defaultProps40.dragHandleStyle,
7283
+ alphaStyle = defaultProps40.alphaStyle
6458
7284
  } = props;
6459
- return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("div", { className: classNames(
7285
+ return /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("div", { className: classNames(
6460
7286
  props.className,
6461
7287
  COLOR_GRADIENT_CLASSNAME,
6462
7288
  stateClassNames(COLOR_GRADIENT_CLASSNAME, {
@@ -6466,8 +7292,8 @@ var ColorGradient = (props) => {
6466
7292
  disabled
6467
7293
  })
6468
7294
  ), dir, children: [
6469
- /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("div", { className: "k-colorgradient-canvas k-hstack", children: [
6470
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-hsv-rectangle", style: gradientStyle, children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-hsv-gradient", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: classNames(
7295
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("div", { className: "k-colorgradient-canvas k-hstack", children: [
7296
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { className: "k-hsv-rectangle", style: gradientStyle, children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { className: "k-hsv-gradient", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { className: classNames(
6471
7297
  "k-hsv-draghandle",
6472
7298
  "k-draghandle",
6473
7299
  {
@@ -6475,39 +7301,39 @@ var ColorGradient = (props) => {
6475
7301
  "k-focus": focusHandle
6476
7302
  }
6477
7303
  ), style: dragHandleStyle }) }) }),
6478
- /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("div", { className: "k-hsv-controls k-hstack", children: [
6479
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(SliderGradientVertical, { className: "k-hue-slider", hover: hoverHandle, focus: focusHandle }),
6480
- mode !== "rgb" && mode !== "hsv" && /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(SliderGradientVertical, { className: "k-alpha-slider", hover: hoverHandle, focus: focusHandle, trackStyle: alphaStyle })
7304
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("div", { className: "k-hsv-controls k-hstack", children: [
7305
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(SliderGradientVertical, { className: "k-hue-slider", hover: hoverHandle, focus: focusHandle }),
7306
+ mode !== "rgb" && mode !== "hsv" && /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(SliderGradientVertical, { className: "k-alpha-slider", hover: hoverHandle, focus: focusHandle, trackStyle: alphaStyle })
6481
7307
  ] })
6482
7308
  ] }),
6483
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(ColorInput, { mode: props.mode }),
6484
- contrast && /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(ColorContrast, {})
7309
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(ColorInput, { mode: props.mode }),
7310
+ contrast && /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(ColorContrast, {})
6485
7311
  ] });
6486
7312
  };
6487
- ColorGradient.states = states34;
6488
- ColorGradient.options = options33;
7313
+ ColorGradient.states = states43;
7314
+ ColorGradient.options = options39;
6489
7315
  ColorGradient.className = COLOR_GRADIENT_CLASSNAME;
6490
- ColorGradient.defaultProps = defaultProps33;
7316
+ ColorGradient.defaultProps = defaultProps40;
6491
7317
 
6492
7318
  // src/colorgradient/templates/colorgradient-normal.tsx
6493
- var import_jsx_runtime82 = require("react/jsx-runtime");
7319
+ var import_jsx_runtime124 = require("react/jsx-runtime");
6494
7320
 
6495
7321
  // src/colorgradient/templates/colorgradient-contrast.tsx
6496
- var import_jsx_runtime83 = require("react/jsx-runtime");
7322
+ var import_jsx_runtime125 = require("react/jsx-runtime");
6497
7323
 
6498
7324
  // src/colorpalette/colorpalette-row.tsx
6499
- var import_jsx_runtime84 = require("react/jsx-runtime");
6500
- var ColorPaletteRow = (props) => /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("tr", { children: props.children });
7325
+ var import_jsx_runtime126 = require("react/jsx-runtime");
7326
+ var ColorPaletteRow = (props) => /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("tr", { children: props.children });
6501
7327
 
6502
7328
  // src/colorpalette/colorpalette-tile.tsx
6503
- var import_jsx_runtime85 = require("react/jsx-runtime");
7329
+ var import_jsx_runtime127 = require("react/jsx-runtime");
6504
7330
  var COLORPALETTETILE_CLASSNAME = `k-colorpalette-tile`;
6505
- var states35 = [
7331
+ var states44 = [
6506
7332
  States.hover,
6507
7333
  States.focus,
6508
7334
  States.selected
6509
7335
  ];
6510
- var options34 = {};
7336
+ var options40 = {};
6511
7337
  var ColorPaletteTile = (props) => {
6512
7338
  const {
6513
7339
  color,
@@ -6522,7 +7348,7 @@ var ColorPaletteTile = (props) => {
6522
7348
  "width": tileSize ? tileSize + "px" : "",
6523
7349
  "height": tileSize ? tileSize + "px" : ""
6524
7350
  };
6525
- return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
7351
+ return /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
6526
7352
  "td",
6527
7353
  {
6528
7354
  ...other,
@@ -6539,24 +7365,24 @@ var ColorPaletteTile = (props) => {
6539
7365
  }
6540
7366
  );
6541
7367
  };
6542
- ColorPaletteTile.states = states35;
6543
- ColorPaletteTile.options = options34;
7368
+ ColorPaletteTile.states = states44;
7369
+ ColorPaletteTile.options = options40;
6544
7370
  ColorPaletteTile.className = COLORPALETTETILE_CLASSNAME;
6545
7371
 
6546
7372
  // src/colorpalette/colorpalette.spec.tsx
6547
- var import_jsx_runtime86 = require("react/jsx-runtime");
7373
+ var import_jsx_runtime128 = require("react/jsx-runtime");
6548
7374
  var COLORPALETTE_CLASSNAME = `k-colorpalette`;
6549
- var states36 = [
7375
+ var states45 = [
6550
7376
  States.disabled
6551
7377
  ];
6552
- var options35 = {};
6553
- var defaultProps34 = {
7378
+ var options41 = {};
7379
+ var defaultProps41 = {
6554
7380
  columns: 10
6555
7381
  };
6556
7382
  var ColorPalette = (props) => {
6557
7383
  const {
6558
7384
  palette,
6559
- columns = defaultProps34.columns,
7385
+ columns = defaultProps41.columns,
6560
7386
  tileSize,
6561
7387
  disabled,
6562
7388
  ...other
@@ -6569,14 +7395,14 @@ var ColorPalette = (props) => {
6569
7395
  Array.from({ length: Math.ceil(colors.length / cols) }, (_, i) => {
6570
7396
  const items = [];
6571
7397
  colors.slice(i * cols, (i + 1) * cols).map((color) => {
6572
- items.push(/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(ColorPaletteTile, { color, tileSize }));
7398
+ items.push(/* @__PURE__ */ (0, import_jsx_runtime128.jsx)(ColorPaletteTile, { color, tileSize }));
6573
7399
  });
6574
- const row = /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(ColorPaletteRow, { children: items });
7400
+ const row = /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(ColorPaletteRow, { children: items });
6575
7401
  newChildren.push(row);
6576
7402
  });
6577
7403
  }
6578
7404
  }
6579
- return /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
7405
+ return /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
6580
7406
  "div",
6581
7407
  {
6582
7408
  ...other,
@@ -6587,17 +7413,17 @@ var ColorPalette = (props) => {
6587
7413
  disabled
6588
7414
  })
6589
7415
  ),
6590
- children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("table", { className: "k-colorpalette-table", children: newChildren.length > 0 ? newChildren : props.children })
7416
+ children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)("table", { className: "k-colorpalette-table", children: newChildren.length > 0 ? newChildren : props.children })
6591
7417
  }
6592
7418
  );
6593
7419
  };
6594
- ColorPalette.states = states36;
6595
- ColorPalette.options = options35;
7420
+ ColorPalette.states = states45;
7421
+ ColorPalette.options = options41;
6596
7422
  ColorPalette.className = COLORPALETTE_CLASSNAME;
6597
- ColorPalette.defaultProps = defaultProps34;
7423
+ ColorPalette.defaultProps = defaultProps41;
6598
7424
 
6599
7425
  // src/colorpalette/templates/colorpalette-normal.tsx
6600
- var import_jsx_runtime87 = require("react/jsx-runtime");
7426
+ var import_jsx_runtime129 = require("react/jsx-runtime");
6601
7427
 
6602
7428
  // src/colorpalette/colorpalette-presets.tsx
6603
7429
  var PALETTEPRESETS = {
@@ -6652,84 +7478,84 @@ var PALETTEPRESETS = {
6652
7478
  };
6653
7479
 
6654
7480
  // src/coloreditor/color-editor.spec.tsx
6655
- var import_jsx_runtime88 = require("react/jsx-runtime");
7481
+ var import_jsx_runtime130 = require("react/jsx-runtime");
6656
7482
  var COLOREDITOR_CLASSNAME = "k-coloreditor";
6657
- var states37 = [
7483
+ var states46 = [
6658
7484
  States.focus
6659
7485
  ];
6660
- var options36 = {};
6661
- var defaultProps35 = {
7486
+ var options42 = {};
7487
+ var defaultProps42 = {
6662
7488
  view: "gradient",
6663
7489
  currentColor: "fuchsia",
6664
7490
  palette: PALETTEPRESETS.office
6665
7491
  };
6666
7492
  var ColorEditor = (props) => {
6667
7493
  const {
6668
- view = defaultProps35.view,
7494
+ view = defaultProps42.view,
6669
7495
  color,
6670
- currentColor = defaultProps35.currentColor,
7496
+ currentColor = defaultProps42.currentColor,
6671
7497
  focus,
6672
7498
  focusView,
6673
7499
  dir,
6674
7500
  group,
6675
- palette = defaultProps35.palette
7501
+ palette = defaultProps42.palette
6676
7502
  } = props;
6677
- return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("div", { className: classNames(
7503
+ return /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: classNames(
6678
7504
  props.className,
6679
7505
  "k-flatcolorpicker",
6680
7506
  COLOREDITOR_CLASSNAME,
6681
7507
  stateClassNames(COLOREDITOR_CLASSNAME, { focus })
6682
7508
  ), dir, children: [
6683
- /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("div", { className: "k-coloreditor-header k-hstack", children: [
6684
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("div", { className: "k-coloreditor-header-actions k-hstack", children: group && /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(ButtonGroup, { children: [
6685
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(Button, { fillMode: "flat", icon: "droplet-slider", selected: view === "gradient" }),
6686
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(Button, { fillMode: "flat", icon: "palette", selected: view === "palette" })
7509
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-coloreditor-header k-hstack", children: [
7510
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-coloreditor-header-actions k-hstack", children: group && /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)(ButtonGroup, { children: [
7511
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { fillMode: "flat", icon: "droplet-slider", selected: view === "gradient" }),
7512
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { fillMode: "flat", icon: "palette", selected: view === "palette" })
6687
7513
  ] }) }),
6688
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("div", { className: "k-spacer" }),
6689
- /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("div", { className: "k-coloreditor-header-actions k-hstack", children: [
6690
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(Button, { fillMode: "flat", icon: "droplet-slash" }),
6691
- /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("div", { className: "k-coloreditor-preview k-vstack", children: [
6692
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(ColorPreview, { className: "k-coloreditor-preview-color", color }),
6693
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(ColorPreview, { className: "k-coloreditor-current-color", color: currentColor })
7514
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-spacer" }),
7515
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-coloreditor-header-actions k-hstack", children: [
7516
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { fillMode: "flat", icon: "droplet-slash" }),
7517
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-coloreditor-preview k-vstack", children: [
7518
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(ColorPreview, { className: "k-coloreditor-preview-color", color }),
7519
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(ColorPreview, { className: "k-coloreditor-current-color", color: currentColor })
6694
7520
  ] })
6695
7521
  ] })
6696
7522
  ] }),
6697
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("div", { className: "k-coloreditor-views k-vstack", children: view === "gradient" ? /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(ColorGradient, { focus: focusView }) : /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(ColorPalette, { palette }) }),
6698
- /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(ActionButtons, { className: "k-coloreditor-footer", alignment: "end", children: [
6699
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(Button, { className: "k-coloreditor-cancel", children: "Cancel" }),
6700
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(Button, { themeColor: "primary", className: "k-coloreditor-apply", children: "Apply" })
7523
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-coloreditor-views k-vstack", children: view === "gradient" ? /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(ColorGradient, { focus: focusView }) : /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(ColorPalette, { palette }) }),
7524
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)(ActionButtons, { className: "k-coloreditor-footer", alignment: "end", children: [
7525
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { className: "k-coloreditor-cancel", children: "Cancel" }),
7526
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Button, { themeColor: "primary", className: "k-coloreditor-apply", children: "Apply" })
6701
7527
  ] })
6702
7528
  ] });
6703
7529
  };
6704
- ColorEditor.states = states37;
6705
- ColorEditor.options = options36;
7530
+ ColorEditor.states = states46;
7531
+ ColorEditor.options = options42;
6706
7532
  ColorEditor.className = COLOREDITOR_CLASSNAME;
6707
- ColorEditor.defaultProps = defaultProps35;
7533
+ ColorEditor.defaultProps = defaultProps42;
6708
7534
 
6709
7535
  // src/coloreditor/templates/coloreditor-normal.tsx
6710
- var import_jsx_runtime89 = require("react/jsx-runtime");
7536
+ var import_jsx_runtime131 = require("react/jsx-runtime");
6711
7537
 
6712
7538
  // src/coloreditor/templates/coloreditor-palette.tsx
6713
- var import_jsx_runtime90 = require("react/jsx-runtime");
7539
+ var import_jsx_runtime132 = require("react/jsx-runtime");
6714
7540
 
6715
7541
  // src/coloreditor/templates/coloreditor-group.tsx
6716
- var import_jsx_runtime91 = require("react/jsx-runtime");
7542
+ var import_jsx_runtime133 = require("react/jsx-runtime");
6717
7543
 
6718
7544
  // src/coloreditor/templates/coloreditor-palette-group.tsx
6719
- var import_jsx_runtime92 = require("react/jsx-runtime");
7545
+ var import_jsx_runtime134 = require("react/jsx-runtime");
6720
7546
 
6721
7547
  // src/colorpicker/templates/colorpicker-popup-gradient.tsx
6722
- var import_jsx_runtime93 = require("react/jsx-runtime");
7548
+ var import_jsx_runtime135 = require("react/jsx-runtime");
6723
7549
 
6724
7550
  // src/colorpicker/templates/colorpicker-popup-palette.tsx
6725
- var import_jsx_runtime94 = require("react/jsx-runtime");
7551
+ var import_jsx_runtime136 = require("react/jsx-runtime");
6726
7552
 
6727
7553
  // src/action-sheet/action-sheet.spec.tsx
6728
- var import_jsx_runtime95 = require("react/jsx-runtime");
7554
+ var import_jsx_runtime137 = require("react/jsx-runtime");
6729
7555
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
6730
- var states38 = [];
6731
- var options37 = {};
6732
- var defaultProps36 = {
7556
+ var states47 = [];
7557
+ var options43 = {};
7558
+ var defaultProps43 = {
6733
7559
  side: "bottom",
6734
7560
  fullscreen: false,
6735
7561
  adaptive: false,
@@ -6742,14 +7568,14 @@ var ActionSheet = (props) => {
6742
7568
  header,
6743
7569
  footer,
6744
7570
  actions,
6745
- side = defaultProps36.side,
6746
- fullscreen = defaultProps36.fullscreen,
6747
- adaptive = defaultProps36.adaptive,
6748
- overlay = defaultProps36.overlay,
7571
+ side = defaultProps43.side,
7572
+ fullscreen = defaultProps43.fullscreen,
7573
+ adaptive = defaultProps43.adaptive,
7574
+ overlay = defaultProps43.overlay,
6749
7575
  ...other
6750
7576
  } = props;
6751
- const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
6752
- const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
7577
+ const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
7578
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
6753
7579
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
6754
7580
  switch (child.type) {
6755
7581
  case ActionSheetHeader:
@@ -6759,10 +7585,10 @@ var ActionSheet = (props) => {
6759
7585
  return true;
6760
7586
  }
6761
7587
  return true;
6762
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(import_jsx_runtime95.Fragment, {});
6763
- return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("div", { className: "k-actionsheet-container", children: [
6764
- overlay && /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("div", { className: "k-overlay" }),
6765
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7588
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(import_jsx_runtime137.Fragment, {});
7589
+ return /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)("div", { className: "k-actionsheet-container", children: [
7590
+ overlay && /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("div", { className: "k-overlay" }),
7591
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
6766
7592
  AnimationContainer,
6767
7593
  {
6768
7594
  animationStyle: {
@@ -6772,7 +7598,7 @@ var ActionSheet = (props) => {
6772
7598
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
6773
7599
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
6774
7600
  },
6775
- children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7601
+ children: /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
6776
7602
  "div",
6777
7603
  {
6778
7604
  ...other,
@@ -6785,9 +7611,9 @@ var ActionSheet = (props) => {
6785
7611
  "k-adaptive-actionsheet": adaptive
6786
7612
  }
6787
7613
  ),
6788
- children: /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(import_jsx_runtime95.Fragment, { children: [
7614
+ children: /* @__PURE__ */ (0, import_jsx_runtime137.jsxs)(import_jsx_runtime137.Fragment, { children: [
6789
7615
  _ActionSheetHeader,
6790
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("div", { className: classNames(
7616
+ /* @__PURE__ */ (0, import_jsx_runtime137.jsx)("div", { className: classNames(
6791
7617
  "k-actionsheet-content",
6792
7618
  {
6793
7619
  "!k-overflow-hidden": adaptive
@@ -6801,13 +7627,13 @@ var ActionSheet = (props) => {
6801
7627
  )
6802
7628
  ] });
6803
7629
  };
6804
- ActionSheet.states = states38;
6805
- ActionSheet.options = options37;
7630
+ ActionSheet.states = states47;
7631
+ ActionSheet.options = options43;
6806
7632
  ActionSheet.className = ACTIONSHEET_CLASSNAME;
6807
- ActionSheet.defaultProps = defaultProps36;
7633
+ ActionSheet.defaultProps = defaultProps43;
6808
7634
 
6809
7635
  // src/action-sheet/actionsheet-header.tsx
6810
- var import_jsx_runtime96 = require("react/jsx-runtime");
7636
+ var import_jsx_runtime138 = require("react/jsx-runtime");
6811
7637
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
6812
7638
  var ActionSheetHeader = (props) => {
6813
7639
  const {
@@ -6817,7 +7643,7 @@ var ActionSheetHeader = (props) => {
6817
7643
  filter,
6818
7644
  ...other
6819
7645
  } = props;
6820
- return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7646
+ return /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(
6821
7647
  "div",
6822
7648
  {
6823
7649
  ...other,
@@ -6825,30 +7651,30 @@ var ActionSheetHeader = (props) => {
6825
7651
  props.className,
6826
7652
  ACTIONSHEETHEADER_CLASSNAME
6827
7653
  ),
6828
- children: /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(import_jsx_runtime96.Fragment, { children: [
6829
- /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
6830
- !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(import_jsx_runtime96.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "k-actionsheet-title", children: [
6831
- title !== "" && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "k-text-center", children: title }),
6832
- subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
7654
+ children: /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)(import_jsx_runtime138.Fragment, { children: [
7655
+ /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
7656
+ !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(import_jsx_runtime138.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime138.jsxs)("div", { className: "k-actionsheet-title", children: [
7657
+ title !== "" && /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { className: "k-text-center", children: title }),
7658
+ subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
6833
7659
  ] }) }),
6834
- props.children && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
6835
- actions && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(import_jsx_runtime96.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
7660
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
7661
+ actions && /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(import_jsx_runtime138.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
6836
7662
  ] }),
6837
- filter && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(import_jsx_runtime96.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
7663
+ filter && /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(import_jsx_runtime138.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime138.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
6838
7664
  ] })
6839
7665
  }
6840
7666
  );
6841
7667
  };
6842
7668
 
6843
7669
  // src/action-sheet/actionsheet-footer.tsx
6844
- var import_jsx_runtime97 = require("react/jsx-runtime");
7670
+ var import_jsx_runtime139 = require("react/jsx-runtime");
6845
7671
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
6846
7672
  var ActionSheetFooter = (props) => {
6847
7673
  const {
6848
7674
  actions,
6849
7675
  ...other
6850
7676
  } = props;
6851
- return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7677
+ return /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
6852
7678
  action_buttons_spec_default,
6853
7679
  {
6854
7680
  ...other,
@@ -6857,17 +7683,17 @@ var ActionSheetFooter = (props) => {
6857
7683
  ACTIONSHEETFOOTER_CLASSNAME
6858
7684
  ),
6859
7685
  alignment: "stretched",
6860
- children: /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(import_jsx_runtime97.Fragment, { children: [
7686
+ children: /* @__PURE__ */ (0, import_jsx_runtime139.jsxs)(import_jsx_runtime139.Fragment, { children: [
6861
7687
  actions && actions.map((action, index) => {
6862
7688
  if (action === "|") {
6863
- return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("span", { className: "k-separator" }, index);
7689
+ return /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("span", { className: "k-separator" }, index);
6864
7690
  }
6865
7691
  if (action === " ") {
6866
- return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("span", { className: "k-spacer" }, index);
7692
+ return /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("span", { className: "k-spacer" }, index);
6867
7693
  }
6868
7694
  const importantFlag = action.startsWith("!");
6869
7695
  const actionName = importantFlag ? action.substring(1) : action;
6870
- return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
7696
+ return /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
6871
7697
  }),
6872
7698
  !actions && props.children
6873
7699
  ] })
@@ -6876,12 +7702,12 @@ var ActionSheetFooter = (props) => {
6876
7702
  };
6877
7703
 
6878
7704
  // src/action-sheet/actionsheet-items.tsx
6879
- var import_jsx_runtime98 = require("react/jsx-runtime");
7705
+ var import_jsx_runtime140 = require("react/jsx-runtime");
6880
7706
  var ActionSheetItems = (props) => {
6881
7707
  const {
6882
7708
  ...other
6883
7709
  } = props;
6884
- return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
7710
+ return /* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
6885
7711
  "div",
6886
7712
  {
6887
7713
  ...other,
@@ -6895,8 +7721,8 @@ var ActionSheetItems = (props) => {
6895
7721
  };
6896
7722
 
6897
7723
  // src/action-sheet/actionsheet-item.tsx
6898
- var import_jsx_runtime99 = require("react/jsx-runtime");
6899
- var states39 = [
7724
+ var import_jsx_runtime141 = require("react/jsx-runtime");
7725
+ var states48 = [
6900
7726
  States.hover,
6901
7727
  States.focus,
6902
7728
  States.selected,
@@ -6904,9 +7730,9 @@ var states39 = [
6904
7730
  ];
6905
7731
 
6906
7732
  // src/combobox/combobox.spec.tsx
6907
- var import_jsx_runtime100 = require("react/jsx-runtime");
7733
+ var import_jsx_runtime142 = require("react/jsx-runtime");
6908
7734
  var COMBOBOX_CLASSNAME = `k-combobox`;
6909
- var states40 = [
7735
+ var states49 = [
6910
7736
  States.hover,
6911
7737
  States.focus,
6912
7738
  States.valid,
@@ -6916,12 +7742,12 @@ var states40 = [
6916
7742
  States.disabled,
6917
7743
  States.readonly
6918
7744
  ];
6919
- var defaultProps37 = {
7745
+ var defaultProps44 = {
6920
7746
  size: Input.defaultProps.size,
6921
7747
  rounded: Input.defaultProps.rounded,
6922
7748
  fillMode: Input.defaultProps.fillMode
6923
7749
  };
6924
- var options38 = {
7750
+ var options44 = {
6925
7751
  size: [Size.small, Size.medium, Size.large],
6926
7752
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6927
7753
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -6949,8 +7775,8 @@ var Combobox = (props) => {
6949
7775
  adaptiveSettings,
6950
7776
  ...other
6951
7777
  } = props;
6952
- return /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(import_jsx_runtime100.Fragment, { children: [
6953
- /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(
7778
+ return /* @__PURE__ */ (0, import_jsx_runtime142.jsxs)(import_jsx_runtime142.Fragment, { children: [
7779
+ /* @__PURE__ */ (0, import_jsx_runtime142.jsxs)(
6954
7780
  Input,
6955
7781
  {
6956
7782
  ...other,
@@ -6967,12 +7793,12 @@ var Combobox = (props) => {
6967
7793
  readonly,
6968
7794
  className: classNames(props.className, COMBOBOX_CLASSNAME),
6969
7795
  children: [
6970
- prefix && /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(import_jsx_runtime100.Fragment, { children: [
6971
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(InputPrefix, { children: prefix }),
6972
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(InputSeparator, {})
7796
+ prefix && /* @__PURE__ */ (0, import_jsx_runtime142.jsxs)(import_jsx_runtime142.Fragment, { children: [
7797
+ /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(InputPrefix, { children: prefix }),
7798
+ /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(InputSeparator, {})
6973
7799
  ] }),
6974
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(InputInnerInput, { placeholder, value }),
6975
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
7800
+ /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(InputInnerInput, { placeholder, value }),
7801
+ /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
6976
7802
  InputValidationIcon,
6977
7803
  {
6978
7804
  valid,
@@ -6981,14 +7807,14 @@ var Combobox = (props) => {
6981
7807
  disabled
6982
7808
  }
6983
7809
  ),
6984
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
7810
+ /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
6985
7811
  InputLoadingIcon,
6986
7812
  {
6987
7813
  loading,
6988
7814
  disabled
6989
7815
  }
6990
7816
  ),
6991
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
7817
+ /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
6992
7818
  InputClearValue,
6993
7819
  {
6994
7820
  loading,
@@ -6997,11 +7823,11 @@ var Combobox = (props) => {
6997
7823
  value
6998
7824
  }
6999
7825
  ),
7000
- suffix && /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(import_jsx_runtime100.Fragment, { children: [
7001
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(InputSeparator, {}),
7002
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(InputSuffix, { children: suffix })
7826
+ suffix && /* @__PURE__ */ (0, import_jsx_runtime142.jsxs)(import_jsx_runtime142.Fragment, { children: [
7827
+ /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(InputSeparator, {}),
7828
+ /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(InputSuffix, { children: suffix })
7003
7829
  ] }),
7004
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
7830
+ /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
7005
7831
  Button,
7006
7832
  {
7007
7833
  className: "k-input-button",
@@ -7014,9 +7840,9 @@ var Combobox = (props) => {
7014
7840
  ]
7015
7841
  }
7016
7842
  ),
7017
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
7018
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
7019
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
7843
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
7844
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime142.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
7845
+ /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(
7020
7846
  ActionSheetHeader,
7021
7847
  {
7022
7848
  actions: ["x"],
@@ -7024,48 +7850,48 @@ var Combobox = (props) => {
7024
7850
  title: "Select Item"
7025
7851
  }
7026
7852
  ),
7027
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(List, { size: "large", children: [
7028
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(ListItem, { text: "List item" }),
7029
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(ListItem, { text: "List item" }),
7030
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(ListItem, { text: "List item" })
7853
+ /* @__PURE__ */ (0, import_jsx_runtime142.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime142.jsxs)(List, { size: "large", children: [
7854
+ /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(ListItem, { text: "List item" }),
7855
+ /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(ListItem, { text: "List item" }),
7856
+ /* @__PURE__ */ (0, import_jsx_runtime142.jsx)(ListItem, { text: "List item" })
7031
7857
  ] }) })
7032
7858
  ] })
7033
7859
  ] });
7034
7860
  };
7035
- Combobox.states = states40;
7036
- Combobox.options = options38;
7861
+ Combobox.states = states49;
7862
+ Combobox.options = options44;
7037
7863
  Combobox.className = COMBOBOX_CLASSNAME;
7038
- Combobox.defaultProps = defaultProps37;
7864
+ Combobox.defaultProps = defaultProps44;
7039
7865
 
7040
7866
  // src/combobox/templates/combobox-normal.tsx
7041
- var import_jsx_runtime101 = require("react/jsx-runtime");
7867
+ var import_jsx_runtime143 = require("react/jsx-runtime");
7042
7868
 
7043
7869
  // src/combobox/templates/combobox-popup.tsx
7044
- var import_jsx_runtime102 = require("react/jsx-runtime");
7870
+ var import_jsx_runtime144 = require("react/jsx-runtime");
7045
7871
 
7046
7872
  // src/combobox/templates/combobox-grouping.tsx
7047
- var import_jsx_runtime103 = require("react/jsx-runtime");
7873
+ var import_jsx_runtime145 = require("react/jsx-runtime");
7048
7874
 
7049
7875
  // src/combobox/templates/combobox-adaptive.tsx
7050
- var import_jsx_runtime104 = require("react/jsx-runtime");
7876
+ var import_jsx_runtime146 = require("react/jsx-runtime");
7051
7877
 
7052
7878
  // src/combobox/templates/combobox-prefix.tsx
7053
- var import_jsx_runtime105 = require("react/jsx-runtime");
7879
+ var import_jsx_runtime147 = require("react/jsx-runtime");
7054
7880
 
7055
7881
  // src/combobox/templates/combobox-suffix.tsx
7056
- var import_jsx_runtime106 = require("react/jsx-runtime");
7882
+ var import_jsx_runtime148 = require("react/jsx-runtime");
7057
7883
 
7058
7884
  // src/menu-button/menu-button.spec.tsx
7059
- var import_jsx_runtime107 = require("react/jsx-runtime");
7885
+ var import_jsx_runtime149 = require("react/jsx-runtime");
7060
7886
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
7061
- var states41 = [
7887
+ var states50 = [
7062
7888
  States.hover,
7063
7889
  States.focus,
7064
7890
  States.active,
7065
7891
  States.selected,
7066
7892
  States.disabled
7067
7893
  ];
7068
- var options39 = {
7894
+ var options45 = {
7069
7895
  size: [Size.small, Size.medium, Size.large],
7070
7896
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7071
7897
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -7083,7 +7909,7 @@ var options39 = {
7083
7909
  ThemeColor.inverse
7084
7910
  ]
7085
7911
  };
7086
- var defaultProps38 = {
7912
+ var defaultProps45 = {
7087
7913
  size: Size.medium,
7088
7914
  rounded: Roundness.medium,
7089
7915
  fillMode: FillMode.solid,
@@ -7093,10 +7919,10 @@ var defaultProps38 = {
7093
7919
  };
7094
7920
  var MenuButton = (props) => {
7095
7921
  const {
7096
- size = defaultProps38.size,
7097
- rounded = defaultProps38.rounded,
7098
- fillMode = defaultProps38.fillMode,
7099
- themeColor = defaultProps38.themeColor,
7922
+ size = defaultProps45.size,
7923
+ rounded = defaultProps45.rounded,
7924
+ fillMode = defaultProps45.fillMode,
7925
+ themeColor = defaultProps45.themeColor,
7100
7926
  hover,
7101
7927
  focus,
7102
7928
  active,
@@ -7104,14 +7930,14 @@ var MenuButton = (props) => {
7104
7930
  disabled,
7105
7931
  icon,
7106
7932
  text,
7107
- showArrow = defaultProps38.showArrow,
7108
- arrowIconName = defaultProps38.arrowIconName,
7933
+ showArrow = defaultProps45.showArrow,
7934
+ arrowIconName = defaultProps45.arrowIconName,
7109
7935
  popup,
7110
7936
  opened,
7111
7937
  ...other
7112
7938
  } = props;
7113
- return /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(import_jsx_runtime107.Fragment, { children: [
7114
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
7939
+ return /* @__PURE__ */ (0, import_jsx_runtime149.jsxs)(import_jsx_runtime149.Fragment, { children: [
7940
+ /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
7115
7941
  Button,
7116
7942
  {
7117
7943
  ...other,
@@ -7134,35 +7960,35 @@ var MenuButton = (props) => {
7134
7960
  arrowIconName
7135
7961
  }
7136
7962
  ),
7137
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Popup, { className: "k-menu-popup", children: popup })
7963
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(Popup, { className: "k-menu-popup", children: popup })
7138
7964
  ] });
7139
7965
  };
7140
- MenuButton.states = states41;
7141
- MenuButton.options = options39;
7966
+ MenuButton.states = states50;
7967
+ MenuButton.options = options45;
7142
7968
  MenuButton.className = MENUBUTTON_CLASSNAME;
7143
- MenuButton.defaultProps = defaultProps38;
7969
+ MenuButton.defaultProps = defaultProps45;
7144
7970
 
7145
7971
  // src/menu-button/templates/icon-menu-button.tsx
7146
- var import_jsx_runtime108 = require("react/jsx-runtime");
7972
+ var import_jsx_runtime150 = require("react/jsx-runtime");
7147
7973
 
7148
7974
  // src/menu-button/templates/icon-text-menu-button.tsx
7149
- var import_jsx_runtime109 = require("react/jsx-runtime");
7975
+ var import_jsx_runtime151 = require("react/jsx-runtime");
7150
7976
 
7151
7977
  // src/menu-button/templates/text-menu-button.tsx
7152
- var import_jsx_runtime110 = require("react/jsx-runtime");
7978
+ var import_jsx_runtime152 = require("react/jsx-runtime");
7153
7979
 
7154
7980
  // src/menu/menu-item.spec.tsx
7155
- var import_jsx_runtime111 = require("react/jsx-runtime");
7981
+ var import_jsx_runtime153 = require("react/jsx-runtime");
7156
7982
  var MENUITEM_CLASSNAME = `k-menu-item`;
7157
- var states42 = [
7983
+ var states51 = [
7158
7984
  States.hover,
7159
7985
  States.focus,
7160
7986
  States.active,
7161
7987
  States.selected,
7162
7988
  States.disabled
7163
7989
  ];
7164
- var options40 = {};
7165
- var defaultProps39 = {
7990
+ var options46 = {};
7991
+ var defaultProps46 = {
7166
7992
  dir: "ltr"
7167
7993
  };
7168
7994
  var MenuItem = (props) => {
@@ -7176,11 +8002,11 @@ var MenuItem = (props) => {
7176
8002
  text,
7177
8003
  showArrow,
7178
8004
  arrowIconName,
7179
- dir = defaultProps39.dir,
8005
+ dir = defaultProps46.dir,
7180
8006
  children,
7181
8007
  ...other
7182
8008
  } = props;
7183
- const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(import_jsx_runtime111.Fragment, {});
8009
+ const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(import_jsx_runtime153.Fragment, {});
7184
8010
  if (children) {
7185
8011
  children.forEach((child) => {
7186
8012
  const component = child.type;
@@ -7194,7 +8020,7 @@ var MenuItem = (props) => {
7194
8020
  if (!expandArrowName) {
7195
8021
  expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
7196
8022
  }
7197
- return /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)(
8023
+ return /* @__PURE__ */ (0, import_jsx_runtime153.jsxs)(
7198
8024
  "li",
7199
8025
  {
7200
8026
  ...other,
@@ -7209,7 +8035,7 @@ var MenuItem = (props) => {
7209
8035
  })
7210
8036
  ),
7211
8037
  children: [
7212
- /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)(
8038
+ /* @__PURE__ */ (0, import_jsx_runtime153.jsxs)(
7213
8039
  "span",
7214
8040
  {
7215
8041
  className: classNames(
@@ -7222,9 +8048,9 @@ var MenuItem = (props) => {
7222
8048
  })
7223
8049
  ),
7224
8050
  children: [
7225
- icon && /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(Icon, { className: "k-menu-link-icon", icon }),
7226
- /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("span", { className: "k-menu-link-text", children: text }),
7227
- showArrow && /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(Icon, { icon: expandArrowName }) })
8051
+ icon && /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(Icon, { className: "k-menu-link-icon", icon }),
8052
+ /* @__PURE__ */ (0, import_jsx_runtime153.jsx)("span", { className: "k-menu-link-text", children: text }),
8053
+ showArrow && /* @__PURE__ */ (0, import_jsx_runtime153.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(Icon, { icon: expandArrowName }) })
7228
8054
  ]
7229
8055
  }
7230
8056
  ),
@@ -7233,24 +8059,24 @@ var MenuItem = (props) => {
7233
8059
  }
7234
8060
  );
7235
8061
  };
7236
- MenuItem.states = states42;
7237
- MenuItem.options = options40;
8062
+ MenuItem.states = states51;
8063
+ MenuItem.options = options46;
7238
8064
  MenuItem.className = MENUITEM_CLASSNAME;
7239
- MenuItem.defaultProps = defaultProps39;
8065
+ MenuItem.defaultProps = defaultProps46;
7240
8066
  var menu_item_spec_default = MenuItem;
7241
8067
 
7242
8068
  // src/menu/menu-separator.spec.tsx
7243
- var import_jsx_runtime112 = require("react/jsx-runtime");
8069
+ var import_jsx_runtime154 = require("react/jsx-runtime");
7244
8070
  var SEPARATOR_CLASSNAME = `k-separator`;
7245
- var defaultProps40 = {
8071
+ var defaultProps47 = {
7246
8072
  orientation: "horizontal"
7247
8073
  };
7248
8074
  var MenuSeparator = (props) => {
7249
8075
  const {
7250
- orientation = defaultProps40.orientation,
8076
+ orientation = defaultProps47.orientation,
7251
8077
  ...other
7252
8078
  } = props;
7253
- return /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
8079
+ return /* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
7254
8080
  "li",
7255
8081
  {
7256
8082
  ...other,
@@ -7268,25 +8094,25 @@ var MenuSeparator = (props) => {
7268
8094
  var menu_separator_spec_default = MenuSeparator;
7269
8095
 
7270
8096
  // src/menu/menu-item-content.tsx
7271
- var import_jsx_runtime113 = require("react/jsx-runtime");
8097
+ var import_jsx_runtime155 = require("react/jsx-runtime");
7272
8098
 
7273
8099
  // src/menu/menu-list.spec.tsx
7274
- var import_jsx_runtime114 = require("react/jsx-runtime");
8100
+ var import_jsx_runtime156 = require("react/jsx-runtime");
7275
8101
  var import_react = require("react");
7276
8102
  var MENULIST_CLASSNAME = `k-menu-group`;
7277
- var states43 = [];
7278
- var options41 = {
8103
+ var states52 = [];
8104
+ var options47 = {
7279
8105
  size: [Size.small, Size.medium, Size.large]
7280
8106
  };
7281
- var defaultProps41 = {
8107
+ var defaultProps48 = {
7282
8108
  size: Size.medium,
7283
8109
  dir: "ltr"
7284
8110
  };
7285
8111
  var MenuList = (props) => {
7286
8112
  const {
7287
8113
  children,
7288
- size = defaultProps41.size,
7289
- dir = defaultProps41.dir,
8114
+ size = defaultProps48.size,
8115
+ dir = defaultProps48.dir,
7290
8116
  ...other
7291
8117
  } = props;
7292
8118
  const listChildren = [];
@@ -7299,7 +8125,7 @@ var MenuList = (props) => {
7299
8125
  );
7300
8126
  } else if (child.type === menu_separator_spec_default) {
7301
8127
  listChildren.push(
7302
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(menu_separator_spec_default, {})
8128
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(menu_separator_spec_default, {})
7303
8129
  );
7304
8130
  } else {
7305
8131
  listChildren.push(child);
@@ -7307,7 +8133,7 @@ var MenuList = (props) => {
7307
8133
  });
7308
8134
  }
7309
8135
  }
7310
- return /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
8136
+ return /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
7311
8137
  "ul",
7312
8138
  {
7313
8139
  ...other,
@@ -7322,25 +8148,25 @@ var MenuList = (props) => {
7322
8148
  }
7323
8149
  );
7324
8150
  };
7325
- MenuList.states = states43;
7326
- MenuList.options = options41;
8151
+ MenuList.states = states52;
8152
+ MenuList.options = options47;
7327
8153
  MenuList.className = MENULIST_CLASSNAME;
7328
- MenuList.defaultProps = defaultProps41;
8154
+ MenuList.defaultProps = defaultProps48;
7329
8155
 
7330
8156
  // src/menu-button/templates/menu-button-popup.tsx
7331
- var import_jsx_runtime115 = require("react/jsx-runtime");
8157
+ var import_jsx_runtime157 = require("react/jsx-runtime");
7332
8158
 
7333
8159
  // src/split-button/split-button.spec.tsx
7334
- var import_jsx_runtime116 = require("react/jsx-runtime");
8160
+ var import_jsx_runtime158 = require("react/jsx-runtime");
7335
8161
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
7336
- var states44 = [
8162
+ var states53 = [
7337
8163
  States.hover,
7338
8164
  States.focus,
7339
8165
  States.active,
7340
8166
  States.selected,
7341
8167
  States.disabled
7342
8168
  ];
7343
- var options42 = {
8169
+ var options48 = {
7344
8170
  size: [Size.small, Size.medium, Size.large],
7345
8171
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7346
8172
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -7358,7 +8184,7 @@ var options42 = {
7358
8184
  ThemeColor.inverse
7359
8185
  ]
7360
8186
  };
7361
- var defaultProps42 = {
8187
+ var defaultProps49 = {
7362
8188
  size: Size.medium,
7363
8189
  rounded: Roundness.medium,
7364
8190
  fillMode: FillMode.solid,
@@ -7367,10 +8193,10 @@ var defaultProps42 = {
7367
8193
  };
7368
8194
  var SplitButton = (props) => {
7369
8195
  const {
7370
- size = defaultProps42.size,
7371
- rounded = defaultProps42.rounded,
7372
- fillMode = defaultProps42.fillMode,
7373
- themeColor = defaultProps42.themeColor,
8196
+ size = defaultProps49.size,
8197
+ rounded = defaultProps49.rounded,
8198
+ fillMode = defaultProps49.fillMode,
8199
+ themeColor = defaultProps49.themeColor,
7374
8200
  hover,
7375
8201
  focus,
7376
8202
  active,
@@ -7378,13 +8204,13 @@ var SplitButton = (props) => {
7378
8204
  disabled,
7379
8205
  icon,
7380
8206
  text,
7381
- arrowIconName = defaultProps42.arrowIconName,
8207
+ arrowIconName = defaultProps49.arrowIconName,
7382
8208
  popup,
7383
8209
  opened,
7384
8210
  ...other
7385
8211
  } = props;
7386
- return /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(import_jsx_runtime116.Fragment, { children: [
7387
- /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(
8212
+ return /* @__PURE__ */ (0, import_jsx_runtime158.jsxs)(import_jsx_runtime158.Fragment, { children: [
8213
+ /* @__PURE__ */ (0, import_jsx_runtime158.jsxs)(
7388
8214
  "div",
7389
8215
  {
7390
8216
  ...other,
@@ -7397,7 +8223,7 @@ var SplitButton = (props) => {
7397
8223
  })
7398
8224
  ),
7399
8225
  children: [
7400
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
8226
+ /* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
7401
8227
  Button,
7402
8228
  {
7403
8229
  text,
@@ -7414,7 +8240,7 @@ var SplitButton = (props) => {
7414
8240
  children: props.children
7415
8241
  }
7416
8242
  ),
7417
- /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
8243
+ /* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
7418
8244
  Button,
7419
8245
  {
7420
8246
  className: "k-split-button-arrow",
@@ -7428,30 +8254,30 @@ var SplitButton = (props) => {
7428
8254
  ]
7429
8255
  }
7430
8256
  ),
7431
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(Popup, { className: "k-menu-popup", children: popup })
8257
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime158.jsx)(Popup, { className: "k-menu-popup", children: popup })
7432
8258
  ] });
7433
8259
  };
7434
- SplitButton.states = states44;
7435
- SplitButton.options = options42;
8260
+ SplitButton.states = states53;
8261
+ SplitButton.options = options48;
7436
8262
  SplitButton.className = SPLITBUTTON_CLASSNAME;
7437
- SplitButton.defaultProps = defaultProps42;
8263
+ SplitButton.defaultProps = defaultProps49;
7438
8264
  var split_button_spec_default = SplitButton;
7439
8265
 
7440
8266
  // src/toolbar/toolbar.spec.tsx
7441
- var import_jsx_runtime117 = require("react/jsx-runtime");
8267
+ var import_jsx_runtime159 = require("react/jsx-runtime");
7442
8268
  var TOOLBAR_CLASSNAME = `k-toolbar`;
7443
- var states45 = [
8269
+ var states54 = [
7444
8270
  States.focus
7445
8271
  ];
7446
- var options43 = {
8272
+ var options49 = {
7447
8273
  size: [Size.small, Size.medium, Size.large]
7448
8274
  };
7449
- var defaultProps43 = {
8275
+ var defaultProps50 = {
7450
8276
  size: Size.medium
7451
8277
  };
7452
8278
  var Toolbar = (props) => {
7453
8279
  const {
7454
- size = defaultProps43.size,
8280
+ size = defaultProps50.size,
7455
8281
  focus,
7456
8282
  resizable,
7457
8283
  ...other
@@ -7461,7 +8287,7 @@ var Toolbar = (props) => {
7461
8287
  const tempToolbarChildren = [];
7462
8288
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
7463
8289
  tempToolbarChildren.push(
7464
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
8290
+ /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
7465
8291
  Button,
7466
8292
  {
7467
8293
  ...child.props,
@@ -7472,7 +8298,7 @@ var Toolbar = (props) => {
7472
8298
  );
7473
8299
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
7474
8300
  tempToolbarChildren.push(
7475
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
8301
+ /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
7476
8302
  Button,
7477
8303
  {
7478
8304
  ...child.props,
@@ -7483,7 +8309,7 @@ var Toolbar = (props) => {
7483
8309
  );
7484
8310
  } else if (child.type === Button) {
7485
8311
  tempToolbarChildren.push(
7486
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
8312
+ /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
7487
8313
  Button,
7488
8314
  {
7489
8315
  ...child.props,
@@ -7494,7 +8320,7 @@ var Toolbar = (props) => {
7494
8320
  );
7495
8321
  } else if (child.type === MenuButton) {
7496
8322
  tempToolbarChildren.push(
7497
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
8323
+ /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
7498
8324
  MenuButton,
7499
8325
  {
7500
8326
  ...child.props,
@@ -7505,7 +8331,7 @@ var Toolbar = (props) => {
7505
8331
  );
7506
8332
  } else if (child.type === split_button_spec_default) {
7507
8333
  tempToolbarChildren.push(
7508
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
8334
+ /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
7509
8335
  split_button_spec_default,
7510
8336
  {
7511
8337
  ...child.props,
@@ -7519,7 +8345,7 @@ var Toolbar = (props) => {
7519
8345
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
7520
8346
  childrenArray.forEach((button, bindex) => {
7521
8347
  buttonGroupItems.push(
7522
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
8348
+ /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
7523
8349
  Button,
7524
8350
  {
7525
8351
  ...button.props,
@@ -7530,7 +8356,7 @@ var Toolbar = (props) => {
7530
8356
  );
7531
8357
  });
7532
8358
  tempToolbarChildren.push(
7533
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
8359
+ /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
7534
8360
  ButtonGroup,
7535
8361
  {
7536
8362
  ...child.props,
@@ -7542,7 +8368,7 @@ var Toolbar = (props) => {
7542
8368
  );
7543
8369
  } else if (child.type === Combobox) {
7544
8370
  tempToolbarChildren.push(
7545
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
8371
+ /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
7546
8372
  Combobox,
7547
8373
  {
7548
8374
  ...child.props,
@@ -7553,7 +8379,7 @@ var Toolbar = (props) => {
7553
8379
  );
7554
8380
  } else if (child.type === DropdownList) {
7555
8381
  tempToolbarChildren.push(
7556
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
8382
+ /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
7557
8383
  DropdownList,
7558
8384
  {
7559
8385
  ...child.props,
@@ -7564,7 +8390,7 @@ var Toolbar = (props) => {
7564
8390
  );
7565
8391
  } else if (child.type === ColorPicker) {
7566
8392
  tempToolbarChildren.push(
7567
- /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
8393
+ /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
7568
8394
  ColorPicker,
7569
8395
  {
7570
8396
  ...child.props,
@@ -7586,7 +8412,7 @@ var Toolbar = (props) => {
7586
8412
  addUniqueToolClass(child, index);
7587
8413
  });
7588
8414
  }
7589
- return /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
8415
+ return /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
7590
8416
  "div",
7591
8417
  {
7592
8418
  ...other,
@@ -7607,26 +8433,26 @@ var Toolbar = (props) => {
7607
8433
  }
7608
8434
  );
7609
8435
  };
7610
- Toolbar.states = states45;
7611
- Toolbar.options = options43;
8436
+ Toolbar.states = states54;
8437
+ Toolbar.options = options49;
7612
8438
  Toolbar.className = TOOLBAR_CLASSNAME;
7613
- Toolbar.defaultProps = defaultProps43;
8439
+ Toolbar.defaultProps = defaultProps50;
7614
8440
 
7615
8441
  // src/toolbar/toolbar-angular.spec.tsx
7616
- var import_jsx_runtime118 = require("react/jsx-runtime");
8442
+ var import_jsx_runtime160 = require("react/jsx-runtime");
7617
8443
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
7618
- var states46 = [
8444
+ var states55 = [
7619
8445
  States.focus
7620
8446
  ];
7621
- var options44 = {
8447
+ var options50 = {
7622
8448
  size: [Size.small, Size.medium, Size.large]
7623
8449
  };
7624
- var defaultProps44 = {
8450
+ var defaultProps51 = {
7625
8451
  size: Size.medium
7626
8452
  };
7627
8453
  var ToolbarAngular = (props) => {
7628
8454
  const {
7629
- size = defaultProps44.size,
8455
+ size = defaultProps51.size,
7630
8456
  focus,
7631
8457
  resizable,
7632
8458
  ...other
@@ -7636,7 +8462,7 @@ var ToolbarAngular = (props) => {
7636
8462
  const tempToolbarChildren = [];
7637
8463
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
7638
8464
  tempToolbarChildren.push(
7639
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
8465
+ /* @__PURE__ */ (0, import_jsx_runtime160.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
7640
8466
  Button,
7641
8467
  {
7642
8468
  ...child.props,
@@ -7647,7 +8473,7 @@ var ToolbarAngular = (props) => {
7647
8473
  );
7648
8474
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
7649
8475
  tempToolbarChildren.push(
7650
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
8476
+ /* @__PURE__ */ (0, import_jsx_runtime160.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
7651
8477
  Button,
7652
8478
  {
7653
8479
  ...child.props,
@@ -7658,7 +8484,7 @@ var ToolbarAngular = (props) => {
7658
8484
  );
7659
8485
  } else if (child.type === Button) {
7660
8486
  tempToolbarChildren.push(
7661
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
8487
+ /* @__PURE__ */ (0, import_jsx_runtime160.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
7662
8488
  Button,
7663
8489
  {
7664
8490
  ...child.props,
@@ -7669,7 +8495,7 @@ var ToolbarAngular = (props) => {
7669
8495
  );
7670
8496
  } else if (child.type === MenuButton) {
7671
8497
  tempToolbarChildren.push(
7672
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
8498
+ /* @__PURE__ */ (0, import_jsx_runtime160.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
7673
8499
  MenuButton,
7674
8500
  {
7675
8501
  ...child.props,
@@ -7680,7 +8506,7 @@ var ToolbarAngular = (props) => {
7680
8506
  );
7681
8507
  } else if (child.type === split_button_spec_default) {
7682
8508
  tempToolbarChildren.push(
7683
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
8509
+ /* @__PURE__ */ (0, import_jsx_runtime160.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
7684
8510
  split_button_spec_default,
7685
8511
  {
7686
8512
  ...child.props,
@@ -7694,7 +8520,7 @@ var ToolbarAngular = (props) => {
7694
8520
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
7695
8521
  childrenArray.forEach((button, bindex) => {
7696
8522
  buttonGroupItems.push(
7697
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
8523
+ /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
7698
8524
  Button,
7699
8525
  {
7700
8526
  ...button.props,
@@ -7705,7 +8531,7 @@ var ToolbarAngular = (props) => {
7705
8531
  );
7706
8532
  });
7707
8533
  tempToolbarChildren.push(
7708
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
8534
+ /* @__PURE__ */ (0, import_jsx_runtime160.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
7709
8535
  ButtonGroup,
7710
8536
  {
7711
8537
  ...child.props,
@@ -7717,7 +8543,7 @@ var ToolbarAngular = (props) => {
7717
8543
  );
7718
8544
  } else if (child.type === Combobox) {
7719
8545
  tempToolbarChildren.push(
7720
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
8546
+ /* @__PURE__ */ (0, import_jsx_runtime160.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
7721
8547
  Combobox,
7722
8548
  {
7723
8549
  ...child.props,
@@ -7728,7 +8554,7 @@ var ToolbarAngular = (props) => {
7728
8554
  );
7729
8555
  } else if (child.type === DropdownList) {
7730
8556
  tempToolbarChildren.push(
7731
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
8557
+ /* @__PURE__ */ (0, import_jsx_runtime160.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
7732
8558
  DropdownList,
7733
8559
  {
7734
8560
  ...child.props,
@@ -7739,7 +8565,7 @@ var ToolbarAngular = (props) => {
7739
8565
  );
7740
8566
  } else if (child.type === ColorPicker) {
7741
8567
  tempToolbarChildren.push(
7742
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
8568
+ /* @__PURE__ */ (0, import_jsx_runtime160.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
7743
8569
  ColorPicker,
7744
8570
  {
7745
8571
  ...child.props,
@@ -7761,7 +8587,7 @@ var ToolbarAngular = (props) => {
7761
8587
  addUniqueToolClass(child, index);
7762
8588
  });
7763
8589
  }
7764
- return /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
8590
+ return /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
7765
8591
  "div",
7766
8592
  {
7767
8593
  ...other,
@@ -7782,28 +8608,28 @@ var ToolbarAngular = (props) => {
7782
8608
  }
7783
8609
  );
7784
8610
  };
7785
- ToolbarAngular.states = states46;
7786
- ToolbarAngular.options = options44;
8611
+ ToolbarAngular.states = states55;
8612
+ ToolbarAngular.options = options50;
7787
8613
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
7788
- ToolbarAngular.defaultProps = defaultProps44;
8614
+ ToolbarAngular.defaultProps = defaultProps51;
7789
8615
 
7790
8616
  // src/toolbar/toolbar-separator.tsx
7791
- var import_jsx_runtime119 = require("react/jsx-runtime");
8617
+ var import_jsx_runtime161 = require("react/jsx-runtime");
7792
8618
 
7793
8619
  // src/toolbar/toolbar-item.spec.tsx
7794
- var import_jsx_runtime120 = require("react/jsx-runtime");
8620
+ var import_jsx_runtime162 = require("react/jsx-runtime");
7795
8621
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
7796
- var states47 = [
8622
+ var states56 = [
7797
8623
  States.focus
7798
8624
  ];
7799
- var options45 = {};
7800
- var defaultProps45 = {};
8625
+ var options51 = {};
8626
+ var defaultProps52 = {};
7801
8627
  var ToolbarItem = (props) => {
7802
8628
  const {
7803
8629
  focus,
7804
8630
  ...other
7805
8631
  } = props;
7806
- return /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
8632
+ return /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
7807
8633
  "div",
7808
8634
  {
7809
8635
  ...other,
@@ -7818,20 +8644,20 @@ var ToolbarItem = (props) => {
7818
8644
  }
7819
8645
  );
7820
8646
  };
7821
- ToolbarItem.states = states47;
7822
- ToolbarItem.options = options45;
8647
+ ToolbarItem.states = states56;
8648
+ ToolbarItem.options = options51;
7823
8649
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
7824
- ToolbarItem.defaultProps = defaultProps45;
8650
+ ToolbarItem.defaultProps = defaultProps52;
7825
8651
 
7826
8652
  // src/toolbar/toolbar-popup.spec.tsx
7827
- var import_jsx_runtime121 = require("react/jsx-runtime");
8653
+ var import_jsx_runtime163 = require("react/jsx-runtime");
7828
8654
  var TOOLBARPOPUP_CLASSNAME = `k-toolbar-popup`;
7829
- var states48 = [];
7830
- var options46 = {};
7831
- var defaultProps46 = {};
8655
+ var states57 = [];
8656
+ var options52 = {};
8657
+ var defaultProps53 = {};
7832
8658
  var ToolbarPopup = (props) => {
7833
8659
  const { ...other } = props;
7834
- return /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
8660
+ return /* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
7835
8661
  Popup,
7836
8662
  {
7837
8663
  ...other,
@@ -7843,202 +8669,132 @@ var ToolbarPopup = (props) => {
7843
8669
  }
7844
8670
  );
7845
8671
  };
7846
- ToolbarPopup.states = states48;
7847
- ToolbarPopup.options = options46;
8672
+ ToolbarPopup.states = states57;
8673
+ ToolbarPopup.options = options52;
7848
8674
  ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
7849
- ToolbarPopup.defaultProps = defaultProps46;
8675
+ ToolbarPopup.defaultProps = defaultProps53;
7850
8676
 
7851
8677
  // src/split-button/templates/icon-split-button.tsx
7852
- var import_jsx_runtime122 = require("react/jsx-runtime");
8678
+ var import_jsx_runtime164 = require("react/jsx-runtime");
7853
8679
 
7854
8680
  // src/split-button/templates/icon-text-split-button.tsx
7855
- var import_jsx_runtime123 = require("react/jsx-runtime");
8681
+ var import_jsx_runtime165 = require("react/jsx-runtime");
7856
8682
 
7857
8683
  // src/split-button/templates/text-split-button.tsx
7858
- var import_jsx_runtime124 = require("react/jsx-runtime");
8684
+ var import_jsx_runtime166 = require("react/jsx-runtime");
7859
8685
 
7860
8686
  // src/split-button/templates/split-button-popup.tsx
7861
- var import_jsx_runtime125 = require("react/jsx-runtime");
8687
+ var import_jsx_runtime167 = require("react/jsx-runtime");
7862
8688
 
7863
8689
  // src/toolbar/templates/toolbar-normal.tsx
7864
- var import_jsx_runtime126 = require("react/jsx-runtime");
8690
+ var import_jsx_runtime168 = require("react/jsx-runtime");
7865
8691
 
7866
8692
  // src/toolbar/templates/toolbar-resizable.tsx
7867
- var import_jsx_runtime127 = require("react/jsx-runtime");
8693
+ var import_jsx_runtime169 = require("react/jsx-runtime");
7868
8694
 
7869
8695
  // src/toolbar/templates/toolbar-angular-normal.tsx
7870
- var import_jsx_runtime128 = require("react/jsx-runtime");
8696
+ var import_jsx_runtime170 = require("react/jsx-runtime");
7871
8697
 
7872
8698
  // src/toolbar/templates/toolbar-angular-resizable.tsx
7873
- var import_jsx_runtime129 = require("react/jsx-runtime");
7874
-
7875
- // src/tooltip/tooltip.spec.tsx
7876
- var import_jsx_runtime130 = require("react/jsx-runtime");
7877
- var TOOLTIP_CLASSNAME = `k-tooltip`;
7878
- var states49 = [];
7879
- var options47 = {
7880
- themeColor: [
7881
- ThemeColor.primary,
7882
- ThemeColor.secondary,
7883
- ThemeColor.tertiary,
7884
- ThemeColor.success,
7885
- ThemeColor.warning,
7886
- ThemeColor.error,
7887
- ThemeColor.info,
7888
- ThemeColor.light,
7889
- ThemeColor.dark,
7890
- ThemeColor.inverse
7891
- ]
7892
- };
7893
- var defaultProps47 = {
7894
- closable: false
7895
- };
7896
- var Tooltip = (props) => {
7897
- const {
7898
- callout,
7899
- closable,
7900
- themeColor,
7901
- title,
7902
- content,
7903
- icon,
7904
- ...other
7905
- } = props;
7906
- return /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)(
7907
- "div",
7908
- {
7909
- ...other,
7910
- className: classNames(
7911
- props.className,
7912
- TOOLTIP_CLASSNAME,
7913
- optionClassNames(TOOLTIP_CLASSNAME, {
7914
- themeColor
7915
- }),
7916
- {
7917
- "k-tooltip-closable": closable
7918
- }
7919
- ),
7920
- children: [
7921
- icon && /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Icon, { className: "k-tooltip-icon", icon }),
7922
- /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)("div", { className: "k-tooltip-content", children: [
7923
- title && /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-tooltip-title", children: title }),
7924
- content
7925
- ] }),
7926
- closable && /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: "k-tooltip-button", children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(Icon, { icon: "x" }) }),
7927
- callout && /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("div", { className: classNames(
7928
- "k-callout",
7929
- {
7930
- [`k-callout-${kendoThemeMaps.calloutMap[callout] || callout}`]: callout
7931
- }
7932
- ) })
7933
- ]
7934
- }
7935
- );
7936
- };
7937
- Tooltip.states = states49;
7938
- Tooltip.options = options47;
7939
- Tooltip.className = TOOLTIP_CLASSNAME;
7940
- Tooltip.defaultProps = defaultProps47;
7941
- var tooltip_spec_default = Tooltip;
8699
+ var import_jsx_runtime171 = require("react/jsx-runtime");
7942
8700
 
7943
- // src/tooltip/templates/tooltip-normal.tsx
7944
- var import_jsx_runtime131 = require("react/jsx-runtime");
7945
- var TooltipNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
7946
- tooltip_spec_default,
8701
+ // src/grid/grid-toolbar.spec.tsx
8702
+ var import_jsx_runtime172 = require("react/jsx-runtime");
8703
+ var className22 = `k-grid-toolbar`;
8704
+ var GridToolbar = (props) => /* @__PURE__ */ (0, import_jsx_runtime172.jsx)(
8705
+ Toolbar,
7947
8706
  {
7948
- content: "Tooltip Content",
7949
- ...props
8707
+ ...props,
8708
+ className: classNames(
8709
+ props.className,
8710
+ className22
8711
+ ),
8712
+ children: props.children
7950
8713
  }
7951
8714
  );
7952
8715
 
7953
- // src/tooltip/templates/tooltip-closable.tsx
7954
- var import_jsx_runtime132 = require("react/jsx-runtime");
7955
-
7956
8716
  // src/grid/tests/grid-editing.tsx
7957
- var import_jsx_runtime133 = require("react/jsx-runtime");
7958
- var grid_editing_default = () => /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(import_jsx_runtime133.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { id: "test-area", className: "k-d-grid", children: [
7959
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
7960
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)(Toolbar, { className: "k-grid-toolbar", children: [
7961
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { children: "Add new" }),
7962
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { children: "Save Changes" }),
7963
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { children: "Cancel Changes" })
7964
- ] }),
7965
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-grid-aria-root", children: [
7966
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
7967
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("colgroup", { children: [
7968
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", {}),
7969
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", {}),
7970
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", {}),
7971
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", { style: { width: "300px" } })
8717
+ var import_jsx_runtime173 = require("react/jsx-runtime");
8718
+ var grid_editing_default = () => /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(import_jsx_runtime173.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)("div", { id: "test-area", className: "k-d-grid", children: [
8719
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)(Grid, { _renderAriaRoot: true, className: "k-grid-no-scrollbar", toolbar: /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)(GridToolbar, { children: [
8720
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(Button, { children: "Add new" }),
8721
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(Button, { children: "Save Changes" }),
8722
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(Button, { children: "Cancel Changes" })
8723
+ ] }), children: [
8724
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(GridHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)(GridHeaderTable, { children: [
8725
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)("colgroup", { children: [
8726
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("col", {}),
8727
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("col", {}),
8728
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("col", {}),
8729
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("col", { style: { width: "300px" } })
8730
+ ] }),
8731
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(TableThead, { children: /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)(TableRow, { children: [
8732
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(GridHeaderCell, { columnTitle: "Name" }),
8733
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(GridHeaderCell, { columnTitle: "Price" }),
8734
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(GridHeaderCell, { columnTitle: "Available" }),
8735
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(GridHeaderCell, {})
8736
+ ] }) })
8737
+ ] }) }) }),
8738
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(GridContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(GridContent, { children: /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)(GridTable, { children: [
8739
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)("colgroup", { children: [
8740
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("col", {}),
8741
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("col", {}),
8742
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("col", {}),
8743
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("col", { style: { width: "300px" } })
8744
+ ] }),
8745
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)(TableTbody, { children: [
8746
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)(TableRow, { className: "k-grid-add-row k-grid-edit-row", children: [
8747
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(TableTd, { children: /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(Textbox, { value: "Towel" }) }),
8748
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(TableTd, { children: /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(NumericTextbox, { value: "42" }) }),
8749
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(TableTd, { children: /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(Checkbox, {}) }),
8750
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)(TableTd, { className: "k-command-cell", children: [
8751
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(Button, { children: "Add" }),
8752
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(Button, { children: "Cancel" })
8753
+ ] })
7972
8754
  ] }),
7973
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("tr", { className: "k-table-row", children: [
7974
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
7975
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-column-title", children: "Price" }) }) }) }),
7976
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-column-title", children: "Available" }) }) }) }),
7977
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("th", { className: "k-table-th k-header" })
7978
- ] }) })
7979
- ] }) }) }),
7980
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
7981
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("colgroup", { children: [
7982
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", {}),
7983
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", {}),
7984
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", {}),
7985
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", { style: { width: "300px" } })
8755
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)(TableRow, { children: [
8756
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(TableTd, { children: "Chai" }),
8757
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(TableTd, { children: "18" }),
8758
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(TableTd, { children: "false" }),
8759
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(TableTd, { className: "k-command-cell", children: /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(Button, { children: "Remove" }) })
7986
8760
  ] }),
7987
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("tbody", { className: "k-table-tbody", children: [
7988
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("tr", { className: "k-table-row k-grid-add-row k-grid-edit-row", children: [
7989
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Textbox, { value: "Towel" }) }),
7990
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(NumericTextbox, { value: "42" }) }),
7991
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Checkbox, {}) }),
7992
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("td", { className: "k-table-td k-command-cell", children: [
7993
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { children: "Add" }),
7994
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { children: "Cancel" })
7995
- ] })
7996
- ] }),
7997
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("tr", { className: "k-table-row", children: [
7998
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("td", { className: "k-table-td", children: "Chai" }),
7999
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("td", { className: "k-table-td", children: "18" }),
8000
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("td", { className: "k-table-td", children: "false" }),
8001
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("td", { className: "k-table-td k-command-cell", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { children: "Remove" }) })
8002
- ] }),
8003
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
8004
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("td", { className: "k-table-td", children: "Chang" }),
8005
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("td", { className: "k-table-td", children: "19" }),
8006
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("td", { className: "k-table-td", children: "false" }),
8007
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("td", { className: "k-table-td k-command-cell", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { children: "Remove" }) })
8008
- ] })
8761
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)(TableRow, { className: "k-alt", alt: true, children: [
8762
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(TableTd, { children: "Chang" }),
8763
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(TableTd, { children: "19" }),
8764
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(TableTd, { children: "false" }),
8765
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(TableTd, { className: "k-command-cell", children: /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(Button, { children: "Remove" }) })
8009
8766
  ] })
8010
- ] }) }) }) })
8011
- ] })
8767
+ ] })
8768
+ ] }) }) }) })
8012
8769
  ] }),
8013
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
8014
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { icon: "plus", children: "Add new record" }) }),
8015
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
8016
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("colgroup", { children: [
8017
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", {}),
8018
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", {}),
8019
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", {}),
8020
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", { style: { width: "300px" } })
8770
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)(Grid, { className: "k-grid-no-scrollbar", toolbar: /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(GridToolbar, { children: /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(Button, { icon: "plus", children: "Add new record" }) }), children: [
8771
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(GridHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)(GridHeaderTable, { children: [
8772
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)("colgroup", { children: [
8773
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("col", {}),
8774
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("col", {}),
8775
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("col", {}),
8776
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("col", { style: { width: "300px" } })
8021
8777
  ] }),
8022
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("tr", { className: "k-table-row", children: [
8023
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-column-title", children: "Name" }) }) }) }),
8024
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-column-title", children: "Price" }) }) }) }),
8025
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("th", { scope: "col", className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-column-title", children: "Available" }) }) }) }),
8026
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("th", { scope: "col", className: "k-table-th k-header", children: "\xA0" })
8778
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(TableThead, { children: /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)(TableRow, { children: [
8779
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(GridHeaderCell, { scope: "col", columnTitle: "Name" }),
8780
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(GridHeaderCell, { scope: "col", columnTitle: "Price" }),
8781
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(GridHeaderCell, { scope: "col", columnTitle: "Available" }),
8782
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(GridHeaderCell, { scope: "col", children: "\xA0" })
8027
8783
  ] }) })
8028
8784
  ] }) }) }),
8029
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("table", { className: "k-table k-table-md k-grid-table", style: { height: "auto" }, children: [
8030
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("colgroup", { children: [
8031
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", {}),
8032
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", {}),
8033
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", {}),
8034
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("col", { style: { width: "300px" } })
8785
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(GridContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(GridContent, { children: /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)(GridTable, { style: { height: "auto" }, children: [
8786
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)("colgroup", { children: [
8787
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("col", {}),
8788
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("col", {}),
8789
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("col", {}),
8790
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("col", { style: { width: "300px" } })
8035
8791
  ] }),
8036
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("tbody", { className: "k-table-tbody", children: [
8037
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("tr", { className: "k-table-row k-grid-edit-row", children: [
8038
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("td", { className: "k-table-td", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Textbox, { value: "Towel", required: true }) }),
8039
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("td", { className: "k-table-td", children: [
8040
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(NumericTextbox, { invalid: true }),
8041
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
8792
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)(TableTbody, { children: [
8793
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)(TableRow, { className: "k-grid-edit-row", children: [
8794
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(TableTd, { children: /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(Textbox, { value: "Towel", required: true }) }),
8795
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)(TableTd, { children: [
8796
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(NumericTextbox, { invalid: true }),
8797
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(
8042
8798
  TooltipNormal,
8043
8799
  {
8044
8800
  className: "k-validator-tooltip k-invalid-msg",
@@ -8049,37 +8805,37 @@ var grid_editing_default = () => /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
8049
8805
  }
8050
8806
  )
8051
8807
  ] }),
8052
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("td", { className: "k-table-td", children: [
8053
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Checkbox, { id: "e77452cd-b3b5-4dc9-8210-17007584b695" }),
8054
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("label", { className: "k-checkbox-label", htmlFor: "e77452cd-b3b5-4dc9-8210-17007584b695" })
8808
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)(TableTd, { children: [
8809
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(Checkbox, { id: "e77452cd-b3b5-4dc9-8210-17007584b695" }),
8810
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("label", { className: "k-checkbox-label", htmlFor: "e77452cd-b3b5-4dc9-8210-17007584b695" })
8055
8811
  ] }),
8056
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("td", { className: "k-table-td k-command-cell", children: [
8057
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { icon: "check", themeColor: "primary", children: "Update" }),
8058
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { icon: "cancel", children: "Cancel" })
8812
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)(TableTd, { className: "k-command-cell", children: [
8813
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(Button, { icon: "check", themeColor: "primary", children: "Update" }),
8814
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(Button, { icon: "cancel", children: "Cancel" })
8059
8815
  ] })
8060
8816
  ] }),
8061
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-grid-edit-row", children: [
8062
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("td", { className: "k-table-td k-dirty-cell", children: [
8063
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-dirty" }),
8817
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)(TableRow, { className: "k-grid-edit-row", alt: true, children: [
8818
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)(TableTd, { className: "k-dirty-cell", children: [
8819
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)("span", { className: "k-dirty" }),
8064
8820
  "LongSingleWordTestLongSingleWordTestLongSingleWordTestLongSingleWordTest"
8065
8821
  ] }),
8066
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("td", { className: "k-table-td", children: "18" }),
8067
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("td", { className: "k-table-td", children: "false" }),
8068
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("td", { className: "k-table-td k-command-cell", children: [
8069
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { icon: "pencil", children: "Edit" }),
8070
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { icon: "x", children: "Delete" })
8822
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(TableTd, { children: "18" }),
8823
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(TableTd, { children: "false" }),
8824
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)(TableTd, { className: "k-command-cell", children: [
8825
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(Button, { icon: "pencil", children: "Edit" }),
8826
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(Button, { icon: "x", children: "Delete" })
8071
8827
  ] })
8072
8828
  ] }),
8073
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("tr", { className: "k-table-row", children: [
8074
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("td", { className: "k-table-td", children: "Chang" }),
8075
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("td", { className: "k-table-td", children: "19" }),
8076
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("td", { className: "k-table-td", children: "false" }),
8077
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("td", { className: "k-table-td k-command-cell", children: [
8078
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { icon: "pencil", children: "Edit" }),
8079
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { icon: "x", children: "Delete" })
8829
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)(TableRow, { children: [
8830
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(TableTd, { children: "Chang" }),
8831
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(TableTd, { children: "19" }),
8832
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(TableTd, { children: "false" }),
8833
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)(TableTd, { className: "k-command-cell", children: [
8834
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(Button, { icon: "pencil", children: "Edit" }),
8835
+ /* @__PURE__ */ (0, import_jsx_runtime173.jsx)(Button, { icon: "x", children: "Delete" })
8080
8836
  ] })
8081
8837
  ] })
8082
8838
  ] })
8083
- ] }) })
8839
+ ] }) }) })
8084
8840
  ] })
8085
8841
  ] }) });