@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
@@ -155,6 +155,15 @@ declare const VMenu: {
|
|
155
155
|
}) => vue.VNodeChild) | undefined;
|
156
156
|
} | undefined;
|
157
157
|
contentClass?: any;
|
158
|
+
$slots?: {
|
159
|
+
default?: ((args_0: {
|
160
|
+
isActive: vue.Ref<boolean>;
|
161
|
+
}) => vue.VNodeChild) | undefined;
|
162
|
+
activator?: ((args_0: {
|
163
|
+
isActive: boolean;
|
164
|
+
props: Record<string, any>;
|
165
|
+
}) => vue.VNodeChild) | undefined;
|
166
|
+
} | undefined;
|
158
167
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
159
168
|
[key: string]: any;
|
160
169
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -298,6 +307,16 @@ declare const VMenu: {
|
|
298
307
|
isActive: boolean;
|
299
308
|
props: Record<string, any>;
|
300
309
|
}) => vue.VNodeChild) | undefined;
|
310
|
+
} & {
|
311
|
+
$slots?: {
|
312
|
+
default?: ((args_0: {
|
313
|
+
isActive: vue.Ref<boolean>;
|
314
|
+
}) => vue.VNodeChild) | undefined;
|
315
|
+
activator?: ((args_0: {
|
316
|
+
isActive: boolean;
|
317
|
+
props: Record<string, any>;
|
318
|
+
}) => vue.VNodeChild) | undefined;
|
319
|
+
} | undefined;
|
301
320
|
} & {
|
302
321
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
303
322
|
}, {
|
@@ -371,6 +390,15 @@ declare const VMenu: {
|
|
371
390
|
}) => vue.VNodeChild) | undefined;
|
372
391
|
} | undefined;
|
373
392
|
contentClass?: any;
|
393
|
+
$slots?: {
|
394
|
+
default?: ((args_0: {
|
395
|
+
isActive: vue.Ref<boolean>;
|
396
|
+
}) => vue.VNodeChild) | undefined;
|
397
|
+
activator?: ((args_0: {
|
398
|
+
isActive: boolean;
|
399
|
+
props: Record<string, any>;
|
400
|
+
}) => vue.VNodeChild) | undefined;
|
401
|
+
} | undefined;
|
374
402
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
375
403
|
[key: string]: any;
|
376
404
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -516,6 +544,16 @@ declare const VMenu: {
|
|
516
544
|
isActive: boolean;
|
517
545
|
props: Record<string, any>;
|
518
546
|
}) => vue.VNodeChild) | undefined;
|
547
|
+
} & {
|
548
|
+
$slots?: {
|
549
|
+
default?: ((args_0: {
|
550
|
+
isActive: vue.Ref<boolean>;
|
551
|
+
}) => vue.VNodeChild) | undefined;
|
552
|
+
activator?: ((args_0: {
|
553
|
+
isActive: boolean;
|
554
|
+
props: Record<string, any>;
|
555
|
+
}) => vue.VNodeChild) | undefined;
|
556
|
+
} | undefined;
|
519
557
|
} & {
|
520
558
|
onAfterLeave?: (() => any) | undefined;
|
521
559
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -662,6 +700,16 @@ declare const VMenu: {
|
|
662
700
|
isActive: boolean;
|
663
701
|
props: Record<string, any>;
|
664
702
|
}) => vue.VNodeChild) | undefined;
|
703
|
+
} & {
|
704
|
+
$slots?: {
|
705
|
+
default?: ((args_0: {
|
706
|
+
isActive: vue.Ref<boolean>;
|
707
|
+
}) => vue.VNodeChild) | undefined;
|
708
|
+
activator?: ((args_0: {
|
709
|
+
isActive: boolean;
|
710
|
+
props: Record<string, any>;
|
711
|
+
}) => vue.VNodeChild) | undefined;
|
712
|
+
} | undefined;
|
665
713
|
} & {
|
666
714
|
onAfterLeave?: (() => any) | undefined;
|
667
715
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -673,7 +721,7 @@ declare const VMenu: {
|
|
673
721
|
globalTop: Readonly<vue.Ref<boolean>>;
|
674
722
|
localTop: vue.ComputedRef<boolean>;
|
675
723
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
676
|
-
}> & {} & 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, {
|
724
|
+
}> & {} & 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, {
|
677
725
|
'update:modelValue': (value: boolean) => boolean;
|
678
726
|
}, string, {
|
679
727
|
location: Anchor;
|
@@ -809,6 +857,16 @@ declare const VMenu: {
|
|
809
857
|
isActive: boolean;
|
810
858
|
props: Record<string, any>;
|
811
859
|
}) => vue.VNodeChild) | undefined;
|
860
|
+
} & {
|
861
|
+
$slots?: {
|
862
|
+
default?: ((args_0: {
|
863
|
+
isActive: vue.Ref<boolean>;
|
864
|
+
}) => vue.VNodeChild) | undefined;
|
865
|
+
activator?: ((args_0: {
|
866
|
+
isActive: boolean;
|
867
|
+
props: Record<string, any>;
|
868
|
+
}) => vue.VNodeChild) | undefined;
|
869
|
+
} | undefined;
|
812
870
|
} & {
|
813
871
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
814
872
|
} & vue.ShallowUnwrapRef<{
|
@@ -882,6 +940,15 @@ declare const VMenu: {
|
|
882
940
|
}) => vue.VNodeChild) | undefined;
|
883
941
|
} | undefined;
|
884
942
|
contentClass?: any;
|
943
|
+
$slots?: {
|
944
|
+
default?: ((args_0: {
|
945
|
+
isActive: vue.Ref<boolean>;
|
946
|
+
}) => vue.VNodeChild) | undefined;
|
947
|
+
activator?: ((args_0: {
|
948
|
+
isActive: boolean;
|
949
|
+
props: Record<string, any>;
|
950
|
+
}) => vue.VNodeChild) | undefined;
|
951
|
+
} | undefined;
|
885
952
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
886
953
|
[key: string]: any;
|
887
954
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -1027,6 +1094,16 @@ declare const VMenu: {
|
|
1027
1094
|
isActive: boolean;
|
1028
1095
|
props: Record<string, any>;
|
1029
1096
|
}) => vue.VNodeChild) | undefined;
|
1097
|
+
} & {
|
1098
|
+
$slots?: {
|
1099
|
+
default?: ((args_0: {
|
1100
|
+
isActive: vue.Ref<boolean>;
|
1101
|
+
}) => vue.VNodeChild) | undefined;
|
1102
|
+
activator?: ((args_0: {
|
1103
|
+
isActive: boolean;
|
1104
|
+
props: Record<string, any>;
|
1105
|
+
}) => vue.VNodeChild) | undefined;
|
1106
|
+
} | undefined;
|
1030
1107
|
} & {
|
1031
1108
|
onAfterLeave?: (() => any) | undefined;
|
1032
1109
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -1173,6 +1250,16 @@ declare const VMenu: {
|
|
1173
1250
|
isActive: boolean;
|
1174
1251
|
props: Record<string, any>;
|
1175
1252
|
}) => vue.VNodeChild) | undefined;
|
1253
|
+
} & {
|
1254
|
+
$slots?: {
|
1255
|
+
default?: ((args_0: {
|
1256
|
+
isActive: vue.Ref<boolean>;
|
1257
|
+
}) => vue.VNodeChild) | undefined;
|
1258
|
+
activator?: ((args_0: {
|
1259
|
+
isActive: boolean;
|
1260
|
+
props: Record<string, any>;
|
1261
|
+
}) => vue.VNodeChild) | undefined;
|
1262
|
+
} | undefined;
|
1176
1263
|
} & {
|
1177
1264
|
onAfterLeave?: (() => any) | undefined;
|
1178
1265
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -1184,7 +1271,7 @@ declare const VMenu: {
|
|
1184
1271
|
globalTop: Readonly<vue.Ref<boolean>>;
|
1185
1272
|
localTop: vue.ComputedRef<boolean>;
|
1186
1273
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
1187
|
-
}> & {} & 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 & {};
|
1274
|
+
}> & {} & 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 & {};
|
1188
1275
|
__isFragment?: undefined;
|
1189
1276
|
__isTeleport?: undefined;
|
1190
1277
|
__isSuspense?: undefined;
|
@@ -1261,6 +1348,16 @@ declare const VMenu: {
|
|
1261
1348
|
isActive: boolean;
|
1262
1349
|
props: Record<string, any>;
|
1263
1350
|
}) => vue.VNodeChild) | undefined;
|
1351
|
+
} & {
|
1352
|
+
$slots?: {
|
1353
|
+
default?: ((args_0: {
|
1354
|
+
isActive: vue.Ref<boolean>;
|
1355
|
+
}) => vue.VNodeChild) | undefined;
|
1356
|
+
activator?: ((args_0: {
|
1357
|
+
isActive: boolean;
|
1358
|
+
props: Record<string, any>;
|
1359
|
+
}) => vue.VNodeChild) | undefined;
|
1360
|
+
} | undefined;
|
1264
1361
|
} & {
|
1265
1362
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1266
1363
|
}, {
|
@@ -1334,6 +1431,15 @@ declare const VMenu: {
|
|
1334
1431
|
}) => vue.VNodeChild) | undefined;
|
1335
1432
|
} | undefined;
|
1336
1433
|
contentClass?: any;
|
1434
|
+
$slots?: {
|
1435
|
+
default?: ((args_0: {
|
1436
|
+
isActive: vue.Ref<boolean>;
|
1437
|
+
}) => vue.VNodeChild) | undefined;
|
1438
|
+
activator?: ((args_0: {
|
1439
|
+
isActive: boolean;
|
1440
|
+
props: Record<string, any>;
|
1441
|
+
}) => vue.VNodeChild) | undefined;
|
1442
|
+
} | undefined;
|
1337
1443
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1338
1444
|
[key: string]: any;
|
1339
1445
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -1479,6 +1585,16 @@ declare const VMenu: {
|
|
1479
1585
|
isActive: boolean;
|
1480
1586
|
props: Record<string, any>;
|
1481
1587
|
}) => vue.VNodeChild) | undefined;
|
1588
|
+
} & {
|
1589
|
+
$slots?: {
|
1590
|
+
default?: ((args_0: {
|
1591
|
+
isActive: vue.Ref<boolean>;
|
1592
|
+
}) => vue.VNodeChild) | undefined;
|
1593
|
+
activator?: ((args_0: {
|
1594
|
+
isActive: boolean;
|
1595
|
+
props: Record<string, any>;
|
1596
|
+
}) => vue.VNodeChild) | undefined;
|
1597
|
+
} | undefined;
|
1482
1598
|
} & {
|
1483
1599
|
onAfterLeave?: (() => any) | undefined;
|
1484
1600
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -1625,6 +1741,16 @@ declare const VMenu: {
|
|
1625
1741
|
isActive: boolean;
|
1626
1742
|
props: Record<string, any>;
|
1627
1743
|
}) => vue.VNodeChild) | undefined;
|
1744
|
+
} & {
|
1745
|
+
$slots?: {
|
1746
|
+
default?: ((args_0: {
|
1747
|
+
isActive: vue.Ref<boolean>;
|
1748
|
+
}) => vue.VNodeChild) | undefined;
|
1749
|
+
activator?: ((args_0: {
|
1750
|
+
isActive: boolean;
|
1751
|
+
props: Record<string, any>;
|
1752
|
+
}) => vue.VNodeChild) | undefined;
|
1753
|
+
} | undefined;
|
1628
1754
|
} & {
|
1629
1755
|
onAfterLeave?: (() => any) | undefined;
|
1630
1756
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -1636,7 +1762,7 @@ declare const VMenu: {
|
|
1636
1762
|
globalTop: Readonly<vue.Ref<boolean>>;
|
1637
1763
|
localTop: vue.ComputedRef<boolean>;
|
1638
1764
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
1639
|
-
}> & {} & 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, {
|
1765
|
+
}> & {} & 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, {
|
1640
1766
|
'update:modelValue': (value: boolean) => boolean;
|
1641
1767
|
}, string, {
|
1642
1768
|
location: Anchor;
|
@@ -35,6 +35,9 @@ declare const VMessages: {
|
|
35
35
|
'v-slots'?: {
|
36
36
|
message?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
37
37
|
} | undefined;
|
38
|
+
$slots?: {
|
39
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
40
|
+
} | undefined;
|
38
41
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
39
42
|
[key: string]: any;
|
40
43
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -113,6 +116,10 @@ declare const VMessages: {
|
|
113
116
|
} | undefined;
|
114
117
|
} & {
|
115
118
|
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
119
|
+
} & {
|
120
|
+
$slots?: {
|
121
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
122
|
+
} | undefined;
|
116
123
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
117
124
|
active: boolean;
|
118
125
|
transition: {
|
@@ -171,6 +178,10 @@ declare const VMessages: {
|
|
171
178
|
} | undefined;
|
172
179
|
} & {
|
173
180
|
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
181
|
+
} & {
|
182
|
+
$slots?: {
|
183
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
184
|
+
} | undefined;
|
174
185
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
175
186
|
__isFragment?: undefined;
|
176
187
|
__isTeleport?: undefined;
|
@@ -198,6 +209,10 @@ declare const VMessages: {
|
|
198
209
|
} | undefined;
|
199
210
|
} & {
|
200
211
|
"v-slot:message"?: false | ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
212
|
+
} & {
|
213
|
+
$slots?: {
|
214
|
+
message?: ((args_0: VMessageSlot) => vue.VNodeChild) | undefined;
|
215
|
+
} | undefined;
|
201
216
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
202
217
|
active: boolean;
|
203
218
|
transition: {
|
@@ -56,6 +56,12 @@ declare const VNavigationDrawer: {
|
|
56
56
|
append?: false | (() => vue.VNodeChild) | undefined;
|
57
57
|
image?: false | ((args_0: VNavigationDrawerImageSlot) => vue.VNodeChild) | undefined;
|
58
58
|
} | undefined;
|
59
|
+
$slots?: {
|
60
|
+
default?: (() => vue.VNodeChild) | undefined;
|
61
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
62
|
+
append?: (() => vue.VNodeChild) | undefined;
|
63
|
+
image?: ((args_0: VNavigationDrawerImageSlot) => vue.VNodeChild) | undefined;
|
64
|
+
} | undefined;
|
59
65
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
60
66
|
[key: string]: any;
|
61
67
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -170,6 +176,13 @@ declare const VNavigationDrawer: {
|
|
170
176
|
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
171
177
|
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
172
178
|
"v-slot:image"?: false | ((args_0: VNavigationDrawerImageSlot) => vue.VNodeChild) | undefined;
|
179
|
+
} & {
|
180
|
+
$slots?: {
|
181
|
+
default?: (() => vue.VNodeChild) | undefined;
|
182
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
183
|
+
append?: (() => vue.VNodeChild) | undefined;
|
184
|
+
image?: ((args_0: VNavigationDrawerImageSlot) => vue.VNodeChild) | undefined;
|
185
|
+
} | undefined;
|
173
186
|
} & {
|
174
187
|
"onUpdate:modelValue"?: ((val: boolean) => any) | undefined;
|
175
188
|
"onUpdate:rail"?: ((val: boolean) => any) | undefined;
|
@@ -277,6 +290,13 @@ declare const VNavigationDrawer: {
|
|
277
290
|
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
278
291
|
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
279
292
|
"v-slot:image"?: false | ((args_0: VNavigationDrawerImageSlot) => vue.VNodeChild) | undefined;
|
293
|
+
} & {
|
294
|
+
$slots?: {
|
295
|
+
default?: (() => vue.VNodeChild) | undefined;
|
296
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
297
|
+
append?: (() => vue.VNodeChild) | undefined;
|
298
|
+
image?: ((args_0: VNavigationDrawerImageSlot) => vue.VNodeChild) | undefined;
|
299
|
+
} | undefined;
|
280
300
|
} & {
|
281
301
|
"onUpdate:modelValue"?: ((val: boolean) => any) | undefined;
|
282
302
|
"onUpdate:rail"?: ((val: boolean) => any) | undefined;
|
@@ -332,6 +352,13 @@ declare const VNavigationDrawer: {
|
|
332
352
|
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
333
353
|
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
334
354
|
"v-slot:image"?: false | ((args_0: VNavigationDrawerImageSlot) => vue.VNodeChild) | undefined;
|
355
|
+
} & {
|
356
|
+
$slots?: {
|
357
|
+
default?: (() => vue.VNodeChild) | undefined;
|
358
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
359
|
+
append?: (() => vue.VNodeChild) | undefined;
|
360
|
+
image?: ((args_0: VNavigationDrawerImageSlot) => vue.VNodeChild) | undefined;
|
361
|
+
} | undefined;
|
335
362
|
} & {
|
336
363
|
"onUpdate:modelValue"?: ((val: boolean) => any) | undefined;
|
337
364
|
"onUpdate:rail"?: ((val: boolean) => any) | undefined;
|
@@ -153,6 +153,15 @@ declare const VOverlay: {
|
|
153
153
|
}) => vue.VNodeChild) | undefined;
|
154
154
|
} | undefined;
|
155
155
|
contentClass?: any;
|
156
|
+
$slots?: {
|
157
|
+
default?: ((args_0: {
|
158
|
+
isActive: Ref<boolean>;
|
159
|
+
}) => vue.VNodeChild) | undefined;
|
160
|
+
activator?: ((args_0: {
|
161
|
+
isActive: boolean;
|
162
|
+
props: Record<string, any>;
|
163
|
+
}) => vue.VNodeChild) | undefined;
|
164
|
+
} | undefined;
|
156
165
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
157
166
|
[key: string]: any;
|
158
167
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -298,6 +307,16 @@ declare const VOverlay: {
|
|
298
307
|
isActive: boolean;
|
299
308
|
props: Record<string, any>;
|
300
309
|
}) => vue.VNodeChild) | undefined;
|
310
|
+
} & {
|
311
|
+
$slots?: {
|
312
|
+
default?: ((args_0: {
|
313
|
+
isActive: Ref<boolean>;
|
314
|
+
}) => vue.VNodeChild) | undefined;
|
315
|
+
activator?: ((args_0: {
|
316
|
+
isActive: boolean;
|
317
|
+
props: Record<string, any>;
|
318
|
+
}) => vue.VNodeChild) | undefined;
|
319
|
+
} | undefined;
|
301
320
|
} & {
|
302
321
|
onAfterLeave?: (() => any) | undefined;
|
303
322
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -444,6 +463,16 @@ declare const VOverlay: {
|
|
444
463
|
isActive: boolean;
|
445
464
|
props: Record<string, any>;
|
446
465
|
}) => vue.VNodeChild) | undefined;
|
466
|
+
} & {
|
467
|
+
$slots?: {
|
468
|
+
default?: ((args_0: {
|
469
|
+
isActive: Ref<boolean>;
|
470
|
+
}) => vue.VNodeChild) | undefined;
|
471
|
+
activator?: ((args_0: {
|
472
|
+
isActive: boolean;
|
473
|
+
props: Record<string, any>;
|
474
|
+
}) => vue.VNodeChild) | undefined;
|
475
|
+
} | undefined;
|
447
476
|
} & {
|
448
477
|
onAfterLeave?: (() => any) | undefined;
|
449
478
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -531,6 +560,16 @@ declare const VOverlay: {
|
|
531
560
|
isActive: boolean;
|
532
561
|
props: Record<string, any>;
|
533
562
|
}) => vue.VNodeChild) | undefined;
|
563
|
+
} & {
|
564
|
+
$slots?: {
|
565
|
+
default?: ((args_0: {
|
566
|
+
isActive: Ref<boolean>;
|
567
|
+
}) => vue.VNodeChild) | undefined;
|
568
|
+
activator?: ((args_0: {
|
569
|
+
isActive: boolean;
|
570
|
+
props: Record<string, any>;
|
571
|
+
}) => vue.VNodeChild) | undefined;
|
572
|
+
} | undefined;
|
534
573
|
} & {
|
535
574
|
onAfterLeave?: (() => any) | undefined;
|
536
575
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -74,6 +74,13 @@ declare const VPagination: {
|
|
74
74
|
next?: false | ((args_0: ControlSlot) => vue.VNodeChild) | undefined;
|
75
75
|
last?: false | ((args_0: ControlSlot) => vue.VNodeChild) | undefined;
|
76
76
|
} | undefined;
|
77
|
+
$slots?: {
|
78
|
+
item?: ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
|
79
|
+
first?: ((args_0: ControlSlot) => vue.VNodeChild) | undefined;
|
80
|
+
prev?: ((args_0: ControlSlot) => vue.VNodeChild) | undefined;
|
81
|
+
next?: ((args_0: ControlSlot) => vue.VNodeChild) | undefined;
|
82
|
+
last?: ((args_0: ControlSlot) => vue.VNodeChild) | undefined;
|
83
|
+
} | undefined;
|
77
84
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
78
85
|
[key: string]: any;
|
79
86
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -205,6 +212,14 @@ declare const VPagination: {
|
|
205
212
|
"v-slot:prev"?: false | ((args_0: ControlSlot) => vue.VNodeChild) | undefined;
|
206
213
|
"v-slot:next"?: false | ((args_0: ControlSlot) => vue.VNodeChild) | undefined;
|
207
214
|
"v-slot:last"?: false | ((args_0: ControlSlot) => vue.VNodeChild) | undefined;
|
215
|
+
} & {
|
216
|
+
$slots?: {
|
217
|
+
item?: ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
|
218
|
+
first?: ((args_0: ControlSlot) => vue.VNodeChild) | undefined;
|
219
|
+
prev?: ((args_0: ControlSlot) => vue.VNodeChild) | undefined;
|
220
|
+
next?: ((args_0: ControlSlot) => vue.VNodeChild) | undefined;
|
221
|
+
last?: ((args_0: ControlSlot) => vue.VNodeChild) | undefined;
|
222
|
+
} | undefined;
|
208
223
|
} & {
|
209
224
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
210
225
|
onNext?: ((value: number) => any) | undefined;
|
@@ -330,6 +345,14 @@ declare const VPagination: {
|
|
330
345
|
"v-slot:prev"?: false | ((args_0: ControlSlot) => vue.VNodeChild) | undefined;
|
331
346
|
"v-slot:next"?: false | ((args_0: ControlSlot) => vue.VNodeChild) | undefined;
|
332
347
|
"v-slot:last"?: false | ((args_0: ControlSlot) => vue.VNodeChild) | undefined;
|
348
|
+
} & {
|
349
|
+
$slots?: {
|
350
|
+
item?: ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
|
351
|
+
first?: ((args_0: ControlSlot) => vue.VNodeChild) | undefined;
|
352
|
+
prev?: ((args_0: ControlSlot) => vue.VNodeChild) | undefined;
|
353
|
+
next?: ((args_0: ControlSlot) => vue.VNodeChild) | undefined;
|
354
|
+
last?: ((args_0: ControlSlot) => vue.VNodeChild) | undefined;
|
355
|
+
} | undefined;
|
333
356
|
} & {
|
334
357
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
335
358
|
onNext?: ((value: number) => any) | undefined;
|
@@ -393,6 +416,14 @@ declare const VPagination: {
|
|
393
416
|
"v-slot:prev"?: false | ((args_0: ControlSlot) => vue.VNodeChild) | undefined;
|
394
417
|
"v-slot:next"?: false | ((args_0: ControlSlot) => vue.VNodeChild) | undefined;
|
395
418
|
"v-slot:last"?: false | ((args_0: ControlSlot) => vue.VNodeChild) | undefined;
|
419
|
+
} & {
|
420
|
+
$slots?: {
|
421
|
+
item?: ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
|
422
|
+
first?: ((args_0: ControlSlot) => vue.VNodeChild) | undefined;
|
423
|
+
prev?: ((args_0: ControlSlot) => vue.VNodeChild) | undefined;
|
424
|
+
next?: ((args_0: ControlSlot) => vue.VNodeChild) | undefined;
|
425
|
+
last?: ((args_0: ControlSlot) => vue.VNodeChild) | undefined;
|
426
|
+
} | undefined;
|
396
427
|
} & {
|
397
428
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
398
429
|
onNext?: ((value: number) => any) | undefined;
|
@@ -33,6 +33,12 @@ declare const VParallax: {
|
|
33
33
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
34
34
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
35
35
|
"v-slot:placeholder"?: false | (() => vue.VNodeChild) | undefined;
|
36
|
+
$slots?: {
|
37
|
+
default?: (() => vue.VNodeChild) | undefined;
|
38
|
+
placeholder?: (() => vue.VNodeChild) | undefined;
|
39
|
+
error?: (() => vue.VNodeChild) | undefined;
|
40
|
+
sources?: (() => vue.VNodeChild) | undefined;
|
41
|
+
} | undefined;
|
36
42
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
37
43
|
[key: string]: any;
|
38
44
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -119,6 +125,13 @@ declare const VParallax: {
|
|
119
125
|
"v-slot:placeholder"?: false | (() => vue.VNodeChild) | undefined;
|
120
126
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
121
127
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
128
|
+
} & {
|
129
|
+
$slots?: {
|
130
|
+
default?: (() => vue.VNodeChild) | undefined;
|
131
|
+
placeholder?: (() => vue.VNodeChild) | undefined;
|
132
|
+
error?: (() => vue.VNodeChild) | undefined;
|
133
|
+
sources?: (() => vue.VNodeChild) | undefined;
|
134
|
+
} | undefined;
|
122
135
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
123
136
|
scale: string | number;
|
124
137
|
style: vue.StyleValue;
|
@@ -178,6 +191,13 @@ declare const VParallax: {
|
|
178
191
|
"v-slot:placeholder"?: false | (() => vue.VNodeChild) | undefined;
|
179
192
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
180
193
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
194
|
+
} & {
|
195
|
+
$slots?: {
|
196
|
+
default?: (() => vue.VNodeChild) | undefined;
|
197
|
+
placeholder?: (() => vue.VNodeChild) | undefined;
|
198
|
+
error?: (() => vue.VNodeChild) | undefined;
|
199
|
+
sources?: (() => vue.VNodeChild) | undefined;
|
200
|
+
} | undefined;
|
181
201
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
182
202
|
__isFragment?: undefined;
|
183
203
|
__isTeleport?: undefined;
|
@@ -205,6 +225,13 @@ declare const VParallax: {
|
|
205
225
|
"v-slot:placeholder"?: false | (() => vue.VNodeChild) | undefined;
|
206
226
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
207
227
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
228
|
+
} & {
|
229
|
+
$slots?: {
|
230
|
+
default?: (() => vue.VNodeChild) | undefined;
|
231
|
+
placeholder?: (() => vue.VNodeChild) | undefined;
|
232
|
+
error?: (() => vue.VNodeChild) | undefined;
|
233
|
+
sources?: (() => vue.VNodeChild) | undefined;
|
234
|
+
} | undefined;
|
208
235
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
209
236
|
scale: string | number;
|
210
237
|
style: vue.StyleValue;
|
@@ -39,6 +39,11 @@ declare const VProgressCircular: {
|
|
39
39
|
value: number;
|
40
40
|
}) => vue.VNodeChild) | undefined;
|
41
41
|
} | undefined;
|
42
|
+
$slots?: {
|
43
|
+
default?: ((args_0: {
|
44
|
+
value: number;
|
45
|
+
}) => vue.VNodeChild) | undefined;
|
46
|
+
} | undefined;
|
42
47
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
43
48
|
[key: string]: any;
|
44
49
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -126,6 +131,12 @@ declare const VProgressCircular: {
|
|
126
131
|
"v-slot:default"?: false | ((args_0: {
|
127
132
|
value: number;
|
128
133
|
}) => vue.VNodeChild) | undefined;
|
134
|
+
} & {
|
135
|
+
$slots?: {
|
136
|
+
default?: ((args_0: {
|
137
|
+
value: number;
|
138
|
+
}) => vue.VNodeChild) | undefined;
|
139
|
+
} | undefined;
|
129
140
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
130
141
|
width: string | number;
|
131
142
|
rotate: string | number;
|
@@ -189,6 +200,12 @@ declare const VProgressCircular: {
|
|
189
200
|
"v-slot:default"?: false | ((args_0: {
|
190
201
|
value: number;
|
191
202
|
}) => vue.VNodeChild) | undefined;
|
203
|
+
} & {
|
204
|
+
$slots?: {
|
205
|
+
default?: ((args_0: {
|
206
|
+
value: number;
|
207
|
+
}) => vue.VNodeChild) | undefined;
|
208
|
+
} | undefined;
|
192
209
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
193
210
|
__isFragment?: undefined;
|
194
211
|
__isTeleport?: undefined;
|
@@ -223,6 +240,12 @@ declare const VProgressCircular: {
|
|
223
240
|
"v-slot:default"?: false | ((args_0: {
|
224
241
|
value: number;
|
225
242
|
}) => vue.VNodeChild) | undefined;
|
243
|
+
} & {
|
244
|
+
$slots?: {
|
245
|
+
default?: ((args_0: {
|
246
|
+
value: number;
|
247
|
+
}) => vue.VNodeChild) | undefined;
|
248
|
+
} | undefined;
|
226
249
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
227
250
|
width: string | number;
|
228
251
|
rotate: string | number;
|
@@ -58,6 +58,12 @@ declare const VProgressLinear: {
|
|
58
58
|
buffer: number;
|
59
59
|
}) => vue.VNodeChild) | undefined;
|
60
60
|
} | undefined;
|
61
|
+
$slots?: {
|
62
|
+
default?: ((args_0: {
|
63
|
+
value: number;
|
64
|
+
buffer: number;
|
65
|
+
}) => vue.VNodeChild) | undefined;
|
66
|
+
} | undefined;
|
61
67
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
62
68
|
[key: string]: any;
|
63
69
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -162,6 +168,13 @@ declare const VProgressLinear: {
|
|
162
168
|
value: number;
|
163
169
|
buffer: number;
|
164
170
|
}) => vue.VNodeChild) | undefined;
|
171
|
+
} & {
|
172
|
+
$slots?: {
|
173
|
+
default?: ((args_0: {
|
174
|
+
value: number;
|
175
|
+
buffer: number;
|
176
|
+
}) => vue.VNodeChild) | undefined;
|
177
|
+
} | undefined;
|
165
178
|
} & {
|
166
179
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
167
180
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
@@ -254,6 +267,13 @@ declare const VProgressLinear: {
|
|
254
267
|
value: number;
|
255
268
|
buffer: number;
|
256
269
|
}) => vue.VNodeChild) | undefined;
|
270
|
+
} & {
|
271
|
+
$slots?: {
|
272
|
+
default?: ((args_0: {
|
273
|
+
value: number;
|
274
|
+
buffer: number;
|
275
|
+
}) => vue.VNodeChild) | undefined;
|
276
|
+
} | undefined;
|
257
277
|
} & {
|
258
278
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
259
279
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
@@ -304,6 +324,13 @@ declare const VProgressLinear: {
|
|
304
324
|
value: number;
|
305
325
|
buffer: number;
|
306
326
|
}) => vue.VNodeChild) | undefined;
|
327
|
+
} & {
|
328
|
+
$slots?: {
|
329
|
+
default?: ((args_0: {
|
330
|
+
value: number;
|
331
|
+
buffer: number;
|
332
|
+
}) => vue.VNodeChild) | undefined;
|
333
|
+
} | undefined;
|
307
334
|
} & {
|
308
335
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
309
336
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|