hzzt-plus 1.0.2 → 1.0.4
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/attributes.json +1 -1
- package/dist/index.css +1 -1
- package/dist/index.full.js +3029 -276
- package/dist/index.full.min.js +23 -17
- package/dist/index.full.min.js.map +1 -1
- package/dist/index.full.min.mjs +24 -18
- package/dist/index.full.min.mjs.map +1 -1
- package/dist/index.full.mjs +3025 -278
- package/es/component.mjs +5 -1
- package/es/component.mjs.map +1 -1
- package/es/components/cascader/index.d.ts +5 -0
- package/es/components/cascader/index.mjs +9 -0
- package/es/components/cascader/index.mjs.map +1 -0
- package/es/components/cascader/src/cascader.d.ts +35 -0
- package/es/components/cascader/src/cascader.mjs +42 -0
- package/es/components/cascader/src/cascader.mjs.map +1 -0
- package/es/components/cascader/src/cascader.vue.d.ts +2293 -0
- package/es/components/cascader/src/cascader2.mjs +128 -0
- package/es/components/cascader/src/cascader2.mjs.map +1 -0
- package/es/components/cascader/src/hooks/utils.d.ts +2 -0
- package/es/components/cascader/src/hooks/utils.mjs +26 -0
- package/es/components/cascader/src/hooks/utils.mjs.map +1 -0
- package/es/components/cascader/style/css.d.ts +2 -0
- package/es/components/cascader/style/css.mjs +3 -0
- package/es/components/cascader/style/css.mjs.map +1 -0
- package/es/components/cascader/style/index.d.ts +2 -0
- package/es/components/cascader/style/index.mjs +3 -0
- package/es/components/cascader/style/index.mjs.map +1 -0
- package/es/components/collapse/index.mjs +2 -2
- package/es/components/collapse/src/collapse.mjs +67 -0
- package/es/components/collapse/src/collapse.mjs.map +1 -1
- package/es/components/collapse/src/collapse2.mjs +0 -67
- package/es/components/collapse/src/collapse2.mjs.map +1 -1
- package/es/components/confirm-password/index.d.ts +1 -1
- package/es/components/confirm-password/src/confirm-password.vue.d.ts +1 -1
- package/es/components/dropdown/index.d.ts +1 -1
- package/es/components/dropdown/src/index.vue.d.ts +1 -1
- package/es/components/index.d.ts +2 -0
- package/es/components/index.mjs +5 -1
- package/es/components/index.mjs.map +1 -1
- package/es/components/input-range/index.d.ts +5 -0
- package/es/components/input-range/index.mjs +9 -0
- package/es/components/input-range/index.mjs.map +1 -0
- package/es/components/input-range/src/input-range.d.ts +24 -0
- package/es/components/input-range/src/input-range.mjs +31 -0
- package/es/components/input-range/src/input-range.mjs.map +1 -0
- package/es/components/input-range/src/input-range.vue.d.ts +86 -0
- package/es/components/input-range/src/input-range2.mjs +81 -0
- package/es/components/input-range/src/input-range2.mjs.map +1 -0
- package/es/components/input-range/style/css.d.ts +2 -0
- package/es/components/input-range/style/css.mjs +3 -0
- package/es/components/input-range/style/css.mjs.map +1 -0
- package/es/components/input-range/style/index.d.ts +2 -0
- package/es/components/input-range/style/index.mjs +3 -0
- package/es/components/input-range/style/index.mjs.map +1 -0
- package/es/components/page-size/index.d.ts +54 -54
- package/es/components/page-size/src/index.vue.d.ts +54 -54
- package/es/components/quarter-picker/index.d.ts +16 -16
- package/es/components/quarter-picker/src/index.vue.d.ts +16 -16
- package/es/components/scan/index.mjs +2 -2
- package/es/components/scan/src/scan.mjs +144 -23
- package/es/components/scan/src/scan.mjs.map +1 -1
- package/es/components/scan/src/scan.vue.d.ts +2 -2
- package/es/components/scan/src/scan2.mjs +23 -144
- package/es/components/scan/src/scan2.mjs.map +1 -1
- package/es/components/select-input/index.d.ts +21 -21
- package/es/components/select-input/src/select-input.d.ts +3 -3
- package/es/components/select-input/src/select-input.mjs.map +1 -1
- package/es/components/select-input/src/select-input.vue.d.ts +21 -21
- package/es/components/select-textarea/index.d.ts +3 -13074
- package/es/components/select-textarea/index.mjs.map +1 -1
- package/es/components/select-textarea/src/select-textarea.d.ts +4 -4
- package/es/components/select-textarea/src/select-textarea.mjs +6 -5
- package/es/components/select-textarea/src/select-textarea.mjs.map +1 -1
- package/es/components/select-textarea/src/select-textarea.vue.d.ts +45 -45
- package/es/components/select-textarea/src/select-textarea2.mjs +2 -1
- package/es/components/select-textarea/src/select-textarea2.mjs.map +1 -1
- package/es/components/tooltip/index.d.ts +14 -14
- package/es/components/tooltip/src/tooltip.vue.d.ts +14 -14
- package/es/hooks/use-cursor/index.d.ts +1 -1
- package/es/hooks/use-cursor/index.mjs.map +1 -1
- package/es/index.mjs +5 -1
- package/es/index.mjs.map +1 -1
- package/global.d.ts +2 -0
- package/lib/component.js +5 -1
- package/lib/component.js.map +1 -1
- package/lib/components/cascader/index.d.ts +5 -0
- package/lib/components/cascader/index.js +16 -0
- package/lib/components/cascader/index.js.map +1 -0
- package/lib/components/cascader/src/cascader.d.ts +35 -0
- package/lib/components/cascader/src/cascader.js +47 -0
- package/lib/components/cascader/src/cascader.js.map +1 -0
- package/lib/components/cascader/src/cascader.vue.d.ts +2293 -0
- package/lib/components/cascader/src/cascader2.js +132 -0
- package/lib/components/cascader/src/cascader2.js.map +1 -0
- package/lib/components/cascader/src/hooks/utils.d.ts +2 -0
- package/lib/components/cascader/src/hooks/utils.js +30 -0
- package/lib/components/cascader/src/hooks/utils.js.map +1 -0
- package/lib/components/cascader/style/css.d.ts +2 -0
- package/lib/components/cascader/style/css.js +6 -0
- package/lib/components/cascader/style/css.js.map +1 -0
- package/lib/components/cascader/style/index.d.ts +2 -0
- package/lib/components/cascader/style/index.js +6 -0
- package/lib/components/cascader/style/index.js.map +1 -0
- package/lib/components/collapse/index.js +2 -2
- package/lib/components/collapse/src/collapse.js +70 -0
- package/lib/components/collapse/src/collapse.js.map +1 -1
- package/lib/components/collapse/src/collapse2.js +0 -70
- package/lib/components/collapse/src/collapse2.js.map +1 -1
- package/lib/components/confirm-password/index.d.ts +1 -1
- package/lib/components/confirm-password/src/confirm-password.vue.d.ts +1 -1
- package/lib/components/dropdown/index.d.ts +1 -1
- package/lib/components/dropdown/src/index.vue.d.ts +1 -1
- package/lib/components/index.d.ts +2 -0
- package/lib/components/index.js +11 -1
- package/lib/components/index.js.map +1 -1
- package/lib/components/input-range/index.d.ts +5 -0
- package/lib/components/input-range/index.js +16 -0
- package/lib/components/input-range/index.js.map +1 -0
- package/lib/components/input-range/src/input-range.d.ts +24 -0
- package/lib/components/input-range/src/input-range.js +36 -0
- package/lib/components/input-range/src/input-range.js.map +1 -0
- package/lib/components/input-range/src/input-range.vue.d.ts +86 -0
- package/lib/components/input-range/src/input-range2.js +85 -0
- package/lib/components/input-range/src/input-range2.js.map +1 -0
- package/lib/components/input-range/style/css.d.ts +2 -0
- package/lib/components/input-range/style/css.js +6 -0
- package/lib/components/input-range/style/css.js.map +1 -0
- package/lib/components/input-range/style/index.d.ts +2 -0
- package/lib/components/input-range/style/index.js +6 -0
- package/lib/components/input-range/style/index.js.map +1 -0
- package/lib/components/page-size/index.d.ts +54 -54
- package/lib/components/page-size/src/index.vue.d.ts +54 -54
- package/lib/components/quarter-picker/index.d.ts +16 -16
- package/lib/components/quarter-picker/src/index.vue.d.ts +16 -16
- package/lib/components/scan/index.js +2 -2
- package/lib/components/scan/src/scan.js +144 -24
- package/lib/components/scan/src/scan.js.map +1 -1
- package/lib/components/scan/src/scan.vue.d.ts +2 -2
- package/lib/components/scan/src/scan2.js +24 -144
- package/lib/components/scan/src/scan2.js.map +1 -1
- package/lib/components/select-input/index.d.ts +21 -21
- package/lib/components/select-input/src/select-input.d.ts +3 -3
- package/lib/components/select-input/src/select-input.js.map +1 -1
- package/lib/components/select-input/src/select-input.vue.d.ts +21 -21
- package/lib/components/select-textarea/index.d.ts +3 -13074
- package/lib/components/select-textarea/index.js.map +1 -1
- package/lib/components/select-textarea/src/select-textarea.d.ts +4 -4
- package/lib/components/select-textarea/src/select-textarea.js +5 -4
- package/lib/components/select-textarea/src/select-textarea.js.map +1 -1
- package/lib/components/select-textarea/src/select-textarea.vue.d.ts +45 -45
- package/lib/components/select-textarea/src/select-textarea2.js +2 -1
- package/lib/components/select-textarea/src/select-textarea2.js.map +1 -1
- package/lib/components/tooltip/index.d.ts +14 -14
- package/lib/components/tooltip/src/tooltip.vue.d.ts +14 -14
- package/lib/hooks/use-cursor/index.d.ts +1 -1
- package/lib/hooks/use-cursor/index.js.map +1 -1
- package/lib/index.js +41 -31
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
- package/tags.json +1 -1
- package/theme/hzzt-cascader.css +1 -0
- package/theme/hzzt-input-range.css +0 -0
- package/theme/index.css +1 -1
- package/theme/src/cascader.scss +28 -0
- package/theme/src/index.scss +2 -0
- package/theme/src/input-range.scss +0 -0
- package/web-types.json +1 -692
|
@@ -94,7 +94,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
94
94
|
readonly disabled: boolean;
|
|
95
95
|
readonly round: boolean;
|
|
96
96
|
readonly dark: boolean;
|
|
97
|
-
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "
|
|
97
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
98
98
|
readonly bg: boolean;
|
|
99
99
|
readonly loading: boolean;
|
|
100
100
|
readonly autofocus: boolean;
|
|
@@ -111,7 +111,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
111
111
|
__epPropKey: true;
|
|
112
112
|
};
|
|
113
113
|
readonly disabled: BooleanConstructor;
|
|
114
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
114
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
115
115
|
readonly icon: {
|
|
116
116
|
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>>;
|
|
117
117
|
readonly required: false;
|
|
@@ -134,7 +134,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
134
134
|
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>;
|
|
135
135
|
}>> & {
|
|
136
136
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
137
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "
|
|
137
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "link" | "autofocus" | "text" | "dark" | "plain" | "nativeType" | "loading" | "loadingIcon" | "bg" | "round" | "circle" | "autoInsertSpace" | "tag">;
|
|
138
138
|
$attrs: {
|
|
139
139
|
[x: string]: unknown;
|
|
140
140
|
};
|
|
@@ -156,7 +156,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
156
156
|
__epPropKey: true;
|
|
157
157
|
};
|
|
158
158
|
readonly disabled: BooleanConstructor;
|
|
159
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
159
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
160
160
|
readonly icon: {
|
|
161
161
|
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>>;
|
|
162
162
|
readonly required: false;
|
|
@@ -182,7 +182,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
182
182
|
}, {
|
|
183
183
|
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
184
184
|
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
185
|
-
type: import("vue").ComputedRef<"" | "default" | "
|
|
185
|
+
type: import("vue").ComputedRef<"" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger">;
|
|
186
186
|
disabled: import("vue").ComputedRef<boolean>;
|
|
187
187
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
188
188
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -194,7 +194,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
194
194
|
readonly disabled: boolean;
|
|
195
195
|
readonly round: boolean;
|
|
196
196
|
readonly dark: boolean;
|
|
197
|
-
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "
|
|
197
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
198
198
|
readonly bg: boolean;
|
|
199
199
|
readonly loading: boolean;
|
|
200
200
|
readonly autofocus: boolean;
|
|
@@ -231,7 +231,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
231
231
|
__epPropKey: true;
|
|
232
232
|
};
|
|
233
233
|
readonly disabled: BooleanConstructor;
|
|
234
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
234
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
235
235
|
readonly icon: {
|
|
236
236
|
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>>;
|
|
237
237
|
readonly required: false;
|
|
@@ -257,7 +257,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
257
257
|
} & import("vue").ShallowUnwrapRef<{
|
|
258
258
|
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
259
259
|
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
260
|
-
type: import("vue").ComputedRef<"" | "default" | "
|
|
260
|
+
type: import("vue").ComputedRef<"" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger">;
|
|
261
261
|
disabled: import("vue").ComputedRef<boolean>;
|
|
262
262
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
263
263
|
}> & {} & import("vue").ComponentCustomProperties;
|
|
@@ -272,7 +272,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
272
272
|
__epPropKey: true;
|
|
273
273
|
};
|
|
274
274
|
readonly disabled: BooleanConstructor;
|
|
275
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
275
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
276
276
|
readonly icon: {
|
|
277
277
|
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>>;
|
|
278
278
|
readonly required: false;
|
|
@@ -298,7 +298,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
298
298
|
}, {
|
|
299
299
|
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
300
300
|
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
301
|
-
type: import("vue").ComputedRef<"" | "default" | "
|
|
301
|
+
type: import("vue").ComputedRef<"" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger">;
|
|
302
302
|
disabled: import("vue").ComputedRef<boolean>;
|
|
303
303
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
304
304
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -310,7 +310,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
310
310
|
readonly disabled: boolean;
|
|
311
311
|
readonly round: boolean;
|
|
312
312
|
readonly dark: boolean;
|
|
313
|
-
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "
|
|
313
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
314
314
|
readonly bg: boolean;
|
|
315
315
|
readonly loading: boolean;
|
|
316
316
|
readonly autofocus: boolean;
|
|
@@ -331,7 +331,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
331
331
|
$: import("vue").ComponentInternalInstance;
|
|
332
332
|
$data: {};
|
|
333
333
|
$props: Partial<{
|
|
334
|
-
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "
|
|
334
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
335
335
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
336
336
|
readonly size: {
|
|
337
337
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
@@ -339,7 +339,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
339
339
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
340
340
|
__epPropKey: true;
|
|
341
341
|
};
|
|
342
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
342
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
343
343
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type">;
|
|
344
344
|
$attrs: {
|
|
345
345
|
[x: string]: unknown;
|
|
@@ -361,9 +361,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
361
361
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
362
362
|
__epPropKey: true;
|
|
363
363
|
};
|
|
364
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
364
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
365
365
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
366
|
-
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "
|
|
366
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
367
367
|
}> & {
|
|
368
368
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
369
369
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -391,7 +391,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
391
391
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
392
392
|
__epPropKey: true;
|
|
393
393
|
};
|
|
394
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
394
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
395
395
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
|
|
396
396
|
__isFragment?: undefined;
|
|
397
397
|
__isTeleport?: undefined;
|
|
@@ -403,9 +403,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
403
403
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
404
404
|
__epPropKey: true;
|
|
405
405
|
};
|
|
406
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
406
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
407
407
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
408
|
-
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "
|
|
408
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
409
409
|
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
410
410
|
$slots: {
|
|
411
411
|
default?(_: {}): any;
|
|
@@ -462,7 +462,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
462
462
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
463
463
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
464
464
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
465
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
465
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "readonly" | "id" | "validateEvent" | "valueOnClear" | "step" | "stepStrictly" | "max" | "min" | "controls" | "controlsPosition">;
|
|
466
466
|
$attrs: {
|
|
467
467
|
[x: string]: unknown;
|
|
468
468
|
};
|
|
@@ -661,7 +661,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
661
661
|
valueOnClear: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
662
662
|
name: StringConstructor;
|
|
663
663
|
id: StringConstructor;
|
|
664
|
-
modelValue: import("element-plus/es/utils").EpPropFinalized<(ArrayConstructor | ObjectConstructor | NumberConstructor |
|
|
664
|
+
modelValue: import("element-plus/es/utils").EpPropFinalized<(ArrayConstructor | ObjectConstructor | NumberConstructor | BooleanConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
665
665
|
autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
666
666
|
automaticDropdown: BooleanConstructor;
|
|
667
667
|
size: {
|
|
@@ -715,14 +715,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
715
715
|
};
|
|
716
716
|
tagType: {
|
|
717
717
|
default: string;
|
|
718
|
-
type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
718
|
+
type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>>;
|
|
719
719
|
required: false;
|
|
720
720
|
validator: ((val: unknown) => boolean) | undefined;
|
|
721
721
|
__epPropKey: true;
|
|
722
722
|
};
|
|
723
723
|
tagEffect: {
|
|
724
724
|
default: string;
|
|
725
|
-
type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
725
|
+
type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "dark" | "light" | "plain", unknown>>;
|
|
726
726
|
required: false;
|
|
727
727
|
validator: ((val: unknown) => boolean) | undefined;
|
|
728
728
|
__epPropKey: true;
|
|
@@ -731,7 +731,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
731
731
|
remoteShowSuffix: BooleanConstructor;
|
|
732
732
|
showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
733
733
|
offset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
734
|
-
placement: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
734
|
+
placement: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement))[], import("element-plus").Placement, unknown, string, boolean>;
|
|
735
735
|
fallbackPlacements: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | ((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]))[], unknown, unknown, string[], boolean>;
|
|
736
736
|
tabindex: import("element-plus/es/utils").EpPropFinalized<(NumberConstructor | StringConstructor)[], unknown, unknown, number, boolean>;
|
|
737
737
|
appendTo: StringConstructor;
|
|
@@ -838,7 +838,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
838
838
|
showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
839
839
|
arrowOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
840
840
|
disabled: BooleanConstructor;
|
|
841
|
-
trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
841
|
+
trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any) | ((new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any))[], unknown, unknown, "hover", boolean>;
|
|
842
842
|
triggerKeys: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
843
843
|
virtualRef: {
|
|
844
844
|
readonly type: import("vue").PropType<import("element-plus").Measurable>;
|
|
@@ -1140,7 +1140,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1140
1140
|
__epPropKey: true;
|
|
1141
1141
|
};
|
|
1142
1142
|
role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
1143
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "
|
|
1143
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "placement" | "fallbackPlacements" | "teleported" | "persistent" | "effect" | "popperOptions" | "showArrow" | "offset" | "strategy" | "arrowOffset" | "trigger" | "triggerKeys" | "virtualTriggering" | "open" | "content" | "rawContent" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration" | "showAfter" | "hideAfter" | "autoClose" | "role">;
|
|
1144
1144
|
$attrs: {
|
|
1145
1145
|
[x: string]: unknown;
|
|
1146
1146
|
};
|
|
@@ -1158,7 +1158,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1158
1158
|
showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
1159
1159
|
arrowOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
1160
1160
|
disabled: BooleanConstructor;
|
|
1161
|
-
trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
1161
|
+
trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any) | ((new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any))[], unknown, unknown, "hover", boolean>;
|
|
1162
1162
|
triggerKeys: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
1163
1163
|
virtualRef: {
|
|
1164
1164
|
readonly type: import("vue").PropType<import("element-plus").Measurable>;
|
|
@@ -1798,7 +1798,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1798
1798
|
readonly showAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
1799
1799
|
readonly hideAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
1800
1800
|
readonly autoClose: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
1801
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "
|
|
1801
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "placement" | "fallbackPlacements" | "teleported" | "persistent" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "content" | "rawContent" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration" | "showAfter" | "hideAfter" | "autoClose">;
|
|
1802
1802
|
$attrs: {
|
|
1803
1803
|
[x: string]: unknown;
|
|
1804
1804
|
};
|
|
@@ -2315,7 +2315,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2315
2315
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2316
2316
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2317
2317
|
onClose?: (() => any) | undefined;
|
|
2318
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
2318
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "fallbackPlacements" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
|
|
2319
2319
|
$attrs: {
|
|
2320
2320
|
[x: string]: unknown;
|
|
2321
2321
|
};
|
|
@@ -3408,7 +3408,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3408
3408
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
3409
3409
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3410
3410
|
onClose?: (() => any) | undefined;
|
|
3411
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
3411
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "fallbackPlacements" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
|
|
3412
3412
|
$attrs: {
|
|
3413
3413
|
[x: string]: unknown;
|
|
3414
3414
|
};
|
|
@@ -4020,7 +4020,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4020
4020
|
showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
4021
4021
|
arrowOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
4022
4022
|
disabled: BooleanConstructor;
|
|
4023
|
-
trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
4023
|
+
trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any) | ((new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any))[], unknown, unknown, "hover", boolean>;
|
|
4024
4024
|
triggerKeys: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
4025
4025
|
virtualRef: {
|
|
4026
4026
|
readonly type: import("vue").PropType<import("element-plus").Measurable>;
|
|
@@ -4660,7 +4660,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4660
4660
|
readonly showAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4661
4661
|
readonly hideAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4662
4662
|
readonly autoClose: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4663
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "
|
|
4663
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "placement" | "fallbackPlacements" | "teleported" | "persistent" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "content" | "rawContent" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration" | "showAfter" | "hideAfter" | "autoClose">;
|
|
4664
4664
|
$attrs: {
|
|
4665
4665
|
[x: string]: unknown;
|
|
4666
4666
|
};
|
|
@@ -5177,7 +5177,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5177
5177
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
5178
5178
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
5179
5179
|
onClose?: (() => any) | undefined;
|
|
5180
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
5180
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "fallbackPlacements" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
|
|
5181
5181
|
$attrs: {
|
|
5182
5182
|
[x: string]: unknown;
|
|
5183
5183
|
};
|
|
@@ -6270,7 +6270,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6270
6270
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
6271
6271
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6272
6272
|
onClose?: (() => any) | undefined;
|
|
6273
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
6273
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "fallbackPlacements" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
|
|
6274
6274
|
$attrs: {
|
|
6275
6275
|
[x: string]: unknown;
|
|
6276
6276
|
};
|
|
@@ -6869,7 +6869,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6869
6869
|
showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
6870
6870
|
arrowOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
6871
6871
|
disabled: BooleanConstructor;
|
|
6872
|
-
trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
6872
|
+
trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any) | ((new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any))[], unknown, unknown, "hover", boolean>;
|
|
6873
6873
|
triggerKeys: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
6874
6874
|
virtualRef: {
|
|
6875
6875
|
readonly type: import("vue").PropType<import("element-plus").Measurable>;
|
|
@@ -7171,7 +7171,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7171
7171
|
__epPropKey: true;
|
|
7172
7172
|
};
|
|
7173
7173
|
role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7174
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "
|
|
7174
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "placement" | "fallbackPlacements" | "teleported" | "persistent" | "effect" | "popperOptions" | "showArrow" | "offset" | "strategy" | "arrowOffset" | "trigger" | "triggerKeys" | "virtualTriggering" | "open" | "content" | "rawContent" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration" | "showAfter" | "hideAfter" | "autoClose" | "role">;
|
|
7175
7175
|
$attrs: {
|
|
7176
7176
|
[x: string]: unknown;
|
|
7177
7177
|
};
|
|
@@ -7189,7 +7189,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7189
7189
|
showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
7190
7190
|
arrowOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
7191
7191
|
disabled: BooleanConstructor;
|
|
7192
|
-
trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
7192
|
+
trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any) | ((new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any))[], unknown, unknown, "hover", boolean>;
|
|
7193
7193
|
triggerKeys: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
7194
7194
|
virtualRef: {
|
|
7195
7195
|
readonly type: import("vue").PropType<import("element-plus").Measurable>;
|
|
@@ -7829,7 +7829,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7829
7829
|
readonly showAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7830
7830
|
readonly hideAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7831
7831
|
readonly autoClose: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7832
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "
|
|
7832
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "placement" | "fallbackPlacements" | "teleported" | "persistent" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "content" | "rawContent" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration" | "showAfter" | "hideAfter" | "autoClose">;
|
|
7833
7833
|
$attrs: {
|
|
7834
7834
|
[x: string]: unknown;
|
|
7835
7835
|
};
|
|
@@ -8346,7 +8346,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8346
8346
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
8347
8347
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
8348
8348
|
onClose?: (() => any) | undefined;
|
|
8349
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
8349
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "fallbackPlacements" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
|
|
8350
8350
|
$attrs: {
|
|
8351
8351
|
[x: string]: unknown;
|
|
8352
8352
|
};
|
|
@@ -9439,7 +9439,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9439
9439
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
9440
9440
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
9441
9441
|
onClose?: (() => any) | undefined;
|
|
9442
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
9442
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "fallbackPlacements" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
|
|
9443
9443
|
$attrs: {
|
|
9444
9444
|
[x: string]: unknown;
|
|
9445
9445
|
};
|
|
@@ -10051,7 +10051,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10051
10051
|
showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
10052
10052
|
arrowOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
10053
10053
|
disabled: BooleanConstructor;
|
|
10054
|
-
trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
10054
|
+
trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any) | ((new (...args: any[]) => "hover" | "click" | "focus" | "contextmenu" | any[]) | (() => any))[], unknown, unknown, "hover", boolean>;
|
|
10055
10055
|
triggerKeys: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
10056
10056
|
virtualRef: {
|
|
10057
10057
|
readonly type: import("vue").PropType<import("element-plus").Measurable>;
|
|
@@ -10691,7 +10691,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10691
10691
|
readonly showAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10692
10692
|
readonly hideAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10693
10693
|
readonly autoClose: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10694
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "
|
|
10694
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "placement" | "fallbackPlacements" | "teleported" | "persistent" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "content" | "rawContent" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration" | "showAfter" | "hideAfter" | "autoClose">;
|
|
10695
10695
|
$attrs: {
|
|
10696
10696
|
[x: string]: unknown;
|
|
10697
10697
|
};
|
|
@@ -11208,7 +11208,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11208
11208
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
11209
11209
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
11210
11210
|
onClose?: (() => any) | undefined;
|
|
11211
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
11211
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "fallbackPlacements" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
|
|
11212
11212
|
$attrs: {
|
|
11213
11213
|
[x: string]: unknown;
|
|
11214
11214
|
};
|
|
@@ -12301,7 +12301,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12301
12301
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
12302
12302
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
12303
12303
|
onClose?: (() => any) | undefined;
|
|
12304
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
12304
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "fallbackPlacements" | "effect" | "popperOptions" | "offset" | "strategy" | "virtualTriggering" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration">;
|
|
12305
12305
|
$attrs: {
|
|
12306
12306
|
[x: string]: unknown;
|
|
12307
12307
|
};
|
|
@@ -12880,7 +12880,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12880
12880
|
valueOnClear: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
12881
12881
|
name: StringConstructor;
|
|
12882
12882
|
id: StringConstructor;
|
|
12883
|
-
modelValue: import("element-plus/es/utils").EpPropFinalized<(ArrayConstructor | ObjectConstructor | NumberConstructor |
|
|
12883
|
+
modelValue: import("element-plus/es/utils").EpPropFinalized<(ArrayConstructor | ObjectConstructor | NumberConstructor | BooleanConstructor | StringConstructor)[], unknown, unknown, undefined, boolean>;
|
|
12884
12884
|
autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
12885
12885
|
automaticDropdown: BooleanConstructor;
|
|
12886
12886
|
size: {
|
|
@@ -12934,14 +12934,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12934
12934
|
};
|
|
12935
12935
|
tagType: {
|
|
12936
12936
|
default: string;
|
|
12937
|
-
type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
12937
|
+
type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>>;
|
|
12938
12938
|
required: false;
|
|
12939
12939
|
validator: ((val: unknown) => boolean) | undefined;
|
|
12940
12940
|
__epPropKey: true;
|
|
12941
12941
|
};
|
|
12942
12942
|
tagEffect: {
|
|
12943
12943
|
default: string;
|
|
12944
|
-
type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
12944
|
+
type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "dark" | "light" | "plain", unknown>>;
|
|
12945
12945
|
required: false;
|
|
12946
12946
|
validator: ((val: unknown) => boolean) | undefined;
|
|
12947
12947
|
__epPropKey: true;
|
|
@@ -12950,7 +12950,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12950
12950
|
remoteShowSuffix: BooleanConstructor;
|
|
12951
12951
|
showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
12952
12952
|
offset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
12953
|
-
placement: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
12953
|
+
placement: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement))[], import("element-plus").Placement, unknown, string, boolean>;
|
|
12954
12954
|
fallbackPlacements: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | ((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]))[], unknown, unknown, string[], boolean>;
|
|
12955
12955
|
tabindex: import("element-plus/es/utils").EpPropFinalized<(NumberConstructor | StringConstructor)[], unknown, unknown, number, boolean>;
|
|
12956
12956
|
appendTo: StringConstructor;
|
|
@@ -12967,8 +12967,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12967
12967
|
offset: number;
|
|
12968
12968
|
multiple: boolean;
|
|
12969
12969
|
loading: boolean;
|
|
12970
|
-
modelValue: import("element-plus/es/utils").EpPropMergeType<(ArrayConstructor | ObjectConstructor | NumberConstructor |
|
|
12971
|
-
placement: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
12970
|
+
modelValue: import("element-plus/es/utils").EpPropMergeType<(ArrayConstructor | ObjectConstructor | NumberConstructor | BooleanConstructor | StringConstructor)[], unknown, unknown>;
|
|
12971
|
+
placement: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement))[], import("element-plus").Placement, unknown>;
|
|
12972
12972
|
effect: any;
|
|
12973
12973
|
tabindex: import("element-plus/es/utils").EpPropMergeType<(NumberConstructor | StringConstructor)[], unknown, unknown>;
|
|
12974
12974
|
valueOnClear: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown>;
|
|
@@ -12987,8 +12987,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12987
12987
|
collapseTags: boolean;
|
|
12988
12988
|
maxCollapseTags: number;
|
|
12989
12989
|
collapseTagsTooltip: boolean;
|
|
12990
|
-
tagType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
12991
|
-
tagEffect: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
12990
|
+
tagType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
12991
|
+
tagEffect: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "dark" | "light" | "plain", unknown>;
|
|
12992
12992
|
automaticDropdown: boolean;
|
|
12993
12993
|
allowCreate: boolean;
|
|
12994
12994
|
remote: boolean;
|
|
@@ -13000,7 +13000,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13000
13000
|
Option: import("vue").DefineComponent<{
|
|
13001
13001
|
value: {
|
|
13002
13002
|
required: true;
|
|
13003
|
-
type: (ObjectConstructor | NumberConstructor |
|
|
13003
|
+
type: (ObjectConstructor | NumberConstructor | BooleanConstructor | StringConstructor)[];
|
|
13004
13004
|
};
|
|
13005
13005
|
label: (NumberConstructor | StringConstructor)[];
|
|
13006
13006
|
created: BooleanConstructor;
|
|
@@ -13044,7 +13044,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13044
13044
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13045
13045
|
value: {
|
|
13046
13046
|
required: true;
|
|
13047
|
-
type: (ObjectConstructor | NumberConstructor |
|
|
13047
|
+
type: (ObjectConstructor | NumberConstructor | BooleanConstructor | StringConstructor)[];
|
|
13048
13048
|
};
|
|
13049
13049
|
label: (NumberConstructor | StringConstructor)[];
|
|
13050
13050
|
created: BooleanConstructor;
|
|
@@ -13252,10 +13252,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13252
13252
|
"onPage-size-change"?: ((...args: any[]) => any) | undefined;
|
|
13253
13253
|
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
|
|
13254
13254
|
}, {
|
|
13255
|
+
disabled: boolean;
|
|
13255
13256
|
modelValue: number;
|
|
13256
13257
|
total: number;
|
|
13257
13258
|
pageSize: number;
|
|
13258
|
-
disabled: boolean;
|
|
13259
13259
|
isManual: boolean;
|
|
13260
13260
|
isLastPage: boolean;
|
|
13261
13261
|
pageSizeOptions: unknown[];
|