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

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