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