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