@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
@@ -130,11 +130,243 @@ var States = {
130
130
  "readonly": "readonly"
131
131
  };
132
132
 
133
- // src/icon/font-icon.spec.tsx
133
+ // src/grid/grid.spec.tsx
134
134
  var import_jsx_runtime = require("react/jsx-runtime");
135
- var FONTICON_CLASSNAME = `k-icon k-font-icon`;
135
+ var GRID_CLASSNAME = "k-grid";
136
136
  var states = [];
137
137
  var options = {
138
+ size: [Size.small, Size.medium, Size.large]
139
+ };
140
+ var defaultProps = {
141
+ size: Size.medium,
142
+ pagerPosition: "bottom"
143
+ };
144
+ var Grid = (props) => {
145
+ const {
146
+ size = defaultProps.size,
147
+ toolbar,
148
+ pager,
149
+ pagerPosition,
150
+ groupingHeader,
151
+ _renderAriaRoot,
152
+ ...other
153
+ } = props;
154
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
155
+ "div",
156
+ {
157
+ ...other,
158
+ className: classNames(
159
+ props.className,
160
+ GRID_CLASSNAME,
161
+ optionClassNames(GRID_CLASSNAME, { size })
162
+ ),
163
+ children: [
164
+ toolbar,
165
+ pagerPosition === "top" && pager,
166
+ groupingHeader,
167
+ props.children && _renderAriaRoot ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: "k-grid-aria-root", children: props.children }) : props.children,
168
+ pagerPosition === "bottom" && pager
169
+ ]
170
+ }
171
+ );
172
+ };
173
+ Grid.states = states;
174
+ Grid.options = options;
175
+ Grid.className = GRID_CLASSNAME;
176
+ Grid.defaultProps = defaultProps;
177
+
178
+ // src/grid/grid-header.spec.tsx
179
+ var import_jsx_runtime2 = require("react/jsx-runtime");
180
+
181
+ // src/grid/grid-grouping-header.spec.tsx
182
+ var import_jsx_runtime3 = require("react/jsx-runtime");
183
+
184
+ // src/table/data-table.spec.tsx
185
+ var import_jsx_runtime4 = require("react/jsx-runtime");
186
+ var DATATABLE_CLASSNAME = `k-data-table`;
187
+ var states2 = [];
188
+ var options2 = {
189
+ size: [Size.small, Size.medium, Size.large]
190
+ };
191
+ var defaultProps2 = {
192
+ size: Size.medium
193
+ };
194
+ var DataTable = (props) => {
195
+ const {
196
+ size = defaultProps2.size,
197
+ ...other
198
+ } = props;
199
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
200
+ "div",
201
+ {
202
+ ...other,
203
+ className: classNames(
204
+ props.className,
205
+ DATATABLE_CLASSNAME,
206
+ optionClassNames("k-table", {
207
+ size
208
+ })
209
+ ),
210
+ children: props.children
211
+ }
212
+ );
213
+ };
214
+ DataTable.states = states2;
215
+ DataTable.options = options2;
216
+ DataTable.className = DATATABLE_CLASSNAME;
217
+ DataTable.defaultProps = defaultProps2;
218
+
219
+ // src/table/table-header.tsx
220
+ var import_jsx_runtime5 = require("react/jsx-runtime");
221
+
222
+ // src/table/table-body.tsx
223
+ var import_jsx_runtime6 = require("react/jsx-runtime");
224
+
225
+ // src/table/table-footer.tsx
226
+ var import_jsx_runtime7 = require("react/jsx-runtime");
227
+
228
+ // src/table/table.spec.tsx
229
+ var import_jsx_runtime8 = require("react/jsx-runtime");
230
+ var TABLE_CLASSNAME = `k-table`;
231
+ var states3 = [];
232
+ var options3 = {
233
+ size: [Size.small, Size.medium, Size.large]
234
+ };
235
+ var defaultProps3 = {};
236
+ var Table = (props) => {
237
+ const {
238
+ size,
239
+ ...other
240
+ } = props;
241
+ return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
242
+ "table",
243
+ {
244
+ ...other,
245
+ className: classNames(
246
+ props.className,
247
+ TABLE_CLASSNAME,
248
+ optionClassNames(TABLE_CLASSNAME, {
249
+ size
250
+ })
251
+ ),
252
+ children: props.children
253
+ }
254
+ );
255
+ };
256
+ Table.states = states3;
257
+ Table.options = options3;
258
+ Table.className = TABLE_CLASSNAME;
259
+ Table.defaultProps = defaultProps3;
260
+
261
+ // src/table/table-list.spec.tsx
262
+ var import_jsx_runtime9 = require("react/jsx-runtime");
263
+ var TABLELIST_CLASSNAME = `k-table-list`;
264
+ var states4 = [];
265
+ var options4 = {
266
+ size: [Size.small, Size.medium, Size.large]
267
+ };
268
+ var defaultProps4 = {};
269
+ var TableList = (props) => {
270
+ const {
271
+ size,
272
+ virtualization,
273
+ ...other
274
+ } = props;
275
+ return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
276
+ "ul",
277
+ {
278
+ ...other,
279
+ className: classNames(
280
+ props.className,
281
+ "k-table",
282
+ TABLELIST_CLASSNAME,
283
+ optionClassNames(TABLELIST_CLASSNAME, {
284
+ size
285
+ }),
286
+ {
287
+ "k-virtual-table": virtualization
288
+ }
289
+ ),
290
+ children: props.children
291
+ }
292
+ );
293
+ };
294
+ TableList.states = states4;
295
+ TableList.options = options4;
296
+ TableList.className = TABLELIST_CLASSNAME;
297
+ TableList.defaultProps = defaultProps4;
298
+
299
+ // src/table/table-thead.tsx
300
+ var import_jsx_runtime10 = require("react/jsx-runtime");
301
+
302
+ // src/table/table-tbody.tsx
303
+ var import_jsx_runtime11 = require("react/jsx-runtime");
304
+
305
+ // src/table/table-tfoot.tsx
306
+ var import_jsx_runtime12 = require("react/jsx-runtime");
307
+
308
+ // src/table/table-row.tsx
309
+ var import_jsx_runtime13 = require("react/jsx-runtime");
310
+ var states5 = [
311
+ States.hover,
312
+ States.focus,
313
+ States.selected,
314
+ States.disabled
315
+ ];
316
+
317
+ // src/table/table-list-row.tsx
318
+ var import_jsx_runtime14 = require("react/jsx-runtime");
319
+ var states6 = [
320
+ States.hover,
321
+ States.focus,
322
+ States.selected,
323
+ States.disabled
324
+ ];
325
+
326
+ // src/table/table-th.tsx
327
+ var import_jsx_runtime15 = require("react/jsx-runtime");
328
+
329
+ // src/table/table-list-th.tsx
330
+ var import_jsx_runtime16 = require("react/jsx-runtime");
331
+
332
+ // src/table/table-td.tsx
333
+ var import_jsx_runtime17 = require("react/jsx-runtime");
334
+
335
+ // src/table/table-list-td.tsx
336
+ var import_jsx_runtime18 = require("react/jsx-runtime");
337
+
338
+ // src/table/table-group-header.tsx
339
+ var import_jsx_runtime19 = require("react/jsx-runtime");
340
+
341
+ // src/table/table-group-sticky-header.tsx
342
+ var import_jsx_runtime20 = require("react/jsx-runtime");
343
+
344
+ // src/table/table-group-row.tsx
345
+ var import_jsx_runtime21 = require("react/jsx-runtime");
346
+
347
+ // src/table/table-list-group-row.tsx
348
+ var import_jsx_runtime22 = require("react/jsx-runtime");
349
+
350
+ // src/table/templates/table-list.tsx
351
+ var import_jsx_runtime23 = require("react/jsx-runtime");
352
+
353
+ // src/table/templates/table-list-virtualization.tsx
354
+ var import_jsx_runtime24 = require("react/jsx-runtime");
355
+
356
+ // src/table/templates/data-table-normal.tsx
357
+ var import_jsx_runtime25 = require("react/jsx-runtime");
358
+
359
+ // src/table/templates/table-native.tsx
360
+ var import_jsx_runtime26 = require("react/jsx-runtime");
361
+
362
+ // src/grid/grid-header-table.spec.tsx
363
+ var import_jsx_runtime27 = require("react/jsx-runtime");
364
+
365
+ // src/icon/font-icon.spec.tsx
366
+ var import_jsx_runtime28 = require("react/jsx-runtime");
367
+ var FONTICON_CLASSNAME = `k-icon k-font-icon`;
368
+ var states7 = [];
369
+ var options5 = {
138
370
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
139
371
  themeColor: [
140
372
  ThemeColor.base,
@@ -149,7 +381,7 @@ var options = {
149
381
  ThemeColor.dark
150
382
  ]
151
383
  };
152
- var defaultProps = {};
384
+ var defaultProps5 = {};
153
385
  var FontIcon = (props) => {
154
386
  const {
155
387
  size,
@@ -160,9 +392,9 @@ var FontIcon = (props) => {
160
392
  ...other
161
393
  } = props;
162
394
  if (!icon) {
163
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, {});
395
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_jsx_runtime28.Fragment, {});
164
396
  }
165
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
397
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
166
398
  "span",
167
399
  {
168
400
  ...other,
@@ -183,17 +415,17 @@ var FontIcon = (props) => {
183
415
  }
184
416
  );
185
417
  };
186
- FontIcon.states = states;
187
- FontIcon.options = options;
418
+ FontIcon.states = states7;
419
+ FontIcon.options = options5;
188
420
  FontIcon.className = FONTICON_CLASSNAME;
189
- FontIcon.defaultProps = defaultProps;
421
+ FontIcon.defaultProps = defaultProps5;
190
422
  var font_icon_spec_default = FontIcon;
191
423
 
192
424
  // src/icon/svg-icon.spec.tsx
193
- var import_jsx_runtime2 = require("react/jsx-runtime");
425
+ var import_jsx_runtime29 = require("react/jsx-runtime");
194
426
  var SVGICON_CLASSNAME = `k-icon k-svg-icon`;
195
- var states2 = [];
196
- var options2 = {
427
+ var states8 = [];
428
+ var options6 = {
197
429
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
198
430
  themeColor: [
199
431
  ThemeColor.base,
@@ -208,7 +440,7 @@ var options2 = {
208
440
  ThemeColor.dark
209
441
  ]
210
442
  };
211
- var defaultProps2 = {
443
+ var defaultProps6 = {
212
444
  viewBox: "0 0 24 24"
213
445
  };
214
446
  var SvgIcon = (props) => {
@@ -217,15 +449,15 @@ var SvgIcon = (props) => {
217
449
  themeColor,
218
450
  rotate,
219
451
  flip,
220
- viewBox = defaultProps2.viewBox,
452
+ viewBox = defaultProps6.viewBox,
221
453
  icon,
222
454
  ...other
223
455
  } = props;
224
456
  if (!icon) {
225
- return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_jsx_runtime2.Fragment, {});
457
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_jsx_runtime29.Fragment, {});
226
458
  }
227
459
  if (icon === "none") {
228
- /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
460
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
229
461
  "span",
230
462
  {
231
463
  ...other,
@@ -238,7 +470,7 @@ var SvgIcon = (props) => {
238
470
  );
239
471
  }
240
472
  const name = typeof icon === "object" && icon.name && icon.name;
241
- return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
473
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
242
474
  "span",
243
475
  {
244
476
  ...other,
@@ -256,7 +488,7 @@ var SvgIcon = (props) => {
256
488
  "k-flip-v": flip === "v" || flip === "both"
257
489
  }
258
490
  ),
259
- children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
491
+ children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
260
492
  "svg",
261
493
  {
262
494
  "aria-hidden": true,
@@ -270,10 +502,10 @@ var SvgIcon = (props) => {
270
502
  }
271
503
  );
272
504
  };
273
- SvgIcon.states = states2;
274
- SvgIcon.options = options2;
505
+ SvgIcon.states = states8;
506
+ SvgIcon.options = options6;
275
507
  SvgIcon.className = SVGICON_CLASSNAME;
276
- SvgIcon.defaultProps = defaultProps2;
508
+ SvgIcon.defaultProps = defaultProps6;
277
509
  var svg_icon_spec_default = SvgIcon;
278
510
 
279
511
  // ../../node_modules/@progress/kendo-svg-icons/dist/index.es.js
@@ -4308,13 +4540,13 @@ var chartChoroplethIcon = {
4308
4540
  };
4309
4541
 
4310
4542
  // src/icon/icon.spec.tsx
4311
- var import_jsx_runtime3 = require("react/jsx-runtime");
4543
+ var import_jsx_runtime30 = require("react/jsx-runtime");
4312
4544
  var snakeToCamel = (str) => str.toLowerCase().replace(
4313
4545
  /([-_][a-z])/g,
4314
4546
  (group) => group.toUpperCase().replace("-", "").replace("_", "")
4315
4547
  );
4316
- var states3 = [];
4317
- var options3 = {
4548
+ var states9 = [];
4549
+ var options7 = {
4318
4550
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
4319
4551
  themeColor: [
4320
4552
  ThemeColor.base,
@@ -4329,7 +4561,7 @@ var options3 = {
4329
4561
  ThemeColor.dark
4330
4562
  ]
4331
4563
  };
4332
- var defaultProps3 = {
4564
+ var defaultProps7 = {
4333
4565
  viewBox: "0 0 24 24",
4334
4566
  type: "svg"
4335
4567
  };
@@ -4338,42 +4570,65 @@ var Icon = (props) => {
4338
4570
  size,
4339
4571
  themeColor,
4340
4572
  icon,
4341
- type = defaultProps3.type,
4573
+ type = defaultProps7.type,
4342
4574
  rotate,
4343
4575
  flip,
4344
- viewBox = defaultProps3.viewBox,
4576
+ viewBox = defaultProps7.viewBox,
4345
4577
  ...other
4346
4578
  } = props;
4347
4579
  if (!icon) {
4348
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_jsx_runtime3.Fragment, {});
4580
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_jsx_runtime30.Fragment, {});
4349
4581
  }
4350
4582
  if (type === "svg") {
4351
4583
  if (icon === "none") {
4352
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(svg_icon_spec_default, { ...other, icon, size });
4584
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(svg_icon_spec_default, { ...other, icon, size });
4353
4585
  }
4354
4586
  const iconSVG = snakeToCamel(`${icon}-icon`);
4355
4587
  if (!index_es_exports[iconSVG]) {
4356
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_jsx_runtime3.Fragment, {});
4588
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_jsx_runtime30.Fragment, {});
4357
4589
  }
4358
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(svg_icon_spec_default, { ...other, icon: index_es_exports[iconSVG], size, themeColor, rotate, flip, viewBox });
4590
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(svg_icon_spec_default, { ...other, icon: index_es_exports[iconSVG], size, themeColor, rotate, flip, viewBox });
4359
4591
  }
4360
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(font_icon_spec_default, { ...other, icon, size, themeColor, rotate, flip });
4592
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(font_icon_spec_default, { ...other, icon, size, themeColor, rotate, flip });
4361
4593
  };
4362
- Icon.states = states3;
4363
- Icon.options = options3;
4364
- Icon.defaultProps = defaultProps3;
4594
+ Icon.states = states9;
4595
+ Icon.options = options7;
4596
+ Icon.defaultProps = defaultProps7;
4597
+
4598
+ // src/grid/grid-header-cell.spec.tsx
4599
+ var import_jsx_runtime31 = require("react/jsx-runtime");
4600
+ var states10 = [
4601
+ States.hover,
4602
+ States.focus,
4603
+ States.active
4604
+ ];
4605
+
4606
+ // src/grid/grid-container.spec.tsx
4607
+ var import_jsx_runtime32 = require("react/jsx-runtime");
4608
+
4609
+ // src/grid/grid-content.spec.tsx
4610
+ var import_jsx_runtime33 = require("react/jsx-runtime");
4611
+
4612
+ // src/grid/grid-table.spec.tsx
4613
+ var import_jsx_runtime34 = require("react/jsx-runtime");
4614
+
4615
+ // src/grid/grid-footer.spec.tsx
4616
+ var import_jsx_runtime35 = require("react/jsx-runtime");
4617
+
4618
+ // src/grid/grid-footer-table.spec.tsx
4619
+ var import_jsx_runtime36 = require("react/jsx-runtime");
4365
4620
 
4366
4621
  // src/button/button.spec.tsx
4367
- var import_jsx_runtime4 = require("react/jsx-runtime");
4622
+ var import_jsx_runtime37 = require("react/jsx-runtime");
4368
4623
  var BUTTON_CLASSNAME = `k-button`;
4369
- var states4 = [
4624
+ var states11 = [
4370
4625
  States.hover,
4371
4626
  States.focus,
4372
4627
  States.active,
4373
4628
  States.selected,
4374
4629
  States.disabled
4375
4630
  ];
4376
- var options4 = {
4631
+ var options8 = {
4377
4632
  size: [Size.small, Size.medium, Size.large],
4378
4633
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4379
4634
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -4391,7 +4646,7 @@ var options4 = {
4391
4646
  ThemeColor.inverse
4392
4647
  ]
4393
4648
  };
4394
- var defaultProps4 = {
4649
+ var defaultProps8 = {
4395
4650
  size: Size.medium,
4396
4651
  rounded: Roundness.medium,
4397
4652
  fillMode: FillMode.solid,
@@ -4401,10 +4656,10 @@ var defaultProps4 = {
4401
4656
  };
4402
4657
  var Button = (props) => {
4403
4658
  const {
4404
- size = defaultProps4.size,
4405
- rounded = defaultProps4.rounded,
4406
- fillMode = defaultProps4.fillMode,
4407
- themeColor = defaultProps4.themeColor,
4659
+ size = defaultProps8.size,
4660
+ rounded = defaultProps8.rounded,
4661
+ fillMode = defaultProps8.fillMode,
4662
+ themeColor = defaultProps8.themeColor,
4408
4663
  hover,
4409
4664
  focus,
4410
4665
  active,
@@ -4413,13 +4668,13 @@ var Button = (props) => {
4413
4668
  icon,
4414
4669
  text,
4415
4670
  iconClassName,
4416
- showArrow = defaultProps4.showArrow,
4417
- arrowIconName = defaultProps4.arrowIconName,
4671
+ showArrow = defaultProps8.showArrow,
4672
+ arrowIconName = defaultProps8.arrowIconName,
4418
4673
  ...other
4419
4674
  } = props;
4420
4675
  const hasIcon = icon !== void 0;
4421
4676
  const hasChildren = props.children !== void 0;
4422
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
4677
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
4423
4678
  "button",
4424
4679
  {
4425
4680
  ...other,
@@ -4444,40 +4699,40 @@ var Button = (props) => {
4444
4699
  }
4445
4700
  ),
4446
4701
  children: [
4447
- icon && /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4702
+ icon && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
4448
4703
  Icon,
4449
4704
  {
4450
4705
  className: classNames(iconClassName, "k-button-icon"),
4451
4706
  icon
4452
4707
  }
4453
4708
  ),
4454
- text ? /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(import_jsx_runtime4.Fragment, { children: [
4455
- text && /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("span", { className: "k-button-text", children: text }),
4709
+ text ? /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(import_jsx_runtime37.Fragment, { children: [
4710
+ text && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("span", { className: "k-button-text", children: text }),
4456
4711
  props.children
4457
- ] }) : props.children && /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("span", { className: "k-button-text", children: props.children }),
4458
- showArrow && /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("span", { className: "k-menu-button-arrow k-button-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: arrowIconName }) })
4712
+ ] }) : props.children && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("span", { className: "k-button-text", children: props.children }),
4713
+ showArrow && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("span", { className: "k-menu-button-arrow k-button-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Icon, { icon: arrowIconName }) })
4459
4714
  ]
4460
4715
  }
4461
4716
  );
4462
4717
  };
4463
- Button.states = states4;
4464
- Button.options = options4;
4718
+ Button.states = states11;
4719
+ Button.options = options8;
4465
4720
  Button.className = BUTTON_CLASSNAME;
4466
- Button.defaultProps = defaultProps4;
4721
+ Button.defaultProps = defaultProps8;
4467
4722
 
4468
4723
  // src/button/templates/icon-button.tsx
4469
- var import_jsx_runtime5 = require("react/jsx-runtime");
4724
+ var import_jsx_runtime38 = require("react/jsx-runtime");
4470
4725
 
4471
4726
  // src/button/templates/icon-text-button.tsx
4472
- var import_jsx_runtime6 = require("react/jsx-runtime");
4727
+ var import_jsx_runtime39 = require("react/jsx-runtime");
4473
4728
 
4474
4729
  // src/button/templates/text-button.tsx
4475
- var import_jsx_runtime7 = require("react/jsx-runtime");
4730
+ var import_jsx_runtime40 = require("react/jsx-runtime");
4476
4731
 
4477
4732
  // src/input/input.spec.tsx
4478
- var import_jsx_runtime8 = require("react/jsx-runtime");
4733
+ var import_jsx_runtime41 = require("react/jsx-runtime");
4479
4734
  var INPUT_CLASSNAME = `k-input`;
4480
- var states5 = [
4735
+ var states12 = [
4481
4736
  States.hover,
4482
4737
  States.focus,
4483
4738
  States.valid,
@@ -4487,12 +4742,12 @@ var states5 = [
4487
4742
  States.loading,
4488
4743
  States.readonly
4489
4744
  ];
4490
- var options5 = {
4745
+ var options9 = {
4491
4746
  size: [Size.small, Size.medium, Size.large],
4492
4747
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4493
4748
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4494
4749
  };
4495
- var defaultProps5 = {
4750
+ var defaultProps9 = {
4496
4751
  size: Size.medium,
4497
4752
  rounded: Size.medium,
4498
4753
  fillMode: FillMode.solid
@@ -4506,12 +4761,12 @@ var Input = (props) => {
4506
4761
  valid,
4507
4762
  loading,
4508
4763
  readonly,
4509
- size = defaultProps5.size,
4510
- rounded = defaultProps5.rounded,
4511
- fillMode = defaultProps5.fillMode,
4764
+ size = defaultProps9.size,
4765
+ rounded = defaultProps9.rounded,
4766
+ fillMode = defaultProps9.fillMode,
4512
4767
  ...other
4513
4768
  } = props;
4514
- return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
4769
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
4515
4770
  "span",
4516
4771
  {
4517
4772
  ...other,
@@ -4524,13 +4779,13 @@ var Input = (props) => {
4524
4779
  }
4525
4780
  );
4526
4781
  };
4527
- Input.states = states5;
4528
- Input.options = options5;
4782
+ Input.states = states12;
4783
+ Input.options = options9;
4529
4784
  Input.className = INPUT_CLASSNAME;
4530
- Input.defaultProps = defaultProps5;
4785
+ Input.defaultProps = defaultProps9;
4531
4786
 
4532
4787
  // src/input/picker.spec.tsx
4533
- var import_jsx_runtime9 = require("react/jsx-runtime");
4788
+ var import_jsx_runtime42 = require("react/jsx-runtime");
4534
4789
  var PICKER_CLASSNAME = `k-picker`;
4535
4790
  var pickerStates = [
4536
4791
  States.hover,
@@ -4547,7 +4802,7 @@ var pickerOptions = {
4547
4802
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4548
4803
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4549
4804
  };
4550
- var defaultProps6 = {
4805
+ var defaultProps10 = {
4551
4806
  size: Size.medium,
4552
4807
  rounded: Roundness.medium,
4553
4808
  fillMode: FillMode.solid
@@ -4561,12 +4816,12 @@ var Picker = (props) => {
4561
4816
  valid,
4562
4817
  loading,
4563
4818
  readonly,
4564
- size = defaultProps6.size,
4565
- rounded = defaultProps6.rounded,
4566
- fillMode = defaultProps6.fillMode,
4819
+ size = defaultProps10.size,
4820
+ rounded = defaultProps10.rounded,
4821
+ fillMode = defaultProps10.fillMode,
4567
4822
  ...other
4568
4823
  } = props;
4569
- return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
4824
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
4570
4825
  "span",
4571
4826
  {
4572
4827
  ...other,
@@ -4583,17 +4838,17 @@ var Picker = (props) => {
4583
4838
  Picker.states = pickerStates;
4584
4839
  Picker.options = pickerOptions;
4585
4840
  Picker.className = PICKER_CLASSNAME;
4586
- Picker.defaultProps = defaultProps6;
4841
+ Picker.defaultProps = defaultProps10;
4587
4842
 
4588
4843
  // src/input/input-clear-value.tsx
4589
- var import_jsx_runtime10 = require("react/jsx-runtime");
4844
+ var import_jsx_runtime43 = require("react/jsx-runtime");
4590
4845
  var className = `k-clear-value`;
4591
- var states6 = [
4846
+ var states13 = [
4592
4847
  States.disabled,
4593
4848
  States.loading,
4594
4849
  States.readonly
4595
4850
  ];
4596
- var options6 = {};
4851
+ var options10 = {};
4597
4852
  var InputClearValue = (props) => {
4598
4853
  const {
4599
4854
  disabled,
@@ -4602,20 +4857,20 @@ var InputClearValue = (props) => {
4602
4857
  value
4603
4858
  } = props;
4604
4859
  if (disabled || readonly || loading || !value) {
4605
- return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(import_jsx_runtime10.Fragment, {});
4860
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_jsx_runtime43.Fragment, {});
4606
4861
  }
4607
- return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(Icon, { icon: "x" }) });
4862
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Icon, { icon: "x" }) });
4608
4863
  };
4609
- InputClearValue.states = states6;
4610
- InputClearValue.options = options6;
4864
+ InputClearValue.states = states13;
4865
+ InputClearValue.options = options10;
4611
4866
  InputClearValue.className = className;
4612
4867
 
4613
4868
  // src/input/input-inner-input.tsx
4614
- var import_jsx_runtime11 = require("react/jsx-runtime");
4869
+ var import_jsx_runtime44 = require("react/jsx-runtime");
4615
4870
  var className2 = `k-input-inner`;
4616
- var states7 = [];
4617
- var options7 = {};
4618
- var defaultProps7 = {
4871
+ var states14 = [];
4872
+ var options11 = {};
4873
+ var defaultProps11 = {
4619
4874
  type: "text",
4620
4875
  autocomplete: "off",
4621
4876
  value: "",
@@ -4623,13 +4878,13 @@ var defaultProps7 = {
4623
4878
  };
4624
4879
  var InputInnerInput = (props) => {
4625
4880
  const {
4626
- value = defaultProps7.value,
4627
- type = defaultProps7.type,
4628
- placeholder = defaultProps7.placeholder,
4629
- autocomplete = defaultProps7.autocomplete,
4881
+ value = defaultProps11.value,
4882
+ type = defaultProps11.type,
4883
+ placeholder = defaultProps11.placeholder,
4884
+ autocomplete = defaultProps11.autocomplete,
4630
4885
  ...other
4631
4886
  } = props;
4632
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
4887
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
4633
4888
  "input",
4634
4889
  {
4635
4890
  ...other,
@@ -4641,15 +4896,15 @@ var InputInnerInput = (props) => {
4641
4896
  }
4642
4897
  );
4643
4898
  };
4644
- InputInnerInput.states = states7;
4645
- InputInnerInput.options = options7;
4899
+ InputInnerInput.states = states14;
4900
+ InputInnerInput.options = options11;
4646
4901
  InputInnerInput.className = className2;
4647
4902
 
4648
4903
  // src/input/input-inner-span.tsx
4649
- var import_jsx_runtime12 = require("react/jsx-runtime");
4904
+ var import_jsx_runtime45 = require("react/jsx-runtime");
4650
4905
  var className3 = `k-input-inner`;
4651
- var states8 = [];
4652
- var options8 = {};
4906
+ var states15 = [];
4907
+ var options12 = {};
4653
4908
  var InputInnerSpan = (props) => {
4654
4909
  const {
4655
4910
  value,
@@ -4659,41 +4914,41 @@ var InputInnerSpan = (props) => {
4659
4914
  valueIconName,
4660
4915
  ...other
4661
4916
  } = props;
4662
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
4917
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
4663
4918
  "span",
4664
4919
  {
4665
4920
  ...other,
4666
4921
  className: classNames(props.className, className3, optionClassNames(className3, props)),
4667
4922
  children: [
4668
4923
  valueIcon,
4669
- !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4924
+ !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4670
4925
  showValue && !value && placeholder,
4671
- showValue && value && /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-input-value-text", children: value })
4926
+ showValue && value && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("span", { className: "k-input-value-text", children: value })
4672
4927
  ]
4673
4928
  }
4674
4929
  );
4675
4930
  };
4676
- InputInnerSpan.states = states8;
4677
- InputInnerSpan.options = options8;
4931
+ InputInnerSpan.states = states15;
4932
+ InputInnerSpan.options = options12;
4678
4933
  InputInnerSpan.className = className3;
4679
4934
 
4680
4935
  // src/input/input-inner-textarea.tsx
4681
- var import_jsx_runtime13 = require("react/jsx-runtime");
4682
- var defaultProps8 = {
4936
+ var import_jsx_runtime46 = require("react/jsx-runtime");
4937
+ var defaultProps12 = {
4683
4938
  value: "",
4684
4939
  placeholder: ""
4685
4940
  };
4686
4941
  var className4 = `k-input-inner`;
4687
- var states9 = [];
4688
- var options9 = {};
4942
+ var states16 = [];
4943
+ var options13 = {};
4689
4944
  var InputInnerTextarea = (props) => {
4690
4945
  const {
4691
- value = defaultProps8.value,
4692
- placeholder = defaultProps8.placeholder,
4946
+ value = defaultProps12.value,
4947
+ placeholder = defaultProps12.placeholder,
4693
4948
  rows,
4694
4949
  ...other
4695
4950
  } = props;
4696
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
4951
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
4697
4952
  "textarea",
4698
4953
  {
4699
4954
  ...other,
@@ -4704,14 +4959,14 @@ var InputInnerTextarea = (props) => {
4704
4959
  }
4705
4960
  );
4706
4961
  };
4707
- InputInnerTextarea.states = states9;
4708
- InputInnerTextarea.options = options9;
4962
+ InputInnerTextarea.states = states16;
4963
+ InputInnerTextarea.options = options13;
4709
4964
  InputInnerTextarea.className = className4;
4710
4965
 
4711
4966
  // src/input/input-loading-icon.tsx
4712
- var import_jsx_runtime14 = require("react/jsx-runtime");
4967
+ var import_jsx_runtime47 = require("react/jsx-runtime");
4713
4968
  var className5 = `k-input-loading-icon`;
4714
- var states10 = [
4969
+ var states17 = [
4715
4970
  States.disabled,
4716
4971
  States.loading
4717
4972
  ];
@@ -4721,21 +4976,21 @@ var InputLoadingIcon = (props) => {
4721
4976
  loading
4722
4977
  } = props;
4723
4978
  if (disabled || !loading) {
4724
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_jsx_runtime14.Fragment, {});
4979
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_jsx_runtime47.Fragment, {});
4725
4980
  }
4726
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("span", { className: classNames(props.className, className5, "k-icon k-i-loading") });
4981
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: classNames(props.className, className5, "k-icon k-i-loading") });
4727
4982
  };
4728
4983
 
4729
4984
  // src/input/input-validation-icon.tsx
4730
- var import_jsx_runtime15 = require("react/jsx-runtime");
4985
+ var import_jsx_runtime48 = require("react/jsx-runtime");
4731
4986
  var className6 = `k-input-validation-icon`;
4732
- var states11 = [
4987
+ var states18 = [
4733
4988
  States.valid,
4734
4989
  States.invalid,
4735
4990
  States.disabled,
4736
4991
  States.loading
4737
4992
  ];
4738
- var options10 = {};
4993
+ var options14 = {};
4739
4994
  var InputValidationIcon = (props) => {
4740
4995
  const {
4741
4996
  valid,
@@ -4746,29 +5001,29 @@ var InputValidationIcon = (props) => {
4746
5001
  const iconName = invalid ? "warning-circle" : "check-circle";
4747
5002
  const renderValidationIcon = Boolean(valid || invalid);
4748
5003
  if (disabled || loading || !renderValidationIcon) {
4749
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_jsx_runtime15.Fragment, {});
5004
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_jsx_runtime48.Fragment, {});
4750
5005
  }
4751
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Icon, { className: classNames(className6), icon: iconName });
5006
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { className: classNames(className6), icon: iconName });
4752
5007
  };
4753
- InputValidationIcon.states = states11;
4754
- InputValidationIcon.options = options10;
5008
+ InputValidationIcon.states = states18;
5009
+ InputValidationIcon.options = options14;
4755
5010
  InputValidationIcon.className = className6;
4756
5011
 
4757
5012
  // src/input/input-prefix.tsx
4758
- var import_jsx_runtime16 = require("react/jsx-runtime");
5013
+ var import_jsx_runtime49 = require("react/jsx-runtime");
4759
5014
  var className7 = `k-input-prefix`;
4760
- var defaultProps9 = {
5015
+ var defaultProps13 = {
4761
5016
  direction: "horizontal"
4762
5017
  };
4763
5018
  var InputPrefix = (props) => {
4764
5019
  const {
4765
- direction = defaultProps9.direction,
5020
+ direction = defaultProps13.direction,
4766
5021
  ...other
4767
5022
  } = props;
4768
5023
  if (!props.children) {
4769
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_jsx_runtime16.Fragment, {});
5024
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_jsx_runtime49.Fragment, {});
4770
5025
  }
4771
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
5026
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
4772
5027
  "span",
4773
5028
  {
4774
5029
  ...other,
@@ -4785,20 +5040,20 @@ var InputPrefix = (props) => {
4785
5040
  };
4786
5041
 
4787
5042
  // src/input/input-suffix.tsx
4788
- var import_jsx_runtime17 = require("react/jsx-runtime");
5043
+ var import_jsx_runtime50 = require("react/jsx-runtime");
4789
5044
  var className8 = `k-input-suffix`;
4790
- var defaultProps10 = {
5045
+ var defaultProps14 = {
4791
5046
  direction: "horizontal"
4792
5047
  };
4793
5048
  var InputSuffix = (props) => {
4794
5049
  const {
4795
- direction = defaultProps10.direction,
5050
+ direction = defaultProps14.direction,
4796
5051
  ...other
4797
5052
  } = props;
4798
5053
  if (!props.children) {
4799
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_jsx_runtime17.Fragment, {});
5054
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(import_jsx_runtime50.Fragment, {});
4800
5055
  }
4801
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
5056
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
4802
5057
  "span",
4803
5058
  {
4804
5059
  ...other,
@@ -4815,23 +5070,23 @@ var InputSuffix = (props) => {
4815
5070
  };
4816
5071
 
4817
5072
  // src/input/input-prefix-text.tsx
4818
- var import_jsx_runtime18 = require("react/jsx-runtime");
5073
+ var import_jsx_runtime51 = require("react/jsx-runtime");
4819
5074
 
4820
5075
  // src/input/input-suffix-text.tsx
4821
- var import_jsx_runtime19 = require("react/jsx-runtime");
5076
+ var import_jsx_runtime52 = require("react/jsx-runtime");
4822
5077
 
4823
5078
  // src/input/input-separator.tsx
4824
- var import_jsx_runtime20 = require("react/jsx-runtime");
5079
+ var import_jsx_runtime53 = require("react/jsx-runtime");
4825
5080
  var className9 = `k-input-separator`;
4826
- var defaultProps11 = {
5081
+ var defaultProps15 = {
4827
5082
  direction: "vertical"
4828
5083
  };
4829
5084
  var InputSeparator = (props) => {
4830
5085
  const {
4831
- direction = defaultProps11.direction,
5086
+ direction = defaultProps15.direction,
4832
5087
  ...other
4833
5088
  } = props;
4834
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
5089
+ return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
4835
5090
  "span",
4836
5091
  {
4837
5092
  ...other,
@@ -4847,11 +5102,11 @@ var InputSeparator = (props) => {
4847
5102
  };
4848
5103
 
4849
5104
  // src/animation-container/animation-container.spec.tsx
4850
- var import_jsx_runtime21 = require("react/jsx-runtime");
5105
+ var import_jsx_runtime54 = require("react/jsx-runtime");
4851
5106
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4852
- var states12 = [];
4853
- var options11 = {};
4854
- var defaultProps12 = {
5107
+ var states19 = [];
5108
+ var options15 = {};
5109
+ var defaultProps16 = {
4855
5110
  positionMode: "absolute"
4856
5111
  };
4857
5112
  var AnimationContainer = (props) => {
@@ -4861,7 +5116,7 @@ var AnimationContainer = (props) => {
4861
5116
  offset,
4862
5117
  ...other
4863
5118
  } = props;
4864
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
5119
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
4865
5120
  "div",
4866
5121
  {
4867
5122
  ...other,
@@ -4873,21 +5128,21 @@ var AnimationContainer = (props) => {
4873
5128
  ["k-animation-container-fixed"]: positionMode === "fixed"
4874
5129
  }
4875
5130
  ),
4876
- children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5131
+ children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4877
5132
  }
4878
5133
  );
4879
5134
  };
4880
- AnimationContainer.states = states12;
4881
- AnimationContainer.options = options11;
5135
+ AnimationContainer.states = states19;
5136
+ AnimationContainer.options = options15;
4882
5137
  AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4883
- AnimationContainer.defaultProps = defaultProps12;
5138
+ AnimationContainer.defaultProps = defaultProps16;
4884
5139
 
4885
5140
  // src/popup/popup.spec.tsx
4886
- var import_jsx_runtime22 = require("react/jsx-runtime");
5141
+ var import_jsx_runtime55 = require("react/jsx-runtime");
4887
5142
  var POPUP_CLASSNAME = `k-popup`;
4888
- var states13 = [];
4889
- var options12 = {};
4890
- var defaultProps13 = {
5143
+ var states20 = [];
5144
+ var options16 = {};
5145
+ var defaultProps17 = {
4891
5146
  positionMode: "absolute"
4892
5147
  };
4893
5148
  var Popup = (props) => {
@@ -4896,24 +5151,24 @@ var Popup = (props) => {
4896
5151
  positionMode,
4897
5152
  ...other
4898
5153
  } = props;
4899
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
5154
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
4900
5155
  AnimationContainer,
4901
5156
  {
4902
5157
  positionMode,
4903
5158
  offset,
4904
- children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5159
+ children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4905
5160
  }
4906
5161
  );
4907
5162
  };
4908
- Popup.states = states13;
4909
- Popup.options = options12;
5163
+ Popup.states = states20;
5164
+ Popup.options = options16;
4910
5165
  Popup.className = POPUP_CLASSNAME;
4911
- Popup.defaultProps = defaultProps13;
5166
+ Popup.defaultProps = defaultProps17;
4912
5167
 
4913
5168
  // src/dropdownlist/dropdownlist.spec.tsx
4914
- var import_jsx_runtime23 = require("react/jsx-runtime");
5169
+ var import_jsx_runtime56 = require("react/jsx-runtime");
4915
5170
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
4916
- var states14 = [
5171
+ var states21 = [
4917
5172
  States.hover,
4918
5173
  States.focus,
4919
5174
  States.valid,
@@ -4923,12 +5178,12 @@ var states14 = [
4923
5178
  States.loading,
4924
5179
  States.readonly
4925
5180
  ];
4926
- var options13 = {
5181
+ var options17 = {
4927
5182
  size: [Size.small, Size.medium, Size.large],
4928
5183
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4929
5184
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4930
5185
  };
4931
- var defaultProps14 = {
5186
+ var defaultProps18 = {
4932
5187
  showValue: true,
4933
5188
  arrowIconName: "caret-alt-down",
4934
5189
  size: Size.medium,
@@ -4938,7 +5193,7 @@ var defaultProps14 = {
4938
5193
  var DropdownList = (props) => {
4939
5194
  const {
4940
5195
  valueIconName,
4941
- arrowIconName = defaultProps14.arrowIconName,
5196
+ arrowIconName = defaultProps18.arrowIconName,
4942
5197
  prefix,
4943
5198
  suffix,
4944
5199
  value,
@@ -4954,13 +5209,13 @@ var DropdownList = (props) => {
4954
5209
  loading,
4955
5210
  disabled,
4956
5211
  readonly,
4957
- showValue = defaultProps14.showValue,
5212
+ showValue = defaultProps18.showValue,
4958
5213
  popup,
4959
5214
  opened,
4960
5215
  ...other
4961
5216
  } = props;
4962
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(import_jsx_runtime23.Fragment, { children: [
4963
- /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
5217
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(import_jsx_runtime56.Fragment, { children: [
5218
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
4964
5219
  Picker,
4965
5220
  {
4966
5221
  ...other,
@@ -4983,8 +5238,8 @@ var DropdownList = (props) => {
4983
5238
  }
4984
5239
  ),
4985
5240
  children: [
4986
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(InputPrefix, { children: prefix }),
4987
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
5241
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(InputPrefix, { children: prefix }),
5242
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
4988
5243
  InputInnerSpan,
4989
5244
  {
4990
5245
  placeholder,
@@ -4993,7 +5248,7 @@ var DropdownList = (props) => {
4993
5248
  valueIconName
4994
5249
  }
4995
5250
  ),
4996
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
5251
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
4997
5252
  InputValidationIcon,
4998
5253
  {
4999
5254
  valid,
@@ -5002,15 +5257,15 @@ var DropdownList = (props) => {
5002
5257
  disabled
5003
5258
  }
5004
5259
  ),
5005
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
5260
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
5006
5261
  InputLoadingIcon,
5007
5262
  {
5008
5263
  loading,
5009
5264
  disabled
5010
5265
  }
5011
5266
  ),
5012
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(InputSuffix, { children: suffix }),
5013
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
5267
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(InputSuffix, { children: suffix }),
5268
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
5014
5269
  Button,
5015
5270
  {
5016
5271
  className: "k-input-button",
@@ -5023,35 +5278,35 @@ var DropdownList = (props) => {
5023
5278
  ]
5024
5279
  }
5025
5280
  ),
5026
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5281
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5027
5282
  ] });
5028
5283
  };
5029
- DropdownList.states = states14;
5030
- DropdownList.options = options13;
5284
+ DropdownList.states = states21;
5285
+ DropdownList.options = options17;
5031
5286
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
5032
- DropdownList.defaultProps = defaultProps14;
5287
+ DropdownList.defaultProps = defaultProps18;
5033
5288
 
5034
5289
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5035
- var import_jsx_runtime24 = require("react/jsx-runtime");
5290
+ var import_jsx_runtime57 = require("react/jsx-runtime");
5036
5291
 
5037
5292
  // src/nodata/nodata.tsx
5038
- var import_jsx_runtime25 = require("react/jsx-runtime");
5293
+ var import_jsx_runtime58 = require("react/jsx-runtime");
5039
5294
  var className10 = `k-nodata`;
5040
- var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: classNames(className10, props.className), children: props.children });
5295
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: classNames(className10, props.className), children: props.children });
5041
5296
 
5042
5297
  // src/list/list.spec.tsx
5043
- var import_jsx_runtime26 = require("react/jsx-runtime");
5298
+ var import_jsx_runtime59 = require("react/jsx-runtime");
5044
5299
  var LIST_CLASSNAME = `k-list`;
5045
- var states15 = [];
5046
- var options14 = {
5300
+ var states22 = [];
5301
+ var options18 = {
5047
5302
  size: [Size.small, Size.medium, Size.large]
5048
5303
  };
5049
- var defaultProps15 = {
5304
+ var defaultProps19 = {
5050
5305
  size: Size.medium
5051
5306
  };
5052
5307
  var List = (props) => {
5053
5308
  const {
5054
- size = defaultProps15.size,
5309
+ size = defaultProps19.size,
5055
5310
  virtualization,
5056
5311
  children,
5057
5312
  optionLabel,
@@ -5068,7 +5323,7 @@ var List = (props) => {
5068
5323
  listHeader = child.props.label;
5069
5324
  child.props.children.map((optChild, index2) => {
5070
5325
  listChildren.push(
5071
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
5326
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
5072
5327
  ListItem,
5073
5328
  {
5074
5329
  ...optChild.props
@@ -5084,7 +5339,7 @@ var List = (props) => {
5084
5339
  groupLabel = child.props.label;
5085
5340
  }
5086
5341
  listChildren.push(
5087
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
5342
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
5088
5343
  ListItem,
5089
5344
  {
5090
5345
  className: index2 === 0 ? "k-first" : "",
@@ -5096,16 +5351,16 @@ var List = (props) => {
5096
5351
  );
5097
5352
  });
5098
5353
  }
5099
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5354
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5100
5355
  } else if (child.type === ListItem) {
5101
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5102
- listContent = /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ListContent, { virtualization, children: listChildren });
5356
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5357
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(ListContent, { virtualization, children: listChildren });
5103
5358
  }
5104
5359
  });
5105
5360
  } else {
5106
- listContent = /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(NoData, { children: "No data found." });
5361
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(NoData, { children: "No data found." });
5107
5362
  }
5108
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
5363
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
5109
5364
  "div",
5110
5365
  {
5111
5366
  ...other,
@@ -5127,24 +5382,24 @@ var List = (props) => {
5127
5382
  }
5128
5383
  );
5129
5384
  };
5130
- List.states = states15;
5131
- List.options = options14;
5385
+ List.states = states22;
5386
+ List.options = options18;
5132
5387
  List.className = LIST_CLASSNAME;
5133
- List.defaultProps = defaultProps15;
5388
+ List.defaultProps = defaultProps19;
5134
5389
 
5135
5390
  // src/list/list-angular.spec.tsx
5136
- var import_jsx_runtime27 = require("react/jsx-runtime");
5391
+ var import_jsx_runtime60 = require("react/jsx-runtime");
5137
5392
  var LISTANGULAR_CLASSNAME = `k-list`;
5138
- var states16 = [];
5139
- var options15 = {
5393
+ var states23 = [];
5394
+ var options19 = {
5140
5395
  size: [Size.small, Size.medium, Size.large]
5141
5396
  };
5142
- var defaultProps16 = {
5397
+ var defaultProps20 = {
5143
5398
  size: Size.medium
5144
5399
  };
5145
5400
  var ListAngular = (props) => {
5146
5401
  const {
5147
- size = defaultProps16.size,
5402
+ size = defaultProps20.size,
5148
5403
  virtualization,
5149
5404
  children,
5150
5405
  ...other
@@ -5160,7 +5415,7 @@ var ListAngular = (props) => {
5160
5415
  listHeader = child.props.label;
5161
5416
  child.props.children.map((optChild, index2) => {
5162
5417
  listChildren.push(
5163
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5418
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5164
5419
  ListItem,
5165
5420
  {
5166
5421
  ...optChild.props
@@ -5171,7 +5426,7 @@ var ListAngular = (props) => {
5171
5426
  });
5172
5427
  } else {
5173
5428
  listChildren.push(
5174
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5429
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5175
5430
  ListGroupItem,
5176
5431
  {
5177
5432
  ...child.props,
@@ -5182,7 +5437,7 @@ var ListAngular = (props) => {
5182
5437
  );
5183
5438
  child.props.children.map((optChild, index2) => {
5184
5439
  listChildren.push(
5185
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5440
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5186
5441
  ListItem,
5187
5442
  {
5188
5443
  ...optChild.props
@@ -5192,16 +5447,16 @@ var ListAngular = (props) => {
5192
5447
  );
5193
5448
  });
5194
5449
  }
5195
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5450
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5196
5451
  } else if (child.type === ListItem) {
5197
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5198
- listContent = /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(ListContent, { virtualization, children: listChildren });
5452
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5453
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(ListContent, { virtualization, children: listChildren });
5199
5454
  }
5200
5455
  });
5201
5456
  } else {
5202
- listContent = /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(NoData, { children: "No data found." });
5457
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(NoData, { children: "No data found." });
5203
5458
  }
5204
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
5459
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
5205
5460
  "div",
5206
5461
  {
5207
5462
  ...other,
@@ -5222,15 +5477,15 @@ var ListAngular = (props) => {
5222
5477
  }
5223
5478
  );
5224
5479
  };
5225
- ListAngular.states = states16;
5226
- ListAngular.options = options15;
5480
+ ListAngular.states = states23;
5481
+ ListAngular.options = options19;
5227
5482
  ListAngular.className = LISTANGULAR_CLASSNAME;
5228
- ListAngular.defaultProps = defaultProps16;
5483
+ ListAngular.defaultProps = defaultProps20;
5229
5484
 
5230
5485
  // src/checkbox/checkbox.spec.tsx
5231
- var import_jsx_runtime28 = require("react/jsx-runtime");
5486
+ var import_jsx_runtime61 = require("react/jsx-runtime");
5232
5487
  var CHECKBOX_CLASSNAME = `k-checkbox`;
5233
- var states17 = [
5488
+ var states24 = [
5234
5489
  States.hover,
5235
5490
  States.focus,
5236
5491
  States.valid,
@@ -5240,11 +5495,11 @@ var states17 = [
5240
5495
  States.checked,
5241
5496
  States.indeterminate
5242
5497
  ];
5243
- var options16 = {
5498
+ var options20 = {
5244
5499
  size: [Size.small, Size.medium, Size.large],
5245
5500
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
5246
5501
  };
5247
- var defaultProps17 = {
5502
+ var defaultProps21 = {
5248
5503
  size: Size.medium,
5249
5504
  rounded: Roundness.medium
5250
5505
  };
@@ -5259,11 +5514,11 @@ var Checkbox = (props) => {
5259
5514
  invalid,
5260
5515
  valid,
5261
5516
  required,
5262
- size = defaultProps17.size,
5263
- rounded = defaultProps17.rounded,
5517
+ size = defaultProps21.size,
5518
+ rounded = defaultProps21.rounded,
5264
5519
  ...other
5265
5520
  } = props;
5266
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5521
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5267
5522
  "input",
5268
5523
  {
5269
5524
  ...other,
@@ -5280,25 +5535,25 @@ var Checkbox = (props) => {
5280
5535
  }
5281
5536
  ) });
5282
5537
  };
5283
- Checkbox.states = states17;
5284
- Checkbox.options = options16;
5538
+ Checkbox.states = states24;
5539
+ Checkbox.options = options20;
5285
5540
  Checkbox.className = CHECKBOX_CLASSNAME;
5286
- Checkbox.defaultProps = defaultProps17;
5541
+ Checkbox.defaultProps = defaultProps21;
5287
5542
 
5288
5543
  // src/checkbox/checkbox-group.spec.tsx
5289
- var import_jsx_runtime29 = require("react/jsx-runtime");
5544
+ var import_jsx_runtime62 = require("react/jsx-runtime");
5290
5545
  var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
5291
- var states18 = [];
5292
- var options17 = {};
5293
- var defaultProps18 = {
5546
+ var states25 = [];
5547
+ var options21 = {};
5548
+ var defaultProps22 = {
5294
5549
  layout: "vertical"
5295
5550
  };
5296
5551
  var CheckboxGroup = (props) => {
5297
5552
  const {
5298
- layout = defaultProps18.layout,
5553
+ layout = defaultProps22.layout,
5299
5554
  ...other
5300
5555
  } = props;
5301
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5556
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5302
5557
  "ul",
5303
5558
  {
5304
5559
  ...other,
@@ -5313,22 +5568,22 @@ var CheckboxGroup = (props) => {
5313
5568
  }
5314
5569
  );
5315
5570
  };
5316
- CheckboxGroup.states = states18;
5317
- CheckboxGroup.options = options17;
5571
+ CheckboxGroup.states = states25;
5572
+ CheckboxGroup.options = options21;
5318
5573
  CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
5319
- CheckboxGroup.defaultProps = defaultProps18;
5574
+ CheckboxGroup.defaultProps = defaultProps22;
5320
5575
 
5321
5576
  // src/checkbox/checkbox-item.spec.tsx
5322
- var import_jsx_runtime30 = require("react/jsx-runtime");
5577
+ var import_jsx_runtime63 = require("react/jsx-runtime");
5323
5578
  var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
5324
- var states19 = [];
5325
- var options18 = {};
5326
- var defaultProps19 = {};
5579
+ var states26 = [];
5580
+ var options22 = {};
5581
+ var defaultProps23 = {};
5327
5582
  var CheckboxItem = (props) => {
5328
5583
  const {
5329
5584
  ...other
5330
5585
  } = props;
5331
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5586
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
5332
5587
  "li",
5333
5588
  {
5334
5589
  ...other,
@@ -5340,31 +5595,31 @@ var CheckboxItem = (props) => {
5340
5595
  }
5341
5596
  );
5342
5597
  };
5343
- CheckboxItem.states = states19;
5344
- CheckboxItem.options = options18;
5598
+ CheckboxItem.states = states26;
5599
+ CheckboxItem.options = options22;
5345
5600
  CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
5346
- CheckboxItem.defaultProps = defaultProps19;
5601
+ CheckboxItem.defaultProps = defaultProps23;
5347
5602
 
5348
5603
  // src/checkbox/templates/checkbox-with-label-after.tsx
5349
- var import_jsx_runtime31 = require("react/jsx-runtime");
5604
+ var import_jsx_runtime64 = require("react/jsx-runtime");
5350
5605
 
5351
5606
  // src/checkbox/templates/checkbox-with-label-before.tsx
5352
- var import_jsx_runtime32 = require("react/jsx-runtime");
5607
+ var import_jsx_runtime65 = require("react/jsx-runtime");
5353
5608
 
5354
5609
  // src/checkbox/templates/checkbox-normal.tsx
5355
- var import_jsx_runtime33 = require("react/jsx-runtime");
5610
+ var import_jsx_runtime66 = require("react/jsx-runtime");
5356
5611
 
5357
5612
  // src/list/list-item.spec.tsx
5358
- var import_jsx_runtime34 = require("react/jsx-runtime");
5613
+ var import_jsx_runtime67 = require("react/jsx-runtime");
5359
5614
  var LISTITEM_CLASSNAME = `k-list-item`;
5360
- var states20 = [
5615
+ var states27 = [
5361
5616
  States.hover,
5362
5617
  States.focus,
5363
5618
  States.selected,
5364
5619
  States.disabled
5365
5620
  ];
5366
- var options19 = {};
5367
- var defaultProps20 = {};
5621
+ var options23 = {};
5622
+ var defaultProps24 = {};
5368
5623
  var ListItem = (props) => {
5369
5624
  const {
5370
5625
  text,
@@ -5380,7 +5635,7 @@ var ListItem = (props) => {
5380
5635
  ...other
5381
5636
  } = props;
5382
5637
  const textOrChildren = text ? text : props.children;
5383
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
5638
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
5384
5639
  "li",
5385
5640
  {
5386
5641
  ...other,
@@ -5395,66 +5650,66 @@ var ListItem = (props) => {
5395
5650
  })
5396
5651
  ),
5397
5652
  children: [
5398
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(Checkbox, { checked }),
5399
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(Icon, { icon: iconName }),
5400
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5401
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5653
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(Checkbox, { checked }),
5654
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(Icon, { icon: iconName }),
5655
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5656
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5402
5657
  ]
5403
5658
  }
5404
5659
  );
5405
5660
  };
5406
- ListItem.states = states20;
5407
- ListItem.options = options19;
5661
+ ListItem.states = states27;
5662
+ ListItem.options = options23;
5408
5663
  ListItem.className = LISTITEM_CLASSNAME;
5409
- ListItem.defaultProps = defaultProps20;
5664
+ ListItem.defaultProps = defaultProps24;
5410
5665
 
5411
5666
  // src/list/list-content.tsx
5412
- var import_jsx_runtime35 = require("react/jsx-runtime");
5667
+ var import_jsx_runtime68 = require("react/jsx-runtime");
5413
5668
  var className11 = `k-list-content`;
5414
5669
  var ListContent = (props) => {
5415
5670
  const {
5416
5671
  virtualization
5417
5672
  } = props;
5418
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("div", { className: classNames(className11, props.className), children: [
5419
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5420
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("div", {}) })
5673
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: classNames(className11, props.className), children: [
5674
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5675
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", {}) })
5421
5676
  ] });
5422
5677
  };
5423
5678
 
5424
5679
  // src/list/list-header.tsx
5425
- var import_jsx_runtime36 = require("react/jsx-runtime");
5680
+ var import_jsx_runtime69 = require("react/jsx-runtime");
5426
5681
  var className12 = `k-list-group-sticky-header`;
5427
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5682
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5428
5683
 
5429
5684
  // src/list/list-group.tsx
5430
- var import_jsx_runtime37 = require("react/jsx-runtime");
5685
+ var import_jsx_runtime70 = require("react/jsx-runtime");
5431
5686
  var ListGroup = (props) => {
5432
5687
  const {
5433
5688
  virtualization,
5434
5689
  label
5435
5690
  } = props;
5436
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(import_jsx_runtime37.Fragment, { children: [
5437
- label && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(ListHeader, { children: label }),
5438
- props.children && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(ListContent, { virtualization, children: props.children })
5691
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(import_jsx_runtime70.Fragment, { children: [
5692
+ label && /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ListHeader, { children: label }),
5693
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ListContent, { virtualization, children: props.children })
5439
5694
  ] });
5440
5695
  };
5441
5696
 
5442
5697
  // src/list/list-group-item.tsx
5443
- var import_jsx_runtime38 = require("react/jsx-runtime");
5698
+ var import_jsx_runtime71 = require("react/jsx-runtime");
5444
5699
  var className13 = `k-list-group-item`;
5445
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("li", { className: classNames(className13, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5700
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("li", { className: classNames(className13, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5446
5701
 
5447
5702
  // src/list/list-option-label.tsx
5448
- var import_jsx_runtime39 = require("react/jsx-runtime");
5703
+ var import_jsx_runtime72 = require("react/jsx-runtime");
5449
5704
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5450
- var states21 = [
5705
+ var states28 = [
5451
5706
  States.hover,
5452
5707
  States.focus,
5453
5708
  States.selected,
5454
5709
  States.disabled
5455
5710
  ];
5456
- var options20 = {};
5457
- var defaultProps21 = {};
5711
+ var options24 = {};
5712
+ var defaultProps25 = {};
5458
5713
  var ListOptionLabel = (props) => {
5459
5714
  const {
5460
5715
  text,
@@ -5464,7 +5719,7 @@ var ListOptionLabel = (props) => {
5464
5719
  disabled,
5465
5720
  ...other
5466
5721
  } = props;
5467
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5722
+ return /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
5468
5723
  "div",
5469
5724
  {
5470
5725
  ...other,
@@ -5481,39 +5736,39 @@ var ListOptionLabel = (props) => {
5481
5736
  }
5482
5737
  );
5483
5738
  };
5484
- ListOptionLabel.states = states21;
5485
- ListOptionLabel.options = options20;
5739
+ ListOptionLabel.states = states28;
5740
+ ListOptionLabel.options = options24;
5486
5741
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5487
- ListOptionLabel.defaultProps = defaultProps21;
5742
+ ListOptionLabel.defaultProps = defaultProps25;
5488
5743
 
5489
5744
  // src/list/templates/list-normal.tsx
5490
- var import_jsx_runtime40 = require("react/jsx-runtime");
5745
+ var import_jsx_runtime73 = require("react/jsx-runtime");
5491
5746
 
5492
5747
  // src/list/templates/list-virtualization.tsx
5493
- var import_jsx_runtime41 = require("react/jsx-runtime");
5748
+ var import_jsx_runtime74 = require("react/jsx-runtime");
5494
5749
 
5495
5750
  // src/list/templates/list-grouping.tsx
5496
- var import_jsx_runtime42 = require("react/jsx-runtime");
5751
+ var import_jsx_runtime75 = require("react/jsx-runtime");
5497
5752
 
5498
5753
  // src/list/templates/list-virualization-grouping.tsx
5499
- var import_jsx_runtime43 = require("react/jsx-runtime");
5754
+ var import_jsx_runtime76 = require("react/jsx-runtime");
5500
5755
 
5501
5756
  // src/list/templates/list-virtualization-angular.tsx
5502
- var import_jsx_runtime44 = require("react/jsx-runtime");
5757
+ var import_jsx_runtime77 = require("react/jsx-runtime");
5503
5758
 
5504
5759
  // src/list/templates/list-grouping-angular.tsx
5505
- var import_jsx_runtime45 = require("react/jsx-runtime");
5760
+ var import_jsx_runtime78 = require("react/jsx-runtime");
5506
5761
 
5507
5762
  // src/list/templates/list-virualization-grouping-angular.tsx
5508
- var import_jsx_runtime46 = require("react/jsx-runtime");
5763
+ var import_jsx_runtime79 = require("react/jsx-runtime");
5509
5764
 
5510
5765
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5511
- var import_jsx_runtime47 = require("react/jsx-runtime");
5766
+ var import_jsx_runtime80 = require("react/jsx-runtime");
5512
5767
 
5513
5768
  // src/searchbox/searchbox.spec.tsx
5514
- var import_jsx_runtime48 = require("react/jsx-runtime");
5769
+ var import_jsx_runtime81 = require("react/jsx-runtime");
5515
5770
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5516
- var states22 = [
5771
+ var states29 = [
5517
5772
  States.hover,
5518
5773
  States.focus,
5519
5774
  States.valid,
@@ -5522,12 +5777,12 @@ var states22 = [
5522
5777
  States.disabled,
5523
5778
  States.loading
5524
5779
  ];
5525
- var options21 = {
5780
+ var options25 = {
5526
5781
  size: [Size.small, Size.medium, Size.large],
5527
5782
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5528
5783
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5529
5784
  };
5530
- var defaultProps22 = {
5785
+ var defaultProps26 = {
5531
5786
  showIcon: true,
5532
5787
  icon: "search",
5533
5788
  size: Input.defaultProps.size,
@@ -5548,11 +5803,11 @@ var Searchbox = (props) => {
5548
5803
  required,
5549
5804
  loading,
5550
5805
  disabled,
5551
- showIcon = defaultProps22.showIcon,
5552
- icon = defaultProps22.icon,
5806
+ showIcon = defaultProps26.showIcon,
5807
+ icon = defaultProps26.icon,
5553
5808
  ...other
5554
5809
  } = props;
5555
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
5810
+ return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(
5556
5811
  Input,
5557
5812
  {
5558
5813
  ...other,
@@ -5568,51 +5823,51 @@ var Searchbox = (props) => {
5568
5823
  disabled,
5569
5824
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5570
5825
  children: [
5571
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { className: "k-input-icon", icon }),
5572
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(InputInnerInput, { placeholder, value }),
5573
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(InputLoadingIcon, { ...props }),
5574
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(InputValidationIcon, { ...props }),
5575
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(InputClearValue, { ...props })
5826
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Icon, { className: "k-input-icon", icon }),
5827
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(InputInnerInput, { placeholder, value }),
5828
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(InputLoadingIcon, { ...props }),
5829
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(InputValidationIcon, { ...props }),
5830
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(InputClearValue, { ...props })
5576
5831
  ]
5577
5832
  }
5578
5833
  );
5579
5834
  };
5580
- Searchbox.states = states22;
5581
- Searchbox.options = options21;
5835
+ Searchbox.states = states29;
5836
+ Searchbox.options = options25;
5582
5837
  Searchbox.className = SEARCHBOX_CLASSNAME;
5583
- Searchbox.defaultProps = defaultProps22;
5838
+ Searchbox.defaultProps = defaultProps26;
5584
5839
 
5585
5840
  // src/searchbox/templates/searchbox-normal.tsx
5586
- var import_jsx_runtime49 = require("react/jsx-runtime");
5841
+ var import_jsx_runtime82 = require("react/jsx-runtime");
5587
5842
 
5588
5843
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5589
- var import_jsx_runtime50 = require("react/jsx-runtime");
5844
+ var import_jsx_runtime83 = require("react/jsx-runtime");
5590
5845
 
5591
5846
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5592
- var import_jsx_runtime51 = require("react/jsx-runtime");
5847
+ var import_jsx_runtime84 = require("react/jsx-runtime");
5593
5848
 
5594
5849
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5595
- var import_jsx_runtime52 = require("react/jsx-runtime");
5850
+ var import_jsx_runtime85 = require("react/jsx-runtime");
5596
5851
 
5597
5852
  // src/spinbutton/spinbutton.spec.tsx
5598
- var import_jsx_runtime53 = require("react/jsx-runtime");
5853
+ var import_jsx_runtime86 = require("react/jsx-runtime");
5599
5854
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
5600
- var states23 = [];
5601
- var options22 = {
5855
+ var states30 = [];
5856
+ var options26 = {
5602
5857
  size: [Size.small, Size.medium, Size.large],
5603
5858
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5604
5859
  };
5605
- var defaultProps23 = {
5860
+ var defaultProps27 = {
5606
5861
  size: Size.medium,
5607
5862
  fillMode: FillMode.solid
5608
5863
  };
5609
5864
  var SpinButton = (props) => {
5610
5865
  const {
5611
- size = defaultProps23.size,
5612
- fillMode = defaultProps23.fillMode,
5866
+ size = defaultProps27.size,
5867
+ fillMode = defaultProps27.fillMode,
5613
5868
  ...other
5614
5869
  } = props;
5615
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
5870
+ return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
5616
5871
  "span",
5617
5872
  {
5618
5873
  ...other,
@@ -5621,7 +5876,7 @@ var SpinButton = (props) => {
5621
5876
  props.className
5622
5877
  ),
5623
5878
  children: [
5624
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5879
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
5625
5880
  Button,
5626
5881
  {
5627
5882
  className: "k-spinner-increase",
@@ -5631,7 +5886,7 @@ var SpinButton = (props) => {
5631
5886
  fillMode
5632
5887
  }
5633
5888
  ),
5634
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5889
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
5635
5890
  Button,
5636
5891
  {
5637
5892
  className: "k-spinner-decrease",
@@ -5645,15 +5900,15 @@ var SpinButton = (props) => {
5645
5900
  }
5646
5901
  );
5647
5902
  };
5648
- SpinButton.states = states23;
5649
- SpinButton.options = options22;
5903
+ SpinButton.states = states30;
5904
+ SpinButton.options = options26;
5650
5905
  SpinButton.className = SPINBUTTON_CLASSNAME;
5651
- SpinButton.defaultProps = defaultProps23;
5906
+ SpinButton.defaultProps = defaultProps27;
5652
5907
 
5653
5908
  // src/numerictextbox/numerictextbox.spec.tsx
5654
- var import_jsx_runtime54 = require("react/jsx-runtime");
5909
+ var import_jsx_runtime87 = require("react/jsx-runtime");
5655
5910
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
5656
- var states24 = [
5911
+ var states31 = [
5657
5912
  States.hover,
5658
5913
  States.focus,
5659
5914
  States.valid,
@@ -5663,12 +5918,12 @@ var states24 = [
5663
5918
  States.disabled,
5664
5919
  States.readonly
5665
5920
  ];
5666
- var options23 = {
5921
+ var options27 = {
5667
5922
  size: [Size.small, Size.medium, Size.large],
5668
5923
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5669
5924
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5670
5925
  };
5671
- var defaultProps24 = {
5926
+ var defaultProps28 = {
5672
5927
  showSpinButton: true,
5673
5928
  showClearButton: true,
5674
5929
  size: Input.defaultProps.size,
@@ -5692,11 +5947,11 @@ var NumericTextbox = (props) => {
5692
5947
  loading,
5693
5948
  disabled,
5694
5949
  readonly,
5695
- showClearButton = defaultProps24.showClearButton,
5696
- showSpinButton = defaultProps24.showSpinButton,
5950
+ showClearButton = defaultProps28.showClearButton,
5951
+ showSpinButton = defaultProps28.showSpinButton,
5697
5952
  ...other
5698
5953
  } = props;
5699
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
5954
+ return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(
5700
5955
  Input,
5701
5956
  {
5702
5957
  ...other,
@@ -5713,12 +5968,12 @@ var NumericTextbox = (props) => {
5713
5968
  readonly,
5714
5969
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
5715
5970
  children: [
5716
- prefix && /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(import_jsx_runtime54.Fragment, { children: [
5717
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(InputPrefix, { children: prefix }),
5718
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(InputSeparator, {})
5971
+ prefix && /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(import_jsx_runtime87.Fragment, { children: [
5972
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(InputPrefix, { children: prefix }),
5973
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(InputSeparator, {})
5719
5974
  ] }),
5720
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(InputInnerInput, { placeholder, value }),
5721
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5975
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(InputInnerInput, { placeholder, value }),
5976
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
5722
5977
  InputValidationIcon,
5723
5978
  {
5724
5979
  valid,
@@ -5727,14 +5982,14 @@ var NumericTextbox = (props) => {
5727
5982
  disabled
5728
5983
  }
5729
5984
  ),
5730
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5985
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
5731
5986
  InputLoadingIcon,
5732
5987
  {
5733
5988
  loading,
5734
5989
  disabled
5735
5990
  }
5736
5991
  ),
5737
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5992
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
5738
5993
  InputClearValue,
5739
5994
  {
5740
5995
  loading,
@@ -5743,11 +5998,11 @@ var NumericTextbox = (props) => {
5743
5998
  value
5744
5999
  }
5745
6000
  ),
5746
- suffix && /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(import_jsx_runtime54.Fragment, { children: [
5747
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(InputSeparator, {}),
5748
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(InputSuffix, { children: suffix })
6001
+ suffix && /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(import_jsx_runtime87.Fragment, { children: [
6002
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(InputSeparator, {}),
6003
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(InputSuffix, { children: suffix })
5749
6004
  ] }),
5750
- showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6005
+ showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
5751
6006
  SpinButton,
5752
6007
  {
5753
6008
  className: "k-input-spinner",
@@ -5759,31 +6014,31 @@ var NumericTextbox = (props) => {
5759
6014
  }
5760
6015
  );
5761
6016
  };
5762
- NumericTextbox.states = states24;
5763
- NumericTextbox.options = options23;
6017
+ NumericTextbox.states = states31;
6018
+ NumericTextbox.options = options27;
5764
6019
  NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
5765
- NumericTextbox.defaultProps = defaultProps24;
6020
+ NumericTextbox.defaultProps = defaultProps28;
5766
6021
 
5767
6022
  // src/numerictextbox/templates/numerictextbox-normal.tsx
5768
- var import_jsx_runtime55 = require("react/jsx-runtime");
6023
+ var import_jsx_runtime88 = require("react/jsx-runtime");
5769
6024
 
5770
6025
  // src/numerictextbox/templates/numerictextbox-prefix.tsx
5771
- var import_jsx_runtime56 = require("react/jsx-runtime");
6026
+ var import_jsx_runtime89 = require("react/jsx-runtime");
5772
6027
 
5773
6028
  // src/numerictextbox/templates/numerictextbox-suffix.tsx
5774
- var import_jsx_runtime57 = require("react/jsx-runtime");
6029
+ var import_jsx_runtime90 = require("react/jsx-runtime");
5775
6030
 
5776
6031
  // src/pager/pager.spec.tsx
5777
- var import_jsx_runtime58 = require("react/jsx-runtime");
6032
+ var import_jsx_runtime91 = require("react/jsx-runtime");
5778
6033
  var PAGER_CLASSNAME = `k-pager`;
5779
- var states25 = [
6034
+ var states32 = [
5780
6035
  States.focus,
5781
6036
  States.disabled
5782
6037
  ];
5783
- var options24 = {
6038
+ var options28 = {
5784
6039
  size: [Size.small, Size.medium, Size.large]
5785
6040
  };
5786
- var defaultProps25 = {
6041
+ var defaultProps29 = {
5787
6042
  size: Size.medium,
5788
6043
  adaptive: false,
5789
6044
  itemsPerPage: true,
@@ -5794,19 +6049,19 @@ var defaultProps25 = {
5794
6049
  };
5795
6050
  var Pager = (props) => {
5796
6051
  const {
5797
- size = defaultProps25.size,
5798
- adaptive = defaultProps25.adaptive,
5799
- itemsPerPage = defaultProps25.itemsPerPage,
5800
- type = defaultProps25.type,
5801
- pageSizes = defaultProps25.pageSizes,
5802
- refresh = defaultProps25.refresh,
5803
- info = defaultProps25.info,
6052
+ size = defaultProps29.size,
6053
+ adaptive = defaultProps29.adaptive,
6054
+ itemsPerPage = defaultProps29.itemsPerPage,
6055
+ type = defaultProps29.type,
6056
+ pageSizes = defaultProps29.pageSizes,
6057
+ refresh = defaultProps29.refresh,
6058
+ info = defaultProps29.info,
5804
6059
  focus,
5805
6060
  disabled,
5806
6061
  dir,
5807
6062
  ...other
5808
6063
  } = props;
5809
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
6064
+ return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
5810
6065
  "div",
5811
6066
  {
5812
6067
  dir,
@@ -5823,14 +6078,14 @@ var Pager = (props) => {
5823
6078
  })
5824
6079
  ),
5825
6080
  children: [
5826
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
6081
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
5827
6082
  "div",
5828
6083
  {
5829
6084
  className: classNames(
5830
6085
  "k-pager-numbers-wrap"
5831
6086
  ),
5832
6087
  children: [
5833
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6088
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
5834
6089
  Button,
5835
6090
  {
5836
6091
  className: classNames(
@@ -5844,7 +6099,7 @@ var Pager = (props) => {
5844
6099
  icon: dir === "rtl" ? "caret-alt-to-right" : "caret-alt-to-left"
5845
6100
  }
5846
6101
  ),
5847
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6102
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
5848
6103
  Button,
5849
6104
  {
5850
6105
  className: classNames(
@@ -5857,14 +6112,14 @@ var Pager = (props) => {
5857
6112
  icon: dir === "rtl" ? "caret-alt-right" : "caret-alt-left"
5858
6113
  }
5859
6114
  ),
5860
- type === "numeric" && !adaptive && /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
6115
+ type === "numeric" && !adaptive && /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
5861
6116
  "div",
5862
6117
  {
5863
6118
  className: classNames(
5864
6119
  "k-pager-numbers"
5865
6120
  ),
5866
6121
  children: [
5867
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6122
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
5868
6123
  Button,
5869
6124
  {
5870
6125
  selected: true,
@@ -5875,7 +6130,7 @@ var Pager = (props) => {
5875
6130
  children: "1"
5876
6131
  }
5877
6132
  ),
5878
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6133
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
5879
6134
  Button,
5880
6135
  {
5881
6136
  fillMode: "flat",
@@ -5885,7 +6140,7 @@ var Pager = (props) => {
5885
6140
  children: "2"
5886
6141
  }
5887
6142
  ),
5888
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6143
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
5889
6144
  Button,
5890
6145
  {
5891
6146
  fillMode: "flat",
@@ -5895,7 +6150,7 @@ var Pager = (props) => {
5895
6150
  children: "3"
5896
6151
  }
5897
6152
  ),
5898
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6153
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
5899
6154
  Button,
5900
6155
  {
5901
6156
  fillMode: "flat",
@@ -5905,7 +6160,7 @@ var Pager = (props) => {
5905
6160
  children: "4"
5906
6161
  }
5907
6162
  ),
5908
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6163
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
5909
6164
  Button,
5910
6165
  {
5911
6166
  fillMode: "flat",
@@ -5915,7 +6170,7 @@ var Pager = (props) => {
5915
6170
  children: "5"
5916
6171
  }
5917
6172
  ),
5918
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6173
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
5919
6174
  Button,
5920
6175
  {
5921
6176
  fillMode: "flat",
@@ -5928,7 +6183,7 @@ var Pager = (props) => {
5928
6183
  ]
5929
6184
  }
5930
6185
  ),
5931
- type === "numeric" && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6186
+ type === "numeric" && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
5932
6187
  "select",
5933
6188
  {
5934
6189
  className: classNames(
@@ -5944,23 +6199,23 @@ var Pager = (props) => {
5944
6199
  ["k-hidden"]: !adaptive
5945
6200
  }
5946
6201
  ),
5947
- children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("option", { children: "99" })
6202
+ children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("option", { children: "99" })
5948
6203
  }
5949
6204
  ),
5950
- type === "input" && /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
6205
+ type === "input" && /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
5951
6206
  "span",
5952
6207
  {
5953
6208
  className: classNames(
5954
6209
  "k-pager-input"
5955
6210
  ),
5956
6211
  children: [
5957
- !adaptive && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { children: "Page" }),
5958
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(NumericTextbox, { value: "999", size, showSpinButton: false, showClearButton: false }),
5959
- !adaptive && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { children: "of 8" })
6212
+ !adaptive && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("span", { children: "Page" }),
6213
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(NumericTextbox, { value: "999", size, showSpinButton: false, showClearButton: false }),
6214
+ !adaptive && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("span", { children: "of 8" })
5960
6215
  ]
5961
6216
  }
5962
6217
  ),
5963
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6218
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
5964
6219
  Button,
5965
6220
  {
5966
6221
  className: classNames(
@@ -5972,7 +6227,7 @@ var Pager = (props) => {
5972
6227
  icon: dir === "rtl" ? "caret-alt-left" : "caret-alt-right"
5973
6228
  }
5974
6229
  ),
5975
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6230
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
5976
6231
  Button,
5977
6232
  {
5978
6233
  className: classNames(
@@ -5988,19 +6243,19 @@ var Pager = (props) => {
5988
6243
  ]
5989
6244
  }
5990
6245
  ),
5991
- pageSizes && /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
6246
+ pageSizes && /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
5992
6247
  "span",
5993
6248
  {
5994
6249
  className: classNames(
5995
6250
  "k-pager-sizes"
5996
6251
  ),
5997
6252
  children: [
5998
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(DropdownList, { value: "99", size }),
5999
- itemsPerPage && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { children: "items per page" })
6253
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(DropdownList, { value: "99", size }),
6254
+ itemsPerPage && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("span", { children: "items per page" })
6000
6255
  ]
6001
6256
  }
6002
6257
  ),
6003
- refresh && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6258
+ refresh && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
6004
6259
  Button,
6005
6260
  {
6006
6261
  className: classNames(
@@ -6012,7 +6267,7 @@ var Pager = (props) => {
6012
6267
  icon: "arrow-rotate-cw"
6013
6268
  }
6014
6269
  ),
6015
- info && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6270
+ info && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
6016
6271
  "span",
6017
6272
  {
6018
6273
  className: classNames(
@@ -6025,28 +6280,2133 @@ var Pager = (props) => {
6025
6280
  }
6026
6281
  );
6027
6282
  };
6028
- Pager.states = states25;
6029
- Pager.options = options24;
6283
+ Pager.states = states32;
6284
+ Pager.options = options28;
6030
6285
  Pager.className = PAGER_CLASSNAME;
6031
- Pager.defaultProps = defaultProps25;
6286
+ Pager.defaultProps = defaultProps29;
6032
6287
 
6033
6288
  // src/pager/templates/pager-normal.tsx
6034
- var import_jsx_runtime59 = require("react/jsx-runtime");
6289
+ var import_jsx_runtime92 = require("react/jsx-runtime");
6035
6290
 
6036
6291
  // src/pager/templates/pager-input.tsx
6037
- var import_jsx_runtime60 = require("react/jsx-runtime");
6292
+ var import_jsx_runtime93 = require("react/jsx-runtime");
6038
6293
 
6039
6294
  // src/pager/templates/pager-adaptive.tsx
6040
- var import_jsx_runtime61 = require("react/jsx-runtime");
6295
+ var import_jsx_runtime94 = require("react/jsx-runtime");
6041
6296
 
6042
6297
  // src/pager/templates/pager-adaptive-input.tsx
6043
- var import_jsx_runtime62 = require("react/jsx-runtime");
6298
+ var import_jsx_runtime95 = require("react/jsx-runtime");
6044
6299
 
6045
- // src/grid/tests/grid-adaptive-pager.tsx
6046
- var import_jsx_runtime63 = require("react/jsx-runtime");
6047
- var grid_adaptive_pager_default = () => /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_jsx_runtime63.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: [
6048
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { children: "LTR" }),
6049
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-pane-wrapper k-widget", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-pane", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-view k-widget", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-stretched-view k-content", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-grid k-grid-md k-grid-display-block k-grid-mobile k-editable", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Pager, { className: "k-grid-pager", adaptive: true, info: false, pageSizes: false }) }) }) }) }) }) }),
6050
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { children: "RTL" }),
6051
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("section", { className: "k-rtl", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-pane-wrapper k-widget", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-pane", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-view k-widget", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-stretched-view k-content", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-grid k-grid-md k-grid-display-block k-grid-mobile k-editable", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Pager, { className: "k-grid-pager", adaptive: true, info: false, pageSizes: false, dir: "rtl" }) }) }) }) }) }) })
6300
+ // src/grid/grid-pager.spec.tsx
6301
+ var import_jsx_runtime96 = require("react/jsx-runtime");
6302
+ var className14 = `k-grid-pager`;
6303
+ var GridPager = (props) => /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
6304
+ Pager,
6305
+ {
6306
+ ...props,
6307
+ className: classNames(
6308
+ props.className,
6309
+ className14
6310
+ ),
6311
+ children: props.children
6312
+ }
6313
+ );
6314
+
6315
+ // src/button-group/button-group.spec.tsx
6316
+ var import_jsx_runtime97 = require("react/jsx-runtime");
6317
+ var BUTTONGROUP_CLASSNAME = `k-button-group`;
6318
+ var states33 = [
6319
+ States.disabled
6320
+ ];
6321
+ var options29 = {
6322
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
6323
+ };
6324
+ var defaultProps30 = {
6325
+ fillMode: FillMode.solid
6326
+ };
6327
+ var ButtonGroup = (props) => {
6328
+ const {
6329
+ fillMode = defaultProps30.fillMode,
6330
+ disabled,
6331
+ stretched,
6332
+ ...other
6333
+ } = props;
6334
+ return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
6335
+ "div",
6336
+ {
6337
+ ...other,
6338
+ className: classNames(
6339
+ props.className,
6340
+ BUTTONGROUP_CLASSNAME,
6341
+ optionClassNames(BUTTONGROUP_CLASSNAME, {
6342
+ fillMode
6343
+ }),
6344
+ stateClassNames(BUTTONGROUP_CLASSNAME, {
6345
+ disabled
6346
+ }),
6347
+ {
6348
+ [`${BUTTONGROUP_CLASSNAME}-stretched`]: stretched
6349
+ }
6350
+ ),
6351
+ children: props.children
6352
+ }
6353
+ );
6354
+ };
6355
+ ButtonGroup.states = states33;
6356
+ ButtonGroup.options = options29;
6357
+ ButtonGroup.className = BUTTONGROUP_CLASSNAME;
6358
+ ButtonGroup.defaultProps = defaultProps30;
6359
+
6360
+ // src/button-group/templates/icon-button-group.tsx
6361
+ var import_jsx_runtime98 = require("react/jsx-runtime");
6362
+
6363
+ // src/button-group/templates/icon-text-button-group.tsx
6364
+ var import_jsx_runtime99 = require("react/jsx-runtime");
6365
+
6366
+ // src/button-group/templates/text-button-group.tsx
6367
+ var import_jsx_runtime100 = require("react/jsx-runtime");
6368
+
6369
+ // src/button-group/templates/mixed-button-group.tsx
6370
+ var import_jsx_runtime101 = require("react/jsx-runtime");
6371
+
6372
+ // src/color-preview/color-preview.tsx
6373
+ var import_jsx_runtime102 = require("react/jsx-runtime");
6374
+ var COLORPREVIEW_CLASSNAME = `k-color-preview`;
6375
+ var states34 = [];
6376
+ var options30 = {};
6377
+ var ColorPreview = (props) => {
6378
+ const {
6379
+ color,
6380
+ iconName,
6381
+ ...other
6382
+ } = props;
6383
+ return /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
6384
+ "span",
6385
+ {
6386
+ ...other,
6387
+ className: classNames(
6388
+ props.className,
6389
+ COLORPREVIEW_CLASSNAME,
6390
+ {
6391
+ "k-icon-color-preview": iconName,
6392
+ "k-no-color": !color
6393
+ }
6394
+ ),
6395
+ children: [
6396
+ iconName && /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6397
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
6398
+ "span",
6399
+ {
6400
+ className: "k-color-preview-mask",
6401
+ style: { backgroundColor: color }
6402
+ }
6403
+ )
6404
+ ]
6405
+ }
6406
+ );
6407
+ };
6408
+ ColorPreview.states = states34;
6409
+ ColorPreview.options = options30;
6410
+ ColorPreview.className = COLORPREVIEW_CLASSNAME;
6411
+
6412
+ // src/colorpicker/colorpicker.spec.tsx
6413
+ var import_jsx_runtime103 = require("react/jsx-runtime");
6414
+ var COLORPICKER_CLASSNAME = `k-colorpicker`;
6415
+ var states35 = [
6416
+ States.hover,
6417
+ States.focus,
6418
+ States.valid,
6419
+ States.invalid,
6420
+ States.required,
6421
+ States.disabled
6422
+ ];
6423
+ var options31 = {
6424
+ size: [Size.small, Size.medium, Size.large],
6425
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6426
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6427
+ };
6428
+ var defaultProps31 = {
6429
+ arrowIconName: "caret-alt-down",
6430
+ size: Picker.defaultProps.size,
6431
+ rounded: Picker.defaultProps.rounded,
6432
+ fillMode: Picker.defaultProps.fillMode
6433
+ };
6434
+ var ColorPicker = (props) => {
6435
+ const {
6436
+ prefix,
6437
+ suffix,
6438
+ value,
6439
+ placeholder,
6440
+ size,
6441
+ rounded,
6442
+ fillMode,
6443
+ hover,
6444
+ focus,
6445
+ valid,
6446
+ invalid,
6447
+ required,
6448
+ disabled,
6449
+ valueIconName,
6450
+ arrowIconName = defaultProps31.arrowIconName,
6451
+ popup,
6452
+ opened,
6453
+ ...other
6454
+ } = props;
6455
+ return /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(import_jsx_runtime103.Fragment, { children: [
6456
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(
6457
+ Picker,
6458
+ {
6459
+ ...other,
6460
+ size,
6461
+ rounded,
6462
+ fillMode,
6463
+ hover,
6464
+ focus,
6465
+ valid,
6466
+ invalid,
6467
+ required,
6468
+ disabled,
6469
+ className: classNames(
6470
+ props.className,
6471
+ COLORPICKER_CLASSNAME,
6472
+ "k-icon-picker"
6473
+ ),
6474
+ children: [
6475
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(InputPrefix, { children: prefix }),
6476
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
6477
+ InputInnerSpan,
6478
+ {
6479
+ placeholder,
6480
+ value,
6481
+ showValue: false,
6482
+ valueIcon: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
6483
+ ColorPreview,
6484
+ {
6485
+ className: "k-value-icon",
6486
+ color: value,
6487
+ iconName: valueIconName
6488
+ }
6489
+ ),
6490
+ valueIconName
6491
+ }
6492
+ ),
6493
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(InputSuffix, { children: suffix }),
6494
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
6495
+ Button,
6496
+ {
6497
+ className: "k-input-button",
6498
+ icon: arrowIconName,
6499
+ rounded: null,
6500
+ size,
6501
+ fillMode
6502
+ }
6503
+ )
6504
+ ]
6505
+ }
6506
+ ),
6507
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(Popup, { className: "k-color-picker-popup", children: popup })
6508
+ ] });
6509
+ };
6510
+ ColorPicker.states = states35;
6511
+ ColorPicker.options = options31;
6512
+ ColorPicker.className = COLORPICKER_CLASSNAME;
6513
+ ColorPicker.defaultProps = defaultProps31;
6514
+
6515
+ // src/colorpicker/templates/colorpicker-normal.tsx
6516
+ var import_jsx_runtime104 = require("react/jsx-runtime");
6517
+
6518
+ // src/action-buttons/action-buttons.spec.tsx
6519
+ var import_jsx_runtime105 = require("react/jsx-runtime");
6520
+ var ACTIONBUTTONS_CLASSNAME = `k-actions`;
6521
+ var states36 = [];
6522
+ var options32 = {};
6523
+ var defaultProps32 = {
6524
+ alignment: "start",
6525
+ orientation: "horizontal"
6526
+ };
6527
+ var ActionButtons = (props) => {
6528
+ const {
6529
+ alignment = defaultProps32.alignment,
6530
+ orientation = defaultProps32.orientation,
6531
+ ...other
6532
+ } = props;
6533
+ return /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
6534
+ "div",
6535
+ {
6536
+ ...other,
6537
+ className: classNames(
6538
+ ACTIONBUTTONS_CLASSNAME,
6539
+ {
6540
+ [`${ACTIONBUTTONS_CLASSNAME}-${alignment}`]: alignment,
6541
+ [`${ACTIONBUTTONS_CLASSNAME}-${orientation}`]: orientation
6542
+ },
6543
+ props.className
6544
+ ),
6545
+ children: props.children
6546
+ }
6547
+ );
6548
+ };
6549
+ ActionButtons.states = states36;
6550
+ ActionButtons.options = options32;
6551
+ ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
6552
+ ActionButtons.defaultProps = defaultProps32;
6553
+ var action_buttons_spec_default = ActionButtons;
6554
+
6555
+ // src/slider/slider.spec.tsx
6556
+ var import_jsx_runtime106 = require("react/jsx-runtime");
6557
+ var SLIDER_CLASSNAME = "k-slider";
6558
+ var states37 = [
6559
+ States.hover,
6560
+ States.focus,
6561
+ States.active,
6562
+ States.disabled,
6563
+ States.readonly
6564
+ ];
6565
+ var options33 = {};
6566
+ var defaultProps33 = {
6567
+ type: "single",
6568
+ orientation: "horizontal",
6569
+ readonly: false,
6570
+ disabled: false,
6571
+ handlePosition: "end",
6572
+ showButtons: true,
6573
+ showTicks: true
6574
+ };
6575
+ var Slider = (props) => {
6576
+ const {
6577
+ type = defaultProps33.type,
6578
+ orientation = defaultProps33.orientation,
6579
+ readonly = defaultProps33.readonly,
6580
+ disabled = defaultProps33.disabled,
6581
+ handlePosition = defaultProps33.handlePosition,
6582
+ showButtons = defaultProps33.showButtons,
6583
+ showTicks = defaultProps33.showTicks,
6584
+ hover,
6585
+ focus,
6586
+ active,
6587
+ trackStyle,
6588
+ dir
6589
+ } = props;
6590
+ let iconIncrease;
6591
+ let iconDecrease;
6592
+ if (orientation === "horizontal") {
6593
+ iconIncrease = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
6594
+ iconDecrease = dir === "rtl" ? "caret-alt-right" : "caret-alt-left";
6595
+ } else if (orientation === "vertical") {
6596
+ iconIncrease = "caret-alt-up";
6597
+ iconDecrease = "caret-alt-down";
6598
+ }
6599
+ return /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)("div", { className: classNames(
6600
+ SLIDER_CLASSNAME,
6601
+ props.className,
6602
+ stateClassNames(SLIDER_CLASSNAME, {
6603
+ readonly,
6604
+ disabled
6605
+ }),
6606
+ {
6607
+ [`k-slider-${orientation}`]: orientation,
6608
+ "k-colorgradient-slider": type === "gradient",
6609
+ "k-range-slider": type === "range"
6610
+ }
6611
+ ), dir, children: [
6612
+ showButtons && /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
6613
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)("div", { className: "k-slider-track-wrap", children: [
6614
+ showTicks && /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("ul", { className: "k-reset k-slider-items", children: props.children }),
6615
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)("div", { className: "k-slider-track", style: trackStyle, children: [
6616
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("div", { className: "k-slider-selection" }),
6617
+ type === "range" && /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("span", { className: classNames(
6618
+ "k-draghandle",
6619
+ "k-draghandle-start",
6620
+ stateClassNames(SLIDER_CLASSNAME, {
6621
+ hover,
6622
+ focus,
6623
+ active
6624
+ })
6625
+ ) }),
6626
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("span", { className: classNames(
6627
+ "k-draghandle",
6628
+ `k-draghandle-${handlePosition}`,
6629
+ stateClassNames(SLIDER_CLASSNAME, {
6630
+ hover,
6631
+ focus,
6632
+ active
6633
+ })
6634
+ ) })
6635
+ ] })
6636
+ ] }),
6637
+ showButtons && /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
6638
+ ] });
6639
+ };
6640
+ Slider.states = states37;
6641
+ Slider.options = options33;
6642
+ Slider.className = SLIDER_CLASSNAME;
6643
+ Slider.defaultProps = defaultProps33;
6644
+
6645
+ // src/slider/slider-tick.tsx
6646
+ var import_jsx_runtime107 = require("react/jsx-runtime");
6647
+ var SLIDER_TICK_CLASSNAME = "k-tick";
6648
+ var states38 = [];
6649
+ var options34 = {};
6650
+ var defaultProps34 = {
6651
+ label: false
6652
+ };
6653
+ var SliderTick = (props) => {
6654
+ const {
6655
+ style,
6656
+ label = defaultProps34.label,
6657
+ orientation,
6658
+ large,
6659
+ text
6660
+ } = props;
6661
+ return /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("li", { className: classNames(
6662
+ props.className,
6663
+ SLIDER_TICK_CLASSNAME,
6664
+ {
6665
+ [`k-tick-${orientation}`]: orientation,
6666
+ "k-tick-large": large
6667
+ }
6668
+ ), style, children: label && /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("span", { className: "k-label", children: text }) });
6669
+ };
6670
+ SliderTick.states = states38;
6671
+ SliderTick.options = options34;
6672
+ SliderTick.className = SLIDER_TICK_CLASSNAME;
6673
+ SliderTick.defaultProps = defaultProps34;
6674
+
6675
+ // src/slider/templates/slider-normal.tsx
6676
+ var import_jsx_runtime108 = require("react/jsx-runtime");
6677
+
6678
+ // src/slider/templates/slider-vertical.tsx
6679
+ var import_jsx_runtime109 = require("react/jsx-runtime");
6680
+
6681
+ // src/slider/templates/slider-range.tsx
6682
+ var import_jsx_runtime110 = require("react/jsx-runtime");
6683
+
6684
+ // src/slider/templates/slider-range-vertical.tsx
6685
+ var import_jsx_runtime111 = require("react/jsx-runtime");
6686
+
6687
+ // src/slider/templates/slider-gradient.tsx
6688
+ var import_jsx_runtime112 = require("react/jsx-runtime");
6689
+
6690
+ // src/slider/templates/slider-gradient-vertical.tsx
6691
+ var import_jsx_runtime113 = require("react/jsx-runtime");
6692
+ var SliderGradientVertical = (props) => /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
6693
+ Slider,
6694
+ {
6695
+ type: "gradient",
6696
+ orientation: "vertical",
6697
+ showButtons: false,
6698
+ showTicks: false,
6699
+ children: /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(import_jsx_runtime113.Fragment, { children: [
6700
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, { label: true, large: true, text: "0" }),
6701
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, {}),
6702
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, {}),
6703
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, {}),
6704
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, {}),
6705
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, { label: true, large: true, text: "5" }),
6706
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, {}),
6707
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, {}),
6708
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, {}),
6709
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, {}),
6710
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, { label: true, large: true, text: "10" })
6711
+ ] }),
6712
+ ...props
6713
+ }
6714
+ );
6715
+
6716
+ // src/textbox/textbox.spec.tsx
6717
+ var import_jsx_runtime114 = require("react/jsx-runtime");
6718
+ var TEXTBOX_CLASSNAME = `k-textbox`;
6719
+ var states39 = [
6720
+ States.hover,
6721
+ States.focus,
6722
+ States.valid,
6723
+ States.invalid,
6724
+ States.required,
6725
+ States.disabled,
6726
+ States.loading,
6727
+ States.readonly
6728
+ ];
6729
+ var options35 = {
6730
+ size: [Size.small, Size.medium, Size.large],
6731
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6732
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6733
+ };
6734
+ var defaultProps35 = {
6735
+ showClearButton: true,
6736
+ size: Input.defaultProps.size,
6737
+ rounded: Input.defaultProps.rounded,
6738
+ fillMode: Input.defaultProps.fillMode
6739
+ };
6740
+ var Textbox = (props) => {
6741
+ const {
6742
+ prefix,
6743
+ suffix,
6744
+ value,
6745
+ placeholder,
6746
+ size,
6747
+ rounded,
6748
+ fillMode,
6749
+ hover,
6750
+ focus,
6751
+ valid,
6752
+ invalid,
6753
+ required,
6754
+ loading,
6755
+ disabled,
6756
+ readonly,
6757
+ showClearButton = defaultProps35.showClearButton,
6758
+ ...other
6759
+ } = props;
6760
+ return /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
6761
+ Input,
6762
+ {
6763
+ ...other,
6764
+ size,
6765
+ rounded,
6766
+ fillMode,
6767
+ hover,
6768
+ focus,
6769
+ valid,
6770
+ invalid,
6771
+ required,
6772
+ loading,
6773
+ disabled,
6774
+ readonly,
6775
+ className: classNames(props.className, TEXTBOX_CLASSNAME),
6776
+ children: [
6777
+ prefix && /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(import_jsx_runtime114.Fragment, { children: [
6778
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(InputPrefix, { children: prefix }),
6779
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(InputSeparator, {})
6780
+ ] }),
6781
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(InputInnerInput, { placeholder, value }),
6782
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
6783
+ InputValidationIcon,
6784
+ {
6785
+ valid,
6786
+ invalid,
6787
+ loading,
6788
+ disabled
6789
+ }
6790
+ ),
6791
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
6792
+ InputLoadingIcon,
6793
+ {
6794
+ loading,
6795
+ disabled
6796
+ }
6797
+ ),
6798
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
6799
+ InputClearValue,
6800
+ {
6801
+ loading,
6802
+ disabled,
6803
+ readonly,
6804
+ value
6805
+ }
6806
+ ),
6807
+ suffix && /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(import_jsx_runtime114.Fragment, { children: [
6808
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(InputSeparator, {}),
6809
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(InputSuffix, { children: suffix })
6810
+ ] })
6811
+ ]
6812
+ }
6813
+ );
6814
+ };
6815
+ Textbox.states = states39;
6816
+ Textbox.options = options35;
6817
+ Textbox.className = TEXTBOX_CLASSNAME;
6818
+ Textbox.defaultProps = defaultProps35;
6819
+
6820
+ // src/textbox/templates/textbox-normal.tsx
6821
+ var import_jsx_runtime115 = require("react/jsx-runtime");
6822
+
6823
+ // src/textbox/templates/textbox-prefix.tsx
6824
+ var import_jsx_runtime116 = require("react/jsx-runtime");
6825
+
6826
+ // src/textbox/templates/textbox-suffix.tsx
6827
+ var import_jsx_runtime117 = require("react/jsx-runtime");
6828
+
6829
+ // src/colorgradient/color-input.tsx
6830
+ var import_jsx_runtime118 = require("react/jsx-runtime");
6831
+ var COLOR_INPUT_CLASSNAME = "k-colorgradient-inputs";
6832
+ var states40 = [];
6833
+ var options36 = {};
6834
+ var defaultProps36 = {
6835
+ mode: "rgba"
6836
+ };
6837
+ var ColorInput = (props) => {
6838
+ const {
6839
+ mode = defaultProps36.mode
6840
+ } = props;
6841
+ return /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: classNames(COLOR_INPUT_CLASSNAME, "k-hstack"), children: [
6842
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-vstack", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Button, { fillMode: "flat", icon: "caret-alt-expand", className: "k-colorgradient-toggle-mode" }) }),
6843
+ mode === "rgba" && /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(import_jsx_runtime118.Fragment, { children: [
6844
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
6845
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6846
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
6847
+ ] }),
6848
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
6849
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6850
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
6851
+ ] }),
6852
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
6853
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6854
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
6855
+ ] }),
6856
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
6857
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
6858
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
6859
+ ] })
6860
+ ] }),
6861
+ mode === "rgb" && /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(import_jsx_runtime118.Fragment, { children: [
6862
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
6863
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6864
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
6865
+ ] }),
6866
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
6867
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6868
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
6869
+ ] }),
6870
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
6871
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6872
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
6873
+ ] })
6874
+ ] }),
6875
+ mode === "hsva" && /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(import_jsx_runtime118.Fragment, { children: [
6876
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
6877
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6878
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
6879
+ ] }),
6880
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
6881
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6882
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
6883
+ ] }),
6884
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
6885
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6886
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
6887
+ ] }),
6888
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
6889
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
6890
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
6891
+ ] })
6892
+ ] }),
6893
+ mode === "hsv" && /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(import_jsx_runtime118.Fragment, { children: [
6894
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
6895
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6896
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
6897
+ ] }),
6898
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
6899
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6900
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
6901
+ ] }),
6902
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
6903
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6904
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
6905
+ ] })
6906
+ ] }),
6907
+ mode === "hex" && /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(import_jsx_runtime118.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack k-flex-1", children: [
6908
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Textbox, { showClearButton: false, value: "#b88484AA", className: "k-hex-value" }),
6909
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "HEX" })
6910
+ ] }) })
6911
+ ] });
6912
+ };
6913
+ ColorInput.states = states40;
6914
+ ColorInput.options = options36;
6915
+ ColorInput.className = COLOR_INPUT_CLASSNAME;
6916
+ ColorInput.defaultProps = defaultProps36;
6917
+
6918
+ // src/colorgradient/color-contrast.tsx
6919
+ var import_jsx_runtime119 = require("react/jsx-runtime");
6920
+ var COLOR_CONTRAST_CLASSNAME = "k-colorgradient-color-contrast";
6921
+ var states41 = [];
6922
+ var options37 = {};
6923
+ var defaultProps37 = {};
6924
+ var ColorContrast = () => /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { className: classNames(COLOR_CONTRAST_CLASSNAME, "k-vbox"), children: [
6925
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { className: "k-contrast-ratio", children: [
6926
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: "k-contrast-ratio-text", children: "Contrast ratio: 7.1" }),
6927
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
6928
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: "check" }),
6929
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: "check" })
6930
+ ] })
6931
+ ] }),
6932
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { children: [
6933
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { children: "AA: 4.5" }),
6934
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
6935
+ "Pass",
6936
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: "check" })
6937
+ ] })
6938
+ ] }),
6939
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { children: [
6940
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { children: "AAA: 7.0" }),
6941
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("span", { className: "k-contrast-validation !k-text-error", children: [
6942
+ "Fail",
6943
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: "x" })
6944
+ ] })
6945
+ ] })
6946
+ ] });
6947
+ ColorContrast.states = states41;
6948
+ ColorContrast.options = options37;
6949
+ ColorContrast.className = COLOR_CONTRAST_CLASSNAME;
6950
+ ColorContrast.defaultProps = defaultProps37;
6951
+
6952
+ // src/colorgradient/color-gradient.spec.tsx
6953
+ var import_jsx_runtime120 = require("react/jsx-runtime");
6954
+ var COLOR_GRADIENT_CLASSNAME = "k-colorgradient";
6955
+ var states42 = [
6956
+ States.hover,
6957
+ States.focus,
6958
+ States.readonly,
6959
+ States.disabled
6960
+ ];
6961
+ var options38 = {};
6962
+ var defaultProps38 = {
6963
+ mode: "rgba",
6964
+ readonly: false,
6965
+ disabled: false,
6966
+ contrast: false,
6967
+ gradientStyle: { background: "rgb(255, 0, 0 )" },
6968
+ dragHandleStyle: { top: "50px", left: "73px" },
6969
+ alphaStyle: { background: "linear-gradient(to top, transparent, rgb(255, 0, 0))" }
6970
+ };
6971
+ var ColorGradient = (props) => {
6972
+ const {
6973
+ mode = defaultProps38.mode,
6974
+ readonly = defaultProps38.readonly,
6975
+ disabled = defaultProps38.disabled,
6976
+ dir,
6977
+ contrast = defaultProps38.contrast,
6978
+ hover,
6979
+ focus,
6980
+ hoverHandle,
6981
+ focusHandle,
6982
+ gradientStyle = defaultProps38.gradientStyle,
6983
+ dragHandleStyle = defaultProps38.dragHandleStyle,
6984
+ alphaStyle = defaultProps38.alphaStyle
6985
+ } = props;
6986
+ return /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: classNames(
6987
+ props.className,
6988
+ COLOR_GRADIENT_CLASSNAME,
6989
+ stateClassNames(COLOR_GRADIENT_CLASSNAME, {
6990
+ hover,
6991
+ focus,
6992
+ readonly,
6993
+ disabled
6994
+ })
6995
+ ), dir, children: [
6996
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "k-colorgradient-canvas k-hstack", children: [
6997
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("div", { className: "k-hsv-rectangle", style: gradientStyle, children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("div", { className: "k-hsv-gradient", children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("div", { className: classNames(
6998
+ "k-hsv-draghandle",
6999
+ "k-draghandle",
7000
+ {
7001
+ "k-hover": hoverHandle,
7002
+ "k-focus": focusHandle
7003
+ }
7004
+ ), style: dragHandleStyle }) }) }),
7005
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "k-hsv-controls k-hstack", children: [
7006
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(SliderGradientVertical, { className: "k-hue-slider", hover: hoverHandle, focus: focusHandle }),
7007
+ mode !== "rgb" && mode !== "hsv" && /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(SliderGradientVertical, { className: "k-alpha-slider", hover: hoverHandle, focus: focusHandle, trackStyle: alphaStyle })
7008
+ ] })
7009
+ ] }),
7010
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(ColorInput, { mode: props.mode }),
7011
+ contrast && /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(ColorContrast, {})
7012
+ ] });
7013
+ };
7014
+ ColorGradient.states = states42;
7015
+ ColorGradient.options = options38;
7016
+ ColorGradient.className = COLOR_GRADIENT_CLASSNAME;
7017
+ ColorGradient.defaultProps = defaultProps38;
7018
+
7019
+ // src/colorgradient/templates/colorgradient-normal.tsx
7020
+ var import_jsx_runtime121 = require("react/jsx-runtime");
7021
+
7022
+ // src/colorgradient/templates/colorgradient-contrast.tsx
7023
+ var import_jsx_runtime122 = require("react/jsx-runtime");
7024
+
7025
+ // src/colorpalette/colorpalette-row.tsx
7026
+ var import_jsx_runtime123 = require("react/jsx-runtime");
7027
+ var ColorPaletteRow = (props) => /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("tr", { children: props.children });
7028
+
7029
+ // src/colorpalette/colorpalette-tile.tsx
7030
+ var import_jsx_runtime124 = require("react/jsx-runtime");
7031
+ var COLORPALETTETILE_CLASSNAME = `k-colorpalette-tile`;
7032
+ var states43 = [
7033
+ States.hover,
7034
+ States.focus,
7035
+ States.selected
7036
+ ];
7037
+ var options39 = {};
7038
+ var ColorPaletteTile = (props) => {
7039
+ const {
7040
+ color,
7041
+ tileSize,
7042
+ hover,
7043
+ focus,
7044
+ selected,
7045
+ ...other
7046
+ } = props;
7047
+ const styles = {
7048
+ "background-color": color,
7049
+ "width": tileSize ? tileSize + "px" : "",
7050
+ "height": tileSize ? tileSize + "px" : ""
7051
+ };
7052
+ return /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
7053
+ "td",
7054
+ {
7055
+ ...other,
7056
+ className: classNames(
7057
+ props.className,
7058
+ COLORPALETTETILE_CLASSNAME,
7059
+ stateClassNames(COLORPALETTETILE_CLASSNAME, {
7060
+ hover,
7061
+ focus,
7062
+ selected
7063
+ })
7064
+ ),
7065
+ style: styles
7066
+ }
7067
+ );
7068
+ };
7069
+ ColorPaletteTile.states = states43;
7070
+ ColorPaletteTile.options = options39;
7071
+ ColorPaletteTile.className = COLORPALETTETILE_CLASSNAME;
7072
+
7073
+ // src/colorpalette/colorpalette.spec.tsx
7074
+ var import_jsx_runtime125 = require("react/jsx-runtime");
7075
+ var COLORPALETTE_CLASSNAME = `k-colorpalette`;
7076
+ var states44 = [
7077
+ States.disabled
7078
+ ];
7079
+ var options40 = {};
7080
+ var defaultProps39 = {
7081
+ columns: 10
7082
+ };
7083
+ var ColorPalette = (props) => {
7084
+ const {
7085
+ palette,
7086
+ columns = defaultProps39.columns,
7087
+ tileSize,
7088
+ disabled,
7089
+ ...other
7090
+ } = props;
7091
+ const newChildren = [];
7092
+ if (palette) {
7093
+ const cols = columns || palette.columns;
7094
+ const colors = palette.colors ? palette.colors : palette;
7095
+ if (Array.isArray(colors)) {
7096
+ Array.from({ length: Math.ceil(colors.length / cols) }, (_, i) => {
7097
+ const items = [];
7098
+ colors.slice(i * cols, (i + 1) * cols).map((color) => {
7099
+ items.push(/* @__PURE__ */ (0, import_jsx_runtime125.jsx)(ColorPaletteTile, { color, tileSize }));
7100
+ });
7101
+ const row = /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(ColorPaletteRow, { children: items });
7102
+ newChildren.push(row);
7103
+ });
7104
+ }
7105
+ }
7106
+ return /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
7107
+ "div",
7108
+ {
7109
+ ...other,
7110
+ className: classNames(
7111
+ props.className,
7112
+ COLORPALETTE_CLASSNAME,
7113
+ stateClassNames(COLORPALETTE_CLASSNAME, {
7114
+ disabled
7115
+ })
7116
+ ),
7117
+ children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("table", { className: "k-colorpalette-table", children: newChildren.length > 0 ? newChildren : props.children })
7118
+ }
7119
+ );
7120
+ };
7121
+ ColorPalette.states = states44;
7122
+ ColorPalette.options = options40;
7123
+ ColorPalette.className = COLORPALETTE_CLASSNAME;
7124
+ ColorPalette.defaultProps = defaultProps39;
7125
+
7126
+ // src/colorpalette/templates/colorpalette-normal.tsx
7127
+ var import_jsx_runtime126 = require("react/jsx-runtime");
7128
+
7129
+ // src/colorpalette/colorpalette-presets.tsx
7130
+ var PALETTEPRESETS = {
7131
+ basic: {
7132
+ colors: ["#000000", "#7f7f7f", "#880015", "#ed1c24", "#ff7f27", "#fff200", "#22b14c", "#00a2e8", "#3f48cc", "#a349a4", "#ffffff", "#c3c3c3", "#b97a57", "#ffaec9", "#ffc90e", "#efe4b0", "#b5e61d", "#99d9ea", "#7092be", "#c8bfe7"],
7133
+ columns: 10
7134
+ },
7135
+ office: {
7136
+ colors: ["#ffffff", "#000000", "#e6e6e6", "#435569", "#4371c4", "#ed7e32", "#a5a4a5", "#febf04", "#5a9bd5", "#71ae48", "#f2f2f3", "#7f7f7f", "#d1cece", "#d5dde3", "#dae1f4", "#fce5d4", "#deeded", "#fff2cc", "#deeaf6", "#e1efd9", "#d7d8d8", "#585959", "#aeabab", "#adbaca", "#b4c5e7", "#f6caac", "#dbdbdb", "#ffe498", "#bcd6ee", "#c5e0b2", "#bfbfc0", "#3f3f3f", "#767070", "#8595b1", "#8fabdb", "#f5b183", "#c9c8c9", "#fed965", "#9bc4e5", "#a8d08d", "#a5a5a6", "#262625", "#393939", "#334050", "#2e5496", "#c45a11", "#7b7b7a", "#bf9000", "#2f75b5", "#548235", "#7f7f7f", "#0b0c0c", "#161616", "#222a34", "#203764", "#843d0b", "#525252", "#7f6000", "#1d4d79", "#375623"],
7137
+ columns: 10
7138
+ },
7139
+ apex: {
7140
+ colors: ["#ffffff", "#000000", "#c9c2d1", "#69676d", "#ceb966", "#9cb084", "#6bb1c9", "#6585cf", "#7e6bc9", "#a379bb", "#f2f2f2", "#7f7f7f", "#f4f2f5", "#e0e0e2", "#f5f1e0", "#ebefe6", "#e1eff4", "#e0e6f5", "#e5e1f4", "#ece4f1", "#d8d8d8", "#595959", "#e9e6ec", "#c2c1c5", "#ebe3c1", "#d7dfcd", "#c3dfe9", "#c1ceeb", "#cbc3e9", "#dac9e3", "#bfbfbf", "#3f3f3f", "#dedae3", "#a4a3a8", "#e1d5a3", "#c3cfb5", "#a6d0de", "#a2b5e2", "#b1a6de", "#c7aed6", "#a5a5a5", "#262626", "#9688a5", "#4e4d51", "#ae9638", "#758c5a", "#3d8da9", "#365bb0", "#533da9", "#7d4d99", "#7f7f7f", "#0c0c0c", "#635672", "#343336", "#746425", "#4e5d3c", "#295e70", "#243c75", "#372970", "#533366"],
7141
+ columns: 10
7142
+ },
7143
+ austin: {
7144
+ colors: ["#ffffff", "#000000", "#caf278", "#3e3d2d", "#94c600", "#71685a", "#ff6700", "#909465", "#956b43", "#fea022", "#f2f2f2", "#7f7f7f", "#f4fce4", "#dddcd0", "#efffc0", "#e3e1dc", "#ffe0cb", "#e8e9df", "#ece1d6", "#feecd2", "#d8d8d8", "#595959", "#e9f9c9", "#bbb9a1", "#dfff82", "#c8c3ba", "#ffc299", "#d2d4c0", "#dac3ad", "#fed9a6", "#bfbfbf", "#3f3f3f", "#dff7ae", "#ada598", "#cfff43", "#ada598", "#ffa365", "#bcbfa1", "#c8a585", "#fec67a", "#a5a5a5", "#262626", "#a9ea25", "#2e2d21", "#6f9400", "#544e43", "#bf4d00", "#6c6f4b", "#6f5032", "#d77b00", "#7f7f7f", "#0c0c0c", "#74a50f", "#1f1e16", "#4a6300", "#38342d", "#7f3300", "#484a32", "#4a3521", "#8f5200"],
7145
+ columns: 10
7146
+ },
7147
+ clarity: {
7148
+ colors: ["#ffffff", "#292934", "#f3f2dc", "#d2533c", "#93a299", "#ad8f67", "#726056", "#4c5a6a", "#808da0", "#79463d", "#f2f2f2", "#e7e7ec", "#e7e5b9", "#f6dcd8", "#e9ecea", "#eee8e0", "#e4dedb", "#d8dde3", "#e5e8ec", "#e9d6d3", "#d8d8d8", "#c4c4d1", "#d5d185", "#edbab1", "#d3d9d6", "#ded2c2", "#c9beb8", "#b2bcc8", "#ccd1d9", "#d3aea7", "#bfbfbf", "#8a8aa3", "#aca73b", "#e4978a", "#bec7c1", "#cdbba3", "#af9e94", "#8c9bac", "#b2bac6", "#bd857c", "#a5a5a5", "#56566e", "#56531d", "#a43925", "#6b7c72", "#866b48", "#554840", "#39434f", "#5c697b", "#5a342d", "#7f7f7f", "#3b3b4b", "#22210b", "#6d2619", "#47534c", "#594730", "#39302b", "#262d35", "#3d4652", "#3c231e"],
7149
+ columns: 10
7150
+ },
7151
+ slipstream: {
7152
+ colors: ["#ffffff", "#000000", "#b4dcfa", "#212745", "#4e67c8", "#5eccf3", "#a7ea52", "#5dceaf", "#ff8021", "#f14124", "#f2f2f2", "#7f7f7f", "#8bc9f7", "#c7cce4", "#dbe0f4", "#def4fc", "#edfadc", "#def5ef", "#ffe5d2", "#fcd9d3", "#d8d8d8", "#595959", "#4facf3", "#909aca", "#b8c2e9", "#beeafa", "#dbf6b9", "#beebdf", "#ffcca6", "#f9b3a7", "#bfbfbf", "#3f3f3f", "#0d78c9", "#5967af", "#94a3de", "#9ee0f7", "#caf297", "#9de1cf", "#ffb279", "#f68d7b", "#a5a5a5", "#262626", "#063c64", "#181d33", "#31479f", "#11b2eb", "#81d319", "#34ac8b", "#d85c00", "#c3260c", "#7f7f7f", "#0c0c0c", "#021828", "#101322", "#202f6a", "#0b769c", "#568c11", "#22725c", "#903d00", "#821908"],
7153
+ columns: 10
7154
+ },
7155
+ metro: {
7156
+ colors: ["#ffffff", "#000000", "#d6ecff", "#4e5b6f", "#7fd13b", "#ea157a", "#feb80a", "#00addc", "#738ac8", "#1ab39f", "#f2f2f2", "#7f7f7f", "#a7d6ff", "#d9dde4", "#e5f5d7", "#fad0e4", "#fef0cd", "#c5f2ff", "#e2e7f4", "#c9f7f1", "#d8d8d8", "#595959", "#60b5ff", "#b3bcca", "#cbecb0", "#f6a1c9", "#fee29c", "#8be6ff", "#c7d0e9", "#94efe3", "#bfbfbf", "#3f3f3f", "#007dea", "#8d9baf", "#b2e389", "#f272af", "#fed46b", "#51d9ff", "#aab8de", "#5fe7d5", "#a5a5a5", "#262626", "#003e75", "#3a4453", "#5ea226", "#af0f5b", "#c58c00", "#0081a5", "#425ea9", "#138677", "#7f7f7f", "#0c0c0c", "#00192e", "#272d37", "#3f6c19", "#750a3d", "#835d00", "#00566e", "#2c3f71", "#0c594f"],
7157
+ columns: 10
7158
+ },
7159
+ flow: {
7160
+ colors: ["#ffffff", "#000000", "#dbf5f9", "#04617b", "#0f6fc6", "#009dd9", "#0bd0d9", "#10cf9b", "#7cca62", "#a5c249", "#f2f2f2", "#7f7f7f", "#b2e9f2", "#b4ecfc", "#c7e2fa", "#c4eeff", "#c9fafc", "#c9faed", "#e4f4df", "#edf2da", "#d8d8d8", "#595959", "#76d9e8", "#6adafa", "#90c6f6", "#89deff", "#93f5f9", "#94f6db", "#cae9c0", "#dbe6b6", "#bfbfbf", "#3f3f3f", "#21b2c8", "#20c8f7", "#59a9f2", "#4fceff", "#5df0f6", "#5ff2ca", "#b0dfa0", "#c9da91", "#a5a5a5", "#262626", "#105964", "#02485c", "#0b5394", "#0075a2", "#089ca2", "#0b9b74", "#54a838", "#7e9532", "#7f7f7f", "#0c0c0c", "#062328", "#01303d", "#073763", "#004e6c", "#05686c", "#07674d", "#387025", "#546321"],
7161
+ columns: 10
7162
+ },
7163
+ hardcover: {
7164
+ colors: ["#ffffff", "#000000", "#ece9c6", "#895d1d", "#873624", "#d6862d", "#d0be40", "#877f6c", "#972109", "#aeb795", "#f2f2f2", "#7f7f7f", "#e1dca5", "#f2e0c6", "#f0d0c9", "#f6e6d5", "#f5f2d8", "#e7e5e1", "#fbc7bc", "#eef0e9", "#d8d8d8", "#595959", "#d0c974", "#e6c28d", "#e2a293", "#eeceaa", "#ece5b2", "#cfccc3", "#f78f7a", "#dee2d4", "#bfbfbf", "#3f3f3f", "#a29a36", "#daa454", "#d4735e", "#e6b681", "#e2d88c", "#b7b2a5", "#f35838", "#ced3bf", "#a5a5a5", "#262626", "#514d1b", "#664515", "#65281a", "#a2641f", "#a39428", "#655f50", "#711806", "#879464", "#7f7f7f", "#0c0c0c", "#201e0a", "#442e0e", "#431b11", "#6c4315", "#6d621a", "#433f35", "#4b1004", "#5a6243"],
7165
+ columns: 10
7166
+ },
7167
+ trek: {
7168
+ colors: ["#ffffff", "#000000", "#fbeec9", "#4e3b30", "#f0a22e", "#a5644e", "#b58b80", "#c3986d", "#a19574", "#c17529", "#f2f2f2", "#7f7f7f", "#f7e09e", "#e1d6cf", "#fcecd5", "#eddfda", "#f0e7e5", "#f3eae1", "#ece9e3", "#f5e3d1", "#d8d8d8", "#595959", "#f3cc5f", "#c4ad9f", "#f9d9ab", "#dcc0b6", "#e1d0cc", "#e7d5c4", "#d9d4c7", "#ebc7a3", "#bfbfbf", "#3f3f3f", "#d29f0f", "#a78470", "#f6c781", "#cba092", "#d2b9b2", "#dbc1a7", "#c6bfab", "#e1ac76", "#a5a5a5", "#262626", "#694f07", "#3a2c24", "#c87d0e", "#7b4b3a", "#926255", "#a17242", "#7b7153", "#90571e", "#7f7f7f", "#0c0c0c", "#2a1f03", "#271d18", "#855309", "#523226", "#614138", "#6b4c2c", "#524b37", "#603a14"],
7169
+ columns: 10
7170
+ },
7171
+ verve: {
7172
+ colors: ["#ffffff", "#000000", "#d2d2d2", "#666666", "#ff388c", "#e40059", "#9c007f", "#68007f", "#005bd3", "#00349e", "#f2f2f2", "#7f7f7f", "#bdbdbd", "#e0e0e0", "#ffd7e8", "#ffc6dc", "#ffb8f1", "#f1b2ff", "#c3dcff", "#b8cfff", "#d8d8d8", "#595959", "#9d9d9d", "#c1c1c1", "#ffafd1", "#ff8eba", "#ff71e4", "#e365ff", "#87baff", "#72a0ff", "#bfbfbf", "#3f3f3f", "#696969", "#a3a3a3", "#ff87ba", "#ff5597", "#ff2ad7", "#d519ff", "#4b98ff", "#2b71ff", "#a5a5a5", "#262626", "#343434", "#4c4c4c", "#e90062", "#ab0042", "#75005f", "#4e005f", "#00449e", "#002676", "#7f7f7f", "#0c0c0c", "#151515", "#333333", "#9b0041", "#72002c", "#4e003f", "#34003f", "#002d69", "#00194f"],
7173
+ columns: 10
7174
+ },
7175
+ monochrome: {
7176
+ colors: ["#000000", "#1a1a1a", "#333333", "#4d4d4d", "#666666", "#808080", "#999999", "#b3b3b3", "#cccccc", "#e6e6e6", "#f2f2f2", "#ffffff"],
7177
+ columns: 12
7178
+ }
7179
+ };
7180
+
7181
+ // src/coloreditor/color-editor.spec.tsx
7182
+ var import_jsx_runtime127 = require("react/jsx-runtime");
7183
+ var COLOREDITOR_CLASSNAME = "k-coloreditor";
7184
+ var states45 = [
7185
+ States.focus
7186
+ ];
7187
+ var options41 = {};
7188
+ var defaultProps40 = {
7189
+ view: "gradient",
7190
+ currentColor: "fuchsia",
7191
+ palette: PALETTEPRESETS.office
7192
+ };
7193
+ var ColorEditor = (props) => {
7194
+ const {
7195
+ view = defaultProps40.view,
7196
+ color,
7197
+ currentColor = defaultProps40.currentColor,
7198
+ focus,
7199
+ focusView,
7200
+ dir,
7201
+ group,
7202
+ palette = defaultProps40.palette
7203
+ } = props;
7204
+ return /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)("div", { className: classNames(
7205
+ props.className,
7206
+ "k-flatcolorpicker",
7207
+ COLOREDITOR_CLASSNAME,
7208
+ stateClassNames(COLOREDITOR_CLASSNAME, { focus })
7209
+ ), dir, children: [
7210
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)("div", { className: "k-coloreditor-header k-hstack", children: [
7211
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("div", { className: "k-coloreditor-header-actions k-hstack", children: group && /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(ButtonGroup, { children: [
7212
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { fillMode: "flat", icon: "droplet-slider", selected: view === "gradient" }),
7213
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { fillMode: "flat", icon: "palette", selected: view === "palette" })
7214
+ ] }) }),
7215
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("div", { className: "k-spacer" }),
7216
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)("div", { className: "k-coloreditor-header-actions k-hstack", children: [
7217
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { fillMode: "flat", icon: "droplet-slash" }),
7218
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)("div", { className: "k-coloreditor-preview k-vstack", children: [
7219
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(ColorPreview, { className: "k-coloreditor-preview-color", color }),
7220
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(ColorPreview, { className: "k-coloreditor-current-color", color: currentColor })
7221
+ ] })
7222
+ ] })
7223
+ ] }),
7224
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("div", { className: "k-coloreditor-views k-vstack", children: view === "gradient" ? /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(ColorGradient, { focus: focusView }) : /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(ColorPalette, { palette }) }),
7225
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(ActionButtons, { className: "k-coloreditor-footer", alignment: "end", children: [
7226
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { className: "k-coloreditor-cancel", children: "Cancel" }),
7227
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { themeColor: "primary", className: "k-coloreditor-apply", children: "Apply" })
7228
+ ] })
7229
+ ] });
7230
+ };
7231
+ ColorEditor.states = states45;
7232
+ ColorEditor.options = options41;
7233
+ ColorEditor.className = COLOREDITOR_CLASSNAME;
7234
+ ColorEditor.defaultProps = defaultProps40;
7235
+
7236
+ // src/coloreditor/templates/coloreditor-normal.tsx
7237
+ var import_jsx_runtime128 = require("react/jsx-runtime");
7238
+
7239
+ // src/coloreditor/templates/coloreditor-palette.tsx
7240
+ var import_jsx_runtime129 = require("react/jsx-runtime");
7241
+
7242
+ // src/coloreditor/templates/coloreditor-group.tsx
7243
+ var import_jsx_runtime130 = require("react/jsx-runtime");
7244
+
7245
+ // src/coloreditor/templates/coloreditor-palette-group.tsx
7246
+ var import_jsx_runtime131 = require("react/jsx-runtime");
7247
+
7248
+ // src/colorpicker/templates/colorpicker-popup-gradient.tsx
7249
+ var import_jsx_runtime132 = require("react/jsx-runtime");
7250
+
7251
+ // src/colorpicker/templates/colorpicker-popup-palette.tsx
7252
+ var import_jsx_runtime133 = require("react/jsx-runtime");
7253
+
7254
+ // src/action-sheet/action-sheet.spec.tsx
7255
+ var import_jsx_runtime134 = require("react/jsx-runtime");
7256
+ var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
7257
+ var states46 = [];
7258
+ var options42 = {};
7259
+ var defaultProps41 = {
7260
+ side: "bottom",
7261
+ fullscreen: false,
7262
+ adaptive: false,
7263
+ overlay: true
7264
+ };
7265
+ var ActionSheet = (props) => {
7266
+ const {
7267
+ children,
7268
+ title,
7269
+ header,
7270
+ footer,
7271
+ actions,
7272
+ side = defaultProps41.side,
7273
+ fullscreen = defaultProps41.fullscreen,
7274
+ adaptive = defaultProps41.adaptive,
7275
+ overlay = defaultProps41.overlay,
7276
+ ...other
7277
+ } = props;
7278
+ const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
7279
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
7280
+ const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
7281
+ switch (child.type) {
7282
+ case ActionSheetHeader:
7283
+ case ActionSheetFooter:
7284
+ return false;
7285
+ default:
7286
+ return true;
7287
+ }
7288
+ return true;
7289
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(import_jsx_runtime134.Fragment, {});
7290
+ return /* @__PURE__ */ (0, import_jsx_runtime134.jsxs)("div", { className: "k-actionsheet-container", children: [
7291
+ overlay && /* @__PURE__ */ (0, import_jsx_runtime134.jsx)("div", { className: "k-overlay" }),
7292
+ /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
7293
+ AnimationContainer,
7294
+ {
7295
+ animationStyle: {
7296
+ [`${fullscreen === true ? "top" : side}`]: 0,
7297
+ [`${fullscreen === true ? "width" : null}`]: "100%",
7298
+ [`${fullscreen === true ? "height" : null}`]: "100%",
7299
+ [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
7300
+ [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
7301
+ },
7302
+ children: /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
7303
+ "div",
7304
+ {
7305
+ ...other,
7306
+ className: classNames(
7307
+ props.className,
7308
+ ACTIONSHEET_CLASSNAME,
7309
+ {
7310
+ [`k-actionsheet-${side}`]: fullscreen === false,
7311
+ "k-actionsheet-fullscreen": fullscreen === true,
7312
+ "k-adaptive-actionsheet": adaptive
7313
+ }
7314
+ ),
7315
+ children: /* @__PURE__ */ (0, import_jsx_runtime134.jsxs)(import_jsx_runtime134.Fragment, { children: [
7316
+ _ActionSheetHeader,
7317
+ /* @__PURE__ */ (0, import_jsx_runtime134.jsx)("div", { className: classNames(
7318
+ "k-actionsheet-content",
7319
+ {
7320
+ "!k-overflow-hidden": adaptive
7321
+ }
7322
+ ), children: _ActionSheetContent }),
7323
+ _ActionSheetFooter
7324
+ ] })
7325
+ }
7326
+ )
7327
+ }
7328
+ )
7329
+ ] });
7330
+ };
7331
+ ActionSheet.states = states46;
7332
+ ActionSheet.options = options42;
7333
+ ActionSheet.className = ACTIONSHEET_CLASSNAME;
7334
+ ActionSheet.defaultProps = defaultProps41;
7335
+
7336
+ // src/action-sheet/actionsheet-header.tsx
7337
+ var import_jsx_runtime135 = require("react/jsx-runtime");
7338
+ var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
7339
+ var ActionSheetHeader = (props) => {
7340
+ const {
7341
+ title,
7342
+ subTitle,
7343
+ actions,
7344
+ filter,
7345
+ ...other
7346
+ } = props;
7347
+ return /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
7348
+ "div",
7349
+ {
7350
+ ...other,
7351
+ className: classNames(
7352
+ props.className,
7353
+ ACTIONSHEETHEADER_CLASSNAME
7354
+ ),
7355
+ children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)(import_jsx_runtime135.Fragment, { children: [
7356
+ /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
7357
+ !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(import_jsx_runtime135.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-actionsheet-title", children: [
7358
+ title !== "" && /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-text-center", children: title }),
7359
+ subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
7360
+ ] }) }),
7361
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
7362
+ actions && /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(import_jsx_runtime135.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
7363
+ ] }),
7364
+ filter && /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(import_jsx_runtime135.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
7365
+ ] })
7366
+ }
7367
+ );
7368
+ };
7369
+
7370
+ // src/action-sheet/actionsheet-footer.tsx
7371
+ var import_jsx_runtime136 = require("react/jsx-runtime");
7372
+ var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
7373
+ var ActionSheetFooter = (props) => {
7374
+ const {
7375
+ actions,
7376
+ ...other
7377
+ } = props;
7378
+ return /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
7379
+ action_buttons_spec_default,
7380
+ {
7381
+ ...other,
7382
+ className: classNames(
7383
+ props.className,
7384
+ ACTIONSHEETFOOTER_CLASSNAME
7385
+ ),
7386
+ alignment: "stretched",
7387
+ children: /* @__PURE__ */ (0, import_jsx_runtime136.jsxs)(import_jsx_runtime136.Fragment, { children: [
7388
+ actions && actions.map((action, index) => {
7389
+ if (action === "|") {
7390
+ return /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("span", { className: "k-separator" }, index);
7391
+ }
7392
+ if (action === " ") {
7393
+ return /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("span", { className: "k-spacer" }, index);
7394
+ }
7395
+ const importantFlag = action.startsWith("!");
7396
+ const actionName = importantFlag ? action.substring(1) : action;
7397
+ return /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
7398
+ }),
7399
+ !actions && props.children
7400
+ ] })
7401
+ }
7402
+ );
7403
+ };
7404
+
7405
+ // src/action-sheet/actionsheet-items.tsx
7406
+ var import_jsx_runtime137 = require("react/jsx-runtime");
7407
+ var ActionSheetItems = (props) => {
7408
+ const {
7409
+ ...other
7410
+ } = props;
7411
+ return /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
7412
+ "div",
7413
+ {
7414
+ ...other,
7415
+ className: classNames(
7416
+ props.className,
7417
+ "k-list-ul"
7418
+ ),
7419
+ children: props.children
7420
+ }
7421
+ );
7422
+ };
7423
+
7424
+ // src/action-sheet/actionsheet-item.tsx
7425
+ var import_jsx_runtime138 = require("react/jsx-runtime");
7426
+ var states47 = [
7427
+ States.hover,
7428
+ States.focus,
7429
+ States.selected,
7430
+ States.disabled
7431
+ ];
7432
+
7433
+ // src/combobox/combobox.spec.tsx
7434
+ var import_jsx_runtime139 = require("react/jsx-runtime");
7435
+ var COMBOBOX_CLASSNAME = `k-combobox`;
7436
+ var states48 = [
7437
+ States.hover,
7438
+ States.focus,
7439
+ States.valid,
7440
+ States.invalid,
7441
+ States.loading,
7442
+ States.required,
7443
+ States.disabled,
7444
+ States.readonly
7445
+ ];
7446
+ var defaultProps42 = {
7447
+ size: Input.defaultProps.size,
7448
+ rounded: Input.defaultProps.rounded,
7449
+ fillMode: Input.defaultProps.fillMode
7450
+ };
7451
+ var options43 = {
7452
+ size: [Size.small, Size.medium, Size.large],
7453
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7454
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
7455
+ };
7456
+ var Combobox = (props) => {
7457
+ const {
7458
+ prefix,
7459
+ suffix,
7460
+ value,
7461
+ placeholder,
7462
+ size,
7463
+ rounded,
7464
+ fillMode,
7465
+ hover,
7466
+ focus,
7467
+ valid,
7468
+ invalid,
7469
+ required,
7470
+ loading,
7471
+ disabled,
7472
+ popup,
7473
+ opened,
7474
+ readonly,
7475
+ adaptive,
7476
+ adaptiveSettings,
7477
+ ...other
7478
+ } = props;
7479
+ return /* @__PURE__ */ (0, import_jsx_runtime139.jsxs)(import_jsx_runtime139.Fragment, { children: [
7480
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsxs)(
7481
+ Input,
7482
+ {
7483
+ ...other,
7484
+ size,
7485
+ rounded,
7486
+ fillMode,
7487
+ hover,
7488
+ focus,
7489
+ valid,
7490
+ invalid,
7491
+ required,
7492
+ loading,
7493
+ disabled,
7494
+ readonly,
7495
+ className: classNames(props.className, COMBOBOX_CLASSNAME),
7496
+ children: [
7497
+ prefix && /* @__PURE__ */ (0, import_jsx_runtime139.jsxs)(import_jsx_runtime139.Fragment, { children: [
7498
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(InputPrefix, { children: prefix }),
7499
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(InputSeparator, {})
7500
+ ] }),
7501
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(InputInnerInput, { placeholder, value }),
7502
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
7503
+ InputValidationIcon,
7504
+ {
7505
+ valid,
7506
+ invalid,
7507
+ loading,
7508
+ disabled
7509
+ }
7510
+ ),
7511
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
7512
+ InputLoadingIcon,
7513
+ {
7514
+ loading,
7515
+ disabled
7516
+ }
7517
+ ),
7518
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
7519
+ InputClearValue,
7520
+ {
7521
+ loading,
7522
+ disabled,
7523
+ readonly,
7524
+ value
7525
+ }
7526
+ ),
7527
+ suffix && /* @__PURE__ */ (0, import_jsx_runtime139.jsxs)(import_jsx_runtime139.Fragment, { children: [
7528
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(InputSeparator, {}),
7529
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(InputSuffix, { children: suffix })
7530
+ ] }),
7531
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
7532
+ Button,
7533
+ {
7534
+ className: "k-input-button",
7535
+ icon: "caret-alt-down",
7536
+ rounded: null,
7537
+ size,
7538
+ fillMode
7539
+ }
7540
+ )
7541
+ ]
7542
+ }
7543
+ ),
7544
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
7545
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime139.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
7546
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
7547
+ ActionSheetHeader,
7548
+ {
7549
+ actions: ["x"],
7550
+ filter: true,
7551
+ title: "Select Item"
7552
+ }
7553
+ ),
7554
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime139.jsxs)(List, { size: "large", children: [
7555
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(ListItem, { text: "List item" }),
7556
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(ListItem, { text: "List item" }),
7557
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(ListItem, { text: "List item" })
7558
+ ] }) })
7559
+ ] })
7560
+ ] });
7561
+ };
7562
+ Combobox.states = states48;
7563
+ Combobox.options = options43;
7564
+ Combobox.className = COMBOBOX_CLASSNAME;
7565
+ Combobox.defaultProps = defaultProps42;
7566
+
7567
+ // src/combobox/templates/combobox-normal.tsx
7568
+ var import_jsx_runtime140 = require("react/jsx-runtime");
7569
+
7570
+ // src/combobox/templates/combobox-popup.tsx
7571
+ var import_jsx_runtime141 = require("react/jsx-runtime");
7572
+
7573
+ // src/combobox/templates/combobox-grouping.tsx
7574
+ var import_jsx_runtime142 = require("react/jsx-runtime");
7575
+
7576
+ // src/combobox/templates/combobox-adaptive.tsx
7577
+ var import_jsx_runtime143 = require("react/jsx-runtime");
7578
+
7579
+ // src/combobox/templates/combobox-prefix.tsx
7580
+ var import_jsx_runtime144 = require("react/jsx-runtime");
7581
+
7582
+ // src/combobox/templates/combobox-suffix.tsx
7583
+ var import_jsx_runtime145 = require("react/jsx-runtime");
7584
+
7585
+ // src/menu-button/menu-button.spec.tsx
7586
+ var import_jsx_runtime146 = require("react/jsx-runtime");
7587
+ var MENUBUTTON_CLASSNAME = `k-menu-button`;
7588
+ var states49 = [
7589
+ States.hover,
7590
+ States.focus,
7591
+ States.active,
7592
+ States.selected,
7593
+ States.disabled
7594
+ ];
7595
+ var options44 = {
7596
+ size: [Size.small, Size.medium, Size.large],
7597
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7598
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
7599
+ themeColor: [
7600
+ ThemeColor.base,
7601
+ ThemeColor.primary,
7602
+ ThemeColor.secondary,
7603
+ ThemeColor.tertiary,
7604
+ ThemeColor.success,
7605
+ ThemeColor.warning,
7606
+ ThemeColor.error,
7607
+ ThemeColor.info,
7608
+ ThemeColor.light,
7609
+ ThemeColor.dark,
7610
+ ThemeColor.inverse
7611
+ ]
7612
+ };
7613
+ var defaultProps43 = {
7614
+ size: Size.medium,
7615
+ rounded: Roundness.medium,
7616
+ fillMode: FillMode.solid,
7617
+ themeColor: ThemeColor.base,
7618
+ showArrow: true,
7619
+ arrowIconName: "caret-alt-down"
7620
+ };
7621
+ var MenuButton = (props) => {
7622
+ const {
7623
+ size = defaultProps43.size,
7624
+ rounded = defaultProps43.rounded,
7625
+ fillMode = defaultProps43.fillMode,
7626
+ themeColor = defaultProps43.themeColor,
7627
+ hover,
7628
+ focus,
7629
+ active,
7630
+ selected,
7631
+ disabled,
7632
+ icon,
7633
+ text,
7634
+ showArrow = defaultProps43.showArrow,
7635
+ arrowIconName = defaultProps43.arrowIconName,
7636
+ popup,
7637
+ opened,
7638
+ ...other
7639
+ } = props;
7640
+ return /* @__PURE__ */ (0, import_jsx_runtime146.jsxs)(import_jsx_runtime146.Fragment, { children: [
7641
+ /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
7642
+ Button,
7643
+ {
7644
+ ...other,
7645
+ className: classNames(
7646
+ props.className,
7647
+ MENUBUTTON_CLASSNAME
7648
+ ),
7649
+ text,
7650
+ size,
7651
+ rounded,
7652
+ fillMode,
7653
+ themeColor,
7654
+ hover,
7655
+ focus,
7656
+ active,
7657
+ selected,
7658
+ disabled,
7659
+ icon,
7660
+ showArrow,
7661
+ arrowIconName
7662
+ }
7663
+ ),
7664
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(Popup, { className: "k-menu-popup", children: popup })
7665
+ ] });
7666
+ };
7667
+ MenuButton.states = states49;
7668
+ MenuButton.options = options44;
7669
+ MenuButton.className = MENUBUTTON_CLASSNAME;
7670
+ MenuButton.defaultProps = defaultProps43;
7671
+
7672
+ // src/menu-button/templates/icon-menu-button.tsx
7673
+ var import_jsx_runtime147 = require("react/jsx-runtime");
7674
+
7675
+ // src/menu-button/templates/icon-text-menu-button.tsx
7676
+ var import_jsx_runtime148 = require("react/jsx-runtime");
7677
+
7678
+ // src/menu-button/templates/text-menu-button.tsx
7679
+ var import_jsx_runtime149 = require("react/jsx-runtime");
7680
+
7681
+ // src/menu/menu-item.spec.tsx
7682
+ var import_jsx_runtime150 = require("react/jsx-runtime");
7683
+ var MENUITEM_CLASSNAME = `k-menu-item`;
7684
+ var states50 = [
7685
+ States.hover,
7686
+ States.focus,
7687
+ States.active,
7688
+ States.selected,
7689
+ States.disabled
7690
+ ];
7691
+ var options45 = {};
7692
+ var defaultProps44 = {
7693
+ dir: "ltr"
7694
+ };
7695
+ var MenuItem = (props) => {
7696
+ const {
7697
+ hover,
7698
+ focus,
7699
+ active,
7700
+ selected,
7701
+ disabled,
7702
+ icon,
7703
+ text,
7704
+ showArrow,
7705
+ arrowIconName,
7706
+ dir = defaultProps44.dir,
7707
+ children,
7708
+ ...other
7709
+ } = props;
7710
+ const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(import_jsx_runtime150.Fragment, {});
7711
+ if (children) {
7712
+ children.forEach((child) => {
7713
+ const component = child.type;
7714
+ if (component === "MenuItemContent") {
7715
+ contentTemplate.props.children.push(child);
7716
+ return;
7717
+ }
7718
+ });
7719
+ }
7720
+ let expandArrowName = arrowIconName;
7721
+ if (!expandArrowName) {
7722
+ expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
7723
+ }
7724
+ return /* @__PURE__ */ (0, import_jsx_runtime150.jsxs)(
7725
+ "li",
7726
+ {
7727
+ ...other,
7728
+ className: classNames(
7729
+ props.className,
7730
+ MENUITEM_CLASSNAME,
7731
+ //TODO
7732
+ "k-item",
7733
+ stateClassNames(MENUITEM_CLASSNAME, {
7734
+ focus,
7735
+ disabled
7736
+ })
7737
+ ),
7738
+ children: [
7739
+ /* @__PURE__ */ (0, import_jsx_runtime150.jsxs)(
7740
+ "span",
7741
+ {
7742
+ className: classNames(
7743
+ "k-link k-menu-link",
7744
+ stateClassNames("k-menu-link", {
7745
+ hover,
7746
+ active,
7747
+ selected,
7748
+ disabled
7749
+ })
7750
+ ),
7751
+ children: [
7752
+ icon && /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(Icon, { className: "k-menu-link-icon", icon }),
7753
+ /* @__PURE__ */ (0, import_jsx_runtime150.jsx)("span", { className: "k-menu-link-text", children: text }),
7754
+ showArrow && /* @__PURE__ */ (0, import_jsx_runtime150.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(Icon, { icon: expandArrowName }) })
7755
+ ]
7756
+ }
7757
+ ),
7758
+ contentTemplate
7759
+ ]
7760
+ }
7761
+ );
7762
+ };
7763
+ MenuItem.states = states50;
7764
+ MenuItem.options = options45;
7765
+ MenuItem.className = MENUITEM_CLASSNAME;
7766
+ MenuItem.defaultProps = defaultProps44;
7767
+ var menu_item_spec_default = MenuItem;
7768
+
7769
+ // src/menu/menu-separator.spec.tsx
7770
+ var import_jsx_runtime151 = require("react/jsx-runtime");
7771
+ var SEPARATOR_CLASSNAME = `k-separator`;
7772
+ var defaultProps45 = {
7773
+ orientation: "horizontal"
7774
+ };
7775
+ var MenuSeparator = (props) => {
7776
+ const {
7777
+ orientation = defaultProps45.orientation,
7778
+ ...other
7779
+ } = props;
7780
+ return /* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
7781
+ "li",
7782
+ {
7783
+ ...other,
7784
+ className: classNames(
7785
+ props.className,
7786
+ "k-item",
7787
+ SEPARATOR_CLASSNAME,
7788
+ {
7789
+ [`${SEPARATOR_CLASSNAME}-${orientation}`]: orientation
7790
+ }
7791
+ )
7792
+ }
7793
+ );
7794
+ };
7795
+ var menu_separator_spec_default = MenuSeparator;
7796
+
7797
+ // src/menu/menu-item-content.tsx
7798
+ var import_jsx_runtime152 = require("react/jsx-runtime");
7799
+
7800
+ // src/menu/menu-list.spec.tsx
7801
+ var import_jsx_runtime153 = require("react/jsx-runtime");
7802
+ var import_react = require("react");
7803
+ var MENULIST_CLASSNAME = `k-menu-group`;
7804
+ var states51 = [];
7805
+ var options46 = {
7806
+ size: [Size.small, Size.medium, Size.large]
7807
+ };
7808
+ var defaultProps46 = {
7809
+ size: Size.medium,
7810
+ dir: "ltr"
7811
+ };
7812
+ var MenuList = (props) => {
7813
+ const {
7814
+ children,
7815
+ size = defaultProps46.size,
7816
+ dir = defaultProps46.dir,
7817
+ ...other
7818
+ } = props;
7819
+ const listChildren = [];
7820
+ if (children) {
7821
+ if (Array.isArray(children)) {
7822
+ children.map((child, index) => {
7823
+ if (child.type === menu_item_spec_default) {
7824
+ listChildren.push(
7825
+ /* @__PURE__ */ (0, import_react.createElement)(menu_item_spec_default, { ...child.props, dir, key: index })
7826
+ );
7827
+ } else if (child.type === menu_separator_spec_default) {
7828
+ listChildren.push(
7829
+ /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(menu_separator_spec_default, {})
7830
+ );
7831
+ } else {
7832
+ listChildren.push(child);
7833
+ }
7834
+ });
7835
+ }
7836
+ }
7837
+ return /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
7838
+ "ul",
7839
+ {
7840
+ ...other,
7841
+ className: classNames(
7842
+ props.className,
7843
+ MENULIST_CLASSNAME,
7844
+ optionClassNames(MENULIST_CLASSNAME, {
7845
+ size
7846
+ })
7847
+ ),
7848
+ children: listChildren
7849
+ }
7850
+ );
7851
+ };
7852
+ MenuList.states = states51;
7853
+ MenuList.options = options46;
7854
+ MenuList.className = MENULIST_CLASSNAME;
7855
+ MenuList.defaultProps = defaultProps46;
7856
+
7857
+ // src/menu-button/templates/menu-button-popup.tsx
7858
+ var import_jsx_runtime154 = require("react/jsx-runtime");
7859
+
7860
+ // src/split-button/split-button.spec.tsx
7861
+ var import_jsx_runtime155 = require("react/jsx-runtime");
7862
+ var SPLITBUTTON_CLASSNAME = `k-split-button`;
7863
+ var states52 = [
7864
+ States.hover,
7865
+ States.focus,
7866
+ States.active,
7867
+ States.selected,
7868
+ States.disabled
7869
+ ];
7870
+ var options47 = {
7871
+ size: [Size.small, Size.medium, Size.large],
7872
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7873
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
7874
+ themeColor: [
7875
+ ThemeColor.base,
7876
+ ThemeColor.primary,
7877
+ ThemeColor.secondary,
7878
+ ThemeColor.tertiary,
7879
+ ThemeColor.success,
7880
+ ThemeColor.warning,
7881
+ ThemeColor.error,
7882
+ ThemeColor.info,
7883
+ ThemeColor.light,
7884
+ ThemeColor.dark,
7885
+ ThemeColor.inverse
7886
+ ]
7887
+ };
7888
+ var defaultProps47 = {
7889
+ size: Size.medium,
7890
+ rounded: Roundness.medium,
7891
+ fillMode: FillMode.solid,
7892
+ themeColor: ThemeColor.base,
7893
+ arrowIconName: "caret-alt-down"
7894
+ };
7895
+ var SplitButton = (props) => {
7896
+ const {
7897
+ size = defaultProps47.size,
7898
+ rounded = defaultProps47.rounded,
7899
+ fillMode = defaultProps47.fillMode,
7900
+ themeColor = defaultProps47.themeColor,
7901
+ hover,
7902
+ focus,
7903
+ active,
7904
+ selected,
7905
+ disabled,
7906
+ icon,
7907
+ text,
7908
+ arrowIconName = defaultProps47.arrowIconName,
7909
+ popup,
7910
+ opened,
7911
+ ...other
7912
+ } = props;
7913
+ return /* @__PURE__ */ (0, import_jsx_runtime155.jsxs)(import_jsx_runtime155.Fragment, { children: [
7914
+ /* @__PURE__ */ (0, import_jsx_runtime155.jsxs)(
7915
+ "div",
7916
+ {
7917
+ ...other,
7918
+ className: classNames(
7919
+ props.className,
7920
+ SPLITBUTTON_CLASSNAME,
7921
+ "k-button-group",
7922
+ optionClassNames(SPLITBUTTON_CLASSNAME, {
7923
+ rounded
7924
+ })
7925
+ ),
7926
+ children: [
7927
+ /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
7928
+ Button,
7929
+ {
7930
+ text,
7931
+ icon,
7932
+ size,
7933
+ rounded,
7934
+ fillMode,
7935
+ themeColor,
7936
+ hover,
7937
+ focus,
7938
+ active,
7939
+ selected,
7940
+ disabled,
7941
+ children: props.children
7942
+ }
7943
+ ),
7944
+ /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
7945
+ Button,
7946
+ {
7947
+ className: "k-split-button-arrow",
7948
+ icon: arrowIconName,
7949
+ size,
7950
+ rounded,
7951
+ fillMode,
7952
+ disabled
7953
+ }
7954
+ )
7955
+ ]
7956
+ }
7957
+ ),
7958
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(Popup, { className: "k-menu-popup", children: popup })
7959
+ ] });
7960
+ };
7961
+ SplitButton.states = states52;
7962
+ SplitButton.options = options47;
7963
+ SplitButton.className = SPLITBUTTON_CLASSNAME;
7964
+ SplitButton.defaultProps = defaultProps47;
7965
+ var split_button_spec_default = SplitButton;
7966
+
7967
+ // src/toolbar/toolbar.spec.tsx
7968
+ var import_jsx_runtime156 = require("react/jsx-runtime");
7969
+ var TOOLBAR_CLASSNAME = `k-toolbar`;
7970
+ var states53 = [
7971
+ States.focus
7972
+ ];
7973
+ var options48 = {
7974
+ size: [Size.small, Size.medium, Size.large]
7975
+ };
7976
+ var defaultProps48 = {
7977
+ size: Size.medium
7978
+ };
7979
+ var Toolbar = (props) => {
7980
+ const {
7981
+ size = defaultProps48.size,
7982
+ focus,
7983
+ resizable,
7984
+ ...other
7985
+ } = props;
7986
+ const toolbarChildren = [];
7987
+ const addUniqueToolClass = (child, index) => {
7988
+ const tempToolbarChildren = [];
7989
+ if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
7990
+ tempToolbarChildren.push(
7991
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
7992
+ Button,
7993
+ {
7994
+ ...child.props,
7995
+ className: `${child.props.className ? child.props.className : ""}`
7996
+ },
7997
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
7998
+ )
7999
+ );
8000
+ } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
8001
+ tempToolbarChildren.push(
8002
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
8003
+ Button,
8004
+ {
8005
+ ...child.props,
8006
+ className: `k-toolbar-toggle-button ${child.props.className ? child.props.className : ""}`
8007
+ },
8008
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8009
+ )
8010
+ );
8011
+ } else if (child.type === Button) {
8012
+ tempToolbarChildren.push(
8013
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
8014
+ Button,
8015
+ {
8016
+ ...child.props,
8017
+ className: `k-toolbar-button ${child.props.className ? child.props.className : ""}`
8018
+ },
8019
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8020
+ )
8021
+ );
8022
+ } else if (child.type === MenuButton) {
8023
+ tempToolbarChildren.push(
8024
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
8025
+ MenuButton,
8026
+ {
8027
+ ...child.props,
8028
+ className: `k-toolbar-menu-button ${child.props.className ? child.props.className : ""}`
8029
+ },
8030
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8031
+ )
8032
+ );
8033
+ } else if (child.type === split_button_spec_default) {
8034
+ tempToolbarChildren.push(
8035
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
8036
+ split_button_spec_default,
8037
+ {
8038
+ ...child.props,
8039
+ className: `k-toolbar-split-button ${child.props.className ? child.props.className : ""}`
8040
+ },
8041
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8042
+ )
8043
+ );
8044
+ } else if (child.type === ButtonGroup || child.props.className && child.props.className.includes("k-button-group")) {
8045
+ const buttonGroupItems = [];
8046
+ const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
8047
+ childrenArray.forEach((button, bindex) => {
8048
+ buttonGroupItems.push(
8049
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
8050
+ Button,
8051
+ {
8052
+ ...button.props,
8053
+ className: `k-toolbar-button ${button.props.className ? button.props.className : ""}`
8054
+ },
8055
+ `${bindex}-${(/* @__PURE__ */ new Date()).getTime()}`
8056
+ )
8057
+ );
8058
+ });
8059
+ tempToolbarChildren.push(
8060
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
8061
+ ButtonGroup,
8062
+ {
8063
+ ...child.props,
8064
+ className: `k-toolbar-button-group ${child.props.className ? child.props.className : ""}`,
8065
+ children: buttonGroupItems
8066
+ },
8067
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8068
+ )
8069
+ );
8070
+ } else if (child.type === Combobox) {
8071
+ tempToolbarChildren.push(
8072
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
8073
+ Combobox,
8074
+ {
8075
+ ...child.props,
8076
+ className: `k-toolbar-combobox ${child.props.className ? child.props.className : ""}`
8077
+ },
8078
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8079
+ )
8080
+ );
8081
+ } else if (child.type === DropdownList) {
8082
+ tempToolbarChildren.push(
8083
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
8084
+ DropdownList,
8085
+ {
8086
+ ...child.props,
8087
+ className: `k-toolbar-dropdownlist ${child.props.className ? child.props.className : ""}`
8088
+ },
8089
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8090
+ )
8091
+ );
8092
+ } else if (child.type === ColorPicker) {
8093
+ tempToolbarChildren.push(
8094
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
8095
+ ColorPicker,
8096
+ {
8097
+ ...child.props,
8098
+ className: `k-toolbar-colorpicker ${child.props.className ? child.props.className : ""}`
8099
+ },
8100
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8101
+ )
8102
+ );
8103
+ } else {
8104
+ tempToolbarChildren.push(child);
8105
+ }
8106
+ tempToolbarChildren.forEach((item) => {
8107
+ toolbarChildren.push(item);
8108
+ });
8109
+ };
8110
+ if (props.children) {
8111
+ const childrenArray = Array.isArray(props.children) ? props.children : [props.children];
8112
+ childrenArray.forEach((child, index) => {
8113
+ addUniqueToolClass(child, index);
8114
+ });
8115
+ }
8116
+ return /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
8117
+ "div",
8118
+ {
8119
+ ...other,
8120
+ className: classNames(
8121
+ props.className,
8122
+ TOOLBAR_CLASSNAME,
8123
+ optionClassNames(TOOLBAR_CLASSNAME, {
8124
+ size
8125
+ }),
8126
+ stateClassNames(TOOLBAR_CLASSNAME, {
8127
+ focus
8128
+ }),
8129
+ {
8130
+ [`${TOOLBAR_CLASSNAME}-resizable`]: resizable
8131
+ }
8132
+ ),
8133
+ children: toolbarChildren
8134
+ }
8135
+ );
8136
+ };
8137
+ Toolbar.states = states53;
8138
+ Toolbar.options = options48;
8139
+ Toolbar.className = TOOLBAR_CLASSNAME;
8140
+ Toolbar.defaultProps = defaultProps48;
8141
+
8142
+ // src/toolbar/toolbar-angular.spec.tsx
8143
+ var import_jsx_runtime157 = require("react/jsx-runtime");
8144
+ var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
8145
+ var states54 = [
8146
+ States.focus
8147
+ ];
8148
+ var options49 = {
8149
+ size: [Size.small, Size.medium, Size.large]
8150
+ };
8151
+ var defaultProps49 = {
8152
+ size: Size.medium
8153
+ };
8154
+ var ToolbarAngular = (props) => {
8155
+ const {
8156
+ size = defaultProps49.size,
8157
+ focus,
8158
+ resizable,
8159
+ ...other
8160
+ } = props;
8161
+ const toolbarChildren = [];
8162
+ const addUniqueToolClass = (child, index) => {
8163
+ const tempToolbarChildren = [];
8164
+ if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
8165
+ tempToolbarChildren.push(
8166
+ /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
8167
+ Button,
8168
+ {
8169
+ ...child.props,
8170
+ className: `${child.props.className ? child.props.className : ""}`
8171
+ },
8172
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8173
+ ) })
8174
+ );
8175
+ } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
8176
+ tempToolbarChildren.push(
8177
+ /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
8178
+ Button,
8179
+ {
8180
+ ...child.props,
8181
+ className: `k-toolbar-toggle-button ${child.props.className ? child.props.className : ""}`
8182
+ },
8183
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8184
+ ) })
8185
+ );
8186
+ } else if (child.type === Button) {
8187
+ tempToolbarChildren.push(
8188
+ /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
8189
+ Button,
8190
+ {
8191
+ ...child.props,
8192
+ className: `k-toolbar-button ${child.props.className ? child.props.className : ""}`
8193
+ },
8194
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8195
+ ) })
8196
+ );
8197
+ } else if (child.type === MenuButton) {
8198
+ tempToolbarChildren.push(
8199
+ /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
8200
+ MenuButton,
8201
+ {
8202
+ ...child.props,
8203
+ className: `k-toolbar-menu-button ${child.props.className ? child.props.className : ""}`
8204
+ },
8205
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8206
+ ) })
8207
+ );
8208
+ } else if (child.type === split_button_spec_default) {
8209
+ tempToolbarChildren.push(
8210
+ /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
8211
+ split_button_spec_default,
8212
+ {
8213
+ ...child.props,
8214
+ className: `k-toolbar-split-button ${child.props.className ? child.props.className : ""}`
8215
+ },
8216
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8217
+ ) })
8218
+ );
8219
+ } else if (child.type === ButtonGroup || child.props.className && child.props.className.includes("k-button-group")) {
8220
+ const buttonGroupItems = [];
8221
+ const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
8222
+ childrenArray.forEach((button, bindex) => {
8223
+ buttonGroupItems.push(
8224
+ /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
8225
+ Button,
8226
+ {
8227
+ ...button.props,
8228
+ className: `k-toolbar-button ${button.props.className ? button.props.className : ""}`
8229
+ },
8230
+ `${bindex}-${(/* @__PURE__ */ new Date()).getTime()}`
8231
+ )
8232
+ );
8233
+ });
8234
+ tempToolbarChildren.push(
8235
+ /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
8236
+ ButtonGroup,
8237
+ {
8238
+ ...child.props,
8239
+ className: `k-toolbar-button-group ${child.props.className ? child.props.className : ""}`,
8240
+ children: buttonGroupItems
8241
+ },
8242
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8243
+ ) })
8244
+ );
8245
+ } else if (child.type === Combobox) {
8246
+ tempToolbarChildren.push(
8247
+ /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
8248
+ Combobox,
8249
+ {
8250
+ ...child.props,
8251
+ className: `k-toolbar-combobox ${child.props.className ? child.props.className : ""}`
8252
+ },
8253
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8254
+ ) })
8255
+ );
8256
+ } else if (child.type === DropdownList) {
8257
+ tempToolbarChildren.push(
8258
+ /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
8259
+ DropdownList,
8260
+ {
8261
+ ...child.props,
8262
+ className: `k-toolbar-dropdownlist ${child.props.className ? child.props.className : ""}`
8263
+ },
8264
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8265
+ ) })
8266
+ );
8267
+ } else if (child.type === ColorPicker) {
8268
+ tempToolbarChildren.push(
8269
+ /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
8270
+ ColorPicker,
8271
+ {
8272
+ ...child.props,
8273
+ className: `k-toolbar-colorpicker ${child.props.className ? child.props.className : ""}`
8274
+ },
8275
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8276
+ ) })
8277
+ );
8278
+ } else {
8279
+ tempToolbarChildren.push(child);
8280
+ }
8281
+ tempToolbarChildren.forEach((item) => {
8282
+ toolbarChildren.push(item);
8283
+ });
8284
+ };
8285
+ if (props.children) {
8286
+ const childrenArray = Array.isArray(props.children) ? props.children : [props.children];
8287
+ childrenArray.forEach((child, index) => {
8288
+ addUniqueToolClass(child, index);
8289
+ });
8290
+ }
8291
+ return /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
8292
+ "div",
8293
+ {
8294
+ ...other,
8295
+ className: classNames(
8296
+ props.className,
8297
+ TOOLBARANGULAR_CLASSNAME,
8298
+ optionClassNames(TOOLBARANGULAR_CLASSNAME, {
8299
+ size
8300
+ }),
8301
+ stateClassNames(TOOLBARANGULAR_CLASSNAME, {
8302
+ focus
8303
+ }),
8304
+ {
8305
+ [`${TOOLBARANGULAR_CLASSNAME}-resizable`]: resizable
8306
+ }
8307
+ ),
8308
+ children: toolbarChildren
8309
+ }
8310
+ );
8311
+ };
8312
+ ToolbarAngular.states = states54;
8313
+ ToolbarAngular.options = options49;
8314
+ ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
8315
+ ToolbarAngular.defaultProps = defaultProps49;
8316
+
8317
+ // src/toolbar/toolbar-separator.tsx
8318
+ var import_jsx_runtime158 = require("react/jsx-runtime");
8319
+
8320
+ // src/toolbar/toolbar-item.spec.tsx
8321
+ var import_jsx_runtime159 = require("react/jsx-runtime");
8322
+ var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
8323
+ var states55 = [
8324
+ States.focus
8325
+ ];
8326
+ var options50 = {};
8327
+ var defaultProps50 = {};
8328
+ var ToolbarItem = (props) => {
8329
+ const {
8330
+ focus,
8331
+ ...other
8332
+ } = props;
8333
+ return /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
8334
+ "div",
8335
+ {
8336
+ ...other,
8337
+ className: classNames(
8338
+ props.className,
8339
+ TOOLBARITEM_CLASSNAME,
8340
+ stateClassNames(TOOLBARITEM_CLASSNAME, {
8341
+ focus
8342
+ })
8343
+ ),
8344
+ children: props.children
8345
+ }
8346
+ );
8347
+ };
8348
+ ToolbarItem.states = states55;
8349
+ ToolbarItem.options = options50;
8350
+ ToolbarItem.className = TOOLBARITEM_CLASSNAME;
8351
+ ToolbarItem.defaultProps = defaultProps50;
8352
+
8353
+ // src/toolbar/toolbar-popup.spec.tsx
8354
+ var import_jsx_runtime160 = require("react/jsx-runtime");
8355
+ var TOOLBARPOPUP_CLASSNAME = `k-toolbar-popup`;
8356
+ var states56 = [];
8357
+ var options51 = {};
8358
+ var defaultProps51 = {};
8359
+ var ToolbarPopup = (props) => {
8360
+ const { ...other } = props;
8361
+ return /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
8362
+ Popup,
8363
+ {
8364
+ ...other,
8365
+ className: classNames(
8366
+ props.className,
8367
+ TOOLBARPOPUP_CLASSNAME
8368
+ ),
8369
+ children: props.children
8370
+ }
8371
+ );
8372
+ };
8373
+ ToolbarPopup.states = states56;
8374
+ ToolbarPopup.options = options51;
8375
+ ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
8376
+ ToolbarPopup.defaultProps = defaultProps51;
8377
+
8378
+ // src/split-button/templates/icon-split-button.tsx
8379
+ var import_jsx_runtime161 = require("react/jsx-runtime");
8380
+
8381
+ // src/split-button/templates/icon-text-split-button.tsx
8382
+ var import_jsx_runtime162 = require("react/jsx-runtime");
8383
+
8384
+ // src/split-button/templates/text-split-button.tsx
8385
+ var import_jsx_runtime163 = require("react/jsx-runtime");
8386
+
8387
+ // src/split-button/templates/split-button-popup.tsx
8388
+ var import_jsx_runtime164 = require("react/jsx-runtime");
8389
+
8390
+ // src/toolbar/templates/toolbar-normal.tsx
8391
+ var import_jsx_runtime165 = require("react/jsx-runtime");
8392
+
8393
+ // src/toolbar/templates/toolbar-resizable.tsx
8394
+ var import_jsx_runtime166 = require("react/jsx-runtime");
8395
+
8396
+ // src/toolbar/templates/toolbar-angular-normal.tsx
8397
+ var import_jsx_runtime167 = require("react/jsx-runtime");
8398
+
8399
+ // src/toolbar/templates/toolbar-angular-resizable.tsx
8400
+ var import_jsx_runtime168 = require("react/jsx-runtime");
8401
+
8402
+ // src/grid/grid-toolbar.spec.tsx
8403
+ var import_jsx_runtime169 = require("react/jsx-runtime");
8404
+
8405
+ // src/grid/tests/grid-adaptive-pager.tsx
8406
+ var import_jsx_runtime170 = require("react/jsx-runtime");
8407
+ var grid_adaptive_pager_default = () => /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(import_jsx_runtime170.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: [
8408
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("span", { children: "LTR" }),
8409
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { className: "k-pane-wrapper k-widget", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { className: "k-pane", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { className: "k-view k-widget", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { className: "k-stretched-view k-content", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Grid, { className: "k-grid-display-block k-grid-mobile k-editable", pager: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridPager, { adaptive: true, info: false, pageSizes: false }) }) }) }) }) }) }),
8410
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("span", { children: "RTL" }),
8411
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("section", { className: "k-rtl", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { className: "k-pane-wrapper k-widget", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { className: "k-pane", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { className: "k-view k-widget", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { className: "k-stretched-view k-content", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(Grid, { className: "k-grid-display-block k-grid-mobile k-editable", pager: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridPager, { adaptive: true, info: false, pageSizes: false, dir: "rtl" }) }) }) }) }) }) })
6052
8412
  ] }) });