ele-admin-plus 1.6.0-beta.1 → 1.6.0-beta.2
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
|
@@ -9,15 +9,15 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
9
9
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10
10
|
__epPropKey: true;
|
|
11
11
|
};
|
|
12
|
-
renderAfterExpand: import('element-plus/es/utils/
|
|
12
|
+
renderAfterExpand: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13
13
|
nodeKey: StringConstructor;
|
|
14
14
|
checkStrictly: BooleanConstructor;
|
|
15
15
|
defaultExpandAll: BooleanConstructor;
|
|
16
|
-
expandOnClickNode: import('element-plus/es/utils/
|
|
16
|
+
expandOnClickNode: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
17
17
|
checkOnClickNode: BooleanConstructor;
|
|
18
|
-
checkOnClickLeaf: import('element-plus/es/utils/
|
|
18
|
+
checkOnClickLeaf: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
19
19
|
checkDescendants: BooleanConstructor;
|
|
20
|
-
autoExpandParent: import('element-plus/es/utils/
|
|
20
|
+
autoExpandParent: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
21
21
|
defaultCheckedKeys: {
|
|
22
22
|
readonly type: import('vue').PropType<import('element-plus').TreeKey[]>;
|
|
23
23
|
readonly required: false;
|
|
@@ -31,7 +31,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
31
31
|
__epPropKey: true;
|
|
32
32
|
};
|
|
33
33
|
currentNodeKey: {
|
|
34
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
34
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>>;
|
|
35
35
|
readonly required: false;
|
|
36
36
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
37
37
|
__epPropKey: true;
|
|
@@ -56,7 +56,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
56
56
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
57
57
|
__epPropKey: true;
|
|
58
58
|
};
|
|
59
|
-
props: import('element-plus/es/utils/
|
|
59
|
+
props: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => import('element-plus').TreeOptionProps) | (() => import('element-plus').TreeOptionProps) | (((new (...args: any[]) => import('element-plus').TreeOptionProps) | (() => import('element-plus').TreeOptionProps)) | null)[], unknown, unknown, () => {
|
|
60
60
|
children: string;
|
|
61
61
|
label: string;
|
|
62
62
|
disabled: string;
|
|
@@ -76,43 +76,43 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
76
76
|
__epPropKey: true;
|
|
77
77
|
};
|
|
78
78
|
accordion: BooleanConstructor;
|
|
79
|
-
indent: import('element-plus/es/utils/
|
|
79
|
+
indent: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 18, boolean>;
|
|
80
80
|
icon: {
|
|
81
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
81
|
+
readonly type: import('vue').PropType<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>>;
|
|
82
82
|
readonly required: false;
|
|
83
83
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
84
84
|
__epPropKey: true;
|
|
85
85
|
};
|
|
86
86
|
ariaLabel: StringConstructor;
|
|
87
87
|
emptyValues: ArrayConstructor;
|
|
88
|
-
valueOnClear: import('element-plus/es/utils/
|
|
88
|
+
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>;
|
|
89
89
|
name: StringConstructor;
|
|
90
90
|
id: StringConstructor;
|
|
91
|
-
modelValue: import('element-plus/es/utils/
|
|
92
|
-
autocomplete: import('element-plus/es/utils/
|
|
91
|
+
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>;
|
|
92
|
+
autocomplete: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
93
93
|
automaticDropdown: BooleanConstructor;
|
|
94
94
|
size: {
|
|
95
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
95
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
96
96
|
readonly required: false;
|
|
97
97
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
98
98
|
__epPropKey: true;
|
|
99
99
|
};
|
|
100
|
-
effect: import('element-plus/es/utils/
|
|
101
|
-
disabled: import('element-plus/es/utils/
|
|
100
|
+
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>;
|
|
101
|
+
disabled: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
102
102
|
clearable: BooleanConstructor;
|
|
103
103
|
filterable: BooleanConstructor;
|
|
104
104
|
allowCreate: BooleanConstructor;
|
|
105
105
|
loading: BooleanConstructor;
|
|
106
|
-
popperClass: import('element-plus/es/utils/
|
|
106
|
+
popperClass: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
107
107
|
popperStyle: {
|
|
108
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
108
|
+
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>>;
|
|
109
109
|
readonly required: false;
|
|
110
110
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
111
111
|
__epPropKey: true;
|
|
112
112
|
};
|
|
113
|
-
popperOptions: import('element-plus/es/utils/
|
|
113
|
+
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>;
|
|
114
114
|
remote: BooleanConstructor;
|
|
115
|
-
debounce: import('element-plus/es/utils/
|
|
115
|
+
debounce: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
116
116
|
loadingText: StringConstructor;
|
|
117
117
|
noMatchText: StringConstructor;
|
|
118
118
|
noDataText: StringConstructor;
|
|
@@ -129,7 +129,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
129
129
|
__epPropKey: true;
|
|
130
130
|
};
|
|
131
131
|
multiple: BooleanConstructor;
|
|
132
|
-
multipleLimit: import('element-plus/es/utils/
|
|
132
|
+
multipleLimit: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
133
133
|
placeholder: {
|
|
134
134
|
readonly type: import('vue').PropType<string>;
|
|
135
135
|
readonly required: false;
|
|
@@ -137,40 +137,40 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
137
137
|
__epPropKey: true;
|
|
138
138
|
};
|
|
139
139
|
defaultFirstOption: BooleanConstructor;
|
|
140
|
-
reserveKeyword: import('element-plus/es/utils/
|
|
141
|
-
valueKey: import('element-plus/es/utils/
|
|
140
|
+
reserveKeyword: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
141
|
+
valueKey: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
142
142
|
collapseTags: BooleanConstructor;
|
|
143
143
|
collapseTagsTooltip: BooleanConstructor;
|
|
144
|
-
tagTooltip: import('element-plus/es/utils/
|
|
145
|
-
maxCollapseTags: import('element-plus/es/utils/
|
|
146
|
-
teleported: import('element-plus/es/utils/
|
|
147
|
-
persistent: import('element-plus/es/utils/
|
|
148
|
-
clearIcon: import('element-plus/es/utils/
|
|
144
|
+
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>;
|
|
145
|
+
maxCollapseTags: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
146
|
+
teleported: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
147
|
+
persistent: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
148
|
+
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>;
|
|
149
149
|
fitInputWidth: BooleanConstructor;
|
|
150
|
-
suffixIcon: import('element-plus/es/utils/
|
|
150
|
+
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>;
|
|
151
151
|
tagType: {
|
|
152
152
|
default: string;
|
|
153
|
-
type: import('vue').PropType<import('element-plus/es/utils/
|
|
153
|
+
type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<StringConstructor, "info" | "primary" | "success" | "warning" | "danger", unknown>>;
|
|
154
154
|
required: false;
|
|
155
155
|
validator: ((val: unknown) => boolean) | undefined;
|
|
156
156
|
__epPropKey: true;
|
|
157
157
|
};
|
|
158
158
|
tagEffect: {
|
|
159
159
|
default: string;
|
|
160
|
-
type: import('vue').PropType<import('element-plus/es/utils/
|
|
160
|
+
type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<StringConstructor, "light" | "dark" | "plain", unknown>>;
|
|
161
161
|
required: false;
|
|
162
162
|
validator: ((val: unknown) => boolean) | undefined;
|
|
163
163
|
__epPropKey: true;
|
|
164
164
|
};
|
|
165
|
-
validateEvent: import('element-plus/es/utils/
|
|
165
|
+
validateEvent: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
166
166
|
remoteShowSuffix: BooleanConstructor;
|
|
167
|
-
showArrow: import('element-plus/es/utils/
|
|
168
|
-
offset: import('element-plus/es/utils/
|
|
169
|
-
placement: import('element-plus/es/utils/
|
|
170
|
-
fallbackPlacements: import('element-plus/es/utils/
|
|
171
|
-
tabindex: import('element-plus/es/utils/
|
|
167
|
+
showArrow: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
168
|
+
offset: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
169
|
+
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>;
|
|
170
|
+
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>;
|
|
171
|
+
tabindex: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(StringConstructor | NumberConstructor)[], unknown, unknown, number, boolean>;
|
|
172
172
|
appendTo: {
|
|
173
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
173
|
+
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>>;
|
|
174
174
|
readonly required: false;
|
|
175
175
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
176
176
|
__epPropKey: true;
|
|
@@ -194,15 +194,15 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
194
194
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
195
195
|
__epPropKey: true;
|
|
196
196
|
};
|
|
197
|
-
renderAfterExpand: import('element-plus/es/utils/
|
|
197
|
+
renderAfterExpand: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
198
198
|
nodeKey: StringConstructor;
|
|
199
199
|
checkStrictly: BooleanConstructor;
|
|
200
200
|
defaultExpandAll: BooleanConstructor;
|
|
201
|
-
expandOnClickNode: import('element-plus/es/utils/
|
|
201
|
+
expandOnClickNode: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
202
202
|
checkOnClickNode: BooleanConstructor;
|
|
203
|
-
checkOnClickLeaf: import('element-plus/es/utils/
|
|
203
|
+
checkOnClickLeaf: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
204
204
|
checkDescendants: BooleanConstructor;
|
|
205
|
-
autoExpandParent: import('element-plus/es/utils/
|
|
205
|
+
autoExpandParent: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
206
206
|
defaultCheckedKeys: {
|
|
207
207
|
readonly type: import('vue').PropType<import('element-plus').TreeKey[]>;
|
|
208
208
|
readonly required: false;
|
|
@@ -216,7 +216,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
216
216
|
__epPropKey: true;
|
|
217
217
|
};
|
|
218
218
|
currentNodeKey: {
|
|
219
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
219
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>>;
|
|
220
220
|
readonly required: false;
|
|
221
221
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
222
222
|
__epPropKey: true;
|
|
@@ -241,7 +241,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
241
241
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
242
242
|
__epPropKey: true;
|
|
243
243
|
};
|
|
244
|
-
props: import('element-plus/es/utils/
|
|
244
|
+
props: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => import('element-plus').TreeOptionProps) | (() => import('element-plus').TreeOptionProps) | (((new (...args: any[]) => import('element-plus').TreeOptionProps) | (() => import('element-plus').TreeOptionProps)) | null)[], unknown, unknown, () => {
|
|
245
245
|
children: string;
|
|
246
246
|
label: string;
|
|
247
247
|
disabled: string;
|
|
@@ -261,43 +261,43 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
261
261
|
__epPropKey: true;
|
|
262
262
|
};
|
|
263
263
|
accordion: BooleanConstructor;
|
|
264
|
-
indent: import('element-plus/es/utils/
|
|
264
|
+
indent: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 18, boolean>;
|
|
265
265
|
icon: {
|
|
266
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
266
|
+
readonly type: import('vue').PropType<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>>;
|
|
267
267
|
readonly required: false;
|
|
268
268
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
269
269
|
__epPropKey: true;
|
|
270
270
|
};
|
|
271
271
|
ariaLabel: StringConstructor;
|
|
272
272
|
emptyValues: ArrayConstructor;
|
|
273
|
-
valueOnClear: import('element-plus/es/utils/
|
|
273
|
+
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>;
|
|
274
274
|
name: StringConstructor;
|
|
275
275
|
id: StringConstructor;
|
|
276
|
-
modelValue: import('element-plus/es/utils/
|
|
277
|
-
autocomplete: import('element-plus/es/utils/
|
|
276
|
+
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>;
|
|
277
|
+
autocomplete: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
278
278
|
automaticDropdown: BooleanConstructor;
|
|
279
279
|
size: {
|
|
280
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
280
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
281
281
|
readonly required: false;
|
|
282
282
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
283
283
|
__epPropKey: true;
|
|
284
284
|
};
|
|
285
|
-
effect: import('element-plus/es/utils/
|
|
286
|
-
disabled: import('element-plus/es/utils/
|
|
285
|
+
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>;
|
|
286
|
+
disabled: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
287
287
|
clearable: BooleanConstructor;
|
|
288
288
|
filterable: BooleanConstructor;
|
|
289
289
|
allowCreate: BooleanConstructor;
|
|
290
290
|
loading: BooleanConstructor;
|
|
291
|
-
popperClass: import('element-plus/es/utils/
|
|
291
|
+
popperClass: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
292
292
|
popperStyle: {
|
|
293
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
293
|
+
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>>;
|
|
294
294
|
readonly required: false;
|
|
295
295
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
296
296
|
__epPropKey: true;
|
|
297
297
|
};
|
|
298
|
-
popperOptions: import('element-plus/es/utils/
|
|
298
|
+
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>;
|
|
299
299
|
remote: BooleanConstructor;
|
|
300
|
-
debounce: import('element-plus/es/utils/
|
|
300
|
+
debounce: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
301
301
|
loadingText: StringConstructor;
|
|
302
302
|
noMatchText: StringConstructor;
|
|
303
303
|
noDataText: StringConstructor;
|
|
@@ -314,7 +314,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
314
314
|
__epPropKey: true;
|
|
315
315
|
};
|
|
316
316
|
multiple: BooleanConstructor;
|
|
317
|
-
multipleLimit: import('element-plus/es/utils/
|
|
317
|
+
multipleLimit: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
318
318
|
placeholder: {
|
|
319
319
|
readonly type: import('vue').PropType<string>;
|
|
320
320
|
readonly required: false;
|
|
@@ -322,40 +322,40 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
322
322
|
__epPropKey: true;
|
|
323
323
|
};
|
|
324
324
|
defaultFirstOption: BooleanConstructor;
|
|
325
|
-
reserveKeyword: import('element-plus/es/utils/
|
|
326
|
-
valueKey: import('element-plus/es/utils/
|
|
325
|
+
reserveKeyword: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
326
|
+
valueKey: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
327
327
|
collapseTags: BooleanConstructor;
|
|
328
328
|
collapseTagsTooltip: BooleanConstructor;
|
|
329
|
-
tagTooltip: import('element-plus/es/utils/
|
|
330
|
-
maxCollapseTags: import('element-plus/es/utils/
|
|
331
|
-
teleported: import('element-plus/es/utils/
|
|
332
|
-
persistent: import('element-plus/es/utils/
|
|
333
|
-
clearIcon: import('element-plus/es/utils/
|
|
329
|
+
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>;
|
|
330
|
+
maxCollapseTags: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
331
|
+
teleported: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
332
|
+
persistent: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
333
|
+
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>;
|
|
334
334
|
fitInputWidth: BooleanConstructor;
|
|
335
|
-
suffixIcon: import('element-plus/es/utils/
|
|
335
|
+
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>;
|
|
336
336
|
tagType: {
|
|
337
337
|
default: string;
|
|
338
|
-
type: import('vue').PropType<import('element-plus/es/utils/
|
|
338
|
+
type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<StringConstructor, "info" | "primary" | "success" | "warning" | "danger", unknown>>;
|
|
339
339
|
required: false;
|
|
340
340
|
validator: ((val: unknown) => boolean) | undefined;
|
|
341
341
|
__epPropKey: true;
|
|
342
342
|
};
|
|
343
343
|
tagEffect: {
|
|
344
344
|
default: string;
|
|
345
|
-
type: import('vue').PropType<import('element-plus/es/utils/
|
|
345
|
+
type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<StringConstructor, "light" | "dark" | "plain", unknown>>;
|
|
346
346
|
required: false;
|
|
347
347
|
validator: ((val: unknown) => boolean) | undefined;
|
|
348
348
|
__epPropKey: true;
|
|
349
349
|
};
|
|
350
|
-
validateEvent: import('element-plus/es/utils/
|
|
350
|
+
validateEvent: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
351
351
|
remoteShowSuffix: BooleanConstructor;
|
|
352
|
-
showArrow: import('element-plus/es/utils/
|
|
353
|
-
offset: import('element-plus/es/utils/
|
|
354
|
-
placement: import('element-plus/es/utils/
|
|
355
|
-
fallbackPlacements: import('element-plus/es/utils/
|
|
356
|
-
tabindex: import('element-plus/es/utils/
|
|
352
|
+
showArrow: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
353
|
+
offset: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
354
|
+
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>;
|
|
355
|
+
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>;
|
|
356
|
+
tabindex: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(StringConstructor | NumberConstructor)[], unknown, unknown, number, boolean>;
|
|
357
357
|
appendTo: {
|
|
358
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
358
|
+
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>>;
|
|
359
359
|
readonly required: false;
|
|
360
360
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
361
361
|
__epPropKey: true;
|
|
@@ -369,23 +369,23 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
369
369
|
}>> & Readonly<{
|
|
370
370
|
"onUpdate:modelValue"?: ((_value: any) => any) | undefined;
|
|
371
371
|
}>, {
|
|
372
|
-
disabled: import('element-plus/es/utils/
|
|
373
|
-
modelValue: import('element-plus/es/utils/
|
|
372
|
+
disabled: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
373
|
+
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>;
|
|
374
374
|
autocomplete: string;
|
|
375
375
|
clearable: boolean;
|
|
376
|
-
clearIcon: import('element-plus/es/utils/
|
|
377
|
-
suffixIcon: import('element-plus/es/utils/
|
|
378
|
-
tabindex: import('element-plus/es/utils/
|
|
379
|
-
validateEvent: import('element-plus/es/utils/
|
|
380
|
-
effect: import('element-plus/es/utils/
|
|
376
|
+
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>;
|
|
377
|
+
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>;
|
|
378
|
+
tabindex: import('element-plus/es/utils/vue/props/types').EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
379
|
+
validateEvent: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
380
|
+
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>;
|
|
381
381
|
popperClass: string;
|
|
382
382
|
fallbackPlacements: import('element-plus').Placement[];
|
|
383
383
|
offset: number;
|
|
384
|
-
placement: import('element-plus/es/utils/
|
|
384
|
+
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>;
|
|
385
385
|
popperOptions: Partial<import('element-plus').Options>;
|
|
386
|
-
showArrow: import('element-plus/es/utils/
|
|
387
|
-
persistent: import('element-plus/es/utils/
|
|
388
|
-
teleported: import('element-plus/es/utils/
|
|
386
|
+
showArrow: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
387
|
+
persistent: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
388
|
+
teleported: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
389
389
|
valueKey: string;
|
|
390
390
|
debounce: number;
|
|
391
391
|
fitInputWidth: boolean;
|
|
@@ -395,10 +395,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
395
395
|
collapseTags: boolean;
|
|
396
396
|
maxCollapseTags: number;
|
|
397
397
|
collapseTagsTooltip: boolean;
|
|
398
|
-
tagType: import('element-plus/es/utils/
|
|
399
|
-
tagEffect: import('element-plus/es/utils/
|
|
398
|
+
tagType: import('element-plus/es/utils/vue/props/types').EpPropMergeType<StringConstructor, "info" | "primary" | "success" | "warning" | "danger", unknown>;
|
|
399
|
+
tagEffect: import('element-plus/es/utils/vue/props/types').EpPropMergeType<StringConstructor, "light" | "plain" | "dark", unknown>;
|
|
400
400
|
checkOnClickNode: boolean;
|
|
401
|
-
valueOnClear: import('element-plus/es/utils/
|
|
401
|
+
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>;
|
|
402
402
|
draggable: boolean;
|
|
403
403
|
lazy: boolean;
|
|
404
404
|
automaticDropdown: boolean;
|
|
@@ -407,17 +407,17 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
407
407
|
multiple: boolean;
|
|
408
408
|
multipleLimit: number;
|
|
409
409
|
defaultFirstOption: boolean;
|
|
410
|
-
reserveKeyword: import('element-plus/es/utils/
|
|
410
|
+
reserveKeyword: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
411
411
|
tagTooltip: import('element-plus').TagTooltipProps;
|
|
412
412
|
remoteShowSuffix: boolean;
|
|
413
413
|
defaultExpandAll: boolean;
|
|
414
414
|
indent: number;
|
|
415
|
-
renderAfterExpand: import('element-plus/es/utils/
|
|
415
|
+
renderAfterExpand: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
416
416
|
checkStrictly: boolean;
|
|
417
|
-
expandOnClickNode: import('element-plus/es/utils/
|
|
418
|
-
checkOnClickLeaf: import('element-plus/es/utils/
|
|
417
|
+
expandOnClickNode: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
418
|
+
checkOnClickLeaf: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
419
419
|
checkDescendants: boolean;
|
|
420
|
-
autoExpandParent: import('element-plus/es/utils/
|
|
420
|
+
autoExpandParent: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
421
421
|
showCheckbox: boolean;
|
|
422
422
|
highlightCurrent: boolean;
|
|
423
423
|
accordion: boolean;
|