@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
@@ -4531,8 +4531,22 @@ Window.options = options6;
4531
4531
  Window.className = WINDOW_CLASSNAME;
4532
4532
  Window.defaultProps = defaultProps6;
4533
4533
 
4534
- // src/form/form-field.tsx
4534
+ // src/window/templates/window-normal.tsx
4535
4535
  var import_jsx_runtime10 = require("react/jsx-runtime");
4536
+ var WindowNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
4537
+ Window,
4538
+ {
4539
+ title: "Title",
4540
+ actions: ["window-minimize", "window", "x"],
4541
+ children: [
4542
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(import_jsx_runtime10.Fragment, { children: "Content" })
4543
+ ],
4544
+ ...props
4545
+ }
4546
+ );
4547
+
4548
+ // src/form/form-field.tsx
4549
+ var import_jsx_runtime11 = require("react/jsx-runtime");
4536
4550
  var FORMFIELD_CLASSNAME = "k-form-field";
4537
4551
  var states7 = [
4538
4552
  States.disabled
@@ -4550,7 +4564,7 @@ var FormField = (props) => {
4550
4564
  dir,
4551
4565
  colSpan
4552
4566
  } = props;
4553
- return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
4567
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
4554
4568
  "div",
4555
4569
  {
4556
4570
  className: classNames(
@@ -4563,19 +4577,19 @@ var FormField = (props) => {
4563
4577
  ),
4564
4578
  dir,
4565
4579
  children: [
4566
- label && /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("label", { className: classNames(
4580
+ label && /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("label", { className: classNames(
4567
4581
  "k-label",
4568
4582
  "k-form-label"
4569
4583
  ), children: [
4570
4584
  label,
4571
- optional && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
4572
- info && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("span", { className: "k-field-info", children: "(field info)" })
4585
+ optional && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
4586
+ info && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("span", { className: "k-field-info", children: "(field info)" })
4573
4587
  ] }),
4574
- orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
4575
- /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("div", { className: "k-form-field-wrap", children: [
4588
+ orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
4589
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("div", { className: "k-form-field-wrap", children: [
4576
4590
  editor,
4577
- hint && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("div", { className: "k-form-hint", children: hint }),
4578
- error && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("div", { className: "k-form-error", children: error })
4591
+ hint && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("div", { className: "k-form-hint", children: hint }),
4592
+ error && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("div", { className: "k-form-error", children: error })
4579
4593
  ] })
4580
4594
  ]
4581
4595
  }
@@ -4584,7 +4598,7 @@ var FormField = (props) => {
4584
4598
  FormField.className = FORMFIELD_CLASSNAME;
4585
4599
 
4586
4600
  // src/form/fieldset.tsx
4587
- var import_jsx_runtime11 = require("react/jsx-runtime");
4601
+ var import_jsx_runtime12 = require("react/jsx-runtime");
4588
4602
  var FIELDSET_CLASSNAME = "k-form-fieldset";
4589
4603
  var Fieldset = (props) => {
4590
4604
  const {
@@ -4594,9 +4608,9 @@ var Fieldset = (props) => {
4594
4608
  gapX,
4595
4609
  gapY
4596
4610
  } = props;
4597
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
4598
- legend && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("legend", { className: "k-form-legend", children: legend }),
4599
- layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("div", { className: classNames(
4611
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
4612
+ legend && /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("legend", { className: "k-form-legend", children: legend }),
4613
+ layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: classNames(
4600
4614
  "k-form-layout",
4601
4615
  "k-d-grid",
4602
4616
  {
@@ -4604,13 +4618,13 @@ var Fieldset = (props) => {
4604
4618
  [`k-gap-x-${gapX}`]: gapX,
4605
4619
  [`k-gap-y-${gapY}`]: gapY
4606
4620
  }
4607
- ), children: props.children }) : /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_jsx_runtime11.Fragment, { children: props.children })
4621
+ ), children: props.children }) : /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_jsx_runtime12.Fragment, { children: props.children })
4608
4622
  ] });
4609
4623
  };
4610
4624
  Fieldset.className = FIELDSET_CLASSNAME;
4611
4625
 
4612
4626
  // src/form/form.spec.tsx
4613
- var import_jsx_runtime12 = require("react/jsx-runtime");
4627
+ var import_jsx_runtime13 = require("react/jsx-runtime");
4614
4628
  var import_react = require("react");
4615
4629
  var FORM_CLASSNAME = "k-form";
4616
4630
  var states8 = [];
@@ -4634,7 +4648,7 @@ var Form = (props) => {
4634
4648
  tag = defaultProps7.tag,
4635
4649
  children
4636
4650
  } = props;
4637
- 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 });
4651
+ 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 });
4638
4652
  const formChildren = [];
4639
4653
  if (children) {
4640
4654
  if (Array.isArray(children)) {
@@ -4653,7 +4667,7 @@ var Form = (props) => {
4653
4667
  children.type === Fieldset && formChildren.push(/* @__PURE__ */ (0, import_react.createElement)(Fieldset, { ...children.props, key: `${(/* @__PURE__ */ new Date()).getTime()}` }));
4654
4668
  }
4655
4669
  }
4656
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(Parent, { tag, className: classNames(
4670
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(Parent, { tag, className: classNames(
4657
4671
  props.className,
4658
4672
  FORM_CLASSNAME,
4659
4673
  optionClassNames(FORM_CLASSNAME, {
@@ -4663,7 +4677,7 @@ var Form = (props) => {
4663
4677
  [`${FORM_CLASSNAME}-${orientation}`]: orientation
4664
4678
  }
4665
4679
  ), children: [
4666
- layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: classNames(
4680
+ layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: classNames(
4667
4681
  "k-form-layout",
4668
4682
  "k-d-grid",
4669
4683
  {
@@ -4671,8 +4685,8 @@ var Form = (props) => {
4671
4685
  [`k-gap-x-${gapX}`]: gapX,
4672
4686
  [`k-gap-y-${gapY}`]: gapY
4673
4687
  }
4674
- ), children: formChildren }) : /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_jsx_runtime12.Fragment, { children: formChildren }),
4675
- formButtons && /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "k-form-buttons", children: formButtons })
4688
+ ), children: formChildren }) : /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_jsx_runtime13.Fragment, { children: formChildren }),
4689
+ formButtons && /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: "k-form-buttons", children: formButtons })
4676
4690
  ] });
4677
4691
  };
4678
4692
  Form.states = states8;
@@ -4681,7 +4695,7 @@ Form.className = FORM_CLASSNAME;
4681
4695
  Form.defaultProps = defaultProps7;
4682
4696
 
4683
4697
  // src/radio/radio.spec.tsx
4684
- var import_jsx_runtime13 = require("react/jsx-runtime");
4698
+ var import_jsx_runtime14 = require("react/jsx-runtime");
4685
4699
  var RADIOBUTTON_CLASSNAME = `k-radio`;
4686
4700
  var states9 = [
4687
4701
  States.hover,
@@ -4711,7 +4725,7 @@ var RadioButton = (props) => {
4711
4725
  size = defaultProps8.size,
4712
4726
  ...other
4713
4727
  } = props;
4714
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { className: "k-radio-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
4728
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("span", { className: "k-radio-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
4715
4729
  "input",
4716
4730
  {
4717
4731
  ...other,
@@ -4735,7 +4749,7 @@ RadioButton.defaultProps = defaultProps8;
4735
4749
  var radio_spec_default = RadioButton;
4736
4750
 
4737
4751
  // src/radio/radio-group.spec.tsx
4738
- var import_jsx_runtime14 = require("react/jsx-runtime");
4752
+ var import_jsx_runtime15 = require("react/jsx-runtime");
4739
4753
  var RADIOGROUP_CLASSNAME = `k-radio-list`;
4740
4754
  var states10 = [];
4741
4755
  var options9 = {};
@@ -4747,7 +4761,7 @@ var RadioGroup = (props) => {
4747
4761
  layout = defaultProps9.layout,
4748
4762
  ...other
4749
4763
  } = props;
4750
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
4764
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
4751
4765
  "ul",
4752
4766
  {
4753
4767
  ...other,
@@ -4768,7 +4782,7 @@ RadioGroup.className = RADIOGROUP_CLASSNAME;
4768
4782
  RadioGroup.defaultProps = defaultProps9;
4769
4783
 
4770
4784
  // src/radio/radio-item.spec.tsx
4771
- var import_jsx_runtime15 = require("react/jsx-runtime");
4785
+ var import_jsx_runtime16 = require("react/jsx-runtime");
4772
4786
  var RADIOITEM_CLASSNAME = `k-radio-list-item`;
4773
4787
  var states11 = [];
4774
4788
  var options10 = {};
@@ -4777,7 +4791,7 @@ var RadioItem = (props) => {
4777
4791
  const {
4778
4792
  ...other
4779
4793
  } = props;
4780
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
4794
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
4781
4795
  "li",
4782
4796
  {
4783
4797
  ...other,
@@ -4795,23 +4809,23 @@ RadioItem.className = RADIOITEM_CLASSNAME;
4795
4809
  RadioItem.defaultProps = defaultProps10;
4796
4810
 
4797
4811
  // src/radio/templates/radio-normal.tsx
4798
- var import_jsx_runtime16 = require("react/jsx-runtime");
4812
+ var import_jsx_runtime17 = require("react/jsx-runtime");
4799
4813
 
4800
4814
  // src/radio/templates/radio-with-label-after.tsx
4801
- var import_jsx_runtime17 = require("react/jsx-runtime");
4802
- var RadioButtonWithLabelAfter = ({ children, id, ...other }) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(import_jsx_runtime17.Fragment, { children: [
4803
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(radio_spec_default, { ...other, id }),
4804
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("label", { className: "k-radio-label", htmlFor: id, children })
4815
+ var import_jsx_runtime18 = require("react/jsx-runtime");
4816
+ var RadioButtonWithLabelAfter = ({ children, id, ...other }) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(import_jsx_runtime18.Fragment, { children: [
4817
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(radio_spec_default, { ...other, id }),
4818
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("label", { className: "k-radio-label", htmlFor: id, children })
4805
4819
  ] });
4806
4820
 
4807
4821
  // src/radio/templates/radio-with-label-before.tsx
4808
- var import_jsx_runtime18 = require("react/jsx-runtime");
4822
+ var import_jsx_runtime19 = require("react/jsx-runtime");
4809
4823
 
4810
4824
  // src/radio/templates/radio-inside-label.tsx
4811
- var import_jsx_runtime19 = require("react/jsx-runtime");
4825
+ var import_jsx_runtime20 = require("react/jsx-runtime");
4812
4826
 
4813
4827
  // src/input/input.spec.tsx
4814
- var import_jsx_runtime20 = require("react/jsx-runtime");
4828
+ var import_jsx_runtime21 = require("react/jsx-runtime");
4815
4829
  var INPUT_CLASSNAME = `k-input`;
4816
4830
  var states12 = [
4817
4831
  States.hover,
@@ -4847,7 +4861,7 @@ var Input = (props) => {
4847
4861
  fillMode = defaultProps11.fillMode,
4848
4862
  ...other
4849
4863
  } = props;
4850
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
4864
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4851
4865
  "span",
4852
4866
  {
4853
4867
  ...other,
@@ -4866,7 +4880,7 @@ Input.className = INPUT_CLASSNAME;
4866
4880
  Input.defaultProps = defaultProps11;
4867
4881
 
4868
4882
  // src/input/picker.spec.tsx
4869
- var import_jsx_runtime21 = require("react/jsx-runtime");
4883
+ var import_jsx_runtime22 = require("react/jsx-runtime");
4870
4884
  var PICKER_CLASSNAME = `k-picker`;
4871
4885
  var pickerStates = [
4872
4886
  States.hover,
@@ -4902,7 +4916,7 @@ var Picker = (props) => {
4902
4916
  fillMode = defaultProps12.fillMode,
4903
4917
  ...other
4904
4918
  } = props;
4905
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4919
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
4906
4920
  "span",
4907
4921
  {
4908
4922
  ...other,
@@ -4922,7 +4936,7 @@ Picker.className = PICKER_CLASSNAME;
4922
4936
  Picker.defaultProps = defaultProps12;
4923
4937
 
4924
4938
  // src/input/input-clear-value.tsx
4925
- var import_jsx_runtime22 = require("react/jsx-runtime");
4939
+ var import_jsx_runtime23 = require("react/jsx-runtime");
4926
4940
  var className = `k-clear-value`;
4927
4941
  var states13 = [
4928
4942
  States.disabled,
@@ -4938,16 +4952,16 @@ var InputClearValue = (props) => {
4938
4952
  value
4939
4953
  } = props;
4940
4954
  if (disabled || readonly || loading || !value) {
4941
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_jsx_runtime22.Fragment, {});
4955
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_jsx_runtime23.Fragment, {});
4942
4956
  }
4943
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(Icon, { icon: "x" }) });
4957
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(Icon, { icon: "x" }) });
4944
4958
  };
4945
4959
  InputClearValue.states = states13;
4946
4960
  InputClearValue.options = options12;
4947
4961
  InputClearValue.className = className;
4948
4962
 
4949
4963
  // src/input/input-inner-input.tsx
4950
- var import_jsx_runtime23 = require("react/jsx-runtime");
4964
+ var import_jsx_runtime24 = require("react/jsx-runtime");
4951
4965
  var className2 = `k-input-inner`;
4952
4966
  var states14 = [];
4953
4967
  var options13 = {};
@@ -4965,7 +4979,7 @@ var InputInnerInput = (props) => {
4965
4979
  autocomplete = defaultProps13.autocomplete,
4966
4980
  ...other
4967
4981
  } = props;
4968
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4982
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
4969
4983
  "input",
4970
4984
  {
4971
4985
  ...other,
@@ -4982,7 +4996,7 @@ InputInnerInput.options = options13;
4982
4996
  InputInnerInput.className = className2;
4983
4997
 
4984
4998
  // src/input/input-inner-span.tsx
4985
- var import_jsx_runtime24 = require("react/jsx-runtime");
4999
+ var import_jsx_runtime25 = require("react/jsx-runtime");
4986
5000
  var className3 = `k-input-inner`;
4987
5001
  var states15 = [];
4988
5002
  var options14 = {};
@@ -4995,16 +5009,16 @@ var InputInnerSpan = (props) => {
4995
5009
  valueIconName,
4996
5010
  ...other
4997
5011
  } = props;
4998
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
5012
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
4999
5013
  "span",
5000
5014
  {
5001
5015
  ...other,
5002
5016
  className: classNames(props.className, className3, optionClassNames(className3, props)),
5003
5017
  children: [
5004
5018
  valueIcon,
5005
- !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
5019
+ !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
5006
5020
  showValue && !value && placeholder,
5007
- showValue && value && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("span", { className: "k-input-value-text", children: value })
5021
+ showValue && value && /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "k-input-value-text", children: value })
5008
5022
  ]
5009
5023
  }
5010
5024
  );
@@ -5014,7 +5028,7 @@ InputInnerSpan.options = options14;
5014
5028
  InputInnerSpan.className = className3;
5015
5029
 
5016
5030
  // src/input/input-inner-textarea.tsx
5017
- var import_jsx_runtime25 = require("react/jsx-runtime");
5031
+ var import_jsx_runtime26 = require("react/jsx-runtime");
5018
5032
  var defaultProps14 = {
5019
5033
  value: "",
5020
5034
  placeholder: ""
@@ -5029,7 +5043,7 @@ var InputInnerTextarea = (props) => {
5029
5043
  rows,
5030
5044
  ...other
5031
5045
  } = props;
5032
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
5046
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
5033
5047
  "textarea",
5034
5048
  {
5035
5049
  ...other,
@@ -5045,7 +5059,7 @@ InputInnerTextarea.options = options15;
5045
5059
  InputInnerTextarea.className = className4;
5046
5060
 
5047
5061
  // src/input/input-loading-icon.tsx
5048
- var import_jsx_runtime26 = require("react/jsx-runtime");
5062
+ var import_jsx_runtime27 = require("react/jsx-runtime");
5049
5063
  var className5 = `k-input-loading-icon`;
5050
5064
  var states17 = [
5051
5065
  States.disabled,
@@ -5057,13 +5071,13 @@ var InputLoadingIcon = (props) => {
5057
5071
  loading
5058
5072
  } = props;
5059
5073
  if (disabled || !loading) {
5060
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_jsx_runtime26.Fragment, {});
5074
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(import_jsx_runtime27.Fragment, {});
5061
5075
  }
5062
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("span", { className: classNames(props.className, className5, "k-icon k-i-loading") });
5076
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("span", { className: classNames(props.className, className5, "k-icon k-i-loading") });
5063
5077
  };
5064
5078
 
5065
5079
  // src/input/input-validation-icon.tsx
5066
- var import_jsx_runtime27 = require("react/jsx-runtime");
5080
+ var import_jsx_runtime28 = require("react/jsx-runtime");
5067
5081
  var className6 = `k-input-validation-icon`;
5068
5082
  var states18 = [
5069
5083
  States.valid,
@@ -5082,39 +5096,39 @@ var InputValidationIcon = (props) => {
5082
5096
  const iconName = invalid ? "exclamation-circle" : "check";
5083
5097
  const renderValidationIcon = Boolean(valid || invalid);
5084
5098
  if (disabled || loading || !renderValidationIcon) {
5085
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(import_jsx_runtime27.Fragment, {});
5099
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_jsx_runtime28.Fragment, {});
5086
5100
  }
5087
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Icon, { className: classNames(className6), icon: iconName });
5101
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Icon, { className: classNames(className6), icon: iconName });
5088
5102
  };
5089
5103
  InputValidationIcon.states = states18;
5090
5104
  InputValidationIcon.options = options16;
5091
5105
  InputValidationIcon.className = className6;
5092
5106
 
5093
5107
  // src/input/input-prefix.tsx
5094
- var import_jsx_runtime28 = require("react/jsx-runtime");
5108
+ var import_jsx_runtime29 = require("react/jsx-runtime");
5095
5109
  var className7 = `k-input-prefix`;
5096
5110
  var InputPrefix = (props) => {
5097
5111
  if (!props.children) {
5098
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_jsx_runtime28.Fragment, {});
5112
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_jsx_runtime29.Fragment, {});
5099
5113
  }
5100
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("span", { className: classNames(className7, props.className), children: props.children });
5114
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("span", { className: classNames(className7, props.className), children: props.children });
5101
5115
  };
5102
5116
 
5103
5117
  // src/input/input-suffix.tsx
5104
- var import_jsx_runtime29 = require("react/jsx-runtime");
5118
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5105
5119
  var className8 = `k-input-suffix`;
5106
5120
  var InputSuffix = (props) => {
5107
5121
  if (!props.children) {
5108
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_jsx_runtime29.Fragment, {});
5122
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_jsx_runtime30.Fragment, {});
5109
5123
  }
5110
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("span", { className: classNames(className8, props.className), children: props.children });
5124
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("span", { className: classNames(className8, props.className), children: props.children });
5111
5125
  };
5112
5126
 
5113
5127
  // src/input/input-separator.tsx
5114
- var import_jsx_runtime30 = require("react/jsx-runtime");
5128
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5115
5129
 
5116
5130
  // src/textbox/textbox.spec.tsx
5117
- var import_jsx_runtime31 = require("react/jsx-runtime");
5131
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5118
5132
  var TEXTBOX_CLASSNAME = `k-textbox`;
5119
5133
  var states19 = [
5120
5134
  States.hover,
@@ -5157,7 +5171,7 @@ var Textbox = (props) => {
5157
5171
  showClearButton = defaultProps15.showClearButton,
5158
5172
  ...other
5159
5173
  } = props;
5160
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
5174
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
5161
5175
  Input,
5162
5176
  {
5163
5177
  ...other,
@@ -5174,9 +5188,9 @@ var Textbox = (props) => {
5174
5188
  readonly,
5175
5189
  className: classNames(props.className, TEXTBOX_CLASSNAME),
5176
5190
  children: [
5177
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(InputPrefix, { children: prefix }),
5178
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(InputInnerInput, { placeholder, value }),
5179
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5191
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(InputPrefix, { children: prefix }),
5192
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(InputInnerInput, { placeholder, value }),
5193
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5180
5194
  InputValidationIcon,
5181
5195
  {
5182
5196
  valid,
@@ -5185,14 +5199,14 @@ var Textbox = (props) => {
5185
5199
  disabled
5186
5200
  }
5187
5201
  ),
5188
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5202
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5189
5203
  InputLoadingIcon,
5190
5204
  {
5191
5205
  loading,
5192
5206
  disabled
5193
5207
  }
5194
5208
  ),
5195
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5209
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5196
5210
  InputClearValue,
5197
5211
  {
5198
5212
  loading,
@@ -5201,7 +5215,7 @@ var Textbox = (props) => {
5201
5215
  value
5202
5216
  }
5203
5217
  ),
5204
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(InputSuffix, { children: suffix })
5218
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(InputSuffix, { children: suffix })
5205
5219
  ]
5206
5220
  }
5207
5221
  );
@@ -5212,16 +5226,16 @@ Textbox.className = TEXTBOX_CLASSNAME;
5212
5226
  Textbox.defaultProps = defaultProps15;
5213
5227
 
5214
5228
  // src/textbox/templates/textbox-normal.tsx
5215
- var import_jsx_runtime32 = require("react/jsx-runtime");
5229
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5216
5230
 
5217
5231
  // src/textbox/templates/textbox-prefix.tsx
5218
- var import_jsx_runtime33 = require("react/jsx-runtime");
5232
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5219
5233
 
5220
5234
  // src/textbox/templates/textbox-suffix.tsx
5221
- var import_jsx_runtime34 = require("react/jsx-runtime");
5235
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5222
5236
 
5223
5237
  // src/animation-container/animation-container.spec.tsx
5224
- var import_jsx_runtime35 = require("react/jsx-runtime");
5238
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5225
5239
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5226
5240
  var states20 = [];
5227
5241
  var options18 = {};
@@ -5235,7 +5249,7 @@ var AnimationContainer = (props) => {
5235
5249
  offset,
5236
5250
  ...other
5237
5251
  } = props;
5238
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5252
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5239
5253
  "div",
5240
5254
  {
5241
5255
  ...other,
@@ -5247,7 +5261,7 @@ var AnimationContainer = (props) => {
5247
5261
  ["k-animation-container-fixed"]: positionMode === "fixed"
5248
5262
  }
5249
5263
  ),
5250
- children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5264
+ children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5251
5265
  }
5252
5266
  );
5253
5267
  };
@@ -5257,7 +5271,7 @@ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5257
5271
  AnimationContainer.defaultProps = defaultProps16;
5258
5272
 
5259
5273
  // src/popup/popup.spec.tsx
5260
- var import_jsx_runtime36 = require("react/jsx-runtime");
5274
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5261
5275
  var POPUP_CLASSNAME = `k-popup`;
5262
5276
  var states21 = [];
5263
5277
  var options19 = {};
@@ -5270,12 +5284,12 @@ var Popup = (props) => {
5270
5284
  positionMode,
5271
5285
  ...other
5272
5286
  } = props;
5273
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5287
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5274
5288
  AnimationContainer,
5275
5289
  {
5276
5290
  positionMode,
5277
5291
  offset,
5278
- children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5292
+ children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5279
5293
  }
5280
5294
  );
5281
5295
  };
@@ -5285,7 +5299,7 @@ Popup.className = POPUP_CLASSNAME;
5285
5299
  Popup.defaultProps = defaultProps17;
5286
5300
 
5287
5301
  // src/dropdownlist/dropdownlist.spec.tsx
5288
- var import_jsx_runtime37 = require("react/jsx-runtime");
5302
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5289
5303
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5290
5304
  var states22 = [
5291
5305
  States.hover,
@@ -5333,8 +5347,8 @@ var DropdownList = (props) => {
5333
5347
  opened,
5334
5348
  ...other
5335
5349
  } = props;
5336
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(import_jsx_runtime37.Fragment, { children: [
5337
- /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
5350
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_jsx_runtime38.Fragment, { children: [
5351
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
5338
5352
  Picker,
5339
5353
  {
5340
5354
  ...other,
@@ -5357,8 +5371,8 @@ var DropdownList = (props) => {
5357
5371
  }
5358
5372
  ),
5359
5373
  children: [
5360
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(InputPrefix, { children: prefix }),
5361
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5374
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(InputPrefix, { children: prefix }),
5375
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5362
5376
  InputInnerSpan,
5363
5377
  {
5364
5378
  placeholder,
@@ -5367,7 +5381,7 @@ var DropdownList = (props) => {
5367
5381
  valueIconName
5368
5382
  }
5369
5383
  ),
5370
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5384
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5371
5385
  InputValidationIcon,
5372
5386
  {
5373
5387
  valid,
@@ -5376,15 +5390,15 @@ var DropdownList = (props) => {
5376
5390
  disabled
5377
5391
  }
5378
5392
  ),
5379
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5393
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5380
5394
  InputLoadingIcon,
5381
5395
  {
5382
5396
  loading,
5383
5397
  disabled
5384
5398
  }
5385
5399
  ),
5386
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(InputSuffix, { children: suffix }),
5387
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5400
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(InputSuffix, { children: suffix }),
5401
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5388
5402
  Button,
5389
5403
  {
5390
5404
  className: "k-input-button",
@@ -5397,7 +5411,7 @@ var DropdownList = (props) => {
5397
5411
  ]
5398
5412
  }
5399
5413
  ),
5400
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5414
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5401
5415
  ] });
5402
5416
  };
5403
5417
  DropdownList.states = states22;
@@ -5406,15 +5420,15 @@ DropdownList.className = DROPDOWNLIST_CLASSNAME;
5406
5420
  DropdownList.defaultProps = defaultProps18;
5407
5421
 
5408
5422
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5409
- var import_jsx_runtime38 = require("react/jsx-runtime");
5423
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5410
5424
 
5411
5425
  // src/nodata/nodata.tsx
5412
- var import_jsx_runtime39 = require("react/jsx-runtime");
5426
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5413
5427
  var className9 = `k-nodata`;
5414
- var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5428
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5415
5429
 
5416
5430
  // src/list/list.spec.tsx
5417
- var import_jsx_runtime40 = require("react/jsx-runtime");
5431
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5418
5432
  var LIST_CLASSNAME = `k-list`;
5419
5433
  var states23 = [];
5420
5434
  var options21 = {
@@ -5442,7 +5456,7 @@ var List = (props) => {
5442
5456
  listHeader = child.props.label;
5443
5457
  child.props.children.map((optChild, index2) => {
5444
5458
  listChildren.push(
5445
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5459
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5446
5460
  ListItem,
5447
5461
  {
5448
5462
  ...optChild.props
@@ -5458,7 +5472,7 @@ var List = (props) => {
5458
5472
  groupLabel = child.props.label;
5459
5473
  }
5460
5474
  listChildren.push(
5461
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5475
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5462
5476
  ListItem,
5463
5477
  {
5464
5478
  className: index2 === 0 ? "k-first" : "",
@@ -5470,16 +5484,16 @@ var List = (props) => {
5470
5484
  );
5471
5485
  });
5472
5486
  }
5473
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5487
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5474
5488
  } else if (child.type === ListItem) {
5475
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5476
- listContent = /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(ListContent, { virtualization, children: listChildren });
5489
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5490
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(ListContent, { virtualization, children: listChildren });
5477
5491
  }
5478
5492
  });
5479
5493
  } else {
5480
- listContent = /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(NoData, { children: "No data found." });
5494
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(NoData, { children: "No data found." });
5481
5495
  }
5482
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
5496
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
5483
5497
  "div",
5484
5498
  {
5485
5499
  ...other,
@@ -5507,7 +5521,7 @@ List.className = LIST_CLASSNAME;
5507
5521
  List.defaultProps = defaultProps19;
5508
5522
 
5509
5523
  // src/list/list-angular.spec.tsx
5510
- var import_jsx_runtime41 = require("react/jsx-runtime");
5524
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5511
5525
  var LISTANGULAR_CLASSNAME = `k-list`;
5512
5526
  var states24 = [];
5513
5527
  var options22 = {
@@ -5534,7 +5548,7 @@ var ListAngular = (props) => {
5534
5548
  listHeader = child.props.label;
5535
5549
  child.props.children.map((optChild, index2) => {
5536
5550
  listChildren.push(
5537
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5551
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5538
5552
  ListItem,
5539
5553
  {
5540
5554
  ...optChild.props
@@ -5545,7 +5559,7 @@ var ListAngular = (props) => {
5545
5559
  });
5546
5560
  } else {
5547
5561
  listChildren.push(
5548
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5562
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5549
5563
  ListGroupItem,
5550
5564
  {
5551
5565
  ...child.props,
@@ -5556,7 +5570,7 @@ var ListAngular = (props) => {
5556
5570
  );
5557
5571
  child.props.children.map((optChild, index2) => {
5558
5572
  listChildren.push(
5559
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5573
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5560
5574
  ListItem,
5561
5575
  {
5562
5576
  ...optChild.props
@@ -5566,16 +5580,16 @@ var ListAngular = (props) => {
5566
5580
  );
5567
5581
  });
5568
5582
  }
5569
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5583
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5570
5584
  } else if (child.type === ListItem) {
5571
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5572
- listContent = /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(ListContent, { virtualization, children: listChildren });
5585
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5586
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(ListContent, { virtualization, children: listChildren });
5573
5587
  }
5574
5588
  });
5575
5589
  } else {
5576
- listContent = /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(NoData, { children: "No data found." });
5590
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(NoData, { children: "No data found." });
5577
5591
  }
5578
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
5592
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5579
5593
  "div",
5580
5594
  {
5581
5595
  ...other,
@@ -5602,7 +5616,7 @@ ListAngular.className = LISTANGULAR_CLASSNAME;
5602
5616
  ListAngular.defaultProps = defaultProps20;
5603
5617
 
5604
5618
  // src/checkbox/checkbox.spec.tsx
5605
- var import_jsx_runtime42 = require("react/jsx-runtime");
5619
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5606
5620
  var CHECKBOX_CLASSNAME = `k-checkbox`;
5607
5621
  var states25 = [
5608
5622
  States.hover,
@@ -5637,7 +5651,7 @@ var Checkbox = (props) => {
5637
5651
  rounded = defaultProps21.rounded,
5638
5652
  ...other
5639
5653
  } = props;
5640
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5654
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5641
5655
  "input",
5642
5656
  {
5643
5657
  ...other,
@@ -5660,7 +5674,7 @@ Checkbox.className = CHECKBOX_CLASSNAME;
5660
5674
  Checkbox.defaultProps = defaultProps21;
5661
5675
 
5662
5676
  // src/checkbox/checkbox-group.spec.tsx
5663
- var import_jsx_runtime43 = require("react/jsx-runtime");
5677
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5664
5678
  var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
5665
5679
  var states26 = [];
5666
5680
  var options24 = {};
@@ -5672,7 +5686,7 @@ var CheckboxGroup = (props) => {
5672
5686
  layout = defaultProps22.layout,
5673
5687
  ...other
5674
5688
  } = props;
5675
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5689
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5676
5690
  "ul",
5677
5691
  {
5678
5692
  ...other,
@@ -5693,7 +5707,7 @@ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
5693
5707
  CheckboxGroup.defaultProps = defaultProps22;
5694
5708
 
5695
5709
  // src/checkbox/checkbox-item.spec.tsx
5696
- var import_jsx_runtime44 = require("react/jsx-runtime");
5710
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5697
5711
  var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
5698
5712
  var states27 = [];
5699
5713
  var options25 = {};
@@ -5702,7 +5716,7 @@ var CheckboxItem = (props) => {
5702
5716
  const {
5703
5717
  ...other
5704
5718
  } = props;
5705
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5719
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5706
5720
  "li",
5707
5721
  {
5708
5722
  ...other,
@@ -5720,16 +5734,16 @@ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
5720
5734
  CheckboxItem.defaultProps = defaultProps23;
5721
5735
 
5722
5736
  // src/checkbox/templates/checkbox-with-label-after.tsx
5723
- var import_jsx_runtime45 = require("react/jsx-runtime");
5737
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5724
5738
 
5725
5739
  // src/checkbox/templates/checkbox-with-label-before.tsx
5726
- var import_jsx_runtime46 = require("react/jsx-runtime");
5740
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5727
5741
 
5728
5742
  // src/checkbox/templates/checkbox-normal.tsx
5729
- var import_jsx_runtime47 = require("react/jsx-runtime");
5743
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5730
5744
 
5731
5745
  // src/list/list-item.spec.tsx
5732
- var import_jsx_runtime48 = require("react/jsx-runtime");
5746
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5733
5747
  var LISTITEM_CLASSNAME = `k-list-item`;
5734
5748
  var states28 = [
5735
5749
  States.hover,
@@ -5754,7 +5768,7 @@ var ListItem = (props) => {
5754
5768
  ...other
5755
5769
  } = props;
5756
5770
  const textOrChildren = text ? text : props.children;
5757
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
5771
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
5758
5772
  "li",
5759
5773
  {
5760
5774
  ...other,
@@ -5769,10 +5783,10 @@ var ListItem = (props) => {
5769
5783
  })
5770
5784
  ),
5771
5785
  children: [
5772
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Checkbox, { checked }),
5773
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { icon: iconName }),
5774
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5775
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5786
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Checkbox, { checked }),
5787
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Icon, { icon: iconName }),
5788
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5789
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5776
5790
  ]
5777
5791
  }
5778
5792
  );
@@ -5783,43 +5797,43 @@ ListItem.className = LISTITEM_CLASSNAME;
5783
5797
  ListItem.defaultProps = defaultProps24;
5784
5798
 
5785
5799
  // src/list/list-content.tsx
5786
- var import_jsx_runtime49 = require("react/jsx-runtime");
5800
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5787
5801
  var className10 = `k-list-content`;
5788
5802
  var ListContent = (props) => {
5789
5803
  const {
5790
5804
  virtualization
5791
5805
  } = props;
5792
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("div", { className: classNames(className10, props.className), children: [
5793
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5794
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", {}) })
5806
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: classNames(className10, props.className), children: [
5807
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5808
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", {}) })
5795
5809
  ] });
5796
5810
  };
5797
5811
 
5798
5812
  // src/list/list-header.tsx
5799
- var import_jsx_runtime50 = require("react/jsx-runtime");
5813
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5800
5814
  var className11 = `k-list-group-sticky-header`;
5801
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5815
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5802
5816
 
5803
5817
  // src/list/list-group.tsx
5804
- var import_jsx_runtime51 = require("react/jsx-runtime");
5818
+ var import_jsx_runtime52 = require("react/jsx-runtime");
5805
5819
  var ListGroup = (props) => {
5806
5820
  const {
5807
5821
  virtualization,
5808
5822
  label
5809
5823
  } = props;
5810
- return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(import_jsx_runtime51.Fragment, { children: [
5811
- label && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(ListHeader, { children: label }),
5812
- props.children && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(ListContent, { virtualization, children: props.children })
5824
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(import_jsx_runtime52.Fragment, { children: [
5825
+ label && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(ListHeader, { children: label }),
5826
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(ListContent, { virtualization, children: props.children })
5813
5827
  ] });
5814
5828
  };
5815
5829
 
5816
5830
  // src/list/list-group-item.tsx
5817
- var import_jsx_runtime52 = require("react/jsx-runtime");
5831
+ var import_jsx_runtime53 = require("react/jsx-runtime");
5818
5832
  var className12 = `k-list-group-item`;
5819
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5833
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5820
5834
 
5821
5835
  // src/list/list-option-label.tsx
5822
- var import_jsx_runtime53 = require("react/jsx-runtime");
5836
+ var import_jsx_runtime54 = require("react/jsx-runtime");
5823
5837
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5824
5838
  var states29 = [
5825
5839
  States.hover,
@@ -5838,7 +5852,7 @@ var ListOptionLabel = (props) => {
5838
5852
  disabled,
5839
5853
  ...other
5840
5854
  } = props;
5841
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5855
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5842
5856
  "div",
5843
5857
  {
5844
5858
  ...other,
@@ -5861,31 +5875,31 @@ ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5861
5875
  ListOptionLabel.defaultProps = defaultProps25;
5862
5876
 
5863
5877
  // src/list/templates/list-normal.tsx
5864
- var import_jsx_runtime54 = require("react/jsx-runtime");
5878
+ var import_jsx_runtime55 = require("react/jsx-runtime");
5865
5879
 
5866
5880
  // src/list/templates/list-virtualization.tsx
5867
- var import_jsx_runtime55 = require("react/jsx-runtime");
5881
+ var import_jsx_runtime56 = require("react/jsx-runtime");
5868
5882
 
5869
5883
  // src/list/templates/list-grouping.tsx
5870
- var import_jsx_runtime56 = require("react/jsx-runtime");
5884
+ var import_jsx_runtime57 = require("react/jsx-runtime");
5871
5885
 
5872
5886
  // src/list/templates/list-virualization-grouping.tsx
5873
- var import_jsx_runtime57 = require("react/jsx-runtime");
5887
+ var import_jsx_runtime58 = require("react/jsx-runtime");
5874
5888
 
5875
5889
  // src/list/templates/list-virtualization-angular.tsx
5876
- var import_jsx_runtime58 = require("react/jsx-runtime");
5890
+ var import_jsx_runtime59 = require("react/jsx-runtime");
5877
5891
 
5878
5892
  // src/list/templates/list-grouping-angular.tsx
5879
- var import_jsx_runtime59 = require("react/jsx-runtime");
5893
+ var import_jsx_runtime60 = require("react/jsx-runtime");
5880
5894
 
5881
5895
  // src/list/templates/list-virualization-grouping-angular.tsx
5882
- var import_jsx_runtime60 = require("react/jsx-runtime");
5896
+ var import_jsx_runtime61 = require("react/jsx-runtime");
5883
5897
 
5884
5898
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5885
- var import_jsx_runtime61 = require("react/jsx-runtime");
5899
+ var import_jsx_runtime62 = require("react/jsx-runtime");
5886
5900
 
5887
5901
  // src/searchbox/searchbox.spec.tsx
5888
- var import_jsx_runtime62 = require("react/jsx-runtime");
5902
+ var import_jsx_runtime63 = require("react/jsx-runtime");
5889
5903
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5890
5904
  var states30 = [
5891
5905
  States.hover,
@@ -5926,7 +5940,7 @@ var Searchbox = (props) => {
5926
5940
  icon = defaultProps26.icon,
5927
5941
  ...other
5928
5942
  } = props;
5929
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
5943
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
5930
5944
  Input,
5931
5945
  {
5932
5946
  ...other,
@@ -5942,11 +5956,11 @@ var Searchbox = (props) => {
5942
5956
  disabled,
5943
5957
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5944
5958
  children: [
5945
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Icon, { className: "k-input-icon", icon }),
5946
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(InputInnerInput, { placeholder, value }),
5947
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(InputLoadingIcon, { ...props }),
5948
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(InputValidationIcon, { ...props }),
5949
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(InputClearValue, { ...props })
5959
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Icon, { className: "k-input-icon", icon }),
5960
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(InputInnerInput, { placeholder, value }),
5961
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(InputLoadingIcon, { ...props }),
5962
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(InputValidationIcon, { ...props }),
5963
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(InputClearValue, { ...props })
5950
5964
  ]
5951
5965
  }
5952
5966
  );
@@ -5957,19 +5971,19 @@ Searchbox.className = SEARCHBOX_CLASSNAME;
5957
5971
  Searchbox.defaultProps = defaultProps26;
5958
5972
 
5959
5973
  // src/searchbox/templates/searchbox-normal.tsx
5960
- var import_jsx_runtime63 = require("react/jsx-runtime");
5974
+ var import_jsx_runtime64 = require("react/jsx-runtime");
5961
5975
 
5962
5976
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5963
- var import_jsx_runtime64 = require("react/jsx-runtime");
5977
+ var import_jsx_runtime65 = require("react/jsx-runtime");
5964
5978
 
5965
5979
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5966
- var import_jsx_runtime65 = require("react/jsx-runtime");
5980
+ var import_jsx_runtime66 = require("react/jsx-runtime");
5967
5981
 
5968
5982
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5969
- var import_jsx_runtime66 = require("react/jsx-runtime");
5983
+ var import_jsx_runtime67 = require("react/jsx-runtime");
5970
5984
 
5971
5985
  // src/spinbutton/spinbutton.spec.tsx
5972
- var import_jsx_runtime67 = require("react/jsx-runtime");
5986
+ var import_jsx_runtime68 = require("react/jsx-runtime");
5973
5987
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
5974
5988
  var states31 = [];
5975
5989
  var options29 = {
@@ -5986,7 +6000,7 @@ var SpinButton = (props) => {
5986
6000
  fillMode = defaultProps27.fillMode,
5987
6001
  ...other
5988
6002
  } = props;
5989
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
6003
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
5990
6004
  "span",
5991
6005
  {
5992
6006
  ...other,
@@ -5995,7 +6009,7 @@ var SpinButton = (props) => {
5995
6009
  props.className
5996
6010
  ),
5997
6011
  children: [
5998
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6012
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
5999
6013
  Button,
6000
6014
  {
6001
6015
  className: "k-spinner-increase",
@@ -6005,7 +6019,7 @@ var SpinButton = (props) => {
6005
6019
  fillMode
6006
6020
  }
6007
6021
  ),
6008
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6022
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6009
6023
  Button,
6010
6024
  {
6011
6025
  className: "k-spinner-decrease",
@@ -6025,7 +6039,7 @@ SpinButton.className = SPINBUTTON_CLASSNAME;
6025
6039
  SpinButton.defaultProps = defaultProps27;
6026
6040
 
6027
6041
  // src/numerictextbox/numerictextbox.spec.tsx
6028
- var import_jsx_runtime68 = require("react/jsx-runtime");
6042
+ var import_jsx_runtime69 = require("react/jsx-runtime");
6029
6043
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
6030
6044
  var states32 = [
6031
6045
  States.hover,
@@ -6068,7 +6082,7 @@ var NumericTextbox = (props) => {
6068
6082
  showSpinButton = defaultProps28.showSpinButton,
6069
6083
  ...other
6070
6084
  } = props;
6071
- return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
6085
+ return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(
6072
6086
  Input,
6073
6087
  {
6074
6088
  ...other,
@@ -6085,8 +6099,8 @@ var NumericTextbox = (props) => {
6085
6099
  readonly,
6086
6100
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
6087
6101
  children: [
6088
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(InputInnerInput, { placeholder, value }),
6089
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6102
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(InputInnerInput, { placeholder, value }),
6103
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6090
6104
  InputValidationIcon,
6091
6105
  {
6092
6106
  valid,
@@ -6095,14 +6109,14 @@ var NumericTextbox = (props) => {
6095
6109
  disabled
6096
6110
  }
6097
6111
  ),
6098
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6112
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6099
6113
  InputLoadingIcon,
6100
6114
  {
6101
6115
  loading,
6102
6116
  disabled
6103
6117
  }
6104
6118
  ),
6105
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6119
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6106
6120
  InputClearValue,
6107
6121
  {
6108
6122
  loading,
@@ -6111,7 +6125,7 @@ var NumericTextbox = (props) => {
6111
6125
  value
6112
6126
  }
6113
6127
  ),
6114
- showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6128
+ showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6115
6129
  SpinButton,
6116
6130
  {
6117
6131
  className: "k-input-spinner",
@@ -6129,160 +6143,160 @@ NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
6129
6143
  NumericTextbox.defaultProps = defaultProps28;
6130
6144
 
6131
6145
  // src/numerictextbox/templates/numerictextbox-normal.tsx
6132
- var import_jsx_runtime69 = require("react/jsx-runtime");
6146
+ var import_jsx_runtime70 = require("react/jsx-runtime");
6133
6147
 
6134
6148
  // src/spreadsheet/tests/spreadsheet-print.tsx
6135
- var import_jsx_runtime70 = require("react/jsx-runtime");
6149
+ var import_jsx_runtime71 = require("react/jsx-runtime");
6136
6150
  var style = `
6137
6151
  .k-window {
6138
6152
  position: relative;
6139
6153
  }
6140
6154
  `;
6141
- var spreadsheet_print_default = () => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(import_jsx_runtime70.Fragment, { children: [
6142
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("style", { children: style }),
6143
- /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: [
6144
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Window, { style: { width: "620px" }, title: "Print", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(import_jsx_runtime70.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Button, { themeColor: "primary", children: "Save" }) }), children: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("div", { className: "k-tabstrip k-tabstrip-top", children: [
6145
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("ul", { className: "k-tabstrip-items k-reset", children: [
6146
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("li", { className: "k-item k-first k-active", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("span", { className: "k-link", children: "Print" }) }),
6147
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("li", { className: "k-item k-last", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("span", { className: "k-link", children: "Format" }) })
6155
+ var spreadsheet_print_default = () => /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(import_jsx_runtime71.Fragment, { children: [
6156
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("style", { children: style }),
6157
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: [
6158
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(WindowNormal, { style: { width: "620px" }, title: "Print", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(import_jsx_runtime71.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(Button, { themeColor: "primary", children: "Save" }) }), children: /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("div", { className: "k-tabstrip k-tabstrip-top", children: [
6159
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("ul", { className: "k-tabstrip-items k-reset", children: [
6160
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("li", { className: "k-item k-first k-active", children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("span", { className: "k-link", children: "Print" }) }),
6161
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("li", { className: "k-item k-last", children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("span", { className: "k-link", children: "Format" }) })
6148
6162
  ] }) }),
6149
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(Form, { tag: "div", layout: "grid", children: [
6150
- /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(Fieldset, { legend: "Settings", layout: "grid", cols: 2, gapX: 4, children: [
6151
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6163
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(Form, { tag: "div", layout: "grid", children: [
6164
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(Fieldset, { legend: "Settings", layout: "grid", cols: 2, gapX: 4, children: [
6165
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6152
6166
  FormField,
6153
6167
  {
6154
6168
  colSpan: "1",
6155
6169
  label: "Print",
6156
- editor: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(DropdownList, { value: "Selection" })
6170
+ editor: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(DropdownList, { value: "Selection" })
6157
6171
  }
6158
6172
  ),
6159
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6173
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6160
6174
  FormField,
6161
6175
  {
6162
6176
  colSpan: "1",
6163
6177
  label: "Paper size",
6164
- editor: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(DropdownList, { value: "A4" })
6178
+ editor: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(DropdownList, { value: "A4" })
6165
6179
  }
6166
6180
  )
6167
6181
  ] }),
6168
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Fieldset, { legend: "Orientation", layout: "grid", cols: 1, gapX: 4, children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6182
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(Fieldset, { legend: "Orientation", layout: "grid", cols: 1, gapX: 4, children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6169
6183
  FormField,
6170
6184
  {
6171
6185
  colSpan: "4",
6172
6186
  label: "",
6173
- editor: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(RadioGroup, { layout: "horizontal", children: [
6174
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(RadioButtonWithLabelAfter, { children: "Auto" }) }),
6175
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(RadioButtonWithLabelAfter, { children: "Portrait" }) }),
6176
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(RadioButtonWithLabelAfter, { children: "Landscape" }) })
6187
+ editor: /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(RadioGroup, { layout: "horizontal", children: [
6188
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(RadioButtonWithLabelAfter, { children: "Auto" }) }),
6189
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(RadioButtonWithLabelAfter, { children: "Portrait" }) }),
6190
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(RadioButtonWithLabelAfter, { children: "Landscape" }) })
6177
6191
  ] })
6178
6192
  }
6179
6193
  ) }),
6180
- /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(Fieldset, { legend: "Pages", layout: "grid", cols: 4, gapX: 4, children: [
6181
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6194
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(Fieldset, { legend: "Pages", layout: "grid", cols: 4, gapX: 4, children: [
6195
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6182
6196
  FormField,
6183
6197
  {
6184
6198
  colSpan: "1",
6185
6199
  label: "Pages",
6186
- editor: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(RadioGroup, { layout: "horizontal", children: [
6187
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(RadioButtonWithLabelAfter, { children: "All" }) }),
6188
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(RadioButtonWithLabelAfter, { children: "Range" }) })
6200
+ editor: /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(RadioGroup, { layout: "horizontal", children: [
6201
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(RadioButtonWithLabelAfter, { children: "All" }) }),
6202
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(RadioButtonWithLabelAfter, { children: "Range" }) })
6189
6203
  ] })
6190
6204
  }
6191
6205
  ),
6192
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(FormField, { colSpan: "3", label: "\xA0", editor: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Textbox, { placeholder: "Example: 2 or 1 - 3" }) })
6206
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(FormField, { colSpan: "3", label: "\xA0", editor: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(Textbox, { placeholder: "Example: 2 or 1 - 3" }) })
6193
6207
  ] }),
6194
- /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(Fieldset, { legend: "Margins Unit", layout: "grid", cols: 4, gapX: 4, children: [
6195
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6208
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(Fieldset, { legend: "Margins Unit", layout: "grid", cols: 4, gapX: 4, children: [
6209
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6196
6210
  FormField,
6197
6211
  {
6198
6212
  colSpan: "1",
6199
6213
  label: "Top",
6200
- editor: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(NumericTextbox, { value: "25.0" })
6214
+ editor: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(NumericTextbox, { value: "25.0" })
6201
6215
  }
6202
6216
  ),
6203
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6217
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6204
6218
  FormField,
6205
6219
  {
6206
6220
  colSpan: "1",
6207
6221
  label: "\xA0",
6208
- editor: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(DropdownList, { value: "mm" })
6222
+ editor: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(DropdownList, { value: "mm" })
6209
6223
  }
6210
6224
  ),
6211
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6225
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6212
6226
  FormField,
6213
6227
  {
6214
6228
  colSpan: "1",
6215
6229
  label: "Bottom",
6216
- editor: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(NumericTextbox, { value: "25.0" })
6230
+ editor: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(NumericTextbox, { value: "25.0" })
6217
6231
  }
6218
6232
  ),
6219
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6233
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6220
6234
  FormField,
6221
6235
  {
6222
6236
  colSpan: "1",
6223
6237
  label: "\xA0",
6224
- editor: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(DropdownList, { value: "mm" })
6238
+ editor: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(DropdownList, { value: "mm" })
6225
6239
  }
6226
6240
  ),
6227
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6241
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6228
6242
  FormField,
6229
6243
  {
6230
6244
  colSpan: "1",
6231
6245
  label: "Left",
6232
- editor: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(NumericTextbox, { value: "25.0" })
6246
+ editor: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(NumericTextbox, { value: "25.0" })
6233
6247
  }
6234
6248
  ),
6235
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6249
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6236
6250
  FormField,
6237
6251
  {
6238
6252
  colSpan: "1",
6239
6253
  label: "\xA0",
6240
- editor: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(DropdownList, { value: "mm" })
6254
+ editor: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(DropdownList, { value: "mm" })
6241
6255
  }
6242
6256
  ),
6243
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6257
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6244
6258
  FormField,
6245
6259
  {
6246
6260
  colSpan: "1",
6247
6261
  label: "Right",
6248
- editor: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(NumericTextbox, { value: "25.0" })
6262
+ editor: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(NumericTextbox, { value: "25.0" })
6249
6263
  }
6250
6264
  ),
6251
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6265
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6252
6266
  FormField,
6253
6267
  {
6254
6268
  colSpan: "1",
6255
6269
  label: "\xA0",
6256
- editor: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(DropdownList, { value: "mm" })
6270
+ editor: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(DropdownList, { value: "mm" })
6257
6271
  }
6258
6272
  )
6259
6273
  ] })
6260
6274
  ] }) })
6261
6275
  ] }) }) }),
6262
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Window, { style: { width: "620px" }, title: "Print", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(import_jsx_runtime70.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Button, { themeColor: "primary", children: "Save" }) }), children: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("div", { className: "k-tabstrip k-tabstrip-top", children: [
6263
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("ul", { className: "k-tabstrip-items k-reset", children: [
6264
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("li", { className: "k-item k-first", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("span", { className: "k-link", children: "Print" }) }),
6265
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("li", { className: "k-item k-last k-active", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("span", { className: "k-link", children: "Format" }) })
6276
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(WindowNormal, { style: { width: "620px" }, title: "Print", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(import_jsx_runtime71.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(Button, { themeColor: "primary", children: "Save" }) }), children: /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("div", { className: "k-tabstrip k-tabstrip-top", children: [
6277
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("ul", { className: "k-tabstrip-items k-reset", children: [
6278
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("li", { className: "k-item k-first", children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("span", { className: "k-link", children: "Print" }) }),
6279
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("li", { className: "k-item k-last k-active", children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("span", { className: "k-link", children: "Format" }) })
6266
6280
  ] }) }),
6267
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(Form, { tag: "div", layout: "grid", children: [
6268
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(FormField, { label: "Show", editor: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("div", { className: "k-search-options k-checkbox-list", children: [
6269
- /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("span", { className: "k-checkbox-list-item", children: [
6270
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Checkbox, {}),
6271
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("label", { className: "k-checkbox-label", children: "Grid lines" })
6281
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(Form, { tag: "div", layout: "grid", children: [
6282
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(FormField, { label: "Show", editor: /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("div", { className: "k-search-options k-checkbox-list", children: [
6283
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("span", { className: "k-checkbox-list-item", children: [
6284
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(Checkbox, {}),
6285
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("label", { className: "k-checkbox-label", children: "Grid lines" })
6272
6286
  ] }),
6273
- /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("span", { className: "k-checkbox-list-item", children: [
6274
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Checkbox, {}),
6275
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("label", { className: "k-checkbox-label", children: "Row and column headings" })
6287
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("span", { className: "k-checkbox-list-item", children: [
6288
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(Checkbox, {}),
6289
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("label", { className: "k-checkbox-label", children: "Row and column headings" })
6276
6290
  ] })
6277
6291
  ] }) }),
6278
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(FormField, { label: "Center on page", editor: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("div", { className: "k-search-options k-checkbox-list", children: [
6279
- /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("span", { className: "k-checkbox-list-item", children: [
6280
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Checkbox, {}),
6281
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("label", { className: "k-checkbox-label", children: "Horizontally" })
6292
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(FormField, { label: "Center on page", editor: /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("div", { className: "k-search-options k-checkbox-list", children: [
6293
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("span", { className: "k-checkbox-list-item", children: [
6294
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(Checkbox, {}),
6295
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("label", { className: "k-checkbox-label", children: "Horizontally" })
6282
6296
  ] }),
6283
- /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("span", { className: "k-checkbox-list-item", children: [
6284
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Checkbox, {}),
6285
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("label", { className: "k-checkbox-label", children: "Vertically" })
6297
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("span", { className: "k-checkbox-list-item", children: [
6298
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(Checkbox, {}),
6299
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("label", { className: "k-checkbox-label", children: "Vertically" })
6286
6300
  ] })
6287
6301
  ] }) })
6288
6302
  ] }) })