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