@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
@@ -7757,7 +7757,9 @@ var defaultProps48 = {
7757
7757
  orientation: "horizontal",
7758
7758
  readonly: false,
7759
7759
  disabled: false,
7760
- handlePosition: "end"
7760
+ handlePosition: "end",
7761
+ showButtons: true,
7762
+ showTicks: true
7761
7763
  };
7762
7764
  var Slider = (props) => {
7763
7765
  const {
@@ -7766,6 +7768,8 @@ var Slider = (props) => {
7766
7768
  readonly = defaultProps48.readonly,
7767
7769
  disabled = defaultProps48.disabled,
7768
7770
  handlePosition = defaultProps48.handlePosition,
7771
+ showButtons = defaultProps48.showButtons,
7772
+ showTicks = defaultProps48.showTicks,
7769
7773
  hover,
7770
7774
  focus,
7771
7775
  active,
@@ -7794,9 +7798,9 @@ var Slider = (props) => {
7794
7798
  "k-range-slider": type === "range"
7795
7799
  }
7796
7800
  ), dir, children: [
7797
- type !== "gradient" && /* @__PURE__ */ jsx137(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
7801
+ showButtons && /* @__PURE__ */ jsx137(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
7798
7802
  /* @__PURE__ */ jsxs52("div", { className: "k-slider-track-wrap", children: [
7799
- type !== "gradient" && /* @__PURE__ */ jsx137("ul", { className: "k-reset k-slider-items", children: props.children }),
7803
+ showTicks && /* @__PURE__ */ jsx137("ul", { className: "k-reset k-slider-items", children: props.children }),
7800
7804
  /* @__PURE__ */ jsxs52("div", { className: "k-slider-track", style: trackStyle, children: [
7801
7805
  /* @__PURE__ */ jsx137("div", { className: "k-slider-selection" }),
7802
7806
  type === "range" && /* @__PURE__ */ jsx137("span", { className: classNames(
@@ -7819,7 +7823,7 @@ var Slider = (props) => {
7819
7823
  ) })
7820
7824
  ] })
7821
7825
  ] }),
7822
- type !== "gradient" && /* @__PURE__ */ jsx137(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
7826
+ showButtons && /* @__PURE__ */ jsx137(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
7823
7827
  ] });
7824
7828
  };
7825
7829
  Slider.states = states51;
@@ -7879,6 +7883,8 @@ var SliderGradientVertical = (props) => /* @__PURE__ */ jsx144(
7879
7883
  {
7880
7884
  type: "gradient",
7881
7885
  orientation: "vertical",
7886
+ showButtons: false,
7887
+ showTicks: false,
7882
7888
  children: /* @__PURE__ */ jsxs58(Fragment45, { children: [
7883
7889
  /* @__PURE__ */ jsx144(SliderTick, { label: true, large: true, text: "0" }),
7884
7890
  /* @__PURE__ */ jsx144(SliderTick, {}),
@@ -8689,7 +8695,9 @@ var states63 = [
8689
8695
  States.disabled
8690
8696
  ];
8691
8697
  var options60 = {};
8692
- var defaultProps59 = {};
8698
+ var defaultProps59 = {
8699
+ imgPath: "/packages/html/assets/captcha.jpg"
8700
+ };
8693
8701
  var Captcha = (props) => {
8694
8702
  const {
8695
8703
  value,
@@ -8697,6 +8705,7 @@ var Captcha = (props) => {
8697
8705
  invalid,
8698
8706
  loading,
8699
8707
  disabled,
8708
+ imgPath = defaultProps59.imgPath,
8700
8709
  ...other
8701
8710
  } = props;
8702
8711
  return /* @__PURE__ */ jsxs68(
@@ -8720,7 +8729,7 @@ var Captcha = (props) => {
8720
8729
  "img",
8721
8730
  {
8722
8731
  className: classNames({ "k-hidden": loading }),
8723
- src: "/packages/html/assets/captcha.jpg"
8732
+ src: imgPath
8724
8733
  }
8725
8734
  ),
8726
8735
  loading && /* @__PURE__ */ jsx172(SkeletonRectangle, { style: { width: "100%", height: "100%" } })
@@ -12096,8 +12105,10 @@ var UploadNormal = (props) => /* @__PURE__ */ jsx286(
12096
12105
  import { jsx as jsx287, jsxs as jsxs118 } from "react/jsx-runtime";
12097
12106
  var DROPZONE_CLASSNAME = `k-external-dropzone`;
12098
12107
  var states95 = [
12108
+ States.disabled,
12099
12109
  States.hover
12100
12110
  ];
12111
+ var options88 = {};
12101
12112
  var defaultProps87 = {
12102
12113
  icon: "upload",
12103
12114
  hint: "Drag and drop files here to upload"
@@ -12105,6 +12116,7 @@ var defaultProps87 = {
12105
12116
  var Dropzone = (props) => {
12106
12117
  const {
12107
12118
  hover,
12119
+ disabled,
12108
12120
  icon = defaultProps87.icon,
12109
12121
  hint = defaultProps87.hint,
12110
12122
  note,
@@ -12117,7 +12129,9 @@ var Dropzone = (props) => {
12117
12129
  className: classNames(
12118
12130
  props.className,
12119
12131
  DROPZONE_CLASSNAME,
12120
- stateClassNames(DROPZONE_CLASSNAME, {}),
12132
+ stateClassNames(DROPZONE_CLASSNAME, {
12133
+ disabled
12134
+ }),
12121
12135
  {
12122
12136
  "k-external-dropzone-hover": hover
12123
12137
  }
@@ -12131,6 +12145,7 @@ var Dropzone = (props) => {
12131
12145
  );
12132
12146
  };
12133
12147
  Dropzone.states = states95;
12148
+ Dropzone.options = options88;
12134
12149
  Dropzone.className = DROPZONE_CLASSNAME;
12135
12150
  Dropzone.defaultProps = defaultProps87;
12136
12151
 
@@ -12151,7 +12166,7 @@ var states96 = [
12151
12166
  States.selected,
12152
12167
  States.disabled
12153
12168
  ];
12154
- var options88 = {
12169
+ var options89 = {
12155
12170
  size: [Size.small, Size.medium, Size.large],
12156
12171
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
12157
12172
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -12225,7 +12240,7 @@ var FloatingActionButton = (props) => {
12225
12240
  );
12226
12241
  };
12227
12242
  FloatingActionButton.states = states96;
12228
- FloatingActionButton.options = options88;
12243
+ FloatingActionButton.options = options89;
12229
12244
  FloatingActionButton.className = FLOATINGACTIONBUTTON_CLASSNAME;
12230
12245
  FloatingActionButton.defaultProps = defaultProps88;
12231
12246
 
@@ -12293,7 +12308,7 @@ var TOOLBAR_CLASSNAME = `k-toolbar`;
12293
12308
  var states98 = [
12294
12309
  States.focus
12295
12310
  ];
12296
- var options89 = {
12311
+ var options90 = {
12297
12312
  size: [Size.small, Size.medium, Size.large]
12298
12313
  };
12299
12314
  var defaultProps89 = {
@@ -12458,7 +12473,7 @@ var Toolbar = (props) => {
12458
12473
  );
12459
12474
  };
12460
12475
  Toolbar.states = states98;
12461
- Toolbar.options = options89;
12476
+ Toolbar.options = options90;
12462
12477
  Toolbar.className = TOOLBAR_CLASSNAME;
12463
12478
  Toolbar.defaultProps = defaultProps89;
12464
12479
 
@@ -12468,7 +12483,7 @@ var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
12468
12483
  var states99 = [
12469
12484
  States.focus
12470
12485
  ];
12471
- var options90 = {
12486
+ var options91 = {
12472
12487
  size: [Size.small, Size.medium, Size.large]
12473
12488
  };
12474
12489
  var defaultProps90 = {
@@ -12633,7 +12648,7 @@ var ToolbarAngular = (props) => {
12633
12648
  );
12634
12649
  };
12635
12650
  ToolbarAngular.states = states99;
12636
- ToolbarAngular.options = options90;
12651
+ ToolbarAngular.options = options91;
12637
12652
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
12638
12653
  ToolbarAngular.defaultProps = defaultProps90;
12639
12654
 
@@ -12646,7 +12661,7 @@ var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
12646
12661
  var states100 = [
12647
12662
  States.focus
12648
12663
  ];
12649
- var options91 = {};
12664
+ var options92 = {};
12650
12665
  var defaultProps91 = {};
12651
12666
  var ToolbarItem = (props) => {
12652
12667
  const {
@@ -12669,7 +12684,7 @@ var ToolbarItem = (props) => {
12669
12684
  );
12670
12685
  };
12671
12686
  ToolbarItem.states = states100;
12672
- ToolbarItem.options = options91;
12687
+ ToolbarItem.options = options92;
12673
12688
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
12674
12689
  ToolbarItem.defaultProps = defaultProps91;
12675
12690
 
@@ -12677,7 +12692,7 @@ ToolbarItem.defaultProps = defaultProps91;
12677
12692
  import { jsx as jsx300 } from "react/jsx-runtime";
12678
12693
  var TOOLBARPOPUP_CLASSNAME = `k-toolbar-popup`;
12679
12694
  var states101 = [];
12680
- var options92 = {};
12695
+ var options93 = {};
12681
12696
  var defaultProps92 = {};
12682
12697
  var ToolbarPopup = (props) => {
12683
12698
  const { ...other } = props;
@@ -12694,7 +12709,7 @@ var ToolbarPopup = (props) => {
12694
12709
  );
12695
12710
  };
12696
12711
  ToolbarPopup.states = states101;
12697
- ToolbarPopup.options = options92;
12712
+ ToolbarPopup.options = options93;
12698
12713
  ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
12699
12714
  ToolbarPopup.defaultProps = defaultProps92;
12700
12715
 
@@ -12714,7 +12729,7 @@ import { jsx as jsx304 } from "react/jsx-runtime";
12714
12729
  import { Fragment as Fragment85, jsx as jsx305, jsxs as jsxs122 } from "react/jsx-runtime";
12715
12730
  var DIALOG_CLASSNAME = `k-dialog`;
12716
12731
  var states102 = [];
12717
- var options93 = {
12732
+ var options94 = {
12718
12733
  themeColor: [
12719
12734
  ThemeColor.primary,
12720
12735
  ThemeColor.light,
@@ -12755,7 +12770,7 @@ var Dialog = (props) => {
12755
12770
  );
12756
12771
  };
12757
12772
  Dialog.states = states102;
12758
- Dialog.options = options93;
12773
+ Dialog.options = options94;
12759
12774
  Dialog.className = DIALOG_CLASSNAME;
12760
12775
  Dialog.defaultProps = defaultProps93;
12761
12776
 
@@ -12769,7 +12784,7 @@ import { Fragment as Fragment87, jsx as jsx307, jsxs as jsxs123 } from "react/js
12769
12784
  import { Fragment as Fragment88, jsx as jsx308, jsxs as jsxs124 } from "react/jsx-runtime";
12770
12785
  var NOTIFICATION_CLASSNAME = `k-notification`;
12771
12786
  var states103 = [];
12772
- var options94 = {
12787
+ var options95 = {
12773
12788
  themeColor: [
12774
12789
  ThemeColor.base,
12775
12790
  ThemeColor.primary,
@@ -12823,7 +12838,7 @@ var Notification = (props) => {
12823
12838
  );
12824
12839
  };
12825
12840
  Notification.states = states103;
12826
- Notification.options = options94;
12841
+ Notification.options = options95;
12827
12842
  Notification.className = NOTIFICATION_CLASSNAME;
12828
12843
  Notification.defaultProps = defaultProps94;
12829
12844
 
@@ -12846,7 +12861,7 @@ import { jsx as jsx313 } from "react/jsx-runtime";
12846
12861
  import { Fragment as Fragment89, jsx as jsx314, jsxs as jsxs125 } from "react/jsx-runtime";
12847
12862
  var POPOVER_CLASSNAME = `k-popover`;
12848
12863
  var states104 = [];
12849
- var options95 = {};
12864
+ var options96 = {};
12850
12865
  var defaultProps95 = {};
12851
12866
  var Popover = (props) => {
12852
12867
  const {
@@ -12880,7 +12895,7 @@ var Popover = (props) => {
12880
12895
  );
12881
12896
  };
12882
12897
  Popover.states = states104;
12883
- Popover.options = options95;
12898
+ Popover.options = options96;
12884
12899
  Popover.className = POPOVER_CLASSNAME;
12885
12900
  Popover.defaultProps = defaultProps95;
12886
12901
 
@@ -12891,7 +12906,7 @@ import { jsx as jsx315 } from "react/jsx-runtime";
12891
12906
  import { jsx as jsx316, jsxs as jsxs126 } from "react/jsx-runtime";
12892
12907
  var TOOLTIP_CLASSNAME = `k-tooltip`;
12893
12908
  var states105 = [];
12894
- var options96 = {
12909
+ var options97 = {
12895
12910
  themeColor: [
12896
12911
  ThemeColor.primary,
12897
12912
  ThemeColor.secondary,
@@ -12950,7 +12965,7 @@ var Tooltip = (props) => {
12950
12965
  );
12951
12966
  };
12952
12967
  Tooltip.states = states105;
12953
- Tooltip.options = options96;
12968
+ Tooltip.options = options97;
12954
12969
  Tooltip.className = TOOLTIP_CLASSNAME;
12955
12970
  Tooltip.defaultProps = defaultProps96;
12956
12971
 
@@ -12964,7 +12979,7 @@ import { jsx as jsx318 } from "react/jsx-runtime";
12964
12979
  import { Fragment as Fragment90, jsx as jsx319, jsxs as jsxs127 } from "react/jsx-runtime";
12965
12980
  var WINDOW_CLASSNAME = `k-window`;
12966
12981
  var states106 = [];
12967
- var options97 = {
12982
+ var options98 = {
12968
12983
  themeColor: [
12969
12984
  ThemeColor.primary,
12970
12985
  ThemeColor.light,
@@ -13013,7 +13028,7 @@ var Window = (props) => {
13013
13028
  );
13014
13029
  };
13015
13030
  Window.states = states106;
13016
- Window.options = options97;
13031
+ Window.options = options98;
13017
13032
  Window.className = WINDOW_CLASSNAME;
13018
13033
  Window.defaultProps = defaultProps97;
13019
13034
 
@@ -13024,7 +13039,7 @@ import { Fragment as Fragment91, jsx as jsx320 } from "react/jsx-runtime";
13024
13039
  import { jsx as jsx321 } from "react/jsx-runtime";
13025
13040
  var APPBAR_CLASSNAME = `k-appbar`;
13026
13041
  var states107 = [];
13027
- var options98 = {
13042
+ var options99 = {
13028
13043
  themeColor: [
13029
13044
  ThemeColor.inherit,
13030
13045
  ThemeColor.base,
@@ -13068,7 +13083,7 @@ var Appbar = (props) => {
13068
13083
  );
13069
13084
  };
13070
13085
  Appbar.states = states107;
13071
- Appbar.options = options98;
13086
+ Appbar.options = options99;
13072
13087
  Appbar.className = APPBAR_CLASSNAME;
13073
13088
  Appbar.defaultProps = defaultProps98;
13074
13089
 
@@ -13084,7 +13099,7 @@ var BOTTOM_NAV_CLASSNAME = "k-bottom-nav";
13084
13099
  var states108 = [
13085
13100
  States.disabled
13086
13101
  ];
13087
- var options99 = {
13102
+ var options100 = {
13088
13103
  fillMode: [FillMode.solid, FillMode.flat],
13089
13104
  themeColor: [
13090
13105
  ThemeColor.primary,
@@ -13131,7 +13146,7 @@ var BottomNav = (props) => {
13131
13146
  ), dir, children: props.children });
13132
13147
  };
13133
13148
  BottomNav.states = states108;
13134
- BottomNav.options = options99;
13149
+ BottomNav.options = options100;
13135
13150
  BottomNav.className = BOTTOM_NAV_CLASSNAME;
13136
13151
  BottomNav.defaultProps = defaultProps99;
13137
13152
 
@@ -13143,7 +13158,7 @@ var states109 = [
13143
13158
  States.selected,
13144
13159
  States.disabled
13145
13160
  ];
13146
- var options100 = {};
13161
+ var options101 = {};
13147
13162
  var defaultProps100 = {};
13148
13163
  var BottomNavItem = (props) => {
13149
13164
  const {
@@ -13168,7 +13183,7 @@ var BottomNavItem = (props) => {
13168
13183
  ] });
13169
13184
  };
13170
13185
  BottomNavItem.states = states109;
13171
- BottomNavItem.options = options100;
13186
+ BottomNavItem.options = options101;
13172
13187
  BottomNavItem.className = BOTTOM_NAV_ITEM_CLASSNAME;
13173
13188
  BottomNavItem.defaultProps = defaultProps100;
13174
13189
 
@@ -13187,7 +13202,7 @@ var BREADCRUMB_CLASSNAME = `k-breadcrumb`;
13187
13202
  var states110 = [
13188
13203
  States.focus
13189
13204
  ];
13190
- var options101 = {
13205
+ var options102 = {
13191
13206
  size: [Size.small, Size.medium, Size.large]
13192
13207
  };
13193
13208
  var defaultProps101 = {
@@ -13223,7 +13238,7 @@ var Breadcrumb = (props) => {
13223
13238
  );
13224
13239
  };
13225
13240
  Breadcrumb.states = states110;
13226
- Breadcrumb.options = options101;
13241
+ Breadcrumb.options = options102;
13227
13242
  Breadcrumb.className = BREADCRUMB_CLASSNAME;
13228
13243
  Breadcrumb.defaultProps = defaultProps101;
13229
13244
 
@@ -13304,7 +13319,7 @@ var states112 = [
13304
13319
  States.focus,
13305
13320
  States.disabled
13306
13321
  ];
13307
- var options102 = {
13322
+ var options103 = {
13308
13323
  size: [Size.small, Size.medium, Size.large]
13309
13324
  };
13310
13325
  var defaultProps102 = {
@@ -13550,7 +13565,7 @@ var Pager = (props) => {
13550
13565
  );
13551
13566
  };
13552
13567
  Pager.states = states112;
13553
- Pager.options = options102;
13568
+ Pager.options = options103;
13554
13569
  Pager.className = PAGER_CLASSNAME;
13555
13570
  Pager.defaultProps = defaultProps102;
13556
13571
 
@@ -13598,7 +13613,7 @@ var states113 = [
13598
13613
  States.selected,
13599
13614
  States.disabled
13600
13615
  ];
13601
- var options103 = {
13616
+ var options104 = {
13602
13617
  themeColor: [
13603
13618
  ThemeColor.primary,
13604
13619
  ThemeColor.success,
@@ -13648,7 +13663,7 @@ var Card = (props) => {
13648
13663
  );
13649
13664
  };
13650
13665
  Card.states = states113;
13651
- Card.options = options103;
13666
+ Card.options = options104;
13652
13667
  Card.className = CARD_CLASSNAME;
13653
13668
  Card.defaultProps = defaultProps103;
13654
13669
 
@@ -13801,7 +13816,7 @@ var states115 = [
13801
13816
  States.focus,
13802
13817
  States.disabled
13803
13818
  ];
13804
- var options104 = {};
13819
+ var options105 = {};
13805
13820
  var defaultProps104 = {};
13806
13821
  var ExpansionPanel = (props) => {
13807
13822
  const {
@@ -13846,7 +13861,7 @@ var ExpansionPanel = (props) => {
13846
13861
  ] });
13847
13862
  };
13848
13863
  ExpansionPanel.states = states115;
13849
- ExpansionPanel.options = options104;
13864
+ ExpansionPanel.options = options105;
13850
13865
  ExpansionPanel.className = EXPANSION_PANEL_CLASSNAME;
13851
13866
  ExpansionPanel.defaultProps = defaultProps104;
13852
13867
 
@@ -13856,12 +13871,168 @@ import { jsx as jsx357 } from "react/jsx-runtime";
13856
13871
  // src/expansion-panel/templates/expansion-panel-expanded.tsx
13857
13872
  import { jsx as jsx358 } from "react/jsx-runtime";
13858
13873
 
13859
- // src/tilelayout/tilelayout.spec.tsx
13874
+ // src/splitter/splitter-pane.tsx
13860
13875
  import { jsx as jsx359 } from "react/jsx-runtime";
13861
- var TILELAYOUT_CLASSNAME = `k-tilelayout`;
13876
+ var SPLITTERPANE_CLASSNAME = "k-pane";
13862
13877
  var states116 = [];
13863
- var options105 = {};
13864
- var defaultProps105 = {};
13878
+ var options106 = {};
13879
+ var defaultProps105 = {
13880
+ resizable: true,
13881
+ flex: false
13882
+ };
13883
+ var SplitterPane = (props) => {
13884
+ const {
13885
+ scrollable,
13886
+ flexBasis,
13887
+ flex,
13888
+ ...other
13889
+ } = props;
13890
+ return /* @__PURE__ */ jsx359(
13891
+ "div",
13892
+ {
13893
+ ...other,
13894
+ style: { flexBasis, ...props.style },
13895
+ className: classNames(
13896
+ props.className,
13897
+ SPLITTERPANE_CLASSNAME,
13898
+ {
13899
+ [`${SPLITTERPANE_CLASSNAME}-static`]: flexBasis,
13900
+ [`${SPLITTERPANE_CLASSNAME}-flex`]: flex,
13901
+ [`k-scrollable`]: scrollable
13902
+ }
13903
+ ),
13904
+ children: props.children
13905
+ }
13906
+ );
13907
+ };
13908
+ SplitterPane.states = states116;
13909
+ SplitterPane.options = options106;
13910
+ SplitterPane.className = SPLITTERPANE_CLASSNAME;
13911
+ SplitterPane.defaultProps = defaultProps105;
13912
+ var splitter_pane_default = SplitterPane;
13913
+
13914
+ // src/splitter/splitter-splitbar.tsx
13915
+ import { Fragment as Fragment101, jsx as jsx360, jsxs as jsxs141 } from "react/jsx-runtime";
13916
+ var SPLITTERSPLITBAR_CLASSNAME = "k-splitbar";
13917
+ var states117 = [
13918
+ States.hover,
13919
+ States.focus
13920
+ ];
13921
+ var options107 = {};
13922
+ var defaultProps106 = {
13923
+ orientation: "horizontal",
13924
+ draggable: true
13925
+ };
13926
+ var SplitterSplitbar = (props) => {
13927
+ const {
13928
+ hover,
13929
+ focus,
13930
+ orientation,
13931
+ draggable,
13932
+ collapsePrev,
13933
+ collapseNext,
13934
+ ...other
13935
+ } = props;
13936
+ return /* @__PURE__ */ jsxs141(
13937
+ "div",
13938
+ {
13939
+ ...other,
13940
+ className: classNames(
13941
+ props.className,
13942
+ SPLITTERSPLITBAR_CLASSNAME,
13943
+ stateClassNames(SPLITTERSPLITBAR_CLASSNAME, {
13944
+ hover,
13945
+ focus
13946
+ }),
13947
+ {
13948
+ [`${SPLITTERSPLITBAR_CLASSNAME}-${orientation}`]: orientation,
13949
+ [`${SPLITTERSPLITBAR_CLASSNAME}-draggable-${orientation}`]: draggable,
13950
+ [`${SPLITTERSPLITBAR_CLASSNAME}-static-${orientation}`]: !draggable && !collapsePrev && !collapseNext
13951
+ }
13952
+ ),
13953
+ children: [
13954
+ 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" }) }) }),
13955
+ /* @__PURE__ */ jsx360("div", { className: "k-resize-handle" }),
13956
+ 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" }) }) })
13957
+ ]
13958
+ }
13959
+ );
13960
+ };
13961
+ SplitterSplitbar.states = states117;
13962
+ SplitterSplitbar.options = options107;
13963
+ SplitterSplitbar.className = SPLITTERSPLITBAR_CLASSNAME;
13964
+ SplitterSplitbar.defaultProps = defaultProps106;
13965
+ var splitter_splitbar_default = SplitterSplitbar;
13966
+
13967
+ // src/splitter/splitter.spec.tsx
13968
+ import { Fragment as Fragment102, jsx as jsx361 } from "react/jsx-runtime";
13969
+ import { createElement as createElement6 } from "react";
13970
+ var SPLITTER_CLASSNAME = "k-splitter";
13971
+ var options108 = {};
13972
+ var defaultProps107 = {
13973
+ orientation: "horizontal"
13974
+ };
13975
+ var Splitter = (props) => {
13976
+ const {
13977
+ orientation,
13978
+ children,
13979
+ ...other
13980
+ } = props;
13981
+ const listChildren = [];
13982
+ if (children) {
13983
+ if (Array.isArray(children)) {
13984
+ children.map((child, index) => {
13985
+ if (child.type === splitter_pane_default) {
13986
+ listChildren.push(
13987
+ /* @__PURE__ */ createElement6(splitter_pane_default, { ...child.props, key: index }),
13988
+ children[index + 1] && /* @__PURE__ */ jsx361(Fragment102, { children: /* @__PURE__ */ jsx361(
13989
+ splitter_splitbar_default,
13990
+ {
13991
+ draggable: child.props.resizable !== false && children[index + 1].props.resizable !== false,
13992
+ collapsePrev: child.props.collapsible,
13993
+ collapseNext: children[index + 1].props.collapsible,
13994
+ orientation
13995
+ }
13996
+ ) })
13997
+ );
13998
+ } else {
13999
+ listChildren.push(child);
14000
+ }
14001
+ });
14002
+ }
14003
+ }
14004
+ return /* @__PURE__ */ jsx361(
14005
+ "div",
14006
+ {
14007
+ ...other,
14008
+ className: classNames(
14009
+ props.className,
14010
+ SPLITTER_CLASSNAME,
14011
+ {
14012
+ [`${SPLITTER_CLASSNAME}-${orientation}`]: orientation
14013
+ },
14014
+ "k-splitter-flex"
14015
+ ),
14016
+ children: listChildren
14017
+ }
14018
+ );
14019
+ };
14020
+ Splitter.options = options108;
14021
+ Splitter.className = SPLITTER_CLASSNAME;
14022
+ Splitter.defaultProps = defaultProps107;
14023
+
14024
+ // src/splitter/templates/splitter-normal.tsx
14025
+ import { jsx as jsx362, jsxs as jsxs142 } from "react/jsx-runtime";
14026
+
14027
+ // src/splitter/templates/splitter-vertical.tsx
14028
+ import { jsx as jsx363, jsxs as jsxs143 } from "react/jsx-runtime";
14029
+
14030
+ // src/tilelayout/tilelayout.spec.tsx
14031
+ import { jsx as jsx364 } from "react/jsx-runtime";
14032
+ var TILELAYOUT_CLASSNAME = `k-tilelayout`;
14033
+ var states118 = [];
14034
+ var options109 = {};
14035
+ var defaultProps108 = {};
13865
14036
  var TileLayout = (props) => {
13866
14037
  const {
13867
14038
  gap,
@@ -13877,7 +14048,7 @@ var TileLayout = (props) => {
13877
14048
  gap,
13878
14049
  ...style
13879
14050
  };
13880
- return /* @__PURE__ */ jsx359(
14051
+ return /* @__PURE__ */ jsx364(
13881
14052
  "div",
13882
14053
  {
13883
14054
  className: classNames(
@@ -13889,20 +14060,20 @@ var TileLayout = (props) => {
13889
14060
  }
13890
14061
  );
13891
14062
  };
13892
- TileLayout.states = states116;
13893
- TileLayout.options = options105;
14063
+ TileLayout.states = states118;
14064
+ TileLayout.options = options109;
13894
14065
  TileLayout.className = TILELAYOUT_CLASSNAME;
13895
- TileLayout.defaultProps = defaultProps105;
14066
+ TileLayout.defaultProps = defaultProps108;
13896
14067
 
13897
14068
  // src/tilelayout/tilelayout-item.spec.tsx
13898
14069
  import React from "react";
13899
- import { jsx as jsx360, jsxs as jsxs141 } from "react/jsx-runtime";
14070
+ import { jsx as jsx365, jsxs as jsxs144 } from "react/jsx-runtime";
13900
14071
  var TILELAYOUTITEM_CLASSNAME = `k-tilelayout-item`;
13901
- var states117 = [
14072
+ var states119 = [
13902
14073
  States.focus
13903
14074
  ];
13904
- var options106 = {};
13905
- var defaultProps106 = {};
14075
+ var options110 = {};
14076
+ var defaultProps109 = {};
13906
14077
  var TileLayoutItem = (props) => {
13907
14078
  const {
13908
14079
  header,
@@ -13911,7 +14082,7 @@ var TileLayoutItem = (props) => {
13911
14082
  resize,
13912
14083
  style
13913
14084
  } = props;
13914
- return /* @__PURE__ */ jsxs141(
14085
+ return /* @__PURE__ */ jsxs144(
13915
14086
  Card,
13916
14087
  {
13917
14088
  className: classNames(
@@ -13928,44 +14099,44 @@ var TileLayoutItem = (props) => {
13928
14099
  ),
13929
14100
  style,
13930
14101
  children: [
13931
- 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 }),
13932
- body && /* @__PURE__ */ jsx360(CardBody, { className: "k-tilelayout-item-body", children: body })
14102
+ 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 }),
14103
+ body && /* @__PURE__ */ jsx365(CardBody, { className: "k-tilelayout-item-body", children: body })
13933
14104
  ]
13934
14105
  }
13935
14106
  );
13936
14107
  };
13937
- TileLayoutItem.states = states117;
13938
- TileLayoutItem.options = options106;
14108
+ TileLayoutItem.states = states119;
14109
+ TileLayoutItem.options = options110;
13939
14110
  TileLayoutItem.className = TILELAYOUTITEM_CLASSNAME;
13940
- TileLayoutItem.defaultProps = defaultProps106;
14111
+ TileLayoutItem.defaultProps = defaultProps109;
13941
14112
 
13942
14113
  // src/tilelayout/tilelayout-item-hint.spec.tsx
13943
- import { jsx as jsx361 } from "react/jsx-runtime";
14114
+ import { jsx as jsx366 } from "react/jsx-runtime";
13944
14115
  var TILELAYOUTITEMHINT_CLASSNAME = `k-layout-item-hint`;
13945
- var states118 = [];
13946
- var options107 = {};
13947
- var defaultProps107 = {};
14116
+ var states120 = [];
14117
+ var options111 = {};
14118
+ var defaultProps110 = {};
13948
14119
  var TileLayoutItemHint = (props) => {
13949
14120
  const { style } = props;
13950
- return /* @__PURE__ */ jsx361("div", { className: TILELAYOUTITEMHINT_CLASSNAME, style });
14121
+ return /* @__PURE__ */ jsx366("div", { className: TILELAYOUTITEMHINT_CLASSNAME, style });
13951
14122
  };
13952
- TileLayoutItemHint.states = states118;
13953
- TileLayoutItemHint.options = options107;
14123
+ TileLayoutItemHint.states = states120;
14124
+ TileLayoutItemHint.options = options111;
13954
14125
  TileLayoutItemHint.className = TILELAYOUTITEMHINT_CLASSNAME;
13955
- TileLayoutItemHint.defaultProps = defaultProps107;
14126
+ TileLayoutItemHint.defaultProps = defaultProps110;
13956
14127
 
13957
14128
  // src/tilelayout/templates/tilelayout-normal.tsx
13958
- import { jsx as jsx362 } from "react/jsx-runtime";
14129
+ import { jsx as jsx367 } from "react/jsx-runtime";
13959
14130
 
13960
14131
  // src/listview/listview.spec.tsx
13961
- import { Fragment as Fragment101, jsx as jsx363, jsxs as jsxs142 } from "react/jsx-runtime";
14132
+ import { Fragment as Fragment103, jsx as jsx368, jsxs as jsxs145 } from "react/jsx-runtime";
13962
14133
  var LISTVIEW_CLASSNAME = `k-listview`;
13963
- var states119 = [
14134
+ var states121 = [
13964
14135
  States.loading,
13965
14136
  States.disabled
13966
14137
  ];
13967
- var options108 = {};
13968
- var defaultProps108 = {
14138
+ var options112 = {};
14139
+ var defaultProps111 = {
13969
14140
  pagerPosition: "bottom",
13970
14141
  layout: "flex",
13971
14142
  flexDirection: "row"
@@ -13975,23 +14146,23 @@ var ListView = (props) => {
13975
14146
  header,
13976
14147
  footer,
13977
14148
  pageable,
13978
- pagerPosition = defaultProps108.pagerPosition,
14149
+ pagerPosition = defaultProps111.pagerPosition,
13979
14150
  bordered,
13980
- layout = defaultProps108.layout,
13981
- flexDirection = defaultProps108.flexDirection,
14151
+ layout = defaultProps111.layout,
14152
+ flexDirection = defaultProps111.flexDirection,
13982
14153
  flexWrap,
13983
14154
  gridColumns,
13984
14155
  loading,
13985
14156
  disabled,
13986
14157
  ...other
13987
14158
  } = props;
13988
- const pager = /* @__PURE__ */ jsx363(Pager, { className: `k-listview-pager k-listview-pager-${pagerPosition}` });
13989
- const loader = /* @__PURE__ */ jsx363(Fragment101, { children: /* @__PURE__ */ jsxs142("div", { className: "k-loading-mask k-opaque", style: { height: "100%", width: "100%" }, children: [
13990
- /* @__PURE__ */ jsx363("span", { className: "k-loading-text", children: "Loading..." }),
13991
- /* @__PURE__ */ jsx363("div", { className: "k-loading-image" }),
13992
- /* @__PURE__ */ jsx363("div", { className: "k-loading-color" })
14159
+ const pager = /* @__PURE__ */ jsx368(Pager, { className: `k-listview-pager k-listview-pager-${pagerPosition}` });
14160
+ const loader = /* @__PURE__ */ jsx368(Fragment103, { children: /* @__PURE__ */ jsxs145("div", { className: "k-loading-mask k-opaque", style: { height: "100%", width: "100%" }, children: [
14161
+ /* @__PURE__ */ jsx368("span", { className: "k-loading-text", children: "Loading..." }),
14162
+ /* @__PURE__ */ jsx368("div", { className: "k-loading-image" }),
14163
+ /* @__PURE__ */ jsx368("div", { className: "k-loading-color" })
13993
14164
  ] }) });
13994
- return /* @__PURE__ */ jsxs142(
14165
+ return /* @__PURE__ */ jsxs145(
13995
14166
  "div",
13996
14167
  {
13997
14168
  ...other,
@@ -14008,8 +14179,8 @@ var ListView = (props) => {
14008
14179
  ),
14009
14180
  children: [
14010
14181
  pageable && pagerPosition === "top" && pager,
14011
- header && /* @__PURE__ */ jsx363("div", { className: "k-listview-header", children: "Header" }),
14012
- /* @__PURE__ */ jsxs142("div", { className: classNames(
14182
+ header && /* @__PURE__ */ jsx368("div", { className: "k-listview-header", children: "Header" }),
14183
+ /* @__PURE__ */ jsxs145("div", { className: classNames(
14013
14184
  "k-listview-content",
14014
14185
  {
14015
14186
  [`k-d-${layout}`]: layout,
@@ -14021,33 +14192,33 @@ var ListView = (props) => {
14021
14192
  loading && loader,
14022
14193
  props.children
14023
14194
  ] }),
14024
- footer && /* @__PURE__ */ jsx363("div", { className: "k-listview-footer", children: "Footer" }),
14195
+ footer && /* @__PURE__ */ jsx368("div", { className: "k-listview-footer", children: "Footer" }),
14025
14196
  pageable && pagerPosition === "bottom" && pager
14026
14197
  ]
14027
14198
  }
14028
14199
  );
14029
14200
  };
14030
- ListView.states = states119;
14031
- ListView.options = options108;
14201
+ ListView.states = states121;
14202
+ ListView.options = options112;
14032
14203
  ListView.className = LISTVIEW_CLASSNAME;
14033
- ListView.defaultProps = defaultProps108;
14204
+ ListView.defaultProps = defaultProps111;
14034
14205
 
14035
14206
  // src/listview/listview-item.spec.tsx
14036
- import { jsx as jsx364 } from "react/jsx-runtime";
14207
+ import { jsx as jsx369 } from "react/jsx-runtime";
14037
14208
  var LISTVIEWITEM_CLASSNAME = `k-listview-item`;
14038
- var states120 = [
14209
+ var states122 = [
14039
14210
  States.focus,
14040
14211
  States.selected
14041
14212
  ];
14042
- var options109 = {};
14043
- var defaultProps109 = {};
14213
+ var options113 = {};
14214
+ var defaultProps112 = {};
14044
14215
  var ListViewItem = (props) => {
14045
14216
  const {
14046
14217
  focus,
14047
14218
  selected,
14048
14219
  ...other
14049
14220
  } = props;
14050
- return /* @__PURE__ */ jsx364(
14221
+ return /* @__PURE__ */ jsx369(
14051
14222
  "div",
14052
14223
  {
14053
14224
  ...other,
@@ -14063,122 +14234,437 @@ var ListViewItem = (props) => {
14063
14234
  }
14064
14235
  );
14065
14236
  };
14066
- ListViewItem.states = states120;
14067
- ListViewItem.options = options109;
14237
+ ListViewItem.states = states122;
14238
+ ListViewItem.options = options113;
14068
14239
  ListViewItem.className = LISTVIEWITEM_CLASSNAME;
14069
- ListViewItem.defaultProps = defaultProps109;
14240
+ ListViewItem.defaultProps = defaultProps112;
14070
14241
 
14071
14242
  // src/listview/templates/listview-normal.tsx
14072
- import { Fragment as Fragment102, jsx as jsx365, jsxs as jsxs143 } from "react/jsx-runtime";
14243
+ import { Fragment as Fragment104, jsx as jsx370, jsxs as jsxs146 } from "react/jsx-runtime";
14073
14244
 
14074
14245
  // src/filter/filter-preview.tsx
14075
- import { jsx as jsx366 } from "react/jsx-runtime";
14246
+ import { jsx as jsx371 } from "react/jsx-runtime";
14076
14247
  var FILTER_PREVIEW_CLASSNAME = "k-filter-preview";
14077
- var states121 = [];
14078
- var options110 = {};
14079
- var defaultProps110 = {};
14248
+ var states123 = [];
14249
+ var options114 = {};
14250
+ var defaultProps113 = {};
14080
14251
  var FilterPreview = (props) => {
14081
14252
  const { fields } = props;
14082
14253
  const expressionPreview = [];
14083
14254
  if (fields) {
14084
14255
  fields.map(({ name, value }) => {
14085
14256
  expressionPreview.push(
14086
- /* @__PURE__ */ jsx366("span", { className: `k-filter-preview-${name}`, children: `${value} ` })
14257
+ /* @__PURE__ */ jsx371("span", { className: `k-filter-preview-${name}`, children: `${value} ` })
14087
14258
  );
14088
14259
  });
14089
14260
  }
14090
- return /* @__PURE__ */ jsx366("div", { className: classNames(FILTER_PREVIEW_CLASSNAME), children: expressionPreview });
14261
+ return /* @__PURE__ */ jsx371("div", { className: classNames(FILTER_PREVIEW_CLASSNAME), children: expressionPreview });
14091
14262
  };
14092
- FilterPreview.states = states121;
14093
- FilterPreview.options = options110;
14094
- FilterPreview.defaultProps = defaultProps110;
14263
+ FilterPreview.states = states123;
14264
+ FilterPreview.options = options114;
14265
+ FilterPreview.defaultProps = defaultProps113;
14095
14266
  FilterPreview.className = FILTER_PREVIEW_CLASSNAME;
14096
14267
 
14097
14268
  // src/filter/filter.spec.tsx
14098
- import { Fragment as Fragment103, jsx as jsx367, jsxs as jsxs144 } from "react/jsx-runtime";
14269
+ import { Fragment as Fragment105, jsx as jsx372, jsxs as jsxs147 } from "react/jsx-runtime";
14099
14270
  var FILTER_CLASSNAME = "k-filter";
14100
- var states122 = [];
14101
- var options111 = {};
14102
- var defaultProps111 = {};
14271
+ var states124 = [];
14272
+ var options115 = {};
14273
+ var defaultProps114 = {};
14103
14274
  var Filter = (props) => {
14104
14275
  const {
14105
14276
  children,
14106
14277
  showApplyButton
14107
14278
  } = props;
14108
14279
  const filterChildren = [];
14109
- let expressionPreview = /* @__PURE__ */ jsx367(Fragment103, {});
14280
+ let expressionPreview = /* @__PURE__ */ jsx372(Fragment105, {});
14110
14281
  if (children) {
14111
14282
  if (Array.isArray(children)) {
14112
14283
  children.map((child) => {
14113
14284
  if (child.type !== FilterPreview) {
14114
14285
  filterChildren.push(child);
14115
14286
  } else {
14116
- expressionPreview = /* @__PURE__ */ jsx367(FilterPreview, { ...child.props });
14287
+ expressionPreview = /* @__PURE__ */ jsx372(FilterPreview, { ...child.props });
14117
14288
  }
14118
14289
  });
14119
14290
  }
14120
14291
  }
14121
- return /* @__PURE__ */ jsxs144("div", { className: classNames(props.className, FILTER_CLASSNAME), children: [
14122
- /* @__PURE__ */ jsx367("ul", { className: "k-filter-container", children: /* @__PURE__ */ jsx367("li", { className: "k-filter-group-main", children: filterChildren }) }),
14292
+ return /* @__PURE__ */ jsxs147("div", { className: classNames(props.className, FILTER_CLASSNAME), children: [
14293
+ /* @__PURE__ */ jsx372("ul", { className: "k-filter-container", children: /* @__PURE__ */ jsx372("li", { className: "k-filter-group-main", children: filterChildren }) }),
14123
14294
  expressionPreview,
14124
- showApplyButton && /* @__PURE__ */ jsx367(Button, { className: "k-filter-apply", children: "Apply" })
14295
+ showApplyButton && /* @__PURE__ */ jsx372(Button, { className: "k-filter-apply", children: "Apply" })
14125
14296
  ] });
14126
14297
  };
14127
- Filter.states = states122;
14128
- Filter.options = options111;
14129
- Filter.defaultProps = defaultProps111;
14298
+ Filter.states = states124;
14299
+ Filter.options = options115;
14300
+ Filter.defaultProps = defaultProps114;
14130
14301
  Filter.className = FILTER_CLASSNAME;
14131
14302
 
14132
14303
  // src/filter/filter-toolbar.tsx
14133
- import { jsx as jsx368 } from "react/jsx-runtime";
14304
+ import { jsx as jsx373 } from "react/jsx-runtime";
14134
14305
  var FILTER_TOOLBAR_CLASSNAME = "k-filter-toolbar";
14135
- var states123 = [];
14136
- var options112 = {};
14137
- var defaultProps112 = {};
14306
+ var states125 = [];
14307
+ var options116 = {};
14308
+ var defaultProps115 = {};
14138
14309
  var FilterToolbar = (props) => {
14139
14310
  const { children } = props;
14140
- return /* @__PURE__ */ jsx368("div", { className: classNames(FILTER_TOOLBAR_CLASSNAME), children });
14311
+ return /* @__PURE__ */ jsx373("div", { className: classNames(FILTER_TOOLBAR_CLASSNAME), children });
14141
14312
  };
14142
- FilterToolbar.states = states123;
14143
- FilterToolbar.options = options112;
14144
- FilterToolbar.defaultProps = defaultProps112;
14313
+ FilterToolbar.states = states125;
14314
+ FilterToolbar.options = options116;
14315
+ FilterToolbar.defaultProps = defaultProps115;
14145
14316
 
14146
14317
  // src/filter/filter-lines.tsx
14147
- import { jsx as jsx369 } from "react/jsx-runtime";
14318
+ import { jsx as jsx374 } from "react/jsx-runtime";
14148
14319
  var FILTER_LINES_CLASSNAME = "k-filter-lines";
14149
- var states124 = [];
14150
- var options113 = {};
14151
- var defaultProps113 = {};
14320
+ var states126 = [];
14321
+ var options117 = {};
14322
+ var defaultProps116 = {};
14152
14323
  var FilterLines = (props) => {
14153
14324
  const { children } = props;
14154
- return /* @__PURE__ */ jsx369("ul", { className: classNames(FILTER_LINES_CLASSNAME), children });
14325
+ return /* @__PURE__ */ jsx374("ul", { className: classNames(FILTER_LINES_CLASSNAME), children });
14155
14326
  };
14156
- FilterLines.states = states124;
14157
- FilterLines.options = options113;
14158
- FilterLines.defaultProps = defaultProps113;
14327
+ FilterLines.states = states126;
14328
+ FilterLines.options = options117;
14329
+ FilterLines.defaultProps = defaultProps116;
14159
14330
 
14160
14331
  // src/filter/filter-item.tsx
14161
- import { jsx as jsx370 } from "react/jsx-runtime";
14332
+ import { jsx as jsx375 } from "react/jsx-runtime";
14162
14333
  var FILTER_ITEM_CLASSNAME = "k-filter-item";
14163
- var states125 = [];
14164
- var options114 = {};
14165
- var defaultProps114 = {};
14334
+ var states127 = [];
14335
+ var options118 = {};
14336
+ var defaultProps117 = {};
14166
14337
  var FilterItem = (props) => {
14167
14338
  const { children } = props;
14168
- return /* @__PURE__ */ jsx370("li", { className: classNames(FILTER_ITEM_CLASSNAME), children });
14339
+ return /* @__PURE__ */ jsx375("li", { className: classNames(FILTER_ITEM_CLASSNAME), children });
14169
14340
  };
14170
- FilterItem.states = states125;
14171
- FilterItem.options = options114;
14172
- FilterItem.defaultProps = defaultProps114;
14341
+ FilterItem.states = states127;
14342
+ FilterItem.options = options118;
14343
+ FilterItem.defaultProps = defaultProps117;
14173
14344
 
14174
14345
  // src/filter/templates/filter-normal.tsx
14175
- import { jsx as jsx371, jsxs as jsxs145 } from "react/jsx-runtime";
14346
+ import { jsx as jsx376, jsxs as jsxs148 } from "react/jsx-runtime";
14347
+
14348
+ // src/filemanager/filemanager-toolbar.spec.tsx
14349
+ import { jsx as jsx377 } from "react/jsx-runtime";
14350
+ var FILEMANAGERTOOLBAR_CLASSNAME = `k-filemanager-toolbar`;
14351
+ var states128 = [];
14352
+ var options119 = {};
14353
+ var defaultProps118 = {};
14354
+ var FileManagerToolbar = (props) => {
14355
+ const {
14356
+ children,
14357
+ ...other
14358
+ } = props;
14359
+ return /* @__PURE__ */ jsx377(
14360
+ Toolbar,
14361
+ {
14362
+ className: classNames(
14363
+ props.className,
14364
+ FILEMANAGERTOOLBAR_CLASSNAME
14365
+ ),
14366
+ ...other,
14367
+ children
14368
+ }
14369
+ );
14370
+ };
14371
+ FileManagerToolbar.states = states128;
14372
+ FileManagerToolbar.options = options119;
14373
+ FileManagerToolbar.className = FILEMANAGERTOOLBAR_CLASSNAME;
14374
+ FileManagerToolbar.defaultProps = defaultProps118;
14375
+ var filemanager_toolbar_spec_default = FileManagerToolbar;
14376
+
14377
+ // src/filemanager/filemanager.spec.tsx
14378
+ import { Fragment as Fragment106, jsx as jsx378, jsxs as jsxs149 } from "react/jsx-runtime";
14379
+ var FILEMANAGER_CLASSNAME = "k-filemanager";
14380
+ var states129 = [
14381
+ States.disabled
14382
+ ];
14383
+ var options120 = {};
14384
+ var defaultToolbar = /* @__PURE__ */ jsx378(Fragment106, { children: /* @__PURE__ */ jsxs149(filemanager_toolbar_spec_default, { children: [
14385
+ /* @__PURE__ */ jsx378(Button, { children: "New Folder" }),
14386
+ /* @__PURE__ */ jsx378(Button, { children: "Upload" }),
14387
+ /* @__PURE__ */ jsxs149(ButtonGroup, { children: [
14388
+ /* @__PURE__ */ jsx378(Button, { icon: "sort-asc-small" }),
14389
+ /* @__PURE__ */ jsx378(Button, { icon: "sort-desc-small" })
14390
+ ] }),
14391
+ /* @__PURE__ */ jsx378(SplitButton, { text: "Sort By" }),
14392
+ /* @__PURE__ */ jsxs149(ButtonGroup, { children: [
14393
+ /* @__PURE__ */ jsx378(Button, { icon: "grid-layout" }),
14394
+ /* @__PURE__ */ jsx378(Button, { icon: "grid" })
14395
+ ] }),
14396
+ /* @__PURE__ */ jsx378("div", { className: "k-spacer" }),
14397
+ /* @__PURE__ */ jsxs149("div", { className: "k-filemanager-details-toggle", children: [
14398
+ /* @__PURE__ */ jsx378("label", { children: "View Details" }),
14399
+ /* @__PURE__ */ jsx378(Switch, {})
14400
+ ] }),
14401
+ /* @__PURE__ */ jsx378(Searchbox, { className: "k-filemanager-search-tool", placeholder: "Search..." })
14402
+ ] }) });
14403
+ var defaultProps119 = {
14404
+ toolbar: defaultToolbar
14405
+ };
14406
+ var FileManager = (props) => {
14407
+ const {
14408
+ disabled,
14409
+ toolbar
14410
+ } = props;
14411
+ return /* @__PURE__ */ jsxs149("div", { className: classNames(
14412
+ props.className,
14413
+ FILEMANAGER_CLASSNAME,
14414
+ stateClassNames(FILEMANAGER_CLASSNAME, {
14415
+ disabled
14416
+ })
14417
+ ), children: [
14418
+ /* @__PURE__ */ jsx378("div", { className: "k-filemanager-header", children: toolbar }),
14419
+ /* @__PURE__ */ jsx378("div", { className: "k-filemanager-content-container", children: props.children })
14420
+ ] });
14421
+ };
14422
+ FileManager.states = states129;
14423
+ FileManager.options = options120;
14424
+ FileManager.className = FILEMANAGER_CLASSNAME;
14425
+ FileManager.defaultProps = defaultProps119;
14426
+
14427
+ // src/filemanager/filemanager-breadcrumb.spec.tsx
14428
+ import { jsx as jsx379 } from "react/jsx-runtime";
14429
+ var FILEMANAGERBREADCRUMB_CLASSNAME = `k-filemanager-breadcrumb`;
14430
+ var states130 = [];
14431
+ var options121 = {};
14432
+ var defaultProps120 = {};
14433
+ var FileManagerBreadcrumb = (props) => {
14434
+ const {
14435
+ children,
14436
+ ...other
14437
+ } = props;
14438
+ return /* @__PURE__ */ jsx379(
14439
+ Breadcrumb,
14440
+ {
14441
+ className: classNames(
14442
+ props.className,
14443
+ FILEMANAGERBREADCRUMB_CLASSNAME
14444
+ ),
14445
+ ...other,
14446
+ children
14447
+ }
14448
+ );
14449
+ };
14450
+ FileManagerBreadcrumb.states = states130;
14451
+ FileManagerBreadcrumb.options = options121;
14452
+ FileManagerBreadcrumb.className = FILEMANAGERBREADCRUMB_CLASSNAME;
14453
+ FileManagerBreadcrumb.defaultProps = defaultProps120;
14454
+
14455
+ // src/filemanager/filemanager-listview.spec.tsx
14456
+ import { jsx as jsx380 } from "react/jsx-runtime";
14457
+ var FILEMANAGERLISTVIEW_CLASSNAME = `k-filemanager-listview`;
14458
+ var states131 = [];
14459
+ var options122 = {};
14460
+ var defaultProps121 = {};
14461
+ var FileManagerListView = (props) => {
14462
+ const {
14463
+ children,
14464
+ ...other
14465
+ } = props;
14466
+ return /* @__PURE__ */ jsx380(
14467
+ ListView,
14468
+ {
14469
+ className: classNames(
14470
+ props.className,
14471
+ FILEMANAGERLISTVIEW_CLASSNAME,
14472
+ "k-selectable"
14473
+ ),
14474
+ flexWrap: "wrap",
14475
+ ...other,
14476
+ children
14477
+ }
14478
+ );
14479
+ };
14480
+ FileManagerListView.states = states131;
14481
+ FileManagerListView.options = options122;
14482
+ FileManagerListView.className = FILEMANAGERLISTVIEW_CLASSNAME;
14483
+ FileManagerListView.defaultProps = defaultProps121;
14484
+
14485
+ // src/filemanager/filemanager-treeview.spec.tsx
14486
+ import { jsx as jsx381 } from "react/jsx-runtime";
14487
+ var FILEMANAGERTREEVIEW_CLASSNAME = `k-filemanager-treeview`;
14488
+ var states132 = [];
14489
+ var options123 = {};
14490
+ var defaultProps122 = {};
14491
+ var FileManagerTreeview = (props) => {
14492
+ const {
14493
+ children,
14494
+ ...other
14495
+ } = props;
14496
+ return /* @__PURE__ */ jsx381(
14497
+ Treeview,
14498
+ {
14499
+ className: classNames(
14500
+ props.className,
14501
+ FILEMANAGERTREEVIEW_CLASSNAME
14502
+ ),
14503
+ ...other,
14504
+ children
14505
+ }
14506
+ );
14507
+ };
14508
+ FileManagerTreeview.states = states132;
14509
+ FileManagerTreeview.options = options123;
14510
+ FileManagerTreeview.className = FILEMANAGERTREEVIEW_CLASSNAME;
14511
+ FileManagerTreeview.defaultProps = defaultProps122;
14512
+
14513
+ // src/filemanager/filemanager-drag-hint.tsx
14514
+ import { jsx as jsx382, jsxs as jsxs150 } from "react/jsx-runtime";
14515
+ var FILEMANAGERDRAGHINT_CLASSNAME = "k-filemanager-drag-hint";
14516
+ var states133 = [];
14517
+ var options124 = {};
14518
+ var defaultProps123 = {
14519
+ icon: "file"
14520
+ };
14521
+ var FileManagerDragHint = (props) => {
14522
+ const {
14523
+ hint,
14524
+ icon = defaultProps123.icon,
14525
+ ...other
14526
+ } = props;
14527
+ return /* @__PURE__ */ jsxs150(
14528
+ "div",
14529
+ {
14530
+ className: classNames(
14531
+ props.className,
14532
+ FILEMANAGERDRAGHINT_CLASSNAME,
14533
+ "k-drag-clue"
14534
+ ),
14535
+ ...other,
14536
+ children: [
14537
+ /* @__PURE__ */ jsx382(Icon, { icon }),
14538
+ /* @__PURE__ */ jsx382("span", { children: hint })
14539
+ ]
14540
+ }
14541
+ );
14542
+ };
14543
+ FileManagerDragHint.states = states133;
14544
+ FileManagerDragHint.options = options124;
14545
+ FileManagerDragHint.className = FILEMANAGERDRAGHINT_CLASSNAME;
14546
+ FileManagerDragHint.defaultProps = defaultProps123;
14547
+
14548
+ // src/filemanager/file-info.tsx
14549
+ import { Fragment as Fragment107, jsx as jsx383, jsxs as jsxs151 } from "react/jsx-runtime";
14550
+ var FILEINFO_CLASSNAME = "k-file-info";
14551
+ var states134 = [];
14552
+ var options125 = {};
14553
+ var defaultProps124 = {
14554
+ name: "No File Selected",
14555
+ icon: "file"
14556
+ };
14557
+ var FileInfo = (props) => {
14558
+ const {
14559
+ selection,
14560
+ name = defaultProps124.name,
14561
+ icon = defaultProps124.icon,
14562
+ fileType,
14563
+ fileSize,
14564
+ fileDateCreated,
14565
+ fileDateModified
14566
+ } = props;
14567
+ return /* @__PURE__ */ jsxs151("div", { className: classNames(
14568
+ props.className,
14569
+ FILEINFO_CLASSNAME
14570
+ ), children: [
14571
+ /* @__PURE__ */ jsx383(
14572
+ FilePreview,
14573
+ {
14574
+ className: classNames(
14575
+ {
14576
+ ["k-single-file-selected"]: selection === "single",
14577
+ ["k-multiple-files-selected"]: selection === "multiple",
14578
+ ["k-no-file-selected"]: selection === "none"
14579
+ }
14580
+ ),
14581
+ icon: selection === "none" ? "none" : icon,
14582
+ name,
14583
+ size: "xxxlarge"
14584
+ }
14585
+ ),
14586
+ selection === "single" && /* @__PURE__ */ jsx383(Fragment107, { children: /* @__PURE__ */ jsxs151("dl", { className: "k-file-meta", children: [
14587
+ fileType && /* @__PURE__ */ jsxs151(Fragment107, { children: [
14588
+ /* @__PURE__ */ jsx383("dt", { className: "k-file-meta-label", children: "Type: " }),
14589
+ /* @__PURE__ */ jsx383("dd", { className: "k-file-meta-value k-file-type", children: fileType }),
14590
+ /* @__PURE__ */ jsx383("dd", { className: "k-line-break" })
14591
+ ] }),
14592
+ fileSize && /* @__PURE__ */ jsxs151(Fragment107, { children: [
14593
+ /* @__PURE__ */ jsx383("dt", { className: "k-file-meta-label", children: "Size: " }),
14594
+ /* @__PURE__ */ jsx383("dd", { className: "k-file-meta-value k-file-size", children: fileSize }),
14595
+ /* @__PURE__ */ jsx383("dd", { className: "k-line-break" })
14596
+ ] }),
14597
+ fileDateCreated && /* @__PURE__ */ jsxs151(Fragment107, { children: [
14598
+ /* @__PURE__ */ jsx383("dt", { className: "k-file-meta-label", children: "Date Created: " }),
14599
+ /* @__PURE__ */ jsx383("dd", { className: "k-file-meta-value k-file-created", children: fileDateCreated }),
14600
+ /* @__PURE__ */ jsx383("dd", { className: "k-line-break" })
14601
+ ] }),
14602
+ fileDateModified && /* @__PURE__ */ jsxs151(Fragment107, { children: [
14603
+ /* @__PURE__ */ jsx383("dt", { className: "k-file-meta-label", children: "Date Modified: " }),
14604
+ /* @__PURE__ */ jsx383("dd", { className: "k-file-meta-value k-file-modified", children: fileDateModified }),
14605
+ /* @__PURE__ */ jsx383("dd", { className: "k-line-break" })
14606
+ ] })
14607
+ ] }) })
14608
+ ] });
14609
+ };
14610
+ FileInfo.states = states134;
14611
+ FileInfo.options = options125;
14612
+ FileInfo.className = FILEINFO_CLASSNAME;
14613
+ FileInfo.defaultProps = defaultProps124;
14614
+
14615
+ // src/filemanager/file-preview.tsx
14616
+ import { Fragment as Fragment108, jsx as jsx384, jsxs as jsxs152 } from "react/jsx-runtime";
14617
+ var FILEPREVIEW_CLASSNAME = "k-file-preview";
14618
+ var states135 = [];
14619
+ var options126 = {
14620
+ size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge]
14621
+ };
14622
+ var defaultProps125 = {};
14623
+ var FilePreview = (props) => {
14624
+ const {
14625
+ size,
14626
+ icon,
14627
+ name
14628
+ } = props;
14629
+ return /* @__PURE__ */ jsxs152(Fragment108, { children: [
14630
+ /* @__PURE__ */ jsx384("span", { className: classNames(
14631
+ FILEPREVIEW_CLASSNAME
14632
+ ), children: /* @__PURE__ */ jsx384(
14633
+ Icon,
14634
+ {
14635
+ className: "k-file-icon",
14636
+ icon,
14637
+ size
14638
+ }
14639
+ ) }),
14640
+ /* @__PURE__ */ jsx384("span", { className: classNames(
14641
+ props.className,
14642
+ "k-file-name"
14643
+ ), children: name })
14644
+ ] });
14645
+ };
14646
+ FilePreview.states = states135;
14647
+ FilePreview.options = options126;
14648
+ FilePreview.className = FILEPREVIEW_CLASSNAME;
14649
+ FilePreview.defaultProps = defaultProps125;
14650
+
14651
+ // src/filemanager/templates/filemanager-normal.tsx
14652
+ import { Fragment as Fragment109, jsx as jsx385, jsxs as jsxs153 } from "react/jsx-runtime";
14653
+
14654
+ // src/filemanager/templates/filemanager-preview.tsx
14655
+ import { Fragment as Fragment110, jsx as jsx386, jsxs as jsxs154 } from "react/jsx-runtime";
14656
+
14657
+ // src/filemanager/templates/filemanager-grid.tsx
14658
+ import { Fragment as Fragment111, jsx as jsx387, jsxs as jsxs155 } from "react/jsx-runtime";
14659
+
14660
+ // src/filemanager/templates/filemanager-grid-preview.tsx
14661
+ import { Fragment as Fragment112, jsx as jsx388, jsxs as jsxs156 } from "react/jsx-runtime";
14176
14662
 
14177
14663
  // src/chat/chat.spec.tsx
14178
- import { Fragment as Fragment104, jsx as jsx372, jsxs as jsxs146 } from "react/jsx-runtime";
14664
+ import { Fragment as Fragment113, jsx as jsx389, jsxs as jsxs157 } from "react/jsx-runtime";
14179
14665
  var CHAT_CLASSNAME = "k-chat";
14180
- var states126 = [];
14181
- var options115 = {};
14666
+ var states136 = [];
14667
+ var options127 = {};
14182
14668
  var defaultOptions = {
14183
14669
  showToolbar: true,
14184
14670
  showMessageBox: true,
@@ -14192,7 +14678,7 @@ var Chat = (props) => {
14192
14678
  showMoreButton,
14193
14679
  ...other
14194
14680
  } = props;
14195
- return /* @__PURE__ */ jsxs146(
14681
+ return /* @__PURE__ */ jsxs157(
14196
14682
  "div",
14197
14683
  {
14198
14684
  ...other,
@@ -14202,63 +14688,63 @@ var Chat = (props) => {
14202
14688
  ),
14203
14689
  dir,
14204
14690
  children: [
14205
- /* @__PURE__ */ jsx372("div", { className: "k-message-list k-avatars", children: /* @__PURE__ */ jsx372("div", { className: "k-message-list-content", children: props.children }) }),
14206
- showMessageBox && /* @__PURE__ */ jsx372(
14691
+ /* @__PURE__ */ jsx389("div", { className: "k-message-list k-avatars", children: /* @__PURE__ */ jsx389("div", { className: "k-message-list-content", children: props.children }) }),
14692
+ showMessageBox && /* @__PURE__ */ jsx389(
14207
14693
  Textbox,
14208
14694
  {
14209
14695
  className: "k-message-box",
14210
14696
  placeholder: "Type a message...",
14211
- suffix: /* @__PURE__ */ jsxs146(Fragment104, { children: [
14212
- showMoreButton && /* @__PURE__ */ jsx372(Button, { fillMode: "flat", icon: "more-horizontal" }),
14213
- /* @__PURE__ */ jsx372(Button, { fillMode: "flat", icon: "paper-plane", className: "k-chat-send" })
14697
+ suffix: /* @__PURE__ */ jsxs157(Fragment113, { children: [
14698
+ showMoreButton && /* @__PURE__ */ jsx389(Button, { fillMode: "flat", icon: "more-horizontal" }),
14699
+ /* @__PURE__ */ jsx389(Button, { fillMode: "flat", icon: "paper-plane", className: "k-chat-send" })
14214
14700
  ] })
14215
14701
  }
14216
14702
  ),
14217
- showToolbar && /* @__PURE__ */ jsxs146("div", { className: "k-chat-toolbar k-toolbar", children: [
14218
- /* @__PURE__ */ jsx372(Button, { className: classNames("k-scroll-button", "k-scroll-button-left", dir === "rtl" ? "" : "k-hidden"), icon: "chevron-left" }),
14219
- /* @__PURE__ */ jsxs146("div", { className: "k-toolbar-group k-button-list", children: [
14220
- /* @__PURE__ */ jsx372(Button, { icon: "arrow-rotate-cw" }),
14221
- /* @__PURE__ */ jsx372(Button, { icon: "gear" }),
14222
- /* @__PURE__ */ jsx372(Button, { icon: "wrench" }),
14223
- /* @__PURE__ */ jsx372(Button, { icon: "plus" }),
14224
- /* @__PURE__ */ jsx372(Button, { icon: "search" }),
14225
- /* @__PURE__ */ jsx372(Button, { icon: "star" }),
14226
- /* @__PURE__ */ jsx372(Button, { icon: "bell" }),
14227
- /* @__PURE__ */ jsx372(Button, { icon: "question-circle" }),
14228
- /* @__PURE__ */ jsx372(Button, { icon: "trash" })
14703
+ showToolbar && /* @__PURE__ */ jsxs157("div", { className: "k-chat-toolbar k-toolbar", children: [
14704
+ /* @__PURE__ */ jsx389(Button, { className: classNames("k-scroll-button", "k-scroll-button-left", dir === "rtl" ? "" : "k-hidden"), icon: "chevron-left" }),
14705
+ /* @__PURE__ */ jsxs157("div", { className: "k-toolbar-group k-button-list", children: [
14706
+ /* @__PURE__ */ jsx389(Button, { icon: "arrow-rotate-cw" }),
14707
+ /* @__PURE__ */ jsx389(Button, { icon: "gear" }),
14708
+ /* @__PURE__ */ jsx389(Button, { icon: "wrench" }),
14709
+ /* @__PURE__ */ jsx389(Button, { icon: "plus" }),
14710
+ /* @__PURE__ */ jsx389(Button, { icon: "search" }),
14711
+ /* @__PURE__ */ jsx389(Button, { icon: "star" }),
14712
+ /* @__PURE__ */ jsx389(Button, { icon: "bell" }),
14713
+ /* @__PURE__ */ jsx389(Button, { icon: "question-circle" }),
14714
+ /* @__PURE__ */ jsx389(Button, { icon: "trash" })
14229
14715
  ] }),
14230
- /* @__PURE__ */ jsx372(Button, { className: classNames("k-scroll-button", "k-scroll-button-right", dir === "rtl" && "k-hidden"), icon: "chevron-right" })
14716
+ /* @__PURE__ */ jsx389(Button, { className: classNames("k-scroll-button", "k-scroll-button-right", dir === "rtl" && "k-hidden"), icon: "chevron-right" })
14231
14717
  ] })
14232
14718
  ]
14233
14719
  }
14234
14720
  );
14235
14721
  };
14236
- Chat.states = states126;
14237
- Chat.options = options115;
14722
+ Chat.states = states136;
14723
+ Chat.options = options127;
14238
14724
  Chat.className = CHAT_CLASSNAME;
14239
14725
  Chat.defaultOptions = defaultOptions;
14240
14726
 
14241
14727
  // src/chat/chat-message.tsx
14242
- import { jsx as jsx373, jsxs as jsxs147 } from "react/jsx-runtime";
14728
+ import { jsx as jsx390, jsxs as jsxs158 } from "react/jsx-runtime";
14243
14729
  var CHATMESSAGE_CLASSNAME = "k-message";
14244
- var states127 = [
14730
+ var states137 = [
14245
14731
  States.selected
14246
14732
  ];
14247
- var options116 = {};
14248
- var defaultProps115 = {
14733
+ var options128 = {};
14734
+ var defaultProps126 = {
14249
14735
  time: "Thu Feb 08 2018",
14250
14736
  text: "How can I help you?",
14251
14737
  status: "Seen"
14252
14738
  };
14253
14739
  var ChatMessage = (props) => {
14254
14740
  const {
14255
- time = defaultProps115.time,
14256
- text = defaultProps115.text,
14257
- status = defaultProps115.status,
14741
+ time = defaultProps126.time,
14742
+ text = defaultProps126.text,
14743
+ status = defaultProps126.status,
14258
14744
  selected,
14259
14745
  ...other
14260
14746
  } = props;
14261
- return /* @__PURE__ */ jsxs147(
14747
+ return /* @__PURE__ */ jsxs158(
14262
14748
  "div",
14263
14749
  {
14264
14750
  ...other,
@@ -14268,39 +14754,39 @@ var ChatMessage = (props) => {
14268
14754
  stateClassNames(CHATMESSAGE_CLASSNAME, { selected })
14269
14755
  ),
14270
14756
  children: [
14271
- /* @__PURE__ */ jsx373("time", { className: "k-message-time", children: time }),
14272
- /* @__PURE__ */ jsx373("div", { className: "k-chat-bubble", children: text }),
14273
- /* @__PURE__ */ jsx373("span", { className: "k-message-status", children: status })
14757
+ /* @__PURE__ */ jsx390("time", { className: "k-message-time", children: time }),
14758
+ /* @__PURE__ */ jsx390("div", { className: "k-chat-bubble", children: text }),
14759
+ /* @__PURE__ */ jsx390("span", { className: "k-message-status", children: status })
14274
14760
  ]
14275
14761
  }
14276
14762
  );
14277
14763
  };
14278
- ChatMessage.states = states127;
14279
- ChatMessage.options = options116;
14764
+ ChatMessage.states = states137;
14765
+ ChatMessage.options = options128;
14280
14766
  ChatMessage.className = CHATMESSAGE_CLASSNAME;
14281
- ChatMessage.defaultProps = defaultProps115;
14767
+ ChatMessage.defaultProps = defaultProps126;
14282
14768
 
14283
14769
  // src/chat/chat-message-group.tsx
14284
- import { jsx as jsx374, jsxs as jsxs148 } from "react/jsx-runtime";
14770
+ import { jsx as jsx391, jsxs as jsxs159 } from "react/jsx-runtime";
14285
14771
  var CHATMESSAGEGROUP_CLASSNAME = "k-message-group";
14286
- var states128 = [
14772
+ var states138 = [
14287
14773
  States.selected
14288
14774
  ];
14289
- var options117 = {};
14290
- var defaultProps116 = {
14775
+ var options129 = {};
14776
+ var defaultProps127 = {
14291
14777
  author: "Bruv",
14292
14778
  avatar: "/packages/html/assets/avatar.jpg",
14293
14779
  alt: false
14294
14780
  };
14295
14781
  var ChatMessageGroup = (props) => {
14296
14782
  const {
14297
- alt = defaultProps116.alt,
14298
- author = defaultProps116.author,
14299
- avatar = defaultProps116.avatar,
14783
+ alt = defaultProps127.alt,
14784
+ author = defaultProps127.author,
14785
+ avatar = defaultProps127.avatar,
14300
14786
  selected,
14301
14787
  ...other
14302
14788
  } = props;
14303
- return /* @__PURE__ */ jsxs148(
14789
+ return /* @__PURE__ */ jsxs159(
14304
14790
  "div",
14305
14791
  {
14306
14792
  ...other,
@@ -14314,23 +14800,23 @@ var ChatMessageGroup = (props) => {
14314
14800
  }
14315
14801
  ),
14316
14802
  children: [
14317
- author && /* @__PURE__ */ jsx374("p", { className: "k-author", children: author }),
14318
- avatar && /* @__PURE__ */ jsx374(Avatar, { type: "image", children: /* @__PURE__ */ jsx374("img", { src: avatar }) }),
14803
+ author && /* @__PURE__ */ jsx391("p", { className: "k-author", children: author }),
14804
+ avatar && /* @__PURE__ */ jsx391(Avatar, { type: "image", children: /* @__PURE__ */ jsx391("img", { src: avatar }) }),
14319
14805
  props.children
14320
14806
  ]
14321
14807
  }
14322
14808
  );
14323
14809
  };
14324
- ChatMessageGroup.states = states128;
14325
- ChatMessageGroup.options = options117;
14810
+ ChatMessageGroup.states = states138;
14811
+ ChatMessageGroup.options = options129;
14326
14812
  ChatMessageGroup.className = CHATMESSAGEGROUP_CLASSNAME;
14327
- ChatMessageGroup.defaultProps = defaultProps116;
14813
+ ChatMessageGroup.defaultProps = defaultProps127;
14328
14814
 
14329
14815
  // src/chat/chat-quick-replies.tsx
14330
- import { jsx as jsx375 } from "react/jsx-runtime";
14816
+ import { jsx as jsx392 } from "react/jsx-runtime";
14331
14817
  var CHATQUICKREPLY_CLASSNAME = "k-quick-replies";
14332
- var states129 = [];
14333
- var options118 = {};
14818
+ var states139 = [];
14819
+ var options130 = {};
14334
14820
  var defaultOptions2 = {
14335
14821
  actions: ["Quick", "Reply", "Another quick", "Reply with different length"]
14336
14822
  };
@@ -14343,11 +14829,11 @@ var ChatQuickReply = (props) => {
14343
14829
  if (actions) {
14344
14830
  actions.map((action, index) => {
14345
14831
  children.push(
14346
- /* @__PURE__ */ jsx375("span", { className: "k-quick-reply", children: action }, index)
14832
+ /* @__PURE__ */ jsx392("span", { className: "k-quick-reply", children: action }, index)
14347
14833
  );
14348
14834
  });
14349
14835
  }
14350
- return /* @__PURE__ */ jsx375(
14836
+ return /* @__PURE__ */ jsx392(
14351
14837
  "div",
14352
14838
  {
14353
14839
  ...other,
@@ -14359,26 +14845,26 @@ var ChatQuickReply = (props) => {
14359
14845
  }
14360
14846
  );
14361
14847
  };
14362
- ChatQuickReply.states = states129;
14363
- ChatQuickReply.options = options118;
14848
+ ChatQuickReply.states = states139;
14849
+ ChatQuickReply.options = options130;
14364
14850
  ChatQuickReply.className = CHATQUICKREPLY_CLASSNAME;
14365
14851
  ChatQuickReply.defaultOptions = defaultOptions2;
14366
14852
 
14367
14853
  // src/chat/templates/chat-normal.tsx
14368
- import { Fragment as Fragment105, jsx as jsx376, jsxs as jsxs149 } from "react/jsx-runtime";
14854
+ import { Fragment as Fragment114, jsx as jsx393, jsxs as jsxs160 } from "react/jsx-runtime";
14369
14855
 
14370
14856
  // src/chat/templates/chat-with-toolbar.tsx
14371
- import { Fragment as Fragment106, jsx as jsx377, jsxs as jsxs150 } from "react/jsx-runtime";
14857
+ import { Fragment as Fragment115, jsx as jsx394, jsxs as jsxs161 } from "react/jsx-runtime";
14372
14858
 
14373
14859
  // src/chat/templates/chat-with-options.tsx
14374
- import { Fragment as Fragment107, jsx as jsx378, jsxs as jsxs151 } from "react/jsx-runtime";
14860
+ import { Fragment as Fragment116, jsx as jsx395, jsxs as jsxs162 } from "react/jsx-runtime";
14375
14861
 
14376
14862
  // src/timeline/timeline.spec.tsx
14377
- import { Fragment as Fragment108, jsx as jsx379 } from "react/jsx-runtime";
14863
+ import { Fragment as Fragment117, jsx as jsx396 } from "react/jsx-runtime";
14378
14864
  var TIMELINE_CLASSNAME = `k-timeline`;
14379
- var states130 = [];
14380
- var options119 = {};
14381
- var defaultProps117 = {
14865
+ var states140 = [];
14866
+ var options131 = {};
14867
+ var defaultProps128 = {
14382
14868
  orientation: "vertical"
14383
14869
  };
14384
14870
  var Timeline = (props) => {
@@ -14388,7 +14874,7 @@ var Timeline = (props) => {
14388
14874
  alternatingMode,
14389
14875
  ...other
14390
14876
  } = props;
14391
- return /* @__PURE__ */ jsx379(
14877
+ return /* @__PURE__ */ jsx396(
14392
14878
  "div",
14393
14879
  {
14394
14880
  ...other,
@@ -14401,21 +14887,21 @@ var Timeline = (props) => {
14401
14887
  [`${TIMELINE_CLASSNAME}-collapsible`]: collapsibleEvents
14402
14888
  }
14403
14889
  ),
14404
- children: /* @__PURE__ */ jsx379(Fragment108, { children: props.children })
14890
+ children: /* @__PURE__ */ jsx396(Fragment117, { children: props.children })
14405
14891
  }
14406
14892
  );
14407
14893
  };
14408
- Timeline.states = states130;
14409
- Timeline.options = options119;
14894
+ Timeline.states = states140;
14895
+ Timeline.options = options131;
14410
14896
  Timeline.className = TIMELINE_CLASSNAME;
14411
- Timeline.defaultProps = defaultProps117;
14897
+ Timeline.defaultProps = defaultProps128;
14412
14898
 
14413
14899
  // src/timeline/vertical-timeline-event.spec.tsx
14414
- import { jsx as jsx380, jsxs as jsxs152 } from "react/jsx-runtime";
14900
+ import { jsx as jsx397, jsxs as jsxs163 } from "react/jsx-runtime";
14415
14901
  var TIMELINEVERTICALEVENT_CLASSNAME = `k-timeline-event`;
14416
- var states131 = [];
14417
- var options120 = {};
14418
- var defaultProps118 = {
14902
+ var states141 = [];
14903
+ var options132 = {};
14904
+ var defaultProps129 = {
14419
14905
  collapsed: false,
14420
14906
  reverse: false,
14421
14907
  title: "Event title",
@@ -14425,15 +14911,15 @@ var defaultProps118 = {
14425
14911
  var VerticalTimelineEvent = (props) => {
14426
14912
  const {
14427
14913
  date,
14428
- content = defaultProps118.content,
14429
- collapsed = defaultProps118.collapsed,
14430
- reverse = defaultProps118.reverse,
14431
- title = defaultProps118.title,
14432
- subtitle = defaultProps118.subtitle,
14914
+ content = defaultProps129.content,
14915
+ collapsed = defaultProps129.collapsed,
14916
+ reverse = defaultProps129.reverse,
14917
+ title = defaultProps129.title,
14918
+ subtitle = defaultProps129.subtitle,
14433
14919
  showCollapseButton,
14434
14920
  ...other
14435
14921
  } = props;
14436
- return /* @__PURE__ */ jsxs152(
14922
+ return /* @__PURE__ */ jsxs163(
14437
14923
  "li",
14438
14924
  {
14439
14925
  ...other,
@@ -14443,43 +14929,43 @@ var VerticalTimelineEvent = (props) => {
14443
14929
  { "k-reverse": reverse }
14444
14930
  ),
14445
14931
  children: [
14446
- date && /* @__PURE__ */ jsx380("div", { className: "k-timeline-date-wrap", children: /* @__PURE__ */ jsx380("span", { className: "k-timeline-date", children: date }) }),
14447
- /* @__PURE__ */ jsx380(TimelineCircle, {}),
14448
- 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: [
14449
- /* @__PURE__ */ jsxs152(CardHeader, { children: [
14450
- /* @__PURE__ */ jsx380(TimelineCardTitle, { collapsible: showCollapseButton, children: title }),
14451
- /* @__PURE__ */ jsx380(CardSubtitle, { children: subtitle })
14932
+ date && /* @__PURE__ */ jsx397("div", { className: "k-timeline-date-wrap", children: /* @__PURE__ */ jsx397("span", { className: "k-timeline-date", children: date }) }),
14933
+ /* @__PURE__ */ jsx397(TimelineCircle, {}),
14934
+ 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: [
14935
+ /* @__PURE__ */ jsxs163(CardHeader, { children: [
14936
+ /* @__PURE__ */ jsx397(TimelineCardTitle, { collapsible: showCollapseButton, children: title }),
14937
+ /* @__PURE__ */ jsx397(CardSubtitle, { children: subtitle })
14452
14938
  ] }),
14453
- /* @__PURE__ */ jsx380(CardBody, { children: /* @__PURE__ */ jsx380("div", { className: "k-card-description", children: content }) })
14939
+ /* @__PURE__ */ jsx397(CardBody, { children: /* @__PURE__ */ jsx397("div", { className: "k-card-description", children: content }) })
14454
14940
  ] }) }) }),
14455
14941
  props.children
14456
14942
  ]
14457
14943
  }
14458
14944
  );
14459
14945
  };
14460
- VerticalTimelineEvent.states = states131;
14461
- VerticalTimelineEvent.options = options120;
14946
+ VerticalTimelineEvent.states = states141;
14947
+ VerticalTimelineEvent.options = options132;
14462
14948
  VerticalTimelineEvent.className = TIMELINEVERTICALEVENT_CLASSNAME;
14463
- VerticalTimelineEvent.defaultProps = defaultProps118;
14949
+ VerticalTimelineEvent.defaultProps = defaultProps129;
14464
14950
 
14465
14951
  // src/timeline/horizontal-timeline-event.spec.tsx
14466
- import { jsx as jsx381, jsxs as jsxs153 } from "react/jsx-runtime";
14952
+ import { jsx as jsx398, jsxs as jsxs164 } from "react/jsx-runtime";
14467
14953
  var TIMELINEHORIZONTALEVENT_CLASSNAME = `k-timeline-event`;
14468
- var states132 = [];
14469
- var options121 = {};
14470
- var defaultProps119 = {
14954
+ var states142 = [];
14955
+ var options133 = {};
14956
+ var defaultProps130 = {
14471
14957
  title: "Event title",
14472
14958
  subtitle: "Event subtitle",
14473
14959
  content: "Event content"
14474
14960
  };
14475
14961
  var HorizontalTimelineEvent = (props) => {
14476
14962
  const {
14477
- content = defaultProps119.content,
14478
- title = defaultProps119.title,
14479
- subtitle = defaultProps119.subtitle,
14963
+ content = defaultProps130.content,
14964
+ title = defaultProps130.title,
14965
+ subtitle = defaultProps130.subtitle,
14480
14966
  ...other
14481
14967
  } = props;
14482
- return /* @__PURE__ */ jsxs153(
14968
+ return /* @__PURE__ */ jsxs164(
14483
14969
  "li",
14484
14970
  {
14485
14971
  ...other,
@@ -14488,35 +14974,35 @@ var HorizontalTimelineEvent = (props) => {
14488
14974
  TIMELINEHORIZONTALEVENT_CLASSNAME
14489
14975
  ),
14490
14976
  children: [
14491
- 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: [
14492
- /* @__PURE__ */ jsxs153(CardHeader, { children: [
14493
- /* @__PURE__ */ jsx381(TimelineCardTitle, { children: title }),
14494
- /* @__PURE__ */ jsx381(CardSubtitle, { children: subtitle })
14977
+ 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: [
14978
+ /* @__PURE__ */ jsxs164(CardHeader, { children: [
14979
+ /* @__PURE__ */ jsx398(TimelineCardTitle, { children: title }),
14980
+ /* @__PURE__ */ jsx398(CardSubtitle, { children: subtitle })
14495
14981
  ] }),
14496
- /* @__PURE__ */ jsx381(CardBody, { children: /* @__PURE__ */ jsx381("div", { className: "k-card-description", children: content }) })
14982
+ /* @__PURE__ */ jsx398(CardBody, { children: /* @__PURE__ */ jsx398("div", { className: "k-card-description", children: content }) })
14497
14983
  ] }) }) }),
14498
14984
  props.children
14499
14985
  ]
14500
14986
  }
14501
14987
  );
14502
14988
  };
14503
- HorizontalTimelineEvent.states = states132;
14504
- HorizontalTimelineEvent.options = options121;
14989
+ HorizontalTimelineEvent.states = states142;
14990
+ HorizontalTimelineEvent.options = options133;
14505
14991
  HorizontalTimelineEvent.className = TIMELINEHORIZONTALEVENT_CLASSNAME;
14506
- HorizontalTimelineEvent.defaultProps = defaultProps119;
14992
+ HorizontalTimelineEvent.defaultProps = defaultProps130;
14507
14993
 
14508
14994
  // src/timeline/timeline-event-list.spec.tsx
14509
- import { jsx as jsx382 } from "react/jsx-runtime";
14995
+ import { jsx as jsx399 } from "react/jsx-runtime";
14510
14996
 
14511
14997
  // src/timeline/timeline-flag-wrap.spec.tsx
14512
- import { jsx as jsx383, jsxs as jsxs154 } from "react/jsx-runtime";
14998
+ import { jsx as jsx400, jsxs as jsxs165 } from "react/jsx-runtime";
14513
14999
  var TIMELINEFLAGWRAP_CLASSNAME = `k-timeline-flag-wrap`;
14514
- var states133 = [
15000
+ var states143 = [
14515
15001
  States.focus,
14516
15002
  States.selected
14517
15003
  ];
14518
- var options122 = {};
14519
- var defaultProps120 = {
15004
+ var options134 = {};
15005
+ var defaultProps131 = {
14520
15006
  year: "2020"
14521
15007
  };
14522
15008
  var TimelineFlagWrap = (props) => {
@@ -14524,7 +15010,7 @@ var TimelineFlagWrap = (props) => {
14524
15010
  year,
14525
15011
  ...other
14526
15012
  } = props;
14527
- return /* @__PURE__ */ jsxs154(
15013
+ return /* @__PURE__ */ jsxs165(
14528
15014
  "li",
14529
15015
  {
14530
15016
  ...other,
@@ -14533,25 +15019,25 @@ var TimelineFlagWrap = (props) => {
14533
15019
  TIMELINEFLAGWRAP_CLASSNAME
14534
15020
  ),
14535
15021
  children: [
14536
- /* @__PURE__ */ jsx383("span", { className: "k-timeline-flag", children: year }),
15022
+ /* @__PURE__ */ jsx400("span", { className: "k-timeline-flag", children: year }),
14537
15023
  props.children
14538
15024
  ]
14539
15025
  }
14540
15026
  );
14541
15027
  };
14542
- TimelineFlagWrap.states = states133;
14543
- TimelineFlagWrap.options = options122;
15028
+ TimelineFlagWrap.states = states143;
15029
+ TimelineFlagWrap.options = options134;
14544
15030
  TimelineFlagWrap.className = TIMELINEFLAGWRAP_CLASSNAME;
14545
- TimelineFlagWrap.defaultProps = defaultProps120;
15031
+ TimelineFlagWrap.defaultProps = defaultProps131;
14546
15032
 
14547
15033
  // src/timeline/timeline-circle.spec.tsx
14548
- import { jsx as jsx384 } from "react/jsx-runtime";
15034
+ import { jsx as jsx401 } from "react/jsx-runtime";
14549
15035
  var TIMELINECIRCLE_CLASSNAME = `k-timeline-circle`;
14550
15036
  var TimelineCircle = (props) => {
14551
15037
  const {
14552
15038
  ...other
14553
15039
  } = props;
14554
- return /* @__PURE__ */ jsx384(
15040
+ return /* @__PURE__ */ jsx401(
14555
15041
  "span",
14556
15042
  {
14557
15043
  ...other,
@@ -14564,19 +15050,19 @@ var TimelineCircle = (props) => {
14564
15050
  };
14565
15051
 
14566
15052
  // src/timeline/timeline-flag.spec.tsx
14567
- import { jsx as jsx385 } from "react/jsx-runtime";
15053
+ import { jsx as jsx402 } from "react/jsx-runtime";
14568
15054
 
14569
15055
  // src/timeline/timeline-card.spec.tsx
14570
- import { jsx as jsx386, jsxs as jsxs155 } from "react/jsx-runtime";
14571
- var states134 = [];
14572
- var defaultProps121 = {};
15056
+ import { jsx as jsx403, jsxs as jsxs166 } from "react/jsx-runtime";
15057
+ var states144 = [];
15058
+ var defaultProps132 = {};
14573
15059
  var TimelineCard = (props) => {
14574
15060
  const {
14575
15061
  callout,
14576
15062
  children,
14577
15063
  ...other
14578
15064
  } = props;
14579
- return /* @__PURE__ */ jsxs155(
15065
+ return /* @__PURE__ */ jsxs166(
14580
15066
  Card,
14581
15067
  {
14582
15068
  className: classNames(
@@ -14586,27 +15072,27 @@ var TimelineCard = (props) => {
14586
15072
  callout: "true",
14587
15073
  ...other,
14588
15074
  children: [
14589
- callout && /* @__PURE__ */ jsx386(TimelineCardCallout, { callout }),
15075
+ callout && /* @__PURE__ */ jsx403(TimelineCardCallout, { callout }),
14590
15076
  children
14591
15077
  ]
14592
15078
  }
14593
15079
  );
14594
15080
  };
14595
- TimelineCard.states = states134;
14596
- TimelineCard.defaultProps = defaultProps121;
15081
+ TimelineCard.states = states144;
15082
+ TimelineCard.defaultProps = defaultProps132;
14597
15083
 
14598
15084
  // src/timeline/timeline-card-title.tsx
14599
- import { jsx as jsx387, jsxs as jsxs156 } from "react/jsx-runtime";
15085
+ import { jsx as jsx404, jsxs as jsxs167 } from "react/jsx-runtime";
14600
15086
  var TIMELINECARDTITLE_CLASSNAME = `k-card-title`;
14601
- var states135 = [];
14602
- var defaultProps122 = {};
15087
+ var states145 = [];
15088
+ var defaultProps133 = {};
14603
15089
  var TimelineCardTitle = (props) => {
14604
15090
  const {
14605
15091
  collapsible,
14606
15092
  children,
14607
15093
  ...other
14608
15094
  } = props;
14609
- return /* @__PURE__ */ jsxs156(
15095
+ return /* @__PURE__ */ jsxs167(
14610
15096
  "div",
14611
15097
  {
14612
15098
  className: classNames(
@@ -14615,26 +15101,26 @@ var TimelineCardTitle = (props) => {
14615
15101
  ),
14616
15102
  ...other,
14617
15103
  children: [
14618
- /* @__PURE__ */ jsx387("span", { className: "k-event-title", children }),
14619
- 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" }) })
15104
+ /* @__PURE__ */ jsx404("span", { className: "k-event-title", children }),
15105
+ 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" }) })
14620
15106
  ]
14621
15107
  }
14622
15108
  );
14623
15109
  };
14624
- TimelineCardTitle.states = states135;
15110
+ TimelineCardTitle.states = states145;
14625
15111
  TimelineCardTitle.className = TIMELINECARDTITLE_CLASSNAME;
14626
- TimelineCardTitle.defaultProps = defaultProps122;
15112
+ TimelineCardTitle.defaultProps = defaultProps133;
14627
15113
 
14628
15114
  // src/timeline/timeline-card-callout.tsx
14629
- import { jsx as jsx388 } from "react/jsx-runtime";
15115
+ import { jsx as jsx405 } from "react/jsx-runtime";
14630
15116
  var TIMELINECARDCALLOUT_CLASSNAME = `k-timeline-card-callout`;
14631
- var states136 = [];
14632
- var defaultProps123 = {};
15117
+ var states146 = [];
15118
+ var defaultProps134 = {};
14633
15119
  var TimelineCardCallout = (props) => {
14634
15120
  const {
14635
15121
  ...other
14636
15122
  } = props;
14637
- return /* @__PURE__ */ jsx388(
15123
+ return /* @__PURE__ */ jsx405(
14638
15124
  CardCallout,
14639
15125
  {
14640
15126
  className: classNames(
@@ -14645,24 +15131,24 @@ var TimelineCardCallout = (props) => {
14645
15131
  }
14646
15132
  );
14647
15133
  };
14648
- TimelineCardCallout.states = states136;
15134
+ TimelineCardCallout.states = states146;
14649
15135
  TimelineCardCallout.className = TIMELINECARDCALLOUT_CLASSNAME;
14650
- TimelineCardCallout.defaultProps = defaultProps123;
15136
+ TimelineCardCallout.defaultProps = defaultProps134;
14651
15137
 
14652
15138
  // src/timeline/timeline-date-wrap.spec.tsx
14653
- import { jsx as jsx389 } from "react/jsx-runtime";
15139
+ import { jsx as jsx406 } from "react/jsx-runtime";
14654
15140
  var TIMELINEDATEWRAP_CLASSNAME = `k-timeline-date-wrap`;
14655
- var states137 = [];
14656
- var options123 = {};
14657
- var defaultProps124 = {
15141
+ var states147 = [];
15142
+ var options135 = {};
15143
+ var defaultProps135 = {
14658
15144
  date: "May 25, 2008"
14659
15145
  };
14660
15146
  var TimelineDateWrap = (props) => {
14661
15147
  const {
14662
- date = defaultProps124.date,
15148
+ date = defaultProps135.date,
14663
15149
  ...other
14664
15150
  } = props;
14665
- return /* @__PURE__ */ jsx389(
15151
+ return /* @__PURE__ */ jsx406(
14666
15152
  "div",
14667
15153
  {
14668
15154
  ...other,
@@ -14670,53 +15156,53 @@ var TimelineDateWrap = (props) => {
14670
15156
  props.className,
14671
15157
  TIMELINEDATEWRAP_CLASSNAME
14672
15158
  ),
14673
- children: /* @__PURE__ */ jsx389("span", { className: "k-timeline-date", children: date })
15159
+ children: /* @__PURE__ */ jsx406("span", { className: "k-timeline-date", children: date })
14674
15160
  }
14675
15161
  );
14676
15162
  };
14677
- TimelineDateWrap.states = states137;
14678
- TimelineDateWrap.options = options123;
15163
+ TimelineDateWrap.states = states147;
15164
+ TimelineDateWrap.options = options135;
14679
15165
  TimelineDateWrap.className = TIMELINEDATEWRAP_CLASSNAME;
14680
- TimelineDateWrap.defaultProps = defaultProps124;
15166
+ TimelineDateWrap.defaultProps = defaultProps135;
14681
15167
 
14682
15168
  // src/timeline/timeline-track-wrap.spec.tsx
14683
- import { jsx as jsx390, jsxs as jsxs157 } from "react/jsx-runtime";
15169
+ import { jsx as jsx407, jsxs as jsxs168 } from "react/jsx-runtime";
14684
15170
 
14685
15171
  // src/timeline/timeline-track.spec.tsx
14686
- import { jsx as jsx391 } from "react/jsx-runtime";
15172
+ import { jsx as jsx408 } from "react/jsx-runtime";
14687
15173
 
14688
15174
  // src/timeline/timeline-track-item.spec.tsx
14689
- import { jsxs as jsxs158 } from "react/jsx-runtime";
15175
+ import { jsxs as jsxs169 } from "react/jsx-runtime";
14690
15176
 
14691
15177
  // src/timeline/templates/timeline-normal.tsx
14692
- import { jsx as jsx392, jsxs as jsxs159 } from "react/jsx-runtime";
15178
+ import { jsx as jsx409, jsxs as jsxs170 } from "react/jsx-runtime";
14693
15179
 
14694
15180
  // src/timeline/templates/timeline-normal-collapsible.tsx
14695
- import { jsx as jsx393, jsxs as jsxs160 } from "react/jsx-runtime";
15181
+ import { jsx as jsx410, jsxs as jsxs171 } from "react/jsx-runtime";
14696
15182
 
14697
15183
  // src/timeline/templates/timeline-normal-alternating.tsx
14698
- import { jsx as jsx394, jsxs as jsxs161 } from "react/jsx-runtime";
15184
+ import { jsx as jsx411, jsxs as jsxs172 } from "react/jsx-runtime";
14699
15185
 
14700
15186
  // src/timeline/templates/timeline-horizontal.tsx
14701
- import { Fragment as Fragment109, jsx as jsx395, jsxs as jsxs162 } from "react/jsx-runtime";
15187
+ import { Fragment as Fragment118, jsx as jsx412, jsxs as jsxs173 } from "react/jsx-runtime";
14702
15188
 
14703
15189
  // src/pdf-viewer/pdf-viewer.spec.tsx
14704
- import { Fragment as Fragment110, jsx as jsx396, jsxs as jsxs163 } from "react/jsx-runtime";
15190
+ import { Fragment as Fragment119, jsx as jsx413, jsxs as jsxs174 } from "react/jsx-runtime";
14705
15191
  var PDFVIEWER_CLASSNAME = `k-pdf-viewer`;
14706
- var states138 = [
15192
+ var states148 = [
14707
15193
  States.disabled
14708
15194
  ];
14709
- var options124 = {};
14710
- var defaultToolbar = /* @__PURE__ */ jsx396(Fragment110, { children: /* @__PURE__ */ jsxs163(Toolbar, { resizable: true, children: [
14711
- /* @__PURE__ */ jsx396(Pager, { type: "input", pageSizes: false, refresh: false, info: false }),
14712
- /* @__PURE__ */ jsx396("span", { className: "k-spacer" }),
14713
- /* @__PURE__ */ jsx396(Button, { fillMode: "flat", icon: "search" }),
14714
- /* @__PURE__ */ jsx396(Button, { fillMode: "flat", icon: "file-pdf" }),
14715
- /* @__PURE__ */ jsx396(Button, { fillMode: "flat", icon: "print" }),
14716
- /* @__PURE__ */ jsx396(Button, { fillMode: "flat", icon: "fullscreen" })
15195
+ var options136 = {};
15196
+ var defaultToolbar2 = /* @__PURE__ */ jsx413(Fragment119, { children: /* @__PURE__ */ jsxs174(Toolbar, { resizable: true, children: [
15197
+ /* @__PURE__ */ jsx413(Pager, { type: "input", pageSizes: false, refresh: false, info: false }),
15198
+ /* @__PURE__ */ jsx413("span", { className: "k-spacer" }),
15199
+ /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "search" }),
15200
+ /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "file-pdf" }),
15201
+ /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "print" }),
15202
+ /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "fullscreen" })
14717
15203
  ] }) });
14718
- var defaultProps125 = {
14719
- toolbar: defaultToolbar,
15204
+ var defaultProps136 = {
15205
+ toolbar: defaultToolbar2,
14720
15206
  showSearchPanel: false,
14721
15207
  blank: false
14722
15208
  };
@@ -14728,7 +15214,7 @@ var PDFViewer = (props) => {
14728
15214
  blank,
14729
15215
  ...other
14730
15216
  } = props;
14731
- return /* @__PURE__ */ jsxs163(
15217
+ return /* @__PURE__ */ jsxs174(
14732
15218
  "div",
14733
15219
  {
14734
15220
  ...other,
@@ -14739,42 +15225,42 @@ var PDFViewer = (props) => {
14739
15225
  ),
14740
15226
  children: [
14741
15227
  toolbar,
14742
- /* @__PURE__ */ jsxs163("div", { className: "k-canvas k-pdf-viewer-canvas k-pos-relative k-overflow-auto k-enable-text-select", children: [
14743
- showSearchPanel && /* @__PURE__ */ jsxs163("div", { className: "k-search-panel k-pos-sticky k-top-center", children: [
14744
- /* @__PURE__ */ jsx396(Button, { fillMode: "flat", icon: "handle-drag", className: "k-search-dialog-draghandle" }),
14745
- /* @__PURE__ */ jsx396(
15228
+ /* @__PURE__ */ jsxs174("div", { className: "k-canvas k-pdf-viewer-canvas k-pos-relative k-overflow-auto k-enable-text-select", children: [
15229
+ showSearchPanel && /* @__PURE__ */ jsxs174("div", { className: "k-search-panel k-pos-sticky k-top-center", children: [
15230
+ /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "handle-drag", className: "k-search-dialog-draghandle" }),
15231
+ /* @__PURE__ */ jsx413(
14746
15232
  Textbox,
14747
15233
  {
14748
- suffix: /* @__PURE__ */ jsx396(Button, { fillMode: "flat", className: "k-match-case-button", icon: "convert-lowercase" })
15234
+ suffix: /* @__PURE__ */ jsx413(Button, { fillMode: "flat", className: "k-match-case-button", icon: "convert-lowercase" })
14749
15235
  }
14750
15236
  ),
14751
- /* @__PURE__ */ jsxs163("span", { className: "k-search-matches", children: [
14752
- /* @__PURE__ */ jsx396("span", { children: "0" }),
15237
+ /* @__PURE__ */ jsxs174("span", { className: "k-search-matches", children: [
15238
+ /* @__PURE__ */ jsx413("span", { children: "0" }),
14753
15239
  " of ",
14754
- /* @__PURE__ */ jsx396("span", { children: "1" })
15240
+ /* @__PURE__ */ jsx413("span", { children: "1" })
14755
15241
  ] }),
14756
- /* @__PURE__ */ jsx396(Button, { fillMode: "flat", icon: "arrow-up" }),
14757
- /* @__PURE__ */ jsx396(Button, { fillMode: "flat", icon: "arrow-down" }),
14758
- /* @__PURE__ */ jsx396(Button, { fillMode: "flat", icon: "x" })
15242
+ /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "arrow-up" }),
15243
+ /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "arrow-down" }),
15244
+ /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "x" })
14759
15245
  ] }),
14760
- /* @__PURE__ */ jsx396("div", { className: "k-pdf-viewer-pages", children: blank ? /* @__PURE__ */ jsxs163("div", { className: "k-page k-blank-page", children: [
14761
- /* @__PURE__ */ jsx396(DropzoneNormal, {}),
14762
- /* @__PURE__ */ jsx396(UploadNormal, { empty: true, status: "upload" })
15246
+ /* @__PURE__ */ jsx413("div", { className: "k-pdf-viewer-pages", children: blank ? /* @__PURE__ */ jsxs174("div", { className: "k-page k-blank-page", children: [
15247
+ /* @__PURE__ */ jsx413(DropzoneNormal, {}),
15248
+ /* @__PURE__ */ jsx413(UploadNormal, { empty: true, status: "upload" })
14763
15249
  ] }) : props.children })
14764
15250
  ] })
14765
15251
  ]
14766
15252
  }
14767
15253
  );
14768
15254
  };
14769
- PDFViewer.states = states138;
14770
- PDFViewer.options = options124;
15255
+ PDFViewer.states = states148;
15256
+ PDFViewer.options = options136;
14771
15257
  PDFViewer.className = PDFVIEWER_CLASSNAME;
14772
- PDFViewer.defaultProps = defaultProps125;
15258
+ PDFViewer.defaultProps = defaultProps136;
14773
15259
 
14774
15260
  // src/pdf-viewer/pdf-viewer-page.tsx
14775
- import { jsx as jsx397 } from "react/jsx-runtime";
15261
+ import { jsx as jsx414 } from "react/jsx-runtime";
14776
15262
  var PDFVIEWERPAGE_CLASSNAME = `k-page`;
14777
- var defaultProps126 = {
15263
+ var defaultProps137 = {
14778
15264
  width: "720px",
14779
15265
  height: "360px"
14780
15266
  };
@@ -14784,7 +15270,7 @@ var PDFViewerPage = (props) => {
14784
15270
  height,
14785
15271
  ...other
14786
15272
  } = props;
14787
- return /* @__PURE__ */ jsx397(
15273
+ return /* @__PURE__ */ jsx414(
14788
15274
  "div",
14789
15275
  {
14790
15276
  ...other,
@@ -14797,23 +15283,23 @@ var PDFViewerPage = (props) => {
14797
15283
  );
14798
15284
  };
14799
15285
  PDFViewerPage.className = PDFVIEWERPAGE_CLASSNAME;
14800
- PDFViewerPage.defaultProps = defaultProps126;
15286
+ PDFViewerPage.defaultProps = defaultProps137;
14801
15287
 
14802
15288
  // src/pdf-viewer/templates/pdf-viewer-normal.tsx
14803
- import { Fragment as Fragment111, jsx as jsx398, jsxs as jsxs164 } from "react/jsx-runtime";
15289
+ import { Fragment as Fragment120, jsx as jsx415, jsxs as jsxs175 } from "react/jsx-runtime";
14804
15290
 
14805
15291
  // src/pdf-viewer/templates/pdf-viewer-blank.tsx
14806
- import { jsx as jsx399 } from "react/jsx-runtime";
15292
+ import { jsx as jsx416 } from "react/jsx-runtime";
14807
15293
 
14808
15294
  // src/pdf-viewer/templates/pdf-viewer-with-search-panel.tsx
14809
- import { Fragment as Fragment112, jsx as jsx400, jsxs as jsxs165 } from "react/jsx-runtime";
15295
+ import { Fragment as Fragment121, jsx as jsx417, jsxs as jsxs176 } from "react/jsx-runtime";
14810
15296
 
14811
15297
  // src/scrollview/scrollview-spec.tsx
14812
- import { Fragment as Fragment113, jsx as jsx401, jsxs as jsxs166 } from "react/jsx-runtime";
15298
+ import { Fragment as Fragment122, jsx as jsx418, jsxs as jsxs177 } from "react/jsx-runtime";
14813
15299
  var SCROLLVIEW_CLASSNAME = "k-scrollview";
14814
- var states139 = [];
14815
- var options125 = {};
14816
- var defaultProps127 = {
15300
+ var states149 = [];
15301
+ var options137 = {};
15302
+ var defaultProps138 = {
14817
15303
  mode: "normal",
14818
15304
  views: 9,
14819
15305
  animate: true,
@@ -14823,12 +15309,12 @@ var defaultProps127 = {
14823
15309
  };
14824
15310
  var ScrollView = (props) => {
14825
15311
  const {
14826
- mode = defaultProps127.mode,
14827
- views = defaultProps127.views,
14828
- animate = defaultProps127.animate,
14829
- arrows = defaultProps127.arrows,
14830
- pager = defaultProps127.pager,
14831
- rtl = defaultProps127.rtl,
15312
+ mode = defaultProps138.mode,
15313
+ views = defaultProps138.views,
15314
+ animate = defaultProps138.animate,
15315
+ arrows = defaultProps138.arrows,
15316
+ pager = defaultProps138.pager,
15317
+ rtl = defaultProps138.rtl,
14832
15318
  ...other
14833
15319
  } = props;
14834
15320
  const scrollviewViews = [];
@@ -14836,10 +15322,10 @@ var ScrollView = (props) => {
14836
15322
  const iconNext = rtl ? "chevron-left" : "chevron-right";
14837
15323
  for (let i = 0; i < views; i++) {
14838
15324
  scrollviewViews.push(
14839
- /* @__PURE__ */ jsx401("div", { className: "k-scrollview-view" }, i)
15325
+ /* @__PURE__ */ jsx418("div", { className: "k-scrollview-view" }, i)
14840
15326
  );
14841
15327
  }
14842
- return /* @__PURE__ */ jsxs166(
15328
+ return /* @__PURE__ */ jsxs177(
14843
15329
  "div",
14844
15330
  {
14845
15331
  ...other,
@@ -14852,44 +15338,44 @@ var ScrollView = (props) => {
14852
15338
  }
14853
15339
  ),
14854
15340
  children: [
14855
- /* @__PURE__ */ jsx401("div", { className: classNames(
15341
+ /* @__PURE__ */ jsx418("div", { className: classNames(
14856
15342
  "k-scrollview-wrap",
14857
15343
  {
14858
15344
  ["k-scrollview-animate"]: animate
14859
15345
  }
14860
15346
  ), style: { "--kendo-scrollview-views": views, "--kendo-scrollview-current": 5 }, children: scrollviewViews }),
14861
- /* @__PURE__ */ jsxs166("div", { className: "k-scrollview-elements", children: [
14862
- arrows && /* @__PURE__ */ jsxs166(Fragment113, { children: [
14863
- /* @__PURE__ */ jsx401("span", { className: "k-scrollview-prev", children: /* @__PURE__ */ jsx401(Icon, { icon: iconPrev, size: "xxxlarge" }) }),
14864
- /* @__PURE__ */ jsx401("span", { className: "k-scrollview-next", children: /* @__PURE__ */ jsx401(Icon, { icon: iconNext, size: "xxxlarge" }) })
15347
+ /* @__PURE__ */ jsxs177("div", { className: "k-scrollview-elements", children: [
15348
+ arrows && /* @__PURE__ */ jsxs177(Fragment122, { children: [
15349
+ /* @__PURE__ */ jsx418("span", { className: "k-scrollview-prev", children: /* @__PURE__ */ jsx418(Icon, { icon: iconPrev, size: "xxxlarge" }) }),
15350
+ /* @__PURE__ */ jsx418("span", { className: "k-scrollview-next", children: /* @__PURE__ */ jsx418(Icon, { icon: iconNext, size: "xxxlarge" }) })
14865
15351
  ] }),
14866
- pager && /* @__PURE__ */ jsx401("div", { className: "k-scrollview-nav-wrap", children: /* @__PURE__ */ jsxs166("div", { className: "k-scrollview-nav", children: [
14867
- mode === "light" && /* @__PURE__ */ jsxs166(Fragment113, { children: [
14868
- /* @__PURE__ */ jsx401("span", { className: "k-link" }),
14869
- /* @__PURE__ */ jsx401("span", { className: "k-link k-primary" }),
14870
- /* @__PURE__ */ jsx401("span", { className: "k-link k-primary k-focus" }),
14871
- /* @__PURE__ */ jsx401("span", { className: "k-link k-focus" }),
14872
- /* @__PURE__ */ jsx401("span", { className: "k-link" })
15352
+ pager && /* @__PURE__ */ jsx418("div", { className: "k-scrollview-nav-wrap", children: /* @__PURE__ */ jsxs177("div", { className: "k-scrollview-nav", children: [
15353
+ mode === "light" && /* @__PURE__ */ jsxs177(Fragment122, { children: [
15354
+ /* @__PURE__ */ jsx418("span", { className: "k-link" }),
15355
+ /* @__PURE__ */ jsx418("span", { className: "k-link k-primary" }),
15356
+ /* @__PURE__ */ jsx418("span", { className: "k-link k-primary k-focus" }),
15357
+ /* @__PURE__ */ jsx418("span", { className: "k-link k-focus" }),
15358
+ /* @__PURE__ */ jsx418("span", { className: "k-link" })
14873
15359
  ] }),
14874
- mode === "normal" && /* @__PURE__ */ jsxs166(Fragment113, { children: [
14875
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
14876
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
14877
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
14878
- /* @__PURE__ */ jsx401("span", { className: "k-link" }),
14879
- /* @__PURE__ */ jsx401("span", { className: "k-link k-primary" }),
14880
- /* @__PURE__ */ jsx401("span", { className: "k-link" }),
14881
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
14882
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
14883
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.5)" } })
15360
+ mode === "normal" && /* @__PURE__ */ jsxs177(Fragment122, { children: [
15361
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
15362
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15363
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
15364
+ /* @__PURE__ */ jsx418("span", { className: "k-link" }),
15365
+ /* @__PURE__ */ jsx418("span", { className: "k-link k-primary" }),
15366
+ /* @__PURE__ */ jsx418("span", { className: "k-link" }),
15367
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
15368
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15369
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.5)" } })
14884
15370
  ] }),
14885
- mode === "dark" && /* @__PURE__ */ jsxs166(Fragment113, { children: [
14886
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
14887
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
14888
- /* @__PURE__ */ jsx401("span", { className: "k-link" }),
14889
- /* @__PURE__ */ jsx401("span", { className: "k-link k-primary" }),
14890
- /* @__PURE__ */ jsx401("span", { className: "k-link" }),
14891
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
14892
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.5)" } })
15371
+ mode === "dark" && /* @__PURE__ */ jsxs177(Fragment122, { children: [
15372
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
15373
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15374
+ /* @__PURE__ */ jsx418("span", { className: "k-link" }),
15375
+ /* @__PURE__ */ jsx418("span", { className: "k-link k-primary" }),
15376
+ /* @__PURE__ */ jsx418("span", { className: "k-link" }),
15377
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15378
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.5)" } })
14893
15379
  ] })
14894
15380
  ] }) })
14895
15381
  ] })
@@ -14897,83 +15383,83 @@ var ScrollView = (props) => {
14897
15383
  }
14898
15384
  );
14899
15385
  };
14900
- ScrollView.states = states139;
14901
- ScrollView.options = options125;
15386
+ ScrollView.states = states149;
15387
+ ScrollView.options = options137;
14902
15388
  ScrollView.className = SCROLLVIEW_CLASSNAME;
14903
- ScrollView.defaultProps = defaultProps127;
15389
+ ScrollView.defaultProps = defaultProps138;
14904
15390
 
14905
15391
  // src/scrollview/templates/scrollview-normal.tsx
14906
- import { jsx as jsx402 } from "react/jsx-runtime";
15392
+ import { jsx as jsx419 } from "react/jsx-runtime";
14907
15393
 
14908
15394
  // src/prompt/prompt.spec.tsx
14909
- import { Fragment as Fragment114, jsx as jsx403 } from "react/jsx-runtime";
15395
+ import { Fragment as Fragment123, jsx as jsx420 } from "react/jsx-runtime";
14910
15396
  var PROMPT_CLASSNAME = `k-prompt`;
14911
- var states140 = [];
14912
- var options126 = {};
14913
- var defaultProps128 = {};
15397
+ var states150 = [];
15398
+ var options138 = {};
15399
+ var defaultProps139 = {};
14914
15400
  var Prompt = (props) => {
14915
15401
  const {
14916
15402
  ...other
14917
15403
  } = props;
14918
- return /* @__PURE__ */ jsx403("div", { ...other, className: classNames(props.className, PROMPT_CLASSNAME), children: /* @__PURE__ */ jsx403(Fragment114, { children: props.children }) });
15404
+ return /* @__PURE__ */ jsx420("div", { ...other, className: classNames(props.className, PROMPT_CLASSNAME), children: /* @__PURE__ */ jsx420(Fragment123, { children: props.children }) });
14919
15405
  };
14920
- Prompt.states = states140;
14921
- Prompt.options = options126;
15406
+ Prompt.states = states150;
15407
+ Prompt.options = options138;
14922
15408
  Prompt.className = PROMPT_CLASSNAME;
14923
- Prompt.defaultProps = defaultProps128;
15409
+ Prompt.defaultProps = defaultProps139;
14924
15410
 
14925
15411
  // src/prompt/prompt-header.tsx
14926
- import { jsx as jsx404 } from "react/jsx-runtime";
15412
+ import { jsx as jsx421 } from "react/jsx-runtime";
14927
15413
 
14928
15414
  // src/prompt/prompt-content.tsx
14929
- import { Fragment as Fragment115, jsx as jsx405 } from "react/jsx-runtime";
15415
+ import { Fragment as Fragment124, jsx as jsx422 } from "react/jsx-runtime";
14930
15416
 
14931
15417
  // src/prompt/prompt-view.tsx
14932
- import { Fragment as Fragment116, jsx as jsx406, jsxs as jsxs167 } from "react/jsx-runtime";
15418
+ import { Fragment as Fragment125, jsx as jsx423, jsxs as jsxs178 } from "react/jsx-runtime";
14933
15419
 
14934
15420
  // src/prompt/prompt-footer.tsx
14935
- import { jsx as jsx407 } from "react/jsx-runtime";
15421
+ import { jsx as jsx424 } from "react/jsx-runtime";
14936
15422
 
14937
15423
  // src/prompt/prompt-suggestion.tsx
14938
- import { jsx as jsx408 } from "react/jsx-runtime";
15424
+ import { jsx as jsx425 } from "react/jsx-runtime";
14939
15425
 
14940
15426
  // src/prompt/prompt-setting.tsx
14941
- import { jsx as jsx409 } from "react/jsx-runtime";
15427
+ import { jsx as jsx426 } from "react/jsx-runtime";
14942
15428
 
14943
15429
  // src/prompt/templates/prompt-normal.tsx
14944
- import { jsx as jsx410, jsxs as jsxs168 } from "react/jsx-runtime";
15430
+ import { jsx as jsx427, jsxs as jsxs179 } from "react/jsx-runtime";
14945
15431
 
14946
15432
  // src/prompt/templates/prompt-suggestions.tsx
14947
- import { Fragment as Fragment117, jsx as jsx411, jsxs as jsxs169 } from "react/jsx-runtime";
15433
+ import { Fragment as Fragment126, jsx as jsx428, jsxs as jsxs180 } from "react/jsx-runtime";
14948
15434
 
14949
15435
  // src/prompt/templates/prompt-settings.tsx
14950
- import { Fragment as Fragment118, jsx as jsx412, jsxs as jsxs170 } from "react/jsx-runtime";
15436
+ import { Fragment as Fragment127, jsx as jsx429, jsxs as jsxs181 } from "react/jsx-runtime";
14951
15437
 
14952
15438
  // src/prompt/templates/prompt-output.tsx
14953
- import { jsx as jsx413, jsxs as jsxs171 } from "react/jsx-runtime";
15439
+ import { jsx as jsx430, jsxs as jsxs182 } from "react/jsx-runtime";
14954
15440
 
14955
15441
  // src/prompt/templates/prompt-more-actions.tsx
14956
- import { jsx as jsx414, jsxs as jsxs172 } from "react/jsx-runtime";
15442
+ import { jsx as jsx431, jsxs as jsxs183 } from "react/jsx-runtime";
14957
15443
 
14958
15444
  // src/prompt/templates/prompt-popup.tsx
14959
- import { jsx as jsx415, jsxs as jsxs173 } from "react/jsx-runtime";
15445
+ import { jsx as jsx432, jsxs as jsxs184 } from "react/jsx-runtime";
14960
15446
 
14961
15447
  // src/orgchart/orgchart.spec.tsx
14962
- import { jsx as jsx416 } from "react/jsx-runtime";
15448
+ import { jsx as jsx433 } from "react/jsx-runtime";
14963
15449
  var ORGCHART_CLASSNAME = `k-orgchart`;
14964
- var states141 = [];
14965
- var options127 = {};
14966
- var defaultProps129 = {
15450
+ var states151 = [];
15451
+ var options139 = {};
15452
+ var defaultProps140 = {
14967
15453
  width: "100%",
14968
15454
  height: "300px"
14969
15455
  };
14970
15456
  var Orgchart = (props) => {
14971
15457
  const {
14972
- width = defaultProps129.width,
14973
- height = defaultProps129.height,
15458
+ width = defaultProps140.width,
15459
+ height = defaultProps140.height,
14974
15460
  ...other
14975
15461
  } = props;
14976
- return /* @__PURE__ */ jsx416(
15462
+ return /* @__PURE__ */ jsx433(
14977
15463
  "div",
14978
15464
  {
14979
15465
  ...other,
@@ -14981,19 +15467,19 @@ var Orgchart = (props) => {
14981
15467
  props.className,
14982
15468
  ORGCHART_CLASSNAME
14983
15469
  ),
14984
- children: /* @__PURE__ */ jsx416("div", { className: "k-orgchart-container", style: { width, height }, children: props.children })
15470
+ children: /* @__PURE__ */ jsx433("div", { className: "k-orgchart-container", style: { width, height }, children: props.children })
14985
15471
  }
14986
15472
  );
14987
15473
  };
14988
- Orgchart.states = states141;
14989
- Orgchart.options = options127;
15474
+ Orgchart.states = states151;
15475
+ Orgchart.options = options139;
14990
15476
  Orgchart.className = ORGCHART_CLASSNAME;
14991
- Orgchart.defaultProps = defaultProps129;
15477
+ Orgchart.defaultProps = defaultProps140;
14992
15478
 
14993
15479
  // src/orgchart/orgchart-node.tsx
14994
- import { jsx as jsx417, jsxs as jsxs174 } from "react/jsx-runtime";
15480
+ import { jsx as jsx434, jsxs as jsxs185 } from "react/jsx-runtime";
14995
15481
  var ORGCHARTNODE_CLASSNAME = `k-orgchart-node`;
14996
- var defaultProps130 = {
15482
+ var defaultProps141 = {
14997
15483
  buttonIcon: "plus"
14998
15484
  };
14999
15485
  var OrgchartNode = (props) => {
@@ -15005,12 +15491,12 @@ var OrgchartNode = (props) => {
15005
15491
  lineBottom,
15006
15492
  lineTop,
15007
15493
  button,
15008
- buttonIcon: buttonIcon2 = defaultProps130.buttonIcon,
15494
+ buttonIcon: buttonIcon2 = defaultProps141.buttonIcon,
15009
15495
  avatar,
15010
15496
  avatarType,
15011
15497
  ...other
15012
15498
  } = props;
15013
- return /* @__PURE__ */ jsxs174(
15499
+ return /* @__PURE__ */ jsxs185(
15014
15500
  "div",
15015
15501
  {
15016
15502
  ...other,
@@ -15021,35 +15507,35 @@ var OrgchartNode = (props) => {
15021
15507
  "k-align-items-center"
15022
15508
  ),
15023
15509
  children: [
15024
- lineTop && /* @__PURE__ */ jsx417("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15025
- /* @__PURE__ */ jsx417(Card, { className: "k-orgchart-card", children: /* @__PURE__ */ jsxs174(CardBody, { className: "k-hstack", details, style: { borderTopColor: color }, children: [
15026
- /* @__PURE__ */ jsx417(Avatar, { type: avatarType, themeColor: "secondary", children: avatarType === "image" ? /* @__PURE__ */ jsx417("img", { src: avatar }) : avatar }),
15027
- /* @__PURE__ */ jsxs174("div", { className: "k-card-title-wrap k-vstack", children: [
15028
- /* @__PURE__ */ jsx417(CardTitle, { className: "k-text-ellipsis", children: title }),
15029
- /* @__PURE__ */ jsx417("span", { className: "k-spacer" }),
15030
- /* @__PURE__ */ jsx417(CardSubtitle, { className: "k-text-ellipsis", children: subtitle })
15510
+ lineTop && /* @__PURE__ */ jsx434("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15511
+ /* @__PURE__ */ jsx434(Card, { className: "k-orgchart-card", children: /* @__PURE__ */ jsxs185(CardBody, { className: "k-hstack", details, style: { borderTopColor: color }, children: [
15512
+ /* @__PURE__ */ jsx434(Avatar, { type: avatarType, themeColor: "secondary", children: avatarType === "image" ? /* @__PURE__ */ jsx434("img", { src: avatar }) : avatar }),
15513
+ /* @__PURE__ */ jsxs185("div", { className: "k-card-title-wrap k-vstack", children: [
15514
+ /* @__PURE__ */ jsx434(CardTitle, { className: "k-text-ellipsis", children: title }),
15515
+ /* @__PURE__ */ jsx434("span", { className: "k-spacer" }),
15516
+ /* @__PURE__ */ jsx434(CardSubtitle, { className: "k-text-ellipsis", children: subtitle })
15031
15517
  ] }),
15032
- /* @__PURE__ */ jsx417("span", { className: "k-spacer" })
15518
+ /* @__PURE__ */ jsx434("span", { className: "k-spacer" })
15033
15519
  ] }) }),
15034
- lineBottom && /* @__PURE__ */ jsx417("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15035
- button && /* @__PURE__ */ jsx417(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
15520
+ lineBottom && /* @__PURE__ */ jsx434("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15521
+ button && /* @__PURE__ */ jsx434(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
15036
15522
  ]
15037
15523
  }
15038
15524
  );
15039
15525
  };
15040
15526
 
15041
15527
  // src/orgchart/orgchart-group.tsx
15042
- import { Fragment as Fragment119, jsx as jsx418, jsxs as jsxs175 } from "react/jsx-runtime";
15528
+ import { Fragment as Fragment128, jsx as jsx435, jsxs as jsxs186 } from "react/jsx-runtime";
15043
15529
  var ORGCHARTGROUP_CLASSNAME = `k-orgchart-group`;
15044
- var states142 = [];
15045
- var options128 = {};
15046
- var defaultProps131 = {
15530
+ var states152 = [];
15531
+ var options140 = {};
15532
+ var defaultProps142 = {
15047
15533
  orientation: "horizontal"
15048
15534
  };
15049
15535
  var OrgchartGroup = (props) => {
15050
15536
  const {
15051
15537
  children,
15052
- orientation = defaultProps131.orientation,
15538
+ orientation = defaultProps142.orientation,
15053
15539
  justifyContent,
15054
15540
  ...other
15055
15541
  } = props;
@@ -15072,7 +15558,7 @@ var OrgchartGroup = (props) => {
15072
15558
  }
15073
15559
  }
15074
15560
  }
15075
- return /* @__PURE__ */ jsxs175(
15561
+ return /* @__PURE__ */ jsxs186(
15076
15562
  "div",
15077
15563
  {
15078
15564
  ...other,
@@ -15086,7 +15572,7 @@ var OrgchartGroup = (props) => {
15086
15572
  ),
15087
15573
  style: { width: "100%" },
15088
15574
  children: [
15089
- chartNodes.length > 0 && /* @__PURE__ */ jsx418(
15575
+ chartNodes.length > 0 && /* @__PURE__ */ jsx435(
15090
15576
  "div",
15091
15577
  {
15092
15578
  className: classNames(
@@ -15096,26 +15582,26 @@ var OrgchartGroup = (props) => {
15096
15582
  [`k-${kendoThemeMaps.orientationMap[orientation] || orientation}`]: orientation
15097
15583
  }
15098
15584
  ),
15099
- children: /* @__PURE__ */ jsx418(Fragment119, { children: chartNodes })
15585
+ children: /* @__PURE__ */ jsx435(Fragment128, { children: chartNodes })
15100
15586
  }
15101
15587
  ),
15102
- /* @__PURE__ */ jsx418(Fragment119, { children: chartGroups })
15588
+ /* @__PURE__ */ jsx435(Fragment128, { children: chartGroups })
15103
15589
  ]
15104
15590
  }
15105
15591
  );
15106
15592
  };
15107
- OrgchartGroup.states = states142;
15108
- OrgchartGroup.options = options128;
15593
+ OrgchartGroup.states = states152;
15594
+ OrgchartGroup.options = options140;
15109
15595
  OrgchartGroup.className = ORGCHARTGROUP_CLASSNAME;
15110
- OrgchartGroup.defaultProps = defaultProps131;
15596
+ OrgchartGroup.defaultProps = defaultProps142;
15111
15597
 
15112
15598
  // src/orgchart/orgchart-node-group.tsx
15113
- import { jsx as jsx419, jsxs as jsxs176 } from "react/jsx-runtime";
15599
+ import { jsx as jsx436, jsxs as jsxs187 } from "react/jsx-runtime";
15114
15600
  var ORGCHARTNODEGROUP_CLASSNAME = `k-orgchart-node-group`;
15115
- var states143 = [
15601
+ var states153 = [
15116
15602
  States.focus
15117
15603
  ];
15118
- var defaultProps132 = {
15604
+ var defaultProps143 = {
15119
15605
  orientation: "horizontal",
15120
15606
  buttonIcon: "plus"
15121
15607
  };
@@ -15126,12 +15612,12 @@ var OrgchartNodeGroup = (props) => {
15126
15612
  lineBottom,
15127
15613
  lineTop,
15128
15614
  button,
15129
- buttonIcon: buttonIcon2 = defaultProps132.buttonIcon,
15615
+ buttonIcon: buttonIcon2 = defaultProps143.buttonIcon,
15130
15616
  focus,
15131
- orientation = defaultProps132.orientation,
15617
+ orientation = defaultProps143.orientation,
15132
15618
  ...other
15133
15619
  } = props;
15134
- return /* @__PURE__ */ jsxs176(
15620
+ return /* @__PURE__ */ jsxs187(
15135
15621
  "div",
15136
15622
  {
15137
15623
  ...other,
@@ -15142,8 +15628,8 @@ var OrgchartNodeGroup = (props) => {
15142
15628
  "k-align-items-center"
15143
15629
  ),
15144
15630
  children: [
15145
- lineTop && /* @__PURE__ */ jsx419("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15146
- /* @__PURE__ */ jsxs176(
15631
+ lineTop && /* @__PURE__ */ jsx436("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15632
+ /* @__PURE__ */ jsxs187(
15147
15633
  "div",
15148
15634
  {
15149
15635
  className: classNames(
@@ -15154,9 +15640,9 @@ var OrgchartNodeGroup = (props) => {
15154
15640
  })
15155
15641
  ),
15156
15642
  children: [
15157
- title && /* @__PURE__ */ jsx419("div", { className: "k-orgchart-node-group-title", children: title }),
15158
- subtitle && /* @__PURE__ */ jsx419("div", { className: "k-orgchart-node-group-subtitle", children: subtitle }),
15159
- /* @__PURE__ */ jsx419(
15643
+ title && /* @__PURE__ */ jsx436("div", { className: "k-orgchart-node-group-title", children: title }),
15644
+ subtitle && /* @__PURE__ */ jsx436("div", { className: "k-orgchart-node-group-subtitle", children: subtitle }),
15645
+ /* @__PURE__ */ jsx436(
15160
15646
  "div",
15161
15647
  {
15162
15648
  className: classNames(
@@ -15171,51 +15657,51 @@ var OrgchartNodeGroup = (props) => {
15171
15657
  ]
15172
15658
  }
15173
15659
  ),
15174
- lineBottom && /* @__PURE__ */ jsx419("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15175
- button && /* @__PURE__ */ jsx419(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
15660
+ lineBottom && /* @__PURE__ */ jsx436("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15661
+ button && /* @__PURE__ */ jsx436(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
15176
15662
  ]
15177
15663
  }
15178
15664
  );
15179
15665
  };
15180
- OrgchartNodeGroup.states = states143;
15666
+ OrgchartNodeGroup.states = states153;
15181
15667
 
15182
15668
  // src/orgchart/templates/orgchart-normal.tsx
15183
- import { jsx as jsx420, jsxs as jsxs177 } from "react/jsx-runtime";
15669
+ import { jsx as jsx437, jsxs as jsxs188 } from "react/jsx-runtime";
15184
15670
 
15185
15671
  // src/orgchart/templates/orgchart-vertical.tsx
15186
- import { jsx as jsx421, jsxs as jsxs178 } from "react/jsx-runtime";
15672
+ import { jsx as jsx438, jsxs as jsxs189 } from "react/jsx-runtime";
15187
15673
 
15188
15674
  // src/orgchart/templates/orgchart-group-normal.tsx
15189
- import { jsx as jsx422, jsxs as jsxs179 } from "react/jsx-runtime";
15675
+ import { jsx as jsx439, jsxs as jsxs190 } from "react/jsx-runtime";
15190
15676
 
15191
15677
  // src/orgchart/templates/orgchart-group-vertical.tsx
15192
- import { jsx as jsx423, jsxs as jsxs180 } from "react/jsx-runtime";
15678
+ import { jsx as jsx440, jsxs as jsxs191 } from "react/jsx-runtime";
15193
15679
 
15194
15680
  // src/signature/signature.spec.tsx
15195
- import { jsx as jsx424, jsxs as jsxs181 } from "react/jsx-runtime";
15681
+ import { jsx as jsx441, jsxs as jsxs192 } from "react/jsx-runtime";
15196
15682
  var SIGNATURE_CLASSNAME = `k-signature`;
15197
- var states144 = [
15683
+ var states154 = [
15198
15684
  States.hover,
15199
15685
  States.focus,
15200
15686
  States.valid,
15201
15687
  States.invalid,
15202
15688
  States.disabled
15203
15689
  ];
15204
- var options129 = {
15690
+ var options141 = {
15205
15691
  size: [Size.small, Size.medium, Size.large],
15206
15692
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
15207
15693
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
15208
15694
  };
15209
- var defaultProps133 = {
15695
+ var defaultProps144 = {
15210
15696
  size: Size.medium,
15211
15697
  rounded: Roundness.medium,
15212
15698
  fillMode: FillMode.solid
15213
15699
  };
15214
15700
  var Signature = (props) => {
15215
15701
  const {
15216
- size = defaultProps133.size,
15217
- rounded = defaultProps133.rounded,
15218
- fillMode = defaultProps133.fillMode,
15702
+ size = defaultProps144.size,
15703
+ rounded = defaultProps144.rounded,
15704
+ fillMode = defaultProps144.fillMode,
15219
15705
  hover,
15220
15706
  focus,
15221
15707
  valid,
@@ -15224,7 +15710,7 @@ var Signature = (props) => {
15224
15710
  maximized,
15225
15711
  ...other
15226
15712
  } = props;
15227
- return /* @__PURE__ */ jsxs181(
15713
+ return /* @__PURE__ */ jsxs192(
15228
15714
  "div",
15229
15715
  {
15230
15716
  ...other,
@@ -15252,8 +15738,8 @@ var Signature = (props) => {
15252
15738
  }
15253
15739
  ),
15254
15740
  children: [
15255
- /* @__PURE__ */ jsx424("canvas", { className: "k-signature-canvas" }),
15256
- /* @__PURE__ */ jsxs181(
15741
+ /* @__PURE__ */ jsx441("canvas", { className: "k-signature-canvas" }),
15742
+ /* @__PURE__ */ jsxs192(
15257
15743
  "div",
15258
15744
  {
15259
15745
  className: classNames(
@@ -15261,7 +15747,7 @@ var Signature = (props) => {
15261
15747
  "k-signature-actions-top"
15262
15748
  ),
15263
15749
  children: [
15264
- /* @__PURE__ */ jsx424(
15750
+ /* @__PURE__ */ jsx441(
15265
15751
  Button,
15266
15752
  {
15267
15753
  className: classNames(
@@ -15275,7 +15761,7 @@ var Signature = (props) => {
15275
15761
  fillMode: "flat"
15276
15762
  }
15277
15763
  ),
15278
- /* @__PURE__ */ jsx424(
15764
+ /* @__PURE__ */ jsx441(
15279
15765
  Button,
15280
15766
  {
15281
15767
  className: classNames(
@@ -15292,15 +15778,15 @@ var Signature = (props) => {
15292
15778
  ]
15293
15779
  }
15294
15780
  ),
15295
- /* @__PURE__ */ jsx424("div", { className: "k-signature-line" }),
15296
- /* @__PURE__ */ jsx424(
15781
+ /* @__PURE__ */ jsx441("div", { className: "k-signature-line" }),
15782
+ /* @__PURE__ */ jsx441(
15297
15783
  "div",
15298
15784
  {
15299
15785
  className: classNames(
15300
15786
  "k-signature-actions",
15301
15787
  "k-signature-actions-bottom"
15302
15788
  ),
15303
- children: /* @__PURE__ */ jsx424(
15789
+ children: /* @__PURE__ */ jsx441(
15304
15790
  Button,
15305
15791
  {
15306
15792
  className: classNames(
@@ -15319,27 +15805,27 @@ var Signature = (props) => {
15319
15805
  }
15320
15806
  );
15321
15807
  };
15322
- Signature.states = states144;
15323
- Signature.options = options129;
15808
+ Signature.states = states154;
15809
+ Signature.options = options141;
15324
15810
  Signature.className = SIGNATURE_CLASSNAME;
15325
- Signature.defaultProps = defaultProps133;
15811
+ Signature.defaultProps = defaultProps144;
15326
15812
 
15327
15813
  // src/editor/editor.spec.tsx
15328
- import { jsx as jsx425 } from "react/jsx-runtime";
15814
+ import { jsx as jsx442 } from "react/jsx-runtime";
15329
15815
  var EDITOR_CLASSNAME = `k-editor`;
15330
- var states145 = [
15816
+ var states155 = [
15331
15817
  States.readonly,
15332
15818
  States.disabled
15333
15819
  ];
15334
- var options130 = {};
15335
- var defaultProps134 = {};
15820
+ var options142 = {};
15821
+ var defaultProps145 = {};
15336
15822
  var Editor = (props) => {
15337
15823
  const {
15338
15824
  readonly,
15339
15825
  disabled,
15340
15826
  ...other
15341
15827
  } = props;
15342
- return /* @__PURE__ */ jsx425(
15828
+ return /* @__PURE__ */ jsx442(
15343
15829
  "div",
15344
15830
  {
15345
15831
  ...other,
@@ -15355,706 +15841,706 @@ var Editor = (props) => {
15355
15841
  }
15356
15842
  );
15357
15843
  };
15358
- Editor.states = states145;
15359
- Editor.options = options130;
15844
+ Editor.states = states155;
15845
+ Editor.options = options142;
15360
15846
  Editor.className = EDITOR_CLASSNAME;
15361
- Editor.defaultProps = defaultProps134;
15847
+ Editor.defaultProps = defaultProps145;
15362
15848
 
15363
15849
  // src/editor/editor-toolbar.tsx
15364
- import { jsx as jsx426 } from "react/jsx-runtime";
15850
+ import { jsx as jsx443 } from "react/jsx-runtime";
15365
15851
 
15366
15852
  // src/editor/editor-content.tsx
15367
- import { jsx as jsx427 } from "react/jsx-runtime";
15368
- var states146 = [
15853
+ import { jsx as jsx444 } from "react/jsx-runtime";
15854
+ var states156 = [
15369
15855
  States.focus
15370
15856
  ];
15371
15857
 
15372
15858
  // src/editor/templates/editor-normal.tsx
15373
- import { Fragment as Fragment120, jsx as jsx428, jsxs as jsxs182 } from "react/jsx-runtime";
15859
+ import { Fragment as Fragment129, jsx as jsx445, jsxs as jsxs193 } from "react/jsx-runtime";
15374
15860
 
15375
15861
  // src/utils/templates/background/background-clip/border-clip.tsx
15376
- import { jsx as jsx429 } from "react/jsx-runtime";
15862
+ import { jsx as jsx446 } from "react/jsx-runtime";
15377
15863
 
15378
15864
  // src/utils/templates/background/background-clip/content-clip.tsx
15379
- import { jsx as jsx430 } from "react/jsx-runtime";
15865
+ import { jsx as jsx447 } from "react/jsx-runtime";
15380
15866
 
15381
15867
  // src/utils/templates/background/background-clip/padding-clip.tsx
15382
- import { jsx as jsx431 } from "react/jsx-runtime";
15868
+ import { jsx as jsx448 } from "react/jsx-runtime";
15383
15869
 
15384
15870
  // src/utils/templates/background/background-clip/text-clip.tsx
15385
- import { jsx as jsx432 } from "react/jsx-runtime";
15871
+ import { jsx as jsx449 } from "react/jsx-runtime";
15386
15872
 
15387
15873
  // src/utils/templates/background/background-color/color.tsx
15388
- import { jsx as jsx433, jsxs as jsxs183 } from "react/jsx-runtime";
15874
+ import { jsx as jsx450, jsxs as jsxs194 } from "react/jsx-runtime";
15389
15875
 
15390
15876
  // src/utils/templates/borders/border-color/all-sides.tsx
15391
- import { jsx as jsx434, jsxs as jsxs184 } from "react/jsx-runtime";
15877
+ import { jsx as jsx451, jsxs as jsxs195 } from "react/jsx-runtime";
15392
15878
 
15393
15879
  // src/utils/templates/borders/border-color/individual.tsx
15394
- import { jsx as jsx435, jsxs as jsxs185 } from "react/jsx-runtime";
15880
+ import { jsx as jsx452, jsxs as jsxs196 } from "react/jsx-runtime";
15395
15881
 
15396
15882
  // src/utils/templates/borders/border-color/left-right.tsx
15397
- import { jsx as jsx436, jsxs as jsxs186 } from "react/jsx-runtime";
15883
+ import { jsx as jsx453, jsxs as jsxs197 } from "react/jsx-runtime";
15398
15884
 
15399
15885
  // src/utils/templates/borders/border-color/top-bottom.tsx
15400
- import { jsx as jsx437, jsxs as jsxs187 } from "react/jsx-runtime";
15886
+ import { jsx as jsx454, jsxs as jsxs198 } from "react/jsx-runtime";
15401
15887
 
15402
15888
  // src/utils/templates/borders/border-radius/corners.tsx
15403
- import { jsx as jsx438, jsxs as jsxs188 } from "react/jsx-runtime";
15889
+ import { jsx as jsx455, jsxs as jsxs199 } from "react/jsx-runtime";
15404
15890
 
15405
15891
  // src/utils/templates/borders/border-radius/no-rounding.tsx
15406
- import { jsx as jsx439, jsxs as jsxs189 } from "react/jsx-runtime";
15892
+ import { jsx as jsx456, jsxs as jsxs200 } from "react/jsx-runtime";
15407
15893
 
15408
15894
  // src/utils/templates/borders/border-radius/rounding.tsx
15409
- import { jsx as jsx440, jsxs as jsxs190 } from "react/jsx-runtime";
15895
+ import { jsx as jsx457, jsxs as jsxs201 } from "react/jsx-runtime";
15410
15896
 
15411
15897
  // src/utils/templates/borders/border-radius/sides.tsx
15412
- import { jsx as jsx441, jsxs as jsxs191 } from "react/jsx-runtime";
15898
+ import { jsx as jsx458, jsxs as jsxs202 } from "react/jsx-runtime";
15413
15899
 
15414
15900
  // src/utils/templates/borders/border-style/all-sides.tsx
15415
- import { jsx as jsx442, jsxs as jsxs192 } from "react/jsx-runtime";
15901
+ import { jsx as jsx459, jsxs as jsxs203 } from "react/jsx-runtime";
15416
15902
 
15417
15903
  // src/utils/templates/borders/border-style/individual.tsx
15418
- import { jsx as jsx443, jsxs as jsxs193 } from "react/jsx-runtime";
15904
+ import { jsx as jsx460, jsxs as jsxs204 } from "react/jsx-runtime";
15419
15905
 
15420
15906
  // src/utils/templates/borders/border-style/left-right.tsx
15421
- import { jsx as jsx444, jsxs as jsxs194 } from "react/jsx-runtime";
15907
+ import { jsx as jsx461, jsxs as jsxs205 } from "react/jsx-runtime";
15422
15908
 
15423
15909
  // src/utils/templates/borders/border-style/no-style.tsx
15424
- import { jsx as jsx445 } from "react/jsx-runtime";
15910
+ import { jsx as jsx462 } from "react/jsx-runtime";
15425
15911
 
15426
15912
  // src/utils/templates/borders/border-style/top-bottom.tsx
15427
- import { jsx as jsx446, jsxs as jsxs195 } from "react/jsx-runtime";
15913
+ import { jsx as jsx463, jsxs as jsxs206 } from "react/jsx-runtime";
15428
15914
 
15429
15915
  // src/utils/templates/borders/border-width/all-sides.tsx
15430
- import { jsx as jsx447, jsxs as jsxs196 } from "react/jsx-runtime";
15916
+ import { jsx as jsx464, jsxs as jsxs207 } from "react/jsx-runtime";
15431
15917
 
15432
15918
  // src/utils/templates/borders/border-width/individual.tsx
15433
- import { jsx as jsx448, jsxs as jsxs197 } from "react/jsx-runtime";
15919
+ import { jsx as jsx465, jsxs as jsxs208 } from "react/jsx-runtime";
15434
15920
 
15435
15921
  // src/utils/templates/borders/border-width/left-right.tsx
15436
- import { jsx as jsx449, jsxs as jsxs198 } from "react/jsx-runtime";
15922
+ import { jsx as jsx466, jsxs as jsxs209 } from "react/jsx-runtime";
15437
15923
 
15438
15924
  // src/utils/templates/borders/border-width/top-bottom.tsx
15439
- import { jsx as jsx450, jsxs as jsxs199 } from "react/jsx-runtime";
15925
+ import { jsx as jsx467, jsxs as jsxs210 } from "react/jsx-runtime";
15440
15926
 
15441
15927
  // src/utils/templates/borders/outline-color/all-sides.tsx
15442
- import { jsx as jsx451 } from "react/jsx-runtime";
15928
+ import { jsx as jsx468 } from "react/jsx-runtime";
15443
15929
 
15444
15930
  // src/utils/templates/borders/outline-offset/all-sides.tsx
15445
- import { jsx as jsx452, jsxs as jsxs200 } from "react/jsx-runtime";
15931
+ import { jsx as jsx469, jsxs as jsxs211 } from "react/jsx-runtime";
15446
15932
 
15447
15933
  // src/utils/templates/borders/outline-offset/no-offset.tsx
15448
- import { jsx as jsx453 } from "react/jsx-runtime";
15934
+ import { jsx as jsx470 } from "react/jsx-runtime";
15449
15935
 
15450
15936
  // src/utils/templates/borders/outline-style/all-sides.tsx
15451
- import { jsx as jsx454, jsxs as jsxs201 } from "react/jsx-runtime";
15937
+ import { jsx as jsx471, jsxs as jsxs212 } from "react/jsx-runtime";
15452
15938
 
15453
15939
  // src/utils/templates/borders/outline-style/no-style.tsx
15454
- import { jsx as jsx455 } from "react/jsx-runtime";
15940
+ import { jsx as jsx472 } from "react/jsx-runtime";
15455
15941
 
15456
15942
  // src/utils/templates/borders/outline-width/all-sides.tsx
15457
- import { jsx as jsx456, jsxs as jsxs202 } from "react/jsx-runtime";
15943
+ import { jsx as jsx473, jsxs as jsxs213 } from "react/jsx-runtime";
15458
15944
 
15459
15945
  // src/utils/templates/borders/outline-width/no-width.tsx
15460
- import { jsx as jsx457 } from "react/jsx-runtime";
15946
+ import { jsx as jsx474 } from "react/jsx-runtime";
15461
15947
 
15462
15948
  // src/utils/templates/effects/opacity/applying.tsx
15463
- import { jsx as jsx458, jsxs as jsxs203 } from "react/jsx-runtime";
15949
+ import { jsx as jsx475, jsxs as jsxs214 } from "react/jsx-runtime";
15464
15950
 
15465
15951
  // src/utils/templates/filters/backdrop-blur/applying.tsx
15466
- import { Fragment as Fragment121, jsx as jsx459, jsxs as jsxs204 } from "react/jsx-runtime";
15952
+ import { Fragment as Fragment130, jsx as jsx476, jsxs as jsxs215 } from "react/jsx-runtime";
15467
15953
 
15468
15954
  // src/utils/templates/flex-grid/align-content/around.tsx
15469
- import { jsx as jsx460, jsxs as jsxs205 } from "react/jsx-runtime";
15955
+ import { jsx as jsx477, jsxs as jsxs216 } from "react/jsx-runtime";
15470
15956
 
15471
15957
  // src/utils/templates/flex-grid/align-content/between.tsx
15472
- import { jsx as jsx461, jsxs as jsxs206 } from "react/jsx-runtime";
15958
+ import { jsx as jsx478, jsxs as jsxs217 } from "react/jsx-runtime";
15473
15959
 
15474
15960
  // src/utils/templates/flex-grid/align-content/center.tsx
15475
- import { jsx as jsx462, jsxs as jsxs207 } from "react/jsx-runtime";
15961
+ import { jsx as jsx479, jsxs as jsxs218 } from "react/jsx-runtime";
15476
15962
 
15477
15963
  // src/utils/templates/flex-grid/align-content/end.tsx
15478
- import { jsx as jsx463, jsxs as jsxs208 } from "react/jsx-runtime";
15964
+ import { jsx as jsx480, jsxs as jsxs219 } from "react/jsx-runtime";
15479
15965
 
15480
15966
  // src/utils/templates/flex-grid/align-content/evenly.tsx
15481
- import { jsx as jsx464, jsxs as jsxs209 } from "react/jsx-runtime";
15967
+ import { jsx as jsx481, jsxs as jsxs220 } from "react/jsx-runtime";
15482
15968
 
15483
15969
  // src/utils/templates/flex-grid/align-content/normal.tsx
15484
- import { jsx as jsx465, jsxs as jsxs210 } from "react/jsx-runtime";
15970
+ import { jsx as jsx482, jsxs as jsxs221 } from "react/jsx-runtime";
15485
15971
 
15486
15972
  // src/utils/templates/flex-grid/align-content/start.tsx
15487
- import { jsx as jsx466, jsxs as jsxs211 } from "react/jsx-runtime";
15973
+ import { jsx as jsx483, jsxs as jsxs222 } from "react/jsx-runtime";
15488
15974
 
15489
15975
  // src/utils/templates/flex-grid/align-content/stretch.tsx
15490
- import { jsx as jsx467, jsxs as jsxs212 } from "react/jsx-runtime";
15976
+ import { jsx as jsx484, jsxs as jsxs223 } from "react/jsx-runtime";
15491
15977
 
15492
15978
  // src/utils/templates/flex-grid/align-items/baseline.tsx
15493
- import { jsx as jsx468, jsxs as jsxs213 } from "react/jsx-runtime";
15979
+ import { jsx as jsx485, jsxs as jsxs224 } from "react/jsx-runtime";
15494
15980
 
15495
15981
  // src/utils/templates/flex-grid/align-items/center.tsx
15496
- import { jsx as jsx469, jsxs as jsxs214 } from "react/jsx-runtime";
15982
+ import { jsx as jsx486, jsxs as jsxs225 } from "react/jsx-runtime";
15497
15983
 
15498
15984
  // src/utils/templates/flex-grid/align-items/end.tsx
15499
- import { jsx as jsx470, jsxs as jsxs215 } from "react/jsx-runtime";
15985
+ import { jsx as jsx487, jsxs as jsxs226 } from "react/jsx-runtime";
15500
15986
 
15501
15987
  // src/utils/templates/flex-grid/align-items/start.tsx
15502
- import { jsx as jsx471, jsxs as jsxs216 } from "react/jsx-runtime";
15988
+ import { jsx as jsx488, jsxs as jsxs227 } from "react/jsx-runtime";
15503
15989
 
15504
15990
  // src/utils/templates/flex-grid/align-items/stretch.tsx
15505
- import { jsx as jsx472, jsxs as jsxs217 } from "react/jsx-runtime";
15991
+ import { jsx as jsx489, jsxs as jsxs228 } from "react/jsx-runtime";
15506
15992
 
15507
15993
  // src/utils/templates/flex-grid/align-self/baseline.tsx
15508
- import { jsx as jsx473, jsxs as jsxs218 } from "react/jsx-runtime";
15994
+ import { jsx as jsx490, jsxs as jsxs229 } from "react/jsx-runtime";
15509
15995
 
15510
15996
  // src/utils/templates/flex-grid/align-self/center.tsx
15511
- import { jsx as jsx474, jsxs as jsxs219 } from "react/jsx-runtime";
15997
+ import { jsx as jsx491, jsxs as jsxs230 } from "react/jsx-runtime";
15512
15998
 
15513
15999
  // src/utils/templates/flex-grid/align-self/end.tsx
15514
- import { jsx as jsx475, jsxs as jsxs220 } from "react/jsx-runtime";
16000
+ import { jsx as jsx492, jsxs as jsxs231 } from "react/jsx-runtime";
15515
16001
 
15516
16002
  // src/utils/templates/flex-grid/align-self/start.tsx
15517
- import { jsx as jsx476, jsxs as jsxs221 } from "react/jsx-runtime";
16003
+ import { jsx as jsx493, jsxs as jsxs232 } from "react/jsx-runtime";
15518
16004
 
15519
16005
  // src/utils/templates/flex-grid/align-self/stretch.tsx
15520
- import { jsx as jsx477, jsxs as jsxs222 } from "react/jsx-runtime";
16006
+ import { jsx as jsx494, jsxs as jsxs233 } from "react/jsx-runtime";
15521
16007
 
15522
16008
  // src/utils/templates/flex-grid/flex/auto.tsx
15523
- import { jsx as jsx478, jsxs as jsxs223 } from "react/jsx-runtime";
16009
+ import { jsx as jsx495, jsxs as jsxs234 } from "react/jsx-runtime";
15524
16010
 
15525
16011
  // src/utils/templates/flex-grid/flex/flex-1.tsx
15526
- import { jsx as jsx479, jsxs as jsxs224 } from "react/jsx-runtime";
16012
+ import { jsx as jsx496, jsxs as jsxs235 } from "react/jsx-runtime";
15527
16013
 
15528
16014
  // src/utils/templates/flex-grid/flex/initial.tsx
15529
- import { jsx as jsx480, jsxs as jsxs225 } from "react/jsx-runtime";
16015
+ import { jsx as jsx497, jsxs as jsxs236 } from "react/jsx-runtime";
15530
16016
 
15531
16017
  // src/utils/templates/flex-grid/flex/none.tsx
15532
- import { jsx as jsx481, jsxs as jsxs226 } from "react/jsx-runtime";
16018
+ import { jsx as jsx498, jsxs as jsxs237 } from "react/jsx-runtime";
15533
16019
 
15534
16020
  // src/utils/templates/flex-grid/flex-basis/auto.tsx
15535
- import { jsx as jsx482, jsxs as jsxs227 } from "react/jsx-runtime";
16021
+ import { jsx as jsx499, jsxs as jsxs238 } from "react/jsx-runtime";
15536
16022
 
15537
16023
  // src/utils/templates/flex-grid/flex-basis/size.tsx
15538
- import { jsx as jsx483, jsxs as jsxs228 } from "react/jsx-runtime";
16024
+ import { jsx as jsx500, jsxs as jsxs239 } from "react/jsx-runtime";
15539
16025
 
15540
16026
  // src/utils/templates/flex-grid/flex-direction/column-reverse.tsx
15541
- import { jsx as jsx484, jsxs as jsxs229 } from "react/jsx-runtime";
16027
+ import { jsx as jsx501, jsxs as jsxs240 } from "react/jsx-runtime";
15542
16028
 
15543
16029
  // src/utils/templates/flex-grid/flex-direction/column.tsx
15544
- import { jsx as jsx485, jsxs as jsxs230 } from "react/jsx-runtime";
16030
+ import { jsx as jsx502, jsxs as jsxs241 } from "react/jsx-runtime";
15545
16031
 
15546
16032
  // src/utils/templates/flex-grid/flex-direction/row-reverse.tsx
15547
- import { jsx as jsx486, jsxs as jsxs231 } from "react/jsx-runtime";
16033
+ import { jsx as jsx503, jsxs as jsxs242 } from "react/jsx-runtime";
15548
16034
 
15549
16035
  // src/utils/templates/flex-grid/flex-direction/row.tsx
15550
- import { jsx as jsx487, jsxs as jsxs232 } from "react/jsx-runtime";
16036
+ import { jsx as jsx504, jsxs as jsxs243 } from "react/jsx-runtime";
15551
16037
 
15552
16038
  // src/utils/templates/flex-grid/flex-grow/grow-0.tsx
15553
- import { jsx as jsx488, jsxs as jsxs233 } from "react/jsx-runtime";
16039
+ import { jsx as jsx505, jsxs as jsxs244 } from "react/jsx-runtime";
15554
16040
 
15555
16041
  // src/utils/templates/flex-grid/flex-grow/grow-1.tsx
15556
- import { jsx as jsx489, jsxs as jsxs234 } from "react/jsx-runtime";
16042
+ import { jsx as jsx506, jsxs as jsxs245 } from "react/jsx-runtime";
15557
16043
 
15558
16044
  // src/utils/templates/flex-grid/flex-srink/shrink-0.tsx
15559
- import { jsx as jsx490, jsxs as jsxs235 } from "react/jsx-runtime";
16045
+ import { jsx as jsx507, jsxs as jsxs246 } from "react/jsx-runtime";
15560
16046
 
15561
16047
  // src/utils/templates/flex-grid/flex-srink/shrink-1.tsx
15562
- import { jsx as jsx491, jsxs as jsxs236 } from "react/jsx-runtime";
16048
+ import { jsx as jsx508, jsxs as jsxs247 } from "react/jsx-runtime";
15563
16049
 
15564
16050
  // src/utils/templates/flex-grid/flex-wrap/nowrap.tsx
15565
- import { jsx as jsx492, jsxs as jsxs237 } from "react/jsx-runtime";
16051
+ import { jsx as jsx509, jsxs as jsxs248 } from "react/jsx-runtime";
15566
16052
 
15567
16053
  // src/utils/templates/flex-grid/flex-wrap/wrap-reverse.tsx
15568
- import { jsx as jsx493, jsxs as jsxs238 } from "react/jsx-runtime";
16054
+ import { jsx as jsx510, jsxs as jsxs249 } from "react/jsx-runtime";
15569
16055
 
15570
16056
  // src/utils/templates/flex-grid/flex-wrap/wrap.tsx
15571
- import { jsx as jsx494, jsxs as jsxs239 } from "react/jsx-runtime";
16057
+ import { jsx as jsx511, jsxs as jsxs250 } from "react/jsx-runtime";
15572
16058
 
15573
16059
  // src/utils/templates/flex-grid/gap/size-x-y.tsx
15574
- import { jsx as jsx495, jsxs as jsxs240 } from "react/jsx-runtime";
16060
+ import { jsx as jsx512, jsxs as jsxs251 } from "react/jsx-runtime";
15575
16061
 
15576
16062
  // src/utils/templates/flex-grid/gap/size.tsx
15577
- import { jsx as jsx496, jsxs as jsxs241 } from "react/jsx-runtime";
16063
+ import { jsx as jsx513, jsxs as jsxs252 } from "react/jsx-runtime";
15578
16064
 
15579
16065
  // src/utils/templates/flex-grid/grid-auto-cols/auto.tsx
15580
- import { jsx as jsx497, jsxs as jsxs242 } from "react/jsx-runtime";
16066
+ import { jsx as jsx514, jsxs as jsxs253 } from "react/jsx-runtime";
15581
16067
 
15582
16068
  // src/utils/templates/flex-grid/grid-auto-cols/fr.tsx
15583
- import { jsx as jsx498, jsxs as jsxs243 } from "react/jsx-runtime";
16069
+ import { jsx as jsx515, jsxs as jsxs254 } from "react/jsx-runtime";
15584
16070
 
15585
16071
  // src/utils/templates/flex-grid/grid-auto-cols/max.tsx
15586
- import { jsx as jsx499, jsxs as jsxs244 } from "react/jsx-runtime";
16072
+ import { jsx as jsx516, jsxs as jsxs255 } from "react/jsx-runtime";
15587
16073
 
15588
16074
  // src/utils/templates/flex-grid/grid-auto-cols/min.tsx
15589
- import { jsx as jsx500, jsxs as jsxs245 } from "react/jsx-runtime";
16075
+ import { jsx as jsx517, jsxs as jsxs256 } from "react/jsx-runtime";
15590
16076
 
15591
16077
  // src/utils/templates/flex-grid/grid-auto-flow/column.tsx
15592
- import { jsx as jsx501, jsxs as jsxs246 } from "react/jsx-runtime";
16078
+ import { jsx as jsx518, jsxs as jsxs257 } from "react/jsx-runtime";
15593
16079
 
15594
16080
  // src/utils/templates/flex-grid/grid-auto-flow/dense.tsx
15595
- import { jsx as jsx502, jsxs as jsxs247 } from "react/jsx-runtime";
16081
+ import { jsx as jsx519, jsxs as jsxs258 } from "react/jsx-runtime";
15596
16082
 
15597
16083
  // src/utils/templates/flex-grid/grid-auto-flow/row.tsx
15598
- import { jsx as jsx503, jsxs as jsxs248 } from "react/jsx-runtime";
16084
+ import { jsx as jsx520, jsxs as jsxs259 } from "react/jsx-runtime";
15599
16085
 
15600
16086
  // src/utils/templates/flex-grid/grid-auto-rows/auto.tsx
15601
- import { jsx as jsx504, jsxs as jsxs249 } from "react/jsx-runtime";
16087
+ import { jsx as jsx521, jsxs as jsxs260 } from "react/jsx-runtime";
15602
16088
 
15603
16089
  // src/utils/templates/flex-grid/grid-auto-rows/fr.tsx
15604
- import { jsx as jsx505, jsxs as jsxs250 } from "react/jsx-runtime";
16090
+ import { jsx as jsx522, jsxs as jsxs261 } from "react/jsx-runtime";
15605
16091
 
15606
16092
  // src/utils/templates/flex-grid/grid-auto-rows/min.tsx
15607
- import { jsx as jsx506, jsxs as jsxs251 } from "react/jsx-runtime";
16093
+ import { jsx as jsx523, jsxs as jsxs262 } from "react/jsx-runtime";
15608
16094
 
15609
16095
  // src/utils/templates/flex-grid/grid-col-start-end/start-end-n.tsx
15610
- import { jsx as jsx507, jsxs as jsxs252 } from "react/jsx-runtime";
16096
+ import { jsx as jsx524, jsxs as jsxs263 } from "react/jsx-runtime";
15611
16097
 
15612
16098
  // src/utils/templates/flex-grid/grid-row-start-end/start-end-n.tsx
15613
- import { jsx as jsx508, jsxs as jsxs253 } from "react/jsx-runtime";
16099
+ import { jsx as jsx525, jsxs as jsxs264 } from "react/jsx-runtime";
15614
16100
 
15615
16101
  // src/utils/templates/flex-grid/grid-template-cols/integer.tsx
15616
- import { jsx as jsx509, jsxs as jsxs254 } from "react/jsx-runtime";
16102
+ import { jsx as jsx526, jsxs as jsxs265 } from "react/jsx-runtime";
15617
16103
 
15618
16104
  // src/utils/templates/flex-grid/grid-template-rows/integer.tsx
15619
- import { jsx as jsx510, jsxs as jsxs255 } from "react/jsx-runtime";
16105
+ import { jsx as jsx527, jsxs as jsxs266 } from "react/jsx-runtime";
15620
16106
 
15621
16107
  // src/utils/templates/flex-grid/justify-content/around.tsx
15622
- import { jsx as jsx511, jsxs as jsxs256 } from "react/jsx-runtime";
16108
+ import { jsx as jsx528, jsxs as jsxs267 } from "react/jsx-runtime";
15623
16109
 
15624
16110
  // src/utils/templates/flex-grid/justify-content/between.tsx
15625
- import { jsx as jsx512, jsxs as jsxs257 } from "react/jsx-runtime";
16111
+ import { jsx as jsx529, jsxs as jsxs268 } from "react/jsx-runtime";
15626
16112
 
15627
16113
  // src/utils/templates/flex-grid/justify-content/center.tsx
15628
- import { jsx as jsx513, jsxs as jsxs258 } from "react/jsx-runtime";
16114
+ import { jsx as jsx530, jsxs as jsxs269 } from "react/jsx-runtime";
15629
16115
 
15630
16116
  // src/utils/templates/flex-grid/justify-content/end.tsx
15631
- import { jsx as jsx514, jsxs as jsxs259 } from "react/jsx-runtime";
16117
+ import { jsx as jsx531, jsxs as jsxs270 } from "react/jsx-runtime";
15632
16118
 
15633
16119
  // src/utils/templates/flex-grid/justify-content/evenly.tsx
15634
- import { jsx as jsx515, jsxs as jsxs260 } from "react/jsx-runtime";
16120
+ import { jsx as jsx532, jsxs as jsxs271 } from "react/jsx-runtime";
15635
16121
 
15636
16122
  // src/utils/templates/flex-grid/justify-content/normal.tsx
15637
- import { jsx as jsx516, jsxs as jsxs261 } from "react/jsx-runtime";
16123
+ import { jsx as jsx533, jsxs as jsxs272 } from "react/jsx-runtime";
15638
16124
 
15639
16125
  // src/utils/templates/flex-grid/justify-content/start.tsx
15640
- import { jsx as jsx517, jsxs as jsxs262 } from "react/jsx-runtime";
16126
+ import { jsx as jsx534, jsxs as jsxs273 } from "react/jsx-runtime";
15641
16127
 
15642
16128
  // src/utils/templates/flex-grid/justify-content/stretch.tsx
15643
- import { jsx as jsx518, jsxs as jsxs263 } from "react/jsx-runtime";
16129
+ import { jsx as jsx535, jsxs as jsxs274 } from "react/jsx-runtime";
15644
16130
 
15645
16131
  // src/utils/templates/flex-grid/justify-items/center.tsx
15646
- import { jsx as jsx519, jsxs as jsxs264 } from "react/jsx-runtime";
16132
+ import { jsx as jsx536, jsxs as jsxs275 } from "react/jsx-runtime";
15647
16133
 
15648
16134
  // src/utils/templates/flex-grid/justify-items/end.tsx
15649
- import { jsx as jsx520, jsxs as jsxs265 } from "react/jsx-runtime";
16135
+ import { jsx as jsx537, jsxs as jsxs276 } from "react/jsx-runtime";
15650
16136
 
15651
16137
  // src/utils/templates/flex-grid/justify-items/start.tsx
15652
- import { jsx as jsx521, jsxs as jsxs266 } from "react/jsx-runtime";
16138
+ import { jsx as jsx538, jsxs as jsxs277 } from "react/jsx-runtime";
15653
16139
 
15654
16140
  // src/utils/templates/flex-grid/justify-items/stretch.tsx
15655
- import { jsx as jsx522, jsxs as jsxs267 } from "react/jsx-runtime";
16141
+ import { jsx as jsx539, jsxs as jsxs278 } from "react/jsx-runtime";
15656
16142
 
15657
16143
  // src/utils/templates/flex-grid/justify-self/center.tsx
15658
- import { jsx as jsx523, jsxs as jsxs268 } from "react/jsx-runtime";
16144
+ import { jsx as jsx540, jsxs as jsxs279 } from "react/jsx-runtime";
15659
16145
 
15660
16146
  // src/utils/templates/flex-grid/justify-self/end.tsx
15661
- import { jsx as jsx524, jsxs as jsxs269 } from "react/jsx-runtime";
16147
+ import { jsx as jsx541, jsxs as jsxs280 } from "react/jsx-runtime";
15662
16148
 
15663
16149
  // src/utils/templates/flex-grid/justify-self/start.tsx
15664
- import { jsx as jsx525, jsxs as jsxs270 } from "react/jsx-runtime";
16150
+ import { jsx as jsx542, jsxs as jsxs281 } from "react/jsx-runtime";
15665
16151
 
15666
16152
  // src/utils/templates/flex-grid/justify-self/stretch.tsx
15667
- import { jsx as jsx526, jsxs as jsxs271 } from "react/jsx-runtime";
16153
+ import { jsx as jsx543, jsxs as jsxs282 } from "react/jsx-runtime";
15668
16154
 
15669
16155
  // src/utils/templates/flex-grid/order/first.tsx
15670
- import { jsx as jsx527, jsxs as jsxs272 } from "react/jsx-runtime";
16156
+ import { jsx as jsx544, jsxs as jsxs283 } from "react/jsx-runtime";
15671
16157
 
15672
16158
  // src/utils/templates/flex-grid/order/integer.tsx
15673
- import { jsx as jsx528, jsxs as jsxs273 } from "react/jsx-runtime";
16159
+ import { jsx as jsx545, jsxs as jsxs284 } from "react/jsx-runtime";
15674
16160
 
15675
16161
  // src/utils/templates/flex-grid/order/last.tsx
15676
- import { jsx as jsx529, jsxs as jsxs274 } from "react/jsx-runtime";
16162
+ import { jsx as jsx546, jsxs as jsxs285 } from "react/jsx-runtime";
15677
16163
 
15678
16164
  // src/utils/templates/flex-grid/place-content/around.tsx
15679
- import { jsx as jsx530, jsxs as jsxs275 } from "react/jsx-runtime";
16165
+ import { jsx as jsx547, jsxs as jsxs286 } from "react/jsx-runtime";
15680
16166
 
15681
16167
  // src/utils/templates/flex-grid/place-content/between.tsx
15682
- import { jsx as jsx531, jsxs as jsxs276 } from "react/jsx-runtime";
16168
+ import { jsx as jsx548, jsxs as jsxs287 } from "react/jsx-runtime";
15683
16169
 
15684
16170
  // src/utils/templates/flex-grid/place-content/center.tsx
15685
- import { jsx as jsx532, jsxs as jsxs277 } from "react/jsx-runtime";
16171
+ import { jsx as jsx549, jsxs as jsxs288 } from "react/jsx-runtime";
15686
16172
 
15687
16173
  // src/utils/templates/flex-grid/place-content/end.tsx
15688
- import { jsx as jsx533, jsxs as jsxs278 } from "react/jsx-runtime";
16174
+ import { jsx as jsx550, jsxs as jsxs289 } from "react/jsx-runtime";
15689
16175
 
15690
16176
  // src/utils/templates/flex-grid/place-content/evenly.tsx
15691
- import { jsx as jsx534, jsxs as jsxs279 } from "react/jsx-runtime";
16177
+ import { jsx as jsx551, jsxs as jsxs290 } from "react/jsx-runtime";
15692
16178
 
15693
16179
  // src/utils/templates/flex-grid/place-content/normal.tsx
15694
- import { jsx as jsx535, jsxs as jsxs280 } from "react/jsx-runtime";
16180
+ import { jsx as jsx552, jsxs as jsxs291 } from "react/jsx-runtime";
15695
16181
 
15696
16182
  // src/utils/templates/flex-grid/place-content/start.tsx
15697
- import { jsx as jsx536, jsxs as jsxs281 } from "react/jsx-runtime";
16183
+ import { jsx as jsx553, jsxs as jsxs292 } from "react/jsx-runtime";
15698
16184
 
15699
16185
  // src/utils/templates/flex-grid/place-content/stretch.tsx
15700
- import { jsx as jsx537, jsxs as jsxs282 } from "react/jsx-runtime";
16186
+ import { jsx as jsx554, jsxs as jsxs293 } from "react/jsx-runtime";
15701
16187
 
15702
16188
  // src/utils/templates/flex-grid/place-items/center.tsx
15703
- import { jsx as jsx538, jsxs as jsxs283 } from "react/jsx-runtime";
16189
+ import { jsx as jsx555, jsxs as jsxs294 } from "react/jsx-runtime";
15704
16190
 
15705
16191
  // src/utils/templates/flex-grid/place-items/end.tsx
15706
- import { jsx as jsx539, jsxs as jsxs284 } from "react/jsx-runtime";
16192
+ import { jsx as jsx556, jsxs as jsxs295 } from "react/jsx-runtime";
15707
16193
 
15708
16194
  // src/utils/templates/flex-grid/place-items/start.tsx
15709
- import { jsx as jsx540, jsxs as jsxs285 } from "react/jsx-runtime";
16195
+ import { jsx as jsx557, jsxs as jsxs296 } from "react/jsx-runtime";
15710
16196
 
15711
16197
  // src/utils/templates/flex-grid/place-items/stretch.tsx
15712
- import { jsx as jsx541, jsxs as jsxs286 } from "react/jsx-runtime";
16198
+ import { jsx as jsx558, jsxs as jsxs297 } from "react/jsx-runtime";
15713
16199
 
15714
16200
  // src/utils/templates/flex-grid/place-self/center.tsx
15715
- import { jsx as jsx542, jsxs as jsxs287 } from "react/jsx-runtime";
16201
+ import { jsx as jsx559, jsxs as jsxs298 } from "react/jsx-runtime";
15716
16202
 
15717
16203
  // src/utils/templates/flex-grid/place-self/end.tsx
15718
- import { jsx as jsx543, jsxs as jsxs288 } from "react/jsx-runtime";
16204
+ import { jsx as jsx560, jsxs as jsxs299 } from "react/jsx-runtime";
15719
16205
 
15720
16206
  // src/utils/templates/flex-grid/place-self/start.tsx
15721
- import { jsx as jsx544, jsxs as jsxs289 } from "react/jsx-runtime";
16207
+ import { jsx as jsx561, jsxs as jsxs300 } from "react/jsx-runtime";
15722
16208
 
15723
16209
  // src/utils/templates/flex-grid/place-self/stretch.tsx
15724
- import { jsx as jsx545, jsxs as jsxs290 } from "react/jsx-runtime";
16210
+ import { jsx as jsx562, jsxs as jsxs301 } from "react/jsx-runtime";
15725
16211
 
15726
16212
  // src/utils/templates/interactivity/appearance/applying.tsx
15727
- import { jsx as jsx546, jsxs as jsxs291 } from "react/jsx-runtime";
16213
+ import { jsx as jsx563, jsxs as jsxs302 } from "react/jsx-runtime";
15728
16214
 
15729
16215
  // src/utils/templates/interactivity/appearance/none.tsx
15730
- import { jsx as jsx547, jsxs as jsxs292 } from "react/jsx-runtime";
16216
+ import { jsx as jsx564, jsxs as jsxs303 } from "react/jsx-runtime";
15731
16217
 
15732
16218
  // src/utils/templates/interactivity/cursor/applying.tsx
15733
- import { jsx as jsx548, jsxs as jsxs293 } from "react/jsx-runtime";
16219
+ import { jsx as jsx565, jsxs as jsxs304 } from "react/jsx-runtime";
15734
16220
 
15735
16221
  // src/utils/templates/interactivity/pointer-events/applying.tsx
15736
- import { jsx as jsx549, jsxs as jsxs294 } from "react/jsx-runtime";
16222
+ import { jsx as jsx566, jsxs as jsxs305 } from "react/jsx-runtime";
15737
16223
 
15738
16224
  // src/utils/templates/interactivity/resize/all-directions.tsx
15739
- import { jsx as jsx550 } from "react/jsx-runtime";
16225
+ import { jsx as jsx567 } from "react/jsx-runtime";
15740
16226
 
15741
16227
  // src/utils/templates/interactivity/resize/horizontal.tsx
15742
- import { jsx as jsx551 } from "react/jsx-runtime";
16228
+ import { jsx as jsx568 } from "react/jsx-runtime";
15743
16229
 
15744
16230
  // src/utils/templates/interactivity/resize/no-resizing.tsx
15745
- import { jsx as jsx552 } from "react/jsx-runtime";
16231
+ import { jsx as jsx569 } from "react/jsx-runtime";
15746
16232
 
15747
16233
  // src/utils/templates/interactivity/resize/vertical.tsx
15748
- import { jsx as jsx553 } from "react/jsx-runtime";
16234
+ import { jsx as jsx570 } from "react/jsx-runtime";
15749
16235
 
15750
16236
  // src/utils/templates/interactivity/touch-action/auto.tsx
15751
- import { jsx as jsx554 } from "react/jsx-runtime";
16237
+ import { jsx as jsx571 } from "react/jsx-runtime";
15752
16238
 
15753
16239
  // src/utils/templates/interactivity/touch-action/horizontal.tsx
15754
- import { jsx as jsx555 } from "react/jsx-runtime";
16240
+ import { jsx as jsx572 } from "react/jsx-runtime";
15755
16241
 
15756
16242
  // src/utils/templates/interactivity/touch-action/none.tsx
15757
- import { jsx as jsx556 } from "react/jsx-runtime";
16243
+ import { jsx as jsx573 } from "react/jsx-runtime";
15758
16244
 
15759
16245
  // src/utils/templates/interactivity/touch-action/vertical.tsx
15760
- import { jsx as jsx557 } from "react/jsx-runtime";
16246
+ import { jsx as jsx574 } from "react/jsx-runtime";
15761
16247
 
15762
16248
  // src/utils/templates/interactivity/user-select/all.tsx
15763
- import { jsx as jsx558 } from "react/jsx-runtime";
16249
+ import { jsx as jsx575 } from "react/jsx-runtime";
15764
16250
 
15765
16251
  // src/utils/templates/interactivity/user-select/none.tsx
15766
- import { jsx as jsx559 } from "react/jsx-runtime";
16252
+ import { jsx as jsx576 } from "react/jsx-runtime";
15767
16253
 
15768
16254
  // src/utils/templates/interactivity/user-select/text.tsx
15769
- import { jsx as jsx560 } from "react/jsx-runtime";
16255
+ import { jsx as jsx577 } from "react/jsx-runtime";
15770
16256
 
15771
16257
  // src/utils/templates/layout/aspect-ratio/auto.tsx
15772
- import { jsx as jsx561 } from "react/jsx-runtime";
16258
+ import { jsx as jsx578 } from "react/jsx-runtime";
15773
16259
 
15774
16260
  // src/utils/templates/layout/aspect-ratio/one.tsx
15775
- import { jsx as jsx562 } from "react/jsx-runtime";
16261
+ import { jsx as jsx579 } from "react/jsx-runtime";
15776
16262
 
15777
16263
  // src/utils/templates/layout/aspect-ratio/sqaure.tsx
15778
- import { jsx as jsx563 } from "react/jsx-runtime";
16264
+ import { jsx as jsx580 } from "react/jsx-runtime";
15779
16265
 
15780
16266
  // src/utils/templates/layout/aspect-ratio/video.tsx
15781
- import { jsx as jsx564 } from "react/jsx-runtime";
16267
+ import { jsx as jsx581 } from "react/jsx-runtime";
15782
16268
 
15783
16269
  // src/utils/templates/layout/box-sizing/border.tsx
15784
- import { jsx as jsx565 } from "react/jsx-runtime";
16270
+ import { jsx as jsx582 } from "react/jsx-runtime";
15785
16271
 
15786
16272
  // src/utils/templates/layout/box-sizing/content.tsx
15787
- import { jsx as jsx566 } from "react/jsx-runtime";
16273
+ import { jsx as jsx583 } from "react/jsx-runtime";
15788
16274
 
15789
16275
  // src/utils/templates/layout/clear/both.tsx
15790
- import { jsx as jsx567, jsxs as jsxs295 } from "react/jsx-runtime";
16276
+ import { jsx as jsx584, jsxs as jsxs306 } from "react/jsx-runtime";
15791
16277
 
15792
16278
  // src/utils/templates/layout/clear/left.tsx
15793
- import { jsx as jsx568, jsxs as jsxs296 } from "react/jsx-runtime";
16279
+ import { jsx as jsx585, jsxs as jsxs307 } from "react/jsx-runtime";
15794
16280
 
15795
16281
  // src/utils/templates/layout/clear/no-clear.tsx
15796
- import { jsx as jsx569, jsxs as jsxs297 } from "react/jsx-runtime";
16282
+ import { jsx as jsx586, jsxs as jsxs308 } from "react/jsx-runtime";
15797
16283
 
15798
16284
  // src/utils/templates/layout/clear/right.tsx
15799
- import { jsx as jsx570, jsxs as jsxs298 } from "react/jsx-runtime";
16285
+ import { jsx as jsx587, jsxs as jsxs309 } from "react/jsx-runtime";
15800
16286
 
15801
16287
  // src/utils/templates/layout/columns/automatic.tsx
15802
- import { jsx as jsx571, jsxs as jsxs299 } from "react/jsx-runtime";
16288
+ import { jsx as jsx588, jsxs as jsxs310 } from "react/jsx-runtime";
15803
16289
 
15804
16290
  // src/utils/templates/layout/columns/count.tsx
15805
- import { jsx as jsx572, jsxs as jsxs300 } from "react/jsx-runtime";
16291
+ import { jsx as jsx589, jsxs as jsxs311 } from "react/jsx-runtime";
15806
16292
 
15807
16293
  // src/utils/templates/layout/display/block.tsx
15808
- import { jsx as jsx573, jsxs as jsxs301 } from "react/jsx-runtime";
16294
+ import { jsx as jsx590, jsxs as jsxs312 } from "react/jsx-runtime";
15809
16295
 
15810
16296
  // src/utils/templates/layout/display/flex.tsx
15811
- import { jsx as jsx574, jsxs as jsxs302 } from "react/jsx-runtime";
16297
+ import { jsx as jsx591, jsxs as jsxs313 } from "react/jsx-runtime";
15812
16298
 
15813
16299
  // src/utils/templates/layout/display/inline.tsx
15814
- import { jsx as jsx575, jsxs as jsxs303 } from "react/jsx-runtime";
16300
+ import { jsx as jsx592, jsxs as jsxs314 } from "react/jsx-runtime";
15815
16301
 
15816
16302
  // src/utils/templates/layout/display/none.tsx
15817
- import { Fragment as Fragment122, jsx as jsx576, jsxs as jsxs304 } from "react/jsx-runtime";
16303
+ import { Fragment as Fragment131, jsx as jsx593, jsxs as jsxs315 } from "react/jsx-runtime";
15818
16304
 
15819
16305
  // src/utils/templates/layout/float/left.tsx
15820
- import { jsx as jsx577, jsxs as jsxs305 } from "react/jsx-runtime";
16306
+ import { jsx as jsx594, jsxs as jsxs316 } from "react/jsx-runtime";
15821
16307
 
15822
16308
  // src/utils/templates/layout/float/no-float.tsx
15823
- import { jsx as jsx578, jsxs as jsxs306 } from "react/jsx-runtime";
16309
+ import { jsx as jsx595, jsxs as jsxs317 } from "react/jsx-runtime";
15824
16310
 
15825
16311
  // src/utils/templates/layout/float/right.tsx
15826
- import { jsx as jsx579, jsxs as jsxs307 } from "react/jsx-runtime";
16312
+ import { jsx as jsx596, jsxs as jsxs318 } from "react/jsx-runtime";
15827
16313
 
15828
16314
  // src/utils/templates/layout/object-fit/contain.tsx
15829
- import { jsx as jsx580 } from "react/jsx-runtime";
16315
+ import { jsx as jsx597 } from "react/jsx-runtime";
15830
16316
 
15831
16317
  // src/utils/templates/layout/object-fit/cover.tsx
15832
- import { jsx as jsx581 } from "react/jsx-runtime";
16318
+ import { jsx as jsx598 } from "react/jsx-runtime";
15833
16319
 
15834
16320
  // src/utils/templates/layout/object-fit/fill.tsx
15835
- import { jsx as jsx582 } from "react/jsx-runtime";
16321
+ import { jsx as jsx599 } from "react/jsx-runtime";
15836
16322
 
15837
16323
  // src/utils/templates/layout/object-fit/scale-down.tsx
15838
- import { jsx as jsx583 } from "react/jsx-runtime";
16324
+ import { jsx as jsx600 } from "react/jsx-runtime";
15839
16325
 
15840
16326
  // src/utils/templates/layout/object-position/position.tsx
15841
- import { jsx as jsx584, jsxs as jsxs308 } from "react/jsx-runtime";
16327
+ import { jsx as jsx601, jsxs as jsxs319 } from "react/jsx-runtime";
15842
16328
 
15843
16329
  // src/utils/templates/layout/overflow/hidden.tsx
15844
- import { jsx as jsx585 } from "react/jsx-runtime";
16330
+ import { jsx as jsx602 } from "react/jsx-runtime";
15845
16331
 
15846
16332
  // src/utils/templates/layout/overflow/horizontal.tsx
15847
- import { jsx as jsx586 } from "react/jsx-runtime";
16333
+ import { jsx as jsx603 } from "react/jsx-runtime";
15848
16334
 
15849
16335
  // src/utils/templates/layout/overflow/vertical.tsx
15850
- import { jsx as jsx587 } from "react/jsx-runtime";
16336
+ import { jsx as jsx604 } from "react/jsx-runtime";
15851
16337
 
15852
16338
  // src/utils/templates/layout/overflow/visible.tsx
15853
- import { jsx as jsx588 } from "react/jsx-runtime";
16339
+ import { jsx as jsx605 } from "react/jsx-runtime";
15854
16340
 
15855
16341
  // src/utils/templates/layout/placement/multiple.tsx
15856
- import { jsx as jsx589, jsxs as jsxs309 } from "react/jsx-runtime";
16342
+ import { jsx as jsx606, jsxs as jsxs320 } from "react/jsx-runtime";
15857
16343
 
15858
16344
  // src/utils/templates/layout/placement/single.tsx
15859
- import { jsx as jsx590, jsxs as jsxs310 } from "react/jsx-runtime";
16345
+ import { jsx as jsx607, jsxs as jsxs321 } from "react/jsx-runtime";
15860
16346
 
15861
16347
  // src/utils/templates/layout/position/applying.tsx
15862
- import { jsx as jsx591, jsxs as jsxs311 } from "react/jsx-runtime";
16348
+ import { jsx as jsx608, jsxs as jsxs322 } from "react/jsx-runtime";
15863
16349
 
15864
16350
  // src/utils/templates/layout/visibility/invisible.tsx
15865
- import { jsx as jsx592, jsxs as jsxs312 } from "react/jsx-runtime";
16351
+ import { jsx as jsx609, jsxs as jsxs323 } from "react/jsx-runtime";
15866
16352
 
15867
16353
  // src/utils/templates/layout/z-index/applying.tsx
15868
- import { Fragment as Fragment123, jsx as jsx593, jsxs as jsxs313 } from "react/jsx-runtime";
16354
+ import { Fragment as Fragment132, jsx as jsx610, jsxs as jsxs324 } from "react/jsx-runtime";
15869
16355
 
15870
16356
  // src/utils/templates/sizing/height/fixed.tsx
15871
- import { jsx as jsx594, jsxs as jsxs314 } from "react/jsx-runtime";
16357
+ import { jsx as jsx611, jsxs as jsxs325 } from "react/jsx-runtime";
15872
16358
 
15873
16359
  // src/utils/templates/sizing/height/full.tsx
15874
- import { jsx as jsx595 } from "react/jsx-runtime";
16360
+ import { jsx as jsx612 } from "react/jsx-runtime";
15875
16361
 
15876
16362
  // src/utils/templates/sizing/height/maximum.tsx
15877
- import { jsx as jsx596 } from "react/jsx-runtime";
16363
+ import { jsx as jsx613 } from "react/jsx-runtime";
15878
16364
 
15879
16365
  // src/utils/templates/sizing/height/minimum.tsx
15880
- import { jsx as jsx597 } from "react/jsx-runtime";
16366
+ import { jsx as jsx614 } from "react/jsx-runtime";
15881
16367
 
15882
16368
  // src/utils/templates/sizing/height/screen.tsx
15883
- import { jsx as jsx598 } from "react/jsx-runtime";
16369
+ import { jsx as jsx615 } from "react/jsx-runtime";
15884
16370
 
15885
16371
  // src/utils/templates/sizing/width/fixed.tsx
15886
- import { jsx as jsx599, jsxs as jsxs315 } from "react/jsx-runtime";
16372
+ import { jsx as jsx616, jsxs as jsxs326 } from "react/jsx-runtime";
15887
16373
 
15888
16374
  // src/utils/templates/sizing/width/full.tsx
15889
- import { jsx as jsx600 } from "react/jsx-runtime";
16375
+ import { jsx as jsx617 } from "react/jsx-runtime";
15890
16376
 
15891
16377
  // src/utils/templates/sizing/width/maximum.tsx
15892
- import { jsx as jsx601 } from "react/jsx-runtime";
16378
+ import { jsx as jsx618 } from "react/jsx-runtime";
15893
16379
 
15894
16380
  // src/utils/templates/sizing/width/minimum.tsx
15895
- import { jsx as jsx602 } from "react/jsx-runtime";
16381
+ import { jsx as jsx619 } from "react/jsx-runtime";
15896
16382
 
15897
16383
  // src/utils/templates/sizing/width/screen.tsx
15898
- import { jsx as jsx603 } from "react/jsx-runtime";
16384
+ import { jsx as jsx620 } from "react/jsx-runtime";
15899
16385
 
15900
16386
  // src/utils/templates/spacing/margin/all.tsx
15901
- import { jsx as jsx604 } from "react/jsx-runtime";
16387
+ import { jsx as jsx621 } from "react/jsx-runtime";
15902
16388
 
15903
16389
  // src/utils/templates/spacing/margin/single.tsx
15904
- import { Fragment as Fragment124, jsx as jsx605, jsxs as jsxs316 } from "react/jsx-runtime";
16390
+ import { Fragment as Fragment133, jsx as jsx622, jsxs as jsxs327 } from "react/jsx-runtime";
15905
16391
 
15906
16392
  // src/utils/templates/spacing/margin/x.tsx
15907
- import { jsx as jsx606 } from "react/jsx-runtime";
16393
+ import { jsx as jsx623 } from "react/jsx-runtime";
15908
16394
 
15909
16395
  // src/utils/templates/spacing/margin/y.tsx
15910
- import { jsx as jsx607 } from "react/jsx-runtime";
16396
+ import { jsx as jsx624 } from "react/jsx-runtime";
15911
16397
 
15912
16398
  // src/utils/templates/spacing/padding/all.tsx
15913
- import { jsx as jsx608 } from "react/jsx-runtime";
16399
+ import { jsx as jsx625 } from "react/jsx-runtime";
15914
16400
 
15915
16401
  // src/utils/templates/spacing/padding/single.tsx
15916
- import { Fragment as Fragment125, jsx as jsx609, jsxs as jsxs317 } from "react/jsx-runtime";
16402
+ import { Fragment as Fragment134, jsx as jsx626, jsxs as jsxs328 } from "react/jsx-runtime";
15917
16403
 
15918
16404
  // src/utils/templates/spacing/padding/x.tsx
15919
- import { jsx as jsx610 } from "react/jsx-runtime";
16405
+ import { jsx as jsx627 } from "react/jsx-runtime";
15920
16406
 
15921
16407
  // src/utils/templates/spacing/padding/y.tsx
15922
- import { jsx as jsx611 } from "react/jsx-runtime";
16408
+ import { jsx as jsx628 } from "react/jsx-runtime";
15923
16409
 
15924
16410
  // src/utils/templates/svg/fill/color.tsx
15925
- import { Fragment as Fragment126, jsx as jsx612, jsxs as jsxs318 } from "react/jsx-runtime";
16411
+ import { Fragment as Fragment135, jsx as jsx629, jsxs as jsxs329 } from "react/jsx-runtime";
15926
16412
 
15927
16413
  // src/utils/templates/svg/stroke/color.tsx
15928
- import { Fragment as Fragment127, jsx as jsx613, jsxs as jsxs319 } from "react/jsx-runtime";
16414
+ import { Fragment as Fragment136, jsx as jsx630, jsxs as jsxs330 } from "react/jsx-runtime";
15929
16415
 
15930
16416
  // src/utils/templates/table/border-collapse/collapse.tsx
15931
- import { jsx as jsx614, jsxs as jsxs320 } from "react/jsx-runtime";
16417
+ import { jsx as jsx631, jsxs as jsxs331 } from "react/jsx-runtime";
15932
16418
 
15933
16419
  // src/utils/templates/table/border-collapse/separate.tsx
15934
- import { jsx as jsx615, jsxs as jsxs321 } from "react/jsx-runtime";
16420
+ import { jsx as jsx632, jsxs as jsxs332 } from "react/jsx-runtime";
15935
16421
 
15936
16422
  // src/utils/templates/table/table-layout/auto.tsx
15937
- import { jsx as jsx616, jsxs as jsxs322 } from "react/jsx-runtime";
16423
+ import { jsx as jsx633, jsxs as jsxs333 } from "react/jsx-runtime";
15938
16424
 
15939
16425
  // src/utils/templates/table/table-layout/fixed.tsx
15940
- import { jsx as jsx617, jsxs as jsxs323 } from "react/jsx-runtime";
16426
+ import { jsx as jsx634, jsxs as jsxs334 } from "react/jsx-runtime";
15941
16427
 
15942
16428
  // src/utils/templates/transform/flip/horizontal.tsx
15943
- import { jsx as jsx618, jsxs as jsxs324 } from "react/jsx-runtime";
16429
+ import { jsx as jsx635, jsxs as jsxs335 } from "react/jsx-runtime";
15944
16430
 
15945
16431
  // src/utils/templates/transform/flip/vertical.tsx
15946
- import { jsx as jsx619, jsxs as jsxs325 } from "react/jsx-runtime";
16432
+ import { jsx as jsx636, jsxs as jsxs336 } from "react/jsx-runtime";
15947
16433
 
15948
16434
  // src/utils/templates/transform/origin/applying.tsx
15949
- import { jsx as jsx620, jsxs as jsxs326 } from "react/jsx-runtime";
16435
+ import { jsx as jsx637, jsxs as jsxs337 } from "react/jsx-runtime";
15950
16436
 
15951
16437
  // src/utils/templates/transform/rotate/applying.tsx
15952
- import { jsx as jsx621, jsxs as jsxs327 } from "react/jsx-runtime";
16438
+ import { jsx as jsx638, jsxs as jsxs338 } from "react/jsx-runtime";
15953
16439
 
15954
16440
  // src/utils/templates/transform/scale/applying.tsx
15955
- import { jsx as jsx622, jsxs as jsxs328 } from "react/jsx-runtime";
16441
+ import { jsx as jsx639, jsxs as jsxs339 } from "react/jsx-runtime";
15956
16442
 
15957
16443
  // src/utils/templates/transform/skew/applying.tsx
15958
- import { jsx as jsx623, jsxs as jsxs329 } from "react/jsx-runtime";
16444
+ import { jsx as jsx640, jsxs as jsxs340 } from "react/jsx-runtime";
15959
16445
 
15960
16446
  // src/utils/templates/transform/translate/applying.tsx
15961
- import { jsx as jsx624, jsxs as jsxs330 } from "react/jsx-runtime";
16447
+ import { jsx as jsx641, jsxs as jsxs341 } from "react/jsx-runtime";
15962
16448
 
15963
16449
  // src/utils/templates/typography/font-style/italic.tsx
15964
- import { jsx as jsx625 } from "react/jsx-runtime";
16450
+ import { jsx as jsx642 } from "react/jsx-runtime";
15965
16451
 
15966
16452
  // src/utils/templates/typography/font-weight/size.tsx
15967
- import { Fragment as Fragment128, jsx as jsx626, jsxs as jsxs331 } from "react/jsx-runtime";
16453
+ import { Fragment as Fragment137, jsx as jsx643, jsxs as jsxs342 } from "react/jsx-runtime";
15968
16454
 
15969
16455
  // src/utils/templates/typography/list-style-type/decimal.tsx
15970
- import { jsx as jsx627, jsxs as jsxs332 } from "react/jsx-runtime";
16456
+ import { jsx as jsx644, jsxs as jsxs343 } from "react/jsx-runtime";
15971
16457
 
15972
16458
  // src/utils/templates/typography/list-style-type/disc.tsx
15973
- import { jsx as jsx628, jsxs as jsxs333 } from "react/jsx-runtime";
16459
+ import { jsx as jsx645, jsxs as jsxs344 } from "react/jsx-runtime";
15974
16460
 
15975
16461
  // src/utils/templates/typography/list-style-type/none.tsx
15976
- import { jsx as jsx629, jsxs as jsxs334 } from "react/jsx-runtime";
16462
+ import { jsx as jsx646, jsxs as jsxs345 } from "react/jsx-runtime";
15977
16463
 
15978
16464
  // src/utils/templates/typography/text-align/center.tsx
15979
- import { jsx as jsx630 } from "react/jsx-runtime";
16465
+ import { jsx as jsx647 } from "react/jsx-runtime";
15980
16466
 
15981
16467
  // src/utils/templates/typography/text-align/justify.tsx
15982
- import { jsx as jsx631 } from "react/jsx-runtime";
16468
+ import { jsx as jsx648 } from "react/jsx-runtime";
15983
16469
 
15984
16470
  // src/utils/templates/typography/text-align/left.tsx
15985
- import { jsx as jsx632 } from "react/jsx-runtime";
16471
+ import { jsx as jsx649 } from "react/jsx-runtime";
15986
16472
 
15987
16473
  // src/utils/templates/typography/text-align/right.tsx
15988
- import { jsx as jsx633 } from "react/jsx-runtime";
16474
+ import { jsx as jsx650 } from "react/jsx-runtime";
15989
16475
 
15990
16476
  // src/utils/templates/typography/text-color/inherit.tsx
15991
- import { jsx as jsx634 } from "react/jsx-runtime";
16477
+ import { jsx as jsx651 } from "react/jsx-runtime";
15992
16478
 
15993
16479
  // src/utils/templates/typography/text-color/white.tsx
15994
- import { jsx as jsx635 } from "react/jsx-runtime";
16480
+ import { jsx as jsx652 } from "react/jsx-runtime";
15995
16481
 
15996
16482
  // src/utils/templates/typography/text-decoration/all.tsx
15997
- import { Fragment as Fragment129, jsx as jsx636, jsxs as jsxs335 } from "react/jsx-runtime";
16483
+ import { Fragment as Fragment138, jsx as jsx653, jsxs as jsxs346 } from "react/jsx-runtime";
15998
16484
 
15999
16485
  // src/utils/templates/typography/text-overflow/clip.tsx
16000
- import { jsx as jsx637 } from "react/jsx-runtime";
16486
+ import { jsx as jsx654 } from "react/jsx-runtime";
16001
16487
 
16002
16488
  // src/utils/templates/typography/text-overflow/ellipsis.tsx
16003
- import { jsx as jsx638 } from "react/jsx-runtime";
16489
+ import { jsx as jsx655 } from "react/jsx-runtime";
16004
16490
 
16005
16491
  // src/utils/templates/typography/text-transform/all.tsx
16006
- import { Fragment as Fragment130, jsx as jsx639, jsxs as jsxs336 } from "react/jsx-runtime";
16492
+ import { Fragment as Fragment139, jsx as jsx656, jsxs as jsxs347 } from "react/jsx-runtime";
16007
16493
 
16008
16494
  // src/utils/templates/typography/vertical-align/baseline.tsx
16009
- import { jsx as jsx640, jsxs as jsxs337 } from "react/jsx-runtime";
16495
+ import { jsx as jsx657, jsxs as jsxs348 } from "react/jsx-runtime";
16010
16496
 
16011
16497
  // src/utils/templates/typography/vertical-align/bottom.tsx
16012
- import { jsx as jsx641, jsxs as jsxs338 } from "react/jsx-runtime";
16498
+ import { jsx as jsx658, jsxs as jsxs349 } from "react/jsx-runtime";
16013
16499
 
16014
16500
  // src/utils/templates/typography/vertical-align/center.tsx
16015
- import { jsx as jsx642, jsxs as jsxs339 } from "react/jsx-runtime";
16501
+ import { jsx as jsx659, jsxs as jsxs350 } from "react/jsx-runtime";
16016
16502
 
16017
16503
  // src/utils/templates/typography/vertical-align/top.tsx
16018
- import { jsx as jsx643, jsxs as jsxs340 } from "react/jsx-runtime";
16504
+ import { jsx as jsx660, jsxs as jsxs351 } from "react/jsx-runtime";
16019
16505
 
16020
16506
  // src/utils/templates/typography/white-space/normal.tsx
16021
- import { jsx as jsx644 } from "react/jsx-runtime";
16507
+ import { jsx as jsx661 } from "react/jsx-runtime";
16022
16508
 
16023
16509
  // src/utils/templates/typography/white-space/nowrap.tsx
16024
- import { jsx as jsx645 } from "react/jsx-runtime";
16510
+ import { jsx as jsx662 } from "react/jsx-runtime";
16025
16511
 
16026
16512
  // src/utils/templates/typography/white-space/pre-line.tsx
16027
- import { jsx as jsx646 } from "react/jsx-runtime";
16513
+ import { jsx as jsx663 } from "react/jsx-runtime";
16028
16514
 
16029
16515
  // src/utils/templates/typography/white-space/pre-wrap.tsx
16030
- import { jsx as jsx647 } from "react/jsx-runtime";
16516
+ import { jsx as jsx664 } from "react/jsx-runtime";
16031
16517
 
16032
16518
  // src/utils/templates/typography/white-space/pre.tsx
16033
- import { jsx as jsx648 } from "react/jsx-runtime";
16519
+ import { jsx as jsx665 } from "react/jsx-runtime";
16034
16520
 
16035
16521
  // src/multiselect/templates/multiselect-prefix.tsx
16036
- import { Fragment as Fragment131, jsx as jsx649 } from "react/jsx-runtime";
16522
+ import { Fragment as Fragment140, jsx as jsx666 } from "react/jsx-runtime";
16037
16523
 
16038
16524
  // src/multiselect/templates/multiselect-suffix.tsx
16039
- import { Fragment as Fragment132, jsx as jsx650 } from "react/jsx-runtime";
16525
+ import { Fragment as Fragment141, jsx as jsx667 } from "react/jsx-runtime";
16040
16526
 
16041
16527
  // src/multiselect/tests/multiselect-size-rounded.tsx
16042
- import { Fragment as Fragment133, jsx as jsx651, jsxs as jsxs341 } from "react/jsx-runtime";
16528
+ import { Fragment as Fragment142, jsx as jsx668, jsxs as jsxs352 } from "react/jsx-runtime";
16043
16529
  var styles = `
16044
16530
  #test-area {
16045
16531
  grid-template-columns: 120px repeat(3, 1fr);
16046
16532
  }
16047
16533
  `;
16048
- var multiselect_size_rounded_default = () => /* @__PURE__ */ jsxs341(Fragment133, { children: [
16049
- /* @__PURE__ */ jsx651("style", { children: styles }),
16050
- /* @__PURE__ */ jsxs341("div", { id: "test-area", className: "k-d-grid", children: [
16051
- /* @__PURE__ */ jsx651("span", { children: /* @__PURE__ */ jsx651("small", { children: "rounded / size" }) }),
16052
- /* @__PURE__ */ jsx651("span", { children: "small" }),
16053
- /* @__PURE__ */ jsx651("span", { children: "medium" }),
16054
- /* @__PURE__ */ jsx651("span", { children: "large" }),
16055
- MultiSelect.options.rounded.map((rounded) => /* @__PURE__ */ jsxs341(Fragment133, { children: [
16056
- /* @__PURE__ */ jsx651("span", { children: rounded }),
16057
- MultiSelect.options.size.map((size) => /* @__PURE__ */ jsx651(Fragment133, { children: /* @__PURE__ */ jsx651("div", { children: /* @__PURE__ */ jsx651(MultiSelectValue, { size, rounded, children: "Multiselect" }) }) }))
16534
+ var multiselect_size_rounded_default = () => /* @__PURE__ */ jsxs352(Fragment142, { children: [
16535
+ /* @__PURE__ */ jsx668("style", { children: styles }),
16536
+ /* @__PURE__ */ jsxs352("div", { id: "test-area", className: "k-d-grid", children: [
16537
+ /* @__PURE__ */ jsx668("span", { children: /* @__PURE__ */ jsx668("small", { children: "rounded / size" }) }),
16538
+ /* @__PURE__ */ jsx668("span", { children: "small" }),
16539
+ /* @__PURE__ */ jsx668("span", { children: "medium" }),
16540
+ /* @__PURE__ */ jsx668("span", { children: "large" }),
16541
+ MultiSelect.options.rounded.map((rounded) => /* @__PURE__ */ jsxs352(Fragment142, { children: [
16542
+ /* @__PURE__ */ jsx668("span", { children: rounded }),
16543
+ MultiSelect.options.size.map((size) => /* @__PURE__ */ jsx668(Fragment142, { children: /* @__PURE__ */ jsx668("div", { children: /* @__PURE__ */ jsx668(MultiSelectValue, { size, rounded, children: "Multiselect" }) }) }))
16058
16544
  ] }))
16059
16545
  ] })
16060
16546
  ] });