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