@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
@@ -6799,335 +6799,349 @@ Window.options = options39;
6799
6799
  Window.className = WINDOW_CLASSNAME;
6800
6800
  Window.defaultProps = defaultProps35;
6801
6801
 
6802
+ // src/window/templates/window-normal.tsx
6803
+ import { Fragment as Fragment23, jsx as jsx91 } from "react/jsx-runtime";
6804
+ var WindowNormal = (props) => /* @__PURE__ */ jsx91(
6805
+ Window,
6806
+ {
6807
+ title: "Title",
6808
+ actions: ["window-minimize", "window", "x"],
6809
+ children: [
6810
+ /* @__PURE__ */ jsx91(Fragment23, { children: "Content" })
6811
+ ],
6812
+ ...props
6813
+ }
6814
+ );
6815
+
6802
6816
  // src/editor/tests/editor-table-wizard.tsx
6803
- import { Fragment as Fragment23, jsx as jsx91, jsxs as jsxs40 } from "react/jsx-runtime";
6817
+ import { Fragment as Fragment24, jsx as jsx92, jsxs as jsxs40 } from "react/jsx-runtime";
6804
6818
  var styles = `
6805
6819
  .k-window {
6806
6820
  width: 100%;
6807
6821
  position: relative;
6808
6822
  }
6809
6823
  `;
6810
- var editor_table_wizard_default = () => /* @__PURE__ */ jsxs40(Fragment23, { children: [
6811
- /* @__PURE__ */ jsx91("style", { children: styles }),
6824
+ var editor_table_wizard_default = () => /* @__PURE__ */ jsxs40(Fragment24, { children: [
6825
+ /* @__PURE__ */ jsx92("style", { children: styles }),
6812
6826
  /* @__PURE__ */ jsxs40("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6813
- /* @__PURE__ */ jsx91("section", { children: /* @__PURE__ */ jsx91(Window, { className: "k-editor-window k-editor-table-wizard-window", title: "Table properties", actions: ["minimize", "maximize", "close"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs40(Fragment23, { children: [
6814
- /* @__PURE__ */ jsx91(Button, { themeColor: "primary", children: "Save" }),
6815
- /* @__PURE__ */ jsx91(Button, { children: "Cancel" })
6827
+ /* @__PURE__ */ jsx92("section", { children: /* @__PURE__ */ jsx92(WindowNormal, { actions: ["x"], className: "k-editor-window k-editor-table-wizard-window", title: "Table properties", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs40(Fragment24, { children: [
6828
+ /* @__PURE__ */ jsx92(Button, { themeColor: "primary", children: "Save" }),
6829
+ /* @__PURE__ */ jsx92(Button, { children: "Cancel" })
6816
6830
  ] }), children: /* @__PURE__ */ jsxs40("div", { className: "k-tabstrip k-tabstrip-top", children: [
6817
- /* @__PURE__ */ jsx91("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ jsxs40("ul", { className: "k-tabstrip-items k-reset", children: [
6818
- /* @__PURE__ */ jsx91("li", { className: "k-item k-first k-active", children: /* @__PURE__ */ jsx91("span", { className: "k-link", children: "General" }) }),
6819
- /* @__PURE__ */ jsx91("li", { className: "k-item k-last", children: /* @__PURE__ */ jsx91("span", { className: "k-link", children: "Advanced" }) })
6831
+ /* @__PURE__ */ jsx92("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ jsxs40("ul", { className: "k-tabstrip-items k-reset", children: [
6832
+ /* @__PURE__ */ jsx92("li", { className: "k-item k-first k-active", children: /* @__PURE__ */ jsx92("span", { className: "k-link", children: "General" }) }),
6833
+ /* @__PURE__ */ jsx92("li", { className: "k-item k-last", children: /* @__PURE__ */ jsx92("span", { className: "k-link", children: "Advanced" }) })
6820
6834
  ] }) }),
6821
- /* @__PURE__ */ jsx91("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ jsxs40(Form, { tag: "div", layout: "grid", cols: 4, gapX: 4, children: [
6822
- /* @__PURE__ */ jsx91(
6835
+ /* @__PURE__ */ jsx92("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ jsxs40(Form, { tag: "div", layout: "grid", cols: 4, gapX: 4, children: [
6836
+ /* @__PURE__ */ jsx92(
6823
6837
  FormField,
6824
6838
  {
6825
6839
  colSpan: "2",
6826
6840
  label: "Rows",
6827
- editor: /* @__PURE__ */ jsx91(NumericTextbox, { value: "3" })
6841
+ editor: /* @__PURE__ */ jsx92(NumericTextbox, { value: "3" })
6828
6842
  }
6829
6843
  ),
6830
- /* @__PURE__ */ jsx91(
6844
+ /* @__PURE__ */ jsx92(
6831
6845
  FormField,
6832
6846
  {
6833
6847
  colSpan: "2",
6834
6848
  label: "Columns",
6835
- editor: /* @__PURE__ */ jsx91(NumericTextbox, { value: "4" })
6849
+ editor: /* @__PURE__ */ jsx92(NumericTextbox, { value: "4" })
6836
6850
  }
6837
6851
  ),
6838
- /* @__PURE__ */ jsx91(
6852
+ /* @__PURE__ */ jsx92(
6839
6853
  FormField,
6840
6854
  {
6841
6855
  colSpan: "1",
6842
6856
  label: "Width",
6843
- editor: /* @__PURE__ */ jsx91(NumericTextbox, {})
6857
+ editor: /* @__PURE__ */ jsx92(NumericTextbox, {})
6844
6858
  }
6845
6859
  ),
6846
- /* @__PURE__ */ jsx91(
6860
+ /* @__PURE__ */ jsx92(
6847
6861
  FormField,
6848
6862
  {
6849
6863
  colSpan: "1",
6850
6864
  label: "\xA0",
6851
- editor: /* @__PURE__ */ jsx91(DropdownList, { placeholder: "%" })
6865
+ editor: /* @__PURE__ */ jsx92(DropdownList, { placeholder: "%" })
6852
6866
  }
6853
6867
  ),
6854
- /* @__PURE__ */ jsx91(
6868
+ /* @__PURE__ */ jsx92(
6855
6869
  FormField,
6856
6870
  {
6857
6871
  colSpan: "1",
6858
6872
  label: "Height",
6859
- editor: /* @__PURE__ */ jsx91(NumericTextbox, { placeholder: "Auto" })
6873
+ editor: /* @__PURE__ */ jsx92(NumericTextbox, { placeholder: "Auto" })
6860
6874
  }
6861
6875
  ),
6862
- /* @__PURE__ */ jsx91(
6876
+ /* @__PURE__ */ jsx92(
6863
6877
  FormField,
6864
6878
  {
6865
6879
  colSpan: "1",
6866
6880
  label: "\xA0",
6867
- editor: /* @__PURE__ */ jsx91(DropdownList, { placeholder: "px" })
6881
+ editor: /* @__PURE__ */ jsx92(DropdownList, { placeholder: "px" })
6868
6882
  }
6869
6883
  ),
6870
- /* @__PURE__ */ jsx91(
6884
+ /* @__PURE__ */ jsx92(
6871
6885
  FormField,
6872
6886
  {
6873
6887
  colSpan: "2",
6874
6888
  label: "Position",
6875
- editor: /* @__PURE__ */ jsx91(DropdownList, { prefix: /* @__PURE__ */ jsx91(Icon, { icon: "table-position-start" }), placeholder: "Left" })
6889
+ editor: /* @__PURE__ */ jsx92(DropdownList, { prefix: /* @__PURE__ */ jsx92(Icon, { icon: "table-position-start" }), placeholder: "Left" })
6876
6890
  }
6877
6891
  ),
6878
- /* @__PURE__ */ jsx91(
6892
+ /* @__PURE__ */ jsx92(
6879
6893
  FormField,
6880
6894
  {
6881
6895
  colSpan: "2",
6882
6896
  label: "Alignment",
6883
- editor: /* @__PURE__ */ jsx91(DropdownList, { prefix: /* @__PURE__ */ jsx91(Icon, { icon: "table-align-middle-left" }), placeholder: "Middle Left" })
6897
+ editor: /* @__PURE__ */ jsx92(DropdownList, { prefix: /* @__PURE__ */ jsx92(Icon, { icon: "table-align-middle-left" }), placeholder: "Middle Left" })
6884
6898
  }
6885
6899
  ),
6886
- /* @__PURE__ */ jsx91(
6900
+ /* @__PURE__ */ jsx92(
6887
6901
  FormField,
6888
6902
  {
6889
6903
  colSpan: "2",
6890
6904
  label: "Cell spacing",
6891
- editor: /* @__PURE__ */ jsx91(NumericTextbox, { placeholder: "Auto" })
6905
+ editor: /* @__PURE__ */ jsx92(NumericTextbox, { placeholder: "Auto" })
6892
6906
  }
6893
6907
  ),
6894
- /* @__PURE__ */ jsx91(
6908
+ /* @__PURE__ */ jsx92(
6895
6909
  FormField,
6896
6910
  {
6897
6911
  colSpan: "2",
6898
6912
  label: "Cell padding",
6899
- editor: /* @__PURE__ */ jsx91(NumericTextbox, { placeholder: "Auto" })
6913
+ editor: /* @__PURE__ */ jsx92(NumericTextbox, { placeholder: "Auto" })
6900
6914
  }
6901
6915
  ),
6902
- /* @__PURE__ */ jsx91(
6916
+ /* @__PURE__ */ jsx92(
6903
6917
  FormField,
6904
6918
  {
6905
6919
  colSpan: "full",
6906
6920
  label: "Table background",
6907
- editor: /* @__PURE__ */ jsx91(ColorPicker, {})
6921
+ editor: /* @__PURE__ */ jsx92(ColorPicker, {})
6908
6922
  }
6909
6923
  ),
6910
- /* @__PURE__ */ jsx91(
6924
+ /* @__PURE__ */ jsx92(
6911
6925
  FormField,
6912
6926
  {
6913
6927
  colSpan: "1",
6914
6928
  label: "Border width",
6915
- editor: /* @__PURE__ */ jsx91(NumericTextbox, { value: "1" })
6929
+ editor: /* @__PURE__ */ jsx92(NumericTextbox, { value: "1" })
6916
6930
  }
6917
6931
  ),
6918
- /* @__PURE__ */ jsx91(
6932
+ /* @__PURE__ */ jsx92(
6919
6933
  FormField,
6920
6934
  {
6921
6935
  colSpan: "1",
6922
6936
  label: "Border color",
6923
- editor: /* @__PURE__ */ jsx91(ColorPicker, {})
6937
+ editor: /* @__PURE__ */ jsx92(ColorPicker, {})
6924
6938
  }
6925
6939
  ),
6926
- /* @__PURE__ */ jsx91(
6940
+ /* @__PURE__ */ jsx92(
6927
6941
  FormField,
6928
6942
  {
6929
6943
  colSpan: "2",
6930
6944
  label: "Border style",
6931
- editor: /* @__PURE__ */ jsx91(DropdownList, { value: "Solid" })
6945
+ editor: /* @__PURE__ */ jsx92(DropdownList, { value: "Solid" })
6932
6946
  }
6933
6947
  ),
6934
- /* @__PURE__ */ jsx91(
6948
+ /* @__PURE__ */ jsx92(
6935
6949
  FormField,
6936
6950
  {
6937
6951
  colSpan: "full",
6938
- editor: /* @__PURE__ */ jsxs40(Fragment23, { children: [
6939
- /* @__PURE__ */ jsx91(Checkbox, {}),
6940
- /* @__PURE__ */ jsx91("label", { className: "k-checkbox-label", children: "Collapse borders" })
6952
+ editor: /* @__PURE__ */ jsxs40(Fragment24, { children: [
6953
+ /* @__PURE__ */ jsx92(Checkbox, {}),
6954
+ /* @__PURE__ */ jsx92("label", { className: "k-checkbox-label", children: "Collapse borders" })
6941
6955
  ] })
6942
6956
  }
6943
6957
  )
6944
6958
  ] }) })
6945
6959
  ] }) }) }),
6946
- /* @__PURE__ */ jsx91("section", { children: /* @__PURE__ */ jsx91(Window, { className: "k-editor-window k-editor-table-wizard-window", title: "Table properties", actions: ["minimize", "maximize", "close"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs40(Fragment23, { children: [
6947
- /* @__PURE__ */ jsx91(Button, { themeColor: "primary", children: "Save" }),
6948
- /* @__PURE__ */ jsx91(Button, { children: "Cancel" })
6960
+ /* @__PURE__ */ jsx92("section", { children: /* @__PURE__ */ jsx92(WindowNormal, { actions: ["x"], className: "k-editor-window k-editor-table-wizard-window", title: "Table properties", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs40(Fragment24, { children: [
6961
+ /* @__PURE__ */ jsx92(Button, { themeColor: "primary", children: "Save" }),
6962
+ /* @__PURE__ */ jsx92(Button, { children: "Cancel" })
6949
6963
  ] }), children: /* @__PURE__ */ jsxs40("div", { className: "k-tabstrip k-tabstrip-top", children: [
6950
- /* @__PURE__ */ jsx91("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ jsxs40("ul", { className: "k-tabstrip-items k-reset", children: [
6951
- /* @__PURE__ */ jsx91("li", { className: "k-item k-first", children: /* @__PURE__ */ jsx91("span", { className: "k-link", children: "General" }) }),
6952
- /* @__PURE__ */ jsx91("li", { className: "k-item k-last k-active", children: /* @__PURE__ */ jsx91("span", { className: "k-link", children: "Advanced" }) })
6964
+ /* @__PURE__ */ jsx92("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ jsxs40("ul", { className: "k-tabstrip-items k-reset", children: [
6965
+ /* @__PURE__ */ jsx92("li", { className: "k-item k-first", children: /* @__PURE__ */ jsx92("span", { className: "k-link", children: "General" }) }),
6966
+ /* @__PURE__ */ jsx92("li", { className: "k-item k-last k-active", children: /* @__PURE__ */ jsx92("span", { className: "k-link", children: "Advanced" }) })
6953
6967
  ] }) }),
6954
- /* @__PURE__ */ jsx91("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ jsxs40(Form, { tag: "div", layout: "grid", children: [
6955
- /* @__PURE__ */ jsx91(FormField, { label: "ID", optional: true, editor: /* @__PURE__ */ jsx91(Textbox, {}) }),
6956
- /* @__PURE__ */ jsx91(FormField, { label: "CSS class", optional: true, editor: /* @__PURE__ */ jsx91(Textbox, {}) }),
6968
+ /* @__PURE__ */ jsx92("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ jsxs40(Form, { tag: "div", layout: "grid", children: [
6969
+ /* @__PURE__ */ jsx92(FormField, { label: "ID", optional: true, editor: /* @__PURE__ */ jsx92(Textbox, {}) }),
6970
+ /* @__PURE__ */ jsx92(FormField, { label: "CSS class", optional: true, editor: /* @__PURE__ */ jsx92(Textbox, {}) }),
6957
6971
  /* @__PURE__ */ jsxs40(Fieldset, { legend: "Accessibility", layout: "grid", cols: 4, gapX: 4, children: [
6958
- /* @__PURE__ */ jsx91(
6972
+ /* @__PURE__ */ jsx92(
6959
6973
  FormField,
6960
6974
  {
6961
6975
  colSpan: "2",
6962
6976
  label: "Caption",
6963
6977
  optional: true,
6964
- editor: /* @__PURE__ */ jsx91(Textbox, {})
6978
+ editor: /* @__PURE__ */ jsx92(Textbox, {})
6965
6979
  }
6966
6980
  ),
6967
- /* @__PURE__ */ jsx91(
6981
+ /* @__PURE__ */ jsx92(
6968
6982
  FormField,
6969
6983
  {
6970
6984
  colSpan: "2",
6971
6985
  label: "Caption alignment",
6972
- editor: /* @__PURE__ */ jsx91(DropdownList, { prefix: /* @__PURE__ */ jsx91(Icon, { icon: "table-align-middle-left" }), placeholder: "Middle Left" })
6986
+ editor: /* @__PURE__ */ jsx92(DropdownList, { prefix: /* @__PURE__ */ jsx92(Icon, { icon: "table-align-middle-left" }), placeholder: "Middle Left" })
6973
6987
  }
6974
6988
  ),
6975
- /* @__PURE__ */ jsx91(
6989
+ /* @__PURE__ */ jsx92(
6976
6990
  FormField,
6977
6991
  {
6978
6992
  colSpan: "1",
6979
6993
  label: "Header rows",
6980
- editor: /* @__PURE__ */ jsx91(NumericTextbox, { value: "0" })
6994
+ editor: /* @__PURE__ */ jsx92(NumericTextbox, { value: "0" })
6981
6995
  }
6982
6996
  ),
6983
- /* @__PURE__ */ jsx91(
6997
+ /* @__PURE__ */ jsx92(
6984
6998
  FormField,
6985
6999
  {
6986
7000
  colSpan: "1",
6987
7001
  label: "Header cols",
6988
- editor: /* @__PURE__ */ jsx91(NumericTextbox, { value: "0" })
7002
+ editor: /* @__PURE__ */ jsx92(NumericTextbox, { value: "0" })
6989
7003
  }
6990
7004
  ),
6991
- /* @__PURE__ */ jsx91(
7005
+ /* @__PURE__ */ jsx92(
6992
7006
  FormField,
6993
7007
  {
6994
7008
  colSpan: "2",
6995
7009
  label: "Associate headers",
6996
- editor: /* @__PURE__ */ jsx91(DropdownList, { value: "Using 'scope' attribu..." })
7010
+ editor: /* @__PURE__ */ jsx92(DropdownList, { value: "Using 'scope' attribu..." })
6997
7011
  }
6998
7012
  ),
6999
- /* @__PURE__ */ jsx91(
7013
+ /* @__PURE__ */ jsx92(
7000
7014
  FormField,
7001
7015
  {
7002
7016
  colSpan: "full",
7003
7017
  label: "Summary",
7004
7018
  optional: true,
7005
- editor: /* @__PURE__ */ jsx91(Textarea, { rows: 3, placeholder: "Summary attribute is not HTML5 compatible" })
7019
+ editor: /* @__PURE__ */ jsx92(Textarea, { rows: 3, placeholder: "Summary attribute is not HTML5 compatible" })
7006
7020
  }
7007
7021
  )
7008
7022
  ] })
7009
7023
  ] }) })
7010
7024
  ] }) }) }),
7011
- /* @__PURE__ */ jsx91("section", { children: /* @__PURE__ */ jsx91(Window, { className: "k-editor-window k-editor-table-wizard-window", title: "Cell properties", actions: ["minimize", "maximize", "close"], actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs40(Fragment23, { children: [
7012
- /* @__PURE__ */ jsx91(Button, { themeColor: "primary", children: "Save" }),
7013
- /* @__PURE__ */ jsx91(Button, { children: "Cancel" })
7025
+ /* @__PURE__ */ jsx92("section", { children: /* @__PURE__ */ jsx92(WindowNormal, { actions: ["x"], className: "k-editor-window k-editor-table-wizard-window", title: "Cell properties", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs40(Fragment24, { children: [
7026
+ /* @__PURE__ */ jsx92(Button, { themeColor: "primary", children: "Save" }),
7027
+ /* @__PURE__ */ jsx92(Button, { children: "Cancel" })
7014
7028
  ] }), children: /* @__PURE__ */ jsxs40(Form, { tag: "div", layout: "grid", cols: 4, gapX: 4, children: [
7015
- /* @__PURE__ */ jsx91(
7029
+ /* @__PURE__ */ jsx92(
7016
7030
  FormField,
7017
7031
  {
7018
7032
  colSpan: "full",
7019
- editor: /* @__PURE__ */ jsxs40(Fragment23, { children: [
7020
- /* @__PURE__ */ jsx91(Checkbox, {}),
7021
- /* @__PURE__ */ jsx91("label", { className: "k-checkbox-label", children: "Apply to all cells" })
7033
+ editor: /* @__PURE__ */ jsxs40(Fragment24, { children: [
7034
+ /* @__PURE__ */ jsx92(Checkbox, {}),
7035
+ /* @__PURE__ */ jsx92("label", { className: "k-checkbox-label", children: "Apply to all cells" })
7022
7036
  ] })
7023
7037
  }
7024
7038
  ),
7025
- /* @__PURE__ */ jsx91(
7039
+ /* @__PURE__ */ jsx92(
7026
7040
  FormField,
7027
7041
  {
7028
7042
  colSpan: "1",
7029
7043
  label: "Width",
7030
- editor: /* @__PURE__ */ jsx91(NumericTextbox, {}),
7044
+ editor: /* @__PURE__ */ jsx92(NumericTextbox, {}),
7031
7045
  hint: "apply to column"
7032
7046
  }
7033
7047
  ),
7034
- /* @__PURE__ */ jsx91(
7048
+ /* @__PURE__ */ jsx92(
7035
7049
  FormField,
7036
7050
  {
7037
7051
  colSpan: "1",
7038
7052
  label: "\xA0",
7039
- editor: /* @__PURE__ */ jsx91(DropdownList, { placeholder: "px" })
7053
+ editor: /* @__PURE__ */ jsx92(DropdownList, { placeholder: "px" })
7040
7054
  }
7041
7055
  ),
7042
- /* @__PURE__ */ jsx91(
7056
+ /* @__PURE__ */ jsx92(
7043
7057
  FormField,
7044
7058
  {
7045
7059
  colSpan: "1",
7046
7060
  label: "Height",
7047
- editor: /* @__PURE__ */ jsx91(NumericTextbox, { placeholder: "Auto" }),
7061
+ editor: /* @__PURE__ */ jsx92(NumericTextbox, { placeholder: "Auto" }),
7048
7062
  hint: "apply to row"
7049
7063
  }
7050
7064
  ),
7051
- /* @__PURE__ */ jsx91(
7065
+ /* @__PURE__ */ jsx92(
7052
7066
  FormField,
7053
7067
  {
7054
7068
  colSpan: "1",
7055
7069
  label: "\xA0",
7056
- editor: /* @__PURE__ */ jsx91(DropdownList, { placeholder: "px" })
7070
+ editor: /* @__PURE__ */ jsx92(DropdownList, { placeholder: "px" })
7057
7071
  }
7058
7072
  ),
7059
- /* @__PURE__ */ jsx91(
7073
+ /* @__PURE__ */ jsx92(
7060
7074
  FormField,
7061
7075
  {
7062
7076
  colSpan: "2",
7063
7077
  label: "Alignment",
7064
- editor: /* @__PURE__ */ jsx91(DropdownList, { prefix: /* @__PURE__ */ jsx91(Icon, { icon: "table-align-middle-left" }), placeholder: "Middle Left" })
7078
+ editor: /* @__PURE__ */ jsx92(DropdownList, { prefix: /* @__PURE__ */ jsx92(Icon, { icon: "table-align-middle-left" }), placeholder: "Middle Left" })
7065
7079
  }
7066
7080
  ),
7067
- /* @__PURE__ */ jsx91(
7081
+ /* @__PURE__ */ jsx92(
7068
7082
  FormField,
7069
7083
  {
7070
7084
  colSpan: "2",
7071
7085
  label: "Text control",
7072
- editor: /* @__PURE__ */ jsx91(DropdownList, { prefix: /* @__PURE__ */ jsx91(Icon, { icon: "text-wrap" }), placeholder: "Wrap" })
7086
+ editor: /* @__PURE__ */ jsx92(DropdownList, { prefix: /* @__PURE__ */ jsx92(Icon, { icon: "text-wrap" }), placeholder: "Wrap" })
7073
7087
  }
7074
7088
  ),
7075
- /* @__PURE__ */ jsx91(
7089
+ /* @__PURE__ */ jsx92(
7076
7090
  FormField,
7077
7091
  {
7078
7092
  colSpan: "2",
7079
7093
  label: "Cell spacing",
7080
- editor: /* @__PURE__ */ jsx91(NumericTextbox, { placeholder: "Auto" })
7094
+ editor: /* @__PURE__ */ jsx92(NumericTextbox, { placeholder: "Auto" })
7081
7095
  }
7082
7096
  ),
7083
- /* @__PURE__ */ jsx91(
7097
+ /* @__PURE__ */ jsx92(
7084
7098
  FormField,
7085
7099
  {
7086
7100
  colSpan: "2",
7087
7101
  label: "Cell padding",
7088
- editor: /* @__PURE__ */ jsx91(NumericTextbox, { placeholder: "Auto" })
7102
+ editor: /* @__PURE__ */ jsx92(NumericTextbox, { placeholder: "Auto" })
7089
7103
  }
7090
7104
  ),
7091
- /* @__PURE__ */ jsx91(
7105
+ /* @__PURE__ */ jsx92(
7092
7106
  FormField,
7093
7107
  {
7094
7108
  colSpan: "1",
7095
7109
  label: "Border width",
7096
- editor: /* @__PURE__ */ jsx91(NumericTextbox, { value: "1" })
7110
+ editor: /* @__PURE__ */ jsx92(NumericTextbox, { value: "1" })
7097
7111
  }
7098
7112
  ),
7099
- /* @__PURE__ */ jsx91(
7113
+ /* @__PURE__ */ jsx92(
7100
7114
  FormField,
7101
7115
  {
7102
7116
  colSpan: "1",
7103
7117
  label: "Border color",
7104
- editor: /* @__PURE__ */ jsx91(ColorPicker, {})
7118
+ editor: /* @__PURE__ */ jsx92(ColorPicker, {})
7105
7119
  }
7106
7120
  ),
7107
- /* @__PURE__ */ jsx91(
7121
+ /* @__PURE__ */ jsx92(
7108
7122
  FormField,
7109
7123
  {
7110
7124
  colSpan: "2",
7111
7125
  label: "Border style",
7112
- editor: /* @__PURE__ */ jsx91(DropdownList, { value: "Solid" })
7126
+ editor: /* @__PURE__ */ jsx92(DropdownList, { value: "Solid" })
7113
7127
  }
7114
7128
  ),
7115
- /* @__PURE__ */ jsx91(
7129
+ /* @__PURE__ */ jsx92(
7116
7130
  FormField,
7117
7131
  {
7118
7132
  colSpan: "full",
7119
7133
  label: "ID",
7120
7134
  optional: true,
7121
- editor: /* @__PURE__ */ jsx91(Textbox, {})
7135
+ editor: /* @__PURE__ */ jsx92(Textbox, {})
7122
7136
  }
7123
7137
  ),
7124
- /* @__PURE__ */ jsx91(
7138
+ /* @__PURE__ */ jsx92(
7125
7139
  FormField,
7126
7140
  {
7127
7141
  colSpan: "full",
7128
7142
  label: "CSS class",
7129
7143
  optional: true,
7130
- editor: /* @__PURE__ */ jsx91(Textbox, {})
7144
+ editor: /* @__PURE__ */ jsx92(Textbox, {})
7131
7145
  }
7132
7146
  )
7133
7147
  ] }) }) })