@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
@@ -4851,8 +4851,22 @@ Window.options = options11;
4851
4851
  Window.className = WINDOW_CLASSNAME;
4852
4852
  Window.defaultProps = defaultProps12;
4853
4853
 
4854
+ // src/window/templates/window-normal.tsx
4855
+ import { Fragment as Fragment9, jsx as jsx21 } from "react/jsx-runtime";
4856
+ var WindowNormal = (props) => /* @__PURE__ */ jsx21(
4857
+ Window,
4858
+ {
4859
+ title: "Title",
4860
+ actions: ["window-minimize", "window", "x"],
4861
+ children: [
4862
+ /* @__PURE__ */ jsx21(Fragment9, { children: "Content" })
4863
+ ],
4864
+ ...props
4865
+ }
4866
+ );
4867
+
4854
4868
  // src/form/form-field.tsx
4855
- import { jsx as jsx21, jsxs as jsxs6 } from "react/jsx-runtime";
4869
+ import { jsx as jsx22, jsxs as jsxs6 } from "react/jsx-runtime";
4856
4870
  var FORMFIELD_CLASSNAME = "k-form-field";
4857
4871
  var states12 = [
4858
4872
  States.disabled
@@ -4888,14 +4902,14 @@ var FormField = (props) => {
4888
4902
  "k-form-label"
4889
4903
  ), children: [
4890
4904
  label,
4891
- optional && /* @__PURE__ */ jsx21("span", { className: "k-label-optional", children: "(Optional)" }),
4892
- info && /* @__PURE__ */ jsx21("span", { className: "k-field-info", children: "(field info)" })
4905
+ optional && /* @__PURE__ */ jsx22("span", { className: "k-label-optional", children: "(Optional)" }),
4906
+ info && /* @__PURE__ */ jsx22("span", { className: "k-field-info", children: "(field info)" })
4893
4907
  ] }),
4894
- orientation === "horizontal" && !label && /* @__PURE__ */ jsx21("span", { className: "k-label k-form-label k-label-empty" }),
4908
+ orientation === "horizontal" && !label && /* @__PURE__ */ jsx22("span", { className: "k-label k-form-label k-label-empty" }),
4895
4909
  /* @__PURE__ */ jsxs6("div", { className: "k-form-field-wrap", children: [
4896
4910
  editor,
4897
- hint && /* @__PURE__ */ jsx21("div", { className: "k-form-hint", children: hint }),
4898
- error && /* @__PURE__ */ jsx21("div", { className: "k-form-error", children: error })
4911
+ hint && /* @__PURE__ */ jsx22("div", { className: "k-form-hint", children: hint }),
4912
+ error && /* @__PURE__ */ jsx22("div", { className: "k-form-error", children: error })
4899
4913
  ] })
4900
4914
  ]
4901
4915
  }
@@ -4904,7 +4918,7 @@ var FormField = (props) => {
4904
4918
  FormField.className = FORMFIELD_CLASSNAME;
4905
4919
 
4906
4920
  // src/form/fieldset.tsx
4907
- import { Fragment as Fragment9, jsx as jsx22, jsxs as jsxs7 } from "react/jsx-runtime";
4921
+ import { Fragment as Fragment10, jsx as jsx23, jsxs as jsxs7 } from "react/jsx-runtime";
4908
4922
  var FIELDSET_CLASSNAME = "k-form-fieldset";
4909
4923
  var Fieldset = (props) => {
4910
4924
  const {
@@ -4915,8 +4929,8 @@ var Fieldset = (props) => {
4915
4929
  gapY
4916
4930
  } = props;
4917
4931
  return /* @__PURE__ */ jsxs7("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
4918
- legend && /* @__PURE__ */ jsx22("legend", { className: "k-form-legend", children: legend }),
4919
- layout === "grid" ? /* @__PURE__ */ jsx22("div", { className: classNames(
4932
+ legend && /* @__PURE__ */ jsx23("legend", { className: "k-form-legend", children: legend }),
4933
+ layout === "grid" ? /* @__PURE__ */ jsx23("div", { className: classNames(
4920
4934
  "k-form-layout",
4921
4935
  "k-d-grid",
4922
4936
  {
@@ -4924,13 +4938,13 @@ var Fieldset = (props) => {
4924
4938
  [`k-gap-x-${gapX}`]: gapX,
4925
4939
  [`k-gap-y-${gapY}`]: gapY
4926
4940
  }
4927
- ), children: props.children }) : /* @__PURE__ */ jsx22(Fragment9, { children: props.children })
4941
+ ), children: props.children }) : /* @__PURE__ */ jsx23(Fragment10, { children: props.children })
4928
4942
  ] });
4929
4943
  };
4930
4944
  Fieldset.className = FIELDSET_CLASSNAME;
4931
4945
 
4932
4946
  // src/form/form.spec.tsx
4933
- import { Fragment as Fragment10, jsx as jsx23, jsxs as jsxs8 } from "react/jsx-runtime";
4947
+ import { Fragment as Fragment11, jsx as jsx24, jsxs as jsxs8 } from "react/jsx-runtime";
4934
4948
  import { createElement as createElement2 } from "react";
4935
4949
  var FORM_CLASSNAME = "k-form";
4936
4950
  var states13 = [];
@@ -4954,7 +4968,7 @@ var Form = (props) => {
4954
4968
  tag = defaultProps13.tag,
4955
4969
  children
4956
4970
  } = props;
4957
- const Parent = ({ tag: tag2, className: className9, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx23("form", { className: className9, children: children2 }) : /* @__PURE__ */ jsx23("div", { className: className9, children: children2 });
4971
+ const Parent = ({ tag: tag2, className: className9, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx24("form", { className: className9, children: children2 }) : /* @__PURE__ */ jsx24("div", { className: className9, children: children2 });
4958
4972
  const formChildren = [];
4959
4973
  if (children) {
4960
4974
  if (Array.isArray(children)) {
@@ -4983,7 +4997,7 @@ var Form = (props) => {
4983
4997
  [`${FORM_CLASSNAME}-${orientation}`]: orientation
4984
4998
  }
4985
4999
  ), children: [
4986
- layout === "grid" ? /* @__PURE__ */ jsx23("div", { className: classNames(
5000
+ layout === "grid" ? /* @__PURE__ */ jsx24("div", { className: classNames(
4987
5001
  "k-form-layout",
4988
5002
  "k-d-grid",
4989
5003
  {
@@ -4991,8 +5005,8 @@ var Form = (props) => {
4991
5005
  [`k-gap-x-${gapX}`]: gapX,
4992
5006
  [`k-gap-y-${gapY}`]: gapY
4993
5007
  }
4994
- ), children: formChildren }) : /* @__PURE__ */ jsx23(Fragment10, { children: formChildren }),
4995
- formButtons && /* @__PURE__ */ jsx23("div", { className: "k-form-buttons", children: formButtons })
5008
+ ), children: formChildren }) : /* @__PURE__ */ jsx24(Fragment11, { children: formChildren }),
5009
+ formButtons && /* @__PURE__ */ jsx24("div", { className: "k-form-buttons", children: formButtons })
4996
5010
  ] });
4997
5011
  };
4998
5012
  Form.states = states13;
@@ -5001,7 +5015,7 @@ Form.className = FORM_CLASSNAME;
5001
5015
  Form.defaultProps = defaultProps13;
5002
5016
 
5003
5017
  // src/input/input.spec.tsx
5004
- import { jsx as jsx24 } from "react/jsx-runtime";
5018
+ import { jsx as jsx25 } from "react/jsx-runtime";
5005
5019
  var INPUT_CLASSNAME = `k-input`;
5006
5020
  var states14 = [
5007
5021
  States.hover,
@@ -5037,7 +5051,7 @@ var Input = (props) => {
5037
5051
  fillMode = defaultProps14.fillMode,
5038
5052
  ...other
5039
5053
  } = props;
5040
- return /* @__PURE__ */ jsx24(
5054
+ return /* @__PURE__ */ jsx25(
5041
5055
  "span",
5042
5056
  {
5043
5057
  ...other,
@@ -5056,7 +5070,7 @@ Input.className = INPUT_CLASSNAME;
5056
5070
  Input.defaultProps = defaultProps14;
5057
5071
 
5058
5072
  // src/input/picker.spec.tsx
5059
- import { jsx as jsx25 } from "react/jsx-runtime";
5073
+ import { jsx as jsx26 } from "react/jsx-runtime";
5060
5074
  var PICKER_CLASSNAME = `k-picker`;
5061
5075
  var pickerStates = [
5062
5076
  States.hover,
@@ -5092,7 +5106,7 @@ var Picker = (props) => {
5092
5106
  fillMode = defaultProps15.fillMode,
5093
5107
  ...other
5094
5108
  } = props;
5095
- return /* @__PURE__ */ jsx25(
5109
+ return /* @__PURE__ */ jsx26(
5096
5110
  "span",
5097
5111
  {
5098
5112
  ...other,
@@ -5112,7 +5126,7 @@ Picker.className = PICKER_CLASSNAME;
5112
5126
  Picker.defaultProps = defaultProps15;
5113
5127
 
5114
5128
  // src/input/input-clear-value.tsx
5115
- import { Fragment as Fragment11, jsx as jsx26 } from "react/jsx-runtime";
5129
+ import { Fragment as Fragment12, jsx as jsx27 } from "react/jsx-runtime";
5116
5130
  var className = `k-clear-value`;
5117
5131
  var states15 = [
5118
5132
  States.disabled,
@@ -5128,16 +5142,16 @@ var InputClearValue = (props) => {
5128
5142
  value
5129
5143
  } = props;
5130
5144
  if (disabled || readonly || loading || !value) {
5131
- return /* @__PURE__ */ jsx26(Fragment11, {});
5145
+ return /* @__PURE__ */ jsx27(Fragment12, {});
5132
5146
  }
5133
- return /* @__PURE__ */ jsx26("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx26(Icon, { icon: "x" }) });
5147
+ return /* @__PURE__ */ jsx27("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx27(Icon, { icon: "x" }) });
5134
5148
  };
5135
5149
  InputClearValue.states = states15;
5136
5150
  InputClearValue.options = options14;
5137
5151
  InputClearValue.className = className;
5138
5152
 
5139
5153
  // src/input/input-inner-input.tsx
5140
- import { jsx as jsx27 } from "react/jsx-runtime";
5154
+ import { jsx as jsx28 } from "react/jsx-runtime";
5141
5155
  var className2 = `k-input-inner`;
5142
5156
  var states16 = [];
5143
5157
  var options15 = {};
@@ -5155,7 +5169,7 @@ var InputInnerInput = (props) => {
5155
5169
  autocomplete = defaultProps16.autocomplete,
5156
5170
  ...other
5157
5171
  } = props;
5158
- return /* @__PURE__ */ jsx27(
5172
+ return /* @__PURE__ */ jsx28(
5159
5173
  "input",
5160
5174
  {
5161
5175
  ...other,
@@ -5172,7 +5186,7 @@ InputInnerInput.options = options15;
5172
5186
  InputInnerInput.className = className2;
5173
5187
 
5174
5188
  // src/input/input-inner-span.tsx
5175
- import { jsx as jsx28, jsxs as jsxs9 } from "react/jsx-runtime";
5189
+ import { jsx as jsx29, jsxs as jsxs9 } from "react/jsx-runtime";
5176
5190
  var className3 = `k-input-inner`;
5177
5191
  var states17 = [];
5178
5192
  var options16 = {};
@@ -5192,9 +5206,9 @@ var InputInnerSpan = (props) => {
5192
5206
  className: classNames(props.className, className3, optionClassNames(className3, props)),
5193
5207
  children: [
5194
5208
  valueIcon,
5195
- !valueIcon && valueIconName && /* @__PURE__ */ jsx28(Icon, { className: "k-input-value-icon", icon: valueIconName }),
5209
+ !valueIcon && valueIconName && /* @__PURE__ */ jsx29(Icon, { className: "k-input-value-icon", icon: valueIconName }),
5196
5210
  showValue && !value && placeholder,
5197
- showValue && value && /* @__PURE__ */ jsx28("span", { className: "k-input-value-text", children: value })
5211
+ showValue && value && /* @__PURE__ */ jsx29("span", { className: "k-input-value-text", children: value })
5198
5212
  ]
5199
5213
  }
5200
5214
  );
@@ -5204,7 +5218,7 @@ InputInnerSpan.options = options16;
5204
5218
  InputInnerSpan.className = className3;
5205
5219
 
5206
5220
  // src/input/input-inner-textarea.tsx
5207
- import { jsx as jsx29 } from "react/jsx-runtime";
5221
+ import { jsx as jsx30 } from "react/jsx-runtime";
5208
5222
  var defaultProps17 = {
5209
5223
  value: "",
5210
5224
  placeholder: ""
@@ -5219,7 +5233,7 @@ var InputInnerTextarea = (props) => {
5219
5233
  rows,
5220
5234
  ...other
5221
5235
  } = props;
5222
- return /* @__PURE__ */ jsx29(
5236
+ return /* @__PURE__ */ jsx30(
5223
5237
  "textarea",
5224
5238
  {
5225
5239
  ...other,
@@ -5235,7 +5249,7 @@ InputInnerTextarea.options = options17;
5235
5249
  InputInnerTextarea.className = className4;
5236
5250
 
5237
5251
  // src/input/input-loading-icon.tsx
5238
- import { Fragment as Fragment12, jsx as jsx30 } from "react/jsx-runtime";
5252
+ import { Fragment as Fragment13, jsx as jsx31 } from "react/jsx-runtime";
5239
5253
  var className5 = `k-input-loading-icon`;
5240
5254
  var states19 = [
5241
5255
  States.disabled,
@@ -5247,13 +5261,13 @@ var InputLoadingIcon = (props) => {
5247
5261
  loading
5248
5262
  } = props;
5249
5263
  if (disabled || !loading) {
5250
- return /* @__PURE__ */ jsx30(Fragment12, {});
5264
+ return /* @__PURE__ */ jsx31(Fragment13, {});
5251
5265
  }
5252
- return /* @__PURE__ */ jsx30("span", { className: classNames(props.className, className5, "k-icon k-i-loading") });
5266
+ return /* @__PURE__ */ jsx31("span", { className: classNames(props.className, className5, "k-icon k-i-loading") });
5253
5267
  };
5254
5268
 
5255
5269
  // src/input/input-validation-icon.tsx
5256
- import { Fragment as Fragment13, jsx as jsx31 } from "react/jsx-runtime";
5270
+ import { Fragment as Fragment14, jsx as jsx32 } from "react/jsx-runtime";
5257
5271
  var className6 = `k-input-validation-icon`;
5258
5272
  var states20 = [
5259
5273
  States.valid,
@@ -5272,39 +5286,39 @@ var InputValidationIcon = (props) => {
5272
5286
  const iconName = invalid ? "exclamation-circle" : "check";
5273
5287
  const renderValidationIcon = Boolean(valid || invalid);
5274
5288
  if (disabled || loading || !renderValidationIcon) {
5275
- return /* @__PURE__ */ jsx31(Fragment13, {});
5289
+ return /* @__PURE__ */ jsx32(Fragment14, {});
5276
5290
  }
5277
- return /* @__PURE__ */ jsx31(Icon, { className: classNames(className6), icon: iconName });
5291
+ return /* @__PURE__ */ jsx32(Icon, { className: classNames(className6), icon: iconName });
5278
5292
  };
5279
5293
  InputValidationIcon.states = states20;
5280
5294
  InputValidationIcon.options = options18;
5281
5295
  InputValidationIcon.className = className6;
5282
5296
 
5283
5297
  // src/input/input-prefix.tsx
5284
- import { Fragment as Fragment14, jsx as jsx32 } from "react/jsx-runtime";
5298
+ import { Fragment as Fragment15, jsx as jsx33 } from "react/jsx-runtime";
5285
5299
  var className7 = `k-input-prefix`;
5286
5300
  var InputPrefix = (props) => {
5287
5301
  if (!props.children) {
5288
- return /* @__PURE__ */ jsx32(Fragment14, {});
5302
+ return /* @__PURE__ */ jsx33(Fragment15, {});
5289
5303
  }
5290
- return /* @__PURE__ */ jsx32("span", { className: classNames(className7, props.className), children: props.children });
5304
+ return /* @__PURE__ */ jsx33("span", { className: classNames(className7, props.className), children: props.children });
5291
5305
  };
5292
5306
 
5293
5307
  // src/input/input-suffix.tsx
5294
- import { Fragment as Fragment15, jsx as jsx33 } from "react/jsx-runtime";
5308
+ import { Fragment as Fragment16, jsx as jsx34 } from "react/jsx-runtime";
5295
5309
  var className8 = `k-input-suffix`;
5296
5310
  var InputSuffix = (props) => {
5297
5311
  if (!props.children) {
5298
- return /* @__PURE__ */ jsx33(Fragment15, {});
5312
+ return /* @__PURE__ */ jsx34(Fragment16, {});
5299
5313
  }
5300
- return /* @__PURE__ */ jsx33("span", { className: classNames(className8, props.className), children: props.children });
5314
+ return /* @__PURE__ */ jsx34("span", { className: classNames(className8, props.className), children: props.children });
5301
5315
  };
5302
5316
 
5303
5317
  // src/input/input-separator.tsx
5304
- import { jsx as jsx34 } from "react/jsx-runtime";
5318
+ import { jsx as jsx35 } from "react/jsx-runtime";
5305
5319
 
5306
5320
  // src/textbox/textbox.spec.tsx
5307
- import { jsx as jsx35, jsxs as jsxs10 } from "react/jsx-runtime";
5321
+ import { jsx as jsx36, jsxs as jsxs10 } from "react/jsx-runtime";
5308
5322
  var TEXTBOX_CLASSNAME = `k-textbox`;
5309
5323
  var states21 = [
5310
5324
  States.hover,
@@ -5364,9 +5378,9 @@ var Textbox = (props) => {
5364
5378
  readonly,
5365
5379
  className: classNames(props.className, TEXTBOX_CLASSNAME),
5366
5380
  children: [
5367
- /* @__PURE__ */ jsx35(InputPrefix, { children: prefix }),
5368
- /* @__PURE__ */ jsx35(InputInnerInput, { placeholder, value }),
5369
- /* @__PURE__ */ jsx35(
5381
+ /* @__PURE__ */ jsx36(InputPrefix, { children: prefix }),
5382
+ /* @__PURE__ */ jsx36(InputInnerInput, { placeholder, value }),
5383
+ /* @__PURE__ */ jsx36(
5370
5384
  InputValidationIcon,
5371
5385
  {
5372
5386
  valid,
@@ -5375,14 +5389,14 @@ var Textbox = (props) => {
5375
5389
  disabled
5376
5390
  }
5377
5391
  ),
5378
- /* @__PURE__ */ jsx35(
5392
+ /* @__PURE__ */ jsx36(
5379
5393
  InputLoadingIcon,
5380
5394
  {
5381
5395
  loading,
5382
5396
  disabled
5383
5397
  }
5384
5398
  ),
5385
- showClearButton && /* @__PURE__ */ jsx35(
5399
+ showClearButton && /* @__PURE__ */ jsx36(
5386
5400
  InputClearValue,
5387
5401
  {
5388
5402
  loading,
@@ -5391,7 +5405,7 @@ var Textbox = (props) => {
5391
5405
  value
5392
5406
  }
5393
5407
  ),
5394
- /* @__PURE__ */ jsx35(InputSuffix, { children: suffix })
5408
+ /* @__PURE__ */ jsx36(InputSuffix, { children: suffix })
5395
5409
  ]
5396
5410
  }
5397
5411
  );
@@ -5402,16 +5416,16 @@ Textbox.className = TEXTBOX_CLASSNAME;
5402
5416
  Textbox.defaultProps = defaultProps18;
5403
5417
 
5404
5418
  // src/textbox/templates/textbox-normal.tsx
5405
- import { jsx as jsx36 } from "react/jsx-runtime";
5419
+ import { jsx as jsx37 } from "react/jsx-runtime";
5406
5420
 
5407
5421
  // src/textbox/templates/textbox-prefix.tsx
5408
- import { Fragment as Fragment16, jsx as jsx37, jsxs as jsxs11 } from "react/jsx-runtime";
5422
+ import { Fragment as Fragment17, jsx as jsx38, jsxs as jsxs11 } from "react/jsx-runtime";
5409
5423
 
5410
5424
  // src/textbox/templates/textbox-suffix.tsx
5411
- import { Fragment as Fragment17, jsx as jsx38, jsxs as jsxs12 } from "react/jsx-runtime";
5425
+ import { Fragment as Fragment18, jsx as jsx39, jsxs as jsxs12 } from "react/jsx-runtime";
5412
5426
 
5413
5427
  // src/spreadsheet/tests/spreadsheet-sheets-bar.tsx
5414
- import { Fragment as Fragment18, jsx as jsx39, jsxs as jsxs13 } from "react/jsx-runtime";
5428
+ import { Fragment as Fragment19, jsx as jsx40, jsxs as jsxs13 } from "react/jsx-runtime";
5415
5429
  var style = `
5416
5430
  #test-area {
5417
5431
  max-width: 1180px;
@@ -5434,66 +5448,66 @@ var style = `
5434
5448
  position: relative;
5435
5449
  }
5436
5450
  `;
5437
- var spreadsheet_sheets_bar_default = () => /* @__PURE__ */ jsxs13(Fragment18, { children: [
5438
- /* @__PURE__ */ jsx39("style", { children: style }),
5451
+ var spreadsheet_sheets_bar_default = () => /* @__PURE__ */ jsxs13(Fragment19, { children: [
5452
+ /* @__PURE__ */ jsx40("style", { children: style }),
5439
5453
  /* @__PURE__ */ jsxs13("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: [
5440
- /* @__PURE__ */ jsx39("span", { children: "Sheets Bar" }),
5441
- /* @__PURE__ */ jsx39("section", { children: /* @__PURE__ */ jsx39("div", { style: { width: "100%", height: "auto" }, className: "k-spreadsheet", children: /* @__PURE__ */ jsxs13("div", { className: "k-spreadsheet-sheets-bar", children: [
5442
- /* @__PURE__ */ jsx39(Button, { className: "k-spreadsheet-sheet-add", fillMode: "flat", icon: "plus" }),
5443
- /* @__PURE__ */ jsx39(Button, { className: "k-spreadsheet-sheets-menu", fillMode: "flat", icon: "menu" }),
5444
- /* @__PURE__ */ jsx39("div", { className: "k-spreadsheet-sheets k-tabstrip k-tabstrip-bottom k-tabstrip-scrollable", children: /* @__PURE__ */ jsxs13("div", { className: "k-tabstrip-items-wrapper k-vstack", children: [
5454
+ /* @__PURE__ */ jsx40("span", { children: "Sheets Bar" }),
5455
+ /* @__PURE__ */ jsx40("section", { children: /* @__PURE__ */ jsx40("div", { style: { width: "100%", height: "auto" }, className: "k-spreadsheet", children: /* @__PURE__ */ jsxs13("div", { className: "k-spreadsheet-sheets-bar", children: [
5456
+ /* @__PURE__ */ jsx40(Button, { className: "k-spreadsheet-sheet-add", fillMode: "flat", icon: "plus" }),
5457
+ /* @__PURE__ */ jsx40(Button, { className: "k-spreadsheet-sheets-menu", fillMode: "flat", icon: "menu" }),
5458
+ /* @__PURE__ */ jsx40("div", { className: "k-spreadsheet-sheets k-tabstrip k-tabstrip-bottom k-tabstrip-scrollable", children: /* @__PURE__ */ jsxs13("div", { className: "k-tabstrip-items-wrapper k-vstack", children: [
5445
5459
  /* @__PURE__ */ jsxs13("ul", { className: "k-reset k-tabstrip-items", children: [
5446
5460
  /* @__PURE__ */ jsxs13("li", { className: "k-item k-first", children: [
5447
- /* @__PURE__ */ jsx39("span", { className: "k-link", children: "Sheet 1" }),
5448
- /* @__PURE__ */ jsx39(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
5461
+ /* @__PURE__ */ jsx40("span", { className: "k-link", children: "Sheet 1" }),
5462
+ /* @__PURE__ */ jsx40(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
5449
5463
  ] }),
5450
5464
  /* @__PURE__ */ jsxs13("li", { className: "k-item", children: [
5451
- /* @__PURE__ */ jsx39("span", { className: "k-link", children: "Sheet 2" }),
5452
- /* @__PURE__ */ jsx39(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
5465
+ /* @__PURE__ */ jsx40("span", { className: "k-link", children: "Sheet 2" }),
5466
+ /* @__PURE__ */ jsx40(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
5453
5467
  ] }),
5454
5468
  /* @__PURE__ */ jsxs13("li", { className: "k-item k-active", children: [
5455
- /* @__PURE__ */ jsx39("span", { className: "k-link", children: "Sheet 3" }),
5456
- /* @__PURE__ */ jsx39(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
5469
+ /* @__PURE__ */ jsx40("span", { className: "k-link", children: "Sheet 3" }),
5470
+ /* @__PURE__ */ jsx40(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
5457
5471
  ] }),
5458
5472
  /* @__PURE__ */ jsxs13("li", { className: "k-item k-focus", children: [
5459
- /* @__PURE__ */ jsx39("span", { className: "k-link", children: "Sheet 4" }),
5460
- /* @__PURE__ */ jsx39(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
5473
+ /* @__PURE__ */ jsx40("span", { className: "k-link", children: "Sheet 4" }),
5474
+ /* @__PURE__ */ jsx40(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
5461
5475
  ] }),
5462
5476
  /* @__PURE__ */ jsxs13("li", { className: "k-item", children: [
5463
- /* @__PURE__ */ jsx39("span", { className: "k-link", children: "Sheet 5" }),
5464
- /* @__PURE__ */ jsx39(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
5477
+ /* @__PURE__ */ jsx40("span", { className: "k-link", children: "Sheet 5" }),
5478
+ /* @__PURE__ */ jsx40(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
5465
5479
  ] }),
5466
5480
  /* @__PURE__ */ jsxs13("li", { className: "k-item k-last k-disabled", children: [
5467
- /* @__PURE__ */ jsx39("span", { className: "k-link", children: "Sheet 6" }),
5468
- /* @__PURE__ */ jsx39(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
5481
+ /* @__PURE__ */ jsx40("span", { className: "k-link", children: "Sheet 6" }),
5482
+ /* @__PURE__ */ jsx40(MenuButton, { size: "medium", showArrow: false, icon: "caret-alt-down", fillMode: "flat" })
5469
5483
  ] })
5470
5484
  ] }),
5471
- /* @__PURE__ */ jsx39(Button, { className: "k-tabstrip-prev", fillMode: "flat", icon: "caret-alt-left", rounded: null, size: null }),
5472
- /* @__PURE__ */ jsx39(Button, { className: "k-tabstrip-next", fillMode: "flat", icon: "caret-alt-right", rounded: null, size: null })
5485
+ /* @__PURE__ */ jsx40(Button, { className: "k-tabstrip-prev", fillMode: "flat", icon: "caret-alt-left", rounded: null, size: null }),
5486
+ /* @__PURE__ */ jsx40(Button, { className: "k-tabstrip-next", fillMode: "flat", icon: "caret-alt-right", rounded: null, size: null })
5473
5487
  ] }) })
5474
5488
  ] }) }) }),
5475
- /* @__PURE__ */ jsx39("span", { children: "Sheets Bar ContextMenu" }),
5476
- /* @__PURE__ */ jsx39("section", { children: /* @__PURE__ */ jsx39(Popup, { id: "spreadsheet-context-menu-sheets", className: "k-menu-popup k-context-menu-popup", children: /* @__PURE__ */ jsxs13(MenuList, { className: "k-context-menu", children: [
5477
- /* @__PURE__ */ jsx39(MenuItem, { text: "Delete", icon: "trash" }),
5478
- /* @__PURE__ */ jsx39(MenuItem, { text: "Duplicate", icon: "copy" }),
5479
- /* @__PURE__ */ jsx39(MenuItem, { text: "Rename", icon: "pencil" }),
5480
- /* @__PURE__ */ jsx39(MenuItem, { text: "Hide", icon: "eye-slash" }),
5481
- /* @__PURE__ */ jsx39(MenuSeparator, {}),
5482
- /* @__PURE__ */ jsx39(MenuItem, { text: "Move Right", icon: "arrow-right" }),
5483
- /* @__PURE__ */ jsx39(MenuItem, { text: "Move Left", icon: "arrow-left" })
5489
+ /* @__PURE__ */ jsx40("span", { children: "Sheets Bar ContextMenu" }),
5490
+ /* @__PURE__ */ jsx40("section", { children: /* @__PURE__ */ jsx40(Popup, { id: "spreadsheet-context-menu-sheets", className: "k-menu-popup k-context-menu-popup", children: /* @__PURE__ */ jsxs13(MenuList, { className: "k-context-menu", children: [
5491
+ /* @__PURE__ */ jsx40(MenuItem, { text: "Delete", icon: "trash" }),
5492
+ /* @__PURE__ */ jsx40(MenuItem, { text: "Duplicate", icon: "copy" }),
5493
+ /* @__PURE__ */ jsx40(MenuItem, { text: "Rename", icon: "pencil" }),
5494
+ /* @__PURE__ */ jsx40(MenuItem, { text: "Hide", icon: "eye-slash" }),
5495
+ /* @__PURE__ */ jsx40(MenuSeparator, {}),
5496
+ /* @__PURE__ */ jsx40(MenuItem, { text: "Move Right", icon: "arrow-right" }),
5497
+ /* @__PURE__ */ jsx40(MenuItem, { text: "Move Left", icon: "arrow-left" })
5484
5498
  ] }) }) }),
5485
- /* @__PURE__ */ jsx39("span", { children: "Sheets Bar Rename" }),
5486
- /* @__PURE__ */ jsx39("section", { children: /* @__PURE__ */ jsx39(Window, { title: "Rename Sheet", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "stretched", actionButtons: /* @__PURE__ */ jsxs13(Fragment18, { children: [
5487
- /* @__PURE__ */ jsx39(Button, { themeColor: "primary", children: "Rename" }),
5488
- /* @__PURE__ */ jsx39(Button, { children: "Cancel" })
5489
- ] }), children: /* @__PURE__ */ jsx39(Form, { children: /* @__PURE__ */ jsx39(FormField, { label: "Rename sheet", editor: /* @__PURE__ */ jsx39(Textbox, { placeholder: "Sheet name" }) }) }) }) }),
5490
- /* @__PURE__ */ jsx39("span", { children: "Sheets Bar Delete" }),
5491
- /* @__PURE__ */ jsx39("section", { children: /* @__PURE__ */ jsxs13(Window, { title: "Delete Sheet", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "stretched", actionButtons: /* @__PURE__ */ jsxs13(Fragment18, { children: [
5492
- /* @__PURE__ */ jsx39(Button, { themeColor: "primary", children: "Delete" }),
5493
- /* @__PURE__ */ jsx39(Button, { children: "Cancel" })
5499
+ /* @__PURE__ */ jsx40("span", { children: "Sheets Bar Rename" }),
5500
+ /* @__PURE__ */ jsx40("section", { children: /* @__PURE__ */ jsx40(WindowNormal, { title: "Rename Sheet", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "stretched", actionButtons: /* @__PURE__ */ jsxs13(Fragment19, { children: [
5501
+ /* @__PURE__ */ jsx40(Button, { themeColor: "primary", children: "Rename" }),
5502
+ /* @__PURE__ */ jsx40(Button, { children: "Cancel" })
5503
+ ] }), children: /* @__PURE__ */ jsx40(Form, { children: /* @__PURE__ */ jsx40(FormField, { label: "Rename sheet", editor: /* @__PURE__ */ jsx40(Textbox, { placeholder: "Sheet name" }) }) }) }) }),
5504
+ /* @__PURE__ */ jsx40("span", { children: "Sheets Bar Delete" }),
5505
+ /* @__PURE__ */ jsx40("section", { children: /* @__PURE__ */ jsxs13(WindowNormal, { title: "Delete Sheet", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "stretched", actionButtons: /* @__PURE__ */ jsxs13(Fragment19, { children: [
5506
+ /* @__PURE__ */ jsx40(Button, { themeColor: "primary", children: "Delete" }),
5507
+ /* @__PURE__ */ jsx40(Button, { children: "Cancel" })
5494
5508
  ] }), children: [
5495
- /* @__PURE__ */ jsx39("p", { children: "The deleted sheet data will be lost." }),
5496
- /* @__PURE__ */ jsx39("p", { children: "Are you sure you want to proceed?" })
5509
+ /* @__PURE__ */ jsx40("p", { children: "The deleted sheet data will be lost." }),
5510
+ /* @__PURE__ */ jsx40("p", { children: "Are you sure you want to proceed?" })
5497
5511
  ] }) })
5498
5512
  ] })
5499
5513
  ] });