@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
@@ -4532,8 +4532,22 @@ Window.options = options6;
4532
4532
  Window.className = WINDOW_CLASSNAME;
4533
4533
  Window.defaultProps = defaultProps6;
4534
4534
 
4535
- // src/form/form-field.tsx
4535
+ // src/window/templates/window-normal.tsx
4536
4536
  var import_jsx_runtime10 = require("react/jsx-runtime");
4537
+ var WindowNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
4538
+ Window,
4539
+ {
4540
+ title: "Title",
4541
+ actions: ["window-minimize", "window", "x"],
4542
+ children: [
4543
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(import_jsx_runtime10.Fragment, { children: "Content" })
4544
+ ],
4545
+ ...props
4546
+ }
4547
+ );
4548
+
4549
+ // src/form/form-field.tsx
4550
+ var import_jsx_runtime11 = require("react/jsx-runtime");
4537
4551
  var FORMFIELD_CLASSNAME = "k-form-field";
4538
4552
  var states7 = [
4539
4553
  States.disabled
@@ -4551,7 +4565,7 @@ var FormField = (props) => {
4551
4565
  dir,
4552
4566
  colSpan
4553
4567
  } = props;
4554
- return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
4568
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
4555
4569
  "div",
4556
4570
  {
4557
4571
  className: classNames(
@@ -4564,19 +4578,19 @@ var FormField = (props) => {
4564
4578
  ),
4565
4579
  dir,
4566
4580
  children: [
4567
- label && /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("label", { className: classNames(
4581
+ label && /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("label", { className: classNames(
4568
4582
  "k-label",
4569
4583
  "k-form-label"
4570
4584
  ), children: [
4571
4585
  label,
4572
- optional && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
4573
- info && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("span", { className: "k-field-info", children: "(field info)" })
4586
+ optional && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
4587
+ info && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("span", { className: "k-field-info", children: "(field info)" })
4574
4588
  ] }),
4575
- orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
4576
- /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("div", { className: "k-form-field-wrap", children: [
4589
+ orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
4590
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("div", { className: "k-form-field-wrap", children: [
4577
4591
  editor,
4578
- hint && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("div", { className: "k-form-hint", children: hint }),
4579
- error && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("div", { className: "k-form-error", children: error })
4592
+ hint && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("div", { className: "k-form-hint", children: hint }),
4593
+ error && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("div", { className: "k-form-error", children: error })
4580
4594
  ] })
4581
4595
  ]
4582
4596
  }
@@ -4585,7 +4599,7 @@ var FormField = (props) => {
4585
4599
  FormField.className = FORMFIELD_CLASSNAME;
4586
4600
 
4587
4601
  // src/form/fieldset.tsx
4588
- var import_jsx_runtime11 = require("react/jsx-runtime");
4602
+ var import_jsx_runtime12 = require("react/jsx-runtime");
4589
4603
  var FIELDSET_CLASSNAME = "k-form-fieldset";
4590
4604
  var Fieldset = (props) => {
4591
4605
  const {
@@ -4595,9 +4609,9 @@ var Fieldset = (props) => {
4595
4609
  gapX,
4596
4610
  gapY
4597
4611
  } = props;
4598
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
4599
- legend && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("legend", { className: "k-form-legend", children: legend }),
4600
- layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("div", { className: classNames(
4612
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
4613
+ legend && /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("legend", { className: "k-form-legend", children: legend }),
4614
+ layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: classNames(
4601
4615
  "k-form-layout",
4602
4616
  "k-d-grid",
4603
4617
  {
@@ -4605,13 +4619,13 @@ var Fieldset = (props) => {
4605
4619
  [`k-gap-x-${gapX}`]: gapX,
4606
4620
  [`k-gap-y-${gapY}`]: gapY
4607
4621
  }
4608
- ), children: props.children }) : /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_jsx_runtime11.Fragment, { children: props.children })
4622
+ ), children: props.children }) : /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_jsx_runtime12.Fragment, { children: props.children })
4609
4623
  ] });
4610
4624
  };
4611
4625
  Fieldset.className = FIELDSET_CLASSNAME;
4612
4626
 
4613
4627
  // src/form/form.spec.tsx
4614
- var import_jsx_runtime12 = require("react/jsx-runtime");
4628
+ var import_jsx_runtime13 = require("react/jsx-runtime");
4615
4629
  var import_react = require("react");
4616
4630
  var FORM_CLASSNAME = "k-form";
4617
4631
  var states8 = [];
@@ -4635,7 +4649,7 @@ var Form = (props) => {
4635
4649
  tag = defaultProps7.tag,
4636
4650
  children
4637
4651
  } = props;
4638
- const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("form", { className: className13, children: children2 }) : /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: className13, children: children2 });
4652
+ const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("form", { className: className13, children: children2 }) : /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: className13, children: children2 });
4639
4653
  const formChildren = [];
4640
4654
  if (children) {
4641
4655
  if (Array.isArray(children)) {
@@ -4654,7 +4668,7 @@ var Form = (props) => {
4654
4668
  children.type === Fieldset && formChildren.push(/* @__PURE__ */ (0, import_react.createElement)(Fieldset, { ...children.props, key: `${(/* @__PURE__ */ new Date()).getTime()}` }));
4655
4669
  }
4656
4670
  }
4657
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(Parent, { tag, className: classNames(
4671
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(Parent, { tag, className: classNames(
4658
4672
  props.className,
4659
4673
  FORM_CLASSNAME,
4660
4674
  optionClassNames(FORM_CLASSNAME, {
@@ -4664,7 +4678,7 @@ var Form = (props) => {
4664
4678
  [`${FORM_CLASSNAME}-${orientation}`]: orientation
4665
4679
  }
4666
4680
  ), children: [
4667
- layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: classNames(
4681
+ layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: classNames(
4668
4682
  "k-form-layout",
4669
4683
  "k-d-grid",
4670
4684
  {
@@ -4672,8 +4686,8 @@ var Form = (props) => {
4672
4686
  [`k-gap-x-${gapX}`]: gapX,
4673
4687
  [`k-gap-y-${gapY}`]: gapY
4674
4688
  }
4675
- ), children: formChildren }) : /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_jsx_runtime12.Fragment, { children: formChildren }),
4676
- formButtons && /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "k-form-buttons", children: formButtons })
4689
+ ), children: formChildren }) : /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_jsx_runtime13.Fragment, { children: formChildren }),
4690
+ formButtons && /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: "k-form-buttons", children: formButtons })
4677
4691
  ] });
4678
4692
  };
4679
4693
  Form.states = states8;
@@ -4682,7 +4696,7 @@ Form.className = FORM_CLASSNAME;
4682
4696
  Form.defaultProps = defaultProps7;
4683
4697
 
4684
4698
  // src/input/input.spec.tsx
4685
- var import_jsx_runtime13 = require("react/jsx-runtime");
4699
+ var import_jsx_runtime14 = require("react/jsx-runtime");
4686
4700
  var INPUT_CLASSNAME = `k-input`;
4687
4701
  var states9 = [
4688
4702
  States.hover,
@@ -4718,7 +4732,7 @@ var Input = (props) => {
4718
4732
  fillMode = defaultProps8.fillMode,
4719
4733
  ...other
4720
4734
  } = props;
4721
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
4735
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
4722
4736
  "span",
4723
4737
  {
4724
4738
  ...other,
@@ -4737,7 +4751,7 @@ Input.className = INPUT_CLASSNAME;
4737
4751
  Input.defaultProps = defaultProps8;
4738
4752
 
4739
4753
  // src/input/picker.spec.tsx
4740
- var import_jsx_runtime14 = require("react/jsx-runtime");
4754
+ var import_jsx_runtime15 = require("react/jsx-runtime");
4741
4755
  var PICKER_CLASSNAME = `k-picker`;
4742
4756
  var pickerStates = [
4743
4757
  States.hover,
@@ -4773,7 +4787,7 @@ var Picker = (props) => {
4773
4787
  fillMode = defaultProps9.fillMode,
4774
4788
  ...other
4775
4789
  } = props;
4776
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
4790
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
4777
4791
  "span",
4778
4792
  {
4779
4793
  ...other,
@@ -4793,7 +4807,7 @@ Picker.className = PICKER_CLASSNAME;
4793
4807
  Picker.defaultProps = defaultProps9;
4794
4808
 
4795
4809
  // src/input/input-clear-value.tsx
4796
- var import_jsx_runtime15 = require("react/jsx-runtime");
4810
+ var import_jsx_runtime16 = require("react/jsx-runtime");
4797
4811
  var className = `k-clear-value`;
4798
4812
  var states10 = [
4799
4813
  States.disabled,
@@ -4809,16 +4823,16 @@ var InputClearValue = (props) => {
4809
4823
  value
4810
4824
  } = props;
4811
4825
  if (disabled || readonly || loading || !value) {
4812
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_jsx_runtime15.Fragment, {});
4826
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_jsx_runtime16.Fragment, {});
4813
4827
  }
4814
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Icon, { icon: "x" }) });
4828
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(Icon, { icon: "x" }) });
4815
4829
  };
4816
4830
  InputClearValue.states = states10;
4817
4831
  InputClearValue.options = options9;
4818
4832
  InputClearValue.className = className;
4819
4833
 
4820
4834
  // src/input/input-inner-input.tsx
4821
- var import_jsx_runtime16 = require("react/jsx-runtime");
4835
+ var import_jsx_runtime17 = require("react/jsx-runtime");
4822
4836
  var className2 = `k-input-inner`;
4823
4837
  var states11 = [];
4824
4838
  var options10 = {};
@@ -4836,7 +4850,7 @@ var InputInnerInput = (props) => {
4836
4850
  autocomplete = defaultProps10.autocomplete,
4837
4851
  ...other
4838
4852
  } = props;
4839
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
4853
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
4840
4854
  "input",
4841
4855
  {
4842
4856
  ...other,
@@ -4853,7 +4867,7 @@ InputInnerInput.options = options10;
4853
4867
  InputInnerInput.className = className2;
4854
4868
 
4855
4869
  // src/input/input-inner-span.tsx
4856
- var import_jsx_runtime17 = require("react/jsx-runtime");
4870
+ var import_jsx_runtime18 = require("react/jsx-runtime");
4857
4871
  var className3 = `k-input-inner`;
4858
4872
  var states12 = [];
4859
4873
  var options11 = {};
@@ -4866,16 +4880,16 @@ var InputInnerSpan = (props) => {
4866
4880
  valueIconName,
4867
4881
  ...other
4868
4882
  } = props;
4869
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
4883
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
4870
4884
  "span",
4871
4885
  {
4872
4886
  ...other,
4873
4887
  className: classNames(props.className, className3, optionClassNames(className3, props)),
4874
4888
  children: [
4875
4889
  valueIcon,
4876
- !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4890
+ !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4877
4891
  showValue && !value && placeholder,
4878
- showValue && value && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("span", { className: "k-input-value-text", children: value })
4892
+ showValue && value && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("span", { className: "k-input-value-text", children: value })
4879
4893
  ]
4880
4894
  }
4881
4895
  );
@@ -4885,7 +4899,7 @@ InputInnerSpan.options = options11;
4885
4899
  InputInnerSpan.className = className3;
4886
4900
 
4887
4901
  // src/input/input-inner-textarea.tsx
4888
- var import_jsx_runtime18 = require("react/jsx-runtime");
4902
+ var import_jsx_runtime19 = require("react/jsx-runtime");
4889
4903
  var defaultProps11 = {
4890
4904
  value: "",
4891
4905
  placeholder: ""
@@ -4900,7 +4914,7 @@ var InputInnerTextarea = (props) => {
4900
4914
  rows,
4901
4915
  ...other
4902
4916
  } = props;
4903
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
4917
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
4904
4918
  "textarea",
4905
4919
  {
4906
4920
  ...other,
@@ -4916,7 +4930,7 @@ InputInnerTextarea.options = options12;
4916
4930
  InputInnerTextarea.className = className4;
4917
4931
 
4918
4932
  // src/input/input-loading-icon.tsx
4919
- var import_jsx_runtime19 = require("react/jsx-runtime");
4933
+ var import_jsx_runtime20 = require("react/jsx-runtime");
4920
4934
  var className5 = `k-input-loading-icon`;
4921
4935
  var states14 = [
4922
4936
  States.disabled,
@@ -4928,13 +4942,13 @@ var InputLoadingIcon = (props) => {
4928
4942
  loading
4929
4943
  } = props;
4930
4944
  if (disabled || !loading) {
4931
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_jsx_runtime19.Fragment, {});
4945
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_jsx_runtime20.Fragment, {});
4932
4946
  }
4933
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: classNames(props.className, className5, "k-icon k-i-loading") });
4947
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("span", { className: classNames(props.className, className5, "k-icon k-i-loading") });
4934
4948
  };
4935
4949
 
4936
4950
  // src/input/input-validation-icon.tsx
4937
- var import_jsx_runtime20 = require("react/jsx-runtime");
4951
+ var import_jsx_runtime21 = require("react/jsx-runtime");
4938
4952
  var className6 = `k-input-validation-icon`;
4939
4953
  var states15 = [
4940
4954
  States.valid,
@@ -4953,39 +4967,39 @@ var InputValidationIcon = (props) => {
4953
4967
  const iconName = invalid ? "exclamation-circle" : "check";
4954
4968
  const renderValidationIcon = Boolean(valid || invalid);
4955
4969
  if (disabled || loading || !renderValidationIcon) {
4956
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_jsx_runtime20.Fragment, {});
4970
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_jsx_runtime21.Fragment, {});
4957
4971
  }
4958
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(Icon, { className: classNames(className6), icon: iconName });
4972
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(Icon, { className: classNames(className6), icon: iconName });
4959
4973
  };
4960
4974
  InputValidationIcon.states = states15;
4961
4975
  InputValidationIcon.options = options13;
4962
4976
  InputValidationIcon.className = className6;
4963
4977
 
4964
4978
  // src/input/input-prefix.tsx
4965
- var import_jsx_runtime21 = require("react/jsx-runtime");
4979
+ var import_jsx_runtime22 = require("react/jsx-runtime");
4966
4980
  var className7 = `k-input-prefix`;
4967
4981
  var InputPrefix = (props) => {
4968
4982
  if (!props.children) {
4969
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_jsx_runtime21.Fragment, {});
4983
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_jsx_runtime22.Fragment, {});
4970
4984
  }
4971
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("span", { className: classNames(className7, props.className), children: props.children });
4985
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("span", { className: classNames(className7, props.className), children: props.children });
4972
4986
  };
4973
4987
 
4974
4988
  // src/input/input-suffix.tsx
4975
- var import_jsx_runtime22 = require("react/jsx-runtime");
4989
+ var import_jsx_runtime23 = require("react/jsx-runtime");
4976
4990
  var className8 = `k-input-suffix`;
4977
4991
  var InputSuffix = (props) => {
4978
4992
  if (!props.children) {
4979
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_jsx_runtime22.Fragment, {});
4993
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_jsx_runtime23.Fragment, {});
4980
4994
  }
4981
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("span", { className: classNames(className8, props.className), children: props.children });
4995
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("span", { className: classNames(className8, props.className), children: props.children });
4982
4996
  };
4983
4997
 
4984
4998
  // src/input/input-separator.tsx
4985
- var import_jsx_runtime23 = require("react/jsx-runtime");
4999
+ var import_jsx_runtime24 = require("react/jsx-runtime");
4986
5000
 
4987
5001
  // src/textbox/textbox.spec.tsx
4988
- var import_jsx_runtime24 = require("react/jsx-runtime");
5002
+ var import_jsx_runtime25 = require("react/jsx-runtime");
4989
5003
  var TEXTBOX_CLASSNAME = `k-textbox`;
4990
5004
  var states16 = [
4991
5005
  States.hover,
@@ -5028,7 +5042,7 @@ var Textbox = (props) => {
5028
5042
  showClearButton = defaultProps12.showClearButton,
5029
5043
  ...other
5030
5044
  } = props;
5031
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
5045
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
5032
5046
  Input,
5033
5047
  {
5034
5048
  ...other,
@@ -5045,9 +5059,9 @@ var Textbox = (props) => {
5045
5059
  readonly,
5046
5060
  className: classNames(props.className, TEXTBOX_CLASSNAME),
5047
5061
  children: [
5048
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(InputPrefix, { children: prefix }),
5049
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(InputInnerInput, { placeholder, value }),
5050
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
5062
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(InputPrefix, { children: prefix }),
5063
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(InputInnerInput, { placeholder, value }),
5064
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
5051
5065
  InputValidationIcon,
5052
5066
  {
5053
5067
  valid,
@@ -5056,14 +5070,14 @@ var Textbox = (props) => {
5056
5070
  disabled
5057
5071
  }
5058
5072
  ),
5059
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
5073
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
5060
5074
  InputLoadingIcon,
5061
5075
  {
5062
5076
  loading,
5063
5077
  disabled
5064
5078
  }
5065
5079
  ),
5066
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
5080
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
5067
5081
  InputClearValue,
5068
5082
  {
5069
5083
  loading,
@@ -5072,7 +5086,7 @@ var Textbox = (props) => {
5072
5086
  value
5073
5087
  }
5074
5088
  ),
5075
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(InputSuffix, { children: suffix })
5089
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(InputSuffix, { children: suffix })
5076
5090
  ]
5077
5091
  }
5078
5092
  );
@@ -5083,16 +5097,16 @@ Textbox.className = TEXTBOX_CLASSNAME;
5083
5097
  Textbox.defaultProps = defaultProps12;
5084
5098
 
5085
5099
  // src/textbox/templates/textbox-normal.tsx
5086
- var import_jsx_runtime25 = require("react/jsx-runtime");
5100
+ var import_jsx_runtime26 = require("react/jsx-runtime");
5087
5101
 
5088
5102
  // src/textbox/templates/textbox-prefix.tsx
5089
- var import_jsx_runtime26 = require("react/jsx-runtime");
5103
+ var import_jsx_runtime27 = require("react/jsx-runtime");
5090
5104
 
5091
5105
  // src/textbox/templates/textbox-suffix.tsx
5092
- var import_jsx_runtime27 = require("react/jsx-runtime");
5106
+ var import_jsx_runtime28 = require("react/jsx-runtime");
5093
5107
 
5094
5108
  // src/animation-container/animation-container.spec.tsx
5095
- var import_jsx_runtime28 = require("react/jsx-runtime");
5109
+ var import_jsx_runtime29 = require("react/jsx-runtime");
5096
5110
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5097
5111
  var states17 = [];
5098
5112
  var options15 = {};
@@ -5106,7 +5120,7 @@ var AnimationContainer = (props) => {
5106
5120
  offset,
5107
5121
  ...other
5108
5122
  } = props;
5109
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5123
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5110
5124
  "div",
5111
5125
  {
5112
5126
  ...other,
@@ -5118,7 +5132,7 @@ var AnimationContainer = (props) => {
5118
5132
  ["k-animation-container-fixed"]: positionMode === "fixed"
5119
5133
  }
5120
5134
  ),
5121
- children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5135
+ children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5122
5136
  }
5123
5137
  );
5124
5138
  };
@@ -5128,7 +5142,7 @@ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5128
5142
  AnimationContainer.defaultProps = defaultProps13;
5129
5143
 
5130
5144
  // src/popup/popup.spec.tsx
5131
- var import_jsx_runtime29 = require("react/jsx-runtime");
5145
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5132
5146
  var POPUP_CLASSNAME = `k-popup`;
5133
5147
  var states18 = [];
5134
5148
  var options16 = {};
@@ -5141,12 +5155,12 @@ var Popup = (props) => {
5141
5155
  positionMode,
5142
5156
  ...other
5143
5157
  } = props;
5144
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5158
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5145
5159
  AnimationContainer,
5146
5160
  {
5147
5161
  positionMode,
5148
5162
  offset,
5149
- children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5163
+ children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5150
5164
  }
5151
5165
  );
5152
5166
  };
@@ -5156,7 +5170,7 @@ Popup.className = POPUP_CLASSNAME;
5156
5170
  Popup.defaultProps = defaultProps14;
5157
5171
 
5158
5172
  // src/dropdownlist/dropdownlist.spec.tsx
5159
- var import_jsx_runtime30 = require("react/jsx-runtime");
5173
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5160
5174
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5161
5175
  var states19 = [
5162
5176
  States.hover,
@@ -5204,8 +5218,8 @@ var DropdownList = (props) => {
5204
5218
  opened,
5205
5219
  ...other
5206
5220
  } = props;
5207
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(import_jsx_runtime30.Fragment, { children: [
5208
- /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
5221
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_jsx_runtime31.Fragment, { children: [
5222
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
5209
5223
  Picker,
5210
5224
  {
5211
5225
  ...other,
@@ -5228,8 +5242,8 @@ var DropdownList = (props) => {
5228
5242
  }
5229
5243
  ),
5230
5244
  children: [
5231
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(InputPrefix, { children: prefix }),
5232
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5245
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(InputPrefix, { children: prefix }),
5246
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5233
5247
  InputInnerSpan,
5234
5248
  {
5235
5249
  placeholder,
@@ -5238,7 +5252,7 @@ var DropdownList = (props) => {
5238
5252
  valueIconName
5239
5253
  }
5240
5254
  ),
5241
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5255
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5242
5256
  InputValidationIcon,
5243
5257
  {
5244
5258
  valid,
@@ -5247,15 +5261,15 @@ var DropdownList = (props) => {
5247
5261
  disabled
5248
5262
  }
5249
5263
  ),
5250
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5264
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5251
5265
  InputLoadingIcon,
5252
5266
  {
5253
5267
  loading,
5254
5268
  disabled
5255
5269
  }
5256
5270
  ),
5257
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(InputSuffix, { children: suffix }),
5258
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5271
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(InputSuffix, { children: suffix }),
5272
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5259
5273
  Button,
5260
5274
  {
5261
5275
  className: "k-input-button",
@@ -5268,7 +5282,7 @@ var DropdownList = (props) => {
5268
5282
  ]
5269
5283
  }
5270
5284
  ),
5271
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5285
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5272
5286
  ] });
5273
5287
  };
5274
5288
  DropdownList.states = states19;
@@ -5277,15 +5291,15 @@ DropdownList.className = DROPDOWNLIST_CLASSNAME;
5277
5291
  DropdownList.defaultProps = defaultProps15;
5278
5292
 
5279
5293
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5280
- var import_jsx_runtime31 = require("react/jsx-runtime");
5294
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5281
5295
 
5282
5296
  // src/nodata/nodata.tsx
5283
- var import_jsx_runtime32 = require("react/jsx-runtime");
5297
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5284
5298
  var className9 = `k-nodata`;
5285
- var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5299
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5286
5300
 
5287
5301
  // src/list/list.spec.tsx
5288
- var import_jsx_runtime33 = require("react/jsx-runtime");
5302
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5289
5303
  var LIST_CLASSNAME = `k-list`;
5290
5304
  var states20 = [];
5291
5305
  var options18 = {
@@ -5313,7 +5327,7 @@ var List = (props) => {
5313
5327
  listHeader = child.props.label;
5314
5328
  child.props.children.map((optChild, index2) => {
5315
5329
  listChildren.push(
5316
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5330
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5317
5331
  ListItem,
5318
5332
  {
5319
5333
  ...optChild.props
@@ -5329,7 +5343,7 @@ var List = (props) => {
5329
5343
  groupLabel = child.props.label;
5330
5344
  }
5331
5345
  listChildren.push(
5332
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5346
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5333
5347
  ListItem,
5334
5348
  {
5335
5349
  className: index2 === 0 ? "k-first" : "",
@@ -5341,16 +5355,16 @@ var List = (props) => {
5341
5355
  );
5342
5356
  });
5343
5357
  }
5344
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5358
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5345
5359
  } else if (child.type === ListItem) {
5346
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5347
- listContent = /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ListContent, { virtualization, children: listChildren });
5360
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5361
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListContent, { virtualization, children: listChildren });
5348
5362
  }
5349
5363
  });
5350
5364
  } else {
5351
- listContent = /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(NoData, { children: "No data found." });
5365
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(NoData, { children: "No data found." });
5352
5366
  }
5353
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
5367
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
5354
5368
  "div",
5355
5369
  {
5356
5370
  ...other,
@@ -5378,7 +5392,7 @@ List.className = LIST_CLASSNAME;
5378
5392
  List.defaultProps = defaultProps16;
5379
5393
 
5380
5394
  // src/list/list-angular.spec.tsx
5381
- var import_jsx_runtime34 = require("react/jsx-runtime");
5395
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5382
5396
  var LISTANGULAR_CLASSNAME = `k-list`;
5383
5397
  var states21 = [];
5384
5398
  var options19 = {
@@ -5405,7 +5419,7 @@ var ListAngular = (props) => {
5405
5419
  listHeader = child.props.label;
5406
5420
  child.props.children.map((optChild, index2) => {
5407
5421
  listChildren.push(
5408
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5422
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5409
5423
  ListItem,
5410
5424
  {
5411
5425
  ...optChild.props
@@ -5416,7 +5430,7 @@ var ListAngular = (props) => {
5416
5430
  });
5417
5431
  } else {
5418
5432
  listChildren.push(
5419
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5433
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5420
5434
  ListGroupItem,
5421
5435
  {
5422
5436
  ...child.props,
@@ -5427,7 +5441,7 @@ var ListAngular = (props) => {
5427
5441
  );
5428
5442
  child.props.children.map((optChild, index2) => {
5429
5443
  listChildren.push(
5430
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5444
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5431
5445
  ListItem,
5432
5446
  {
5433
5447
  ...optChild.props
@@ -5437,16 +5451,16 @@ var ListAngular = (props) => {
5437
5451
  );
5438
5452
  });
5439
5453
  }
5440
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5454
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5441
5455
  } else if (child.type === ListItem) {
5442
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5443
- listContent = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListContent, { virtualization, children: listChildren });
5456
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5457
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(ListContent, { virtualization, children: listChildren });
5444
5458
  }
5445
5459
  });
5446
5460
  } else {
5447
- listContent = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(NoData, { children: "No data found." });
5461
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(NoData, { children: "No data found." });
5448
5462
  }
5449
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
5463
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
5450
5464
  "div",
5451
5465
  {
5452
5466
  ...other,
@@ -5473,7 +5487,7 @@ ListAngular.className = LISTANGULAR_CLASSNAME;
5473
5487
  ListAngular.defaultProps = defaultProps17;
5474
5488
 
5475
5489
  // src/checkbox/checkbox.spec.tsx
5476
- var import_jsx_runtime35 = require("react/jsx-runtime");
5490
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5477
5491
  var CHECKBOX_CLASSNAME = `k-checkbox`;
5478
5492
  var states22 = [
5479
5493
  States.hover,
@@ -5508,7 +5522,7 @@ var Checkbox = (props) => {
5508
5522
  rounded = defaultProps18.rounded,
5509
5523
  ...other
5510
5524
  } = props;
5511
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5525
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5512
5526
  "input",
5513
5527
  {
5514
5528
  ...other,
@@ -5531,7 +5545,7 @@ Checkbox.className = CHECKBOX_CLASSNAME;
5531
5545
  Checkbox.defaultProps = defaultProps18;
5532
5546
 
5533
5547
  // src/checkbox/checkbox-group.spec.tsx
5534
- var import_jsx_runtime36 = require("react/jsx-runtime");
5548
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5535
5549
  var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
5536
5550
  var states23 = [];
5537
5551
  var options21 = {};
@@ -5543,7 +5557,7 @@ var CheckboxGroup = (props) => {
5543
5557
  layout = defaultProps19.layout,
5544
5558
  ...other
5545
5559
  } = props;
5546
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5560
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5547
5561
  "ul",
5548
5562
  {
5549
5563
  ...other,
@@ -5564,7 +5578,7 @@ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
5564
5578
  CheckboxGroup.defaultProps = defaultProps19;
5565
5579
 
5566
5580
  // src/checkbox/checkbox-item.spec.tsx
5567
- var import_jsx_runtime37 = require("react/jsx-runtime");
5581
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5568
5582
  var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
5569
5583
  var states24 = [];
5570
5584
  var options22 = {};
@@ -5573,7 +5587,7 @@ var CheckboxItem = (props) => {
5573
5587
  const {
5574
5588
  ...other
5575
5589
  } = props;
5576
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5590
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5577
5591
  "li",
5578
5592
  {
5579
5593
  ...other,
@@ -5591,16 +5605,16 @@ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
5591
5605
  CheckboxItem.defaultProps = defaultProps20;
5592
5606
 
5593
5607
  // src/checkbox/templates/checkbox-with-label-after.tsx
5594
- var import_jsx_runtime38 = require("react/jsx-runtime");
5608
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5595
5609
 
5596
5610
  // src/checkbox/templates/checkbox-with-label-before.tsx
5597
- var import_jsx_runtime39 = require("react/jsx-runtime");
5611
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5598
5612
 
5599
5613
  // src/checkbox/templates/checkbox-normal.tsx
5600
- var import_jsx_runtime40 = require("react/jsx-runtime");
5614
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5601
5615
 
5602
5616
  // src/list/list-item.spec.tsx
5603
- var import_jsx_runtime41 = require("react/jsx-runtime");
5617
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5604
5618
  var LISTITEM_CLASSNAME = `k-list-item`;
5605
5619
  var states25 = [
5606
5620
  States.hover,
@@ -5625,7 +5639,7 @@ var ListItem = (props) => {
5625
5639
  ...other
5626
5640
  } = props;
5627
5641
  const textOrChildren = text ? text : props.children;
5628
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
5642
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5629
5643
  "li",
5630
5644
  {
5631
5645
  ...other,
@@ -5640,10 +5654,10 @@ var ListItem = (props) => {
5640
5654
  })
5641
5655
  ),
5642
5656
  children: [
5643
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Checkbox, { checked }),
5644
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon, { icon: iconName }),
5645
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5646
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5657
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Checkbox, { checked }),
5658
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Icon, { icon: iconName }),
5659
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5660
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5647
5661
  ]
5648
5662
  }
5649
5663
  );
@@ -5654,43 +5668,43 @@ ListItem.className = LISTITEM_CLASSNAME;
5654
5668
  ListItem.defaultProps = defaultProps21;
5655
5669
 
5656
5670
  // src/list/list-content.tsx
5657
- var import_jsx_runtime42 = require("react/jsx-runtime");
5671
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5658
5672
  var className10 = `k-list-content`;
5659
5673
  var ListContent = (props) => {
5660
5674
  const {
5661
5675
  virtualization
5662
5676
  } = props;
5663
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("div", { className: classNames(className10, props.className), children: [
5664
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5665
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", {}) })
5677
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("div", { className: classNames(className10, props.className), children: [
5678
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5679
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("div", {}) })
5666
5680
  ] });
5667
5681
  };
5668
5682
 
5669
5683
  // src/list/list-header.tsx
5670
- var import_jsx_runtime43 = require("react/jsx-runtime");
5684
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5671
5685
  var className11 = `k-list-group-sticky-header`;
5672
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5686
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5673
5687
 
5674
5688
  // src/list/list-group.tsx
5675
- var import_jsx_runtime44 = require("react/jsx-runtime");
5689
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5676
5690
  var ListGroup = (props) => {
5677
5691
  const {
5678
5692
  virtualization,
5679
5693
  label
5680
5694
  } = props;
5681
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(import_jsx_runtime44.Fragment, { children: [
5682
- label && /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(ListHeader, { children: label }),
5683
- props.children && /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(ListContent, { virtualization, children: props.children })
5695
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(import_jsx_runtime45.Fragment, { children: [
5696
+ label && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(ListHeader, { children: label }),
5697
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(ListContent, { virtualization, children: props.children })
5684
5698
  ] });
5685
5699
  };
5686
5700
 
5687
5701
  // src/list/list-group-item.tsx
5688
- var import_jsx_runtime45 = require("react/jsx-runtime");
5702
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5689
5703
  var className12 = `k-list-group-item`;
5690
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5704
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5691
5705
 
5692
5706
  // src/list/list-option-label.tsx
5693
- var import_jsx_runtime46 = require("react/jsx-runtime");
5707
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5694
5708
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5695
5709
  var states26 = [
5696
5710
  States.hover,
@@ -5709,7 +5723,7 @@ var ListOptionLabel = (props) => {
5709
5723
  disabled,
5710
5724
  ...other
5711
5725
  } = props;
5712
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5726
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5713
5727
  "div",
5714
5728
  {
5715
5729
  ...other,
@@ -5732,31 +5746,31 @@ ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5732
5746
  ListOptionLabel.defaultProps = defaultProps22;
5733
5747
 
5734
5748
  // src/list/templates/list-normal.tsx
5735
- var import_jsx_runtime47 = require("react/jsx-runtime");
5749
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5736
5750
 
5737
5751
  // src/list/templates/list-virtualization.tsx
5738
- var import_jsx_runtime48 = require("react/jsx-runtime");
5752
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5739
5753
 
5740
5754
  // src/list/templates/list-grouping.tsx
5741
- var import_jsx_runtime49 = require("react/jsx-runtime");
5755
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5742
5756
 
5743
5757
  // src/list/templates/list-virualization-grouping.tsx
5744
- var import_jsx_runtime50 = require("react/jsx-runtime");
5758
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5745
5759
 
5746
5760
  // src/list/templates/list-virtualization-angular.tsx
5747
- var import_jsx_runtime51 = require("react/jsx-runtime");
5761
+ var import_jsx_runtime52 = require("react/jsx-runtime");
5748
5762
 
5749
5763
  // src/list/templates/list-grouping-angular.tsx
5750
- var import_jsx_runtime52 = require("react/jsx-runtime");
5764
+ var import_jsx_runtime53 = require("react/jsx-runtime");
5751
5765
 
5752
5766
  // src/list/templates/list-virualization-grouping-angular.tsx
5753
- var import_jsx_runtime53 = require("react/jsx-runtime");
5767
+ var import_jsx_runtime54 = require("react/jsx-runtime");
5754
5768
 
5755
5769
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5756
- var import_jsx_runtime54 = require("react/jsx-runtime");
5770
+ var import_jsx_runtime55 = require("react/jsx-runtime");
5757
5771
 
5758
5772
  // src/searchbox/searchbox.spec.tsx
5759
- var import_jsx_runtime55 = require("react/jsx-runtime");
5773
+ var import_jsx_runtime56 = require("react/jsx-runtime");
5760
5774
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5761
5775
  var states27 = [
5762
5776
  States.hover,
@@ -5797,7 +5811,7 @@ var Searchbox = (props) => {
5797
5811
  icon = defaultProps23.icon,
5798
5812
  ...other
5799
5813
  } = props;
5800
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
5814
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
5801
5815
  Input,
5802
5816
  {
5803
5817
  ...other,
@@ -5813,11 +5827,11 @@ var Searchbox = (props) => {
5813
5827
  disabled,
5814
5828
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5815
5829
  children: [
5816
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Icon, { className: "k-input-icon", icon }),
5817
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(InputInnerInput, { placeholder, value }),
5818
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(InputLoadingIcon, { ...props }),
5819
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(InputValidationIcon, { ...props }),
5820
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(InputClearValue, { ...props })
5830
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Icon, { className: "k-input-icon", icon }),
5831
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(InputInnerInput, { placeholder, value }),
5832
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(InputLoadingIcon, { ...props }),
5833
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(InputValidationIcon, { ...props }),
5834
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(InputClearValue, { ...props })
5821
5835
  ]
5822
5836
  }
5823
5837
  );
@@ -5828,19 +5842,19 @@ Searchbox.className = SEARCHBOX_CLASSNAME;
5828
5842
  Searchbox.defaultProps = defaultProps23;
5829
5843
 
5830
5844
  // src/searchbox/templates/searchbox-normal.tsx
5831
- var import_jsx_runtime56 = require("react/jsx-runtime");
5845
+ var import_jsx_runtime57 = require("react/jsx-runtime");
5832
5846
 
5833
5847
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5834
- var import_jsx_runtime57 = require("react/jsx-runtime");
5848
+ var import_jsx_runtime58 = require("react/jsx-runtime");
5835
5849
 
5836
5850
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5837
- var import_jsx_runtime58 = require("react/jsx-runtime");
5851
+ var import_jsx_runtime59 = require("react/jsx-runtime");
5838
5852
 
5839
5853
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5840
- var import_jsx_runtime59 = require("react/jsx-runtime");
5854
+ var import_jsx_runtime60 = require("react/jsx-runtime");
5841
5855
 
5842
5856
  // src/upload/upload-dropzone.tsx
5843
- var import_jsx_runtime60 = require("react/jsx-runtime");
5857
+ var import_jsx_runtime61 = require("react/jsx-runtime");
5844
5858
  var UPLOADDROPZONE_CLASSNAME = `k-upload-dropzone`;
5845
5859
  var states28 = [
5846
5860
  States.hover
@@ -5851,31 +5865,31 @@ var UploadDropzone = (props) => {
5851
5865
  status,
5852
5866
  ...other
5853
5867
  } = props;
5854
- let statusMsg = /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_jsx_runtime60.Fragment, {});
5868
+ let statusMsg = /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_jsx_runtime61.Fragment, {});
5855
5869
  switch (status) {
5856
5870
  case "uploading":
5857
- statusMsg = /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(import_jsx_runtime60.Fragment, { children: [
5858
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Icon, { icon: "upload" }),
5871
+ statusMsg = /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(import_jsx_runtime61.Fragment, { children: [
5872
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Icon, { icon: "upload" }),
5859
5873
  "Uploading..."
5860
5874
  ] });
5861
5875
  break;
5862
5876
  case "done":
5863
- statusMsg = /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(import_jsx_runtime60.Fragment, { children: [
5864
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Icon, { icon: "check" }),
5877
+ statusMsg = /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(import_jsx_runtime61.Fragment, { children: [
5878
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Icon, { icon: "check" }),
5865
5879
  "Done"
5866
5880
  ] });
5867
5881
  break;
5868
5882
  case "failed":
5869
- statusMsg = /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(import_jsx_runtime60.Fragment, { children: [
5870
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Icon, { icon: "exclamation-circle" }),
5883
+ statusMsg = /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(import_jsx_runtime61.Fragment, { children: [
5884
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Icon, { icon: "exclamation-circle" }),
5871
5885
  "Done"
5872
5886
  ] });
5873
5887
  break;
5874
5888
  default:
5875
- statusMsg = /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_jsx_runtime60.Fragment, {});
5889
+ statusMsg = /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_jsx_runtime61.Fragment, {});
5876
5890
  break;
5877
5891
  }
5878
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
5892
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
5879
5893
  "div",
5880
5894
  {
5881
5895
  ...other,
@@ -5888,11 +5902,11 @@ var UploadDropzone = (props) => {
5888
5902
  })
5889
5903
  ),
5890
5904
  children: [
5891
- /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("div", { className: "k-upload-button-wrap", children: [
5892
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Button, { className: "k-upload-button", children: "Select files..." }),
5893
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("input", { id: "upload-input", className: "k-hidden" })
5905
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("div", { className: "k-upload-button-wrap", children: [
5906
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Button, { className: "k-upload-button", children: "Select files..." }),
5907
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("input", { id: "upload-input", className: "k-hidden" })
5894
5908
  ] }),
5895
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5909
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5896
5910
  "span",
5897
5911
  {
5898
5912
  className: classNames(
@@ -5904,14 +5918,14 @@ var UploadDropzone = (props) => {
5904
5918
  children: "Drop files here to upload"
5905
5919
  }
5906
5920
  ),
5907
- status !== "upload" && /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("span", { className: "k-upload-status", children: statusMsg })
5921
+ status !== "upload" && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("span", { className: "k-upload-status", children: statusMsg })
5908
5922
  ]
5909
5923
  }
5910
5924
  );
5911
5925
  };
5912
5926
 
5913
5927
  // src/upload/upload.spec.tsx
5914
- var import_jsx_runtime61 = require("react/jsx-runtime");
5928
+ var import_jsx_runtime62 = require("react/jsx-runtime");
5915
5929
  var UPLOAD_CLASSNAME = `k-upload`;
5916
5930
  var states29 = [
5917
5931
  States.hover,
@@ -5929,7 +5943,7 @@ var Upload = (props) => {
5929
5943
  disabled,
5930
5944
  ...other
5931
5945
  } = props;
5932
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
5946
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
5933
5947
  "div",
5934
5948
  {
5935
5949
  ...other,
@@ -5945,11 +5959,11 @@ var Upload = (props) => {
5945
5959
  }
5946
5960
  ),
5947
5961
  children: [
5948
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(UploadDropzone, { status, hover }),
5949
- props.children && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("ul", { className: "k-upload-files", children: props.children }),
5950
- actions && /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(action_buttons_spec_default, { alignment: "end", orientation: "horizontal", children: [
5951
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Button, { className: "k-clear-selected", children: "Clear" }),
5952
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Button, { themeColor: "primary", className: "k-upload-selected", children: "Update" })
5962
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(UploadDropzone, { status, hover }),
5963
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("ul", { className: "k-upload-files", children: props.children }),
5964
+ actions && /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(action_buttons_spec_default, { alignment: "end", orientation: "horizontal", children: [
5965
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { className: "k-clear-selected", children: "Clear" }),
5966
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { themeColor: "primary", className: "k-upload-selected", children: "Upload" })
5953
5967
  ] })
5954
5968
  ]
5955
5969
  }
@@ -5961,7 +5975,7 @@ Upload.className = UPLOAD_CLASSNAME;
5961
5975
  Upload.defaultProps = defaultProps24;
5962
5976
 
5963
5977
  // src/progressbar/progressbar.spec.tsx
5964
- var import_jsx_runtime62 = require("react/jsx-runtime");
5978
+ var import_jsx_runtime63 = require("react/jsx-runtime");
5965
5979
  var PROGRESSBAR_CLASSNAME = `k-progressbar`;
5966
5980
  var states30 = [
5967
5981
  States.disabled,
@@ -5989,7 +6003,7 @@ var ProgressBar = (props) => {
5989
6003
  width,
5990
6004
  ...other
5991
6005
  } = props;
5992
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
6006
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
5993
6007
  "div",
5994
6008
  {
5995
6009
  ...other,
@@ -6007,21 +6021,21 @@ var ProgressBar = (props) => {
6007
6021
  ),
6008
6022
  style: orientation === "horizontal" ? { "--kendo-progressbar-value": value, height } : { "--kendo-progressbar-value": value, width },
6009
6023
  children: [
6010
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { className: classNames(
6024
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: classNames(
6011
6025
  "k-progress-status-wrap",
6012
6026
  {
6013
6027
  [`k-progress-${labelPosition}`]: labelPosition && !indeterminate
6014
6028
  }
6015
- ), children: label && /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("span", { className: "k-progress-status", children: [
6029
+ ), children: label && /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("span", { className: "k-progress-status", children: [
6016
6030
  value,
6017
6031
  "%"
6018
6032
  ] }) }),
6019
- !indeterminate && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("div", { className: "k-progressbar-value k-selected", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { className: classNames(
6033
+ !indeterminate && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "k-progressbar-value k-selected", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: classNames(
6020
6034
  "k-progress-status-wrap",
6021
6035
  {
6022
6036
  [`k-progress-${labelPosition}`]: labelPosition
6023
6037
  }
6024
- ), children: label && /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("span", { className: "k-progress-status", children: [
6038
+ ), children: label && /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("span", { className: "k-progress-status", children: [
6025
6039
  props.value,
6026
6040
  "%"
6027
6041
  ] }) }) })
@@ -6035,7 +6049,7 @@ ProgressBar.className = PROGRESSBAR_CLASSNAME;
6035
6049
  ProgressBar.defaultProps = defaultProps25;
6036
6050
 
6037
6051
  // src/progressbar/chunk-progressbar.spec.tsx
6038
- var import_jsx_runtime63 = require("react/jsx-runtime");
6052
+ var import_jsx_runtime64 = require("react/jsx-runtime");
6039
6053
  var CHUNKPROGRESSBAR_CLASSNAME = `k-chunk-progressbar`;
6040
6054
  var isSelected = (progress, index) => index <= progress - 1 ? true : false;
6041
6055
  var states31 = [
@@ -6058,7 +6072,7 @@ var ChunkProgressBar = (props) => {
6058
6072
  reverse,
6059
6073
  ...other
6060
6074
  } = props;
6061
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6075
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6062
6076
  "div",
6063
6077
  {
6064
6078
  ...other,
@@ -6075,8 +6089,8 @@ var ChunkProgressBar = (props) => {
6075
6089
  [`${PROGRESSBAR_CLASSNAME}-reverse`]: reverse
6076
6090
  }
6077
6091
  ),
6078
- children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("ul", { className: "k-progressbar-chunks k-reset", children: [...Array(chunkCount)].map(
6079
- (_el, i) => /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("li", { className: classNames(
6092
+ children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("ul", { className: "k-progressbar-chunks k-reset", children: [...Array(chunkCount)].map(
6093
+ (_el, i) => /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("li", { className: classNames(
6080
6094
  "k-progressbar-chunk",
6081
6095
  {
6082
6096
  "k-first": i === 0,
@@ -6094,22 +6108,38 @@ ChunkProgressBar.className = CHUNKPROGRESSBAR_CLASSNAME;
6094
6108
  ChunkProgressBar.defaultProps = defaultProps26;
6095
6109
 
6096
6110
  // src/progressbar/templates/progressbar-normal.tsx
6097
- var import_jsx_runtime64 = require("react/jsx-runtime");
6111
+ var import_jsx_runtime65 = require("react/jsx-runtime");
6098
6112
 
6099
6113
  // src/progressbar/templates/chunk-progressbar-normal.tsx
6100
- var import_jsx_runtime65 = require("react/jsx-runtime");
6114
+ var import_jsx_runtime66 = require("react/jsx-runtime");
6101
6115
 
6102
6116
  // src/upload/upload-file-info.tsx
6103
- var import_jsx_runtime66 = require("react/jsx-runtime");
6117
+ var import_jsx_runtime67 = require("react/jsx-runtime");
6104
6118
 
6105
6119
  // src/upload/upload-file.tsx
6106
- var import_jsx_runtime67 = require("react/jsx-runtime");
6120
+ var import_jsx_runtime68 = require("react/jsx-runtime");
6107
6121
 
6108
6122
  // src/upload/upload-file-multiple.tsx
6109
- var import_jsx_runtime68 = require("react/jsx-runtime");
6123
+ var import_jsx_runtime69 = require("react/jsx-runtime");
6124
+
6125
+ // src/upload/templates/upload-chunk.tsx
6126
+ var import_jsx_runtime70 = require("react/jsx-runtime");
6127
+
6128
+ // src/upload/templates/upload-batch.tsx
6129
+ var import_jsx_runtime71 = require("react/jsx-runtime");
6130
+
6131
+ // src/upload/templates/upload-normal.tsx
6132
+ var import_jsx_runtime72 = require("react/jsx-runtime");
6133
+ var UploadNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6134
+ Upload,
6135
+ {
6136
+ async: true,
6137
+ ...props
6138
+ }
6139
+ );
6110
6140
 
6111
6141
  // src/dropzone/dropzone.spec.tsx
6112
- var import_jsx_runtime69 = require("react/jsx-runtime");
6142
+ var import_jsx_runtime73 = require("react/jsx-runtime");
6113
6143
  var DROPZONE_CLASSNAME = `k-external-dropzone`;
6114
6144
  var states32 = [
6115
6145
  States.hover
@@ -6125,7 +6155,7 @@ var Dropzone = (props) => {
6125
6155
  note = defaultProps27.note,
6126
6156
  ...other
6127
6157
  } = props;
6128
- return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6158
+ return /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6129
6159
  "div",
6130
6160
  {
6131
6161
  ...other,
@@ -6137,10 +6167,10 @@ var Dropzone = (props) => {
6137
6167
  "k-external-dropzone-hover": hover
6138
6168
  }
6139
6169
  ),
6140
- children: /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("div", { className: "k-dropzone-inner", children: [
6141
- icon && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(Icon, { icon, className: "k-dropzone-icon", size: "xxxlarge" }),
6142
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: "k-dropzone-hint", children: "Drag and drop files here to upload" }),
6143
- note && /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("span", { className: "k-dropzone-note", children: [
6170
+ children: /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("div", { className: "k-dropzone-inner", children: [
6171
+ icon && /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(Icon, { icon, className: "k-dropzone-icon", size: "xxxlarge" }),
6172
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("span", { className: "k-dropzone-hint", children: "Drag and drop files here to upload" }),
6173
+ note && /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("span", { className: "k-dropzone-note", children: [
6144
6174
  " ",
6145
6175
  note,
6146
6176
  " "
@@ -6151,33 +6181,33 @@ var Dropzone = (props) => {
6151
6181
  };
6152
6182
 
6153
6183
  // src/spreadsheet/tests/spreadsheet-file-dialogs.tsx
6154
- var import_jsx_runtime70 = require("react/jsx-runtime");
6184
+ var import_jsx_runtime74 = require("react/jsx-runtime");
6155
6185
  var style = `
6156
6186
  .k-window {
6157
6187
  min-width: 400px;
6158
6188
  position: relative;
6159
6189
  }
6160
6190
  `;
6161
- var spreadsheet_file_dialogs_default = () => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(import_jsx_runtime70.Fragment, { children: [
6162
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("style", { children: style }),
6163
- /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6164
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Window, { title: "Create new file", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "stretched", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(import_jsx_runtime70.Fragment, { children: [
6165
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Button, { themeColor: "primary", children: "Create new file" }),
6166
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Button, { children: "Cancel" })
6167
- ] }), children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("p", { children: "Are you sure you want to close this file without saving it and create a new one?" }) }) }),
6168
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Window, { title: "Save", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(import_jsx_runtime70.Fragment, { children: [
6169
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Button, { themeColor: "primary", children: "Save" }),
6170
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Button, { children: "Cancel" })
6171
- ] }), children: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(Form, { children: [
6172
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(FormField, { label: "File name", editor: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Textbox, { placeholder: "Workbook" }) }),
6173
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(FormField, { label: "Save as type", editor: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(DropdownList, { placeholder: "Excel Workbook (.xlsx)" }) })
6191
+ var spreadsheet_file_dialogs_default = () => /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(import_jsx_runtime74.Fragment, { children: [
6192
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("style", { children: style }),
6193
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6194
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(WindowNormal, { title: "Create new file", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "stretched", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(import_jsx_runtime74.Fragment, { children: [
6195
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Button, { themeColor: "primary", children: "Create new file" }),
6196
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Button, { children: "Cancel" })
6197
+ ] }), children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("p", { children: "Are you sure you want to close this file without saving it and create a new one?" }) }) }),
6198
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(WindowNormal, { title: "Save", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(import_jsx_runtime74.Fragment, { children: [
6199
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Button, { themeColor: "primary", children: "Save" }),
6200
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Button, { children: "Cancel" })
6201
+ ] }), children: /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(Form, { children: [
6202
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(FormField, { label: "File name", editor: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Textbox, { placeholder: "Workbook" }) }),
6203
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(FormField, { label: "Save as type", editor: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(DropdownList, { placeholder: "Excel Workbook (.xlsx)" }) })
6174
6204
  ] }) }) }),
6175
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(Window, { title: "Open file", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(import_jsx_runtime70.Fragment, { children: [
6176
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Button, { themeColor: "primary", children: "Open" }),
6177
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Button, { children: "Cancel" })
6205
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(WindowNormal, { title: "Open file", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(import_jsx_runtime74.Fragment, { children: [
6206
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Button, { themeColor: "primary", children: "Open" }),
6207
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Button, { children: "Cancel" })
6178
6208
  ] }), children: [
6179
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Dropzone, { note: false }),
6180
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Upload, { async: true, status: "upload" })
6209
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Dropzone, { note: false }),
6210
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(UploadNormal, { status: "upload" })
6181
6211
  ] }) })
6182
6212
  ] })
6183
6213
  ] });