@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
@@ -4512,8 +4512,22 @@ Window.options = options6;
4512
4512
  Window.className = WINDOW_CLASSNAME;
4513
4513
  Window.defaultProps = defaultProps6;
4514
4514
 
4515
+ // src/window/templates/window-normal.tsx
4516
+ import { Fragment as Fragment6, jsx as jsx10 } from "react/jsx-runtime";
4517
+ var WindowNormal = (props) => /* @__PURE__ */ jsx10(
4518
+ Window,
4519
+ {
4520
+ title: "Title",
4521
+ actions: ["window-minimize", "window", "x"],
4522
+ children: [
4523
+ /* @__PURE__ */ jsx10(Fragment6, { children: "Content" })
4524
+ ],
4525
+ ...props
4526
+ }
4527
+ );
4528
+
4515
4529
  // src/form/form-field.tsx
4516
- import { jsx as jsx10, jsxs as jsxs3 } from "react/jsx-runtime";
4530
+ import { jsx as jsx11, jsxs as jsxs3 } from "react/jsx-runtime";
4517
4531
  var FORMFIELD_CLASSNAME = "k-form-field";
4518
4532
  var states7 = [
4519
4533
  States.disabled
@@ -4549,14 +4563,14 @@ var FormField = (props) => {
4549
4563
  "k-form-label"
4550
4564
  ), children: [
4551
4565
  label,
4552
- optional && /* @__PURE__ */ jsx10("span", { className: "k-label-optional", children: "(Optional)" }),
4553
- info && /* @__PURE__ */ jsx10("span", { className: "k-field-info", children: "(field info)" })
4566
+ optional && /* @__PURE__ */ jsx11("span", { className: "k-label-optional", children: "(Optional)" }),
4567
+ info && /* @__PURE__ */ jsx11("span", { className: "k-field-info", children: "(field info)" })
4554
4568
  ] }),
4555
- orientation === "horizontal" && !label && /* @__PURE__ */ jsx10("span", { className: "k-label k-form-label k-label-empty" }),
4569
+ orientation === "horizontal" && !label && /* @__PURE__ */ jsx11("span", { className: "k-label k-form-label k-label-empty" }),
4556
4570
  /* @__PURE__ */ jsxs3("div", { className: "k-form-field-wrap", children: [
4557
4571
  editor,
4558
- hint && /* @__PURE__ */ jsx10("div", { className: "k-form-hint", children: hint }),
4559
- error && /* @__PURE__ */ jsx10("div", { className: "k-form-error", children: error })
4572
+ hint && /* @__PURE__ */ jsx11("div", { className: "k-form-hint", children: hint }),
4573
+ error && /* @__PURE__ */ jsx11("div", { className: "k-form-error", children: error })
4560
4574
  ] })
4561
4575
  ]
4562
4576
  }
@@ -4565,7 +4579,7 @@ var FormField = (props) => {
4565
4579
  FormField.className = FORMFIELD_CLASSNAME;
4566
4580
 
4567
4581
  // src/form/fieldset.tsx
4568
- import { Fragment as Fragment6, jsx as jsx11, jsxs as jsxs4 } from "react/jsx-runtime";
4582
+ import { Fragment as Fragment7, jsx as jsx12, jsxs as jsxs4 } from "react/jsx-runtime";
4569
4583
  var FIELDSET_CLASSNAME = "k-form-fieldset";
4570
4584
  var Fieldset = (props) => {
4571
4585
  const {
@@ -4576,8 +4590,8 @@ var Fieldset = (props) => {
4576
4590
  gapY
4577
4591
  } = props;
4578
4592
  return /* @__PURE__ */ jsxs4("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
4579
- legend && /* @__PURE__ */ jsx11("legend", { className: "k-form-legend", children: legend }),
4580
- layout === "grid" ? /* @__PURE__ */ jsx11("div", { className: classNames(
4593
+ legend && /* @__PURE__ */ jsx12("legend", { className: "k-form-legend", children: legend }),
4594
+ layout === "grid" ? /* @__PURE__ */ jsx12("div", { className: classNames(
4581
4595
  "k-form-layout",
4582
4596
  "k-d-grid",
4583
4597
  {
@@ -4585,13 +4599,13 @@ var Fieldset = (props) => {
4585
4599
  [`k-gap-x-${gapX}`]: gapX,
4586
4600
  [`k-gap-y-${gapY}`]: gapY
4587
4601
  }
4588
- ), children: props.children }) : /* @__PURE__ */ jsx11(Fragment6, { children: props.children })
4602
+ ), children: props.children }) : /* @__PURE__ */ jsx12(Fragment7, { children: props.children })
4589
4603
  ] });
4590
4604
  };
4591
4605
  Fieldset.className = FIELDSET_CLASSNAME;
4592
4606
 
4593
4607
  // src/form/form.spec.tsx
4594
- import { Fragment as Fragment7, jsx as jsx12, jsxs as jsxs5 } from "react/jsx-runtime";
4608
+ import { Fragment as Fragment8, jsx as jsx13, jsxs as jsxs5 } from "react/jsx-runtime";
4595
4609
  import { createElement } from "react";
4596
4610
  var FORM_CLASSNAME = "k-form";
4597
4611
  var states8 = [];
@@ -4615,7 +4629,7 @@ var Form = (props) => {
4615
4629
  tag = defaultProps7.tag,
4616
4630
  children
4617
4631
  } = props;
4618
- const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx12("form", { className: className13, children: children2 }) : /* @__PURE__ */ jsx12("div", { className: className13, children: children2 });
4632
+ const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx13("form", { className: className13, children: children2 }) : /* @__PURE__ */ jsx13("div", { className: className13, children: children2 });
4619
4633
  const formChildren = [];
4620
4634
  if (children) {
4621
4635
  if (Array.isArray(children)) {
@@ -4644,7 +4658,7 @@ var Form = (props) => {
4644
4658
  [`${FORM_CLASSNAME}-${orientation}`]: orientation
4645
4659
  }
4646
4660
  ), children: [
4647
- layout === "grid" ? /* @__PURE__ */ jsx12("div", { className: classNames(
4661
+ layout === "grid" ? /* @__PURE__ */ jsx13("div", { className: classNames(
4648
4662
  "k-form-layout",
4649
4663
  "k-d-grid",
4650
4664
  {
@@ -4652,8 +4666,8 @@ var Form = (props) => {
4652
4666
  [`k-gap-x-${gapX}`]: gapX,
4653
4667
  [`k-gap-y-${gapY}`]: gapY
4654
4668
  }
4655
- ), children: formChildren }) : /* @__PURE__ */ jsx12(Fragment7, { children: formChildren }),
4656
- formButtons && /* @__PURE__ */ jsx12("div", { className: "k-form-buttons", children: formButtons })
4669
+ ), children: formChildren }) : /* @__PURE__ */ jsx13(Fragment8, { children: formChildren }),
4670
+ formButtons && /* @__PURE__ */ jsx13("div", { className: "k-form-buttons", children: formButtons })
4657
4671
  ] });
4658
4672
  };
4659
4673
  Form.states = states8;
@@ -4662,7 +4676,7 @@ Form.className = FORM_CLASSNAME;
4662
4676
  Form.defaultProps = defaultProps7;
4663
4677
 
4664
4678
  // src/input/input.spec.tsx
4665
- import { jsx as jsx13 } from "react/jsx-runtime";
4679
+ import { jsx as jsx14 } from "react/jsx-runtime";
4666
4680
  var INPUT_CLASSNAME = `k-input`;
4667
4681
  var states9 = [
4668
4682
  States.hover,
@@ -4698,7 +4712,7 @@ var Input = (props) => {
4698
4712
  fillMode = defaultProps8.fillMode,
4699
4713
  ...other
4700
4714
  } = props;
4701
- return /* @__PURE__ */ jsx13(
4715
+ return /* @__PURE__ */ jsx14(
4702
4716
  "span",
4703
4717
  {
4704
4718
  ...other,
@@ -4717,7 +4731,7 @@ Input.className = INPUT_CLASSNAME;
4717
4731
  Input.defaultProps = defaultProps8;
4718
4732
 
4719
4733
  // src/input/picker.spec.tsx
4720
- import { jsx as jsx14 } from "react/jsx-runtime";
4734
+ import { jsx as jsx15 } from "react/jsx-runtime";
4721
4735
  var PICKER_CLASSNAME = `k-picker`;
4722
4736
  var pickerStates = [
4723
4737
  States.hover,
@@ -4753,7 +4767,7 @@ var Picker = (props) => {
4753
4767
  fillMode = defaultProps9.fillMode,
4754
4768
  ...other
4755
4769
  } = props;
4756
- return /* @__PURE__ */ jsx14(
4770
+ return /* @__PURE__ */ jsx15(
4757
4771
  "span",
4758
4772
  {
4759
4773
  ...other,
@@ -4773,7 +4787,7 @@ Picker.className = PICKER_CLASSNAME;
4773
4787
  Picker.defaultProps = defaultProps9;
4774
4788
 
4775
4789
  // src/input/input-clear-value.tsx
4776
- import { Fragment as Fragment8, jsx as jsx15 } from "react/jsx-runtime";
4790
+ import { Fragment as Fragment9, jsx as jsx16 } from "react/jsx-runtime";
4777
4791
  var className = `k-clear-value`;
4778
4792
  var states10 = [
4779
4793
  States.disabled,
@@ -4789,16 +4803,16 @@ var InputClearValue = (props) => {
4789
4803
  value
4790
4804
  } = props;
4791
4805
  if (disabled || readonly || loading || !value) {
4792
- return /* @__PURE__ */ jsx15(Fragment8, {});
4806
+ return /* @__PURE__ */ jsx16(Fragment9, {});
4793
4807
  }
4794
- return /* @__PURE__ */ jsx15("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx15(Icon, { icon: "x" }) });
4808
+ return /* @__PURE__ */ jsx16("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx16(Icon, { icon: "x" }) });
4795
4809
  };
4796
4810
  InputClearValue.states = states10;
4797
4811
  InputClearValue.options = options9;
4798
4812
  InputClearValue.className = className;
4799
4813
 
4800
4814
  // src/input/input-inner-input.tsx
4801
- import { jsx as jsx16 } from "react/jsx-runtime";
4815
+ import { jsx as jsx17 } from "react/jsx-runtime";
4802
4816
  var className2 = `k-input-inner`;
4803
4817
  var states11 = [];
4804
4818
  var options10 = {};
@@ -4816,7 +4830,7 @@ var InputInnerInput = (props) => {
4816
4830
  autocomplete = defaultProps10.autocomplete,
4817
4831
  ...other
4818
4832
  } = props;
4819
- return /* @__PURE__ */ jsx16(
4833
+ return /* @__PURE__ */ jsx17(
4820
4834
  "input",
4821
4835
  {
4822
4836
  ...other,
@@ -4833,7 +4847,7 @@ InputInnerInput.options = options10;
4833
4847
  InputInnerInput.className = className2;
4834
4848
 
4835
4849
  // src/input/input-inner-span.tsx
4836
- import { jsx as jsx17, jsxs as jsxs6 } from "react/jsx-runtime";
4850
+ import { jsx as jsx18, jsxs as jsxs6 } from "react/jsx-runtime";
4837
4851
  var className3 = `k-input-inner`;
4838
4852
  var states12 = [];
4839
4853
  var options11 = {};
@@ -4853,9 +4867,9 @@ var InputInnerSpan = (props) => {
4853
4867
  className: classNames(props.className, className3, optionClassNames(className3, props)),
4854
4868
  children: [
4855
4869
  valueIcon,
4856
- !valueIcon && valueIconName && /* @__PURE__ */ jsx17(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4870
+ !valueIcon && valueIconName && /* @__PURE__ */ jsx18(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4857
4871
  showValue && !value && placeholder,
4858
- showValue && value && /* @__PURE__ */ jsx17("span", { className: "k-input-value-text", children: value })
4872
+ showValue && value && /* @__PURE__ */ jsx18("span", { className: "k-input-value-text", children: value })
4859
4873
  ]
4860
4874
  }
4861
4875
  );
@@ -4865,7 +4879,7 @@ InputInnerSpan.options = options11;
4865
4879
  InputInnerSpan.className = className3;
4866
4880
 
4867
4881
  // src/input/input-inner-textarea.tsx
4868
- import { jsx as jsx18 } from "react/jsx-runtime";
4882
+ import { jsx as jsx19 } from "react/jsx-runtime";
4869
4883
  var defaultProps11 = {
4870
4884
  value: "",
4871
4885
  placeholder: ""
@@ -4880,7 +4894,7 @@ var InputInnerTextarea = (props) => {
4880
4894
  rows,
4881
4895
  ...other
4882
4896
  } = props;
4883
- return /* @__PURE__ */ jsx18(
4897
+ return /* @__PURE__ */ jsx19(
4884
4898
  "textarea",
4885
4899
  {
4886
4900
  ...other,
@@ -4896,7 +4910,7 @@ InputInnerTextarea.options = options12;
4896
4910
  InputInnerTextarea.className = className4;
4897
4911
 
4898
4912
  // src/input/input-loading-icon.tsx
4899
- import { Fragment as Fragment9, jsx as jsx19 } from "react/jsx-runtime";
4913
+ import { Fragment as Fragment10, jsx as jsx20 } from "react/jsx-runtime";
4900
4914
  var className5 = `k-input-loading-icon`;
4901
4915
  var states14 = [
4902
4916
  States.disabled,
@@ -4908,13 +4922,13 @@ var InputLoadingIcon = (props) => {
4908
4922
  loading
4909
4923
  } = props;
4910
4924
  if (disabled || !loading) {
4911
- return /* @__PURE__ */ jsx19(Fragment9, {});
4925
+ return /* @__PURE__ */ jsx20(Fragment10, {});
4912
4926
  }
4913
- return /* @__PURE__ */ jsx19("span", { className: classNames(props.className, className5, "k-icon k-i-loading") });
4927
+ return /* @__PURE__ */ jsx20("span", { className: classNames(props.className, className5, "k-icon k-i-loading") });
4914
4928
  };
4915
4929
 
4916
4930
  // src/input/input-validation-icon.tsx
4917
- import { Fragment as Fragment10, jsx as jsx20 } from "react/jsx-runtime";
4931
+ import { Fragment as Fragment11, jsx as jsx21 } from "react/jsx-runtime";
4918
4932
  var className6 = `k-input-validation-icon`;
4919
4933
  var states15 = [
4920
4934
  States.valid,
@@ -4933,39 +4947,39 @@ var InputValidationIcon = (props) => {
4933
4947
  const iconName = invalid ? "exclamation-circle" : "check";
4934
4948
  const renderValidationIcon = Boolean(valid || invalid);
4935
4949
  if (disabled || loading || !renderValidationIcon) {
4936
- return /* @__PURE__ */ jsx20(Fragment10, {});
4950
+ return /* @__PURE__ */ jsx21(Fragment11, {});
4937
4951
  }
4938
- return /* @__PURE__ */ jsx20(Icon, { className: classNames(className6), icon: iconName });
4952
+ return /* @__PURE__ */ jsx21(Icon, { className: classNames(className6), icon: iconName });
4939
4953
  };
4940
4954
  InputValidationIcon.states = states15;
4941
4955
  InputValidationIcon.options = options13;
4942
4956
  InputValidationIcon.className = className6;
4943
4957
 
4944
4958
  // src/input/input-prefix.tsx
4945
- import { Fragment as Fragment11, jsx as jsx21 } from "react/jsx-runtime";
4959
+ import { Fragment as Fragment12, jsx as jsx22 } from "react/jsx-runtime";
4946
4960
  var className7 = `k-input-prefix`;
4947
4961
  var InputPrefix = (props) => {
4948
4962
  if (!props.children) {
4949
- return /* @__PURE__ */ jsx21(Fragment11, {});
4963
+ return /* @__PURE__ */ jsx22(Fragment12, {});
4950
4964
  }
4951
- return /* @__PURE__ */ jsx21("span", { className: classNames(className7, props.className), children: props.children });
4965
+ return /* @__PURE__ */ jsx22("span", { className: classNames(className7, props.className), children: props.children });
4952
4966
  };
4953
4967
 
4954
4968
  // src/input/input-suffix.tsx
4955
- import { Fragment as Fragment12, jsx as jsx22 } from "react/jsx-runtime";
4969
+ import { Fragment as Fragment13, jsx as jsx23 } from "react/jsx-runtime";
4956
4970
  var className8 = `k-input-suffix`;
4957
4971
  var InputSuffix = (props) => {
4958
4972
  if (!props.children) {
4959
- return /* @__PURE__ */ jsx22(Fragment12, {});
4973
+ return /* @__PURE__ */ jsx23(Fragment13, {});
4960
4974
  }
4961
- return /* @__PURE__ */ jsx22("span", { className: classNames(className8, props.className), children: props.children });
4975
+ return /* @__PURE__ */ jsx23("span", { className: classNames(className8, props.className), children: props.children });
4962
4976
  };
4963
4977
 
4964
4978
  // src/input/input-separator.tsx
4965
- import { jsx as jsx23 } from "react/jsx-runtime";
4979
+ import { jsx as jsx24 } from "react/jsx-runtime";
4966
4980
 
4967
4981
  // src/animation-container/animation-container.spec.tsx
4968
- import { jsx as jsx24 } from "react/jsx-runtime";
4982
+ import { jsx as jsx25 } from "react/jsx-runtime";
4969
4983
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4970
4984
  var states16 = [];
4971
4985
  var options14 = {};
@@ -4979,7 +4993,7 @@ var AnimationContainer = (props) => {
4979
4993
  offset,
4980
4994
  ...other
4981
4995
  } = props;
4982
- return /* @__PURE__ */ jsx24(
4996
+ return /* @__PURE__ */ jsx25(
4983
4997
  "div",
4984
4998
  {
4985
4999
  ...other,
@@ -4991,7 +5005,7 @@ var AnimationContainer = (props) => {
4991
5005
  ["k-animation-container-fixed"]: positionMode === "fixed"
4992
5006
  }
4993
5007
  ),
4994
- children: /* @__PURE__ */ jsx24("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5008
+ children: /* @__PURE__ */ jsx25("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4995
5009
  }
4996
5010
  );
4997
5011
  };
@@ -5001,7 +5015,7 @@ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5001
5015
  AnimationContainer.defaultProps = defaultProps12;
5002
5016
 
5003
5017
  // src/popup/popup.spec.tsx
5004
- import { jsx as jsx25 } from "react/jsx-runtime";
5018
+ import { jsx as jsx26 } from "react/jsx-runtime";
5005
5019
  var POPUP_CLASSNAME = `k-popup`;
5006
5020
  var states17 = [];
5007
5021
  var options15 = {};
@@ -5014,12 +5028,12 @@ var Popup = (props) => {
5014
5028
  positionMode,
5015
5029
  ...other
5016
5030
  } = props;
5017
- return /* @__PURE__ */ jsx25(
5031
+ return /* @__PURE__ */ jsx26(
5018
5032
  AnimationContainer,
5019
5033
  {
5020
5034
  positionMode,
5021
5035
  offset,
5022
- children: /* @__PURE__ */ jsx25("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5036
+ children: /* @__PURE__ */ jsx26("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5023
5037
  }
5024
5038
  );
5025
5039
  };
@@ -5029,7 +5043,7 @@ Popup.className = POPUP_CLASSNAME;
5029
5043
  Popup.defaultProps = defaultProps13;
5030
5044
 
5031
5045
  // src/dropdownlist/dropdownlist.spec.tsx
5032
- import { Fragment as Fragment13, jsx as jsx26, jsxs as jsxs7 } from "react/jsx-runtime";
5046
+ import { Fragment as Fragment14, jsx as jsx27, jsxs as jsxs7 } from "react/jsx-runtime";
5033
5047
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5034
5048
  var states18 = [
5035
5049
  States.hover,
@@ -5077,7 +5091,7 @@ var DropdownList = (props) => {
5077
5091
  opened,
5078
5092
  ...other
5079
5093
  } = props;
5080
- return /* @__PURE__ */ jsxs7(Fragment13, { children: [
5094
+ return /* @__PURE__ */ jsxs7(Fragment14, { children: [
5081
5095
  /* @__PURE__ */ jsxs7(
5082
5096
  Picker,
5083
5097
  {
@@ -5101,8 +5115,8 @@ var DropdownList = (props) => {
5101
5115
  }
5102
5116
  ),
5103
5117
  children: [
5104
- /* @__PURE__ */ jsx26(InputPrefix, { children: prefix }),
5105
- /* @__PURE__ */ jsx26(
5118
+ /* @__PURE__ */ jsx27(InputPrefix, { children: prefix }),
5119
+ /* @__PURE__ */ jsx27(
5106
5120
  InputInnerSpan,
5107
5121
  {
5108
5122
  placeholder,
@@ -5111,7 +5125,7 @@ var DropdownList = (props) => {
5111
5125
  valueIconName
5112
5126
  }
5113
5127
  ),
5114
- /* @__PURE__ */ jsx26(
5128
+ /* @__PURE__ */ jsx27(
5115
5129
  InputValidationIcon,
5116
5130
  {
5117
5131
  valid,
@@ -5120,15 +5134,15 @@ var DropdownList = (props) => {
5120
5134
  disabled
5121
5135
  }
5122
5136
  ),
5123
- /* @__PURE__ */ jsx26(
5137
+ /* @__PURE__ */ jsx27(
5124
5138
  InputLoadingIcon,
5125
5139
  {
5126
5140
  loading,
5127
5141
  disabled
5128
5142
  }
5129
5143
  ),
5130
- /* @__PURE__ */ jsx26(InputSuffix, { children: suffix }),
5131
- /* @__PURE__ */ jsx26(
5144
+ /* @__PURE__ */ jsx27(InputSuffix, { children: suffix }),
5145
+ /* @__PURE__ */ jsx27(
5132
5146
  Button,
5133
5147
  {
5134
5148
  className: "k-input-button",
@@ -5141,7 +5155,7 @@ var DropdownList = (props) => {
5141
5155
  ]
5142
5156
  }
5143
5157
  ),
5144
- opened && popup && /* @__PURE__ */ jsx26(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5158
+ opened && popup && /* @__PURE__ */ jsx27(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5145
5159
  ] });
5146
5160
  };
5147
5161
  DropdownList.states = states18;
@@ -5150,15 +5164,15 @@ DropdownList.className = DROPDOWNLIST_CLASSNAME;
5150
5164
  DropdownList.defaultProps = defaultProps14;
5151
5165
 
5152
5166
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5153
- import { jsx as jsx27 } from "react/jsx-runtime";
5167
+ import { jsx as jsx28 } from "react/jsx-runtime";
5154
5168
 
5155
5169
  // src/nodata/nodata.tsx
5156
- import { jsx as jsx28 } from "react/jsx-runtime";
5170
+ import { jsx as jsx29 } from "react/jsx-runtime";
5157
5171
  var className9 = `k-nodata`;
5158
- var NoData = (props) => /* @__PURE__ */ jsx28("span", { className: classNames(className9, props.className), children: props.children });
5172
+ var NoData = (props) => /* @__PURE__ */ jsx29("span", { className: classNames(className9, props.className), children: props.children });
5159
5173
 
5160
5174
  // src/list/list.spec.tsx
5161
- import { jsx as jsx29, jsxs as jsxs8 } from "react/jsx-runtime";
5175
+ import { jsx as jsx30, jsxs as jsxs8 } from "react/jsx-runtime";
5162
5176
  var LIST_CLASSNAME = `k-list`;
5163
5177
  var states19 = [];
5164
5178
  var options17 = {
@@ -5186,7 +5200,7 @@ var List = (props) => {
5186
5200
  listHeader = child.props.label;
5187
5201
  child.props.children.map((optChild, index2) => {
5188
5202
  listChildren.push(
5189
- /* @__PURE__ */ jsx29(
5203
+ /* @__PURE__ */ jsx30(
5190
5204
  ListItem,
5191
5205
  {
5192
5206
  ...optChild.props
@@ -5202,7 +5216,7 @@ var List = (props) => {
5202
5216
  groupLabel = child.props.label;
5203
5217
  }
5204
5218
  listChildren.push(
5205
- /* @__PURE__ */ jsx29(
5219
+ /* @__PURE__ */ jsx30(
5206
5220
  ListItem,
5207
5221
  {
5208
5222
  className: index2 === 0 ? "k-first" : "",
@@ -5214,14 +5228,14 @@ var List = (props) => {
5214
5228
  );
5215
5229
  });
5216
5230
  }
5217
- listGroup = /* @__PURE__ */ jsx29(ListGroup, { label: listHeader, virtualization, children: listChildren });
5231
+ listGroup = /* @__PURE__ */ jsx30(ListGroup, { label: listHeader, virtualization, children: listChildren });
5218
5232
  } else if (child.type === ListItem) {
5219
- listChildren.push(/* @__PURE__ */ jsx29(ListItem, { ...child.props }, `${child.type}-${index}`));
5220
- listContent = /* @__PURE__ */ jsx29(ListContent, { virtualization, children: listChildren });
5233
+ listChildren.push(/* @__PURE__ */ jsx30(ListItem, { ...child.props }, `${child.type}-${index}`));
5234
+ listContent = /* @__PURE__ */ jsx30(ListContent, { virtualization, children: listChildren });
5221
5235
  }
5222
5236
  });
5223
5237
  } else {
5224
- listContent = /* @__PURE__ */ jsx29(NoData, { children: "No data found." });
5238
+ listContent = /* @__PURE__ */ jsx30(NoData, { children: "No data found." });
5225
5239
  }
5226
5240
  return /* @__PURE__ */ jsxs8(
5227
5241
  "div",
@@ -5252,7 +5266,7 @@ List.defaultProps = defaultProps15;
5252
5266
  var list_spec_default = List;
5253
5267
 
5254
5268
  // src/list/list-angular.spec.tsx
5255
- import { jsx as jsx30, jsxs as jsxs9 } from "react/jsx-runtime";
5269
+ import { jsx as jsx31, jsxs as jsxs9 } from "react/jsx-runtime";
5256
5270
  var LISTANGULAR_CLASSNAME = `k-list`;
5257
5271
  var states20 = [];
5258
5272
  var options18 = {
@@ -5279,7 +5293,7 @@ var ListAngular = (props) => {
5279
5293
  listHeader = child.props.label;
5280
5294
  child.props.children.map((optChild, index2) => {
5281
5295
  listChildren.push(
5282
- /* @__PURE__ */ jsx30(
5296
+ /* @__PURE__ */ jsx31(
5283
5297
  ListItem,
5284
5298
  {
5285
5299
  ...optChild.props
@@ -5290,7 +5304,7 @@ var ListAngular = (props) => {
5290
5304
  });
5291
5305
  } else {
5292
5306
  listChildren.push(
5293
- /* @__PURE__ */ jsx30(
5307
+ /* @__PURE__ */ jsx31(
5294
5308
  ListGroupItem,
5295
5309
  {
5296
5310
  ...child.props,
@@ -5301,7 +5315,7 @@ var ListAngular = (props) => {
5301
5315
  );
5302
5316
  child.props.children.map((optChild, index2) => {
5303
5317
  listChildren.push(
5304
- /* @__PURE__ */ jsx30(
5318
+ /* @__PURE__ */ jsx31(
5305
5319
  ListItem,
5306
5320
  {
5307
5321
  ...optChild.props
@@ -5311,14 +5325,14 @@ var ListAngular = (props) => {
5311
5325
  );
5312
5326
  });
5313
5327
  }
5314
- listGroup = /* @__PURE__ */ jsx30(ListGroup, { label: listHeader, virtualization, children: listChildren });
5328
+ listGroup = /* @__PURE__ */ jsx31(ListGroup, { label: listHeader, virtualization, children: listChildren });
5315
5329
  } else if (child.type === ListItem) {
5316
- listChildren.push(/* @__PURE__ */ jsx30(ListItem, { ...child.props }, `${child.type}-${index}`));
5317
- listContent = /* @__PURE__ */ jsx30(ListContent, { virtualization, children: listChildren });
5330
+ listChildren.push(/* @__PURE__ */ jsx31(ListItem, { ...child.props }, `${child.type}-${index}`));
5331
+ listContent = /* @__PURE__ */ jsx31(ListContent, { virtualization, children: listChildren });
5318
5332
  }
5319
5333
  });
5320
5334
  } else {
5321
- listContent = /* @__PURE__ */ jsx30(NoData, { children: "No data found." });
5335
+ listContent = /* @__PURE__ */ jsx31(NoData, { children: "No data found." });
5322
5336
  }
5323
5337
  return /* @__PURE__ */ jsxs9(
5324
5338
  "div",
@@ -5347,7 +5361,7 @@ ListAngular.className = LISTANGULAR_CLASSNAME;
5347
5361
  ListAngular.defaultProps = defaultProps16;
5348
5362
 
5349
5363
  // src/checkbox/checkbox.spec.tsx
5350
- import { jsx as jsx31 } from "react/jsx-runtime";
5364
+ import { jsx as jsx32 } from "react/jsx-runtime";
5351
5365
  var CHECKBOX_CLASSNAME = `k-checkbox`;
5352
5366
  var states21 = [
5353
5367
  States.hover,
@@ -5382,7 +5396,7 @@ var Checkbox = (props) => {
5382
5396
  rounded = defaultProps17.rounded,
5383
5397
  ...other
5384
5398
  } = props;
5385
- return /* @__PURE__ */ jsx31("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx31(
5399
+ return /* @__PURE__ */ jsx32("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx32(
5386
5400
  "input",
5387
5401
  {
5388
5402
  ...other,
@@ -5405,7 +5419,7 @@ Checkbox.className = CHECKBOX_CLASSNAME;
5405
5419
  Checkbox.defaultProps = defaultProps17;
5406
5420
 
5407
5421
  // src/checkbox/checkbox-group.spec.tsx
5408
- import { jsx as jsx32 } from "react/jsx-runtime";
5422
+ import { jsx as jsx33 } from "react/jsx-runtime";
5409
5423
  var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
5410
5424
  var states22 = [];
5411
5425
  var options20 = {};
@@ -5417,7 +5431,7 @@ var CheckboxGroup = (props) => {
5417
5431
  layout = defaultProps18.layout,
5418
5432
  ...other
5419
5433
  } = props;
5420
- return /* @__PURE__ */ jsx32(
5434
+ return /* @__PURE__ */ jsx33(
5421
5435
  "ul",
5422
5436
  {
5423
5437
  ...other,
@@ -5438,7 +5452,7 @@ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
5438
5452
  CheckboxGroup.defaultProps = defaultProps18;
5439
5453
 
5440
5454
  // src/checkbox/checkbox-item.spec.tsx
5441
- import { jsx as jsx33 } from "react/jsx-runtime";
5455
+ import { jsx as jsx34 } from "react/jsx-runtime";
5442
5456
  var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
5443
5457
  var states23 = [];
5444
5458
  var options21 = {};
@@ -5447,7 +5461,7 @@ var CheckboxItem = (props) => {
5447
5461
  const {
5448
5462
  ...other
5449
5463
  } = props;
5450
- return /* @__PURE__ */ jsx33(
5464
+ return /* @__PURE__ */ jsx34(
5451
5465
  "li",
5452
5466
  {
5453
5467
  ...other,
@@ -5465,16 +5479,16 @@ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
5465
5479
  CheckboxItem.defaultProps = defaultProps19;
5466
5480
 
5467
5481
  // src/checkbox/templates/checkbox-with-label-after.tsx
5468
- import { Fragment as Fragment14, jsx as jsx34, jsxs as jsxs10 } from "react/jsx-runtime";
5482
+ import { Fragment as Fragment15, jsx as jsx35, jsxs as jsxs10 } from "react/jsx-runtime";
5469
5483
 
5470
5484
  // src/checkbox/templates/checkbox-with-label-before.tsx
5471
- import { Fragment as Fragment15, jsx as jsx35, jsxs as jsxs11 } from "react/jsx-runtime";
5485
+ import { Fragment as Fragment16, jsx as jsx36, jsxs as jsxs11 } from "react/jsx-runtime";
5472
5486
 
5473
5487
  // src/checkbox/templates/checkbox-normal.tsx
5474
- import { jsx as jsx36 } from "react/jsx-runtime";
5488
+ import { jsx as jsx37 } from "react/jsx-runtime";
5475
5489
 
5476
5490
  // src/list/list-item.spec.tsx
5477
- import { jsx as jsx37, jsxs as jsxs12 } from "react/jsx-runtime";
5491
+ import { jsx as jsx38, jsxs as jsxs12 } from "react/jsx-runtime";
5478
5492
  var LISTITEM_CLASSNAME = `k-list-item`;
5479
5493
  var states24 = [
5480
5494
  States.hover,
@@ -5514,10 +5528,10 @@ var ListItem = (props) => {
5514
5528
  })
5515
5529
  ),
5516
5530
  children: [
5517
- showCheckbox && /* @__PURE__ */ jsx37(Checkbox, { checked }),
5518
- showIcon && /* @__PURE__ */ jsx37(Icon, { icon: iconName }),
5519
- /* @__PURE__ */ jsx37("span", { className: "k-list-item-text", children: textOrChildren }),
5520
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx37("div", { className: "k-list-item-group-label", children: groupLabel })
5531
+ showCheckbox && /* @__PURE__ */ jsx38(Checkbox, { checked }),
5532
+ showIcon && /* @__PURE__ */ jsx38(Icon, { icon: iconName }),
5533
+ /* @__PURE__ */ jsx38("span", { className: "k-list-item-text", children: textOrChildren }),
5534
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx38("div", { className: "k-list-item-group-label", children: groupLabel })
5521
5535
  ]
5522
5536
  }
5523
5537
  );
@@ -5528,43 +5542,43 @@ ListItem.className = LISTITEM_CLASSNAME;
5528
5542
  ListItem.defaultProps = defaultProps20;
5529
5543
 
5530
5544
  // src/list/list-content.tsx
5531
- import { jsx as jsx38, jsxs as jsxs13 } from "react/jsx-runtime";
5545
+ import { jsx as jsx39, jsxs as jsxs13 } from "react/jsx-runtime";
5532
5546
  var className10 = `k-list-content`;
5533
5547
  var ListContent = (props) => {
5534
5548
  const {
5535
5549
  virtualization
5536
5550
  } = props;
5537
5551
  return /* @__PURE__ */ jsxs13("div", { className: classNames(className10, props.className), children: [
5538
- /* @__PURE__ */ jsx38("ul", { className: classNames("k-list-ul"), children: props.children }),
5539
- virtualization && /* @__PURE__ */ jsx38("div", { className: "k-height-container", children: /* @__PURE__ */ jsx38("div", {}) })
5552
+ /* @__PURE__ */ jsx39("ul", { className: classNames("k-list-ul"), children: props.children }),
5553
+ virtualization && /* @__PURE__ */ jsx39("div", { className: "k-height-container", children: /* @__PURE__ */ jsx39("div", {}) })
5540
5554
  ] });
5541
5555
  };
5542
5556
 
5543
5557
  // src/list/list-header.tsx
5544
- import { jsx as jsx39 } from "react/jsx-runtime";
5558
+ import { jsx as jsx40 } from "react/jsx-runtime";
5545
5559
  var className11 = `k-list-group-sticky-header`;
5546
- var ListHeader = (props) => /* @__PURE__ */ jsx39("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx39("div", { className: "k-list-header-text", children: props.children }) });
5560
+ var ListHeader = (props) => /* @__PURE__ */ jsx40("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx40("div", { className: "k-list-header-text", children: props.children }) });
5547
5561
 
5548
5562
  // src/list/list-group.tsx
5549
- import { Fragment as Fragment16, jsx as jsx40, jsxs as jsxs14 } from "react/jsx-runtime";
5563
+ import { Fragment as Fragment17, jsx as jsx41, jsxs as jsxs14 } from "react/jsx-runtime";
5550
5564
  var ListGroup = (props) => {
5551
5565
  const {
5552
5566
  virtualization,
5553
5567
  label
5554
5568
  } = props;
5555
- return /* @__PURE__ */ jsxs14(Fragment16, { children: [
5556
- label && /* @__PURE__ */ jsx40(ListHeader, { children: label }),
5557
- props.children && /* @__PURE__ */ jsx40(ListContent, { virtualization, children: props.children })
5569
+ return /* @__PURE__ */ jsxs14(Fragment17, { children: [
5570
+ label && /* @__PURE__ */ jsx41(ListHeader, { children: label }),
5571
+ props.children && /* @__PURE__ */ jsx41(ListContent, { virtualization, children: props.children })
5558
5572
  ] });
5559
5573
  };
5560
5574
 
5561
5575
  // src/list/list-group-item.tsx
5562
- import { jsx as jsx41 } from "react/jsx-runtime";
5576
+ import { jsx as jsx42 } from "react/jsx-runtime";
5563
5577
  var className12 = `k-list-group-item`;
5564
- var ListGroupItem = (props) => /* @__PURE__ */ jsx41("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx41("span", { className: "k-list-item-text", children: props.children }) });
5578
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx42("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx42("span", { className: "k-list-item-text", children: props.children }) });
5565
5579
 
5566
5580
  // src/list/list-option-label.tsx
5567
- import { jsx as jsx42 } from "react/jsx-runtime";
5581
+ import { jsx as jsx43 } from "react/jsx-runtime";
5568
5582
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5569
5583
  var states25 = [
5570
5584
  States.hover,
@@ -5583,7 +5597,7 @@ var ListOptionLabel = (props) => {
5583
5597
  disabled,
5584
5598
  ...other
5585
5599
  } = props;
5586
- return /* @__PURE__ */ jsx42(
5600
+ return /* @__PURE__ */ jsx43(
5587
5601
  "div",
5588
5602
  {
5589
5603
  ...other,
@@ -5606,31 +5620,31 @@ ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5606
5620
  ListOptionLabel.defaultProps = defaultProps21;
5607
5621
 
5608
5622
  // src/list/templates/list-normal.tsx
5609
- import { jsx as jsx43 } from "react/jsx-runtime";
5623
+ import { jsx as jsx44 } from "react/jsx-runtime";
5610
5624
 
5611
5625
  // src/list/templates/list-virtualization.tsx
5612
- import { jsx as jsx44 } from "react/jsx-runtime";
5626
+ import { jsx as jsx45 } from "react/jsx-runtime";
5613
5627
 
5614
5628
  // src/list/templates/list-grouping.tsx
5615
- import { jsx as jsx45, jsxs as jsxs15 } from "react/jsx-runtime";
5629
+ import { jsx as jsx46, jsxs as jsxs15 } from "react/jsx-runtime";
5616
5630
 
5617
5631
  // src/list/templates/list-virualization-grouping.tsx
5618
- import { jsx as jsx46, jsxs as jsxs16 } from "react/jsx-runtime";
5632
+ import { jsx as jsx47, jsxs as jsxs16 } from "react/jsx-runtime";
5619
5633
 
5620
5634
  // src/list/templates/list-virtualization-angular.tsx
5621
- import { jsx as jsx47 } from "react/jsx-runtime";
5635
+ import { jsx as jsx48 } from "react/jsx-runtime";
5622
5636
 
5623
5637
  // src/list/templates/list-grouping-angular.tsx
5624
- import { jsx as jsx48, jsxs as jsxs17 } from "react/jsx-runtime";
5638
+ import { jsx as jsx49, jsxs as jsxs17 } from "react/jsx-runtime";
5625
5639
 
5626
5640
  // src/list/templates/list-virualization-grouping-angular.tsx
5627
- import { jsx as jsx49, jsxs as jsxs18 } from "react/jsx-runtime";
5641
+ import { jsx as jsx50, jsxs as jsxs18 } from "react/jsx-runtime";
5628
5642
 
5629
5643
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5630
- import { jsx as jsx50, jsxs as jsxs19 } from "react/jsx-runtime";
5644
+ import { jsx as jsx51, jsxs as jsxs19 } from "react/jsx-runtime";
5631
5645
 
5632
5646
  // src/searchbox/searchbox.spec.tsx
5633
- import { jsx as jsx51, jsxs as jsxs20 } from "react/jsx-runtime";
5647
+ import { jsx as jsx52, jsxs as jsxs20 } from "react/jsx-runtime";
5634
5648
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5635
5649
  var states26 = [
5636
5650
  States.hover,
@@ -5687,11 +5701,11 @@ var Searchbox = (props) => {
5687
5701
  disabled,
5688
5702
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5689
5703
  children: [
5690
- showIcon && /* @__PURE__ */ jsx51(Icon, { className: "k-input-icon", icon }),
5691
- /* @__PURE__ */ jsx51(InputInnerInput, { placeholder, value }),
5692
- /* @__PURE__ */ jsx51(InputLoadingIcon, { ...props }),
5693
- /* @__PURE__ */ jsx51(InputValidationIcon, { ...props }),
5694
- /* @__PURE__ */ jsx51(InputClearValue, { ...props })
5704
+ showIcon && /* @__PURE__ */ jsx52(Icon, { className: "k-input-icon", icon }),
5705
+ /* @__PURE__ */ jsx52(InputInnerInput, { placeholder, value }),
5706
+ /* @__PURE__ */ jsx52(InputLoadingIcon, { ...props }),
5707
+ /* @__PURE__ */ jsx52(InputValidationIcon, { ...props }),
5708
+ /* @__PURE__ */ jsx52(InputClearValue, { ...props })
5695
5709
  ]
5696
5710
  }
5697
5711
  );
@@ -5702,19 +5716,19 @@ Searchbox.className = SEARCHBOX_CLASSNAME;
5702
5716
  Searchbox.defaultProps = defaultProps22;
5703
5717
 
5704
5718
  // src/searchbox/templates/searchbox-normal.tsx
5705
- import { jsx as jsx52 } from "react/jsx-runtime";
5719
+ import { jsx as jsx53 } from "react/jsx-runtime";
5706
5720
 
5707
5721
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5708
- import { Fragment as Fragment17, jsx as jsx53, jsxs as jsxs21 } from "react/jsx-runtime";
5722
+ import { Fragment as Fragment18, jsx as jsx54, jsxs as jsxs21 } from "react/jsx-runtime";
5709
5723
 
5710
5724
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5711
- import { jsx as jsx54, jsxs as jsxs22 } from "react/jsx-runtime";
5725
+ import { jsx as jsx55, jsxs as jsxs22 } from "react/jsx-runtime";
5712
5726
 
5713
5727
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5714
- import { Fragment as Fragment18, jsx as jsx55, jsxs as jsxs23 } from "react/jsx-runtime";
5728
+ import { Fragment as Fragment19, jsx as jsx56, jsxs as jsxs23 } from "react/jsx-runtime";
5715
5729
 
5716
5730
  // src/listbox/listbox.spec.tsx
5717
- import { jsx as jsx56, jsxs as jsxs24 } from "react/jsx-runtime";
5731
+ import { jsx as jsx57, jsxs as jsxs24 } from "react/jsx-runtime";
5718
5732
  var LISTBOX_CLASSNAME = `k-listbox`;
5719
5733
  var states27 = [
5720
5734
  States.disabled
@@ -5755,7 +5769,7 @@ var ListBox = (props) => {
5755
5769
  }
5756
5770
  ),
5757
5771
  children: [
5758
- actions && /* @__PURE__ */ jsx56("div", { className: "k-listbox-actions", children: actions.map((action) => {
5772
+ actions && /* @__PURE__ */ jsx57("div", { className: "k-listbox-actions", children: actions.map((action) => {
5759
5773
  const actionsIconMap = {
5760
5774
  "left": dir !== "rtl" ? "caret-alt-left" : "caret-alt-right",
5761
5775
  "right": dir !== "rtl" ? "caret-alt-right" : "caret-alt-left",
@@ -5765,12 +5779,12 @@ var ListBox = (props) => {
5765
5779
  "down": "caret-alt-down",
5766
5780
  "x": "x"
5767
5781
  };
5768
- return /* @__PURE__ */ jsx56(Button, { icon: actionsIconMap[action], size });
5782
+ return /* @__PURE__ */ jsx57(Button, { icon: actionsIconMap[action], size });
5769
5783
  }) }),
5770
- /* @__PURE__ */ jsx56("div", { className: classNames(
5784
+ /* @__PURE__ */ jsx57("div", { className: classNames(
5771
5785
  "k-list-scroller",
5772
5786
  "k-selectable"
5773
- ), children: /* @__PURE__ */ jsx56(list_spec_default, { size, children }) })
5787
+ ), children: /* @__PURE__ */ jsx57(list_spec_default, { size, children }) })
5774
5788
  ]
5775
5789
  }
5776
5790
  );
@@ -5781,29 +5795,29 @@ ListBox.className = LISTBOX_CLASSNAME;
5781
5795
  ListBox.defaultProps = defaultProps23;
5782
5796
 
5783
5797
  // src/listbox/templates/listbox-normal.tsx
5784
- import { jsx as jsx57 } from "react/jsx-runtime";
5798
+ import { jsx as jsx58 } from "react/jsx-runtime";
5785
5799
 
5786
5800
  // src/spreadsheet/tests/spreadsheet-formula-dialog.tsx
5787
- import { Fragment as Fragment19, jsx as jsx58, jsxs as jsxs25 } from "react/jsx-runtime";
5801
+ import { Fragment as Fragment20, jsx as jsx59, jsxs as jsxs25 } from "react/jsx-runtime";
5788
5802
  var style = `
5789
5803
  .k-window {
5790
5804
  min-width: 400px;
5791
5805
  position: relative;
5792
5806
  }
5793
5807
  `;
5794
- var spreadsheet_formula_dialog_default = () => /* @__PURE__ */ jsxs25(Fragment19, { children: [
5795
- /* @__PURE__ */ jsx58("style", { children: style }),
5796
- /* @__PURE__ */ jsx58("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: /* @__PURE__ */ jsx58("section", { children: /* @__PURE__ */ jsx58(Window, { title: "Insert formula", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs25(Fragment19, { children: [
5797
- /* @__PURE__ */ jsx58(Button, { themeColor: "primary", children: "Apply" }),
5798
- /* @__PURE__ */ jsx58(Button, { children: "Cancel" })
5808
+ var spreadsheet_formula_dialog_default = () => /* @__PURE__ */ jsxs25(Fragment20, { children: [
5809
+ /* @__PURE__ */ jsx59("style", { children: style }),
5810
+ /* @__PURE__ */ jsx59("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: /* @__PURE__ */ jsx59("section", { children: /* @__PURE__ */ jsx59(WindowNormal, { title: "Insert formula", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs25(Fragment20, { children: [
5811
+ /* @__PURE__ */ jsx59(Button, { themeColor: "primary", children: "Apply" }),
5812
+ /* @__PURE__ */ jsx59(Button, { children: "Cancel" })
5799
5813
  ] }), children: /* @__PURE__ */ jsxs25(Form, { children: [
5800
- /* @__PURE__ */ jsx58(FormField, { label: "Category", editor: /* @__PURE__ */ jsx58(DropdownList, { value: "Date and Time" }) }),
5801
- /* @__PURE__ */ jsx58(FormField, { label: "Pick a formula", hint: "Returns the number of dates between the two dates.", editor: /* @__PURE__ */ jsxs25(ListBox, { style: { width: "100%" }, children: [
5802
- /* @__PURE__ */ jsx58(ListItem, { children: "DATE" }),
5803
- /* @__PURE__ */ jsx58(ListItem, { children: "DATEVALUE" }),
5804
- /* @__PURE__ */ jsx58(ListItem, { children: "DAY" }),
5805
- /* @__PURE__ */ jsx58(ListItem, { children: "DAYS" }),
5806
- /* @__PURE__ */ jsx58(ListItem, { children: "DAYS360" })
5814
+ /* @__PURE__ */ jsx59(FormField, { label: "Category", editor: /* @__PURE__ */ jsx59(DropdownList, { value: "Date and Time" }) }),
5815
+ /* @__PURE__ */ jsx59(FormField, { label: "Pick a formula", hint: "Returns the number of dates between the two dates.", editor: /* @__PURE__ */ jsxs25(ListBox, { style: { width: "100%" }, children: [
5816
+ /* @__PURE__ */ jsx59(ListItem, { children: "DATE" }),
5817
+ /* @__PURE__ */ jsx59(ListItem, { children: "DATEVALUE" }),
5818
+ /* @__PURE__ */ jsx59(ListItem, { children: "DAY" }),
5819
+ /* @__PURE__ */ jsx59(ListItem, { children: "DAYS" }),
5820
+ /* @__PURE__ */ jsx59(ListItem, { children: "DAYS360" })
5807
5821
  ] }) })
5808
5822
  ] }) }) }) })
5809
5823
  ] });