ele-admin-plus 1.6.0-beta.1 → 1.6.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/es/ele-admin-layout/components/layout-tabs.d.ts +5 -5
- package/es/ele-admin-layout/index.d.ts +6 -4
- package/es/ele-admin-layout/index.js +12 -12
- package/es/ele-admin-layout/props.d.ts +3 -1
- package/es/ele-admin-layout/props.js +2 -0
- package/es/ele-autocomplete/index.js +2 -0
- package/es/ele-basic-select/components/select-view.d.ts +3 -3
- package/es/ele-basic-select/index.d.ts +3 -3
- package/es/ele-breadcrumb/index.d.ts +2 -2
- package/es/ele-breadcrumb/props.d.ts +1 -1
- package/es/ele-cascader/index.js +4 -0
- package/es/ele-chat/index.js +7 -7
- package/es/ele-checkbox-group/index.d.ts +14 -14
- package/es/ele-checkbox-group/props.d.ts +6 -6
- package/es/ele-crud/components/edit-modal.d.ts +13 -1
- package/es/ele-crud/components/edit-modal.js +36 -2
- package/es/ele-crud/components/table-extra.d.ts +13 -1
- package/es/ele-crud/components/table-extra.js +22 -3
- package/es/ele-crud/index.d.ts +2 -0
- package/es/ele-crud/index.js +14 -0
- package/es/ele-crud/props.d.ts +3 -1
- package/es/ele-crud/props.js +2 -0
- package/es/ele-crud/types.d.ts +8 -0
- package/es/ele-crud-builder/util.js +20 -1
- package/es/ele-data-table/index.d.ts +3 -3
- package/es/ele-data-table/util.d.ts +1 -1
- package/es/ele-drawer/index.d.ts +59 -59
- package/es/ele-drawer/props.d.ts +21 -21
- package/es/ele-dropdown/components/pro-dropdown.d.ts +42 -42
- package/es/ele-dropdown/index.d.ts +42 -42
- package/es/ele-dropdown/props.d.ts +13 -13
- package/es/ele-dropdown-provider/util.d.ts +1 -1
- package/es/ele-icon/index.d.ts +2 -2
- package/es/ele-icon/props.d.ts +1 -1
- package/es/ele-icon-select/index.d.ts +1 -1
- package/es/ele-image-viewer/index.d.ts +20 -20
- package/es/ele-image-viewer/props.d.ts +9 -9
- package/es/ele-menus/components/menu-items.js +1 -1
- package/es/ele-menus/index.d.ts +30 -30
- package/es/ele-menus/props.d.ts +12 -12
- package/es/ele-modal/index.d.ts +52 -48
- package/es/ele-modal/props.d.ts +16 -16
- package/es/ele-pagination/index.d.ts +25 -25
- package/es/ele-pagination/props.d.ts +11 -11
- package/es/ele-popconfirm/index.d.ts +45 -45
- package/es/ele-popconfirm/props.d.ts +18 -18
- package/es/ele-popover/index.d.ts +47 -47
- package/es/ele-popover/props.d.ts +19 -19
- package/es/ele-pro-form/index.d.ts +19 -19
- package/es/ele-pro-form/props.d.ts +7 -7
- package/es/ele-pro-form-builder/style/index.scss +3 -3
- package/es/ele-pro-layout/index.d.ts +8 -6
- package/es/ele-pro-layout/index.js +2 -1
- package/es/ele-pro-layout/props.d.ts +1 -0
- package/es/ele-pro-layout/util.d.ts +5 -0
- package/es/ele-pro-layout/util.js +10 -3
- package/es/ele-pro-table/index.d.ts +4 -4
- package/es/ele-pro-table/style/index.scss +1 -0
- package/es/ele-qr-code-svg/qrcodegen.js +1 -1
- package/es/ele-radio-group/index.d.ts +21 -21
- package/es/ele-radio-group/props.d.ts +9 -9
- package/es/ele-select/index.d.ts +73 -73
- package/es/ele-select/props.d.ts +29 -29
- package/es/ele-select-tree/index.d.ts +91 -91
- package/es/ele-select-tree/props.d.ts +36 -36
- package/es/ele-steps/index.d.ts +18 -18
- package/es/ele-steps/props.d.ts +7 -7
- package/es/ele-tab-tool/index.d.ts +1 -1
- package/es/ele-table-select/index.d.ts +5 -5
- package/es/ele-tabs/index.d.ts +23 -23
- package/es/ele-tabs/props.d.ts +5 -5
- package/es/ele-tool/index.d.ts +1 -1
- package/es/ele-tooltip/index.d.ts +46 -46
- package/es/ele-tooltip/props.d.ts +18 -18
- package/es/ele-transfer/index.d.ts +20 -20
- package/es/ele-transfer/props.d.ts +9 -9
- package/es/ele-tree-select/index.d.ts +5 -5
- package/es/ele-upload-list/components/list-item.d.ts +2 -2
- package/es/ele-virtual-table/components/body-cell.d.ts +6 -6
- package/es/ele-virtual-table/components/cell-filter.d.ts +1 -1
- package/es/ele-virtual-table/components/header-cell.d.ts +2 -2
- package/es/ele-virtual-table/index.d.ts +6 -6
- package/es/utils/common.js +1 -1
- package/es/utils/hook.d.ts +7 -0
- package/es/utils/modal-hook.d.ts +1 -1
- package/es/utils/theme-util.d.ts +4 -0
- package/lib/ele-admin-layout/components/layout-tabs.d.ts +5 -5
- package/lib/ele-admin-layout/index.cjs +12 -12
- package/lib/ele-admin-layout/index.d.ts +6 -4
- package/lib/ele-admin-layout/props.cjs +2 -0
- package/lib/ele-admin-layout/props.d.ts +3 -1
- package/lib/ele-autocomplete/index.cjs +2 -0
- package/lib/ele-basic-select/components/select-view.d.ts +3 -3
- package/lib/ele-basic-select/index.d.ts +3 -3
- package/lib/ele-breadcrumb/index.d.ts +2 -2
- package/lib/ele-breadcrumb/props.d.ts +1 -1
- package/lib/ele-cascader/index.cjs +4 -0
- package/lib/ele-chat/index.cjs +6 -6
- package/lib/ele-checkbox-group/index.d.ts +14 -14
- package/lib/ele-checkbox-group/props.d.ts +6 -6
- package/lib/ele-crud/components/edit-modal.cjs +36 -2
- package/lib/ele-crud/components/edit-modal.d.ts +13 -1
- package/lib/ele-crud/components/table-extra.cjs +22 -3
- package/lib/ele-crud/components/table-extra.d.ts +13 -1
- package/lib/ele-crud/index.cjs +14 -0
- package/lib/ele-crud/index.d.ts +2 -0
- package/lib/ele-crud/props.cjs +2 -0
- package/lib/ele-crud/props.d.ts +3 -1
- package/lib/ele-crud/types.d.ts +8 -0
- package/lib/ele-crud-builder/util.cjs +20 -1
- package/lib/ele-data-table/index.d.ts +3 -3
- package/lib/ele-data-table/util.d.ts +1 -1
- package/lib/ele-drawer/index.d.ts +59 -59
- package/lib/ele-drawer/props.d.ts +21 -21
- package/lib/ele-dropdown/components/pro-dropdown.d.ts +42 -42
- package/lib/ele-dropdown/index.d.ts +42 -42
- package/lib/ele-dropdown/props.d.ts +13 -13
- package/lib/ele-dropdown-provider/util.d.ts +1 -1
- package/lib/ele-icon/index.d.ts +2 -2
- package/lib/ele-icon/props.d.ts +1 -1
- package/lib/ele-icon-select/index.d.ts +1 -1
- package/lib/ele-image-viewer/index.d.ts +20 -20
- package/lib/ele-image-viewer/props.d.ts +9 -9
- package/lib/ele-menus/components/menu-items.cjs +1 -1
- package/lib/ele-menus/index.d.ts +30 -30
- package/lib/ele-menus/props.d.ts +12 -12
- package/lib/ele-modal/index.d.ts +52 -48
- package/lib/ele-modal/props.d.ts +16 -16
- package/lib/ele-pagination/index.d.ts +25 -25
- package/lib/ele-pagination/props.d.ts +11 -11
- package/lib/ele-popconfirm/index.d.ts +45 -45
- package/lib/ele-popconfirm/props.d.ts +18 -18
- package/lib/ele-popover/index.d.ts +47 -47
- package/lib/ele-popover/props.d.ts +19 -19
- package/lib/ele-pro-form/index.d.ts +19 -19
- package/lib/ele-pro-form/props.d.ts +7 -7
- package/lib/ele-pro-form-builder/style/index.scss +3 -3
- package/lib/ele-pro-layout/index.cjs +2 -1
- package/lib/ele-pro-layout/index.d.ts +8 -6
- package/lib/ele-pro-layout/props.d.ts +1 -0
- package/lib/ele-pro-layout/util.cjs +10 -3
- package/lib/ele-pro-layout/util.d.ts +5 -0
- package/lib/ele-pro-table/index.d.ts +4 -4
- package/lib/ele-pro-table/style/index.scss +1 -0
- package/lib/ele-qr-code-svg/qrcodegen.cjs +1 -1
- package/lib/ele-radio-group/index.d.ts +21 -21
- package/lib/ele-radio-group/props.d.ts +9 -9
- package/lib/ele-select/index.d.ts +73 -73
- package/lib/ele-select/props.d.ts +29 -29
- package/lib/ele-select-tree/index.d.ts +91 -91
- package/lib/ele-select-tree/props.d.ts +36 -36
- package/lib/ele-steps/index.d.ts +18 -18
- package/lib/ele-steps/props.d.ts +7 -7
- package/lib/ele-tab-tool/index.d.ts +1 -1
- package/lib/ele-table-select/index.d.ts +5 -5
- package/lib/ele-tabs/index.d.ts +23 -23
- package/lib/ele-tabs/props.d.ts +5 -5
- package/lib/ele-tool/index.d.ts +1 -1
- package/lib/ele-tooltip/index.d.ts +46 -46
- package/lib/ele-tooltip/props.d.ts +18 -18
- package/lib/ele-transfer/index.d.ts +20 -20
- package/lib/ele-transfer/props.d.ts +9 -9
- package/lib/ele-tree-select/index.d.ts +5 -5
- package/lib/ele-upload-list/components/list-item.d.ts +2 -2
- package/lib/ele-virtual-table/components/body-cell.d.ts +6 -6
- package/lib/ele-virtual-table/components/cell-filter.d.ts +1 -1
- package/lib/ele-virtual-table/components/header-cell.d.ts +2 -2
- package/lib/ele-virtual-table/index.d.ts +6 -6
- package/lib/utils/common.cjs +1 -1
- package/lib/utils/hook.d.ts +7 -0
- package/lib/utils/modal-hook.d.ts +1 -1
- package/lib/utils/theme-util.d.ts +4 -0
- package/package.json +45 -4
|
@@ -6,34 +6,34 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
6
6
|
options: import('vue').PropType<SelectOption[] | import('./types').SelectOptionFunction>;
|
|
7
7
|
ariaLabel: StringConstructor;
|
|
8
8
|
emptyValues: ArrayConstructor;
|
|
9
|
-
valueOnClear: import('element-plus/es/utils/
|
|
9
|
+
valueOnClear: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | (((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null)) | null)[], unknown, unknown, undefined, boolean>;
|
|
10
10
|
name: StringConstructor;
|
|
11
11
|
id: StringConstructor;
|
|
12
|
-
modelValue: import('element-plus/es/utils/
|
|
13
|
-
autocomplete: import('element-plus/es/utils/
|
|
12
|
+
modelValue: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string | number | boolean | Record<string, any> | import('element-plus/es/utils/vue/props/types').EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>[]) | (() => import('element-plus/es/utils/vue/props/types').EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown> | import('element-plus/es/utils/vue/props/types').EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>[] | null) | (((new (...args: any[]) => string | number | boolean | Record<string, any> | import('element-plus/es/utils/vue/props/types').EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>[]) | (() => import('element-plus/es/utils/vue/props/types').EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown> | import('element-plus/es/utils/vue/props/types').EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>[] | null)) | null)[], unknown, unknown, undefined, boolean>;
|
|
13
|
+
autocomplete: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
14
14
|
automaticDropdown: BooleanConstructor;
|
|
15
15
|
size: {
|
|
16
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
16
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
17
17
|
readonly required: false;
|
|
18
18
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
19
19
|
__epPropKey: true;
|
|
20
20
|
};
|
|
21
|
-
effect: import('element-plus/es/utils/
|
|
22
|
-
disabled: import('element-plus/es/utils/
|
|
21
|
+
effect: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | (((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect)) | null)[], unknown, unknown, string, boolean>;
|
|
22
|
+
disabled: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
23
23
|
clearable: BooleanConstructor;
|
|
24
24
|
filterable: BooleanConstructor;
|
|
25
25
|
allowCreate: BooleanConstructor;
|
|
26
26
|
loading: BooleanConstructor;
|
|
27
|
-
popperClass: import('element-plus/es/utils/
|
|
27
|
+
popperClass: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
28
28
|
popperStyle: {
|
|
29
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
29
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties) | (() => string | import('vue').CSSProperties) | (((new (...args: any[]) => string | import('vue').CSSProperties) | (() => string | import('vue').CSSProperties)) | null)[], unknown, unknown>>;
|
|
30
30
|
readonly required: false;
|
|
31
31
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
32
32
|
__epPropKey: true;
|
|
33
33
|
};
|
|
34
|
-
popperOptions: import('element-plus/es/utils/
|
|
34
|
+
popperOptions: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => Partial<import('element-plus').Options>) | (() => Partial<import('element-plus').Options>) | (((new (...args: any[]) => Partial<import('element-plus').Options>) | (() => Partial<import('element-plus').Options>)) | null)[], unknown, unknown, () => Partial<import('element-plus').Options>, boolean>;
|
|
35
35
|
remote: BooleanConstructor;
|
|
36
|
-
debounce: import('element-plus/es/utils/
|
|
36
|
+
debounce: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
37
37
|
loadingText: StringConstructor;
|
|
38
38
|
noMatchText: StringConstructor;
|
|
39
39
|
noDataText: StringConstructor;
|
|
@@ -50,7 +50,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
50
50
|
__epPropKey: true;
|
|
51
51
|
};
|
|
52
52
|
multiple: BooleanConstructor;
|
|
53
|
-
multipleLimit: import('element-plus/es/utils/
|
|
53
|
+
multipleLimit: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
54
54
|
placeholder: {
|
|
55
55
|
readonly type: import('vue').PropType<string>;
|
|
56
56
|
readonly required: false;
|
|
@@ -58,45 +58,45 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
58
58
|
__epPropKey: true;
|
|
59
59
|
};
|
|
60
60
|
defaultFirstOption: BooleanConstructor;
|
|
61
|
-
reserveKeyword: import('element-plus/es/utils/
|
|
62
|
-
valueKey: import('element-plus/es/utils/
|
|
61
|
+
reserveKeyword: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
62
|
+
valueKey: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
63
63
|
collapseTags: BooleanConstructor;
|
|
64
64
|
collapseTagsTooltip: BooleanConstructor;
|
|
65
|
-
tagTooltip: import('element-plus/es/utils/
|
|
66
|
-
maxCollapseTags: import('element-plus/es/utils/
|
|
67
|
-
teleported: import('element-plus/es/utils/
|
|
68
|
-
persistent: import('element-plus/es/utils/
|
|
69
|
-
clearIcon: import('element-plus/es/utils/
|
|
65
|
+
tagTooltip: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => import('element-plus').TagTooltipProps) | (() => import('element-plus').TagTooltipProps) | (((new (...args: any[]) => import('element-plus').TagTooltipProps) | (() => import('element-plus').TagTooltipProps)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
66
|
+
maxCollapseTags: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
67
|
+
teleported: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
68
|
+
persistent: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
69
|
+
clearIcon: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown, import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, boolean>;
|
|
70
70
|
fitInputWidth: BooleanConstructor;
|
|
71
|
-
suffixIcon: import('element-plus/es/utils/
|
|
71
|
+
suffixIcon: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown, import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, boolean>;
|
|
72
72
|
tagType: {
|
|
73
73
|
default: string;
|
|
74
|
-
type: import('vue').PropType<import('element-plus/es/utils/
|
|
74
|
+
type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<StringConstructor, "info" | "primary" | "success" | "warning" | "danger", unknown>>;
|
|
75
75
|
required: false;
|
|
76
76
|
validator: ((val: unknown) => boolean) | undefined;
|
|
77
77
|
__epPropKey: true;
|
|
78
78
|
};
|
|
79
79
|
tagEffect: {
|
|
80
80
|
default: string;
|
|
81
|
-
type: import('vue').PropType<import('element-plus/es/utils/
|
|
81
|
+
type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<StringConstructor, "light" | "dark" | "plain", unknown>>;
|
|
82
82
|
required: false;
|
|
83
83
|
validator: ((val: unknown) => boolean) | undefined;
|
|
84
84
|
__epPropKey: true;
|
|
85
85
|
};
|
|
86
|
-
validateEvent: import('element-plus/es/utils/
|
|
86
|
+
validateEvent: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
87
87
|
remoteShowSuffix: BooleanConstructor;
|
|
88
|
-
showArrow: import('element-plus/es/utils/
|
|
89
|
-
offset: import('element-plus/es/utils/
|
|
90
|
-
placement: import('element-plus/es/utils/
|
|
91
|
-
fallbackPlacements: import('element-plus/es/utils/
|
|
92
|
-
tabindex: import('element-plus/es/utils/
|
|
88
|
+
showArrow: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
89
|
+
offset: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
90
|
+
placement: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | (((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement)) | null)[], import('element-plus').Placement, unknown, string, boolean>;
|
|
91
|
+
fallbackPlacements: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => import('element-plus').Placement[]) | (() => import('element-plus').Placement[]) | (((new (...args: any[]) => import('element-plus').Placement[]) | (() => import('element-plus').Placement[])) | null)[], unknown, unknown, string[], boolean>;
|
|
92
|
+
tabindex: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(StringConstructor | NumberConstructor)[], unknown, unknown, number, boolean>;
|
|
93
93
|
appendTo: {
|
|
94
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
94
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>>;
|
|
95
95
|
readonly required: false;
|
|
96
96
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
97
97
|
__epPropKey: true;
|
|
98
98
|
};
|
|
99
|
-
props: import('element-plus/es/utils/
|
|
99
|
+
props: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => import('element-plus/es/components/select-v2/src/useProps').Props) | (() => import('element-plus/es/components/select-v2/src/useProps').Props) | (((new (...args: any[]) => import('element-plus/es/components/select-v2/src/useProps').Props) | (() => import('element-plus/es/components/select-v2/src/useProps').Props)) | null)[], unknown, unknown, () => Required<import('element-plus/es/components/select-v2/src/useProps').Props>, boolean>;
|
|
100
100
|
}>, {
|
|
101
101
|
reloadOptions: (params?: any) => void;
|
|
102
102
|
selectRef: import('vue').Ref<ElSelectInstance, ElSelectInstance>;
|
|
@@ -112,34 +112,34 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
112
112
|
options: import('vue').PropType<SelectOption[] | import('./types').SelectOptionFunction>;
|
|
113
113
|
ariaLabel: StringConstructor;
|
|
114
114
|
emptyValues: ArrayConstructor;
|
|
115
|
-
valueOnClear: import('element-plus/es/utils/
|
|
115
|
+
valueOnClear: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | (((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null)) | null)[], unknown, unknown, undefined, boolean>;
|
|
116
116
|
name: StringConstructor;
|
|
117
117
|
id: StringConstructor;
|
|
118
|
-
modelValue: import('element-plus/es/utils/
|
|
119
|
-
autocomplete: import('element-plus/es/utils/
|
|
118
|
+
modelValue: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string | number | boolean | Record<string, any> | import('element-plus/es/utils/vue/props/types').EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>[]) | (() => import('element-plus/es/utils/vue/props/types').EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown> | import('element-plus/es/utils/vue/props/types').EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>[] | null) | (((new (...args: any[]) => string | number | boolean | Record<string, any> | import('element-plus/es/utils/vue/props/types').EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>[]) | (() => import('element-plus/es/utils/vue/props/types').EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown> | import('element-plus/es/utils/vue/props/types').EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>[] | null)) | null)[], unknown, unknown, undefined, boolean>;
|
|
119
|
+
autocomplete: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
120
120
|
automaticDropdown: BooleanConstructor;
|
|
121
121
|
size: {
|
|
122
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
122
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
123
123
|
readonly required: false;
|
|
124
124
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
125
125
|
__epPropKey: true;
|
|
126
126
|
};
|
|
127
|
-
effect: import('element-plus/es/utils/
|
|
128
|
-
disabled: import('element-plus/es/utils/
|
|
127
|
+
effect: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | (((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect)) | null)[], unknown, unknown, string, boolean>;
|
|
128
|
+
disabled: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
129
129
|
clearable: BooleanConstructor;
|
|
130
130
|
filterable: BooleanConstructor;
|
|
131
131
|
allowCreate: BooleanConstructor;
|
|
132
132
|
loading: BooleanConstructor;
|
|
133
|
-
popperClass: import('element-plus/es/utils/
|
|
133
|
+
popperClass: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
134
134
|
popperStyle: {
|
|
135
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
135
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties) | (() => string | import('vue').CSSProperties) | (((new (...args: any[]) => string | import('vue').CSSProperties) | (() => string | import('vue').CSSProperties)) | null)[], unknown, unknown>>;
|
|
136
136
|
readonly required: false;
|
|
137
137
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
138
138
|
__epPropKey: true;
|
|
139
139
|
};
|
|
140
|
-
popperOptions: import('element-plus/es/utils/
|
|
140
|
+
popperOptions: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => Partial<import('element-plus').Options>) | (() => Partial<import('element-plus').Options>) | (((new (...args: any[]) => Partial<import('element-plus').Options>) | (() => Partial<import('element-plus').Options>)) | null)[], unknown, unknown, () => Partial<import('element-plus').Options>, boolean>;
|
|
141
141
|
remote: BooleanConstructor;
|
|
142
|
-
debounce: import('element-plus/es/utils/
|
|
142
|
+
debounce: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
143
143
|
loadingText: StringConstructor;
|
|
144
144
|
noMatchText: StringConstructor;
|
|
145
145
|
noDataText: StringConstructor;
|
|
@@ -156,7 +156,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
156
156
|
__epPropKey: true;
|
|
157
157
|
};
|
|
158
158
|
multiple: BooleanConstructor;
|
|
159
|
-
multipleLimit: import('element-plus/es/utils/
|
|
159
|
+
multipleLimit: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
160
160
|
placeholder: {
|
|
161
161
|
readonly type: import('vue').PropType<string>;
|
|
162
162
|
readonly required: false;
|
|
@@ -164,45 +164,45 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
164
164
|
__epPropKey: true;
|
|
165
165
|
};
|
|
166
166
|
defaultFirstOption: BooleanConstructor;
|
|
167
|
-
reserveKeyword: import('element-plus/es/utils/
|
|
168
|
-
valueKey: import('element-plus/es/utils/
|
|
167
|
+
reserveKeyword: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
168
|
+
valueKey: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
169
169
|
collapseTags: BooleanConstructor;
|
|
170
170
|
collapseTagsTooltip: BooleanConstructor;
|
|
171
|
-
tagTooltip: import('element-plus/es/utils/
|
|
172
|
-
maxCollapseTags: import('element-plus/es/utils/
|
|
173
|
-
teleported: import('element-plus/es/utils/
|
|
174
|
-
persistent: import('element-plus/es/utils/
|
|
175
|
-
clearIcon: import('element-plus/es/utils/
|
|
171
|
+
tagTooltip: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => import('element-plus').TagTooltipProps) | (() => import('element-plus').TagTooltipProps) | (((new (...args: any[]) => import('element-plus').TagTooltipProps) | (() => import('element-plus').TagTooltipProps)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
172
|
+
maxCollapseTags: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
173
|
+
teleported: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
174
|
+
persistent: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
175
|
+
clearIcon: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown, import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, boolean>;
|
|
176
176
|
fitInputWidth: BooleanConstructor;
|
|
177
|
-
suffixIcon: import('element-plus/es/utils/
|
|
177
|
+
suffixIcon: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown, import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, boolean>;
|
|
178
178
|
tagType: {
|
|
179
179
|
default: string;
|
|
180
|
-
type: import('vue').PropType<import('element-plus/es/utils/
|
|
180
|
+
type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<StringConstructor, "info" | "primary" | "success" | "warning" | "danger", unknown>>;
|
|
181
181
|
required: false;
|
|
182
182
|
validator: ((val: unknown) => boolean) | undefined;
|
|
183
183
|
__epPropKey: true;
|
|
184
184
|
};
|
|
185
185
|
tagEffect: {
|
|
186
186
|
default: string;
|
|
187
|
-
type: import('vue').PropType<import('element-plus/es/utils/
|
|
187
|
+
type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<StringConstructor, "light" | "dark" | "plain", unknown>>;
|
|
188
188
|
required: false;
|
|
189
189
|
validator: ((val: unknown) => boolean) | undefined;
|
|
190
190
|
__epPropKey: true;
|
|
191
191
|
};
|
|
192
|
-
validateEvent: import('element-plus/es/utils/
|
|
192
|
+
validateEvent: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
193
193
|
remoteShowSuffix: BooleanConstructor;
|
|
194
|
-
showArrow: import('element-plus/es/utils/
|
|
195
|
-
offset: import('element-plus/es/utils/
|
|
196
|
-
placement: import('element-plus/es/utils/
|
|
197
|
-
fallbackPlacements: import('element-plus/es/utils/
|
|
198
|
-
tabindex: import('element-plus/es/utils/
|
|
194
|
+
showArrow: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
195
|
+
offset: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
196
|
+
placement: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | (((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement)) | null)[], import('element-plus').Placement, unknown, string, boolean>;
|
|
197
|
+
fallbackPlacements: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => import('element-plus').Placement[]) | (() => import('element-plus').Placement[]) | (((new (...args: any[]) => import('element-plus').Placement[]) | (() => import('element-plus').Placement[])) | null)[], unknown, unknown, string[], boolean>;
|
|
198
|
+
tabindex: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(StringConstructor | NumberConstructor)[], unknown, unknown, number, boolean>;
|
|
199
199
|
appendTo: {
|
|
200
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
200
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>>;
|
|
201
201
|
readonly required: false;
|
|
202
202
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
203
203
|
__epPropKey: true;
|
|
204
204
|
};
|
|
205
|
-
props: import('element-plus/es/utils/
|
|
205
|
+
props: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => import('element-plus/es/components/select-v2/src/useProps').Props) | (() => import('element-plus/es/components/select-v2/src/useProps').Props) | (((new (...args: any[]) => import('element-plus/es/components/select-v2/src/useProps').Props) | (() => import('element-plus/es/components/select-v2/src/useProps').Props)) | null)[], unknown, unknown, () => Required<import('element-plus/es/components/select-v2/src/useProps').Props>, boolean>;
|
|
206
206
|
}>> & Readonly<{
|
|
207
207
|
onFocus?: ((_e: FocusEvent) => any) | undefined;
|
|
208
208
|
onBlur?: ((_e: FocusEvent) => any) | undefined;
|
|
@@ -212,23 +212,23 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
212
212
|
"onVisible-change"?: ((_visible: boolean) => any) | undefined;
|
|
213
213
|
"onRemove-tag"?: ((_value: any) => any) | undefined;
|
|
214
214
|
}>, {
|
|
215
|
-
disabled: import('element-plus/es/utils/
|
|
216
|
-
modelValue: import('element-plus/es/utils/
|
|
215
|
+
disabled: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
216
|
+
modelValue: import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => string | number | boolean | Record<string, any> | import('element-plus/es/utils/vue/props/types').EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>[]) | (() => import('element-plus/es/utils/vue/props/types').EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown> | import('element-plus/es/utils/vue/props/types').EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>[] | null) | ((new (...args: any[]) => string | number | boolean | Record<string, any> | import('element-plus/es/utils/vue/props/types').EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>[]) | (() => import('element-plus/es/utils/vue/props/types').EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown> | import('element-plus/es/utils/vue/props/types').EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>[] | null) | null)[], unknown, unknown>;
|
|
217
217
|
autocomplete: string;
|
|
218
218
|
clearable: boolean;
|
|
219
|
-
clearIcon: import('element-plus/es/utils/
|
|
220
|
-
suffixIcon: import('element-plus/es/utils/
|
|
221
|
-
tabindex: import('element-plus/es/utils/
|
|
222
|
-
validateEvent: import('element-plus/es/utils/
|
|
223
|
-
effect: import('element-plus/es/utils/
|
|
219
|
+
clearIcon: import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | null)[], unknown, unknown>;
|
|
220
|
+
suffixIcon: import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | null)[], unknown, unknown>;
|
|
221
|
+
tabindex: import('element-plus/es/utils/vue/props/types').EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
222
|
+
validateEvent: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
223
|
+
effect: import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | null)[], unknown, unknown>;
|
|
224
224
|
popperClass: string;
|
|
225
225
|
fallbackPlacements: import('element-plus').Placement[];
|
|
226
226
|
offset: number;
|
|
227
|
-
placement: import('element-plus/es/utils/
|
|
227
|
+
placement: import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | ((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | null)[], import('element-plus').Placement, unknown>;
|
|
228
228
|
popperOptions: Partial<import('element-plus').Options>;
|
|
229
|
-
showArrow: import('element-plus/es/utils/
|
|
230
|
-
persistent: import('element-plus/es/utils/
|
|
231
|
-
teleported: import('element-plus/es/utils/
|
|
229
|
+
showArrow: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
230
|
+
persistent: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
231
|
+
teleported: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
232
232
|
valueKey: string;
|
|
233
233
|
debounce: number;
|
|
234
234
|
fitInputWidth: boolean;
|
|
@@ -238,16 +238,16 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
238
238
|
collapseTags: boolean;
|
|
239
239
|
maxCollapseTags: number;
|
|
240
240
|
collapseTagsTooltip: boolean;
|
|
241
|
-
tagType: import('element-plus/es/utils/
|
|
242
|
-
tagEffect: import('element-plus/es/utils/
|
|
243
|
-
valueOnClear: import('element-plus/es/utils/
|
|
241
|
+
tagType: import('element-plus/es/utils/vue/props/types').EpPropMergeType<StringConstructor, "info" | "primary" | "success" | "warning" | "danger", unknown>;
|
|
242
|
+
tagEffect: import('element-plus/es/utils/vue/props/types').EpPropMergeType<StringConstructor, "light" | "plain" | "dark", unknown>;
|
|
243
|
+
valueOnClear: import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | null)[], unknown, unknown>;
|
|
244
244
|
automaticDropdown: boolean;
|
|
245
245
|
allowCreate: boolean;
|
|
246
246
|
remote: boolean;
|
|
247
247
|
multiple: boolean;
|
|
248
248
|
multipleLimit: number;
|
|
249
249
|
defaultFirstOption: boolean;
|
|
250
|
-
reserveKeyword: import('element-plus/es/utils/
|
|
250
|
+
reserveKeyword: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
251
251
|
tagTooltip: import('element-plus').TagTooltipProps;
|
|
252
252
|
remoteShowSuffix: boolean;
|
|
253
253
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -9,34 +9,34 @@ export declare const selectProps: {
|
|
|
9
9
|
options: PropType<SelectOption[] | SelectOptionFunction>;
|
|
10
10
|
ariaLabel: StringConstructor;
|
|
11
11
|
emptyValues: ArrayConstructor;
|
|
12
|
-
valueOnClear: import('element-plus/es/utils/
|
|
12
|
+
valueOnClear: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | (((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null)) | null)[], unknown, unknown, undefined, boolean>;
|
|
13
13
|
name: StringConstructor;
|
|
14
14
|
id: StringConstructor;
|
|
15
|
-
modelValue: import('element-plus/es/utils/
|
|
16
|
-
autocomplete: import('element-plus/es/utils/
|
|
15
|
+
modelValue: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string | number | boolean | Record<string, any> | import('element-plus/es/utils/vue/props/types').EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>[]) | (() => import('element-plus/es/utils/vue/props/types').EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown> | import('element-plus/es/utils/vue/props/types').EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>[] | null) | (((new (...args: any[]) => string | number | boolean | Record<string, any> | import('element-plus/es/utils/vue/props/types').EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>[]) | (() => import('element-plus/es/utils/vue/props/types').EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown> | import('element-plus/es/utils/vue/props/types').EpPropMergeType<(BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>[] | null)) | null)[], unknown, unknown, undefined, boolean>;
|
|
16
|
+
autocomplete: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
17
17
|
automaticDropdown: BooleanConstructor;
|
|
18
18
|
size: {
|
|
19
|
-
readonly type: PropType<import('element-plus/es/utils/
|
|
19
|
+
readonly type: PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
20
20
|
readonly required: false;
|
|
21
21
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
22
22
|
__epPropKey: true;
|
|
23
23
|
};
|
|
24
|
-
effect: import('element-plus/es/utils/
|
|
25
|
-
disabled: import('element-plus/es/utils/
|
|
24
|
+
effect: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | (((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect)) | null)[], unknown, unknown, string, boolean>;
|
|
25
|
+
disabled: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
26
26
|
clearable: BooleanConstructor;
|
|
27
27
|
filterable: BooleanConstructor;
|
|
28
28
|
allowCreate: BooleanConstructor;
|
|
29
29
|
loading: BooleanConstructor;
|
|
30
|
-
popperClass: import('element-plus/es/utils/
|
|
30
|
+
popperClass: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
31
31
|
popperStyle: {
|
|
32
|
-
readonly type: PropType<import('element-plus/es/utils/
|
|
32
|
+
readonly type: PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties) | (() => string | import('vue').CSSProperties) | (((new (...args: any[]) => string | import('vue').CSSProperties) | (() => string | import('vue').CSSProperties)) | null)[], unknown, unknown>>;
|
|
33
33
|
readonly required: false;
|
|
34
34
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
35
35
|
__epPropKey: true;
|
|
36
36
|
};
|
|
37
|
-
popperOptions: import('element-plus/es/utils/
|
|
37
|
+
popperOptions: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => Partial<import('element-plus').Options>) | (() => Partial<import('element-plus').Options>) | (((new (...args: any[]) => Partial<import('element-plus').Options>) | (() => Partial<import('element-plus').Options>)) | null)[], unknown, unknown, () => Partial<import('element-plus').Options>, boolean>;
|
|
38
38
|
remote: BooleanConstructor;
|
|
39
|
-
debounce: import('element-plus/es/utils/
|
|
39
|
+
debounce: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
40
40
|
loadingText: StringConstructor;
|
|
41
41
|
noMatchText: StringConstructor;
|
|
42
42
|
noDataText: StringConstructor;
|
|
@@ -53,7 +53,7 @@ export declare const selectProps: {
|
|
|
53
53
|
__epPropKey: true;
|
|
54
54
|
};
|
|
55
55
|
multiple: BooleanConstructor;
|
|
56
|
-
multipleLimit: import('element-plus/es/utils/
|
|
56
|
+
multipleLimit: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
57
57
|
placeholder: {
|
|
58
58
|
readonly type: PropType<string>;
|
|
59
59
|
readonly required: false;
|
|
@@ -61,45 +61,45 @@ export declare const selectProps: {
|
|
|
61
61
|
__epPropKey: true;
|
|
62
62
|
};
|
|
63
63
|
defaultFirstOption: BooleanConstructor;
|
|
64
|
-
reserveKeyword: import('element-plus/es/utils/
|
|
65
|
-
valueKey: import('element-plus/es/utils/
|
|
64
|
+
reserveKeyword: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
65
|
+
valueKey: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
66
66
|
collapseTags: BooleanConstructor;
|
|
67
67
|
collapseTagsTooltip: BooleanConstructor;
|
|
68
|
-
tagTooltip: import('element-plus/es/utils/
|
|
69
|
-
maxCollapseTags: import('element-plus/es/utils/
|
|
70
|
-
teleported: import('element-plus/es/utils/
|
|
71
|
-
persistent: import('element-plus/es/utils/
|
|
72
|
-
clearIcon: import('element-plus/es/utils/
|
|
68
|
+
tagTooltip: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => import('element-plus').TagTooltipProps) | (() => import('element-plus').TagTooltipProps) | (((new (...args: any[]) => import('element-plus').TagTooltipProps) | (() => import('element-plus').TagTooltipProps)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
69
|
+
maxCollapseTags: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
70
|
+
teleported: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
71
|
+
persistent: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
72
|
+
clearIcon: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown, import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, boolean>;
|
|
73
73
|
fitInputWidth: BooleanConstructor;
|
|
74
|
-
suffixIcon: import('element-plus/es/utils/
|
|
74
|
+
suffixIcon: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown, import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, boolean>;
|
|
75
75
|
tagType: {
|
|
76
76
|
default: string;
|
|
77
|
-
type: PropType<import('element-plus/es/utils/
|
|
77
|
+
type: PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<StringConstructor, "info" | "primary" | "success" | "warning" | "danger", unknown>>;
|
|
78
78
|
required: false;
|
|
79
79
|
validator: ((val: unknown) => boolean) | undefined;
|
|
80
80
|
__epPropKey: true;
|
|
81
81
|
};
|
|
82
82
|
tagEffect: {
|
|
83
83
|
default: string;
|
|
84
|
-
type: PropType<import('element-plus/es/utils/
|
|
84
|
+
type: PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<StringConstructor, "light" | "dark" | "plain", unknown>>;
|
|
85
85
|
required: false;
|
|
86
86
|
validator: ((val: unknown) => boolean) | undefined;
|
|
87
87
|
__epPropKey: true;
|
|
88
88
|
};
|
|
89
|
-
validateEvent: import('element-plus/es/utils/
|
|
89
|
+
validateEvent: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
90
90
|
remoteShowSuffix: BooleanConstructor;
|
|
91
|
-
showArrow: import('element-plus/es/utils/
|
|
92
|
-
offset: import('element-plus/es/utils/
|
|
93
|
-
placement: import('element-plus/es/utils/
|
|
94
|
-
fallbackPlacements: import('element-plus/es/utils/
|
|
95
|
-
tabindex: import('element-plus/es/utils/
|
|
91
|
+
showArrow: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
92
|
+
offset: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
93
|
+
placement: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | (((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement)) | null)[], import('element-plus').Placement, unknown, string, boolean>;
|
|
94
|
+
fallbackPlacements: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => import('element-plus').Placement[]) | (() => import('element-plus').Placement[]) | (((new (...args: any[]) => import('element-plus').Placement[]) | (() => import('element-plus').Placement[])) | null)[], unknown, unknown, string[], boolean>;
|
|
95
|
+
tabindex: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(StringConstructor | NumberConstructor)[], unknown, unknown, number, boolean>;
|
|
96
96
|
appendTo: {
|
|
97
|
-
readonly type: PropType<import('element-plus/es/utils/
|
|
97
|
+
readonly type: PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>>;
|
|
98
98
|
readonly required: false;
|
|
99
99
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
100
100
|
__epPropKey: true;
|
|
101
101
|
};
|
|
102
|
-
props: import('element-plus/es/utils/
|
|
102
|
+
props: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => import('element-plus/es/components/select-v2/src/useProps').Props) | (() => import('element-plus/es/components/select-v2/src/useProps').Props) | (((new (...args: any[]) => import('element-plus/es/components/select-v2/src/useProps').Props) | (() => import('element-plus/es/components/select-v2/src/useProps').Props)) | null)[], unknown, unknown, () => Required<import('element-plus/es/components/select-v2/src/useProps').Props>, boolean>;
|
|
103
103
|
};
|
|
104
104
|
export type SelectProps = ExtractPropTypes<typeof selectProps>;
|
|
105
105
|
/**
|