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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (257) hide show
  1. package/dist/cjs/context-menu/tests/context-menu-in-window.js +45 -31
  2. package/dist/cjs/dialog/tests/dialog-in-window.js +32 -18
  3. package/dist/cjs/editor/tests/editor-find-replace.js +86 -72
  4. package/dist/cjs/editor/tests/editor-image-editor.js +48 -34
  5. package/dist/cjs/editor/tests/editor-table-wizard.js +115 -101
  6. package/dist/cjs/editor/tests/editor-view-source.js +47 -33
  7. package/dist/cjs/fab/fab-item.js +1 -0
  8. package/dist/cjs/fab/templates/icon-fab.js +4426 -0
  9. package/dist/cjs/fab/templates/icon-text-fab.js +4427 -0
  10. package/dist/cjs/fab/templates/text-fab.js +4426 -0
  11. package/dist/cjs/fab/tests/fab-items.js +51 -113
  12. package/dist/cjs/fab/tests/fab-position.js +73 -20
  13. package/dist/cjs/fab/tests/{fab-size.js → fab-size-rounded.js} +89 -93
  14. package/dist/cjs/fab/tests/fab-states.js +67 -14
  15. package/dist/cjs/fab/tests/fab.js +82 -48
  16. package/dist/cjs/filemanager/tests/filemanager-dialogs.js +35 -19
  17. package/dist/cjs/form/tests/form-field-inputs-rtl.js +137 -115
  18. package/dist/cjs/form/tests/form-field-inputs.js +151 -129
  19. package/dist/cjs/gantt/tests/gantt-editing-popup-general.js +434 -420
  20. package/dist/cjs/gantt/tests/gantt-editing-popup-other.js +332 -318
  21. package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +442 -428
  22. package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +485 -471
  23. package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +442 -428
  24. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +140 -126
  25. package/dist/cjs/grid/tests/grid-editing-popup.js +375 -361
  26. package/dist/cjs/index.js +1935 -1659
  27. package/dist/cjs/multiselecttree/multiselecttree.spec.js +712 -18
  28. package/dist/cjs/multiselecttree/templates/multiselecttree-adaptive.js +5837 -0
  29. package/dist/cjs/multiselecttree/templates/multiselecttree-arrow-button.js +5837 -0
  30. package/dist/cjs/multiselecttree/templates/multiselecttree-filtering.js +5968 -0
  31. package/dist/cjs/multiselecttree/templates/multiselecttree-normal.js +5831 -0
  32. package/dist/cjs/multiselecttree/templates/multiselecttree-popup.js +5855 -0
  33. package/dist/cjs/multiselecttree/templates/multiselecttree-value.js +5869 -0
  34. package/dist/cjs/multiselecttree/tests/multiselecttree-adaptive.js +5984 -0
  35. package/dist/cjs/multiselecttree/tests/multiselecttree-flat.js +887 -147
  36. package/dist/cjs/multiselecttree/tests/multiselecttree-opened.js +1283 -937
  37. package/dist/cjs/multiselecttree/tests/multiselecttree-outline.js +887 -147
  38. package/dist/cjs/multiselecttree/tests/{multiselecttree.js → multiselecttree-size-rounded.js} +865 -150
  39. package/dist/cjs/multiselecttree/tests/multiselecttree-solid.js +6048 -0
  40. package/dist/cjs/notification/index.js +51 -1
  41. package/dist/cjs/notification/templates/icon-notification-closable.js +4389 -0
  42. package/dist/cjs/notification/templates/icon-notification.js +4368 -0
  43. package/dist/cjs/notification/templates/notification-closable.js +4388 -0
  44. package/dist/cjs/notification/templates/notification-normal.js +4367 -0
  45. package/dist/cjs/notification/tests/notification-angular-colors.js +4404 -0
  46. package/dist/cjs/notification/tests/notification-angular.js +60 -34
  47. package/dist/cjs/notification/tests/notification-custom-angular.js +48 -20
  48. package/dist/cjs/notification/tests/notification-jquery-colors.js +4441 -0
  49. package/dist/cjs/notification/tests/notification-jquery.js +63 -37
  50. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +457 -441
  51. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +530 -516
  52. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +544 -530
  53. package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +194 -180
  54. package/dist/cjs/spreadsheet/tests/spreadsheet-file-dialogs.js +235 -205
  55. package/dist/cjs/spreadsheet/tests/spreadsheet-find-replace-dialog.js +169 -155
  56. package/dist/cjs/spreadsheet/tests/spreadsheet-format-dialogs.js +471 -457
  57. package/dist/cjs/spreadsheet/tests/spreadsheet-formula-dialog.js +167 -153
  58. package/dist/cjs/spreadsheet/tests/spreadsheet-insert-dialogs.js +267 -237
  59. package/dist/cjs/spreadsheet/tests/spreadsheet-print.js +243 -229
  60. package/dist/cjs/spreadsheet/tests/spreadsheet-sheets-bar.js +123 -109
  61. package/dist/cjs/treelist/tests/treelist-editing-popup.js +317 -303
  62. package/dist/cjs/upload/templates/upload-batch.js +4846 -0
  63. package/dist/cjs/{multiselecttree/tests/multiselecttree-size.js → upload/templates/upload-chunk.js} +396 -768
  64. package/dist/cjs/upload/templates/upload-normal.js +4761 -0
  65. package/dist/cjs/upload/tests/upload-rtl.js +67 -49
  66. package/dist/cjs/upload/tests/upload-states.js +4782 -0
  67. package/dist/cjs/upload/tests/upload.js +62 -36
  68. package/dist/cjs/upload/upload.spec.js +1 -1
  69. package/dist/cjs/window/templates/window-normal.js +4546 -0
  70. package/dist/cjs/window/tests/window-action-buttons.js +30 -16
  71. package/dist/cjs/window/tests/window-rtl.js +23 -9
  72. package/dist/cjs/window/tests/window-theme-colors.js +22 -9
  73. package/dist/cjs/window/tests/window.js +23 -9
  74. package/dist/esm/context-menu/tests/context-menu-in-window.js +43 -29
  75. package/dist/esm/dialog/tests/dialog-in-window.js +30 -16
  76. package/dist/esm/editor/tests/editor-find-replace.js +78 -64
  77. package/dist/esm/editor/tests/editor-image-editor.js +41 -27
  78. package/dist/esm/editor/tests/editor-table-wizard.js +110 -96
  79. package/dist/esm/editor/tests/editor-view-source.js +46 -32
  80. package/dist/esm/fab/fab-item.js +1 -0
  81. package/dist/esm/fab/templates/icon-fab.js +4410 -0
  82. package/dist/esm/fab/templates/icon-text-fab.js +4411 -0
  83. package/dist/esm/fab/templates/text-fab.js +4410 -0
  84. package/dist/esm/fab/tests/fab-items.js +49 -111
  85. package/dist/esm/fab/tests/fab-position.js +71 -18
  86. package/dist/esm/fab/tests/{fab-size.js → fab-size-rounded.js} +85 -89
  87. package/dist/esm/fab/tests/fab-states.js +64 -11
  88. package/dist/esm/fab/tests/fab.js +80 -46
  89. package/dist/esm/filemanager/tests/filemanager-dialogs.js +35 -19
  90. package/dist/esm/form/tests/form-field-inputs-rtl.js +137 -115
  91. package/dist/esm/form/tests/form-field-inputs.js +151 -129
  92. package/dist/esm/gantt/tests/gantt-editing-popup-general.js +381 -367
  93. package/dist/esm/gantt/tests/gantt-editing-popup-other.js +290 -276
  94. package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +386 -372
  95. package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +419 -405
  96. package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +386 -372
  97. package/dist/esm/grid/tests/grid-column-resizing-actions.js +117 -103
  98. package/dist/esm/grid/tests/grid-editing-popup.js +328 -314
  99. package/dist/esm/index.js +1935 -1659
  100. package/dist/esm/multiselecttree/multiselecttree.spec.js +712 -18
  101. package/dist/esm/multiselecttree/templates/multiselecttree-adaptive.js +5821 -0
  102. package/dist/esm/multiselecttree/templates/multiselecttree-arrow-button.js +5821 -0
  103. package/dist/esm/multiselecttree/templates/multiselecttree-filtering.js +5952 -0
  104. package/dist/esm/multiselecttree/templates/multiselecttree-normal.js +5815 -0
  105. package/dist/esm/multiselecttree/templates/multiselecttree-popup.js +5839 -0
  106. package/dist/esm/multiselecttree/templates/multiselecttree-value.js +5853 -0
  107. package/dist/esm/multiselecttree/tests/multiselecttree-adaptive.js +5968 -0
  108. package/dist/esm/multiselecttree/tests/multiselecttree-flat.js +887 -147
  109. package/dist/esm/multiselecttree/tests/multiselecttree-opened.js +1337 -991
  110. package/dist/esm/multiselecttree/tests/multiselecttree-outline.js +887 -147
  111. package/dist/esm/multiselecttree/tests/{multiselecttree.js → multiselecttree-size-rounded.js} +861 -146
  112. package/dist/esm/multiselecttree/tests/multiselecttree-solid.js +6032 -0
  113. package/dist/esm/notification/index.js +51 -1
  114. package/dist/esm/notification/templates/icon-notification-closable.js +4373 -0
  115. package/dist/esm/notification/templates/icon-notification.js +4352 -0
  116. package/dist/esm/notification/templates/notification-closable.js +4372 -0
  117. package/dist/esm/notification/templates/notification-normal.js +4351 -0
  118. package/dist/esm/notification/tests/notification-angular-colors.js +4388 -0
  119. package/dist/esm/notification/tests/notification-angular.js +58 -32
  120. package/dist/esm/notification/tests/notification-custom-angular.js +46 -18
  121. package/dist/esm/notification/tests/notification-jquery-colors.js +4425 -0
  122. package/dist/esm/notification/tests/notification-jquery.js +61 -35
  123. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +457 -441
  124. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +466 -452
  125. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +479 -465
  126. package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +179 -165
  127. package/dist/esm/spreadsheet/tests/spreadsheet-file-dialogs.js +215 -185
  128. package/dist/esm/spreadsheet/tests/spreadsheet-find-replace-dialog.js +155 -141
  129. package/dist/esm/spreadsheet/tests/spreadsheet-format-dialogs.js +409 -395
  130. package/dist/esm/spreadsheet/tests/spreadsheet-formula-dialog.js +153 -139
  131. package/dist/esm/spreadsheet/tests/spreadsheet-insert-dialogs.js +253 -223
  132. package/dist/esm/spreadsheet/tests/spreadsheet-print.js +218 -204
  133. package/dist/esm/spreadsheet/tests/spreadsheet-sheets-bar.js +108 -94
  134. package/dist/esm/treelist/tests/treelist-editing-popup.js +275 -261
  135. package/dist/esm/upload/templates/upload-batch.js +4830 -0
  136. package/dist/esm/{multiselecttree/tests/multiselecttree-size.js → upload/templates/upload-chunk.js} +392 -764
  137. package/dist/esm/upload/templates/upload-normal.js +4745 -0
  138. package/dist/esm/upload/tests/upload-rtl.js +67 -49
  139. package/dist/esm/upload/tests/upload-states.js +4766 -0
  140. package/dist/esm/upload/tests/upload.js +62 -36
  141. package/dist/esm/upload/upload.spec.js +1 -1
  142. package/dist/esm/window/templates/window-normal.js +4530 -0
  143. package/dist/esm/window/tests/window-action-buttons.js +29 -15
  144. package/dist/esm/window/tests/window-rtl.js +22 -8
  145. package/dist/esm/window/tests/window-theme-colors.js +22 -9
  146. package/dist/esm/window/tests/window.js +22 -8
  147. package/dist/types/fab/fab-item.d.ts +4 -1
  148. package/dist/types/fab/index.d.ts +3 -0
  149. package/dist/types/fab/templates/icon-fab.d.ts +1 -0
  150. package/dist/types/fab/templates/icon-text-fab.d.ts +1 -0
  151. package/dist/types/fab/templates/text-fab.d.ts +1 -0
  152. package/dist/types/multiselecttree/index.d.ts +6 -0
  153. package/dist/types/multiselecttree/multiselecttree.spec.d.ts +3 -0
  154. package/dist/types/multiselecttree/templates/multiselecttree-adaptive.d.ts +1 -0
  155. package/dist/types/multiselecttree/templates/multiselecttree-arrow-button.d.ts +1 -0
  156. package/dist/types/multiselecttree/templates/multiselecttree-filtering.d.ts +1 -0
  157. package/dist/types/multiselecttree/templates/multiselecttree-normal.d.ts +1 -0
  158. package/dist/types/multiselecttree/templates/multiselecttree-popup.d.ts +1 -0
  159. package/dist/types/multiselecttree/templates/multiselecttree-value.d.ts +1 -0
  160. package/dist/types/multiselecttree/tests/multiselecttree-solid.d.ts +2 -0
  161. package/dist/types/notification/index.d.ts +4 -0
  162. package/dist/types/notification/templates/icon-notification-closable.d.ts +1 -0
  163. package/dist/types/notification/templates/icon-notification.d.ts +1 -0
  164. package/dist/types/notification/templates/notification-closable.d.ts +1 -0
  165. package/dist/types/notification/templates/notification-normal.d.ts +1 -0
  166. package/dist/types/notification/tests/notification-angular-colors.d.ts +2 -0
  167. package/dist/types/notification/tests/notification-jquery-colors.d.ts +2 -0
  168. package/dist/types/upload/index.d.ts +3 -0
  169. package/dist/types/upload/templates/upload-batch.d.ts +1 -0
  170. package/dist/types/upload/templates/upload-chunk.d.ts +1 -0
  171. package/dist/types/upload/templates/upload-normal.d.ts +1 -0
  172. package/dist/types/upload/tests/upload-states.d.ts +2 -0
  173. package/dist/types/window/index.d.ts +1 -0
  174. package/dist/types/window/templates/window-normal.d.ts +1 -0
  175. package/package.json +2 -2
  176. package/src/context-menu/tests/context-menu-in-window.tsx +3 -3
  177. package/src/dialog/tests/dialog-in-window.tsx +3 -3
  178. package/src/editor/tests/editor-find-replace.tsx +5 -5
  179. package/src/editor/tests/editor-image-editor.tsx +3 -3
  180. package/src/editor/tests/editor-table-wizard.tsx +7 -7
  181. package/src/editor/tests/editor-view-source.tsx +3 -3
  182. package/src/fab/fab-item.tsx +2 -0
  183. package/src/fab/index.ts +3 -0
  184. package/src/fab/templates/icon-fab.tsx +7 -0
  185. package/src/fab/templates/icon-text-fab.tsx +8 -0
  186. package/src/fab/templates/text-fab.tsx +7 -0
  187. package/src/fab/tests/fab-items.tsx +57 -127
  188. package/src/fab/tests/fab-position.tsx +9 -9
  189. package/src/fab/tests/fab-size-rounded.tsx +35 -0
  190. package/src/fab/tests/fab-states.tsx +2 -2
  191. package/src/fab/tests/fab.tsx +14 -110
  192. package/src/filemanager/tests/filemanager-dialogs.tsx +2 -2
  193. package/src/form/tests/form-field-inputs-rtl.tsx +5 -5
  194. package/src/form/tests/form-field-inputs.tsx +5 -5
  195. package/src/gantt/tests/gantt-editing-popup-general.tsx +3 -3
  196. package/src/gantt/tests/gantt-editing-popup-other.tsx +3 -3
  197. package/src/gantt/tests/gantt-editing-popup-predecessors.tsx +3 -3
  198. package/src/gantt/tests/gantt-editing-popup-resources.tsx +3 -3
  199. package/src/gantt/tests/gantt-editing-popup-successors.tsx +3 -3
  200. package/src/grid/tests/grid-column-resizing-actions.tsx +3 -3
  201. package/src/grid/tests/grid-editing-popup.tsx +3 -3
  202. package/src/multiselecttree/index.ts +6 -0
  203. package/src/multiselecttree/multiselecttree.spec.tsx +37 -0
  204. package/src/multiselecttree/templates/multiselecttree-adaptive.tsx +8 -0
  205. package/src/multiselecttree/templates/multiselecttree-arrow-button.tsx +8 -0
  206. package/src/multiselecttree/templates/multiselecttree-filtering.tsx +47 -0
  207. package/src/multiselecttree/templates/multiselecttree-normal.tsx +3 -0
  208. package/src/multiselecttree/templates/multiselecttree-popup.tsx +36 -0
  209. package/src/multiselecttree/templates/multiselecttree-value.tsx +12 -0
  210. package/src/multiselecttree/tests/multiselecttree-adaptive.tsx +33 -0
  211. package/src/multiselecttree/tests/multiselecttree-flat.tsx +32 -126
  212. package/src/multiselecttree/tests/multiselecttree-opened.tsx +29 -90
  213. package/src/multiselecttree/tests/multiselecttree-outline.tsx +32 -126
  214. package/src/multiselecttree/tests/multiselecttree-size-rounded.tsx +38 -0
  215. package/src/multiselecttree/tests/multiselecttree-solid.tsx +79 -0
  216. package/src/notification/index.tsx +4 -0
  217. package/src/notification/templates/icon-notification-closable.tsx +10 -0
  218. package/src/notification/templates/icon-notification.tsx +9 -0
  219. package/src/notification/templates/notification-closable.tsx +9 -0
  220. package/src/notification/templates/notification-normal.tsx +8 -0
  221. package/src/notification/tests/notification-angular-colors.tsx +28 -0
  222. package/src/notification/tests/notification-angular.tsx +10 -95
  223. package/src/notification/tests/notification-custom-angular.tsx +9 -9
  224. package/src/notification/tests/notification-jquery-colors.tsx +30 -0
  225. package/src/notification/tests/notification-jquery.tsx +10 -95
  226. package/src/pdf-viewer/tests/pdf-viewer-blank-page.tsx +2 -2
  227. package/src/scheduler/tests/scheduler-edit-dialog.tsx +3 -3
  228. package/src/scheduler/tests/scheduler-editing-weekly.tsx +3 -3
  229. package/src/spreadsheet/tests/spreadsheet-data-validation.tsx +5 -5
  230. package/src/spreadsheet/tests/spreadsheet-file-dialogs.tsx +9 -9
  231. package/src/spreadsheet/tests/spreadsheet-find-replace-dialog.tsx +3 -3
  232. package/src/spreadsheet/tests/spreadsheet-format-dialogs.tsx +5 -5
  233. package/src/spreadsheet/tests/spreadsheet-formula-dialog.tsx +3 -3
  234. package/src/spreadsheet/tests/spreadsheet-insert-dialogs.tsx +13 -13
  235. package/src/spreadsheet/tests/spreadsheet-print.tsx +5 -5
  236. package/src/spreadsheet/tests/spreadsheet-sheets-bar.tsx +5 -5
  237. package/src/treelist/tests/treelist-editing-popup.tsx +3 -3
  238. package/src/upload/index.ts +3 -0
  239. package/src/upload/templates/upload-batch.tsx +14 -0
  240. package/src/upload/templates/upload-chunk.tsx +12 -0
  241. package/src/upload/templates/upload-normal.tsx +7 -0
  242. package/src/upload/tests/upload-rtl.tsx +35 -48
  243. package/src/upload/tests/upload-states.tsx +29 -0
  244. package/src/upload/tests/upload.tsx +34 -39
  245. package/src/upload/upload.spec.tsx +1 -1
  246. package/src/window/index.ts +1 -0
  247. package/src/window/templates/window-normal.tsx +11 -0
  248. package/src/window/tests/window-action-buttons.tsx +9 -9
  249. package/src/window/tests/window-rtl.tsx +6 -8
  250. package/src/window/tests/window-theme-colors.tsx +6 -18
  251. package/src/window/tests/window.tsx +6 -6
  252. package/src/fab/tests/fab-size.tsx +0 -109
  253. package/src/multiselecttree/tests/multiselecttree-size.tsx +0 -50
  254. package/src/multiselecttree/tests/multiselecttree.tsx +0 -175
  255. /package/dist/types/fab/tests/{fab-size.d.ts → fab-size-rounded.d.ts} +0 -0
  256. /package/dist/types/multiselecttree/tests/{multiselecttree-size.d.ts → multiselecttree-adaptive.d.ts} +0 -0
  257. /package/dist/types/multiselecttree/tests/{multiselecttree.d.ts → multiselecttree-size-rounded.d.ts} +0 -0
@@ -4531,8 +4531,22 @@ Window.options = options6;
4531
4531
  Window.className = WINDOW_CLASSNAME;
4532
4532
  Window.defaultProps = defaultProps6;
4533
4533
 
4534
- // src/form/form-field.tsx
4534
+ // src/window/templates/window-normal.tsx
4535
4535
  var import_jsx_runtime10 = require("react/jsx-runtime");
4536
+ var WindowNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
4537
+ Window,
4538
+ {
4539
+ title: "Title",
4540
+ actions: ["window-minimize", "window", "x"],
4541
+ children: [
4542
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(import_jsx_runtime10.Fragment, { children: "Content" })
4543
+ ],
4544
+ ...props
4545
+ }
4546
+ );
4547
+
4548
+ // src/form/form-field.tsx
4549
+ var import_jsx_runtime11 = require("react/jsx-runtime");
4536
4550
  var FORMFIELD_CLASSNAME = "k-form-field";
4537
4551
  var states7 = [
4538
4552
  States.disabled
@@ -4550,7 +4564,7 @@ var FormField = (props) => {
4550
4564
  dir,
4551
4565
  colSpan
4552
4566
  } = props;
4553
- return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
4567
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
4554
4568
  "div",
4555
4569
  {
4556
4570
  className: classNames(
@@ -4563,19 +4577,19 @@ var FormField = (props) => {
4563
4577
  ),
4564
4578
  dir,
4565
4579
  children: [
4566
- label && /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("label", { className: classNames(
4580
+ label && /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("label", { className: classNames(
4567
4581
  "k-label",
4568
4582
  "k-form-label"
4569
4583
  ), children: [
4570
4584
  label,
4571
- optional && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
4572
- info && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("span", { className: "k-field-info", children: "(field info)" })
4585
+ optional && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
4586
+ info && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("span", { className: "k-field-info", children: "(field info)" })
4573
4587
  ] }),
4574
- orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
4575
- /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("div", { className: "k-form-field-wrap", children: [
4588
+ orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
4589
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("div", { className: "k-form-field-wrap", children: [
4576
4590
  editor,
4577
- hint && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("div", { className: "k-form-hint", children: hint }),
4578
- error && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("div", { className: "k-form-error", children: error })
4591
+ hint && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("div", { className: "k-form-hint", children: hint }),
4592
+ error && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("div", { className: "k-form-error", children: error })
4579
4593
  ] })
4580
4594
  ]
4581
4595
  }
@@ -4584,7 +4598,7 @@ var FormField = (props) => {
4584
4598
  FormField.className = FORMFIELD_CLASSNAME;
4585
4599
 
4586
4600
  // src/form/fieldset.tsx
4587
- var import_jsx_runtime11 = require("react/jsx-runtime");
4601
+ var import_jsx_runtime12 = require("react/jsx-runtime");
4588
4602
  var FIELDSET_CLASSNAME = "k-form-fieldset";
4589
4603
  var Fieldset = (props) => {
4590
4604
  const {
@@ -4594,9 +4608,9 @@ var Fieldset = (props) => {
4594
4608
  gapX,
4595
4609
  gapY
4596
4610
  } = props;
4597
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
4598
- legend && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("legend", { className: "k-form-legend", children: legend }),
4599
- layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("div", { className: classNames(
4611
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
4612
+ legend && /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("legend", { className: "k-form-legend", children: legend }),
4613
+ layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: classNames(
4600
4614
  "k-form-layout",
4601
4615
  "k-d-grid",
4602
4616
  {
@@ -4604,13 +4618,13 @@ var Fieldset = (props) => {
4604
4618
  [`k-gap-x-${gapX}`]: gapX,
4605
4619
  [`k-gap-y-${gapY}`]: gapY
4606
4620
  }
4607
- ), children: props.children }) : /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_jsx_runtime11.Fragment, { children: props.children })
4621
+ ), children: props.children }) : /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_jsx_runtime12.Fragment, { children: props.children })
4608
4622
  ] });
4609
4623
  };
4610
4624
  Fieldset.className = FIELDSET_CLASSNAME;
4611
4625
 
4612
4626
  // src/form/form.spec.tsx
4613
- var import_jsx_runtime12 = require("react/jsx-runtime");
4627
+ var import_jsx_runtime13 = require("react/jsx-runtime");
4614
4628
  var import_react = require("react");
4615
4629
  var FORM_CLASSNAME = "k-form";
4616
4630
  var states8 = [];
@@ -4634,7 +4648,7 @@ var Form = (props) => {
4634
4648
  tag = defaultProps7.tag,
4635
4649
  children
4636
4650
  } = props;
4637
- const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("form", { className: className13, children: children2 }) : /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: className13, children: children2 });
4651
+ const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("form", { className: className13, children: children2 }) : /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: className13, children: children2 });
4638
4652
  const formChildren = [];
4639
4653
  if (children) {
4640
4654
  if (Array.isArray(children)) {
@@ -4653,7 +4667,7 @@ var Form = (props) => {
4653
4667
  children.type === Fieldset && formChildren.push(/* @__PURE__ */ (0, import_react.createElement)(Fieldset, { ...children.props, key: `${(/* @__PURE__ */ new Date()).getTime()}` }));
4654
4668
  }
4655
4669
  }
4656
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(Parent, { tag, className: classNames(
4670
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(Parent, { tag, className: classNames(
4657
4671
  props.className,
4658
4672
  FORM_CLASSNAME,
4659
4673
  optionClassNames(FORM_CLASSNAME, {
@@ -4663,7 +4677,7 @@ var Form = (props) => {
4663
4677
  [`${FORM_CLASSNAME}-${orientation}`]: orientation
4664
4678
  }
4665
4679
  ), children: [
4666
- layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: classNames(
4680
+ layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: classNames(
4667
4681
  "k-form-layout",
4668
4682
  "k-d-grid",
4669
4683
  {
@@ -4671,8 +4685,8 @@ var Form = (props) => {
4671
4685
  [`k-gap-x-${gapX}`]: gapX,
4672
4686
  [`k-gap-y-${gapY}`]: gapY
4673
4687
  }
4674
- ), children: formChildren }) : /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_jsx_runtime12.Fragment, { children: formChildren }),
4675
- formButtons && /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "k-form-buttons", children: formButtons })
4688
+ ), children: formChildren }) : /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_jsx_runtime13.Fragment, { children: formChildren }),
4689
+ formButtons && /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: "k-form-buttons", children: formButtons })
4676
4690
  ] });
4677
4691
  };
4678
4692
  Form.states = states8;
@@ -4681,7 +4695,7 @@ Form.className = FORM_CLASSNAME;
4681
4695
  Form.defaultProps = defaultProps7;
4682
4696
 
4683
4697
  // src/input/input.spec.tsx
4684
- var import_jsx_runtime13 = require("react/jsx-runtime");
4698
+ var import_jsx_runtime14 = require("react/jsx-runtime");
4685
4699
  var INPUT_CLASSNAME = `k-input`;
4686
4700
  var states9 = [
4687
4701
  States.hover,
@@ -4717,7 +4731,7 @@ var Input = (props) => {
4717
4731
  fillMode = defaultProps8.fillMode,
4718
4732
  ...other
4719
4733
  } = props;
4720
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
4734
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
4721
4735
  "span",
4722
4736
  {
4723
4737
  ...other,
@@ -4736,7 +4750,7 @@ Input.className = INPUT_CLASSNAME;
4736
4750
  Input.defaultProps = defaultProps8;
4737
4751
 
4738
4752
  // src/input/picker.spec.tsx
4739
- var import_jsx_runtime14 = require("react/jsx-runtime");
4753
+ var import_jsx_runtime15 = require("react/jsx-runtime");
4740
4754
  var PICKER_CLASSNAME = `k-picker`;
4741
4755
  var pickerStates = [
4742
4756
  States.hover,
@@ -4772,7 +4786,7 @@ var Picker = (props) => {
4772
4786
  fillMode = defaultProps9.fillMode,
4773
4787
  ...other
4774
4788
  } = props;
4775
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
4789
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
4776
4790
  "span",
4777
4791
  {
4778
4792
  ...other,
@@ -4792,7 +4806,7 @@ Picker.className = PICKER_CLASSNAME;
4792
4806
  Picker.defaultProps = defaultProps9;
4793
4807
 
4794
4808
  // src/input/input-clear-value.tsx
4795
- var import_jsx_runtime15 = require("react/jsx-runtime");
4809
+ var import_jsx_runtime16 = require("react/jsx-runtime");
4796
4810
  var className = `k-clear-value`;
4797
4811
  var states10 = [
4798
4812
  States.disabled,
@@ -4808,16 +4822,16 @@ var InputClearValue = (props) => {
4808
4822
  value
4809
4823
  } = props;
4810
4824
  if (disabled || readonly || loading || !value) {
4811
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_jsx_runtime15.Fragment, {});
4825
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_jsx_runtime16.Fragment, {});
4812
4826
  }
4813
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Icon, { icon: "x" }) });
4827
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(Icon, { icon: "x" }) });
4814
4828
  };
4815
4829
  InputClearValue.states = states10;
4816
4830
  InputClearValue.options = options9;
4817
4831
  InputClearValue.className = className;
4818
4832
 
4819
4833
  // src/input/input-inner-input.tsx
4820
- var import_jsx_runtime16 = require("react/jsx-runtime");
4834
+ var import_jsx_runtime17 = require("react/jsx-runtime");
4821
4835
  var className2 = `k-input-inner`;
4822
4836
  var states11 = [];
4823
4837
  var options10 = {};
@@ -4835,7 +4849,7 @@ var InputInnerInput = (props) => {
4835
4849
  autocomplete = defaultProps10.autocomplete,
4836
4850
  ...other
4837
4851
  } = props;
4838
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
4852
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
4839
4853
  "input",
4840
4854
  {
4841
4855
  ...other,
@@ -4852,7 +4866,7 @@ InputInnerInput.options = options10;
4852
4866
  InputInnerInput.className = className2;
4853
4867
 
4854
4868
  // src/input/input-inner-span.tsx
4855
- var import_jsx_runtime17 = require("react/jsx-runtime");
4869
+ var import_jsx_runtime18 = require("react/jsx-runtime");
4856
4870
  var className3 = `k-input-inner`;
4857
4871
  var states12 = [];
4858
4872
  var options11 = {};
@@ -4865,16 +4879,16 @@ var InputInnerSpan = (props) => {
4865
4879
  valueIconName,
4866
4880
  ...other
4867
4881
  } = props;
4868
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
4882
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
4869
4883
  "span",
4870
4884
  {
4871
4885
  ...other,
4872
4886
  className: classNames(props.className, className3, optionClassNames(className3, props)),
4873
4887
  children: [
4874
4888
  valueIcon,
4875
- !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4889
+ !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4876
4890
  showValue && !value && placeholder,
4877
- showValue && value && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("span", { className: "k-input-value-text", children: value })
4891
+ showValue && value && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("span", { className: "k-input-value-text", children: value })
4878
4892
  ]
4879
4893
  }
4880
4894
  );
@@ -4884,7 +4898,7 @@ InputInnerSpan.options = options11;
4884
4898
  InputInnerSpan.className = className3;
4885
4899
 
4886
4900
  // src/input/input-inner-textarea.tsx
4887
- var import_jsx_runtime18 = require("react/jsx-runtime");
4901
+ var import_jsx_runtime19 = require("react/jsx-runtime");
4888
4902
  var defaultProps11 = {
4889
4903
  value: "",
4890
4904
  placeholder: ""
@@ -4899,7 +4913,7 @@ var InputInnerTextarea = (props) => {
4899
4913
  rows,
4900
4914
  ...other
4901
4915
  } = props;
4902
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
4916
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
4903
4917
  "textarea",
4904
4918
  {
4905
4919
  ...other,
@@ -4915,7 +4929,7 @@ InputInnerTextarea.options = options12;
4915
4929
  InputInnerTextarea.className = className4;
4916
4930
 
4917
4931
  // src/input/input-loading-icon.tsx
4918
- var import_jsx_runtime19 = require("react/jsx-runtime");
4932
+ var import_jsx_runtime20 = require("react/jsx-runtime");
4919
4933
  var className5 = `k-input-loading-icon`;
4920
4934
  var states14 = [
4921
4935
  States.disabled,
@@ -4927,13 +4941,13 @@ var InputLoadingIcon = (props) => {
4927
4941
  loading
4928
4942
  } = props;
4929
4943
  if (disabled || !loading) {
4930
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_jsx_runtime19.Fragment, {});
4944
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_jsx_runtime20.Fragment, {});
4931
4945
  }
4932
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: classNames(props.className, className5, "k-icon k-i-loading") });
4946
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("span", { className: classNames(props.className, className5, "k-icon k-i-loading") });
4933
4947
  };
4934
4948
 
4935
4949
  // src/input/input-validation-icon.tsx
4936
- var import_jsx_runtime20 = require("react/jsx-runtime");
4950
+ var import_jsx_runtime21 = require("react/jsx-runtime");
4937
4951
  var className6 = `k-input-validation-icon`;
4938
4952
  var states15 = [
4939
4953
  States.valid,
@@ -4952,39 +4966,39 @@ var InputValidationIcon = (props) => {
4952
4966
  const iconName = invalid ? "exclamation-circle" : "check";
4953
4967
  const renderValidationIcon = Boolean(valid || invalid);
4954
4968
  if (disabled || loading || !renderValidationIcon) {
4955
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_jsx_runtime20.Fragment, {});
4969
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_jsx_runtime21.Fragment, {});
4956
4970
  }
4957
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(Icon, { className: classNames(className6), icon: iconName });
4971
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(Icon, { className: classNames(className6), icon: iconName });
4958
4972
  };
4959
4973
  InputValidationIcon.states = states15;
4960
4974
  InputValidationIcon.options = options13;
4961
4975
  InputValidationIcon.className = className6;
4962
4976
 
4963
4977
  // src/input/input-prefix.tsx
4964
- var import_jsx_runtime21 = require("react/jsx-runtime");
4978
+ var import_jsx_runtime22 = require("react/jsx-runtime");
4965
4979
  var className7 = `k-input-prefix`;
4966
4980
  var InputPrefix = (props) => {
4967
4981
  if (!props.children) {
4968
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_jsx_runtime21.Fragment, {});
4982
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_jsx_runtime22.Fragment, {});
4969
4983
  }
4970
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("span", { className: classNames(className7, props.className), children: props.children });
4984
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("span", { className: classNames(className7, props.className), children: props.children });
4971
4985
  };
4972
4986
 
4973
4987
  // src/input/input-suffix.tsx
4974
- var import_jsx_runtime22 = require("react/jsx-runtime");
4988
+ var import_jsx_runtime23 = require("react/jsx-runtime");
4975
4989
  var className8 = `k-input-suffix`;
4976
4990
  var InputSuffix = (props) => {
4977
4991
  if (!props.children) {
4978
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_jsx_runtime22.Fragment, {});
4992
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_jsx_runtime23.Fragment, {});
4979
4993
  }
4980
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("span", { className: classNames(className8, props.className), children: props.children });
4994
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("span", { className: classNames(className8, props.className), children: props.children });
4981
4995
  };
4982
4996
 
4983
4997
  // src/input/input-separator.tsx
4984
- var import_jsx_runtime23 = require("react/jsx-runtime");
4998
+ var import_jsx_runtime24 = require("react/jsx-runtime");
4985
4999
 
4986
5000
  // src/animation-container/animation-container.spec.tsx
4987
- var import_jsx_runtime24 = require("react/jsx-runtime");
5001
+ var import_jsx_runtime25 = require("react/jsx-runtime");
4988
5002
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4989
5003
  var states16 = [];
4990
5004
  var options14 = {};
@@ -4998,7 +5012,7 @@ var AnimationContainer = (props) => {
4998
5012
  offset,
4999
5013
  ...other
5000
5014
  } = props;
5001
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
5015
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
5002
5016
  "div",
5003
5017
  {
5004
5018
  ...other,
@@ -5010,7 +5024,7 @@ var AnimationContainer = (props) => {
5010
5024
  ["k-animation-container-fixed"]: positionMode === "fixed"
5011
5025
  }
5012
5026
  ),
5013
- children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5027
+ children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5014
5028
  }
5015
5029
  );
5016
5030
  };
@@ -5020,7 +5034,7 @@ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5020
5034
  AnimationContainer.defaultProps = defaultProps12;
5021
5035
 
5022
5036
  // src/popup/popup.spec.tsx
5023
- var import_jsx_runtime25 = require("react/jsx-runtime");
5037
+ var import_jsx_runtime26 = require("react/jsx-runtime");
5024
5038
  var POPUP_CLASSNAME = `k-popup`;
5025
5039
  var states17 = [];
5026
5040
  var options15 = {};
@@ -5033,12 +5047,12 @@ var Popup = (props) => {
5033
5047
  positionMode,
5034
5048
  ...other
5035
5049
  } = props;
5036
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
5050
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
5037
5051
  AnimationContainer,
5038
5052
  {
5039
5053
  positionMode,
5040
5054
  offset,
5041
- children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5055
+ children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5042
5056
  }
5043
5057
  );
5044
5058
  };
@@ -5048,7 +5062,7 @@ Popup.className = POPUP_CLASSNAME;
5048
5062
  Popup.defaultProps = defaultProps13;
5049
5063
 
5050
5064
  // src/dropdownlist/dropdownlist.spec.tsx
5051
- var import_jsx_runtime26 = require("react/jsx-runtime");
5065
+ var import_jsx_runtime27 = require("react/jsx-runtime");
5052
5066
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5053
5067
  var states18 = [
5054
5068
  States.hover,
@@ -5096,8 +5110,8 @@ var DropdownList = (props) => {
5096
5110
  opened,
5097
5111
  ...other
5098
5112
  } = props;
5099
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_jsx_runtime26.Fragment, { children: [
5100
- /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
5113
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(import_jsx_runtime27.Fragment, { children: [
5114
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
5101
5115
  Picker,
5102
5116
  {
5103
5117
  ...other,
@@ -5120,8 +5134,8 @@ var DropdownList = (props) => {
5120
5134
  }
5121
5135
  ),
5122
5136
  children: [
5123
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(InputPrefix, { children: prefix }),
5124
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
5137
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(InputPrefix, { children: prefix }),
5138
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5125
5139
  InputInnerSpan,
5126
5140
  {
5127
5141
  placeholder,
@@ -5130,7 +5144,7 @@ var DropdownList = (props) => {
5130
5144
  valueIconName
5131
5145
  }
5132
5146
  ),
5133
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
5147
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5134
5148
  InputValidationIcon,
5135
5149
  {
5136
5150
  valid,
@@ -5139,15 +5153,15 @@ var DropdownList = (props) => {
5139
5153
  disabled
5140
5154
  }
5141
5155
  ),
5142
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
5156
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5143
5157
  InputLoadingIcon,
5144
5158
  {
5145
5159
  loading,
5146
5160
  disabled
5147
5161
  }
5148
5162
  ),
5149
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(InputSuffix, { children: suffix }),
5150
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
5163
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(InputSuffix, { children: suffix }),
5164
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5151
5165
  Button,
5152
5166
  {
5153
5167
  className: "k-input-button",
@@ -5160,7 +5174,7 @@ var DropdownList = (props) => {
5160
5174
  ]
5161
5175
  }
5162
5176
  ),
5163
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5177
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5164
5178
  ] });
5165
5179
  };
5166
5180
  DropdownList.states = states18;
@@ -5169,15 +5183,15 @@ DropdownList.className = DROPDOWNLIST_CLASSNAME;
5169
5183
  DropdownList.defaultProps = defaultProps14;
5170
5184
 
5171
5185
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5172
- var import_jsx_runtime27 = require("react/jsx-runtime");
5186
+ var import_jsx_runtime28 = require("react/jsx-runtime");
5173
5187
 
5174
5188
  // src/nodata/nodata.tsx
5175
- var import_jsx_runtime28 = require("react/jsx-runtime");
5189
+ var import_jsx_runtime29 = require("react/jsx-runtime");
5176
5190
  var className9 = `k-nodata`;
5177
- var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5191
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5178
5192
 
5179
5193
  // src/list/list.spec.tsx
5180
- var import_jsx_runtime29 = require("react/jsx-runtime");
5194
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5181
5195
  var LIST_CLASSNAME = `k-list`;
5182
5196
  var states19 = [];
5183
5197
  var options17 = {
@@ -5205,7 +5219,7 @@ var List = (props) => {
5205
5219
  listHeader = child.props.label;
5206
5220
  child.props.children.map((optChild, index2) => {
5207
5221
  listChildren.push(
5208
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5222
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5209
5223
  ListItem,
5210
5224
  {
5211
5225
  ...optChild.props
@@ -5221,7 +5235,7 @@ var List = (props) => {
5221
5235
  groupLabel = child.props.label;
5222
5236
  }
5223
5237
  listChildren.push(
5224
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5238
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5225
5239
  ListItem,
5226
5240
  {
5227
5241
  className: index2 === 0 ? "k-first" : "",
@@ -5233,16 +5247,16 @@ var List = (props) => {
5233
5247
  );
5234
5248
  });
5235
5249
  }
5236
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5250
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5237
5251
  } else if (child.type === ListItem) {
5238
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5239
- listContent = /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(ListContent, { virtualization, children: listChildren });
5252
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5253
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(ListContent, { virtualization, children: listChildren });
5240
5254
  }
5241
5255
  });
5242
5256
  } else {
5243
- listContent = /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(NoData, { children: "No data found." });
5257
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(NoData, { children: "No data found." });
5244
5258
  }
5245
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
5259
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
5246
5260
  "div",
5247
5261
  {
5248
5262
  ...other,
@@ -5271,7 +5285,7 @@ List.defaultProps = defaultProps15;
5271
5285
  var list_spec_default = List;
5272
5286
 
5273
5287
  // src/list/list-angular.spec.tsx
5274
- var import_jsx_runtime30 = require("react/jsx-runtime");
5288
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5275
5289
  var LISTANGULAR_CLASSNAME = `k-list`;
5276
5290
  var states20 = [];
5277
5291
  var options18 = {
@@ -5298,7 +5312,7 @@ var ListAngular = (props) => {
5298
5312
  listHeader = child.props.label;
5299
5313
  child.props.children.map((optChild, index2) => {
5300
5314
  listChildren.push(
5301
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5315
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5302
5316
  ListItem,
5303
5317
  {
5304
5318
  ...optChild.props
@@ -5309,7 +5323,7 @@ var ListAngular = (props) => {
5309
5323
  });
5310
5324
  } else {
5311
5325
  listChildren.push(
5312
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5326
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5313
5327
  ListGroupItem,
5314
5328
  {
5315
5329
  ...child.props,
@@ -5320,7 +5334,7 @@ var ListAngular = (props) => {
5320
5334
  );
5321
5335
  child.props.children.map((optChild, index2) => {
5322
5336
  listChildren.push(
5323
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5337
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5324
5338
  ListItem,
5325
5339
  {
5326
5340
  ...optChild.props
@@ -5330,16 +5344,16 @@ var ListAngular = (props) => {
5330
5344
  );
5331
5345
  });
5332
5346
  }
5333
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5347
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5334
5348
  } else if (child.type === ListItem) {
5335
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5336
- listContent = /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(ListContent, { virtualization, children: listChildren });
5349
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5350
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(ListContent, { virtualization, children: listChildren });
5337
5351
  }
5338
5352
  });
5339
5353
  } else {
5340
- listContent = /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(NoData, { children: "No data found." });
5354
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(NoData, { children: "No data found." });
5341
5355
  }
5342
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
5356
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
5343
5357
  "div",
5344
5358
  {
5345
5359
  ...other,
@@ -5366,7 +5380,7 @@ ListAngular.className = LISTANGULAR_CLASSNAME;
5366
5380
  ListAngular.defaultProps = defaultProps16;
5367
5381
 
5368
5382
  // src/checkbox/checkbox.spec.tsx
5369
- var import_jsx_runtime31 = require("react/jsx-runtime");
5383
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5370
5384
  var CHECKBOX_CLASSNAME = `k-checkbox`;
5371
5385
  var states21 = [
5372
5386
  States.hover,
@@ -5401,7 +5415,7 @@ var Checkbox = (props) => {
5401
5415
  rounded = defaultProps17.rounded,
5402
5416
  ...other
5403
5417
  } = props;
5404
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5418
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5405
5419
  "input",
5406
5420
  {
5407
5421
  ...other,
@@ -5424,7 +5438,7 @@ Checkbox.className = CHECKBOX_CLASSNAME;
5424
5438
  Checkbox.defaultProps = defaultProps17;
5425
5439
 
5426
5440
  // src/checkbox/checkbox-group.spec.tsx
5427
- var import_jsx_runtime32 = require("react/jsx-runtime");
5441
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5428
5442
  var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
5429
5443
  var states22 = [];
5430
5444
  var options20 = {};
@@ -5436,7 +5450,7 @@ var CheckboxGroup = (props) => {
5436
5450
  layout = defaultProps18.layout,
5437
5451
  ...other
5438
5452
  } = props;
5439
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5453
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5440
5454
  "ul",
5441
5455
  {
5442
5456
  ...other,
@@ -5457,7 +5471,7 @@ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
5457
5471
  CheckboxGroup.defaultProps = defaultProps18;
5458
5472
 
5459
5473
  // src/checkbox/checkbox-item.spec.tsx
5460
- var import_jsx_runtime33 = require("react/jsx-runtime");
5474
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5461
5475
  var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
5462
5476
  var states23 = [];
5463
5477
  var options21 = {};
@@ -5466,7 +5480,7 @@ var CheckboxItem = (props) => {
5466
5480
  const {
5467
5481
  ...other
5468
5482
  } = props;
5469
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5483
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5470
5484
  "li",
5471
5485
  {
5472
5486
  ...other,
@@ -5484,16 +5498,16 @@ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
5484
5498
  CheckboxItem.defaultProps = defaultProps19;
5485
5499
 
5486
5500
  // src/checkbox/templates/checkbox-with-label-after.tsx
5487
- var import_jsx_runtime34 = require("react/jsx-runtime");
5501
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5488
5502
 
5489
5503
  // src/checkbox/templates/checkbox-with-label-before.tsx
5490
- var import_jsx_runtime35 = require("react/jsx-runtime");
5504
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5491
5505
 
5492
5506
  // src/checkbox/templates/checkbox-normal.tsx
5493
- var import_jsx_runtime36 = require("react/jsx-runtime");
5507
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5494
5508
 
5495
5509
  // src/list/list-item.spec.tsx
5496
- var import_jsx_runtime37 = require("react/jsx-runtime");
5510
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5497
5511
  var LISTITEM_CLASSNAME = `k-list-item`;
5498
5512
  var states24 = [
5499
5513
  States.hover,
@@ -5518,7 +5532,7 @@ var ListItem = (props) => {
5518
5532
  ...other
5519
5533
  } = props;
5520
5534
  const textOrChildren = text ? text : props.children;
5521
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
5535
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
5522
5536
  "li",
5523
5537
  {
5524
5538
  ...other,
@@ -5533,10 +5547,10 @@ var ListItem = (props) => {
5533
5547
  })
5534
5548
  ),
5535
5549
  children: [
5536
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Checkbox, { checked }),
5537
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Icon, { icon: iconName }),
5538
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5539
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5550
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Checkbox, { checked }),
5551
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Icon, { icon: iconName }),
5552
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5553
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5540
5554
  ]
5541
5555
  }
5542
5556
  );
@@ -5547,43 +5561,43 @@ ListItem.className = LISTITEM_CLASSNAME;
5547
5561
  ListItem.defaultProps = defaultProps20;
5548
5562
 
5549
5563
  // src/list/list-content.tsx
5550
- var import_jsx_runtime38 = require("react/jsx-runtime");
5564
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5551
5565
  var className10 = `k-list-content`;
5552
5566
  var ListContent = (props) => {
5553
5567
  const {
5554
5568
  virtualization
5555
5569
  } = props;
5556
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("div", { className: classNames(className10, props.className), children: [
5557
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5558
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("div", {}) })
5570
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: classNames(className10, props.className), children: [
5571
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5572
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", {}) })
5559
5573
  ] });
5560
5574
  };
5561
5575
 
5562
5576
  // src/list/list-header.tsx
5563
- var import_jsx_runtime39 = require("react/jsx-runtime");
5577
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5564
5578
  var className11 = `k-list-group-sticky-header`;
5565
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5579
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5566
5580
 
5567
5581
  // src/list/list-group.tsx
5568
- var import_jsx_runtime40 = require("react/jsx-runtime");
5582
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5569
5583
  var ListGroup = (props) => {
5570
5584
  const {
5571
5585
  virtualization,
5572
5586
  label
5573
5587
  } = props;
5574
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_jsx_runtime40.Fragment, { children: [
5575
- label && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(ListHeader, { children: label }),
5576
- props.children && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(ListContent, { virtualization, children: props.children })
5588
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_jsx_runtime41.Fragment, { children: [
5589
+ label && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(ListHeader, { children: label }),
5590
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(ListContent, { virtualization, children: props.children })
5577
5591
  ] });
5578
5592
  };
5579
5593
 
5580
5594
  // src/list/list-group-item.tsx
5581
- var import_jsx_runtime41 = require("react/jsx-runtime");
5595
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5582
5596
  var className12 = `k-list-group-item`;
5583
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5597
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5584
5598
 
5585
5599
  // src/list/list-option-label.tsx
5586
- var import_jsx_runtime42 = require("react/jsx-runtime");
5600
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5587
5601
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5588
5602
  var states25 = [
5589
5603
  States.hover,
@@ -5602,7 +5616,7 @@ var ListOptionLabel = (props) => {
5602
5616
  disabled,
5603
5617
  ...other
5604
5618
  } = props;
5605
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5619
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5606
5620
  "div",
5607
5621
  {
5608
5622
  ...other,
@@ -5625,31 +5639,31 @@ ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5625
5639
  ListOptionLabel.defaultProps = defaultProps21;
5626
5640
 
5627
5641
  // src/list/templates/list-normal.tsx
5628
- var import_jsx_runtime43 = require("react/jsx-runtime");
5642
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5629
5643
 
5630
5644
  // src/list/templates/list-virtualization.tsx
5631
- var import_jsx_runtime44 = require("react/jsx-runtime");
5645
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5632
5646
 
5633
5647
  // src/list/templates/list-grouping.tsx
5634
- var import_jsx_runtime45 = require("react/jsx-runtime");
5648
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5635
5649
 
5636
5650
  // src/list/templates/list-virualization-grouping.tsx
5637
- var import_jsx_runtime46 = require("react/jsx-runtime");
5651
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5638
5652
 
5639
5653
  // src/list/templates/list-virtualization-angular.tsx
5640
- var import_jsx_runtime47 = require("react/jsx-runtime");
5654
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5641
5655
 
5642
5656
  // src/list/templates/list-grouping-angular.tsx
5643
- var import_jsx_runtime48 = require("react/jsx-runtime");
5657
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5644
5658
 
5645
5659
  // src/list/templates/list-virualization-grouping-angular.tsx
5646
- var import_jsx_runtime49 = require("react/jsx-runtime");
5660
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5647
5661
 
5648
5662
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5649
- var import_jsx_runtime50 = require("react/jsx-runtime");
5663
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5650
5664
 
5651
5665
  // src/searchbox/searchbox.spec.tsx
5652
- var import_jsx_runtime51 = require("react/jsx-runtime");
5666
+ var import_jsx_runtime52 = require("react/jsx-runtime");
5653
5667
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5654
5668
  var states26 = [
5655
5669
  States.hover,
@@ -5690,7 +5704,7 @@ var Searchbox = (props) => {
5690
5704
  icon = defaultProps22.icon,
5691
5705
  ...other
5692
5706
  } = props;
5693
- return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
5707
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
5694
5708
  Input,
5695
5709
  {
5696
5710
  ...other,
@@ -5706,11 +5720,11 @@ var Searchbox = (props) => {
5706
5720
  disabled,
5707
5721
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5708
5722
  children: [
5709
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Icon, { className: "k-input-icon", icon }),
5710
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(InputInnerInput, { placeholder, value }),
5711
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(InputLoadingIcon, { ...props }),
5712
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(InputValidationIcon, { ...props }),
5713
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(InputClearValue, { ...props })
5723
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Icon, { className: "k-input-icon", icon }),
5724
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(InputInnerInput, { placeholder, value }),
5725
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(InputLoadingIcon, { ...props }),
5726
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(InputValidationIcon, { ...props }),
5727
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(InputClearValue, { ...props })
5714
5728
  ]
5715
5729
  }
5716
5730
  );
@@ -5721,19 +5735,19 @@ Searchbox.className = SEARCHBOX_CLASSNAME;
5721
5735
  Searchbox.defaultProps = defaultProps22;
5722
5736
 
5723
5737
  // src/searchbox/templates/searchbox-normal.tsx
5724
- var import_jsx_runtime52 = require("react/jsx-runtime");
5738
+ var import_jsx_runtime53 = require("react/jsx-runtime");
5725
5739
 
5726
5740
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5727
- var import_jsx_runtime53 = require("react/jsx-runtime");
5741
+ var import_jsx_runtime54 = require("react/jsx-runtime");
5728
5742
 
5729
5743
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5730
- var import_jsx_runtime54 = require("react/jsx-runtime");
5744
+ var import_jsx_runtime55 = require("react/jsx-runtime");
5731
5745
 
5732
5746
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5733
- var import_jsx_runtime55 = require("react/jsx-runtime");
5747
+ var import_jsx_runtime56 = require("react/jsx-runtime");
5734
5748
 
5735
5749
  // src/listbox/listbox.spec.tsx
5736
- var import_jsx_runtime56 = require("react/jsx-runtime");
5750
+ var import_jsx_runtime57 = require("react/jsx-runtime");
5737
5751
  var LISTBOX_CLASSNAME = `k-listbox`;
5738
5752
  var states27 = [
5739
5753
  States.disabled
@@ -5755,7 +5769,7 @@ var ListBox = (props) => {
5755
5769
  dir,
5756
5770
  ...other
5757
5771
  } = props;
5758
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
5772
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
5759
5773
  "div",
5760
5774
  {
5761
5775
  ...other,
@@ -5774,7 +5788,7 @@ var ListBox = (props) => {
5774
5788
  }
5775
5789
  ),
5776
5790
  children: [
5777
- actions && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "k-listbox-actions", children: actions.map((action) => {
5791
+ actions && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: "k-listbox-actions", children: actions.map((action) => {
5778
5792
  const actionsIconMap = {
5779
5793
  "left": dir !== "rtl" ? "caret-alt-left" : "caret-alt-right",
5780
5794
  "right": dir !== "rtl" ? "caret-alt-right" : "caret-alt-left",
@@ -5784,12 +5798,12 @@ var ListBox = (props) => {
5784
5798
  "down": "caret-alt-down",
5785
5799
  "x": "x"
5786
5800
  };
5787
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Button, { icon: actionsIconMap[action], size });
5801
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Button, { icon: actionsIconMap[action], size });
5788
5802
  }) }),
5789
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: classNames(
5803
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: classNames(
5790
5804
  "k-list-scroller",
5791
5805
  "k-selectable"
5792
- ), children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(list_spec_default, { size, children }) })
5806
+ ), children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(list_spec_default, { size, children }) })
5793
5807
  ]
5794
5808
  }
5795
5809
  );
@@ -5800,29 +5814,29 @@ ListBox.className = LISTBOX_CLASSNAME;
5800
5814
  ListBox.defaultProps = defaultProps23;
5801
5815
 
5802
5816
  // src/listbox/templates/listbox-normal.tsx
5803
- var import_jsx_runtime57 = require("react/jsx-runtime");
5817
+ var import_jsx_runtime58 = require("react/jsx-runtime");
5804
5818
 
5805
5819
  // src/spreadsheet/tests/spreadsheet-formula-dialog.tsx
5806
- var import_jsx_runtime58 = require("react/jsx-runtime");
5820
+ var import_jsx_runtime59 = require("react/jsx-runtime");
5807
5821
  var style = `
5808
5822
  .k-window {
5809
5823
  min-width: 400px;
5810
5824
  position: relative;
5811
5825
  }
5812
5826
  `;
5813
- var spreadsheet_formula_dialog_default = () => /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(import_jsx_runtime58.Fragment, { children: [
5814
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("style", { children: style }),
5815
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Window, { title: "Insert formula", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(import_jsx_runtime58.Fragment, { children: [
5816
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Button, { themeColor: "primary", children: "Apply" }),
5817
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Button, { children: "Cancel" })
5818
- ] }), children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(Form, { children: [
5819
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(FormField, { label: "Category", editor: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(DropdownList, { value: "Date and Time" }) }),
5820
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(FormField, { label: "Pick a formula", hint: "Returns the number of dates between the two dates.", editor: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(ListBox, { style: { width: "100%" }, children: [
5821
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(ListItem, { children: "DATE" }),
5822
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(ListItem, { children: "DATEVALUE" }),
5823
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(ListItem, { children: "DAY" }),
5824
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(ListItem, { children: "DAYS" }),
5825
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(ListItem, { children: "DAYS360" })
5827
+ var spreadsheet_formula_dialog_default = () => /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(import_jsx_runtime59.Fragment, { children: [
5828
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("style", { children: style }),
5829
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(WindowNormal, { title: "Insert formula", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(import_jsx_runtime59.Fragment, { children: [
5830
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { themeColor: "primary", children: "Apply" }),
5831
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Button, { children: "Cancel" })
5832
+ ] }), children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(Form, { children: [
5833
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(FormField, { label: "Category", editor: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(DropdownList, { value: "Date and Time" }) }),
5834
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(FormField, { label: "Pick a formula", hint: "Returns the number of dates between the two dates.", editor: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(ListBox, { style: { width: "100%" }, children: [
5835
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(ListItem, { children: "DATE" }),
5836
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(ListItem, { children: "DATEVALUE" }),
5837
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(ListItem, { children: "DAY" }),
5838
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(ListItem, { children: "DAYS" }),
5839
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(ListItem, { children: "DAYS360" })
5826
5840
  ] }) })
5827
5841
  ] }) }) }) })
5828
5842
  ] });