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