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