@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,365 @@ 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
+ var className = `k-grid-header`;
181
+ var GridHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
182
+ "div",
183
+ {
184
+ ...props,
185
+ className: classNames(
186
+ props.className,
187
+ className
188
+ ),
189
+ children: props.children
190
+ }
191
+ );
192
+
193
+ // src/grid/grid-grouping-header.spec.tsx
194
+ var import_jsx_runtime3 = require("react/jsx-runtime");
195
+
196
+ // src/table/data-table.spec.tsx
197
+ var import_jsx_runtime4 = require("react/jsx-runtime");
198
+ var DATATABLE_CLASSNAME = `k-data-table`;
199
+ var states2 = [];
200
+ var options2 = {
201
+ size: [Size.small, Size.medium, Size.large]
202
+ };
203
+ var defaultProps2 = {
204
+ size: Size.medium
205
+ };
206
+ var DataTable = (props) => {
207
+ const {
208
+ size = defaultProps2.size,
209
+ ...other
210
+ } = props;
211
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
212
+ "div",
213
+ {
214
+ ...other,
215
+ className: classNames(
216
+ props.className,
217
+ DATATABLE_CLASSNAME,
218
+ optionClassNames("k-table", {
219
+ size
220
+ })
221
+ ),
222
+ children: props.children
223
+ }
224
+ );
225
+ };
226
+ DataTable.states = states2;
227
+ DataTable.options = options2;
228
+ DataTable.className = DATATABLE_CLASSNAME;
229
+ DataTable.defaultProps = defaultProps2;
230
+
231
+ // src/table/table-header.tsx
232
+ var import_jsx_runtime5 = require("react/jsx-runtime");
233
+
234
+ // src/table/table-body.tsx
235
+ var import_jsx_runtime6 = require("react/jsx-runtime");
236
+
237
+ // src/table/table-footer.tsx
238
+ var import_jsx_runtime7 = require("react/jsx-runtime");
239
+
240
+ // src/table/table.spec.tsx
241
+ var import_jsx_runtime8 = require("react/jsx-runtime");
242
+ var TABLE_CLASSNAME = `k-table`;
243
+ var states3 = [];
244
+ var options3 = {
245
+ size: [Size.small, Size.medium, Size.large]
246
+ };
247
+ var defaultProps3 = {};
248
+ var Table = (props) => {
249
+ const {
250
+ size,
251
+ ...other
252
+ } = props;
253
+ return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
254
+ "table",
255
+ {
256
+ ...other,
257
+ className: classNames(
258
+ props.className,
259
+ TABLE_CLASSNAME,
260
+ optionClassNames(TABLE_CLASSNAME, {
261
+ size
262
+ })
263
+ ),
264
+ children: props.children
265
+ }
266
+ );
267
+ };
268
+ Table.states = states3;
269
+ Table.options = options3;
270
+ Table.className = TABLE_CLASSNAME;
271
+ Table.defaultProps = defaultProps3;
272
+
273
+ // src/table/table-list.spec.tsx
274
+ var import_jsx_runtime9 = require("react/jsx-runtime");
275
+ var TABLELIST_CLASSNAME = `k-table-list`;
276
+ var states4 = [];
277
+ var options4 = {
278
+ size: [Size.small, Size.medium, Size.large]
279
+ };
280
+ var defaultProps4 = {};
281
+ var TableList = (props) => {
282
+ const {
283
+ size,
284
+ virtualization,
285
+ ...other
286
+ } = props;
287
+ return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
288
+ "ul",
289
+ {
290
+ ...other,
291
+ className: classNames(
292
+ props.className,
293
+ "k-table",
294
+ TABLELIST_CLASSNAME,
295
+ optionClassNames(TABLELIST_CLASSNAME, {
296
+ size
297
+ }),
298
+ {
299
+ "k-virtual-table": virtualization
300
+ }
301
+ ),
302
+ children: props.children
303
+ }
304
+ );
305
+ };
306
+ TableList.states = states4;
307
+ TableList.options = options4;
308
+ TableList.className = TABLELIST_CLASSNAME;
309
+ TableList.defaultProps = defaultProps4;
310
+
311
+ // src/table/table-thead.tsx
312
+ var import_jsx_runtime10 = require("react/jsx-runtime");
313
+ var className2 = `k-table-thead`;
314
+ var TableThead = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
315
+ "thead",
316
+ {
317
+ className: classNames(
318
+ props.className,
319
+ className2
320
+ ),
321
+ children: props.children
322
+ }
323
+ );
324
+
325
+ // src/table/table-tbody.tsx
326
+ var import_jsx_runtime11 = require("react/jsx-runtime");
327
+ var className3 = `k-table-tbody`;
328
+ var TableTbody = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
329
+ "tbody",
330
+ {
331
+ className: classNames(
332
+ props.className,
333
+ className3
334
+ ),
335
+ children: props.children
336
+ }
337
+ );
338
+
339
+ // src/table/table-tfoot.tsx
340
+ var import_jsx_runtime12 = require("react/jsx-runtime");
341
+
342
+ // src/table/table-row.tsx
343
+ var import_jsx_runtime13 = require("react/jsx-runtime");
344
+ var TABLEROW_CLASSNAME = `k-table-row`;
345
+ var states5 = [
346
+ States.hover,
347
+ States.focus,
348
+ States.selected,
349
+ States.disabled
350
+ ];
351
+ var TableRow = (props) => {
352
+ const {
353
+ hover,
354
+ focus,
355
+ selected,
356
+ disabled,
357
+ alt,
358
+ ...other
359
+ } = props;
360
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
361
+ "tr",
362
+ {
363
+ ...other,
364
+ className: classNames(
365
+ props.className,
366
+ TABLEROW_CLASSNAME,
367
+ {
368
+ ["k-table-alt-row"]: alt
369
+ },
370
+ stateClassNames(TABLEROW_CLASSNAME, {
371
+ hover,
372
+ focus,
373
+ disabled,
374
+ selected
375
+ })
376
+ ),
377
+ children: props.children
378
+ }
379
+ );
380
+ };
381
+
382
+ // src/table/table-list-row.tsx
383
+ var import_jsx_runtime14 = require("react/jsx-runtime");
384
+ var states6 = [
385
+ States.hover,
386
+ States.focus,
387
+ States.selected,
388
+ States.disabled
389
+ ];
390
+
391
+ // src/table/table-th.tsx
392
+ var import_jsx_runtime15 = require("react/jsx-runtime");
393
+ var className4 = `k-table-th`;
394
+ var TableTh = (props) => {
395
+ const {
396
+ text,
397
+ colspan,
398
+ rowspan,
399
+ ...other
400
+ } = props;
401
+ const textOrChildren = text ? text : props.children;
402
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
403
+ "th",
404
+ {
405
+ colSpan: colspan,
406
+ rowSpan: rowspan,
407
+ ...other,
408
+ className: classNames(
409
+ props.className,
410
+ className4
411
+ ),
412
+ children: textOrChildren
413
+ }
414
+ );
415
+ };
416
+
417
+ // src/table/table-list-th.tsx
418
+ var import_jsx_runtime16 = require("react/jsx-runtime");
419
+
420
+ // src/table/table-td.tsx
421
+ var import_jsx_runtime17 = require("react/jsx-runtime");
422
+ var className5 = `k-table-td`;
423
+ var TableTd = (props) => {
424
+ const {
425
+ text,
426
+ colspan,
427
+ ...other
428
+ } = props;
429
+ const textOrChildren = text ? text : props.children;
430
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
431
+ "td",
432
+ {
433
+ colSpan: colspan,
434
+ ...other,
435
+ className: classNames(
436
+ props.className,
437
+ className5
438
+ ),
439
+ children: textOrChildren
440
+ }
441
+ );
442
+ };
443
+
444
+ // src/table/table-list-td.tsx
445
+ var import_jsx_runtime18 = require("react/jsx-runtime");
446
+
447
+ // src/table/table-group-header.tsx
448
+ var import_jsx_runtime19 = require("react/jsx-runtime");
449
+
450
+ // src/table/table-group-sticky-header.tsx
451
+ var import_jsx_runtime20 = require("react/jsx-runtime");
452
+
453
+ // src/table/table-group-row.tsx
454
+ var import_jsx_runtime21 = require("react/jsx-runtime");
455
+
456
+ // src/table/table-list-group-row.tsx
457
+ var import_jsx_runtime22 = require("react/jsx-runtime");
458
+
459
+ // src/table/templates/table-list.tsx
460
+ var import_jsx_runtime23 = require("react/jsx-runtime");
461
+
462
+ // src/table/templates/table-list-virtualization.tsx
463
+ var import_jsx_runtime24 = require("react/jsx-runtime");
464
+
465
+ // src/table/templates/data-table-normal.tsx
466
+ var import_jsx_runtime25 = require("react/jsx-runtime");
467
+
468
+ // src/table/templates/table-native.tsx
469
+ var import_jsx_runtime26 = require("react/jsx-runtime");
470
+
471
+ // src/grid/grid-header-table.spec.tsx
472
+ var import_jsx_runtime27 = require("react/jsx-runtime");
473
+ var GRIDHEADERTABLE_CLASSNAME = `k-grid-header-table`;
474
+ var GridHeaderTable = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
475
+ Table,
476
+ {
477
+ size: "medium",
478
+ ...props,
479
+ className: classNames(
480
+ props.className,
481
+ GRIDHEADERTABLE_CLASSNAME
482
+ ),
483
+ children: props.children
484
+ }
485
+ );
486
+
487
+ // src/icon/font-icon.spec.tsx
488
+ var import_jsx_runtime28 = require("react/jsx-runtime");
489
+ var FONTICON_CLASSNAME = `k-icon k-font-icon`;
490
+ var states7 = [];
491
+ var options5 = {
138
492
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
139
493
  themeColor: [
140
494
  ThemeColor.base,
@@ -149,7 +503,7 @@ var options = {
149
503
  ThemeColor.dark
150
504
  ]
151
505
  };
152
- var defaultProps = {};
506
+ var defaultProps5 = {};
153
507
  var FontIcon = (props) => {
154
508
  const {
155
509
  size,
@@ -160,9 +514,9 @@ var FontIcon = (props) => {
160
514
  ...other
161
515
  } = props;
162
516
  if (!icon) {
163
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, {});
517
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_jsx_runtime28.Fragment, {});
164
518
  }
165
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
519
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
166
520
  "span",
167
521
  {
168
522
  ...other,
@@ -183,17 +537,17 @@ var FontIcon = (props) => {
183
537
  }
184
538
  );
185
539
  };
186
- FontIcon.states = states;
187
- FontIcon.options = options;
540
+ FontIcon.states = states7;
541
+ FontIcon.options = options5;
188
542
  FontIcon.className = FONTICON_CLASSNAME;
189
- FontIcon.defaultProps = defaultProps;
543
+ FontIcon.defaultProps = defaultProps5;
190
544
  var font_icon_spec_default = FontIcon;
191
545
 
192
546
  // src/icon/svg-icon.spec.tsx
193
- var import_jsx_runtime2 = require("react/jsx-runtime");
547
+ var import_jsx_runtime29 = require("react/jsx-runtime");
194
548
  var SVGICON_CLASSNAME = `k-icon k-svg-icon`;
195
- var states2 = [];
196
- var options2 = {
549
+ var states8 = [];
550
+ var options6 = {
197
551
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
198
552
  themeColor: [
199
553
  ThemeColor.base,
@@ -208,7 +562,7 @@ var options2 = {
208
562
  ThemeColor.dark
209
563
  ]
210
564
  };
211
- var defaultProps2 = {
565
+ var defaultProps6 = {
212
566
  viewBox: "0 0 24 24"
213
567
  };
214
568
  var SvgIcon = (props) => {
@@ -217,15 +571,15 @@ var SvgIcon = (props) => {
217
571
  themeColor,
218
572
  rotate,
219
573
  flip,
220
- viewBox = defaultProps2.viewBox,
574
+ viewBox = defaultProps6.viewBox,
221
575
  icon,
222
576
  ...other
223
577
  } = props;
224
578
  if (!icon) {
225
- return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_jsx_runtime2.Fragment, {});
579
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_jsx_runtime29.Fragment, {});
226
580
  }
227
581
  if (icon === "none") {
228
- /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
582
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
229
583
  "span",
230
584
  {
231
585
  ...other,
@@ -238,7 +592,7 @@ var SvgIcon = (props) => {
238
592
  );
239
593
  }
240
594
  const name = typeof icon === "object" && icon.name && icon.name;
241
- return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
595
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
242
596
  "span",
243
597
  {
244
598
  ...other,
@@ -256,7 +610,7 @@ var SvgIcon = (props) => {
256
610
  "k-flip-v": flip === "v" || flip === "both"
257
611
  }
258
612
  ),
259
- children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
613
+ children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
260
614
  "svg",
261
615
  {
262
616
  "aria-hidden": true,
@@ -270,10 +624,10 @@ var SvgIcon = (props) => {
270
624
  }
271
625
  );
272
626
  };
273
- SvgIcon.states = states2;
274
- SvgIcon.options = options2;
627
+ SvgIcon.states = states8;
628
+ SvgIcon.options = options6;
275
629
  SvgIcon.className = SVGICON_CLASSNAME;
276
- SvgIcon.defaultProps = defaultProps2;
630
+ SvgIcon.defaultProps = defaultProps6;
277
631
  var svg_icon_spec_default = SvgIcon;
278
632
 
279
633
  // ../../node_modules/@progress/kendo-svg-icons/dist/index.es.js
@@ -4308,13 +4662,13 @@ var chartChoroplethIcon = {
4308
4662
  };
4309
4663
 
4310
4664
  // src/icon/icon.spec.tsx
4311
- var import_jsx_runtime3 = require("react/jsx-runtime");
4665
+ var import_jsx_runtime30 = require("react/jsx-runtime");
4312
4666
  var snakeToCamel = (str) => str.toLowerCase().replace(
4313
4667
  /([-_][a-z])/g,
4314
4668
  (group) => group.toUpperCase().replace("-", "").replace("_", "")
4315
4669
  );
4316
- var states3 = [];
4317
- var options3 = {
4670
+ var states9 = [];
4671
+ var options7 = {
4318
4672
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
4319
4673
  themeColor: [
4320
4674
  ThemeColor.base,
@@ -4329,7 +4683,7 @@ var options3 = {
4329
4683
  ThemeColor.dark
4330
4684
  ]
4331
4685
  };
4332
- var defaultProps3 = {
4686
+ var defaultProps7 = {
4333
4687
  viewBox: "0 0 24 24",
4334
4688
  type: "svg"
4335
4689
  };
@@ -4338,60 +4692,179 @@ var Icon = (props) => {
4338
4692
  size,
4339
4693
  themeColor,
4340
4694
  icon,
4341
- type = defaultProps3.type,
4695
+ type = defaultProps7.type,
4342
4696
  rotate,
4343
4697
  flip,
4344
- viewBox = defaultProps3.viewBox,
4698
+ viewBox = defaultProps7.viewBox,
4345
4699
  ...other
4346
4700
  } = props;
4347
4701
  if (!icon) {
4348
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_jsx_runtime3.Fragment, {});
4702
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_jsx_runtime30.Fragment, {});
4349
4703
  }
4350
4704
  if (type === "svg") {
4351
4705
  if (icon === "none") {
4352
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(svg_icon_spec_default, { ...other, icon, size });
4706
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(svg_icon_spec_default, { ...other, icon, size });
4353
4707
  }
4354
4708
  const iconSVG = snakeToCamel(`${icon}-icon`);
4355
4709
  if (!index_es_exports[iconSVG]) {
4356
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_jsx_runtime3.Fragment, {});
4710
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_jsx_runtime30.Fragment, {});
4357
4711
  }
4358
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(svg_icon_spec_default, { ...other, icon: index_es_exports[iconSVG], size, themeColor, rotate, flip, viewBox });
4712
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(svg_icon_spec_default, { ...other, icon: index_es_exports[iconSVG], size, themeColor, rotate, flip, viewBox });
4359
4713
  }
4360
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(font_icon_spec_default, { ...other, icon, size, themeColor, rotate, flip });
4714
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(font_icon_spec_default, { ...other, icon, size, themeColor, rotate, flip });
4361
4715
  };
4362
- Icon.states = states3;
4363
- Icon.options = options3;
4364
- Icon.defaultProps = defaultProps3;
4716
+ Icon.states = states9;
4717
+ Icon.options = options7;
4718
+ Icon.defaultProps = defaultProps7;
4365
4719
 
4366
- // src/button/button.spec.tsx
4367
- var import_jsx_runtime4 = require("react/jsx-runtime");
4368
- var BUTTON_CLASSNAME = `k-button`;
4369
- var states4 = [
4720
+ // src/grid/grid-header-cell.spec.tsx
4721
+ var import_jsx_runtime31 = require("react/jsx-runtime");
4722
+ var className6 = `k-header`;
4723
+ var states10 = [
4370
4724
  States.hover,
4371
4725
  States.focus,
4372
- States.active,
4373
- States.selected,
4374
- States.disabled
4726
+ States.active
4375
4727
  ];
4376
- var options4 = {
4377
- size: [Size.small, Size.medium, Size.large],
4378
- rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4379
- fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
4380
- themeColor: [
4381
- ThemeColor.base,
4382
- ThemeColor.primary,
4383
- ThemeColor.secondary,
4384
- ThemeColor.tertiary,
4385
- ThemeColor.success,
4386
- ThemeColor.warning,
4387
- ThemeColor.error,
4388
- ThemeColor.info,
4389
- ThemeColor.light,
4390
- ThemeColor.dark,
4391
- ThemeColor.inverse
4728
+ var defaultProps8 = {
4729
+ sortIcon: "sort-asc-small"
4730
+ };
4731
+ var GridHeaderCell = (props) => {
4732
+ const {
4733
+ menu,
4734
+ sortable,
4735
+ sticky,
4736
+ resizable,
4737
+ columnTitle,
4738
+ hover,
4739
+ focus,
4740
+ active,
4741
+ sortIcon = defaultProps8.sortIcon,
4742
+ sortOrder,
4743
+ ...others
4744
+ } = props;
4745
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
4746
+ TableTh,
4747
+ {
4748
+ ...others,
4749
+ className: classNames(
4750
+ props.className,
4751
+ className6,
4752
+ {
4753
+ [`k-filterable`]: menu === "filter",
4754
+ [`k-sorted`]: sortable,
4755
+ [`k-grid-header-sticky`]: sticky,
4756
+ [`k-touch-action-none`]: resizable
4757
+ },
4758
+ stateClassNames(className6, {
4759
+ hover,
4760
+ focus,
4761
+ active
4762
+ })
4763
+ ),
4764
+ children: [
4765
+ columnTitle && /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("span", { className: "k-cell-inner", children: [
4766
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("span", { className: "k-link", children: [
4767
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("span", { className: "k-column-title", children: columnTitle }),
4768
+ sortable && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Icon, { icon: sortIcon }) }),
4769
+ sortOrder && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("span", { className: "k-sort-order", children: sortOrder })
4770
+ ] }),
4771
+ menu && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("a", { href: "#", className: classNames(
4772
+ "k-grid-header-menu",
4773
+ {
4774
+ [`k-active`]: active,
4775
+ [`k-grid-filter-menu`]: menu === "filter",
4776
+ [`k-grid-column-menu`]: menu === "column"
4777
+ }
4778
+ ), children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Icon, { icon: menu === "filter" ? "filter" : "more-vertical" }) })
4779
+ ] }),
4780
+ props.children,
4781
+ resizable && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("span", { className: "k-column-resizer k-touch-action-none" })
4782
+ ]
4783
+ }
4784
+ );
4785
+ };
4786
+
4787
+ // src/grid/grid-container.spec.tsx
4788
+ var import_jsx_runtime32 = require("react/jsx-runtime");
4789
+ var className7 = `k-grid-container`;
4790
+ var GridContainer = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
4791
+ "div",
4792
+ {
4793
+ ...props,
4794
+ className: classNames(
4795
+ props.className,
4796
+ className7
4797
+ ),
4798
+ children: props.children
4799
+ }
4800
+ );
4801
+
4802
+ // src/grid/grid-content.spec.tsx
4803
+ var import_jsx_runtime33 = require("react/jsx-runtime");
4804
+ var className8 = `k-grid-content`;
4805
+ var GridContent = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
4806
+ "div",
4807
+ {
4808
+ ...props,
4809
+ className: classNames(
4810
+ props.className,
4811
+ className8
4812
+ ),
4813
+ children: props.children
4814
+ }
4815
+ );
4816
+
4817
+ // src/grid/grid-table.spec.tsx
4818
+ var import_jsx_runtime34 = require("react/jsx-runtime");
4819
+ var GRIDTABLE_CLASSNAME = `k-grid-table`;
4820
+ var GridTable = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
4821
+ Table,
4822
+ {
4823
+ size: "medium",
4824
+ ...props,
4825
+ className: classNames(
4826
+ props.className,
4827
+ GRIDTABLE_CLASSNAME
4828
+ ),
4829
+ children: props.children
4830
+ }
4831
+ );
4832
+
4833
+ // src/grid/grid-footer.spec.tsx
4834
+ var import_jsx_runtime35 = require("react/jsx-runtime");
4835
+
4836
+ // src/grid/grid-footer-table.spec.tsx
4837
+ var import_jsx_runtime36 = require("react/jsx-runtime");
4838
+
4839
+ // src/button/button.spec.tsx
4840
+ var import_jsx_runtime37 = require("react/jsx-runtime");
4841
+ var BUTTON_CLASSNAME = `k-button`;
4842
+ var states11 = [
4843
+ States.hover,
4844
+ States.focus,
4845
+ States.active,
4846
+ States.selected,
4847
+ States.disabled
4848
+ ];
4849
+ var options8 = {
4850
+ size: [Size.small, Size.medium, Size.large],
4851
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4852
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
4853
+ themeColor: [
4854
+ ThemeColor.base,
4855
+ ThemeColor.primary,
4856
+ ThemeColor.secondary,
4857
+ ThemeColor.tertiary,
4858
+ ThemeColor.success,
4859
+ ThemeColor.warning,
4860
+ ThemeColor.error,
4861
+ ThemeColor.info,
4862
+ ThemeColor.light,
4863
+ ThemeColor.dark,
4864
+ ThemeColor.inverse
4392
4865
  ]
4393
4866
  };
4394
- var defaultProps4 = {
4867
+ var defaultProps9 = {
4395
4868
  size: Size.medium,
4396
4869
  rounded: Roundness.medium,
4397
4870
  fillMode: FillMode.solid,
@@ -4401,10 +4874,10 @@ var defaultProps4 = {
4401
4874
  };
4402
4875
  var Button = (props) => {
4403
4876
  const {
4404
- size = defaultProps4.size,
4405
- rounded = defaultProps4.rounded,
4406
- fillMode = defaultProps4.fillMode,
4407
- themeColor = defaultProps4.themeColor,
4877
+ size = defaultProps9.size,
4878
+ rounded = defaultProps9.rounded,
4879
+ fillMode = defaultProps9.fillMode,
4880
+ themeColor = defaultProps9.themeColor,
4408
4881
  hover,
4409
4882
  focus,
4410
4883
  active,
@@ -4413,13 +4886,13 @@ var Button = (props) => {
4413
4886
  icon,
4414
4887
  text,
4415
4888
  iconClassName,
4416
- showArrow = defaultProps4.showArrow,
4417
- arrowIconName = defaultProps4.arrowIconName,
4889
+ showArrow = defaultProps9.showArrow,
4890
+ arrowIconName = defaultProps9.arrowIconName,
4418
4891
  ...other
4419
4892
  } = props;
4420
4893
  const hasIcon = icon !== void 0;
4421
4894
  const hasChildren = props.children !== void 0;
4422
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
4895
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
4423
4896
  "button",
4424
4897
  {
4425
4898
  ...other,
@@ -4444,40 +4917,40 @@ var Button = (props) => {
4444
4917
  }
4445
4918
  ),
4446
4919
  children: [
4447
- icon && /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4920
+ icon && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
4448
4921
  Icon,
4449
4922
  {
4450
4923
  className: classNames(iconClassName, "k-button-icon"),
4451
4924
  icon
4452
4925
  }
4453
4926
  ),
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 }),
4927
+ text ? /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(import_jsx_runtime37.Fragment, { children: [
4928
+ text && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("span", { className: "k-button-text", children: text }),
4456
4929
  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 }) })
4930
+ ] }) : props.children && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("span", { className: "k-button-text", children: props.children }),
4931
+ 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
4932
  ]
4460
4933
  }
4461
4934
  );
4462
4935
  };
4463
- Button.states = states4;
4464
- Button.options = options4;
4936
+ Button.states = states11;
4937
+ Button.options = options8;
4465
4938
  Button.className = BUTTON_CLASSNAME;
4466
- Button.defaultProps = defaultProps4;
4939
+ Button.defaultProps = defaultProps9;
4467
4940
 
4468
4941
  // src/button/templates/icon-button.tsx
4469
- var import_jsx_runtime5 = require("react/jsx-runtime");
4942
+ var import_jsx_runtime38 = require("react/jsx-runtime");
4470
4943
 
4471
4944
  // src/button/templates/icon-text-button.tsx
4472
- var import_jsx_runtime6 = require("react/jsx-runtime");
4945
+ var import_jsx_runtime39 = require("react/jsx-runtime");
4473
4946
 
4474
4947
  // src/button/templates/text-button.tsx
4475
- var import_jsx_runtime7 = require("react/jsx-runtime");
4948
+ var import_jsx_runtime40 = require("react/jsx-runtime");
4476
4949
 
4477
4950
  // src/input/input.spec.tsx
4478
- var import_jsx_runtime8 = require("react/jsx-runtime");
4951
+ var import_jsx_runtime41 = require("react/jsx-runtime");
4479
4952
  var INPUT_CLASSNAME = `k-input`;
4480
- var states5 = [
4953
+ var states12 = [
4481
4954
  States.hover,
4482
4955
  States.focus,
4483
4956
  States.valid,
@@ -4487,12 +4960,12 @@ var states5 = [
4487
4960
  States.loading,
4488
4961
  States.readonly
4489
4962
  ];
4490
- var options5 = {
4963
+ var options9 = {
4491
4964
  size: [Size.small, Size.medium, Size.large],
4492
4965
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4493
4966
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4494
4967
  };
4495
- var defaultProps5 = {
4968
+ var defaultProps10 = {
4496
4969
  size: Size.medium,
4497
4970
  rounded: Size.medium,
4498
4971
  fillMode: FillMode.solid
@@ -4506,12 +4979,12 @@ var Input = (props) => {
4506
4979
  valid,
4507
4980
  loading,
4508
4981
  readonly,
4509
- size = defaultProps5.size,
4510
- rounded = defaultProps5.rounded,
4511
- fillMode = defaultProps5.fillMode,
4982
+ size = defaultProps10.size,
4983
+ rounded = defaultProps10.rounded,
4984
+ fillMode = defaultProps10.fillMode,
4512
4985
  ...other
4513
4986
  } = props;
4514
- return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
4987
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
4515
4988
  "span",
4516
4989
  {
4517
4990
  ...other,
@@ -4524,13 +4997,13 @@ var Input = (props) => {
4524
4997
  }
4525
4998
  );
4526
4999
  };
4527
- Input.states = states5;
4528
- Input.options = options5;
5000
+ Input.states = states12;
5001
+ Input.options = options9;
4529
5002
  Input.className = INPUT_CLASSNAME;
4530
- Input.defaultProps = defaultProps5;
5003
+ Input.defaultProps = defaultProps10;
4531
5004
 
4532
5005
  // src/input/picker.spec.tsx
4533
- var import_jsx_runtime9 = require("react/jsx-runtime");
5006
+ var import_jsx_runtime42 = require("react/jsx-runtime");
4534
5007
  var PICKER_CLASSNAME = `k-picker`;
4535
5008
  var pickerStates = [
4536
5009
  States.hover,
@@ -4547,7 +5020,7 @@ var pickerOptions = {
4547
5020
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4548
5021
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4549
5022
  };
4550
- var defaultProps6 = {
5023
+ var defaultProps11 = {
4551
5024
  size: Size.medium,
4552
5025
  rounded: Roundness.medium,
4553
5026
  fillMode: FillMode.solid
@@ -4561,12 +5034,12 @@ var Picker = (props) => {
4561
5034
  valid,
4562
5035
  loading,
4563
5036
  readonly,
4564
- size = defaultProps6.size,
4565
- rounded = defaultProps6.rounded,
4566
- fillMode = defaultProps6.fillMode,
5037
+ size = defaultProps11.size,
5038
+ rounded = defaultProps11.rounded,
5039
+ fillMode = defaultProps11.fillMode,
4567
5040
  ...other
4568
5041
  } = props;
4569
- return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
5042
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
4570
5043
  "span",
4571
5044
  {
4572
5045
  ...other,
@@ -4583,17 +5056,17 @@ var Picker = (props) => {
4583
5056
  Picker.states = pickerStates;
4584
5057
  Picker.options = pickerOptions;
4585
5058
  Picker.className = PICKER_CLASSNAME;
4586
- Picker.defaultProps = defaultProps6;
5059
+ Picker.defaultProps = defaultProps11;
4587
5060
 
4588
5061
  // src/input/input-clear-value.tsx
4589
- var import_jsx_runtime10 = require("react/jsx-runtime");
4590
- var className = `k-clear-value`;
4591
- var states6 = [
5062
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5063
+ var className9 = `k-clear-value`;
5064
+ var states13 = [
4592
5065
  States.disabled,
4593
5066
  States.loading,
4594
5067
  States.readonly
4595
5068
  ];
4596
- var options6 = {};
5069
+ var options10 = {};
4597
5070
  var InputClearValue = (props) => {
4598
5071
  const {
4599
5072
  disabled,
@@ -4602,20 +5075,20 @@ var InputClearValue = (props) => {
4602
5075
  value
4603
5076
  } = props;
4604
5077
  if (disabled || readonly || loading || !value) {
4605
- return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(import_jsx_runtime10.Fragment, {});
5078
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_jsx_runtime43.Fragment, {});
4606
5079
  }
4607
- return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(Icon, { icon: "x" }) });
5080
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("span", { className: classNames(props.className, className9), children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Icon, { icon: "x" }) });
4608
5081
  };
4609
- InputClearValue.states = states6;
4610
- InputClearValue.options = options6;
4611
- InputClearValue.className = className;
5082
+ InputClearValue.states = states13;
5083
+ InputClearValue.options = options10;
5084
+ InputClearValue.className = className9;
4612
5085
 
4613
5086
  // src/input/input-inner-input.tsx
4614
- var import_jsx_runtime11 = require("react/jsx-runtime");
4615
- var className2 = `k-input-inner`;
4616
- var states7 = [];
4617
- var options7 = {};
4618
- var defaultProps7 = {
5087
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5088
+ var className10 = `k-input-inner`;
5089
+ var states14 = [];
5090
+ var options11 = {};
5091
+ var defaultProps12 = {
4619
5092
  type: "text",
4620
5093
  autocomplete: "off",
4621
5094
  value: "",
@@ -4623,33 +5096,33 @@ var defaultProps7 = {
4623
5096
  };
4624
5097
  var InputInnerInput = (props) => {
4625
5098
  const {
4626
- value = defaultProps7.value,
4627
- type = defaultProps7.type,
4628
- placeholder = defaultProps7.placeholder,
4629
- autocomplete = defaultProps7.autocomplete,
5099
+ value = defaultProps12.value,
5100
+ type = defaultProps12.type,
5101
+ placeholder = defaultProps12.placeholder,
5102
+ autocomplete = defaultProps12.autocomplete,
4630
5103
  ...other
4631
5104
  } = props;
4632
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
5105
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
4633
5106
  "input",
4634
5107
  {
4635
5108
  ...other,
4636
5109
  type,
4637
- className: classNames(props.className, className2, optionClassNames(className2, props)),
5110
+ className: classNames(props.className, className10, optionClassNames(className10, props)),
4638
5111
  placeholder,
4639
5112
  autoComplete: autocomplete,
4640
5113
  defaultValue: value
4641
5114
  }
4642
5115
  );
4643
5116
  };
4644
- InputInnerInput.states = states7;
4645
- InputInnerInput.options = options7;
4646
- InputInnerInput.className = className2;
5117
+ InputInnerInput.states = states14;
5118
+ InputInnerInput.options = options11;
5119
+ InputInnerInput.className = className10;
4647
5120
 
4648
5121
  // src/input/input-inner-span.tsx
4649
- var import_jsx_runtime12 = require("react/jsx-runtime");
4650
- var className3 = `k-input-inner`;
4651
- var states8 = [];
4652
- var options8 = {};
5122
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5123
+ var className11 = `k-input-inner`;
5124
+ var states15 = [];
5125
+ var options12 = {};
4653
5126
  var InputInnerSpan = (props) => {
4654
5127
  const {
4655
5128
  value,
@@ -4659,59 +5132,59 @@ var InputInnerSpan = (props) => {
4659
5132
  valueIconName,
4660
5133
  ...other
4661
5134
  } = props;
4662
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
5135
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
4663
5136
  "span",
4664
5137
  {
4665
5138
  ...other,
4666
- className: classNames(props.className, className3, optionClassNames(className3, props)),
5139
+ className: classNames(props.className, className11, optionClassNames(className11, props)),
4667
5140
  children: [
4668
5141
  valueIcon,
4669
- !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
5142
+ !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4670
5143
  showValue && !value && placeholder,
4671
- showValue && value && /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-input-value-text", children: value })
5144
+ showValue && value && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("span", { className: "k-input-value-text", children: value })
4672
5145
  ]
4673
5146
  }
4674
5147
  );
4675
5148
  };
4676
- InputInnerSpan.states = states8;
4677
- InputInnerSpan.options = options8;
4678
- InputInnerSpan.className = className3;
5149
+ InputInnerSpan.states = states15;
5150
+ InputInnerSpan.options = options12;
5151
+ InputInnerSpan.className = className11;
4679
5152
 
4680
5153
  // src/input/input-inner-textarea.tsx
4681
- var import_jsx_runtime13 = require("react/jsx-runtime");
4682
- var defaultProps8 = {
5154
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5155
+ var defaultProps13 = {
4683
5156
  value: "",
4684
5157
  placeholder: ""
4685
5158
  };
4686
- var className4 = `k-input-inner`;
4687
- var states9 = [];
4688
- var options9 = {};
5159
+ var className12 = `k-input-inner`;
5160
+ var states16 = [];
5161
+ var options13 = {};
4689
5162
  var InputInnerTextarea = (props) => {
4690
5163
  const {
4691
- value = defaultProps8.value,
4692
- placeholder = defaultProps8.placeholder,
5164
+ value = defaultProps13.value,
5165
+ placeholder = defaultProps13.placeholder,
4693
5166
  rows,
4694
5167
  ...other
4695
5168
  } = props;
4696
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
5169
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
4697
5170
  "textarea",
4698
5171
  {
4699
5172
  ...other,
4700
- className: classNames(props.className, className4, optionClassNames(className4, props)),
5173
+ className: classNames(props.className, className12, optionClassNames(className12, props)),
4701
5174
  placeholder,
4702
5175
  rows,
4703
5176
  children: value
4704
5177
  }
4705
5178
  );
4706
5179
  };
4707
- InputInnerTextarea.states = states9;
4708
- InputInnerTextarea.options = options9;
4709
- InputInnerTextarea.className = className4;
5180
+ InputInnerTextarea.states = states16;
5181
+ InputInnerTextarea.options = options13;
5182
+ InputInnerTextarea.className = className12;
4710
5183
 
4711
5184
  // src/input/input-loading-icon.tsx
4712
- var import_jsx_runtime14 = require("react/jsx-runtime");
4713
- var className5 = `k-input-loading-icon`;
4714
- var states10 = [
5185
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5186
+ var className13 = `k-input-loading-icon`;
5187
+ var states17 = [
4715
5188
  States.disabled,
4716
5189
  States.loading
4717
5190
  ];
@@ -4721,21 +5194,21 @@ var InputLoadingIcon = (props) => {
4721
5194
  loading
4722
5195
  } = props;
4723
5196
  if (disabled || !loading) {
4724
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_jsx_runtime14.Fragment, {});
5197
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_jsx_runtime47.Fragment, {});
4725
5198
  }
4726
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("span", { className: classNames(props.className, className5, "k-icon k-i-loading") });
5199
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: classNames(props.className, className13, "k-icon k-i-loading") });
4727
5200
  };
4728
5201
 
4729
5202
  // src/input/input-validation-icon.tsx
4730
- var import_jsx_runtime15 = require("react/jsx-runtime");
4731
- var className6 = `k-input-validation-icon`;
4732
- var states11 = [
5203
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5204
+ var className14 = `k-input-validation-icon`;
5205
+ var states18 = [
4733
5206
  States.valid,
4734
5207
  States.invalid,
4735
5208
  States.disabled,
4736
5209
  States.loading
4737
5210
  ];
4738
- var options10 = {};
5211
+ var options14 = {};
4739
5212
  var InputValidationIcon = (props) => {
4740
5213
  const {
4741
5214
  valid,
@@ -4746,34 +5219,34 @@ var InputValidationIcon = (props) => {
4746
5219
  const iconName = invalid ? "warning-circle" : "check-circle";
4747
5220
  const renderValidationIcon = Boolean(valid || invalid);
4748
5221
  if (disabled || loading || !renderValidationIcon) {
4749
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_jsx_runtime15.Fragment, {});
5222
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_jsx_runtime48.Fragment, {});
4750
5223
  }
4751
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Icon, { className: classNames(className6), icon: iconName });
5224
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { className: classNames(className14), icon: iconName });
4752
5225
  };
4753
- InputValidationIcon.states = states11;
4754
- InputValidationIcon.options = options10;
4755
- InputValidationIcon.className = className6;
5226
+ InputValidationIcon.states = states18;
5227
+ InputValidationIcon.options = options14;
5228
+ InputValidationIcon.className = className14;
4756
5229
 
4757
5230
  // src/input/input-prefix.tsx
4758
- var import_jsx_runtime16 = require("react/jsx-runtime");
4759
- var className7 = `k-input-prefix`;
4760
- var defaultProps9 = {
5231
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5232
+ var className15 = `k-input-prefix`;
5233
+ var defaultProps14 = {
4761
5234
  direction: "horizontal"
4762
5235
  };
4763
5236
  var InputPrefix = (props) => {
4764
5237
  const {
4765
- direction = defaultProps9.direction,
5238
+ direction = defaultProps14.direction,
4766
5239
  ...other
4767
5240
  } = props;
4768
5241
  if (!props.children) {
4769
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_jsx_runtime16.Fragment, {});
5242
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_jsx_runtime49.Fragment, {});
4770
5243
  }
4771
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
5244
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
4772
5245
  "span",
4773
5246
  {
4774
5247
  ...other,
4775
5248
  className: classNames(
4776
- className7,
5249
+ className15,
4777
5250
  props.className,
4778
5251
  {
4779
5252
  [`k-input-prefix-${direction}`]: direction
@@ -4785,25 +5258,25 @@ var InputPrefix = (props) => {
4785
5258
  };
4786
5259
 
4787
5260
  // src/input/input-suffix.tsx
4788
- var import_jsx_runtime17 = require("react/jsx-runtime");
4789
- var className8 = `k-input-suffix`;
4790
- var defaultProps10 = {
5261
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5262
+ var className16 = `k-input-suffix`;
5263
+ var defaultProps15 = {
4791
5264
  direction: "horizontal"
4792
5265
  };
4793
5266
  var InputSuffix = (props) => {
4794
5267
  const {
4795
- direction = defaultProps10.direction,
5268
+ direction = defaultProps15.direction,
4796
5269
  ...other
4797
5270
  } = props;
4798
5271
  if (!props.children) {
4799
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_jsx_runtime17.Fragment, {});
5272
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(import_jsx_runtime50.Fragment, {});
4800
5273
  }
4801
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
5274
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
4802
5275
  "span",
4803
5276
  {
4804
5277
  ...other,
4805
5278
  className: classNames(
4806
- className8,
5279
+ className16,
4807
5280
  props.className,
4808
5281
  {
4809
5282
  [`k-input-suffix-${direction}`]: direction
@@ -4815,31 +5288,31 @@ var InputSuffix = (props) => {
4815
5288
  };
4816
5289
 
4817
5290
  // src/input/input-prefix-text.tsx
4818
- var import_jsx_runtime18 = require("react/jsx-runtime");
5291
+ var import_jsx_runtime51 = require("react/jsx-runtime");
4819
5292
 
4820
5293
  // src/input/input-suffix-text.tsx
4821
- var import_jsx_runtime19 = require("react/jsx-runtime");
5294
+ var import_jsx_runtime52 = require("react/jsx-runtime");
4822
5295
 
4823
5296
  // src/input/input-separator.tsx
4824
- var import_jsx_runtime20 = require("react/jsx-runtime");
4825
- var className9 = `k-input-separator`;
4826
- var defaultProps11 = {
5297
+ var import_jsx_runtime53 = require("react/jsx-runtime");
5298
+ var className17 = `k-input-separator`;
5299
+ var defaultProps16 = {
4827
5300
  direction: "vertical"
4828
5301
  };
4829
5302
  var InputSeparator = (props) => {
4830
5303
  const {
4831
- direction = defaultProps11.direction,
5304
+ direction = defaultProps16.direction,
4832
5305
  ...other
4833
5306
  } = props;
4834
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
5307
+ return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
4835
5308
  "span",
4836
5309
  {
4837
5310
  ...other,
4838
5311
  className: classNames(
4839
- className9,
5312
+ className17,
4840
5313
  props.className,
4841
5314
  {
4842
- [`${className9}-${direction}`]: direction
5315
+ [`${className17}-${direction}`]: direction
4843
5316
  }
4844
5317
  )
4845
5318
  }
@@ -4847,11 +5320,11 @@ var InputSeparator = (props) => {
4847
5320
  };
4848
5321
 
4849
5322
  // src/animation-container/animation-container.spec.tsx
4850
- var import_jsx_runtime21 = require("react/jsx-runtime");
5323
+ var import_jsx_runtime54 = require("react/jsx-runtime");
4851
5324
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4852
- var states12 = [];
4853
- var options11 = {};
4854
- var defaultProps12 = {
5325
+ var states19 = [];
5326
+ var options15 = {};
5327
+ var defaultProps17 = {
4855
5328
  positionMode: "absolute"
4856
5329
  };
4857
5330
  var AnimationContainer = (props) => {
@@ -4861,7 +5334,7 @@ var AnimationContainer = (props) => {
4861
5334
  offset,
4862
5335
  ...other
4863
5336
  } = props;
4864
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
5337
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
4865
5338
  "div",
4866
5339
  {
4867
5340
  ...other,
@@ -4873,21 +5346,21 @@ var AnimationContainer = (props) => {
4873
5346
  ["k-animation-container-fixed"]: positionMode === "fixed"
4874
5347
  }
4875
5348
  ),
4876
- children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5349
+ children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4877
5350
  }
4878
5351
  );
4879
5352
  };
4880
- AnimationContainer.states = states12;
4881
- AnimationContainer.options = options11;
5353
+ AnimationContainer.states = states19;
5354
+ AnimationContainer.options = options15;
4882
5355
  AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4883
- AnimationContainer.defaultProps = defaultProps12;
5356
+ AnimationContainer.defaultProps = defaultProps17;
4884
5357
 
4885
5358
  // src/popup/popup.spec.tsx
4886
- var import_jsx_runtime22 = require("react/jsx-runtime");
5359
+ var import_jsx_runtime55 = require("react/jsx-runtime");
4887
5360
  var POPUP_CLASSNAME = `k-popup`;
4888
- var states13 = [];
4889
- var options12 = {};
4890
- var defaultProps13 = {
5361
+ var states20 = [];
5362
+ var options16 = {};
5363
+ var defaultProps18 = {
4891
5364
  positionMode: "absolute"
4892
5365
  };
4893
5366
  var Popup = (props) => {
@@ -4896,24 +5369,24 @@ var Popup = (props) => {
4896
5369
  positionMode,
4897
5370
  ...other
4898
5371
  } = props;
4899
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
5372
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
4900
5373
  AnimationContainer,
4901
5374
  {
4902
5375
  positionMode,
4903
5376
  offset,
4904
- children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5377
+ children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4905
5378
  }
4906
5379
  );
4907
5380
  };
4908
- Popup.states = states13;
4909
- Popup.options = options12;
5381
+ Popup.states = states20;
5382
+ Popup.options = options16;
4910
5383
  Popup.className = POPUP_CLASSNAME;
4911
- Popup.defaultProps = defaultProps13;
5384
+ Popup.defaultProps = defaultProps18;
4912
5385
 
4913
5386
  // src/dropdownlist/dropdownlist.spec.tsx
4914
- var import_jsx_runtime23 = require("react/jsx-runtime");
5387
+ var import_jsx_runtime56 = require("react/jsx-runtime");
4915
5388
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
4916
- var states14 = [
5389
+ var states21 = [
4917
5390
  States.hover,
4918
5391
  States.focus,
4919
5392
  States.valid,
@@ -4923,12 +5396,12 @@ var states14 = [
4923
5396
  States.loading,
4924
5397
  States.readonly
4925
5398
  ];
4926
- var options13 = {
5399
+ var options17 = {
4927
5400
  size: [Size.small, Size.medium, Size.large],
4928
5401
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4929
5402
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4930
5403
  };
4931
- var defaultProps14 = {
5404
+ var defaultProps19 = {
4932
5405
  showValue: true,
4933
5406
  arrowIconName: "caret-alt-down",
4934
5407
  size: Size.medium,
@@ -4938,7 +5411,7 @@ var defaultProps14 = {
4938
5411
  var DropdownList = (props) => {
4939
5412
  const {
4940
5413
  valueIconName,
4941
- arrowIconName = defaultProps14.arrowIconName,
5414
+ arrowIconName = defaultProps19.arrowIconName,
4942
5415
  prefix,
4943
5416
  suffix,
4944
5417
  value,
@@ -4954,13 +5427,13 @@ var DropdownList = (props) => {
4954
5427
  loading,
4955
5428
  disabled,
4956
5429
  readonly,
4957
- showValue = defaultProps14.showValue,
5430
+ showValue = defaultProps19.showValue,
4958
5431
  popup,
4959
5432
  opened,
4960
5433
  ...other
4961
5434
  } = props;
4962
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(import_jsx_runtime23.Fragment, { children: [
4963
- /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
5435
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(import_jsx_runtime56.Fragment, { children: [
5436
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
4964
5437
  Picker,
4965
5438
  {
4966
5439
  ...other,
@@ -4983,8 +5456,8 @@ var DropdownList = (props) => {
4983
5456
  }
4984
5457
  ),
4985
5458
  children: [
4986
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(InputPrefix, { children: prefix }),
4987
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
5459
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(InputPrefix, { children: prefix }),
5460
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
4988
5461
  InputInnerSpan,
4989
5462
  {
4990
5463
  placeholder,
@@ -4993,7 +5466,7 @@ var DropdownList = (props) => {
4993
5466
  valueIconName
4994
5467
  }
4995
5468
  ),
4996
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
5469
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
4997
5470
  InputValidationIcon,
4998
5471
  {
4999
5472
  valid,
@@ -5002,15 +5475,15 @@ var DropdownList = (props) => {
5002
5475
  disabled
5003
5476
  }
5004
5477
  ),
5005
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
5478
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
5006
5479
  InputLoadingIcon,
5007
5480
  {
5008
5481
  loading,
5009
5482
  disabled
5010
5483
  }
5011
5484
  ),
5012
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(InputSuffix, { children: suffix }),
5013
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
5485
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(InputSuffix, { children: suffix }),
5486
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
5014
5487
  Button,
5015
5488
  {
5016
5489
  className: "k-input-button",
@@ -5023,35 +5496,35 @@ var DropdownList = (props) => {
5023
5496
  ]
5024
5497
  }
5025
5498
  ),
5026
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5499
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5027
5500
  ] });
5028
5501
  };
5029
- DropdownList.states = states14;
5030
- DropdownList.options = options13;
5502
+ DropdownList.states = states21;
5503
+ DropdownList.options = options17;
5031
5504
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
5032
- DropdownList.defaultProps = defaultProps14;
5505
+ DropdownList.defaultProps = defaultProps19;
5033
5506
 
5034
5507
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5035
- var import_jsx_runtime24 = require("react/jsx-runtime");
5508
+ var import_jsx_runtime57 = require("react/jsx-runtime");
5036
5509
 
5037
5510
  // src/nodata/nodata.tsx
5038
- var import_jsx_runtime25 = require("react/jsx-runtime");
5039
- var className10 = `k-nodata`;
5040
- var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: classNames(className10, props.className), children: props.children });
5511
+ var import_jsx_runtime58 = require("react/jsx-runtime");
5512
+ var className18 = `k-nodata`;
5513
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: classNames(className18, props.className), children: props.children });
5041
5514
 
5042
5515
  // src/list/list.spec.tsx
5043
- var import_jsx_runtime26 = require("react/jsx-runtime");
5516
+ var import_jsx_runtime59 = require("react/jsx-runtime");
5044
5517
  var LIST_CLASSNAME = `k-list`;
5045
- var states15 = [];
5046
- var options14 = {
5518
+ var states22 = [];
5519
+ var options18 = {
5047
5520
  size: [Size.small, Size.medium, Size.large]
5048
5521
  };
5049
- var defaultProps15 = {
5522
+ var defaultProps20 = {
5050
5523
  size: Size.medium
5051
5524
  };
5052
5525
  var List = (props) => {
5053
5526
  const {
5054
- size = defaultProps15.size,
5527
+ size = defaultProps20.size,
5055
5528
  virtualization,
5056
5529
  children,
5057
5530
  optionLabel,
@@ -5068,7 +5541,7 @@ var List = (props) => {
5068
5541
  listHeader = child.props.label;
5069
5542
  child.props.children.map((optChild, index2) => {
5070
5543
  listChildren.push(
5071
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
5544
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
5072
5545
  ListItem,
5073
5546
  {
5074
5547
  ...optChild.props
@@ -5084,7 +5557,7 @@ var List = (props) => {
5084
5557
  groupLabel = child.props.label;
5085
5558
  }
5086
5559
  listChildren.push(
5087
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
5560
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
5088
5561
  ListItem,
5089
5562
  {
5090
5563
  className: index2 === 0 ? "k-first" : "",
@@ -5096,16 +5569,16 @@ var List = (props) => {
5096
5569
  );
5097
5570
  });
5098
5571
  }
5099
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5572
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5100
5573
  } 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 });
5574
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5575
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(ListContent, { virtualization, children: listChildren });
5103
5576
  }
5104
5577
  });
5105
5578
  } else {
5106
- listContent = /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(NoData, { children: "No data found." });
5579
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(NoData, { children: "No data found." });
5107
5580
  }
5108
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
5581
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
5109
5582
  "div",
5110
5583
  {
5111
5584
  ...other,
@@ -5127,24 +5600,24 @@ var List = (props) => {
5127
5600
  }
5128
5601
  );
5129
5602
  };
5130
- List.states = states15;
5131
- List.options = options14;
5603
+ List.states = states22;
5604
+ List.options = options18;
5132
5605
  List.className = LIST_CLASSNAME;
5133
- List.defaultProps = defaultProps15;
5606
+ List.defaultProps = defaultProps20;
5134
5607
 
5135
5608
  // src/list/list-angular.spec.tsx
5136
- var import_jsx_runtime27 = require("react/jsx-runtime");
5609
+ var import_jsx_runtime60 = require("react/jsx-runtime");
5137
5610
  var LISTANGULAR_CLASSNAME = `k-list`;
5138
- var states16 = [];
5139
- var options15 = {
5611
+ var states23 = [];
5612
+ var options19 = {
5140
5613
  size: [Size.small, Size.medium, Size.large]
5141
5614
  };
5142
- var defaultProps16 = {
5615
+ var defaultProps21 = {
5143
5616
  size: Size.medium
5144
5617
  };
5145
5618
  var ListAngular = (props) => {
5146
5619
  const {
5147
- size = defaultProps16.size,
5620
+ size = defaultProps21.size,
5148
5621
  virtualization,
5149
5622
  children,
5150
5623
  ...other
@@ -5160,7 +5633,7 @@ var ListAngular = (props) => {
5160
5633
  listHeader = child.props.label;
5161
5634
  child.props.children.map((optChild, index2) => {
5162
5635
  listChildren.push(
5163
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5636
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5164
5637
  ListItem,
5165
5638
  {
5166
5639
  ...optChild.props
@@ -5171,7 +5644,7 @@ var ListAngular = (props) => {
5171
5644
  });
5172
5645
  } else {
5173
5646
  listChildren.push(
5174
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5647
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5175
5648
  ListGroupItem,
5176
5649
  {
5177
5650
  ...child.props,
@@ -5182,7 +5655,7 @@ var ListAngular = (props) => {
5182
5655
  );
5183
5656
  child.props.children.map((optChild, index2) => {
5184
5657
  listChildren.push(
5185
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5658
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5186
5659
  ListItem,
5187
5660
  {
5188
5661
  ...optChild.props
@@ -5192,16 +5665,16 @@ var ListAngular = (props) => {
5192
5665
  );
5193
5666
  });
5194
5667
  }
5195
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5668
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5196
5669
  } 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 });
5670
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5671
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(ListContent, { virtualization, children: listChildren });
5199
5672
  }
5200
5673
  });
5201
5674
  } else {
5202
- listContent = /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(NoData, { children: "No data found." });
5675
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(NoData, { children: "No data found." });
5203
5676
  }
5204
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
5677
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
5205
5678
  "div",
5206
5679
  {
5207
5680
  ...other,
@@ -5222,15 +5695,15 @@ var ListAngular = (props) => {
5222
5695
  }
5223
5696
  );
5224
5697
  };
5225
- ListAngular.states = states16;
5226
- ListAngular.options = options15;
5698
+ ListAngular.states = states23;
5699
+ ListAngular.options = options19;
5227
5700
  ListAngular.className = LISTANGULAR_CLASSNAME;
5228
- ListAngular.defaultProps = defaultProps16;
5701
+ ListAngular.defaultProps = defaultProps21;
5229
5702
 
5230
5703
  // src/checkbox/checkbox.spec.tsx
5231
- var import_jsx_runtime28 = require("react/jsx-runtime");
5704
+ var import_jsx_runtime61 = require("react/jsx-runtime");
5232
5705
  var CHECKBOX_CLASSNAME = `k-checkbox`;
5233
- var states17 = [
5706
+ var states24 = [
5234
5707
  States.hover,
5235
5708
  States.focus,
5236
5709
  States.valid,
@@ -5240,11 +5713,11 @@ var states17 = [
5240
5713
  States.checked,
5241
5714
  States.indeterminate
5242
5715
  ];
5243
- var options16 = {
5716
+ var options20 = {
5244
5717
  size: [Size.small, Size.medium, Size.large],
5245
5718
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
5246
5719
  };
5247
- var defaultProps17 = {
5720
+ var defaultProps22 = {
5248
5721
  size: Size.medium,
5249
5722
  rounded: Roundness.medium
5250
5723
  };
@@ -5259,11 +5732,11 @@ var Checkbox = (props) => {
5259
5732
  invalid,
5260
5733
  valid,
5261
5734
  required,
5262
- size = defaultProps17.size,
5263
- rounded = defaultProps17.rounded,
5735
+ size = defaultProps22.size,
5736
+ rounded = defaultProps22.rounded,
5264
5737
  ...other
5265
5738
  } = props;
5266
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5739
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5267
5740
  "input",
5268
5741
  {
5269
5742
  ...other,
@@ -5280,25 +5753,25 @@ var Checkbox = (props) => {
5280
5753
  }
5281
5754
  ) });
5282
5755
  };
5283
- Checkbox.states = states17;
5284
- Checkbox.options = options16;
5756
+ Checkbox.states = states24;
5757
+ Checkbox.options = options20;
5285
5758
  Checkbox.className = CHECKBOX_CLASSNAME;
5286
- Checkbox.defaultProps = defaultProps17;
5759
+ Checkbox.defaultProps = defaultProps22;
5287
5760
 
5288
5761
  // src/checkbox/checkbox-group.spec.tsx
5289
- var import_jsx_runtime29 = require("react/jsx-runtime");
5762
+ var import_jsx_runtime62 = require("react/jsx-runtime");
5290
5763
  var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
5291
- var states18 = [];
5292
- var options17 = {};
5293
- var defaultProps18 = {
5764
+ var states25 = [];
5765
+ var options21 = {};
5766
+ var defaultProps23 = {
5294
5767
  layout: "vertical"
5295
5768
  };
5296
5769
  var CheckboxGroup = (props) => {
5297
5770
  const {
5298
- layout = defaultProps18.layout,
5771
+ layout = defaultProps23.layout,
5299
5772
  ...other
5300
5773
  } = props;
5301
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5774
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5302
5775
  "ul",
5303
5776
  {
5304
5777
  ...other,
@@ -5313,22 +5786,22 @@ var CheckboxGroup = (props) => {
5313
5786
  }
5314
5787
  );
5315
5788
  };
5316
- CheckboxGroup.states = states18;
5317
- CheckboxGroup.options = options17;
5789
+ CheckboxGroup.states = states25;
5790
+ CheckboxGroup.options = options21;
5318
5791
  CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
5319
- CheckboxGroup.defaultProps = defaultProps18;
5792
+ CheckboxGroup.defaultProps = defaultProps23;
5320
5793
 
5321
5794
  // src/checkbox/checkbox-item.spec.tsx
5322
- var import_jsx_runtime30 = require("react/jsx-runtime");
5795
+ var import_jsx_runtime63 = require("react/jsx-runtime");
5323
5796
  var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
5324
- var states19 = [];
5325
- var options18 = {};
5326
- var defaultProps19 = {};
5797
+ var states26 = [];
5798
+ var options22 = {};
5799
+ var defaultProps24 = {};
5327
5800
  var CheckboxItem = (props) => {
5328
5801
  const {
5329
5802
  ...other
5330
5803
  } = props;
5331
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5804
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
5332
5805
  "li",
5333
5806
  {
5334
5807
  ...other,
@@ -5340,31 +5813,31 @@ var CheckboxItem = (props) => {
5340
5813
  }
5341
5814
  );
5342
5815
  };
5343
- CheckboxItem.states = states19;
5344
- CheckboxItem.options = options18;
5816
+ CheckboxItem.states = states26;
5817
+ CheckboxItem.options = options22;
5345
5818
  CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
5346
- CheckboxItem.defaultProps = defaultProps19;
5819
+ CheckboxItem.defaultProps = defaultProps24;
5347
5820
 
5348
5821
  // src/checkbox/templates/checkbox-with-label-after.tsx
5349
- var import_jsx_runtime31 = require("react/jsx-runtime");
5822
+ var import_jsx_runtime64 = require("react/jsx-runtime");
5350
5823
 
5351
5824
  // src/checkbox/templates/checkbox-with-label-before.tsx
5352
- var import_jsx_runtime32 = require("react/jsx-runtime");
5825
+ var import_jsx_runtime65 = require("react/jsx-runtime");
5353
5826
 
5354
5827
  // src/checkbox/templates/checkbox-normal.tsx
5355
- var import_jsx_runtime33 = require("react/jsx-runtime");
5828
+ var import_jsx_runtime66 = require("react/jsx-runtime");
5356
5829
 
5357
5830
  // src/list/list-item.spec.tsx
5358
- var import_jsx_runtime34 = require("react/jsx-runtime");
5831
+ var import_jsx_runtime67 = require("react/jsx-runtime");
5359
5832
  var LISTITEM_CLASSNAME = `k-list-item`;
5360
- var states20 = [
5833
+ var states27 = [
5361
5834
  States.hover,
5362
5835
  States.focus,
5363
5836
  States.selected,
5364
5837
  States.disabled
5365
5838
  ];
5366
- var options19 = {};
5367
- var defaultProps20 = {};
5839
+ var options23 = {};
5840
+ var defaultProps25 = {};
5368
5841
  var ListItem = (props) => {
5369
5842
  const {
5370
5843
  text,
@@ -5380,7 +5853,7 @@ var ListItem = (props) => {
5380
5853
  ...other
5381
5854
  } = props;
5382
5855
  const textOrChildren = text ? text : props.children;
5383
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
5856
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
5384
5857
  "li",
5385
5858
  {
5386
5859
  ...other,
@@ -5395,66 +5868,66 @@ var ListItem = (props) => {
5395
5868
  })
5396
5869
  ),
5397
5870
  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 })
5871
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(Checkbox, { checked }),
5872
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(Icon, { icon: iconName }),
5873
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5874
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5402
5875
  ]
5403
5876
  }
5404
5877
  );
5405
5878
  };
5406
- ListItem.states = states20;
5407
- ListItem.options = options19;
5879
+ ListItem.states = states27;
5880
+ ListItem.options = options23;
5408
5881
  ListItem.className = LISTITEM_CLASSNAME;
5409
- ListItem.defaultProps = defaultProps20;
5882
+ ListItem.defaultProps = defaultProps25;
5410
5883
 
5411
5884
  // src/list/list-content.tsx
5412
- var import_jsx_runtime35 = require("react/jsx-runtime");
5413
- var className11 = `k-list-content`;
5885
+ var import_jsx_runtime68 = require("react/jsx-runtime");
5886
+ var className19 = `k-list-content`;
5414
5887
  var ListContent = (props) => {
5415
5888
  const {
5416
5889
  virtualization
5417
5890
  } = 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", {}) })
5891
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: classNames(className19, props.className), children: [
5892
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5893
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", {}) })
5421
5894
  ] });
5422
5895
  };
5423
5896
 
5424
5897
  // src/list/list-header.tsx
5425
- var import_jsx_runtime36 = require("react/jsx-runtime");
5426
- 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 }) });
5898
+ var import_jsx_runtime69 = require("react/jsx-runtime");
5899
+ var className20 = `k-list-group-sticky-header`;
5900
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", { className: classNames(className20, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5428
5901
 
5429
5902
  // src/list/list-group.tsx
5430
- var import_jsx_runtime37 = require("react/jsx-runtime");
5903
+ var import_jsx_runtime70 = require("react/jsx-runtime");
5431
5904
  var ListGroup = (props) => {
5432
5905
  const {
5433
5906
  virtualization,
5434
5907
  label
5435
5908
  } = 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 })
5909
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(import_jsx_runtime70.Fragment, { children: [
5910
+ label && /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ListHeader, { children: label }),
5911
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ListContent, { virtualization, children: props.children })
5439
5912
  ] });
5440
5913
  };
5441
5914
 
5442
5915
  // src/list/list-group-item.tsx
5443
- var import_jsx_runtime38 = require("react/jsx-runtime");
5444
- 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 }) });
5916
+ var import_jsx_runtime71 = require("react/jsx-runtime");
5917
+ var className21 = `k-list-group-item`;
5918
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("li", { className: classNames(className21, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5446
5919
 
5447
5920
  // src/list/list-option-label.tsx
5448
- var import_jsx_runtime39 = require("react/jsx-runtime");
5921
+ var import_jsx_runtime72 = require("react/jsx-runtime");
5449
5922
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5450
- var states21 = [
5923
+ var states28 = [
5451
5924
  States.hover,
5452
5925
  States.focus,
5453
5926
  States.selected,
5454
5927
  States.disabled
5455
5928
  ];
5456
- var options20 = {};
5457
- var defaultProps21 = {};
5929
+ var options24 = {};
5930
+ var defaultProps26 = {};
5458
5931
  var ListOptionLabel = (props) => {
5459
5932
  const {
5460
5933
  text,
@@ -5464,7 +5937,7 @@ var ListOptionLabel = (props) => {
5464
5937
  disabled,
5465
5938
  ...other
5466
5939
  } = props;
5467
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5940
+ return /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
5468
5941
  "div",
5469
5942
  {
5470
5943
  ...other,
@@ -5481,39 +5954,39 @@ var ListOptionLabel = (props) => {
5481
5954
  }
5482
5955
  );
5483
5956
  };
5484
- ListOptionLabel.states = states21;
5485
- ListOptionLabel.options = options20;
5957
+ ListOptionLabel.states = states28;
5958
+ ListOptionLabel.options = options24;
5486
5959
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5487
- ListOptionLabel.defaultProps = defaultProps21;
5960
+ ListOptionLabel.defaultProps = defaultProps26;
5488
5961
 
5489
5962
  // src/list/templates/list-normal.tsx
5490
- var import_jsx_runtime40 = require("react/jsx-runtime");
5963
+ var import_jsx_runtime73 = require("react/jsx-runtime");
5491
5964
 
5492
5965
  // src/list/templates/list-virtualization.tsx
5493
- var import_jsx_runtime41 = require("react/jsx-runtime");
5966
+ var import_jsx_runtime74 = require("react/jsx-runtime");
5494
5967
 
5495
5968
  // src/list/templates/list-grouping.tsx
5496
- var import_jsx_runtime42 = require("react/jsx-runtime");
5969
+ var import_jsx_runtime75 = require("react/jsx-runtime");
5497
5970
 
5498
5971
  // src/list/templates/list-virualization-grouping.tsx
5499
- var import_jsx_runtime43 = require("react/jsx-runtime");
5972
+ var import_jsx_runtime76 = require("react/jsx-runtime");
5500
5973
 
5501
5974
  // src/list/templates/list-virtualization-angular.tsx
5502
- var import_jsx_runtime44 = require("react/jsx-runtime");
5975
+ var import_jsx_runtime77 = require("react/jsx-runtime");
5503
5976
 
5504
5977
  // src/list/templates/list-grouping-angular.tsx
5505
- var import_jsx_runtime45 = require("react/jsx-runtime");
5978
+ var import_jsx_runtime78 = require("react/jsx-runtime");
5506
5979
 
5507
5980
  // src/list/templates/list-virualization-grouping-angular.tsx
5508
- var import_jsx_runtime46 = require("react/jsx-runtime");
5981
+ var import_jsx_runtime79 = require("react/jsx-runtime");
5509
5982
 
5510
5983
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5511
- var import_jsx_runtime47 = require("react/jsx-runtime");
5984
+ var import_jsx_runtime80 = require("react/jsx-runtime");
5512
5985
 
5513
5986
  // src/searchbox/searchbox.spec.tsx
5514
- var import_jsx_runtime48 = require("react/jsx-runtime");
5987
+ var import_jsx_runtime81 = require("react/jsx-runtime");
5515
5988
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5516
- var states22 = [
5989
+ var states29 = [
5517
5990
  States.hover,
5518
5991
  States.focus,
5519
5992
  States.valid,
@@ -5522,12 +5995,12 @@ var states22 = [
5522
5995
  States.disabled,
5523
5996
  States.loading
5524
5997
  ];
5525
- var options21 = {
5998
+ var options25 = {
5526
5999
  size: [Size.small, Size.medium, Size.large],
5527
6000
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5528
6001
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5529
6002
  };
5530
- var defaultProps22 = {
6003
+ var defaultProps27 = {
5531
6004
  showIcon: true,
5532
6005
  icon: "search",
5533
6006
  size: Input.defaultProps.size,
@@ -5548,11 +6021,11 @@ var Searchbox = (props) => {
5548
6021
  required,
5549
6022
  loading,
5550
6023
  disabled,
5551
- showIcon = defaultProps22.showIcon,
5552
- icon = defaultProps22.icon,
6024
+ showIcon = defaultProps27.showIcon,
6025
+ icon = defaultProps27.icon,
5553
6026
  ...other
5554
6027
  } = props;
5555
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
6028
+ return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(
5556
6029
  Input,
5557
6030
  {
5558
6031
  ...other,
@@ -5568,51 +6041,51 @@ var Searchbox = (props) => {
5568
6041
  disabled,
5569
6042
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5570
6043
  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 })
6044
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(Icon, { className: "k-input-icon", icon }),
6045
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(InputInnerInput, { placeholder, value }),
6046
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(InputLoadingIcon, { ...props }),
6047
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(InputValidationIcon, { ...props }),
6048
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(InputClearValue, { ...props })
5576
6049
  ]
5577
6050
  }
5578
6051
  );
5579
6052
  };
5580
- Searchbox.states = states22;
5581
- Searchbox.options = options21;
6053
+ Searchbox.states = states29;
6054
+ Searchbox.options = options25;
5582
6055
  Searchbox.className = SEARCHBOX_CLASSNAME;
5583
- Searchbox.defaultProps = defaultProps22;
6056
+ Searchbox.defaultProps = defaultProps27;
5584
6057
 
5585
6058
  // src/searchbox/templates/searchbox-normal.tsx
5586
- var import_jsx_runtime49 = require("react/jsx-runtime");
6059
+ var import_jsx_runtime82 = require("react/jsx-runtime");
5587
6060
 
5588
6061
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5589
- var import_jsx_runtime50 = require("react/jsx-runtime");
6062
+ var import_jsx_runtime83 = require("react/jsx-runtime");
5590
6063
 
5591
6064
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5592
- var import_jsx_runtime51 = require("react/jsx-runtime");
6065
+ var import_jsx_runtime84 = require("react/jsx-runtime");
5593
6066
 
5594
6067
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5595
- var import_jsx_runtime52 = require("react/jsx-runtime");
6068
+ var import_jsx_runtime85 = require("react/jsx-runtime");
5596
6069
 
5597
6070
  // src/spinbutton/spinbutton.spec.tsx
5598
- var import_jsx_runtime53 = require("react/jsx-runtime");
6071
+ var import_jsx_runtime86 = require("react/jsx-runtime");
5599
6072
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
5600
- var states23 = [];
5601
- var options22 = {
6073
+ var states30 = [];
6074
+ var options26 = {
5602
6075
  size: [Size.small, Size.medium, Size.large],
5603
6076
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5604
6077
  };
5605
- var defaultProps23 = {
6078
+ var defaultProps28 = {
5606
6079
  size: Size.medium,
5607
6080
  fillMode: FillMode.solid
5608
6081
  };
5609
6082
  var SpinButton = (props) => {
5610
6083
  const {
5611
- size = defaultProps23.size,
5612
- fillMode = defaultProps23.fillMode,
6084
+ size = defaultProps28.size,
6085
+ fillMode = defaultProps28.fillMode,
5613
6086
  ...other
5614
6087
  } = props;
5615
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
6088
+ return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
5616
6089
  "span",
5617
6090
  {
5618
6091
  ...other,
@@ -5621,7 +6094,7 @@ var SpinButton = (props) => {
5621
6094
  props.className
5622
6095
  ),
5623
6096
  children: [
5624
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
6097
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
5625
6098
  Button,
5626
6099
  {
5627
6100
  className: "k-spinner-increase",
@@ -5631,7 +6104,7 @@ var SpinButton = (props) => {
5631
6104
  fillMode
5632
6105
  }
5633
6106
  ),
5634
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
6107
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
5635
6108
  Button,
5636
6109
  {
5637
6110
  className: "k-spinner-decrease",
@@ -5645,15 +6118,15 @@ var SpinButton = (props) => {
5645
6118
  }
5646
6119
  );
5647
6120
  };
5648
- SpinButton.states = states23;
5649
- SpinButton.options = options22;
6121
+ SpinButton.states = states30;
6122
+ SpinButton.options = options26;
5650
6123
  SpinButton.className = SPINBUTTON_CLASSNAME;
5651
- SpinButton.defaultProps = defaultProps23;
6124
+ SpinButton.defaultProps = defaultProps28;
5652
6125
 
5653
6126
  // src/numerictextbox/numerictextbox.spec.tsx
5654
- var import_jsx_runtime54 = require("react/jsx-runtime");
6127
+ var import_jsx_runtime87 = require("react/jsx-runtime");
5655
6128
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
5656
- var states24 = [
6129
+ var states31 = [
5657
6130
  States.hover,
5658
6131
  States.focus,
5659
6132
  States.valid,
@@ -5663,12 +6136,12 @@ var states24 = [
5663
6136
  States.disabled,
5664
6137
  States.readonly
5665
6138
  ];
5666
- var options23 = {
6139
+ var options27 = {
5667
6140
  size: [Size.small, Size.medium, Size.large],
5668
6141
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5669
6142
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5670
6143
  };
5671
- var defaultProps24 = {
6144
+ var defaultProps29 = {
5672
6145
  showSpinButton: true,
5673
6146
  showClearButton: true,
5674
6147
  size: Input.defaultProps.size,
@@ -5692,11 +6165,11 @@ var NumericTextbox = (props) => {
5692
6165
  loading,
5693
6166
  disabled,
5694
6167
  readonly,
5695
- showClearButton = defaultProps24.showClearButton,
5696
- showSpinButton = defaultProps24.showSpinButton,
6168
+ showClearButton = defaultProps29.showClearButton,
6169
+ showSpinButton = defaultProps29.showSpinButton,
5697
6170
  ...other
5698
6171
  } = props;
5699
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
6172
+ return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(
5700
6173
  Input,
5701
6174
  {
5702
6175
  ...other,
@@ -5713,12 +6186,12 @@ var NumericTextbox = (props) => {
5713
6186
  readonly,
5714
6187
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
5715
6188
  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, {})
6189
+ prefix && /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(import_jsx_runtime87.Fragment, { children: [
6190
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(InputPrefix, { children: prefix }),
6191
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(InputSeparator, {})
5719
6192
  ] }),
5720
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(InputInnerInput, { placeholder, value }),
5721
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6193
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(InputInnerInput, { placeholder, value }),
6194
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
5722
6195
  InputValidationIcon,
5723
6196
  {
5724
6197
  valid,
@@ -5727,14 +6200,14 @@ var NumericTextbox = (props) => {
5727
6200
  disabled
5728
6201
  }
5729
6202
  ),
5730
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6203
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
5731
6204
  InputLoadingIcon,
5732
6205
  {
5733
6206
  loading,
5734
6207
  disabled
5735
6208
  }
5736
6209
  ),
5737
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6210
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
5738
6211
  InputClearValue,
5739
6212
  {
5740
6213
  loading,
@@ -5743,11 +6216,11 @@ var NumericTextbox = (props) => {
5743
6216
  value
5744
6217
  }
5745
6218
  ),
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 })
6219
+ suffix && /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(import_jsx_runtime87.Fragment, { children: [
6220
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(InputSeparator, {}),
6221
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(InputSuffix, { children: suffix })
5749
6222
  ] }),
5750
- showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6223
+ showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
5751
6224
  SpinButton,
5752
6225
  {
5753
6226
  className: "k-input-spinner",
@@ -5759,31 +6232,31 @@ var NumericTextbox = (props) => {
5759
6232
  }
5760
6233
  );
5761
6234
  };
5762
- NumericTextbox.states = states24;
5763
- NumericTextbox.options = options23;
6235
+ NumericTextbox.states = states31;
6236
+ NumericTextbox.options = options27;
5764
6237
  NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
5765
- NumericTextbox.defaultProps = defaultProps24;
6238
+ NumericTextbox.defaultProps = defaultProps29;
5766
6239
 
5767
6240
  // src/numerictextbox/templates/numerictextbox-normal.tsx
5768
- var import_jsx_runtime55 = require("react/jsx-runtime");
6241
+ var import_jsx_runtime88 = require("react/jsx-runtime");
5769
6242
 
5770
6243
  // src/numerictextbox/templates/numerictextbox-prefix.tsx
5771
- var import_jsx_runtime56 = require("react/jsx-runtime");
6244
+ var import_jsx_runtime89 = require("react/jsx-runtime");
5772
6245
 
5773
6246
  // src/numerictextbox/templates/numerictextbox-suffix.tsx
5774
- var import_jsx_runtime57 = require("react/jsx-runtime");
6247
+ var import_jsx_runtime90 = require("react/jsx-runtime");
5775
6248
 
5776
6249
  // src/pager/pager.spec.tsx
5777
- var import_jsx_runtime58 = require("react/jsx-runtime");
6250
+ var import_jsx_runtime91 = require("react/jsx-runtime");
5778
6251
  var PAGER_CLASSNAME = `k-pager`;
5779
- var states25 = [
6252
+ var states32 = [
5780
6253
  States.focus,
5781
6254
  States.disabled
5782
6255
  ];
5783
- var options24 = {
6256
+ var options28 = {
5784
6257
  size: [Size.small, Size.medium, Size.large]
5785
6258
  };
5786
- var defaultProps25 = {
6259
+ var defaultProps30 = {
5787
6260
  size: Size.medium,
5788
6261
  adaptive: false,
5789
6262
  itemsPerPage: true,
@@ -5794,19 +6267,19 @@ var defaultProps25 = {
5794
6267
  };
5795
6268
  var Pager = (props) => {
5796
6269
  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,
6270
+ size = defaultProps30.size,
6271
+ adaptive = defaultProps30.adaptive,
6272
+ itemsPerPage = defaultProps30.itemsPerPage,
6273
+ type = defaultProps30.type,
6274
+ pageSizes = defaultProps30.pageSizes,
6275
+ refresh = defaultProps30.refresh,
6276
+ info = defaultProps30.info,
5804
6277
  focus,
5805
6278
  disabled,
5806
6279
  dir,
5807
6280
  ...other
5808
6281
  } = props;
5809
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
6282
+ return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
5810
6283
  "div",
5811
6284
  {
5812
6285
  dir,
@@ -5823,14 +6296,14 @@ var Pager = (props) => {
5823
6296
  })
5824
6297
  ),
5825
6298
  children: [
5826
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
6299
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
5827
6300
  "div",
5828
6301
  {
5829
6302
  className: classNames(
5830
6303
  "k-pager-numbers-wrap"
5831
6304
  ),
5832
6305
  children: [
5833
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6306
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
5834
6307
  Button,
5835
6308
  {
5836
6309
  className: classNames(
@@ -5844,7 +6317,7 @@ var Pager = (props) => {
5844
6317
  icon: dir === "rtl" ? "caret-alt-to-right" : "caret-alt-to-left"
5845
6318
  }
5846
6319
  ),
5847
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6320
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
5848
6321
  Button,
5849
6322
  {
5850
6323
  className: classNames(
@@ -5857,14 +6330,14 @@ var Pager = (props) => {
5857
6330
  icon: dir === "rtl" ? "caret-alt-right" : "caret-alt-left"
5858
6331
  }
5859
6332
  ),
5860
- type === "numeric" && !adaptive && /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
6333
+ type === "numeric" && !adaptive && /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
5861
6334
  "div",
5862
6335
  {
5863
6336
  className: classNames(
5864
6337
  "k-pager-numbers"
5865
6338
  ),
5866
6339
  children: [
5867
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6340
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
5868
6341
  Button,
5869
6342
  {
5870
6343
  selected: true,
@@ -5875,7 +6348,7 @@ var Pager = (props) => {
5875
6348
  children: "1"
5876
6349
  }
5877
6350
  ),
5878
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6351
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
5879
6352
  Button,
5880
6353
  {
5881
6354
  fillMode: "flat",
@@ -5885,7 +6358,7 @@ var Pager = (props) => {
5885
6358
  children: "2"
5886
6359
  }
5887
6360
  ),
5888
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6361
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
5889
6362
  Button,
5890
6363
  {
5891
6364
  fillMode: "flat",
@@ -5895,7 +6368,7 @@ var Pager = (props) => {
5895
6368
  children: "3"
5896
6369
  }
5897
6370
  ),
5898
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6371
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
5899
6372
  Button,
5900
6373
  {
5901
6374
  fillMode: "flat",
@@ -5905,7 +6378,7 @@ var Pager = (props) => {
5905
6378
  children: "4"
5906
6379
  }
5907
6380
  ),
5908
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6381
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
5909
6382
  Button,
5910
6383
  {
5911
6384
  fillMode: "flat",
@@ -5915,7 +6388,7 @@ var Pager = (props) => {
5915
6388
  children: "5"
5916
6389
  }
5917
6390
  ),
5918
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6391
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
5919
6392
  Button,
5920
6393
  {
5921
6394
  fillMode: "flat",
@@ -5928,7 +6401,7 @@ var Pager = (props) => {
5928
6401
  ]
5929
6402
  }
5930
6403
  ),
5931
- type === "numeric" && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6404
+ type === "numeric" && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
5932
6405
  "select",
5933
6406
  {
5934
6407
  className: classNames(
@@ -5944,23 +6417,23 @@ var Pager = (props) => {
5944
6417
  ["k-hidden"]: !adaptive
5945
6418
  }
5946
6419
  ),
5947
- children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("option", { children: "99" })
6420
+ children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("option", { children: "99" })
5948
6421
  }
5949
6422
  ),
5950
- type === "input" && /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
6423
+ type === "input" && /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
5951
6424
  "span",
5952
6425
  {
5953
6426
  className: classNames(
5954
6427
  "k-pager-input"
5955
6428
  ),
5956
6429
  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" })
6430
+ !adaptive && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("span", { children: "Page" }),
6431
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(NumericTextbox, { value: "999", size, showSpinButton: false, showClearButton: false }),
6432
+ !adaptive && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("span", { children: "of 8" })
5960
6433
  ]
5961
6434
  }
5962
6435
  ),
5963
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6436
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
5964
6437
  Button,
5965
6438
  {
5966
6439
  className: classNames(
@@ -5972,7 +6445,7 @@ var Pager = (props) => {
5972
6445
  icon: dir === "rtl" ? "caret-alt-left" : "caret-alt-right"
5973
6446
  }
5974
6447
  ),
5975
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6448
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
5976
6449
  Button,
5977
6450
  {
5978
6451
  className: classNames(
@@ -5988,19 +6461,19 @@ var Pager = (props) => {
5988
6461
  ]
5989
6462
  }
5990
6463
  ),
5991
- pageSizes && /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
6464
+ pageSizes && /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
5992
6465
  "span",
5993
6466
  {
5994
6467
  className: classNames(
5995
6468
  "k-pager-sizes"
5996
6469
  ),
5997
6470
  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" })
6471
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(DropdownList, { value: "99", size }),
6472
+ itemsPerPage && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("span", { children: "items per page" })
6000
6473
  ]
6001
6474
  }
6002
6475
  ),
6003
- refresh && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6476
+ refresh && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
6004
6477
  Button,
6005
6478
  {
6006
6479
  className: classNames(
@@ -6012,7 +6485,7 @@ var Pager = (props) => {
6012
6485
  icon: "arrow-rotate-cw"
6013
6486
  }
6014
6487
  ),
6015
- info && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6488
+ info && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
6016
6489
  "span",
6017
6490
  {
6018
6491
  className: classNames(
@@ -6025,154 +6498,2251 @@ var Pager = (props) => {
6025
6498
  }
6026
6499
  );
6027
6500
  };
6028
- Pager.states = states25;
6029
- Pager.options = options24;
6501
+ Pager.states = states32;
6502
+ Pager.options = options28;
6030
6503
  Pager.className = PAGER_CLASSNAME;
6031
- Pager.defaultProps = defaultProps25;
6504
+ Pager.defaultProps = defaultProps30;
6032
6505
 
6033
6506
  // src/pager/templates/pager-normal.tsx
6034
- var import_jsx_runtime59 = require("react/jsx-runtime");
6507
+ var import_jsx_runtime92 = require("react/jsx-runtime");
6035
6508
 
6036
6509
  // src/pager/templates/pager-input.tsx
6037
- var import_jsx_runtime60 = require("react/jsx-runtime");
6510
+ var import_jsx_runtime93 = require("react/jsx-runtime");
6038
6511
 
6039
6512
  // src/pager/templates/pager-adaptive.tsx
6040
- var import_jsx_runtime61 = require("react/jsx-runtime");
6513
+ var import_jsx_runtime94 = require("react/jsx-runtime");
6041
6514
 
6042
6515
  // src/pager/templates/pager-adaptive-input.tsx
6043
- var import_jsx_runtime62 = require("react/jsx-runtime");
6516
+ var import_jsx_runtime95 = require("react/jsx-runtime");
6044
6517
 
6045
- // src/grid/tests/grid-pager.tsx
6046
- var import_jsx_runtime63 = require("react/jsx-runtime");
6047
- var grid_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-2", children: [
6048
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { children: "jQuery grid" }),
6049
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { children: "Angular grid" }),
6050
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
6051
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
6052
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("colgroup", { children: [
6053
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("col", { style: { width: "100px" } }),
6054
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("col", {})
6055
- ] }),
6056
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("tr", { className: "k-table-row", children: [
6057
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-column-title", children: "100px" }) }) }) }),
6058
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-column-title", children: "no width" }) }) }) })
6059
- ] }) })
6060
- ] }) }) }),
6061
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
6062
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("colgroup", { children: [
6063
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("col", { style: { width: "100px" } }),
6064
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("col", {})
6065
- ] }),
6066
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("tbody", { className: "k-table-tbody", children: [
6067
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("tr", { className: "k-table-row", children: [
6068
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("td", { className: "k-table-td", children: "1" }),
6069
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("td", { className: "k-table-td", children: "Row" })
6070
- ] }),
6071
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
6072
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("td", { className: "k-table-td", children: "2" }),
6073
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("td", { className: "k-table-td", children: "Alt row" })
6074
- ] })
6075
- ] })
6076
- ] }) }),
6077
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Pager, { className: "k-grid-pager", focus: true })
6078
- ] }) }),
6079
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
6080
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("div", { className: "k-grid-aria-root", children: [
6081
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
6082
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("colgroup", { children: [
6083
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("col", { style: { width: "100px" } }),
6084
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("col", {})
6085
- ] }),
6086
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("tr", { className: "k-table-row", children: [
6087
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-column-title", children: "100px" }) }) }) }),
6088
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-column-title", children: "no width" }) }) }) })
6089
- ] }) })
6090
- ] }) }) }),
6091
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("div", { className: "k-grid-content k-virtual-content", children: [
6092
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
6093
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("colgroup", { children: [
6094
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("col", { style: { width: "100px" } }),
6095
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("col", {})
6096
- ] }),
6097
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("tbody", { className: "k-table-tbody", children: [
6098
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("tr", { className: "k-table-row", children: [
6099
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("td", { className: "k-table-td", children: "1" }),
6100
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("td", { className: "k-table-td", children: "Row" })
6101
- ] }),
6102
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
6103
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("td", { className: "k-table-td", children: "2" }),
6104
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("td", { className: "k-table-td", children: "Alt row" })
6105
- ] })
6106
- ] })
6107
- ] }) }),
6108
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { style: { height: "0px" } }) })
6109
- ] }) })
6110
- ] }),
6111
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Pager, { className: "k-grid-pager", focus: true })
6112
- ] }) }),
6113
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { children: "jQuery grid pager top" }),
6114
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { children: "Angular grid pager top" }),
6115
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
6116
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Pager, { className: "k-grid-pager k-grid-pager-top" }),
6117
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
6118
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("colgroup", { children: [
6119
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("col", { style: { width: "100px" } }),
6120
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("col", {})
6121
- ] }),
6122
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("tr", { className: "k-table-row", children: [
6123
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-column-title", children: "100px" }) }) }) }),
6124
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-column-title", children: "no width" }) }) }) })
6125
- ] }) })
6126
- ] }) }) }),
6127
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
6128
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("colgroup", { children: [
6129
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("col", { style: { width: "100px" } }),
6130
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("col", {})
6131
- ] }),
6132
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("tbody", { className: "k-table-tbody", children: [
6133
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("tr", { className: "k-table-row", children: [
6134
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("td", { className: "k-table-td", children: "1" }),
6135
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("td", { className: "k-table-td", children: "Row" })
6136
- ] }),
6137
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
6138
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("td", { className: "k-table-td", children: "2" }),
6139
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("td", { className: "k-table-td", children: "Alt row" })
6140
- ] })
6141
- ] })
6142
- ] }) })
6143
- ] }) }),
6144
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
6145
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Pager, { className: "k-grid-pager k-grid-pager-top" }),
6146
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("div", { className: "k-grid-aria-root", children: [
6147
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("table", { className: "k-table k-table-md k-grid-header-table", children: [
6148
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("colgroup", { children: [
6149
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("col", { style: { width: "100px" } }),
6150
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("col", {})
6151
- ] }),
6152
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("thead", { className: "k-table-thead", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("tr", { className: "k-table-row", children: [
6153
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-column-title", children: "100px" }) }) }) }),
6154
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("th", { className: "k-table-th k-header", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-cell-inner", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "k-column-title", children: "no width" }) }) }) })
6155
- ] }) })
6156
- ] }) }) }),
6157
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-grid-container", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("div", { className: "k-grid-content k-virtual-content", children: [
6158
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("table", { className: "k-table k-table-md k-grid-table", children: [
6159
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("colgroup", { children: [
6160
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("col", { style: { width: "100px" } }),
6161
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("col", {})
6162
- ] }),
6163
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("tbody", { className: "k-table-tbody", children: [
6164
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("tr", { className: "k-table-row", children: [
6165
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("td", { className: "k-table-td", children: "1" }),
6166
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("td", { className: "k-table-td", children: "Row" })
6167
- ] }),
6168
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
6169
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("td", { className: "k-table-td", children: "2" }),
6170
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("td", { className: "k-table-td", children: "Alt row" })
6171
- ] })
6172
- ] })
6173
- ] }) }),
6174
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { style: { height: "0px" } }) })
6175
- ] }) })
6176
- ] })
6518
+ // src/grid/grid-pager.spec.tsx
6519
+ var import_jsx_runtime96 = require("react/jsx-runtime");
6520
+ var className22 = `k-grid-pager`;
6521
+ var GridPager = (props) => /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
6522
+ Pager,
6523
+ {
6524
+ ...props,
6525
+ className: classNames(
6526
+ props.className,
6527
+ className22
6528
+ ),
6529
+ children: props.children
6530
+ }
6531
+ );
6532
+
6533
+ // src/button-group/button-group.spec.tsx
6534
+ var import_jsx_runtime97 = require("react/jsx-runtime");
6535
+ var BUTTONGROUP_CLASSNAME = `k-button-group`;
6536
+ var states33 = [
6537
+ States.disabled
6538
+ ];
6539
+ var options29 = {
6540
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
6541
+ };
6542
+ var defaultProps31 = {
6543
+ fillMode: FillMode.solid
6544
+ };
6545
+ var ButtonGroup = (props) => {
6546
+ const {
6547
+ fillMode = defaultProps31.fillMode,
6548
+ disabled,
6549
+ stretched,
6550
+ ...other
6551
+ } = props;
6552
+ return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
6553
+ "div",
6554
+ {
6555
+ ...other,
6556
+ className: classNames(
6557
+ props.className,
6558
+ BUTTONGROUP_CLASSNAME,
6559
+ optionClassNames(BUTTONGROUP_CLASSNAME, {
6560
+ fillMode
6561
+ }),
6562
+ stateClassNames(BUTTONGROUP_CLASSNAME, {
6563
+ disabled
6564
+ }),
6565
+ {
6566
+ [`${BUTTONGROUP_CLASSNAME}-stretched`]: stretched
6567
+ }
6568
+ ),
6569
+ children: props.children
6570
+ }
6571
+ );
6572
+ };
6573
+ ButtonGroup.states = states33;
6574
+ ButtonGroup.options = options29;
6575
+ ButtonGroup.className = BUTTONGROUP_CLASSNAME;
6576
+ ButtonGroup.defaultProps = defaultProps31;
6577
+
6578
+ // src/button-group/templates/icon-button-group.tsx
6579
+ var import_jsx_runtime98 = require("react/jsx-runtime");
6580
+
6581
+ // src/button-group/templates/icon-text-button-group.tsx
6582
+ var import_jsx_runtime99 = require("react/jsx-runtime");
6583
+
6584
+ // src/button-group/templates/text-button-group.tsx
6585
+ var import_jsx_runtime100 = require("react/jsx-runtime");
6586
+
6587
+ // src/button-group/templates/mixed-button-group.tsx
6588
+ var import_jsx_runtime101 = require("react/jsx-runtime");
6589
+
6590
+ // src/color-preview/color-preview.tsx
6591
+ var import_jsx_runtime102 = require("react/jsx-runtime");
6592
+ var COLORPREVIEW_CLASSNAME = `k-color-preview`;
6593
+ var states34 = [];
6594
+ var options30 = {};
6595
+ var ColorPreview = (props) => {
6596
+ const {
6597
+ color,
6598
+ iconName,
6599
+ ...other
6600
+ } = props;
6601
+ return /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
6602
+ "span",
6603
+ {
6604
+ ...other,
6605
+ className: classNames(
6606
+ props.className,
6607
+ COLORPREVIEW_CLASSNAME,
6608
+ {
6609
+ "k-icon-color-preview": iconName,
6610
+ "k-no-color": !color
6611
+ }
6612
+ ),
6613
+ children: [
6614
+ iconName && /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6615
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
6616
+ "span",
6617
+ {
6618
+ className: "k-color-preview-mask",
6619
+ style: { backgroundColor: color }
6620
+ }
6621
+ )
6622
+ ]
6623
+ }
6624
+ );
6625
+ };
6626
+ ColorPreview.states = states34;
6627
+ ColorPreview.options = options30;
6628
+ ColorPreview.className = COLORPREVIEW_CLASSNAME;
6629
+
6630
+ // src/colorpicker/colorpicker.spec.tsx
6631
+ var import_jsx_runtime103 = require("react/jsx-runtime");
6632
+ var COLORPICKER_CLASSNAME = `k-colorpicker`;
6633
+ var states35 = [
6634
+ States.hover,
6635
+ States.focus,
6636
+ States.valid,
6637
+ States.invalid,
6638
+ States.required,
6639
+ States.disabled
6640
+ ];
6641
+ var options31 = {
6642
+ size: [Size.small, Size.medium, Size.large],
6643
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6644
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6645
+ };
6646
+ var defaultProps32 = {
6647
+ arrowIconName: "caret-alt-down",
6648
+ size: Picker.defaultProps.size,
6649
+ rounded: Picker.defaultProps.rounded,
6650
+ fillMode: Picker.defaultProps.fillMode
6651
+ };
6652
+ var ColorPicker = (props) => {
6653
+ const {
6654
+ prefix,
6655
+ suffix,
6656
+ value,
6657
+ placeholder,
6658
+ size,
6659
+ rounded,
6660
+ fillMode,
6661
+ hover,
6662
+ focus,
6663
+ valid,
6664
+ invalid,
6665
+ required,
6666
+ disabled,
6667
+ valueIconName,
6668
+ arrowIconName = defaultProps32.arrowIconName,
6669
+ popup,
6670
+ opened,
6671
+ ...other
6672
+ } = props;
6673
+ return /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(import_jsx_runtime103.Fragment, { children: [
6674
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(
6675
+ Picker,
6676
+ {
6677
+ ...other,
6678
+ size,
6679
+ rounded,
6680
+ fillMode,
6681
+ hover,
6682
+ focus,
6683
+ valid,
6684
+ invalid,
6685
+ required,
6686
+ disabled,
6687
+ className: classNames(
6688
+ props.className,
6689
+ COLORPICKER_CLASSNAME,
6690
+ "k-icon-picker"
6691
+ ),
6692
+ children: [
6693
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(InputPrefix, { children: prefix }),
6694
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
6695
+ InputInnerSpan,
6696
+ {
6697
+ placeholder,
6698
+ value,
6699
+ showValue: false,
6700
+ valueIcon: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
6701
+ ColorPreview,
6702
+ {
6703
+ className: "k-value-icon",
6704
+ color: value,
6705
+ iconName: valueIconName
6706
+ }
6707
+ ),
6708
+ valueIconName
6709
+ }
6710
+ ),
6711
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(InputSuffix, { children: suffix }),
6712
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
6713
+ Button,
6714
+ {
6715
+ className: "k-input-button",
6716
+ icon: arrowIconName,
6717
+ rounded: null,
6718
+ size,
6719
+ fillMode
6720
+ }
6721
+ )
6722
+ ]
6723
+ }
6724
+ ),
6725
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(Popup, { className: "k-color-picker-popup", children: popup })
6726
+ ] });
6727
+ };
6728
+ ColorPicker.states = states35;
6729
+ ColorPicker.options = options31;
6730
+ ColorPicker.className = COLORPICKER_CLASSNAME;
6731
+ ColorPicker.defaultProps = defaultProps32;
6732
+
6733
+ // src/colorpicker/templates/colorpicker-normal.tsx
6734
+ var import_jsx_runtime104 = require("react/jsx-runtime");
6735
+
6736
+ // src/action-buttons/action-buttons.spec.tsx
6737
+ var import_jsx_runtime105 = require("react/jsx-runtime");
6738
+ var ACTIONBUTTONS_CLASSNAME = `k-actions`;
6739
+ var states36 = [];
6740
+ var options32 = {};
6741
+ var defaultProps33 = {
6742
+ alignment: "start",
6743
+ orientation: "horizontal"
6744
+ };
6745
+ var ActionButtons = (props) => {
6746
+ const {
6747
+ alignment = defaultProps33.alignment,
6748
+ orientation = defaultProps33.orientation,
6749
+ ...other
6750
+ } = props;
6751
+ return /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
6752
+ "div",
6753
+ {
6754
+ ...other,
6755
+ className: classNames(
6756
+ ACTIONBUTTONS_CLASSNAME,
6757
+ {
6758
+ [`${ACTIONBUTTONS_CLASSNAME}-${alignment}`]: alignment,
6759
+ [`${ACTIONBUTTONS_CLASSNAME}-${orientation}`]: orientation
6760
+ },
6761
+ props.className
6762
+ ),
6763
+ children: props.children
6764
+ }
6765
+ );
6766
+ };
6767
+ ActionButtons.states = states36;
6768
+ ActionButtons.options = options32;
6769
+ ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
6770
+ ActionButtons.defaultProps = defaultProps33;
6771
+ var action_buttons_spec_default = ActionButtons;
6772
+
6773
+ // src/slider/slider.spec.tsx
6774
+ var import_jsx_runtime106 = require("react/jsx-runtime");
6775
+ var SLIDER_CLASSNAME = "k-slider";
6776
+ var states37 = [
6777
+ States.hover,
6778
+ States.focus,
6779
+ States.active,
6780
+ States.disabled,
6781
+ States.readonly
6782
+ ];
6783
+ var options33 = {};
6784
+ var defaultProps34 = {
6785
+ type: "single",
6786
+ orientation: "horizontal",
6787
+ readonly: false,
6788
+ disabled: false,
6789
+ handlePosition: "end",
6790
+ showButtons: true,
6791
+ showTicks: true
6792
+ };
6793
+ var Slider = (props) => {
6794
+ const {
6795
+ type = defaultProps34.type,
6796
+ orientation = defaultProps34.orientation,
6797
+ readonly = defaultProps34.readonly,
6798
+ disabled = defaultProps34.disabled,
6799
+ handlePosition = defaultProps34.handlePosition,
6800
+ showButtons = defaultProps34.showButtons,
6801
+ showTicks = defaultProps34.showTicks,
6802
+ hover,
6803
+ focus,
6804
+ active,
6805
+ trackStyle,
6806
+ dir
6807
+ } = props;
6808
+ let iconIncrease;
6809
+ let iconDecrease;
6810
+ if (orientation === "horizontal") {
6811
+ iconIncrease = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
6812
+ iconDecrease = dir === "rtl" ? "caret-alt-right" : "caret-alt-left";
6813
+ } else if (orientation === "vertical") {
6814
+ iconIncrease = "caret-alt-up";
6815
+ iconDecrease = "caret-alt-down";
6816
+ }
6817
+ return /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)("div", { className: classNames(
6818
+ SLIDER_CLASSNAME,
6819
+ props.className,
6820
+ stateClassNames(SLIDER_CLASSNAME, {
6821
+ readonly,
6822
+ disabled
6823
+ }),
6824
+ {
6825
+ [`k-slider-${orientation}`]: orientation,
6826
+ "k-colorgradient-slider": type === "gradient",
6827
+ "k-range-slider": type === "range"
6828
+ }
6829
+ ), dir, children: [
6830
+ showButtons && /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
6831
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)("div", { className: "k-slider-track-wrap", children: [
6832
+ showTicks && /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("ul", { className: "k-reset k-slider-items", children: props.children }),
6833
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)("div", { className: "k-slider-track", style: trackStyle, children: [
6834
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("div", { className: "k-slider-selection" }),
6835
+ type === "range" && /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("span", { className: classNames(
6836
+ "k-draghandle",
6837
+ "k-draghandle-start",
6838
+ stateClassNames(SLIDER_CLASSNAME, {
6839
+ hover,
6840
+ focus,
6841
+ active
6842
+ })
6843
+ ) }),
6844
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("span", { className: classNames(
6845
+ "k-draghandle",
6846
+ `k-draghandle-${handlePosition}`,
6847
+ stateClassNames(SLIDER_CLASSNAME, {
6848
+ hover,
6849
+ focus,
6850
+ active
6851
+ })
6852
+ ) })
6853
+ ] })
6854
+ ] }),
6855
+ showButtons && /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
6856
+ ] });
6857
+ };
6858
+ Slider.states = states37;
6859
+ Slider.options = options33;
6860
+ Slider.className = SLIDER_CLASSNAME;
6861
+ Slider.defaultProps = defaultProps34;
6862
+
6863
+ // src/slider/slider-tick.tsx
6864
+ var import_jsx_runtime107 = require("react/jsx-runtime");
6865
+ var SLIDER_TICK_CLASSNAME = "k-tick";
6866
+ var states38 = [];
6867
+ var options34 = {};
6868
+ var defaultProps35 = {
6869
+ label: false
6870
+ };
6871
+ var SliderTick = (props) => {
6872
+ const {
6873
+ style,
6874
+ label = defaultProps35.label,
6875
+ orientation,
6876
+ large,
6877
+ text
6878
+ } = props;
6879
+ return /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("li", { className: classNames(
6880
+ props.className,
6881
+ SLIDER_TICK_CLASSNAME,
6882
+ {
6883
+ [`k-tick-${orientation}`]: orientation,
6884
+ "k-tick-large": large
6885
+ }
6886
+ ), style, children: label && /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("span", { className: "k-label", children: text }) });
6887
+ };
6888
+ SliderTick.states = states38;
6889
+ SliderTick.options = options34;
6890
+ SliderTick.className = SLIDER_TICK_CLASSNAME;
6891
+ SliderTick.defaultProps = defaultProps35;
6892
+
6893
+ // src/slider/templates/slider-normal.tsx
6894
+ var import_jsx_runtime108 = require("react/jsx-runtime");
6895
+
6896
+ // src/slider/templates/slider-vertical.tsx
6897
+ var import_jsx_runtime109 = require("react/jsx-runtime");
6898
+
6899
+ // src/slider/templates/slider-range.tsx
6900
+ var import_jsx_runtime110 = require("react/jsx-runtime");
6901
+
6902
+ // src/slider/templates/slider-range-vertical.tsx
6903
+ var import_jsx_runtime111 = require("react/jsx-runtime");
6904
+
6905
+ // src/slider/templates/slider-gradient.tsx
6906
+ var import_jsx_runtime112 = require("react/jsx-runtime");
6907
+
6908
+ // src/slider/templates/slider-gradient-vertical.tsx
6909
+ var import_jsx_runtime113 = require("react/jsx-runtime");
6910
+ var SliderGradientVertical = (props) => /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
6911
+ Slider,
6912
+ {
6913
+ type: "gradient",
6914
+ orientation: "vertical",
6915
+ showButtons: false,
6916
+ showTicks: false,
6917
+ children: /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(import_jsx_runtime113.Fragment, { children: [
6918
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, { label: true, large: true, text: "0" }),
6919
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, {}),
6920
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, {}),
6921
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, {}),
6922
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, {}),
6923
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, { label: true, large: true, text: "5" }),
6924
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, {}),
6925
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, {}),
6926
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, {}),
6927
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, {}),
6928
+ /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(SliderTick, { label: true, large: true, text: "10" })
6929
+ ] }),
6930
+ ...props
6931
+ }
6932
+ );
6933
+
6934
+ // src/textbox/textbox.spec.tsx
6935
+ var import_jsx_runtime114 = require("react/jsx-runtime");
6936
+ var TEXTBOX_CLASSNAME = `k-textbox`;
6937
+ var states39 = [
6938
+ States.hover,
6939
+ States.focus,
6940
+ States.valid,
6941
+ States.invalid,
6942
+ States.required,
6943
+ States.disabled,
6944
+ States.loading,
6945
+ States.readonly
6946
+ ];
6947
+ var options35 = {
6948
+ size: [Size.small, Size.medium, Size.large],
6949
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6950
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6951
+ };
6952
+ var defaultProps36 = {
6953
+ showClearButton: true,
6954
+ size: Input.defaultProps.size,
6955
+ rounded: Input.defaultProps.rounded,
6956
+ fillMode: Input.defaultProps.fillMode
6957
+ };
6958
+ var Textbox = (props) => {
6959
+ const {
6960
+ prefix,
6961
+ suffix,
6962
+ value,
6963
+ placeholder,
6964
+ size,
6965
+ rounded,
6966
+ fillMode,
6967
+ hover,
6968
+ focus,
6969
+ valid,
6970
+ invalid,
6971
+ required,
6972
+ loading,
6973
+ disabled,
6974
+ readonly,
6975
+ showClearButton = defaultProps36.showClearButton,
6976
+ ...other
6977
+ } = props;
6978
+ return /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
6979
+ Input,
6980
+ {
6981
+ ...other,
6982
+ size,
6983
+ rounded,
6984
+ fillMode,
6985
+ hover,
6986
+ focus,
6987
+ valid,
6988
+ invalid,
6989
+ required,
6990
+ loading,
6991
+ disabled,
6992
+ readonly,
6993
+ className: classNames(props.className, TEXTBOX_CLASSNAME),
6994
+ children: [
6995
+ prefix && /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(import_jsx_runtime114.Fragment, { children: [
6996
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(InputPrefix, { children: prefix }),
6997
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(InputSeparator, {})
6998
+ ] }),
6999
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(InputInnerInput, { placeholder, value }),
7000
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7001
+ InputValidationIcon,
7002
+ {
7003
+ valid,
7004
+ invalid,
7005
+ loading,
7006
+ disabled
7007
+ }
7008
+ ),
7009
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7010
+ InputLoadingIcon,
7011
+ {
7012
+ loading,
7013
+ disabled
7014
+ }
7015
+ ),
7016
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7017
+ InputClearValue,
7018
+ {
7019
+ loading,
7020
+ disabled,
7021
+ readonly,
7022
+ value
7023
+ }
7024
+ ),
7025
+ suffix && /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(import_jsx_runtime114.Fragment, { children: [
7026
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(InputSeparator, {}),
7027
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(InputSuffix, { children: suffix })
7028
+ ] })
7029
+ ]
7030
+ }
7031
+ );
7032
+ };
7033
+ Textbox.states = states39;
7034
+ Textbox.options = options35;
7035
+ Textbox.className = TEXTBOX_CLASSNAME;
7036
+ Textbox.defaultProps = defaultProps36;
7037
+
7038
+ // src/textbox/templates/textbox-normal.tsx
7039
+ var import_jsx_runtime115 = require("react/jsx-runtime");
7040
+
7041
+ // src/textbox/templates/textbox-prefix.tsx
7042
+ var import_jsx_runtime116 = require("react/jsx-runtime");
7043
+
7044
+ // src/textbox/templates/textbox-suffix.tsx
7045
+ var import_jsx_runtime117 = require("react/jsx-runtime");
7046
+
7047
+ // src/colorgradient/color-input.tsx
7048
+ var import_jsx_runtime118 = require("react/jsx-runtime");
7049
+ var COLOR_INPUT_CLASSNAME = "k-colorgradient-inputs";
7050
+ var states40 = [];
7051
+ var options36 = {};
7052
+ var defaultProps37 = {
7053
+ mode: "rgba"
7054
+ };
7055
+ var ColorInput = (props) => {
7056
+ const {
7057
+ mode = defaultProps37.mode
7058
+ } = props;
7059
+ return /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: classNames(COLOR_INPUT_CLASSNAME, "k-hstack"), children: [
7060
+ /* @__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" }) }),
7061
+ mode === "rgba" && /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(import_jsx_runtime118.Fragment, { children: [
7062
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
7063
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7064
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
7065
+ ] }),
7066
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
7067
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7068
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
7069
+ ] }),
7070
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
7071
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7072
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
7073
+ ] }),
7074
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
7075
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
7076
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
7077
+ ] })
7078
+ ] }),
7079
+ mode === "rgb" && /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(import_jsx_runtime118.Fragment, { children: [
7080
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
7081
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7082
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
7083
+ ] }),
7084
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
7085
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7086
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
7087
+ ] }),
7088
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
7089
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7090
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
7091
+ ] })
7092
+ ] }),
7093
+ mode === "hsva" && /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(import_jsx_runtime118.Fragment, { children: [
7094
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
7095
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7096
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
7097
+ ] }),
7098
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
7099
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7100
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
7101
+ ] }),
7102
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
7103
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7104
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
7105
+ ] }),
7106
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
7107
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
7108
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
7109
+ ] })
7110
+ ] }),
7111
+ mode === "hsv" && /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(import_jsx_runtime118.Fragment, { children: [
7112
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
7113
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7114
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
7115
+ ] }),
7116
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
7117
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7118
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
7119
+ ] }),
7120
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-vstack", children: [
7121
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
7122
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
7123
+ ] })
7124
+ ] }),
7125
+ 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: [
7126
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Textbox, { showClearButton: false, value: "#b88484AA", className: "k-hex-value" }),
7127
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("label", { className: "k-colorgradient-input-label", children: "HEX" })
7128
+ ] }) })
7129
+ ] });
7130
+ };
7131
+ ColorInput.states = states40;
7132
+ ColorInput.options = options36;
7133
+ ColorInput.className = COLOR_INPUT_CLASSNAME;
7134
+ ColorInput.defaultProps = defaultProps37;
7135
+
7136
+ // src/colorgradient/color-contrast.tsx
7137
+ var import_jsx_runtime119 = require("react/jsx-runtime");
7138
+ var COLOR_CONTRAST_CLASSNAME = "k-colorgradient-color-contrast";
7139
+ var states41 = [];
7140
+ var options37 = {};
7141
+ var defaultProps38 = {};
7142
+ var ColorContrast = () => /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { className: classNames(COLOR_CONTRAST_CLASSNAME, "k-vbox"), children: [
7143
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { className: "k-contrast-ratio", children: [
7144
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { className: "k-contrast-ratio-text", children: "Contrast ratio: 7.1" }),
7145
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
7146
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: "check" }),
7147
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: "check" })
7148
+ ] })
7149
+ ] }),
7150
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { children: [
7151
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { children: "AA: 4.5" }),
7152
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
7153
+ "Pass",
7154
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: "check" })
7155
+ ] })
7156
+ ] }),
7157
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("div", { children: [
7158
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("span", { children: "AAA: 7.0" }),
7159
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)("span", { className: "k-contrast-validation !k-text-error", children: [
7160
+ "Fail",
7161
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Icon, { icon: "x" })
7162
+ ] })
7163
+ ] })
7164
+ ] });
7165
+ ColorContrast.states = states41;
7166
+ ColorContrast.options = options37;
7167
+ ColorContrast.className = COLOR_CONTRAST_CLASSNAME;
7168
+ ColorContrast.defaultProps = defaultProps38;
7169
+
7170
+ // src/colorgradient/color-gradient.spec.tsx
7171
+ var import_jsx_runtime120 = require("react/jsx-runtime");
7172
+ var COLOR_GRADIENT_CLASSNAME = "k-colorgradient";
7173
+ var states42 = [
7174
+ States.hover,
7175
+ States.focus,
7176
+ States.readonly,
7177
+ States.disabled
7178
+ ];
7179
+ var options38 = {};
7180
+ var defaultProps39 = {
7181
+ mode: "rgba",
7182
+ readonly: false,
7183
+ disabled: false,
7184
+ contrast: false,
7185
+ gradientStyle: { background: "rgb(255, 0, 0 )" },
7186
+ dragHandleStyle: { top: "50px", left: "73px" },
7187
+ alphaStyle: { background: "linear-gradient(to top, transparent, rgb(255, 0, 0))" }
7188
+ };
7189
+ var ColorGradient = (props) => {
7190
+ const {
7191
+ mode = defaultProps39.mode,
7192
+ readonly = defaultProps39.readonly,
7193
+ disabled = defaultProps39.disabled,
7194
+ dir,
7195
+ contrast = defaultProps39.contrast,
7196
+ hover,
7197
+ focus,
7198
+ hoverHandle,
7199
+ focusHandle,
7200
+ gradientStyle = defaultProps39.gradientStyle,
7201
+ dragHandleStyle = defaultProps39.dragHandleStyle,
7202
+ alphaStyle = defaultProps39.alphaStyle
7203
+ } = props;
7204
+ return /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: classNames(
7205
+ props.className,
7206
+ COLOR_GRADIENT_CLASSNAME,
7207
+ stateClassNames(COLOR_GRADIENT_CLASSNAME, {
7208
+ hover,
7209
+ focus,
7210
+ readonly,
7211
+ disabled
7212
+ })
7213
+ ), dir, children: [
7214
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "k-colorgradient-canvas k-hstack", children: [
7215
+ /* @__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(
7216
+ "k-hsv-draghandle",
7217
+ "k-draghandle",
7218
+ {
7219
+ "k-hover": hoverHandle,
7220
+ "k-focus": focusHandle
7221
+ }
7222
+ ), style: dragHandleStyle }) }) }),
7223
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)("div", { className: "k-hsv-controls k-hstack", children: [
7224
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(SliderGradientVertical, { className: "k-hue-slider", hover: hoverHandle, focus: focusHandle }),
7225
+ mode !== "rgb" && mode !== "hsv" && /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(SliderGradientVertical, { className: "k-alpha-slider", hover: hoverHandle, focus: focusHandle, trackStyle: alphaStyle })
7226
+ ] })
7227
+ ] }),
7228
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(ColorInput, { mode: props.mode }),
7229
+ contrast && /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(ColorContrast, {})
7230
+ ] });
7231
+ };
7232
+ ColorGradient.states = states42;
7233
+ ColorGradient.options = options38;
7234
+ ColorGradient.className = COLOR_GRADIENT_CLASSNAME;
7235
+ ColorGradient.defaultProps = defaultProps39;
7236
+
7237
+ // src/colorgradient/templates/colorgradient-normal.tsx
7238
+ var import_jsx_runtime121 = require("react/jsx-runtime");
7239
+
7240
+ // src/colorgradient/templates/colorgradient-contrast.tsx
7241
+ var import_jsx_runtime122 = require("react/jsx-runtime");
7242
+
7243
+ // src/colorpalette/colorpalette-row.tsx
7244
+ var import_jsx_runtime123 = require("react/jsx-runtime");
7245
+ var ColorPaletteRow = (props) => /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("tr", { children: props.children });
7246
+
7247
+ // src/colorpalette/colorpalette-tile.tsx
7248
+ var import_jsx_runtime124 = require("react/jsx-runtime");
7249
+ var COLORPALETTETILE_CLASSNAME = `k-colorpalette-tile`;
7250
+ var states43 = [
7251
+ States.hover,
7252
+ States.focus,
7253
+ States.selected
7254
+ ];
7255
+ var options39 = {};
7256
+ var ColorPaletteTile = (props) => {
7257
+ const {
7258
+ color,
7259
+ tileSize,
7260
+ hover,
7261
+ focus,
7262
+ selected,
7263
+ ...other
7264
+ } = props;
7265
+ const styles = {
7266
+ "background-color": color,
7267
+ "width": tileSize ? tileSize + "px" : "",
7268
+ "height": tileSize ? tileSize + "px" : ""
7269
+ };
7270
+ return /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
7271
+ "td",
7272
+ {
7273
+ ...other,
7274
+ className: classNames(
7275
+ props.className,
7276
+ COLORPALETTETILE_CLASSNAME,
7277
+ stateClassNames(COLORPALETTETILE_CLASSNAME, {
7278
+ hover,
7279
+ focus,
7280
+ selected
7281
+ })
7282
+ ),
7283
+ style: styles
7284
+ }
7285
+ );
7286
+ };
7287
+ ColorPaletteTile.states = states43;
7288
+ ColorPaletteTile.options = options39;
7289
+ ColorPaletteTile.className = COLORPALETTETILE_CLASSNAME;
7290
+
7291
+ // src/colorpalette/colorpalette.spec.tsx
7292
+ var import_jsx_runtime125 = require("react/jsx-runtime");
7293
+ var COLORPALETTE_CLASSNAME = `k-colorpalette`;
7294
+ var states44 = [
7295
+ States.disabled
7296
+ ];
7297
+ var options40 = {};
7298
+ var defaultProps40 = {
7299
+ columns: 10
7300
+ };
7301
+ var ColorPalette = (props) => {
7302
+ const {
7303
+ palette,
7304
+ columns = defaultProps40.columns,
7305
+ tileSize,
7306
+ disabled,
7307
+ ...other
7308
+ } = props;
7309
+ const newChildren = [];
7310
+ if (palette) {
7311
+ const cols = columns || palette.columns;
7312
+ const colors = palette.colors ? palette.colors : palette;
7313
+ if (Array.isArray(colors)) {
7314
+ Array.from({ length: Math.ceil(colors.length / cols) }, (_, i) => {
7315
+ const items = [];
7316
+ colors.slice(i * cols, (i + 1) * cols).map((color) => {
7317
+ items.push(/* @__PURE__ */ (0, import_jsx_runtime125.jsx)(ColorPaletteTile, { color, tileSize }));
7318
+ });
7319
+ const row = /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(ColorPaletteRow, { children: items });
7320
+ newChildren.push(row);
7321
+ });
7322
+ }
7323
+ }
7324
+ return /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
7325
+ "div",
7326
+ {
7327
+ ...other,
7328
+ className: classNames(
7329
+ props.className,
7330
+ COLORPALETTE_CLASSNAME,
7331
+ stateClassNames(COLORPALETTE_CLASSNAME, {
7332
+ disabled
7333
+ })
7334
+ ),
7335
+ children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("table", { className: "k-colorpalette-table", children: newChildren.length > 0 ? newChildren : props.children })
7336
+ }
7337
+ );
7338
+ };
7339
+ ColorPalette.states = states44;
7340
+ ColorPalette.options = options40;
7341
+ ColorPalette.className = COLORPALETTE_CLASSNAME;
7342
+ ColorPalette.defaultProps = defaultProps40;
7343
+
7344
+ // src/colorpalette/templates/colorpalette-normal.tsx
7345
+ var import_jsx_runtime126 = require("react/jsx-runtime");
7346
+
7347
+ // src/colorpalette/colorpalette-presets.tsx
7348
+ var PALETTEPRESETS = {
7349
+ basic: {
7350
+ colors: ["#000000", "#7f7f7f", "#880015", "#ed1c24", "#ff7f27", "#fff200", "#22b14c", "#00a2e8", "#3f48cc", "#a349a4", "#ffffff", "#c3c3c3", "#b97a57", "#ffaec9", "#ffc90e", "#efe4b0", "#b5e61d", "#99d9ea", "#7092be", "#c8bfe7"],
7351
+ columns: 10
7352
+ },
7353
+ office: {
7354
+ 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"],
7355
+ columns: 10
7356
+ },
7357
+ apex: {
7358
+ 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"],
7359
+ columns: 10
7360
+ },
7361
+ austin: {
7362
+ 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"],
7363
+ columns: 10
7364
+ },
7365
+ clarity: {
7366
+ 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"],
7367
+ columns: 10
7368
+ },
7369
+ slipstream: {
7370
+ 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"],
7371
+ columns: 10
7372
+ },
7373
+ metro: {
7374
+ 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"],
7375
+ columns: 10
7376
+ },
7377
+ flow: {
7378
+ 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"],
7379
+ columns: 10
7380
+ },
7381
+ hardcover: {
7382
+ 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"],
7383
+ columns: 10
7384
+ },
7385
+ trek: {
7386
+ 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"],
7387
+ columns: 10
7388
+ },
7389
+ verve: {
7390
+ 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"],
7391
+ columns: 10
7392
+ },
7393
+ monochrome: {
7394
+ colors: ["#000000", "#1a1a1a", "#333333", "#4d4d4d", "#666666", "#808080", "#999999", "#b3b3b3", "#cccccc", "#e6e6e6", "#f2f2f2", "#ffffff"],
7395
+ columns: 12
7396
+ }
7397
+ };
7398
+
7399
+ // src/coloreditor/color-editor.spec.tsx
7400
+ var import_jsx_runtime127 = require("react/jsx-runtime");
7401
+ var COLOREDITOR_CLASSNAME = "k-coloreditor";
7402
+ var states45 = [
7403
+ States.focus
7404
+ ];
7405
+ var options41 = {};
7406
+ var defaultProps41 = {
7407
+ view: "gradient",
7408
+ currentColor: "fuchsia",
7409
+ palette: PALETTEPRESETS.office
7410
+ };
7411
+ var ColorEditor = (props) => {
7412
+ const {
7413
+ view = defaultProps41.view,
7414
+ color,
7415
+ currentColor = defaultProps41.currentColor,
7416
+ focus,
7417
+ focusView,
7418
+ dir,
7419
+ group,
7420
+ palette = defaultProps41.palette
7421
+ } = props;
7422
+ return /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)("div", { className: classNames(
7423
+ props.className,
7424
+ "k-flatcolorpicker",
7425
+ COLOREDITOR_CLASSNAME,
7426
+ stateClassNames(COLOREDITOR_CLASSNAME, { focus })
7427
+ ), dir, children: [
7428
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)("div", { className: "k-coloreditor-header k-hstack", children: [
7429
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("div", { className: "k-coloreditor-header-actions k-hstack", children: group && /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(ButtonGroup, { children: [
7430
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { fillMode: "flat", icon: "droplet-slider", selected: view === "gradient" }),
7431
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { fillMode: "flat", icon: "palette", selected: view === "palette" })
7432
+ ] }) }),
7433
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("div", { className: "k-spacer" }),
7434
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)("div", { className: "k-coloreditor-header-actions k-hstack", children: [
7435
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { fillMode: "flat", icon: "droplet-slash" }),
7436
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)("div", { className: "k-coloreditor-preview k-vstack", children: [
7437
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(ColorPreview, { className: "k-coloreditor-preview-color", color }),
7438
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(ColorPreview, { className: "k-coloreditor-current-color", color: currentColor })
7439
+ ] })
7440
+ ] })
7441
+ ] }),
7442
+ /* @__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 }) }),
7443
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(ActionButtons, { className: "k-coloreditor-footer", alignment: "end", children: [
7444
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { className: "k-coloreditor-cancel", children: "Cancel" }),
7445
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { themeColor: "primary", className: "k-coloreditor-apply", children: "Apply" })
7446
+ ] })
7447
+ ] });
7448
+ };
7449
+ ColorEditor.states = states45;
7450
+ ColorEditor.options = options41;
7451
+ ColorEditor.className = COLOREDITOR_CLASSNAME;
7452
+ ColorEditor.defaultProps = defaultProps41;
7453
+
7454
+ // src/coloreditor/templates/coloreditor-normal.tsx
7455
+ var import_jsx_runtime128 = require("react/jsx-runtime");
7456
+
7457
+ // src/coloreditor/templates/coloreditor-palette.tsx
7458
+ var import_jsx_runtime129 = require("react/jsx-runtime");
7459
+
7460
+ // src/coloreditor/templates/coloreditor-group.tsx
7461
+ var import_jsx_runtime130 = require("react/jsx-runtime");
7462
+
7463
+ // src/coloreditor/templates/coloreditor-palette-group.tsx
7464
+ var import_jsx_runtime131 = require("react/jsx-runtime");
7465
+
7466
+ // src/colorpicker/templates/colorpicker-popup-gradient.tsx
7467
+ var import_jsx_runtime132 = require("react/jsx-runtime");
7468
+
7469
+ // src/colorpicker/templates/colorpicker-popup-palette.tsx
7470
+ var import_jsx_runtime133 = require("react/jsx-runtime");
7471
+
7472
+ // src/action-sheet/action-sheet.spec.tsx
7473
+ var import_jsx_runtime134 = require("react/jsx-runtime");
7474
+ var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
7475
+ var states46 = [];
7476
+ var options42 = {};
7477
+ var defaultProps42 = {
7478
+ side: "bottom",
7479
+ fullscreen: false,
7480
+ adaptive: false,
7481
+ overlay: true
7482
+ };
7483
+ var ActionSheet = (props) => {
7484
+ const {
7485
+ children,
7486
+ title,
7487
+ header,
7488
+ footer,
7489
+ actions,
7490
+ side = defaultProps42.side,
7491
+ fullscreen = defaultProps42.fullscreen,
7492
+ adaptive = defaultProps42.adaptive,
7493
+ overlay = defaultProps42.overlay,
7494
+ ...other
7495
+ } = props;
7496
+ const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
7497
+ 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);
7498
+ const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
7499
+ switch (child.type) {
7500
+ case ActionSheetHeader:
7501
+ case ActionSheetFooter:
7502
+ return false;
7503
+ default:
7504
+ return true;
7505
+ }
7506
+ return true;
7507
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(import_jsx_runtime134.Fragment, {});
7508
+ return /* @__PURE__ */ (0, import_jsx_runtime134.jsxs)("div", { className: "k-actionsheet-container", children: [
7509
+ overlay && /* @__PURE__ */ (0, import_jsx_runtime134.jsx)("div", { className: "k-overlay" }),
7510
+ /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
7511
+ AnimationContainer,
7512
+ {
7513
+ animationStyle: {
7514
+ [`${fullscreen === true ? "top" : side}`]: 0,
7515
+ [`${fullscreen === true ? "width" : null}`]: "100%",
7516
+ [`${fullscreen === true ? "height" : null}`]: "100%",
7517
+ [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
7518
+ [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
7519
+ },
7520
+ children: /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(
7521
+ "div",
7522
+ {
7523
+ ...other,
7524
+ className: classNames(
7525
+ props.className,
7526
+ ACTIONSHEET_CLASSNAME,
7527
+ {
7528
+ [`k-actionsheet-${side}`]: fullscreen === false,
7529
+ "k-actionsheet-fullscreen": fullscreen === true,
7530
+ "k-adaptive-actionsheet": adaptive
7531
+ }
7532
+ ),
7533
+ children: /* @__PURE__ */ (0, import_jsx_runtime134.jsxs)(import_jsx_runtime134.Fragment, { children: [
7534
+ _ActionSheetHeader,
7535
+ /* @__PURE__ */ (0, import_jsx_runtime134.jsx)("div", { className: classNames(
7536
+ "k-actionsheet-content",
7537
+ {
7538
+ "!k-overflow-hidden": adaptive
7539
+ }
7540
+ ), children: _ActionSheetContent }),
7541
+ _ActionSheetFooter
7542
+ ] })
7543
+ }
7544
+ )
7545
+ }
7546
+ )
7547
+ ] });
7548
+ };
7549
+ ActionSheet.states = states46;
7550
+ ActionSheet.options = options42;
7551
+ ActionSheet.className = ACTIONSHEET_CLASSNAME;
7552
+ ActionSheet.defaultProps = defaultProps42;
7553
+
7554
+ // src/action-sheet/actionsheet-header.tsx
7555
+ var import_jsx_runtime135 = require("react/jsx-runtime");
7556
+ var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
7557
+ var ActionSheetHeader = (props) => {
7558
+ const {
7559
+ title,
7560
+ subTitle,
7561
+ actions,
7562
+ filter,
7563
+ ...other
7564
+ } = props;
7565
+ return /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
7566
+ "div",
7567
+ {
7568
+ ...other,
7569
+ className: classNames(
7570
+ props.className,
7571
+ ACTIONSHEETHEADER_CLASSNAME
7572
+ ),
7573
+ children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)(import_jsx_runtime135.Fragment, { children: [
7574
+ /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
7575
+ !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: [
7576
+ title !== "" && /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-text-center", children: title }),
7577
+ subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
7578
+ ] }) }),
7579
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
7580
+ 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)) }) })
7581
+ ] }),
7582
+ 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" }) }) })
7583
+ ] })
7584
+ }
7585
+ );
7586
+ };
7587
+
7588
+ // src/action-sheet/actionsheet-footer.tsx
7589
+ var import_jsx_runtime136 = require("react/jsx-runtime");
7590
+ var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
7591
+ var ActionSheetFooter = (props) => {
7592
+ const {
7593
+ actions,
7594
+ ...other
7595
+ } = props;
7596
+ return /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(
7597
+ action_buttons_spec_default,
7598
+ {
7599
+ ...other,
7600
+ className: classNames(
7601
+ props.className,
7602
+ ACTIONSHEETFOOTER_CLASSNAME
7603
+ ),
7604
+ alignment: "stretched",
7605
+ children: /* @__PURE__ */ (0, import_jsx_runtime136.jsxs)(import_jsx_runtime136.Fragment, { children: [
7606
+ actions && actions.map((action, index) => {
7607
+ if (action === "|") {
7608
+ return /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("span", { className: "k-separator" }, index);
7609
+ }
7610
+ if (action === " ") {
7611
+ return /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("span", { className: "k-spacer" }, index);
7612
+ }
7613
+ const importantFlag = action.startsWith("!");
7614
+ const actionName = importantFlag ? action.substring(1) : action;
7615
+ return /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
7616
+ }),
7617
+ !actions && props.children
7618
+ ] })
7619
+ }
7620
+ );
7621
+ };
7622
+
7623
+ // src/action-sheet/actionsheet-items.tsx
7624
+ var import_jsx_runtime137 = require("react/jsx-runtime");
7625
+ var ActionSheetItems = (props) => {
7626
+ const {
7627
+ ...other
7628
+ } = props;
7629
+ return /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
7630
+ "div",
7631
+ {
7632
+ ...other,
7633
+ className: classNames(
7634
+ props.className,
7635
+ "k-list-ul"
7636
+ ),
7637
+ children: props.children
7638
+ }
7639
+ );
7640
+ };
7641
+
7642
+ // src/action-sheet/actionsheet-item.tsx
7643
+ var import_jsx_runtime138 = require("react/jsx-runtime");
7644
+ var states47 = [
7645
+ States.hover,
7646
+ States.focus,
7647
+ States.selected,
7648
+ States.disabled
7649
+ ];
7650
+
7651
+ // src/combobox/combobox.spec.tsx
7652
+ var import_jsx_runtime139 = require("react/jsx-runtime");
7653
+ var COMBOBOX_CLASSNAME = `k-combobox`;
7654
+ var states48 = [
7655
+ States.hover,
7656
+ States.focus,
7657
+ States.valid,
7658
+ States.invalid,
7659
+ States.loading,
7660
+ States.required,
7661
+ States.disabled,
7662
+ States.readonly
7663
+ ];
7664
+ var defaultProps43 = {
7665
+ size: Input.defaultProps.size,
7666
+ rounded: Input.defaultProps.rounded,
7667
+ fillMode: Input.defaultProps.fillMode
7668
+ };
7669
+ var options43 = {
7670
+ size: [Size.small, Size.medium, Size.large],
7671
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7672
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
7673
+ };
7674
+ var Combobox = (props) => {
7675
+ const {
7676
+ prefix,
7677
+ suffix,
7678
+ value,
7679
+ placeholder,
7680
+ size,
7681
+ rounded,
7682
+ fillMode,
7683
+ hover,
7684
+ focus,
7685
+ valid,
7686
+ invalid,
7687
+ required,
7688
+ loading,
7689
+ disabled,
7690
+ popup,
7691
+ opened,
7692
+ readonly,
7693
+ adaptive,
7694
+ adaptiveSettings,
7695
+ ...other
7696
+ } = props;
7697
+ return /* @__PURE__ */ (0, import_jsx_runtime139.jsxs)(import_jsx_runtime139.Fragment, { children: [
7698
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsxs)(
7699
+ Input,
7700
+ {
7701
+ ...other,
7702
+ size,
7703
+ rounded,
7704
+ fillMode,
7705
+ hover,
7706
+ focus,
7707
+ valid,
7708
+ invalid,
7709
+ required,
7710
+ loading,
7711
+ disabled,
7712
+ readonly,
7713
+ className: classNames(props.className, COMBOBOX_CLASSNAME),
7714
+ children: [
7715
+ prefix && /* @__PURE__ */ (0, import_jsx_runtime139.jsxs)(import_jsx_runtime139.Fragment, { children: [
7716
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(InputPrefix, { children: prefix }),
7717
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(InputSeparator, {})
7718
+ ] }),
7719
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(InputInnerInput, { placeholder, value }),
7720
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
7721
+ InputValidationIcon,
7722
+ {
7723
+ valid,
7724
+ invalid,
7725
+ loading,
7726
+ disabled
7727
+ }
7728
+ ),
7729
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
7730
+ InputLoadingIcon,
7731
+ {
7732
+ loading,
7733
+ disabled
7734
+ }
7735
+ ),
7736
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
7737
+ InputClearValue,
7738
+ {
7739
+ loading,
7740
+ disabled,
7741
+ readonly,
7742
+ value
7743
+ }
7744
+ ),
7745
+ suffix && /* @__PURE__ */ (0, import_jsx_runtime139.jsxs)(import_jsx_runtime139.Fragment, { children: [
7746
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(InputSeparator, {}),
7747
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(InputSuffix, { children: suffix })
7748
+ ] }),
7749
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
7750
+ Button,
7751
+ {
7752
+ className: "k-input-button",
7753
+ icon: "caret-alt-down",
7754
+ rounded: null,
7755
+ size,
7756
+ fillMode
7757
+ }
7758
+ )
7759
+ ]
7760
+ }
7761
+ ),
7762
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
7763
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime139.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
7764
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
7765
+ ActionSheetHeader,
7766
+ {
7767
+ actions: ["x"],
7768
+ filter: true,
7769
+ title: "Select Item"
7770
+ }
7771
+ ),
7772
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime139.jsxs)(List, { size: "large", children: [
7773
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(ListItem, { text: "List item" }),
7774
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(ListItem, { text: "List item" }),
7775
+ /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(ListItem, { text: "List item" })
7776
+ ] }) })
7777
+ ] })
7778
+ ] });
7779
+ };
7780
+ Combobox.states = states48;
7781
+ Combobox.options = options43;
7782
+ Combobox.className = COMBOBOX_CLASSNAME;
7783
+ Combobox.defaultProps = defaultProps43;
7784
+
7785
+ // src/combobox/templates/combobox-normal.tsx
7786
+ var import_jsx_runtime140 = require("react/jsx-runtime");
7787
+
7788
+ // src/combobox/templates/combobox-popup.tsx
7789
+ var import_jsx_runtime141 = require("react/jsx-runtime");
7790
+
7791
+ // src/combobox/templates/combobox-grouping.tsx
7792
+ var import_jsx_runtime142 = require("react/jsx-runtime");
7793
+
7794
+ // src/combobox/templates/combobox-adaptive.tsx
7795
+ var import_jsx_runtime143 = require("react/jsx-runtime");
7796
+
7797
+ // src/combobox/templates/combobox-prefix.tsx
7798
+ var import_jsx_runtime144 = require("react/jsx-runtime");
7799
+
7800
+ // src/combobox/templates/combobox-suffix.tsx
7801
+ var import_jsx_runtime145 = require("react/jsx-runtime");
7802
+
7803
+ // src/menu-button/menu-button.spec.tsx
7804
+ var import_jsx_runtime146 = require("react/jsx-runtime");
7805
+ var MENUBUTTON_CLASSNAME = `k-menu-button`;
7806
+ var states49 = [
7807
+ States.hover,
7808
+ States.focus,
7809
+ States.active,
7810
+ States.selected,
7811
+ States.disabled
7812
+ ];
7813
+ var options44 = {
7814
+ size: [Size.small, Size.medium, Size.large],
7815
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7816
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
7817
+ themeColor: [
7818
+ ThemeColor.base,
7819
+ ThemeColor.primary,
7820
+ ThemeColor.secondary,
7821
+ ThemeColor.tertiary,
7822
+ ThemeColor.success,
7823
+ ThemeColor.warning,
7824
+ ThemeColor.error,
7825
+ ThemeColor.info,
7826
+ ThemeColor.light,
7827
+ ThemeColor.dark,
7828
+ ThemeColor.inverse
7829
+ ]
7830
+ };
7831
+ var defaultProps44 = {
7832
+ size: Size.medium,
7833
+ rounded: Roundness.medium,
7834
+ fillMode: FillMode.solid,
7835
+ themeColor: ThemeColor.base,
7836
+ showArrow: true,
7837
+ arrowIconName: "caret-alt-down"
7838
+ };
7839
+ var MenuButton = (props) => {
7840
+ const {
7841
+ size = defaultProps44.size,
7842
+ rounded = defaultProps44.rounded,
7843
+ fillMode = defaultProps44.fillMode,
7844
+ themeColor = defaultProps44.themeColor,
7845
+ hover,
7846
+ focus,
7847
+ active,
7848
+ selected,
7849
+ disabled,
7850
+ icon,
7851
+ text,
7852
+ showArrow = defaultProps44.showArrow,
7853
+ arrowIconName = defaultProps44.arrowIconName,
7854
+ popup,
7855
+ opened,
7856
+ ...other
7857
+ } = props;
7858
+ return /* @__PURE__ */ (0, import_jsx_runtime146.jsxs)(import_jsx_runtime146.Fragment, { children: [
7859
+ /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
7860
+ Button,
7861
+ {
7862
+ ...other,
7863
+ className: classNames(
7864
+ props.className,
7865
+ MENUBUTTON_CLASSNAME
7866
+ ),
7867
+ text,
7868
+ size,
7869
+ rounded,
7870
+ fillMode,
7871
+ themeColor,
7872
+ hover,
7873
+ focus,
7874
+ active,
7875
+ selected,
7876
+ disabled,
7877
+ icon,
7878
+ showArrow,
7879
+ arrowIconName
7880
+ }
7881
+ ),
7882
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(Popup, { className: "k-menu-popup", children: popup })
7883
+ ] });
7884
+ };
7885
+ MenuButton.states = states49;
7886
+ MenuButton.options = options44;
7887
+ MenuButton.className = MENUBUTTON_CLASSNAME;
7888
+ MenuButton.defaultProps = defaultProps44;
7889
+
7890
+ // src/menu-button/templates/icon-menu-button.tsx
7891
+ var import_jsx_runtime147 = require("react/jsx-runtime");
7892
+
7893
+ // src/menu-button/templates/icon-text-menu-button.tsx
7894
+ var import_jsx_runtime148 = require("react/jsx-runtime");
7895
+
7896
+ // src/menu-button/templates/text-menu-button.tsx
7897
+ var import_jsx_runtime149 = require("react/jsx-runtime");
7898
+
7899
+ // src/menu/menu-item.spec.tsx
7900
+ var import_jsx_runtime150 = require("react/jsx-runtime");
7901
+ var MENUITEM_CLASSNAME = `k-menu-item`;
7902
+ var states50 = [
7903
+ States.hover,
7904
+ States.focus,
7905
+ States.active,
7906
+ States.selected,
7907
+ States.disabled
7908
+ ];
7909
+ var options45 = {};
7910
+ var defaultProps45 = {
7911
+ dir: "ltr"
7912
+ };
7913
+ var MenuItem = (props) => {
7914
+ const {
7915
+ hover,
7916
+ focus,
7917
+ active,
7918
+ selected,
7919
+ disabled,
7920
+ icon,
7921
+ text,
7922
+ showArrow,
7923
+ arrowIconName,
7924
+ dir = defaultProps45.dir,
7925
+ children,
7926
+ ...other
7927
+ } = props;
7928
+ const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(import_jsx_runtime150.Fragment, {});
7929
+ if (children) {
7930
+ children.forEach((child) => {
7931
+ const component = child.type;
7932
+ if (component === "MenuItemContent") {
7933
+ contentTemplate.props.children.push(child);
7934
+ return;
7935
+ }
7936
+ });
7937
+ }
7938
+ let expandArrowName = arrowIconName;
7939
+ if (!expandArrowName) {
7940
+ expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
7941
+ }
7942
+ return /* @__PURE__ */ (0, import_jsx_runtime150.jsxs)(
7943
+ "li",
7944
+ {
7945
+ ...other,
7946
+ className: classNames(
7947
+ props.className,
7948
+ MENUITEM_CLASSNAME,
7949
+ //TODO
7950
+ "k-item",
7951
+ stateClassNames(MENUITEM_CLASSNAME, {
7952
+ focus,
7953
+ disabled
7954
+ })
7955
+ ),
7956
+ children: [
7957
+ /* @__PURE__ */ (0, import_jsx_runtime150.jsxs)(
7958
+ "span",
7959
+ {
7960
+ className: classNames(
7961
+ "k-link k-menu-link",
7962
+ stateClassNames("k-menu-link", {
7963
+ hover,
7964
+ active,
7965
+ selected,
7966
+ disabled
7967
+ })
7968
+ ),
7969
+ children: [
7970
+ icon && /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(Icon, { className: "k-menu-link-icon", icon }),
7971
+ /* @__PURE__ */ (0, import_jsx_runtime150.jsx)("span", { className: "k-menu-link-text", children: text }),
7972
+ showArrow && /* @__PURE__ */ (0, import_jsx_runtime150.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime150.jsx)(Icon, { icon: expandArrowName }) })
7973
+ ]
7974
+ }
7975
+ ),
7976
+ contentTemplate
7977
+ ]
7978
+ }
7979
+ );
7980
+ };
7981
+ MenuItem.states = states50;
7982
+ MenuItem.options = options45;
7983
+ MenuItem.className = MENUITEM_CLASSNAME;
7984
+ MenuItem.defaultProps = defaultProps45;
7985
+ var menu_item_spec_default = MenuItem;
7986
+
7987
+ // src/menu/menu-separator.spec.tsx
7988
+ var import_jsx_runtime151 = require("react/jsx-runtime");
7989
+ var SEPARATOR_CLASSNAME = `k-separator`;
7990
+ var defaultProps46 = {
7991
+ orientation: "horizontal"
7992
+ };
7993
+ var MenuSeparator = (props) => {
7994
+ const {
7995
+ orientation = defaultProps46.orientation,
7996
+ ...other
7997
+ } = props;
7998
+ return /* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
7999
+ "li",
8000
+ {
8001
+ ...other,
8002
+ className: classNames(
8003
+ props.className,
8004
+ "k-item",
8005
+ SEPARATOR_CLASSNAME,
8006
+ {
8007
+ [`${SEPARATOR_CLASSNAME}-${orientation}`]: orientation
8008
+ }
8009
+ )
8010
+ }
8011
+ );
8012
+ };
8013
+ var menu_separator_spec_default = MenuSeparator;
8014
+
8015
+ // src/menu/menu-item-content.tsx
8016
+ var import_jsx_runtime152 = require("react/jsx-runtime");
8017
+
8018
+ // src/menu/menu-list.spec.tsx
8019
+ var import_jsx_runtime153 = require("react/jsx-runtime");
8020
+ var import_react = require("react");
8021
+ var MENULIST_CLASSNAME = `k-menu-group`;
8022
+ var states51 = [];
8023
+ var options46 = {
8024
+ size: [Size.small, Size.medium, Size.large]
8025
+ };
8026
+ var defaultProps47 = {
8027
+ size: Size.medium,
8028
+ dir: "ltr"
8029
+ };
8030
+ var MenuList = (props) => {
8031
+ const {
8032
+ children,
8033
+ size = defaultProps47.size,
8034
+ dir = defaultProps47.dir,
8035
+ ...other
8036
+ } = props;
8037
+ const listChildren = [];
8038
+ if (children) {
8039
+ if (Array.isArray(children)) {
8040
+ children.map((child, index) => {
8041
+ if (child.type === menu_item_spec_default) {
8042
+ listChildren.push(
8043
+ /* @__PURE__ */ (0, import_react.createElement)(menu_item_spec_default, { ...child.props, dir, key: index })
8044
+ );
8045
+ } else if (child.type === menu_separator_spec_default) {
8046
+ listChildren.push(
8047
+ /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(menu_separator_spec_default, {})
8048
+ );
8049
+ } else {
8050
+ listChildren.push(child);
8051
+ }
8052
+ });
8053
+ }
8054
+ }
8055
+ return /* @__PURE__ */ (0, import_jsx_runtime153.jsx)(
8056
+ "ul",
8057
+ {
8058
+ ...other,
8059
+ className: classNames(
8060
+ props.className,
8061
+ MENULIST_CLASSNAME,
8062
+ optionClassNames(MENULIST_CLASSNAME, {
8063
+ size
8064
+ })
8065
+ ),
8066
+ children: listChildren
8067
+ }
8068
+ );
8069
+ };
8070
+ MenuList.states = states51;
8071
+ MenuList.options = options46;
8072
+ MenuList.className = MENULIST_CLASSNAME;
8073
+ MenuList.defaultProps = defaultProps47;
8074
+
8075
+ // src/menu-button/templates/menu-button-popup.tsx
8076
+ var import_jsx_runtime154 = require("react/jsx-runtime");
8077
+
8078
+ // src/split-button/split-button.spec.tsx
8079
+ var import_jsx_runtime155 = require("react/jsx-runtime");
8080
+ var SPLITBUTTON_CLASSNAME = `k-split-button`;
8081
+ var states52 = [
8082
+ States.hover,
8083
+ States.focus,
8084
+ States.active,
8085
+ States.selected,
8086
+ States.disabled
8087
+ ];
8088
+ var options47 = {
8089
+ size: [Size.small, Size.medium, Size.large],
8090
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
8091
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
8092
+ themeColor: [
8093
+ ThemeColor.base,
8094
+ ThemeColor.primary,
8095
+ ThemeColor.secondary,
8096
+ ThemeColor.tertiary,
8097
+ ThemeColor.success,
8098
+ ThemeColor.warning,
8099
+ ThemeColor.error,
8100
+ ThemeColor.info,
8101
+ ThemeColor.light,
8102
+ ThemeColor.dark,
8103
+ ThemeColor.inverse
8104
+ ]
8105
+ };
8106
+ var defaultProps48 = {
8107
+ size: Size.medium,
8108
+ rounded: Roundness.medium,
8109
+ fillMode: FillMode.solid,
8110
+ themeColor: ThemeColor.base,
8111
+ arrowIconName: "caret-alt-down"
8112
+ };
8113
+ var SplitButton = (props) => {
8114
+ const {
8115
+ size = defaultProps48.size,
8116
+ rounded = defaultProps48.rounded,
8117
+ fillMode = defaultProps48.fillMode,
8118
+ themeColor = defaultProps48.themeColor,
8119
+ hover,
8120
+ focus,
8121
+ active,
8122
+ selected,
8123
+ disabled,
8124
+ icon,
8125
+ text,
8126
+ arrowIconName = defaultProps48.arrowIconName,
8127
+ popup,
8128
+ opened,
8129
+ ...other
8130
+ } = props;
8131
+ return /* @__PURE__ */ (0, import_jsx_runtime155.jsxs)(import_jsx_runtime155.Fragment, { children: [
8132
+ /* @__PURE__ */ (0, import_jsx_runtime155.jsxs)(
8133
+ "div",
8134
+ {
8135
+ ...other,
8136
+ className: classNames(
8137
+ props.className,
8138
+ SPLITBUTTON_CLASSNAME,
8139
+ "k-button-group",
8140
+ optionClassNames(SPLITBUTTON_CLASSNAME, {
8141
+ rounded
8142
+ })
8143
+ ),
8144
+ children: [
8145
+ /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
8146
+ Button,
8147
+ {
8148
+ text,
8149
+ icon,
8150
+ size,
8151
+ rounded,
8152
+ fillMode,
8153
+ themeColor,
8154
+ hover,
8155
+ focus,
8156
+ active,
8157
+ selected,
8158
+ disabled,
8159
+ children: props.children
8160
+ }
8161
+ ),
8162
+ /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
8163
+ Button,
8164
+ {
8165
+ className: "k-split-button-arrow",
8166
+ icon: arrowIconName,
8167
+ size,
8168
+ rounded,
8169
+ fillMode,
8170
+ disabled
8171
+ }
8172
+ )
8173
+ ]
8174
+ }
8175
+ ),
8176
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(Popup, { className: "k-menu-popup", children: popup })
8177
+ ] });
8178
+ };
8179
+ SplitButton.states = states52;
8180
+ SplitButton.options = options47;
8181
+ SplitButton.className = SPLITBUTTON_CLASSNAME;
8182
+ SplitButton.defaultProps = defaultProps48;
8183
+ var split_button_spec_default = SplitButton;
8184
+
8185
+ // src/toolbar/toolbar.spec.tsx
8186
+ var import_jsx_runtime156 = require("react/jsx-runtime");
8187
+ var TOOLBAR_CLASSNAME = `k-toolbar`;
8188
+ var states53 = [
8189
+ States.focus
8190
+ ];
8191
+ var options48 = {
8192
+ size: [Size.small, Size.medium, Size.large]
8193
+ };
8194
+ var defaultProps49 = {
8195
+ size: Size.medium
8196
+ };
8197
+ var Toolbar = (props) => {
8198
+ const {
8199
+ size = defaultProps49.size,
8200
+ focus,
8201
+ resizable,
8202
+ ...other
8203
+ } = props;
8204
+ const toolbarChildren = [];
8205
+ const addUniqueToolClass = (child, index) => {
8206
+ const tempToolbarChildren = [];
8207
+ if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
8208
+ tempToolbarChildren.push(
8209
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
8210
+ Button,
8211
+ {
8212
+ ...child.props,
8213
+ className: `${child.props.className ? child.props.className : ""}`
8214
+ },
8215
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8216
+ )
8217
+ );
8218
+ } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
8219
+ tempToolbarChildren.push(
8220
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
8221
+ Button,
8222
+ {
8223
+ ...child.props,
8224
+ className: `k-toolbar-toggle-button ${child.props.className ? child.props.className : ""}`
8225
+ },
8226
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8227
+ )
8228
+ );
8229
+ } else if (child.type === Button) {
8230
+ tempToolbarChildren.push(
8231
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
8232
+ Button,
8233
+ {
8234
+ ...child.props,
8235
+ className: `k-toolbar-button ${child.props.className ? child.props.className : ""}`
8236
+ },
8237
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8238
+ )
8239
+ );
8240
+ } else if (child.type === MenuButton) {
8241
+ tempToolbarChildren.push(
8242
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
8243
+ MenuButton,
8244
+ {
8245
+ ...child.props,
8246
+ className: `k-toolbar-menu-button ${child.props.className ? child.props.className : ""}`
8247
+ },
8248
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8249
+ )
8250
+ );
8251
+ } else if (child.type === split_button_spec_default) {
8252
+ tempToolbarChildren.push(
8253
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
8254
+ split_button_spec_default,
8255
+ {
8256
+ ...child.props,
8257
+ className: `k-toolbar-split-button ${child.props.className ? child.props.className : ""}`
8258
+ },
8259
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8260
+ )
8261
+ );
8262
+ } else if (child.type === ButtonGroup || child.props.className && child.props.className.includes("k-button-group")) {
8263
+ const buttonGroupItems = [];
8264
+ const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
8265
+ childrenArray.forEach((button, bindex) => {
8266
+ buttonGroupItems.push(
8267
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
8268
+ Button,
8269
+ {
8270
+ ...button.props,
8271
+ className: `k-toolbar-button ${button.props.className ? button.props.className : ""}`
8272
+ },
8273
+ `${bindex}-${(/* @__PURE__ */ new Date()).getTime()}`
8274
+ )
8275
+ );
8276
+ });
8277
+ tempToolbarChildren.push(
8278
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
8279
+ ButtonGroup,
8280
+ {
8281
+ ...child.props,
8282
+ className: `k-toolbar-button-group ${child.props.className ? child.props.className : ""}`,
8283
+ children: buttonGroupItems
8284
+ },
8285
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8286
+ )
8287
+ );
8288
+ } else if (child.type === Combobox) {
8289
+ tempToolbarChildren.push(
8290
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
8291
+ Combobox,
8292
+ {
8293
+ ...child.props,
8294
+ className: `k-toolbar-combobox ${child.props.className ? child.props.className : ""}`
8295
+ },
8296
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8297
+ )
8298
+ );
8299
+ } else if (child.type === DropdownList) {
8300
+ tempToolbarChildren.push(
8301
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
8302
+ DropdownList,
8303
+ {
8304
+ ...child.props,
8305
+ className: `k-toolbar-dropdownlist ${child.props.className ? child.props.className : ""}`
8306
+ },
8307
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8308
+ )
8309
+ );
8310
+ } else if (child.type === ColorPicker) {
8311
+ tempToolbarChildren.push(
8312
+ /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
8313
+ ColorPicker,
8314
+ {
8315
+ ...child.props,
8316
+ className: `k-toolbar-colorpicker ${child.props.className ? child.props.className : ""}`
8317
+ },
8318
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8319
+ )
8320
+ );
8321
+ } else {
8322
+ tempToolbarChildren.push(child);
8323
+ }
8324
+ tempToolbarChildren.forEach((item) => {
8325
+ toolbarChildren.push(item);
8326
+ });
8327
+ };
8328
+ if (props.children) {
8329
+ const childrenArray = Array.isArray(props.children) ? props.children : [props.children];
8330
+ childrenArray.forEach((child, index) => {
8331
+ addUniqueToolClass(child, index);
8332
+ });
8333
+ }
8334
+ return /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
8335
+ "div",
8336
+ {
8337
+ ...other,
8338
+ className: classNames(
8339
+ props.className,
8340
+ TOOLBAR_CLASSNAME,
8341
+ optionClassNames(TOOLBAR_CLASSNAME, {
8342
+ size
8343
+ }),
8344
+ stateClassNames(TOOLBAR_CLASSNAME, {
8345
+ focus
8346
+ }),
8347
+ {
8348
+ [`${TOOLBAR_CLASSNAME}-resizable`]: resizable
8349
+ }
8350
+ ),
8351
+ children: toolbarChildren
8352
+ }
8353
+ );
8354
+ };
8355
+ Toolbar.states = states53;
8356
+ Toolbar.options = options48;
8357
+ Toolbar.className = TOOLBAR_CLASSNAME;
8358
+ Toolbar.defaultProps = defaultProps49;
8359
+
8360
+ // src/toolbar/toolbar-angular.spec.tsx
8361
+ var import_jsx_runtime157 = require("react/jsx-runtime");
8362
+ var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
8363
+ var states54 = [
8364
+ States.focus
8365
+ ];
8366
+ var options49 = {
8367
+ size: [Size.small, Size.medium, Size.large]
8368
+ };
8369
+ var defaultProps50 = {
8370
+ size: Size.medium
8371
+ };
8372
+ var ToolbarAngular = (props) => {
8373
+ const {
8374
+ size = defaultProps50.size,
8375
+ focus,
8376
+ resizable,
8377
+ ...other
8378
+ } = props;
8379
+ const toolbarChildren = [];
8380
+ const addUniqueToolClass = (child, index) => {
8381
+ const tempToolbarChildren = [];
8382
+ if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
8383
+ tempToolbarChildren.push(
8384
+ /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
8385
+ Button,
8386
+ {
8387
+ ...child.props,
8388
+ className: `${child.props.className ? child.props.className : ""}`
8389
+ },
8390
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8391
+ ) })
8392
+ );
8393
+ } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
8394
+ tempToolbarChildren.push(
8395
+ /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
8396
+ Button,
8397
+ {
8398
+ ...child.props,
8399
+ className: `k-toolbar-toggle-button ${child.props.className ? child.props.className : ""}`
8400
+ },
8401
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8402
+ ) })
8403
+ );
8404
+ } else if (child.type === Button) {
8405
+ tempToolbarChildren.push(
8406
+ /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
8407
+ Button,
8408
+ {
8409
+ ...child.props,
8410
+ className: `k-toolbar-button ${child.props.className ? child.props.className : ""}`
8411
+ },
8412
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8413
+ ) })
8414
+ );
8415
+ } else if (child.type === MenuButton) {
8416
+ tempToolbarChildren.push(
8417
+ /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
8418
+ MenuButton,
8419
+ {
8420
+ ...child.props,
8421
+ className: `k-toolbar-menu-button ${child.props.className ? child.props.className : ""}`
8422
+ },
8423
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8424
+ ) })
8425
+ );
8426
+ } else if (child.type === split_button_spec_default) {
8427
+ tempToolbarChildren.push(
8428
+ /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
8429
+ split_button_spec_default,
8430
+ {
8431
+ ...child.props,
8432
+ className: `k-toolbar-split-button ${child.props.className ? child.props.className : ""}`
8433
+ },
8434
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8435
+ ) })
8436
+ );
8437
+ } else if (child.type === ButtonGroup || child.props.className && child.props.className.includes("k-button-group")) {
8438
+ const buttonGroupItems = [];
8439
+ const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
8440
+ childrenArray.forEach((button, bindex) => {
8441
+ buttonGroupItems.push(
8442
+ /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
8443
+ Button,
8444
+ {
8445
+ ...button.props,
8446
+ className: `k-toolbar-button ${button.props.className ? button.props.className : ""}`
8447
+ },
8448
+ `${bindex}-${(/* @__PURE__ */ new Date()).getTime()}`
8449
+ )
8450
+ );
8451
+ });
8452
+ tempToolbarChildren.push(
8453
+ /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
8454
+ ButtonGroup,
8455
+ {
8456
+ ...child.props,
8457
+ className: `k-toolbar-button-group ${child.props.className ? child.props.className : ""}`,
8458
+ children: buttonGroupItems
8459
+ },
8460
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8461
+ ) })
8462
+ );
8463
+ } else if (child.type === Combobox) {
8464
+ tempToolbarChildren.push(
8465
+ /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
8466
+ Combobox,
8467
+ {
8468
+ ...child.props,
8469
+ className: `k-toolbar-combobox ${child.props.className ? child.props.className : ""}`
8470
+ },
8471
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8472
+ ) })
8473
+ );
8474
+ } else if (child.type === DropdownList) {
8475
+ tempToolbarChildren.push(
8476
+ /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
8477
+ DropdownList,
8478
+ {
8479
+ ...child.props,
8480
+ className: `k-toolbar-dropdownlist ${child.props.className ? child.props.className : ""}`
8481
+ },
8482
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8483
+ ) })
8484
+ );
8485
+ } else if (child.type === ColorPicker) {
8486
+ tempToolbarChildren.push(
8487
+ /* @__PURE__ */ (0, import_jsx_runtime157.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
8488
+ ColorPicker,
8489
+ {
8490
+ ...child.props,
8491
+ className: `k-toolbar-colorpicker ${child.props.className ? child.props.className : ""}`
8492
+ },
8493
+ `${index}-${(/* @__PURE__ */ new Date()).getTime()}`
8494
+ ) })
8495
+ );
8496
+ } else {
8497
+ tempToolbarChildren.push(child);
8498
+ }
8499
+ tempToolbarChildren.forEach((item) => {
8500
+ toolbarChildren.push(item);
8501
+ });
8502
+ };
8503
+ if (props.children) {
8504
+ const childrenArray = Array.isArray(props.children) ? props.children : [props.children];
8505
+ childrenArray.forEach((child, index) => {
8506
+ addUniqueToolClass(child, index);
8507
+ });
8508
+ }
8509
+ return /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
8510
+ "div",
8511
+ {
8512
+ ...other,
8513
+ className: classNames(
8514
+ props.className,
8515
+ TOOLBARANGULAR_CLASSNAME,
8516
+ optionClassNames(TOOLBARANGULAR_CLASSNAME, {
8517
+ size
8518
+ }),
8519
+ stateClassNames(TOOLBARANGULAR_CLASSNAME, {
8520
+ focus
8521
+ }),
8522
+ {
8523
+ [`${TOOLBARANGULAR_CLASSNAME}-resizable`]: resizable
8524
+ }
8525
+ ),
8526
+ children: toolbarChildren
8527
+ }
8528
+ );
8529
+ };
8530
+ ToolbarAngular.states = states54;
8531
+ ToolbarAngular.options = options49;
8532
+ ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
8533
+ ToolbarAngular.defaultProps = defaultProps50;
8534
+
8535
+ // src/toolbar/toolbar-separator.tsx
8536
+ var import_jsx_runtime158 = require("react/jsx-runtime");
8537
+
8538
+ // src/toolbar/toolbar-item.spec.tsx
8539
+ var import_jsx_runtime159 = require("react/jsx-runtime");
8540
+ var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
8541
+ var states55 = [
8542
+ States.focus
8543
+ ];
8544
+ var options50 = {};
8545
+ var defaultProps51 = {};
8546
+ var ToolbarItem = (props) => {
8547
+ const {
8548
+ focus,
8549
+ ...other
8550
+ } = props;
8551
+ return /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
8552
+ "div",
8553
+ {
8554
+ ...other,
8555
+ className: classNames(
8556
+ props.className,
8557
+ TOOLBARITEM_CLASSNAME,
8558
+ stateClassNames(TOOLBARITEM_CLASSNAME, {
8559
+ focus
8560
+ })
8561
+ ),
8562
+ children: props.children
8563
+ }
8564
+ );
8565
+ };
8566
+ ToolbarItem.states = states55;
8567
+ ToolbarItem.options = options50;
8568
+ ToolbarItem.className = TOOLBARITEM_CLASSNAME;
8569
+ ToolbarItem.defaultProps = defaultProps51;
8570
+
8571
+ // src/toolbar/toolbar-popup.spec.tsx
8572
+ var import_jsx_runtime160 = require("react/jsx-runtime");
8573
+ var TOOLBARPOPUP_CLASSNAME = `k-toolbar-popup`;
8574
+ var states56 = [];
8575
+ var options51 = {};
8576
+ var defaultProps52 = {};
8577
+ var ToolbarPopup = (props) => {
8578
+ const { ...other } = props;
8579
+ return /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(
8580
+ Popup,
8581
+ {
8582
+ ...other,
8583
+ className: classNames(
8584
+ props.className,
8585
+ TOOLBARPOPUP_CLASSNAME
8586
+ ),
8587
+ children: props.children
8588
+ }
8589
+ );
8590
+ };
8591
+ ToolbarPopup.states = states56;
8592
+ ToolbarPopup.options = options51;
8593
+ ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
8594
+ ToolbarPopup.defaultProps = defaultProps52;
8595
+
8596
+ // src/split-button/templates/icon-split-button.tsx
8597
+ var import_jsx_runtime161 = require("react/jsx-runtime");
8598
+
8599
+ // src/split-button/templates/icon-text-split-button.tsx
8600
+ var import_jsx_runtime162 = require("react/jsx-runtime");
8601
+
8602
+ // src/split-button/templates/text-split-button.tsx
8603
+ var import_jsx_runtime163 = require("react/jsx-runtime");
8604
+
8605
+ // src/split-button/templates/split-button-popup.tsx
8606
+ var import_jsx_runtime164 = require("react/jsx-runtime");
8607
+
8608
+ // src/toolbar/templates/toolbar-normal.tsx
8609
+ var import_jsx_runtime165 = require("react/jsx-runtime");
8610
+
8611
+ // src/toolbar/templates/toolbar-resizable.tsx
8612
+ var import_jsx_runtime166 = require("react/jsx-runtime");
8613
+
8614
+ // src/toolbar/templates/toolbar-angular-normal.tsx
8615
+ var import_jsx_runtime167 = require("react/jsx-runtime");
8616
+
8617
+ // src/toolbar/templates/toolbar-angular-resizable.tsx
8618
+ var import_jsx_runtime168 = require("react/jsx-runtime");
8619
+
8620
+ // src/grid/grid-toolbar.spec.tsx
8621
+ var import_jsx_runtime169 = require("react/jsx-runtime");
8622
+
8623
+ // src/grid/tests/grid-pager.tsx
8624
+ var import_jsx_runtime170 = require("react/jsx-runtime");
8625
+ var grid_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-2", children: [
8626
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("span", { children: "jQuery grid" }),
8627
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("span", { children: "Angular grid" }),
8628
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(Grid, { className: "k-grid-no-scrollbar", pager: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridPager, { className: "k-focus" }), children: [
8629
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(GridHeaderTable, { children: [
8630
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)("colgroup", { children: [
8631
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", { style: { width: "100px" } }),
8632
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {})
8633
+ ] }),
8634
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableThead, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { children: [
8635
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeaderCell, { columnTitle: "100px" }),
8636
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeaderCell, { columnTitle: "no width" })
8637
+ ] }) })
8638
+ ] }) }) }),
8639
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridContent, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(GridTable, { children: [
8640
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)("colgroup", { children: [
8641
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", { style: { width: "100px" } }),
8642
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {})
8643
+ ] }),
8644
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableTbody, { children: [
8645
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { children: [
8646
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: "1" }),
8647
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: "Row" })
8648
+ ] }),
8649
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { className: "k-alt", alt: true, children: [
8650
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: "2" }),
8651
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: "Alt row" })
8652
+ ] })
8653
+ ] })
8654
+ ] }) }) })
8655
+ ] }) }),
8656
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(Grid, { className: "k-grid-no-scrollbar", _renderAriaRoot: true, pager: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridPager, { className: "k-focus" }), children: [
8657
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(GridHeaderTable, { children: [
8658
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)("colgroup", { children: [
8659
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", { style: { width: "100px" } }),
8660
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {})
8661
+ ] }),
8662
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableThead, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { children: [
8663
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeaderCell, { columnTitle: "100px" }),
8664
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeaderCell, { columnTitle: "no width" })
8665
+ ] }) })
8666
+ ] }) }) }),
8667
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(GridContent, { children: [
8668
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { className: "k-grid-table-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(GridTable, { children: [
8669
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)("colgroup", { children: [
8670
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", { style: { width: "100px" } }),
8671
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {})
8672
+ ] }),
8673
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableTbody, { children: [
8674
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { children: [
8675
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: "1" }),
8676
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: "Row" })
8677
+ ] }),
8678
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { className: "k-alt", alt: true, children: [
8679
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: "2" }),
8680
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: "Alt row" })
8681
+ ] })
8682
+ ] })
8683
+ ] }) }),
8684
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { style: { height: "0px" } }) })
8685
+ ] }) })
8686
+ ] }) }),
8687
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("span", { children: "jQuery grid pager top" }),
8688
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("span", { children: "Angular grid pager top" }),
8689
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(Grid, { className: "k-grid-no-scrollbar", pagerPosition: "top", pager: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridPager, { className: "k-grid-pager-top" }), children: [
8690
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(GridHeaderTable, { children: [
8691
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)("colgroup", { children: [
8692
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", { style: { width: "100px" } }),
8693
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {})
8694
+ ] }),
8695
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableThead, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { children: [
8696
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeaderCell, { columnTitle: "100px" }),
8697
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeaderCell, { columnTitle: "no width" })
8698
+ ] }) })
8699
+ ] }) }) }),
8700
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridContent, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(GridTable, { children: [
8701
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)("colgroup", { children: [
8702
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", { style: { width: "100px" } }),
8703
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {})
8704
+ ] }),
8705
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableTbody, { children: [
8706
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { children: [
8707
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: "1" }),
8708
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: "Row" })
8709
+ ] }),
8710
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { className: "k-alt", alt: true, children: [
8711
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: "2" }),
8712
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: "Alt row" })
8713
+ ] })
8714
+ ] })
8715
+ ] }) }) })
8716
+ ] }) }),
8717
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(Grid, { className: "k-grid-no-scrollbar", _renderAriaRoot: true, pagerPosition: "top", pager: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridPager, { className: "k-grid-pager-top" }), children: [
8718
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(GridHeaderTable, { children: [
8719
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)("colgroup", { children: [
8720
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", { style: { width: "100px" } }),
8721
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {})
8722
+ ] }),
8723
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableThead, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { children: [
8724
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeaderCell, { columnTitle: "100px" }),
8725
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridHeaderCell, { columnTitle: "no width" })
8726
+ ] }) })
8727
+ ] }) }) }),
8728
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(GridContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(GridContent, { children: [
8729
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { className: "k-grid-table-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(GridTable, { children: [
8730
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)("colgroup", { children: [
8731
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", { style: { width: "100px" } }),
8732
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("col", {})
8733
+ ] }),
8734
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableTbody, { children: [
8735
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { children: [
8736
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: "1" }),
8737
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: "Row" })
8738
+ ] }),
8739
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(TableRow, { className: "k-alt", alt: true, children: [
8740
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: "2" }),
8741
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)(TableTd, { children: "Alt row" })
8742
+ ] })
8743
+ ] })
8744
+ ] }) }),
8745
+ /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime170.jsx)("div", { style: { height: "0px" } }) })
8746
+ ] }) })
6177
8747
  ] }) })
6178
8748
  ] }) });