@vuetify/nightly 3.7.12-master.2025-02-15 → 3.7.12-master.2025-02-18
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 +17 -3
- package/dist/json/attributes.json +3373 -3361
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +184 -184
- package/dist/json/tags.json +3 -0
- package/dist/json/web-types.json +6346 -6318
- package/dist/vuetify-labs.css +3661 -3656
- package/dist/vuetify-labs.d.ts +190 -139
- package/dist/vuetify-labs.esm.js +135 -72
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +134 -71
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3856 -3859
- package/dist/vuetify.d.ts +168 -156
- package/dist/vuetify.esm.js +36 -34
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +35 -33
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +16 -16
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +1 -1
- package/lib/blueprints/md1.d.mts +1 -1
- package/lib/blueprints/md2.d.mts +1 -1
- package/lib/blueprints/md3.d.mts +1 -1
- package/lib/components/VAlert/VAlert.mjs +1 -1
- package/lib/components/VAlert/index.d.mts +1 -1
- package/lib/components/VAppBar/VAppBar.mjs +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +1 -1
- package/lib/components/VAppBar/index.d.mts +5 -5
- package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
- package/lib/components/VAutocomplete/index.d.mts +4 -4
- package/lib/components/VAvatar/index.d.mts +1 -1
- package/lib/components/VBadge/VBadge.mjs +1 -1
- package/lib/components/VBadge/index.d.mts +1 -1
- package/lib/components/VBanner/VBanner.mjs +1 -1
- package/lib/components/VBanner/index.d.mts +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.css +1 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +1 -0
- package/lib/components/VBottomNavigation/index.d.mts +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +5 -5
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/index.d.mts +5 -5
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
- package/lib/components/VBtnToggle/index.d.mts +1 -1
- package/lib/components/VCard/VCard.mjs +1 -1
- package/lib/components/VCard/VCardItem.mjs +1 -1
- package/lib/components/VCard/VCardSubtitle.mjs +1 -1
- package/lib/components/VCard/VCardText.mjs +1 -1
- package/lib/components/VCard/index.d.mts +5 -5
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/index.d.mts +1 -1
- package/lib/components/VCheckbox/VCheckbox.mjs +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/index.d.mts +1 -1
- package/lib/components/VChip/VChip.mjs +1 -1
- package/lib/components/VChip/index.d.mts +5 -5
- package/lib/components/VChipGroup/VChipGroup.mjs +1 -1
- package/lib/components/VChipGroup/index.d.mts +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
- package/lib/components/VColorPicker/index.d.mts +10 -10
- package/lib/components/VCombobox/VCombobox.mjs +1 -1
- package/lib/components/VCombobox/index.d.mts +4 -4
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +5 -5
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -1
- package/lib/components/VConfirmEdit/index.d.mts +1 -1
- package/lib/components/VCounter/VCounter.mjs +1 -1
- package/lib/components/VDataIterator/index.d.mts +1 -1
- package/lib/components/VDataTable/VDataTable.mjs +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +12 -8
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
- package/lib/components/VDatePicker/index.d.mts +28 -16
- package/lib/components/VDialog/VDialog.mjs +1 -1
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
- package/lib/components/VDialog/index.d.mts +3 -3
- package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
- package/lib/components/VEmptyState/index.d.mts +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +1 -1
- package/lib/components/VFab/VFab.mjs +1 -1
- package/lib/components/VFab/index.d.mts +5 -5
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VFieldLabel.mjs +1 -1
- package/lib/components/VField/index.d.mts +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +2 -3
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +4 -4
- package/lib/components/VFooter/VFooter.mjs +1 -1
- package/lib/components/VGrid/VContainer.mjs +1 -1
- package/lib/components/VIcon/index.d.mts +1 -1
- package/lib/components/VImg/VImg.mjs +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
- package/lib/components/VInput/VInput.mjs +1 -1
- package/lib/components/VInput/index.d.mts +1 -1
- package/lib/components/VItemGroup/index.d.mts +1 -1
- package/lib/components/VLazy/VLazy.mjs +1 -1
- package/lib/components/VList/VList.mjs +1 -1
- package/lib/components/VList/VListChildren.mjs +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -1
- package/lib/components/VList/VListItem.mjs +1 -1
- package/lib/components/VList/VListItemAction.mjs +1 -1
- package/lib/components/VList/VListItemMedia.mjs +1 -1
- package/lib/components/VList/VListItemSubtitle.mjs +1 -1
- package/lib/components/VList/index.d.mts +5 -5
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/index.d.mts +3 -3
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +0 -4
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +3 -6
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +0 -5
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/index.d.mts +1 -1
- package/lib/components/VParallax/VParallax.mjs +1 -1
- package/lib/components/VRadio/VRadio.mjs +1 -1
- package/lib/components/VRadio/index.d.mts +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
- package/lib/components/VRadioGroup/index.d.mts +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
- package/lib/components/VRating/VRating.mjs +1 -1
- package/lib/components/VRating/index.d.mts +1 -1
- package/lib/components/VSelect/VSelect.mjs +1 -1
- package/lib/components/VSelect/index.d.mts +4 -4
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
- package/lib/components/VSelectionControl/index.d.mts +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +1 -1
- package/lib/components/VSheet/VSheet.mjs +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
- package/lib/components/VSlideGroup/index.d.mts +1 -1
- package/lib/components/VSlider/VSlider.mjs +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
- package/lib/components/VSnackbar/index.d.mts +3 -3
- package/lib/components/VSparkline/VBarline.mjs +1 -2
- package/lib/components/VSparkline/VBarline.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs +1 -1
- package/lib/components/VSparkline/VTrendline.mjs +1 -2
- package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VStepper/VStepper.mjs +1 -1
- package/lib/components/VStepper/VStepperItem.mjs +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
- package/lib/components/VStepper/index.d.mts +1 -1
- package/lib/components/VSwitch/VSwitch.mjs +1 -1
- package/lib/components/VSwitch/index.d.mts +1 -1
- package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
- package/lib/components/VTabs/VTab.mjs +1 -1
- package/lib/components/VTabs/VTabs.mjs +1 -1
- package/lib/components/VTabs/VTabsWindow.mjs +1 -1
- package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
- package/lib/components/VTabs/index.d.mts +20 -20
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/index.d.mts +7 -7
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/index.d.mts +4 -4
- package/lib/components/VTimeline/VTimeline.mjs +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
- package/lib/components/VTimeline/index.d.mts +1 -1
- package/lib/components/VToolbar/VToolbar.mjs +1 -1
- package/lib/components/VTooltip/VTooltip.mjs +1 -1
- package/lib/components/VTooltip/index.d.mts +3 -3
- package/lib/components/VValidation/index.d.mts +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +1 -1
- package/lib/components/VWindow/VWindow.mjs +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +1 -1
- package/lib/components/VWindow/index.d.mts +1 -1
- package/lib/components/index.d.mts +109 -97
- package/lib/components/transitions/dialog-transition.mjs +1 -2
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/composables/calendar.mjs +4 -1
- package/lib/composables/calendar.mjs.map +1 -1
- package/lib/composables/icons.mjs +1 -1
- package/lib/composables/variant.mjs +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/iconsets/fa-svg.d.mts +1 -1
- package/lib/iconsets/fa.d.mts +1 -1
- package/lib/iconsets/fa4.d.mts +1 -1
- package/lib/iconsets/md.d.mts +1 -1
- package/lib/iconsets/mdi-svg.d.mts +1 -1
- package/lib/iconsets/mdi.d.mts +1 -1
- package/lib/index.d.mts +60 -60
- package/lib/labs/VCalendar/VCalendar.mjs +1 -1
- package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
- package/lib/labs/VCalendar/index.d.mts +8 -2
- package/lib/labs/VDateInput/VDateInput.mjs +4 -3
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +8 -2
- package/lib/labs/VFileUpload/VFileUpload.mjs +1 -1
- package/lib/labs/VFileUpload/VFileUploadItem.mjs +1 -1
- package/lib/labs/VFileUpload/index.d.mts +5 -5
- package/lib/labs/VNumberInput/VNumberInput.css +10 -2
- package/lib/labs/VNumberInput/VNumberInput.mjs +94 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/VNumberInput.sass +12 -2
- package/lib/labs/VNumberInput/index.d.mts +59 -32
- package/lib/labs/VPicker/VPicker.mjs +1 -1
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
- package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -1
- package/lib/labs/VStepperVertical/index.d.mts +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +1 -1
- package/lib/labs/VTreeview/index.d.mts +5 -5
- package/lib/labs/components.d.mts +85 -46
- package/lib/locale/adapters/vue-i18n.mjs +0 -1
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/package.json +16 -15
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
|
-
import { Ref, DeepReadonly, ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, ComponentPublicInstance, PropType, DirectiveBinding, FunctionalComponent, ComponentInternalInstance, ComputedRef, Component, EffectScope, nextTick,
|
2
|
+
import { Ref, DeepReadonly, ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, ComponentPublicInstance, PropType, DirectiveBinding, FunctionalComponent, ComponentInternalInstance, ComputedRef, Component, EffectScope, nextTick, WritableComputedRef, CSSProperties, UnwrapRef, Prop, InjectionKey } from 'vue';
|
3
3
|
// @ts-ignore
|
4
4
|
import * as vue_router from 'vue-router';
|
5
5
|
// @ts-ignore
|
@@ -1464,7 +1464,7 @@ declare const VAppBarNavIcon: {
|
|
1464
1464
|
text?: string | undefined;
|
1465
1465
|
class?: any;
|
1466
1466
|
theme?: string | undefined;
|
1467
|
-
to?: vue_router.
|
1467
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
1468
1468
|
href?: string | undefined;
|
1469
1469
|
elevation?: string | number | undefined;
|
1470
1470
|
rounded?: string | number | boolean | undefined;
|
@@ -1528,7 +1528,7 @@ declare const VAppBarNavIcon: {
|
|
1528
1528
|
text?: string | undefined;
|
1529
1529
|
class?: any;
|
1530
1530
|
theme?: string | undefined;
|
1531
|
-
to?: vue_router.
|
1531
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
1532
1532
|
href?: string | undefined;
|
1533
1533
|
elevation?: string | number | undefined;
|
1534
1534
|
rounded?: string | number | boolean | undefined;
|
@@ -1626,7 +1626,7 @@ declare const VAppBarNavIcon: {
|
|
1626
1626
|
text?: string | undefined;
|
1627
1627
|
class?: any;
|
1628
1628
|
theme?: string | undefined;
|
1629
|
-
to?: vue_router.
|
1629
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
1630
1630
|
href?: string | undefined;
|
1631
1631
|
elevation?: string | number | undefined;
|
1632
1632
|
rounded?: string | number | boolean | undefined;
|
@@ -1716,7 +1716,7 @@ declare const VAppBarNavIcon: {
|
|
1716
1716
|
text?: string | undefined;
|
1717
1717
|
class?: any;
|
1718
1718
|
theme?: string | undefined;
|
1719
|
-
to?: vue_router.
|
1719
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
1720
1720
|
href?: string | undefined;
|
1721
1721
|
elevation?: string | number | undefined;
|
1722
1722
|
rounded?: string | number | boolean | undefined;
|
@@ -3793,7 +3793,7 @@ declare const VListItem: {
|
|
3793
3793
|
title?: string | number | undefined;
|
3794
3794
|
class?: any;
|
3795
3795
|
theme?: string | undefined;
|
3796
|
-
to?: vue_router.
|
3796
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
3797
3797
|
lines?: false | "one" | "two" | "three" | undefined;
|
3798
3798
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
3799
3799
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -3890,7 +3890,7 @@ declare const VListItem: {
|
|
3890
3890
|
title?: string | number | undefined;
|
3891
3891
|
class?: any;
|
3892
3892
|
theme?: string | undefined;
|
3893
|
-
to?: vue_router.
|
3893
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
3894
3894
|
lines?: false | "one" | "two" | "three" | undefined;
|
3895
3895
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
3896
3896
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -3987,7 +3987,7 @@ declare const VListItem: {
|
|
3987
3987
|
title?: string | number | undefined;
|
3988
3988
|
class?: any;
|
3989
3989
|
theme?: string | undefined;
|
3990
|
-
to?: vue_router.
|
3990
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
3991
3991
|
lines?: false | "one" | "two" | "three" | undefined;
|
3992
3992
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
3993
3993
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -4103,7 +4103,7 @@ declare const VListItem: {
|
|
4103
4103
|
title?: string | number | undefined;
|
4104
4104
|
class?: any;
|
4105
4105
|
theme?: string | undefined;
|
4106
|
-
to?: vue_router.
|
4106
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
4107
4107
|
lines?: false | "one" | "two" | "three" | undefined;
|
4108
4108
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
4109
4109
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -6451,7 +6451,7 @@ declare const VMenu: {
|
|
6451
6451
|
};
|
6452
6452
|
$forceUpdate: () => void;
|
6453
6453
|
$nextTick: typeof nextTick;
|
6454
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
6454
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
6455
6455
|
} & Omit<{
|
6456
6456
|
absolute: boolean;
|
6457
6457
|
location: Anchor;
|
@@ -7132,7 +7132,7 @@ declare const VMenu: {
|
|
7132
7132
|
};
|
7133
7133
|
$forceUpdate: () => void;
|
7134
7134
|
$nextTick: typeof nextTick;
|
7135
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
7135
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
7136
7136
|
} & Omit<{
|
7137
7137
|
absolute: boolean;
|
7138
7138
|
location: Anchor;
|
@@ -7718,7 +7718,7 @@ declare const VMenu: {
|
|
7718
7718
|
};
|
7719
7719
|
$forceUpdate: () => void;
|
7720
7720
|
$nextTick: typeof nextTick;
|
7721
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
7721
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
7722
7722
|
} & Omit<{
|
7723
7723
|
absolute: boolean;
|
7724
7724
|
location: Anchor;
|
@@ -13111,7 +13111,7 @@ declare const VBreadcrumbsItem: {
|
|
13111
13111
|
color?: string | undefined;
|
13112
13112
|
title?: string | undefined;
|
13113
13113
|
class?: any;
|
13114
|
-
to?: vue_router.
|
13114
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
13115
13115
|
href?: string | undefined;
|
13116
13116
|
activeColor?: string | undefined;
|
13117
13117
|
activeClass?: string | undefined;
|
@@ -13135,7 +13135,7 @@ declare const VBreadcrumbsItem: {
|
|
13135
13135
|
color?: string | undefined;
|
13136
13136
|
title?: string | undefined;
|
13137
13137
|
class?: any;
|
13138
|
-
to?: vue_router.
|
13138
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
13139
13139
|
href?: string | undefined;
|
13140
13140
|
activeColor?: string | undefined;
|
13141
13141
|
activeClass?: string | undefined;
|
@@ -13175,7 +13175,7 @@ declare const VBreadcrumbsItem: {
|
|
13175
13175
|
color?: string | undefined;
|
13176
13176
|
title?: string | undefined;
|
13177
13177
|
class?: any;
|
13178
|
-
to?: vue_router.
|
13178
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
13179
13179
|
href?: string | undefined;
|
13180
13180
|
activeColor?: string | undefined;
|
13181
13181
|
activeClass?: string | undefined;
|
@@ -13210,7 +13210,7 @@ declare const VBreadcrumbsItem: {
|
|
13210
13210
|
color?: string | undefined;
|
13211
13211
|
title?: string | undefined;
|
13212
13212
|
class?: any;
|
13213
|
-
to?: vue_router.
|
13213
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
13214
13214
|
href?: string | undefined;
|
13215
13215
|
activeColor?: string | undefined;
|
13216
13216
|
activeClass?: string | undefined;
|
@@ -13413,7 +13413,7 @@ declare const VBtn: {
|
|
13413
13413
|
text?: string | undefined;
|
13414
13414
|
class?: any;
|
13415
13415
|
theme?: string | undefined;
|
13416
|
-
to?: vue_router.
|
13416
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
13417
13417
|
icon?: boolean | IconValue | undefined;
|
13418
13418
|
href?: string | undefined;
|
13419
13419
|
elevation?: string | number | undefined;
|
@@ -13487,7 +13487,7 @@ declare const VBtn: {
|
|
13487
13487
|
text?: string | undefined;
|
13488
13488
|
class?: any;
|
13489
13489
|
theme?: string | undefined;
|
13490
|
-
to?: vue_router.
|
13490
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
13491
13491
|
icon?: boolean | IconValue | undefined;
|
13492
13492
|
href?: string | undefined;
|
13493
13493
|
elevation?: string | number | undefined;
|
@@ -13588,7 +13588,7 @@ declare const VBtn: {
|
|
13588
13588
|
text?: string | undefined;
|
13589
13589
|
class?: any;
|
13590
13590
|
theme?: string | undefined;
|
13591
|
-
to?: vue_router.
|
13591
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
13592
13592
|
icon?: boolean | IconValue | undefined;
|
13593
13593
|
href?: string | undefined;
|
13594
13594
|
elevation?: string | number | undefined;
|
@@ -13683,7 +13683,7 @@ declare const VBtn: {
|
|
13683
13683
|
text?: string | undefined;
|
13684
13684
|
class?: any;
|
13685
13685
|
theme?: string | undefined;
|
13686
|
-
to?: vue_router.
|
13686
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
13687
13687
|
icon?: boolean | IconValue | undefined;
|
13688
13688
|
href?: string | undefined;
|
13689
13689
|
elevation?: string | number | undefined;
|
@@ -14596,7 +14596,7 @@ declare const VCard: {
|
|
14596
14596
|
text?: string | number | undefined;
|
14597
14597
|
class?: any;
|
14598
14598
|
theme?: string | undefined;
|
14599
|
-
to?: vue_router.
|
14599
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
14600
14600
|
href?: string | undefined;
|
14601
14601
|
elevation?: string | number | undefined;
|
14602
14602
|
rounded?: string | number | boolean | undefined;
|
@@ -14673,7 +14673,7 @@ declare const VCard: {
|
|
14673
14673
|
text?: string | number | undefined;
|
14674
14674
|
class?: any;
|
14675
14675
|
theme?: string | undefined;
|
14676
|
-
to?: vue_router.
|
14676
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
14677
14677
|
href?: string | undefined;
|
14678
14678
|
elevation?: string | number | undefined;
|
14679
14679
|
rounded?: string | number | boolean | undefined;
|
@@ -14784,7 +14784,7 @@ declare const VCard: {
|
|
14784
14784
|
text?: string | number | undefined;
|
14785
14785
|
class?: any;
|
14786
14786
|
theme?: string | undefined;
|
14787
|
-
to?: vue_router.
|
14787
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
14788
14788
|
href?: string | undefined;
|
14789
14789
|
elevation?: string | number | undefined;
|
14790
14790
|
rounded?: string | number | boolean | undefined;
|
@@ -14881,7 +14881,7 @@ declare const VCard: {
|
|
14881
14881
|
text?: string | number | undefined;
|
14882
14882
|
class?: any;
|
14883
14883
|
theme?: string | undefined;
|
14884
|
-
to?: vue_router.
|
14884
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
14885
14885
|
href?: string | undefined;
|
14886
14886
|
elevation?: string | number | undefined;
|
14887
14887
|
rounded?: string | number | boolean | undefined;
|
@@ -18465,7 +18465,7 @@ declare const VChip: {
|
|
18465
18465
|
text?: string | undefined;
|
18466
18466
|
class?: any;
|
18467
18467
|
theme?: string | undefined;
|
18468
|
-
to?: vue_router.
|
18468
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
18469
18469
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
18470
18470
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
18471
18471
|
href?: string | undefined;
|
@@ -18573,7 +18573,7 @@ declare const VChip: {
|
|
18573
18573
|
text?: string | undefined;
|
18574
18574
|
class?: any;
|
18575
18575
|
theme?: string | undefined;
|
18576
|
-
to?: vue_router.
|
18576
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
18577
18577
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
18578
18578
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
18579
18579
|
href?: string | undefined;
|
@@ -18719,7 +18719,7 @@ declare const VChip: {
|
|
18719
18719
|
text?: string | undefined;
|
18720
18720
|
class?: any;
|
18721
18721
|
theme?: string | undefined;
|
18722
|
-
to?: vue_router.
|
18722
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
18723
18723
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
18724
18724
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
18725
18725
|
href?: string | undefined;
|
@@ -18848,7 +18848,7 @@ declare const VChip: {
|
|
18848
18848
|
text?: string | undefined;
|
18849
18849
|
class?: any;
|
18850
18850
|
theme?: string | undefined;
|
18851
|
-
to?: vue_router.
|
18851
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
18852
18852
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
18853
18853
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
18854
18854
|
href?: string | undefined;
|
@@ -19709,7 +19709,7 @@ declare const VColorPicker: {
|
|
19709
19709
|
};
|
19710
19710
|
}>> & {
|
19711
19711
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
19712
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
19712
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
19713
19713
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
19714
19714
|
'update:modelValue': (color: any) => true;
|
19715
19715
|
'update:mode': (mode: keyof typeof modes) => true;
|
@@ -19776,17 +19776,17 @@ declare const VColorPicker: {
|
|
19776
19776
|
};
|
19777
19777
|
}>> & {
|
19778
19778
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
19779
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
19779
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
19780
19780
|
}, {
|
19781
19781
|
width: string | number;
|
19782
19782
|
style: vue.StyleValue;
|
19783
19783
|
disabled: boolean;
|
19784
19784
|
tag: string;
|
19785
|
-
mode: "rgb" | "hex" | "
|
19785
|
+
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
19786
19786
|
rounded: string | number | boolean;
|
19787
19787
|
tile: boolean;
|
19788
19788
|
dotSize: string | number;
|
19789
|
-
modes: readonly ("rgb" | "hex" | "
|
19789
|
+
modes: readonly ("rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa")[];
|
19790
19790
|
canvasHeight: string | number;
|
19791
19791
|
hideCanvas: boolean;
|
19792
19792
|
hideSliders: boolean;
|
@@ -19863,17 +19863,17 @@ declare const VColorPicker: {
|
|
19863
19863
|
};
|
19864
19864
|
}>> & {
|
19865
19865
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
19866
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
19866
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
19867
19867
|
}, {}, {}, {}, {}, {
|
19868
19868
|
width: string | number;
|
19869
19869
|
style: vue.StyleValue;
|
19870
19870
|
disabled: boolean;
|
19871
19871
|
tag: string;
|
19872
|
-
mode: "rgb" | "hex" | "
|
19872
|
+
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
19873
19873
|
rounded: string | number | boolean;
|
19874
19874
|
tile: boolean;
|
19875
19875
|
dotSize: string | number;
|
19876
|
-
modes: readonly ("rgb" | "hex" | "
|
19876
|
+
modes: readonly ("rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa")[];
|
19877
19877
|
canvasHeight: string | number;
|
19878
19878
|
hideCanvas: boolean;
|
19879
19879
|
hideSliders: boolean;
|
@@ -19947,7 +19947,7 @@ declare const VColorPicker: {
|
|
19947
19947
|
};
|
19948
19948
|
}>> & {
|
19949
19949
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
19950
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
19950
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
19951
19951
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
19952
19952
|
'update:modelValue': (color: any) => true;
|
19953
19953
|
'update:mode': (mode: keyof typeof modes) => true;
|
@@ -19956,11 +19956,11 @@ declare const VColorPicker: {
|
|
19956
19956
|
style: vue.StyleValue;
|
19957
19957
|
disabled: boolean;
|
19958
19958
|
tag: string;
|
19959
|
-
mode: "rgb" | "hex" | "
|
19959
|
+
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
19960
19960
|
rounded: string | number | boolean;
|
19961
19961
|
tile: boolean;
|
19962
19962
|
dotSize: string | number;
|
19963
|
-
modes: readonly ("rgb" | "hex" | "
|
19963
|
+
modes: readonly ("rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa")[];
|
19964
19964
|
canvasHeight: string | number;
|
19965
19965
|
hideCanvas: boolean;
|
19966
19966
|
hideSliders: boolean;
|
@@ -27732,7 +27732,10 @@ declare const VDatePicker: {
|
|
27732
27732
|
max: vue.PropType<unknown>;
|
27733
27733
|
min: vue.PropType<unknown>;
|
27734
27734
|
year: NumberConstructor;
|
27735
|
-
disabled:
|
27735
|
+
disabled: {
|
27736
|
+
type: BooleanConstructor;
|
27737
|
+
default: null;
|
27738
|
+
};
|
27736
27739
|
month: (StringConstructor | NumberConstructor)[];
|
27737
27740
|
showAdjacentMonths: BooleanConstructor;
|
27738
27741
|
weekdays: {
|
@@ -27843,7 +27846,10 @@ declare const VDatePicker: {
|
|
27843
27846
|
max: vue.PropType<unknown>;
|
27844
27847
|
min: vue.PropType<unknown>;
|
27845
27848
|
year: NumberConstructor;
|
27846
|
-
disabled:
|
27849
|
+
disabled: {
|
27850
|
+
type: BooleanConstructor;
|
27851
|
+
default: null;
|
27852
|
+
};
|
27847
27853
|
month: (StringConstructor | NumberConstructor)[];
|
27848
27854
|
showAdjacentMonths: BooleanConstructor;
|
27849
27855
|
weekdays: {
|
@@ -27915,7 +27921,7 @@ type VDatePicker = InstanceType<typeof VDatePicker>;
|
|
27915
27921
|
|
27916
27922
|
declare const VDatePickerControls: {
|
27917
27923
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
27918
|
-
disabled: string | boolean | string[];
|
27924
|
+
disabled: string | boolean | string[] | null;
|
27919
27925
|
nextIcon: IconValue;
|
27920
27926
|
prevIcon: IconValue;
|
27921
27927
|
modeIcon: IconValue;
|
@@ -27945,7 +27951,7 @@ declare const VDatePickerControls: {
|
|
27945
27951
|
'click:next': () => true;
|
27946
27952
|
'click:text': () => true;
|
27947
27953
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
27948
|
-
disabled: string | boolean | string[];
|
27954
|
+
disabled: string | boolean | string[] | null;
|
27949
27955
|
nextIcon: IconValue;
|
27950
27956
|
prevIcon: IconValue;
|
27951
27957
|
modeIcon: IconValue;
|
@@ -27970,7 +27976,7 @@ declare const VDatePickerControls: {
|
|
27970
27976
|
"onClick:text"?: (() => any) | undefined;
|
27971
27977
|
}, {
|
27972
27978
|
active: string | string[];
|
27973
|
-
disabled: string | boolean | string[];
|
27979
|
+
disabled: string | boolean | string[] | null;
|
27974
27980
|
nextIcon: IconValue;
|
27975
27981
|
prevIcon: IconValue;
|
27976
27982
|
modeIcon: IconValue;
|
@@ -27985,7 +27991,7 @@ declare const VDatePickerControls: {
|
|
27985
27991
|
M: {};
|
27986
27992
|
Defaults: {};
|
27987
27993
|
}, {
|
27988
|
-
disabled: string | boolean | string[];
|
27994
|
+
disabled: string | boolean | string[] | null;
|
27989
27995
|
nextIcon: IconValue;
|
27990
27996
|
prevIcon: IconValue;
|
27991
27997
|
modeIcon: IconValue;
|
@@ -28010,7 +28016,7 @@ declare const VDatePickerControls: {
|
|
28010
28016
|
"onClick:text"?: (() => any) | undefined;
|
28011
28017
|
}, {}, {}, {}, {}, {
|
28012
28018
|
active: string | string[];
|
28013
|
-
disabled: string | boolean | string[];
|
28019
|
+
disabled: string | boolean | string[] | null;
|
28014
28020
|
nextIcon: IconValue;
|
28015
28021
|
prevIcon: IconValue;
|
28016
28022
|
modeIcon: IconValue;
|
@@ -28020,7 +28026,7 @@ declare const VDatePickerControls: {
|
|
28020
28026
|
__isTeleport?: never;
|
28021
28027
|
__isSuspense?: never;
|
28022
28028
|
} & vue.ComponentOptionsBase<{
|
28023
|
-
disabled: string | boolean | string[];
|
28029
|
+
disabled: string | boolean | string[] | null;
|
28024
28030
|
nextIcon: IconValue;
|
28025
28031
|
prevIcon: IconValue;
|
28026
28032
|
modeIcon: IconValue;
|
@@ -28051,7 +28057,7 @@ declare const VDatePickerControls: {
|
|
28051
28057
|
'click:text': () => true;
|
28052
28058
|
}, string, {
|
28053
28059
|
active: string | string[];
|
28054
|
-
disabled: string | boolean | string[];
|
28060
|
+
disabled: string | boolean | string[] | null;
|
28055
28061
|
nextIcon: IconValue;
|
28056
28062
|
prevIcon: IconValue;
|
28057
28063
|
modeIcon: IconValue;
|
@@ -28064,8 +28070,8 @@ declare const VDatePickerControls: {
|
|
28064
28070
|
default: undefined;
|
28065
28071
|
};
|
28066
28072
|
disabled: {
|
28067
|
-
type: PropType<boolean | string | string[]>;
|
28068
|
-
default:
|
28073
|
+
type: PropType<boolean | string | string[] | null>;
|
28074
|
+
default: null;
|
28069
28075
|
};
|
28070
28076
|
nextIcon: {
|
28071
28077
|
type: PropType<IconValue>;
|
@@ -28090,8 +28096,8 @@ declare const VDatePickerControls: {
|
|
28090
28096
|
default: undefined;
|
28091
28097
|
};
|
28092
28098
|
disabled: {
|
28093
|
-
type: PropType<boolean | string | string[]>;
|
28094
|
-
default:
|
28099
|
+
type: PropType<boolean | string | string[] | null>;
|
28100
|
+
default: null;
|
28095
28101
|
};
|
28096
28102
|
nextIcon: {
|
28097
28103
|
type: PropType<IconValue>;
|
@@ -28516,7 +28522,10 @@ declare const VDatePickerMonth: {
|
|
28516
28522
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
28517
28523
|
max: PropType<unknown>;
|
28518
28524
|
min: PropType<unknown>;
|
28519
|
-
disabled:
|
28525
|
+
disabled: {
|
28526
|
+
type: BooleanConstructor;
|
28527
|
+
default: null;
|
28528
|
+
};
|
28520
28529
|
month: (StringConstructor | NumberConstructor)[];
|
28521
28530
|
year: (StringConstructor | NumberConstructor)[];
|
28522
28531
|
modelValue: PropType<unknown[]>;
|
@@ -28561,7 +28570,10 @@ declare const VDatePickerMonth: {
|
|
28561
28570
|
}, vue.ExtractPropTypes<{
|
28562
28571
|
max: PropType<unknown>;
|
28563
28572
|
min: PropType<unknown>;
|
28564
|
-
disabled:
|
28573
|
+
disabled: {
|
28574
|
+
type: BooleanConstructor;
|
28575
|
+
default: null;
|
28576
|
+
};
|
28565
28577
|
month: (StringConstructor | NumberConstructor)[];
|
28566
28578
|
year: (StringConstructor | NumberConstructor)[];
|
28567
28579
|
modelValue: PropType<unknown[]>;
|
@@ -29698,7 +29710,7 @@ declare const VDialog: {
|
|
29698
29710
|
};
|
29699
29711
|
$forceUpdate: () => void;
|
29700
29712
|
$nextTick: typeof nextTick;
|
29701
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
29713
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
29702
29714
|
} & Omit<{
|
29703
29715
|
absolute: boolean;
|
29704
29716
|
location: Anchor;
|
@@ -30384,7 +30396,7 @@ declare const VDialog: {
|
|
30384
30396
|
};
|
30385
30397
|
$forceUpdate: () => void;
|
30386
30398
|
$nextTick: typeof nextTick;
|
30387
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
30399
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
30388
30400
|
} & Omit<{
|
30389
30401
|
absolute: boolean;
|
30390
30402
|
location: Anchor;
|
@@ -30969,7 +30981,7 @@ declare const VDialog: {
|
|
30969
30981
|
};
|
30970
30982
|
$forceUpdate: () => void;
|
30971
30983
|
$nextTick: typeof nextTick;
|
30972
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
30984
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
30973
30985
|
} & Omit<{
|
30974
30986
|
absolute: boolean;
|
30975
30987
|
location: Anchor;
|
@@ -32991,7 +33003,7 @@ declare const VFab: {
|
|
32991
33003
|
text?: string | undefined;
|
32992
33004
|
class?: any;
|
32993
33005
|
theme?: string | undefined;
|
32994
|
-
to?: vue_router.
|
33006
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
32995
33007
|
icon?: boolean | IconValue | undefined;
|
32996
33008
|
href?: string | undefined;
|
32997
33009
|
elevation?: string | number | undefined;
|
@@ -33062,7 +33074,7 @@ declare const VFab: {
|
|
33062
33074
|
text?: string | undefined;
|
33063
33075
|
class?: any;
|
33064
33076
|
theme?: string | undefined;
|
33065
|
-
to?: vue_router.
|
33077
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
33066
33078
|
icon?: boolean | IconValue | undefined;
|
33067
33079
|
href?: string | undefined;
|
33068
33080
|
elevation?: string | number | undefined;
|
@@ -33172,7 +33184,7 @@ declare const VFab: {
|
|
33172
33184
|
text?: string | undefined;
|
33173
33185
|
class?: any;
|
33174
33186
|
theme?: string | undefined;
|
33175
|
-
to?: vue_router.
|
33187
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
33176
33188
|
icon?: boolean | IconValue | undefined;
|
33177
33189
|
href?: string | undefined;
|
33178
33190
|
elevation?: string | number | undefined;
|
@@ -33277,7 +33289,7 @@ declare const VFab: {
|
|
33277
33289
|
text?: string | undefined;
|
33278
33290
|
class?: any;
|
33279
33291
|
theme?: string | undefined;
|
33280
|
-
to?: vue_router.
|
33292
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
33281
33293
|
icon?: boolean | IconValue | undefined;
|
33282
33294
|
href?: string | undefined;
|
33283
33295
|
elevation?: string | number | undefined;
|
@@ -33989,7 +34001,7 @@ declare const VFileInput: {
|
|
33989
34001
|
};
|
33990
34002
|
$forceUpdate: () => void;
|
33991
34003
|
$nextTick: typeof nextTick;
|
33992
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
34004
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
33993
34005
|
} & Omit<{
|
33994
34006
|
error: boolean;
|
33995
34007
|
direction: "horizontal" | "vertical";
|
@@ -34561,7 +34573,7 @@ declare const VFileInput: {
|
|
34561
34573
|
};
|
34562
34574
|
$forceUpdate: () => void;
|
34563
34575
|
$nextTick: typeof nextTick;
|
34564
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
34576
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
34565
34577
|
} & Omit<{
|
34566
34578
|
error: boolean;
|
34567
34579
|
direction: "horizontal" | "vertical";
|
@@ -34968,7 +34980,7 @@ declare const VFileInput: {
|
|
34968
34980
|
};
|
34969
34981
|
$forceUpdate: () => void;
|
34970
34982
|
$nextTick: typeof nextTick;
|
34971
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
34983
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
34972
34984
|
} & Omit<{
|
34973
34985
|
error: boolean;
|
34974
34986
|
direction: "horizontal" | "vertical";
|
@@ -49165,7 +49177,7 @@ declare const VSnackbar: {
|
|
49165
49177
|
};
|
49166
49178
|
$forceUpdate: () => void;
|
49167
49179
|
$nextTick: typeof nextTick;
|
49168
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
49180
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
49169
49181
|
} & Omit<{
|
49170
49182
|
absolute: boolean;
|
49171
49183
|
location: Anchor;
|
@@ -49847,7 +49859,7 @@ declare const VSnackbar: {
|
|
49847
49859
|
};
|
49848
49860
|
$forceUpdate: () => void;
|
49849
49861
|
$nextTick: typeof nextTick;
|
49850
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
49862
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
49851
49863
|
} & Omit<{
|
49852
49864
|
absolute: boolean;
|
49853
49865
|
location: Anchor;
|
@@ -50429,7 +50441,7 @@ declare const VSnackbar: {
|
|
50429
50441
|
};
|
50430
50442
|
$forceUpdate: () => void;
|
50431
50443
|
$nextTick: typeof nextTick;
|
50432
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
50444
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
50433
50445
|
} & Omit<{
|
50434
50446
|
absolute: boolean;
|
50435
50447
|
location: Anchor;
|
@@ -54323,7 +54335,7 @@ declare const VTab: {
|
|
54323
54335
|
text?: string | undefined;
|
54324
54336
|
class?: any;
|
54325
54337
|
theme?: string | undefined;
|
54326
|
-
to?: vue_router.
|
54338
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
54327
54339
|
icon?: boolean | IconValue | undefined;
|
54328
54340
|
href?: string | undefined;
|
54329
54341
|
elevation?: string | number | undefined;
|
@@ -54410,7 +54422,7 @@ declare const VTab: {
|
|
54410
54422
|
text?: string | undefined;
|
54411
54423
|
class?: any;
|
54412
54424
|
theme?: string | undefined;
|
54413
|
-
to?: vue_router.
|
54425
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
54414
54426
|
icon?: boolean | IconValue | undefined;
|
54415
54427
|
href?: string | undefined;
|
54416
54428
|
elevation?: string | number | undefined;
|
@@ -54475,7 +54487,7 @@ declare const VTab: {
|
|
54475
54487
|
text?: string | undefined;
|
54476
54488
|
class?: any;
|
54477
54489
|
theme?: string | undefined;
|
54478
|
-
to?: vue_router.
|
54490
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
54479
54491
|
icon?: boolean | IconValue | undefined;
|
54480
54492
|
href?: string | undefined;
|
54481
54493
|
elevation?: string | number | undefined;
|
@@ -54562,7 +54574,7 @@ declare const VTab: {
|
|
54562
54574
|
text?: string | undefined;
|
54563
54575
|
class?: any;
|
54564
54576
|
theme?: string | undefined;
|
54565
|
-
to?: vue_router.
|
54577
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
54566
54578
|
icon?: boolean | IconValue | undefined;
|
54567
54579
|
href?: string | undefined;
|
54568
54580
|
elevation?: string | number | undefined;
|
@@ -54645,7 +54657,7 @@ declare const VTab: {
|
|
54645
54657
|
};
|
54646
54658
|
$forceUpdate: () => void;
|
54647
54659
|
$nextTick: typeof vue.nextTick;
|
54648
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
54660
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
54649
54661
|
} & Omit<{
|
54650
54662
|
symbol: any;
|
54651
54663
|
replace: boolean;
|
@@ -54682,7 +54694,7 @@ declare const VTab: {
|
|
54682
54694
|
text?: string | undefined;
|
54683
54695
|
class?: any;
|
54684
54696
|
theme?: string | undefined;
|
54685
|
-
to?: vue_router.
|
54697
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
54686
54698
|
icon?: boolean | IconValue | undefined;
|
54687
54699
|
href?: string | undefined;
|
54688
54700
|
elevation?: string | number | undefined;
|
@@ -54754,7 +54766,7 @@ declare const VTab: {
|
|
54754
54766
|
text?: string | undefined;
|
54755
54767
|
class?: any;
|
54756
54768
|
theme?: string | undefined;
|
54757
|
-
to?: vue_router.
|
54769
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
54758
54770
|
icon?: boolean | IconValue | undefined;
|
54759
54771
|
href?: string | undefined;
|
54760
54772
|
elevation?: string | number | undefined;
|
@@ -54849,7 +54861,7 @@ declare const VTab: {
|
|
54849
54861
|
text?: string | undefined;
|
54850
54862
|
class?: any;
|
54851
54863
|
theme?: string | undefined;
|
54852
|
-
to?: vue_router.
|
54864
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
54853
54865
|
icon?: boolean | IconValue | undefined;
|
54854
54866
|
href?: string | undefined;
|
54855
54867
|
elevation?: string | number | undefined;
|
@@ -54936,7 +54948,7 @@ declare const VTab: {
|
|
54936
54948
|
text?: string | undefined;
|
54937
54949
|
class?: any;
|
54938
54950
|
theme?: string | undefined;
|
54939
|
-
to?: vue_router.
|
54951
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
54940
54952
|
icon?: boolean | IconValue | undefined;
|
54941
54953
|
href?: string | undefined;
|
54942
54954
|
elevation?: string | number | undefined;
|
@@ -55001,7 +55013,7 @@ declare const VTab: {
|
|
55001
55013
|
text?: string | undefined;
|
55002
55014
|
class?: any;
|
55003
55015
|
theme?: string | undefined;
|
55004
|
-
to?: vue_router.
|
55016
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
55005
55017
|
icon?: boolean | IconValue | undefined;
|
55006
55018
|
href?: string | undefined;
|
55007
55019
|
elevation?: string | number | undefined;
|
@@ -55088,7 +55100,7 @@ declare const VTab: {
|
|
55088
55100
|
text?: string | undefined;
|
55089
55101
|
class?: any;
|
55090
55102
|
theme?: string | undefined;
|
55091
|
-
to?: vue_router.
|
55103
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
55092
55104
|
icon?: boolean | IconValue | undefined;
|
55093
55105
|
href?: string | undefined;
|
55094
55106
|
elevation?: string | number | undefined;
|
@@ -55171,7 +55183,7 @@ declare const VTab: {
|
|
55171
55183
|
};
|
55172
55184
|
$forceUpdate: () => void;
|
55173
55185
|
$nextTick: typeof vue.nextTick;
|
55174
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
55186
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
55175
55187
|
} & Omit<{
|
55176
55188
|
symbol: any;
|
55177
55189
|
replace: boolean;
|
@@ -55208,7 +55220,7 @@ declare const VTab: {
|
|
55208
55220
|
text?: string | undefined;
|
55209
55221
|
class?: any;
|
55210
55222
|
theme?: string | undefined;
|
55211
|
-
to?: vue_router.
|
55223
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
55212
55224
|
icon?: boolean | IconValue | undefined;
|
55213
55225
|
href?: string | undefined;
|
55214
55226
|
elevation?: string | number | undefined;
|
@@ -55305,7 +55317,7 @@ declare const VTab: {
|
|
55305
55317
|
text?: string | undefined;
|
55306
55318
|
class?: any;
|
55307
55319
|
theme?: string | undefined;
|
55308
|
-
to?: vue_router.
|
55320
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
55309
55321
|
icon?: boolean | IconValue | undefined;
|
55310
55322
|
href?: string | undefined;
|
55311
55323
|
elevation?: string | number | undefined;
|
@@ -55392,7 +55404,7 @@ declare const VTab: {
|
|
55392
55404
|
text?: string | undefined;
|
55393
55405
|
class?: any;
|
55394
55406
|
theme?: string | undefined;
|
55395
|
-
to?: vue_router.
|
55407
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
55396
55408
|
icon?: boolean | IconValue | undefined;
|
55397
55409
|
href?: string | undefined;
|
55398
55410
|
elevation?: string | number | undefined;
|
@@ -55457,7 +55469,7 @@ declare const VTab: {
|
|
55457
55469
|
text?: string | undefined;
|
55458
55470
|
class?: any;
|
55459
55471
|
theme?: string | undefined;
|
55460
|
-
to?: vue_router.
|
55472
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
55461
55473
|
icon?: boolean | IconValue | undefined;
|
55462
55474
|
href?: string | undefined;
|
55463
55475
|
elevation?: string | number | undefined;
|
@@ -55544,7 +55556,7 @@ declare const VTab: {
|
|
55544
55556
|
text?: string | undefined;
|
55545
55557
|
class?: any;
|
55546
55558
|
theme?: string | undefined;
|
55547
|
-
to?: vue_router.
|
55559
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
55548
55560
|
icon?: boolean | IconValue | undefined;
|
55549
55561
|
href?: string | undefined;
|
55550
55562
|
elevation?: string | number | undefined;
|
@@ -55627,7 +55639,7 @@ declare const VTab: {
|
|
55627
55639
|
};
|
55628
55640
|
$forceUpdate: () => void;
|
55629
55641
|
$nextTick: typeof vue.nextTick;
|
55630
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
55642
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
55631
55643
|
} & Omit<{
|
55632
55644
|
symbol: any;
|
55633
55645
|
replace: boolean;
|
@@ -55664,7 +55676,7 @@ declare const VTab: {
|
|
55664
55676
|
text?: string | undefined;
|
55665
55677
|
class?: any;
|
55666
55678
|
theme?: string | undefined;
|
55667
|
-
to?: vue_router.
|
55679
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
55668
55680
|
icon?: boolean | IconValue | undefined;
|
55669
55681
|
href?: string | undefined;
|
55670
55682
|
elevation?: string | number | undefined;
|
@@ -57125,7 +57137,7 @@ declare const VTextarea: {
|
|
57125
57137
|
};
|
57126
57138
|
$forceUpdate: () => void;
|
57127
57139
|
$nextTick: typeof nextTick;
|
57128
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
57140
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
57129
57141
|
} & Omit<{
|
57130
57142
|
error: boolean;
|
57131
57143
|
direction: "horizontal" | "vertical";
|
@@ -57664,7 +57676,7 @@ declare const VTextarea: {
|
|
57664
57676
|
};
|
57665
57677
|
$forceUpdate: () => void;
|
57666
57678
|
$nextTick: typeof nextTick;
|
57667
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
57679
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
57668
57680
|
} & Omit<{
|
57669
57681
|
error: boolean;
|
57670
57682
|
direction: "horizontal" | "vertical";
|
@@ -58056,7 +58068,7 @@ declare const VTextarea: {
|
|
58056
58068
|
};
|
58057
58069
|
$forceUpdate: () => void;
|
58058
58070
|
$nextTick: typeof nextTick;
|
58059
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
58071
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
58060
58072
|
} & Omit<{
|
58061
58073
|
error: boolean;
|
58062
58074
|
direction: "horizontal" | "vertical";
|
@@ -58700,7 +58712,7 @@ declare const VTextField: {
|
|
58700
58712
|
};
|
58701
58713
|
$forceUpdate: () => void;
|
58702
58714
|
$nextTick: typeof nextTick;
|
58703
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
58715
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
58704
58716
|
} & Omit<{
|
58705
58717
|
error: boolean;
|
58706
58718
|
direction: "horizontal" | "vertical";
|
@@ -58939,7 +58951,7 @@ declare const VTextField: {
|
|
58939
58951
|
};
|
58940
58952
|
$forceUpdate: () => void;
|
58941
58953
|
$nextTick: typeof nextTick;
|
58942
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
58954
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
58943
58955
|
} & Omit<{
|
58944
58956
|
flat: boolean;
|
58945
58957
|
reverse: boolean;
|
@@ -59478,7 +59490,7 @@ declare const VTextField: {
|
|
59478
59490
|
};
|
59479
59491
|
$forceUpdate: () => void;
|
59480
59492
|
$nextTick: typeof nextTick;
|
59481
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
59493
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
59482
59494
|
} & Omit<{
|
59483
59495
|
error: boolean;
|
59484
59496
|
direction: "horizontal" | "vertical";
|
@@ -59717,7 +59729,7 @@ declare const VTextField: {
|
|
59717
59729
|
};
|
59718
59730
|
$forceUpdate: () => void;
|
59719
59731
|
$nextTick: typeof nextTick;
|
59720
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
59732
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
59721
59733
|
} & Omit<{
|
59722
59734
|
flat: boolean;
|
59723
59735
|
reverse: boolean;
|
@@ -60107,7 +60119,7 @@ declare const VTextField: {
|
|
60107
60119
|
};
|
60108
60120
|
$forceUpdate: () => void;
|
60109
60121
|
$nextTick: typeof nextTick;
|
60110
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
60122
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
60111
60123
|
} & Omit<{
|
60112
60124
|
error: boolean;
|
60113
60125
|
direction: "horizontal" | "vertical";
|
@@ -60346,7 +60358,7 @@ declare const VTextField: {
|
|
60346
60358
|
};
|
60347
60359
|
$forceUpdate: () => void;
|
60348
60360
|
$nextTick: typeof nextTick;
|
60349
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
60361
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
60350
60362
|
} & Omit<{
|
60351
60363
|
flat: boolean;
|
60352
60364
|
reverse: boolean;
|
@@ -62018,7 +62030,7 @@ declare const VTooltip: {
|
|
62018
62030
|
};
|
62019
62031
|
$forceUpdate: () => void;
|
62020
62032
|
$nextTick: typeof vue.nextTick;
|
62021
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
62033
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
62022
62034
|
} & Omit<{
|
62023
62035
|
absolute: boolean;
|
62024
62036
|
location: Anchor;
|
@@ -62683,7 +62695,7 @@ declare const VTooltip: {
|
|
62683
62695
|
};
|
62684
62696
|
$forceUpdate: () => void;
|
62685
62697
|
$nextTick: typeof vue.nextTick;
|
62686
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
62698
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
62687
62699
|
} & Omit<{
|
62688
62700
|
absolute: boolean;
|
62689
62701
|
location: Anchor;
|
@@ -63256,7 +63268,7 @@ declare const VTooltip: {
|
|
63256
63268
|
};
|
63257
63269
|
$forceUpdate: () => void;
|
63258
63270
|
$nextTick: typeof vue.nextTick;
|
63259
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
63271
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
63260
63272
|
} & Omit<{
|
63261
63273
|
absolute: boolean;
|
63262
63274
|
location: Anchor;
|