vuetify 3.7.11 → 3.7.13
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 +2699 -2703
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +166 -166
- package/dist/json/tags.json +3 -4
- package/dist/json/web-types.json +5312 -5321
- package/dist/vuetify-labs.css +3272 -3266
- package/dist/vuetify-labs.d.ts +296 -326
- package/dist/vuetify-labs.esm.js +301 -159
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +300 -158
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2292 -2294
- package/dist/vuetify.d.ts +258 -297
- package/dist/vuetify.esm.js +177 -99
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +176 -98
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +266 -252
- 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 +3 -3
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +29 -51
- 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 +4 -4
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +29 -51
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +5 -5
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -1
- package/lib/components/VConfirmEdit/index.d.mts +1 -1
- package/lib/components/VCounter/VCounter.mjs +1 -1
- package/lib/components/VDataIterator/index.d.mts +1 -1
- package/lib/components/VDataTable/VDataTable.mjs +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +12 -8
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -3
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +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 +38 -38
- package/lib/components/VDialog/VDialog.mjs +1 -1
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
- package/lib/components/VDialog/index.d.mts +3 -3
- package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
- package/lib/components/VEmptyState/index.d.mts +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +1 -1
- package/lib/components/VFab/VFab.mjs +1 -1
- package/lib/components/VFab/index.d.mts +5 -5
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VFieldLabel.mjs +1 -1
- package/lib/components/VField/index.d.mts +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +2 -3
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +4 -4
- package/lib/components/VFooter/VFooter.mjs +1 -1
- package/lib/components/VGrid/VContainer.mjs +1 -1
- package/lib/components/VIcon/index.d.mts +1 -1
- package/lib/components/VImg/VImg.mjs +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
- package/lib/components/VInput/VInput.mjs +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 +3 -6
- 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 +24 -21
- 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.css +2 -1
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/VOverlay.sass +2 -1
- package/lib/components/VOverlay/_variables.scss +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 +5 -5
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +29 -51
- 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/VSlider/slider.mjs +25 -12
- package/lib/components/VSlider/slider.mjs.map +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 +198 -237
- package/lib/components/transitions/dialog-transition.mjs +1 -2
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/composables/calendar.mjs +4 -1
- package/lib/composables/calendar.mjs.map +1 -1
- package/lib/composables/icons.mjs +1 -1
- package/lib/composables/list-items.mjs +69 -17
- 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/nested/selectStrategies.mjs +6 -7
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/variant.mjs +1 -1
- package/lib/directives/ripple/index.mjs +7 -5
- package/lib/directives/ripple/index.mjs.map +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 +61 -61
- 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 +21 -10
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +19 -19
- 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/VTreeview/VTreeview.mjs +2 -2
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +2 -8
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +10 -12
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +12 -36
- package/lib/labs/components.d.mts +103 -94
- package/lib/locale/adapters/vue-i18n.mjs +0 -1
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/lib/util/helpers.mjs +6 -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, {
|
|
@@ -4792,7 +4808,7 @@ interface ItemProps {
|
|
|
4792
4808
|
itemChildren: SelectItemKey;
|
|
4793
4809
|
itemProps: SelectItemKey;
|
|
4794
4810
|
returnObject: boolean;
|
|
4795
|
-
valueComparator: typeof deepEqual;
|
|
4811
|
+
valueComparator: typeof deepEqual | undefined;
|
|
4796
4812
|
}
|
|
4797
4813
|
|
|
4798
4814
|
interface InternalListItem<T = any> extends ListItem<T> {
|
|
@@ -4811,7 +4827,6 @@ declare const VList: {
|
|
|
4811
4827
|
tile: boolean;
|
|
4812
4828
|
density: Density;
|
|
4813
4829
|
slim: boolean;
|
|
4814
|
-
valueComparator: typeof deepEqual;
|
|
4815
4830
|
activatable: boolean;
|
|
4816
4831
|
selectable: boolean;
|
|
4817
4832
|
selectStrategy: SelectStrategyProp;
|
|
@@ -4835,6 +4850,7 @@ declare const VList: {
|
|
|
4835
4850
|
baseColor?: string | undefined;
|
|
4836
4851
|
bgColor?: string | undefined;
|
|
4837
4852
|
activeColor?: string | undefined;
|
|
4853
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
4838
4854
|
activeClass?: string | undefined;
|
|
4839
4855
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
4840
4856
|
collapseIcon?: IconValue | undefined;
|
|
@@ -4883,7 +4899,6 @@ declare const VList: {
|
|
|
4883
4899
|
tile: boolean;
|
|
4884
4900
|
density: Density;
|
|
4885
4901
|
slim: boolean;
|
|
4886
|
-
valueComparator: typeof deepEqual;
|
|
4887
4902
|
activatable: boolean;
|
|
4888
4903
|
selectable: boolean;
|
|
4889
4904
|
selectStrategy: SelectStrategyProp;
|
|
@@ -4907,6 +4922,7 @@ declare const VList: {
|
|
|
4907
4922
|
baseColor?: string | undefined;
|
|
4908
4923
|
bgColor?: string | undefined;
|
|
4909
4924
|
activeColor?: string | undefined;
|
|
4925
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
4910
4926
|
activeClass?: string | undefined;
|
|
4911
4927
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
4912
4928
|
collapseIcon?: IconValue | undefined;
|
|
@@ -4930,7 +4946,6 @@ declare const VList: {
|
|
|
4930
4946
|
tile: boolean;
|
|
4931
4947
|
density: Density;
|
|
4932
4948
|
slim: boolean;
|
|
4933
|
-
valueComparator: typeof deepEqual;
|
|
4934
4949
|
activatable: boolean;
|
|
4935
4950
|
selectable: boolean;
|
|
4936
4951
|
selectStrategy: SelectStrategyProp;
|
|
@@ -4981,7 +4996,6 @@ declare const VList: {
|
|
|
4981
4996
|
tile: boolean;
|
|
4982
4997
|
density: Density;
|
|
4983
4998
|
slim: boolean;
|
|
4984
|
-
valueComparator: typeof deepEqual;
|
|
4985
4999
|
activatable: boolean;
|
|
4986
5000
|
selectable: boolean;
|
|
4987
5001
|
selectStrategy: SelectStrategyProp;
|
|
@@ -5005,6 +5019,7 @@ declare const VList: {
|
|
|
5005
5019
|
baseColor?: string | undefined;
|
|
5006
5020
|
bgColor?: string | undefined;
|
|
5007
5021
|
activeColor?: string | undefined;
|
|
5022
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
5008
5023
|
activeClass?: string | undefined;
|
|
5009
5024
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
5010
5025
|
collapseIcon?: IconValue | undefined;
|
|
@@ -5035,7 +5050,6 @@ declare const VList: {
|
|
|
5035
5050
|
tile: boolean;
|
|
5036
5051
|
density: Density;
|
|
5037
5052
|
slim: boolean;
|
|
5038
|
-
valueComparator: typeof deepEqual;
|
|
5039
5053
|
activatable: boolean;
|
|
5040
5054
|
selectable: boolean;
|
|
5041
5055
|
selectStrategy: SelectStrategyProp;
|
|
@@ -5057,7 +5071,6 @@ declare const VList: {
|
|
|
5057
5071
|
tile: boolean;
|
|
5058
5072
|
density: Density;
|
|
5059
5073
|
slim: boolean;
|
|
5060
|
-
valueComparator: typeof deepEqual;
|
|
5061
5074
|
activatable: boolean;
|
|
5062
5075
|
selectable: boolean;
|
|
5063
5076
|
selectStrategy: SelectStrategyProp;
|
|
@@ -5081,6 +5094,7 @@ declare const VList: {
|
|
|
5081
5094
|
baseColor?: string | undefined;
|
|
5082
5095
|
bgColor?: string | undefined;
|
|
5083
5096
|
activeColor?: string | undefined;
|
|
5097
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
5084
5098
|
activeClass?: string | undefined;
|
|
5085
5099
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
5086
5100
|
collapseIcon?: IconValue | undefined;
|
|
@@ -5130,7 +5144,6 @@ declare const VList: {
|
|
|
5130
5144
|
tile: boolean;
|
|
5131
5145
|
density: Density;
|
|
5132
5146
|
slim: boolean;
|
|
5133
|
-
valueComparator: typeof deepEqual;
|
|
5134
5147
|
activatable: boolean;
|
|
5135
5148
|
selectable: boolean;
|
|
5136
5149
|
selectStrategy: SelectStrategyProp;
|
|
@@ -5224,10 +5237,7 @@ declare const VList: {
|
|
|
5224
5237
|
default: string;
|
|
5225
5238
|
};
|
|
5226
5239
|
returnObject: BooleanConstructor;
|
|
5227
|
-
valueComparator:
|
|
5228
|
-
type: PropType<typeof deepEqual>;
|
|
5229
|
-
default: typeof deepEqual;
|
|
5230
|
-
};
|
|
5240
|
+
valueComparator: PropType<typeof deepEqual>;
|
|
5231
5241
|
itemType: {
|
|
5232
5242
|
type: StringConstructor;
|
|
5233
5243
|
default: string;
|
|
@@ -5333,10 +5343,7 @@ declare const VList: {
|
|
|
5333
5343
|
default: string;
|
|
5334
5344
|
};
|
|
5335
5345
|
returnObject: BooleanConstructor;
|
|
5336
|
-
valueComparator:
|
|
5337
|
-
type: PropType<typeof deepEqual>;
|
|
5338
|
-
default: typeof deepEqual;
|
|
5339
|
-
};
|
|
5346
|
+
valueComparator: PropType<typeof deepEqual>;
|
|
5340
5347
|
itemType: {
|
|
5341
5348
|
type: StringConstructor;
|
|
5342
5349
|
default: string;
|
|
@@ -6815,7 +6822,7 @@ declare const VMenu: {
|
|
|
6815
6822
|
};
|
|
6816
6823
|
$forceUpdate: () => void;
|
|
6817
6824
|
$nextTick: typeof nextTick;
|
|
6818
|
-
$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;
|
|
6819
6826
|
} & Omit<{
|
|
6820
6827
|
absolute: boolean;
|
|
6821
6828
|
location: Anchor;
|
|
@@ -7496,7 +7503,7 @@ declare const VMenu: {
|
|
|
7496
7503
|
};
|
|
7497
7504
|
$forceUpdate: () => void;
|
|
7498
7505
|
$nextTick: typeof nextTick;
|
|
7499
|
-
$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;
|
|
7500
7507
|
} & Omit<{
|
|
7501
7508
|
absolute: boolean;
|
|
7502
7509
|
location: Anchor;
|
|
@@ -8082,7 +8089,7 @@ declare const VMenu: {
|
|
|
8082
8089
|
};
|
|
8083
8090
|
$forceUpdate: () => void;
|
|
8084
8091
|
$nextTick: typeof nextTick;
|
|
8085
|
-
$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;
|
|
8086
8093
|
} & Omit<{
|
|
8087
8094
|
absolute: boolean;
|
|
8088
8095
|
location: Anchor;
|
|
@@ -8497,7 +8504,6 @@ declare const VAutocomplete: {
|
|
|
8497
8504
|
rules: readonly ValidationRule$1[];
|
|
8498
8505
|
tile: boolean;
|
|
8499
8506
|
density: Density;
|
|
8500
|
-
valueComparator: typeof deepEqual;
|
|
8501
8507
|
clearIcon: IconValue;
|
|
8502
8508
|
hideSpinButtons: boolean;
|
|
8503
8509
|
persistentHint: boolean;
|
|
@@ -8541,6 +8547,7 @@ declare const VAutocomplete: {
|
|
|
8541
8547
|
bgColor?: string | undefined;
|
|
8542
8548
|
prependIcon?: IconValue | undefined;
|
|
8543
8549
|
appendIcon?: IconValue | undefined;
|
|
8550
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
8544
8551
|
prependInnerIcon?: IconValue | undefined;
|
|
8545
8552
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
8546
8553
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -8567,7 +8574,6 @@ declare const VAutocomplete: {
|
|
|
8567
8574
|
tile: boolean;
|
|
8568
8575
|
density: Density;
|
|
8569
8576
|
slim: boolean;
|
|
8570
|
-
valueComparator: typeof deepEqual;
|
|
8571
8577
|
activatable: boolean;
|
|
8572
8578
|
selectable: boolean;
|
|
8573
8579
|
selectStrategy: SelectStrategyProp;
|
|
@@ -8585,7 +8591,6 @@ declare const VAutocomplete: {
|
|
|
8585
8591
|
tile: boolean;
|
|
8586
8592
|
density: Density;
|
|
8587
8593
|
slim: boolean;
|
|
8588
|
-
valueComparator: typeof deepEqual;
|
|
8589
8594
|
activatable: boolean;
|
|
8590
8595
|
selectable: boolean;
|
|
8591
8596
|
selectStrategy: SelectStrategyProp;
|
|
@@ -8608,6 +8613,7 @@ declare const VAutocomplete: {
|
|
|
8608
8613
|
baseColor?: string | undefined;
|
|
8609
8614
|
bgColor?: string | undefined;
|
|
8610
8615
|
activeColor?: string | undefined;
|
|
8616
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
8611
8617
|
activeClass?: string | undefined;
|
|
8612
8618
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
8613
8619
|
collapseIcon?: IconValue | undefined;
|
|
@@ -8629,7 +8635,6 @@ declare const VAutocomplete: {
|
|
|
8629
8635
|
tile: boolean;
|
|
8630
8636
|
density: Density;
|
|
8631
8637
|
slim: boolean;
|
|
8632
|
-
valueComparator: typeof deepEqual;
|
|
8633
8638
|
activatable: boolean;
|
|
8634
8639
|
selectable: boolean;
|
|
8635
8640
|
selectStrategy: SelectStrategyProp;
|
|
@@ -8653,6 +8658,7 @@ declare const VAutocomplete: {
|
|
|
8653
8658
|
baseColor?: string | undefined;
|
|
8654
8659
|
bgColor?: string | undefined;
|
|
8655
8660
|
activeColor?: string | undefined;
|
|
8661
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
8656
8662
|
activeClass?: string | undefined;
|
|
8657
8663
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
8658
8664
|
collapseIcon?: IconValue | undefined;
|
|
@@ -8664,7 +8670,7 @@ declare const VAutocomplete: {
|
|
|
8664
8670
|
value: boolean;
|
|
8665
8671
|
path: unknown[];
|
|
8666
8672
|
}) => any) | undefined;
|
|
8667
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
8673
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
8668
8674
|
items?: readonly any[] | undefined;
|
|
8669
8675
|
itemTitle?: SelectItemKey<any>;
|
|
8670
8676
|
itemValue?: SelectItemKey<any>;
|
|
@@ -8992,7 +8998,6 @@ declare const VAutocomplete: {
|
|
|
8992
8998
|
rules: readonly ValidationRule$1[];
|
|
8993
8999
|
tile: boolean;
|
|
8994
9000
|
density: Density;
|
|
8995
|
-
valueComparator: typeof deepEqual;
|
|
8996
9001
|
clearIcon: IconValue;
|
|
8997
9002
|
hideSpinButtons: boolean;
|
|
8998
9003
|
persistentHint: boolean;
|
|
@@ -9036,6 +9041,7 @@ declare const VAutocomplete: {
|
|
|
9036
9041
|
bgColor?: string | undefined;
|
|
9037
9042
|
prependIcon?: IconValue | undefined;
|
|
9038
9043
|
appendIcon?: IconValue | undefined;
|
|
9044
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
9039
9045
|
prependInnerIcon?: IconValue | undefined;
|
|
9040
9046
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
9041
9047
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -9062,7 +9068,6 @@ declare const VAutocomplete: {
|
|
|
9062
9068
|
tile: boolean;
|
|
9063
9069
|
density: Density;
|
|
9064
9070
|
slim: boolean;
|
|
9065
|
-
valueComparator: typeof deepEqual;
|
|
9066
9071
|
activatable: boolean;
|
|
9067
9072
|
selectable: boolean;
|
|
9068
9073
|
selectStrategy: SelectStrategyProp;
|
|
@@ -9080,7 +9085,6 @@ declare const VAutocomplete: {
|
|
|
9080
9085
|
tile: boolean;
|
|
9081
9086
|
density: Density;
|
|
9082
9087
|
slim: boolean;
|
|
9083
|
-
valueComparator: typeof deepEqual;
|
|
9084
9088
|
activatable: boolean;
|
|
9085
9089
|
selectable: boolean;
|
|
9086
9090
|
selectStrategy: SelectStrategyProp;
|
|
@@ -9103,6 +9107,7 @@ declare const VAutocomplete: {
|
|
|
9103
9107
|
baseColor?: string | undefined;
|
|
9104
9108
|
bgColor?: string | undefined;
|
|
9105
9109
|
activeColor?: string | undefined;
|
|
9110
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
9106
9111
|
activeClass?: string | undefined;
|
|
9107
9112
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
9108
9113
|
collapseIcon?: IconValue | undefined;
|
|
@@ -9124,7 +9129,6 @@ declare const VAutocomplete: {
|
|
|
9124
9129
|
tile: boolean;
|
|
9125
9130
|
density: Density;
|
|
9126
9131
|
slim: boolean;
|
|
9127
|
-
valueComparator: typeof deepEqual;
|
|
9128
9132
|
activatable: boolean;
|
|
9129
9133
|
selectable: boolean;
|
|
9130
9134
|
selectStrategy: SelectStrategyProp;
|
|
@@ -9148,6 +9152,7 @@ declare const VAutocomplete: {
|
|
|
9148
9152
|
baseColor?: string | undefined;
|
|
9149
9153
|
bgColor?: string | undefined;
|
|
9150
9154
|
activeColor?: string | undefined;
|
|
9155
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
9151
9156
|
activeClass?: string | undefined;
|
|
9152
9157
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
9153
9158
|
collapseIcon?: IconValue | undefined;
|
|
@@ -9159,7 +9164,7 @@ declare const VAutocomplete: {
|
|
|
9159
9164
|
value: boolean;
|
|
9160
9165
|
path: unknown[];
|
|
9161
9166
|
}) => any) | undefined;
|
|
9162
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
9167
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
9163
9168
|
items?: readonly any[] | undefined;
|
|
9164
9169
|
itemTitle?: SelectItemKey<any>;
|
|
9165
9170
|
itemValue?: SelectItemKey<any>;
|
|
@@ -9483,7 +9488,6 @@ declare const VAutocomplete: {
|
|
|
9483
9488
|
rounded: string | number | boolean;
|
|
9484
9489
|
tile: boolean;
|
|
9485
9490
|
density: Density;
|
|
9486
|
-
valueComparator: typeof deepEqual;
|
|
9487
9491
|
clearIcon: IconValue;
|
|
9488
9492
|
centerAffix: boolean;
|
|
9489
9493
|
hideSpinButtons: boolean;
|
|
@@ -9571,7 +9575,6 @@ declare const VAutocomplete: {
|
|
|
9571
9575
|
rules: readonly ValidationRule$1[];
|
|
9572
9576
|
tile: boolean;
|
|
9573
9577
|
density: Density;
|
|
9574
|
-
valueComparator: typeof deepEqual;
|
|
9575
9578
|
clearIcon: IconValue;
|
|
9576
9579
|
hideSpinButtons: boolean;
|
|
9577
9580
|
persistentHint: boolean;
|
|
@@ -9615,6 +9618,7 @@ declare const VAutocomplete: {
|
|
|
9615
9618
|
bgColor?: string | undefined;
|
|
9616
9619
|
prependIcon?: IconValue | undefined;
|
|
9617
9620
|
appendIcon?: IconValue | undefined;
|
|
9621
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
9618
9622
|
prependInnerIcon?: IconValue | undefined;
|
|
9619
9623
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
9620
9624
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -9641,7 +9645,6 @@ declare const VAutocomplete: {
|
|
|
9641
9645
|
tile: boolean;
|
|
9642
9646
|
density: Density;
|
|
9643
9647
|
slim: boolean;
|
|
9644
|
-
valueComparator: typeof deepEqual;
|
|
9645
9648
|
activatable: boolean;
|
|
9646
9649
|
selectable: boolean;
|
|
9647
9650
|
selectStrategy: SelectStrategyProp;
|
|
@@ -9659,7 +9662,6 @@ declare const VAutocomplete: {
|
|
|
9659
9662
|
tile: boolean;
|
|
9660
9663
|
density: Density;
|
|
9661
9664
|
slim: boolean;
|
|
9662
|
-
valueComparator: typeof deepEqual;
|
|
9663
9665
|
activatable: boolean;
|
|
9664
9666
|
selectable: boolean;
|
|
9665
9667
|
selectStrategy: SelectStrategyProp;
|
|
@@ -9682,6 +9684,7 @@ declare const VAutocomplete: {
|
|
|
9682
9684
|
baseColor?: string | undefined;
|
|
9683
9685
|
bgColor?: string | undefined;
|
|
9684
9686
|
activeColor?: string | undefined;
|
|
9687
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
9685
9688
|
activeClass?: string | undefined;
|
|
9686
9689
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
9687
9690
|
collapseIcon?: IconValue | undefined;
|
|
@@ -9703,7 +9706,6 @@ declare const VAutocomplete: {
|
|
|
9703
9706
|
tile: boolean;
|
|
9704
9707
|
density: Density;
|
|
9705
9708
|
slim: boolean;
|
|
9706
|
-
valueComparator: typeof deepEqual;
|
|
9707
9709
|
activatable: boolean;
|
|
9708
9710
|
selectable: boolean;
|
|
9709
9711
|
selectStrategy: SelectStrategyProp;
|
|
@@ -9727,6 +9729,7 @@ declare const VAutocomplete: {
|
|
|
9727
9729
|
baseColor?: string | undefined;
|
|
9728
9730
|
bgColor?: string | undefined;
|
|
9729
9731
|
activeColor?: string | undefined;
|
|
9732
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
9730
9733
|
activeClass?: string | undefined;
|
|
9731
9734
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
9732
9735
|
collapseIcon?: IconValue | undefined;
|
|
@@ -9738,7 +9741,7 @@ declare const VAutocomplete: {
|
|
|
9738
9741
|
value: boolean;
|
|
9739
9742
|
path: unknown[];
|
|
9740
9743
|
}) => any) | undefined;
|
|
9741
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
9744
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
9742
9745
|
items?: readonly any[] | undefined;
|
|
9743
9746
|
itemTitle?: SelectItemKey<any>;
|
|
9744
9747
|
itemValue?: SelectItemKey<any>;
|
|
@@ -10062,7 +10065,6 @@ declare const VAutocomplete: {
|
|
|
10062
10065
|
rounded: string | number | boolean;
|
|
10063
10066
|
tile: boolean;
|
|
10064
10067
|
density: Density;
|
|
10065
|
-
valueComparator: typeof deepEqual;
|
|
10066
10068
|
clearIcon: IconValue;
|
|
10067
10069
|
centerAffix: boolean;
|
|
10068
10070
|
hideSpinButtons: boolean;
|
|
@@ -10115,7 +10117,6 @@ declare const VAutocomplete: {
|
|
|
10115
10117
|
rules: readonly ValidationRule$1[];
|
|
10116
10118
|
tile: boolean;
|
|
10117
10119
|
density: Density;
|
|
10118
|
-
valueComparator: typeof deepEqual;
|
|
10119
10120
|
clearIcon: IconValue;
|
|
10120
10121
|
hideSpinButtons: boolean;
|
|
10121
10122
|
persistentHint: boolean;
|
|
@@ -10159,6 +10160,7 @@ declare const VAutocomplete: {
|
|
|
10159
10160
|
bgColor?: string | undefined;
|
|
10160
10161
|
prependIcon?: IconValue | undefined;
|
|
10161
10162
|
appendIcon?: IconValue | undefined;
|
|
10163
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
10162
10164
|
prependInnerIcon?: IconValue | undefined;
|
|
10163
10165
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
10164
10166
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -10185,7 +10187,6 @@ declare const VAutocomplete: {
|
|
|
10185
10187
|
tile: boolean;
|
|
10186
10188
|
density: Density;
|
|
10187
10189
|
slim: boolean;
|
|
10188
|
-
valueComparator: typeof deepEqual;
|
|
10189
10190
|
activatable: boolean;
|
|
10190
10191
|
selectable: boolean;
|
|
10191
10192
|
selectStrategy: SelectStrategyProp;
|
|
@@ -10203,7 +10204,6 @@ declare const VAutocomplete: {
|
|
|
10203
10204
|
tile: boolean;
|
|
10204
10205
|
density: Density;
|
|
10205
10206
|
slim: boolean;
|
|
10206
|
-
valueComparator: typeof deepEqual;
|
|
10207
10207
|
activatable: boolean;
|
|
10208
10208
|
selectable: boolean;
|
|
10209
10209
|
selectStrategy: SelectStrategyProp;
|
|
@@ -10226,6 +10226,7 @@ declare const VAutocomplete: {
|
|
|
10226
10226
|
baseColor?: string | undefined;
|
|
10227
10227
|
bgColor?: string | undefined;
|
|
10228
10228
|
activeColor?: string | undefined;
|
|
10229
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
10229
10230
|
activeClass?: string | undefined;
|
|
10230
10231
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
10231
10232
|
collapseIcon?: IconValue | undefined;
|
|
@@ -10247,7 +10248,6 @@ declare const VAutocomplete: {
|
|
|
10247
10248
|
tile: boolean;
|
|
10248
10249
|
density: Density;
|
|
10249
10250
|
slim: boolean;
|
|
10250
|
-
valueComparator: typeof deepEqual;
|
|
10251
10251
|
activatable: boolean;
|
|
10252
10252
|
selectable: boolean;
|
|
10253
10253
|
selectStrategy: SelectStrategyProp;
|
|
@@ -10271,6 +10271,7 @@ declare const VAutocomplete: {
|
|
|
10271
10271
|
baseColor?: string | undefined;
|
|
10272
10272
|
bgColor?: string | undefined;
|
|
10273
10273
|
activeColor?: string | undefined;
|
|
10274
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
10274
10275
|
activeClass?: string | undefined;
|
|
10275
10276
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
10276
10277
|
collapseIcon?: IconValue | undefined;
|
|
@@ -10282,7 +10283,7 @@ declare const VAutocomplete: {
|
|
|
10282
10283
|
value: boolean;
|
|
10283
10284
|
path: unknown[];
|
|
10284
10285
|
}) => any) | undefined;
|
|
10285
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
10286
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
10286
10287
|
items?: readonly any[] | undefined;
|
|
10287
10288
|
itemTitle?: SelectItemKey<any>;
|
|
10288
10289
|
itemValue?: SelectItemKey<any>;
|
|
@@ -10611,7 +10612,6 @@ declare const VAutocomplete: {
|
|
|
10611
10612
|
rounded: string | number | boolean;
|
|
10612
10613
|
tile: boolean;
|
|
10613
10614
|
density: Density;
|
|
10614
|
-
valueComparator: typeof deepEqual;
|
|
10615
10615
|
clearIcon: IconValue;
|
|
10616
10616
|
centerAffix: boolean;
|
|
10617
10617
|
hideSpinButtons: boolean;
|
|
@@ -10843,10 +10843,7 @@ declare const VAutocomplete: {
|
|
|
10843
10843
|
default: string;
|
|
10844
10844
|
};
|
|
10845
10845
|
returnObject: BooleanConstructor;
|
|
10846
|
-
valueComparator:
|
|
10847
|
-
type: PropType<typeof deepEqual>;
|
|
10848
|
-
default: typeof deepEqual;
|
|
10849
|
-
};
|
|
10846
|
+
valueComparator: PropType<typeof deepEqual>;
|
|
10850
10847
|
chips: BooleanConstructor;
|
|
10851
10848
|
closableChips: BooleanConstructor;
|
|
10852
10849
|
closeText: {
|
|
@@ -11044,10 +11041,7 @@ declare const VAutocomplete: {
|
|
|
11044
11041
|
default: string;
|
|
11045
11042
|
};
|
|
11046
11043
|
returnObject: BooleanConstructor;
|
|
11047
|
-
valueComparator:
|
|
11048
|
-
type: PropType<typeof deepEqual>;
|
|
11049
|
-
default: typeof deepEqual;
|
|
11050
|
-
};
|
|
11044
|
+
valueComparator: PropType<typeof deepEqual>;
|
|
11051
11045
|
chips: BooleanConstructor;
|
|
11052
11046
|
closableChips: BooleanConstructor;
|
|
11053
11047
|
closeText: {
|
|
@@ -13240,13 +13234,6 @@ declare const VBottomSheet: {
|
|
|
13240
13234
|
}>>;
|
|
13241
13235
|
type VBottomSheet = InstanceType<typeof VBottomSheet>;
|
|
13242
13236
|
|
|
13243
|
-
interface LinkProps {
|
|
13244
|
-
href: string | undefined;
|
|
13245
|
-
replace: boolean | undefined;
|
|
13246
|
-
to: RouteLocationRaw | undefined;
|
|
13247
|
-
exact: boolean | undefined;
|
|
13248
|
-
}
|
|
13249
|
-
|
|
13250
13237
|
type InternalBreadcrumbItem = Partial<LinkProps> & {
|
|
13251
13238
|
title: string;
|
|
13252
13239
|
disabled?: boolean;
|
|
@@ -13484,7 +13471,7 @@ declare const VBreadcrumbsItem: {
|
|
|
13484
13471
|
color?: string | undefined;
|
|
13485
13472
|
title?: string | undefined;
|
|
13486
13473
|
class?: any;
|
|
13487
|
-
to?: vue_router.
|
|
13474
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13488
13475
|
href?: string | undefined;
|
|
13489
13476
|
activeColor?: string | undefined;
|
|
13490
13477
|
activeClass?: string | undefined;
|
|
@@ -13508,7 +13495,7 @@ declare const VBreadcrumbsItem: {
|
|
|
13508
13495
|
color?: string | undefined;
|
|
13509
13496
|
title?: string | undefined;
|
|
13510
13497
|
class?: any;
|
|
13511
|
-
to?: vue_router.
|
|
13498
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13512
13499
|
href?: string | undefined;
|
|
13513
13500
|
activeColor?: string | undefined;
|
|
13514
13501
|
activeClass?: string | undefined;
|
|
@@ -13548,7 +13535,7 @@ declare const VBreadcrumbsItem: {
|
|
|
13548
13535
|
color?: string | undefined;
|
|
13549
13536
|
title?: string | undefined;
|
|
13550
13537
|
class?: any;
|
|
13551
|
-
to?: vue_router.
|
|
13538
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13552
13539
|
href?: string | undefined;
|
|
13553
13540
|
activeColor?: string | undefined;
|
|
13554
13541
|
activeClass?: string | undefined;
|
|
@@ -13583,7 +13570,7 @@ declare const VBreadcrumbsItem: {
|
|
|
13583
13570
|
color?: string | undefined;
|
|
13584
13571
|
title?: string | undefined;
|
|
13585
13572
|
class?: any;
|
|
13586
|
-
to?: vue_router.
|
|
13573
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13587
13574
|
href?: string | undefined;
|
|
13588
13575
|
activeColor?: string | undefined;
|
|
13589
13576
|
activeClass?: string | undefined;
|
|
@@ -13786,7 +13773,7 @@ declare const VBtn: {
|
|
|
13786
13773
|
text?: string | undefined;
|
|
13787
13774
|
class?: any;
|
|
13788
13775
|
theme?: string | undefined;
|
|
13789
|
-
to?: vue_router.
|
|
13776
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13790
13777
|
icon?: boolean | IconValue | undefined;
|
|
13791
13778
|
href?: string | undefined;
|
|
13792
13779
|
elevation?: string | number | undefined;
|
|
@@ -13860,7 +13847,7 @@ declare const VBtn: {
|
|
|
13860
13847
|
text?: string | undefined;
|
|
13861
13848
|
class?: any;
|
|
13862
13849
|
theme?: string | undefined;
|
|
13863
|
-
to?: vue_router.
|
|
13850
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13864
13851
|
icon?: boolean | IconValue | undefined;
|
|
13865
13852
|
href?: string | undefined;
|
|
13866
13853
|
elevation?: string | number | undefined;
|
|
@@ -13961,7 +13948,7 @@ declare const VBtn: {
|
|
|
13961
13948
|
text?: string | undefined;
|
|
13962
13949
|
class?: any;
|
|
13963
13950
|
theme?: string | undefined;
|
|
13964
|
-
to?: vue_router.
|
|
13951
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13965
13952
|
icon?: boolean | IconValue | undefined;
|
|
13966
13953
|
href?: string | undefined;
|
|
13967
13954
|
elevation?: string | number | undefined;
|
|
@@ -14056,7 +14043,7 @@ declare const VBtn: {
|
|
|
14056
14043
|
text?: string | undefined;
|
|
14057
14044
|
class?: any;
|
|
14058
14045
|
theme?: string | undefined;
|
|
14059
|
-
to?: vue_router.
|
|
14046
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
14060
14047
|
icon?: boolean | IconValue | undefined;
|
|
14061
14048
|
href?: string | undefined;
|
|
14062
14049
|
elevation?: string | number | undefined;
|
|
@@ -14969,7 +14956,7 @@ declare const VCard: {
|
|
|
14969
14956
|
text?: string | number | undefined;
|
|
14970
14957
|
class?: any;
|
|
14971
14958
|
theme?: string | undefined;
|
|
14972
|
-
to?: vue_router.
|
|
14959
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
14973
14960
|
href?: string | undefined;
|
|
14974
14961
|
elevation?: string | number | undefined;
|
|
14975
14962
|
rounded?: string | number | boolean | undefined;
|
|
@@ -15046,7 +15033,7 @@ declare const VCard: {
|
|
|
15046
15033
|
text?: string | number | undefined;
|
|
15047
15034
|
class?: any;
|
|
15048
15035
|
theme?: string | undefined;
|
|
15049
|
-
to?: vue_router.
|
|
15036
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
15050
15037
|
href?: string | undefined;
|
|
15051
15038
|
elevation?: string | number | undefined;
|
|
15052
15039
|
rounded?: string | number | boolean | undefined;
|
|
@@ -15157,7 +15144,7 @@ declare const VCard: {
|
|
|
15157
15144
|
text?: string | number | undefined;
|
|
15158
15145
|
class?: any;
|
|
15159
15146
|
theme?: string | undefined;
|
|
15160
|
-
to?: vue_router.
|
|
15147
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
15161
15148
|
href?: string | undefined;
|
|
15162
15149
|
elevation?: string | number | undefined;
|
|
15163
15150
|
rounded?: string | number | boolean | undefined;
|
|
@@ -15254,7 +15241,7 @@ declare const VCard: {
|
|
|
15254
15241
|
text?: string | number | undefined;
|
|
15255
15242
|
class?: any;
|
|
15256
15243
|
theme?: string | undefined;
|
|
15257
|
-
to?: vue_router.
|
|
15244
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
15258
15245
|
href?: string | undefined;
|
|
15259
15246
|
elevation?: string | number | undefined;
|
|
15260
15247
|
rounded?: string | number | boolean | undefined;
|
|
@@ -18851,7 +18838,7 @@ declare const VChip: {
|
|
|
18851
18838
|
text?: string | undefined;
|
|
18852
18839
|
class?: any;
|
|
18853
18840
|
theme?: string | undefined;
|
|
18854
|
-
to?: vue_router.
|
|
18841
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
18855
18842
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
18856
18843
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
18857
18844
|
href?: string | undefined;
|
|
@@ -18959,7 +18946,7 @@ declare const VChip: {
|
|
|
18959
18946
|
text?: string | undefined;
|
|
18960
18947
|
class?: any;
|
|
18961
18948
|
theme?: string | undefined;
|
|
18962
|
-
to?: vue_router.
|
|
18949
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
18963
18950
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
18964
18951
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
18965
18952
|
href?: string | undefined;
|
|
@@ -19105,7 +19092,7 @@ declare const VChip: {
|
|
|
19105
19092
|
text?: string | undefined;
|
|
19106
19093
|
class?: any;
|
|
19107
19094
|
theme?: string | undefined;
|
|
19108
|
-
to?: vue_router.
|
|
19095
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
19109
19096
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
19110
19097
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
19111
19098
|
href?: string | undefined;
|
|
@@ -19234,7 +19221,7 @@ declare const VChip: {
|
|
|
19234
19221
|
text?: string | undefined;
|
|
19235
19222
|
class?: any;
|
|
19236
19223
|
theme?: string | undefined;
|
|
19237
|
-
to?: vue_router.
|
|
19224
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
19238
19225
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
19239
19226
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
19240
19227
|
href?: string | undefined;
|
|
@@ -20070,7 +20057,7 @@ declare const VColorPicker: {
|
|
|
20070
20057
|
};
|
|
20071
20058
|
}>> & {
|
|
20072
20059
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
|
20073
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
|
20060
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
|
20074
20061
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
20075
20062
|
'update:modelValue': (color: any) => true;
|
|
20076
20063
|
'update:mode': (mode: keyof typeof modes) => true;
|
|
@@ -20137,17 +20124,17 @@ declare const VColorPicker: {
|
|
|
20137
20124
|
};
|
|
20138
20125
|
}>> & {
|
|
20139
20126
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
|
20140
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
|
20127
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
|
20141
20128
|
}, {
|
|
20142
20129
|
width: string | number;
|
|
20143
20130
|
style: vue.StyleValue;
|
|
20144
20131
|
disabled: boolean;
|
|
20145
20132
|
tag: string;
|
|
20146
|
-
mode: "rgb" | "hex" | "
|
|
20133
|
+
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
|
20147
20134
|
rounded: string | number | boolean;
|
|
20148
20135
|
tile: boolean;
|
|
20149
20136
|
dotSize: string | number;
|
|
20150
|
-
modes: readonly ("rgb" | "hex" | "
|
|
20137
|
+
modes: readonly ("rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa")[];
|
|
20151
20138
|
canvasHeight: string | number;
|
|
20152
20139
|
hideCanvas: boolean;
|
|
20153
20140
|
hideSliders: boolean;
|
|
@@ -20224,17 +20211,17 @@ declare const VColorPicker: {
|
|
|
20224
20211
|
};
|
|
20225
20212
|
}>> & {
|
|
20226
20213
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
|
20227
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
|
20214
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
|
20228
20215
|
}, {}, {}, {}, {}, {
|
|
20229
20216
|
width: string | number;
|
|
20230
20217
|
style: vue.StyleValue;
|
|
20231
20218
|
disabled: boolean;
|
|
20232
20219
|
tag: string;
|
|
20233
|
-
mode: "rgb" | "hex" | "
|
|
20220
|
+
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
|
20234
20221
|
rounded: string | number | boolean;
|
|
20235
20222
|
tile: boolean;
|
|
20236
20223
|
dotSize: string | number;
|
|
20237
|
-
modes: readonly ("rgb" | "hex" | "
|
|
20224
|
+
modes: readonly ("rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa")[];
|
|
20238
20225
|
canvasHeight: string | number;
|
|
20239
20226
|
hideCanvas: boolean;
|
|
20240
20227
|
hideSliders: boolean;
|
|
@@ -20308,7 +20295,7 @@ declare const VColorPicker: {
|
|
|
20308
20295
|
};
|
|
20309
20296
|
}>> & {
|
|
20310
20297
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
|
20311
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
|
20298
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
|
20312
20299
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
20313
20300
|
'update:modelValue': (color: any) => true;
|
|
20314
20301
|
'update:mode': (mode: keyof typeof modes) => true;
|
|
@@ -20317,11 +20304,11 @@ declare const VColorPicker: {
|
|
|
20317
20304
|
style: vue.StyleValue;
|
|
20318
20305
|
disabled: boolean;
|
|
20319
20306
|
tag: string;
|
|
20320
|
-
mode: "rgb" | "hex" | "
|
|
20307
|
+
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
|
20321
20308
|
rounded: string | number | boolean;
|
|
20322
20309
|
tile: boolean;
|
|
20323
20310
|
dotSize: string | number;
|
|
20324
|
-
modes: readonly ("rgb" | "hex" | "
|
|
20311
|
+
modes: readonly ("rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa")[];
|
|
20325
20312
|
canvasHeight: string | number;
|
|
20326
20313
|
hideCanvas: boolean;
|
|
20327
20314
|
hideSliders: boolean;
|
|
@@ -20484,7 +20471,6 @@ declare const VCombobox: {
|
|
|
20484
20471
|
rules: readonly ValidationRule$1[];
|
|
20485
20472
|
tile: boolean;
|
|
20486
20473
|
density: Density;
|
|
20487
|
-
valueComparator: typeof deepEqual;
|
|
20488
20474
|
clearIcon: IconValue;
|
|
20489
20475
|
hideSpinButtons: boolean;
|
|
20490
20476
|
persistentHint: boolean;
|
|
@@ -20528,6 +20514,7 @@ declare const VCombobox: {
|
|
|
20528
20514
|
bgColor?: string | undefined;
|
|
20529
20515
|
prependIcon?: IconValue | undefined;
|
|
20530
20516
|
appendIcon?: IconValue | undefined;
|
|
20517
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
20531
20518
|
prependInnerIcon?: IconValue | undefined;
|
|
20532
20519
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
20533
20520
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -20554,7 +20541,6 @@ declare const VCombobox: {
|
|
|
20554
20541
|
tile: boolean;
|
|
20555
20542
|
density: Density;
|
|
20556
20543
|
slim: boolean;
|
|
20557
|
-
valueComparator: typeof deepEqual;
|
|
20558
20544
|
activatable: boolean;
|
|
20559
20545
|
selectable: boolean;
|
|
20560
20546
|
selectStrategy: SelectStrategyProp;
|
|
@@ -20572,7 +20558,6 @@ declare const VCombobox: {
|
|
|
20572
20558
|
tile: boolean;
|
|
20573
20559
|
density: Density;
|
|
20574
20560
|
slim: boolean;
|
|
20575
|
-
valueComparator: typeof deepEqual;
|
|
20576
20561
|
activatable: boolean;
|
|
20577
20562
|
selectable: boolean;
|
|
20578
20563
|
selectStrategy: SelectStrategyProp;
|
|
@@ -20595,6 +20580,7 @@ declare const VCombobox: {
|
|
|
20595
20580
|
baseColor?: string | undefined;
|
|
20596
20581
|
bgColor?: string | undefined;
|
|
20597
20582
|
activeColor?: string | undefined;
|
|
20583
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
20598
20584
|
activeClass?: string | undefined;
|
|
20599
20585
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
20600
20586
|
collapseIcon?: IconValue | undefined;
|
|
@@ -20616,7 +20602,6 @@ declare const VCombobox: {
|
|
|
20616
20602
|
tile: boolean;
|
|
20617
20603
|
density: Density;
|
|
20618
20604
|
slim: boolean;
|
|
20619
|
-
valueComparator: typeof deepEqual;
|
|
20620
20605
|
activatable: boolean;
|
|
20621
20606
|
selectable: boolean;
|
|
20622
20607
|
selectStrategy: SelectStrategyProp;
|
|
@@ -20640,6 +20625,7 @@ declare const VCombobox: {
|
|
|
20640
20625
|
baseColor?: string | undefined;
|
|
20641
20626
|
bgColor?: string | undefined;
|
|
20642
20627
|
activeColor?: string | undefined;
|
|
20628
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
20643
20629
|
activeClass?: string | undefined;
|
|
20644
20630
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
20645
20631
|
collapseIcon?: IconValue | undefined;
|
|
@@ -20651,7 +20637,7 @@ declare const VCombobox: {
|
|
|
20651
20637
|
value: boolean;
|
|
20652
20638
|
path: unknown[];
|
|
20653
20639
|
}) => any) | undefined;
|
|
20654
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
20640
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
20655
20641
|
items?: readonly any[] | undefined;
|
|
20656
20642
|
itemTitle?: SelectItemKey<any>;
|
|
20657
20643
|
itemValue?: SelectItemKey<any>;
|
|
@@ -20979,7 +20965,6 @@ declare const VCombobox: {
|
|
|
20979
20965
|
rules: readonly ValidationRule$1[];
|
|
20980
20966
|
tile: boolean;
|
|
20981
20967
|
density: Density;
|
|
20982
|
-
valueComparator: typeof deepEqual;
|
|
20983
20968
|
clearIcon: IconValue;
|
|
20984
20969
|
hideSpinButtons: boolean;
|
|
20985
20970
|
persistentHint: boolean;
|
|
@@ -21023,6 +21008,7 @@ declare const VCombobox: {
|
|
|
21023
21008
|
bgColor?: string | undefined;
|
|
21024
21009
|
prependIcon?: IconValue | undefined;
|
|
21025
21010
|
appendIcon?: IconValue | undefined;
|
|
21011
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
21026
21012
|
prependInnerIcon?: IconValue | undefined;
|
|
21027
21013
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
21028
21014
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -21049,7 +21035,6 @@ declare const VCombobox: {
|
|
|
21049
21035
|
tile: boolean;
|
|
21050
21036
|
density: Density;
|
|
21051
21037
|
slim: boolean;
|
|
21052
|
-
valueComparator: typeof deepEqual;
|
|
21053
21038
|
activatable: boolean;
|
|
21054
21039
|
selectable: boolean;
|
|
21055
21040
|
selectStrategy: SelectStrategyProp;
|
|
@@ -21067,7 +21052,6 @@ declare const VCombobox: {
|
|
|
21067
21052
|
tile: boolean;
|
|
21068
21053
|
density: Density;
|
|
21069
21054
|
slim: boolean;
|
|
21070
|
-
valueComparator: typeof deepEqual;
|
|
21071
21055
|
activatable: boolean;
|
|
21072
21056
|
selectable: boolean;
|
|
21073
21057
|
selectStrategy: SelectStrategyProp;
|
|
@@ -21090,6 +21074,7 @@ declare const VCombobox: {
|
|
|
21090
21074
|
baseColor?: string | undefined;
|
|
21091
21075
|
bgColor?: string | undefined;
|
|
21092
21076
|
activeColor?: string | undefined;
|
|
21077
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
21093
21078
|
activeClass?: string | undefined;
|
|
21094
21079
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
21095
21080
|
collapseIcon?: IconValue | undefined;
|
|
@@ -21111,7 +21096,6 @@ declare const VCombobox: {
|
|
|
21111
21096
|
tile: boolean;
|
|
21112
21097
|
density: Density;
|
|
21113
21098
|
slim: boolean;
|
|
21114
|
-
valueComparator: typeof deepEqual;
|
|
21115
21099
|
activatable: boolean;
|
|
21116
21100
|
selectable: boolean;
|
|
21117
21101
|
selectStrategy: SelectStrategyProp;
|
|
@@ -21135,6 +21119,7 @@ declare const VCombobox: {
|
|
|
21135
21119
|
baseColor?: string | undefined;
|
|
21136
21120
|
bgColor?: string | undefined;
|
|
21137
21121
|
activeColor?: string | undefined;
|
|
21122
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
21138
21123
|
activeClass?: string | undefined;
|
|
21139
21124
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
21140
21125
|
collapseIcon?: IconValue | undefined;
|
|
@@ -21146,7 +21131,7 @@ declare const VCombobox: {
|
|
|
21146
21131
|
value: boolean;
|
|
21147
21132
|
path: unknown[];
|
|
21148
21133
|
}) => any) | undefined;
|
|
21149
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
21134
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
21150
21135
|
items?: readonly any[] | undefined;
|
|
21151
21136
|
itemTitle?: SelectItemKey<any>;
|
|
21152
21137
|
itemValue?: SelectItemKey<any>;
|
|
@@ -21470,7 +21455,6 @@ declare const VCombobox: {
|
|
|
21470
21455
|
rounded: string | number | boolean;
|
|
21471
21456
|
tile: boolean;
|
|
21472
21457
|
density: Density;
|
|
21473
|
-
valueComparator: typeof deepEqual;
|
|
21474
21458
|
clearIcon: IconValue;
|
|
21475
21459
|
centerAffix: boolean;
|
|
21476
21460
|
hideSpinButtons: boolean;
|
|
@@ -21558,7 +21542,6 @@ declare const VCombobox: {
|
|
|
21558
21542
|
rules: readonly ValidationRule$1[];
|
|
21559
21543
|
tile: boolean;
|
|
21560
21544
|
density: Density;
|
|
21561
|
-
valueComparator: typeof deepEqual;
|
|
21562
21545
|
clearIcon: IconValue;
|
|
21563
21546
|
hideSpinButtons: boolean;
|
|
21564
21547
|
persistentHint: boolean;
|
|
@@ -21602,6 +21585,7 @@ declare const VCombobox: {
|
|
|
21602
21585
|
bgColor?: string | undefined;
|
|
21603
21586
|
prependIcon?: IconValue | undefined;
|
|
21604
21587
|
appendIcon?: IconValue | undefined;
|
|
21588
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
21605
21589
|
prependInnerIcon?: IconValue | undefined;
|
|
21606
21590
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
21607
21591
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -21628,7 +21612,6 @@ declare const VCombobox: {
|
|
|
21628
21612
|
tile: boolean;
|
|
21629
21613
|
density: Density;
|
|
21630
21614
|
slim: boolean;
|
|
21631
|
-
valueComparator: typeof deepEqual;
|
|
21632
21615
|
activatable: boolean;
|
|
21633
21616
|
selectable: boolean;
|
|
21634
21617
|
selectStrategy: SelectStrategyProp;
|
|
@@ -21646,7 +21629,6 @@ declare const VCombobox: {
|
|
|
21646
21629
|
tile: boolean;
|
|
21647
21630
|
density: Density;
|
|
21648
21631
|
slim: boolean;
|
|
21649
|
-
valueComparator: typeof deepEqual;
|
|
21650
21632
|
activatable: boolean;
|
|
21651
21633
|
selectable: boolean;
|
|
21652
21634
|
selectStrategy: SelectStrategyProp;
|
|
@@ -21669,6 +21651,7 @@ declare const VCombobox: {
|
|
|
21669
21651
|
baseColor?: string | undefined;
|
|
21670
21652
|
bgColor?: string | undefined;
|
|
21671
21653
|
activeColor?: string | undefined;
|
|
21654
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
21672
21655
|
activeClass?: string | undefined;
|
|
21673
21656
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
21674
21657
|
collapseIcon?: IconValue | undefined;
|
|
@@ -21690,7 +21673,6 @@ declare const VCombobox: {
|
|
|
21690
21673
|
tile: boolean;
|
|
21691
21674
|
density: Density;
|
|
21692
21675
|
slim: boolean;
|
|
21693
|
-
valueComparator: typeof deepEqual;
|
|
21694
21676
|
activatable: boolean;
|
|
21695
21677
|
selectable: boolean;
|
|
21696
21678
|
selectStrategy: SelectStrategyProp;
|
|
@@ -21714,6 +21696,7 @@ declare const VCombobox: {
|
|
|
21714
21696
|
baseColor?: string | undefined;
|
|
21715
21697
|
bgColor?: string | undefined;
|
|
21716
21698
|
activeColor?: string | undefined;
|
|
21699
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
21717
21700
|
activeClass?: string | undefined;
|
|
21718
21701
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
21719
21702
|
collapseIcon?: IconValue | undefined;
|
|
@@ -21725,7 +21708,7 @@ declare const VCombobox: {
|
|
|
21725
21708
|
value: boolean;
|
|
21726
21709
|
path: unknown[];
|
|
21727
21710
|
}) => any) | undefined;
|
|
21728
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
21711
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
21729
21712
|
items?: readonly any[] | undefined;
|
|
21730
21713
|
itemTitle?: SelectItemKey<any>;
|
|
21731
21714
|
itemValue?: SelectItemKey<any>;
|
|
@@ -22049,7 +22032,6 @@ declare const VCombobox: {
|
|
|
22049
22032
|
rounded: string | number | boolean;
|
|
22050
22033
|
tile: boolean;
|
|
22051
22034
|
density: Density;
|
|
22052
|
-
valueComparator: typeof deepEqual;
|
|
22053
22035
|
clearIcon: IconValue;
|
|
22054
22036
|
centerAffix: boolean;
|
|
22055
22037
|
hideSpinButtons: boolean;
|
|
@@ -22102,7 +22084,6 @@ declare const VCombobox: {
|
|
|
22102
22084
|
rules: readonly ValidationRule$1[];
|
|
22103
22085
|
tile: boolean;
|
|
22104
22086
|
density: Density;
|
|
22105
|
-
valueComparator: typeof deepEqual;
|
|
22106
22087
|
clearIcon: IconValue;
|
|
22107
22088
|
hideSpinButtons: boolean;
|
|
22108
22089
|
persistentHint: boolean;
|
|
@@ -22146,6 +22127,7 @@ declare const VCombobox: {
|
|
|
22146
22127
|
bgColor?: string | undefined;
|
|
22147
22128
|
prependIcon?: IconValue | undefined;
|
|
22148
22129
|
appendIcon?: IconValue | undefined;
|
|
22130
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
22149
22131
|
prependInnerIcon?: IconValue | undefined;
|
|
22150
22132
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
22151
22133
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -22172,7 +22154,6 @@ declare const VCombobox: {
|
|
|
22172
22154
|
tile: boolean;
|
|
22173
22155
|
density: Density;
|
|
22174
22156
|
slim: boolean;
|
|
22175
|
-
valueComparator: typeof deepEqual;
|
|
22176
22157
|
activatable: boolean;
|
|
22177
22158
|
selectable: boolean;
|
|
22178
22159
|
selectStrategy: SelectStrategyProp;
|
|
@@ -22190,7 +22171,6 @@ declare const VCombobox: {
|
|
|
22190
22171
|
tile: boolean;
|
|
22191
22172
|
density: Density;
|
|
22192
22173
|
slim: boolean;
|
|
22193
|
-
valueComparator: typeof deepEqual;
|
|
22194
22174
|
activatable: boolean;
|
|
22195
22175
|
selectable: boolean;
|
|
22196
22176
|
selectStrategy: SelectStrategyProp;
|
|
@@ -22213,6 +22193,7 @@ declare const VCombobox: {
|
|
|
22213
22193
|
baseColor?: string | undefined;
|
|
22214
22194
|
bgColor?: string | undefined;
|
|
22215
22195
|
activeColor?: string | undefined;
|
|
22196
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
22216
22197
|
activeClass?: string | undefined;
|
|
22217
22198
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
22218
22199
|
collapseIcon?: IconValue | undefined;
|
|
@@ -22234,7 +22215,6 @@ declare const VCombobox: {
|
|
|
22234
22215
|
tile: boolean;
|
|
22235
22216
|
density: Density;
|
|
22236
22217
|
slim: boolean;
|
|
22237
|
-
valueComparator: typeof deepEqual;
|
|
22238
22218
|
activatable: boolean;
|
|
22239
22219
|
selectable: boolean;
|
|
22240
22220
|
selectStrategy: SelectStrategyProp;
|
|
@@ -22258,6 +22238,7 @@ declare const VCombobox: {
|
|
|
22258
22238
|
baseColor?: string | undefined;
|
|
22259
22239
|
bgColor?: string | undefined;
|
|
22260
22240
|
activeColor?: string | undefined;
|
|
22241
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
22261
22242
|
activeClass?: string | undefined;
|
|
22262
22243
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
22263
22244
|
collapseIcon?: IconValue | undefined;
|
|
@@ -22269,7 +22250,7 @@ declare const VCombobox: {
|
|
|
22269
22250
|
value: boolean;
|
|
22270
22251
|
path: unknown[];
|
|
22271
22252
|
}) => any) | undefined;
|
|
22272
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
22253
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
22273
22254
|
items?: readonly any[] | undefined;
|
|
22274
22255
|
itemTitle?: SelectItemKey<any>;
|
|
22275
22256
|
itemValue?: SelectItemKey<any>;
|
|
@@ -22598,7 +22579,6 @@ declare const VCombobox: {
|
|
|
22598
22579
|
rounded: string | number | boolean;
|
|
22599
22580
|
tile: boolean;
|
|
22600
22581
|
density: Density;
|
|
22601
|
-
valueComparator: typeof deepEqual;
|
|
22602
22582
|
clearIcon: IconValue;
|
|
22603
22583
|
centerAffix: boolean;
|
|
22604
22584
|
hideSpinButtons: boolean;
|
|
@@ -22833,10 +22813,7 @@ declare const VCombobox: {
|
|
|
22833
22813
|
type: PropType<boolean>;
|
|
22834
22814
|
default: boolean;
|
|
22835
22815
|
};
|
|
22836
|
-
valueComparator:
|
|
22837
|
-
type: PropType<typeof deepEqual>;
|
|
22838
|
-
default: typeof deepEqual;
|
|
22839
|
-
};
|
|
22816
|
+
valueComparator: PropType<typeof deepEqual>;
|
|
22840
22817
|
chips: BooleanConstructor;
|
|
22841
22818
|
closableChips: BooleanConstructor;
|
|
22842
22819
|
closeText: {
|
|
@@ -23043,10 +23020,7 @@ declare const VCombobox: {
|
|
|
23043
23020
|
type: PropType<boolean>;
|
|
23044
23021
|
default: boolean;
|
|
23045
23022
|
};
|
|
23046
|
-
valueComparator:
|
|
23047
|
-
type: PropType<typeof deepEqual>;
|
|
23048
|
-
default: typeof deepEqual;
|
|
23049
|
-
};
|
|
23023
|
+
valueComparator: PropType<typeof deepEqual>;
|
|
23050
23024
|
chips: BooleanConstructor;
|
|
23051
23025
|
closableChips: BooleanConstructor;
|
|
23052
23026
|
closeText: {
|
|
@@ -27807,7 +27781,6 @@ declare const VDatePicker: {
|
|
|
27807
27781
|
bgColor?: string | undefined;
|
|
27808
27782
|
firstDayOfWeek?: string | number | undefined;
|
|
27809
27783
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
27810
|
-
displayValue?: unknown;
|
|
27811
27784
|
} & {
|
|
27812
27785
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
|
27813
27786
|
"onUpdate:year"?: ((date: any) => any) | undefined;
|
|
@@ -27861,7 +27834,6 @@ declare const VDatePicker: {
|
|
|
27861
27834
|
bgColor?: string | undefined;
|
|
27862
27835
|
firstDayOfWeek?: string | number | undefined;
|
|
27863
27836
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
27864
|
-
displayValue?: unknown;
|
|
27865
27837
|
} & {
|
|
27866
27838
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
|
27867
27839
|
"onUpdate:year"?: ((date: any) => any) | undefined;
|
|
@@ -27947,7 +27919,6 @@ declare const VDatePicker: {
|
|
|
27947
27919
|
bgColor?: string | undefined;
|
|
27948
27920
|
firstDayOfWeek?: string | number | undefined;
|
|
27949
27921
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
27950
|
-
displayValue?: unknown;
|
|
27951
27922
|
} & {
|
|
27952
27923
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
|
27953
27924
|
"onUpdate:year"?: ((date: any) => any) | undefined;
|
|
@@ -28022,7 +27993,6 @@ declare const VDatePicker: {
|
|
|
28022
27993
|
bgColor?: string | undefined;
|
|
28023
27994
|
firstDayOfWeek?: string | number | undefined;
|
|
28024
27995
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
28025
|
-
displayValue?: unknown;
|
|
28026
27996
|
} & {
|
|
28027
27997
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
|
28028
27998
|
"onUpdate:year"?: ((date: any) => any) | undefined;
|
|
@@ -28110,9 +28080,10 @@ declare const VDatePicker: {
|
|
|
28110
28080
|
max: vue.PropType<unknown>;
|
|
28111
28081
|
min: vue.PropType<unknown>;
|
|
28112
28082
|
year: NumberConstructor;
|
|
28113
|
-
|
|
28114
|
-
|
|
28115
|
-
|
|
28083
|
+
disabled: {
|
|
28084
|
+
type: BooleanConstructor;
|
|
28085
|
+
default: null;
|
|
28086
|
+
};
|
|
28116
28087
|
month: (StringConstructor | NumberConstructor)[];
|
|
28117
28088
|
showAdjacentMonths: BooleanConstructor;
|
|
28118
28089
|
weekdays: {
|
|
@@ -28142,6 +28113,7 @@ declare const VDatePicker: {
|
|
|
28142
28113
|
default: NonNullable<"static" | "dynamic">;
|
|
28143
28114
|
};
|
|
28144
28115
|
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
|
28116
|
+
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
28145
28117
|
hideWeekdays: BooleanConstructor;
|
|
28146
28118
|
multiple: vue.PropType<boolean | "range" | number | (string & {})>;
|
|
28147
28119
|
showWeek: BooleanConstructor;
|
|
@@ -28222,9 +28194,10 @@ declare const VDatePicker: {
|
|
|
28222
28194
|
max: vue.PropType<unknown>;
|
|
28223
28195
|
min: vue.PropType<unknown>;
|
|
28224
28196
|
year: NumberConstructor;
|
|
28225
|
-
|
|
28226
|
-
|
|
28227
|
-
|
|
28197
|
+
disabled: {
|
|
28198
|
+
type: BooleanConstructor;
|
|
28199
|
+
default: null;
|
|
28200
|
+
};
|
|
28228
28201
|
month: (StringConstructor | NumberConstructor)[];
|
|
28229
28202
|
showAdjacentMonths: BooleanConstructor;
|
|
28230
28203
|
weekdays: {
|
|
@@ -28254,6 +28227,7 @@ declare const VDatePicker: {
|
|
|
28254
28227
|
default: NonNullable<"static" | "dynamic">;
|
|
28255
28228
|
};
|
|
28256
28229
|
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
|
28230
|
+
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
28257
28231
|
hideWeekdays: BooleanConstructor;
|
|
28258
28232
|
multiple: vue.PropType<boolean | "range" | number | (string & {})>;
|
|
28259
28233
|
showWeek: BooleanConstructor;
|
|
@@ -28295,7 +28269,7 @@ type VDatePicker = InstanceType<typeof VDatePicker>;
|
|
|
28295
28269
|
|
|
28296
28270
|
declare const VDatePickerControls: {
|
|
28297
28271
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
28298
|
-
disabled: string | boolean | string[];
|
|
28272
|
+
disabled: string | boolean | string[] | null;
|
|
28299
28273
|
nextIcon: IconValue;
|
|
28300
28274
|
prevIcon: IconValue;
|
|
28301
28275
|
modeIcon: IconValue;
|
|
@@ -28325,7 +28299,7 @@ declare const VDatePickerControls: {
|
|
|
28325
28299
|
'click:next': () => true;
|
|
28326
28300
|
'click:text': () => true;
|
|
28327
28301
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
28328
|
-
disabled: string | boolean | string[];
|
|
28302
|
+
disabled: string | boolean | string[] | null;
|
|
28329
28303
|
nextIcon: IconValue;
|
|
28330
28304
|
prevIcon: IconValue;
|
|
28331
28305
|
modeIcon: IconValue;
|
|
@@ -28350,7 +28324,7 @@ declare const VDatePickerControls: {
|
|
|
28350
28324
|
"onClick:text"?: (() => any) | undefined;
|
|
28351
28325
|
}, {
|
|
28352
28326
|
active: string | string[];
|
|
28353
|
-
disabled: string | boolean | string[];
|
|
28327
|
+
disabled: string | boolean | string[] | null;
|
|
28354
28328
|
nextIcon: IconValue;
|
|
28355
28329
|
prevIcon: IconValue;
|
|
28356
28330
|
modeIcon: IconValue;
|
|
@@ -28365,7 +28339,7 @@ declare const VDatePickerControls: {
|
|
|
28365
28339
|
M: {};
|
|
28366
28340
|
Defaults: {};
|
|
28367
28341
|
}, {
|
|
28368
|
-
disabled: string | boolean | string[];
|
|
28342
|
+
disabled: string | boolean | string[] | null;
|
|
28369
28343
|
nextIcon: IconValue;
|
|
28370
28344
|
prevIcon: IconValue;
|
|
28371
28345
|
modeIcon: IconValue;
|
|
@@ -28390,7 +28364,7 @@ declare const VDatePickerControls: {
|
|
|
28390
28364
|
"onClick:text"?: (() => any) | undefined;
|
|
28391
28365
|
}, {}, {}, {}, {}, {
|
|
28392
28366
|
active: string | string[];
|
|
28393
|
-
disabled: string | boolean | string[];
|
|
28367
|
+
disabled: string | boolean | string[] | null;
|
|
28394
28368
|
nextIcon: IconValue;
|
|
28395
28369
|
prevIcon: IconValue;
|
|
28396
28370
|
modeIcon: IconValue;
|
|
@@ -28400,7 +28374,7 @@ declare const VDatePickerControls: {
|
|
|
28400
28374
|
__isTeleport?: never;
|
|
28401
28375
|
__isSuspense?: never;
|
|
28402
28376
|
} & vue.ComponentOptionsBase<{
|
|
28403
|
-
disabled: string | boolean | string[];
|
|
28377
|
+
disabled: string | boolean | string[] | null;
|
|
28404
28378
|
nextIcon: IconValue;
|
|
28405
28379
|
prevIcon: IconValue;
|
|
28406
28380
|
modeIcon: IconValue;
|
|
@@ -28431,7 +28405,7 @@ declare const VDatePickerControls: {
|
|
|
28431
28405
|
'click:text': () => true;
|
|
28432
28406
|
}, string, {
|
|
28433
28407
|
active: string | string[];
|
|
28434
|
-
disabled: string | boolean | string[];
|
|
28408
|
+
disabled: string | boolean | string[] | null;
|
|
28435
28409
|
nextIcon: IconValue;
|
|
28436
28410
|
prevIcon: IconValue;
|
|
28437
28411
|
modeIcon: IconValue;
|
|
@@ -28444,8 +28418,8 @@ declare const VDatePickerControls: {
|
|
|
28444
28418
|
default: undefined;
|
|
28445
28419
|
};
|
|
28446
28420
|
disabled: {
|
|
28447
|
-
type: PropType<boolean | string | string[]>;
|
|
28448
|
-
default:
|
|
28421
|
+
type: PropType<boolean | string | string[] | null>;
|
|
28422
|
+
default: null;
|
|
28449
28423
|
};
|
|
28450
28424
|
nextIcon: {
|
|
28451
28425
|
type: PropType<IconValue>;
|
|
@@ -28470,8 +28444,8 @@ declare const VDatePickerControls: {
|
|
|
28470
28444
|
default: undefined;
|
|
28471
28445
|
};
|
|
28472
28446
|
disabled: {
|
|
28473
|
-
type: PropType<boolean | string | string[]>;
|
|
28474
|
-
default:
|
|
28447
|
+
type: PropType<boolean | string | string[] | null>;
|
|
28448
|
+
default: null;
|
|
28475
28449
|
};
|
|
28476
28450
|
nextIcon: {
|
|
28477
28451
|
type: PropType<IconValue>;
|
|
@@ -28650,7 +28624,6 @@ declare const VDatePickerMonth: {
|
|
|
28650
28624
|
modelValue?: unknown[] | undefined;
|
|
28651
28625
|
firstDayOfWeek?: string | number | undefined;
|
|
28652
28626
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
28653
|
-
displayValue?: unknown;
|
|
28654
28627
|
} & {
|
|
28655
28628
|
$children?: {} | vue.VNodeChild | {
|
|
28656
28629
|
day?: ((arg: {
|
|
@@ -28705,7 +28678,6 @@ declare const VDatePickerMonth: {
|
|
|
28705
28678
|
modelValue?: unknown[] | undefined;
|
|
28706
28679
|
firstDayOfWeek?: string | number | undefined;
|
|
28707
28680
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
28708
|
-
displayValue?: unknown;
|
|
28709
28681
|
} & {
|
|
28710
28682
|
$children?: {} | vue.VNodeChild | {
|
|
28711
28683
|
day?: ((arg: {
|
|
@@ -28780,7 +28752,6 @@ declare const VDatePickerMonth: {
|
|
|
28780
28752
|
modelValue?: unknown[] | undefined;
|
|
28781
28753
|
firstDayOfWeek?: string | number | undefined;
|
|
28782
28754
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
28783
|
-
displayValue?: unknown;
|
|
28784
28755
|
} & {
|
|
28785
28756
|
$children?: {} | vue.VNodeChild | {
|
|
28786
28757
|
day?: ((arg: {
|
|
@@ -28844,7 +28815,6 @@ declare const VDatePickerMonth: {
|
|
|
28844
28815
|
modelValue?: unknown[] | undefined;
|
|
28845
28816
|
firstDayOfWeek?: string | number | undefined;
|
|
28846
28817
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
28847
|
-
displayValue?: unknown;
|
|
28848
28818
|
} & {
|
|
28849
28819
|
$children?: {} | vue.VNodeChild | {
|
|
28850
28820
|
day?: ((arg: {
|
|
@@ -28898,15 +28868,16 @@ declare const VDatePickerMonth: {
|
|
|
28898
28868
|
i: number;
|
|
28899
28869
|
}) => vue.VNode[];
|
|
28900
28870
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
28901
|
-
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
28902
|
-
disabled: BooleanConstructor;
|
|
28903
|
-
displayValue: PropType<unknown>;
|
|
28904
|
-
modelValue: PropType<unknown[]>;
|
|
28905
|
-
month: (StringConstructor | NumberConstructor)[];
|
|
28906
28871
|
max: PropType<unknown>;
|
|
28907
28872
|
min: PropType<unknown>;
|
|
28908
|
-
|
|
28873
|
+
disabled: {
|
|
28874
|
+
type: BooleanConstructor;
|
|
28875
|
+
default: null;
|
|
28876
|
+
};
|
|
28877
|
+
month: (StringConstructor | NumberConstructor)[];
|
|
28909
28878
|
year: (StringConstructor | NumberConstructor)[];
|
|
28879
|
+
modelValue: PropType<unknown[]>;
|
|
28880
|
+
showAdjacentMonths: BooleanConstructor;
|
|
28910
28881
|
weekdays: {
|
|
28911
28882
|
type: {
|
|
28912
28883
|
(arrayLength: number): number[];
|
|
@@ -28931,6 +28902,7 @@ declare const VDatePickerMonth: {
|
|
|
28931
28902
|
default: string;
|
|
28932
28903
|
};
|
|
28933
28904
|
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
|
28905
|
+
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
28934
28906
|
color: StringConstructor;
|
|
28935
28907
|
hideWeekdays: BooleanConstructor;
|
|
28936
28908
|
multiple: PropType<boolean | "range" | number | (string & {})>;
|
|
@@ -28944,15 +28916,16 @@ declare const VDatePickerMonth: {
|
|
|
28944
28916
|
default: string;
|
|
28945
28917
|
};
|
|
28946
28918
|
}, vue.ExtractPropTypes<{
|
|
28947
|
-
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
28948
|
-
disabled: BooleanConstructor;
|
|
28949
|
-
displayValue: PropType<unknown>;
|
|
28950
|
-
modelValue: PropType<unknown[]>;
|
|
28951
|
-
month: (StringConstructor | NumberConstructor)[];
|
|
28952
28919
|
max: PropType<unknown>;
|
|
28953
28920
|
min: PropType<unknown>;
|
|
28954
|
-
|
|
28921
|
+
disabled: {
|
|
28922
|
+
type: BooleanConstructor;
|
|
28923
|
+
default: null;
|
|
28924
|
+
};
|
|
28925
|
+
month: (StringConstructor | NumberConstructor)[];
|
|
28955
28926
|
year: (StringConstructor | NumberConstructor)[];
|
|
28927
|
+
modelValue: PropType<unknown[]>;
|
|
28928
|
+
showAdjacentMonths: BooleanConstructor;
|
|
28956
28929
|
weekdays: {
|
|
28957
28930
|
type: {
|
|
28958
28931
|
(arrayLength: number): number[];
|
|
@@ -28977,6 +28950,7 @@ declare const VDatePickerMonth: {
|
|
|
28977
28950
|
default: string;
|
|
28978
28951
|
};
|
|
28979
28952
|
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
|
28953
|
+
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
28980
28954
|
color: StringConstructor;
|
|
28981
28955
|
hideWeekdays: BooleanConstructor;
|
|
28982
28956
|
multiple: PropType<boolean | "range" | number | (string & {})>;
|
|
@@ -30084,7 +30058,7 @@ declare const VDialog: {
|
|
|
30084
30058
|
};
|
|
30085
30059
|
$forceUpdate: () => void;
|
|
30086
30060
|
$nextTick: typeof nextTick;
|
|
30087
|
-
$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;
|
|
30088
30062
|
} & Omit<{
|
|
30089
30063
|
absolute: boolean;
|
|
30090
30064
|
location: Anchor;
|
|
@@ -30770,7 +30744,7 @@ declare const VDialog: {
|
|
|
30770
30744
|
};
|
|
30771
30745
|
$forceUpdate: () => void;
|
|
30772
30746
|
$nextTick: typeof nextTick;
|
|
30773
|
-
$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;
|
|
30774
30748
|
} & Omit<{
|
|
30775
30749
|
absolute: boolean;
|
|
30776
30750
|
location: Anchor;
|
|
@@ -31355,7 +31329,7 @@ declare const VDialog: {
|
|
|
31355
31329
|
};
|
|
31356
31330
|
$forceUpdate: () => void;
|
|
31357
31331
|
$nextTick: typeof nextTick;
|
|
31358
|
-
$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;
|
|
31359
31333
|
} & Omit<{
|
|
31360
31334
|
absolute: boolean;
|
|
31361
31335
|
location: Anchor;
|
|
@@ -33377,7 +33351,7 @@ declare const VFab: {
|
|
|
33377
33351
|
text?: string | undefined;
|
|
33378
33352
|
class?: any;
|
|
33379
33353
|
theme?: string | undefined;
|
|
33380
|
-
to?: vue_router.
|
|
33354
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
33381
33355
|
icon?: boolean | IconValue | undefined;
|
|
33382
33356
|
href?: string | undefined;
|
|
33383
33357
|
elevation?: string | number | undefined;
|
|
@@ -33448,7 +33422,7 @@ declare const VFab: {
|
|
|
33448
33422
|
text?: string | undefined;
|
|
33449
33423
|
class?: any;
|
|
33450
33424
|
theme?: string | undefined;
|
|
33451
|
-
to?: vue_router.
|
|
33425
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
33452
33426
|
icon?: boolean | IconValue | undefined;
|
|
33453
33427
|
href?: string | undefined;
|
|
33454
33428
|
elevation?: string | number | undefined;
|
|
@@ -33558,7 +33532,7 @@ declare const VFab: {
|
|
|
33558
33532
|
text?: string | undefined;
|
|
33559
33533
|
class?: any;
|
|
33560
33534
|
theme?: string | undefined;
|
|
33561
|
-
to?: vue_router.
|
|
33535
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
33562
33536
|
icon?: boolean | IconValue | undefined;
|
|
33563
33537
|
href?: string | undefined;
|
|
33564
33538
|
elevation?: string | number | undefined;
|
|
@@ -33663,7 +33637,7 @@ declare const VFab: {
|
|
|
33663
33637
|
text?: string | undefined;
|
|
33664
33638
|
class?: any;
|
|
33665
33639
|
theme?: string | undefined;
|
|
33666
|
-
to?: vue_router.
|
|
33640
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
33667
33641
|
icon?: boolean | IconValue | undefined;
|
|
33668
33642
|
href?: string | undefined;
|
|
33669
33643
|
elevation?: string | number | undefined;
|
|
@@ -34375,7 +34349,7 @@ declare const VFileInput: {
|
|
|
34375
34349
|
};
|
|
34376
34350
|
$forceUpdate: () => void;
|
|
34377
34351
|
$nextTick: typeof nextTick;
|
|
34378
|
-
$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;
|
|
34379
34353
|
} & Omit<{
|
|
34380
34354
|
error: boolean;
|
|
34381
34355
|
direction: "horizontal" | "vertical";
|
|
@@ -34947,7 +34921,7 @@ declare const VFileInput: {
|
|
|
34947
34921
|
};
|
|
34948
34922
|
$forceUpdate: () => void;
|
|
34949
34923
|
$nextTick: typeof nextTick;
|
|
34950
|
-
$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;
|
|
34951
34925
|
} & Omit<{
|
|
34952
34926
|
error: boolean;
|
|
34953
34927
|
direction: "horizontal" | "vertical";
|
|
@@ -35354,7 +35328,7 @@ declare const VFileInput: {
|
|
|
35354
35328
|
};
|
|
35355
35329
|
$forceUpdate: () => void;
|
|
35356
35330
|
$nextTick: typeof nextTick;
|
|
35357
|
-
$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;
|
|
35358
35332
|
} & Omit<{
|
|
35359
35333
|
error: boolean;
|
|
35360
35334
|
direction: "horizontal" | "vertical";
|
|
@@ -44874,7 +44848,6 @@ declare const VSelect: {
|
|
|
44874
44848
|
rules: readonly ValidationRule$1[];
|
|
44875
44849
|
tile: boolean;
|
|
44876
44850
|
density: Density;
|
|
44877
|
-
valueComparator: typeof deepEqual;
|
|
44878
44851
|
clearIcon: IconValue;
|
|
44879
44852
|
hideSpinButtons: boolean;
|
|
44880
44853
|
persistentHint: boolean;
|
|
@@ -44913,6 +44886,7 @@ declare const VSelect: {
|
|
|
44913
44886
|
bgColor?: string | undefined;
|
|
44914
44887
|
prependIcon?: IconValue | undefined;
|
|
44915
44888
|
appendIcon?: IconValue | undefined;
|
|
44889
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
44916
44890
|
prependInnerIcon?: IconValue | undefined;
|
|
44917
44891
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
44918
44892
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -44937,7 +44911,6 @@ declare const VSelect: {
|
|
|
44937
44911
|
tile: boolean;
|
|
44938
44912
|
density: Density;
|
|
44939
44913
|
slim: boolean;
|
|
44940
|
-
valueComparator: typeof deepEqual;
|
|
44941
44914
|
activatable: boolean;
|
|
44942
44915
|
selectable: boolean;
|
|
44943
44916
|
selectStrategy: SelectStrategyProp;
|
|
@@ -44955,7 +44928,6 @@ declare const VSelect: {
|
|
|
44955
44928
|
tile: boolean;
|
|
44956
44929
|
density: Density;
|
|
44957
44930
|
slim: boolean;
|
|
44958
|
-
valueComparator: typeof deepEqual;
|
|
44959
44931
|
activatable: boolean;
|
|
44960
44932
|
selectable: boolean;
|
|
44961
44933
|
selectStrategy: SelectStrategyProp;
|
|
@@ -44978,6 +44950,7 @@ declare const VSelect: {
|
|
|
44978
44950
|
baseColor?: string | undefined;
|
|
44979
44951
|
bgColor?: string | undefined;
|
|
44980
44952
|
activeColor?: string | undefined;
|
|
44953
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
44981
44954
|
activeClass?: string | undefined;
|
|
44982
44955
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
44983
44956
|
collapseIcon?: IconValue | undefined;
|
|
@@ -44999,7 +44972,6 @@ declare const VSelect: {
|
|
|
44999
44972
|
tile: boolean;
|
|
45000
44973
|
density: Density;
|
|
45001
44974
|
slim: boolean;
|
|
45002
|
-
valueComparator: typeof deepEqual;
|
|
45003
44975
|
activatable: boolean;
|
|
45004
44976
|
selectable: boolean;
|
|
45005
44977
|
selectStrategy: SelectStrategyProp;
|
|
@@ -45023,6 +44995,7 @@ declare const VSelect: {
|
|
|
45023
44995
|
baseColor?: string | undefined;
|
|
45024
44996
|
bgColor?: string | undefined;
|
|
45025
44997
|
activeColor?: string | undefined;
|
|
44998
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
45026
44999
|
activeClass?: string | undefined;
|
|
45027
45000
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
45028
45001
|
collapseIcon?: IconValue | undefined;
|
|
@@ -45034,7 +45007,7 @@ declare const VSelect: {
|
|
|
45034
45007
|
value: boolean;
|
|
45035
45008
|
path: unknown[];
|
|
45036
45009
|
}) => any) | undefined;
|
|
45037
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
45010
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
45038
45011
|
items?: readonly any[] | undefined;
|
|
45039
45012
|
itemTitle?: SelectItemKey<any>;
|
|
45040
45013
|
itemValue?: SelectItemKey<any>;
|
|
@@ -45361,7 +45334,6 @@ declare const VSelect: {
|
|
|
45361
45334
|
rules: readonly ValidationRule$1[];
|
|
45362
45335
|
tile: boolean;
|
|
45363
45336
|
density: Density;
|
|
45364
|
-
valueComparator: typeof deepEqual;
|
|
45365
45337
|
clearIcon: IconValue;
|
|
45366
45338
|
hideSpinButtons: boolean;
|
|
45367
45339
|
persistentHint: boolean;
|
|
@@ -45400,6 +45372,7 @@ declare const VSelect: {
|
|
|
45400
45372
|
bgColor?: string | undefined;
|
|
45401
45373
|
prependIcon?: IconValue | undefined;
|
|
45402
45374
|
appendIcon?: IconValue | undefined;
|
|
45375
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
45403
45376
|
prependInnerIcon?: IconValue | undefined;
|
|
45404
45377
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
45405
45378
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -45424,7 +45397,6 @@ declare const VSelect: {
|
|
|
45424
45397
|
tile: boolean;
|
|
45425
45398
|
density: Density;
|
|
45426
45399
|
slim: boolean;
|
|
45427
|
-
valueComparator: typeof deepEqual;
|
|
45428
45400
|
activatable: boolean;
|
|
45429
45401
|
selectable: boolean;
|
|
45430
45402
|
selectStrategy: SelectStrategyProp;
|
|
@@ -45442,7 +45414,6 @@ declare const VSelect: {
|
|
|
45442
45414
|
tile: boolean;
|
|
45443
45415
|
density: Density;
|
|
45444
45416
|
slim: boolean;
|
|
45445
|
-
valueComparator: typeof deepEqual;
|
|
45446
45417
|
activatable: boolean;
|
|
45447
45418
|
selectable: boolean;
|
|
45448
45419
|
selectStrategy: SelectStrategyProp;
|
|
@@ -45465,6 +45436,7 @@ declare const VSelect: {
|
|
|
45465
45436
|
baseColor?: string | undefined;
|
|
45466
45437
|
bgColor?: string | undefined;
|
|
45467
45438
|
activeColor?: string | undefined;
|
|
45439
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
45468
45440
|
activeClass?: string | undefined;
|
|
45469
45441
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
45470
45442
|
collapseIcon?: IconValue | undefined;
|
|
@@ -45486,7 +45458,6 @@ declare const VSelect: {
|
|
|
45486
45458
|
tile: boolean;
|
|
45487
45459
|
density: Density;
|
|
45488
45460
|
slim: boolean;
|
|
45489
|
-
valueComparator: typeof deepEqual;
|
|
45490
45461
|
activatable: boolean;
|
|
45491
45462
|
selectable: boolean;
|
|
45492
45463
|
selectStrategy: SelectStrategyProp;
|
|
@@ -45510,6 +45481,7 @@ declare const VSelect: {
|
|
|
45510
45481
|
baseColor?: string | undefined;
|
|
45511
45482
|
bgColor?: string | undefined;
|
|
45512
45483
|
activeColor?: string | undefined;
|
|
45484
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
45513
45485
|
activeClass?: string | undefined;
|
|
45514
45486
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
45515
45487
|
collapseIcon?: IconValue | undefined;
|
|
@@ -45521,7 +45493,7 @@ declare const VSelect: {
|
|
|
45521
45493
|
value: boolean;
|
|
45522
45494
|
path: unknown[];
|
|
45523
45495
|
}) => any) | undefined;
|
|
45524
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
45496
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
45525
45497
|
items?: readonly any[] | undefined;
|
|
45526
45498
|
itemTitle?: SelectItemKey<any>;
|
|
45527
45499
|
itemValue?: SelectItemKey<any>;
|
|
@@ -45845,7 +45817,6 @@ declare const VSelect: {
|
|
|
45845
45817
|
rounded: string | number | boolean;
|
|
45846
45818
|
tile: boolean;
|
|
45847
45819
|
density: Density;
|
|
45848
|
-
valueComparator: typeof deepEqual;
|
|
45849
45820
|
clearIcon: IconValue;
|
|
45850
45821
|
centerAffix: boolean;
|
|
45851
45822
|
hideSpinButtons: boolean;
|
|
@@ -45931,7 +45902,6 @@ declare const VSelect: {
|
|
|
45931
45902
|
rules: readonly ValidationRule$1[];
|
|
45932
45903
|
tile: boolean;
|
|
45933
45904
|
density: Density;
|
|
45934
|
-
valueComparator: typeof deepEqual;
|
|
45935
45905
|
clearIcon: IconValue;
|
|
45936
45906
|
hideSpinButtons: boolean;
|
|
45937
45907
|
persistentHint: boolean;
|
|
@@ -45970,6 +45940,7 @@ declare const VSelect: {
|
|
|
45970
45940
|
bgColor?: string | undefined;
|
|
45971
45941
|
prependIcon?: IconValue | undefined;
|
|
45972
45942
|
appendIcon?: IconValue | undefined;
|
|
45943
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
45973
45944
|
prependInnerIcon?: IconValue | undefined;
|
|
45974
45945
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
45975
45946
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -45994,7 +45965,6 @@ declare const VSelect: {
|
|
|
45994
45965
|
tile: boolean;
|
|
45995
45966
|
density: Density;
|
|
45996
45967
|
slim: boolean;
|
|
45997
|
-
valueComparator: typeof deepEqual;
|
|
45998
45968
|
activatable: boolean;
|
|
45999
45969
|
selectable: boolean;
|
|
46000
45970
|
selectStrategy: SelectStrategyProp;
|
|
@@ -46012,7 +45982,6 @@ declare const VSelect: {
|
|
|
46012
45982
|
tile: boolean;
|
|
46013
45983
|
density: Density;
|
|
46014
45984
|
slim: boolean;
|
|
46015
|
-
valueComparator: typeof deepEqual;
|
|
46016
45985
|
activatable: boolean;
|
|
46017
45986
|
selectable: boolean;
|
|
46018
45987
|
selectStrategy: SelectStrategyProp;
|
|
@@ -46035,6 +46004,7 @@ declare const VSelect: {
|
|
|
46035
46004
|
baseColor?: string | undefined;
|
|
46036
46005
|
bgColor?: string | undefined;
|
|
46037
46006
|
activeColor?: string | undefined;
|
|
46007
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
46038
46008
|
activeClass?: string | undefined;
|
|
46039
46009
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
46040
46010
|
collapseIcon?: IconValue | undefined;
|
|
@@ -46056,7 +46026,6 @@ declare const VSelect: {
|
|
|
46056
46026
|
tile: boolean;
|
|
46057
46027
|
density: Density;
|
|
46058
46028
|
slim: boolean;
|
|
46059
|
-
valueComparator: typeof deepEqual;
|
|
46060
46029
|
activatable: boolean;
|
|
46061
46030
|
selectable: boolean;
|
|
46062
46031
|
selectStrategy: SelectStrategyProp;
|
|
@@ -46080,6 +46049,7 @@ declare const VSelect: {
|
|
|
46080
46049
|
baseColor?: string | undefined;
|
|
46081
46050
|
bgColor?: string | undefined;
|
|
46082
46051
|
activeColor?: string | undefined;
|
|
46052
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
46083
46053
|
activeClass?: string | undefined;
|
|
46084
46054
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
46085
46055
|
collapseIcon?: IconValue | undefined;
|
|
@@ -46091,7 +46061,7 @@ declare const VSelect: {
|
|
|
46091
46061
|
value: boolean;
|
|
46092
46062
|
path: unknown[];
|
|
46093
46063
|
}) => any) | undefined;
|
|
46094
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
46064
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
46095
46065
|
items?: readonly any[] | undefined;
|
|
46096
46066
|
itemTitle?: SelectItemKey<any>;
|
|
46097
46067
|
itemValue?: SelectItemKey<any>;
|
|
@@ -46415,7 +46385,6 @@ declare const VSelect: {
|
|
|
46415
46385
|
rounded: string | number | boolean;
|
|
46416
46386
|
tile: boolean;
|
|
46417
46387
|
density: Density;
|
|
46418
|
-
valueComparator: typeof deepEqual;
|
|
46419
46388
|
clearIcon: IconValue;
|
|
46420
46389
|
centerAffix: boolean;
|
|
46421
46390
|
hideSpinButtons: boolean;
|
|
@@ -46466,7 +46435,6 @@ declare const VSelect: {
|
|
|
46466
46435
|
rules: readonly ValidationRule$1[];
|
|
46467
46436
|
tile: boolean;
|
|
46468
46437
|
density: Density;
|
|
46469
|
-
valueComparator: typeof deepEqual;
|
|
46470
46438
|
clearIcon: IconValue;
|
|
46471
46439
|
hideSpinButtons: boolean;
|
|
46472
46440
|
persistentHint: boolean;
|
|
@@ -46505,6 +46473,7 @@ declare const VSelect: {
|
|
|
46505
46473
|
bgColor?: string | undefined;
|
|
46506
46474
|
prependIcon?: IconValue | undefined;
|
|
46507
46475
|
appendIcon?: IconValue | undefined;
|
|
46476
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
46508
46477
|
prependInnerIcon?: IconValue | undefined;
|
|
46509
46478
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
46510
46479
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -46529,7 +46498,6 @@ declare const VSelect: {
|
|
|
46529
46498
|
tile: boolean;
|
|
46530
46499
|
density: Density;
|
|
46531
46500
|
slim: boolean;
|
|
46532
|
-
valueComparator: typeof deepEqual;
|
|
46533
46501
|
activatable: boolean;
|
|
46534
46502
|
selectable: boolean;
|
|
46535
46503
|
selectStrategy: SelectStrategyProp;
|
|
@@ -46547,7 +46515,6 @@ declare const VSelect: {
|
|
|
46547
46515
|
tile: boolean;
|
|
46548
46516
|
density: Density;
|
|
46549
46517
|
slim: boolean;
|
|
46550
|
-
valueComparator: typeof deepEqual;
|
|
46551
46518
|
activatable: boolean;
|
|
46552
46519
|
selectable: boolean;
|
|
46553
46520
|
selectStrategy: SelectStrategyProp;
|
|
@@ -46570,6 +46537,7 @@ declare const VSelect: {
|
|
|
46570
46537
|
baseColor?: string | undefined;
|
|
46571
46538
|
bgColor?: string | undefined;
|
|
46572
46539
|
activeColor?: string | undefined;
|
|
46540
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
46573
46541
|
activeClass?: string | undefined;
|
|
46574
46542
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
46575
46543
|
collapseIcon?: IconValue | undefined;
|
|
@@ -46591,7 +46559,6 @@ declare const VSelect: {
|
|
|
46591
46559
|
tile: boolean;
|
|
46592
46560
|
density: Density;
|
|
46593
46561
|
slim: boolean;
|
|
46594
|
-
valueComparator: typeof deepEqual;
|
|
46595
46562
|
activatable: boolean;
|
|
46596
46563
|
selectable: boolean;
|
|
46597
46564
|
selectStrategy: SelectStrategyProp;
|
|
@@ -46615,6 +46582,7 @@ declare const VSelect: {
|
|
|
46615
46582
|
baseColor?: string | undefined;
|
|
46616
46583
|
bgColor?: string | undefined;
|
|
46617
46584
|
activeColor?: string | undefined;
|
|
46585
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
46618
46586
|
activeClass?: string | undefined;
|
|
46619
46587
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
46620
46588
|
collapseIcon?: IconValue | undefined;
|
|
@@ -46626,7 +46594,7 @@ declare const VSelect: {
|
|
|
46626
46594
|
value: boolean;
|
|
46627
46595
|
path: unknown[];
|
|
46628
46596
|
}) => any) | undefined;
|
|
46629
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
46597
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
46630
46598
|
items?: readonly any[] | undefined;
|
|
46631
46599
|
itemTitle?: SelectItemKey<any>;
|
|
46632
46600
|
itemValue?: SelectItemKey<any>;
|
|
@@ -46954,7 +46922,6 @@ declare const VSelect: {
|
|
|
46954
46922
|
rounded: string | number | boolean;
|
|
46955
46923
|
tile: boolean;
|
|
46956
46924
|
density: Density;
|
|
46957
|
-
valueComparator: typeof deepEqual;
|
|
46958
46925
|
clearIcon: IconValue;
|
|
46959
46926
|
centerAffix: boolean;
|
|
46960
46927
|
hideSpinButtons: boolean;
|
|
@@ -47186,10 +47153,7 @@ declare const VSelect: {
|
|
|
47186
47153
|
default: string;
|
|
47187
47154
|
};
|
|
47188
47155
|
returnObject: BooleanConstructor;
|
|
47189
|
-
valueComparator:
|
|
47190
|
-
type: PropType<typeof deepEqual>;
|
|
47191
|
-
default: typeof deepEqual;
|
|
47192
|
-
};
|
|
47156
|
+
valueComparator: PropType<typeof deepEqual>;
|
|
47193
47157
|
chips: BooleanConstructor;
|
|
47194
47158
|
closableChips: BooleanConstructor;
|
|
47195
47159
|
closeText: {
|
|
@@ -47375,10 +47339,7 @@ declare const VSelect: {
|
|
|
47375
47339
|
default: string;
|
|
47376
47340
|
};
|
|
47377
47341
|
returnObject: BooleanConstructor;
|
|
47378
|
-
valueComparator:
|
|
47379
|
-
type: PropType<typeof deepEqual>;
|
|
47380
|
-
default: typeof deepEqual;
|
|
47381
|
-
};
|
|
47342
|
+
valueComparator: PropType<typeof deepEqual>;
|
|
47382
47343
|
chips: BooleanConstructor;
|
|
47383
47344
|
closableChips: BooleanConstructor;
|
|
47384
47345
|
closeText: {
|
|
@@ -49564,7 +49525,7 @@ declare const VSnackbar: {
|
|
|
49564
49525
|
};
|
|
49565
49526
|
$forceUpdate: () => void;
|
|
49566
49527
|
$nextTick: typeof nextTick;
|
|
49567
|
-
$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;
|
|
49568
49529
|
} & Omit<{
|
|
49569
49530
|
absolute: boolean;
|
|
49570
49531
|
location: Anchor;
|
|
@@ -50246,7 +50207,7 @@ declare const VSnackbar: {
|
|
|
50246
50207
|
};
|
|
50247
50208
|
$forceUpdate: () => void;
|
|
50248
50209
|
$nextTick: typeof nextTick;
|
|
50249
|
-
$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;
|
|
50250
50211
|
} & Omit<{
|
|
50251
50212
|
absolute: boolean;
|
|
50252
50213
|
location: Anchor;
|
|
@@ -50828,7 +50789,7 @@ declare const VSnackbar: {
|
|
|
50828
50789
|
};
|
|
50829
50790
|
$forceUpdate: () => void;
|
|
50830
50791
|
$nextTick: typeof nextTick;
|
|
50831
|
-
$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;
|
|
50832
50793
|
} & Omit<{
|
|
50833
50794
|
absolute: boolean;
|
|
50834
50795
|
location: Anchor;
|
|
@@ -54722,7 +54683,7 @@ declare const VTab: {
|
|
|
54722
54683
|
text?: string | undefined;
|
|
54723
54684
|
class?: any;
|
|
54724
54685
|
theme?: string | undefined;
|
|
54725
|
-
to?: vue_router.
|
|
54686
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
54726
54687
|
icon?: boolean | IconValue | undefined;
|
|
54727
54688
|
href?: string | undefined;
|
|
54728
54689
|
elevation?: string | number | undefined;
|
|
@@ -54809,7 +54770,7 @@ declare const VTab: {
|
|
|
54809
54770
|
text?: string | undefined;
|
|
54810
54771
|
class?: any;
|
|
54811
54772
|
theme?: string | undefined;
|
|
54812
|
-
to?: vue_router.
|
|
54773
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
54813
54774
|
icon?: boolean | IconValue | undefined;
|
|
54814
54775
|
href?: string | undefined;
|
|
54815
54776
|
elevation?: string | number | undefined;
|
|
@@ -54874,7 +54835,7 @@ declare const VTab: {
|
|
|
54874
54835
|
text?: string | undefined;
|
|
54875
54836
|
class?: any;
|
|
54876
54837
|
theme?: string | undefined;
|
|
54877
|
-
to?: vue_router.
|
|
54838
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
54878
54839
|
icon?: boolean | IconValue | undefined;
|
|
54879
54840
|
href?: string | undefined;
|
|
54880
54841
|
elevation?: string | number | undefined;
|
|
@@ -54961,7 +54922,7 @@ declare const VTab: {
|
|
|
54961
54922
|
text?: string | undefined;
|
|
54962
54923
|
class?: any;
|
|
54963
54924
|
theme?: string | undefined;
|
|
54964
|
-
to?: vue_router.
|
|
54925
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
54965
54926
|
icon?: boolean | IconValue | undefined;
|
|
54966
54927
|
href?: string | undefined;
|
|
54967
54928
|
elevation?: string | number | undefined;
|
|
@@ -55044,7 +55005,7 @@ declare const VTab: {
|
|
|
55044
55005
|
};
|
|
55045
55006
|
$forceUpdate: () => void;
|
|
55046
55007
|
$nextTick: typeof vue.nextTick;
|
|
55047
|
-
$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;
|
|
55048
55009
|
} & Omit<{
|
|
55049
55010
|
symbol: any;
|
|
55050
55011
|
replace: boolean;
|
|
@@ -55081,7 +55042,7 @@ declare const VTab: {
|
|
|
55081
55042
|
text?: string | undefined;
|
|
55082
55043
|
class?: any;
|
|
55083
55044
|
theme?: string | undefined;
|
|
55084
|
-
to?: vue_router.
|
|
55045
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55085
55046
|
icon?: boolean | IconValue | undefined;
|
|
55086
55047
|
href?: string | undefined;
|
|
55087
55048
|
elevation?: string | number | undefined;
|
|
@@ -55153,7 +55114,7 @@ declare const VTab: {
|
|
|
55153
55114
|
text?: string | undefined;
|
|
55154
55115
|
class?: any;
|
|
55155
55116
|
theme?: string | undefined;
|
|
55156
|
-
to?: vue_router.
|
|
55117
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55157
55118
|
icon?: boolean | IconValue | undefined;
|
|
55158
55119
|
href?: string | undefined;
|
|
55159
55120
|
elevation?: string | number | undefined;
|
|
@@ -55248,7 +55209,7 @@ declare const VTab: {
|
|
|
55248
55209
|
text?: string | undefined;
|
|
55249
55210
|
class?: any;
|
|
55250
55211
|
theme?: string | undefined;
|
|
55251
|
-
to?: vue_router.
|
|
55212
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55252
55213
|
icon?: boolean | IconValue | undefined;
|
|
55253
55214
|
href?: string | undefined;
|
|
55254
55215
|
elevation?: string | number | undefined;
|
|
@@ -55335,7 +55296,7 @@ declare const VTab: {
|
|
|
55335
55296
|
text?: string | undefined;
|
|
55336
55297
|
class?: any;
|
|
55337
55298
|
theme?: string | undefined;
|
|
55338
|
-
to?: vue_router.
|
|
55299
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55339
55300
|
icon?: boolean | IconValue | undefined;
|
|
55340
55301
|
href?: string | undefined;
|
|
55341
55302
|
elevation?: string | number | undefined;
|
|
@@ -55400,7 +55361,7 @@ declare const VTab: {
|
|
|
55400
55361
|
text?: string | undefined;
|
|
55401
55362
|
class?: any;
|
|
55402
55363
|
theme?: string | undefined;
|
|
55403
|
-
to?: vue_router.
|
|
55364
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55404
55365
|
icon?: boolean | IconValue | undefined;
|
|
55405
55366
|
href?: string | undefined;
|
|
55406
55367
|
elevation?: string | number | undefined;
|
|
@@ -55487,7 +55448,7 @@ declare const VTab: {
|
|
|
55487
55448
|
text?: string | undefined;
|
|
55488
55449
|
class?: any;
|
|
55489
55450
|
theme?: string | undefined;
|
|
55490
|
-
to?: vue_router.
|
|
55451
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55491
55452
|
icon?: boolean | IconValue | undefined;
|
|
55492
55453
|
href?: string | undefined;
|
|
55493
55454
|
elevation?: string | number | undefined;
|
|
@@ -55570,7 +55531,7 @@ declare const VTab: {
|
|
|
55570
55531
|
};
|
|
55571
55532
|
$forceUpdate: () => void;
|
|
55572
55533
|
$nextTick: typeof vue.nextTick;
|
|
55573
|
-
$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;
|
|
55574
55535
|
} & Omit<{
|
|
55575
55536
|
symbol: any;
|
|
55576
55537
|
replace: boolean;
|
|
@@ -55607,7 +55568,7 @@ declare const VTab: {
|
|
|
55607
55568
|
text?: string | undefined;
|
|
55608
55569
|
class?: any;
|
|
55609
55570
|
theme?: string | undefined;
|
|
55610
|
-
to?: vue_router.
|
|
55571
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55611
55572
|
icon?: boolean | IconValue | undefined;
|
|
55612
55573
|
href?: string | undefined;
|
|
55613
55574
|
elevation?: string | number | undefined;
|
|
@@ -55704,7 +55665,7 @@ declare const VTab: {
|
|
|
55704
55665
|
text?: string | undefined;
|
|
55705
55666
|
class?: any;
|
|
55706
55667
|
theme?: string | undefined;
|
|
55707
|
-
to?: vue_router.
|
|
55668
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55708
55669
|
icon?: boolean | IconValue | undefined;
|
|
55709
55670
|
href?: string | undefined;
|
|
55710
55671
|
elevation?: string | number | undefined;
|
|
@@ -55791,7 +55752,7 @@ declare const VTab: {
|
|
|
55791
55752
|
text?: string | undefined;
|
|
55792
55753
|
class?: any;
|
|
55793
55754
|
theme?: string | undefined;
|
|
55794
|
-
to?: vue_router.
|
|
55755
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55795
55756
|
icon?: boolean | IconValue | undefined;
|
|
55796
55757
|
href?: string | undefined;
|
|
55797
55758
|
elevation?: string | number | undefined;
|
|
@@ -55856,7 +55817,7 @@ declare const VTab: {
|
|
|
55856
55817
|
text?: string | undefined;
|
|
55857
55818
|
class?: any;
|
|
55858
55819
|
theme?: string | undefined;
|
|
55859
|
-
to?: vue_router.
|
|
55820
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55860
55821
|
icon?: boolean | IconValue | undefined;
|
|
55861
55822
|
href?: string | undefined;
|
|
55862
55823
|
elevation?: string | number | undefined;
|
|
@@ -55943,7 +55904,7 @@ declare const VTab: {
|
|
|
55943
55904
|
text?: string | undefined;
|
|
55944
55905
|
class?: any;
|
|
55945
55906
|
theme?: string | undefined;
|
|
55946
|
-
to?: vue_router.
|
|
55907
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55947
55908
|
icon?: boolean | IconValue | undefined;
|
|
55948
55909
|
href?: string | undefined;
|
|
55949
55910
|
elevation?: string | number | undefined;
|
|
@@ -56026,7 +55987,7 @@ declare const VTab: {
|
|
|
56026
55987
|
};
|
|
56027
55988
|
$forceUpdate: () => void;
|
|
56028
55989
|
$nextTick: typeof vue.nextTick;
|
|
56029
|
-
$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;
|
|
56030
55991
|
} & Omit<{
|
|
56031
55992
|
symbol: any;
|
|
56032
55993
|
replace: boolean;
|
|
@@ -56063,7 +56024,7 @@ declare const VTab: {
|
|
|
56063
56024
|
text?: string | undefined;
|
|
56064
56025
|
class?: any;
|
|
56065
56026
|
theme?: string | undefined;
|
|
56066
|
-
to?: vue_router.
|
|
56027
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
56067
56028
|
icon?: boolean | IconValue | undefined;
|
|
56068
56029
|
href?: string | undefined;
|
|
56069
56030
|
elevation?: string | number | undefined;
|
|
@@ -56525,7 +56486,7 @@ declare const VTabs: {
|
|
|
56525
56486
|
item: (arg: VTabsSlot<unknown>) => vue.VNode[];
|
|
56526
56487
|
window: () => vue.VNode[];
|
|
56527
56488
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T = TabItem>(props: {
|
|
56528
|
-
items?: T;
|
|
56489
|
+
items?: T[];
|
|
56529
56490
|
}, slots: VTabsSlots<T>) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
|
|
56530
56491
|
tag: {
|
|
56531
56492
|
type: StringConstructor;
|
|
@@ -57524,7 +57485,7 @@ declare const VTextarea: {
|
|
|
57524
57485
|
};
|
|
57525
57486
|
$forceUpdate: () => void;
|
|
57526
57487
|
$nextTick: typeof nextTick;
|
|
57527
|
-
$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;
|
|
57528
57489
|
} & Omit<{
|
|
57529
57490
|
error: boolean;
|
|
57530
57491
|
direction: "horizontal" | "vertical";
|
|
@@ -58063,7 +58024,7 @@ declare const VTextarea: {
|
|
|
58063
58024
|
};
|
|
58064
58025
|
$forceUpdate: () => void;
|
|
58065
58026
|
$nextTick: typeof nextTick;
|
|
58066
|
-
$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;
|
|
58067
58028
|
} & Omit<{
|
|
58068
58029
|
error: boolean;
|
|
58069
58030
|
direction: "horizontal" | "vertical";
|
|
@@ -58455,7 +58416,7 @@ declare const VTextarea: {
|
|
|
58455
58416
|
};
|
|
58456
58417
|
$forceUpdate: () => void;
|
|
58457
58418
|
$nextTick: typeof nextTick;
|
|
58458
|
-
$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;
|
|
58459
58420
|
} & Omit<{
|
|
58460
58421
|
error: boolean;
|
|
58461
58422
|
direction: "horizontal" | "vertical";
|
|
@@ -59099,7 +59060,7 @@ declare const VTextField: {
|
|
|
59099
59060
|
};
|
|
59100
59061
|
$forceUpdate: () => void;
|
|
59101
59062
|
$nextTick: typeof nextTick;
|
|
59102
|
-
$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;
|
|
59103
59064
|
} & Omit<{
|
|
59104
59065
|
error: boolean;
|
|
59105
59066
|
direction: "horizontal" | "vertical";
|
|
@@ -59338,7 +59299,7 @@ declare const VTextField: {
|
|
|
59338
59299
|
};
|
|
59339
59300
|
$forceUpdate: () => void;
|
|
59340
59301
|
$nextTick: typeof nextTick;
|
|
59341
|
-
$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;
|
|
59342
59303
|
} & Omit<{
|
|
59343
59304
|
flat: boolean;
|
|
59344
59305
|
reverse: boolean;
|
|
@@ -59877,7 +59838,7 @@ declare const VTextField: {
|
|
|
59877
59838
|
};
|
|
59878
59839
|
$forceUpdate: () => void;
|
|
59879
59840
|
$nextTick: typeof nextTick;
|
|
59880
|
-
$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;
|
|
59881
59842
|
} & Omit<{
|
|
59882
59843
|
error: boolean;
|
|
59883
59844
|
direction: "horizontal" | "vertical";
|
|
@@ -60116,7 +60077,7 @@ declare const VTextField: {
|
|
|
60116
60077
|
};
|
|
60117
60078
|
$forceUpdate: () => void;
|
|
60118
60079
|
$nextTick: typeof nextTick;
|
|
60119
|
-
$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;
|
|
60120
60081
|
} & Omit<{
|
|
60121
60082
|
flat: boolean;
|
|
60122
60083
|
reverse: boolean;
|
|
@@ -60506,7 +60467,7 @@ declare const VTextField: {
|
|
|
60506
60467
|
};
|
|
60507
60468
|
$forceUpdate: () => void;
|
|
60508
60469
|
$nextTick: typeof nextTick;
|
|
60509
|
-
$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;
|
|
60510
60471
|
} & Omit<{
|
|
60511
60472
|
error: boolean;
|
|
60512
60473
|
direction: "horizontal" | "vertical";
|
|
@@ -60745,7 +60706,7 @@ declare const VTextField: {
|
|
|
60745
60706
|
};
|
|
60746
60707
|
$forceUpdate: () => void;
|
|
60747
60708
|
$nextTick: typeof nextTick;
|
|
60748
|
-
$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;
|
|
60749
60710
|
} & Omit<{
|
|
60750
60711
|
flat: boolean;
|
|
60751
60712
|
reverse: boolean;
|
|
@@ -62417,7 +62378,7 @@ declare const VTooltip: {
|
|
|
62417
62378
|
};
|
|
62418
62379
|
$forceUpdate: () => void;
|
|
62419
62380
|
$nextTick: typeof vue.nextTick;
|
|
62420
|
-
$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;
|
|
62421
62382
|
} & Omit<{
|
|
62422
62383
|
absolute: boolean;
|
|
62423
62384
|
location: Anchor;
|
|
@@ -63082,7 +63043,7 @@ declare const VTooltip: {
|
|
|
63082
63043
|
};
|
|
63083
63044
|
$forceUpdate: () => void;
|
|
63084
63045
|
$nextTick: typeof vue.nextTick;
|
|
63085
|
-
$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;
|
|
63086
63047
|
} & Omit<{
|
|
63087
63048
|
absolute: boolean;
|
|
63088
63049
|
location: Anchor;
|
|
@@ -63655,7 +63616,7 @@ declare const VTooltip: {
|
|
|
63655
63616
|
};
|
|
63656
63617
|
$forceUpdate: () => void;
|
|
63657
63618
|
$nextTick: typeof vue.nextTick;
|
|
63658
|
-
$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;
|
|
63659
63620
|
} & Omit<{
|
|
63660
63621
|
absolute: boolean;
|
|
63661
63622
|
location: Anchor;
|
|
@@ -66996,37 +66957,41 @@ declare module 'vue' {
|
|
|
66996
66957
|
$children?: VNodeChild
|
|
66997
66958
|
}
|
|
66998
66959
|
export interface GlobalComponents {
|
|
66999
|
-
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
67000
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
67001
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
67002
66960
|
VApp: typeof import('vuetify/components')['VApp']
|
|
67003
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
67004
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
67005
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
|
67006
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
67007
66961
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
66962
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
67008
66963
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
67009
66964
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
67010
66965
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
67011
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
67012
66966
|
VBadge: typeof import('vuetify/components')['VBadge']
|
|
67013
|
-
|
|
67014
|
-
|
|
66967
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
66968
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
66969
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
66970
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
66971
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
66972
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
66973
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
67015
66974
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
67016
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
67017
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
67018
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
67019
|
-
VChip: typeof import('vuetify/components')['VChip']
|
|
67020
66975
|
VCard: typeof import('vuetify/components')['VCard']
|
|
67021
66976
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
67022
66977
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
67023
66978
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
67024
66979
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
67025
66980
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
67026
|
-
|
|
67027
|
-
|
|
67028
|
-
|
|
66981
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
66982
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
66983
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
66984
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
66985
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
66986
|
+
VChip: typeof import('vuetify/components')['VChip']
|
|
67029
66987
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
66988
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
66989
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
66990
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
66991
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
66992
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
66993
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
|
66994
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
|
67030
66995
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
67031
66996
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
|
67032
66997
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
@@ -67034,41 +66999,37 @@ declare module 'vue' {
|
|
|
67034
66999
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
67035
67000
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
67036
67001
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
67037
|
-
VCode: typeof import('vuetify/components')['VCode']
|
|
67038
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
67039
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
|
67040
67002
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
67041
67003
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
67042
67004
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
67043
67005
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
67044
67006
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
67045
67007
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
67046
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
|
67047
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
67048
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
67049
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
67050
67008
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
67051
67009
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
67052
67010
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
67053
67011
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
67054
67012
|
VDivider: typeof import('vuetify/components')['VDivider']
|
|
67013
|
+
VFab: typeof import('vuetify/components')['VFab']
|
|
67014
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
67015
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
67055
67016
|
VField: typeof import('vuetify/components')['VField']
|
|
67056
67017
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
67057
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
|
67058
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
67059
67018
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
67060
67019
|
VItem: typeof import('vuetify/components')['VItem']
|
|
67061
|
-
|
|
67020
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
|
67062
67021
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
67063
67022
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
67064
67023
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
67065
67024
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
67066
67025
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
67067
|
-
|
|
67068
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
|
67026
|
+
VInput: typeof import('vuetify/components')['VInput']
|
|
67069
67027
|
VImg: typeof import('vuetify/components')['VImg']
|
|
67070
|
-
|
|
67028
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
67029
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
|
67071
67030
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
67031
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
67032
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
|
67072
67033
|
VList: typeof import('vuetify/components')['VList']
|
|
67073
67034
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
67074
67035
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -67078,72 +67039,71 @@ declare module 'vue' {
|
|
|
67078
67039
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
67079
67040
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
67080
67041
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
67081
|
-
VInput: typeof import('vuetify/components')['VInput']
|
|
67082
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
|
67083
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
67084
67042
|
VMain: typeof import('vuetify/components')['VMain']
|
|
67043
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
67085
67044
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
67086
|
-
|
|
67045
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
67087
67046
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
67088
67047
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
67089
|
-
|
|
67048
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
67049
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
67090
67050
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
67091
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
|
67092
67051
|
VRating: typeof import('vuetify/components')['VRating']
|
|
67093
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
|
67094
67052
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
67053
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
67054
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
|
67095
67055
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
67096
67056
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
67097
|
-
|
|
67098
|
-
|
|
67057
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
67058
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
|
67099
67059
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
67100
67060
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
67101
67061
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
67102
67062
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
67103
67063
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
67104
67064
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
67105
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
67106
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
|
67107
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
67108
67065
|
VTab: typeof import('vuetify/components')['VTab']
|
|
67109
67066
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
67110
67067
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
67111
67068
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
|
67069
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
67070
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
67071
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
67112
67072
|
VTextField: typeof import('vuetify/components')['VTextField']
|
|
67113
67073
|
VTable: typeof import('vuetify/components')['VTable']
|
|
67114
67074
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
67115
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
67116
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
67117
67075
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
67118
67076
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
67077
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
67119
67078
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
67120
67079
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
67121
67080
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
67122
67081
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
67123
67082
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
67083
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
|
67084
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
67124
67085
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
|
67125
|
-
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
67126
67086
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
67127
|
-
|
|
67128
|
-
VHover: typeof import('vuetify/components')['VHover']
|
|
67087
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
67129
67088
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
67130
67089
|
VCol: typeof import('vuetify/components')['VCol']
|
|
67131
67090
|
VRow: typeof import('vuetify/components')['VRow']
|
|
67132
67091
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
67092
|
+
VForm: typeof import('vuetify/components')['VForm']
|
|
67093
|
+
VHover: typeof import('vuetify/components')['VHover']
|
|
67094
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
|
67133
67095
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
67134
67096
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
67135
67097
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
67136
67098
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
67137
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
|
67138
67099
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
67139
67100
|
VRadio: typeof import('vuetify/components')['VRadio']
|
|
67140
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
67141
67101
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
67142
|
-
|
|
67102
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
67143
67103
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
67144
|
-
|
|
67104
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
|
67145
67105
|
VValidation: typeof import('vuetify/components')['VValidation']
|
|
67146
|
-
|
|
67106
|
+
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
67147
67107
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
67148
67108
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
67149
67109
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
@@ -67160,28 +67120,29 @@ declare module 'vue' {
|
|
|
67160
67120
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
67161
67121
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
67162
67122
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
67123
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
67124
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
|
67163
67125
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
|
67164
67126
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
|
67165
67127
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
|
67166
67128
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
|
67167
67129
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
|
67168
67130
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
|
67169
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
|
67170
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
|
67171
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
67172
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
67173
67131
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
|
67174
67132
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
|
67175
67133
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
|
67176
|
-
|
|
67177
|
-
|
|
67178
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
|
67179
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
|
67134
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
67135
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
67180
67136
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
|
67181
67137
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
|
67182
67138
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
|
67139
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
|
67140
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
|
67141
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
|
67142
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
|
67143
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
|
67183
67144
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
|
67184
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
|
67185
67145
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
|
67146
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
|
67186
67147
|
}
|
|
67187
67148
|
}
|