cosey 0.10.17 → 0.10.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/copy/copy.d.ts +1 -1
- package/components/copy/index.d.ts +3 -3
- package/components/editor/contents/widget-popover.d.ts +203 -265
- package/components/field/components/remote-select/remote-select.api.d.ts +3 -3
- package/components/field/components/remote-select/remote-select.d.ts +5 -5
- package/components/field/field.api.d.ts +5 -5
- package/components/form/form-item.api.d.ts +9 -44
- package/components/form/form-item.vue.js +2 -2
- package/components/form/form.api.d.ts +9 -58
- package/components/form/form.d.ts +24 -122
- package/components/form/index.d.ts +54 -201
- package/components/form-dialog/form-dialog.api.d.ts +17 -108
- package/components/form-dialog/form-dialog.d.ts +36 -218
- package/components/form-drawer/form-drawer.api.d.ts +24 -133
- package/components/form-drawer/form-drawer.d.ts +53 -271
- package/components/form-drawer/index.d.ts +102 -423
- package/components/form-group/form-group.api.d.ts +6 -27
- package/components/form-group/form-group.d.ts +13 -55
- package/components/form-group/index.d.ts +24 -87
- package/components/form-list/form-list.api.d.ts +9 -44
- package/components/form-list/form-list.vue.js +2 -2
- package/components/form-list/index.d.ts +9 -9
- package/components/form-query/form-query.api.d.ts +9 -58
- package/components/form-query/form-query.d.ts +24 -122
- package/components/form-query/index.d.ts +45 -192
- package/components/image-card/image-card.api.d.ts +12 -68
- package/components/image-card/image-card.d.ts +27 -139
- package/components/image-card/index.d.ts +45 -213
- package/components/remote-select/index.d.ts +144 -614
- package/components/remote-select/remote-select.api.d.ts +33 -158
- package/components/remote-select/remote-select.d.ts +69 -318
- package/components/remote-select/remote-select.js +1 -1
- package/components/remote-select/remote-select.style.js +3 -1
- package/components/stack-dialog/index.d.ts +81 -396
- package/components/stack-dialog/stack-dialog.api.d.ts +17 -122
- package/components/stack-dialog/stack-dialog.d.ts +44 -254
- package/components/table/index.d.ts +72 -170
- package/components/table/table-column/table-column.api.d.ts +13 -13
- package/components/table/table-column/table-column.d.ts +7 -7
- package/components/table/table-export/table-export.api.d.ts +17 -108
- package/components/table/table-export/table-export.d.ts +36 -218
- package/components/table/table-footer/index.d.ts +3 -3
- package/components/table/table-query/table-query.api.d.ts +9 -58
- package/components/table/table-query/table-query.d.ts +24 -122
- package/components/table/table.d.ts +18 -18
- package/components/table/table.vue.d.ts +36 -36
- package/components/week-range-picker/index.d.ts +331 -466
- package/components/week-range-picker/week-range-picker.api.d.ts +106 -151
- package/components/week-range-picker/week-range-picker.d.ts +212 -302
- package/layout/layout-menu/layout-menu.vue.js +4 -3
- package/layout/layout-menu/style/index.js +3 -0
- package/locale/lang/ar.d.ts +6 -0
- package/locale/lang/en.d.ts +6 -0
- package/locale/lang/zh-cn.d.ts +9 -3
- package/package.json +10 -3
|
@@ -21,6 +21,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
21
21
|
default: string;
|
|
22
22
|
};
|
|
23
23
|
}>> & Readonly<{}>, {
|
|
24
|
-
type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger"
|
|
24
|
+
type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger", unknown>;
|
|
25
25
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
26
26
|
export default _default;
|
|
@@ -12,7 +12,7 @@ declare const _Copy: {
|
|
|
12
12
|
default: string;
|
|
13
13
|
};
|
|
14
14
|
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
15
|
-
type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger"
|
|
15
|
+
type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger", unknown>;
|
|
16
16
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
17
17
|
P: {};
|
|
18
18
|
B: {};
|
|
@@ -32,7 +32,7 @@ declare const _Copy: {
|
|
|
32
32
|
default: string;
|
|
33
33
|
};
|
|
34
34
|
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
35
|
-
type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger"
|
|
35
|
+
type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger", unknown>;
|
|
36
36
|
}>;
|
|
37
37
|
__isFragment?: never;
|
|
38
38
|
__isTeleport?: never;
|
|
@@ -49,7 +49,7 @@ declare const _Copy: {
|
|
|
49
49
|
default: string;
|
|
50
50
|
};
|
|
51
51
|
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
52
|
-
type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger"
|
|
52
|
+
type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger", unknown>;
|
|
53
53
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin;
|
|
54
54
|
export { _Copy as Copy };
|
|
55
55
|
export default _Copy;
|
|
@@ -1,70 +1,45 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
-
readonly trigger:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6
|
-
__epPropKey: true;
|
|
7
|
-
} & {
|
|
8
|
-
readonly default: "hover";
|
|
9
|
-
};
|
|
10
|
-
readonly triggerKeys: {
|
|
11
|
-
readonly type: import("vue").PropType<string[]>;
|
|
12
|
-
readonly required: false;
|
|
13
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14
|
-
__epPropKey: true;
|
|
15
|
-
} & {
|
|
16
|
-
readonly default: () => string[];
|
|
17
|
-
};
|
|
18
|
-
readonly placement: {
|
|
19
|
-
readonly type: import("vue").PropType<any>;
|
|
20
|
-
readonly required: false;
|
|
21
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
22
|
-
__epPropKey: true;
|
|
23
|
-
} & {
|
|
24
|
-
readonly default: "bottom";
|
|
25
|
-
};
|
|
2
|
+
readonly trigger: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "click" | "focus" | "contextmenu" | "hover" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => "click" | "focus" | "contextmenu" | "hover" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
|
3
|
+
readonly triggerKeys: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
4
|
+
readonly placement: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "left" | "right" | "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "left" | "right" | "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement))[], unknown, unknown, "bottom", boolean>;
|
|
26
5
|
readonly disabled: BooleanConstructor;
|
|
27
|
-
readonly visible:
|
|
28
|
-
readonly type: import("vue").PropType<boolean | null>;
|
|
29
|
-
readonly required: false;
|
|
30
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
31
|
-
__epPropKey: true;
|
|
32
|
-
} & {
|
|
33
|
-
readonly default: null;
|
|
34
|
-
};
|
|
6
|
+
readonly visible: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
|
35
7
|
readonly transition: StringConstructor;
|
|
36
|
-
readonly popperOptions: {
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
40
|
-
__epPropKey: true;
|
|
41
|
-
} & {
|
|
42
|
-
readonly default: () => {};
|
|
43
|
-
};
|
|
44
|
-
readonly tabindex: {
|
|
45
|
-
readonly type: import("vue").PropType<string | number>;
|
|
46
|
-
readonly required: false;
|
|
47
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
48
|
-
__epPropKey: true;
|
|
49
|
-
} & {
|
|
50
|
-
readonly default: 0;
|
|
51
|
-
};
|
|
52
|
-
readonly content: {
|
|
53
|
-
readonly type: import("vue").PropType<string>;
|
|
54
|
-
readonly required: false;
|
|
55
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
56
|
-
__epPropKey: true;
|
|
57
|
-
} & {
|
|
58
|
-
readonly default: "";
|
|
59
|
-
};
|
|
8
|
+
readonly popperOptions: import("element-plus/es/utils/index.mjs").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>))[], unknown, unknown, () => {}, boolean>;
|
|
9
|
+
readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
10
|
+
readonly content: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
60
11
|
readonly popperStyle: {
|
|
61
|
-
readonly type: import("vue").PropType<import("vue").StyleValue
|
|
12
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
|
|
62
13
|
readonly required: false;
|
|
63
14
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
64
15
|
__epPropKey: true;
|
|
65
16
|
};
|
|
66
17
|
readonly popperClass: {
|
|
67
|
-
readonly type: import("vue").PropType<string | {
|
|
18
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | {
|
|
19
|
+
[x: string]: boolean;
|
|
20
|
+
} | (string | {
|
|
21
|
+
[x: string]: boolean;
|
|
22
|
+
} | (string | {
|
|
23
|
+
[x: string]: boolean;
|
|
24
|
+
} | (string | {
|
|
25
|
+
[x: string]: boolean;
|
|
26
|
+
} | (string | {
|
|
27
|
+
[x: string]: boolean;
|
|
28
|
+
} | (string | {
|
|
29
|
+
[x: string]: boolean;
|
|
30
|
+
} | (string | {
|
|
31
|
+
[x: string]: boolean;
|
|
32
|
+
} | (string | {
|
|
33
|
+
[x: string]: boolean;
|
|
34
|
+
} | (string | {
|
|
35
|
+
[x: string]: boolean;
|
|
36
|
+
} | (string | {
|
|
37
|
+
[x: string]: boolean;
|
|
38
|
+
} | (string | {
|
|
39
|
+
[x: string]: boolean;
|
|
40
|
+
} | (string | {
|
|
41
|
+
[x: string]: boolean;
|
|
42
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
68
43
|
[x: string]: boolean;
|
|
69
44
|
} | (string | {
|
|
70
45
|
[x: string]: boolean;
|
|
@@ -84,171 +59,140 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
84
59
|
[x: string]: boolean;
|
|
85
60
|
} | (string | {
|
|
86
61
|
[x: string]: boolean;
|
|
87
|
-
} | (string |
|
|
62
|
+
} | (string | {
|
|
63
|
+
[x: string]: boolean;
|
|
64
|
+
} | (string | {
|
|
88
65
|
[x: string]: boolean;
|
|
89
|
-
})[])[])[])[])[])[])[])[])[])[]
|
|
66
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
67
|
+
[x: string]: boolean;
|
|
68
|
+
} | (string | {
|
|
69
|
+
[x: string]: boolean;
|
|
70
|
+
} | (string | {
|
|
71
|
+
[x: string]: boolean;
|
|
72
|
+
} | (string | {
|
|
73
|
+
[x: string]: boolean;
|
|
74
|
+
} | (string | {
|
|
75
|
+
[x: string]: boolean;
|
|
76
|
+
} | (string | {
|
|
77
|
+
[x: string]: boolean;
|
|
78
|
+
} | (string | {
|
|
79
|
+
[x: string]: boolean;
|
|
80
|
+
} | (string | {
|
|
81
|
+
[x: string]: boolean;
|
|
82
|
+
} | (string | {
|
|
83
|
+
[x: string]: boolean;
|
|
84
|
+
} | (string | {
|
|
85
|
+
[x: string]: boolean;
|
|
86
|
+
} | (string | {
|
|
87
|
+
[x: string]: boolean;
|
|
88
|
+
} | (string | {
|
|
89
|
+
[x: string]: boolean;
|
|
90
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
91
|
+
[x: string]: boolean;
|
|
92
|
+
} | (string | {
|
|
93
|
+
[x: string]: boolean;
|
|
94
|
+
} | (string | {
|
|
95
|
+
[x: string]: boolean;
|
|
96
|
+
} | (string | {
|
|
97
|
+
[x: string]: boolean;
|
|
98
|
+
} | (string | {
|
|
99
|
+
[x: string]: boolean;
|
|
100
|
+
} | (string | {
|
|
101
|
+
[x: string]: boolean;
|
|
102
|
+
} | (string | {
|
|
103
|
+
[x: string]: boolean;
|
|
104
|
+
} | (string | {
|
|
105
|
+
[x: string]: boolean;
|
|
106
|
+
} | (string | {
|
|
107
|
+
[x: string]: boolean;
|
|
108
|
+
} | (string | {
|
|
109
|
+
[x: string]: boolean;
|
|
110
|
+
} | (string | {
|
|
111
|
+
[x: string]: boolean;
|
|
112
|
+
} | (string | {
|
|
113
|
+
[x: string]: boolean;
|
|
114
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
90
115
|
readonly required: false;
|
|
91
116
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
92
117
|
__epPropKey: true;
|
|
93
118
|
};
|
|
94
119
|
readonly enterable: {
|
|
95
120
|
readonly default: true;
|
|
96
|
-
readonly type: import("vue").PropType<
|
|
121
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
97
122
|
readonly required: false;
|
|
98
123
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
99
124
|
readonly __epPropKey: true;
|
|
100
125
|
};
|
|
101
126
|
readonly effect: {
|
|
102
127
|
readonly default: "light";
|
|
103
|
-
readonly type: import("vue").PropType<import("element-plus").PopperEffect
|
|
128
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus").PopperEffect))[], unknown, unknown>>;
|
|
104
129
|
readonly required: false;
|
|
105
130
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
106
131
|
readonly __epPropKey: true;
|
|
107
132
|
};
|
|
108
|
-
readonly teleported:
|
|
109
|
-
readonly type: import("vue").PropType<boolean>;
|
|
110
|
-
readonly required: false;
|
|
111
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
112
|
-
__epPropKey: true;
|
|
113
|
-
} & {
|
|
114
|
-
readonly default: true;
|
|
115
|
-
};
|
|
133
|
+
readonly teleported: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
116
134
|
readonly appendTo: {
|
|
117
|
-
readonly type: import("vue").PropType<string | HTMLElement
|
|
135
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>>;
|
|
118
136
|
readonly required: false;
|
|
119
137
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
120
138
|
__epPropKey: true;
|
|
121
139
|
};
|
|
122
140
|
readonly title: StringConstructor;
|
|
123
|
-
readonly width:
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
readonly offset: {
|
|
132
|
-
readonly type: import("vue").PropType<number>;
|
|
133
|
-
readonly required: false;
|
|
134
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
135
|
-
__epPropKey: true;
|
|
136
|
-
} & {
|
|
137
|
-
readonly default: undefined;
|
|
138
|
-
};
|
|
139
|
-
readonly showAfter: {
|
|
140
|
-
readonly type: import("vue").PropType<number>;
|
|
141
|
-
readonly required: false;
|
|
142
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
143
|
-
__epPropKey: true;
|
|
144
|
-
} & {
|
|
145
|
-
readonly default: 0;
|
|
146
|
-
};
|
|
147
|
-
readonly hideAfter: {
|
|
148
|
-
readonly type: import("vue").PropType<number>;
|
|
149
|
-
readonly required: false;
|
|
150
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
151
|
-
__epPropKey: true;
|
|
152
|
-
} & {
|
|
153
|
-
readonly default: 200;
|
|
154
|
-
};
|
|
155
|
-
readonly autoClose: {
|
|
156
|
-
readonly type: import("vue").PropType<number>;
|
|
157
|
-
readonly required: false;
|
|
158
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
159
|
-
__epPropKey: true;
|
|
160
|
-
} & {
|
|
161
|
-
readonly default: 0;
|
|
162
|
-
};
|
|
163
|
-
readonly showArrow: {
|
|
164
|
-
readonly type: import("vue").PropType<boolean>;
|
|
165
|
-
readonly required: false;
|
|
166
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
167
|
-
__epPropKey: true;
|
|
168
|
-
} & {
|
|
169
|
-
readonly default: true;
|
|
170
|
-
};
|
|
171
|
-
readonly persistent: {
|
|
172
|
-
readonly type: import("vue").PropType<boolean>;
|
|
173
|
-
readonly required: false;
|
|
174
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
175
|
-
__epPropKey: true;
|
|
176
|
-
} & {
|
|
177
|
-
readonly default: true;
|
|
178
|
-
};
|
|
179
|
-
readonly "onUpdate:visible": {
|
|
141
|
+
readonly width: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 150, boolean>;
|
|
142
|
+
readonly offset: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, undefined, boolean>;
|
|
143
|
+
readonly showAfter: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
144
|
+
readonly hideAfter: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
145
|
+
readonly autoClose: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
146
|
+
readonly showArrow: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
147
|
+
readonly persistent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
148
|
+
readonly 'onUpdate:visible': {
|
|
180
149
|
readonly type: import("vue").PropType<(visible: boolean) => void>;
|
|
181
150
|
readonly required: false;
|
|
182
151
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
183
152
|
__epPropKey: true;
|
|
184
153
|
};
|
|
185
154
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
186
|
-
readonly trigger:
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
190
|
-
__epPropKey: true;
|
|
191
|
-
} & {
|
|
192
|
-
readonly default: "hover";
|
|
193
|
-
};
|
|
194
|
-
readonly triggerKeys: {
|
|
195
|
-
readonly type: import("vue").PropType<string[]>;
|
|
196
|
-
readonly required: false;
|
|
197
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
198
|
-
__epPropKey: true;
|
|
199
|
-
} & {
|
|
200
|
-
readonly default: () => string[];
|
|
201
|
-
};
|
|
202
|
-
readonly placement: {
|
|
203
|
-
readonly type: import("vue").PropType<any>;
|
|
204
|
-
readonly required: false;
|
|
205
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
206
|
-
__epPropKey: true;
|
|
207
|
-
} & {
|
|
208
|
-
readonly default: "bottom";
|
|
209
|
-
};
|
|
155
|
+
readonly trigger: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "click" | "focus" | "contextmenu" | "hover" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => "click" | "focus" | "contextmenu" | "hover" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
|
156
|
+
readonly triggerKeys: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
157
|
+
readonly placement: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "left" | "right" | "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "left" | "right" | "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement))[], unknown, unknown, "bottom", boolean>;
|
|
210
158
|
readonly disabled: BooleanConstructor;
|
|
211
|
-
readonly visible:
|
|
212
|
-
readonly type: import("vue").PropType<boolean | null>;
|
|
213
|
-
readonly required: false;
|
|
214
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
215
|
-
__epPropKey: true;
|
|
216
|
-
} & {
|
|
217
|
-
readonly default: null;
|
|
218
|
-
};
|
|
159
|
+
readonly visible: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
|
219
160
|
readonly transition: StringConstructor;
|
|
220
|
-
readonly popperOptions: {
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
224
|
-
__epPropKey: true;
|
|
225
|
-
} & {
|
|
226
|
-
readonly default: () => {};
|
|
227
|
-
};
|
|
228
|
-
readonly tabindex: {
|
|
229
|
-
readonly type: import("vue").PropType<string | number>;
|
|
230
|
-
readonly required: false;
|
|
231
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
232
|
-
__epPropKey: true;
|
|
233
|
-
} & {
|
|
234
|
-
readonly default: 0;
|
|
235
|
-
};
|
|
236
|
-
readonly content: {
|
|
237
|
-
readonly type: import("vue").PropType<string>;
|
|
238
|
-
readonly required: false;
|
|
239
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
240
|
-
__epPropKey: true;
|
|
241
|
-
} & {
|
|
242
|
-
readonly default: "";
|
|
243
|
-
};
|
|
161
|
+
readonly popperOptions: import("element-plus/es/utils/index.mjs").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>))[], unknown, unknown, () => {}, boolean>;
|
|
162
|
+
readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
163
|
+
readonly content: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
244
164
|
readonly popperStyle: {
|
|
245
|
-
readonly type: import("vue").PropType<import("vue").StyleValue
|
|
165
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
|
|
246
166
|
readonly required: false;
|
|
247
167
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
248
168
|
__epPropKey: true;
|
|
249
169
|
};
|
|
250
170
|
readonly popperClass: {
|
|
251
|
-
readonly type: import("vue").PropType<string | {
|
|
171
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | {
|
|
172
|
+
[x: string]: boolean;
|
|
173
|
+
} | (string | {
|
|
174
|
+
[x: string]: boolean;
|
|
175
|
+
} | (string | {
|
|
176
|
+
[x: string]: boolean;
|
|
177
|
+
} | (string | {
|
|
178
|
+
[x: string]: boolean;
|
|
179
|
+
} | (string | {
|
|
180
|
+
[x: string]: boolean;
|
|
181
|
+
} | (string | {
|
|
182
|
+
[x: string]: boolean;
|
|
183
|
+
} | (string | {
|
|
184
|
+
[x: string]: boolean;
|
|
185
|
+
} | (string | {
|
|
186
|
+
[x: string]: boolean;
|
|
187
|
+
} | (string | {
|
|
188
|
+
[x: string]: boolean;
|
|
189
|
+
} | (string | {
|
|
190
|
+
[x: string]: boolean;
|
|
191
|
+
} | (string | {
|
|
192
|
+
[x: string]: boolean;
|
|
193
|
+
} | (string | {
|
|
194
|
+
[x: string]: boolean;
|
|
195
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
252
196
|
[x: string]: boolean;
|
|
253
197
|
} | (string | {
|
|
254
198
|
[x: string]: boolean;
|
|
@@ -268,99 +212,93 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
268
212
|
[x: string]: boolean;
|
|
269
213
|
} | (string | {
|
|
270
214
|
[x: string]: boolean;
|
|
271
|
-
} | (string |
|
|
215
|
+
} | (string | {
|
|
216
|
+
[x: string]: boolean;
|
|
217
|
+
} | (string | {
|
|
272
218
|
[x: string]: boolean;
|
|
273
|
-
})[])[])[])[])[])[])[])[])[])[]
|
|
219
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
220
|
+
[x: string]: boolean;
|
|
221
|
+
} | (string | {
|
|
222
|
+
[x: string]: boolean;
|
|
223
|
+
} | (string | {
|
|
224
|
+
[x: string]: boolean;
|
|
225
|
+
} | (string | {
|
|
226
|
+
[x: string]: boolean;
|
|
227
|
+
} | (string | {
|
|
228
|
+
[x: string]: boolean;
|
|
229
|
+
} | (string | {
|
|
230
|
+
[x: string]: boolean;
|
|
231
|
+
} | (string | {
|
|
232
|
+
[x: string]: boolean;
|
|
233
|
+
} | (string | {
|
|
234
|
+
[x: string]: boolean;
|
|
235
|
+
} | (string | {
|
|
236
|
+
[x: string]: boolean;
|
|
237
|
+
} | (string | {
|
|
238
|
+
[x: string]: boolean;
|
|
239
|
+
} | (string | {
|
|
240
|
+
[x: string]: boolean;
|
|
241
|
+
} | (string | {
|
|
242
|
+
[x: string]: boolean;
|
|
243
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
244
|
+
[x: string]: boolean;
|
|
245
|
+
} | (string | {
|
|
246
|
+
[x: string]: boolean;
|
|
247
|
+
} | (string | {
|
|
248
|
+
[x: string]: boolean;
|
|
249
|
+
} | (string | {
|
|
250
|
+
[x: string]: boolean;
|
|
251
|
+
} | (string | {
|
|
252
|
+
[x: string]: boolean;
|
|
253
|
+
} | (string | {
|
|
254
|
+
[x: string]: boolean;
|
|
255
|
+
} | (string | {
|
|
256
|
+
[x: string]: boolean;
|
|
257
|
+
} | (string | {
|
|
258
|
+
[x: string]: boolean;
|
|
259
|
+
} | (string | {
|
|
260
|
+
[x: string]: boolean;
|
|
261
|
+
} | (string | {
|
|
262
|
+
[x: string]: boolean;
|
|
263
|
+
} | (string | {
|
|
264
|
+
[x: string]: boolean;
|
|
265
|
+
} | (string | {
|
|
266
|
+
[x: string]: boolean;
|
|
267
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
274
268
|
readonly required: false;
|
|
275
269
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
276
270
|
__epPropKey: true;
|
|
277
271
|
};
|
|
278
272
|
readonly enterable: {
|
|
279
273
|
readonly default: true;
|
|
280
|
-
readonly type: import("vue").PropType<
|
|
274
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
281
275
|
readonly required: false;
|
|
282
276
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
283
277
|
readonly __epPropKey: true;
|
|
284
278
|
};
|
|
285
279
|
readonly effect: {
|
|
286
280
|
readonly default: "light";
|
|
287
|
-
readonly type: import("vue").PropType<import("element-plus").PopperEffect
|
|
281
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus").PopperEffect))[], unknown, unknown>>;
|
|
288
282
|
readonly required: false;
|
|
289
283
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
290
284
|
readonly __epPropKey: true;
|
|
291
285
|
};
|
|
292
|
-
readonly teleported:
|
|
293
|
-
readonly type: import("vue").PropType<boolean>;
|
|
294
|
-
readonly required: false;
|
|
295
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
296
|
-
__epPropKey: true;
|
|
297
|
-
} & {
|
|
298
|
-
readonly default: true;
|
|
299
|
-
};
|
|
286
|
+
readonly teleported: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
300
287
|
readonly appendTo: {
|
|
301
|
-
readonly type: import("vue").PropType<string | HTMLElement
|
|
288
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>>;
|
|
302
289
|
readonly required: false;
|
|
303
290
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
304
291
|
__epPropKey: true;
|
|
305
292
|
};
|
|
306
293
|
readonly title: StringConstructor;
|
|
307
|
-
readonly width:
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
readonly offset: {
|
|
316
|
-
readonly type: import("vue").PropType<number>;
|
|
317
|
-
readonly required: false;
|
|
318
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
319
|
-
__epPropKey: true;
|
|
320
|
-
} & {
|
|
321
|
-
readonly default: undefined;
|
|
322
|
-
};
|
|
323
|
-
readonly showAfter: {
|
|
324
|
-
readonly type: import("vue").PropType<number>;
|
|
325
|
-
readonly required: false;
|
|
326
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
327
|
-
__epPropKey: true;
|
|
328
|
-
} & {
|
|
329
|
-
readonly default: 0;
|
|
330
|
-
};
|
|
331
|
-
readonly hideAfter: {
|
|
332
|
-
readonly type: import("vue").PropType<number>;
|
|
333
|
-
readonly required: false;
|
|
334
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
335
|
-
__epPropKey: true;
|
|
336
|
-
} & {
|
|
337
|
-
readonly default: 200;
|
|
338
|
-
};
|
|
339
|
-
readonly autoClose: {
|
|
340
|
-
readonly type: import("vue").PropType<number>;
|
|
341
|
-
readonly required: false;
|
|
342
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
343
|
-
__epPropKey: true;
|
|
344
|
-
} & {
|
|
345
|
-
readonly default: 0;
|
|
346
|
-
};
|
|
347
|
-
readonly showArrow: {
|
|
348
|
-
readonly type: import("vue").PropType<boolean>;
|
|
349
|
-
readonly required: false;
|
|
350
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
351
|
-
__epPropKey: true;
|
|
352
|
-
} & {
|
|
353
|
-
readonly default: true;
|
|
354
|
-
};
|
|
355
|
-
readonly persistent: {
|
|
356
|
-
readonly type: import("vue").PropType<boolean>;
|
|
357
|
-
readonly required: false;
|
|
358
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
359
|
-
__epPropKey: true;
|
|
360
|
-
} & {
|
|
361
|
-
readonly default: true;
|
|
362
|
-
};
|
|
363
|
-
readonly "onUpdate:visible": {
|
|
294
|
+
readonly width: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 150, boolean>;
|
|
295
|
+
readonly offset: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, undefined, boolean>;
|
|
296
|
+
readonly showAfter: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
297
|
+
readonly hideAfter: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
298
|
+
readonly autoClose: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
299
|
+
readonly showArrow: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
300
|
+
readonly persistent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
301
|
+
readonly 'onUpdate:visible': {
|
|
364
302
|
readonly type: import("vue").PropType<(visible: boolean) => void>;
|
|
365
303
|
readonly required: false;
|
|
366
304
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
@@ -368,22 +306,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
368
306
|
};
|
|
369
307
|
}>> & Readonly<{}>, {
|
|
370
308
|
readonly content: string;
|
|
371
|
-
readonly width:
|
|
309
|
+
readonly width: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
372
310
|
readonly offset: number;
|
|
373
|
-
readonly visible: boolean | null
|
|
311
|
+
readonly visible: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
|
|
374
312
|
readonly disabled: boolean;
|
|
375
|
-
readonly teleported:
|
|
376
|
-
readonly enterable:
|
|
377
|
-
readonly trigger: import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[]
|
|
313
|
+
readonly teleported: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
314
|
+
readonly enterable: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
315
|
+
readonly trigger: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "click" | "focus" | "contextmenu" | "hover" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => "click" | "focus" | "contextmenu" | "hover" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown>;
|
|
378
316
|
readonly placement: any;
|
|
379
|
-
readonly showArrow:
|
|
317
|
+
readonly showArrow: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
380
318
|
readonly triggerKeys: string[];
|
|
381
|
-
readonly persistent:
|
|
382
|
-
readonly effect: import("element-plus").PopperEffect
|
|
319
|
+
readonly persistent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
320
|
+
readonly effect: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string) | (() => import("element-plus").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus").PopperEffect))[], unknown, unknown>;
|
|
383
321
|
readonly popperOptions: any;
|
|
384
322
|
readonly showAfter: number;
|
|
385
323
|
readonly hideAfter: number;
|
|
386
324
|
readonly autoClose: number;
|
|
387
|
-
readonly tabindex: string | number
|
|
325
|
+
readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
388
326
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
389
327
|
export default _default;
|
|
@@ -22,12 +22,12 @@ export declare const fieldRemoteSelectSlots: SlotsType<RemoteSelectSlots>;
|
|
|
22
22
|
export declare const fieldRemoteSelectEmits: {
|
|
23
23
|
"update:modelValue": (val: import("element-plus").SelectProps["modelValue"]) => boolean;
|
|
24
24
|
change: (val: import("element-plus").SelectProps["modelValue"]) => boolean;
|
|
25
|
-
|
|
25
|
+
'popup-scroll': ({ scrollTop, scrollLeft, }: {
|
|
26
26
|
scrollTop: number;
|
|
27
27
|
scrollLeft: number;
|
|
28
28
|
}) => boolean;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
'remove-tag': (val: unknown) => boolean;
|
|
30
|
+
'visible-change': (visible: boolean) => boolean;
|
|
31
31
|
focus: (evt: FocusEvent) => boolean;
|
|
32
32
|
blur: (evt: FocusEvent) => boolean;
|
|
33
33
|
clear: () => boolean;
|