vuetify 3.5.9 → 3.5.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/dist/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +106 -6
- package/dist/json/importMap-labs.json +10 -6
- package/dist/json/importMap.json +128 -128
- package/dist/json/tags.json +30 -0
- package/dist/json/web-types.json +582 -15
- package/dist/vuetify-labs.css +3076 -3034
- package/dist/vuetify-labs.d.ts +2711 -1996
- package/dist/vuetify-labs.esm.js +518 -40
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +518 -39
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1609 -1604
- package/dist/vuetify.d.ts +1885 -1832
- package/dist/vuetify.esm.js +605 -330
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +604 -328
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1106 -1098
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +15 -15
- package/lib/components/VApp/index.d.mts +8 -8
- package/lib/components/VAppBar/index.d.mts +7 -7
- package/lib/components/VAutocomplete/VAutocomplete.mjs +4 -4
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +94 -94
- package/lib/components/VAvatar/index.d.mts +8 -8
- package/lib/components/VBadge/index.d.mts +7 -7
- package/lib/components/VBanner/index.d.mts +20 -20
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +27 -26
- package/lib/components/VBtnGroup/index.d.mts +8 -8
- package/lib/components/VCard/index.d.mts +32 -32
- package/lib/components/VCarousel/index.d.mts +6 -6
- package/lib/components/VCheckbox/index.d.mts +44 -44
- package/lib/components/VChip/index.d.mts +7 -7
- package/lib/components/VCode/index.d.mts +8 -8
- package/lib/components/VCombobox/VCombobox.mjs +5 -4
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +94 -94
- package/lib/components/VDataTable/index.d.mts +6 -6
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +10 -4
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +10 -10
- package/lib/components/VDefaultsProvider/index.d.mts +8 -8
- package/lib/components/VDialog/index.d.mts +12 -6
- package/lib/components/VDivider/index.d.mts +8 -8
- package/lib/components/VExpansionPanel/index.d.mts +19 -19
- package/lib/components/VField/VField.css +2 -0
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -0
- package/lib/components/VField/index.d.mts +28 -28
- package/lib/components/VFileInput/index.d.mts +133 -133
- package/lib/components/VFooter/index.d.mts +8 -8
- package/lib/components/VGrid/index.d.mts +32 -32
- package/lib/components/VIcon/VIcon.css +4 -0
- package/lib/components/VIcon/VIcon.mjs +7 -3
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.sass +4 -0
- package/lib/components/VIcon/_variables.scss +1 -0
- package/lib/components/VIcon/index.d.mts +25 -16
- package/lib/components/VImg/index.d.mts +4 -4
- package/lib/components/VInput/index.d.mts +21 -21
- package/lib/components/VKbd/index.d.mts +8 -8
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +16 -16
- package/lib/components/VLazy/index.d.mts +8 -8
- package/lib/components/VList/VListItem.mjs +2 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +48 -48
- package/lib/components/VLocaleProvider/index.d.mts +12 -12
- package/lib/components/VMain/index.d.mts +8 -8
- package/lib/components/VMenu/VMenu.mjs +3 -0
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +14 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +22 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -1
- package/lib/components/VNavigationDrawer/index.d.mts +11 -11
- package/lib/components/VOtpInput/VOtpInput.mjs +7 -2
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +31 -31
- package/lib/components/VOverlay/VOverlay.mjs +8 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +3 -0
- package/lib/components/VOverlay/scrollStrategies.mjs +2 -2
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +7 -7
- package/lib/components/VProgressLinear/VProgressLinear.css +0 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
- package/lib/components/VProgressLinear/index.d.mts +7 -7
- package/lib/components/VRadioGroup/index.d.mts +44 -44
- package/lib/components/VRangeSlider/index.d.mts +47 -47
- package/lib/components/VRating/index.d.mts +7 -7
- package/lib/components/VResponsive/index.d.mts +8 -8
- package/lib/components/VSelect/index.d.mts +94 -94
- package/lib/components/VSheet/index.d.mts +8 -8
- package/lib/components/VSkeletonLoader/index.d.mts +8 -8
- package/lib/components/VSlider/index.d.mts +47 -47
- package/lib/components/VSnackbar/index.d.mts +25 -19
- package/lib/components/VStepper/index.d.mts +41 -41
- package/lib/components/VSwitch/index.d.mts +39 -39
- package/lib/components/VSystemBar/index.d.mts +8 -8
- package/lib/components/VTabs/index.d.mts +15 -15
- package/lib/components/VTextField/index.d.mts +173 -173
- package/lib/components/VTextarea/index.d.mts +119 -119
- package/lib/components/VThemeProvider/index.d.mts +8 -8
- package/lib/components/VTimeline/index.d.mts +8 -8
- package/lib/components/VToolbar/index.d.mts +8 -8
- package/lib/components/VTooltip/index.d.mts +14 -8
- package/lib/components/VWindow/index.d.mts +10 -10
- package/lib/components/index.d.mts +1869 -1832
- package/lib/components/transitions/index.d.mts +128 -128
- package/lib/composables/date/adapters/vuetify.mjs +1 -1
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/theme.mjs +1 -1
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +3 -2
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +40 -39
- package/lib/labs/VCalendar/index.d.mts +32 -32
- package/lib/labs/VFab/index.d.mts +15 -15
- package/lib/labs/VNumberInput/VNumberInput.css +38 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs +209 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -0
- package/lib/labs/VNumberInput/VNumberInput.sass +47 -0
- package/lib/labs/VNumberInput/_variables.scss +1 -0
- package/lib/labs/VNumberInput/index.d.mts +607 -0
- package/lib/labs/VNumberInput/index.mjs +2 -0
- package/lib/labs/VNumberInput/index.mjs.map +1 -0
- package/lib/labs/VPicker/index.d.mts +8 -8
- package/lib/labs/VSparkline/index.d.mts +7 -7
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +9 -5
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/labs/VSpeedDial/index.d.mts +120 -24
- package/lib/labs/VTreeview/index.d.mts +8 -8
- package/lib/labs/components.d.mts +788 -95
- package/lib/labs/components.mjs +1 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/no.mjs +1 -1
- package/lib/locale/no.mjs.map +1 -1
- package/package.json +3 -3
|
@@ -9,9 +9,9 @@ declare const VDialogTransition: {
|
|
|
9
9
|
new (...args: any[]): vue.CreateComponentPublicInstance<{} & {
|
|
10
10
|
target?: HTMLElement | [x: number, y: number] | undefined;
|
|
11
11
|
} & {
|
|
12
|
-
$children?: vue.VNodeChild |
|
|
12
|
+
$children?: vue.VNodeChild | {
|
|
13
13
|
default?: (() => vue.VNodeChild) | undefined;
|
|
14
|
-
};
|
|
14
|
+
} | (() => vue.VNodeChild);
|
|
15
15
|
'v-slots'?: {
|
|
16
16
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
17
17
|
} | undefined;
|
|
@@ -20,9 +20,9 @@ declare const VDialogTransition: {
|
|
|
20
20
|
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {} & {
|
|
21
21
|
target?: HTMLElement | [x: number, y: number] | undefined;
|
|
22
22
|
} & {
|
|
23
|
-
$children?: vue.VNodeChild |
|
|
23
|
+
$children?: vue.VNodeChild | {
|
|
24
24
|
default?: (() => vue.VNodeChild) | undefined;
|
|
25
|
-
};
|
|
25
|
+
} | (() => vue.VNodeChild);
|
|
26
26
|
'v-slots'?: {
|
|
27
27
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
28
28
|
} | undefined;
|
|
@@ -42,9 +42,9 @@ declare const VDialogTransition: {
|
|
|
42
42
|
}, {} & {
|
|
43
43
|
target?: HTMLElement | [x: number, y: number] | undefined;
|
|
44
44
|
} & {
|
|
45
|
-
$children?: vue.VNodeChild |
|
|
45
|
+
$children?: vue.VNodeChild | {
|
|
46
46
|
default?: (() => vue.VNodeChild) | undefined;
|
|
47
|
-
};
|
|
47
|
+
} | (() => vue.VNodeChild);
|
|
48
48
|
'v-slots'?: {
|
|
49
49
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
50
50
|
} | undefined;
|
|
@@ -57,9 +57,9 @@ declare const VDialogTransition: {
|
|
|
57
57
|
} & vue.ComponentOptionsBase<{} & {
|
|
58
58
|
target?: HTMLElement | [x: number, y: number] | undefined;
|
|
59
59
|
} & {
|
|
60
|
-
$children?: vue.VNodeChild |
|
|
60
|
+
$children?: vue.VNodeChild | {
|
|
61
61
|
default?: (() => vue.VNodeChild) | undefined;
|
|
62
|
-
};
|
|
62
|
+
} | (() => vue.VNodeChild);
|
|
63
63
|
'v-slots'?: {
|
|
64
64
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
65
65
|
} | undefined;
|
|
@@ -85,9 +85,9 @@ declare const VFabTransition: {
|
|
|
85
85
|
hideOnLeave: boolean;
|
|
86
86
|
leaveAbsolute: boolean;
|
|
87
87
|
} & {} & {
|
|
88
|
-
$children?: vue.VNodeChild |
|
|
88
|
+
$children?: vue.VNodeChild | {
|
|
89
89
|
default?: (() => vue.VNodeChild) | undefined;
|
|
90
|
-
};
|
|
90
|
+
} | (() => vue.VNodeChild);
|
|
91
91
|
'v-slots'?: {
|
|
92
92
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
93
93
|
} | undefined;
|
|
@@ -103,9 +103,9 @@ declare const VFabTransition: {
|
|
|
103
103
|
hideOnLeave: boolean;
|
|
104
104
|
leaveAbsolute: boolean;
|
|
105
105
|
} & {} & {
|
|
106
|
-
$children?: vue.VNodeChild |
|
|
106
|
+
$children?: vue.VNodeChild | {
|
|
107
107
|
default?: (() => vue.VNodeChild) | undefined;
|
|
108
|
-
};
|
|
108
|
+
} | (() => vue.VNodeChild);
|
|
109
109
|
'v-slots'?: {
|
|
110
110
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
111
111
|
} | undefined;
|
|
@@ -137,9 +137,9 @@ declare const VFabTransition: {
|
|
|
137
137
|
hideOnLeave: boolean;
|
|
138
138
|
leaveAbsolute: boolean;
|
|
139
139
|
} & {} & {
|
|
140
|
-
$children?: vue.VNodeChild |
|
|
140
|
+
$children?: vue.VNodeChild | {
|
|
141
141
|
default?: (() => vue.VNodeChild) | undefined;
|
|
142
|
-
};
|
|
142
|
+
} | (() => vue.VNodeChild);
|
|
143
143
|
'v-slots'?: {
|
|
144
144
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
145
145
|
} | undefined;
|
|
@@ -166,9 +166,9 @@ declare const VFabTransition: {
|
|
|
166
166
|
hideOnLeave: boolean;
|
|
167
167
|
leaveAbsolute: boolean;
|
|
168
168
|
} & {} & {
|
|
169
|
-
$children?: vue.VNodeChild |
|
|
169
|
+
$children?: vue.VNodeChild | {
|
|
170
170
|
default?: (() => vue.VNodeChild) | undefined;
|
|
171
|
-
};
|
|
171
|
+
} | (() => vue.VNodeChild);
|
|
172
172
|
'v-slots'?: {
|
|
173
173
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
174
174
|
} | undefined;
|
|
@@ -224,9 +224,9 @@ declare const VDialogBottomTransition: {
|
|
|
224
224
|
hideOnLeave: boolean;
|
|
225
225
|
leaveAbsolute: boolean;
|
|
226
226
|
} & {} & {
|
|
227
|
-
$children?: vue.VNodeChild |
|
|
227
|
+
$children?: vue.VNodeChild | {
|
|
228
228
|
default?: (() => vue.VNodeChild) | undefined;
|
|
229
|
-
};
|
|
229
|
+
} | (() => vue.VNodeChild);
|
|
230
230
|
'v-slots'?: {
|
|
231
231
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
232
232
|
} | undefined;
|
|
@@ -242,9 +242,9 @@ declare const VDialogBottomTransition: {
|
|
|
242
242
|
hideOnLeave: boolean;
|
|
243
243
|
leaveAbsolute: boolean;
|
|
244
244
|
} & {} & {
|
|
245
|
-
$children?: vue.VNodeChild |
|
|
245
|
+
$children?: vue.VNodeChild | {
|
|
246
246
|
default?: (() => vue.VNodeChild) | undefined;
|
|
247
|
-
};
|
|
247
|
+
} | (() => vue.VNodeChild);
|
|
248
248
|
'v-slots'?: {
|
|
249
249
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
250
250
|
} | undefined;
|
|
@@ -276,9 +276,9 @@ declare const VDialogBottomTransition: {
|
|
|
276
276
|
hideOnLeave: boolean;
|
|
277
277
|
leaveAbsolute: boolean;
|
|
278
278
|
} & {} & {
|
|
279
|
-
$children?: vue.VNodeChild |
|
|
279
|
+
$children?: vue.VNodeChild | {
|
|
280
280
|
default?: (() => vue.VNodeChild) | undefined;
|
|
281
|
-
};
|
|
281
|
+
} | (() => vue.VNodeChild);
|
|
282
282
|
'v-slots'?: {
|
|
283
283
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
284
284
|
} | undefined;
|
|
@@ -305,9 +305,9 @@ declare const VDialogBottomTransition: {
|
|
|
305
305
|
hideOnLeave: boolean;
|
|
306
306
|
leaveAbsolute: boolean;
|
|
307
307
|
} & {} & {
|
|
308
|
-
$children?: vue.VNodeChild |
|
|
308
|
+
$children?: vue.VNodeChild | {
|
|
309
309
|
default?: (() => vue.VNodeChild) | undefined;
|
|
310
|
-
};
|
|
310
|
+
} | (() => vue.VNodeChild);
|
|
311
311
|
'v-slots'?: {
|
|
312
312
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
313
313
|
} | undefined;
|
|
@@ -363,9 +363,9 @@ declare const VDialogTopTransition: {
|
|
|
363
363
|
hideOnLeave: boolean;
|
|
364
364
|
leaveAbsolute: boolean;
|
|
365
365
|
} & {} & {
|
|
366
|
-
$children?: vue.VNodeChild |
|
|
366
|
+
$children?: vue.VNodeChild | {
|
|
367
367
|
default?: (() => vue.VNodeChild) | undefined;
|
|
368
|
-
};
|
|
368
|
+
} | (() => vue.VNodeChild);
|
|
369
369
|
'v-slots'?: {
|
|
370
370
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
371
371
|
} | undefined;
|
|
@@ -381,9 +381,9 @@ declare const VDialogTopTransition: {
|
|
|
381
381
|
hideOnLeave: boolean;
|
|
382
382
|
leaveAbsolute: boolean;
|
|
383
383
|
} & {} & {
|
|
384
|
-
$children?: vue.VNodeChild |
|
|
384
|
+
$children?: vue.VNodeChild | {
|
|
385
385
|
default?: (() => vue.VNodeChild) | undefined;
|
|
386
|
-
};
|
|
386
|
+
} | (() => vue.VNodeChild);
|
|
387
387
|
'v-slots'?: {
|
|
388
388
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
389
389
|
} | undefined;
|
|
@@ -415,9 +415,9 @@ declare const VDialogTopTransition: {
|
|
|
415
415
|
hideOnLeave: boolean;
|
|
416
416
|
leaveAbsolute: boolean;
|
|
417
417
|
} & {} & {
|
|
418
|
-
$children?: vue.VNodeChild |
|
|
418
|
+
$children?: vue.VNodeChild | {
|
|
419
419
|
default?: (() => vue.VNodeChild) | undefined;
|
|
420
|
-
};
|
|
420
|
+
} | (() => vue.VNodeChild);
|
|
421
421
|
'v-slots'?: {
|
|
422
422
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
423
423
|
} | undefined;
|
|
@@ -444,9 +444,9 @@ declare const VDialogTopTransition: {
|
|
|
444
444
|
hideOnLeave: boolean;
|
|
445
445
|
leaveAbsolute: boolean;
|
|
446
446
|
} & {} & {
|
|
447
|
-
$children?: vue.VNodeChild |
|
|
447
|
+
$children?: vue.VNodeChild | {
|
|
448
448
|
default?: (() => vue.VNodeChild) | undefined;
|
|
449
|
-
};
|
|
449
|
+
} | (() => vue.VNodeChild);
|
|
450
450
|
'v-slots'?: {
|
|
451
451
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
452
452
|
} | undefined;
|
|
@@ -502,9 +502,9 @@ declare const VFadeTransition: {
|
|
|
502
502
|
hideOnLeave: boolean;
|
|
503
503
|
leaveAbsolute: boolean;
|
|
504
504
|
} & {} & {
|
|
505
|
-
$children?: vue.VNodeChild |
|
|
505
|
+
$children?: vue.VNodeChild | {
|
|
506
506
|
default?: (() => vue.VNodeChild) | undefined;
|
|
507
|
-
};
|
|
507
|
+
} | (() => vue.VNodeChild);
|
|
508
508
|
'v-slots'?: {
|
|
509
509
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
510
510
|
} | undefined;
|
|
@@ -520,9 +520,9 @@ declare const VFadeTransition: {
|
|
|
520
520
|
hideOnLeave: boolean;
|
|
521
521
|
leaveAbsolute: boolean;
|
|
522
522
|
} & {} & {
|
|
523
|
-
$children?: vue.VNodeChild |
|
|
523
|
+
$children?: vue.VNodeChild | {
|
|
524
524
|
default?: (() => vue.VNodeChild) | undefined;
|
|
525
|
-
};
|
|
525
|
+
} | (() => vue.VNodeChild);
|
|
526
526
|
'v-slots'?: {
|
|
527
527
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
528
528
|
} | undefined;
|
|
@@ -554,9 +554,9 @@ declare const VFadeTransition: {
|
|
|
554
554
|
hideOnLeave: boolean;
|
|
555
555
|
leaveAbsolute: boolean;
|
|
556
556
|
} & {} & {
|
|
557
|
-
$children?: vue.VNodeChild |
|
|
557
|
+
$children?: vue.VNodeChild | {
|
|
558
558
|
default?: (() => vue.VNodeChild) | undefined;
|
|
559
|
-
};
|
|
559
|
+
} | (() => vue.VNodeChild);
|
|
560
560
|
'v-slots'?: {
|
|
561
561
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
562
562
|
} | undefined;
|
|
@@ -583,9 +583,9 @@ declare const VFadeTransition: {
|
|
|
583
583
|
hideOnLeave: boolean;
|
|
584
584
|
leaveAbsolute: boolean;
|
|
585
585
|
} & {} & {
|
|
586
|
-
$children?: vue.VNodeChild |
|
|
586
|
+
$children?: vue.VNodeChild | {
|
|
587
587
|
default?: (() => vue.VNodeChild) | undefined;
|
|
588
|
-
};
|
|
588
|
+
} | (() => vue.VNodeChild);
|
|
589
589
|
'v-slots'?: {
|
|
590
590
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
591
591
|
} | undefined;
|
|
@@ -641,9 +641,9 @@ declare const VScaleTransition: {
|
|
|
641
641
|
hideOnLeave: boolean;
|
|
642
642
|
leaveAbsolute: boolean;
|
|
643
643
|
} & {} & {
|
|
644
|
-
$children?: vue.VNodeChild |
|
|
644
|
+
$children?: vue.VNodeChild | {
|
|
645
645
|
default?: (() => vue.VNodeChild) | undefined;
|
|
646
|
-
};
|
|
646
|
+
} | (() => vue.VNodeChild);
|
|
647
647
|
'v-slots'?: {
|
|
648
648
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
649
649
|
} | undefined;
|
|
@@ -659,9 +659,9 @@ declare const VScaleTransition: {
|
|
|
659
659
|
hideOnLeave: boolean;
|
|
660
660
|
leaveAbsolute: boolean;
|
|
661
661
|
} & {} & {
|
|
662
|
-
$children?: vue.VNodeChild |
|
|
662
|
+
$children?: vue.VNodeChild | {
|
|
663
663
|
default?: (() => vue.VNodeChild) | undefined;
|
|
664
|
-
};
|
|
664
|
+
} | (() => vue.VNodeChild);
|
|
665
665
|
'v-slots'?: {
|
|
666
666
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
667
667
|
} | undefined;
|
|
@@ -693,9 +693,9 @@ declare const VScaleTransition: {
|
|
|
693
693
|
hideOnLeave: boolean;
|
|
694
694
|
leaveAbsolute: boolean;
|
|
695
695
|
} & {} & {
|
|
696
|
-
$children?: vue.VNodeChild |
|
|
696
|
+
$children?: vue.VNodeChild | {
|
|
697
697
|
default?: (() => vue.VNodeChild) | undefined;
|
|
698
|
-
};
|
|
698
|
+
} | (() => vue.VNodeChild);
|
|
699
699
|
'v-slots'?: {
|
|
700
700
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
701
701
|
} | undefined;
|
|
@@ -722,9 +722,9 @@ declare const VScaleTransition: {
|
|
|
722
722
|
hideOnLeave: boolean;
|
|
723
723
|
leaveAbsolute: boolean;
|
|
724
724
|
} & {} & {
|
|
725
|
-
$children?: vue.VNodeChild |
|
|
725
|
+
$children?: vue.VNodeChild | {
|
|
726
726
|
default?: (() => vue.VNodeChild) | undefined;
|
|
727
|
-
};
|
|
727
|
+
} | (() => vue.VNodeChild);
|
|
728
728
|
'v-slots'?: {
|
|
729
729
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
730
730
|
} | undefined;
|
|
@@ -780,9 +780,9 @@ declare const VScrollXTransition: {
|
|
|
780
780
|
hideOnLeave: boolean;
|
|
781
781
|
leaveAbsolute: boolean;
|
|
782
782
|
} & {} & {
|
|
783
|
-
$children?: vue.VNodeChild |
|
|
783
|
+
$children?: vue.VNodeChild | {
|
|
784
784
|
default?: (() => vue.VNodeChild) | undefined;
|
|
785
|
-
};
|
|
785
|
+
} | (() => vue.VNodeChild);
|
|
786
786
|
'v-slots'?: {
|
|
787
787
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
788
788
|
} | undefined;
|
|
@@ -798,9 +798,9 @@ declare const VScrollXTransition: {
|
|
|
798
798
|
hideOnLeave: boolean;
|
|
799
799
|
leaveAbsolute: boolean;
|
|
800
800
|
} & {} & {
|
|
801
|
-
$children?: vue.VNodeChild |
|
|
801
|
+
$children?: vue.VNodeChild | {
|
|
802
802
|
default?: (() => vue.VNodeChild) | undefined;
|
|
803
|
-
};
|
|
803
|
+
} | (() => vue.VNodeChild);
|
|
804
804
|
'v-slots'?: {
|
|
805
805
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
806
806
|
} | undefined;
|
|
@@ -832,9 +832,9 @@ declare const VScrollXTransition: {
|
|
|
832
832
|
hideOnLeave: boolean;
|
|
833
833
|
leaveAbsolute: boolean;
|
|
834
834
|
} & {} & {
|
|
835
|
-
$children?: vue.VNodeChild |
|
|
835
|
+
$children?: vue.VNodeChild | {
|
|
836
836
|
default?: (() => vue.VNodeChild) | undefined;
|
|
837
|
-
};
|
|
837
|
+
} | (() => vue.VNodeChild);
|
|
838
838
|
'v-slots'?: {
|
|
839
839
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
840
840
|
} | undefined;
|
|
@@ -861,9 +861,9 @@ declare const VScrollXTransition: {
|
|
|
861
861
|
hideOnLeave: boolean;
|
|
862
862
|
leaveAbsolute: boolean;
|
|
863
863
|
} & {} & {
|
|
864
|
-
$children?: vue.VNodeChild |
|
|
864
|
+
$children?: vue.VNodeChild | {
|
|
865
865
|
default?: (() => vue.VNodeChild) | undefined;
|
|
866
|
-
};
|
|
866
|
+
} | (() => vue.VNodeChild);
|
|
867
867
|
'v-slots'?: {
|
|
868
868
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
869
869
|
} | undefined;
|
|
@@ -919,9 +919,9 @@ declare const VScrollXReverseTransition: {
|
|
|
919
919
|
hideOnLeave: boolean;
|
|
920
920
|
leaveAbsolute: boolean;
|
|
921
921
|
} & {} & {
|
|
922
|
-
$children?: vue.VNodeChild |
|
|
922
|
+
$children?: vue.VNodeChild | {
|
|
923
923
|
default?: (() => vue.VNodeChild) | undefined;
|
|
924
|
-
};
|
|
924
|
+
} | (() => vue.VNodeChild);
|
|
925
925
|
'v-slots'?: {
|
|
926
926
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
927
927
|
} | undefined;
|
|
@@ -937,9 +937,9 @@ declare const VScrollXReverseTransition: {
|
|
|
937
937
|
hideOnLeave: boolean;
|
|
938
938
|
leaveAbsolute: boolean;
|
|
939
939
|
} & {} & {
|
|
940
|
-
$children?: vue.VNodeChild |
|
|
940
|
+
$children?: vue.VNodeChild | {
|
|
941
941
|
default?: (() => vue.VNodeChild) | undefined;
|
|
942
|
-
};
|
|
942
|
+
} | (() => vue.VNodeChild);
|
|
943
943
|
'v-slots'?: {
|
|
944
944
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
945
945
|
} | undefined;
|
|
@@ -971,9 +971,9 @@ declare const VScrollXReverseTransition: {
|
|
|
971
971
|
hideOnLeave: boolean;
|
|
972
972
|
leaveAbsolute: boolean;
|
|
973
973
|
} & {} & {
|
|
974
|
-
$children?: vue.VNodeChild |
|
|
974
|
+
$children?: vue.VNodeChild | {
|
|
975
975
|
default?: (() => vue.VNodeChild) | undefined;
|
|
976
|
-
};
|
|
976
|
+
} | (() => vue.VNodeChild);
|
|
977
977
|
'v-slots'?: {
|
|
978
978
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
979
979
|
} | undefined;
|
|
@@ -1000,9 +1000,9 @@ declare const VScrollXReverseTransition: {
|
|
|
1000
1000
|
hideOnLeave: boolean;
|
|
1001
1001
|
leaveAbsolute: boolean;
|
|
1002
1002
|
} & {} & {
|
|
1003
|
-
$children?: vue.VNodeChild |
|
|
1003
|
+
$children?: vue.VNodeChild | {
|
|
1004
1004
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1005
|
-
};
|
|
1005
|
+
} | (() => vue.VNodeChild);
|
|
1006
1006
|
'v-slots'?: {
|
|
1007
1007
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1008
1008
|
} | undefined;
|
|
@@ -1058,9 +1058,9 @@ declare const VScrollYTransition: {
|
|
|
1058
1058
|
hideOnLeave: boolean;
|
|
1059
1059
|
leaveAbsolute: boolean;
|
|
1060
1060
|
} & {} & {
|
|
1061
|
-
$children?: vue.VNodeChild |
|
|
1061
|
+
$children?: vue.VNodeChild | {
|
|
1062
1062
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1063
|
-
};
|
|
1063
|
+
} | (() => vue.VNodeChild);
|
|
1064
1064
|
'v-slots'?: {
|
|
1065
1065
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1066
1066
|
} | undefined;
|
|
@@ -1076,9 +1076,9 @@ declare const VScrollYTransition: {
|
|
|
1076
1076
|
hideOnLeave: boolean;
|
|
1077
1077
|
leaveAbsolute: boolean;
|
|
1078
1078
|
} & {} & {
|
|
1079
|
-
$children?: vue.VNodeChild |
|
|
1079
|
+
$children?: vue.VNodeChild | {
|
|
1080
1080
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1081
|
-
};
|
|
1081
|
+
} | (() => vue.VNodeChild);
|
|
1082
1082
|
'v-slots'?: {
|
|
1083
1083
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1084
1084
|
} | undefined;
|
|
@@ -1110,9 +1110,9 @@ declare const VScrollYTransition: {
|
|
|
1110
1110
|
hideOnLeave: boolean;
|
|
1111
1111
|
leaveAbsolute: boolean;
|
|
1112
1112
|
} & {} & {
|
|
1113
|
-
$children?: vue.VNodeChild |
|
|
1113
|
+
$children?: vue.VNodeChild | {
|
|
1114
1114
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1115
|
-
};
|
|
1115
|
+
} | (() => vue.VNodeChild);
|
|
1116
1116
|
'v-slots'?: {
|
|
1117
1117
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1118
1118
|
} | undefined;
|
|
@@ -1139,9 +1139,9 @@ declare const VScrollYTransition: {
|
|
|
1139
1139
|
hideOnLeave: boolean;
|
|
1140
1140
|
leaveAbsolute: boolean;
|
|
1141
1141
|
} & {} & {
|
|
1142
|
-
$children?: vue.VNodeChild |
|
|
1142
|
+
$children?: vue.VNodeChild | {
|
|
1143
1143
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1144
|
-
};
|
|
1144
|
+
} | (() => vue.VNodeChild);
|
|
1145
1145
|
'v-slots'?: {
|
|
1146
1146
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1147
1147
|
} | undefined;
|
|
@@ -1197,9 +1197,9 @@ declare const VScrollYReverseTransition: {
|
|
|
1197
1197
|
hideOnLeave: boolean;
|
|
1198
1198
|
leaveAbsolute: boolean;
|
|
1199
1199
|
} & {} & {
|
|
1200
|
-
$children?: vue.VNodeChild |
|
|
1200
|
+
$children?: vue.VNodeChild | {
|
|
1201
1201
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1202
|
-
};
|
|
1202
|
+
} | (() => vue.VNodeChild);
|
|
1203
1203
|
'v-slots'?: {
|
|
1204
1204
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1205
1205
|
} | undefined;
|
|
@@ -1215,9 +1215,9 @@ declare const VScrollYReverseTransition: {
|
|
|
1215
1215
|
hideOnLeave: boolean;
|
|
1216
1216
|
leaveAbsolute: boolean;
|
|
1217
1217
|
} & {} & {
|
|
1218
|
-
$children?: vue.VNodeChild |
|
|
1218
|
+
$children?: vue.VNodeChild | {
|
|
1219
1219
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1220
|
-
};
|
|
1220
|
+
} | (() => vue.VNodeChild);
|
|
1221
1221
|
'v-slots'?: {
|
|
1222
1222
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1223
1223
|
} | undefined;
|
|
@@ -1249,9 +1249,9 @@ declare const VScrollYReverseTransition: {
|
|
|
1249
1249
|
hideOnLeave: boolean;
|
|
1250
1250
|
leaveAbsolute: boolean;
|
|
1251
1251
|
} & {} & {
|
|
1252
|
-
$children?: vue.VNodeChild |
|
|
1252
|
+
$children?: vue.VNodeChild | {
|
|
1253
1253
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1254
|
-
};
|
|
1254
|
+
} | (() => vue.VNodeChild);
|
|
1255
1255
|
'v-slots'?: {
|
|
1256
1256
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1257
1257
|
} | undefined;
|
|
@@ -1278,9 +1278,9 @@ declare const VScrollYReverseTransition: {
|
|
|
1278
1278
|
hideOnLeave: boolean;
|
|
1279
1279
|
leaveAbsolute: boolean;
|
|
1280
1280
|
} & {} & {
|
|
1281
|
-
$children?: vue.VNodeChild |
|
|
1281
|
+
$children?: vue.VNodeChild | {
|
|
1282
1282
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1283
|
-
};
|
|
1283
|
+
} | (() => vue.VNodeChild);
|
|
1284
1284
|
'v-slots'?: {
|
|
1285
1285
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1286
1286
|
} | undefined;
|
|
@@ -1336,9 +1336,9 @@ declare const VSlideXTransition: {
|
|
|
1336
1336
|
hideOnLeave: boolean;
|
|
1337
1337
|
leaveAbsolute: boolean;
|
|
1338
1338
|
} & {} & {
|
|
1339
|
-
$children?: vue.VNodeChild |
|
|
1339
|
+
$children?: vue.VNodeChild | {
|
|
1340
1340
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1341
|
-
};
|
|
1341
|
+
} | (() => vue.VNodeChild);
|
|
1342
1342
|
'v-slots'?: {
|
|
1343
1343
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1344
1344
|
} | undefined;
|
|
@@ -1354,9 +1354,9 @@ declare const VSlideXTransition: {
|
|
|
1354
1354
|
hideOnLeave: boolean;
|
|
1355
1355
|
leaveAbsolute: boolean;
|
|
1356
1356
|
} & {} & {
|
|
1357
|
-
$children?: vue.VNodeChild |
|
|
1357
|
+
$children?: vue.VNodeChild | {
|
|
1358
1358
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1359
|
-
};
|
|
1359
|
+
} | (() => vue.VNodeChild);
|
|
1360
1360
|
'v-slots'?: {
|
|
1361
1361
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1362
1362
|
} | undefined;
|
|
@@ -1388,9 +1388,9 @@ declare const VSlideXTransition: {
|
|
|
1388
1388
|
hideOnLeave: boolean;
|
|
1389
1389
|
leaveAbsolute: boolean;
|
|
1390
1390
|
} & {} & {
|
|
1391
|
-
$children?: vue.VNodeChild |
|
|
1391
|
+
$children?: vue.VNodeChild | {
|
|
1392
1392
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1393
|
-
};
|
|
1393
|
+
} | (() => vue.VNodeChild);
|
|
1394
1394
|
'v-slots'?: {
|
|
1395
1395
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1396
1396
|
} | undefined;
|
|
@@ -1417,9 +1417,9 @@ declare const VSlideXTransition: {
|
|
|
1417
1417
|
hideOnLeave: boolean;
|
|
1418
1418
|
leaveAbsolute: boolean;
|
|
1419
1419
|
} & {} & {
|
|
1420
|
-
$children?: vue.VNodeChild |
|
|
1420
|
+
$children?: vue.VNodeChild | {
|
|
1421
1421
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1422
|
-
};
|
|
1422
|
+
} | (() => vue.VNodeChild);
|
|
1423
1423
|
'v-slots'?: {
|
|
1424
1424
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1425
1425
|
} | undefined;
|
|
@@ -1475,9 +1475,9 @@ declare const VSlideXReverseTransition: {
|
|
|
1475
1475
|
hideOnLeave: boolean;
|
|
1476
1476
|
leaveAbsolute: boolean;
|
|
1477
1477
|
} & {} & {
|
|
1478
|
-
$children?: vue.VNodeChild |
|
|
1478
|
+
$children?: vue.VNodeChild | {
|
|
1479
1479
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1480
|
-
};
|
|
1480
|
+
} | (() => vue.VNodeChild);
|
|
1481
1481
|
'v-slots'?: {
|
|
1482
1482
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1483
1483
|
} | undefined;
|
|
@@ -1493,9 +1493,9 @@ declare const VSlideXReverseTransition: {
|
|
|
1493
1493
|
hideOnLeave: boolean;
|
|
1494
1494
|
leaveAbsolute: boolean;
|
|
1495
1495
|
} & {} & {
|
|
1496
|
-
$children?: vue.VNodeChild |
|
|
1496
|
+
$children?: vue.VNodeChild | {
|
|
1497
1497
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1498
|
-
};
|
|
1498
|
+
} | (() => vue.VNodeChild);
|
|
1499
1499
|
'v-slots'?: {
|
|
1500
1500
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1501
1501
|
} | undefined;
|
|
@@ -1527,9 +1527,9 @@ declare const VSlideXReverseTransition: {
|
|
|
1527
1527
|
hideOnLeave: boolean;
|
|
1528
1528
|
leaveAbsolute: boolean;
|
|
1529
1529
|
} & {} & {
|
|
1530
|
-
$children?: vue.VNodeChild |
|
|
1530
|
+
$children?: vue.VNodeChild | {
|
|
1531
1531
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1532
|
-
};
|
|
1532
|
+
} | (() => vue.VNodeChild);
|
|
1533
1533
|
'v-slots'?: {
|
|
1534
1534
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1535
1535
|
} | undefined;
|
|
@@ -1556,9 +1556,9 @@ declare const VSlideXReverseTransition: {
|
|
|
1556
1556
|
hideOnLeave: boolean;
|
|
1557
1557
|
leaveAbsolute: boolean;
|
|
1558
1558
|
} & {} & {
|
|
1559
|
-
$children?: vue.VNodeChild |
|
|
1559
|
+
$children?: vue.VNodeChild | {
|
|
1560
1560
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1561
|
-
};
|
|
1561
|
+
} | (() => vue.VNodeChild);
|
|
1562
1562
|
'v-slots'?: {
|
|
1563
1563
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1564
1564
|
} | undefined;
|
|
@@ -1614,9 +1614,9 @@ declare const VSlideYTransition: {
|
|
|
1614
1614
|
hideOnLeave: boolean;
|
|
1615
1615
|
leaveAbsolute: boolean;
|
|
1616
1616
|
} & {} & {
|
|
1617
|
-
$children?: vue.VNodeChild |
|
|
1617
|
+
$children?: vue.VNodeChild | {
|
|
1618
1618
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1619
|
-
};
|
|
1619
|
+
} | (() => vue.VNodeChild);
|
|
1620
1620
|
'v-slots'?: {
|
|
1621
1621
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1622
1622
|
} | undefined;
|
|
@@ -1632,9 +1632,9 @@ declare const VSlideYTransition: {
|
|
|
1632
1632
|
hideOnLeave: boolean;
|
|
1633
1633
|
leaveAbsolute: boolean;
|
|
1634
1634
|
} & {} & {
|
|
1635
|
-
$children?: vue.VNodeChild |
|
|
1635
|
+
$children?: vue.VNodeChild | {
|
|
1636
1636
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1637
|
-
};
|
|
1637
|
+
} | (() => vue.VNodeChild);
|
|
1638
1638
|
'v-slots'?: {
|
|
1639
1639
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1640
1640
|
} | undefined;
|
|
@@ -1666,9 +1666,9 @@ declare const VSlideYTransition: {
|
|
|
1666
1666
|
hideOnLeave: boolean;
|
|
1667
1667
|
leaveAbsolute: boolean;
|
|
1668
1668
|
} & {} & {
|
|
1669
|
-
$children?: vue.VNodeChild |
|
|
1669
|
+
$children?: vue.VNodeChild | {
|
|
1670
1670
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1671
|
-
};
|
|
1671
|
+
} | (() => vue.VNodeChild);
|
|
1672
1672
|
'v-slots'?: {
|
|
1673
1673
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1674
1674
|
} | undefined;
|
|
@@ -1695,9 +1695,9 @@ declare const VSlideYTransition: {
|
|
|
1695
1695
|
hideOnLeave: boolean;
|
|
1696
1696
|
leaveAbsolute: boolean;
|
|
1697
1697
|
} & {} & {
|
|
1698
|
-
$children?: vue.VNodeChild |
|
|
1698
|
+
$children?: vue.VNodeChild | {
|
|
1699
1699
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1700
|
-
};
|
|
1700
|
+
} | (() => vue.VNodeChild);
|
|
1701
1701
|
'v-slots'?: {
|
|
1702
1702
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1703
1703
|
} | undefined;
|
|
@@ -1753,9 +1753,9 @@ declare const VSlideYReverseTransition: {
|
|
|
1753
1753
|
hideOnLeave: boolean;
|
|
1754
1754
|
leaveAbsolute: boolean;
|
|
1755
1755
|
} & {} & {
|
|
1756
|
-
$children?: vue.VNodeChild |
|
|
1756
|
+
$children?: vue.VNodeChild | {
|
|
1757
1757
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1758
|
-
};
|
|
1758
|
+
} | (() => vue.VNodeChild);
|
|
1759
1759
|
'v-slots'?: {
|
|
1760
1760
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1761
1761
|
} | undefined;
|
|
@@ -1771,9 +1771,9 @@ declare const VSlideYReverseTransition: {
|
|
|
1771
1771
|
hideOnLeave: boolean;
|
|
1772
1772
|
leaveAbsolute: boolean;
|
|
1773
1773
|
} & {} & {
|
|
1774
|
-
$children?: vue.VNodeChild |
|
|
1774
|
+
$children?: vue.VNodeChild | {
|
|
1775
1775
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1776
|
-
};
|
|
1776
|
+
} | (() => vue.VNodeChild);
|
|
1777
1777
|
'v-slots'?: {
|
|
1778
1778
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1779
1779
|
} | undefined;
|
|
@@ -1805,9 +1805,9 @@ declare const VSlideYReverseTransition: {
|
|
|
1805
1805
|
hideOnLeave: boolean;
|
|
1806
1806
|
leaveAbsolute: boolean;
|
|
1807
1807
|
} & {} & {
|
|
1808
|
-
$children?: vue.VNodeChild |
|
|
1808
|
+
$children?: vue.VNodeChild | {
|
|
1809
1809
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1810
|
-
};
|
|
1810
|
+
} | (() => vue.VNodeChild);
|
|
1811
1811
|
'v-slots'?: {
|
|
1812
1812
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1813
1813
|
} | undefined;
|
|
@@ -1834,9 +1834,9 @@ declare const VSlideYReverseTransition: {
|
|
|
1834
1834
|
hideOnLeave: boolean;
|
|
1835
1835
|
leaveAbsolute: boolean;
|
|
1836
1836
|
} & {} & {
|
|
1837
|
-
$children?: vue.VNodeChild |
|
|
1837
|
+
$children?: vue.VNodeChild | {
|
|
1838
1838
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1839
|
-
};
|
|
1839
|
+
} | (() => vue.VNodeChild);
|
|
1840
1840
|
'v-slots'?: {
|
|
1841
1841
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1842
1842
|
} | undefined;
|
|
@@ -1888,9 +1888,9 @@ declare const VExpandTransition: {
|
|
|
1888
1888
|
disabled: boolean;
|
|
1889
1889
|
mode: "default" | "in-out" | "out-in";
|
|
1890
1890
|
} & {} & {
|
|
1891
|
-
$children?: vue.VNodeChild |
|
|
1891
|
+
$children?: vue.VNodeChild | {
|
|
1892
1892
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1893
|
-
};
|
|
1893
|
+
} | (() => vue.VNodeChild);
|
|
1894
1894
|
'v-slots'?: {
|
|
1895
1895
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1896
1896
|
} | undefined;
|
|
@@ -1902,9 +1902,9 @@ declare const VExpandTransition: {
|
|
|
1902
1902
|
disabled: boolean;
|
|
1903
1903
|
mode: "default" | "in-out" | "out-in";
|
|
1904
1904
|
} & {} & {
|
|
1905
|
-
$children?: vue.VNodeChild |
|
|
1905
|
+
$children?: vue.VNodeChild | {
|
|
1906
1906
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1907
|
-
};
|
|
1907
|
+
} | (() => vue.VNodeChild);
|
|
1908
1908
|
'v-slots'?: {
|
|
1909
1909
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1910
1910
|
} | undefined;
|
|
@@ -1928,9 +1928,9 @@ declare const VExpandTransition: {
|
|
|
1928
1928
|
disabled: boolean;
|
|
1929
1929
|
mode: "default" | "in-out" | "out-in";
|
|
1930
1930
|
} & {} & {
|
|
1931
|
-
$children?: vue.VNodeChild |
|
|
1931
|
+
$children?: vue.VNodeChild | {
|
|
1932
1932
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1933
|
-
};
|
|
1933
|
+
} | (() => vue.VNodeChild);
|
|
1934
1934
|
'v-slots'?: {
|
|
1935
1935
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1936
1936
|
} | undefined;
|
|
@@ -1949,9 +1949,9 @@ declare const VExpandTransition: {
|
|
|
1949
1949
|
disabled: boolean;
|
|
1950
1950
|
mode: "default" | "in-out" | "out-in";
|
|
1951
1951
|
} & {} & {
|
|
1952
|
-
$children?: vue.VNodeChild |
|
|
1952
|
+
$children?: vue.VNodeChild | {
|
|
1953
1953
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1954
|
-
};
|
|
1954
|
+
} | (() => vue.VNodeChild);
|
|
1955
1955
|
'v-slots'?: {
|
|
1956
1956
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1957
1957
|
} | undefined;
|
|
@@ -1985,9 +1985,9 @@ declare const VExpandXTransition: {
|
|
|
1985
1985
|
disabled: boolean;
|
|
1986
1986
|
mode: "default" | "in-out" | "out-in";
|
|
1987
1987
|
} & {} & {
|
|
1988
|
-
$children?: vue.VNodeChild |
|
|
1988
|
+
$children?: vue.VNodeChild | {
|
|
1989
1989
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1990
|
-
};
|
|
1990
|
+
} | (() => vue.VNodeChild);
|
|
1991
1991
|
'v-slots'?: {
|
|
1992
1992
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1993
1993
|
} | undefined;
|
|
@@ -1999,9 +1999,9 @@ declare const VExpandXTransition: {
|
|
|
1999
1999
|
disabled: boolean;
|
|
2000
2000
|
mode: "default" | "in-out" | "out-in";
|
|
2001
2001
|
} & {} & {
|
|
2002
|
-
$children?: vue.VNodeChild |
|
|
2002
|
+
$children?: vue.VNodeChild | {
|
|
2003
2003
|
default?: (() => vue.VNodeChild) | undefined;
|
|
2004
|
-
};
|
|
2004
|
+
} | (() => vue.VNodeChild);
|
|
2005
2005
|
'v-slots'?: {
|
|
2006
2006
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
2007
2007
|
} | undefined;
|
|
@@ -2025,9 +2025,9 @@ declare const VExpandXTransition: {
|
|
|
2025
2025
|
disabled: boolean;
|
|
2026
2026
|
mode: "default" | "in-out" | "out-in";
|
|
2027
2027
|
} & {} & {
|
|
2028
|
-
$children?: vue.VNodeChild |
|
|
2028
|
+
$children?: vue.VNodeChild | {
|
|
2029
2029
|
default?: (() => vue.VNodeChild) | undefined;
|
|
2030
|
-
};
|
|
2030
|
+
} | (() => vue.VNodeChild);
|
|
2031
2031
|
'v-slots'?: {
|
|
2032
2032
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
2033
2033
|
} | undefined;
|
|
@@ -2046,9 +2046,9 @@ declare const VExpandXTransition: {
|
|
|
2046
2046
|
disabled: boolean;
|
|
2047
2047
|
mode: "default" | "in-out" | "out-in";
|
|
2048
2048
|
} & {} & {
|
|
2049
|
-
$children?: vue.VNodeChild |
|
|
2049
|
+
$children?: vue.VNodeChild | {
|
|
2050
2050
|
default?: (() => vue.VNodeChild) | undefined;
|
|
2051
|
-
};
|
|
2051
|
+
} | (() => vue.VNodeChild);
|
|
2052
2052
|
'v-slots'?: {
|
|
2053
2053
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
2054
2054
|
} | undefined;
|