@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
@@ -6441,7 +6441,7 @@ var Upload = (props) => {
6441
6441
  props.children && /* @__PURE__ */ jsx76("ul", { className: "k-upload-files", children: props.children }),
6442
6442
  actions && /* @__PURE__ */ jsxs28(action_buttons_spec_default, { alignment: "end", orientation: "horizontal", children: [
6443
6443
  /* @__PURE__ */ jsx76(Button, { className: "k-clear-selected", children: "Clear" }),
6444
- /* @__PURE__ */ jsx76(Button, { themeColor: "primary", className: "k-upload-selected", children: "Update" })
6444
+ /* @__PURE__ */ jsx76(Button, { themeColor: "primary", className: "k-upload-selected", children: "Upload" })
6445
6445
  ] })
6446
6446
  ]
6447
6447
  }
@@ -6670,8 +6670,30 @@ var UploadFile = (props) => {
6670
6670
  // src/upload/upload-file-multiple.tsx
6671
6671
  import { Fragment as Fragment21, jsx as jsx83, jsxs as jsxs32 } from "react/jsx-runtime";
6672
6672
 
6673
+ // src/upload/templates/upload-chunk.tsx
6674
+ import { Fragment as Fragment22, jsx as jsx84, jsxs as jsxs33 } from "react/jsx-runtime";
6675
+ var UploadChunk = (props) => /* @__PURE__ */ jsx84(
6676
+ Upload,
6677
+ {
6678
+ async: true,
6679
+ children: [
6680
+ /* @__PURE__ */ jsxs33(Fragment22, { children: [
6681
+ /* @__PURE__ */ jsx84(UploadFile, { name: "Image_With_Very_Very_Very_Very_Very_Long_Name1.png", icon: "file-image", size: "51.23 KB" }),
6682
+ /* @__PURE__ */ jsx84(UploadFile, { name: "Image2.jpg", icon: "file-image", size: "106.43 KB" })
6683
+ ] })
6684
+ ],
6685
+ ...props
6686
+ }
6687
+ );
6688
+
6689
+ // src/upload/templates/upload-batch.tsx
6690
+ import { Fragment as Fragment23, jsx as jsx85, jsxs as jsxs34 } from "react/jsx-runtime";
6691
+
6692
+ // src/upload/templates/upload-normal.tsx
6693
+ import { jsx as jsx86 } from "react/jsx-runtime";
6694
+
6673
6695
  // src/form/form-field.tsx
6674
- import { jsx as jsx84, jsxs as jsxs33 } from "react/jsx-runtime";
6696
+ import { jsx as jsx87, jsxs as jsxs35 } from "react/jsx-runtime";
6675
6697
  var FORMFIELD_CLASSNAME = "k-form-field";
6676
6698
  var states42 = [
6677
6699
  States.disabled
@@ -6689,7 +6711,7 @@ var FormField = (props) => {
6689
6711
  dir,
6690
6712
  colSpan
6691
6713
  } = props;
6692
- return /* @__PURE__ */ jsxs33(
6714
+ return /* @__PURE__ */ jsxs35(
6693
6715
  "div",
6694
6716
  {
6695
6717
  className: classNames(
@@ -6702,19 +6724,19 @@ var FormField = (props) => {
6702
6724
  ),
6703
6725
  dir,
6704
6726
  children: [
6705
- label && /* @__PURE__ */ jsxs33("label", { className: classNames(
6727
+ label && /* @__PURE__ */ jsxs35("label", { className: classNames(
6706
6728
  "k-label",
6707
6729
  "k-form-label"
6708
6730
  ), children: [
6709
6731
  label,
6710
- optional && /* @__PURE__ */ jsx84("span", { className: "k-label-optional", children: "(Optional)" }),
6711
- info && /* @__PURE__ */ jsx84("span", { className: "k-field-info", children: "(field info)" })
6732
+ optional && /* @__PURE__ */ jsx87("span", { className: "k-label-optional", children: "(Optional)" }),
6733
+ info && /* @__PURE__ */ jsx87("span", { className: "k-field-info", children: "(field info)" })
6712
6734
  ] }),
6713
- orientation === "horizontal" && !label && /* @__PURE__ */ jsx84("span", { className: "k-label k-form-label k-label-empty" }),
6714
- /* @__PURE__ */ jsxs33("div", { className: "k-form-field-wrap", children: [
6735
+ orientation === "horizontal" && !label && /* @__PURE__ */ jsx87("span", { className: "k-label k-form-label k-label-empty" }),
6736
+ /* @__PURE__ */ jsxs35("div", { className: "k-form-field-wrap", children: [
6715
6737
  editor,
6716
- hint && /* @__PURE__ */ jsx84("div", { className: "k-form-hint", children: hint }),
6717
- error && /* @__PURE__ */ jsx84("div", { className: "k-form-error", children: error })
6738
+ hint && /* @__PURE__ */ jsx87("div", { className: "k-form-hint", children: hint }),
6739
+ error && /* @__PURE__ */ jsx87("div", { className: "k-form-error", children: error })
6718
6740
  ] })
6719
6741
  ]
6720
6742
  }
@@ -6723,7 +6745,7 @@ var FormField = (props) => {
6723
6745
  FormField.className = FORMFIELD_CLASSNAME;
6724
6746
 
6725
6747
  // src/form/fieldset.tsx
6726
- import { Fragment as Fragment22, jsx as jsx85, jsxs as jsxs34 } from "react/jsx-runtime";
6748
+ import { Fragment as Fragment24, jsx as jsx88, jsxs as jsxs36 } from "react/jsx-runtime";
6727
6749
  var FIELDSET_CLASSNAME = "k-form-fieldset";
6728
6750
  var Fieldset = (props) => {
6729
6751
  const {
@@ -6733,9 +6755,9 @@ var Fieldset = (props) => {
6733
6755
  gapX,
6734
6756
  gapY
6735
6757
  } = props;
6736
- return /* @__PURE__ */ jsxs34("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
6737
- legend && /* @__PURE__ */ jsx85("legend", { className: "k-form-legend", children: legend }),
6738
- layout === "grid" ? /* @__PURE__ */ jsx85("div", { className: classNames(
6758
+ return /* @__PURE__ */ jsxs36("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
6759
+ legend && /* @__PURE__ */ jsx88("legend", { className: "k-form-legend", children: legend }),
6760
+ layout === "grid" ? /* @__PURE__ */ jsx88("div", { className: classNames(
6739
6761
  "k-form-layout",
6740
6762
  "k-d-grid",
6741
6763
  {
@@ -6743,13 +6765,13 @@ var Fieldset = (props) => {
6743
6765
  [`k-gap-x-${gapX}`]: gapX,
6744
6766
  [`k-gap-y-${gapY}`]: gapY
6745
6767
  }
6746
- ), children: props.children }) : /* @__PURE__ */ jsx85(Fragment22, { children: props.children })
6768
+ ), children: props.children }) : /* @__PURE__ */ jsx88(Fragment24, { children: props.children })
6747
6769
  ] });
6748
6770
  };
6749
6771
  Fieldset.className = FIELDSET_CLASSNAME;
6750
6772
 
6751
6773
  // src/form/form.spec.tsx
6752
- import { Fragment as Fragment23, jsx as jsx86, jsxs as jsxs35 } from "react/jsx-runtime";
6774
+ import { Fragment as Fragment25, jsx as jsx89, jsxs as jsxs37 } from "react/jsx-runtime";
6753
6775
  import { createElement } from "react";
6754
6776
  var FORM_CLASSNAME = "k-form";
6755
6777
  var states43 = [];
@@ -6773,7 +6795,7 @@ var Form = (props) => {
6773
6795
  tag = defaultProps36.tag,
6774
6796
  children
6775
6797
  } = props;
6776
- const Parent = ({ tag: tag2, className: className9, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx86("form", { className: className9, children: children2 }) : /* @__PURE__ */ jsx86("div", { className: className9, children: children2 });
6798
+ const Parent = ({ tag: tag2, className: className9, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx89("form", { className: className9, children: children2 }) : /* @__PURE__ */ jsx89("div", { className: className9, children: children2 });
6777
6799
  const formChildren = [];
6778
6800
  if (children) {
6779
6801
  if (Array.isArray(children)) {
@@ -6792,7 +6814,7 @@ var Form = (props) => {
6792
6814
  children.type === Fieldset && formChildren.push(/* @__PURE__ */ createElement(Fieldset, { ...children.props, key: `${(/* @__PURE__ */ new Date()).getTime()}` }));
6793
6815
  }
6794
6816
  }
6795
- return /* @__PURE__ */ jsxs35(Parent, { tag, className: classNames(
6817
+ return /* @__PURE__ */ jsxs37(Parent, { tag, className: classNames(
6796
6818
  props.className,
6797
6819
  FORM_CLASSNAME,
6798
6820
  optionClassNames(FORM_CLASSNAME, {
@@ -6802,7 +6824,7 @@ var Form = (props) => {
6802
6824
  [`${FORM_CLASSNAME}-${orientation}`]: orientation
6803
6825
  }
6804
6826
  ), children: [
6805
- layout === "grid" ? /* @__PURE__ */ jsx86("div", { className: classNames(
6827
+ layout === "grid" ? /* @__PURE__ */ jsx89("div", { className: classNames(
6806
6828
  "k-form-layout",
6807
6829
  "k-d-grid",
6808
6830
  {
@@ -6810,8 +6832,8 @@ var Form = (props) => {
6810
6832
  [`k-gap-x-${gapX}`]: gapX,
6811
6833
  [`k-gap-y-${gapY}`]: gapY
6812
6834
  }
6813
- ), children: formChildren }) : /* @__PURE__ */ jsx86(Fragment23, { children: formChildren }),
6814
- formButtons && /* @__PURE__ */ jsx86("div", { className: "k-form-buttons", children: formButtons })
6835
+ ), children: formChildren }) : /* @__PURE__ */ jsx89(Fragment25, { children: formChildren }),
6836
+ formButtons && /* @__PURE__ */ jsx89("div", { className: "k-form-buttons", children: formButtons })
6815
6837
  ] });
6816
6838
  };
6817
6839
  Form.states = states43;
@@ -6820,7 +6842,7 @@ Form.className = FORM_CLASSNAME;
6820
6842
  Form.defaultProps = defaultProps36;
6821
6843
 
6822
6844
  // src/form/tests/form-field-inputs.tsx
6823
- import { Fragment as Fragment24, jsx as jsx87, jsxs as jsxs36 } from "react/jsx-runtime";
6845
+ import { Fragment as Fragment26, jsx as jsx90, jsxs as jsxs38 } from "react/jsx-runtime";
6824
6846
  var styles = `
6825
6847
  section {
6826
6848
  padding: 20px;
@@ -6832,250 +6854,250 @@ var styles = `
6832
6854
  --kendo-slider-end: 50;
6833
6855
  }
6834
6856
  `;
6835
- var form_field_inputs_default = () => /* @__PURE__ */ jsxs36(Fragment24, { children: [
6836
- /* @__PURE__ */ jsx87("style", { children: styles }),
6837
- /* @__PURE__ */ jsxs36("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6838
- /* @__PURE__ */ jsx87("span", { children: "Vertical Form" }),
6839
- /* @__PURE__ */ jsx87("span", { children: "Horizontal Form" }),
6840
- /* @__PURE__ */ jsx87("section", { children: /* @__PURE__ */ jsxs36(Form, { children: [
6841
- /* @__PURE__ */ jsx87(
6857
+ var form_field_inputs_default = () => /* @__PURE__ */ jsxs38(Fragment26, { children: [
6858
+ /* @__PURE__ */ jsx90("style", { children: styles }),
6859
+ /* @__PURE__ */ jsxs38("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6860
+ /* @__PURE__ */ jsx90("span", { children: "Vertical Form" }),
6861
+ /* @__PURE__ */ jsx90("span", { children: "Horizontal Form" }),
6862
+ /* @__PURE__ */ jsx90("section", { children: /* @__PURE__ */ jsxs38(Form, { children: [
6863
+ /* @__PURE__ */ jsx90(
6842
6864
  FormField,
6843
6865
  {
6844
6866
  label: "Textbox:",
6845
- editor: /* @__PURE__ */ jsx87(Textbox, {})
6867
+ editor: /* @__PURE__ */ jsx90(Textbox, {})
6846
6868
  }
6847
6869
  ),
6848
- /* @__PURE__ */ jsx87(
6870
+ /* @__PURE__ */ jsx90(
6849
6871
  FormField,
6850
6872
  {
6851
6873
  label: "Checkbox:",
6852
- editor: /* @__PURE__ */ jsx87(Checkbox, {})
6874
+ editor: /* @__PURE__ */ jsx90(Checkbox, {})
6853
6875
  }
6854
6876
  ),
6855
- /* @__PURE__ */ jsx87(
6877
+ /* @__PURE__ */ jsx90(
6856
6878
  FormField,
6857
6879
  {
6858
- editor: /* @__PURE__ */ jsxs36(Fragment24, { children: [
6859
- /* @__PURE__ */ jsx87(Checkbox, {}),
6860
- /* @__PURE__ */ jsx87("label", { className: "k-checkbox-label", children: "Label after the box" })
6880
+ editor: /* @__PURE__ */ jsxs38(Fragment26, { children: [
6881
+ /* @__PURE__ */ jsx90(Checkbox, {}),
6882
+ /* @__PURE__ */ jsx90("label", { className: "k-checkbox-label", children: "Label after the box" })
6861
6883
  ] })
6862
6884
  }
6863
6885
  ),
6864
- /* @__PURE__ */ jsx87(
6886
+ /* @__PURE__ */ jsx90(
6865
6887
  FormField,
6866
6888
  {
6867
6889
  label: "Radio (Y):",
6868
- editor: /* @__PURE__ */ jsxs36(RadioGroup, { children: [
6869
- /* @__PURE__ */ jsx87(RadioItem, { children: /* @__PURE__ */ jsx87(RadioButtonWithLabelAfter, { children: "Male" }) }),
6870
- /* @__PURE__ */ jsx87(RadioItem, { children: /* @__PURE__ */ jsx87(RadioButtonWithLabelAfter, { children: "Female" }) })
6890
+ editor: /* @__PURE__ */ jsxs38(RadioGroup, { children: [
6891
+ /* @__PURE__ */ jsx90(RadioItem, { children: /* @__PURE__ */ jsx90(RadioButtonWithLabelAfter, { children: "Male" }) }),
6892
+ /* @__PURE__ */ jsx90(RadioItem, { children: /* @__PURE__ */ jsx90(RadioButtonWithLabelAfter, { children: "Female" }) })
6871
6893
  ] })
6872
6894
  }
6873
6895
  ),
6874
- /* @__PURE__ */ jsx87(
6896
+ /* @__PURE__ */ jsx90(
6875
6897
  FormField,
6876
6898
  {
6877
6899
  label: "Radio (X):",
6878
- editor: /* @__PURE__ */ jsxs36(RadioGroup, { layout: "horizontal", children: [
6879
- /* @__PURE__ */ jsx87(RadioItem, { children: /* @__PURE__ */ jsx87(RadioButtonWithLabelAfter, { children: "Male" }) }),
6880
- /* @__PURE__ */ jsx87(RadioItem, { children: /* @__PURE__ */ jsx87(RadioButtonWithLabelAfter, { children: "Female" }) })
6900
+ editor: /* @__PURE__ */ jsxs38(RadioGroup, { layout: "horizontal", children: [
6901
+ /* @__PURE__ */ jsx90(RadioItem, { children: /* @__PURE__ */ jsx90(RadioButtonWithLabelAfter, { children: "Male" }) }),
6902
+ /* @__PURE__ */ jsx90(RadioItem, { children: /* @__PURE__ */ jsx90(RadioButtonWithLabelAfter, { children: "Female" }) })
6881
6903
  ] })
6882
6904
  }
6883
6905
  ),
6884
- /* @__PURE__ */ jsx87(
6906
+ /* @__PURE__ */ jsx90(
6885
6907
  FormField,
6886
6908
  {
6887
6909
  label: "Colorpicker:",
6888
- editor: /* @__PURE__ */ jsx87(ColorPicker, {})
6910
+ editor: /* @__PURE__ */ jsx90(ColorPicker, {})
6889
6911
  }
6890
6912
  ),
6891
- /* @__PURE__ */ jsx87(
6913
+ /* @__PURE__ */ jsx90(
6892
6914
  FormField,
6893
6915
  {
6894
6916
  label: "MaskedTextBox:",
6895
- editor: /* @__PURE__ */ jsx87(MaskedTextbox, {})
6917
+ editor: /* @__PURE__ */ jsx90(MaskedTextbox, {})
6896
6918
  }
6897
6919
  ),
6898
- /* @__PURE__ */ jsx87(
6920
+ /* @__PURE__ */ jsx90(
6899
6921
  FormField,
6900
6922
  {
6901
6923
  label: "NumericTextBox:",
6902
- editor: /* @__PURE__ */ jsx87(NumericTextbox, {})
6924
+ editor: /* @__PURE__ */ jsx90(NumericTextbox, {})
6903
6925
  }
6904
6926
  ),
6905
- /* @__PURE__ */ jsx87(
6927
+ /* @__PURE__ */ jsx90(
6906
6928
  FormField,
6907
6929
  {
6908
6930
  label: "Switch:",
6909
- editor: /* @__PURE__ */ jsx87(Switch, { onLabel: "On", offLabel: "Off", checked: true })
6931
+ editor: /* @__PURE__ */ jsx90(Switch, { onLabel: "On", offLabel: "Off", checked: true })
6910
6932
  }
6911
6933
  ),
6912
- /* @__PURE__ */ jsx87(
6934
+ /* @__PURE__ */ jsx90(
6913
6935
  FormField,
6914
6936
  {
6915
6937
  label: "Slider:",
6916
- editor: /* @__PURE__ */ jsxs36("div", { className: "k-slider k-slider-horizontal", children: [
6917
- /* @__PURE__ */ jsx87(Button, { icon: "caret-alt-left", rounded: "full", className: "k-button-decrease" }),
6918
- /* @__PURE__ */ jsxs36("div", { className: "k-slider-track-wrap", children: [
6919
- /* @__PURE__ */ jsxs36("ul", { className: "k-reset k-slider-items", children: [
6920
- /* @__PURE__ */ jsx87("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ jsx87("span", { className: "k-label", children: "0" }) }),
6921
- /* @__PURE__ */ jsx87("li", { className: "k-tick" }),
6922
- /* @__PURE__ */ jsx87("li", { className: "k-tick" }),
6923
- /* @__PURE__ */ jsx87("li", { className: "k-tick" }),
6924
- /* @__PURE__ */ jsx87("li", { className: "k-tick" }),
6925
- /* @__PURE__ */ jsx87("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ jsx87("span", { className: "k-label", children: "5" }) }),
6926
- /* @__PURE__ */ jsx87("li", { className: "k-tick" }),
6927
- /* @__PURE__ */ jsx87("li", { className: "k-tick" }),
6928
- /* @__PURE__ */ jsx87("li", { className: "k-tick" }),
6929
- /* @__PURE__ */ jsx87("li", { className: "k-tick" }),
6930
- /* @__PURE__ */ jsx87("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ jsx87("span", { className: "k-label", children: "10" }) })
6938
+ editor: /* @__PURE__ */ jsxs38("div", { className: "k-slider k-slider-horizontal", children: [
6939
+ /* @__PURE__ */ jsx90(Button, { icon: "caret-alt-left", rounded: "full", className: "k-button-decrease" }),
6940
+ /* @__PURE__ */ jsxs38("div", { className: "k-slider-track-wrap", children: [
6941
+ /* @__PURE__ */ jsxs38("ul", { className: "k-reset k-slider-items", children: [
6942
+ /* @__PURE__ */ jsx90("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ jsx90("span", { className: "k-label", children: "0" }) }),
6943
+ /* @__PURE__ */ jsx90("li", { className: "k-tick" }),
6944
+ /* @__PURE__ */ jsx90("li", { className: "k-tick" }),
6945
+ /* @__PURE__ */ jsx90("li", { className: "k-tick" }),
6946
+ /* @__PURE__ */ jsx90("li", { className: "k-tick" }),
6947
+ /* @__PURE__ */ jsx90("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ jsx90("span", { className: "k-label", children: "5" }) }),
6948
+ /* @__PURE__ */ jsx90("li", { className: "k-tick" }),
6949
+ /* @__PURE__ */ jsx90("li", { className: "k-tick" }),
6950
+ /* @__PURE__ */ jsx90("li", { className: "k-tick" }),
6951
+ /* @__PURE__ */ jsx90("li", { className: "k-tick" }),
6952
+ /* @__PURE__ */ jsx90("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ jsx90("span", { className: "k-label", children: "10" }) })
6931
6953
  ] }),
6932
- /* @__PURE__ */ jsxs36("div", { className: "k-slider-track", children: [
6933
- /* @__PURE__ */ jsx87("div", { className: "k-slider-selection" }),
6934
- /* @__PURE__ */ jsx87("a", { href: "#", className: "k-draghandle k-draghandle-end" })
6954
+ /* @__PURE__ */ jsxs38("div", { className: "k-slider-track", children: [
6955
+ /* @__PURE__ */ jsx90("div", { className: "k-slider-selection" }),
6956
+ /* @__PURE__ */ jsx90("a", { href: "#", className: "k-draghandle k-draghandle-end" })
6935
6957
  ] })
6936
6958
  ] }),
6937
- /* @__PURE__ */ jsx87(Button, { icon: "caret-alt-right", rounded: "full", className: "k-button-increase" })
6959
+ /* @__PURE__ */ jsx90(Button, { icon: "caret-alt-right", rounded: "full", className: "k-button-increase" })
6938
6960
  ] })
6939
6961
  }
6940
6962
  ),
6941
- /* @__PURE__ */ jsx87(
6963
+ /* @__PURE__ */ jsx90(
6942
6964
  FormField,
6943
6965
  {
6944
- editor: /* @__PURE__ */ jsx87(FloatingLabel, { label: "FloatingLabel", empty: true, children: /* @__PURE__ */ jsx87(Textbox, {}) })
6966
+ editor: /* @__PURE__ */ jsx90(FloatingLabel, { label: "FloatingLabel", empty: true, children: /* @__PURE__ */ jsx90(Textbox, {}) })
6945
6967
  }
6946
6968
  ),
6947
- /* @__PURE__ */ jsx87(
6969
+ /* @__PURE__ */ jsx90(
6948
6970
  FormField,
6949
6971
  {
6950
- editor: /* @__PURE__ */ jsx87(FloatingLabel, { label: "FloatingLabel (Focused)", empty: true, focus: true, children: /* @__PURE__ */ jsx87(Textbox, { focus: true }) })
6972
+ editor: /* @__PURE__ */ jsx90(FloatingLabel, { label: "FloatingLabel (Focused)", empty: true, focus: true, children: /* @__PURE__ */ jsx90(Textbox, { focus: true }) })
6951
6973
  }
6952
6974
  ),
6953
- /* @__PURE__ */ jsx87(
6975
+ /* @__PURE__ */ jsx90(
6954
6976
  FormField,
6955
6977
  {
6956
6978
  label: "Upload",
6957
- editor: /* @__PURE__ */ jsx87(Upload, { async: true, status: "done", children: /* @__PURE__ */ jsx87(UploadFile, { progress: "100", status: "success", validationMsg: "File successfully uploaded.", name: "test long long long long long long long long long long long long long.pdf", icon: "file-pdf" }) })
6979
+ editor: /* @__PURE__ */ jsx90(UploadChunk, { status: "done", children: /* @__PURE__ */ jsx90(UploadFile, { progress: "100", status: "success", validationMsg: "File successfully uploaded.", name: "test long long long long long long long long long long long long long.pdf", icon: "file-pdf" }) })
6958
6980
  }
6959
6981
  )
6960
6982
  ] }) }),
6961
- /* @__PURE__ */ jsx87("section", { children: /* @__PURE__ */ jsxs36(Form, { orientation: "horizontal", children: [
6962
- /* @__PURE__ */ jsx87(
6983
+ /* @__PURE__ */ jsx90("section", { children: /* @__PURE__ */ jsxs38(Form, { orientation: "horizontal", children: [
6984
+ /* @__PURE__ */ jsx90(
6963
6985
  FormField,
6964
6986
  {
6965
6987
  label: "Textbox:",
6966
- editor: /* @__PURE__ */ jsx87(Textbox, {})
6988
+ editor: /* @__PURE__ */ jsx90(Textbox, {})
6967
6989
  }
6968
6990
  ),
6969
- /* @__PURE__ */ jsx87(
6991
+ /* @__PURE__ */ jsx90(
6970
6992
  FormField,
6971
6993
  {
6972
6994
  label: "Checkbox:",
6973
- editor: /* @__PURE__ */ jsx87(Checkbox, {})
6995
+ editor: /* @__PURE__ */ jsx90(Checkbox, {})
6974
6996
  }
6975
6997
  ),
6976
- /* @__PURE__ */ jsx87(
6998
+ /* @__PURE__ */ jsx90(
6977
6999
  FormField,
6978
7000
  {
6979
- editor: /* @__PURE__ */ jsxs36(Fragment24, { children: [
6980
- /* @__PURE__ */ jsx87(Checkbox, {}),
6981
- /* @__PURE__ */ jsx87("label", { className: "k-checkbox-label", children: "Label after the box" })
7001
+ editor: /* @__PURE__ */ jsxs38(Fragment26, { children: [
7002
+ /* @__PURE__ */ jsx90(Checkbox, {}),
7003
+ /* @__PURE__ */ jsx90("label", { className: "k-checkbox-label", children: "Label after the box" })
6982
7004
  ] })
6983
7005
  }
6984
7006
  ),
6985
- /* @__PURE__ */ jsx87(
7007
+ /* @__PURE__ */ jsx90(
6986
7008
  FormField,
6987
7009
  {
6988
7010
  label: "Radio (Y):",
6989
- editor: /* @__PURE__ */ jsxs36(RadioGroup, { children: [
6990
- /* @__PURE__ */ jsx87(RadioItem, { children: /* @__PURE__ */ jsx87(RadioButtonWithLabelAfter, { children: "Male" }) }),
6991
- /* @__PURE__ */ jsx87(RadioItem, { children: /* @__PURE__ */ jsx87(RadioButtonWithLabelAfter, { children: "Female" }) })
7011
+ editor: /* @__PURE__ */ jsxs38(RadioGroup, { children: [
7012
+ /* @__PURE__ */ jsx90(RadioItem, { children: /* @__PURE__ */ jsx90(RadioButtonWithLabelAfter, { children: "Male" }) }),
7013
+ /* @__PURE__ */ jsx90(RadioItem, { children: /* @__PURE__ */ jsx90(RadioButtonWithLabelAfter, { children: "Female" }) })
6992
7014
  ] })
6993
7015
  }
6994
7016
  ),
6995
- /* @__PURE__ */ jsx87(
7017
+ /* @__PURE__ */ jsx90(
6996
7018
  FormField,
6997
7019
  {
6998
7020
  label: "Radio (X):",
6999
- editor: /* @__PURE__ */ jsxs36(RadioGroup, { layout: "horizontal", children: [
7000
- /* @__PURE__ */ jsx87(RadioItem, { children: /* @__PURE__ */ jsx87(RadioButtonWithLabelAfter, { children: "Male" }) }),
7001
- /* @__PURE__ */ jsx87(RadioItem, { children: /* @__PURE__ */ jsx87(RadioButtonWithLabelAfter, { children: "Female" }) })
7021
+ editor: /* @__PURE__ */ jsxs38(RadioGroup, { layout: "horizontal", children: [
7022
+ /* @__PURE__ */ jsx90(RadioItem, { children: /* @__PURE__ */ jsx90(RadioButtonWithLabelAfter, { children: "Male" }) }),
7023
+ /* @__PURE__ */ jsx90(RadioItem, { children: /* @__PURE__ */ jsx90(RadioButtonWithLabelAfter, { children: "Female" }) })
7002
7024
  ] })
7003
7025
  }
7004
7026
  ),
7005
- /* @__PURE__ */ jsx87(
7027
+ /* @__PURE__ */ jsx90(
7006
7028
  FormField,
7007
7029
  {
7008
7030
  label: "Colorpicker:",
7009
- editor: /* @__PURE__ */ jsx87(ColorPicker, {})
7031
+ editor: /* @__PURE__ */ jsx90(ColorPicker, {})
7010
7032
  }
7011
7033
  ),
7012
- /* @__PURE__ */ jsx87(
7034
+ /* @__PURE__ */ jsx90(
7013
7035
  FormField,
7014
7036
  {
7015
7037
  label: "MaskedTextBox:",
7016
- editor: /* @__PURE__ */ jsx87(MaskedTextbox, {})
7038
+ editor: /* @__PURE__ */ jsx90(MaskedTextbox, {})
7017
7039
  }
7018
7040
  ),
7019
- /* @__PURE__ */ jsx87(
7041
+ /* @__PURE__ */ jsx90(
7020
7042
  FormField,
7021
7043
  {
7022
7044
  label: "NumericTextBox:",
7023
- editor: /* @__PURE__ */ jsx87(NumericTextbox, {})
7045
+ editor: /* @__PURE__ */ jsx90(NumericTextbox, {})
7024
7046
  }
7025
7047
  ),
7026
- /* @__PURE__ */ jsx87(
7048
+ /* @__PURE__ */ jsx90(
7027
7049
  FormField,
7028
7050
  {
7029
7051
  label: "Switch:",
7030
- editor: /* @__PURE__ */ jsx87(Switch, { onLabel: "On", offLabel: "Off", checked: true })
7052
+ editor: /* @__PURE__ */ jsx90(Switch, { onLabel: "On", offLabel: "Off", checked: true })
7031
7053
  }
7032
7054
  ),
7033
- /* @__PURE__ */ jsx87(
7055
+ /* @__PURE__ */ jsx90(
7034
7056
  FormField,
7035
7057
  {
7036
7058
  label: "Slider",
7037
- editor: /* @__PURE__ */ jsxs36("div", { className: "k-slider k-slider-horizontal", children: [
7038
- /* @__PURE__ */ jsx87(Button, { icon: "caret-alt-left", rounded: "full", className: "k-button-decrease" }),
7039
- /* @__PURE__ */ jsxs36("div", { className: "k-slider-track-wrap", children: [
7040
- /* @__PURE__ */ jsxs36("ul", { className: "k-reset k-slider-items", children: [
7041
- /* @__PURE__ */ jsx87("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ jsx87("span", { className: "k-label", children: "0" }) }),
7042
- /* @__PURE__ */ jsx87("li", { className: "k-tick" }),
7043
- /* @__PURE__ */ jsx87("li", { className: "k-tick" }),
7044
- /* @__PURE__ */ jsx87("li", { className: "k-tick" }),
7045
- /* @__PURE__ */ jsx87("li", { className: "k-tick" }),
7046
- /* @__PURE__ */ jsx87("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ jsx87("span", { className: "k-label", children: "5" }) }),
7047
- /* @__PURE__ */ jsx87("li", { className: "k-tick" }),
7048
- /* @__PURE__ */ jsx87("li", { className: "k-tick" }),
7049
- /* @__PURE__ */ jsx87("li", { className: "k-tick" }),
7050
- /* @__PURE__ */ jsx87("li", { className: "k-tick" }),
7051
- /* @__PURE__ */ jsx87("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ jsx87("span", { className: "k-label", children: "10" }) })
7059
+ editor: /* @__PURE__ */ jsxs38("div", { className: "k-slider k-slider-horizontal", children: [
7060
+ /* @__PURE__ */ jsx90(Button, { icon: "caret-alt-left", rounded: "full", className: "k-button-decrease" }),
7061
+ /* @__PURE__ */ jsxs38("div", { className: "k-slider-track-wrap", children: [
7062
+ /* @__PURE__ */ jsxs38("ul", { className: "k-reset k-slider-items", children: [
7063
+ /* @__PURE__ */ jsx90("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ jsx90("span", { className: "k-label", children: "0" }) }),
7064
+ /* @__PURE__ */ jsx90("li", { className: "k-tick" }),
7065
+ /* @__PURE__ */ jsx90("li", { className: "k-tick" }),
7066
+ /* @__PURE__ */ jsx90("li", { className: "k-tick" }),
7067
+ /* @__PURE__ */ jsx90("li", { className: "k-tick" }),
7068
+ /* @__PURE__ */ jsx90("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ jsx90("span", { className: "k-label", children: "5" }) }),
7069
+ /* @__PURE__ */ jsx90("li", { className: "k-tick" }),
7070
+ /* @__PURE__ */ jsx90("li", { className: "k-tick" }),
7071
+ /* @__PURE__ */ jsx90("li", { className: "k-tick" }),
7072
+ /* @__PURE__ */ jsx90("li", { className: "k-tick" }),
7073
+ /* @__PURE__ */ jsx90("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ jsx90("span", { className: "k-label", children: "10" }) })
7052
7074
  ] }),
7053
- /* @__PURE__ */ jsxs36("div", { className: "k-slider-track", children: [
7054
- /* @__PURE__ */ jsx87("div", { className: "k-slider-selection" }),
7055
- /* @__PURE__ */ jsx87("a", { href: "#", className: "k-draghandle k-draghandle-end" })
7075
+ /* @__PURE__ */ jsxs38("div", { className: "k-slider-track", children: [
7076
+ /* @__PURE__ */ jsx90("div", { className: "k-slider-selection" }),
7077
+ /* @__PURE__ */ jsx90("a", { href: "#", className: "k-draghandle k-draghandle-end" })
7056
7078
  ] })
7057
7079
  ] }),
7058
- /* @__PURE__ */ jsx87(Button, { icon: "caret-alt-right", rounded: "full", className: "k-button-increase" })
7080
+ /* @__PURE__ */ jsx90(Button, { icon: "caret-alt-right", rounded: "full", className: "k-button-increase" })
7059
7081
  ] })
7060
7082
  }
7061
7083
  ),
7062
- /* @__PURE__ */ jsx87(
7084
+ /* @__PURE__ */ jsx90(
7063
7085
  FormField,
7064
7086
  {
7065
- editor: /* @__PURE__ */ jsx87(FloatingLabel, { label: "FloatingLabel", empty: true, children: /* @__PURE__ */ jsx87(Textbox, {}) })
7087
+ editor: /* @__PURE__ */ jsx90(FloatingLabel, { label: "FloatingLabel", empty: true, children: /* @__PURE__ */ jsx90(Textbox, {}) })
7066
7088
  }
7067
7089
  ),
7068
- /* @__PURE__ */ jsx87(
7090
+ /* @__PURE__ */ jsx90(
7069
7091
  FormField,
7070
7092
  {
7071
- editor: /* @__PURE__ */ jsx87(FloatingLabel, { label: "FloatingLabel (Focused)", empty: true, focus: true, children: /* @__PURE__ */ jsx87(Textbox, { focus: true }) })
7093
+ editor: /* @__PURE__ */ jsx90(FloatingLabel, { label: "FloatingLabel (Focused)", empty: true, focus: true, children: /* @__PURE__ */ jsx90(Textbox, { focus: true }) })
7072
7094
  }
7073
7095
  ),
7074
- /* @__PURE__ */ jsx87(
7096
+ /* @__PURE__ */ jsx90(
7075
7097
  FormField,
7076
7098
  {
7077
7099
  label: "Upload",
7078
- editor: /* @__PURE__ */ jsx87(Upload, { async: true, status: "done", children: /* @__PURE__ */ jsx87(UploadFile, { progress: "100", status: "success", validationMsg: "File successfully uploaded.", name: "test long long long long long long long long long long long long long.pdf", icon: "file-pdf" }) })
7100
+ editor: /* @__PURE__ */ jsx90(UploadChunk, { status: "done", children: /* @__PURE__ */ jsx90(UploadFile, { progress: "100", status: "success", validationMsg: "File successfully uploaded.", name: "test long long long long long long long long long long long long long.pdf", icon: "file-pdf" }) })
7079
7101
  }
7080
7102
  )
7081
7103
  ] }) })