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

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