@progress/kendo-themes-html 7.0.2-dev.4 → 7.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (257) hide show
  1. package/dist/cjs/context-menu/tests/context-menu-in-window.js +45 -31
  2. package/dist/cjs/dialog/tests/dialog-in-window.js +32 -18
  3. package/dist/cjs/editor/tests/editor-find-replace.js +86 -72
  4. package/dist/cjs/editor/tests/editor-image-editor.js +48 -34
  5. package/dist/cjs/editor/tests/editor-table-wizard.js +115 -101
  6. package/dist/cjs/editor/tests/editor-view-source.js +47 -33
  7. package/dist/cjs/fab/fab-item.js +1 -0
  8. package/dist/cjs/fab/templates/icon-fab.js +4426 -0
  9. package/dist/cjs/fab/templates/icon-text-fab.js +4427 -0
  10. package/dist/cjs/fab/templates/text-fab.js +4426 -0
  11. package/dist/cjs/fab/tests/fab-items.js +51 -113
  12. package/dist/cjs/fab/tests/fab-position.js +73 -20
  13. package/dist/cjs/fab/tests/{fab-size.js → fab-size-rounded.js} +89 -93
  14. package/dist/cjs/fab/tests/fab-states.js +67 -14
  15. package/dist/cjs/fab/tests/fab.js +82 -48
  16. package/dist/cjs/filemanager/tests/filemanager-dialogs.js +35 -19
  17. package/dist/cjs/form/tests/form-field-inputs-rtl.js +137 -115
  18. package/dist/cjs/form/tests/form-field-inputs.js +151 -129
  19. package/dist/cjs/gantt/tests/gantt-editing-popup-general.js +434 -420
  20. package/dist/cjs/gantt/tests/gantt-editing-popup-other.js +332 -318
  21. package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +442 -428
  22. package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +485 -471
  23. package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +442 -428
  24. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +140 -126
  25. package/dist/cjs/grid/tests/grid-editing-popup.js +375 -361
  26. package/dist/cjs/index.js +1935 -1659
  27. package/dist/cjs/multiselecttree/multiselecttree.spec.js +712 -18
  28. package/dist/cjs/multiselecttree/templates/multiselecttree-adaptive.js +5837 -0
  29. package/dist/cjs/multiselecttree/templates/multiselecttree-arrow-button.js +5837 -0
  30. package/dist/cjs/multiselecttree/templates/multiselecttree-filtering.js +5968 -0
  31. package/dist/cjs/multiselecttree/templates/multiselecttree-normal.js +5831 -0
  32. package/dist/cjs/multiselecttree/templates/multiselecttree-popup.js +5855 -0
  33. package/dist/cjs/multiselecttree/templates/multiselecttree-value.js +5869 -0
  34. package/dist/cjs/multiselecttree/tests/multiselecttree-adaptive.js +5984 -0
  35. package/dist/cjs/multiselecttree/tests/multiselecttree-flat.js +887 -147
  36. package/dist/cjs/multiselecttree/tests/multiselecttree-opened.js +1283 -937
  37. package/dist/cjs/multiselecttree/tests/multiselecttree-outline.js +887 -147
  38. package/dist/cjs/multiselecttree/tests/{multiselecttree.js → multiselecttree-size-rounded.js} +865 -150
  39. package/dist/cjs/multiselecttree/tests/multiselecttree-solid.js +6048 -0
  40. package/dist/cjs/notification/index.js +51 -1
  41. package/dist/cjs/notification/templates/icon-notification-closable.js +4389 -0
  42. package/dist/cjs/notification/templates/icon-notification.js +4368 -0
  43. package/dist/cjs/notification/templates/notification-closable.js +4388 -0
  44. package/dist/cjs/notification/templates/notification-normal.js +4367 -0
  45. package/dist/cjs/notification/tests/notification-angular-colors.js +4404 -0
  46. package/dist/cjs/notification/tests/notification-angular.js +60 -34
  47. package/dist/cjs/notification/tests/notification-custom-angular.js +48 -20
  48. package/dist/cjs/notification/tests/notification-jquery-colors.js +4441 -0
  49. package/dist/cjs/notification/tests/notification-jquery.js +63 -37
  50. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +457 -441
  51. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +530 -516
  52. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +544 -530
  53. package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +194 -180
  54. package/dist/cjs/spreadsheet/tests/spreadsheet-file-dialogs.js +235 -205
  55. package/dist/cjs/spreadsheet/tests/spreadsheet-find-replace-dialog.js +169 -155
  56. package/dist/cjs/spreadsheet/tests/spreadsheet-format-dialogs.js +471 -457
  57. package/dist/cjs/spreadsheet/tests/spreadsheet-formula-dialog.js +167 -153
  58. package/dist/cjs/spreadsheet/tests/spreadsheet-insert-dialogs.js +267 -237
  59. package/dist/cjs/spreadsheet/tests/spreadsheet-print.js +243 -229
  60. package/dist/cjs/spreadsheet/tests/spreadsheet-sheets-bar.js +123 -109
  61. package/dist/cjs/treelist/tests/treelist-editing-popup.js +317 -303
  62. package/dist/cjs/upload/templates/upload-batch.js +4846 -0
  63. package/dist/cjs/{multiselecttree/tests/multiselecttree-size.js → upload/templates/upload-chunk.js} +396 -768
  64. package/dist/cjs/upload/templates/upload-normal.js +4761 -0
  65. package/dist/cjs/upload/tests/upload-rtl.js +67 -49
  66. package/dist/cjs/upload/tests/upload-states.js +4782 -0
  67. package/dist/cjs/upload/tests/upload.js +62 -36
  68. package/dist/cjs/upload/upload.spec.js +1 -1
  69. package/dist/cjs/window/templates/window-normal.js +4546 -0
  70. package/dist/cjs/window/tests/window-action-buttons.js +30 -16
  71. package/dist/cjs/window/tests/window-rtl.js +23 -9
  72. package/dist/cjs/window/tests/window-theme-colors.js +22 -9
  73. package/dist/cjs/window/tests/window.js +23 -9
  74. package/dist/esm/context-menu/tests/context-menu-in-window.js +43 -29
  75. package/dist/esm/dialog/tests/dialog-in-window.js +30 -16
  76. package/dist/esm/editor/tests/editor-find-replace.js +78 -64
  77. package/dist/esm/editor/tests/editor-image-editor.js +41 -27
  78. package/dist/esm/editor/tests/editor-table-wizard.js +110 -96
  79. package/dist/esm/editor/tests/editor-view-source.js +46 -32
  80. package/dist/esm/fab/fab-item.js +1 -0
  81. package/dist/esm/fab/templates/icon-fab.js +4410 -0
  82. package/dist/esm/fab/templates/icon-text-fab.js +4411 -0
  83. package/dist/esm/fab/templates/text-fab.js +4410 -0
  84. package/dist/esm/fab/tests/fab-items.js +49 -111
  85. package/dist/esm/fab/tests/fab-position.js +71 -18
  86. package/dist/esm/fab/tests/{fab-size.js → fab-size-rounded.js} +85 -89
  87. package/dist/esm/fab/tests/fab-states.js +64 -11
  88. package/dist/esm/fab/tests/fab.js +80 -46
  89. package/dist/esm/filemanager/tests/filemanager-dialogs.js +35 -19
  90. package/dist/esm/form/tests/form-field-inputs-rtl.js +137 -115
  91. package/dist/esm/form/tests/form-field-inputs.js +151 -129
  92. package/dist/esm/gantt/tests/gantt-editing-popup-general.js +381 -367
  93. package/dist/esm/gantt/tests/gantt-editing-popup-other.js +290 -276
  94. package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +386 -372
  95. package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +419 -405
  96. package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +386 -372
  97. package/dist/esm/grid/tests/grid-column-resizing-actions.js +117 -103
  98. package/dist/esm/grid/tests/grid-editing-popup.js +328 -314
  99. package/dist/esm/index.js +1935 -1659
  100. package/dist/esm/multiselecttree/multiselecttree.spec.js +712 -18
  101. package/dist/esm/multiselecttree/templates/multiselecttree-adaptive.js +5821 -0
  102. package/dist/esm/multiselecttree/templates/multiselecttree-arrow-button.js +5821 -0
  103. package/dist/esm/multiselecttree/templates/multiselecttree-filtering.js +5952 -0
  104. package/dist/esm/multiselecttree/templates/multiselecttree-normal.js +5815 -0
  105. package/dist/esm/multiselecttree/templates/multiselecttree-popup.js +5839 -0
  106. package/dist/esm/multiselecttree/templates/multiselecttree-value.js +5853 -0
  107. package/dist/esm/multiselecttree/tests/multiselecttree-adaptive.js +5968 -0
  108. package/dist/esm/multiselecttree/tests/multiselecttree-flat.js +887 -147
  109. package/dist/esm/multiselecttree/tests/multiselecttree-opened.js +1337 -991
  110. package/dist/esm/multiselecttree/tests/multiselecttree-outline.js +887 -147
  111. package/dist/esm/multiselecttree/tests/{multiselecttree.js → multiselecttree-size-rounded.js} +861 -146
  112. package/dist/esm/multiselecttree/tests/multiselecttree-solid.js +6032 -0
  113. package/dist/esm/notification/index.js +51 -1
  114. package/dist/esm/notification/templates/icon-notification-closable.js +4373 -0
  115. package/dist/esm/notification/templates/icon-notification.js +4352 -0
  116. package/dist/esm/notification/templates/notification-closable.js +4372 -0
  117. package/dist/esm/notification/templates/notification-normal.js +4351 -0
  118. package/dist/esm/notification/tests/notification-angular-colors.js +4388 -0
  119. package/dist/esm/notification/tests/notification-angular.js +58 -32
  120. package/dist/esm/notification/tests/notification-custom-angular.js +46 -18
  121. package/dist/esm/notification/tests/notification-jquery-colors.js +4425 -0
  122. package/dist/esm/notification/tests/notification-jquery.js +61 -35
  123. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +457 -441
  124. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +466 -452
  125. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +479 -465
  126. package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +179 -165
  127. package/dist/esm/spreadsheet/tests/spreadsheet-file-dialogs.js +215 -185
  128. package/dist/esm/spreadsheet/tests/spreadsheet-find-replace-dialog.js +155 -141
  129. package/dist/esm/spreadsheet/tests/spreadsheet-format-dialogs.js +409 -395
  130. package/dist/esm/spreadsheet/tests/spreadsheet-formula-dialog.js +153 -139
  131. package/dist/esm/spreadsheet/tests/spreadsheet-insert-dialogs.js +253 -223
  132. package/dist/esm/spreadsheet/tests/spreadsheet-print.js +218 -204
  133. package/dist/esm/spreadsheet/tests/spreadsheet-sheets-bar.js +108 -94
  134. package/dist/esm/treelist/tests/treelist-editing-popup.js +275 -261
  135. package/dist/esm/upload/templates/upload-batch.js +4830 -0
  136. package/dist/esm/{multiselecttree/tests/multiselecttree-size.js → upload/templates/upload-chunk.js} +392 -764
  137. package/dist/esm/upload/templates/upload-normal.js +4745 -0
  138. package/dist/esm/upload/tests/upload-rtl.js +67 -49
  139. package/dist/esm/upload/tests/upload-states.js +4766 -0
  140. package/dist/esm/upload/tests/upload.js +62 -36
  141. package/dist/esm/upload/upload.spec.js +1 -1
  142. package/dist/esm/window/templates/window-normal.js +4530 -0
  143. package/dist/esm/window/tests/window-action-buttons.js +29 -15
  144. package/dist/esm/window/tests/window-rtl.js +22 -8
  145. package/dist/esm/window/tests/window-theme-colors.js +22 -9
  146. package/dist/esm/window/tests/window.js +22 -8
  147. package/dist/types/fab/fab-item.d.ts +4 -1
  148. package/dist/types/fab/index.d.ts +3 -0
  149. package/dist/types/fab/templates/icon-fab.d.ts +1 -0
  150. package/dist/types/fab/templates/icon-text-fab.d.ts +1 -0
  151. package/dist/types/fab/templates/text-fab.d.ts +1 -0
  152. package/dist/types/multiselecttree/index.d.ts +6 -0
  153. package/dist/types/multiselecttree/multiselecttree.spec.d.ts +3 -0
  154. package/dist/types/multiselecttree/templates/multiselecttree-adaptive.d.ts +1 -0
  155. package/dist/types/multiselecttree/templates/multiselecttree-arrow-button.d.ts +1 -0
  156. package/dist/types/multiselecttree/templates/multiselecttree-filtering.d.ts +1 -0
  157. package/dist/types/multiselecttree/templates/multiselecttree-normal.d.ts +1 -0
  158. package/dist/types/multiselecttree/templates/multiselecttree-popup.d.ts +1 -0
  159. package/dist/types/multiselecttree/templates/multiselecttree-value.d.ts +1 -0
  160. package/dist/types/multiselecttree/tests/multiselecttree-solid.d.ts +2 -0
  161. package/dist/types/notification/index.d.ts +4 -0
  162. package/dist/types/notification/templates/icon-notification-closable.d.ts +1 -0
  163. package/dist/types/notification/templates/icon-notification.d.ts +1 -0
  164. package/dist/types/notification/templates/notification-closable.d.ts +1 -0
  165. package/dist/types/notification/templates/notification-normal.d.ts +1 -0
  166. package/dist/types/notification/tests/notification-angular-colors.d.ts +2 -0
  167. package/dist/types/notification/tests/notification-jquery-colors.d.ts +2 -0
  168. package/dist/types/upload/index.d.ts +3 -0
  169. package/dist/types/upload/templates/upload-batch.d.ts +1 -0
  170. package/dist/types/upload/templates/upload-chunk.d.ts +1 -0
  171. package/dist/types/upload/templates/upload-normal.d.ts +1 -0
  172. package/dist/types/upload/tests/upload-states.d.ts +2 -0
  173. package/dist/types/window/index.d.ts +1 -0
  174. package/dist/types/window/templates/window-normal.d.ts +1 -0
  175. package/package.json +2 -2
  176. package/src/context-menu/tests/context-menu-in-window.tsx +3 -3
  177. package/src/dialog/tests/dialog-in-window.tsx +3 -3
  178. package/src/editor/tests/editor-find-replace.tsx +5 -5
  179. package/src/editor/tests/editor-image-editor.tsx +3 -3
  180. package/src/editor/tests/editor-table-wizard.tsx +7 -7
  181. package/src/editor/tests/editor-view-source.tsx +3 -3
  182. package/src/fab/fab-item.tsx +2 -0
  183. package/src/fab/index.ts +3 -0
  184. package/src/fab/templates/icon-fab.tsx +7 -0
  185. package/src/fab/templates/icon-text-fab.tsx +8 -0
  186. package/src/fab/templates/text-fab.tsx +7 -0
  187. package/src/fab/tests/fab-items.tsx +57 -127
  188. package/src/fab/tests/fab-position.tsx +9 -9
  189. package/src/fab/tests/fab-size-rounded.tsx +35 -0
  190. package/src/fab/tests/fab-states.tsx +2 -2
  191. package/src/fab/tests/fab.tsx +14 -110
  192. package/src/filemanager/tests/filemanager-dialogs.tsx +2 -2
  193. package/src/form/tests/form-field-inputs-rtl.tsx +5 -5
  194. package/src/form/tests/form-field-inputs.tsx +5 -5
  195. package/src/gantt/tests/gantt-editing-popup-general.tsx +3 -3
  196. package/src/gantt/tests/gantt-editing-popup-other.tsx +3 -3
  197. package/src/gantt/tests/gantt-editing-popup-predecessors.tsx +3 -3
  198. package/src/gantt/tests/gantt-editing-popup-resources.tsx +3 -3
  199. package/src/gantt/tests/gantt-editing-popup-successors.tsx +3 -3
  200. package/src/grid/tests/grid-column-resizing-actions.tsx +3 -3
  201. package/src/grid/tests/grid-editing-popup.tsx +3 -3
  202. package/src/multiselecttree/index.ts +6 -0
  203. package/src/multiselecttree/multiselecttree.spec.tsx +37 -0
  204. package/src/multiselecttree/templates/multiselecttree-adaptive.tsx +8 -0
  205. package/src/multiselecttree/templates/multiselecttree-arrow-button.tsx +8 -0
  206. package/src/multiselecttree/templates/multiselecttree-filtering.tsx +47 -0
  207. package/src/multiselecttree/templates/multiselecttree-normal.tsx +3 -0
  208. package/src/multiselecttree/templates/multiselecttree-popup.tsx +36 -0
  209. package/src/multiselecttree/templates/multiselecttree-value.tsx +12 -0
  210. package/src/multiselecttree/tests/multiselecttree-adaptive.tsx +33 -0
  211. package/src/multiselecttree/tests/multiselecttree-flat.tsx +32 -126
  212. package/src/multiselecttree/tests/multiselecttree-opened.tsx +29 -90
  213. package/src/multiselecttree/tests/multiselecttree-outline.tsx +32 -126
  214. package/src/multiselecttree/tests/multiselecttree-size-rounded.tsx +38 -0
  215. package/src/multiselecttree/tests/multiselecttree-solid.tsx +79 -0
  216. package/src/notification/index.tsx +4 -0
  217. package/src/notification/templates/icon-notification-closable.tsx +10 -0
  218. package/src/notification/templates/icon-notification.tsx +9 -0
  219. package/src/notification/templates/notification-closable.tsx +9 -0
  220. package/src/notification/templates/notification-normal.tsx +8 -0
  221. package/src/notification/tests/notification-angular-colors.tsx +28 -0
  222. package/src/notification/tests/notification-angular.tsx +10 -95
  223. package/src/notification/tests/notification-custom-angular.tsx +9 -9
  224. package/src/notification/tests/notification-jquery-colors.tsx +30 -0
  225. package/src/notification/tests/notification-jquery.tsx +10 -95
  226. package/src/pdf-viewer/tests/pdf-viewer-blank-page.tsx +2 -2
  227. package/src/scheduler/tests/scheduler-edit-dialog.tsx +3 -3
  228. package/src/scheduler/tests/scheduler-editing-weekly.tsx +3 -3
  229. package/src/spreadsheet/tests/spreadsheet-data-validation.tsx +5 -5
  230. package/src/spreadsheet/tests/spreadsheet-file-dialogs.tsx +9 -9
  231. package/src/spreadsheet/tests/spreadsheet-find-replace-dialog.tsx +3 -3
  232. package/src/spreadsheet/tests/spreadsheet-format-dialogs.tsx +5 -5
  233. package/src/spreadsheet/tests/spreadsheet-formula-dialog.tsx +3 -3
  234. package/src/spreadsheet/tests/spreadsheet-insert-dialogs.tsx +13 -13
  235. package/src/spreadsheet/tests/spreadsheet-print.tsx +5 -5
  236. package/src/spreadsheet/tests/spreadsheet-sheets-bar.tsx +5 -5
  237. package/src/treelist/tests/treelist-editing-popup.tsx +3 -3
  238. package/src/upload/index.ts +3 -0
  239. package/src/upload/templates/upload-batch.tsx +14 -0
  240. package/src/upload/templates/upload-chunk.tsx +12 -0
  241. package/src/upload/templates/upload-normal.tsx +7 -0
  242. package/src/upload/tests/upload-rtl.tsx +35 -48
  243. package/src/upload/tests/upload-states.tsx +29 -0
  244. package/src/upload/tests/upload.tsx +34 -39
  245. package/src/upload/upload.spec.tsx +1 -1
  246. package/src/window/index.ts +1 -0
  247. package/src/window/templates/window-normal.tsx +11 -0
  248. package/src/window/tests/window-action-buttons.tsx +9 -9
  249. package/src/window/tests/window-rtl.tsx +6 -8
  250. package/src/window/tests/window-theme-colors.tsx +6 -18
  251. package/src/window/tests/window.tsx +6 -6
  252. package/src/fab/tests/fab-size.tsx +0 -109
  253. package/src/multiselecttree/tests/multiselecttree-size.tsx +0 -50
  254. package/src/multiselecttree/tests/multiselecttree.tsx +0 -175
  255. /package/dist/types/fab/tests/{fab-size.d.ts → fab-size-rounded.d.ts} +0 -0
  256. /package/dist/types/multiselecttree/tests/{multiselecttree-size.d.ts → multiselecttree-adaptive.d.ts} +0 -0
  257. /package/dist/types/multiselecttree/tests/{multiselecttree.d.ts → multiselecttree-size-rounded.d.ts} +0 -0
@@ -4531,8 +4531,22 @@ Window.options = options6;
4531
4531
  Window.className = WINDOW_CLASSNAME;
4532
4532
  Window.defaultProps = defaultProps6;
4533
4533
 
4534
- // src/menu/menu-item.spec.tsx
4534
+ // src/window/templates/window-normal.tsx
4535
4535
  var import_jsx_runtime10 = require("react/jsx-runtime");
4536
+ var WindowNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
4537
+ Window,
4538
+ {
4539
+ title: "Title",
4540
+ actions: ["window-minimize", "window", "x"],
4541
+ children: [
4542
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(import_jsx_runtime10.Fragment, { children: "Content" })
4543
+ ],
4544
+ ...props
4545
+ }
4546
+ );
4547
+
4548
+ // src/menu/menu-item.spec.tsx
4549
+ var import_jsx_runtime11 = require("react/jsx-runtime");
4536
4550
  var MENUITEM_CLASSNAME = `k-menu-item`;
4537
4551
  var states7 = [
4538
4552
  States.hover,
@@ -4560,7 +4574,7 @@ var MenuItem = (props) => {
4560
4574
  children,
4561
4575
  ...other
4562
4576
  } = props;
4563
- const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(import_jsx_runtime10.Fragment, {});
4577
+ const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_jsx_runtime11.Fragment, {});
4564
4578
  if (children) {
4565
4579
  children.forEach((child) => {
4566
4580
  const component = child.type;
@@ -4574,7 +4588,7 @@ var MenuItem = (props) => {
4574
4588
  if (!expandArrowName) {
4575
4589
  expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
4576
4590
  }
4577
- return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
4591
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
4578
4592
  "li",
4579
4593
  {
4580
4594
  ...other,
@@ -4589,7 +4603,7 @@ var MenuItem = (props) => {
4589
4603
  })
4590
4604
  ),
4591
4605
  children: [
4592
- /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
4606
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
4593
4607
  "span",
4594
4608
  {
4595
4609
  className: classNames(
@@ -4602,9 +4616,9 @@ var MenuItem = (props) => {
4602
4616
  })
4603
4617
  ),
4604
4618
  children: [
4605
- icon && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(Icon, { className: "k-menu-link-icon", icon }),
4606
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("span", { className: "k-menu-link-text", children: text }),
4607
- showArrow && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(Icon, { icon: expandArrowName }) })
4619
+ icon && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(Icon, { className: "k-menu-link-icon", icon }),
4620
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("span", { className: "k-menu-link-text", children: text }),
4621
+ showArrow && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(Icon, { icon: expandArrowName }) })
4608
4622
  ]
4609
4623
  }
4610
4624
  ),
@@ -4620,7 +4634,7 @@ MenuItem.defaultProps = defaultProps7;
4620
4634
  var menu_item_spec_default = MenuItem;
4621
4635
 
4622
4636
  // src/menu/menu-separator.spec.tsx
4623
- var import_jsx_runtime11 = require("react/jsx-runtime");
4637
+ var import_jsx_runtime12 = require("react/jsx-runtime");
4624
4638
  var SEPARATOR_CLASSNAME = `k-separator`;
4625
4639
  var defaultProps8 = {
4626
4640
  orientation: "horizontal"
@@ -4630,7 +4644,7 @@ var MenuSeparator = (props) => {
4630
4644
  orientation = defaultProps8.orientation,
4631
4645
  ...other
4632
4646
  } = props;
4633
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
4647
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
4634
4648
  "li",
4635
4649
  {
4636
4650
  ...other,
@@ -4648,10 +4662,10 @@ var MenuSeparator = (props) => {
4648
4662
  var menu_separator_spec_default = MenuSeparator;
4649
4663
 
4650
4664
  // src/menu/menu-item-content.tsx
4651
- var import_jsx_runtime12 = require("react/jsx-runtime");
4665
+ var import_jsx_runtime13 = require("react/jsx-runtime");
4652
4666
 
4653
4667
  // src/menu/menu-list.spec.tsx
4654
- var import_jsx_runtime13 = require("react/jsx-runtime");
4668
+ var import_jsx_runtime14 = require("react/jsx-runtime");
4655
4669
  var import_react = require("react");
4656
4670
  var MENULIST_CLASSNAME = `k-menu-group`;
4657
4671
  var states8 = [];
@@ -4679,7 +4693,7 @@ var MenuList = (props) => {
4679
4693
  );
4680
4694
  } else if (child.type === menu_separator_spec_default) {
4681
4695
  listChildren.push(
4682
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(menu_separator_spec_default, {})
4696
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(menu_separator_spec_default, {})
4683
4697
  );
4684
4698
  } else {
4685
4699
  listChildren.push(child);
@@ -4687,7 +4701,7 @@ var MenuList = (props) => {
4687
4701
  });
4688
4702
  }
4689
4703
  }
4690
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
4704
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
4691
4705
  "ul",
4692
4706
  {
4693
4707
  ...other,
@@ -4708,7 +4722,7 @@ MenuList.className = MENULIST_CLASSNAME;
4708
4722
  MenuList.defaultProps = defaultProps9;
4709
4723
 
4710
4724
  // src/animation-container/animation-container.spec.tsx
4711
- var import_jsx_runtime14 = require("react/jsx-runtime");
4725
+ var import_jsx_runtime15 = require("react/jsx-runtime");
4712
4726
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4713
4727
  var states9 = [];
4714
4728
  var options9 = {};
@@ -4722,7 +4736,7 @@ var AnimationContainer = (props) => {
4722
4736
  offset,
4723
4737
  ...other
4724
4738
  } = props;
4725
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
4739
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
4726
4740
  "div",
4727
4741
  {
4728
4742
  ...other,
@@ -4734,7 +4748,7 @@ var AnimationContainer = (props) => {
4734
4748
  ["k-animation-container-fixed"]: positionMode === "fixed"
4735
4749
  }
4736
4750
  ),
4737
- children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4751
+ children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4738
4752
  }
4739
4753
  );
4740
4754
  };
@@ -4744,7 +4758,7 @@ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4744
4758
  AnimationContainer.defaultProps = defaultProps10;
4745
4759
 
4746
4760
  // src/popup/popup.spec.tsx
4747
- var import_jsx_runtime15 = require("react/jsx-runtime");
4761
+ var import_jsx_runtime16 = require("react/jsx-runtime");
4748
4762
  var POPUP_CLASSNAME = `k-popup`;
4749
4763
  var states10 = [];
4750
4764
  var options10 = {};
@@ -4757,12 +4771,12 @@ var Popup = (props) => {
4757
4771
  positionMode,
4758
4772
  ...other
4759
4773
  } = props;
4760
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
4774
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
4761
4775
  AnimationContainer,
4762
4776
  {
4763
4777
  positionMode,
4764
4778
  offset,
4765
- children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4779
+ children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4766
4780
  }
4767
4781
  );
4768
4782
  };
@@ -4772,7 +4786,7 @@ Popup.className = POPUP_CLASSNAME;
4772
4786
  Popup.defaultProps = defaultProps11;
4773
4787
 
4774
4788
  // src/context-menu/tests/context-menu-in-window.tsx
4775
- var import_jsx_runtime16 = require("react/jsx-runtime");
4789
+ var import_jsx_runtime17 = require("react/jsx-runtime");
4776
4790
  var styles = `
4777
4791
  #test-area {
4778
4792
  height: 300px;
@@ -4789,17 +4803,17 @@ var styles = `
4789
4803
  position: relative;
4790
4804
  }
4791
4805
  `;
4792
- var context_menu_in_window_default = () => /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(import_jsx_runtime16.Fragment, { children: [
4793
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("style", { children: styles }),
4794
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { id: "test-area", className: "k-d-grid", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("section", { children: [
4795
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(Window, { title: "Window", actions: ["window-minimize", "window", "x"], children: "Target" }),
4796
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(Popup, { className: "k-menu-popup", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(MenuList, { className: "k-context-menu", children: [
4797
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(MenuItem, { text: "Item 1", showArrow: true }),
4798
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(MenuItem, { text: "Item 2", showArrow: true }),
4799
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(MenuItem, { text: "Item 3", showArrow: true }),
4800
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(MenuItem, { text: "Item 4", showArrow: true }),
4801
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(MenuItem, { text: "Item 5", showArrow: true }),
4802
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(MenuItem, { text: "Item 6", showArrow: true })
4806
+ var context_menu_in_window_default = () => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(import_jsx_runtime17.Fragment, { children: [
4807
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("style", { children: styles }),
4808
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { id: "test-area", className: "k-d-grid", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("section", { children: [
4809
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(WindowNormal, { title: "Window", children: "Target" }),
4810
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(Popup, { className: "k-menu-popup", children: /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(MenuList, { className: "k-context-menu", children: [
4811
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(MenuItem, { text: "Item 1", showArrow: true }),
4812
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(MenuItem, { text: "Item 2", showArrow: true }),
4813
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(MenuItem, { text: "Item 3", showArrow: true }),
4814
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(MenuItem, { text: "Item 4", showArrow: true }),
4815
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(MenuItem, { text: "Item 5", showArrow: true }),
4816
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(MenuItem, { text: "Item 6", showArrow: true })
4803
4817
  ] }) })
4804
4818
  ] }) })
4805
4819
  ] });
@@ -4531,8 +4531,22 @@ Window.options = options6;
4531
4531
  Window.className = WINDOW_CLASSNAME;
4532
4532
  Window.defaultProps = defaultProps6;
4533
4533
 
4534
- // src/dialog/dialog.spec.tsx
4534
+ // src/window/templates/window-normal.tsx
4535
4535
  var import_jsx_runtime10 = require("react/jsx-runtime");
4536
+ var WindowNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
4537
+ Window,
4538
+ {
4539
+ title: "Title",
4540
+ actions: ["window-minimize", "window", "x"],
4541
+ children: [
4542
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(import_jsx_runtime10.Fragment, { children: "Content" })
4543
+ ],
4544
+ ...props
4545
+ }
4546
+ );
4547
+
4548
+ // src/dialog/dialog.spec.tsx
4549
+ var import_jsx_runtime11 = require("react/jsx-runtime");
4536
4550
  var DIALOG_CLASSNAME = `k-dialog`;
4537
4551
  var states7 = [];
4538
4552
  var options7 = {
@@ -4552,7 +4566,7 @@ var Dialog = (props) => {
4552
4566
  actionButtonsAlign,
4553
4567
  ...other
4554
4568
  } = props;
4555
- return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
4569
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
4556
4570
  "div",
4557
4571
  {
4558
4572
  ...other,
@@ -4563,14 +4577,14 @@ var Dialog = (props) => {
4563
4577
  optionClassNames(DIALOG_CLASSNAME, { themeColor })
4564
4578
  ),
4565
4579
  children: [
4566
- (title !== void 0 || actions) && /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("div", { className: "k-window-titlebar k-dialog-titlebar", children: [
4567
- title !== void 0 && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("span", { className: "k-window-title k-dialog-title", children: title }),
4568
- actions && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(import_jsx_runtime10.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("div", { className: "k-window-titlebar-actions k-dialog-titlebar-actions", children: actions.map(
4569
- (actionName) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(Button, { icon: actionName, fillMode: "flat", className: "k-window-titlebar-action k-dialog-titlebar-action" }, actionName)
4580
+ (title !== void 0 || actions) && /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("div", { className: "k-window-titlebar k-dialog-titlebar", children: [
4581
+ title !== void 0 && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("span", { className: "k-window-title k-dialog-title", children: title }),
4582
+ actions && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_jsx_runtime11.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("div", { className: "k-window-titlebar-actions k-dialog-titlebar-actions", children: actions.map(
4583
+ (actionName) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(Button, { icon: actionName, fillMode: "flat", className: "k-window-titlebar-action k-dialog-titlebar-action" }, actionName)
4570
4584
  ) }) })
4571
4585
  ] }),
4572
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("div", { className: "k-window-content k-dialog-content", children: props.children }),
4573
- actionButtons && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(ActionButtons, { alignment: actionButtonsAlign, className: "k-window-actions k-dialog-actions", children: actionButtons })
4586
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("div", { className: "k-window-content k-dialog-content", children: props.children }),
4587
+ actionButtons && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(ActionButtons, { alignment: actionButtonsAlign, className: "k-window-actions k-dialog-actions", children: actionButtons })
4574
4588
  ]
4575
4589
  }
4576
4590
  );
@@ -4582,17 +4596,17 @@ Dialog.defaultProps = defaultProps7;
4582
4596
  var dialog_spec_default = Dialog;
4583
4597
 
4584
4598
  // src/dialog/templates/dialog-normal.tsx
4585
- var import_jsx_runtime11 = require("react/jsx-runtime");
4599
+ var import_jsx_runtime12 = require("react/jsx-runtime");
4586
4600
 
4587
4601
  // src/dialog/templates/dialog-modal.tsx
4588
- var import_jsx_runtime12 = require("react/jsx-runtime");
4589
- var DialogModal = ({ children, ...other }) => /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_jsx_runtime12.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "k-dialog-wrapper", children: [
4590
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "k-overlay" }),
4591
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(dialog_spec_default, { ...other, children })
4602
+ var import_jsx_runtime13 = require("react/jsx-runtime");
4603
+ var DialogModal = ({ children, ...other }) => /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_jsx_runtime13.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: "k-dialog-wrapper", children: [
4604
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: "k-overlay" }),
4605
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(dialog_spec_default, { ...other, children })
4592
4606
  ] }) });
4593
4607
 
4594
4608
  // src/dialog/tests/dialog-in-window.tsx
4595
- var import_jsx_runtime13 = require("react/jsx-runtime");
4609
+ var import_jsx_runtime14 = require("react/jsx-runtime");
4596
4610
  var styles = `
4597
4611
  #test-area {
4598
4612
  width: 500px;
@@ -4608,10 +4622,10 @@ var styles = `
4608
4622
  height: 200px;
4609
4623
  }
4610
4624
  `;
4611
- var dialog_in_window_default = () => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(import_jsx_runtime13.Fragment, { children: [
4612
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("style", { children: styles }),
4613
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(Window, { title: "Window with dialog", actions: ["window-minimize", "window", "x"], className: "k-window-wrapper", children: [
4625
+ var dialog_in_window_default = () => /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(import_jsx_runtime14.Fragment, { children: [
4626
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("style", { children: styles }),
4627
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(WindowNormal, { title: "Window with dialog", className: "k-window-wrapper", children: [
4614
4628
  "Window content",
4615
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(DialogModal, { title: "Dialog in window", actions: ["x"], children: "Dialog content" })
4629
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(DialogModal, { title: "Dialog in window", actions: ["x"], children: "Dialog content" })
4616
4630
  ] }) }) })
4617
4631
  ] });
@@ -7844,8 +7844,22 @@ Window.options = options48;
7844
7844
  Window.className = WINDOW_CLASSNAME;
7845
7845
  Window.defaultProps = defaultProps45;
7846
7846
 
7847
- // src/form/form-field.tsx
7847
+ // src/window/templates/window-normal.tsx
7848
7848
  var import_jsx_runtime123 = require("react/jsx-runtime");
7849
+ var WindowNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
7850
+ Window,
7851
+ {
7852
+ title: "Title",
7853
+ actions: ["window-minimize", "window", "x"],
7854
+ children: [
7855
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(import_jsx_runtime123.Fragment, { children: "Content" })
7856
+ ],
7857
+ ...props
7858
+ }
7859
+ );
7860
+
7861
+ // src/form/form-field.tsx
7862
+ var import_jsx_runtime124 = require("react/jsx-runtime");
7849
7863
  var FORMFIELD_CLASSNAME = "k-form-field";
7850
7864
  var states52 = [
7851
7865
  States.disabled
@@ -7863,7 +7877,7 @@ var FormField = (props) => {
7863
7877
  dir,
7864
7878
  colSpan
7865
7879
  } = props;
7866
- return /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)(
7880
+ return /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)(
7867
7881
  "div",
7868
7882
  {
7869
7883
  className: classNames(
@@ -7876,19 +7890,19 @@ var FormField = (props) => {
7876
7890
  ),
7877
7891
  dir,
7878
7892
  children: [
7879
- label && /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("label", { className: classNames(
7893
+ label && /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)("label", { className: classNames(
7880
7894
  "k-label",
7881
7895
  "k-form-label"
7882
7896
  ), children: [
7883
7897
  label,
7884
- optional && /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
7885
- info && /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-field-info", children: "(field info)" })
7898
+ optional && /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
7899
+ info && /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("span", { className: "k-field-info", children: "(field info)" })
7886
7900
  ] }),
7887
- orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
7888
- /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("div", { className: "k-form-field-wrap", children: [
7901
+ orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
7902
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)("div", { className: "k-form-field-wrap", children: [
7889
7903
  editor,
7890
- hint && /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { className: "k-form-hint", children: hint }),
7891
- error && /* @__PURE__ */ (0, import_jsx_runtime123.jsx)("div", { className: "k-form-error", children: error })
7904
+ hint && /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("div", { className: "k-form-hint", children: hint }),
7905
+ error && /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("div", { className: "k-form-error", children: error })
7892
7906
  ] })
7893
7907
  ]
7894
7908
  }
@@ -7897,7 +7911,7 @@ var FormField = (props) => {
7897
7911
  FormField.className = FORMFIELD_CLASSNAME;
7898
7912
 
7899
7913
  // src/form/fieldset.tsx
7900
- var import_jsx_runtime124 = require("react/jsx-runtime");
7914
+ var import_jsx_runtime125 = require("react/jsx-runtime");
7901
7915
  var FIELDSET_CLASSNAME = "k-form-fieldset";
7902
7916
  var Fieldset = (props) => {
7903
7917
  const {
@@ -7907,9 +7921,9 @@ var Fieldset = (props) => {
7907
7921
  gapX,
7908
7922
  gapY
7909
7923
  } = props;
7910
- return /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
7911
- legend && /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("legend", { className: "k-form-legend", children: legend }),
7912
- layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("div", { className: classNames(
7924
+ return /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
7925
+ legend && /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("legend", { className: "k-form-legend", children: legend }),
7926
+ layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: classNames(
7913
7927
  "k-form-layout",
7914
7928
  "k-d-grid",
7915
7929
  {
@@ -7917,13 +7931,13 @@ var Fieldset = (props) => {
7917
7931
  [`k-gap-x-${gapX}`]: gapX,
7918
7932
  [`k-gap-y-${gapY}`]: gapY
7919
7933
  }
7920
- ), children: props.children }) : /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(import_jsx_runtime124.Fragment, { children: props.children })
7934
+ ), children: props.children }) : /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(import_jsx_runtime125.Fragment, { children: props.children })
7921
7935
  ] });
7922
7936
  };
7923
7937
  Fieldset.className = FIELDSET_CLASSNAME;
7924
7938
 
7925
7939
  // src/form/form.spec.tsx
7926
- var import_jsx_runtime125 = require("react/jsx-runtime");
7940
+ var import_jsx_runtime126 = require("react/jsx-runtime");
7927
7941
  var import_react2 = require("react");
7928
7942
  var FORM_CLASSNAME = "k-form";
7929
7943
  var states53 = [];
@@ -7947,7 +7961,7 @@ var Form = (props) => {
7947
7961
  tag = defaultProps46.tag,
7948
7962
  children
7949
7963
  } = props;
7950
- const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("form", { className: className13, children: children2 }) : /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: className13, children: children2 });
7964
+ const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("form", { className: className13, children: children2 }) : /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("div", { className: className13, children: children2 });
7951
7965
  const formChildren = [];
7952
7966
  if (children) {
7953
7967
  if (Array.isArray(children)) {
@@ -7966,7 +7980,7 @@ var Form = (props) => {
7966
7980
  children.type === Fieldset && formChildren.push(/* @__PURE__ */ (0, import_react2.createElement)(Fieldset, { ...children.props, key: `${(/* @__PURE__ */ new Date()).getTime()}` }));
7967
7981
  }
7968
7982
  }
7969
- return /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(Parent, { tag, className: classNames(
7983
+ return /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(Parent, { tag, className: classNames(
7970
7984
  props.className,
7971
7985
  FORM_CLASSNAME,
7972
7986
  optionClassNames(FORM_CLASSNAME, {
@@ -7976,7 +7990,7 @@ var Form = (props) => {
7976
7990
  [`${FORM_CLASSNAME}-${orientation}`]: orientation
7977
7991
  }
7978
7992
  ), children: [
7979
- layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: classNames(
7993
+ layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("div", { className: classNames(
7980
7994
  "k-form-layout",
7981
7995
  "k-d-grid",
7982
7996
  {
@@ -7984,8 +7998,8 @@ var Form = (props) => {
7984
7998
  [`k-gap-x-${gapX}`]: gapX,
7985
7999
  [`k-gap-y-${gapY}`]: gapY
7986
8000
  }
7987
- ), children: formChildren }) : /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(import_jsx_runtime125.Fragment, { children: formChildren }),
7988
- formButtons && /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: "k-form-buttons", children: formButtons })
8001
+ ), children: formChildren }) : /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(import_jsx_runtime126.Fragment, { children: formChildren }),
8002
+ formButtons && /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("div", { className: "k-form-buttons", children: formButtons })
7989
8003
  ] });
7990
8004
  };
7991
8005
  Form.states = states53;
@@ -7994,7 +8008,7 @@ Form.className = FORM_CLASSNAME;
7994
8008
  Form.defaultProps = defaultProps46;
7995
8009
 
7996
8010
  // src/editor/tests/editor-find-replace.tsx
7997
- var import_jsx_runtime126 = require("react/jsx-runtime");
8011
+ var import_jsx_runtime127 = require("react/jsx-runtime");
7998
8012
  var styles = `
7999
8013
  .k-window {
8000
8014
  width: 100%;
@@ -8011,71 +8025,71 @@ var styles = `
8011
8025
  max-width: initial;
8012
8026
  }
8013
8027
  `;
8014
- var editor_find_replace_default = () => /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(import_jsx_runtime126.Fragment, { children: [
8015
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("style", { children: styles }),
8016
- /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
8017
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("span", { children: "Find Window" }),
8018
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("span", { children: "Replace Window" }),
8019
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Window, { title: "Find and Replace", actions: ["x"], children: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("div", { className: "k-tabstrip k-tabstrip-top k-editor-find-replace", children: [
8020
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("ul", { className: "k-tabstrip-items k-reset", children: [
8021
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("li", { className: "k-item k-active k-tab-on-top", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("span", { className: "k-link", children: "Find" }) }),
8022
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("span", { className: "k-link", children: "Replace" }) })
8028
+ var editor_find_replace_default = () => /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(import_jsx_runtime127.Fragment, { children: [
8029
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("style", { children: styles }),
8030
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
8031
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("span", { children: "Find Window" }),
8032
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("span", { children: "Replace Window" }),
8033
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(WindowNormal, { title: "Find and Replace", actions: ["x"], children: /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)("div", { className: "k-tabstrip k-tabstrip-top k-editor-find-replace", children: [
8034
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)("ul", { className: "k-tabstrip-items k-reset", children: [
8035
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("li", { className: "k-item k-active k-tab-on-top", children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("span", { className: "k-link", children: "Find" }) }),
8036
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("span", { className: "k-link", children: "Replace" }) })
8023
8037
  ] }) }),
8024
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(Form, { tag: "div", children: [
8025
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(FormField, { label: "Find What:", editor: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Textbox, { showClearButton: false, value: "editor" }) }),
8026
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(FormField, { editor: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(CheckboxGroup, { className: "k-search-options", children: [
8027
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(CheckboxItem, { children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(CheckboxWithLabelAfter, { children: "Match case" }) }),
8028
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(CheckboxItem, { children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(CheckboxWithLabelAfter, { children: "Match whole word only" }) }),
8029
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(CheckboxItem, { children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(CheckboxWithLabelAfter, { children: "Match cyclic (Wrap around)" }) }),
8030
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(CheckboxItem, { children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(CheckboxWithLabelAfter, { children: "Regular Expression" }) })
8038
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(Form, { tag: "div", children: [
8039
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(FormField, { label: "Find What:", editor: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Textbox, { showClearButton: false, value: "editor" }) }),
8040
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(FormField, { editor: /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(CheckboxGroup, { className: "k-search-options", children: [
8041
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(CheckboxItem, { children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(CheckboxWithLabelAfter, { children: "Match case" }) }),
8042
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(CheckboxItem, { children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(CheckboxWithLabelAfter, { children: "Match whole word only" }) }),
8043
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(CheckboxItem, { children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(CheckboxWithLabelAfter, { children: "Match cyclic (Wrap around)" }) }),
8044
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(CheckboxItem, { children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(CheckboxWithLabelAfter, { children: "Regular Expression" }) })
8031
8045
  ] }) }),
8032
- /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("div", { className: "k-matches-container", children: [
8033
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-left", children: "Prev" }),
8034
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("span", { children: "1 of 3 matches" }),
8035
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-right", children: "Next" })
8046
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)("div", { className: "k-matches-container", children: [
8047
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-left", children: "Prev" }),
8048
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("span", { children: "1 of 3 matches" }),
8049
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-right", children: "Next" })
8036
8050
  ] })
8037
8051
  ] }) })
8038
8052
  ] }) }) }),
8039
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Window, { className: "k-editor-window", title: "Find and Replace", actions: ["x"], children: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("div", { className: "k-tabstrip k-tabstrip-top k-editor-find-replace", children: [
8040
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("ul", { className: "k-tabstrip-items k-reset", children: [
8041
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("span", { className: "k-link", children: "Find" }) }),
8042
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("li", { className: "k-item k-active k-tab-on-top", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("span", { className: "k-link", children: "Replace" }) })
8053
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(WindowNormal, { className: "k-editor-window", title: "Find and Replace", actions: ["x"], children: /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)("div", { className: "k-tabstrip k-tabstrip-top k-editor-find-replace", children: [
8054
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)("ul", { className: "k-tabstrip-items k-reset", children: [
8055
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("span", { className: "k-link", children: "Find" }) }),
8056
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("li", { className: "k-item k-active k-tab-on-top", children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("span", { className: "k-link", children: "Replace" }) })
8043
8057
  ] }) }),
8044
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(Form, { tag: "div", children: [
8045
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(FormField, { label: "Find What:", editor: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Textbox, { showClearButton: false, value: "editor" }) }),
8046
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(FormField, { label: "Replace With:", editor: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Textbox, { showClearButton: false, value: "grid" }) }),
8047
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(FormField, { editor: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(ActionButtons, { alignment: "end", children: [
8048
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Button, { children: "Replace" }),
8049
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Button, { children: "Replace All" })
8058
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(Form, { tag: "div", children: [
8059
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(FormField, { label: "Find What:", editor: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Textbox, { showClearButton: false, value: "editor" }) }),
8060
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(FormField, { label: "Replace With:", editor: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Textbox, { showClearButton: false, value: "grid" }) }),
8061
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(FormField, { editor: /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(ActionButtons, { alignment: "end", children: [
8062
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { children: "Replace" }),
8063
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { children: "Replace All" })
8050
8064
  ] }) }),
8051
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(FormField, { editor: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(CheckboxGroup, { className: "k-search-options", children: [
8052
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(CheckboxItem, { children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(CheckboxWithLabelAfter, { children: "Match case" }) }),
8053
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(CheckboxItem, { children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(CheckboxWithLabelAfter, { children: "Match whole word only" }) }),
8054
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(CheckboxItem, { children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(CheckboxWithLabelAfter, { children: "Match cyclic (Wrap around)" }) }),
8055
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(CheckboxItem, { children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(CheckboxWithLabelAfter, { children: "Regular Expression" }) })
8065
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(FormField, { editor: /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(CheckboxGroup, { className: "k-search-options", children: [
8066
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(CheckboxItem, { children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(CheckboxWithLabelAfter, { children: "Match case" }) }),
8067
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(CheckboxItem, { children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(CheckboxWithLabelAfter, { children: "Match whole word only" }) }),
8068
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(CheckboxItem, { children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(CheckboxWithLabelAfter, { children: "Match cyclic (Wrap around)" }) }),
8069
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(CheckboxItem, { children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(CheckboxWithLabelAfter, { children: "Regular Expression" }) })
8056
8070
  ] }) }),
8057
- /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("div", { className: "k-matches-container", children: [
8058
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-left", children: "Prev" }),
8059
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("span", { children: "1 of 3 matches" }),
8060
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-right", children: "Next" })
8071
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)("div", { className: "k-matches-container", children: [
8072
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-left", children: "Prev" }),
8073
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("span", { children: "1 of 3 matches" }),
8074
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { themeColor: "primary", fillMode: "flat", icon: "chevron-right", children: "Next" })
8061
8075
  ] })
8062
8076
  ] }) })
8063
8077
  ] }) }) }),
8064
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("span", { children: "Text Highlight" }),
8065
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("span", {}),
8066
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(EditorNormal, { style: { height: "150px" }, children: [
8067
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(EditorToolbar, { resizable: true, children: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(ButtonGroup, { children: [
8068
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Button, { icon: "bold" }),
8069
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Button, { icon: "italic" }),
8070
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Button, { icon: "underline" }),
8071
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Button, { icon: "binoculars", selected: true })
8078
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("span", { children: "Text Highlight" }),
8079
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("span", {}),
8080
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(EditorNormal, { style: { height: "150px" }, children: [
8081
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(EditorToolbar, { resizable: true, children: /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(ButtonGroup, { children: [
8082
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { icon: "bold" }),
8083
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { icon: "italic" }),
8084
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { icon: "underline" }),
8085
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Button, { icon: "binoculars", selected: true })
8072
8086
  ] }) }),
8073
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(EditorContent, { children: /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)("div", { className: "ProseMirror", children: [
8074
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("span", { className: "k-text-selected", children: "Word" }),
8087
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(EditorContent, { children: /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)("div", { className: "ProseMirror", children: [
8088
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("span", { className: "k-text-selected", children: "Word" }),
8075
8089
  " and few more ",
8076
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("span", { className: "k-text-highlighted", children: "word" }),
8090
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("span", { className: "k-text-highlighted", children: "word" }),
8077
8091
  "s. And yet again. ",
8078
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("span", { className: "k-text-highlighted", children: "Word" }),
8092
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)("span", { className: "k-text-highlighted", children: "Word" }),
8079
8093
  "."
8080
8094
  ] }) })
8081
8095
  ] }) })