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
|
@@ -33,13 +33,13 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
33
33
|
flexTable: import('vue').PropType<boolean | "auto">;
|
|
34
34
|
customFooter: BooleanConstructor;
|
|
35
35
|
form: BooleanConstructor;
|
|
36
|
-
direction: import('element-plus/es/utils/
|
|
36
|
+
direction: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, "ltr" | "rtl" | "ttb" | "btt", unknown, "rtl", boolean>;
|
|
37
37
|
resizable: BooleanConstructor;
|
|
38
|
-
size: import('element-plus/es/utils/
|
|
39
|
-
withHeader: import('element-plus/es/utils/
|
|
40
|
-
modalFade: import('element-plus/es/utils/
|
|
41
|
-
headerAriaLevel: import('element-plus/es/utils/
|
|
42
|
-
appendTo: import('element-plus/es/utils/
|
|
38
|
+
size: import('element-plus/es/utils/vue/props/types').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "30%", boolean>;
|
|
39
|
+
withHeader: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
40
|
+
modalFade: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
41
|
+
headerAriaLevel: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
42
|
+
appendTo: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown, "body", boolean>;
|
|
43
43
|
beforeClose: {
|
|
44
44
|
readonly type: import('vue').PropType<import('element-plus').DialogBeforeCloseFn>;
|
|
45
45
|
readonly required: false;
|
|
@@ -47,13 +47,13 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
47
47
|
__epPropKey: true;
|
|
48
48
|
};
|
|
49
49
|
destroyOnClose: BooleanConstructor;
|
|
50
|
-
closeOnClickModal: import('element-plus/es/utils/
|
|
51
|
-
closeOnPressEscape: import('element-plus/es/utils/
|
|
52
|
-
lockScroll: import('element-plus/es/utils/
|
|
53
|
-
modal: import('element-plus/es/utils/
|
|
50
|
+
closeOnClickModal: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
51
|
+
closeOnPressEscape: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
52
|
+
lockScroll: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
53
|
+
modal: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
54
54
|
modalPenetrable: BooleanConstructor;
|
|
55
|
-
openDelay: import('element-plus/es/utils/
|
|
56
|
-
closeDelay: import('element-plus/es/utils/
|
|
55
|
+
openDelay: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
56
|
+
closeDelay: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
57
57
|
top: {
|
|
58
58
|
readonly type: import('vue').PropType<string>;
|
|
59
59
|
readonly required: false;
|
|
@@ -66,7 +66,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
66
66
|
bodyClass: StringConstructor;
|
|
67
67
|
footerClass: StringConstructor;
|
|
68
68
|
width: {
|
|
69
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
69
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
70
70
|
readonly required: false;
|
|
71
71
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
72
72
|
__epPropKey: true;
|
|
@@ -78,21 +78,21 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
78
78
|
__epPropKey: true;
|
|
79
79
|
};
|
|
80
80
|
trapFocus: BooleanConstructor;
|
|
81
|
-
transition: import('element-plus/es/utils/
|
|
81
|
+
transition: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition) | (((new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition)) | null)[], unknown, unknown, undefined, boolean>;
|
|
82
82
|
center: BooleanConstructor;
|
|
83
|
-
alignCenter: import('element-plus/es/utils/
|
|
83
|
+
alignCenter: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
84
84
|
closeIcon: {
|
|
85
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
85
|
+
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>>;
|
|
86
86
|
readonly required: false;
|
|
87
87
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
88
88
|
__epPropKey: true;
|
|
89
89
|
};
|
|
90
|
-
draggable: import('element-plus/es/utils/
|
|
91
|
-
overflow: import('element-plus/es/utils/
|
|
90
|
+
draggable: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
91
|
+
overflow: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
92
92
|
fullscreen: BooleanConstructor;
|
|
93
|
-
showClose: import('element-plus/es/utils/
|
|
94
|
-
title: import('element-plus/es/utils/
|
|
95
|
-
ariaLevel: import('element-plus/es/utils/
|
|
93
|
+
showClose: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
94
|
+
title: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
95
|
+
ariaLevel: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
96
96
|
}>, {
|
|
97
97
|
drawerRef: import('vue').Ref<ElDrawerInstance, ElDrawerInstance>;
|
|
98
98
|
handleClose: () => void;
|
|
@@ -101,8 +101,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
101
101
|
open: () => void;
|
|
102
102
|
close: () => void;
|
|
103
103
|
"update:modelValue": (value: boolean) => void;
|
|
104
|
-
closed: () => void;
|
|
105
104
|
opened: () => void;
|
|
105
|
+
closed: () => void;
|
|
106
106
|
openAutoFocus: () => void;
|
|
107
107
|
closeAutoFocus: () => void;
|
|
108
108
|
"resize-start": (evt: MouseEvent, size: number) => void;
|
|
@@ -130,13 +130,13 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
130
130
|
flexTable: import('vue').PropType<boolean | "auto">;
|
|
131
131
|
customFooter: BooleanConstructor;
|
|
132
132
|
form: BooleanConstructor;
|
|
133
|
-
direction: import('element-plus/es/utils/
|
|
133
|
+
direction: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, "ltr" | "rtl" | "ttb" | "btt", unknown, "rtl", boolean>;
|
|
134
134
|
resizable: BooleanConstructor;
|
|
135
|
-
size: import('element-plus/es/utils/
|
|
136
|
-
withHeader: import('element-plus/es/utils/
|
|
137
|
-
modalFade: import('element-plus/es/utils/
|
|
138
|
-
headerAriaLevel: import('element-plus/es/utils/
|
|
139
|
-
appendTo: import('element-plus/es/utils/
|
|
135
|
+
size: import('element-plus/es/utils/vue/props/types').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "30%", boolean>;
|
|
136
|
+
withHeader: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
137
|
+
modalFade: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
138
|
+
headerAriaLevel: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
139
|
+
appendTo: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown, "body", boolean>;
|
|
140
140
|
beforeClose: {
|
|
141
141
|
readonly type: import('vue').PropType<import('element-plus').DialogBeforeCloseFn>;
|
|
142
142
|
readonly required: false;
|
|
@@ -144,13 +144,13 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
144
144
|
__epPropKey: true;
|
|
145
145
|
};
|
|
146
146
|
destroyOnClose: BooleanConstructor;
|
|
147
|
-
closeOnClickModal: import('element-plus/es/utils/
|
|
148
|
-
closeOnPressEscape: import('element-plus/es/utils/
|
|
149
|
-
lockScroll: import('element-plus/es/utils/
|
|
150
|
-
modal: import('element-plus/es/utils/
|
|
147
|
+
closeOnClickModal: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
148
|
+
closeOnPressEscape: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
149
|
+
lockScroll: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
150
|
+
modal: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
151
151
|
modalPenetrable: BooleanConstructor;
|
|
152
|
-
openDelay: import('element-plus/es/utils/
|
|
153
|
-
closeDelay: import('element-plus/es/utils/
|
|
152
|
+
openDelay: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
153
|
+
closeDelay: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
154
154
|
top: {
|
|
155
155
|
readonly type: import('vue').PropType<string>;
|
|
156
156
|
readonly required: false;
|
|
@@ -163,7 +163,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
163
163
|
bodyClass: StringConstructor;
|
|
164
164
|
footerClass: StringConstructor;
|
|
165
165
|
width: {
|
|
166
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
166
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
167
167
|
readonly required: false;
|
|
168
168
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
169
169
|
__epPropKey: true;
|
|
@@ -175,28 +175,28 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
175
175
|
__epPropKey: true;
|
|
176
176
|
};
|
|
177
177
|
trapFocus: BooleanConstructor;
|
|
178
|
-
transition: import('element-plus/es/utils/
|
|
178
|
+
transition: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition) | (((new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition)) | null)[], unknown, unknown, undefined, boolean>;
|
|
179
179
|
center: BooleanConstructor;
|
|
180
|
-
alignCenter: import('element-plus/es/utils/
|
|
180
|
+
alignCenter: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
181
181
|
closeIcon: {
|
|
182
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
182
|
+
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>>;
|
|
183
183
|
readonly required: false;
|
|
184
184
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
185
185
|
__epPropKey: true;
|
|
186
186
|
};
|
|
187
|
-
draggable: import('element-plus/es/utils/
|
|
188
|
-
overflow: import('element-plus/es/utils/
|
|
187
|
+
draggable: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
188
|
+
overflow: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
189
189
|
fullscreen: BooleanConstructor;
|
|
190
|
-
showClose: import('element-plus/es/utils/
|
|
191
|
-
title: import('element-plus/es/utils/
|
|
192
|
-
ariaLevel: import('element-plus/es/utils/
|
|
190
|
+
showClose: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
191
|
+
title: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
192
|
+
ariaLevel: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
193
193
|
}>> & Readonly<{
|
|
194
194
|
onResize?: ((evt: MouseEvent, size: number) => any) | undefined;
|
|
195
195
|
onOpen?: (() => any) | undefined;
|
|
196
196
|
onClose?: (() => any) | undefined;
|
|
197
197
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
198
|
-
onClosed?: (() => any) | undefined;
|
|
199
198
|
onOpened?: (() => any) | undefined;
|
|
199
|
+
onClosed?: (() => any) | undefined;
|
|
200
200
|
onOpenAutoFocus?: (() => any) | undefined;
|
|
201
201
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
202
202
|
"onResize-start"?: ((evt: MouseEvent, size: number) => any) | undefined;
|
|
@@ -204,35 +204,35 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
204
204
|
}>, {
|
|
205
205
|
form: boolean;
|
|
206
206
|
title: string;
|
|
207
|
-
size: import('element-plus/es/utils/
|
|
207
|
+
size: import('element-plus/es/utils/vue/props/types').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
208
208
|
modelValue: boolean;
|
|
209
|
-
appendTo: import('element-plus/es/utils/
|
|
210
|
-
transition: import('element-plus/es/utils/
|
|
209
|
+
appendTo: 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>;
|
|
210
|
+
transition: import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition) | ((new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition) | null)[], unknown, unknown>;
|
|
211
211
|
loading: boolean;
|
|
212
212
|
appendToBody: boolean;
|
|
213
213
|
destroyOnClose: boolean;
|
|
214
|
-
closeOnClickModal: import('element-plus/es/utils/
|
|
215
|
-
closeOnPressEscape: import('element-plus/es/utils/
|
|
216
|
-
lockScroll: import('element-plus/es/utils/
|
|
217
|
-
modal: import('element-plus/es/utils/
|
|
214
|
+
closeOnClickModal: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
215
|
+
closeOnPressEscape: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
216
|
+
lockScroll: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
217
|
+
modal: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
218
218
|
modalPenetrable: boolean;
|
|
219
219
|
openDelay: number;
|
|
220
220
|
closeDelay: number;
|
|
221
221
|
trapFocus: boolean;
|
|
222
222
|
headerAriaLevel: string;
|
|
223
223
|
center: boolean;
|
|
224
|
-
alignCenter: import('element-plus/es/utils/
|
|
225
|
-
draggable: import('element-plus/es/utils/
|
|
226
|
-
overflow: import('element-plus/es/utils/
|
|
224
|
+
alignCenter: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
225
|
+
draggable: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
226
|
+
overflow: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
227
227
|
fullscreen: boolean;
|
|
228
|
-
showClose: import('element-plus/es/utils/
|
|
228
|
+
showClose: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
229
229
|
ariaLevel: string;
|
|
230
|
-
direction: import('element-plus/es/utils/
|
|
230
|
+
direction: import('element-plus/es/utils/vue/props/types').EpPropMergeType<StringConstructor, "ltr" | "rtl" | "ttb" | "btt", unknown>;
|
|
231
231
|
resizable: boolean;
|
|
232
|
-
withHeader: import('element-plus/es/utils/
|
|
233
|
-
modalFade: import('element-plus/es/utils/
|
|
234
|
-
responsive: boolean;
|
|
232
|
+
withHeader: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
233
|
+
modalFade: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
235
234
|
inner: boolean;
|
|
235
|
+
responsive: boolean;
|
|
236
236
|
isDeactivated: boolean;
|
|
237
237
|
compLoading: boolean;
|
|
238
238
|
customFooter: boolean;
|
|
@@ -44,13 +44,13 @@ export declare const drawerProps: {
|
|
|
44
44
|
customFooter: BooleanConstructor;
|
|
45
45
|
/** 是否是表单抽屉 */
|
|
46
46
|
form: BooleanConstructor;
|
|
47
|
-
direction: import('element-plus/es/utils/
|
|
47
|
+
direction: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, "ltr" | "rtl" | "ttb" | "btt", unknown, "rtl", boolean>;
|
|
48
48
|
resizable: BooleanConstructor;
|
|
49
|
-
size: import('element-plus/es/utils/
|
|
50
|
-
withHeader: import('element-plus/es/utils/
|
|
51
|
-
modalFade: import('element-plus/es/utils/
|
|
52
|
-
headerAriaLevel: import('element-plus/es/utils/
|
|
53
|
-
appendTo: import('element-plus/es/utils/
|
|
49
|
+
size: import('element-plus/es/utils/vue/props/types').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "30%", boolean>;
|
|
50
|
+
withHeader: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
51
|
+
modalFade: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
52
|
+
headerAriaLevel: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
53
|
+
appendTo: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown, "body", boolean>;
|
|
54
54
|
beforeClose: {
|
|
55
55
|
readonly type: PropType<import('element-plus').DialogBeforeCloseFn>;
|
|
56
56
|
readonly required: false;
|
|
@@ -58,13 +58,13 @@ export declare const drawerProps: {
|
|
|
58
58
|
__epPropKey: true;
|
|
59
59
|
};
|
|
60
60
|
destroyOnClose: BooleanConstructor;
|
|
61
|
-
closeOnClickModal: import('element-plus/es/utils/
|
|
62
|
-
closeOnPressEscape: import('element-plus/es/utils/
|
|
63
|
-
lockScroll: import('element-plus/es/utils/
|
|
64
|
-
modal: import('element-plus/es/utils/
|
|
61
|
+
closeOnClickModal: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
62
|
+
closeOnPressEscape: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
63
|
+
lockScroll: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
64
|
+
modal: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
65
65
|
modalPenetrable: BooleanConstructor;
|
|
66
|
-
openDelay: import('element-plus/es/utils/
|
|
67
|
-
closeDelay: import('element-plus/es/utils/
|
|
66
|
+
openDelay: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
67
|
+
closeDelay: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
68
68
|
top: {
|
|
69
69
|
readonly type: PropType<string>;
|
|
70
70
|
readonly required: false;
|
|
@@ -77,7 +77,7 @@ export declare const drawerProps: {
|
|
|
77
77
|
bodyClass: StringConstructor;
|
|
78
78
|
footerClass: StringConstructor;
|
|
79
79
|
width: {
|
|
80
|
-
readonly type: PropType<import('element-plus/es/utils/
|
|
80
|
+
readonly type: PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
81
81
|
readonly required: false;
|
|
82
82
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
83
83
|
__epPropKey: true;
|
|
@@ -89,21 +89,21 @@ export declare const drawerProps: {
|
|
|
89
89
|
__epPropKey: true;
|
|
90
90
|
};
|
|
91
91
|
trapFocus: BooleanConstructor;
|
|
92
|
-
transition: import('element-plus/es/utils/
|
|
92
|
+
transition: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition) | (((new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition)) | null)[], unknown, unknown, undefined, boolean>;
|
|
93
93
|
center: BooleanConstructor;
|
|
94
|
-
alignCenter: import('element-plus/es/utils/
|
|
94
|
+
alignCenter: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
95
95
|
closeIcon: {
|
|
96
|
-
readonly type: PropType<import('element-plus/es/utils/
|
|
96
|
+
readonly type: 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>>;
|
|
97
97
|
readonly required: false;
|
|
98
98
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
99
99
|
__epPropKey: true;
|
|
100
100
|
};
|
|
101
|
-
draggable: import('element-plus/es/utils/
|
|
102
|
-
overflow: import('element-plus/es/utils/
|
|
101
|
+
draggable: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
102
|
+
overflow: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
103
103
|
fullscreen: BooleanConstructor;
|
|
104
|
-
showClose: import('element-plus/es/utils/
|
|
105
|
-
title: import('element-plus/es/utils/
|
|
106
|
-
ariaLevel: import('element-plus/es/utils/
|
|
104
|
+
showClose: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
105
|
+
title: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
106
|
+
ariaLevel: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
107
107
|
};
|
|
108
108
|
export type DrawerProps = ExtractPropTypes<typeof drawerProps>;
|
|
109
109
|
/**
|
|
@@ -4,7 +4,7 @@ import { DropdownItem } from '../types';
|
|
|
4
4
|
|
|
5
5
|
declare function __VLS_template(): Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: any) => any>> & {
|
|
6
6
|
default?(_: {
|
|
7
|
-
active: import('element-plus/es/utils/
|
|
7
|
+
active: import('element-plus/es/utils/vue/props/types').EpPropMergeType<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
8
8
|
selected: DropdownItem | null | undefined;
|
|
9
9
|
}): any;
|
|
10
10
|
};
|
|
@@ -29,15 +29,15 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
29
29
|
default: boolean;
|
|
30
30
|
};
|
|
31
31
|
appendTo: {
|
|
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 | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>>;
|
|
33
33
|
readonly required: false;
|
|
34
34
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
35
35
|
__epPropKey: true;
|
|
36
36
|
};
|
|
37
37
|
splitButton: BooleanConstructor;
|
|
38
|
-
hideOnClick: import('element-plus/es/utils/
|
|
39
|
-
showTimeout: import('element-plus/es/utils/
|
|
40
|
-
hideTimeout: import('element-plus/es/utils/
|
|
38
|
+
hideOnClick: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
39
|
+
showTimeout: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
40
|
+
hideTimeout: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
41
41
|
buttonProps: {
|
|
42
42
|
readonly type: PropType<Partial<import('element-plus').ButtonProps>>;
|
|
43
43
|
readonly required: false;
|
|
@@ -56,20 +56,20 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
56
56
|
type: PropType<import('../../ele-app/el').ElButtonProps["type"]>;
|
|
57
57
|
zIndex: NumberConstructor;
|
|
58
58
|
disabled: BooleanConstructor;
|
|
59
|
-
tabindex: import('element-plus/es/utils/
|
|
59
|
+
tabindex: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
|
|
60
60
|
ariaLabel: StringConstructor;
|
|
61
|
-
effect: import('element-plus/es/utils/
|
|
61
|
+
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, "dark", boolean>;
|
|
62
62
|
popperClass: StringConstructor;
|
|
63
63
|
popperStyle: PropType<import('../../ele-app/types').StyleValue>;
|
|
64
64
|
virtualTriggering: BooleanConstructor;
|
|
65
|
-
fallbackPlacements: import('element-plus/es/utils/
|
|
66
|
-
placement: import('element-plus/es/utils/
|
|
67
|
-
popperOptions: import('element-plus/es/utils/
|
|
68
|
-
showArrow: import('element-plus/es/utils/
|
|
65
|
+
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, undefined, boolean>;
|
|
66
|
+
placement: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, import('element-plus').Placement, unknown, "bottom", boolean>;
|
|
67
|
+
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, () => {}, boolean>;
|
|
68
|
+
showArrow: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
69
69
|
persistent: BooleanConstructor;
|
|
70
|
-
teleported: import('element-plus/es/utils/
|
|
71
|
-
trigger: import('element-plus/es/utils/
|
|
72
|
-
triggerKeys: import('element-plus/es/utils/
|
|
70
|
+
teleported: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
71
|
+
trigger: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => "click" | "focus" | "hover" | "contextmenu" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript').Arrayable<import('element-plus').TooltipTriggerType>) | (((new (...args: any[]) => "click" | "focus" | "hover" | "contextmenu" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript').Arrayable<import('element-plus').TooltipTriggerType>)) | null)[], unknown, unknown, "hover", boolean>;
|
|
72
|
+
triggerKeys: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | (((new (...args: any[]) => string[]) | (() => string[])) | null)[], unknown, unknown, () => string[], boolean>;
|
|
73
73
|
virtualRef: {
|
|
74
74
|
readonly type: PropType<import('element-plus').Measurable>;
|
|
75
75
|
readonly required: false;
|
|
@@ -85,12 +85,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
85
85
|
handleOpen: () => void;
|
|
86
86
|
handleClose: () => void;
|
|
87
87
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
88
|
-
change: (_active: import('element-plus/es/utils/
|
|
88
|
+
change: (_active: import('element-plus/es/utils/vue/props/types').EpPropMergeType<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown> | undefined) => void;
|
|
89
89
|
click: (_e: MouseEvent) => void;
|
|
90
|
-
"update:modelValue": (_value: import('element-plus/es/utils/
|
|
91
|
-
command: (_command: import('element-plus/es/utils/index').EpPropMergeType<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown> | undefined) => void;
|
|
92
|
-
"update:visible": (value: boolean) => void;
|
|
90
|
+
"update:modelValue": (_value: import('element-plus/es/utils/vue/props/types').EpPropMergeType<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown> | undefined) => void;
|
|
93
91
|
visibleChange: (_visible: boolean) => void;
|
|
92
|
+
command: (_command: import('element-plus/es/utils/vue/props/types').EpPropMergeType<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown> | undefined) => void;
|
|
93
|
+
"update:visible": (value: boolean) => void;
|
|
94
94
|
"before-enter": () => void;
|
|
95
95
|
"before-leave": () => void;
|
|
96
96
|
"after-enter": () => void;
|
|
@@ -116,15 +116,15 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
116
116
|
default: boolean;
|
|
117
117
|
};
|
|
118
118
|
appendTo: {
|
|
119
|
-
readonly type: PropType<import('element-plus/es/utils/
|
|
119
|
+
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>>;
|
|
120
120
|
readonly required: false;
|
|
121
121
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
122
122
|
__epPropKey: true;
|
|
123
123
|
};
|
|
124
124
|
splitButton: BooleanConstructor;
|
|
125
|
-
hideOnClick: import('element-plus/es/utils/
|
|
126
|
-
showTimeout: import('element-plus/es/utils/
|
|
127
|
-
hideTimeout: import('element-plus/es/utils/
|
|
125
|
+
hideOnClick: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
126
|
+
showTimeout: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
127
|
+
hideTimeout: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
128
128
|
buttonProps: {
|
|
129
129
|
readonly type: PropType<Partial<import('element-plus').ButtonProps>>;
|
|
130
130
|
readonly required: false;
|
|
@@ -143,20 +143,20 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
143
143
|
type: PropType<import('../../ele-app/el').ElButtonProps["type"]>;
|
|
144
144
|
zIndex: NumberConstructor;
|
|
145
145
|
disabled: BooleanConstructor;
|
|
146
|
-
tabindex: import('element-plus/es/utils/
|
|
146
|
+
tabindex: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
|
|
147
147
|
ariaLabel: StringConstructor;
|
|
148
|
-
effect: import('element-plus/es/utils/
|
|
148
|
+
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, "dark", boolean>;
|
|
149
149
|
popperClass: StringConstructor;
|
|
150
150
|
popperStyle: PropType<import('../../ele-app/types').StyleValue>;
|
|
151
151
|
virtualTriggering: BooleanConstructor;
|
|
152
|
-
fallbackPlacements: import('element-plus/es/utils/
|
|
153
|
-
placement: import('element-plus/es/utils/
|
|
154
|
-
popperOptions: import('element-plus/es/utils/
|
|
155
|
-
showArrow: import('element-plus/es/utils/
|
|
152
|
+
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, undefined, boolean>;
|
|
153
|
+
placement: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, import('element-plus').Placement, unknown, "bottom", boolean>;
|
|
154
|
+
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, () => {}, boolean>;
|
|
155
|
+
showArrow: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
156
156
|
persistent: BooleanConstructor;
|
|
157
|
-
teleported: import('element-plus/es/utils/
|
|
158
|
-
trigger: import('element-plus/es/utils/
|
|
159
|
-
triggerKeys: import('element-plus/es/utils/
|
|
157
|
+
teleported: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
158
|
+
trigger: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => "click" | "focus" | "hover" | "contextmenu" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript').Arrayable<import('element-plus').TooltipTriggerType>) | (((new (...args: any[]) => "click" | "focus" | "hover" | "contextmenu" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript').Arrayable<import('element-plus').TooltipTriggerType>)) | null)[], unknown, unknown, "hover", boolean>;
|
|
159
|
+
triggerKeys: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | (((new (...args: any[]) => string[]) | (() => string[])) | null)[], unknown, unknown, () => string[], boolean>;
|
|
160
160
|
virtualRef: {
|
|
161
161
|
readonly type: PropType<import('element-plus').Measurable>;
|
|
162
162
|
readonly required: false;
|
|
@@ -166,12 +166,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
166
166
|
bg: StringConstructor;
|
|
167
167
|
arrowBg: StringConstructor;
|
|
168
168
|
}>> & Readonly<{
|
|
169
|
-
onChange?: ((_active: import('element-plus/es/utils/
|
|
169
|
+
onChange?: ((_active: import('element-plus/es/utils/vue/props/types').EpPropMergeType<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown> | undefined) => any) | undefined;
|
|
170
170
|
onClick?: ((_e: MouseEvent) => any) | undefined;
|
|
171
|
-
"onUpdate:modelValue"?: ((_value: import('element-plus/es/utils/
|
|
172
|
-
onCommand?: ((_command: import('element-plus/es/utils/index').EpPropMergeType<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown> | undefined) => any) | undefined;
|
|
173
|
-
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
171
|
+
"onUpdate:modelValue"?: ((_value: import('element-plus/es/utils/vue/props/types').EpPropMergeType<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown> | undefined) => any) | undefined;
|
|
174
172
|
onVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
173
|
+
onCommand?: ((_command: import('element-plus/es/utils/vue/props/types').EpPropMergeType<readonly [ObjectConstructor, StringConstructor, NumberConstructor], unknown, unknown> | undefined) => any) | undefined;
|
|
174
|
+
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
175
175
|
"onBefore-enter"?: (() => any) | undefined;
|
|
176
176
|
"onBefore-leave"?: (() => any) | undefined;
|
|
177
177
|
"onAfter-enter"?: (() => any) | undefined;
|
|
@@ -180,21 +180,21 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
180
180
|
maxHeight: string | number;
|
|
181
181
|
transition: string;
|
|
182
182
|
disabled: boolean;
|
|
183
|
-
tabindex: import('element-plus/es/utils/
|
|
183
|
+
tabindex: 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>;
|
|
184
184
|
validateEvent: boolean;
|
|
185
|
-
effect: import('element-plus/es/utils/
|
|
185
|
+
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>;
|
|
186
186
|
virtualTriggering: boolean;
|
|
187
187
|
fallbackPlacements: import('element-plus').Placement[];
|
|
188
|
-
placement: import('element-plus/es/utils/
|
|
188
|
+
placement: import('element-plus/es/utils/vue/props/types').EpPropMergeType<StringConstructor, import('element-plus').Placement, unknown>;
|
|
189
189
|
popperOptions: Partial<import('element-plus').Options>;
|
|
190
|
-
showArrow: import('element-plus/es/utils/
|
|
190
|
+
showArrow: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
191
191
|
role: string;
|
|
192
192
|
persistent: boolean;
|
|
193
|
-
teleported: import('element-plus/es/utils/
|
|
194
|
-
trigger: import('element-plus/es/utils/
|
|
193
|
+
teleported: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
194
|
+
trigger: import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => "click" | "focus" | "hover" | "contextmenu" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "focus" | "hover" | "contextmenu" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript').Arrayable<import('element-plus').TooltipTriggerType>) | null)[], unknown, unknown>;
|
|
195
195
|
triggerKeys: string[];
|
|
196
196
|
splitButton: boolean;
|
|
197
|
-
hideOnClick: import('element-plus/es/utils/
|
|
197
|
+
hideOnClick: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
198
198
|
showTimeout: number;
|
|
199
199
|
hideTimeout: number;
|
|
200
200
|
preventContextmenu: boolean;
|