@oinone/kunlun-vue-ui-el 6.3.7 → 6.3.8
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.
|
@@ -35,6 +35,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35
35
|
type: BooleanConstructor;
|
|
36
36
|
default: undefined;
|
|
37
37
|
};
|
|
38
|
+
'onUpdate:visible': {
|
|
39
|
+
type: import("vue").PropType<(val: boolean) => void>;
|
|
40
|
+
};
|
|
38
41
|
closable: {
|
|
39
42
|
type: BooleanConstructor;
|
|
40
43
|
default: undefined;
|
|
@@ -43,6 +46,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
43
46
|
type: BooleanConstructor;
|
|
44
47
|
default: undefined;
|
|
45
48
|
};
|
|
49
|
+
displayAs: {
|
|
50
|
+
type: import("vue").PropType<"modal" | "drawer">;
|
|
51
|
+
};
|
|
52
|
+
'onUpdate:displayAs': {
|
|
53
|
+
type: import("vue").PropType<(val: "modal" | "drawer") => void>;
|
|
54
|
+
};
|
|
46
55
|
destroyOnClose: {
|
|
47
56
|
type: BooleanConstructor;
|
|
48
57
|
default: undefined;
|
|
@@ -58,14 +67,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
58
67
|
};
|
|
59
68
|
title: {
|
|
60
69
|
type: StringConstructor;
|
|
61
|
-
default: string;
|
|
62
70
|
};
|
|
63
71
|
help: {
|
|
64
72
|
type: StringConstructor;
|
|
65
73
|
};
|
|
66
74
|
width: {
|
|
67
75
|
type: import("vue").PropType<import("@oinone/kunlun-vue-ui-common").ModalWidthType>;
|
|
68
|
-
default: import("@oinone/kunlun-vue-ui-common").ModalWidth;
|
|
69
76
|
};
|
|
70
77
|
height: {
|
|
71
78
|
type: import("vue").PropType<import("@oinone/kunlun-vue-ui-common").ModalWidthType>;
|
|
@@ -78,6 +85,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
78
85
|
type: BooleanConstructor;
|
|
79
86
|
default: undefined;
|
|
80
87
|
};
|
|
88
|
+
enabledFullScreen: {
|
|
89
|
+
type: BooleanConstructor;
|
|
90
|
+
default: boolean;
|
|
91
|
+
};
|
|
92
|
+
showPopupToggle: {
|
|
93
|
+
type: BooleanConstructor;
|
|
94
|
+
default: boolean;
|
|
95
|
+
};
|
|
81
96
|
mask: {
|
|
82
97
|
type: BooleanConstructor;
|
|
83
98
|
default: undefined;
|
|
@@ -97,11 +112,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
97
112
|
type: ObjectConstructor;
|
|
98
113
|
};
|
|
99
114
|
}, {
|
|
100
|
-
|
|
115
|
+
title: import("vue").ComputedRef<any>;
|
|
116
|
+
width: import("vue").ComputedRef<string | import("@oinone/kunlun-vue-ui-common").ModalWidth.small | import("@oinone/kunlun-vue-ui-common").ModalWidth.medium | import("@oinone/kunlun-vue-ui-common").ModalWidth.large | null | undefined>;
|
|
101
117
|
widthClassSuffix: import("vue").ComputedRef<string | undefined>;
|
|
118
|
+
height: import("vue").ComputedRef<string | null | undefined>;
|
|
102
119
|
heightClassSuffix: import("vue").ComputedRef<string | undefined>;
|
|
103
|
-
|
|
104
|
-
|
|
120
|
+
isFullScreen: import("vue").Ref<boolean>;
|
|
121
|
+
drawerModalClassName: import("vue").ComputedRef<string[]>;
|
|
122
|
+
onFullSwitch: () => void;
|
|
123
|
+
onDisplayAsSwitch: () => void;
|
|
105
124
|
data: import("vue").Ref<object>;
|
|
106
125
|
enter: (event: PointerEvent) => void;
|
|
107
126
|
cancel: (event: PointerEvent) => void;
|
|
@@ -142,6 +161,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
142
161
|
type: BooleanConstructor;
|
|
143
162
|
default: undefined;
|
|
144
163
|
};
|
|
164
|
+
'onUpdate:visible': {
|
|
165
|
+
type: import("vue").PropType<(val: boolean) => void>;
|
|
166
|
+
};
|
|
145
167
|
closable: {
|
|
146
168
|
type: BooleanConstructor;
|
|
147
169
|
default: undefined;
|
|
@@ -150,6 +172,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
150
172
|
type: BooleanConstructor;
|
|
151
173
|
default: undefined;
|
|
152
174
|
};
|
|
175
|
+
displayAs: {
|
|
176
|
+
type: import("vue").PropType<"modal" | "drawer">;
|
|
177
|
+
};
|
|
178
|
+
'onUpdate:displayAs': {
|
|
179
|
+
type: import("vue").PropType<(val: "modal" | "drawer") => void>;
|
|
180
|
+
};
|
|
153
181
|
destroyOnClose: {
|
|
154
182
|
type: BooleanConstructor;
|
|
155
183
|
default: undefined;
|
|
@@ -165,14 +193,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
165
193
|
};
|
|
166
194
|
title: {
|
|
167
195
|
type: StringConstructor;
|
|
168
|
-
default: string;
|
|
169
196
|
};
|
|
170
197
|
help: {
|
|
171
198
|
type: StringConstructor;
|
|
172
199
|
};
|
|
173
200
|
width: {
|
|
174
201
|
type: import("vue").PropType<import("@oinone/kunlun-vue-ui-common").ModalWidthType>;
|
|
175
|
-
default: import("@oinone/kunlun-vue-ui-common").ModalWidth;
|
|
176
202
|
};
|
|
177
203
|
height: {
|
|
178
204
|
type: import("vue").PropType<import("@oinone/kunlun-vue-ui-common").ModalWidthType>;
|
|
@@ -185,6 +211,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
185
211
|
type: BooleanConstructor;
|
|
186
212
|
default: undefined;
|
|
187
213
|
};
|
|
214
|
+
enabledFullScreen: {
|
|
215
|
+
type: BooleanConstructor;
|
|
216
|
+
default: boolean;
|
|
217
|
+
};
|
|
218
|
+
showPopupToggle: {
|
|
219
|
+
type: BooleanConstructor;
|
|
220
|
+
default: boolean;
|
|
221
|
+
};
|
|
188
222
|
mask: {
|
|
189
223
|
type: BooleanConstructor;
|
|
190
224
|
default: undefined;
|
|
@@ -207,10 +241,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
207
241
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
208
242
|
}, {
|
|
209
243
|
destroyOnClose: boolean;
|
|
210
|
-
width: import("@oinone/kunlun-vue-ui-common").ModalWidthType;
|
|
211
244
|
zIndex: number;
|
|
212
245
|
draggable: boolean;
|
|
213
|
-
title: string;
|
|
214
246
|
loading: boolean;
|
|
215
247
|
data: Record<string, any>;
|
|
216
248
|
deep: boolean;
|
|
@@ -223,6 +255,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
223
255
|
keyboard: boolean;
|
|
224
256
|
headerInvisible: boolean;
|
|
225
257
|
footerInvisible: boolean;
|
|
258
|
+
enabledFullScreen: boolean;
|
|
259
|
+
showPopupToggle: boolean;
|
|
226
260
|
mask: boolean;
|
|
227
261
|
maskClosable: boolean;
|
|
228
262
|
}>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oinone/kunlun-vue-ui-el",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.8",
|
|
4
4
|
"main": "index.ts",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"prebuild": "rimraf dist",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"doc": "typedoc --out docs src/index.ts"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@oinone/kunlun-vue-ui-common": "6.3.
|
|
16
|
+
"@oinone/kunlun-vue-ui-common": "6.3.8"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@element-plus/icons-vue": "2.0.9",
|