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