yc-pro-components 0.0.75 → 0.0.76
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/es/components/check-card/index.d.ts +61 -61
- package/es/components/check-card/src/index.vue.d.ts +4 -4
- package/es/components/check-card-group/index.d.ts +43 -43
- package/es/components/check-card-group/src/index.vue.d.ts +3 -3
- package/es/components/date-picker/index.d.ts +30 -30
- package/es/components/date-picker/src/index.vue.d.ts +22 -22
- package/es/components/dialog/index.d.ts +45 -45
- package/es/components/dialog/src/index.vue.d.ts +3 -3
- package/es/components/dialog-form/index.d.ts +31 -31
- package/es/components/dialog-form/src/index.vue.d.ts +9 -9
- package/es/components/display-item/index.d.ts +41 -41
- package/es/components/display-item/src/index.vue.d.ts +22 -22
- package/es/components/drawer-form/index.d.ts +68 -68
- package/es/components/drawer-form/src/index.vue.d.ts +16 -16
- package/es/components/form/index.d.ts +71 -71
- package/es/components/form/src/form-content.vue.d.ts +21 -21
- package/es/components/form/src/index.vue.d.ts +19 -19
- package/es/components/form-item/index.d.ts +69 -69
- package/es/components/form-item/src/index.vue.d.ts +21 -21
- package/es/components/header/index.d.ts +19 -19
- package/es/components/header/src/index.vue.d.ts +1 -1
- package/es/components/input-tag/index.d.ts +15 -15
- package/es/components/input-tag/src/index.vue.d.ts +3 -3
- package/es/components/layout/index.d.ts +30 -30
- package/es/components/layout/src/index.vue.d.ts +10 -10
- package/es/components/page/index.d.ts +533 -533
- package/es/components/page/src/index.vue.d.ts +181 -181
- package/es/components/pagination/index.d.ts +42 -42
- package/es/components/pagination/src/index.vue.d.ts +3 -3
- package/es/components/radio/index.d.ts +35 -35
- package/es/components/radio/src/index.vue.d.ts +27 -27
- package/es/components/render/index.d.ts +3 -3
- package/es/components/render/src/index.vue.d.ts +1 -1
- package/es/components/search/index.d.ts +243 -243
- package/es/components/search/src/index.vue.d.ts +73 -73
- package/es/components/sidebar/index.d.ts +15 -15
- package/es/components/sidebar/src/index.vue.d.ts +5 -5
- package/es/components/steps-form/index.d.ts +23 -23
- package/es/components/steps-form/src/index.vue.d.ts +2 -2
- package/es/components/table/src/table-column.vue.d.ts +37 -37
- package/es/components/table/src/table-title-bar.vue.mjs +1 -1
- package/es/components/table/src/table-title-bar.vue2.mjs +79 -40
- package/es/components/table/src/type.d.ts +17 -0
- package/es/components/utils/index.d.ts +2 -2
- package/es/components/yc-dialog/index.d.ts +24 -24
- package/es/components/yc-download-dialog/index.d.ts +19 -19
- package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-drawer/src/index.vue.mjs +1 -1
- package/es/components/yc-drawer/src/index.vue2.mjs +2 -3
- package/es/components/yc-form-container-header/index.d.ts +12 -12
- package/es/components/yc-more-actions/index.d.ts +46 -46
- package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/es/components/yc-plus-page/src/index.vue.d.ts +361 -361
- package/es/components/yc-segmented/index.d.ts +2 -2
- package/es/components/yc-segmented/src/index.d.ts +2 -2
- package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/es/components/yc-text/src/index.vue.d.ts +2 -2
- package/es/hooks/usePlusFormReset.d.ts +244 -244
- package/es/index.css +10 -9
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/es/yc-components/version.d.ts +1 -1
- package/index.js +84 -46
- package/index.min.css +2 -1
- package/index.min.js +11 -11
- package/index.min.mjs +11 -11
- package/index.mjs +85 -47
- package/lib/components/check-card/index.d.ts +61 -61
- package/lib/components/check-card/src/index.vue.d.ts +4 -4
- package/lib/components/check-card-group/index.d.ts +43 -43
- package/lib/components/check-card-group/src/index.vue.d.ts +3 -3
- package/lib/components/date-picker/index.d.ts +30 -30
- package/lib/components/date-picker/src/index.vue.d.ts +22 -22
- package/lib/components/dialog/index.d.ts +45 -45
- package/lib/components/dialog/src/index.vue.d.ts +3 -3
- package/lib/components/dialog-form/index.d.ts +31 -31
- package/lib/components/dialog-form/src/index.vue.d.ts +9 -9
- package/lib/components/display-item/index.d.ts +41 -41
- package/lib/components/display-item/src/index.vue.d.ts +22 -22
- package/lib/components/drawer-form/index.d.ts +68 -68
- package/lib/components/drawer-form/src/index.vue.d.ts +16 -16
- package/lib/components/form/index.d.ts +71 -71
- package/lib/components/form/src/form-content.vue.d.ts +21 -21
- package/lib/components/form/src/index.vue.d.ts +19 -19
- package/lib/components/form-item/index.d.ts +69 -69
- package/lib/components/form-item/src/index.vue.d.ts +21 -21
- package/lib/components/header/index.d.ts +19 -19
- package/lib/components/header/src/index.vue.d.ts +1 -1
- package/lib/components/input-tag/index.d.ts +15 -15
- package/lib/components/input-tag/src/index.vue.d.ts +3 -3
- package/lib/components/layout/index.d.ts +30 -30
- package/lib/components/layout/src/index.vue.d.ts +10 -10
- package/lib/components/page/index.d.ts +533 -533
- package/lib/components/page/src/index.vue.d.ts +181 -181
- package/lib/components/pagination/index.d.ts +42 -42
- package/lib/components/pagination/src/index.vue.d.ts +3 -3
- package/lib/components/radio/index.d.ts +35 -35
- package/lib/components/radio/src/index.vue.d.ts +27 -27
- package/lib/components/render/index.d.ts +3 -3
- package/lib/components/render/src/index.vue.d.ts +1 -1
- package/lib/components/search/index.d.ts +243 -243
- package/lib/components/search/src/index.vue.d.ts +73 -73
- package/lib/components/sidebar/index.d.ts +15 -15
- package/lib/components/sidebar/src/index.vue.d.ts +5 -5
- package/lib/components/steps-form/index.d.ts +23 -23
- package/lib/components/steps-form/src/index.vue.d.ts +2 -2
- package/lib/components/table/src/table-column.vue.d.ts +37 -37
- package/lib/components/table/src/table-title-bar.vue.js +1 -1
- package/lib/components/table/src/table-title-bar.vue2.js +78 -39
- package/lib/components/table/src/type.d.ts +17 -0
- package/lib/components/utils/index.d.ts +2 -2
- package/lib/components/yc-dialog/index.d.ts +24 -24
- package/lib/components/yc-download-dialog/index.d.ts +19 -19
- package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-drawer/src/index.vue.js +1 -1
- package/lib/components/yc-drawer/src/index.vue2.js +2 -3
- package/lib/components/yc-form-container-header/index.d.ts +12 -12
- package/lib/components/yc-more-actions/index.d.ts +46 -46
- package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/lib/components/yc-plus-page/src/index.vue.d.ts +361 -361
- package/lib/components/yc-segmented/index.d.ts +2 -2
- package/lib/components/yc-segmented/src/index.d.ts +2 -2
- package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/lib/components/yc-text/src/index.vue.d.ts +2 -2
- package/lib/hooks/usePlusFormReset.d.ts +244 -244
- package/lib/index.css +13 -12
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/yc-components/version.d.ts +1 -1
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/ja.js +1 -1
- package/locale/ja.min.js +1 -1
- package/locale/ja.min.mjs +1 -1
- package/locale/ja.mjs +1 -1
- package/locale/ko.js +1 -1
- package/locale/ko.min.js +1 -1
- package/locale/ko.min.mjs +1 -1
- package/locale/ko.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/locale/zh-tw.js +1 -1
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.mjs +1 -1
- package/package.json +1 -1
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
import { RenderTypes } from 'yc-pro-components';
|
|
2
|
-
import { PlusCheckCardProps } from 'packages/yc-components';
|
|
3
2
|
import { ValueType } from './src/index.vue';
|
|
3
|
+
import { PlusCheckCardProps } from 'packages/yc-components';
|
|
4
4
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
|
|
5
5
|
export type { PlusCheckCardGroupProps } from './src/index.vue';
|
|
6
6
|
export declare const PlusCheckCardGroup: {
|
|
7
7
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
8
|
-
size: {
|
|
9
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
10
|
-
default: undefined;
|
|
11
|
-
};
|
|
12
|
-
modelValue: {
|
|
13
|
-
type: PropType<ValueType>;
|
|
14
|
-
default: () => never[];
|
|
15
|
-
};
|
|
16
8
|
disabled: {
|
|
17
9
|
type: PropType<boolean>;
|
|
18
10
|
default: boolean;
|
|
19
11
|
};
|
|
12
|
+
size: {
|
|
13
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
14
|
+
default: undefined;
|
|
15
|
+
};
|
|
20
16
|
options: {
|
|
21
17
|
type: PropType<( PlusCheckCardProps & {
|
|
22
18
|
value: string | number;
|
|
23
19
|
})[]>;
|
|
24
20
|
default: () => never[];
|
|
25
21
|
};
|
|
22
|
+
modelValue: {
|
|
23
|
+
type: PropType<ValueType>;
|
|
24
|
+
default: () => never[];
|
|
25
|
+
};
|
|
26
26
|
multiple: {
|
|
27
27
|
type: PropType<boolean>;
|
|
28
28
|
default: boolean;
|
|
29
29
|
};
|
|
30
30
|
}>> & {
|
|
31
|
-
"onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
|
|
32
31
|
onChange?: ((checked: ValueType) => any) | undefined;
|
|
32
|
+
"onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
|
|
33
33
|
onExtra?: ((item: PlusCheckCardProps & {
|
|
34
34
|
value: string | number;
|
|
35
35
|
}) => any) | undefined;
|
|
@@ -40,41 +40,41 @@ export declare const PlusCheckCardGroup: {
|
|
|
40
40
|
value: string | number;
|
|
41
41
|
}) => void;
|
|
42
42
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
43
|
-
size: {
|
|
44
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
45
|
-
default: undefined;
|
|
46
|
-
};
|
|
47
|
-
modelValue: {
|
|
48
|
-
type: PropType<ValueType>;
|
|
49
|
-
default: () => never[];
|
|
50
|
-
};
|
|
51
43
|
disabled: {
|
|
52
44
|
type: PropType<boolean>;
|
|
53
45
|
default: boolean;
|
|
54
46
|
};
|
|
47
|
+
size: {
|
|
48
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
49
|
+
default: undefined;
|
|
50
|
+
};
|
|
55
51
|
options: {
|
|
56
52
|
type: PropType<( PlusCheckCardProps & {
|
|
57
53
|
value: string | number;
|
|
58
54
|
})[]>;
|
|
59
55
|
default: () => never[];
|
|
60
56
|
};
|
|
57
|
+
modelValue: {
|
|
58
|
+
type: PropType<ValueType>;
|
|
59
|
+
default: () => never[];
|
|
60
|
+
};
|
|
61
61
|
multiple: {
|
|
62
62
|
type: PropType<boolean>;
|
|
63
63
|
default: boolean;
|
|
64
64
|
};
|
|
65
65
|
}>> & {
|
|
66
|
-
"onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
|
|
67
66
|
onChange?: ((checked: ValueType) => any) | undefined;
|
|
67
|
+
"onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
|
|
68
68
|
onExtra?: ((item: PlusCheckCardProps & {
|
|
69
69
|
value: string | number;
|
|
70
70
|
}) => any) | undefined;
|
|
71
71
|
}, {
|
|
72
|
-
size: "" | "default" | "small" | "large";
|
|
73
|
-
modelValue: ValueType;
|
|
74
72
|
disabled: boolean;
|
|
73
|
+
size: "" | "default" | "small" | "large";
|
|
75
74
|
options: ( PlusCheckCardProps & {
|
|
76
75
|
value: string | number;
|
|
77
76
|
})[];
|
|
77
|
+
modelValue: ValueType;
|
|
78
78
|
multiple: boolean;
|
|
79
79
|
}, true, {}, {}, {
|
|
80
80
|
P: {};
|
|
@@ -84,72 +84,72 @@ export declare const PlusCheckCardGroup: {
|
|
|
84
84
|
M: {};
|
|
85
85
|
Defaults: {};
|
|
86
86
|
}, Readonly< ExtractPropTypes<{
|
|
87
|
-
size: {
|
|
88
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
89
|
-
default: undefined;
|
|
90
|
-
};
|
|
91
|
-
modelValue: {
|
|
92
|
-
type: PropType<ValueType>;
|
|
93
|
-
default: () => never[];
|
|
94
|
-
};
|
|
95
87
|
disabled: {
|
|
96
88
|
type: PropType<boolean>;
|
|
97
89
|
default: boolean;
|
|
98
90
|
};
|
|
91
|
+
size: {
|
|
92
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
93
|
+
default: undefined;
|
|
94
|
+
};
|
|
99
95
|
options: {
|
|
100
96
|
type: PropType<( PlusCheckCardProps & {
|
|
101
97
|
value: string | number;
|
|
102
98
|
})[]>;
|
|
103
99
|
default: () => never[];
|
|
104
100
|
};
|
|
101
|
+
modelValue: {
|
|
102
|
+
type: PropType<ValueType>;
|
|
103
|
+
default: () => never[];
|
|
104
|
+
};
|
|
105
105
|
multiple: {
|
|
106
106
|
type: PropType<boolean>;
|
|
107
107
|
default: boolean;
|
|
108
108
|
};
|
|
109
109
|
}>> & {
|
|
110
|
-
"onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
|
|
111
110
|
onChange?: ((checked: ValueType) => any) | undefined;
|
|
111
|
+
"onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
|
|
112
112
|
onExtra?: ((item: PlusCheckCardProps & {
|
|
113
113
|
value: string | number;
|
|
114
114
|
}) => any) | undefined;
|
|
115
115
|
}, {}, {}, {}, {}, {
|
|
116
|
-
size: "" | "default" | "small" | "large";
|
|
117
|
-
modelValue: ValueType;
|
|
118
116
|
disabled: boolean;
|
|
117
|
+
size: "" | "default" | "small" | "large";
|
|
119
118
|
options: ( PlusCheckCardProps & {
|
|
120
119
|
value: string | number;
|
|
121
120
|
})[];
|
|
121
|
+
modelValue: ValueType;
|
|
122
122
|
multiple: boolean;
|
|
123
123
|
}>;
|
|
124
124
|
__isFragment?: undefined;
|
|
125
125
|
__isTeleport?: undefined;
|
|
126
126
|
__isSuspense?: undefined;
|
|
127
127
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
128
|
-
size: {
|
|
129
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
130
|
-
default: undefined;
|
|
131
|
-
};
|
|
132
|
-
modelValue: {
|
|
133
|
-
type: PropType<ValueType>;
|
|
134
|
-
default: () => never[];
|
|
135
|
-
};
|
|
136
128
|
disabled: {
|
|
137
129
|
type: PropType<boolean>;
|
|
138
130
|
default: boolean;
|
|
139
131
|
};
|
|
132
|
+
size: {
|
|
133
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
134
|
+
default: undefined;
|
|
135
|
+
};
|
|
140
136
|
options: {
|
|
141
137
|
type: PropType<( PlusCheckCardProps & {
|
|
142
138
|
value: string | number;
|
|
143
139
|
})[]>;
|
|
144
140
|
default: () => never[];
|
|
145
141
|
};
|
|
142
|
+
modelValue: {
|
|
143
|
+
type: PropType<ValueType>;
|
|
144
|
+
default: () => never[];
|
|
145
|
+
};
|
|
146
146
|
multiple: {
|
|
147
147
|
type: PropType<boolean>;
|
|
148
148
|
default: boolean;
|
|
149
149
|
};
|
|
150
150
|
}>> & {
|
|
151
|
-
"onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
|
|
152
151
|
onChange?: ((checked: ValueType) => any) | undefined;
|
|
152
|
+
"onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
|
|
153
153
|
onExtra?: ((item: PlusCheckCardProps & {
|
|
154
154
|
value: string | number;
|
|
155
155
|
}) => any) | undefined;
|
|
@@ -160,12 +160,12 @@ export declare const PlusCheckCardGroup: {
|
|
|
160
160
|
value: string | number;
|
|
161
161
|
}) => void;
|
|
162
162
|
}, string, {
|
|
163
|
-
size: "" | "default" | "small" | "large";
|
|
164
|
-
modelValue: ValueType;
|
|
165
163
|
disabled: boolean;
|
|
164
|
+
size: "" | "default" | "small" | "large";
|
|
166
165
|
options: ( PlusCheckCardProps & {
|
|
167
166
|
value: string | number;
|
|
168
167
|
})[];
|
|
168
|
+
modelValue: ValueType;
|
|
169
169
|
multiple: boolean;
|
|
170
170
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
171
171
|
$slots: Partial<Record<string, (_: {
|
|
@@ -45,18 +45,18 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
45
45
|
disabled: boolean;
|
|
46
46
|
multiple: boolean;
|
|
47
47
|
}>>> & {
|
|
48
|
-
"onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
|
|
49
48
|
onChange?: ((checked: ValueType) => any) | undefined;
|
|
49
|
+
"onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
|
|
50
50
|
onExtra?: ((item: PlusCheckCardProps & {
|
|
51
51
|
value: string | number;
|
|
52
52
|
}) => any) | undefined;
|
|
53
53
|
}, {
|
|
54
|
-
size: "" | "default" | "small" | "large";
|
|
55
|
-
modelValue: ValueType;
|
|
56
54
|
disabled: boolean;
|
|
55
|
+
size: "" | "default" | "small" | "large";
|
|
57
56
|
options: (PlusCheckCardProps & {
|
|
58
57
|
value: string | number;
|
|
59
58
|
})[];
|
|
59
|
+
modelValue: ValueType;
|
|
60
60
|
multiple: boolean;
|
|
61
61
|
}, {}>, Partial<Record<string, (_: {
|
|
62
62
|
avatar: string | undefined;
|
|
@@ -10,14 +10,14 @@ export declare const PlusDatePicker: DefineComponent<{
|
|
|
10
10
|
type: PropType<"date" | "year" | "month" | "dates" | "week" | "datetime">;
|
|
11
11
|
default: string;
|
|
12
12
|
};
|
|
13
|
-
modelValue: {
|
|
14
|
-
type: PropType<string[]>;
|
|
15
|
-
default: () => never[];
|
|
16
|
-
};
|
|
17
13
|
disabled: {
|
|
18
14
|
type: PropType<boolean>;
|
|
19
15
|
default: boolean;
|
|
20
16
|
};
|
|
17
|
+
modelValue: {
|
|
18
|
+
type: PropType<string[]>;
|
|
19
|
+
default: () => never[];
|
|
20
|
+
};
|
|
21
21
|
valueFormat: {
|
|
22
22
|
type: PropType<string>;
|
|
23
23
|
default: string;
|
|
@@ -69,7 +69,7 @@ export declare const PlusDatePicker: DefineComponent<{
|
|
|
69
69
|
readonly tabindex: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
70
70
|
readonly validateEvent: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
71
71
|
readonly unlinkPanels: BooleanConstructor;
|
|
72
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "
|
|
72
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown, "bottom", boolean>;
|
|
73
73
|
readonly fallbackPlacements: EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | ((new (...args: any[]) => Placement[]) | (() => Placement[]))[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
74
74
|
readonly disabledHours: {
|
|
75
75
|
readonly type: PropType<GetDisabledHours>;
|
|
@@ -225,7 +225,7 @@ export declare const PlusDatePicker: DefineComponent<{
|
|
|
225
225
|
readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
226
226
|
readonly placeholder: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
227
227
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | ((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>))[], unknown, unknown, () => {}, boolean>;
|
|
228
|
-
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] |
|
|
228
|
+
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null))[], unknown, unknown, "", boolean>;
|
|
229
229
|
readonly rangeSeparator: EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
230
230
|
readonly startPlaceholder: StringConstructor;
|
|
231
231
|
readonly endPlaceholder: StringConstructor;
|
|
@@ -270,7 +270,7 @@ export declare const PlusDatePicker: DefineComponent<{
|
|
|
270
270
|
readonly tabindex: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
271
271
|
readonly validateEvent: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
272
272
|
readonly unlinkPanels: BooleanConstructor;
|
|
273
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "
|
|
273
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown, "bottom", boolean>;
|
|
274
274
|
readonly fallbackPlacements: EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | ((new (...args: any[]) => Placement[]) | (() => Placement[]))[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
275
275
|
readonly disabledHours: {
|
|
276
276
|
readonly type: PropType<GetDisabledHours>;
|
|
@@ -426,7 +426,7 @@ export declare const PlusDatePicker: DefineComponent<{
|
|
|
426
426
|
readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
427
427
|
readonly placeholder: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
428
428
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | ((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>))[], unknown, unknown, () => {}, boolean>;
|
|
429
|
-
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] |
|
|
429
|
+
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null))[], unknown, unknown, "", boolean>;
|
|
430
430
|
readonly rangeSeparator: EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
431
431
|
readonly startPlaceholder: StringConstructor;
|
|
432
432
|
readonly endPlaceholder: StringConstructor;
|
|
@@ -450,8 +450,8 @@ export declare const PlusDatePicker: DefineComponent<{
|
|
|
450
450
|
readonly tabindex: EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
451
451
|
readonly type: EpPropMergeType<(new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange") | (() => DatePickerType) | ((new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange") | (() => DatePickerType))[], unknown, unknown>;
|
|
452
452
|
readonly placeholder: string;
|
|
453
|
-
readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | string[] |
|
|
454
|
-
readonly placement: EpPropMergeType<(new (...args: any[]) => "
|
|
453
|
+
readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null))[], unknown, unknown>;
|
|
454
|
+
readonly placement: EpPropMergeType<(new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown>;
|
|
455
455
|
readonly valueOnClear: 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))[], unknown, unknown>;
|
|
456
456
|
readonly prefixIcon: EpPropMergeType<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown>;
|
|
457
457
|
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -503,7 +503,7 @@ export declare const PlusDatePicker: DefineComponent<{
|
|
|
503
503
|
readonly tabindex: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
504
504
|
readonly validateEvent: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
505
505
|
readonly unlinkPanels: BooleanConstructor;
|
|
506
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "
|
|
506
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown, "bottom", boolean>;
|
|
507
507
|
readonly fallbackPlacements: EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | ((new (...args: any[]) => Placement[]) | (() => Placement[]))[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
508
508
|
readonly disabledHours: {
|
|
509
509
|
readonly type: PropType<GetDisabledHours>;
|
|
@@ -659,7 +659,7 @@ export declare const PlusDatePicker: DefineComponent<{
|
|
|
659
659
|
readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
660
660
|
readonly placeholder: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
661
661
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | ((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>))[], unknown, unknown, () => {}, boolean>;
|
|
662
|
-
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] |
|
|
662
|
+
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null))[], unknown, unknown, "", boolean>;
|
|
663
663
|
readonly rangeSeparator: EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
664
664
|
readonly startPlaceholder: StringConstructor;
|
|
665
665
|
readonly endPlaceholder: StringConstructor;
|
|
@@ -683,8 +683,8 @@ export declare const PlusDatePicker: DefineComponent<{
|
|
|
683
683
|
readonly tabindex: EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
684
684
|
readonly type: EpPropMergeType<(new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange") | (() => DatePickerType) | ((new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange") | (() => DatePickerType))[], unknown, unknown>;
|
|
685
685
|
readonly placeholder: string;
|
|
686
|
-
readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | string[] |
|
|
687
|
-
readonly placement: EpPropMergeType<(new (...args: any[]) => "
|
|
686
|
+
readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null))[], unknown, unknown>;
|
|
687
|
+
readonly placement: EpPropMergeType<(new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown>;
|
|
688
688
|
readonly valueOnClear: 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))[], unknown, unknown>;
|
|
689
689
|
readonly prefixIcon: EpPropMergeType<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown>;
|
|
690
690
|
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -730,7 +730,7 @@ export declare const PlusDatePicker: DefineComponent<{
|
|
|
730
730
|
readonly tabindex: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
731
731
|
readonly validateEvent: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
732
732
|
readonly unlinkPanels: BooleanConstructor;
|
|
733
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "
|
|
733
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown, "bottom", boolean>;
|
|
734
734
|
readonly fallbackPlacements: EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | ((new (...args: any[]) => Placement[]) | (() => Placement[]))[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
735
735
|
readonly disabledHours: {
|
|
736
736
|
readonly type: PropType<GetDisabledHours>;
|
|
@@ -886,7 +886,7 @@ export declare const PlusDatePicker: DefineComponent<{
|
|
|
886
886
|
readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
887
887
|
readonly placeholder: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
888
888
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | ((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>))[], unknown, unknown, () => {}, boolean>;
|
|
889
|
-
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] |
|
|
889
|
+
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null))[], unknown, unknown, "", boolean>;
|
|
890
890
|
readonly rangeSeparator: EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
891
891
|
readonly startPlaceholder: StringConstructor;
|
|
892
892
|
readonly endPlaceholder: StringConstructor;
|
|
@@ -931,7 +931,7 @@ export declare const PlusDatePicker: DefineComponent<{
|
|
|
931
931
|
readonly tabindex: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
932
932
|
readonly validateEvent: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
933
933
|
readonly unlinkPanels: BooleanConstructor;
|
|
934
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "
|
|
934
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown, "bottom", boolean>;
|
|
935
935
|
readonly fallbackPlacements: EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | ((new (...args: any[]) => Placement[]) | (() => Placement[]))[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
936
936
|
readonly disabledHours: {
|
|
937
937
|
readonly type: PropType<GetDisabledHours>;
|
|
@@ -1087,7 +1087,7 @@ export declare const PlusDatePicker: DefineComponent<{
|
|
|
1087
1087
|
readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
1088
1088
|
readonly placeholder: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1089
1089
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | ((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>))[], unknown, unknown, () => {}, boolean>;
|
|
1090
|
-
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] |
|
|
1090
|
+
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null))[], unknown, unknown, "", boolean>;
|
|
1091
1091
|
readonly rangeSeparator: EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
1092
1092
|
readonly startPlaceholder: StringConstructor;
|
|
1093
1093
|
readonly endPlaceholder: StringConstructor;
|
|
@@ -1111,8 +1111,8 @@ export declare const PlusDatePicker: DefineComponent<{
|
|
|
1111
1111
|
readonly tabindex: EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
1112
1112
|
readonly type: EpPropMergeType<(new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange") | (() => DatePickerType) | ((new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange") | (() => DatePickerType))[], unknown, unknown>;
|
|
1113
1113
|
readonly placeholder: string;
|
|
1114
|
-
readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | string[] |
|
|
1115
|
-
readonly placement: EpPropMergeType<(new (...args: any[]) => "
|
|
1114
|
+
readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null))[], unknown, unknown>;
|
|
1115
|
+
readonly placement: EpPropMergeType<(new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown>;
|
|
1116
1116
|
readonly valueOnClear: 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))[], unknown, unknown>;
|
|
1117
1117
|
readonly prefixIcon: EpPropMergeType<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown>;
|
|
1118
1118
|
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1164,7 +1164,7 @@ export declare const PlusDatePicker: DefineComponent<{
|
|
|
1164
1164
|
readonly tabindex: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
1165
1165
|
readonly validateEvent: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1166
1166
|
readonly unlinkPanels: BooleanConstructor;
|
|
1167
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "
|
|
1167
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown, "bottom", boolean>;
|
|
1168
1168
|
readonly fallbackPlacements: EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | ((new (...args: any[]) => Placement[]) | (() => Placement[]))[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
1169
1169
|
readonly disabledHours: {
|
|
1170
1170
|
readonly type: PropType<GetDisabledHours>;
|
|
@@ -1320,7 +1320,7 @@ export declare const PlusDatePicker: DefineComponent<{
|
|
|
1320
1320
|
readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
1321
1321
|
readonly placeholder: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1322
1322
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | ((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>))[], unknown, unknown, () => {}, boolean>;
|
|
1323
|
-
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] |
|
|
1323
|
+
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null))[], unknown, unknown, "", boolean>;
|
|
1324
1324
|
readonly rangeSeparator: EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
1325
1325
|
readonly startPlaceholder: StringConstructor;
|
|
1326
1326
|
readonly endPlaceholder: StringConstructor;
|
|
@@ -1344,8 +1344,8 @@ export declare const PlusDatePicker: DefineComponent<{
|
|
|
1344
1344
|
readonly tabindex: EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
1345
1345
|
readonly type: EpPropMergeType<(new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange") | (() => DatePickerType) | ((new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange") | (() => DatePickerType))[], unknown, unknown>;
|
|
1346
1346
|
readonly placeholder: string;
|
|
1347
|
-
readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | string[] |
|
|
1348
|
-
readonly placement: EpPropMergeType<(new (...args: any[]) => "
|
|
1347
|
+
readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null))[], unknown, unknown>;
|
|
1348
|
+
readonly placement: EpPropMergeType<(new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown>;
|
|
1349
1349
|
readonly valueOnClear: 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))[], unknown, unknown>;
|
|
1350
1350
|
readonly prefixIcon: EpPropMergeType<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown>;
|
|
1351
1351
|
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1374,14 +1374,14 @@ export declare const PlusDatePicker: DefineComponent<{
|
|
|
1374
1374
|
type: PropType<"date" | "year" | "month" | "dates" | "week" | "datetime">;
|
|
1375
1375
|
default: string;
|
|
1376
1376
|
};
|
|
1377
|
-
modelValue: {
|
|
1378
|
-
type: PropType<string[]>;
|
|
1379
|
-
default: () => never[];
|
|
1380
|
-
};
|
|
1381
1377
|
disabled: {
|
|
1382
1378
|
type: PropType<boolean>;
|
|
1383
1379
|
default: boolean;
|
|
1384
1380
|
};
|
|
1381
|
+
modelValue: {
|
|
1382
|
+
type: PropType<string[]>;
|
|
1383
|
+
default: () => never[];
|
|
1384
|
+
};
|
|
1385
1385
|
valueFormat: {
|
|
1386
1386
|
type: PropType<string>;
|
|
1387
1387
|
default: string;
|
|
@@ -1407,13 +1407,13 @@ export declare const PlusDatePicker: DefineComponent<{
|
|
|
1407
1407
|
default: (endTime: any, startValue: any) => boolean;
|
|
1408
1408
|
};
|
|
1409
1409
|
}>> & {
|
|
1410
|
-
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
1411
1410
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
1412
1411
|
onChange?: ((value: string[]) => any) | undefined;
|
|
1412
|
+
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
1413
1413
|
}, {
|
|
1414
1414
|
type: "date" | "year" | "month" | "dates" | "week" | "datetime";
|
|
1415
|
-
modelValue: string[];
|
|
1416
1415
|
disabled: boolean;
|
|
1416
|
+
modelValue: string[];
|
|
1417
1417
|
valueFormat: string;
|
|
1418
1418
|
rangeSeparator: string;
|
|
1419
1419
|
startProps: Partial< DatePickerProps>;
|