@hinen/pro-element-plus 1.0.1 → 1.0.3
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/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts +9 -9
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts.map +1 -1
- package/dist/components/CheckboxGroup/props.d.ts +4 -4
- package/dist/components/CheckboxGroup/props.d.ts.map +1 -1
- package/dist/components/DataSelect/DataSelect.vue.d.ts +57 -57
- package/dist/components/DataSelect/DataSelect.vue.d.ts.map +1 -1
- package/dist/components/DataSelect/props.d.ts +24 -24
- package/dist/components/DataSelect/props.d.ts.map +1 -1
- package/dist/components/DataTable/DataTable.vue.d.ts +63 -63
- package/dist/components/DataTable/DataTable.vue.d.ts.map +1 -1
- package/dist/components/DataTable/defineDataTableColumns.d.ts +1 -2
- package/dist/components/DataTable/defineDataTableColumns.d.ts.map +1 -1
- package/dist/components/DataTable/props.d.ts +21 -21
- package/dist/components/DataTable/props.d.ts.map +1 -1
- package/dist/components/DataTable/types.d.ts +11 -7
- package/dist/components/DataTable/types.d.ts.map +1 -1
- package/dist/components/DataTable/useDataTable.d.ts +4 -4
- package/dist/components/FormFields/FormCascadeSelect/FormCascadeSelect.vue.d.ts +576 -568
- package/dist/components/FormFields/FormCascadeSelect/FormCascadeSelect.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormCascadeSelect/props.d.ts +55 -51
- package/dist/components/FormFields/FormCascadeSelect/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormCheckboxGroup/FormCheckboxGroup.vue.d.ts +145 -136
- package/dist/components/FormFields/FormCheckboxGroup/FormCheckboxGroup.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormCheckboxGroup/props.d.ts +23 -19
- package/dist/components/FormFields/FormCheckboxGroup/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormDatePicker/FormDatePicker.vue.d.ts +254 -246
- package/dist/components/FormFields/FormDatePicker/FormDatePicker.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormDatePicker/props.d.ts +65 -61
- package/dist/components/FormFields/FormDatePicker/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormItem/FormItem.vue.d.ts +23 -23
- package/dist/components/FormFields/FormItem/FormItem.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormItem/props.d.ts +9 -9
- package/dist/components/FormFields/FormItem/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormNumber/FormNumber.vue.d.ts +234 -225
- package/dist/components/FormFields/FormNumber/FormNumber.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormNumber/props.d.ts +33 -29
- package/dist/components/FormFields/FormNumber/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormRadioGroup/FormRadioGroup.vue.d.ts +159 -150
- package/dist/components/FormFields/FormRadioGroup/FormRadioGroup.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormRadioGroup/props.d.ts +28 -24
- package/dist/components/FormFields/FormRadioGroup/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormRate/FormRate.vue.d.ts +276 -268
- package/dist/components/FormFields/FormRate/FormRate.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormRate/props.d.ts +45 -41
- package/dist/components/FormFields/FormRate/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormSelect/FormSelect.vue.d.ts +251 -245
- package/dist/components/FormFields/FormSelect/FormSelect.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormSelect/props.d.ts +66 -63
- package/dist/components/FormFields/FormSelect/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormSwitch/FormSwitch.vue.d.ts +304 -295
- package/dist/components/FormFields/FormSwitch/FormSwitch.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormSwitch/props.d.ts +43 -39
- package/dist/components/FormFields/FormSwitch/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormTagInput/FormTagInput.vue.d.ts +298 -290
- package/dist/components/FormFields/FormTagInput/FormTagInput.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormTagInput/props.d.ts +39 -35
- package/dist/components/FormFields/FormTagInput/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormText/FormText.vue.d.ts +298 -290
- package/dist/components/FormFields/FormText/FormText.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormText/props.d.ts +53 -49
- package/dist/components/FormFields/FormText/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormTimePicker/FormTimePicker.vue.d.ts +253 -245
- package/dist/components/FormFields/FormTimePicker/FormTimePicker.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormTimePicker/props.d.ts +65 -61
- package/dist/components/FormFields/FormTimePicker/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormTreeSelect/FormTreeSelect.vue.d.ts +99 -95
- package/dist/components/FormFields/FormTreeSelect/FormTreeSelect.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormTreeSelect/props.d.ts +15 -11
- package/dist/components/FormFields/FormTreeSelect/props.d.ts.map +1 -1
- package/dist/components/FormFields/utils.d.ts +14 -10
- package/dist/components/FormFields/utils.d.ts.map +1 -1
- package/dist/components/Modal/Modal.vue.d.ts +33 -33
- package/dist/components/Modal/Modal.vue.d.ts.map +1 -1
- package/dist/components/Modal/props.d.ts +16 -16
- package/dist/components/Modal/props.d.ts.map +1 -1
- package/dist/components/QueryForm/QueryForm.vue.d.ts +28 -28
- package/dist/components/QueryForm/QueryForm.vue.d.ts.map +1 -1
- package/dist/components/QueryForm/props.d.ts +20 -14
- package/dist/components/QueryForm/props.d.ts.map +1 -1
- package/dist/components/RadioGroup/RadioGroup.vue.d.ts +16 -16
- package/dist/components/RadioGroup/RadioGroup.vue.d.ts.map +1 -1
- package/dist/components/RadioGroup/props.d.ts +7 -7
- package/dist/components/RadioGroup/props.d.ts.map +1 -1
- package/dist/components/Select/Select.vue.d.ts +57 -57
- package/dist/components/Select/Select.vue.d.ts.map +1 -1
- package/dist/components/Select/props.d.ts +24 -24
- package/dist/components/Select/props.d.ts.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.js +18 -12
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -9,92 +9,96 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
9
9
|
type: import('vue').PropType<string | Partial<import('../../Tooltip').TooltipPropsType>>;
|
|
10
10
|
};
|
|
11
11
|
label: StringConstructor;
|
|
12
|
-
labelWidth: import('element-plus/es/utils
|
|
13
|
-
labelPosition: import('element-plus/es/utils
|
|
12
|
+
labelWidth: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
13
|
+
labelPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
14
14
|
prop: {
|
|
15
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
15
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp))[], unknown, unknown>>;
|
|
16
16
|
readonly required: false;
|
|
17
17
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
18
18
|
__epPropKey: true;
|
|
19
19
|
};
|
|
20
|
-
required: import('element-plus/es/utils
|
|
20
|
+
required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
21
21
|
rules: {
|
|
22
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
22
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>) | ((new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>))[], unknown, unknown>>;
|
|
23
23
|
readonly required: false;
|
|
24
24
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
25
25
|
__epPropKey: true;
|
|
26
26
|
};
|
|
27
27
|
error: StringConstructor;
|
|
28
28
|
validateStatus: {
|
|
29
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
29
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
30
30
|
readonly required: false;
|
|
31
31
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
32
32
|
__epPropKey: true;
|
|
33
33
|
};
|
|
34
|
-
inlineMessage: import('element-plus/es/utils
|
|
35
|
-
showMessage: import('element-plus/es/utils
|
|
34
|
+
inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
35
|
+
showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
36
36
|
size: {
|
|
37
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
37
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
38
38
|
readonly required: false;
|
|
39
39
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
40
40
|
__epPropKey: true;
|
|
41
41
|
};
|
|
42
42
|
} & Omit<{
|
|
43
43
|
readonly ariaLabel: StringConstructor;
|
|
44
|
-
readonly modelValue: import('element-plus/es/utils
|
|
45
|
-
readonly id: import('element-plus/es/utils
|
|
46
|
-
readonly lowThreshold: import('element-plus/es/utils
|
|
47
|
-
readonly highThreshold: import('element-plus/es/utils
|
|
48
|
-
readonly max: import('element-plus/es/utils
|
|
49
|
-
readonly colors: import('element-plus/es/utils
|
|
50
|
-
readonly voidColor: import('element-plus/es/utils
|
|
51
|
-
readonly disabledVoidColor: import('element-plus/es/utils
|
|
52
|
-
readonly icons: import('element-plus/es/utils
|
|
53
|
-
readonly voidIcon: import('element-plus/es/utils
|
|
54
|
-
readonly disabledVoidIcon: import('element-plus/es/utils
|
|
44
|
+
readonly modelValue: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
45
|
+
readonly id: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
46
|
+
readonly lowThreshold: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
47
|
+
readonly highThreshold: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
48
|
+
readonly max: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
49
|
+
readonly colors: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string[] | Record<number, string>) | (() => string[] | Record<number, string>) | ((new (...args: any[]) => string[] | Record<number, string>) | (() => string[] | Record<number, string>))[], unknown, unknown, () => ["", "", ""], boolean>;
|
|
50
|
+
readonly voidColor: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
51
|
+
readonly disabledVoidColor: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
52
|
+
readonly icons: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | (() => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | ((new (...args: any[]) => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | (() => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>))[], unknown, unknown, () => [import('vue').Component, import('vue').Component, import('vue').Component], boolean>;
|
|
53
|
+
readonly voidIcon: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown, () => import('vue').Component, boolean>;
|
|
54
|
+
readonly disabledVoidIcon: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown, () => import('vue').Component, boolean>;
|
|
55
55
|
readonly disabled: BooleanConstructor;
|
|
56
56
|
readonly allowHalf: BooleanConstructor;
|
|
57
57
|
readonly showText: BooleanConstructor;
|
|
58
58
|
readonly showScore: BooleanConstructor;
|
|
59
|
-
readonly textColor: import('element-plus/es/utils
|
|
60
|
-
readonly texts: import('element-plus/es/utils
|
|
61
|
-
readonly scoreTemplate: import('element-plus/es/utils
|
|
59
|
+
readonly textColor: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
60
|
+
readonly texts: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => ["Extremely bad", "Disappointed", "Fair", "Satisfied", "Surprise"], boolean>;
|
|
61
|
+
readonly scoreTemplate: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "{value}", boolean>;
|
|
62
62
|
readonly size: {
|
|
63
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
63
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
64
64
|
readonly required: false;
|
|
65
65
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
66
66
|
__epPropKey: true;
|
|
67
67
|
};
|
|
68
68
|
readonly clearable: BooleanConstructor;
|
|
69
|
-
}, "size" | "id"> & {
|
|
69
|
+
}, "size" | "id" | "clearable"> & {
|
|
70
|
+
clearable: {
|
|
71
|
+
type: BooleanConstructor;
|
|
72
|
+
default: boolean;
|
|
73
|
+
};
|
|
70
74
|
fieldId: any;
|
|
71
75
|
formItemProps: {
|
|
72
|
-
type: import('vue').PropType<import('
|
|
76
|
+
type: import('vue').PropType<import('../FormItem').FormItemPropsType>;
|
|
73
77
|
default: () => {};
|
|
74
78
|
};
|
|
75
79
|
fieldProps: {
|
|
76
80
|
type: import('vue').PropType<{
|
|
77
81
|
readonly ariaLabel: StringConstructor;
|
|
78
|
-
readonly modelValue: import('element-plus/es/utils
|
|
79
|
-
readonly id: import('element-plus/es/utils
|
|
80
|
-
readonly lowThreshold: import('element-plus/es/utils
|
|
81
|
-
readonly highThreshold: import('element-plus/es/utils
|
|
82
|
-
readonly max: import('element-plus/es/utils
|
|
83
|
-
readonly colors: import('element-plus/es/utils
|
|
84
|
-
readonly voidColor: import('element-plus/es/utils
|
|
85
|
-
readonly disabledVoidColor: import('element-plus/es/utils
|
|
86
|
-
readonly icons: import('element-plus/es/utils
|
|
87
|
-
readonly voidIcon: import('element-plus/es/utils
|
|
88
|
-
readonly disabledVoidIcon: import('element-plus/es/utils
|
|
82
|
+
readonly modelValue: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
83
|
+
readonly id: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
84
|
+
readonly lowThreshold: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
85
|
+
readonly highThreshold: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
86
|
+
readonly max: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
87
|
+
readonly colors: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string[] | Record<number, string>) | (() => string[] | Record<number, string>) | ((new (...args: any[]) => string[] | Record<number, string>) | (() => string[] | Record<number, string>))[], unknown, unknown, () => ["", "", ""], boolean>;
|
|
88
|
+
readonly voidColor: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
89
|
+
readonly disabledVoidColor: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
90
|
+
readonly icons: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | (() => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | ((new (...args: any[]) => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | (() => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>))[], unknown, unknown, () => [import('vue').Component, import('vue').Component, import('vue').Component], boolean>;
|
|
91
|
+
readonly voidIcon: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown, () => import('vue').Component, boolean>;
|
|
92
|
+
readonly disabledVoidIcon: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown, () => import('vue').Component, boolean>;
|
|
89
93
|
readonly disabled: BooleanConstructor;
|
|
90
94
|
readonly allowHalf: BooleanConstructor;
|
|
91
95
|
readonly showText: BooleanConstructor;
|
|
92
96
|
readonly showScore: BooleanConstructor;
|
|
93
|
-
readonly textColor: import('element-plus/es/utils
|
|
94
|
-
readonly texts: import('element-plus/es/utils
|
|
95
|
-
readonly scoreTemplate: import('element-plus/es/utils
|
|
97
|
+
readonly textColor: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
98
|
+
readonly texts: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => ["Extremely bad", "Disappointed", "Fair", "Satisfied", "Surprise"], boolean>;
|
|
99
|
+
readonly scoreTemplate: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "{value}", boolean>;
|
|
96
100
|
readonly size: {
|
|
97
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
101
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
98
102
|
readonly required: false;
|
|
99
103
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
100
104
|
__epPropKey: true;
|
|
@@ -108,24 +112,24 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
108
112
|
$: import('vue').ComponentInternalInstance;
|
|
109
113
|
$data: {};
|
|
110
114
|
$props: Partial<{
|
|
111
|
-
readonly required: import('element-plus/es/utils
|
|
112
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
113
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
114
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
115
|
-
readonly showMessage: import('element-plus/es/utils
|
|
115
|
+
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
116
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
117
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
118
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
119
|
+
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
116
120
|
}> & Omit<{
|
|
117
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
118
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
119
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
120
|
-
readonly showMessage: import('element-plus/es/utils
|
|
121
|
-
readonly required?: import('element-plus/es/utils
|
|
122
|
-
readonly size?: import('element-plus/es/utils
|
|
121
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
122
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
123
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
124
|
+
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
125
|
+
readonly required?: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
126
|
+
readonly size?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
123
127
|
readonly label?: string | undefined;
|
|
124
128
|
readonly for?: string | undefined;
|
|
125
|
-
readonly prop?: import('element-plus/es/utils
|
|
126
|
-
readonly rules?: import('element-plus/es/utils
|
|
129
|
+
readonly prop?: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp))[], unknown, unknown> | undefined;
|
|
130
|
+
readonly rules?: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>) | ((new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>))[], unknown, unknown> | undefined;
|
|
127
131
|
readonly error?: string | undefined;
|
|
128
|
-
readonly validateStatus?: import('element-plus/es/utils
|
|
132
|
+
readonly validateStatus?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown> | undefined;
|
|
129
133
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "required" | "labelWidth" | "labelPosition" | "inlineMessage" | "showMessage">;
|
|
130
134
|
$attrs: {
|
|
131
135
|
[x: string]: unknown;
|
|
@@ -143,33 +147,33 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
143
147
|
$el: any;
|
|
144
148
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
145
149
|
readonly label: StringConstructor;
|
|
146
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
147
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
150
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
151
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
148
152
|
readonly prop: {
|
|
149
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
153
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp))[], unknown, unknown>>;
|
|
150
154
|
readonly required: false;
|
|
151
155
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
152
156
|
__epPropKey: true;
|
|
153
157
|
};
|
|
154
|
-
readonly required: import('element-plus/es/utils
|
|
158
|
+
readonly required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
155
159
|
readonly rules: {
|
|
156
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
160
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>) | ((new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>))[], unknown, unknown>>;
|
|
157
161
|
readonly required: false;
|
|
158
162
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
159
163
|
__epPropKey: true;
|
|
160
164
|
};
|
|
161
165
|
readonly error: StringConstructor;
|
|
162
166
|
readonly validateStatus: {
|
|
163
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
167
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
164
168
|
readonly required: false;
|
|
165
169
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
166
170
|
__epPropKey: true;
|
|
167
171
|
};
|
|
168
172
|
readonly for: StringConstructor;
|
|
169
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
170
|
-
readonly showMessage: import('element-plus/es/utils
|
|
173
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
174
|
+
readonly showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
171
175
|
readonly size: {
|
|
172
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
176
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
173
177
|
readonly required: false;
|
|
174
178
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
175
179
|
__epPropKey: true;
|
|
@@ -182,11 +186,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
182
186
|
clearValidate: () => void;
|
|
183
187
|
resetField: () => void;
|
|
184
188
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
|
185
|
-
readonly required: import('element-plus/es/utils
|
|
186
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
187
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
188
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
189
|
-
readonly showMessage: import('element-plus/es/utils
|
|
189
|
+
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
190
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
191
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
192
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
193
|
+
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
190
194
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
191
195
|
beforeCreate?: (() => void) | (() => void)[];
|
|
192
196
|
created?: (() => void) | (() => void)[];
|
|
@@ -208,40 +212,40 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
208
212
|
$nextTick: typeof import('vue').nextTick;
|
|
209
213
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
210
214
|
} & Readonly<{
|
|
211
|
-
readonly required: import('element-plus/es/utils
|
|
212
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
213
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
214
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
215
|
-
readonly showMessage: import('element-plus/es/utils
|
|
215
|
+
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
216
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
217
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
218
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
219
|
+
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
216
220
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
217
221
|
readonly label: StringConstructor;
|
|
218
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
219
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
222
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
223
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
220
224
|
readonly prop: {
|
|
221
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
225
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp))[], unknown, unknown>>;
|
|
222
226
|
readonly required: false;
|
|
223
227
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
224
228
|
__epPropKey: true;
|
|
225
229
|
};
|
|
226
|
-
readonly required: import('element-plus/es/utils
|
|
230
|
+
readonly required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
227
231
|
readonly rules: {
|
|
228
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
232
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>) | ((new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>))[], unknown, unknown>>;
|
|
229
233
|
readonly required: false;
|
|
230
234
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
231
235
|
__epPropKey: true;
|
|
232
236
|
};
|
|
233
237
|
readonly error: StringConstructor;
|
|
234
238
|
readonly validateStatus: {
|
|
235
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
239
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
236
240
|
readonly required: false;
|
|
237
241
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
238
242
|
__epPropKey: true;
|
|
239
243
|
};
|
|
240
244
|
readonly for: StringConstructor;
|
|
241
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
242
|
-
readonly showMessage: import('element-plus/es/utils
|
|
245
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
246
|
+
readonly showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
243
247
|
readonly size: {
|
|
244
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
248
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
245
249
|
readonly required: false;
|
|
246
250
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
247
251
|
__epPropKey: true;
|
|
@@ -267,24 +271,24 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
267
271
|
$: import('vue').ComponentInternalInstance;
|
|
268
272
|
$data: {};
|
|
269
273
|
$props: Partial<{
|
|
270
|
-
readonly required: import('element-plus/es/utils
|
|
271
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
272
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
273
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
274
|
-
readonly showMessage: import('element-plus/es/utils
|
|
274
|
+
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
275
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
276
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
277
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
278
|
+
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
275
279
|
}> & Omit<{
|
|
276
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
277
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
278
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
279
|
-
readonly showMessage: import('element-plus/es/utils
|
|
280
|
-
readonly required?: import('element-plus/es/utils
|
|
281
|
-
readonly size?: import('element-plus/es/utils
|
|
280
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
281
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
282
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
283
|
+
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
284
|
+
readonly required?: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
285
|
+
readonly size?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
|
|
282
286
|
readonly label?: string | undefined;
|
|
283
287
|
readonly for?: string | undefined;
|
|
284
|
-
readonly prop?: import('element-plus/es/utils
|
|
285
|
-
readonly rules?: import('element-plus/es/utils
|
|
288
|
+
readonly prop?: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp))[], unknown, unknown> | undefined;
|
|
289
|
+
readonly rules?: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>) | ((new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>))[], unknown, unknown> | undefined;
|
|
286
290
|
readonly error?: string | undefined;
|
|
287
|
-
readonly validateStatus?: import('element-plus/es/utils
|
|
291
|
+
readonly validateStatus?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown> | undefined;
|
|
288
292
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "required" | "labelWidth" | "labelPosition" | "inlineMessage" | "showMessage">;
|
|
289
293
|
$attrs: {
|
|
290
294
|
[x: string]: unknown;
|
|
@@ -302,33 +306,33 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
302
306
|
$el: any;
|
|
303
307
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
304
308
|
readonly label: StringConstructor;
|
|
305
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
306
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
309
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
310
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
307
311
|
readonly prop: {
|
|
308
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
312
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp))[], unknown, unknown>>;
|
|
309
313
|
readonly required: false;
|
|
310
314
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
311
315
|
__epPropKey: true;
|
|
312
316
|
};
|
|
313
|
-
readonly required: import('element-plus/es/utils
|
|
317
|
+
readonly required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
314
318
|
readonly rules: {
|
|
315
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
319
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>) | ((new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>))[], unknown, unknown>>;
|
|
316
320
|
readonly required: false;
|
|
317
321
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
318
322
|
__epPropKey: true;
|
|
319
323
|
};
|
|
320
324
|
readonly error: StringConstructor;
|
|
321
325
|
readonly validateStatus: {
|
|
322
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
326
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
323
327
|
readonly required: false;
|
|
324
328
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
325
329
|
__epPropKey: true;
|
|
326
330
|
};
|
|
327
331
|
readonly for: StringConstructor;
|
|
328
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
329
|
-
readonly showMessage: import('element-plus/es/utils
|
|
332
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
333
|
+
readonly showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
330
334
|
readonly size: {
|
|
331
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
335
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
332
336
|
readonly required: false;
|
|
333
337
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
334
338
|
__epPropKey: true;
|
|
@@ -341,11 +345,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
341
345
|
clearValidate: () => void;
|
|
342
346
|
resetField: () => void;
|
|
343
347
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
|
344
|
-
readonly required: import('element-plus/es/utils
|
|
345
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
346
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
347
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
348
|
-
readonly showMessage: import('element-plus/es/utils
|
|
348
|
+
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
349
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
350
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
351
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
352
|
+
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
349
353
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
350
354
|
beforeCreate?: (() => void) | (() => void)[];
|
|
351
355
|
created?: (() => void) | (() => void)[];
|
|
@@ -367,40 +371,40 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
367
371
|
$nextTick: typeof import('vue').nextTick;
|
|
368
372
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
369
373
|
} & Readonly<{
|
|
370
|
-
readonly required: import('element-plus/es/utils
|
|
371
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
372
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
373
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
374
|
-
readonly showMessage: import('element-plus/es/utils
|
|
374
|
+
readonly required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
375
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
376
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
377
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
378
|
+
readonly showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
375
379
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
376
380
|
readonly label: StringConstructor;
|
|
377
|
-
readonly labelWidth: import('element-plus/es/utils
|
|
378
|
-
readonly labelPosition: import('element-plus/es/utils
|
|
381
|
+
readonly labelWidth: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
382
|
+
readonly labelPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
379
383
|
readonly prop: {
|
|
380
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
384
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp))[], unknown, unknown>>;
|
|
381
385
|
readonly required: false;
|
|
382
386
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
383
387
|
__epPropKey: true;
|
|
384
388
|
};
|
|
385
|
-
readonly required: import('element-plus/es/utils
|
|
389
|
+
readonly required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
386
390
|
readonly rules: {
|
|
387
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
391
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>) | ((new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>))[], unknown, unknown>>;
|
|
388
392
|
readonly required: false;
|
|
389
393
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
390
394
|
__epPropKey: true;
|
|
391
395
|
};
|
|
392
396
|
readonly error: StringConstructor;
|
|
393
397
|
readonly validateStatus: {
|
|
394
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
398
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
395
399
|
readonly required: false;
|
|
396
400
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
397
401
|
__epPropKey: true;
|
|
398
402
|
};
|
|
399
403
|
readonly for: StringConstructor;
|
|
400
|
-
readonly inlineMessage: import('element-plus/es/utils
|
|
401
|
-
readonly showMessage: import('element-plus/es/utils
|
|
404
|
+
readonly inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
405
|
+
readonly showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
402
406
|
readonly size: {
|
|
403
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
407
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
404
408
|
readonly required: false;
|
|
405
409
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
406
410
|
__epPropKey: true;
|
|
@@ -425,26 +429,26 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
425
429
|
}) | undefined>;
|
|
426
430
|
field: import('vue').ShallowRef<import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
427
431
|
readonly ariaLabel: StringConstructor;
|
|
428
|
-
readonly modelValue: import('element-plus/es/utils
|
|
429
|
-
readonly id: import('element-plus/es/utils
|
|
430
|
-
readonly lowThreshold: import('element-plus/es/utils
|
|
431
|
-
readonly highThreshold: import('element-plus/es/utils
|
|
432
|
-
readonly max: import('element-plus/es/utils
|
|
433
|
-
readonly colors: import('element-plus/es/utils
|
|
434
|
-
readonly voidColor: import('element-plus/es/utils
|
|
435
|
-
readonly disabledVoidColor: import('element-plus/es/utils
|
|
436
|
-
readonly icons: import('element-plus/es/utils
|
|
437
|
-
readonly voidIcon: import('element-plus/es/utils
|
|
438
|
-
readonly disabledVoidIcon: import('element-plus/es/utils
|
|
432
|
+
readonly modelValue: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
433
|
+
readonly id: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
434
|
+
readonly lowThreshold: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
435
|
+
readonly highThreshold: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
436
|
+
readonly max: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
437
|
+
readonly colors: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string[] | Record<number, string>) | (() => string[] | Record<number, string>) | ((new (...args: any[]) => string[] | Record<number, string>) | (() => string[] | Record<number, string>))[], unknown, unknown, () => ["", "", ""], boolean>;
|
|
438
|
+
readonly voidColor: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
439
|
+
readonly disabledVoidColor: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
440
|
+
readonly icons: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | (() => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | ((new (...args: any[]) => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | (() => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>))[], unknown, unknown, () => [import('vue').Component, import('vue').Component, import('vue').Component], boolean>;
|
|
441
|
+
readonly voidIcon: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown, () => import('vue').Component, boolean>;
|
|
442
|
+
readonly disabledVoidIcon: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown, () => import('vue').Component, boolean>;
|
|
439
443
|
readonly disabled: BooleanConstructor;
|
|
440
444
|
readonly allowHalf: BooleanConstructor;
|
|
441
445
|
readonly showText: BooleanConstructor;
|
|
442
446
|
readonly showScore: BooleanConstructor;
|
|
443
|
-
readonly textColor: import('element-plus/es/utils
|
|
444
|
-
readonly texts: import('element-plus/es/utils
|
|
445
|
-
readonly scoreTemplate: import('element-plus/es/utils
|
|
447
|
+
readonly textColor: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
448
|
+
readonly texts: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => ["Extremely bad", "Disappointed", "Fair", "Satisfied", "Surprise"], boolean>;
|
|
449
|
+
readonly scoreTemplate: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "{value}", boolean>;
|
|
446
450
|
readonly size: {
|
|
447
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
451
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
448
452
|
readonly required: false;
|
|
449
453
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
450
454
|
__epPropKey: true;
|
|
@@ -466,15 +470,15 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
466
470
|
readonly max: number;
|
|
467
471
|
readonly clearable: boolean;
|
|
468
472
|
readonly textColor: string;
|
|
469
|
-
readonly colors: import('element-plus/es/utils
|
|
473
|
+
readonly colors: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string[] | Record<number, string>) | (() => string[] | Record<number, string>) | ((new (...args: any[]) => string[] | Record<number, string>) | (() => string[] | Record<number, string>))[], unknown, unknown>;
|
|
470
474
|
readonly showText: boolean;
|
|
471
475
|
readonly lowThreshold: number;
|
|
472
476
|
readonly highThreshold: number;
|
|
473
477
|
readonly voidColor: string;
|
|
474
478
|
readonly disabledVoidColor: string;
|
|
475
|
-
readonly icons: import('element-plus/es/utils
|
|
476
|
-
readonly voidIcon: import('element-plus/es/utils
|
|
477
|
-
readonly disabledVoidIcon: import('element-plus/es/utils
|
|
479
|
+
readonly icons: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | (() => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | ((new (...args: any[]) => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | (() => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>))[], unknown, unknown>;
|
|
480
|
+
readonly voidIcon: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>;
|
|
481
|
+
readonly disabledVoidIcon: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>;
|
|
478
482
|
readonly texts: string[];
|
|
479
483
|
readonly scoreTemplate: string;
|
|
480
484
|
readonly allowHalf: boolean;
|
|
@@ -488,26 +492,26 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
488
492
|
Defaults: {};
|
|
489
493
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
490
494
|
readonly ariaLabel: StringConstructor;
|
|
491
|
-
readonly modelValue: import('element-plus/es/utils
|
|
492
|
-
readonly id: import('element-plus/es/utils
|
|
493
|
-
readonly lowThreshold: import('element-plus/es/utils
|
|
494
|
-
readonly highThreshold: import('element-plus/es/utils
|
|
495
|
-
readonly max: import('element-plus/es/utils
|
|
496
|
-
readonly colors: import('element-plus/es/utils
|
|
497
|
-
readonly voidColor: import('element-plus/es/utils
|
|
498
|
-
readonly disabledVoidColor: import('element-plus/es/utils
|
|
499
|
-
readonly icons: import('element-plus/es/utils
|
|
500
|
-
readonly voidIcon: import('element-plus/es/utils
|
|
501
|
-
readonly disabledVoidIcon: import('element-plus/es/utils
|
|
495
|
+
readonly modelValue: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
496
|
+
readonly id: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
497
|
+
readonly lowThreshold: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
498
|
+
readonly highThreshold: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
499
|
+
readonly max: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
500
|
+
readonly colors: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string[] | Record<number, string>) | (() => string[] | Record<number, string>) | ((new (...args: any[]) => string[] | Record<number, string>) | (() => string[] | Record<number, string>))[], unknown, unknown, () => ["", "", ""], boolean>;
|
|
501
|
+
readonly voidColor: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
502
|
+
readonly disabledVoidColor: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
503
|
+
readonly icons: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | (() => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | ((new (...args: any[]) => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | (() => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>))[], unknown, unknown, () => [import('vue').Component, import('vue').Component, import('vue').Component], boolean>;
|
|
504
|
+
readonly voidIcon: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown, () => import('vue').Component, boolean>;
|
|
505
|
+
readonly disabledVoidIcon: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown, () => import('vue').Component, boolean>;
|
|
502
506
|
readonly disabled: BooleanConstructor;
|
|
503
507
|
readonly allowHalf: BooleanConstructor;
|
|
504
508
|
readonly showText: BooleanConstructor;
|
|
505
509
|
readonly showScore: BooleanConstructor;
|
|
506
|
-
readonly textColor: import('element-plus/es/utils
|
|
507
|
-
readonly texts: import('element-plus/es/utils
|
|
508
|
-
readonly scoreTemplate: import('element-plus/es/utils
|
|
510
|
+
readonly textColor: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
511
|
+
readonly texts: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => ["Extremely bad", "Disappointed", "Fair", "Satisfied", "Surprise"], boolean>;
|
|
512
|
+
readonly scoreTemplate: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "{value}", boolean>;
|
|
509
513
|
readonly size: {
|
|
510
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
514
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
511
515
|
readonly required: false;
|
|
512
516
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
513
517
|
__epPropKey: true;
|
|
@@ -526,41 +530,41 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
526
530
|
readonly max: number;
|
|
527
531
|
readonly clearable: boolean;
|
|
528
532
|
readonly textColor: string;
|
|
529
|
-
readonly colors: import('element-plus/es/utils
|
|
533
|
+
readonly colors: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string[] | Record<number, string>) | (() => string[] | Record<number, string>) | ((new (...args: any[]) => string[] | Record<number, string>) | (() => string[] | Record<number, string>))[], unknown, unknown>;
|
|
530
534
|
readonly showText: boolean;
|
|
531
535
|
readonly lowThreshold: number;
|
|
532
536
|
readonly highThreshold: number;
|
|
533
537
|
readonly voidColor: string;
|
|
534
538
|
readonly disabledVoidColor: string;
|
|
535
|
-
readonly icons: import('element-plus/es/utils
|
|
536
|
-
readonly voidIcon: import('element-plus/es/utils
|
|
537
|
-
readonly disabledVoidIcon: import('element-plus/es/utils
|
|
539
|
+
readonly icons: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | (() => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | ((new (...args: any[]) => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | (() => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>))[], unknown, unknown>;
|
|
540
|
+
readonly voidIcon: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>;
|
|
541
|
+
readonly disabledVoidIcon: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>;
|
|
538
542
|
readonly texts: string[];
|
|
539
543
|
readonly scoreTemplate: string;
|
|
540
544
|
readonly allowHalf: boolean;
|
|
541
545
|
readonly showScore: boolean;
|
|
542
546
|
}> | undefined, import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
543
547
|
readonly ariaLabel: StringConstructor;
|
|
544
|
-
readonly modelValue: import('element-plus/es/utils
|
|
545
|
-
readonly id: import('element-plus/es/utils
|
|
546
|
-
readonly lowThreshold: import('element-plus/es/utils
|
|
547
|
-
readonly highThreshold: import('element-plus/es/utils
|
|
548
|
-
readonly max: import('element-plus/es/utils
|
|
549
|
-
readonly colors: import('element-plus/es/utils
|
|
550
|
-
readonly voidColor: import('element-plus/es/utils
|
|
551
|
-
readonly disabledVoidColor: import('element-plus/es/utils
|
|
552
|
-
readonly icons: import('element-plus/es/utils
|
|
553
|
-
readonly voidIcon: import('element-plus/es/utils
|
|
554
|
-
readonly disabledVoidIcon: import('element-plus/es/utils
|
|
548
|
+
readonly modelValue: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
549
|
+
readonly id: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
550
|
+
readonly lowThreshold: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
551
|
+
readonly highThreshold: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
552
|
+
readonly max: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
553
|
+
readonly colors: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string[] | Record<number, string>) | (() => string[] | Record<number, string>) | ((new (...args: any[]) => string[] | Record<number, string>) | (() => string[] | Record<number, string>))[], unknown, unknown, () => ["", "", ""], boolean>;
|
|
554
|
+
readonly voidColor: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
555
|
+
readonly disabledVoidColor: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
556
|
+
readonly icons: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | (() => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | ((new (...args: any[]) => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | (() => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>))[], unknown, unknown, () => [import('vue').Component, import('vue').Component, import('vue').Component], boolean>;
|
|
557
|
+
readonly voidIcon: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown, () => import('vue').Component, boolean>;
|
|
558
|
+
readonly disabledVoidIcon: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown, () => import('vue').Component, boolean>;
|
|
555
559
|
readonly disabled: BooleanConstructor;
|
|
556
560
|
readonly allowHalf: BooleanConstructor;
|
|
557
561
|
readonly showText: BooleanConstructor;
|
|
558
562
|
readonly showScore: BooleanConstructor;
|
|
559
|
-
readonly textColor: import('element-plus/es/utils
|
|
560
|
-
readonly texts: import('element-plus/es/utils
|
|
561
|
-
readonly scoreTemplate: import('element-plus/es/utils
|
|
563
|
+
readonly textColor: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
564
|
+
readonly texts: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => ["Extremely bad", "Disappointed", "Fair", "Satisfied", "Surprise"], boolean>;
|
|
565
|
+
readonly scoreTemplate: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "{value}", boolean>;
|
|
562
566
|
readonly size: {
|
|
563
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
567
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
564
568
|
readonly required: false;
|
|
565
569
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
566
570
|
__epPropKey: true;
|
|
@@ -582,15 +586,15 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
582
586
|
readonly max: number;
|
|
583
587
|
readonly clearable: boolean;
|
|
584
588
|
readonly textColor: string;
|
|
585
|
-
readonly colors: import('element-plus/es/utils
|
|
589
|
+
readonly colors: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string[] | Record<number, string>) | (() => string[] | Record<number, string>) | ((new (...args: any[]) => string[] | Record<number, string>) | (() => string[] | Record<number, string>))[], unknown, unknown>;
|
|
586
590
|
readonly showText: boolean;
|
|
587
591
|
readonly lowThreshold: number;
|
|
588
592
|
readonly highThreshold: number;
|
|
589
593
|
readonly voidColor: string;
|
|
590
594
|
readonly disabledVoidColor: string;
|
|
591
|
-
readonly icons: import('element-plus/es/utils
|
|
592
|
-
readonly voidIcon: import('element-plus/es/utils
|
|
593
|
-
readonly disabledVoidIcon: import('element-plus/es/utils
|
|
595
|
+
readonly icons: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | (() => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | ((new (...args: any[]) => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | (() => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>))[], unknown, unknown>;
|
|
596
|
+
readonly voidIcon: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>;
|
|
597
|
+
readonly disabledVoidIcon: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>;
|
|
594
598
|
readonly texts: string[];
|
|
595
599
|
readonly scoreTemplate: string;
|
|
596
600
|
readonly allowHalf: boolean;
|
|
@@ -604,26 +608,26 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
604
608
|
Defaults: {};
|
|
605
609
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
606
610
|
readonly ariaLabel: StringConstructor;
|
|
607
|
-
readonly modelValue: import('element-plus/es/utils
|
|
608
|
-
readonly id: import('element-plus/es/utils
|
|
609
|
-
readonly lowThreshold: import('element-plus/es/utils
|
|
610
|
-
readonly highThreshold: import('element-plus/es/utils
|
|
611
|
-
readonly max: import('element-plus/es/utils
|
|
612
|
-
readonly colors: import('element-plus/es/utils
|
|
613
|
-
readonly voidColor: import('element-plus/es/utils
|
|
614
|
-
readonly disabledVoidColor: import('element-plus/es/utils
|
|
615
|
-
readonly icons: import('element-plus/es/utils
|
|
616
|
-
readonly voidIcon: import('element-plus/es/utils
|
|
617
|
-
readonly disabledVoidIcon: import('element-plus/es/utils
|
|
611
|
+
readonly modelValue: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
612
|
+
readonly id: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
613
|
+
readonly lowThreshold: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
614
|
+
readonly highThreshold: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
615
|
+
readonly max: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
616
|
+
readonly colors: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string[] | Record<number, string>) | (() => string[] | Record<number, string>) | ((new (...args: any[]) => string[] | Record<number, string>) | (() => string[] | Record<number, string>))[], unknown, unknown, () => ["", "", ""], boolean>;
|
|
617
|
+
readonly voidColor: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
618
|
+
readonly disabledVoidColor: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
619
|
+
readonly icons: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | (() => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | ((new (...args: any[]) => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | (() => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>))[], unknown, unknown, () => [import('vue').Component, import('vue').Component, import('vue').Component], boolean>;
|
|
620
|
+
readonly voidIcon: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown, () => import('vue').Component, boolean>;
|
|
621
|
+
readonly disabledVoidIcon: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown, () => import('vue').Component, boolean>;
|
|
618
622
|
readonly disabled: BooleanConstructor;
|
|
619
623
|
readonly allowHalf: BooleanConstructor;
|
|
620
624
|
readonly showText: BooleanConstructor;
|
|
621
625
|
readonly showScore: BooleanConstructor;
|
|
622
|
-
readonly textColor: import('element-plus/es/utils
|
|
623
|
-
readonly texts: import('element-plus/es/utils
|
|
624
|
-
readonly scoreTemplate: import('element-plus/es/utils
|
|
626
|
+
readonly textColor: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
627
|
+
readonly texts: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => ["Extremely bad", "Disappointed", "Fair", "Satisfied", "Surprise"], boolean>;
|
|
628
|
+
readonly scoreTemplate: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "{value}", boolean>;
|
|
625
629
|
readonly size: {
|
|
626
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
630
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
627
631
|
readonly required: false;
|
|
628
632
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
629
633
|
__epPropKey: true;
|
|
@@ -642,15 +646,15 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
642
646
|
readonly max: number;
|
|
643
647
|
readonly clearable: boolean;
|
|
644
648
|
readonly textColor: string;
|
|
645
|
-
readonly colors: import('element-plus/es/utils
|
|
649
|
+
readonly colors: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string[] | Record<number, string>) | (() => string[] | Record<number, string>) | ((new (...args: any[]) => string[] | Record<number, string>) | (() => string[] | Record<number, string>))[], unknown, unknown>;
|
|
646
650
|
readonly showText: boolean;
|
|
647
651
|
readonly lowThreshold: number;
|
|
648
652
|
readonly highThreshold: number;
|
|
649
653
|
readonly voidColor: string;
|
|
650
654
|
readonly disabledVoidColor: string;
|
|
651
|
-
readonly icons: import('element-plus/es/utils
|
|
652
|
-
readonly voidIcon: import('element-plus/es/utils
|
|
653
|
-
readonly disabledVoidIcon: import('element-plus/es/utils
|
|
655
|
+
readonly icons: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | (() => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | ((new (...args: any[]) => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | (() => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>))[], unknown, unknown>;
|
|
656
|
+
readonly voidIcon: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>;
|
|
657
|
+
readonly disabledVoidIcon: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>;
|
|
654
658
|
readonly texts: string[];
|
|
655
659
|
readonly scoreTemplate: string;
|
|
656
660
|
readonly allowHalf: boolean;
|
|
@@ -665,92 +669,96 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
665
669
|
type: import('vue').PropType<string | Partial<import('../../Tooltip').TooltipPropsType>>;
|
|
666
670
|
};
|
|
667
671
|
label: StringConstructor;
|
|
668
|
-
labelWidth: import('element-plus/es/utils
|
|
669
|
-
labelPosition: import('element-plus/es/utils
|
|
672
|
+
labelWidth: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
673
|
+
labelPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
670
674
|
prop: {
|
|
671
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
675
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import('element-plus').FormItemProp))[], unknown, unknown>>;
|
|
672
676
|
readonly required: false;
|
|
673
677
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
674
678
|
__epPropKey: true;
|
|
675
679
|
};
|
|
676
|
-
required: import('element-plus/es/utils
|
|
680
|
+
required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
677
681
|
rules: {
|
|
678
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
682
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>) | ((new (...args: any[]) => import('element-plus').FormItemRule | import('element-plus').FormItemRule[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').FormItemRule>))[], unknown, unknown>>;
|
|
679
683
|
readonly required: false;
|
|
680
684
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
681
685
|
__epPropKey: true;
|
|
682
686
|
};
|
|
683
687
|
error: StringConstructor;
|
|
684
688
|
validateStatus: {
|
|
685
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
689
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
686
690
|
readonly required: false;
|
|
687
691
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
688
692
|
__epPropKey: true;
|
|
689
693
|
};
|
|
690
|
-
inlineMessage: import('element-plus/es/utils
|
|
691
|
-
showMessage: import('element-plus/es/utils
|
|
694
|
+
inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
695
|
+
showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
692
696
|
size: {
|
|
693
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
697
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
694
698
|
readonly required: false;
|
|
695
699
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
696
700
|
__epPropKey: true;
|
|
697
701
|
};
|
|
698
702
|
} & Omit<{
|
|
699
703
|
readonly ariaLabel: StringConstructor;
|
|
700
|
-
readonly modelValue: import('element-plus/es/utils
|
|
701
|
-
readonly id: import('element-plus/es/utils
|
|
702
|
-
readonly lowThreshold: import('element-plus/es/utils
|
|
703
|
-
readonly highThreshold: import('element-plus/es/utils
|
|
704
|
-
readonly max: import('element-plus/es/utils
|
|
705
|
-
readonly colors: import('element-plus/es/utils
|
|
706
|
-
readonly voidColor: import('element-plus/es/utils
|
|
707
|
-
readonly disabledVoidColor: import('element-plus/es/utils
|
|
708
|
-
readonly icons: import('element-plus/es/utils
|
|
709
|
-
readonly voidIcon: import('element-plus/es/utils
|
|
710
|
-
readonly disabledVoidIcon: import('element-plus/es/utils
|
|
704
|
+
readonly modelValue: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
705
|
+
readonly id: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
706
|
+
readonly lowThreshold: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
707
|
+
readonly highThreshold: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
708
|
+
readonly max: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
709
|
+
readonly colors: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string[] | Record<number, string>) | (() => string[] | Record<number, string>) | ((new (...args: any[]) => string[] | Record<number, string>) | (() => string[] | Record<number, string>))[], unknown, unknown, () => ["", "", ""], boolean>;
|
|
710
|
+
readonly voidColor: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
711
|
+
readonly disabledVoidColor: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
712
|
+
readonly icons: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | (() => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | ((new (...args: any[]) => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | (() => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>))[], unknown, unknown, () => [import('vue').Component, import('vue').Component, import('vue').Component], boolean>;
|
|
713
|
+
readonly voidIcon: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown, () => import('vue').Component, boolean>;
|
|
714
|
+
readonly disabledVoidIcon: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown, () => import('vue').Component, boolean>;
|
|
711
715
|
readonly disabled: BooleanConstructor;
|
|
712
716
|
readonly allowHalf: BooleanConstructor;
|
|
713
717
|
readonly showText: BooleanConstructor;
|
|
714
718
|
readonly showScore: BooleanConstructor;
|
|
715
|
-
readonly textColor: import('element-plus/es/utils
|
|
716
|
-
readonly texts: import('element-plus/es/utils
|
|
717
|
-
readonly scoreTemplate: import('element-plus/es/utils
|
|
719
|
+
readonly textColor: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
720
|
+
readonly texts: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => ["Extremely bad", "Disappointed", "Fair", "Satisfied", "Surprise"], boolean>;
|
|
721
|
+
readonly scoreTemplate: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "{value}", boolean>;
|
|
718
722
|
readonly size: {
|
|
719
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
723
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
720
724
|
readonly required: false;
|
|
721
725
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
722
726
|
__epPropKey: true;
|
|
723
727
|
};
|
|
724
728
|
readonly clearable: BooleanConstructor;
|
|
725
|
-
}, "size" | "id"> & {
|
|
729
|
+
}, "size" | "id" | "clearable"> & {
|
|
730
|
+
clearable: {
|
|
731
|
+
type: BooleanConstructor;
|
|
732
|
+
default: boolean;
|
|
733
|
+
};
|
|
726
734
|
fieldId: any;
|
|
727
735
|
formItemProps: {
|
|
728
|
-
type: import('vue').PropType<import('
|
|
736
|
+
type: import('vue').PropType<import('../FormItem').FormItemPropsType>;
|
|
729
737
|
default: () => {};
|
|
730
738
|
};
|
|
731
739
|
fieldProps: {
|
|
732
740
|
type: import('vue').PropType<{
|
|
733
741
|
readonly ariaLabel: StringConstructor;
|
|
734
|
-
readonly modelValue: import('element-plus/es/utils
|
|
735
|
-
readonly id: import('element-plus/es/utils
|
|
736
|
-
readonly lowThreshold: import('element-plus/es/utils
|
|
737
|
-
readonly highThreshold: import('element-plus/es/utils
|
|
738
|
-
readonly max: import('element-plus/es/utils
|
|
739
|
-
readonly colors: import('element-plus/es/utils
|
|
740
|
-
readonly voidColor: import('element-plus/es/utils
|
|
741
|
-
readonly disabledVoidColor: import('element-plus/es/utils
|
|
742
|
-
readonly icons: import('element-plus/es/utils
|
|
743
|
-
readonly voidIcon: import('element-plus/es/utils
|
|
744
|
-
readonly disabledVoidIcon: import('element-plus/es/utils
|
|
742
|
+
readonly modelValue: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
743
|
+
readonly id: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
744
|
+
readonly lowThreshold: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
745
|
+
readonly highThreshold: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
746
|
+
readonly max: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
747
|
+
readonly colors: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string[] | Record<number, string>) | (() => string[] | Record<number, string>) | ((new (...args: any[]) => string[] | Record<number, string>) | (() => string[] | Record<number, string>))[], unknown, unknown, () => ["", "", ""], boolean>;
|
|
748
|
+
readonly voidColor: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
749
|
+
readonly disabledVoidColor: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
750
|
+
readonly icons: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | (() => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | ((new (...args: any[]) => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | (() => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>))[], unknown, unknown, () => [import('vue').Component, import('vue').Component, import('vue').Component], boolean>;
|
|
751
|
+
readonly voidIcon: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown, () => import('vue').Component, boolean>;
|
|
752
|
+
readonly disabledVoidIcon: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown, () => import('vue').Component, boolean>;
|
|
745
753
|
readonly disabled: BooleanConstructor;
|
|
746
754
|
readonly allowHalf: BooleanConstructor;
|
|
747
755
|
readonly showText: BooleanConstructor;
|
|
748
756
|
readonly showScore: BooleanConstructor;
|
|
749
|
-
readonly textColor: import('element-plus/es/utils
|
|
750
|
-
readonly texts: import('element-plus/es/utils
|
|
751
|
-
readonly scoreTemplate: import('element-plus/es/utils
|
|
757
|
+
readonly textColor: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
758
|
+
readonly texts: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => ["Extremely bad", "Disappointed", "Fair", "Satisfied", "Surprise"], boolean>;
|
|
759
|
+
readonly scoreTemplate: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "{value}", boolean>;
|
|
752
760
|
readonly size: {
|
|
753
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
761
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
754
762
|
readonly required: false;
|
|
755
763
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
756
764
|
__epPropKey: true;
|
|
@@ -763,40 +771,40 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
763
771
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
764
772
|
onChange?: ((value: number) => any) | undefined;
|
|
765
773
|
}>, {
|
|
766
|
-
required: import('element-plus/es/utils
|
|
774
|
+
required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
767
775
|
readonly modelValue: number;
|
|
768
776
|
readonly disabled: boolean;
|
|
769
777
|
readonly max: number;
|
|
770
778
|
readonly textColor: string;
|
|
771
|
-
|
|
772
|
-
labelWidth: import('element-plus/es/utils
|
|
773
|
-
labelPosition: import('element-plus/es/utils
|
|
774
|
-
inlineMessage: import('element-plus/es/utils
|
|
775
|
-
showMessage: import('element-plus/es/utils
|
|
779
|
+
clearable: boolean;
|
|
780
|
+
labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
781
|
+
labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
782
|
+
inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
783
|
+
showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
776
784
|
fieldId: any;
|
|
777
|
-
formItemProps: import('
|
|
785
|
+
formItemProps: import('../FormItem').FormItemPropsType;
|
|
778
786
|
fieldProps: {
|
|
779
787
|
readonly ariaLabel: StringConstructor;
|
|
780
|
-
readonly modelValue: import('element-plus/es/utils
|
|
781
|
-
readonly id: import('element-plus/es/utils
|
|
782
|
-
readonly lowThreshold: import('element-plus/es/utils
|
|
783
|
-
readonly highThreshold: import('element-plus/es/utils
|
|
784
|
-
readonly max: import('element-plus/es/utils
|
|
785
|
-
readonly colors: import('element-plus/es/utils
|
|
786
|
-
readonly voidColor: import('element-plus/es/utils
|
|
787
|
-
readonly disabledVoidColor: import('element-plus/es/utils
|
|
788
|
-
readonly icons: import('element-plus/es/utils
|
|
789
|
-
readonly voidIcon: import('element-plus/es/utils
|
|
790
|
-
readonly disabledVoidIcon: import('element-plus/es/utils
|
|
788
|
+
readonly modelValue: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
789
|
+
readonly id: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
790
|
+
readonly lowThreshold: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
791
|
+
readonly highThreshold: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
792
|
+
readonly max: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
793
|
+
readonly colors: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string[] | Record<number, string>) | (() => string[] | Record<number, string>) | ((new (...args: any[]) => string[] | Record<number, string>) | (() => string[] | Record<number, string>))[], unknown, unknown, () => ["", "", ""], boolean>;
|
|
794
|
+
readonly voidColor: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
795
|
+
readonly disabledVoidColor: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
796
|
+
readonly icons: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | (() => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | ((new (...args: any[]) => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | (() => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>))[], unknown, unknown, () => [import('vue').Component, import('vue').Component, import('vue').Component], boolean>;
|
|
797
|
+
readonly voidIcon: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown, () => import('vue').Component, boolean>;
|
|
798
|
+
readonly disabledVoidIcon: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown, () => import('vue').Component, boolean>;
|
|
791
799
|
readonly disabled: BooleanConstructor;
|
|
792
800
|
readonly allowHalf: BooleanConstructor;
|
|
793
801
|
readonly showText: BooleanConstructor;
|
|
794
802
|
readonly showScore: BooleanConstructor;
|
|
795
|
-
readonly textColor: import('element-plus/es/utils
|
|
796
|
-
readonly texts: import('element-plus/es/utils
|
|
797
|
-
readonly scoreTemplate: import('element-plus/es/utils
|
|
803
|
+
readonly textColor: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
804
|
+
readonly texts: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => ["Extremely bad", "Disappointed", "Fair", "Satisfied", "Surprise"], boolean>;
|
|
805
|
+
readonly scoreTemplate: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "{value}", boolean>;
|
|
798
806
|
readonly size: {
|
|
799
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
807
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
800
808
|
readonly required: false;
|
|
801
809
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
802
810
|
__epPropKey: true;
|
|
@@ -805,12 +813,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
805
813
|
};
|
|
806
814
|
readonly lowThreshold: number;
|
|
807
815
|
readonly highThreshold: number;
|
|
808
|
-
readonly colors: import('element-plus/es/utils
|
|
816
|
+
readonly colors: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string[] | Record<number, string>) | (() => string[] | Record<number, string>) | ((new (...args: any[]) => string[] | Record<number, string>) | (() => string[] | Record<number, string>))[], unknown, unknown>;
|
|
809
817
|
readonly voidColor: string;
|
|
810
818
|
readonly disabledVoidColor: string;
|
|
811
|
-
readonly icons: import('element-plus/es/utils
|
|
812
|
-
readonly voidIcon: import('element-plus/es/utils
|
|
813
|
-
readonly disabledVoidIcon: import('element-plus/es/utils
|
|
819
|
+
readonly icons: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | (() => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | ((new (...args: any[]) => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>) | (() => (string | import('vue').Component)[] | Record<number, string | import('vue').Component>))[], unknown, unknown>;
|
|
820
|
+
readonly voidIcon: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>;
|
|
821
|
+
readonly disabledVoidIcon: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>;
|
|
814
822
|
readonly allowHalf: boolean;
|
|
815
823
|
readonly showText: boolean;
|
|
816
824
|
readonly showScore: boolean;
|