@progress/kendo-themes-html 7.1.0-dev.8 → 7.1.0-dev.9

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 (471) hide show
  1. package/dist/cjs/autocomplete/tests/autocomplete-prefix-suffix.js +1269 -783
  2. package/dist/cjs/captcha/captcha.spec.js +5 -2
  3. package/dist/cjs/captcha/templates/captcha-normal.js +5 -2
  4. package/dist/cjs/captcha/tests/captcha-rtl.js +5 -2
  5. package/dist/cjs/captcha/tests/captcha.js +5 -2
  6. package/dist/cjs/card/tests/card-horizontal.js +9 -2
  7. package/dist/cjs/coloreditor/color-editor.spec.js +10 -4
  8. package/dist/cjs/coloreditor/templates/coloreditor-group.js +10 -4
  9. package/dist/cjs/coloreditor/templates/coloreditor-normal.js +10 -4
  10. package/dist/cjs/coloreditor/templates/coloreditor-palette-group.js +10 -4
  11. package/dist/cjs/coloreditor/templates/coloreditor-palette.js +10 -4
  12. package/dist/cjs/coloreditor/tests/coloreditor-focused-colorgradient.js +10 -4
  13. package/dist/cjs/coloreditor/tests/coloreditor-rtl.js +10 -4
  14. package/dist/cjs/coloreditor/tests/coloreditor-states.js +10 -4
  15. package/dist/cjs/coloreditor/tests/coloreditor.js +10 -4
  16. package/dist/cjs/colorgradient/color-gradient.spec.js +10 -4
  17. package/dist/cjs/colorgradient/templates/colorgradient-contrast.js +10 -4
  18. package/dist/cjs/colorgradient/templates/colorgradient-normal.js +10 -4
  19. package/dist/cjs/colorgradient/tests/colorgradient-contrast.js +10 -4
  20. package/dist/cjs/colorgradient/tests/colorgradient-draghandle.js +10 -4
  21. package/dist/cjs/colorgradient/tests/colorgradient-modes.js +10 -4
  22. package/dist/cjs/colorgradient/tests/colorgradient-rtl.js +10 -4
  23. package/dist/cjs/colorgradient/tests/colorgradient-states.js +10 -4
  24. package/dist/cjs/colorgradient/tests/colorgradient.js +10 -4
  25. package/dist/cjs/colorpicker/templates/colorpicker-popup-gradient.js +10 -4
  26. package/dist/cjs/colorpicker/templates/colorpicker-popup-palette.js +10 -4
  27. package/dist/cjs/colorpicker/tests/colorpicker-opened.js +10 -4
  28. package/dist/cjs/colorpicker/tests/colorpicker-size.js +10 -4
  29. package/dist/cjs/colorpicker/tests/colorpicker-states.js +10 -4
  30. package/dist/cjs/colorpicker/tests/colorpicker.js +10 -4
  31. package/dist/cjs/combobox/tests/combobox-prefix-suffix.js +1269 -783
  32. package/dist/cjs/dock-manager/tests/dock-manager-unpinned-pane.js +10 -4
  33. package/dist/cjs/dock-manager/tests/dock-manager.js +10 -4
  34. package/dist/cjs/dropzone/dropzone.spec.js +7 -1
  35. package/dist/cjs/dropzone/templates/dropzone-normal.js +7 -1
  36. package/dist/cjs/dropzone/templates/dropzone-with-note.js +7 -1
  37. package/dist/cjs/dropzone/tests/dropzone-states.js +7 -1
  38. package/dist/cjs/dropzone/tests/dropzone.js +7 -1
  39. package/dist/cjs/editor/editor-toolbar.js +10 -4
  40. package/dist/cjs/editor/templates/editor-normal.js +10 -4
  41. package/dist/cjs/editor/tests/editor-find-replace.js +10 -4
  42. package/dist/cjs/editor/tests/editor-states.js +10 -4
  43. package/dist/cjs/editor/tests/editor-table-wizard.js +10 -4
  44. package/dist/cjs/editor/tests/editor.js +10 -4
  45. package/dist/cjs/filemanager/{tests/filemanager-preview.js → file-info.js} +2863 -2037
  46. package/dist/cjs/filemanager/file-preview.js +4357 -0
  47. package/dist/cjs/filemanager/filemanager-breadcrumb.spec.js +4498 -0
  48. package/dist/cjs/filemanager/filemanager-drag-hint.js +4356 -0
  49. package/dist/cjs/filemanager/filemanager-listview.spec.js +6190 -0
  50. package/dist/cjs/filemanager/filemanager-toolbar.spec.js +7892 -0
  51. package/dist/cjs/filemanager/filemanager-treeview.spec.js +4765 -0
  52. package/dist/cjs/filemanager/{tests/filemanager-toolbar.js → filemanager.spec.js} +759 -697
  53. package/dist/cjs/filemanager/templates/filemanager-grid-preview.js +9564 -0
  54. package/dist/cjs/filemanager/templates/filemanager-grid.js +9563 -0
  55. package/dist/cjs/filemanager/templates/filemanager-normal.js +9436 -0
  56. package/dist/cjs/filemanager/templates/filemanager-preview.js +9437 -0
  57. package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +2317 -1235
  58. package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +2944 -1865
  59. package/dist/cjs/filemanager/tests/filemanager-gridview-preview.js +16757 -0
  60. package/dist/cjs/filemanager/tests/filemanager-gridview.js +3240 -2085
  61. package/dist/cjs/filemanager/tests/filemanager-listview-preview.js +16629 -0
  62. package/dist/cjs/filemanager/tests/filemanager-listview.js +2947 -1887
  63. package/dist/cjs/filter/templates/filter-normal.js +10 -4
  64. package/dist/cjs/filter/templates/filter-preview.js +10 -4
  65. package/dist/cjs/filter/tests/filter-preview.js +10 -4
  66. package/dist/cjs/filter/tests/filter.js +10 -4
  67. package/dist/cjs/form/tests/form-field-dropdowns.js +1268 -782
  68. package/dist/cjs/form/tests/form-field-inputs-rtl.js +10 -4
  69. package/dist/cjs/form/tests/form-field-inputs.js +10 -4
  70. package/dist/cjs/gantt/tests/gantt-dep-validation-tooltip.js +4443 -53
  71. package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +10 -4
  72. package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +10 -4
  73. package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +10 -4
  74. package/dist/cjs/gantt/tests/gantt-react.js +10 -4
  75. package/dist/cjs/gantt/tests/gantt-row-reordering.js +12 -6
  76. package/dist/cjs/gantt/tests/gantt.js +12 -6
  77. package/dist/cjs/grid/tests/grid-adaptive-search.js +10 -4
  78. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +10 -4
  79. package/dist/cjs/grid/tests/grid-column-reordering.js +10 -4
  80. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +10 -4
  81. package/dist/cjs/grid/tests/grid-editing-custom-editor.js +1341 -855
  82. package/dist/cjs/grid/tests/grid-editing-inline-angular.js +10 -4
  83. package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +10 -4
  84. package/dist/cjs/grid/tests/grid-editing.js +10 -4
  85. package/dist/cjs/grid/tests/grid-filter-row-angular.js +10 -4
  86. package/dist/cjs/grid/tests/grid-filter-row-blazor.js +10 -4
  87. package/dist/cjs/grid/tests/grid-filter-row.js +10 -4
  88. package/dist/cjs/grid/tests/grid-grouping-actions.js +10 -4
  89. package/dist/cjs/grid/tests/grid-grouping.js +10 -4
  90. package/dist/cjs/grid/tests/grid-row-reordering.js +10 -4
  91. package/dist/cjs/grid/tests/grid-rows-resizing.js +10 -4
  92. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +10 -4
  93. package/dist/cjs/grid/tests/grid-size-sm.js +10 -4
  94. package/dist/cjs/grid/tests/grid-toolbar.js +10 -4
  95. package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +10 -4
  96. package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +10 -4
  97. package/dist/cjs/imageeditor/tests/imageeditor.js +10 -4
  98. package/dist/cjs/index.js +2755 -2009
  99. package/dist/cjs/mediaplayer/tests/mediaplayer.js +31 -12
  100. package/dist/cjs/multiselect/templates/multiselect-prefix.js +1244 -758
  101. package/dist/cjs/multiselect/templates/multiselect-suffix.js +1244 -758
  102. package/dist/cjs/multiselect/tests/multiselect-adaptive.js +1250 -764
  103. package/dist/cjs/multiselect/tests/multiselect-flat.js +1274 -788
  104. package/dist/cjs/multiselect/tests/multiselect-grouping.js +1250 -764
  105. package/dist/cjs/multiselect/tests/multiselect-opened.js +1252 -766
  106. package/dist/cjs/multiselect/tests/multiselect-outline.js +1274 -788
  107. package/dist/cjs/multiselect/tests/multiselect-prefix-suffix.js +1281 -795
  108. package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +1253 -767
  109. package/dist/cjs/multiselect/tests/multiselect-solid.js +1274 -788
  110. package/dist/cjs/pdf-viewer/pdf-viewer.spec.js +111 -99
  111. package/dist/cjs/pdf-viewer/templates/pdf-viewer-blank.js +111 -99
  112. package/dist/cjs/pdf-viewer/templates/pdf-viewer-normal.js +111 -99
  113. package/dist/cjs/pdf-viewer/templates/pdf-viewer-with-search-panel.js +111 -99
  114. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +111 -99
  115. package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +111 -99
  116. package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +111 -99
  117. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +10 -4
  118. package/dist/cjs/prompt/templates/prompt-more-actions.js +10 -4
  119. package/dist/cjs/prompt/templates/prompt-normal.js +10 -4
  120. package/dist/cjs/prompt/templates/prompt-output.js +10 -4
  121. package/dist/cjs/prompt/templates/prompt-popup.js +10 -4
  122. package/dist/cjs/prompt/templates/prompt-settings.js +10 -4
  123. package/dist/cjs/prompt/templates/prompt-suggestions.js +10 -4
  124. package/dist/cjs/prompt/tests/prompt-more-actions.js +10 -4
  125. package/dist/cjs/prompt/tests/prompt-normal.js +10 -4
  126. package/dist/cjs/prompt/tests/prompt-output.js +10 -4
  127. package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +10 -4
  128. package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +10 -4
  129. package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +10 -4
  130. package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +10 -4
  131. package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +10 -4
  132. package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +10 -4
  133. package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +10 -4
  134. package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +10 -4
  135. package/dist/cjs/scheduler/tests/scheduler-angular-month.js +10 -4
  136. package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +10 -4
  137. package/dist/cjs/scheduler/tests/scheduler-angular.js +10 -4
  138. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +1283 -797
  139. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +1297 -811
  140. package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +10 -4
  141. package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +10 -4
  142. package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +10 -4
  143. package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +10 -4
  144. package/dist/cjs/scheduler/tests/scheduler-react-day.js +10 -4
  145. package/dist/cjs/scheduler/tests/scheduler-react-month.js +10 -4
  146. package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +10 -4
  147. package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +10 -4
  148. package/dist/cjs/scheduler/tests/scheduler-react-week.js +10 -4
  149. package/dist/cjs/scheduler/tests/scheduler-year.js +10 -4
  150. package/dist/cjs/scheduler/tests/scheduler.js +10 -4
  151. package/dist/cjs/slider/slider.spec.js +8 -4
  152. package/dist/cjs/slider/templates/slider-gradient-vertical.js +10 -4
  153. package/dist/cjs/slider/templates/slider-gradient.js +10 -4
  154. package/dist/cjs/slider/templates/slider-normal.js +8 -4
  155. package/dist/cjs/slider/templates/slider-range-vertical.js +8 -4
  156. package/dist/cjs/slider/templates/slider-range.js +8 -4
  157. package/dist/cjs/slider/templates/slider-vertical.js +8 -4
  158. package/dist/cjs/slider/tests/slider-css-vars.js +8 -4
  159. package/dist/cjs/slider/tests/slider-tick-absolute-position.js +8 -4
  160. package/dist/cjs/slider/tests/slider.js +8 -4
  161. package/dist/cjs/splitter/index.js +4542 -0
  162. package/dist/cjs/splitter/splitter-pane.js +72 -0
  163. package/dist/cjs/splitter/splitter-splitbar.js +4405 -0
  164. package/dist/cjs/splitter/splitter.spec.js +4503 -0
  165. package/dist/cjs/splitter/templates/splitter-normal.js +4522 -0
  166. package/dist/cjs/splitter/templates/splitter-vertical.js +4523 -0
  167. package/dist/cjs/splitter/tests/splitter-splitbar-states.js +4532 -0
  168. package/dist/cjs/splitter/tests/splitter-splitbar.js +4533 -0
  169. package/dist/cjs/splitter/tests/splitter.js +278 -102
  170. package/dist/cjs/spreadsheet/tests/spreadsheet-borders-config.js +10 -4
  171. package/dist/cjs/spreadsheet/tests/spreadsheet-cell-contextmenu.js +350 -251
  172. package/dist/cjs/spreadsheet/tests/spreadsheet-file-dialogs.js +7 -1
  173. package/dist/cjs/spreadsheet/tests/spreadsheet-filtering.js +343 -244
  174. package/dist/cjs/spreadsheet/tests/spreadsheet-format-dialogs.js +10 -4
  175. package/dist/cjs/spreadsheet/tests/spreadsheet-formula.js +322 -223
  176. package/dist/cjs/spreadsheet/tests/spreadsheet-insert-dialogs.js +9 -3
  177. package/dist/cjs/spreadsheet/tests/spreadsheet-jquery.js +378 -279
  178. package/dist/cjs/spreadsheet/tests/spreadsheet-row-contextmenu.js +350 -251
  179. package/dist/cjs/spreadsheet/tests/spreadsheet-tools.js +10 -4
  180. package/dist/cjs/spreadsheet/tests/spreadsheet.js +333 -242
  181. package/dist/cjs/taskboard/tests/taskboard-card.js +10 -4
  182. package/dist/cjs/taskboard/tests/taskboard-pane.js +10 -4
  183. package/dist/cjs/taskboard/tests/taskboard-rtl.js +10 -4
  184. package/dist/cjs/taskboard/tests/taskboard.js +10 -4
  185. package/dist/cjs/toolbar/templates/toolbar-angular-normal.js +10 -4
  186. package/dist/cjs/toolbar/templates/toolbar-angular-resizable.js +10 -4
  187. package/dist/cjs/toolbar/templates/toolbar-normal.js +10 -4
  188. package/dist/cjs/toolbar/templates/toolbar-resizable.js +10 -4
  189. package/dist/cjs/toolbar/tests/toolbar-adaptive.js +10 -4
  190. package/dist/cjs/toolbar/tests/toolbar-angular.js +10 -4
  191. package/dist/cjs/toolbar/tests/toolbar-components.js +10 -4
  192. package/dist/cjs/toolbar/tests/toolbar-popup-size.js +10 -4
  193. package/dist/cjs/toolbar/tests/toolbar-popup.js +10 -4
  194. package/dist/cjs/toolbar/tests/toolbar-sizes.js +10 -4
  195. package/dist/cjs/toolbar/tests/toolbar.js +10 -4
  196. package/dist/cjs/toolbar/toolbar-angular.spec.js +10 -4
  197. package/dist/cjs/toolbar/toolbar.spec.js +10 -4
  198. package/dist/esm/autocomplete/tests/autocomplete-prefix-suffix.js +1222 -736
  199. package/dist/esm/captcha/captcha.spec.js +5 -2
  200. package/dist/esm/captcha/templates/captcha-normal.js +5 -2
  201. package/dist/esm/captcha/tests/captcha-rtl.js +5 -2
  202. package/dist/esm/captcha/tests/captcha.js +5 -2
  203. package/dist/esm/card/tests/card-horizontal.js +9 -2
  204. package/dist/esm/coloreditor/color-editor.spec.js +10 -4
  205. package/dist/esm/coloreditor/templates/coloreditor-group.js +10 -4
  206. package/dist/esm/coloreditor/templates/coloreditor-normal.js +10 -4
  207. package/dist/esm/coloreditor/templates/coloreditor-palette-group.js +10 -4
  208. package/dist/esm/coloreditor/templates/coloreditor-palette.js +10 -4
  209. package/dist/esm/coloreditor/tests/coloreditor-focused-colorgradient.js +10 -4
  210. package/dist/esm/coloreditor/tests/coloreditor-rtl.js +10 -4
  211. package/dist/esm/coloreditor/tests/coloreditor-states.js +10 -4
  212. package/dist/esm/coloreditor/tests/coloreditor.js +10 -4
  213. package/dist/esm/colorgradient/color-gradient.spec.js +10 -4
  214. package/dist/esm/colorgradient/templates/colorgradient-contrast.js +10 -4
  215. package/dist/esm/colorgradient/templates/colorgradient-normal.js +10 -4
  216. package/dist/esm/colorgradient/tests/colorgradient-contrast.js +10 -4
  217. package/dist/esm/colorgradient/tests/colorgradient-draghandle.js +10 -4
  218. package/dist/esm/colorgradient/tests/colorgradient-modes.js +10 -4
  219. package/dist/esm/colorgradient/tests/colorgradient-rtl.js +10 -4
  220. package/dist/esm/colorgradient/tests/colorgradient-states.js +10 -4
  221. package/dist/esm/colorgradient/tests/colorgradient.js +10 -4
  222. package/dist/esm/colorpicker/templates/colorpicker-popup-gradient.js +10 -4
  223. package/dist/esm/colorpicker/templates/colorpicker-popup-palette.js +10 -4
  224. package/dist/esm/colorpicker/tests/colorpicker-opened.js +10 -4
  225. package/dist/esm/colorpicker/tests/colorpicker-size.js +10 -4
  226. package/dist/esm/colorpicker/tests/colorpicker-states.js +10 -4
  227. package/dist/esm/colorpicker/tests/colorpicker.js +10 -4
  228. package/dist/esm/combobox/tests/combobox-prefix-suffix.js +1222 -736
  229. package/dist/esm/dock-manager/tests/dock-manager-unpinned-pane.js +10 -4
  230. package/dist/esm/dock-manager/tests/dock-manager.js +10 -4
  231. package/dist/esm/dropzone/dropzone.spec.js +7 -1
  232. package/dist/esm/dropzone/templates/dropzone-normal.js +7 -1
  233. package/dist/esm/dropzone/templates/dropzone-with-note.js +7 -1
  234. package/dist/esm/dropzone/tests/dropzone-states.js +7 -1
  235. package/dist/esm/dropzone/tests/dropzone.js +7 -1
  236. package/dist/esm/editor/editor-toolbar.js +10 -4
  237. package/dist/esm/editor/templates/editor-normal.js +10 -4
  238. package/dist/esm/editor/tests/editor-find-replace.js +10 -4
  239. package/dist/esm/editor/tests/editor-states.js +10 -4
  240. package/dist/esm/editor/tests/editor-table-wizard.js +10 -4
  241. package/dist/esm/editor/tests/editor.js +10 -4
  242. package/dist/esm/filemanager/{tests/filemanager-preview.js → file-info.js} +2527 -1701
  243. package/dist/esm/filemanager/file-preview.js +4341 -0
  244. package/dist/esm/filemanager/filemanager-breadcrumb.spec.js +4482 -0
  245. package/dist/esm/filemanager/filemanager-drag-hint.js +4340 -0
  246. package/dist/esm/filemanager/filemanager-listview.spec.js +6174 -0
  247. package/dist/esm/filemanager/filemanager-toolbar.spec.js +7876 -0
  248. package/dist/esm/filemanager/filemanager-treeview.spec.js +4749 -0
  249. package/dist/esm/filemanager/{tests/filemanager-toolbar.js → filemanager.spec.js} +764 -702
  250. package/dist/esm/filemanager/templates/filemanager-grid-preview.js +9548 -0
  251. package/dist/esm/filemanager/templates/filemanager-grid.js +9547 -0
  252. package/dist/esm/filemanager/templates/filemanager-normal.js +9420 -0
  253. package/dist/esm/filemanager/templates/filemanager-preview.js +9421 -0
  254. package/dist/esm/filemanager/tests/filemanager-contextmenu.js +2333 -1251
  255. package/dist/esm/filemanager/tests/filemanager-drag-hint.js +2592 -1513
  256. package/dist/esm/filemanager/tests/filemanager-gridview-preview.js +16731 -0
  257. package/dist/esm/filemanager/tests/filemanager-gridview.js +3159 -2004
  258. package/dist/esm/filemanager/tests/filemanager-listview-preview.js +16603 -0
  259. package/dist/esm/filemanager/tests/filemanager-listview.js +2594 -1534
  260. package/dist/esm/filter/templates/filter-normal.js +10 -4
  261. package/dist/esm/filter/templates/filter-preview.js +10 -4
  262. package/dist/esm/filter/tests/filter-preview.js +10 -4
  263. package/dist/esm/filter/tests/filter.js +10 -4
  264. package/dist/esm/form/tests/form-field-dropdowns.js +1221 -735
  265. package/dist/esm/form/tests/form-field-inputs-rtl.js +10 -4
  266. package/dist/esm/form/tests/form-field-inputs.js +10 -4
  267. package/dist/esm/gantt/tests/gantt-dep-validation-tooltip.js +4448 -54
  268. package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +10 -4
  269. package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +10 -4
  270. package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +10 -4
  271. package/dist/esm/gantt/tests/gantt-react.js +10 -4
  272. package/dist/esm/gantt/tests/gantt-row-reordering.js +12 -6
  273. package/dist/esm/gantt/tests/gantt.js +12 -6
  274. package/dist/esm/grid/tests/grid-adaptive-search.js +10 -4
  275. package/dist/esm/grid/tests/grid-column-reordering-actions.js +10 -4
  276. package/dist/esm/grid/tests/grid-column-reordering.js +10 -4
  277. package/dist/esm/grid/tests/grid-column-resizing-actions.js +10 -4
  278. package/dist/esm/grid/tests/grid-editing-custom-editor.js +1294 -808
  279. package/dist/esm/grid/tests/grid-editing-inline-angular.js +10 -4
  280. package/dist/esm/grid/tests/grid-editing-inline-blazor.js +10 -4
  281. package/dist/esm/grid/tests/grid-editing.js +10 -4
  282. package/dist/esm/grid/tests/grid-filter-row-angular.js +10 -4
  283. package/dist/esm/grid/tests/grid-filter-row-blazor.js +10 -4
  284. package/dist/esm/grid/tests/grid-filter-row.js +10 -4
  285. package/dist/esm/grid/tests/grid-grouping-actions.js +10 -4
  286. package/dist/esm/grid/tests/grid-grouping.js +10 -4
  287. package/dist/esm/grid/tests/grid-row-reordering.js +10 -4
  288. package/dist/esm/grid/tests/grid-rows-resizing.js +10 -4
  289. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +10 -4
  290. package/dist/esm/grid/tests/grid-size-sm.js +10 -4
  291. package/dist/esm/grid/tests/grid-toolbar.js +10 -4
  292. package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +10 -4
  293. package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +10 -4
  294. package/dist/esm/imageeditor/tests/imageeditor.js +10 -4
  295. package/dist/esm/index.js +2759 -2013
  296. package/dist/esm/mediaplayer/tests/mediaplayer.js +31 -12
  297. package/dist/esm/multiselect/templates/multiselect-prefix.js +1197 -711
  298. package/dist/esm/multiselect/templates/multiselect-suffix.js +1197 -711
  299. package/dist/esm/multiselect/tests/multiselect-adaptive.js +1203 -717
  300. package/dist/esm/multiselect/tests/multiselect-flat.js +1227 -741
  301. package/dist/esm/multiselect/tests/multiselect-grouping.js +1203 -717
  302. package/dist/esm/multiselect/tests/multiselect-opened.js +1205 -719
  303. package/dist/esm/multiselect/tests/multiselect-outline.js +1227 -741
  304. package/dist/esm/multiselect/tests/multiselect-prefix-suffix.js +1234 -748
  305. package/dist/esm/multiselect/tests/multiselect-size-rounded.js +1206 -720
  306. package/dist/esm/multiselect/tests/multiselect-solid.js +1227 -741
  307. package/dist/esm/pdf-viewer/pdf-viewer.spec.js +111 -99
  308. package/dist/esm/pdf-viewer/templates/pdf-viewer-blank.js +111 -99
  309. package/dist/esm/pdf-viewer/templates/pdf-viewer-normal.js +111 -99
  310. package/dist/esm/pdf-viewer/templates/pdf-viewer-with-search-panel.js +111 -99
  311. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +111 -99
  312. package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +111 -99
  313. package/dist/esm/pdf-viewer/tests/pdf-viewer.js +111 -99
  314. package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +10 -4
  315. package/dist/esm/prompt/templates/prompt-more-actions.js +10 -4
  316. package/dist/esm/prompt/templates/prompt-normal.js +10 -4
  317. package/dist/esm/prompt/templates/prompt-output.js +10 -4
  318. package/dist/esm/prompt/templates/prompt-popup.js +10 -4
  319. package/dist/esm/prompt/templates/prompt-settings.js +10 -4
  320. package/dist/esm/prompt/templates/prompt-suggestions.js +10 -4
  321. package/dist/esm/prompt/tests/prompt-more-actions.js +10 -4
  322. package/dist/esm/prompt/tests/prompt-normal.js +10 -4
  323. package/dist/esm/prompt/tests/prompt-output.js +10 -4
  324. package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +10 -4
  325. package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +10 -4
  326. package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +10 -4
  327. package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +10 -4
  328. package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +10 -4
  329. package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +10 -4
  330. package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +10 -4
  331. package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +10 -4
  332. package/dist/esm/scheduler/tests/scheduler-angular-month.js +10 -4
  333. package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +10 -4
  334. package/dist/esm/scheduler/tests/scheduler-angular.js +10 -4
  335. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +1234 -748
  336. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +1248 -762
  337. package/dist/esm/scheduler/tests/scheduler-flex-layout.js +10 -4
  338. package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +10 -4
  339. package/dist/esm/scheduler/tests/scheduler-jquery-month.js +10 -4
  340. package/dist/esm/scheduler/tests/scheduler-react-agenda.js +10 -4
  341. package/dist/esm/scheduler/tests/scheduler-react-day.js +10 -4
  342. package/dist/esm/scheduler/tests/scheduler-react-month.js +10 -4
  343. package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +10 -4
  344. package/dist/esm/scheduler/tests/scheduler-react-timeline.js +10 -4
  345. package/dist/esm/scheduler/tests/scheduler-react-week.js +10 -4
  346. package/dist/esm/scheduler/tests/scheduler-year.js +10 -4
  347. package/dist/esm/scheduler/tests/scheduler.js +10 -4
  348. package/dist/esm/slider/slider.spec.js +8 -4
  349. package/dist/esm/slider/templates/slider-gradient-vertical.js +10 -4
  350. package/dist/esm/slider/templates/slider-gradient.js +10 -4
  351. package/dist/esm/slider/templates/slider-normal.js +8 -4
  352. package/dist/esm/slider/templates/slider-range-vertical.js +8 -4
  353. package/dist/esm/slider/templates/slider-range.js +8 -4
  354. package/dist/esm/slider/templates/slider-vertical.js +8 -4
  355. package/dist/esm/slider/tests/slider-css-vars.js +8 -4
  356. package/dist/esm/slider/tests/slider-tick-absolute-position.js +8 -4
  357. package/dist/esm/slider/tests/slider.js +8 -4
  358. package/dist/esm/splitter/index.js +4526 -0
  359. package/dist/esm/splitter/splitter-pane.js +50 -0
  360. package/dist/esm/splitter/splitter-splitbar.js +4389 -0
  361. package/dist/esm/splitter/splitter.spec.js +4487 -0
  362. package/dist/esm/splitter/templates/splitter-normal.js +4506 -0
  363. package/dist/esm/splitter/templates/splitter-vertical.js +4507 -0
  364. package/dist/esm/splitter/tests/splitter-splitbar-states.js +4516 -0
  365. package/dist/esm/splitter/tests/splitter-splitbar.js +4517 -0
  366. package/dist/esm/splitter/tests/splitter.js +278 -102
  367. package/dist/esm/spreadsheet/tests/spreadsheet-borders-config.js +10 -4
  368. package/dist/esm/spreadsheet/tests/spreadsheet-cell-contextmenu.js +350 -251
  369. package/dist/esm/spreadsheet/tests/spreadsheet-file-dialogs.js +7 -1
  370. package/dist/esm/spreadsheet/tests/spreadsheet-filtering.js +343 -244
  371. package/dist/esm/spreadsheet/tests/spreadsheet-format-dialogs.js +10 -4
  372. package/dist/esm/spreadsheet/tests/spreadsheet-formula.js +322 -223
  373. package/dist/esm/spreadsheet/tests/spreadsheet-insert-dialogs.js +9 -3
  374. package/dist/esm/spreadsheet/tests/spreadsheet-jquery.js +378 -279
  375. package/dist/esm/spreadsheet/tests/spreadsheet-row-contextmenu.js +350 -251
  376. package/dist/esm/spreadsheet/tests/spreadsheet-tools.js +10 -4
  377. package/dist/esm/spreadsheet/tests/spreadsheet.js +333 -242
  378. package/dist/esm/taskboard/tests/taskboard-card.js +10 -4
  379. package/dist/esm/taskboard/tests/taskboard-pane.js +10 -4
  380. package/dist/esm/taskboard/tests/taskboard-rtl.js +10 -4
  381. package/dist/esm/taskboard/tests/taskboard.js +10 -4
  382. package/dist/esm/toolbar/templates/toolbar-angular-normal.js +10 -4
  383. package/dist/esm/toolbar/templates/toolbar-angular-resizable.js +10 -4
  384. package/dist/esm/toolbar/templates/toolbar-normal.js +10 -4
  385. package/dist/esm/toolbar/templates/toolbar-resizable.js +10 -4
  386. package/dist/esm/toolbar/tests/toolbar-adaptive.js +10 -4
  387. package/dist/esm/toolbar/tests/toolbar-angular.js +10 -4
  388. package/dist/esm/toolbar/tests/toolbar-components.js +10 -4
  389. package/dist/esm/toolbar/tests/toolbar-popup-size.js +10 -4
  390. package/dist/esm/toolbar/tests/toolbar-popup.js +10 -4
  391. package/dist/esm/toolbar/tests/toolbar-sizes.js +10 -4
  392. package/dist/esm/toolbar/tests/toolbar.js +10 -4
  393. package/dist/esm/toolbar/toolbar-angular.spec.js +10 -4
  394. package/dist/esm/toolbar/toolbar.spec.js +10 -4
  395. package/dist/types/captcha/captcha.spec.d.ts +4 -1
  396. package/dist/types/dropzone/dropzone.spec.d.ts +3 -2
  397. package/dist/types/filemanager/file-info.d.ts +21 -0
  398. package/dist/types/filemanager/file-preview.d.ts +21 -0
  399. package/dist/types/filemanager/filemanager-breadcrumb.spec.d.ts +10 -0
  400. package/dist/types/filemanager/filemanager-drag-hint.d.ts +14 -0
  401. package/dist/types/filemanager/filemanager-listview.spec.d.ts +10 -0
  402. package/dist/types/filemanager/filemanager-toolbar.spec.d.ts +10 -0
  403. package/dist/types/filemanager/filemanager-treeview.spec.d.ts +10 -0
  404. package/dist/types/filemanager/filemanager.spec.d.ts +18 -0
  405. package/dist/types/filemanager/index.d.ts +12 -0
  406. package/dist/types/filemanager/templates/filemanager-grid-preview.d.ts +1 -0
  407. package/dist/types/filemanager/templates/filemanager-grid.d.ts +1 -0
  408. package/dist/types/filemanager/templates/filemanager-normal.d.ts +1 -0
  409. package/dist/types/filemanager/templates/filemanager-preview.d.ts +1 -0
  410. package/dist/types/index.d.ts +2 -0
  411. package/dist/types/slider/slider.spec.d.ts +4 -0
  412. package/dist/types/splitter/index.d.ts +5 -0
  413. package/dist/types/splitter/splitter-pane.d.ts +22 -0
  414. package/dist/types/splitter/splitter-splitbar.d.ts +21 -0
  415. package/dist/types/splitter/splitter.spec.d.ts +14 -0
  416. package/dist/types/splitter/templates/splitter-normal.d.ts +1 -0
  417. package/dist/types/splitter/templates/splitter-vertical.d.ts +1 -0
  418. package/dist/types/splitter/tests/splitter-splitbar-states.d.ts +2 -0
  419. package/dist/types/splitter/tests/splitter-splitbar.d.ts +2 -0
  420. package/dist/types/tooltip/tooltip.spec.d.ts +1 -1
  421. package/package.json +2 -2
  422. package/src/captcha/captcha.spec.tsx +7 -2
  423. package/src/card/tests/card-horizontal.tsx +12 -2
  424. package/src/dropzone/dropzone.spec.tsx +6 -0
  425. package/src/filemanager/file-info.tsx +103 -0
  426. package/src/filemanager/file-preview.tsx +58 -0
  427. package/src/filemanager/filemanager-breadcrumb.spec.tsx +39 -0
  428. package/src/filemanager/filemanager-drag-hint.tsx +49 -0
  429. package/src/filemanager/filemanager-listview.spec.tsx +42 -0
  430. package/src/filemanager/filemanager-toolbar.spec.tsx +39 -0
  431. package/src/filemanager/filemanager-treeview.spec.tsx +39 -0
  432. package/src/filemanager/filemanager.spec.tsx +84 -0
  433. package/src/filemanager/index.ts +12 -0
  434. package/src/filemanager/templates/filemanager-grid-preview.tsx +133 -0
  435. package/src/filemanager/templates/filemanager-grid.tsx +128 -0
  436. package/src/filemanager/templates/filemanager-normal.tsx +69 -0
  437. package/src/filemanager/templates/filemanager-preview.tsx +74 -0
  438. package/src/filemanager/tests/filemanager-contextmenu.tsx +3 -55
  439. package/src/filemanager/tests/filemanager-drag-hint.tsx +4 -61
  440. package/src/filemanager/tests/filemanager-gridview-preview.tsx +210 -0
  441. package/src/filemanager/tests/filemanager-gridview.tsx +51 -189
  442. package/src/filemanager/tests/filemanager-listview-preview.tsx +92 -0
  443. package/src/filemanager/tests/filemanager-listview.tsx +28 -108
  444. package/src/gantt/tests/gantt-dep-validation-tooltip.tsx +79 -61
  445. package/src/gantt/tests/gantt-row-reordering.tsx +3 -3
  446. package/src/gantt/tests/gantt.tsx +3 -3
  447. package/src/index.ts +2 -2
  448. package/src/mediaplayer/tests/mediaplayer.tsx +3 -16
  449. package/src/slider/slider.spec.tsx +10 -4
  450. package/src/slider/templates/slider-gradient-vertical.tsx +2 -0
  451. package/src/slider/templates/slider-gradient.tsx +2 -0
  452. package/src/splitter/index.tsx +5 -0
  453. package/src/splitter/splitter-pane.tsx +59 -0
  454. package/src/splitter/splitter-splitbar.tsx +82 -0
  455. package/src/splitter/splitter.spec.tsx +74 -0
  456. package/src/splitter/templates/splitter-normal.tsx +20 -0
  457. package/src/splitter/templates/splitter-vertical.tsx +21 -0
  458. package/src/splitter/tests/splitter-splitbar-states.tsx +39 -0
  459. package/src/splitter/tests/splitter-splitbar.tsx +79 -0
  460. package/src/splitter/tests/splitter.tsx +31 -82
  461. package/src/spreadsheet/tests/spreadsheet-cell-contextmenu.tsx +2 -1
  462. package/src/spreadsheet/tests/spreadsheet-filtering.tsx +2 -1
  463. package/src/spreadsheet/tests/spreadsheet-formula.tsx +2 -1
  464. package/src/spreadsheet/tests/spreadsheet-jquery.tsx +3 -2
  465. package/src/spreadsheet/tests/spreadsheet-row-contextmenu.tsx +2 -1
  466. package/src/spreadsheet/tests/spreadsheet.tsx +2 -1
  467. package/src/tooltip/tooltip.spec.tsx +1 -1
  468. package/src/filemanager/tests/filemanager-preview.tsx +0 -366
  469. package/src/filemanager/tests/filemanager-toolbar.tsx +0 -41
  470. /package/dist/types/filemanager/tests/{filemanager-preview.d.ts → filemanager-gridview-preview.d.ts} +0 -0
  471. /package/dist/types/filemanager/tests/{filemanager-toolbar.d.ts → filemanager-listview-preview.d.ts} +0 -0
@@ -7725,7 +7725,9 @@ var defaultProps48 = {
7725
7725
  orientation: "horizontal",
7726
7726
  readonly: false,
7727
7727
  disabled: false,
7728
- handlePosition: "end"
7728
+ handlePosition: "end",
7729
+ showButtons: true,
7730
+ showTicks: true
7729
7731
  };
7730
7732
  var Slider = (props) => {
7731
7733
  const {
@@ -7734,6 +7736,8 @@ var Slider = (props) => {
7734
7736
  readonly = defaultProps48.readonly,
7735
7737
  disabled = defaultProps48.disabled,
7736
7738
  handlePosition = defaultProps48.handlePosition,
7739
+ showButtons = defaultProps48.showButtons,
7740
+ showTicks = defaultProps48.showTicks,
7737
7741
  hover,
7738
7742
  focus,
7739
7743
  active,
@@ -7762,9 +7766,9 @@ var Slider = (props) => {
7762
7766
  "k-range-slider": type === "range"
7763
7767
  }
7764
7768
  ), dir, children: [
7765
- type !== "gradient" && /* @__PURE__ */ jsx137(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
7769
+ showButtons && /* @__PURE__ */ jsx137(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
7766
7770
  /* @__PURE__ */ jsxs52("div", { className: "k-slider-track-wrap", children: [
7767
- type !== "gradient" && /* @__PURE__ */ jsx137("ul", { className: "k-reset k-slider-items", children: props.children }),
7771
+ showTicks && /* @__PURE__ */ jsx137("ul", { className: "k-reset k-slider-items", children: props.children }),
7768
7772
  /* @__PURE__ */ jsxs52("div", { className: "k-slider-track", style: trackStyle, children: [
7769
7773
  /* @__PURE__ */ jsx137("div", { className: "k-slider-selection" }),
7770
7774
  type === "range" && /* @__PURE__ */ jsx137("span", { className: classNames(
@@ -7787,7 +7791,7 @@ var Slider = (props) => {
7787
7791
  ) })
7788
7792
  ] })
7789
7793
  ] }),
7790
- type !== "gradient" && /* @__PURE__ */ jsx137(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
7794
+ showButtons && /* @__PURE__ */ jsx137(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
7791
7795
  ] });
7792
7796
  };
7793
7797
  Slider.states = states51;
@@ -7847,6 +7851,8 @@ var SliderGradientVertical = (props) => /* @__PURE__ */ jsx144(
7847
7851
  {
7848
7852
  type: "gradient",
7849
7853
  orientation: "vertical",
7854
+ showButtons: false,
7855
+ showTicks: false,
7850
7856
  children: /* @__PURE__ */ jsxs58(Fragment45, { children: [
7851
7857
  /* @__PURE__ */ jsx144(SliderTick, { label: true, large: true, text: "0" }),
7852
7858
  /* @__PURE__ */ jsx144(SliderTick, {}),
@@ -8657,7 +8663,9 @@ var states63 = [
8657
8663
  States.disabled
8658
8664
  ];
8659
8665
  var options60 = {};
8660
- var defaultProps59 = {};
8666
+ var defaultProps59 = {
8667
+ imgPath: "/packages/html/assets/captcha.jpg"
8668
+ };
8661
8669
  var Captcha = (props) => {
8662
8670
  const {
8663
8671
  value,
@@ -8665,6 +8673,7 @@ var Captcha = (props) => {
8665
8673
  invalid,
8666
8674
  loading,
8667
8675
  disabled,
8676
+ imgPath = defaultProps59.imgPath,
8668
8677
  ...other
8669
8678
  } = props;
8670
8679
  return /* @__PURE__ */ jsxs68(
@@ -8688,7 +8697,7 @@ var Captcha = (props) => {
8688
8697
  "img",
8689
8698
  {
8690
8699
  className: classNames({ "k-hidden": loading }),
8691
- src: "/packages/html/assets/captcha.jpg"
8700
+ src: imgPath
8692
8701
  }
8693
8702
  ),
8694
8703
  loading && /* @__PURE__ */ jsx172(SkeletonRectangle, { style: { width: "100%", height: "100%" } })
@@ -12064,8 +12073,10 @@ var UploadNormal = (props) => /* @__PURE__ */ jsx286(
12064
12073
  import { jsx as jsx287, jsxs as jsxs118 } from "react/jsx-runtime";
12065
12074
  var DROPZONE_CLASSNAME = `k-external-dropzone`;
12066
12075
  var states95 = [
12076
+ States.disabled,
12067
12077
  States.hover
12068
12078
  ];
12079
+ var options88 = {};
12069
12080
  var defaultProps87 = {
12070
12081
  icon: "upload",
12071
12082
  hint: "Drag and drop files here to upload"
@@ -12073,6 +12084,7 @@ var defaultProps87 = {
12073
12084
  var Dropzone = (props) => {
12074
12085
  const {
12075
12086
  hover,
12087
+ disabled,
12076
12088
  icon = defaultProps87.icon,
12077
12089
  hint = defaultProps87.hint,
12078
12090
  note,
@@ -12085,7 +12097,9 @@ var Dropzone = (props) => {
12085
12097
  className: classNames(
12086
12098
  props.className,
12087
12099
  DROPZONE_CLASSNAME,
12088
- stateClassNames(DROPZONE_CLASSNAME, {}),
12100
+ stateClassNames(DROPZONE_CLASSNAME, {
12101
+ disabled
12102
+ }),
12089
12103
  {
12090
12104
  "k-external-dropzone-hover": hover
12091
12105
  }
@@ -12099,6 +12113,7 @@ var Dropzone = (props) => {
12099
12113
  );
12100
12114
  };
12101
12115
  Dropzone.states = states95;
12116
+ Dropzone.options = options88;
12102
12117
  Dropzone.className = DROPZONE_CLASSNAME;
12103
12118
  Dropzone.defaultProps = defaultProps87;
12104
12119
 
@@ -12119,7 +12134,7 @@ var states96 = [
12119
12134
  States.selected,
12120
12135
  States.disabled
12121
12136
  ];
12122
- var options88 = {
12137
+ var options89 = {
12123
12138
  size: [Size.small, Size.medium, Size.large],
12124
12139
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
12125
12140
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -12193,7 +12208,7 @@ var FloatingActionButton = (props) => {
12193
12208
  );
12194
12209
  };
12195
12210
  FloatingActionButton.states = states96;
12196
- FloatingActionButton.options = options88;
12211
+ FloatingActionButton.options = options89;
12197
12212
  FloatingActionButton.className = FLOATINGACTIONBUTTON_CLASSNAME;
12198
12213
  FloatingActionButton.defaultProps = defaultProps88;
12199
12214
 
@@ -12261,7 +12276,7 @@ var TOOLBAR_CLASSNAME = `k-toolbar`;
12261
12276
  var states98 = [
12262
12277
  States.focus
12263
12278
  ];
12264
- var options89 = {
12279
+ var options90 = {
12265
12280
  size: [Size.small, Size.medium, Size.large]
12266
12281
  };
12267
12282
  var defaultProps89 = {
@@ -12426,7 +12441,7 @@ var Toolbar = (props) => {
12426
12441
  );
12427
12442
  };
12428
12443
  Toolbar.states = states98;
12429
- Toolbar.options = options89;
12444
+ Toolbar.options = options90;
12430
12445
  Toolbar.className = TOOLBAR_CLASSNAME;
12431
12446
  Toolbar.defaultProps = defaultProps89;
12432
12447
 
@@ -12436,7 +12451,7 @@ var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
12436
12451
  var states99 = [
12437
12452
  States.focus
12438
12453
  ];
12439
- var options90 = {
12454
+ var options91 = {
12440
12455
  size: [Size.small, Size.medium, Size.large]
12441
12456
  };
12442
12457
  var defaultProps90 = {
@@ -12601,7 +12616,7 @@ var ToolbarAngular = (props) => {
12601
12616
  );
12602
12617
  };
12603
12618
  ToolbarAngular.states = states99;
12604
- ToolbarAngular.options = options90;
12619
+ ToolbarAngular.options = options91;
12605
12620
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
12606
12621
  ToolbarAngular.defaultProps = defaultProps90;
12607
12622
 
@@ -12614,7 +12629,7 @@ var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
12614
12629
  var states100 = [
12615
12630
  States.focus
12616
12631
  ];
12617
- var options91 = {};
12632
+ var options92 = {};
12618
12633
  var defaultProps91 = {};
12619
12634
  var ToolbarItem = (props) => {
12620
12635
  const {
@@ -12637,7 +12652,7 @@ var ToolbarItem = (props) => {
12637
12652
  );
12638
12653
  };
12639
12654
  ToolbarItem.states = states100;
12640
- ToolbarItem.options = options91;
12655
+ ToolbarItem.options = options92;
12641
12656
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
12642
12657
  ToolbarItem.defaultProps = defaultProps91;
12643
12658
 
@@ -12645,7 +12660,7 @@ ToolbarItem.defaultProps = defaultProps91;
12645
12660
  import { jsx as jsx300 } from "react/jsx-runtime";
12646
12661
  var TOOLBARPOPUP_CLASSNAME = `k-toolbar-popup`;
12647
12662
  var states101 = [];
12648
- var options92 = {};
12663
+ var options93 = {};
12649
12664
  var defaultProps92 = {};
12650
12665
  var ToolbarPopup = (props) => {
12651
12666
  const { ...other } = props;
@@ -12662,7 +12677,7 @@ var ToolbarPopup = (props) => {
12662
12677
  );
12663
12678
  };
12664
12679
  ToolbarPopup.states = states101;
12665
- ToolbarPopup.options = options92;
12680
+ ToolbarPopup.options = options93;
12666
12681
  ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
12667
12682
  ToolbarPopup.defaultProps = defaultProps92;
12668
12683
 
@@ -12682,7 +12697,7 @@ import { jsx as jsx304 } from "react/jsx-runtime";
12682
12697
  import { Fragment as Fragment85, jsx as jsx305, jsxs as jsxs122 } from "react/jsx-runtime";
12683
12698
  var DIALOG_CLASSNAME = `k-dialog`;
12684
12699
  var states102 = [];
12685
- var options93 = {
12700
+ var options94 = {
12686
12701
  themeColor: [
12687
12702
  ThemeColor.primary,
12688
12703
  ThemeColor.light,
@@ -12723,7 +12738,7 @@ var Dialog = (props) => {
12723
12738
  );
12724
12739
  };
12725
12740
  Dialog.states = states102;
12726
- Dialog.options = options93;
12741
+ Dialog.options = options94;
12727
12742
  Dialog.className = DIALOG_CLASSNAME;
12728
12743
  Dialog.defaultProps = defaultProps93;
12729
12744
 
@@ -12737,7 +12752,7 @@ import { Fragment as Fragment87, jsx as jsx307, jsxs as jsxs123 } from "react/js
12737
12752
  import { Fragment as Fragment88, jsx as jsx308, jsxs as jsxs124 } from "react/jsx-runtime";
12738
12753
  var NOTIFICATION_CLASSNAME = `k-notification`;
12739
12754
  var states103 = [];
12740
- var options94 = {
12755
+ var options95 = {
12741
12756
  themeColor: [
12742
12757
  ThemeColor.base,
12743
12758
  ThemeColor.primary,
@@ -12791,7 +12806,7 @@ var Notification = (props) => {
12791
12806
  );
12792
12807
  };
12793
12808
  Notification.states = states103;
12794
- Notification.options = options94;
12809
+ Notification.options = options95;
12795
12810
  Notification.className = NOTIFICATION_CLASSNAME;
12796
12811
  Notification.defaultProps = defaultProps94;
12797
12812
 
@@ -12814,7 +12829,7 @@ import { jsx as jsx313 } from "react/jsx-runtime";
12814
12829
  import { Fragment as Fragment89, jsx as jsx314, jsxs as jsxs125 } from "react/jsx-runtime";
12815
12830
  var POPOVER_CLASSNAME = `k-popover`;
12816
12831
  var states104 = [];
12817
- var options95 = {};
12832
+ var options96 = {};
12818
12833
  var defaultProps95 = {};
12819
12834
  var Popover = (props) => {
12820
12835
  const {
@@ -12848,7 +12863,7 @@ var Popover = (props) => {
12848
12863
  );
12849
12864
  };
12850
12865
  Popover.states = states104;
12851
- Popover.options = options95;
12866
+ Popover.options = options96;
12852
12867
  Popover.className = POPOVER_CLASSNAME;
12853
12868
  Popover.defaultProps = defaultProps95;
12854
12869
 
@@ -12859,7 +12874,7 @@ import { jsx as jsx315 } from "react/jsx-runtime";
12859
12874
  import { jsx as jsx316, jsxs as jsxs126 } from "react/jsx-runtime";
12860
12875
  var TOOLTIP_CLASSNAME = `k-tooltip`;
12861
12876
  var states105 = [];
12862
- var options96 = {
12877
+ var options97 = {
12863
12878
  themeColor: [
12864
12879
  ThemeColor.primary,
12865
12880
  ThemeColor.secondary,
@@ -12918,7 +12933,7 @@ var Tooltip = (props) => {
12918
12933
  );
12919
12934
  };
12920
12935
  Tooltip.states = states105;
12921
- Tooltip.options = options96;
12936
+ Tooltip.options = options97;
12922
12937
  Tooltip.className = TOOLTIP_CLASSNAME;
12923
12938
  Tooltip.defaultProps = defaultProps96;
12924
12939
 
@@ -12932,7 +12947,7 @@ import { jsx as jsx318 } from "react/jsx-runtime";
12932
12947
  import { Fragment as Fragment90, jsx as jsx319, jsxs as jsxs127 } from "react/jsx-runtime";
12933
12948
  var WINDOW_CLASSNAME = `k-window`;
12934
12949
  var states106 = [];
12935
- var options97 = {
12950
+ var options98 = {
12936
12951
  themeColor: [
12937
12952
  ThemeColor.primary,
12938
12953
  ThemeColor.light,
@@ -12981,7 +12996,7 @@ var Window = (props) => {
12981
12996
  );
12982
12997
  };
12983
12998
  Window.states = states106;
12984
- Window.options = options97;
12999
+ Window.options = options98;
12985
13000
  Window.className = WINDOW_CLASSNAME;
12986
13001
  Window.defaultProps = defaultProps97;
12987
13002
 
@@ -12992,7 +13007,7 @@ import { Fragment as Fragment91, jsx as jsx320 } from "react/jsx-runtime";
12992
13007
  import { jsx as jsx321 } from "react/jsx-runtime";
12993
13008
  var APPBAR_CLASSNAME = `k-appbar`;
12994
13009
  var states107 = [];
12995
- var options98 = {
13010
+ var options99 = {
12996
13011
  themeColor: [
12997
13012
  ThemeColor.inherit,
12998
13013
  ThemeColor.base,
@@ -13036,7 +13051,7 @@ var Appbar = (props) => {
13036
13051
  );
13037
13052
  };
13038
13053
  Appbar.states = states107;
13039
- Appbar.options = options98;
13054
+ Appbar.options = options99;
13040
13055
  Appbar.className = APPBAR_CLASSNAME;
13041
13056
  Appbar.defaultProps = defaultProps98;
13042
13057
 
@@ -13052,7 +13067,7 @@ var BOTTOM_NAV_CLASSNAME = "k-bottom-nav";
13052
13067
  var states108 = [
13053
13068
  States.disabled
13054
13069
  ];
13055
- var options99 = {
13070
+ var options100 = {
13056
13071
  fillMode: [FillMode.solid, FillMode.flat],
13057
13072
  themeColor: [
13058
13073
  ThemeColor.primary,
@@ -13099,7 +13114,7 @@ var BottomNav = (props) => {
13099
13114
  ), dir, children: props.children });
13100
13115
  };
13101
13116
  BottomNav.states = states108;
13102
- BottomNav.options = options99;
13117
+ BottomNav.options = options100;
13103
13118
  BottomNav.className = BOTTOM_NAV_CLASSNAME;
13104
13119
  BottomNav.defaultProps = defaultProps99;
13105
13120
 
@@ -13111,7 +13126,7 @@ var states109 = [
13111
13126
  States.selected,
13112
13127
  States.disabled
13113
13128
  ];
13114
- var options100 = {};
13129
+ var options101 = {};
13115
13130
  var defaultProps100 = {};
13116
13131
  var BottomNavItem = (props) => {
13117
13132
  const {
@@ -13136,7 +13151,7 @@ var BottomNavItem = (props) => {
13136
13151
  ] });
13137
13152
  };
13138
13153
  BottomNavItem.states = states109;
13139
- BottomNavItem.options = options100;
13154
+ BottomNavItem.options = options101;
13140
13155
  BottomNavItem.className = BOTTOM_NAV_ITEM_CLASSNAME;
13141
13156
  BottomNavItem.defaultProps = defaultProps100;
13142
13157
 
@@ -13155,7 +13170,7 @@ var BREADCRUMB_CLASSNAME = `k-breadcrumb`;
13155
13170
  var states110 = [
13156
13171
  States.focus
13157
13172
  ];
13158
- var options101 = {
13173
+ var options102 = {
13159
13174
  size: [Size.small, Size.medium, Size.large]
13160
13175
  };
13161
13176
  var defaultProps101 = {
@@ -13191,7 +13206,7 @@ var Breadcrumb = (props) => {
13191
13206
  );
13192
13207
  };
13193
13208
  Breadcrumb.states = states110;
13194
- Breadcrumb.options = options101;
13209
+ Breadcrumb.options = options102;
13195
13210
  Breadcrumb.className = BREADCRUMB_CLASSNAME;
13196
13211
  Breadcrumb.defaultProps = defaultProps101;
13197
13212
 
@@ -13272,7 +13287,7 @@ var states112 = [
13272
13287
  States.focus,
13273
13288
  States.disabled
13274
13289
  ];
13275
- var options102 = {
13290
+ var options103 = {
13276
13291
  size: [Size.small, Size.medium, Size.large]
13277
13292
  };
13278
13293
  var defaultProps102 = {
@@ -13518,7 +13533,7 @@ var Pager = (props) => {
13518
13533
  );
13519
13534
  };
13520
13535
  Pager.states = states112;
13521
- Pager.options = options102;
13536
+ Pager.options = options103;
13522
13537
  Pager.className = PAGER_CLASSNAME;
13523
13538
  Pager.defaultProps = defaultProps102;
13524
13539
 
@@ -13566,7 +13581,7 @@ var states113 = [
13566
13581
  States.selected,
13567
13582
  States.disabled
13568
13583
  ];
13569
- var options103 = {
13584
+ var options104 = {
13570
13585
  themeColor: [
13571
13586
  ThemeColor.primary,
13572
13587
  ThemeColor.success,
@@ -13616,7 +13631,7 @@ var Card = (props) => {
13616
13631
  );
13617
13632
  };
13618
13633
  Card.states = states113;
13619
- Card.options = options103;
13634
+ Card.options = options104;
13620
13635
  Card.className = CARD_CLASSNAME;
13621
13636
  Card.defaultProps = defaultProps103;
13622
13637
 
@@ -13769,7 +13784,7 @@ var states115 = [
13769
13784
  States.focus,
13770
13785
  States.disabled
13771
13786
  ];
13772
- var options104 = {};
13787
+ var options105 = {};
13773
13788
  var defaultProps104 = {};
13774
13789
  var ExpansionPanel = (props) => {
13775
13790
  const {
@@ -13814,7 +13829,7 @@ var ExpansionPanel = (props) => {
13814
13829
  ] });
13815
13830
  };
13816
13831
  ExpansionPanel.states = states115;
13817
- ExpansionPanel.options = options104;
13832
+ ExpansionPanel.options = options105;
13818
13833
  ExpansionPanel.className = EXPANSION_PANEL_CLASSNAME;
13819
13834
  ExpansionPanel.defaultProps = defaultProps104;
13820
13835
 
@@ -13824,12 +13839,168 @@ import { jsx as jsx357 } from "react/jsx-runtime";
13824
13839
  // src/expansion-panel/templates/expansion-panel-expanded.tsx
13825
13840
  import { jsx as jsx358 } from "react/jsx-runtime";
13826
13841
 
13827
- // src/tilelayout/tilelayout.spec.tsx
13842
+ // src/splitter/splitter-pane.tsx
13828
13843
  import { jsx as jsx359 } from "react/jsx-runtime";
13829
- var TILELAYOUT_CLASSNAME = `k-tilelayout`;
13844
+ var SPLITTERPANE_CLASSNAME = "k-pane";
13830
13845
  var states116 = [];
13831
- var options105 = {};
13832
- var defaultProps105 = {};
13846
+ var options106 = {};
13847
+ var defaultProps105 = {
13848
+ resizable: true,
13849
+ flex: false
13850
+ };
13851
+ var SplitterPane = (props) => {
13852
+ const {
13853
+ scrollable,
13854
+ flexBasis,
13855
+ flex,
13856
+ ...other
13857
+ } = props;
13858
+ return /* @__PURE__ */ jsx359(
13859
+ "div",
13860
+ {
13861
+ ...other,
13862
+ style: { flexBasis, ...props.style },
13863
+ className: classNames(
13864
+ props.className,
13865
+ SPLITTERPANE_CLASSNAME,
13866
+ {
13867
+ [`${SPLITTERPANE_CLASSNAME}-static`]: flexBasis,
13868
+ [`${SPLITTERPANE_CLASSNAME}-flex`]: flex,
13869
+ [`k-scrollable`]: scrollable
13870
+ }
13871
+ ),
13872
+ children: props.children
13873
+ }
13874
+ );
13875
+ };
13876
+ SplitterPane.states = states116;
13877
+ SplitterPane.options = options106;
13878
+ SplitterPane.className = SPLITTERPANE_CLASSNAME;
13879
+ SplitterPane.defaultProps = defaultProps105;
13880
+ var splitter_pane_default = SplitterPane;
13881
+
13882
+ // src/splitter/splitter-splitbar.tsx
13883
+ import { Fragment as Fragment101, jsx as jsx360, jsxs as jsxs141 } from "react/jsx-runtime";
13884
+ var SPLITTERSPLITBAR_CLASSNAME = "k-splitbar";
13885
+ var states117 = [
13886
+ States.hover,
13887
+ States.focus
13888
+ ];
13889
+ var options107 = {};
13890
+ var defaultProps106 = {
13891
+ orientation: "horizontal",
13892
+ draggable: true
13893
+ };
13894
+ var SplitterSplitbar = (props) => {
13895
+ const {
13896
+ hover,
13897
+ focus,
13898
+ orientation,
13899
+ draggable,
13900
+ collapsePrev,
13901
+ collapseNext,
13902
+ ...other
13903
+ } = props;
13904
+ return /* @__PURE__ */ jsxs141(
13905
+ "div",
13906
+ {
13907
+ ...other,
13908
+ className: classNames(
13909
+ props.className,
13910
+ SPLITTERSPLITBAR_CLASSNAME,
13911
+ stateClassNames(SPLITTERSPLITBAR_CLASSNAME, {
13912
+ hover,
13913
+ focus
13914
+ }),
13915
+ {
13916
+ [`${SPLITTERSPLITBAR_CLASSNAME}-${orientation}`]: orientation,
13917
+ [`${SPLITTERSPLITBAR_CLASSNAME}-draggable-${orientation}`]: draggable,
13918
+ [`${SPLITTERSPLITBAR_CLASSNAME}-static-${orientation}`]: !draggable && !collapsePrev && !collapseNext
13919
+ }
13920
+ ),
13921
+ children: [
13922
+ collapsePrev && /* @__PURE__ */ jsx360(Fragment101, { children: /* @__PURE__ */ jsx360("div", { className: "k-collapse-prev", children: /* @__PURE__ */ jsx360(Icon, { icon: `caret-alt-${orientation === "horizontal" ? "left" : "up"}`, size: "xsmall" }) }) }),
13923
+ /* @__PURE__ */ jsx360("div", { className: "k-resize-handle" }),
13924
+ collapseNext && /* @__PURE__ */ jsx360(Fragment101, { children: /* @__PURE__ */ jsx360("div", { className: "k-collapse-next", children: /* @__PURE__ */ jsx360(Icon, { icon: `caret-alt-${orientation === "horizontal" ? "right" : "down"}`, size: "xsmall" }) }) })
13925
+ ]
13926
+ }
13927
+ );
13928
+ };
13929
+ SplitterSplitbar.states = states117;
13930
+ SplitterSplitbar.options = options107;
13931
+ SplitterSplitbar.className = SPLITTERSPLITBAR_CLASSNAME;
13932
+ SplitterSplitbar.defaultProps = defaultProps106;
13933
+ var splitter_splitbar_default = SplitterSplitbar;
13934
+
13935
+ // src/splitter/splitter.spec.tsx
13936
+ import { Fragment as Fragment102, jsx as jsx361 } from "react/jsx-runtime";
13937
+ import { createElement as createElement6 } from "react";
13938
+ var SPLITTER_CLASSNAME = "k-splitter";
13939
+ var options108 = {};
13940
+ var defaultProps107 = {
13941
+ orientation: "horizontal"
13942
+ };
13943
+ var Splitter = (props) => {
13944
+ const {
13945
+ orientation,
13946
+ children,
13947
+ ...other
13948
+ } = props;
13949
+ const listChildren = [];
13950
+ if (children) {
13951
+ if (Array.isArray(children)) {
13952
+ children.map((child, index) => {
13953
+ if (child.type === splitter_pane_default) {
13954
+ listChildren.push(
13955
+ /* @__PURE__ */ createElement6(splitter_pane_default, { ...child.props, key: index }),
13956
+ children[index + 1] && /* @__PURE__ */ jsx361(Fragment102, { children: /* @__PURE__ */ jsx361(
13957
+ splitter_splitbar_default,
13958
+ {
13959
+ draggable: child.props.resizable !== false && children[index + 1].props.resizable !== false,
13960
+ collapsePrev: child.props.collapsible,
13961
+ collapseNext: children[index + 1].props.collapsible,
13962
+ orientation
13963
+ }
13964
+ ) })
13965
+ );
13966
+ } else {
13967
+ listChildren.push(child);
13968
+ }
13969
+ });
13970
+ }
13971
+ }
13972
+ return /* @__PURE__ */ jsx361(
13973
+ "div",
13974
+ {
13975
+ ...other,
13976
+ className: classNames(
13977
+ props.className,
13978
+ SPLITTER_CLASSNAME,
13979
+ {
13980
+ [`${SPLITTER_CLASSNAME}-${orientation}`]: orientation
13981
+ },
13982
+ "k-splitter-flex"
13983
+ ),
13984
+ children: listChildren
13985
+ }
13986
+ );
13987
+ };
13988
+ Splitter.options = options108;
13989
+ Splitter.className = SPLITTER_CLASSNAME;
13990
+ Splitter.defaultProps = defaultProps107;
13991
+
13992
+ // src/splitter/templates/splitter-normal.tsx
13993
+ import { jsx as jsx362, jsxs as jsxs142 } from "react/jsx-runtime";
13994
+
13995
+ // src/splitter/templates/splitter-vertical.tsx
13996
+ import { jsx as jsx363, jsxs as jsxs143 } from "react/jsx-runtime";
13997
+
13998
+ // src/tilelayout/tilelayout.spec.tsx
13999
+ import { jsx as jsx364 } from "react/jsx-runtime";
14000
+ var TILELAYOUT_CLASSNAME = `k-tilelayout`;
14001
+ var states118 = [];
14002
+ var options109 = {};
14003
+ var defaultProps108 = {};
13833
14004
  var TileLayout = (props) => {
13834
14005
  const {
13835
14006
  gap,
@@ -13845,7 +14016,7 @@ var TileLayout = (props) => {
13845
14016
  gap,
13846
14017
  ...style
13847
14018
  };
13848
- return /* @__PURE__ */ jsx359(
14019
+ return /* @__PURE__ */ jsx364(
13849
14020
  "div",
13850
14021
  {
13851
14022
  className: classNames(
@@ -13857,20 +14028,20 @@ var TileLayout = (props) => {
13857
14028
  }
13858
14029
  );
13859
14030
  };
13860
- TileLayout.states = states116;
13861
- TileLayout.options = options105;
14031
+ TileLayout.states = states118;
14032
+ TileLayout.options = options109;
13862
14033
  TileLayout.className = TILELAYOUT_CLASSNAME;
13863
- TileLayout.defaultProps = defaultProps105;
14034
+ TileLayout.defaultProps = defaultProps108;
13864
14035
 
13865
14036
  // src/tilelayout/tilelayout-item.spec.tsx
13866
14037
  import React from "react";
13867
- import { jsx as jsx360, jsxs as jsxs141 } from "react/jsx-runtime";
14038
+ import { jsx as jsx365, jsxs as jsxs144 } from "react/jsx-runtime";
13868
14039
  var TILELAYOUTITEM_CLASSNAME = `k-tilelayout-item`;
13869
- var states117 = [
14040
+ var states119 = [
13870
14041
  States.focus
13871
14042
  ];
13872
- var options106 = {};
13873
- var defaultProps106 = {};
14043
+ var options110 = {};
14044
+ var defaultProps109 = {};
13874
14045
  var TileLayoutItem = (props) => {
13875
14046
  const {
13876
14047
  header,
@@ -13879,7 +14050,7 @@ var TileLayoutItem = (props) => {
13879
14050
  resize,
13880
14051
  style
13881
14052
  } = props;
13882
- return /* @__PURE__ */ jsxs141(
14053
+ return /* @__PURE__ */ jsxs144(
13883
14054
  Card,
13884
14055
  {
13885
14056
  className: classNames(
@@ -13896,44 +14067,44 @@ var TileLayoutItem = (props) => {
13896
14067
  ),
13897
14068
  style,
13898
14069
  children: [
13899
- header && React.isValidElement(header) ? /* @__PURE__ */ jsx360(CardHeader, { className: "k-tilelayout-item-header k-cursor-move", children: header }) : /* @__PURE__ */ jsx360(CardHeader, { className: "k-tilelayout-item-header k-cursor-move", title: header }),
13900
- body && /* @__PURE__ */ jsx360(CardBody, { className: "k-tilelayout-item-body", children: body })
14070
+ header && React.isValidElement(header) ? /* @__PURE__ */ jsx365(CardHeader, { className: "k-tilelayout-item-header k-cursor-move", children: header }) : /* @__PURE__ */ jsx365(CardHeader, { className: "k-tilelayout-item-header k-cursor-move", title: header }),
14071
+ body && /* @__PURE__ */ jsx365(CardBody, { className: "k-tilelayout-item-body", children: body })
13901
14072
  ]
13902
14073
  }
13903
14074
  );
13904
14075
  };
13905
- TileLayoutItem.states = states117;
13906
- TileLayoutItem.options = options106;
14076
+ TileLayoutItem.states = states119;
14077
+ TileLayoutItem.options = options110;
13907
14078
  TileLayoutItem.className = TILELAYOUTITEM_CLASSNAME;
13908
- TileLayoutItem.defaultProps = defaultProps106;
14079
+ TileLayoutItem.defaultProps = defaultProps109;
13909
14080
 
13910
14081
  // src/tilelayout/tilelayout-item-hint.spec.tsx
13911
- import { jsx as jsx361 } from "react/jsx-runtime";
14082
+ import { jsx as jsx366 } from "react/jsx-runtime";
13912
14083
  var TILELAYOUTITEMHINT_CLASSNAME = `k-layout-item-hint`;
13913
- var states118 = [];
13914
- var options107 = {};
13915
- var defaultProps107 = {};
14084
+ var states120 = [];
14085
+ var options111 = {};
14086
+ var defaultProps110 = {};
13916
14087
  var TileLayoutItemHint = (props) => {
13917
14088
  const { style } = props;
13918
- return /* @__PURE__ */ jsx361("div", { className: TILELAYOUTITEMHINT_CLASSNAME, style });
14089
+ return /* @__PURE__ */ jsx366("div", { className: TILELAYOUTITEMHINT_CLASSNAME, style });
13919
14090
  };
13920
- TileLayoutItemHint.states = states118;
13921
- TileLayoutItemHint.options = options107;
14091
+ TileLayoutItemHint.states = states120;
14092
+ TileLayoutItemHint.options = options111;
13922
14093
  TileLayoutItemHint.className = TILELAYOUTITEMHINT_CLASSNAME;
13923
- TileLayoutItemHint.defaultProps = defaultProps107;
14094
+ TileLayoutItemHint.defaultProps = defaultProps110;
13924
14095
 
13925
14096
  // src/tilelayout/templates/tilelayout-normal.tsx
13926
- import { jsx as jsx362 } from "react/jsx-runtime";
14097
+ import { jsx as jsx367 } from "react/jsx-runtime";
13927
14098
 
13928
14099
  // src/listview/listview.spec.tsx
13929
- import { Fragment as Fragment101, jsx as jsx363, jsxs as jsxs142 } from "react/jsx-runtime";
14100
+ import { Fragment as Fragment103, jsx as jsx368, jsxs as jsxs145 } from "react/jsx-runtime";
13930
14101
  var LISTVIEW_CLASSNAME = `k-listview`;
13931
- var states119 = [
14102
+ var states121 = [
13932
14103
  States.loading,
13933
14104
  States.disabled
13934
14105
  ];
13935
- var options108 = {};
13936
- var defaultProps108 = {
14106
+ var options112 = {};
14107
+ var defaultProps111 = {
13937
14108
  pagerPosition: "bottom",
13938
14109
  layout: "flex",
13939
14110
  flexDirection: "row"
@@ -13943,23 +14114,23 @@ var ListView = (props) => {
13943
14114
  header,
13944
14115
  footer,
13945
14116
  pageable,
13946
- pagerPosition = defaultProps108.pagerPosition,
14117
+ pagerPosition = defaultProps111.pagerPosition,
13947
14118
  bordered,
13948
- layout = defaultProps108.layout,
13949
- flexDirection = defaultProps108.flexDirection,
14119
+ layout = defaultProps111.layout,
14120
+ flexDirection = defaultProps111.flexDirection,
13950
14121
  flexWrap,
13951
14122
  gridColumns,
13952
14123
  loading,
13953
14124
  disabled,
13954
14125
  ...other
13955
14126
  } = props;
13956
- const pager = /* @__PURE__ */ jsx363(Pager, { className: `k-listview-pager k-listview-pager-${pagerPosition}` });
13957
- const loader = /* @__PURE__ */ jsx363(Fragment101, { children: /* @__PURE__ */ jsxs142("div", { className: "k-loading-mask k-opaque", style: { height: "100%", width: "100%" }, children: [
13958
- /* @__PURE__ */ jsx363("span", { className: "k-loading-text", children: "Loading..." }),
13959
- /* @__PURE__ */ jsx363("div", { className: "k-loading-image" }),
13960
- /* @__PURE__ */ jsx363("div", { className: "k-loading-color" })
14127
+ const pager = /* @__PURE__ */ jsx368(Pager, { className: `k-listview-pager k-listview-pager-${pagerPosition}` });
14128
+ const loader = /* @__PURE__ */ jsx368(Fragment103, { children: /* @__PURE__ */ jsxs145("div", { className: "k-loading-mask k-opaque", style: { height: "100%", width: "100%" }, children: [
14129
+ /* @__PURE__ */ jsx368("span", { className: "k-loading-text", children: "Loading..." }),
14130
+ /* @__PURE__ */ jsx368("div", { className: "k-loading-image" }),
14131
+ /* @__PURE__ */ jsx368("div", { className: "k-loading-color" })
13961
14132
  ] }) });
13962
- return /* @__PURE__ */ jsxs142(
14133
+ return /* @__PURE__ */ jsxs145(
13963
14134
  "div",
13964
14135
  {
13965
14136
  ...other,
@@ -13976,8 +14147,8 @@ var ListView = (props) => {
13976
14147
  ),
13977
14148
  children: [
13978
14149
  pageable && pagerPosition === "top" && pager,
13979
- header && /* @__PURE__ */ jsx363("div", { className: "k-listview-header", children: "Header" }),
13980
- /* @__PURE__ */ jsxs142("div", { className: classNames(
14150
+ header && /* @__PURE__ */ jsx368("div", { className: "k-listview-header", children: "Header" }),
14151
+ /* @__PURE__ */ jsxs145("div", { className: classNames(
13981
14152
  "k-listview-content",
13982
14153
  {
13983
14154
  [`k-d-${layout}`]: layout,
@@ -13989,33 +14160,33 @@ var ListView = (props) => {
13989
14160
  loading && loader,
13990
14161
  props.children
13991
14162
  ] }),
13992
- footer && /* @__PURE__ */ jsx363("div", { className: "k-listview-footer", children: "Footer" }),
14163
+ footer && /* @__PURE__ */ jsx368("div", { className: "k-listview-footer", children: "Footer" }),
13993
14164
  pageable && pagerPosition === "bottom" && pager
13994
14165
  ]
13995
14166
  }
13996
14167
  );
13997
14168
  };
13998
- ListView.states = states119;
13999
- ListView.options = options108;
14169
+ ListView.states = states121;
14170
+ ListView.options = options112;
14000
14171
  ListView.className = LISTVIEW_CLASSNAME;
14001
- ListView.defaultProps = defaultProps108;
14172
+ ListView.defaultProps = defaultProps111;
14002
14173
 
14003
14174
  // src/listview/listview-item.spec.tsx
14004
- import { jsx as jsx364 } from "react/jsx-runtime";
14175
+ import { jsx as jsx369 } from "react/jsx-runtime";
14005
14176
  var LISTVIEWITEM_CLASSNAME = `k-listview-item`;
14006
- var states120 = [
14177
+ var states122 = [
14007
14178
  States.focus,
14008
14179
  States.selected
14009
14180
  ];
14010
- var options109 = {};
14011
- var defaultProps109 = {};
14181
+ var options113 = {};
14182
+ var defaultProps112 = {};
14012
14183
  var ListViewItem = (props) => {
14013
14184
  const {
14014
14185
  focus,
14015
14186
  selected,
14016
14187
  ...other
14017
14188
  } = props;
14018
- return /* @__PURE__ */ jsx364(
14189
+ return /* @__PURE__ */ jsx369(
14019
14190
  "div",
14020
14191
  {
14021
14192
  ...other,
@@ -14031,122 +14202,437 @@ var ListViewItem = (props) => {
14031
14202
  }
14032
14203
  );
14033
14204
  };
14034
- ListViewItem.states = states120;
14035
- ListViewItem.options = options109;
14205
+ ListViewItem.states = states122;
14206
+ ListViewItem.options = options113;
14036
14207
  ListViewItem.className = LISTVIEWITEM_CLASSNAME;
14037
- ListViewItem.defaultProps = defaultProps109;
14208
+ ListViewItem.defaultProps = defaultProps112;
14038
14209
 
14039
14210
  // src/listview/templates/listview-normal.tsx
14040
- import { Fragment as Fragment102, jsx as jsx365, jsxs as jsxs143 } from "react/jsx-runtime";
14211
+ import { Fragment as Fragment104, jsx as jsx370, jsxs as jsxs146 } from "react/jsx-runtime";
14041
14212
 
14042
14213
  // src/filter/filter-preview.tsx
14043
- import { jsx as jsx366 } from "react/jsx-runtime";
14214
+ import { jsx as jsx371 } from "react/jsx-runtime";
14044
14215
  var FILTER_PREVIEW_CLASSNAME = "k-filter-preview";
14045
- var states121 = [];
14046
- var options110 = {};
14047
- var defaultProps110 = {};
14216
+ var states123 = [];
14217
+ var options114 = {};
14218
+ var defaultProps113 = {};
14048
14219
  var FilterPreview = (props) => {
14049
14220
  const { fields } = props;
14050
14221
  const expressionPreview = [];
14051
14222
  if (fields) {
14052
14223
  fields.map(({ name, value }) => {
14053
14224
  expressionPreview.push(
14054
- /* @__PURE__ */ jsx366("span", { className: `k-filter-preview-${name}`, children: `${value} ` })
14225
+ /* @__PURE__ */ jsx371("span", { className: `k-filter-preview-${name}`, children: `${value} ` })
14055
14226
  );
14056
14227
  });
14057
14228
  }
14058
- return /* @__PURE__ */ jsx366("div", { className: classNames(FILTER_PREVIEW_CLASSNAME), children: expressionPreview });
14229
+ return /* @__PURE__ */ jsx371("div", { className: classNames(FILTER_PREVIEW_CLASSNAME), children: expressionPreview });
14059
14230
  };
14060
- FilterPreview.states = states121;
14061
- FilterPreview.options = options110;
14062
- FilterPreview.defaultProps = defaultProps110;
14231
+ FilterPreview.states = states123;
14232
+ FilterPreview.options = options114;
14233
+ FilterPreview.defaultProps = defaultProps113;
14063
14234
  FilterPreview.className = FILTER_PREVIEW_CLASSNAME;
14064
14235
 
14065
14236
  // src/filter/filter.spec.tsx
14066
- import { Fragment as Fragment103, jsx as jsx367, jsxs as jsxs144 } from "react/jsx-runtime";
14237
+ import { Fragment as Fragment105, jsx as jsx372, jsxs as jsxs147 } from "react/jsx-runtime";
14067
14238
  var FILTER_CLASSNAME = "k-filter";
14068
- var states122 = [];
14069
- var options111 = {};
14070
- var defaultProps111 = {};
14239
+ var states124 = [];
14240
+ var options115 = {};
14241
+ var defaultProps114 = {};
14071
14242
  var Filter = (props) => {
14072
14243
  const {
14073
14244
  children,
14074
14245
  showApplyButton
14075
14246
  } = props;
14076
14247
  const filterChildren = [];
14077
- let expressionPreview = /* @__PURE__ */ jsx367(Fragment103, {});
14248
+ let expressionPreview = /* @__PURE__ */ jsx372(Fragment105, {});
14078
14249
  if (children) {
14079
14250
  if (Array.isArray(children)) {
14080
14251
  children.map((child) => {
14081
14252
  if (child.type !== FilterPreview) {
14082
14253
  filterChildren.push(child);
14083
14254
  } else {
14084
- expressionPreview = /* @__PURE__ */ jsx367(FilterPreview, { ...child.props });
14255
+ expressionPreview = /* @__PURE__ */ jsx372(FilterPreview, { ...child.props });
14085
14256
  }
14086
14257
  });
14087
14258
  }
14088
14259
  }
14089
- return /* @__PURE__ */ jsxs144("div", { className: classNames(props.className, FILTER_CLASSNAME), children: [
14090
- /* @__PURE__ */ jsx367("ul", { className: "k-filter-container", children: /* @__PURE__ */ jsx367("li", { className: "k-filter-group-main", children: filterChildren }) }),
14260
+ return /* @__PURE__ */ jsxs147("div", { className: classNames(props.className, FILTER_CLASSNAME), children: [
14261
+ /* @__PURE__ */ jsx372("ul", { className: "k-filter-container", children: /* @__PURE__ */ jsx372("li", { className: "k-filter-group-main", children: filterChildren }) }),
14091
14262
  expressionPreview,
14092
- showApplyButton && /* @__PURE__ */ jsx367(Button, { className: "k-filter-apply", children: "Apply" })
14263
+ showApplyButton && /* @__PURE__ */ jsx372(Button, { className: "k-filter-apply", children: "Apply" })
14093
14264
  ] });
14094
14265
  };
14095
- Filter.states = states122;
14096
- Filter.options = options111;
14097
- Filter.defaultProps = defaultProps111;
14266
+ Filter.states = states124;
14267
+ Filter.options = options115;
14268
+ Filter.defaultProps = defaultProps114;
14098
14269
  Filter.className = FILTER_CLASSNAME;
14099
14270
 
14100
14271
  // src/filter/filter-toolbar.tsx
14101
- import { jsx as jsx368 } from "react/jsx-runtime";
14272
+ import { jsx as jsx373 } from "react/jsx-runtime";
14102
14273
  var FILTER_TOOLBAR_CLASSNAME = "k-filter-toolbar";
14103
- var states123 = [];
14104
- var options112 = {};
14105
- var defaultProps112 = {};
14274
+ var states125 = [];
14275
+ var options116 = {};
14276
+ var defaultProps115 = {};
14106
14277
  var FilterToolbar = (props) => {
14107
14278
  const { children } = props;
14108
- return /* @__PURE__ */ jsx368("div", { className: classNames(FILTER_TOOLBAR_CLASSNAME), children });
14279
+ return /* @__PURE__ */ jsx373("div", { className: classNames(FILTER_TOOLBAR_CLASSNAME), children });
14109
14280
  };
14110
- FilterToolbar.states = states123;
14111
- FilterToolbar.options = options112;
14112
- FilterToolbar.defaultProps = defaultProps112;
14281
+ FilterToolbar.states = states125;
14282
+ FilterToolbar.options = options116;
14283
+ FilterToolbar.defaultProps = defaultProps115;
14113
14284
 
14114
14285
  // src/filter/filter-lines.tsx
14115
- import { jsx as jsx369 } from "react/jsx-runtime";
14286
+ import { jsx as jsx374 } from "react/jsx-runtime";
14116
14287
  var FILTER_LINES_CLASSNAME = "k-filter-lines";
14117
- var states124 = [];
14118
- var options113 = {};
14119
- var defaultProps113 = {};
14288
+ var states126 = [];
14289
+ var options117 = {};
14290
+ var defaultProps116 = {};
14120
14291
  var FilterLines = (props) => {
14121
14292
  const { children } = props;
14122
- return /* @__PURE__ */ jsx369("ul", { className: classNames(FILTER_LINES_CLASSNAME), children });
14293
+ return /* @__PURE__ */ jsx374("ul", { className: classNames(FILTER_LINES_CLASSNAME), children });
14123
14294
  };
14124
- FilterLines.states = states124;
14125
- FilterLines.options = options113;
14126
- FilterLines.defaultProps = defaultProps113;
14295
+ FilterLines.states = states126;
14296
+ FilterLines.options = options117;
14297
+ FilterLines.defaultProps = defaultProps116;
14127
14298
 
14128
14299
  // src/filter/filter-item.tsx
14129
- import { jsx as jsx370 } from "react/jsx-runtime";
14300
+ import { jsx as jsx375 } from "react/jsx-runtime";
14130
14301
  var FILTER_ITEM_CLASSNAME = "k-filter-item";
14131
- var states125 = [];
14132
- var options114 = {};
14133
- var defaultProps114 = {};
14302
+ var states127 = [];
14303
+ var options118 = {};
14304
+ var defaultProps117 = {};
14134
14305
  var FilterItem = (props) => {
14135
14306
  const { children } = props;
14136
- return /* @__PURE__ */ jsx370("li", { className: classNames(FILTER_ITEM_CLASSNAME), children });
14307
+ return /* @__PURE__ */ jsx375("li", { className: classNames(FILTER_ITEM_CLASSNAME), children });
14137
14308
  };
14138
- FilterItem.states = states125;
14139
- FilterItem.options = options114;
14140
- FilterItem.defaultProps = defaultProps114;
14309
+ FilterItem.states = states127;
14310
+ FilterItem.options = options118;
14311
+ FilterItem.defaultProps = defaultProps117;
14141
14312
 
14142
14313
  // src/filter/templates/filter-normal.tsx
14143
- import { jsx as jsx371, jsxs as jsxs145 } from "react/jsx-runtime";
14314
+ import { jsx as jsx376, jsxs as jsxs148 } from "react/jsx-runtime";
14315
+
14316
+ // src/filemanager/filemanager-toolbar.spec.tsx
14317
+ import { jsx as jsx377 } from "react/jsx-runtime";
14318
+ var FILEMANAGERTOOLBAR_CLASSNAME = `k-filemanager-toolbar`;
14319
+ var states128 = [];
14320
+ var options119 = {};
14321
+ var defaultProps118 = {};
14322
+ var FileManagerToolbar = (props) => {
14323
+ const {
14324
+ children,
14325
+ ...other
14326
+ } = props;
14327
+ return /* @__PURE__ */ jsx377(
14328
+ Toolbar,
14329
+ {
14330
+ className: classNames(
14331
+ props.className,
14332
+ FILEMANAGERTOOLBAR_CLASSNAME
14333
+ ),
14334
+ ...other,
14335
+ children
14336
+ }
14337
+ );
14338
+ };
14339
+ FileManagerToolbar.states = states128;
14340
+ FileManagerToolbar.options = options119;
14341
+ FileManagerToolbar.className = FILEMANAGERTOOLBAR_CLASSNAME;
14342
+ FileManagerToolbar.defaultProps = defaultProps118;
14343
+ var filemanager_toolbar_spec_default = FileManagerToolbar;
14344
+
14345
+ // src/filemanager/filemanager.spec.tsx
14346
+ import { Fragment as Fragment106, jsx as jsx378, jsxs as jsxs149 } from "react/jsx-runtime";
14347
+ var FILEMANAGER_CLASSNAME = "k-filemanager";
14348
+ var states129 = [
14349
+ States.disabled
14350
+ ];
14351
+ var options120 = {};
14352
+ var defaultToolbar = /* @__PURE__ */ jsx378(Fragment106, { children: /* @__PURE__ */ jsxs149(filemanager_toolbar_spec_default, { children: [
14353
+ /* @__PURE__ */ jsx378(Button, { children: "New Folder" }),
14354
+ /* @__PURE__ */ jsx378(Button, { children: "Upload" }),
14355
+ /* @__PURE__ */ jsxs149(ButtonGroup, { children: [
14356
+ /* @__PURE__ */ jsx378(Button, { icon: "sort-asc-small" }),
14357
+ /* @__PURE__ */ jsx378(Button, { icon: "sort-desc-small" })
14358
+ ] }),
14359
+ /* @__PURE__ */ jsx378(SplitButton, { text: "Sort By" }),
14360
+ /* @__PURE__ */ jsxs149(ButtonGroup, { children: [
14361
+ /* @__PURE__ */ jsx378(Button, { icon: "grid-layout" }),
14362
+ /* @__PURE__ */ jsx378(Button, { icon: "grid" })
14363
+ ] }),
14364
+ /* @__PURE__ */ jsx378("div", { className: "k-spacer" }),
14365
+ /* @__PURE__ */ jsxs149("div", { className: "k-filemanager-details-toggle", children: [
14366
+ /* @__PURE__ */ jsx378("label", { children: "View Details" }),
14367
+ /* @__PURE__ */ jsx378(Switch, {})
14368
+ ] }),
14369
+ /* @__PURE__ */ jsx378(Searchbox, { className: "k-filemanager-search-tool", placeholder: "Search..." })
14370
+ ] }) });
14371
+ var defaultProps119 = {
14372
+ toolbar: defaultToolbar
14373
+ };
14374
+ var FileManager = (props) => {
14375
+ const {
14376
+ disabled,
14377
+ toolbar
14378
+ } = props;
14379
+ return /* @__PURE__ */ jsxs149("div", { className: classNames(
14380
+ props.className,
14381
+ FILEMANAGER_CLASSNAME,
14382
+ stateClassNames(FILEMANAGER_CLASSNAME, {
14383
+ disabled
14384
+ })
14385
+ ), children: [
14386
+ /* @__PURE__ */ jsx378("div", { className: "k-filemanager-header", children: toolbar }),
14387
+ /* @__PURE__ */ jsx378("div", { className: "k-filemanager-content-container", children: props.children })
14388
+ ] });
14389
+ };
14390
+ FileManager.states = states129;
14391
+ FileManager.options = options120;
14392
+ FileManager.className = FILEMANAGER_CLASSNAME;
14393
+ FileManager.defaultProps = defaultProps119;
14394
+
14395
+ // src/filemanager/filemanager-breadcrumb.spec.tsx
14396
+ import { jsx as jsx379 } from "react/jsx-runtime";
14397
+ var FILEMANAGERBREADCRUMB_CLASSNAME = `k-filemanager-breadcrumb`;
14398
+ var states130 = [];
14399
+ var options121 = {};
14400
+ var defaultProps120 = {};
14401
+ var FileManagerBreadcrumb = (props) => {
14402
+ const {
14403
+ children,
14404
+ ...other
14405
+ } = props;
14406
+ return /* @__PURE__ */ jsx379(
14407
+ Breadcrumb,
14408
+ {
14409
+ className: classNames(
14410
+ props.className,
14411
+ FILEMANAGERBREADCRUMB_CLASSNAME
14412
+ ),
14413
+ ...other,
14414
+ children
14415
+ }
14416
+ );
14417
+ };
14418
+ FileManagerBreadcrumb.states = states130;
14419
+ FileManagerBreadcrumb.options = options121;
14420
+ FileManagerBreadcrumb.className = FILEMANAGERBREADCRUMB_CLASSNAME;
14421
+ FileManagerBreadcrumb.defaultProps = defaultProps120;
14422
+
14423
+ // src/filemanager/filemanager-listview.spec.tsx
14424
+ import { jsx as jsx380 } from "react/jsx-runtime";
14425
+ var FILEMANAGERLISTVIEW_CLASSNAME = `k-filemanager-listview`;
14426
+ var states131 = [];
14427
+ var options122 = {};
14428
+ var defaultProps121 = {};
14429
+ var FileManagerListView = (props) => {
14430
+ const {
14431
+ children,
14432
+ ...other
14433
+ } = props;
14434
+ return /* @__PURE__ */ jsx380(
14435
+ ListView,
14436
+ {
14437
+ className: classNames(
14438
+ props.className,
14439
+ FILEMANAGERLISTVIEW_CLASSNAME,
14440
+ "k-selectable"
14441
+ ),
14442
+ flexWrap: "wrap",
14443
+ ...other,
14444
+ children
14445
+ }
14446
+ );
14447
+ };
14448
+ FileManagerListView.states = states131;
14449
+ FileManagerListView.options = options122;
14450
+ FileManagerListView.className = FILEMANAGERLISTVIEW_CLASSNAME;
14451
+ FileManagerListView.defaultProps = defaultProps121;
14452
+
14453
+ // src/filemanager/filemanager-treeview.spec.tsx
14454
+ import { jsx as jsx381 } from "react/jsx-runtime";
14455
+ var FILEMANAGERTREEVIEW_CLASSNAME = `k-filemanager-treeview`;
14456
+ var states132 = [];
14457
+ var options123 = {};
14458
+ var defaultProps122 = {};
14459
+ var FileManagerTreeview = (props) => {
14460
+ const {
14461
+ children,
14462
+ ...other
14463
+ } = props;
14464
+ return /* @__PURE__ */ jsx381(
14465
+ Treeview,
14466
+ {
14467
+ className: classNames(
14468
+ props.className,
14469
+ FILEMANAGERTREEVIEW_CLASSNAME
14470
+ ),
14471
+ ...other,
14472
+ children
14473
+ }
14474
+ );
14475
+ };
14476
+ FileManagerTreeview.states = states132;
14477
+ FileManagerTreeview.options = options123;
14478
+ FileManagerTreeview.className = FILEMANAGERTREEVIEW_CLASSNAME;
14479
+ FileManagerTreeview.defaultProps = defaultProps122;
14480
+
14481
+ // src/filemanager/filemanager-drag-hint.tsx
14482
+ import { jsx as jsx382, jsxs as jsxs150 } from "react/jsx-runtime";
14483
+ var FILEMANAGERDRAGHINT_CLASSNAME = "k-filemanager-drag-hint";
14484
+ var states133 = [];
14485
+ var options124 = {};
14486
+ var defaultProps123 = {
14487
+ icon: "file"
14488
+ };
14489
+ var FileManagerDragHint = (props) => {
14490
+ const {
14491
+ hint,
14492
+ icon = defaultProps123.icon,
14493
+ ...other
14494
+ } = props;
14495
+ return /* @__PURE__ */ jsxs150(
14496
+ "div",
14497
+ {
14498
+ className: classNames(
14499
+ props.className,
14500
+ FILEMANAGERDRAGHINT_CLASSNAME,
14501
+ "k-drag-clue"
14502
+ ),
14503
+ ...other,
14504
+ children: [
14505
+ /* @__PURE__ */ jsx382(Icon, { icon }),
14506
+ /* @__PURE__ */ jsx382("span", { children: hint })
14507
+ ]
14508
+ }
14509
+ );
14510
+ };
14511
+ FileManagerDragHint.states = states133;
14512
+ FileManagerDragHint.options = options124;
14513
+ FileManagerDragHint.className = FILEMANAGERDRAGHINT_CLASSNAME;
14514
+ FileManagerDragHint.defaultProps = defaultProps123;
14515
+
14516
+ // src/filemanager/file-info.tsx
14517
+ import { Fragment as Fragment107, jsx as jsx383, jsxs as jsxs151 } from "react/jsx-runtime";
14518
+ var FILEINFO_CLASSNAME = "k-file-info";
14519
+ var states134 = [];
14520
+ var options125 = {};
14521
+ var defaultProps124 = {
14522
+ name: "No File Selected",
14523
+ icon: "file"
14524
+ };
14525
+ var FileInfo = (props) => {
14526
+ const {
14527
+ selection,
14528
+ name = defaultProps124.name,
14529
+ icon = defaultProps124.icon,
14530
+ fileType,
14531
+ fileSize,
14532
+ fileDateCreated,
14533
+ fileDateModified
14534
+ } = props;
14535
+ return /* @__PURE__ */ jsxs151("div", { className: classNames(
14536
+ props.className,
14537
+ FILEINFO_CLASSNAME
14538
+ ), children: [
14539
+ /* @__PURE__ */ jsx383(
14540
+ FilePreview,
14541
+ {
14542
+ className: classNames(
14543
+ {
14544
+ ["k-single-file-selected"]: selection === "single",
14545
+ ["k-multiple-files-selected"]: selection === "multiple",
14546
+ ["k-no-file-selected"]: selection === "none"
14547
+ }
14548
+ ),
14549
+ icon: selection === "none" ? "none" : icon,
14550
+ name,
14551
+ size: "xxxlarge"
14552
+ }
14553
+ ),
14554
+ selection === "single" && /* @__PURE__ */ jsx383(Fragment107, { children: /* @__PURE__ */ jsxs151("dl", { className: "k-file-meta", children: [
14555
+ fileType && /* @__PURE__ */ jsxs151(Fragment107, { children: [
14556
+ /* @__PURE__ */ jsx383("dt", { className: "k-file-meta-label", children: "Type: " }),
14557
+ /* @__PURE__ */ jsx383("dd", { className: "k-file-meta-value k-file-type", children: fileType }),
14558
+ /* @__PURE__ */ jsx383("dd", { className: "k-line-break" })
14559
+ ] }),
14560
+ fileSize && /* @__PURE__ */ jsxs151(Fragment107, { children: [
14561
+ /* @__PURE__ */ jsx383("dt", { className: "k-file-meta-label", children: "Size: " }),
14562
+ /* @__PURE__ */ jsx383("dd", { className: "k-file-meta-value k-file-size", children: fileSize }),
14563
+ /* @__PURE__ */ jsx383("dd", { className: "k-line-break" })
14564
+ ] }),
14565
+ fileDateCreated && /* @__PURE__ */ jsxs151(Fragment107, { children: [
14566
+ /* @__PURE__ */ jsx383("dt", { className: "k-file-meta-label", children: "Date Created: " }),
14567
+ /* @__PURE__ */ jsx383("dd", { className: "k-file-meta-value k-file-created", children: fileDateCreated }),
14568
+ /* @__PURE__ */ jsx383("dd", { className: "k-line-break" })
14569
+ ] }),
14570
+ fileDateModified && /* @__PURE__ */ jsxs151(Fragment107, { children: [
14571
+ /* @__PURE__ */ jsx383("dt", { className: "k-file-meta-label", children: "Date Modified: " }),
14572
+ /* @__PURE__ */ jsx383("dd", { className: "k-file-meta-value k-file-modified", children: fileDateModified }),
14573
+ /* @__PURE__ */ jsx383("dd", { className: "k-line-break" })
14574
+ ] })
14575
+ ] }) })
14576
+ ] });
14577
+ };
14578
+ FileInfo.states = states134;
14579
+ FileInfo.options = options125;
14580
+ FileInfo.className = FILEINFO_CLASSNAME;
14581
+ FileInfo.defaultProps = defaultProps124;
14582
+
14583
+ // src/filemanager/file-preview.tsx
14584
+ import { Fragment as Fragment108, jsx as jsx384, jsxs as jsxs152 } from "react/jsx-runtime";
14585
+ var FILEPREVIEW_CLASSNAME = "k-file-preview";
14586
+ var states135 = [];
14587
+ var options126 = {
14588
+ size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge]
14589
+ };
14590
+ var defaultProps125 = {};
14591
+ var FilePreview = (props) => {
14592
+ const {
14593
+ size,
14594
+ icon,
14595
+ name
14596
+ } = props;
14597
+ return /* @__PURE__ */ jsxs152(Fragment108, { children: [
14598
+ /* @__PURE__ */ jsx384("span", { className: classNames(
14599
+ FILEPREVIEW_CLASSNAME
14600
+ ), children: /* @__PURE__ */ jsx384(
14601
+ Icon,
14602
+ {
14603
+ className: "k-file-icon",
14604
+ icon,
14605
+ size
14606
+ }
14607
+ ) }),
14608
+ /* @__PURE__ */ jsx384("span", { className: classNames(
14609
+ props.className,
14610
+ "k-file-name"
14611
+ ), children: name })
14612
+ ] });
14613
+ };
14614
+ FilePreview.states = states135;
14615
+ FilePreview.options = options126;
14616
+ FilePreview.className = FILEPREVIEW_CLASSNAME;
14617
+ FilePreview.defaultProps = defaultProps125;
14618
+
14619
+ // src/filemanager/templates/filemanager-normal.tsx
14620
+ import { Fragment as Fragment109, jsx as jsx385, jsxs as jsxs153 } from "react/jsx-runtime";
14621
+
14622
+ // src/filemanager/templates/filemanager-preview.tsx
14623
+ import { Fragment as Fragment110, jsx as jsx386, jsxs as jsxs154 } from "react/jsx-runtime";
14624
+
14625
+ // src/filemanager/templates/filemanager-grid.tsx
14626
+ import { Fragment as Fragment111, jsx as jsx387, jsxs as jsxs155 } from "react/jsx-runtime";
14627
+
14628
+ // src/filemanager/templates/filemanager-grid-preview.tsx
14629
+ import { Fragment as Fragment112, jsx as jsx388, jsxs as jsxs156 } from "react/jsx-runtime";
14144
14630
 
14145
14631
  // src/chat/chat.spec.tsx
14146
- import { Fragment as Fragment104, jsx as jsx372, jsxs as jsxs146 } from "react/jsx-runtime";
14632
+ import { Fragment as Fragment113, jsx as jsx389, jsxs as jsxs157 } from "react/jsx-runtime";
14147
14633
  var CHAT_CLASSNAME = "k-chat";
14148
- var states126 = [];
14149
- var options115 = {};
14634
+ var states136 = [];
14635
+ var options127 = {};
14150
14636
  var defaultOptions = {
14151
14637
  showToolbar: true,
14152
14638
  showMessageBox: true,
@@ -14160,7 +14646,7 @@ var Chat = (props) => {
14160
14646
  showMoreButton,
14161
14647
  ...other
14162
14648
  } = props;
14163
- return /* @__PURE__ */ jsxs146(
14649
+ return /* @__PURE__ */ jsxs157(
14164
14650
  "div",
14165
14651
  {
14166
14652
  ...other,
@@ -14170,63 +14656,63 @@ var Chat = (props) => {
14170
14656
  ),
14171
14657
  dir,
14172
14658
  children: [
14173
- /* @__PURE__ */ jsx372("div", { className: "k-message-list k-avatars", children: /* @__PURE__ */ jsx372("div", { className: "k-message-list-content", children: props.children }) }),
14174
- showMessageBox && /* @__PURE__ */ jsx372(
14659
+ /* @__PURE__ */ jsx389("div", { className: "k-message-list k-avatars", children: /* @__PURE__ */ jsx389("div", { className: "k-message-list-content", children: props.children }) }),
14660
+ showMessageBox && /* @__PURE__ */ jsx389(
14175
14661
  Textbox,
14176
14662
  {
14177
14663
  className: "k-message-box",
14178
14664
  placeholder: "Type a message...",
14179
- suffix: /* @__PURE__ */ jsxs146(Fragment104, { children: [
14180
- showMoreButton && /* @__PURE__ */ jsx372(Button, { fillMode: "flat", icon: "more-horizontal" }),
14181
- /* @__PURE__ */ jsx372(Button, { fillMode: "flat", icon: "paper-plane", className: "k-chat-send" })
14665
+ suffix: /* @__PURE__ */ jsxs157(Fragment113, { children: [
14666
+ showMoreButton && /* @__PURE__ */ jsx389(Button, { fillMode: "flat", icon: "more-horizontal" }),
14667
+ /* @__PURE__ */ jsx389(Button, { fillMode: "flat", icon: "paper-plane", className: "k-chat-send" })
14182
14668
  ] })
14183
14669
  }
14184
14670
  ),
14185
- showToolbar && /* @__PURE__ */ jsxs146("div", { className: "k-chat-toolbar k-toolbar", children: [
14186
- /* @__PURE__ */ jsx372(Button, { className: classNames("k-scroll-button", "k-scroll-button-left", dir === "rtl" ? "" : "k-hidden"), icon: "chevron-left" }),
14187
- /* @__PURE__ */ jsxs146("div", { className: "k-toolbar-group k-button-list", children: [
14188
- /* @__PURE__ */ jsx372(Button, { icon: "arrow-rotate-cw" }),
14189
- /* @__PURE__ */ jsx372(Button, { icon: "gear" }),
14190
- /* @__PURE__ */ jsx372(Button, { icon: "wrench" }),
14191
- /* @__PURE__ */ jsx372(Button, { icon: "plus" }),
14192
- /* @__PURE__ */ jsx372(Button, { icon: "search" }),
14193
- /* @__PURE__ */ jsx372(Button, { icon: "star" }),
14194
- /* @__PURE__ */ jsx372(Button, { icon: "bell" }),
14195
- /* @__PURE__ */ jsx372(Button, { icon: "question-circle" }),
14196
- /* @__PURE__ */ jsx372(Button, { icon: "trash" })
14671
+ showToolbar && /* @__PURE__ */ jsxs157("div", { className: "k-chat-toolbar k-toolbar", children: [
14672
+ /* @__PURE__ */ jsx389(Button, { className: classNames("k-scroll-button", "k-scroll-button-left", dir === "rtl" ? "" : "k-hidden"), icon: "chevron-left" }),
14673
+ /* @__PURE__ */ jsxs157("div", { className: "k-toolbar-group k-button-list", children: [
14674
+ /* @__PURE__ */ jsx389(Button, { icon: "arrow-rotate-cw" }),
14675
+ /* @__PURE__ */ jsx389(Button, { icon: "gear" }),
14676
+ /* @__PURE__ */ jsx389(Button, { icon: "wrench" }),
14677
+ /* @__PURE__ */ jsx389(Button, { icon: "plus" }),
14678
+ /* @__PURE__ */ jsx389(Button, { icon: "search" }),
14679
+ /* @__PURE__ */ jsx389(Button, { icon: "star" }),
14680
+ /* @__PURE__ */ jsx389(Button, { icon: "bell" }),
14681
+ /* @__PURE__ */ jsx389(Button, { icon: "question-circle" }),
14682
+ /* @__PURE__ */ jsx389(Button, { icon: "trash" })
14197
14683
  ] }),
14198
- /* @__PURE__ */ jsx372(Button, { className: classNames("k-scroll-button", "k-scroll-button-right", dir === "rtl" && "k-hidden"), icon: "chevron-right" })
14684
+ /* @__PURE__ */ jsx389(Button, { className: classNames("k-scroll-button", "k-scroll-button-right", dir === "rtl" && "k-hidden"), icon: "chevron-right" })
14199
14685
  ] })
14200
14686
  ]
14201
14687
  }
14202
14688
  );
14203
14689
  };
14204
- Chat.states = states126;
14205
- Chat.options = options115;
14690
+ Chat.states = states136;
14691
+ Chat.options = options127;
14206
14692
  Chat.className = CHAT_CLASSNAME;
14207
14693
  Chat.defaultOptions = defaultOptions;
14208
14694
 
14209
14695
  // src/chat/chat-message.tsx
14210
- import { jsx as jsx373, jsxs as jsxs147 } from "react/jsx-runtime";
14696
+ import { jsx as jsx390, jsxs as jsxs158 } from "react/jsx-runtime";
14211
14697
  var CHATMESSAGE_CLASSNAME = "k-message";
14212
- var states127 = [
14698
+ var states137 = [
14213
14699
  States.selected
14214
14700
  ];
14215
- var options116 = {};
14216
- var defaultProps115 = {
14701
+ var options128 = {};
14702
+ var defaultProps126 = {
14217
14703
  time: "Thu Feb 08 2018",
14218
14704
  text: "How can I help you?",
14219
14705
  status: "Seen"
14220
14706
  };
14221
14707
  var ChatMessage = (props) => {
14222
14708
  const {
14223
- time = defaultProps115.time,
14224
- text = defaultProps115.text,
14225
- status = defaultProps115.status,
14709
+ time = defaultProps126.time,
14710
+ text = defaultProps126.text,
14711
+ status = defaultProps126.status,
14226
14712
  selected,
14227
14713
  ...other
14228
14714
  } = props;
14229
- return /* @__PURE__ */ jsxs147(
14715
+ return /* @__PURE__ */ jsxs158(
14230
14716
  "div",
14231
14717
  {
14232
14718
  ...other,
@@ -14236,39 +14722,39 @@ var ChatMessage = (props) => {
14236
14722
  stateClassNames(CHATMESSAGE_CLASSNAME, { selected })
14237
14723
  ),
14238
14724
  children: [
14239
- /* @__PURE__ */ jsx373("time", { className: "k-message-time", children: time }),
14240
- /* @__PURE__ */ jsx373("div", { className: "k-chat-bubble", children: text }),
14241
- /* @__PURE__ */ jsx373("span", { className: "k-message-status", children: status })
14725
+ /* @__PURE__ */ jsx390("time", { className: "k-message-time", children: time }),
14726
+ /* @__PURE__ */ jsx390("div", { className: "k-chat-bubble", children: text }),
14727
+ /* @__PURE__ */ jsx390("span", { className: "k-message-status", children: status })
14242
14728
  ]
14243
14729
  }
14244
14730
  );
14245
14731
  };
14246
- ChatMessage.states = states127;
14247
- ChatMessage.options = options116;
14732
+ ChatMessage.states = states137;
14733
+ ChatMessage.options = options128;
14248
14734
  ChatMessage.className = CHATMESSAGE_CLASSNAME;
14249
- ChatMessage.defaultProps = defaultProps115;
14735
+ ChatMessage.defaultProps = defaultProps126;
14250
14736
 
14251
14737
  // src/chat/chat-message-group.tsx
14252
- import { jsx as jsx374, jsxs as jsxs148 } from "react/jsx-runtime";
14738
+ import { jsx as jsx391, jsxs as jsxs159 } from "react/jsx-runtime";
14253
14739
  var CHATMESSAGEGROUP_CLASSNAME = "k-message-group";
14254
- var states128 = [
14740
+ var states138 = [
14255
14741
  States.selected
14256
14742
  ];
14257
- var options117 = {};
14258
- var defaultProps116 = {
14743
+ var options129 = {};
14744
+ var defaultProps127 = {
14259
14745
  author: "Bruv",
14260
14746
  avatar: "/packages/html/assets/avatar.jpg",
14261
14747
  alt: false
14262
14748
  };
14263
14749
  var ChatMessageGroup = (props) => {
14264
14750
  const {
14265
- alt = defaultProps116.alt,
14266
- author = defaultProps116.author,
14267
- avatar = defaultProps116.avatar,
14751
+ alt = defaultProps127.alt,
14752
+ author = defaultProps127.author,
14753
+ avatar = defaultProps127.avatar,
14268
14754
  selected,
14269
14755
  ...other
14270
14756
  } = props;
14271
- return /* @__PURE__ */ jsxs148(
14757
+ return /* @__PURE__ */ jsxs159(
14272
14758
  "div",
14273
14759
  {
14274
14760
  ...other,
@@ -14282,23 +14768,23 @@ var ChatMessageGroup = (props) => {
14282
14768
  }
14283
14769
  ),
14284
14770
  children: [
14285
- author && /* @__PURE__ */ jsx374("p", { className: "k-author", children: author }),
14286
- avatar && /* @__PURE__ */ jsx374(Avatar, { type: "image", children: /* @__PURE__ */ jsx374("img", { src: avatar }) }),
14771
+ author && /* @__PURE__ */ jsx391("p", { className: "k-author", children: author }),
14772
+ avatar && /* @__PURE__ */ jsx391(Avatar, { type: "image", children: /* @__PURE__ */ jsx391("img", { src: avatar }) }),
14287
14773
  props.children
14288
14774
  ]
14289
14775
  }
14290
14776
  );
14291
14777
  };
14292
- ChatMessageGroup.states = states128;
14293
- ChatMessageGroup.options = options117;
14778
+ ChatMessageGroup.states = states138;
14779
+ ChatMessageGroup.options = options129;
14294
14780
  ChatMessageGroup.className = CHATMESSAGEGROUP_CLASSNAME;
14295
- ChatMessageGroup.defaultProps = defaultProps116;
14781
+ ChatMessageGroup.defaultProps = defaultProps127;
14296
14782
 
14297
14783
  // src/chat/chat-quick-replies.tsx
14298
- import { jsx as jsx375 } from "react/jsx-runtime";
14784
+ import { jsx as jsx392 } from "react/jsx-runtime";
14299
14785
  var CHATQUICKREPLY_CLASSNAME = "k-quick-replies";
14300
- var states129 = [];
14301
- var options118 = {};
14786
+ var states139 = [];
14787
+ var options130 = {};
14302
14788
  var defaultOptions2 = {
14303
14789
  actions: ["Quick", "Reply", "Another quick", "Reply with different length"]
14304
14790
  };
@@ -14311,11 +14797,11 @@ var ChatQuickReply = (props) => {
14311
14797
  if (actions) {
14312
14798
  actions.map((action, index) => {
14313
14799
  children.push(
14314
- /* @__PURE__ */ jsx375("span", { className: "k-quick-reply", children: action }, index)
14800
+ /* @__PURE__ */ jsx392("span", { className: "k-quick-reply", children: action }, index)
14315
14801
  );
14316
14802
  });
14317
14803
  }
14318
- return /* @__PURE__ */ jsx375(
14804
+ return /* @__PURE__ */ jsx392(
14319
14805
  "div",
14320
14806
  {
14321
14807
  ...other,
@@ -14327,26 +14813,26 @@ var ChatQuickReply = (props) => {
14327
14813
  }
14328
14814
  );
14329
14815
  };
14330
- ChatQuickReply.states = states129;
14331
- ChatQuickReply.options = options118;
14816
+ ChatQuickReply.states = states139;
14817
+ ChatQuickReply.options = options130;
14332
14818
  ChatQuickReply.className = CHATQUICKREPLY_CLASSNAME;
14333
14819
  ChatQuickReply.defaultOptions = defaultOptions2;
14334
14820
 
14335
14821
  // src/chat/templates/chat-normal.tsx
14336
- import { Fragment as Fragment105, jsx as jsx376, jsxs as jsxs149 } from "react/jsx-runtime";
14822
+ import { Fragment as Fragment114, jsx as jsx393, jsxs as jsxs160 } from "react/jsx-runtime";
14337
14823
 
14338
14824
  // src/chat/templates/chat-with-toolbar.tsx
14339
- import { Fragment as Fragment106, jsx as jsx377, jsxs as jsxs150 } from "react/jsx-runtime";
14825
+ import { Fragment as Fragment115, jsx as jsx394, jsxs as jsxs161 } from "react/jsx-runtime";
14340
14826
 
14341
14827
  // src/chat/templates/chat-with-options.tsx
14342
- import { Fragment as Fragment107, jsx as jsx378, jsxs as jsxs151 } from "react/jsx-runtime";
14828
+ import { Fragment as Fragment116, jsx as jsx395, jsxs as jsxs162 } from "react/jsx-runtime";
14343
14829
 
14344
14830
  // src/timeline/timeline.spec.tsx
14345
- import { Fragment as Fragment108, jsx as jsx379 } from "react/jsx-runtime";
14831
+ import { Fragment as Fragment117, jsx as jsx396 } from "react/jsx-runtime";
14346
14832
  var TIMELINE_CLASSNAME = `k-timeline`;
14347
- var states130 = [];
14348
- var options119 = {};
14349
- var defaultProps117 = {
14833
+ var states140 = [];
14834
+ var options131 = {};
14835
+ var defaultProps128 = {
14350
14836
  orientation: "vertical"
14351
14837
  };
14352
14838
  var Timeline = (props) => {
@@ -14356,7 +14842,7 @@ var Timeline = (props) => {
14356
14842
  alternatingMode,
14357
14843
  ...other
14358
14844
  } = props;
14359
- return /* @__PURE__ */ jsx379(
14845
+ return /* @__PURE__ */ jsx396(
14360
14846
  "div",
14361
14847
  {
14362
14848
  ...other,
@@ -14369,21 +14855,21 @@ var Timeline = (props) => {
14369
14855
  [`${TIMELINE_CLASSNAME}-collapsible`]: collapsibleEvents
14370
14856
  }
14371
14857
  ),
14372
- children: /* @__PURE__ */ jsx379(Fragment108, { children: props.children })
14858
+ children: /* @__PURE__ */ jsx396(Fragment117, { children: props.children })
14373
14859
  }
14374
14860
  );
14375
14861
  };
14376
- Timeline.states = states130;
14377
- Timeline.options = options119;
14862
+ Timeline.states = states140;
14863
+ Timeline.options = options131;
14378
14864
  Timeline.className = TIMELINE_CLASSNAME;
14379
- Timeline.defaultProps = defaultProps117;
14865
+ Timeline.defaultProps = defaultProps128;
14380
14866
 
14381
14867
  // src/timeline/vertical-timeline-event.spec.tsx
14382
- import { jsx as jsx380, jsxs as jsxs152 } from "react/jsx-runtime";
14868
+ import { jsx as jsx397, jsxs as jsxs163 } from "react/jsx-runtime";
14383
14869
  var TIMELINEVERTICALEVENT_CLASSNAME = `k-timeline-event`;
14384
- var states131 = [];
14385
- var options120 = {};
14386
- var defaultProps118 = {
14870
+ var states141 = [];
14871
+ var options132 = {};
14872
+ var defaultProps129 = {
14387
14873
  collapsed: false,
14388
14874
  reverse: false,
14389
14875
  title: "Event title",
@@ -14393,15 +14879,15 @@ var defaultProps118 = {
14393
14879
  var VerticalTimelineEvent = (props) => {
14394
14880
  const {
14395
14881
  date,
14396
- content = defaultProps118.content,
14397
- collapsed = defaultProps118.collapsed,
14398
- reverse = defaultProps118.reverse,
14399
- title = defaultProps118.title,
14400
- subtitle = defaultProps118.subtitle,
14882
+ content = defaultProps129.content,
14883
+ collapsed = defaultProps129.collapsed,
14884
+ reverse = defaultProps129.reverse,
14885
+ title = defaultProps129.title,
14886
+ subtitle = defaultProps129.subtitle,
14401
14887
  showCollapseButton,
14402
14888
  ...other
14403
14889
  } = props;
14404
- return /* @__PURE__ */ jsxs152(
14890
+ return /* @__PURE__ */ jsxs163(
14405
14891
  "li",
14406
14892
  {
14407
14893
  ...other,
@@ -14411,43 +14897,43 @@ var VerticalTimelineEvent = (props) => {
14411
14897
  { "k-reverse": reverse }
14412
14898
  ),
14413
14899
  children: [
14414
- date && /* @__PURE__ */ jsx380("div", { className: "k-timeline-date-wrap", children: /* @__PURE__ */ jsx380("span", { className: "k-timeline-date", children: date }) }),
14415
- /* @__PURE__ */ jsx380(TimelineCircle, {}),
14416
- content && /* @__PURE__ */ jsx380("div", { className: classNames("k-timeline-card", { "k-collapsed": collapsed }), children: /* @__PURE__ */ jsx380(TimelineCard, { ...reverse ? { callout: "right" } : { callout: "left" }, children: /* @__PURE__ */ jsxs152("div", { className: "k-card-inner", children: [
14417
- /* @__PURE__ */ jsxs152(CardHeader, { children: [
14418
- /* @__PURE__ */ jsx380(TimelineCardTitle, { collapsible: showCollapseButton, children: title }),
14419
- /* @__PURE__ */ jsx380(CardSubtitle, { children: subtitle })
14900
+ date && /* @__PURE__ */ jsx397("div", { className: "k-timeline-date-wrap", children: /* @__PURE__ */ jsx397("span", { className: "k-timeline-date", children: date }) }),
14901
+ /* @__PURE__ */ jsx397(TimelineCircle, {}),
14902
+ content && /* @__PURE__ */ jsx397("div", { className: classNames("k-timeline-card", { "k-collapsed": collapsed }), children: /* @__PURE__ */ jsx397(TimelineCard, { ...reverse ? { callout: "right" } : { callout: "left" }, children: /* @__PURE__ */ jsxs163("div", { className: "k-card-inner", children: [
14903
+ /* @__PURE__ */ jsxs163(CardHeader, { children: [
14904
+ /* @__PURE__ */ jsx397(TimelineCardTitle, { collapsible: showCollapseButton, children: title }),
14905
+ /* @__PURE__ */ jsx397(CardSubtitle, { children: subtitle })
14420
14906
  ] }),
14421
- /* @__PURE__ */ jsx380(CardBody, { children: /* @__PURE__ */ jsx380("div", { className: "k-card-description", children: content }) })
14907
+ /* @__PURE__ */ jsx397(CardBody, { children: /* @__PURE__ */ jsx397("div", { className: "k-card-description", children: content }) })
14422
14908
  ] }) }) }),
14423
14909
  props.children
14424
14910
  ]
14425
14911
  }
14426
14912
  );
14427
14913
  };
14428
- VerticalTimelineEvent.states = states131;
14429
- VerticalTimelineEvent.options = options120;
14914
+ VerticalTimelineEvent.states = states141;
14915
+ VerticalTimelineEvent.options = options132;
14430
14916
  VerticalTimelineEvent.className = TIMELINEVERTICALEVENT_CLASSNAME;
14431
- VerticalTimelineEvent.defaultProps = defaultProps118;
14917
+ VerticalTimelineEvent.defaultProps = defaultProps129;
14432
14918
 
14433
14919
  // src/timeline/horizontal-timeline-event.spec.tsx
14434
- import { jsx as jsx381, jsxs as jsxs153 } from "react/jsx-runtime";
14920
+ import { jsx as jsx398, jsxs as jsxs164 } from "react/jsx-runtime";
14435
14921
  var TIMELINEHORIZONTALEVENT_CLASSNAME = `k-timeline-event`;
14436
- var states132 = [];
14437
- var options121 = {};
14438
- var defaultProps119 = {
14922
+ var states142 = [];
14923
+ var options133 = {};
14924
+ var defaultProps130 = {
14439
14925
  title: "Event title",
14440
14926
  subtitle: "Event subtitle",
14441
14927
  content: "Event content"
14442
14928
  };
14443
14929
  var HorizontalTimelineEvent = (props) => {
14444
14930
  const {
14445
- content = defaultProps119.content,
14446
- title = defaultProps119.title,
14447
- subtitle = defaultProps119.subtitle,
14931
+ content = defaultProps130.content,
14932
+ title = defaultProps130.title,
14933
+ subtitle = defaultProps130.subtitle,
14448
14934
  ...other
14449
14935
  } = props;
14450
- return /* @__PURE__ */ jsxs153(
14936
+ return /* @__PURE__ */ jsxs164(
14451
14937
  "li",
14452
14938
  {
14453
14939
  ...other,
@@ -14456,35 +14942,35 @@ var HorizontalTimelineEvent = (props) => {
14456
14942
  TIMELINEHORIZONTALEVENT_CLASSNAME
14457
14943
  ),
14458
14944
  children: [
14459
- content && /* @__PURE__ */ jsx381("div", { className: classNames("k-timeline-card"), children: /* @__PURE__ */ jsx381(TimelineCard, { orientation: "vertical", callout: "top", children: /* @__PURE__ */ jsxs153("div", { className: "k-card-inner", children: [
14460
- /* @__PURE__ */ jsxs153(CardHeader, { children: [
14461
- /* @__PURE__ */ jsx381(TimelineCardTitle, { children: title }),
14462
- /* @__PURE__ */ jsx381(CardSubtitle, { children: subtitle })
14945
+ content && /* @__PURE__ */ jsx398("div", { className: classNames("k-timeline-card"), children: /* @__PURE__ */ jsx398(TimelineCard, { orientation: "vertical", callout: "top", children: /* @__PURE__ */ jsxs164("div", { className: "k-card-inner", children: [
14946
+ /* @__PURE__ */ jsxs164(CardHeader, { children: [
14947
+ /* @__PURE__ */ jsx398(TimelineCardTitle, { children: title }),
14948
+ /* @__PURE__ */ jsx398(CardSubtitle, { children: subtitle })
14463
14949
  ] }),
14464
- /* @__PURE__ */ jsx381(CardBody, { children: /* @__PURE__ */ jsx381("div", { className: "k-card-description", children: content }) })
14950
+ /* @__PURE__ */ jsx398(CardBody, { children: /* @__PURE__ */ jsx398("div", { className: "k-card-description", children: content }) })
14465
14951
  ] }) }) }),
14466
14952
  props.children
14467
14953
  ]
14468
14954
  }
14469
14955
  );
14470
14956
  };
14471
- HorizontalTimelineEvent.states = states132;
14472
- HorizontalTimelineEvent.options = options121;
14957
+ HorizontalTimelineEvent.states = states142;
14958
+ HorizontalTimelineEvent.options = options133;
14473
14959
  HorizontalTimelineEvent.className = TIMELINEHORIZONTALEVENT_CLASSNAME;
14474
- HorizontalTimelineEvent.defaultProps = defaultProps119;
14960
+ HorizontalTimelineEvent.defaultProps = defaultProps130;
14475
14961
 
14476
14962
  // src/timeline/timeline-event-list.spec.tsx
14477
- import { jsx as jsx382 } from "react/jsx-runtime";
14963
+ import { jsx as jsx399 } from "react/jsx-runtime";
14478
14964
 
14479
14965
  // src/timeline/timeline-flag-wrap.spec.tsx
14480
- import { jsx as jsx383, jsxs as jsxs154 } from "react/jsx-runtime";
14966
+ import { jsx as jsx400, jsxs as jsxs165 } from "react/jsx-runtime";
14481
14967
  var TIMELINEFLAGWRAP_CLASSNAME = `k-timeline-flag-wrap`;
14482
- var states133 = [
14968
+ var states143 = [
14483
14969
  States.focus,
14484
14970
  States.selected
14485
14971
  ];
14486
- var options122 = {};
14487
- var defaultProps120 = {
14972
+ var options134 = {};
14973
+ var defaultProps131 = {
14488
14974
  year: "2020"
14489
14975
  };
14490
14976
  var TimelineFlagWrap = (props) => {
@@ -14492,7 +14978,7 @@ var TimelineFlagWrap = (props) => {
14492
14978
  year,
14493
14979
  ...other
14494
14980
  } = props;
14495
- return /* @__PURE__ */ jsxs154(
14981
+ return /* @__PURE__ */ jsxs165(
14496
14982
  "li",
14497
14983
  {
14498
14984
  ...other,
@@ -14501,25 +14987,25 @@ var TimelineFlagWrap = (props) => {
14501
14987
  TIMELINEFLAGWRAP_CLASSNAME
14502
14988
  ),
14503
14989
  children: [
14504
- /* @__PURE__ */ jsx383("span", { className: "k-timeline-flag", children: year }),
14990
+ /* @__PURE__ */ jsx400("span", { className: "k-timeline-flag", children: year }),
14505
14991
  props.children
14506
14992
  ]
14507
14993
  }
14508
14994
  );
14509
14995
  };
14510
- TimelineFlagWrap.states = states133;
14511
- TimelineFlagWrap.options = options122;
14996
+ TimelineFlagWrap.states = states143;
14997
+ TimelineFlagWrap.options = options134;
14512
14998
  TimelineFlagWrap.className = TIMELINEFLAGWRAP_CLASSNAME;
14513
- TimelineFlagWrap.defaultProps = defaultProps120;
14999
+ TimelineFlagWrap.defaultProps = defaultProps131;
14514
15000
 
14515
15001
  // src/timeline/timeline-circle.spec.tsx
14516
- import { jsx as jsx384 } from "react/jsx-runtime";
15002
+ import { jsx as jsx401 } from "react/jsx-runtime";
14517
15003
  var TIMELINECIRCLE_CLASSNAME = `k-timeline-circle`;
14518
15004
  var TimelineCircle = (props) => {
14519
15005
  const {
14520
15006
  ...other
14521
15007
  } = props;
14522
- return /* @__PURE__ */ jsx384(
15008
+ return /* @__PURE__ */ jsx401(
14523
15009
  "span",
14524
15010
  {
14525
15011
  ...other,
@@ -14532,19 +15018,19 @@ var TimelineCircle = (props) => {
14532
15018
  };
14533
15019
 
14534
15020
  // src/timeline/timeline-flag.spec.tsx
14535
- import { jsx as jsx385 } from "react/jsx-runtime";
15021
+ import { jsx as jsx402 } from "react/jsx-runtime";
14536
15022
 
14537
15023
  // src/timeline/timeline-card.spec.tsx
14538
- import { jsx as jsx386, jsxs as jsxs155 } from "react/jsx-runtime";
14539
- var states134 = [];
14540
- var defaultProps121 = {};
15024
+ import { jsx as jsx403, jsxs as jsxs166 } from "react/jsx-runtime";
15025
+ var states144 = [];
15026
+ var defaultProps132 = {};
14541
15027
  var TimelineCard = (props) => {
14542
15028
  const {
14543
15029
  callout,
14544
15030
  children,
14545
15031
  ...other
14546
15032
  } = props;
14547
- return /* @__PURE__ */ jsxs155(
15033
+ return /* @__PURE__ */ jsxs166(
14548
15034
  Card,
14549
15035
  {
14550
15036
  className: classNames(
@@ -14554,27 +15040,27 @@ var TimelineCard = (props) => {
14554
15040
  callout: "true",
14555
15041
  ...other,
14556
15042
  children: [
14557
- callout && /* @__PURE__ */ jsx386(TimelineCardCallout, { callout }),
15043
+ callout && /* @__PURE__ */ jsx403(TimelineCardCallout, { callout }),
14558
15044
  children
14559
15045
  ]
14560
15046
  }
14561
15047
  );
14562
15048
  };
14563
- TimelineCard.states = states134;
14564
- TimelineCard.defaultProps = defaultProps121;
15049
+ TimelineCard.states = states144;
15050
+ TimelineCard.defaultProps = defaultProps132;
14565
15051
 
14566
15052
  // src/timeline/timeline-card-title.tsx
14567
- import { jsx as jsx387, jsxs as jsxs156 } from "react/jsx-runtime";
15053
+ import { jsx as jsx404, jsxs as jsxs167 } from "react/jsx-runtime";
14568
15054
  var TIMELINECARDTITLE_CLASSNAME = `k-card-title`;
14569
- var states135 = [];
14570
- var defaultProps122 = {};
15055
+ var states145 = [];
15056
+ var defaultProps133 = {};
14571
15057
  var TimelineCardTitle = (props) => {
14572
15058
  const {
14573
15059
  collapsible,
14574
15060
  children,
14575
15061
  ...other
14576
15062
  } = props;
14577
- return /* @__PURE__ */ jsxs156(
15063
+ return /* @__PURE__ */ jsxs167(
14578
15064
  "div",
14579
15065
  {
14580
15066
  className: classNames(
@@ -14583,26 +15069,26 @@ var TimelineCardTitle = (props) => {
14583
15069
  ),
14584
15070
  ...other,
14585
15071
  children: [
14586
- /* @__PURE__ */ jsx387("span", { className: "k-event-title", children }),
14587
- collapsible && /* @__PURE__ */ jsx387("span", { className: "k-event-collapse k-button k-button-md k-rounded-md k-button-flat k-button-flat-base k-icon-button", children: /* @__PURE__ */ jsx387(Icon, { icon: "chevron-right", className: "k-button-icon" }) })
15072
+ /* @__PURE__ */ jsx404("span", { className: "k-event-title", children }),
15073
+ collapsible && /* @__PURE__ */ jsx404("span", { className: "k-event-collapse k-button k-button-md k-rounded-md k-button-flat k-button-flat-base k-icon-button", children: /* @__PURE__ */ jsx404(Icon, { icon: "chevron-right", className: "k-button-icon" }) })
14588
15074
  ]
14589
15075
  }
14590
15076
  );
14591
15077
  };
14592
- TimelineCardTitle.states = states135;
15078
+ TimelineCardTitle.states = states145;
14593
15079
  TimelineCardTitle.className = TIMELINECARDTITLE_CLASSNAME;
14594
- TimelineCardTitle.defaultProps = defaultProps122;
15080
+ TimelineCardTitle.defaultProps = defaultProps133;
14595
15081
 
14596
15082
  // src/timeline/timeline-card-callout.tsx
14597
- import { jsx as jsx388 } from "react/jsx-runtime";
15083
+ import { jsx as jsx405 } from "react/jsx-runtime";
14598
15084
  var TIMELINECARDCALLOUT_CLASSNAME = `k-timeline-card-callout`;
14599
- var states136 = [];
14600
- var defaultProps123 = {};
15085
+ var states146 = [];
15086
+ var defaultProps134 = {};
14601
15087
  var TimelineCardCallout = (props) => {
14602
15088
  const {
14603
15089
  ...other
14604
15090
  } = props;
14605
- return /* @__PURE__ */ jsx388(
15091
+ return /* @__PURE__ */ jsx405(
14606
15092
  CardCallout,
14607
15093
  {
14608
15094
  className: classNames(
@@ -14613,24 +15099,24 @@ var TimelineCardCallout = (props) => {
14613
15099
  }
14614
15100
  );
14615
15101
  };
14616
- TimelineCardCallout.states = states136;
15102
+ TimelineCardCallout.states = states146;
14617
15103
  TimelineCardCallout.className = TIMELINECARDCALLOUT_CLASSNAME;
14618
- TimelineCardCallout.defaultProps = defaultProps123;
15104
+ TimelineCardCallout.defaultProps = defaultProps134;
14619
15105
 
14620
15106
  // src/timeline/timeline-date-wrap.spec.tsx
14621
- import { jsx as jsx389 } from "react/jsx-runtime";
15107
+ import { jsx as jsx406 } from "react/jsx-runtime";
14622
15108
  var TIMELINEDATEWRAP_CLASSNAME = `k-timeline-date-wrap`;
14623
- var states137 = [];
14624
- var options123 = {};
14625
- var defaultProps124 = {
15109
+ var states147 = [];
15110
+ var options135 = {};
15111
+ var defaultProps135 = {
14626
15112
  date: "May 25, 2008"
14627
15113
  };
14628
15114
  var TimelineDateWrap = (props) => {
14629
15115
  const {
14630
- date = defaultProps124.date,
15116
+ date = defaultProps135.date,
14631
15117
  ...other
14632
15118
  } = props;
14633
- return /* @__PURE__ */ jsx389(
15119
+ return /* @__PURE__ */ jsx406(
14634
15120
  "div",
14635
15121
  {
14636
15122
  ...other,
@@ -14638,53 +15124,53 @@ var TimelineDateWrap = (props) => {
14638
15124
  props.className,
14639
15125
  TIMELINEDATEWRAP_CLASSNAME
14640
15126
  ),
14641
- children: /* @__PURE__ */ jsx389("span", { className: "k-timeline-date", children: date })
15127
+ children: /* @__PURE__ */ jsx406("span", { className: "k-timeline-date", children: date })
14642
15128
  }
14643
15129
  );
14644
15130
  };
14645
- TimelineDateWrap.states = states137;
14646
- TimelineDateWrap.options = options123;
15131
+ TimelineDateWrap.states = states147;
15132
+ TimelineDateWrap.options = options135;
14647
15133
  TimelineDateWrap.className = TIMELINEDATEWRAP_CLASSNAME;
14648
- TimelineDateWrap.defaultProps = defaultProps124;
15134
+ TimelineDateWrap.defaultProps = defaultProps135;
14649
15135
 
14650
15136
  // src/timeline/timeline-track-wrap.spec.tsx
14651
- import { jsx as jsx390, jsxs as jsxs157 } from "react/jsx-runtime";
15137
+ import { jsx as jsx407, jsxs as jsxs168 } from "react/jsx-runtime";
14652
15138
 
14653
15139
  // src/timeline/timeline-track.spec.tsx
14654
- import { jsx as jsx391 } from "react/jsx-runtime";
15140
+ import { jsx as jsx408 } from "react/jsx-runtime";
14655
15141
 
14656
15142
  // src/timeline/timeline-track-item.spec.tsx
14657
- import { jsxs as jsxs158 } from "react/jsx-runtime";
15143
+ import { jsxs as jsxs169 } from "react/jsx-runtime";
14658
15144
 
14659
15145
  // src/timeline/templates/timeline-normal.tsx
14660
- import { jsx as jsx392, jsxs as jsxs159 } from "react/jsx-runtime";
15146
+ import { jsx as jsx409, jsxs as jsxs170 } from "react/jsx-runtime";
14661
15147
 
14662
15148
  // src/timeline/templates/timeline-normal-collapsible.tsx
14663
- import { jsx as jsx393, jsxs as jsxs160 } from "react/jsx-runtime";
15149
+ import { jsx as jsx410, jsxs as jsxs171 } from "react/jsx-runtime";
14664
15150
 
14665
15151
  // src/timeline/templates/timeline-normal-alternating.tsx
14666
- import { jsx as jsx394, jsxs as jsxs161 } from "react/jsx-runtime";
15152
+ import { jsx as jsx411, jsxs as jsxs172 } from "react/jsx-runtime";
14667
15153
 
14668
15154
  // src/timeline/templates/timeline-horizontal.tsx
14669
- import { Fragment as Fragment109, jsx as jsx395, jsxs as jsxs162 } from "react/jsx-runtime";
15155
+ import { Fragment as Fragment118, jsx as jsx412, jsxs as jsxs173 } from "react/jsx-runtime";
14670
15156
 
14671
15157
  // src/pdf-viewer/pdf-viewer.spec.tsx
14672
- import { Fragment as Fragment110, jsx as jsx396, jsxs as jsxs163 } from "react/jsx-runtime";
15158
+ import { Fragment as Fragment119, jsx as jsx413, jsxs as jsxs174 } from "react/jsx-runtime";
14673
15159
  var PDFVIEWER_CLASSNAME = `k-pdf-viewer`;
14674
- var states138 = [
15160
+ var states148 = [
14675
15161
  States.disabled
14676
15162
  ];
14677
- var options124 = {};
14678
- var defaultToolbar = /* @__PURE__ */ jsx396(Fragment110, { children: /* @__PURE__ */ jsxs163(Toolbar, { resizable: true, children: [
14679
- /* @__PURE__ */ jsx396(Pager, { type: "input", pageSizes: false, refresh: false, info: false }),
14680
- /* @__PURE__ */ jsx396("span", { className: "k-spacer" }),
14681
- /* @__PURE__ */ jsx396(Button, { fillMode: "flat", icon: "search" }),
14682
- /* @__PURE__ */ jsx396(Button, { fillMode: "flat", icon: "file-pdf" }),
14683
- /* @__PURE__ */ jsx396(Button, { fillMode: "flat", icon: "print" }),
14684
- /* @__PURE__ */ jsx396(Button, { fillMode: "flat", icon: "fullscreen" })
15163
+ var options136 = {};
15164
+ var defaultToolbar2 = /* @__PURE__ */ jsx413(Fragment119, { children: /* @__PURE__ */ jsxs174(Toolbar, { resizable: true, children: [
15165
+ /* @__PURE__ */ jsx413(Pager, { type: "input", pageSizes: false, refresh: false, info: false }),
15166
+ /* @__PURE__ */ jsx413("span", { className: "k-spacer" }),
15167
+ /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "search" }),
15168
+ /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "file-pdf" }),
15169
+ /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "print" }),
15170
+ /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "fullscreen" })
14685
15171
  ] }) });
14686
- var defaultProps125 = {
14687
- toolbar: defaultToolbar,
15172
+ var defaultProps136 = {
15173
+ toolbar: defaultToolbar2,
14688
15174
  showSearchPanel: false,
14689
15175
  blank: false
14690
15176
  };
@@ -14696,7 +15182,7 @@ var PDFViewer = (props) => {
14696
15182
  blank,
14697
15183
  ...other
14698
15184
  } = props;
14699
- return /* @__PURE__ */ jsxs163(
15185
+ return /* @__PURE__ */ jsxs174(
14700
15186
  "div",
14701
15187
  {
14702
15188
  ...other,
@@ -14707,42 +15193,42 @@ var PDFViewer = (props) => {
14707
15193
  ),
14708
15194
  children: [
14709
15195
  toolbar,
14710
- /* @__PURE__ */ jsxs163("div", { className: "k-canvas k-pdf-viewer-canvas k-pos-relative k-overflow-auto k-enable-text-select", children: [
14711
- showSearchPanel && /* @__PURE__ */ jsxs163("div", { className: "k-search-panel k-pos-sticky k-top-center", children: [
14712
- /* @__PURE__ */ jsx396(Button, { fillMode: "flat", icon: "handle-drag", className: "k-search-dialog-draghandle" }),
14713
- /* @__PURE__ */ jsx396(
15196
+ /* @__PURE__ */ jsxs174("div", { className: "k-canvas k-pdf-viewer-canvas k-pos-relative k-overflow-auto k-enable-text-select", children: [
15197
+ showSearchPanel && /* @__PURE__ */ jsxs174("div", { className: "k-search-panel k-pos-sticky k-top-center", children: [
15198
+ /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "handle-drag", className: "k-search-dialog-draghandle" }),
15199
+ /* @__PURE__ */ jsx413(
14714
15200
  Textbox,
14715
15201
  {
14716
- suffix: /* @__PURE__ */ jsx396(Button, { fillMode: "flat", className: "k-match-case-button", icon: "convert-lowercase" })
15202
+ suffix: /* @__PURE__ */ jsx413(Button, { fillMode: "flat", className: "k-match-case-button", icon: "convert-lowercase" })
14717
15203
  }
14718
15204
  ),
14719
- /* @__PURE__ */ jsxs163("span", { className: "k-search-matches", children: [
14720
- /* @__PURE__ */ jsx396("span", { children: "0" }),
15205
+ /* @__PURE__ */ jsxs174("span", { className: "k-search-matches", children: [
15206
+ /* @__PURE__ */ jsx413("span", { children: "0" }),
14721
15207
  " of ",
14722
- /* @__PURE__ */ jsx396("span", { children: "1" })
15208
+ /* @__PURE__ */ jsx413("span", { children: "1" })
14723
15209
  ] }),
14724
- /* @__PURE__ */ jsx396(Button, { fillMode: "flat", icon: "arrow-up" }),
14725
- /* @__PURE__ */ jsx396(Button, { fillMode: "flat", icon: "arrow-down" }),
14726
- /* @__PURE__ */ jsx396(Button, { fillMode: "flat", icon: "x" })
15210
+ /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "arrow-up" }),
15211
+ /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "arrow-down" }),
15212
+ /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "x" })
14727
15213
  ] }),
14728
- /* @__PURE__ */ jsx396("div", { className: "k-pdf-viewer-pages", children: blank ? /* @__PURE__ */ jsxs163("div", { className: "k-page k-blank-page", children: [
14729
- /* @__PURE__ */ jsx396(DropzoneNormal, {}),
14730
- /* @__PURE__ */ jsx396(UploadNormal, { empty: true, status: "upload" })
15214
+ /* @__PURE__ */ jsx413("div", { className: "k-pdf-viewer-pages", children: blank ? /* @__PURE__ */ jsxs174("div", { className: "k-page k-blank-page", children: [
15215
+ /* @__PURE__ */ jsx413(DropzoneNormal, {}),
15216
+ /* @__PURE__ */ jsx413(UploadNormal, { empty: true, status: "upload" })
14731
15217
  ] }) : props.children })
14732
15218
  ] })
14733
15219
  ]
14734
15220
  }
14735
15221
  );
14736
15222
  };
14737
- PDFViewer.states = states138;
14738
- PDFViewer.options = options124;
15223
+ PDFViewer.states = states148;
15224
+ PDFViewer.options = options136;
14739
15225
  PDFViewer.className = PDFVIEWER_CLASSNAME;
14740
- PDFViewer.defaultProps = defaultProps125;
15226
+ PDFViewer.defaultProps = defaultProps136;
14741
15227
 
14742
15228
  // src/pdf-viewer/pdf-viewer-page.tsx
14743
- import { jsx as jsx397 } from "react/jsx-runtime";
15229
+ import { jsx as jsx414 } from "react/jsx-runtime";
14744
15230
  var PDFVIEWERPAGE_CLASSNAME = `k-page`;
14745
- var defaultProps126 = {
15231
+ var defaultProps137 = {
14746
15232
  width: "720px",
14747
15233
  height: "360px"
14748
15234
  };
@@ -14752,7 +15238,7 @@ var PDFViewerPage = (props) => {
14752
15238
  height,
14753
15239
  ...other
14754
15240
  } = props;
14755
- return /* @__PURE__ */ jsx397(
15241
+ return /* @__PURE__ */ jsx414(
14756
15242
  "div",
14757
15243
  {
14758
15244
  ...other,
@@ -14765,23 +15251,23 @@ var PDFViewerPage = (props) => {
14765
15251
  );
14766
15252
  };
14767
15253
  PDFViewerPage.className = PDFVIEWERPAGE_CLASSNAME;
14768
- PDFViewerPage.defaultProps = defaultProps126;
15254
+ PDFViewerPage.defaultProps = defaultProps137;
14769
15255
 
14770
15256
  // src/pdf-viewer/templates/pdf-viewer-normal.tsx
14771
- import { Fragment as Fragment111, jsx as jsx398, jsxs as jsxs164 } from "react/jsx-runtime";
15257
+ import { Fragment as Fragment120, jsx as jsx415, jsxs as jsxs175 } from "react/jsx-runtime";
14772
15258
 
14773
15259
  // src/pdf-viewer/templates/pdf-viewer-blank.tsx
14774
- import { jsx as jsx399 } from "react/jsx-runtime";
15260
+ import { jsx as jsx416 } from "react/jsx-runtime";
14775
15261
 
14776
15262
  // src/pdf-viewer/templates/pdf-viewer-with-search-panel.tsx
14777
- import { Fragment as Fragment112, jsx as jsx400, jsxs as jsxs165 } from "react/jsx-runtime";
15263
+ import { Fragment as Fragment121, jsx as jsx417, jsxs as jsxs176 } from "react/jsx-runtime";
14778
15264
 
14779
15265
  // src/scrollview/scrollview-spec.tsx
14780
- import { Fragment as Fragment113, jsx as jsx401, jsxs as jsxs166 } from "react/jsx-runtime";
15266
+ import { Fragment as Fragment122, jsx as jsx418, jsxs as jsxs177 } from "react/jsx-runtime";
14781
15267
  var SCROLLVIEW_CLASSNAME = "k-scrollview";
14782
- var states139 = [];
14783
- var options125 = {};
14784
- var defaultProps127 = {
15268
+ var states149 = [];
15269
+ var options137 = {};
15270
+ var defaultProps138 = {
14785
15271
  mode: "normal",
14786
15272
  views: 9,
14787
15273
  animate: true,
@@ -14791,12 +15277,12 @@ var defaultProps127 = {
14791
15277
  };
14792
15278
  var ScrollView = (props) => {
14793
15279
  const {
14794
- mode = defaultProps127.mode,
14795
- views = defaultProps127.views,
14796
- animate = defaultProps127.animate,
14797
- arrows = defaultProps127.arrows,
14798
- pager = defaultProps127.pager,
14799
- rtl = defaultProps127.rtl,
15280
+ mode = defaultProps138.mode,
15281
+ views = defaultProps138.views,
15282
+ animate = defaultProps138.animate,
15283
+ arrows = defaultProps138.arrows,
15284
+ pager = defaultProps138.pager,
15285
+ rtl = defaultProps138.rtl,
14800
15286
  ...other
14801
15287
  } = props;
14802
15288
  const scrollviewViews = [];
@@ -14804,10 +15290,10 @@ var ScrollView = (props) => {
14804
15290
  const iconNext = rtl ? "chevron-left" : "chevron-right";
14805
15291
  for (let i = 0; i < views; i++) {
14806
15292
  scrollviewViews.push(
14807
- /* @__PURE__ */ jsx401("div", { className: "k-scrollview-view" }, i)
15293
+ /* @__PURE__ */ jsx418("div", { className: "k-scrollview-view" }, i)
14808
15294
  );
14809
15295
  }
14810
- return /* @__PURE__ */ jsxs166(
15296
+ return /* @__PURE__ */ jsxs177(
14811
15297
  "div",
14812
15298
  {
14813
15299
  ...other,
@@ -14820,44 +15306,44 @@ var ScrollView = (props) => {
14820
15306
  }
14821
15307
  ),
14822
15308
  children: [
14823
- /* @__PURE__ */ jsx401("div", { className: classNames(
15309
+ /* @__PURE__ */ jsx418("div", { className: classNames(
14824
15310
  "k-scrollview-wrap",
14825
15311
  {
14826
15312
  ["k-scrollview-animate"]: animate
14827
15313
  }
14828
15314
  ), style: { "--kendo-scrollview-views": views, "--kendo-scrollview-current": 5 }, children: scrollviewViews }),
14829
- /* @__PURE__ */ jsxs166("div", { className: "k-scrollview-elements", children: [
14830
- arrows && /* @__PURE__ */ jsxs166(Fragment113, { children: [
14831
- /* @__PURE__ */ jsx401("span", { className: "k-scrollview-prev", children: /* @__PURE__ */ jsx401(Icon, { icon: iconPrev, size: "xxxlarge" }) }),
14832
- /* @__PURE__ */ jsx401("span", { className: "k-scrollview-next", children: /* @__PURE__ */ jsx401(Icon, { icon: iconNext, size: "xxxlarge" }) })
15315
+ /* @__PURE__ */ jsxs177("div", { className: "k-scrollview-elements", children: [
15316
+ arrows && /* @__PURE__ */ jsxs177(Fragment122, { children: [
15317
+ /* @__PURE__ */ jsx418("span", { className: "k-scrollview-prev", children: /* @__PURE__ */ jsx418(Icon, { icon: iconPrev, size: "xxxlarge" }) }),
15318
+ /* @__PURE__ */ jsx418("span", { className: "k-scrollview-next", children: /* @__PURE__ */ jsx418(Icon, { icon: iconNext, size: "xxxlarge" }) })
14833
15319
  ] }),
14834
- pager && /* @__PURE__ */ jsx401("div", { className: "k-scrollview-nav-wrap", children: /* @__PURE__ */ jsxs166("div", { className: "k-scrollview-nav", children: [
14835
- mode === "light" && /* @__PURE__ */ jsxs166(Fragment113, { children: [
14836
- /* @__PURE__ */ jsx401("span", { className: "k-link" }),
14837
- /* @__PURE__ */ jsx401("span", { className: "k-link k-primary" }),
14838
- /* @__PURE__ */ jsx401("span", { className: "k-link k-primary k-focus" }),
14839
- /* @__PURE__ */ jsx401("span", { className: "k-link k-focus" }),
14840
- /* @__PURE__ */ jsx401("span", { className: "k-link" })
15320
+ pager && /* @__PURE__ */ jsx418("div", { className: "k-scrollview-nav-wrap", children: /* @__PURE__ */ jsxs177("div", { className: "k-scrollview-nav", children: [
15321
+ mode === "light" && /* @__PURE__ */ jsxs177(Fragment122, { children: [
15322
+ /* @__PURE__ */ jsx418("span", { className: "k-link" }),
15323
+ /* @__PURE__ */ jsx418("span", { className: "k-link k-primary" }),
15324
+ /* @__PURE__ */ jsx418("span", { className: "k-link k-primary k-focus" }),
15325
+ /* @__PURE__ */ jsx418("span", { className: "k-link k-focus" }),
15326
+ /* @__PURE__ */ jsx418("span", { className: "k-link" })
14841
15327
  ] }),
14842
- mode === "normal" && /* @__PURE__ */ jsxs166(Fragment113, { children: [
14843
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
14844
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
14845
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
14846
- /* @__PURE__ */ jsx401("span", { className: "k-link" }),
14847
- /* @__PURE__ */ jsx401("span", { className: "k-link k-primary" }),
14848
- /* @__PURE__ */ jsx401("span", { className: "k-link" }),
14849
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
14850
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
14851
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.5)" } })
15328
+ mode === "normal" && /* @__PURE__ */ jsxs177(Fragment122, { children: [
15329
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
15330
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15331
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
15332
+ /* @__PURE__ */ jsx418("span", { className: "k-link" }),
15333
+ /* @__PURE__ */ jsx418("span", { className: "k-link k-primary" }),
15334
+ /* @__PURE__ */ jsx418("span", { className: "k-link" }),
15335
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
15336
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15337
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.5)" } })
14852
15338
  ] }),
14853
- mode === "dark" && /* @__PURE__ */ jsxs166(Fragment113, { children: [
14854
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
14855
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
14856
- /* @__PURE__ */ jsx401("span", { className: "k-link" }),
14857
- /* @__PURE__ */ jsx401("span", { className: "k-link k-primary" }),
14858
- /* @__PURE__ */ jsx401("span", { className: "k-link" }),
14859
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
14860
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.5)" } })
15339
+ mode === "dark" && /* @__PURE__ */ jsxs177(Fragment122, { children: [
15340
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
15341
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15342
+ /* @__PURE__ */ jsx418("span", { className: "k-link" }),
15343
+ /* @__PURE__ */ jsx418("span", { className: "k-link k-primary" }),
15344
+ /* @__PURE__ */ jsx418("span", { className: "k-link" }),
15345
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15346
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.5)" } })
14861
15347
  ] })
14862
15348
  ] }) })
14863
15349
  ] })
@@ -14865,83 +15351,83 @@ var ScrollView = (props) => {
14865
15351
  }
14866
15352
  );
14867
15353
  };
14868
- ScrollView.states = states139;
14869
- ScrollView.options = options125;
15354
+ ScrollView.states = states149;
15355
+ ScrollView.options = options137;
14870
15356
  ScrollView.className = SCROLLVIEW_CLASSNAME;
14871
- ScrollView.defaultProps = defaultProps127;
15357
+ ScrollView.defaultProps = defaultProps138;
14872
15358
 
14873
15359
  // src/scrollview/templates/scrollview-normal.tsx
14874
- import { jsx as jsx402 } from "react/jsx-runtime";
15360
+ import { jsx as jsx419 } from "react/jsx-runtime";
14875
15361
 
14876
15362
  // src/prompt/prompt.spec.tsx
14877
- import { Fragment as Fragment114, jsx as jsx403 } from "react/jsx-runtime";
15363
+ import { Fragment as Fragment123, jsx as jsx420 } from "react/jsx-runtime";
14878
15364
  var PROMPT_CLASSNAME = `k-prompt`;
14879
- var states140 = [];
14880
- var options126 = {};
14881
- var defaultProps128 = {};
15365
+ var states150 = [];
15366
+ var options138 = {};
15367
+ var defaultProps139 = {};
14882
15368
  var Prompt = (props) => {
14883
15369
  const {
14884
15370
  ...other
14885
15371
  } = props;
14886
- return /* @__PURE__ */ jsx403("div", { ...other, className: classNames(props.className, PROMPT_CLASSNAME), children: /* @__PURE__ */ jsx403(Fragment114, { children: props.children }) });
15372
+ return /* @__PURE__ */ jsx420("div", { ...other, className: classNames(props.className, PROMPT_CLASSNAME), children: /* @__PURE__ */ jsx420(Fragment123, { children: props.children }) });
14887
15373
  };
14888
- Prompt.states = states140;
14889
- Prompt.options = options126;
15374
+ Prompt.states = states150;
15375
+ Prompt.options = options138;
14890
15376
  Prompt.className = PROMPT_CLASSNAME;
14891
- Prompt.defaultProps = defaultProps128;
15377
+ Prompt.defaultProps = defaultProps139;
14892
15378
 
14893
15379
  // src/prompt/prompt-header.tsx
14894
- import { jsx as jsx404 } from "react/jsx-runtime";
15380
+ import { jsx as jsx421 } from "react/jsx-runtime";
14895
15381
 
14896
15382
  // src/prompt/prompt-content.tsx
14897
- import { Fragment as Fragment115, jsx as jsx405 } from "react/jsx-runtime";
15383
+ import { Fragment as Fragment124, jsx as jsx422 } from "react/jsx-runtime";
14898
15384
 
14899
15385
  // src/prompt/prompt-view.tsx
14900
- import { Fragment as Fragment116, jsx as jsx406, jsxs as jsxs167 } from "react/jsx-runtime";
15386
+ import { Fragment as Fragment125, jsx as jsx423, jsxs as jsxs178 } from "react/jsx-runtime";
14901
15387
 
14902
15388
  // src/prompt/prompt-footer.tsx
14903
- import { jsx as jsx407 } from "react/jsx-runtime";
15389
+ import { jsx as jsx424 } from "react/jsx-runtime";
14904
15390
 
14905
15391
  // src/prompt/prompt-suggestion.tsx
14906
- import { jsx as jsx408 } from "react/jsx-runtime";
15392
+ import { jsx as jsx425 } from "react/jsx-runtime";
14907
15393
 
14908
15394
  // src/prompt/prompt-setting.tsx
14909
- import { jsx as jsx409 } from "react/jsx-runtime";
15395
+ import { jsx as jsx426 } from "react/jsx-runtime";
14910
15396
 
14911
15397
  // src/prompt/templates/prompt-normal.tsx
14912
- import { jsx as jsx410, jsxs as jsxs168 } from "react/jsx-runtime";
15398
+ import { jsx as jsx427, jsxs as jsxs179 } from "react/jsx-runtime";
14913
15399
 
14914
15400
  // src/prompt/templates/prompt-suggestions.tsx
14915
- import { Fragment as Fragment117, jsx as jsx411, jsxs as jsxs169 } from "react/jsx-runtime";
15401
+ import { Fragment as Fragment126, jsx as jsx428, jsxs as jsxs180 } from "react/jsx-runtime";
14916
15402
 
14917
15403
  // src/prompt/templates/prompt-settings.tsx
14918
- import { Fragment as Fragment118, jsx as jsx412, jsxs as jsxs170 } from "react/jsx-runtime";
15404
+ import { Fragment as Fragment127, jsx as jsx429, jsxs as jsxs181 } from "react/jsx-runtime";
14919
15405
 
14920
15406
  // src/prompt/templates/prompt-output.tsx
14921
- import { jsx as jsx413, jsxs as jsxs171 } from "react/jsx-runtime";
15407
+ import { jsx as jsx430, jsxs as jsxs182 } from "react/jsx-runtime";
14922
15408
 
14923
15409
  // src/prompt/templates/prompt-more-actions.tsx
14924
- import { jsx as jsx414, jsxs as jsxs172 } from "react/jsx-runtime";
15410
+ import { jsx as jsx431, jsxs as jsxs183 } from "react/jsx-runtime";
14925
15411
 
14926
15412
  // src/prompt/templates/prompt-popup.tsx
14927
- import { jsx as jsx415, jsxs as jsxs173 } from "react/jsx-runtime";
15413
+ import { jsx as jsx432, jsxs as jsxs184 } from "react/jsx-runtime";
14928
15414
 
14929
15415
  // src/orgchart/orgchart.spec.tsx
14930
- import { jsx as jsx416 } from "react/jsx-runtime";
15416
+ import { jsx as jsx433 } from "react/jsx-runtime";
14931
15417
  var ORGCHART_CLASSNAME = `k-orgchart`;
14932
- var states141 = [];
14933
- var options127 = {};
14934
- var defaultProps129 = {
15418
+ var states151 = [];
15419
+ var options139 = {};
15420
+ var defaultProps140 = {
14935
15421
  width: "100%",
14936
15422
  height: "300px"
14937
15423
  };
14938
15424
  var Orgchart = (props) => {
14939
15425
  const {
14940
- width = defaultProps129.width,
14941
- height = defaultProps129.height,
15426
+ width = defaultProps140.width,
15427
+ height = defaultProps140.height,
14942
15428
  ...other
14943
15429
  } = props;
14944
- return /* @__PURE__ */ jsx416(
15430
+ return /* @__PURE__ */ jsx433(
14945
15431
  "div",
14946
15432
  {
14947
15433
  ...other,
@@ -14949,19 +15435,19 @@ var Orgchart = (props) => {
14949
15435
  props.className,
14950
15436
  ORGCHART_CLASSNAME
14951
15437
  ),
14952
- children: /* @__PURE__ */ jsx416("div", { className: "k-orgchart-container", style: { width, height }, children: props.children })
15438
+ children: /* @__PURE__ */ jsx433("div", { className: "k-orgchart-container", style: { width, height }, children: props.children })
14953
15439
  }
14954
15440
  );
14955
15441
  };
14956
- Orgchart.states = states141;
14957
- Orgchart.options = options127;
15442
+ Orgchart.states = states151;
15443
+ Orgchart.options = options139;
14958
15444
  Orgchart.className = ORGCHART_CLASSNAME;
14959
- Orgchart.defaultProps = defaultProps129;
15445
+ Orgchart.defaultProps = defaultProps140;
14960
15446
 
14961
15447
  // src/orgchart/orgchart-node.tsx
14962
- import { jsx as jsx417, jsxs as jsxs174 } from "react/jsx-runtime";
15448
+ import { jsx as jsx434, jsxs as jsxs185 } from "react/jsx-runtime";
14963
15449
  var ORGCHARTNODE_CLASSNAME = `k-orgchart-node`;
14964
- var defaultProps130 = {
15450
+ var defaultProps141 = {
14965
15451
  buttonIcon: "plus"
14966
15452
  };
14967
15453
  var OrgchartNode = (props) => {
@@ -14973,12 +15459,12 @@ var OrgchartNode = (props) => {
14973
15459
  lineBottom,
14974
15460
  lineTop,
14975
15461
  button,
14976
- buttonIcon: buttonIcon2 = defaultProps130.buttonIcon,
15462
+ buttonIcon: buttonIcon2 = defaultProps141.buttonIcon,
14977
15463
  avatar,
14978
15464
  avatarType,
14979
15465
  ...other
14980
15466
  } = props;
14981
- return /* @__PURE__ */ jsxs174(
15467
+ return /* @__PURE__ */ jsxs185(
14982
15468
  "div",
14983
15469
  {
14984
15470
  ...other,
@@ -14989,35 +15475,35 @@ var OrgchartNode = (props) => {
14989
15475
  "k-align-items-center"
14990
15476
  ),
14991
15477
  children: [
14992
- lineTop && /* @__PURE__ */ jsx417("div", { className: "k-orgchart-line k-orgchart-line-v" }),
14993
- /* @__PURE__ */ jsx417(Card, { className: "k-orgchart-card", children: /* @__PURE__ */ jsxs174(CardBody, { className: "k-hstack", details, style: { borderTopColor: color }, children: [
14994
- /* @__PURE__ */ jsx417(Avatar, { type: avatarType, themeColor: "secondary", children: avatarType === "image" ? /* @__PURE__ */ jsx417("img", { src: avatar }) : avatar }),
14995
- /* @__PURE__ */ jsxs174("div", { className: "k-card-title-wrap k-vstack", children: [
14996
- /* @__PURE__ */ jsx417(CardTitle, { className: "k-text-ellipsis", children: title }),
14997
- /* @__PURE__ */ jsx417("span", { className: "k-spacer" }),
14998
- /* @__PURE__ */ jsx417(CardSubtitle, { className: "k-text-ellipsis", children: subtitle })
15478
+ lineTop && /* @__PURE__ */ jsx434("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15479
+ /* @__PURE__ */ jsx434(Card, { className: "k-orgchart-card", children: /* @__PURE__ */ jsxs185(CardBody, { className: "k-hstack", details, style: { borderTopColor: color }, children: [
15480
+ /* @__PURE__ */ jsx434(Avatar, { type: avatarType, themeColor: "secondary", children: avatarType === "image" ? /* @__PURE__ */ jsx434("img", { src: avatar }) : avatar }),
15481
+ /* @__PURE__ */ jsxs185("div", { className: "k-card-title-wrap k-vstack", children: [
15482
+ /* @__PURE__ */ jsx434(CardTitle, { className: "k-text-ellipsis", children: title }),
15483
+ /* @__PURE__ */ jsx434("span", { className: "k-spacer" }),
15484
+ /* @__PURE__ */ jsx434(CardSubtitle, { className: "k-text-ellipsis", children: subtitle })
14999
15485
  ] }),
15000
- /* @__PURE__ */ jsx417("span", { className: "k-spacer" })
15486
+ /* @__PURE__ */ jsx434("span", { className: "k-spacer" })
15001
15487
  ] }) }),
15002
- lineBottom && /* @__PURE__ */ jsx417("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15003
- button && /* @__PURE__ */ jsx417(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
15488
+ lineBottom && /* @__PURE__ */ jsx434("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15489
+ button && /* @__PURE__ */ jsx434(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
15004
15490
  ]
15005
15491
  }
15006
15492
  );
15007
15493
  };
15008
15494
 
15009
15495
  // src/orgchart/orgchart-group.tsx
15010
- import { Fragment as Fragment119, jsx as jsx418, jsxs as jsxs175 } from "react/jsx-runtime";
15496
+ import { Fragment as Fragment128, jsx as jsx435, jsxs as jsxs186 } from "react/jsx-runtime";
15011
15497
  var ORGCHARTGROUP_CLASSNAME = `k-orgchart-group`;
15012
- var states142 = [];
15013
- var options128 = {};
15014
- var defaultProps131 = {
15498
+ var states152 = [];
15499
+ var options140 = {};
15500
+ var defaultProps142 = {
15015
15501
  orientation: "horizontal"
15016
15502
  };
15017
15503
  var OrgchartGroup = (props) => {
15018
15504
  const {
15019
15505
  children,
15020
- orientation = defaultProps131.orientation,
15506
+ orientation = defaultProps142.orientation,
15021
15507
  justifyContent,
15022
15508
  ...other
15023
15509
  } = props;
@@ -15040,7 +15526,7 @@ var OrgchartGroup = (props) => {
15040
15526
  }
15041
15527
  }
15042
15528
  }
15043
- return /* @__PURE__ */ jsxs175(
15529
+ return /* @__PURE__ */ jsxs186(
15044
15530
  "div",
15045
15531
  {
15046
15532
  ...other,
@@ -15054,7 +15540,7 @@ var OrgchartGroup = (props) => {
15054
15540
  ),
15055
15541
  style: { width: "100%" },
15056
15542
  children: [
15057
- chartNodes.length > 0 && /* @__PURE__ */ jsx418(
15543
+ chartNodes.length > 0 && /* @__PURE__ */ jsx435(
15058
15544
  "div",
15059
15545
  {
15060
15546
  className: classNames(
@@ -15064,26 +15550,26 @@ var OrgchartGroup = (props) => {
15064
15550
  [`k-${kendoThemeMaps.orientationMap[orientation] || orientation}`]: orientation
15065
15551
  }
15066
15552
  ),
15067
- children: /* @__PURE__ */ jsx418(Fragment119, { children: chartNodes })
15553
+ children: /* @__PURE__ */ jsx435(Fragment128, { children: chartNodes })
15068
15554
  }
15069
15555
  ),
15070
- /* @__PURE__ */ jsx418(Fragment119, { children: chartGroups })
15556
+ /* @__PURE__ */ jsx435(Fragment128, { children: chartGroups })
15071
15557
  ]
15072
15558
  }
15073
15559
  );
15074
15560
  };
15075
- OrgchartGroup.states = states142;
15076
- OrgchartGroup.options = options128;
15561
+ OrgchartGroup.states = states152;
15562
+ OrgchartGroup.options = options140;
15077
15563
  OrgchartGroup.className = ORGCHARTGROUP_CLASSNAME;
15078
- OrgchartGroup.defaultProps = defaultProps131;
15564
+ OrgchartGroup.defaultProps = defaultProps142;
15079
15565
 
15080
15566
  // src/orgchart/orgchart-node-group.tsx
15081
- import { jsx as jsx419, jsxs as jsxs176 } from "react/jsx-runtime";
15567
+ import { jsx as jsx436, jsxs as jsxs187 } from "react/jsx-runtime";
15082
15568
  var ORGCHARTNODEGROUP_CLASSNAME = `k-orgchart-node-group`;
15083
- var states143 = [
15569
+ var states153 = [
15084
15570
  States.focus
15085
15571
  ];
15086
- var defaultProps132 = {
15572
+ var defaultProps143 = {
15087
15573
  orientation: "horizontal",
15088
15574
  buttonIcon: "plus"
15089
15575
  };
@@ -15094,12 +15580,12 @@ var OrgchartNodeGroup = (props) => {
15094
15580
  lineBottom,
15095
15581
  lineTop,
15096
15582
  button,
15097
- buttonIcon: buttonIcon2 = defaultProps132.buttonIcon,
15583
+ buttonIcon: buttonIcon2 = defaultProps143.buttonIcon,
15098
15584
  focus,
15099
- orientation = defaultProps132.orientation,
15585
+ orientation = defaultProps143.orientation,
15100
15586
  ...other
15101
15587
  } = props;
15102
- return /* @__PURE__ */ jsxs176(
15588
+ return /* @__PURE__ */ jsxs187(
15103
15589
  "div",
15104
15590
  {
15105
15591
  ...other,
@@ -15110,8 +15596,8 @@ var OrgchartNodeGroup = (props) => {
15110
15596
  "k-align-items-center"
15111
15597
  ),
15112
15598
  children: [
15113
- lineTop && /* @__PURE__ */ jsx419("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15114
- /* @__PURE__ */ jsxs176(
15599
+ lineTop && /* @__PURE__ */ jsx436("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15600
+ /* @__PURE__ */ jsxs187(
15115
15601
  "div",
15116
15602
  {
15117
15603
  className: classNames(
@@ -15122,9 +15608,9 @@ var OrgchartNodeGroup = (props) => {
15122
15608
  })
15123
15609
  ),
15124
15610
  children: [
15125
- title && /* @__PURE__ */ jsx419("div", { className: "k-orgchart-node-group-title", children: title }),
15126
- subtitle && /* @__PURE__ */ jsx419("div", { className: "k-orgchart-node-group-subtitle", children: subtitle }),
15127
- /* @__PURE__ */ jsx419(
15611
+ title && /* @__PURE__ */ jsx436("div", { className: "k-orgchart-node-group-title", children: title }),
15612
+ subtitle && /* @__PURE__ */ jsx436("div", { className: "k-orgchart-node-group-subtitle", children: subtitle }),
15613
+ /* @__PURE__ */ jsx436(
15128
15614
  "div",
15129
15615
  {
15130
15616
  className: classNames(
@@ -15139,51 +15625,51 @@ var OrgchartNodeGroup = (props) => {
15139
15625
  ]
15140
15626
  }
15141
15627
  ),
15142
- lineBottom && /* @__PURE__ */ jsx419("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15143
- button && /* @__PURE__ */ jsx419(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
15628
+ lineBottom && /* @__PURE__ */ jsx436("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15629
+ button && /* @__PURE__ */ jsx436(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
15144
15630
  ]
15145
15631
  }
15146
15632
  );
15147
15633
  };
15148
- OrgchartNodeGroup.states = states143;
15634
+ OrgchartNodeGroup.states = states153;
15149
15635
 
15150
15636
  // src/orgchart/templates/orgchart-normal.tsx
15151
- import { jsx as jsx420, jsxs as jsxs177 } from "react/jsx-runtime";
15637
+ import { jsx as jsx437, jsxs as jsxs188 } from "react/jsx-runtime";
15152
15638
 
15153
15639
  // src/orgchart/templates/orgchart-vertical.tsx
15154
- import { jsx as jsx421, jsxs as jsxs178 } from "react/jsx-runtime";
15640
+ import { jsx as jsx438, jsxs as jsxs189 } from "react/jsx-runtime";
15155
15641
 
15156
15642
  // src/orgchart/templates/orgchart-group-normal.tsx
15157
- import { jsx as jsx422, jsxs as jsxs179 } from "react/jsx-runtime";
15643
+ import { jsx as jsx439, jsxs as jsxs190 } from "react/jsx-runtime";
15158
15644
 
15159
15645
  // src/orgchart/templates/orgchart-group-vertical.tsx
15160
- import { jsx as jsx423, jsxs as jsxs180 } from "react/jsx-runtime";
15646
+ import { jsx as jsx440, jsxs as jsxs191 } from "react/jsx-runtime";
15161
15647
 
15162
15648
  // src/signature/signature.spec.tsx
15163
- import { jsx as jsx424, jsxs as jsxs181 } from "react/jsx-runtime";
15649
+ import { jsx as jsx441, jsxs as jsxs192 } from "react/jsx-runtime";
15164
15650
  var SIGNATURE_CLASSNAME = `k-signature`;
15165
- var states144 = [
15651
+ var states154 = [
15166
15652
  States.hover,
15167
15653
  States.focus,
15168
15654
  States.valid,
15169
15655
  States.invalid,
15170
15656
  States.disabled
15171
15657
  ];
15172
- var options129 = {
15658
+ var options141 = {
15173
15659
  size: [Size.small, Size.medium, Size.large],
15174
15660
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
15175
15661
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
15176
15662
  };
15177
- var defaultProps133 = {
15663
+ var defaultProps144 = {
15178
15664
  size: Size.medium,
15179
15665
  rounded: Roundness.medium,
15180
15666
  fillMode: FillMode.solid
15181
15667
  };
15182
15668
  var Signature = (props) => {
15183
15669
  const {
15184
- size = defaultProps133.size,
15185
- rounded = defaultProps133.rounded,
15186
- fillMode = defaultProps133.fillMode,
15670
+ size = defaultProps144.size,
15671
+ rounded = defaultProps144.rounded,
15672
+ fillMode = defaultProps144.fillMode,
15187
15673
  hover,
15188
15674
  focus,
15189
15675
  valid,
@@ -15192,7 +15678,7 @@ var Signature = (props) => {
15192
15678
  maximized,
15193
15679
  ...other
15194
15680
  } = props;
15195
- return /* @__PURE__ */ jsxs181(
15681
+ return /* @__PURE__ */ jsxs192(
15196
15682
  "div",
15197
15683
  {
15198
15684
  ...other,
@@ -15220,8 +15706,8 @@ var Signature = (props) => {
15220
15706
  }
15221
15707
  ),
15222
15708
  children: [
15223
- /* @__PURE__ */ jsx424("canvas", { className: "k-signature-canvas" }),
15224
- /* @__PURE__ */ jsxs181(
15709
+ /* @__PURE__ */ jsx441("canvas", { className: "k-signature-canvas" }),
15710
+ /* @__PURE__ */ jsxs192(
15225
15711
  "div",
15226
15712
  {
15227
15713
  className: classNames(
@@ -15229,7 +15715,7 @@ var Signature = (props) => {
15229
15715
  "k-signature-actions-top"
15230
15716
  ),
15231
15717
  children: [
15232
- /* @__PURE__ */ jsx424(
15718
+ /* @__PURE__ */ jsx441(
15233
15719
  Button,
15234
15720
  {
15235
15721
  className: classNames(
@@ -15243,7 +15729,7 @@ var Signature = (props) => {
15243
15729
  fillMode: "flat"
15244
15730
  }
15245
15731
  ),
15246
- /* @__PURE__ */ jsx424(
15732
+ /* @__PURE__ */ jsx441(
15247
15733
  Button,
15248
15734
  {
15249
15735
  className: classNames(
@@ -15260,15 +15746,15 @@ var Signature = (props) => {
15260
15746
  ]
15261
15747
  }
15262
15748
  ),
15263
- /* @__PURE__ */ jsx424("div", { className: "k-signature-line" }),
15264
- /* @__PURE__ */ jsx424(
15749
+ /* @__PURE__ */ jsx441("div", { className: "k-signature-line" }),
15750
+ /* @__PURE__ */ jsx441(
15265
15751
  "div",
15266
15752
  {
15267
15753
  className: classNames(
15268
15754
  "k-signature-actions",
15269
15755
  "k-signature-actions-bottom"
15270
15756
  ),
15271
- children: /* @__PURE__ */ jsx424(
15757
+ children: /* @__PURE__ */ jsx441(
15272
15758
  Button,
15273
15759
  {
15274
15760
  className: classNames(
@@ -15287,27 +15773,27 @@ var Signature = (props) => {
15287
15773
  }
15288
15774
  );
15289
15775
  };
15290
- Signature.states = states144;
15291
- Signature.options = options129;
15776
+ Signature.states = states154;
15777
+ Signature.options = options141;
15292
15778
  Signature.className = SIGNATURE_CLASSNAME;
15293
- Signature.defaultProps = defaultProps133;
15779
+ Signature.defaultProps = defaultProps144;
15294
15780
 
15295
15781
  // src/editor/editor.spec.tsx
15296
- import { jsx as jsx425 } from "react/jsx-runtime";
15782
+ import { jsx as jsx442 } from "react/jsx-runtime";
15297
15783
  var EDITOR_CLASSNAME = `k-editor`;
15298
- var states145 = [
15784
+ var states155 = [
15299
15785
  States.readonly,
15300
15786
  States.disabled
15301
15787
  ];
15302
- var options130 = {};
15303
- var defaultProps134 = {};
15788
+ var options142 = {};
15789
+ var defaultProps145 = {};
15304
15790
  var Editor = (props) => {
15305
15791
  const {
15306
15792
  readonly,
15307
15793
  disabled,
15308
15794
  ...other
15309
15795
  } = props;
15310
- return /* @__PURE__ */ jsx425(
15796
+ return /* @__PURE__ */ jsx442(
15311
15797
  "div",
15312
15798
  {
15313
15799
  ...other,
@@ -15323,691 +15809,691 @@ var Editor = (props) => {
15323
15809
  }
15324
15810
  );
15325
15811
  };
15326
- Editor.states = states145;
15327
- Editor.options = options130;
15812
+ Editor.states = states155;
15813
+ Editor.options = options142;
15328
15814
  Editor.className = EDITOR_CLASSNAME;
15329
- Editor.defaultProps = defaultProps134;
15815
+ Editor.defaultProps = defaultProps145;
15330
15816
 
15331
15817
  // src/editor/editor-toolbar.tsx
15332
- import { jsx as jsx426 } from "react/jsx-runtime";
15818
+ import { jsx as jsx443 } from "react/jsx-runtime";
15333
15819
 
15334
15820
  // src/editor/editor-content.tsx
15335
- import { jsx as jsx427 } from "react/jsx-runtime";
15336
- var states146 = [
15821
+ import { jsx as jsx444 } from "react/jsx-runtime";
15822
+ var states156 = [
15337
15823
  States.focus
15338
15824
  ];
15339
15825
 
15340
15826
  // src/editor/templates/editor-normal.tsx
15341
- import { Fragment as Fragment120, jsx as jsx428, jsxs as jsxs182 } from "react/jsx-runtime";
15827
+ import { Fragment as Fragment129, jsx as jsx445, jsxs as jsxs193 } from "react/jsx-runtime";
15342
15828
 
15343
15829
  // src/utils/templates/background/background-clip/border-clip.tsx
15344
- import { jsx as jsx429 } from "react/jsx-runtime";
15830
+ import { jsx as jsx446 } from "react/jsx-runtime";
15345
15831
 
15346
15832
  // src/utils/templates/background/background-clip/content-clip.tsx
15347
- import { jsx as jsx430 } from "react/jsx-runtime";
15833
+ import { jsx as jsx447 } from "react/jsx-runtime";
15348
15834
 
15349
15835
  // src/utils/templates/background/background-clip/padding-clip.tsx
15350
- import { jsx as jsx431 } from "react/jsx-runtime";
15836
+ import { jsx as jsx448 } from "react/jsx-runtime";
15351
15837
 
15352
15838
  // src/utils/templates/background/background-clip/text-clip.tsx
15353
- import { jsx as jsx432 } from "react/jsx-runtime";
15839
+ import { jsx as jsx449 } from "react/jsx-runtime";
15354
15840
 
15355
15841
  // src/utils/templates/background/background-color/color.tsx
15356
- import { jsx as jsx433, jsxs as jsxs183 } from "react/jsx-runtime";
15842
+ import { jsx as jsx450, jsxs as jsxs194 } from "react/jsx-runtime";
15357
15843
 
15358
15844
  // src/utils/templates/borders/border-color/all-sides.tsx
15359
- import { jsx as jsx434, jsxs as jsxs184 } from "react/jsx-runtime";
15845
+ import { jsx as jsx451, jsxs as jsxs195 } from "react/jsx-runtime";
15360
15846
 
15361
15847
  // src/utils/templates/borders/border-color/individual.tsx
15362
- import { jsx as jsx435, jsxs as jsxs185 } from "react/jsx-runtime";
15848
+ import { jsx as jsx452, jsxs as jsxs196 } from "react/jsx-runtime";
15363
15849
 
15364
15850
  // src/utils/templates/borders/border-color/left-right.tsx
15365
- import { jsx as jsx436, jsxs as jsxs186 } from "react/jsx-runtime";
15851
+ import { jsx as jsx453, jsxs as jsxs197 } from "react/jsx-runtime";
15366
15852
 
15367
15853
  // src/utils/templates/borders/border-color/top-bottom.tsx
15368
- import { jsx as jsx437, jsxs as jsxs187 } from "react/jsx-runtime";
15854
+ import { jsx as jsx454, jsxs as jsxs198 } from "react/jsx-runtime";
15369
15855
 
15370
15856
  // src/utils/templates/borders/border-radius/corners.tsx
15371
- import { jsx as jsx438, jsxs as jsxs188 } from "react/jsx-runtime";
15857
+ import { jsx as jsx455, jsxs as jsxs199 } from "react/jsx-runtime";
15372
15858
 
15373
15859
  // src/utils/templates/borders/border-radius/no-rounding.tsx
15374
- import { jsx as jsx439, jsxs as jsxs189 } from "react/jsx-runtime";
15860
+ import { jsx as jsx456, jsxs as jsxs200 } from "react/jsx-runtime";
15375
15861
 
15376
15862
  // src/utils/templates/borders/border-radius/rounding.tsx
15377
- import { jsx as jsx440, jsxs as jsxs190 } from "react/jsx-runtime";
15863
+ import { jsx as jsx457, jsxs as jsxs201 } from "react/jsx-runtime";
15378
15864
 
15379
15865
  // src/utils/templates/borders/border-radius/sides.tsx
15380
- import { jsx as jsx441, jsxs as jsxs191 } from "react/jsx-runtime";
15866
+ import { jsx as jsx458, jsxs as jsxs202 } from "react/jsx-runtime";
15381
15867
 
15382
15868
  // src/utils/templates/borders/border-style/all-sides.tsx
15383
- import { jsx as jsx442, jsxs as jsxs192 } from "react/jsx-runtime";
15869
+ import { jsx as jsx459, jsxs as jsxs203 } from "react/jsx-runtime";
15384
15870
 
15385
15871
  // src/utils/templates/borders/border-style/individual.tsx
15386
- import { jsx as jsx443, jsxs as jsxs193 } from "react/jsx-runtime";
15872
+ import { jsx as jsx460, jsxs as jsxs204 } from "react/jsx-runtime";
15387
15873
 
15388
15874
  // src/utils/templates/borders/border-style/left-right.tsx
15389
- import { jsx as jsx444, jsxs as jsxs194 } from "react/jsx-runtime";
15875
+ import { jsx as jsx461, jsxs as jsxs205 } from "react/jsx-runtime";
15390
15876
 
15391
15877
  // src/utils/templates/borders/border-style/no-style.tsx
15392
- import { jsx as jsx445 } from "react/jsx-runtime";
15878
+ import { jsx as jsx462 } from "react/jsx-runtime";
15393
15879
 
15394
15880
  // src/utils/templates/borders/border-style/top-bottom.tsx
15395
- import { jsx as jsx446, jsxs as jsxs195 } from "react/jsx-runtime";
15881
+ import { jsx as jsx463, jsxs as jsxs206 } from "react/jsx-runtime";
15396
15882
 
15397
15883
  // src/utils/templates/borders/border-width/all-sides.tsx
15398
- import { jsx as jsx447, jsxs as jsxs196 } from "react/jsx-runtime";
15884
+ import { jsx as jsx464, jsxs as jsxs207 } from "react/jsx-runtime";
15399
15885
 
15400
15886
  // src/utils/templates/borders/border-width/individual.tsx
15401
- import { jsx as jsx448, jsxs as jsxs197 } from "react/jsx-runtime";
15887
+ import { jsx as jsx465, jsxs as jsxs208 } from "react/jsx-runtime";
15402
15888
 
15403
15889
  // src/utils/templates/borders/border-width/left-right.tsx
15404
- import { jsx as jsx449, jsxs as jsxs198 } from "react/jsx-runtime";
15890
+ import { jsx as jsx466, jsxs as jsxs209 } from "react/jsx-runtime";
15405
15891
 
15406
15892
  // src/utils/templates/borders/border-width/top-bottom.tsx
15407
- import { jsx as jsx450, jsxs as jsxs199 } from "react/jsx-runtime";
15893
+ import { jsx as jsx467, jsxs as jsxs210 } from "react/jsx-runtime";
15408
15894
 
15409
15895
  // src/utils/templates/borders/outline-color/all-sides.tsx
15410
- import { jsx as jsx451 } from "react/jsx-runtime";
15896
+ import { jsx as jsx468 } from "react/jsx-runtime";
15411
15897
 
15412
15898
  // src/utils/templates/borders/outline-offset/all-sides.tsx
15413
- import { jsx as jsx452, jsxs as jsxs200 } from "react/jsx-runtime";
15899
+ import { jsx as jsx469, jsxs as jsxs211 } from "react/jsx-runtime";
15414
15900
 
15415
15901
  // src/utils/templates/borders/outline-offset/no-offset.tsx
15416
- import { jsx as jsx453 } from "react/jsx-runtime";
15902
+ import { jsx as jsx470 } from "react/jsx-runtime";
15417
15903
 
15418
15904
  // src/utils/templates/borders/outline-style/all-sides.tsx
15419
- import { jsx as jsx454, jsxs as jsxs201 } from "react/jsx-runtime";
15905
+ import { jsx as jsx471, jsxs as jsxs212 } from "react/jsx-runtime";
15420
15906
 
15421
15907
  // src/utils/templates/borders/outline-style/no-style.tsx
15422
- import { jsx as jsx455 } from "react/jsx-runtime";
15908
+ import { jsx as jsx472 } from "react/jsx-runtime";
15423
15909
 
15424
15910
  // src/utils/templates/borders/outline-width/all-sides.tsx
15425
- import { jsx as jsx456, jsxs as jsxs202 } from "react/jsx-runtime";
15911
+ import { jsx as jsx473, jsxs as jsxs213 } from "react/jsx-runtime";
15426
15912
 
15427
15913
  // src/utils/templates/borders/outline-width/no-width.tsx
15428
- import { jsx as jsx457 } from "react/jsx-runtime";
15914
+ import { jsx as jsx474 } from "react/jsx-runtime";
15429
15915
 
15430
15916
  // src/utils/templates/effects/opacity/applying.tsx
15431
- import { jsx as jsx458, jsxs as jsxs203 } from "react/jsx-runtime";
15917
+ import { jsx as jsx475, jsxs as jsxs214 } from "react/jsx-runtime";
15432
15918
 
15433
15919
  // src/utils/templates/filters/backdrop-blur/applying.tsx
15434
- import { Fragment as Fragment121, jsx as jsx459, jsxs as jsxs204 } from "react/jsx-runtime";
15920
+ import { Fragment as Fragment130, jsx as jsx476, jsxs as jsxs215 } from "react/jsx-runtime";
15435
15921
 
15436
15922
  // src/utils/templates/flex-grid/align-content/around.tsx
15437
- import { jsx as jsx460, jsxs as jsxs205 } from "react/jsx-runtime";
15923
+ import { jsx as jsx477, jsxs as jsxs216 } from "react/jsx-runtime";
15438
15924
 
15439
15925
  // src/utils/templates/flex-grid/align-content/between.tsx
15440
- import { jsx as jsx461, jsxs as jsxs206 } from "react/jsx-runtime";
15926
+ import { jsx as jsx478, jsxs as jsxs217 } from "react/jsx-runtime";
15441
15927
 
15442
15928
  // src/utils/templates/flex-grid/align-content/center.tsx
15443
- import { jsx as jsx462, jsxs as jsxs207 } from "react/jsx-runtime";
15929
+ import { jsx as jsx479, jsxs as jsxs218 } from "react/jsx-runtime";
15444
15930
 
15445
15931
  // src/utils/templates/flex-grid/align-content/end.tsx
15446
- import { jsx as jsx463, jsxs as jsxs208 } from "react/jsx-runtime";
15932
+ import { jsx as jsx480, jsxs as jsxs219 } from "react/jsx-runtime";
15447
15933
 
15448
15934
  // src/utils/templates/flex-grid/align-content/evenly.tsx
15449
- import { jsx as jsx464, jsxs as jsxs209 } from "react/jsx-runtime";
15935
+ import { jsx as jsx481, jsxs as jsxs220 } from "react/jsx-runtime";
15450
15936
 
15451
15937
  // src/utils/templates/flex-grid/align-content/normal.tsx
15452
- import { jsx as jsx465, jsxs as jsxs210 } from "react/jsx-runtime";
15938
+ import { jsx as jsx482, jsxs as jsxs221 } from "react/jsx-runtime";
15453
15939
 
15454
15940
  // src/utils/templates/flex-grid/align-content/start.tsx
15455
- import { jsx as jsx466, jsxs as jsxs211 } from "react/jsx-runtime";
15941
+ import { jsx as jsx483, jsxs as jsxs222 } from "react/jsx-runtime";
15456
15942
 
15457
15943
  // src/utils/templates/flex-grid/align-content/stretch.tsx
15458
- import { jsx as jsx467, jsxs as jsxs212 } from "react/jsx-runtime";
15944
+ import { jsx as jsx484, jsxs as jsxs223 } from "react/jsx-runtime";
15459
15945
 
15460
15946
  // src/utils/templates/flex-grid/align-items/baseline.tsx
15461
- import { jsx as jsx468, jsxs as jsxs213 } from "react/jsx-runtime";
15947
+ import { jsx as jsx485, jsxs as jsxs224 } from "react/jsx-runtime";
15462
15948
 
15463
15949
  // src/utils/templates/flex-grid/align-items/center.tsx
15464
- import { jsx as jsx469, jsxs as jsxs214 } from "react/jsx-runtime";
15950
+ import { jsx as jsx486, jsxs as jsxs225 } from "react/jsx-runtime";
15465
15951
 
15466
15952
  // src/utils/templates/flex-grid/align-items/end.tsx
15467
- import { jsx as jsx470, jsxs as jsxs215 } from "react/jsx-runtime";
15953
+ import { jsx as jsx487, jsxs as jsxs226 } from "react/jsx-runtime";
15468
15954
 
15469
15955
  // src/utils/templates/flex-grid/align-items/start.tsx
15470
- import { jsx as jsx471, jsxs as jsxs216 } from "react/jsx-runtime";
15956
+ import { jsx as jsx488, jsxs as jsxs227 } from "react/jsx-runtime";
15471
15957
 
15472
15958
  // src/utils/templates/flex-grid/align-items/stretch.tsx
15473
- import { jsx as jsx472, jsxs as jsxs217 } from "react/jsx-runtime";
15959
+ import { jsx as jsx489, jsxs as jsxs228 } from "react/jsx-runtime";
15474
15960
 
15475
15961
  // src/utils/templates/flex-grid/align-self/baseline.tsx
15476
- import { jsx as jsx473, jsxs as jsxs218 } from "react/jsx-runtime";
15962
+ import { jsx as jsx490, jsxs as jsxs229 } from "react/jsx-runtime";
15477
15963
 
15478
15964
  // src/utils/templates/flex-grid/align-self/center.tsx
15479
- import { jsx as jsx474, jsxs as jsxs219 } from "react/jsx-runtime";
15965
+ import { jsx as jsx491, jsxs as jsxs230 } from "react/jsx-runtime";
15480
15966
 
15481
15967
  // src/utils/templates/flex-grid/align-self/end.tsx
15482
- import { jsx as jsx475, jsxs as jsxs220 } from "react/jsx-runtime";
15968
+ import { jsx as jsx492, jsxs as jsxs231 } from "react/jsx-runtime";
15483
15969
 
15484
15970
  // src/utils/templates/flex-grid/align-self/start.tsx
15485
- import { jsx as jsx476, jsxs as jsxs221 } from "react/jsx-runtime";
15971
+ import { jsx as jsx493, jsxs as jsxs232 } from "react/jsx-runtime";
15486
15972
 
15487
15973
  // src/utils/templates/flex-grid/align-self/stretch.tsx
15488
- import { jsx as jsx477, jsxs as jsxs222 } from "react/jsx-runtime";
15974
+ import { jsx as jsx494, jsxs as jsxs233 } from "react/jsx-runtime";
15489
15975
 
15490
15976
  // src/utils/templates/flex-grid/flex/auto.tsx
15491
- import { jsx as jsx478, jsxs as jsxs223 } from "react/jsx-runtime";
15977
+ import { jsx as jsx495, jsxs as jsxs234 } from "react/jsx-runtime";
15492
15978
 
15493
15979
  // src/utils/templates/flex-grid/flex/flex-1.tsx
15494
- import { jsx as jsx479, jsxs as jsxs224 } from "react/jsx-runtime";
15980
+ import { jsx as jsx496, jsxs as jsxs235 } from "react/jsx-runtime";
15495
15981
 
15496
15982
  // src/utils/templates/flex-grid/flex/initial.tsx
15497
- import { jsx as jsx480, jsxs as jsxs225 } from "react/jsx-runtime";
15983
+ import { jsx as jsx497, jsxs as jsxs236 } from "react/jsx-runtime";
15498
15984
 
15499
15985
  // src/utils/templates/flex-grid/flex/none.tsx
15500
- import { jsx as jsx481, jsxs as jsxs226 } from "react/jsx-runtime";
15986
+ import { jsx as jsx498, jsxs as jsxs237 } from "react/jsx-runtime";
15501
15987
 
15502
15988
  // src/utils/templates/flex-grid/flex-basis/auto.tsx
15503
- import { jsx as jsx482, jsxs as jsxs227 } from "react/jsx-runtime";
15989
+ import { jsx as jsx499, jsxs as jsxs238 } from "react/jsx-runtime";
15504
15990
 
15505
15991
  // src/utils/templates/flex-grid/flex-basis/size.tsx
15506
- import { jsx as jsx483, jsxs as jsxs228 } from "react/jsx-runtime";
15992
+ import { jsx as jsx500, jsxs as jsxs239 } from "react/jsx-runtime";
15507
15993
 
15508
15994
  // src/utils/templates/flex-grid/flex-direction/column-reverse.tsx
15509
- import { jsx as jsx484, jsxs as jsxs229 } from "react/jsx-runtime";
15995
+ import { jsx as jsx501, jsxs as jsxs240 } from "react/jsx-runtime";
15510
15996
 
15511
15997
  // src/utils/templates/flex-grid/flex-direction/column.tsx
15512
- import { jsx as jsx485, jsxs as jsxs230 } from "react/jsx-runtime";
15998
+ import { jsx as jsx502, jsxs as jsxs241 } from "react/jsx-runtime";
15513
15999
 
15514
16000
  // src/utils/templates/flex-grid/flex-direction/row-reverse.tsx
15515
- import { jsx as jsx486, jsxs as jsxs231 } from "react/jsx-runtime";
16001
+ import { jsx as jsx503, jsxs as jsxs242 } from "react/jsx-runtime";
15516
16002
 
15517
16003
  // src/utils/templates/flex-grid/flex-direction/row.tsx
15518
- import { jsx as jsx487, jsxs as jsxs232 } from "react/jsx-runtime";
16004
+ import { jsx as jsx504, jsxs as jsxs243 } from "react/jsx-runtime";
15519
16005
 
15520
16006
  // src/utils/templates/flex-grid/flex-grow/grow-0.tsx
15521
- import { jsx as jsx488, jsxs as jsxs233 } from "react/jsx-runtime";
16007
+ import { jsx as jsx505, jsxs as jsxs244 } from "react/jsx-runtime";
15522
16008
 
15523
16009
  // src/utils/templates/flex-grid/flex-grow/grow-1.tsx
15524
- import { jsx as jsx489, jsxs as jsxs234 } from "react/jsx-runtime";
16010
+ import { jsx as jsx506, jsxs as jsxs245 } from "react/jsx-runtime";
15525
16011
 
15526
16012
  // src/utils/templates/flex-grid/flex-srink/shrink-0.tsx
15527
- import { jsx as jsx490, jsxs as jsxs235 } from "react/jsx-runtime";
16013
+ import { jsx as jsx507, jsxs as jsxs246 } from "react/jsx-runtime";
15528
16014
 
15529
16015
  // src/utils/templates/flex-grid/flex-srink/shrink-1.tsx
15530
- import { jsx as jsx491, jsxs as jsxs236 } from "react/jsx-runtime";
16016
+ import { jsx as jsx508, jsxs as jsxs247 } from "react/jsx-runtime";
15531
16017
 
15532
16018
  // src/utils/templates/flex-grid/flex-wrap/nowrap.tsx
15533
- import { jsx as jsx492, jsxs as jsxs237 } from "react/jsx-runtime";
16019
+ import { jsx as jsx509, jsxs as jsxs248 } from "react/jsx-runtime";
15534
16020
 
15535
16021
  // src/utils/templates/flex-grid/flex-wrap/wrap-reverse.tsx
15536
- import { jsx as jsx493, jsxs as jsxs238 } from "react/jsx-runtime";
16022
+ import { jsx as jsx510, jsxs as jsxs249 } from "react/jsx-runtime";
15537
16023
 
15538
16024
  // src/utils/templates/flex-grid/flex-wrap/wrap.tsx
15539
- import { jsx as jsx494, jsxs as jsxs239 } from "react/jsx-runtime";
16025
+ import { jsx as jsx511, jsxs as jsxs250 } from "react/jsx-runtime";
15540
16026
 
15541
16027
  // src/utils/templates/flex-grid/gap/size-x-y.tsx
15542
- import { jsx as jsx495, jsxs as jsxs240 } from "react/jsx-runtime";
16028
+ import { jsx as jsx512, jsxs as jsxs251 } from "react/jsx-runtime";
15543
16029
 
15544
16030
  // src/utils/templates/flex-grid/gap/size.tsx
15545
- import { jsx as jsx496, jsxs as jsxs241 } from "react/jsx-runtime";
16031
+ import { jsx as jsx513, jsxs as jsxs252 } from "react/jsx-runtime";
15546
16032
 
15547
16033
  // src/utils/templates/flex-grid/grid-auto-cols/auto.tsx
15548
- import { jsx as jsx497, jsxs as jsxs242 } from "react/jsx-runtime";
16034
+ import { jsx as jsx514, jsxs as jsxs253 } from "react/jsx-runtime";
15549
16035
 
15550
16036
  // src/utils/templates/flex-grid/grid-auto-cols/fr.tsx
15551
- import { jsx as jsx498, jsxs as jsxs243 } from "react/jsx-runtime";
16037
+ import { jsx as jsx515, jsxs as jsxs254 } from "react/jsx-runtime";
15552
16038
 
15553
16039
  // src/utils/templates/flex-grid/grid-auto-cols/max.tsx
15554
- import { jsx as jsx499, jsxs as jsxs244 } from "react/jsx-runtime";
16040
+ import { jsx as jsx516, jsxs as jsxs255 } from "react/jsx-runtime";
15555
16041
 
15556
16042
  // src/utils/templates/flex-grid/grid-auto-cols/min.tsx
15557
- import { jsx as jsx500, jsxs as jsxs245 } from "react/jsx-runtime";
16043
+ import { jsx as jsx517, jsxs as jsxs256 } from "react/jsx-runtime";
15558
16044
 
15559
16045
  // src/utils/templates/flex-grid/grid-auto-flow/column.tsx
15560
- import { jsx as jsx501, jsxs as jsxs246 } from "react/jsx-runtime";
16046
+ import { jsx as jsx518, jsxs as jsxs257 } from "react/jsx-runtime";
15561
16047
 
15562
16048
  // src/utils/templates/flex-grid/grid-auto-flow/dense.tsx
15563
- import { jsx as jsx502, jsxs as jsxs247 } from "react/jsx-runtime";
16049
+ import { jsx as jsx519, jsxs as jsxs258 } from "react/jsx-runtime";
15564
16050
 
15565
16051
  // src/utils/templates/flex-grid/grid-auto-flow/row.tsx
15566
- import { jsx as jsx503, jsxs as jsxs248 } from "react/jsx-runtime";
16052
+ import { jsx as jsx520, jsxs as jsxs259 } from "react/jsx-runtime";
15567
16053
 
15568
16054
  // src/utils/templates/flex-grid/grid-auto-rows/auto.tsx
15569
- import { jsx as jsx504, jsxs as jsxs249 } from "react/jsx-runtime";
16055
+ import { jsx as jsx521, jsxs as jsxs260 } from "react/jsx-runtime";
15570
16056
 
15571
16057
  // src/utils/templates/flex-grid/grid-auto-rows/fr.tsx
15572
- import { jsx as jsx505, jsxs as jsxs250 } from "react/jsx-runtime";
16058
+ import { jsx as jsx522, jsxs as jsxs261 } from "react/jsx-runtime";
15573
16059
 
15574
16060
  // src/utils/templates/flex-grid/grid-auto-rows/min.tsx
15575
- import { jsx as jsx506, jsxs as jsxs251 } from "react/jsx-runtime";
16061
+ import { jsx as jsx523, jsxs as jsxs262 } from "react/jsx-runtime";
15576
16062
 
15577
16063
  // src/utils/templates/flex-grid/grid-col-start-end/start-end-n.tsx
15578
- import { jsx as jsx507, jsxs as jsxs252 } from "react/jsx-runtime";
16064
+ import { jsx as jsx524, jsxs as jsxs263 } from "react/jsx-runtime";
15579
16065
 
15580
16066
  // src/utils/templates/flex-grid/grid-row-start-end/start-end-n.tsx
15581
- import { jsx as jsx508, jsxs as jsxs253 } from "react/jsx-runtime";
16067
+ import { jsx as jsx525, jsxs as jsxs264 } from "react/jsx-runtime";
15582
16068
 
15583
16069
  // src/utils/templates/flex-grid/grid-template-cols/integer.tsx
15584
- import { jsx as jsx509, jsxs as jsxs254 } from "react/jsx-runtime";
16070
+ import { jsx as jsx526, jsxs as jsxs265 } from "react/jsx-runtime";
15585
16071
 
15586
16072
  // src/utils/templates/flex-grid/grid-template-rows/integer.tsx
15587
- import { jsx as jsx510, jsxs as jsxs255 } from "react/jsx-runtime";
16073
+ import { jsx as jsx527, jsxs as jsxs266 } from "react/jsx-runtime";
15588
16074
 
15589
16075
  // src/utils/templates/flex-grid/justify-content/around.tsx
15590
- import { jsx as jsx511, jsxs as jsxs256 } from "react/jsx-runtime";
16076
+ import { jsx as jsx528, jsxs as jsxs267 } from "react/jsx-runtime";
15591
16077
 
15592
16078
  // src/utils/templates/flex-grid/justify-content/between.tsx
15593
- import { jsx as jsx512, jsxs as jsxs257 } from "react/jsx-runtime";
16079
+ import { jsx as jsx529, jsxs as jsxs268 } from "react/jsx-runtime";
15594
16080
 
15595
16081
  // src/utils/templates/flex-grid/justify-content/center.tsx
15596
- import { jsx as jsx513, jsxs as jsxs258 } from "react/jsx-runtime";
16082
+ import { jsx as jsx530, jsxs as jsxs269 } from "react/jsx-runtime";
15597
16083
 
15598
16084
  // src/utils/templates/flex-grid/justify-content/end.tsx
15599
- import { jsx as jsx514, jsxs as jsxs259 } from "react/jsx-runtime";
16085
+ import { jsx as jsx531, jsxs as jsxs270 } from "react/jsx-runtime";
15600
16086
 
15601
16087
  // src/utils/templates/flex-grid/justify-content/evenly.tsx
15602
- import { jsx as jsx515, jsxs as jsxs260 } from "react/jsx-runtime";
16088
+ import { jsx as jsx532, jsxs as jsxs271 } from "react/jsx-runtime";
15603
16089
 
15604
16090
  // src/utils/templates/flex-grid/justify-content/normal.tsx
15605
- import { jsx as jsx516, jsxs as jsxs261 } from "react/jsx-runtime";
16091
+ import { jsx as jsx533, jsxs as jsxs272 } from "react/jsx-runtime";
15606
16092
 
15607
16093
  // src/utils/templates/flex-grid/justify-content/start.tsx
15608
- import { jsx as jsx517, jsxs as jsxs262 } from "react/jsx-runtime";
16094
+ import { jsx as jsx534, jsxs as jsxs273 } from "react/jsx-runtime";
15609
16095
 
15610
16096
  // src/utils/templates/flex-grid/justify-content/stretch.tsx
15611
- import { jsx as jsx518, jsxs as jsxs263 } from "react/jsx-runtime";
16097
+ import { jsx as jsx535, jsxs as jsxs274 } from "react/jsx-runtime";
15612
16098
 
15613
16099
  // src/utils/templates/flex-grid/justify-items/center.tsx
15614
- import { jsx as jsx519, jsxs as jsxs264 } from "react/jsx-runtime";
16100
+ import { jsx as jsx536, jsxs as jsxs275 } from "react/jsx-runtime";
15615
16101
 
15616
16102
  // src/utils/templates/flex-grid/justify-items/end.tsx
15617
- import { jsx as jsx520, jsxs as jsxs265 } from "react/jsx-runtime";
16103
+ import { jsx as jsx537, jsxs as jsxs276 } from "react/jsx-runtime";
15618
16104
 
15619
16105
  // src/utils/templates/flex-grid/justify-items/start.tsx
15620
- import { jsx as jsx521, jsxs as jsxs266 } from "react/jsx-runtime";
16106
+ import { jsx as jsx538, jsxs as jsxs277 } from "react/jsx-runtime";
15621
16107
 
15622
16108
  // src/utils/templates/flex-grid/justify-items/stretch.tsx
15623
- import { jsx as jsx522, jsxs as jsxs267 } from "react/jsx-runtime";
16109
+ import { jsx as jsx539, jsxs as jsxs278 } from "react/jsx-runtime";
15624
16110
 
15625
16111
  // src/utils/templates/flex-grid/justify-self/center.tsx
15626
- import { jsx as jsx523, jsxs as jsxs268 } from "react/jsx-runtime";
16112
+ import { jsx as jsx540, jsxs as jsxs279 } from "react/jsx-runtime";
15627
16113
 
15628
16114
  // src/utils/templates/flex-grid/justify-self/end.tsx
15629
- import { jsx as jsx524, jsxs as jsxs269 } from "react/jsx-runtime";
16115
+ import { jsx as jsx541, jsxs as jsxs280 } from "react/jsx-runtime";
15630
16116
 
15631
16117
  // src/utils/templates/flex-grid/justify-self/start.tsx
15632
- import { jsx as jsx525, jsxs as jsxs270 } from "react/jsx-runtime";
16118
+ import { jsx as jsx542, jsxs as jsxs281 } from "react/jsx-runtime";
15633
16119
 
15634
16120
  // src/utils/templates/flex-grid/justify-self/stretch.tsx
15635
- import { jsx as jsx526, jsxs as jsxs271 } from "react/jsx-runtime";
16121
+ import { jsx as jsx543, jsxs as jsxs282 } from "react/jsx-runtime";
15636
16122
 
15637
16123
  // src/utils/templates/flex-grid/order/first.tsx
15638
- import { jsx as jsx527, jsxs as jsxs272 } from "react/jsx-runtime";
16124
+ import { jsx as jsx544, jsxs as jsxs283 } from "react/jsx-runtime";
15639
16125
 
15640
16126
  // src/utils/templates/flex-grid/order/integer.tsx
15641
- import { jsx as jsx528, jsxs as jsxs273 } from "react/jsx-runtime";
16127
+ import { jsx as jsx545, jsxs as jsxs284 } from "react/jsx-runtime";
15642
16128
 
15643
16129
  // src/utils/templates/flex-grid/order/last.tsx
15644
- import { jsx as jsx529, jsxs as jsxs274 } from "react/jsx-runtime";
16130
+ import { jsx as jsx546, jsxs as jsxs285 } from "react/jsx-runtime";
15645
16131
 
15646
16132
  // src/utils/templates/flex-grid/place-content/around.tsx
15647
- import { jsx as jsx530, jsxs as jsxs275 } from "react/jsx-runtime";
16133
+ import { jsx as jsx547, jsxs as jsxs286 } from "react/jsx-runtime";
15648
16134
 
15649
16135
  // src/utils/templates/flex-grid/place-content/between.tsx
15650
- import { jsx as jsx531, jsxs as jsxs276 } from "react/jsx-runtime";
16136
+ import { jsx as jsx548, jsxs as jsxs287 } from "react/jsx-runtime";
15651
16137
 
15652
16138
  // src/utils/templates/flex-grid/place-content/center.tsx
15653
- import { jsx as jsx532, jsxs as jsxs277 } from "react/jsx-runtime";
16139
+ import { jsx as jsx549, jsxs as jsxs288 } from "react/jsx-runtime";
15654
16140
 
15655
16141
  // src/utils/templates/flex-grid/place-content/end.tsx
15656
- import { jsx as jsx533, jsxs as jsxs278 } from "react/jsx-runtime";
16142
+ import { jsx as jsx550, jsxs as jsxs289 } from "react/jsx-runtime";
15657
16143
 
15658
16144
  // src/utils/templates/flex-grid/place-content/evenly.tsx
15659
- import { jsx as jsx534, jsxs as jsxs279 } from "react/jsx-runtime";
16145
+ import { jsx as jsx551, jsxs as jsxs290 } from "react/jsx-runtime";
15660
16146
 
15661
16147
  // src/utils/templates/flex-grid/place-content/normal.tsx
15662
- import { jsx as jsx535, jsxs as jsxs280 } from "react/jsx-runtime";
16148
+ import { jsx as jsx552, jsxs as jsxs291 } from "react/jsx-runtime";
15663
16149
 
15664
16150
  // src/utils/templates/flex-grid/place-content/start.tsx
15665
- import { jsx as jsx536, jsxs as jsxs281 } from "react/jsx-runtime";
16151
+ import { jsx as jsx553, jsxs as jsxs292 } from "react/jsx-runtime";
15666
16152
 
15667
16153
  // src/utils/templates/flex-grid/place-content/stretch.tsx
15668
- import { jsx as jsx537, jsxs as jsxs282 } from "react/jsx-runtime";
16154
+ import { jsx as jsx554, jsxs as jsxs293 } from "react/jsx-runtime";
15669
16155
 
15670
16156
  // src/utils/templates/flex-grid/place-items/center.tsx
15671
- import { jsx as jsx538, jsxs as jsxs283 } from "react/jsx-runtime";
16157
+ import { jsx as jsx555, jsxs as jsxs294 } from "react/jsx-runtime";
15672
16158
 
15673
16159
  // src/utils/templates/flex-grid/place-items/end.tsx
15674
- import { jsx as jsx539, jsxs as jsxs284 } from "react/jsx-runtime";
16160
+ import { jsx as jsx556, jsxs as jsxs295 } from "react/jsx-runtime";
15675
16161
 
15676
16162
  // src/utils/templates/flex-grid/place-items/start.tsx
15677
- import { jsx as jsx540, jsxs as jsxs285 } from "react/jsx-runtime";
16163
+ import { jsx as jsx557, jsxs as jsxs296 } from "react/jsx-runtime";
15678
16164
 
15679
16165
  // src/utils/templates/flex-grid/place-items/stretch.tsx
15680
- import { jsx as jsx541, jsxs as jsxs286 } from "react/jsx-runtime";
16166
+ import { jsx as jsx558, jsxs as jsxs297 } from "react/jsx-runtime";
15681
16167
 
15682
16168
  // src/utils/templates/flex-grid/place-self/center.tsx
15683
- import { jsx as jsx542, jsxs as jsxs287 } from "react/jsx-runtime";
16169
+ import { jsx as jsx559, jsxs as jsxs298 } from "react/jsx-runtime";
15684
16170
 
15685
16171
  // src/utils/templates/flex-grid/place-self/end.tsx
15686
- import { jsx as jsx543, jsxs as jsxs288 } from "react/jsx-runtime";
16172
+ import { jsx as jsx560, jsxs as jsxs299 } from "react/jsx-runtime";
15687
16173
 
15688
16174
  // src/utils/templates/flex-grid/place-self/start.tsx
15689
- import { jsx as jsx544, jsxs as jsxs289 } from "react/jsx-runtime";
16175
+ import { jsx as jsx561, jsxs as jsxs300 } from "react/jsx-runtime";
15690
16176
 
15691
16177
  // src/utils/templates/flex-grid/place-self/stretch.tsx
15692
- import { jsx as jsx545, jsxs as jsxs290 } from "react/jsx-runtime";
16178
+ import { jsx as jsx562, jsxs as jsxs301 } from "react/jsx-runtime";
15693
16179
 
15694
16180
  // src/utils/templates/interactivity/appearance/applying.tsx
15695
- import { jsx as jsx546, jsxs as jsxs291 } from "react/jsx-runtime";
16181
+ import { jsx as jsx563, jsxs as jsxs302 } from "react/jsx-runtime";
15696
16182
 
15697
16183
  // src/utils/templates/interactivity/appearance/none.tsx
15698
- import { jsx as jsx547, jsxs as jsxs292 } from "react/jsx-runtime";
16184
+ import { jsx as jsx564, jsxs as jsxs303 } from "react/jsx-runtime";
15699
16185
 
15700
16186
  // src/utils/templates/interactivity/cursor/applying.tsx
15701
- import { jsx as jsx548, jsxs as jsxs293 } from "react/jsx-runtime";
16187
+ import { jsx as jsx565, jsxs as jsxs304 } from "react/jsx-runtime";
15702
16188
 
15703
16189
  // src/utils/templates/interactivity/pointer-events/applying.tsx
15704
- import { jsx as jsx549, jsxs as jsxs294 } from "react/jsx-runtime";
16190
+ import { jsx as jsx566, jsxs as jsxs305 } from "react/jsx-runtime";
15705
16191
 
15706
16192
  // src/utils/templates/interactivity/resize/all-directions.tsx
15707
- import { jsx as jsx550 } from "react/jsx-runtime";
16193
+ import { jsx as jsx567 } from "react/jsx-runtime";
15708
16194
 
15709
16195
  // src/utils/templates/interactivity/resize/horizontal.tsx
15710
- import { jsx as jsx551 } from "react/jsx-runtime";
16196
+ import { jsx as jsx568 } from "react/jsx-runtime";
15711
16197
 
15712
16198
  // src/utils/templates/interactivity/resize/no-resizing.tsx
15713
- import { jsx as jsx552 } from "react/jsx-runtime";
16199
+ import { jsx as jsx569 } from "react/jsx-runtime";
15714
16200
 
15715
16201
  // src/utils/templates/interactivity/resize/vertical.tsx
15716
- import { jsx as jsx553 } from "react/jsx-runtime";
16202
+ import { jsx as jsx570 } from "react/jsx-runtime";
15717
16203
 
15718
16204
  // src/utils/templates/interactivity/touch-action/auto.tsx
15719
- import { jsx as jsx554 } from "react/jsx-runtime";
16205
+ import { jsx as jsx571 } from "react/jsx-runtime";
15720
16206
 
15721
16207
  // src/utils/templates/interactivity/touch-action/horizontal.tsx
15722
- import { jsx as jsx555 } from "react/jsx-runtime";
16208
+ import { jsx as jsx572 } from "react/jsx-runtime";
15723
16209
 
15724
16210
  // src/utils/templates/interactivity/touch-action/none.tsx
15725
- import { jsx as jsx556 } from "react/jsx-runtime";
16211
+ import { jsx as jsx573 } from "react/jsx-runtime";
15726
16212
 
15727
16213
  // src/utils/templates/interactivity/touch-action/vertical.tsx
15728
- import { jsx as jsx557 } from "react/jsx-runtime";
16214
+ import { jsx as jsx574 } from "react/jsx-runtime";
15729
16215
 
15730
16216
  // src/utils/templates/interactivity/user-select/all.tsx
15731
- import { jsx as jsx558 } from "react/jsx-runtime";
16217
+ import { jsx as jsx575 } from "react/jsx-runtime";
15732
16218
 
15733
16219
  // src/utils/templates/interactivity/user-select/none.tsx
15734
- import { jsx as jsx559 } from "react/jsx-runtime";
16220
+ import { jsx as jsx576 } from "react/jsx-runtime";
15735
16221
 
15736
16222
  // src/utils/templates/interactivity/user-select/text.tsx
15737
- import { jsx as jsx560 } from "react/jsx-runtime";
16223
+ import { jsx as jsx577 } from "react/jsx-runtime";
15738
16224
 
15739
16225
  // src/utils/templates/layout/aspect-ratio/auto.tsx
15740
- import { jsx as jsx561 } from "react/jsx-runtime";
16226
+ import { jsx as jsx578 } from "react/jsx-runtime";
15741
16227
 
15742
16228
  // src/utils/templates/layout/aspect-ratio/one.tsx
15743
- import { jsx as jsx562 } from "react/jsx-runtime";
16229
+ import { jsx as jsx579 } from "react/jsx-runtime";
15744
16230
 
15745
16231
  // src/utils/templates/layout/aspect-ratio/sqaure.tsx
15746
- import { jsx as jsx563 } from "react/jsx-runtime";
16232
+ import { jsx as jsx580 } from "react/jsx-runtime";
15747
16233
 
15748
16234
  // src/utils/templates/layout/aspect-ratio/video.tsx
15749
- import { jsx as jsx564 } from "react/jsx-runtime";
16235
+ import { jsx as jsx581 } from "react/jsx-runtime";
15750
16236
 
15751
16237
  // src/utils/templates/layout/box-sizing/border.tsx
15752
- import { jsx as jsx565 } from "react/jsx-runtime";
16238
+ import { jsx as jsx582 } from "react/jsx-runtime";
15753
16239
 
15754
16240
  // src/utils/templates/layout/box-sizing/content.tsx
15755
- import { jsx as jsx566 } from "react/jsx-runtime";
16241
+ import { jsx as jsx583 } from "react/jsx-runtime";
15756
16242
 
15757
16243
  // src/utils/templates/layout/clear/both.tsx
15758
- import { jsx as jsx567, jsxs as jsxs295 } from "react/jsx-runtime";
16244
+ import { jsx as jsx584, jsxs as jsxs306 } from "react/jsx-runtime";
15759
16245
 
15760
16246
  // src/utils/templates/layout/clear/left.tsx
15761
- import { jsx as jsx568, jsxs as jsxs296 } from "react/jsx-runtime";
16247
+ import { jsx as jsx585, jsxs as jsxs307 } from "react/jsx-runtime";
15762
16248
 
15763
16249
  // src/utils/templates/layout/clear/no-clear.tsx
15764
- import { jsx as jsx569, jsxs as jsxs297 } from "react/jsx-runtime";
16250
+ import { jsx as jsx586, jsxs as jsxs308 } from "react/jsx-runtime";
15765
16251
 
15766
16252
  // src/utils/templates/layout/clear/right.tsx
15767
- import { jsx as jsx570, jsxs as jsxs298 } from "react/jsx-runtime";
16253
+ import { jsx as jsx587, jsxs as jsxs309 } from "react/jsx-runtime";
15768
16254
 
15769
16255
  // src/utils/templates/layout/columns/automatic.tsx
15770
- import { jsx as jsx571, jsxs as jsxs299 } from "react/jsx-runtime";
16256
+ import { jsx as jsx588, jsxs as jsxs310 } from "react/jsx-runtime";
15771
16257
 
15772
16258
  // src/utils/templates/layout/columns/count.tsx
15773
- import { jsx as jsx572, jsxs as jsxs300 } from "react/jsx-runtime";
16259
+ import { jsx as jsx589, jsxs as jsxs311 } from "react/jsx-runtime";
15774
16260
 
15775
16261
  // src/utils/templates/layout/display/block.tsx
15776
- import { jsx as jsx573, jsxs as jsxs301 } from "react/jsx-runtime";
16262
+ import { jsx as jsx590, jsxs as jsxs312 } from "react/jsx-runtime";
15777
16263
 
15778
16264
  // src/utils/templates/layout/display/flex.tsx
15779
- import { jsx as jsx574, jsxs as jsxs302 } from "react/jsx-runtime";
16265
+ import { jsx as jsx591, jsxs as jsxs313 } from "react/jsx-runtime";
15780
16266
 
15781
16267
  // src/utils/templates/layout/display/inline.tsx
15782
- import { jsx as jsx575, jsxs as jsxs303 } from "react/jsx-runtime";
16268
+ import { jsx as jsx592, jsxs as jsxs314 } from "react/jsx-runtime";
15783
16269
 
15784
16270
  // src/utils/templates/layout/display/none.tsx
15785
- import { Fragment as Fragment122, jsx as jsx576, jsxs as jsxs304 } from "react/jsx-runtime";
16271
+ import { Fragment as Fragment131, jsx as jsx593, jsxs as jsxs315 } from "react/jsx-runtime";
15786
16272
 
15787
16273
  // src/utils/templates/layout/float/left.tsx
15788
- import { jsx as jsx577, jsxs as jsxs305 } from "react/jsx-runtime";
16274
+ import { jsx as jsx594, jsxs as jsxs316 } from "react/jsx-runtime";
15789
16275
 
15790
16276
  // src/utils/templates/layout/float/no-float.tsx
15791
- import { jsx as jsx578, jsxs as jsxs306 } from "react/jsx-runtime";
16277
+ import { jsx as jsx595, jsxs as jsxs317 } from "react/jsx-runtime";
15792
16278
 
15793
16279
  // src/utils/templates/layout/float/right.tsx
15794
- import { jsx as jsx579, jsxs as jsxs307 } from "react/jsx-runtime";
16280
+ import { jsx as jsx596, jsxs as jsxs318 } from "react/jsx-runtime";
15795
16281
 
15796
16282
  // src/utils/templates/layout/object-fit/contain.tsx
15797
- import { jsx as jsx580 } from "react/jsx-runtime";
16283
+ import { jsx as jsx597 } from "react/jsx-runtime";
15798
16284
 
15799
16285
  // src/utils/templates/layout/object-fit/cover.tsx
15800
- import { jsx as jsx581 } from "react/jsx-runtime";
16286
+ import { jsx as jsx598 } from "react/jsx-runtime";
15801
16287
 
15802
16288
  // src/utils/templates/layout/object-fit/fill.tsx
15803
- import { jsx as jsx582 } from "react/jsx-runtime";
16289
+ import { jsx as jsx599 } from "react/jsx-runtime";
15804
16290
 
15805
16291
  // src/utils/templates/layout/object-fit/scale-down.tsx
15806
- import { jsx as jsx583 } from "react/jsx-runtime";
16292
+ import { jsx as jsx600 } from "react/jsx-runtime";
15807
16293
 
15808
16294
  // src/utils/templates/layout/object-position/position.tsx
15809
- import { jsx as jsx584, jsxs as jsxs308 } from "react/jsx-runtime";
16295
+ import { jsx as jsx601, jsxs as jsxs319 } from "react/jsx-runtime";
15810
16296
 
15811
16297
  // src/utils/templates/layout/overflow/hidden.tsx
15812
- import { jsx as jsx585 } from "react/jsx-runtime";
16298
+ import { jsx as jsx602 } from "react/jsx-runtime";
15813
16299
 
15814
16300
  // src/utils/templates/layout/overflow/horizontal.tsx
15815
- import { jsx as jsx586 } from "react/jsx-runtime";
16301
+ import { jsx as jsx603 } from "react/jsx-runtime";
15816
16302
 
15817
16303
  // src/utils/templates/layout/overflow/vertical.tsx
15818
- import { jsx as jsx587 } from "react/jsx-runtime";
16304
+ import { jsx as jsx604 } from "react/jsx-runtime";
15819
16305
 
15820
16306
  // src/utils/templates/layout/overflow/visible.tsx
15821
- import { jsx as jsx588 } from "react/jsx-runtime";
16307
+ import { jsx as jsx605 } from "react/jsx-runtime";
15822
16308
 
15823
16309
  // src/utils/templates/layout/placement/multiple.tsx
15824
- import { jsx as jsx589, jsxs as jsxs309 } from "react/jsx-runtime";
16310
+ import { jsx as jsx606, jsxs as jsxs320 } from "react/jsx-runtime";
15825
16311
 
15826
16312
  // src/utils/templates/layout/placement/single.tsx
15827
- import { jsx as jsx590, jsxs as jsxs310 } from "react/jsx-runtime";
16313
+ import { jsx as jsx607, jsxs as jsxs321 } from "react/jsx-runtime";
15828
16314
 
15829
16315
  // src/utils/templates/layout/position/applying.tsx
15830
- import { jsx as jsx591, jsxs as jsxs311 } from "react/jsx-runtime";
16316
+ import { jsx as jsx608, jsxs as jsxs322 } from "react/jsx-runtime";
15831
16317
 
15832
16318
  // src/utils/templates/layout/visibility/invisible.tsx
15833
- import { jsx as jsx592, jsxs as jsxs312 } from "react/jsx-runtime";
16319
+ import { jsx as jsx609, jsxs as jsxs323 } from "react/jsx-runtime";
15834
16320
 
15835
16321
  // src/utils/templates/layout/z-index/applying.tsx
15836
- import { Fragment as Fragment123, jsx as jsx593, jsxs as jsxs313 } from "react/jsx-runtime";
16322
+ import { Fragment as Fragment132, jsx as jsx610, jsxs as jsxs324 } from "react/jsx-runtime";
15837
16323
 
15838
16324
  // src/utils/templates/sizing/height/fixed.tsx
15839
- import { jsx as jsx594, jsxs as jsxs314 } from "react/jsx-runtime";
16325
+ import { jsx as jsx611, jsxs as jsxs325 } from "react/jsx-runtime";
15840
16326
 
15841
16327
  // src/utils/templates/sizing/height/full.tsx
15842
- import { jsx as jsx595 } from "react/jsx-runtime";
16328
+ import { jsx as jsx612 } from "react/jsx-runtime";
15843
16329
 
15844
16330
  // src/utils/templates/sizing/height/maximum.tsx
15845
- import { jsx as jsx596 } from "react/jsx-runtime";
16331
+ import { jsx as jsx613 } from "react/jsx-runtime";
15846
16332
 
15847
16333
  // src/utils/templates/sizing/height/minimum.tsx
15848
- import { jsx as jsx597 } from "react/jsx-runtime";
16334
+ import { jsx as jsx614 } from "react/jsx-runtime";
15849
16335
 
15850
16336
  // src/utils/templates/sizing/height/screen.tsx
15851
- import { jsx as jsx598 } from "react/jsx-runtime";
16337
+ import { jsx as jsx615 } from "react/jsx-runtime";
15852
16338
 
15853
16339
  // src/utils/templates/sizing/width/fixed.tsx
15854
- import { jsx as jsx599, jsxs as jsxs315 } from "react/jsx-runtime";
16340
+ import { jsx as jsx616, jsxs as jsxs326 } from "react/jsx-runtime";
15855
16341
 
15856
16342
  // src/utils/templates/sizing/width/full.tsx
15857
- import { jsx as jsx600 } from "react/jsx-runtime";
16343
+ import { jsx as jsx617 } from "react/jsx-runtime";
15858
16344
 
15859
16345
  // src/utils/templates/sizing/width/maximum.tsx
15860
- import { jsx as jsx601 } from "react/jsx-runtime";
16346
+ import { jsx as jsx618 } from "react/jsx-runtime";
15861
16347
 
15862
16348
  // src/utils/templates/sizing/width/minimum.tsx
15863
- import { jsx as jsx602 } from "react/jsx-runtime";
16349
+ import { jsx as jsx619 } from "react/jsx-runtime";
15864
16350
 
15865
16351
  // src/utils/templates/sizing/width/screen.tsx
15866
- import { jsx as jsx603 } from "react/jsx-runtime";
16352
+ import { jsx as jsx620 } from "react/jsx-runtime";
15867
16353
 
15868
16354
  // src/utils/templates/spacing/margin/all.tsx
15869
- import { jsx as jsx604 } from "react/jsx-runtime";
16355
+ import { jsx as jsx621 } from "react/jsx-runtime";
15870
16356
 
15871
16357
  // src/utils/templates/spacing/margin/single.tsx
15872
- import { Fragment as Fragment124, jsx as jsx605, jsxs as jsxs316 } from "react/jsx-runtime";
16358
+ import { Fragment as Fragment133, jsx as jsx622, jsxs as jsxs327 } from "react/jsx-runtime";
15873
16359
 
15874
16360
  // src/utils/templates/spacing/margin/x.tsx
15875
- import { jsx as jsx606 } from "react/jsx-runtime";
16361
+ import { jsx as jsx623 } from "react/jsx-runtime";
15876
16362
 
15877
16363
  // src/utils/templates/spacing/margin/y.tsx
15878
- import { jsx as jsx607 } from "react/jsx-runtime";
16364
+ import { jsx as jsx624 } from "react/jsx-runtime";
15879
16365
 
15880
16366
  // src/utils/templates/spacing/padding/all.tsx
15881
- import { jsx as jsx608 } from "react/jsx-runtime";
16367
+ import { jsx as jsx625 } from "react/jsx-runtime";
15882
16368
 
15883
16369
  // src/utils/templates/spacing/padding/single.tsx
15884
- import { Fragment as Fragment125, jsx as jsx609, jsxs as jsxs317 } from "react/jsx-runtime";
16370
+ import { Fragment as Fragment134, jsx as jsx626, jsxs as jsxs328 } from "react/jsx-runtime";
15885
16371
 
15886
16372
  // src/utils/templates/spacing/padding/x.tsx
15887
- import { jsx as jsx610 } from "react/jsx-runtime";
16373
+ import { jsx as jsx627 } from "react/jsx-runtime";
15888
16374
 
15889
16375
  // src/utils/templates/spacing/padding/y.tsx
15890
- import { jsx as jsx611 } from "react/jsx-runtime";
16376
+ import { jsx as jsx628 } from "react/jsx-runtime";
15891
16377
 
15892
16378
  // src/utils/templates/svg/fill/color.tsx
15893
- import { Fragment as Fragment126, jsx as jsx612, jsxs as jsxs318 } from "react/jsx-runtime";
16379
+ import { Fragment as Fragment135, jsx as jsx629, jsxs as jsxs329 } from "react/jsx-runtime";
15894
16380
 
15895
16381
  // src/utils/templates/svg/stroke/color.tsx
15896
- import { Fragment as Fragment127, jsx as jsx613, jsxs as jsxs319 } from "react/jsx-runtime";
16382
+ import { Fragment as Fragment136, jsx as jsx630, jsxs as jsxs330 } from "react/jsx-runtime";
15897
16383
 
15898
16384
  // src/utils/templates/table/border-collapse/collapse.tsx
15899
- import { jsx as jsx614, jsxs as jsxs320 } from "react/jsx-runtime";
16385
+ import { jsx as jsx631, jsxs as jsxs331 } from "react/jsx-runtime";
15900
16386
 
15901
16387
  // src/utils/templates/table/border-collapse/separate.tsx
15902
- import { jsx as jsx615, jsxs as jsxs321 } from "react/jsx-runtime";
16388
+ import { jsx as jsx632, jsxs as jsxs332 } from "react/jsx-runtime";
15903
16389
 
15904
16390
  // src/utils/templates/table/table-layout/auto.tsx
15905
- import { jsx as jsx616, jsxs as jsxs322 } from "react/jsx-runtime";
16391
+ import { jsx as jsx633, jsxs as jsxs333 } from "react/jsx-runtime";
15906
16392
 
15907
16393
  // src/utils/templates/table/table-layout/fixed.tsx
15908
- import { jsx as jsx617, jsxs as jsxs323 } from "react/jsx-runtime";
16394
+ import { jsx as jsx634, jsxs as jsxs334 } from "react/jsx-runtime";
15909
16395
 
15910
16396
  // src/utils/templates/transform/flip/horizontal.tsx
15911
- import { jsx as jsx618, jsxs as jsxs324 } from "react/jsx-runtime";
16397
+ import { jsx as jsx635, jsxs as jsxs335 } from "react/jsx-runtime";
15912
16398
 
15913
16399
  // src/utils/templates/transform/flip/vertical.tsx
15914
- import { jsx as jsx619, jsxs as jsxs325 } from "react/jsx-runtime";
16400
+ import { jsx as jsx636, jsxs as jsxs336 } from "react/jsx-runtime";
15915
16401
 
15916
16402
  // src/utils/templates/transform/origin/applying.tsx
15917
- import { jsx as jsx620, jsxs as jsxs326 } from "react/jsx-runtime";
16403
+ import { jsx as jsx637, jsxs as jsxs337 } from "react/jsx-runtime";
15918
16404
 
15919
16405
  // src/utils/templates/transform/rotate/applying.tsx
15920
- import { jsx as jsx621, jsxs as jsxs327 } from "react/jsx-runtime";
16406
+ import { jsx as jsx638, jsxs as jsxs338 } from "react/jsx-runtime";
15921
16407
 
15922
16408
  // src/utils/templates/transform/scale/applying.tsx
15923
- import { jsx as jsx622, jsxs as jsxs328 } from "react/jsx-runtime";
16409
+ import { jsx as jsx639, jsxs as jsxs339 } from "react/jsx-runtime";
15924
16410
 
15925
16411
  // src/utils/templates/transform/skew/applying.tsx
15926
- import { jsx as jsx623, jsxs as jsxs329 } from "react/jsx-runtime";
16412
+ import { jsx as jsx640, jsxs as jsxs340 } from "react/jsx-runtime";
15927
16413
 
15928
16414
  // src/utils/templates/transform/translate/applying.tsx
15929
- import { jsx as jsx624, jsxs as jsxs330 } from "react/jsx-runtime";
16415
+ import { jsx as jsx641, jsxs as jsxs341 } from "react/jsx-runtime";
15930
16416
 
15931
16417
  // src/utils/templates/typography/font-style/italic.tsx
15932
- import { jsx as jsx625 } from "react/jsx-runtime";
16418
+ import { jsx as jsx642 } from "react/jsx-runtime";
15933
16419
 
15934
16420
  // src/utils/templates/typography/font-weight/size.tsx
15935
- import { Fragment as Fragment128, jsx as jsx626, jsxs as jsxs331 } from "react/jsx-runtime";
16421
+ import { Fragment as Fragment137, jsx as jsx643, jsxs as jsxs342 } from "react/jsx-runtime";
15936
16422
 
15937
16423
  // src/utils/templates/typography/list-style-type/decimal.tsx
15938
- import { jsx as jsx627, jsxs as jsxs332 } from "react/jsx-runtime";
16424
+ import { jsx as jsx644, jsxs as jsxs343 } from "react/jsx-runtime";
15939
16425
 
15940
16426
  // src/utils/templates/typography/list-style-type/disc.tsx
15941
- import { jsx as jsx628, jsxs as jsxs333 } from "react/jsx-runtime";
16427
+ import { jsx as jsx645, jsxs as jsxs344 } from "react/jsx-runtime";
15942
16428
 
15943
16429
  // src/utils/templates/typography/list-style-type/none.tsx
15944
- import { jsx as jsx629, jsxs as jsxs334 } from "react/jsx-runtime";
16430
+ import { jsx as jsx646, jsxs as jsxs345 } from "react/jsx-runtime";
15945
16431
 
15946
16432
  // src/utils/templates/typography/text-align/center.tsx
15947
- import { jsx as jsx630 } from "react/jsx-runtime";
16433
+ import { jsx as jsx647 } from "react/jsx-runtime";
15948
16434
 
15949
16435
  // src/utils/templates/typography/text-align/justify.tsx
15950
- import { jsx as jsx631 } from "react/jsx-runtime";
16436
+ import { jsx as jsx648 } from "react/jsx-runtime";
15951
16437
 
15952
16438
  // src/utils/templates/typography/text-align/left.tsx
15953
- import { jsx as jsx632 } from "react/jsx-runtime";
16439
+ import { jsx as jsx649 } from "react/jsx-runtime";
15954
16440
 
15955
16441
  // src/utils/templates/typography/text-align/right.tsx
15956
- import { jsx as jsx633 } from "react/jsx-runtime";
16442
+ import { jsx as jsx650 } from "react/jsx-runtime";
15957
16443
 
15958
16444
  // src/utils/templates/typography/text-color/inherit.tsx
15959
- import { jsx as jsx634 } from "react/jsx-runtime";
16445
+ import { jsx as jsx651 } from "react/jsx-runtime";
15960
16446
 
15961
16447
  // src/utils/templates/typography/text-color/white.tsx
15962
- import { jsx as jsx635 } from "react/jsx-runtime";
16448
+ import { jsx as jsx652 } from "react/jsx-runtime";
15963
16449
 
15964
16450
  // src/utils/templates/typography/text-decoration/all.tsx
15965
- import { Fragment as Fragment129, jsx as jsx636, jsxs as jsxs335 } from "react/jsx-runtime";
16451
+ import { Fragment as Fragment138, jsx as jsx653, jsxs as jsxs346 } from "react/jsx-runtime";
15966
16452
 
15967
16453
  // src/utils/templates/typography/text-overflow/clip.tsx
15968
- import { jsx as jsx637 } from "react/jsx-runtime";
16454
+ import { jsx as jsx654 } from "react/jsx-runtime";
15969
16455
 
15970
16456
  // src/utils/templates/typography/text-overflow/ellipsis.tsx
15971
- import { jsx as jsx638 } from "react/jsx-runtime";
16457
+ import { jsx as jsx655 } from "react/jsx-runtime";
15972
16458
 
15973
16459
  // src/utils/templates/typography/text-transform/all.tsx
15974
- import { Fragment as Fragment130, jsx as jsx639, jsxs as jsxs336 } from "react/jsx-runtime";
16460
+ import { Fragment as Fragment139, jsx as jsx656, jsxs as jsxs347 } from "react/jsx-runtime";
15975
16461
 
15976
16462
  // src/utils/templates/typography/vertical-align/baseline.tsx
15977
- import { jsx as jsx640, jsxs as jsxs337 } from "react/jsx-runtime";
16463
+ import { jsx as jsx657, jsxs as jsxs348 } from "react/jsx-runtime";
15978
16464
 
15979
16465
  // src/utils/templates/typography/vertical-align/bottom.tsx
15980
- import { jsx as jsx641, jsxs as jsxs338 } from "react/jsx-runtime";
16466
+ import { jsx as jsx658, jsxs as jsxs349 } from "react/jsx-runtime";
15981
16467
 
15982
16468
  // src/utils/templates/typography/vertical-align/center.tsx
15983
- import { jsx as jsx642, jsxs as jsxs339 } from "react/jsx-runtime";
16469
+ import { jsx as jsx659, jsxs as jsxs350 } from "react/jsx-runtime";
15984
16470
 
15985
16471
  // src/utils/templates/typography/vertical-align/top.tsx
15986
- import { jsx as jsx643, jsxs as jsxs340 } from "react/jsx-runtime";
16472
+ import { jsx as jsx660, jsxs as jsxs351 } from "react/jsx-runtime";
15987
16473
 
15988
16474
  // src/utils/templates/typography/white-space/normal.tsx
15989
- import { jsx as jsx644 } from "react/jsx-runtime";
16475
+ import { jsx as jsx661 } from "react/jsx-runtime";
15990
16476
 
15991
16477
  // src/utils/templates/typography/white-space/nowrap.tsx
15992
- import { jsx as jsx645 } from "react/jsx-runtime";
16478
+ import { jsx as jsx662 } from "react/jsx-runtime";
15993
16479
 
15994
16480
  // src/utils/templates/typography/white-space/pre-line.tsx
15995
- import { jsx as jsx646 } from "react/jsx-runtime";
16481
+ import { jsx as jsx663 } from "react/jsx-runtime";
15996
16482
 
15997
16483
  // src/utils/templates/typography/white-space/pre-wrap.tsx
15998
- import { jsx as jsx647 } from "react/jsx-runtime";
16484
+ import { jsx as jsx664 } from "react/jsx-runtime";
15999
16485
 
16000
16486
  // src/utils/templates/typography/white-space/pre.tsx
16001
- import { jsx as jsx648 } from "react/jsx-runtime";
16487
+ import { jsx as jsx665 } from "react/jsx-runtime";
16002
16488
 
16003
16489
  // src/multiselect/templates/multiselect-prefix.tsx
16004
- import { Fragment as Fragment131, jsx as jsx649 } from "react/jsx-runtime";
16490
+ import { Fragment as Fragment140, jsx as jsx666 } from "react/jsx-runtime";
16005
16491
 
16006
16492
  // src/multiselect/templates/multiselect-suffix.tsx
16007
- import { Fragment as Fragment132, jsx as jsx650 } from "react/jsx-runtime";
16493
+ import { Fragment as Fragment141, jsx as jsx667 } from "react/jsx-runtime";
16008
16494
 
16009
16495
  // src/multiselect/tests/multiselect-adaptive.tsx
16010
- import { Fragment as Fragment133, jsx as jsx651, jsxs as jsxs341 } from "react/jsx-runtime";
16496
+ import { Fragment as Fragment142, jsx as jsx668, jsxs as jsxs352 } from "react/jsx-runtime";
16011
16497
  var styles = `
16012
16498
  #test-area {
16013
16499
  --kendo-actionsheet-height: 500px;
@@ -16021,13 +16507,13 @@ var styles = `
16021
16507
  transform: translateZ(0);
16022
16508
  }
16023
16509
  `;
16024
- var multiselect_adaptive_default = () => /* @__PURE__ */ jsxs341(Fragment133, { children: [
16025
- /* @__PURE__ */ jsx651("style", { children: styles }),
16026
- /* @__PURE__ */ jsxs341("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
16027
- /* @__PURE__ */ jsx651("span", { children: "partial" }),
16028
- /* @__PURE__ */ jsx651("span", { children: "full screen" }),
16029
- /* @__PURE__ */ jsx651("section", { children: /* @__PURE__ */ jsx651(MultiSelectAdaptive, {}) }),
16030
- /* @__PURE__ */ jsx651("section", { children: /* @__PURE__ */ jsx651(MultiSelectAdaptive, { adaptiveSettings: { fullscreen: true } }) })
16510
+ var multiselect_adaptive_default = () => /* @__PURE__ */ jsxs352(Fragment142, { children: [
16511
+ /* @__PURE__ */ jsx668("style", { children: styles }),
16512
+ /* @__PURE__ */ jsxs352("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
16513
+ /* @__PURE__ */ jsx668("span", { children: "partial" }),
16514
+ /* @__PURE__ */ jsx668("span", { children: "full screen" }),
16515
+ /* @__PURE__ */ jsx668("section", { children: /* @__PURE__ */ jsx668(MultiSelectAdaptive, {}) }),
16516
+ /* @__PURE__ */ jsx668("section", { children: /* @__PURE__ */ jsx668(MultiSelectAdaptive, { adaptiveSettings: { fullscreen: true } }) })
16031
16517
  ] })
16032
16518
  ] });
16033
16519
  export {