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