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