giime 0.0.0-dev.20 → 0.0.0-dev.21
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/components/src/cascader/Cascader.vue2.mjs +1 -1
- package/es/components/src/cascader/Cascader.vue2.mjs.map +1 -1
- package/es/components/src/cascader/cascader.d.ts +3 -3
- package/es/components/src/cascaderPanel/CascaderPanel.vue.d.ts +20 -20
- package/es/components/src/cascaderPanel/CascaderPanel.vue2.mjs +1 -1
- package/es/components/src/cascaderPanel/CascaderPanel.vue2.mjs.map +1 -1
- package/es/components/src/cascaderPanel/cascaderPanel.d.ts +1 -1
- package/es/components/src/cascaderPanel/index.d.ts +59 -59
- package/es/components/src/test/Test.vue.d.ts +34 -34
- package/es/components/src/test/index.d.ts +34 -34
- package/es/components/src/test/test.d.ts +8 -8
- package/es/giime/version.d.ts +1 -1
- package/es/giime/version.mjs +1 -1
- package/es/giime/version.mjs.map +1 -1
- package/lib/components/src/cascader/Cascader.vue2.js +2 -2
- package/lib/components/src/cascader/Cascader.vue2.js.map +1 -1
- package/lib/components/src/cascader/cascader.d.ts +3 -3
- package/lib/components/src/cascaderPanel/CascaderPanel.vue.d.ts +20 -20
- package/lib/components/src/cascaderPanel/CascaderPanel.vue2.js +2 -2
- package/lib/components/src/cascaderPanel/CascaderPanel.vue2.js.map +1 -1
- package/lib/components/src/cascaderPanel/cascaderPanel.d.ts +1 -1
- package/lib/components/src/cascaderPanel/index.d.ts +59 -59
- package/lib/components/src/test/Test.vue.d.ts +34 -34
- package/lib/components/src/test/index.d.ts +34 -34
- package/lib/components/src/test/test.d.ts +8 -8
- package/lib/giime/version.d.ts +1 -1
- package/lib/giime/version.js +1 -1
- package/lib/giime/version.js.map +1 -1
- package/package.json +1 -1
|
@@ -4,9 +4,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4
4
|
default: string;
|
|
5
5
|
};
|
|
6
6
|
elBtnProps: {
|
|
7
|
-
type: () =>
|
|
7
|
+
type: () => import("vue").ExtractPropTypes<{
|
|
8
8
|
readonly size: {
|
|
9
|
-
readonly type:
|
|
9
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
10
10
|
readonly required: false;
|
|
11
11
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12
12
|
__epPropKey: true;
|
|
@@ -14,14 +14,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
14
|
readonly disabled: BooleanConstructor;
|
|
15
15
|
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
16
16
|
readonly icon: {
|
|
17
|
-
readonly type:
|
|
17
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
18
18
|
readonly required: false;
|
|
19
19
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
20
20
|
__epPropKey: true;
|
|
21
21
|
};
|
|
22
22
|
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
23
23
|
readonly loading: BooleanConstructor;
|
|
24
|
-
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
24
|
+
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
|
|
25
25
|
readonly plain: BooleanConstructor;
|
|
26
26
|
readonly text: BooleanConstructor;
|
|
27
27
|
readonly link: BooleanConstructor;
|
|
@@ -32,11 +32,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32
32
|
readonly color: StringConstructor;
|
|
33
33
|
readonly dark: BooleanConstructor;
|
|
34
34
|
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
35
|
-
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
35
|
+
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
36
36
|
}>;
|
|
37
37
|
default: () => {
|
|
38
38
|
size: {
|
|
39
|
-
readonly type:
|
|
39
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
40
40
|
readonly required: false;
|
|
41
41
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
42
42
|
__epPropKey: true;
|
|
@@ -44,14 +44,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
44
44
|
disabled: BooleanConstructor;
|
|
45
45
|
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
46
46
|
icon: {
|
|
47
|
-
readonly type:
|
|
47
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
48
48
|
readonly required: false;
|
|
49
49
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
50
50
|
__epPropKey: true;
|
|
51
51
|
};
|
|
52
52
|
nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
53
53
|
loading: BooleanConstructor;
|
|
54
|
-
loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
54
|
+
loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
|
|
55
55
|
plain: BooleanConstructor;
|
|
56
56
|
text: BooleanConstructor;
|
|
57
57
|
link: BooleanConstructor;
|
|
@@ -62,11 +62,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
62
62
|
color: StringConstructor;
|
|
63
63
|
dark: BooleanConstructor;
|
|
64
64
|
autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
65
|
-
tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
65
|
+
tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
66
66
|
};
|
|
67
67
|
};
|
|
68
68
|
size: {
|
|
69
|
-
readonly type:
|
|
69
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
70
70
|
readonly required: false;
|
|
71
71
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
72
72
|
__epPropKey: true;
|
|
@@ -74,14 +74,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
74
74
|
disabled: BooleanConstructor;
|
|
75
75
|
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
76
76
|
icon: {
|
|
77
|
-
readonly type:
|
|
77
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
78
78
|
readonly required: false;
|
|
79
79
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
80
80
|
__epPropKey: true;
|
|
81
81
|
};
|
|
82
82
|
nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
83
83
|
loading: BooleanConstructor;
|
|
84
|
-
loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
84
|
+
loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
|
|
85
85
|
plain: BooleanConstructor;
|
|
86
86
|
text: BooleanConstructor;
|
|
87
87
|
link: BooleanConstructor;
|
|
@@ -92,18 +92,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
92
92
|
color: StringConstructor;
|
|
93
93
|
dark: BooleanConstructor;
|
|
94
94
|
autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
95
|
-
tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
95
|
+
tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
96
96
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
97
97
|
finishSubmit: () => void;
|
|
98
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
98
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
99
99
|
title: {
|
|
100
100
|
type: StringConstructor;
|
|
101
101
|
default: string;
|
|
102
102
|
};
|
|
103
103
|
elBtnProps: {
|
|
104
|
-
type: () =>
|
|
104
|
+
type: () => import("vue").ExtractPropTypes<{
|
|
105
105
|
readonly size: {
|
|
106
|
-
readonly type:
|
|
106
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
107
107
|
readonly required: false;
|
|
108
108
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
109
109
|
__epPropKey: true;
|
|
@@ -111,14 +111,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
111
111
|
readonly disabled: BooleanConstructor;
|
|
112
112
|
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
113
113
|
readonly icon: {
|
|
114
|
-
readonly type:
|
|
114
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
115
115
|
readonly required: false;
|
|
116
116
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
117
117
|
__epPropKey: true;
|
|
118
118
|
};
|
|
119
119
|
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
120
120
|
readonly loading: BooleanConstructor;
|
|
121
|
-
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
121
|
+
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
|
|
122
122
|
readonly plain: BooleanConstructor;
|
|
123
123
|
readonly text: BooleanConstructor;
|
|
124
124
|
readonly link: BooleanConstructor;
|
|
@@ -129,11 +129,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
129
129
|
readonly color: StringConstructor;
|
|
130
130
|
readonly dark: BooleanConstructor;
|
|
131
131
|
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
132
|
-
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
132
|
+
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
133
133
|
}>;
|
|
134
134
|
default: () => {
|
|
135
135
|
size: {
|
|
136
|
-
readonly type:
|
|
136
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
137
137
|
readonly required: false;
|
|
138
138
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
139
139
|
__epPropKey: true;
|
|
@@ -141,14 +141,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
141
141
|
disabled: BooleanConstructor;
|
|
142
142
|
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
143
143
|
icon: {
|
|
144
|
-
readonly type:
|
|
144
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
145
145
|
readonly required: false;
|
|
146
146
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
147
147
|
__epPropKey: true;
|
|
148
148
|
};
|
|
149
149
|
nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
150
150
|
loading: BooleanConstructor;
|
|
151
|
-
loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
151
|
+
loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
|
|
152
152
|
plain: BooleanConstructor;
|
|
153
153
|
text: BooleanConstructor;
|
|
154
154
|
link: BooleanConstructor;
|
|
@@ -159,11 +159,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
159
159
|
color: StringConstructor;
|
|
160
160
|
dark: BooleanConstructor;
|
|
161
161
|
autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
162
|
-
tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
162
|
+
tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
163
163
|
};
|
|
164
164
|
};
|
|
165
165
|
size: {
|
|
166
|
-
readonly type:
|
|
166
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
167
167
|
readonly required: false;
|
|
168
168
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
169
169
|
__epPropKey: true;
|
|
@@ -171,14 +171,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
171
171
|
disabled: BooleanConstructor;
|
|
172
172
|
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
173
173
|
icon: {
|
|
174
|
-
readonly type:
|
|
174
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
175
175
|
readonly required: false;
|
|
176
176
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
177
177
|
__epPropKey: true;
|
|
178
178
|
};
|
|
179
179
|
nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
180
180
|
loading: BooleanConstructor;
|
|
181
|
-
loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
181
|
+
loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
|
|
182
182
|
plain: BooleanConstructor;
|
|
183
183
|
text: BooleanConstructor;
|
|
184
184
|
link: BooleanConstructor;
|
|
@@ -189,7 +189,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
189
189
|
color: StringConstructor;
|
|
190
190
|
dark: BooleanConstructor;
|
|
191
191
|
autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
192
|
-
tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
192
|
+
tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
193
193
|
}>> & {
|
|
194
194
|
onFinishSubmit?: (() => any) | undefined;
|
|
195
195
|
}, {
|
|
@@ -198,7 +198,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
198
198
|
disabled: boolean;
|
|
199
199
|
nativeType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
200
200
|
loading: boolean;
|
|
201
|
-
loadingIcon: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string |
|
|
201
|
+
loadingIcon: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
|
|
202
202
|
plain: boolean;
|
|
203
203
|
link: boolean;
|
|
204
204
|
bg: boolean;
|
|
@@ -207,11 +207,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
207
207
|
circle: boolean;
|
|
208
208
|
dark: boolean;
|
|
209
209
|
autoInsertSpace: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
210
|
-
tag: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string |
|
|
210
|
+
tag: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
|
|
211
211
|
title: string;
|
|
212
|
-
elBtnProps:
|
|
212
|
+
elBtnProps: import("vue").ExtractPropTypes<{
|
|
213
213
|
readonly size: {
|
|
214
|
-
readonly type:
|
|
214
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
215
215
|
readonly required: false;
|
|
216
216
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
217
217
|
__epPropKey: true;
|
|
@@ -219,14 +219,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
219
219
|
readonly disabled: BooleanConstructor;
|
|
220
220
|
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
221
221
|
readonly icon: {
|
|
222
|
-
readonly type:
|
|
222
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
223
223
|
readonly required: false;
|
|
224
224
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
225
225
|
__epPropKey: true;
|
|
226
226
|
};
|
|
227
227
|
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
228
228
|
readonly loading: BooleanConstructor;
|
|
229
|
-
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
229
|
+
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
|
|
230
230
|
readonly plain: BooleanConstructor;
|
|
231
231
|
readonly text: BooleanConstructor;
|
|
232
232
|
readonly link: BooleanConstructor;
|
|
@@ -237,7 +237,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
237
237
|
readonly color: StringConstructor;
|
|
238
238
|
readonly dark: BooleanConstructor;
|
|
239
239
|
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
240
|
-
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
240
|
+
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
241
241
|
}>;
|
|
242
242
|
}, {}>;
|
|
243
243
|
export default _default;
|