@vunk/form 2.19.0 → 2.19.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/api-tables-select/src/ctx.d.ts +16 -22
- package/components/api-tables-select/src/index.vue.d.ts +39 -43
- package/components/button/index.mjs +1 -2
- package/components/button/src/ctx.d.ts +7 -7
- package/components/button/src/index.vue.d.ts +64 -63
- package/components/card-input-collection/index.cjs +1 -1
- package/components/card-input-collection/index.mjs +7 -7
- package/components/card-input-collection/src/core.vue.d.ts +12 -8
- package/components/card-input-collection/src/ctx.d.ts +2 -2
- package/components/card-input-collection/src/index.vue.d.ts +7 -6
- package/components/cascader/src/ctx.d.ts +33 -25
- package/components/cascader/src/index.vue.d.ts +67 -50
- package/components/cascader/src/use.d.ts +1 -1
- package/components/checkbox/index.mjs +3 -3
- package/components/checkbox/src/ctx.d.ts +19 -19
- package/components/checkbox/src/index.vue.d.ts +128 -127
- package/components/cloneDeep.cjs +1 -1
- package/components/color-picker/src/ctx.d.ts +22 -14
- package/components/color-picker/src/index.vue.d.ts +52 -32
- package/components/date-picker/src/ctx.d.ts +32 -24
- package/components/date-picker/src/index.vue.d.ts +68 -51
- package/components/date-picker-range/src/ctx.d.ts +23 -15
- package/components/date-picker-range/src/index.vue.d.ts +131 -98
- package/components/dialog/src/ctx.d.ts +5 -5
- package/components/dialog/src/index.vue.d.ts +18 -16
- package/components/dialog-input-collection/index.mjs +9 -9
- package/components/dialog-input-collection/src/ctx.d.ts +4 -3
- package/components/dialog-input-collection/src/dialog-form.vue.d.ts +12 -8
- package/components/dialog-input-collection/src/index.vue.d.ts +13 -11
- package/components/dialog-input-collection/src/layout.vue.d.ts +8 -4
- package/components/download-plus/index.cjs +1 -1
- package/components/download-plus/index.mjs +21 -22
- package/components/download-plus/src/api.d.ts +1 -1
- package/components/download-plus/src/ctx.d.ts +4 -3
- package/components/download-plus/src/index.vue.d.ts +81 -78
- package/components/editable-text/src/ctx.d.ts +2 -6
- package/components/editable-text/src/index.vue.d.ts +14 -10
- package/components/el-slider/index.mjs +4 -4
- package/components/el-slider/src/button.vue.d.ts +2 -1
- package/components/el-slider/src/composables/use-slide.d.ts +1 -1
- package/components/el-slider/src/composables/use-slider-button.d.ts +1 -1
- package/components/el-slider/src/composables/use-watch.d.ts +1 -1
- package/components/el-slider/src/slider-core.vue.d.ts +7 -6
- package/components/el-slider/src/slider.d.ts +2 -1
- package/components/esri-input-geojson/index.mjs +40 -55
- package/components/esri-input-geojson/src/append.vue.d.ts +97 -96
- package/components/esri-input-geojson/src/ctx.d.ts +21 -22
- package/components/esri-input-geojson/src/default-view.vue.d.ts +7 -3
- package/components/esri-input-geojson/src/index.vue.d.ts +593 -186
- package/components/esri-input-geojson/src/types.d.ts +0 -1
- package/components/esri-input-geojson/src/viewer.vue.d.ts +406 -40
- package/components/fieldset/index.mjs +2 -4
- package/components/fieldset/src/index.vue.d.ts +3 -2
- package/components/form/src/ctx.d.ts +1 -1
- package/components/form/src/index.vue.d.ts +68 -67
- package/components/form-item/index.mjs +6 -7
- package/components/form-item/src/core.vue.d.ts +12 -10
- package/components/form-item/src/ctx.d.ts +6 -4
- package/components/form-item/src/index.vue.d.ts +7 -6
- package/components/form-item-renderer/index.mjs +2 -3
- package/components/form-item-renderer/src/core.vue.d.ts +3 -2
- package/components/form-item-renderer/src/index.vue.d.ts +7 -5
- package/components/form-item-renderer-template/index.mjs +1 -2
- package/components/form-item-renderer-template/src/index.vue.d.ts +3 -2
- package/components/forms-provider/src/index.vue.d.ts +5 -2
- package/components/forms-provider/src/segment.vue.d.ts +7 -3
- package/components/forms-provider/src/view.vue.d.ts +11 -7
- package/components/index2.cjs +1 -1
- package/components/information/src/index.vue.d.ts +3 -2
- package/components/information-collection/src/ctx.d.ts +17 -11
- package/components/information-collection/src/index.vue.d.ts +36 -27
- package/components/information-renderer/index.d.ts +9 -9
- package/components/information-tag/src/ctx.d.ts +4 -3
- package/components/information-tag/src/index.vue.d.ts +12 -11
- package/components/information-templates-default/src/index.vue.d.ts +2 -1
- package/components/input/src/ctx.d.ts +20 -20
- package/components/input/src/index.vue.d.ts +70 -69
- package/components/input-array/src/ctx.d.ts +2 -2
- package/components/input-array/src/form-template.vue.d.ts +2 -1
- package/components/input-array/src/index.vue.d.ts +6 -5
- package/components/input-collection/src/core.vue.d.ts +17 -15
- package/components/input-collection/src/ctx.d.ts +4 -4
- package/components/input-collection/src/index.vue.d.ts +13 -12
- package/components/input-file/src/index.vue.d.ts +51 -50
- package/components/input-file/src/template.vue.d.ts +2 -1
- package/components/input-link/src/ctx.d.ts +19 -21
- package/components/input-link/src/index.vue.d.ts +111 -110
- package/components/input-number/src/ctx.d.ts +5 -5
- package/components/input-number/src/index.vue.d.ts +39 -38
- package/components/input-tag/src/ctx.d.ts +10 -10
- package/components/input-tag/src/index.vue.d.ts +48 -47
- package/components/monaco-editor/src/ctx.d.ts +2 -2
- package/components/monaco-editor/src/index.vue.d.ts +17 -16
- package/components/radio/index.cjs +1 -1
- package/components/radio/index.mjs +2 -2
- package/components/radio/src/ctx.d.ts +3 -3
- package/components/radio/src/index.vue.d.ts +32 -31
- package/components/radio/src/option.vue.d.ts +12 -10
- package/components/radio/src/wraper.vue.d.ts +9 -8
- package/components/renderer-data/src/index.vue.d.ts +3 -2
- package/components/select/src/core.vue.d.ts +99 -239
- package/components/select/src/ctx.d.ts +23 -95
- package/components/select/src/index.vue.d.ts +76 -75
- package/components/select/src/options.vue.d.ts +3 -2
- package/components/slider/src/ctx.d.ts +10 -10
- package/components/slider/src/index.vue.d.ts +29 -25
- package/components/style.css +1 -1
- package/components/switch/src/ctx.d.ts +11 -11
- package/components/switch/src/index.vue.d.ts +24 -20
- package/components/tables-select/index.mjs +1 -2
- package/components/tables-select/src/ctx.d.ts +27 -43
- package/components/tables-select/src/index.vue.d.ts +57 -71
- package/components/template-instances-provider/src/index.vue.d.ts +3 -2
- package/components/templates-default/src/ctx.d.ts +3 -5
- package/components/templates-default/src/index.vue.d.ts +778 -727
- package/components/templates-element-plus/index.mjs +3 -3
- package/components/templates-element-plus/src/index.vue.d.ts +27 -26
- package/components/templates-esri/src/index.vue.d.ts +600 -193
- package/components/templates-layout/index.mjs +3 -3
- package/components/templates-layout/src/index.vue.d.ts +14 -13
- package/components/templates-variant/src/index.vue.d.ts +132 -99
- package/components/time-picker/src/ctx.d.ts +31 -23
- package/components/time-picker/src/index.vue.d.ts +66 -49
- package/components/upload/index.cjs +1 -1
- package/components/upload/index.mjs +45 -45
- package/components/upload/src/ctx.d.ts +24 -22
- package/components/upload/src/file.vue.d.ts +75 -73
- package/components/upload/src/index.vue.d.ts +188 -187
- package/components/upload/src/wraper.vue.d.ts +48 -47
- package/components/upload-plus/index.cjs +7 -7
- package/components/upload-plus/index.mjs +1911 -1937
- package/components/upload-plus/src/api.d.ts +1 -1
- package/components/upload-plus/src/ctx.d.ts +2 -5
- package/components/upload-plus/src/index.vue.d.ts +6 -5
- package/components/use-watch.cjs +1 -1
- package/components/van-cascader/src/ctx.d.ts +33 -25
- package/components/van-cascader/src/index.vue.d.ts +67 -50
- package/components/var-datetime-picker/index.cjs +1 -1
- package/components/var-datetime-picker/index.mjs +18 -20
- package/components/var-datetime-picker/src/ctx.d.ts +4 -3
- package/components/var-datetime-picker/src/index.vue.d.ts +144 -179
- package/components/vditor/src/ctx.d.ts +2 -3
- package/components/vditor/src/index.vue.d.ts +19 -19
- package/composables/index.mjs +3 -5
- package/composables/useSourceManager.d.ts +2 -2
- package/index.css +1 -1
- package/package.json +1 -1
- package/shared/element-plus/instances.d.ts +60 -43
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { DatePickType } from 'element-plus';
|
|
1
2
|
import type { PropType } from 'vue';
|
|
2
3
|
export declare const datePickerProps: {
|
|
3
4
|
type: {
|
|
4
|
-
type: PropType<
|
|
5
|
+
type: PropType<DatePickType>;
|
|
5
6
|
default: string;
|
|
6
7
|
};
|
|
7
8
|
showNow: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
@@ -10,7 +11,7 @@ export declare const datePickerProps: {
|
|
|
10
11
|
showWeekNumber: BooleanConstructor;
|
|
11
12
|
ariaLabel: StringConstructor;
|
|
12
13
|
emptyValues: ArrayConstructor;
|
|
13
|
-
valueOnClear: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | null)[], unknown, unknown, undefined, boolean>;
|
|
14
|
+
valueOnClear: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | (((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null)) | null)[], unknown, unknown, undefined, boolean>;
|
|
14
15
|
disabledDate: {
|
|
15
16
|
readonly type: PropType<Function>;
|
|
16
17
|
readonly required: false;
|
|
@@ -25,12 +26,12 @@ export declare const datePickerProps: {
|
|
|
25
26
|
};
|
|
26
27
|
shortcuts: import("element-plus/es/utils/index.mjs").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
27
28
|
arrowControl: BooleanConstructor;
|
|
28
|
-
tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number) | null)[], unknown, unknown, 0, boolean>;
|
|
29
|
+
tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
|
|
29
30
|
validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
30
31
|
unlinkPanels: BooleanConstructor;
|
|
31
32
|
singlePanel: BooleanConstructor;
|
|
32
|
-
placement: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "left" | "right" | "
|
|
33
|
-
fallbackPlacements: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | ((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
33
|
+
placement: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | (((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement)) | null)[], import("element-plus").Placement, unknown, "bottom", boolean>;
|
|
34
|
+
fallbackPlacements: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | (((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[])) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
34
35
|
disabledHours: {
|
|
35
36
|
readonly type: PropType<import("element-plus").GetDisabledHours>;
|
|
36
37
|
readonly required: false;
|
|
@@ -51,13 +52,13 @@ export declare const datePickerProps: {
|
|
|
51
52
|
};
|
|
52
53
|
automaticDropdown: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
53
54
|
id: {
|
|
54
|
-
readonly type: PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | null)[], unknown, unknown>>;
|
|
55
|
+
readonly type: PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | (((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>)) | null)[], unknown, unknown>>;
|
|
55
56
|
readonly required: false;
|
|
56
57
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
57
58
|
__epPropKey: true;
|
|
58
59
|
};
|
|
59
60
|
name: {
|
|
60
|
-
readonly type: PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | null)[], unknown, unknown>>;
|
|
61
|
+
readonly type: PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | (((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>)) | null)[], unknown, unknown>>;
|
|
61
62
|
readonly required: false;
|
|
62
63
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
63
64
|
__epPropKey: true;
|
|
@@ -83,9 +84,15 @@ export declare const datePickerProps: {
|
|
|
83
84
|
[x: string]: boolean;
|
|
84
85
|
} | (string | {
|
|
85
86
|
[x: string]: boolean;
|
|
86
|
-
} | (string |
|
|
87
|
+
} | (string | {
|
|
88
|
+
[x: string]: boolean;
|
|
89
|
+
} | (string | {
|
|
90
|
+
[x: string]: boolean;
|
|
91
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
92
|
+
[x: string]: boolean;
|
|
93
|
+
} | (string | {
|
|
87
94
|
[x: string]: boolean;
|
|
88
|
-
}
|
|
95
|
+
} | (string | {
|
|
89
96
|
[x: string]: boolean;
|
|
90
97
|
} | (string | {
|
|
91
98
|
[x: string]: boolean;
|
|
@@ -105,9 +112,11 @@ export declare const datePickerProps: {
|
|
|
105
112
|
[x: string]: boolean;
|
|
106
113
|
} | (string | {
|
|
107
114
|
[x: string]: boolean;
|
|
108
|
-
} |
|
|
115
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (((new (...args: any[]) => string | {
|
|
116
|
+
[x: string]: boolean;
|
|
117
|
+
} | (string | {
|
|
109
118
|
[x: string]: boolean;
|
|
110
|
-
}
|
|
119
|
+
} | (string | {
|
|
111
120
|
[x: string]: boolean;
|
|
112
121
|
} | (string | {
|
|
113
122
|
[x: string]: boolean;
|
|
@@ -127,9 +136,9 @@ export declare const datePickerProps: {
|
|
|
127
136
|
[x: string]: boolean;
|
|
128
137
|
} | (string | {
|
|
129
138
|
[x: string]: boolean;
|
|
130
|
-
} |
|
|
139
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
131
140
|
[x: string]: boolean;
|
|
132
|
-
}
|
|
141
|
+
} | (string | {
|
|
133
142
|
[x: string]: boolean;
|
|
134
143
|
} | (string | {
|
|
135
144
|
[x: string]: boolean;
|
|
@@ -149,23 +158,23 @@ export declare const datePickerProps: {
|
|
|
149
158
|
[x: string]: boolean;
|
|
150
159
|
} | (string | {
|
|
151
160
|
[x: string]: boolean;
|
|
152
|
-
} | (string |
|
|
161
|
+
} | (string | {
|
|
153
162
|
[x: string]: boolean;
|
|
154
|
-
})[])[])[])[])[])[])[])[])[])[]) | null)[], unknown, unknown>>;
|
|
163
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[])) | null)[], unknown, unknown>>;
|
|
155
164
|
readonly required: false;
|
|
156
165
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
157
166
|
__epPropKey: true;
|
|
158
167
|
};
|
|
159
|
-
popperStyle: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | null)[], unknown, unknown, undefined, boolean>;
|
|
168
|
+
popperStyle: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | (((new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue)) | null)[], unknown, unknown, undefined, boolean>;
|
|
160
169
|
format: StringConstructor;
|
|
161
170
|
valueFormat: StringConstructor;
|
|
162
171
|
dateFormat: StringConstructor;
|
|
163
172
|
timeFormat: StringConstructor;
|
|
164
173
|
clearable: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
165
|
-
clearIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | null)[], unknown, unknown, import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, boolean>;
|
|
174
|
+
clearIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, boolean>;
|
|
166
175
|
editable: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
167
176
|
saveOnBlur: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
168
|
-
prefixIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | null)[], unknown, unknown, "", boolean>;
|
|
177
|
+
prefixIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, "", boolean>;
|
|
169
178
|
size: {
|
|
170
179
|
readonly type: PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
171
180
|
readonly required: false;
|
|
@@ -175,19 +184,19 @@ export declare const datePickerProps: {
|
|
|
175
184
|
readonly: BooleanConstructor;
|
|
176
185
|
disabled: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
177
186
|
placeholder: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
178
|
-
popperOptions: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | ((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | null)[], unknown, unknown, () => {}, boolean>;
|
|
179
|
-
modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number |
|
|
187
|
+
popperOptions: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | (((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
188
|
+
modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import("element-plus").ModelValueType | null) | (((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import("element-plus").ModelValueType | null)) | null)[], unknown, unknown, "", boolean>;
|
|
180
189
|
rangeSeparator: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
181
190
|
startPlaceholder: StringConstructor;
|
|
182
191
|
endPlaceholder: StringConstructor;
|
|
183
192
|
defaultValue: {
|
|
184
|
-
readonly type: PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | null)[], unknown, unknown>>;
|
|
193
|
+
readonly type: PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | (((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>)) | null)[], unknown, unknown>>;
|
|
185
194
|
readonly required: false;
|
|
186
195
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
187
196
|
__epPropKey: true;
|
|
188
197
|
};
|
|
189
198
|
defaultTime: {
|
|
190
|
-
readonly type: PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | null)[], unknown, unknown>>;
|
|
199
|
+
readonly type: PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | (((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>)) | null)[], unknown, unknown>>;
|
|
191
200
|
readonly required: false;
|
|
192
201
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
193
202
|
__epPropKey: true;
|
|
@@ -211,7 +220,7 @@ export declare const timePickerProps: {
|
|
|
211
220
|
showWeekNumber: BooleanConstructor;
|
|
212
221
|
ariaLabel: StringConstructor;
|
|
213
222
|
emptyValues: ArrayConstructor;
|
|
214
|
-
valueOnClear: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | null)[], unknown, unknown, undefined, boolean>;
|
|
223
|
+
valueOnClear: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | (((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null)) | null)[], unknown, unknown, undefined, boolean>;
|
|
215
224
|
disabledDate: {
|
|
216
225
|
readonly type: PropType<Function>;
|
|
217
226
|
readonly required: false;
|
|
@@ -226,12 +235,12 @@ export declare const timePickerProps: {
|
|
|
226
235
|
};
|
|
227
236
|
shortcuts: import("element-plus/es/utils/index.mjs").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
228
237
|
arrowControl: BooleanConstructor;
|
|
229
|
-
tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number) | null)[], unknown, unknown, 0, boolean>;
|
|
238
|
+
tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
|
|
230
239
|
validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
231
240
|
unlinkPanels: BooleanConstructor;
|
|
232
241
|
singlePanel: BooleanConstructor;
|
|
233
|
-
placement: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "left" | "right" | "
|
|
234
|
-
fallbackPlacements: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | ((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
242
|
+
placement: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | (((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement)) | null)[], import("element-plus").Placement, unknown, "bottom", boolean>;
|
|
243
|
+
fallbackPlacements: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | (((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[])) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
235
244
|
disabledHours: {
|
|
236
245
|
readonly type: PropType<import("element-plus").GetDisabledHours>;
|
|
237
246
|
readonly required: false;
|
|
@@ -252,13 +261,13 @@ export declare const timePickerProps: {
|
|
|
252
261
|
};
|
|
253
262
|
automaticDropdown: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
254
263
|
id: {
|
|
255
|
-
readonly type: PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | null)[], unknown, unknown>>;
|
|
264
|
+
readonly type: PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | (((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>)) | null)[], unknown, unknown>>;
|
|
256
265
|
readonly required: false;
|
|
257
266
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
258
267
|
__epPropKey: true;
|
|
259
268
|
};
|
|
260
269
|
name: {
|
|
261
|
-
readonly type: PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | null)[], unknown, unknown>>;
|
|
270
|
+
readonly type: PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | (((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>)) | null)[], unknown, unknown>>;
|
|
262
271
|
readonly required: false;
|
|
263
272
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
264
273
|
__epPropKey: true;
|
|
@@ -284,9 +293,15 @@ export declare const timePickerProps: {
|
|
|
284
293
|
[x: string]: boolean;
|
|
285
294
|
} | (string | {
|
|
286
295
|
[x: string]: boolean;
|
|
287
|
-
} | (string |
|
|
296
|
+
} | (string | {
|
|
297
|
+
[x: string]: boolean;
|
|
298
|
+
} | (string | {
|
|
299
|
+
[x: string]: boolean;
|
|
300
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
301
|
+
[x: string]: boolean;
|
|
302
|
+
} | (string | {
|
|
288
303
|
[x: string]: boolean;
|
|
289
|
-
}
|
|
304
|
+
} | (string | {
|
|
290
305
|
[x: string]: boolean;
|
|
291
306
|
} | (string | {
|
|
292
307
|
[x: string]: boolean;
|
|
@@ -306,9 +321,11 @@ export declare const timePickerProps: {
|
|
|
306
321
|
[x: string]: boolean;
|
|
307
322
|
} | (string | {
|
|
308
323
|
[x: string]: boolean;
|
|
309
|
-
} |
|
|
324
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (((new (...args: any[]) => string | {
|
|
325
|
+
[x: string]: boolean;
|
|
326
|
+
} | (string | {
|
|
310
327
|
[x: string]: boolean;
|
|
311
|
-
}
|
|
328
|
+
} | (string | {
|
|
312
329
|
[x: string]: boolean;
|
|
313
330
|
} | (string | {
|
|
314
331
|
[x: string]: boolean;
|
|
@@ -328,9 +345,9 @@ export declare const timePickerProps: {
|
|
|
328
345
|
[x: string]: boolean;
|
|
329
346
|
} | (string | {
|
|
330
347
|
[x: string]: boolean;
|
|
331
|
-
} |
|
|
348
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
332
349
|
[x: string]: boolean;
|
|
333
|
-
}
|
|
350
|
+
} | (string | {
|
|
334
351
|
[x: string]: boolean;
|
|
335
352
|
} | (string | {
|
|
336
353
|
[x: string]: boolean;
|
|
@@ -350,24 +367,24 @@ export declare const timePickerProps: {
|
|
|
350
367
|
[x: string]: boolean;
|
|
351
368
|
} | (string | {
|
|
352
369
|
[x: string]: boolean;
|
|
353
|
-
} | (string |
|
|
370
|
+
} | (string | {
|
|
354
371
|
[x: string]: boolean;
|
|
355
|
-
})[])[])[])[])[])[])[])[])[])[]) | null)[], unknown, unknown>>;
|
|
372
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[])) | null)[], unknown, unknown>>;
|
|
356
373
|
readonly required: false;
|
|
357
374
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
358
375
|
__epPropKey: true;
|
|
359
376
|
};
|
|
360
|
-
popperStyle: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | null)[], unknown, unknown, undefined, boolean>;
|
|
377
|
+
popperStyle: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | (((new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue)) | null)[], unknown, unknown, undefined, boolean>;
|
|
361
378
|
format: StringConstructor;
|
|
362
379
|
valueFormat: StringConstructor;
|
|
363
380
|
dateFormat: StringConstructor;
|
|
364
381
|
timeFormat: StringConstructor;
|
|
365
382
|
type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
366
383
|
clearable: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
367
|
-
clearIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | null)[], unknown, unknown, import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, boolean>;
|
|
384
|
+
clearIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, boolean>;
|
|
368
385
|
editable: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
369
386
|
saveOnBlur: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
370
|
-
prefixIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | null)[], unknown, unknown, "", boolean>;
|
|
387
|
+
prefixIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, "", boolean>;
|
|
371
388
|
size: {
|
|
372
389
|
readonly type: PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
373
390
|
readonly required: false;
|
|
@@ -377,19 +394,19 @@ export declare const timePickerProps: {
|
|
|
377
394
|
readonly: BooleanConstructor;
|
|
378
395
|
disabled: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
379
396
|
placeholder: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
380
|
-
popperOptions: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | ((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | null)[], unknown, unknown, () => {}, boolean>;
|
|
381
|
-
modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number |
|
|
397
|
+
popperOptions: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | (((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
398
|
+
modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import("element-plus").ModelValueType | null) | (((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import("element-plus").ModelValueType | null)) | null)[], unknown, unknown, "", boolean>;
|
|
382
399
|
rangeSeparator: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
383
400
|
startPlaceholder: StringConstructor;
|
|
384
401
|
endPlaceholder: StringConstructor;
|
|
385
402
|
defaultValue: {
|
|
386
|
-
readonly type: PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | null)[], unknown, unknown>>;
|
|
403
|
+
readonly type: PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | (((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>)) | null)[], unknown, unknown>>;
|
|
387
404
|
readonly required: false;
|
|
388
405
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
389
406
|
__epPropKey: true;
|
|
390
407
|
};
|
|
391
408
|
defaultTime: {
|
|
392
|
-
readonly type: PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | null)[], unknown, unknown>>;
|
|
409
|
+
readonly type: PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | (((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>)) | null)[], unknown, unknown>>;
|
|
393
410
|
readonly required: false;
|
|
394
411
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
395
412
|
__epPropKey: true;
|