@hinen/pro-element-plus 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts +9 -9
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts.map +1 -1
- package/dist/components/CheckboxGroup/props.d.ts +4 -4
- package/dist/components/CheckboxGroup/props.d.ts.map +1 -1
- package/dist/components/DataSelect/DataSelect.vue.d.ts +57 -57
- package/dist/components/DataSelect/DataSelect.vue.d.ts.map +1 -1
- package/dist/components/DataSelect/props.d.ts +24 -24
- package/dist/components/DataSelect/props.d.ts.map +1 -1
- package/dist/components/DataTable/DataTable.vue.d.ts +63 -63
- package/dist/components/DataTable/DataTable.vue.d.ts.map +1 -1
- package/dist/components/DataTable/defineDataTableColumns.d.ts +1 -2
- package/dist/components/DataTable/defineDataTableColumns.d.ts.map +1 -1
- package/dist/components/DataTable/props.d.ts +21 -21
- package/dist/components/DataTable/props.d.ts.map +1 -1
- package/dist/components/DataTable/types.d.ts +11 -7
- package/dist/components/DataTable/types.d.ts.map +1 -1
- package/dist/components/DataTable/useDataTable.d.ts +4 -4
- package/dist/components/FormFields/FormCascadeSelect/FormCascadeSelect.vue.d.ts +576 -568
- package/dist/components/FormFields/FormCascadeSelect/FormCascadeSelect.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormCascadeSelect/props.d.ts +55 -51
- package/dist/components/FormFields/FormCascadeSelect/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormCheckboxGroup/FormCheckboxGroup.vue.d.ts +145 -136
- package/dist/components/FormFields/FormCheckboxGroup/FormCheckboxGroup.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormCheckboxGroup/props.d.ts +23 -19
- package/dist/components/FormFields/FormCheckboxGroup/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormDatePicker/FormDatePicker.vue.d.ts +254 -246
- package/dist/components/FormFields/FormDatePicker/FormDatePicker.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormDatePicker/props.d.ts +65 -61
- package/dist/components/FormFields/FormDatePicker/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormItem/FormItem.vue.d.ts +23 -23
- package/dist/components/FormFields/FormItem/FormItem.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormItem/props.d.ts +9 -9
- package/dist/components/FormFields/FormItem/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormNumber/FormNumber.vue.d.ts +234 -225
- package/dist/components/FormFields/FormNumber/FormNumber.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormNumber/props.d.ts +33 -29
- package/dist/components/FormFields/FormNumber/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormRadioGroup/FormRadioGroup.vue.d.ts +159 -150
- package/dist/components/FormFields/FormRadioGroup/FormRadioGroup.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormRadioGroup/props.d.ts +28 -24
- package/dist/components/FormFields/FormRadioGroup/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormRate/FormRate.vue.d.ts +276 -268
- package/dist/components/FormFields/FormRate/FormRate.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormRate/props.d.ts +45 -41
- package/dist/components/FormFields/FormRate/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormSelect/FormSelect.vue.d.ts +251 -245
- package/dist/components/FormFields/FormSelect/FormSelect.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormSelect/props.d.ts +66 -63
- package/dist/components/FormFields/FormSelect/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormSwitch/FormSwitch.vue.d.ts +304 -295
- package/dist/components/FormFields/FormSwitch/FormSwitch.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormSwitch/props.d.ts +43 -39
- package/dist/components/FormFields/FormSwitch/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormTagInput/FormTagInput.vue.d.ts +298 -290
- package/dist/components/FormFields/FormTagInput/FormTagInput.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormTagInput/props.d.ts +39 -35
- package/dist/components/FormFields/FormTagInput/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormText/FormText.vue.d.ts +298 -290
- package/dist/components/FormFields/FormText/FormText.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormText/props.d.ts +53 -49
- package/dist/components/FormFields/FormText/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormTimePicker/FormTimePicker.vue.d.ts +253 -245
- package/dist/components/FormFields/FormTimePicker/FormTimePicker.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormTimePicker/props.d.ts +65 -61
- package/dist/components/FormFields/FormTimePicker/props.d.ts.map +1 -1
- package/dist/components/FormFields/FormTreeSelect/FormTreeSelect.vue.d.ts +99 -95
- package/dist/components/FormFields/FormTreeSelect/FormTreeSelect.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormTreeSelect/props.d.ts +15 -11
- package/dist/components/FormFields/FormTreeSelect/props.d.ts.map +1 -1
- package/dist/components/FormFields/utils.d.ts +14 -10
- package/dist/components/FormFields/utils.d.ts.map +1 -1
- package/dist/components/Modal/Modal.vue.d.ts +33 -33
- package/dist/components/Modal/Modal.vue.d.ts.map +1 -1
- package/dist/components/Modal/props.d.ts +16 -16
- package/dist/components/Modal/props.d.ts.map +1 -1
- package/dist/components/QueryForm/QueryForm.vue.d.ts +28 -28
- package/dist/components/QueryForm/QueryForm.vue.d.ts.map +1 -1
- package/dist/components/QueryForm/props.d.ts +20 -14
- package/dist/components/QueryForm/props.d.ts.map +1 -1
- package/dist/components/RadioGroup/RadioGroup.vue.d.ts +16 -16
- package/dist/components/RadioGroup/RadioGroup.vue.d.ts.map +1 -1
- package/dist/components/RadioGroup/props.d.ts +7 -7
- package/dist/components/RadioGroup/props.d.ts.map +1 -1
- package/dist/components/Select/Select.vue.d.ts +57 -57
- package/dist/components/Select/Select.vue.d.ts.map +1 -1
- package/dist/components/Select/props.d.ts +24 -24
- package/dist/components/Select/props.d.ts.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.js +18 -12
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormTimePicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FormFields/FormTimePicker/FormTimePicker.vue"],"names":[],"mappings":"AAMA,OAAO,KAAK,EACV,0BAA0B,EAE3B,MAAM,SAAS,CAAC;AA4BjB,iBAAS,cAAc;;;;;;;;;;;;;;;;;;;;oCA2ItB;AAkBD,QAAA,MAAM,eAAe;;;;;;uBApLA,
|
|
1
|
+
{"version":3,"file":"FormTimePicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FormFields/FormTimePicker/FormTimePicker.vue"],"names":[],"mappings":"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"}
|
|
@@ -4,41 +4,41 @@ export declare const formTimePickerProps: {
|
|
|
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 showNow: import('element-plus/es/utils
|
|
38
|
+
readonly showNow: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
39
39
|
readonly ariaLabel: StringConstructor;
|
|
40
40
|
readonly emptyValues: ArrayConstructor;
|
|
41
|
-
readonly valueOnClear: import('element-plus/es/utils
|
|
41
|
+
readonly valueOnClear: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
42
42
|
readonly disabledDate: {
|
|
43
43
|
readonly type: import('vue').PropType<Function>;
|
|
44
44
|
readonly required: false;
|
|
@@ -51,97 +51,101 @@ export declare const formTimePickerProps: {
|
|
|
51
51
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
52
52
|
__epPropKey: true;
|
|
53
53
|
};
|
|
54
|
-
readonly shortcuts: import('element-plus/es/utils
|
|
54
|
+
readonly shortcuts: import('element-plus/es/utils').EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
55
55
|
readonly arrowControl: BooleanConstructor;
|
|
56
|
-
readonly tabindex: import('element-plus/es/utils
|
|
57
|
-
readonly validateEvent: import('element-plus/es/utils
|
|
56
|
+
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>;
|
|
57
|
+
readonly validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
58
58
|
readonly unlinkPanels: BooleanConstructor;
|
|
59
|
-
readonly placement: import('element-plus/es/utils
|
|
60
|
-
readonly fallbackPlacements: import('element-plus/es/utils
|
|
59
|
+
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") | (() => 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") | (() => Placement))[], Placement, unknown, "bottom", boolean>;
|
|
60
|
+
readonly fallbackPlacements: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | ((new (...args: any[]) => Placement[]) | (() => Placement[]))[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
61
61
|
readonly disabledHours: {
|
|
62
|
-
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared
|
|
62
|
+
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared').GetDisabledHours>;
|
|
63
63
|
readonly required: false;
|
|
64
64
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
65
65
|
__epPropKey: true;
|
|
66
66
|
};
|
|
67
67
|
readonly disabledMinutes: {
|
|
68
|
-
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared
|
|
68
|
+
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared').GetDisabledMinutes>;
|
|
69
69
|
readonly required: false;
|
|
70
70
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
71
71
|
__epPropKey: true;
|
|
72
72
|
};
|
|
73
73
|
readonly disabledSeconds: {
|
|
74
|
-
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared
|
|
74
|
+
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared').GetDisabledSeconds>;
|
|
75
75
|
readonly required: false;
|
|
76
76
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
77
77
|
__epPropKey: true;
|
|
78
78
|
};
|
|
79
79
|
readonly id: {
|
|
80
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
80
|
+
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>>;
|
|
81
81
|
readonly required: false;
|
|
82
82
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
83
83
|
__epPropKey: true;
|
|
84
84
|
};
|
|
85
85
|
readonly name: {
|
|
86
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
86
|
+
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>>;
|
|
87
87
|
readonly required: false;
|
|
88
88
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
89
89
|
__epPropKey: true;
|
|
90
90
|
};
|
|
91
|
-
readonly popperClass: import('element-plus/es/utils
|
|
91
|
+
readonly popperClass: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
92
92
|
readonly format: StringConstructor;
|
|
93
93
|
readonly valueFormat: StringConstructor;
|
|
94
94
|
readonly dateFormat: StringConstructor;
|
|
95
95
|
readonly timeFormat: StringConstructor;
|
|
96
|
-
readonly type: import('element-plus/es/utils
|
|
97
|
-
readonly clearable: import('element-plus/es/utils
|
|
96
|
+
readonly type: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
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<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<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;
|
|
131
131
|
};
|
|
132
132
|
readonly isRange: BooleanConstructor;
|
|
133
|
-
}, "size" | "id"> & {
|
|
133
|
+
}, "size" | "id" | "clearable"> & {
|
|
134
|
+
clearable: {
|
|
135
|
+
type: BooleanConstructor;
|
|
136
|
+
default: boolean;
|
|
137
|
+
};
|
|
134
138
|
fieldId: any;
|
|
135
139
|
formItemProps: {
|
|
136
|
-
type: import('vue').PropType<import('
|
|
140
|
+
type: import('vue').PropType<import('../FormItem').FormItemPropsType>;
|
|
137
141
|
default: () => {};
|
|
138
142
|
};
|
|
139
143
|
fieldProps: {
|
|
140
144
|
type: import('vue').PropType<{
|
|
141
|
-
readonly showNow: import('element-plus/es/utils
|
|
145
|
+
readonly showNow: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
142
146
|
readonly ariaLabel: StringConstructor;
|
|
143
147
|
readonly emptyValues: ArrayConstructor;
|
|
144
|
-
readonly valueOnClear: import('element-plus/es/utils
|
|
148
|
+
readonly valueOnClear: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
145
149
|
readonly disabledDate: {
|
|
146
150
|
readonly type: import('vue').PropType<Function>;
|
|
147
151
|
readonly required: false;
|
|
@@ -154,80 +158,80 @@ export declare const formTimePickerProps: {
|
|
|
154
158
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
155
159
|
__epPropKey: true;
|
|
156
160
|
};
|
|
157
|
-
readonly shortcuts: import('element-plus/es/utils
|
|
161
|
+
readonly shortcuts: import('element-plus/es/utils').EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
158
162
|
readonly arrowControl: BooleanConstructor;
|
|
159
|
-
readonly tabindex: import('element-plus/es/utils
|
|
160
|
-
readonly validateEvent: import('element-plus/es/utils
|
|
163
|
+
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>;
|
|
164
|
+
readonly validateEvent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
161
165
|
readonly unlinkPanels: BooleanConstructor;
|
|
162
|
-
readonly placement: import('element-plus/es/utils
|
|
163
|
-
readonly fallbackPlacements: import('element-plus/es/utils
|
|
166
|
+
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") | (() => 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") | (() => Placement))[], Placement, unknown, "bottom", boolean>;
|
|
167
|
+
readonly fallbackPlacements: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | ((new (...args: any[]) => Placement[]) | (() => Placement[]))[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
164
168
|
readonly disabledHours: {
|
|
165
|
-
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared
|
|
169
|
+
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared').GetDisabledHours>;
|
|
166
170
|
readonly required: false;
|
|
167
171
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
168
172
|
__epPropKey: true;
|
|
169
173
|
};
|
|
170
174
|
readonly disabledMinutes: {
|
|
171
|
-
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared
|
|
175
|
+
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared').GetDisabledMinutes>;
|
|
172
176
|
readonly required: false;
|
|
173
177
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
174
178
|
__epPropKey: true;
|
|
175
179
|
};
|
|
176
180
|
readonly disabledSeconds: {
|
|
177
|
-
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared
|
|
181
|
+
readonly type: import('vue').PropType<import('element-plus/es/components/time-picker/src/props/shared').GetDisabledSeconds>;
|
|
178
182
|
readonly required: false;
|
|
179
183
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
180
184
|
__epPropKey: true;
|
|
181
185
|
};
|
|
182
186
|
readonly id: {
|
|
183
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
187
|
+
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>>;
|
|
184
188
|
readonly required: false;
|
|
185
189
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
186
190
|
__epPropKey: true;
|
|
187
191
|
};
|
|
188
192
|
readonly name: {
|
|
189
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils
|
|
193
|
+
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>>;
|
|
190
194
|
readonly required: false;
|
|
191
195
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
192
196
|
__epPropKey: true;
|
|
193
197
|
};
|
|
194
|
-
readonly popperClass: import('element-plus/es/utils
|
|
198
|
+
readonly popperClass: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
195
199
|
readonly format: StringConstructor;
|
|
196
200
|
readonly valueFormat: StringConstructor;
|
|
197
201
|
readonly dateFormat: StringConstructor;
|
|
198
202
|
readonly timeFormat: StringConstructor;
|
|
199
|
-
readonly type: import('element-plus/es/utils
|
|
200
|
-
readonly clearable: import('element-plus/es/utils
|
|
203
|
+
readonly type: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
204
|
+
readonly clearable: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
201
205
|
readonly clearIcon: {
|
|
202
|
-
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>>;
|
|
203
207
|
readonly required: false;
|
|
204
208
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
205
209
|
__epPropKey: true;
|
|
206
210
|
};
|
|
207
|
-
readonly editable: import('element-plus/es/utils
|
|
208
|
-
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>;
|
|
209
213
|
readonly size: {
|
|
210
|
-
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>>;
|
|
211
215
|
readonly required: false;
|
|
212
216
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
213
217
|
__epPropKey: true;
|
|
214
218
|
};
|
|
215
219
|
readonly readonly: BooleanConstructor;
|
|
216
220
|
readonly disabled: BooleanConstructor;
|
|
217
|
-
readonly placeholder: import('element-plus/es/utils
|
|
218
|
-
readonly popperOptions: import('element-plus/es/utils
|
|
219
|
-
readonly modelValue: import('element-plus/es/utils
|
|
220
|
-
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<Options>) | (() => Partial<Options>) | ((new (...args: any[]) => Partial<Options>) | (() => Partial<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>;
|
|
221
225
|
readonly startPlaceholder: StringConstructor;
|
|
222
226
|
readonly endPlaceholder: StringConstructor;
|
|
223
227
|
readonly defaultValue: {
|
|
224
|
-
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>>;
|
|
225
229
|
readonly required: false;
|
|
226
230
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
227
231
|
__epPropKey: true;
|
|
228
232
|
};
|
|
229
233
|
readonly defaultTime: {
|
|
230
|
-
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>>;
|
|
231
235
|
readonly required: false;
|
|
232
236
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
233
237
|
__epPropKey: true;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../../src/components/FormFields/FormTimePicker/props.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,mBAAmB;;;;;;uBAY4B,
|
|
1
|
+
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../../src/components/FormFields/FormTimePicker/props.ts"],"names":[],"mappings":"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"}
|