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