sd-render 1.2.6 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/field-docs.html +3340 -1547
- package/package.json +1 -1
- package/{sd-lib-BG0UjdFl.js → sd-lib-BI2bK3bT.js} +5529 -3962
- package/{sd-render-DwCKOhLI.js → sd-render-JboRjeDb.js} +2059 -1522
- package/sd-render.es.js +52 -49
- package/sd-render.style.css +1 -1
- package/types/src/components/form-render/SdFormRender.vue.d.ts +0 -3
- package/types/src/components/form-render/form-field/date-input.vue.d.ts +98 -102
- package/types/src/components/form-render/form-field/date-panel-input.vue.d.ts +611 -0
- package/types/src/components/form-render/form-field/date-range-input.vue.d.ts +98 -102
- package/types/src/components/form-render/form-field/multiple-date.vue.d.ts +98 -102
- package/types/src/components/form-render/form-field/otp-input.vue.d.ts +373 -0
- package/types/src/components/form-render/form-field/smart-card-ui.vue.d.ts +534 -0
- package/types/src/components/form-render/form-field/tree-ui.vue.d.ts +983 -0
- package/types/src/components/input3/eltiptap/widget/ExtensionViews/ImageView.vue.d.ts +59 -64
- package/types/src/components/input3/eltiptap/widget/ExtensionViews/TaskItemView.vue.d.ts +68 -70
- package/types/src/components/input3/eltiptap/widget/MenuCommands/AddYoutubeCommandButton.vue.d.ts +232 -218
- package/types/src/components/input3/eltiptap/widget/MenuCommands/ColorPopover.vue.d.ts +163 -151
- package/types/src/components/input3/eltiptap/widget/MenuCommands/CommandButton.vue.d.ts +76 -76
- package/types/src/components/input3/eltiptap/widget/MenuCommands/FontFamilyDropdown.vue.d.ts +455 -580
- package/types/src/components/input3/eltiptap/widget/MenuCommands/FontSizeDropdown.vue.d.ts +453 -576
- package/types/src/components/input3/eltiptap/widget/MenuCommands/HeadingDropdown.vue.d.ts +453 -576
- package/types/src/components/input3/eltiptap/widget/MenuCommands/HighlightPopover.vue.d.ts +163 -151
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Image/EditImageCommandButton.vue.d.ts +165 -149
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Image/ImageDisplayCommandButton.vue.d.ts +59 -64
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Image/InsertImageCommandButton.vue.d.ts +98 -103
- package/types/src/components/input3/eltiptap/widget/MenuCommands/LineHeightDropdown.vue.d.ts +453 -576
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Link/AddLinkCommandButton.vue.d.ts +232 -218
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Link/EditLinkCommandButton.vue.d.ts +232 -218
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Link/UploadFileCommandButton.vue.d.ts +232 -218
- package/types/src/components/input3/eltiptap/widget/MenuCommands/TablePopover/CreateTablePopover.vue.d.ts +59 -64
- package/types/src/components/input3/eltiptap/widget/MenuCommands/TablePopover/index.vue.d.ts +59 -64
- package/types/src/components/sdlib.d.ts +3 -0
- package/types/src/components/sdwidget/SdCascaderForm.vue.d.ts +1 -1
- package/types/src/components/sdwidget/SdCrudForm.vue.d.ts +0 -4
- package/types/src/components/sdwidget/SdCrudGrid.vue.d.ts +27 -2
- package/types/src/components/sdwidget/SdCrudPopupForm.vue.d.ts +27 -5
- package/types/src/components/sdwidget/SdCrudSelect.vue.d.ts +2 -2
- package/types/src/components/sdwidget/SdCrudSelectSubForm.vue.d.ts +12 -3
- package/types/src/components/sdwidget/SdCrudTree.vue.d.ts +615 -0
- package/types/src/components/sdwidget/SdDatePickerBE.vue.d.ts +196 -204
- package/types/src/components/sdwidget/SdDatePickerPanelBE.vue.d.ts +379 -0
- package/types/src/components/sdwidget/SdFormSchema.vue.d.ts +2 -2
- package/types/src/components/sdwidget/SdFormSchemaForm.vue.d.ts +2 -2
- package/types/src/components/sdwidget/SdGallery.vue.d.ts +20 -20
- package/types/src/components/sdwidget/SdGridColumnBy.vue.d.ts +105 -4
- package/types/src/components/sdwidget/SdGridColumnDate.vue.d.ts +84 -3
- package/types/src/components/sdwidget/SdGridColumnDynamic.vue.d.ts +257 -10
- package/types/src/components/sdwidget/SdGridSortHeader.vue.d.ts +52 -0
- package/types/src/components/sdwidget/SdSelectPathData.vue.d.ts +1 -1
- package/types/src/components/sdwidget/SdSelectRemoteList.vue.d.ts +11 -2
- package/types/src/components/sdwidget/SdSmartCard.vue.d.ts +268 -0
- package/types/src/components/sdwidget/SdUiMenu.vue.d.ts +1 -1
|
@@ -12,14 +12,14 @@ declare function __VLS_template(): {
|
|
|
12
12
|
slots: any;
|
|
13
13
|
refs: {
|
|
14
14
|
pickerRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
15
|
-
readonly type: import('element-plus/es/utils/
|
|
16
|
-
readonly showNow: import('element-plus/es/utils/
|
|
17
|
-
readonly showConfirm: import('element-plus/es/utils/
|
|
18
|
-
readonly showFooter: import('element-plus/es/utils/
|
|
15
|
+
readonly type: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => "month" | "year" | "dates" | "months" | "years" | "date" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import('element-plus').DatePickerType) | (((new (...args: any[]) => "month" | "year" | "dates" | "months" | "years" | "date" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import('element-plus').DatePickerType)) | null)[], unknown, unknown, "date", boolean>;
|
|
16
|
+
readonly showNow: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
17
|
+
readonly showConfirm: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
18
|
+
readonly showFooter: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
19
19
|
readonly showWeekNumber: BooleanConstructor;
|
|
20
20
|
readonly ariaLabel: StringConstructor;
|
|
21
21
|
readonly emptyValues: ArrayConstructor;
|
|
22
|
-
readonly valueOnClear: import('element-plus/es/utils/
|
|
22
|
+
readonly valueOnClear: import('element-plus/es/utils/vue/props/types.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>;
|
|
23
23
|
readonly disabledDate: {
|
|
24
24
|
readonly type: import('vue').PropType<Function>;
|
|
25
25
|
readonly required: false;
|
|
@@ -32,13 +32,14 @@ declare function __VLS_template(): {
|
|
|
32
32
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
33
33
|
__epPropKey: true;
|
|
34
34
|
};
|
|
35
|
-
readonly shortcuts: import('element-plus/es/utils/
|
|
35
|
+
readonly shortcuts: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
36
36
|
readonly arrowControl: BooleanConstructor;
|
|
37
|
-
readonly tabindex: import('element-plus/es/utils/
|
|
38
|
-
readonly validateEvent: import('element-plus/es/utils/
|
|
37
|
+
readonly tabindex: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
|
|
38
|
+
readonly validateEvent: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
39
39
|
readonly unlinkPanels: BooleanConstructor;
|
|
40
|
-
readonly
|
|
41
|
-
readonly
|
|
40
|
+
readonly singlePanel: BooleanConstructor;
|
|
41
|
+
readonly placement: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => "left" | "right" | "auto" | "top" | "bottom" | "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[]) => "left" | "right" | "auto" | "top" | "bottom" | "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>;
|
|
42
|
+
readonly fallbackPlacements: import('element-plus/es/utils/vue/props/types.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>;
|
|
42
43
|
readonly disabledHours: {
|
|
43
44
|
readonly type: import('vue').PropType<import('element-plus').GetDisabledHours>;
|
|
44
45
|
readonly required: false;
|
|
@@ -57,21 +58,21 @@ declare function __VLS_template(): {
|
|
|
57
58
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
58
59
|
__epPropKey: true;
|
|
59
60
|
};
|
|
60
|
-
readonly automaticDropdown: import('element-plus/es/utils/
|
|
61
|
+
readonly automaticDropdown: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
61
62
|
readonly id: {
|
|
62
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
63
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.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>>;
|
|
63
64
|
readonly required: false;
|
|
64
65
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
65
66
|
__epPropKey: true;
|
|
66
67
|
};
|
|
67
68
|
readonly name: {
|
|
68
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
69
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.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>>;
|
|
69
70
|
readonly required: false;
|
|
70
71
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
71
72
|
__epPropKey: true;
|
|
72
73
|
};
|
|
73
74
|
readonly popperClass: {
|
|
74
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
75
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
|
75
76
|
[x: string]: boolean;
|
|
76
77
|
} | (string | {
|
|
77
78
|
[x: string]: boolean;
|
|
@@ -172,43 +173,38 @@ declare function __VLS_template(): {
|
|
|
172
173
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
173
174
|
__epPropKey: true;
|
|
174
175
|
};
|
|
175
|
-
readonly popperStyle:
|
|
176
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(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>>;
|
|
177
|
-
readonly required: false;
|
|
178
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
179
|
-
__epPropKey: true;
|
|
180
|
-
};
|
|
176
|
+
readonly popperStyle: import('element-plus/es/utils/vue/props/types.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>;
|
|
181
177
|
readonly format: StringConstructor;
|
|
182
178
|
readonly valueFormat: StringConstructor;
|
|
183
179
|
readonly dateFormat: StringConstructor;
|
|
184
180
|
readonly timeFormat: StringConstructor;
|
|
185
|
-
readonly clearable: import('element-plus/es/utils/
|
|
186
|
-
readonly clearIcon: import('element-plus/es/utils/
|
|
187
|
-
readonly editable: import('element-plus/es/utils/
|
|
188
|
-
readonly saveOnBlur: import('element-plus/es/utils/
|
|
189
|
-
readonly prefixIcon: import('element-plus/es/utils/
|
|
181
|
+
readonly clearable: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
182
|
+
readonly clearIcon: import('element-plus/es/utils/vue/props/types.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>;
|
|
183
|
+
readonly editable: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
184
|
+
readonly saveOnBlur: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
185
|
+
readonly prefixIcon: import('element-plus/es/utils/vue/props/types.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>;
|
|
190
186
|
readonly size: {
|
|
191
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
187
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<StringConstructor, "" | "default" | "large" | "small", never>>;
|
|
192
188
|
readonly required: false;
|
|
193
189
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
194
190
|
__epPropKey: true;
|
|
195
191
|
};
|
|
196
192
|
readonly readonly: BooleanConstructor;
|
|
197
|
-
readonly disabled: import('element-plus/es/utils/
|
|
198
|
-
readonly placeholder: import('element-plus/es/utils/
|
|
199
|
-
readonly popperOptions: import('element-plus/es/utils/
|
|
200
|
-
readonly modelValue: import('element-plus/es/utils/
|
|
201
|
-
readonly rangeSeparator: import('element-plus/es/utils/
|
|
193
|
+
readonly disabled: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
194
|
+
readonly placeholder: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
195
|
+
readonly popperOptions: import('element-plus/es/utils/vue/props/types.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>;
|
|
196
|
+
readonly modelValue: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => import('element-plus').ModelValueType | null) | (((new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => import('element-plus').ModelValueType | null)) | null)[], unknown, unknown, "", boolean>;
|
|
197
|
+
readonly rangeSeparator: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
202
198
|
readonly startPlaceholder: StringConstructor;
|
|
203
199
|
readonly endPlaceholder: StringConstructor;
|
|
204
200
|
readonly defaultValue: {
|
|
205
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
201
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.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>>;
|
|
206
202
|
readonly required: false;
|
|
207
203
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
208
204
|
__epPropKey: true;
|
|
209
205
|
};
|
|
210
206
|
readonly defaultTime: {
|
|
211
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
207
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.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>>;
|
|
212
208
|
readonly required: false;
|
|
213
209
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
214
210
|
__epPropKey: true;
|
|
@@ -217,31 +213,33 @@ declare function __VLS_template(): {
|
|
|
217
213
|
}>> & Readonly<{
|
|
218
214
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
219
215
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], import('vue').PublicProps, {
|
|
220
|
-
readonly type: import('element-plus/es/utils/
|
|
221
|
-
readonly disabled: import('element-plus/es/utils/
|
|
222
|
-
readonly
|
|
223
|
-
readonly
|
|
224
|
-
readonly clearIcon: import('element-plus/es/utils/index.mjs').EpPropMergeType<(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>;
|
|
225
|
-
readonly placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | (((new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement)) | null)[], import('element-plus').Placement, unknown>;
|
|
216
|
+
readonly type: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => "month" | "year" | "dates" | "months" | "years" | "date" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import('element-plus').DatePickerType) | (((new (...args: any[]) => "month" | "year" | "dates" | "months" | "years" | "date" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import('element-plus').DatePickerType)) | null)[], unknown, unknown>;
|
|
217
|
+
readonly disabled: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
218
|
+
readonly modelValue: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => import('element-plus').ModelValueType | null) | (((new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => import('element-plus').ModelValueType | null)) | null)[], unknown, unknown>;
|
|
219
|
+
readonly automaticDropdown: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
226
220
|
readonly fallbackPlacements: import('element-plus').Placement[];
|
|
227
|
-
readonly
|
|
228
|
-
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(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>;
|
|
229
|
-
readonly valueOnClear: import('element-plus/es/utils/index.mjs').EpPropMergeType<(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>;
|
|
221
|
+
readonly placement: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => "left" | "right" | "auto" | "top" | "bottom" | "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[]) => "left" | "right" | "auto" | "top" | "bottom" | "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>;
|
|
230
222
|
readonly popperOptions: Partial<import('element-plus').Options>;
|
|
231
|
-
readonly
|
|
232
|
-
readonly
|
|
233
|
-
readonly
|
|
234
|
-
readonly
|
|
235
|
-
readonly
|
|
236
|
-
readonly
|
|
223
|
+
readonly popperStyle: import('vue').StyleValue;
|
|
224
|
+
readonly clearable: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
225
|
+
readonly clearIcon: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(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>;
|
|
226
|
+
readonly editable: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
227
|
+
readonly saveOnBlur: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
228
|
+
readonly prefixIcon: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(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>;
|
|
229
|
+
readonly placeholder: string;
|
|
237
230
|
readonly rangeSeparator: string;
|
|
238
231
|
readonly shortcuts: unknown[];
|
|
239
|
-
readonly
|
|
240
|
-
readonly
|
|
241
|
-
readonly
|
|
232
|
+
readonly tabindex: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>;
|
|
233
|
+
readonly validateEvent: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
234
|
+
readonly valueOnClear: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(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>;
|
|
235
|
+
readonly showNow: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
236
|
+
readonly showConfirm: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
237
|
+
readonly showFooter: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
242
238
|
readonly showWeekNumber: boolean;
|
|
243
239
|
readonly arrowControl: boolean;
|
|
244
240
|
readonly unlinkPanels: boolean;
|
|
241
|
+
readonly singlePanel: boolean;
|
|
242
|
+
readonly readonly: boolean;
|
|
245
243
|
readonly isRange: boolean;
|
|
246
244
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
247
245
|
P: {};
|
|
@@ -251,14 +249,14 @@ declare function __VLS_template(): {
|
|
|
251
249
|
M: {};
|
|
252
250
|
Defaults: {};
|
|
253
251
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
254
|
-
readonly type: import('element-plus/es/utils/
|
|
255
|
-
readonly showNow: import('element-plus/es/utils/
|
|
256
|
-
readonly showConfirm: import('element-plus/es/utils/
|
|
257
|
-
readonly showFooter: import('element-plus/es/utils/
|
|
252
|
+
readonly type: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => "month" | "year" | "dates" | "months" | "years" | "date" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import('element-plus').DatePickerType) | (((new (...args: any[]) => "month" | "year" | "dates" | "months" | "years" | "date" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import('element-plus').DatePickerType)) | null)[], unknown, unknown, "date", boolean>;
|
|
253
|
+
readonly showNow: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
254
|
+
readonly showConfirm: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
255
|
+
readonly showFooter: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
258
256
|
readonly showWeekNumber: BooleanConstructor;
|
|
259
257
|
readonly ariaLabel: StringConstructor;
|
|
260
258
|
readonly emptyValues: ArrayConstructor;
|
|
261
|
-
readonly valueOnClear: import('element-plus/es/utils/
|
|
259
|
+
readonly valueOnClear: import('element-plus/es/utils/vue/props/types.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>;
|
|
262
260
|
readonly disabledDate: {
|
|
263
261
|
readonly type: import('vue').PropType<Function>;
|
|
264
262
|
readonly required: false;
|
|
@@ -271,13 +269,14 @@ declare function __VLS_template(): {
|
|
|
271
269
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
272
270
|
__epPropKey: true;
|
|
273
271
|
};
|
|
274
|
-
readonly shortcuts: import('element-plus/es/utils/
|
|
272
|
+
readonly shortcuts: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
275
273
|
readonly arrowControl: BooleanConstructor;
|
|
276
|
-
readonly tabindex: import('element-plus/es/utils/
|
|
277
|
-
readonly validateEvent: import('element-plus/es/utils/
|
|
274
|
+
readonly tabindex: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
|
|
275
|
+
readonly validateEvent: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
278
276
|
readonly unlinkPanels: BooleanConstructor;
|
|
279
|
-
readonly
|
|
280
|
-
readonly
|
|
277
|
+
readonly singlePanel: BooleanConstructor;
|
|
278
|
+
readonly placement: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => "left" | "right" | "auto" | "top" | "bottom" | "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[]) => "left" | "right" | "auto" | "top" | "bottom" | "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>;
|
|
279
|
+
readonly fallbackPlacements: import('element-plus/es/utils/vue/props/types.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>;
|
|
281
280
|
readonly disabledHours: {
|
|
282
281
|
readonly type: import('vue').PropType<import('element-plus').GetDisabledHours>;
|
|
283
282
|
readonly required: false;
|
|
@@ -296,21 +295,21 @@ declare function __VLS_template(): {
|
|
|
296
295
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
297
296
|
__epPropKey: true;
|
|
298
297
|
};
|
|
299
|
-
readonly automaticDropdown: import('element-plus/es/utils/
|
|
298
|
+
readonly automaticDropdown: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
300
299
|
readonly id: {
|
|
301
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
300
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.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>>;
|
|
302
301
|
readonly required: false;
|
|
303
302
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
304
303
|
__epPropKey: true;
|
|
305
304
|
};
|
|
306
305
|
readonly name: {
|
|
307
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
306
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.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>>;
|
|
308
307
|
readonly required: false;
|
|
309
308
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
310
309
|
__epPropKey: true;
|
|
311
310
|
};
|
|
312
311
|
readonly popperClass: {
|
|
313
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
312
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
|
314
313
|
[x: string]: boolean;
|
|
315
314
|
} | (string | {
|
|
316
315
|
[x: string]: boolean;
|
|
@@ -411,43 +410,38 @@ declare function __VLS_template(): {
|
|
|
411
410
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
412
411
|
__epPropKey: true;
|
|
413
412
|
};
|
|
414
|
-
readonly popperStyle:
|
|
415
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(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>>;
|
|
416
|
-
readonly required: false;
|
|
417
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
418
|
-
__epPropKey: true;
|
|
419
|
-
};
|
|
413
|
+
readonly popperStyle: import('element-plus/es/utils/vue/props/types.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>;
|
|
420
414
|
readonly format: StringConstructor;
|
|
421
415
|
readonly valueFormat: StringConstructor;
|
|
422
416
|
readonly dateFormat: StringConstructor;
|
|
423
417
|
readonly timeFormat: StringConstructor;
|
|
424
|
-
readonly clearable: import('element-plus/es/utils/
|
|
425
|
-
readonly clearIcon: import('element-plus/es/utils/
|
|
426
|
-
readonly editable: import('element-plus/es/utils/
|
|
427
|
-
readonly saveOnBlur: import('element-plus/es/utils/
|
|
428
|
-
readonly prefixIcon: import('element-plus/es/utils/
|
|
418
|
+
readonly clearable: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
419
|
+
readonly clearIcon: import('element-plus/es/utils/vue/props/types.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>;
|
|
420
|
+
readonly editable: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
421
|
+
readonly saveOnBlur: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
422
|
+
readonly prefixIcon: import('element-plus/es/utils/vue/props/types.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>;
|
|
429
423
|
readonly size: {
|
|
430
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
424
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<StringConstructor, "" | "default" | "large" | "small", never>>;
|
|
431
425
|
readonly required: false;
|
|
432
426
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
433
427
|
__epPropKey: true;
|
|
434
428
|
};
|
|
435
429
|
readonly readonly: BooleanConstructor;
|
|
436
|
-
readonly disabled: import('element-plus/es/utils/
|
|
437
|
-
readonly placeholder: import('element-plus/es/utils/
|
|
438
|
-
readonly popperOptions: import('element-plus/es/utils/
|
|
439
|
-
readonly modelValue: import('element-plus/es/utils/
|
|
440
|
-
readonly rangeSeparator: import('element-plus/es/utils/
|
|
430
|
+
readonly disabled: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
431
|
+
readonly placeholder: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
432
|
+
readonly popperOptions: import('element-plus/es/utils/vue/props/types.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>;
|
|
433
|
+
readonly modelValue: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => import('element-plus').ModelValueType | null) | (((new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => import('element-plus').ModelValueType | null)) | null)[], unknown, unknown, "", boolean>;
|
|
434
|
+
readonly rangeSeparator: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
441
435
|
readonly startPlaceholder: StringConstructor;
|
|
442
436
|
readonly endPlaceholder: StringConstructor;
|
|
443
437
|
readonly defaultValue: {
|
|
444
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
438
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.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>>;
|
|
445
439
|
readonly required: false;
|
|
446
440
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
447
441
|
__epPropKey: true;
|
|
448
442
|
};
|
|
449
443
|
readonly defaultTime: {
|
|
450
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
444
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.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>>;
|
|
451
445
|
readonly required: false;
|
|
452
446
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
453
447
|
__epPropKey: true;
|
|
@@ -456,31 +450,33 @@ declare function __VLS_template(): {
|
|
|
456
450
|
}>> & Readonly<{
|
|
457
451
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
458
452
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
459
|
-
readonly type: import('element-plus/es/utils/
|
|
460
|
-
readonly disabled: import('element-plus/es/utils/
|
|
461
|
-
readonly
|
|
462
|
-
readonly
|
|
463
|
-
readonly clearIcon: import('element-plus/es/utils/index.mjs').EpPropMergeType<(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>;
|
|
464
|
-
readonly placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | (((new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement)) | null)[], import('element-plus').Placement, unknown>;
|
|
453
|
+
readonly type: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => "month" | "year" | "dates" | "months" | "years" | "date" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import('element-plus').DatePickerType) | (((new (...args: any[]) => "month" | "year" | "dates" | "months" | "years" | "date" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import('element-plus').DatePickerType)) | null)[], unknown, unknown>;
|
|
454
|
+
readonly disabled: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
455
|
+
readonly modelValue: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => import('element-plus').ModelValueType | null) | (((new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => import('element-plus').ModelValueType | null)) | null)[], unknown, unknown>;
|
|
456
|
+
readonly automaticDropdown: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
465
457
|
readonly fallbackPlacements: import('element-plus').Placement[];
|
|
466
|
-
readonly
|
|
467
|
-
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(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>;
|
|
468
|
-
readonly valueOnClear: import('element-plus/es/utils/index.mjs').EpPropMergeType<(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>;
|
|
458
|
+
readonly placement: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => "left" | "right" | "auto" | "top" | "bottom" | "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[]) => "left" | "right" | "auto" | "top" | "bottom" | "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>;
|
|
469
459
|
readonly popperOptions: Partial<import('element-plus').Options>;
|
|
470
|
-
readonly
|
|
471
|
-
readonly
|
|
472
|
-
readonly
|
|
473
|
-
readonly
|
|
474
|
-
readonly
|
|
475
|
-
readonly
|
|
460
|
+
readonly popperStyle: import('vue').StyleValue;
|
|
461
|
+
readonly clearable: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
462
|
+
readonly clearIcon: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(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>;
|
|
463
|
+
readonly editable: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
464
|
+
readonly saveOnBlur: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
465
|
+
readonly prefixIcon: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(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>;
|
|
466
|
+
readonly placeholder: string;
|
|
476
467
|
readonly rangeSeparator: string;
|
|
477
468
|
readonly shortcuts: unknown[];
|
|
478
|
-
readonly
|
|
479
|
-
readonly
|
|
480
|
-
readonly
|
|
469
|
+
readonly tabindex: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>;
|
|
470
|
+
readonly validateEvent: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
471
|
+
readonly valueOnClear: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(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>;
|
|
472
|
+
readonly showNow: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
473
|
+
readonly showConfirm: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
474
|
+
readonly showFooter: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
481
475
|
readonly showWeekNumber: boolean;
|
|
482
476
|
readonly arrowControl: boolean;
|
|
483
477
|
readonly unlinkPanels: boolean;
|
|
478
|
+
readonly singlePanel: boolean;
|
|
479
|
+
readonly readonly: boolean;
|
|
484
480
|
readonly isRange: boolean;
|
|
485
481
|
}> | null;
|
|
486
482
|
};
|
|
@@ -506,14 +502,14 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
506
502
|
buddhist: boolean;
|
|
507
503
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
508
504
|
pickerRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
509
|
-
readonly type: import('element-plus/es/utils/
|
|
510
|
-
readonly showNow: import('element-plus/es/utils/
|
|
511
|
-
readonly showConfirm: import('element-plus/es/utils/
|
|
512
|
-
readonly showFooter: import('element-plus/es/utils/
|
|
505
|
+
readonly type: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => "month" | "year" | "dates" | "months" | "years" | "date" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import('element-plus').DatePickerType) | (((new (...args: any[]) => "month" | "year" | "dates" | "months" | "years" | "date" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import('element-plus').DatePickerType)) | null)[], unknown, unknown, "date", boolean>;
|
|
506
|
+
readonly showNow: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
507
|
+
readonly showConfirm: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
508
|
+
readonly showFooter: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
513
509
|
readonly showWeekNumber: BooleanConstructor;
|
|
514
510
|
readonly ariaLabel: StringConstructor;
|
|
515
511
|
readonly emptyValues: ArrayConstructor;
|
|
516
|
-
readonly valueOnClear: import('element-plus/es/utils/
|
|
512
|
+
readonly valueOnClear: import('element-plus/es/utils/vue/props/types.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>;
|
|
517
513
|
readonly disabledDate: {
|
|
518
514
|
readonly type: import('vue').PropType<Function>;
|
|
519
515
|
readonly required: false;
|
|
@@ -526,13 +522,14 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
526
522
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
527
523
|
__epPropKey: true;
|
|
528
524
|
};
|
|
529
|
-
readonly shortcuts: import('element-plus/es/utils/
|
|
525
|
+
readonly shortcuts: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
530
526
|
readonly arrowControl: BooleanConstructor;
|
|
531
|
-
readonly tabindex: import('element-plus/es/utils/
|
|
532
|
-
readonly validateEvent: import('element-plus/es/utils/
|
|
527
|
+
readonly tabindex: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
|
|
528
|
+
readonly validateEvent: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
533
529
|
readonly unlinkPanels: BooleanConstructor;
|
|
534
|
-
readonly
|
|
535
|
-
readonly
|
|
530
|
+
readonly singlePanel: BooleanConstructor;
|
|
531
|
+
readonly placement: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => "left" | "right" | "auto" | "top" | "bottom" | "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[]) => "left" | "right" | "auto" | "top" | "bottom" | "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>;
|
|
532
|
+
readonly fallbackPlacements: import('element-plus/es/utils/vue/props/types.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>;
|
|
536
533
|
readonly disabledHours: {
|
|
537
534
|
readonly type: import('vue').PropType<import('element-plus').GetDisabledHours>;
|
|
538
535
|
readonly required: false;
|
|
@@ -551,21 +548,21 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
551
548
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
552
549
|
__epPropKey: true;
|
|
553
550
|
};
|
|
554
|
-
readonly automaticDropdown: import('element-plus/es/utils/
|
|
551
|
+
readonly automaticDropdown: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
555
552
|
readonly id: {
|
|
556
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
553
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.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>>;
|
|
557
554
|
readonly required: false;
|
|
558
555
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
559
556
|
__epPropKey: true;
|
|
560
557
|
};
|
|
561
558
|
readonly name: {
|
|
562
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
559
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.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>>;
|
|
563
560
|
readonly required: false;
|
|
564
561
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
565
562
|
__epPropKey: true;
|
|
566
563
|
};
|
|
567
564
|
readonly popperClass: {
|
|
568
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
565
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
|
569
566
|
[x: string]: boolean;
|
|
570
567
|
} | (string | {
|
|
571
568
|
[x: string]: boolean;
|
|
@@ -666,43 +663,38 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
666
663
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
667
664
|
__epPropKey: true;
|
|
668
665
|
};
|
|
669
|
-
readonly popperStyle:
|
|
670
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(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>>;
|
|
671
|
-
readonly required: false;
|
|
672
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
673
|
-
__epPropKey: true;
|
|
674
|
-
};
|
|
666
|
+
readonly popperStyle: import('element-plus/es/utils/vue/props/types.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>;
|
|
675
667
|
readonly format: StringConstructor;
|
|
676
668
|
readonly valueFormat: StringConstructor;
|
|
677
669
|
readonly dateFormat: StringConstructor;
|
|
678
670
|
readonly timeFormat: StringConstructor;
|
|
679
|
-
readonly clearable: import('element-plus/es/utils/
|
|
680
|
-
readonly clearIcon: import('element-plus/es/utils/
|
|
681
|
-
readonly editable: import('element-plus/es/utils/
|
|
682
|
-
readonly saveOnBlur: import('element-plus/es/utils/
|
|
683
|
-
readonly prefixIcon: import('element-plus/es/utils/
|
|
671
|
+
readonly clearable: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
672
|
+
readonly clearIcon: import('element-plus/es/utils/vue/props/types.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>;
|
|
673
|
+
readonly editable: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
674
|
+
readonly saveOnBlur: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
675
|
+
readonly prefixIcon: import('element-plus/es/utils/vue/props/types.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>;
|
|
684
676
|
readonly size: {
|
|
685
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
677
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<StringConstructor, "" | "default" | "large" | "small", never>>;
|
|
686
678
|
readonly required: false;
|
|
687
679
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
688
680
|
__epPropKey: true;
|
|
689
681
|
};
|
|
690
682
|
readonly readonly: BooleanConstructor;
|
|
691
|
-
readonly disabled: import('element-plus/es/utils/
|
|
692
|
-
readonly placeholder: import('element-plus/es/utils/
|
|
693
|
-
readonly popperOptions: import('element-plus/es/utils/
|
|
694
|
-
readonly modelValue: import('element-plus/es/utils/
|
|
695
|
-
readonly rangeSeparator: import('element-plus/es/utils/
|
|
683
|
+
readonly disabled: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
684
|
+
readonly placeholder: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
685
|
+
readonly popperOptions: import('element-plus/es/utils/vue/props/types.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>;
|
|
686
|
+
readonly modelValue: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => import('element-plus').ModelValueType | null) | (((new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => import('element-plus').ModelValueType | null)) | null)[], unknown, unknown, "", boolean>;
|
|
687
|
+
readonly rangeSeparator: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
696
688
|
readonly startPlaceholder: StringConstructor;
|
|
697
689
|
readonly endPlaceholder: StringConstructor;
|
|
698
690
|
readonly defaultValue: {
|
|
699
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
691
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.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>>;
|
|
700
692
|
readonly required: false;
|
|
701
693
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
702
694
|
__epPropKey: true;
|
|
703
695
|
};
|
|
704
696
|
readonly defaultTime: {
|
|
705
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
697
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.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>>;
|
|
706
698
|
readonly required: false;
|
|
707
699
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
708
700
|
__epPropKey: true;
|
|
@@ -711,31 +703,33 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
711
703
|
}>> & Readonly<{
|
|
712
704
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
713
705
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], import('vue').PublicProps, {
|
|
714
|
-
readonly type: import('element-plus/es/utils/
|
|
715
|
-
readonly disabled: import('element-plus/es/utils/
|
|
716
|
-
readonly
|
|
717
|
-
readonly
|
|
718
|
-
readonly clearIcon: import('element-plus/es/utils/index.mjs').EpPropMergeType<(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>;
|
|
719
|
-
readonly placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | (((new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement)) | null)[], import('element-plus').Placement, unknown>;
|
|
706
|
+
readonly type: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => "month" | "year" | "dates" | "months" | "years" | "date" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import('element-plus').DatePickerType) | (((new (...args: any[]) => "month" | "year" | "dates" | "months" | "years" | "date" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import('element-plus').DatePickerType)) | null)[], unknown, unknown>;
|
|
707
|
+
readonly disabled: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
708
|
+
readonly modelValue: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => import('element-plus').ModelValueType | null) | (((new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => import('element-plus').ModelValueType | null)) | null)[], unknown, unknown>;
|
|
709
|
+
readonly automaticDropdown: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
720
710
|
readonly fallbackPlacements: import('element-plus').Placement[];
|
|
721
|
-
readonly
|
|
722
|
-
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(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>;
|
|
723
|
-
readonly valueOnClear: import('element-plus/es/utils/index.mjs').EpPropMergeType<(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>;
|
|
711
|
+
readonly placement: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => "left" | "right" | "auto" | "top" | "bottom" | "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[]) => "left" | "right" | "auto" | "top" | "bottom" | "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>;
|
|
724
712
|
readonly popperOptions: Partial<import('element-plus').Options>;
|
|
725
|
-
readonly
|
|
726
|
-
readonly
|
|
727
|
-
readonly
|
|
728
|
-
readonly
|
|
729
|
-
readonly
|
|
730
|
-
readonly
|
|
713
|
+
readonly popperStyle: import('vue').StyleValue;
|
|
714
|
+
readonly clearable: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
715
|
+
readonly clearIcon: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(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>;
|
|
716
|
+
readonly editable: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
717
|
+
readonly saveOnBlur: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
718
|
+
readonly prefixIcon: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(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>;
|
|
719
|
+
readonly placeholder: string;
|
|
731
720
|
readonly rangeSeparator: string;
|
|
732
721
|
readonly shortcuts: unknown[];
|
|
733
|
-
readonly
|
|
734
|
-
readonly
|
|
735
|
-
readonly
|
|
722
|
+
readonly tabindex: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>;
|
|
723
|
+
readonly validateEvent: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
724
|
+
readonly valueOnClear: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(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>;
|
|
725
|
+
readonly showNow: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
726
|
+
readonly showConfirm: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
727
|
+
readonly showFooter: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
736
728
|
readonly showWeekNumber: boolean;
|
|
737
729
|
readonly arrowControl: boolean;
|
|
738
730
|
readonly unlinkPanels: boolean;
|
|
731
|
+
readonly singlePanel: boolean;
|
|
732
|
+
readonly readonly: boolean;
|
|
739
733
|
readonly isRange: boolean;
|
|
740
734
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
741
735
|
P: {};
|
|
@@ -745,14 +739,14 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
745
739
|
M: {};
|
|
746
740
|
Defaults: {};
|
|
747
741
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
748
|
-
readonly type: import('element-plus/es/utils/
|
|
749
|
-
readonly showNow: import('element-plus/es/utils/
|
|
750
|
-
readonly showConfirm: import('element-plus/es/utils/
|
|
751
|
-
readonly showFooter: import('element-plus/es/utils/
|
|
742
|
+
readonly type: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => "month" | "year" | "dates" | "months" | "years" | "date" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import('element-plus').DatePickerType) | (((new (...args: any[]) => "month" | "year" | "dates" | "months" | "years" | "date" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import('element-plus').DatePickerType)) | null)[], unknown, unknown, "date", boolean>;
|
|
743
|
+
readonly showNow: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
744
|
+
readonly showConfirm: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
745
|
+
readonly showFooter: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
752
746
|
readonly showWeekNumber: BooleanConstructor;
|
|
753
747
|
readonly ariaLabel: StringConstructor;
|
|
754
748
|
readonly emptyValues: ArrayConstructor;
|
|
755
|
-
readonly valueOnClear: import('element-plus/es/utils/
|
|
749
|
+
readonly valueOnClear: import('element-plus/es/utils/vue/props/types.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>;
|
|
756
750
|
readonly disabledDate: {
|
|
757
751
|
readonly type: import('vue').PropType<Function>;
|
|
758
752
|
readonly required: false;
|
|
@@ -765,13 +759,14 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
765
759
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
766
760
|
__epPropKey: true;
|
|
767
761
|
};
|
|
768
|
-
readonly shortcuts: import('element-plus/es/utils/
|
|
762
|
+
readonly shortcuts: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
769
763
|
readonly arrowControl: BooleanConstructor;
|
|
770
|
-
readonly tabindex: import('element-plus/es/utils/
|
|
771
|
-
readonly validateEvent: import('element-plus/es/utils/
|
|
764
|
+
readonly tabindex: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
|
|
765
|
+
readonly validateEvent: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
772
766
|
readonly unlinkPanels: BooleanConstructor;
|
|
773
|
-
readonly
|
|
774
|
-
readonly
|
|
767
|
+
readonly singlePanel: BooleanConstructor;
|
|
768
|
+
readonly placement: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => "left" | "right" | "auto" | "top" | "bottom" | "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[]) => "left" | "right" | "auto" | "top" | "bottom" | "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>;
|
|
769
|
+
readonly fallbackPlacements: import('element-plus/es/utils/vue/props/types.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>;
|
|
775
770
|
readonly disabledHours: {
|
|
776
771
|
readonly type: import('vue').PropType<import('element-plus').GetDisabledHours>;
|
|
777
772
|
readonly required: false;
|
|
@@ -790,21 +785,21 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
790
785
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
791
786
|
__epPropKey: true;
|
|
792
787
|
};
|
|
793
|
-
readonly automaticDropdown: import('element-plus/es/utils/
|
|
788
|
+
readonly automaticDropdown: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
794
789
|
readonly id: {
|
|
795
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
790
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.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>>;
|
|
796
791
|
readonly required: false;
|
|
797
792
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
798
793
|
__epPropKey: true;
|
|
799
794
|
};
|
|
800
795
|
readonly name: {
|
|
801
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
796
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.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>>;
|
|
802
797
|
readonly required: false;
|
|
803
798
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
804
799
|
__epPropKey: true;
|
|
805
800
|
};
|
|
806
801
|
readonly popperClass: {
|
|
807
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
802
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | {
|
|
808
803
|
[x: string]: boolean;
|
|
809
804
|
} | (string | {
|
|
810
805
|
[x: string]: boolean;
|
|
@@ -905,43 +900,38 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
905
900
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
906
901
|
__epPropKey: true;
|
|
907
902
|
};
|
|
908
|
-
readonly popperStyle:
|
|
909
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(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>>;
|
|
910
|
-
readonly required: false;
|
|
911
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
912
|
-
__epPropKey: true;
|
|
913
|
-
};
|
|
903
|
+
readonly popperStyle: import('element-plus/es/utils/vue/props/types.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>;
|
|
914
904
|
readonly format: StringConstructor;
|
|
915
905
|
readonly valueFormat: StringConstructor;
|
|
916
906
|
readonly dateFormat: StringConstructor;
|
|
917
907
|
readonly timeFormat: StringConstructor;
|
|
918
|
-
readonly clearable: import('element-plus/es/utils/
|
|
919
|
-
readonly clearIcon: import('element-plus/es/utils/
|
|
920
|
-
readonly editable: import('element-plus/es/utils/
|
|
921
|
-
readonly saveOnBlur: import('element-plus/es/utils/
|
|
922
|
-
readonly prefixIcon: import('element-plus/es/utils/
|
|
908
|
+
readonly clearable: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
909
|
+
readonly clearIcon: import('element-plus/es/utils/vue/props/types.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>;
|
|
910
|
+
readonly editable: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
911
|
+
readonly saveOnBlur: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
912
|
+
readonly prefixIcon: import('element-plus/es/utils/vue/props/types.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>;
|
|
923
913
|
readonly size: {
|
|
924
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
914
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<StringConstructor, "" | "default" | "large" | "small", never>>;
|
|
925
915
|
readonly required: false;
|
|
926
916
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
927
917
|
__epPropKey: true;
|
|
928
918
|
};
|
|
929
919
|
readonly readonly: BooleanConstructor;
|
|
930
|
-
readonly disabled: import('element-plus/es/utils/
|
|
931
|
-
readonly placeholder: import('element-plus/es/utils/
|
|
932
|
-
readonly popperOptions: import('element-plus/es/utils/
|
|
933
|
-
readonly modelValue: import('element-plus/es/utils/
|
|
934
|
-
readonly rangeSeparator: import('element-plus/es/utils/
|
|
920
|
+
readonly disabled: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
921
|
+
readonly placeholder: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
922
|
+
readonly popperOptions: import('element-plus/es/utils/vue/props/types.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>;
|
|
923
|
+
readonly modelValue: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<(new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => import('element-plus').ModelValueType | null) | (((new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => import('element-plus').ModelValueType | null)) | null)[], unknown, unknown, "", boolean>;
|
|
924
|
+
readonly rangeSeparator: import('element-plus/es/utils/vue/props/types.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
935
925
|
readonly startPlaceholder: StringConstructor;
|
|
936
926
|
readonly endPlaceholder: StringConstructor;
|
|
937
927
|
readonly defaultValue: {
|
|
938
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
928
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.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>>;
|
|
939
929
|
readonly required: false;
|
|
940
930
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
941
931
|
__epPropKey: true;
|
|
942
932
|
};
|
|
943
933
|
readonly defaultTime: {
|
|
944
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/
|
|
934
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types.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>>;
|
|
945
935
|
readonly required: false;
|
|
946
936
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
947
937
|
__epPropKey: true;
|
|
@@ -950,31 +940,33 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
950
940
|
}>> & Readonly<{
|
|
951
941
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
952
942
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
953
|
-
readonly type: import('element-plus/es/utils/
|
|
954
|
-
readonly disabled: import('element-plus/es/utils/
|
|
955
|
-
readonly
|
|
956
|
-
readonly
|
|
957
|
-
readonly clearIcon: import('element-plus/es/utils/index.mjs').EpPropMergeType<(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>;
|
|
958
|
-
readonly placement: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | (((new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement)) | null)[], import('element-plus').Placement, unknown>;
|
|
943
|
+
readonly type: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => "month" | "year" | "dates" | "months" | "years" | "date" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import('element-plus').DatePickerType) | (((new (...args: any[]) => "month" | "year" | "dates" | "months" | "years" | "date" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import('element-plus').DatePickerType)) | null)[], unknown, unknown>;
|
|
944
|
+
readonly disabled: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
945
|
+
readonly modelValue: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => import('element-plus').ModelValueType | null) | (((new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => import('element-plus').ModelValueType | null)) | null)[], unknown, unknown>;
|
|
946
|
+
readonly automaticDropdown: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
959
947
|
readonly fallbackPlacements: import('element-plus').Placement[];
|
|
960
|
-
readonly
|
|
961
|
-
readonly modelValue: import('element-plus/es/utils/index.mjs').EpPropMergeType<(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>;
|
|
962
|
-
readonly valueOnClear: import('element-plus/es/utils/index.mjs').EpPropMergeType<(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>;
|
|
948
|
+
readonly placement: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => "left" | "right" | "auto" | "top" | "bottom" | "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[]) => "left" | "right" | "auto" | "top" | "bottom" | "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>;
|
|
963
949
|
readonly popperOptions: Partial<import('element-plus').Options>;
|
|
964
|
-
readonly
|
|
965
|
-
readonly
|
|
966
|
-
readonly
|
|
967
|
-
readonly
|
|
968
|
-
readonly
|
|
969
|
-
readonly
|
|
950
|
+
readonly popperStyle: import('vue').StyleValue;
|
|
951
|
+
readonly clearable: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
952
|
+
readonly clearIcon: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(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>;
|
|
953
|
+
readonly editable: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
954
|
+
readonly saveOnBlur: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
955
|
+
readonly prefixIcon: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(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>;
|
|
956
|
+
readonly placeholder: string;
|
|
970
957
|
readonly rangeSeparator: string;
|
|
971
958
|
readonly shortcuts: unknown[];
|
|
972
|
-
readonly
|
|
973
|
-
readonly
|
|
974
|
-
readonly
|
|
959
|
+
readonly tabindex: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>;
|
|
960
|
+
readonly validateEvent: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
961
|
+
readonly valueOnClear: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<(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>;
|
|
962
|
+
readonly showNow: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
963
|
+
readonly showConfirm: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
964
|
+
readonly showFooter: import('element-plus/es/utils/vue/props/types.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
975
965
|
readonly showWeekNumber: boolean;
|
|
976
966
|
readonly arrowControl: boolean;
|
|
977
967
|
readonly unlinkPanels: boolean;
|
|
968
|
+
readonly singlePanel: boolean;
|
|
969
|
+
readonly readonly: boolean;
|
|
978
970
|
readonly isRange: boolean;
|
|
979
971
|
}> | null;
|
|
980
972
|
}, any>;
|