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
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { Ref, DeepReadonly, ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, ComponentPublicInstance, PropType, DirectiveBinding, FunctionalComponent, ComponentInternalInstance, ComputedRef, Component, EffectScope, nextTick,
|
|
2
|
+
import { Ref, DeepReadonly, ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, ComponentPublicInstance, PropType, DirectiveBinding, FunctionalComponent, ComponentInternalInstance, ComputedRef, Component, EffectScope, nextTick, WritableComputedRef, CSSProperties, UnwrapRef, Prop, InjectionKey } from 'vue';
|
|
3
3
|
// @ts-ignore
|
|
4
4
|
import * as vue_router from 'vue-router';
|
|
5
5
|
// @ts-ignore
|
|
6
|
-
import { RouteLocationRaw } from 'vue-router';
|
|
6
|
+
import { RouteLocationRaw, useLink } from 'vue-router';
|
|
7
7
|
|
|
8
8
|
declare const block: readonly ["top", "bottom"];
|
|
9
9
|
declare const inline: readonly ["start", "end", "left", "right"];
|
|
@@ -1464,7 +1464,7 @@ declare const VAppBarNavIcon: {
|
|
|
1464
1464
|
text?: string | undefined;
|
|
1465
1465
|
class?: any;
|
|
1466
1466
|
theme?: string | undefined;
|
|
1467
|
-
to?: vue_router.
|
|
1467
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
1468
1468
|
href?: string | undefined;
|
|
1469
1469
|
elevation?: string | number | undefined;
|
|
1470
1470
|
rounded?: string | number | boolean | undefined;
|
|
@@ -1528,7 +1528,7 @@ declare const VAppBarNavIcon: {
|
|
|
1528
1528
|
text?: string | undefined;
|
|
1529
1529
|
class?: any;
|
|
1530
1530
|
theme?: string | undefined;
|
|
1531
|
-
to?: vue_router.
|
|
1531
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
1532
1532
|
href?: string | undefined;
|
|
1533
1533
|
elevation?: string | number | undefined;
|
|
1534
1534
|
rounded?: string | number | boolean | undefined;
|
|
@@ -1626,7 +1626,7 @@ declare const VAppBarNavIcon: {
|
|
|
1626
1626
|
text?: string | undefined;
|
|
1627
1627
|
class?: any;
|
|
1628
1628
|
theme?: string | undefined;
|
|
1629
|
-
to?: vue_router.
|
|
1629
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
1630
1630
|
href?: string | undefined;
|
|
1631
1631
|
elevation?: string | number | undefined;
|
|
1632
1632
|
rounded?: string | number | boolean | undefined;
|
|
@@ -1716,7 +1716,7 @@ declare const VAppBarNavIcon: {
|
|
|
1716
1716
|
text?: string | undefined;
|
|
1717
1717
|
class?: any;
|
|
1718
1718
|
theme?: string | undefined;
|
|
1719
|
-
to?: vue_router.
|
|
1719
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
1720
1720
|
href?: string | undefined;
|
|
1721
1721
|
elevation?: string | number | undefined;
|
|
1722
1722
|
rounded?: string | number | boolean | undefined;
|
|
@@ -3743,6 +3743,19 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
|
|
|
3743
3743
|
} | undefined;
|
|
3744
3744
|
};
|
|
3745
3745
|
|
|
3746
|
+
interface LinkProps {
|
|
3747
|
+
href: string | undefined;
|
|
3748
|
+
replace: boolean | undefined;
|
|
3749
|
+
to: RouteLocationRaw | undefined;
|
|
3750
|
+
exact: boolean | undefined;
|
|
3751
|
+
}
|
|
3752
|
+
interface UseLink extends Omit<Partial<ReturnType<typeof useLink>>, 'href'> {
|
|
3753
|
+
isLink: ComputedRef<boolean>;
|
|
3754
|
+
isClickable: ComputedRef<boolean>;
|
|
3755
|
+
href: Ref<string | undefined>;
|
|
3756
|
+
linkProps: Record<string, string | undefined>;
|
|
3757
|
+
}
|
|
3758
|
+
|
|
3746
3759
|
type ListItemSlot = {
|
|
3747
3760
|
isActive: boolean;
|
|
3748
3761
|
isOpen: boolean;
|
|
@@ -3793,7 +3806,7 @@ declare const VListItem: {
|
|
|
3793
3806
|
title?: string | number | undefined;
|
|
3794
3807
|
class?: any;
|
|
3795
3808
|
theme?: string | undefined;
|
|
3796
|
-
to?: vue_router.
|
|
3809
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
3797
3810
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
3798
3811
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
3799
3812
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -3859,6 +3872,7 @@ declare const VListItem: {
|
|
|
3859
3872
|
getPath: (id: unknown) => unknown[];
|
|
3860
3873
|
};
|
|
3861
3874
|
id: vue.ComputedRef<{} | null>;
|
|
3875
|
+
link: UseLink;
|
|
3862
3876
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
3863
3877
|
click: (e: MouseEvent | KeyboardEvent) => true;
|
|
3864
3878
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -3890,7 +3904,7 @@ declare const VListItem: {
|
|
|
3890
3904
|
title?: string | number | undefined;
|
|
3891
3905
|
class?: any;
|
|
3892
3906
|
theme?: string | undefined;
|
|
3893
|
-
to?: vue_router.
|
|
3907
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
3894
3908
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
3895
3909
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
3896
3910
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -3987,7 +4001,7 @@ declare const VListItem: {
|
|
|
3987
4001
|
title?: string | number | undefined;
|
|
3988
4002
|
class?: any;
|
|
3989
4003
|
theme?: string | undefined;
|
|
3990
|
-
to?: vue_router.
|
|
4004
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
3991
4005
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
3992
4006
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
3993
4007
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -4053,6 +4067,7 @@ declare const VListItem: {
|
|
|
4053
4067
|
getPath: (id: unknown) => unknown[];
|
|
4054
4068
|
};
|
|
4055
4069
|
id: vue.ComputedRef<{} | null>;
|
|
4070
|
+
link: UseLink;
|
|
4056
4071
|
}, {}, {}, {}, {
|
|
4057
4072
|
replace: boolean;
|
|
4058
4073
|
link: boolean;
|
|
@@ -4103,7 +4118,7 @@ declare const VListItem: {
|
|
|
4103
4118
|
title?: string | number | undefined;
|
|
4104
4119
|
class?: any;
|
|
4105
4120
|
theme?: string | undefined;
|
|
4106
|
-
to?: vue_router.
|
|
4121
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
4107
4122
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
4108
4123
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
4109
4124
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -4169,6 +4184,7 @@ declare const VListItem: {
|
|
|
4169
4184
|
getPath: (id: unknown) => unknown[];
|
|
4170
4185
|
};
|
|
4171
4186
|
id: vue.ComputedRef<{} | null>;
|
|
4187
|
+
link: UseLink;
|
|
4172
4188
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
4173
4189
|
click: (e: MouseEvent | KeyboardEvent) => true;
|
|
4174
4190
|
}, string, {
|
|
@@ -6451,7 +6467,7 @@ declare const VMenu: {
|
|
|
6451
6467
|
};
|
|
6452
6468
|
$forceUpdate: () => void;
|
|
6453
6469
|
$nextTick: typeof nextTick;
|
|
6454
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
6470
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
6455
6471
|
} & Omit<{
|
|
6456
6472
|
absolute: boolean;
|
|
6457
6473
|
location: Anchor;
|
|
@@ -7132,7 +7148,7 @@ declare const VMenu: {
|
|
|
7132
7148
|
};
|
|
7133
7149
|
$forceUpdate: () => void;
|
|
7134
7150
|
$nextTick: typeof nextTick;
|
|
7135
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
7151
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
7136
7152
|
} & Omit<{
|
|
7137
7153
|
absolute: boolean;
|
|
7138
7154
|
location: Anchor;
|
|
@@ -7718,7 +7734,7 @@ declare const VMenu: {
|
|
|
7718
7734
|
};
|
|
7719
7735
|
$forceUpdate: () => void;
|
|
7720
7736
|
$nextTick: typeof nextTick;
|
|
7721
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
7737
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
7722
7738
|
} & Omit<{
|
|
7723
7739
|
absolute: boolean;
|
|
7724
7740
|
location: Anchor;
|
|
@@ -12867,13 +12883,6 @@ declare const VBottomSheet: {
|
|
|
12867
12883
|
}>>;
|
|
12868
12884
|
type VBottomSheet = InstanceType<typeof VBottomSheet>;
|
|
12869
12885
|
|
|
12870
|
-
interface LinkProps {
|
|
12871
|
-
href: string | undefined;
|
|
12872
|
-
replace: boolean | undefined;
|
|
12873
|
-
to: RouteLocationRaw | undefined;
|
|
12874
|
-
exact: boolean | undefined;
|
|
12875
|
-
}
|
|
12876
|
-
|
|
12877
12886
|
type InternalBreadcrumbItem = Partial<LinkProps> & {
|
|
12878
12887
|
title: string;
|
|
12879
12888
|
disabled?: boolean;
|
|
@@ -13111,7 +13120,7 @@ declare const VBreadcrumbsItem: {
|
|
|
13111
13120
|
color?: string | undefined;
|
|
13112
13121
|
title?: string | undefined;
|
|
13113
13122
|
class?: any;
|
|
13114
|
-
to?: vue_router.
|
|
13123
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13115
13124
|
href?: string | undefined;
|
|
13116
13125
|
activeColor?: string | undefined;
|
|
13117
13126
|
activeClass?: string | undefined;
|
|
@@ -13135,7 +13144,7 @@ declare const VBreadcrumbsItem: {
|
|
|
13135
13144
|
color?: string | undefined;
|
|
13136
13145
|
title?: string | undefined;
|
|
13137
13146
|
class?: any;
|
|
13138
|
-
to?: vue_router.
|
|
13147
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13139
13148
|
href?: string | undefined;
|
|
13140
13149
|
activeColor?: string | undefined;
|
|
13141
13150
|
activeClass?: string | undefined;
|
|
@@ -13175,7 +13184,7 @@ declare const VBreadcrumbsItem: {
|
|
|
13175
13184
|
color?: string | undefined;
|
|
13176
13185
|
title?: string | undefined;
|
|
13177
13186
|
class?: any;
|
|
13178
|
-
to?: vue_router.
|
|
13187
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13179
13188
|
href?: string | undefined;
|
|
13180
13189
|
activeColor?: string | undefined;
|
|
13181
13190
|
activeClass?: string | undefined;
|
|
@@ -13210,7 +13219,7 @@ declare const VBreadcrumbsItem: {
|
|
|
13210
13219
|
color?: string | undefined;
|
|
13211
13220
|
title?: string | undefined;
|
|
13212
13221
|
class?: any;
|
|
13213
|
-
to?: vue_router.
|
|
13222
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13214
13223
|
href?: string | undefined;
|
|
13215
13224
|
activeColor?: string | undefined;
|
|
13216
13225
|
activeClass?: string | undefined;
|
|
@@ -13413,7 +13422,7 @@ declare const VBtn: {
|
|
|
13413
13422
|
text?: string | undefined;
|
|
13414
13423
|
class?: any;
|
|
13415
13424
|
theme?: string | undefined;
|
|
13416
|
-
to?: vue_router.
|
|
13425
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13417
13426
|
icon?: boolean | IconValue | undefined;
|
|
13418
13427
|
href?: string | undefined;
|
|
13419
13428
|
elevation?: string | number | undefined;
|
|
@@ -13487,7 +13496,7 @@ declare const VBtn: {
|
|
|
13487
13496
|
text?: string | undefined;
|
|
13488
13497
|
class?: any;
|
|
13489
13498
|
theme?: string | undefined;
|
|
13490
|
-
to?: vue_router.
|
|
13499
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13491
13500
|
icon?: boolean | IconValue | undefined;
|
|
13492
13501
|
href?: string | undefined;
|
|
13493
13502
|
elevation?: string | number | undefined;
|
|
@@ -13588,7 +13597,7 @@ declare const VBtn: {
|
|
|
13588
13597
|
text?: string | undefined;
|
|
13589
13598
|
class?: any;
|
|
13590
13599
|
theme?: string | undefined;
|
|
13591
|
-
to?: vue_router.
|
|
13600
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13592
13601
|
icon?: boolean | IconValue | undefined;
|
|
13593
13602
|
href?: string | undefined;
|
|
13594
13603
|
elevation?: string | number | undefined;
|
|
@@ -13683,7 +13692,7 @@ declare const VBtn: {
|
|
|
13683
13692
|
text?: string | undefined;
|
|
13684
13693
|
class?: any;
|
|
13685
13694
|
theme?: string | undefined;
|
|
13686
|
-
to?: vue_router.
|
|
13695
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13687
13696
|
icon?: boolean | IconValue | undefined;
|
|
13688
13697
|
href?: string | undefined;
|
|
13689
13698
|
elevation?: string | number | undefined;
|
|
@@ -14596,7 +14605,7 @@ declare const VCard: {
|
|
|
14596
14605
|
text?: string | number | undefined;
|
|
14597
14606
|
class?: any;
|
|
14598
14607
|
theme?: string | undefined;
|
|
14599
|
-
to?: vue_router.
|
|
14608
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
14600
14609
|
href?: string | undefined;
|
|
14601
14610
|
elevation?: string | number | undefined;
|
|
14602
14611
|
rounded?: string | number | boolean | undefined;
|
|
@@ -14673,7 +14682,7 @@ declare const VCard: {
|
|
|
14673
14682
|
text?: string | number | undefined;
|
|
14674
14683
|
class?: any;
|
|
14675
14684
|
theme?: string | undefined;
|
|
14676
|
-
to?: vue_router.
|
|
14685
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
14677
14686
|
href?: string | undefined;
|
|
14678
14687
|
elevation?: string | number | undefined;
|
|
14679
14688
|
rounded?: string | number | boolean | undefined;
|
|
@@ -14784,7 +14793,7 @@ declare const VCard: {
|
|
|
14784
14793
|
text?: string | number | undefined;
|
|
14785
14794
|
class?: any;
|
|
14786
14795
|
theme?: string | undefined;
|
|
14787
|
-
to?: vue_router.
|
|
14796
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
14788
14797
|
href?: string | undefined;
|
|
14789
14798
|
elevation?: string | number | undefined;
|
|
14790
14799
|
rounded?: string | number | boolean | undefined;
|
|
@@ -14881,7 +14890,7 @@ declare const VCard: {
|
|
|
14881
14890
|
text?: string | number | undefined;
|
|
14882
14891
|
class?: any;
|
|
14883
14892
|
theme?: string | undefined;
|
|
14884
|
-
to?: vue_router.
|
|
14893
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
14885
14894
|
href?: string | undefined;
|
|
14886
14895
|
elevation?: string | number | undefined;
|
|
14887
14896
|
rounded?: string | number | boolean | undefined;
|
|
@@ -18465,7 +18474,7 @@ declare const VChip: {
|
|
|
18465
18474
|
text?: string | undefined;
|
|
18466
18475
|
class?: any;
|
|
18467
18476
|
theme?: string | undefined;
|
|
18468
|
-
to?: vue_router.
|
|
18477
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
18469
18478
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
18470
18479
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
18471
18480
|
href?: string | undefined;
|
|
@@ -18573,7 +18582,7 @@ declare const VChip: {
|
|
|
18573
18582
|
text?: string | undefined;
|
|
18574
18583
|
class?: any;
|
|
18575
18584
|
theme?: string | undefined;
|
|
18576
|
-
to?: vue_router.
|
|
18585
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
18577
18586
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
18578
18587
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
18579
18588
|
href?: string | undefined;
|
|
@@ -18719,7 +18728,7 @@ declare const VChip: {
|
|
|
18719
18728
|
text?: string | undefined;
|
|
18720
18729
|
class?: any;
|
|
18721
18730
|
theme?: string | undefined;
|
|
18722
|
-
to?: vue_router.
|
|
18731
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
18723
18732
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
18724
18733
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
18725
18734
|
href?: string | undefined;
|
|
@@ -18848,7 +18857,7 @@ declare const VChip: {
|
|
|
18848
18857
|
text?: string | undefined;
|
|
18849
18858
|
class?: any;
|
|
18850
18859
|
theme?: string | undefined;
|
|
18851
|
-
to?: vue_router.
|
|
18860
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
18852
18861
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
18853
18862
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
18854
18863
|
href?: string | undefined;
|
|
@@ -19709,7 +19718,7 @@ declare const VColorPicker: {
|
|
|
19709
19718
|
};
|
|
19710
19719
|
}>> & {
|
|
19711
19720
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
|
19712
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
|
19721
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
|
19713
19722
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
19714
19723
|
'update:modelValue': (color: any) => true;
|
|
19715
19724
|
'update:mode': (mode: keyof typeof modes) => true;
|
|
@@ -19776,17 +19785,17 @@ declare const VColorPicker: {
|
|
|
19776
19785
|
};
|
|
19777
19786
|
}>> & {
|
|
19778
19787
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
|
19779
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
|
19788
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
|
19780
19789
|
}, {
|
|
19781
19790
|
width: string | number;
|
|
19782
19791
|
style: vue.StyleValue;
|
|
19783
19792
|
disabled: boolean;
|
|
19784
19793
|
tag: string;
|
|
19785
|
-
mode: "rgb" | "hex" | "
|
|
19794
|
+
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
|
19786
19795
|
rounded: string | number | boolean;
|
|
19787
19796
|
tile: boolean;
|
|
19788
19797
|
dotSize: string | number;
|
|
19789
|
-
modes: readonly ("rgb" | "hex" | "
|
|
19798
|
+
modes: readonly ("rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa")[];
|
|
19790
19799
|
canvasHeight: string | number;
|
|
19791
19800
|
hideCanvas: boolean;
|
|
19792
19801
|
hideSliders: boolean;
|
|
@@ -19863,17 +19872,17 @@ declare const VColorPicker: {
|
|
|
19863
19872
|
};
|
|
19864
19873
|
}>> & {
|
|
19865
19874
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
|
19866
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
|
19875
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
|
19867
19876
|
}, {}, {}, {}, {}, {
|
|
19868
19877
|
width: string | number;
|
|
19869
19878
|
style: vue.StyleValue;
|
|
19870
19879
|
disabled: boolean;
|
|
19871
19880
|
tag: string;
|
|
19872
|
-
mode: "rgb" | "hex" | "
|
|
19881
|
+
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
|
19873
19882
|
rounded: string | number | boolean;
|
|
19874
19883
|
tile: boolean;
|
|
19875
19884
|
dotSize: string | number;
|
|
19876
|
-
modes: readonly ("rgb" | "hex" | "
|
|
19885
|
+
modes: readonly ("rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa")[];
|
|
19877
19886
|
canvasHeight: string | number;
|
|
19878
19887
|
hideCanvas: boolean;
|
|
19879
19888
|
hideSliders: boolean;
|
|
@@ -19947,7 +19956,7 @@ declare const VColorPicker: {
|
|
|
19947
19956
|
};
|
|
19948
19957
|
}>> & {
|
|
19949
19958
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
|
19950
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
|
19959
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
|
19951
19960
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
19952
19961
|
'update:modelValue': (color: any) => true;
|
|
19953
19962
|
'update:mode': (mode: keyof typeof modes) => true;
|
|
@@ -19956,11 +19965,11 @@ declare const VColorPicker: {
|
|
|
19956
19965
|
style: vue.StyleValue;
|
|
19957
19966
|
disabled: boolean;
|
|
19958
19967
|
tag: string;
|
|
19959
|
-
mode: "rgb" | "hex" | "
|
|
19968
|
+
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
|
19960
19969
|
rounded: string | number | boolean;
|
|
19961
19970
|
tile: boolean;
|
|
19962
19971
|
dotSize: string | number;
|
|
19963
|
-
modes: readonly ("rgb" | "hex" | "
|
|
19972
|
+
modes: readonly ("rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa")[];
|
|
19964
19973
|
canvasHeight: string | number;
|
|
19965
19974
|
hideCanvas: boolean;
|
|
19966
19975
|
hideSliders: boolean;
|
|
@@ -27732,7 +27741,10 @@ declare const VDatePicker: {
|
|
|
27732
27741
|
max: vue.PropType<unknown>;
|
|
27733
27742
|
min: vue.PropType<unknown>;
|
|
27734
27743
|
year: NumberConstructor;
|
|
27735
|
-
disabled:
|
|
27744
|
+
disabled: {
|
|
27745
|
+
type: BooleanConstructor;
|
|
27746
|
+
default: null;
|
|
27747
|
+
};
|
|
27736
27748
|
month: (StringConstructor | NumberConstructor)[];
|
|
27737
27749
|
showAdjacentMonths: BooleanConstructor;
|
|
27738
27750
|
weekdays: {
|
|
@@ -27843,7 +27855,10 @@ declare const VDatePicker: {
|
|
|
27843
27855
|
max: vue.PropType<unknown>;
|
|
27844
27856
|
min: vue.PropType<unknown>;
|
|
27845
27857
|
year: NumberConstructor;
|
|
27846
|
-
disabled:
|
|
27858
|
+
disabled: {
|
|
27859
|
+
type: BooleanConstructor;
|
|
27860
|
+
default: null;
|
|
27861
|
+
};
|
|
27847
27862
|
month: (StringConstructor | NumberConstructor)[];
|
|
27848
27863
|
showAdjacentMonths: BooleanConstructor;
|
|
27849
27864
|
weekdays: {
|
|
@@ -27915,7 +27930,7 @@ type VDatePicker = InstanceType<typeof VDatePicker>;
|
|
|
27915
27930
|
|
|
27916
27931
|
declare const VDatePickerControls: {
|
|
27917
27932
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
27918
|
-
disabled: string | boolean | string[];
|
|
27933
|
+
disabled: string | boolean | string[] | null;
|
|
27919
27934
|
nextIcon: IconValue;
|
|
27920
27935
|
prevIcon: IconValue;
|
|
27921
27936
|
modeIcon: IconValue;
|
|
@@ -27945,7 +27960,7 @@ declare const VDatePickerControls: {
|
|
|
27945
27960
|
'click:next': () => true;
|
|
27946
27961
|
'click:text': () => true;
|
|
27947
27962
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
27948
|
-
disabled: string | boolean | string[];
|
|
27963
|
+
disabled: string | boolean | string[] | null;
|
|
27949
27964
|
nextIcon: IconValue;
|
|
27950
27965
|
prevIcon: IconValue;
|
|
27951
27966
|
modeIcon: IconValue;
|
|
@@ -27970,7 +27985,7 @@ declare const VDatePickerControls: {
|
|
|
27970
27985
|
"onClick:text"?: (() => any) | undefined;
|
|
27971
27986
|
}, {
|
|
27972
27987
|
active: string | string[];
|
|
27973
|
-
disabled: string | boolean | string[];
|
|
27988
|
+
disabled: string | boolean | string[] | null;
|
|
27974
27989
|
nextIcon: IconValue;
|
|
27975
27990
|
prevIcon: IconValue;
|
|
27976
27991
|
modeIcon: IconValue;
|
|
@@ -27985,7 +28000,7 @@ declare const VDatePickerControls: {
|
|
|
27985
28000
|
M: {};
|
|
27986
28001
|
Defaults: {};
|
|
27987
28002
|
}, {
|
|
27988
|
-
disabled: string | boolean | string[];
|
|
28003
|
+
disabled: string | boolean | string[] | null;
|
|
27989
28004
|
nextIcon: IconValue;
|
|
27990
28005
|
prevIcon: IconValue;
|
|
27991
28006
|
modeIcon: IconValue;
|
|
@@ -28010,7 +28025,7 @@ declare const VDatePickerControls: {
|
|
|
28010
28025
|
"onClick:text"?: (() => any) | undefined;
|
|
28011
28026
|
}, {}, {}, {}, {}, {
|
|
28012
28027
|
active: string | string[];
|
|
28013
|
-
disabled: string | boolean | string[];
|
|
28028
|
+
disabled: string | boolean | string[] | null;
|
|
28014
28029
|
nextIcon: IconValue;
|
|
28015
28030
|
prevIcon: IconValue;
|
|
28016
28031
|
modeIcon: IconValue;
|
|
@@ -28020,7 +28035,7 @@ declare const VDatePickerControls: {
|
|
|
28020
28035
|
__isTeleport?: never;
|
|
28021
28036
|
__isSuspense?: never;
|
|
28022
28037
|
} & vue.ComponentOptionsBase<{
|
|
28023
|
-
disabled: string | boolean | string[];
|
|
28038
|
+
disabled: string | boolean | string[] | null;
|
|
28024
28039
|
nextIcon: IconValue;
|
|
28025
28040
|
prevIcon: IconValue;
|
|
28026
28041
|
modeIcon: IconValue;
|
|
@@ -28051,7 +28066,7 @@ declare const VDatePickerControls: {
|
|
|
28051
28066
|
'click:text': () => true;
|
|
28052
28067
|
}, string, {
|
|
28053
28068
|
active: string | string[];
|
|
28054
|
-
disabled: string | boolean | string[];
|
|
28069
|
+
disabled: string | boolean | string[] | null;
|
|
28055
28070
|
nextIcon: IconValue;
|
|
28056
28071
|
prevIcon: IconValue;
|
|
28057
28072
|
modeIcon: IconValue;
|
|
@@ -28064,8 +28079,8 @@ declare const VDatePickerControls: {
|
|
|
28064
28079
|
default: undefined;
|
|
28065
28080
|
};
|
|
28066
28081
|
disabled: {
|
|
28067
|
-
type: PropType<boolean | string | string[]>;
|
|
28068
|
-
default:
|
|
28082
|
+
type: PropType<boolean | string | string[] | null>;
|
|
28083
|
+
default: null;
|
|
28069
28084
|
};
|
|
28070
28085
|
nextIcon: {
|
|
28071
28086
|
type: PropType<IconValue>;
|
|
@@ -28090,8 +28105,8 @@ declare const VDatePickerControls: {
|
|
|
28090
28105
|
default: undefined;
|
|
28091
28106
|
};
|
|
28092
28107
|
disabled: {
|
|
28093
|
-
type: PropType<boolean | string | string[]>;
|
|
28094
|
-
default:
|
|
28108
|
+
type: PropType<boolean | string | string[] | null>;
|
|
28109
|
+
default: null;
|
|
28095
28110
|
};
|
|
28096
28111
|
nextIcon: {
|
|
28097
28112
|
type: PropType<IconValue>;
|
|
@@ -28516,7 +28531,10 @@ declare const VDatePickerMonth: {
|
|
|
28516
28531
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
28517
28532
|
max: PropType<unknown>;
|
|
28518
28533
|
min: PropType<unknown>;
|
|
28519
|
-
disabled:
|
|
28534
|
+
disabled: {
|
|
28535
|
+
type: BooleanConstructor;
|
|
28536
|
+
default: null;
|
|
28537
|
+
};
|
|
28520
28538
|
month: (StringConstructor | NumberConstructor)[];
|
|
28521
28539
|
year: (StringConstructor | NumberConstructor)[];
|
|
28522
28540
|
modelValue: PropType<unknown[]>;
|
|
@@ -28561,7 +28579,10 @@ declare const VDatePickerMonth: {
|
|
|
28561
28579
|
}, vue.ExtractPropTypes<{
|
|
28562
28580
|
max: PropType<unknown>;
|
|
28563
28581
|
min: PropType<unknown>;
|
|
28564
|
-
disabled:
|
|
28582
|
+
disabled: {
|
|
28583
|
+
type: BooleanConstructor;
|
|
28584
|
+
default: null;
|
|
28585
|
+
};
|
|
28565
28586
|
month: (StringConstructor | NumberConstructor)[];
|
|
28566
28587
|
year: (StringConstructor | NumberConstructor)[];
|
|
28567
28588
|
modelValue: PropType<unknown[]>;
|
|
@@ -29698,7 +29719,7 @@ declare const VDialog: {
|
|
|
29698
29719
|
};
|
|
29699
29720
|
$forceUpdate: () => void;
|
|
29700
29721
|
$nextTick: typeof nextTick;
|
|
29701
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
29722
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
29702
29723
|
} & Omit<{
|
|
29703
29724
|
absolute: boolean;
|
|
29704
29725
|
location: Anchor;
|
|
@@ -30384,7 +30405,7 @@ declare const VDialog: {
|
|
|
30384
30405
|
};
|
|
30385
30406
|
$forceUpdate: () => void;
|
|
30386
30407
|
$nextTick: typeof nextTick;
|
|
30387
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
30408
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
30388
30409
|
} & Omit<{
|
|
30389
30410
|
absolute: boolean;
|
|
30390
30411
|
location: Anchor;
|
|
@@ -30969,7 +30990,7 @@ declare const VDialog: {
|
|
|
30969
30990
|
};
|
|
30970
30991
|
$forceUpdate: () => void;
|
|
30971
30992
|
$nextTick: typeof nextTick;
|
|
30972
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
30993
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
30973
30994
|
} & Omit<{
|
|
30974
30995
|
absolute: boolean;
|
|
30975
30996
|
location: Anchor;
|
|
@@ -32991,7 +33012,7 @@ declare const VFab: {
|
|
|
32991
33012
|
text?: string | undefined;
|
|
32992
33013
|
class?: any;
|
|
32993
33014
|
theme?: string | undefined;
|
|
32994
|
-
to?: vue_router.
|
|
33015
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
32995
33016
|
icon?: boolean | IconValue | undefined;
|
|
32996
33017
|
href?: string | undefined;
|
|
32997
33018
|
elevation?: string | number | undefined;
|
|
@@ -33062,7 +33083,7 @@ declare const VFab: {
|
|
|
33062
33083
|
text?: string | undefined;
|
|
33063
33084
|
class?: any;
|
|
33064
33085
|
theme?: string | undefined;
|
|
33065
|
-
to?: vue_router.
|
|
33086
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
33066
33087
|
icon?: boolean | IconValue | undefined;
|
|
33067
33088
|
href?: string | undefined;
|
|
33068
33089
|
elevation?: string | number | undefined;
|
|
@@ -33172,7 +33193,7 @@ declare const VFab: {
|
|
|
33172
33193
|
text?: string | undefined;
|
|
33173
33194
|
class?: any;
|
|
33174
33195
|
theme?: string | undefined;
|
|
33175
|
-
to?: vue_router.
|
|
33196
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
33176
33197
|
icon?: boolean | IconValue | undefined;
|
|
33177
33198
|
href?: string | undefined;
|
|
33178
33199
|
elevation?: string | number | undefined;
|
|
@@ -33277,7 +33298,7 @@ declare const VFab: {
|
|
|
33277
33298
|
text?: string | undefined;
|
|
33278
33299
|
class?: any;
|
|
33279
33300
|
theme?: string | undefined;
|
|
33280
|
-
to?: vue_router.
|
|
33301
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
33281
33302
|
icon?: boolean | IconValue | undefined;
|
|
33282
33303
|
href?: string | undefined;
|
|
33283
33304
|
elevation?: string | number | undefined;
|
|
@@ -33989,7 +34010,7 @@ declare const VFileInput: {
|
|
|
33989
34010
|
};
|
|
33990
34011
|
$forceUpdate: () => void;
|
|
33991
34012
|
$nextTick: typeof nextTick;
|
|
33992
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
34013
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
33993
34014
|
} & Omit<{
|
|
33994
34015
|
error: boolean;
|
|
33995
34016
|
direction: "horizontal" | "vertical";
|
|
@@ -34561,7 +34582,7 @@ declare const VFileInput: {
|
|
|
34561
34582
|
};
|
|
34562
34583
|
$forceUpdate: () => void;
|
|
34563
34584
|
$nextTick: typeof nextTick;
|
|
34564
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
34585
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
34565
34586
|
} & Omit<{
|
|
34566
34587
|
error: boolean;
|
|
34567
34588
|
direction: "horizontal" | "vertical";
|
|
@@ -34968,7 +34989,7 @@ declare const VFileInput: {
|
|
|
34968
34989
|
};
|
|
34969
34990
|
$forceUpdate: () => void;
|
|
34970
34991
|
$nextTick: typeof nextTick;
|
|
34971
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
34992
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
34972
34993
|
} & Omit<{
|
|
34973
34994
|
error: boolean;
|
|
34974
34995
|
direction: "horizontal" | "vertical";
|
|
@@ -49165,7 +49186,7 @@ declare const VSnackbar: {
|
|
|
49165
49186
|
};
|
|
49166
49187
|
$forceUpdate: () => void;
|
|
49167
49188
|
$nextTick: typeof nextTick;
|
|
49168
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
49189
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
49169
49190
|
} & Omit<{
|
|
49170
49191
|
absolute: boolean;
|
|
49171
49192
|
location: Anchor;
|
|
@@ -49847,7 +49868,7 @@ declare const VSnackbar: {
|
|
|
49847
49868
|
};
|
|
49848
49869
|
$forceUpdate: () => void;
|
|
49849
49870
|
$nextTick: typeof nextTick;
|
|
49850
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
49871
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
49851
49872
|
} & Omit<{
|
|
49852
49873
|
absolute: boolean;
|
|
49853
49874
|
location: Anchor;
|
|
@@ -50429,7 +50450,7 @@ declare const VSnackbar: {
|
|
|
50429
50450
|
};
|
|
50430
50451
|
$forceUpdate: () => void;
|
|
50431
50452
|
$nextTick: typeof nextTick;
|
|
50432
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
50453
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
50433
50454
|
} & Omit<{
|
|
50434
50455
|
absolute: boolean;
|
|
50435
50456
|
location: Anchor;
|
|
@@ -54323,7 +54344,7 @@ declare const VTab: {
|
|
|
54323
54344
|
text?: string | undefined;
|
|
54324
54345
|
class?: any;
|
|
54325
54346
|
theme?: string | undefined;
|
|
54326
|
-
to?: vue_router.
|
|
54347
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
54327
54348
|
icon?: boolean | IconValue | undefined;
|
|
54328
54349
|
href?: string | undefined;
|
|
54329
54350
|
elevation?: string | number | undefined;
|
|
@@ -54410,7 +54431,7 @@ declare const VTab: {
|
|
|
54410
54431
|
text?: string | undefined;
|
|
54411
54432
|
class?: any;
|
|
54412
54433
|
theme?: string | undefined;
|
|
54413
|
-
to?: vue_router.
|
|
54434
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
54414
54435
|
icon?: boolean | IconValue | undefined;
|
|
54415
54436
|
href?: string | undefined;
|
|
54416
54437
|
elevation?: string | number | undefined;
|
|
@@ -54475,7 +54496,7 @@ declare const VTab: {
|
|
|
54475
54496
|
text?: string | undefined;
|
|
54476
54497
|
class?: any;
|
|
54477
54498
|
theme?: string | undefined;
|
|
54478
|
-
to?: vue_router.
|
|
54499
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
54479
54500
|
icon?: boolean | IconValue | undefined;
|
|
54480
54501
|
href?: string | undefined;
|
|
54481
54502
|
elevation?: string | number | undefined;
|
|
@@ -54562,7 +54583,7 @@ declare const VTab: {
|
|
|
54562
54583
|
text?: string | undefined;
|
|
54563
54584
|
class?: any;
|
|
54564
54585
|
theme?: string | undefined;
|
|
54565
|
-
to?: vue_router.
|
|
54586
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
54566
54587
|
icon?: boolean | IconValue | undefined;
|
|
54567
54588
|
href?: string | undefined;
|
|
54568
54589
|
elevation?: string | number | undefined;
|
|
@@ -54645,7 +54666,7 @@ declare const VTab: {
|
|
|
54645
54666
|
};
|
|
54646
54667
|
$forceUpdate: () => void;
|
|
54647
54668
|
$nextTick: typeof vue.nextTick;
|
|
54648
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
54669
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
54649
54670
|
} & Omit<{
|
|
54650
54671
|
symbol: any;
|
|
54651
54672
|
replace: boolean;
|
|
@@ -54682,7 +54703,7 @@ declare const VTab: {
|
|
|
54682
54703
|
text?: string | undefined;
|
|
54683
54704
|
class?: any;
|
|
54684
54705
|
theme?: string | undefined;
|
|
54685
|
-
to?: vue_router.
|
|
54706
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
54686
54707
|
icon?: boolean | IconValue | undefined;
|
|
54687
54708
|
href?: string | undefined;
|
|
54688
54709
|
elevation?: string | number | undefined;
|
|
@@ -54754,7 +54775,7 @@ declare const VTab: {
|
|
|
54754
54775
|
text?: string | undefined;
|
|
54755
54776
|
class?: any;
|
|
54756
54777
|
theme?: string | undefined;
|
|
54757
|
-
to?: vue_router.
|
|
54778
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
54758
54779
|
icon?: boolean | IconValue | undefined;
|
|
54759
54780
|
href?: string | undefined;
|
|
54760
54781
|
elevation?: string | number | undefined;
|
|
@@ -54849,7 +54870,7 @@ declare const VTab: {
|
|
|
54849
54870
|
text?: string | undefined;
|
|
54850
54871
|
class?: any;
|
|
54851
54872
|
theme?: string | undefined;
|
|
54852
|
-
to?: vue_router.
|
|
54873
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
54853
54874
|
icon?: boolean | IconValue | undefined;
|
|
54854
54875
|
href?: string | undefined;
|
|
54855
54876
|
elevation?: string | number | undefined;
|
|
@@ -54936,7 +54957,7 @@ declare const VTab: {
|
|
|
54936
54957
|
text?: string | undefined;
|
|
54937
54958
|
class?: any;
|
|
54938
54959
|
theme?: string | undefined;
|
|
54939
|
-
to?: vue_router.
|
|
54960
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
54940
54961
|
icon?: boolean | IconValue | undefined;
|
|
54941
54962
|
href?: string | undefined;
|
|
54942
54963
|
elevation?: string | number | undefined;
|
|
@@ -55001,7 +55022,7 @@ declare const VTab: {
|
|
|
55001
55022
|
text?: string | undefined;
|
|
55002
55023
|
class?: any;
|
|
55003
55024
|
theme?: string | undefined;
|
|
55004
|
-
to?: vue_router.
|
|
55025
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55005
55026
|
icon?: boolean | IconValue | undefined;
|
|
55006
55027
|
href?: string | undefined;
|
|
55007
55028
|
elevation?: string | number | undefined;
|
|
@@ -55088,7 +55109,7 @@ declare const VTab: {
|
|
|
55088
55109
|
text?: string | undefined;
|
|
55089
55110
|
class?: any;
|
|
55090
55111
|
theme?: string | undefined;
|
|
55091
|
-
to?: vue_router.
|
|
55112
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55092
55113
|
icon?: boolean | IconValue | undefined;
|
|
55093
55114
|
href?: string | undefined;
|
|
55094
55115
|
elevation?: string | number | undefined;
|
|
@@ -55171,7 +55192,7 @@ declare const VTab: {
|
|
|
55171
55192
|
};
|
|
55172
55193
|
$forceUpdate: () => void;
|
|
55173
55194
|
$nextTick: typeof vue.nextTick;
|
|
55174
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
55195
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
55175
55196
|
} & Omit<{
|
|
55176
55197
|
symbol: any;
|
|
55177
55198
|
replace: boolean;
|
|
@@ -55208,7 +55229,7 @@ declare const VTab: {
|
|
|
55208
55229
|
text?: string | undefined;
|
|
55209
55230
|
class?: any;
|
|
55210
55231
|
theme?: string | undefined;
|
|
55211
|
-
to?: vue_router.
|
|
55232
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55212
55233
|
icon?: boolean | IconValue | undefined;
|
|
55213
55234
|
href?: string | undefined;
|
|
55214
55235
|
elevation?: string | number | undefined;
|
|
@@ -55305,7 +55326,7 @@ declare const VTab: {
|
|
|
55305
55326
|
text?: string | undefined;
|
|
55306
55327
|
class?: any;
|
|
55307
55328
|
theme?: string | undefined;
|
|
55308
|
-
to?: vue_router.
|
|
55329
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55309
55330
|
icon?: boolean | IconValue | undefined;
|
|
55310
55331
|
href?: string | undefined;
|
|
55311
55332
|
elevation?: string | number | undefined;
|
|
@@ -55392,7 +55413,7 @@ declare const VTab: {
|
|
|
55392
55413
|
text?: string | undefined;
|
|
55393
55414
|
class?: any;
|
|
55394
55415
|
theme?: string | undefined;
|
|
55395
|
-
to?: vue_router.
|
|
55416
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55396
55417
|
icon?: boolean | IconValue | undefined;
|
|
55397
55418
|
href?: string | undefined;
|
|
55398
55419
|
elevation?: string | number | undefined;
|
|
@@ -55457,7 +55478,7 @@ declare const VTab: {
|
|
|
55457
55478
|
text?: string | undefined;
|
|
55458
55479
|
class?: any;
|
|
55459
55480
|
theme?: string | undefined;
|
|
55460
|
-
to?: vue_router.
|
|
55481
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55461
55482
|
icon?: boolean | IconValue | undefined;
|
|
55462
55483
|
href?: string | undefined;
|
|
55463
55484
|
elevation?: string | number | undefined;
|
|
@@ -55544,7 +55565,7 @@ declare const VTab: {
|
|
|
55544
55565
|
text?: string | undefined;
|
|
55545
55566
|
class?: any;
|
|
55546
55567
|
theme?: string | undefined;
|
|
55547
|
-
to?: vue_router.
|
|
55568
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55548
55569
|
icon?: boolean | IconValue | undefined;
|
|
55549
55570
|
href?: string | undefined;
|
|
55550
55571
|
elevation?: string | number | undefined;
|
|
@@ -55627,7 +55648,7 @@ declare const VTab: {
|
|
|
55627
55648
|
};
|
|
55628
55649
|
$forceUpdate: () => void;
|
|
55629
55650
|
$nextTick: typeof vue.nextTick;
|
|
55630
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
55651
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
55631
55652
|
} & Omit<{
|
|
55632
55653
|
symbol: any;
|
|
55633
55654
|
replace: boolean;
|
|
@@ -55664,7 +55685,7 @@ declare const VTab: {
|
|
|
55664
55685
|
text?: string | undefined;
|
|
55665
55686
|
class?: any;
|
|
55666
55687
|
theme?: string | undefined;
|
|
55667
|
-
to?: vue_router.
|
|
55688
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55668
55689
|
icon?: boolean | IconValue | undefined;
|
|
55669
55690
|
href?: string | undefined;
|
|
55670
55691
|
elevation?: string | number | undefined;
|
|
@@ -56126,7 +56147,7 @@ declare const VTabs: {
|
|
|
56126
56147
|
item: (arg: VTabsSlot<unknown>) => vue.VNode[];
|
|
56127
56148
|
window: () => vue.VNode[];
|
|
56128
56149
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T = TabItem>(props: {
|
|
56129
|
-
items?: T;
|
|
56150
|
+
items?: T[];
|
|
56130
56151
|
}, slots: VTabsSlots<T>) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
|
|
56131
56152
|
tag: {
|
|
56132
56153
|
type: StringConstructor;
|
|
@@ -57125,7 +57146,7 @@ declare const VTextarea: {
|
|
|
57125
57146
|
};
|
|
57126
57147
|
$forceUpdate: () => void;
|
|
57127
57148
|
$nextTick: typeof nextTick;
|
|
57128
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
57149
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
57129
57150
|
} & Omit<{
|
|
57130
57151
|
error: boolean;
|
|
57131
57152
|
direction: "horizontal" | "vertical";
|
|
@@ -57664,7 +57685,7 @@ declare const VTextarea: {
|
|
|
57664
57685
|
};
|
|
57665
57686
|
$forceUpdate: () => void;
|
|
57666
57687
|
$nextTick: typeof nextTick;
|
|
57667
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
57688
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
57668
57689
|
} & Omit<{
|
|
57669
57690
|
error: boolean;
|
|
57670
57691
|
direction: "horizontal" | "vertical";
|
|
@@ -58056,7 +58077,7 @@ declare const VTextarea: {
|
|
|
58056
58077
|
};
|
|
58057
58078
|
$forceUpdate: () => void;
|
|
58058
58079
|
$nextTick: typeof nextTick;
|
|
58059
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
58080
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
58060
58081
|
} & Omit<{
|
|
58061
58082
|
error: boolean;
|
|
58062
58083
|
direction: "horizontal" | "vertical";
|
|
@@ -58700,7 +58721,7 @@ declare const VTextField: {
|
|
|
58700
58721
|
};
|
|
58701
58722
|
$forceUpdate: () => void;
|
|
58702
58723
|
$nextTick: typeof nextTick;
|
|
58703
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
58724
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
58704
58725
|
} & Omit<{
|
|
58705
58726
|
error: boolean;
|
|
58706
58727
|
direction: "horizontal" | "vertical";
|
|
@@ -58939,7 +58960,7 @@ declare const VTextField: {
|
|
|
58939
58960
|
};
|
|
58940
58961
|
$forceUpdate: () => void;
|
|
58941
58962
|
$nextTick: typeof nextTick;
|
|
58942
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
58963
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
58943
58964
|
} & Omit<{
|
|
58944
58965
|
flat: boolean;
|
|
58945
58966
|
reverse: boolean;
|
|
@@ -59478,7 +59499,7 @@ declare const VTextField: {
|
|
|
59478
59499
|
};
|
|
59479
59500
|
$forceUpdate: () => void;
|
|
59480
59501
|
$nextTick: typeof nextTick;
|
|
59481
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
59502
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
59482
59503
|
} & Omit<{
|
|
59483
59504
|
error: boolean;
|
|
59484
59505
|
direction: "horizontal" | "vertical";
|
|
@@ -59717,7 +59738,7 @@ declare const VTextField: {
|
|
|
59717
59738
|
};
|
|
59718
59739
|
$forceUpdate: () => void;
|
|
59719
59740
|
$nextTick: typeof nextTick;
|
|
59720
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
59741
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
59721
59742
|
} & Omit<{
|
|
59722
59743
|
flat: boolean;
|
|
59723
59744
|
reverse: boolean;
|
|
@@ -60107,7 +60128,7 @@ declare const VTextField: {
|
|
|
60107
60128
|
};
|
|
60108
60129
|
$forceUpdate: () => void;
|
|
60109
60130
|
$nextTick: typeof nextTick;
|
|
60110
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
60131
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
60111
60132
|
} & Omit<{
|
|
60112
60133
|
error: boolean;
|
|
60113
60134
|
direction: "horizontal" | "vertical";
|
|
@@ -60346,7 +60367,7 @@ declare const VTextField: {
|
|
|
60346
60367
|
};
|
|
60347
60368
|
$forceUpdate: () => void;
|
|
60348
60369
|
$nextTick: typeof nextTick;
|
|
60349
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
60370
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
60350
60371
|
} & Omit<{
|
|
60351
60372
|
flat: boolean;
|
|
60352
60373
|
reverse: boolean;
|
|
@@ -62018,7 +62039,7 @@ declare const VTooltip: {
|
|
|
62018
62039
|
};
|
|
62019
62040
|
$forceUpdate: () => void;
|
|
62020
62041
|
$nextTick: typeof vue.nextTick;
|
|
62021
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
62042
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
62022
62043
|
} & Omit<{
|
|
62023
62044
|
absolute: boolean;
|
|
62024
62045
|
location: Anchor;
|
|
@@ -62683,7 +62704,7 @@ declare const VTooltip: {
|
|
|
62683
62704
|
};
|
|
62684
62705
|
$forceUpdate: () => void;
|
|
62685
62706
|
$nextTick: typeof vue.nextTick;
|
|
62686
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
62707
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
62687
62708
|
} & Omit<{
|
|
62688
62709
|
absolute: boolean;
|
|
62689
62710
|
location: Anchor;
|
|
@@ -63256,7 +63277,7 @@ declare const VTooltip: {
|
|
|
63256
63277
|
};
|
|
63257
63278
|
$forceUpdate: () => void;
|
|
63258
63279
|
$nextTick: typeof vue.nextTick;
|
|
63259
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
63280
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
63260
63281
|
} & Omit<{
|
|
63261
63282
|
absolute: boolean;
|
|
63262
63283
|
location: Anchor;
|