@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormDatePicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FormFields/FormDatePicker/FormDatePicker.vue"],"names":[],"mappings":"AAGA,OAAO,EAGL,KAAK,kBAAkB,EACxB,MAAM,cAAc,CAAC;AAqCtB,iBAAS,cAAc;;;;;;;;;;;;;;;;;;;;;;;;GAoJtB;AAmBD,QAAA,MAAM,eAAe;;;;;;uBApMA,
|
|
1
|
+
{"version":3,"file":"FormDatePicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FormFields/FormDatePicker/FormDatePicker.vue"],"names":[],"mappings":"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"}
|
|
@@ -4,42 +4,42 @@ export declare const formDatePickerProps: {
|
|
|
4
4
|
type: import('vue').PropType<string | Partial<import('../../Tooltip').TooltipPropsType>>;
|
|
5
5
|
};
|
|
6
6
|
label: StringConstructor;
|
|
7
|
-
labelWidth: import('element-plus/es/utils
|
|
8
|
-
labelPosition: import('element-plus/es/utils
|
|
7
|
+
labelWidth: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
8
|
+
labelPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
9
9
|
prop: {
|
|
10
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
10
|
+
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>>;
|
|
11
11
|
readonly required: false;
|
|
12
12
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13
13
|
__epPropKey: true;
|
|
14
14
|
};
|
|
15
|
-
required: import('element-plus/es/utils
|
|
15
|
+
required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
16
16
|
rules: {
|
|
17
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
17
|
+
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>>;
|
|
18
18
|
readonly required: false;
|
|
19
19
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
20
20
|
__epPropKey: true;
|
|
21
21
|
};
|
|
22
22
|
error: StringConstructor;
|
|
23
23
|
validateStatus: {
|
|
24
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
24
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
25
25
|
readonly required: false;
|
|
26
26
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
27
27
|
__epPropKey: true;
|
|
28
28
|
};
|
|
29
|
-
inlineMessage: import('element-plus/es/utils
|
|
30
|
-
showMessage: import('element-plus/es/utils
|
|
29
|
+
inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
30
|
+
showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
31
31
|
size: {
|
|
32
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
32
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
33
33
|
readonly required: false;
|
|
34
34
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
35
35
|
__epPropKey: true;
|
|
36
36
|
};
|
|
37
37
|
} & Omit<{
|
|
38
|
-
readonly type: import('element-plus/es/utils
|
|
39
|
-
readonly showNow: import('element-plus/es/utils
|
|
38
|
+
readonly type: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import('element-plus/es/components/date-picker/src/date-picker.type').IDatePickerType) | ((new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import('element-plus/es/components/date-picker/src/date-picker.type').IDatePickerType))[], unknown, unknown, "date", boolean>;
|
|
39
|
+
readonly showNow: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
40
40
|
readonly ariaLabel: StringConstructor;
|
|
41
41
|
readonly emptyValues: ArrayConstructor;
|
|
42
|
-
readonly valueOnClear: import('element-plus/es/utils
|
|
42
|
+
readonly valueOnClear: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
43
43
|
readonly disabledDate: {
|
|
44
44
|
readonly type: import('vue').PropType<Function>;
|
|
45
45
|
readonly required: false;
|
|
@@ -52,79 +52,79 @@ export declare const formDatePickerProps: {
|
|
|
52
52
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
53
53
|
__epPropKey: true;
|
|
54
54
|
};
|
|
55
|
-
readonly shortcuts: import('element-plus/es/utils
|
|
55
|
+
readonly shortcuts: import('element-plus/es/utils').EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
56
56
|
readonly arrowControl: BooleanConstructor;
|
|
57
|
-
readonly tabindex: import('element-plus/es/utils
|
|
58
|
-
readonly validateEvent: import('element-plus/es/utils
|
|
57
|
+
readonly tabindex: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
58
|
+
readonly validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
59
59
|
readonly unlinkPanels: BooleanConstructor;
|
|
60
|
-
readonly placement: import('element-plus/es/utils
|
|
61
|
-
readonly fallbackPlacements: import('element-plus/es/utils
|
|
60
|
+
readonly placement: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement))[], import('@popperjs/core').Placement, unknown, "bottom", boolean>;
|
|
61
|
+
readonly fallbackPlacements: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => import('@popperjs/core').Placement[]) | (() => import('@popperjs/core').Placement[]) | ((new (...args: any[]) => import('@popperjs/core').Placement[]) | (() => import('@popperjs/core').Placement[]))[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
62
62
|
readonly disabledHours: {
|
|
63
|
-
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared
|
|
63
|
+
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared').GetDisabledHours>;
|
|
64
64
|
readonly required: false;
|
|
65
65
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
66
66
|
__epPropKey: true;
|
|
67
67
|
};
|
|
68
68
|
readonly disabledMinutes: {
|
|
69
|
-
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared
|
|
69
|
+
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared').GetDisabledMinutes>;
|
|
70
70
|
readonly required: false;
|
|
71
71
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
72
72
|
__epPropKey: true;
|
|
73
73
|
};
|
|
74
74
|
readonly disabledSeconds: {
|
|
75
|
-
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared
|
|
75
|
+
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared').GetDisabledSeconds>;
|
|
76
76
|
readonly required: false;
|
|
77
77
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
78
78
|
__epPropKey: true;
|
|
79
79
|
};
|
|
80
80
|
readonly id: {
|
|
81
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
81
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>))[], unknown, unknown>>;
|
|
82
82
|
readonly required: false;
|
|
83
83
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
84
84
|
__epPropKey: true;
|
|
85
85
|
};
|
|
86
86
|
readonly name: {
|
|
87
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
87
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>))[], unknown, unknown>>;
|
|
88
88
|
readonly required: false;
|
|
89
89
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
90
90
|
__epPropKey: true;
|
|
91
91
|
};
|
|
92
|
-
readonly popperClass: import('element-plus/es/utils
|
|
92
|
+
readonly popperClass: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
93
93
|
readonly format: StringConstructor;
|
|
94
94
|
readonly valueFormat: StringConstructor;
|
|
95
95
|
readonly dateFormat: StringConstructor;
|
|
96
96
|
readonly timeFormat: StringConstructor;
|
|
97
|
-
readonly clearable: import('element-plus/es/utils
|
|
97
|
+
readonly clearable: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
98
98
|
readonly clearIcon: {
|
|
99
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
99
|
+
readonly type: import('vue').PropType<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>>;
|
|
100
100
|
readonly required: false;
|
|
101
101
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
102
102
|
__epPropKey: true;
|
|
103
103
|
};
|
|
104
|
-
readonly editable: import('element-plus/es/utils
|
|
105
|
-
readonly prefixIcon: import('element-plus/es/utils
|
|
104
|
+
readonly editable: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
105
|
+
readonly prefixIcon: 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, "", boolean>;
|
|
106
106
|
readonly size: {
|
|
107
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
107
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
108
108
|
readonly required: false;
|
|
109
109
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
110
110
|
__epPropKey: true;
|
|
111
111
|
};
|
|
112
112
|
readonly readonly: BooleanConstructor;
|
|
113
113
|
readonly disabled: BooleanConstructor;
|
|
114
|
-
readonly placeholder: import('element-plus/es/utils
|
|
115
|
-
readonly popperOptions: import('element-plus/es/utils
|
|
116
|
-
readonly modelValue: import('element-plus/es/utils
|
|
117
|
-
readonly rangeSeparator: import('element-plus/es/utils
|
|
114
|
+
readonly placeholder: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
115
|
+
readonly popperOptions: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => Partial<import('@popperjs/core').Options>) | (() => Partial<import('@popperjs/core').Options>) | ((new (...args: any[]) => Partial<import('@popperjs/core').Options>) | (() => Partial<import('@popperjs/core').Options>))[], unknown, unknown, () => {}, boolean>;
|
|
116
|
+
readonly modelValue: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | [import('element-plus').DateModelType, import('element-plus').DateModelType]) | (() => import('element-plus').ModelValueType) | ((new (...args: any[]) => string | number | string[] | Date | [import('element-plus').DateModelType, import('element-plus').DateModelType]) | (() => import('element-plus').ModelValueType))[], unknown, unknown, "", boolean>;
|
|
117
|
+
readonly rangeSeparator: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
118
118
|
readonly startPlaceholder: StringConstructor;
|
|
119
119
|
readonly endPlaceholder: StringConstructor;
|
|
120
120
|
readonly defaultValue: {
|
|
121
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
121
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>))[], unknown, unknown>>;
|
|
122
122
|
readonly required: false;
|
|
123
123
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
124
124
|
__epPropKey: true;
|
|
125
125
|
};
|
|
126
126
|
readonly defaultTime: {
|
|
127
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
127
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>))[], unknown, unknown>>;
|
|
128
128
|
readonly required: false;
|
|
129
129
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
130
130
|
__epPropKey: true;
|
|
@@ -137,16 +137,16 @@ export declare const formDatePickerProps: {
|
|
|
137
137
|
};
|
|
138
138
|
fieldId: any;
|
|
139
139
|
formItemProps: {
|
|
140
|
-
type: import('vue').PropType<import('
|
|
140
|
+
type: import('vue').PropType<import('../FormItem').FormItemPropsType>;
|
|
141
141
|
default: () => {};
|
|
142
142
|
};
|
|
143
143
|
fieldProps: {
|
|
144
144
|
type: import('vue').PropType<{
|
|
145
|
-
readonly type: import('element-plus/es/utils
|
|
146
|
-
readonly showNow: import('element-plus/es/utils
|
|
145
|
+
readonly type: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import('element-plus/es/components/date-picker/src/date-picker.type').IDatePickerType) | ((new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import('element-plus/es/components/date-picker/src/date-picker.type').IDatePickerType))[], unknown, unknown, "date", boolean>;
|
|
146
|
+
readonly showNow: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
147
147
|
readonly ariaLabel: StringConstructor;
|
|
148
148
|
readonly emptyValues: ArrayConstructor;
|
|
149
|
-
readonly valueOnClear: import('element-plus/es/utils
|
|
149
|
+
readonly valueOnClear: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
150
150
|
readonly disabledDate: {
|
|
151
151
|
readonly type: import('vue').PropType<Function>;
|
|
152
152
|
readonly required: false;
|
|
@@ -159,79 +159,79 @@ export declare const formDatePickerProps: {
|
|
|
159
159
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
160
160
|
__epPropKey: true;
|
|
161
161
|
};
|
|
162
|
-
readonly shortcuts: import('element-plus/es/utils
|
|
162
|
+
readonly shortcuts: import('element-plus/es/utils').EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
163
163
|
readonly arrowControl: BooleanConstructor;
|
|
164
|
-
readonly tabindex: import('element-plus/es/utils
|
|
165
|
-
readonly validateEvent: import('element-plus/es/utils
|
|
164
|
+
readonly tabindex: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
165
|
+
readonly validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
166
166
|
readonly unlinkPanels: BooleanConstructor;
|
|
167
|
-
readonly placement: import('element-plus/es/utils
|
|
168
|
-
readonly fallbackPlacements: import('element-plus/es/utils
|
|
167
|
+
readonly placement: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('@popperjs/core').Placement))[], import('@popperjs/core').Placement, unknown, "bottom", boolean>;
|
|
168
|
+
readonly fallbackPlacements: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => import('@popperjs/core').Placement[]) | (() => import('@popperjs/core').Placement[]) | ((new (...args: any[]) => import('@popperjs/core').Placement[]) | (() => import('@popperjs/core').Placement[]))[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
169
169
|
readonly disabledHours: {
|
|
170
|
-
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared
|
|
170
|
+
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared').GetDisabledHours>;
|
|
171
171
|
readonly required: false;
|
|
172
172
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
173
173
|
__epPropKey: true;
|
|
174
174
|
};
|
|
175
175
|
readonly disabledMinutes: {
|
|
176
|
-
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared
|
|
176
|
+
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared').GetDisabledMinutes>;
|
|
177
177
|
readonly required: false;
|
|
178
178
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
179
179
|
__epPropKey: true;
|
|
180
180
|
};
|
|
181
181
|
readonly disabledSeconds: {
|
|
182
|
-
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared
|
|
182
|
+
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared').GetDisabledSeconds>;
|
|
183
183
|
readonly required: false;
|
|
184
184
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
185
185
|
__epPropKey: true;
|
|
186
186
|
};
|
|
187
187
|
readonly id: {
|
|
188
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
188
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>))[], unknown, unknown>>;
|
|
189
189
|
readonly required: false;
|
|
190
190
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
191
191
|
__epPropKey: true;
|
|
192
192
|
};
|
|
193
193
|
readonly name: {
|
|
194
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
194
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import('element-plus').SingleOrRange<string>))[], unknown, unknown>>;
|
|
195
195
|
readonly required: false;
|
|
196
196
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
197
197
|
__epPropKey: true;
|
|
198
198
|
};
|
|
199
|
-
readonly popperClass: import('element-plus/es/utils
|
|
199
|
+
readonly popperClass: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
200
200
|
readonly format: StringConstructor;
|
|
201
201
|
readonly valueFormat: StringConstructor;
|
|
202
202
|
readonly dateFormat: StringConstructor;
|
|
203
203
|
readonly timeFormat: StringConstructor;
|
|
204
|
-
readonly clearable: import('element-plus/es/utils
|
|
204
|
+
readonly clearable: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
205
205
|
readonly clearIcon: {
|
|
206
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
206
|
+
readonly type: import('vue').PropType<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>>;
|
|
207
207
|
readonly required: false;
|
|
208
208
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
209
209
|
__epPropKey: true;
|
|
210
210
|
};
|
|
211
|
-
readonly editable: import('element-plus/es/utils
|
|
212
|
-
readonly prefixIcon: import('element-plus/es/utils
|
|
211
|
+
readonly editable: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
212
|
+
readonly prefixIcon: 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, "", boolean>;
|
|
213
213
|
readonly size: {
|
|
214
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
214
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
215
215
|
readonly required: false;
|
|
216
216
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
217
217
|
__epPropKey: true;
|
|
218
218
|
};
|
|
219
219
|
readonly readonly: BooleanConstructor;
|
|
220
220
|
readonly disabled: BooleanConstructor;
|
|
221
|
-
readonly placeholder: import('element-plus/es/utils
|
|
222
|
-
readonly popperOptions: import('element-plus/es/utils
|
|
223
|
-
readonly modelValue: import('element-plus/es/utils
|
|
224
|
-
readonly rangeSeparator: import('element-plus/es/utils
|
|
221
|
+
readonly placeholder: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
222
|
+
readonly popperOptions: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => Partial<import('@popperjs/core').Options>) | (() => Partial<import('@popperjs/core').Options>) | ((new (...args: any[]) => Partial<import('@popperjs/core').Options>) | (() => Partial<import('@popperjs/core').Options>))[], unknown, unknown, () => {}, boolean>;
|
|
223
|
+
readonly modelValue: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | [import('element-plus').DateModelType, import('element-plus').DateModelType]) | (() => import('element-plus').ModelValueType) | ((new (...args: any[]) => string | number | string[] | Date | [import('element-plus').DateModelType, import('element-plus').DateModelType]) | (() => import('element-plus').ModelValueType))[], unknown, unknown, "", boolean>;
|
|
224
|
+
readonly rangeSeparator: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
225
225
|
readonly startPlaceholder: StringConstructor;
|
|
226
226
|
readonly endPlaceholder: StringConstructor;
|
|
227
227
|
readonly defaultValue: {
|
|
228
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
228
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>))[], unknown, unknown>>;
|
|
229
229
|
readonly required: false;
|
|
230
230
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
231
231
|
__epPropKey: true;
|
|
232
232
|
};
|
|
233
233
|
readonly defaultTime: {
|
|
234
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
234
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import('element-plus').SingleOrRange<Date>))[], unknown, unknown>>;
|
|
235
235
|
readonly required: false;
|
|
236
236
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
237
237
|
__epPropKey: true;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../../src/components/FormFields/FormDatePicker/props.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,mBAAmB;;;;;;uBAY9B,
|
|
1
|
+
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../../src/components/FormFields/FormDatePicker/props.ts"],"names":[],"mappings":"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"}
|
|
@@ -27,32 +27,32 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
27
27
|
type: import('vue').PropType<string | Partial<import('../../Tooltip').TooltipPropsType>>;
|
|
28
28
|
};
|
|
29
29
|
label: StringConstructor;
|
|
30
|
-
labelWidth: import('element-plus/es/utils
|
|
31
|
-
labelPosition: import('element-plus/es/utils
|
|
30
|
+
labelWidth: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
31
|
+
labelPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
32
32
|
prop: {
|
|
33
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
33
|
+
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>>;
|
|
34
34
|
readonly required: false;
|
|
35
35
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
36
36
|
__epPropKey: true;
|
|
37
37
|
};
|
|
38
|
-
required: import('element-plus/es/utils
|
|
38
|
+
required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
39
39
|
rules: {
|
|
40
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
40
|
+
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>>;
|
|
41
41
|
readonly required: false;
|
|
42
42
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
43
43
|
__epPropKey: true;
|
|
44
44
|
};
|
|
45
45
|
error: StringConstructor;
|
|
46
46
|
validateStatus: {
|
|
47
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
47
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
48
48
|
readonly required: false;
|
|
49
49
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
50
50
|
__epPropKey: true;
|
|
51
51
|
};
|
|
52
|
-
inlineMessage: import('element-plus/es/utils
|
|
53
|
-
showMessage: import('element-plus/es/utils
|
|
52
|
+
inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
53
|
+
showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
54
54
|
size: {
|
|
55
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
55
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
56
56
|
readonly required: false;
|
|
57
57
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
58
58
|
__epPropKey: true;
|
|
@@ -70,42 +70,42 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
70
70
|
type: import('vue').PropType<string | Partial<import('../../Tooltip').TooltipPropsType>>;
|
|
71
71
|
};
|
|
72
72
|
label: StringConstructor;
|
|
73
|
-
labelWidth: import('element-plus/es/utils
|
|
74
|
-
labelPosition: import('element-plus/es/utils
|
|
73
|
+
labelWidth: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
74
|
+
labelPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
75
75
|
prop: {
|
|
76
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
76
|
+
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>>;
|
|
77
77
|
readonly required: false;
|
|
78
78
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
79
79
|
__epPropKey: true;
|
|
80
80
|
};
|
|
81
|
-
required: import('element-plus/es/utils
|
|
81
|
+
required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
82
82
|
rules: {
|
|
83
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
83
|
+
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>>;
|
|
84
84
|
readonly required: false;
|
|
85
85
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
86
86
|
__epPropKey: true;
|
|
87
87
|
};
|
|
88
88
|
error: StringConstructor;
|
|
89
89
|
validateStatus: {
|
|
90
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
90
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
91
91
|
readonly required: false;
|
|
92
92
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
93
93
|
__epPropKey: true;
|
|
94
94
|
};
|
|
95
|
-
inlineMessage: import('element-plus/es/utils
|
|
96
|
-
showMessage: import('element-plus/es/utils
|
|
95
|
+
inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
96
|
+
showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
97
97
|
size: {
|
|
98
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
98
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
99
99
|
readonly required: false;
|
|
100
100
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
101
101
|
__epPropKey: true;
|
|
102
102
|
};
|
|
103
103
|
}>> & Readonly<{}>, {
|
|
104
|
-
required: import('element-plus/es/utils
|
|
105
|
-
labelWidth: import('element-plus/es/utils
|
|
106
|
-
labelPosition: import('element-plus/es/utils
|
|
107
|
-
inlineMessage: import('element-plus/es/utils
|
|
108
|
-
showMessage: import('element-plus/es/utils
|
|
104
|
+
required: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
105
|
+
labelWidth: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
106
|
+
labelPosition: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
107
|
+
inlineMessage: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
108
|
+
showMessage: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
109
109
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
110
110
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
111
111
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FormFields/FormItem/FormItem.vue"],"names":[],"mappings":"AAOA,OAAO,EAIL,KAAK,oBAAoB,EAC1B,MAAM,cAAc,CAAC;AAkCtB,iBAAS,cAAc;;;;;;;;;;;;;;;;;;;;EAmKtB;AAeD,QAAA,MAAM,eAAe;;;;;;uBAhNiC,
|
|
1
|
+
{"version":3,"file":"FormItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FormFields/FormItem/FormItem.vue"],"names":[],"mappings":"AAOA,OAAO,EAIL,KAAK,oBAAoB,EAC1B,MAAM,cAAc,CAAC;AAkCtB,iBAAS,cAAc;;;;;;;;;;;;;;;;;;;;EAmKtB;AAeD,QAAA,MAAM,eAAe;;;;;;uBAhNiC,uBAAuB;0BAGnC,uBACzB;;8BAMd,KAAK,kBAAkB,uBAAuB,wBAC/B,GAAG,0FACgB,GAAG;;;;;qBAOtC,uBAAuB;;8BAEuB,KAAK,kBAChD,uBAAuB,wBAAwB,GACnD,+LAC6B,GAAG;;;;;;;8BAUwE,KAAK,kBAAkB,uBAC3H;;;;;0BAEoD,uBAAuB;wBAGnB,uBAAuB;;8BAGlE,KAAK,kBAAkB,uBACzB;;;;;;;;;wBAhCM,MAAM,aAAa,oBAAoB;;;;;;;;;uBAZP,uBAAuB;0BAGnC,uBACzB;;8BAMd,KAAK,kBAAkB,uBAAuB,wBAC/B,GAAG,0FACgB,GAAG;;;;;qBAOtC,uBAAuB;;8BAEuB,KAAK,kBAChD,uBAAuB,wBAAwB,GACnD,+LAC6B,GAAG;;;;;;;8BAUwE,KAAK,kBAAkB,uBAC3H;;;;;0BAEoD,uBAAuB;wBAGnB,uBAAuB;;8BAGlE,KAAK,kBAAkB,uBACzB;;;;;;;;;;;4EA2Kd,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -7,32 +7,32 @@ export declare const formItemProps: {
|
|
|
7
7
|
type: PropType<string | Partial<TooltipPropsType>>;
|
|
8
8
|
};
|
|
9
9
|
label: StringConstructor;
|
|
10
|
-
labelWidth: import('element-plus/es/utils
|
|
11
|
-
labelPosition: import('element-plus/es/utils
|
|
10
|
+
labelWidth: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
11
|
+
labelPosition: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
12
12
|
prop: {
|
|
13
|
-
readonly type: import('vue
|
|
13
|
+
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>>;
|
|
14
14
|
readonly required: false;
|
|
15
15
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
16
16
|
__epPropKey: true;
|
|
17
17
|
};
|
|
18
|
-
required: import('element-plus/es/utils
|
|
18
|
+
required: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
19
19
|
rules: {
|
|
20
|
-
readonly type: import('vue
|
|
20
|
+
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>>;
|
|
21
21
|
readonly required: false;
|
|
22
22
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
23
23
|
__epPropKey: true;
|
|
24
24
|
};
|
|
25
25
|
error: StringConstructor;
|
|
26
26
|
validateStatus: {
|
|
27
|
-
readonly type: import('vue
|
|
27
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
28
28
|
readonly required: false;
|
|
29
29
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
30
30
|
__epPropKey: true;
|
|
31
31
|
};
|
|
32
|
-
inlineMessage: import('element-plus/es/utils
|
|
33
|
-
showMessage: import('element-plus/es/utils
|
|
32
|
+
inlineMessage: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
33
|
+
showMessage: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
34
34
|
size: {
|
|
35
|
-
readonly type: import('vue
|
|
35
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
36
36
|
readonly required: false;
|
|
37
37
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
38
38
|
__epPropKey: true;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../../src/components/FormFields/FormItem/props.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AACtD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAItD,eAAO,MAAM,aAAa;;;cAII,QAAQ,CAAC,MAAM,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC;;;uBAItB,
|
|
1
|
+
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../../src/components/FormFields/FormItem/props.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AACtD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAItD,eAAO,MAAM,aAAa;;;cAII,QAAQ,CAAC,MAAM,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC;;;uBAItB,uBACjD;0BAAsI,uBAAuB;;8BAA8I,KAAK,kBAAkB,uBAAuB,wBAAwB,GAAG,0FAAmE,GAAG;;;;;qBAAyP,uBAAuB;;8BAAiI,KAAK,kBAAkB,uBAAuB,wBAAwB,GAAG,+LAA0F,GAAG;;;;;;;8BAAsV,KAAK,kBAAkB,uBAAuB;;;;;0BAA0S,uBAAuB;wBAAqI,uBAAuB;;8BAA2H,KAAK,kBAAkB,uBAAuB;;;;;CAH7/D,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,gBAAgB,CAAC,OAAO,aAAa,CAAC,CAAC"}
|