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