yc-pro-components 0.0.10 → 0.0.11
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 +49 -49
- 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 +17 -17
- package/es/components/date-picker/src/index.vue.d.ts +9 -9
- package/es/components/dialog/index.d.ts +41 -41
- package/es/components/dialog/src/index.vue.d.ts +4 -4
- package/es/components/dialog-form/index.d.ts +109 -109
- package/es/components/dialog-form/src/index.vue.d.ts +35 -35
- package/es/components/display-item/index.d.ts +24 -24
- package/es/components/display-item/src/index.vue.d.ts +24 -24
- package/es/components/drawer-form/index.d.ts +105 -105
- package/es/components/drawer-form/src/index.vue.d.ts +34 -34
- package/es/components/form/index.d.ts +123 -123
- package/es/components/form/src/form-content.vue.d.ts +24 -24
- package/es/components/form/src/index.vue.d.ts +43 -43
- package/es/components/form-item/index.d.ts +78 -78
- package/es/components/form-item/src/index.vue.d.ts +22 -22
- 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 +48 -48
- package/es/components/input-tag/src/index.vue.d.ts +36 -36
- package/es/components/layout/index.d.ts +60 -60
- package/es/components/layout/src/index.vue.d.ts +20 -20
- package/es/components/page/index.d.ts +846 -846
- package/es/components/page/src/index.vue.d.ts +286 -286
- 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 +47 -47
- package/es/components/radio/src/index.vue.d.ts +39 -39
- 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 +324 -324
- package/es/components/search/src/index.vue.d.ts +106 -106
- package/es/components/sidebar/index.d.ts +30 -30
- package/es/components/sidebar/src/index.vue.d.ts +10 -10
- 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/index.d.ts +76 -76
- package/es/components/table/src/index.vue.d.ts +24 -24
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +23 -23
- package/es/components/table/src/table-column.vue.d.ts +24 -24
- package/es/components/table/src/table-title-bar.vue.d.ts +3 -3
- package/es/components/utils/index.d.ts +6 -6
- 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-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/store.d.ts +13 -13
- package/es/components/yc-form-container-header/index.d.ts +12 -12
- package/es/components/yc-more-actions/index.d.ts +86 -86
- package/es/components/yc-more-actions/src/index.vue.d.ts +7 -7
- package/es/components/yc-plus-page/src/index.vue.d.ts +644 -644
- package/es/components/yc-plus-tree/src/index.vue.d.ts +2 -2
- package/es/components/yc-segmented/index.d.ts +6 -6
- package/es/components/yc-segmented/src/index.d.ts +6 -6
- 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 +487 -487
- package/index.js +1 -1
- package/index.min.js +1 -1
- package/index.min.mjs +1 -1
- package/index.mjs +1 -1
- package/lib/components/check-card/index.d.ts +49 -49
- 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 +17 -17
- package/lib/components/date-picker/src/index.vue.d.ts +9 -9
- package/lib/components/dialog/index.d.ts +41 -41
- package/lib/components/dialog/src/index.vue.d.ts +4 -4
- package/lib/components/dialog-form/index.d.ts +109 -109
- package/lib/components/dialog-form/src/index.vue.d.ts +35 -35
- package/lib/components/display-item/index.d.ts +24 -24
- package/lib/components/display-item/src/index.vue.d.ts +24 -24
- package/lib/components/drawer-form/index.d.ts +105 -105
- package/lib/components/drawer-form/src/index.vue.d.ts +34 -34
- package/lib/components/form/index.d.ts +123 -123
- package/lib/components/form/src/form-content.vue.d.ts +24 -24
- package/lib/components/form/src/index.vue.d.ts +43 -43
- package/lib/components/form-item/index.d.ts +78 -78
- package/lib/components/form-item/src/index.vue.d.ts +22 -22
- 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 +48 -48
- package/lib/components/input-tag/src/index.vue.d.ts +36 -36
- package/lib/components/layout/index.d.ts +60 -60
- package/lib/components/layout/src/index.vue.d.ts +20 -20
- package/lib/components/page/index.d.ts +846 -846
- package/lib/components/page/src/index.vue.d.ts +286 -286
- 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 +47 -47
- package/lib/components/radio/src/index.vue.d.ts +39 -39
- 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 +324 -324
- package/lib/components/search/src/index.vue.d.ts +106 -106
- package/lib/components/sidebar/index.d.ts +30 -30
- package/lib/components/sidebar/src/index.vue.d.ts +10 -10
- 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/index.d.ts +76 -76
- package/lib/components/table/src/index.vue.d.ts +24 -24
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +23 -23
- package/lib/components/table/src/table-column.vue.d.ts +24 -24
- package/lib/components/table/src/table-title-bar.vue.d.ts +3 -3
- package/lib/components/utils/index.d.ts +6 -6
- 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-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/store.d.ts +13 -13
- package/lib/components/yc-form-container-header/index.d.ts +12 -12
- package/lib/components/yc-more-actions/index.d.ts +86 -86
- package/lib/components/yc-more-actions/src/index.vue.d.ts +7 -7
- package/lib/components/yc-plus-page/src/index.vue.d.ts +644 -644
- package/lib/components/yc-plus-tree/src/index.vue.d.ts +2 -2
- package/lib/components/yc-segmented/index.d.ts +6 -6
- package/lib/components/yc-segmented/src/index.d.ts +6 -6
- 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 +487 -487
- 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/src/mixins/mixins.scss +4 -0
|
@@ -43,16 +43,16 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
43
43
|
extra: undefined;
|
|
44
44
|
disabled: boolean;
|
|
45
45
|
}>>> & {
|
|
46
|
-
onChange?: ((checked: boolean) => any) | undefined;
|
|
47
46
|
"onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
|
|
47
|
+
onChange?: ((checked: boolean) => any) | undefined;
|
|
48
48
|
onExtra?: (() => any) | undefined;
|
|
49
49
|
}, {
|
|
50
|
-
|
|
51
|
-
|
|
50
|
+
size: "" | "default" | "small" | "large";
|
|
51
|
+
modelValue: boolean;
|
|
52
52
|
title: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
53
53
|
avatar: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
54
|
+
disabled: boolean;
|
|
54
55
|
extra: (data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
|
|
55
|
-
modelValue: boolean;
|
|
56
56
|
description: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
57
57
|
avatarProps: RecordType;
|
|
58
58
|
}, {}>, {
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { ValueType } from './src/index.vue';
|
|
2
1
|
import { PlusCheckCardProps, RenderTypes } from 'packages/yc-components';
|
|
2
|
+
import { ValueType } from './src/index.vue';
|
|
3
3
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
|
|
4
4
|
export type { PlusCheckCardGroupProps } from './src/index.vue';
|
|
5
5
|
export declare const PlusCheckCardGroup: {
|
|
6
6
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
7
|
+
size: {
|
|
8
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
9
|
+
default: undefined;
|
|
10
|
+
};
|
|
11
|
+
modelValue: {
|
|
12
|
+
type: PropType<ValueType>;
|
|
13
|
+
default: () => never[];
|
|
14
|
+
};
|
|
7
15
|
disabled: {
|
|
8
16
|
type: PropType<boolean>;
|
|
9
17
|
default: boolean;
|
|
10
18
|
};
|
|
11
|
-
size: {
|
|
12
|
-
type: PropType<"" | "large" | "default" | "small">;
|
|
13
|
-
default: undefined;
|
|
14
|
-
};
|
|
15
19
|
options: {
|
|
16
20
|
type: PropType<( PlusCheckCardProps & {
|
|
17
21
|
value: string | number;
|
|
18
22
|
})[]>;
|
|
19
23
|
default: () => never[];
|
|
20
24
|
};
|
|
21
|
-
modelValue: {
|
|
22
|
-
type: PropType<ValueType>;
|
|
23
|
-
default: () => never[];
|
|
24
|
-
};
|
|
25
25
|
multiple: {
|
|
26
26
|
type: PropType<boolean>;
|
|
27
27
|
default: boolean;
|
|
28
28
|
};
|
|
29
29
|
}>> & {
|
|
30
|
-
onChange?: ((checked: ValueType) => any) | undefined;
|
|
31
30
|
"onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
|
|
31
|
+
onChange?: ((checked: ValueType) => any) | undefined;
|
|
32
32
|
onExtra?: ((item: PlusCheckCardProps & {
|
|
33
33
|
value: string | number;
|
|
34
34
|
}) => any) | undefined;
|
|
@@ -39,41 +39,41 @@ export declare const PlusCheckCardGroup: {
|
|
|
39
39
|
value: string | number;
|
|
40
40
|
}) => void;
|
|
41
41
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
42
|
+
size: {
|
|
43
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
44
|
+
default: undefined;
|
|
45
|
+
};
|
|
46
|
+
modelValue: {
|
|
47
|
+
type: PropType<ValueType>;
|
|
48
|
+
default: () => never[];
|
|
49
|
+
};
|
|
42
50
|
disabled: {
|
|
43
51
|
type: PropType<boolean>;
|
|
44
52
|
default: boolean;
|
|
45
53
|
};
|
|
46
|
-
size: {
|
|
47
|
-
type: PropType<"" | "large" | "default" | "small">;
|
|
48
|
-
default: undefined;
|
|
49
|
-
};
|
|
50
54
|
options: {
|
|
51
55
|
type: PropType<( PlusCheckCardProps & {
|
|
52
56
|
value: string | number;
|
|
53
57
|
})[]>;
|
|
54
58
|
default: () => never[];
|
|
55
59
|
};
|
|
56
|
-
modelValue: {
|
|
57
|
-
type: PropType<ValueType>;
|
|
58
|
-
default: () => never[];
|
|
59
|
-
};
|
|
60
60
|
multiple: {
|
|
61
61
|
type: PropType<boolean>;
|
|
62
62
|
default: boolean;
|
|
63
63
|
};
|
|
64
64
|
}>> & {
|
|
65
|
-
onChange?: ((checked: ValueType) => any) | undefined;
|
|
66
65
|
"onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
|
|
66
|
+
onChange?: ((checked: ValueType) => any) | undefined;
|
|
67
67
|
onExtra?: ((item: PlusCheckCardProps & {
|
|
68
68
|
value: string | number;
|
|
69
69
|
}) => any) | undefined;
|
|
70
70
|
}, {
|
|
71
|
+
size: "" | "default" | "small" | "large";
|
|
72
|
+
modelValue: ValueType;
|
|
71
73
|
disabled: boolean;
|
|
72
|
-
size: "" | "large" | "default" | "small";
|
|
73
74
|
options: ( PlusCheckCardProps & {
|
|
74
75
|
value: string | number;
|
|
75
76
|
})[];
|
|
76
|
-
modelValue: ValueType;
|
|
77
77
|
multiple: boolean;
|
|
78
78
|
}, true, {}, {}, {
|
|
79
79
|
P: {};
|
|
@@ -83,72 +83,72 @@ export declare const PlusCheckCardGroup: {
|
|
|
83
83
|
M: {};
|
|
84
84
|
Defaults: {};
|
|
85
85
|
}, Readonly< ExtractPropTypes<{
|
|
86
|
+
size: {
|
|
87
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
88
|
+
default: undefined;
|
|
89
|
+
};
|
|
90
|
+
modelValue: {
|
|
91
|
+
type: PropType<ValueType>;
|
|
92
|
+
default: () => never[];
|
|
93
|
+
};
|
|
86
94
|
disabled: {
|
|
87
95
|
type: PropType<boolean>;
|
|
88
96
|
default: boolean;
|
|
89
97
|
};
|
|
90
|
-
size: {
|
|
91
|
-
type: PropType<"" | "large" | "default" | "small">;
|
|
92
|
-
default: undefined;
|
|
93
|
-
};
|
|
94
98
|
options: {
|
|
95
99
|
type: PropType<( PlusCheckCardProps & {
|
|
96
100
|
value: string | number;
|
|
97
101
|
})[]>;
|
|
98
102
|
default: () => never[];
|
|
99
103
|
};
|
|
100
|
-
modelValue: {
|
|
101
|
-
type: PropType<ValueType>;
|
|
102
|
-
default: () => never[];
|
|
103
|
-
};
|
|
104
104
|
multiple: {
|
|
105
105
|
type: PropType<boolean>;
|
|
106
106
|
default: boolean;
|
|
107
107
|
};
|
|
108
108
|
}>> & {
|
|
109
|
-
onChange?: ((checked: ValueType) => any) | undefined;
|
|
110
109
|
"onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
|
|
110
|
+
onChange?: ((checked: ValueType) => any) | undefined;
|
|
111
111
|
onExtra?: ((item: PlusCheckCardProps & {
|
|
112
112
|
value: string | number;
|
|
113
113
|
}) => any) | undefined;
|
|
114
114
|
}, {}, {}, {}, {}, {
|
|
115
|
+
size: "" | "default" | "small" | "large";
|
|
116
|
+
modelValue: ValueType;
|
|
115
117
|
disabled: boolean;
|
|
116
|
-
size: "" | "large" | "default" | "small";
|
|
117
118
|
options: ( PlusCheckCardProps & {
|
|
118
119
|
value: string | number;
|
|
119
120
|
})[];
|
|
120
|
-
modelValue: ValueType;
|
|
121
121
|
multiple: boolean;
|
|
122
122
|
}>;
|
|
123
123
|
__isFragment?: undefined;
|
|
124
124
|
__isTeleport?: undefined;
|
|
125
125
|
__isSuspense?: undefined;
|
|
126
126
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
127
|
+
size: {
|
|
128
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
129
|
+
default: undefined;
|
|
130
|
+
};
|
|
131
|
+
modelValue: {
|
|
132
|
+
type: PropType<ValueType>;
|
|
133
|
+
default: () => never[];
|
|
134
|
+
};
|
|
127
135
|
disabled: {
|
|
128
136
|
type: PropType<boolean>;
|
|
129
137
|
default: boolean;
|
|
130
138
|
};
|
|
131
|
-
size: {
|
|
132
|
-
type: PropType<"" | "large" | "default" | "small">;
|
|
133
|
-
default: undefined;
|
|
134
|
-
};
|
|
135
139
|
options: {
|
|
136
140
|
type: PropType<( PlusCheckCardProps & {
|
|
137
141
|
value: string | number;
|
|
138
142
|
})[]>;
|
|
139
143
|
default: () => never[];
|
|
140
144
|
};
|
|
141
|
-
modelValue: {
|
|
142
|
-
type: PropType<ValueType>;
|
|
143
|
-
default: () => never[];
|
|
144
|
-
};
|
|
145
145
|
multiple: {
|
|
146
146
|
type: PropType<boolean>;
|
|
147
147
|
default: boolean;
|
|
148
148
|
};
|
|
149
149
|
}>> & {
|
|
150
|
-
onChange?: ((checked: ValueType) => any) | undefined;
|
|
151
150
|
"onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
|
|
151
|
+
onChange?: ((checked: ValueType) => any) | undefined;
|
|
152
152
|
onExtra?: ((item: PlusCheckCardProps & {
|
|
153
153
|
value: string | number;
|
|
154
154
|
}) => any) | undefined;
|
|
@@ -159,12 +159,12 @@ export declare const PlusCheckCardGroup: {
|
|
|
159
159
|
value: string | number;
|
|
160
160
|
}) => void;
|
|
161
161
|
}, string, {
|
|
162
|
+
size: "" | "default" | "small" | "large";
|
|
163
|
+
modelValue: ValueType;
|
|
162
164
|
disabled: boolean;
|
|
163
|
-
size: "" | "large" | "default" | "small";
|
|
164
165
|
options: ( PlusCheckCardProps & {
|
|
165
166
|
value: string | number;
|
|
166
167
|
})[];
|
|
167
|
-
modelValue: ValueType;
|
|
168
168
|
multiple: boolean;
|
|
169
169
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
170
170
|
$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
|
-
onChange?: ((checked: ValueType) => any) | undefined;
|
|
49
48
|
"onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
|
|
49
|
+
onChange?: ((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;
|
|
54
56
|
disabled: boolean;
|
|
55
|
-
size: "" | "large" | "default" | "small";
|
|
56
57
|
options: (PlusCheckCardProps & {
|
|
57
58
|
value: string | number;
|
|
58
59
|
})[];
|
|
59
|
-
modelValue: ValueType;
|
|
60
60
|
multiple: boolean;
|
|
61
61
|
}, {}>, Partial<Record<string, (_: {
|
|
62
62
|
avatar: string | undefined;
|
|
@@ -8,10 +8,6 @@ import { default as DatePicker } from './src/index.vue';
|
|
|
8
8
|
export type PlusDatePickerInstance = InstanceType<typeof DatePicker>;
|
|
9
9
|
export type { PlusDatePickerProps } from './src/index.vue';
|
|
10
10
|
export declare const PlusDatePicker: DefineComponent<{
|
|
11
|
-
disabled: {
|
|
12
|
-
type: PropType<boolean>;
|
|
13
|
-
default: boolean;
|
|
14
|
-
};
|
|
15
11
|
type: {
|
|
16
12
|
type: PropType<"date" | "year" | "month" | "dates" | "week" | "datetime">;
|
|
17
13
|
default: string;
|
|
@@ -20,6 +16,10 @@ export declare const PlusDatePicker: DefineComponent<{
|
|
|
20
16
|
type: PropType<string[]>;
|
|
21
17
|
default: () => never[];
|
|
22
18
|
};
|
|
19
|
+
disabled: {
|
|
20
|
+
type: PropType<boolean>;
|
|
21
|
+
default: boolean;
|
|
22
|
+
};
|
|
23
23
|
valueFormat: {
|
|
24
24
|
type: PropType<string>;
|
|
25
25
|
default: string;
|
|
@@ -105,7 +105,7 @@ export declare const PlusDatePicker: DefineComponent<{
|
|
|
105
105
|
readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
106
106
|
readonly prefixIcon: EpPropFinalized<(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, "", boolean>;
|
|
107
107
|
readonly size: {
|
|
108
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
108
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
109
109
|
readonly required: false;
|
|
110
110
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
111
111
|
__epPropKey: true;
|
|
@@ -193,7 +193,7 @@ export declare const PlusDatePicker: DefineComponent<{
|
|
|
193
193
|
readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
194
194
|
readonly prefixIcon: EpPropFinalized<(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, "", boolean>;
|
|
195
195
|
readonly size: {
|
|
196
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
196
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
197
197
|
readonly required: false;
|
|
198
198
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
199
199
|
__epPropKey: true;
|
|
@@ -308,7 +308,7 @@ export declare const PlusDatePicker: DefineComponent<{
|
|
|
308
308
|
readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
309
309
|
readonly prefixIcon: EpPropFinalized<(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, "", boolean>;
|
|
310
310
|
readonly size: {
|
|
311
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
311
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
312
312
|
readonly required: false;
|
|
313
313
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
314
314
|
__epPropKey: true;
|
|
@@ -417,7 +417,7 @@ export declare const PlusDatePicker: DefineComponent<{
|
|
|
417
417
|
readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
418
418
|
readonly prefixIcon: EpPropFinalized<(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, "", boolean>;
|
|
419
419
|
readonly size: {
|
|
420
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
420
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
421
421
|
readonly required: false;
|
|
422
422
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
423
423
|
__epPropKey: true;
|
|
@@ -505,7 +505,7 @@ export declare const PlusDatePicker: DefineComponent<{
|
|
|
505
505
|
readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
506
506
|
readonly prefixIcon: EpPropFinalized<(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, "", boolean>;
|
|
507
507
|
readonly size: {
|
|
508
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
508
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
509
509
|
readonly required: false;
|
|
510
510
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
511
511
|
__epPropKey: true;
|
|
@@ -620,7 +620,7 @@ export declare const PlusDatePicker: DefineComponent<{
|
|
|
620
620
|
readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
621
621
|
readonly prefixIcon: EpPropFinalized<(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, "", boolean>;
|
|
622
622
|
readonly size: {
|
|
623
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
623
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
624
624
|
readonly required: false;
|
|
625
625
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
626
626
|
__epPropKey: true;
|
|
@@ -674,10 +674,6 @@ export declare const PlusDatePicker: DefineComponent<{
|
|
|
674
674
|
focus: (event: FocusEvent) => void;
|
|
675
675
|
"update:modelValue": (value: string[]) => void;
|
|
676
676
|
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
677
|
-
disabled: {
|
|
678
|
-
type: PropType<boolean>;
|
|
679
|
-
default: boolean;
|
|
680
|
-
};
|
|
681
677
|
type: {
|
|
682
678
|
type: PropType<"date" | "year" | "month" | "dates" | "week" | "datetime">;
|
|
683
679
|
default: string;
|
|
@@ -686,6 +682,10 @@ export declare const PlusDatePicker: DefineComponent<{
|
|
|
686
682
|
type: PropType<string[]>;
|
|
687
683
|
default: () => never[];
|
|
688
684
|
};
|
|
685
|
+
disabled: {
|
|
686
|
+
type: PropType<boolean>;
|
|
687
|
+
default: boolean;
|
|
688
|
+
};
|
|
689
689
|
valueFormat: {
|
|
690
690
|
type: PropType<string>;
|
|
691
691
|
default: string;
|
|
@@ -711,13 +711,13 @@ export declare const PlusDatePicker: DefineComponent<{
|
|
|
711
711
|
default: (endTime: any, startValue: any) => boolean;
|
|
712
712
|
};
|
|
713
713
|
}>> & {
|
|
714
|
-
onChange?: ((value: string[]) => any) | undefined;
|
|
715
|
-
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
716
714
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
715
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
716
|
+
onChange?: ((value: string[]) => any) | undefined;
|
|
717
717
|
}, {
|
|
718
|
-
disabled: boolean;
|
|
719
718
|
type: "date" | "year" | "month" | "dates" | "week" | "datetime";
|
|
720
719
|
modelValue: string[];
|
|
720
|
+
disabled: boolean;
|
|
721
721
|
valueFormat: string;
|
|
722
722
|
rangeSeparator: string;
|
|
723
723
|
startProps: Partial< DatePickerProps>;
|
|
@@ -98,7 +98,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
98
98
|
readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
99
99
|
readonly prefixIcon: EpPropFinalized<(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, "", boolean>;
|
|
100
100
|
readonly size: {
|
|
101
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
101
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
102
102
|
readonly required: false;
|
|
103
103
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
104
104
|
__epPropKey: true;
|
|
@@ -186,7 +186,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
186
186
|
readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
187
187
|
readonly prefixIcon: EpPropFinalized<(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, "", boolean>;
|
|
188
188
|
readonly size: {
|
|
189
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
189
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
190
190
|
readonly required: false;
|
|
191
191
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
192
192
|
__epPropKey: true;
|
|
@@ -301,7 +301,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
301
301
|
readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
302
302
|
readonly prefixIcon: EpPropFinalized<(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, "", boolean>;
|
|
303
303
|
readonly size: {
|
|
304
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
304
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
305
305
|
readonly required: false;
|
|
306
306
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
307
307
|
__epPropKey: true;
|
|
@@ -410,7 +410,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
410
410
|
readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
411
411
|
readonly prefixIcon: EpPropFinalized<(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, "", boolean>;
|
|
412
412
|
readonly size: {
|
|
413
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
413
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
414
414
|
readonly required: false;
|
|
415
415
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
416
416
|
__epPropKey: true;
|
|
@@ -498,7 +498,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
498
498
|
readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
499
499
|
readonly prefixIcon: EpPropFinalized<(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, "", boolean>;
|
|
500
500
|
readonly size: {
|
|
501
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
501
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
502
502
|
readonly required: false;
|
|
503
503
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
504
504
|
__epPropKey: true;
|
|
@@ -613,7 +613,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
613
613
|
readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
614
614
|
readonly prefixIcon: EpPropFinalized<(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, "", boolean>;
|
|
615
615
|
readonly size: {
|
|
616
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
616
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
617
617
|
readonly required: false;
|
|
618
618
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
619
619
|
__epPropKey: true;
|
|
@@ -677,13 +677,13 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
677
677
|
startDisabledDate: (startTime: any, endValue: any) => boolean;
|
|
678
678
|
endDisabledDate: (endTime: any, startValue: any) => boolean;
|
|
679
679
|
}>>> & {
|
|
680
|
-
onChange?: ((value: string[]) => any) | undefined;
|
|
681
|
-
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
682
680
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
681
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
682
|
+
onChange?: ((value: string[]) => any) | undefined;
|
|
683
683
|
}, {
|
|
684
|
-
disabled: boolean;
|
|
685
684
|
type: "date" | "year" | "month" | "dates" | "week" | "datetime";
|
|
686
685
|
modelValue: string[];
|
|
686
|
+
disabled: boolean;
|
|
687
687
|
valueFormat: string;
|
|
688
688
|
rangeSeparator: string;
|
|
689
689
|
startProps: Partial<DatePickerProps>;
|
|
@@ -5,9 +5,9 @@ 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
|
-
|
|
9
|
-
type: PropType<
|
|
10
|
-
default:
|
|
8
|
+
modelValue: {
|
|
9
|
+
type: PropType<boolean>;
|
|
10
|
+
default: boolean;
|
|
11
11
|
};
|
|
12
12
|
title: {
|
|
13
13
|
type: PropType<string>;
|
|
@@ -17,16 +17,16 @@ export declare const PlusDialog: {
|
|
|
17
17
|
type: PropType<string | number>;
|
|
18
18
|
default: string;
|
|
19
19
|
};
|
|
20
|
-
|
|
21
|
-
type: PropType<
|
|
22
|
-
default:
|
|
20
|
+
top: {
|
|
21
|
+
type: PropType<string>;
|
|
22
|
+
default: string;
|
|
23
23
|
};
|
|
24
24
|
hasFooter: {
|
|
25
25
|
type: PropType<boolean>;
|
|
26
26
|
default: boolean;
|
|
27
27
|
};
|
|
28
28
|
footerAlign: {
|
|
29
|
-
type: PropType<"
|
|
29
|
+
type: PropType<"center" | "right" | "left">;
|
|
30
30
|
default: string;
|
|
31
31
|
};
|
|
32
32
|
confirmLoading: {
|
|
@@ -42,17 +42,17 @@ 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
|
-
|
|
54
|
-
type: PropType<
|
|
55
|
-
default:
|
|
53
|
+
modelValue: {
|
|
54
|
+
type: PropType<boolean>;
|
|
55
|
+
default: boolean;
|
|
56
56
|
};
|
|
57
57
|
title: {
|
|
58
58
|
type: PropType<string>;
|
|
@@ -62,16 +62,16 @@ export declare const PlusDialog: {
|
|
|
62
62
|
type: PropType<string | number>;
|
|
63
63
|
default: string;
|
|
64
64
|
};
|
|
65
|
-
|
|
66
|
-
type: PropType<
|
|
67
|
-
default:
|
|
65
|
+
top: {
|
|
66
|
+
type: PropType<string>;
|
|
67
|
+
default: string;
|
|
68
68
|
};
|
|
69
69
|
hasFooter: {
|
|
70
70
|
type: PropType<boolean>;
|
|
71
71
|
default: boolean;
|
|
72
72
|
};
|
|
73
73
|
footerAlign: {
|
|
74
|
-
type: PropType<"
|
|
74
|
+
type: PropType<"center" | "right" | "left">;
|
|
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
|
-
|
|
94
|
+
modelValue: boolean;
|
|
95
95
|
title: string;
|
|
96
96
|
width: string | number;
|
|
97
|
-
|
|
97
|
+
top: string;
|
|
98
98
|
hasFooter: boolean;
|
|
99
|
-
footerAlign: "
|
|
99
|
+
footerAlign: "center" | "right" | "left";
|
|
100
100
|
confirmLoading: boolean;
|
|
101
101
|
cancelText: string;
|
|
102
102
|
confirmText: string;
|
|
@@ -108,9 +108,9 @@ export declare const PlusDialog: {
|
|
|
108
108
|
M: {};
|
|
109
109
|
Defaults: {};
|
|
110
110
|
}, Readonly< ExtractPropTypes<{
|
|
111
|
-
|
|
112
|
-
type: PropType<
|
|
113
|
-
default:
|
|
111
|
+
modelValue: {
|
|
112
|
+
type: PropType<boolean>;
|
|
113
|
+
default: boolean;
|
|
114
114
|
};
|
|
115
115
|
title: {
|
|
116
116
|
type: PropType<string>;
|
|
@@ -120,16 +120,16 @@ export declare const PlusDialog: {
|
|
|
120
120
|
type: PropType<string | number>;
|
|
121
121
|
default: string;
|
|
122
122
|
};
|
|
123
|
-
|
|
124
|
-
type: PropType<
|
|
125
|
-
default:
|
|
123
|
+
top: {
|
|
124
|
+
type: PropType<string>;
|
|
125
|
+
default: string;
|
|
126
126
|
};
|
|
127
127
|
hasFooter: {
|
|
128
128
|
type: PropType<boolean>;
|
|
129
129
|
default: boolean;
|
|
130
130
|
};
|
|
131
131
|
footerAlign: {
|
|
132
|
-
type: PropType<"
|
|
132
|
+
type: PropType<"center" | "right" | "left">;
|
|
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
|
-
|
|
152
|
+
modelValue: boolean;
|
|
153
153
|
title: string;
|
|
154
154
|
width: string | number;
|
|
155
|
-
|
|
155
|
+
top: string;
|
|
156
156
|
hasFooter: boolean;
|
|
157
|
-
footerAlign: "
|
|
157
|
+
footerAlign: "center" | "right" | "left";
|
|
158
158
|
confirmLoading: boolean;
|
|
159
159
|
cancelText: string;
|
|
160
160
|
confirmText: string;
|
|
@@ -163,9 +163,9 @@ export declare const PlusDialog: {
|
|
|
163
163
|
__isTeleport?: undefined;
|
|
164
164
|
__isSuspense?: undefined;
|
|
165
165
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
166
|
-
|
|
167
|
-
type: PropType<
|
|
168
|
-
default:
|
|
166
|
+
modelValue: {
|
|
167
|
+
type: PropType<boolean>;
|
|
168
|
+
default: boolean;
|
|
169
169
|
};
|
|
170
170
|
title: {
|
|
171
171
|
type: PropType<string>;
|
|
@@ -175,16 +175,16 @@ export declare const PlusDialog: {
|
|
|
175
175
|
type: PropType<string | number>;
|
|
176
176
|
default: string;
|
|
177
177
|
};
|
|
178
|
-
|
|
179
|
-
type: PropType<
|
|
180
|
-
default:
|
|
178
|
+
top: {
|
|
179
|
+
type: PropType<string>;
|
|
180
|
+
default: string;
|
|
181
181
|
};
|
|
182
182
|
hasFooter: {
|
|
183
183
|
type: PropType<boolean>;
|
|
184
184
|
default: boolean;
|
|
185
185
|
};
|
|
186
186
|
footerAlign: {
|
|
187
|
-
type: PropType<"
|
|
187
|
+
type: PropType<"center" | "right" | "left">;
|
|
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
|
-
|
|
211
|
+
modelValue: boolean;
|
|
212
212
|
title: string;
|
|
213
213
|
width: string | number;
|
|
214
|
-
|
|
214
|
+
top: string;
|
|
215
215
|
hasFooter: boolean;
|
|
216
|
-
footerAlign: "
|
|
216
|
+
footerAlign: "center" | "right" | "left";
|
|
217
217
|
confirmLoading: boolean;
|
|
218
218
|
cancelText: string;
|
|
219
219
|
confirmText: string;
|