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