vuetify 3.7.12 → 3.7.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +2442 -2430
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +146 -146
- package/dist/json/tags.json +4 -1
- package/dist/json/web-types.json +4796 -4506
- package/dist/vuetify-labs.css +2781 -2771
- package/dist/vuetify-labs.d.ts +427 -163
- package/dist/vuetify-labs.esm.js +224 -143
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +223 -142
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4465 -4469
- package/dist/vuetify.d.ts +173 -152
- package/dist/vuetify.esm.js +103 -85
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +102 -84
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1082 -1077
- 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 +20 -11
- package/lib/components/VDatePicker/VDatePicker.mjs.map +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.css +0 -1
- package/lib/components/VFileInput/VFileInput.mjs +13 -4
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +0 -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 +3 -3
- package/lib/components/VInput/VInput.mjs.map +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 +2 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -1
- package/lib/components/VList/VListItem.mjs +3 -2
- package/lib/components/VList/VListItem.mjs.map +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 +17 -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 +3 -3
- package/lib/components/VOtpInput/VOtpInput.mjs.map +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 +3 -3
- package/lib/components/VStepper/VStepper.mjs.map +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/VTabs.mjs.map +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 +21 -21
- 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 +3 -3
- package/lib/components/VTimeline/VTimeline.mjs.map +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 +127 -106
- 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/date/adapters/vuetify.mjs +9 -21
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/density.mjs +1 -1
- package/lib/composables/density.mjs.map +1 -1
- package/lib/composables/icons.mjs +1 -1
- package/lib/composables/list-items.mjs +2 -3
- package/lib/composables/list-items.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +16 -1
- package/lib/composables/nested/nested.mjs.map +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 +47 -47
- 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 +256 -3
- package/lib/labs/VFileUpload/VFileUpload.mjs +3 -3
- package/lib/labs/VFileUpload/VFileUpload.mjs.map +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/VTimePicker/VTimePickerControls.sass +16 -16
- package/lib/labs/VTimePicker/_variables.scss +12 -12
- package/lib/labs/VTreeview/VTreeview.mjs +7 -3
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +6 -9
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +15 -9
- package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -14
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +16 -10
- package/lib/labs/VTreeview/_variables.scss +2 -5
- package/lib/labs/VTreeview/index.d.mts +14 -20
- package/lib/labs/components.d.mts +365 -122
- package/lib/locale/adapters/vue-i18n.mjs +0 -1
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/lib/locale/ja.mjs +19 -19
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/styles/tools/_functions.sass +1 -1
- package/lib/util/helpers.mjs +3 -9
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +17 -16
package/dist/vuetify.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { Ref, DeepReadonly, ComponentPropsOptions, ExtractPropTypes, VNodeChild,
|
|
|
3
3
|
// @ts-ignore
|
|
4
4
|
import * as vue_router from 'vue-router';
|
|
5
5
|
// @ts-ignore
|
|
6
|
-
import { RouteLocationRaw } from 'vue-router';
|
|
6
|
+
import { RouteLocationRaw, useLink } from 'vue-router';
|
|
7
7
|
|
|
8
8
|
interface DateAdapter<T = unknown> {
|
|
9
9
|
date(value?: any): T | null;
|
|
@@ -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;
|
|
@@ -4098,6 +4098,19 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
|
|
|
4098
4098
|
} | undefined;
|
|
4099
4099
|
};
|
|
4100
4100
|
|
|
4101
|
+
interface LinkProps {
|
|
4102
|
+
href: string | undefined;
|
|
4103
|
+
replace: boolean | undefined;
|
|
4104
|
+
to: RouteLocationRaw | undefined;
|
|
4105
|
+
exact: boolean | undefined;
|
|
4106
|
+
}
|
|
4107
|
+
interface UseLink extends Omit<Partial<ReturnType<typeof useLink>>, 'href'> {
|
|
4108
|
+
isLink: ComputedRef<boolean>;
|
|
4109
|
+
isClickable: ComputedRef<boolean>;
|
|
4110
|
+
href: Ref<string | undefined>;
|
|
4111
|
+
linkProps: Record<string, string | undefined>;
|
|
4112
|
+
}
|
|
4113
|
+
|
|
4101
4114
|
type ListItemSlot = {
|
|
4102
4115
|
isActive: boolean;
|
|
4103
4116
|
isOpen: boolean;
|
|
@@ -4148,7 +4161,7 @@ declare const VListItem: {
|
|
|
4148
4161
|
title?: string | number | undefined;
|
|
4149
4162
|
class?: any;
|
|
4150
4163
|
theme?: string | undefined;
|
|
4151
|
-
to?: vue_router.
|
|
4164
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
4152
4165
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
4153
4166
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
4154
4167
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -4214,6 +4227,7 @@ declare const VListItem: {
|
|
|
4214
4227
|
getPath: (id: unknown) => unknown[];
|
|
4215
4228
|
};
|
|
4216
4229
|
id: vue.ComputedRef<{} | null>;
|
|
4230
|
+
link: UseLink;
|
|
4217
4231
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
4218
4232
|
click: (e: MouseEvent | KeyboardEvent) => true;
|
|
4219
4233
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -4245,7 +4259,7 @@ declare const VListItem: {
|
|
|
4245
4259
|
title?: string | number | undefined;
|
|
4246
4260
|
class?: any;
|
|
4247
4261
|
theme?: string | undefined;
|
|
4248
|
-
to?: vue_router.
|
|
4262
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
4249
4263
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
4250
4264
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
4251
4265
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -4342,7 +4356,7 @@ declare const VListItem: {
|
|
|
4342
4356
|
title?: string | number | undefined;
|
|
4343
4357
|
class?: any;
|
|
4344
4358
|
theme?: string | undefined;
|
|
4345
|
-
to?: vue_router.
|
|
4359
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
4346
4360
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
4347
4361
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
4348
4362
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -4408,6 +4422,7 @@ declare const VListItem: {
|
|
|
4408
4422
|
getPath: (id: unknown) => unknown[];
|
|
4409
4423
|
};
|
|
4410
4424
|
id: vue.ComputedRef<{} | null>;
|
|
4425
|
+
link: UseLink;
|
|
4411
4426
|
}, {}, {}, {}, {
|
|
4412
4427
|
replace: boolean;
|
|
4413
4428
|
link: boolean;
|
|
@@ -4458,7 +4473,7 @@ declare const VListItem: {
|
|
|
4458
4473
|
title?: string | number | undefined;
|
|
4459
4474
|
class?: any;
|
|
4460
4475
|
theme?: string | undefined;
|
|
4461
|
-
to?: vue_router.
|
|
4476
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
4462
4477
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
4463
4478
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
4464
4479
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -4524,6 +4539,7 @@ declare const VListItem: {
|
|
|
4524
4539
|
getPath: (id: unknown) => unknown[];
|
|
4525
4540
|
};
|
|
4526
4541
|
id: vue.ComputedRef<{} | null>;
|
|
4542
|
+
link: UseLink;
|
|
4527
4543
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
4528
4544
|
click: (e: MouseEvent | KeyboardEvent) => true;
|
|
4529
4545
|
}, string, {
|
|
@@ -6806,7 +6822,7 @@ declare const VMenu: {
|
|
|
6806
6822
|
};
|
|
6807
6823
|
$forceUpdate: () => void;
|
|
6808
6824
|
$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;
|
|
6825
|
+
$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
6826
|
} & Omit<{
|
|
6811
6827
|
absolute: boolean;
|
|
6812
6828
|
location: Anchor;
|
|
@@ -7487,7 +7503,7 @@ declare const VMenu: {
|
|
|
7487
7503
|
};
|
|
7488
7504
|
$forceUpdate: () => void;
|
|
7489
7505
|
$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;
|
|
7506
|
+
$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
7507
|
} & Omit<{
|
|
7492
7508
|
absolute: boolean;
|
|
7493
7509
|
location: Anchor;
|
|
@@ -8073,7 +8089,7 @@ declare const VMenu: {
|
|
|
8073
8089
|
};
|
|
8074
8090
|
$forceUpdate: () => void;
|
|
8075
8091
|
$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;
|
|
8092
|
+
$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
8093
|
} & Omit<{
|
|
8078
8094
|
absolute: boolean;
|
|
8079
8095
|
location: Anchor;
|
|
@@ -13218,13 +13234,6 @@ declare const VBottomSheet: {
|
|
|
13218
13234
|
}>>;
|
|
13219
13235
|
type VBottomSheet = InstanceType<typeof VBottomSheet>;
|
|
13220
13236
|
|
|
13221
|
-
interface LinkProps {
|
|
13222
|
-
href: string | undefined;
|
|
13223
|
-
replace: boolean | undefined;
|
|
13224
|
-
to: RouteLocationRaw | undefined;
|
|
13225
|
-
exact: boolean | undefined;
|
|
13226
|
-
}
|
|
13227
|
-
|
|
13228
13237
|
type InternalBreadcrumbItem = Partial<LinkProps> & {
|
|
13229
13238
|
title: string;
|
|
13230
13239
|
disabled?: boolean;
|
|
@@ -13462,7 +13471,7 @@ declare const VBreadcrumbsItem: {
|
|
|
13462
13471
|
color?: string | undefined;
|
|
13463
13472
|
title?: string | undefined;
|
|
13464
13473
|
class?: any;
|
|
13465
|
-
to?: vue_router.
|
|
13474
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13466
13475
|
href?: string | undefined;
|
|
13467
13476
|
activeColor?: string | undefined;
|
|
13468
13477
|
activeClass?: string | undefined;
|
|
@@ -13486,7 +13495,7 @@ declare const VBreadcrumbsItem: {
|
|
|
13486
13495
|
color?: string | undefined;
|
|
13487
13496
|
title?: string | undefined;
|
|
13488
13497
|
class?: any;
|
|
13489
|
-
to?: vue_router.
|
|
13498
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13490
13499
|
href?: string | undefined;
|
|
13491
13500
|
activeColor?: string | undefined;
|
|
13492
13501
|
activeClass?: string | undefined;
|
|
@@ -13526,7 +13535,7 @@ declare const VBreadcrumbsItem: {
|
|
|
13526
13535
|
color?: string | undefined;
|
|
13527
13536
|
title?: string | undefined;
|
|
13528
13537
|
class?: any;
|
|
13529
|
-
to?: vue_router.
|
|
13538
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13530
13539
|
href?: string | undefined;
|
|
13531
13540
|
activeColor?: string | undefined;
|
|
13532
13541
|
activeClass?: string | undefined;
|
|
@@ -13561,7 +13570,7 @@ declare const VBreadcrumbsItem: {
|
|
|
13561
13570
|
color?: string | undefined;
|
|
13562
13571
|
title?: string | undefined;
|
|
13563
13572
|
class?: any;
|
|
13564
|
-
to?: vue_router.
|
|
13573
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13565
13574
|
href?: string | undefined;
|
|
13566
13575
|
activeColor?: string | undefined;
|
|
13567
13576
|
activeClass?: string | undefined;
|
|
@@ -13764,7 +13773,7 @@ declare const VBtn: {
|
|
|
13764
13773
|
text?: string | undefined;
|
|
13765
13774
|
class?: any;
|
|
13766
13775
|
theme?: string | undefined;
|
|
13767
|
-
to?: vue_router.
|
|
13776
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13768
13777
|
icon?: boolean | IconValue | undefined;
|
|
13769
13778
|
href?: string | undefined;
|
|
13770
13779
|
elevation?: string | number | undefined;
|
|
@@ -13838,7 +13847,7 @@ declare const VBtn: {
|
|
|
13838
13847
|
text?: string | undefined;
|
|
13839
13848
|
class?: any;
|
|
13840
13849
|
theme?: string | undefined;
|
|
13841
|
-
to?: vue_router.
|
|
13850
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13842
13851
|
icon?: boolean | IconValue | undefined;
|
|
13843
13852
|
href?: string | undefined;
|
|
13844
13853
|
elevation?: string | number | undefined;
|
|
@@ -13939,7 +13948,7 @@ declare const VBtn: {
|
|
|
13939
13948
|
text?: string | undefined;
|
|
13940
13949
|
class?: any;
|
|
13941
13950
|
theme?: string | undefined;
|
|
13942
|
-
to?: vue_router.
|
|
13951
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13943
13952
|
icon?: boolean | IconValue | undefined;
|
|
13944
13953
|
href?: string | undefined;
|
|
13945
13954
|
elevation?: string | number | undefined;
|
|
@@ -14034,7 +14043,7 @@ declare const VBtn: {
|
|
|
14034
14043
|
text?: string | undefined;
|
|
14035
14044
|
class?: any;
|
|
14036
14045
|
theme?: string | undefined;
|
|
14037
|
-
to?: vue_router.
|
|
14046
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
14038
14047
|
icon?: boolean | IconValue | undefined;
|
|
14039
14048
|
href?: string | undefined;
|
|
14040
14049
|
elevation?: string | number | undefined;
|
|
@@ -14947,7 +14956,7 @@ declare const VCard: {
|
|
|
14947
14956
|
text?: string | number | undefined;
|
|
14948
14957
|
class?: any;
|
|
14949
14958
|
theme?: string | undefined;
|
|
14950
|
-
to?: vue_router.
|
|
14959
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
14951
14960
|
href?: string | undefined;
|
|
14952
14961
|
elevation?: string | number | undefined;
|
|
14953
14962
|
rounded?: string | number | boolean | undefined;
|
|
@@ -15024,7 +15033,7 @@ declare const VCard: {
|
|
|
15024
15033
|
text?: string | number | undefined;
|
|
15025
15034
|
class?: any;
|
|
15026
15035
|
theme?: string | undefined;
|
|
15027
|
-
to?: vue_router.
|
|
15036
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
15028
15037
|
href?: string | undefined;
|
|
15029
15038
|
elevation?: string | number | undefined;
|
|
15030
15039
|
rounded?: string | number | boolean | undefined;
|
|
@@ -15135,7 +15144,7 @@ declare const VCard: {
|
|
|
15135
15144
|
text?: string | number | undefined;
|
|
15136
15145
|
class?: any;
|
|
15137
15146
|
theme?: string | undefined;
|
|
15138
|
-
to?: vue_router.
|
|
15147
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
15139
15148
|
href?: string | undefined;
|
|
15140
15149
|
elevation?: string | number | undefined;
|
|
15141
15150
|
rounded?: string | number | boolean | undefined;
|
|
@@ -15232,7 +15241,7 @@ declare const VCard: {
|
|
|
15232
15241
|
text?: string | number | undefined;
|
|
15233
15242
|
class?: any;
|
|
15234
15243
|
theme?: string | undefined;
|
|
15235
|
-
to?: vue_router.
|
|
15244
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
15236
15245
|
href?: string | undefined;
|
|
15237
15246
|
elevation?: string | number | undefined;
|
|
15238
15247
|
rounded?: string | number | boolean | undefined;
|
|
@@ -18829,7 +18838,7 @@ declare const VChip: {
|
|
|
18829
18838
|
text?: string | undefined;
|
|
18830
18839
|
class?: any;
|
|
18831
18840
|
theme?: string | undefined;
|
|
18832
|
-
to?: vue_router.
|
|
18841
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
18833
18842
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
18834
18843
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
18835
18844
|
href?: string | undefined;
|
|
@@ -18937,7 +18946,7 @@ declare const VChip: {
|
|
|
18937
18946
|
text?: string | undefined;
|
|
18938
18947
|
class?: any;
|
|
18939
18948
|
theme?: string | undefined;
|
|
18940
|
-
to?: vue_router.
|
|
18949
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
18941
18950
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
18942
18951
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
18943
18952
|
href?: string | undefined;
|
|
@@ -19083,7 +19092,7 @@ declare const VChip: {
|
|
|
19083
19092
|
text?: string | undefined;
|
|
19084
19093
|
class?: any;
|
|
19085
19094
|
theme?: string | undefined;
|
|
19086
|
-
to?: vue_router.
|
|
19095
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
19087
19096
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
19088
19097
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
19089
19098
|
href?: string | undefined;
|
|
@@ -19212,7 +19221,7 @@ declare const VChip: {
|
|
|
19212
19221
|
text?: string | undefined;
|
|
19213
19222
|
class?: any;
|
|
19214
19223
|
theme?: string | undefined;
|
|
19215
|
-
to?: vue_router.
|
|
19224
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
19216
19225
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
19217
19226
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
19218
19227
|
href?: string | undefined;
|
|
@@ -20048,7 +20057,7 @@ declare const VColorPicker: {
|
|
|
20048
20057
|
};
|
|
20049
20058
|
}>> & {
|
|
20050
20059
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
|
20051
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
|
20060
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
|
20052
20061
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
20053
20062
|
'update:modelValue': (color: any) => true;
|
|
20054
20063
|
'update:mode': (mode: keyof typeof modes) => true;
|
|
@@ -20115,17 +20124,17 @@ declare const VColorPicker: {
|
|
|
20115
20124
|
};
|
|
20116
20125
|
}>> & {
|
|
20117
20126
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
|
20118
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
|
20127
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
|
20119
20128
|
}, {
|
|
20120
20129
|
width: string | number;
|
|
20121
20130
|
style: vue.StyleValue;
|
|
20122
20131
|
disabled: boolean;
|
|
20123
20132
|
tag: string;
|
|
20124
|
-
mode: "rgb" | "hex" | "
|
|
20133
|
+
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
|
20125
20134
|
rounded: string | number | boolean;
|
|
20126
20135
|
tile: boolean;
|
|
20127
20136
|
dotSize: string | number;
|
|
20128
|
-
modes: readonly ("rgb" | "hex" | "
|
|
20137
|
+
modes: readonly ("rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa")[];
|
|
20129
20138
|
canvasHeight: string | number;
|
|
20130
20139
|
hideCanvas: boolean;
|
|
20131
20140
|
hideSliders: boolean;
|
|
@@ -20202,17 +20211,17 @@ declare const VColorPicker: {
|
|
|
20202
20211
|
};
|
|
20203
20212
|
}>> & {
|
|
20204
20213
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
|
20205
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
|
20214
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
|
20206
20215
|
}, {}, {}, {}, {}, {
|
|
20207
20216
|
width: string | number;
|
|
20208
20217
|
style: vue.StyleValue;
|
|
20209
20218
|
disabled: boolean;
|
|
20210
20219
|
tag: string;
|
|
20211
|
-
mode: "rgb" | "hex" | "
|
|
20220
|
+
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
|
20212
20221
|
rounded: string | number | boolean;
|
|
20213
20222
|
tile: boolean;
|
|
20214
20223
|
dotSize: string | number;
|
|
20215
|
-
modes: readonly ("rgb" | "hex" | "
|
|
20224
|
+
modes: readonly ("rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa")[];
|
|
20216
20225
|
canvasHeight: string | number;
|
|
20217
20226
|
hideCanvas: boolean;
|
|
20218
20227
|
hideSliders: boolean;
|
|
@@ -20286,7 +20295,7 @@ declare const VColorPicker: {
|
|
|
20286
20295
|
};
|
|
20287
20296
|
}>> & {
|
|
20288
20297
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
|
20289
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
|
20298
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
|
20290
20299
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
20291
20300
|
'update:modelValue': (color: any) => true;
|
|
20292
20301
|
'update:mode': (mode: keyof typeof modes) => true;
|
|
@@ -20295,11 +20304,11 @@ declare const VColorPicker: {
|
|
|
20295
20304
|
style: vue.StyleValue;
|
|
20296
20305
|
disabled: boolean;
|
|
20297
20306
|
tag: string;
|
|
20298
|
-
mode: "rgb" | "hex" | "
|
|
20307
|
+
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
|
20299
20308
|
rounded: string | number | boolean;
|
|
20300
20309
|
tile: boolean;
|
|
20301
20310
|
dotSize: string | number;
|
|
20302
|
-
modes: readonly ("rgb" | "hex" | "
|
|
20311
|
+
modes: readonly ("rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa")[];
|
|
20303
20312
|
canvasHeight: string | number;
|
|
20304
20313
|
hideCanvas: boolean;
|
|
20305
20314
|
hideSliders: boolean;
|
|
@@ -28071,7 +28080,10 @@ declare const VDatePicker: {
|
|
|
28071
28080
|
max: vue.PropType<unknown>;
|
|
28072
28081
|
min: vue.PropType<unknown>;
|
|
28073
28082
|
year: NumberConstructor;
|
|
28074
|
-
disabled:
|
|
28083
|
+
disabled: {
|
|
28084
|
+
type: BooleanConstructor;
|
|
28085
|
+
default: null;
|
|
28086
|
+
};
|
|
28075
28087
|
month: (StringConstructor | NumberConstructor)[];
|
|
28076
28088
|
showAdjacentMonths: BooleanConstructor;
|
|
28077
28089
|
weekdays: {
|
|
@@ -28182,7 +28194,10 @@ declare const VDatePicker: {
|
|
|
28182
28194
|
max: vue.PropType<unknown>;
|
|
28183
28195
|
min: vue.PropType<unknown>;
|
|
28184
28196
|
year: NumberConstructor;
|
|
28185
|
-
disabled:
|
|
28197
|
+
disabled: {
|
|
28198
|
+
type: BooleanConstructor;
|
|
28199
|
+
default: null;
|
|
28200
|
+
};
|
|
28186
28201
|
month: (StringConstructor | NumberConstructor)[];
|
|
28187
28202
|
showAdjacentMonths: BooleanConstructor;
|
|
28188
28203
|
weekdays: {
|
|
@@ -28254,7 +28269,7 @@ type VDatePicker = InstanceType<typeof VDatePicker>;
|
|
|
28254
28269
|
|
|
28255
28270
|
declare const VDatePickerControls: {
|
|
28256
28271
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
28257
|
-
disabled: string | boolean | string[];
|
|
28272
|
+
disabled: string | boolean | string[] | null;
|
|
28258
28273
|
nextIcon: IconValue;
|
|
28259
28274
|
prevIcon: IconValue;
|
|
28260
28275
|
modeIcon: IconValue;
|
|
@@ -28284,7 +28299,7 @@ declare const VDatePickerControls: {
|
|
|
28284
28299
|
'click:next': () => true;
|
|
28285
28300
|
'click:text': () => true;
|
|
28286
28301
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
28287
|
-
disabled: string | boolean | string[];
|
|
28302
|
+
disabled: string | boolean | string[] | null;
|
|
28288
28303
|
nextIcon: IconValue;
|
|
28289
28304
|
prevIcon: IconValue;
|
|
28290
28305
|
modeIcon: IconValue;
|
|
@@ -28309,7 +28324,7 @@ declare const VDatePickerControls: {
|
|
|
28309
28324
|
"onClick:text"?: (() => any) | undefined;
|
|
28310
28325
|
}, {
|
|
28311
28326
|
active: string | string[];
|
|
28312
|
-
disabled: string | boolean | string[];
|
|
28327
|
+
disabled: string | boolean | string[] | null;
|
|
28313
28328
|
nextIcon: IconValue;
|
|
28314
28329
|
prevIcon: IconValue;
|
|
28315
28330
|
modeIcon: IconValue;
|
|
@@ -28324,7 +28339,7 @@ declare const VDatePickerControls: {
|
|
|
28324
28339
|
M: {};
|
|
28325
28340
|
Defaults: {};
|
|
28326
28341
|
}, {
|
|
28327
|
-
disabled: string | boolean | string[];
|
|
28342
|
+
disabled: string | boolean | string[] | null;
|
|
28328
28343
|
nextIcon: IconValue;
|
|
28329
28344
|
prevIcon: IconValue;
|
|
28330
28345
|
modeIcon: IconValue;
|
|
@@ -28349,7 +28364,7 @@ declare const VDatePickerControls: {
|
|
|
28349
28364
|
"onClick:text"?: (() => any) | undefined;
|
|
28350
28365
|
}, {}, {}, {}, {}, {
|
|
28351
28366
|
active: string | string[];
|
|
28352
|
-
disabled: string | boolean | string[];
|
|
28367
|
+
disabled: string | boolean | string[] | null;
|
|
28353
28368
|
nextIcon: IconValue;
|
|
28354
28369
|
prevIcon: IconValue;
|
|
28355
28370
|
modeIcon: IconValue;
|
|
@@ -28359,7 +28374,7 @@ declare const VDatePickerControls: {
|
|
|
28359
28374
|
__isTeleport?: never;
|
|
28360
28375
|
__isSuspense?: never;
|
|
28361
28376
|
} & vue.ComponentOptionsBase<{
|
|
28362
|
-
disabled: string | boolean | string[];
|
|
28377
|
+
disabled: string | boolean | string[] | null;
|
|
28363
28378
|
nextIcon: IconValue;
|
|
28364
28379
|
prevIcon: IconValue;
|
|
28365
28380
|
modeIcon: IconValue;
|
|
@@ -28390,7 +28405,7 @@ declare const VDatePickerControls: {
|
|
|
28390
28405
|
'click:text': () => true;
|
|
28391
28406
|
}, string, {
|
|
28392
28407
|
active: string | string[];
|
|
28393
|
-
disabled: string | boolean | string[];
|
|
28408
|
+
disabled: string | boolean | string[] | null;
|
|
28394
28409
|
nextIcon: IconValue;
|
|
28395
28410
|
prevIcon: IconValue;
|
|
28396
28411
|
modeIcon: IconValue;
|
|
@@ -28403,8 +28418,8 @@ declare const VDatePickerControls: {
|
|
|
28403
28418
|
default: undefined;
|
|
28404
28419
|
};
|
|
28405
28420
|
disabled: {
|
|
28406
|
-
type: PropType<boolean | string | string[]>;
|
|
28407
|
-
default:
|
|
28421
|
+
type: PropType<boolean | string | string[] | null>;
|
|
28422
|
+
default: null;
|
|
28408
28423
|
};
|
|
28409
28424
|
nextIcon: {
|
|
28410
28425
|
type: PropType<IconValue>;
|
|
@@ -28429,8 +28444,8 @@ declare const VDatePickerControls: {
|
|
|
28429
28444
|
default: undefined;
|
|
28430
28445
|
};
|
|
28431
28446
|
disabled: {
|
|
28432
|
-
type: PropType<boolean | string | string[]>;
|
|
28433
|
-
default:
|
|
28447
|
+
type: PropType<boolean | string | string[] | null>;
|
|
28448
|
+
default: null;
|
|
28434
28449
|
};
|
|
28435
28450
|
nextIcon: {
|
|
28436
28451
|
type: PropType<IconValue>;
|
|
@@ -28855,7 +28870,10 @@ declare const VDatePickerMonth: {
|
|
|
28855
28870
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
28856
28871
|
max: PropType<unknown>;
|
|
28857
28872
|
min: PropType<unknown>;
|
|
28858
|
-
disabled:
|
|
28873
|
+
disabled: {
|
|
28874
|
+
type: BooleanConstructor;
|
|
28875
|
+
default: null;
|
|
28876
|
+
};
|
|
28859
28877
|
month: (StringConstructor | NumberConstructor)[];
|
|
28860
28878
|
year: (StringConstructor | NumberConstructor)[];
|
|
28861
28879
|
modelValue: PropType<unknown[]>;
|
|
@@ -28900,7 +28918,10 @@ declare const VDatePickerMonth: {
|
|
|
28900
28918
|
}, vue.ExtractPropTypes<{
|
|
28901
28919
|
max: PropType<unknown>;
|
|
28902
28920
|
min: PropType<unknown>;
|
|
28903
|
-
disabled:
|
|
28921
|
+
disabled: {
|
|
28922
|
+
type: BooleanConstructor;
|
|
28923
|
+
default: null;
|
|
28924
|
+
};
|
|
28904
28925
|
month: (StringConstructor | NumberConstructor)[];
|
|
28905
28926
|
year: (StringConstructor | NumberConstructor)[];
|
|
28906
28927
|
modelValue: PropType<unknown[]>;
|
|
@@ -30037,7 +30058,7 @@ declare const VDialog: {
|
|
|
30037
30058
|
};
|
|
30038
30059
|
$forceUpdate: () => void;
|
|
30039
30060
|
$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;
|
|
30061
|
+
$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
30062
|
} & Omit<{
|
|
30042
30063
|
absolute: boolean;
|
|
30043
30064
|
location: Anchor;
|
|
@@ -30723,7 +30744,7 @@ declare const VDialog: {
|
|
|
30723
30744
|
};
|
|
30724
30745
|
$forceUpdate: () => void;
|
|
30725
30746
|
$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;
|
|
30747
|
+
$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
30748
|
} & Omit<{
|
|
30728
30749
|
absolute: boolean;
|
|
30729
30750
|
location: Anchor;
|
|
@@ -31308,7 +31329,7 @@ declare const VDialog: {
|
|
|
31308
31329
|
};
|
|
31309
31330
|
$forceUpdate: () => void;
|
|
31310
31331
|
$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;
|
|
31332
|
+
$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
31333
|
} & Omit<{
|
|
31313
31334
|
absolute: boolean;
|
|
31314
31335
|
location: Anchor;
|
|
@@ -33330,7 +33351,7 @@ declare const VFab: {
|
|
|
33330
33351
|
text?: string | undefined;
|
|
33331
33352
|
class?: any;
|
|
33332
33353
|
theme?: string | undefined;
|
|
33333
|
-
to?: vue_router.
|
|
33354
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
33334
33355
|
icon?: boolean | IconValue | undefined;
|
|
33335
33356
|
href?: string | undefined;
|
|
33336
33357
|
elevation?: string | number | undefined;
|
|
@@ -33401,7 +33422,7 @@ declare const VFab: {
|
|
|
33401
33422
|
text?: string | undefined;
|
|
33402
33423
|
class?: any;
|
|
33403
33424
|
theme?: string | undefined;
|
|
33404
|
-
to?: vue_router.
|
|
33425
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
33405
33426
|
icon?: boolean | IconValue | undefined;
|
|
33406
33427
|
href?: string | undefined;
|
|
33407
33428
|
elevation?: string | number | undefined;
|
|
@@ -33511,7 +33532,7 @@ declare const VFab: {
|
|
|
33511
33532
|
text?: string | undefined;
|
|
33512
33533
|
class?: any;
|
|
33513
33534
|
theme?: string | undefined;
|
|
33514
|
-
to?: vue_router.
|
|
33535
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
33515
33536
|
icon?: boolean | IconValue | undefined;
|
|
33516
33537
|
href?: string | undefined;
|
|
33517
33538
|
elevation?: string | number | undefined;
|
|
@@ -33616,7 +33637,7 @@ declare const VFab: {
|
|
|
33616
33637
|
text?: string | undefined;
|
|
33617
33638
|
class?: any;
|
|
33618
33639
|
theme?: string | undefined;
|
|
33619
|
-
to?: vue_router.
|
|
33640
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
33620
33641
|
icon?: boolean | IconValue | undefined;
|
|
33621
33642
|
href?: string | undefined;
|
|
33622
33643
|
elevation?: string | number | undefined;
|
|
@@ -34328,7 +34349,7 @@ declare const VFileInput: {
|
|
|
34328
34349
|
};
|
|
34329
34350
|
$forceUpdate: () => void;
|
|
34330
34351
|
$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;
|
|
34352
|
+
$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
34353
|
} & Omit<{
|
|
34333
34354
|
error: boolean;
|
|
34334
34355
|
direction: "horizontal" | "vertical";
|
|
@@ -34900,7 +34921,7 @@ declare const VFileInput: {
|
|
|
34900
34921
|
};
|
|
34901
34922
|
$forceUpdate: () => void;
|
|
34902
34923
|
$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;
|
|
34924
|
+
$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
34925
|
} & Omit<{
|
|
34905
34926
|
error: boolean;
|
|
34906
34927
|
direction: "horizontal" | "vertical";
|
|
@@ -35307,7 +35328,7 @@ declare const VFileInput: {
|
|
|
35307
35328
|
};
|
|
35308
35329
|
$forceUpdate: () => void;
|
|
35309
35330
|
$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;
|
|
35331
|
+
$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
35332
|
} & Omit<{
|
|
35312
35333
|
error: boolean;
|
|
35313
35334
|
direction: "horizontal" | "vertical";
|
|
@@ -49504,7 +49525,7 @@ declare const VSnackbar: {
|
|
|
49504
49525
|
};
|
|
49505
49526
|
$forceUpdate: () => void;
|
|
49506
49527
|
$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;
|
|
49528
|
+
$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
49529
|
} & Omit<{
|
|
49509
49530
|
absolute: boolean;
|
|
49510
49531
|
location: Anchor;
|
|
@@ -50186,7 +50207,7 @@ declare const VSnackbar: {
|
|
|
50186
50207
|
};
|
|
50187
50208
|
$forceUpdate: () => void;
|
|
50188
50209
|
$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;
|
|
50210
|
+
$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
50211
|
} & Omit<{
|
|
50191
50212
|
absolute: boolean;
|
|
50192
50213
|
location: Anchor;
|
|
@@ -50768,7 +50789,7 @@ declare const VSnackbar: {
|
|
|
50768
50789
|
};
|
|
50769
50790
|
$forceUpdate: () => void;
|
|
50770
50791
|
$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;
|
|
50792
|
+
$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
50793
|
} & Omit<{
|
|
50773
50794
|
absolute: boolean;
|
|
50774
50795
|
location: Anchor;
|
|
@@ -54662,7 +54683,7 @@ declare const VTab: {
|
|
|
54662
54683
|
text?: string | undefined;
|
|
54663
54684
|
class?: any;
|
|
54664
54685
|
theme?: string | undefined;
|
|
54665
|
-
to?: vue_router.
|
|
54686
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
54666
54687
|
icon?: boolean | IconValue | undefined;
|
|
54667
54688
|
href?: string | undefined;
|
|
54668
54689
|
elevation?: string | number | undefined;
|
|
@@ -54749,7 +54770,7 @@ declare const VTab: {
|
|
|
54749
54770
|
text?: string | undefined;
|
|
54750
54771
|
class?: any;
|
|
54751
54772
|
theme?: string | undefined;
|
|
54752
|
-
to?: vue_router.
|
|
54773
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
54753
54774
|
icon?: boolean | IconValue | undefined;
|
|
54754
54775
|
href?: string | undefined;
|
|
54755
54776
|
elevation?: string | number | undefined;
|
|
@@ -54814,7 +54835,7 @@ declare const VTab: {
|
|
|
54814
54835
|
text?: string | undefined;
|
|
54815
54836
|
class?: any;
|
|
54816
54837
|
theme?: string | undefined;
|
|
54817
|
-
to?: vue_router.
|
|
54838
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
54818
54839
|
icon?: boolean | IconValue | undefined;
|
|
54819
54840
|
href?: string | undefined;
|
|
54820
54841
|
elevation?: string | number | undefined;
|
|
@@ -54901,7 +54922,7 @@ declare const VTab: {
|
|
|
54901
54922
|
text?: string | undefined;
|
|
54902
54923
|
class?: any;
|
|
54903
54924
|
theme?: string | undefined;
|
|
54904
|
-
to?: vue_router.
|
|
54925
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
54905
54926
|
icon?: boolean | IconValue | undefined;
|
|
54906
54927
|
href?: string | undefined;
|
|
54907
54928
|
elevation?: string | number | undefined;
|
|
@@ -54984,7 +55005,7 @@ declare const VTab: {
|
|
|
54984
55005
|
};
|
|
54985
55006
|
$forceUpdate: () => void;
|
|
54986
55007
|
$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;
|
|
55008
|
+
$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
55009
|
} & Omit<{
|
|
54989
55010
|
symbol: any;
|
|
54990
55011
|
replace: boolean;
|
|
@@ -55021,7 +55042,7 @@ declare const VTab: {
|
|
|
55021
55042
|
text?: string | undefined;
|
|
55022
55043
|
class?: any;
|
|
55023
55044
|
theme?: string | undefined;
|
|
55024
|
-
to?: vue_router.
|
|
55045
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55025
55046
|
icon?: boolean | IconValue | undefined;
|
|
55026
55047
|
href?: string | undefined;
|
|
55027
55048
|
elevation?: string | number | undefined;
|
|
@@ -55093,7 +55114,7 @@ declare const VTab: {
|
|
|
55093
55114
|
text?: string | undefined;
|
|
55094
55115
|
class?: any;
|
|
55095
55116
|
theme?: string | undefined;
|
|
55096
|
-
to?: vue_router.
|
|
55117
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55097
55118
|
icon?: boolean | IconValue | undefined;
|
|
55098
55119
|
href?: string | undefined;
|
|
55099
55120
|
elevation?: string | number | undefined;
|
|
@@ -55188,7 +55209,7 @@ declare const VTab: {
|
|
|
55188
55209
|
text?: string | undefined;
|
|
55189
55210
|
class?: any;
|
|
55190
55211
|
theme?: string | undefined;
|
|
55191
|
-
to?: vue_router.
|
|
55212
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55192
55213
|
icon?: boolean | IconValue | undefined;
|
|
55193
55214
|
href?: string | undefined;
|
|
55194
55215
|
elevation?: string | number | undefined;
|
|
@@ -55275,7 +55296,7 @@ declare const VTab: {
|
|
|
55275
55296
|
text?: string | undefined;
|
|
55276
55297
|
class?: any;
|
|
55277
55298
|
theme?: string | undefined;
|
|
55278
|
-
to?: vue_router.
|
|
55299
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55279
55300
|
icon?: boolean | IconValue | undefined;
|
|
55280
55301
|
href?: string | undefined;
|
|
55281
55302
|
elevation?: string | number | undefined;
|
|
@@ -55340,7 +55361,7 @@ declare const VTab: {
|
|
|
55340
55361
|
text?: string | undefined;
|
|
55341
55362
|
class?: any;
|
|
55342
55363
|
theme?: string | undefined;
|
|
55343
|
-
to?: vue_router.
|
|
55364
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55344
55365
|
icon?: boolean | IconValue | undefined;
|
|
55345
55366
|
href?: string | undefined;
|
|
55346
55367
|
elevation?: string | number | undefined;
|
|
@@ -55427,7 +55448,7 @@ declare const VTab: {
|
|
|
55427
55448
|
text?: string | undefined;
|
|
55428
55449
|
class?: any;
|
|
55429
55450
|
theme?: string | undefined;
|
|
55430
|
-
to?: vue_router.
|
|
55451
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55431
55452
|
icon?: boolean | IconValue | undefined;
|
|
55432
55453
|
href?: string | undefined;
|
|
55433
55454
|
elevation?: string | number | undefined;
|
|
@@ -55510,7 +55531,7 @@ declare const VTab: {
|
|
|
55510
55531
|
};
|
|
55511
55532
|
$forceUpdate: () => void;
|
|
55512
55533
|
$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;
|
|
55534
|
+
$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
55535
|
} & Omit<{
|
|
55515
55536
|
symbol: any;
|
|
55516
55537
|
replace: boolean;
|
|
@@ -55547,7 +55568,7 @@ declare const VTab: {
|
|
|
55547
55568
|
text?: string | undefined;
|
|
55548
55569
|
class?: any;
|
|
55549
55570
|
theme?: string | undefined;
|
|
55550
|
-
to?: vue_router.
|
|
55571
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55551
55572
|
icon?: boolean | IconValue | undefined;
|
|
55552
55573
|
href?: string | undefined;
|
|
55553
55574
|
elevation?: string | number | undefined;
|
|
@@ -55644,7 +55665,7 @@ declare const VTab: {
|
|
|
55644
55665
|
text?: string | undefined;
|
|
55645
55666
|
class?: any;
|
|
55646
55667
|
theme?: string | undefined;
|
|
55647
|
-
to?: vue_router.
|
|
55668
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55648
55669
|
icon?: boolean | IconValue | undefined;
|
|
55649
55670
|
href?: string | undefined;
|
|
55650
55671
|
elevation?: string | number | undefined;
|
|
@@ -55731,7 +55752,7 @@ declare const VTab: {
|
|
|
55731
55752
|
text?: string | undefined;
|
|
55732
55753
|
class?: any;
|
|
55733
55754
|
theme?: string | undefined;
|
|
55734
|
-
to?: vue_router.
|
|
55755
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55735
55756
|
icon?: boolean | IconValue | undefined;
|
|
55736
55757
|
href?: string | undefined;
|
|
55737
55758
|
elevation?: string | number | undefined;
|
|
@@ -55796,7 +55817,7 @@ declare const VTab: {
|
|
|
55796
55817
|
text?: string | undefined;
|
|
55797
55818
|
class?: any;
|
|
55798
55819
|
theme?: string | undefined;
|
|
55799
|
-
to?: vue_router.
|
|
55820
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55800
55821
|
icon?: boolean | IconValue | undefined;
|
|
55801
55822
|
href?: string | undefined;
|
|
55802
55823
|
elevation?: string | number | undefined;
|
|
@@ -55883,7 +55904,7 @@ declare const VTab: {
|
|
|
55883
55904
|
text?: string | undefined;
|
|
55884
55905
|
class?: any;
|
|
55885
55906
|
theme?: string | undefined;
|
|
55886
|
-
to?: vue_router.
|
|
55907
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55887
55908
|
icon?: boolean | IconValue | undefined;
|
|
55888
55909
|
href?: string | undefined;
|
|
55889
55910
|
elevation?: string | number | undefined;
|
|
@@ -55966,7 +55987,7 @@ declare const VTab: {
|
|
|
55966
55987
|
};
|
|
55967
55988
|
$forceUpdate: () => void;
|
|
55968
55989
|
$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;
|
|
55990
|
+
$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
55991
|
} & Omit<{
|
|
55971
55992
|
symbol: any;
|
|
55972
55993
|
replace: boolean;
|
|
@@ -56003,7 +56024,7 @@ declare const VTab: {
|
|
|
56003
56024
|
text?: string | undefined;
|
|
56004
56025
|
class?: any;
|
|
56005
56026
|
theme?: string | undefined;
|
|
56006
|
-
to?: vue_router.
|
|
56027
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
56007
56028
|
icon?: boolean | IconValue | undefined;
|
|
56008
56029
|
href?: string | undefined;
|
|
56009
56030
|
elevation?: string | number | undefined;
|
|
@@ -56465,7 +56486,7 @@ declare const VTabs: {
|
|
|
56465
56486
|
item: (arg: VTabsSlot<unknown>) => vue.VNode[];
|
|
56466
56487
|
window: () => vue.VNode[];
|
|
56467
56488
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T = TabItem>(props: {
|
|
56468
|
-
items?: T;
|
|
56489
|
+
items?: T[];
|
|
56469
56490
|
}, slots: VTabsSlots<T>) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
|
|
56470
56491
|
tag: {
|
|
56471
56492
|
type: StringConstructor;
|
|
@@ -57464,7 +57485,7 @@ declare const VTextarea: {
|
|
|
57464
57485
|
};
|
|
57465
57486
|
$forceUpdate: () => void;
|
|
57466
57487
|
$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;
|
|
57488
|
+
$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
57489
|
} & Omit<{
|
|
57469
57490
|
error: boolean;
|
|
57470
57491
|
direction: "horizontal" | "vertical";
|
|
@@ -58003,7 +58024,7 @@ declare const VTextarea: {
|
|
|
58003
58024
|
};
|
|
58004
58025
|
$forceUpdate: () => void;
|
|
58005
58026
|
$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;
|
|
58027
|
+
$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
58028
|
} & Omit<{
|
|
58008
58029
|
error: boolean;
|
|
58009
58030
|
direction: "horizontal" | "vertical";
|
|
@@ -58395,7 +58416,7 @@ declare const VTextarea: {
|
|
|
58395
58416
|
};
|
|
58396
58417
|
$forceUpdate: () => void;
|
|
58397
58418
|
$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;
|
|
58419
|
+
$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
58420
|
} & Omit<{
|
|
58400
58421
|
error: boolean;
|
|
58401
58422
|
direction: "horizontal" | "vertical";
|
|
@@ -59039,7 +59060,7 @@ declare const VTextField: {
|
|
|
59039
59060
|
};
|
|
59040
59061
|
$forceUpdate: () => void;
|
|
59041
59062
|
$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;
|
|
59063
|
+
$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
59064
|
} & Omit<{
|
|
59044
59065
|
error: boolean;
|
|
59045
59066
|
direction: "horizontal" | "vertical";
|
|
@@ -59278,7 +59299,7 @@ declare const VTextField: {
|
|
|
59278
59299
|
};
|
|
59279
59300
|
$forceUpdate: () => void;
|
|
59280
59301
|
$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;
|
|
59302
|
+
$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
59303
|
} & Omit<{
|
|
59283
59304
|
flat: boolean;
|
|
59284
59305
|
reverse: boolean;
|
|
@@ -59817,7 +59838,7 @@ declare const VTextField: {
|
|
|
59817
59838
|
};
|
|
59818
59839
|
$forceUpdate: () => void;
|
|
59819
59840
|
$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;
|
|
59841
|
+
$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
59842
|
} & Omit<{
|
|
59822
59843
|
error: boolean;
|
|
59823
59844
|
direction: "horizontal" | "vertical";
|
|
@@ -60056,7 +60077,7 @@ declare const VTextField: {
|
|
|
60056
60077
|
};
|
|
60057
60078
|
$forceUpdate: () => void;
|
|
60058
60079
|
$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;
|
|
60080
|
+
$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
60081
|
} & Omit<{
|
|
60061
60082
|
flat: boolean;
|
|
60062
60083
|
reverse: boolean;
|
|
@@ -60446,7 +60467,7 @@ declare const VTextField: {
|
|
|
60446
60467
|
};
|
|
60447
60468
|
$forceUpdate: () => void;
|
|
60448
60469
|
$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;
|
|
60470
|
+
$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
60471
|
} & Omit<{
|
|
60451
60472
|
error: boolean;
|
|
60452
60473
|
direction: "horizontal" | "vertical";
|
|
@@ -60685,7 +60706,7 @@ declare const VTextField: {
|
|
|
60685
60706
|
};
|
|
60686
60707
|
$forceUpdate: () => void;
|
|
60687
60708
|
$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;
|
|
60709
|
+
$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
60710
|
} & Omit<{
|
|
60690
60711
|
flat: boolean;
|
|
60691
60712
|
reverse: boolean;
|
|
@@ -62357,7 +62378,7 @@ declare const VTooltip: {
|
|
|
62357
62378
|
};
|
|
62358
62379
|
$forceUpdate: () => void;
|
|
62359
62380
|
$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;
|
|
62381
|
+
$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
62382
|
} & Omit<{
|
|
62362
62383
|
absolute: boolean;
|
|
62363
62384
|
location: Anchor;
|
|
@@ -63022,7 +63043,7 @@ declare const VTooltip: {
|
|
|
63022
63043
|
};
|
|
63023
63044
|
$forceUpdate: () => void;
|
|
63024
63045
|
$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;
|
|
63046
|
+
$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
63047
|
} & Omit<{
|
|
63027
63048
|
absolute: boolean;
|
|
63028
63049
|
location: Anchor;
|
|
@@ -63595,7 +63616,7 @@ declare const VTooltip: {
|
|
|
63595
63616
|
};
|
|
63596
63617
|
$forceUpdate: () => void;
|
|
63597
63618
|
$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;
|
|
63619
|
+
$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
63620
|
} & Omit<{
|
|
63600
63621
|
absolute: boolean;
|
|
63601
63622
|
location: Anchor;
|
|
@@ -66936,27 +66957,26 @@ declare module 'vue' {
|
|
|
66936
66957
|
$children?: VNodeChild
|
|
66937
66958
|
}
|
|
66938
66959
|
export interface GlobalComponents {
|
|
66939
|
-
VApp: typeof import('vuetify/components')['VApp']
|
|
66940
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
|
66941
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
66942
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
66943
66960
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
66944
66961
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
66945
66962
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
66963
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
|
66964
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
66965
|
+
VApp: typeof import('vuetify/components')['VApp']
|
|
66966
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
66967
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
66946
66968
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
66947
66969
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
66948
66970
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
66949
|
-
|
|
66971
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
66950
66972
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
66951
66973
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
66952
66974
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
66953
|
-
|
|
66975
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
66954
66976
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
66955
66977
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
66956
66978
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
66957
|
-
|
|
66958
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
66959
|
-
VChip: typeof import('vuetify/components')['VChip']
|
|
66979
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
66960
66980
|
VCard: typeof import('vuetify/components')['VCard']
|
|
66961
66981
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
66962
66982
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
@@ -66965,12 +66985,20 @@ declare module 'vue' {
|
|
|
66965
66985
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
66966
66986
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
66967
66987
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
66988
|
+
VChip: typeof import('vuetify/components')['VChip']
|
|
66989
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
66968
66990
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
66969
66991
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
66970
66992
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
66971
|
-
|
|
66972
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
66993
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
|
66973
66994
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
66995
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
66996
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
66997
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
66998
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
66999
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
67000
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
67001
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
66974
67002
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
66975
67003
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
|
66976
67004
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
@@ -66978,36 +67006,27 @@ declare module 'vue' {
|
|
|
66978
67006
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
66979
67007
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
66980
67008
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
66981
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
|
66982
67009
|
VDivider: typeof import('vuetify/components')['VDivider']
|
|
66983
67010
|
VDialog: typeof import('vuetify/components')['VDialog']
|
|
66984
67011
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
66985
67012
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
66986
67013
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
66987
67014
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
66988
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
66989
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
66990
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
66991
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
66992
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
66993
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
66994
|
-
VFab: typeof import('vuetify/components')['VFab']
|
|
66995
67015
|
VField: typeof import('vuetify/components')['VField']
|
|
66996
67016
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
66997
67017
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
67018
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
|
66998
67019
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
66999
67020
|
VImg: typeof import('vuetify/components')['VImg']
|
|
67021
|
+
VFab: typeof import('vuetify/components')['VFab']
|
|
67022
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
67023
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
67024
|
+
VItem: typeof import('vuetify/components')['VItem']
|
|
67000
67025
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
67001
67026
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
67002
67027
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
67003
67028
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
67004
67029
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
67005
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
67006
|
-
VItem: typeof import('vuetify/components')['VItem']
|
|
67007
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
|
67008
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
|
67009
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
67010
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
|
67011
67030
|
VInput: typeof import('vuetify/components')['VInput']
|
|
67012
67031
|
VList: typeof import('vuetify/components')['VList']
|
|
67013
67032
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
@@ -67018,46 +67037,48 @@ declare module 'vue' {
|
|
|
67018
67037
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
67019
67038
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
67020
67039
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
67021
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
|
67022
67040
|
VMain: typeof import('vuetify/components')['VMain']
|
|
67041
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
|
67042
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
67043
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
|
67044
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
67023
67045
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
67024
|
-
|
|
67046
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
|
67025
67047
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
67026
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
67027
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
|
67028
67048
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
67029
67049
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
67050
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
|
67030
67051
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
67031
|
-
|
|
67032
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
67052
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
67033
67053
|
VRating: typeof import('vuetify/components')['VRating']
|
|
67034
|
-
|
|
67054
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
67035
67055
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
67036
67056
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
67037
|
-
|
|
67057
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
|
67038
67058
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
67039
|
-
|
|
67059
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
67060
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
67061
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
67040
67062
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
67041
67063
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
67042
67064
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
67043
67065
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
67044
67066
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
67045
67067
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
67046
|
-
|
|
67068
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
67069
|
+
VTable: typeof import('vuetify/components')['VTable']
|
|
67047
67070
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
67071
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
67048
67072
|
VTab: typeof import('vuetify/components')['VTab']
|
|
67049
67073
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
67050
67074
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
67051
67075
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
|
67052
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
67053
|
-
VTable: typeof import('vuetify/components')['VTable']
|
|
67054
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
|
67055
67076
|
VTextField: typeof import('vuetify/components')['VTextField']
|
|
67056
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
67057
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
67058
67077
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
67059
67078
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
67060
67079
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
67080
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
67081
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
67061
67082
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
67062
67083
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
67063
67084
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
@@ -67065,14 +67086,14 @@ declare module 'vue' {
|
|
|
67065
67086
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
67066
67087
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
67067
67088
|
VForm: typeof import('vuetify/components')['VForm']
|
|
67089
|
+
VHover: typeof import('vuetify/components')['VHover']
|
|
67090
|
+
VLayout: typeof import('vuetify/components')['VLayout']
|
|
67091
|
+
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
67068
67092
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
67069
67093
|
VCol: typeof import('vuetify/components')['VCol']
|
|
67070
67094
|
VRow: typeof import('vuetify/components')['VRow']
|
|
67071
67095
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
67072
|
-
VHover: typeof import('vuetify/components')['VHover']
|
|
67073
67096
|
VLazy: typeof import('vuetify/components')['VLazy']
|
|
67074
|
-
VLayout: typeof import('vuetify/components')['VLayout']
|
|
67075
|
-
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
67076
67097
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
67077
67098
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
67078
67099
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
@@ -67081,8 +67102,8 @@ declare module 'vue' {
|
|
|
67081
67102
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
67082
67103
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
67083
67104
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
|
67084
|
-
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
67085
67105
|
VValidation: typeof import('vuetify/components')['VValidation']
|
|
67106
|
+
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
67086
67107
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
67087
67108
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
67088
67109
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
@@ -67108,6 +67129,7 @@ declare module 'vue' {
|
|
|
67108
67129
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
|
67109
67130
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
|
67110
67131
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
|
67132
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
|
67111
67133
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
67112
67134
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
67113
67135
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
|
@@ -67116,12 +67138,11 @@ declare module 'vue' {
|
|
|
67116
67138
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
|
67117
67139
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
|
67118
67140
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
|
67119
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
|
67120
67141
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
|
67121
67142
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
|
67122
67143
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
|
67123
|
-
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
|
67124
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
|
67125
67144
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
|
67145
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
|
67146
|
+
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
|
67126
67147
|
}
|
|
67127
67148
|
}
|