cosey 0.5.0 → 0.5.1
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/components/audio-card/audio-card.api.d.ts +44 -0
- package/components/audio-card/audio-card.api.js +13 -0
- package/components/audio-card/audio-card.d.ts +78 -14
- package/components/audio-card/audio-card.js +55 -7
- package/components/{stack-dialog/style/index.d.ts → audio-card/audio-card.style.d.ts} +1 -1
- package/components/audio-card/{style/index.js → audio-card.style.js} +3 -6
- package/components/audio-card/index.d.ts +120 -21
- package/components/audio-card/index.js +2 -2
- package/components/audio-viewer/audio-viewer.api.d.ts +28 -0
- package/components/audio-viewer/audio-viewer.api.js +11 -0
- package/components/audio-viewer/audio-viewer.d.ts +43 -11
- package/components/audio-viewer/audio-viewer.js +88 -5
- package/components/{transition/style/index.d.ts → audio-viewer/audio-viewer.style.d.ts} +1 -1
- package/components/audio-viewer/{style/index.js → audio-viewer.style.js} +2 -5
- package/components/audio-viewer/index.d.ts +67 -12
- package/components/audio-viewer/index.js +1 -2
- package/components/card/card.api.d.ts +11 -0
- package/components/card/card.api.js +7 -0
- package/components/card/card.d.ts +6 -11
- package/components/card/card.js +27 -0
- package/components/card/card.style.d.ts +4 -0
- package/components/card/{style/index.js → card.style.js} +2 -2
- package/components/card/index.d.ts +14 -22
- package/components/card/index.js +2 -1
- package/components/close/close.api.d.ts +3 -0
- package/components/close/close.api.js +5 -0
- package/components/close/close.d.ts +6 -2
- package/components/close/close.js +26 -0
- package/components/close/close.style.d.ts +4 -0
- package/components/close/{style/index.js → close.style.js} +2 -5
- package/components/close/index.d.ts +14 -4
- package/components/close/index.js +2 -1
- package/components/col/col.api.d.ts +54 -0
- package/components/col/col.api.js +45 -0
- package/components/col/col.d.ts +87 -28
- package/components/col/col.js +74 -9
- package/components/col/col.style.d.ts +8 -0
- package/components/col/{style/index.js → col.style.js} +3 -6
- package/components/col/index.d.ts +132 -11
- package/components/col/index.js +2 -2
- package/components/config-provider/config-provider.api.d.ts +32 -0
- package/components/config-provider/config-provider.api.js +43 -0
- package/components/config-provider/config-provider.d.ts +28 -23
- package/components/config-provider/config-provider.js +55 -27
- package/components/config-provider/index.d.ts +42 -7
- package/components/config-provider/index.js +2 -2
- package/components/container/container.api.d.ts +14 -0
- package/components/container/container.api.js +9 -0
- package/components/container/container.d.ts +12 -10
- package/components/container/container.js +33 -2
- package/components/container/container.style.d.ts +4 -0
- package/components/container/container.style.js +12 -0
- package/components/container/index.d.ts +22 -6
- package/components/container/index.js +2 -2
- package/components/context-menu/content.api.d.ts +22 -0
- package/components/context-menu/content.api.js +22 -0
- package/components/context-menu/content.d.ts +55 -8
- package/components/context-menu/content.js +44 -0
- package/components/context-menu/context-menu-item.api.d.ts +25 -0
- package/components/context-menu/context-menu-item.api.js +21 -0
- package/components/context-menu/context-menu-item.d.ts +37 -15
- package/components/context-menu/context-menu-item.js +66 -0
- package/components/context-menu/context-menu.api.d.ts +35 -0
- package/components/context-menu/context-menu.api.js +14 -0
- package/components/context-menu/context-menu.d.ts +20 -30
- package/components/context-menu/context-menu.js +151 -2
- package/components/context-menu/context-menu.style.d.ts +8 -0
- package/components/context-menu/{style/index.js → context-menu.style.js} +3 -6
- package/components/context-menu/context-sub-menu.api.d.ts +20 -0
- package/components/context-menu/context-sub-menu.api.js +17 -0
- package/components/context-menu/context-sub-menu.d.ts +31 -13
- package/components/context-menu/context-sub-menu.js +199 -0
- package/components/context-menu/divider.d.ts +2 -0
- package/components/context-menu/divider.js +17 -0
- package/components/context-menu/index.d.ts +145 -43
- package/components/context-menu/index.js +6 -4
- package/components/context-menu/useItemProvide.js +1 -1
- package/components/copy/copy.api.d.ts +14 -0
- package/components/copy/copy.api.js +11 -0
- package/components/copy/copy.d.ts +16 -11
- package/components/copy/copy.js +42 -0
- package/components/copy/copy.style.d.ts +4 -0
- package/components/copy/{style/index.js → copy.style.js} +2 -5
- package/components/copy/index.d.ts +25 -6
- package/components/copy/index.js +2 -1
- package/components/dnd-sort/dnd-sort-item.api.d.ts +13 -0
- package/components/dnd-sort/dnd-sort-item.api.js +9 -0
- package/components/dnd-sort/dnd-sort-item.d.ts +12 -7
- package/components/dnd-sort/dnd-sort-item.js +48 -0
- package/components/dnd-sort/dnd-sort.api.d.ts +33 -0
- package/components/dnd-sort/dnd-sort.api.js +17 -0
- package/components/dnd-sort/dnd-sort.d.ts +26 -25
- package/components/dnd-sort/dnd-sort.js +30 -2
- package/components/dnd-sort/dnd-sort.style.d.ts +4 -0
- package/components/dnd-sort/{style/index.js → dnd-sort.style.js} +2 -5
- package/components/dnd-sort/index.d.ts +69 -19
- package/components/dnd-sort/index.js +4 -3
- package/components/dnd-sort/useDndSort.js +1 -1
- package/components/dnd-sort/useDndSortItem.js +1 -1
- package/components/editor/components/button-group.vue.js +1 -1
- package/components/editor/components/button.vue.js +1 -1
- package/components/editor/components/color-picker/color-picker.style.js +1 -1
- package/components/editor/components/color-picker/color-picker.vue.js +1 -1
- package/components/editor/components/list/list.style.js +1 -1
- package/components/editor/components/list/list.vue.js +1 -1
- package/components/editor/components/picker/picker.style.js +1 -1
- package/components/editor/components/picker/picker.vue.js +1 -1
- package/components/editor/components/resize/resize.style.js +1 -1
- package/components/editor/components/resize/resize.vue.js +1 -1
- package/components/editor/components/select-button.vue.js +1 -1
- package/components/editor/components/select.vue.d.ts +2 -2
- package/components/editor/components/split-button.vue.js +1 -1
- package/components/editor/components/table-toolbar/table-toolbar.style.js +1 -1
- package/components/editor/components/table-toolbar/table-toolbar.vue.js +1 -1
- package/components/editor/components/toolbar/formats/background.vue.js +1 -1
- package/components/editor/components/toolbar/formats/color.vue.js +1 -1
- package/components/editor/components/toolbar/formats/table.style.js +1 -1
- package/components/editor/components/toolbar/formats/table.vue.js +1 -1
- package/components/editor/components/toolbar/toolbar.vue.js +1 -1
- package/components/editor/editor.api.d.ts +29 -0
- package/components/editor/editor.api.js +29 -0
- package/components/editor/editor.d.ts +50 -15
- package/components/editor/editor.js +109 -4
- package/components/editor/editor.style.d.ts +5 -0
- package/components/editor/{style/index.js → editor.style.js} +89 -5
- package/components/editor/index.d.ts +78 -15
- package/components/editor/index.js +3 -3
- package/components/field/components/cascader/cascader.vue.js +1 -1
- package/components/field/components/checkbox/checkbox.vue.js +1 -1
- package/components/field/components/checkbox-group/checkbox-group.vue.js +1 -1
- package/components/field/components/checkbox-group/panel.vue.js +1 -1
- package/components/field/components/color/color.vue.js +1 -1
- package/components/field/components/common.d.ts +7 -3
- package/components/field/components/common.js +6 -0
- package/components/field/components/date/date.vue.js +1 -1
- package/components/field/components/date-range/date-range.vue.js +1 -1
- package/components/field/components/date-time/date-time.vue.js +1 -1
- package/components/field/components/date-time-range/date-time-range.vue.js +1 -1
- package/components/field/components/dates/dates.vue.js +1 -1
- package/components/field/components/input/input.vue.js +1 -1
- package/components/field/components/input-tag/input-tag.vue.js +1 -1
- package/components/field/components/mention/mention.vue.js +1 -1
- package/components/field/components/month/month.vue.js +1 -1
- package/components/field/components/month-range/month-range.vue.js +1 -1
- package/components/field/components/months/months.vue.js +1 -1
- package/components/field/components/number/number.vue.js +1 -1
- package/components/field/components/number-range/number-range.vue.js +1 -1
- package/components/field/components/password/password.vue.js +1 -1
- package/components/field/components/radio-group/radio-group.vue.js +1 -1
- package/components/field/components/rate/rate.vue.js +1 -1
- package/components/field/components/remote-select/remote-select.api.d.ts +35 -0
- package/components/field/components/remote-select/remote-select.api.js +19 -0
- package/components/field/components/remote-select/remote-select.d.ts +57 -15
- package/components/field/components/remote-select/remote-select.js +34 -0
- package/components/field/components/segmented/segmented.vue.js +1 -1
- package/components/field/components/select/select.vue.js +1 -1
- package/components/field/components/select-v2/select-v2.vue.js +1 -1
- package/components/field/components/slider/slider.vue.js +1 -1
- package/components/field/components/switch/switch.vue.js +1 -1
- package/components/field/components/textarea/textarea.vue.js +1 -1
- package/components/field/components/time/time.vue.js +1 -1
- package/components/field/components/time-range/time-range.vue.js +1 -1
- package/components/field/components/time-select/time-select.vue.js +1 -1
- package/components/field/components/transfer/transfer.vue.js +1 -1
- package/components/field/components/tree-select/tree-select.vue.js +1 -1
- package/components/field/components/upload/upload.vue.js +1 -1
- package/components/field/components/week/week.vue.js +1 -1
- package/components/field/components/year/year.vue.js +1 -1
- package/components/field/components/year-range/year-range.vue.js +1 -1
- package/components/field/components/years/years.vue.js +1 -1
- package/components/field/field.api.d.ts +204 -0
- package/components/field/field.api.js +101 -0
- package/components/field/field.d.ts +14 -130
- package/components/field/field.js +24 -82
- package/components/field/index.d.ts +14 -20
- package/components/field/index.js +2 -2
- package/components/file-card/file-card.api.d.ts +27 -0
- package/components/file-card/file-card.api.js +8 -0
- package/components/file-card/file-card.d.ts +44 -9
- package/components/file-card/file-card.js +29 -5
- package/components/file-card/file-card.style.d.ts +4 -0
- package/components/file-card/{style/index.js → file-card.style.js} +3 -6
- package/components/file-card/index.d.ts +69 -11
- package/components/file-card/index.js +2 -2
- package/components/form/{form-item.d.ts → form-item.api.d.ts} +67 -43
- package/components/form/{form-item.js → form-item.api.js} +34 -10
- package/components/form/form-item.vue.d.ts +1 -1
- package/components/form/form-item.vue.js +42 -42
- package/components/form/form.api.d.ts +173 -0
- package/components/form/form.api.js +66 -0
- package/components/form/form.d.ts +161 -67
- package/components/form/form.js +90 -59
- package/components/form/form.style.d.ts +4 -0
- package/components/form/{style/index.js → form.style.js} +2 -2
- package/components/form/index.d.ts +21 -50
- package/components/form/index.js +3 -3
- package/components/form/useBubbleTemplate.js +2 -2
- package/components/form/useFormItemWidth.d.ts +2 -2
- package/components/form/useFormItemWidth.js +1 -1
- package/components/form/useFormTemplate.d.ts +1 -1
- package/components/form/useFormTemplate.js +1 -1
- package/components/form-dialog/form-dialog.vue.js +1 -1
- package/components/form-drawer/form-drawer.vue.d.ts +5 -5
- package/components/form-drawer/form-drawer.vue.js +1 -1
- package/components/form-drawer/index.d.ts +14 -14
- package/components/form-group/form-group.vue.js +2 -2
- package/components/form-group/style/index.js +1 -1
- package/components/form-list/form-list.api.d.ts +181 -0
- package/components/form-list/form-list.api.js +35 -0
- package/components/form-list/form-list.style.d.ts +4 -0
- package/components/form-list/{style/index.js → form-list.style.js} +2 -5
- package/components/form-list/form-list.vue.d.ts +4 -4
- package/components/form-list/form-list.vue.js +21 -117
- package/components/form-list/index.d.ts +15 -15
- package/components/form-list/index.js +1 -1
- package/components/form-query/form-query.api.d.ts +162 -0
- package/components/form-query/form-query.api.js +38 -0
- package/components/form-query/form-query.d.ts +195 -41
- package/components/form-query/form-query.js +137 -29
- package/components/form-query/form-query.style.d.ts +4 -0
- package/components/form-query/{style/index.js → form-query.style.js} +2 -5
- package/components/form-query/index.d.ts +52 -45
- package/components/form-query/index.js +2 -2
- package/components/highlight/highlight.vue.js +4 -4
- package/components/highlight/style/index.d.ts +0 -5
- package/components/highlight/style/index.js +2 -5
- package/components/horizontal-tree/horizontal-tree.vue.js +2 -2
- package/components/horizontal-tree/style/index.js +1 -1
- package/components/icon/icon.vue.js +2 -2
- package/components/icon/style/index.d.ts +0 -5
- package/components/icon/style/index.js +2 -5
- package/components/iconify-icon/iconify-icon.vue.js +1 -1
- package/components/image-card/image-card.d.ts +7 -7
- package/components/image-card/image-card.js +1 -1
- package/components/image-card/image-card.style.d.ts +4 -0
- package/components/image-card/image-card.style.js +13 -0
- package/components/image-card/image-card.vue.d.ts +16 -16
- package/components/image-card/image-card.vue.js +3 -3
- package/components/image-card/index.d.ts +29 -29
- package/components/index.js +29 -21
- package/components/input-number-range/index.d.ts +5 -5
- package/components/input-number-range/input-number-range.vue.d.ts +2 -2
- package/components/input-number-range/input-number-range.vue.js +2 -2
- package/components/input-number-range/style/index.js +2 -2
- package/components/long-text/long-text.vue.js +2 -2
- package/components/long-text/style/index.d.ts +0 -5
- package/components/long-text/style/index.js +2 -5
- package/components/mask/index.d.ts +14 -4
- package/components/mask/index.js +2 -1
- package/components/mask/mask.api.d.ts +3 -0
- package/components/mask/mask.api.js +5 -0
- package/components/mask/mask.d.ts +6 -2
- package/components/mask/mask.js +23 -0
- package/components/mask/mask.style.d.ts +4 -0
- package/components/mask/{style/index.js → mask.style.js} +2 -5
- package/components/media-card/index.d.ts +70 -12
- package/components/media-card/index.js +2 -2
- package/components/media-card/media-card.api.d.ts +52 -0
- package/components/media-card/media-card.api.js +27 -0
- package/components/media-card/media-card.d.ts +29 -26
- package/components/media-card/media-card.js +56 -24
- package/components/media-card/{style/index.d.ts → media-card.style.d.ts} +3 -3
- package/components/media-card/{style/index.js → media-card.style.js} +1 -1
- package/components/media-card-group/media-card-group.d.ts +1 -1
- package/components/media-card-group/media-card-group.vue.js +7 -6
- package/components/media-card-group/style/index.js +1 -1
- package/components/media-viewer/index.d.ts +74 -13
- package/components/media-viewer/index.js +2 -2
- package/components/media-viewer/media-viewer.api.d.ts +50 -0
- package/components/media-viewer/media-viewer.api.js +27 -0
- package/components/media-viewer/media-viewer.d.ts +45 -22
- package/components/media-viewer/media-viewer.js +13 -7
- package/components/number-format/index.d.ts +3 -3
- package/components/number-format/number-format.vue.d.ts +1 -1
- package/components/number-format/number-format.vue.js +1 -1
- package/components/only-child/index.d.ts +15 -5
- package/components/only-child/index.js +1 -1
- package/components/only-child/only-child.d.ts +9 -0
- package/components/only-child/{only-child.vue.js → only-child.js} +4 -2
- package/components/optional-wrapper/index.d.ts +61 -9
- package/components/optional-wrapper/index.js +1 -1
- package/components/optional-wrapper/optional-wrapper.api.d.ts +17 -0
- package/components/optional-wrapper/optional-wrapper.api.js +14 -0
- package/components/optional-wrapper/optional-wrapper.d.ts +28 -8
- package/components/optional-wrapper/optional-wrapper.js +28 -0
- package/components/panel/panel.vue.js +2 -2
- package/components/panel/style/index.d.ts +0 -5
- package/components/panel/style/index.js +2 -5
- package/components/remote-select/index.d.ts +75 -51
- package/components/remote-select/index.js +2 -2
- package/components/remote-select/remote-select.api.d.ts +273 -0
- package/components/remote-select/remote-select.api.js +37 -0
- package/components/remote-select/remote-select.d.ts +337 -63
- package/components/remote-select/remote-select.js +184 -34
- package/components/remote-select/remote-select.style.d.ts +4 -0
- package/components/remote-select/{style/index.js → remote-select.style.js} +2 -2
- package/components/row/row.vue.js +2 -2
- package/components/row/style/index.d.ts +0 -5
- package/components/row/style/index.js +2 -5
- package/components/scroll-view/scroll-view.vue.js +2 -2
- package/components/scroll-view/style/index.d.ts +0 -5
- package/components/scroll-view/style/index.js +2 -5
- package/components/snug-menu/index.d.ts +5 -5
- package/components/snug-menu/snug-menu-item.vue.js +2 -2
- package/components/snug-menu/snug-menu.vue.d.ts +2 -2
- package/components/snug-menu/snug-menu.vue.js +2 -2
- package/components/snug-menu/style/index.d.ts +0 -5
- package/components/snug-menu/style/index.js +2 -5
- package/components/stack-dialog/stack-dialog.style.d.ts +4 -0
- package/components/stack-dialog/{style/index.js → stack-dialog.style.js} +2 -2
- package/components/stack-dialog/stack-dialog.vue.js +3 -3
- package/components/svg-icon/svg-icon.vue.js +1 -1
- package/components/table/index.d.ts +32 -32
- package/components/table/table-column/{style/index.js → table-column.style.js} +2 -5
- package/components/table/table-column/table-column.vue.d.ts +7 -7
- package/components/table/table-column/table-column.vue.js +2 -2
- package/components/table/table-column-editor/item.vue.js +1 -1
- package/components/table/table-column-editor/list.vue.js +1 -1
- package/components/table/table-column-editor/{style/index.js → table-column-editor.style.js} +3 -6
- package/components/table/table-column-editor/table-column-editor.vue.js +3 -3
- package/components/table/table-export/item.vue.js +1 -1
- package/components/table/table-export/list.vue.js +1 -1
- package/components/table/table-export/style/index.d.ts +0 -5
- package/components/table/table-export/style/index.js +2 -5
- package/components/table/table-export/table-export.vue.d.ts +5 -5
- package/components/table/table-export/table-export.vue.js +2 -2
- package/components/table/table-query/table-query.d.ts +2 -2
- package/components/table/table-query/table-query.js +2 -2
- package/components/table/table-query/table-query.vue.d.ts +20 -8
- package/components/table/table-query/table-query.vue.js +1 -2
- package/components/table/table-stats/table-stats.style.js +1 -1
- package/components/table/table-stats/table-stats.vue.js +1 -1
- package/components/table/table.d.ts +7 -7
- package/components/table/table.style.d.ts +0 -6
- package/components/table/table.style.js +3 -10
- package/components/table/table.vue.d.ts +17 -17
- package/components/table/table.vue.js +2 -2
- package/components/table-action/index.d.ts +23 -572
- package/components/table-action/index.js +2 -2
- package/components/table-action/item.api.d.ts +98 -0
- package/components/table-action/item.api.js +35 -0
- package/components/table-action/item.d.ts +126 -16
- package/components/table-action/item.js +88 -32
- package/components/table-action/table-action.api.d.ts +9 -0
- package/components/table-action/table-action.api.js +8 -0
- package/components/table-action/table-action.d.ts +15 -7
- package/components/table-action/table-action.js +36 -4
- package/components/table-action/table-action.style.d.ts +4 -0
- package/components/table-action/{style/index.js → table-action.style.js} +2 -5
- package/components/theme/getGlobalStyleHook.js +1 -1
- package/components/theme/getOverrideStyleHook.js +1 -1
- package/components/theme/getSimpleStyleHook.js +1 -1
- package/components/theme/getStyleHook.js +1 -1
- package/components/theme/interface/components.d.ts +1 -60
- package/components/theme/util/useToken.js +1 -1
- package/components/toggle/index.d.ts +29 -13
- package/components/toggle/index.js +2 -1
- package/components/toggle/toggle.api.d.ts +15 -0
- package/components/toggle/toggle.api.js +13 -0
- package/components/toggle/toggle.d.ts +16 -9
- package/components/toggle/toggle.js +43 -0
- package/components/transition/index.d.ts +165 -11
- package/components/transition/index.js +2 -1
- package/components/transition/transition.api.d.ts +58 -0
- package/components/transition/transition.api.js +52 -0
- package/components/transition/transition.d.ts +108 -7
- package/components/transition/transition.js +38 -0
- package/components/transition/transition.style.d.ts +4 -0
- package/components/transition/{style/index.js → transition.style.js} +2 -2
- package/components/transition-group/index.d.ts +189 -11
- package/components/transition-group/index.js +2 -1
- package/components/transition-group/transition-group.api.d.ts +65 -0
- package/components/transition-group/transition-group.api.js +19 -0
- package/components/transition-group/transition-group.d.ts +123 -7
- package/components/transition-group/transition-group.js +50 -0
- package/components/transition-group/transition-group.style.d.ts +4 -0
- package/components/transition-group/{style/index.js → transition-group.style.js} +2 -5
- package/components/upload/index.d.ts +165 -20
- package/components/upload/index.js +2 -2
- package/components/upload/upload-item.d.ts +37 -0
- package/components/upload/upload-item.js +110 -0
- package/components/upload/upload.api.d.ts +93 -0
- package/components/upload/upload.api.js +71 -0
- package/components/upload/upload.d.ts +106 -53
- package/components/upload/upload.js +211 -7
- package/components/upload/upload.style.d.ts +4 -0
- package/components/upload/{style/index.js → upload.style.js} +3 -6
- package/components/utils.js +1 -1
- package/components/video-card/index.d.ts +120 -21
- package/components/video-card/index.js +2 -2
- package/components/video-card/video-card.api.d.ts +44 -0
- package/components/video-card/video-card.api.js +13 -0
- package/components/video-card/video-card.d.ts +78 -14
- package/components/video-card/video-card.js +58 -7
- package/components/video-card/video-card.style.d.ts +4 -0
- package/components/video-card/{style/index.js → video-card.style.js} +3 -6
- package/components/video-viewer/index.d.ts +67 -12
- package/components/video-viewer/index.js +1 -2
- package/components/video-viewer/video-viewer.api.d.ts +28 -0
- package/components/video-viewer/video-viewer.api.js +11 -0
- package/components/video-viewer/video-viewer.d.ts +43 -11
- package/components/video-viewer/video-viewer.js +89 -5
- package/components/video-viewer/video-viewer.style.d.ts +4 -0
- package/components/video-viewer/{style/index.js → video-viewer.style.js} +2 -5
- package/config/root-config-provider.api.d.ts +20 -0
- package/config/root-config-provider.api.js +21 -0
- package/config/root-config-provider.d.ts +30 -7
- package/config/root-config-provider.js +56 -14
- package/index.d.ts +2 -2
- package/index.js +2 -2
- package/layout/layout-aside/layout-aside.vue.js +2 -2
- package/layout/layout-aside/style/index.js +1 -1
- package/layout/layout-auth/layout-auth.vue.js +2 -2
- package/layout/layout-auth/style/index.js +1 -1
- package/layout/layout-base/layout-base.vue.js +2 -2
- package/layout/layout-base/style/index.js +1 -1
- package/layout/layout-brand/layout-brand.vue.js +2 -2
- package/layout/layout-brand/style/index.js +1 -1
- package/layout/layout-breadcrumb/layout-breadcrumb.vue.js +1 -1
- package/layout/layout-change-password/layout-change-password.vue.js +1 -1
- package/layout/layout-change-password/style/index.js +1 -1
- package/layout/layout-color-scheme/layout-color-scheme.vue.js +2 -2
- package/layout/layout-color-scheme/style/index.js +1 -1
- package/layout/layout-content/layout-content.vue.js +2 -2
- package/layout/layout-content/style/index.js +1 -1
- package/layout/layout-empty/layout-empty.vue.js +1 -1
- package/layout/layout-exception/layout-exception.vue.js +2 -2
- package/layout/layout-exception/style/index.js +1 -1
- package/layout/layout-forbidden/layout-forbidden.vue.js +1 -1
- package/layout/layout-header/layout-header.vue.js +2 -2
- package/layout/layout-header/style/index.js +1 -1
- package/layout/layout-iframe/item.vue.js +2 -2
- package/layout/layout-iframe/layout-iframe.vue.js +1 -1
- package/layout/layout-iframe/style/index.js +1 -1
- package/layout/layout-internal-server-error/layout-internal-server-error.vue.js +1 -1
- package/layout/layout-login/layout-login.vue.js +1 -1
- package/layout/layout-login/style/index.js +1 -1
- package/layout/layout-main/layout-main.vue.js +2 -2
- package/layout/layout-main/style/index.js +1 -1
- package/layout/layout-mask/layout-mask.vue.js +2 -2
- package/layout/layout-mask/style/index.js +1 -1
- package/layout/layout-menu/layout-menu.vue.js +2 -2
- package/layout/layout-menu/style/index.js +1 -1
- package/layout/layout-not-found/layout-not-found.vue.js +1 -1
- package/layout/layout-search/layout-search.vue.js +4 -4
- package/layout/layout-search/style/index.js +1 -1
- package/layout/layout-sidebar/layout-sidebar.vue.js +2 -2
- package/layout/layout-sidebar/style/index.js +1 -1
- package/layout/layout-snug-aside/layout-snug-aside.vue.js +2 -2
- package/layout/layout-snug-aside/style/index.js +1 -1
- package/layout/layout-snug-menu/layout-snug-menu.vue.js +1 -1
- package/layout/layout-switch-effect/layout-switch-effect.vue.js +2 -2
- package/layout/layout-switch-effect/style/index.js +1 -1
- package/layout/layout-tabbar/layout-tabbar.vue.js +2 -2
- package/layout/layout-tabbar/reload.vue.js +2 -2
- package/layout/layout-tabbar/style/index.js +1 -1
- package/layout/layout-toggle/layout-toggle.vue.js +1 -1
- package/layout/layout-top-snug-menu/layout-top-snug-menu.vue.js +1 -1
- package/layout/layout-topbar/layout-topbar.vue.js +2 -2
- package/layout/layout-topbar/style/index.js +1 -1
- package/layout/layout-user-menu/layout-user-menu.vue.js +2 -2
- package/layout/layout-user-menu/style/index.js +1 -1
- package/package.json +3 -3
- package/components/audio-card/audio-card.vue.d.ts +0 -14
- package/components/audio-card/audio-card.vue.js +0 -106
- package/components/audio-card/style/index.d.ts +0 -9
- package/components/audio-viewer/audio-viewer.vue.d.ts +0 -16
- package/components/audio-viewer/audio-viewer.vue.js +0 -124
- package/components/audio-viewer/style/index.d.ts +0 -9
- package/components/card/card.vue.d.ts +0 -16
- package/components/card/card.vue.js +0 -31
- package/components/close/close.vue.d.ts +0 -3
- package/components/close/close.vue.js +0 -30
- package/components/close/style/index.d.ts +0 -9
- package/components/col/col.vue.d.ts +0 -16
- package/components/col/col.vue.js +0 -126
- package/components/col/style/index.d.ts +0 -12
- package/components/config-provider/config-provider.vue.d.ts +0 -13
- package/components/config-provider/config-provider.vue.js +0 -77
- package/components/container/container.vue.d.ts +0 -10
- package/components/container/container.vue.js +0 -41
- package/components/container/style/index.d.ts +0 -9
- package/components/container/style/index.js +0 -15
- package/components/context-menu/content.vue.d.ts +0 -3
- package/components/context-menu/content.vue.js +0 -69
- package/components/context-menu/context-menu-item.vue.d.ts +0 -14
- package/components/context-menu/context-menu-item.vue.js +0 -97
- package/components/context-menu/context-menu.vue.d.ts +0 -21
- package/components/context-menu/context-menu.vue.js +0 -165
- package/components/context-menu/context-sub-menu.vue.d.ts +0 -10
- package/components/context-menu/context-sub-menu.vue.js +0 -225
- package/components/context-menu/divider.vue.d.ts +0 -2
- package/components/context-menu/divider.vue.js +0 -19
- package/components/context-menu/style/index.d.ts +0 -11
- package/components/copy/copy.vue.d.ts +0 -10
- package/components/copy/copy.vue.js +0 -60
- package/components/copy/style/index.d.ts +0 -9
- package/components/dnd-sort/dnd-sort-item.vue.d.ts +0 -10
- package/components/dnd-sort/dnd-sort-item.vue.js +0 -61
- package/components/dnd-sort/dnd-sort.vue.d.ts +0 -14
- package/components/dnd-sort/dnd-sort.vue.js +0 -47
- package/components/dnd-sort/style/index.d.ts +0 -9
- package/components/editor/editor.vue.d.ts +0 -11
- package/components/editor/editor.vue.js +0 -144
- package/components/editor/style/button.d.ts +0 -4
- package/components/editor/style/button.js +0 -68
- package/components/editor/style/hljs.d.ts +0 -2
- package/components/editor/style/hljs.js +0 -8
- package/components/editor/style/index.d.ts +0 -11
- package/components/editor/style/toolbar.d.ts +0 -4
- package/components/editor/style/toolbar.js +0 -18
- package/components/field/components/remote-select/remote-select.vue.d.ts +0 -3
- package/components/field/components/remote-select/remote-select.vue.js +0 -32
- package/components/field/field.vue.d.ts +0 -14
- package/components/field/field.vue.js +0 -56
- package/components/file-card/file-card.vue.d.ts +0 -12
- package/components/file-card/file-card.vue.js +0 -61
- package/components/file-card/style/index.d.ts +0 -9
- package/components/form/form.vue.d.ts +0 -281
- package/components/form/form.vue.js +0 -104
- package/components/form/style/index.d.ts +0 -10
- package/components/form-list/form-list.d.ts +0 -55
- package/components/form-list/form-list.js +0 -10
- package/components/form-list/style/index.d.ts +0 -9
- package/components/form-query/form-query.vue.d.ts +0 -318
- package/components/form-query/form-query.vue.js +0 -155
- package/components/form-query/style/index.d.ts +0 -9
- package/components/image-card/style/index.d.ts +0 -9
- package/components/image-card/style/index.js +0 -16
- package/components/mask/mask.vue.d.ts +0 -3
- package/components/mask/mask.vue.js +0 -26
- package/components/mask/style/index.d.ts +0 -9
- package/components/media-card/media-card.vue.d.ts +0 -12
- package/components/media-card/media-card.vue.js +0 -89
- package/components/media-viewer/media-viewer.vue.d.ts +0 -14
- package/components/media-viewer/media-viewer.vue.js +0 -38
- package/components/only-child/only-child.vue.d.ts +0 -5
- package/components/optional-wrapper/optional-wrapper.vue.d.ts +0 -12
- package/components/optional-wrapper/optional-wrapper.vue.js +0 -27
- package/components/remote-select/remote-select.vue.d.ts +0 -530
- package/components/remote-select/remote-select.vue.js +0 -187
- package/components/table/table-column/style/index.d.ts +0 -9
- package/components/table/table-column-editor/style/index.d.ts +0 -9
- package/components/table-action/item.vue.d.ts +0 -208
- package/components/table-action/item.vue.js +0 -116
- package/components/table-action/style/index.d.ts +0 -9
- package/components/table-action/table-action.vue.d.ts +0 -193
- package/components/table-action/table-action.vue.js +0 -52
- package/components/toggle/toggle.vue.d.ts +0 -14
- package/components/toggle/toggle.vue.js +0 -55
- package/components/transition/transition.vue.d.ts +0 -13
- package/components/transition/transition.vue.js +0 -159
- package/components/transition-group/style/index.d.ts +0 -9
- package/components/transition-group/transition-group.vue.d.ts +0 -13
- package/components/transition-group/transition-group.vue.js +0 -179
- package/components/upload/style/index.d.ts +0 -9
- package/components/upload/upload-item.vue.d.ts +0 -11
- package/components/upload/upload-item.vue.js +0 -147
- package/components/upload/upload.vue.d.ts +0 -23
- package/components/upload/upload.vue.js +0 -275
- package/components/video-card/style/index.d.ts +0 -9
- package/components/video-card/video-card.vue.d.ts +0 -14
- package/components/video-card/video-card.vue.js +0 -111
- package/components/video-viewer/style/index.d.ts +0 -9
- package/components/video-viewer/video-viewer.vue.d.ts +0 -16
- package/components/video-viewer/video-viewer.vue.js +0 -125
- package/config/root-config-provider.vue.d.ts +0 -15
- package/config/root-config-provider.vue.js +0 -85
- /package/components/{remote-select/style/index.d.ts → table/table-column/table-column.style.d.ts} +0 -0
- /package/components/{card/style/index.d.ts → table/table-column-editor/table-column-editor.style.d.ts} +0 -0
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { selectEmits, selectProps } from 'element-plus';
|
|
2
|
+
|
|
3
|
+
const remoteSelectProps = {
|
|
4
|
+
...selectProps,
|
|
5
|
+
props: {
|
|
6
|
+
type: Object
|
|
7
|
+
},
|
|
8
|
+
optionProps: {
|
|
9
|
+
type: Function
|
|
10
|
+
},
|
|
11
|
+
api: {
|
|
12
|
+
type: Function
|
|
13
|
+
},
|
|
14
|
+
pagination: {
|
|
15
|
+
type: [Object, Boolean],
|
|
16
|
+
default: true
|
|
17
|
+
},
|
|
18
|
+
formProps: {
|
|
19
|
+
type: Object
|
|
20
|
+
},
|
|
21
|
+
transformParams: {
|
|
22
|
+
type: Function
|
|
23
|
+
},
|
|
24
|
+
keys: {
|
|
25
|
+
type: Object
|
|
26
|
+
},
|
|
27
|
+
immediate: {
|
|
28
|
+
type: Boolean,
|
|
29
|
+
default: false
|
|
30
|
+
}
|
|
31
|
+
};
|
|
32
|
+
const remoteSelectSlots = Object;
|
|
33
|
+
const remoteSelectEmits = {
|
|
34
|
+
...selectEmits
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
export { remoteSelectEmits, remoteSelectProps, remoteSelectSlots };
|
|
@@ -1,30 +1,26 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
import { type TableConfig } from '../table/table';
|
|
4
|
-
import { type TableQueryProps } from '../table/table-query/table-query';
|
|
5
|
-
import { type Props } from '../../hooks';
|
|
6
|
-
export declare const remoteSelectProps: {
|
|
1
|
+
import { PaginationProps } from 'element-plus';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
7
3
|
props: {
|
|
8
|
-
type: PropType<Props>;
|
|
4
|
+
type: import("vue").PropType<import("../../hooks").Props>;
|
|
9
5
|
};
|
|
10
6
|
optionProps: {
|
|
11
|
-
type: PropType<Record<PropertyKey, any> | ((props: Record<PropertyKey, any>, index: number) => Record<PropertyKey, any>)>;
|
|
7
|
+
type: import("vue").PropType<Record<PropertyKey, any> | ((props: Record<PropertyKey, any>, index: number) => Record<PropertyKey, any>)>;
|
|
12
8
|
};
|
|
13
9
|
api: {
|
|
14
|
-
type: PropType<(...args: any[]) => Promise<any> | any>;
|
|
10
|
+
type: import("vue").PropType<(...args: any[]) => Promise<any> | any>;
|
|
15
11
|
};
|
|
16
12
|
pagination: {
|
|
17
|
-
type: PropType<boolean | PaginationProps>;
|
|
13
|
+
type: import("vue").PropType<boolean | PaginationProps>;
|
|
18
14
|
default: boolean;
|
|
19
15
|
};
|
|
20
16
|
formProps: {
|
|
21
|
-
type: PropType<TableQueryProps>;
|
|
17
|
+
type: import("vue").PropType<import("..").TableQueryProps>;
|
|
22
18
|
};
|
|
23
19
|
transformParams: {
|
|
24
|
-
type: PropType<(params: Record<string, any>) => any>;
|
|
20
|
+
type: import("vue").PropType<(params: Record<string, any>) => any>;
|
|
25
21
|
};
|
|
26
22
|
keys: {
|
|
27
|
-
type: PropType<TableConfig["keys"]>;
|
|
23
|
+
type: import("vue").PropType<import("..").TableConfig["keys"]>;
|
|
28
24
|
};
|
|
29
25
|
immediate: {
|
|
30
26
|
type: BooleanConstructor;
|
|
@@ -33,7 +29,7 @@ export declare const remoteSelectProps: {
|
|
|
33
29
|
ariaLabel: StringConstructor;
|
|
34
30
|
emptyValues: ArrayConstructor;
|
|
35
31
|
valueOnClear: {
|
|
36
|
-
readonly type: PropType<string | number | boolean | Function>;
|
|
32
|
+
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
37
33
|
readonly required: false;
|
|
38
34
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
39
35
|
__epPropKey: true;
|
|
@@ -43,7 +39,7 @@ export declare const remoteSelectProps: {
|
|
|
43
39
|
name: StringConstructor;
|
|
44
40
|
id: StringConstructor;
|
|
45
41
|
modelValue: {
|
|
46
|
-
readonly type: PropType<(string | number | boolean | Record<string, any>) | (string | number | boolean | Record<string, any>)[]>;
|
|
42
|
+
readonly type: import("vue").PropType<(string | number | boolean | Record<string, any>) | (string | number | boolean | Record<string, any>)[]>;
|
|
47
43
|
readonly required: false;
|
|
48
44
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
49
45
|
__epPropKey: true;
|
|
@@ -51,7 +47,7 @@ export declare const remoteSelectProps: {
|
|
|
51
47
|
readonly default: undefined;
|
|
52
48
|
};
|
|
53
49
|
autocomplete: {
|
|
54
|
-
readonly type: PropType<string>;
|
|
50
|
+
readonly type: import("vue").PropType<string>;
|
|
55
51
|
readonly required: false;
|
|
56
52
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
57
53
|
__epPropKey: true;
|
|
@@ -60,13 +56,13 @@ export declare const remoteSelectProps: {
|
|
|
60
56
|
};
|
|
61
57
|
automaticDropdown: BooleanConstructor;
|
|
62
58
|
size: {
|
|
63
|
-
readonly type: PropType<"" | "default" | "large" | "small">;
|
|
59
|
+
readonly type: import("vue").PropType<"" | "default" | "large" | "small">;
|
|
64
60
|
readonly required: false;
|
|
65
61
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
66
62
|
__epPropKey: true;
|
|
67
63
|
};
|
|
68
64
|
effect: {
|
|
69
|
-
readonly type: PropType<import("element-plus").PopperEffect>;
|
|
65
|
+
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
70
66
|
readonly required: false;
|
|
71
67
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
72
68
|
__epPropKey: true;
|
|
@@ -79,7 +75,7 @@ export declare const remoteSelectProps: {
|
|
|
79
75
|
allowCreate: BooleanConstructor;
|
|
80
76
|
loading: BooleanConstructor;
|
|
81
77
|
popperClass: {
|
|
82
|
-
readonly type: PropType<string>;
|
|
78
|
+
readonly type: import("vue").PropType<string>;
|
|
83
79
|
readonly required: false;
|
|
84
80
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
85
81
|
__epPropKey: true;
|
|
@@ -87,7 +83,7 @@ export declare const remoteSelectProps: {
|
|
|
87
83
|
readonly default: string;
|
|
88
84
|
};
|
|
89
85
|
popperOptions: {
|
|
90
|
-
readonly type: PropType<any>;
|
|
86
|
+
readonly type: import("vue").PropType<any>;
|
|
91
87
|
readonly required: false;
|
|
92
88
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
93
89
|
__epPropKey: true;
|
|
@@ -102,7 +98,7 @@ export declare const remoteSelectProps: {
|
|
|
102
98
|
filterMethod: FunctionConstructor;
|
|
103
99
|
multiple: BooleanConstructor;
|
|
104
100
|
multipleLimit: {
|
|
105
|
-
readonly type: PropType<number>;
|
|
101
|
+
readonly type: import("vue").PropType<number>;
|
|
106
102
|
readonly required: false;
|
|
107
103
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
108
104
|
__epPropKey: true;
|
|
@@ -110,14 +106,14 @@ export declare const remoteSelectProps: {
|
|
|
110
106
|
readonly default: number;
|
|
111
107
|
};
|
|
112
108
|
placeholder: {
|
|
113
|
-
readonly type: PropType<string>;
|
|
109
|
+
readonly type: import("vue").PropType<string>;
|
|
114
110
|
readonly required: false;
|
|
115
111
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
116
112
|
__epPropKey: true;
|
|
117
113
|
};
|
|
118
114
|
defaultFirstOption: BooleanConstructor;
|
|
119
115
|
reserveKeyword: {
|
|
120
|
-
readonly type: PropType<boolean>;
|
|
116
|
+
readonly type: import("vue").PropType<boolean>;
|
|
121
117
|
readonly required: false;
|
|
122
118
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
123
119
|
__epPropKey: true;
|
|
@@ -125,7 +121,7 @@ export declare const remoteSelectProps: {
|
|
|
125
121
|
readonly default: boolean;
|
|
126
122
|
};
|
|
127
123
|
valueKey: {
|
|
128
|
-
readonly type: PropType<string>;
|
|
124
|
+
readonly type: import("vue").PropType<string>;
|
|
129
125
|
readonly required: false;
|
|
130
126
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
131
127
|
__epPropKey: true;
|
|
@@ -135,7 +131,7 @@ export declare const remoteSelectProps: {
|
|
|
135
131
|
collapseTags: BooleanConstructor;
|
|
136
132
|
collapseTagsTooltip: BooleanConstructor;
|
|
137
133
|
maxCollapseTags: {
|
|
138
|
-
readonly type: PropType<number>;
|
|
134
|
+
readonly type: import("vue").PropType<number>;
|
|
139
135
|
readonly required: false;
|
|
140
136
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
141
137
|
__epPropKey: true;
|
|
@@ -143,7 +139,7 @@ export declare const remoteSelectProps: {
|
|
|
143
139
|
readonly default: number;
|
|
144
140
|
};
|
|
145
141
|
teleported: {
|
|
146
|
-
readonly type: PropType<boolean>;
|
|
142
|
+
readonly type: import("vue").PropType<boolean>;
|
|
147
143
|
readonly required: false;
|
|
148
144
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
149
145
|
__epPropKey: true;
|
|
@@ -151,7 +147,7 @@ export declare const remoteSelectProps: {
|
|
|
151
147
|
readonly default: true;
|
|
152
148
|
};
|
|
153
149
|
persistent: {
|
|
154
|
-
readonly type: PropType<boolean>;
|
|
150
|
+
readonly type: import("vue").PropType<boolean>;
|
|
155
151
|
readonly required: false;
|
|
156
152
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
157
153
|
__epPropKey: true;
|
|
@@ -159,34 +155,34 @@ export declare const remoteSelectProps: {
|
|
|
159
155
|
readonly default: boolean;
|
|
160
156
|
};
|
|
161
157
|
clearIcon: {
|
|
162
|
-
readonly type: PropType<string | import("vue").Component>;
|
|
158
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
163
159
|
readonly required: false;
|
|
164
160
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
165
161
|
__epPropKey: true;
|
|
166
162
|
};
|
|
167
163
|
fitInputWidth: BooleanConstructor;
|
|
168
164
|
suffixIcon: {
|
|
169
|
-
readonly type: PropType<string | import("vue").Component>;
|
|
165
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
170
166
|
readonly required: false;
|
|
171
167
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
172
168
|
__epPropKey: true;
|
|
173
169
|
};
|
|
174
170
|
tagType: {
|
|
175
171
|
default: string;
|
|
176
|
-
type: PropType<"warning" | "success" | "primary" | "info" | "danger">;
|
|
172
|
+
type: import("vue").PropType<"warning" | "success" | "primary" | "info" | "danger">;
|
|
177
173
|
required: false;
|
|
178
174
|
validator: ((val: unknown) => boolean) | undefined;
|
|
179
175
|
__epPropKey: true;
|
|
180
176
|
};
|
|
181
177
|
tagEffect: {
|
|
182
178
|
default: string;
|
|
183
|
-
type: PropType<"dark" | "light" | "plain">;
|
|
179
|
+
type: import("vue").PropType<"dark" | "light" | "plain">;
|
|
184
180
|
required: false;
|
|
185
181
|
validator: ((val: unknown) => boolean) | undefined;
|
|
186
182
|
__epPropKey: true;
|
|
187
183
|
};
|
|
188
184
|
validateEvent: {
|
|
189
|
-
readonly type: PropType<boolean>;
|
|
185
|
+
readonly type: import("vue").PropType<boolean>;
|
|
190
186
|
readonly required: false;
|
|
191
187
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
192
188
|
__epPropKey: true;
|
|
@@ -195,7 +191,7 @@ export declare const remoteSelectProps: {
|
|
|
195
191
|
};
|
|
196
192
|
remoteShowSuffix: BooleanConstructor;
|
|
197
193
|
showArrow: {
|
|
198
|
-
readonly type: PropType<boolean>;
|
|
194
|
+
readonly type: import("vue").PropType<boolean>;
|
|
199
195
|
readonly required: false;
|
|
200
196
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
201
197
|
__epPropKey: true;
|
|
@@ -203,7 +199,7 @@ export declare const remoteSelectProps: {
|
|
|
203
199
|
readonly default: boolean;
|
|
204
200
|
};
|
|
205
201
|
offset: {
|
|
206
|
-
readonly type: PropType<number>;
|
|
202
|
+
readonly type: import("vue").PropType<number>;
|
|
207
203
|
readonly required: false;
|
|
208
204
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
209
205
|
__epPropKey: true;
|
|
@@ -211,7 +207,7 @@ export declare const remoteSelectProps: {
|
|
|
211
207
|
readonly default: number;
|
|
212
208
|
};
|
|
213
209
|
placement: {
|
|
214
|
-
readonly type: PropType<any>;
|
|
210
|
+
readonly type: import("vue").PropType<any>;
|
|
215
211
|
readonly required: false;
|
|
216
212
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
217
213
|
__epPropKey: true;
|
|
@@ -219,7 +215,7 @@ export declare const remoteSelectProps: {
|
|
|
219
215
|
readonly default: string;
|
|
220
216
|
};
|
|
221
217
|
fallbackPlacements: {
|
|
222
|
-
readonly type: PropType<Placement[]>;
|
|
218
|
+
readonly type: import("vue").PropType<Placement[]>;
|
|
223
219
|
readonly required: false;
|
|
224
220
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
225
221
|
__epPropKey: true;
|
|
@@ -227,7 +223,7 @@ export declare const remoteSelectProps: {
|
|
|
227
223
|
readonly default: string[];
|
|
228
224
|
};
|
|
229
225
|
tabindex: {
|
|
230
|
-
readonly type: PropType<string | number>;
|
|
226
|
+
readonly type: import("vue").PropType<string | number>;
|
|
231
227
|
readonly required: false;
|
|
232
228
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
233
229
|
__epPropKey: true;
|
|
@@ -235,29 +231,307 @@ export declare const remoteSelectProps: {
|
|
|
235
231
|
readonly default: number;
|
|
236
232
|
};
|
|
237
233
|
appendTo: {
|
|
238
|
-
readonly type: PropType<string | HTMLElement>;
|
|
239
|
-
readonly required: false;
|
|
240
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
241
|
-
__epPropKey: true;
|
|
242
|
-
};
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
234
|
+
readonly type: import("vue").PropType<string | HTMLElement>;
|
|
235
|
+
readonly required: false;
|
|
236
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
237
|
+
__epPropKey: true;
|
|
238
|
+
};
|
|
239
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
240
|
+
"update:modelValue": (val: import("element-plus").SelectProps["modelValue"]) => boolean;
|
|
241
|
+
change: (val: import("element-plus").SelectProps["modelValue"]) => boolean;
|
|
242
|
+
"popup-scroll": ({ scrollTop, scrollLeft, }: {
|
|
243
|
+
scrollTop: number;
|
|
244
|
+
scrollLeft: number;
|
|
245
|
+
}) => boolean;
|
|
246
|
+
"remove-tag": (val: unknown) => boolean;
|
|
247
|
+
"visible-change": (visible: boolean) => boolean;
|
|
248
|
+
focus: (evt: FocusEvent) => boolean;
|
|
249
|
+
blur: (evt: FocusEvent) => boolean;
|
|
250
|
+
clear: () => boolean;
|
|
251
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
252
|
+
props: {
|
|
253
|
+
type: import("vue").PropType<import("../../hooks").Props>;
|
|
254
|
+
};
|
|
255
|
+
optionProps: {
|
|
256
|
+
type: import("vue").PropType<Record<PropertyKey, any> | ((props: Record<PropertyKey, any>, index: number) => Record<PropertyKey, any>)>;
|
|
257
|
+
};
|
|
258
|
+
api: {
|
|
259
|
+
type: import("vue").PropType<(...args: any[]) => Promise<any> | any>;
|
|
260
|
+
};
|
|
261
|
+
pagination: {
|
|
262
|
+
type: import("vue").PropType<boolean | PaginationProps>;
|
|
263
|
+
default: boolean;
|
|
264
|
+
};
|
|
265
|
+
formProps: {
|
|
266
|
+
type: import("vue").PropType<import("..").TableQueryProps>;
|
|
267
|
+
};
|
|
268
|
+
transformParams: {
|
|
269
|
+
type: import("vue").PropType<(params: Record<string, any>) => any>;
|
|
270
|
+
};
|
|
271
|
+
keys: {
|
|
272
|
+
type: import("vue").PropType<import("..").TableConfig["keys"]>;
|
|
273
|
+
};
|
|
274
|
+
immediate: {
|
|
275
|
+
type: BooleanConstructor;
|
|
276
|
+
default: boolean;
|
|
277
|
+
};
|
|
278
|
+
ariaLabel: StringConstructor;
|
|
279
|
+
emptyValues: ArrayConstructor;
|
|
280
|
+
valueOnClear: {
|
|
281
|
+
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
282
|
+
readonly required: false;
|
|
283
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
284
|
+
__epPropKey: true;
|
|
285
|
+
} & {
|
|
286
|
+
readonly default: undefined;
|
|
287
|
+
};
|
|
288
|
+
name: StringConstructor;
|
|
289
|
+
id: StringConstructor;
|
|
290
|
+
modelValue: {
|
|
291
|
+
readonly type: import("vue").PropType<(string | number | boolean | Record<string, any>) | (string | number | boolean | Record<string, any>)[]>;
|
|
292
|
+
readonly required: false;
|
|
293
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
294
|
+
__epPropKey: true;
|
|
295
|
+
} & {
|
|
296
|
+
readonly default: undefined;
|
|
297
|
+
};
|
|
298
|
+
autocomplete: {
|
|
299
|
+
readonly type: import("vue").PropType<string>;
|
|
300
|
+
readonly required: false;
|
|
301
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
302
|
+
__epPropKey: true;
|
|
303
|
+
} & {
|
|
304
|
+
readonly default: string;
|
|
305
|
+
};
|
|
306
|
+
automaticDropdown: BooleanConstructor;
|
|
307
|
+
size: {
|
|
308
|
+
readonly type: import("vue").PropType<"" | "default" | "large" | "small">;
|
|
309
|
+
readonly required: false;
|
|
310
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
311
|
+
__epPropKey: true;
|
|
312
|
+
};
|
|
313
|
+
effect: {
|
|
314
|
+
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
315
|
+
readonly required: false;
|
|
316
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
317
|
+
__epPropKey: true;
|
|
318
|
+
} & {
|
|
319
|
+
readonly default: string;
|
|
320
|
+
};
|
|
321
|
+
disabled: BooleanConstructor;
|
|
322
|
+
clearable: BooleanConstructor;
|
|
323
|
+
filterable: BooleanConstructor;
|
|
324
|
+
allowCreate: BooleanConstructor;
|
|
325
|
+
loading: BooleanConstructor;
|
|
326
|
+
popperClass: {
|
|
327
|
+
readonly type: import("vue").PropType<string>;
|
|
328
|
+
readonly required: false;
|
|
329
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
330
|
+
__epPropKey: true;
|
|
331
|
+
} & {
|
|
332
|
+
readonly default: string;
|
|
333
|
+
};
|
|
334
|
+
popperOptions: {
|
|
335
|
+
readonly type: import("vue").PropType<any>;
|
|
336
|
+
readonly required: false;
|
|
337
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
338
|
+
__epPropKey: true;
|
|
339
|
+
} & {
|
|
340
|
+
readonly default: () => Partial<Options>;
|
|
341
|
+
};
|
|
342
|
+
remote: BooleanConstructor;
|
|
343
|
+
loadingText: StringConstructor;
|
|
344
|
+
noMatchText: StringConstructor;
|
|
345
|
+
noDataText: StringConstructor;
|
|
346
|
+
remoteMethod: FunctionConstructor;
|
|
347
|
+
filterMethod: FunctionConstructor;
|
|
348
|
+
multiple: BooleanConstructor;
|
|
349
|
+
multipleLimit: {
|
|
350
|
+
readonly type: import("vue").PropType<number>;
|
|
351
|
+
readonly required: false;
|
|
352
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
353
|
+
__epPropKey: true;
|
|
354
|
+
} & {
|
|
355
|
+
readonly default: number;
|
|
356
|
+
};
|
|
357
|
+
placeholder: {
|
|
358
|
+
readonly type: import("vue").PropType<string>;
|
|
359
|
+
readonly required: false;
|
|
360
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
361
|
+
__epPropKey: true;
|
|
362
|
+
};
|
|
363
|
+
defaultFirstOption: BooleanConstructor;
|
|
364
|
+
reserveKeyword: {
|
|
365
|
+
readonly type: import("vue").PropType<boolean>;
|
|
366
|
+
readonly required: false;
|
|
367
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
368
|
+
__epPropKey: true;
|
|
369
|
+
} & {
|
|
370
|
+
readonly default: boolean;
|
|
371
|
+
};
|
|
372
|
+
valueKey: {
|
|
373
|
+
readonly type: import("vue").PropType<string>;
|
|
374
|
+
readonly required: false;
|
|
375
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
376
|
+
__epPropKey: true;
|
|
377
|
+
} & {
|
|
378
|
+
readonly default: string;
|
|
379
|
+
};
|
|
380
|
+
collapseTags: BooleanConstructor;
|
|
381
|
+
collapseTagsTooltip: BooleanConstructor;
|
|
382
|
+
maxCollapseTags: {
|
|
383
|
+
readonly type: import("vue").PropType<number>;
|
|
384
|
+
readonly required: false;
|
|
385
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
386
|
+
__epPropKey: true;
|
|
387
|
+
} & {
|
|
388
|
+
readonly default: number;
|
|
389
|
+
};
|
|
390
|
+
teleported: {
|
|
391
|
+
readonly type: import("vue").PropType<boolean>;
|
|
392
|
+
readonly required: false;
|
|
393
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
394
|
+
__epPropKey: true;
|
|
395
|
+
} & {
|
|
396
|
+
readonly default: true;
|
|
397
|
+
};
|
|
398
|
+
persistent: {
|
|
399
|
+
readonly type: import("vue").PropType<boolean>;
|
|
400
|
+
readonly required: false;
|
|
401
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
402
|
+
__epPropKey: true;
|
|
403
|
+
} & {
|
|
404
|
+
readonly default: boolean;
|
|
405
|
+
};
|
|
406
|
+
clearIcon: {
|
|
407
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
408
|
+
readonly required: false;
|
|
409
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
410
|
+
__epPropKey: true;
|
|
411
|
+
};
|
|
412
|
+
fitInputWidth: BooleanConstructor;
|
|
413
|
+
suffixIcon: {
|
|
414
|
+
readonly type: import("vue").PropType<string | import("vue").Component>;
|
|
415
|
+
readonly required: false;
|
|
416
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
417
|
+
__epPropKey: true;
|
|
418
|
+
};
|
|
419
|
+
tagType: {
|
|
420
|
+
default: string;
|
|
421
|
+
type: import("vue").PropType<"warning" | "success" | "primary" | "info" | "danger">;
|
|
422
|
+
required: false;
|
|
423
|
+
validator: ((val: unknown) => boolean) | undefined;
|
|
424
|
+
__epPropKey: true;
|
|
425
|
+
};
|
|
426
|
+
tagEffect: {
|
|
427
|
+
default: string;
|
|
428
|
+
type: import("vue").PropType<"dark" | "light" | "plain">;
|
|
429
|
+
required: false;
|
|
430
|
+
validator: ((val: unknown) => boolean) | undefined;
|
|
431
|
+
__epPropKey: true;
|
|
432
|
+
};
|
|
433
|
+
validateEvent: {
|
|
434
|
+
readonly type: import("vue").PropType<boolean>;
|
|
435
|
+
readonly required: false;
|
|
436
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
437
|
+
__epPropKey: true;
|
|
438
|
+
} & {
|
|
439
|
+
readonly default: boolean;
|
|
440
|
+
};
|
|
441
|
+
remoteShowSuffix: BooleanConstructor;
|
|
442
|
+
showArrow: {
|
|
443
|
+
readonly type: import("vue").PropType<boolean>;
|
|
444
|
+
readonly required: false;
|
|
445
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
446
|
+
__epPropKey: true;
|
|
447
|
+
} & {
|
|
448
|
+
readonly default: boolean;
|
|
449
|
+
};
|
|
450
|
+
offset: {
|
|
451
|
+
readonly type: import("vue").PropType<number>;
|
|
452
|
+
readonly required: false;
|
|
453
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
454
|
+
__epPropKey: true;
|
|
455
|
+
} & {
|
|
456
|
+
readonly default: number;
|
|
457
|
+
};
|
|
458
|
+
placement: {
|
|
459
|
+
readonly type: import("vue").PropType<any>;
|
|
460
|
+
readonly required: false;
|
|
461
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
462
|
+
__epPropKey: true;
|
|
463
|
+
} & {
|
|
464
|
+
readonly default: string;
|
|
465
|
+
};
|
|
466
|
+
fallbackPlacements: {
|
|
467
|
+
readonly type: import("vue").PropType<Placement[]>;
|
|
468
|
+
readonly required: false;
|
|
469
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
470
|
+
__epPropKey: true;
|
|
471
|
+
} & {
|
|
472
|
+
readonly default: string[];
|
|
473
|
+
};
|
|
474
|
+
tabindex: {
|
|
475
|
+
readonly type: import("vue").PropType<string | number>;
|
|
476
|
+
readonly required: false;
|
|
477
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
478
|
+
__epPropKey: true;
|
|
479
|
+
} & {
|
|
480
|
+
readonly default: number;
|
|
481
|
+
};
|
|
482
|
+
appendTo: {
|
|
483
|
+
readonly type: import("vue").PropType<string | HTMLElement>;
|
|
484
|
+
readonly required: false;
|
|
485
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
486
|
+
__epPropKey: true;
|
|
487
|
+
};
|
|
488
|
+
}>> & Readonly<{
|
|
489
|
+
onClear?: (() => any) | undefined;
|
|
490
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
491
|
+
"onUpdate:modelValue"?: ((val: ((string | number | boolean | Record<string, any>) | (string | number | boolean | Record<string, any>)[]) | undefined) => any) | undefined;
|
|
492
|
+
onChange?: ((val: ((string | number | boolean | Record<string, any>) | (string | number | boolean | Record<string, any>)[]) | undefined) => any) | undefined;
|
|
493
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
494
|
+
"onVisible-change"?: ((visible: boolean) => any) | undefined;
|
|
495
|
+
"onRemove-tag"?: ((val: unknown) => any) | undefined;
|
|
496
|
+
"onPopup-scroll"?: ((args_0: {
|
|
497
|
+
scrollTop: number;
|
|
498
|
+
scrollLeft: number;
|
|
499
|
+
}) => any) | undefined;
|
|
500
|
+
}>, {
|
|
501
|
+
offset: number;
|
|
502
|
+
multiple: boolean;
|
|
503
|
+
disabled: boolean;
|
|
504
|
+
immediate: boolean;
|
|
505
|
+
valueKey: string;
|
|
506
|
+
modelValue: (string | number | boolean | Record<string, any>) | (string | number | boolean | Record<string, any>)[];
|
|
507
|
+
placement: any;
|
|
508
|
+
popperClass: string;
|
|
509
|
+
teleported: boolean;
|
|
510
|
+
fitInputWidth: boolean;
|
|
511
|
+
autocomplete: string;
|
|
512
|
+
clearable: boolean;
|
|
513
|
+
tabindex: string | number;
|
|
514
|
+
validateEvent: boolean;
|
|
515
|
+
loading: boolean;
|
|
516
|
+
valueOnClear: string | number | boolean | Function;
|
|
517
|
+
filterable: boolean;
|
|
518
|
+
collapseTags: boolean;
|
|
519
|
+
maxCollapseTags: number;
|
|
520
|
+
collapseTagsTooltip: boolean;
|
|
521
|
+
fallbackPlacements: Placement[];
|
|
522
|
+
tagType: "warning" | "success" | "primary" | "info" | "danger";
|
|
523
|
+
tagEffect: "dark" | "light" | "plain";
|
|
524
|
+
persistent: boolean;
|
|
525
|
+
pagination: boolean | PaginationProps;
|
|
526
|
+
popperOptions: any;
|
|
527
|
+
showArrow: boolean;
|
|
528
|
+
automaticDropdown: boolean;
|
|
529
|
+
effect: import("element-plus").PopperEffect;
|
|
530
|
+
allowCreate: boolean;
|
|
531
|
+
remote: boolean;
|
|
532
|
+
multipleLimit: number;
|
|
533
|
+
defaultFirstOption: boolean;
|
|
534
|
+
reserveKeyword: boolean;
|
|
535
|
+
remoteShowSuffix: boolean;
|
|
536
|
+
}, import("vue").SlotsType<import("./remote-select.api").RemoteSelectSlots>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
537
|
+
export default _default;
|