@vuetify/nightly 4.0.0-dev-20230515.0 → 4.0.0-dev-20230516.0
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 +5 -4
- package/dist/json/attributes.json +14 -14
- package/dist/json/importMap.json +4 -4
- package/dist/json/web-types.json +21 -17
- package/dist/vuetify-labs.css +7 -3
- package/dist/vuetify-labs.d.ts +6549 -1557
- package/dist/vuetify-labs.esm.js +42 -21
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +42 -21
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +204 -200
- package/dist/vuetify.d.ts +4883 -968
- package/dist/vuetify.esm.js +42 -21
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +42 -21
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +182 -180
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +58 -0
- package/lib/components/VApp/index.d.mts +15 -0
- package/lib/components/VAppBar/index.d.mts +81 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +68 -10
- package/lib/components/VAvatar/index.d.mts +15 -0
- package/lib/components/VBadge/index.d.mts +19 -0
- package/lib/components/VBanner/index.d.mts +57 -0
- package/lib/components/VBottomNavigation/index.d.mts +15 -0
- package/lib/components/VBreadcrumbs/index.d.mts +37 -3
- package/lib/components/VBtn/index.d.mts +27 -0
- package/lib/components/VBtnGroup/index.d.mts +15 -0
- package/lib/components/VBtnToggle/index.d.mts +15 -0
- package/lib/components/VCard/index.d.mts +142 -0
- package/lib/components/VCarousel/index.d.mts +158 -0
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +3 -3
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +92 -6
- package/lib/components/VChip/VChip.css +4 -2
- package/lib/components/VChip/VChip.sass +3 -2
- package/lib/components/VChip/index.d.mts +63 -0
- package/lib/components/VChipGroup/index.d.mts +39 -0
- package/lib/components/VCode/index.d.mts +15 -0
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +68 -10
- package/lib/components/VCounter/index.d.mts +15 -0
- package/lib/components/VDefaultsProvider/index.d.mts +15 -0
- package/lib/components/VDialog/index.d.mts +129 -3
- package/lib/components/VDivider/index.d.mts +15 -0
- package/lib/components/VExpansionPanel/index.d.mts +72 -0
- package/lib/components/VField/index.d.mts +22 -3
- package/lib/components/VFileInput/index.d.mts +180 -24
- package/lib/components/VFooter/index.d.mts +15 -0
- package/lib/components/VForm/index.d.mts +201 -8
- package/lib/components/VGrid/index.d.mts +60 -0
- package/lib/components/VHover/index.d.mts +27 -0
- package/lib/components/VIcon/index.d.mts +30 -0
- package/lib/components/VImg/index.d.mts +27 -0
- package/lib/components/VInput/VInput.mjs +1 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +40 -9
- package/lib/components/VItemGroup/index.d.mts +82 -0
- package/lib/components/VKbd/index.d.mts +15 -0
- package/lib/components/VLabel/index.d.mts +15 -0
- package/lib/components/VLayout/index.d.mts +30 -0
- package/lib/components/VLazy/index.d.mts +15 -0
- package/lib/components/VList/index.d.mts +159 -3
- package/lib/components/VLocaleProvider/index.d.mts +15 -0
- package/lib/components/VMain/index.d.mts +15 -0
- package/lib/components/VMenu/index.d.mts +129 -3
- package/lib/components/VMessages/index.d.mts +15 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +2 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -0
- package/lib/components/VNavigationDrawer/index.d.mts +27 -0
- package/lib/components/VOverlay/index.d.mts +39 -0
- package/lib/components/VPagination/index.d.mts +31 -0
- package/lib/components/VParallax/index.d.mts +27 -0
- package/lib/components/VProgressCircular/index.d.mts +23 -0
- package/lib/components/VProgressLinear/index.d.mts +27 -0
- package/lib/components/VRadio/index.d.mts +35 -0
- package/lib/components/VRadioGroup/index.d.mts +57 -6
- package/lib/components/VRangeSlider/index.d.mts +49 -6
- package/lib/components/VRating/index.d.mts +19 -0
- package/lib/components/VResponsive/index.d.mts +19 -0
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +68 -10
- package/lib/components/VSelectionControl/index.d.mts +7 -3
- package/lib/components/VSelectionControlGroup/index.d.mts +15 -0
- package/lib/components/VSheet/index.d.mts +15 -0
- package/lib/components/VSlideGroup/index.d.mts +58 -0
- package/lib/components/VSlider/index.d.mts +49 -6
- package/lib/components/VSnackbar/index.d.mts +125 -3
- package/lib/components/VSwitch/index.d.mts +61 -6
- package/lib/components/VSystemBar/index.d.mts +15 -0
- package/lib/components/VTable/index.d.mts +27 -0
- package/lib/components/VTabs/index.d.mts +30 -0
- package/lib/components/VTextField/index.d.mts +167 -27
- package/lib/components/VTextarea/index.d.mts +156 -24
- package/lib/components/VThemeProvider/index.d.mts +15 -0
- package/lib/components/VTimeline/index.d.mts +38 -0
- package/lib/components/VToolbar/index.d.mts +69 -0
- package/lib/components/VTooltip/index.d.mts +129 -3
- package/lib/components/VValidation/index.d.mts +96 -25
- package/lib/components/VVirtualScroll/index.d.mts +7 -3
- package/lib/components/VWindow/index.d.mts +74 -0
- package/lib/components/index.d.mts +4673 -758
- package/lib/components/transitions/index.d.mts +240 -0
- package/lib/composables/form.mjs +2 -3
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/validation.mjs +34 -12
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +1 -1
- package/lib/labs/VDataTable/index.d.mts +1056 -25
- package/lib/labs/VInfiniteScroll/index.d.mts +31 -0
- package/lib/labs/VSkeletonLoader/index.d.mts +15 -0
- package/lib/labs/components.d.mts +1099 -22
- package/lib/styles/settings/_variables.scss +3 -3
- package/lib/util/defineComponent.mjs.map +1 -1
- package/package.json +1 -1
@@ -148,6 +148,14 @@ declare const VSnackbar: {
|
|
148
148
|
actions?: false | (() => vue.VNodeChild) | undefined;
|
149
149
|
} | undefined;
|
150
150
|
contentClass?: any;
|
151
|
+
$slots?: {
|
152
|
+
activator?: ((args_0: {
|
153
|
+
isActive: boolean;
|
154
|
+
props: Record<string, any>;
|
155
|
+
}) => vue.VNodeChild) | undefined;
|
156
|
+
default?: (() => vue.VNodeChild) | undefined;
|
157
|
+
actions?: (() => vue.VNodeChild) | undefined;
|
158
|
+
} | undefined;
|
151
159
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
152
160
|
[key: string]: any;
|
153
161
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -291,6 +299,15 @@ declare const VSnackbar: {
|
|
291
299
|
}) => vue.VNodeChild) | undefined;
|
292
300
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
293
301
|
"v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
|
302
|
+
} & {
|
303
|
+
$slots?: {
|
304
|
+
activator?: ((args_0: {
|
305
|
+
isActive: boolean;
|
306
|
+
props: Record<string, any>;
|
307
|
+
}) => vue.VNodeChild) | undefined;
|
308
|
+
default?: (() => vue.VNodeChild) | undefined;
|
309
|
+
actions?: (() => vue.VNodeChild) | undefined;
|
310
|
+
} | undefined;
|
294
311
|
} & {
|
295
312
|
"onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
|
296
313
|
}, Omit<Omit<{
|
@@ -361,6 +378,15 @@ declare const VSnackbar: {
|
|
361
378
|
}) => vue.VNodeChild) | undefined;
|
362
379
|
} | undefined;
|
363
380
|
contentClass?: any;
|
381
|
+
$slots?: {
|
382
|
+
default?: ((args_0: {
|
383
|
+
isActive: vue.Ref<boolean>;
|
384
|
+
}) => vue.VNodeChild) | undefined;
|
385
|
+
activator?: ((args_0: {
|
386
|
+
isActive: boolean;
|
387
|
+
props: Record<string, any>;
|
388
|
+
}) => vue.VNodeChild) | undefined;
|
389
|
+
} | undefined;
|
364
390
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
365
391
|
[key: string]: any;
|
366
392
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -506,6 +532,16 @@ declare const VSnackbar: {
|
|
506
532
|
isActive: boolean;
|
507
533
|
props: Record<string, any>;
|
508
534
|
}) => vue.VNodeChild) | undefined;
|
535
|
+
} & {
|
536
|
+
$slots?: {
|
537
|
+
default?: ((args_0: {
|
538
|
+
isActive: vue.Ref<boolean>;
|
539
|
+
}) => vue.VNodeChild) | undefined;
|
540
|
+
activator?: ((args_0: {
|
541
|
+
isActive: boolean;
|
542
|
+
props: Record<string, any>;
|
543
|
+
}) => vue.VNodeChild) | undefined;
|
544
|
+
} | undefined;
|
509
545
|
} & {
|
510
546
|
onAfterLeave?: (() => any) | undefined;
|
511
547
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -652,6 +688,16 @@ declare const VSnackbar: {
|
|
652
688
|
isActive: boolean;
|
653
689
|
props: Record<string, any>;
|
654
690
|
}) => vue.VNodeChild) | undefined;
|
691
|
+
} & {
|
692
|
+
$slots?: {
|
693
|
+
default?: ((args_0: {
|
694
|
+
isActive: vue.Ref<boolean>;
|
695
|
+
}) => vue.VNodeChild) | undefined;
|
696
|
+
activator?: ((args_0: {
|
697
|
+
isActive: boolean;
|
698
|
+
props: Record<string, any>;
|
699
|
+
}) => vue.VNodeChild) | undefined;
|
700
|
+
} | undefined;
|
655
701
|
} & {
|
656
702
|
onAfterLeave?: (() => any) | undefined;
|
657
703
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -663,7 +709,7 @@ declare const VSnackbar: {
|
|
663
709
|
globalTop: Readonly<vue.Ref<boolean>>;
|
664
710
|
localTop: vue.ComputedRef<boolean>;
|
665
711
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
666
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
712
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "$slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
667
713
|
'update:modelValue': (v: boolean) => boolean;
|
668
714
|
}, string, {
|
669
715
|
absolute: boolean;
|
@@ -794,6 +840,15 @@ declare const VSnackbar: {
|
|
794
840
|
}) => vue.VNodeChild) | undefined;
|
795
841
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
796
842
|
"v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
|
843
|
+
} & {
|
844
|
+
$slots?: {
|
845
|
+
activator?: ((args_0: {
|
846
|
+
isActive: boolean;
|
847
|
+
props: Record<string, any>;
|
848
|
+
}) => vue.VNodeChild) | undefined;
|
849
|
+
default?: (() => vue.VNodeChild) | undefined;
|
850
|
+
actions?: (() => vue.VNodeChild) | undefined;
|
851
|
+
} | undefined;
|
797
852
|
} & {
|
798
853
|
"onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
|
799
854
|
} & vue.ShallowUnwrapRef<Omit<Omit<{
|
@@ -864,6 +919,15 @@ declare const VSnackbar: {
|
|
864
919
|
}) => vue.VNodeChild) | undefined;
|
865
920
|
} | undefined;
|
866
921
|
contentClass?: any;
|
922
|
+
$slots?: {
|
923
|
+
default?: ((args_0: {
|
924
|
+
isActive: vue.Ref<boolean>;
|
925
|
+
}) => vue.VNodeChild) | undefined;
|
926
|
+
activator?: ((args_0: {
|
927
|
+
isActive: boolean;
|
928
|
+
props: Record<string, any>;
|
929
|
+
}) => vue.VNodeChild) | undefined;
|
930
|
+
} | undefined;
|
867
931
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
868
932
|
[key: string]: any;
|
869
933
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -1009,6 +1073,16 @@ declare const VSnackbar: {
|
|
1009
1073
|
isActive: boolean;
|
1010
1074
|
props: Record<string, any>;
|
1011
1075
|
}) => vue.VNodeChild) | undefined;
|
1076
|
+
} & {
|
1077
|
+
$slots?: {
|
1078
|
+
default?: ((args_0: {
|
1079
|
+
isActive: vue.Ref<boolean>;
|
1080
|
+
}) => vue.VNodeChild) | undefined;
|
1081
|
+
activator?: ((args_0: {
|
1082
|
+
isActive: boolean;
|
1083
|
+
props: Record<string, any>;
|
1084
|
+
}) => vue.VNodeChild) | undefined;
|
1085
|
+
} | undefined;
|
1012
1086
|
} & {
|
1013
1087
|
onAfterLeave?: (() => any) | undefined;
|
1014
1088
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -1155,6 +1229,16 @@ declare const VSnackbar: {
|
|
1155
1229
|
isActive: boolean;
|
1156
1230
|
props: Record<string, any>;
|
1157
1231
|
}) => vue.VNodeChild) | undefined;
|
1232
|
+
} & {
|
1233
|
+
$slots?: {
|
1234
|
+
default?: ((args_0: {
|
1235
|
+
isActive: vue.Ref<boolean>;
|
1236
|
+
}) => vue.VNodeChild) | undefined;
|
1237
|
+
activator?: ((args_0: {
|
1238
|
+
isActive: boolean;
|
1239
|
+
props: Record<string, any>;
|
1240
|
+
}) => vue.VNodeChild) | undefined;
|
1241
|
+
} | undefined;
|
1158
1242
|
} & {
|
1159
1243
|
onAfterLeave?: (() => any) | undefined;
|
1160
1244
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -1166,7 +1250,7 @@ declare const VSnackbar: {
|
|
1166
1250
|
globalTop: Readonly<vue.Ref<boolean>>;
|
1167
1251
|
localTop: vue.ComputedRef<boolean>;
|
1168
1252
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
1169
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
|
1253
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "$slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
|
1170
1254
|
__isFragment?: undefined;
|
1171
1255
|
__isTeleport?: undefined;
|
1172
1256
|
__isSuspense?: undefined;
|
@@ -1239,6 +1323,15 @@ declare const VSnackbar: {
|
|
1239
1323
|
}) => vue.VNodeChild) | undefined;
|
1240
1324
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1241
1325
|
"v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
|
1326
|
+
} & {
|
1327
|
+
$slots?: {
|
1328
|
+
activator?: ((args_0: {
|
1329
|
+
isActive: boolean;
|
1330
|
+
props: Record<string, any>;
|
1331
|
+
}) => vue.VNodeChild) | undefined;
|
1332
|
+
default?: (() => vue.VNodeChild) | undefined;
|
1333
|
+
actions?: (() => vue.VNodeChild) | undefined;
|
1334
|
+
} | undefined;
|
1242
1335
|
} & {
|
1243
1336
|
"onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
|
1244
1337
|
}, Omit<Omit<{
|
@@ -1309,6 +1402,15 @@ declare const VSnackbar: {
|
|
1309
1402
|
}) => vue.VNodeChild) | undefined;
|
1310
1403
|
} | undefined;
|
1311
1404
|
contentClass?: any;
|
1405
|
+
$slots?: {
|
1406
|
+
default?: ((args_0: {
|
1407
|
+
isActive: vue.Ref<boolean>;
|
1408
|
+
}) => vue.VNodeChild) | undefined;
|
1409
|
+
activator?: ((args_0: {
|
1410
|
+
isActive: boolean;
|
1411
|
+
props: Record<string, any>;
|
1412
|
+
}) => vue.VNodeChild) | undefined;
|
1413
|
+
} | undefined;
|
1312
1414
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1313
1415
|
[key: string]: any;
|
1314
1416
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -1454,6 +1556,16 @@ declare const VSnackbar: {
|
|
1454
1556
|
isActive: boolean;
|
1455
1557
|
props: Record<string, any>;
|
1456
1558
|
}) => vue.VNodeChild) | undefined;
|
1559
|
+
} & {
|
1560
|
+
$slots?: {
|
1561
|
+
default?: ((args_0: {
|
1562
|
+
isActive: vue.Ref<boolean>;
|
1563
|
+
}) => vue.VNodeChild) | undefined;
|
1564
|
+
activator?: ((args_0: {
|
1565
|
+
isActive: boolean;
|
1566
|
+
props: Record<string, any>;
|
1567
|
+
}) => vue.VNodeChild) | undefined;
|
1568
|
+
} | undefined;
|
1457
1569
|
} & {
|
1458
1570
|
onAfterLeave?: (() => any) | undefined;
|
1459
1571
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -1600,6 +1712,16 @@ declare const VSnackbar: {
|
|
1600
1712
|
isActive: boolean;
|
1601
1713
|
props: Record<string, any>;
|
1602
1714
|
}) => vue.VNodeChild) | undefined;
|
1715
|
+
} & {
|
1716
|
+
$slots?: {
|
1717
|
+
default?: ((args_0: {
|
1718
|
+
isActive: vue.Ref<boolean>;
|
1719
|
+
}) => vue.VNodeChild) | undefined;
|
1720
|
+
activator?: ((args_0: {
|
1721
|
+
isActive: boolean;
|
1722
|
+
props: Record<string, any>;
|
1723
|
+
}) => vue.VNodeChild) | undefined;
|
1724
|
+
} | undefined;
|
1603
1725
|
} & {
|
1604
1726
|
onAfterLeave?: (() => any) | undefined;
|
1605
1727
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -1611,7 +1733,7 @@ declare const VSnackbar: {
|
|
1611
1733
|
globalTop: Readonly<vue.Ref<boolean>>;
|
1612
1734
|
localTop: vue.ComputedRef<boolean>;
|
1613
1735
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
1614
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1736
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "$slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1615
1737
|
'update:modelValue': (v: boolean) => boolean;
|
1616
1738
|
}, string, {
|
1617
1739
|
absolute: boolean;
|
@@ -115,6 +115,19 @@ declare const VSwitch: {
|
|
115
115
|
input?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
116
116
|
loader?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
117
117
|
} | undefined;
|
118
|
+
$slots?: {
|
119
|
+
default?: ((...args: never) => vue.VNodeChild) | undefined;
|
120
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
121
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
122
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
123
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
124
|
+
label?: ((args_0: {
|
125
|
+
label: string | undefined;
|
126
|
+
props: Record<string, unknown>;
|
127
|
+
}) => vue.VNodeChild) | undefined;
|
128
|
+
input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
129
|
+
loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
130
|
+
} | undefined;
|
118
131
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
119
132
|
[key: string]: any;
|
120
133
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -168,7 +181,7 @@ declare const VSwitch: {
|
|
168
181
|
props: Record<string, unknown>;
|
169
182
|
}) => vue.VNodeChild) | undefined;
|
170
183
|
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
171
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
184
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
172
185
|
validationValue?: any;
|
173
186
|
hint?: string | undefined;
|
174
187
|
hideDetails?: boolean | "auto" | undefined;
|
@@ -256,7 +269,7 @@ declare const VSwitch: {
|
|
256
269
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
257
270
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
258
271
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
259
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
272
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
260
273
|
validationValue?: any;
|
261
274
|
hint?: string | undefined;
|
262
275
|
hideDetails?: boolean | "auto" | undefined;
|
@@ -304,6 +317,20 @@ declare const VSwitch: {
|
|
304
317
|
}) => vue.VNodeChild) | undefined;
|
305
318
|
"v-slot:input"?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
306
319
|
"v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
320
|
+
} & {
|
321
|
+
$slots?: {
|
322
|
+
default?: ((...args: never) => vue.VNodeChild) | undefined;
|
323
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
324
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
325
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
326
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
327
|
+
label?: ((args_0: {
|
328
|
+
label: string | undefined;
|
329
|
+
props: Record<string, unknown>;
|
330
|
+
}) => vue.VNodeChild) | undefined;
|
331
|
+
input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
332
|
+
loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
333
|
+
} | undefined;
|
307
334
|
} & {
|
308
335
|
"onUpdate:modelValue"?: (() => any) | undefined;
|
309
336
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -417,7 +444,7 @@ declare const VSwitch: {
|
|
417
444
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
418
445
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
419
446
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
420
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
447
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
421
448
|
validationValue?: any;
|
422
449
|
hint?: string | undefined;
|
423
450
|
hideDetails?: boolean | "auto" | undefined;
|
@@ -465,6 +492,20 @@ declare const VSwitch: {
|
|
465
492
|
}) => vue.VNodeChild) | undefined;
|
466
493
|
"v-slot:input"?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
467
494
|
"v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
495
|
+
} & {
|
496
|
+
$slots?: {
|
497
|
+
default?: ((...args: never) => vue.VNodeChild) | undefined;
|
498
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
499
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
500
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
501
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
502
|
+
label?: ((args_0: {
|
503
|
+
label: string | undefined;
|
504
|
+
props: Record<string, unknown>;
|
505
|
+
}) => vue.VNodeChild) | undefined;
|
506
|
+
input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
507
|
+
loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
508
|
+
} | undefined;
|
468
509
|
} & {
|
469
510
|
"onUpdate:modelValue"?: (() => any) | undefined;
|
470
511
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -509,7 +550,7 @@ declare const VSwitch: {
|
|
509
550
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
510
551
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
511
552
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
512
|
-
validateOn?: "input" | "blur" | "submit" | undefined;
|
553
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
513
554
|
validationValue?: any;
|
514
555
|
hint?: string | undefined;
|
515
556
|
hideDetails?: boolean | "auto" | undefined;
|
@@ -557,6 +598,20 @@ declare const VSwitch: {
|
|
557
598
|
}) => vue.VNodeChild) | undefined;
|
558
599
|
"v-slot:input"?: false | ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
559
600
|
"v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
601
|
+
} & {
|
602
|
+
$slots?: {
|
603
|
+
default?: ((...args: never) => vue.VNodeChild) | undefined;
|
604
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
605
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
606
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
607
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
608
|
+
label?: ((args_0: {
|
609
|
+
label: string | undefined;
|
610
|
+
props: Record<string, unknown>;
|
611
|
+
}) => vue.VNodeChild) | undefined;
|
612
|
+
input?: ((args_0: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
613
|
+
loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
614
|
+
} | undefined;
|
560
615
|
} & {
|
561
616
|
"onUpdate:modelValue"?: (() => any) | undefined;
|
562
617
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -668,7 +723,7 @@ declare const VSwitch: {
|
|
668
723
|
type: vue.PropType<ValidationRule[]>;
|
669
724
|
default: () => never[];
|
670
725
|
};
|
671
|
-
validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
|
726
|
+
validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
672
727
|
validationValue: null;
|
673
728
|
appendIcon: vue.PropType<IconValue>;
|
674
729
|
prependIcon: vue.PropType<IconValue>;
|
@@ -747,7 +802,7 @@ declare const VSwitch: {
|
|
747
802
|
type: vue.PropType<ValidationRule[]>;
|
748
803
|
default: () => never[];
|
749
804
|
};
|
750
|
-
validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
|
805
|
+
validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
751
806
|
validationValue: null;
|
752
807
|
appendIcon: vue.PropType<IconValue>;
|
753
808
|
prependIcon: vue.PropType<IconValue>;
|
@@ -33,6 +33,9 @@ declare const VSystemBar: {
|
|
33
33
|
'v-slots'?: {
|
34
34
|
default?: false | (() => vue.VNodeChild) | undefined;
|
35
35
|
} | undefined;
|
36
|
+
$slots?: {
|
37
|
+
default?: (() => vue.VNodeChild) | undefined;
|
38
|
+
} | undefined;
|
36
39
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
37
40
|
[key: string]: any;
|
38
41
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -110,6 +113,10 @@ declare const VSystemBar: {
|
|
110
113
|
} | undefined;
|
111
114
|
} & {
|
112
115
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
116
|
+
} & {
|
117
|
+
$slots?: {
|
118
|
+
default?: (() => vue.VNodeChild) | undefined;
|
119
|
+
} | undefined;
|
113
120
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
114
121
|
window: boolean;
|
115
122
|
absolute: boolean;
|
@@ -164,6 +171,10 @@ declare const VSystemBar: {
|
|
164
171
|
} | undefined;
|
165
172
|
} & {
|
166
173
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
174
|
+
} & {
|
175
|
+
$slots?: {
|
176
|
+
default?: (() => vue.VNodeChild) | undefined;
|
177
|
+
} | undefined;
|
167
178
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
168
179
|
__isFragment?: undefined;
|
169
180
|
__isTeleport?: undefined;
|
@@ -191,6 +202,10 @@ declare const VSystemBar: {
|
|
191
202
|
} | undefined;
|
192
203
|
} & {
|
193
204
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
205
|
+
} & {
|
206
|
+
$slots?: {
|
207
|
+
default?: (() => vue.VNodeChild) | undefined;
|
208
|
+
} | undefined;
|
194
209
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
195
210
|
window: boolean;
|
196
211
|
absolute: boolean;
|
@@ -38,6 +38,12 @@ declare const VTable: {
|
|
38
38
|
bottom?: false | (() => vue.VNodeChild) | undefined;
|
39
39
|
wrapper?: false | (() => vue.VNodeChild) | undefined;
|
40
40
|
} | undefined;
|
41
|
+
$slots?: {
|
42
|
+
default?: (() => vue.VNodeChild) | undefined;
|
43
|
+
top?: (() => vue.VNodeChild) | undefined;
|
44
|
+
bottom?: (() => vue.VNodeChild) | undefined;
|
45
|
+
wrapper?: (() => vue.VNodeChild) | undefined;
|
46
|
+
} | undefined;
|
41
47
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
42
48
|
[key: string]: any;
|
43
49
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -133,6 +139,13 @@ declare const VTable: {
|
|
133
139
|
"v-slot:top"?: false | (() => vue.VNodeChild) | undefined;
|
134
140
|
"v-slot:bottom"?: false | (() => vue.VNodeChild) | undefined;
|
135
141
|
"v-slot:wrapper"?: false | (() => vue.VNodeChild) | undefined;
|
142
|
+
} & {
|
143
|
+
$slots?: {
|
144
|
+
default?: (() => vue.VNodeChild) | undefined;
|
145
|
+
top?: (() => vue.VNodeChild) | undefined;
|
146
|
+
bottom?: (() => vue.VNodeChild) | undefined;
|
147
|
+
wrapper?: (() => vue.VNodeChild) | undefined;
|
148
|
+
} | undefined;
|
136
149
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
137
150
|
style: vue.StyleValue;
|
138
151
|
tag: string;
|
@@ -202,6 +215,13 @@ declare const VTable: {
|
|
202
215
|
"v-slot:top"?: false | (() => vue.VNodeChild) | undefined;
|
203
216
|
"v-slot:bottom"?: false | (() => vue.VNodeChild) | undefined;
|
204
217
|
"v-slot:wrapper"?: false | (() => vue.VNodeChild) | undefined;
|
218
|
+
} & {
|
219
|
+
$slots?: {
|
220
|
+
default?: (() => vue.VNodeChild) | undefined;
|
221
|
+
top?: (() => vue.VNodeChild) | undefined;
|
222
|
+
bottom?: (() => vue.VNodeChild) | undefined;
|
223
|
+
wrapper?: (() => vue.VNodeChild) | undefined;
|
224
|
+
} | undefined;
|
205
225
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
206
226
|
__isFragment?: undefined;
|
207
227
|
__isTeleport?: undefined;
|
@@ -235,6 +255,13 @@ declare const VTable: {
|
|
235
255
|
"v-slot:top"?: false | (() => vue.VNodeChild) | undefined;
|
236
256
|
"v-slot:bottom"?: false | (() => vue.VNodeChild) | undefined;
|
237
257
|
"v-slot:wrapper"?: false | (() => vue.VNodeChild) | undefined;
|
258
|
+
} & {
|
259
|
+
$slots?: {
|
260
|
+
default?: (() => vue.VNodeChild) | undefined;
|
261
|
+
top?: (() => vue.VNodeChild) | undefined;
|
262
|
+
bottom?: (() => vue.VNodeChild) | undefined;
|
263
|
+
wrapper?: (() => vue.VNodeChild) | undefined;
|
264
|
+
} | undefined;
|
238
265
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
239
266
|
style: vue.StyleValue;
|
240
267
|
tag: string;
|
@@ -75,6 +75,9 @@ declare const VTabs: {
|
|
75
75
|
'v-slots'?: {
|
76
76
|
default?: false | (() => vue.VNodeChild) | undefined;
|
77
77
|
} | undefined;
|
78
|
+
$slots?: {
|
79
|
+
default?: (() => vue.VNodeChild) | undefined;
|
80
|
+
} | undefined;
|
78
81
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
79
82
|
[key: string]: any;
|
80
83
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -170,6 +173,10 @@ declare const VTabs: {
|
|
170
173
|
} | undefined;
|
171
174
|
} & {
|
172
175
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
176
|
+
} & {
|
177
|
+
$slots?: {
|
178
|
+
default?: (() => vue.VNodeChild) | undefined;
|
179
|
+
} | undefined;
|
173
180
|
} & {
|
174
181
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
175
182
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
@@ -256,6 +263,10 @@ declare const VTabs: {
|
|
256
263
|
} | undefined;
|
257
264
|
} & {
|
258
265
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
266
|
+
} & {
|
267
|
+
$slots?: {
|
268
|
+
default?: (() => vue.VNodeChild) | undefined;
|
269
|
+
} | undefined;
|
259
270
|
} & {
|
260
271
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
261
272
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
@@ -299,6 +310,10 @@ declare const VTabs: {
|
|
299
310
|
} | undefined;
|
300
311
|
} & {
|
301
312
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
313
|
+
} & {
|
314
|
+
$slots?: {
|
315
|
+
default?: (() => vue.VNodeChild) | undefined;
|
316
|
+
} | undefined;
|
302
317
|
} & {
|
303
318
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
304
319
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
@@ -519,6 +534,9 @@ declare const VTab: {
|
|
519
534
|
'v-slots'?: {
|
520
535
|
default?: false | (() => vue.VNodeChild) | undefined;
|
521
536
|
} | undefined;
|
537
|
+
$slots?: {
|
538
|
+
default?: (() => vue.VNodeChild) | undefined;
|
539
|
+
} | undefined;
|
522
540
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
523
541
|
[key: string]: any;
|
524
542
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -622,6 +640,10 @@ declare const VTab: {
|
|
622
640
|
} | undefined;
|
623
641
|
} & {
|
624
642
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
643
|
+
} & {
|
644
|
+
$slots?: {
|
645
|
+
default?: (() => vue.VNodeChild) | undefined;
|
646
|
+
} | undefined;
|
625
647
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
626
648
|
replace: boolean;
|
627
649
|
fixed: boolean;
|
@@ -708,6 +730,10 @@ declare const VTab: {
|
|
708
730
|
} | undefined;
|
709
731
|
} & {
|
710
732
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
733
|
+
} & {
|
734
|
+
$slots?: {
|
735
|
+
default?: (() => vue.VNodeChild) | undefined;
|
736
|
+
} | undefined;
|
711
737
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
712
738
|
__isFragment?: undefined;
|
713
739
|
__isTeleport?: undefined;
|
@@ -758,6 +784,10 @@ declare const VTab: {
|
|
758
784
|
} | undefined;
|
759
785
|
} & {
|
760
786
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
787
|
+
} & {
|
788
|
+
$slots?: {
|
789
|
+
default?: (() => vue.VNodeChild) | undefined;
|
790
|
+
} | undefined;
|
761
791
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
762
792
|
replace: boolean;
|
763
793
|
fixed: boolean;
|