@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
@@ -5095,7 +5095,8 @@ var defaultProps17 = {
5095
5095
  rounded: Input.defaultProps.rounded,
5096
5096
  fillMode: Input.defaultProps.fillMode,
5097
5097
  flow: "vertical",
5098
- affixesOrientation: "horizontal"
5098
+ affixesOrientation: "horizontal",
5099
+ resize: "both"
5099
5100
  };
5100
5101
  var Textarea = (props) => {
5101
5102
  const {
@@ -5115,6 +5116,7 @@ var Textarea = (props) => {
5115
5116
  disabled,
5116
5117
  flow = defaultProps17.flow,
5117
5118
  affixesOrientation,
5119
+ resize = defaultProps17.resize,
5118
5120
  ...other
5119
5121
  } = props;
5120
5122
  return /* @__PURE__ */ jsxs6(
@@ -5156,7 +5158,14 @@ var Textarea = (props) => {
5156
5158
  InputInnerTextarea,
5157
5159
  {
5158
5160
  className: classNames(
5159
- "!k-overflow-auto"
5161
+ "!k-overflow-auto",
5162
+ {
5163
+ ["!k-flex-none"]: flow === "vertical",
5164
+ ["k-resize-x"]: resize === "x",
5165
+ ["k-resize-y"]: resize === "y",
5166
+ ["k-resize"]: resize === "both",
5167
+ ["k-resize-none"]: resize === "none"
5168
+ }
5160
5169
  ),
5161
5170
  value,
5162
5171
  placeholder,
@@ -8827,7 +8836,9 @@ var defaultProps56 = {
8827
8836
  orientation: "horizontal",
8828
8837
  readonly: false,
8829
8838
  disabled: false,
8830
- handlePosition: "end"
8839
+ handlePosition: "end",
8840
+ showButtons: true,
8841
+ showTicks: true
8831
8842
  };
8832
8843
  var Slider = (props) => {
8833
8844
  const {
@@ -8836,6 +8847,8 @@ var Slider = (props) => {
8836
8847
  readonly = defaultProps56.readonly,
8837
8848
  disabled = defaultProps56.disabled,
8838
8849
  handlePosition = defaultProps56.handlePosition,
8850
+ showButtons = defaultProps56.showButtons,
8851
+ showTicks = defaultProps56.showTicks,
8839
8852
  hover,
8840
8853
  focus,
8841
8854
  active,
@@ -8864,9 +8877,9 @@ var Slider = (props) => {
8864
8877
  "k-range-slider": type === "range"
8865
8878
  }
8866
8879
  ), dir, children: [
8867
- type !== "gradient" && /* @__PURE__ */ jsx165(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
8880
+ showButtons && /* @__PURE__ */ jsx165(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
8868
8881
  /* @__PURE__ */ jsxs69("div", { className: "k-slider-track-wrap", children: [
8869
- type !== "gradient" && /* @__PURE__ */ jsx165("ul", { className: "k-reset k-slider-items", children: props.children }),
8882
+ showTicks && /* @__PURE__ */ jsx165("ul", { className: "k-reset k-slider-items", children: props.children }),
8870
8883
  /* @__PURE__ */ jsxs69("div", { className: "k-slider-track", style: trackStyle, children: [
8871
8884
  /* @__PURE__ */ jsx165("div", { className: "k-slider-selection" }),
8872
8885
  type === "range" && /* @__PURE__ */ jsx165("span", { className: classNames(
@@ -8889,7 +8902,7 @@ var Slider = (props) => {
8889
8902
  ) })
8890
8903
  ] })
8891
8904
  ] }),
8892
- type !== "gradient" && /* @__PURE__ */ jsx165(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
8905
+ showButtons && /* @__PURE__ */ jsx165(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
8893
8906
  ] });
8894
8907
  };
8895
8908
  Slider.states = states59;
@@ -8949,6 +8962,8 @@ var SliderGradientVertical = (props) => /* @__PURE__ */ jsx172(
8949
8962
  {
8950
8963
  type: "gradient",
8951
8964
  orientation: "vertical",
8965
+ showButtons: false,
8966
+ showTicks: false,
8952
8967
  children: /* @__PURE__ */ jsxs75(Fragment54, { children: [
8953
8968
  /* @__PURE__ */ jsx172(SliderTick, { label: true, large: true, text: "0" }),
8954
8969
  /* @__PURE__ */ jsx172(SliderTick, {}),
@@ -9759,7 +9774,9 @@ var states71 = [
9759
9774
  States.disabled
9760
9775
  ];
9761
9776
  var options67 = {};
9762
- var defaultProps67 = {};
9777
+ var defaultProps67 = {
9778
+ imgPath: "/packages/html/assets/captcha.jpg"
9779
+ };
9763
9780
  var Captcha = (props) => {
9764
9781
  const {
9765
9782
  value,
@@ -9767,6 +9784,7 @@ var Captcha = (props) => {
9767
9784
  invalid,
9768
9785
  loading,
9769
9786
  disabled,
9787
+ imgPath = defaultProps67.imgPath,
9770
9788
  ...other
9771
9789
  } = props;
9772
9790
  return /* @__PURE__ */ jsxs85(
@@ -9790,7 +9808,7 @@ var Captcha = (props) => {
9790
9808
  "img",
9791
9809
  {
9792
9810
  className: classNames({ "k-hidden": loading }),
9793
- src: "/packages/html/assets/captcha.jpg"
9811
+ src: imgPath
9794
9812
  }
9795
9813
  ),
9796
9814
  loading && /* @__PURE__ */ jsx200(SkeletonRectangle, { style: { width: "100%", height: "100%" } })
@@ -12174,8 +12192,10 @@ var UploadNormal = (props) => /* @__PURE__ */ jsx288(
12174
12192
  import { jsx as jsx289, jsxs as jsxs119 } from "react/jsx-runtime";
12175
12193
  var DROPZONE_CLASSNAME = `k-external-dropzone`;
12176
12194
  var states96 = [
12195
+ States.disabled,
12177
12196
  States.hover
12178
12197
  ];
12198
+ var options89 = {};
12179
12199
  var defaultProps88 = {
12180
12200
  icon: "upload",
12181
12201
  hint: "Drag and drop files here to upload"
@@ -12183,6 +12203,7 @@ var defaultProps88 = {
12183
12203
  var Dropzone = (props) => {
12184
12204
  const {
12185
12205
  hover,
12206
+ disabled,
12186
12207
  icon = defaultProps88.icon,
12187
12208
  hint = defaultProps88.hint,
12188
12209
  note,
@@ -12195,7 +12216,9 @@ var Dropzone = (props) => {
12195
12216
  className: classNames(
12196
12217
  props.className,
12197
12218
  DROPZONE_CLASSNAME,
12198
- stateClassNames(DROPZONE_CLASSNAME, {}),
12219
+ stateClassNames(DROPZONE_CLASSNAME, {
12220
+ disabled
12221
+ }),
12199
12222
  {
12200
12223
  "k-external-dropzone-hover": hover
12201
12224
  }
@@ -12209,6 +12232,7 @@ var Dropzone = (props) => {
12209
12232
  );
12210
12233
  };
12211
12234
  Dropzone.states = states96;
12235
+ Dropzone.options = options89;
12212
12236
  Dropzone.className = DROPZONE_CLASSNAME;
12213
12237
  Dropzone.defaultProps = defaultProps88;
12214
12238
 
@@ -12229,7 +12253,7 @@ var states97 = [
12229
12253
  States.selected,
12230
12254
  States.disabled
12231
12255
  ];
12232
- var options89 = {
12256
+ var options90 = {
12233
12257
  size: [Size.small, Size.medium, Size.large],
12234
12258
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
12235
12259
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -12303,7 +12327,7 @@ var FloatingActionButton = (props) => {
12303
12327
  );
12304
12328
  };
12305
12329
  FloatingActionButton.states = states97;
12306
- FloatingActionButton.options = options89;
12330
+ FloatingActionButton.options = options90;
12307
12331
  FloatingActionButton.className = FLOATINGACTIONBUTTON_CLASSNAME;
12308
12332
  FloatingActionButton.defaultProps = defaultProps89;
12309
12333
 
@@ -12371,7 +12395,7 @@ var TOOLBAR_CLASSNAME = `k-toolbar`;
12371
12395
  var states99 = [
12372
12396
  States.focus
12373
12397
  ];
12374
- var options90 = {
12398
+ var options91 = {
12375
12399
  size: [Size.small, Size.medium, Size.large]
12376
12400
  };
12377
12401
  var defaultProps90 = {
@@ -12536,7 +12560,7 @@ var Toolbar = (props) => {
12536
12560
  );
12537
12561
  };
12538
12562
  Toolbar.states = states99;
12539
- Toolbar.options = options90;
12563
+ Toolbar.options = options91;
12540
12564
  Toolbar.className = TOOLBAR_CLASSNAME;
12541
12565
  Toolbar.defaultProps = defaultProps90;
12542
12566
 
@@ -12546,7 +12570,7 @@ var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
12546
12570
  var states100 = [
12547
12571
  States.focus
12548
12572
  ];
12549
- var options91 = {
12573
+ var options92 = {
12550
12574
  size: [Size.small, Size.medium, Size.large]
12551
12575
  };
12552
12576
  var defaultProps91 = {
@@ -12711,7 +12735,7 @@ var ToolbarAngular = (props) => {
12711
12735
  );
12712
12736
  };
12713
12737
  ToolbarAngular.states = states100;
12714
- ToolbarAngular.options = options91;
12738
+ ToolbarAngular.options = options92;
12715
12739
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
12716
12740
  ToolbarAngular.defaultProps = defaultProps91;
12717
12741
 
@@ -12724,7 +12748,7 @@ var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
12724
12748
  var states101 = [
12725
12749
  States.focus
12726
12750
  ];
12727
- var options92 = {};
12751
+ var options93 = {};
12728
12752
  var defaultProps92 = {};
12729
12753
  var ToolbarItem = (props) => {
12730
12754
  const {
@@ -12747,7 +12771,7 @@ var ToolbarItem = (props) => {
12747
12771
  );
12748
12772
  };
12749
12773
  ToolbarItem.states = states101;
12750
- ToolbarItem.options = options92;
12774
+ ToolbarItem.options = options93;
12751
12775
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
12752
12776
  ToolbarItem.defaultProps = defaultProps92;
12753
12777
 
@@ -12755,7 +12779,7 @@ ToolbarItem.defaultProps = defaultProps92;
12755
12779
  import { jsx as jsx302 } from "react/jsx-runtime";
12756
12780
  var TOOLBARPOPUP_CLASSNAME = `k-toolbar-popup`;
12757
12781
  var states102 = [];
12758
- var options93 = {};
12782
+ var options94 = {};
12759
12783
  var defaultProps93 = {};
12760
12784
  var ToolbarPopup = (props) => {
12761
12785
  const { ...other } = props;
@@ -12772,7 +12796,7 @@ var ToolbarPopup = (props) => {
12772
12796
  );
12773
12797
  };
12774
12798
  ToolbarPopup.states = states102;
12775
- ToolbarPopup.options = options93;
12799
+ ToolbarPopup.options = options94;
12776
12800
  ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
12777
12801
  ToolbarPopup.defaultProps = defaultProps93;
12778
12802
 
@@ -12792,7 +12816,7 @@ import { jsx as jsx306 } from "react/jsx-runtime";
12792
12816
  import { Fragment as Fragment87, jsx as jsx307, jsxs as jsxs123 } from "react/jsx-runtime";
12793
12817
  var DIALOG_CLASSNAME = `k-dialog`;
12794
12818
  var states103 = [];
12795
- var options94 = {
12819
+ var options95 = {
12796
12820
  themeColor: [
12797
12821
  ThemeColor.primary,
12798
12822
  ThemeColor.light,
@@ -12833,7 +12857,7 @@ var Dialog = (props) => {
12833
12857
  );
12834
12858
  };
12835
12859
  Dialog.states = states103;
12836
- Dialog.options = options94;
12860
+ Dialog.options = options95;
12837
12861
  Dialog.className = DIALOG_CLASSNAME;
12838
12862
  Dialog.defaultProps = defaultProps94;
12839
12863
 
@@ -12847,7 +12871,7 @@ import { Fragment as Fragment89, jsx as jsx309, jsxs as jsxs124 } from "react/js
12847
12871
  import { Fragment as Fragment90, jsx as jsx310, jsxs as jsxs125 } from "react/jsx-runtime";
12848
12872
  var NOTIFICATION_CLASSNAME = `k-notification`;
12849
12873
  var states104 = [];
12850
- var options95 = {
12874
+ var options96 = {
12851
12875
  themeColor: [
12852
12876
  ThemeColor.base,
12853
12877
  ThemeColor.primary,
@@ -12901,7 +12925,7 @@ var Notification = (props) => {
12901
12925
  );
12902
12926
  };
12903
12927
  Notification.states = states104;
12904
- Notification.options = options95;
12928
+ Notification.options = options96;
12905
12929
  Notification.className = NOTIFICATION_CLASSNAME;
12906
12930
  Notification.defaultProps = defaultProps95;
12907
12931
 
@@ -12924,7 +12948,7 @@ import { jsx as jsx315 } from "react/jsx-runtime";
12924
12948
  import { Fragment as Fragment91, jsx as jsx316, jsxs as jsxs126 } from "react/jsx-runtime";
12925
12949
  var POPOVER_CLASSNAME = `k-popover`;
12926
12950
  var states105 = [];
12927
- var options96 = {};
12951
+ var options97 = {};
12928
12952
  var defaultProps96 = {};
12929
12953
  var Popover = (props) => {
12930
12954
  const {
@@ -12958,7 +12982,7 @@ var Popover = (props) => {
12958
12982
  );
12959
12983
  };
12960
12984
  Popover.states = states105;
12961
- Popover.options = options96;
12985
+ Popover.options = options97;
12962
12986
  Popover.className = POPOVER_CLASSNAME;
12963
12987
  Popover.defaultProps = defaultProps96;
12964
12988
 
@@ -12969,7 +12993,7 @@ import { jsx as jsx317 } from "react/jsx-runtime";
12969
12993
  import { jsx as jsx318, jsxs as jsxs127 } from "react/jsx-runtime";
12970
12994
  var TOOLTIP_CLASSNAME = `k-tooltip`;
12971
12995
  var states106 = [];
12972
- var options97 = {
12996
+ var options98 = {
12973
12997
  themeColor: [
12974
12998
  ThemeColor.primary,
12975
12999
  ThemeColor.secondary,
@@ -13028,7 +13052,7 @@ var Tooltip = (props) => {
13028
13052
  );
13029
13053
  };
13030
13054
  Tooltip.states = states106;
13031
- Tooltip.options = options97;
13055
+ Tooltip.options = options98;
13032
13056
  Tooltip.className = TOOLTIP_CLASSNAME;
13033
13057
  Tooltip.defaultProps = defaultProps97;
13034
13058
 
@@ -13042,7 +13066,7 @@ import { jsx as jsx320 } from "react/jsx-runtime";
13042
13066
  import { jsx as jsx321 } from "react/jsx-runtime";
13043
13067
  var APPBAR_CLASSNAME = `k-appbar`;
13044
13068
  var states107 = [];
13045
- var options98 = {
13069
+ var options99 = {
13046
13070
  themeColor: [
13047
13071
  ThemeColor.inherit,
13048
13072
  ThemeColor.base,
@@ -13086,7 +13110,7 @@ var Appbar = (props) => {
13086
13110
  );
13087
13111
  };
13088
13112
  Appbar.states = states107;
13089
- Appbar.options = options98;
13113
+ Appbar.options = options99;
13090
13114
  Appbar.className = APPBAR_CLASSNAME;
13091
13115
  Appbar.defaultProps = defaultProps98;
13092
13116
 
@@ -13102,7 +13126,7 @@ var BOTTOM_NAV_CLASSNAME = "k-bottom-nav";
13102
13126
  var states108 = [
13103
13127
  States.disabled
13104
13128
  ];
13105
- var options99 = {
13129
+ var options100 = {
13106
13130
  fillMode: [FillMode.solid, FillMode.flat],
13107
13131
  themeColor: [
13108
13132
  ThemeColor.primary,
@@ -13149,7 +13173,7 @@ var BottomNav = (props) => {
13149
13173
  ), dir, children: props.children });
13150
13174
  };
13151
13175
  BottomNav.states = states108;
13152
- BottomNav.options = options99;
13176
+ BottomNav.options = options100;
13153
13177
  BottomNav.className = BOTTOM_NAV_CLASSNAME;
13154
13178
  BottomNav.defaultProps = defaultProps99;
13155
13179
 
@@ -13161,7 +13185,7 @@ var states109 = [
13161
13185
  States.selected,
13162
13186
  States.disabled
13163
13187
  ];
13164
- var options100 = {};
13188
+ var options101 = {};
13165
13189
  var defaultProps100 = {};
13166
13190
  var BottomNavItem = (props) => {
13167
13191
  const {
@@ -13186,7 +13210,7 @@ var BottomNavItem = (props) => {
13186
13210
  ] });
13187
13211
  };
13188
13212
  BottomNavItem.states = states109;
13189
- BottomNavItem.options = options100;
13213
+ BottomNavItem.options = options101;
13190
13214
  BottomNavItem.className = BOTTOM_NAV_ITEM_CLASSNAME;
13191
13215
  BottomNavItem.defaultProps = defaultProps100;
13192
13216
 
@@ -13205,7 +13229,7 @@ var BREADCRUMB_CLASSNAME = `k-breadcrumb`;
13205
13229
  var states110 = [
13206
13230
  States.focus
13207
13231
  ];
13208
- var options101 = {
13232
+ var options102 = {
13209
13233
  size: [Size.small, Size.medium, Size.large]
13210
13234
  };
13211
13235
  var defaultProps101 = {
@@ -13241,7 +13265,7 @@ var Breadcrumb = (props) => {
13241
13265
  );
13242
13266
  };
13243
13267
  Breadcrumb.states = states110;
13244
- Breadcrumb.options = options101;
13268
+ Breadcrumb.options = options102;
13245
13269
  Breadcrumb.className = BREADCRUMB_CLASSNAME;
13246
13270
  Breadcrumb.defaultProps = defaultProps101;
13247
13271
 
@@ -13322,7 +13346,7 @@ var states112 = [
13322
13346
  States.focus,
13323
13347
  States.disabled
13324
13348
  ];
13325
- var options102 = {
13349
+ var options103 = {
13326
13350
  size: [Size.small, Size.medium, Size.large]
13327
13351
  };
13328
13352
  var defaultProps102 = {
@@ -13568,7 +13592,7 @@ var Pager = (props) => {
13568
13592
  );
13569
13593
  };
13570
13594
  Pager.states = states112;
13571
- Pager.options = options102;
13595
+ Pager.options = options103;
13572
13596
  Pager.className = PAGER_CLASSNAME;
13573
13597
  Pager.defaultProps = defaultProps102;
13574
13598
 
@@ -13616,7 +13640,7 @@ var states113 = [
13616
13640
  States.selected,
13617
13641
  States.disabled
13618
13642
  ];
13619
- var options103 = {
13643
+ var options104 = {
13620
13644
  themeColor: [
13621
13645
  ThemeColor.primary,
13622
13646
  ThemeColor.success,
@@ -13666,7 +13690,7 @@ var Card = (props) => {
13666
13690
  );
13667
13691
  };
13668
13692
  Card.states = states113;
13669
- Card.options = options103;
13693
+ Card.options = options104;
13670
13694
  Card.className = CARD_CLASSNAME;
13671
13695
  Card.defaultProps = defaultProps103;
13672
13696
 
@@ -13819,7 +13843,7 @@ var states115 = [
13819
13843
  States.focus,
13820
13844
  States.disabled
13821
13845
  ];
13822
- var options104 = {};
13846
+ var options105 = {};
13823
13847
  var defaultProps104 = {};
13824
13848
  var ExpansionPanel = (props) => {
13825
13849
  const {
@@ -13864,7 +13888,7 @@ var ExpansionPanel = (props) => {
13864
13888
  ] });
13865
13889
  };
13866
13890
  ExpansionPanel.states = states115;
13867
- ExpansionPanel.options = options104;
13891
+ ExpansionPanel.options = options105;
13868
13892
  ExpansionPanel.className = EXPANSION_PANEL_CLASSNAME;
13869
13893
  ExpansionPanel.defaultProps = defaultProps104;
13870
13894
 
@@ -13874,12 +13898,168 @@ import { jsx as jsx357 } from "react/jsx-runtime";
13874
13898
  // src/expansion-panel/templates/expansion-panel-expanded.tsx
13875
13899
  import { jsx as jsx358 } from "react/jsx-runtime";
13876
13900
 
13877
- // src/tilelayout/tilelayout.spec.tsx
13901
+ // src/splitter/splitter-pane.tsx
13878
13902
  import { jsx as jsx359 } from "react/jsx-runtime";
13879
- var TILELAYOUT_CLASSNAME = `k-tilelayout`;
13903
+ var SPLITTERPANE_CLASSNAME = "k-pane";
13880
13904
  var states116 = [];
13881
- var options105 = {};
13882
- var defaultProps105 = {};
13905
+ var options106 = {};
13906
+ var defaultProps105 = {
13907
+ resizable: true,
13908
+ flex: false
13909
+ };
13910
+ var SplitterPane = (props) => {
13911
+ const {
13912
+ scrollable,
13913
+ flexBasis,
13914
+ flex,
13915
+ ...other
13916
+ } = props;
13917
+ return /* @__PURE__ */ jsx359(
13918
+ "div",
13919
+ {
13920
+ ...other,
13921
+ style: { flexBasis, ...props.style },
13922
+ className: classNames(
13923
+ props.className,
13924
+ SPLITTERPANE_CLASSNAME,
13925
+ {
13926
+ [`${SPLITTERPANE_CLASSNAME}-static`]: flexBasis,
13927
+ [`${SPLITTERPANE_CLASSNAME}-flex`]: flex,
13928
+ [`k-scrollable`]: scrollable
13929
+ }
13930
+ ),
13931
+ children: props.children
13932
+ }
13933
+ );
13934
+ };
13935
+ SplitterPane.states = states116;
13936
+ SplitterPane.options = options106;
13937
+ SplitterPane.className = SPLITTERPANE_CLASSNAME;
13938
+ SplitterPane.defaultProps = defaultProps105;
13939
+ var splitter_pane_default = SplitterPane;
13940
+
13941
+ // src/splitter/splitter-splitbar.tsx
13942
+ import { Fragment as Fragment101, jsx as jsx360, jsxs as jsxs141 } from "react/jsx-runtime";
13943
+ var SPLITTERSPLITBAR_CLASSNAME = "k-splitbar";
13944
+ var states117 = [
13945
+ States.hover,
13946
+ States.focus
13947
+ ];
13948
+ var options107 = {};
13949
+ var defaultProps106 = {
13950
+ orientation: "horizontal",
13951
+ draggable: true
13952
+ };
13953
+ var SplitterSplitbar = (props) => {
13954
+ const {
13955
+ hover,
13956
+ focus,
13957
+ orientation,
13958
+ draggable,
13959
+ collapsePrev,
13960
+ collapseNext,
13961
+ ...other
13962
+ } = props;
13963
+ return /* @__PURE__ */ jsxs141(
13964
+ "div",
13965
+ {
13966
+ ...other,
13967
+ className: classNames(
13968
+ props.className,
13969
+ SPLITTERSPLITBAR_CLASSNAME,
13970
+ stateClassNames(SPLITTERSPLITBAR_CLASSNAME, {
13971
+ hover,
13972
+ focus
13973
+ }),
13974
+ {
13975
+ [`${SPLITTERSPLITBAR_CLASSNAME}-${orientation}`]: orientation,
13976
+ [`${SPLITTERSPLITBAR_CLASSNAME}-draggable-${orientation}`]: draggable,
13977
+ [`${SPLITTERSPLITBAR_CLASSNAME}-static-${orientation}`]: !draggable && !collapsePrev && !collapseNext
13978
+ }
13979
+ ),
13980
+ children: [
13981
+ 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" }) }) }),
13982
+ /* @__PURE__ */ jsx360("div", { className: "k-resize-handle" }),
13983
+ 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" }) }) })
13984
+ ]
13985
+ }
13986
+ );
13987
+ };
13988
+ SplitterSplitbar.states = states117;
13989
+ SplitterSplitbar.options = options107;
13990
+ SplitterSplitbar.className = SPLITTERSPLITBAR_CLASSNAME;
13991
+ SplitterSplitbar.defaultProps = defaultProps106;
13992
+ var splitter_splitbar_default = SplitterSplitbar;
13993
+
13994
+ // src/splitter/splitter.spec.tsx
13995
+ import { Fragment as Fragment102, jsx as jsx361 } from "react/jsx-runtime";
13996
+ import { createElement as createElement6 } from "react";
13997
+ var SPLITTER_CLASSNAME = "k-splitter";
13998
+ var options108 = {};
13999
+ var defaultProps107 = {
14000
+ orientation: "horizontal"
14001
+ };
14002
+ var Splitter = (props) => {
14003
+ const {
14004
+ orientation,
14005
+ children,
14006
+ ...other
14007
+ } = props;
14008
+ const listChildren = [];
14009
+ if (children) {
14010
+ if (Array.isArray(children)) {
14011
+ children.map((child, index) => {
14012
+ if (child.type === splitter_pane_default) {
14013
+ listChildren.push(
14014
+ /* @__PURE__ */ createElement6(splitter_pane_default, { ...child.props, key: index }),
14015
+ children[index + 1] && /* @__PURE__ */ jsx361(Fragment102, { children: /* @__PURE__ */ jsx361(
14016
+ splitter_splitbar_default,
14017
+ {
14018
+ draggable: child.props.resizable !== false && children[index + 1].props.resizable !== false,
14019
+ collapsePrev: child.props.collapsible,
14020
+ collapseNext: children[index + 1].props.collapsible,
14021
+ orientation
14022
+ }
14023
+ ) })
14024
+ );
14025
+ } else {
14026
+ listChildren.push(child);
14027
+ }
14028
+ });
14029
+ }
14030
+ }
14031
+ return /* @__PURE__ */ jsx361(
14032
+ "div",
14033
+ {
14034
+ ...other,
14035
+ className: classNames(
14036
+ props.className,
14037
+ SPLITTER_CLASSNAME,
14038
+ {
14039
+ [`${SPLITTER_CLASSNAME}-${orientation}`]: orientation
14040
+ },
14041
+ "k-splitter-flex"
14042
+ ),
14043
+ children: listChildren
14044
+ }
14045
+ );
14046
+ };
14047
+ Splitter.options = options108;
14048
+ Splitter.className = SPLITTER_CLASSNAME;
14049
+ Splitter.defaultProps = defaultProps107;
14050
+
14051
+ // src/splitter/templates/splitter-normal.tsx
14052
+ import { jsx as jsx362, jsxs as jsxs142 } from "react/jsx-runtime";
14053
+
14054
+ // src/splitter/templates/splitter-vertical.tsx
14055
+ import { jsx as jsx363, jsxs as jsxs143 } from "react/jsx-runtime";
14056
+
14057
+ // src/tilelayout/tilelayout.spec.tsx
14058
+ import { jsx as jsx364 } from "react/jsx-runtime";
14059
+ var TILELAYOUT_CLASSNAME = `k-tilelayout`;
14060
+ var states118 = [];
14061
+ var options109 = {};
14062
+ var defaultProps108 = {};
13883
14063
  var TileLayout = (props) => {
13884
14064
  const {
13885
14065
  gap,
@@ -13895,7 +14075,7 @@ var TileLayout = (props) => {
13895
14075
  gap,
13896
14076
  ...style2
13897
14077
  };
13898
- return /* @__PURE__ */ jsx359(
14078
+ return /* @__PURE__ */ jsx364(
13899
14079
  "div",
13900
14080
  {
13901
14081
  className: classNames(
@@ -13907,20 +14087,20 @@ var TileLayout = (props) => {
13907
14087
  }
13908
14088
  );
13909
14089
  };
13910
- TileLayout.states = states116;
13911
- TileLayout.options = options105;
14090
+ TileLayout.states = states118;
14091
+ TileLayout.options = options109;
13912
14092
  TileLayout.className = TILELAYOUT_CLASSNAME;
13913
- TileLayout.defaultProps = defaultProps105;
14093
+ TileLayout.defaultProps = defaultProps108;
13914
14094
 
13915
14095
  // src/tilelayout/tilelayout-item.spec.tsx
13916
14096
  import React from "react";
13917
- import { jsx as jsx360, jsxs as jsxs141 } from "react/jsx-runtime";
14097
+ import { jsx as jsx365, jsxs as jsxs144 } from "react/jsx-runtime";
13918
14098
  var TILELAYOUTITEM_CLASSNAME = `k-tilelayout-item`;
13919
- var states117 = [
14099
+ var states119 = [
13920
14100
  States.focus
13921
14101
  ];
13922
- var options106 = {};
13923
- var defaultProps106 = {};
14102
+ var options110 = {};
14103
+ var defaultProps109 = {};
13924
14104
  var TileLayoutItem = (props) => {
13925
14105
  const {
13926
14106
  header,
@@ -13929,7 +14109,7 @@ var TileLayoutItem = (props) => {
13929
14109
  resize,
13930
14110
  style: style2
13931
14111
  } = props;
13932
- return /* @__PURE__ */ jsxs141(
14112
+ return /* @__PURE__ */ jsxs144(
13933
14113
  Card,
13934
14114
  {
13935
14115
  className: classNames(
@@ -13946,44 +14126,44 @@ var TileLayoutItem = (props) => {
13946
14126
  ),
13947
14127
  style: style2,
13948
14128
  children: [
13949
- 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 }),
13950
- body && /* @__PURE__ */ jsx360(CardBody, { className: "k-tilelayout-item-body", children: body })
14129
+ 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 }),
14130
+ body && /* @__PURE__ */ jsx365(CardBody, { className: "k-tilelayout-item-body", children: body })
13951
14131
  ]
13952
14132
  }
13953
14133
  );
13954
14134
  };
13955
- TileLayoutItem.states = states117;
13956
- TileLayoutItem.options = options106;
14135
+ TileLayoutItem.states = states119;
14136
+ TileLayoutItem.options = options110;
13957
14137
  TileLayoutItem.className = TILELAYOUTITEM_CLASSNAME;
13958
- TileLayoutItem.defaultProps = defaultProps106;
14138
+ TileLayoutItem.defaultProps = defaultProps109;
13959
14139
 
13960
14140
  // src/tilelayout/tilelayout-item-hint.spec.tsx
13961
- import { jsx as jsx361 } from "react/jsx-runtime";
14141
+ import { jsx as jsx366 } from "react/jsx-runtime";
13962
14142
  var TILELAYOUTITEMHINT_CLASSNAME = `k-layout-item-hint`;
13963
- var states118 = [];
13964
- var options107 = {};
13965
- var defaultProps107 = {};
14143
+ var states120 = [];
14144
+ var options111 = {};
14145
+ var defaultProps110 = {};
13966
14146
  var TileLayoutItemHint = (props) => {
13967
14147
  const { style: style2 } = props;
13968
- return /* @__PURE__ */ jsx361("div", { className: TILELAYOUTITEMHINT_CLASSNAME, style: style2 });
14148
+ return /* @__PURE__ */ jsx366("div", { className: TILELAYOUTITEMHINT_CLASSNAME, style: style2 });
13969
14149
  };
13970
- TileLayoutItemHint.states = states118;
13971
- TileLayoutItemHint.options = options107;
14150
+ TileLayoutItemHint.states = states120;
14151
+ TileLayoutItemHint.options = options111;
13972
14152
  TileLayoutItemHint.className = TILELAYOUTITEMHINT_CLASSNAME;
13973
- TileLayoutItemHint.defaultProps = defaultProps107;
14153
+ TileLayoutItemHint.defaultProps = defaultProps110;
13974
14154
 
13975
14155
  // src/tilelayout/templates/tilelayout-normal.tsx
13976
- import { jsx as jsx362 } from "react/jsx-runtime";
14156
+ import { jsx as jsx367 } from "react/jsx-runtime";
13977
14157
 
13978
14158
  // src/listview/listview.spec.tsx
13979
- import { Fragment as Fragment101, jsx as jsx363, jsxs as jsxs142 } from "react/jsx-runtime";
14159
+ import { Fragment as Fragment103, jsx as jsx368, jsxs as jsxs145 } from "react/jsx-runtime";
13980
14160
  var LISTVIEW_CLASSNAME = `k-listview`;
13981
- var states119 = [
14161
+ var states121 = [
13982
14162
  States.loading,
13983
14163
  States.disabled
13984
14164
  ];
13985
- var options108 = {};
13986
- var defaultProps108 = {
14165
+ var options112 = {};
14166
+ var defaultProps111 = {
13987
14167
  pagerPosition: "bottom",
13988
14168
  layout: "flex",
13989
14169
  flexDirection: "row"
@@ -13993,23 +14173,23 @@ var ListView = (props) => {
13993
14173
  header,
13994
14174
  footer,
13995
14175
  pageable,
13996
- pagerPosition = defaultProps108.pagerPosition,
14176
+ pagerPosition = defaultProps111.pagerPosition,
13997
14177
  bordered,
13998
- layout = defaultProps108.layout,
13999
- flexDirection = defaultProps108.flexDirection,
14178
+ layout = defaultProps111.layout,
14179
+ flexDirection = defaultProps111.flexDirection,
14000
14180
  flexWrap,
14001
14181
  gridColumns,
14002
14182
  loading,
14003
14183
  disabled,
14004
14184
  ...other
14005
14185
  } = props;
14006
- const pager = /* @__PURE__ */ jsx363(Pager, { className: `k-listview-pager k-listview-pager-${pagerPosition}` });
14007
- const loader = /* @__PURE__ */ jsx363(Fragment101, { children: /* @__PURE__ */ jsxs142("div", { className: "k-loading-mask k-opaque", style: { height: "100%", width: "100%" }, children: [
14008
- /* @__PURE__ */ jsx363("span", { className: "k-loading-text", children: "Loading..." }),
14009
- /* @__PURE__ */ jsx363("div", { className: "k-loading-image" }),
14010
- /* @__PURE__ */ jsx363("div", { className: "k-loading-color" })
14186
+ const pager = /* @__PURE__ */ jsx368(Pager, { className: `k-listview-pager k-listview-pager-${pagerPosition}` });
14187
+ const loader = /* @__PURE__ */ jsx368(Fragment103, { children: /* @__PURE__ */ jsxs145("div", { className: "k-loading-mask k-opaque", style: { height: "100%", width: "100%" }, children: [
14188
+ /* @__PURE__ */ jsx368("span", { className: "k-loading-text", children: "Loading..." }),
14189
+ /* @__PURE__ */ jsx368("div", { className: "k-loading-image" }),
14190
+ /* @__PURE__ */ jsx368("div", { className: "k-loading-color" })
14011
14191
  ] }) });
14012
- return /* @__PURE__ */ jsxs142(
14192
+ return /* @__PURE__ */ jsxs145(
14013
14193
  "div",
14014
14194
  {
14015
14195
  ...other,
@@ -14026,8 +14206,8 @@ var ListView = (props) => {
14026
14206
  ),
14027
14207
  children: [
14028
14208
  pageable && pagerPosition === "top" && pager,
14029
- header && /* @__PURE__ */ jsx363("div", { className: "k-listview-header", children: "Header" }),
14030
- /* @__PURE__ */ jsxs142("div", { className: classNames(
14209
+ header && /* @__PURE__ */ jsx368("div", { className: "k-listview-header", children: "Header" }),
14210
+ /* @__PURE__ */ jsxs145("div", { className: classNames(
14031
14211
  "k-listview-content",
14032
14212
  {
14033
14213
  [`k-d-${layout}`]: layout,
@@ -14039,33 +14219,33 @@ var ListView = (props) => {
14039
14219
  loading && loader,
14040
14220
  props.children
14041
14221
  ] }),
14042
- footer && /* @__PURE__ */ jsx363("div", { className: "k-listview-footer", children: "Footer" }),
14222
+ footer && /* @__PURE__ */ jsx368("div", { className: "k-listview-footer", children: "Footer" }),
14043
14223
  pageable && pagerPosition === "bottom" && pager
14044
14224
  ]
14045
14225
  }
14046
14226
  );
14047
14227
  };
14048
- ListView.states = states119;
14049
- ListView.options = options108;
14228
+ ListView.states = states121;
14229
+ ListView.options = options112;
14050
14230
  ListView.className = LISTVIEW_CLASSNAME;
14051
- ListView.defaultProps = defaultProps108;
14231
+ ListView.defaultProps = defaultProps111;
14052
14232
 
14053
14233
  // src/listview/listview-item.spec.tsx
14054
- import { jsx as jsx364 } from "react/jsx-runtime";
14234
+ import { jsx as jsx369 } from "react/jsx-runtime";
14055
14235
  var LISTVIEWITEM_CLASSNAME = `k-listview-item`;
14056
- var states120 = [
14236
+ var states122 = [
14057
14237
  States.focus,
14058
14238
  States.selected
14059
14239
  ];
14060
- var options109 = {};
14061
- var defaultProps109 = {};
14240
+ var options113 = {};
14241
+ var defaultProps112 = {};
14062
14242
  var ListViewItem = (props) => {
14063
14243
  const {
14064
14244
  focus,
14065
14245
  selected,
14066
14246
  ...other
14067
14247
  } = props;
14068
- return /* @__PURE__ */ jsx364(
14248
+ return /* @__PURE__ */ jsx369(
14069
14249
  "div",
14070
14250
  {
14071
14251
  ...other,
@@ -14081,122 +14261,437 @@ var ListViewItem = (props) => {
14081
14261
  }
14082
14262
  );
14083
14263
  };
14084
- ListViewItem.states = states120;
14085
- ListViewItem.options = options109;
14264
+ ListViewItem.states = states122;
14265
+ ListViewItem.options = options113;
14086
14266
  ListViewItem.className = LISTVIEWITEM_CLASSNAME;
14087
- ListViewItem.defaultProps = defaultProps109;
14267
+ ListViewItem.defaultProps = defaultProps112;
14088
14268
 
14089
14269
  // src/listview/templates/listview-normal.tsx
14090
- import { Fragment as Fragment102, jsx as jsx365, jsxs as jsxs143 } from "react/jsx-runtime";
14270
+ import { Fragment as Fragment104, jsx as jsx370, jsxs as jsxs146 } from "react/jsx-runtime";
14091
14271
 
14092
14272
  // src/filter/filter-preview.tsx
14093
- import { jsx as jsx366 } from "react/jsx-runtime";
14273
+ import { jsx as jsx371 } from "react/jsx-runtime";
14094
14274
  var FILTER_PREVIEW_CLASSNAME = "k-filter-preview";
14095
- var states121 = [];
14096
- var options110 = {};
14097
- var defaultProps110 = {};
14275
+ var states123 = [];
14276
+ var options114 = {};
14277
+ var defaultProps113 = {};
14098
14278
  var FilterPreview = (props) => {
14099
14279
  const { fields } = props;
14100
14280
  const expressionPreview = [];
14101
14281
  if (fields) {
14102
14282
  fields.map(({ name, value }) => {
14103
14283
  expressionPreview.push(
14104
- /* @__PURE__ */ jsx366("span", { className: `k-filter-preview-${name}`, children: `${value} ` })
14284
+ /* @__PURE__ */ jsx371("span", { className: `k-filter-preview-${name}`, children: `${value} ` })
14105
14285
  );
14106
14286
  });
14107
14287
  }
14108
- return /* @__PURE__ */ jsx366("div", { className: classNames(FILTER_PREVIEW_CLASSNAME), children: expressionPreview });
14288
+ return /* @__PURE__ */ jsx371("div", { className: classNames(FILTER_PREVIEW_CLASSNAME), children: expressionPreview });
14109
14289
  };
14110
- FilterPreview.states = states121;
14111
- FilterPreview.options = options110;
14112
- FilterPreview.defaultProps = defaultProps110;
14290
+ FilterPreview.states = states123;
14291
+ FilterPreview.options = options114;
14292
+ FilterPreview.defaultProps = defaultProps113;
14113
14293
  FilterPreview.className = FILTER_PREVIEW_CLASSNAME;
14114
14294
 
14115
14295
  // src/filter/filter.spec.tsx
14116
- import { Fragment as Fragment103, jsx as jsx367, jsxs as jsxs144 } from "react/jsx-runtime";
14296
+ import { Fragment as Fragment105, jsx as jsx372, jsxs as jsxs147 } from "react/jsx-runtime";
14117
14297
  var FILTER_CLASSNAME = "k-filter";
14118
- var states122 = [];
14119
- var options111 = {};
14120
- var defaultProps111 = {};
14298
+ var states124 = [];
14299
+ var options115 = {};
14300
+ var defaultProps114 = {};
14121
14301
  var Filter = (props) => {
14122
14302
  const {
14123
14303
  children,
14124
14304
  showApplyButton
14125
14305
  } = props;
14126
14306
  const filterChildren = [];
14127
- let expressionPreview = /* @__PURE__ */ jsx367(Fragment103, {});
14307
+ let expressionPreview = /* @__PURE__ */ jsx372(Fragment105, {});
14128
14308
  if (children) {
14129
14309
  if (Array.isArray(children)) {
14130
14310
  children.map((child) => {
14131
14311
  if (child.type !== FilterPreview) {
14132
14312
  filterChildren.push(child);
14133
14313
  } else {
14134
- expressionPreview = /* @__PURE__ */ jsx367(FilterPreview, { ...child.props });
14314
+ expressionPreview = /* @__PURE__ */ jsx372(FilterPreview, { ...child.props });
14135
14315
  }
14136
14316
  });
14137
14317
  }
14138
14318
  }
14139
- return /* @__PURE__ */ jsxs144("div", { className: classNames(props.className, FILTER_CLASSNAME), children: [
14140
- /* @__PURE__ */ jsx367("ul", { className: "k-filter-container", children: /* @__PURE__ */ jsx367("li", { className: "k-filter-group-main", children: filterChildren }) }),
14319
+ return /* @__PURE__ */ jsxs147("div", { className: classNames(props.className, FILTER_CLASSNAME), children: [
14320
+ /* @__PURE__ */ jsx372("ul", { className: "k-filter-container", children: /* @__PURE__ */ jsx372("li", { className: "k-filter-group-main", children: filterChildren }) }),
14141
14321
  expressionPreview,
14142
- showApplyButton && /* @__PURE__ */ jsx367(Button, { className: "k-filter-apply", children: "Apply" })
14322
+ showApplyButton && /* @__PURE__ */ jsx372(Button, { className: "k-filter-apply", children: "Apply" })
14143
14323
  ] });
14144
14324
  };
14145
- Filter.states = states122;
14146
- Filter.options = options111;
14147
- Filter.defaultProps = defaultProps111;
14325
+ Filter.states = states124;
14326
+ Filter.options = options115;
14327
+ Filter.defaultProps = defaultProps114;
14148
14328
  Filter.className = FILTER_CLASSNAME;
14149
14329
 
14150
14330
  // src/filter/filter-toolbar.tsx
14151
- import { jsx as jsx368 } from "react/jsx-runtime";
14331
+ import { jsx as jsx373 } from "react/jsx-runtime";
14152
14332
  var FILTER_TOOLBAR_CLASSNAME = "k-filter-toolbar";
14153
- var states123 = [];
14154
- var options112 = {};
14155
- var defaultProps112 = {};
14333
+ var states125 = [];
14334
+ var options116 = {};
14335
+ var defaultProps115 = {};
14156
14336
  var FilterToolbar = (props) => {
14157
14337
  const { children } = props;
14158
- return /* @__PURE__ */ jsx368("div", { className: classNames(FILTER_TOOLBAR_CLASSNAME), children });
14338
+ return /* @__PURE__ */ jsx373("div", { className: classNames(FILTER_TOOLBAR_CLASSNAME), children });
14159
14339
  };
14160
- FilterToolbar.states = states123;
14161
- FilterToolbar.options = options112;
14162
- FilterToolbar.defaultProps = defaultProps112;
14340
+ FilterToolbar.states = states125;
14341
+ FilterToolbar.options = options116;
14342
+ FilterToolbar.defaultProps = defaultProps115;
14163
14343
 
14164
14344
  // src/filter/filter-lines.tsx
14165
- import { jsx as jsx369 } from "react/jsx-runtime";
14345
+ import { jsx as jsx374 } from "react/jsx-runtime";
14166
14346
  var FILTER_LINES_CLASSNAME = "k-filter-lines";
14167
- var states124 = [];
14168
- var options113 = {};
14169
- var defaultProps113 = {};
14347
+ var states126 = [];
14348
+ var options117 = {};
14349
+ var defaultProps116 = {};
14170
14350
  var FilterLines = (props) => {
14171
14351
  const { children } = props;
14172
- return /* @__PURE__ */ jsx369("ul", { className: classNames(FILTER_LINES_CLASSNAME), children });
14352
+ return /* @__PURE__ */ jsx374("ul", { className: classNames(FILTER_LINES_CLASSNAME), children });
14173
14353
  };
14174
- FilterLines.states = states124;
14175
- FilterLines.options = options113;
14176
- FilterLines.defaultProps = defaultProps113;
14354
+ FilterLines.states = states126;
14355
+ FilterLines.options = options117;
14356
+ FilterLines.defaultProps = defaultProps116;
14177
14357
 
14178
14358
  // src/filter/filter-item.tsx
14179
- import { jsx as jsx370 } from "react/jsx-runtime";
14359
+ import { jsx as jsx375 } from "react/jsx-runtime";
14180
14360
  var FILTER_ITEM_CLASSNAME = "k-filter-item";
14181
- var states125 = [];
14182
- var options114 = {};
14183
- var defaultProps114 = {};
14361
+ var states127 = [];
14362
+ var options118 = {};
14363
+ var defaultProps117 = {};
14184
14364
  var FilterItem = (props) => {
14185
14365
  const { children } = props;
14186
- return /* @__PURE__ */ jsx370("li", { className: classNames(FILTER_ITEM_CLASSNAME), children });
14366
+ return /* @__PURE__ */ jsx375("li", { className: classNames(FILTER_ITEM_CLASSNAME), children });
14187
14367
  };
14188
- FilterItem.states = states125;
14189
- FilterItem.options = options114;
14190
- FilterItem.defaultProps = defaultProps114;
14368
+ FilterItem.states = states127;
14369
+ FilterItem.options = options118;
14370
+ FilterItem.defaultProps = defaultProps117;
14191
14371
 
14192
14372
  // src/filter/templates/filter-normal.tsx
14193
- import { jsx as jsx371, jsxs as jsxs145 } from "react/jsx-runtime";
14373
+ import { jsx as jsx376, jsxs as jsxs148 } from "react/jsx-runtime";
14374
+
14375
+ // src/filemanager/filemanager-toolbar.spec.tsx
14376
+ import { jsx as jsx377 } from "react/jsx-runtime";
14377
+ var FILEMANAGERTOOLBAR_CLASSNAME = `k-filemanager-toolbar`;
14378
+ var states128 = [];
14379
+ var options119 = {};
14380
+ var defaultProps118 = {};
14381
+ var FileManagerToolbar = (props) => {
14382
+ const {
14383
+ children,
14384
+ ...other
14385
+ } = props;
14386
+ return /* @__PURE__ */ jsx377(
14387
+ Toolbar,
14388
+ {
14389
+ className: classNames(
14390
+ props.className,
14391
+ FILEMANAGERTOOLBAR_CLASSNAME
14392
+ ),
14393
+ ...other,
14394
+ children
14395
+ }
14396
+ );
14397
+ };
14398
+ FileManagerToolbar.states = states128;
14399
+ FileManagerToolbar.options = options119;
14400
+ FileManagerToolbar.className = FILEMANAGERTOOLBAR_CLASSNAME;
14401
+ FileManagerToolbar.defaultProps = defaultProps118;
14402
+ var filemanager_toolbar_spec_default = FileManagerToolbar;
14403
+
14404
+ // src/filemanager/filemanager.spec.tsx
14405
+ import { Fragment as Fragment106, jsx as jsx378, jsxs as jsxs149 } from "react/jsx-runtime";
14406
+ var FILEMANAGER_CLASSNAME = "k-filemanager";
14407
+ var states129 = [
14408
+ States.disabled
14409
+ ];
14410
+ var options120 = {};
14411
+ var defaultToolbar = /* @__PURE__ */ jsx378(Fragment106, { children: /* @__PURE__ */ jsxs149(filemanager_toolbar_spec_default, { children: [
14412
+ /* @__PURE__ */ jsx378(Button, { children: "New Folder" }),
14413
+ /* @__PURE__ */ jsx378(Button, { children: "Upload" }),
14414
+ /* @__PURE__ */ jsxs149(ButtonGroup, { children: [
14415
+ /* @__PURE__ */ jsx378(Button, { icon: "sort-asc-small" }),
14416
+ /* @__PURE__ */ jsx378(Button, { icon: "sort-desc-small" })
14417
+ ] }),
14418
+ /* @__PURE__ */ jsx378(SplitButton, { text: "Sort By" }),
14419
+ /* @__PURE__ */ jsxs149(ButtonGroup, { children: [
14420
+ /* @__PURE__ */ jsx378(Button, { icon: "grid-layout" }),
14421
+ /* @__PURE__ */ jsx378(Button, { icon: "grid" })
14422
+ ] }),
14423
+ /* @__PURE__ */ jsx378("div", { className: "k-spacer" }),
14424
+ /* @__PURE__ */ jsxs149("div", { className: "k-filemanager-details-toggle", children: [
14425
+ /* @__PURE__ */ jsx378("label", { children: "View Details" }),
14426
+ /* @__PURE__ */ jsx378(Switch, {})
14427
+ ] }),
14428
+ /* @__PURE__ */ jsx378(Searchbox, { className: "k-filemanager-search-tool", placeholder: "Search..." })
14429
+ ] }) });
14430
+ var defaultProps119 = {
14431
+ toolbar: defaultToolbar
14432
+ };
14433
+ var FileManager = (props) => {
14434
+ const {
14435
+ disabled,
14436
+ toolbar
14437
+ } = props;
14438
+ return /* @__PURE__ */ jsxs149("div", { className: classNames(
14439
+ props.className,
14440
+ FILEMANAGER_CLASSNAME,
14441
+ stateClassNames(FILEMANAGER_CLASSNAME, {
14442
+ disabled
14443
+ })
14444
+ ), children: [
14445
+ /* @__PURE__ */ jsx378("div", { className: "k-filemanager-header", children: toolbar }),
14446
+ /* @__PURE__ */ jsx378("div", { className: "k-filemanager-content-container", children: props.children })
14447
+ ] });
14448
+ };
14449
+ FileManager.states = states129;
14450
+ FileManager.options = options120;
14451
+ FileManager.className = FILEMANAGER_CLASSNAME;
14452
+ FileManager.defaultProps = defaultProps119;
14453
+
14454
+ // src/filemanager/filemanager-breadcrumb.spec.tsx
14455
+ import { jsx as jsx379 } from "react/jsx-runtime";
14456
+ var FILEMANAGERBREADCRUMB_CLASSNAME = `k-filemanager-breadcrumb`;
14457
+ var states130 = [];
14458
+ var options121 = {};
14459
+ var defaultProps120 = {};
14460
+ var FileManagerBreadcrumb = (props) => {
14461
+ const {
14462
+ children,
14463
+ ...other
14464
+ } = props;
14465
+ return /* @__PURE__ */ jsx379(
14466
+ Breadcrumb,
14467
+ {
14468
+ className: classNames(
14469
+ props.className,
14470
+ FILEMANAGERBREADCRUMB_CLASSNAME
14471
+ ),
14472
+ ...other,
14473
+ children
14474
+ }
14475
+ );
14476
+ };
14477
+ FileManagerBreadcrumb.states = states130;
14478
+ FileManagerBreadcrumb.options = options121;
14479
+ FileManagerBreadcrumb.className = FILEMANAGERBREADCRUMB_CLASSNAME;
14480
+ FileManagerBreadcrumb.defaultProps = defaultProps120;
14481
+
14482
+ // src/filemanager/filemanager-listview.spec.tsx
14483
+ import { jsx as jsx380 } from "react/jsx-runtime";
14484
+ var FILEMANAGERLISTVIEW_CLASSNAME = `k-filemanager-listview`;
14485
+ var states131 = [];
14486
+ var options122 = {};
14487
+ var defaultProps121 = {};
14488
+ var FileManagerListView = (props) => {
14489
+ const {
14490
+ children,
14491
+ ...other
14492
+ } = props;
14493
+ return /* @__PURE__ */ jsx380(
14494
+ ListView,
14495
+ {
14496
+ className: classNames(
14497
+ props.className,
14498
+ FILEMANAGERLISTVIEW_CLASSNAME,
14499
+ "k-selectable"
14500
+ ),
14501
+ flexWrap: "wrap",
14502
+ ...other,
14503
+ children
14504
+ }
14505
+ );
14506
+ };
14507
+ FileManagerListView.states = states131;
14508
+ FileManagerListView.options = options122;
14509
+ FileManagerListView.className = FILEMANAGERLISTVIEW_CLASSNAME;
14510
+ FileManagerListView.defaultProps = defaultProps121;
14511
+
14512
+ // src/filemanager/filemanager-treeview.spec.tsx
14513
+ import { jsx as jsx381 } from "react/jsx-runtime";
14514
+ var FILEMANAGERTREEVIEW_CLASSNAME = `k-filemanager-treeview`;
14515
+ var states132 = [];
14516
+ var options123 = {};
14517
+ var defaultProps122 = {};
14518
+ var FileManagerTreeview = (props) => {
14519
+ const {
14520
+ children,
14521
+ ...other
14522
+ } = props;
14523
+ return /* @__PURE__ */ jsx381(
14524
+ Treeview,
14525
+ {
14526
+ className: classNames(
14527
+ props.className,
14528
+ FILEMANAGERTREEVIEW_CLASSNAME
14529
+ ),
14530
+ ...other,
14531
+ children
14532
+ }
14533
+ );
14534
+ };
14535
+ FileManagerTreeview.states = states132;
14536
+ FileManagerTreeview.options = options123;
14537
+ FileManagerTreeview.className = FILEMANAGERTREEVIEW_CLASSNAME;
14538
+ FileManagerTreeview.defaultProps = defaultProps122;
14539
+
14540
+ // src/filemanager/filemanager-drag-hint.tsx
14541
+ import { jsx as jsx382, jsxs as jsxs150 } from "react/jsx-runtime";
14542
+ var FILEMANAGERDRAGHINT_CLASSNAME = "k-filemanager-drag-hint";
14543
+ var states133 = [];
14544
+ var options124 = {};
14545
+ var defaultProps123 = {
14546
+ icon: "file"
14547
+ };
14548
+ var FileManagerDragHint = (props) => {
14549
+ const {
14550
+ hint,
14551
+ icon = defaultProps123.icon,
14552
+ ...other
14553
+ } = props;
14554
+ return /* @__PURE__ */ jsxs150(
14555
+ "div",
14556
+ {
14557
+ className: classNames(
14558
+ props.className,
14559
+ FILEMANAGERDRAGHINT_CLASSNAME,
14560
+ "k-drag-clue"
14561
+ ),
14562
+ ...other,
14563
+ children: [
14564
+ /* @__PURE__ */ jsx382(Icon, { icon }),
14565
+ /* @__PURE__ */ jsx382("span", { children: hint })
14566
+ ]
14567
+ }
14568
+ );
14569
+ };
14570
+ FileManagerDragHint.states = states133;
14571
+ FileManagerDragHint.options = options124;
14572
+ FileManagerDragHint.className = FILEMANAGERDRAGHINT_CLASSNAME;
14573
+ FileManagerDragHint.defaultProps = defaultProps123;
14574
+
14575
+ // src/filemanager/file-info.tsx
14576
+ import { Fragment as Fragment107, jsx as jsx383, jsxs as jsxs151 } from "react/jsx-runtime";
14577
+ var FILEINFO_CLASSNAME = "k-file-info";
14578
+ var states134 = [];
14579
+ var options125 = {};
14580
+ var defaultProps124 = {
14581
+ name: "No File Selected",
14582
+ icon: "file"
14583
+ };
14584
+ var FileInfo = (props) => {
14585
+ const {
14586
+ selection,
14587
+ name = defaultProps124.name,
14588
+ icon = defaultProps124.icon,
14589
+ fileType,
14590
+ fileSize,
14591
+ fileDateCreated,
14592
+ fileDateModified
14593
+ } = props;
14594
+ return /* @__PURE__ */ jsxs151("div", { className: classNames(
14595
+ props.className,
14596
+ FILEINFO_CLASSNAME
14597
+ ), children: [
14598
+ /* @__PURE__ */ jsx383(
14599
+ FilePreview,
14600
+ {
14601
+ className: classNames(
14602
+ {
14603
+ ["k-single-file-selected"]: selection === "single",
14604
+ ["k-multiple-files-selected"]: selection === "multiple",
14605
+ ["k-no-file-selected"]: selection === "none"
14606
+ }
14607
+ ),
14608
+ icon: selection === "none" ? "none" : icon,
14609
+ name,
14610
+ size: "xxxlarge"
14611
+ }
14612
+ ),
14613
+ selection === "single" && /* @__PURE__ */ jsx383(Fragment107, { children: /* @__PURE__ */ jsxs151("dl", { className: "k-file-meta", children: [
14614
+ fileType && /* @__PURE__ */ jsxs151(Fragment107, { children: [
14615
+ /* @__PURE__ */ jsx383("dt", { className: "k-file-meta-label", children: "Type: " }),
14616
+ /* @__PURE__ */ jsx383("dd", { className: "k-file-meta-value k-file-type", children: fileType }),
14617
+ /* @__PURE__ */ jsx383("dd", { className: "k-line-break" })
14618
+ ] }),
14619
+ fileSize && /* @__PURE__ */ jsxs151(Fragment107, { children: [
14620
+ /* @__PURE__ */ jsx383("dt", { className: "k-file-meta-label", children: "Size: " }),
14621
+ /* @__PURE__ */ jsx383("dd", { className: "k-file-meta-value k-file-size", children: fileSize }),
14622
+ /* @__PURE__ */ jsx383("dd", { className: "k-line-break" })
14623
+ ] }),
14624
+ fileDateCreated && /* @__PURE__ */ jsxs151(Fragment107, { children: [
14625
+ /* @__PURE__ */ jsx383("dt", { className: "k-file-meta-label", children: "Date Created: " }),
14626
+ /* @__PURE__ */ jsx383("dd", { className: "k-file-meta-value k-file-created", children: fileDateCreated }),
14627
+ /* @__PURE__ */ jsx383("dd", { className: "k-line-break" })
14628
+ ] }),
14629
+ fileDateModified && /* @__PURE__ */ jsxs151(Fragment107, { children: [
14630
+ /* @__PURE__ */ jsx383("dt", { className: "k-file-meta-label", children: "Date Modified: " }),
14631
+ /* @__PURE__ */ jsx383("dd", { className: "k-file-meta-value k-file-modified", children: fileDateModified }),
14632
+ /* @__PURE__ */ jsx383("dd", { className: "k-line-break" })
14633
+ ] })
14634
+ ] }) })
14635
+ ] });
14636
+ };
14637
+ FileInfo.states = states134;
14638
+ FileInfo.options = options125;
14639
+ FileInfo.className = FILEINFO_CLASSNAME;
14640
+ FileInfo.defaultProps = defaultProps124;
14641
+
14642
+ // src/filemanager/file-preview.tsx
14643
+ import { Fragment as Fragment108, jsx as jsx384, jsxs as jsxs152 } from "react/jsx-runtime";
14644
+ var FILEPREVIEW_CLASSNAME = "k-file-preview";
14645
+ var states135 = [];
14646
+ var options126 = {
14647
+ size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge]
14648
+ };
14649
+ var defaultProps125 = {};
14650
+ var FilePreview = (props) => {
14651
+ const {
14652
+ size,
14653
+ icon,
14654
+ name
14655
+ } = props;
14656
+ return /* @__PURE__ */ jsxs152(Fragment108, { children: [
14657
+ /* @__PURE__ */ jsx384("span", { className: classNames(
14658
+ FILEPREVIEW_CLASSNAME
14659
+ ), children: /* @__PURE__ */ jsx384(
14660
+ Icon,
14661
+ {
14662
+ className: "k-file-icon",
14663
+ icon,
14664
+ size
14665
+ }
14666
+ ) }),
14667
+ /* @__PURE__ */ jsx384("span", { className: classNames(
14668
+ props.className,
14669
+ "k-file-name"
14670
+ ), children: name })
14671
+ ] });
14672
+ };
14673
+ FilePreview.states = states135;
14674
+ FilePreview.options = options126;
14675
+ FilePreview.className = FILEPREVIEW_CLASSNAME;
14676
+ FilePreview.defaultProps = defaultProps125;
14677
+
14678
+ // src/filemanager/templates/filemanager-normal.tsx
14679
+ import { Fragment as Fragment109, jsx as jsx385, jsxs as jsxs153 } from "react/jsx-runtime";
14680
+
14681
+ // src/filemanager/templates/filemanager-preview.tsx
14682
+ import { Fragment as Fragment110, jsx as jsx386, jsxs as jsxs154 } from "react/jsx-runtime";
14683
+
14684
+ // src/filemanager/templates/filemanager-grid.tsx
14685
+ import { Fragment as Fragment111, jsx as jsx387, jsxs as jsxs155 } from "react/jsx-runtime";
14686
+
14687
+ // src/filemanager/templates/filemanager-grid-preview.tsx
14688
+ import { Fragment as Fragment112, jsx as jsx388, jsxs as jsxs156 } from "react/jsx-runtime";
14194
14689
 
14195
14690
  // src/chat/chat.spec.tsx
14196
- import { Fragment as Fragment104, jsx as jsx372, jsxs as jsxs146 } from "react/jsx-runtime";
14691
+ import { Fragment as Fragment113, jsx as jsx389, jsxs as jsxs157 } from "react/jsx-runtime";
14197
14692
  var CHAT_CLASSNAME = "k-chat";
14198
- var states126 = [];
14199
- var options115 = {};
14693
+ var states136 = [];
14694
+ var options127 = {};
14200
14695
  var defaultOptions = {
14201
14696
  showToolbar: true,
14202
14697
  showMessageBox: true,
@@ -14210,7 +14705,7 @@ var Chat = (props) => {
14210
14705
  showMoreButton,
14211
14706
  ...other
14212
14707
  } = props;
14213
- return /* @__PURE__ */ jsxs146(
14708
+ return /* @__PURE__ */ jsxs157(
14214
14709
  "div",
14215
14710
  {
14216
14711
  ...other,
@@ -14220,63 +14715,63 @@ var Chat = (props) => {
14220
14715
  ),
14221
14716
  dir,
14222
14717
  children: [
14223
- /* @__PURE__ */ jsx372("div", { className: "k-message-list k-avatars", children: /* @__PURE__ */ jsx372("div", { className: "k-message-list-content", children: props.children }) }),
14224
- showMessageBox && /* @__PURE__ */ jsx372(
14718
+ /* @__PURE__ */ jsx389("div", { className: "k-message-list k-avatars", children: /* @__PURE__ */ jsx389("div", { className: "k-message-list-content", children: props.children }) }),
14719
+ showMessageBox && /* @__PURE__ */ jsx389(
14225
14720
  Textbox,
14226
14721
  {
14227
14722
  className: "k-message-box",
14228
14723
  placeholder: "Type a message...",
14229
- suffix: /* @__PURE__ */ jsxs146(Fragment104, { children: [
14230
- showMoreButton && /* @__PURE__ */ jsx372(Button, { fillMode: "flat", icon: "more-horizontal" }),
14231
- /* @__PURE__ */ jsx372(Button, { fillMode: "flat", icon: "paper-plane", className: "k-chat-send" })
14724
+ suffix: /* @__PURE__ */ jsxs157(Fragment113, { children: [
14725
+ showMoreButton && /* @__PURE__ */ jsx389(Button, { fillMode: "flat", icon: "more-horizontal" }),
14726
+ /* @__PURE__ */ jsx389(Button, { fillMode: "flat", icon: "paper-plane", className: "k-chat-send" })
14232
14727
  ] })
14233
14728
  }
14234
14729
  ),
14235
- showToolbar && /* @__PURE__ */ jsxs146("div", { className: "k-chat-toolbar k-toolbar", children: [
14236
- /* @__PURE__ */ jsx372(Button, { className: classNames("k-scroll-button", "k-scroll-button-left", dir === "rtl" ? "" : "k-hidden"), icon: "chevron-left" }),
14237
- /* @__PURE__ */ jsxs146("div", { className: "k-toolbar-group k-button-list", children: [
14238
- /* @__PURE__ */ jsx372(Button, { icon: "arrow-rotate-cw" }),
14239
- /* @__PURE__ */ jsx372(Button, { icon: "gear" }),
14240
- /* @__PURE__ */ jsx372(Button, { icon: "wrench" }),
14241
- /* @__PURE__ */ jsx372(Button, { icon: "plus" }),
14242
- /* @__PURE__ */ jsx372(Button, { icon: "search" }),
14243
- /* @__PURE__ */ jsx372(Button, { icon: "star" }),
14244
- /* @__PURE__ */ jsx372(Button, { icon: "bell" }),
14245
- /* @__PURE__ */ jsx372(Button, { icon: "question-circle" }),
14246
- /* @__PURE__ */ jsx372(Button, { icon: "trash" })
14730
+ showToolbar && /* @__PURE__ */ jsxs157("div", { className: "k-chat-toolbar k-toolbar", children: [
14731
+ /* @__PURE__ */ jsx389(Button, { className: classNames("k-scroll-button", "k-scroll-button-left", dir === "rtl" ? "" : "k-hidden"), icon: "chevron-left" }),
14732
+ /* @__PURE__ */ jsxs157("div", { className: "k-toolbar-group k-button-list", children: [
14733
+ /* @__PURE__ */ jsx389(Button, { icon: "arrow-rotate-cw" }),
14734
+ /* @__PURE__ */ jsx389(Button, { icon: "gear" }),
14735
+ /* @__PURE__ */ jsx389(Button, { icon: "wrench" }),
14736
+ /* @__PURE__ */ jsx389(Button, { icon: "plus" }),
14737
+ /* @__PURE__ */ jsx389(Button, { icon: "search" }),
14738
+ /* @__PURE__ */ jsx389(Button, { icon: "star" }),
14739
+ /* @__PURE__ */ jsx389(Button, { icon: "bell" }),
14740
+ /* @__PURE__ */ jsx389(Button, { icon: "question-circle" }),
14741
+ /* @__PURE__ */ jsx389(Button, { icon: "trash" })
14247
14742
  ] }),
14248
- /* @__PURE__ */ jsx372(Button, { className: classNames("k-scroll-button", "k-scroll-button-right", dir === "rtl" && "k-hidden"), icon: "chevron-right" })
14743
+ /* @__PURE__ */ jsx389(Button, { className: classNames("k-scroll-button", "k-scroll-button-right", dir === "rtl" && "k-hidden"), icon: "chevron-right" })
14249
14744
  ] })
14250
14745
  ]
14251
14746
  }
14252
14747
  );
14253
14748
  };
14254
- Chat.states = states126;
14255
- Chat.options = options115;
14749
+ Chat.states = states136;
14750
+ Chat.options = options127;
14256
14751
  Chat.className = CHAT_CLASSNAME;
14257
14752
  Chat.defaultOptions = defaultOptions;
14258
14753
 
14259
14754
  // src/chat/chat-message.tsx
14260
- import { jsx as jsx373, jsxs as jsxs147 } from "react/jsx-runtime";
14755
+ import { jsx as jsx390, jsxs as jsxs158 } from "react/jsx-runtime";
14261
14756
  var CHATMESSAGE_CLASSNAME = "k-message";
14262
- var states127 = [
14757
+ var states137 = [
14263
14758
  States.selected
14264
14759
  ];
14265
- var options116 = {};
14266
- var defaultProps115 = {
14760
+ var options128 = {};
14761
+ var defaultProps126 = {
14267
14762
  time: "Thu Feb 08 2018",
14268
14763
  text: "How can I help you?",
14269
14764
  status: "Seen"
14270
14765
  };
14271
14766
  var ChatMessage = (props) => {
14272
14767
  const {
14273
- time = defaultProps115.time,
14274
- text = defaultProps115.text,
14275
- status = defaultProps115.status,
14768
+ time = defaultProps126.time,
14769
+ text = defaultProps126.text,
14770
+ status = defaultProps126.status,
14276
14771
  selected,
14277
14772
  ...other
14278
14773
  } = props;
14279
- return /* @__PURE__ */ jsxs147(
14774
+ return /* @__PURE__ */ jsxs158(
14280
14775
  "div",
14281
14776
  {
14282
14777
  ...other,
@@ -14286,39 +14781,39 @@ var ChatMessage = (props) => {
14286
14781
  stateClassNames(CHATMESSAGE_CLASSNAME, { selected })
14287
14782
  ),
14288
14783
  children: [
14289
- /* @__PURE__ */ jsx373("time", { className: "k-message-time", children: time }),
14290
- /* @__PURE__ */ jsx373("div", { className: "k-chat-bubble", children: text }),
14291
- /* @__PURE__ */ jsx373("span", { className: "k-message-status", children: status })
14784
+ /* @__PURE__ */ jsx390("time", { className: "k-message-time", children: time }),
14785
+ /* @__PURE__ */ jsx390("div", { className: "k-chat-bubble", children: text }),
14786
+ /* @__PURE__ */ jsx390("span", { className: "k-message-status", children: status })
14292
14787
  ]
14293
14788
  }
14294
14789
  );
14295
14790
  };
14296
- ChatMessage.states = states127;
14297
- ChatMessage.options = options116;
14791
+ ChatMessage.states = states137;
14792
+ ChatMessage.options = options128;
14298
14793
  ChatMessage.className = CHATMESSAGE_CLASSNAME;
14299
- ChatMessage.defaultProps = defaultProps115;
14794
+ ChatMessage.defaultProps = defaultProps126;
14300
14795
 
14301
14796
  // src/chat/chat-message-group.tsx
14302
- import { jsx as jsx374, jsxs as jsxs148 } from "react/jsx-runtime";
14797
+ import { jsx as jsx391, jsxs as jsxs159 } from "react/jsx-runtime";
14303
14798
  var CHATMESSAGEGROUP_CLASSNAME = "k-message-group";
14304
- var states128 = [
14799
+ var states138 = [
14305
14800
  States.selected
14306
14801
  ];
14307
- var options117 = {};
14308
- var defaultProps116 = {
14802
+ var options129 = {};
14803
+ var defaultProps127 = {
14309
14804
  author: "Bruv",
14310
14805
  avatar: "/packages/html/assets/avatar.jpg",
14311
14806
  alt: false
14312
14807
  };
14313
14808
  var ChatMessageGroup = (props) => {
14314
14809
  const {
14315
- alt = defaultProps116.alt,
14316
- author = defaultProps116.author,
14317
- avatar = defaultProps116.avatar,
14810
+ alt = defaultProps127.alt,
14811
+ author = defaultProps127.author,
14812
+ avatar = defaultProps127.avatar,
14318
14813
  selected,
14319
14814
  ...other
14320
14815
  } = props;
14321
- return /* @__PURE__ */ jsxs148(
14816
+ return /* @__PURE__ */ jsxs159(
14322
14817
  "div",
14323
14818
  {
14324
14819
  ...other,
@@ -14332,23 +14827,23 @@ var ChatMessageGroup = (props) => {
14332
14827
  }
14333
14828
  ),
14334
14829
  children: [
14335
- author && /* @__PURE__ */ jsx374("p", { className: "k-author", children: author }),
14336
- avatar && /* @__PURE__ */ jsx374(Avatar, { type: "image", children: /* @__PURE__ */ jsx374("img", { src: avatar }) }),
14830
+ author && /* @__PURE__ */ jsx391("p", { className: "k-author", children: author }),
14831
+ avatar && /* @__PURE__ */ jsx391(Avatar, { type: "image", children: /* @__PURE__ */ jsx391("img", { src: avatar }) }),
14337
14832
  props.children
14338
14833
  ]
14339
14834
  }
14340
14835
  );
14341
14836
  };
14342
- ChatMessageGroup.states = states128;
14343
- ChatMessageGroup.options = options117;
14837
+ ChatMessageGroup.states = states138;
14838
+ ChatMessageGroup.options = options129;
14344
14839
  ChatMessageGroup.className = CHATMESSAGEGROUP_CLASSNAME;
14345
- ChatMessageGroup.defaultProps = defaultProps116;
14840
+ ChatMessageGroup.defaultProps = defaultProps127;
14346
14841
 
14347
14842
  // src/chat/chat-quick-replies.tsx
14348
- import { jsx as jsx375 } from "react/jsx-runtime";
14843
+ import { jsx as jsx392 } from "react/jsx-runtime";
14349
14844
  var CHATQUICKREPLY_CLASSNAME = "k-quick-replies";
14350
- var states129 = [];
14351
- var options118 = {};
14845
+ var states139 = [];
14846
+ var options130 = {};
14352
14847
  var defaultOptions2 = {
14353
14848
  actions: ["Quick", "Reply", "Another quick", "Reply with different length"]
14354
14849
  };
@@ -14361,11 +14856,11 @@ var ChatQuickReply = (props) => {
14361
14856
  if (actions) {
14362
14857
  actions.map((action, index) => {
14363
14858
  children.push(
14364
- /* @__PURE__ */ jsx375("span", { className: "k-quick-reply", children: action }, index)
14859
+ /* @__PURE__ */ jsx392("span", { className: "k-quick-reply", children: action }, index)
14365
14860
  );
14366
14861
  });
14367
14862
  }
14368
- return /* @__PURE__ */ jsx375(
14863
+ return /* @__PURE__ */ jsx392(
14369
14864
  "div",
14370
14865
  {
14371
14866
  ...other,
@@ -14377,26 +14872,26 @@ var ChatQuickReply = (props) => {
14377
14872
  }
14378
14873
  );
14379
14874
  };
14380
- ChatQuickReply.states = states129;
14381
- ChatQuickReply.options = options118;
14875
+ ChatQuickReply.states = states139;
14876
+ ChatQuickReply.options = options130;
14382
14877
  ChatQuickReply.className = CHATQUICKREPLY_CLASSNAME;
14383
14878
  ChatQuickReply.defaultOptions = defaultOptions2;
14384
14879
 
14385
14880
  // src/chat/templates/chat-normal.tsx
14386
- import { Fragment as Fragment105, jsx as jsx376, jsxs as jsxs149 } from "react/jsx-runtime";
14881
+ import { Fragment as Fragment114, jsx as jsx393, jsxs as jsxs160 } from "react/jsx-runtime";
14387
14882
 
14388
14883
  // src/chat/templates/chat-with-toolbar.tsx
14389
- import { Fragment as Fragment106, jsx as jsx377, jsxs as jsxs150 } from "react/jsx-runtime";
14884
+ import { Fragment as Fragment115, jsx as jsx394, jsxs as jsxs161 } from "react/jsx-runtime";
14390
14885
 
14391
14886
  // src/chat/templates/chat-with-options.tsx
14392
- import { Fragment as Fragment107, jsx as jsx378, jsxs as jsxs151 } from "react/jsx-runtime";
14887
+ import { Fragment as Fragment116, jsx as jsx395, jsxs as jsxs162 } from "react/jsx-runtime";
14393
14888
 
14394
14889
  // src/timeline/timeline.spec.tsx
14395
- import { Fragment as Fragment108, jsx as jsx379 } from "react/jsx-runtime";
14890
+ import { Fragment as Fragment117, jsx as jsx396 } from "react/jsx-runtime";
14396
14891
  var TIMELINE_CLASSNAME = `k-timeline`;
14397
- var states130 = [];
14398
- var options119 = {};
14399
- var defaultProps117 = {
14892
+ var states140 = [];
14893
+ var options131 = {};
14894
+ var defaultProps128 = {
14400
14895
  orientation: "vertical"
14401
14896
  };
14402
14897
  var Timeline = (props) => {
@@ -14406,7 +14901,7 @@ var Timeline = (props) => {
14406
14901
  alternatingMode,
14407
14902
  ...other
14408
14903
  } = props;
14409
- return /* @__PURE__ */ jsx379(
14904
+ return /* @__PURE__ */ jsx396(
14410
14905
  "div",
14411
14906
  {
14412
14907
  ...other,
@@ -14419,21 +14914,21 @@ var Timeline = (props) => {
14419
14914
  [`${TIMELINE_CLASSNAME}-collapsible`]: collapsibleEvents
14420
14915
  }
14421
14916
  ),
14422
- children: /* @__PURE__ */ jsx379(Fragment108, { children: props.children })
14917
+ children: /* @__PURE__ */ jsx396(Fragment117, { children: props.children })
14423
14918
  }
14424
14919
  );
14425
14920
  };
14426
- Timeline.states = states130;
14427
- Timeline.options = options119;
14921
+ Timeline.states = states140;
14922
+ Timeline.options = options131;
14428
14923
  Timeline.className = TIMELINE_CLASSNAME;
14429
- Timeline.defaultProps = defaultProps117;
14924
+ Timeline.defaultProps = defaultProps128;
14430
14925
 
14431
14926
  // src/timeline/vertical-timeline-event.spec.tsx
14432
- import { jsx as jsx380, jsxs as jsxs152 } from "react/jsx-runtime";
14927
+ import { jsx as jsx397, jsxs as jsxs163 } from "react/jsx-runtime";
14433
14928
  var TIMELINEVERTICALEVENT_CLASSNAME = `k-timeline-event`;
14434
- var states131 = [];
14435
- var options120 = {};
14436
- var defaultProps118 = {
14929
+ var states141 = [];
14930
+ var options132 = {};
14931
+ var defaultProps129 = {
14437
14932
  collapsed: false,
14438
14933
  reverse: false,
14439
14934
  title: "Event title",
@@ -14443,15 +14938,15 @@ var defaultProps118 = {
14443
14938
  var VerticalTimelineEvent = (props) => {
14444
14939
  const {
14445
14940
  date,
14446
- content = defaultProps118.content,
14447
- collapsed = defaultProps118.collapsed,
14448
- reverse = defaultProps118.reverse,
14449
- title = defaultProps118.title,
14450
- subtitle = defaultProps118.subtitle,
14941
+ content = defaultProps129.content,
14942
+ collapsed = defaultProps129.collapsed,
14943
+ reverse = defaultProps129.reverse,
14944
+ title = defaultProps129.title,
14945
+ subtitle = defaultProps129.subtitle,
14451
14946
  showCollapseButton,
14452
14947
  ...other
14453
14948
  } = props;
14454
- return /* @__PURE__ */ jsxs152(
14949
+ return /* @__PURE__ */ jsxs163(
14455
14950
  "li",
14456
14951
  {
14457
14952
  ...other,
@@ -14461,43 +14956,43 @@ var VerticalTimelineEvent = (props) => {
14461
14956
  { "k-reverse": reverse }
14462
14957
  ),
14463
14958
  children: [
14464
- date && /* @__PURE__ */ jsx380("div", { className: "k-timeline-date-wrap", children: /* @__PURE__ */ jsx380("span", { className: "k-timeline-date", children: date }) }),
14465
- /* @__PURE__ */ jsx380(TimelineCircle, {}),
14466
- 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: [
14467
- /* @__PURE__ */ jsxs152(CardHeader, { children: [
14468
- /* @__PURE__ */ jsx380(TimelineCardTitle, { collapsible: showCollapseButton, children: title }),
14469
- /* @__PURE__ */ jsx380(CardSubtitle, { children: subtitle })
14959
+ date && /* @__PURE__ */ jsx397("div", { className: "k-timeline-date-wrap", children: /* @__PURE__ */ jsx397("span", { className: "k-timeline-date", children: date }) }),
14960
+ /* @__PURE__ */ jsx397(TimelineCircle, {}),
14961
+ 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: [
14962
+ /* @__PURE__ */ jsxs163(CardHeader, { children: [
14963
+ /* @__PURE__ */ jsx397(TimelineCardTitle, { collapsible: showCollapseButton, children: title }),
14964
+ /* @__PURE__ */ jsx397(CardSubtitle, { children: subtitle })
14470
14965
  ] }),
14471
- /* @__PURE__ */ jsx380(CardBody, { children: /* @__PURE__ */ jsx380("div", { className: "k-card-description", children: content }) })
14966
+ /* @__PURE__ */ jsx397(CardBody, { children: /* @__PURE__ */ jsx397("div", { className: "k-card-description", children: content }) })
14472
14967
  ] }) }) }),
14473
14968
  props.children
14474
14969
  ]
14475
14970
  }
14476
14971
  );
14477
14972
  };
14478
- VerticalTimelineEvent.states = states131;
14479
- VerticalTimelineEvent.options = options120;
14973
+ VerticalTimelineEvent.states = states141;
14974
+ VerticalTimelineEvent.options = options132;
14480
14975
  VerticalTimelineEvent.className = TIMELINEVERTICALEVENT_CLASSNAME;
14481
- VerticalTimelineEvent.defaultProps = defaultProps118;
14976
+ VerticalTimelineEvent.defaultProps = defaultProps129;
14482
14977
 
14483
14978
  // src/timeline/horizontal-timeline-event.spec.tsx
14484
- import { jsx as jsx381, jsxs as jsxs153 } from "react/jsx-runtime";
14979
+ import { jsx as jsx398, jsxs as jsxs164 } from "react/jsx-runtime";
14485
14980
  var TIMELINEHORIZONTALEVENT_CLASSNAME = `k-timeline-event`;
14486
- var states132 = [];
14487
- var options121 = {};
14488
- var defaultProps119 = {
14981
+ var states142 = [];
14982
+ var options133 = {};
14983
+ var defaultProps130 = {
14489
14984
  title: "Event title",
14490
14985
  subtitle: "Event subtitle",
14491
14986
  content: "Event content"
14492
14987
  };
14493
14988
  var HorizontalTimelineEvent = (props) => {
14494
14989
  const {
14495
- content = defaultProps119.content,
14496
- title = defaultProps119.title,
14497
- subtitle = defaultProps119.subtitle,
14990
+ content = defaultProps130.content,
14991
+ title = defaultProps130.title,
14992
+ subtitle = defaultProps130.subtitle,
14498
14993
  ...other
14499
14994
  } = props;
14500
- return /* @__PURE__ */ jsxs153(
14995
+ return /* @__PURE__ */ jsxs164(
14501
14996
  "li",
14502
14997
  {
14503
14998
  ...other,
@@ -14506,35 +15001,35 @@ var HorizontalTimelineEvent = (props) => {
14506
15001
  TIMELINEHORIZONTALEVENT_CLASSNAME
14507
15002
  ),
14508
15003
  children: [
14509
- 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: [
14510
- /* @__PURE__ */ jsxs153(CardHeader, { children: [
14511
- /* @__PURE__ */ jsx381(TimelineCardTitle, { children: title }),
14512
- /* @__PURE__ */ jsx381(CardSubtitle, { children: subtitle })
15004
+ 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: [
15005
+ /* @__PURE__ */ jsxs164(CardHeader, { children: [
15006
+ /* @__PURE__ */ jsx398(TimelineCardTitle, { children: title }),
15007
+ /* @__PURE__ */ jsx398(CardSubtitle, { children: subtitle })
14513
15008
  ] }),
14514
- /* @__PURE__ */ jsx381(CardBody, { children: /* @__PURE__ */ jsx381("div", { className: "k-card-description", children: content }) })
15009
+ /* @__PURE__ */ jsx398(CardBody, { children: /* @__PURE__ */ jsx398("div", { className: "k-card-description", children: content }) })
14515
15010
  ] }) }) }),
14516
15011
  props.children
14517
15012
  ]
14518
15013
  }
14519
15014
  );
14520
15015
  };
14521
- HorizontalTimelineEvent.states = states132;
14522
- HorizontalTimelineEvent.options = options121;
15016
+ HorizontalTimelineEvent.states = states142;
15017
+ HorizontalTimelineEvent.options = options133;
14523
15018
  HorizontalTimelineEvent.className = TIMELINEHORIZONTALEVENT_CLASSNAME;
14524
- HorizontalTimelineEvent.defaultProps = defaultProps119;
15019
+ HorizontalTimelineEvent.defaultProps = defaultProps130;
14525
15020
 
14526
15021
  // src/timeline/timeline-event-list.spec.tsx
14527
- import { jsx as jsx382 } from "react/jsx-runtime";
15022
+ import { jsx as jsx399 } from "react/jsx-runtime";
14528
15023
 
14529
15024
  // src/timeline/timeline-flag-wrap.spec.tsx
14530
- import { jsx as jsx383, jsxs as jsxs154 } from "react/jsx-runtime";
15025
+ import { jsx as jsx400, jsxs as jsxs165 } from "react/jsx-runtime";
14531
15026
  var TIMELINEFLAGWRAP_CLASSNAME = `k-timeline-flag-wrap`;
14532
- var states133 = [
15027
+ var states143 = [
14533
15028
  States.focus,
14534
15029
  States.selected
14535
15030
  ];
14536
- var options122 = {};
14537
- var defaultProps120 = {
15031
+ var options134 = {};
15032
+ var defaultProps131 = {
14538
15033
  year: "2020"
14539
15034
  };
14540
15035
  var TimelineFlagWrap = (props) => {
@@ -14542,7 +15037,7 @@ var TimelineFlagWrap = (props) => {
14542
15037
  year,
14543
15038
  ...other
14544
15039
  } = props;
14545
- return /* @__PURE__ */ jsxs154(
15040
+ return /* @__PURE__ */ jsxs165(
14546
15041
  "li",
14547
15042
  {
14548
15043
  ...other,
@@ -14551,25 +15046,25 @@ var TimelineFlagWrap = (props) => {
14551
15046
  TIMELINEFLAGWRAP_CLASSNAME
14552
15047
  ),
14553
15048
  children: [
14554
- /* @__PURE__ */ jsx383("span", { className: "k-timeline-flag", children: year }),
15049
+ /* @__PURE__ */ jsx400("span", { className: "k-timeline-flag", children: year }),
14555
15050
  props.children
14556
15051
  ]
14557
15052
  }
14558
15053
  );
14559
15054
  };
14560
- TimelineFlagWrap.states = states133;
14561
- TimelineFlagWrap.options = options122;
15055
+ TimelineFlagWrap.states = states143;
15056
+ TimelineFlagWrap.options = options134;
14562
15057
  TimelineFlagWrap.className = TIMELINEFLAGWRAP_CLASSNAME;
14563
- TimelineFlagWrap.defaultProps = defaultProps120;
15058
+ TimelineFlagWrap.defaultProps = defaultProps131;
14564
15059
 
14565
15060
  // src/timeline/timeline-circle.spec.tsx
14566
- import { jsx as jsx384 } from "react/jsx-runtime";
15061
+ import { jsx as jsx401 } from "react/jsx-runtime";
14567
15062
  var TIMELINECIRCLE_CLASSNAME = `k-timeline-circle`;
14568
15063
  var TimelineCircle = (props) => {
14569
15064
  const {
14570
15065
  ...other
14571
15066
  } = props;
14572
- return /* @__PURE__ */ jsx384(
15067
+ return /* @__PURE__ */ jsx401(
14573
15068
  "span",
14574
15069
  {
14575
15070
  ...other,
@@ -14582,19 +15077,19 @@ var TimelineCircle = (props) => {
14582
15077
  };
14583
15078
 
14584
15079
  // src/timeline/timeline-flag.spec.tsx
14585
- import { jsx as jsx385 } from "react/jsx-runtime";
15080
+ import { jsx as jsx402 } from "react/jsx-runtime";
14586
15081
 
14587
15082
  // src/timeline/timeline-card.spec.tsx
14588
- import { jsx as jsx386, jsxs as jsxs155 } from "react/jsx-runtime";
14589
- var states134 = [];
14590
- var defaultProps121 = {};
15083
+ import { jsx as jsx403, jsxs as jsxs166 } from "react/jsx-runtime";
15084
+ var states144 = [];
15085
+ var defaultProps132 = {};
14591
15086
  var TimelineCard = (props) => {
14592
15087
  const {
14593
15088
  callout,
14594
15089
  children,
14595
15090
  ...other
14596
15091
  } = props;
14597
- return /* @__PURE__ */ jsxs155(
15092
+ return /* @__PURE__ */ jsxs166(
14598
15093
  Card,
14599
15094
  {
14600
15095
  className: classNames(
@@ -14604,27 +15099,27 @@ var TimelineCard = (props) => {
14604
15099
  callout: "true",
14605
15100
  ...other,
14606
15101
  children: [
14607
- callout && /* @__PURE__ */ jsx386(TimelineCardCallout, { callout }),
15102
+ callout && /* @__PURE__ */ jsx403(TimelineCardCallout, { callout }),
14608
15103
  children
14609
15104
  ]
14610
15105
  }
14611
15106
  );
14612
15107
  };
14613
- TimelineCard.states = states134;
14614
- TimelineCard.defaultProps = defaultProps121;
15108
+ TimelineCard.states = states144;
15109
+ TimelineCard.defaultProps = defaultProps132;
14615
15110
 
14616
15111
  // src/timeline/timeline-card-title.tsx
14617
- import { jsx as jsx387, jsxs as jsxs156 } from "react/jsx-runtime";
15112
+ import { jsx as jsx404, jsxs as jsxs167 } from "react/jsx-runtime";
14618
15113
  var TIMELINECARDTITLE_CLASSNAME = `k-card-title`;
14619
- var states135 = [];
14620
- var defaultProps122 = {};
15114
+ var states145 = [];
15115
+ var defaultProps133 = {};
14621
15116
  var TimelineCardTitle = (props) => {
14622
15117
  const {
14623
15118
  collapsible,
14624
15119
  children,
14625
15120
  ...other
14626
15121
  } = props;
14627
- return /* @__PURE__ */ jsxs156(
15122
+ return /* @__PURE__ */ jsxs167(
14628
15123
  "div",
14629
15124
  {
14630
15125
  className: classNames(
@@ -14633,26 +15128,26 @@ var TimelineCardTitle = (props) => {
14633
15128
  ),
14634
15129
  ...other,
14635
15130
  children: [
14636
- /* @__PURE__ */ jsx387("span", { className: "k-event-title", children }),
14637
- 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" }) })
15131
+ /* @__PURE__ */ jsx404("span", { className: "k-event-title", children }),
15132
+ 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" }) })
14638
15133
  ]
14639
15134
  }
14640
15135
  );
14641
15136
  };
14642
- TimelineCardTitle.states = states135;
15137
+ TimelineCardTitle.states = states145;
14643
15138
  TimelineCardTitle.className = TIMELINECARDTITLE_CLASSNAME;
14644
- TimelineCardTitle.defaultProps = defaultProps122;
15139
+ TimelineCardTitle.defaultProps = defaultProps133;
14645
15140
 
14646
15141
  // src/timeline/timeline-card-callout.tsx
14647
- import { jsx as jsx388 } from "react/jsx-runtime";
15142
+ import { jsx as jsx405 } from "react/jsx-runtime";
14648
15143
  var TIMELINECARDCALLOUT_CLASSNAME = `k-timeline-card-callout`;
14649
- var states136 = [];
14650
- var defaultProps123 = {};
15144
+ var states146 = [];
15145
+ var defaultProps134 = {};
14651
15146
  var TimelineCardCallout = (props) => {
14652
15147
  const {
14653
15148
  ...other
14654
15149
  } = props;
14655
- return /* @__PURE__ */ jsx388(
15150
+ return /* @__PURE__ */ jsx405(
14656
15151
  CardCallout,
14657
15152
  {
14658
15153
  className: classNames(
@@ -14663,24 +15158,24 @@ var TimelineCardCallout = (props) => {
14663
15158
  }
14664
15159
  );
14665
15160
  };
14666
- TimelineCardCallout.states = states136;
15161
+ TimelineCardCallout.states = states146;
14667
15162
  TimelineCardCallout.className = TIMELINECARDCALLOUT_CLASSNAME;
14668
- TimelineCardCallout.defaultProps = defaultProps123;
15163
+ TimelineCardCallout.defaultProps = defaultProps134;
14669
15164
 
14670
15165
  // src/timeline/timeline-date-wrap.spec.tsx
14671
- import { jsx as jsx389 } from "react/jsx-runtime";
15166
+ import { jsx as jsx406 } from "react/jsx-runtime";
14672
15167
  var TIMELINEDATEWRAP_CLASSNAME = `k-timeline-date-wrap`;
14673
- var states137 = [];
14674
- var options123 = {};
14675
- var defaultProps124 = {
15168
+ var states147 = [];
15169
+ var options135 = {};
15170
+ var defaultProps135 = {
14676
15171
  date: "May 25, 2008"
14677
15172
  };
14678
15173
  var TimelineDateWrap = (props) => {
14679
15174
  const {
14680
- date = defaultProps124.date,
15175
+ date = defaultProps135.date,
14681
15176
  ...other
14682
15177
  } = props;
14683
- return /* @__PURE__ */ jsx389(
15178
+ return /* @__PURE__ */ jsx406(
14684
15179
  "div",
14685
15180
  {
14686
15181
  ...other,
@@ -14688,53 +15183,53 @@ var TimelineDateWrap = (props) => {
14688
15183
  props.className,
14689
15184
  TIMELINEDATEWRAP_CLASSNAME
14690
15185
  ),
14691
- children: /* @__PURE__ */ jsx389("span", { className: "k-timeline-date", children: date })
15186
+ children: /* @__PURE__ */ jsx406("span", { className: "k-timeline-date", children: date })
14692
15187
  }
14693
15188
  );
14694
15189
  };
14695
- TimelineDateWrap.states = states137;
14696
- TimelineDateWrap.options = options123;
15190
+ TimelineDateWrap.states = states147;
15191
+ TimelineDateWrap.options = options135;
14697
15192
  TimelineDateWrap.className = TIMELINEDATEWRAP_CLASSNAME;
14698
- TimelineDateWrap.defaultProps = defaultProps124;
15193
+ TimelineDateWrap.defaultProps = defaultProps135;
14699
15194
 
14700
15195
  // src/timeline/timeline-track-wrap.spec.tsx
14701
- import { jsx as jsx390, jsxs as jsxs157 } from "react/jsx-runtime";
15196
+ import { jsx as jsx407, jsxs as jsxs168 } from "react/jsx-runtime";
14702
15197
 
14703
15198
  // src/timeline/timeline-track.spec.tsx
14704
- import { jsx as jsx391 } from "react/jsx-runtime";
15199
+ import { jsx as jsx408 } from "react/jsx-runtime";
14705
15200
 
14706
15201
  // src/timeline/timeline-track-item.spec.tsx
14707
- import { jsxs as jsxs158 } from "react/jsx-runtime";
15202
+ import { jsxs as jsxs169 } from "react/jsx-runtime";
14708
15203
 
14709
15204
  // src/timeline/templates/timeline-normal.tsx
14710
- import { jsx as jsx392, jsxs as jsxs159 } from "react/jsx-runtime";
15205
+ import { jsx as jsx409, jsxs as jsxs170 } from "react/jsx-runtime";
14711
15206
 
14712
15207
  // src/timeline/templates/timeline-normal-collapsible.tsx
14713
- import { jsx as jsx393, jsxs as jsxs160 } from "react/jsx-runtime";
15208
+ import { jsx as jsx410, jsxs as jsxs171 } from "react/jsx-runtime";
14714
15209
 
14715
15210
  // src/timeline/templates/timeline-normal-alternating.tsx
14716
- import { jsx as jsx394, jsxs as jsxs161 } from "react/jsx-runtime";
15211
+ import { jsx as jsx411, jsxs as jsxs172 } from "react/jsx-runtime";
14717
15212
 
14718
15213
  // src/timeline/templates/timeline-horizontal.tsx
14719
- import { Fragment as Fragment109, jsx as jsx395, jsxs as jsxs162 } from "react/jsx-runtime";
15214
+ import { Fragment as Fragment118, jsx as jsx412, jsxs as jsxs173 } from "react/jsx-runtime";
14720
15215
 
14721
15216
  // src/pdf-viewer/pdf-viewer.spec.tsx
14722
- import { Fragment as Fragment110, jsx as jsx396, jsxs as jsxs163 } from "react/jsx-runtime";
15217
+ import { Fragment as Fragment119, jsx as jsx413, jsxs as jsxs174 } from "react/jsx-runtime";
14723
15218
  var PDFVIEWER_CLASSNAME = `k-pdf-viewer`;
14724
- var states138 = [
15219
+ var states148 = [
14725
15220
  States.disabled
14726
15221
  ];
14727
- var options124 = {};
14728
- var defaultToolbar = /* @__PURE__ */ jsx396(Fragment110, { children: /* @__PURE__ */ jsxs163(Toolbar, { resizable: true, children: [
14729
- /* @__PURE__ */ jsx396(Pager, { type: "input", pageSizes: false, refresh: false, info: false }),
14730
- /* @__PURE__ */ jsx396("span", { className: "k-spacer" }),
14731
- /* @__PURE__ */ jsx396(Button, { fillMode: "flat", icon: "search" }),
14732
- /* @__PURE__ */ jsx396(Button, { fillMode: "flat", icon: "file-pdf" }),
14733
- /* @__PURE__ */ jsx396(Button, { fillMode: "flat", icon: "print" }),
14734
- /* @__PURE__ */ jsx396(Button, { fillMode: "flat", icon: "fullscreen" })
15222
+ var options136 = {};
15223
+ var defaultToolbar2 = /* @__PURE__ */ jsx413(Fragment119, { children: /* @__PURE__ */ jsxs174(Toolbar, { resizable: true, children: [
15224
+ /* @__PURE__ */ jsx413(Pager, { type: "input", pageSizes: false, refresh: false, info: false }),
15225
+ /* @__PURE__ */ jsx413("span", { className: "k-spacer" }),
15226
+ /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "search" }),
15227
+ /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "file-pdf" }),
15228
+ /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "print" }),
15229
+ /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "fullscreen" })
14735
15230
  ] }) });
14736
- var defaultProps125 = {
14737
- toolbar: defaultToolbar,
15231
+ var defaultProps136 = {
15232
+ toolbar: defaultToolbar2,
14738
15233
  showSearchPanel: false,
14739
15234
  blank: false
14740
15235
  };
@@ -14746,7 +15241,7 @@ var PDFViewer = (props) => {
14746
15241
  blank,
14747
15242
  ...other
14748
15243
  } = props;
14749
- return /* @__PURE__ */ jsxs163(
15244
+ return /* @__PURE__ */ jsxs174(
14750
15245
  "div",
14751
15246
  {
14752
15247
  ...other,
@@ -14757,42 +15252,42 @@ var PDFViewer = (props) => {
14757
15252
  ),
14758
15253
  children: [
14759
15254
  toolbar,
14760
- /* @__PURE__ */ jsxs163("div", { className: "k-canvas k-pdf-viewer-canvas k-pos-relative k-overflow-auto k-enable-text-select", children: [
14761
- showSearchPanel && /* @__PURE__ */ jsxs163("div", { className: "k-search-panel k-pos-sticky k-top-center", children: [
14762
- /* @__PURE__ */ jsx396(Button, { fillMode: "flat", icon: "handle-drag", className: "k-search-dialog-draghandle" }),
14763
- /* @__PURE__ */ jsx396(
15255
+ /* @__PURE__ */ jsxs174("div", { className: "k-canvas k-pdf-viewer-canvas k-pos-relative k-overflow-auto k-enable-text-select", children: [
15256
+ showSearchPanel && /* @__PURE__ */ jsxs174("div", { className: "k-search-panel k-pos-sticky k-top-center", children: [
15257
+ /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "handle-drag", className: "k-search-dialog-draghandle" }),
15258
+ /* @__PURE__ */ jsx413(
14764
15259
  Textbox,
14765
15260
  {
14766
- suffix: /* @__PURE__ */ jsx396(Button, { fillMode: "flat", className: "k-match-case-button", icon: "convert-lowercase" })
15261
+ suffix: /* @__PURE__ */ jsx413(Button, { fillMode: "flat", className: "k-match-case-button", icon: "convert-lowercase" })
14767
15262
  }
14768
15263
  ),
14769
- /* @__PURE__ */ jsxs163("span", { className: "k-search-matches", children: [
14770
- /* @__PURE__ */ jsx396("span", { children: "0" }),
15264
+ /* @__PURE__ */ jsxs174("span", { className: "k-search-matches", children: [
15265
+ /* @__PURE__ */ jsx413("span", { children: "0" }),
14771
15266
  " of ",
14772
- /* @__PURE__ */ jsx396("span", { children: "1" })
15267
+ /* @__PURE__ */ jsx413("span", { children: "1" })
14773
15268
  ] }),
14774
- /* @__PURE__ */ jsx396(Button, { fillMode: "flat", icon: "arrow-up" }),
14775
- /* @__PURE__ */ jsx396(Button, { fillMode: "flat", icon: "arrow-down" }),
14776
- /* @__PURE__ */ jsx396(Button, { fillMode: "flat", icon: "x" })
15269
+ /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "arrow-up" }),
15270
+ /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "arrow-down" }),
15271
+ /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "x" })
14777
15272
  ] }),
14778
- /* @__PURE__ */ jsx396("div", { className: "k-pdf-viewer-pages", children: blank ? /* @__PURE__ */ jsxs163("div", { className: "k-page k-blank-page", children: [
14779
- /* @__PURE__ */ jsx396(DropzoneNormal, {}),
14780
- /* @__PURE__ */ jsx396(UploadNormal, { empty: true, status: "upload" })
15273
+ /* @__PURE__ */ jsx413("div", { className: "k-pdf-viewer-pages", children: blank ? /* @__PURE__ */ jsxs174("div", { className: "k-page k-blank-page", children: [
15274
+ /* @__PURE__ */ jsx413(DropzoneNormal, {}),
15275
+ /* @__PURE__ */ jsx413(UploadNormal, { empty: true, status: "upload" })
14781
15276
  ] }) : props.children })
14782
15277
  ] })
14783
15278
  ]
14784
15279
  }
14785
15280
  );
14786
15281
  };
14787
- PDFViewer.states = states138;
14788
- PDFViewer.options = options124;
15282
+ PDFViewer.states = states148;
15283
+ PDFViewer.options = options136;
14789
15284
  PDFViewer.className = PDFVIEWER_CLASSNAME;
14790
- PDFViewer.defaultProps = defaultProps125;
15285
+ PDFViewer.defaultProps = defaultProps136;
14791
15286
 
14792
15287
  // src/pdf-viewer/pdf-viewer-page.tsx
14793
- import { jsx as jsx397 } from "react/jsx-runtime";
15288
+ import { jsx as jsx414 } from "react/jsx-runtime";
14794
15289
  var PDFVIEWERPAGE_CLASSNAME = `k-page`;
14795
- var defaultProps126 = {
15290
+ var defaultProps137 = {
14796
15291
  width: "720px",
14797
15292
  height: "360px"
14798
15293
  };
@@ -14802,7 +15297,7 @@ var PDFViewerPage = (props) => {
14802
15297
  height,
14803
15298
  ...other
14804
15299
  } = props;
14805
- return /* @__PURE__ */ jsx397(
15300
+ return /* @__PURE__ */ jsx414(
14806
15301
  "div",
14807
15302
  {
14808
15303
  ...other,
@@ -14815,23 +15310,23 @@ var PDFViewerPage = (props) => {
14815
15310
  );
14816
15311
  };
14817
15312
  PDFViewerPage.className = PDFVIEWERPAGE_CLASSNAME;
14818
- PDFViewerPage.defaultProps = defaultProps126;
15313
+ PDFViewerPage.defaultProps = defaultProps137;
14819
15314
 
14820
15315
  // src/pdf-viewer/templates/pdf-viewer-normal.tsx
14821
- import { Fragment as Fragment111, jsx as jsx398, jsxs as jsxs164 } from "react/jsx-runtime";
15316
+ import { Fragment as Fragment120, jsx as jsx415, jsxs as jsxs175 } from "react/jsx-runtime";
14822
15317
 
14823
15318
  // src/pdf-viewer/templates/pdf-viewer-blank.tsx
14824
- import { jsx as jsx399 } from "react/jsx-runtime";
15319
+ import { jsx as jsx416 } from "react/jsx-runtime";
14825
15320
 
14826
15321
  // src/pdf-viewer/templates/pdf-viewer-with-search-panel.tsx
14827
- import { Fragment as Fragment112, jsx as jsx400, jsxs as jsxs165 } from "react/jsx-runtime";
15322
+ import { Fragment as Fragment121, jsx as jsx417, jsxs as jsxs176 } from "react/jsx-runtime";
14828
15323
 
14829
15324
  // src/scrollview/scrollview-spec.tsx
14830
- import { Fragment as Fragment113, jsx as jsx401, jsxs as jsxs166 } from "react/jsx-runtime";
15325
+ import { Fragment as Fragment122, jsx as jsx418, jsxs as jsxs177 } from "react/jsx-runtime";
14831
15326
  var SCROLLVIEW_CLASSNAME = "k-scrollview";
14832
- var states139 = [];
14833
- var options125 = {};
14834
- var defaultProps127 = {
15327
+ var states149 = [];
15328
+ var options137 = {};
15329
+ var defaultProps138 = {
14835
15330
  mode: "normal",
14836
15331
  views: 9,
14837
15332
  animate: true,
@@ -14841,12 +15336,12 @@ var defaultProps127 = {
14841
15336
  };
14842
15337
  var ScrollView = (props) => {
14843
15338
  const {
14844
- mode = defaultProps127.mode,
14845
- views = defaultProps127.views,
14846
- animate = defaultProps127.animate,
14847
- arrows = defaultProps127.arrows,
14848
- pager = defaultProps127.pager,
14849
- rtl = defaultProps127.rtl,
15339
+ mode = defaultProps138.mode,
15340
+ views = defaultProps138.views,
15341
+ animate = defaultProps138.animate,
15342
+ arrows = defaultProps138.arrows,
15343
+ pager = defaultProps138.pager,
15344
+ rtl = defaultProps138.rtl,
14850
15345
  ...other
14851
15346
  } = props;
14852
15347
  const scrollviewViews = [];
@@ -14854,10 +15349,10 @@ var ScrollView = (props) => {
14854
15349
  const iconNext = rtl ? "chevron-left" : "chevron-right";
14855
15350
  for (let i = 0; i < views; i++) {
14856
15351
  scrollviewViews.push(
14857
- /* @__PURE__ */ jsx401("div", { className: "k-scrollview-view" }, i)
15352
+ /* @__PURE__ */ jsx418("div", { className: "k-scrollview-view" }, i)
14858
15353
  );
14859
15354
  }
14860
- return /* @__PURE__ */ jsxs166(
15355
+ return /* @__PURE__ */ jsxs177(
14861
15356
  "div",
14862
15357
  {
14863
15358
  ...other,
@@ -14870,44 +15365,44 @@ var ScrollView = (props) => {
14870
15365
  }
14871
15366
  ),
14872
15367
  children: [
14873
- /* @__PURE__ */ jsx401("div", { className: classNames(
15368
+ /* @__PURE__ */ jsx418("div", { className: classNames(
14874
15369
  "k-scrollview-wrap",
14875
15370
  {
14876
15371
  ["k-scrollview-animate"]: animate
14877
15372
  }
14878
15373
  ), style: { "--kendo-scrollview-views": views, "--kendo-scrollview-current": 5 }, children: scrollviewViews }),
14879
- /* @__PURE__ */ jsxs166("div", { className: "k-scrollview-elements", children: [
14880
- arrows && /* @__PURE__ */ jsxs166(Fragment113, { children: [
14881
- /* @__PURE__ */ jsx401("span", { className: "k-scrollview-prev", children: /* @__PURE__ */ jsx401(Icon, { icon: iconPrev, size: "xxxlarge" }) }),
14882
- /* @__PURE__ */ jsx401("span", { className: "k-scrollview-next", children: /* @__PURE__ */ jsx401(Icon, { icon: iconNext, size: "xxxlarge" }) })
15374
+ /* @__PURE__ */ jsxs177("div", { className: "k-scrollview-elements", children: [
15375
+ arrows && /* @__PURE__ */ jsxs177(Fragment122, { children: [
15376
+ /* @__PURE__ */ jsx418("span", { className: "k-scrollview-prev", children: /* @__PURE__ */ jsx418(Icon, { icon: iconPrev, size: "xxxlarge" }) }),
15377
+ /* @__PURE__ */ jsx418("span", { className: "k-scrollview-next", children: /* @__PURE__ */ jsx418(Icon, { icon: iconNext, size: "xxxlarge" }) })
14883
15378
  ] }),
14884
- pager && /* @__PURE__ */ jsx401("div", { className: "k-scrollview-nav-wrap", children: /* @__PURE__ */ jsxs166("div", { className: "k-scrollview-nav", children: [
14885
- mode === "light" && /* @__PURE__ */ jsxs166(Fragment113, { children: [
14886
- /* @__PURE__ */ jsx401("span", { className: "k-link" }),
14887
- /* @__PURE__ */ jsx401("span", { className: "k-link k-primary" }),
14888
- /* @__PURE__ */ jsx401("span", { className: "k-link k-primary k-focus" }),
14889
- /* @__PURE__ */ jsx401("span", { className: "k-link k-focus" }),
14890
- /* @__PURE__ */ jsx401("span", { className: "k-link" })
15379
+ pager && /* @__PURE__ */ jsx418("div", { className: "k-scrollview-nav-wrap", children: /* @__PURE__ */ jsxs177("div", { className: "k-scrollview-nav", children: [
15380
+ mode === "light" && /* @__PURE__ */ jsxs177(Fragment122, { children: [
15381
+ /* @__PURE__ */ jsx418("span", { className: "k-link" }),
15382
+ /* @__PURE__ */ jsx418("span", { className: "k-link k-primary" }),
15383
+ /* @__PURE__ */ jsx418("span", { className: "k-link k-primary k-focus" }),
15384
+ /* @__PURE__ */ jsx418("span", { className: "k-link k-focus" }),
15385
+ /* @__PURE__ */ jsx418("span", { className: "k-link" })
14891
15386
  ] }),
14892
- mode === "normal" && /* @__PURE__ */ jsxs166(Fragment113, { children: [
14893
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
14894
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
14895
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
14896
- /* @__PURE__ */ jsx401("span", { className: "k-link" }),
14897
- /* @__PURE__ */ jsx401("span", { className: "k-link k-primary" }),
14898
- /* @__PURE__ */ jsx401("span", { className: "k-link" }),
14899
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
14900
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
14901
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.5)" } })
15387
+ mode === "normal" && /* @__PURE__ */ jsxs177(Fragment122, { children: [
15388
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
15389
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15390
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
15391
+ /* @__PURE__ */ jsx418("span", { className: "k-link" }),
15392
+ /* @__PURE__ */ jsx418("span", { className: "k-link k-primary" }),
15393
+ /* @__PURE__ */ jsx418("span", { className: "k-link" }),
15394
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
15395
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15396
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.5)" } })
14902
15397
  ] }),
14903
- mode === "dark" && /* @__PURE__ */ jsxs166(Fragment113, { children: [
14904
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
14905
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
14906
- /* @__PURE__ */ jsx401("span", { className: "k-link" }),
14907
- /* @__PURE__ */ jsx401("span", { className: "k-link k-primary" }),
14908
- /* @__PURE__ */ jsx401("span", { className: "k-link" }),
14909
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
14910
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.5)" } })
15398
+ mode === "dark" && /* @__PURE__ */ jsxs177(Fragment122, { children: [
15399
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
15400
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15401
+ /* @__PURE__ */ jsx418("span", { className: "k-link" }),
15402
+ /* @__PURE__ */ jsx418("span", { className: "k-link k-primary" }),
15403
+ /* @__PURE__ */ jsx418("span", { className: "k-link" }),
15404
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15405
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.5)" } })
14911
15406
  ] })
14912
15407
  ] }) })
14913
15408
  ] })
@@ -14915,83 +15410,83 @@ var ScrollView = (props) => {
14915
15410
  }
14916
15411
  );
14917
15412
  };
14918
- ScrollView.states = states139;
14919
- ScrollView.options = options125;
15413
+ ScrollView.states = states149;
15414
+ ScrollView.options = options137;
14920
15415
  ScrollView.className = SCROLLVIEW_CLASSNAME;
14921
- ScrollView.defaultProps = defaultProps127;
15416
+ ScrollView.defaultProps = defaultProps138;
14922
15417
 
14923
15418
  // src/scrollview/templates/scrollview-normal.tsx
14924
- import { jsx as jsx402 } from "react/jsx-runtime";
15419
+ import { jsx as jsx419 } from "react/jsx-runtime";
14925
15420
 
14926
15421
  // src/prompt/prompt.spec.tsx
14927
- import { Fragment as Fragment114, jsx as jsx403 } from "react/jsx-runtime";
15422
+ import { Fragment as Fragment123, jsx as jsx420 } from "react/jsx-runtime";
14928
15423
  var PROMPT_CLASSNAME = `k-prompt`;
14929
- var states140 = [];
14930
- var options126 = {};
14931
- var defaultProps128 = {};
15424
+ var states150 = [];
15425
+ var options138 = {};
15426
+ var defaultProps139 = {};
14932
15427
  var Prompt = (props) => {
14933
15428
  const {
14934
15429
  ...other
14935
15430
  } = props;
14936
- return /* @__PURE__ */ jsx403("div", { ...other, className: classNames(props.className, PROMPT_CLASSNAME), children: /* @__PURE__ */ jsx403(Fragment114, { children: props.children }) });
15431
+ return /* @__PURE__ */ jsx420("div", { ...other, className: classNames(props.className, PROMPT_CLASSNAME), children: /* @__PURE__ */ jsx420(Fragment123, { children: props.children }) });
14937
15432
  };
14938
- Prompt.states = states140;
14939
- Prompt.options = options126;
15433
+ Prompt.states = states150;
15434
+ Prompt.options = options138;
14940
15435
  Prompt.className = PROMPT_CLASSNAME;
14941
- Prompt.defaultProps = defaultProps128;
15436
+ Prompt.defaultProps = defaultProps139;
14942
15437
 
14943
15438
  // src/prompt/prompt-header.tsx
14944
- import { jsx as jsx404 } from "react/jsx-runtime";
15439
+ import { jsx as jsx421 } from "react/jsx-runtime";
14945
15440
 
14946
15441
  // src/prompt/prompt-content.tsx
14947
- import { Fragment as Fragment115, jsx as jsx405 } from "react/jsx-runtime";
15442
+ import { Fragment as Fragment124, jsx as jsx422 } from "react/jsx-runtime";
14948
15443
 
14949
15444
  // src/prompt/prompt-view.tsx
14950
- import { Fragment as Fragment116, jsx as jsx406, jsxs as jsxs167 } from "react/jsx-runtime";
15445
+ import { Fragment as Fragment125, jsx as jsx423, jsxs as jsxs178 } from "react/jsx-runtime";
14951
15446
 
14952
15447
  // src/prompt/prompt-footer.tsx
14953
- import { jsx as jsx407 } from "react/jsx-runtime";
15448
+ import { jsx as jsx424 } from "react/jsx-runtime";
14954
15449
 
14955
15450
  // src/prompt/prompt-suggestion.tsx
14956
- import { jsx as jsx408 } from "react/jsx-runtime";
15451
+ import { jsx as jsx425 } from "react/jsx-runtime";
14957
15452
 
14958
15453
  // src/prompt/prompt-setting.tsx
14959
- import { jsx as jsx409 } from "react/jsx-runtime";
15454
+ import { jsx as jsx426 } from "react/jsx-runtime";
14960
15455
 
14961
15456
  // src/prompt/templates/prompt-normal.tsx
14962
- import { jsx as jsx410, jsxs as jsxs168 } from "react/jsx-runtime";
15457
+ import { jsx as jsx427, jsxs as jsxs179 } from "react/jsx-runtime";
14963
15458
 
14964
15459
  // src/prompt/templates/prompt-suggestions.tsx
14965
- import { Fragment as Fragment117, jsx as jsx411, jsxs as jsxs169 } from "react/jsx-runtime";
15460
+ import { Fragment as Fragment126, jsx as jsx428, jsxs as jsxs180 } from "react/jsx-runtime";
14966
15461
 
14967
15462
  // src/prompt/templates/prompt-settings.tsx
14968
- import { Fragment as Fragment118, jsx as jsx412, jsxs as jsxs170 } from "react/jsx-runtime";
15463
+ import { Fragment as Fragment127, jsx as jsx429, jsxs as jsxs181 } from "react/jsx-runtime";
14969
15464
 
14970
15465
  // src/prompt/templates/prompt-output.tsx
14971
- import { jsx as jsx413, jsxs as jsxs171 } from "react/jsx-runtime";
15466
+ import { jsx as jsx430, jsxs as jsxs182 } from "react/jsx-runtime";
14972
15467
 
14973
15468
  // src/prompt/templates/prompt-more-actions.tsx
14974
- import { jsx as jsx414, jsxs as jsxs172 } from "react/jsx-runtime";
15469
+ import { jsx as jsx431, jsxs as jsxs183 } from "react/jsx-runtime";
14975
15470
 
14976
15471
  // src/prompt/templates/prompt-popup.tsx
14977
- import { jsx as jsx415, jsxs as jsxs173 } from "react/jsx-runtime";
15472
+ import { jsx as jsx432, jsxs as jsxs184 } from "react/jsx-runtime";
14978
15473
 
14979
15474
  // src/orgchart/orgchart.spec.tsx
14980
- import { jsx as jsx416 } from "react/jsx-runtime";
15475
+ import { jsx as jsx433 } from "react/jsx-runtime";
14981
15476
  var ORGCHART_CLASSNAME = `k-orgchart`;
14982
- var states141 = [];
14983
- var options127 = {};
14984
- var defaultProps129 = {
15477
+ var states151 = [];
15478
+ var options139 = {};
15479
+ var defaultProps140 = {
14985
15480
  width: "100%",
14986
15481
  height: "300px"
14987
15482
  };
14988
15483
  var Orgchart = (props) => {
14989
15484
  const {
14990
- width = defaultProps129.width,
14991
- height = defaultProps129.height,
15485
+ width = defaultProps140.width,
15486
+ height = defaultProps140.height,
14992
15487
  ...other
14993
15488
  } = props;
14994
- return /* @__PURE__ */ jsx416(
15489
+ return /* @__PURE__ */ jsx433(
14995
15490
  "div",
14996
15491
  {
14997
15492
  ...other,
@@ -14999,19 +15494,19 @@ var Orgchart = (props) => {
14999
15494
  props.className,
15000
15495
  ORGCHART_CLASSNAME
15001
15496
  ),
15002
- children: /* @__PURE__ */ jsx416("div", { className: "k-orgchart-container", style: { width, height }, children: props.children })
15497
+ children: /* @__PURE__ */ jsx433("div", { className: "k-orgchart-container", style: { width, height }, children: props.children })
15003
15498
  }
15004
15499
  );
15005
15500
  };
15006
- Orgchart.states = states141;
15007
- Orgchart.options = options127;
15501
+ Orgchart.states = states151;
15502
+ Orgchart.options = options139;
15008
15503
  Orgchart.className = ORGCHART_CLASSNAME;
15009
- Orgchart.defaultProps = defaultProps129;
15504
+ Orgchart.defaultProps = defaultProps140;
15010
15505
 
15011
15506
  // src/orgchart/orgchart-node.tsx
15012
- import { jsx as jsx417, jsxs as jsxs174 } from "react/jsx-runtime";
15507
+ import { jsx as jsx434, jsxs as jsxs185 } from "react/jsx-runtime";
15013
15508
  var ORGCHARTNODE_CLASSNAME = `k-orgchart-node`;
15014
- var defaultProps130 = {
15509
+ var defaultProps141 = {
15015
15510
  buttonIcon: "plus"
15016
15511
  };
15017
15512
  var OrgchartNode = (props) => {
@@ -15023,12 +15518,12 @@ var OrgchartNode = (props) => {
15023
15518
  lineBottom,
15024
15519
  lineTop,
15025
15520
  button,
15026
- buttonIcon: buttonIcon2 = defaultProps130.buttonIcon,
15521
+ buttonIcon: buttonIcon2 = defaultProps141.buttonIcon,
15027
15522
  avatar,
15028
15523
  avatarType,
15029
15524
  ...other
15030
15525
  } = props;
15031
- return /* @__PURE__ */ jsxs174(
15526
+ return /* @__PURE__ */ jsxs185(
15032
15527
  "div",
15033
15528
  {
15034
15529
  ...other,
@@ -15039,35 +15534,35 @@ var OrgchartNode = (props) => {
15039
15534
  "k-align-items-center"
15040
15535
  ),
15041
15536
  children: [
15042
- lineTop && /* @__PURE__ */ jsx417("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15043
- /* @__PURE__ */ jsx417(Card, { className: "k-orgchart-card", children: /* @__PURE__ */ jsxs174(CardBody, { className: "k-hstack", details, style: { borderTopColor: color }, children: [
15044
- /* @__PURE__ */ jsx417(Avatar, { type: avatarType, themeColor: "secondary", children: avatarType === "image" ? /* @__PURE__ */ jsx417("img", { src: avatar }) : avatar }),
15045
- /* @__PURE__ */ jsxs174("div", { className: "k-card-title-wrap k-vstack", children: [
15046
- /* @__PURE__ */ jsx417(CardTitle, { className: "k-text-ellipsis", children: title }),
15047
- /* @__PURE__ */ jsx417("span", { className: "k-spacer" }),
15048
- /* @__PURE__ */ jsx417(CardSubtitle, { className: "k-text-ellipsis", children: subtitle })
15537
+ lineTop && /* @__PURE__ */ jsx434("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15538
+ /* @__PURE__ */ jsx434(Card, { className: "k-orgchart-card", children: /* @__PURE__ */ jsxs185(CardBody, { className: "k-hstack", details, style: { borderTopColor: color }, children: [
15539
+ /* @__PURE__ */ jsx434(Avatar, { type: avatarType, themeColor: "secondary", children: avatarType === "image" ? /* @__PURE__ */ jsx434("img", { src: avatar }) : avatar }),
15540
+ /* @__PURE__ */ jsxs185("div", { className: "k-card-title-wrap k-vstack", children: [
15541
+ /* @__PURE__ */ jsx434(CardTitle, { className: "k-text-ellipsis", children: title }),
15542
+ /* @__PURE__ */ jsx434("span", { className: "k-spacer" }),
15543
+ /* @__PURE__ */ jsx434(CardSubtitle, { className: "k-text-ellipsis", children: subtitle })
15049
15544
  ] }),
15050
- /* @__PURE__ */ jsx417("span", { className: "k-spacer" })
15545
+ /* @__PURE__ */ jsx434("span", { className: "k-spacer" })
15051
15546
  ] }) }),
15052
- lineBottom && /* @__PURE__ */ jsx417("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15053
- button && /* @__PURE__ */ jsx417(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
15547
+ lineBottom && /* @__PURE__ */ jsx434("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15548
+ button && /* @__PURE__ */ jsx434(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
15054
15549
  ]
15055
15550
  }
15056
15551
  );
15057
15552
  };
15058
15553
 
15059
15554
  // src/orgchart/orgchart-group.tsx
15060
- import { Fragment as Fragment119, jsx as jsx418, jsxs as jsxs175 } from "react/jsx-runtime";
15555
+ import { Fragment as Fragment128, jsx as jsx435, jsxs as jsxs186 } from "react/jsx-runtime";
15061
15556
  var ORGCHARTGROUP_CLASSNAME = `k-orgchart-group`;
15062
- var states142 = [];
15063
- var options128 = {};
15064
- var defaultProps131 = {
15557
+ var states152 = [];
15558
+ var options140 = {};
15559
+ var defaultProps142 = {
15065
15560
  orientation: "horizontal"
15066
15561
  };
15067
15562
  var OrgchartGroup = (props) => {
15068
15563
  const {
15069
15564
  children,
15070
- orientation = defaultProps131.orientation,
15565
+ orientation = defaultProps142.orientation,
15071
15566
  justifyContent,
15072
15567
  ...other
15073
15568
  } = props;
@@ -15090,7 +15585,7 @@ var OrgchartGroup = (props) => {
15090
15585
  }
15091
15586
  }
15092
15587
  }
15093
- return /* @__PURE__ */ jsxs175(
15588
+ return /* @__PURE__ */ jsxs186(
15094
15589
  "div",
15095
15590
  {
15096
15591
  ...other,
@@ -15104,7 +15599,7 @@ var OrgchartGroup = (props) => {
15104
15599
  ),
15105
15600
  style: { width: "100%" },
15106
15601
  children: [
15107
- chartNodes.length > 0 && /* @__PURE__ */ jsx418(
15602
+ chartNodes.length > 0 && /* @__PURE__ */ jsx435(
15108
15603
  "div",
15109
15604
  {
15110
15605
  className: classNames(
@@ -15114,26 +15609,26 @@ var OrgchartGroup = (props) => {
15114
15609
  [`k-${kendoThemeMaps.orientationMap[orientation] || orientation}`]: orientation
15115
15610
  }
15116
15611
  ),
15117
- children: /* @__PURE__ */ jsx418(Fragment119, { children: chartNodes })
15612
+ children: /* @__PURE__ */ jsx435(Fragment128, { children: chartNodes })
15118
15613
  }
15119
15614
  ),
15120
- /* @__PURE__ */ jsx418(Fragment119, { children: chartGroups })
15615
+ /* @__PURE__ */ jsx435(Fragment128, { children: chartGroups })
15121
15616
  ]
15122
15617
  }
15123
15618
  );
15124
15619
  };
15125
- OrgchartGroup.states = states142;
15126
- OrgchartGroup.options = options128;
15620
+ OrgchartGroup.states = states152;
15621
+ OrgchartGroup.options = options140;
15127
15622
  OrgchartGroup.className = ORGCHARTGROUP_CLASSNAME;
15128
- OrgchartGroup.defaultProps = defaultProps131;
15623
+ OrgchartGroup.defaultProps = defaultProps142;
15129
15624
 
15130
15625
  // src/orgchart/orgchart-node-group.tsx
15131
- import { jsx as jsx419, jsxs as jsxs176 } from "react/jsx-runtime";
15626
+ import { jsx as jsx436, jsxs as jsxs187 } from "react/jsx-runtime";
15132
15627
  var ORGCHARTNODEGROUP_CLASSNAME = `k-orgchart-node-group`;
15133
- var states143 = [
15628
+ var states153 = [
15134
15629
  States.focus
15135
15630
  ];
15136
- var defaultProps132 = {
15631
+ var defaultProps143 = {
15137
15632
  orientation: "horizontal",
15138
15633
  buttonIcon: "plus"
15139
15634
  };
@@ -15144,12 +15639,12 @@ var OrgchartNodeGroup = (props) => {
15144
15639
  lineBottom,
15145
15640
  lineTop,
15146
15641
  button,
15147
- buttonIcon: buttonIcon2 = defaultProps132.buttonIcon,
15642
+ buttonIcon: buttonIcon2 = defaultProps143.buttonIcon,
15148
15643
  focus,
15149
- orientation = defaultProps132.orientation,
15644
+ orientation = defaultProps143.orientation,
15150
15645
  ...other
15151
15646
  } = props;
15152
- return /* @__PURE__ */ jsxs176(
15647
+ return /* @__PURE__ */ jsxs187(
15153
15648
  "div",
15154
15649
  {
15155
15650
  ...other,
@@ -15160,8 +15655,8 @@ var OrgchartNodeGroup = (props) => {
15160
15655
  "k-align-items-center"
15161
15656
  ),
15162
15657
  children: [
15163
- lineTop && /* @__PURE__ */ jsx419("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15164
- /* @__PURE__ */ jsxs176(
15658
+ lineTop && /* @__PURE__ */ jsx436("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15659
+ /* @__PURE__ */ jsxs187(
15165
15660
  "div",
15166
15661
  {
15167
15662
  className: classNames(
@@ -15172,9 +15667,9 @@ var OrgchartNodeGroup = (props) => {
15172
15667
  })
15173
15668
  ),
15174
15669
  children: [
15175
- title && /* @__PURE__ */ jsx419("div", { className: "k-orgchart-node-group-title", children: title }),
15176
- subtitle && /* @__PURE__ */ jsx419("div", { className: "k-orgchart-node-group-subtitle", children: subtitle }),
15177
- /* @__PURE__ */ jsx419(
15670
+ title && /* @__PURE__ */ jsx436("div", { className: "k-orgchart-node-group-title", children: title }),
15671
+ subtitle && /* @__PURE__ */ jsx436("div", { className: "k-orgchart-node-group-subtitle", children: subtitle }),
15672
+ /* @__PURE__ */ jsx436(
15178
15673
  "div",
15179
15674
  {
15180
15675
  className: classNames(
@@ -15189,51 +15684,51 @@ var OrgchartNodeGroup = (props) => {
15189
15684
  ]
15190
15685
  }
15191
15686
  ),
15192
- lineBottom && /* @__PURE__ */ jsx419("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15193
- button && /* @__PURE__ */ jsx419(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
15687
+ lineBottom && /* @__PURE__ */ jsx436("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15688
+ button && /* @__PURE__ */ jsx436(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
15194
15689
  ]
15195
15690
  }
15196
15691
  );
15197
15692
  };
15198
- OrgchartNodeGroup.states = states143;
15693
+ OrgchartNodeGroup.states = states153;
15199
15694
 
15200
15695
  // src/orgchart/templates/orgchart-normal.tsx
15201
- import { jsx as jsx420, jsxs as jsxs177 } from "react/jsx-runtime";
15696
+ import { jsx as jsx437, jsxs as jsxs188 } from "react/jsx-runtime";
15202
15697
 
15203
15698
  // src/orgchart/templates/orgchart-vertical.tsx
15204
- import { jsx as jsx421, jsxs as jsxs178 } from "react/jsx-runtime";
15699
+ import { jsx as jsx438, jsxs as jsxs189 } from "react/jsx-runtime";
15205
15700
 
15206
15701
  // src/orgchart/templates/orgchart-group-normal.tsx
15207
- import { jsx as jsx422, jsxs as jsxs179 } from "react/jsx-runtime";
15702
+ import { jsx as jsx439, jsxs as jsxs190 } from "react/jsx-runtime";
15208
15703
 
15209
15704
  // src/orgchart/templates/orgchart-group-vertical.tsx
15210
- import { jsx as jsx423, jsxs as jsxs180 } from "react/jsx-runtime";
15705
+ import { jsx as jsx440, jsxs as jsxs191 } from "react/jsx-runtime";
15211
15706
 
15212
15707
  // src/signature/signature.spec.tsx
15213
- import { jsx as jsx424, jsxs as jsxs181 } from "react/jsx-runtime";
15708
+ import { jsx as jsx441, jsxs as jsxs192 } from "react/jsx-runtime";
15214
15709
  var SIGNATURE_CLASSNAME = `k-signature`;
15215
- var states144 = [
15710
+ var states154 = [
15216
15711
  States.hover,
15217
15712
  States.focus,
15218
15713
  States.valid,
15219
15714
  States.invalid,
15220
15715
  States.disabled
15221
15716
  ];
15222
- var options129 = {
15717
+ var options141 = {
15223
15718
  size: [Size.small, Size.medium, Size.large],
15224
15719
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
15225
15720
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
15226
15721
  };
15227
- var defaultProps133 = {
15722
+ var defaultProps144 = {
15228
15723
  size: Size.medium,
15229
15724
  rounded: Roundness.medium,
15230
15725
  fillMode: FillMode.solid
15231
15726
  };
15232
15727
  var Signature = (props) => {
15233
15728
  const {
15234
- size = defaultProps133.size,
15235
- rounded = defaultProps133.rounded,
15236
- fillMode = defaultProps133.fillMode,
15729
+ size = defaultProps144.size,
15730
+ rounded = defaultProps144.rounded,
15731
+ fillMode = defaultProps144.fillMode,
15237
15732
  hover,
15238
15733
  focus,
15239
15734
  valid,
@@ -15242,7 +15737,7 @@ var Signature = (props) => {
15242
15737
  maximized,
15243
15738
  ...other
15244
15739
  } = props;
15245
- return /* @__PURE__ */ jsxs181(
15740
+ return /* @__PURE__ */ jsxs192(
15246
15741
  "div",
15247
15742
  {
15248
15743
  ...other,
@@ -15270,8 +15765,8 @@ var Signature = (props) => {
15270
15765
  }
15271
15766
  ),
15272
15767
  children: [
15273
- /* @__PURE__ */ jsx424("canvas", { className: "k-signature-canvas" }),
15274
- /* @__PURE__ */ jsxs181(
15768
+ /* @__PURE__ */ jsx441("canvas", { className: "k-signature-canvas" }),
15769
+ /* @__PURE__ */ jsxs192(
15275
15770
  "div",
15276
15771
  {
15277
15772
  className: classNames(
@@ -15279,7 +15774,7 @@ var Signature = (props) => {
15279
15774
  "k-signature-actions-top"
15280
15775
  ),
15281
15776
  children: [
15282
- /* @__PURE__ */ jsx424(
15777
+ /* @__PURE__ */ jsx441(
15283
15778
  Button,
15284
15779
  {
15285
15780
  className: classNames(
@@ -15293,7 +15788,7 @@ var Signature = (props) => {
15293
15788
  fillMode: "flat"
15294
15789
  }
15295
15790
  ),
15296
- /* @__PURE__ */ jsx424(
15791
+ /* @__PURE__ */ jsx441(
15297
15792
  Button,
15298
15793
  {
15299
15794
  className: classNames(
@@ -15310,15 +15805,15 @@ var Signature = (props) => {
15310
15805
  ]
15311
15806
  }
15312
15807
  ),
15313
- /* @__PURE__ */ jsx424("div", { className: "k-signature-line" }),
15314
- /* @__PURE__ */ jsx424(
15808
+ /* @__PURE__ */ jsx441("div", { className: "k-signature-line" }),
15809
+ /* @__PURE__ */ jsx441(
15315
15810
  "div",
15316
15811
  {
15317
15812
  className: classNames(
15318
15813
  "k-signature-actions",
15319
15814
  "k-signature-actions-bottom"
15320
15815
  ),
15321
- children: /* @__PURE__ */ jsx424(
15816
+ children: /* @__PURE__ */ jsx441(
15322
15817
  Button,
15323
15818
  {
15324
15819
  className: classNames(
@@ -15337,27 +15832,27 @@ var Signature = (props) => {
15337
15832
  }
15338
15833
  );
15339
15834
  };
15340
- Signature.states = states144;
15341
- Signature.options = options129;
15835
+ Signature.states = states154;
15836
+ Signature.options = options141;
15342
15837
  Signature.className = SIGNATURE_CLASSNAME;
15343
- Signature.defaultProps = defaultProps133;
15838
+ Signature.defaultProps = defaultProps144;
15344
15839
 
15345
15840
  // src/editor/editor.spec.tsx
15346
- import { jsx as jsx425 } from "react/jsx-runtime";
15841
+ import { jsx as jsx442 } from "react/jsx-runtime";
15347
15842
  var EDITOR_CLASSNAME = `k-editor`;
15348
- var states145 = [
15843
+ var states155 = [
15349
15844
  States.readonly,
15350
15845
  States.disabled
15351
15846
  ];
15352
- var options130 = {};
15353
- var defaultProps134 = {};
15847
+ var options142 = {};
15848
+ var defaultProps145 = {};
15354
15849
  var Editor = (props) => {
15355
15850
  const {
15356
15851
  readonly,
15357
15852
  disabled,
15358
15853
  ...other
15359
15854
  } = props;
15360
- return /* @__PURE__ */ jsx425(
15855
+ return /* @__PURE__ */ jsx442(
15361
15856
  "div",
15362
15857
  {
15363
15858
  ...other,
@@ -15373,691 +15868,691 @@ var Editor = (props) => {
15373
15868
  }
15374
15869
  );
15375
15870
  };
15376
- Editor.states = states145;
15377
- Editor.options = options130;
15871
+ Editor.states = states155;
15872
+ Editor.options = options142;
15378
15873
  Editor.className = EDITOR_CLASSNAME;
15379
- Editor.defaultProps = defaultProps134;
15874
+ Editor.defaultProps = defaultProps145;
15380
15875
 
15381
15876
  // src/editor/editor-toolbar.tsx
15382
- import { jsx as jsx426 } from "react/jsx-runtime";
15877
+ import { jsx as jsx443 } from "react/jsx-runtime";
15383
15878
 
15384
15879
  // src/editor/editor-content.tsx
15385
- import { jsx as jsx427 } from "react/jsx-runtime";
15386
- var states146 = [
15880
+ import { jsx as jsx444 } from "react/jsx-runtime";
15881
+ var states156 = [
15387
15882
  States.focus
15388
15883
  ];
15389
15884
 
15390
15885
  // src/editor/templates/editor-normal.tsx
15391
- import { Fragment as Fragment120, jsx as jsx428, jsxs as jsxs182 } from "react/jsx-runtime";
15886
+ import { Fragment as Fragment129, jsx as jsx445, jsxs as jsxs193 } from "react/jsx-runtime";
15392
15887
 
15393
15888
  // src/utils/templates/background/background-clip/border-clip.tsx
15394
- import { jsx as jsx429 } from "react/jsx-runtime";
15889
+ import { jsx as jsx446 } from "react/jsx-runtime";
15395
15890
 
15396
15891
  // src/utils/templates/background/background-clip/content-clip.tsx
15397
- import { jsx as jsx430 } from "react/jsx-runtime";
15892
+ import { jsx as jsx447 } from "react/jsx-runtime";
15398
15893
 
15399
15894
  // src/utils/templates/background/background-clip/padding-clip.tsx
15400
- import { jsx as jsx431 } from "react/jsx-runtime";
15895
+ import { jsx as jsx448 } from "react/jsx-runtime";
15401
15896
 
15402
15897
  // src/utils/templates/background/background-clip/text-clip.tsx
15403
- import { jsx as jsx432 } from "react/jsx-runtime";
15898
+ import { jsx as jsx449 } from "react/jsx-runtime";
15404
15899
 
15405
15900
  // src/utils/templates/background/background-color/color.tsx
15406
- import { jsx as jsx433, jsxs as jsxs183 } from "react/jsx-runtime";
15901
+ import { jsx as jsx450, jsxs as jsxs194 } from "react/jsx-runtime";
15407
15902
 
15408
15903
  // src/utils/templates/borders/border-color/all-sides.tsx
15409
- import { jsx as jsx434, jsxs as jsxs184 } from "react/jsx-runtime";
15904
+ import { jsx as jsx451, jsxs as jsxs195 } from "react/jsx-runtime";
15410
15905
 
15411
15906
  // src/utils/templates/borders/border-color/individual.tsx
15412
- import { jsx as jsx435, jsxs as jsxs185 } from "react/jsx-runtime";
15907
+ import { jsx as jsx452, jsxs as jsxs196 } from "react/jsx-runtime";
15413
15908
 
15414
15909
  // src/utils/templates/borders/border-color/left-right.tsx
15415
- import { jsx as jsx436, jsxs as jsxs186 } from "react/jsx-runtime";
15910
+ import { jsx as jsx453, jsxs as jsxs197 } from "react/jsx-runtime";
15416
15911
 
15417
15912
  // src/utils/templates/borders/border-color/top-bottom.tsx
15418
- import { jsx as jsx437, jsxs as jsxs187 } from "react/jsx-runtime";
15913
+ import { jsx as jsx454, jsxs as jsxs198 } from "react/jsx-runtime";
15419
15914
 
15420
15915
  // src/utils/templates/borders/border-radius/corners.tsx
15421
- import { jsx as jsx438, jsxs as jsxs188 } from "react/jsx-runtime";
15916
+ import { jsx as jsx455, jsxs as jsxs199 } from "react/jsx-runtime";
15422
15917
 
15423
15918
  // src/utils/templates/borders/border-radius/no-rounding.tsx
15424
- import { jsx as jsx439, jsxs as jsxs189 } from "react/jsx-runtime";
15919
+ import { jsx as jsx456, jsxs as jsxs200 } from "react/jsx-runtime";
15425
15920
 
15426
15921
  // src/utils/templates/borders/border-radius/rounding.tsx
15427
- import { jsx as jsx440, jsxs as jsxs190 } from "react/jsx-runtime";
15922
+ import { jsx as jsx457, jsxs as jsxs201 } from "react/jsx-runtime";
15428
15923
 
15429
15924
  // src/utils/templates/borders/border-radius/sides.tsx
15430
- import { jsx as jsx441, jsxs as jsxs191 } from "react/jsx-runtime";
15925
+ import { jsx as jsx458, jsxs as jsxs202 } from "react/jsx-runtime";
15431
15926
 
15432
15927
  // src/utils/templates/borders/border-style/all-sides.tsx
15433
- import { jsx as jsx442, jsxs as jsxs192 } from "react/jsx-runtime";
15928
+ import { jsx as jsx459, jsxs as jsxs203 } from "react/jsx-runtime";
15434
15929
 
15435
15930
  // src/utils/templates/borders/border-style/individual.tsx
15436
- import { jsx as jsx443, jsxs as jsxs193 } from "react/jsx-runtime";
15931
+ import { jsx as jsx460, jsxs as jsxs204 } from "react/jsx-runtime";
15437
15932
 
15438
15933
  // src/utils/templates/borders/border-style/left-right.tsx
15439
- import { jsx as jsx444, jsxs as jsxs194 } from "react/jsx-runtime";
15934
+ import { jsx as jsx461, jsxs as jsxs205 } from "react/jsx-runtime";
15440
15935
 
15441
15936
  // src/utils/templates/borders/border-style/no-style.tsx
15442
- import { jsx as jsx445 } from "react/jsx-runtime";
15937
+ import { jsx as jsx462 } from "react/jsx-runtime";
15443
15938
 
15444
15939
  // src/utils/templates/borders/border-style/top-bottom.tsx
15445
- import { jsx as jsx446, jsxs as jsxs195 } from "react/jsx-runtime";
15940
+ import { jsx as jsx463, jsxs as jsxs206 } from "react/jsx-runtime";
15446
15941
 
15447
15942
  // src/utils/templates/borders/border-width/all-sides.tsx
15448
- import { jsx as jsx447, jsxs as jsxs196 } from "react/jsx-runtime";
15943
+ import { jsx as jsx464, jsxs as jsxs207 } from "react/jsx-runtime";
15449
15944
 
15450
15945
  // src/utils/templates/borders/border-width/individual.tsx
15451
- import { jsx as jsx448, jsxs as jsxs197 } from "react/jsx-runtime";
15946
+ import { jsx as jsx465, jsxs as jsxs208 } from "react/jsx-runtime";
15452
15947
 
15453
15948
  // src/utils/templates/borders/border-width/left-right.tsx
15454
- import { jsx as jsx449, jsxs as jsxs198 } from "react/jsx-runtime";
15949
+ import { jsx as jsx466, jsxs as jsxs209 } from "react/jsx-runtime";
15455
15950
 
15456
15951
  // src/utils/templates/borders/border-width/top-bottom.tsx
15457
- import { jsx as jsx450, jsxs as jsxs199 } from "react/jsx-runtime";
15952
+ import { jsx as jsx467, jsxs as jsxs210 } from "react/jsx-runtime";
15458
15953
 
15459
15954
  // src/utils/templates/borders/outline-color/all-sides.tsx
15460
- import { jsx as jsx451 } from "react/jsx-runtime";
15955
+ import { jsx as jsx468 } from "react/jsx-runtime";
15461
15956
 
15462
15957
  // src/utils/templates/borders/outline-offset/all-sides.tsx
15463
- import { jsx as jsx452, jsxs as jsxs200 } from "react/jsx-runtime";
15958
+ import { jsx as jsx469, jsxs as jsxs211 } from "react/jsx-runtime";
15464
15959
 
15465
15960
  // src/utils/templates/borders/outline-offset/no-offset.tsx
15466
- import { jsx as jsx453 } from "react/jsx-runtime";
15961
+ import { jsx as jsx470 } from "react/jsx-runtime";
15467
15962
 
15468
15963
  // src/utils/templates/borders/outline-style/all-sides.tsx
15469
- import { jsx as jsx454, jsxs as jsxs201 } from "react/jsx-runtime";
15964
+ import { jsx as jsx471, jsxs as jsxs212 } from "react/jsx-runtime";
15470
15965
 
15471
15966
  // src/utils/templates/borders/outline-style/no-style.tsx
15472
- import { jsx as jsx455 } from "react/jsx-runtime";
15967
+ import { jsx as jsx472 } from "react/jsx-runtime";
15473
15968
 
15474
15969
  // src/utils/templates/borders/outline-width/all-sides.tsx
15475
- import { jsx as jsx456, jsxs as jsxs202 } from "react/jsx-runtime";
15970
+ import { jsx as jsx473, jsxs as jsxs213 } from "react/jsx-runtime";
15476
15971
 
15477
15972
  // src/utils/templates/borders/outline-width/no-width.tsx
15478
- import { jsx as jsx457 } from "react/jsx-runtime";
15973
+ import { jsx as jsx474 } from "react/jsx-runtime";
15479
15974
 
15480
15975
  // src/utils/templates/effects/opacity/applying.tsx
15481
- import { jsx as jsx458, jsxs as jsxs203 } from "react/jsx-runtime";
15976
+ import { jsx as jsx475, jsxs as jsxs214 } from "react/jsx-runtime";
15482
15977
 
15483
15978
  // src/utils/templates/filters/backdrop-blur/applying.tsx
15484
- import { Fragment as Fragment121, jsx as jsx459, jsxs as jsxs204 } from "react/jsx-runtime";
15979
+ import { Fragment as Fragment130, jsx as jsx476, jsxs as jsxs215 } from "react/jsx-runtime";
15485
15980
 
15486
15981
  // src/utils/templates/flex-grid/align-content/around.tsx
15487
- import { jsx as jsx460, jsxs as jsxs205 } from "react/jsx-runtime";
15982
+ import { jsx as jsx477, jsxs as jsxs216 } from "react/jsx-runtime";
15488
15983
 
15489
15984
  // src/utils/templates/flex-grid/align-content/between.tsx
15490
- import { jsx as jsx461, jsxs as jsxs206 } from "react/jsx-runtime";
15985
+ import { jsx as jsx478, jsxs as jsxs217 } from "react/jsx-runtime";
15491
15986
 
15492
15987
  // src/utils/templates/flex-grid/align-content/center.tsx
15493
- import { jsx as jsx462, jsxs as jsxs207 } from "react/jsx-runtime";
15988
+ import { jsx as jsx479, jsxs as jsxs218 } from "react/jsx-runtime";
15494
15989
 
15495
15990
  // src/utils/templates/flex-grid/align-content/end.tsx
15496
- import { jsx as jsx463, jsxs as jsxs208 } from "react/jsx-runtime";
15991
+ import { jsx as jsx480, jsxs as jsxs219 } from "react/jsx-runtime";
15497
15992
 
15498
15993
  // src/utils/templates/flex-grid/align-content/evenly.tsx
15499
- import { jsx as jsx464, jsxs as jsxs209 } from "react/jsx-runtime";
15994
+ import { jsx as jsx481, jsxs as jsxs220 } from "react/jsx-runtime";
15500
15995
 
15501
15996
  // src/utils/templates/flex-grid/align-content/normal.tsx
15502
- import { jsx as jsx465, jsxs as jsxs210 } from "react/jsx-runtime";
15997
+ import { jsx as jsx482, jsxs as jsxs221 } from "react/jsx-runtime";
15503
15998
 
15504
15999
  // src/utils/templates/flex-grid/align-content/start.tsx
15505
- import { jsx as jsx466, jsxs as jsxs211 } from "react/jsx-runtime";
16000
+ import { jsx as jsx483, jsxs as jsxs222 } from "react/jsx-runtime";
15506
16001
 
15507
16002
  // src/utils/templates/flex-grid/align-content/stretch.tsx
15508
- import { jsx as jsx467, jsxs as jsxs212 } from "react/jsx-runtime";
16003
+ import { jsx as jsx484, jsxs as jsxs223 } from "react/jsx-runtime";
15509
16004
 
15510
16005
  // src/utils/templates/flex-grid/align-items/baseline.tsx
15511
- import { jsx as jsx468, jsxs as jsxs213 } from "react/jsx-runtime";
16006
+ import { jsx as jsx485, jsxs as jsxs224 } from "react/jsx-runtime";
15512
16007
 
15513
16008
  // src/utils/templates/flex-grid/align-items/center.tsx
15514
- import { jsx as jsx469, jsxs as jsxs214 } from "react/jsx-runtime";
16009
+ import { jsx as jsx486, jsxs as jsxs225 } from "react/jsx-runtime";
15515
16010
 
15516
16011
  // src/utils/templates/flex-grid/align-items/end.tsx
15517
- import { jsx as jsx470, jsxs as jsxs215 } from "react/jsx-runtime";
16012
+ import { jsx as jsx487, jsxs as jsxs226 } from "react/jsx-runtime";
15518
16013
 
15519
16014
  // src/utils/templates/flex-grid/align-items/start.tsx
15520
- import { jsx as jsx471, jsxs as jsxs216 } from "react/jsx-runtime";
16015
+ import { jsx as jsx488, jsxs as jsxs227 } from "react/jsx-runtime";
15521
16016
 
15522
16017
  // src/utils/templates/flex-grid/align-items/stretch.tsx
15523
- import { jsx as jsx472, jsxs as jsxs217 } from "react/jsx-runtime";
16018
+ import { jsx as jsx489, jsxs as jsxs228 } from "react/jsx-runtime";
15524
16019
 
15525
16020
  // src/utils/templates/flex-grid/align-self/baseline.tsx
15526
- import { jsx as jsx473, jsxs as jsxs218 } from "react/jsx-runtime";
16021
+ import { jsx as jsx490, jsxs as jsxs229 } from "react/jsx-runtime";
15527
16022
 
15528
16023
  // src/utils/templates/flex-grid/align-self/center.tsx
15529
- import { jsx as jsx474, jsxs as jsxs219 } from "react/jsx-runtime";
16024
+ import { jsx as jsx491, jsxs as jsxs230 } from "react/jsx-runtime";
15530
16025
 
15531
16026
  // src/utils/templates/flex-grid/align-self/end.tsx
15532
- import { jsx as jsx475, jsxs as jsxs220 } from "react/jsx-runtime";
16027
+ import { jsx as jsx492, jsxs as jsxs231 } from "react/jsx-runtime";
15533
16028
 
15534
16029
  // src/utils/templates/flex-grid/align-self/start.tsx
15535
- import { jsx as jsx476, jsxs as jsxs221 } from "react/jsx-runtime";
16030
+ import { jsx as jsx493, jsxs as jsxs232 } from "react/jsx-runtime";
15536
16031
 
15537
16032
  // src/utils/templates/flex-grid/align-self/stretch.tsx
15538
- import { jsx as jsx477, jsxs as jsxs222 } from "react/jsx-runtime";
16033
+ import { jsx as jsx494, jsxs as jsxs233 } from "react/jsx-runtime";
15539
16034
 
15540
16035
  // src/utils/templates/flex-grid/flex/auto.tsx
15541
- import { jsx as jsx478, jsxs as jsxs223 } from "react/jsx-runtime";
16036
+ import { jsx as jsx495, jsxs as jsxs234 } from "react/jsx-runtime";
15542
16037
 
15543
16038
  // src/utils/templates/flex-grid/flex/flex-1.tsx
15544
- import { jsx as jsx479, jsxs as jsxs224 } from "react/jsx-runtime";
16039
+ import { jsx as jsx496, jsxs as jsxs235 } from "react/jsx-runtime";
15545
16040
 
15546
16041
  // src/utils/templates/flex-grid/flex/initial.tsx
15547
- import { jsx as jsx480, jsxs as jsxs225 } from "react/jsx-runtime";
16042
+ import { jsx as jsx497, jsxs as jsxs236 } from "react/jsx-runtime";
15548
16043
 
15549
16044
  // src/utils/templates/flex-grid/flex/none.tsx
15550
- import { jsx as jsx481, jsxs as jsxs226 } from "react/jsx-runtime";
16045
+ import { jsx as jsx498, jsxs as jsxs237 } from "react/jsx-runtime";
15551
16046
 
15552
16047
  // src/utils/templates/flex-grid/flex-basis/auto.tsx
15553
- import { jsx as jsx482, jsxs as jsxs227 } from "react/jsx-runtime";
16048
+ import { jsx as jsx499, jsxs as jsxs238 } from "react/jsx-runtime";
15554
16049
 
15555
16050
  // src/utils/templates/flex-grid/flex-basis/size.tsx
15556
- import { jsx as jsx483, jsxs as jsxs228 } from "react/jsx-runtime";
16051
+ import { jsx as jsx500, jsxs as jsxs239 } from "react/jsx-runtime";
15557
16052
 
15558
16053
  // src/utils/templates/flex-grid/flex-direction/column-reverse.tsx
15559
- import { jsx as jsx484, jsxs as jsxs229 } from "react/jsx-runtime";
16054
+ import { jsx as jsx501, jsxs as jsxs240 } from "react/jsx-runtime";
15560
16055
 
15561
16056
  // src/utils/templates/flex-grid/flex-direction/column.tsx
15562
- import { jsx as jsx485, jsxs as jsxs230 } from "react/jsx-runtime";
16057
+ import { jsx as jsx502, jsxs as jsxs241 } from "react/jsx-runtime";
15563
16058
 
15564
16059
  // src/utils/templates/flex-grid/flex-direction/row-reverse.tsx
15565
- import { jsx as jsx486, jsxs as jsxs231 } from "react/jsx-runtime";
16060
+ import { jsx as jsx503, jsxs as jsxs242 } from "react/jsx-runtime";
15566
16061
 
15567
16062
  // src/utils/templates/flex-grid/flex-direction/row.tsx
15568
- import { jsx as jsx487, jsxs as jsxs232 } from "react/jsx-runtime";
16063
+ import { jsx as jsx504, jsxs as jsxs243 } from "react/jsx-runtime";
15569
16064
 
15570
16065
  // src/utils/templates/flex-grid/flex-grow/grow-0.tsx
15571
- import { jsx as jsx488, jsxs as jsxs233 } from "react/jsx-runtime";
16066
+ import { jsx as jsx505, jsxs as jsxs244 } from "react/jsx-runtime";
15572
16067
 
15573
16068
  // src/utils/templates/flex-grid/flex-grow/grow-1.tsx
15574
- import { jsx as jsx489, jsxs as jsxs234 } from "react/jsx-runtime";
16069
+ import { jsx as jsx506, jsxs as jsxs245 } from "react/jsx-runtime";
15575
16070
 
15576
16071
  // src/utils/templates/flex-grid/flex-srink/shrink-0.tsx
15577
- import { jsx as jsx490, jsxs as jsxs235 } from "react/jsx-runtime";
16072
+ import { jsx as jsx507, jsxs as jsxs246 } from "react/jsx-runtime";
15578
16073
 
15579
16074
  // src/utils/templates/flex-grid/flex-srink/shrink-1.tsx
15580
- import { jsx as jsx491, jsxs as jsxs236 } from "react/jsx-runtime";
16075
+ import { jsx as jsx508, jsxs as jsxs247 } from "react/jsx-runtime";
15581
16076
 
15582
16077
  // src/utils/templates/flex-grid/flex-wrap/nowrap.tsx
15583
- import { jsx as jsx492, jsxs as jsxs237 } from "react/jsx-runtime";
16078
+ import { jsx as jsx509, jsxs as jsxs248 } from "react/jsx-runtime";
15584
16079
 
15585
16080
  // src/utils/templates/flex-grid/flex-wrap/wrap-reverse.tsx
15586
- import { jsx as jsx493, jsxs as jsxs238 } from "react/jsx-runtime";
16081
+ import { jsx as jsx510, jsxs as jsxs249 } from "react/jsx-runtime";
15587
16082
 
15588
16083
  // src/utils/templates/flex-grid/flex-wrap/wrap.tsx
15589
- import { jsx as jsx494, jsxs as jsxs239 } from "react/jsx-runtime";
16084
+ import { jsx as jsx511, jsxs as jsxs250 } from "react/jsx-runtime";
15590
16085
 
15591
16086
  // src/utils/templates/flex-grid/gap/size-x-y.tsx
15592
- import { jsx as jsx495, jsxs as jsxs240 } from "react/jsx-runtime";
16087
+ import { jsx as jsx512, jsxs as jsxs251 } from "react/jsx-runtime";
15593
16088
 
15594
16089
  // src/utils/templates/flex-grid/gap/size.tsx
15595
- import { jsx as jsx496, jsxs as jsxs241 } from "react/jsx-runtime";
16090
+ import { jsx as jsx513, jsxs as jsxs252 } from "react/jsx-runtime";
15596
16091
 
15597
16092
  // src/utils/templates/flex-grid/grid-auto-cols/auto.tsx
15598
- import { jsx as jsx497, jsxs as jsxs242 } from "react/jsx-runtime";
16093
+ import { jsx as jsx514, jsxs as jsxs253 } from "react/jsx-runtime";
15599
16094
 
15600
16095
  // src/utils/templates/flex-grid/grid-auto-cols/fr.tsx
15601
- import { jsx as jsx498, jsxs as jsxs243 } from "react/jsx-runtime";
16096
+ import { jsx as jsx515, jsxs as jsxs254 } from "react/jsx-runtime";
15602
16097
 
15603
16098
  // src/utils/templates/flex-grid/grid-auto-cols/max.tsx
15604
- import { jsx as jsx499, jsxs as jsxs244 } from "react/jsx-runtime";
16099
+ import { jsx as jsx516, jsxs as jsxs255 } from "react/jsx-runtime";
15605
16100
 
15606
16101
  // src/utils/templates/flex-grid/grid-auto-cols/min.tsx
15607
- import { jsx as jsx500, jsxs as jsxs245 } from "react/jsx-runtime";
16102
+ import { jsx as jsx517, jsxs as jsxs256 } from "react/jsx-runtime";
15608
16103
 
15609
16104
  // src/utils/templates/flex-grid/grid-auto-flow/column.tsx
15610
- import { jsx as jsx501, jsxs as jsxs246 } from "react/jsx-runtime";
16105
+ import { jsx as jsx518, jsxs as jsxs257 } from "react/jsx-runtime";
15611
16106
 
15612
16107
  // src/utils/templates/flex-grid/grid-auto-flow/dense.tsx
15613
- import { jsx as jsx502, jsxs as jsxs247 } from "react/jsx-runtime";
16108
+ import { jsx as jsx519, jsxs as jsxs258 } from "react/jsx-runtime";
15614
16109
 
15615
16110
  // src/utils/templates/flex-grid/grid-auto-flow/row.tsx
15616
- import { jsx as jsx503, jsxs as jsxs248 } from "react/jsx-runtime";
16111
+ import { jsx as jsx520, jsxs as jsxs259 } from "react/jsx-runtime";
15617
16112
 
15618
16113
  // src/utils/templates/flex-grid/grid-auto-rows/auto.tsx
15619
- import { jsx as jsx504, jsxs as jsxs249 } from "react/jsx-runtime";
16114
+ import { jsx as jsx521, jsxs as jsxs260 } from "react/jsx-runtime";
15620
16115
 
15621
16116
  // src/utils/templates/flex-grid/grid-auto-rows/fr.tsx
15622
- import { jsx as jsx505, jsxs as jsxs250 } from "react/jsx-runtime";
16117
+ import { jsx as jsx522, jsxs as jsxs261 } from "react/jsx-runtime";
15623
16118
 
15624
16119
  // src/utils/templates/flex-grid/grid-auto-rows/min.tsx
15625
- import { jsx as jsx506, jsxs as jsxs251 } from "react/jsx-runtime";
16120
+ import { jsx as jsx523, jsxs as jsxs262 } from "react/jsx-runtime";
15626
16121
 
15627
16122
  // src/utils/templates/flex-grid/grid-col-start-end/start-end-n.tsx
15628
- import { jsx as jsx507, jsxs as jsxs252 } from "react/jsx-runtime";
16123
+ import { jsx as jsx524, jsxs as jsxs263 } from "react/jsx-runtime";
15629
16124
 
15630
16125
  // src/utils/templates/flex-grid/grid-row-start-end/start-end-n.tsx
15631
- import { jsx as jsx508, jsxs as jsxs253 } from "react/jsx-runtime";
16126
+ import { jsx as jsx525, jsxs as jsxs264 } from "react/jsx-runtime";
15632
16127
 
15633
16128
  // src/utils/templates/flex-grid/grid-template-cols/integer.tsx
15634
- import { jsx as jsx509, jsxs as jsxs254 } from "react/jsx-runtime";
16129
+ import { jsx as jsx526, jsxs as jsxs265 } from "react/jsx-runtime";
15635
16130
 
15636
16131
  // src/utils/templates/flex-grid/grid-template-rows/integer.tsx
15637
- import { jsx as jsx510, jsxs as jsxs255 } from "react/jsx-runtime";
16132
+ import { jsx as jsx527, jsxs as jsxs266 } from "react/jsx-runtime";
15638
16133
 
15639
16134
  // src/utils/templates/flex-grid/justify-content/around.tsx
15640
- import { jsx as jsx511, jsxs as jsxs256 } from "react/jsx-runtime";
16135
+ import { jsx as jsx528, jsxs as jsxs267 } from "react/jsx-runtime";
15641
16136
 
15642
16137
  // src/utils/templates/flex-grid/justify-content/between.tsx
15643
- import { jsx as jsx512, jsxs as jsxs257 } from "react/jsx-runtime";
16138
+ import { jsx as jsx529, jsxs as jsxs268 } from "react/jsx-runtime";
15644
16139
 
15645
16140
  // src/utils/templates/flex-grid/justify-content/center.tsx
15646
- import { jsx as jsx513, jsxs as jsxs258 } from "react/jsx-runtime";
16141
+ import { jsx as jsx530, jsxs as jsxs269 } from "react/jsx-runtime";
15647
16142
 
15648
16143
  // src/utils/templates/flex-grid/justify-content/end.tsx
15649
- import { jsx as jsx514, jsxs as jsxs259 } from "react/jsx-runtime";
16144
+ import { jsx as jsx531, jsxs as jsxs270 } from "react/jsx-runtime";
15650
16145
 
15651
16146
  // src/utils/templates/flex-grid/justify-content/evenly.tsx
15652
- import { jsx as jsx515, jsxs as jsxs260 } from "react/jsx-runtime";
16147
+ import { jsx as jsx532, jsxs as jsxs271 } from "react/jsx-runtime";
15653
16148
 
15654
16149
  // src/utils/templates/flex-grid/justify-content/normal.tsx
15655
- import { jsx as jsx516, jsxs as jsxs261 } from "react/jsx-runtime";
16150
+ import { jsx as jsx533, jsxs as jsxs272 } from "react/jsx-runtime";
15656
16151
 
15657
16152
  // src/utils/templates/flex-grid/justify-content/start.tsx
15658
- import { jsx as jsx517, jsxs as jsxs262 } from "react/jsx-runtime";
16153
+ import { jsx as jsx534, jsxs as jsxs273 } from "react/jsx-runtime";
15659
16154
 
15660
16155
  // src/utils/templates/flex-grid/justify-content/stretch.tsx
15661
- import { jsx as jsx518, jsxs as jsxs263 } from "react/jsx-runtime";
16156
+ import { jsx as jsx535, jsxs as jsxs274 } from "react/jsx-runtime";
15662
16157
 
15663
16158
  // src/utils/templates/flex-grid/justify-items/center.tsx
15664
- import { jsx as jsx519, jsxs as jsxs264 } from "react/jsx-runtime";
16159
+ import { jsx as jsx536, jsxs as jsxs275 } from "react/jsx-runtime";
15665
16160
 
15666
16161
  // src/utils/templates/flex-grid/justify-items/end.tsx
15667
- import { jsx as jsx520, jsxs as jsxs265 } from "react/jsx-runtime";
16162
+ import { jsx as jsx537, jsxs as jsxs276 } from "react/jsx-runtime";
15668
16163
 
15669
16164
  // src/utils/templates/flex-grid/justify-items/start.tsx
15670
- import { jsx as jsx521, jsxs as jsxs266 } from "react/jsx-runtime";
16165
+ import { jsx as jsx538, jsxs as jsxs277 } from "react/jsx-runtime";
15671
16166
 
15672
16167
  // src/utils/templates/flex-grid/justify-items/stretch.tsx
15673
- import { jsx as jsx522, jsxs as jsxs267 } from "react/jsx-runtime";
16168
+ import { jsx as jsx539, jsxs as jsxs278 } from "react/jsx-runtime";
15674
16169
 
15675
16170
  // src/utils/templates/flex-grid/justify-self/center.tsx
15676
- import { jsx as jsx523, jsxs as jsxs268 } from "react/jsx-runtime";
16171
+ import { jsx as jsx540, jsxs as jsxs279 } from "react/jsx-runtime";
15677
16172
 
15678
16173
  // src/utils/templates/flex-grid/justify-self/end.tsx
15679
- import { jsx as jsx524, jsxs as jsxs269 } from "react/jsx-runtime";
16174
+ import { jsx as jsx541, jsxs as jsxs280 } from "react/jsx-runtime";
15680
16175
 
15681
16176
  // src/utils/templates/flex-grid/justify-self/start.tsx
15682
- import { jsx as jsx525, jsxs as jsxs270 } from "react/jsx-runtime";
16177
+ import { jsx as jsx542, jsxs as jsxs281 } from "react/jsx-runtime";
15683
16178
 
15684
16179
  // src/utils/templates/flex-grid/justify-self/stretch.tsx
15685
- import { jsx as jsx526, jsxs as jsxs271 } from "react/jsx-runtime";
16180
+ import { jsx as jsx543, jsxs as jsxs282 } from "react/jsx-runtime";
15686
16181
 
15687
16182
  // src/utils/templates/flex-grid/order/first.tsx
15688
- import { jsx as jsx527, jsxs as jsxs272 } from "react/jsx-runtime";
16183
+ import { jsx as jsx544, jsxs as jsxs283 } from "react/jsx-runtime";
15689
16184
 
15690
16185
  // src/utils/templates/flex-grid/order/integer.tsx
15691
- import { jsx as jsx528, jsxs as jsxs273 } from "react/jsx-runtime";
16186
+ import { jsx as jsx545, jsxs as jsxs284 } from "react/jsx-runtime";
15692
16187
 
15693
16188
  // src/utils/templates/flex-grid/order/last.tsx
15694
- import { jsx as jsx529, jsxs as jsxs274 } from "react/jsx-runtime";
16189
+ import { jsx as jsx546, jsxs as jsxs285 } from "react/jsx-runtime";
15695
16190
 
15696
16191
  // src/utils/templates/flex-grid/place-content/around.tsx
15697
- import { jsx as jsx530, jsxs as jsxs275 } from "react/jsx-runtime";
16192
+ import { jsx as jsx547, jsxs as jsxs286 } from "react/jsx-runtime";
15698
16193
 
15699
16194
  // src/utils/templates/flex-grid/place-content/between.tsx
15700
- import { jsx as jsx531, jsxs as jsxs276 } from "react/jsx-runtime";
16195
+ import { jsx as jsx548, jsxs as jsxs287 } from "react/jsx-runtime";
15701
16196
 
15702
16197
  // src/utils/templates/flex-grid/place-content/center.tsx
15703
- import { jsx as jsx532, jsxs as jsxs277 } from "react/jsx-runtime";
16198
+ import { jsx as jsx549, jsxs as jsxs288 } from "react/jsx-runtime";
15704
16199
 
15705
16200
  // src/utils/templates/flex-grid/place-content/end.tsx
15706
- import { jsx as jsx533, jsxs as jsxs278 } from "react/jsx-runtime";
16201
+ import { jsx as jsx550, jsxs as jsxs289 } from "react/jsx-runtime";
15707
16202
 
15708
16203
  // src/utils/templates/flex-grid/place-content/evenly.tsx
15709
- import { jsx as jsx534, jsxs as jsxs279 } from "react/jsx-runtime";
16204
+ import { jsx as jsx551, jsxs as jsxs290 } from "react/jsx-runtime";
15710
16205
 
15711
16206
  // src/utils/templates/flex-grid/place-content/normal.tsx
15712
- import { jsx as jsx535, jsxs as jsxs280 } from "react/jsx-runtime";
16207
+ import { jsx as jsx552, jsxs as jsxs291 } from "react/jsx-runtime";
15713
16208
 
15714
16209
  // src/utils/templates/flex-grid/place-content/start.tsx
15715
- import { jsx as jsx536, jsxs as jsxs281 } from "react/jsx-runtime";
16210
+ import { jsx as jsx553, jsxs as jsxs292 } from "react/jsx-runtime";
15716
16211
 
15717
16212
  // src/utils/templates/flex-grid/place-content/stretch.tsx
15718
- import { jsx as jsx537, jsxs as jsxs282 } from "react/jsx-runtime";
16213
+ import { jsx as jsx554, jsxs as jsxs293 } from "react/jsx-runtime";
15719
16214
 
15720
16215
  // src/utils/templates/flex-grid/place-items/center.tsx
15721
- import { jsx as jsx538, jsxs as jsxs283 } from "react/jsx-runtime";
16216
+ import { jsx as jsx555, jsxs as jsxs294 } from "react/jsx-runtime";
15722
16217
 
15723
16218
  // src/utils/templates/flex-grid/place-items/end.tsx
15724
- import { jsx as jsx539, jsxs as jsxs284 } from "react/jsx-runtime";
16219
+ import { jsx as jsx556, jsxs as jsxs295 } from "react/jsx-runtime";
15725
16220
 
15726
16221
  // src/utils/templates/flex-grid/place-items/start.tsx
15727
- import { jsx as jsx540, jsxs as jsxs285 } from "react/jsx-runtime";
16222
+ import { jsx as jsx557, jsxs as jsxs296 } from "react/jsx-runtime";
15728
16223
 
15729
16224
  // src/utils/templates/flex-grid/place-items/stretch.tsx
15730
- import { jsx as jsx541, jsxs as jsxs286 } from "react/jsx-runtime";
16225
+ import { jsx as jsx558, jsxs as jsxs297 } from "react/jsx-runtime";
15731
16226
 
15732
16227
  // src/utils/templates/flex-grid/place-self/center.tsx
15733
- import { jsx as jsx542, jsxs as jsxs287 } from "react/jsx-runtime";
16228
+ import { jsx as jsx559, jsxs as jsxs298 } from "react/jsx-runtime";
15734
16229
 
15735
16230
  // src/utils/templates/flex-grid/place-self/end.tsx
15736
- import { jsx as jsx543, jsxs as jsxs288 } from "react/jsx-runtime";
16231
+ import { jsx as jsx560, jsxs as jsxs299 } from "react/jsx-runtime";
15737
16232
 
15738
16233
  // src/utils/templates/flex-grid/place-self/start.tsx
15739
- import { jsx as jsx544, jsxs as jsxs289 } from "react/jsx-runtime";
16234
+ import { jsx as jsx561, jsxs as jsxs300 } from "react/jsx-runtime";
15740
16235
 
15741
16236
  // src/utils/templates/flex-grid/place-self/stretch.tsx
15742
- import { jsx as jsx545, jsxs as jsxs290 } from "react/jsx-runtime";
16237
+ import { jsx as jsx562, jsxs as jsxs301 } from "react/jsx-runtime";
15743
16238
 
15744
16239
  // src/utils/templates/interactivity/appearance/applying.tsx
15745
- import { jsx as jsx546, jsxs as jsxs291 } from "react/jsx-runtime";
16240
+ import { jsx as jsx563, jsxs as jsxs302 } from "react/jsx-runtime";
15746
16241
 
15747
16242
  // src/utils/templates/interactivity/appearance/none.tsx
15748
- import { jsx as jsx547, jsxs as jsxs292 } from "react/jsx-runtime";
16243
+ import { jsx as jsx564, jsxs as jsxs303 } from "react/jsx-runtime";
15749
16244
 
15750
16245
  // src/utils/templates/interactivity/cursor/applying.tsx
15751
- import { jsx as jsx548, jsxs as jsxs293 } from "react/jsx-runtime";
16246
+ import { jsx as jsx565, jsxs as jsxs304 } from "react/jsx-runtime";
15752
16247
 
15753
16248
  // src/utils/templates/interactivity/pointer-events/applying.tsx
15754
- import { jsx as jsx549, jsxs as jsxs294 } from "react/jsx-runtime";
16249
+ import { jsx as jsx566, jsxs as jsxs305 } from "react/jsx-runtime";
15755
16250
 
15756
16251
  // src/utils/templates/interactivity/resize/all-directions.tsx
15757
- import { jsx as jsx550 } from "react/jsx-runtime";
16252
+ import { jsx as jsx567 } from "react/jsx-runtime";
15758
16253
 
15759
16254
  // src/utils/templates/interactivity/resize/horizontal.tsx
15760
- import { jsx as jsx551 } from "react/jsx-runtime";
16255
+ import { jsx as jsx568 } from "react/jsx-runtime";
15761
16256
 
15762
16257
  // src/utils/templates/interactivity/resize/no-resizing.tsx
15763
- import { jsx as jsx552 } from "react/jsx-runtime";
16258
+ import { jsx as jsx569 } from "react/jsx-runtime";
15764
16259
 
15765
16260
  // src/utils/templates/interactivity/resize/vertical.tsx
15766
- import { jsx as jsx553 } from "react/jsx-runtime";
16261
+ import { jsx as jsx570 } from "react/jsx-runtime";
15767
16262
 
15768
16263
  // src/utils/templates/interactivity/touch-action/auto.tsx
15769
- import { jsx as jsx554 } from "react/jsx-runtime";
16264
+ import { jsx as jsx571 } from "react/jsx-runtime";
15770
16265
 
15771
16266
  // src/utils/templates/interactivity/touch-action/horizontal.tsx
15772
- import { jsx as jsx555 } from "react/jsx-runtime";
16267
+ import { jsx as jsx572 } from "react/jsx-runtime";
15773
16268
 
15774
16269
  // src/utils/templates/interactivity/touch-action/none.tsx
15775
- import { jsx as jsx556 } from "react/jsx-runtime";
16270
+ import { jsx as jsx573 } from "react/jsx-runtime";
15776
16271
 
15777
16272
  // src/utils/templates/interactivity/touch-action/vertical.tsx
15778
- import { jsx as jsx557 } from "react/jsx-runtime";
16273
+ import { jsx as jsx574 } from "react/jsx-runtime";
15779
16274
 
15780
16275
  // src/utils/templates/interactivity/user-select/all.tsx
15781
- import { jsx as jsx558 } from "react/jsx-runtime";
16276
+ import { jsx as jsx575 } from "react/jsx-runtime";
15782
16277
 
15783
16278
  // src/utils/templates/interactivity/user-select/none.tsx
15784
- import { jsx as jsx559 } from "react/jsx-runtime";
16279
+ import { jsx as jsx576 } from "react/jsx-runtime";
15785
16280
 
15786
16281
  // src/utils/templates/interactivity/user-select/text.tsx
15787
- import { jsx as jsx560 } from "react/jsx-runtime";
16282
+ import { jsx as jsx577 } from "react/jsx-runtime";
15788
16283
 
15789
16284
  // src/utils/templates/layout/aspect-ratio/auto.tsx
15790
- import { jsx as jsx561 } from "react/jsx-runtime";
16285
+ import { jsx as jsx578 } from "react/jsx-runtime";
15791
16286
 
15792
16287
  // src/utils/templates/layout/aspect-ratio/one.tsx
15793
- import { jsx as jsx562 } from "react/jsx-runtime";
16288
+ import { jsx as jsx579 } from "react/jsx-runtime";
15794
16289
 
15795
16290
  // src/utils/templates/layout/aspect-ratio/sqaure.tsx
15796
- import { jsx as jsx563 } from "react/jsx-runtime";
16291
+ import { jsx as jsx580 } from "react/jsx-runtime";
15797
16292
 
15798
16293
  // src/utils/templates/layout/aspect-ratio/video.tsx
15799
- import { jsx as jsx564 } from "react/jsx-runtime";
16294
+ import { jsx as jsx581 } from "react/jsx-runtime";
15800
16295
 
15801
16296
  // src/utils/templates/layout/box-sizing/border.tsx
15802
- import { jsx as jsx565 } from "react/jsx-runtime";
16297
+ import { jsx as jsx582 } from "react/jsx-runtime";
15803
16298
 
15804
16299
  // src/utils/templates/layout/box-sizing/content.tsx
15805
- import { jsx as jsx566 } from "react/jsx-runtime";
16300
+ import { jsx as jsx583 } from "react/jsx-runtime";
15806
16301
 
15807
16302
  // src/utils/templates/layout/clear/both.tsx
15808
- import { jsx as jsx567, jsxs as jsxs295 } from "react/jsx-runtime";
16303
+ import { jsx as jsx584, jsxs as jsxs306 } from "react/jsx-runtime";
15809
16304
 
15810
16305
  // src/utils/templates/layout/clear/left.tsx
15811
- import { jsx as jsx568, jsxs as jsxs296 } from "react/jsx-runtime";
16306
+ import { jsx as jsx585, jsxs as jsxs307 } from "react/jsx-runtime";
15812
16307
 
15813
16308
  // src/utils/templates/layout/clear/no-clear.tsx
15814
- import { jsx as jsx569, jsxs as jsxs297 } from "react/jsx-runtime";
16309
+ import { jsx as jsx586, jsxs as jsxs308 } from "react/jsx-runtime";
15815
16310
 
15816
16311
  // src/utils/templates/layout/clear/right.tsx
15817
- import { jsx as jsx570, jsxs as jsxs298 } from "react/jsx-runtime";
16312
+ import { jsx as jsx587, jsxs as jsxs309 } from "react/jsx-runtime";
15818
16313
 
15819
16314
  // src/utils/templates/layout/columns/automatic.tsx
15820
- import { jsx as jsx571, jsxs as jsxs299 } from "react/jsx-runtime";
16315
+ import { jsx as jsx588, jsxs as jsxs310 } from "react/jsx-runtime";
15821
16316
 
15822
16317
  // src/utils/templates/layout/columns/count.tsx
15823
- import { jsx as jsx572, jsxs as jsxs300 } from "react/jsx-runtime";
16318
+ import { jsx as jsx589, jsxs as jsxs311 } from "react/jsx-runtime";
15824
16319
 
15825
16320
  // src/utils/templates/layout/display/block.tsx
15826
- import { jsx as jsx573, jsxs as jsxs301 } from "react/jsx-runtime";
16321
+ import { jsx as jsx590, jsxs as jsxs312 } from "react/jsx-runtime";
15827
16322
 
15828
16323
  // src/utils/templates/layout/display/flex.tsx
15829
- import { jsx as jsx574, jsxs as jsxs302 } from "react/jsx-runtime";
16324
+ import { jsx as jsx591, jsxs as jsxs313 } from "react/jsx-runtime";
15830
16325
 
15831
16326
  // src/utils/templates/layout/display/inline.tsx
15832
- import { jsx as jsx575, jsxs as jsxs303 } from "react/jsx-runtime";
16327
+ import { jsx as jsx592, jsxs as jsxs314 } from "react/jsx-runtime";
15833
16328
 
15834
16329
  // src/utils/templates/layout/display/none.tsx
15835
- import { Fragment as Fragment122, jsx as jsx576, jsxs as jsxs304 } from "react/jsx-runtime";
16330
+ import { Fragment as Fragment131, jsx as jsx593, jsxs as jsxs315 } from "react/jsx-runtime";
15836
16331
 
15837
16332
  // src/utils/templates/layout/float/left.tsx
15838
- import { jsx as jsx577, jsxs as jsxs305 } from "react/jsx-runtime";
16333
+ import { jsx as jsx594, jsxs as jsxs316 } from "react/jsx-runtime";
15839
16334
 
15840
16335
  // src/utils/templates/layout/float/no-float.tsx
15841
- import { jsx as jsx578, jsxs as jsxs306 } from "react/jsx-runtime";
16336
+ import { jsx as jsx595, jsxs as jsxs317 } from "react/jsx-runtime";
15842
16337
 
15843
16338
  // src/utils/templates/layout/float/right.tsx
15844
- import { jsx as jsx579, jsxs as jsxs307 } from "react/jsx-runtime";
16339
+ import { jsx as jsx596, jsxs as jsxs318 } from "react/jsx-runtime";
15845
16340
 
15846
16341
  // src/utils/templates/layout/object-fit/contain.tsx
15847
- import { jsx as jsx580 } from "react/jsx-runtime";
16342
+ import { jsx as jsx597 } from "react/jsx-runtime";
15848
16343
 
15849
16344
  // src/utils/templates/layout/object-fit/cover.tsx
15850
- import { jsx as jsx581 } from "react/jsx-runtime";
16345
+ import { jsx as jsx598 } from "react/jsx-runtime";
15851
16346
 
15852
16347
  // src/utils/templates/layout/object-fit/fill.tsx
15853
- import { jsx as jsx582 } from "react/jsx-runtime";
16348
+ import { jsx as jsx599 } from "react/jsx-runtime";
15854
16349
 
15855
16350
  // src/utils/templates/layout/object-fit/scale-down.tsx
15856
- import { jsx as jsx583 } from "react/jsx-runtime";
16351
+ import { jsx as jsx600 } from "react/jsx-runtime";
15857
16352
 
15858
16353
  // src/utils/templates/layout/object-position/position.tsx
15859
- import { jsx as jsx584, jsxs as jsxs308 } from "react/jsx-runtime";
16354
+ import { jsx as jsx601, jsxs as jsxs319 } from "react/jsx-runtime";
15860
16355
 
15861
16356
  // src/utils/templates/layout/overflow/hidden.tsx
15862
- import { jsx as jsx585 } from "react/jsx-runtime";
16357
+ import { jsx as jsx602 } from "react/jsx-runtime";
15863
16358
 
15864
16359
  // src/utils/templates/layout/overflow/horizontal.tsx
15865
- import { jsx as jsx586 } from "react/jsx-runtime";
16360
+ import { jsx as jsx603 } from "react/jsx-runtime";
15866
16361
 
15867
16362
  // src/utils/templates/layout/overflow/vertical.tsx
15868
- import { jsx as jsx587 } from "react/jsx-runtime";
16363
+ import { jsx as jsx604 } from "react/jsx-runtime";
15869
16364
 
15870
16365
  // src/utils/templates/layout/overflow/visible.tsx
15871
- import { jsx as jsx588 } from "react/jsx-runtime";
16366
+ import { jsx as jsx605 } from "react/jsx-runtime";
15872
16367
 
15873
16368
  // src/utils/templates/layout/placement/multiple.tsx
15874
- import { jsx as jsx589, jsxs as jsxs309 } from "react/jsx-runtime";
16369
+ import { jsx as jsx606, jsxs as jsxs320 } from "react/jsx-runtime";
15875
16370
 
15876
16371
  // src/utils/templates/layout/placement/single.tsx
15877
- import { jsx as jsx590, jsxs as jsxs310 } from "react/jsx-runtime";
16372
+ import { jsx as jsx607, jsxs as jsxs321 } from "react/jsx-runtime";
15878
16373
 
15879
16374
  // src/utils/templates/layout/position/applying.tsx
15880
- import { jsx as jsx591, jsxs as jsxs311 } from "react/jsx-runtime";
16375
+ import { jsx as jsx608, jsxs as jsxs322 } from "react/jsx-runtime";
15881
16376
 
15882
16377
  // src/utils/templates/layout/visibility/invisible.tsx
15883
- import { jsx as jsx592, jsxs as jsxs312 } from "react/jsx-runtime";
16378
+ import { jsx as jsx609, jsxs as jsxs323 } from "react/jsx-runtime";
15884
16379
 
15885
16380
  // src/utils/templates/layout/z-index/applying.tsx
15886
- import { Fragment as Fragment123, jsx as jsx593, jsxs as jsxs313 } from "react/jsx-runtime";
16381
+ import { Fragment as Fragment132, jsx as jsx610, jsxs as jsxs324 } from "react/jsx-runtime";
15887
16382
 
15888
16383
  // src/utils/templates/sizing/height/fixed.tsx
15889
- import { jsx as jsx594, jsxs as jsxs314 } from "react/jsx-runtime";
16384
+ import { jsx as jsx611, jsxs as jsxs325 } from "react/jsx-runtime";
15890
16385
 
15891
16386
  // src/utils/templates/sizing/height/full.tsx
15892
- import { jsx as jsx595 } from "react/jsx-runtime";
16387
+ import { jsx as jsx612 } from "react/jsx-runtime";
15893
16388
 
15894
16389
  // src/utils/templates/sizing/height/maximum.tsx
15895
- import { jsx as jsx596 } from "react/jsx-runtime";
16390
+ import { jsx as jsx613 } from "react/jsx-runtime";
15896
16391
 
15897
16392
  // src/utils/templates/sizing/height/minimum.tsx
15898
- import { jsx as jsx597 } from "react/jsx-runtime";
16393
+ import { jsx as jsx614 } from "react/jsx-runtime";
15899
16394
 
15900
16395
  // src/utils/templates/sizing/height/screen.tsx
15901
- import { jsx as jsx598 } from "react/jsx-runtime";
16396
+ import { jsx as jsx615 } from "react/jsx-runtime";
15902
16397
 
15903
16398
  // src/utils/templates/sizing/width/fixed.tsx
15904
- import { jsx as jsx599, jsxs as jsxs315 } from "react/jsx-runtime";
16399
+ import { jsx as jsx616, jsxs as jsxs326 } from "react/jsx-runtime";
15905
16400
 
15906
16401
  // src/utils/templates/sizing/width/full.tsx
15907
- import { jsx as jsx600 } from "react/jsx-runtime";
16402
+ import { jsx as jsx617 } from "react/jsx-runtime";
15908
16403
 
15909
16404
  // src/utils/templates/sizing/width/maximum.tsx
15910
- import { jsx as jsx601 } from "react/jsx-runtime";
16405
+ import { jsx as jsx618 } from "react/jsx-runtime";
15911
16406
 
15912
16407
  // src/utils/templates/sizing/width/minimum.tsx
15913
- import { jsx as jsx602 } from "react/jsx-runtime";
16408
+ import { jsx as jsx619 } from "react/jsx-runtime";
15914
16409
 
15915
16410
  // src/utils/templates/sizing/width/screen.tsx
15916
- import { jsx as jsx603 } from "react/jsx-runtime";
16411
+ import { jsx as jsx620 } from "react/jsx-runtime";
15917
16412
 
15918
16413
  // src/utils/templates/spacing/margin/all.tsx
15919
- import { jsx as jsx604 } from "react/jsx-runtime";
16414
+ import { jsx as jsx621 } from "react/jsx-runtime";
15920
16415
 
15921
16416
  // src/utils/templates/spacing/margin/single.tsx
15922
- import { Fragment as Fragment124, jsx as jsx605, jsxs as jsxs316 } from "react/jsx-runtime";
16417
+ import { Fragment as Fragment133, jsx as jsx622, jsxs as jsxs327 } from "react/jsx-runtime";
15923
16418
 
15924
16419
  // src/utils/templates/spacing/margin/x.tsx
15925
- import { jsx as jsx606 } from "react/jsx-runtime";
16420
+ import { jsx as jsx623 } from "react/jsx-runtime";
15926
16421
 
15927
16422
  // src/utils/templates/spacing/margin/y.tsx
15928
- import { jsx as jsx607 } from "react/jsx-runtime";
16423
+ import { jsx as jsx624 } from "react/jsx-runtime";
15929
16424
 
15930
16425
  // src/utils/templates/spacing/padding/all.tsx
15931
- import { jsx as jsx608 } from "react/jsx-runtime";
16426
+ import { jsx as jsx625 } from "react/jsx-runtime";
15932
16427
 
15933
16428
  // src/utils/templates/spacing/padding/single.tsx
15934
- import { Fragment as Fragment125, jsx as jsx609, jsxs as jsxs317 } from "react/jsx-runtime";
16429
+ import { Fragment as Fragment134, jsx as jsx626, jsxs as jsxs328 } from "react/jsx-runtime";
15935
16430
 
15936
16431
  // src/utils/templates/spacing/padding/x.tsx
15937
- import { jsx as jsx610 } from "react/jsx-runtime";
16432
+ import { jsx as jsx627 } from "react/jsx-runtime";
15938
16433
 
15939
16434
  // src/utils/templates/spacing/padding/y.tsx
15940
- import { jsx as jsx611 } from "react/jsx-runtime";
16435
+ import { jsx as jsx628 } from "react/jsx-runtime";
15941
16436
 
15942
16437
  // src/utils/templates/svg/fill/color.tsx
15943
- import { Fragment as Fragment126, jsx as jsx612, jsxs as jsxs318 } from "react/jsx-runtime";
16438
+ import { Fragment as Fragment135, jsx as jsx629, jsxs as jsxs329 } from "react/jsx-runtime";
15944
16439
 
15945
16440
  // src/utils/templates/svg/stroke/color.tsx
15946
- import { Fragment as Fragment127, jsx as jsx613, jsxs as jsxs319 } from "react/jsx-runtime";
16441
+ import { Fragment as Fragment136, jsx as jsx630, jsxs as jsxs330 } from "react/jsx-runtime";
15947
16442
 
15948
16443
  // src/utils/templates/table/border-collapse/collapse.tsx
15949
- import { jsx as jsx614, jsxs as jsxs320 } from "react/jsx-runtime";
16444
+ import { jsx as jsx631, jsxs as jsxs331 } from "react/jsx-runtime";
15950
16445
 
15951
16446
  // src/utils/templates/table/border-collapse/separate.tsx
15952
- import { jsx as jsx615, jsxs as jsxs321 } from "react/jsx-runtime";
16447
+ import { jsx as jsx632, jsxs as jsxs332 } from "react/jsx-runtime";
15953
16448
 
15954
16449
  // src/utils/templates/table/table-layout/auto.tsx
15955
- import { jsx as jsx616, jsxs as jsxs322 } from "react/jsx-runtime";
16450
+ import { jsx as jsx633, jsxs as jsxs333 } from "react/jsx-runtime";
15956
16451
 
15957
16452
  // src/utils/templates/table/table-layout/fixed.tsx
15958
- import { jsx as jsx617, jsxs as jsxs323 } from "react/jsx-runtime";
16453
+ import { jsx as jsx634, jsxs as jsxs334 } from "react/jsx-runtime";
15959
16454
 
15960
16455
  // src/utils/templates/transform/flip/horizontal.tsx
15961
- import { jsx as jsx618, jsxs as jsxs324 } from "react/jsx-runtime";
16456
+ import { jsx as jsx635, jsxs as jsxs335 } from "react/jsx-runtime";
15962
16457
 
15963
16458
  // src/utils/templates/transform/flip/vertical.tsx
15964
- import { jsx as jsx619, jsxs as jsxs325 } from "react/jsx-runtime";
16459
+ import { jsx as jsx636, jsxs as jsxs336 } from "react/jsx-runtime";
15965
16460
 
15966
16461
  // src/utils/templates/transform/origin/applying.tsx
15967
- import { jsx as jsx620, jsxs as jsxs326 } from "react/jsx-runtime";
16462
+ import { jsx as jsx637, jsxs as jsxs337 } from "react/jsx-runtime";
15968
16463
 
15969
16464
  // src/utils/templates/transform/rotate/applying.tsx
15970
- import { jsx as jsx621, jsxs as jsxs327 } from "react/jsx-runtime";
16465
+ import { jsx as jsx638, jsxs as jsxs338 } from "react/jsx-runtime";
15971
16466
 
15972
16467
  // src/utils/templates/transform/scale/applying.tsx
15973
- import { jsx as jsx622, jsxs as jsxs328 } from "react/jsx-runtime";
16468
+ import { jsx as jsx639, jsxs as jsxs339 } from "react/jsx-runtime";
15974
16469
 
15975
16470
  // src/utils/templates/transform/skew/applying.tsx
15976
- import { jsx as jsx623, jsxs as jsxs329 } from "react/jsx-runtime";
16471
+ import { jsx as jsx640, jsxs as jsxs340 } from "react/jsx-runtime";
15977
16472
 
15978
16473
  // src/utils/templates/transform/translate/applying.tsx
15979
- import { jsx as jsx624, jsxs as jsxs330 } from "react/jsx-runtime";
16474
+ import { jsx as jsx641, jsxs as jsxs341 } from "react/jsx-runtime";
15980
16475
 
15981
16476
  // src/utils/templates/typography/font-style/italic.tsx
15982
- import { jsx as jsx625 } from "react/jsx-runtime";
16477
+ import { jsx as jsx642 } from "react/jsx-runtime";
15983
16478
 
15984
16479
  // src/utils/templates/typography/font-weight/size.tsx
15985
- import { Fragment as Fragment128, jsx as jsx626, jsxs as jsxs331 } from "react/jsx-runtime";
16480
+ import { Fragment as Fragment137, jsx as jsx643, jsxs as jsxs342 } from "react/jsx-runtime";
15986
16481
 
15987
16482
  // src/utils/templates/typography/list-style-type/decimal.tsx
15988
- import { jsx as jsx627, jsxs as jsxs332 } from "react/jsx-runtime";
16483
+ import { jsx as jsx644, jsxs as jsxs343 } from "react/jsx-runtime";
15989
16484
 
15990
16485
  // src/utils/templates/typography/list-style-type/disc.tsx
15991
- import { jsx as jsx628, jsxs as jsxs333 } from "react/jsx-runtime";
16486
+ import { jsx as jsx645, jsxs as jsxs344 } from "react/jsx-runtime";
15992
16487
 
15993
16488
  // src/utils/templates/typography/list-style-type/none.tsx
15994
- import { jsx as jsx629, jsxs as jsxs334 } from "react/jsx-runtime";
16489
+ import { jsx as jsx646, jsxs as jsxs345 } from "react/jsx-runtime";
15995
16490
 
15996
16491
  // src/utils/templates/typography/text-align/center.tsx
15997
- import { jsx as jsx630 } from "react/jsx-runtime";
16492
+ import { jsx as jsx647 } from "react/jsx-runtime";
15998
16493
 
15999
16494
  // src/utils/templates/typography/text-align/justify.tsx
16000
- import { jsx as jsx631 } from "react/jsx-runtime";
16495
+ import { jsx as jsx648 } from "react/jsx-runtime";
16001
16496
 
16002
16497
  // src/utils/templates/typography/text-align/left.tsx
16003
- import { jsx as jsx632 } from "react/jsx-runtime";
16498
+ import { jsx as jsx649 } from "react/jsx-runtime";
16004
16499
 
16005
16500
  // src/utils/templates/typography/text-align/right.tsx
16006
- import { jsx as jsx633 } from "react/jsx-runtime";
16501
+ import { jsx as jsx650 } from "react/jsx-runtime";
16007
16502
 
16008
16503
  // src/utils/templates/typography/text-color/inherit.tsx
16009
- import { jsx as jsx634 } from "react/jsx-runtime";
16504
+ import { jsx as jsx651 } from "react/jsx-runtime";
16010
16505
 
16011
16506
  // src/utils/templates/typography/text-color/white.tsx
16012
- import { jsx as jsx635 } from "react/jsx-runtime";
16507
+ import { jsx as jsx652 } from "react/jsx-runtime";
16013
16508
 
16014
16509
  // src/utils/templates/typography/text-decoration/all.tsx
16015
- import { Fragment as Fragment129, jsx as jsx636, jsxs as jsxs335 } from "react/jsx-runtime";
16510
+ import { Fragment as Fragment138, jsx as jsx653, jsxs as jsxs346 } from "react/jsx-runtime";
16016
16511
 
16017
16512
  // src/utils/templates/typography/text-overflow/clip.tsx
16018
- import { jsx as jsx637 } from "react/jsx-runtime";
16513
+ import { jsx as jsx654 } from "react/jsx-runtime";
16019
16514
 
16020
16515
  // src/utils/templates/typography/text-overflow/ellipsis.tsx
16021
- import { jsx as jsx638 } from "react/jsx-runtime";
16516
+ import { jsx as jsx655 } from "react/jsx-runtime";
16022
16517
 
16023
16518
  // src/utils/templates/typography/text-transform/all.tsx
16024
- import { Fragment as Fragment130, jsx as jsx639, jsxs as jsxs336 } from "react/jsx-runtime";
16519
+ import { Fragment as Fragment139, jsx as jsx656, jsxs as jsxs347 } from "react/jsx-runtime";
16025
16520
 
16026
16521
  // src/utils/templates/typography/vertical-align/baseline.tsx
16027
- import { jsx as jsx640, jsxs as jsxs337 } from "react/jsx-runtime";
16522
+ import { jsx as jsx657, jsxs as jsxs348 } from "react/jsx-runtime";
16028
16523
 
16029
16524
  // src/utils/templates/typography/vertical-align/bottom.tsx
16030
- import { jsx as jsx641, jsxs as jsxs338 } from "react/jsx-runtime";
16525
+ import { jsx as jsx658, jsxs as jsxs349 } from "react/jsx-runtime";
16031
16526
 
16032
16527
  // src/utils/templates/typography/vertical-align/center.tsx
16033
- import { jsx as jsx642, jsxs as jsxs339 } from "react/jsx-runtime";
16528
+ import { jsx as jsx659, jsxs as jsxs350 } from "react/jsx-runtime";
16034
16529
 
16035
16530
  // src/utils/templates/typography/vertical-align/top.tsx
16036
- import { jsx as jsx643, jsxs as jsxs340 } from "react/jsx-runtime";
16531
+ import { jsx as jsx660, jsxs as jsxs351 } from "react/jsx-runtime";
16037
16532
 
16038
16533
  // src/utils/templates/typography/white-space/normal.tsx
16039
- import { jsx as jsx644 } from "react/jsx-runtime";
16534
+ import { jsx as jsx661 } from "react/jsx-runtime";
16040
16535
 
16041
16536
  // src/utils/templates/typography/white-space/nowrap.tsx
16042
- import { jsx as jsx645 } from "react/jsx-runtime";
16537
+ import { jsx as jsx662 } from "react/jsx-runtime";
16043
16538
 
16044
16539
  // src/utils/templates/typography/white-space/pre-line.tsx
16045
- import { jsx as jsx646 } from "react/jsx-runtime";
16540
+ import { jsx as jsx663 } from "react/jsx-runtime";
16046
16541
 
16047
16542
  // src/utils/templates/typography/white-space/pre-wrap.tsx
16048
- import { jsx as jsx647 } from "react/jsx-runtime";
16543
+ import { jsx as jsx664 } from "react/jsx-runtime";
16049
16544
 
16050
16545
  // src/utils/templates/typography/white-space/pre.tsx
16051
- import { jsx as jsx648 } from "react/jsx-runtime";
16546
+ import { jsx as jsx665 } from "react/jsx-runtime";
16052
16547
 
16053
16548
  // src/multiselect/templates/multiselect-prefix.tsx
16054
- import { Fragment as Fragment131, jsx as jsx649 } from "react/jsx-runtime";
16549
+ import { Fragment as Fragment140, jsx as jsx666 } from "react/jsx-runtime";
16055
16550
 
16056
16551
  // src/multiselect/templates/multiselect-suffix.tsx
16057
- import { Fragment as Fragment132, jsx as jsx650 } from "react/jsx-runtime";
16552
+ import { Fragment as Fragment141, jsx as jsx667 } from "react/jsx-runtime";
16058
16553
 
16059
16554
  // src/scheduler/tests/scheduler-edit-dialog.tsx
16060
- import { Fragment as Fragment133, jsx as jsx651, jsxs as jsxs341 } from "react/jsx-runtime";
16555
+ import { Fragment as Fragment142, jsx as jsx668, jsxs as jsxs352 } from "react/jsx-runtime";
16061
16556
  var style = `
16062
16557
  #test-area {
16063
16558
  width: 700px;
@@ -16067,55 +16562,55 @@ var style = `
16067
16562
  position: relative;
16068
16563
  }
16069
16564
  `;
16070
- var scheduler_edit_dialog_default = () => /* @__PURE__ */ jsxs341(Fragment133, { children: [
16071
- /* @__PURE__ */ jsx651("style", { children: style }),
16072
- /* @__PURE__ */ jsx651("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ jsx651("section", { children: /* @__PURE__ */ jsx651(WindowNormal, { title: "Edit event", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs341(Fragment133, { children: [
16073
- /* @__PURE__ */ jsx651(Button, { themeColor: "primary", icon: "save", children: "Save" }),
16074
- /* @__PURE__ */ jsx651(Button, { icon: "cancel", children: "Cancel" }),
16075
- /* @__PURE__ */ jsx651("span", { className: "k-spacer" }),
16076
- /* @__PURE__ */ jsx651(Button, { fillMode: "flat", themeColor: "primary", icon: "trash", children: "Delete" })
16077
- ] }), children: /* @__PURE__ */ jsxs341(FormNormal, { formButtons: null, tag: "div", className: "k-scheduler-edit-form", children: [
16078
- /* @__PURE__ */ jsx651(FormField, { className: "k-form-field-error", label: "Title", error: "Error", editor: /* @__PURE__ */ jsx651(Textbox, { invalid: true, value: "Invalid" }) }),
16079
- /* @__PURE__ */ jsx651(FormField, { label: "Start", editor: /* @__PURE__ */ jsx651(DateTimePicker, { placeholder: "dd/MM/yyyy hh:mm AM" }) }),
16080
- /* @__PURE__ */ jsx651(FormField, { label: "End", editor: /* @__PURE__ */ jsx651(DateTimePicker, { placeholder: "dd/MM/yyyy hh:mm AM" }) }),
16081
- /* @__PURE__ */ jsx651(FormField, { editor: /* @__PURE__ */ jsxs341(Fragment133, { children: [
16082
- /* @__PURE__ */ jsx651(Checkbox, {}),
16083
- /* @__PURE__ */ jsx651("label", { className: "k-checkbox-label", children: "All Day Event" })
16565
+ var scheduler_edit_dialog_default = () => /* @__PURE__ */ jsxs352(Fragment142, { children: [
16566
+ /* @__PURE__ */ jsx668("style", { children: style }),
16567
+ /* @__PURE__ */ jsx668("div", { id: "test-area", className: "k-d-grid k-grid-cols-1", children: /* @__PURE__ */ jsx668("section", { children: /* @__PURE__ */ jsx668(WindowNormal, { title: "Edit event", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs352(Fragment142, { children: [
16568
+ /* @__PURE__ */ jsx668(Button, { themeColor: "primary", icon: "save", children: "Save" }),
16569
+ /* @__PURE__ */ jsx668(Button, { icon: "cancel", children: "Cancel" }),
16570
+ /* @__PURE__ */ jsx668("span", { className: "k-spacer" }),
16571
+ /* @__PURE__ */ jsx668(Button, { fillMode: "flat", themeColor: "primary", icon: "trash", children: "Delete" })
16572
+ ] }), children: /* @__PURE__ */ jsxs352(FormNormal, { formButtons: null, tag: "div", className: "k-scheduler-edit-form", children: [
16573
+ /* @__PURE__ */ jsx668(FormField, { className: "k-form-field-error", label: "Title", error: "Error", editor: /* @__PURE__ */ jsx668(Textbox, { invalid: true, value: "Invalid" }) }),
16574
+ /* @__PURE__ */ jsx668(FormField, { label: "Start", editor: /* @__PURE__ */ jsx668(DateTimePicker, { placeholder: "dd/MM/yyyy hh:mm AM" }) }),
16575
+ /* @__PURE__ */ jsx668(FormField, { label: "End", editor: /* @__PURE__ */ jsx668(DateTimePicker, { placeholder: "dd/MM/yyyy hh:mm AM" }) }),
16576
+ /* @__PURE__ */ jsx668(FormField, { editor: /* @__PURE__ */ jsxs352(Fragment142, { children: [
16577
+ /* @__PURE__ */ jsx668(Checkbox, {}),
16578
+ /* @__PURE__ */ jsx668("label", { className: "k-checkbox-label", children: "All Day Event" })
16084
16579
  ] }) }),
16085
- /* @__PURE__ */ jsx651(FormField, { editor: /* @__PURE__ */ jsxs341(Fragment133, { children: [
16086
- /* @__PURE__ */ jsx651(Checkbox, {}),
16087
- /* @__PURE__ */ jsx651("label", { className: "k-checkbox-label", children: "Specify Time Zone" })
16580
+ /* @__PURE__ */ jsx668(FormField, { editor: /* @__PURE__ */ jsxs352(Fragment142, { children: [
16581
+ /* @__PURE__ */ jsx668(Checkbox, {}),
16582
+ /* @__PURE__ */ jsx668("label", { className: "k-checkbox-label", children: "Specify Time Zone" })
16088
16583
  ] }) }),
16089
- /* @__PURE__ */ jsxs341("div", { className: "k-recurrence-editor", children: [
16090
- /* @__PURE__ */ jsx651(FormField, { label: "Repeat", editor: /* @__PURE__ */ jsxs341(ButtonGroup, { stretched: true, className: "k-scheduler-recurrence-repeat", children: [
16091
- /* @__PURE__ */ jsx651(Button, { children: "Never" }),
16092
- /* @__PURE__ */ jsx651(Button, { selected: true, children: "Daily" }),
16093
- /* @__PURE__ */ jsx651(Button, { children: "Weekly" }),
16094
- /* @__PURE__ */ jsx651(Button, { children: "Monthly" }),
16095
- /* @__PURE__ */ jsx651(Button, { children: "Yearly" })
16584
+ /* @__PURE__ */ jsxs352("div", { className: "k-recurrence-editor", children: [
16585
+ /* @__PURE__ */ jsx668(FormField, { label: "Repeat", editor: /* @__PURE__ */ jsxs352(ButtonGroup, { stretched: true, className: "k-scheduler-recurrence-repeat", children: [
16586
+ /* @__PURE__ */ jsx668(Button, { children: "Never" }),
16587
+ /* @__PURE__ */ jsx668(Button, { selected: true, children: "Daily" }),
16588
+ /* @__PURE__ */ jsx668(Button, { children: "Weekly" }),
16589
+ /* @__PURE__ */ jsx668(Button, { children: "Monthly" }),
16590
+ /* @__PURE__ */ jsx668(Button, { children: "Yearly" })
16096
16591
  ] }) }),
16097
- /* @__PURE__ */ jsxs341("div", { className: "k-recur-view", children: [
16098
- /* @__PURE__ */ jsx651("div", { className: "k-scheduler-recurrence-interval-editor", children: /* @__PURE__ */ jsx651(FormField, { label: "Repeat every", editor: /* @__PURE__ */ jsxs341(Fragment133, { children: [
16099
- /* @__PURE__ */ jsx651(NumericTextbox, { className: "k-recur-interval" }),
16100
- /* @__PURE__ */ jsx651("span", { children: " day(s)" })
16592
+ /* @__PURE__ */ jsxs352("div", { className: "k-recur-view", children: [
16593
+ /* @__PURE__ */ jsx668("div", { className: "k-scheduler-recurrence-interval-editor", children: /* @__PURE__ */ jsx668(FormField, { label: "Repeat every", editor: /* @__PURE__ */ jsxs352(Fragment142, { children: [
16594
+ /* @__PURE__ */ jsx668(NumericTextbox, { className: "k-recur-interval" }),
16595
+ /* @__PURE__ */ jsx668("span", { children: " day(s)" })
16101
16596
  ] }) }) }),
16102
- /* @__PURE__ */ jsx651("div", { className: "k-scheduler-recurrence-end-rule-editor", children: /* @__PURE__ */ jsx651(FormField, { label: "End", editor: /* @__PURE__ */ jsxs341(RadioGroup, { children: [
16103
- /* @__PURE__ */ jsx651(RadioItem, { children: /* @__PURE__ */ jsx651(RadioButtonWithLabelAfter, { id: "k-endrule-never", children: "Never" }) }),
16104
- /* @__PURE__ */ jsxs341(RadioItem, { children: [
16105
- /* @__PURE__ */ jsx651(RadioButtonWithLabelAfter, { id: "k-endrule-count", children: "After" }),
16106
- /* @__PURE__ */ jsx651(NumericTextbox, { className: "k-recur-count" }),
16107
- /* @__PURE__ */ jsx651("span", { children: "occurrence(s)" })
16597
+ /* @__PURE__ */ jsx668("div", { className: "k-scheduler-recurrence-end-rule-editor", children: /* @__PURE__ */ jsx668(FormField, { label: "End", editor: /* @__PURE__ */ jsxs352(RadioGroup, { children: [
16598
+ /* @__PURE__ */ jsx668(RadioItem, { children: /* @__PURE__ */ jsx668(RadioButtonWithLabelAfter, { id: "k-endrule-never", children: "Never" }) }),
16599
+ /* @__PURE__ */ jsxs352(RadioItem, { children: [
16600
+ /* @__PURE__ */ jsx668(RadioButtonWithLabelAfter, { id: "k-endrule-count", children: "After" }),
16601
+ /* @__PURE__ */ jsx668(NumericTextbox, { className: "k-recur-count" }),
16602
+ /* @__PURE__ */ jsx668("span", { children: "occurrence(s)" })
16108
16603
  ] }),
16109
- /* @__PURE__ */ jsxs341(RadioItem, { children: [
16110
- /* @__PURE__ */ jsx651(RadioButtonWithLabelAfter, { id: "k-endrule-until", children: "On" }),
16111
- /* @__PURE__ */ jsx651(DatePicker, { className: "k-recur-until", disabled: true })
16604
+ /* @__PURE__ */ jsxs352(RadioItem, { children: [
16605
+ /* @__PURE__ */ jsx668(RadioButtonWithLabelAfter, { id: "k-endrule-until", children: "On" }),
16606
+ /* @__PURE__ */ jsx668(DatePicker, { className: "k-recur-until", disabled: true })
16112
16607
  ] })
16113
16608
  ] }) }) })
16114
16609
  ] })
16115
16610
  ] }),
16116
- /* @__PURE__ */ jsx651(FormField, { label: "Description", editor: /* @__PURE__ */ jsx651(Textarea, {}) }),
16117
- /* @__PURE__ */ jsx651(FormField, { label: "Owner", editor: /* @__PURE__ */ jsx651(Combobox, { placeholder: "Select owner" }) }),
16118
- /* @__PURE__ */ jsx651(FormField, { label: "Atendee", optional: true, editor: /* @__PURE__ */ jsx651(MultiSelect, { placeholder: "Invite people" }) })
16611
+ /* @__PURE__ */ jsx668(FormField, { label: "Description", editor: /* @__PURE__ */ jsx668(Textarea, {}) }),
16612
+ /* @__PURE__ */ jsx668(FormField, { label: "Owner", editor: /* @__PURE__ */ jsx668(Combobox, { placeholder: "Select owner" }) }),
16613
+ /* @__PURE__ */ jsx668(FormField, { label: "Atendee", optional: true, editor: /* @__PURE__ */ jsx668(MultiSelect, { placeholder: "Invite people" }) })
16119
16614
  ] }) }) }) })
16120
16615
  ] });
16121
16616
  export {