yc-pro-components 0.0.10 → 0.0.12
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 +7 -7
- package/es/components/check-card-group/src/index.vue.d.ts +1 -1
- package/es/components/date-picker/index.d.ts +16 -16
- package/es/components/date-picker/src/index.vue.d.ts +8 -8
- package/es/components/dialog/index.d.ts +30 -30
- package/es/components/dialog/src/index.vue.d.ts +3 -3
- package/es/components/dialog-form/index.d.ts +80 -80
- package/es/components/dialog-form/src/index.vue.d.ts +28 -28
- package/es/components/display-item/index.d.ts +29 -29
- package/es/components/display-item/src/index.vue.d.ts +10 -10
- package/es/components/drawer-form/index.d.ts +95 -95
- package/es/components/drawer-form/src/index.vue.d.ts +28 -28
- package/es/components/form/index.d.ts +89 -89
- package/es/components/form/src/form-content.vue.d.ts +8 -8
- package/es/components/form/src/index.vue.d.ts +31 -31
- package/es/components/form-item/index.d.ts +46 -46
- package/es/components/form-item/src/index.vue.d.ts +14 -14
- package/es/components/input-tag/index.d.ts +28 -28
- package/es/components/input-tag/src/index.vue.d.ts +28 -28
- 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 +601 -511
- package/es/components/page/src/index.vue.d.ts +203 -173
- package/es/components/pagination/index.d.ts +7 -7
- package/es/components/pagination/src/index.vue.d.ts +1 -1
- package/es/components/radio/index.d.ts +37 -37
- package/es/components/radio/src/index.vue.d.ts +37 -37
- package/es/components/render/index.d.ts +12 -12
- package/es/components/render/src/index.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +244 -206
- package/es/components/search/src/index.vue.d.ts +75 -69
- package/es/components/search/src/index.vue2.mjs +14 -4
- package/es/components/search/src/type.d.ts +9 -0
- package/es/components/sidebar/index.d.ts +15 -15
- package/es/components/sidebar/src/index.vue.d.ts +5 -5
- package/es/components/table/index.d.ts +40 -40
- package/es/components/table/src/index.vue.d.ts +12 -12
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +11 -11
- package/es/components/table/src/table-column.vue.d.ts +25 -25
- package/es/components/table/src/table-title-bar.vue.d.ts +3 -3
- package/es/components/utils/index.d.ts +5 -5
- package/es/components/yc-count-to/index.d.ts +2 -2
- package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/es/components/yc-count-to/src/rebound/index.d.ts +1 -1
- package/es/components/yc-dialog/index.d.ts +24 -24
- package/es/components/yc-drawer/store.d.ts +13 -13
- package/es/components/yc-more-actions/index.d.ts +84 -84
- package/es/components/yc-more-actions/src/index.vue.d.ts +6 -6
- package/es/components/yc-plus-page/src/index.vue.d.ts +465 -538
- package/es/components/yc-plus-page/src/index.vue.mjs +1 -1
- package/es/components/yc-plus-page/src/index.vue2.mjs +8 -2
- package/es/components/yc-plus-tree/src/index.vue.d.ts +2 -2
- package/es/components/yc-segmented/index.d.ts +4 -4
- package/es/components/yc-segmented/src/index.d.ts +4 -4
- package/es/components/yc-select-v2/src/index.vue.d.ts +1 -1
- package/es/components/yc-status-dialog/src/index.vue.d.ts +2 -2
- package/es/hooks/usePlusFormReset.d.ts +384 -384
- package/es/index.css +1 -1
- package/index.css +9 -5
- package/index.js +23 -7
- package/index.min.css +1 -1
- package/index.min.js +6 -6
- package/index.min.mjs +7 -7
- package/index.mjs +23 -7
- 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 +7 -7
- package/lib/components/check-card-group/src/index.vue.d.ts +1 -1
- package/lib/components/date-picker/index.d.ts +16 -16
- package/lib/components/date-picker/src/index.vue.d.ts +8 -8
- package/lib/components/dialog/index.d.ts +30 -30
- package/lib/components/dialog/src/index.vue.d.ts +3 -3
- package/lib/components/dialog-form/index.d.ts +80 -80
- package/lib/components/dialog-form/src/index.vue.d.ts +28 -28
- package/lib/components/display-item/index.d.ts +29 -29
- package/lib/components/display-item/src/index.vue.d.ts +10 -10
- package/lib/components/drawer-form/index.d.ts +95 -95
- package/lib/components/drawer-form/src/index.vue.d.ts +28 -28
- package/lib/components/form/index.d.ts +89 -89
- package/lib/components/form/src/form-content.vue.d.ts +8 -8
- package/lib/components/form/src/index.vue.d.ts +31 -31
- package/lib/components/form-item/index.d.ts +46 -46
- package/lib/components/form-item/src/index.vue.d.ts +14 -14
- package/lib/components/input-tag/index.d.ts +28 -28
- package/lib/components/input-tag/src/index.vue.d.ts +28 -28
- 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 +601 -511
- package/lib/components/page/src/index.vue.d.ts +203 -173
- package/lib/components/pagination/index.d.ts +7 -7
- package/lib/components/pagination/src/index.vue.d.ts +1 -1
- package/lib/components/radio/index.d.ts +37 -37
- package/lib/components/radio/src/index.vue.d.ts +37 -37
- package/lib/components/render/index.d.ts +12 -12
- package/lib/components/render/src/index.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +244 -206
- package/lib/components/search/src/index.vue.d.ts +75 -69
- package/lib/components/search/src/index.vue2.js +13 -3
- package/lib/components/search/src/type.d.ts +9 -0
- package/lib/components/sidebar/index.d.ts +15 -15
- package/lib/components/sidebar/src/index.vue.d.ts +5 -5
- package/lib/components/table/index.d.ts +40 -40
- package/lib/components/table/src/index.vue.d.ts +12 -12
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +11 -11
- package/lib/components/table/src/table-column.vue.d.ts +25 -25
- package/lib/components/table/src/table-title-bar.vue.d.ts +3 -3
- package/lib/components/utils/index.d.ts +5 -5
- package/lib/components/yc-count-to/index.d.ts +2 -2
- package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/lib/components/yc-count-to/src/rebound/index.d.ts +1 -1
- package/lib/components/yc-dialog/index.d.ts +24 -24
- package/lib/components/yc-drawer/store.d.ts +13 -13
- package/lib/components/yc-more-actions/index.d.ts +84 -84
- package/lib/components/yc-more-actions/src/index.vue.d.ts +6 -6
- package/lib/components/yc-plus-page/src/index.vue.d.ts +465 -538
- package/lib/components/yc-plus-page/src/index.vue.js +1 -1
- package/lib/components/yc-plus-page/src/index.vue2.js +8 -2
- package/lib/components/yc-plus-tree/src/index.vue.d.ts +2 -2
- package/lib/components/yc-segmented/index.d.ts +4 -4
- package/lib/components/yc-segmented/src/index.d.ts +4 -4
- package/lib/components/yc-select-v2/src/index.vue.d.ts +1 -1
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +2 -2
- package/lib/hooks/usePlusFormReset.d.ts +384 -384
- package/lib/index.css +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
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/plus-page.css +1 -1
- package/theme-chalk/src/mixins/mixins.scss +4 -0
- package/theme-chalk/src/page.scss +1 -1
|
@@ -5,10 +5,6 @@ export type PlusDialogInstance = InstanceType<typeof Dialog>;
|
|
|
5
5
|
export * from './src/type';
|
|
6
6
|
export declare const PlusDialog: {
|
|
7
7
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
8
|
-
top: {
|
|
9
|
-
type: PropType<string>;
|
|
10
|
-
default: string;
|
|
11
|
-
};
|
|
12
8
|
title: {
|
|
13
9
|
type: PropType<string>;
|
|
14
10
|
default: string;
|
|
@@ -17,6 +13,10 @@ export declare const PlusDialog: {
|
|
|
17
13
|
type: PropType<string | number>;
|
|
18
14
|
default: string;
|
|
19
15
|
};
|
|
16
|
+
top: {
|
|
17
|
+
type: PropType<string>;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
20
|
modelValue: {
|
|
21
21
|
type: PropType<boolean>;
|
|
22
22
|
default: boolean;
|
|
@@ -26,7 +26,7 @@ export declare const PlusDialog: {
|
|
|
26
26
|
default: boolean;
|
|
27
27
|
};
|
|
28
28
|
footerAlign: {
|
|
29
|
-
type: PropType<"
|
|
29
|
+
type: PropType<"right" | "left" | "center">;
|
|
30
30
|
default: string;
|
|
31
31
|
};
|
|
32
32
|
confirmLoading: {
|
|
@@ -42,18 +42,14 @@ export declare const PlusDialog: {
|
|
|
42
42
|
default: string;
|
|
43
43
|
};
|
|
44
44
|
}>> & {
|
|
45
|
-
onCancel?: (() => any) | undefined;
|
|
46
45
|
"onUpdate:modelValue"?: ((visible: boolean) => any) | undefined;
|
|
46
|
+
onCancel?: (() => any) | undefined;
|
|
47
47
|
onConfirm?: (() => any) | undefined;
|
|
48
48
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
49
49
|
"update:modelValue": (visible: boolean) => void;
|
|
50
50
|
cancel: () => void;
|
|
51
51
|
confirm: () => void;
|
|
52
52
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
53
|
-
top: {
|
|
54
|
-
type: PropType<string>;
|
|
55
|
-
default: string;
|
|
56
|
-
};
|
|
57
53
|
title: {
|
|
58
54
|
type: PropType<string>;
|
|
59
55
|
default: string;
|
|
@@ -62,6 +58,10 @@ export declare const PlusDialog: {
|
|
|
62
58
|
type: PropType<string | number>;
|
|
63
59
|
default: string;
|
|
64
60
|
};
|
|
61
|
+
top: {
|
|
62
|
+
type: PropType<string>;
|
|
63
|
+
default: string;
|
|
64
|
+
};
|
|
65
65
|
modelValue: {
|
|
66
66
|
type: PropType<boolean>;
|
|
67
67
|
default: boolean;
|
|
@@ -71,7 +71,7 @@ export declare const PlusDialog: {
|
|
|
71
71
|
default: boolean;
|
|
72
72
|
};
|
|
73
73
|
footerAlign: {
|
|
74
|
-
type: PropType<"
|
|
74
|
+
type: PropType<"right" | "left" | "center">;
|
|
75
75
|
default: string;
|
|
76
76
|
};
|
|
77
77
|
confirmLoading: {
|
|
@@ -87,16 +87,16 @@ export declare const PlusDialog: {
|
|
|
87
87
|
default: string;
|
|
88
88
|
};
|
|
89
89
|
}>> & {
|
|
90
|
-
onCancel?: (() => any) | undefined;
|
|
91
90
|
"onUpdate:modelValue"?: ((visible: boolean) => any) | undefined;
|
|
91
|
+
onCancel?: (() => any) | undefined;
|
|
92
92
|
onConfirm?: (() => any) | undefined;
|
|
93
93
|
}, {
|
|
94
|
-
top: string;
|
|
95
94
|
title: string;
|
|
96
95
|
width: string | number;
|
|
96
|
+
top: string;
|
|
97
97
|
modelValue: boolean;
|
|
98
98
|
hasFooter: boolean;
|
|
99
|
-
footerAlign: "
|
|
99
|
+
footerAlign: "right" | "left" | "center";
|
|
100
100
|
confirmLoading: boolean;
|
|
101
101
|
cancelText: string;
|
|
102
102
|
confirmText: string;
|
|
@@ -108,10 +108,6 @@ export declare const PlusDialog: {
|
|
|
108
108
|
M: {};
|
|
109
109
|
Defaults: {};
|
|
110
110
|
}, Readonly< ExtractPropTypes<{
|
|
111
|
-
top: {
|
|
112
|
-
type: PropType<string>;
|
|
113
|
-
default: string;
|
|
114
|
-
};
|
|
115
111
|
title: {
|
|
116
112
|
type: PropType<string>;
|
|
117
113
|
default: string;
|
|
@@ -120,6 +116,10 @@ export declare const PlusDialog: {
|
|
|
120
116
|
type: PropType<string | number>;
|
|
121
117
|
default: string;
|
|
122
118
|
};
|
|
119
|
+
top: {
|
|
120
|
+
type: PropType<string>;
|
|
121
|
+
default: string;
|
|
122
|
+
};
|
|
123
123
|
modelValue: {
|
|
124
124
|
type: PropType<boolean>;
|
|
125
125
|
default: boolean;
|
|
@@ -129,7 +129,7 @@ export declare const PlusDialog: {
|
|
|
129
129
|
default: boolean;
|
|
130
130
|
};
|
|
131
131
|
footerAlign: {
|
|
132
|
-
type: PropType<"
|
|
132
|
+
type: PropType<"right" | "left" | "center">;
|
|
133
133
|
default: string;
|
|
134
134
|
};
|
|
135
135
|
confirmLoading: {
|
|
@@ -145,16 +145,16 @@ export declare const PlusDialog: {
|
|
|
145
145
|
default: string;
|
|
146
146
|
};
|
|
147
147
|
}>> & {
|
|
148
|
-
onCancel?: (() => any) | undefined;
|
|
149
148
|
"onUpdate:modelValue"?: ((visible: boolean) => any) | undefined;
|
|
149
|
+
onCancel?: (() => any) | undefined;
|
|
150
150
|
onConfirm?: (() => any) | undefined;
|
|
151
151
|
}, {}, {}, {}, {}, {
|
|
152
|
-
top: string;
|
|
153
152
|
title: string;
|
|
154
153
|
width: string | number;
|
|
154
|
+
top: string;
|
|
155
155
|
modelValue: boolean;
|
|
156
156
|
hasFooter: boolean;
|
|
157
|
-
footerAlign: "
|
|
157
|
+
footerAlign: "right" | "left" | "center";
|
|
158
158
|
confirmLoading: boolean;
|
|
159
159
|
cancelText: string;
|
|
160
160
|
confirmText: string;
|
|
@@ -163,10 +163,6 @@ export declare const PlusDialog: {
|
|
|
163
163
|
__isTeleport?: undefined;
|
|
164
164
|
__isSuspense?: undefined;
|
|
165
165
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
166
|
-
top: {
|
|
167
|
-
type: PropType<string>;
|
|
168
|
-
default: string;
|
|
169
|
-
};
|
|
170
166
|
title: {
|
|
171
167
|
type: PropType<string>;
|
|
172
168
|
default: string;
|
|
@@ -175,6 +171,10 @@ export declare const PlusDialog: {
|
|
|
175
171
|
type: PropType<string | number>;
|
|
176
172
|
default: string;
|
|
177
173
|
};
|
|
174
|
+
top: {
|
|
175
|
+
type: PropType<string>;
|
|
176
|
+
default: string;
|
|
177
|
+
};
|
|
178
178
|
modelValue: {
|
|
179
179
|
type: PropType<boolean>;
|
|
180
180
|
default: boolean;
|
|
@@ -184,7 +184,7 @@ export declare const PlusDialog: {
|
|
|
184
184
|
default: boolean;
|
|
185
185
|
};
|
|
186
186
|
footerAlign: {
|
|
187
|
-
type: PropType<"
|
|
187
|
+
type: PropType<"right" | "left" | "center">;
|
|
188
188
|
default: string;
|
|
189
189
|
};
|
|
190
190
|
confirmLoading: {
|
|
@@ -200,20 +200,20 @@ export declare const PlusDialog: {
|
|
|
200
200
|
default: string;
|
|
201
201
|
};
|
|
202
202
|
}>> & {
|
|
203
|
-
onCancel?: (() => any) | undefined;
|
|
204
203
|
"onUpdate:modelValue"?: ((visible: boolean) => any) | undefined;
|
|
204
|
+
onCancel?: (() => any) | undefined;
|
|
205
205
|
onConfirm?: (() => any) | undefined;
|
|
206
206
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
207
207
|
"update:modelValue": (visible: boolean) => void;
|
|
208
208
|
cancel: () => void;
|
|
209
209
|
confirm: () => void;
|
|
210
210
|
}, string, {
|
|
211
|
-
top: string;
|
|
212
211
|
title: string;
|
|
213
212
|
width: string | number;
|
|
213
|
+
top: string;
|
|
214
214
|
modelValue: boolean;
|
|
215
215
|
hasFooter: boolean;
|
|
216
|
-
footerAlign: "
|
|
216
|
+
footerAlign: "right" | "left" | "center";
|
|
217
217
|
confirmLoading: boolean;
|
|
218
218
|
cancelText: string;
|
|
219
219
|
confirmText: string;
|
|
@@ -26,16 +26,16 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
26
26
|
width: string;
|
|
27
27
|
footerAlign: string;
|
|
28
28
|
}>>> & {
|
|
29
|
-
onCancel?: (() => any) | undefined;
|
|
30
29
|
"onUpdate:modelValue"?: ((visible: boolean) => any) | undefined;
|
|
30
|
+
onCancel?: (() => any) | undefined;
|
|
31
31
|
onConfirm?: (() => any) | undefined;
|
|
32
32
|
}, {
|
|
33
|
-
top: string;
|
|
34
33
|
title: string;
|
|
35
34
|
width: string | number;
|
|
35
|
+
top: string;
|
|
36
36
|
modelValue: boolean;
|
|
37
37
|
hasFooter: boolean;
|
|
38
|
-
footerAlign: "
|
|
38
|
+
footerAlign: "right" | "left" | "center";
|
|
39
39
|
confirmLoading: boolean;
|
|
40
40
|
cancelText: string;
|
|
41
41
|
confirmText: string;
|