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

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