@creatorsn/vfluent3 0.3.57 → 0.3.59
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/dist/types/packages/callout/index.d.ts +38 -0
- package/dist/types/packages/callout/source/index.vue.d.ts +38 -0
- package/dist/types/packages/flip-view/index.d.ts +1 -1
- package/dist/types/packages/flip-view/source/index.vue.d.ts +1 -1
- package/dist/vfluent3.js +2918 -2891
- package/dist/vfluent3.umd.cjs +9 -9
- package/package.json +1 -1
|
@@ -37,6 +37,14 @@ export declare const FvCallout: import("../../types/plugins/component-plugin").C
|
|
|
37
37
|
type: () => (string | Record<string, string>)[];
|
|
38
38
|
default: () => never[];
|
|
39
39
|
};
|
|
40
|
+
calloutBg: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
|
+
borderRadius: {
|
|
45
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
46
|
+
default: number;
|
|
47
|
+
};
|
|
40
48
|
keepalive: {
|
|
41
49
|
type: BooleanConstructor;
|
|
42
50
|
default: boolean;
|
|
@@ -93,6 +101,14 @@ export declare const FvCallout: import("../../types/plugins/component-plugin").C
|
|
|
93
101
|
type: () => (string | Record<string, string>)[];
|
|
94
102
|
default: () => never[];
|
|
95
103
|
};
|
|
104
|
+
calloutBg: {
|
|
105
|
+
type: StringConstructor;
|
|
106
|
+
default: string;
|
|
107
|
+
};
|
|
108
|
+
borderRadius: {
|
|
109
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
110
|
+
default: number;
|
|
111
|
+
};
|
|
96
112
|
keepalive: {
|
|
97
113
|
type: BooleanConstructor;
|
|
98
114
|
default: boolean;
|
|
@@ -112,6 +128,7 @@ export declare const FvCallout: import("../../types/plugins/component-plugin").C
|
|
|
112
128
|
}>> & {}, {
|
|
113
129
|
effect: "click" | "hover" | "always";
|
|
114
130
|
position: "bottomLeft" | "bottomCenter" | "bottomRight" | "topLeft" | "topCenter" | "topRight" | "leftTop" | "leftCenter" | "leftBottom" | "rightTop" | "rightCenter" | "rightBottom";
|
|
131
|
+
borderRadius: string | number;
|
|
115
132
|
theme: string;
|
|
116
133
|
disabled: boolean;
|
|
117
134
|
lang: string;
|
|
@@ -122,6 +139,7 @@ export declare const FvCallout: import("../../types/plugins/component-plugin").C
|
|
|
122
139
|
delayClose: number;
|
|
123
140
|
popperStyle: Record<string, string>;
|
|
124
141
|
popperClass: (string | Record<string, string>)[];
|
|
142
|
+
calloutBg: string;
|
|
125
143
|
keepalive: boolean;
|
|
126
144
|
}, true, {}, {}, {
|
|
127
145
|
P: {};
|
|
@@ -167,6 +185,14 @@ export declare const FvCallout: import("../../types/plugins/component-plugin").C
|
|
|
167
185
|
type: () => (string | Record<string, string>)[];
|
|
168
186
|
default: () => never[];
|
|
169
187
|
};
|
|
188
|
+
calloutBg: {
|
|
189
|
+
type: StringConstructor;
|
|
190
|
+
default: string;
|
|
191
|
+
};
|
|
192
|
+
borderRadius: {
|
|
193
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
194
|
+
default: number;
|
|
195
|
+
};
|
|
170
196
|
keepalive: {
|
|
171
197
|
type: BooleanConstructor;
|
|
172
198
|
default: boolean;
|
|
@@ -189,6 +215,7 @@ export declare const FvCallout: import("../../types/plugins/component-plugin").C
|
|
|
189
215
|
}, {}, {}, {}, {
|
|
190
216
|
effect: "click" | "hover" | "always";
|
|
191
217
|
position: "bottomLeft" | "bottomCenter" | "bottomRight" | "topLeft" | "topCenter" | "topRight" | "leftTop" | "leftCenter" | "leftBottom" | "rightTop" | "rightCenter" | "rightBottom";
|
|
218
|
+
borderRadius: string | number;
|
|
192
219
|
theme: string;
|
|
193
220
|
disabled: boolean;
|
|
194
221
|
lang: string;
|
|
@@ -199,6 +226,7 @@ export declare const FvCallout: import("../../types/plugins/component-plugin").C
|
|
|
199
226
|
delayClose: number;
|
|
200
227
|
popperStyle: Record<string, string>;
|
|
201
228
|
popperClass: (string | Record<string, string>)[];
|
|
229
|
+
calloutBg: string;
|
|
202
230
|
keepalive: boolean;
|
|
203
231
|
}>;
|
|
204
232
|
__isFragment?: undefined;
|
|
@@ -241,6 +269,14 @@ export declare const FvCallout: import("../../types/plugins/component-plugin").C
|
|
|
241
269
|
type: () => (string | Record<string, string>)[];
|
|
242
270
|
default: () => never[];
|
|
243
271
|
};
|
|
272
|
+
calloutBg: {
|
|
273
|
+
type: StringConstructor;
|
|
274
|
+
default: string;
|
|
275
|
+
};
|
|
276
|
+
borderRadius: {
|
|
277
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
278
|
+
default: number;
|
|
279
|
+
};
|
|
244
280
|
keepalive: {
|
|
245
281
|
type: BooleanConstructor;
|
|
246
282
|
default: boolean;
|
|
@@ -263,6 +299,7 @@ export declare const FvCallout: import("../../types/plugins/component-plugin").C
|
|
|
263
299
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, never[], never, {
|
|
264
300
|
effect: "click" | "hover" | "always";
|
|
265
301
|
position: "bottomLeft" | "bottomCenter" | "bottomRight" | "topLeft" | "topCenter" | "topRight" | "leftTop" | "leftCenter" | "leftBottom" | "rightTop" | "rightCenter" | "rightBottom";
|
|
302
|
+
borderRadius: string | number;
|
|
266
303
|
theme: string;
|
|
267
304
|
disabled: boolean;
|
|
268
305
|
lang: string;
|
|
@@ -273,6 +310,7 @@ export declare const FvCallout: import("../../types/plugins/component-plugin").C
|
|
|
273
310
|
delayClose: number;
|
|
274
311
|
popperStyle: Record<string, string>;
|
|
275
312
|
popperClass: (string | Record<string, string>)[];
|
|
313
|
+
calloutBg: string;
|
|
276
314
|
keepalive: boolean;
|
|
277
315
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
278
316
|
$slots: {
|
|
@@ -36,6 +36,14 @@ declare const _default: {
|
|
|
36
36
|
type: () => Array<string | Record<string, string>>;
|
|
37
37
|
default: () => never[];
|
|
38
38
|
};
|
|
39
|
+
calloutBg: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
43
|
+
borderRadius: {
|
|
44
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
45
|
+
default: number;
|
|
46
|
+
};
|
|
39
47
|
keepalive: {
|
|
40
48
|
type: BooleanConstructor;
|
|
41
49
|
default: boolean;
|
|
@@ -92,6 +100,14 @@ declare const _default: {
|
|
|
92
100
|
type: () => Array<string | Record<string, string>>;
|
|
93
101
|
default: () => never[];
|
|
94
102
|
};
|
|
103
|
+
calloutBg: {
|
|
104
|
+
type: StringConstructor;
|
|
105
|
+
default: string;
|
|
106
|
+
};
|
|
107
|
+
borderRadius: {
|
|
108
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
109
|
+
default: number;
|
|
110
|
+
};
|
|
95
111
|
keepalive: {
|
|
96
112
|
type: BooleanConstructor;
|
|
97
113
|
default: boolean;
|
|
@@ -111,6 +127,7 @@ declare const _default: {
|
|
|
111
127
|
}>> & {}, {
|
|
112
128
|
effect: "click" | "hover" | "always";
|
|
113
129
|
position: "bottomLeft" | "bottomCenter" | "bottomRight" | "topLeft" | "topCenter" | "topRight" | "leftTop" | "leftCenter" | "leftBottom" | "rightTop" | "rightCenter" | "rightBottom";
|
|
130
|
+
borderRadius: string | number;
|
|
114
131
|
theme: string;
|
|
115
132
|
disabled: boolean;
|
|
116
133
|
lang: string;
|
|
@@ -121,6 +138,7 @@ declare const _default: {
|
|
|
121
138
|
delayClose: number;
|
|
122
139
|
popperStyle: Record<string, string>;
|
|
123
140
|
popperClass: (string | Record<string, string>)[];
|
|
141
|
+
calloutBg: string;
|
|
124
142
|
keepalive: boolean;
|
|
125
143
|
}, true, {}, {}, {
|
|
126
144
|
P: {};
|
|
@@ -166,6 +184,14 @@ declare const _default: {
|
|
|
166
184
|
type: () => Array<string | Record<string, string>>;
|
|
167
185
|
default: () => never[];
|
|
168
186
|
};
|
|
187
|
+
calloutBg: {
|
|
188
|
+
type: StringConstructor;
|
|
189
|
+
default: string;
|
|
190
|
+
};
|
|
191
|
+
borderRadius: {
|
|
192
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
193
|
+
default: number;
|
|
194
|
+
};
|
|
169
195
|
keepalive: {
|
|
170
196
|
type: BooleanConstructor;
|
|
171
197
|
default: boolean;
|
|
@@ -188,6 +214,7 @@ declare const _default: {
|
|
|
188
214
|
}, {}, {}, {}, {
|
|
189
215
|
effect: "click" | "hover" | "always";
|
|
190
216
|
position: "bottomLeft" | "bottomCenter" | "bottomRight" | "topLeft" | "topCenter" | "topRight" | "leftTop" | "leftCenter" | "leftBottom" | "rightTop" | "rightCenter" | "rightBottom";
|
|
217
|
+
borderRadius: string | number;
|
|
191
218
|
theme: string;
|
|
192
219
|
disabled: boolean;
|
|
193
220
|
lang: string;
|
|
@@ -198,6 +225,7 @@ declare const _default: {
|
|
|
198
225
|
delayClose: number;
|
|
199
226
|
popperStyle: Record<string, string>;
|
|
200
227
|
popperClass: (string | Record<string, string>)[];
|
|
228
|
+
calloutBg: string;
|
|
201
229
|
keepalive: boolean;
|
|
202
230
|
}>;
|
|
203
231
|
__isFragment?: undefined;
|
|
@@ -240,6 +268,14 @@ declare const _default: {
|
|
|
240
268
|
type: () => Array<string | Record<string, string>>;
|
|
241
269
|
default: () => never[];
|
|
242
270
|
};
|
|
271
|
+
calloutBg: {
|
|
272
|
+
type: StringConstructor;
|
|
273
|
+
default: string;
|
|
274
|
+
};
|
|
275
|
+
borderRadius: {
|
|
276
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
277
|
+
default: number;
|
|
278
|
+
};
|
|
243
279
|
keepalive: {
|
|
244
280
|
type: BooleanConstructor;
|
|
245
281
|
default: boolean;
|
|
@@ -262,6 +298,7 @@ declare const _default: {
|
|
|
262
298
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, never[], never, {
|
|
263
299
|
effect: "click" | "hover" | "always";
|
|
264
300
|
position: "bottomLeft" | "bottomCenter" | "bottomRight" | "topLeft" | "topCenter" | "topRight" | "leftTop" | "leftCenter" | "leftBottom" | "rightTop" | "rightCenter" | "rightBottom";
|
|
301
|
+
borderRadius: string | number;
|
|
265
302
|
theme: string;
|
|
266
303
|
disabled: boolean;
|
|
267
304
|
lang: string;
|
|
@@ -272,6 +309,7 @@ declare const _default: {
|
|
|
272
309
|
delayClose: number;
|
|
273
310
|
popperStyle: Record<string, string>;
|
|
274
311
|
popperClass: (string | Record<string, string>)[];
|
|
312
|
+
calloutBg: string;
|
|
275
313
|
keepalive: boolean;
|
|
276
314
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
277
315
|
$slots: {
|
|
@@ -201,7 +201,7 @@ export declare const FvFlipView: import("../../types/plugins/component-plugin").
|
|
|
201
201
|
$slots: {
|
|
202
202
|
item: (_: {
|
|
203
203
|
data: any;
|
|
204
|
-
index: symbol | "length" | "name" | "toString" | "call" | "
|
|
204
|
+
index: symbol | "length" | "name" | "toString" | "call" | "prototype" | "apply" | "bind" | "arguments" | "caller";
|
|
205
205
|
}) => any;
|
|
206
206
|
};
|
|
207
207
|
})>;
|
|
@@ -200,7 +200,7 @@ declare const _default: {
|
|
|
200
200
|
$slots: {
|
|
201
201
|
item: (_: {
|
|
202
202
|
data: any;
|
|
203
|
-
index: symbol | "length" | "name" | "toString" | "call" | "
|
|
203
|
+
index: symbol | "length" | "name" | "toString" | "call" | "prototype" | "apply" | "bind" | "arguments" | "caller";
|
|
204
204
|
}) => any;
|
|
205
205
|
};
|
|
206
206
|
});
|