yc-pro-components 0.0.60 → 0.0.61
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 +38 -38
- package/es/components/check-card/src/index.vue.d.ts +2 -2
- package/es/components/check-card-group/index.d.ts +19 -19
- package/es/components/check-card-group/src/index.vue.d.ts +1 -1
- package/es/components/date-picker/index.d.ts +10 -10
- package/es/components/date-picker/src/index.vue.d.ts +10 -10
- package/es/components/dialog-form/index.d.ts +7 -7
- package/es/components/dialog-form/src/index.vue.d.ts +7 -7
- 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 +32 -32
- package/es/components/drawer-form/src/index.vue.d.ts +10 -10
- package/es/components/form/index.d.ts +14 -14
- package/es/components/form/src/form-content.vue.d.ts +20 -20
- package/es/components/form/src/index.vue.d.ts +14 -14
- package/es/components/form-item/index.d.ts +38 -38
- package/es/components/form-item/src/index.vue.d.ts +14 -14
- 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 +9 -9
- package/es/components/input-tag/src/index.vue.d.ts +1 -1
- package/es/components/page/index.d.ts +112 -112
- package/es/components/page/src/index.vue.d.ts +42 -42
- package/es/components/radio/index.d.ts +23 -23
- package/es/components/radio/src/index.vue.d.ts +23 -23
- package/es/components/render/index.d.ts +6 -6
- package/es/components/render/src/index.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +49 -49
- package/es/components/search/src/index.vue.d.ts +21 -21
- package/es/components/table/src/table-column.vue.d.ts +37 -37
- package/es/components/yc-count-to/index.d.ts +1 -1
- package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/es/components/yc-dialog/index.d.ts +24 -24
- 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/header-filter-cell.vue.mjs +1 -1
- package/es/components/yc-plus-page/src/header-filter-cell.vue2.mjs +0 -6
- package/es/components/yc-plus-page/src/index.vue.d.ts +77 -77
- package/es/components/yc-select-v2/src/index.vue.d.ts +2 -2
- package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-svg-icon/src/index.vue.d.ts +1 -1
- package/es/components/yc-text/src/index.vue.d.ts +2 -2
- package/es/hooks/usePlusFormReset.d.ts +102 -102
- package/es/index.css +11 -11
- package/index.css +6 -6
- package/index.js +2 -8
- package/index.min.css +1 -1
- package/index.min.js +2 -2
- package/index.min.mjs +10 -10
- package/index.mjs +2 -8
- package/lib/components/check-card/index.d.ts +38 -38
- package/lib/components/check-card/src/index.vue.d.ts +2 -2
- package/lib/components/check-card-group/index.d.ts +19 -19
- package/lib/components/check-card-group/src/index.vue.d.ts +1 -1
- package/lib/components/date-picker/index.d.ts +10 -10
- package/lib/components/date-picker/src/index.vue.d.ts +10 -10
- package/lib/components/dialog-form/index.d.ts +7 -7
- package/lib/components/dialog-form/src/index.vue.d.ts +7 -7
- 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 +32 -32
- package/lib/components/drawer-form/src/index.vue.d.ts +10 -10
- package/lib/components/form/index.d.ts +14 -14
- package/lib/components/form/src/form-content.vue.d.ts +20 -20
- package/lib/components/form/src/index.vue.d.ts +14 -14
- package/lib/components/form-item/index.d.ts +38 -38
- package/lib/components/form-item/src/index.vue.d.ts +14 -14
- 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 +9 -9
- package/lib/components/input-tag/src/index.vue.d.ts +1 -1
- package/lib/components/page/index.d.ts +112 -112
- package/lib/components/page/src/index.vue.d.ts +42 -42
- package/lib/components/radio/index.d.ts +23 -23
- package/lib/components/radio/src/index.vue.d.ts +23 -23
- package/lib/components/render/index.d.ts +6 -6
- package/lib/components/render/src/index.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +49 -49
- package/lib/components/search/src/index.vue.d.ts +21 -21
- package/lib/components/table/src/table-column.vue.d.ts +37 -37
- package/lib/components/yc-count-to/index.d.ts +1 -1
- package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/lib/components/yc-dialog/index.d.ts +24 -24
- 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/header-filter-cell.vue.js +1 -1
- package/lib/components/yc-plus-page/src/header-filter-cell.vue2.js +0 -6
- package/lib/components/yc-plus-page/src/index.vue.d.ts +77 -77
- package/lib/components/yc-select-v2/src/index.vue.d.ts +2 -2
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-svg-icon/src/index.vue.d.ts +1 -1
- package/lib/components/yc-text/src/index.vue.d.ts +2 -2
- package/lib/hooks/usePlusFormReset.d.ts +102 -102
- package/lib/index.css +10 -10
- 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
|
@@ -4,26 +4,26 @@ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOpt
|
|
|
4
4
|
export type { PlusCheckCardProps } from './src/index.vue';
|
|
5
5
|
export declare const PlusCheckCard: {
|
|
6
6
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
7
|
-
size: {
|
|
8
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
9
|
-
default: string;
|
|
10
|
-
};
|
|
11
7
|
title: {
|
|
12
8
|
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
13
9
|
default: undefined;
|
|
14
10
|
};
|
|
15
|
-
avatar: {
|
|
16
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
17
|
-
default: undefined;
|
|
18
|
-
};
|
|
19
11
|
disabled: {
|
|
20
12
|
type: PropType<boolean>;
|
|
21
13
|
default: boolean;
|
|
22
14
|
};
|
|
15
|
+
avatar: {
|
|
16
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
17
|
+
default: undefined;
|
|
18
|
+
};
|
|
23
19
|
extra: {
|
|
24
20
|
type: PropType<(data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes>;
|
|
25
21
|
default: undefined;
|
|
26
22
|
};
|
|
23
|
+
size: {
|
|
24
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
27
|
modelValue: {
|
|
28
28
|
type: PropType<boolean>;
|
|
29
29
|
default: boolean;
|
|
@@ -45,26 +45,26 @@ export declare const PlusCheckCard: {
|
|
|
45
45
|
change: (checked: boolean) => void;
|
|
46
46
|
extra: () => void;
|
|
47
47
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
48
|
-
size: {
|
|
49
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
50
|
-
default: string;
|
|
51
|
-
};
|
|
52
48
|
title: {
|
|
53
49
|
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
54
50
|
default: undefined;
|
|
55
51
|
};
|
|
56
|
-
avatar: {
|
|
57
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
58
|
-
default: undefined;
|
|
59
|
-
};
|
|
60
52
|
disabled: {
|
|
61
53
|
type: PropType<boolean>;
|
|
62
54
|
default: boolean;
|
|
63
55
|
};
|
|
56
|
+
avatar: {
|
|
57
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
58
|
+
default: undefined;
|
|
59
|
+
};
|
|
64
60
|
extra: {
|
|
65
61
|
type: PropType<(data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes>;
|
|
66
62
|
default: undefined;
|
|
67
63
|
};
|
|
64
|
+
size: {
|
|
65
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
66
|
+
default: string;
|
|
67
|
+
};
|
|
68
68
|
modelValue: {
|
|
69
69
|
type: PropType<boolean>;
|
|
70
70
|
default: boolean;
|
|
@@ -82,11 +82,11 @@ export declare const PlusCheckCard: {
|
|
|
82
82
|
"onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
|
|
83
83
|
onExtra?: (() => any) | undefined;
|
|
84
84
|
}, {
|
|
85
|
-
size: "" | "default" | "small" | "large";
|
|
86
85
|
title: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
87
|
-
avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
88
86
|
disabled: boolean;
|
|
87
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
89
88
|
extra: (data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
|
|
89
|
+
size: "" | "default" | "small" | "large";
|
|
90
90
|
modelValue: boolean;
|
|
91
91
|
description: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
92
92
|
avatarProps: RecordType;
|
|
@@ -98,26 +98,26 @@ export declare const PlusCheckCard: {
|
|
|
98
98
|
M: {};
|
|
99
99
|
Defaults: {};
|
|
100
100
|
}, Readonly< ExtractPropTypes<{
|
|
101
|
-
size: {
|
|
102
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
103
|
-
default: string;
|
|
104
|
-
};
|
|
105
101
|
title: {
|
|
106
102
|
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
107
103
|
default: undefined;
|
|
108
104
|
};
|
|
109
|
-
avatar: {
|
|
110
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
111
|
-
default: undefined;
|
|
112
|
-
};
|
|
113
105
|
disabled: {
|
|
114
106
|
type: PropType<boolean>;
|
|
115
107
|
default: boolean;
|
|
116
108
|
};
|
|
109
|
+
avatar: {
|
|
110
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
111
|
+
default: undefined;
|
|
112
|
+
};
|
|
117
113
|
extra: {
|
|
118
114
|
type: PropType<(data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes>;
|
|
119
115
|
default: undefined;
|
|
120
116
|
};
|
|
117
|
+
size: {
|
|
118
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
119
|
+
default: string;
|
|
120
|
+
};
|
|
121
121
|
modelValue: {
|
|
122
122
|
type: PropType<boolean>;
|
|
123
123
|
default: boolean;
|
|
@@ -135,11 +135,11 @@ export declare const PlusCheckCard: {
|
|
|
135
135
|
"onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
|
|
136
136
|
onExtra?: (() => any) | undefined;
|
|
137
137
|
}, {}, {}, {}, {}, {
|
|
138
|
-
size: "" | "default" | "small" | "large";
|
|
139
138
|
title: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
140
|
-
avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
141
139
|
disabled: boolean;
|
|
140
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
142
141
|
extra: (data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
|
|
142
|
+
size: "" | "default" | "small" | "large";
|
|
143
143
|
modelValue: boolean;
|
|
144
144
|
description: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
145
145
|
avatarProps: RecordType;
|
|
@@ -148,26 +148,26 @@ export declare const PlusCheckCard: {
|
|
|
148
148
|
__isTeleport?: undefined;
|
|
149
149
|
__isSuspense?: undefined;
|
|
150
150
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
151
|
-
size: {
|
|
152
|
-
type: PropType<"" | "default" | "small" | "large">;
|
|
153
|
-
default: string;
|
|
154
|
-
};
|
|
155
151
|
title: {
|
|
156
152
|
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
157
153
|
default: undefined;
|
|
158
154
|
};
|
|
159
|
-
avatar: {
|
|
160
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
161
|
-
default: undefined;
|
|
162
|
-
};
|
|
163
155
|
disabled: {
|
|
164
156
|
type: PropType<boolean>;
|
|
165
157
|
default: boolean;
|
|
166
158
|
};
|
|
159
|
+
avatar: {
|
|
160
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
161
|
+
default: undefined;
|
|
162
|
+
};
|
|
167
163
|
extra: {
|
|
168
164
|
type: PropType<(data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes>;
|
|
169
165
|
default: undefined;
|
|
170
166
|
};
|
|
167
|
+
size: {
|
|
168
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
169
|
+
default: string;
|
|
170
|
+
};
|
|
171
171
|
modelValue: {
|
|
172
172
|
type: PropType<boolean>;
|
|
173
173
|
default: boolean;
|
|
@@ -189,11 +189,11 @@ export declare const PlusCheckCard: {
|
|
|
189
189
|
change: (checked: boolean) => void;
|
|
190
190
|
extra: () => void;
|
|
191
191
|
}, string, {
|
|
192
|
-
size: "" | "default" | "small" | "large";
|
|
193
192
|
title: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
194
|
-
avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
195
193
|
disabled: boolean;
|
|
194
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
196
195
|
extra: (data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
|
|
196
|
+
size: "" | "default" | "small" | "large";
|
|
197
197
|
modelValue: boolean;
|
|
198
198
|
description: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
199
199
|
avatarProps: RecordType;
|
|
@@ -47,11 +47,11 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
47
47
|
"onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
|
|
48
48
|
onExtra?: (() => any) | undefined;
|
|
49
49
|
}, {
|
|
50
|
-
size: "" | "default" | "small" | "large";
|
|
51
50
|
title: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
52
|
-
avatar: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
53
51
|
disabled: boolean;
|
|
52
|
+
avatar: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
54
53
|
extra: (data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
|
|
54
|
+
size: "" | "default" | "small" | "large";
|
|
55
55
|
modelValue: boolean;
|
|
56
56
|
description: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
57
57
|
avatarProps: RecordType;
|
|
@@ -5,14 +5,14 @@ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOpt
|
|
|
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
8
|
disabled: {
|
|
13
9
|
type: PropType<boolean>;
|
|
14
10
|
default: boolean;
|
|
15
11
|
};
|
|
12
|
+
size: {
|
|
13
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
14
|
+
default: undefined;
|
|
15
|
+
};
|
|
16
16
|
options: {
|
|
17
17
|
type: PropType<( PlusCheckCardProps & {
|
|
18
18
|
value: string | number;
|
|
@@ -40,14 +40,14 @@ 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
43
|
disabled: {
|
|
48
44
|
type: PropType<boolean>;
|
|
49
45
|
default: boolean;
|
|
50
46
|
};
|
|
47
|
+
size: {
|
|
48
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
49
|
+
default: undefined;
|
|
50
|
+
};
|
|
51
51
|
options: {
|
|
52
52
|
type: PropType<( PlusCheckCardProps & {
|
|
53
53
|
value: string | number;
|
|
@@ -69,8 +69,8 @@ export declare const PlusCheckCardGroup: {
|
|
|
69
69
|
value: string | number;
|
|
70
70
|
}) => any) | undefined;
|
|
71
71
|
}, {
|
|
72
|
-
size: "" | "default" | "small" | "large";
|
|
73
72
|
disabled: boolean;
|
|
73
|
+
size: "" | "default" | "small" | "large";
|
|
74
74
|
options: ( PlusCheckCardProps & {
|
|
75
75
|
value: string | number;
|
|
76
76
|
})[];
|
|
@@ -84,14 +84,14 @@ 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
87
|
disabled: {
|
|
92
88
|
type: PropType<boolean>;
|
|
93
89
|
default: boolean;
|
|
94
90
|
};
|
|
91
|
+
size: {
|
|
92
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
93
|
+
default: undefined;
|
|
94
|
+
};
|
|
95
95
|
options: {
|
|
96
96
|
type: PropType<( PlusCheckCardProps & {
|
|
97
97
|
value: string | number;
|
|
@@ -113,8 +113,8 @@ export declare const PlusCheckCardGroup: {
|
|
|
113
113
|
value: string | number;
|
|
114
114
|
}) => any) | undefined;
|
|
115
115
|
}, {}, {}, {}, {}, {
|
|
116
|
-
size: "" | "default" | "small" | "large";
|
|
117
116
|
disabled: boolean;
|
|
117
|
+
size: "" | "default" | "small" | "large";
|
|
118
118
|
options: ( PlusCheckCardProps & {
|
|
119
119
|
value: string | number;
|
|
120
120
|
})[];
|
|
@@ -125,14 +125,14 @@ export declare const PlusCheckCardGroup: {
|
|
|
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
128
|
disabled: {
|
|
133
129
|
type: PropType<boolean>;
|
|
134
130
|
default: boolean;
|
|
135
131
|
};
|
|
132
|
+
size: {
|
|
133
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
134
|
+
default: undefined;
|
|
135
|
+
};
|
|
136
136
|
options: {
|
|
137
137
|
type: PropType<( PlusCheckCardProps & {
|
|
138
138
|
value: string | number;
|
|
@@ -160,8 +160,8 @@ export declare const PlusCheckCardGroup: {
|
|
|
160
160
|
value: string | number;
|
|
161
161
|
}) => void;
|
|
162
162
|
}, string, {
|
|
163
|
-
size: "" | "default" | "small" | "large";
|
|
164
163
|
disabled: boolean;
|
|
164
|
+
size: "" | "default" | "small" | "large";
|
|
165
165
|
options: ( PlusCheckCardProps & {
|
|
166
166
|
value: string | number;
|
|
167
167
|
})[];
|
|
@@ -51,8 +51,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
51
51
|
value: string | number;
|
|
52
52
|
}) => any) | undefined;
|
|
53
53
|
}, {
|
|
54
|
-
size: "" | "default" | "small" | "large";
|
|
55
54
|
disabled: boolean;
|
|
55
|
+
size: "" | "default" | "small" | "large";
|
|
56
56
|
options: (PlusCheckCardProps & {
|
|
57
57
|
value: string | number;
|
|
58
58
|
})[];
|
|
@@ -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;
|
|
@@ -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,7 +450,7 @@ 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[] |
|
|
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
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>;
|
|
@@ -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,7 +683,7 @@ 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[] |
|
|
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
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>;
|
|
@@ -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;
|
|
@@ -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,7 +1111,7 @@ 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[] |
|
|
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
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>;
|
|
@@ -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,7 +1344,7 @@ 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[] |
|
|
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
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>;
|
|
@@ -218,7 +218,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
218
218
|
readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
219
219
|
readonly placeholder: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
220
220
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | ((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>))[], unknown, unknown, () => {}, boolean>;
|
|
221
|
-
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] |
|
|
221
|
+
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>;
|
|
222
222
|
readonly rangeSeparator: EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
223
223
|
readonly startPlaceholder: StringConstructor;
|
|
224
224
|
readonly endPlaceholder: StringConstructor;
|
|
@@ -419,7 +419,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
419
419
|
readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
420
420
|
readonly placeholder: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
421
421
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | ((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>))[], unknown, unknown, () => {}, boolean>;
|
|
422
|
-
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] |
|
|
422
|
+
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>;
|
|
423
423
|
readonly rangeSeparator: EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
424
424
|
readonly startPlaceholder: StringConstructor;
|
|
425
425
|
readonly endPlaceholder: StringConstructor;
|
|
@@ -443,7 +443,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
443
443
|
readonly tabindex: EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
444
444
|
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>;
|
|
445
445
|
readonly placeholder: string;
|
|
446
|
-
readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | string[] |
|
|
446
|
+
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>;
|
|
447
447
|
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>;
|
|
448
448
|
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>;
|
|
449
449
|
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>;
|
|
@@ -652,7 +652,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
652
652
|
readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
653
653
|
readonly placeholder: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
654
654
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | ((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>))[], unknown, unknown, () => {}, boolean>;
|
|
655
|
-
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] |
|
|
655
|
+
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>;
|
|
656
656
|
readonly rangeSeparator: EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
657
657
|
readonly startPlaceholder: StringConstructor;
|
|
658
658
|
readonly endPlaceholder: StringConstructor;
|
|
@@ -676,7 +676,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
676
676
|
readonly tabindex: EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
677
677
|
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>;
|
|
678
678
|
readonly placeholder: string;
|
|
679
|
-
readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | string[] |
|
|
679
|
+
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>;
|
|
680
680
|
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>;
|
|
681
681
|
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>;
|
|
682
682
|
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>;
|
|
@@ -879,7 +879,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
879
879
|
readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
880
880
|
readonly placeholder: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
881
881
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | ((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>))[], unknown, unknown, () => {}, boolean>;
|
|
882
|
-
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] |
|
|
882
|
+
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>;
|
|
883
883
|
readonly rangeSeparator: EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
884
884
|
readonly startPlaceholder: StringConstructor;
|
|
885
885
|
readonly endPlaceholder: StringConstructor;
|
|
@@ -1080,7 +1080,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
1080
1080
|
readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
1081
1081
|
readonly placeholder: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1082
1082
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | ((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>))[], unknown, unknown, () => {}, boolean>;
|
|
1083
|
-
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] |
|
|
1083
|
+
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>;
|
|
1084
1084
|
readonly rangeSeparator: EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
1085
1085
|
readonly startPlaceholder: StringConstructor;
|
|
1086
1086
|
readonly endPlaceholder: StringConstructor;
|
|
@@ -1104,7 +1104,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
1104
1104
|
readonly tabindex: EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
1105
1105
|
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>;
|
|
1106
1106
|
readonly placeholder: string;
|
|
1107
|
-
readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | string[] |
|
|
1107
|
+
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>;
|
|
1108
1108
|
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>;
|
|
1109
1109
|
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>;
|
|
1110
1110
|
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>;
|
|
@@ -1313,7 +1313,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
1313
1313
|
readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
1314
1314
|
readonly placeholder: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1315
1315
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | ((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>))[], unknown, unknown, () => {}, boolean>;
|
|
1316
|
-
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] |
|
|
1316
|
+
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>;
|
|
1317
1317
|
readonly rangeSeparator: EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
1318
1318
|
readonly startPlaceholder: StringConstructor;
|
|
1319
1319
|
readonly endPlaceholder: StringConstructor;
|
|
@@ -1337,7 +1337,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
1337
1337
|
readonly tabindex: EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
1338
1338
|
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>;
|
|
1339
1339
|
readonly placeholder: string;
|
|
1340
|
-
readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | string[] |
|
|
1340
|
+
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>;
|
|
1341
1341
|
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>;
|
|
1342
1342
|
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>;
|
|
1343
1343
|
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>;
|
|
@@ -186,12 +186,12 @@ export declare const PlusDialogForm: {
|
|
|
186
186
|
$slots: Partial<Record<NonNullable<string | number>, (_: {
|
|
187
187
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
|
|
188
188
|
readonly label: string | ComputedRef<string>;
|
|
189
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
189
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
190
190
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
191
|
-
readonly tooltip: string |
|
|
191
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
192
192
|
style?: CSSProperties | undefined;
|
|
193
193
|
class?: any;
|
|
194
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
194
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
195
195
|
style?: CSSProperties | undefined;
|
|
196
196
|
class?: any;
|
|
197
197
|
} & RecordType>>;
|
|
@@ -213,7 +213,7 @@ export declare const PlusDialogForm: {
|
|
|
213
213
|
};
|
|
214
214
|
rows: number;
|
|
215
215
|
autocomplete: string;
|
|
216
|
-
type: "" | "number" | "default" | "
|
|
216
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "datetimerange" | "daterange" | "monthrange" | "checkbox" | "radio" | "color" | "primary" | "success" | "warning" | "info" | "danger" | "reset" | "submit" | "hidden" | "range" | "password" | "email" | "tel" | "url" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange" | "dashboard" | "datetime-local" | "file" | undefined;
|
|
217
217
|
loading: boolean | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
218
218
|
step: string | number;
|
|
219
219
|
format: string | ProgressFn | undefined;
|
|
@@ -258,12 +258,12 @@ export declare const PlusDialogForm: {
|
|
|
258
258
|
fieldInstance?: any;
|
|
259
259
|
valueIsReady?: Ref<boolean> | undefined;
|
|
260
260
|
prop: string;
|
|
261
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
261
|
+
modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
262
262
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
263
|
-
tooltip: string |
|
|
263
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
264
264
|
style?: CSSProperties | undefined;
|
|
265
265
|
class?: any;
|
|
266
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
266
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
267
267
|
style?: CSSProperties | undefined;
|
|
268
268
|
class?: any;
|
|
269
269
|
} & RecordType>>;
|