@hinen/pro-element-plus 1.0.2 → 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 +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/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 +288 -288
- package/dist/components/FormFields/FormText/FormText.vue.d.ts.map +1 -1
- package/dist/components/FormFields/FormText/props.d.ts +48 -48
- 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/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/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 +1 -1
- package/dist/index.js +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,80 +51,80 @@ 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;
|
|
@@ -137,15 +137,15 @@ export declare const formTimePickerProps: {
|
|
|
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 showNow: import('element-plus/es/utils
|
|
145
|
+
readonly showNow: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
146
146
|
readonly ariaLabel: StringConstructor;
|
|
147
147
|
readonly emptyValues: ArrayConstructor;
|
|
148
|
-
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>;
|
|
149
149
|
readonly disabledDate: {
|
|
150
150
|
readonly type: import('vue').PropType<Function>;
|
|
151
151
|
readonly required: false;
|
|
@@ -158,80 +158,80 @@ export declare const formTimePickerProps: {
|
|
|
158
158
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
159
159
|
__epPropKey: true;
|
|
160
160
|
};
|
|
161
|
-
readonly shortcuts: import('element-plus/es/utils
|
|
161
|
+
readonly shortcuts: import('element-plus/es/utils').EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
162
162
|
readonly arrowControl: BooleanConstructor;
|
|
163
|
-
readonly tabindex: import('element-plus/es/utils
|
|
164
|
-
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>;
|
|
165
165
|
readonly unlinkPanels: BooleanConstructor;
|
|
166
|
-
readonly placement: import('element-plus/es/utils
|
|
167
|
-
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>;
|
|
168
168
|
readonly disabledHours: {
|
|
169
|
-
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>;
|
|
170
170
|
readonly required: false;
|
|
171
171
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
172
172
|
__epPropKey: true;
|
|
173
173
|
};
|
|
174
174
|
readonly disabledMinutes: {
|
|
175
|
-
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>;
|
|
176
176
|
readonly required: false;
|
|
177
177
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
178
178
|
__epPropKey: true;
|
|
179
179
|
};
|
|
180
180
|
readonly disabledSeconds: {
|
|
181
|
-
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>;
|
|
182
182
|
readonly required: false;
|
|
183
183
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
184
184
|
__epPropKey: true;
|
|
185
185
|
};
|
|
186
186
|
readonly id: {
|
|
187
|
-
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>>;
|
|
188
188
|
readonly required: false;
|
|
189
189
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
190
190
|
__epPropKey: true;
|
|
191
191
|
};
|
|
192
192
|
readonly name: {
|
|
193
|
-
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>>;
|
|
194
194
|
readonly required: false;
|
|
195
195
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
196
196
|
__epPropKey: true;
|
|
197
197
|
};
|
|
198
|
-
readonly popperClass: import('element-plus/es/utils
|
|
198
|
+
readonly popperClass: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
199
199
|
readonly format: StringConstructor;
|
|
200
200
|
readonly valueFormat: StringConstructor;
|
|
201
201
|
readonly dateFormat: StringConstructor;
|
|
202
202
|
readonly timeFormat: StringConstructor;
|
|
203
|
-
readonly type: import('element-plus/es/utils
|
|
204
|
-
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>;
|
|
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<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>;
|
|
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/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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"}
|