@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
@@ -5027,10 +5027,678 @@ Popup.options = options15;
5027
5027
  Popup.className = POPUP_CLASSNAME;
5028
5028
  Popup.defaultProps = defaultProps13;
5029
5029
 
5030
- // src/multiselecttree/multiselecttree.spec.tsx
5030
+ // src/action-sheet/action-sheet.spec.tsx
5031
5031
  import { Fragment as Fragment10, jsx as jsx32, jsxs as jsxs4 } from "react/jsx-runtime";
5032
+ var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
5033
+ var states17 = [];
5034
+ var options16 = {};
5035
+ var defaultProps14 = {
5036
+ side: "bottom",
5037
+ fullscreen: false,
5038
+ adaptive: false,
5039
+ overlay: true
5040
+ };
5041
+ var ActionSheet = (props) => {
5042
+ const {
5043
+ children,
5044
+ title,
5045
+ header,
5046
+ footer,
5047
+ actions,
5048
+ side = defaultProps14.side,
5049
+ fullscreen = defaultProps14.fullscreen,
5050
+ adaptive = defaultProps14.adaptive,
5051
+ overlay = defaultProps14.overlay,
5052
+ ...other
5053
+ } = props;
5054
+ const _ActionSheetHeader = title ? /* @__PURE__ */ jsx32(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
5055
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ jsx32(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ jsx32(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
5056
+ const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
5057
+ switch (child.type) {
5058
+ case ActionSheetHeader:
5059
+ case ActionSheetFooter:
5060
+ return false;
5061
+ default:
5062
+ return true;
5063
+ }
5064
+ return true;
5065
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ jsx32(Fragment10, {});
5066
+ return /* @__PURE__ */ jsxs4("div", { className: "k-actionsheet-container", children: [
5067
+ overlay && /* @__PURE__ */ jsx32("div", { className: "k-overlay" }),
5068
+ /* @__PURE__ */ jsx32(
5069
+ AnimationContainer,
5070
+ {
5071
+ animationStyle: {
5072
+ [`${fullscreen === true ? "top" : side}`]: 0,
5073
+ [`${fullscreen === true ? "width" : null}`]: "100%",
5074
+ [`${fullscreen === true ? "height" : null}`]: "100%",
5075
+ [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
5076
+ [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
5077
+ },
5078
+ children: /* @__PURE__ */ jsx32(
5079
+ "div",
5080
+ {
5081
+ ...other,
5082
+ className: classNames(
5083
+ props.className,
5084
+ ACTIONSHEET_CLASSNAME,
5085
+ {
5086
+ [`k-actionsheet-${side}`]: fullscreen === false,
5087
+ "k-actionsheet-fullscreen": fullscreen === true,
5088
+ "k-adaptive-actionsheet": adaptive
5089
+ }
5090
+ ),
5091
+ children: /* @__PURE__ */ jsxs4(Fragment10, { children: [
5092
+ _ActionSheetHeader,
5093
+ /* @__PURE__ */ jsx32("div", { className: classNames(
5094
+ "k-actionsheet-content",
5095
+ {
5096
+ "!k-overflow-hidden": adaptive
5097
+ }
5098
+ ), children: _ActionSheetContent }),
5099
+ _ActionSheetFooter
5100
+ ] })
5101
+ }
5102
+ )
5103
+ }
5104
+ )
5105
+ ] });
5106
+ };
5107
+ ActionSheet.states = states17;
5108
+ ActionSheet.options = options16;
5109
+ ActionSheet.className = ACTIONSHEET_CLASSNAME;
5110
+ ActionSheet.defaultProps = defaultProps14;
5111
+
5112
+ // src/searchbox/searchbox.spec.tsx
5113
+ import { jsx as jsx33, jsxs as jsxs5 } from "react/jsx-runtime";
5114
+ var SEARCHBOX_CLASSNAME = `k-searchbox`;
5115
+ var states18 = [
5116
+ States.hover,
5117
+ States.focus,
5118
+ States.valid,
5119
+ States.invalid,
5120
+ States.required,
5121
+ States.disabled,
5122
+ States.loading
5123
+ ];
5124
+ var options17 = {
5125
+ size: [Size.small, Size.medium, Size.large],
5126
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5127
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5128
+ };
5129
+ var defaultProps15 = {
5130
+ showIcon: true,
5131
+ icon: "search",
5132
+ size: Input.defaultProps.size,
5133
+ rounded: Input.defaultProps.rounded,
5134
+ fillMode: Input.defaultProps.fillMode
5135
+ };
5136
+ var Searchbox = (props) => {
5137
+ const {
5138
+ value,
5139
+ placeholder,
5140
+ size,
5141
+ rounded,
5142
+ fillMode,
5143
+ hover,
5144
+ focus,
5145
+ valid,
5146
+ invalid,
5147
+ required,
5148
+ loading,
5149
+ disabled,
5150
+ showIcon = defaultProps15.showIcon,
5151
+ icon = defaultProps15.icon,
5152
+ ...other
5153
+ } = props;
5154
+ return /* @__PURE__ */ jsxs5(
5155
+ Input,
5156
+ {
5157
+ ...other,
5158
+ size,
5159
+ rounded,
5160
+ fillMode,
5161
+ hover,
5162
+ focus,
5163
+ valid,
5164
+ invalid,
5165
+ required,
5166
+ loading,
5167
+ disabled,
5168
+ className: classNames(props.className, SEARCHBOX_CLASSNAME),
5169
+ children: [
5170
+ showIcon && /* @__PURE__ */ jsx33(Icon, { className: "k-input-icon", icon }),
5171
+ /* @__PURE__ */ jsx33(InputInnerInput, { placeholder, value }),
5172
+ /* @__PURE__ */ jsx33(InputLoadingIcon, { ...props }),
5173
+ /* @__PURE__ */ jsx33(InputValidationIcon, { ...props }),
5174
+ /* @__PURE__ */ jsx33(InputClearValue, { ...props })
5175
+ ]
5176
+ }
5177
+ );
5178
+ };
5179
+ Searchbox.states = states18;
5180
+ Searchbox.options = options17;
5181
+ Searchbox.className = SEARCHBOX_CLASSNAME;
5182
+ Searchbox.defaultProps = defaultProps15;
5183
+
5184
+ // src/searchbox/templates/searchbox-normal.tsx
5185
+ import { jsx as jsx34 } from "react/jsx-runtime";
5186
+
5187
+ // src/action-sheet/actionsheet-header.tsx
5188
+ import { Fragment as Fragment11, jsx as jsx35, jsxs as jsxs6 } from "react/jsx-runtime";
5189
+ var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
5190
+ var ActionSheetHeader = (props) => {
5191
+ const {
5192
+ title,
5193
+ subTitle,
5194
+ actions,
5195
+ filter,
5196
+ ...other
5197
+ } = props;
5198
+ return /* @__PURE__ */ jsx35(
5199
+ "div",
5200
+ {
5201
+ ...other,
5202
+ className: classNames(
5203
+ props.className,
5204
+ ACTIONSHEETHEADER_CLASSNAME
5205
+ ),
5206
+ children: /* @__PURE__ */ jsxs6(Fragment11, { children: [
5207
+ /* @__PURE__ */ jsxs6("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
5208
+ !props.children && (title || subTitle) && /* @__PURE__ */ jsx35(Fragment11, { children: /* @__PURE__ */ jsxs6("div", { className: "k-actionsheet-title", children: [
5209
+ title !== "" && /* @__PURE__ */ jsx35("div", { className: "k-text-center", children: title }),
5210
+ subTitle !== "" && /* @__PURE__ */ jsx35("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
5211
+ ] }) }),
5212
+ props.children && /* @__PURE__ */ jsx35("div", { className: "k-actionsheet-title", children: props.children }),
5213
+ actions && /* @__PURE__ */ jsx35(Fragment11, { children: /* @__PURE__ */ jsx35("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ jsx35(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
5214
+ ] }),
5215
+ filter && /* @__PURE__ */ jsx35(Fragment11, { children: /* @__PURE__ */ jsx35("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ jsx35(Searchbox, { placeholder: "Filter", size: "large" }) }) })
5216
+ ] })
5217
+ }
5218
+ );
5219
+ };
5220
+
5221
+ // src/action-buttons/action-buttons.spec.tsx
5222
+ import { jsx as jsx36 } from "react/jsx-runtime";
5223
+ var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5224
+ var states19 = [];
5225
+ var options18 = {};
5226
+ var defaultProps16 = {
5227
+ alignment: "start",
5228
+ orientation: "horizontal"
5229
+ };
5230
+ var ActionButtons = (props) => {
5231
+ const {
5232
+ alignment = defaultProps16.alignment,
5233
+ orientation = defaultProps16.orientation,
5234
+ ...other
5235
+ } = props;
5236
+ return /* @__PURE__ */ jsx36(
5237
+ "div",
5238
+ {
5239
+ ...other,
5240
+ className: classNames(
5241
+ ACTIONBUTTONS_CLASSNAME,
5242
+ {
5243
+ [`${ACTIONBUTTONS_CLASSNAME}-${alignment}`]: alignment,
5244
+ [`${ACTIONBUTTONS_CLASSNAME}-${orientation}`]: orientation
5245
+ },
5246
+ props.className
5247
+ ),
5248
+ children: props.children
5249
+ }
5250
+ );
5251
+ };
5252
+ ActionButtons.states = states19;
5253
+ ActionButtons.options = options18;
5254
+ ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
5255
+ ActionButtons.defaultProps = defaultProps16;
5256
+ var action_buttons_spec_default = ActionButtons;
5257
+
5258
+ // src/action-sheet/actionsheet-footer.tsx
5259
+ import { Fragment as Fragment12, jsx as jsx37, jsxs as jsxs7 } from "react/jsx-runtime";
5260
+ var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
5261
+ var ActionSheetFooter = (props) => {
5262
+ const {
5263
+ actions,
5264
+ ...other
5265
+ } = props;
5266
+ return /* @__PURE__ */ jsx37(
5267
+ action_buttons_spec_default,
5268
+ {
5269
+ ...other,
5270
+ className: classNames(
5271
+ props.className,
5272
+ ACTIONSHEETFOOTER_CLASSNAME
5273
+ ),
5274
+ alignment: "stretched",
5275
+ children: /* @__PURE__ */ jsxs7(Fragment12, { children: [
5276
+ actions && actions.map((action, index) => {
5277
+ if (action === "|") {
5278
+ return /* @__PURE__ */ jsx37("span", { className: "k-separator" }, index);
5279
+ }
5280
+ if (action === " ") {
5281
+ return /* @__PURE__ */ jsx37("span", { className: "k-spacer" }, index);
5282
+ }
5283
+ const importantFlag = action.startsWith("!");
5284
+ const actionName = importantFlag ? action.substring(1) : action;
5285
+ return /* @__PURE__ */ jsx37(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
5286
+ }),
5287
+ !actions && props.children
5288
+ ] })
5289
+ }
5290
+ );
5291
+ };
5292
+
5293
+ // src/action-sheet/actionsheet-items.tsx
5294
+ import { jsx as jsx38 } from "react/jsx-runtime";
5295
+ var ActionSheetItems = (props) => {
5296
+ const {
5297
+ ...other
5298
+ } = props;
5299
+ return /* @__PURE__ */ jsx38(
5300
+ "div",
5301
+ {
5302
+ ...other,
5303
+ className: classNames(
5304
+ props.className,
5305
+ "k-list-ul"
5306
+ ),
5307
+ children: props.children
5308
+ }
5309
+ );
5310
+ };
5311
+
5312
+ // src/action-sheet/actionsheet-item.tsx
5313
+ import { Fragment as Fragment13, jsx as jsx39, jsxs as jsxs8 } from "react/jsx-runtime";
5314
+ var states20 = [
5315
+ States.hover,
5316
+ States.focus,
5317
+ States.selected,
5318
+ States.disabled
5319
+ ];
5320
+
5321
+ // src/treeview/treeview.spec.tsx
5322
+ import { jsx as jsx40 } from "react/jsx-runtime";
5323
+ import { createElement } from "react";
5324
+ var TREEVIEW_CLASSNAME = `k-treeview`;
5325
+ var states21 = [];
5326
+ var options19 = {
5327
+ size: [Size.small, Size.medium, Size.large]
5328
+ };
5329
+ var defaultProps17 = {
5330
+ size: Size.medium
5331
+ };
5332
+ var Treeview = (props) => {
5333
+ const {
5334
+ size = defaultProps17.size,
5335
+ children,
5336
+ dir,
5337
+ ...other
5338
+ } = props;
5339
+ const listChildren = [];
5340
+ if (children) {
5341
+ if (Array.isArray(children)) {
5342
+ children.map((child, index) => {
5343
+ if (child.type === TreeviewItem) {
5344
+ listChildren.push(
5345
+ /* @__PURE__ */ createElement(TreeviewItem, { ...child.props, dir, key: index })
5346
+ );
5347
+ }
5348
+ if (child.type === TreeviewGroup) {
5349
+ listChildren.push(
5350
+ /* @__PURE__ */ createElement(TreeviewGroup, { ...child.props, dir, key: index })
5351
+ );
5352
+ }
5353
+ });
5354
+ } else {
5355
+ if (children.type === TreeviewItem) {
5356
+ listChildren.push(
5357
+ /* @__PURE__ */ jsx40(TreeviewItem, { ...children.props, dir })
5358
+ );
5359
+ }
5360
+ if (children.type === TreeviewGroup) {
5361
+ listChildren.push(
5362
+ /* @__PURE__ */ jsx40(TreeviewGroup, { ...children.props, dir })
5363
+ );
5364
+ }
5365
+ }
5366
+ }
5367
+ return /* @__PURE__ */ jsx40(
5368
+ "div",
5369
+ {
5370
+ ...other,
5371
+ dir,
5372
+ className: classNames(
5373
+ props.className,
5374
+ TREEVIEW_CLASSNAME,
5375
+ optionClassNames(TREEVIEW_CLASSNAME, {
5376
+ size
5377
+ })
5378
+ ),
5379
+ children: /* @__PURE__ */ jsx40(TreeviewGroup, { className: "k-treeview-lines", dir, children: listChildren })
5380
+ }
5381
+ );
5382
+ };
5383
+ Treeview.states = states21;
5384
+ Treeview.options = options19;
5385
+ Treeview.className = TREEVIEW_CLASSNAME;
5386
+ Treeview.defaultProps = defaultProps17;
5387
+
5388
+ // src/checkbox/checkbox.spec.tsx
5389
+ import { jsx as jsx41 } from "react/jsx-runtime";
5390
+ var CHECKBOX_CLASSNAME = `k-checkbox`;
5391
+ var states22 = [
5392
+ States.hover,
5393
+ States.focus,
5394
+ States.valid,
5395
+ States.invalid,
5396
+ States.required,
5397
+ States.disabled,
5398
+ States.checked,
5399
+ States.indeterminate
5400
+ ];
5401
+ var options20 = {
5402
+ size: [Size.small, Size.medium, Size.large],
5403
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
5404
+ };
5405
+ var defaultProps18 = {
5406
+ size: Size.medium,
5407
+ rounded: Roundness.medium
5408
+ };
5409
+ var Checkbox = (props) => {
5410
+ const {
5411
+ id,
5412
+ checked,
5413
+ indeterminate,
5414
+ hover,
5415
+ focus,
5416
+ disabled,
5417
+ invalid,
5418
+ valid,
5419
+ required,
5420
+ size = defaultProps18.size,
5421
+ rounded = defaultProps18.rounded,
5422
+ ...other
5423
+ } = props;
5424
+ return /* @__PURE__ */ jsx41("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx41(
5425
+ "input",
5426
+ {
5427
+ ...other,
5428
+ id,
5429
+ type: "checkbox",
5430
+ checked,
5431
+ required,
5432
+ className: classNames(
5433
+ props.className,
5434
+ CHECKBOX_CLASSNAME,
5435
+ optionClassNames(CHECKBOX_CLASSNAME, { size, rounded }),
5436
+ stateClassNames(CHECKBOX_CLASSNAME, { hover, focus, disabled, invalid, valid, indeterminate, checked })
5437
+ )
5438
+ }
5439
+ ) });
5440
+ };
5441
+ Checkbox.states = states22;
5442
+ Checkbox.options = options20;
5443
+ Checkbox.className = CHECKBOX_CLASSNAME;
5444
+ Checkbox.defaultProps = defaultProps18;
5445
+
5446
+ // src/checkbox/checkbox-group.spec.tsx
5447
+ import { jsx as jsx42 } from "react/jsx-runtime";
5448
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
5449
+ var states23 = [];
5450
+ var options21 = {};
5451
+ var defaultProps19 = {
5452
+ layout: "vertical"
5453
+ };
5454
+ var CheckboxGroup = (props) => {
5455
+ const {
5456
+ layout = defaultProps19.layout,
5457
+ ...other
5458
+ } = props;
5459
+ return /* @__PURE__ */ jsx42(
5460
+ "ul",
5461
+ {
5462
+ ...other,
5463
+ className: classNames(
5464
+ props.className,
5465
+ CHECKBOXGROUP_CLASSNAME,
5466
+ {
5467
+ [`k-list-${layout}`]: layout
5468
+ }
5469
+ ),
5470
+ children: props.children
5471
+ }
5472
+ );
5473
+ };
5474
+ CheckboxGroup.states = states23;
5475
+ CheckboxGroup.options = options21;
5476
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
5477
+ CheckboxGroup.defaultProps = defaultProps19;
5478
+
5479
+ // src/checkbox/checkbox-item.spec.tsx
5480
+ import { jsx as jsx43 } from "react/jsx-runtime";
5481
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
5482
+ var states24 = [];
5483
+ var options22 = {};
5484
+ var defaultProps20 = {};
5485
+ var CheckboxItem = (props) => {
5486
+ const {
5487
+ ...other
5488
+ } = props;
5489
+ return /* @__PURE__ */ jsx43(
5490
+ "li",
5491
+ {
5492
+ ...other,
5493
+ className: classNames(
5494
+ props.className,
5495
+ CHECKBOXITEM_CLASSNAME
5496
+ ),
5497
+ children: props.children
5498
+ }
5499
+ );
5500
+ };
5501
+ CheckboxItem.states = states24;
5502
+ CheckboxItem.options = options22;
5503
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
5504
+ CheckboxItem.defaultProps = defaultProps20;
5505
+
5506
+ // src/checkbox/templates/checkbox-with-label-after.tsx
5507
+ import { Fragment as Fragment14, jsx as jsx44, jsxs as jsxs9 } from "react/jsx-runtime";
5508
+
5509
+ // src/checkbox/templates/checkbox-with-label-before.tsx
5510
+ import { Fragment as Fragment15, jsx as jsx45, jsxs as jsxs10 } from "react/jsx-runtime";
5511
+
5512
+ // src/checkbox/templates/checkbox-normal.tsx
5513
+ import { jsx as jsx46 } from "react/jsx-runtime";
5514
+
5515
+ // src/treeview/treeview-group.tsx
5516
+ import { jsx as jsx47 } from "react/jsx-runtime";
5517
+ import { createElement as createElement2 } from "react";
5518
+ var className9 = `k-treeview-group`;
5519
+ var TreeviewGroup = (props) => {
5520
+ const {
5521
+ children,
5522
+ dir
5523
+ } = props;
5524
+ const listChildren = [];
5525
+ if (children) {
5526
+ if (Array.isArray(children)) {
5527
+ children.map((child, index) => {
5528
+ if (child.type === treeview_item_spec_default) {
5529
+ listChildren.push(
5530
+ /* @__PURE__ */ createElement2(treeview_item_spec_default, { ...child.props, dir, key: index })
5531
+ );
5532
+ }
5533
+ });
5534
+ } else {
5535
+ if (children.type === treeview_item_spec_default) {
5536
+ listChildren.push(
5537
+ /* @__PURE__ */ jsx47(treeview_item_spec_default, { ...children.props, dir })
5538
+ );
5539
+ }
5540
+ }
5541
+ }
5542
+ return /* @__PURE__ */ jsx47("ul", { className: classNames(props.className, className9), children: listChildren });
5543
+ };
5544
+
5545
+ // src/treeview/treeview-leaf.tsx
5546
+ import { jsx as jsx48, jsxs as jsxs11 } from "react/jsx-runtime";
5547
+ var TREEVIEWLEAF_CLASSNAME = `k-treeview-leaf`;
5548
+ var states25 = [
5549
+ States.hover,
5550
+ States.focus,
5551
+ States.selected
5552
+ ];
5553
+ var options23 = {};
5554
+ var TreeviewLeaf = (props) => {
5555
+ const {
5556
+ text,
5557
+ showIcon,
5558
+ icon,
5559
+ hover,
5560
+ focus,
5561
+ selected,
5562
+ ...other
5563
+ } = props;
5564
+ return /* @__PURE__ */ jsxs11(
5565
+ "span",
5566
+ {
5567
+ ...other,
5568
+ className: classNames(
5569
+ props.className,
5570
+ TREEVIEWLEAF_CLASSNAME,
5571
+ stateClassNames(TREEVIEWLEAF_CLASSNAME, {
5572
+ hover,
5573
+ focus,
5574
+ selected
5575
+ })
5576
+ ),
5577
+ children: [
5578
+ showIcon && /* @__PURE__ */ jsx48(Icon, { icon }),
5579
+ /* @__PURE__ */ jsx48("span", { className: "k-treeview-leaf-text", children: text })
5580
+ ]
5581
+ }
5582
+ );
5583
+ };
5584
+ TreeviewLeaf.states = states25;
5585
+ TreeviewLeaf.options = options23;
5586
+ TreeviewLeaf.className = TREEVIEWLEAF_CLASSNAME;
5587
+ var treeview_leaf_default = TreeviewLeaf;
5588
+
5589
+ // src/treeview/treeview-item.spec.tsx
5590
+ import { Fragment as Fragment16, jsx as jsx49, jsxs as jsxs12 } from "react/jsx-runtime";
5591
+ import { createElement as createElement3 } from "react";
5592
+ var TREEVIEWITEM_CLASSNAME = `k-treeview-item`;
5593
+ var states26 = [
5594
+ States.hover,
5595
+ States.focus,
5596
+ States.selected,
5597
+ States.disabled
5598
+ ];
5599
+ var options24 = {};
5600
+ var defaultProps21 = {};
5601
+ var TreeviewItem = (props) => {
5602
+ const {
5603
+ leafClassName,
5604
+ children,
5605
+ hasChildren,
5606
+ expanded,
5607
+ text,
5608
+ showIcon,
5609
+ icon,
5610
+ showCheckbox,
5611
+ checked,
5612
+ hover,
5613
+ focus,
5614
+ selected,
5615
+ disabled,
5616
+ dir,
5617
+ ...other
5618
+ } = props;
5619
+ const _hasChildren = hasChildren || children;
5620
+ const listChildren = [];
5621
+ if (children) {
5622
+ if (Array.isArray(children)) {
5623
+ children.map((child, index) => {
5624
+ if (child.type === TreeviewGroup) {
5625
+ listChildren.push(
5626
+ /* @__PURE__ */ createElement3(TreeviewGroup, { ...child.props, dir, key: index }, child.props.children)
5627
+ );
5628
+ }
5629
+ });
5630
+ } else {
5631
+ if (children.type === TreeviewGroup) {
5632
+ listChildren.push(
5633
+ /* @__PURE__ */ jsx49(TreeviewGroup, { ...children.props, dir, children: children.props.children })
5634
+ );
5635
+ }
5636
+ }
5637
+ }
5638
+ return /* @__PURE__ */ jsxs12(
5639
+ "li",
5640
+ {
5641
+ ...other,
5642
+ className: classNames(
5643
+ props.className,
5644
+ TREEVIEWITEM_CLASSNAME
5645
+ ),
5646
+ children: [
5647
+ /* @__PURE__ */ jsxs12("span", { className: "k-treeview-mid", children: [
5648
+ _hasChildren && /* @__PURE__ */ jsx49(
5649
+ "span",
5650
+ {
5651
+ className: classNames(
5652
+ "k-treeview-toggle",
5653
+ stateClassNames("k-treeview-toggle", { disabled })
5654
+ ),
5655
+ children: /* @__PURE__ */ jsx49(Icon, { icon: expanded ? "caret-alt-down" : dir === "rtl" ? "caret-alt-left" : "caret-alt-right" })
5656
+ }
5657
+ ),
5658
+ showCheckbox && /* @__PURE__ */ jsx49(Checkbox, { checked, disabled }),
5659
+ /* @__PURE__ */ jsx49(
5660
+ treeview_leaf_default,
5661
+ {
5662
+ className: classNames(
5663
+ leafClassName,
5664
+ stateClassNames(leafClassName, { disabled })
5665
+ ),
5666
+ text,
5667
+ showIcon,
5668
+ icon,
5669
+ hover,
5670
+ focus,
5671
+ selected
5672
+ }
5673
+ )
5674
+ ] }),
5675
+ expanded && _hasChildren && /* @__PURE__ */ jsx49(Fragment16, { children: listChildren })
5676
+ ]
5677
+ }
5678
+ );
5679
+ };
5680
+ TreeviewItem.states = states26;
5681
+ TreeviewItem.options = options24;
5682
+ TreeviewItem.className = TREEVIEWITEM_CLASSNAME;
5683
+ TreeviewItem.defaultProps = defaultProps21;
5684
+ var treeview_item_spec_default = TreeviewItem;
5685
+
5686
+ // src/treeview/templates/treeview-normal.tsx
5687
+ import { jsx as jsx50 } from "react/jsx-runtime";
5688
+
5689
+ // src/treeview/templates/treeview-hierarchy.tsx
5690
+ import { jsx as jsx51, jsxs as jsxs13 } from "react/jsx-runtime";
5691
+
5692
+ // src/treeview/templates/treeview-icons.tsx
5693
+ import { jsx as jsx52, jsxs as jsxs14 } from "react/jsx-runtime";
5694
+
5695
+ // src/treeview/templates/treeview-checkboxes.tsx
5696
+ import { jsx as jsx53, jsxs as jsxs15 } from "react/jsx-runtime";
5697
+
5698
+ // src/multiselecttree/multiselecttree.spec.tsx
5699
+ import { Fragment as Fragment17, jsx as jsx54, jsxs as jsxs16 } from "react/jsx-runtime";
5032
5700
  var MULTISELECTTREE_CLASSNAME = `k-multiselecttree`;
5033
- var states17 = [
5701
+ var states27 = [
5034
5702
  States.hover,
5035
5703
  States.focus,
5036
5704
  States.valid,
@@ -5040,12 +5708,12 @@ var states17 = [
5040
5708
  States.loading,
5041
5709
  States.readonly
5042
5710
  ];
5043
- var options16 = {
5711
+ var options25 = {
5044
5712
  size: [Size.small, Size.medium, Size.large],
5045
5713
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5046
5714
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5047
5715
  };
5048
- var defaultProps14 = {
5716
+ var defaultProps22 = {
5049
5717
  size: Input.defaultProps.size,
5050
5718
  rounded: Input.defaultProps.rounded,
5051
5719
  fillMode: Input.defaultProps.fillMode
@@ -5071,10 +5739,12 @@ var MultiSelectTree = (props) => {
5071
5739
  readonly,
5072
5740
  opened,
5073
5741
  dir,
5742
+ adaptive,
5743
+ adaptiveSettings,
5074
5744
  ...other
5075
5745
  } = props;
5076
- return /* @__PURE__ */ jsxs4(Fragment10, { children: [
5077
- /* @__PURE__ */ jsxs4(
5746
+ return /* @__PURE__ */ jsxs16(Fragment17, { children: [
5747
+ /* @__PURE__ */ jsxs16(
5078
5748
  Input,
5079
5749
  {
5080
5750
  ...other,
@@ -5092,10 +5762,10 @@ var MultiSelectTree = (props) => {
5092
5762
  readonly,
5093
5763
  className: classNames(props.className, MULTISELECTTREE_CLASSNAME),
5094
5764
  children: [
5095
- /* @__PURE__ */ jsx32(InputPrefix, { children: prefix }),
5096
- /* @__PURE__ */ jsx32(ChipList, { size, className: "k-input-values", children: /* @__PURE__ */ jsx32(Fragment10, { children: tags }) }),
5097
- /* @__PURE__ */ jsx32("span", { className: "k-input-inner", children: /* @__PURE__ */ jsx32("span", { className: "k-input-value-text", children: placeholder }) }),
5098
- /* @__PURE__ */ jsx32(
5765
+ /* @__PURE__ */ jsx54(InputPrefix, { children: prefix }),
5766
+ /* @__PURE__ */ jsx54(ChipList, { size, className: "k-input-values", children: /* @__PURE__ */ jsx54(Fragment17, { children: tags }) }),
5767
+ /* @__PURE__ */ jsx54("span", { className: "k-input-inner", children: /* @__PURE__ */ jsx54("span", { className: "k-input-value-text", children: placeholder }) }),
5768
+ /* @__PURE__ */ jsx54(
5099
5769
  InputValidationIcon,
5100
5770
  {
5101
5771
  valid,
@@ -5104,14 +5774,14 @@ var MultiSelectTree = (props) => {
5104
5774
  disabled
5105
5775
  }
5106
5776
  ),
5107
- /* @__PURE__ */ jsx32(
5777
+ /* @__PURE__ */ jsx54(
5108
5778
  InputLoadingIcon,
5109
5779
  {
5110
5780
  loading,
5111
5781
  disabled
5112
5782
  }
5113
5783
  ),
5114
- /* @__PURE__ */ jsx32(
5784
+ /* @__PURE__ */ jsx54(
5115
5785
  InputClearValue,
5116
5786
  {
5117
5787
  loading,
@@ -5120,8 +5790,8 @@ var MultiSelectTree = (props) => {
5120
5790
  value: tags ? "value" : ""
5121
5791
  }
5122
5792
  ),
5123
- /* @__PURE__ */ jsx32(InputSuffix, { children: suffix }),
5124
- showArrowButton && /* @__PURE__ */ jsx32(
5793
+ /* @__PURE__ */ jsx54(InputSuffix, { children: suffix }),
5794
+ showArrowButton && /* @__PURE__ */ jsx54(
5125
5795
  Button,
5126
5796
  {
5127
5797
  className: "k-input-button",
@@ -5134,156 +5804,226 @@ var MultiSelectTree = (props) => {
5134
5804
  ]
5135
5805
  }
5136
5806
  ),
5137
- opened && popup && /* @__PURE__ */ jsx32(Popup, { className: "k-multiselecttree-popup", dir, children: popup })
5807
+ opened && popup && /* @__PURE__ */ jsx54(Popup, { className: "k-multiselecttree-popup", dir, children: popup }),
5808
+ adaptive && /* @__PURE__ */ jsxs16(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
5809
+ /* @__PURE__ */ jsx54(
5810
+ ActionSheetHeader,
5811
+ {
5812
+ filter: true,
5813
+ actions: ["x"],
5814
+ title: "Select value"
5815
+ }
5816
+ ),
5817
+ /* @__PURE__ */ jsxs16(Treeview, { size: "large", children: [
5818
+ /* @__PURE__ */ jsx54(TreeviewItem, { text: "Root 1" }),
5819
+ /* @__PURE__ */ jsx54(TreeviewItem, { text: "Root 2", expanded: true, children: /* @__PURE__ */ jsxs16(TreeviewGroup, { children: [
5820
+ /* @__PURE__ */ jsx54(TreeviewItem, { text: "Child 2.1" }),
5821
+ /* @__PURE__ */ jsx54(TreeviewItem, { text: "Child 2.2", children: /* @__PURE__ */ jsx54(TreeviewGroup, { children: /* @__PURE__ */ jsx54(TreeviewItem, { text: "Child 2.2.1" }) }) }),
5822
+ /* @__PURE__ */ jsx54(TreeviewItem, { text: "Child 2.3" }),
5823
+ /* @__PURE__ */ jsx54(TreeviewItem, { leafClassName: "k-treeview-load-more-button", text: "Load more ..." })
5824
+ ] }) }),
5825
+ /* @__PURE__ */ jsx54(TreeviewItem, { text: "Root 3", children: /* @__PURE__ */ jsxs16(TreeviewGroup, { children: [
5826
+ /* @__PURE__ */ jsx54(TreeviewItem, { text: "Child 3.1" }),
5827
+ /* @__PURE__ */ jsx54(TreeviewItem, { text: "Child 3.2" }),
5828
+ /* @__PURE__ */ jsx54(TreeviewItem, { text: "Child 3.3" })
5829
+ ] }) })
5830
+ ] })
5831
+ ] })
5138
5832
  ] });
5139
5833
  };
5140
- MultiSelectTree.states = states17;
5141
- MultiSelectTree.options = options16;
5834
+ MultiSelectTree.states = states27;
5835
+ MultiSelectTree.options = options25;
5142
5836
  MultiSelectTree.className = MULTISELECTTREE_CLASSNAME;
5143
- MultiSelectTree.defaultProps = defaultProps14;
5837
+ MultiSelectTree.defaultProps = defaultProps22;
5838
+ var multiselecttree_spec_default = MultiSelectTree;
5839
+
5840
+ // src/multiselecttree/templates/multiselecttree-normal.tsx
5841
+ import { jsx as jsx55 } from "react/jsx-runtime";
5842
+ var MultiSelectTreeNormal = (props) => /* @__PURE__ */ jsx55(multiselecttree_spec_default, { ...props });
5843
+
5844
+ // src/multiselecttree/templates/multiselecttree-arrow-button.tsx
5845
+ import { jsx as jsx56 } from "react/jsx-runtime";
5846
+ var MultiSelectTreeArrowButton = (props) => /* @__PURE__ */ jsx56(
5847
+ multiselecttree_spec_default,
5848
+ {
5849
+ showArrowButton: true,
5850
+ ...props
5851
+ }
5852
+ );
5853
+
5854
+ // src/multiselecttree/templates/multiselecttree-value.tsx
5855
+ import { Fragment as Fragment18, jsx as jsx57 } from "react/jsx-runtime";
5856
+ var MultiSelectTreeValue = ({ size, rounded, children, ...other }) => /* @__PURE__ */ jsx57(Fragment18, { children: /* @__PURE__ */ jsx57(
5857
+ multiselecttree_spec_default,
5858
+ {
5859
+ size,
5860
+ rounded,
5861
+ tags: /* @__PURE__ */ jsx57(Chip, { text: children, actions: /* @__PURE__ */ jsx57(ChipAction, { type: "remove" }), size, rounded }),
5862
+ ...other
5863
+ }
5864
+ ) });
5865
+
5866
+ // src/multiselecttree/templates/multiselecttree-adaptive.tsx
5867
+ import { jsx as jsx58 } from "react/jsx-runtime";
5868
+
5869
+ // src/multiselecttree/templates/multiselecttree-popup.tsx
5870
+ import { Fragment as Fragment19, jsx as jsx59, jsxs as jsxs17 } from "react/jsx-runtime";
5871
+
5872
+ // src/textbox/textbox.spec.tsx
5873
+ import { jsx as jsx60, jsxs as jsxs18 } from "react/jsx-runtime";
5874
+ var TEXTBOX_CLASSNAME = `k-textbox`;
5875
+ var states28 = [
5876
+ States.hover,
5877
+ States.focus,
5878
+ States.valid,
5879
+ States.invalid,
5880
+ States.required,
5881
+ States.disabled,
5882
+ States.loading,
5883
+ States.readonly
5884
+ ];
5885
+ var options26 = {
5886
+ size: [Size.small, Size.medium, Size.large],
5887
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5888
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5889
+ };
5890
+ var defaultProps23 = {
5891
+ showClearButton: true,
5892
+ size: Input.defaultProps.size,
5893
+ rounded: Input.defaultProps.rounded,
5894
+ fillMode: Input.defaultProps.fillMode
5895
+ };
5896
+ var Textbox = (props) => {
5897
+ const {
5898
+ prefix,
5899
+ suffix,
5900
+ value,
5901
+ placeholder,
5902
+ size,
5903
+ rounded,
5904
+ fillMode,
5905
+ hover,
5906
+ focus,
5907
+ valid,
5908
+ invalid,
5909
+ required,
5910
+ loading,
5911
+ disabled,
5912
+ readonly,
5913
+ showClearButton = defaultProps23.showClearButton,
5914
+ ...other
5915
+ } = props;
5916
+ return /* @__PURE__ */ jsxs18(
5917
+ Input,
5918
+ {
5919
+ ...other,
5920
+ size,
5921
+ rounded,
5922
+ fillMode,
5923
+ hover,
5924
+ focus,
5925
+ valid,
5926
+ invalid,
5927
+ required,
5928
+ loading,
5929
+ disabled,
5930
+ readonly,
5931
+ className: classNames(props.className, TEXTBOX_CLASSNAME),
5932
+ children: [
5933
+ /* @__PURE__ */ jsx60(InputPrefix, { children: prefix }),
5934
+ /* @__PURE__ */ jsx60(InputInnerInput, { placeholder, value }),
5935
+ /* @__PURE__ */ jsx60(
5936
+ InputValidationIcon,
5937
+ {
5938
+ valid,
5939
+ invalid,
5940
+ loading,
5941
+ disabled
5942
+ }
5943
+ ),
5944
+ /* @__PURE__ */ jsx60(
5945
+ InputLoadingIcon,
5946
+ {
5947
+ loading,
5948
+ disabled
5949
+ }
5950
+ ),
5951
+ showClearButton && /* @__PURE__ */ jsx60(
5952
+ InputClearValue,
5953
+ {
5954
+ loading,
5955
+ disabled,
5956
+ readonly,
5957
+ value
5958
+ }
5959
+ ),
5960
+ /* @__PURE__ */ jsx60(InputSuffix, { children: suffix })
5961
+ ]
5962
+ }
5963
+ );
5964
+ };
5965
+ Textbox.states = states28;
5966
+ Textbox.options = options26;
5967
+ Textbox.className = TEXTBOX_CLASSNAME;
5968
+ Textbox.defaultProps = defaultProps23;
5969
+
5970
+ // src/textbox/templates/textbox-normal.tsx
5971
+ import { jsx as jsx61 } from "react/jsx-runtime";
5972
+
5973
+ // src/textbox/templates/textbox-prefix.tsx
5974
+ import { Fragment as Fragment20, jsx as jsx62, jsxs as jsxs19 } from "react/jsx-runtime";
5975
+
5976
+ // src/textbox/templates/textbox-suffix.tsx
5977
+ import { Fragment as Fragment21, jsx as jsx63, jsxs as jsxs20 } from "react/jsx-runtime";
5978
+
5979
+ // src/multiselecttree/templates/multiselecttree-filtering.tsx
5980
+ import { Fragment as Fragment22, jsx as jsx64, jsxs as jsxs21 } from "react/jsx-runtime";
5144
5981
 
5145
5982
  // src/multiselecttree/tests/multiselecttree-outline.tsx
5146
- import { Fragment as Fragment11, jsx as jsx33, jsxs as jsxs5 } from "react/jsx-runtime";
5983
+ import { Fragment as Fragment23, jsx as jsx65, jsxs as jsxs22 } from "react/jsx-runtime";
5147
5984
  var styles = `
5148
5985
  #test-area {
5149
5986
  grid-template-columns: 160px repeat(2, 300px);
5150
5987
  }
5151
5988
  `;
5152
- var multiselecttree_outline_default = () => /* @__PURE__ */ jsxs5(Fragment11, { children: [
5153
- /* @__PURE__ */ jsx33("style", { children: styles }),
5154
- /* @__PURE__ */ jsxs5("div", { id: "test-area", className: "k-d-grid", children: [
5155
- /* @__PURE__ */ jsx33("span", {}),
5156
- /* @__PURE__ */ jsx33("span", { children: "MultiSelectTree Outline" }),
5157
- /* @__PURE__ */ jsx33("span", { children: "MultiSelectTree Outline RTL" }),
5158
- /* @__PURE__ */ jsx33("div", { children: "Empty" }),
5159
- /* @__PURE__ */ jsx33("div", { children: /* @__PURE__ */ jsx33(MultiSelectTree, { fillMode: "outline", placeholder: "MultiSelectTree..." }) }),
5160
- /* @__PURE__ */ jsx33("div", { dir: "rtl", children: /* @__PURE__ */ jsx33(MultiSelectTree, { fillMode: "outline", placeholder: "MultiSelectTree..." }) }),
5161
- /* @__PURE__ */ jsx33("div", { children: "Arrow button" }),
5162
- /* @__PURE__ */ jsx33("div", { children: /* @__PURE__ */ jsx33(MultiSelectTree, { fillMode: "outline", showArrowButton: true, placeholder: "MultiSelectTree with arrow button" }) }),
5163
- /* @__PURE__ */ jsx33("div", { dir: "rtl", children: /* @__PURE__ */ jsx33(MultiSelectTree, { fillMode: "outline", showArrowButton: true, placeholder: "MultiSelectTree with arrow button" }) }),
5164
- /* @__PURE__ */ jsx33("div", { children: "Normal" }),
5165
- /* @__PURE__ */ jsx33("div", { children: /* @__PURE__ */ jsx33(
5166
- MultiSelectTree,
5167
- {
5168
- fillMode: "outline",
5169
- tags: /* @__PURE__ */ jsx33(Chip, { text: "Normal", actions: /* @__PURE__ */ jsx33(ChipAction, { type: "remove" }) })
5170
- }
5171
- ) }),
5172
- /* @__PURE__ */ jsx33("div", { dir: "rtl", children: /* @__PURE__ */ jsx33(
5173
- MultiSelectTree,
5174
- {
5175
- fillMode: "outline",
5176
- tags: /* @__PURE__ */ jsx33(Chip, { text: "Normal", actions: /* @__PURE__ */ jsx33(ChipAction, { type: "remove" }) })
5177
- }
5178
- ) }),
5179
- /* @__PURE__ */ jsx33("div", { children: "Hover" }),
5180
- /* @__PURE__ */ jsx33("div", { children: /* @__PURE__ */ jsx33(
5181
- MultiSelectTree,
5182
- {
5183
- fillMode: "outline",
5184
- tags: /* @__PURE__ */ jsx33(Chip, { text: "Hover", actions: /* @__PURE__ */ jsx33(ChipAction, { type: "remove" }) }),
5185
- hover: true
5186
- }
5187
- ) }),
5188
- /* @__PURE__ */ jsx33("div", { dir: "rtl", children: /* @__PURE__ */ jsx33(
5189
- MultiSelectTree,
5190
- {
5191
- fillMode: "outline",
5192
- tags: /* @__PURE__ */ jsx33(Chip, { text: "Hover", actions: /* @__PURE__ */ jsx33(ChipAction, { type: "remove" }) }),
5193
- hover: true
5194
- }
5195
- ) }),
5196
- /* @__PURE__ */ jsx33("div", { children: "Focus" }),
5197
- /* @__PURE__ */ jsx33("div", { children: /* @__PURE__ */ jsx33(
5198
- MultiSelectTree,
5199
- {
5200
- fillMode: "outline",
5201
- tags: /* @__PURE__ */ jsx33(Chip, { text: "Focus", focus: true, actions: /* @__PURE__ */ jsx33(ChipAction, { type: "remove" }) }),
5202
- focus: true
5203
- }
5204
- ) }),
5205
- /* @__PURE__ */ jsx33("div", { dir: "rtl", children: /* @__PURE__ */ jsx33(
5206
- MultiSelectTree,
5207
- {
5208
- fillMode: "outline",
5209
- tags: /* @__PURE__ */ jsx33(Chip, { text: "Focus", focus: true, actions: /* @__PURE__ */ jsx33(ChipAction, { type: "remove" }) }),
5210
- focus: true
5211
- }
5212
- ) }),
5213
- /* @__PURE__ */ jsx33("div", { children: "Disabled" }),
5214
- /* @__PURE__ */ jsx33("div", { children: /* @__PURE__ */ jsx33(
5215
- MultiSelectTree,
5216
- {
5217
- fillMode: "outline",
5218
- tags: /* @__PURE__ */ jsx33(Chip, { text: "Disabled", actions: /* @__PURE__ */ jsx33(ChipAction, { type: "remove" }) }),
5219
- disabled: true
5220
- }
5221
- ) }),
5222
- /* @__PURE__ */ jsx33("div", { dir: "rtl", children: /* @__PURE__ */ jsx33(
5223
- MultiSelectTree,
5224
- {
5225
- fillMode: "outline",
5226
- tags: /* @__PURE__ */ jsx33(Chip, { text: "Disabled", actions: /* @__PURE__ */ jsx33(ChipAction, { type: "remove" }) }),
5227
- disabled: true
5228
- }
5229
- ) }),
5230
- /* @__PURE__ */ jsx33("div", { children: "Invalid" }),
5231
- /* @__PURE__ */ jsx33("div", { children: /* @__PURE__ */ jsx33(
5232
- MultiSelectTree,
5233
- {
5234
- fillMode: "outline",
5235
- tags: /* @__PURE__ */ jsx33(Chip, { text: "Invalid", actions: /* @__PURE__ */ jsx33(ChipAction, { type: "remove" }) }),
5236
- invalid: true
5237
- }
5238
- ) }),
5239
- /* @__PURE__ */ jsx33("div", { dir: "rtl", children: /* @__PURE__ */ jsx33(
5240
- MultiSelectTree,
5241
- {
5242
- fillMode: "outline",
5243
- tags: /* @__PURE__ */ jsx33(Chip, { text: "Invalid", actions: /* @__PURE__ */ jsx33(ChipAction, { type: "remove" }) }),
5244
- invalid: true
5245
- }
5246
- ) }),
5247
- /* @__PURE__ */ jsx33("div", { children: "Invalid + Focus" }),
5248
- /* @__PURE__ */ jsx33("div", { children: /* @__PURE__ */ jsx33(
5249
- MultiSelectTree,
5250
- {
5251
- fillMode: "outline",
5252
- tags: /* @__PURE__ */ jsx33(Chip, { text: "Invalid + Focus", actions: /* @__PURE__ */ jsx33(ChipAction, { type: "remove" }) }),
5253
- invalid: true,
5254
- focus: true
5255
- }
5256
- ) }),
5257
- /* @__PURE__ */ jsx33("div", { dir: "rtl", children: /* @__PURE__ */ jsx33(
5258
- MultiSelectTree,
5259
- {
5260
- fillMode: "outline",
5261
- tags: /* @__PURE__ */ jsx33(Chip, { text: "Invalid + Focus", actions: /* @__PURE__ */ jsx33(ChipAction, { type: "remove" }) }),
5262
- invalid: true,
5263
- focus: true
5264
- }
5265
- ) }),
5266
- /* @__PURE__ */ jsx33("div", { children: "Loading" }),
5267
- /* @__PURE__ */ jsx33("div", { children: /* @__PURE__ */ jsx33(MultiSelectTree, { fillMode: "outline", placeholder: "Loading...", loading: true }) }),
5268
- /* @__PURE__ */ jsx33("div", { dir: "rtl", children: /* @__PURE__ */ jsx33(MultiSelectTree, { fillMode: "outline", placeholder: "Loading...", loading: true }) }),
5269
- /* @__PURE__ */ jsx33("div", { children: "Multi Line + Overflow" }),
5270
- /* @__PURE__ */ jsx33("div", { children: /* @__PURE__ */ jsx33(
5271
- MultiSelectTree,
5989
+ var multiselecttree_outline_default = () => /* @__PURE__ */ jsxs22(Fragment23, { children: [
5990
+ /* @__PURE__ */ jsx65("style", { children: styles }),
5991
+ /* @__PURE__ */ jsxs22("div", { id: "test-area", className: "k-d-grid", children: [
5992
+ /* @__PURE__ */ jsx65("span", {}),
5993
+ /* @__PURE__ */ jsx65("span", { children: "MultiSelectTree" }),
5994
+ /* @__PURE__ */ jsx65("span", { children: "MultiSelectTree RTL" }),
5995
+ /* @__PURE__ */ jsx65("div", { children: "empty" }),
5996
+ /* @__PURE__ */ jsx65("div", { children: /* @__PURE__ */ jsx65(MultiSelectTreeNormal, { fillMode: "outline", placeholder: "MultiSelectTree..." }) }),
5997
+ /* @__PURE__ */ jsx65("div", { dir: "rtl", children: /* @__PURE__ */ jsx65(MultiSelectTreeNormal, { fillMode: "outline", placeholder: "MultiSelectTree..." }) }),
5998
+ /* @__PURE__ */ jsx65("div", { children: "arrow button" }),
5999
+ /* @__PURE__ */ jsx65("div", { children: /* @__PURE__ */ jsx65(MultiSelectTreeArrowButton, { fillMode: "outline", showArrowButton: true, placeholder: "MultiSelectTree with arrow button" }) }),
6000
+ /* @__PURE__ */ jsx65("div", { dir: "rtl", children: /* @__PURE__ */ jsx65(MultiSelectTreeArrowButton, { fillMode: "outline", showArrowButton: true, placeholder: "MultiSelectTree with arrow button" }) }),
6001
+ ["normal", ...MultiSelectTree.states].map((state) => /* @__PURE__ */ jsxs22(Fragment23, { children: [
6002
+ /* @__PURE__ */ jsx65("div", { children: state }),
6003
+ /* @__PURE__ */ jsx65("div", { children: /* @__PURE__ */ jsx65(MultiSelectTreeValue, { fillMode: "outline", ...{ [state]: true }, children: state }) }),
6004
+ /* @__PURE__ */ jsx65("div", { dir: "rtl", children: /* @__PURE__ */ jsx65(MultiSelectTreeValue, { fillMode: "outline", ...{ [state]: true }, children: state }) })
6005
+ ] })),
6006
+ /* @__PURE__ */ jsx65("div", { children: "invalid + focus" }),
6007
+ /* @__PURE__ */ jsx65("div", { children: /* @__PURE__ */ jsx65(MultiSelectTreeValue, { fillMode: "outline", invalid: true, focus: true, children: "invalid + focus" }) }),
6008
+ /* @__PURE__ */ jsx65("div", { dir: "rtl", children: /* @__PURE__ */ jsx65(MultiSelectTreeValue, { fillMode: "outline", invalid: true, focus: true, children: "invalid + focus" }) }),
6009
+ /* @__PURE__ */ jsx65("div", { children: "multi line + overflow" }),
6010
+ /* @__PURE__ */ jsx65("div", { children: /* @__PURE__ */ jsx65(
6011
+ MultiSelectTreeNormal,
5272
6012
  {
5273
6013
  fillMode: "outline",
5274
- tags: /* @__PURE__ */ jsxs5(Fragment11, { children: [
5275
- /* @__PURE__ */ jsx33(Chip, { text: "Multi-line", actions: /* @__PURE__ */ jsx33(ChipAction, { type: "remove" }) }),
5276
- /* @__PURE__ */ jsx33(Chip, { text: "Multi-line + Overflow with a very very very long text", actions: /* @__PURE__ */ jsx33(ChipAction, { type: "remove" }) })
6014
+ tags: /* @__PURE__ */ jsxs22(Fragment23, { children: [
6015
+ /* @__PURE__ */ jsx65(Chip, { text: "multi-line", actions: /* @__PURE__ */ jsx65(ChipAction, { type: "remove" }) }),
6016
+ /* @__PURE__ */ jsx65(Chip, { text: "multi-line + overflow with a very very very long text", actions: /* @__PURE__ */ jsx65(ChipAction, { type: "remove" }) })
5277
6017
  ] })
5278
6018
  }
5279
6019
  ) }),
5280
- /* @__PURE__ */ jsx33("div", { dir: "rtl", children: /* @__PURE__ */ jsx33(
5281
- MultiSelectTree,
6020
+ /* @__PURE__ */ jsx65("div", { dir: "rtl", children: /* @__PURE__ */ jsx65(
6021
+ MultiSelectTreeNormal,
5282
6022
  {
5283
6023
  fillMode: "outline",
5284
- tags: /* @__PURE__ */ jsxs5(Fragment11, { children: [
5285
- /* @__PURE__ */ jsx33(Chip, { text: "Multi-line", actions: /* @__PURE__ */ jsx33(ChipAction, { type: "remove" }) }),
5286
- /* @__PURE__ */ jsx33(Chip, { text: "Multi-line + Overflow with a very very very long text", actions: /* @__PURE__ */ jsx33(ChipAction, { type: "remove" }) })
6024
+ tags: /* @__PURE__ */ jsxs22(Fragment23, { children: [
6025
+ /* @__PURE__ */ jsx65(Chip, { text: "multi-line", actions: /* @__PURE__ */ jsx65(ChipAction, { type: "remove" }) }),
6026
+ /* @__PURE__ */ jsx65(Chip, { text: "multi-line + overflow with a very very very long text", actions: /* @__PURE__ */ jsx65(ChipAction, { type: "remove" }) })
5287
6027
  ] })
5288
6028
  }
5289
6029
  ) })