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