@hinen/pro-element-plus 1.1.0 → 1.2.1
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 +51 -9
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts.map +1 -1
- package/dist/components/CheckboxGroup/props.d.ts +25 -4
- package/dist/components/CheckboxGroup/props.d.ts.map +1 -1
- package/dist/components/DataSelect/DataSelect.vue.d.ts +333 -59
- package/dist/components/DataSelect/DataSelect.vue.d.ts.map +1 -1
- package/dist/components/DataSelect/props.d.ts +162 -25
- package/dist/components/DataSelect/props.d.ts.map +1 -1
- package/dist/components/DataTable/DataTable.vue.d.ts +78 -36
- package/dist/components/DataTable/DataTable.vue.d.ts.map +1 -1
- package/dist/components/DataTable/props.d.ts +36 -18
- package/dist/components/DataTable/props.d.ts.map +1 -1
- package/dist/components/DataTable/types.d.ts.map +1 -1
- package/dist/components/DataTable/useFixedHeader.d.ts +8 -0
- package/dist/components/DataTable/useFixedHeader.d.ts.map +1 -0
- package/dist/components/Drawer/index.d.ts +4 -0
- package/dist/components/Drawer/index.d.ts.map +1 -0
- package/dist/components/Drawer/props.d.ts +211 -0
- package/dist/components/Drawer/props.d.ts.map +1 -0
- package/dist/components/Drawer/types.d.ts +14 -0
- package/dist/components/Drawer/types.d.ts.map +1 -0
- package/dist/components/FormFields/FormCascadeSelect/FormCascadeSelect.vue.d.ts +858 -2660
- package/dist/components/FormFields/FormCascadeSelect/FormCascadeSelect.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormCascadeSelect/props.d.ts +358 -83
- package/dist/components/FormFields/FormCascadeSelect/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormCheckboxGroup/FormCheckboxGroup.vue.d.ts +215 -356
- package/dist/components/FormFields/FormCheckboxGroup/FormCheckboxGroup.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormCheckboxGroup/props.d.ts +93 -16
- package/dist/components/FormFields/FormCheckboxGroup/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormDatePicker/FormDatePicker.vue.d.ts +824 -465
- package/dist/components/FormFields/FormDatePicker/FormDatePicker.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormDatePicker/props.d.ts +336 -59
- package/dist/components/FormFields/FormDatePicker/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormItem/FormItem.vue.d.ts +93 -23
- package/dist/components/FormFields/FormItem/FormItem.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormItem/props.d.ts +44 -9
- package/dist/components/FormFields/FormItem/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormNumber/FormNumber.vue.d.ts +509 -730
- package/dist/components/FormFields/FormNumber/FormNumber.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormNumber/props.d.ts +220 -29
- package/dist/components/FormFields/FormNumber/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormRadioGroup/FormRadioGroup.vue.d.ts +307 -357
- package/dist/components/FormFields/FormRadioGroup/FormRadioGroup.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormRadioGroup/props.d.ts +133 -21
- package/dist/components/FormFields/FormRadioGroup/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormRate/FormRate.vue.d.ts +643 -631
- package/dist/components/FormFields/FormRate/FormRate.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormRate/props.d.ts +270 -39
- package/dist/components/FormFields/FormRate/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormSelect/FormSelect.vue.d.ts +949 -461
- package/dist/components/FormFields/FormSelect/FormSelect.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormSelect/props.d.ts +391 -62
- package/dist/components/FormFields/FormSelect/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormSwitch/FormSwitch.vue.d.ts +426 -858
- package/dist/components/FormFields/FormSwitch/FormSwitch.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormSwitch/props.d.ts +184 -37
- package/dist/components/FormFields/FormSwitch/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormTagInput/FormTagInput.vue.d.ts +464 -861
- package/dist/components/FormFields/FormTagInput/FormTagInput.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormTagInput/props.d.ts +200 -35
- package/dist/components/FormFields/FormTagInput/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormText/FormText.vue.d.ts +515 -1164
- package/dist/components/FormFields/FormText/FormText.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormText/props.d.ts +226 -59
- package/dist/components/FormFields/FormText/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormTimePicker/FormTimePicker.vue.d.ts +822 -462
- package/dist/components/FormFields/FormTimePicker/FormTimePicker.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormTimePicker/props.d.ts +336 -59
- package/dist/components/FormFields/FormTimePicker/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormTreeSelect/FormTreeSelect.vue.d.ts +47 -328
- package/dist/components/FormFields/FormTreeSelect/FormTreeSelect.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormTreeSelect/props.d.ts +44 -9
- package/dist/components/FormFields/FormTreeSelect/props.d.ts.map +1 -1
- package/dist/components/FormFields/utils.d.ts +44 -9
- package/dist/components/FormFields/utils.d.ts.map +1 -1
- package/dist/components/Image/props.d.ts +76 -13
- package/dist/components/Image/props.d.ts.map +1 -1
- package/dist/components/Modal/Modal.vue.d.ts +213 -39
- package/dist/components/Modal/Modal.vue.d.ts.map +1 -1
- package/dist/components/Modal/props.d.ts +102 -16
- package/dist/components/Modal/props.d.ts.map +1 -1
- package/dist/components/QueryForm/QueryForm.vue.d.ts +115 -26
- package/dist/components/QueryForm/QueryForm.vue.d.ts.map +1 -1
- package/dist/components/QueryForm/props.d.ts +53 -9
- package/dist/components/QueryForm/props.d.ts.map +1 -1
- package/dist/components/RadioGroup/RadioGroup.vue.d.ts +100 -16
- package/dist/components/RadioGroup/RadioGroup.vue.d.ts.map +1 -1
- package/dist/components/RadioGroup/props.d.ts +49 -7
- package/dist/components/RadioGroup/props.d.ts.map +1 -1
- package/dist/components/Select/Select.vue.d.ts +357 -63
- package/dist/components/Select/Select.vue.d.ts.map +1 -1
- package/dist/components/Select/props.d.ts +174 -27
- package/dist/components/Select/props.d.ts.map +1 -1
- package/dist/index.cjs +44 -44
- package/dist/index.js +1909 -2690
- package/dist/style.css +1 -1
- package/package.json +3 -3
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { RateInstance, FormItemInstance } from 'element-plus';
|
|
2
|
+
|
|
1
3
|
declare function __VLS_template(): Partial<Record<NonNullable<"label" | "error">, (_: {
|
|
2
4
|
label: string;
|
|
3
5
|
} | {
|
|
@@ -9,58 +11,191 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
9
11
|
type: import('vue').PropType<string | Partial<import('../../Tooltip').TooltipPropsType>>;
|
|
10
12
|
};
|
|
11
13
|
label: StringConstructor;
|
|
12
|
-
labelWidth:
|
|
13
|
-
|
|
14
|
+
labelWidth: {
|
|
15
|
+
readonly type: import('vue').PropType<string | number>;
|
|
16
|
+
readonly required: false;
|
|
17
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
18
|
+
__epPropKey: true;
|
|
19
|
+
} & {
|
|
20
|
+
readonly default: "";
|
|
21
|
+
};
|
|
22
|
+
labelPosition: {
|
|
23
|
+
readonly type: import('vue').PropType<"" | "top" | "left" | "right">;
|
|
24
|
+
readonly required: false;
|
|
25
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
26
|
+
__epPropKey: true;
|
|
27
|
+
} & {
|
|
28
|
+
readonly default: "";
|
|
29
|
+
};
|
|
14
30
|
prop: {
|
|
15
|
-
readonly type: import('vue').PropType<import('element-plus
|
|
31
|
+
readonly type: import('vue').PropType<import('element-plus').FormItemProp>;
|
|
32
|
+
readonly required: false;
|
|
33
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
34
|
+
__epPropKey: true;
|
|
35
|
+
};
|
|
36
|
+
required: {
|
|
37
|
+
readonly type: import('vue').PropType<boolean>;
|
|
16
38
|
readonly required: false;
|
|
17
39
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
18
40
|
__epPropKey: true;
|
|
41
|
+
} & {
|
|
42
|
+
readonly default: undefined;
|
|
19
43
|
};
|
|
20
|
-
required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
21
44
|
rules: {
|
|
22
|
-
readonly type: import('vue').PropType<import('element-plus
|
|
45
|
+
readonly type: import('vue').PropType<import('element-plus').FormItemRule | import('element-plus').FormItemRule[]>;
|
|
23
46
|
readonly required: false;
|
|
24
47
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
25
48
|
__epPropKey: true;
|
|
26
49
|
};
|
|
27
50
|
error: StringConstructor;
|
|
28
51
|
validateStatus: {
|
|
29
|
-
readonly type: import('vue').PropType<
|
|
52
|
+
readonly type: import('vue').PropType<"" | "success" | "error" | "validating">;
|
|
30
53
|
readonly required: false;
|
|
31
54
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
32
55
|
__epPropKey: true;
|
|
33
56
|
};
|
|
34
|
-
inlineMessage:
|
|
35
|
-
|
|
57
|
+
inlineMessage: {
|
|
58
|
+
readonly type: import('vue').PropType<string | boolean>;
|
|
59
|
+
readonly required: false;
|
|
60
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
61
|
+
__epPropKey: true;
|
|
62
|
+
} & {
|
|
63
|
+
readonly default: "";
|
|
64
|
+
};
|
|
65
|
+
showMessage: {
|
|
66
|
+
readonly type: import('vue').PropType<boolean>;
|
|
67
|
+
readonly required: false;
|
|
68
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
69
|
+
__epPropKey: true;
|
|
70
|
+
} & {
|
|
71
|
+
readonly default: true;
|
|
72
|
+
};
|
|
36
73
|
size: {
|
|
37
|
-
readonly type: import('vue').PropType<
|
|
74
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
38
75
|
readonly required: false;
|
|
39
76
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
40
77
|
__epPropKey: true;
|
|
41
78
|
};
|
|
42
79
|
} & Omit<{
|
|
43
80
|
readonly ariaLabel: StringConstructor;
|
|
44
|
-
readonly modelValue:
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
readonly
|
|
53
|
-
|
|
54
|
-
|
|
81
|
+
readonly modelValue: {
|
|
82
|
+
readonly type: import('vue').PropType<number>;
|
|
83
|
+
readonly required: false;
|
|
84
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
85
|
+
__epPropKey: true;
|
|
86
|
+
} & {
|
|
87
|
+
readonly default: 0;
|
|
88
|
+
};
|
|
89
|
+
readonly id: {
|
|
90
|
+
readonly type: import('vue').PropType<string>;
|
|
91
|
+
readonly required: false;
|
|
92
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
93
|
+
__epPropKey: true;
|
|
94
|
+
} & {
|
|
95
|
+
readonly default: undefined;
|
|
96
|
+
};
|
|
97
|
+
readonly lowThreshold: {
|
|
98
|
+
readonly type: import('vue').PropType<number>;
|
|
99
|
+
readonly required: false;
|
|
100
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
101
|
+
__epPropKey: true;
|
|
102
|
+
} & {
|
|
103
|
+
readonly default: 2;
|
|
104
|
+
};
|
|
105
|
+
readonly highThreshold: {
|
|
106
|
+
readonly type: import('vue').PropType<number>;
|
|
107
|
+
readonly required: false;
|
|
108
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
109
|
+
__epPropKey: true;
|
|
110
|
+
} & {
|
|
111
|
+
readonly default: 4;
|
|
112
|
+
};
|
|
113
|
+
readonly max: {
|
|
114
|
+
readonly type: import('vue').PropType<number>;
|
|
115
|
+
readonly required: false;
|
|
116
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
117
|
+
__epPropKey: true;
|
|
118
|
+
} & {
|
|
119
|
+
readonly default: 5;
|
|
120
|
+
};
|
|
121
|
+
readonly colors: {
|
|
122
|
+
readonly type: import('vue').PropType<string[] | Record<number, string>>;
|
|
123
|
+
readonly required: false;
|
|
124
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
125
|
+
__epPropKey: true;
|
|
126
|
+
} & {
|
|
127
|
+
readonly default: () => ["", "", ""];
|
|
128
|
+
};
|
|
129
|
+
readonly voidColor: {
|
|
130
|
+
readonly type: import('vue').PropType<string>;
|
|
131
|
+
readonly required: false;
|
|
132
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
133
|
+
__epPropKey: true;
|
|
134
|
+
} & {
|
|
135
|
+
readonly default: "";
|
|
136
|
+
};
|
|
137
|
+
readonly disabledVoidColor: {
|
|
138
|
+
readonly type: import('vue').PropType<string>;
|
|
139
|
+
readonly required: false;
|
|
140
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
141
|
+
__epPropKey: true;
|
|
142
|
+
} & {
|
|
143
|
+
readonly default: "";
|
|
144
|
+
};
|
|
145
|
+
readonly icons: {
|
|
146
|
+
readonly type: import('vue').PropType<(string | import('vue').Component)[] | Record<number, string | import('vue').Component>>;
|
|
147
|
+
readonly required: false;
|
|
148
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
149
|
+
__epPropKey: true;
|
|
150
|
+
} & {
|
|
151
|
+
readonly default: () => [import('vue').Component, import('vue').Component, import('vue').Component];
|
|
152
|
+
};
|
|
153
|
+
readonly voidIcon: {
|
|
154
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
155
|
+
readonly required: false;
|
|
156
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
157
|
+
__epPropKey: true;
|
|
158
|
+
} & {
|
|
159
|
+
readonly default: () => import('vue').Component;
|
|
160
|
+
};
|
|
161
|
+
readonly disabledVoidIcon: {
|
|
162
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
163
|
+
readonly required: false;
|
|
164
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
165
|
+
__epPropKey: true;
|
|
166
|
+
} & {
|
|
167
|
+
readonly default: () => import('vue').Component;
|
|
168
|
+
};
|
|
55
169
|
readonly disabled: BooleanConstructor;
|
|
56
170
|
readonly allowHalf: BooleanConstructor;
|
|
57
171
|
readonly showText: BooleanConstructor;
|
|
58
172
|
readonly showScore: BooleanConstructor;
|
|
59
|
-
readonly textColor:
|
|
60
|
-
|
|
61
|
-
|
|
173
|
+
readonly textColor: {
|
|
174
|
+
readonly type: import('vue').PropType<string>;
|
|
175
|
+
readonly required: false;
|
|
176
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
177
|
+
__epPropKey: true;
|
|
178
|
+
} & {
|
|
179
|
+
readonly default: "";
|
|
180
|
+
};
|
|
181
|
+
readonly texts: {
|
|
182
|
+
readonly type: import('vue').PropType<string[]>;
|
|
183
|
+
readonly required: false;
|
|
184
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
185
|
+
__epPropKey: true;
|
|
186
|
+
} & {
|
|
187
|
+
readonly default: () => ["Extremely bad", "Disappointed", "Fair", "Satisfied", "Surprise"];
|
|
188
|
+
};
|
|
189
|
+
readonly scoreTemplate: {
|
|
190
|
+
readonly type: import('vue').PropType<string>;
|
|
191
|
+
readonly required: false;
|
|
192
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
193
|
+
__epPropKey: true;
|
|
194
|
+
} & {
|
|
195
|
+
readonly default: "{value}";
|
|
196
|
+
};
|
|
62
197
|
readonly size: {
|
|
63
|
-
readonly type: import('vue').PropType<
|
|
198
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
64
199
|
readonly required: false;
|
|
65
200
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
66
201
|
__epPropKey: true;
|
|
@@ -79,587 +214,135 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
79
214
|
fieldProps: {
|
|
80
215
|
type: import('vue').PropType<{
|
|
81
216
|
readonly ariaLabel: StringConstructor;
|
|
82
|
-
readonly modelValue:
|
|
83
|
-
|
|
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>;
|
|
93
|
-
readonly disabled: BooleanConstructor;
|
|
94
|
-
readonly allowHalf: BooleanConstructor;
|
|
95
|
-
readonly showText: BooleanConstructor;
|
|
96
|
-
readonly showScore: BooleanConstructor;
|
|
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>;
|
|
100
|
-
readonly size: {
|
|
101
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
217
|
+
readonly modelValue: {
|
|
218
|
+
readonly type: import('vue').PropType<number>;
|
|
102
219
|
readonly required: false;
|
|
103
220
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
104
221
|
__epPropKey: true;
|
|
222
|
+
} & {
|
|
223
|
+
readonly default: 0;
|
|
105
224
|
};
|
|
106
|
-
readonly
|
|
107
|
-
|
|
108
|
-
default: () => {};
|
|
109
|
-
};
|
|
110
|
-
}>, {
|
|
111
|
-
formItem: import('vue').ShallowRef<({
|
|
112
|
-
$: import('vue').ComponentInternalInstance;
|
|
113
|
-
$data: {};
|
|
114
|
-
$props: Partial<{
|
|
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>;
|
|
120
|
-
}> & Omit<{
|
|
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;
|
|
127
|
-
readonly label?: string | undefined;
|
|
128
|
-
readonly for?: string | undefined;
|
|
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;
|
|
131
|
-
readonly error?: string | undefined;
|
|
132
|
-
readonly validateStatus?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown> | undefined;
|
|
133
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "required" | "labelWidth" | "labelPosition" | "inlineMessage" | "showMessage">;
|
|
134
|
-
$attrs: {
|
|
135
|
-
[x: string]: unknown;
|
|
136
|
-
};
|
|
137
|
-
$refs: {
|
|
138
|
-
[x: string]: unknown;
|
|
139
|
-
};
|
|
140
|
-
$slots: Readonly<{
|
|
141
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
142
|
-
}>;
|
|
143
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
144
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
145
|
-
$host: Element | null;
|
|
146
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
147
|
-
$el: any;
|
|
148
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
149
|
-
readonly label: StringConstructor;
|
|
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>;
|
|
152
|
-
readonly prop: {
|
|
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>>;
|
|
225
|
+
readonly id: {
|
|
226
|
+
readonly type: import('vue').PropType<string>;
|
|
154
227
|
readonly required: false;
|
|
155
228
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
156
229
|
__epPropKey: true;
|
|
230
|
+
} & {
|
|
231
|
+
readonly default: undefined;
|
|
157
232
|
};
|
|
158
|
-
readonly
|
|
159
|
-
|
|
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>>;
|
|
233
|
+
readonly lowThreshold: {
|
|
234
|
+
readonly type: import('vue').PropType<number>;
|
|
161
235
|
readonly required: false;
|
|
162
236
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
163
237
|
__epPropKey: true;
|
|
238
|
+
} & {
|
|
239
|
+
readonly default: 2;
|
|
164
240
|
};
|
|
165
|
-
readonly
|
|
166
|
-
|
|
167
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
241
|
+
readonly highThreshold: {
|
|
242
|
+
readonly type: import('vue').PropType<number>;
|
|
168
243
|
readonly required: false;
|
|
169
244
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
170
245
|
__epPropKey: true;
|
|
246
|
+
} & {
|
|
247
|
+
readonly default: 4;
|
|
171
248
|
};
|
|
172
|
-
readonly
|
|
173
|
-
|
|
174
|
-
readonly showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
175
|
-
readonly size: {
|
|
176
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
249
|
+
readonly max: {
|
|
250
|
+
readonly type: import('vue').PropType<number>;
|
|
177
251
|
readonly required: false;
|
|
178
252
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
179
253
|
__epPropKey: true;
|
|
254
|
+
} & {
|
|
255
|
+
readonly default: 5;
|
|
180
256
|
};
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
readonly
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
208
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
209
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
210
|
-
};
|
|
211
|
-
$forceUpdate: () => void;
|
|
212
|
-
$nextTick: typeof import('vue').nextTick;
|
|
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;
|
|
214
|
-
} & Readonly<{
|
|
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>;
|
|
220
|
-
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
221
|
-
readonly label: StringConstructor;
|
|
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>;
|
|
224
|
-
readonly prop: {
|
|
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>>;
|
|
226
|
-
readonly required: false;
|
|
227
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
228
|
-
__epPropKey: true;
|
|
229
|
-
};
|
|
230
|
-
readonly required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
231
|
-
readonly rules: {
|
|
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>>;
|
|
233
|
-
readonly required: false;
|
|
234
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
235
|
-
__epPropKey: true;
|
|
236
|
-
};
|
|
237
|
-
readonly error: StringConstructor;
|
|
238
|
-
readonly validateStatus: {
|
|
239
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
240
|
-
readonly required: false;
|
|
241
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
242
|
-
__epPropKey: true;
|
|
243
|
-
};
|
|
244
|
-
readonly for: StringConstructor;
|
|
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>;
|
|
247
|
-
readonly size: {
|
|
248
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
249
|
-
readonly required: false;
|
|
250
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
251
|
-
__epPropKey: true;
|
|
252
|
-
};
|
|
253
|
-
}>>, "required" | "size" | "validateState" | "labelWidth" | "labelPosition" | "inlineMessage" | "showMessage" | "validateMessage" | "validate" | "clearValidate" | "resetField"> & import('vue').ShallowUnwrapRef<{
|
|
254
|
-
size: import('vue').ComputedRef<"" | "small" | "default" | "large">;
|
|
255
|
-
validateMessage: import('vue').Ref<string>;
|
|
256
|
-
validateState: import('vue').Ref<"" | "error" | "success" | "validating">;
|
|
257
|
-
validate: (trigger: string, callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
|
|
258
|
-
clearValidate: () => void;
|
|
259
|
-
resetField: () => void;
|
|
260
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
261
|
-
$slots: {
|
|
262
|
-
label?(_: {
|
|
263
|
-
label: string;
|
|
264
|
-
}): any;
|
|
265
|
-
default?(_: {}): any;
|
|
266
|
-
error?(_: {
|
|
267
|
-
error: string;
|
|
268
|
-
}): any;
|
|
269
|
-
};
|
|
270
|
-
}) | undefined, ({
|
|
271
|
-
$: import('vue').ComponentInternalInstance;
|
|
272
|
-
$data: {};
|
|
273
|
-
$props: Partial<{
|
|
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>;
|
|
279
|
-
}> & Omit<{
|
|
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;
|
|
286
|
-
readonly label?: string | undefined;
|
|
287
|
-
readonly for?: string | undefined;
|
|
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;
|
|
290
|
-
readonly error?: string | undefined;
|
|
291
|
-
readonly validateStatus?: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown> | undefined;
|
|
292
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "required" | "labelWidth" | "labelPosition" | "inlineMessage" | "showMessage">;
|
|
293
|
-
$attrs: {
|
|
294
|
-
[x: string]: unknown;
|
|
295
|
-
};
|
|
296
|
-
$refs: {
|
|
297
|
-
[x: string]: unknown;
|
|
298
|
-
};
|
|
299
|
-
$slots: Readonly<{
|
|
300
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
301
|
-
}>;
|
|
302
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
303
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
304
|
-
$host: Element | null;
|
|
305
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
306
|
-
$el: any;
|
|
307
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
308
|
-
readonly label: StringConstructor;
|
|
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>;
|
|
311
|
-
readonly prop: {
|
|
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>>;
|
|
257
|
+
readonly colors: {
|
|
258
|
+
readonly type: import('vue').PropType<string[] | Record<number, string>>;
|
|
259
|
+
readonly required: false;
|
|
260
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
261
|
+
__epPropKey: true;
|
|
262
|
+
} & {
|
|
263
|
+
readonly default: () => ["", "", ""];
|
|
264
|
+
};
|
|
265
|
+
readonly voidColor: {
|
|
266
|
+
readonly type: import('vue').PropType<string>;
|
|
267
|
+
readonly required: false;
|
|
268
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
269
|
+
__epPropKey: true;
|
|
270
|
+
} & {
|
|
271
|
+
readonly default: "";
|
|
272
|
+
};
|
|
273
|
+
readonly disabledVoidColor: {
|
|
274
|
+
readonly type: import('vue').PropType<string>;
|
|
275
|
+
readonly required: false;
|
|
276
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
277
|
+
__epPropKey: true;
|
|
278
|
+
} & {
|
|
279
|
+
readonly default: "";
|
|
280
|
+
};
|
|
281
|
+
readonly icons: {
|
|
282
|
+
readonly type: import('vue').PropType<(string | import('vue').Component)[] | Record<number, string | import('vue').Component>>;
|
|
313
283
|
readonly required: false;
|
|
314
284
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
315
285
|
__epPropKey: true;
|
|
286
|
+
} & {
|
|
287
|
+
readonly default: () => [import('vue').Component, import('vue').Component, import('vue').Component];
|
|
316
288
|
};
|
|
317
|
-
readonly
|
|
318
|
-
|
|
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>>;
|
|
289
|
+
readonly voidIcon: {
|
|
290
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
320
291
|
readonly required: false;
|
|
321
292
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
322
293
|
__epPropKey: true;
|
|
294
|
+
} & {
|
|
295
|
+
readonly default: () => import('vue').Component;
|
|
323
296
|
};
|
|
324
|
-
readonly
|
|
325
|
-
|
|
326
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
297
|
+
readonly disabledVoidIcon: {
|
|
298
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
327
299
|
readonly required: false;
|
|
328
300
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
329
301
|
__epPropKey: true;
|
|
302
|
+
} & {
|
|
303
|
+
readonly default: () => import('vue').Component;
|
|
304
|
+
};
|
|
305
|
+
readonly disabled: BooleanConstructor;
|
|
306
|
+
readonly allowHalf: BooleanConstructor;
|
|
307
|
+
readonly showText: BooleanConstructor;
|
|
308
|
+
readonly showScore: BooleanConstructor;
|
|
309
|
+
readonly textColor: {
|
|
310
|
+
readonly type: import('vue').PropType<string>;
|
|
311
|
+
readonly required: false;
|
|
312
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
313
|
+
__epPropKey: true;
|
|
314
|
+
} & {
|
|
315
|
+
readonly default: "";
|
|
316
|
+
};
|
|
317
|
+
readonly texts: {
|
|
318
|
+
readonly type: import('vue').PropType<string[]>;
|
|
319
|
+
readonly required: false;
|
|
320
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
321
|
+
__epPropKey: true;
|
|
322
|
+
} & {
|
|
323
|
+
readonly default: () => ["Extremely bad", "Disappointed", "Fair", "Satisfied", "Surprise"];
|
|
324
|
+
};
|
|
325
|
+
readonly scoreTemplate: {
|
|
326
|
+
readonly type: import('vue').PropType<string>;
|
|
327
|
+
readonly required: false;
|
|
328
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
329
|
+
__epPropKey: true;
|
|
330
|
+
} & {
|
|
331
|
+
readonly default: "{value}";
|
|
330
332
|
};
|
|
331
|
-
readonly for: StringConstructor;
|
|
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>;
|
|
334
333
|
readonly size: {
|
|
335
|
-
readonly type: import('vue').PropType<
|
|
334
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
336
335
|
readonly required: false;
|
|
337
336
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
338
337
|
__epPropKey: true;
|
|
339
338
|
};
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
|
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>;
|
|
353
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
354
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
355
|
-
created?: (() => void) | (() => void)[];
|
|
356
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
357
|
-
mounted?: (() => void) | (() => void)[];
|
|
358
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
359
|
-
updated?: (() => void) | (() => void)[];
|
|
360
|
-
activated?: (() => void) | (() => void)[];
|
|
361
|
-
deactivated?: (() => void) | (() => void)[];
|
|
362
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
363
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
364
|
-
destroyed?: (() => void) | (() => void)[];
|
|
365
|
-
unmounted?: (() => void) | (() => void)[];
|
|
366
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
367
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
368
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
369
|
-
};
|
|
370
|
-
$forceUpdate: () => void;
|
|
371
|
-
$nextTick: typeof import('vue').nextTick;
|
|
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;
|
|
373
|
-
} & Readonly<{
|
|
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>;
|
|
379
|
-
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
380
|
-
readonly label: StringConstructor;
|
|
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>;
|
|
383
|
-
readonly prop: {
|
|
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>>;
|
|
385
|
-
readonly required: false;
|
|
386
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
387
|
-
__epPropKey: true;
|
|
388
|
-
};
|
|
389
|
-
readonly required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
390
|
-
readonly rules: {
|
|
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>>;
|
|
392
|
-
readonly required: false;
|
|
393
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
394
|
-
__epPropKey: true;
|
|
395
|
-
};
|
|
396
|
-
readonly error: StringConstructor;
|
|
397
|
-
readonly validateStatus: {
|
|
398
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
399
|
-
readonly required: false;
|
|
400
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
401
|
-
__epPropKey: true;
|
|
402
|
-
};
|
|
403
|
-
readonly for: StringConstructor;
|
|
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>;
|
|
406
|
-
readonly size: {
|
|
407
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
408
|
-
readonly required: false;
|
|
409
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
410
|
-
__epPropKey: true;
|
|
411
|
-
};
|
|
412
|
-
}>>, "required" | "size" | "validateState" | "labelWidth" | "labelPosition" | "inlineMessage" | "showMessage" | "validateMessage" | "validate" | "clearValidate" | "resetField"> & import('vue').ShallowUnwrapRef<{
|
|
413
|
-
size: import('vue').ComputedRef<"" | "small" | "default" | "large">;
|
|
414
|
-
validateMessage: import('vue').Ref<string>;
|
|
415
|
-
validateState: import('vue').Ref<"" | "error" | "success" | "validating">;
|
|
416
|
-
validate: (trigger: string, callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
|
|
417
|
-
clearValidate: () => void;
|
|
418
|
-
resetField: () => void;
|
|
419
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
420
|
-
$slots: {
|
|
421
|
-
label?(_: {
|
|
422
|
-
label: string;
|
|
423
|
-
}): any;
|
|
424
|
-
default?(_: {}): any;
|
|
425
|
-
error?(_: {
|
|
426
|
-
error: string;
|
|
427
|
-
}): any;
|
|
428
|
-
};
|
|
429
|
-
}) | undefined>;
|
|
430
|
-
field: import('vue').ShallowRef<import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
431
|
-
readonly ariaLabel: StringConstructor;
|
|
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>;
|
|
443
|
-
readonly disabled: BooleanConstructor;
|
|
444
|
-
readonly allowHalf: BooleanConstructor;
|
|
445
|
-
readonly showText: BooleanConstructor;
|
|
446
|
-
readonly showScore: BooleanConstructor;
|
|
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>;
|
|
450
|
-
readonly size: {
|
|
451
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
452
|
-
readonly required: false;
|
|
453
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
454
|
-
__epPropKey: true;
|
|
455
|
-
};
|
|
456
|
-
readonly clearable: BooleanConstructor;
|
|
457
|
-
}>> & {
|
|
458
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
459
|
-
onChange?: ((value: number) => any) | undefined;
|
|
460
|
-
}, {
|
|
461
|
-
setCurrentValue: (value: number, event?: MouseEvent) => void;
|
|
462
|
-
resetCurrentValue: () => void;
|
|
463
|
-
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
464
|
-
"update:modelValue": (value: number) => void;
|
|
465
|
-
change: (value: number) => void;
|
|
466
|
-
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
|
|
467
|
-
readonly disabled: boolean;
|
|
468
|
-
readonly id: string;
|
|
469
|
-
readonly modelValue: number;
|
|
470
|
-
readonly max: number;
|
|
471
|
-
readonly clearable: boolean;
|
|
472
|
-
readonly textColor: string;
|
|
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>;
|
|
474
|
-
readonly showText: boolean;
|
|
475
|
-
readonly lowThreshold: number;
|
|
476
|
-
readonly highThreshold: number;
|
|
477
|
-
readonly voidColor: string;
|
|
478
|
-
readonly disabledVoidColor: string;
|
|
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>;
|
|
482
|
-
readonly texts: string[];
|
|
483
|
-
readonly scoreTemplate: string;
|
|
484
|
-
readonly allowHalf: boolean;
|
|
485
|
-
readonly showScore: boolean;
|
|
486
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
487
|
-
P: {};
|
|
488
|
-
B: {};
|
|
489
|
-
D: {};
|
|
490
|
-
C: {};
|
|
491
|
-
M: {};
|
|
492
|
-
Defaults: {};
|
|
493
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
494
|
-
readonly ariaLabel: StringConstructor;
|
|
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>;
|
|
506
|
-
readonly disabled: BooleanConstructor;
|
|
507
|
-
readonly allowHalf: BooleanConstructor;
|
|
508
|
-
readonly showText: BooleanConstructor;
|
|
509
|
-
readonly showScore: BooleanConstructor;
|
|
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>;
|
|
513
|
-
readonly size: {
|
|
514
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
515
|
-
readonly required: false;
|
|
516
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
517
|
-
__epPropKey: true;
|
|
518
|
-
};
|
|
519
|
-
readonly clearable: BooleanConstructor;
|
|
520
|
-
}>> & {
|
|
521
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
522
|
-
onChange?: ((value: number) => any) | undefined;
|
|
523
|
-
}, {
|
|
524
|
-
setCurrentValue: (value: number, event?: MouseEvent) => void;
|
|
525
|
-
resetCurrentValue: () => void;
|
|
526
|
-
}, {}, {}, {}, {
|
|
527
|
-
readonly disabled: boolean;
|
|
528
|
-
readonly id: string;
|
|
529
|
-
readonly modelValue: number;
|
|
530
|
-
readonly max: number;
|
|
531
|
-
readonly clearable: boolean;
|
|
532
|
-
readonly textColor: string;
|
|
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>;
|
|
534
|
-
readonly showText: boolean;
|
|
535
|
-
readonly lowThreshold: number;
|
|
536
|
-
readonly highThreshold: number;
|
|
537
|
-
readonly voidColor: string;
|
|
538
|
-
readonly disabledVoidColor: string;
|
|
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>;
|
|
542
|
-
readonly texts: string[];
|
|
543
|
-
readonly scoreTemplate: string;
|
|
544
|
-
readonly allowHalf: boolean;
|
|
545
|
-
readonly showScore: boolean;
|
|
546
|
-
}> | undefined, import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
547
|
-
readonly ariaLabel: StringConstructor;
|
|
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>;
|
|
559
|
-
readonly disabled: BooleanConstructor;
|
|
560
|
-
readonly allowHalf: BooleanConstructor;
|
|
561
|
-
readonly showText: BooleanConstructor;
|
|
562
|
-
readonly showScore: BooleanConstructor;
|
|
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>;
|
|
566
|
-
readonly size: {
|
|
567
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
568
|
-
readonly required: false;
|
|
569
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
570
|
-
__epPropKey: true;
|
|
571
|
-
};
|
|
572
|
-
readonly clearable: BooleanConstructor;
|
|
573
|
-
}>> & {
|
|
574
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
575
|
-
onChange?: ((value: number) => any) | undefined;
|
|
576
|
-
}, {
|
|
577
|
-
setCurrentValue: (value: number, event?: MouseEvent) => void;
|
|
578
|
-
resetCurrentValue: () => void;
|
|
579
|
-
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
580
|
-
"update:modelValue": (value: number) => void;
|
|
581
|
-
change: (value: number) => void;
|
|
582
|
-
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
|
|
583
|
-
readonly disabled: boolean;
|
|
584
|
-
readonly id: string;
|
|
585
|
-
readonly modelValue: number;
|
|
586
|
-
readonly max: number;
|
|
587
|
-
readonly clearable: boolean;
|
|
588
|
-
readonly textColor: string;
|
|
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>;
|
|
590
|
-
readonly showText: boolean;
|
|
591
|
-
readonly lowThreshold: number;
|
|
592
|
-
readonly highThreshold: number;
|
|
593
|
-
readonly voidColor: string;
|
|
594
|
-
readonly disabledVoidColor: string;
|
|
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>;
|
|
598
|
-
readonly texts: string[];
|
|
599
|
-
readonly scoreTemplate: string;
|
|
600
|
-
readonly allowHalf: boolean;
|
|
601
|
-
readonly showScore: boolean;
|
|
602
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
603
|
-
P: {};
|
|
604
|
-
B: {};
|
|
605
|
-
D: {};
|
|
606
|
-
C: {};
|
|
607
|
-
M: {};
|
|
608
|
-
Defaults: {};
|
|
609
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
610
|
-
readonly ariaLabel: StringConstructor;
|
|
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>;
|
|
622
|
-
readonly disabled: BooleanConstructor;
|
|
623
|
-
readonly allowHalf: BooleanConstructor;
|
|
624
|
-
readonly showText: BooleanConstructor;
|
|
625
|
-
readonly showScore: BooleanConstructor;
|
|
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>;
|
|
629
|
-
readonly size: {
|
|
630
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
631
|
-
readonly required: false;
|
|
632
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
633
|
-
__epPropKey: true;
|
|
634
|
-
};
|
|
635
|
-
readonly clearable: BooleanConstructor;
|
|
636
|
-
}>> & {
|
|
637
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
638
|
-
onChange?: ((value: number) => any) | undefined;
|
|
639
|
-
}, {
|
|
640
|
-
setCurrentValue: (value: number, event?: MouseEvent) => void;
|
|
641
|
-
resetCurrentValue: () => void;
|
|
642
|
-
}, {}, {}, {}, {
|
|
643
|
-
readonly disabled: boolean;
|
|
644
|
-
readonly id: string;
|
|
645
|
-
readonly modelValue: number;
|
|
646
|
-
readonly max: number;
|
|
647
|
-
readonly clearable: boolean;
|
|
648
|
-
readonly textColor: string;
|
|
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>;
|
|
650
|
-
readonly showText: boolean;
|
|
651
|
-
readonly lowThreshold: number;
|
|
652
|
-
readonly highThreshold: number;
|
|
653
|
-
readonly voidColor: string;
|
|
654
|
-
readonly disabledVoidColor: string;
|
|
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>;
|
|
658
|
-
readonly texts: string[];
|
|
659
|
-
readonly scoreTemplate: string;
|
|
660
|
-
readonly allowHalf: boolean;
|
|
661
|
-
readonly showScore: boolean;
|
|
662
|
-
}> | undefined>;
|
|
339
|
+
readonly clearable: BooleanConstructor;
|
|
340
|
+
}>;
|
|
341
|
+
default: () => {};
|
|
342
|
+
};
|
|
343
|
+
}>, {
|
|
344
|
+
formItem: import('vue').ShallowRef<FormItemInstance | undefined, FormItemInstance | undefined>;
|
|
345
|
+
field: import('vue').ShallowRef<RateInstance | undefined, RateInstance | undefined>;
|
|
663
346
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
664
347
|
"update:modelValue": (value: number) => void;
|
|
665
348
|
change: (value: number) => void;
|
|
@@ -669,58 +352,191 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
669
352
|
type: import('vue').PropType<string | Partial<import('../../Tooltip').TooltipPropsType>>;
|
|
670
353
|
};
|
|
671
354
|
label: StringConstructor;
|
|
672
|
-
labelWidth:
|
|
673
|
-
|
|
355
|
+
labelWidth: {
|
|
356
|
+
readonly type: import('vue').PropType<string | number>;
|
|
357
|
+
readonly required: false;
|
|
358
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
359
|
+
__epPropKey: true;
|
|
360
|
+
} & {
|
|
361
|
+
readonly default: "";
|
|
362
|
+
};
|
|
363
|
+
labelPosition: {
|
|
364
|
+
readonly type: import('vue').PropType<"" | "top" | "left" | "right">;
|
|
365
|
+
readonly required: false;
|
|
366
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
367
|
+
__epPropKey: true;
|
|
368
|
+
} & {
|
|
369
|
+
readonly default: "";
|
|
370
|
+
};
|
|
674
371
|
prop: {
|
|
675
|
-
readonly type: import('vue').PropType<import('element-plus
|
|
372
|
+
readonly type: import('vue').PropType<import('element-plus').FormItemProp>;
|
|
373
|
+
readonly required: false;
|
|
374
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
375
|
+
__epPropKey: true;
|
|
376
|
+
};
|
|
377
|
+
required: {
|
|
378
|
+
readonly type: import('vue').PropType<boolean>;
|
|
676
379
|
readonly required: false;
|
|
677
380
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
678
381
|
__epPropKey: true;
|
|
382
|
+
} & {
|
|
383
|
+
readonly default: undefined;
|
|
679
384
|
};
|
|
680
|
-
required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
681
385
|
rules: {
|
|
682
|
-
readonly type: import('vue').PropType<import('element-plus
|
|
386
|
+
readonly type: import('vue').PropType<import('element-plus').FormItemRule | import('element-plus').FormItemRule[]>;
|
|
683
387
|
readonly required: false;
|
|
684
388
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
685
389
|
__epPropKey: true;
|
|
686
390
|
};
|
|
687
391
|
error: StringConstructor;
|
|
688
392
|
validateStatus: {
|
|
689
|
-
readonly type: import('vue').PropType<
|
|
393
|
+
readonly type: import('vue').PropType<"" | "success" | "error" | "validating">;
|
|
394
|
+
readonly required: false;
|
|
395
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
396
|
+
__epPropKey: true;
|
|
397
|
+
};
|
|
398
|
+
inlineMessage: {
|
|
399
|
+
readonly type: import('vue').PropType<string | boolean>;
|
|
690
400
|
readonly required: false;
|
|
691
401
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
692
402
|
__epPropKey: true;
|
|
403
|
+
} & {
|
|
404
|
+
readonly default: "";
|
|
405
|
+
};
|
|
406
|
+
showMessage: {
|
|
407
|
+
readonly type: import('vue').PropType<boolean>;
|
|
408
|
+
readonly required: false;
|
|
409
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
410
|
+
__epPropKey: true;
|
|
411
|
+
} & {
|
|
412
|
+
readonly default: true;
|
|
693
413
|
};
|
|
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>;
|
|
696
414
|
size: {
|
|
697
|
-
readonly type: import('vue').PropType<
|
|
415
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
698
416
|
readonly required: false;
|
|
699
417
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
700
418
|
__epPropKey: true;
|
|
701
419
|
};
|
|
702
420
|
} & Omit<{
|
|
703
421
|
readonly ariaLabel: StringConstructor;
|
|
704
|
-
readonly modelValue:
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
readonly
|
|
713
|
-
|
|
714
|
-
|
|
422
|
+
readonly modelValue: {
|
|
423
|
+
readonly type: import('vue').PropType<number>;
|
|
424
|
+
readonly required: false;
|
|
425
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
426
|
+
__epPropKey: true;
|
|
427
|
+
} & {
|
|
428
|
+
readonly default: 0;
|
|
429
|
+
};
|
|
430
|
+
readonly id: {
|
|
431
|
+
readonly type: import('vue').PropType<string>;
|
|
432
|
+
readonly required: false;
|
|
433
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
434
|
+
__epPropKey: true;
|
|
435
|
+
} & {
|
|
436
|
+
readonly default: undefined;
|
|
437
|
+
};
|
|
438
|
+
readonly lowThreshold: {
|
|
439
|
+
readonly type: import('vue').PropType<number>;
|
|
440
|
+
readonly required: false;
|
|
441
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
442
|
+
__epPropKey: true;
|
|
443
|
+
} & {
|
|
444
|
+
readonly default: 2;
|
|
445
|
+
};
|
|
446
|
+
readonly highThreshold: {
|
|
447
|
+
readonly type: import('vue').PropType<number>;
|
|
448
|
+
readonly required: false;
|
|
449
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
450
|
+
__epPropKey: true;
|
|
451
|
+
} & {
|
|
452
|
+
readonly default: 4;
|
|
453
|
+
};
|
|
454
|
+
readonly max: {
|
|
455
|
+
readonly type: import('vue').PropType<number>;
|
|
456
|
+
readonly required: false;
|
|
457
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
458
|
+
__epPropKey: true;
|
|
459
|
+
} & {
|
|
460
|
+
readonly default: 5;
|
|
461
|
+
};
|
|
462
|
+
readonly colors: {
|
|
463
|
+
readonly type: import('vue').PropType<string[] | Record<number, string>>;
|
|
464
|
+
readonly required: false;
|
|
465
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
466
|
+
__epPropKey: true;
|
|
467
|
+
} & {
|
|
468
|
+
readonly default: () => ["", "", ""];
|
|
469
|
+
};
|
|
470
|
+
readonly voidColor: {
|
|
471
|
+
readonly type: import('vue').PropType<string>;
|
|
472
|
+
readonly required: false;
|
|
473
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
474
|
+
__epPropKey: true;
|
|
475
|
+
} & {
|
|
476
|
+
readonly default: "";
|
|
477
|
+
};
|
|
478
|
+
readonly disabledVoidColor: {
|
|
479
|
+
readonly type: import('vue').PropType<string>;
|
|
480
|
+
readonly required: false;
|
|
481
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
482
|
+
__epPropKey: true;
|
|
483
|
+
} & {
|
|
484
|
+
readonly default: "";
|
|
485
|
+
};
|
|
486
|
+
readonly icons: {
|
|
487
|
+
readonly type: import('vue').PropType<(string | import('vue').Component)[] | Record<number, string | import('vue').Component>>;
|
|
488
|
+
readonly required: false;
|
|
489
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
490
|
+
__epPropKey: true;
|
|
491
|
+
} & {
|
|
492
|
+
readonly default: () => [import('vue').Component, import('vue').Component, import('vue').Component];
|
|
493
|
+
};
|
|
494
|
+
readonly voidIcon: {
|
|
495
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
496
|
+
readonly required: false;
|
|
497
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
498
|
+
__epPropKey: true;
|
|
499
|
+
} & {
|
|
500
|
+
readonly default: () => import('vue').Component;
|
|
501
|
+
};
|
|
502
|
+
readonly disabledVoidIcon: {
|
|
503
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
504
|
+
readonly required: false;
|
|
505
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
506
|
+
__epPropKey: true;
|
|
507
|
+
} & {
|
|
508
|
+
readonly default: () => import('vue').Component;
|
|
509
|
+
};
|
|
715
510
|
readonly disabled: BooleanConstructor;
|
|
716
511
|
readonly allowHalf: BooleanConstructor;
|
|
717
512
|
readonly showText: BooleanConstructor;
|
|
718
513
|
readonly showScore: BooleanConstructor;
|
|
719
|
-
readonly textColor:
|
|
720
|
-
|
|
721
|
-
|
|
514
|
+
readonly textColor: {
|
|
515
|
+
readonly type: import('vue').PropType<string>;
|
|
516
|
+
readonly required: false;
|
|
517
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
518
|
+
__epPropKey: true;
|
|
519
|
+
} & {
|
|
520
|
+
readonly default: "";
|
|
521
|
+
};
|
|
522
|
+
readonly texts: {
|
|
523
|
+
readonly type: import('vue').PropType<string[]>;
|
|
524
|
+
readonly required: false;
|
|
525
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
526
|
+
__epPropKey: true;
|
|
527
|
+
} & {
|
|
528
|
+
readonly default: () => ["Extremely bad", "Disappointed", "Fair", "Satisfied", "Surprise"];
|
|
529
|
+
};
|
|
530
|
+
readonly scoreTemplate: {
|
|
531
|
+
readonly type: import('vue').PropType<string>;
|
|
532
|
+
readonly required: false;
|
|
533
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
534
|
+
__epPropKey: true;
|
|
535
|
+
} & {
|
|
536
|
+
readonly default: "{value}";
|
|
537
|
+
};
|
|
722
538
|
readonly size: {
|
|
723
|
-
readonly type: import('vue').PropType<
|
|
539
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
724
540
|
readonly required: false;
|
|
725
541
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
726
542
|
__epPropKey: true;
|
|
@@ -739,26 +555,124 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
739
555
|
fieldProps: {
|
|
740
556
|
type: import('vue').PropType<{
|
|
741
557
|
readonly ariaLabel: StringConstructor;
|
|
742
|
-
readonly modelValue:
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
readonly
|
|
751
|
-
|
|
752
|
-
|
|
558
|
+
readonly modelValue: {
|
|
559
|
+
readonly type: import('vue').PropType<number>;
|
|
560
|
+
readonly required: false;
|
|
561
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
562
|
+
__epPropKey: true;
|
|
563
|
+
} & {
|
|
564
|
+
readonly default: 0;
|
|
565
|
+
};
|
|
566
|
+
readonly id: {
|
|
567
|
+
readonly type: import('vue').PropType<string>;
|
|
568
|
+
readonly required: false;
|
|
569
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
570
|
+
__epPropKey: true;
|
|
571
|
+
} & {
|
|
572
|
+
readonly default: undefined;
|
|
573
|
+
};
|
|
574
|
+
readonly lowThreshold: {
|
|
575
|
+
readonly type: import('vue').PropType<number>;
|
|
576
|
+
readonly required: false;
|
|
577
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
578
|
+
__epPropKey: true;
|
|
579
|
+
} & {
|
|
580
|
+
readonly default: 2;
|
|
581
|
+
};
|
|
582
|
+
readonly highThreshold: {
|
|
583
|
+
readonly type: import('vue').PropType<number>;
|
|
584
|
+
readonly required: false;
|
|
585
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
586
|
+
__epPropKey: true;
|
|
587
|
+
} & {
|
|
588
|
+
readonly default: 4;
|
|
589
|
+
};
|
|
590
|
+
readonly max: {
|
|
591
|
+
readonly type: import('vue').PropType<number>;
|
|
592
|
+
readonly required: false;
|
|
593
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
594
|
+
__epPropKey: true;
|
|
595
|
+
} & {
|
|
596
|
+
readonly default: 5;
|
|
597
|
+
};
|
|
598
|
+
readonly colors: {
|
|
599
|
+
readonly type: import('vue').PropType<string[] | Record<number, string>>;
|
|
600
|
+
readonly required: false;
|
|
601
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
602
|
+
__epPropKey: true;
|
|
603
|
+
} & {
|
|
604
|
+
readonly default: () => ["", "", ""];
|
|
605
|
+
};
|
|
606
|
+
readonly voidColor: {
|
|
607
|
+
readonly type: import('vue').PropType<string>;
|
|
608
|
+
readonly required: false;
|
|
609
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
610
|
+
__epPropKey: true;
|
|
611
|
+
} & {
|
|
612
|
+
readonly default: "";
|
|
613
|
+
};
|
|
614
|
+
readonly disabledVoidColor: {
|
|
615
|
+
readonly type: import('vue').PropType<string>;
|
|
616
|
+
readonly required: false;
|
|
617
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
618
|
+
__epPropKey: true;
|
|
619
|
+
} & {
|
|
620
|
+
readonly default: "";
|
|
621
|
+
};
|
|
622
|
+
readonly icons: {
|
|
623
|
+
readonly type: import('vue').PropType<(string | import('vue').Component)[] | Record<number, string | import('vue').Component>>;
|
|
624
|
+
readonly required: false;
|
|
625
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
626
|
+
__epPropKey: true;
|
|
627
|
+
} & {
|
|
628
|
+
readonly default: () => [import('vue').Component, import('vue').Component, import('vue').Component];
|
|
629
|
+
};
|
|
630
|
+
readonly voidIcon: {
|
|
631
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
632
|
+
readonly required: false;
|
|
633
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
634
|
+
__epPropKey: true;
|
|
635
|
+
} & {
|
|
636
|
+
readonly default: () => import('vue').Component;
|
|
637
|
+
};
|
|
638
|
+
readonly disabledVoidIcon: {
|
|
639
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
640
|
+
readonly required: false;
|
|
641
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
642
|
+
__epPropKey: true;
|
|
643
|
+
} & {
|
|
644
|
+
readonly default: () => import('vue').Component;
|
|
645
|
+
};
|
|
753
646
|
readonly disabled: BooleanConstructor;
|
|
754
647
|
readonly allowHalf: BooleanConstructor;
|
|
755
648
|
readonly showText: BooleanConstructor;
|
|
756
649
|
readonly showScore: BooleanConstructor;
|
|
757
|
-
readonly textColor:
|
|
758
|
-
|
|
759
|
-
|
|
650
|
+
readonly textColor: {
|
|
651
|
+
readonly type: import('vue').PropType<string>;
|
|
652
|
+
readonly required: false;
|
|
653
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
654
|
+
__epPropKey: true;
|
|
655
|
+
} & {
|
|
656
|
+
readonly default: "";
|
|
657
|
+
};
|
|
658
|
+
readonly texts: {
|
|
659
|
+
readonly type: import('vue').PropType<string[]>;
|
|
660
|
+
readonly required: false;
|
|
661
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
662
|
+
__epPropKey: true;
|
|
663
|
+
} & {
|
|
664
|
+
readonly default: () => ["Extremely bad", "Disappointed", "Fair", "Satisfied", "Surprise"];
|
|
665
|
+
};
|
|
666
|
+
readonly scoreTemplate: {
|
|
667
|
+
readonly type: import('vue').PropType<string>;
|
|
668
|
+
readonly required: false;
|
|
669
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
670
|
+
__epPropKey: true;
|
|
671
|
+
} & {
|
|
672
|
+
readonly default: "{value}";
|
|
673
|
+
};
|
|
760
674
|
readonly size: {
|
|
761
|
-
readonly type: import('vue').PropType<
|
|
675
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
762
676
|
readonly required: false;
|
|
763
677
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
764
678
|
__epPropKey: true;
|
|
@@ -771,40 +685,138 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
771
685
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
772
686
|
onChange?: ((value: number) => any) | undefined;
|
|
773
687
|
}>, {
|
|
774
|
-
required:
|
|
688
|
+
required: boolean;
|
|
775
689
|
readonly modelValue: number;
|
|
776
690
|
readonly disabled: boolean;
|
|
777
691
|
readonly max: number;
|
|
778
692
|
readonly textColor: string;
|
|
779
693
|
clearable: boolean;
|
|
780
|
-
labelWidth:
|
|
781
|
-
labelPosition:
|
|
782
|
-
inlineMessage:
|
|
783
|
-
showMessage:
|
|
694
|
+
labelWidth: string | number;
|
|
695
|
+
labelPosition: "" | "top" | "left" | "right";
|
|
696
|
+
inlineMessage: string | boolean;
|
|
697
|
+
showMessage: boolean;
|
|
784
698
|
fieldId: any;
|
|
785
699
|
formItemProps: import('../FormItem').FormItemPropsType;
|
|
786
700
|
fieldProps: {
|
|
787
701
|
readonly ariaLabel: StringConstructor;
|
|
788
|
-
readonly modelValue:
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
readonly
|
|
797
|
-
|
|
798
|
-
|
|
702
|
+
readonly modelValue: {
|
|
703
|
+
readonly type: import('vue').PropType<number>;
|
|
704
|
+
readonly required: false;
|
|
705
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
706
|
+
__epPropKey: true;
|
|
707
|
+
} & {
|
|
708
|
+
readonly default: 0;
|
|
709
|
+
};
|
|
710
|
+
readonly id: {
|
|
711
|
+
readonly type: import('vue').PropType<string>;
|
|
712
|
+
readonly required: false;
|
|
713
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
714
|
+
__epPropKey: true;
|
|
715
|
+
} & {
|
|
716
|
+
readonly default: undefined;
|
|
717
|
+
};
|
|
718
|
+
readonly lowThreshold: {
|
|
719
|
+
readonly type: import('vue').PropType<number>;
|
|
720
|
+
readonly required: false;
|
|
721
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
722
|
+
__epPropKey: true;
|
|
723
|
+
} & {
|
|
724
|
+
readonly default: 2;
|
|
725
|
+
};
|
|
726
|
+
readonly highThreshold: {
|
|
727
|
+
readonly type: import('vue').PropType<number>;
|
|
728
|
+
readonly required: false;
|
|
729
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
730
|
+
__epPropKey: true;
|
|
731
|
+
} & {
|
|
732
|
+
readonly default: 4;
|
|
733
|
+
};
|
|
734
|
+
readonly max: {
|
|
735
|
+
readonly type: import('vue').PropType<number>;
|
|
736
|
+
readonly required: false;
|
|
737
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
738
|
+
__epPropKey: true;
|
|
739
|
+
} & {
|
|
740
|
+
readonly default: 5;
|
|
741
|
+
};
|
|
742
|
+
readonly colors: {
|
|
743
|
+
readonly type: import('vue').PropType<string[] | Record<number, string>>;
|
|
744
|
+
readonly required: false;
|
|
745
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
746
|
+
__epPropKey: true;
|
|
747
|
+
} & {
|
|
748
|
+
readonly default: () => ["", "", ""];
|
|
749
|
+
};
|
|
750
|
+
readonly voidColor: {
|
|
751
|
+
readonly type: import('vue').PropType<string>;
|
|
752
|
+
readonly required: false;
|
|
753
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
754
|
+
__epPropKey: true;
|
|
755
|
+
} & {
|
|
756
|
+
readonly default: "";
|
|
757
|
+
};
|
|
758
|
+
readonly disabledVoidColor: {
|
|
759
|
+
readonly type: import('vue').PropType<string>;
|
|
760
|
+
readonly required: false;
|
|
761
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
762
|
+
__epPropKey: true;
|
|
763
|
+
} & {
|
|
764
|
+
readonly default: "";
|
|
765
|
+
};
|
|
766
|
+
readonly icons: {
|
|
767
|
+
readonly type: import('vue').PropType<(string | import('vue').Component)[] | Record<number, string | import('vue').Component>>;
|
|
768
|
+
readonly required: false;
|
|
769
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
770
|
+
__epPropKey: true;
|
|
771
|
+
} & {
|
|
772
|
+
readonly default: () => [import('vue').Component, import('vue').Component, import('vue').Component];
|
|
773
|
+
};
|
|
774
|
+
readonly voidIcon: {
|
|
775
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
776
|
+
readonly required: false;
|
|
777
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
778
|
+
__epPropKey: true;
|
|
779
|
+
} & {
|
|
780
|
+
readonly default: () => import('vue').Component;
|
|
781
|
+
};
|
|
782
|
+
readonly disabledVoidIcon: {
|
|
783
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
784
|
+
readonly required: false;
|
|
785
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
786
|
+
__epPropKey: true;
|
|
787
|
+
} & {
|
|
788
|
+
readonly default: () => import('vue').Component;
|
|
789
|
+
};
|
|
799
790
|
readonly disabled: BooleanConstructor;
|
|
800
791
|
readonly allowHalf: BooleanConstructor;
|
|
801
792
|
readonly showText: BooleanConstructor;
|
|
802
793
|
readonly showScore: BooleanConstructor;
|
|
803
|
-
readonly textColor:
|
|
804
|
-
|
|
805
|
-
|
|
794
|
+
readonly textColor: {
|
|
795
|
+
readonly type: import('vue').PropType<string>;
|
|
796
|
+
readonly required: false;
|
|
797
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
798
|
+
__epPropKey: true;
|
|
799
|
+
} & {
|
|
800
|
+
readonly default: "";
|
|
801
|
+
};
|
|
802
|
+
readonly texts: {
|
|
803
|
+
readonly type: import('vue').PropType<string[]>;
|
|
804
|
+
readonly required: false;
|
|
805
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
806
|
+
__epPropKey: true;
|
|
807
|
+
} & {
|
|
808
|
+
readonly default: () => ["Extremely bad", "Disappointed", "Fair", "Satisfied", "Surprise"];
|
|
809
|
+
};
|
|
810
|
+
readonly scoreTemplate: {
|
|
811
|
+
readonly type: import('vue').PropType<string>;
|
|
812
|
+
readonly required: false;
|
|
813
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
814
|
+
__epPropKey: true;
|
|
815
|
+
} & {
|
|
816
|
+
readonly default: "{value}";
|
|
817
|
+
};
|
|
806
818
|
readonly size: {
|
|
807
|
-
readonly type: import('vue').PropType<
|
|
819
|
+
readonly type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
808
820
|
readonly required: false;
|
|
809
821
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
810
822
|
__epPropKey: true;
|
|
@@ -813,12 +825,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
813
825
|
};
|
|
814
826
|
readonly lowThreshold: number;
|
|
815
827
|
readonly highThreshold: number;
|
|
816
|
-
readonly colors:
|
|
828
|
+
readonly colors: string[] | Record<number, string>;
|
|
817
829
|
readonly voidColor: string;
|
|
818
830
|
readonly disabledVoidColor: string;
|
|
819
|
-
readonly icons:
|
|
820
|
-
readonly voidIcon:
|
|
821
|
-
readonly disabledVoidIcon:
|
|
831
|
+
readonly icons: (string | import('vue').Component)[] | Record<number, string | import('vue').Component>;
|
|
832
|
+
readonly voidIcon: string | import('vue').Component;
|
|
833
|
+
readonly disabledVoidIcon: string | import('vue').Component;
|
|
822
834
|
readonly allowHalf: boolean;
|
|
823
835
|
readonly showText: boolean;
|
|
824
836
|
readonly showScore: boolean;
|