@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-12 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-24
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/CHANGELOG.md +0 -13
- package/dist/json/attributes.json +30 -22
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +152 -152
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +53 -42
- package/dist/vuetify-labs.css +2433 -2435
- package/dist/vuetify-labs.d.ts +12298 -12189
- package/dist/vuetify-labs.esm.js +59 -29
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +59 -29
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +738 -740
- package/dist/vuetify.d.ts +10490 -10401
- package/dist/vuetify.esm.js +51 -25
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +51 -25
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1043 -1044
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +169 -169
- package/lib/components/VAutocomplete/index.d.mts +615 -609
- package/lib/components/VAvatar/index.d.mts +36 -36
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/index.d.mts +118 -118
- package/lib/components/VBreadcrumbs/index.d.mts +34 -34
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.sass +3 -0
- package/lib/components/VBtn/index.d.mts +107 -107
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/index.d.mts +128 -128
- package/lib/components/VCheckbox/index.d.mts +174 -168
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/index.d.mts +615 -609
- package/lib/components/VConfirmEdit/index.d.mts +2 -2
- package/lib/components/VCounter/index.d.mts +27 -27
- package/lib/components/VDataIterator/index.d.mts +51 -50
- package/lib/components/VDataTable/VDataTable.mjs +10 -3
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/group.mjs +2 -1
- package/lib/components/VDataTable/composables/group.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +4 -4
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +275 -274
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/index.d.mts +353 -353
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/index.d.mts +134 -134
- package/lib/components/VFab/index.d.mts +227 -227
- package/lib/components/VField/VField.css +6 -11
- package/lib/components/VField/VField.mjs +7 -5
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -6
- package/lib/components/VField/index.d.mts +58 -52
- package/lib/components/VFileInput/index.d.mts +255 -249
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/index.d.mts +150 -150
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/index.d.mts +85 -85
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/VInput.css +5 -5
- package/lib/components/VInput/VInput.mjs +4 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/components/VInput/index.d.mts +61 -55
- package/lib/components/VItemGroup/index.d.mts +17 -17
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +36 -36
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VList/index.d.mts +178 -178
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/index.d.mts +393 -393
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +97 -97
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressLinear/index.d.mts +52 -52
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadioGroup/index.d.mts +105 -99
- package/lib/components/VRangeSlider/index.d.mts +102 -96
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/index.d.mts +615 -609
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/index.d.mts +33 -33
- package/lib/components/VSlider/index.d.mts +95 -89
- package/lib/components/VSnackbar/index.d.mts +411 -411
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +176 -176
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +108 -102
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +512 -512
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +421 -415
- package/lib/components/VTextarea/VTextarea.mjs +5 -5
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +359 -344
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +424 -424
- package/lib/components/VValidation/index.d.mts +19 -19
- package/lib/components/VVirtualScroll/index.d.mts +10 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +10651 -10563
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +0 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +81 -80
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/VDateInput.mjs +6 -3
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +256 -250
- package/lib/labs/VNumberInput/index.d.mts +247 -241
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
- package/lib/labs/VStepperVertical/index.d.mts +212 -212
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +131 -122
- package/lib/labs/VTreeview/index.d.mts +199 -199
- package/lib/labs/components.d.mts +1754 -1733
- package/package.json +9 -4
@@ -12,14 +12,14 @@ declare const VLayout: {
|
|
12
12
|
style: vue.StyleValue;
|
13
13
|
fullHeight: boolean;
|
14
14
|
} & {
|
15
|
-
class?: any;
|
16
|
-
width?: string | number | undefined;
|
17
15
|
height?: string | number | undefined;
|
18
|
-
|
16
|
+
width?: string | number | undefined;
|
19
17
|
maxHeight?: string | number | undefined;
|
20
18
|
maxWidth?: string | number | undefined;
|
21
19
|
minHeight?: string | number | undefined;
|
22
20
|
minWidth?: string | number | undefined;
|
21
|
+
class?: any;
|
22
|
+
overlaps?: string[] | undefined;
|
23
23
|
} & {
|
24
24
|
$children?: vue.VNodeChild | {
|
25
25
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -52,14 +52,14 @@ declare const VLayout: {
|
|
52
52
|
style: vue.StyleValue;
|
53
53
|
fullHeight: boolean;
|
54
54
|
} & {
|
55
|
-
class?: any;
|
56
|
-
width?: string | number | undefined;
|
57
55
|
height?: string | number | undefined;
|
58
|
-
|
56
|
+
width?: string | number | undefined;
|
59
57
|
maxHeight?: string | number | undefined;
|
60
58
|
maxWidth?: string | number | undefined;
|
61
59
|
minHeight?: string | number | undefined;
|
62
60
|
minWidth?: string | number | undefined;
|
61
|
+
class?: any;
|
62
|
+
overlaps?: string[] | undefined;
|
63
63
|
} & {
|
64
64
|
$children?: vue.VNodeChild | {
|
65
65
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -87,14 +87,14 @@ declare const VLayout: {
|
|
87
87
|
style: vue.StyleValue;
|
88
88
|
fullHeight: boolean;
|
89
89
|
} & {
|
90
|
-
class?: any;
|
91
|
-
width?: string | number | undefined;
|
92
90
|
height?: string | number | undefined;
|
93
|
-
|
91
|
+
width?: string | number | undefined;
|
94
92
|
maxHeight?: string | number | undefined;
|
95
93
|
maxWidth?: string | number | undefined;
|
96
94
|
minHeight?: string | number | undefined;
|
97
95
|
minWidth?: string | number | undefined;
|
96
|
+
class?: any;
|
97
|
+
overlaps?: string[] | undefined;
|
98
98
|
} & {
|
99
99
|
$children?: vue.VNodeChild | {
|
100
100
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -134,14 +134,14 @@ declare const VLayout: {
|
|
134
134
|
style: vue.StyleValue;
|
135
135
|
fullHeight: boolean;
|
136
136
|
} & {
|
137
|
-
class?: any;
|
138
|
-
width?: string | number | undefined;
|
139
137
|
height?: string | number | undefined;
|
140
|
-
|
138
|
+
width?: string | number | undefined;
|
141
139
|
maxHeight?: string | number | undefined;
|
142
140
|
maxWidth?: string | number | undefined;
|
143
141
|
minHeight?: string | number | undefined;
|
144
142
|
minWidth?: string | number | undefined;
|
143
|
+
class?: any;
|
144
|
+
overlaps?: string[] | undefined;
|
145
145
|
} & {
|
146
146
|
$children?: vue.VNodeChild | {
|
147
147
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -210,15 +210,15 @@ type VLayout = InstanceType<typeof VLayout>;
|
|
210
210
|
|
211
211
|
declare const VLayoutItem: {
|
212
212
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
213
|
+
absolute: boolean;
|
214
|
+
order: string | number;
|
215
|
+
position: "left" | "top" | "bottom" | "right";
|
213
216
|
style: vue.StyleValue;
|
214
217
|
size: string | number;
|
215
|
-
order: string | number;
|
216
|
-
absolute: boolean;
|
217
|
-
position: "left" | "right" | "top" | "bottom";
|
218
218
|
modelValue: boolean;
|
219
219
|
} & {
|
220
|
-
class?: any;
|
221
220
|
name?: string | undefined;
|
221
|
+
class?: any;
|
222
222
|
} & {
|
223
223
|
$children?: vue.VNodeChild | {
|
224
224
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -229,15 +229,15 @@ declare const VLayoutItem: {
|
|
229
229
|
} & {
|
230
230
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
231
231
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
232
|
+
absolute: boolean;
|
233
|
+
order: string | number;
|
234
|
+
position: "left" | "top" | "bottom" | "right";
|
232
235
|
style: vue.StyleValue;
|
233
236
|
size: string | number;
|
234
|
-
order: string | number;
|
235
|
-
absolute: boolean;
|
236
|
-
position: "left" | "right" | "top" | "bottom";
|
237
237
|
modelValue: boolean;
|
238
238
|
} & {
|
239
|
-
class?: any;
|
240
239
|
name?: string | undefined;
|
240
|
+
class?: any;
|
241
241
|
} & {
|
242
242
|
$children?: vue.VNodeChild | {
|
243
243
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -248,10 +248,10 @@ declare const VLayoutItem: {
|
|
248
248
|
} & {
|
249
249
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
250
250
|
}, {
|
251
|
+
absolute: boolean;
|
252
|
+
order: string | number;
|
251
253
|
style: vue.StyleValue;
|
252
254
|
size: string | number;
|
253
|
-
order: string | number;
|
254
|
-
absolute: boolean;
|
255
255
|
modelValue: boolean;
|
256
256
|
}, true, {}, vue.SlotsType<Partial<{
|
257
257
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -265,15 +265,15 @@ declare const VLayoutItem: {
|
|
265
265
|
M: {};
|
266
266
|
Defaults: {};
|
267
267
|
}, {
|
268
|
+
absolute: boolean;
|
269
|
+
order: string | number;
|
270
|
+
position: "left" | "top" | "bottom" | "right";
|
268
271
|
style: vue.StyleValue;
|
269
272
|
size: string | number;
|
270
|
-
order: string | number;
|
271
|
-
absolute: boolean;
|
272
|
-
position: "left" | "right" | "top" | "bottom";
|
273
273
|
modelValue: boolean;
|
274
274
|
} & {
|
275
|
-
class?: any;
|
276
275
|
name?: string | undefined;
|
276
|
+
class?: any;
|
277
277
|
} & {
|
278
278
|
$children?: vue.VNodeChild | {
|
279
279
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -284,25 +284,25 @@ declare const VLayoutItem: {
|
|
284
284
|
} & {
|
285
285
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
286
286
|
}, {}, {}, {}, {}, {
|
287
|
+
absolute: boolean;
|
288
|
+
order: string | number;
|
287
289
|
style: vue.StyleValue;
|
288
290
|
size: string | number;
|
289
|
-
order: string | number;
|
290
|
-
absolute: boolean;
|
291
291
|
modelValue: boolean;
|
292
292
|
}>;
|
293
293
|
__isFragment?: undefined;
|
294
294
|
__isTeleport?: undefined;
|
295
295
|
__isSuspense?: undefined;
|
296
296
|
} & vue.ComponentOptionsBase<{
|
297
|
+
absolute: boolean;
|
298
|
+
order: string | number;
|
299
|
+
position: "left" | "top" | "bottom" | "right";
|
297
300
|
style: vue.StyleValue;
|
298
301
|
size: string | number;
|
299
|
-
order: string | number;
|
300
|
-
absolute: boolean;
|
301
|
-
position: "left" | "right" | "top" | "bottom";
|
302
302
|
modelValue: boolean;
|
303
303
|
} & {
|
304
|
-
class?: any;
|
305
304
|
name?: string | undefined;
|
305
|
+
class?: any;
|
306
306
|
} & {
|
307
307
|
$children?: vue.VNodeChild | {
|
308
308
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -313,10 +313,10 @@ declare const VLayoutItem: {
|
|
313
313
|
} & {
|
314
314
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
315
315
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
316
|
+
absolute: boolean;
|
317
|
+
order: string | number;
|
316
318
|
style: vue.StyleValue;
|
317
319
|
size: string | number;
|
318
|
-
order: string | number;
|
319
|
-
absolute: boolean;
|
320
320
|
modelValue: boolean;
|
321
321
|
}, {}, string, vue.SlotsType<Partial<{
|
322
322
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -337,7 +337,7 @@ declare const VLayoutItem: {
|
|
337
337
|
default: null;
|
338
338
|
};
|
339
339
|
position: {
|
340
|
-
type: PropType<"left" | "
|
340
|
+
type: PropType<"left" | "top" | "bottom" | "right">;
|
341
341
|
required: true;
|
342
342
|
};
|
343
343
|
size: {
|
@@ -360,7 +360,7 @@ declare const VLayoutItem: {
|
|
360
360
|
default: null;
|
361
361
|
};
|
362
362
|
position: {
|
363
|
-
type: PropType<"left" | "
|
363
|
+
type: PropType<"left" | "top" | "bottom" | "right">;
|
364
364
|
required: true;
|
365
365
|
};
|
366
366
|
size: {
|
@@ -7,21 +7,21 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
7
7
|
|
8
8
|
declare const VLazy: {
|
9
9
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
10
|
-
style: vue.StyleValue;
|
11
|
-
tag: string;
|
12
|
-
options: IntersectionObserverInit;
|
13
10
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
14
11
|
component?: vue.Component | undefined;
|
15
12
|
})>;
|
13
|
+
style: vue.StyleValue;
|
14
|
+
options: IntersectionObserverInit;
|
15
|
+
tag: string;
|
16
16
|
modelValue: boolean;
|
17
17
|
} & {
|
18
|
-
class?: any;
|
19
|
-
width?: string | number | undefined;
|
20
18
|
height?: string | number | undefined;
|
19
|
+
width?: string | number | undefined;
|
21
20
|
maxHeight?: string | number | undefined;
|
22
21
|
maxWidth?: string | number | undefined;
|
23
22
|
minHeight?: string | number | undefined;
|
24
23
|
minWidth?: string | number | undefined;
|
24
|
+
class?: any;
|
25
25
|
} & {
|
26
26
|
$children?: vue.VNodeChild | {
|
27
27
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -36,21 +36,21 @@ declare const VLazy: {
|
|
36
36
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
37
37
|
'update:modelValue': (value: boolean) => boolean;
|
38
38
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
39
|
-
style: vue.StyleValue;
|
40
|
-
tag: string;
|
41
|
-
options: IntersectionObserverInit;
|
42
39
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
43
40
|
component?: vue.Component | undefined;
|
44
41
|
})>;
|
42
|
+
style: vue.StyleValue;
|
43
|
+
options: IntersectionObserverInit;
|
44
|
+
tag: string;
|
45
45
|
modelValue: boolean;
|
46
46
|
} & {
|
47
|
-
class?: any;
|
48
|
-
width?: string | number | undefined;
|
49
47
|
height?: string | number | undefined;
|
48
|
+
width?: string | number | undefined;
|
50
49
|
maxHeight?: string | number | undefined;
|
51
50
|
maxWidth?: string | number | undefined;
|
52
51
|
minHeight?: string | number | undefined;
|
53
52
|
minWidth?: string | number | undefined;
|
53
|
+
class?: any;
|
54
54
|
} & {
|
55
55
|
$children?: vue.VNodeChild | {
|
56
56
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -63,12 +63,12 @@ declare const VLazy: {
|
|
63
63
|
} & {
|
64
64
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
65
65
|
}, {
|
66
|
-
style: vue.StyleValue;
|
67
|
-
tag: string;
|
68
|
-
options: IntersectionObserverInit;
|
69
66
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
70
67
|
component?: vue.Component | undefined;
|
71
68
|
})>;
|
69
|
+
style: vue.StyleValue;
|
70
|
+
options: IntersectionObserverInit;
|
71
|
+
tag: string;
|
72
72
|
modelValue: boolean;
|
73
73
|
}, true, {}, vue.SlotsType<Partial<{
|
74
74
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -82,21 +82,21 @@ declare const VLazy: {
|
|
82
82
|
M: {};
|
83
83
|
Defaults: {};
|
84
84
|
}, {
|
85
|
-
style: vue.StyleValue;
|
86
|
-
tag: string;
|
87
|
-
options: IntersectionObserverInit;
|
88
85
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
89
86
|
component?: vue.Component | undefined;
|
90
87
|
})>;
|
88
|
+
style: vue.StyleValue;
|
89
|
+
options: IntersectionObserverInit;
|
90
|
+
tag: string;
|
91
91
|
modelValue: boolean;
|
92
92
|
} & {
|
93
|
-
class?: any;
|
94
|
-
width?: string | number | undefined;
|
95
93
|
height?: string | number | undefined;
|
94
|
+
width?: string | number | undefined;
|
96
95
|
maxHeight?: string | number | undefined;
|
97
96
|
maxWidth?: string | number | undefined;
|
98
97
|
minHeight?: string | number | undefined;
|
99
98
|
minWidth?: string | number | undefined;
|
99
|
+
class?: any;
|
100
100
|
} & {
|
101
101
|
$children?: vue.VNodeChild | {
|
102
102
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -109,33 +109,33 @@ declare const VLazy: {
|
|
109
109
|
} & {
|
110
110
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
111
111
|
}, {}, {}, {}, {}, {
|
112
|
-
style: vue.StyleValue;
|
113
|
-
tag: string;
|
114
|
-
options: IntersectionObserverInit;
|
115
112
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
116
113
|
component?: vue.Component | undefined;
|
117
114
|
})>;
|
115
|
+
style: vue.StyleValue;
|
116
|
+
options: IntersectionObserverInit;
|
117
|
+
tag: string;
|
118
118
|
modelValue: boolean;
|
119
119
|
}>;
|
120
120
|
__isFragment?: undefined;
|
121
121
|
__isTeleport?: undefined;
|
122
122
|
__isSuspense?: undefined;
|
123
123
|
} & vue.ComponentOptionsBase<{
|
124
|
-
style: vue.StyleValue;
|
125
|
-
tag: string;
|
126
|
-
options: IntersectionObserverInit;
|
127
124
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
128
125
|
component?: vue.Component | undefined;
|
129
126
|
})>;
|
127
|
+
style: vue.StyleValue;
|
128
|
+
options: IntersectionObserverInit;
|
129
|
+
tag: string;
|
130
130
|
modelValue: boolean;
|
131
131
|
} & {
|
132
|
-
class?: any;
|
133
|
-
width?: string | number | undefined;
|
134
132
|
height?: string | number | undefined;
|
133
|
+
width?: string | number | undefined;
|
135
134
|
maxHeight?: string | number | undefined;
|
136
135
|
maxWidth?: string | number | undefined;
|
137
136
|
minHeight?: string | number | undefined;
|
138
137
|
minWidth?: string | number | undefined;
|
138
|
+
class?: any;
|
139
139
|
} & {
|
140
140
|
$children?: vue.VNodeChild | {
|
141
141
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -150,12 +150,12 @@ declare const VLazy: {
|
|
150
150
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
151
151
|
'update:modelValue': (value: boolean) => boolean;
|
152
152
|
}, string, {
|
153
|
-
style: vue.StyleValue;
|
154
|
-
tag: string;
|
155
|
-
options: IntersectionObserverInit;
|
156
153
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
157
154
|
component?: vue.Component | undefined;
|
158
155
|
})>;
|
156
|
+
style: vue.StyleValue;
|
157
|
+
options: IntersectionObserverInit;
|
158
|
+
tag: string;
|
159
159
|
modelValue: boolean;
|
160
160
|
}, {}, string, vue.SlotsType<Partial<{
|
161
161
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -168,7 +168,7 @@ declare const VLazy: {
|
|
168
168
|
})>;
|
169
169
|
default: string;
|
170
170
|
validator: (val: unknown) => boolean;
|
171
|
-
}, "
|
171
|
+
}, "type" | "default"> & {
|
172
172
|
type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
173
173
|
component?: vue.Component | undefined;
|
174
174
|
})>>;
|
@@ -207,7 +207,7 @@ declare const VLazy: {
|
|
207
207
|
})>;
|
208
208
|
default: string;
|
209
209
|
validator: (val: unknown) => boolean;
|
210
|
-
}, "
|
210
|
+
}, "type" | "default"> & {
|
211
211
|
type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
212
212
|
component?: vue.Component | undefined;
|
213
213
|
})>>;
|