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
|
@@ -53,38 +53,38 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
53
53
|
titleStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
54
54
|
contentStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
55
55
|
title: StringConstructor;
|
|
56
|
-
tabindex: import('element-plus/es/utils/
|
|
57
|
-
content: import('element-plus/es/utils/
|
|
56
|
+
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>;
|
|
57
|
+
content: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
58
58
|
width: (NumberConstructor | StringConstructor)[];
|
|
59
59
|
zIndex: NumberConstructor;
|
|
60
|
-
offset: import('element-plus/es/utils/
|
|
60
|
+
offset: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
61
61
|
disabled: BooleanConstructor;
|
|
62
62
|
ariaLabel: StringConstructor;
|
|
63
|
-
visible: import('element-plus/es/utils/
|
|
63
|
+
visible: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | (((new (...args: any[]) => boolean) | (() => boolean | null)) | null)[], unknown, unknown, null, boolean>;
|
|
64
64
|
className: StringConstructor;
|
|
65
|
-
effect: import('element-plus/es/utils/
|
|
66
|
-
enterable: import('element-plus/es/utils/
|
|
65
|
+
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>;
|
|
66
|
+
enterable: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
67
67
|
popperClass: StringConstructor;
|
|
68
68
|
popperStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
69
69
|
virtualTriggering: BooleanConstructor;
|
|
70
|
-
fallbackPlacements: import('element-plus/es/utils/
|
|
71
|
-
gpuAcceleration: import('element-plus/es/utils/
|
|
72
|
-
placement: import('element-plus/es/utils/
|
|
73
|
-
popperOptions: import('element-plus/es/utils/
|
|
74
|
-
arrowOffset: import('element-plus/es/utils/
|
|
75
|
-
showArrow: import('element-plus/es/utils/
|
|
70
|
+
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>;
|
|
71
|
+
gpuAcceleration: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
72
|
+
placement: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, import('element-plus').Placement, unknown, "bottom", boolean>;
|
|
73
|
+
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>;
|
|
74
|
+
arrowOffset: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
75
|
+
showArrow: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
76
76
|
appendTo: {
|
|
77
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
77
|
+
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>>;
|
|
78
78
|
readonly required: false;
|
|
79
79
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
80
80
|
__epPropKey: true;
|
|
81
81
|
};
|
|
82
82
|
persistent: BooleanConstructor;
|
|
83
|
-
teleported: import('element-plus/es/utils/
|
|
84
|
-
showAfter: import('element-plus/es/utils/
|
|
85
|
-
hideAfter: import('element-plus/es/utils/
|
|
86
|
-
autoClose: import('element-plus/es/utils/
|
|
87
|
-
triggerKeys: import('element-plus/es/utils/
|
|
83
|
+
teleported: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
84
|
+
showAfter: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
85
|
+
hideAfter: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
86
|
+
autoClose: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
87
|
+
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>;
|
|
88
88
|
focusOnTarget: BooleanConstructor;
|
|
89
89
|
virtualRef: {
|
|
90
90
|
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
|
@@ -144,38 +144,38 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
144
144
|
titleStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
145
145
|
contentStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
146
146
|
title: StringConstructor;
|
|
147
|
-
tabindex: import('element-plus/es/utils/
|
|
148
|
-
content: import('element-plus/es/utils/
|
|
147
|
+
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>;
|
|
148
|
+
content: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
149
149
|
width: (NumberConstructor | StringConstructor)[];
|
|
150
150
|
zIndex: NumberConstructor;
|
|
151
|
-
offset: import('element-plus/es/utils/
|
|
151
|
+
offset: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
152
152
|
disabled: BooleanConstructor;
|
|
153
153
|
ariaLabel: StringConstructor;
|
|
154
|
-
visible: import('element-plus/es/utils/
|
|
154
|
+
visible: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | (((new (...args: any[]) => boolean) | (() => boolean | null)) | null)[], unknown, unknown, null, boolean>;
|
|
155
155
|
className: StringConstructor;
|
|
156
|
-
effect: import('element-plus/es/utils/
|
|
157
|
-
enterable: import('element-plus/es/utils/
|
|
156
|
+
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>;
|
|
157
|
+
enterable: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
158
158
|
popperClass: StringConstructor;
|
|
159
159
|
popperStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
160
160
|
virtualTriggering: BooleanConstructor;
|
|
161
|
-
fallbackPlacements: import('element-plus/es/utils/
|
|
162
|
-
gpuAcceleration: import('element-plus/es/utils/
|
|
163
|
-
placement: import('element-plus/es/utils/
|
|
164
|
-
popperOptions: import('element-plus/es/utils/
|
|
165
|
-
arrowOffset: import('element-plus/es/utils/
|
|
166
|
-
showArrow: import('element-plus/es/utils/
|
|
161
|
+
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>;
|
|
162
|
+
gpuAcceleration: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
163
|
+
placement: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, import('element-plus').Placement, unknown, "bottom", boolean>;
|
|
164
|
+
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>;
|
|
165
|
+
arrowOffset: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
166
|
+
showArrow: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
167
167
|
appendTo: {
|
|
168
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
168
|
+
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>>;
|
|
169
169
|
readonly required: false;
|
|
170
170
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
171
171
|
__epPropKey: true;
|
|
172
172
|
};
|
|
173
173
|
persistent: BooleanConstructor;
|
|
174
|
-
teleported: import('element-plus/es/utils/
|
|
175
|
-
showAfter: import('element-plus/es/utils/
|
|
176
|
-
hideAfter: import('element-plus/es/utils/
|
|
177
|
-
autoClose: import('element-plus/es/utils/
|
|
178
|
-
triggerKeys: import('element-plus/es/utils/
|
|
174
|
+
teleported: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
175
|
+
showAfter: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
176
|
+
hideAfter: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
177
|
+
autoClose: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
178
|
+
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>;
|
|
179
179
|
focusOnTarget: BooleanConstructor;
|
|
180
180
|
virtualRef: {
|
|
181
181
|
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
|
@@ -199,23 +199,23 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
199
199
|
offset: number;
|
|
200
200
|
transition: string;
|
|
201
201
|
disabled: boolean;
|
|
202
|
-
tabindex: import('element-plus/es/utils/
|
|
203
|
-
visible: import('element-plus/es/utils/
|
|
204
|
-
effect: import('element-plus/es/utils/
|
|
205
|
-
enterable: import('element-plus/es/utils/
|
|
202
|
+
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>;
|
|
203
|
+
visible: import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null) | null)[], unknown, unknown>;
|
|
204
|
+
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>;
|
|
205
|
+
enterable: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
206
206
|
virtualTriggering: boolean;
|
|
207
207
|
fallbackPlacements: import('element-plus').Placement[];
|
|
208
|
-
gpuAcceleration: import('element-plus/es/utils/
|
|
209
|
-
placement: import('element-plus/es/utils/
|
|
208
|
+
gpuAcceleration: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
209
|
+
placement: import('element-plus/es/utils/vue/props/types').EpPropMergeType<StringConstructor, import('element-plus').Placement, unknown>;
|
|
210
210
|
popperOptions: Partial<import('element-plus').Options>;
|
|
211
211
|
arrowOffset: number;
|
|
212
|
-
showArrow: import('element-plus/es/utils/
|
|
212
|
+
showArrow: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
213
213
|
persistent: boolean;
|
|
214
|
-
teleported: import('element-plus/es/utils/
|
|
214
|
+
teleported: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
215
215
|
showAfter: number;
|
|
216
216
|
hideAfter: number;
|
|
217
217
|
autoClose: number;
|
|
218
|
-
trigger: import('element-plus/es/utils/
|
|
218
|
+
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> | undefined;
|
|
219
219
|
triggerKeys: string[];
|
|
220
220
|
focusOnTarget: boolean;
|
|
221
221
|
confirmButtonType: "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger" | undefined;
|
|
@@ -55,38 +55,38 @@ export declare const popconfirmProps: {
|
|
|
55
55
|
bodyClass: StringConstructor;
|
|
56
56
|
titleStyle: PropType<StyleValue>;
|
|
57
57
|
contentStyle: PropType<StyleValue>;
|
|
58
|
-
tabindex: import('element-plus/es/utils/
|
|
58
|
+
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>;
|
|
59
59
|
title: StringConstructor;
|
|
60
60
|
disabled: BooleanConstructor;
|
|
61
61
|
ariaLabel: StringConstructor;
|
|
62
|
-
visible: import('element-plus/es/utils/
|
|
62
|
+
visible: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | (((new (...args: any[]) => boolean) | (() => boolean | null)) | null)[], unknown, unknown, null, boolean>;
|
|
63
63
|
className: StringConstructor;
|
|
64
|
-
effect: import('element-plus/es/utils/
|
|
65
|
-
enterable: import('element-plus/es/utils/
|
|
64
|
+
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>;
|
|
65
|
+
enterable: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
66
66
|
popperClass: StringConstructor;
|
|
67
67
|
popperStyle: PropType<StyleValue>;
|
|
68
68
|
virtualTriggering: BooleanConstructor;
|
|
69
69
|
zIndex: NumberConstructor;
|
|
70
|
-
fallbackPlacements: import('element-plus/es/utils/
|
|
71
|
-
gpuAcceleration: import('element-plus/es/utils/
|
|
72
|
-
offset: import('element-plus/es/utils/
|
|
73
|
-
placement: import('element-plus/es/utils/
|
|
74
|
-
popperOptions: import('element-plus/es/utils/
|
|
75
|
-
arrowOffset: import('element-plus/es/utils/
|
|
76
|
-
showArrow: import('element-plus/es/utils/
|
|
70
|
+
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>;
|
|
71
|
+
gpuAcceleration: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
72
|
+
offset: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
73
|
+
placement: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, import('element-plus').Placement, unknown, "bottom", boolean>;
|
|
74
|
+
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>;
|
|
75
|
+
arrowOffset: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
76
|
+
showArrow: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
77
77
|
appendTo: {
|
|
78
|
-
readonly type: PropType<import('element-plus/es/utils/
|
|
78
|
+
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>>;
|
|
79
79
|
readonly required: false;
|
|
80
80
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
81
81
|
__epPropKey: true;
|
|
82
82
|
};
|
|
83
|
-
content: import('element-plus/es/utils/
|
|
83
|
+
content: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
84
84
|
persistent: BooleanConstructor;
|
|
85
|
-
teleported: import('element-plus/es/utils/
|
|
86
|
-
showAfter: import('element-plus/es/utils/
|
|
87
|
-
hideAfter: import('element-plus/es/utils/
|
|
88
|
-
autoClose: import('element-plus/es/utils/
|
|
89
|
-
triggerKeys: import('element-plus/es/utils/
|
|
85
|
+
teleported: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
86
|
+
showAfter: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
87
|
+
hideAfter: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
88
|
+
autoClose: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
89
|
+
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>;
|
|
90
90
|
focusOnTarget: BooleanConstructor;
|
|
91
91
|
virtualRef: {
|
|
92
92
|
readonly type: PropType<import('element-plus').Measurable>;
|
|
@@ -15,39 +15,39 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
15
15
|
titleStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
16
16
|
contentStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
17
17
|
title: StringConstructor;
|
|
18
|
-
tabindex: import('element-plus/es/utils/
|
|
19
|
-
content: import('element-plus/es/utils/
|
|
18
|
+
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>;
|
|
19
|
+
content: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
20
20
|
width: (NumberConstructor | StringConstructor)[];
|
|
21
21
|
zIndex: NumberConstructor;
|
|
22
|
-
offset: import('element-plus/es/utils/
|
|
22
|
+
offset: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
23
23
|
disabled: BooleanConstructor;
|
|
24
24
|
ariaLabel: StringConstructor;
|
|
25
|
-
visible: import('element-plus/es/utils/
|
|
25
|
+
visible: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | (((new (...args: any[]) => boolean) | (() => boolean | null)) | null)[], unknown, unknown, null, boolean>;
|
|
26
26
|
className: StringConstructor;
|
|
27
|
-
effect: import('element-plus/es/utils/
|
|
28
|
-
enterable: import('element-plus/es/utils/
|
|
27
|
+
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>;
|
|
28
|
+
enterable: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
29
29
|
popperClass: StringConstructor;
|
|
30
30
|
popperStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
31
31
|
virtualTriggering: BooleanConstructor;
|
|
32
|
-
fallbackPlacements: import('element-plus/es/utils/
|
|
33
|
-
gpuAcceleration: import('element-plus/es/utils/
|
|
34
|
-
placement: import('element-plus/es/utils/
|
|
35
|
-
popperOptions: import('element-plus/es/utils/
|
|
36
|
-
arrowOffset: import('element-plus/es/utils/
|
|
37
|
-
showArrow: import('element-plus/es/utils/
|
|
32
|
+
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>;
|
|
33
|
+
gpuAcceleration: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
34
|
+
placement: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, import('element-plus').Placement, unknown, "bottom", boolean>;
|
|
35
|
+
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>;
|
|
36
|
+
arrowOffset: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
37
|
+
showArrow: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
38
38
|
appendTo: {
|
|
39
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
39
|
+
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>>;
|
|
40
40
|
readonly required: false;
|
|
41
41
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
42
42
|
__epPropKey: true;
|
|
43
43
|
};
|
|
44
44
|
persistent: BooleanConstructor;
|
|
45
|
-
teleported: import('element-plus/es/utils/
|
|
46
|
-
showAfter: import('element-plus/es/utils/
|
|
47
|
-
hideAfter: import('element-plus/es/utils/
|
|
48
|
-
autoClose: import('element-plus/es/utils/
|
|
49
|
-
trigger: import('element-plus/es/utils/
|
|
50
|
-
triggerKeys: import('element-plus/es/utils/
|
|
45
|
+
teleported: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
46
|
+
showAfter: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
47
|
+
hideAfter: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
48
|
+
autoClose: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
49
|
+
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>;
|
|
50
|
+
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>;
|
|
51
51
|
focusOnTarget: BooleanConstructor;
|
|
52
52
|
virtualRef: {
|
|
53
53
|
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
|
@@ -76,39 +76,39 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
76
76
|
titleStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
77
77
|
contentStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
78
78
|
title: StringConstructor;
|
|
79
|
-
tabindex: import('element-plus/es/utils/
|
|
80
|
-
content: import('element-plus/es/utils/
|
|
79
|
+
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>;
|
|
80
|
+
content: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
81
81
|
width: (NumberConstructor | StringConstructor)[];
|
|
82
82
|
zIndex: NumberConstructor;
|
|
83
|
-
offset: import('element-plus/es/utils/
|
|
83
|
+
offset: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
84
84
|
disabled: BooleanConstructor;
|
|
85
85
|
ariaLabel: StringConstructor;
|
|
86
|
-
visible: import('element-plus/es/utils/
|
|
86
|
+
visible: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | (((new (...args: any[]) => boolean) | (() => boolean | null)) | null)[], unknown, unknown, null, boolean>;
|
|
87
87
|
className: StringConstructor;
|
|
88
|
-
effect: import('element-plus/es/utils/
|
|
89
|
-
enterable: import('element-plus/es/utils/
|
|
88
|
+
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>;
|
|
89
|
+
enterable: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
90
90
|
popperClass: StringConstructor;
|
|
91
91
|
popperStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
|
|
92
92
|
virtualTriggering: BooleanConstructor;
|
|
93
|
-
fallbackPlacements: import('element-plus/es/utils/
|
|
94
|
-
gpuAcceleration: import('element-plus/es/utils/
|
|
95
|
-
placement: import('element-plus/es/utils/
|
|
96
|
-
popperOptions: import('element-plus/es/utils/
|
|
97
|
-
arrowOffset: import('element-plus/es/utils/
|
|
98
|
-
showArrow: import('element-plus/es/utils/
|
|
93
|
+
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>;
|
|
94
|
+
gpuAcceleration: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
95
|
+
placement: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, import('element-plus').Placement, unknown, "bottom", boolean>;
|
|
96
|
+
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>;
|
|
97
|
+
arrowOffset: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
98
|
+
showArrow: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
99
99
|
appendTo: {
|
|
100
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
100
|
+
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>>;
|
|
101
101
|
readonly required: false;
|
|
102
102
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
103
103
|
__epPropKey: true;
|
|
104
104
|
};
|
|
105
105
|
persistent: BooleanConstructor;
|
|
106
|
-
teleported: import('element-plus/es/utils/
|
|
107
|
-
showAfter: import('element-plus/es/utils/
|
|
108
|
-
hideAfter: import('element-plus/es/utils/
|
|
109
|
-
autoClose: import('element-plus/es/utils/
|
|
110
|
-
trigger: import('element-plus/es/utils/
|
|
111
|
-
triggerKeys: import('element-plus/es/utils/
|
|
106
|
+
teleported: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
107
|
+
showAfter: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
108
|
+
hideAfter: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
109
|
+
autoClose: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
110
|
+
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>;
|
|
111
|
+
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>;
|
|
112
112
|
focusOnTarget: BooleanConstructor;
|
|
113
113
|
virtualRef: {
|
|
114
114
|
readonly type: import('vue').PropType<import('element-plus').Measurable>;
|
|
@@ -130,23 +130,23 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
130
130
|
offset: number;
|
|
131
131
|
transition: string;
|
|
132
132
|
disabled: boolean;
|
|
133
|
-
tabindex: import('element-plus/es/utils/
|
|
134
|
-
visible: import('element-plus/es/utils/
|
|
135
|
-
effect: import('element-plus/es/utils/
|
|
136
|
-
enterable: import('element-plus/es/utils/
|
|
133
|
+
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>;
|
|
134
|
+
visible: import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null) | null)[], unknown, unknown>;
|
|
135
|
+
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>;
|
|
136
|
+
enterable: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
137
137
|
virtualTriggering: boolean;
|
|
138
138
|
fallbackPlacements: import('element-plus').Placement[];
|
|
139
|
-
gpuAcceleration: import('element-plus/es/utils/
|
|
140
|
-
placement: import('element-plus/es/utils/
|
|
139
|
+
gpuAcceleration: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
140
|
+
placement: import('element-plus/es/utils/vue/props/types').EpPropMergeType<StringConstructor, import('element-plus').Placement, unknown>;
|
|
141
141
|
popperOptions: Partial<import('element-plus').Options>;
|
|
142
142
|
arrowOffset: number;
|
|
143
|
-
showArrow: import('element-plus/es/utils/
|
|
143
|
+
showArrow: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
144
144
|
persistent: boolean;
|
|
145
|
-
teleported: import('element-plus/es/utils/
|
|
145
|
+
teleported: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
146
146
|
showAfter: number;
|
|
147
147
|
hideAfter: number;
|
|
148
148
|
autoClose: number;
|
|
149
|
-
trigger: import('element-plus/es/utils/
|
|
149
|
+
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>;
|
|
150
150
|
triggerKeys: string[];
|
|
151
151
|
focusOnTarget: boolean;
|
|
152
152
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -16,19 +16,19 @@ export declare const popoverProps: {
|
|
|
16
16
|
/** 自定义内容样式 */
|
|
17
17
|
contentStyle: PropType<StyleValue>;
|
|
18
18
|
title: StringConstructor;
|
|
19
|
-
tabindex: import('element-plus/es/utils/
|
|
20
|
-
content: import('element-plus/es/utils/
|
|
19
|
+
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>;
|
|
20
|
+
content: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
21
21
|
width: (NumberConstructor | StringConstructor)[];
|
|
22
22
|
zIndex: NumberConstructor;
|
|
23
|
-
offset: import('element-plus/es/utils/
|
|
23
|
+
offset: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
24
24
|
className: StringConstructor;
|
|
25
25
|
popperClass: StringConstructor;
|
|
26
26
|
popperStyle: PropType<StyleValue>;
|
|
27
|
-
showArrow: import('element-plus/es/utils/
|
|
28
|
-
arrowOffset: import('element-plus/es/utils/
|
|
27
|
+
showArrow: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
28
|
+
arrowOffset: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
29
29
|
disabled: BooleanConstructor;
|
|
30
|
-
trigger: import('element-plus/es/utils/
|
|
31
|
-
triggerKeys: import('element-plus/es/utils/
|
|
30
|
+
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>;
|
|
31
|
+
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>;
|
|
32
32
|
focusOnTarget: BooleanConstructor;
|
|
33
33
|
virtualRef: {
|
|
34
34
|
readonly type: PropType<import('element-plus').Measurable>;
|
|
@@ -39,23 +39,23 @@ export declare const popoverProps: {
|
|
|
39
39
|
virtualTriggering: BooleanConstructor;
|
|
40
40
|
ariaLabel: StringConstructor;
|
|
41
41
|
appendTo: {
|
|
42
|
-
readonly type: PropType<import('element-plus/es/utils/
|
|
42
|
+
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>>;
|
|
43
43
|
readonly required: false;
|
|
44
44
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
45
45
|
__epPropKey: true;
|
|
46
46
|
};
|
|
47
47
|
persistent: BooleanConstructor;
|
|
48
|
-
visible: import('element-plus/es/utils/
|
|
49
|
-
teleported: import('element-plus/es/utils/
|
|
50
|
-
effect: import('element-plus/es/utils/
|
|
51
|
-
enterable: import('element-plus/es/utils/
|
|
52
|
-
fallbackPlacements: import('element-plus/es/utils/
|
|
53
|
-
gpuAcceleration: import('element-plus/es/utils/
|
|
54
|
-
placement: import('element-plus/es/utils/
|
|
55
|
-
popperOptions: import('element-plus/es/utils/
|
|
56
|
-
showAfter: import('element-plus/es/utils/
|
|
57
|
-
hideAfter: import('element-plus/es/utils/
|
|
58
|
-
autoClose: import('element-plus/es/utils/
|
|
48
|
+
visible: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | (((new (...args: any[]) => boolean) | (() => boolean | null)) | null)[], unknown, unknown, null, boolean>;
|
|
49
|
+
teleported: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
50
|
+
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>;
|
|
51
|
+
enterable: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
52
|
+
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>;
|
|
53
|
+
gpuAcceleration: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
54
|
+
placement: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, import('element-plus').Placement, unknown, "bottom", boolean>;
|
|
55
|
+
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>;
|
|
56
|
+
showAfter: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
57
|
+
hideAfter: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
58
|
+
autoClose: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
59
59
|
bodyStyle: PropType<StyleValue>;
|
|
60
60
|
bg: StringConstructor;
|
|
61
61
|
arrowBg: StringConstructor;
|