@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-rtl.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,256 +6854,256 @@ var styles = `
6832
6854
  --kendo-slider-end: 50;
6833
6855
  }
6834
6856
  `;
6835
- var form_field_inputs_rtl_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_rtl_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
  dir: "rtl",
6845
6867
  label: "Textbox:",
6846
- editor: /* @__PURE__ */ jsx87(Textbox, {})
6868
+ editor: /* @__PURE__ */ jsx90(Textbox, {})
6847
6869
  }
6848
6870
  ),
6849
- /* @__PURE__ */ jsx87(
6871
+ /* @__PURE__ */ jsx90(
6850
6872
  FormField,
6851
6873
  {
6852
6874
  dir: "rtl",
6853
6875
  label: "Checkbox:",
6854
- editor: /* @__PURE__ */ jsx87(Checkbox, {})
6876
+ editor: /* @__PURE__ */ jsx90(Checkbox, {})
6855
6877
  }
6856
6878
  ),
6857
- /* @__PURE__ */ jsx87(
6879
+ /* @__PURE__ */ jsx90(
6858
6880
  FormField,
6859
6881
  {
6860
6882
  dir: "rtl",
6861
- editor: /* @__PURE__ */ jsxs36(Fragment24, { children: [
6862
- /* @__PURE__ */ jsx87(Checkbox, {}),
6863
- /* @__PURE__ */ jsx87("label", { className: "k-checkbox-label", children: "Label after the box" })
6883
+ editor: /* @__PURE__ */ jsxs38(Fragment26, { children: [
6884
+ /* @__PURE__ */ jsx90(Checkbox, {}),
6885
+ /* @__PURE__ */ jsx90("label", { className: "k-checkbox-label", children: "Label after the box" })
6864
6886
  ] })
6865
6887
  }
6866
6888
  ),
6867
- /* @__PURE__ */ jsx87(
6889
+ /* @__PURE__ */ jsx90(
6868
6890
  FormField,
6869
6891
  {
6870
6892
  dir: "rtl",
6871
6893
  label: "Radio (Y):",
6872
- editor: /* @__PURE__ */ jsxs36(RadioGroup, { children: [
6873
- /* @__PURE__ */ jsx87(RadioItem, { children: /* @__PURE__ */ jsx87(RadioButtonWithLabelAfter, { children: "Male" }) }),
6874
- /* @__PURE__ */ jsx87(RadioItem, { children: /* @__PURE__ */ jsx87(RadioButtonWithLabelAfter, { children: "Female" }) })
6894
+ editor: /* @__PURE__ */ jsxs38(RadioGroup, { children: [
6895
+ /* @__PURE__ */ jsx90(RadioItem, { children: /* @__PURE__ */ jsx90(RadioButtonWithLabelAfter, { children: "Male" }) }),
6896
+ /* @__PURE__ */ jsx90(RadioItem, { children: /* @__PURE__ */ jsx90(RadioButtonWithLabelAfter, { children: "Female" }) })
6875
6897
  ] })
6876
6898
  }
6877
6899
  ),
6878
- /* @__PURE__ */ jsx87(
6900
+ /* @__PURE__ */ jsx90(
6879
6901
  FormField,
6880
6902
  {
6881
6903
  dir: "rtl",
6882
6904
  label: "Radio (X):",
6883
- editor: /* @__PURE__ */ jsxs36(RadioGroup, { layout: "horizontal", children: [
6884
- /* @__PURE__ */ jsx87(RadioItem, { children: /* @__PURE__ */ jsx87(RadioButtonWithLabelAfter, { children: "Male" }) }),
6885
- /* @__PURE__ */ jsx87(RadioItem, { children: /* @__PURE__ */ jsx87(RadioButtonWithLabelAfter, { children: "Female" }) })
6905
+ editor: /* @__PURE__ */ jsxs38(RadioGroup, { layout: "horizontal", children: [
6906
+ /* @__PURE__ */ jsx90(RadioItem, { children: /* @__PURE__ */ jsx90(RadioButtonWithLabelAfter, { children: "Male" }) }),
6907
+ /* @__PURE__ */ jsx90(RadioItem, { children: /* @__PURE__ */ jsx90(RadioButtonWithLabelAfter, { children: "Female" }) })
6886
6908
  ] })
6887
6909
  }
6888
6910
  ),
6889
- /* @__PURE__ */ jsx87(
6911
+ /* @__PURE__ */ jsx90(
6890
6912
  FormField,
6891
6913
  {
6892
6914
  dir: "rtl",
6893
6915
  label: "Colorpicker:",
6894
- editor: /* @__PURE__ */ jsx87(ColorPicker, {})
6916
+ editor: /* @__PURE__ */ jsx90(ColorPicker, {})
6895
6917
  }
6896
6918
  ),
6897
- /* @__PURE__ */ jsx87(
6919
+ /* @__PURE__ */ jsx90(
6898
6920
  FormField,
6899
6921
  {
6900
6922
  dir: "rtl",
6901
6923
  label: "MaskedTextBox:",
6902
- editor: /* @__PURE__ */ jsx87(MaskedTextbox, {})
6924
+ editor: /* @__PURE__ */ jsx90(MaskedTextbox, {})
6903
6925
  }
6904
6926
  ),
6905
- /* @__PURE__ */ jsx87(
6927
+ /* @__PURE__ */ jsx90(
6906
6928
  FormField,
6907
6929
  {
6908
6930
  dir: "rtl",
6909
6931
  label: "NumericTextBox:",
6910
- editor: /* @__PURE__ */ jsx87(NumericTextbox, {})
6932
+ editor: /* @__PURE__ */ jsx90(NumericTextbox, {})
6911
6933
  }
6912
6934
  ),
6913
- /* @__PURE__ */ jsx87(
6935
+ /* @__PURE__ */ jsx90(
6914
6936
  FormField,
6915
6937
  {
6916
6938
  dir: "rtl",
6917
6939
  label: "Switch:",
6918
- editor: /* @__PURE__ */ jsx87(Switch, { onLabel: "On", offLabel: "Off", checked: true })
6940
+ editor: /* @__PURE__ */ jsx90(Switch, { onLabel: "On", offLabel: "Off", checked: true })
6919
6941
  }
6920
6942
  ),
6921
- /* @__PURE__ */ jsx87(
6943
+ /* @__PURE__ */ jsx90(
6922
6944
  FormField,
6923
6945
  {
6924
6946
  dir: "rtl",
6925
6947
  label: "Slider:",
6926
- editor: /* @__PURE__ */ jsxs36(Slider, { dir: "rtl", children: [
6927
- /* @__PURE__ */ jsx87(SliderTick, { label: true, large: true, text: "0" }),
6928
- /* @__PURE__ */ jsx87(SliderTick, {}),
6929
- /* @__PURE__ */ jsx87(SliderTick, {}),
6930
- /* @__PURE__ */ jsx87(SliderTick, {}),
6931
- /* @__PURE__ */ jsx87(SliderTick, {}),
6932
- /* @__PURE__ */ jsx87(SliderTick, { label: true, large: true, text: "5" }),
6933
- /* @__PURE__ */ jsx87(SliderTick, {}),
6934
- /* @__PURE__ */ jsx87(SliderTick, {}),
6935
- /* @__PURE__ */ jsx87(SliderTick, {}),
6936
- /* @__PURE__ */ jsx87(SliderTick, {}),
6937
- /* @__PURE__ */ jsx87(SliderTick, { label: true, large: true, text: "10" })
6948
+ editor: /* @__PURE__ */ jsxs38(Slider, { dir: "rtl", children: [
6949
+ /* @__PURE__ */ jsx90(SliderTick, { label: true, large: true, text: "0" }),
6950
+ /* @__PURE__ */ jsx90(SliderTick, {}),
6951
+ /* @__PURE__ */ jsx90(SliderTick, {}),
6952
+ /* @__PURE__ */ jsx90(SliderTick, {}),
6953
+ /* @__PURE__ */ jsx90(SliderTick, {}),
6954
+ /* @__PURE__ */ jsx90(SliderTick, { label: true, large: true, text: "5" }),
6955
+ /* @__PURE__ */ jsx90(SliderTick, {}),
6956
+ /* @__PURE__ */ jsx90(SliderTick, {}),
6957
+ /* @__PURE__ */ jsx90(SliderTick, {}),
6958
+ /* @__PURE__ */ jsx90(SliderTick, {}),
6959
+ /* @__PURE__ */ jsx90(SliderTick, { label: true, large: true, text: "10" })
6938
6960
  ] })
6939
6961
  }
6940
6962
  ),
6941
- /* @__PURE__ */ jsx87(
6963
+ /* @__PURE__ */ jsx90(
6942
6964
  FormField,
6943
6965
  {
6944
6966
  dir: "rtl",
6945
- editor: /* @__PURE__ */ jsx87(FloatingLabel, { label: "FloatingLabel", empty: true, children: /* @__PURE__ */ jsx87(Textbox, {}) })
6967
+ editor: /* @__PURE__ */ jsx90(FloatingLabel, { label: "FloatingLabel", empty: true, children: /* @__PURE__ */ jsx90(Textbox, {}) })
6946
6968
  }
6947
6969
  ),
6948
- /* @__PURE__ */ jsx87(
6970
+ /* @__PURE__ */ jsx90(
6949
6971
  FormField,
6950
6972
  {
6951
6973
  dir: "rtl",
6952
- editor: /* @__PURE__ */ jsx87(FloatingLabel, { label: "FloatingLabel (Focused)", empty: true, focus: true, children: /* @__PURE__ */ jsx87(Textbox, { focus: true }) })
6974
+ editor: /* @__PURE__ */ jsx90(FloatingLabel, { label: "FloatingLabel (Focused)", empty: true, focus: true, children: /* @__PURE__ */ jsx90(Textbox, { focus: true }) })
6953
6975
  }
6954
6976
  ),
6955
- /* @__PURE__ */ jsx87(
6977
+ /* @__PURE__ */ jsx90(
6956
6978
  FormField,
6957
6979
  {
6958
6980
  dir: "rtl",
6959
6981
  label: "Upload",
6960
- 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" }) })
6982
+ 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" }) })
6961
6983
  }
6962
6984
  )
6963
6985
  ] }) }),
6964
- /* @__PURE__ */ jsx87("section", { children: /* @__PURE__ */ jsxs36(Form, { orientation: "horizontal", children: [
6965
- /* @__PURE__ */ jsx87(
6986
+ /* @__PURE__ */ jsx90("section", { children: /* @__PURE__ */ jsxs38(Form, { orientation: "horizontal", children: [
6987
+ /* @__PURE__ */ jsx90(
6966
6988
  FormField,
6967
6989
  {
6968
6990
  dir: "rtl",
6969
6991
  label: "Textbox:",
6970
- editor: /* @__PURE__ */ jsx87(Textbox, {})
6992
+ editor: /* @__PURE__ */ jsx90(Textbox, {})
6971
6993
  }
6972
6994
  ),
6973
- /* @__PURE__ */ jsx87(
6995
+ /* @__PURE__ */ jsx90(
6974
6996
  FormField,
6975
6997
  {
6976
6998
  dir: "rtl",
6977
6999
  label: "Checkbox:",
6978
- editor: /* @__PURE__ */ jsx87(Checkbox, {})
7000
+ editor: /* @__PURE__ */ jsx90(Checkbox, {})
6979
7001
  }
6980
7002
  ),
6981
- /* @__PURE__ */ jsx87(
7003
+ /* @__PURE__ */ jsx90(
6982
7004
  FormField,
6983
7005
  {
6984
7006
  dir: "rtl",
6985
- editor: /* @__PURE__ */ jsxs36(Fragment24, { children: [
6986
- /* @__PURE__ */ jsx87(Checkbox, {}),
6987
- /* @__PURE__ */ jsx87("label", { className: "k-checkbox-label", children: "Label after the box" })
7007
+ editor: /* @__PURE__ */ jsxs38(Fragment26, { children: [
7008
+ /* @__PURE__ */ jsx90(Checkbox, {}),
7009
+ /* @__PURE__ */ jsx90("label", { className: "k-checkbox-label", children: "Label after the box" })
6988
7010
  ] })
6989
7011
  }
6990
7012
  ),
6991
- /* @__PURE__ */ jsx87(
7013
+ /* @__PURE__ */ jsx90(
6992
7014
  FormField,
6993
7015
  {
6994
7016
  dir: "rtl",
6995
7017
  label: "Radio (Y):",
6996
- editor: /* @__PURE__ */ jsxs36(RadioGroup, { children: [
6997
- /* @__PURE__ */ jsx87(RadioItem, { children: /* @__PURE__ */ jsx87(RadioButtonWithLabelAfter, { children: "Male" }) }),
6998
- /* @__PURE__ */ jsx87(RadioItem, { children: /* @__PURE__ */ jsx87(RadioButtonWithLabelAfter, { children: "Female" }) })
7018
+ editor: /* @__PURE__ */ jsxs38(RadioGroup, { children: [
7019
+ /* @__PURE__ */ jsx90(RadioItem, { children: /* @__PURE__ */ jsx90(RadioButtonWithLabelAfter, { children: "Male" }) }),
7020
+ /* @__PURE__ */ jsx90(RadioItem, { children: /* @__PURE__ */ jsx90(RadioButtonWithLabelAfter, { children: "Female" }) })
6999
7021
  ] })
7000
7022
  }
7001
7023
  ),
7002
- /* @__PURE__ */ jsx87(
7024
+ /* @__PURE__ */ jsx90(
7003
7025
  FormField,
7004
7026
  {
7005
7027
  dir: "rtl",
7006
7028
  label: "Radio (X):",
7007
- editor: /* @__PURE__ */ jsxs36(RadioGroup, { layout: "horizontal", children: [
7008
- /* @__PURE__ */ jsx87(RadioItem, { children: /* @__PURE__ */ jsx87(RadioButtonWithLabelAfter, { children: "Male" }) }),
7009
- /* @__PURE__ */ jsx87(RadioItem, { children: /* @__PURE__ */ jsx87(RadioButtonWithLabelAfter, { children: "Female" }) })
7029
+ editor: /* @__PURE__ */ jsxs38(RadioGroup, { layout: "horizontal", children: [
7030
+ /* @__PURE__ */ jsx90(RadioItem, { children: /* @__PURE__ */ jsx90(RadioButtonWithLabelAfter, { children: "Male" }) }),
7031
+ /* @__PURE__ */ jsx90(RadioItem, { children: /* @__PURE__ */ jsx90(RadioButtonWithLabelAfter, { children: "Female" }) })
7010
7032
  ] })
7011
7033
  }
7012
7034
  ),
7013
- /* @__PURE__ */ jsx87(
7035
+ /* @__PURE__ */ jsx90(
7014
7036
  FormField,
7015
7037
  {
7016
7038
  dir: "rtl",
7017
7039
  label: "Colorpicker:",
7018
- editor: /* @__PURE__ */ jsx87(ColorPicker, {})
7040
+ editor: /* @__PURE__ */ jsx90(ColorPicker, {})
7019
7041
  }
7020
7042
  ),
7021
- /* @__PURE__ */ jsx87(
7043
+ /* @__PURE__ */ jsx90(
7022
7044
  FormField,
7023
7045
  {
7024
7046
  dir: "rtl",
7025
7047
  label: "MaskedTextBox:",
7026
- editor: /* @__PURE__ */ jsx87(MaskedTextbox, {})
7048
+ editor: /* @__PURE__ */ jsx90(MaskedTextbox, {})
7027
7049
  }
7028
7050
  ),
7029
- /* @__PURE__ */ jsx87(
7051
+ /* @__PURE__ */ jsx90(
7030
7052
  FormField,
7031
7053
  {
7032
7054
  dir: "rtl",
7033
7055
  label: "NumericTextBox:",
7034
- editor: /* @__PURE__ */ jsx87(NumericTextbox, {})
7056
+ editor: /* @__PURE__ */ jsx90(NumericTextbox, {})
7035
7057
  }
7036
7058
  ),
7037
- /* @__PURE__ */ jsx87(
7059
+ /* @__PURE__ */ jsx90(
7038
7060
  FormField,
7039
7061
  {
7040
7062
  dir: "rtl",
7041
7063
  label: "Switch:",
7042
- editor: /* @__PURE__ */ jsx87(Switch, { onLabel: "On", offLabel: "Off", checked: true })
7064
+ editor: /* @__PURE__ */ jsx90(Switch, { onLabel: "On", offLabel: "Off", checked: true })
7043
7065
  }
7044
7066
  ),
7045
- /* @__PURE__ */ jsx87(
7067
+ /* @__PURE__ */ jsx90(
7046
7068
  FormField,
7047
7069
  {
7048
7070
  dir: "rtl",
7049
7071
  label: "Slider",
7050
- editor: /* @__PURE__ */ jsxs36(Slider, { dir: "rtl", children: [
7051
- /* @__PURE__ */ jsx87(SliderTick, { label: true, large: true, text: "0" }),
7052
- /* @__PURE__ */ jsx87(SliderTick, {}),
7053
- /* @__PURE__ */ jsx87(SliderTick, {}),
7054
- /* @__PURE__ */ jsx87(SliderTick, {}),
7055
- /* @__PURE__ */ jsx87(SliderTick, {}),
7056
- /* @__PURE__ */ jsx87(SliderTick, { label: true, large: true, text: "5" }),
7057
- /* @__PURE__ */ jsx87(SliderTick, {}),
7058
- /* @__PURE__ */ jsx87(SliderTick, {}),
7059
- /* @__PURE__ */ jsx87(SliderTick, {}),
7060
- /* @__PURE__ */ jsx87(SliderTick, {}),
7061
- /* @__PURE__ */ jsx87(SliderTick, { label: true, large: true, text: "10" })
7072
+ editor: /* @__PURE__ */ jsxs38(Slider, { dir: "rtl", children: [
7073
+ /* @__PURE__ */ jsx90(SliderTick, { label: true, large: true, text: "0" }),
7074
+ /* @__PURE__ */ jsx90(SliderTick, {}),
7075
+ /* @__PURE__ */ jsx90(SliderTick, {}),
7076
+ /* @__PURE__ */ jsx90(SliderTick, {}),
7077
+ /* @__PURE__ */ jsx90(SliderTick, {}),
7078
+ /* @__PURE__ */ jsx90(SliderTick, { label: true, large: true, text: "5" }),
7079
+ /* @__PURE__ */ jsx90(SliderTick, {}),
7080
+ /* @__PURE__ */ jsx90(SliderTick, {}),
7081
+ /* @__PURE__ */ jsx90(SliderTick, {}),
7082
+ /* @__PURE__ */ jsx90(SliderTick, {}),
7083
+ /* @__PURE__ */ jsx90(SliderTick, { label: true, large: true, text: "10" })
7062
7084
  ] })
7063
7085
  }
7064
7086
  ),
7065
- /* @__PURE__ */ jsx87(
7087
+ /* @__PURE__ */ jsx90(
7066
7088
  FormField,
7067
7089
  {
7068
7090
  dir: "rtl",
7069
- editor: /* @__PURE__ */ jsx87(FloatingLabel, { label: "FloatingLabel", empty: true, children: /* @__PURE__ */ jsx87(Textbox, {}) })
7091
+ editor: /* @__PURE__ */ jsx90(FloatingLabel, { label: "FloatingLabel", empty: true, children: /* @__PURE__ */ jsx90(Textbox, {}) })
7070
7092
  }
7071
7093
  ),
7072
- /* @__PURE__ */ jsx87(
7094
+ /* @__PURE__ */ jsx90(
7073
7095
  FormField,
7074
7096
  {
7075
7097
  dir: "rtl",
7076
- editor: /* @__PURE__ */ jsx87(FloatingLabel, { label: "FloatingLabel (Focused)", empty: true, focus: true, children: /* @__PURE__ */ jsx87(Textbox, { focus: true }) })
7098
+ editor: /* @__PURE__ */ jsx90(FloatingLabel, { label: "FloatingLabel (Focused)", empty: true, focus: true, children: /* @__PURE__ */ jsx90(Textbox, { focus: true }) })
7077
7099
  }
7078
7100
  ),
7079
- /* @__PURE__ */ jsx87(
7101
+ /* @__PURE__ */ jsx90(
7080
7102
  FormField,
7081
7103
  {
7082
7104
  dir: "rtl",
7083
7105
  label: "Upload",
7084
- 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" }) })
7106
+ 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" }) })
7085
7107
  }
7086
7108
  )
7087
7109
  ] }) })