@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
@@ -8516,8 +8516,22 @@ Window.options = options54;
8516
8516
  Window.className = WINDOW_CLASSNAME;
8517
8517
  Window.defaultProps = defaultProps51;
8518
8518
 
8519
- // src/form/form-field.tsx
8519
+ // src/window/templates/window-normal.tsx
8520
8520
  var import_jsx_runtime158 = require("react/jsx-runtime");
8521
+ var WindowNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime158.jsx)(
8522
+ Window,
8523
+ {
8524
+ title: "Title",
8525
+ actions: ["window-minimize", "window", "x"],
8526
+ children: [
8527
+ /* @__PURE__ */ (0, import_jsx_runtime158.jsx)(import_jsx_runtime158.Fragment, { children: "Content" })
8528
+ ],
8529
+ ...props
8530
+ }
8531
+ );
8532
+
8533
+ // src/form/form-field.tsx
8534
+ var import_jsx_runtime159 = require("react/jsx-runtime");
8521
8535
  var FORMFIELD_CLASSNAME = "k-form-field";
8522
8536
  var states59 = [
8523
8537
  States.disabled
@@ -8535,7 +8549,7 @@ var FormField = (props) => {
8535
8549
  dir,
8536
8550
  colSpan
8537
8551
  } = props;
8538
- return /* @__PURE__ */ (0, import_jsx_runtime158.jsxs)(
8552
+ return /* @__PURE__ */ (0, import_jsx_runtime159.jsxs)(
8539
8553
  "div",
8540
8554
  {
8541
8555
  className: classNames(
@@ -8548,19 +8562,19 @@ var FormField = (props) => {
8548
8562
  ),
8549
8563
  dir,
8550
8564
  children: [
8551
- label && /* @__PURE__ */ (0, import_jsx_runtime158.jsxs)("label", { className: classNames(
8565
+ label && /* @__PURE__ */ (0, import_jsx_runtime159.jsxs)("label", { className: classNames(
8552
8566
  "k-label",
8553
8567
  "k-form-label"
8554
8568
  ), children: [
8555
8569
  label,
8556
- optional && /* @__PURE__ */ (0, import_jsx_runtime158.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
8557
- info && /* @__PURE__ */ (0, import_jsx_runtime158.jsx)("span", { className: "k-field-info", children: "(field info)" })
8570
+ optional && /* @__PURE__ */ (0, import_jsx_runtime159.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
8571
+ info && /* @__PURE__ */ (0, import_jsx_runtime159.jsx)("span", { className: "k-field-info", children: "(field info)" })
8558
8572
  ] }),
8559
- orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime158.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
8560
- /* @__PURE__ */ (0, import_jsx_runtime158.jsxs)("div", { className: "k-form-field-wrap", children: [
8573
+ orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime159.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
8574
+ /* @__PURE__ */ (0, import_jsx_runtime159.jsxs)("div", { className: "k-form-field-wrap", children: [
8561
8575
  editor,
8562
- hint && /* @__PURE__ */ (0, import_jsx_runtime158.jsx)("div", { className: "k-form-hint", children: hint }),
8563
- error && /* @__PURE__ */ (0, import_jsx_runtime158.jsx)("div", { className: "k-form-error", children: error })
8576
+ hint && /* @__PURE__ */ (0, import_jsx_runtime159.jsx)("div", { className: "k-form-hint", children: hint }),
8577
+ error && /* @__PURE__ */ (0, import_jsx_runtime159.jsx)("div", { className: "k-form-error", children: error })
8564
8578
  ] })
8565
8579
  ]
8566
8580
  }
@@ -8569,7 +8583,7 @@ var FormField = (props) => {
8569
8583
  FormField.className = FORMFIELD_CLASSNAME;
8570
8584
 
8571
8585
  // src/form/fieldset.tsx
8572
- var import_jsx_runtime159 = require("react/jsx-runtime");
8586
+ var import_jsx_runtime160 = require("react/jsx-runtime");
8573
8587
  var FIELDSET_CLASSNAME = "k-form-fieldset";
8574
8588
  var Fieldset = (props) => {
8575
8589
  const {
@@ -8579,9 +8593,9 @@ var Fieldset = (props) => {
8579
8593
  gapX,
8580
8594
  gapY
8581
8595
  } = props;
8582
- return /* @__PURE__ */ (0, import_jsx_runtime159.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
8583
- legend && /* @__PURE__ */ (0, import_jsx_runtime159.jsx)("legend", { className: "k-form-legend", children: legend }),
8584
- layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime159.jsx)("div", { className: classNames(
8596
+ return /* @__PURE__ */ (0, import_jsx_runtime160.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
8597
+ legend && /* @__PURE__ */ (0, import_jsx_runtime160.jsx)("legend", { className: "k-form-legend", children: legend }),
8598
+ layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime160.jsx)("div", { className: classNames(
8585
8599
  "k-form-layout",
8586
8600
  "k-d-grid",
8587
8601
  {
@@ -8589,13 +8603,13 @@ var Fieldset = (props) => {
8589
8603
  [`k-gap-x-${gapX}`]: gapX,
8590
8604
  [`k-gap-y-${gapY}`]: gapY
8591
8605
  }
8592
- ), children: props.children }) : /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(import_jsx_runtime159.Fragment, { children: props.children })
8606
+ ), children: props.children }) : /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(import_jsx_runtime160.Fragment, { children: props.children })
8593
8607
  ] });
8594
8608
  };
8595
8609
  Fieldset.className = FIELDSET_CLASSNAME;
8596
8610
 
8597
8611
  // src/form/form.spec.tsx
8598
- var import_jsx_runtime160 = require("react/jsx-runtime");
8612
+ var import_jsx_runtime161 = require("react/jsx-runtime");
8599
8613
  var import_react2 = require("react");
8600
8614
  var FORM_CLASSNAME = "k-form";
8601
8615
  var states60 = [];
@@ -8619,7 +8633,7 @@ var Form = (props) => {
8619
8633
  tag = defaultProps52.tag,
8620
8634
  children
8621
8635
  } = props;
8622
- const Parent = ({ tag: tag2, className: className17, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0, import_jsx_runtime160.jsx)("form", { className: className17, children: children2 }) : /* @__PURE__ */ (0, import_jsx_runtime160.jsx)("div", { className: className17, children: children2 });
8636
+ const Parent = ({ tag: tag2, className: className17, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("form", { className: className17, children: children2 }) : /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("div", { className: className17, children: children2 });
8623
8637
  const formChildren = [];
8624
8638
  if (children) {
8625
8639
  if (Array.isArray(children)) {
@@ -8638,7 +8652,7 @@ var Form = (props) => {
8638
8652
  children.type === Fieldset && formChildren.push(/* @__PURE__ */ (0, import_react2.createElement)(Fieldset, { ...children.props, key: `${(/* @__PURE__ */ new Date()).getTime()}` }));
8639
8653
  }
8640
8654
  }
8641
- return /* @__PURE__ */ (0, import_jsx_runtime160.jsxs)(Parent, { tag, className: classNames(
8655
+ return /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(Parent, { tag, className: classNames(
8642
8656
  props.className,
8643
8657
  FORM_CLASSNAME,
8644
8658
  optionClassNames(FORM_CLASSNAME, {
@@ -8648,7 +8662,7 @@ var Form = (props) => {
8648
8662
  [`${FORM_CLASSNAME}-${orientation}`]: orientation
8649
8663
  }
8650
8664
  ), children: [
8651
- layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime160.jsx)("div", { className: classNames(
8665
+ layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("div", { className: classNames(
8652
8666
  "k-form-layout",
8653
8667
  "k-d-grid",
8654
8668
  {
@@ -8656,8 +8670,8 @@ var Form = (props) => {
8656
8670
  [`k-gap-x-${gapX}`]: gapX,
8657
8671
  [`k-gap-y-${gapY}`]: gapY
8658
8672
  }
8659
- ), children: formChildren }) : /* @__PURE__ */ (0, import_jsx_runtime160.jsx)(import_jsx_runtime160.Fragment, { children: formChildren }),
8660
- formButtons && /* @__PURE__ */ (0, import_jsx_runtime160.jsx)("div", { className: "k-form-buttons", children: formButtons })
8673
+ ), children: formChildren }) : /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(import_jsx_runtime161.Fragment, { children: formChildren }),
8674
+ formButtons && /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("div", { className: "k-form-buttons", children: formButtons })
8661
8675
  ] });
8662
8676
  };
8663
8677
  Form.states = states60;
@@ -8666,7 +8680,7 @@ Form.className = FORM_CLASSNAME;
8666
8680
  Form.defaultProps = defaultProps52;
8667
8681
 
8668
8682
  // src/grid/tests/grid-column-resizing-actions.tsx
8669
- var import_jsx_runtime161 = require("react/jsx-runtime");
8683
+ var import_jsx_runtime162 = require("react/jsx-runtime");
8670
8684
  var styles = `
8671
8685
  .k-animation-container,
8672
8686
  .k-popup {
@@ -8683,159 +8697,159 @@ var styles = `
8683
8697
  margin-inline-end: 16px;
8684
8698
  }
8685
8699
  `;
8686
- var grid_column_resizing_actions_default = () => /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(import_jsx_runtime161.Fragment, { children: [
8687
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("style", { children: styles }),
8688
- /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("div", { id: "test-area", children: [
8689
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
8690
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(ChipList, { children: [
8691
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Chip, { text: "Units in Stock", icon: "sort-asc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(import_jsx_runtime161.Fragment, { children: [
8692
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(ChipAction, { type: "more" }),
8693
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(ChipAction, { type: "remove" })
8700
+ var grid_column_resizing_actions_default = () => /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)(import_jsx_runtime162.Fragment, { children: [
8701
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("style", { children: styles }),
8702
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)("div", { id: "test-area", children: [
8703
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
8704
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)(ChipList, { children: [
8705
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(Chip, { text: "Units in Stock", icon: "sort-asc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)(import_jsx_runtime162.Fragment, { children: [
8706
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(ChipAction, { type: "more" }),
8707
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(ChipAction, { type: "remove" })
8694
8708
  ] }) }),
8695
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Chip, { text: "Category", icon: "sort-desc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(import_jsx_runtime161.Fragment, { children: [
8696
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(ChipAction, { type: "more" }),
8697
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(ChipAction, { type: "remove" })
8709
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(Chip, { text: "Category", icon: "sort-desc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)(import_jsx_runtime162.Fragment, { children: [
8710
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(ChipAction, { type: "more" }),
8711
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(ChipAction, { type: "remove" })
8698
8712
  ] }) })
8699
8713
  ] }) }),
8700
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(Table, { size: "medium", className: "k-grid-header-table", children: [
8701
- /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("colgroup", { children: [
8702
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("col", {}),
8703
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("col", {}),
8704
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("col", {})
8714
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)(Table, { size: "medium", className: "k-grid-header-table", children: [
8715
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)("colgroup", { children: [
8716
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("col", {}),
8717
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("col", {}),
8718
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("col", {})
8705
8719
  ] }),
8706
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableThead, { children: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(TableRow, { children: [
8707
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("span", { className: "k-cell-inner", children: [
8708
- /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("span", { className: "k-link", children: [
8709
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-column-title", children: "Product Id" }),
8710
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "sort-asc-small" }) })
8720
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(TableThead, { children: /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)(TableRow, { children: [
8721
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)("span", { className: "k-cell-inner", children: [
8722
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)("span", { className: "k-link", children: [
8723
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("span", { className: "k-column-title", children: "Product Id" }),
8724
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(Icon, { icon: "sort-asc-small" }) })
8711
8725
  ] }),
8712
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "more-vertical" }) })
8726
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(Icon, { icon: "more-vertical" }) })
8713
8727
  ] }) }),
8714
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("span", { className: "k-cell-inner", children: [
8715
- /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("span", { className: "k-link", children: [
8716
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-column-title", children: "Unit Price" }),
8717
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "sort-asc-small" }) })
8728
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)("span", { className: "k-cell-inner", children: [
8729
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)("span", { className: "k-link", children: [
8730
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("span", { className: "k-column-title", children: "Unit Price" }),
8731
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(Icon, { icon: "sort-asc-small" }) })
8718
8732
  ] }),
8719
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "more-vertical" }) })
8733
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(Icon, { icon: "more-vertical" }) })
8720
8734
  ] }) }),
8721
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("span", { className: "k-cell-inner", children: [
8722
- /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("span", { className: "k-link", children: [
8723
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-column-title", children: "Discontinued" }),
8724
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "sort-asc-small" }) })
8735
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)("span", { className: "k-cell-inner", children: [
8736
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)("span", { className: "k-link", children: [
8737
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("span", { className: "k-column-title", children: "Discontinued" }),
8738
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(Icon, { icon: "sort-asc-small" }) })
8725
8739
  ] }),
8726
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "more-vertical" }) })
8740
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(Icon, { icon: "more-vertical" }) })
8727
8741
  ] }) }),
8728
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("span", { className: "k-cell-inner", children: [
8729
- /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("span", { className: "k-link", children: [
8730
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-column-title", children: "Category" }),
8731
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "sort-asc-small" }) })
8742
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)("span", { className: "k-cell-inner", children: [
8743
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)("span", { className: "k-link", children: [
8744
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("span", { className: "k-column-title", children: "Category" }),
8745
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(Icon, { icon: "sort-asc-small" }) })
8732
8746
  ] }),
8733
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "more-vertical" }) })
8747
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(Icon, { icon: "more-vertical" }) })
8734
8748
  ] }) })
8735
8749
  ] }) })
8736
8750
  ] }) }) }),
8737
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(Table, { size: "medium", className: "k-grid-table", children: [
8738
- /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("colgroup", { children: [
8739
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("col", {}),
8740
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("col", {}),
8741
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("col", {})
8751
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)(Table, { size: "medium", className: "k-grid-table", children: [
8752
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)("colgroup", { children: [
8753
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("col", {}),
8754
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("col", {}),
8755
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("col", {})
8742
8756
  ] }),
8743
- /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(TableTbody, { children: [
8744
- /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(TableRow, { className: "k-master-row", children: [
8745
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "Chef Anton's Gumbo" }),
8746
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "21.35" }),
8747
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "0" }),
8748
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "Condiments" })
8757
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)(TableTbody, { children: [
8758
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)(TableRow, { className: "k-master-row", children: [
8759
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(TableTd, { children: "Chef Anton's Gumbo" }),
8760
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(TableTd, { children: "21.35" }),
8761
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(TableTd, { children: "0" }),
8762
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(TableTd, { children: "Condiments" })
8749
8763
  ] }),
8750
- /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(TableRow, { alt: true, children: [
8751
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "Alice Mutton" }),
8752
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "39" }),
8753
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "0" }),
8754
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "Meat/Poultry" })
8764
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)(TableRow, { alt: true, children: [
8765
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(TableTd, { children: "Alice Mutton" }),
8766
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(TableTd, { children: "39" }),
8767
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(TableTd, { children: "0" }),
8768
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(TableTd, { children: "Meat/Poultry" })
8755
8769
  ] }),
8756
- /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(TableRow, { className: "k-master-row", children: [
8757
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "Singaporean Hokkien Fried Mee" }),
8758
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "123.79" }),
8759
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "1" }),
8760
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "Meat/Poultry" })
8770
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)(TableRow, { className: "k-master-row", children: [
8771
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(TableTd, { children: "Singaporean Hokkien Fried Mee" }),
8772
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(TableTd, { children: "123.79" }),
8773
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(TableTd, { children: "1" }),
8774
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(TableTd, { children: "Meat/Poultry" })
8761
8775
  ] }),
8762
- /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(TableRow, { alt: true, children: [
8763
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "Gorgonzola Telino" }),
8764
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "12.5" }),
8765
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "0" }),
8766
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "Meat/Poultry" })
8776
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)(TableRow, { alt: true, children: [
8777
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(TableTd, { children: "Gorgonzola Telino" }),
8778
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(TableTd, { children: "12.5" }),
8779
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(TableTd, { children: "0" }),
8780
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(TableTd, { children: "Meat/Poultry" })
8767
8781
  ] }),
8768
- /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(TableRow, { className: "k-master-row", children: [
8769
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "Perth Pasties" }),
8770
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "32.8" }),
8771
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "0" }),
8772
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(TableTd, { children: "Meat/Poultry" })
8782
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)(TableRow, { className: "k-master-row", children: [
8783
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(TableTd, { children: "Perth Pasties" }),
8784
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(TableTd, { children: "32.8" }),
8785
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(TableTd, { children: "0" }),
8786
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(TableTd, { children: "Meat/Poultry" })
8773
8787
  ] })
8774
8788
  ] })
8775
8789
  ] }) }),
8776
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Pager, { refresh: false, className: "k-grid-pager" })
8790
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(Pager, { refresh: false, className: "k-grid-pager" })
8777
8791
  ] }) }),
8778
- /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(Popup, { className: "k-column-menu k-grid-columnmenu-popup", children: [
8779
- /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("div", { className: "k-columnmenu-item-wrapper", children: [
8780
- /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("div", { className: "k-columnmenu-item", children: [
8781
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "sort-asc-small" }),
8792
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)(Popup, { className: "k-column-menu k-grid-columnmenu-popup", children: [
8793
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)("div", { className: "k-columnmenu-item-wrapper", children: [
8794
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)("div", { className: "k-columnmenu-item", children: [
8795
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(Icon, { icon: "sort-asc-small" }),
8782
8796
  "Sort ascending"
8783
8797
  ] }),
8784
- /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("div", { className: "k-columnmenu-item", children: [
8785
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "sort-desc-small" }),
8798
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)("div", { className: "k-columnmenu-item", children: [
8799
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(Icon, { icon: "sort-desc-small" }),
8786
8800
  "Sort descending"
8787
8801
  ] })
8788
8802
  ] }),
8789
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("div", { className: "k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("div", { className: "k-columnmenu-item", children: [
8790
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "columns" }),
8803
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("div", { className: "k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)("div", { className: "k-columnmenu-item", children: [
8804
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(Icon, { icon: "columns" }),
8791
8805
  "Columns",
8792
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-spacer" }),
8793
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "chevron-down" }) })
8806
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("span", { className: "k-spacer" }),
8807
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(Icon, { icon: "chevron-down" }) })
8794
8808
  ] }) }) }),
8795
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("div", { className: "k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("div", { className: "k-columnmenu-item", children: [
8796
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "filter" }),
8809
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("div", { className: "k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)("div", { className: "k-columnmenu-item", children: [
8810
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(Icon, { icon: "filter" }),
8797
8811
  "Filter",
8798
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-spacer" }),
8799
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "chevron-down" }) })
8812
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("span", { className: "k-spacer" }),
8813
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(Icon, { icon: "chevron-down" }) })
8800
8814
  ] }) }) }),
8801
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("div", { className: "k-columnmenu-item", children: [
8802
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "group" }),
8815
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)("div", { className: "k-columnmenu-item", children: [
8816
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(Icon, { icon: "group" }),
8803
8817
  "Group column"
8804
8818
  ] }) }),
8805
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("div", { className: "k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("div", { className: "k-columnmenu-item", children: [
8806
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "arrows-left-right" }),
8819
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("div", { className: "k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)("div", { className: "k-columnmenu-item", children: [
8820
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(Icon, { icon: "arrows-left-right" }),
8807
8821
  "Resize column",
8808
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-spacer" }),
8809
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "window-restore" }) })
8822
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("span", { className: "k-spacer" }),
8823
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(Icon, { icon: "window-restore" }) })
8810
8824
  ] }) }) }),
8811
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("div", { className: "k-columnmenu-item", children: [
8812
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "group" }),
8825
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)("div", { className: "k-columnmenu-item", children: [
8826
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(Icon, { icon: "group" }),
8813
8827
  "Autosize all columns"
8814
8828
  ] }) }),
8815
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("div", { className: "k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)("div", { className: "k-columnmenu-item", children: [
8816
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "set-column-position" }),
8829
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("div", { className: "k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)("div", { className: "k-columnmenu-item", children: [
8830
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(Icon, { icon: "set-column-position" }),
8817
8831
  "Set column position",
8818
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-spacer" }),
8819
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Icon, { icon: "chevron-down" }) })
8832
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("span", { className: "k-spacer" }),
8833
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(Icon, { icon: "chevron-down" }) })
8820
8834
  ] }) }) })
8821
8835
  ] }),
8822
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Window, { title: "Column Width", actions: ["x"], className: "k-grid-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(import_jsx_runtime161.Fragment, { children: [
8823
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Button, { themeColor: "primary", children: "Apply" }),
8824
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Button, { children: "Cancel" })
8825
- ] }), children: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(Form, { children: [
8826
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(
8836
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(WindowNormal, { title: "Column Width", actions: ["x"], className: "k-grid-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)(import_jsx_runtime162.Fragment, { children: [
8837
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(Button, { themeColor: "primary", children: "Apply" }),
8838
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(Button, { children: "Cancel" })
8839
+ ] }), children: /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)(Form, { children: [
8840
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
8827
8841
  FormField,
8828
8842
  {
8829
8843
  label: "Value in px",
8830
- editor: /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Textbox, { value: "412" })
8844
+ editor: /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(Textbox, { value: "412" })
8831
8845
  }
8832
8846
  ),
8833
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(
8847
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(
8834
8848
  FormField,
8835
8849
  {
8836
- editor: /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(import_jsx_runtime161.Fragment, { children: [
8837
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)(Checkbox, {}),
8838
- /* @__PURE__ */ (0, import_jsx_runtime161.jsx)("label", { className: "k-checkbox-label", children: "Autofit to content" })
8850
+ editor: /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)(import_jsx_runtime162.Fragment, { children: [
8851
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)(Checkbox, {}),
8852
+ /* @__PURE__ */ (0, import_jsx_runtime162.jsx)("label", { className: "k-checkbox-label", children: "Autofit to content" })
8839
8853
  ] })
8840
8854
  }
8841
8855
  )