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