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