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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (471) hide show
  1. package/dist/cjs/autocomplete/tests/autocomplete-prefix-suffix.js +1269 -783
  2. package/dist/cjs/captcha/captcha.spec.js +5 -2
  3. package/dist/cjs/captcha/templates/captcha-normal.js +5 -2
  4. package/dist/cjs/captcha/tests/captcha-rtl.js +5 -2
  5. package/dist/cjs/captcha/tests/captcha.js +5 -2
  6. package/dist/cjs/card/tests/card-horizontal.js +9 -2
  7. package/dist/cjs/coloreditor/color-editor.spec.js +10 -4
  8. package/dist/cjs/coloreditor/templates/coloreditor-group.js +10 -4
  9. package/dist/cjs/coloreditor/templates/coloreditor-normal.js +10 -4
  10. package/dist/cjs/coloreditor/templates/coloreditor-palette-group.js +10 -4
  11. package/dist/cjs/coloreditor/templates/coloreditor-palette.js +10 -4
  12. package/dist/cjs/coloreditor/tests/coloreditor-focused-colorgradient.js +10 -4
  13. package/dist/cjs/coloreditor/tests/coloreditor-rtl.js +10 -4
  14. package/dist/cjs/coloreditor/tests/coloreditor-states.js +10 -4
  15. package/dist/cjs/coloreditor/tests/coloreditor.js +10 -4
  16. package/dist/cjs/colorgradient/color-gradient.spec.js +10 -4
  17. package/dist/cjs/colorgradient/templates/colorgradient-contrast.js +10 -4
  18. package/dist/cjs/colorgradient/templates/colorgradient-normal.js +10 -4
  19. package/dist/cjs/colorgradient/tests/colorgradient-contrast.js +10 -4
  20. package/dist/cjs/colorgradient/tests/colorgradient-draghandle.js +10 -4
  21. package/dist/cjs/colorgradient/tests/colorgradient-modes.js +10 -4
  22. package/dist/cjs/colorgradient/tests/colorgradient-rtl.js +10 -4
  23. package/dist/cjs/colorgradient/tests/colorgradient-states.js +10 -4
  24. package/dist/cjs/colorgradient/tests/colorgradient.js +10 -4
  25. package/dist/cjs/colorpicker/templates/colorpicker-popup-gradient.js +10 -4
  26. package/dist/cjs/colorpicker/templates/colorpicker-popup-palette.js +10 -4
  27. package/dist/cjs/colorpicker/tests/colorpicker-opened.js +10 -4
  28. package/dist/cjs/colorpicker/tests/colorpicker-size.js +10 -4
  29. package/dist/cjs/colorpicker/tests/colorpicker-states.js +10 -4
  30. package/dist/cjs/colorpicker/tests/colorpicker.js +10 -4
  31. package/dist/cjs/combobox/tests/combobox-prefix-suffix.js +1269 -783
  32. package/dist/cjs/dock-manager/tests/dock-manager-unpinned-pane.js +10 -4
  33. package/dist/cjs/dock-manager/tests/dock-manager.js +10 -4
  34. package/dist/cjs/dropzone/dropzone.spec.js +7 -1
  35. package/dist/cjs/dropzone/templates/dropzone-normal.js +7 -1
  36. package/dist/cjs/dropzone/templates/dropzone-with-note.js +7 -1
  37. package/dist/cjs/dropzone/tests/dropzone-states.js +7 -1
  38. package/dist/cjs/dropzone/tests/dropzone.js +7 -1
  39. package/dist/cjs/editor/editor-toolbar.js +10 -4
  40. package/dist/cjs/editor/templates/editor-normal.js +10 -4
  41. package/dist/cjs/editor/tests/editor-find-replace.js +10 -4
  42. package/dist/cjs/editor/tests/editor-states.js +10 -4
  43. package/dist/cjs/editor/tests/editor-table-wizard.js +10 -4
  44. package/dist/cjs/editor/tests/editor.js +10 -4
  45. package/dist/cjs/filemanager/{tests/filemanager-preview.js → file-info.js} +2863 -2037
  46. package/dist/cjs/filemanager/file-preview.js +4357 -0
  47. package/dist/cjs/filemanager/filemanager-breadcrumb.spec.js +4498 -0
  48. package/dist/cjs/filemanager/filemanager-drag-hint.js +4356 -0
  49. package/dist/cjs/filemanager/filemanager-listview.spec.js +6190 -0
  50. package/dist/cjs/filemanager/filemanager-toolbar.spec.js +7892 -0
  51. package/dist/cjs/filemanager/filemanager-treeview.spec.js +4765 -0
  52. package/dist/cjs/filemanager/{tests/filemanager-toolbar.js → filemanager.spec.js} +759 -697
  53. package/dist/cjs/filemanager/templates/filemanager-grid-preview.js +9564 -0
  54. package/dist/cjs/filemanager/templates/filemanager-grid.js +9563 -0
  55. package/dist/cjs/filemanager/templates/filemanager-normal.js +9436 -0
  56. package/dist/cjs/filemanager/templates/filemanager-preview.js +9437 -0
  57. package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +2317 -1235
  58. package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +2944 -1865
  59. package/dist/cjs/filemanager/tests/filemanager-gridview-preview.js +16757 -0
  60. package/dist/cjs/filemanager/tests/filemanager-gridview.js +3240 -2085
  61. package/dist/cjs/filemanager/tests/filemanager-listview-preview.js +16629 -0
  62. package/dist/cjs/filemanager/tests/filemanager-listview.js +2947 -1887
  63. package/dist/cjs/filter/templates/filter-normal.js +10 -4
  64. package/dist/cjs/filter/templates/filter-preview.js +10 -4
  65. package/dist/cjs/filter/tests/filter-preview.js +10 -4
  66. package/dist/cjs/filter/tests/filter.js +10 -4
  67. package/dist/cjs/form/tests/form-field-dropdowns.js +1268 -782
  68. package/dist/cjs/form/tests/form-field-inputs-rtl.js +10 -4
  69. package/dist/cjs/form/tests/form-field-inputs.js +10 -4
  70. package/dist/cjs/gantt/tests/gantt-dep-validation-tooltip.js +4443 -53
  71. package/dist/cjs/gantt/tests/gantt-editing-popup-predecessors.js +10 -4
  72. package/dist/cjs/gantt/tests/gantt-editing-popup-resources.js +10 -4
  73. package/dist/cjs/gantt/tests/gantt-editing-popup-successors.js +10 -4
  74. package/dist/cjs/gantt/tests/gantt-react.js +10 -4
  75. package/dist/cjs/gantt/tests/gantt-row-reordering.js +12 -6
  76. package/dist/cjs/gantt/tests/gantt.js +12 -6
  77. package/dist/cjs/grid/tests/grid-adaptive-search.js +10 -4
  78. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +10 -4
  79. package/dist/cjs/grid/tests/grid-column-reordering.js +10 -4
  80. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +10 -4
  81. package/dist/cjs/grid/tests/grid-editing-custom-editor.js +1341 -855
  82. package/dist/cjs/grid/tests/grid-editing-inline-angular.js +10 -4
  83. package/dist/cjs/grid/tests/grid-editing-inline-blazor.js +10 -4
  84. package/dist/cjs/grid/tests/grid-editing.js +10 -4
  85. package/dist/cjs/grid/tests/grid-filter-row-angular.js +10 -4
  86. package/dist/cjs/grid/tests/grid-filter-row-blazor.js +10 -4
  87. package/dist/cjs/grid/tests/grid-filter-row.js +10 -4
  88. package/dist/cjs/grid/tests/grid-grouping-actions.js +10 -4
  89. package/dist/cjs/grid/tests/grid-grouping.js +10 -4
  90. package/dist/cjs/grid/tests/grid-row-reordering.js +10 -4
  91. package/dist/cjs/grid/tests/grid-rows-resizing.js +10 -4
  92. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +10 -4
  93. package/dist/cjs/grid/tests/grid-size-sm.js +10 -4
  94. package/dist/cjs/grid/tests/grid-toolbar.js +10 -4
  95. package/dist/cjs/imageeditor/tests/imageeditor-crop-pane.js +10 -4
  96. package/dist/cjs/imageeditor/tests/imageeditor-resize-pane.js +10 -4
  97. package/dist/cjs/imageeditor/tests/imageeditor.js +10 -4
  98. package/dist/cjs/index.js +2755 -2009
  99. package/dist/cjs/mediaplayer/tests/mediaplayer.js +31 -12
  100. package/dist/cjs/multiselect/templates/multiselect-prefix.js +1244 -758
  101. package/dist/cjs/multiselect/templates/multiselect-suffix.js +1244 -758
  102. package/dist/cjs/multiselect/tests/multiselect-adaptive.js +1250 -764
  103. package/dist/cjs/multiselect/tests/multiselect-flat.js +1274 -788
  104. package/dist/cjs/multiselect/tests/multiselect-grouping.js +1250 -764
  105. package/dist/cjs/multiselect/tests/multiselect-opened.js +1252 -766
  106. package/dist/cjs/multiselect/tests/multiselect-outline.js +1274 -788
  107. package/dist/cjs/multiselect/tests/multiselect-prefix-suffix.js +1281 -795
  108. package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +1253 -767
  109. package/dist/cjs/multiselect/tests/multiselect-solid.js +1274 -788
  110. package/dist/cjs/pdf-viewer/pdf-viewer.spec.js +111 -99
  111. package/dist/cjs/pdf-viewer/templates/pdf-viewer-blank.js +111 -99
  112. package/dist/cjs/pdf-viewer/templates/pdf-viewer-normal.js +111 -99
  113. package/dist/cjs/pdf-viewer/templates/pdf-viewer-with-search-panel.js +111 -99
  114. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +111 -99
  115. package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +111 -99
  116. package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +111 -99
  117. package/dist/cjs/pivotgrid/tests/pivotgrid-jquery.js +10 -4
  118. package/dist/cjs/prompt/templates/prompt-more-actions.js +10 -4
  119. package/dist/cjs/prompt/templates/prompt-normal.js +10 -4
  120. package/dist/cjs/prompt/templates/prompt-output.js +10 -4
  121. package/dist/cjs/prompt/templates/prompt-popup.js +10 -4
  122. package/dist/cjs/prompt/templates/prompt-settings.js +10 -4
  123. package/dist/cjs/prompt/templates/prompt-suggestions.js +10 -4
  124. package/dist/cjs/prompt/tests/prompt-more-actions.js +10 -4
  125. package/dist/cjs/prompt/tests/prompt-normal.js +10 -4
  126. package/dist/cjs/prompt/tests/prompt-output.js +10 -4
  127. package/dist/cjs/scheduler/tests/scheduler-adaptive-agenda.js +10 -4
  128. package/dist/cjs/scheduler/tests/scheduler-adaptive-day-resource-group.js +10 -4
  129. package/dist/cjs/scheduler/tests/scheduler-adaptive-day.js +10 -4
  130. package/dist/cjs/scheduler/tests/scheduler-adaptive-month.js +10 -4
  131. package/dist/cjs/scheduler/tests/scheduler-angular-agenda-rtl.js +10 -4
  132. package/dist/cjs/scheduler/tests/scheduler-angular-agenda.js +10 -4
  133. package/dist/cjs/scheduler/tests/scheduler-angular-day-rtl.js +10 -4
  134. package/dist/cjs/scheduler/tests/scheduler-angular-month-rtl.js +10 -4
  135. package/dist/cjs/scheduler/tests/scheduler-angular-month.js +10 -4
  136. package/dist/cjs/scheduler/tests/scheduler-angular-rtl.js +10 -4
  137. package/dist/cjs/scheduler/tests/scheduler-angular.js +10 -4
  138. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +1283 -797
  139. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +1297 -811
  140. package/dist/cjs/scheduler/tests/scheduler-flex-layout.js +10 -4
  141. package/dist/cjs/scheduler/tests/scheduler-jquery-agenda.js +10 -4
  142. package/dist/cjs/scheduler/tests/scheduler-jquery-month.js +10 -4
  143. package/dist/cjs/scheduler/tests/scheduler-react-agenda.js +10 -4
  144. package/dist/cjs/scheduler/tests/scheduler-react-day.js +10 -4
  145. package/dist/cjs/scheduler/tests/scheduler-react-month.js +10 -4
  146. package/dist/cjs/scheduler/tests/scheduler-react-timeline-multi.js +10 -4
  147. package/dist/cjs/scheduler/tests/scheduler-react-timeline.js +10 -4
  148. package/dist/cjs/scheduler/tests/scheduler-react-week.js +10 -4
  149. package/dist/cjs/scheduler/tests/scheduler-year.js +10 -4
  150. package/dist/cjs/scheduler/tests/scheduler.js +10 -4
  151. package/dist/cjs/slider/slider.spec.js +8 -4
  152. package/dist/cjs/slider/templates/slider-gradient-vertical.js +10 -4
  153. package/dist/cjs/slider/templates/slider-gradient.js +10 -4
  154. package/dist/cjs/slider/templates/slider-normal.js +8 -4
  155. package/dist/cjs/slider/templates/slider-range-vertical.js +8 -4
  156. package/dist/cjs/slider/templates/slider-range.js +8 -4
  157. package/dist/cjs/slider/templates/slider-vertical.js +8 -4
  158. package/dist/cjs/slider/tests/slider-css-vars.js +8 -4
  159. package/dist/cjs/slider/tests/slider-tick-absolute-position.js +8 -4
  160. package/dist/cjs/slider/tests/slider.js +8 -4
  161. package/dist/cjs/splitter/index.js +4542 -0
  162. package/dist/cjs/splitter/splitter-pane.js +72 -0
  163. package/dist/cjs/splitter/splitter-splitbar.js +4405 -0
  164. package/dist/cjs/splitter/splitter.spec.js +4503 -0
  165. package/dist/cjs/splitter/templates/splitter-normal.js +4522 -0
  166. package/dist/cjs/splitter/templates/splitter-vertical.js +4523 -0
  167. package/dist/cjs/splitter/tests/splitter-splitbar-states.js +4532 -0
  168. package/dist/cjs/splitter/tests/splitter-splitbar.js +4533 -0
  169. package/dist/cjs/splitter/tests/splitter.js +278 -102
  170. package/dist/cjs/spreadsheet/tests/spreadsheet-borders-config.js +10 -4
  171. package/dist/cjs/spreadsheet/tests/spreadsheet-cell-contextmenu.js +350 -251
  172. package/dist/cjs/spreadsheet/tests/spreadsheet-file-dialogs.js +7 -1
  173. package/dist/cjs/spreadsheet/tests/spreadsheet-filtering.js +343 -244
  174. package/dist/cjs/spreadsheet/tests/spreadsheet-format-dialogs.js +10 -4
  175. package/dist/cjs/spreadsheet/tests/spreadsheet-formula.js +322 -223
  176. package/dist/cjs/spreadsheet/tests/spreadsheet-insert-dialogs.js +9 -3
  177. package/dist/cjs/spreadsheet/tests/spreadsheet-jquery.js +378 -279
  178. package/dist/cjs/spreadsheet/tests/spreadsheet-row-contextmenu.js +350 -251
  179. package/dist/cjs/spreadsheet/tests/spreadsheet-tools.js +10 -4
  180. package/dist/cjs/spreadsheet/tests/spreadsheet.js +333 -242
  181. package/dist/cjs/taskboard/tests/taskboard-card.js +10 -4
  182. package/dist/cjs/taskboard/tests/taskboard-pane.js +10 -4
  183. package/dist/cjs/taskboard/tests/taskboard-rtl.js +10 -4
  184. package/dist/cjs/taskboard/tests/taskboard.js +10 -4
  185. package/dist/cjs/toolbar/templates/toolbar-angular-normal.js +10 -4
  186. package/dist/cjs/toolbar/templates/toolbar-angular-resizable.js +10 -4
  187. package/dist/cjs/toolbar/templates/toolbar-normal.js +10 -4
  188. package/dist/cjs/toolbar/templates/toolbar-resizable.js +10 -4
  189. package/dist/cjs/toolbar/tests/toolbar-adaptive.js +10 -4
  190. package/dist/cjs/toolbar/tests/toolbar-angular.js +10 -4
  191. package/dist/cjs/toolbar/tests/toolbar-components.js +10 -4
  192. package/dist/cjs/toolbar/tests/toolbar-popup-size.js +10 -4
  193. package/dist/cjs/toolbar/tests/toolbar-popup.js +10 -4
  194. package/dist/cjs/toolbar/tests/toolbar-sizes.js +10 -4
  195. package/dist/cjs/toolbar/tests/toolbar.js +10 -4
  196. package/dist/cjs/toolbar/toolbar-angular.spec.js +10 -4
  197. package/dist/cjs/toolbar/toolbar.spec.js +10 -4
  198. package/dist/esm/autocomplete/tests/autocomplete-prefix-suffix.js +1222 -736
  199. package/dist/esm/captcha/captcha.spec.js +5 -2
  200. package/dist/esm/captcha/templates/captcha-normal.js +5 -2
  201. package/dist/esm/captcha/tests/captcha-rtl.js +5 -2
  202. package/dist/esm/captcha/tests/captcha.js +5 -2
  203. package/dist/esm/card/tests/card-horizontal.js +9 -2
  204. package/dist/esm/coloreditor/color-editor.spec.js +10 -4
  205. package/dist/esm/coloreditor/templates/coloreditor-group.js +10 -4
  206. package/dist/esm/coloreditor/templates/coloreditor-normal.js +10 -4
  207. package/dist/esm/coloreditor/templates/coloreditor-palette-group.js +10 -4
  208. package/dist/esm/coloreditor/templates/coloreditor-palette.js +10 -4
  209. package/dist/esm/coloreditor/tests/coloreditor-focused-colorgradient.js +10 -4
  210. package/dist/esm/coloreditor/tests/coloreditor-rtl.js +10 -4
  211. package/dist/esm/coloreditor/tests/coloreditor-states.js +10 -4
  212. package/dist/esm/coloreditor/tests/coloreditor.js +10 -4
  213. package/dist/esm/colorgradient/color-gradient.spec.js +10 -4
  214. package/dist/esm/colorgradient/templates/colorgradient-contrast.js +10 -4
  215. package/dist/esm/colorgradient/templates/colorgradient-normal.js +10 -4
  216. package/dist/esm/colorgradient/tests/colorgradient-contrast.js +10 -4
  217. package/dist/esm/colorgradient/tests/colorgradient-draghandle.js +10 -4
  218. package/dist/esm/colorgradient/tests/colorgradient-modes.js +10 -4
  219. package/dist/esm/colorgradient/tests/colorgradient-rtl.js +10 -4
  220. package/dist/esm/colorgradient/tests/colorgradient-states.js +10 -4
  221. package/dist/esm/colorgradient/tests/colorgradient.js +10 -4
  222. package/dist/esm/colorpicker/templates/colorpicker-popup-gradient.js +10 -4
  223. package/dist/esm/colorpicker/templates/colorpicker-popup-palette.js +10 -4
  224. package/dist/esm/colorpicker/tests/colorpicker-opened.js +10 -4
  225. package/dist/esm/colorpicker/tests/colorpicker-size.js +10 -4
  226. package/dist/esm/colorpicker/tests/colorpicker-states.js +10 -4
  227. package/dist/esm/colorpicker/tests/colorpicker.js +10 -4
  228. package/dist/esm/combobox/tests/combobox-prefix-suffix.js +1222 -736
  229. package/dist/esm/dock-manager/tests/dock-manager-unpinned-pane.js +10 -4
  230. package/dist/esm/dock-manager/tests/dock-manager.js +10 -4
  231. package/dist/esm/dropzone/dropzone.spec.js +7 -1
  232. package/dist/esm/dropzone/templates/dropzone-normal.js +7 -1
  233. package/dist/esm/dropzone/templates/dropzone-with-note.js +7 -1
  234. package/dist/esm/dropzone/tests/dropzone-states.js +7 -1
  235. package/dist/esm/dropzone/tests/dropzone.js +7 -1
  236. package/dist/esm/editor/editor-toolbar.js +10 -4
  237. package/dist/esm/editor/templates/editor-normal.js +10 -4
  238. package/dist/esm/editor/tests/editor-find-replace.js +10 -4
  239. package/dist/esm/editor/tests/editor-states.js +10 -4
  240. package/dist/esm/editor/tests/editor-table-wizard.js +10 -4
  241. package/dist/esm/editor/tests/editor.js +10 -4
  242. package/dist/esm/filemanager/{tests/filemanager-preview.js → file-info.js} +2527 -1701
  243. package/dist/esm/filemanager/file-preview.js +4341 -0
  244. package/dist/esm/filemanager/filemanager-breadcrumb.spec.js +4482 -0
  245. package/dist/esm/filemanager/filemanager-drag-hint.js +4340 -0
  246. package/dist/esm/filemanager/filemanager-listview.spec.js +6174 -0
  247. package/dist/esm/filemanager/filemanager-toolbar.spec.js +7876 -0
  248. package/dist/esm/filemanager/filemanager-treeview.spec.js +4749 -0
  249. package/dist/esm/filemanager/{tests/filemanager-toolbar.js → filemanager.spec.js} +764 -702
  250. package/dist/esm/filemanager/templates/filemanager-grid-preview.js +9548 -0
  251. package/dist/esm/filemanager/templates/filemanager-grid.js +9547 -0
  252. package/dist/esm/filemanager/templates/filemanager-normal.js +9420 -0
  253. package/dist/esm/filemanager/templates/filemanager-preview.js +9421 -0
  254. package/dist/esm/filemanager/tests/filemanager-contextmenu.js +2333 -1251
  255. package/dist/esm/filemanager/tests/filemanager-drag-hint.js +2592 -1513
  256. package/dist/esm/filemanager/tests/filemanager-gridview-preview.js +16731 -0
  257. package/dist/esm/filemanager/tests/filemanager-gridview.js +3159 -2004
  258. package/dist/esm/filemanager/tests/filemanager-listview-preview.js +16603 -0
  259. package/dist/esm/filemanager/tests/filemanager-listview.js +2594 -1534
  260. package/dist/esm/filter/templates/filter-normal.js +10 -4
  261. package/dist/esm/filter/templates/filter-preview.js +10 -4
  262. package/dist/esm/filter/tests/filter-preview.js +10 -4
  263. package/dist/esm/filter/tests/filter.js +10 -4
  264. package/dist/esm/form/tests/form-field-dropdowns.js +1221 -735
  265. package/dist/esm/form/tests/form-field-inputs-rtl.js +10 -4
  266. package/dist/esm/form/tests/form-field-inputs.js +10 -4
  267. package/dist/esm/gantt/tests/gantt-dep-validation-tooltip.js +4448 -54
  268. package/dist/esm/gantt/tests/gantt-editing-popup-predecessors.js +10 -4
  269. package/dist/esm/gantt/tests/gantt-editing-popup-resources.js +10 -4
  270. package/dist/esm/gantt/tests/gantt-editing-popup-successors.js +10 -4
  271. package/dist/esm/gantt/tests/gantt-react.js +10 -4
  272. package/dist/esm/gantt/tests/gantt-row-reordering.js +12 -6
  273. package/dist/esm/gantt/tests/gantt.js +12 -6
  274. package/dist/esm/grid/tests/grid-adaptive-search.js +10 -4
  275. package/dist/esm/grid/tests/grid-column-reordering-actions.js +10 -4
  276. package/dist/esm/grid/tests/grid-column-reordering.js +10 -4
  277. package/dist/esm/grid/tests/grid-column-resizing-actions.js +10 -4
  278. package/dist/esm/grid/tests/grid-editing-custom-editor.js +1294 -808
  279. package/dist/esm/grid/tests/grid-editing-inline-angular.js +10 -4
  280. package/dist/esm/grid/tests/grid-editing-inline-blazor.js +10 -4
  281. package/dist/esm/grid/tests/grid-editing.js +10 -4
  282. package/dist/esm/grid/tests/grid-filter-row-angular.js +10 -4
  283. package/dist/esm/grid/tests/grid-filter-row-blazor.js +10 -4
  284. package/dist/esm/grid/tests/grid-filter-row.js +10 -4
  285. package/dist/esm/grid/tests/grid-grouping-actions.js +10 -4
  286. package/dist/esm/grid/tests/grid-grouping.js +10 -4
  287. package/dist/esm/grid/tests/grid-row-reordering.js +10 -4
  288. package/dist/esm/grid/tests/grid-rows-resizing.js +10 -4
  289. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +10 -4
  290. package/dist/esm/grid/tests/grid-size-sm.js +10 -4
  291. package/dist/esm/grid/tests/grid-toolbar.js +10 -4
  292. package/dist/esm/imageeditor/tests/imageeditor-crop-pane.js +10 -4
  293. package/dist/esm/imageeditor/tests/imageeditor-resize-pane.js +10 -4
  294. package/dist/esm/imageeditor/tests/imageeditor.js +10 -4
  295. package/dist/esm/index.js +2759 -2013
  296. package/dist/esm/mediaplayer/tests/mediaplayer.js +31 -12
  297. package/dist/esm/multiselect/templates/multiselect-prefix.js +1197 -711
  298. package/dist/esm/multiselect/templates/multiselect-suffix.js +1197 -711
  299. package/dist/esm/multiselect/tests/multiselect-adaptive.js +1203 -717
  300. package/dist/esm/multiselect/tests/multiselect-flat.js +1227 -741
  301. package/dist/esm/multiselect/tests/multiselect-grouping.js +1203 -717
  302. package/dist/esm/multiselect/tests/multiselect-opened.js +1205 -719
  303. package/dist/esm/multiselect/tests/multiselect-outline.js +1227 -741
  304. package/dist/esm/multiselect/tests/multiselect-prefix-suffix.js +1234 -748
  305. package/dist/esm/multiselect/tests/multiselect-size-rounded.js +1206 -720
  306. package/dist/esm/multiselect/tests/multiselect-solid.js +1227 -741
  307. package/dist/esm/pdf-viewer/pdf-viewer.spec.js +111 -99
  308. package/dist/esm/pdf-viewer/templates/pdf-viewer-blank.js +111 -99
  309. package/dist/esm/pdf-viewer/templates/pdf-viewer-normal.js +111 -99
  310. package/dist/esm/pdf-viewer/templates/pdf-viewer-with-search-panel.js +111 -99
  311. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +111 -99
  312. package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +111 -99
  313. package/dist/esm/pdf-viewer/tests/pdf-viewer.js +111 -99
  314. package/dist/esm/pivotgrid/tests/pivotgrid-jquery.js +10 -4
  315. package/dist/esm/prompt/templates/prompt-more-actions.js +10 -4
  316. package/dist/esm/prompt/templates/prompt-normal.js +10 -4
  317. package/dist/esm/prompt/templates/prompt-output.js +10 -4
  318. package/dist/esm/prompt/templates/prompt-popup.js +10 -4
  319. package/dist/esm/prompt/templates/prompt-settings.js +10 -4
  320. package/dist/esm/prompt/templates/prompt-suggestions.js +10 -4
  321. package/dist/esm/prompt/tests/prompt-more-actions.js +10 -4
  322. package/dist/esm/prompt/tests/prompt-normal.js +10 -4
  323. package/dist/esm/prompt/tests/prompt-output.js +10 -4
  324. package/dist/esm/scheduler/tests/scheduler-adaptive-agenda.js +10 -4
  325. package/dist/esm/scheduler/tests/scheduler-adaptive-day-resource-group.js +10 -4
  326. package/dist/esm/scheduler/tests/scheduler-adaptive-day.js +10 -4
  327. package/dist/esm/scheduler/tests/scheduler-adaptive-month.js +10 -4
  328. package/dist/esm/scheduler/tests/scheduler-angular-agenda-rtl.js +10 -4
  329. package/dist/esm/scheduler/tests/scheduler-angular-agenda.js +10 -4
  330. package/dist/esm/scheduler/tests/scheduler-angular-day-rtl.js +10 -4
  331. package/dist/esm/scheduler/tests/scheduler-angular-month-rtl.js +10 -4
  332. package/dist/esm/scheduler/tests/scheduler-angular-month.js +10 -4
  333. package/dist/esm/scheduler/tests/scheduler-angular-rtl.js +10 -4
  334. package/dist/esm/scheduler/tests/scheduler-angular.js +10 -4
  335. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +1234 -748
  336. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +1248 -762
  337. package/dist/esm/scheduler/tests/scheduler-flex-layout.js +10 -4
  338. package/dist/esm/scheduler/tests/scheduler-jquery-agenda.js +10 -4
  339. package/dist/esm/scheduler/tests/scheduler-jquery-month.js +10 -4
  340. package/dist/esm/scheduler/tests/scheduler-react-agenda.js +10 -4
  341. package/dist/esm/scheduler/tests/scheduler-react-day.js +10 -4
  342. package/dist/esm/scheduler/tests/scheduler-react-month.js +10 -4
  343. package/dist/esm/scheduler/tests/scheduler-react-timeline-multi.js +10 -4
  344. package/dist/esm/scheduler/tests/scheduler-react-timeline.js +10 -4
  345. package/dist/esm/scheduler/tests/scheduler-react-week.js +10 -4
  346. package/dist/esm/scheduler/tests/scheduler-year.js +10 -4
  347. package/dist/esm/scheduler/tests/scheduler.js +10 -4
  348. package/dist/esm/slider/slider.spec.js +8 -4
  349. package/dist/esm/slider/templates/slider-gradient-vertical.js +10 -4
  350. package/dist/esm/slider/templates/slider-gradient.js +10 -4
  351. package/dist/esm/slider/templates/slider-normal.js +8 -4
  352. package/dist/esm/slider/templates/slider-range-vertical.js +8 -4
  353. package/dist/esm/slider/templates/slider-range.js +8 -4
  354. package/dist/esm/slider/templates/slider-vertical.js +8 -4
  355. package/dist/esm/slider/tests/slider-css-vars.js +8 -4
  356. package/dist/esm/slider/tests/slider-tick-absolute-position.js +8 -4
  357. package/dist/esm/slider/tests/slider.js +8 -4
  358. package/dist/esm/splitter/index.js +4526 -0
  359. package/dist/esm/splitter/splitter-pane.js +50 -0
  360. package/dist/esm/splitter/splitter-splitbar.js +4389 -0
  361. package/dist/esm/splitter/splitter.spec.js +4487 -0
  362. package/dist/esm/splitter/templates/splitter-normal.js +4506 -0
  363. package/dist/esm/splitter/templates/splitter-vertical.js +4507 -0
  364. package/dist/esm/splitter/tests/splitter-splitbar-states.js +4516 -0
  365. package/dist/esm/splitter/tests/splitter-splitbar.js +4517 -0
  366. package/dist/esm/splitter/tests/splitter.js +278 -102
  367. package/dist/esm/spreadsheet/tests/spreadsheet-borders-config.js +10 -4
  368. package/dist/esm/spreadsheet/tests/spreadsheet-cell-contextmenu.js +350 -251
  369. package/dist/esm/spreadsheet/tests/spreadsheet-file-dialogs.js +7 -1
  370. package/dist/esm/spreadsheet/tests/spreadsheet-filtering.js +343 -244
  371. package/dist/esm/spreadsheet/tests/spreadsheet-format-dialogs.js +10 -4
  372. package/dist/esm/spreadsheet/tests/spreadsheet-formula.js +322 -223
  373. package/dist/esm/spreadsheet/tests/spreadsheet-insert-dialogs.js +9 -3
  374. package/dist/esm/spreadsheet/tests/spreadsheet-jquery.js +378 -279
  375. package/dist/esm/spreadsheet/tests/spreadsheet-row-contextmenu.js +350 -251
  376. package/dist/esm/spreadsheet/tests/spreadsheet-tools.js +10 -4
  377. package/dist/esm/spreadsheet/tests/spreadsheet.js +333 -242
  378. package/dist/esm/taskboard/tests/taskboard-card.js +10 -4
  379. package/dist/esm/taskboard/tests/taskboard-pane.js +10 -4
  380. package/dist/esm/taskboard/tests/taskboard-rtl.js +10 -4
  381. package/dist/esm/taskboard/tests/taskboard.js +10 -4
  382. package/dist/esm/toolbar/templates/toolbar-angular-normal.js +10 -4
  383. package/dist/esm/toolbar/templates/toolbar-angular-resizable.js +10 -4
  384. package/dist/esm/toolbar/templates/toolbar-normal.js +10 -4
  385. package/dist/esm/toolbar/templates/toolbar-resizable.js +10 -4
  386. package/dist/esm/toolbar/tests/toolbar-adaptive.js +10 -4
  387. package/dist/esm/toolbar/tests/toolbar-angular.js +10 -4
  388. package/dist/esm/toolbar/tests/toolbar-components.js +10 -4
  389. package/dist/esm/toolbar/tests/toolbar-popup-size.js +10 -4
  390. package/dist/esm/toolbar/tests/toolbar-popup.js +10 -4
  391. package/dist/esm/toolbar/tests/toolbar-sizes.js +10 -4
  392. package/dist/esm/toolbar/tests/toolbar.js +10 -4
  393. package/dist/esm/toolbar/toolbar-angular.spec.js +10 -4
  394. package/dist/esm/toolbar/toolbar.spec.js +10 -4
  395. package/dist/types/captcha/captcha.spec.d.ts +4 -1
  396. package/dist/types/dropzone/dropzone.spec.d.ts +3 -2
  397. package/dist/types/filemanager/file-info.d.ts +21 -0
  398. package/dist/types/filemanager/file-preview.d.ts +21 -0
  399. package/dist/types/filemanager/filemanager-breadcrumb.spec.d.ts +10 -0
  400. package/dist/types/filemanager/filemanager-drag-hint.d.ts +14 -0
  401. package/dist/types/filemanager/filemanager-listview.spec.d.ts +10 -0
  402. package/dist/types/filemanager/filemanager-toolbar.spec.d.ts +10 -0
  403. package/dist/types/filemanager/filemanager-treeview.spec.d.ts +10 -0
  404. package/dist/types/filemanager/filemanager.spec.d.ts +18 -0
  405. package/dist/types/filemanager/index.d.ts +12 -0
  406. package/dist/types/filemanager/templates/filemanager-grid-preview.d.ts +1 -0
  407. package/dist/types/filemanager/templates/filemanager-grid.d.ts +1 -0
  408. package/dist/types/filemanager/templates/filemanager-normal.d.ts +1 -0
  409. package/dist/types/filemanager/templates/filemanager-preview.d.ts +1 -0
  410. package/dist/types/index.d.ts +2 -0
  411. package/dist/types/slider/slider.spec.d.ts +4 -0
  412. package/dist/types/splitter/index.d.ts +5 -0
  413. package/dist/types/splitter/splitter-pane.d.ts +22 -0
  414. package/dist/types/splitter/splitter-splitbar.d.ts +21 -0
  415. package/dist/types/splitter/splitter.spec.d.ts +14 -0
  416. package/dist/types/splitter/templates/splitter-normal.d.ts +1 -0
  417. package/dist/types/splitter/templates/splitter-vertical.d.ts +1 -0
  418. package/dist/types/splitter/tests/splitter-splitbar-states.d.ts +2 -0
  419. package/dist/types/splitter/tests/splitter-splitbar.d.ts +2 -0
  420. package/dist/types/tooltip/tooltip.spec.d.ts +1 -1
  421. package/package.json +2 -2
  422. package/src/captcha/captcha.spec.tsx +7 -2
  423. package/src/card/tests/card-horizontal.tsx +12 -2
  424. package/src/dropzone/dropzone.spec.tsx +6 -0
  425. package/src/filemanager/file-info.tsx +103 -0
  426. package/src/filemanager/file-preview.tsx +58 -0
  427. package/src/filemanager/filemanager-breadcrumb.spec.tsx +39 -0
  428. package/src/filemanager/filemanager-drag-hint.tsx +49 -0
  429. package/src/filemanager/filemanager-listview.spec.tsx +42 -0
  430. package/src/filemanager/filemanager-toolbar.spec.tsx +39 -0
  431. package/src/filemanager/filemanager-treeview.spec.tsx +39 -0
  432. package/src/filemanager/filemanager.spec.tsx +84 -0
  433. package/src/filemanager/index.ts +12 -0
  434. package/src/filemanager/templates/filemanager-grid-preview.tsx +133 -0
  435. package/src/filemanager/templates/filemanager-grid.tsx +128 -0
  436. package/src/filemanager/templates/filemanager-normal.tsx +69 -0
  437. package/src/filemanager/templates/filemanager-preview.tsx +74 -0
  438. package/src/filemanager/tests/filemanager-contextmenu.tsx +3 -55
  439. package/src/filemanager/tests/filemanager-drag-hint.tsx +4 -61
  440. package/src/filemanager/tests/filemanager-gridview-preview.tsx +210 -0
  441. package/src/filemanager/tests/filemanager-gridview.tsx +51 -189
  442. package/src/filemanager/tests/filemanager-listview-preview.tsx +92 -0
  443. package/src/filemanager/tests/filemanager-listview.tsx +28 -108
  444. package/src/gantt/tests/gantt-dep-validation-tooltip.tsx +79 -61
  445. package/src/gantt/tests/gantt-row-reordering.tsx +3 -3
  446. package/src/gantt/tests/gantt.tsx +3 -3
  447. package/src/index.ts +2 -2
  448. package/src/mediaplayer/tests/mediaplayer.tsx +3 -16
  449. package/src/slider/slider.spec.tsx +10 -4
  450. package/src/slider/templates/slider-gradient-vertical.tsx +2 -0
  451. package/src/slider/templates/slider-gradient.tsx +2 -0
  452. package/src/splitter/index.tsx +5 -0
  453. package/src/splitter/splitter-pane.tsx +59 -0
  454. package/src/splitter/splitter-splitbar.tsx +82 -0
  455. package/src/splitter/splitter.spec.tsx +74 -0
  456. package/src/splitter/templates/splitter-normal.tsx +20 -0
  457. package/src/splitter/templates/splitter-vertical.tsx +21 -0
  458. package/src/splitter/tests/splitter-splitbar-states.tsx +39 -0
  459. package/src/splitter/tests/splitter-splitbar.tsx +79 -0
  460. package/src/splitter/tests/splitter.tsx +31 -82
  461. package/src/spreadsheet/tests/spreadsheet-cell-contextmenu.tsx +2 -1
  462. package/src/spreadsheet/tests/spreadsheet-filtering.tsx +2 -1
  463. package/src/spreadsheet/tests/spreadsheet-formula.tsx +2 -1
  464. package/src/spreadsheet/tests/spreadsheet-jquery.tsx +3 -2
  465. package/src/spreadsheet/tests/spreadsheet-row-contextmenu.tsx +2 -1
  466. package/src/spreadsheet/tests/spreadsheet.tsx +2 -1
  467. package/src/tooltip/tooltip.spec.tsx +1 -1
  468. package/src/filemanager/tests/filemanager-preview.tsx +0 -366
  469. package/src/filemanager/tests/filemanager-toolbar.tsx +0 -41
  470. /package/dist/types/filemanager/tests/{filemanager-preview.d.ts → filemanager-gridview-preview.d.ts} +0 -0
  471. /package/dist/types/filemanager/tests/{filemanager-toolbar.d.ts → filemanager-listview-preview.d.ts} +0 -0
@@ -8827,7 +8827,9 @@ var defaultProps56 = {
8827
8827
  orientation: "horizontal",
8828
8828
  readonly: false,
8829
8829
  disabled: false,
8830
- handlePosition: "end"
8830
+ handlePosition: "end",
8831
+ showButtons: true,
8832
+ showTicks: true
8831
8833
  };
8832
8834
  var Slider = (props) => {
8833
8835
  const {
@@ -8836,6 +8838,8 @@ var Slider = (props) => {
8836
8838
  readonly = defaultProps56.readonly,
8837
8839
  disabled = defaultProps56.disabled,
8838
8840
  handlePosition = defaultProps56.handlePosition,
8841
+ showButtons = defaultProps56.showButtons,
8842
+ showTicks = defaultProps56.showTicks,
8839
8843
  hover,
8840
8844
  focus,
8841
8845
  active,
@@ -8864,9 +8868,9 @@ var Slider = (props) => {
8864
8868
  "k-range-slider": type === "range"
8865
8869
  }
8866
8870
  ), dir, children: [
8867
- type !== "gradient" && /* @__PURE__ */ jsx165(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
8871
+ showButtons && /* @__PURE__ */ jsx165(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
8868
8872
  /* @__PURE__ */ jsxs69("div", { className: "k-slider-track-wrap", children: [
8869
- type !== "gradient" && /* @__PURE__ */ jsx165("ul", { className: "k-reset k-slider-items", children: props.children }),
8873
+ showTicks && /* @__PURE__ */ jsx165("ul", { className: "k-reset k-slider-items", children: props.children }),
8870
8874
  /* @__PURE__ */ jsxs69("div", { className: "k-slider-track", style: trackStyle, children: [
8871
8875
  /* @__PURE__ */ jsx165("div", { className: "k-slider-selection" }),
8872
8876
  type === "range" && /* @__PURE__ */ jsx165("span", { className: classNames(
@@ -8889,7 +8893,7 @@ var Slider = (props) => {
8889
8893
  ) })
8890
8894
  ] })
8891
8895
  ] }),
8892
- type !== "gradient" && /* @__PURE__ */ jsx165(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
8896
+ showButtons && /* @__PURE__ */ jsx165(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
8893
8897
  ] });
8894
8898
  };
8895
8899
  Slider.states = states59;
@@ -8949,6 +8953,8 @@ var SliderGradientVertical = (props) => /* @__PURE__ */ jsx172(
8949
8953
  {
8950
8954
  type: "gradient",
8951
8955
  orientation: "vertical",
8956
+ showButtons: false,
8957
+ showTicks: false,
8952
8958
  children: /* @__PURE__ */ jsxs75(Fragment54, { children: [
8953
8959
  /* @__PURE__ */ jsx172(SliderTick, { label: true, large: true, text: "0" }),
8954
8960
  /* @__PURE__ */ jsx172(SliderTick, {}),
@@ -9759,7 +9765,9 @@ var states71 = [
9759
9765
  States.disabled
9760
9766
  ];
9761
9767
  var options67 = {};
9762
- var defaultProps67 = {};
9768
+ var defaultProps67 = {
9769
+ imgPath: "/packages/html/assets/captcha.jpg"
9770
+ };
9763
9771
  var Captcha = (props) => {
9764
9772
  const {
9765
9773
  value,
@@ -9767,6 +9775,7 @@ var Captcha = (props) => {
9767
9775
  invalid,
9768
9776
  loading,
9769
9777
  disabled,
9778
+ imgPath = defaultProps67.imgPath,
9770
9779
  ...other
9771
9780
  } = props;
9772
9781
  return /* @__PURE__ */ jsxs85(
@@ -9790,7 +9799,7 @@ var Captcha = (props) => {
9790
9799
  "img",
9791
9800
  {
9792
9801
  className: classNames({ "k-hidden": loading }),
9793
- src: "/packages/html/assets/captcha.jpg"
9802
+ src: imgPath
9794
9803
  }
9795
9804
  ),
9796
9805
  loading && /* @__PURE__ */ jsx200(SkeletonRectangle, { style: { width: "100%", height: "100%" } })
@@ -12174,8 +12183,10 @@ var UploadNormal = (props) => /* @__PURE__ */ jsx288(
12174
12183
  import { jsx as jsx289, jsxs as jsxs119 } from "react/jsx-runtime";
12175
12184
  var DROPZONE_CLASSNAME = `k-external-dropzone`;
12176
12185
  var states96 = [
12186
+ States.disabled,
12177
12187
  States.hover
12178
12188
  ];
12189
+ var options89 = {};
12179
12190
  var defaultProps88 = {
12180
12191
  icon: "upload",
12181
12192
  hint: "Drag and drop files here to upload"
@@ -12183,6 +12194,7 @@ var defaultProps88 = {
12183
12194
  var Dropzone = (props) => {
12184
12195
  const {
12185
12196
  hover,
12197
+ disabled,
12186
12198
  icon = defaultProps88.icon,
12187
12199
  hint = defaultProps88.hint,
12188
12200
  note,
@@ -12195,7 +12207,9 @@ var Dropzone = (props) => {
12195
12207
  className: classNames(
12196
12208
  props.className,
12197
12209
  DROPZONE_CLASSNAME,
12198
- stateClassNames(DROPZONE_CLASSNAME, {}),
12210
+ stateClassNames(DROPZONE_CLASSNAME, {
12211
+ disabled
12212
+ }),
12199
12213
  {
12200
12214
  "k-external-dropzone-hover": hover
12201
12215
  }
@@ -12209,6 +12223,7 @@ var Dropzone = (props) => {
12209
12223
  );
12210
12224
  };
12211
12225
  Dropzone.states = states96;
12226
+ Dropzone.options = options89;
12212
12227
  Dropzone.className = DROPZONE_CLASSNAME;
12213
12228
  Dropzone.defaultProps = defaultProps88;
12214
12229
 
@@ -12229,7 +12244,7 @@ var states97 = [
12229
12244
  States.selected,
12230
12245
  States.disabled
12231
12246
  ];
12232
- var options89 = {
12247
+ var options90 = {
12233
12248
  size: [Size.small, Size.medium, Size.large],
12234
12249
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
12235
12250
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -12303,7 +12318,7 @@ var FloatingActionButton = (props) => {
12303
12318
  );
12304
12319
  };
12305
12320
  FloatingActionButton.states = states97;
12306
- FloatingActionButton.options = options89;
12321
+ FloatingActionButton.options = options90;
12307
12322
  FloatingActionButton.className = FLOATINGACTIONBUTTON_CLASSNAME;
12308
12323
  FloatingActionButton.defaultProps = defaultProps89;
12309
12324
 
@@ -12371,7 +12386,7 @@ var TOOLBAR_CLASSNAME = `k-toolbar`;
12371
12386
  var states99 = [
12372
12387
  States.focus
12373
12388
  ];
12374
- var options90 = {
12389
+ var options91 = {
12375
12390
  size: [Size.small, Size.medium, Size.large]
12376
12391
  };
12377
12392
  var defaultProps90 = {
@@ -12536,7 +12551,7 @@ var Toolbar = (props) => {
12536
12551
  );
12537
12552
  };
12538
12553
  Toolbar.states = states99;
12539
- Toolbar.options = options90;
12554
+ Toolbar.options = options91;
12540
12555
  Toolbar.className = TOOLBAR_CLASSNAME;
12541
12556
  Toolbar.defaultProps = defaultProps90;
12542
12557
 
@@ -12546,7 +12561,7 @@ var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
12546
12561
  var states100 = [
12547
12562
  States.focus
12548
12563
  ];
12549
- var options91 = {
12564
+ var options92 = {
12550
12565
  size: [Size.small, Size.medium, Size.large]
12551
12566
  };
12552
12567
  var defaultProps91 = {
@@ -12711,7 +12726,7 @@ var ToolbarAngular = (props) => {
12711
12726
  );
12712
12727
  };
12713
12728
  ToolbarAngular.states = states100;
12714
- ToolbarAngular.options = options91;
12729
+ ToolbarAngular.options = options92;
12715
12730
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
12716
12731
  ToolbarAngular.defaultProps = defaultProps91;
12717
12732
 
@@ -12724,7 +12739,7 @@ var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
12724
12739
  var states101 = [
12725
12740
  States.focus
12726
12741
  ];
12727
- var options92 = {};
12742
+ var options93 = {};
12728
12743
  var defaultProps92 = {};
12729
12744
  var ToolbarItem = (props) => {
12730
12745
  const {
@@ -12747,7 +12762,7 @@ var ToolbarItem = (props) => {
12747
12762
  );
12748
12763
  };
12749
12764
  ToolbarItem.states = states101;
12750
- ToolbarItem.options = options92;
12765
+ ToolbarItem.options = options93;
12751
12766
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
12752
12767
  ToolbarItem.defaultProps = defaultProps92;
12753
12768
 
@@ -12755,7 +12770,7 @@ ToolbarItem.defaultProps = defaultProps92;
12755
12770
  import { jsx as jsx302 } from "react/jsx-runtime";
12756
12771
  var TOOLBARPOPUP_CLASSNAME = `k-toolbar-popup`;
12757
12772
  var states102 = [];
12758
- var options93 = {};
12773
+ var options94 = {};
12759
12774
  var defaultProps93 = {};
12760
12775
  var ToolbarPopup = (props) => {
12761
12776
  const { ...other } = props;
@@ -12772,7 +12787,7 @@ var ToolbarPopup = (props) => {
12772
12787
  );
12773
12788
  };
12774
12789
  ToolbarPopup.states = states102;
12775
- ToolbarPopup.options = options93;
12790
+ ToolbarPopup.options = options94;
12776
12791
  ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
12777
12792
  ToolbarPopup.defaultProps = defaultProps93;
12778
12793
 
@@ -12792,7 +12807,7 @@ import { jsx as jsx306 } from "react/jsx-runtime";
12792
12807
  import { Fragment as Fragment87, jsx as jsx307, jsxs as jsxs123 } from "react/jsx-runtime";
12793
12808
  var DIALOG_CLASSNAME = `k-dialog`;
12794
12809
  var states103 = [];
12795
- var options94 = {
12810
+ var options95 = {
12796
12811
  themeColor: [
12797
12812
  ThemeColor.primary,
12798
12813
  ThemeColor.light,
@@ -12833,7 +12848,7 @@ var Dialog = (props) => {
12833
12848
  );
12834
12849
  };
12835
12850
  Dialog.states = states103;
12836
- Dialog.options = options94;
12851
+ Dialog.options = options95;
12837
12852
  Dialog.className = DIALOG_CLASSNAME;
12838
12853
  Dialog.defaultProps = defaultProps94;
12839
12854
 
@@ -12847,7 +12862,7 @@ import { Fragment as Fragment89, jsx as jsx309, jsxs as jsxs124 } from "react/js
12847
12862
  import { Fragment as Fragment90, jsx as jsx310, jsxs as jsxs125 } from "react/jsx-runtime";
12848
12863
  var NOTIFICATION_CLASSNAME = `k-notification`;
12849
12864
  var states104 = [];
12850
- var options95 = {
12865
+ var options96 = {
12851
12866
  themeColor: [
12852
12867
  ThemeColor.base,
12853
12868
  ThemeColor.primary,
@@ -12901,7 +12916,7 @@ var Notification = (props) => {
12901
12916
  );
12902
12917
  };
12903
12918
  Notification.states = states104;
12904
- Notification.options = options95;
12919
+ Notification.options = options96;
12905
12920
  Notification.className = NOTIFICATION_CLASSNAME;
12906
12921
  Notification.defaultProps = defaultProps95;
12907
12922
 
@@ -12924,7 +12939,7 @@ import { jsx as jsx315 } from "react/jsx-runtime";
12924
12939
  import { Fragment as Fragment91, jsx as jsx316, jsxs as jsxs126 } from "react/jsx-runtime";
12925
12940
  var POPOVER_CLASSNAME = `k-popover`;
12926
12941
  var states105 = [];
12927
- var options96 = {};
12942
+ var options97 = {};
12928
12943
  var defaultProps96 = {};
12929
12944
  var Popover = (props) => {
12930
12945
  const {
@@ -12958,7 +12973,7 @@ var Popover = (props) => {
12958
12973
  );
12959
12974
  };
12960
12975
  Popover.states = states105;
12961
- Popover.options = options96;
12976
+ Popover.options = options97;
12962
12977
  Popover.className = POPOVER_CLASSNAME;
12963
12978
  Popover.defaultProps = defaultProps96;
12964
12979
 
@@ -12969,7 +12984,7 @@ import { jsx as jsx317 } from "react/jsx-runtime";
12969
12984
  import { jsx as jsx318, jsxs as jsxs127 } from "react/jsx-runtime";
12970
12985
  var TOOLTIP_CLASSNAME = `k-tooltip`;
12971
12986
  var states106 = [];
12972
- var options97 = {
12987
+ var options98 = {
12973
12988
  themeColor: [
12974
12989
  ThemeColor.primary,
12975
12990
  ThemeColor.secondary,
@@ -13028,7 +13043,7 @@ var Tooltip = (props) => {
13028
13043
  );
13029
13044
  };
13030
13045
  Tooltip.states = states106;
13031
- Tooltip.options = options97;
13046
+ Tooltip.options = options98;
13032
13047
  Tooltip.className = TOOLTIP_CLASSNAME;
13033
13048
  Tooltip.defaultProps = defaultProps97;
13034
13049
 
@@ -13042,7 +13057,7 @@ import { jsx as jsx320 } from "react/jsx-runtime";
13042
13057
  import { jsx as jsx321 } from "react/jsx-runtime";
13043
13058
  var APPBAR_CLASSNAME = `k-appbar`;
13044
13059
  var states107 = [];
13045
- var options98 = {
13060
+ var options99 = {
13046
13061
  themeColor: [
13047
13062
  ThemeColor.inherit,
13048
13063
  ThemeColor.base,
@@ -13086,7 +13101,7 @@ var Appbar = (props) => {
13086
13101
  );
13087
13102
  };
13088
13103
  Appbar.states = states107;
13089
- Appbar.options = options98;
13104
+ Appbar.options = options99;
13090
13105
  Appbar.className = APPBAR_CLASSNAME;
13091
13106
  Appbar.defaultProps = defaultProps98;
13092
13107
 
@@ -13102,7 +13117,7 @@ var BOTTOM_NAV_CLASSNAME = "k-bottom-nav";
13102
13117
  var states108 = [
13103
13118
  States.disabled
13104
13119
  ];
13105
- var options99 = {
13120
+ var options100 = {
13106
13121
  fillMode: [FillMode.solid, FillMode.flat],
13107
13122
  themeColor: [
13108
13123
  ThemeColor.primary,
@@ -13149,7 +13164,7 @@ var BottomNav = (props) => {
13149
13164
  ), dir, children: props.children });
13150
13165
  };
13151
13166
  BottomNav.states = states108;
13152
- BottomNav.options = options99;
13167
+ BottomNav.options = options100;
13153
13168
  BottomNav.className = BOTTOM_NAV_CLASSNAME;
13154
13169
  BottomNav.defaultProps = defaultProps99;
13155
13170
 
@@ -13161,7 +13176,7 @@ var states109 = [
13161
13176
  States.selected,
13162
13177
  States.disabled
13163
13178
  ];
13164
- var options100 = {};
13179
+ var options101 = {};
13165
13180
  var defaultProps100 = {};
13166
13181
  var BottomNavItem = (props) => {
13167
13182
  const {
@@ -13186,7 +13201,7 @@ var BottomNavItem = (props) => {
13186
13201
  ] });
13187
13202
  };
13188
13203
  BottomNavItem.states = states109;
13189
- BottomNavItem.options = options100;
13204
+ BottomNavItem.options = options101;
13190
13205
  BottomNavItem.className = BOTTOM_NAV_ITEM_CLASSNAME;
13191
13206
  BottomNavItem.defaultProps = defaultProps100;
13192
13207
 
@@ -13205,7 +13220,7 @@ var BREADCRUMB_CLASSNAME = `k-breadcrumb`;
13205
13220
  var states110 = [
13206
13221
  States.focus
13207
13222
  ];
13208
- var options101 = {
13223
+ var options102 = {
13209
13224
  size: [Size.small, Size.medium, Size.large]
13210
13225
  };
13211
13226
  var defaultProps101 = {
@@ -13241,7 +13256,7 @@ var Breadcrumb = (props) => {
13241
13256
  );
13242
13257
  };
13243
13258
  Breadcrumb.states = states110;
13244
- Breadcrumb.options = options101;
13259
+ Breadcrumb.options = options102;
13245
13260
  Breadcrumb.className = BREADCRUMB_CLASSNAME;
13246
13261
  Breadcrumb.defaultProps = defaultProps101;
13247
13262
 
@@ -13322,7 +13337,7 @@ var states112 = [
13322
13337
  States.focus,
13323
13338
  States.disabled
13324
13339
  ];
13325
- var options102 = {
13340
+ var options103 = {
13326
13341
  size: [Size.small, Size.medium, Size.large]
13327
13342
  };
13328
13343
  var defaultProps102 = {
@@ -13568,7 +13583,7 @@ var Pager = (props) => {
13568
13583
  );
13569
13584
  };
13570
13585
  Pager.states = states112;
13571
- Pager.options = options102;
13586
+ Pager.options = options103;
13572
13587
  Pager.className = PAGER_CLASSNAME;
13573
13588
  Pager.defaultProps = defaultProps102;
13574
13589
 
@@ -13616,7 +13631,7 @@ var states113 = [
13616
13631
  States.selected,
13617
13632
  States.disabled
13618
13633
  ];
13619
- var options103 = {
13634
+ var options104 = {
13620
13635
  themeColor: [
13621
13636
  ThemeColor.primary,
13622
13637
  ThemeColor.success,
@@ -13666,7 +13681,7 @@ var Card = (props) => {
13666
13681
  );
13667
13682
  };
13668
13683
  Card.states = states113;
13669
- Card.options = options103;
13684
+ Card.options = options104;
13670
13685
  Card.className = CARD_CLASSNAME;
13671
13686
  Card.defaultProps = defaultProps103;
13672
13687
 
@@ -13819,7 +13834,7 @@ var states115 = [
13819
13834
  States.focus,
13820
13835
  States.disabled
13821
13836
  ];
13822
- var options104 = {};
13837
+ var options105 = {};
13823
13838
  var defaultProps104 = {};
13824
13839
  var ExpansionPanel = (props) => {
13825
13840
  const {
@@ -13864,7 +13879,7 @@ var ExpansionPanel = (props) => {
13864
13879
  ] });
13865
13880
  };
13866
13881
  ExpansionPanel.states = states115;
13867
- ExpansionPanel.options = options104;
13882
+ ExpansionPanel.options = options105;
13868
13883
  ExpansionPanel.className = EXPANSION_PANEL_CLASSNAME;
13869
13884
  ExpansionPanel.defaultProps = defaultProps104;
13870
13885
 
@@ -13874,12 +13889,168 @@ import { jsx as jsx357 } from "react/jsx-runtime";
13874
13889
  // src/expansion-panel/templates/expansion-panel-expanded.tsx
13875
13890
  import { jsx as jsx358 } from "react/jsx-runtime";
13876
13891
 
13877
- // src/tilelayout/tilelayout.spec.tsx
13892
+ // src/splitter/splitter-pane.tsx
13878
13893
  import { jsx as jsx359 } from "react/jsx-runtime";
13879
- var TILELAYOUT_CLASSNAME = `k-tilelayout`;
13894
+ var SPLITTERPANE_CLASSNAME = "k-pane";
13880
13895
  var states116 = [];
13881
- var options105 = {};
13882
- var defaultProps105 = {};
13896
+ var options106 = {};
13897
+ var defaultProps105 = {
13898
+ resizable: true,
13899
+ flex: false
13900
+ };
13901
+ var SplitterPane = (props) => {
13902
+ const {
13903
+ scrollable,
13904
+ flexBasis,
13905
+ flex,
13906
+ ...other
13907
+ } = props;
13908
+ return /* @__PURE__ */ jsx359(
13909
+ "div",
13910
+ {
13911
+ ...other,
13912
+ style: { flexBasis, ...props.style },
13913
+ className: classNames(
13914
+ props.className,
13915
+ SPLITTERPANE_CLASSNAME,
13916
+ {
13917
+ [`${SPLITTERPANE_CLASSNAME}-static`]: flexBasis,
13918
+ [`${SPLITTERPANE_CLASSNAME}-flex`]: flex,
13919
+ [`k-scrollable`]: scrollable
13920
+ }
13921
+ ),
13922
+ children: props.children
13923
+ }
13924
+ );
13925
+ };
13926
+ SplitterPane.states = states116;
13927
+ SplitterPane.options = options106;
13928
+ SplitterPane.className = SPLITTERPANE_CLASSNAME;
13929
+ SplitterPane.defaultProps = defaultProps105;
13930
+ var splitter_pane_default = SplitterPane;
13931
+
13932
+ // src/splitter/splitter-splitbar.tsx
13933
+ import { Fragment as Fragment101, jsx as jsx360, jsxs as jsxs141 } from "react/jsx-runtime";
13934
+ var SPLITTERSPLITBAR_CLASSNAME = "k-splitbar";
13935
+ var states117 = [
13936
+ States.hover,
13937
+ States.focus
13938
+ ];
13939
+ var options107 = {};
13940
+ var defaultProps106 = {
13941
+ orientation: "horizontal",
13942
+ draggable: true
13943
+ };
13944
+ var SplitterSplitbar = (props) => {
13945
+ const {
13946
+ hover,
13947
+ focus,
13948
+ orientation,
13949
+ draggable,
13950
+ collapsePrev,
13951
+ collapseNext,
13952
+ ...other
13953
+ } = props;
13954
+ return /* @__PURE__ */ jsxs141(
13955
+ "div",
13956
+ {
13957
+ ...other,
13958
+ className: classNames(
13959
+ props.className,
13960
+ SPLITTERSPLITBAR_CLASSNAME,
13961
+ stateClassNames(SPLITTERSPLITBAR_CLASSNAME, {
13962
+ hover,
13963
+ focus
13964
+ }),
13965
+ {
13966
+ [`${SPLITTERSPLITBAR_CLASSNAME}-${orientation}`]: orientation,
13967
+ [`${SPLITTERSPLITBAR_CLASSNAME}-draggable-${orientation}`]: draggable,
13968
+ [`${SPLITTERSPLITBAR_CLASSNAME}-static-${orientation}`]: !draggable && !collapsePrev && !collapseNext
13969
+ }
13970
+ ),
13971
+ children: [
13972
+ collapsePrev && /* @__PURE__ */ jsx360(Fragment101, { children: /* @__PURE__ */ jsx360("div", { className: "k-collapse-prev", children: /* @__PURE__ */ jsx360(Icon, { icon: `caret-alt-${orientation === "horizontal" ? "left" : "up"}`, size: "xsmall" }) }) }),
13973
+ /* @__PURE__ */ jsx360("div", { className: "k-resize-handle" }),
13974
+ collapseNext && /* @__PURE__ */ jsx360(Fragment101, { children: /* @__PURE__ */ jsx360("div", { className: "k-collapse-next", children: /* @__PURE__ */ jsx360(Icon, { icon: `caret-alt-${orientation === "horizontal" ? "right" : "down"}`, size: "xsmall" }) }) })
13975
+ ]
13976
+ }
13977
+ );
13978
+ };
13979
+ SplitterSplitbar.states = states117;
13980
+ SplitterSplitbar.options = options107;
13981
+ SplitterSplitbar.className = SPLITTERSPLITBAR_CLASSNAME;
13982
+ SplitterSplitbar.defaultProps = defaultProps106;
13983
+ var splitter_splitbar_default = SplitterSplitbar;
13984
+
13985
+ // src/splitter/splitter.spec.tsx
13986
+ import { Fragment as Fragment102, jsx as jsx361 } from "react/jsx-runtime";
13987
+ import { createElement as createElement6 } from "react";
13988
+ var SPLITTER_CLASSNAME = "k-splitter";
13989
+ var options108 = {};
13990
+ var defaultProps107 = {
13991
+ orientation: "horizontal"
13992
+ };
13993
+ var Splitter = (props) => {
13994
+ const {
13995
+ orientation,
13996
+ children,
13997
+ ...other
13998
+ } = props;
13999
+ const listChildren = [];
14000
+ if (children) {
14001
+ if (Array.isArray(children)) {
14002
+ children.map((child, index) => {
14003
+ if (child.type === splitter_pane_default) {
14004
+ listChildren.push(
14005
+ /* @__PURE__ */ createElement6(splitter_pane_default, { ...child.props, key: index }),
14006
+ children[index + 1] && /* @__PURE__ */ jsx361(Fragment102, { children: /* @__PURE__ */ jsx361(
14007
+ splitter_splitbar_default,
14008
+ {
14009
+ draggable: child.props.resizable !== false && children[index + 1].props.resizable !== false,
14010
+ collapsePrev: child.props.collapsible,
14011
+ collapseNext: children[index + 1].props.collapsible,
14012
+ orientation
14013
+ }
14014
+ ) })
14015
+ );
14016
+ } else {
14017
+ listChildren.push(child);
14018
+ }
14019
+ });
14020
+ }
14021
+ }
14022
+ return /* @__PURE__ */ jsx361(
14023
+ "div",
14024
+ {
14025
+ ...other,
14026
+ className: classNames(
14027
+ props.className,
14028
+ SPLITTER_CLASSNAME,
14029
+ {
14030
+ [`${SPLITTER_CLASSNAME}-${orientation}`]: orientation
14031
+ },
14032
+ "k-splitter-flex"
14033
+ ),
14034
+ children: listChildren
14035
+ }
14036
+ );
14037
+ };
14038
+ Splitter.options = options108;
14039
+ Splitter.className = SPLITTER_CLASSNAME;
14040
+ Splitter.defaultProps = defaultProps107;
14041
+
14042
+ // src/splitter/templates/splitter-normal.tsx
14043
+ import { jsx as jsx362, jsxs as jsxs142 } from "react/jsx-runtime";
14044
+
14045
+ // src/splitter/templates/splitter-vertical.tsx
14046
+ import { jsx as jsx363, jsxs as jsxs143 } from "react/jsx-runtime";
14047
+
14048
+ // src/tilelayout/tilelayout.spec.tsx
14049
+ import { jsx as jsx364 } from "react/jsx-runtime";
14050
+ var TILELAYOUT_CLASSNAME = `k-tilelayout`;
14051
+ var states118 = [];
14052
+ var options109 = {};
14053
+ var defaultProps108 = {};
13883
14054
  var TileLayout = (props) => {
13884
14055
  const {
13885
14056
  gap,
@@ -13895,7 +14066,7 @@ var TileLayout = (props) => {
13895
14066
  gap,
13896
14067
  ...style2
13897
14068
  };
13898
- return /* @__PURE__ */ jsx359(
14069
+ return /* @__PURE__ */ jsx364(
13899
14070
  "div",
13900
14071
  {
13901
14072
  className: classNames(
@@ -13907,20 +14078,20 @@ var TileLayout = (props) => {
13907
14078
  }
13908
14079
  );
13909
14080
  };
13910
- TileLayout.states = states116;
13911
- TileLayout.options = options105;
14081
+ TileLayout.states = states118;
14082
+ TileLayout.options = options109;
13912
14083
  TileLayout.className = TILELAYOUT_CLASSNAME;
13913
- TileLayout.defaultProps = defaultProps105;
14084
+ TileLayout.defaultProps = defaultProps108;
13914
14085
 
13915
14086
  // src/tilelayout/tilelayout-item.spec.tsx
13916
14087
  import React from "react";
13917
- import { jsx as jsx360, jsxs as jsxs141 } from "react/jsx-runtime";
14088
+ import { jsx as jsx365, jsxs as jsxs144 } from "react/jsx-runtime";
13918
14089
  var TILELAYOUTITEM_CLASSNAME = `k-tilelayout-item`;
13919
- var states117 = [
14090
+ var states119 = [
13920
14091
  States.focus
13921
14092
  ];
13922
- var options106 = {};
13923
- var defaultProps106 = {};
14093
+ var options110 = {};
14094
+ var defaultProps109 = {};
13924
14095
  var TileLayoutItem = (props) => {
13925
14096
  const {
13926
14097
  header,
@@ -13929,7 +14100,7 @@ var TileLayoutItem = (props) => {
13929
14100
  resize,
13930
14101
  style: style2
13931
14102
  } = props;
13932
- return /* @__PURE__ */ jsxs141(
14103
+ return /* @__PURE__ */ jsxs144(
13933
14104
  Card,
13934
14105
  {
13935
14106
  className: classNames(
@@ -13946,44 +14117,44 @@ var TileLayoutItem = (props) => {
13946
14117
  ),
13947
14118
  style: style2,
13948
14119
  children: [
13949
- header && React.isValidElement(header) ? /* @__PURE__ */ jsx360(CardHeader, { className: "k-tilelayout-item-header k-cursor-move", children: header }) : /* @__PURE__ */ jsx360(CardHeader, { className: "k-tilelayout-item-header k-cursor-move", title: header }),
13950
- body && /* @__PURE__ */ jsx360(CardBody, { className: "k-tilelayout-item-body", children: body })
14120
+ header && React.isValidElement(header) ? /* @__PURE__ */ jsx365(CardHeader, { className: "k-tilelayout-item-header k-cursor-move", children: header }) : /* @__PURE__ */ jsx365(CardHeader, { className: "k-tilelayout-item-header k-cursor-move", title: header }),
14121
+ body && /* @__PURE__ */ jsx365(CardBody, { className: "k-tilelayout-item-body", children: body })
13951
14122
  ]
13952
14123
  }
13953
14124
  );
13954
14125
  };
13955
- TileLayoutItem.states = states117;
13956
- TileLayoutItem.options = options106;
14126
+ TileLayoutItem.states = states119;
14127
+ TileLayoutItem.options = options110;
13957
14128
  TileLayoutItem.className = TILELAYOUTITEM_CLASSNAME;
13958
- TileLayoutItem.defaultProps = defaultProps106;
14129
+ TileLayoutItem.defaultProps = defaultProps109;
13959
14130
 
13960
14131
  // src/tilelayout/tilelayout-item-hint.spec.tsx
13961
- import { jsx as jsx361 } from "react/jsx-runtime";
14132
+ import { jsx as jsx366 } from "react/jsx-runtime";
13962
14133
  var TILELAYOUTITEMHINT_CLASSNAME = `k-layout-item-hint`;
13963
- var states118 = [];
13964
- var options107 = {};
13965
- var defaultProps107 = {};
14134
+ var states120 = [];
14135
+ var options111 = {};
14136
+ var defaultProps110 = {};
13966
14137
  var TileLayoutItemHint = (props) => {
13967
14138
  const { style: style2 } = props;
13968
- return /* @__PURE__ */ jsx361("div", { className: TILELAYOUTITEMHINT_CLASSNAME, style: style2 });
14139
+ return /* @__PURE__ */ jsx366("div", { className: TILELAYOUTITEMHINT_CLASSNAME, style: style2 });
13969
14140
  };
13970
- TileLayoutItemHint.states = states118;
13971
- TileLayoutItemHint.options = options107;
14141
+ TileLayoutItemHint.states = states120;
14142
+ TileLayoutItemHint.options = options111;
13972
14143
  TileLayoutItemHint.className = TILELAYOUTITEMHINT_CLASSNAME;
13973
- TileLayoutItemHint.defaultProps = defaultProps107;
14144
+ TileLayoutItemHint.defaultProps = defaultProps110;
13974
14145
 
13975
14146
  // src/tilelayout/templates/tilelayout-normal.tsx
13976
- import { jsx as jsx362 } from "react/jsx-runtime";
14147
+ import { jsx as jsx367 } from "react/jsx-runtime";
13977
14148
 
13978
14149
  // src/listview/listview.spec.tsx
13979
- import { Fragment as Fragment101, jsx as jsx363, jsxs as jsxs142 } from "react/jsx-runtime";
14150
+ import { Fragment as Fragment103, jsx as jsx368, jsxs as jsxs145 } from "react/jsx-runtime";
13980
14151
  var LISTVIEW_CLASSNAME = `k-listview`;
13981
- var states119 = [
14152
+ var states121 = [
13982
14153
  States.loading,
13983
14154
  States.disabled
13984
14155
  ];
13985
- var options108 = {};
13986
- var defaultProps108 = {
14156
+ var options112 = {};
14157
+ var defaultProps111 = {
13987
14158
  pagerPosition: "bottom",
13988
14159
  layout: "flex",
13989
14160
  flexDirection: "row"
@@ -13993,23 +14164,23 @@ var ListView = (props) => {
13993
14164
  header,
13994
14165
  footer,
13995
14166
  pageable,
13996
- pagerPosition = defaultProps108.pagerPosition,
14167
+ pagerPosition = defaultProps111.pagerPosition,
13997
14168
  bordered,
13998
- layout = defaultProps108.layout,
13999
- flexDirection = defaultProps108.flexDirection,
14169
+ layout = defaultProps111.layout,
14170
+ flexDirection = defaultProps111.flexDirection,
14000
14171
  flexWrap,
14001
14172
  gridColumns,
14002
14173
  loading,
14003
14174
  disabled,
14004
14175
  ...other
14005
14176
  } = props;
14006
- const pager = /* @__PURE__ */ jsx363(Pager, { className: `k-listview-pager k-listview-pager-${pagerPosition}` });
14007
- const loader = /* @__PURE__ */ jsx363(Fragment101, { children: /* @__PURE__ */ jsxs142("div", { className: "k-loading-mask k-opaque", style: { height: "100%", width: "100%" }, children: [
14008
- /* @__PURE__ */ jsx363("span", { className: "k-loading-text", children: "Loading..." }),
14009
- /* @__PURE__ */ jsx363("div", { className: "k-loading-image" }),
14010
- /* @__PURE__ */ jsx363("div", { className: "k-loading-color" })
14177
+ const pager = /* @__PURE__ */ jsx368(Pager, { className: `k-listview-pager k-listview-pager-${pagerPosition}` });
14178
+ const loader = /* @__PURE__ */ jsx368(Fragment103, { children: /* @__PURE__ */ jsxs145("div", { className: "k-loading-mask k-opaque", style: { height: "100%", width: "100%" }, children: [
14179
+ /* @__PURE__ */ jsx368("span", { className: "k-loading-text", children: "Loading..." }),
14180
+ /* @__PURE__ */ jsx368("div", { className: "k-loading-image" }),
14181
+ /* @__PURE__ */ jsx368("div", { className: "k-loading-color" })
14011
14182
  ] }) });
14012
- return /* @__PURE__ */ jsxs142(
14183
+ return /* @__PURE__ */ jsxs145(
14013
14184
  "div",
14014
14185
  {
14015
14186
  ...other,
@@ -14026,8 +14197,8 @@ var ListView = (props) => {
14026
14197
  ),
14027
14198
  children: [
14028
14199
  pageable && pagerPosition === "top" && pager,
14029
- header && /* @__PURE__ */ jsx363("div", { className: "k-listview-header", children: "Header" }),
14030
- /* @__PURE__ */ jsxs142("div", { className: classNames(
14200
+ header && /* @__PURE__ */ jsx368("div", { className: "k-listview-header", children: "Header" }),
14201
+ /* @__PURE__ */ jsxs145("div", { className: classNames(
14031
14202
  "k-listview-content",
14032
14203
  {
14033
14204
  [`k-d-${layout}`]: layout,
@@ -14039,33 +14210,33 @@ var ListView = (props) => {
14039
14210
  loading && loader,
14040
14211
  props.children
14041
14212
  ] }),
14042
- footer && /* @__PURE__ */ jsx363("div", { className: "k-listview-footer", children: "Footer" }),
14213
+ footer && /* @__PURE__ */ jsx368("div", { className: "k-listview-footer", children: "Footer" }),
14043
14214
  pageable && pagerPosition === "bottom" && pager
14044
14215
  ]
14045
14216
  }
14046
14217
  );
14047
14218
  };
14048
- ListView.states = states119;
14049
- ListView.options = options108;
14219
+ ListView.states = states121;
14220
+ ListView.options = options112;
14050
14221
  ListView.className = LISTVIEW_CLASSNAME;
14051
- ListView.defaultProps = defaultProps108;
14222
+ ListView.defaultProps = defaultProps111;
14052
14223
 
14053
14224
  // src/listview/listview-item.spec.tsx
14054
- import { jsx as jsx364 } from "react/jsx-runtime";
14225
+ import { jsx as jsx369 } from "react/jsx-runtime";
14055
14226
  var LISTVIEWITEM_CLASSNAME = `k-listview-item`;
14056
- var states120 = [
14227
+ var states122 = [
14057
14228
  States.focus,
14058
14229
  States.selected
14059
14230
  ];
14060
- var options109 = {};
14061
- var defaultProps109 = {};
14231
+ var options113 = {};
14232
+ var defaultProps112 = {};
14062
14233
  var ListViewItem = (props) => {
14063
14234
  const {
14064
14235
  focus,
14065
14236
  selected,
14066
14237
  ...other
14067
14238
  } = props;
14068
- return /* @__PURE__ */ jsx364(
14239
+ return /* @__PURE__ */ jsx369(
14069
14240
  "div",
14070
14241
  {
14071
14242
  ...other,
@@ -14081,122 +14252,437 @@ var ListViewItem = (props) => {
14081
14252
  }
14082
14253
  );
14083
14254
  };
14084
- ListViewItem.states = states120;
14085
- ListViewItem.options = options109;
14255
+ ListViewItem.states = states122;
14256
+ ListViewItem.options = options113;
14086
14257
  ListViewItem.className = LISTVIEWITEM_CLASSNAME;
14087
- ListViewItem.defaultProps = defaultProps109;
14258
+ ListViewItem.defaultProps = defaultProps112;
14088
14259
 
14089
14260
  // src/listview/templates/listview-normal.tsx
14090
- import { Fragment as Fragment102, jsx as jsx365, jsxs as jsxs143 } from "react/jsx-runtime";
14261
+ import { Fragment as Fragment104, jsx as jsx370, jsxs as jsxs146 } from "react/jsx-runtime";
14091
14262
 
14092
14263
  // src/filter/filter-preview.tsx
14093
- import { jsx as jsx366 } from "react/jsx-runtime";
14264
+ import { jsx as jsx371 } from "react/jsx-runtime";
14094
14265
  var FILTER_PREVIEW_CLASSNAME = "k-filter-preview";
14095
- var states121 = [];
14096
- var options110 = {};
14097
- var defaultProps110 = {};
14266
+ var states123 = [];
14267
+ var options114 = {};
14268
+ var defaultProps113 = {};
14098
14269
  var FilterPreview = (props) => {
14099
14270
  const { fields } = props;
14100
14271
  const expressionPreview = [];
14101
14272
  if (fields) {
14102
14273
  fields.map(({ name, value }) => {
14103
14274
  expressionPreview.push(
14104
- /* @__PURE__ */ jsx366("span", { className: `k-filter-preview-${name}`, children: `${value} ` })
14275
+ /* @__PURE__ */ jsx371("span", { className: `k-filter-preview-${name}`, children: `${value} ` })
14105
14276
  );
14106
14277
  });
14107
14278
  }
14108
- return /* @__PURE__ */ jsx366("div", { className: classNames(FILTER_PREVIEW_CLASSNAME), children: expressionPreview });
14279
+ return /* @__PURE__ */ jsx371("div", { className: classNames(FILTER_PREVIEW_CLASSNAME), children: expressionPreview });
14109
14280
  };
14110
- FilterPreview.states = states121;
14111
- FilterPreview.options = options110;
14112
- FilterPreview.defaultProps = defaultProps110;
14281
+ FilterPreview.states = states123;
14282
+ FilterPreview.options = options114;
14283
+ FilterPreview.defaultProps = defaultProps113;
14113
14284
  FilterPreview.className = FILTER_PREVIEW_CLASSNAME;
14114
14285
 
14115
14286
  // src/filter/filter.spec.tsx
14116
- import { Fragment as Fragment103, jsx as jsx367, jsxs as jsxs144 } from "react/jsx-runtime";
14287
+ import { Fragment as Fragment105, jsx as jsx372, jsxs as jsxs147 } from "react/jsx-runtime";
14117
14288
  var FILTER_CLASSNAME = "k-filter";
14118
- var states122 = [];
14119
- var options111 = {};
14120
- var defaultProps111 = {};
14289
+ var states124 = [];
14290
+ var options115 = {};
14291
+ var defaultProps114 = {};
14121
14292
  var Filter = (props) => {
14122
14293
  const {
14123
14294
  children,
14124
14295
  showApplyButton
14125
14296
  } = props;
14126
14297
  const filterChildren = [];
14127
- let expressionPreview = /* @__PURE__ */ jsx367(Fragment103, {});
14298
+ let expressionPreview = /* @__PURE__ */ jsx372(Fragment105, {});
14128
14299
  if (children) {
14129
14300
  if (Array.isArray(children)) {
14130
14301
  children.map((child) => {
14131
14302
  if (child.type !== FilterPreview) {
14132
14303
  filterChildren.push(child);
14133
14304
  } else {
14134
- expressionPreview = /* @__PURE__ */ jsx367(FilterPreview, { ...child.props });
14305
+ expressionPreview = /* @__PURE__ */ jsx372(FilterPreview, { ...child.props });
14135
14306
  }
14136
14307
  });
14137
14308
  }
14138
14309
  }
14139
- return /* @__PURE__ */ jsxs144("div", { className: classNames(props.className, FILTER_CLASSNAME), children: [
14140
- /* @__PURE__ */ jsx367("ul", { className: "k-filter-container", children: /* @__PURE__ */ jsx367("li", { className: "k-filter-group-main", children: filterChildren }) }),
14310
+ return /* @__PURE__ */ jsxs147("div", { className: classNames(props.className, FILTER_CLASSNAME), children: [
14311
+ /* @__PURE__ */ jsx372("ul", { className: "k-filter-container", children: /* @__PURE__ */ jsx372("li", { className: "k-filter-group-main", children: filterChildren }) }),
14141
14312
  expressionPreview,
14142
- showApplyButton && /* @__PURE__ */ jsx367(Button, { className: "k-filter-apply", children: "Apply" })
14313
+ showApplyButton && /* @__PURE__ */ jsx372(Button, { className: "k-filter-apply", children: "Apply" })
14143
14314
  ] });
14144
14315
  };
14145
- Filter.states = states122;
14146
- Filter.options = options111;
14147
- Filter.defaultProps = defaultProps111;
14316
+ Filter.states = states124;
14317
+ Filter.options = options115;
14318
+ Filter.defaultProps = defaultProps114;
14148
14319
  Filter.className = FILTER_CLASSNAME;
14149
14320
 
14150
14321
  // src/filter/filter-toolbar.tsx
14151
- import { jsx as jsx368 } from "react/jsx-runtime";
14322
+ import { jsx as jsx373 } from "react/jsx-runtime";
14152
14323
  var FILTER_TOOLBAR_CLASSNAME = "k-filter-toolbar";
14153
- var states123 = [];
14154
- var options112 = {};
14155
- var defaultProps112 = {};
14324
+ var states125 = [];
14325
+ var options116 = {};
14326
+ var defaultProps115 = {};
14156
14327
  var FilterToolbar = (props) => {
14157
14328
  const { children } = props;
14158
- return /* @__PURE__ */ jsx368("div", { className: classNames(FILTER_TOOLBAR_CLASSNAME), children });
14329
+ return /* @__PURE__ */ jsx373("div", { className: classNames(FILTER_TOOLBAR_CLASSNAME), children });
14159
14330
  };
14160
- FilterToolbar.states = states123;
14161
- FilterToolbar.options = options112;
14162
- FilterToolbar.defaultProps = defaultProps112;
14331
+ FilterToolbar.states = states125;
14332
+ FilterToolbar.options = options116;
14333
+ FilterToolbar.defaultProps = defaultProps115;
14163
14334
 
14164
14335
  // src/filter/filter-lines.tsx
14165
- import { jsx as jsx369 } from "react/jsx-runtime";
14336
+ import { jsx as jsx374 } from "react/jsx-runtime";
14166
14337
  var FILTER_LINES_CLASSNAME = "k-filter-lines";
14167
- var states124 = [];
14168
- var options113 = {};
14169
- var defaultProps113 = {};
14338
+ var states126 = [];
14339
+ var options117 = {};
14340
+ var defaultProps116 = {};
14170
14341
  var FilterLines = (props) => {
14171
14342
  const { children } = props;
14172
- return /* @__PURE__ */ jsx369("ul", { className: classNames(FILTER_LINES_CLASSNAME), children });
14343
+ return /* @__PURE__ */ jsx374("ul", { className: classNames(FILTER_LINES_CLASSNAME), children });
14173
14344
  };
14174
- FilterLines.states = states124;
14175
- FilterLines.options = options113;
14176
- FilterLines.defaultProps = defaultProps113;
14345
+ FilterLines.states = states126;
14346
+ FilterLines.options = options117;
14347
+ FilterLines.defaultProps = defaultProps116;
14177
14348
 
14178
14349
  // src/filter/filter-item.tsx
14179
- import { jsx as jsx370 } from "react/jsx-runtime";
14350
+ import { jsx as jsx375 } from "react/jsx-runtime";
14180
14351
  var FILTER_ITEM_CLASSNAME = "k-filter-item";
14181
- var states125 = [];
14182
- var options114 = {};
14183
- var defaultProps114 = {};
14352
+ var states127 = [];
14353
+ var options118 = {};
14354
+ var defaultProps117 = {};
14184
14355
  var FilterItem = (props) => {
14185
14356
  const { children } = props;
14186
- return /* @__PURE__ */ jsx370("li", { className: classNames(FILTER_ITEM_CLASSNAME), children });
14357
+ return /* @__PURE__ */ jsx375("li", { className: classNames(FILTER_ITEM_CLASSNAME), children });
14187
14358
  };
14188
- FilterItem.states = states125;
14189
- FilterItem.options = options114;
14190
- FilterItem.defaultProps = defaultProps114;
14359
+ FilterItem.states = states127;
14360
+ FilterItem.options = options118;
14361
+ FilterItem.defaultProps = defaultProps117;
14191
14362
 
14192
14363
  // src/filter/templates/filter-normal.tsx
14193
- import { jsx as jsx371, jsxs as jsxs145 } from "react/jsx-runtime";
14364
+ import { jsx as jsx376, jsxs as jsxs148 } from "react/jsx-runtime";
14365
+
14366
+ // src/filemanager/filemanager-toolbar.spec.tsx
14367
+ import { jsx as jsx377 } from "react/jsx-runtime";
14368
+ var FILEMANAGERTOOLBAR_CLASSNAME = `k-filemanager-toolbar`;
14369
+ var states128 = [];
14370
+ var options119 = {};
14371
+ var defaultProps118 = {};
14372
+ var FileManagerToolbar = (props) => {
14373
+ const {
14374
+ children,
14375
+ ...other
14376
+ } = props;
14377
+ return /* @__PURE__ */ jsx377(
14378
+ Toolbar,
14379
+ {
14380
+ className: classNames(
14381
+ props.className,
14382
+ FILEMANAGERTOOLBAR_CLASSNAME
14383
+ ),
14384
+ ...other,
14385
+ children
14386
+ }
14387
+ );
14388
+ };
14389
+ FileManagerToolbar.states = states128;
14390
+ FileManagerToolbar.options = options119;
14391
+ FileManagerToolbar.className = FILEMANAGERTOOLBAR_CLASSNAME;
14392
+ FileManagerToolbar.defaultProps = defaultProps118;
14393
+ var filemanager_toolbar_spec_default = FileManagerToolbar;
14394
+
14395
+ // src/filemanager/filemanager.spec.tsx
14396
+ import { Fragment as Fragment106, jsx as jsx378, jsxs as jsxs149 } from "react/jsx-runtime";
14397
+ var FILEMANAGER_CLASSNAME = "k-filemanager";
14398
+ var states129 = [
14399
+ States.disabled
14400
+ ];
14401
+ var options120 = {};
14402
+ var defaultToolbar = /* @__PURE__ */ jsx378(Fragment106, { children: /* @__PURE__ */ jsxs149(filemanager_toolbar_spec_default, { children: [
14403
+ /* @__PURE__ */ jsx378(Button, { children: "New Folder" }),
14404
+ /* @__PURE__ */ jsx378(Button, { children: "Upload" }),
14405
+ /* @__PURE__ */ jsxs149(ButtonGroup, { children: [
14406
+ /* @__PURE__ */ jsx378(Button, { icon: "sort-asc-small" }),
14407
+ /* @__PURE__ */ jsx378(Button, { icon: "sort-desc-small" })
14408
+ ] }),
14409
+ /* @__PURE__ */ jsx378(SplitButton, { text: "Sort By" }),
14410
+ /* @__PURE__ */ jsxs149(ButtonGroup, { children: [
14411
+ /* @__PURE__ */ jsx378(Button, { icon: "grid-layout" }),
14412
+ /* @__PURE__ */ jsx378(Button, { icon: "grid" })
14413
+ ] }),
14414
+ /* @__PURE__ */ jsx378("div", { className: "k-spacer" }),
14415
+ /* @__PURE__ */ jsxs149("div", { className: "k-filemanager-details-toggle", children: [
14416
+ /* @__PURE__ */ jsx378("label", { children: "View Details" }),
14417
+ /* @__PURE__ */ jsx378(Switch, {})
14418
+ ] }),
14419
+ /* @__PURE__ */ jsx378(Searchbox, { className: "k-filemanager-search-tool", placeholder: "Search..." })
14420
+ ] }) });
14421
+ var defaultProps119 = {
14422
+ toolbar: defaultToolbar
14423
+ };
14424
+ var FileManager = (props) => {
14425
+ const {
14426
+ disabled,
14427
+ toolbar
14428
+ } = props;
14429
+ return /* @__PURE__ */ jsxs149("div", { className: classNames(
14430
+ props.className,
14431
+ FILEMANAGER_CLASSNAME,
14432
+ stateClassNames(FILEMANAGER_CLASSNAME, {
14433
+ disabled
14434
+ })
14435
+ ), children: [
14436
+ /* @__PURE__ */ jsx378("div", { className: "k-filemanager-header", children: toolbar }),
14437
+ /* @__PURE__ */ jsx378("div", { className: "k-filemanager-content-container", children: props.children })
14438
+ ] });
14439
+ };
14440
+ FileManager.states = states129;
14441
+ FileManager.options = options120;
14442
+ FileManager.className = FILEMANAGER_CLASSNAME;
14443
+ FileManager.defaultProps = defaultProps119;
14444
+
14445
+ // src/filemanager/filemanager-breadcrumb.spec.tsx
14446
+ import { jsx as jsx379 } from "react/jsx-runtime";
14447
+ var FILEMANAGERBREADCRUMB_CLASSNAME = `k-filemanager-breadcrumb`;
14448
+ var states130 = [];
14449
+ var options121 = {};
14450
+ var defaultProps120 = {};
14451
+ var FileManagerBreadcrumb = (props) => {
14452
+ const {
14453
+ children,
14454
+ ...other
14455
+ } = props;
14456
+ return /* @__PURE__ */ jsx379(
14457
+ Breadcrumb,
14458
+ {
14459
+ className: classNames(
14460
+ props.className,
14461
+ FILEMANAGERBREADCRUMB_CLASSNAME
14462
+ ),
14463
+ ...other,
14464
+ children
14465
+ }
14466
+ );
14467
+ };
14468
+ FileManagerBreadcrumb.states = states130;
14469
+ FileManagerBreadcrumb.options = options121;
14470
+ FileManagerBreadcrumb.className = FILEMANAGERBREADCRUMB_CLASSNAME;
14471
+ FileManagerBreadcrumb.defaultProps = defaultProps120;
14472
+
14473
+ // src/filemanager/filemanager-listview.spec.tsx
14474
+ import { jsx as jsx380 } from "react/jsx-runtime";
14475
+ var FILEMANAGERLISTVIEW_CLASSNAME = `k-filemanager-listview`;
14476
+ var states131 = [];
14477
+ var options122 = {};
14478
+ var defaultProps121 = {};
14479
+ var FileManagerListView = (props) => {
14480
+ const {
14481
+ children,
14482
+ ...other
14483
+ } = props;
14484
+ return /* @__PURE__ */ jsx380(
14485
+ ListView,
14486
+ {
14487
+ className: classNames(
14488
+ props.className,
14489
+ FILEMANAGERLISTVIEW_CLASSNAME,
14490
+ "k-selectable"
14491
+ ),
14492
+ flexWrap: "wrap",
14493
+ ...other,
14494
+ children
14495
+ }
14496
+ );
14497
+ };
14498
+ FileManagerListView.states = states131;
14499
+ FileManagerListView.options = options122;
14500
+ FileManagerListView.className = FILEMANAGERLISTVIEW_CLASSNAME;
14501
+ FileManagerListView.defaultProps = defaultProps121;
14502
+
14503
+ // src/filemanager/filemanager-treeview.spec.tsx
14504
+ import { jsx as jsx381 } from "react/jsx-runtime";
14505
+ var FILEMANAGERTREEVIEW_CLASSNAME = `k-filemanager-treeview`;
14506
+ var states132 = [];
14507
+ var options123 = {};
14508
+ var defaultProps122 = {};
14509
+ var FileManagerTreeview = (props) => {
14510
+ const {
14511
+ children,
14512
+ ...other
14513
+ } = props;
14514
+ return /* @__PURE__ */ jsx381(
14515
+ Treeview,
14516
+ {
14517
+ className: classNames(
14518
+ props.className,
14519
+ FILEMANAGERTREEVIEW_CLASSNAME
14520
+ ),
14521
+ ...other,
14522
+ children
14523
+ }
14524
+ );
14525
+ };
14526
+ FileManagerTreeview.states = states132;
14527
+ FileManagerTreeview.options = options123;
14528
+ FileManagerTreeview.className = FILEMANAGERTREEVIEW_CLASSNAME;
14529
+ FileManagerTreeview.defaultProps = defaultProps122;
14530
+
14531
+ // src/filemanager/filemanager-drag-hint.tsx
14532
+ import { jsx as jsx382, jsxs as jsxs150 } from "react/jsx-runtime";
14533
+ var FILEMANAGERDRAGHINT_CLASSNAME = "k-filemanager-drag-hint";
14534
+ var states133 = [];
14535
+ var options124 = {};
14536
+ var defaultProps123 = {
14537
+ icon: "file"
14538
+ };
14539
+ var FileManagerDragHint = (props) => {
14540
+ const {
14541
+ hint,
14542
+ icon = defaultProps123.icon,
14543
+ ...other
14544
+ } = props;
14545
+ return /* @__PURE__ */ jsxs150(
14546
+ "div",
14547
+ {
14548
+ className: classNames(
14549
+ props.className,
14550
+ FILEMANAGERDRAGHINT_CLASSNAME,
14551
+ "k-drag-clue"
14552
+ ),
14553
+ ...other,
14554
+ children: [
14555
+ /* @__PURE__ */ jsx382(Icon, { icon }),
14556
+ /* @__PURE__ */ jsx382("span", { children: hint })
14557
+ ]
14558
+ }
14559
+ );
14560
+ };
14561
+ FileManagerDragHint.states = states133;
14562
+ FileManagerDragHint.options = options124;
14563
+ FileManagerDragHint.className = FILEMANAGERDRAGHINT_CLASSNAME;
14564
+ FileManagerDragHint.defaultProps = defaultProps123;
14565
+
14566
+ // src/filemanager/file-info.tsx
14567
+ import { Fragment as Fragment107, jsx as jsx383, jsxs as jsxs151 } from "react/jsx-runtime";
14568
+ var FILEINFO_CLASSNAME = "k-file-info";
14569
+ var states134 = [];
14570
+ var options125 = {};
14571
+ var defaultProps124 = {
14572
+ name: "No File Selected",
14573
+ icon: "file"
14574
+ };
14575
+ var FileInfo = (props) => {
14576
+ const {
14577
+ selection,
14578
+ name = defaultProps124.name,
14579
+ icon = defaultProps124.icon,
14580
+ fileType,
14581
+ fileSize,
14582
+ fileDateCreated,
14583
+ fileDateModified
14584
+ } = props;
14585
+ return /* @__PURE__ */ jsxs151("div", { className: classNames(
14586
+ props.className,
14587
+ FILEINFO_CLASSNAME
14588
+ ), children: [
14589
+ /* @__PURE__ */ jsx383(
14590
+ FilePreview,
14591
+ {
14592
+ className: classNames(
14593
+ {
14594
+ ["k-single-file-selected"]: selection === "single",
14595
+ ["k-multiple-files-selected"]: selection === "multiple",
14596
+ ["k-no-file-selected"]: selection === "none"
14597
+ }
14598
+ ),
14599
+ icon: selection === "none" ? "none" : icon,
14600
+ name,
14601
+ size: "xxxlarge"
14602
+ }
14603
+ ),
14604
+ selection === "single" && /* @__PURE__ */ jsx383(Fragment107, { children: /* @__PURE__ */ jsxs151("dl", { className: "k-file-meta", children: [
14605
+ fileType && /* @__PURE__ */ jsxs151(Fragment107, { children: [
14606
+ /* @__PURE__ */ jsx383("dt", { className: "k-file-meta-label", children: "Type: " }),
14607
+ /* @__PURE__ */ jsx383("dd", { className: "k-file-meta-value k-file-type", children: fileType }),
14608
+ /* @__PURE__ */ jsx383("dd", { className: "k-line-break" })
14609
+ ] }),
14610
+ fileSize && /* @__PURE__ */ jsxs151(Fragment107, { children: [
14611
+ /* @__PURE__ */ jsx383("dt", { className: "k-file-meta-label", children: "Size: " }),
14612
+ /* @__PURE__ */ jsx383("dd", { className: "k-file-meta-value k-file-size", children: fileSize }),
14613
+ /* @__PURE__ */ jsx383("dd", { className: "k-line-break" })
14614
+ ] }),
14615
+ fileDateCreated && /* @__PURE__ */ jsxs151(Fragment107, { children: [
14616
+ /* @__PURE__ */ jsx383("dt", { className: "k-file-meta-label", children: "Date Created: " }),
14617
+ /* @__PURE__ */ jsx383("dd", { className: "k-file-meta-value k-file-created", children: fileDateCreated }),
14618
+ /* @__PURE__ */ jsx383("dd", { className: "k-line-break" })
14619
+ ] }),
14620
+ fileDateModified && /* @__PURE__ */ jsxs151(Fragment107, { children: [
14621
+ /* @__PURE__ */ jsx383("dt", { className: "k-file-meta-label", children: "Date Modified: " }),
14622
+ /* @__PURE__ */ jsx383("dd", { className: "k-file-meta-value k-file-modified", children: fileDateModified }),
14623
+ /* @__PURE__ */ jsx383("dd", { className: "k-line-break" })
14624
+ ] })
14625
+ ] }) })
14626
+ ] });
14627
+ };
14628
+ FileInfo.states = states134;
14629
+ FileInfo.options = options125;
14630
+ FileInfo.className = FILEINFO_CLASSNAME;
14631
+ FileInfo.defaultProps = defaultProps124;
14632
+
14633
+ // src/filemanager/file-preview.tsx
14634
+ import { Fragment as Fragment108, jsx as jsx384, jsxs as jsxs152 } from "react/jsx-runtime";
14635
+ var FILEPREVIEW_CLASSNAME = "k-file-preview";
14636
+ var states135 = [];
14637
+ var options126 = {
14638
+ size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge]
14639
+ };
14640
+ var defaultProps125 = {};
14641
+ var FilePreview = (props) => {
14642
+ const {
14643
+ size,
14644
+ icon,
14645
+ name
14646
+ } = props;
14647
+ return /* @__PURE__ */ jsxs152(Fragment108, { children: [
14648
+ /* @__PURE__ */ jsx384("span", { className: classNames(
14649
+ FILEPREVIEW_CLASSNAME
14650
+ ), children: /* @__PURE__ */ jsx384(
14651
+ Icon,
14652
+ {
14653
+ className: "k-file-icon",
14654
+ icon,
14655
+ size
14656
+ }
14657
+ ) }),
14658
+ /* @__PURE__ */ jsx384("span", { className: classNames(
14659
+ props.className,
14660
+ "k-file-name"
14661
+ ), children: name })
14662
+ ] });
14663
+ };
14664
+ FilePreview.states = states135;
14665
+ FilePreview.options = options126;
14666
+ FilePreview.className = FILEPREVIEW_CLASSNAME;
14667
+ FilePreview.defaultProps = defaultProps125;
14668
+
14669
+ // src/filemanager/templates/filemanager-normal.tsx
14670
+ import { Fragment as Fragment109, jsx as jsx385, jsxs as jsxs153 } from "react/jsx-runtime";
14671
+
14672
+ // src/filemanager/templates/filemanager-preview.tsx
14673
+ import { Fragment as Fragment110, jsx as jsx386, jsxs as jsxs154 } from "react/jsx-runtime";
14674
+
14675
+ // src/filemanager/templates/filemanager-grid.tsx
14676
+ import { Fragment as Fragment111, jsx as jsx387, jsxs as jsxs155 } from "react/jsx-runtime";
14677
+
14678
+ // src/filemanager/templates/filemanager-grid-preview.tsx
14679
+ import { Fragment as Fragment112, jsx as jsx388, jsxs as jsxs156 } from "react/jsx-runtime";
14194
14680
 
14195
14681
  // src/chat/chat.spec.tsx
14196
- import { Fragment as Fragment104, jsx as jsx372, jsxs as jsxs146 } from "react/jsx-runtime";
14682
+ import { Fragment as Fragment113, jsx as jsx389, jsxs as jsxs157 } from "react/jsx-runtime";
14197
14683
  var CHAT_CLASSNAME = "k-chat";
14198
- var states126 = [];
14199
- var options115 = {};
14684
+ var states136 = [];
14685
+ var options127 = {};
14200
14686
  var defaultOptions = {
14201
14687
  showToolbar: true,
14202
14688
  showMessageBox: true,
@@ -14210,7 +14696,7 @@ var Chat = (props) => {
14210
14696
  showMoreButton,
14211
14697
  ...other
14212
14698
  } = props;
14213
- return /* @__PURE__ */ jsxs146(
14699
+ return /* @__PURE__ */ jsxs157(
14214
14700
  "div",
14215
14701
  {
14216
14702
  ...other,
@@ -14220,63 +14706,63 @@ var Chat = (props) => {
14220
14706
  ),
14221
14707
  dir,
14222
14708
  children: [
14223
- /* @__PURE__ */ jsx372("div", { className: "k-message-list k-avatars", children: /* @__PURE__ */ jsx372("div", { className: "k-message-list-content", children: props.children }) }),
14224
- showMessageBox && /* @__PURE__ */ jsx372(
14709
+ /* @__PURE__ */ jsx389("div", { className: "k-message-list k-avatars", children: /* @__PURE__ */ jsx389("div", { className: "k-message-list-content", children: props.children }) }),
14710
+ showMessageBox && /* @__PURE__ */ jsx389(
14225
14711
  Textbox,
14226
14712
  {
14227
14713
  className: "k-message-box",
14228
14714
  placeholder: "Type a message...",
14229
- suffix: /* @__PURE__ */ jsxs146(Fragment104, { children: [
14230
- showMoreButton && /* @__PURE__ */ jsx372(Button, { fillMode: "flat", icon: "more-horizontal" }),
14231
- /* @__PURE__ */ jsx372(Button, { fillMode: "flat", icon: "paper-plane", className: "k-chat-send" })
14715
+ suffix: /* @__PURE__ */ jsxs157(Fragment113, { children: [
14716
+ showMoreButton && /* @__PURE__ */ jsx389(Button, { fillMode: "flat", icon: "more-horizontal" }),
14717
+ /* @__PURE__ */ jsx389(Button, { fillMode: "flat", icon: "paper-plane", className: "k-chat-send" })
14232
14718
  ] })
14233
14719
  }
14234
14720
  ),
14235
- showToolbar && /* @__PURE__ */ jsxs146("div", { className: "k-chat-toolbar k-toolbar", children: [
14236
- /* @__PURE__ */ jsx372(Button, { className: classNames("k-scroll-button", "k-scroll-button-left", dir === "rtl" ? "" : "k-hidden"), icon: "chevron-left" }),
14237
- /* @__PURE__ */ jsxs146("div", { className: "k-toolbar-group k-button-list", children: [
14238
- /* @__PURE__ */ jsx372(Button, { icon: "arrow-rotate-cw" }),
14239
- /* @__PURE__ */ jsx372(Button, { icon: "gear" }),
14240
- /* @__PURE__ */ jsx372(Button, { icon: "wrench" }),
14241
- /* @__PURE__ */ jsx372(Button, { icon: "plus" }),
14242
- /* @__PURE__ */ jsx372(Button, { icon: "search" }),
14243
- /* @__PURE__ */ jsx372(Button, { icon: "star" }),
14244
- /* @__PURE__ */ jsx372(Button, { icon: "bell" }),
14245
- /* @__PURE__ */ jsx372(Button, { icon: "question-circle" }),
14246
- /* @__PURE__ */ jsx372(Button, { icon: "trash" })
14721
+ showToolbar && /* @__PURE__ */ jsxs157("div", { className: "k-chat-toolbar k-toolbar", children: [
14722
+ /* @__PURE__ */ jsx389(Button, { className: classNames("k-scroll-button", "k-scroll-button-left", dir === "rtl" ? "" : "k-hidden"), icon: "chevron-left" }),
14723
+ /* @__PURE__ */ jsxs157("div", { className: "k-toolbar-group k-button-list", children: [
14724
+ /* @__PURE__ */ jsx389(Button, { icon: "arrow-rotate-cw" }),
14725
+ /* @__PURE__ */ jsx389(Button, { icon: "gear" }),
14726
+ /* @__PURE__ */ jsx389(Button, { icon: "wrench" }),
14727
+ /* @__PURE__ */ jsx389(Button, { icon: "plus" }),
14728
+ /* @__PURE__ */ jsx389(Button, { icon: "search" }),
14729
+ /* @__PURE__ */ jsx389(Button, { icon: "star" }),
14730
+ /* @__PURE__ */ jsx389(Button, { icon: "bell" }),
14731
+ /* @__PURE__ */ jsx389(Button, { icon: "question-circle" }),
14732
+ /* @__PURE__ */ jsx389(Button, { icon: "trash" })
14247
14733
  ] }),
14248
- /* @__PURE__ */ jsx372(Button, { className: classNames("k-scroll-button", "k-scroll-button-right", dir === "rtl" && "k-hidden"), icon: "chevron-right" })
14734
+ /* @__PURE__ */ jsx389(Button, { className: classNames("k-scroll-button", "k-scroll-button-right", dir === "rtl" && "k-hidden"), icon: "chevron-right" })
14249
14735
  ] })
14250
14736
  ]
14251
14737
  }
14252
14738
  );
14253
14739
  };
14254
- Chat.states = states126;
14255
- Chat.options = options115;
14740
+ Chat.states = states136;
14741
+ Chat.options = options127;
14256
14742
  Chat.className = CHAT_CLASSNAME;
14257
14743
  Chat.defaultOptions = defaultOptions;
14258
14744
 
14259
14745
  // src/chat/chat-message.tsx
14260
- import { jsx as jsx373, jsxs as jsxs147 } from "react/jsx-runtime";
14746
+ import { jsx as jsx390, jsxs as jsxs158 } from "react/jsx-runtime";
14261
14747
  var CHATMESSAGE_CLASSNAME = "k-message";
14262
- var states127 = [
14748
+ var states137 = [
14263
14749
  States.selected
14264
14750
  ];
14265
- var options116 = {};
14266
- var defaultProps115 = {
14751
+ var options128 = {};
14752
+ var defaultProps126 = {
14267
14753
  time: "Thu Feb 08 2018",
14268
14754
  text: "How can I help you?",
14269
14755
  status: "Seen"
14270
14756
  };
14271
14757
  var ChatMessage = (props) => {
14272
14758
  const {
14273
- time = defaultProps115.time,
14274
- text = defaultProps115.text,
14275
- status = defaultProps115.status,
14759
+ time = defaultProps126.time,
14760
+ text = defaultProps126.text,
14761
+ status = defaultProps126.status,
14276
14762
  selected,
14277
14763
  ...other
14278
14764
  } = props;
14279
- return /* @__PURE__ */ jsxs147(
14765
+ return /* @__PURE__ */ jsxs158(
14280
14766
  "div",
14281
14767
  {
14282
14768
  ...other,
@@ -14286,39 +14772,39 @@ var ChatMessage = (props) => {
14286
14772
  stateClassNames(CHATMESSAGE_CLASSNAME, { selected })
14287
14773
  ),
14288
14774
  children: [
14289
- /* @__PURE__ */ jsx373("time", { className: "k-message-time", children: time }),
14290
- /* @__PURE__ */ jsx373("div", { className: "k-chat-bubble", children: text }),
14291
- /* @__PURE__ */ jsx373("span", { className: "k-message-status", children: status })
14775
+ /* @__PURE__ */ jsx390("time", { className: "k-message-time", children: time }),
14776
+ /* @__PURE__ */ jsx390("div", { className: "k-chat-bubble", children: text }),
14777
+ /* @__PURE__ */ jsx390("span", { className: "k-message-status", children: status })
14292
14778
  ]
14293
14779
  }
14294
14780
  );
14295
14781
  };
14296
- ChatMessage.states = states127;
14297
- ChatMessage.options = options116;
14782
+ ChatMessage.states = states137;
14783
+ ChatMessage.options = options128;
14298
14784
  ChatMessage.className = CHATMESSAGE_CLASSNAME;
14299
- ChatMessage.defaultProps = defaultProps115;
14785
+ ChatMessage.defaultProps = defaultProps126;
14300
14786
 
14301
14787
  // src/chat/chat-message-group.tsx
14302
- import { jsx as jsx374, jsxs as jsxs148 } from "react/jsx-runtime";
14788
+ import { jsx as jsx391, jsxs as jsxs159 } from "react/jsx-runtime";
14303
14789
  var CHATMESSAGEGROUP_CLASSNAME = "k-message-group";
14304
- var states128 = [
14790
+ var states138 = [
14305
14791
  States.selected
14306
14792
  ];
14307
- var options117 = {};
14308
- var defaultProps116 = {
14793
+ var options129 = {};
14794
+ var defaultProps127 = {
14309
14795
  author: "Bruv",
14310
14796
  avatar: "/packages/html/assets/avatar.jpg",
14311
14797
  alt: false
14312
14798
  };
14313
14799
  var ChatMessageGroup = (props) => {
14314
14800
  const {
14315
- alt = defaultProps116.alt,
14316
- author = defaultProps116.author,
14317
- avatar = defaultProps116.avatar,
14801
+ alt = defaultProps127.alt,
14802
+ author = defaultProps127.author,
14803
+ avatar = defaultProps127.avatar,
14318
14804
  selected,
14319
14805
  ...other
14320
14806
  } = props;
14321
- return /* @__PURE__ */ jsxs148(
14807
+ return /* @__PURE__ */ jsxs159(
14322
14808
  "div",
14323
14809
  {
14324
14810
  ...other,
@@ -14332,23 +14818,23 @@ var ChatMessageGroup = (props) => {
14332
14818
  }
14333
14819
  ),
14334
14820
  children: [
14335
- author && /* @__PURE__ */ jsx374("p", { className: "k-author", children: author }),
14336
- avatar && /* @__PURE__ */ jsx374(Avatar, { type: "image", children: /* @__PURE__ */ jsx374("img", { src: avatar }) }),
14821
+ author && /* @__PURE__ */ jsx391("p", { className: "k-author", children: author }),
14822
+ avatar && /* @__PURE__ */ jsx391(Avatar, { type: "image", children: /* @__PURE__ */ jsx391("img", { src: avatar }) }),
14337
14823
  props.children
14338
14824
  ]
14339
14825
  }
14340
14826
  );
14341
14827
  };
14342
- ChatMessageGroup.states = states128;
14343
- ChatMessageGroup.options = options117;
14828
+ ChatMessageGroup.states = states138;
14829
+ ChatMessageGroup.options = options129;
14344
14830
  ChatMessageGroup.className = CHATMESSAGEGROUP_CLASSNAME;
14345
- ChatMessageGroup.defaultProps = defaultProps116;
14831
+ ChatMessageGroup.defaultProps = defaultProps127;
14346
14832
 
14347
14833
  // src/chat/chat-quick-replies.tsx
14348
- import { jsx as jsx375 } from "react/jsx-runtime";
14834
+ import { jsx as jsx392 } from "react/jsx-runtime";
14349
14835
  var CHATQUICKREPLY_CLASSNAME = "k-quick-replies";
14350
- var states129 = [];
14351
- var options118 = {};
14836
+ var states139 = [];
14837
+ var options130 = {};
14352
14838
  var defaultOptions2 = {
14353
14839
  actions: ["Quick", "Reply", "Another quick", "Reply with different length"]
14354
14840
  };
@@ -14361,11 +14847,11 @@ var ChatQuickReply = (props) => {
14361
14847
  if (actions) {
14362
14848
  actions.map((action, index) => {
14363
14849
  children.push(
14364
- /* @__PURE__ */ jsx375("span", { className: "k-quick-reply", children: action }, index)
14850
+ /* @__PURE__ */ jsx392("span", { className: "k-quick-reply", children: action }, index)
14365
14851
  );
14366
14852
  });
14367
14853
  }
14368
- return /* @__PURE__ */ jsx375(
14854
+ return /* @__PURE__ */ jsx392(
14369
14855
  "div",
14370
14856
  {
14371
14857
  ...other,
@@ -14377,26 +14863,26 @@ var ChatQuickReply = (props) => {
14377
14863
  }
14378
14864
  );
14379
14865
  };
14380
- ChatQuickReply.states = states129;
14381
- ChatQuickReply.options = options118;
14866
+ ChatQuickReply.states = states139;
14867
+ ChatQuickReply.options = options130;
14382
14868
  ChatQuickReply.className = CHATQUICKREPLY_CLASSNAME;
14383
14869
  ChatQuickReply.defaultOptions = defaultOptions2;
14384
14870
 
14385
14871
  // src/chat/templates/chat-normal.tsx
14386
- import { Fragment as Fragment105, jsx as jsx376, jsxs as jsxs149 } from "react/jsx-runtime";
14872
+ import { Fragment as Fragment114, jsx as jsx393, jsxs as jsxs160 } from "react/jsx-runtime";
14387
14873
 
14388
14874
  // src/chat/templates/chat-with-toolbar.tsx
14389
- import { Fragment as Fragment106, jsx as jsx377, jsxs as jsxs150 } from "react/jsx-runtime";
14875
+ import { Fragment as Fragment115, jsx as jsx394, jsxs as jsxs161 } from "react/jsx-runtime";
14390
14876
 
14391
14877
  // src/chat/templates/chat-with-options.tsx
14392
- import { Fragment as Fragment107, jsx as jsx378, jsxs as jsxs151 } from "react/jsx-runtime";
14878
+ import { Fragment as Fragment116, jsx as jsx395, jsxs as jsxs162 } from "react/jsx-runtime";
14393
14879
 
14394
14880
  // src/timeline/timeline.spec.tsx
14395
- import { Fragment as Fragment108, jsx as jsx379 } from "react/jsx-runtime";
14881
+ import { Fragment as Fragment117, jsx as jsx396 } from "react/jsx-runtime";
14396
14882
  var TIMELINE_CLASSNAME = `k-timeline`;
14397
- var states130 = [];
14398
- var options119 = {};
14399
- var defaultProps117 = {
14883
+ var states140 = [];
14884
+ var options131 = {};
14885
+ var defaultProps128 = {
14400
14886
  orientation: "vertical"
14401
14887
  };
14402
14888
  var Timeline = (props) => {
@@ -14406,7 +14892,7 @@ var Timeline = (props) => {
14406
14892
  alternatingMode,
14407
14893
  ...other
14408
14894
  } = props;
14409
- return /* @__PURE__ */ jsx379(
14895
+ return /* @__PURE__ */ jsx396(
14410
14896
  "div",
14411
14897
  {
14412
14898
  ...other,
@@ -14419,21 +14905,21 @@ var Timeline = (props) => {
14419
14905
  [`${TIMELINE_CLASSNAME}-collapsible`]: collapsibleEvents
14420
14906
  }
14421
14907
  ),
14422
- children: /* @__PURE__ */ jsx379(Fragment108, { children: props.children })
14908
+ children: /* @__PURE__ */ jsx396(Fragment117, { children: props.children })
14423
14909
  }
14424
14910
  );
14425
14911
  };
14426
- Timeline.states = states130;
14427
- Timeline.options = options119;
14912
+ Timeline.states = states140;
14913
+ Timeline.options = options131;
14428
14914
  Timeline.className = TIMELINE_CLASSNAME;
14429
- Timeline.defaultProps = defaultProps117;
14915
+ Timeline.defaultProps = defaultProps128;
14430
14916
 
14431
14917
  // src/timeline/vertical-timeline-event.spec.tsx
14432
- import { jsx as jsx380, jsxs as jsxs152 } from "react/jsx-runtime";
14918
+ import { jsx as jsx397, jsxs as jsxs163 } from "react/jsx-runtime";
14433
14919
  var TIMELINEVERTICALEVENT_CLASSNAME = `k-timeline-event`;
14434
- var states131 = [];
14435
- var options120 = {};
14436
- var defaultProps118 = {
14920
+ var states141 = [];
14921
+ var options132 = {};
14922
+ var defaultProps129 = {
14437
14923
  collapsed: false,
14438
14924
  reverse: false,
14439
14925
  title: "Event title",
@@ -14443,15 +14929,15 @@ var defaultProps118 = {
14443
14929
  var VerticalTimelineEvent = (props) => {
14444
14930
  const {
14445
14931
  date,
14446
- content = defaultProps118.content,
14447
- collapsed = defaultProps118.collapsed,
14448
- reverse = defaultProps118.reverse,
14449
- title = defaultProps118.title,
14450
- subtitle = defaultProps118.subtitle,
14932
+ content = defaultProps129.content,
14933
+ collapsed = defaultProps129.collapsed,
14934
+ reverse = defaultProps129.reverse,
14935
+ title = defaultProps129.title,
14936
+ subtitle = defaultProps129.subtitle,
14451
14937
  showCollapseButton,
14452
14938
  ...other
14453
14939
  } = props;
14454
- return /* @__PURE__ */ jsxs152(
14940
+ return /* @__PURE__ */ jsxs163(
14455
14941
  "li",
14456
14942
  {
14457
14943
  ...other,
@@ -14461,43 +14947,43 @@ var VerticalTimelineEvent = (props) => {
14461
14947
  { "k-reverse": reverse }
14462
14948
  ),
14463
14949
  children: [
14464
- date && /* @__PURE__ */ jsx380("div", { className: "k-timeline-date-wrap", children: /* @__PURE__ */ jsx380("span", { className: "k-timeline-date", children: date }) }),
14465
- /* @__PURE__ */ jsx380(TimelineCircle, {}),
14466
- content && /* @__PURE__ */ jsx380("div", { className: classNames("k-timeline-card", { "k-collapsed": collapsed }), children: /* @__PURE__ */ jsx380(TimelineCard, { ...reverse ? { callout: "right" } : { callout: "left" }, children: /* @__PURE__ */ jsxs152("div", { className: "k-card-inner", children: [
14467
- /* @__PURE__ */ jsxs152(CardHeader, { children: [
14468
- /* @__PURE__ */ jsx380(TimelineCardTitle, { collapsible: showCollapseButton, children: title }),
14469
- /* @__PURE__ */ jsx380(CardSubtitle, { children: subtitle })
14950
+ date && /* @__PURE__ */ jsx397("div", { className: "k-timeline-date-wrap", children: /* @__PURE__ */ jsx397("span", { className: "k-timeline-date", children: date }) }),
14951
+ /* @__PURE__ */ jsx397(TimelineCircle, {}),
14952
+ content && /* @__PURE__ */ jsx397("div", { className: classNames("k-timeline-card", { "k-collapsed": collapsed }), children: /* @__PURE__ */ jsx397(TimelineCard, { ...reverse ? { callout: "right" } : { callout: "left" }, children: /* @__PURE__ */ jsxs163("div", { className: "k-card-inner", children: [
14953
+ /* @__PURE__ */ jsxs163(CardHeader, { children: [
14954
+ /* @__PURE__ */ jsx397(TimelineCardTitle, { collapsible: showCollapseButton, children: title }),
14955
+ /* @__PURE__ */ jsx397(CardSubtitle, { children: subtitle })
14470
14956
  ] }),
14471
- /* @__PURE__ */ jsx380(CardBody, { children: /* @__PURE__ */ jsx380("div", { className: "k-card-description", children: content }) })
14957
+ /* @__PURE__ */ jsx397(CardBody, { children: /* @__PURE__ */ jsx397("div", { className: "k-card-description", children: content }) })
14472
14958
  ] }) }) }),
14473
14959
  props.children
14474
14960
  ]
14475
14961
  }
14476
14962
  );
14477
14963
  };
14478
- VerticalTimelineEvent.states = states131;
14479
- VerticalTimelineEvent.options = options120;
14964
+ VerticalTimelineEvent.states = states141;
14965
+ VerticalTimelineEvent.options = options132;
14480
14966
  VerticalTimelineEvent.className = TIMELINEVERTICALEVENT_CLASSNAME;
14481
- VerticalTimelineEvent.defaultProps = defaultProps118;
14967
+ VerticalTimelineEvent.defaultProps = defaultProps129;
14482
14968
 
14483
14969
  // src/timeline/horizontal-timeline-event.spec.tsx
14484
- import { jsx as jsx381, jsxs as jsxs153 } from "react/jsx-runtime";
14970
+ import { jsx as jsx398, jsxs as jsxs164 } from "react/jsx-runtime";
14485
14971
  var TIMELINEHORIZONTALEVENT_CLASSNAME = `k-timeline-event`;
14486
- var states132 = [];
14487
- var options121 = {};
14488
- var defaultProps119 = {
14972
+ var states142 = [];
14973
+ var options133 = {};
14974
+ var defaultProps130 = {
14489
14975
  title: "Event title",
14490
14976
  subtitle: "Event subtitle",
14491
14977
  content: "Event content"
14492
14978
  };
14493
14979
  var HorizontalTimelineEvent = (props) => {
14494
14980
  const {
14495
- content = defaultProps119.content,
14496
- title = defaultProps119.title,
14497
- subtitle = defaultProps119.subtitle,
14981
+ content = defaultProps130.content,
14982
+ title = defaultProps130.title,
14983
+ subtitle = defaultProps130.subtitle,
14498
14984
  ...other
14499
14985
  } = props;
14500
- return /* @__PURE__ */ jsxs153(
14986
+ return /* @__PURE__ */ jsxs164(
14501
14987
  "li",
14502
14988
  {
14503
14989
  ...other,
@@ -14506,35 +14992,35 @@ var HorizontalTimelineEvent = (props) => {
14506
14992
  TIMELINEHORIZONTALEVENT_CLASSNAME
14507
14993
  ),
14508
14994
  children: [
14509
- content && /* @__PURE__ */ jsx381("div", { className: classNames("k-timeline-card"), children: /* @__PURE__ */ jsx381(TimelineCard, { orientation: "vertical", callout: "top", children: /* @__PURE__ */ jsxs153("div", { className: "k-card-inner", children: [
14510
- /* @__PURE__ */ jsxs153(CardHeader, { children: [
14511
- /* @__PURE__ */ jsx381(TimelineCardTitle, { children: title }),
14512
- /* @__PURE__ */ jsx381(CardSubtitle, { children: subtitle })
14995
+ content && /* @__PURE__ */ jsx398("div", { className: classNames("k-timeline-card"), children: /* @__PURE__ */ jsx398(TimelineCard, { orientation: "vertical", callout: "top", children: /* @__PURE__ */ jsxs164("div", { className: "k-card-inner", children: [
14996
+ /* @__PURE__ */ jsxs164(CardHeader, { children: [
14997
+ /* @__PURE__ */ jsx398(TimelineCardTitle, { children: title }),
14998
+ /* @__PURE__ */ jsx398(CardSubtitle, { children: subtitle })
14513
14999
  ] }),
14514
- /* @__PURE__ */ jsx381(CardBody, { children: /* @__PURE__ */ jsx381("div", { className: "k-card-description", children: content }) })
15000
+ /* @__PURE__ */ jsx398(CardBody, { children: /* @__PURE__ */ jsx398("div", { className: "k-card-description", children: content }) })
14515
15001
  ] }) }) }),
14516
15002
  props.children
14517
15003
  ]
14518
15004
  }
14519
15005
  );
14520
15006
  };
14521
- HorizontalTimelineEvent.states = states132;
14522
- HorizontalTimelineEvent.options = options121;
15007
+ HorizontalTimelineEvent.states = states142;
15008
+ HorizontalTimelineEvent.options = options133;
14523
15009
  HorizontalTimelineEvent.className = TIMELINEHORIZONTALEVENT_CLASSNAME;
14524
- HorizontalTimelineEvent.defaultProps = defaultProps119;
15010
+ HorizontalTimelineEvent.defaultProps = defaultProps130;
14525
15011
 
14526
15012
  // src/timeline/timeline-event-list.spec.tsx
14527
- import { jsx as jsx382 } from "react/jsx-runtime";
15013
+ import { jsx as jsx399 } from "react/jsx-runtime";
14528
15014
 
14529
15015
  // src/timeline/timeline-flag-wrap.spec.tsx
14530
- import { jsx as jsx383, jsxs as jsxs154 } from "react/jsx-runtime";
15016
+ import { jsx as jsx400, jsxs as jsxs165 } from "react/jsx-runtime";
14531
15017
  var TIMELINEFLAGWRAP_CLASSNAME = `k-timeline-flag-wrap`;
14532
- var states133 = [
15018
+ var states143 = [
14533
15019
  States.focus,
14534
15020
  States.selected
14535
15021
  ];
14536
- var options122 = {};
14537
- var defaultProps120 = {
15022
+ var options134 = {};
15023
+ var defaultProps131 = {
14538
15024
  year: "2020"
14539
15025
  };
14540
15026
  var TimelineFlagWrap = (props) => {
@@ -14542,7 +15028,7 @@ var TimelineFlagWrap = (props) => {
14542
15028
  year,
14543
15029
  ...other
14544
15030
  } = props;
14545
- return /* @__PURE__ */ jsxs154(
15031
+ return /* @__PURE__ */ jsxs165(
14546
15032
  "li",
14547
15033
  {
14548
15034
  ...other,
@@ -14551,25 +15037,25 @@ var TimelineFlagWrap = (props) => {
14551
15037
  TIMELINEFLAGWRAP_CLASSNAME
14552
15038
  ),
14553
15039
  children: [
14554
- /* @__PURE__ */ jsx383("span", { className: "k-timeline-flag", children: year }),
15040
+ /* @__PURE__ */ jsx400("span", { className: "k-timeline-flag", children: year }),
14555
15041
  props.children
14556
15042
  ]
14557
15043
  }
14558
15044
  );
14559
15045
  };
14560
- TimelineFlagWrap.states = states133;
14561
- TimelineFlagWrap.options = options122;
15046
+ TimelineFlagWrap.states = states143;
15047
+ TimelineFlagWrap.options = options134;
14562
15048
  TimelineFlagWrap.className = TIMELINEFLAGWRAP_CLASSNAME;
14563
- TimelineFlagWrap.defaultProps = defaultProps120;
15049
+ TimelineFlagWrap.defaultProps = defaultProps131;
14564
15050
 
14565
15051
  // src/timeline/timeline-circle.spec.tsx
14566
- import { jsx as jsx384 } from "react/jsx-runtime";
15052
+ import { jsx as jsx401 } from "react/jsx-runtime";
14567
15053
  var TIMELINECIRCLE_CLASSNAME = `k-timeline-circle`;
14568
15054
  var TimelineCircle = (props) => {
14569
15055
  const {
14570
15056
  ...other
14571
15057
  } = props;
14572
- return /* @__PURE__ */ jsx384(
15058
+ return /* @__PURE__ */ jsx401(
14573
15059
  "span",
14574
15060
  {
14575
15061
  ...other,
@@ -14582,19 +15068,19 @@ var TimelineCircle = (props) => {
14582
15068
  };
14583
15069
 
14584
15070
  // src/timeline/timeline-flag.spec.tsx
14585
- import { jsx as jsx385 } from "react/jsx-runtime";
15071
+ import { jsx as jsx402 } from "react/jsx-runtime";
14586
15072
 
14587
15073
  // src/timeline/timeline-card.spec.tsx
14588
- import { jsx as jsx386, jsxs as jsxs155 } from "react/jsx-runtime";
14589
- var states134 = [];
14590
- var defaultProps121 = {};
15074
+ import { jsx as jsx403, jsxs as jsxs166 } from "react/jsx-runtime";
15075
+ var states144 = [];
15076
+ var defaultProps132 = {};
14591
15077
  var TimelineCard = (props) => {
14592
15078
  const {
14593
15079
  callout,
14594
15080
  children,
14595
15081
  ...other
14596
15082
  } = props;
14597
- return /* @__PURE__ */ jsxs155(
15083
+ return /* @__PURE__ */ jsxs166(
14598
15084
  Card,
14599
15085
  {
14600
15086
  className: classNames(
@@ -14604,27 +15090,27 @@ var TimelineCard = (props) => {
14604
15090
  callout: "true",
14605
15091
  ...other,
14606
15092
  children: [
14607
- callout && /* @__PURE__ */ jsx386(TimelineCardCallout, { callout }),
15093
+ callout && /* @__PURE__ */ jsx403(TimelineCardCallout, { callout }),
14608
15094
  children
14609
15095
  ]
14610
15096
  }
14611
15097
  );
14612
15098
  };
14613
- TimelineCard.states = states134;
14614
- TimelineCard.defaultProps = defaultProps121;
15099
+ TimelineCard.states = states144;
15100
+ TimelineCard.defaultProps = defaultProps132;
14615
15101
 
14616
15102
  // src/timeline/timeline-card-title.tsx
14617
- import { jsx as jsx387, jsxs as jsxs156 } from "react/jsx-runtime";
15103
+ import { jsx as jsx404, jsxs as jsxs167 } from "react/jsx-runtime";
14618
15104
  var TIMELINECARDTITLE_CLASSNAME = `k-card-title`;
14619
- var states135 = [];
14620
- var defaultProps122 = {};
15105
+ var states145 = [];
15106
+ var defaultProps133 = {};
14621
15107
  var TimelineCardTitle = (props) => {
14622
15108
  const {
14623
15109
  collapsible,
14624
15110
  children,
14625
15111
  ...other
14626
15112
  } = props;
14627
- return /* @__PURE__ */ jsxs156(
15113
+ return /* @__PURE__ */ jsxs167(
14628
15114
  "div",
14629
15115
  {
14630
15116
  className: classNames(
@@ -14633,26 +15119,26 @@ var TimelineCardTitle = (props) => {
14633
15119
  ),
14634
15120
  ...other,
14635
15121
  children: [
14636
- /* @__PURE__ */ jsx387("span", { className: "k-event-title", children }),
14637
- collapsible && /* @__PURE__ */ jsx387("span", { className: "k-event-collapse k-button k-button-md k-rounded-md k-button-flat k-button-flat-base k-icon-button", children: /* @__PURE__ */ jsx387(Icon, { icon: "chevron-right", className: "k-button-icon" }) })
15122
+ /* @__PURE__ */ jsx404("span", { className: "k-event-title", children }),
15123
+ collapsible && /* @__PURE__ */ jsx404("span", { className: "k-event-collapse k-button k-button-md k-rounded-md k-button-flat k-button-flat-base k-icon-button", children: /* @__PURE__ */ jsx404(Icon, { icon: "chevron-right", className: "k-button-icon" }) })
14638
15124
  ]
14639
15125
  }
14640
15126
  );
14641
15127
  };
14642
- TimelineCardTitle.states = states135;
15128
+ TimelineCardTitle.states = states145;
14643
15129
  TimelineCardTitle.className = TIMELINECARDTITLE_CLASSNAME;
14644
- TimelineCardTitle.defaultProps = defaultProps122;
15130
+ TimelineCardTitle.defaultProps = defaultProps133;
14645
15131
 
14646
15132
  // src/timeline/timeline-card-callout.tsx
14647
- import { jsx as jsx388 } from "react/jsx-runtime";
15133
+ import { jsx as jsx405 } from "react/jsx-runtime";
14648
15134
  var TIMELINECARDCALLOUT_CLASSNAME = `k-timeline-card-callout`;
14649
- var states136 = [];
14650
- var defaultProps123 = {};
15135
+ var states146 = [];
15136
+ var defaultProps134 = {};
14651
15137
  var TimelineCardCallout = (props) => {
14652
15138
  const {
14653
15139
  ...other
14654
15140
  } = props;
14655
- return /* @__PURE__ */ jsx388(
15141
+ return /* @__PURE__ */ jsx405(
14656
15142
  CardCallout,
14657
15143
  {
14658
15144
  className: classNames(
@@ -14663,24 +15149,24 @@ var TimelineCardCallout = (props) => {
14663
15149
  }
14664
15150
  );
14665
15151
  };
14666
- TimelineCardCallout.states = states136;
15152
+ TimelineCardCallout.states = states146;
14667
15153
  TimelineCardCallout.className = TIMELINECARDCALLOUT_CLASSNAME;
14668
- TimelineCardCallout.defaultProps = defaultProps123;
15154
+ TimelineCardCallout.defaultProps = defaultProps134;
14669
15155
 
14670
15156
  // src/timeline/timeline-date-wrap.spec.tsx
14671
- import { jsx as jsx389 } from "react/jsx-runtime";
15157
+ import { jsx as jsx406 } from "react/jsx-runtime";
14672
15158
  var TIMELINEDATEWRAP_CLASSNAME = `k-timeline-date-wrap`;
14673
- var states137 = [];
14674
- var options123 = {};
14675
- var defaultProps124 = {
15159
+ var states147 = [];
15160
+ var options135 = {};
15161
+ var defaultProps135 = {
14676
15162
  date: "May 25, 2008"
14677
15163
  };
14678
15164
  var TimelineDateWrap = (props) => {
14679
15165
  const {
14680
- date = defaultProps124.date,
15166
+ date = defaultProps135.date,
14681
15167
  ...other
14682
15168
  } = props;
14683
- return /* @__PURE__ */ jsx389(
15169
+ return /* @__PURE__ */ jsx406(
14684
15170
  "div",
14685
15171
  {
14686
15172
  ...other,
@@ -14688,53 +15174,53 @@ var TimelineDateWrap = (props) => {
14688
15174
  props.className,
14689
15175
  TIMELINEDATEWRAP_CLASSNAME
14690
15176
  ),
14691
- children: /* @__PURE__ */ jsx389("span", { className: "k-timeline-date", children: date })
15177
+ children: /* @__PURE__ */ jsx406("span", { className: "k-timeline-date", children: date })
14692
15178
  }
14693
15179
  );
14694
15180
  };
14695
- TimelineDateWrap.states = states137;
14696
- TimelineDateWrap.options = options123;
15181
+ TimelineDateWrap.states = states147;
15182
+ TimelineDateWrap.options = options135;
14697
15183
  TimelineDateWrap.className = TIMELINEDATEWRAP_CLASSNAME;
14698
- TimelineDateWrap.defaultProps = defaultProps124;
15184
+ TimelineDateWrap.defaultProps = defaultProps135;
14699
15185
 
14700
15186
  // src/timeline/timeline-track-wrap.spec.tsx
14701
- import { jsx as jsx390, jsxs as jsxs157 } from "react/jsx-runtime";
15187
+ import { jsx as jsx407, jsxs as jsxs168 } from "react/jsx-runtime";
14702
15188
 
14703
15189
  // src/timeline/timeline-track.spec.tsx
14704
- import { jsx as jsx391 } from "react/jsx-runtime";
15190
+ import { jsx as jsx408 } from "react/jsx-runtime";
14705
15191
 
14706
15192
  // src/timeline/timeline-track-item.spec.tsx
14707
- import { jsxs as jsxs158 } from "react/jsx-runtime";
15193
+ import { jsxs as jsxs169 } from "react/jsx-runtime";
14708
15194
 
14709
15195
  // src/timeline/templates/timeline-normal.tsx
14710
- import { jsx as jsx392, jsxs as jsxs159 } from "react/jsx-runtime";
15196
+ import { jsx as jsx409, jsxs as jsxs170 } from "react/jsx-runtime";
14711
15197
 
14712
15198
  // src/timeline/templates/timeline-normal-collapsible.tsx
14713
- import { jsx as jsx393, jsxs as jsxs160 } from "react/jsx-runtime";
15199
+ import { jsx as jsx410, jsxs as jsxs171 } from "react/jsx-runtime";
14714
15200
 
14715
15201
  // src/timeline/templates/timeline-normal-alternating.tsx
14716
- import { jsx as jsx394, jsxs as jsxs161 } from "react/jsx-runtime";
15202
+ import { jsx as jsx411, jsxs as jsxs172 } from "react/jsx-runtime";
14717
15203
 
14718
15204
  // src/timeline/templates/timeline-horizontal.tsx
14719
- import { Fragment as Fragment109, jsx as jsx395, jsxs as jsxs162 } from "react/jsx-runtime";
15205
+ import { Fragment as Fragment118, jsx as jsx412, jsxs as jsxs173 } from "react/jsx-runtime";
14720
15206
 
14721
15207
  // src/pdf-viewer/pdf-viewer.spec.tsx
14722
- import { Fragment as Fragment110, jsx as jsx396, jsxs as jsxs163 } from "react/jsx-runtime";
15208
+ import { Fragment as Fragment119, jsx as jsx413, jsxs as jsxs174 } from "react/jsx-runtime";
14723
15209
  var PDFVIEWER_CLASSNAME = `k-pdf-viewer`;
14724
- var states138 = [
15210
+ var states148 = [
14725
15211
  States.disabled
14726
15212
  ];
14727
- var options124 = {};
14728
- var defaultToolbar = /* @__PURE__ */ jsx396(Fragment110, { children: /* @__PURE__ */ jsxs163(Toolbar, { resizable: true, children: [
14729
- /* @__PURE__ */ jsx396(Pager, { type: "input", pageSizes: false, refresh: false, info: false }),
14730
- /* @__PURE__ */ jsx396("span", { className: "k-spacer" }),
14731
- /* @__PURE__ */ jsx396(Button, { fillMode: "flat", icon: "search" }),
14732
- /* @__PURE__ */ jsx396(Button, { fillMode: "flat", icon: "file-pdf" }),
14733
- /* @__PURE__ */ jsx396(Button, { fillMode: "flat", icon: "print" }),
14734
- /* @__PURE__ */ jsx396(Button, { fillMode: "flat", icon: "fullscreen" })
15213
+ var options136 = {};
15214
+ var defaultToolbar2 = /* @__PURE__ */ jsx413(Fragment119, { children: /* @__PURE__ */ jsxs174(Toolbar, { resizable: true, children: [
15215
+ /* @__PURE__ */ jsx413(Pager, { type: "input", pageSizes: false, refresh: false, info: false }),
15216
+ /* @__PURE__ */ jsx413("span", { className: "k-spacer" }),
15217
+ /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "search" }),
15218
+ /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "file-pdf" }),
15219
+ /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "print" }),
15220
+ /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "fullscreen" })
14735
15221
  ] }) });
14736
- var defaultProps125 = {
14737
- toolbar: defaultToolbar,
15222
+ var defaultProps136 = {
15223
+ toolbar: defaultToolbar2,
14738
15224
  showSearchPanel: false,
14739
15225
  blank: false
14740
15226
  };
@@ -14746,7 +15232,7 @@ var PDFViewer = (props) => {
14746
15232
  blank,
14747
15233
  ...other
14748
15234
  } = props;
14749
- return /* @__PURE__ */ jsxs163(
15235
+ return /* @__PURE__ */ jsxs174(
14750
15236
  "div",
14751
15237
  {
14752
15238
  ...other,
@@ -14757,42 +15243,42 @@ var PDFViewer = (props) => {
14757
15243
  ),
14758
15244
  children: [
14759
15245
  toolbar,
14760
- /* @__PURE__ */ jsxs163("div", { className: "k-canvas k-pdf-viewer-canvas k-pos-relative k-overflow-auto k-enable-text-select", children: [
14761
- showSearchPanel && /* @__PURE__ */ jsxs163("div", { className: "k-search-panel k-pos-sticky k-top-center", children: [
14762
- /* @__PURE__ */ jsx396(Button, { fillMode: "flat", icon: "handle-drag", className: "k-search-dialog-draghandle" }),
14763
- /* @__PURE__ */ jsx396(
15246
+ /* @__PURE__ */ jsxs174("div", { className: "k-canvas k-pdf-viewer-canvas k-pos-relative k-overflow-auto k-enable-text-select", children: [
15247
+ showSearchPanel && /* @__PURE__ */ jsxs174("div", { className: "k-search-panel k-pos-sticky k-top-center", children: [
15248
+ /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "handle-drag", className: "k-search-dialog-draghandle" }),
15249
+ /* @__PURE__ */ jsx413(
14764
15250
  Textbox,
14765
15251
  {
14766
- suffix: /* @__PURE__ */ jsx396(Button, { fillMode: "flat", className: "k-match-case-button", icon: "convert-lowercase" })
15252
+ suffix: /* @__PURE__ */ jsx413(Button, { fillMode: "flat", className: "k-match-case-button", icon: "convert-lowercase" })
14767
15253
  }
14768
15254
  ),
14769
- /* @__PURE__ */ jsxs163("span", { className: "k-search-matches", children: [
14770
- /* @__PURE__ */ jsx396("span", { children: "0" }),
15255
+ /* @__PURE__ */ jsxs174("span", { className: "k-search-matches", children: [
15256
+ /* @__PURE__ */ jsx413("span", { children: "0" }),
14771
15257
  " of ",
14772
- /* @__PURE__ */ jsx396("span", { children: "1" })
15258
+ /* @__PURE__ */ jsx413("span", { children: "1" })
14773
15259
  ] }),
14774
- /* @__PURE__ */ jsx396(Button, { fillMode: "flat", icon: "arrow-up" }),
14775
- /* @__PURE__ */ jsx396(Button, { fillMode: "flat", icon: "arrow-down" }),
14776
- /* @__PURE__ */ jsx396(Button, { fillMode: "flat", icon: "x" })
15260
+ /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "arrow-up" }),
15261
+ /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "arrow-down" }),
15262
+ /* @__PURE__ */ jsx413(Button, { fillMode: "flat", icon: "x" })
14777
15263
  ] }),
14778
- /* @__PURE__ */ jsx396("div", { className: "k-pdf-viewer-pages", children: blank ? /* @__PURE__ */ jsxs163("div", { className: "k-page k-blank-page", children: [
14779
- /* @__PURE__ */ jsx396(DropzoneNormal, {}),
14780
- /* @__PURE__ */ jsx396(UploadNormal, { empty: true, status: "upload" })
15264
+ /* @__PURE__ */ jsx413("div", { className: "k-pdf-viewer-pages", children: blank ? /* @__PURE__ */ jsxs174("div", { className: "k-page k-blank-page", children: [
15265
+ /* @__PURE__ */ jsx413(DropzoneNormal, {}),
15266
+ /* @__PURE__ */ jsx413(UploadNormal, { empty: true, status: "upload" })
14781
15267
  ] }) : props.children })
14782
15268
  ] })
14783
15269
  ]
14784
15270
  }
14785
15271
  );
14786
15272
  };
14787
- PDFViewer.states = states138;
14788
- PDFViewer.options = options124;
15273
+ PDFViewer.states = states148;
15274
+ PDFViewer.options = options136;
14789
15275
  PDFViewer.className = PDFVIEWER_CLASSNAME;
14790
- PDFViewer.defaultProps = defaultProps125;
15276
+ PDFViewer.defaultProps = defaultProps136;
14791
15277
 
14792
15278
  // src/pdf-viewer/pdf-viewer-page.tsx
14793
- import { jsx as jsx397 } from "react/jsx-runtime";
15279
+ import { jsx as jsx414 } from "react/jsx-runtime";
14794
15280
  var PDFVIEWERPAGE_CLASSNAME = `k-page`;
14795
- var defaultProps126 = {
15281
+ var defaultProps137 = {
14796
15282
  width: "720px",
14797
15283
  height: "360px"
14798
15284
  };
@@ -14802,7 +15288,7 @@ var PDFViewerPage = (props) => {
14802
15288
  height,
14803
15289
  ...other
14804
15290
  } = props;
14805
- return /* @__PURE__ */ jsx397(
15291
+ return /* @__PURE__ */ jsx414(
14806
15292
  "div",
14807
15293
  {
14808
15294
  ...other,
@@ -14815,23 +15301,23 @@ var PDFViewerPage = (props) => {
14815
15301
  );
14816
15302
  };
14817
15303
  PDFViewerPage.className = PDFVIEWERPAGE_CLASSNAME;
14818
- PDFViewerPage.defaultProps = defaultProps126;
15304
+ PDFViewerPage.defaultProps = defaultProps137;
14819
15305
 
14820
15306
  // src/pdf-viewer/templates/pdf-viewer-normal.tsx
14821
- import { Fragment as Fragment111, jsx as jsx398, jsxs as jsxs164 } from "react/jsx-runtime";
15307
+ import { Fragment as Fragment120, jsx as jsx415, jsxs as jsxs175 } from "react/jsx-runtime";
14822
15308
 
14823
15309
  // src/pdf-viewer/templates/pdf-viewer-blank.tsx
14824
- import { jsx as jsx399 } from "react/jsx-runtime";
15310
+ import { jsx as jsx416 } from "react/jsx-runtime";
14825
15311
 
14826
15312
  // src/pdf-viewer/templates/pdf-viewer-with-search-panel.tsx
14827
- import { Fragment as Fragment112, jsx as jsx400, jsxs as jsxs165 } from "react/jsx-runtime";
15313
+ import { Fragment as Fragment121, jsx as jsx417, jsxs as jsxs176 } from "react/jsx-runtime";
14828
15314
 
14829
15315
  // src/scrollview/scrollview-spec.tsx
14830
- import { Fragment as Fragment113, jsx as jsx401, jsxs as jsxs166 } from "react/jsx-runtime";
15316
+ import { Fragment as Fragment122, jsx as jsx418, jsxs as jsxs177 } from "react/jsx-runtime";
14831
15317
  var SCROLLVIEW_CLASSNAME = "k-scrollview";
14832
- var states139 = [];
14833
- var options125 = {};
14834
- var defaultProps127 = {
15318
+ var states149 = [];
15319
+ var options137 = {};
15320
+ var defaultProps138 = {
14835
15321
  mode: "normal",
14836
15322
  views: 9,
14837
15323
  animate: true,
@@ -14841,12 +15327,12 @@ var defaultProps127 = {
14841
15327
  };
14842
15328
  var ScrollView = (props) => {
14843
15329
  const {
14844
- mode = defaultProps127.mode,
14845
- views = defaultProps127.views,
14846
- animate = defaultProps127.animate,
14847
- arrows = defaultProps127.arrows,
14848
- pager = defaultProps127.pager,
14849
- rtl = defaultProps127.rtl,
15330
+ mode = defaultProps138.mode,
15331
+ views = defaultProps138.views,
15332
+ animate = defaultProps138.animate,
15333
+ arrows = defaultProps138.arrows,
15334
+ pager = defaultProps138.pager,
15335
+ rtl = defaultProps138.rtl,
14850
15336
  ...other
14851
15337
  } = props;
14852
15338
  const scrollviewViews = [];
@@ -14854,10 +15340,10 @@ var ScrollView = (props) => {
14854
15340
  const iconNext = rtl ? "chevron-left" : "chevron-right";
14855
15341
  for (let i = 0; i < views; i++) {
14856
15342
  scrollviewViews.push(
14857
- /* @__PURE__ */ jsx401("div", { className: "k-scrollview-view" }, i)
15343
+ /* @__PURE__ */ jsx418("div", { className: "k-scrollview-view" }, i)
14858
15344
  );
14859
15345
  }
14860
- return /* @__PURE__ */ jsxs166(
15346
+ return /* @__PURE__ */ jsxs177(
14861
15347
  "div",
14862
15348
  {
14863
15349
  ...other,
@@ -14870,44 +15356,44 @@ var ScrollView = (props) => {
14870
15356
  }
14871
15357
  ),
14872
15358
  children: [
14873
- /* @__PURE__ */ jsx401("div", { className: classNames(
15359
+ /* @__PURE__ */ jsx418("div", { className: classNames(
14874
15360
  "k-scrollview-wrap",
14875
15361
  {
14876
15362
  ["k-scrollview-animate"]: animate
14877
15363
  }
14878
15364
  ), style: { "--kendo-scrollview-views": views, "--kendo-scrollview-current": 5 }, children: scrollviewViews }),
14879
- /* @__PURE__ */ jsxs166("div", { className: "k-scrollview-elements", children: [
14880
- arrows && /* @__PURE__ */ jsxs166(Fragment113, { children: [
14881
- /* @__PURE__ */ jsx401("span", { className: "k-scrollview-prev", children: /* @__PURE__ */ jsx401(Icon, { icon: iconPrev, size: "xxxlarge" }) }),
14882
- /* @__PURE__ */ jsx401("span", { className: "k-scrollview-next", children: /* @__PURE__ */ jsx401(Icon, { icon: iconNext, size: "xxxlarge" }) })
15365
+ /* @__PURE__ */ jsxs177("div", { className: "k-scrollview-elements", children: [
15366
+ arrows && /* @__PURE__ */ jsxs177(Fragment122, { children: [
15367
+ /* @__PURE__ */ jsx418("span", { className: "k-scrollview-prev", children: /* @__PURE__ */ jsx418(Icon, { icon: iconPrev, size: "xxxlarge" }) }),
15368
+ /* @__PURE__ */ jsx418("span", { className: "k-scrollview-next", children: /* @__PURE__ */ jsx418(Icon, { icon: iconNext, size: "xxxlarge" }) })
14883
15369
  ] }),
14884
- pager && /* @__PURE__ */ jsx401("div", { className: "k-scrollview-nav-wrap", children: /* @__PURE__ */ jsxs166("div", { className: "k-scrollview-nav", children: [
14885
- mode === "light" && /* @__PURE__ */ jsxs166(Fragment113, { children: [
14886
- /* @__PURE__ */ jsx401("span", { className: "k-link" }),
14887
- /* @__PURE__ */ jsx401("span", { className: "k-link k-primary" }),
14888
- /* @__PURE__ */ jsx401("span", { className: "k-link k-primary k-focus" }),
14889
- /* @__PURE__ */ jsx401("span", { className: "k-link k-focus" }),
14890
- /* @__PURE__ */ jsx401("span", { className: "k-link" })
15370
+ pager && /* @__PURE__ */ jsx418("div", { className: "k-scrollview-nav-wrap", children: /* @__PURE__ */ jsxs177("div", { className: "k-scrollview-nav", children: [
15371
+ mode === "light" && /* @__PURE__ */ jsxs177(Fragment122, { children: [
15372
+ /* @__PURE__ */ jsx418("span", { className: "k-link" }),
15373
+ /* @__PURE__ */ jsx418("span", { className: "k-link k-primary" }),
15374
+ /* @__PURE__ */ jsx418("span", { className: "k-link k-primary k-focus" }),
15375
+ /* @__PURE__ */ jsx418("span", { className: "k-link k-focus" }),
15376
+ /* @__PURE__ */ jsx418("span", { className: "k-link" })
14891
15377
  ] }),
14892
- mode === "normal" && /* @__PURE__ */ jsxs166(Fragment113, { children: [
14893
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
14894
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
14895
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
14896
- /* @__PURE__ */ jsx401("span", { className: "k-link" }),
14897
- /* @__PURE__ */ jsx401("span", { className: "k-link k-primary" }),
14898
- /* @__PURE__ */ jsx401("span", { className: "k-link" }),
14899
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
14900
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
14901
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.5)" } })
15378
+ mode === "normal" && /* @__PURE__ */ jsxs177(Fragment122, { children: [
15379
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
15380
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15381
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
15382
+ /* @__PURE__ */ jsx418("span", { className: "k-link" }),
15383
+ /* @__PURE__ */ jsx418("span", { className: "k-link k-primary" }),
15384
+ /* @__PURE__ */ jsx418("span", { className: "k-link" }),
15385
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.8)" } }),
15386
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15387
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.5)" } })
14902
15388
  ] }),
14903
- mode === "dark" && /* @__PURE__ */ jsxs166(Fragment113, { children: [
14904
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
14905
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
14906
- /* @__PURE__ */ jsx401("span", { className: "k-link" }),
14907
- /* @__PURE__ */ jsx401("span", { className: "k-link k-primary" }),
14908
- /* @__PURE__ */ jsx401("span", { className: "k-link" }),
14909
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
14910
- /* @__PURE__ */ jsx401("span", { className: "k-link", style: { transform: "scale(0.5)" } })
15389
+ mode === "dark" && /* @__PURE__ */ jsxs177(Fragment122, { children: [
15390
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.5)" } }),
15391
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15392
+ /* @__PURE__ */ jsx418("span", { className: "k-link" }),
15393
+ /* @__PURE__ */ jsx418("span", { className: "k-link k-primary" }),
15394
+ /* @__PURE__ */ jsx418("span", { className: "k-link" }),
15395
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.65)" } }),
15396
+ /* @__PURE__ */ jsx418("span", { className: "k-link", style: { transform: "scale(0.5)" } })
14911
15397
  ] })
14912
15398
  ] }) })
14913
15399
  ] })
@@ -14915,83 +15401,83 @@ var ScrollView = (props) => {
14915
15401
  }
14916
15402
  );
14917
15403
  };
14918
- ScrollView.states = states139;
14919
- ScrollView.options = options125;
15404
+ ScrollView.states = states149;
15405
+ ScrollView.options = options137;
14920
15406
  ScrollView.className = SCROLLVIEW_CLASSNAME;
14921
- ScrollView.defaultProps = defaultProps127;
15407
+ ScrollView.defaultProps = defaultProps138;
14922
15408
 
14923
15409
  // src/scrollview/templates/scrollview-normal.tsx
14924
- import { jsx as jsx402 } from "react/jsx-runtime";
15410
+ import { jsx as jsx419 } from "react/jsx-runtime";
14925
15411
 
14926
15412
  // src/prompt/prompt.spec.tsx
14927
- import { Fragment as Fragment114, jsx as jsx403 } from "react/jsx-runtime";
15413
+ import { Fragment as Fragment123, jsx as jsx420 } from "react/jsx-runtime";
14928
15414
  var PROMPT_CLASSNAME = `k-prompt`;
14929
- var states140 = [];
14930
- var options126 = {};
14931
- var defaultProps128 = {};
15415
+ var states150 = [];
15416
+ var options138 = {};
15417
+ var defaultProps139 = {};
14932
15418
  var Prompt = (props) => {
14933
15419
  const {
14934
15420
  ...other
14935
15421
  } = props;
14936
- return /* @__PURE__ */ jsx403("div", { ...other, className: classNames(props.className, PROMPT_CLASSNAME), children: /* @__PURE__ */ jsx403(Fragment114, { children: props.children }) });
15422
+ return /* @__PURE__ */ jsx420("div", { ...other, className: classNames(props.className, PROMPT_CLASSNAME), children: /* @__PURE__ */ jsx420(Fragment123, { children: props.children }) });
14937
15423
  };
14938
- Prompt.states = states140;
14939
- Prompt.options = options126;
15424
+ Prompt.states = states150;
15425
+ Prompt.options = options138;
14940
15426
  Prompt.className = PROMPT_CLASSNAME;
14941
- Prompt.defaultProps = defaultProps128;
15427
+ Prompt.defaultProps = defaultProps139;
14942
15428
 
14943
15429
  // src/prompt/prompt-header.tsx
14944
- import { jsx as jsx404 } from "react/jsx-runtime";
15430
+ import { jsx as jsx421 } from "react/jsx-runtime";
14945
15431
 
14946
15432
  // src/prompt/prompt-content.tsx
14947
- import { Fragment as Fragment115, jsx as jsx405 } from "react/jsx-runtime";
15433
+ import { Fragment as Fragment124, jsx as jsx422 } from "react/jsx-runtime";
14948
15434
 
14949
15435
  // src/prompt/prompt-view.tsx
14950
- import { Fragment as Fragment116, jsx as jsx406, jsxs as jsxs167 } from "react/jsx-runtime";
15436
+ import { Fragment as Fragment125, jsx as jsx423, jsxs as jsxs178 } from "react/jsx-runtime";
14951
15437
 
14952
15438
  // src/prompt/prompt-footer.tsx
14953
- import { jsx as jsx407 } from "react/jsx-runtime";
15439
+ import { jsx as jsx424 } from "react/jsx-runtime";
14954
15440
 
14955
15441
  // src/prompt/prompt-suggestion.tsx
14956
- import { jsx as jsx408 } from "react/jsx-runtime";
15442
+ import { jsx as jsx425 } from "react/jsx-runtime";
14957
15443
 
14958
15444
  // src/prompt/prompt-setting.tsx
14959
- import { jsx as jsx409 } from "react/jsx-runtime";
15445
+ import { jsx as jsx426 } from "react/jsx-runtime";
14960
15446
 
14961
15447
  // src/prompt/templates/prompt-normal.tsx
14962
- import { jsx as jsx410, jsxs as jsxs168 } from "react/jsx-runtime";
15448
+ import { jsx as jsx427, jsxs as jsxs179 } from "react/jsx-runtime";
14963
15449
 
14964
15450
  // src/prompt/templates/prompt-suggestions.tsx
14965
- import { Fragment as Fragment117, jsx as jsx411, jsxs as jsxs169 } from "react/jsx-runtime";
15451
+ import { Fragment as Fragment126, jsx as jsx428, jsxs as jsxs180 } from "react/jsx-runtime";
14966
15452
 
14967
15453
  // src/prompt/templates/prompt-settings.tsx
14968
- import { Fragment as Fragment118, jsx as jsx412, jsxs as jsxs170 } from "react/jsx-runtime";
15454
+ import { Fragment as Fragment127, jsx as jsx429, jsxs as jsxs181 } from "react/jsx-runtime";
14969
15455
 
14970
15456
  // src/prompt/templates/prompt-output.tsx
14971
- import { jsx as jsx413, jsxs as jsxs171 } from "react/jsx-runtime";
15457
+ import { jsx as jsx430, jsxs as jsxs182 } from "react/jsx-runtime";
14972
15458
 
14973
15459
  // src/prompt/templates/prompt-more-actions.tsx
14974
- import { jsx as jsx414, jsxs as jsxs172 } from "react/jsx-runtime";
15460
+ import { jsx as jsx431, jsxs as jsxs183 } from "react/jsx-runtime";
14975
15461
 
14976
15462
  // src/prompt/templates/prompt-popup.tsx
14977
- import { jsx as jsx415, jsxs as jsxs173 } from "react/jsx-runtime";
15463
+ import { jsx as jsx432, jsxs as jsxs184 } from "react/jsx-runtime";
14978
15464
 
14979
15465
  // src/orgchart/orgchart.spec.tsx
14980
- import { jsx as jsx416 } from "react/jsx-runtime";
15466
+ import { jsx as jsx433 } from "react/jsx-runtime";
14981
15467
  var ORGCHART_CLASSNAME = `k-orgchart`;
14982
- var states141 = [];
14983
- var options127 = {};
14984
- var defaultProps129 = {
15468
+ var states151 = [];
15469
+ var options139 = {};
15470
+ var defaultProps140 = {
14985
15471
  width: "100%",
14986
15472
  height: "300px"
14987
15473
  };
14988
15474
  var Orgchart = (props) => {
14989
15475
  const {
14990
- width = defaultProps129.width,
14991
- height = defaultProps129.height,
15476
+ width = defaultProps140.width,
15477
+ height = defaultProps140.height,
14992
15478
  ...other
14993
15479
  } = props;
14994
- return /* @__PURE__ */ jsx416(
15480
+ return /* @__PURE__ */ jsx433(
14995
15481
  "div",
14996
15482
  {
14997
15483
  ...other,
@@ -14999,19 +15485,19 @@ var Orgchart = (props) => {
14999
15485
  props.className,
15000
15486
  ORGCHART_CLASSNAME
15001
15487
  ),
15002
- children: /* @__PURE__ */ jsx416("div", { className: "k-orgchart-container", style: { width, height }, children: props.children })
15488
+ children: /* @__PURE__ */ jsx433("div", { className: "k-orgchart-container", style: { width, height }, children: props.children })
15003
15489
  }
15004
15490
  );
15005
15491
  };
15006
- Orgchart.states = states141;
15007
- Orgchart.options = options127;
15492
+ Orgchart.states = states151;
15493
+ Orgchart.options = options139;
15008
15494
  Orgchart.className = ORGCHART_CLASSNAME;
15009
- Orgchart.defaultProps = defaultProps129;
15495
+ Orgchart.defaultProps = defaultProps140;
15010
15496
 
15011
15497
  // src/orgchart/orgchart-node.tsx
15012
- import { jsx as jsx417, jsxs as jsxs174 } from "react/jsx-runtime";
15498
+ import { jsx as jsx434, jsxs as jsxs185 } from "react/jsx-runtime";
15013
15499
  var ORGCHARTNODE_CLASSNAME = `k-orgchart-node`;
15014
- var defaultProps130 = {
15500
+ var defaultProps141 = {
15015
15501
  buttonIcon: "plus"
15016
15502
  };
15017
15503
  var OrgchartNode = (props) => {
@@ -15023,12 +15509,12 @@ var OrgchartNode = (props) => {
15023
15509
  lineBottom,
15024
15510
  lineTop,
15025
15511
  button,
15026
- buttonIcon: buttonIcon2 = defaultProps130.buttonIcon,
15512
+ buttonIcon: buttonIcon2 = defaultProps141.buttonIcon,
15027
15513
  avatar,
15028
15514
  avatarType,
15029
15515
  ...other
15030
15516
  } = props;
15031
- return /* @__PURE__ */ jsxs174(
15517
+ return /* @__PURE__ */ jsxs185(
15032
15518
  "div",
15033
15519
  {
15034
15520
  ...other,
@@ -15039,35 +15525,35 @@ var OrgchartNode = (props) => {
15039
15525
  "k-align-items-center"
15040
15526
  ),
15041
15527
  children: [
15042
- lineTop && /* @__PURE__ */ jsx417("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15043
- /* @__PURE__ */ jsx417(Card, { className: "k-orgchart-card", children: /* @__PURE__ */ jsxs174(CardBody, { className: "k-hstack", details, style: { borderTopColor: color }, children: [
15044
- /* @__PURE__ */ jsx417(Avatar, { type: avatarType, themeColor: "secondary", children: avatarType === "image" ? /* @__PURE__ */ jsx417("img", { src: avatar }) : avatar }),
15045
- /* @__PURE__ */ jsxs174("div", { className: "k-card-title-wrap k-vstack", children: [
15046
- /* @__PURE__ */ jsx417(CardTitle, { className: "k-text-ellipsis", children: title }),
15047
- /* @__PURE__ */ jsx417("span", { className: "k-spacer" }),
15048
- /* @__PURE__ */ jsx417(CardSubtitle, { className: "k-text-ellipsis", children: subtitle })
15528
+ lineTop && /* @__PURE__ */ jsx434("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15529
+ /* @__PURE__ */ jsx434(Card, { className: "k-orgchart-card", children: /* @__PURE__ */ jsxs185(CardBody, { className: "k-hstack", details, style: { borderTopColor: color }, children: [
15530
+ /* @__PURE__ */ jsx434(Avatar, { type: avatarType, themeColor: "secondary", children: avatarType === "image" ? /* @__PURE__ */ jsx434("img", { src: avatar }) : avatar }),
15531
+ /* @__PURE__ */ jsxs185("div", { className: "k-card-title-wrap k-vstack", children: [
15532
+ /* @__PURE__ */ jsx434(CardTitle, { className: "k-text-ellipsis", children: title }),
15533
+ /* @__PURE__ */ jsx434("span", { className: "k-spacer" }),
15534
+ /* @__PURE__ */ jsx434(CardSubtitle, { className: "k-text-ellipsis", children: subtitle })
15049
15535
  ] }),
15050
- /* @__PURE__ */ jsx417("span", { className: "k-spacer" })
15536
+ /* @__PURE__ */ jsx434("span", { className: "k-spacer" })
15051
15537
  ] }) }),
15052
- lineBottom && /* @__PURE__ */ jsx417("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15053
- button && /* @__PURE__ */ jsx417(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
15538
+ lineBottom && /* @__PURE__ */ jsx434("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15539
+ button && /* @__PURE__ */ jsx434(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
15054
15540
  ]
15055
15541
  }
15056
15542
  );
15057
15543
  };
15058
15544
 
15059
15545
  // src/orgchart/orgchart-group.tsx
15060
- import { Fragment as Fragment119, jsx as jsx418, jsxs as jsxs175 } from "react/jsx-runtime";
15546
+ import { Fragment as Fragment128, jsx as jsx435, jsxs as jsxs186 } from "react/jsx-runtime";
15061
15547
  var ORGCHARTGROUP_CLASSNAME = `k-orgchart-group`;
15062
- var states142 = [];
15063
- var options128 = {};
15064
- var defaultProps131 = {
15548
+ var states152 = [];
15549
+ var options140 = {};
15550
+ var defaultProps142 = {
15065
15551
  orientation: "horizontal"
15066
15552
  };
15067
15553
  var OrgchartGroup = (props) => {
15068
15554
  const {
15069
15555
  children,
15070
- orientation = defaultProps131.orientation,
15556
+ orientation = defaultProps142.orientation,
15071
15557
  justifyContent,
15072
15558
  ...other
15073
15559
  } = props;
@@ -15090,7 +15576,7 @@ var OrgchartGroup = (props) => {
15090
15576
  }
15091
15577
  }
15092
15578
  }
15093
- return /* @__PURE__ */ jsxs175(
15579
+ return /* @__PURE__ */ jsxs186(
15094
15580
  "div",
15095
15581
  {
15096
15582
  ...other,
@@ -15104,7 +15590,7 @@ var OrgchartGroup = (props) => {
15104
15590
  ),
15105
15591
  style: { width: "100%" },
15106
15592
  children: [
15107
- chartNodes.length > 0 && /* @__PURE__ */ jsx418(
15593
+ chartNodes.length > 0 && /* @__PURE__ */ jsx435(
15108
15594
  "div",
15109
15595
  {
15110
15596
  className: classNames(
@@ -15114,26 +15600,26 @@ var OrgchartGroup = (props) => {
15114
15600
  [`k-${kendoThemeMaps.orientationMap[orientation] || orientation}`]: orientation
15115
15601
  }
15116
15602
  ),
15117
- children: /* @__PURE__ */ jsx418(Fragment119, { children: chartNodes })
15603
+ children: /* @__PURE__ */ jsx435(Fragment128, { children: chartNodes })
15118
15604
  }
15119
15605
  ),
15120
- /* @__PURE__ */ jsx418(Fragment119, { children: chartGroups })
15606
+ /* @__PURE__ */ jsx435(Fragment128, { children: chartGroups })
15121
15607
  ]
15122
15608
  }
15123
15609
  );
15124
15610
  };
15125
- OrgchartGroup.states = states142;
15126
- OrgchartGroup.options = options128;
15611
+ OrgchartGroup.states = states152;
15612
+ OrgchartGroup.options = options140;
15127
15613
  OrgchartGroup.className = ORGCHARTGROUP_CLASSNAME;
15128
- OrgchartGroup.defaultProps = defaultProps131;
15614
+ OrgchartGroup.defaultProps = defaultProps142;
15129
15615
 
15130
15616
  // src/orgchart/orgchart-node-group.tsx
15131
- import { jsx as jsx419, jsxs as jsxs176 } from "react/jsx-runtime";
15617
+ import { jsx as jsx436, jsxs as jsxs187 } from "react/jsx-runtime";
15132
15618
  var ORGCHARTNODEGROUP_CLASSNAME = `k-orgchart-node-group`;
15133
- var states143 = [
15619
+ var states153 = [
15134
15620
  States.focus
15135
15621
  ];
15136
- var defaultProps132 = {
15622
+ var defaultProps143 = {
15137
15623
  orientation: "horizontal",
15138
15624
  buttonIcon: "plus"
15139
15625
  };
@@ -15144,12 +15630,12 @@ var OrgchartNodeGroup = (props) => {
15144
15630
  lineBottom,
15145
15631
  lineTop,
15146
15632
  button,
15147
- buttonIcon: buttonIcon2 = defaultProps132.buttonIcon,
15633
+ buttonIcon: buttonIcon2 = defaultProps143.buttonIcon,
15148
15634
  focus,
15149
- orientation = defaultProps132.orientation,
15635
+ orientation = defaultProps143.orientation,
15150
15636
  ...other
15151
15637
  } = props;
15152
- return /* @__PURE__ */ jsxs176(
15638
+ return /* @__PURE__ */ jsxs187(
15153
15639
  "div",
15154
15640
  {
15155
15641
  ...other,
@@ -15160,8 +15646,8 @@ var OrgchartNodeGroup = (props) => {
15160
15646
  "k-align-items-center"
15161
15647
  ),
15162
15648
  children: [
15163
- lineTop && /* @__PURE__ */ jsx419("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15164
- /* @__PURE__ */ jsxs176(
15649
+ lineTop && /* @__PURE__ */ jsx436("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15650
+ /* @__PURE__ */ jsxs187(
15165
15651
  "div",
15166
15652
  {
15167
15653
  className: classNames(
@@ -15172,9 +15658,9 @@ var OrgchartNodeGroup = (props) => {
15172
15658
  })
15173
15659
  ),
15174
15660
  children: [
15175
- title && /* @__PURE__ */ jsx419("div", { className: "k-orgchart-node-group-title", children: title }),
15176
- subtitle && /* @__PURE__ */ jsx419("div", { className: "k-orgchart-node-group-subtitle", children: subtitle }),
15177
- /* @__PURE__ */ jsx419(
15661
+ title && /* @__PURE__ */ jsx436("div", { className: "k-orgchart-node-group-title", children: title }),
15662
+ subtitle && /* @__PURE__ */ jsx436("div", { className: "k-orgchart-node-group-subtitle", children: subtitle }),
15663
+ /* @__PURE__ */ jsx436(
15178
15664
  "div",
15179
15665
  {
15180
15666
  className: classNames(
@@ -15189,51 +15675,51 @@ var OrgchartNodeGroup = (props) => {
15189
15675
  ]
15190
15676
  }
15191
15677
  ),
15192
- lineBottom && /* @__PURE__ */ jsx419("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15193
- button && /* @__PURE__ */ jsx419(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
15678
+ lineBottom && /* @__PURE__ */ jsx436("div", { className: "k-orgchart-line k-orgchart-line-v" }),
15679
+ button && /* @__PURE__ */ jsx436(Button, { className: "k-orgchart-button", icon: buttonIcon2 })
15194
15680
  ]
15195
15681
  }
15196
15682
  );
15197
15683
  };
15198
- OrgchartNodeGroup.states = states143;
15684
+ OrgchartNodeGroup.states = states153;
15199
15685
 
15200
15686
  // src/orgchart/templates/orgchart-normal.tsx
15201
- import { jsx as jsx420, jsxs as jsxs177 } from "react/jsx-runtime";
15687
+ import { jsx as jsx437, jsxs as jsxs188 } from "react/jsx-runtime";
15202
15688
 
15203
15689
  // src/orgchart/templates/orgchart-vertical.tsx
15204
- import { jsx as jsx421, jsxs as jsxs178 } from "react/jsx-runtime";
15690
+ import { jsx as jsx438, jsxs as jsxs189 } from "react/jsx-runtime";
15205
15691
 
15206
15692
  // src/orgchart/templates/orgchart-group-normal.tsx
15207
- import { jsx as jsx422, jsxs as jsxs179 } from "react/jsx-runtime";
15693
+ import { jsx as jsx439, jsxs as jsxs190 } from "react/jsx-runtime";
15208
15694
 
15209
15695
  // src/orgchart/templates/orgchart-group-vertical.tsx
15210
- import { jsx as jsx423, jsxs as jsxs180 } from "react/jsx-runtime";
15696
+ import { jsx as jsx440, jsxs as jsxs191 } from "react/jsx-runtime";
15211
15697
 
15212
15698
  // src/signature/signature.spec.tsx
15213
- import { jsx as jsx424, jsxs as jsxs181 } from "react/jsx-runtime";
15699
+ import { jsx as jsx441, jsxs as jsxs192 } from "react/jsx-runtime";
15214
15700
  var SIGNATURE_CLASSNAME = `k-signature`;
15215
- var states144 = [
15701
+ var states154 = [
15216
15702
  States.hover,
15217
15703
  States.focus,
15218
15704
  States.valid,
15219
15705
  States.invalid,
15220
15706
  States.disabled
15221
15707
  ];
15222
- var options129 = {
15708
+ var options141 = {
15223
15709
  size: [Size.small, Size.medium, Size.large],
15224
15710
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
15225
15711
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
15226
15712
  };
15227
- var defaultProps133 = {
15713
+ var defaultProps144 = {
15228
15714
  size: Size.medium,
15229
15715
  rounded: Roundness.medium,
15230
15716
  fillMode: FillMode.solid
15231
15717
  };
15232
15718
  var Signature = (props) => {
15233
15719
  const {
15234
- size = defaultProps133.size,
15235
- rounded = defaultProps133.rounded,
15236
- fillMode = defaultProps133.fillMode,
15720
+ size = defaultProps144.size,
15721
+ rounded = defaultProps144.rounded,
15722
+ fillMode = defaultProps144.fillMode,
15237
15723
  hover,
15238
15724
  focus,
15239
15725
  valid,
@@ -15242,7 +15728,7 @@ var Signature = (props) => {
15242
15728
  maximized,
15243
15729
  ...other
15244
15730
  } = props;
15245
- return /* @__PURE__ */ jsxs181(
15731
+ return /* @__PURE__ */ jsxs192(
15246
15732
  "div",
15247
15733
  {
15248
15734
  ...other,
@@ -15270,8 +15756,8 @@ var Signature = (props) => {
15270
15756
  }
15271
15757
  ),
15272
15758
  children: [
15273
- /* @__PURE__ */ jsx424("canvas", { className: "k-signature-canvas" }),
15274
- /* @__PURE__ */ jsxs181(
15759
+ /* @__PURE__ */ jsx441("canvas", { className: "k-signature-canvas" }),
15760
+ /* @__PURE__ */ jsxs192(
15275
15761
  "div",
15276
15762
  {
15277
15763
  className: classNames(
@@ -15279,7 +15765,7 @@ var Signature = (props) => {
15279
15765
  "k-signature-actions-top"
15280
15766
  ),
15281
15767
  children: [
15282
- /* @__PURE__ */ jsx424(
15768
+ /* @__PURE__ */ jsx441(
15283
15769
  Button,
15284
15770
  {
15285
15771
  className: classNames(
@@ -15293,7 +15779,7 @@ var Signature = (props) => {
15293
15779
  fillMode: "flat"
15294
15780
  }
15295
15781
  ),
15296
- /* @__PURE__ */ jsx424(
15782
+ /* @__PURE__ */ jsx441(
15297
15783
  Button,
15298
15784
  {
15299
15785
  className: classNames(
@@ -15310,15 +15796,15 @@ var Signature = (props) => {
15310
15796
  ]
15311
15797
  }
15312
15798
  ),
15313
- /* @__PURE__ */ jsx424("div", { className: "k-signature-line" }),
15314
- /* @__PURE__ */ jsx424(
15799
+ /* @__PURE__ */ jsx441("div", { className: "k-signature-line" }),
15800
+ /* @__PURE__ */ jsx441(
15315
15801
  "div",
15316
15802
  {
15317
15803
  className: classNames(
15318
15804
  "k-signature-actions",
15319
15805
  "k-signature-actions-bottom"
15320
15806
  ),
15321
- children: /* @__PURE__ */ jsx424(
15807
+ children: /* @__PURE__ */ jsx441(
15322
15808
  Button,
15323
15809
  {
15324
15810
  className: classNames(
@@ -15337,27 +15823,27 @@ var Signature = (props) => {
15337
15823
  }
15338
15824
  );
15339
15825
  };
15340
- Signature.states = states144;
15341
- Signature.options = options129;
15826
+ Signature.states = states154;
15827
+ Signature.options = options141;
15342
15828
  Signature.className = SIGNATURE_CLASSNAME;
15343
- Signature.defaultProps = defaultProps133;
15829
+ Signature.defaultProps = defaultProps144;
15344
15830
 
15345
15831
  // src/editor/editor.spec.tsx
15346
- import { jsx as jsx425 } from "react/jsx-runtime";
15832
+ import { jsx as jsx442 } from "react/jsx-runtime";
15347
15833
  var EDITOR_CLASSNAME = `k-editor`;
15348
- var states145 = [
15834
+ var states155 = [
15349
15835
  States.readonly,
15350
15836
  States.disabled
15351
15837
  ];
15352
- var options130 = {};
15353
- var defaultProps134 = {};
15838
+ var options142 = {};
15839
+ var defaultProps145 = {};
15354
15840
  var Editor = (props) => {
15355
15841
  const {
15356
15842
  readonly,
15357
15843
  disabled,
15358
15844
  ...other
15359
15845
  } = props;
15360
- return /* @__PURE__ */ jsx425(
15846
+ return /* @__PURE__ */ jsx442(
15361
15847
  "div",
15362
15848
  {
15363
15849
  ...other,
@@ -15373,691 +15859,691 @@ var Editor = (props) => {
15373
15859
  }
15374
15860
  );
15375
15861
  };
15376
- Editor.states = states145;
15377
- Editor.options = options130;
15862
+ Editor.states = states155;
15863
+ Editor.options = options142;
15378
15864
  Editor.className = EDITOR_CLASSNAME;
15379
- Editor.defaultProps = defaultProps134;
15865
+ Editor.defaultProps = defaultProps145;
15380
15866
 
15381
15867
  // src/editor/editor-toolbar.tsx
15382
- import { jsx as jsx426 } from "react/jsx-runtime";
15868
+ import { jsx as jsx443 } from "react/jsx-runtime";
15383
15869
 
15384
15870
  // src/editor/editor-content.tsx
15385
- import { jsx as jsx427 } from "react/jsx-runtime";
15386
- var states146 = [
15871
+ import { jsx as jsx444 } from "react/jsx-runtime";
15872
+ var states156 = [
15387
15873
  States.focus
15388
15874
  ];
15389
15875
 
15390
15876
  // src/editor/templates/editor-normal.tsx
15391
- import { Fragment as Fragment120, jsx as jsx428, jsxs as jsxs182 } from "react/jsx-runtime";
15877
+ import { Fragment as Fragment129, jsx as jsx445, jsxs as jsxs193 } from "react/jsx-runtime";
15392
15878
 
15393
15879
  // src/utils/templates/background/background-clip/border-clip.tsx
15394
- import { jsx as jsx429 } from "react/jsx-runtime";
15880
+ import { jsx as jsx446 } from "react/jsx-runtime";
15395
15881
 
15396
15882
  // src/utils/templates/background/background-clip/content-clip.tsx
15397
- import { jsx as jsx430 } from "react/jsx-runtime";
15883
+ import { jsx as jsx447 } from "react/jsx-runtime";
15398
15884
 
15399
15885
  // src/utils/templates/background/background-clip/padding-clip.tsx
15400
- import { jsx as jsx431 } from "react/jsx-runtime";
15886
+ import { jsx as jsx448 } from "react/jsx-runtime";
15401
15887
 
15402
15888
  // src/utils/templates/background/background-clip/text-clip.tsx
15403
- import { jsx as jsx432 } from "react/jsx-runtime";
15889
+ import { jsx as jsx449 } from "react/jsx-runtime";
15404
15890
 
15405
15891
  // src/utils/templates/background/background-color/color.tsx
15406
- import { jsx as jsx433, jsxs as jsxs183 } from "react/jsx-runtime";
15892
+ import { jsx as jsx450, jsxs as jsxs194 } from "react/jsx-runtime";
15407
15893
 
15408
15894
  // src/utils/templates/borders/border-color/all-sides.tsx
15409
- import { jsx as jsx434, jsxs as jsxs184 } from "react/jsx-runtime";
15895
+ import { jsx as jsx451, jsxs as jsxs195 } from "react/jsx-runtime";
15410
15896
 
15411
15897
  // src/utils/templates/borders/border-color/individual.tsx
15412
- import { jsx as jsx435, jsxs as jsxs185 } from "react/jsx-runtime";
15898
+ import { jsx as jsx452, jsxs as jsxs196 } from "react/jsx-runtime";
15413
15899
 
15414
15900
  // src/utils/templates/borders/border-color/left-right.tsx
15415
- import { jsx as jsx436, jsxs as jsxs186 } from "react/jsx-runtime";
15901
+ import { jsx as jsx453, jsxs as jsxs197 } from "react/jsx-runtime";
15416
15902
 
15417
15903
  // src/utils/templates/borders/border-color/top-bottom.tsx
15418
- import { jsx as jsx437, jsxs as jsxs187 } from "react/jsx-runtime";
15904
+ import { jsx as jsx454, jsxs as jsxs198 } from "react/jsx-runtime";
15419
15905
 
15420
15906
  // src/utils/templates/borders/border-radius/corners.tsx
15421
- import { jsx as jsx438, jsxs as jsxs188 } from "react/jsx-runtime";
15907
+ import { jsx as jsx455, jsxs as jsxs199 } from "react/jsx-runtime";
15422
15908
 
15423
15909
  // src/utils/templates/borders/border-radius/no-rounding.tsx
15424
- import { jsx as jsx439, jsxs as jsxs189 } from "react/jsx-runtime";
15910
+ import { jsx as jsx456, jsxs as jsxs200 } from "react/jsx-runtime";
15425
15911
 
15426
15912
  // src/utils/templates/borders/border-radius/rounding.tsx
15427
- import { jsx as jsx440, jsxs as jsxs190 } from "react/jsx-runtime";
15913
+ import { jsx as jsx457, jsxs as jsxs201 } from "react/jsx-runtime";
15428
15914
 
15429
15915
  // src/utils/templates/borders/border-radius/sides.tsx
15430
- import { jsx as jsx441, jsxs as jsxs191 } from "react/jsx-runtime";
15916
+ import { jsx as jsx458, jsxs as jsxs202 } from "react/jsx-runtime";
15431
15917
 
15432
15918
  // src/utils/templates/borders/border-style/all-sides.tsx
15433
- import { jsx as jsx442, jsxs as jsxs192 } from "react/jsx-runtime";
15919
+ import { jsx as jsx459, jsxs as jsxs203 } from "react/jsx-runtime";
15434
15920
 
15435
15921
  // src/utils/templates/borders/border-style/individual.tsx
15436
- import { jsx as jsx443, jsxs as jsxs193 } from "react/jsx-runtime";
15922
+ import { jsx as jsx460, jsxs as jsxs204 } from "react/jsx-runtime";
15437
15923
 
15438
15924
  // src/utils/templates/borders/border-style/left-right.tsx
15439
- import { jsx as jsx444, jsxs as jsxs194 } from "react/jsx-runtime";
15925
+ import { jsx as jsx461, jsxs as jsxs205 } from "react/jsx-runtime";
15440
15926
 
15441
15927
  // src/utils/templates/borders/border-style/no-style.tsx
15442
- import { jsx as jsx445 } from "react/jsx-runtime";
15928
+ import { jsx as jsx462 } from "react/jsx-runtime";
15443
15929
 
15444
15930
  // src/utils/templates/borders/border-style/top-bottom.tsx
15445
- import { jsx as jsx446, jsxs as jsxs195 } from "react/jsx-runtime";
15931
+ import { jsx as jsx463, jsxs as jsxs206 } from "react/jsx-runtime";
15446
15932
 
15447
15933
  // src/utils/templates/borders/border-width/all-sides.tsx
15448
- import { jsx as jsx447, jsxs as jsxs196 } from "react/jsx-runtime";
15934
+ import { jsx as jsx464, jsxs as jsxs207 } from "react/jsx-runtime";
15449
15935
 
15450
15936
  // src/utils/templates/borders/border-width/individual.tsx
15451
- import { jsx as jsx448, jsxs as jsxs197 } from "react/jsx-runtime";
15937
+ import { jsx as jsx465, jsxs as jsxs208 } from "react/jsx-runtime";
15452
15938
 
15453
15939
  // src/utils/templates/borders/border-width/left-right.tsx
15454
- import { jsx as jsx449, jsxs as jsxs198 } from "react/jsx-runtime";
15940
+ import { jsx as jsx466, jsxs as jsxs209 } from "react/jsx-runtime";
15455
15941
 
15456
15942
  // src/utils/templates/borders/border-width/top-bottom.tsx
15457
- import { jsx as jsx450, jsxs as jsxs199 } from "react/jsx-runtime";
15943
+ import { jsx as jsx467, jsxs as jsxs210 } from "react/jsx-runtime";
15458
15944
 
15459
15945
  // src/utils/templates/borders/outline-color/all-sides.tsx
15460
- import { jsx as jsx451 } from "react/jsx-runtime";
15946
+ import { jsx as jsx468 } from "react/jsx-runtime";
15461
15947
 
15462
15948
  // src/utils/templates/borders/outline-offset/all-sides.tsx
15463
- import { jsx as jsx452, jsxs as jsxs200 } from "react/jsx-runtime";
15949
+ import { jsx as jsx469, jsxs as jsxs211 } from "react/jsx-runtime";
15464
15950
 
15465
15951
  // src/utils/templates/borders/outline-offset/no-offset.tsx
15466
- import { jsx as jsx453 } from "react/jsx-runtime";
15952
+ import { jsx as jsx470 } from "react/jsx-runtime";
15467
15953
 
15468
15954
  // src/utils/templates/borders/outline-style/all-sides.tsx
15469
- import { jsx as jsx454, jsxs as jsxs201 } from "react/jsx-runtime";
15955
+ import { jsx as jsx471, jsxs as jsxs212 } from "react/jsx-runtime";
15470
15956
 
15471
15957
  // src/utils/templates/borders/outline-style/no-style.tsx
15472
- import { jsx as jsx455 } from "react/jsx-runtime";
15958
+ import { jsx as jsx472 } from "react/jsx-runtime";
15473
15959
 
15474
15960
  // src/utils/templates/borders/outline-width/all-sides.tsx
15475
- import { jsx as jsx456, jsxs as jsxs202 } from "react/jsx-runtime";
15961
+ import { jsx as jsx473, jsxs as jsxs213 } from "react/jsx-runtime";
15476
15962
 
15477
15963
  // src/utils/templates/borders/outline-width/no-width.tsx
15478
- import { jsx as jsx457 } from "react/jsx-runtime";
15964
+ import { jsx as jsx474 } from "react/jsx-runtime";
15479
15965
 
15480
15966
  // src/utils/templates/effects/opacity/applying.tsx
15481
- import { jsx as jsx458, jsxs as jsxs203 } from "react/jsx-runtime";
15967
+ import { jsx as jsx475, jsxs as jsxs214 } from "react/jsx-runtime";
15482
15968
 
15483
15969
  // src/utils/templates/filters/backdrop-blur/applying.tsx
15484
- import { Fragment as Fragment121, jsx as jsx459, jsxs as jsxs204 } from "react/jsx-runtime";
15970
+ import { Fragment as Fragment130, jsx as jsx476, jsxs as jsxs215 } from "react/jsx-runtime";
15485
15971
 
15486
15972
  // src/utils/templates/flex-grid/align-content/around.tsx
15487
- import { jsx as jsx460, jsxs as jsxs205 } from "react/jsx-runtime";
15973
+ import { jsx as jsx477, jsxs as jsxs216 } from "react/jsx-runtime";
15488
15974
 
15489
15975
  // src/utils/templates/flex-grid/align-content/between.tsx
15490
- import { jsx as jsx461, jsxs as jsxs206 } from "react/jsx-runtime";
15976
+ import { jsx as jsx478, jsxs as jsxs217 } from "react/jsx-runtime";
15491
15977
 
15492
15978
  // src/utils/templates/flex-grid/align-content/center.tsx
15493
- import { jsx as jsx462, jsxs as jsxs207 } from "react/jsx-runtime";
15979
+ import { jsx as jsx479, jsxs as jsxs218 } from "react/jsx-runtime";
15494
15980
 
15495
15981
  // src/utils/templates/flex-grid/align-content/end.tsx
15496
- import { jsx as jsx463, jsxs as jsxs208 } from "react/jsx-runtime";
15982
+ import { jsx as jsx480, jsxs as jsxs219 } from "react/jsx-runtime";
15497
15983
 
15498
15984
  // src/utils/templates/flex-grid/align-content/evenly.tsx
15499
- import { jsx as jsx464, jsxs as jsxs209 } from "react/jsx-runtime";
15985
+ import { jsx as jsx481, jsxs as jsxs220 } from "react/jsx-runtime";
15500
15986
 
15501
15987
  // src/utils/templates/flex-grid/align-content/normal.tsx
15502
- import { jsx as jsx465, jsxs as jsxs210 } from "react/jsx-runtime";
15988
+ import { jsx as jsx482, jsxs as jsxs221 } from "react/jsx-runtime";
15503
15989
 
15504
15990
  // src/utils/templates/flex-grid/align-content/start.tsx
15505
- import { jsx as jsx466, jsxs as jsxs211 } from "react/jsx-runtime";
15991
+ import { jsx as jsx483, jsxs as jsxs222 } from "react/jsx-runtime";
15506
15992
 
15507
15993
  // src/utils/templates/flex-grid/align-content/stretch.tsx
15508
- import { jsx as jsx467, jsxs as jsxs212 } from "react/jsx-runtime";
15994
+ import { jsx as jsx484, jsxs as jsxs223 } from "react/jsx-runtime";
15509
15995
 
15510
15996
  // src/utils/templates/flex-grid/align-items/baseline.tsx
15511
- import { jsx as jsx468, jsxs as jsxs213 } from "react/jsx-runtime";
15997
+ import { jsx as jsx485, jsxs as jsxs224 } from "react/jsx-runtime";
15512
15998
 
15513
15999
  // src/utils/templates/flex-grid/align-items/center.tsx
15514
- import { jsx as jsx469, jsxs as jsxs214 } from "react/jsx-runtime";
16000
+ import { jsx as jsx486, jsxs as jsxs225 } from "react/jsx-runtime";
15515
16001
 
15516
16002
  // src/utils/templates/flex-grid/align-items/end.tsx
15517
- import { jsx as jsx470, jsxs as jsxs215 } from "react/jsx-runtime";
16003
+ import { jsx as jsx487, jsxs as jsxs226 } from "react/jsx-runtime";
15518
16004
 
15519
16005
  // src/utils/templates/flex-grid/align-items/start.tsx
15520
- import { jsx as jsx471, jsxs as jsxs216 } from "react/jsx-runtime";
16006
+ import { jsx as jsx488, jsxs as jsxs227 } from "react/jsx-runtime";
15521
16007
 
15522
16008
  // src/utils/templates/flex-grid/align-items/stretch.tsx
15523
- import { jsx as jsx472, jsxs as jsxs217 } from "react/jsx-runtime";
16009
+ import { jsx as jsx489, jsxs as jsxs228 } from "react/jsx-runtime";
15524
16010
 
15525
16011
  // src/utils/templates/flex-grid/align-self/baseline.tsx
15526
- import { jsx as jsx473, jsxs as jsxs218 } from "react/jsx-runtime";
16012
+ import { jsx as jsx490, jsxs as jsxs229 } from "react/jsx-runtime";
15527
16013
 
15528
16014
  // src/utils/templates/flex-grid/align-self/center.tsx
15529
- import { jsx as jsx474, jsxs as jsxs219 } from "react/jsx-runtime";
16015
+ import { jsx as jsx491, jsxs as jsxs230 } from "react/jsx-runtime";
15530
16016
 
15531
16017
  // src/utils/templates/flex-grid/align-self/end.tsx
15532
- import { jsx as jsx475, jsxs as jsxs220 } from "react/jsx-runtime";
16018
+ import { jsx as jsx492, jsxs as jsxs231 } from "react/jsx-runtime";
15533
16019
 
15534
16020
  // src/utils/templates/flex-grid/align-self/start.tsx
15535
- import { jsx as jsx476, jsxs as jsxs221 } from "react/jsx-runtime";
16021
+ import { jsx as jsx493, jsxs as jsxs232 } from "react/jsx-runtime";
15536
16022
 
15537
16023
  // src/utils/templates/flex-grid/align-self/stretch.tsx
15538
- import { jsx as jsx477, jsxs as jsxs222 } from "react/jsx-runtime";
16024
+ import { jsx as jsx494, jsxs as jsxs233 } from "react/jsx-runtime";
15539
16025
 
15540
16026
  // src/utils/templates/flex-grid/flex/auto.tsx
15541
- import { jsx as jsx478, jsxs as jsxs223 } from "react/jsx-runtime";
16027
+ import { jsx as jsx495, jsxs as jsxs234 } from "react/jsx-runtime";
15542
16028
 
15543
16029
  // src/utils/templates/flex-grid/flex/flex-1.tsx
15544
- import { jsx as jsx479, jsxs as jsxs224 } from "react/jsx-runtime";
16030
+ import { jsx as jsx496, jsxs as jsxs235 } from "react/jsx-runtime";
15545
16031
 
15546
16032
  // src/utils/templates/flex-grid/flex/initial.tsx
15547
- import { jsx as jsx480, jsxs as jsxs225 } from "react/jsx-runtime";
16033
+ import { jsx as jsx497, jsxs as jsxs236 } from "react/jsx-runtime";
15548
16034
 
15549
16035
  // src/utils/templates/flex-grid/flex/none.tsx
15550
- import { jsx as jsx481, jsxs as jsxs226 } from "react/jsx-runtime";
16036
+ import { jsx as jsx498, jsxs as jsxs237 } from "react/jsx-runtime";
15551
16037
 
15552
16038
  // src/utils/templates/flex-grid/flex-basis/auto.tsx
15553
- import { jsx as jsx482, jsxs as jsxs227 } from "react/jsx-runtime";
16039
+ import { jsx as jsx499, jsxs as jsxs238 } from "react/jsx-runtime";
15554
16040
 
15555
16041
  // src/utils/templates/flex-grid/flex-basis/size.tsx
15556
- import { jsx as jsx483, jsxs as jsxs228 } from "react/jsx-runtime";
16042
+ import { jsx as jsx500, jsxs as jsxs239 } from "react/jsx-runtime";
15557
16043
 
15558
16044
  // src/utils/templates/flex-grid/flex-direction/column-reverse.tsx
15559
- import { jsx as jsx484, jsxs as jsxs229 } from "react/jsx-runtime";
16045
+ import { jsx as jsx501, jsxs as jsxs240 } from "react/jsx-runtime";
15560
16046
 
15561
16047
  // src/utils/templates/flex-grid/flex-direction/column.tsx
15562
- import { jsx as jsx485, jsxs as jsxs230 } from "react/jsx-runtime";
16048
+ import { jsx as jsx502, jsxs as jsxs241 } from "react/jsx-runtime";
15563
16049
 
15564
16050
  // src/utils/templates/flex-grid/flex-direction/row-reverse.tsx
15565
- import { jsx as jsx486, jsxs as jsxs231 } from "react/jsx-runtime";
16051
+ import { jsx as jsx503, jsxs as jsxs242 } from "react/jsx-runtime";
15566
16052
 
15567
16053
  // src/utils/templates/flex-grid/flex-direction/row.tsx
15568
- import { jsx as jsx487, jsxs as jsxs232 } from "react/jsx-runtime";
16054
+ import { jsx as jsx504, jsxs as jsxs243 } from "react/jsx-runtime";
15569
16055
 
15570
16056
  // src/utils/templates/flex-grid/flex-grow/grow-0.tsx
15571
- import { jsx as jsx488, jsxs as jsxs233 } from "react/jsx-runtime";
16057
+ import { jsx as jsx505, jsxs as jsxs244 } from "react/jsx-runtime";
15572
16058
 
15573
16059
  // src/utils/templates/flex-grid/flex-grow/grow-1.tsx
15574
- import { jsx as jsx489, jsxs as jsxs234 } from "react/jsx-runtime";
16060
+ import { jsx as jsx506, jsxs as jsxs245 } from "react/jsx-runtime";
15575
16061
 
15576
16062
  // src/utils/templates/flex-grid/flex-srink/shrink-0.tsx
15577
- import { jsx as jsx490, jsxs as jsxs235 } from "react/jsx-runtime";
16063
+ import { jsx as jsx507, jsxs as jsxs246 } from "react/jsx-runtime";
15578
16064
 
15579
16065
  // src/utils/templates/flex-grid/flex-srink/shrink-1.tsx
15580
- import { jsx as jsx491, jsxs as jsxs236 } from "react/jsx-runtime";
16066
+ import { jsx as jsx508, jsxs as jsxs247 } from "react/jsx-runtime";
15581
16067
 
15582
16068
  // src/utils/templates/flex-grid/flex-wrap/nowrap.tsx
15583
- import { jsx as jsx492, jsxs as jsxs237 } from "react/jsx-runtime";
16069
+ import { jsx as jsx509, jsxs as jsxs248 } from "react/jsx-runtime";
15584
16070
 
15585
16071
  // src/utils/templates/flex-grid/flex-wrap/wrap-reverse.tsx
15586
- import { jsx as jsx493, jsxs as jsxs238 } from "react/jsx-runtime";
16072
+ import { jsx as jsx510, jsxs as jsxs249 } from "react/jsx-runtime";
15587
16073
 
15588
16074
  // src/utils/templates/flex-grid/flex-wrap/wrap.tsx
15589
- import { jsx as jsx494, jsxs as jsxs239 } from "react/jsx-runtime";
16075
+ import { jsx as jsx511, jsxs as jsxs250 } from "react/jsx-runtime";
15590
16076
 
15591
16077
  // src/utils/templates/flex-grid/gap/size-x-y.tsx
15592
- import { jsx as jsx495, jsxs as jsxs240 } from "react/jsx-runtime";
16078
+ import { jsx as jsx512, jsxs as jsxs251 } from "react/jsx-runtime";
15593
16079
 
15594
16080
  // src/utils/templates/flex-grid/gap/size.tsx
15595
- import { jsx as jsx496, jsxs as jsxs241 } from "react/jsx-runtime";
16081
+ import { jsx as jsx513, jsxs as jsxs252 } from "react/jsx-runtime";
15596
16082
 
15597
16083
  // src/utils/templates/flex-grid/grid-auto-cols/auto.tsx
15598
- import { jsx as jsx497, jsxs as jsxs242 } from "react/jsx-runtime";
16084
+ import { jsx as jsx514, jsxs as jsxs253 } from "react/jsx-runtime";
15599
16085
 
15600
16086
  // src/utils/templates/flex-grid/grid-auto-cols/fr.tsx
15601
- import { jsx as jsx498, jsxs as jsxs243 } from "react/jsx-runtime";
16087
+ import { jsx as jsx515, jsxs as jsxs254 } from "react/jsx-runtime";
15602
16088
 
15603
16089
  // src/utils/templates/flex-grid/grid-auto-cols/max.tsx
15604
- import { jsx as jsx499, jsxs as jsxs244 } from "react/jsx-runtime";
16090
+ import { jsx as jsx516, jsxs as jsxs255 } from "react/jsx-runtime";
15605
16091
 
15606
16092
  // src/utils/templates/flex-grid/grid-auto-cols/min.tsx
15607
- import { jsx as jsx500, jsxs as jsxs245 } from "react/jsx-runtime";
16093
+ import { jsx as jsx517, jsxs as jsxs256 } from "react/jsx-runtime";
15608
16094
 
15609
16095
  // src/utils/templates/flex-grid/grid-auto-flow/column.tsx
15610
- import { jsx as jsx501, jsxs as jsxs246 } from "react/jsx-runtime";
16096
+ import { jsx as jsx518, jsxs as jsxs257 } from "react/jsx-runtime";
15611
16097
 
15612
16098
  // src/utils/templates/flex-grid/grid-auto-flow/dense.tsx
15613
- import { jsx as jsx502, jsxs as jsxs247 } from "react/jsx-runtime";
16099
+ import { jsx as jsx519, jsxs as jsxs258 } from "react/jsx-runtime";
15614
16100
 
15615
16101
  // src/utils/templates/flex-grid/grid-auto-flow/row.tsx
15616
- import { jsx as jsx503, jsxs as jsxs248 } from "react/jsx-runtime";
16102
+ import { jsx as jsx520, jsxs as jsxs259 } from "react/jsx-runtime";
15617
16103
 
15618
16104
  // src/utils/templates/flex-grid/grid-auto-rows/auto.tsx
15619
- import { jsx as jsx504, jsxs as jsxs249 } from "react/jsx-runtime";
16105
+ import { jsx as jsx521, jsxs as jsxs260 } from "react/jsx-runtime";
15620
16106
 
15621
16107
  // src/utils/templates/flex-grid/grid-auto-rows/fr.tsx
15622
- import { jsx as jsx505, jsxs as jsxs250 } from "react/jsx-runtime";
16108
+ import { jsx as jsx522, jsxs as jsxs261 } from "react/jsx-runtime";
15623
16109
 
15624
16110
  // src/utils/templates/flex-grid/grid-auto-rows/min.tsx
15625
- import { jsx as jsx506, jsxs as jsxs251 } from "react/jsx-runtime";
16111
+ import { jsx as jsx523, jsxs as jsxs262 } from "react/jsx-runtime";
15626
16112
 
15627
16113
  // src/utils/templates/flex-grid/grid-col-start-end/start-end-n.tsx
15628
- import { jsx as jsx507, jsxs as jsxs252 } from "react/jsx-runtime";
16114
+ import { jsx as jsx524, jsxs as jsxs263 } from "react/jsx-runtime";
15629
16115
 
15630
16116
  // src/utils/templates/flex-grid/grid-row-start-end/start-end-n.tsx
15631
- import { jsx as jsx508, jsxs as jsxs253 } from "react/jsx-runtime";
16117
+ import { jsx as jsx525, jsxs as jsxs264 } from "react/jsx-runtime";
15632
16118
 
15633
16119
  // src/utils/templates/flex-grid/grid-template-cols/integer.tsx
15634
- import { jsx as jsx509, jsxs as jsxs254 } from "react/jsx-runtime";
16120
+ import { jsx as jsx526, jsxs as jsxs265 } from "react/jsx-runtime";
15635
16121
 
15636
16122
  // src/utils/templates/flex-grid/grid-template-rows/integer.tsx
15637
- import { jsx as jsx510, jsxs as jsxs255 } from "react/jsx-runtime";
16123
+ import { jsx as jsx527, jsxs as jsxs266 } from "react/jsx-runtime";
15638
16124
 
15639
16125
  // src/utils/templates/flex-grid/justify-content/around.tsx
15640
- import { jsx as jsx511, jsxs as jsxs256 } from "react/jsx-runtime";
16126
+ import { jsx as jsx528, jsxs as jsxs267 } from "react/jsx-runtime";
15641
16127
 
15642
16128
  // src/utils/templates/flex-grid/justify-content/between.tsx
15643
- import { jsx as jsx512, jsxs as jsxs257 } from "react/jsx-runtime";
16129
+ import { jsx as jsx529, jsxs as jsxs268 } from "react/jsx-runtime";
15644
16130
 
15645
16131
  // src/utils/templates/flex-grid/justify-content/center.tsx
15646
- import { jsx as jsx513, jsxs as jsxs258 } from "react/jsx-runtime";
16132
+ import { jsx as jsx530, jsxs as jsxs269 } from "react/jsx-runtime";
15647
16133
 
15648
16134
  // src/utils/templates/flex-grid/justify-content/end.tsx
15649
- import { jsx as jsx514, jsxs as jsxs259 } from "react/jsx-runtime";
16135
+ import { jsx as jsx531, jsxs as jsxs270 } from "react/jsx-runtime";
15650
16136
 
15651
16137
  // src/utils/templates/flex-grid/justify-content/evenly.tsx
15652
- import { jsx as jsx515, jsxs as jsxs260 } from "react/jsx-runtime";
16138
+ import { jsx as jsx532, jsxs as jsxs271 } from "react/jsx-runtime";
15653
16139
 
15654
16140
  // src/utils/templates/flex-grid/justify-content/normal.tsx
15655
- import { jsx as jsx516, jsxs as jsxs261 } from "react/jsx-runtime";
16141
+ import { jsx as jsx533, jsxs as jsxs272 } from "react/jsx-runtime";
15656
16142
 
15657
16143
  // src/utils/templates/flex-grid/justify-content/start.tsx
15658
- import { jsx as jsx517, jsxs as jsxs262 } from "react/jsx-runtime";
16144
+ import { jsx as jsx534, jsxs as jsxs273 } from "react/jsx-runtime";
15659
16145
 
15660
16146
  // src/utils/templates/flex-grid/justify-content/stretch.tsx
15661
- import { jsx as jsx518, jsxs as jsxs263 } from "react/jsx-runtime";
16147
+ import { jsx as jsx535, jsxs as jsxs274 } from "react/jsx-runtime";
15662
16148
 
15663
16149
  // src/utils/templates/flex-grid/justify-items/center.tsx
15664
- import { jsx as jsx519, jsxs as jsxs264 } from "react/jsx-runtime";
16150
+ import { jsx as jsx536, jsxs as jsxs275 } from "react/jsx-runtime";
15665
16151
 
15666
16152
  // src/utils/templates/flex-grid/justify-items/end.tsx
15667
- import { jsx as jsx520, jsxs as jsxs265 } from "react/jsx-runtime";
16153
+ import { jsx as jsx537, jsxs as jsxs276 } from "react/jsx-runtime";
15668
16154
 
15669
16155
  // src/utils/templates/flex-grid/justify-items/start.tsx
15670
- import { jsx as jsx521, jsxs as jsxs266 } from "react/jsx-runtime";
16156
+ import { jsx as jsx538, jsxs as jsxs277 } from "react/jsx-runtime";
15671
16157
 
15672
16158
  // src/utils/templates/flex-grid/justify-items/stretch.tsx
15673
- import { jsx as jsx522, jsxs as jsxs267 } from "react/jsx-runtime";
16159
+ import { jsx as jsx539, jsxs as jsxs278 } from "react/jsx-runtime";
15674
16160
 
15675
16161
  // src/utils/templates/flex-grid/justify-self/center.tsx
15676
- import { jsx as jsx523, jsxs as jsxs268 } from "react/jsx-runtime";
16162
+ import { jsx as jsx540, jsxs as jsxs279 } from "react/jsx-runtime";
15677
16163
 
15678
16164
  // src/utils/templates/flex-grid/justify-self/end.tsx
15679
- import { jsx as jsx524, jsxs as jsxs269 } from "react/jsx-runtime";
16165
+ import { jsx as jsx541, jsxs as jsxs280 } from "react/jsx-runtime";
15680
16166
 
15681
16167
  // src/utils/templates/flex-grid/justify-self/start.tsx
15682
- import { jsx as jsx525, jsxs as jsxs270 } from "react/jsx-runtime";
16168
+ import { jsx as jsx542, jsxs as jsxs281 } from "react/jsx-runtime";
15683
16169
 
15684
16170
  // src/utils/templates/flex-grid/justify-self/stretch.tsx
15685
- import { jsx as jsx526, jsxs as jsxs271 } from "react/jsx-runtime";
16171
+ import { jsx as jsx543, jsxs as jsxs282 } from "react/jsx-runtime";
15686
16172
 
15687
16173
  // src/utils/templates/flex-grid/order/first.tsx
15688
- import { jsx as jsx527, jsxs as jsxs272 } from "react/jsx-runtime";
16174
+ import { jsx as jsx544, jsxs as jsxs283 } from "react/jsx-runtime";
15689
16175
 
15690
16176
  // src/utils/templates/flex-grid/order/integer.tsx
15691
- import { jsx as jsx528, jsxs as jsxs273 } from "react/jsx-runtime";
16177
+ import { jsx as jsx545, jsxs as jsxs284 } from "react/jsx-runtime";
15692
16178
 
15693
16179
  // src/utils/templates/flex-grid/order/last.tsx
15694
- import { jsx as jsx529, jsxs as jsxs274 } from "react/jsx-runtime";
16180
+ import { jsx as jsx546, jsxs as jsxs285 } from "react/jsx-runtime";
15695
16181
 
15696
16182
  // src/utils/templates/flex-grid/place-content/around.tsx
15697
- import { jsx as jsx530, jsxs as jsxs275 } from "react/jsx-runtime";
16183
+ import { jsx as jsx547, jsxs as jsxs286 } from "react/jsx-runtime";
15698
16184
 
15699
16185
  // src/utils/templates/flex-grid/place-content/between.tsx
15700
- import { jsx as jsx531, jsxs as jsxs276 } from "react/jsx-runtime";
16186
+ import { jsx as jsx548, jsxs as jsxs287 } from "react/jsx-runtime";
15701
16187
 
15702
16188
  // src/utils/templates/flex-grid/place-content/center.tsx
15703
- import { jsx as jsx532, jsxs as jsxs277 } from "react/jsx-runtime";
16189
+ import { jsx as jsx549, jsxs as jsxs288 } from "react/jsx-runtime";
15704
16190
 
15705
16191
  // src/utils/templates/flex-grid/place-content/end.tsx
15706
- import { jsx as jsx533, jsxs as jsxs278 } from "react/jsx-runtime";
16192
+ import { jsx as jsx550, jsxs as jsxs289 } from "react/jsx-runtime";
15707
16193
 
15708
16194
  // src/utils/templates/flex-grid/place-content/evenly.tsx
15709
- import { jsx as jsx534, jsxs as jsxs279 } from "react/jsx-runtime";
16195
+ import { jsx as jsx551, jsxs as jsxs290 } from "react/jsx-runtime";
15710
16196
 
15711
16197
  // src/utils/templates/flex-grid/place-content/normal.tsx
15712
- import { jsx as jsx535, jsxs as jsxs280 } from "react/jsx-runtime";
16198
+ import { jsx as jsx552, jsxs as jsxs291 } from "react/jsx-runtime";
15713
16199
 
15714
16200
  // src/utils/templates/flex-grid/place-content/start.tsx
15715
- import { jsx as jsx536, jsxs as jsxs281 } from "react/jsx-runtime";
16201
+ import { jsx as jsx553, jsxs as jsxs292 } from "react/jsx-runtime";
15716
16202
 
15717
16203
  // src/utils/templates/flex-grid/place-content/stretch.tsx
15718
- import { jsx as jsx537, jsxs as jsxs282 } from "react/jsx-runtime";
16204
+ import { jsx as jsx554, jsxs as jsxs293 } from "react/jsx-runtime";
15719
16205
 
15720
16206
  // src/utils/templates/flex-grid/place-items/center.tsx
15721
- import { jsx as jsx538, jsxs as jsxs283 } from "react/jsx-runtime";
16207
+ import { jsx as jsx555, jsxs as jsxs294 } from "react/jsx-runtime";
15722
16208
 
15723
16209
  // src/utils/templates/flex-grid/place-items/end.tsx
15724
- import { jsx as jsx539, jsxs as jsxs284 } from "react/jsx-runtime";
16210
+ import { jsx as jsx556, jsxs as jsxs295 } from "react/jsx-runtime";
15725
16211
 
15726
16212
  // src/utils/templates/flex-grid/place-items/start.tsx
15727
- import { jsx as jsx540, jsxs as jsxs285 } from "react/jsx-runtime";
16213
+ import { jsx as jsx557, jsxs as jsxs296 } from "react/jsx-runtime";
15728
16214
 
15729
16215
  // src/utils/templates/flex-grid/place-items/stretch.tsx
15730
- import { jsx as jsx541, jsxs as jsxs286 } from "react/jsx-runtime";
16216
+ import { jsx as jsx558, jsxs as jsxs297 } from "react/jsx-runtime";
15731
16217
 
15732
16218
  // src/utils/templates/flex-grid/place-self/center.tsx
15733
- import { jsx as jsx542, jsxs as jsxs287 } from "react/jsx-runtime";
16219
+ import { jsx as jsx559, jsxs as jsxs298 } from "react/jsx-runtime";
15734
16220
 
15735
16221
  // src/utils/templates/flex-grid/place-self/end.tsx
15736
- import { jsx as jsx543, jsxs as jsxs288 } from "react/jsx-runtime";
16222
+ import { jsx as jsx560, jsxs as jsxs299 } from "react/jsx-runtime";
15737
16223
 
15738
16224
  // src/utils/templates/flex-grid/place-self/start.tsx
15739
- import { jsx as jsx544, jsxs as jsxs289 } from "react/jsx-runtime";
16225
+ import { jsx as jsx561, jsxs as jsxs300 } from "react/jsx-runtime";
15740
16226
 
15741
16227
  // src/utils/templates/flex-grid/place-self/stretch.tsx
15742
- import { jsx as jsx545, jsxs as jsxs290 } from "react/jsx-runtime";
16228
+ import { jsx as jsx562, jsxs as jsxs301 } from "react/jsx-runtime";
15743
16229
 
15744
16230
  // src/utils/templates/interactivity/appearance/applying.tsx
15745
- import { jsx as jsx546, jsxs as jsxs291 } from "react/jsx-runtime";
16231
+ import { jsx as jsx563, jsxs as jsxs302 } from "react/jsx-runtime";
15746
16232
 
15747
16233
  // src/utils/templates/interactivity/appearance/none.tsx
15748
- import { jsx as jsx547, jsxs as jsxs292 } from "react/jsx-runtime";
16234
+ import { jsx as jsx564, jsxs as jsxs303 } from "react/jsx-runtime";
15749
16235
 
15750
16236
  // src/utils/templates/interactivity/cursor/applying.tsx
15751
- import { jsx as jsx548, jsxs as jsxs293 } from "react/jsx-runtime";
16237
+ import { jsx as jsx565, jsxs as jsxs304 } from "react/jsx-runtime";
15752
16238
 
15753
16239
  // src/utils/templates/interactivity/pointer-events/applying.tsx
15754
- import { jsx as jsx549, jsxs as jsxs294 } from "react/jsx-runtime";
16240
+ import { jsx as jsx566, jsxs as jsxs305 } from "react/jsx-runtime";
15755
16241
 
15756
16242
  // src/utils/templates/interactivity/resize/all-directions.tsx
15757
- import { jsx as jsx550 } from "react/jsx-runtime";
16243
+ import { jsx as jsx567 } from "react/jsx-runtime";
15758
16244
 
15759
16245
  // src/utils/templates/interactivity/resize/horizontal.tsx
15760
- import { jsx as jsx551 } from "react/jsx-runtime";
16246
+ import { jsx as jsx568 } from "react/jsx-runtime";
15761
16247
 
15762
16248
  // src/utils/templates/interactivity/resize/no-resizing.tsx
15763
- import { jsx as jsx552 } from "react/jsx-runtime";
16249
+ import { jsx as jsx569 } from "react/jsx-runtime";
15764
16250
 
15765
16251
  // src/utils/templates/interactivity/resize/vertical.tsx
15766
- import { jsx as jsx553 } from "react/jsx-runtime";
16252
+ import { jsx as jsx570 } from "react/jsx-runtime";
15767
16253
 
15768
16254
  // src/utils/templates/interactivity/touch-action/auto.tsx
15769
- import { jsx as jsx554 } from "react/jsx-runtime";
16255
+ import { jsx as jsx571 } from "react/jsx-runtime";
15770
16256
 
15771
16257
  // src/utils/templates/interactivity/touch-action/horizontal.tsx
15772
- import { jsx as jsx555 } from "react/jsx-runtime";
16258
+ import { jsx as jsx572 } from "react/jsx-runtime";
15773
16259
 
15774
16260
  // src/utils/templates/interactivity/touch-action/none.tsx
15775
- import { jsx as jsx556 } from "react/jsx-runtime";
16261
+ import { jsx as jsx573 } from "react/jsx-runtime";
15776
16262
 
15777
16263
  // src/utils/templates/interactivity/touch-action/vertical.tsx
15778
- import { jsx as jsx557 } from "react/jsx-runtime";
16264
+ import { jsx as jsx574 } from "react/jsx-runtime";
15779
16265
 
15780
16266
  // src/utils/templates/interactivity/user-select/all.tsx
15781
- import { jsx as jsx558 } from "react/jsx-runtime";
16267
+ import { jsx as jsx575 } from "react/jsx-runtime";
15782
16268
 
15783
16269
  // src/utils/templates/interactivity/user-select/none.tsx
15784
- import { jsx as jsx559 } from "react/jsx-runtime";
16270
+ import { jsx as jsx576 } from "react/jsx-runtime";
15785
16271
 
15786
16272
  // src/utils/templates/interactivity/user-select/text.tsx
15787
- import { jsx as jsx560 } from "react/jsx-runtime";
16273
+ import { jsx as jsx577 } from "react/jsx-runtime";
15788
16274
 
15789
16275
  // src/utils/templates/layout/aspect-ratio/auto.tsx
15790
- import { jsx as jsx561 } from "react/jsx-runtime";
16276
+ import { jsx as jsx578 } from "react/jsx-runtime";
15791
16277
 
15792
16278
  // src/utils/templates/layout/aspect-ratio/one.tsx
15793
- import { jsx as jsx562 } from "react/jsx-runtime";
16279
+ import { jsx as jsx579 } from "react/jsx-runtime";
15794
16280
 
15795
16281
  // src/utils/templates/layout/aspect-ratio/sqaure.tsx
15796
- import { jsx as jsx563 } from "react/jsx-runtime";
16282
+ import { jsx as jsx580 } from "react/jsx-runtime";
15797
16283
 
15798
16284
  // src/utils/templates/layout/aspect-ratio/video.tsx
15799
- import { jsx as jsx564 } from "react/jsx-runtime";
16285
+ import { jsx as jsx581 } from "react/jsx-runtime";
15800
16286
 
15801
16287
  // src/utils/templates/layout/box-sizing/border.tsx
15802
- import { jsx as jsx565 } from "react/jsx-runtime";
16288
+ import { jsx as jsx582 } from "react/jsx-runtime";
15803
16289
 
15804
16290
  // src/utils/templates/layout/box-sizing/content.tsx
15805
- import { jsx as jsx566 } from "react/jsx-runtime";
16291
+ import { jsx as jsx583 } from "react/jsx-runtime";
15806
16292
 
15807
16293
  // src/utils/templates/layout/clear/both.tsx
15808
- import { jsx as jsx567, jsxs as jsxs295 } from "react/jsx-runtime";
16294
+ import { jsx as jsx584, jsxs as jsxs306 } from "react/jsx-runtime";
15809
16295
 
15810
16296
  // src/utils/templates/layout/clear/left.tsx
15811
- import { jsx as jsx568, jsxs as jsxs296 } from "react/jsx-runtime";
16297
+ import { jsx as jsx585, jsxs as jsxs307 } from "react/jsx-runtime";
15812
16298
 
15813
16299
  // src/utils/templates/layout/clear/no-clear.tsx
15814
- import { jsx as jsx569, jsxs as jsxs297 } from "react/jsx-runtime";
16300
+ import { jsx as jsx586, jsxs as jsxs308 } from "react/jsx-runtime";
15815
16301
 
15816
16302
  // src/utils/templates/layout/clear/right.tsx
15817
- import { jsx as jsx570, jsxs as jsxs298 } from "react/jsx-runtime";
16303
+ import { jsx as jsx587, jsxs as jsxs309 } from "react/jsx-runtime";
15818
16304
 
15819
16305
  // src/utils/templates/layout/columns/automatic.tsx
15820
- import { jsx as jsx571, jsxs as jsxs299 } from "react/jsx-runtime";
16306
+ import { jsx as jsx588, jsxs as jsxs310 } from "react/jsx-runtime";
15821
16307
 
15822
16308
  // src/utils/templates/layout/columns/count.tsx
15823
- import { jsx as jsx572, jsxs as jsxs300 } from "react/jsx-runtime";
16309
+ import { jsx as jsx589, jsxs as jsxs311 } from "react/jsx-runtime";
15824
16310
 
15825
16311
  // src/utils/templates/layout/display/block.tsx
15826
- import { jsx as jsx573, jsxs as jsxs301 } from "react/jsx-runtime";
16312
+ import { jsx as jsx590, jsxs as jsxs312 } from "react/jsx-runtime";
15827
16313
 
15828
16314
  // src/utils/templates/layout/display/flex.tsx
15829
- import { jsx as jsx574, jsxs as jsxs302 } from "react/jsx-runtime";
16315
+ import { jsx as jsx591, jsxs as jsxs313 } from "react/jsx-runtime";
15830
16316
 
15831
16317
  // src/utils/templates/layout/display/inline.tsx
15832
- import { jsx as jsx575, jsxs as jsxs303 } from "react/jsx-runtime";
16318
+ import { jsx as jsx592, jsxs as jsxs314 } from "react/jsx-runtime";
15833
16319
 
15834
16320
  // src/utils/templates/layout/display/none.tsx
15835
- import { Fragment as Fragment122, jsx as jsx576, jsxs as jsxs304 } from "react/jsx-runtime";
16321
+ import { Fragment as Fragment131, jsx as jsx593, jsxs as jsxs315 } from "react/jsx-runtime";
15836
16322
 
15837
16323
  // src/utils/templates/layout/float/left.tsx
15838
- import { jsx as jsx577, jsxs as jsxs305 } from "react/jsx-runtime";
16324
+ import { jsx as jsx594, jsxs as jsxs316 } from "react/jsx-runtime";
15839
16325
 
15840
16326
  // src/utils/templates/layout/float/no-float.tsx
15841
- import { jsx as jsx578, jsxs as jsxs306 } from "react/jsx-runtime";
16327
+ import { jsx as jsx595, jsxs as jsxs317 } from "react/jsx-runtime";
15842
16328
 
15843
16329
  // src/utils/templates/layout/float/right.tsx
15844
- import { jsx as jsx579, jsxs as jsxs307 } from "react/jsx-runtime";
16330
+ import { jsx as jsx596, jsxs as jsxs318 } from "react/jsx-runtime";
15845
16331
 
15846
16332
  // src/utils/templates/layout/object-fit/contain.tsx
15847
- import { jsx as jsx580 } from "react/jsx-runtime";
16333
+ import { jsx as jsx597 } from "react/jsx-runtime";
15848
16334
 
15849
16335
  // src/utils/templates/layout/object-fit/cover.tsx
15850
- import { jsx as jsx581 } from "react/jsx-runtime";
16336
+ import { jsx as jsx598 } from "react/jsx-runtime";
15851
16337
 
15852
16338
  // src/utils/templates/layout/object-fit/fill.tsx
15853
- import { jsx as jsx582 } from "react/jsx-runtime";
16339
+ import { jsx as jsx599 } from "react/jsx-runtime";
15854
16340
 
15855
16341
  // src/utils/templates/layout/object-fit/scale-down.tsx
15856
- import { jsx as jsx583 } from "react/jsx-runtime";
16342
+ import { jsx as jsx600 } from "react/jsx-runtime";
15857
16343
 
15858
16344
  // src/utils/templates/layout/object-position/position.tsx
15859
- import { jsx as jsx584, jsxs as jsxs308 } from "react/jsx-runtime";
16345
+ import { jsx as jsx601, jsxs as jsxs319 } from "react/jsx-runtime";
15860
16346
 
15861
16347
  // src/utils/templates/layout/overflow/hidden.tsx
15862
- import { jsx as jsx585 } from "react/jsx-runtime";
16348
+ import { jsx as jsx602 } from "react/jsx-runtime";
15863
16349
 
15864
16350
  // src/utils/templates/layout/overflow/horizontal.tsx
15865
- import { jsx as jsx586 } from "react/jsx-runtime";
16351
+ import { jsx as jsx603 } from "react/jsx-runtime";
15866
16352
 
15867
16353
  // src/utils/templates/layout/overflow/vertical.tsx
15868
- import { jsx as jsx587 } from "react/jsx-runtime";
16354
+ import { jsx as jsx604 } from "react/jsx-runtime";
15869
16355
 
15870
16356
  // src/utils/templates/layout/overflow/visible.tsx
15871
- import { jsx as jsx588 } from "react/jsx-runtime";
16357
+ import { jsx as jsx605 } from "react/jsx-runtime";
15872
16358
 
15873
16359
  // src/utils/templates/layout/placement/multiple.tsx
15874
- import { jsx as jsx589, jsxs as jsxs309 } from "react/jsx-runtime";
16360
+ import { jsx as jsx606, jsxs as jsxs320 } from "react/jsx-runtime";
15875
16361
 
15876
16362
  // src/utils/templates/layout/placement/single.tsx
15877
- import { jsx as jsx590, jsxs as jsxs310 } from "react/jsx-runtime";
16363
+ import { jsx as jsx607, jsxs as jsxs321 } from "react/jsx-runtime";
15878
16364
 
15879
16365
  // src/utils/templates/layout/position/applying.tsx
15880
- import { jsx as jsx591, jsxs as jsxs311 } from "react/jsx-runtime";
16366
+ import { jsx as jsx608, jsxs as jsxs322 } from "react/jsx-runtime";
15881
16367
 
15882
16368
  // src/utils/templates/layout/visibility/invisible.tsx
15883
- import { jsx as jsx592, jsxs as jsxs312 } from "react/jsx-runtime";
16369
+ import { jsx as jsx609, jsxs as jsxs323 } from "react/jsx-runtime";
15884
16370
 
15885
16371
  // src/utils/templates/layout/z-index/applying.tsx
15886
- import { Fragment as Fragment123, jsx as jsx593, jsxs as jsxs313 } from "react/jsx-runtime";
16372
+ import { Fragment as Fragment132, jsx as jsx610, jsxs as jsxs324 } from "react/jsx-runtime";
15887
16373
 
15888
16374
  // src/utils/templates/sizing/height/fixed.tsx
15889
- import { jsx as jsx594, jsxs as jsxs314 } from "react/jsx-runtime";
16375
+ import { jsx as jsx611, jsxs as jsxs325 } from "react/jsx-runtime";
15890
16376
 
15891
16377
  // src/utils/templates/sizing/height/full.tsx
15892
- import { jsx as jsx595 } from "react/jsx-runtime";
16378
+ import { jsx as jsx612 } from "react/jsx-runtime";
15893
16379
 
15894
16380
  // src/utils/templates/sizing/height/maximum.tsx
15895
- import { jsx as jsx596 } from "react/jsx-runtime";
16381
+ import { jsx as jsx613 } from "react/jsx-runtime";
15896
16382
 
15897
16383
  // src/utils/templates/sizing/height/minimum.tsx
15898
- import { jsx as jsx597 } from "react/jsx-runtime";
16384
+ import { jsx as jsx614 } from "react/jsx-runtime";
15899
16385
 
15900
16386
  // src/utils/templates/sizing/height/screen.tsx
15901
- import { jsx as jsx598 } from "react/jsx-runtime";
16387
+ import { jsx as jsx615 } from "react/jsx-runtime";
15902
16388
 
15903
16389
  // src/utils/templates/sizing/width/fixed.tsx
15904
- import { jsx as jsx599, jsxs as jsxs315 } from "react/jsx-runtime";
16390
+ import { jsx as jsx616, jsxs as jsxs326 } from "react/jsx-runtime";
15905
16391
 
15906
16392
  // src/utils/templates/sizing/width/full.tsx
15907
- import { jsx as jsx600 } from "react/jsx-runtime";
16393
+ import { jsx as jsx617 } from "react/jsx-runtime";
15908
16394
 
15909
16395
  // src/utils/templates/sizing/width/maximum.tsx
15910
- import { jsx as jsx601 } from "react/jsx-runtime";
16396
+ import { jsx as jsx618 } from "react/jsx-runtime";
15911
16397
 
15912
16398
  // src/utils/templates/sizing/width/minimum.tsx
15913
- import { jsx as jsx602 } from "react/jsx-runtime";
16399
+ import { jsx as jsx619 } from "react/jsx-runtime";
15914
16400
 
15915
16401
  // src/utils/templates/sizing/width/screen.tsx
15916
- import { jsx as jsx603 } from "react/jsx-runtime";
16402
+ import { jsx as jsx620 } from "react/jsx-runtime";
15917
16403
 
15918
16404
  // src/utils/templates/spacing/margin/all.tsx
15919
- import { jsx as jsx604 } from "react/jsx-runtime";
16405
+ import { jsx as jsx621 } from "react/jsx-runtime";
15920
16406
 
15921
16407
  // src/utils/templates/spacing/margin/single.tsx
15922
- import { Fragment as Fragment124, jsx as jsx605, jsxs as jsxs316 } from "react/jsx-runtime";
16408
+ import { Fragment as Fragment133, jsx as jsx622, jsxs as jsxs327 } from "react/jsx-runtime";
15923
16409
 
15924
16410
  // src/utils/templates/spacing/margin/x.tsx
15925
- import { jsx as jsx606 } from "react/jsx-runtime";
16411
+ import { jsx as jsx623 } from "react/jsx-runtime";
15926
16412
 
15927
16413
  // src/utils/templates/spacing/margin/y.tsx
15928
- import { jsx as jsx607 } from "react/jsx-runtime";
16414
+ import { jsx as jsx624 } from "react/jsx-runtime";
15929
16415
 
15930
16416
  // src/utils/templates/spacing/padding/all.tsx
15931
- import { jsx as jsx608 } from "react/jsx-runtime";
16417
+ import { jsx as jsx625 } from "react/jsx-runtime";
15932
16418
 
15933
16419
  // src/utils/templates/spacing/padding/single.tsx
15934
- import { Fragment as Fragment125, jsx as jsx609, jsxs as jsxs317 } from "react/jsx-runtime";
16420
+ import { Fragment as Fragment134, jsx as jsx626, jsxs as jsxs328 } from "react/jsx-runtime";
15935
16421
 
15936
16422
  // src/utils/templates/spacing/padding/x.tsx
15937
- import { jsx as jsx610 } from "react/jsx-runtime";
16423
+ import { jsx as jsx627 } from "react/jsx-runtime";
15938
16424
 
15939
16425
  // src/utils/templates/spacing/padding/y.tsx
15940
- import { jsx as jsx611 } from "react/jsx-runtime";
16426
+ import { jsx as jsx628 } from "react/jsx-runtime";
15941
16427
 
15942
16428
  // src/utils/templates/svg/fill/color.tsx
15943
- import { Fragment as Fragment126, jsx as jsx612, jsxs as jsxs318 } from "react/jsx-runtime";
16429
+ import { Fragment as Fragment135, jsx as jsx629, jsxs as jsxs329 } from "react/jsx-runtime";
15944
16430
 
15945
16431
  // src/utils/templates/svg/stroke/color.tsx
15946
- import { Fragment as Fragment127, jsx as jsx613, jsxs as jsxs319 } from "react/jsx-runtime";
16432
+ import { Fragment as Fragment136, jsx as jsx630, jsxs as jsxs330 } from "react/jsx-runtime";
15947
16433
 
15948
16434
  // src/utils/templates/table/border-collapse/collapse.tsx
15949
- import { jsx as jsx614, jsxs as jsxs320 } from "react/jsx-runtime";
16435
+ import { jsx as jsx631, jsxs as jsxs331 } from "react/jsx-runtime";
15950
16436
 
15951
16437
  // src/utils/templates/table/border-collapse/separate.tsx
15952
- import { jsx as jsx615, jsxs as jsxs321 } from "react/jsx-runtime";
16438
+ import { jsx as jsx632, jsxs as jsxs332 } from "react/jsx-runtime";
15953
16439
 
15954
16440
  // src/utils/templates/table/table-layout/auto.tsx
15955
- import { jsx as jsx616, jsxs as jsxs322 } from "react/jsx-runtime";
16441
+ import { jsx as jsx633, jsxs as jsxs333 } from "react/jsx-runtime";
15956
16442
 
15957
16443
  // src/utils/templates/table/table-layout/fixed.tsx
15958
- import { jsx as jsx617, jsxs as jsxs323 } from "react/jsx-runtime";
16444
+ import { jsx as jsx634, jsxs as jsxs334 } from "react/jsx-runtime";
15959
16445
 
15960
16446
  // src/utils/templates/transform/flip/horizontal.tsx
15961
- import { jsx as jsx618, jsxs as jsxs324 } from "react/jsx-runtime";
16447
+ import { jsx as jsx635, jsxs as jsxs335 } from "react/jsx-runtime";
15962
16448
 
15963
16449
  // src/utils/templates/transform/flip/vertical.tsx
15964
- import { jsx as jsx619, jsxs as jsxs325 } from "react/jsx-runtime";
16450
+ import { jsx as jsx636, jsxs as jsxs336 } from "react/jsx-runtime";
15965
16451
 
15966
16452
  // src/utils/templates/transform/origin/applying.tsx
15967
- import { jsx as jsx620, jsxs as jsxs326 } from "react/jsx-runtime";
16453
+ import { jsx as jsx637, jsxs as jsxs337 } from "react/jsx-runtime";
15968
16454
 
15969
16455
  // src/utils/templates/transform/rotate/applying.tsx
15970
- import { jsx as jsx621, jsxs as jsxs327 } from "react/jsx-runtime";
16456
+ import { jsx as jsx638, jsxs as jsxs338 } from "react/jsx-runtime";
15971
16457
 
15972
16458
  // src/utils/templates/transform/scale/applying.tsx
15973
- import { jsx as jsx622, jsxs as jsxs328 } from "react/jsx-runtime";
16459
+ import { jsx as jsx639, jsxs as jsxs339 } from "react/jsx-runtime";
15974
16460
 
15975
16461
  // src/utils/templates/transform/skew/applying.tsx
15976
- import { jsx as jsx623, jsxs as jsxs329 } from "react/jsx-runtime";
16462
+ import { jsx as jsx640, jsxs as jsxs340 } from "react/jsx-runtime";
15977
16463
 
15978
16464
  // src/utils/templates/transform/translate/applying.tsx
15979
- import { jsx as jsx624, jsxs as jsxs330 } from "react/jsx-runtime";
16465
+ import { jsx as jsx641, jsxs as jsxs341 } from "react/jsx-runtime";
15980
16466
 
15981
16467
  // src/utils/templates/typography/font-style/italic.tsx
15982
- import { jsx as jsx625 } from "react/jsx-runtime";
16468
+ import { jsx as jsx642 } from "react/jsx-runtime";
15983
16469
 
15984
16470
  // src/utils/templates/typography/font-weight/size.tsx
15985
- import { Fragment as Fragment128, jsx as jsx626, jsxs as jsxs331 } from "react/jsx-runtime";
16471
+ import { Fragment as Fragment137, jsx as jsx643, jsxs as jsxs342 } from "react/jsx-runtime";
15986
16472
 
15987
16473
  // src/utils/templates/typography/list-style-type/decimal.tsx
15988
- import { jsx as jsx627, jsxs as jsxs332 } from "react/jsx-runtime";
16474
+ import { jsx as jsx644, jsxs as jsxs343 } from "react/jsx-runtime";
15989
16475
 
15990
16476
  // src/utils/templates/typography/list-style-type/disc.tsx
15991
- import { jsx as jsx628, jsxs as jsxs333 } from "react/jsx-runtime";
16477
+ import { jsx as jsx645, jsxs as jsxs344 } from "react/jsx-runtime";
15992
16478
 
15993
16479
  // src/utils/templates/typography/list-style-type/none.tsx
15994
- import { jsx as jsx629, jsxs as jsxs334 } from "react/jsx-runtime";
16480
+ import { jsx as jsx646, jsxs as jsxs345 } from "react/jsx-runtime";
15995
16481
 
15996
16482
  // src/utils/templates/typography/text-align/center.tsx
15997
- import { jsx as jsx630 } from "react/jsx-runtime";
16483
+ import { jsx as jsx647 } from "react/jsx-runtime";
15998
16484
 
15999
16485
  // src/utils/templates/typography/text-align/justify.tsx
16000
- import { jsx as jsx631 } from "react/jsx-runtime";
16486
+ import { jsx as jsx648 } from "react/jsx-runtime";
16001
16487
 
16002
16488
  // src/utils/templates/typography/text-align/left.tsx
16003
- import { jsx as jsx632 } from "react/jsx-runtime";
16489
+ import { jsx as jsx649 } from "react/jsx-runtime";
16004
16490
 
16005
16491
  // src/utils/templates/typography/text-align/right.tsx
16006
- import { jsx as jsx633 } from "react/jsx-runtime";
16492
+ import { jsx as jsx650 } from "react/jsx-runtime";
16007
16493
 
16008
16494
  // src/utils/templates/typography/text-color/inherit.tsx
16009
- import { jsx as jsx634 } from "react/jsx-runtime";
16495
+ import { jsx as jsx651 } from "react/jsx-runtime";
16010
16496
 
16011
16497
  // src/utils/templates/typography/text-color/white.tsx
16012
- import { jsx as jsx635 } from "react/jsx-runtime";
16498
+ import { jsx as jsx652 } from "react/jsx-runtime";
16013
16499
 
16014
16500
  // src/utils/templates/typography/text-decoration/all.tsx
16015
- import { Fragment as Fragment129, jsx as jsx636, jsxs as jsxs335 } from "react/jsx-runtime";
16501
+ import { Fragment as Fragment138, jsx as jsx653, jsxs as jsxs346 } from "react/jsx-runtime";
16016
16502
 
16017
16503
  // src/utils/templates/typography/text-overflow/clip.tsx
16018
- import { jsx as jsx637 } from "react/jsx-runtime";
16504
+ import { jsx as jsx654 } from "react/jsx-runtime";
16019
16505
 
16020
16506
  // src/utils/templates/typography/text-overflow/ellipsis.tsx
16021
- import { jsx as jsx638 } from "react/jsx-runtime";
16507
+ import { jsx as jsx655 } from "react/jsx-runtime";
16022
16508
 
16023
16509
  // src/utils/templates/typography/text-transform/all.tsx
16024
- import { Fragment as Fragment130, jsx as jsx639, jsxs as jsxs336 } from "react/jsx-runtime";
16510
+ import { Fragment as Fragment139, jsx as jsx656, jsxs as jsxs347 } from "react/jsx-runtime";
16025
16511
 
16026
16512
  // src/utils/templates/typography/vertical-align/baseline.tsx
16027
- import { jsx as jsx640, jsxs as jsxs337 } from "react/jsx-runtime";
16513
+ import { jsx as jsx657, jsxs as jsxs348 } from "react/jsx-runtime";
16028
16514
 
16029
16515
  // src/utils/templates/typography/vertical-align/bottom.tsx
16030
- import { jsx as jsx641, jsxs as jsxs338 } from "react/jsx-runtime";
16516
+ import { jsx as jsx658, jsxs as jsxs349 } from "react/jsx-runtime";
16031
16517
 
16032
16518
  // src/utils/templates/typography/vertical-align/center.tsx
16033
- import { jsx as jsx642, jsxs as jsxs339 } from "react/jsx-runtime";
16519
+ import { jsx as jsx659, jsxs as jsxs350 } from "react/jsx-runtime";
16034
16520
 
16035
16521
  // src/utils/templates/typography/vertical-align/top.tsx
16036
- import { jsx as jsx643, jsxs as jsxs340 } from "react/jsx-runtime";
16522
+ import { jsx as jsx660, jsxs as jsxs351 } from "react/jsx-runtime";
16037
16523
 
16038
16524
  // src/utils/templates/typography/white-space/normal.tsx
16039
- import { jsx as jsx644 } from "react/jsx-runtime";
16525
+ import { jsx as jsx661 } from "react/jsx-runtime";
16040
16526
 
16041
16527
  // src/utils/templates/typography/white-space/nowrap.tsx
16042
- import { jsx as jsx645 } from "react/jsx-runtime";
16528
+ import { jsx as jsx662 } from "react/jsx-runtime";
16043
16529
 
16044
16530
  // src/utils/templates/typography/white-space/pre-line.tsx
16045
- import { jsx as jsx646 } from "react/jsx-runtime";
16531
+ import { jsx as jsx663 } from "react/jsx-runtime";
16046
16532
 
16047
16533
  // src/utils/templates/typography/white-space/pre-wrap.tsx
16048
- import { jsx as jsx647 } from "react/jsx-runtime";
16534
+ import { jsx as jsx664 } from "react/jsx-runtime";
16049
16535
 
16050
16536
  // src/utils/templates/typography/white-space/pre.tsx
16051
- import { jsx as jsx648 } from "react/jsx-runtime";
16537
+ import { jsx as jsx665 } from "react/jsx-runtime";
16052
16538
 
16053
16539
  // src/multiselect/templates/multiselect-prefix.tsx
16054
- import { Fragment as Fragment131, jsx as jsx649 } from "react/jsx-runtime";
16540
+ import { Fragment as Fragment140, jsx as jsx666 } from "react/jsx-runtime";
16055
16541
 
16056
16542
  // src/multiselect/templates/multiselect-suffix.tsx
16057
- import { Fragment as Fragment132, jsx as jsx650 } from "react/jsx-runtime";
16543
+ import { Fragment as Fragment141, jsx as jsx667 } from "react/jsx-runtime";
16058
16544
 
16059
16545
  // src/scheduler/tests/scheduler-editing-weekly.tsx
16060
- import { Fragment as Fragment133, jsx as jsx651, jsxs as jsxs341 } from "react/jsx-runtime";
16546
+ import { Fragment as Fragment142, jsx as jsx668, jsxs as jsxs352 } from "react/jsx-runtime";
16061
16547
  var style = `
16062
16548
  #test-area {
16063
16549
  width: 700px;
@@ -16067,72 +16553,72 @@ var style = `
16067
16553
  position: relative;
16068
16554
  }
16069
16555
  `;
16070
- var scheduler_editing_weekly_default = () => /* @__PURE__ */ jsxs341(Fragment133, { children: [
16071
- /* @__PURE__ */ jsx651("style", { children: style }),
16072
- /* @__PURE__ */ jsx651("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: /* @__PURE__ */ jsx651("section", { children: /* @__PURE__ */ jsx651(WindowNormal, { title: "Edit event", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs341(Fragment133, { children: [
16073
- /* @__PURE__ */ jsx651(Button, { themeColor: "primary", icon: "save", children: "Save" }),
16074
- /* @__PURE__ */ jsx651(Button, { icon: "cancel", children: "Cancel" }),
16075
- /* @__PURE__ */ jsx651("span", { className: "k-spacer" }),
16076
- /* @__PURE__ */ jsx651(Button, { fillMode: "flat", themeColor: "primary", icon: "trash", children: "Delete" })
16077
- ] }), children: /* @__PURE__ */ jsxs341(FormNormal, { formButtons: null, tag: "div", className: "k-scheduler-edit-form", children: [
16078
- /* @__PURE__ */ jsx651(FormField, { className: "k-form-field-error", label: "Title", error: "Error", editor: /* @__PURE__ */ jsx651(Textbox, { invalid: true, value: "Invalid" }) }),
16079
- /* @__PURE__ */ jsx651(FormField, { label: "Start", editor: /* @__PURE__ */ jsx651(DateTimePicker, { placeholder: "dd/MM/yyyy hh:mm AM" }) }),
16080
- /* @__PURE__ */ jsx651(FormField, { editor: /* @__PURE__ */ jsxs341(Fragment133, { children: [
16081
- /* @__PURE__ */ jsx651(Checkbox, { checked: true }),
16082
- /* @__PURE__ */ jsx651("label", { className: "k-checkbox-label", children: "Specify Time Zone" })
16556
+ var scheduler_editing_weekly_default = () => /* @__PURE__ */ jsxs352(Fragment142, { children: [
16557
+ /* @__PURE__ */ jsx668("style", { children: style }),
16558
+ /* @__PURE__ */ jsx668("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: /* @__PURE__ */ jsx668("section", { children: /* @__PURE__ */ jsx668(WindowNormal, { title: "Edit event", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs352(Fragment142, { children: [
16559
+ /* @__PURE__ */ jsx668(Button, { themeColor: "primary", icon: "save", children: "Save" }),
16560
+ /* @__PURE__ */ jsx668(Button, { icon: "cancel", children: "Cancel" }),
16561
+ /* @__PURE__ */ jsx668("span", { className: "k-spacer" }),
16562
+ /* @__PURE__ */ jsx668(Button, { fillMode: "flat", themeColor: "primary", icon: "trash", children: "Delete" })
16563
+ ] }), children: /* @__PURE__ */ jsxs352(FormNormal, { formButtons: null, tag: "div", className: "k-scheduler-edit-form", children: [
16564
+ /* @__PURE__ */ jsx668(FormField, { className: "k-form-field-error", label: "Title", error: "Error", editor: /* @__PURE__ */ jsx668(Textbox, { invalid: true, value: "Invalid" }) }),
16565
+ /* @__PURE__ */ jsx668(FormField, { label: "Start", editor: /* @__PURE__ */ jsx668(DateTimePicker, { placeholder: "dd/MM/yyyy hh:mm AM" }) }),
16566
+ /* @__PURE__ */ jsx668(FormField, { editor: /* @__PURE__ */ jsxs352(Fragment142, { children: [
16567
+ /* @__PURE__ */ jsx668(Checkbox, { checked: true }),
16568
+ /* @__PURE__ */ jsx668("label", { className: "k-checkbox-label", children: "Specify Time Zone" })
16083
16569
  ] }) }),
16084
- /* @__PURE__ */ jsx651(FormField, { label: "Start Time Zone", editor: /* @__PURE__ */ jsx651(Combobox, { placeholder: "Eastern European Summer Time (Sofia-Bulgaria)" }) }),
16085
- /* @__PURE__ */ jsx651(FormField, { label: "End", editor: /* @__PURE__ */ jsx651(DateTimePicker, { placeholder: "dd/MM/yyyy hh:mm AM" }) }),
16086
- /* @__PURE__ */ jsx651(FormField, { editor: /* @__PURE__ */ jsxs341(Fragment133, { children: [
16087
- /* @__PURE__ */ jsx651(Checkbox, { checked: true }),
16088
- /* @__PURE__ */ jsx651("label", { className: "k-checkbox-label", children: "End in different Time Zone" })
16570
+ /* @__PURE__ */ jsx668(FormField, { label: "Start Time Zone", editor: /* @__PURE__ */ jsx668(Combobox, { placeholder: "Eastern European Summer Time (Sofia-Bulgaria)" }) }),
16571
+ /* @__PURE__ */ jsx668(FormField, { label: "End", editor: /* @__PURE__ */ jsx668(DateTimePicker, { placeholder: "dd/MM/yyyy hh:mm AM" }) }),
16572
+ /* @__PURE__ */ jsx668(FormField, { editor: /* @__PURE__ */ jsxs352(Fragment142, { children: [
16573
+ /* @__PURE__ */ jsx668(Checkbox, { checked: true }),
16574
+ /* @__PURE__ */ jsx668("label", { className: "k-checkbox-label", children: "End in different Time Zone" })
16089
16575
  ] }) }),
16090
- /* @__PURE__ */ jsx651(FormField, { label: "End Time Zone", editor: /* @__PURE__ */ jsx651(Combobox, { placeholder: "Select Time Zone, Country, City" }) }),
16091
- /* @__PURE__ */ jsx651(FormField, { editor: /* @__PURE__ */ jsxs341(Fragment133, { children: [
16092
- /* @__PURE__ */ jsx651(Checkbox, {}),
16093
- /* @__PURE__ */ jsx651("label", { className: "k-checkbox-label", children: "All Day Event" })
16576
+ /* @__PURE__ */ jsx668(FormField, { label: "End Time Zone", editor: /* @__PURE__ */ jsx668(Combobox, { placeholder: "Select Time Zone, Country, City" }) }),
16577
+ /* @__PURE__ */ jsx668(FormField, { editor: /* @__PURE__ */ jsxs352(Fragment142, { children: [
16578
+ /* @__PURE__ */ jsx668(Checkbox, {}),
16579
+ /* @__PURE__ */ jsx668("label", { className: "k-checkbox-label", children: "All Day Event" })
16094
16580
  ] }) }),
16095
- /* @__PURE__ */ jsx651(FormField, { label: "Repeat", editor: /* @__PURE__ */ jsxs341("div", { className: "k-recurrence-editor", children: [
16096
- /* @__PURE__ */ jsxs341(ButtonGroup, { stretched: true, className: "k-scheduler-recurrence-repeat", children: [
16097
- /* @__PURE__ */ jsx651(Button, { children: "Never" }),
16098
- /* @__PURE__ */ jsx651(Button, { children: "Daily" }),
16099
- /* @__PURE__ */ jsx651(Button, { selected: true, children: "Weekly" }),
16100
- /* @__PURE__ */ jsx651(Button, { children: "Monthly" }),
16101
- /* @__PURE__ */ jsx651(Button, { children: "Yearly" })
16581
+ /* @__PURE__ */ jsx668(FormField, { label: "Repeat", editor: /* @__PURE__ */ jsxs352("div", { className: "k-recurrence-editor", children: [
16582
+ /* @__PURE__ */ jsxs352(ButtonGroup, { stretched: true, className: "k-scheduler-recurrence-repeat", children: [
16583
+ /* @__PURE__ */ jsx668(Button, { children: "Never" }),
16584
+ /* @__PURE__ */ jsx668(Button, { children: "Daily" }),
16585
+ /* @__PURE__ */ jsx668(Button, { selected: true, children: "Weekly" }),
16586
+ /* @__PURE__ */ jsx668(Button, { children: "Monthly" }),
16587
+ /* @__PURE__ */ jsx668(Button, { children: "Yearly" })
16102
16588
  ] }),
16103
- /* @__PURE__ */ jsxs341("div", { className: "k-recur-view", children: [
16104
- /* @__PURE__ */ jsxs341("div", { className: "k-scheduler-recurrence-interval-editor", children: [
16105
- /* @__PURE__ */ jsx651(FormField, { label: "Repeat every:", editor: /* @__PURE__ */ jsxs341(Fragment133, { children: [
16106
- /* @__PURE__ */ jsx651(NumericTextbox, { className: "k-recur-interval" }),
16107
- /* @__PURE__ */ jsx651("span", { children: " weeks(s)" })
16589
+ /* @__PURE__ */ jsxs352("div", { className: "k-recur-view", children: [
16590
+ /* @__PURE__ */ jsxs352("div", { className: "k-scheduler-recurrence-interval-editor", children: [
16591
+ /* @__PURE__ */ jsx668(FormField, { label: "Repeat every:", editor: /* @__PURE__ */ jsxs352(Fragment142, { children: [
16592
+ /* @__PURE__ */ jsx668(NumericTextbox, { className: "k-recur-interval" }),
16593
+ /* @__PURE__ */ jsx668("span", { children: " weeks(s)" })
16108
16594
  ] }) }),
16109
- /* @__PURE__ */ jsx651(FormField, { label: "Repeat on:", editor: /* @__PURE__ */ jsxs341(ButtonGroup, { stretched: true, children: [
16110
- /* @__PURE__ */ jsx651(Button, { children: "Sun" }),
16111
- /* @__PURE__ */ jsx651(Button, { selected: true, children: "Mon" }),
16112
- /* @__PURE__ */ jsx651(Button, { children: "Tue" }),
16113
- /* @__PURE__ */ jsx651(Button, { children: "Wed" }),
16114
- /* @__PURE__ */ jsx651(Button, { children: "Thu" }),
16115
- /* @__PURE__ */ jsx651(Button, { children: "Fri" }),
16116
- /* @__PURE__ */ jsx651(Button, { children: "Sat" })
16595
+ /* @__PURE__ */ jsx668(FormField, { label: "Repeat on:", editor: /* @__PURE__ */ jsxs352(ButtonGroup, { stretched: true, children: [
16596
+ /* @__PURE__ */ jsx668(Button, { children: "Sun" }),
16597
+ /* @__PURE__ */ jsx668(Button, { selected: true, children: "Mon" }),
16598
+ /* @__PURE__ */ jsx668(Button, { children: "Tue" }),
16599
+ /* @__PURE__ */ jsx668(Button, { children: "Wed" }),
16600
+ /* @__PURE__ */ jsx668(Button, { children: "Thu" }),
16601
+ /* @__PURE__ */ jsx668(Button, { children: "Fri" }),
16602
+ /* @__PURE__ */ jsx668(Button, { children: "Sat" })
16117
16603
  ] }) })
16118
16604
  ] }),
16119
- /* @__PURE__ */ jsx651("div", { className: "k-scheduler-recurrence-end-rule-editor", children: /* @__PURE__ */ jsx651(FormField, { label: "End", editor: /* @__PURE__ */ jsxs341(RadioGroup, { children: [
16120
- /* @__PURE__ */ jsx651(RadioItem, { children: /* @__PURE__ */ jsx651(RadioButtonWithLabelAfter, { id: "k-endrule-never", children: "Never" }) }),
16121
- /* @__PURE__ */ jsxs341(RadioItem, { children: [
16122
- /* @__PURE__ */ jsx651(RadioButtonWithLabelAfter, { id: "k-endrule-count", children: "After" }),
16123
- /* @__PURE__ */ jsx651(NumericTextbox, { className: "k-recur-count" }),
16124
- /* @__PURE__ */ jsx651("span", { children: "occurrence(s)" })
16605
+ /* @__PURE__ */ jsx668("div", { className: "k-scheduler-recurrence-end-rule-editor", children: /* @__PURE__ */ jsx668(FormField, { label: "End", editor: /* @__PURE__ */ jsxs352(RadioGroup, { children: [
16606
+ /* @__PURE__ */ jsx668(RadioItem, { children: /* @__PURE__ */ jsx668(RadioButtonWithLabelAfter, { id: "k-endrule-never", children: "Never" }) }),
16607
+ /* @__PURE__ */ jsxs352(RadioItem, { children: [
16608
+ /* @__PURE__ */ jsx668(RadioButtonWithLabelAfter, { id: "k-endrule-count", children: "After" }),
16609
+ /* @__PURE__ */ jsx668(NumericTextbox, { className: "k-recur-count" }),
16610
+ /* @__PURE__ */ jsx668("span", { children: "occurrence(s)" })
16125
16611
  ] }),
16126
- /* @__PURE__ */ jsxs341(RadioItem, { children: [
16127
- /* @__PURE__ */ jsx651(RadioButtonWithLabelAfter, { id: "k-endrule-until", children: "On" }),
16128
- /* @__PURE__ */ jsx651(DatePicker, { className: "k-recur-until", disabled: true })
16612
+ /* @__PURE__ */ jsxs352(RadioItem, { children: [
16613
+ /* @__PURE__ */ jsx668(RadioButtonWithLabelAfter, { id: "k-endrule-until", children: "On" }),
16614
+ /* @__PURE__ */ jsx668(DatePicker, { className: "k-recur-until", disabled: true })
16129
16615
  ] })
16130
16616
  ] }) }) })
16131
16617
  ] })
16132
16618
  ] }) }),
16133
- /* @__PURE__ */ jsx651(FormField, { label: "Description", editor: /* @__PURE__ */ jsx651(Textarea, {}) }),
16134
- /* @__PURE__ */ jsx651(FormField, { label: "Owner", editor: /* @__PURE__ */ jsx651(Combobox, { placeholder: "Select owner" }) }),
16135
- /* @__PURE__ */ jsx651(FormField, { label: "Atendee", optional: true, editor: /* @__PURE__ */ jsx651(MultiSelect, { placeholder: "Invite people" }) })
16619
+ /* @__PURE__ */ jsx668(FormField, { label: "Description", editor: /* @__PURE__ */ jsx668(Textarea, {}) }),
16620
+ /* @__PURE__ */ jsx668(FormField, { label: "Owner", editor: /* @__PURE__ */ jsx668(Combobox, { placeholder: "Select owner" }) }),
16621
+ /* @__PURE__ */ jsx668(FormField, { label: "Atendee", optional: true, editor: /* @__PURE__ */ jsx668(MultiSelect, { placeholder: "Invite people" }) })
16136
16622
  ] }) }) }) })
16137
16623
  ] });
16138
16624
  export {