@progress/kendo-themes-html 7.0.2-dev.4 → 7.0.2

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 (257) hide show
  1. package/dist/cjs/context-menu/tests/context-menu-in-window.js +45 -31
  2. package/dist/cjs/dialog/tests/dialog-in-window.js +32 -18
  3. package/dist/cjs/editor/tests/editor-find-replace.js +86 -72
  4. package/dist/cjs/editor/tests/editor-image-editor.js +48 -34
  5. package/dist/cjs/editor/tests/editor-table-wizard.js +115 -101
  6. package/dist/cjs/editor/tests/editor-view-source.js +47 -33
  7. package/dist/cjs/fab/fab-item.js +1 -0
  8. package/dist/cjs/fab/templates/icon-fab.js +4426 -0
  9. package/dist/cjs/fab/templates/icon-text-fab.js +4427 -0
  10. package/dist/cjs/fab/templates/text-fab.js +4426 -0
  11. package/dist/cjs/fab/tests/fab-items.js +51 -113
  12. package/dist/cjs/fab/tests/fab-position.js +73 -20
  13. package/dist/cjs/fab/tests/{fab-size.js → fab-size-rounded.js} +89 -93
  14. package/dist/cjs/fab/tests/fab-states.js +67 -14
  15. package/dist/cjs/fab/tests/fab.js +82 -48
  16. package/dist/cjs/filemanager/tests/filemanager-dialogs.js +35 -19
  17. package/dist/cjs/form/tests/form-field-inputs-rtl.js +137 -115
  18. package/dist/cjs/form/tests/form-field-inputs.js +151 -129
  19. package/dist/cjs/gantt/tests/gantt-editing-popup-general.js +434 -420
  20. package/dist/cjs/gantt/tests/gantt-editing-popup-other.js +332 -318
  21. package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +442 -428
  22. package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +485 -471
  23. package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +442 -428
  24. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +140 -126
  25. package/dist/cjs/grid/tests/grid-editing-popup.js +375 -361
  26. package/dist/cjs/index.js +1935 -1659
  27. package/dist/cjs/multiselecttree/multiselecttree.spec.js +712 -18
  28. package/dist/cjs/multiselecttree/templates/multiselecttree-adaptive.js +5837 -0
  29. package/dist/cjs/multiselecttree/templates/multiselecttree-arrow-button.js +5837 -0
  30. package/dist/cjs/multiselecttree/templates/multiselecttree-filtering.js +5968 -0
  31. package/dist/cjs/multiselecttree/templates/multiselecttree-normal.js +5831 -0
  32. package/dist/cjs/multiselecttree/templates/multiselecttree-popup.js +5855 -0
  33. package/dist/cjs/multiselecttree/templates/multiselecttree-value.js +5869 -0
  34. package/dist/cjs/multiselecttree/tests/multiselecttree-adaptive.js +5984 -0
  35. package/dist/cjs/multiselecttree/tests/multiselecttree-flat.js +887 -147
  36. package/dist/cjs/multiselecttree/tests/multiselecttree-opened.js +1283 -937
  37. package/dist/cjs/multiselecttree/tests/multiselecttree-outline.js +887 -147
  38. package/dist/cjs/multiselecttree/tests/{multiselecttree.js → multiselecttree-size-rounded.js} +865 -150
  39. package/dist/cjs/multiselecttree/tests/multiselecttree-solid.js +6048 -0
  40. package/dist/cjs/notification/index.js +51 -1
  41. package/dist/cjs/notification/templates/icon-notification-closable.js +4389 -0
  42. package/dist/cjs/notification/templates/icon-notification.js +4368 -0
  43. package/dist/cjs/notification/templates/notification-closable.js +4388 -0
  44. package/dist/cjs/notification/templates/notification-normal.js +4367 -0
  45. package/dist/cjs/notification/tests/notification-angular-colors.js +4404 -0
  46. package/dist/cjs/notification/tests/notification-angular.js +60 -34
  47. package/dist/cjs/notification/tests/notification-custom-angular.js +48 -20
  48. package/dist/cjs/notification/tests/notification-jquery-colors.js +4441 -0
  49. package/dist/cjs/notification/tests/notification-jquery.js +63 -37
  50. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +457 -441
  51. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +530 -516
  52. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +544 -530
  53. package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +194 -180
  54. package/dist/cjs/spreadsheet/tests/spreadsheet-file-dialogs.js +235 -205
  55. package/dist/cjs/spreadsheet/tests/spreadsheet-find-replace-dialog.js +169 -155
  56. package/dist/cjs/spreadsheet/tests/spreadsheet-format-dialogs.js +471 -457
  57. package/dist/cjs/spreadsheet/tests/spreadsheet-formula-dialog.js +167 -153
  58. package/dist/cjs/spreadsheet/tests/spreadsheet-insert-dialogs.js +267 -237
  59. package/dist/cjs/spreadsheet/tests/spreadsheet-print.js +243 -229
  60. package/dist/cjs/spreadsheet/tests/spreadsheet-sheets-bar.js +123 -109
  61. package/dist/cjs/treelist/tests/treelist-editing-popup.js +317 -303
  62. package/dist/cjs/upload/templates/upload-batch.js +4846 -0
  63. package/dist/cjs/{multiselecttree/tests/multiselecttree-size.js → upload/templates/upload-chunk.js} +396 -768
  64. package/dist/cjs/upload/templates/upload-normal.js +4761 -0
  65. package/dist/cjs/upload/tests/upload-rtl.js +67 -49
  66. package/dist/cjs/upload/tests/upload-states.js +4782 -0
  67. package/dist/cjs/upload/tests/upload.js +62 -36
  68. package/dist/cjs/upload/upload.spec.js +1 -1
  69. package/dist/cjs/window/templates/window-normal.js +4546 -0
  70. package/dist/cjs/window/tests/window-action-buttons.js +30 -16
  71. package/dist/cjs/window/tests/window-rtl.js +23 -9
  72. package/dist/cjs/window/tests/window-theme-colors.js +22 -9
  73. package/dist/cjs/window/tests/window.js +23 -9
  74. package/dist/esm/context-menu/tests/context-menu-in-window.js +43 -29
  75. package/dist/esm/dialog/tests/dialog-in-window.js +30 -16
  76. package/dist/esm/editor/tests/editor-find-replace.js +78 -64
  77. package/dist/esm/editor/tests/editor-image-editor.js +41 -27
  78. package/dist/esm/editor/tests/editor-table-wizard.js +110 -96
  79. package/dist/esm/editor/tests/editor-view-source.js +46 -32
  80. package/dist/esm/fab/fab-item.js +1 -0
  81. package/dist/esm/fab/templates/icon-fab.js +4410 -0
  82. package/dist/esm/fab/templates/icon-text-fab.js +4411 -0
  83. package/dist/esm/fab/templates/text-fab.js +4410 -0
  84. package/dist/esm/fab/tests/fab-items.js +49 -111
  85. package/dist/esm/fab/tests/fab-position.js +71 -18
  86. package/dist/esm/fab/tests/{fab-size.js → fab-size-rounded.js} +85 -89
  87. package/dist/esm/fab/tests/fab-states.js +64 -11
  88. package/dist/esm/fab/tests/fab.js +80 -46
  89. package/dist/esm/filemanager/tests/filemanager-dialogs.js +35 -19
  90. package/dist/esm/form/tests/form-field-inputs-rtl.js +137 -115
  91. package/dist/esm/form/tests/form-field-inputs.js +151 -129
  92. package/dist/esm/gantt/tests/gantt-editing-popup-general.js +381 -367
  93. package/dist/esm/gantt/tests/gantt-editing-popup-other.js +290 -276
  94. package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +386 -372
  95. package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +419 -405
  96. package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +386 -372
  97. package/dist/esm/grid/tests/grid-column-resizing-actions.js +117 -103
  98. package/dist/esm/grid/tests/grid-editing-popup.js +328 -314
  99. package/dist/esm/index.js +1935 -1659
  100. package/dist/esm/multiselecttree/multiselecttree.spec.js +712 -18
  101. package/dist/esm/multiselecttree/templates/multiselecttree-adaptive.js +5821 -0
  102. package/dist/esm/multiselecttree/templates/multiselecttree-arrow-button.js +5821 -0
  103. package/dist/esm/multiselecttree/templates/multiselecttree-filtering.js +5952 -0
  104. package/dist/esm/multiselecttree/templates/multiselecttree-normal.js +5815 -0
  105. package/dist/esm/multiselecttree/templates/multiselecttree-popup.js +5839 -0
  106. package/dist/esm/multiselecttree/templates/multiselecttree-value.js +5853 -0
  107. package/dist/esm/multiselecttree/tests/multiselecttree-adaptive.js +5968 -0
  108. package/dist/esm/multiselecttree/tests/multiselecttree-flat.js +887 -147
  109. package/dist/esm/multiselecttree/tests/multiselecttree-opened.js +1337 -991
  110. package/dist/esm/multiselecttree/tests/multiselecttree-outline.js +887 -147
  111. package/dist/esm/multiselecttree/tests/{multiselecttree.js → multiselecttree-size-rounded.js} +861 -146
  112. package/dist/esm/multiselecttree/tests/multiselecttree-solid.js +6032 -0
  113. package/dist/esm/notification/index.js +51 -1
  114. package/dist/esm/notification/templates/icon-notification-closable.js +4373 -0
  115. package/dist/esm/notification/templates/icon-notification.js +4352 -0
  116. package/dist/esm/notification/templates/notification-closable.js +4372 -0
  117. package/dist/esm/notification/templates/notification-normal.js +4351 -0
  118. package/dist/esm/notification/tests/notification-angular-colors.js +4388 -0
  119. package/dist/esm/notification/tests/notification-angular.js +58 -32
  120. package/dist/esm/notification/tests/notification-custom-angular.js +46 -18
  121. package/dist/esm/notification/tests/notification-jquery-colors.js +4425 -0
  122. package/dist/esm/notification/tests/notification-jquery.js +61 -35
  123. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +457 -441
  124. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +466 -452
  125. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +479 -465
  126. package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +179 -165
  127. package/dist/esm/spreadsheet/tests/spreadsheet-file-dialogs.js +215 -185
  128. package/dist/esm/spreadsheet/tests/spreadsheet-find-replace-dialog.js +155 -141
  129. package/dist/esm/spreadsheet/tests/spreadsheet-format-dialogs.js +409 -395
  130. package/dist/esm/spreadsheet/tests/spreadsheet-formula-dialog.js +153 -139
  131. package/dist/esm/spreadsheet/tests/spreadsheet-insert-dialogs.js +253 -223
  132. package/dist/esm/spreadsheet/tests/spreadsheet-print.js +218 -204
  133. package/dist/esm/spreadsheet/tests/spreadsheet-sheets-bar.js +108 -94
  134. package/dist/esm/treelist/tests/treelist-editing-popup.js +275 -261
  135. package/dist/esm/upload/templates/upload-batch.js +4830 -0
  136. package/dist/esm/{multiselecttree/tests/multiselecttree-size.js → upload/templates/upload-chunk.js} +392 -764
  137. package/dist/esm/upload/templates/upload-normal.js +4745 -0
  138. package/dist/esm/upload/tests/upload-rtl.js +67 -49
  139. package/dist/esm/upload/tests/upload-states.js +4766 -0
  140. package/dist/esm/upload/tests/upload.js +62 -36
  141. package/dist/esm/upload/upload.spec.js +1 -1
  142. package/dist/esm/window/templates/window-normal.js +4530 -0
  143. package/dist/esm/window/tests/window-action-buttons.js +29 -15
  144. package/dist/esm/window/tests/window-rtl.js +22 -8
  145. package/dist/esm/window/tests/window-theme-colors.js +22 -9
  146. package/dist/esm/window/tests/window.js +22 -8
  147. package/dist/types/fab/fab-item.d.ts +4 -1
  148. package/dist/types/fab/index.d.ts +3 -0
  149. package/dist/types/fab/templates/icon-fab.d.ts +1 -0
  150. package/dist/types/fab/templates/icon-text-fab.d.ts +1 -0
  151. package/dist/types/fab/templates/text-fab.d.ts +1 -0
  152. package/dist/types/multiselecttree/index.d.ts +6 -0
  153. package/dist/types/multiselecttree/multiselecttree.spec.d.ts +3 -0
  154. package/dist/types/multiselecttree/templates/multiselecttree-adaptive.d.ts +1 -0
  155. package/dist/types/multiselecttree/templates/multiselecttree-arrow-button.d.ts +1 -0
  156. package/dist/types/multiselecttree/templates/multiselecttree-filtering.d.ts +1 -0
  157. package/dist/types/multiselecttree/templates/multiselecttree-normal.d.ts +1 -0
  158. package/dist/types/multiselecttree/templates/multiselecttree-popup.d.ts +1 -0
  159. package/dist/types/multiselecttree/templates/multiselecttree-value.d.ts +1 -0
  160. package/dist/types/multiselecttree/tests/multiselecttree-solid.d.ts +2 -0
  161. package/dist/types/notification/index.d.ts +4 -0
  162. package/dist/types/notification/templates/icon-notification-closable.d.ts +1 -0
  163. package/dist/types/notification/templates/icon-notification.d.ts +1 -0
  164. package/dist/types/notification/templates/notification-closable.d.ts +1 -0
  165. package/dist/types/notification/templates/notification-normal.d.ts +1 -0
  166. package/dist/types/notification/tests/notification-angular-colors.d.ts +2 -0
  167. package/dist/types/notification/tests/notification-jquery-colors.d.ts +2 -0
  168. package/dist/types/upload/index.d.ts +3 -0
  169. package/dist/types/upload/templates/upload-batch.d.ts +1 -0
  170. package/dist/types/upload/templates/upload-chunk.d.ts +1 -0
  171. package/dist/types/upload/templates/upload-normal.d.ts +1 -0
  172. package/dist/types/upload/tests/upload-states.d.ts +2 -0
  173. package/dist/types/window/index.d.ts +1 -0
  174. package/dist/types/window/templates/window-normal.d.ts +1 -0
  175. package/package.json +2 -2
  176. package/src/context-menu/tests/context-menu-in-window.tsx +3 -3
  177. package/src/dialog/tests/dialog-in-window.tsx +3 -3
  178. package/src/editor/tests/editor-find-replace.tsx +5 -5
  179. package/src/editor/tests/editor-image-editor.tsx +3 -3
  180. package/src/editor/tests/editor-table-wizard.tsx +7 -7
  181. package/src/editor/tests/editor-view-source.tsx +3 -3
  182. package/src/fab/fab-item.tsx +2 -0
  183. package/src/fab/index.ts +3 -0
  184. package/src/fab/templates/icon-fab.tsx +7 -0
  185. package/src/fab/templates/icon-text-fab.tsx +8 -0
  186. package/src/fab/templates/text-fab.tsx +7 -0
  187. package/src/fab/tests/fab-items.tsx +57 -127
  188. package/src/fab/tests/fab-position.tsx +9 -9
  189. package/src/fab/tests/fab-size-rounded.tsx +35 -0
  190. package/src/fab/tests/fab-states.tsx +2 -2
  191. package/src/fab/tests/fab.tsx +14 -110
  192. package/src/filemanager/tests/filemanager-dialogs.tsx +2 -2
  193. package/src/form/tests/form-field-inputs-rtl.tsx +5 -5
  194. package/src/form/tests/form-field-inputs.tsx +5 -5
  195. package/src/gantt/tests/gantt-editing-popup-general.tsx +3 -3
  196. package/src/gantt/tests/gantt-editing-popup-other.tsx +3 -3
  197. package/src/gantt/tests/gantt-editing-popup-predecessors.tsx +3 -3
  198. package/src/gantt/tests/gantt-editing-popup-resources.tsx +3 -3
  199. package/src/gantt/tests/gantt-editing-popup-successors.tsx +3 -3
  200. package/src/grid/tests/grid-column-resizing-actions.tsx +3 -3
  201. package/src/grid/tests/grid-editing-popup.tsx +3 -3
  202. package/src/multiselecttree/index.ts +6 -0
  203. package/src/multiselecttree/multiselecttree.spec.tsx +37 -0
  204. package/src/multiselecttree/templates/multiselecttree-adaptive.tsx +8 -0
  205. package/src/multiselecttree/templates/multiselecttree-arrow-button.tsx +8 -0
  206. package/src/multiselecttree/templates/multiselecttree-filtering.tsx +47 -0
  207. package/src/multiselecttree/templates/multiselecttree-normal.tsx +3 -0
  208. package/src/multiselecttree/templates/multiselecttree-popup.tsx +36 -0
  209. package/src/multiselecttree/templates/multiselecttree-value.tsx +12 -0
  210. package/src/multiselecttree/tests/multiselecttree-adaptive.tsx +33 -0
  211. package/src/multiselecttree/tests/multiselecttree-flat.tsx +32 -126
  212. package/src/multiselecttree/tests/multiselecttree-opened.tsx +29 -90
  213. package/src/multiselecttree/tests/multiselecttree-outline.tsx +32 -126
  214. package/src/multiselecttree/tests/multiselecttree-size-rounded.tsx +38 -0
  215. package/src/multiselecttree/tests/multiselecttree-solid.tsx +79 -0
  216. package/src/notification/index.tsx +4 -0
  217. package/src/notification/templates/icon-notification-closable.tsx +10 -0
  218. package/src/notification/templates/icon-notification.tsx +9 -0
  219. package/src/notification/templates/notification-closable.tsx +9 -0
  220. package/src/notification/templates/notification-normal.tsx +8 -0
  221. package/src/notification/tests/notification-angular-colors.tsx +28 -0
  222. package/src/notification/tests/notification-angular.tsx +10 -95
  223. package/src/notification/tests/notification-custom-angular.tsx +9 -9
  224. package/src/notification/tests/notification-jquery-colors.tsx +30 -0
  225. package/src/notification/tests/notification-jquery.tsx +10 -95
  226. package/src/pdf-viewer/tests/pdf-viewer-blank-page.tsx +2 -2
  227. package/src/scheduler/tests/scheduler-edit-dialog.tsx +3 -3
  228. package/src/scheduler/tests/scheduler-editing-weekly.tsx +3 -3
  229. package/src/spreadsheet/tests/spreadsheet-data-validation.tsx +5 -5
  230. package/src/spreadsheet/tests/spreadsheet-file-dialogs.tsx +9 -9
  231. package/src/spreadsheet/tests/spreadsheet-find-replace-dialog.tsx +3 -3
  232. package/src/spreadsheet/tests/spreadsheet-format-dialogs.tsx +5 -5
  233. package/src/spreadsheet/tests/spreadsheet-formula-dialog.tsx +3 -3
  234. package/src/spreadsheet/tests/spreadsheet-insert-dialogs.tsx +13 -13
  235. package/src/spreadsheet/tests/spreadsheet-print.tsx +5 -5
  236. package/src/spreadsheet/tests/spreadsheet-sheets-bar.tsx +5 -5
  237. package/src/treelist/tests/treelist-editing-popup.tsx +3 -3
  238. package/src/upload/index.ts +3 -0
  239. package/src/upload/templates/upload-batch.tsx +14 -0
  240. package/src/upload/templates/upload-chunk.tsx +12 -0
  241. package/src/upload/templates/upload-normal.tsx +7 -0
  242. package/src/upload/tests/upload-rtl.tsx +35 -48
  243. package/src/upload/tests/upload-states.tsx +29 -0
  244. package/src/upload/tests/upload.tsx +34 -39
  245. package/src/upload/upload.spec.tsx +1 -1
  246. package/src/window/index.ts +1 -0
  247. package/src/window/templates/window-normal.tsx +11 -0
  248. package/src/window/tests/window-action-buttons.tsx +9 -9
  249. package/src/window/tests/window-rtl.tsx +6 -8
  250. package/src/window/tests/window-theme-colors.tsx +6 -18
  251. package/src/window/tests/window.tsx +6 -6
  252. package/src/fab/tests/fab-size.tsx +0 -109
  253. package/src/multiselecttree/tests/multiselecttree-size.tsx +0 -50
  254. package/src/multiselecttree/tests/multiselecttree.tsx +0 -175
  255. /package/dist/types/fab/tests/{fab-size.d.ts → fab-size-rounded.d.ts} +0 -0
  256. /package/dist/types/multiselecttree/tests/{multiselecttree-size.d.ts → multiselecttree-adaptive.d.ts} +0 -0
  257. /package/dist/types/multiselecttree/tests/{multiselecttree.d.ts → multiselecttree-size-rounded.d.ts} +0 -0
@@ -4585,7 +4585,7 @@ var Upload = (props) => {
4585
4585
  props.children && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("ul", { className: "k-upload-files", children: props.children }),
4586
4586
  actions && /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(action_buttons_spec_default, { alignment: "end", orientation: "horizontal", children: [
4587
4587
  /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(Button, { className: "k-clear-selected", children: "Clear" }),
4588
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(Button, { themeColor: "primary", className: "k-upload-selected", children: "Update" })
4588
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(Button, { themeColor: "primary", className: "k-upload-selected", children: "Upload" })
4589
4589
  ] })
4590
4590
  ]
4591
4591
  }
@@ -4744,8 +4744,24 @@ var import_jsx_runtime16 = require("react/jsx-runtime");
4744
4744
  // src/upload/upload-file-multiple.tsx
4745
4745
  var import_jsx_runtime17 = require("react/jsx-runtime");
4746
4746
 
4747
- // src/button-group/button-group.spec.tsx
4747
+ // src/upload/templates/upload-chunk.tsx
4748
4748
  var import_jsx_runtime18 = require("react/jsx-runtime");
4749
+
4750
+ // src/upload/templates/upload-batch.tsx
4751
+ var import_jsx_runtime19 = require("react/jsx-runtime");
4752
+
4753
+ // src/upload/templates/upload-normal.tsx
4754
+ var import_jsx_runtime20 = require("react/jsx-runtime");
4755
+ var UploadNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
4756
+ Upload,
4757
+ {
4758
+ async: true,
4759
+ ...props
4760
+ }
4761
+ );
4762
+
4763
+ // src/button-group/button-group.spec.tsx
4764
+ var import_jsx_runtime21 = require("react/jsx-runtime");
4749
4765
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
4750
4766
  var states10 = [
4751
4767
  States.disabled
@@ -4763,7 +4779,7 @@ var ButtonGroup = (props) => {
4763
4779
  stretched,
4764
4780
  ...other
4765
4781
  } = props;
4766
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
4782
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4767
4783
  "div",
4768
4784
  {
4769
4785
  ...other,
@@ -4790,19 +4806,19 @@ ButtonGroup.className = BUTTONGROUP_CLASSNAME;
4790
4806
  ButtonGroup.defaultProps = defaultProps9;
4791
4807
 
4792
4808
  // src/button-group/templates/icon-button-group.tsx
4793
- var import_jsx_runtime19 = require("react/jsx-runtime");
4809
+ var import_jsx_runtime22 = require("react/jsx-runtime");
4794
4810
 
4795
4811
  // src/button-group/templates/icon-text-button-group.tsx
4796
- var import_jsx_runtime20 = require("react/jsx-runtime");
4812
+ var import_jsx_runtime23 = require("react/jsx-runtime");
4797
4813
 
4798
4814
  // src/button-group/templates/text-button-group.tsx
4799
- var import_jsx_runtime21 = require("react/jsx-runtime");
4815
+ var import_jsx_runtime24 = require("react/jsx-runtime");
4800
4816
 
4801
4817
  // src/button-group/templates/mixed-button-group.tsx
4802
- var import_jsx_runtime22 = require("react/jsx-runtime");
4818
+ var import_jsx_runtime25 = require("react/jsx-runtime");
4803
4819
 
4804
4820
  // src/input/input.spec.tsx
4805
- var import_jsx_runtime23 = require("react/jsx-runtime");
4821
+ var import_jsx_runtime26 = require("react/jsx-runtime");
4806
4822
  var INPUT_CLASSNAME = `k-input`;
4807
4823
  var states11 = [
4808
4824
  States.hover,
@@ -4838,7 +4854,7 @@ var Input = (props) => {
4838
4854
  fillMode = defaultProps10.fillMode,
4839
4855
  ...other
4840
4856
  } = props;
4841
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4857
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
4842
4858
  "span",
4843
4859
  {
4844
4860
  ...other,
@@ -4857,7 +4873,7 @@ Input.className = INPUT_CLASSNAME;
4857
4873
  Input.defaultProps = defaultProps10;
4858
4874
 
4859
4875
  // src/input/picker.spec.tsx
4860
- var import_jsx_runtime24 = require("react/jsx-runtime");
4876
+ var import_jsx_runtime27 = require("react/jsx-runtime");
4861
4877
  var PICKER_CLASSNAME = `k-picker`;
4862
4878
  var pickerStates = [
4863
4879
  States.hover,
@@ -4893,7 +4909,7 @@ var Picker = (props) => {
4893
4909
  fillMode = defaultProps11.fillMode,
4894
4910
  ...other
4895
4911
  } = props;
4896
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
4912
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
4897
4913
  "span",
4898
4914
  {
4899
4915
  ...other,
@@ -4913,7 +4929,7 @@ Picker.className = PICKER_CLASSNAME;
4913
4929
  Picker.defaultProps = defaultProps11;
4914
4930
 
4915
4931
  // src/input/input-clear-value.tsx
4916
- var import_jsx_runtime25 = require("react/jsx-runtime");
4932
+ var import_jsx_runtime28 = require("react/jsx-runtime");
4917
4933
  var className = `k-clear-value`;
4918
4934
  var states12 = [
4919
4935
  States.disabled,
@@ -4929,16 +4945,16 @@ var InputClearValue = (props) => {
4929
4945
  value
4930
4946
  } = props;
4931
4947
  if (disabled || readonly || loading || !value) {
4932
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(import_jsx_runtime25.Fragment, {});
4948
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_jsx_runtime28.Fragment, {});
4933
4949
  }
4934
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { icon: "x" }) });
4950
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Icon, { icon: "x" }) });
4935
4951
  };
4936
4952
  InputClearValue.states = states12;
4937
4953
  InputClearValue.options = options11;
4938
4954
  InputClearValue.className = className;
4939
4955
 
4940
4956
  // src/input/input-inner-input.tsx
4941
- var import_jsx_runtime26 = require("react/jsx-runtime");
4957
+ var import_jsx_runtime29 = require("react/jsx-runtime");
4942
4958
  var className2 = `k-input-inner`;
4943
4959
  var states13 = [];
4944
4960
  var options12 = {};
@@ -4956,7 +4972,7 @@ var InputInnerInput = (props) => {
4956
4972
  autocomplete = defaultProps12.autocomplete,
4957
4973
  ...other
4958
4974
  } = props;
4959
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
4975
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
4960
4976
  "input",
4961
4977
  {
4962
4978
  ...other,
@@ -4973,7 +4989,7 @@ InputInnerInput.options = options12;
4973
4989
  InputInnerInput.className = className2;
4974
4990
 
4975
4991
  // src/input/input-inner-span.tsx
4976
- var import_jsx_runtime27 = require("react/jsx-runtime");
4992
+ var import_jsx_runtime30 = require("react/jsx-runtime");
4977
4993
  var className3 = `k-input-inner`;
4978
4994
  var states14 = [];
4979
4995
  var options13 = {};
@@ -4986,16 +5002,16 @@ var InputInnerSpan = (props) => {
4986
5002
  valueIconName,
4987
5003
  ...other
4988
5004
  } = props;
4989
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
5005
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
4990
5006
  "span",
4991
5007
  {
4992
5008
  ...other,
4993
5009
  className: classNames(props.className, className3, optionClassNames(className3, props)),
4994
5010
  children: [
4995
5011
  valueIcon,
4996
- !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
5012
+ !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4997
5013
  showValue && !value && placeholder,
4998
- showValue && value && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("span", { className: "k-input-value-text", children: value })
5014
+ showValue && value && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("span", { className: "k-input-value-text", children: value })
4999
5015
  ]
5000
5016
  }
5001
5017
  );
@@ -5005,7 +5021,7 @@ InputInnerSpan.options = options13;
5005
5021
  InputInnerSpan.className = className3;
5006
5022
 
5007
5023
  // src/input/input-inner-textarea.tsx
5008
- var import_jsx_runtime28 = require("react/jsx-runtime");
5024
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5009
5025
  var defaultProps13 = {
5010
5026
  value: "",
5011
5027
  placeholder: ""
@@ -5020,7 +5036,7 @@ var InputInnerTextarea = (props) => {
5020
5036
  rows,
5021
5037
  ...other
5022
5038
  } = props;
5023
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5039
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5024
5040
  "textarea",
5025
5041
  {
5026
5042
  ...other,
@@ -5036,7 +5052,7 @@ InputInnerTextarea.options = options14;
5036
5052
  InputInnerTextarea.className = className4;
5037
5053
 
5038
5054
  // src/input/input-loading-icon.tsx
5039
- var import_jsx_runtime29 = require("react/jsx-runtime");
5055
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5040
5056
  var className5 = `k-input-loading-icon`;
5041
5057
  var states16 = [
5042
5058
  States.disabled,
@@ -5048,13 +5064,13 @@ var InputLoadingIcon = (props) => {
5048
5064
  loading
5049
5065
  } = props;
5050
5066
  if (disabled || !loading) {
5051
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_jsx_runtime29.Fragment, {});
5067
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_jsx_runtime32.Fragment, {});
5052
5068
  }
5053
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("span", { className: classNames(props.className, className5, "k-icon k-i-loading") });
5069
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: classNames(props.className, className5, "k-icon k-i-loading") });
5054
5070
  };
5055
5071
 
5056
5072
  // src/input/input-validation-icon.tsx
5057
- var import_jsx_runtime30 = require("react/jsx-runtime");
5073
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5058
5074
  var className6 = `k-input-validation-icon`;
5059
5075
  var states17 = [
5060
5076
  States.valid,
@@ -5073,39 +5089,39 @@ var InputValidationIcon = (props) => {
5073
5089
  const iconName = invalid ? "exclamation-circle" : "check";
5074
5090
  const renderValidationIcon = Boolean(valid || invalid);
5075
5091
  if (disabled || loading || !renderValidationIcon) {
5076
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_jsx_runtime30.Fragment, {});
5092
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_jsx_runtime33.Fragment, {});
5077
5093
  }
5078
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Icon, { className: classNames(className6), icon: iconName });
5094
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Icon, { className: classNames(className6), icon: iconName });
5079
5095
  };
5080
5096
  InputValidationIcon.states = states17;
5081
5097
  InputValidationIcon.options = options15;
5082
5098
  InputValidationIcon.className = className6;
5083
5099
 
5084
5100
  // src/input/input-prefix.tsx
5085
- var import_jsx_runtime31 = require("react/jsx-runtime");
5101
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5086
5102
  var className7 = `k-input-prefix`;
5087
5103
  var InputPrefix = (props) => {
5088
5104
  if (!props.children) {
5089
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_jsx_runtime31.Fragment, {});
5105
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_jsx_runtime34.Fragment, {});
5090
5106
  }
5091
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("span", { className: classNames(className7, props.className), children: props.children });
5107
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)("span", { className: classNames(className7, props.className), children: props.children });
5092
5108
  };
5093
5109
 
5094
5110
  // src/input/input-suffix.tsx
5095
- var import_jsx_runtime32 = require("react/jsx-runtime");
5111
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5096
5112
  var className8 = `k-input-suffix`;
5097
5113
  var InputSuffix = (props) => {
5098
5114
  if (!props.children) {
5099
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_jsx_runtime32.Fragment, {});
5115
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_jsx_runtime35.Fragment, {});
5100
5116
  }
5101
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: classNames(className8, props.className), children: props.children });
5117
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("span", { className: classNames(className8, props.className), children: props.children });
5102
5118
  };
5103
5119
 
5104
5120
  // src/input/input-separator.tsx
5105
- var import_jsx_runtime33 = require("react/jsx-runtime");
5121
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5106
5122
 
5107
5123
  // src/color-preview/color-preview.tsx
5108
- var import_jsx_runtime34 = require("react/jsx-runtime");
5124
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5109
5125
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
5110
5126
  var states18 = [];
5111
5127
  var options16 = {};
@@ -5115,7 +5131,7 @@ var ColorPreview = (props) => {
5115
5131
  iconName,
5116
5132
  ...other
5117
5133
  } = props;
5118
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
5134
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
5119
5135
  "span",
5120
5136
  {
5121
5137
  ...other,
@@ -5128,8 +5144,8 @@ var ColorPreview = (props) => {
5128
5144
  }
5129
5145
  ),
5130
5146
  children: [
5131
- iconName && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5132
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5147
+ iconName && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5148
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5133
5149
  "span",
5134
5150
  {
5135
5151
  className: "k-color-preview-mask",
@@ -5145,7 +5161,7 @@ ColorPreview.options = options16;
5145
5161
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
5146
5162
 
5147
5163
  // src/animation-container/animation-container.spec.tsx
5148
- var import_jsx_runtime35 = require("react/jsx-runtime");
5164
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5149
5165
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5150
5166
  var states19 = [];
5151
5167
  var options17 = {};
@@ -5159,7 +5175,7 @@ var AnimationContainer = (props) => {
5159
5175
  offset,
5160
5176
  ...other
5161
5177
  } = props;
5162
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5178
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5163
5179
  "div",
5164
5180
  {
5165
5181
  ...other,
@@ -5171,7 +5187,7 @@ var AnimationContainer = (props) => {
5171
5187
  ["k-animation-container-fixed"]: positionMode === "fixed"
5172
5188
  }
5173
5189
  ),
5174
- children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5190
+ children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5175
5191
  }
5176
5192
  );
5177
5193
  };
@@ -5181,7 +5197,7 @@ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5181
5197
  AnimationContainer.defaultProps = defaultProps14;
5182
5198
 
5183
5199
  // src/popup/popup.spec.tsx
5184
- var import_jsx_runtime36 = require("react/jsx-runtime");
5200
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5185
5201
  var POPUP_CLASSNAME = `k-popup`;
5186
5202
  var states20 = [];
5187
5203
  var options18 = {};
@@ -5194,12 +5210,12 @@ var Popup = (props) => {
5194
5210
  positionMode,
5195
5211
  ...other
5196
5212
  } = props;
5197
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5213
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5198
5214
  AnimationContainer,
5199
5215
  {
5200
5216
  positionMode,
5201
5217
  offset,
5202
- children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5218
+ children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5203
5219
  }
5204
5220
  );
5205
5221
  };
@@ -5209,7 +5225,7 @@ Popup.className = POPUP_CLASSNAME;
5209
5225
  Popup.defaultProps = defaultProps15;
5210
5226
 
5211
5227
  // src/colorpicker/colorpicker.spec.tsx
5212
- var import_jsx_runtime37 = require("react/jsx-runtime");
5228
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5213
5229
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
5214
5230
  var states21 = [
5215
5231
  States.hover,
@@ -5251,8 +5267,8 @@ var ColorPicker = (props) => {
5251
5267
  opened,
5252
5268
  ...other
5253
5269
  } = props;
5254
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(import_jsx_runtime37.Fragment, { children: [
5255
- /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
5270
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_jsx_runtime40.Fragment, { children: [
5271
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
5256
5272
  Picker,
5257
5273
  {
5258
5274
  ...other,
@@ -5271,14 +5287,14 @@ var ColorPicker = (props) => {
5271
5287
  "k-icon-picker"
5272
5288
  ),
5273
5289
  children: [
5274
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(InputPrefix, { children: prefix }),
5275
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5290
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(InputPrefix, { children: prefix }),
5291
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5276
5292
  InputInnerSpan,
5277
5293
  {
5278
5294
  placeholder,
5279
5295
  value,
5280
5296
  showValue: false,
5281
- valueIcon: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5297
+ valueIcon: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5282
5298
  ColorPreview,
5283
5299
  {
5284
5300
  className: "k-value-icon",
@@ -5289,8 +5305,8 @@ var ColorPicker = (props) => {
5289
5305
  valueIconName
5290
5306
  }
5291
5307
  ),
5292
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(InputSuffix, { children: suffix }),
5293
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5308
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(InputSuffix, { children: suffix }),
5309
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5294
5310
  Button,
5295
5311
  {
5296
5312
  className: "k-input-button",
@@ -5303,7 +5319,7 @@ var ColorPicker = (props) => {
5303
5319
  ]
5304
5320
  }
5305
5321
  ),
5306
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Popup, { className: "k-color-picker-popup", children: popup })
5322
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Popup, { className: "k-color-picker-popup", children: popup })
5307
5323
  ] });
5308
5324
  };
5309
5325
  ColorPicker.states = states21;
@@ -5312,10 +5328,10 @@ ColorPicker.className = COLORPICKER_CLASSNAME;
5312
5328
  ColorPicker.defaultProps = defaultProps16;
5313
5329
 
5314
5330
  // src/colorpicker/templates/colorpicker-normal.tsx
5315
- var import_jsx_runtime38 = require("react/jsx-runtime");
5331
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5316
5332
 
5317
5333
  // src/slider/slider.spec.tsx
5318
- var import_jsx_runtime39 = require("react/jsx-runtime");
5334
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5319
5335
  var SLIDER_CLASSNAME = "k-slider";
5320
5336
  var states22 = [
5321
5337
  States.hover,
@@ -5354,7 +5370,7 @@ var Slider = (props) => {
5354
5370
  iconIncrease = "caret-alt-up";
5355
5371
  iconDecrease = "caret-alt-down";
5356
5372
  }
5357
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: classNames(
5373
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("div", { className: classNames(
5358
5374
  SLIDER_CLASSNAME,
5359
5375
  props.className,
5360
5376
  stateClassNames(SLIDER_CLASSNAME, {
@@ -5367,12 +5383,12 @@ var Slider = (props) => {
5367
5383
  "k-range-slider": type === "range"
5368
5384
  }
5369
5385
  ), dir, children: [
5370
- type !== "gradient" && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
5371
- /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-slider-track-wrap", children: [
5372
- type !== "gradient" && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("ul", { className: "k-reset k-slider-items", children: props.children }),
5373
- /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "k-slider-track", style: trackStyle, children: [
5374
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-slider-selection" }),
5375
- type === "range" && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: classNames(
5386
+ type !== "gradient" && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
5387
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("div", { className: "k-slider-track-wrap", children: [
5388
+ type !== "gradient" && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("ul", { className: "k-reset k-slider-items", children: props.children }),
5389
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("div", { className: "k-slider-track", style: trackStyle, children: [
5390
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "k-slider-selection" }),
5391
+ type === "range" && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: classNames(
5376
5392
  "k-draghandle",
5377
5393
  "k-draghandle-start",
5378
5394
  stateClassNames(SLIDER_CLASSNAME, {
@@ -5381,7 +5397,7 @@ var Slider = (props) => {
5381
5397
  active
5382
5398
  })
5383
5399
  ) }),
5384
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: classNames(
5400
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: classNames(
5385
5401
  "k-draghandle",
5386
5402
  `k-draghandle-${handlePosition}`,
5387
5403
  stateClassNames(SLIDER_CLASSNAME, {
@@ -5392,7 +5408,7 @@ var Slider = (props) => {
5392
5408
  ) })
5393
5409
  ] })
5394
5410
  ] }),
5395
- type !== "gradient" && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
5411
+ type !== "gradient" && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
5396
5412
  ] });
5397
5413
  };
5398
5414
  Slider.states = states22;
@@ -5401,7 +5417,7 @@ Slider.className = SLIDER_CLASSNAME;
5401
5417
  Slider.defaultProps = defaultProps17;
5402
5418
 
5403
5419
  // src/slider/slider-tick.tsx
5404
- var import_jsx_runtime40 = require("react/jsx-runtime");
5420
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5405
5421
  var SLIDER_TICK_CLASSNAME = "k-tick";
5406
5422
  var states23 = [];
5407
5423
  var options21 = {};
@@ -5416,14 +5432,14 @@ var SliderTick = (props) => {
5416
5432
  large,
5417
5433
  text
5418
5434
  } = props;
5419
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("li", { className: classNames(
5435
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("li", { className: classNames(
5420
5436
  props.className,
5421
5437
  SLIDER_TICK_CLASSNAME,
5422
5438
  {
5423
5439
  [`k-tick-${orientation}`]: orientation,
5424
5440
  "k-tick-large": large
5425
5441
  }
5426
- ), style, children: label && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { className: "k-label", children: text }) });
5442
+ ), style, children: label && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("span", { className: "k-label", children: text }) });
5427
5443
  };
5428
5444
  SliderTick.states = states23;
5429
5445
  SliderTick.options = options21;
@@ -5431,7 +5447,7 @@ SliderTick.className = SLIDER_TICK_CLASSNAME;
5431
5447
  SliderTick.defaultProps = defaultProps18;
5432
5448
 
5433
5449
  // src/spinbutton/spinbutton.spec.tsx
5434
- var import_jsx_runtime41 = require("react/jsx-runtime");
5450
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5435
5451
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
5436
5452
  var states24 = [];
5437
5453
  var options22 = {
@@ -5448,7 +5464,7 @@ var SpinButton = (props) => {
5448
5464
  fillMode = defaultProps19.fillMode,
5449
5465
  ...other
5450
5466
  } = props;
5451
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
5467
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
5452
5468
  "span",
5453
5469
  {
5454
5470
  ...other,
@@ -5457,7 +5473,7 @@ var SpinButton = (props) => {
5457
5473
  props.className
5458
5474
  ),
5459
5475
  children: [
5460
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5476
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5461
5477
  Button,
5462
5478
  {
5463
5479
  className: "k-spinner-increase",
@@ -5467,7 +5483,7 @@ var SpinButton = (props) => {
5467
5483
  fillMode
5468
5484
  }
5469
5485
  ),
5470
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5486
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5471
5487
  Button,
5472
5488
  {
5473
5489
  className: "k-spinner-decrease",
@@ -5487,7 +5503,7 @@ SpinButton.className = SPINBUTTON_CLASSNAME;
5487
5503
  SpinButton.defaultProps = defaultProps19;
5488
5504
 
5489
5505
  // src/numerictextbox/numerictextbox.spec.tsx
5490
- var import_jsx_runtime42 = require("react/jsx-runtime");
5506
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5491
5507
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
5492
5508
  var states25 = [
5493
5509
  States.hover,
@@ -5530,7 +5546,7 @@ var NumericTextbox = (props) => {
5530
5546
  showSpinButton = defaultProps20.showSpinButton,
5531
5547
  ...other
5532
5548
  } = props;
5533
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5549
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
5534
5550
  Input,
5535
5551
  {
5536
5552
  ...other,
@@ -5547,8 +5563,8 @@ var NumericTextbox = (props) => {
5547
5563
  readonly,
5548
5564
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
5549
5565
  children: [
5550
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputInnerInput, { placeholder, value }),
5551
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5566
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(InputInnerInput, { placeholder, value }),
5567
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5552
5568
  InputValidationIcon,
5553
5569
  {
5554
5570
  valid,
@@ -5557,14 +5573,14 @@ var NumericTextbox = (props) => {
5557
5573
  disabled
5558
5574
  }
5559
5575
  ),
5560
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5576
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5561
5577
  InputLoadingIcon,
5562
5578
  {
5563
5579
  loading,
5564
5580
  disabled
5565
5581
  }
5566
5582
  ),
5567
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5583
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5568
5584
  InputClearValue,
5569
5585
  {
5570
5586
  loading,
@@ -5573,7 +5589,7 @@ var NumericTextbox = (props) => {
5573
5589
  value
5574
5590
  }
5575
5591
  ),
5576
- showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5592
+ showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5577
5593
  SpinButton,
5578
5594
  {
5579
5595
  className: "k-input-spinner",
@@ -5591,10 +5607,10 @@ NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
5591
5607
  NumericTextbox.defaultProps = defaultProps20;
5592
5608
 
5593
5609
  // src/numerictextbox/templates/numerictextbox-normal.tsx
5594
- var import_jsx_runtime43 = require("react/jsx-runtime");
5610
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5595
5611
 
5596
5612
  // src/textbox/textbox.spec.tsx
5597
- var import_jsx_runtime44 = require("react/jsx-runtime");
5613
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5598
5614
  var TEXTBOX_CLASSNAME = `k-textbox`;
5599
5615
  var states26 = [
5600
5616
  States.hover,
@@ -5637,7 +5653,7 @@ var Textbox = (props) => {
5637
5653
  showClearButton = defaultProps21.showClearButton,
5638
5654
  ...other
5639
5655
  } = props;
5640
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
5656
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
5641
5657
  Input,
5642
5658
  {
5643
5659
  ...other,
@@ -5654,9 +5670,9 @@ var Textbox = (props) => {
5654
5670
  readonly,
5655
5671
  className: classNames(props.className, TEXTBOX_CLASSNAME),
5656
5672
  children: [
5657
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(InputPrefix, { children: prefix }),
5658
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(InputInnerInput, { placeholder, value }),
5659
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5673
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(InputPrefix, { children: prefix }),
5674
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(InputInnerInput, { placeholder, value }),
5675
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5660
5676
  InputValidationIcon,
5661
5677
  {
5662
5678
  valid,
@@ -5665,14 +5681,14 @@ var Textbox = (props) => {
5665
5681
  disabled
5666
5682
  }
5667
5683
  ),
5668
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5684
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5669
5685
  InputLoadingIcon,
5670
5686
  {
5671
5687
  loading,
5672
5688
  disabled
5673
5689
  }
5674
5690
  ),
5675
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5691
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5676
5692
  InputClearValue,
5677
5693
  {
5678
5694
  loading,
@@ -5681,7 +5697,7 @@ var Textbox = (props) => {
5681
5697
  value
5682
5698
  }
5683
5699
  ),
5684
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(InputSuffix, { children: suffix })
5700
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(InputSuffix, { children: suffix })
5685
5701
  ]
5686
5702
  }
5687
5703
  );
@@ -5692,16 +5708,16 @@ Textbox.className = TEXTBOX_CLASSNAME;
5692
5708
  Textbox.defaultProps = defaultProps21;
5693
5709
 
5694
5710
  // src/textbox/templates/textbox-normal.tsx
5695
- var import_jsx_runtime45 = require("react/jsx-runtime");
5711
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5696
5712
 
5697
5713
  // src/textbox/templates/textbox-prefix.tsx
5698
- var import_jsx_runtime46 = require("react/jsx-runtime");
5714
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5699
5715
 
5700
5716
  // src/textbox/templates/textbox-suffix.tsx
5701
- var import_jsx_runtime47 = require("react/jsx-runtime");
5717
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5702
5718
 
5703
5719
  // src/colorgradient/color-input.tsx
5704
- var import_jsx_runtime48 = require("react/jsx-runtime");
5720
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5705
5721
  var COLOR_INPUT_CLASSNAME = "k-colorgradient-inputs";
5706
5722
  var states27 = [];
5707
5723
  var options25 = {};
@@ -5712,75 +5728,75 @@ var ColorInput = (props) => {
5712
5728
  const {
5713
5729
  mode = defaultProps22.mode
5714
5730
  } = props;
5715
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: classNames(COLOR_INPUT_CLASSNAME, "k-hstack"), children: [
5716
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-vstack", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Button, { fillMode: "flat", icon: "caret-alt-expand", className: "k-colorgradient-toggle-mode" }) }),
5717
- mode === "rgba" && /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(import_jsx_runtime48.Fragment, { children: [
5718
- /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-vstack", children: [
5719
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5720
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
5731
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("div", { className: classNames(COLOR_INPUT_CLASSNAME, "k-hstack"), children: [
5732
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "k-vstack", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { fillMode: "flat", icon: "caret-alt-expand", className: "k-colorgradient-toggle-mode" }) }),
5733
+ mode === "rgba" && /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(import_jsx_runtime51.Fragment, { children: [
5734
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("div", { className: "k-vstack", children: [
5735
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5736
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
5721
5737
  ] }),
5722
- /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-vstack", children: [
5723
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5724
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
5738
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("div", { className: "k-vstack", children: [
5739
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5740
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
5725
5741
  ] }),
5726
- /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-vstack", children: [
5727
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5728
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
5742
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("div", { className: "k-vstack", children: [
5743
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5744
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
5729
5745
  ] }),
5730
- /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-vstack", children: [
5731
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
5732
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
5746
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("div", { className: "k-vstack", children: [
5747
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
5748
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
5733
5749
  ] })
5734
5750
  ] }),
5735
- mode === "rgb" && /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(import_jsx_runtime48.Fragment, { children: [
5736
- /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-vstack", children: [
5737
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5738
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
5751
+ mode === "rgb" && /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(import_jsx_runtime51.Fragment, { children: [
5752
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("div", { className: "k-vstack", children: [
5753
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5754
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
5739
5755
  ] }),
5740
- /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-vstack", children: [
5741
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5742
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
5756
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("div", { className: "k-vstack", children: [
5757
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5758
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
5743
5759
  ] }),
5744
- /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-vstack", children: [
5745
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5746
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
5760
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("div", { className: "k-vstack", children: [
5761
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5762
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
5747
5763
  ] })
5748
5764
  ] }),
5749
- mode === "hsva" && /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(import_jsx_runtime48.Fragment, { children: [
5750
- /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-vstack", children: [
5751
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5752
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
5765
+ mode === "hsva" && /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(import_jsx_runtime51.Fragment, { children: [
5766
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("div", { className: "k-vstack", children: [
5767
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5768
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
5753
5769
  ] }),
5754
- /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-vstack", children: [
5755
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5756
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
5770
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("div", { className: "k-vstack", children: [
5771
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5772
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
5757
5773
  ] }),
5758
- /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-vstack", children: [
5759
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5760
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
5774
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("div", { className: "k-vstack", children: [
5775
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5776
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
5761
5777
  ] }),
5762
- /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-vstack", children: [
5763
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
5764
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
5778
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("div", { className: "k-vstack", children: [
5779
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
5780
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
5765
5781
  ] })
5766
5782
  ] }),
5767
- mode === "hsv" && /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(import_jsx_runtime48.Fragment, { children: [
5768
- /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-vstack", children: [
5769
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5770
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
5783
+ mode === "hsv" && /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(import_jsx_runtime51.Fragment, { children: [
5784
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("div", { className: "k-vstack", children: [
5785
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5786
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
5771
5787
  ] }),
5772
- /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-vstack", children: [
5773
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5774
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
5788
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("div", { className: "k-vstack", children: [
5789
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5790
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
5775
5791
  ] }),
5776
- /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-vstack", children: [
5777
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5778
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
5792
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("div", { className: "k-vstack", children: [
5793
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
5794
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
5779
5795
  ] })
5780
5796
  ] }),
5781
- mode === "hex" && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_jsx_runtime48.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: "k-vstack k-flex-1", children: [
5782
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Textbox, { showClearButton: false, value: "#b88484AA", className: "k-hex-value" }),
5783
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("label", { className: "k-colorgradient-input-label", children: "HEX" })
5797
+ mode === "hex" && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_jsx_runtime51.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("div", { className: "k-vstack k-flex-1", children: [
5798
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Textbox, { showClearButton: false, value: "#b88484AA", className: "k-hex-value" }),
5799
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("label", { className: "k-colorgradient-input-label", children: "HEX" })
5784
5800
  ] }) })
5785
5801
  ] });
5786
5802
  };
@@ -5790,31 +5806,31 @@ ColorInput.className = COLOR_INPUT_CLASSNAME;
5790
5806
  ColorInput.defaultProps = defaultProps22;
5791
5807
 
5792
5808
  // src/colorgradient/color-contrast.tsx
5793
- var import_jsx_runtime49 = require("react/jsx-runtime");
5809
+ var import_jsx_runtime52 = require("react/jsx-runtime");
5794
5810
  var COLOR_CONTRAST_CLASSNAME = "k-colorgradient-color-contrast";
5795
5811
  var states28 = [];
5796
5812
  var options26 = {};
5797
5813
  var defaultProps23 = {};
5798
- var ColorContrast = () => /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("div", { className: classNames(COLOR_CONTRAST_CLASSNAME, "k-vbox"), children: [
5799
- /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("div", { className: "k-contrast-ratio", children: [
5800
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("span", { className: "k-contrast-ratio-text", children: "Contrast ratio: 7.1" }),
5801
- /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
5802
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Icon, { icon: "check" }),
5803
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Icon, { icon: "check" })
5814
+ var ColorContrast = () => /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: classNames(COLOR_CONTRAST_CLASSNAME, "k-vbox"), children: [
5815
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-contrast-ratio", children: [
5816
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-contrast-ratio-text", children: "Contrast ratio: 7.1" }),
5817
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
5818
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Icon, { icon: "check" }),
5819
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Icon, { icon: "check" })
5804
5820
  ] })
5805
5821
  ] }),
5806
- /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("div", { children: [
5807
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("span", { children: "AA: 4.5" }),
5808
- /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
5822
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { children: [
5823
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { children: "AA: 4.5" }),
5824
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
5809
5825
  "Pass",
5810
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Icon, { icon: "check" })
5826
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Icon, { icon: "check" })
5811
5827
  ] })
5812
5828
  ] }),
5813
- /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("div", { children: [
5814
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("span", { children: "AAA: 7.0" }),
5815
- /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("span", { className: "k-contrast-validation !k-text-error", children: [
5829
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { children: [
5830
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { children: "AAA: 7.0" }),
5831
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("span", { className: "k-contrast-validation !k-text-error", children: [
5816
5832
  "Fail",
5817
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Icon, { icon: "x" })
5833
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Icon, { icon: "x" })
5818
5834
  ] })
5819
5835
  ] })
5820
5836
  ] });
@@ -5824,7 +5840,7 @@ ColorContrast.className = COLOR_CONTRAST_CLASSNAME;
5824
5840
  ColorContrast.defaultProps = defaultProps23;
5825
5841
 
5826
5842
  // src/colorgradient/color-gradient.spec.tsx
5827
- var import_jsx_runtime50 = require("react/jsx-runtime");
5843
+ var import_jsx_runtime53 = require("react/jsx-runtime");
5828
5844
  var COLOR_GRADIENT_CLASSNAME = "k-colorgradient";
5829
5845
  var states29 = [
5830
5846
  States.hover,
@@ -5857,7 +5873,7 @@ var ColorGradient = (props) => {
5857
5873
  dragHandleStyle = defaultProps24.dragHandleStyle,
5858
5874
  alphaStyle = defaultProps24.alphaStyle
5859
5875
  } = props;
5860
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: classNames(
5876
+ return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: classNames(
5861
5877
  props.className,
5862
5878
  COLOR_GRADIENT_CLASSNAME,
5863
5879
  stateClassNames(COLOR_GRADIENT_CLASSNAME, {
@@ -5867,8 +5883,8 @@ var ColorGradient = (props) => {
5867
5883
  disabled
5868
5884
  })
5869
5885
  ), dir, children: [
5870
- /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: "k-colorgradient-canvas k-hstack", children: [
5871
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "k-hsv-rectangle", style: gradientStyle, children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "k-hsv-gradient", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: classNames(
5886
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "k-colorgradient-canvas k-hstack", children: [
5887
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-hsv-rectangle", style: gradientStyle, children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-hsv-gradient", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: classNames(
5872
5888
  "k-hsv-draghandle",
5873
5889
  "k-draghandle",
5874
5890
  {
@@ -5876,13 +5892,13 @@ var ColorGradient = (props) => {
5876
5892
  "k-focus": focusHandle
5877
5893
  }
5878
5894
  ), style: dragHandleStyle }) }) }),
5879
- /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: "k-hsv-controls k-hstack", children: [
5880
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Slider, { type: "gradient", orientation: "vertical", className: "k-hue-slider", hover: hoverHandle, focus: focusHandle }),
5881
- mode !== "rgb" && mode !== "hsv" && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Slider, { type: "gradient", orientation: "vertical", className: "k-alpha-slider", hover: hoverHandle, focus: focusHandle, trackStyle: alphaStyle })
5895
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "k-hsv-controls k-hstack", children: [
5896
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Slider, { type: "gradient", orientation: "vertical", className: "k-hue-slider", hover: hoverHandle, focus: focusHandle }),
5897
+ mode !== "rgb" && mode !== "hsv" && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Slider, { type: "gradient", orientation: "vertical", className: "k-alpha-slider", hover: hoverHandle, focus: focusHandle, trackStyle: alphaStyle })
5882
5898
  ] })
5883
5899
  ] }),
5884
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(ColorInput, { mode: props.mode }),
5885
- contrast && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(ColorContrast, {})
5900
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(ColorInput, { mode: props.mode }),
5901
+ contrast && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(ColorContrast, {})
5886
5902
  ] });
5887
5903
  };
5888
5904
  ColorGradient.states = states29;
@@ -5891,17 +5907,17 @@ ColorGradient.className = COLOR_GRADIENT_CLASSNAME;
5891
5907
  ColorGradient.defaultProps = defaultProps24;
5892
5908
 
5893
5909
  // src/colorgradient/templates/colorgradient-normal.tsx
5894
- var import_jsx_runtime51 = require("react/jsx-runtime");
5910
+ var import_jsx_runtime54 = require("react/jsx-runtime");
5895
5911
 
5896
5912
  // src/colorgradient/templates/colorgradient-contrast.tsx
5897
- var import_jsx_runtime52 = require("react/jsx-runtime");
5913
+ var import_jsx_runtime55 = require("react/jsx-runtime");
5898
5914
 
5899
5915
  // src/colorpalette/colorpalette-row.tsx
5900
- var import_jsx_runtime53 = require("react/jsx-runtime");
5901
- var ColorPaletteRow = (props) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("tr", { children: props.children });
5916
+ var import_jsx_runtime56 = require("react/jsx-runtime");
5917
+ var ColorPaletteRow = (props) => /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("tr", { children: props.children });
5902
5918
 
5903
5919
  // src/colorpalette/colorpalette-tile.tsx
5904
- var import_jsx_runtime54 = require("react/jsx-runtime");
5920
+ var import_jsx_runtime57 = require("react/jsx-runtime");
5905
5921
  var COLORPALETTETILE_CLASSNAME = `k-colorpalette-tile`;
5906
5922
  var states30 = [
5907
5923
  States.hover,
@@ -5923,7 +5939,7 @@ var ColorPaletteTile = (props) => {
5923
5939
  "width": tileSize ? tileSize + "px" : "",
5924
5940
  "height": tileSize ? tileSize + "px" : ""
5925
5941
  };
5926
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5942
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
5927
5943
  "td",
5928
5944
  {
5929
5945
  ...other,
@@ -5945,7 +5961,7 @@ ColorPaletteTile.options = options28;
5945
5961
  ColorPaletteTile.className = COLORPALETTETILE_CLASSNAME;
5946
5962
 
5947
5963
  // src/colorpalette/colorpalette.spec.tsx
5948
- var import_jsx_runtime55 = require("react/jsx-runtime");
5964
+ var import_jsx_runtime58 = require("react/jsx-runtime");
5949
5965
  var COLORPALETTE_CLASSNAME = `k-colorpalette`;
5950
5966
  var states31 = [
5951
5967
  States.disabled
@@ -5970,14 +5986,14 @@ var ColorPalette = (props) => {
5970
5986
  Array.from({ length: Math.ceil(colors.length / cols) }, (_, i) => {
5971
5987
  const items = [];
5972
5988
  colors.slice(i * cols, (i + 1) * cols).map((color) => {
5973
- items.push(/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(ColorPaletteTile, { color, tileSize }));
5989
+ items.push(/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(ColorPaletteTile, { color, tileSize }));
5974
5990
  });
5975
- const row = /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(ColorPaletteRow, { children: items });
5991
+ const row = /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(ColorPaletteRow, { children: items });
5976
5992
  newChildren.push(row);
5977
5993
  });
5978
5994
  }
5979
5995
  }
5980
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5996
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
5981
5997
  "div",
5982
5998
  {
5983
5999
  ...other,
@@ -5988,7 +6004,7 @@ var ColorPalette = (props) => {
5988
6004
  disabled
5989
6005
  })
5990
6006
  ),
5991
- children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("table", { className: "k-colorpalette-table", children: newChildren.length > 0 ? newChildren : props.children })
6007
+ children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("table", { className: "k-colorpalette-table", children: newChildren.length > 0 ? newChildren : props.children })
5992
6008
  }
5993
6009
  );
5994
6010
  };
@@ -5998,7 +6014,7 @@ ColorPalette.className = COLORPALETTE_CLASSNAME;
5998
6014
  ColorPalette.defaultProps = defaultProps25;
5999
6015
 
6000
6016
  // src/colorpalette/templates/colorpalette-normal.tsx
6001
- var import_jsx_runtime56 = require("react/jsx-runtime");
6017
+ var import_jsx_runtime59 = require("react/jsx-runtime");
6002
6018
 
6003
6019
  // src/colorpalette/colorpalette-presets.tsx
6004
6020
  var PALETTEPRESETS = {
@@ -6053,7 +6069,7 @@ var PALETTEPRESETS = {
6053
6069
  };
6054
6070
 
6055
6071
  // src/coloreditor/color-editor.spec.tsx
6056
- var import_jsx_runtime57 = require("react/jsx-runtime");
6072
+ var import_jsx_runtime60 = require("react/jsx-runtime");
6057
6073
  var COLOREDITOR_CLASSNAME = "k-coloreditor";
6058
6074
  var states32 = [
6059
6075
  States.focus
@@ -6075,30 +6091,30 @@ var ColorEditor = (props) => {
6075
6091
  group,
6076
6092
  palette = defaultProps26.palette
6077
6093
  } = props;
6078
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("div", { className: classNames(
6094
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("div", { className: classNames(
6079
6095
  props.className,
6080
6096
  "k-flatcolorpicker",
6081
6097
  COLOREDITOR_CLASSNAME,
6082
6098
  stateClassNames(COLOREDITOR_CLASSNAME, { focus })
6083
6099
  ), dir, children: [
6084
- /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("div", { className: "k-coloreditor-header k-hstack", children: [
6085
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: "k-coloreditor-header-actions k-hstack", children: group && /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(ButtonGroup, { children: [
6086
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Button, { fillMode: "flat", icon: "droplet-slider", selected: view === "gradient" }),
6087
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Button, { fillMode: "flat", icon: "palette", selected: view === "palette" })
6100
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("div", { className: "k-coloreditor-header k-hstack", children: [
6101
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("div", { className: "k-coloreditor-header-actions k-hstack", children: group && /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(ButtonGroup, { children: [
6102
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Button, { fillMode: "flat", icon: "droplet-slider", selected: view === "gradient" }),
6103
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Button, { fillMode: "flat", icon: "palette", selected: view === "palette" })
6088
6104
  ] }) }),
6089
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: "k-spacer" }),
6090
- /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("div", { className: "k-coloreditor-header-actions k-hstack", children: [
6091
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Button, { fillMode: "flat", icon: "droplet-slash" }),
6092
- /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("div", { className: "k-coloreditor-preview k-vstack", children: [
6093
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(ColorPreview, { className: "k-coloreditor-preview-color", color }),
6094
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(ColorPreview, { className: "k-coloreditor-current-color", color: currentColor })
6105
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("div", { className: "k-spacer" }),
6106
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("div", { className: "k-coloreditor-header-actions k-hstack", children: [
6107
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Button, { fillMode: "flat", icon: "droplet-slash" }),
6108
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("div", { className: "k-coloreditor-preview k-vstack", children: [
6109
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(ColorPreview, { className: "k-coloreditor-preview-color", color }),
6110
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(ColorPreview, { className: "k-coloreditor-current-color", color: currentColor })
6095
6111
  ] })
6096
6112
  ] })
6097
6113
  ] }),
6098
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: "k-coloreditor-views k-vstack", children: view === "gradient" ? /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(ColorGradient, { focus: focusView }) : /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(ColorPalette, { palette }) }),
6099
- /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(ActionButtons, { className: "k-coloreditor-footer", alignment: "end", children: [
6100
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Button, { className: "k-coloreditor-cancel", children: "Cancel" }),
6101
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Button, { themeColor: "primary", className: "k-coloreditor-apply", children: "Apply" })
6114
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("div", { className: "k-coloreditor-views k-vstack", children: view === "gradient" ? /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(ColorGradient, { focus: focusView }) : /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(ColorPalette, { palette }) }),
6115
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(ActionButtons, { className: "k-coloreditor-footer", alignment: "end", children: [
6116
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Button, { className: "k-coloreditor-cancel", children: "Cancel" }),
6117
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Button, { themeColor: "primary", className: "k-coloreditor-apply", children: "Apply" })
6102
6118
  ] })
6103
6119
  ] });
6104
6120
  };
@@ -6108,25 +6124,25 @@ ColorEditor.className = COLOREDITOR_CLASSNAME;
6108
6124
  ColorEditor.defaultProps = defaultProps26;
6109
6125
 
6110
6126
  // src/coloreditor/templates/coloreditor-normal.tsx
6111
- var import_jsx_runtime58 = require("react/jsx-runtime");
6127
+ var import_jsx_runtime61 = require("react/jsx-runtime");
6112
6128
 
6113
6129
  // src/coloreditor/templates/coloreditor-palette.tsx
6114
- var import_jsx_runtime59 = require("react/jsx-runtime");
6130
+ var import_jsx_runtime62 = require("react/jsx-runtime");
6115
6131
 
6116
6132
  // src/coloreditor/templates/coloreditor-group.tsx
6117
- var import_jsx_runtime60 = require("react/jsx-runtime");
6133
+ var import_jsx_runtime63 = require("react/jsx-runtime");
6118
6134
 
6119
6135
  // src/coloreditor/templates/coloreditor-palette-group.tsx
6120
- var import_jsx_runtime61 = require("react/jsx-runtime");
6136
+ var import_jsx_runtime64 = require("react/jsx-runtime");
6121
6137
 
6122
6138
  // src/colorpicker/templates/colorpicker-popup-gradient.tsx
6123
- var import_jsx_runtime62 = require("react/jsx-runtime");
6139
+ var import_jsx_runtime65 = require("react/jsx-runtime");
6124
6140
 
6125
6141
  // src/colorpicker/templates/colorpicker-popup-palette.tsx
6126
- var import_jsx_runtime63 = require("react/jsx-runtime");
6142
+ var import_jsx_runtime66 = require("react/jsx-runtime");
6127
6143
 
6128
6144
  // src/action-sheet/action-sheet.spec.tsx
6129
- var import_jsx_runtime64 = require("react/jsx-runtime");
6145
+ var import_jsx_runtime67 = require("react/jsx-runtime");
6130
6146
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
6131
6147
  var states33 = [];
6132
6148
  var options31 = {};
@@ -6149,8 +6165,8 @@ var ActionSheet = (props) => {
6149
6165
  overlay = defaultProps27.overlay,
6150
6166
  ...other
6151
6167
  } = props;
6152
- const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
6153
- const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
6168
+ const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
6169
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
6154
6170
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
6155
6171
  switch (child.type) {
6156
6172
  case ActionSheetHeader:
@@ -6160,10 +6176,10 @@ var ActionSheet = (props) => {
6160
6176
  return true;
6161
6177
  }
6162
6178
  return true;
6163
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(import_jsx_runtime64.Fragment, {});
6164
- return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "k-actionsheet-container", children: [
6165
- overlay && /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "k-overlay" }),
6166
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6179
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(import_jsx_runtime67.Fragment, {});
6180
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("div", { className: "k-actionsheet-container", children: [
6181
+ overlay && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("div", { className: "k-overlay" }),
6182
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6167
6183
  AnimationContainer,
6168
6184
  {
6169
6185
  animationStyle: {
@@ -6173,7 +6189,7 @@ var ActionSheet = (props) => {
6173
6189
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
6174
6190
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
6175
6191
  },
6176
- children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6192
+ children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6177
6193
  "div",
6178
6194
  {
6179
6195
  ...other,
@@ -6186,9 +6202,9 @@ var ActionSheet = (props) => {
6186
6202
  "k-adaptive-actionsheet": adaptive
6187
6203
  }
6188
6204
  ),
6189
- children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_jsx_runtime64.Fragment, { children: [
6205
+ children: /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(import_jsx_runtime67.Fragment, { children: [
6190
6206
  _ActionSheetHeader,
6191
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: classNames(
6207
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("div", { className: classNames(
6192
6208
  "k-actionsheet-content",
6193
6209
  {
6194
6210
  "!k-overflow-hidden": adaptive
@@ -6208,7 +6224,7 @@ ActionSheet.className = ACTIONSHEET_CLASSNAME;
6208
6224
  ActionSheet.defaultProps = defaultProps27;
6209
6225
 
6210
6226
  // src/searchbox/searchbox.spec.tsx
6211
- var import_jsx_runtime65 = require("react/jsx-runtime");
6227
+ var import_jsx_runtime68 = require("react/jsx-runtime");
6212
6228
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
6213
6229
  var states34 = [
6214
6230
  States.hover,
@@ -6249,7 +6265,7 @@ var Searchbox = (props) => {
6249
6265
  icon = defaultProps28.icon,
6250
6266
  ...other
6251
6267
  } = props;
6252
- return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
6268
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
6253
6269
  Input,
6254
6270
  {
6255
6271
  ...other,
@@ -6265,11 +6281,11 @@ var Searchbox = (props) => {
6265
6281
  disabled,
6266
6282
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
6267
6283
  children: [
6268
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Icon, { className: "k-input-icon", icon }),
6269
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(InputInnerInput, { placeholder, value }),
6270
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(InputLoadingIcon, { ...props }),
6271
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(InputValidationIcon, { ...props }),
6272
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(InputClearValue, { ...props })
6284
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { className: "k-input-icon", icon }),
6285
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(InputInnerInput, { placeholder, value }),
6286
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(InputLoadingIcon, { ...props }),
6287
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(InputValidationIcon, { ...props }),
6288
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(InputClearValue, { ...props })
6273
6289
  ]
6274
6290
  }
6275
6291
  );
@@ -6280,10 +6296,10 @@ Searchbox.className = SEARCHBOX_CLASSNAME;
6280
6296
  Searchbox.defaultProps = defaultProps28;
6281
6297
 
6282
6298
  // src/searchbox/templates/searchbox-normal.tsx
6283
- var import_jsx_runtime66 = require("react/jsx-runtime");
6299
+ var import_jsx_runtime69 = require("react/jsx-runtime");
6284
6300
 
6285
6301
  // src/action-sheet/actionsheet-header.tsx
6286
- var import_jsx_runtime67 = require("react/jsx-runtime");
6302
+ var import_jsx_runtime70 = require("react/jsx-runtime");
6287
6303
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
6288
6304
  var ActionSheetHeader = (props) => {
6289
6305
  const {
@@ -6293,7 +6309,7 @@ var ActionSheetHeader = (props) => {
6293
6309
  filter,
6294
6310
  ...other
6295
6311
  } = props;
6296
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6312
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6297
6313
  "div",
6298
6314
  {
6299
6315
  ...other,
@@ -6301,30 +6317,30 @@ var ActionSheetHeader = (props) => {
6301
6317
  props.className,
6302
6318
  ACTIONSHEETHEADER_CLASSNAME
6303
6319
  ),
6304
- children: /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(import_jsx_runtime67.Fragment, { children: [
6305
- /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
6306
- !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(import_jsx_runtime67.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("div", { className: "k-actionsheet-title", children: [
6307
- title !== "" && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("div", { className: "k-text-center", children: title }),
6308
- subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
6320
+ children: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(import_jsx_runtime70.Fragment, { children: [
6321
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
6322
+ !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(import_jsx_runtime70.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("div", { className: "k-actionsheet-title", children: [
6323
+ title !== "" && /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "k-text-center", children: title }),
6324
+ subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
6309
6325
  ] }) }),
6310
- props.children && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
6311
- actions && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(import_jsx_runtime67.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
6326
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
6327
+ actions && /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(import_jsx_runtime70.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
6312
6328
  ] }),
6313
- filter && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(import_jsx_runtime67.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
6329
+ filter && /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(import_jsx_runtime70.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
6314
6330
  ] })
6315
6331
  }
6316
6332
  );
6317
6333
  };
6318
6334
 
6319
6335
  // src/action-sheet/actionsheet-footer.tsx
6320
- var import_jsx_runtime68 = require("react/jsx-runtime");
6336
+ var import_jsx_runtime71 = require("react/jsx-runtime");
6321
6337
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
6322
6338
  var ActionSheetFooter = (props) => {
6323
6339
  const {
6324
6340
  actions,
6325
6341
  ...other
6326
6342
  } = props;
6327
- return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6343
+ return /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6328
6344
  action_buttons_spec_default,
6329
6345
  {
6330
6346
  ...other,
@@ -6333,17 +6349,17 @@ var ActionSheetFooter = (props) => {
6333
6349
  ACTIONSHEETFOOTER_CLASSNAME
6334
6350
  ),
6335
6351
  alignment: "stretched",
6336
- children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(import_jsx_runtime68.Fragment, { children: [
6352
+ children: /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(import_jsx_runtime71.Fragment, { children: [
6337
6353
  actions && actions.map((action, index) => {
6338
6354
  if (action === "|") {
6339
- return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-separator" }, index);
6355
+ return /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("span", { className: "k-separator" }, index);
6340
6356
  }
6341
6357
  if (action === " ") {
6342
- return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-spacer" }, index);
6358
+ return /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("span", { className: "k-spacer" }, index);
6343
6359
  }
6344
6360
  const importantFlag = action.startsWith("!");
6345
6361
  const actionName = importantFlag ? action.substring(1) : action;
6346
- return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
6362
+ return /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
6347
6363
  }),
6348
6364
  !actions && props.children
6349
6365
  ] })
@@ -6352,12 +6368,12 @@ var ActionSheetFooter = (props) => {
6352
6368
  };
6353
6369
 
6354
6370
  // src/action-sheet/actionsheet-items.tsx
6355
- var import_jsx_runtime69 = require("react/jsx-runtime");
6371
+ var import_jsx_runtime72 = require("react/jsx-runtime");
6356
6372
  var ActionSheetItems = (props) => {
6357
6373
  const {
6358
6374
  ...other
6359
6375
  } = props;
6360
- return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6376
+ return /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6361
6377
  "div",
6362
6378
  {
6363
6379
  ...other,
@@ -6371,7 +6387,7 @@ var ActionSheetItems = (props) => {
6371
6387
  };
6372
6388
 
6373
6389
  // src/action-sheet/actionsheet-item.tsx
6374
- var import_jsx_runtime70 = require("react/jsx-runtime");
6390
+ var import_jsx_runtime73 = require("react/jsx-runtime");
6375
6391
  var states35 = [
6376
6392
  States.hover,
6377
6393
  States.focus,
@@ -6380,12 +6396,12 @@ var states35 = [
6380
6396
  ];
6381
6397
 
6382
6398
  // src/nodata/nodata.tsx
6383
- var import_jsx_runtime71 = require("react/jsx-runtime");
6399
+ var import_jsx_runtime74 = require("react/jsx-runtime");
6384
6400
  var className9 = `k-nodata`;
6385
- var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("span", { className: classNames(className9, props.className), children: props.children });
6401
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("span", { className: classNames(className9, props.className), children: props.children });
6386
6402
 
6387
6403
  // src/list/list.spec.tsx
6388
- var import_jsx_runtime72 = require("react/jsx-runtime");
6404
+ var import_jsx_runtime75 = require("react/jsx-runtime");
6389
6405
  var LIST_CLASSNAME = `k-list`;
6390
6406
  var states36 = [];
6391
6407
  var options33 = {
@@ -6413,7 +6429,7 @@ var List = (props) => {
6413
6429
  listHeader = child.props.label;
6414
6430
  child.props.children.map((optChild, index2) => {
6415
6431
  listChildren.push(
6416
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6432
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6417
6433
  ListItem,
6418
6434
  {
6419
6435
  ...optChild.props
@@ -6429,7 +6445,7 @@ var List = (props) => {
6429
6445
  groupLabel = child.props.label;
6430
6446
  }
6431
6447
  listChildren.push(
6432
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6448
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6433
6449
  ListItem,
6434
6450
  {
6435
6451
  className: index2 === 0 ? "k-first" : "",
@@ -6441,16 +6457,16 @@ var List = (props) => {
6441
6457
  );
6442
6458
  });
6443
6459
  }
6444
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
6460
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
6445
6461
  } else if (child.type === ListItem) {
6446
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
6447
- listContent = /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(ListContent, { virtualization, children: listChildren });
6462
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
6463
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(ListContent, { virtualization, children: listChildren });
6448
6464
  }
6449
6465
  });
6450
6466
  } else {
6451
- listContent = /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(NoData, { children: "No data found." });
6467
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(NoData, { children: "No data found." });
6452
6468
  }
6453
- return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
6469
+ return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
6454
6470
  "div",
6455
6471
  {
6456
6472
  ...other,
@@ -6478,7 +6494,7 @@ List.className = LIST_CLASSNAME;
6478
6494
  List.defaultProps = defaultProps29;
6479
6495
 
6480
6496
  // src/list/list-angular.spec.tsx
6481
- var import_jsx_runtime73 = require("react/jsx-runtime");
6497
+ var import_jsx_runtime76 = require("react/jsx-runtime");
6482
6498
  var LISTANGULAR_CLASSNAME = `k-list`;
6483
6499
  var states37 = [];
6484
6500
  var options34 = {
@@ -6505,7 +6521,7 @@ var ListAngular = (props) => {
6505
6521
  listHeader = child.props.label;
6506
6522
  child.props.children.map((optChild, index2) => {
6507
6523
  listChildren.push(
6508
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6524
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6509
6525
  ListItem,
6510
6526
  {
6511
6527
  ...optChild.props
@@ -6516,7 +6532,7 @@ var ListAngular = (props) => {
6516
6532
  });
6517
6533
  } else {
6518
6534
  listChildren.push(
6519
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6535
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6520
6536
  ListGroupItem,
6521
6537
  {
6522
6538
  ...child.props,
@@ -6527,7 +6543,7 @@ var ListAngular = (props) => {
6527
6543
  );
6528
6544
  child.props.children.map((optChild, index2) => {
6529
6545
  listChildren.push(
6530
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6546
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6531
6547
  ListItem,
6532
6548
  {
6533
6549
  ...optChild.props
@@ -6537,16 +6553,16 @@ var ListAngular = (props) => {
6537
6553
  );
6538
6554
  });
6539
6555
  }
6540
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
6556
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
6541
6557
  } else if (child.type === ListItem) {
6542
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
6543
- listContent = /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(ListContent, { virtualization, children: listChildren });
6558
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
6559
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(ListContent, { virtualization, children: listChildren });
6544
6560
  }
6545
6561
  });
6546
6562
  } else {
6547
- listContent = /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(NoData, { children: "No data found." });
6563
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(NoData, { children: "No data found." });
6548
6564
  }
6549
- return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
6565
+ return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
6550
6566
  "div",
6551
6567
  {
6552
6568
  ...other,
@@ -6573,7 +6589,7 @@ ListAngular.className = LISTANGULAR_CLASSNAME;
6573
6589
  ListAngular.defaultProps = defaultProps30;
6574
6590
 
6575
6591
  // src/checkbox/checkbox.spec.tsx
6576
- var import_jsx_runtime74 = require("react/jsx-runtime");
6592
+ var import_jsx_runtime77 = require("react/jsx-runtime");
6577
6593
  var CHECKBOX_CLASSNAME = `k-checkbox`;
6578
6594
  var states38 = [
6579
6595
  States.hover,
@@ -6608,7 +6624,7 @@ var Checkbox = (props) => {
6608
6624
  rounded = defaultProps31.rounded,
6609
6625
  ...other
6610
6626
  } = props;
6611
- return /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6627
+ return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6612
6628
  "input",
6613
6629
  {
6614
6630
  ...other,
@@ -6631,7 +6647,7 @@ Checkbox.className = CHECKBOX_CLASSNAME;
6631
6647
  Checkbox.defaultProps = defaultProps31;
6632
6648
 
6633
6649
  // src/checkbox/checkbox-group.spec.tsx
6634
- var import_jsx_runtime75 = require("react/jsx-runtime");
6650
+ var import_jsx_runtime78 = require("react/jsx-runtime");
6635
6651
  var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
6636
6652
  var states39 = [];
6637
6653
  var options36 = {};
@@ -6643,7 +6659,7 @@ var CheckboxGroup = (props) => {
6643
6659
  layout = defaultProps32.layout,
6644
6660
  ...other
6645
6661
  } = props;
6646
- return /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6662
+ return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6647
6663
  "ul",
6648
6664
  {
6649
6665
  ...other,
@@ -6664,7 +6680,7 @@ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
6664
6680
  CheckboxGroup.defaultProps = defaultProps32;
6665
6681
 
6666
6682
  // src/checkbox/checkbox-item.spec.tsx
6667
- var import_jsx_runtime76 = require("react/jsx-runtime");
6683
+ var import_jsx_runtime79 = require("react/jsx-runtime");
6668
6684
  var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
6669
6685
  var states40 = [];
6670
6686
  var options37 = {};
@@ -6673,7 +6689,7 @@ var CheckboxItem = (props) => {
6673
6689
  const {
6674
6690
  ...other
6675
6691
  } = props;
6676
- return /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6692
+ return /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6677
6693
  "li",
6678
6694
  {
6679
6695
  ...other,
@@ -6691,16 +6707,16 @@ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
6691
6707
  CheckboxItem.defaultProps = defaultProps33;
6692
6708
 
6693
6709
  // src/checkbox/templates/checkbox-with-label-after.tsx
6694
- var import_jsx_runtime77 = require("react/jsx-runtime");
6710
+ var import_jsx_runtime80 = require("react/jsx-runtime");
6695
6711
 
6696
6712
  // src/checkbox/templates/checkbox-with-label-before.tsx
6697
- var import_jsx_runtime78 = require("react/jsx-runtime");
6713
+ var import_jsx_runtime81 = require("react/jsx-runtime");
6698
6714
 
6699
6715
  // src/checkbox/templates/checkbox-normal.tsx
6700
- var import_jsx_runtime79 = require("react/jsx-runtime");
6716
+ var import_jsx_runtime82 = require("react/jsx-runtime");
6701
6717
 
6702
6718
  // src/list/list-item.spec.tsx
6703
- var import_jsx_runtime80 = require("react/jsx-runtime");
6719
+ var import_jsx_runtime83 = require("react/jsx-runtime");
6704
6720
  var LISTITEM_CLASSNAME = `k-list-item`;
6705
6721
  var states41 = [
6706
6722
  States.hover,
@@ -6725,7 +6741,7 @@ var ListItem = (props) => {
6725
6741
  ...other
6726
6742
  } = props;
6727
6743
  const textOrChildren = text ? text : props.children;
6728
- return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(
6744
+ return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
6729
6745
  "li",
6730
6746
  {
6731
6747
  ...other,
@@ -6740,10 +6756,10 @@ var ListItem = (props) => {
6740
6756
  })
6741
6757
  ),
6742
6758
  children: [
6743
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Checkbox, { checked }),
6744
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Icon, { icon: iconName }),
6745
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
6746
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
6759
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Checkbox, { checked }),
6760
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(Icon, { icon: iconName }),
6761
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
6762
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
6747
6763
  ]
6748
6764
  }
6749
6765
  );
@@ -6754,43 +6770,43 @@ ListItem.className = LISTITEM_CLASSNAME;
6754
6770
  ListItem.defaultProps = defaultProps34;
6755
6771
 
6756
6772
  // src/list/list-content.tsx
6757
- var import_jsx_runtime81 = require("react/jsx-runtime");
6773
+ var import_jsx_runtime84 = require("react/jsx-runtime");
6758
6774
  var className10 = `k-list-content`;
6759
6775
  var ListContent = (props) => {
6760
6776
  const {
6761
6777
  virtualization
6762
6778
  } = props;
6763
- return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("div", { className: classNames(className10, props.className), children: [
6764
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
6765
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", {}) })
6779
+ return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("div", { className: classNames(className10, props.className), children: [
6780
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
6781
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", {}) })
6766
6782
  ] });
6767
6783
  };
6768
6784
 
6769
6785
  // src/list/list-header.tsx
6770
- var import_jsx_runtime82 = require("react/jsx-runtime");
6786
+ var import_jsx_runtime85 = require("react/jsx-runtime");
6771
6787
  var className11 = `k-list-group-sticky-header`;
6772
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: "k-list-header-text", children: props.children }) });
6788
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("div", { className: "k-list-header-text", children: props.children }) });
6773
6789
 
6774
6790
  // src/list/list-group.tsx
6775
- var import_jsx_runtime83 = require("react/jsx-runtime");
6791
+ var import_jsx_runtime86 = require("react/jsx-runtime");
6776
6792
  var ListGroup = (props) => {
6777
6793
  const {
6778
6794
  virtualization,
6779
6795
  label
6780
6796
  } = props;
6781
- return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(import_jsx_runtime83.Fragment, { children: [
6782
- label && /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(ListHeader, { children: label }),
6783
- props.children && /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(ListContent, { virtualization, children: props.children })
6797
+ return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(import_jsx_runtime86.Fragment, { children: [
6798
+ label && /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(ListHeader, { children: label }),
6799
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(ListContent, { virtualization, children: props.children })
6784
6800
  ] });
6785
6801
  };
6786
6802
 
6787
6803
  // src/list/list-group-item.tsx
6788
- var import_jsx_runtime84 = require("react/jsx-runtime");
6804
+ var import_jsx_runtime87 = require("react/jsx-runtime");
6789
6805
  var className12 = `k-list-group-item`;
6790
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("span", { className: "k-list-item-text", children: props.children }) });
6806
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { className: "k-list-item-text", children: props.children }) });
6791
6807
 
6792
6808
  // src/list/list-option-label.tsx
6793
- var import_jsx_runtime85 = require("react/jsx-runtime");
6809
+ var import_jsx_runtime88 = require("react/jsx-runtime");
6794
6810
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
6795
6811
  var states42 = [
6796
6812
  States.hover,
@@ -6809,7 +6825,7 @@ var ListOptionLabel = (props) => {
6809
6825
  disabled,
6810
6826
  ...other
6811
6827
  } = props;
6812
- return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6828
+ return /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
6813
6829
  "div",
6814
6830
  {
6815
6831
  ...other,
@@ -6832,28 +6848,28 @@ ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
6832
6848
  ListOptionLabel.defaultProps = defaultProps35;
6833
6849
 
6834
6850
  // src/list/templates/list-normal.tsx
6835
- var import_jsx_runtime86 = require("react/jsx-runtime");
6851
+ var import_jsx_runtime89 = require("react/jsx-runtime");
6836
6852
 
6837
6853
  // src/list/templates/list-virtualization.tsx
6838
- var import_jsx_runtime87 = require("react/jsx-runtime");
6854
+ var import_jsx_runtime90 = require("react/jsx-runtime");
6839
6855
 
6840
6856
  // src/list/templates/list-grouping.tsx
6841
- var import_jsx_runtime88 = require("react/jsx-runtime");
6857
+ var import_jsx_runtime91 = require("react/jsx-runtime");
6842
6858
 
6843
6859
  // src/list/templates/list-virualization-grouping.tsx
6844
- var import_jsx_runtime89 = require("react/jsx-runtime");
6860
+ var import_jsx_runtime92 = require("react/jsx-runtime");
6845
6861
 
6846
6862
  // src/list/templates/list-virtualization-angular.tsx
6847
- var import_jsx_runtime90 = require("react/jsx-runtime");
6863
+ var import_jsx_runtime93 = require("react/jsx-runtime");
6848
6864
 
6849
6865
  // src/list/templates/list-grouping-angular.tsx
6850
- var import_jsx_runtime91 = require("react/jsx-runtime");
6866
+ var import_jsx_runtime94 = require("react/jsx-runtime");
6851
6867
 
6852
6868
  // src/list/templates/list-virualization-grouping-angular.tsx
6853
- var import_jsx_runtime92 = require("react/jsx-runtime");
6869
+ var import_jsx_runtime95 = require("react/jsx-runtime");
6854
6870
 
6855
6871
  // src/combobox/combobox.spec.tsx
6856
- var import_jsx_runtime93 = require("react/jsx-runtime");
6872
+ var import_jsx_runtime96 = require("react/jsx-runtime");
6857
6873
  var COMBOBOX_CLASSNAME = `k-combobox`;
6858
6874
  var states43 = [
6859
6875
  States.hover,
@@ -6898,8 +6914,8 @@ var Combobox = (props) => {
6898
6914
  adaptiveSettings,
6899
6915
  ...other
6900
6916
  } = props;
6901
- return /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(import_jsx_runtime93.Fragment, { children: [
6902
- /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
6917
+ return /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(import_jsx_runtime96.Fragment, { children: [
6918
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
6903
6919
  Input,
6904
6920
  {
6905
6921
  ...other,
@@ -6916,9 +6932,9 @@ var Combobox = (props) => {
6916
6932
  readonly,
6917
6933
  className: classNames(props.className, COMBOBOX_CLASSNAME),
6918
6934
  children: [
6919
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(InputPrefix, { children: prefix }),
6920
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(InputInnerInput, { placeholder, value }),
6921
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
6935
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(InputPrefix, { children: prefix }),
6936
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(InputInnerInput, { placeholder, value }),
6937
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
6922
6938
  InputValidationIcon,
6923
6939
  {
6924
6940
  valid,
@@ -6927,14 +6943,14 @@ var Combobox = (props) => {
6927
6943
  disabled
6928
6944
  }
6929
6945
  ),
6930
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
6946
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
6931
6947
  InputLoadingIcon,
6932
6948
  {
6933
6949
  loading,
6934
6950
  disabled
6935
6951
  }
6936
6952
  ),
6937
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
6953
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
6938
6954
  InputClearValue,
6939
6955
  {
6940
6956
  loading,
@@ -6943,8 +6959,8 @@ var Combobox = (props) => {
6943
6959
  value
6944
6960
  }
6945
6961
  ),
6946
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(InputSuffix, { children: suffix }),
6947
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
6962
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(InputSuffix, { children: suffix }),
6963
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
6948
6964
  Button,
6949
6965
  {
6950
6966
  className: "k-input-button",
@@ -6957,9 +6973,9 @@ var Combobox = (props) => {
6957
6973
  ]
6958
6974
  }
6959
6975
  ),
6960
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6961
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6962
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
6976
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6977
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6978
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
6963
6979
  ActionSheetHeader,
6964
6980
  {
6965
6981
  actions: ["x"],
@@ -6967,10 +6983,10 @@ var Combobox = (props) => {
6967
6983
  title: "Select Item"
6968
6984
  }
6969
6985
  ),
6970
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(List, { size: "large", children: [
6971
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(ListItem, { text: "List item" }),
6972
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(ListItem, { text: "List item" }),
6973
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(ListItem, { text: "List item" })
6986
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(List, { size: "large", children: [
6987
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(ListItem, { text: "List item" }),
6988
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(ListItem, { text: "List item" }),
6989
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(ListItem, { text: "List item" })
6974
6990
  ] }) })
6975
6991
  ] })
6976
6992
  ] });
@@ -6981,19 +6997,19 @@ Combobox.className = COMBOBOX_CLASSNAME;
6981
6997
  Combobox.defaultProps = defaultProps36;
6982
6998
 
6983
6999
  // src/combobox/templates/combobox-normal.tsx
6984
- var import_jsx_runtime94 = require("react/jsx-runtime");
7000
+ var import_jsx_runtime97 = require("react/jsx-runtime");
6985
7001
 
6986
7002
  // src/combobox/templates/combobox-popup.tsx
6987
- var import_jsx_runtime95 = require("react/jsx-runtime");
7003
+ var import_jsx_runtime98 = require("react/jsx-runtime");
6988
7004
 
6989
7005
  // src/combobox/templates/combobox-grouping.tsx
6990
- var import_jsx_runtime96 = require("react/jsx-runtime");
7006
+ var import_jsx_runtime99 = require("react/jsx-runtime");
6991
7007
 
6992
7008
  // src/combobox/templates/combobox-adaptive.tsx
6993
- var import_jsx_runtime97 = require("react/jsx-runtime");
7009
+ var import_jsx_runtime100 = require("react/jsx-runtime");
6994
7010
 
6995
7011
  // src/dropdownlist/dropdownlist.spec.tsx
6996
- var import_jsx_runtime98 = require("react/jsx-runtime");
7012
+ var import_jsx_runtime101 = require("react/jsx-runtime");
6997
7013
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
6998
7014
  var states44 = [
6999
7015
  States.hover,
@@ -7041,8 +7057,8 @@ var DropdownList = (props) => {
7041
7057
  opened,
7042
7058
  ...other
7043
7059
  } = props;
7044
- return /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(import_jsx_runtime98.Fragment, { children: [
7045
- /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(
7060
+ return /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)(import_jsx_runtime101.Fragment, { children: [
7061
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)(
7046
7062
  Picker,
7047
7063
  {
7048
7064
  ...other,
@@ -7065,8 +7081,8 @@ var DropdownList = (props) => {
7065
7081
  }
7066
7082
  ),
7067
7083
  children: [
7068
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(InputPrefix, { children: prefix }),
7069
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
7084
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(InputPrefix, { children: prefix }),
7085
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
7070
7086
  InputInnerSpan,
7071
7087
  {
7072
7088
  placeholder,
@@ -7075,7 +7091,7 @@ var DropdownList = (props) => {
7075
7091
  valueIconName
7076
7092
  }
7077
7093
  ),
7078
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
7094
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
7079
7095
  InputValidationIcon,
7080
7096
  {
7081
7097
  valid,
@@ -7084,15 +7100,15 @@ var DropdownList = (props) => {
7084
7100
  disabled
7085
7101
  }
7086
7102
  ),
7087
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
7103
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
7088
7104
  InputLoadingIcon,
7089
7105
  {
7090
7106
  loading,
7091
7107
  disabled
7092
7108
  }
7093
7109
  ),
7094
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(InputSuffix, { children: suffix }),
7095
- /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
7110
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(InputSuffix, { children: suffix }),
7111
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
7096
7112
  Button,
7097
7113
  {
7098
7114
  className: "k-input-button",
@@ -7105,7 +7121,7 @@ var DropdownList = (props) => {
7105
7121
  ]
7106
7122
  }
7107
7123
  ),
7108
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
7124
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
7109
7125
  ] });
7110
7126
  };
7111
7127
  DropdownList.states = states44;
@@ -7114,22 +7130,22 @@ DropdownList.className = DROPDOWNLIST_CLASSNAME;
7114
7130
  DropdownList.defaultProps = defaultProps37;
7115
7131
 
7116
7132
  // src/dropdownlist/templates/dropdownlist-normal.tsx
7117
- var import_jsx_runtime99 = require("react/jsx-runtime");
7133
+ var import_jsx_runtime102 = require("react/jsx-runtime");
7118
7134
 
7119
7135
  // src/dropdownlist/templates/dropdownlist-popup.tsx
7120
- var import_jsx_runtime100 = require("react/jsx-runtime");
7136
+ var import_jsx_runtime103 = require("react/jsx-runtime");
7121
7137
 
7122
7138
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
7123
- var import_jsx_runtime101 = require("react/jsx-runtime");
7139
+ var import_jsx_runtime104 = require("react/jsx-runtime");
7124
7140
 
7125
7141
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
7126
- var import_jsx_runtime102 = require("react/jsx-runtime");
7142
+ var import_jsx_runtime105 = require("react/jsx-runtime");
7127
7143
 
7128
7144
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
7129
- var import_jsx_runtime103 = require("react/jsx-runtime");
7145
+ var import_jsx_runtime106 = require("react/jsx-runtime");
7130
7146
 
7131
7147
  // src/menu-button/menu-button.spec.tsx
7132
- var import_jsx_runtime104 = require("react/jsx-runtime");
7148
+ var import_jsx_runtime107 = require("react/jsx-runtime");
7133
7149
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
7134
7150
  var states45 = [
7135
7151
  States.hover,
@@ -7183,8 +7199,8 @@ var MenuButton = (props) => {
7183
7199
  opened,
7184
7200
  ...other
7185
7201
  } = props;
7186
- return /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(import_jsx_runtime104.Fragment, { children: [
7187
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
7202
+ return /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(import_jsx_runtime107.Fragment, { children: [
7203
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
7188
7204
  Button,
7189
7205
  {
7190
7206
  ...other,
@@ -7207,7 +7223,7 @@ var MenuButton = (props) => {
7207
7223
  arrowIconName
7208
7224
  }
7209
7225
  ),
7210
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(Popup, { className: "k-menu-popup", children: popup })
7226
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Popup, { className: "k-menu-popup", children: popup })
7211
7227
  ] });
7212
7228
  };
7213
7229
  MenuButton.states = states45;
@@ -7216,16 +7232,16 @@ MenuButton.className = MENUBUTTON_CLASSNAME;
7216
7232
  MenuButton.defaultProps = defaultProps38;
7217
7233
 
7218
7234
  // src/menu-button/templates/icon-menu-button.tsx
7219
- var import_jsx_runtime105 = require("react/jsx-runtime");
7235
+ var import_jsx_runtime108 = require("react/jsx-runtime");
7220
7236
 
7221
7237
  // src/menu-button/templates/icon-text-menu-button.tsx
7222
- var import_jsx_runtime106 = require("react/jsx-runtime");
7238
+ var import_jsx_runtime109 = require("react/jsx-runtime");
7223
7239
 
7224
7240
  // src/menu-button/templates/text-menu-button.tsx
7225
- var import_jsx_runtime107 = require("react/jsx-runtime");
7241
+ var import_jsx_runtime110 = require("react/jsx-runtime");
7226
7242
 
7227
7243
  // src/menu/menu-item.spec.tsx
7228
- var import_jsx_runtime108 = require("react/jsx-runtime");
7244
+ var import_jsx_runtime111 = require("react/jsx-runtime");
7229
7245
  var MENUITEM_CLASSNAME = `k-menu-item`;
7230
7246
  var states46 = [
7231
7247
  States.hover,
@@ -7253,7 +7269,7 @@ var MenuItem = (props) => {
7253
7269
  children,
7254
7270
  ...other
7255
7271
  } = props;
7256
- const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(import_jsx_runtime108.Fragment, {});
7272
+ const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(import_jsx_runtime111.Fragment, {});
7257
7273
  if (children) {
7258
7274
  children.forEach((child) => {
7259
7275
  const component = child.type;
@@ -7267,7 +7283,7 @@ var MenuItem = (props) => {
7267
7283
  if (!expandArrowName) {
7268
7284
  expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
7269
7285
  }
7270
- return /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)(
7286
+ return /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)(
7271
7287
  "li",
7272
7288
  {
7273
7289
  ...other,
@@ -7282,7 +7298,7 @@ var MenuItem = (props) => {
7282
7298
  })
7283
7299
  ),
7284
7300
  children: [
7285
- /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)(
7301
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)(
7286
7302
  "span",
7287
7303
  {
7288
7304
  className: classNames(
@@ -7295,9 +7311,9 @@ var MenuItem = (props) => {
7295
7311
  })
7296
7312
  ),
7297
7313
  children: [
7298
- icon && /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(Icon, { className: "k-menu-link-icon", icon }),
7299
- /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("span", { className: "k-menu-link-text", children: text }),
7300
- showArrow && /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(Icon, { icon: expandArrowName }) })
7314
+ icon && /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(Icon, { className: "k-menu-link-icon", icon }),
7315
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("span", { className: "k-menu-link-text", children: text }),
7316
+ showArrow && /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(Icon, { icon: expandArrowName }) })
7301
7317
  ]
7302
7318
  }
7303
7319
  ),
@@ -7313,7 +7329,7 @@ MenuItem.defaultProps = defaultProps39;
7313
7329
  var menu_item_spec_default = MenuItem;
7314
7330
 
7315
7331
  // src/menu/menu-separator.spec.tsx
7316
- var import_jsx_runtime109 = require("react/jsx-runtime");
7332
+ var import_jsx_runtime112 = require("react/jsx-runtime");
7317
7333
  var SEPARATOR_CLASSNAME = `k-separator`;
7318
7334
  var defaultProps40 = {
7319
7335
  orientation: "horizontal"
@@ -7323,7 +7339,7 @@ var MenuSeparator = (props) => {
7323
7339
  orientation = defaultProps40.orientation,
7324
7340
  ...other
7325
7341
  } = props;
7326
- return /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
7342
+ return /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7327
7343
  "li",
7328
7344
  {
7329
7345
  ...other,
@@ -7341,10 +7357,10 @@ var MenuSeparator = (props) => {
7341
7357
  var menu_separator_spec_default = MenuSeparator;
7342
7358
 
7343
7359
  // src/menu/menu-item-content.tsx
7344
- var import_jsx_runtime110 = require("react/jsx-runtime");
7360
+ var import_jsx_runtime113 = require("react/jsx-runtime");
7345
7361
 
7346
7362
  // src/menu/menu-list.spec.tsx
7347
- var import_jsx_runtime111 = require("react/jsx-runtime");
7363
+ var import_jsx_runtime114 = require("react/jsx-runtime");
7348
7364
  var import_react = require("react");
7349
7365
  var MENULIST_CLASSNAME = `k-menu-group`;
7350
7366
  var states47 = [];
@@ -7372,7 +7388,7 @@ var MenuList = (props) => {
7372
7388
  );
7373
7389
  } else if (child.type === menu_separator_spec_default) {
7374
7390
  listChildren.push(
7375
- /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(menu_separator_spec_default, {})
7391
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(menu_separator_spec_default, {})
7376
7392
  );
7377
7393
  } else {
7378
7394
  listChildren.push(child);
@@ -7380,7 +7396,7 @@ var MenuList = (props) => {
7380
7396
  });
7381
7397
  }
7382
7398
  }
7383
- return /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
7399
+ return /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7384
7400
  "ul",
7385
7401
  {
7386
7402
  ...other,
@@ -7401,10 +7417,10 @@ MenuList.className = MENULIST_CLASSNAME;
7401
7417
  MenuList.defaultProps = defaultProps41;
7402
7418
 
7403
7419
  // src/menu-button/templates/menu-button-popup.tsx
7404
- var import_jsx_runtime112 = require("react/jsx-runtime");
7420
+ var import_jsx_runtime115 = require("react/jsx-runtime");
7405
7421
 
7406
7422
  // src/split-button/split-button.spec.tsx
7407
- var import_jsx_runtime113 = require("react/jsx-runtime");
7423
+ var import_jsx_runtime116 = require("react/jsx-runtime");
7408
7424
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
7409
7425
  var states48 = [
7410
7426
  States.hover,
@@ -7456,8 +7472,8 @@ var SplitButton = (props) => {
7456
7472
  opened,
7457
7473
  ...other
7458
7474
  } = props;
7459
- return /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(import_jsx_runtime113.Fragment, { children: [
7460
- /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(
7475
+ return /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(import_jsx_runtime116.Fragment, { children: [
7476
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(
7461
7477
  "div",
7462
7478
  {
7463
7479
  ...other,
@@ -7470,7 +7486,7 @@ var SplitButton = (props) => {
7470
7486
  })
7471
7487
  ),
7472
7488
  children: [
7473
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7489
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7474
7490
  Button,
7475
7491
  {
7476
7492
  text,
@@ -7487,7 +7503,7 @@ var SplitButton = (props) => {
7487
7503
  children: props.children
7488
7504
  }
7489
7505
  ),
7490
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7506
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7491
7507
  Button,
7492
7508
  {
7493
7509
  className: "k-split-button-arrow",
@@ -7501,7 +7517,7 @@ var SplitButton = (props) => {
7501
7517
  ]
7502
7518
  }
7503
7519
  ),
7504
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(Popup, { className: "k-menu-popup", children: popup })
7520
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(Popup, { className: "k-menu-popup", children: popup })
7505
7521
  ] });
7506
7522
  };
7507
7523
  SplitButton.states = states48;
@@ -7511,7 +7527,7 @@ SplitButton.defaultProps = defaultProps42;
7511
7527
  var split_button_spec_default = SplitButton;
7512
7528
 
7513
7529
  // src/toolbar/toolbar.spec.tsx
7514
- var import_jsx_runtime114 = require("react/jsx-runtime");
7530
+ var import_jsx_runtime117 = require("react/jsx-runtime");
7515
7531
  var TOOLBAR_CLASSNAME = `k-toolbar`;
7516
7532
  var states49 = [
7517
7533
  States.focus
@@ -7534,7 +7550,7 @@ var Toolbar = (props) => {
7534
7550
  const tempToolbarChildren = [];
7535
7551
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
7536
7552
  tempToolbarChildren.push(
7537
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7553
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7538
7554
  Button,
7539
7555
  {
7540
7556
  ...child.props,
@@ -7545,7 +7561,7 @@ var Toolbar = (props) => {
7545
7561
  );
7546
7562
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
7547
7563
  tempToolbarChildren.push(
7548
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7564
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7549
7565
  Button,
7550
7566
  {
7551
7567
  ...child.props,
@@ -7556,7 +7572,7 @@ var Toolbar = (props) => {
7556
7572
  );
7557
7573
  } else if (child.type === Button) {
7558
7574
  tempToolbarChildren.push(
7559
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7575
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7560
7576
  Button,
7561
7577
  {
7562
7578
  ...child.props,
@@ -7567,7 +7583,7 @@ var Toolbar = (props) => {
7567
7583
  );
7568
7584
  } else if (child.type === MenuButton) {
7569
7585
  tempToolbarChildren.push(
7570
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7586
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7571
7587
  MenuButton,
7572
7588
  {
7573
7589
  ...child.props,
@@ -7578,7 +7594,7 @@ var Toolbar = (props) => {
7578
7594
  );
7579
7595
  } else if (child.type === split_button_spec_default) {
7580
7596
  tempToolbarChildren.push(
7581
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7597
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7582
7598
  split_button_spec_default,
7583
7599
  {
7584
7600
  ...child.props,
@@ -7592,7 +7608,7 @@ var Toolbar = (props) => {
7592
7608
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
7593
7609
  childrenArray.forEach((button, bindex) => {
7594
7610
  buttonGroupItems.push(
7595
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7611
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7596
7612
  Button,
7597
7613
  {
7598
7614
  ...button.props,
@@ -7603,7 +7619,7 @@ var Toolbar = (props) => {
7603
7619
  );
7604
7620
  });
7605
7621
  tempToolbarChildren.push(
7606
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7622
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7607
7623
  ButtonGroup,
7608
7624
  {
7609
7625
  ...child.props,
@@ -7615,7 +7631,7 @@ var Toolbar = (props) => {
7615
7631
  );
7616
7632
  } else if (child.type === Combobox) {
7617
7633
  tempToolbarChildren.push(
7618
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7634
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7619
7635
  Combobox,
7620
7636
  {
7621
7637
  ...child.props,
@@ -7626,7 +7642,7 @@ var Toolbar = (props) => {
7626
7642
  );
7627
7643
  } else if (child.type === DropdownList) {
7628
7644
  tempToolbarChildren.push(
7629
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7645
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7630
7646
  DropdownList,
7631
7647
  {
7632
7648
  ...child.props,
@@ -7637,7 +7653,7 @@ var Toolbar = (props) => {
7637
7653
  );
7638
7654
  } else if (child.type === ColorPicker) {
7639
7655
  tempToolbarChildren.push(
7640
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7656
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7641
7657
  ColorPicker,
7642
7658
  {
7643
7659
  ...child.props,
@@ -7659,7 +7675,7 @@ var Toolbar = (props) => {
7659
7675
  addUniqueToolClass(child, index);
7660
7676
  });
7661
7677
  }
7662
- return /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7678
+ return /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7663
7679
  "div",
7664
7680
  {
7665
7681
  ...other,
@@ -7686,7 +7702,7 @@ Toolbar.className = TOOLBAR_CLASSNAME;
7686
7702
  Toolbar.defaultProps = defaultProps43;
7687
7703
 
7688
7704
  // src/toolbar/toolbar-angular.spec.tsx
7689
- var import_jsx_runtime115 = require("react/jsx-runtime");
7705
+ var import_jsx_runtime118 = require("react/jsx-runtime");
7690
7706
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
7691
7707
  var states50 = [
7692
7708
  States.focus
@@ -7709,7 +7725,7 @@ var ToolbarAngular = (props) => {
7709
7725
  const tempToolbarChildren = [];
7710
7726
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
7711
7727
  tempToolbarChildren.push(
7712
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7728
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7713
7729
  Button,
7714
7730
  {
7715
7731
  ...child.props,
@@ -7720,7 +7736,7 @@ var ToolbarAngular = (props) => {
7720
7736
  );
7721
7737
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
7722
7738
  tempToolbarChildren.push(
7723
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7739
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7724
7740
  Button,
7725
7741
  {
7726
7742
  ...child.props,
@@ -7731,7 +7747,7 @@ var ToolbarAngular = (props) => {
7731
7747
  );
7732
7748
  } else if (child.type === Button) {
7733
7749
  tempToolbarChildren.push(
7734
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7750
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7735
7751
  Button,
7736
7752
  {
7737
7753
  ...child.props,
@@ -7742,7 +7758,7 @@ var ToolbarAngular = (props) => {
7742
7758
  );
7743
7759
  } else if (child.type === MenuButton) {
7744
7760
  tempToolbarChildren.push(
7745
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7761
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7746
7762
  MenuButton,
7747
7763
  {
7748
7764
  ...child.props,
@@ -7753,7 +7769,7 @@ var ToolbarAngular = (props) => {
7753
7769
  );
7754
7770
  } else if (child.type === split_button_spec_default) {
7755
7771
  tempToolbarChildren.push(
7756
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7772
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7757
7773
  split_button_spec_default,
7758
7774
  {
7759
7775
  ...child.props,
@@ -7767,7 +7783,7 @@ var ToolbarAngular = (props) => {
7767
7783
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
7768
7784
  childrenArray.forEach((button, bindex) => {
7769
7785
  buttonGroupItems.push(
7770
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7786
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7771
7787
  Button,
7772
7788
  {
7773
7789
  ...button.props,
@@ -7778,7 +7794,7 @@ var ToolbarAngular = (props) => {
7778
7794
  );
7779
7795
  });
7780
7796
  tempToolbarChildren.push(
7781
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7797
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7782
7798
  ButtonGroup,
7783
7799
  {
7784
7800
  ...child.props,
@@ -7790,7 +7806,7 @@ var ToolbarAngular = (props) => {
7790
7806
  );
7791
7807
  } else if (child.type === Combobox) {
7792
7808
  tempToolbarChildren.push(
7793
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7809
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7794
7810
  Combobox,
7795
7811
  {
7796
7812
  ...child.props,
@@ -7801,7 +7817,7 @@ var ToolbarAngular = (props) => {
7801
7817
  );
7802
7818
  } else if (child.type === DropdownList) {
7803
7819
  tempToolbarChildren.push(
7804
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7820
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7805
7821
  DropdownList,
7806
7822
  {
7807
7823
  ...child.props,
@@ -7812,7 +7828,7 @@ var ToolbarAngular = (props) => {
7812
7828
  );
7813
7829
  } else if (child.type === ColorPicker) {
7814
7830
  tempToolbarChildren.push(
7815
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7831
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7816
7832
  ColorPicker,
7817
7833
  {
7818
7834
  ...child.props,
@@ -7834,7 +7850,7 @@ var ToolbarAngular = (props) => {
7834
7850
  addUniqueToolClass(child, index);
7835
7851
  });
7836
7852
  }
7837
- return /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7853
+ return /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7838
7854
  "div",
7839
7855
  {
7840
7856
  ...other,
@@ -7861,10 +7877,10 @@ ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
7861
7877
  ToolbarAngular.defaultProps = defaultProps44;
7862
7878
 
7863
7879
  // src/toolbar/toolbar-separator.tsx
7864
- var import_jsx_runtime116 = require("react/jsx-runtime");
7880
+ var import_jsx_runtime119 = require("react/jsx-runtime");
7865
7881
 
7866
7882
  // src/toolbar/toolbar-item.spec.tsx
7867
- var import_jsx_runtime117 = require("react/jsx-runtime");
7883
+ var import_jsx_runtime120 = require("react/jsx-runtime");
7868
7884
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
7869
7885
  var states51 = [
7870
7886
  States.focus
@@ -7876,7 +7892,7 @@ var ToolbarItem = (props) => {
7876
7892
  focus,
7877
7893
  ...other
7878
7894
  } = props;
7879
- return /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7895
+ return /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
7880
7896
  "div",
7881
7897
  {
7882
7898
  ...other,
@@ -7897,14 +7913,14 @@ ToolbarItem.className = TOOLBARITEM_CLASSNAME;
7897
7913
  ToolbarItem.defaultProps = defaultProps45;
7898
7914
 
7899
7915
  // src/toolbar/toolbar-popup.spec.tsx
7900
- var import_jsx_runtime118 = require("react/jsx-runtime");
7916
+ var import_jsx_runtime121 = require("react/jsx-runtime");
7901
7917
  var TOOLBARPOPUP_CLASSNAME = `k-toolbar-popup`;
7902
7918
  var states52 = [];
7903
7919
  var options49 = {};
7904
7920
  var defaultProps46 = {};
7905
7921
  var ToolbarPopup = (props) => {
7906
7922
  const { ...other } = props;
7907
- return /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7923
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
7908
7924
  Popup,
7909
7925
  {
7910
7926
  ...other,
@@ -7922,31 +7938,31 @@ ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
7922
7938
  ToolbarPopup.defaultProps = defaultProps46;
7923
7939
 
7924
7940
  // src/split-button/templates/icon-split-button.tsx
7925
- var import_jsx_runtime119 = require("react/jsx-runtime");
7941
+ var import_jsx_runtime122 = require("react/jsx-runtime");
7926
7942
 
7927
7943
  // src/split-button/templates/icon-text-split-button.tsx
7928
- var import_jsx_runtime120 = require("react/jsx-runtime");
7944
+ var import_jsx_runtime123 = require("react/jsx-runtime");
7929
7945
 
7930
7946
  // src/split-button/templates/text-split-button.tsx
7931
- var import_jsx_runtime121 = require("react/jsx-runtime");
7947
+ var import_jsx_runtime124 = require("react/jsx-runtime");
7932
7948
 
7933
7949
  // src/split-button/templates/split-button-popup.tsx
7934
- var import_jsx_runtime122 = require("react/jsx-runtime");
7950
+ var import_jsx_runtime125 = require("react/jsx-runtime");
7935
7951
 
7936
7952
  // src/toolbar/templates/toolbar-normal.tsx
7937
- var import_jsx_runtime123 = require("react/jsx-runtime");
7953
+ var import_jsx_runtime126 = require("react/jsx-runtime");
7938
7954
 
7939
7955
  // src/toolbar/templates/toolbar-resizable.tsx
7940
- var import_jsx_runtime124 = require("react/jsx-runtime");
7956
+ var import_jsx_runtime127 = require("react/jsx-runtime");
7941
7957
 
7942
7958
  // src/toolbar/templates/toolbar-angular-normal.tsx
7943
- var import_jsx_runtime125 = require("react/jsx-runtime");
7959
+ var import_jsx_runtime128 = require("react/jsx-runtime");
7944
7960
 
7945
7961
  // src/toolbar/templates/toolbar-angular-resizable.tsx
7946
- var import_jsx_runtime126 = require("react/jsx-runtime");
7962
+ var import_jsx_runtime129 = require("react/jsx-runtime");
7947
7963
 
7948
7964
  // src/pager/pager.spec.tsx
7949
- var import_jsx_runtime127 = require("react/jsx-runtime");
7965
+ var import_jsx_runtime130 = require("react/jsx-runtime");
7950
7966
  var PAGER_CLASSNAME = `k-pager`;
7951
7967
  var states53 = [
7952
7968
  States.focus,
@@ -7978,7 +7994,7 @@ var Pager = (props) => {
7978
7994
  dir,
7979
7995
  ...other
7980
7996
  } = props;
7981
- return /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(
7997
+ return /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)(
7982
7998
  "div",
7983
7999
  {
7984
8000
  dir,
@@ -7995,14 +8011,14 @@ var Pager = (props) => {
7995
8011
  })
7996
8012
  ),
7997
8013
  children: [
7998
- /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(
8014
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)(
7999
8015
  "div",
8000
8016
  {
8001
8017
  className: classNames(
8002
8018
  "k-pager-numbers-wrap"
8003
8019
  ),
8004
8020
  children: [
8005
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
8021
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
8006
8022
  Button,
8007
8023
  {
8008
8024
  className: classNames(
@@ -8016,7 +8032,7 @@ var Pager = (props) => {
8016
8032
  icon: dir === "rtl" ? "caret-alt-to-right" : "caret-alt-to-left"
8017
8033
  }
8018
8034
  ),
8019
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
8035
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
8020
8036
  Button,
8021
8037
  {
8022
8038
  className: classNames(
@@ -8029,14 +8045,14 @@ var Pager = (props) => {
8029
8045
  icon: dir === "rtl" ? "caret-alt-right" : "caret-alt-left"
8030
8046
  }
8031
8047
  ),
8032
- type === "numeric" && !adaptive && /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(
8048
+ type === "numeric" && !adaptive && /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)(
8033
8049
  "div",
8034
8050
  {
8035
8051
  className: classNames(
8036
8052
  "k-pager-numbers"
8037
8053
  ),
8038
8054
  children: [
8039
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
8055
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
8040
8056
  Button,
8041
8057
  {
8042
8058
  selected: true,
@@ -8047,7 +8063,7 @@ var Pager = (props) => {
8047
8063
  children: "1"
8048
8064
  }
8049
8065
  ),
8050
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
8066
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
8051
8067
  Button,
8052
8068
  {
8053
8069
  fillMode: "flat",
@@ -8057,7 +8073,7 @@ var Pager = (props) => {
8057
8073
  children: "2"
8058
8074
  }
8059
8075
  ),
8060
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
8076
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
8061
8077
  Button,
8062
8078
  {
8063
8079
  fillMode: "flat",
@@ -8067,7 +8083,7 @@ var Pager = (props) => {
8067
8083
  children: "3"
8068
8084
  }
8069
8085
  ),
8070
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
8086
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
8071
8087
  Button,
8072
8088
  {
8073
8089
  fillMode: "flat",
@@ -8077,7 +8093,7 @@ var Pager = (props) => {
8077
8093
  children: "4"
8078
8094
  }
8079
8095
  ),
8080
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
8096
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
8081
8097
  Button,
8082
8098
  {
8083
8099
  fillMode: "flat",
@@ -8087,7 +8103,7 @@ var Pager = (props) => {
8087
8103
  children: "5"
8088
8104
  }
8089
8105
  ),
8090
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
8106
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
8091
8107
  Button,
8092
8108
  {
8093
8109
  fillMode: "flat",
@@ -8100,7 +8116,7 @@ var Pager = (props) => {
8100
8116
  ]
8101
8117
  }
8102
8118
  ),
8103
- type === "numeric" && /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
8119
+ type === "numeric" && /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
8104
8120
  "select",
8105
8121
  {
8106
8122
  className: classNames(
@@ -8116,23 +8132,23 @@ var Pager = (props) => {
8116
8132
  ["k-hidden"]: !adaptive
8117
8133
  }
8118
8134
  ),
8119
- children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("option", { children: "99" })
8135
+ children: /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("option", { children: "99" })
8120
8136
  }
8121
8137
  ),
8122
- type === "input" && /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(
8138
+ type === "input" && /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)(
8123
8139
  "span",
8124
8140
  {
8125
8141
  className: classNames(
8126
8142
  "k-pager-input"
8127
8143
  ),
8128
8144
  children: [
8129
- !adaptive && /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("span", { children: "Page" }),
8130
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(NumericTextbox, { value: "999", size, showSpinButton: false, showClearButton: false }),
8131
- !adaptive && /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("span", { children: "of 8" })
8145
+ !adaptive && /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "Page" }),
8146
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(NumericTextbox, { value: "999", size, showSpinButton: false, showClearButton: false }),
8147
+ !adaptive && /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "of 8" })
8132
8148
  ]
8133
8149
  }
8134
8150
  ),
8135
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
8151
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
8136
8152
  Button,
8137
8153
  {
8138
8154
  className: classNames(
@@ -8144,7 +8160,7 @@ var Pager = (props) => {
8144
8160
  icon: dir === "rtl" ? "caret-alt-left" : "caret-alt-right"
8145
8161
  }
8146
8162
  ),
8147
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
8163
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
8148
8164
  Button,
8149
8165
  {
8150
8166
  className: classNames(
@@ -8160,19 +8176,19 @@ var Pager = (props) => {
8160
8176
  ]
8161
8177
  }
8162
8178
  ),
8163
- pageSizes && /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(
8179
+ pageSizes && /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)(
8164
8180
  "span",
8165
8181
  {
8166
8182
  className: classNames(
8167
8183
  "k-pager-sizes"
8168
8184
  ),
8169
8185
  children: [
8170
- /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(DropdownList, { value: "99", size }),
8171
- itemsPerPage && /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("span", { children: "items per page" })
8186
+ /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(DropdownList, { value: "99", size }),
8187
+ itemsPerPage && /* @__PURE__ */ (0, import_jsx_runtime130.jsx)("span", { children: "items per page" })
8172
8188
  ]
8173
8189
  }
8174
8190
  ),
8175
- refresh && /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
8191
+ refresh && /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
8176
8192
  Button,
8177
8193
  {
8178
8194
  className: classNames(
@@ -8184,7 +8200,7 @@ var Pager = (props) => {
8184
8200
  icon: "arrow-rotate-cw"
8185
8201
  }
8186
8202
  ),
8187
- info && /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
8203
+ info && /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
8188
8204
  "span",
8189
8205
  {
8190
8206
  className: classNames(
@@ -8203,19 +8219,19 @@ Pager.className = PAGER_CLASSNAME;
8203
8219
  Pager.defaultProps = defaultProps47;
8204
8220
 
8205
8221
  // src/pager/templates/pager-normal.tsx
8206
- var import_jsx_runtime128 = require("react/jsx-runtime");
8222
+ var import_jsx_runtime131 = require("react/jsx-runtime");
8207
8223
 
8208
8224
  // src/pager/templates/pager-input.tsx
8209
- var import_jsx_runtime129 = require("react/jsx-runtime");
8225
+ var import_jsx_runtime132 = require("react/jsx-runtime");
8210
8226
 
8211
8227
  // src/pager/templates/pager-adaptive.tsx
8212
- var import_jsx_runtime130 = require("react/jsx-runtime");
8228
+ var import_jsx_runtime133 = require("react/jsx-runtime");
8213
8229
 
8214
8230
  // src/pager/templates/pager-adaptive-input.tsx
8215
- var import_jsx_runtime131 = require("react/jsx-runtime");
8231
+ var import_jsx_runtime134 = require("react/jsx-runtime");
8216
8232
 
8217
8233
  // src/dropzone/dropzone.spec.tsx
8218
- var import_jsx_runtime132 = require("react/jsx-runtime");
8234
+ var import_jsx_runtime135 = require("react/jsx-runtime");
8219
8235
  var DROPZONE_CLASSNAME = `k-external-dropzone`;
8220
8236
  var states54 = [
8221
8237
  States.hover
@@ -8231,7 +8247,7 @@ var Dropzone = (props) => {
8231
8247
  note = defaultProps48.note,
8232
8248
  ...other
8233
8249
  } = props;
8234
- return /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(
8250
+ return /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(
8235
8251
  "div",
8236
8252
  {
8237
8253
  ...other,
@@ -8243,10 +8259,10 @@ var Dropzone = (props) => {
8243
8259
  "k-external-dropzone-hover": hover
8244
8260
  }
8245
8261
  ),
8246
- children: /* @__PURE__ */ (0, import_jsx_runtime132.jsxs)("div", { className: "k-dropzone-inner", children: [
8247
- icon && /* @__PURE__ */ (0, import_jsx_runtime132.jsx)(Icon, { icon, className: "k-dropzone-icon", size: "xxxlarge" }),
8248
- /* @__PURE__ */ (0, import_jsx_runtime132.jsx)("span", { className: "k-dropzone-hint", children: "Drag and drop files here to upload" }),
8249
- note && /* @__PURE__ */ (0, import_jsx_runtime132.jsxs)("span", { className: "k-dropzone-note", children: [
8262
+ children: /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("div", { className: "k-dropzone-inner", children: [
8263
+ icon && /* @__PURE__ */ (0, import_jsx_runtime135.jsx)(Icon, { icon, className: "k-dropzone-icon", size: "xxxlarge" }),
8264
+ /* @__PURE__ */ (0, import_jsx_runtime135.jsx)("span", { className: "k-dropzone-hint", children: "Drag and drop files here to upload" }),
8265
+ note && /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)("span", { className: "k-dropzone-note", children: [
8250
8266
  " ",
8251
8267
  note,
8252
8268
  " "
@@ -8257,7 +8273,7 @@ var Dropzone = (props) => {
8257
8273
  };
8258
8274
 
8259
8275
  // src/pdf-viewer/tests/pdf-viewer-blank-page.tsx
8260
- var import_jsx_runtime133 = require("react/jsx-runtime");
8276
+ var import_jsx_runtime136 = require("react/jsx-runtime");
8261
8277
  var styles = `
8262
8278
  #test-area .k-pdf-viewer {
8263
8279
  height: 600px;
@@ -8266,19 +8282,19 @@ var styles = `
8266
8282
  gap: 8px;
8267
8283
  }
8268
8284
  `;
8269
- var pdf_viewer_blank_page_default = () => /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)(import_jsx_runtime133.Fragment, { children: [
8270
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("style", { children: styles }),
8271
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-widget k-pdf-viewer", children: [
8272
- /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)(Toolbar, { resizable: true, children: [
8273
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Pager, { type: "input", pageSizes: false, refresh: false, info: false }),
8274
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("span", { className: "k-spacer" }),
8275
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { fillMode: "flat", icon: "file-pdf" }),
8276
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { fillMode: "flat", icon: "print" }),
8277
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Button, { fillMode: "flat", icon: "fullscreen" })
8285
+ var pdf_viewer_blank_page_default = () => /* @__PURE__ */ (0, import_jsx_runtime136.jsxs)(import_jsx_runtime136.Fragment, { children: [
8286
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("style", { children: styles }),
8287
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ (0, import_jsx_runtime136.jsxs)("div", { className: "k-widget k-pdf-viewer", children: [
8288
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsxs)(Toolbar, { resizable: true, children: [
8289
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(Pager, { type: "input", pageSizes: false, refresh: false, info: false }),
8290
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("span", { className: "k-spacer" }),
8291
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(Button, { fillMode: "flat", icon: "file-pdf" }),
8292
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(Button, { fillMode: "flat", icon: "print" }),
8293
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(Button, { fillMode: "flat", icon: "fullscreen" })
8278
8294
  ] }),
8279
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-canvas k-pdf-viewer-canvas k-pos-relative k-overflow-auto k-enable-text-select", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsx)("div", { className: "k-pdf-viewer-pages", children: /* @__PURE__ */ (0, import_jsx_runtime133.jsxs)("div", { className: "k-page k-blank-page", children: [
8280
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Dropzone, { note: false }),
8281
- /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(Upload, { async: true, empty: true, status: "upload" })
8295
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("div", { className: "k-canvas k-pdf-viewer-canvas k-pos-relative k-overflow-auto k-enable-text-select", children: /* @__PURE__ */ (0, import_jsx_runtime136.jsx)("div", { className: "k-pdf-viewer-pages", children: /* @__PURE__ */ (0, import_jsx_runtime136.jsxs)("div", { className: "k-page k-blank-page", children: [
8296
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(Dropzone, { note: false }),
8297
+ /* @__PURE__ */ (0, import_jsx_runtime136.jsx)(UploadNormal, { empty: true, status: "upload" })
8282
8298
  ] }) }) })
8283
8299
  ] }) })
8284
8300
  ] });