@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
package/dist/vuetify.d.ts
CHANGED
@@ -1854,7 +1854,7 @@ declare const VAppBarNavIcon: {
|
|
1854
1854
|
text?: string | undefined;
|
1855
1855
|
class?: any;
|
1856
1856
|
theme?: string | undefined;
|
1857
|
-
to?: vue_router.
|
1857
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
1858
1858
|
href?: string | undefined;
|
1859
1859
|
elevation?: string | number | undefined;
|
1860
1860
|
rounded?: string | number | boolean | undefined;
|
@@ -1918,7 +1918,7 @@ declare const VAppBarNavIcon: {
|
|
1918
1918
|
text?: string | undefined;
|
1919
1919
|
class?: any;
|
1920
1920
|
theme?: string | undefined;
|
1921
|
-
to?: vue_router.
|
1921
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
1922
1922
|
href?: string | undefined;
|
1923
1923
|
elevation?: string | number | undefined;
|
1924
1924
|
rounded?: string | number | boolean | undefined;
|
@@ -2016,7 +2016,7 @@ declare const VAppBarNavIcon: {
|
|
2016
2016
|
text?: string | undefined;
|
2017
2017
|
class?: any;
|
2018
2018
|
theme?: string | undefined;
|
2019
|
-
to?: vue_router.
|
2019
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
2020
2020
|
href?: string | undefined;
|
2021
2021
|
elevation?: string | number | undefined;
|
2022
2022
|
rounded?: string | number | boolean | undefined;
|
@@ -2106,7 +2106,7 @@ declare const VAppBarNavIcon: {
|
|
2106
2106
|
text?: string | undefined;
|
2107
2107
|
class?: any;
|
2108
2108
|
theme?: string | undefined;
|
2109
|
-
to?: vue_router.
|
2109
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
2110
2110
|
href?: string | undefined;
|
2111
2111
|
elevation?: string | number | undefined;
|
2112
2112
|
rounded?: string | number | boolean | undefined;
|
@@ -4148,7 +4148,7 @@ declare const VListItem: {
|
|
4148
4148
|
title?: string | number | undefined;
|
4149
4149
|
class?: any;
|
4150
4150
|
theme?: string | undefined;
|
4151
|
-
to?: vue_router.
|
4151
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
4152
4152
|
lines?: false | "one" | "two" | "three" | undefined;
|
4153
4153
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
4154
4154
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -4245,7 +4245,7 @@ declare const VListItem: {
|
|
4245
4245
|
title?: string | number | undefined;
|
4246
4246
|
class?: any;
|
4247
4247
|
theme?: string | undefined;
|
4248
|
-
to?: vue_router.
|
4248
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
4249
4249
|
lines?: false | "one" | "two" | "three" | undefined;
|
4250
4250
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
4251
4251
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -4342,7 +4342,7 @@ declare const VListItem: {
|
|
4342
4342
|
title?: string | number | undefined;
|
4343
4343
|
class?: any;
|
4344
4344
|
theme?: string | undefined;
|
4345
|
-
to?: vue_router.
|
4345
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
4346
4346
|
lines?: false | "one" | "two" | "three" | undefined;
|
4347
4347
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
4348
4348
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -4458,7 +4458,7 @@ declare const VListItem: {
|
|
4458
4458
|
title?: string | number | undefined;
|
4459
4459
|
class?: any;
|
4460
4460
|
theme?: string | undefined;
|
4461
|
-
to?: vue_router.
|
4461
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
4462
4462
|
lines?: false | "one" | "two" | "three" | undefined;
|
4463
4463
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
4464
4464
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -6806,7 +6806,7 @@ declare const VMenu: {
|
|
6806
6806
|
};
|
6807
6807
|
$forceUpdate: () => void;
|
6808
6808
|
$nextTick: typeof nextTick;
|
6809
|
-
$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;
|
6809
|
+
$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;
|
6810
6810
|
} & Omit<{
|
6811
6811
|
absolute: boolean;
|
6812
6812
|
location: Anchor;
|
@@ -7487,7 +7487,7 @@ declare const VMenu: {
|
|
7487
7487
|
};
|
7488
7488
|
$forceUpdate: () => void;
|
7489
7489
|
$nextTick: typeof nextTick;
|
7490
|
-
$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;
|
7490
|
+
$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;
|
7491
7491
|
} & Omit<{
|
7492
7492
|
absolute: boolean;
|
7493
7493
|
location: Anchor;
|
@@ -8073,7 +8073,7 @@ declare const VMenu: {
|
|
8073
8073
|
};
|
8074
8074
|
$forceUpdate: () => void;
|
8075
8075
|
$nextTick: typeof nextTick;
|
8076
|
-
$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;
|
8076
|
+
$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;
|
8077
8077
|
} & Omit<{
|
8078
8078
|
absolute: boolean;
|
8079
8079
|
location: Anchor;
|
@@ -13462,7 +13462,7 @@ declare const VBreadcrumbsItem: {
|
|
13462
13462
|
color?: string | undefined;
|
13463
13463
|
title?: string | undefined;
|
13464
13464
|
class?: any;
|
13465
|
-
to?: vue_router.
|
13465
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
13466
13466
|
href?: string | undefined;
|
13467
13467
|
activeColor?: string | undefined;
|
13468
13468
|
activeClass?: string | undefined;
|
@@ -13486,7 +13486,7 @@ declare const VBreadcrumbsItem: {
|
|
13486
13486
|
color?: string | undefined;
|
13487
13487
|
title?: string | undefined;
|
13488
13488
|
class?: any;
|
13489
|
-
to?: vue_router.
|
13489
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
13490
13490
|
href?: string | undefined;
|
13491
13491
|
activeColor?: string | undefined;
|
13492
13492
|
activeClass?: string | undefined;
|
@@ -13526,7 +13526,7 @@ declare const VBreadcrumbsItem: {
|
|
13526
13526
|
color?: string | undefined;
|
13527
13527
|
title?: string | undefined;
|
13528
13528
|
class?: any;
|
13529
|
-
to?: vue_router.
|
13529
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
13530
13530
|
href?: string | undefined;
|
13531
13531
|
activeColor?: string | undefined;
|
13532
13532
|
activeClass?: string | undefined;
|
@@ -13561,7 +13561,7 @@ declare const VBreadcrumbsItem: {
|
|
13561
13561
|
color?: string | undefined;
|
13562
13562
|
title?: string | undefined;
|
13563
13563
|
class?: any;
|
13564
|
-
to?: vue_router.
|
13564
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
13565
13565
|
href?: string | undefined;
|
13566
13566
|
activeColor?: string | undefined;
|
13567
13567
|
activeClass?: string | undefined;
|
@@ -13764,7 +13764,7 @@ declare const VBtn: {
|
|
13764
13764
|
text?: string | undefined;
|
13765
13765
|
class?: any;
|
13766
13766
|
theme?: string | undefined;
|
13767
|
-
to?: vue_router.
|
13767
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
13768
13768
|
icon?: boolean | IconValue | undefined;
|
13769
13769
|
href?: string | undefined;
|
13770
13770
|
elevation?: string | number | undefined;
|
@@ -13838,7 +13838,7 @@ declare const VBtn: {
|
|
13838
13838
|
text?: string | undefined;
|
13839
13839
|
class?: any;
|
13840
13840
|
theme?: string | undefined;
|
13841
|
-
to?: vue_router.
|
13841
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
13842
13842
|
icon?: boolean | IconValue | undefined;
|
13843
13843
|
href?: string | undefined;
|
13844
13844
|
elevation?: string | number | undefined;
|
@@ -13939,7 +13939,7 @@ declare const VBtn: {
|
|
13939
13939
|
text?: string | undefined;
|
13940
13940
|
class?: any;
|
13941
13941
|
theme?: string | undefined;
|
13942
|
-
to?: vue_router.
|
13942
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
13943
13943
|
icon?: boolean | IconValue | undefined;
|
13944
13944
|
href?: string | undefined;
|
13945
13945
|
elevation?: string | number | undefined;
|
@@ -14034,7 +14034,7 @@ declare const VBtn: {
|
|
14034
14034
|
text?: string | undefined;
|
14035
14035
|
class?: any;
|
14036
14036
|
theme?: string | undefined;
|
14037
|
-
to?: vue_router.
|
14037
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
14038
14038
|
icon?: boolean | IconValue | undefined;
|
14039
14039
|
href?: string | undefined;
|
14040
14040
|
elevation?: string | number | undefined;
|
@@ -14947,7 +14947,7 @@ declare const VCard: {
|
|
14947
14947
|
text?: string | number | undefined;
|
14948
14948
|
class?: any;
|
14949
14949
|
theme?: string | undefined;
|
14950
|
-
to?: vue_router.
|
14950
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
14951
14951
|
href?: string | undefined;
|
14952
14952
|
elevation?: string | number | undefined;
|
14953
14953
|
rounded?: string | number | boolean | undefined;
|
@@ -15024,7 +15024,7 @@ declare const VCard: {
|
|
15024
15024
|
text?: string | number | undefined;
|
15025
15025
|
class?: any;
|
15026
15026
|
theme?: string | undefined;
|
15027
|
-
to?: vue_router.
|
15027
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
15028
15028
|
href?: string | undefined;
|
15029
15029
|
elevation?: string | number | undefined;
|
15030
15030
|
rounded?: string | number | boolean | undefined;
|
@@ -15135,7 +15135,7 @@ declare const VCard: {
|
|
15135
15135
|
text?: string | number | undefined;
|
15136
15136
|
class?: any;
|
15137
15137
|
theme?: string | undefined;
|
15138
|
-
to?: vue_router.
|
15138
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
15139
15139
|
href?: string | undefined;
|
15140
15140
|
elevation?: string | number | undefined;
|
15141
15141
|
rounded?: string | number | boolean | undefined;
|
@@ -15232,7 +15232,7 @@ declare const VCard: {
|
|
15232
15232
|
text?: string | number | undefined;
|
15233
15233
|
class?: any;
|
15234
15234
|
theme?: string | undefined;
|
15235
|
-
to?: vue_router.
|
15235
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
15236
15236
|
href?: string | undefined;
|
15237
15237
|
elevation?: string | number | undefined;
|
15238
15238
|
rounded?: string | number | boolean | undefined;
|
@@ -18829,7 +18829,7 @@ declare const VChip: {
|
|
18829
18829
|
text?: string | undefined;
|
18830
18830
|
class?: any;
|
18831
18831
|
theme?: string | undefined;
|
18832
|
-
to?: vue_router.
|
18832
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
18833
18833
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
18834
18834
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
18835
18835
|
href?: string | undefined;
|
@@ -18937,7 +18937,7 @@ declare const VChip: {
|
|
18937
18937
|
text?: string | undefined;
|
18938
18938
|
class?: any;
|
18939
18939
|
theme?: string | undefined;
|
18940
|
-
to?: vue_router.
|
18940
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
18941
18941
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
18942
18942
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
18943
18943
|
href?: string | undefined;
|
@@ -19083,7 +19083,7 @@ declare const VChip: {
|
|
19083
19083
|
text?: string | undefined;
|
19084
19084
|
class?: any;
|
19085
19085
|
theme?: string | undefined;
|
19086
|
-
to?: vue_router.
|
19086
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
19087
19087
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
19088
19088
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
19089
19089
|
href?: string | undefined;
|
@@ -19212,7 +19212,7 @@ declare const VChip: {
|
|
19212
19212
|
text?: string | undefined;
|
19213
19213
|
class?: any;
|
19214
19214
|
theme?: string | undefined;
|
19215
|
-
to?: vue_router.
|
19215
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
19216
19216
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
19217
19217
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
19218
19218
|
href?: string | undefined;
|
@@ -20048,7 +20048,7 @@ declare const VColorPicker: {
|
|
20048
20048
|
};
|
20049
20049
|
}>> & {
|
20050
20050
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
20051
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
20051
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
20052
20052
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
20053
20053
|
'update:modelValue': (color: any) => true;
|
20054
20054
|
'update:mode': (mode: keyof typeof modes) => true;
|
@@ -20115,17 +20115,17 @@ declare const VColorPicker: {
|
|
20115
20115
|
};
|
20116
20116
|
}>> & {
|
20117
20117
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
20118
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
20118
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
20119
20119
|
}, {
|
20120
20120
|
width: string | number;
|
20121
20121
|
style: vue.StyleValue;
|
20122
20122
|
disabled: boolean;
|
20123
20123
|
tag: string;
|
20124
|
-
mode: "rgb" | "hex" | "
|
20124
|
+
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
20125
20125
|
rounded: string | number | boolean;
|
20126
20126
|
tile: boolean;
|
20127
20127
|
dotSize: string | number;
|
20128
|
-
modes: readonly ("rgb" | "hex" | "
|
20128
|
+
modes: readonly ("rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa")[];
|
20129
20129
|
canvasHeight: string | number;
|
20130
20130
|
hideCanvas: boolean;
|
20131
20131
|
hideSliders: boolean;
|
@@ -20202,17 +20202,17 @@ declare const VColorPicker: {
|
|
20202
20202
|
};
|
20203
20203
|
}>> & {
|
20204
20204
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
20205
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
20205
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
20206
20206
|
}, {}, {}, {}, {}, {
|
20207
20207
|
width: string | number;
|
20208
20208
|
style: vue.StyleValue;
|
20209
20209
|
disabled: boolean;
|
20210
20210
|
tag: string;
|
20211
|
-
mode: "rgb" | "hex" | "
|
20211
|
+
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
20212
20212
|
rounded: string | number | boolean;
|
20213
20213
|
tile: boolean;
|
20214
20214
|
dotSize: string | number;
|
20215
|
-
modes: readonly ("rgb" | "hex" | "
|
20215
|
+
modes: readonly ("rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa")[];
|
20216
20216
|
canvasHeight: string | number;
|
20217
20217
|
hideCanvas: boolean;
|
20218
20218
|
hideSliders: boolean;
|
@@ -20286,7 +20286,7 @@ declare const VColorPicker: {
|
|
20286
20286
|
};
|
20287
20287
|
}>> & {
|
20288
20288
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
20289
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
20289
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
20290
20290
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
20291
20291
|
'update:modelValue': (color: any) => true;
|
20292
20292
|
'update:mode': (mode: keyof typeof modes) => true;
|
@@ -20295,11 +20295,11 @@ declare const VColorPicker: {
|
|
20295
20295
|
style: vue.StyleValue;
|
20296
20296
|
disabled: boolean;
|
20297
20297
|
tag: string;
|
20298
|
-
mode: "rgb" | "hex" | "
|
20298
|
+
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
20299
20299
|
rounded: string | number | boolean;
|
20300
20300
|
tile: boolean;
|
20301
20301
|
dotSize: string | number;
|
20302
|
-
modes: readonly ("rgb" | "hex" | "
|
20302
|
+
modes: readonly ("rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa")[];
|
20303
20303
|
canvasHeight: string | number;
|
20304
20304
|
hideCanvas: boolean;
|
20305
20305
|
hideSliders: boolean;
|
@@ -28071,7 +28071,10 @@ declare const VDatePicker: {
|
|
28071
28071
|
max: vue.PropType<unknown>;
|
28072
28072
|
min: vue.PropType<unknown>;
|
28073
28073
|
year: NumberConstructor;
|
28074
|
-
disabled:
|
28074
|
+
disabled: {
|
28075
|
+
type: BooleanConstructor;
|
28076
|
+
default: null;
|
28077
|
+
};
|
28075
28078
|
month: (StringConstructor | NumberConstructor)[];
|
28076
28079
|
showAdjacentMonths: BooleanConstructor;
|
28077
28080
|
weekdays: {
|
@@ -28182,7 +28185,10 @@ declare const VDatePicker: {
|
|
28182
28185
|
max: vue.PropType<unknown>;
|
28183
28186
|
min: vue.PropType<unknown>;
|
28184
28187
|
year: NumberConstructor;
|
28185
|
-
disabled:
|
28188
|
+
disabled: {
|
28189
|
+
type: BooleanConstructor;
|
28190
|
+
default: null;
|
28191
|
+
};
|
28186
28192
|
month: (StringConstructor | NumberConstructor)[];
|
28187
28193
|
showAdjacentMonths: BooleanConstructor;
|
28188
28194
|
weekdays: {
|
@@ -28254,7 +28260,7 @@ type VDatePicker = InstanceType<typeof VDatePicker>;
|
|
28254
28260
|
|
28255
28261
|
declare const VDatePickerControls: {
|
28256
28262
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
28257
|
-
disabled: string | boolean | string[];
|
28263
|
+
disabled: string | boolean | string[] | null;
|
28258
28264
|
nextIcon: IconValue;
|
28259
28265
|
prevIcon: IconValue;
|
28260
28266
|
modeIcon: IconValue;
|
@@ -28284,7 +28290,7 @@ declare const VDatePickerControls: {
|
|
28284
28290
|
'click:next': () => true;
|
28285
28291
|
'click:text': () => true;
|
28286
28292
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
28287
|
-
disabled: string | boolean | string[];
|
28293
|
+
disabled: string | boolean | string[] | null;
|
28288
28294
|
nextIcon: IconValue;
|
28289
28295
|
prevIcon: IconValue;
|
28290
28296
|
modeIcon: IconValue;
|
@@ -28309,7 +28315,7 @@ declare const VDatePickerControls: {
|
|
28309
28315
|
"onClick:text"?: (() => any) | undefined;
|
28310
28316
|
}, {
|
28311
28317
|
active: string | string[];
|
28312
|
-
disabled: string | boolean | string[];
|
28318
|
+
disabled: string | boolean | string[] | null;
|
28313
28319
|
nextIcon: IconValue;
|
28314
28320
|
prevIcon: IconValue;
|
28315
28321
|
modeIcon: IconValue;
|
@@ -28324,7 +28330,7 @@ declare const VDatePickerControls: {
|
|
28324
28330
|
M: {};
|
28325
28331
|
Defaults: {};
|
28326
28332
|
}, {
|
28327
|
-
disabled: string | boolean | string[];
|
28333
|
+
disabled: string | boolean | string[] | null;
|
28328
28334
|
nextIcon: IconValue;
|
28329
28335
|
prevIcon: IconValue;
|
28330
28336
|
modeIcon: IconValue;
|
@@ -28349,7 +28355,7 @@ declare const VDatePickerControls: {
|
|
28349
28355
|
"onClick:text"?: (() => any) | undefined;
|
28350
28356
|
}, {}, {}, {}, {}, {
|
28351
28357
|
active: string | string[];
|
28352
|
-
disabled: string | boolean | string[];
|
28358
|
+
disabled: string | boolean | string[] | null;
|
28353
28359
|
nextIcon: IconValue;
|
28354
28360
|
prevIcon: IconValue;
|
28355
28361
|
modeIcon: IconValue;
|
@@ -28359,7 +28365,7 @@ declare const VDatePickerControls: {
|
|
28359
28365
|
__isTeleport?: never;
|
28360
28366
|
__isSuspense?: never;
|
28361
28367
|
} & vue.ComponentOptionsBase<{
|
28362
|
-
disabled: string | boolean | string[];
|
28368
|
+
disabled: string | boolean | string[] | null;
|
28363
28369
|
nextIcon: IconValue;
|
28364
28370
|
prevIcon: IconValue;
|
28365
28371
|
modeIcon: IconValue;
|
@@ -28390,7 +28396,7 @@ declare const VDatePickerControls: {
|
|
28390
28396
|
'click:text': () => true;
|
28391
28397
|
}, string, {
|
28392
28398
|
active: string | string[];
|
28393
|
-
disabled: string | boolean | string[];
|
28399
|
+
disabled: string | boolean | string[] | null;
|
28394
28400
|
nextIcon: IconValue;
|
28395
28401
|
prevIcon: IconValue;
|
28396
28402
|
modeIcon: IconValue;
|
@@ -28403,8 +28409,8 @@ declare const VDatePickerControls: {
|
|
28403
28409
|
default: undefined;
|
28404
28410
|
};
|
28405
28411
|
disabled: {
|
28406
|
-
type: PropType<boolean | string | string[]>;
|
28407
|
-
default:
|
28412
|
+
type: PropType<boolean | string | string[] | null>;
|
28413
|
+
default: null;
|
28408
28414
|
};
|
28409
28415
|
nextIcon: {
|
28410
28416
|
type: PropType<IconValue>;
|
@@ -28429,8 +28435,8 @@ declare const VDatePickerControls: {
|
|
28429
28435
|
default: undefined;
|
28430
28436
|
};
|
28431
28437
|
disabled: {
|
28432
|
-
type: PropType<boolean | string | string[]>;
|
28433
|
-
default:
|
28438
|
+
type: PropType<boolean | string | string[] | null>;
|
28439
|
+
default: null;
|
28434
28440
|
};
|
28435
28441
|
nextIcon: {
|
28436
28442
|
type: PropType<IconValue>;
|
@@ -28855,7 +28861,10 @@ declare const VDatePickerMonth: {
|
|
28855
28861
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
28856
28862
|
max: PropType<unknown>;
|
28857
28863
|
min: PropType<unknown>;
|
28858
|
-
disabled:
|
28864
|
+
disabled: {
|
28865
|
+
type: BooleanConstructor;
|
28866
|
+
default: null;
|
28867
|
+
};
|
28859
28868
|
month: (StringConstructor | NumberConstructor)[];
|
28860
28869
|
year: (StringConstructor | NumberConstructor)[];
|
28861
28870
|
modelValue: PropType<unknown[]>;
|
@@ -28900,7 +28909,10 @@ declare const VDatePickerMonth: {
|
|
28900
28909
|
}, vue.ExtractPropTypes<{
|
28901
28910
|
max: PropType<unknown>;
|
28902
28911
|
min: PropType<unknown>;
|
28903
|
-
disabled:
|
28912
|
+
disabled: {
|
28913
|
+
type: BooleanConstructor;
|
28914
|
+
default: null;
|
28915
|
+
};
|
28904
28916
|
month: (StringConstructor | NumberConstructor)[];
|
28905
28917
|
year: (StringConstructor | NumberConstructor)[];
|
28906
28918
|
modelValue: PropType<unknown[]>;
|
@@ -30037,7 +30049,7 @@ declare const VDialog: {
|
|
30037
30049
|
};
|
30038
30050
|
$forceUpdate: () => void;
|
30039
30051
|
$nextTick: typeof nextTick;
|
30040
|
-
$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;
|
30052
|
+
$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;
|
30041
30053
|
} & Omit<{
|
30042
30054
|
absolute: boolean;
|
30043
30055
|
location: Anchor;
|
@@ -30723,7 +30735,7 @@ declare const VDialog: {
|
|
30723
30735
|
};
|
30724
30736
|
$forceUpdate: () => void;
|
30725
30737
|
$nextTick: typeof nextTick;
|
30726
|
-
$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;
|
30738
|
+
$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;
|
30727
30739
|
} & Omit<{
|
30728
30740
|
absolute: boolean;
|
30729
30741
|
location: Anchor;
|
@@ -31308,7 +31320,7 @@ declare const VDialog: {
|
|
31308
31320
|
};
|
31309
31321
|
$forceUpdate: () => void;
|
31310
31322
|
$nextTick: typeof nextTick;
|
31311
|
-
$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;
|
31323
|
+
$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;
|
31312
31324
|
} & Omit<{
|
31313
31325
|
absolute: boolean;
|
31314
31326
|
location: Anchor;
|
@@ -33330,7 +33342,7 @@ declare const VFab: {
|
|
33330
33342
|
text?: string | undefined;
|
33331
33343
|
class?: any;
|
33332
33344
|
theme?: string | undefined;
|
33333
|
-
to?: vue_router.
|
33345
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
33334
33346
|
icon?: boolean | IconValue | undefined;
|
33335
33347
|
href?: string | undefined;
|
33336
33348
|
elevation?: string | number | undefined;
|
@@ -33401,7 +33413,7 @@ declare const VFab: {
|
|
33401
33413
|
text?: string | undefined;
|
33402
33414
|
class?: any;
|
33403
33415
|
theme?: string | undefined;
|
33404
|
-
to?: vue_router.
|
33416
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
33405
33417
|
icon?: boolean | IconValue | undefined;
|
33406
33418
|
href?: string | undefined;
|
33407
33419
|
elevation?: string | number | undefined;
|
@@ -33511,7 +33523,7 @@ declare const VFab: {
|
|
33511
33523
|
text?: string | undefined;
|
33512
33524
|
class?: any;
|
33513
33525
|
theme?: string | undefined;
|
33514
|
-
to?: vue_router.
|
33526
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
33515
33527
|
icon?: boolean | IconValue | undefined;
|
33516
33528
|
href?: string | undefined;
|
33517
33529
|
elevation?: string | number | undefined;
|
@@ -33616,7 +33628,7 @@ declare const VFab: {
|
|
33616
33628
|
text?: string | undefined;
|
33617
33629
|
class?: any;
|
33618
33630
|
theme?: string | undefined;
|
33619
|
-
to?: vue_router.
|
33631
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
33620
33632
|
icon?: boolean | IconValue | undefined;
|
33621
33633
|
href?: string | undefined;
|
33622
33634
|
elevation?: string | number | undefined;
|
@@ -34328,7 +34340,7 @@ declare const VFileInput: {
|
|
34328
34340
|
};
|
34329
34341
|
$forceUpdate: () => void;
|
34330
34342
|
$nextTick: typeof nextTick;
|
34331
|
-
$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;
|
34343
|
+
$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;
|
34332
34344
|
} & Omit<{
|
34333
34345
|
error: boolean;
|
34334
34346
|
direction: "horizontal" | "vertical";
|
@@ -34900,7 +34912,7 @@ declare const VFileInput: {
|
|
34900
34912
|
};
|
34901
34913
|
$forceUpdate: () => void;
|
34902
34914
|
$nextTick: typeof nextTick;
|
34903
|
-
$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;
|
34915
|
+
$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;
|
34904
34916
|
} & Omit<{
|
34905
34917
|
error: boolean;
|
34906
34918
|
direction: "horizontal" | "vertical";
|
@@ -35307,7 +35319,7 @@ declare const VFileInput: {
|
|
35307
35319
|
};
|
35308
35320
|
$forceUpdate: () => void;
|
35309
35321
|
$nextTick: typeof nextTick;
|
35310
|
-
$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;
|
35322
|
+
$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;
|
35311
35323
|
} & Omit<{
|
35312
35324
|
error: boolean;
|
35313
35325
|
direction: "horizontal" | "vertical";
|
@@ -49504,7 +49516,7 @@ declare const VSnackbar: {
|
|
49504
49516
|
};
|
49505
49517
|
$forceUpdate: () => void;
|
49506
49518
|
$nextTick: typeof nextTick;
|
49507
|
-
$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;
|
49519
|
+
$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;
|
49508
49520
|
} & Omit<{
|
49509
49521
|
absolute: boolean;
|
49510
49522
|
location: Anchor;
|
@@ -50186,7 +50198,7 @@ declare const VSnackbar: {
|
|
50186
50198
|
};
|
50187
50199
|
$forceUpdate: () => void;
|
50188
50200
|
$nextTick: typeof nextTick;
|
50189
|
-
$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;
|
50201
|
+
$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;
|
50190
50202
|
} & Omit<{
|
50191
50203
|
absolute: boolean;
|
50192
50204
|
location: Anchor;
|
@@ -50768,7 +50780,7 @@ declare const VSnackbar: {
|
|
50768
50780
|
};
|
50769
50781
|
$forceUpdate: () => void;
|
50770
50782
|
$nextTick: typeof nextTick;
|
50771
|
-
$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;
|
50783
|
+
$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;
|
50772
50784
|
} & Omit<{
|
50773
50785
|
absolute: boolean;
|
50774
50786
|
location: Anchor;
|
@@ -54662,7 +54674,7 @@ declare const VTab: {
|
|
54662
54674
|
text?: string | undefined;
|
54663
54675
|
class?: any;
|
54664
54676
|
theme?: string | undefined;
|
54665
|
-
to?: vue_router.
|
54677
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
54666
54678
|
icon?: boolean | IconValue | undefined;
|
54667
54679
|
href?: string | undefined;
|
54668
54680
|
elevation?: string | number | undefined;
|
@@ -54749,7 +54761,7 @@ declare const VTab: {
|
|
54749
54761
|
text?: string | undefined;
|
54750
54762
|
class?: any;
|
54751
54763
|
theme?: string | undefined;
|
54752
|
-
to?: vue_router.
|
54764
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
54753
54765
|
icon?: boolean | IconValue | undefined;
|
54754
54766
|
href?: string | undefined;
|
54755
54767
|
elevation?: string | number | undefined;
|
@@ -54814,7 +54826,7 @@ declare const VTab: {
|
|
54814
54826
|
text?: string | undefined;
|
54815
54827
|
class?: any;
|
54816
54828
|
theme?: string | undefined;
|
54817
|
-
to?: vue_router.
|
54829
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
54818
54830
|
icon?: boolean | IconValue | undefined;
|
54819
54831
|
href?: string | undefined;
|
54820
54832
|
elevation?: string | number | undefined;
|
@@ -54901,7 +54913,7 @@ declare const VTab: {
|
|
54901
54913
|
text?: string | undefined;
|
54902
54914
|
class?: any;
|
54903
54915
|
theme?: string | undefined;
|
54904
|
-
to?: vue_router.
|
54916
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
54905
54917
|
icon?: boolean | IconValue | undefined;
|
54906
54918
|
href?: string | undefined;
|
54907
54919
|
elevation?: string | number | undefined;
|
@@ -54984,7 +54996,7 @@ declare const VTab: {
|
|
54984
54996
|
};
|
54985
54997
|
$forceUpdate: () => void;
|
54986
54998
|
$nextTick: typeof vue.nextTick;
|
54987
|
-
$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;
|
54999
|
+
$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;
|
54988
55000
|
} & Omit<{
|
54989
55001
|
symbol: any;
|
54990
55002
|
replace: boolean;
|
@@ -55021,7 +55033,7 @@ declare const VTab: {
|
|
55021
55033
|
text?: string | undefined;
|
55022
55034
|
class?: any;
|
55023
55035
|
theme?: string | undefined;
|
55024
|
-
to?: vue_router.
|
55036
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
55025
55037
|
icon?: boolean | IconValue | undefined;
|
55026
55038
|
href?: string | undefined;
|
55027
55039
|
elevation?: string | number | undefined;
|
@@ -55093,7 +55105,7 @@ declare const VTab: {
|
|
55093
55105
|
text?: string | undefined;
|
55094
55106
|
class?: any;
|
55095
55107
|
theme?: string | undefined;
|
55096
|
-
to?: vue_router.
|
55108
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
55097
55109
|
icon?: boolean | IconValue | undefined;
|
55098
55110
|
href?: string | undefined;
|
55099
55111
|
elevation?: string | number | undefined;
|
@@ -55188,7 +55200,7 @@ declare const VTab: {
|
|
55188
55200
|
text?: string | undefined;
|
55189
55201
|
class?: any;
|
55190
55202
|
theme?: string | undefined;
|
55191
|
-
to?: vue_router.
|
55203
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
55192
55204
|
icon?: boolean | IconValue | undefined;
|
55193
55205
|
href?: string | undefined;
|
55194
55206
|
elevation?: string | number | undefined;
|
@@ -55275,7 +55287,7 @@ declare const VTab: {
|
|
55275
55287
|
text?: string | undefined;
|
55276
55288
|
class?: any;
|
55277
55289
|
theme?: string | undefined;
|
55278
|
-
to?: vue_router.
|
55290
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
55279
55291
|
icon?: boolean | IconValue | undefined;
|
55280
55292
|
href?: string | undefined;
|
55281
55293
|
elevation?: string | number | undefined;
|
@@ -55340,7 +55352,7 @@ declare const VTab: {
|
|
55340
55352
|
text?: string | undefined;
|
55341
55353
|
class?: any;
|
55342
55354
|
theme?: string | undefined;
|
55343
|
-
to?: vue_router.
|
55355
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
55344
55356
|
icon?: boolean | IconValue | undefined;
|
55345
55357
|
href?: string | undefined;
|
55346
55358
|
elevation?: string | number | undefined;
|
@@ -55427,7 +55439,7 @@ declare const VTab: {
|
|
55427
55439
|
text?: string | undefined;
|
55428
55440
|
class?: any;
|
55429
55441
|
theme?: string | undefined;
|
55430
|
-
to?: vue_router.
|
55442
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
55431
55443
|
icon?: boolean | IconValue | undefined;
|
55432
55444
|
href?: string | undefined;
|
55433
55445
|
elevation?: string | number | undefined;
|
@@ -55510,7 +55522,7 @@ declare const VTab: {
|
|
55510
55522
|
};
|
55511
55523
|
$forceUpdate: () => void;
|
55512
55524
|
$nextTick: typeof vue.nextTick;
|
55513
|
-
$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;
|
55525
|
+
$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;
|
55514
55526
|
} & Omit<{
|
55515
55527
|
symbol: any;
|
55516
55528
|
replace: boolean;
|
@@ -55547,7 +55559,7 @@ declare const VTab: {
|
|
55547
55559
|
text?: string | undefined;
|
55548
55560
|
class?: any;
|
55549
55561
|
theme?: string | undefined;
|
55550
|
-
to?: vue_router.
|
55562
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
55551
55563
|
icon?: boolean | IconValue | undefined;
|
55552
55564
|
href?: string | undefined;
|
55553
55565
|
elevation?: string | number | undefined;
|
@@ -55644,7 +55656,7 @@ declare const VTab: {
|
|
55644
55656
|
text?: string | undefined;
|
55645
55657
|
class?: any;
|
55646
55658
|
theme?: string | undefined;
|
55647
|
-
to?: vue_router.
|
55659
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
55648
55660
|
icon?: boolean | IconValue | undefined;
|
55649
55661
|
href?: string | undefined;
|
55650
55662
|
elevation?: string | number | undefined;
|
@@ -55731,7 +55743,7 @@ declare const VTab: {
|
|
55731
55743
|
text?: string | undefined;
|
55732
55744
|
class?: any;
|
55733
55745
|
theme?: string | undefined;
|
55734
|
-
to?: vue_router.
|
55746
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
55735
55747
|
icon?: boolean | IconValue | undefined;
|
55736
55748
|
href?: string | undefined;
|
55737
55749
|
elevation?: string | number | undefined;
|
@@ -55796,7 +55808,7 @@ declare const VTab: {
|
|
55796
55808
|
text?: string | undefined;
|
55797
55809
|
class?: any;
|
55798
55810
|
theme?: string | undefined;
|
55799
|
-
to?: vue_router.
|
55811
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
55800
55812
|
icon?: boolean | IconValue | undefined;
|
55801
55813
|
href?: string | undefined;
|
55802
55814
|
elevation?: string | number | undefined;
|
@@ -55883,7 +55895,7 @@ declare const VTab: {
|
|
55883
55895
|
text?: string | undefined;
|
55884
55896
|
class?: any;
|
55885
55897
|
theme?: string | undefined;
|
55886
|
-
to?: vue_router.
|
55898
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
55887
55899
|
icon?: boolean | IconValue | undefined;
|
55888
55900
|
href?: string | undefined;
|
55889
55901
|
elevation?: string | number | undefined;
|
@@ -55966,7 +55978,7 @@ declare const VTab: {
|
|
55966
55978
|
};
|
55967
55979
|
$forceUpdate: () => void;
|
55968
55980
|
$nextTick: typeof vue.nextTick;
|
55969
|
-
$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;
|
55981
|
+
$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;
|
55970
55982
|
} & Omit<{
|
55971
55983
|
symbol: any;
|
55972
55984
|
replace: boolean;
|
@@ -56003,7 +56015,7 @@ declare const VTab: {
|
|
56003
56015
|
text?: string | undefined;
|
56004
56016
|
class?: any;
|
56005
56017
|
theme?: string | undefined;
|
56006
|
-
to?: vue_router.
|
56018
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
56007
56019
|
icon?: boolean | IconValue | undefined;
|
56008
56020
|
href?: string | undefined;
|
56009
56021
|
elevation?: string | number | undefined;
|
@@ -57464,7 +57476,7 @@ declare const VTextarea: {
|
|
57464
57476
|
};
|
57465
57477
|
$forceUpdate: () => void;
|
57466
57478
|
$nextTick: typeof nextTick;
|
57467
|
-
$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;
|
57479
|
+
$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;
|
57468
57480
|
} & Omit<{
|
57469
57481
|
error: boolean;
|
57470
57482
|
direction: "horizontal" | "vertical";
|
@@ -58003,7 +58015,7 @@ declare const VTextarea: {
|
|
58003
58015
|
};
|
58004
58016
|
$forceUpdate: () => void;
|
58005
58017
|
$nextTick: typeof nextTick;
|
58006
|
-
$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;
|
58018
|
+
$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;
|
58007
58019
|
} & Omit<{
|
58008
58020
|
error: boolean;
|
58009
58021
|
direction: "horizontal" | "vertical";
|
@@ -58395,7 +58407,7 @@ declare const VTextarea: {
|
|
58395
58407
|
};
|
58396
58408
|
$forceUpdate: () => void;
|
58397
58409
|
$nextTick: typeof nextTick;
|
58398
|
-
$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;
|
58410
|
+
$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;
|
58399
58411
|
} & Omit<{
|
58400
58412
|
error: boolean;
|
58401
58413
|
direction: "horizontal" | "vertical";
|
@@ -59039,7 +59051,7 @@ declare const VTextField: {
|
|
59039
59051
|
};
|
59040
59052
|
$forceUpdate: () => void;
|
59041
59053
|
$nextTick: typeof nextTick;
|
59042
|
-
$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;
|
59054
|
+
$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;
|
59043
59055
|
} & Omit<{
|
59044
59056
|
error: boolean;
|
59045
59057
|
direction: "horizontal" | "vertical";
|
@@ -59278,7 +59290,7 @@ declare const VTextField: {
|
|
59278
59290
|
};
|
59279
59291
|
$forceUpdate: () => void;
|
59280
59292
|
$nextTick: typeof nextTick;
|
59281
|
-
$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;
|
59293
|
+
$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;
|
59282
59294
|
} & Omit<{
|
59283
59295
|
flat: boolean;
|
59284
59296
|
reverse: boolean;
|
@@ -59817,7 +59829,7 @@ declare const VTextField: {
|
|
59817
59829
|
};
|
59818
59830
|
$forceUpdate: () => void;
|
59819
59831
|
$nextTick: typeof nextTick;
|
59820
|
-
$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;
|
59832
|
+
$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;
|
59821
59833
|
} & Omit<{
|
59822
59834
|
error: boolean;
|
59823
59835
|
direction: "horizontal" | "vertical";
|
@@ -60056,7 +60068,7 @@ declare const VTextField: {
|
|
60056
60068
|
};
|
60057
60069
|
$forceUpdate: () => void;
|
60058
60070
|
$nextTick: typeof nextTick;
|
60059
|
-
$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;
|
60071
|
+
$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;
|
60060
60072
|
} & Omit<{
|
60061
60073
|
flat: boolean;
|
60062
60074
|
reverse: boolean;
|
@@ -60446,7 +60458,7 @@ declare const VTextField: {
|
|
60446
60458
|
};
|
60447
60459
|
$forceUpdate: () => void;
|
60448
60460
|
$nextTick: typeof nextTick;
|
60449
|
-
$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;
|
60461
|
+
$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;
|
60450
60462
|
} & Omit<{
|
60451
60463
|
error: boolean;
|
60452
60464
|
direction: "horizontal" | "vertical";
|
@@ -60685,7 +60697,7 @@ declare const VTextField: {
|
|
60685
60697
|
};
|
60686
60698
|
$forceUpdate: () => void;
|
60687
60699
|
$nextTick: typeof nextTick;
|
60688
|
-
$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;
|
60700
|
+
$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;
|
60689
60701
|
} & Omit<{
|
60690
60702
|
flat: boolean;
|
60691
60703
|
reverse: boolean;
|
@@ -62357,7 +62369,7 @@ declare const VTooltip: {
|
|
62357
62369
|
};
|
62358
62370
|
$forceUpdate: () => void;
|
62359
62371
|
$nextTick: typeof vue.nextTick;
|
62360
|
-
$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;
|
62372
|
+
$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;
|
62361
62373
|
} & Omit<{
|
62362
62374
|
absolute: boolean;
|
62363
62375
|
location: Anchor;
|
@@ -63022,7 +63034,7 @@ declare const VTooltip: {
|
|
63022
63034
|
};
|
63023
63035
|
$forceUpdate: () => void;
|
63024
63036
|
$nextTick: typeof vue.nextTick;
|
63025
|
-
$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;
|
63037
|
+
$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;
|
63026
63038
|
} & Omit<{
|
63027
63039
|
absolute: boolean;
|
63028
63040
|
location: Anchor;
|
@@ -63595,7 +63607,7 @@ declare const VTooltip: {
|
|
63595
63607
|
};
|
63596
63608
|
$forceUpdate: () => void;
|
63597
63609
|
$nextTick: typeof vue.nextTick;
|
63598
|
-
$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;
|
63610
|
+
$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;
|
63599
63611
|
} & Omit<{
|
63600
63612
|
absolute: boolean;
|
63601
63613
|
location: Anchor;
|
@@ -66937,47 +66949,39 @@ declare module 'vue' {
|
|
66937
66949
|
}
|
66938
66950
|
export interface GlobalComponents {
|
66939
66951
|
VApp: typeof import('vuetify/components')['VApp']
|
66952
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
66953
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
66954
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
66955
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66940
66956
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
66941
66957
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
66942
66958
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
66943
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66944
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
66945
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
66946
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66947
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
66948
66959
|
VBanner: typeof import('vuetify/components')['VBanner']
|
66949
66960
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
66950
66961
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
66951
|
-
|
66952
|
-
|
66962
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66963
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66953
66964
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
66954
66965
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
66955
66966
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
66956
|
-
|
66957
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66967
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
66958
66968
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66959
66969
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
66960
66970
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
66961
|
-
|
66971
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66962
66972
|
VCard: typeof import('vuetify/components')['VCard']
|
66963
66973
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
66964
66974
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
66965
66975
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
66966
66976
|
VCardText: typeof import('vuetify/components')['VCardText']
|
66967
66977
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
66968
|
-
|
66969
|
-
|
66970
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
66971
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
66978
|
+
VChip: typeof import('vuetify/components')['VChip']
|
66979
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66972
66980
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66973
66981
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
66974
|
-
|
66975
|
-
|
66976
|
-
|
66977
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
66978
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
66979
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
66980
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
66982
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
66983
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
66984
|
+
VCode: typeof import('vuetify/components')['VCode']
|
66981
66985
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
66982
66986
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
66983
66987
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -66985,32 +66989,34 @@ declare module 'vue' {
|
|
66985
66989
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
66986
66990
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
66987
66991
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
66988
|
-
|
66992
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
66989
66993
|
VDialog: typeof import('vuetify/components')['VDialog']
|
66994
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
66995
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
66996
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
66997
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
66998
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
66999
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67000
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67001
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
66990
67002
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
66991
67003
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
66992
67004
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
66993
67005
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67006
|
+
VField: typeof import('vuetify/components')['VField']
|
67007
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
66994
67008
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
66995
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
66996
67009
|
VFab: typeof import('vuetify/components')['VFab']
|
67010
|
+
VImg: typeof import('vuetify/components')['VImg']
|
66997
67011
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67012
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
66998
67013
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
66999
|
-
VField: typeof import('vuetify/components')['VField']
|
67000
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67001
67014
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67002
67015
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67003
67016
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67004
67017
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67005
67018
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67006
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67007
|
-
VItem: typeof import('vuetify/components')['VItem']
|
67008
67019
|
VInput: typeof import('vuetify/components')['VInput']
|
67009
|
-
VImg: typeof import('vuetify/components')['VImg']
|
67010
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
67011
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
67012
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
67013
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
67014
67020
|
VList: typeof import('vuetify/components')['VList']
|
67015
67021
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67016
67022
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67020,70 +67026,76 @@ declare module 'vue' {
|
|
67020
67026
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67021
67027
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67022
67028
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67023
|
-
|
67029
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67030
|
+
VItem: typeof import('vuetify/components')['VItem']
|
67031
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67032
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67033
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
67024
67034
|
VMain: typeof import('vuetify/components')['VMain']
|
67025
|
-
|
67035
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
67036
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67026
67037
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67027
67038
|
VPagination: typeof import('vuetify/components')['VPagination']
|
67028
67039
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67040
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67029
67041
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67030
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67031
|
-
VRating: typeof import('vuetify/components')['VRating']
|
67032
67042
|
VSelect: typeof import('vuetify/components')['VSelect']
|
67033
67043
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67044
|
+
VRating: typeof import('vuetify/components')['VRating']
|
67045
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67046
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67047
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
67034
67048
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67049
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67035
67050
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67036
67051
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67037
|
-
|
67052
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67053
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67054
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67055
|
+
VTab: typeof import('vuetify/components')['VTab']
|
67056
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
67057
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67058
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67038
67059
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67039
67060
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67040
67061
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67041
67062
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67042
67063
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67043
67064
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67044
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
67045
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67046
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
67047
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67048
67065
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67049
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67050
|
-
VTab: typeof import('vuetify/components')['VTab']
|
67051
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
67052
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67053
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67054
67066
|
VTextField: typeof import('vuetify/components')['VTextField']
|
67055
|
-
VTable: typeof import('vuetify/components')['VTable']
|
67056
67067
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67068
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67069
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67057
67070
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67058
67071
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67059
67072
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67060
67073
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67061
67074
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67062
|
-
|
67063
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67075
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67064
67076
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67065
|
-
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67066
67077
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67078
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67079
|
+
VForm: typeof import('vuetify/components')['VForm']
|
67080
|
+
VHover: typeof import('vuetify/components')['VHover']
|
67067
67081
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67068
67082
|
VCol: typeof import('vuetify/components')['VCol']
|
67069
67083
|
VRow: typeof import('vuetify/components')['VRow']
|
67070
67084
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67071
|
-
VForm: typeof import('vuetify/components')['VForm']
|
67072
|
-
VHover: typeof import('vuetify/components')['VHover']
|
67073
67085
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67074
67086
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67075
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
67076
67087
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67088
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
67077
67089
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67078
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
67079
67090
|
VRadio: typeof import('vuetify/components')['VRadio']
|
67091
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
67080
67092
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67081
67093
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67082
67094
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67083
67095
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67084
67096
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67085
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67086
67097
|
VValidation: typeof import('vuetify/components')['VValidation']
|
67098
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67087
67099
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
67088
67100
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
67089
67101
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -67100,26 +67112,26 @@ declare module 'vue' {
|
|
67100
67112
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67101
67113
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67102
67114
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67103
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67104
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67105
67115
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67106
67116
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67107
67117
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
67108
67118
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67109
67119
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67110
67120
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67111
|
-
|
67112
|
-
|
67121
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67122
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67123
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67113
67124
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67114
67125
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67115
67126
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67116
67127
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67117
67128
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67118
67129
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67119
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67120
67130
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67121
67131
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67122
67132
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67133
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67134
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67123
67135
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67124
67136
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67125
67137
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|