next-ui3 1.3.23 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/dist/index.full.min.js +131 -16
- package/dist/index.full.min.mjs +133 -18
- package/dist/locale/zh-cn.min.js +1 -1
- package/dist/locale/zh-cn.min.mjs +1 -1
- package/dist/utils/index.min.js +2 -2
- package/dist/utils/index.min.mjs +2 -2
- package/es/components/autocomplete/src/index.vue.d.ts +10 -203
- package/es/components/cascader/src/index.vue.d.ts +5 -1111
- package/es/components/checkbox/src/index.vue.d.ts +5 -10
- package/es/components/checkbox-group/src/BlockCheckboxGroup.vue.d.ts +10 -15
- package/es/components/checkbox-group/src/index.vue.d.ts +24 -27
- package/es/components/date-picker/src/QuarterPicker.vue.d.ts +1 -1
- package/es/components/date-picker/src/SemiAnnualPicker.vue.d.ts +1 -1
- package/es/components/date-picker/src/index.vue.d.ts +5 -383
- package/es/components/download-button/src/index.vue.d.ts +5 -10
- package/es/components/empty/src/index.vue.d.ts +5 -10
- package/es/components/file-select/src/index.vue.d.ts +9 -17
- package/es/components/file-upload/index.d.ts +3 -0
- package/es/components/file-upload/src/FileList.vue.d.ts +2 -0
- package/es/components/file-upload/src/index.vue.d.ts +110 -0
- package/es/components/file-upload/src/types.d.ts +12 -0
- package/es/components/filter/src/index.vue.d.ts +11 -197
- package/es/components/flex-text/src/index.vue.d.ts +7 -14
- package/es/components/form/src/index.vue.d.ts +13 -197
- package/es/components/icon/index.d.ts +2 -0
- package/es/components/icon/src/index.vue.d.ts +12 -0
- package/es/components/index.d.ts +2 -0
- package/es/components/input/src/index.vue.d.ts +5 -415
- package/es/components/input-number/src/index.vue.d.ts +9 -418
- package/es/components/input-password/src/index.vue.d.ts +5 -415
- package/es/components/pagination/src/index.vue.d.ts +5 -8
- package/es/components/radio-group/src/CustomRadioGroup.vue.d.ts +10 -15
- package/es/components/radio-group/src/index.vue.d.ts +19 -21
- package/es/components/remote-cascader/src/index.vue.d.ts +5 -10
- package/es/components/remote-select/src/DictSelect.vue.d.ts +5 -149
- package/es/components/remote-select/src/EnumSelect.vue.d.ts +5 -149
- package/es/components/remote-select/src/index.vue.d.ts +5 -10
- package/es/components/remote-tree-select/src/index.vue.d.ts +5 -10
- package/es/components/remote-tree-select/src/old.vue.d.ts +5 -53
- package/es/components/select/src/index.vue.d.ts +19 -549
- package/es/components/table/src/index.vue.d.ts +15 -571
- package/es/components/tree-panel/src/index.vue.d.ts +11 -882
- package/es/components/tree-select/src/index.vue.d.ts +5 -53
- package/es/components/upload/src/ImageUpload.vue.d.ts +8 -15
- package/es/components/upload/src/index.vue.d.ts +11 -468
- package/es/config/icons.d.ts +1 -0
- package/es/config/index.d.ts +1 -0
- package/es/hooks/use-toast/index.d.ts +1 -0
- package/es/hooks/use-upload-config/index.d.ts +1 -1
- package/es/utils/index.d.ts +1 -0
- package/es/utils/lock.d.ts +6 -0
- package/es/utils/timer.d.ts +1 -1
- package/es/version.d.ts +1 -1
- package/lib/components/autocomplete/src/index.vue.d.ts +10 -203
- package/lib/components/cascader/src/index.vue.d.ts +5 -1111
- package/lib/components/checkbox/src/index.vue.d.ts +5 -10
- package/lib/components/checkbox-group/src/BlockCheckboxGroup.vue.d.ts +10 -15
- package/lib/components/checkbox-group/src/index.vue.d.ts +24 -27
- package/lib/components/date-picker/src/QuarterPicker.vue.d.ts +1 -1
- package/lib/components/date-picker/src/SemiAnnualPicker.vue.d.ts +1 -1
- package/lib/components/date-picker/src/index.vue.d.ts +5 -383
- package/lib/components/download-button/src/index.vue.d.ts +5 -10
- package/lib/components/empty/src/index.vue.d.ts +5 -10
- package/lib/components/file-select/src/index.vue.d.ts +9 -17
- package/lib/components/file-upload/index.d.ts +3 -0
- package/lib/components/file-upload/src/FileList.vue.d.ts +2 -0
- package/lib/components/file-upload/src/index.vue.d.ts +110 -0
- package/lib/components/file-upload/src/types.d.ts +12 -0
- package/lib/components/filter/src/index.vue.d.ts +11 -197
- package/lib/components/flex-text/src/index.vue.d.ts +7 -14
- package/lib/components/form/src/index.vue.d.ts +13 -197
- package/lib/components/icon/index.d.ts +2 -0
- package/lib/components/icon/src/index.vue.d.ts +12 -0
- package/lib/components/index.d.ts +2 -0
- package/lib/components/input/src/index.vue.d.ts +5 -415
- package/lib/components/input-number/src/index.vue.d.ts +9 -418
- package/lib/components/input-password/src/index.vue.d.ts +5 -415
- package/lib/components/pagination/src/index.vue.d.ts +5 -8
- package/lib/components/radio-group/src/CustomRadioGroup.vue.d.ts +10 -15
- package/lib/components/radio-group/src/index.vue.d.ts +19 -21
- package/lib/components/remote-cascader/src/index.vue.d.ts +5 -10
- package/lib/components/remote-select/src/DictSelect.vue.d.ts +5 -149
- package/lib/components/remote-select/src/EnumSelect.vue.d.ts +5 -149
- package/lib/components/remote-select/src/index.vue.d.ts +5 -10
- package/lib/components/remote-tree-select/src/index.vue.d.ts +5 -10
- package/lib/components/remote-tree-select/src/old.vue.d.ts +5 -53
- package/lib/components/select/src/index.vue.d.ts +19 -549
- package/lib/components/table/src/index.vue.d.ts +15 -571
- package/lib/components/tree-panel/src/index.vue.d.ts +11 -882
- package/lib/components/tree-select/src/index.vue.d.ts +5 -53
- package/lib/components/upload/src/ImageUpload.vue.d.ts +8 -15
- package/lib/components/upload/src/index.vue.d.ts +11 -468
- package/lib/config/icons.d.ts +1 -0
- package/lib/config/index.d.ts +1 -0
- package/lib/hooks/use-toast/index.d.ts +1 -0
- package/lib/hooks/use-upload-config/index.d.ts +1 -1
- package/lib/utils/index.d.ts +1 -0
- package/lib/utils/lock.d.ts +6 -0
- package/lib/utils/timer.d.ts +1 -1
- package/lib/version.d.ts +1 -1
- package/package.json +1 -1
- package/theme-chalk/base.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/nt-empty.css +1 -1
- package/theme-chalk/nt-file-select.css +1 -1
- package/theme-chalk/nt-file-upload.css +1 -0
- package/theme-chalk/nt-icon.css +1 -0
- package/theme-chalk/src/base.scss +3 -0
- package/theme-chalk/src/file-upload.scss +156 -0
- package/theme-chalk/src/icon.scss +15 -0
- package/theme-chalk/src/index.scss +2 -0
|
@@ -13,15 +13,10 @@ type __VLS_Props = {
|
|
|
13
13
|
tabindex?: string | number;
|
|
14
14
|
id?: string;
|
|
15
15
|
};
|
|
16
|
-
declare
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
default?(_: {}): any;
|
|
20
|
-
};
|
|
21
|
-
refs: {};
|
|
22
|
-
rootEl: HTMLLabelElement;
|
|
16
|
+
declare var __VLS_1: {};
|
|
17
|
+
type __VLS_Slots = {} & {
|
|
18
|
+
default?: (props: typeof __VLS_1) => any;
|
|
23
19
|
};
|
|
24
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
25
20
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {
|
|
26
21
|
trueLabel: undefined;
|
|
27
22
|
trueValue: undefined;
|
|
@@ -59,7 +54,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
59
54
|
border: boolean;
|
|
60
55
|
indeterminate: boolean;
|
|
61
56
|
}>;
|
|
62
|
-
declare const _default:
|
|
57
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
63
58
|
export default _default;
|
|
64
59
|
type __VLS_WithDefaults<P, D> = {
|
|
65
60
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
@@ -75,7 +70,7 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
75
70
|
required: true;
|
|
76
71
|
};
|
|
77
72
|
};
|
|
78
|
-
type
|
|
73
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
79
74
|
new (): {
|
|
80
75
|
$slots: S;
|
|
81
76
|
};
|
|
@@ -10,20 +10,15 @@ type __VLS_Props = {
|
|
|
10
10
|
allText?: string;
|
|
11
11
|
allValue?: string | number;
|
|
12
12
|
};
|
|
13
|
-
declare
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}): any;
|
|
22
|
-
};
|
|
23
|
-
refs: {};
|
|
24
|
-
rootEl: HTMLDivElement;
|
|
13
|
+
declare var __VLS_13: {
|
|
14
|
+
value: string | number;
|
|
15
|
+
label: string;
|
|
16
|
+
disabled?: boolean;
|
|
17
|
+
data: any;
|
|
18
|
+
};
|
|
19
|
+
type __VLS_Slots = {} & {
|
|
20
|
+
option?: (props: typeof __VLS_13) => any;
|
|
25
21
|
};
|
|
26
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
27
22
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {
|
|
28
23
|
showAll: boolean;
|
|
29
24
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -37,7 +32,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
37
32
|
}, {
|
|
38
33
|
showAll: boolean;
|
|
39
34
|
}>;
|
|
40
|
-
declare const _default:
|
|
35
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
41
36
|
export default _default;
|
|
42
37
|
type __VLS_WithDefaults<P, D> = {
|
|
43
38
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
@@ -53,7 +48,7 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
53
48
|
required: true;
|
|
54
49
|
};
|
|
55
50
|
};
|
|
56
|
-
type
|
|
51
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
57
52
|
new (): {
|
|
58
53
|
$slots: S;
|
|
59
54
|
};
|
|
@@ -14,32 +14,29 @@ type __VLS_Props = {
|
|
|
14
14
|
showAll?: boolean;
|
|
15
15
|
allText?: string;
|
|
16
16
|
};
|
|
17
|
-
declare
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
refs: {};
|
|
40
|
-
rootEl: any;
|
|
17
|
+
declare var __VLS_9: {
|
|
18
|
+
value: string | number;
|
|
19
|
+
label: string;
|
|
20
|
+
disabled?: boolean;
|
|
21
|
+
data: any;
|
|
22
|
+
}, __VLS_27: {
|
|
23
|
+
value: any;
|
|
24
|
+
label: any;
|
|
25
|
+
disabled: any;
|
|
26
|
+
data: any;
|
|
27
|
+
}, __VLS_33: {
|
|
28
|
+
value: any;
|
|
29
|
+
label: any;
|
|
30
|
+
disabled: any;
|
|
31
|
+
data: any;
|
|
32
|
+
};
|
|
33
|
+
type __VLS_Slots = {} & {
|
|
34
|
+
option?: (props: typeof __VLS_9) => any;
|
|
35
|
+
} & {
|
|
36
|
+
option?: (props: typeof __VLS_27) => any;
|
|
37
|
+
} & {
|
|
38
|
+
option?: (props: typeof __VLS_33) => any;
|
|
41
39
|
};
|
|
42
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
43
40
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {
|
|
44
41
|
type: string;
|
|
45
42
|
loading: boolean;
|
|
@@ -79,7 +76,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
79
76
|
disabledKey: string;
|
|
80
77
|
noDataText: string;
|
|
81
78
|
}>;
|
|
82
|
-
declare const _default:
|
|
79
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
83
80
|
export default _default;
|
|
84
81
|
type __VLS_WithDefaults<P, D> = {
|
|
85
82
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
@@ -95,7 +92,7 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
95
92
|
required: true;
|
|
96
93
|
};
|
|
97
94
|
};
|
|
98
|
-
type
|
|
95
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
99
96
|
new (): {
|
|
100
97
|
$slots: S;
|
|
101
98
|
};
|
|
@@ -68,8 +68,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
68
68
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
69
69
|
}, {
|
|
70
70
|
modelValue: string;
|
|
71
|
-
clearable: boolean;
|
|
72
71
|
placeholder: string;
|
|
72
|
+
clearable: boolean;
|
|
73
73
|
format: string;
|
|
74
74
|
valueFormat: string;
|
|
75
75
|
width: string;
|
|
@@ -64,8 +64,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
64
64
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
65
65
|
}, {
|
|
66
66
|
modelValue: string;
|
|
67
|
-
clearable: boolean;
|
|
68
67
|
placeholder: string;
|
|
68
|
+
clearable: boolean;
|
|
69
69
|
format: string;
|
|
70
70
|
valueFormat: string;
|
|
71
71
|
width: string;
|
|
@@ -2,388 +2,10 @@ type __VLS_Props = {
|
|
|
2
2
|
type?: 'year' | 'years' | 'month' | 'months' | 'date' | 'dates' | 'datetime' | 'week' | 'datetimerange' | 'daterange' | 'monthrange' | 'yearrange' | 'quarter' | 'semi-annual';
|
|
3
3
|
customStyle?: string | Record<string, any>;
|
|
4
4
|
};
|
|
5
|
-
declare
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
refs: {
|
|
9
|
-
pickerRef: ({
|
|
10
|
-
$: import("vue").ComponentInternalInstance;
|
|
11
|
-
$data: {};
|
|
12
|
-
$props: Partial<{
|
|
13
|
-
readonly disabled: boolean;
|
|
14
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus/es/components/date-picker/src/date-picker.type.js").IDatePickerType) | ((new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus/es/components/date-picker/src/date-picker.type.js").IDatePickerType))[], unknown, unknown>;
|
|
15
|
-
readonly placeholder: string;
|
|
16
|
-
readonly modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType) | ((new (...args: any[]) => string | number | string[] | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType))[], unknown, unknown>;
|
|
17
|
-
readonly placement: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement))[], import("@popperjs/core").Placement, unknown>;
|
|
18
|
-
readonly tabindex: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
19
|
-
readonly valueOnClear: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown>;
|
|
20
|
-
readonly readonly: boolean;
|
|
21
|
-
readonly prefixIcon: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
22
|
-
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
23
|
-
readonly clearable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
24
|
-
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
25
|
-
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
26
|
-
readonly popperClass: string;
|
|
27
|
-
readonly editable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
28
|
-
readonly rangeSeparator: string;
|
|
29
|
-
readonly shortcuts: unknown[];
|
|
30
|
-
readonly showNow: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
31
|
-
readonly arrowControl: boolean;
|
|
32
|
-
readonly unlinkPanels: boolean;
|
|
33
|
-
readonly isRange: boolean;
|
|
34
|
-
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
35
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus/es/components/date-picker/src/date-picker.type.js").IDatePickerType) | ((new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus/es/components/date-picker/src/date-picker.type.js").IDatePickerType))[], unknown, unknown, "date", boolean>;
|
|
36
|
-
readonly showNow: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
37
|
-
readonly ariaLabel: StringConstructor;
|
|
38
|
-
readonly emptyValues: ArrayConstructor;
|
|
39
|
-
readonly valueOnClear: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
40
|
-
readonly disabledDate: {
|
|
41
|
-
readonly type: import("vue").PropType<Function>;
|
|
42
|
-
readonly required: false;
|
|
43
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
44
|
-
__epPropKey: true;
|
|
45
|
-
};
|
|
46
|
-
readonly cellClassName: {
|
|
47
|
-
readonly type: import("vue").PropType<Function>;
|
|
48
|
-
readonly required: false;
|
|
49
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
50
|
-
__epPropKey: true;
|
|
51
|
-
};
|
|
52
|
-
readonly shortcuts: import("element-plus/es/utils/index.js").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
53
|
-
readonly arrowControl: BooleanConstructor;
|
|
54
|
-
readonly tabindex: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
55
|
-
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
56
|
-
readonly unlinkPanels: BooleanConstructor;
|
|
57
|
-
readonly placement: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement))[], import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
58
|
-
readonly fallbackPlacements: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => import("@popperjs/core").Placement[]) | (() => import("@popperjs/core").Placement[]) | ((new (...args: any[]) => import("@popperjs/core").Placement[]) | (() => import("@popperjs/core").Placement[]))[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
59
|
-
readonly disabledHours: {
|
|
60
|
-
readonly type: import("vue").PropType<import("element-plus/es/components/time-picker/src/props/shared.js").GetDisabledHours>;
|
|
61
|
-
readonly required: false;
|
|
62
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
63
|
-
__epPropKey: true;
|
|
64
|
-
};
|
|
65
|
-
readonly disabledMinutes: {
|
|
66
|
-
readonly type: import("vue").PropType<import("element-plus/es/components/time-picker/src/props/shared.js").GetDisabledMinutes>;
|
|
67
|
-
readonly required: false;
|
|
68
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
69
|
-
__epPropKey: true;
|
|
70
|
-
};
|
|
71
|
-
readonly disabledSeconds: {
|
|
72
|
-
readonly type: import("vue").PropType<import("element-plus/es/components/time-picker/src/props/shared.js").GetDisabledSeconds>;
|
|
73
|
-
readonly required: false;
|
|
74
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
75
|
-
__epPropKey: true;
|
|
76
|
-
};
|
|
77
|
-
readonly id: {
|
|
78
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>))[], unknown, unknown>>;
|
|
79
|
-
readonly required: false;
|
|
80
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
81
|
-
__epPropKey: true;
|
|
82
|
-
};
|
|
83
|
-
readonly name: {
|
|
84
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>))[], unknown, unknown>>;
|
|
85
|
-
readonly required: false;
|
|
86
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
87
|
-
__epPropKey: true;
|
|
88
|
-
};
|
|
89
|
-
readonly popperClass: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
90
|
-
readonly format: StringConstructor;
|
|
91
|
-
readonly valueFormat: StringConstructor;
|
|
92
|
-
readonly dateFormat: StringConstructor;
|
|
93
|
-
readonly timeFormat: StringConstructor;
|
|
94
|
-
readonly clearable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
95
|
-
readonly clearIcon: {
|
|
96
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
97
|
-
readonly required: false;
|
|
98
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
99
|
-
__epPropKey: true;
|
|
100
|
-
};
|
|
101
|
-
readonly editable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
102
|
-
readonly prefixIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "", boolean>;
|
|
103
|
-
readonly size: {
|
|
104
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
105
|
-
readonly required: false;
|
|
106
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
107
|
-
__epPropKey: true;
|
|
108
|
-
};
|
|
109
|
-
readonly readonly: BooleanConstructor;
|
|
110
|
-
readonly disabled: BooleanConstructor;
|
|
111
|
-
readonly placeholder: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
112
|
-
readonly popperOptions: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
113
|
-
readonly modelValue: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType) | ((new (...args: any[]) => string | number | string[] | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
114
|
-
readonly rangeSeparator: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
115
|
-
readonly startPlaceholder: StringConstructor;
|
|
116
|
-
readonly endPlaceholder: StringConstructor;
|
|
117
|
-
readonly defaultValue: {
|
|
118
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
119
|
-
readonly required: false;
|
|
120
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
121
|
-
__epPropKey: true;
|
|
122
|
-
};
|
|
123
|
-
readonly defaultTime: {
|
|
124
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
125
|
-
readonly required: false;
|
|
126
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
127
|
-
__epPropKey: true;
|
|
128
|
-
};
|
|
129
|
-
readonly isRange: BooleanConstructor;
|
|
130
|
-
}>> & {
|
|
131
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
132
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "modelValue" | "validateEvent" | "placement" | "popperClass" | "clearable" | "valueOnClear" | "placeholder" | "fallbackPlacements" | "tabindex" | "readonly" | "prefixIcon" | "popperOptions" | "showNow" | "shortcuts" | "arrowControl" | "unlinkPanels" | "editable" | "rangeSeparator" | "isRange">;
|
|
133
|
-
$attrs: {
|
|
134
|
-
[x: string]: unknown;
|
|
135
|
-
};
|
|
136
|
-
$refs: {
|
|
137
|
-
[x: string]: unknown;
|
|
138
|
-
};
|
|
139
|
-
$slots: import("vue").Slots;
|
|
140
|
-
$root: import("vue").ComponentPublicInstance | null;
|
|
141
|
-
$parent: import("vue").ComponentPublicInstance | null;
|
|
142
|
-
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
143
|
-
$el: any;
|
|
144
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
145
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus/es/components/date-picker/src/date-picker.type.js").IDatePickerType) | ((new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus/es/components/date-picker/src/date-picker.type.js").IDatePickerType))[], unknown, unknown, "date", boolean>;
|
|
146
|
-
readonly showNow: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
147
|
-
readonly ariaLabel: StringConstructor;
|
|
148
|
-
readonly emptyValues: ArrayConstructor;
|
|
149
|
-
readonly valueOnClear: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
150
|
-
readonly disabledDate: {
|
|
151
|
-
readonly type: import("vue").PropType<Function>;
|
|
152
|
-
readonly required: false;
|
|
153
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
154
|
-
__epPropKey: true;
|
|
155
|
-
};
|
|
156
|
-
readonly cellClassName: {
|
|
157
|
-
readonly type: import("vue").PropType<Function>;
|
|
158
|
-
readonly required: false;
|
|
159
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
160
|
-
__epPropKey: true;
|
|
161
|
-
};
|
|
162
|
-
readonly shortcuts: import("element-plus/es/utils/index.js").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
163
|
-
readonly arrowControl: BooleanConstructor;
|
|
164
|
-
readonly tabindex: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
165
|
-
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
166
|
-
readonly unlinkPanels: BooleanConstructor;
|
|
167
|
-
readonly placement: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement))[], import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
168
|
-
readonly fallbackPlacements: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => import("@popperjs/core").Placement[]) | (() => import("@popperjs/core").Placement[]) | ((new (...args: any[]) => import("@popperjs/core").Placement[]) | (() => import("@popperjs/core").Placement[]))[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
169
|
-
readonly disabledHours: {
|
|
170
|
-
readonly type: import("vue").PropType<import("element-plus/es/components/time-picker/src/props/shared.js").GetDisabledHours>;
|
|
171
|
-
readonly required: false;
|
|
172
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
173
|
-
__epPropKey: true;
|
|
174
|
-
};
|
|
175
|
-
readonly disabledMinutes: {
|
|
176
|
-
readonly type: import("vue").PropType<import("element-plus/es/components/time-picker/src/props/shared.js").GetDisabledMinutes>;
|
|
177
|
-
readonly required: false;
|
|
178
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
179
|
-
__epPropKey: true;
|
|
180
|
-
};
|
|
181
|
-
readonly disabledSeconds: {
|
|
182
|
-
readonly type: import("vue").PropType<import("element-plus/es/components/time-picker/src/props/shared.js").GetDisabledSeconds>;
|
|
183
|
-
readonly required: false;
|
|
184
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
185
|
-
__epPropKey: true;
|
|
186
|
-
};
|
|
187
|
-
readonly id: {
|
|
188
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>))[], unknown, unknown>>;
|
|
189
|
-
readonly required: false;
|
|
190
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
191
|
-
__epPropKey: true;
|
|
192
|
-
};
|
|
193
|
-
readonly name: {
|
|
194
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>))[], unknown, unknown>>;
|
|
195
|
-
readonly required: false;
|
|
196
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
197
|
-
__epPropKey: true;
|
|
198
|
-
};
|
|
199
|
-
readonly popperClass: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
200
|
-
readonly format: StringConstructor;
|
|
201
|
-
readonly valueFormat: StringConstructor;
|
|
202
|
-
readonly dateFormat: StringConstructor;
|
|
203
|
-
readonly timeFormat: StringConstructor;
|
|
204
|
-
readonly clearable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
205
|
-
readonly clearIcon: {
|
|
206
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
207
|
-
readonly required: false;
|
|
208
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
209
|
-
__epPropKey: true;
|
|
210
|
-
};
|
|
211
|
-
readonly editable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
212
|
-
readonly prefixIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "", boolean>;
|
|
213
|
-
readonly size: {
|
|
214
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
215
|
-
readonly required: false;
|
|
216
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
217
|
-
__epPropKey: true;
|
|
218
|
-
};
|
|
219
|
-
readonly readonly: BooleanConstructor;
|
|
220
|
-
readonly disabled: BooleanConstructor;
|
|
221
|
-
readonly placeholder: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
222
|
-
readonly popperOptions: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
223
|
-
readonly modelValue: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType) | ((new (...args: any[]) => string | number | string[] | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
224
|
-
readonly rangeSeparator: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
225
|
-
readonly startPlaceholder: StringConstructor;
|
|
226
|
-
readonly endPlaceholder: StringConstructor;
|
|
227
|
-
readonly defaultValue: {
|
|
228
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
229
|
-
readonly required: false;
|
|
230
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
231
|
-
__epPropKey: true;
|
|
232
|
-
};
|
|
233
|
-
readonly defaultTime: {
|
|
234
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
235
|
-
readonly required: false;
|
|
236
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
237
|
-
__epPropKey: true;
|
|
238
|
-
};
|
|
239
|
-
readonly isRange: BooleanConstructor;
|
|
240
|
-
}>> & {
|
|
241
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
242
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], string, {
|
|
243
|
-
readonly disabled: boolean;
|
|
244
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus/es/components/date-picker/src/date-picker.type.js").IDatePickerType) | ((new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus/es/components/date-picker/src/date-picker.type.js").IDatePickerType))[], unknown, unknown>;
|
|
245
|
-
readonly placeholder: string;
|
|
246
|
-
readonly modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType) | ((new (...args: any[]) => string | number | string[] | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType))[], unknown, unknown>;
|
|
247
|
-
readonly placement: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement))[], import("@popperjs/core").Placement, unknown>;
|
|
248
|
-
readonly tabindex: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
249
|
-
readonly valueOnClear: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown>;
|
|
250
|
-
readonly readonly: boolean;
|
|
251
|
-
readonly prefixIcon: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
252
|
-
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
253
|
-
readonly clearable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
254
|
-
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
255
|
-
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
256
|
-
readonly popperClass: string;
|
|
257
|
-
readonly editable: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
258
|
-
readonly rangeSeparator: string;
|
|
259
|
-
readonly shortcuts: unknown[];
|
|
260
|
-
readonly showNow: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
261
|
-
readonly arrowControl: boolean;
|
|
262
|
-
readonly unlinkPanels: boolean;
|
|
263
|
-
readonly isRange: boolean;
|
|
264
|
-
}> & {
|
|
265
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
266
|
-
created?: (() => void) | (() => void)[];
|
|
267
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
268
|
-
mounted?: (() => void) | (() => void)[];
|
|
269
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
270
|
-
updated?: (() => void) | (() => void)[];
|
|
271
|
-
activated?: (() => void) | (() => void)[];
|
|
272
|
-
deactivated?: (() => void) | (() => void)[];
|
|
273
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
274
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
275
|
-
destroyed?: (() => void) | (() => void)[];
|
|
276
|
-
unmounted?: (() => void) | (() => void)[];
|
|
277
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
278
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
279
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
280
|
-
};
|
|
281
|
-
$forceUpdate: () => void;
|
|
282
|
-
$nextTick: typeof import("vue").nextTick;
|
|
283
|
-
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
284
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
285
|
-
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus/es/components/date-picker/src/date-picker.type.js").IDatePickerType) | ((new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus/es/components/date-picker/src/date-picker.type.js").IDatePickerType))[], unknown, unknown, "date", boolean>;
|
|
286
|
-
readonly showNow: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
287
|
-
readonly ariaLabel: StringConstructor;
|
|
288
|
-
readonly emptyValues: ArrayConstructor;
|
|
289
|
-
readonly valueOnClear: import("element-plus/es/utils/index.js").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
290
|
-
readonly disabledDate: {
|
|
291
|
-
readonly type: import("vue").PropType<Function>;
|
|
292
|
-
readonly required: false;
|
|
293
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
294
|
-
__epPropKey: true;
|
|
295
|
-
};
|
|
296
|
-
readonly cellClassName: {
|
|
297
|
-
readonly type: import("vue").PropType<Function>;
|
|
298
|
-
readonly required: false;
|
|
299
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
300
|
-
__epPropKey: true;
|
|
301
|
-
};
|
|
302
|
-
readonly shortcuts: import("element-plus/es/utils/index.js").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
303
|
-
readonly arrowControl: BooleanConstructor;
|
|
304
|
-
readonly tabindex: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
305
|
-
readonly validateEvent: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
306
|
-
readonly unlinkPanels: BooleanConstructor;
|
|
307
|
-
readonly placement: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement))[], import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
308
|
-
readonly fallbackPlacements: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => import("@popperjs/core").Placement[]) | (() => import("@popperjs/core").Placement[]) | ((new (...args: any[]) => import("@popperjs/core").Placement[]) | (() => import("@popperjs/core").Placement[]))[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
309
|
-
readonly disabledHours: {
|
|
310
|
-
readonly type: import("vue").PropType<import("element-plus/es/components/time-picker/src/props/shared.js").GetDisabledHours>;
|
|
311
|
-
readonly required: false;
|
|
312
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
313
|
-
__epPropKey: true;
|
|
314
|
-
};
|
|
315
|
-
readonly disabledMinutes: {
|
|
316
|
-
readonly type: import("vue").PropType<import("element-plus/es/components/time-picker/src/props/shared.js").GetDisabledMinutes>;
|
|
317
|
-
readonly required: false;
|
|
318
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
319
|
-
__epPropKey: true;
|
|
320
|
-
};
|
|
321
|
-
readonly disabledSeconds: {
|
|
322
|
-
readonly type: import("vue").PropType<import("element-plus/es/components/time-picker/src/props/shared.js").GetDisabledSeconds>;
|
|
323
|
-
readonly required: false;
|
|
324
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
325
|
-
__epPropKey: true;
|
|
326
|
-
};
|
|
327
|
-
readonly id: {
|
|
328
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>))[], unknown, unknown>>;
|
|
329
|
-
readonly required: false;
|
|
330
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
331
|
-
__epPropKey: true;
|
|
332
|
-
};
|
|
333
|
-
readonly name: {
|
|
334
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>))[], unknown, unknown>>;
|
|
335
|
-
readonly required: false;
|
|
336
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
337
|
-
__epPropKey: true;
|
|
338
|
-
};
|
|
339
|
-
readonly popperClass: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
340
|
-
readonly format: StringConstructor;
|
|
341
|
-
readonly valueFormat: StringConstructor;
|
|
342
|
-
readonly dateFormat: StringConstructor;
|
|
343
|
-
readonly timeFormat: StringConstructor;
|
|
344
|
-
readonly clearable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
345
|
-
readonly clearIcon: {
|
|
346
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
347
|
-
readonly required: false;
|
|
348
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
349
|
-
__epPropKey: true;
|
|
350
|
-
};
|
|
351
|
-
readonly editable: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
352
|
-
readonly prefixIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "", boolean>;
|
|
353
|
-
readonly size: {
|
|
354
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
355
|
-
readonly required: false;
|
|
356
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
357
|
-
__epPropKey: true;
|
|
358
|
-
};
|
|
359
|
-
readonly readonly: BooleanConstructor;
|
|
360
|
-
readonly disabled: BooleanConstructor;
|
|
361
|
-
readonly placeholder: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
362
|
-
readonly popperOptions: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
363
|
-
readonly modelValue: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType) | ((new (...args: any[]) => string | number | string[] | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
364
|
-
readonly rangeSeparator: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
365
|
-
readonly startPlaceholder: StringConstructor;
|
|
366
|
-
readonly endPlaceholder: StringConstructor;
|
|
367
|
-
readonly defaultValue: {
|
|
368
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
369
|
-
readonly required: false;
|
|
370
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
371
|
-
__epPropKey: true;
|
|
372
|
-
};
|
|
373
|
-
readonly defaultTime: {
|
|
374
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
375
|
-
readonly required: false;
|
|
376
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
377
|
-
__epPropKey: true;
|
|
378
|
-
};
|
|
379
|
-
readonly isRange: BooleanConstructor;
|
|
380
|
-
}>> & {
|
|
381
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
382
|
-
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("@vue/runtime-core").ComponentCustomProperties) | null;
|
|
383
|
-
};
|
|
384
|
-
rootEl: any;
|
|
5
|
+
declare var __VLS_16: string, __VLS_17: any;
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
[K in NonNullable<typeof __VLS_16>]?: (props: typeof __VLS_17) => any;
|
|
385
8
|
};
|
|
386
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
387
9
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {
|
|
388
10
|
type: string;
|
|
389
11
|
}>, any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {
|
|
@@ -391,7 +13,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
391
13
|
}>>>, {
|
|
392
14
|
type: "year" | "years" | "month" | "months" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "yearrange" | "quarter" | "semi-annual";
|
|
393
15
|
}>;
|
|
394
|
-
declare const _default:
|
|
16
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
395
17
|
export default _default;
|
|
396
18
|
type __VLS_WithDefaults<P, D> = {
|
|
397
19
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
@@ -407,7 +29,7 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
407
29
|
required: true;
|
|
408
30
|
};
|
|
409
31
|
};
|
|
410
|
-
type
|
|
32
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
411
33
|
new (): {
|
|
412
34
|
$slots: S;
|
|
413
35
|
};
|