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
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { Ref, DeepReadonly, ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, ComponentPublicInstance, PropType, DirectiveBinding, FunctionalComponent, ComponentInternalInstance, ComputedRef, Component, EffectScope, nextTick,
|
|
2
|
+
import { Ref, DeepReadonly, ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, ComponentPublicInstance, PropType, DirectiveBinding, FunctionalComponent, ComponentInternalInstance, ComputedRef, Component, EffectScope, nextTick, WritableComputedRef, CSSProperties, UnwrapRef, Prop, InjectionKey } from 'vue';
|
|
3
3
|
// @ts-ignore
|
|
4
4
|
import * as vue_router from 'vue-router';
|
|
5
5
|
// @ts-ignore
|
|
6
|
-
import { RouteLocationRaw } from 'vue-router';
|
|
6
|
+
import { RouteLocationRaw, useLink } from 'vue-router';
|
|
7
7
|
|
|
8
8
|
declare const block: readonly ["top", "bottom"];
|
|
9
9
|
declare const inline: readonly ["start", "end", "left", "right"];
|
|
@@ -1464,7 +1464,7 @@ declare const VAppBarNavIcon: {
|
|
|
1464
1464
|
text?: string | undefined;
|
|
1465
1465
|
class?: any;
|
|
1466
1466
|
theme?: string | undefined;
|
|
1467
|
-
to?: vue_router.
|
|
1467
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
1468
1468
|
href?: string | undefined;
|
|
1469
1469
|
elevation?: string | number | undefined;
|
|
1470
1470
|
rounded?: string | number | boolean | undefined;
|
|
@@ -1528,7 +1528,7 @@ declare const VAppBarNavIcon: {
|
|
|
1528
1528
|
text?: string | undefined;
|
|
1529
1529
|
class?: any;
|
|
1530
1530
|
theme?: string | undefined;
|
|
1531
|
-
to?: vue_router.
|
|
1531
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
1532
1532
|
href?: string | undefined;
|
|
1533
1533
|
elevation?: string | number | undefined;
|
|
1534
1534
|
rounded?: string | number | boolean | undefined;
|
|
@@ -1626,7 +1626,7 @@ declare const VAppBarNavIcon: {
|
|
|
1626
1626
|
text?: string | undefined;
|
|
1627
1627
|
class?: any;
|
|
1628
1628
|
theme?: string | undefined;
|
|
1629
|
-
to?: vue_router.
|
|
1629
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
1630
1630
|
href?: string | undefined;
|
|
1631
1631
|
elevation?: string | number | undefined;
|
|
1632
1632
|
rounded?: string | number | boolean | undefined;
|
|
@@ -1716,7 +1716,7 @@ declare const VAppBarNavIcon: {
|
|
|
1716
1716
|
text?: string | undefined;
|
|
1717
1717
|
class?: any;
|
|
1718
1718
|
theme?: string | undefined;
|
|
1719
|
-
to?: vue_router.
|
|
1719
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
1720
1720
|
href?: string | undefined;
|
|
1721
1721
|
elevation?: string | number | undefined;
|
|
1722
1722
|
rounded?: string | number | boolean | undefined;
|
|
@@ -3743,6 +3743,19 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
|
|
|
3743
3743
|
} | undefined;
|
|
3744
3744
|
};
|
|
3745
3745
|
|
|
3746
|
+
interface LinkProps {
|
|
3747
|
+
href: string | undefined;
|
|
3748
|
+
replace: boolean | undefined;
|
|
3749
|
+
to: RouteLocationRaw | undefined;
|
|
3750
|
+
exact: boolean | undefined;
|
|
3751
|
+
}
|
|
3752
|
+
interface UseLink extends Omit<Partial<ReturnType<typeof useLink>>, 'href'> {
|
|
3753
|
+
isLink: ComputedRef<boolean>;
|
|
3754
|
+
isClickable: ComputedRef<boolean>;
|
|
3755
|
+
href: Ref<string | undefined>;
|
|
3756
|
+
linkProps: Record<string, string | undefined>;
|
|
3757
|
+
}
|
|
3758
|
+
|
|
3746
3759
|
type ListItemSlot = {
|
|
3747
3760
|
isActive: boolean;
|
|
3748
3761
|
isOpen: boolean;
|
|
@@ -3793,7 +3806,7 @@ declare const VListItem: {
|
|
|
3793
3806
|
title?: string | number | undefined;
|
|
3794
3807
|
class?: any;
|
|
3795
3808
|
theme?: string | undefined;
|
|
3796
|
-
to?: vue_router.
|
|
3809
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
3797
3810
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
3798
3811
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
3799
3812
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -3859,6 +3872,7 @@ declare const VListItem: {
|
|
|
3859
3872
|
getPath: (id: unknown) => unknown[];
|
|
3860
3873
|
};
|
|
3861
3874
|
id: vue.ComputedRef<{} | null>;
|
|
3875
|
+
link: UseLink;
|
|
3862
3876
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
3863
3877
|
click: (e: MouseEvent | KeyboardEvent) => true;
|
|
3864
3878
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -3890,7 +3904,7 @@ declare const VListItem: {
|
|
|
3890
3904
|
title?: string | number | undefined;
|
|
3891
3905
|
class?: any;
|
|
3892
3906
|
theme?: string | undefined;
|
|
3893
|
-
to?: vue_router.
|
|
3907
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
3894
3908
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
3895
3909
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
3896
3910
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -3987,7 +4001,7 @@ declare const VListItem: {
|
|
|
3987
4001
|
title?: string | number | undefined;
|
|
3988
4002
|
class?: any;
|
|
3989
4003
|
theme?: string | undefined;
|
|
3990
|
-
to?: vue_router.
|
|
4004
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
3991
4005
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
3992
4006
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
3993
4007
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -4053,6 +4067,7 @@ declare const VListItem: {
|
|
|
4053
4067
|
getPath: (id: unknown) => unknown[];
|
|
4054
4068
|
};
|
|
4055
4069
|
id: vue.ComputedRef<{} | null>;
|
|
4070
|
+
link: UseLink;
|
|
4056
4071
|
}, {}, {}, {}, {
|
|
4057
4072
|
replace: boolean;
|
|
4058
4073
|
link: boolean;
|
|
@@ -4103,7 +4118,7 @@ declare const VListItem: {
|
|
|
4103
4118
|
title?: string | number | undefined;
|
|
4104
4119
|
class?: any;
|
|
4105
4120
|
theme?: string | undefined;
|
|
4106
|
-
to?: vue_router.
|
|
4121
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
4107
4122
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
4108
4123
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
4109
4124
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -4169,6 +4184,7 @@ declare const VListItem: {
|
|
|
4169
4184
|
getPath: (id: unknown) => unknown[];
|
|
4170
4185
|
};
|
|
4171
4186
|
id: vue.ComputedRef<{} | null>;
|
|
4187
|
+
link: UseLink;
|
|
4172
4188
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
4173
4189
|
click: (e: MouseEvent | KeyboardEvent) => true;
|
|
4174
4190
|
}, string, {
|
|
@@ -4437,7 +4453,7 @@ interface ItemProps {
|
|
|
4437
4453
|
itemChildren: SelectItemKey;
|
|
4438
4454
|
itemProps: SelectItemKey;
|
|
4439
4455
|
returnObject: boolean;
|
|
4440
|
-
valueComparator: typeof deepEqual;
|
|
4456
|
+
valueComparator: typeof deepEqual | undefined;
|
|
4441
4457
|
}
|
|
4442
4458
|
|
|
4443
4459
|
interface InternalListItem<T = any> extends ListItem<T> {
|
|
@@ -4456,7 +4472,6 @@ declare const VList: {
|
|
|
4456
4472
|
tile: boolean;
|
|
4457
4473
|
density: Density;
|
|
4458
4474
|
slim: boolean;
|
|
4459
|
-
valueComparator: typeof deepEqual;
|
|
4460
4475
|
activatable: boolean;
|
|
4461
4476
|
selectable: boolean;
|
|
4462
4477
|
selectStrategy: SelectStrategyProp;
|
|
@@ -4480,6 +4495,7 @@ declare const VList: {
|
|
|
4480
4495
|
baseColor?: string | undefined;
|
|
4481
4496
|
bgColor?: string | undefined;
|
|
4482
4497
|
activeColor?: string | undefined;
|
|
4498
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
4483
4499
|
activeClass?: string | undefined;
|
|
4484
4500
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
4485
4501
|
collapseIcon?: IconValue | undefined;
|
|
@@ -4528,7 +4544,6 @@ declare const VList: {
|
|
|
4528
4544
|
tile: boolean;
|
|
4529
4545
|
density: Density;
|
|
4530
4546
|
slim: boolean;
|
|
4531
|
-
valueComparator: typeof deepEqual;
|
|
4532
4547
|
activatable: boolean;
|
|
4533
4548
|
selectable: boolean;
|
|
4534
4549
|
selectStrategy: SelectStrategyProp;
|
|
@@ -4552,6 +4567,7 @@ declare const VList: {
|
|
|
4552
4567
|
baseColor?: string | undefined;
|
|
4553
4568
|
bgColor?: string | undefined;
|
|
4554
4569
|
activeColor?: string | undefined;
|
|
4570
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
4555
4571
|
activeClass?: string | undefined;
|
|
4556
4572
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
4557
4573
|
collapseIcon?: IconValue | undefined;
|
|
@@ -4575,7 +4591,6 @@ declare const VList: {
|
|
|
4575
4591
|
tile: boolean;
|
|
4576
4592
|
density: Density;
|
|
4577
4593
|
slim: boolean;
|
|
4578
|
-
valueComparator: typeof deepEqual;
|
|
4579
4594
|
activatable: boolean;
|
|
4580
4595
|
selectable: boolean;
|
|
4581
4596
|
selectStrategy: SelectStrategyProp;
|
|
@@ -4626,7 +4641,6 @@ declare const VList: {
|
|
|
4626
4641
|
tile: boolean;
|
|
4627
4642
|
density: Density;
|
|
4628
4643
|
slim: boolean;
|
|
4629
|
-
valueComparator: typeof deepEqual;
|
|
4630
4644
|
activatable: boolean;
|
|
4631
4645
|
selectable: boolean;
|
|
4632
4646
|
selectStrategy: SelectStrategyProp;
|
|
@@ -4650,6 +4664,7 @@ declare const VList: {
|
|
|
4650
4664
|
baseColor?: string | undefined;
|
|
4651
4665
|
bgColor?: string | undefined;
|
|
4652
4666
|
activeColor?: string | undefined;
|
|
4667
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
4653
4668
|
activeClass?: string | undefined;
|
|
4654
4669
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
4655
4670
|
collapseIcon?: IconValue | undefined;
|
|
@@ -4680,7 +4695,6 @@ declare const VList: {
|
|
|
4680
4695
|
tile: boolean;
|
|
4681
4696
|
density: Density;
|
|
4682
4697
|
slim: boolean;
|
|
4683
|
-
valueComparator: typeof deepEqual;
|
|
4684
4698
|
activatable: boolean;
|
|
4685
4699
|
selectable: boolean;
|
|
4686
4700
|
selectStrategy: SelectStrategyProp;
|
|
@@ -4702,7 +4716,6 @@ declare const VList: {
|
|
|
4702
4716
|
tile: boolean;
|
|
4703
4717
|
density: Density;
|
|
4704
4718
|
slim: boolean;
|
|
4705
|
-
valueComparator: typeof deepEqual;
|
|
4706
4719
|
activatable: boolean;
|
|
4707
4720
|
selectable: boolean;
|
|
4708
4721
|
selectStrategy: SelectStrategyProp;
|
|
@@ -4726,6 +4739,7 @@ declare const VList: {
|
|
|
4726
4739
|
baseColor?: string | undefined;
|
|
4727
4740
|
bgColor?: string | undefined;
|
|
4728
4741
|
activeColor?: string | undefined;
|
|
4742
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
4729
4743
|
activeClass?: string | undefined;
|
|
4730
4744
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
4731
4745
|
collapseIcon?: IconValue | undefined;
|
|
@@ -4775,7 +4789,6 @@ declare const VList: {
|
|
|
4775
4789
|
tile: boolean;
|
|
4776
4790
|
density: Density;
|
|
4777
4791
|
slim: boolean;
|
|
4778
|
-
valueComparator: typeof deepEqual;
|
|
4779
4792
|
activatable: boolean;
|
|
4780
4793
|
selectable: boolean;
|
|
4781
4794
|
selectStrategy: SelectStrategyProp;
|
|
@@ -4869,10 +4882,7 @@ declare const VList: {
|
|
|
4869
4882
|
default: string;
|
|
4870
4883
|
};
|
|
4871
4884
|
returnObject: BooleanConstructor;
|
|
4872
|
-
valueComparator:
|
|
4873
|
-
type: PropType<typeof deepEqual>;
|
|
4874
|
-
default: typeof deepEqual;
|
|
4875
|
-
};
|
|
4885
|
+
valueComparator: PropType<typeof deepEqual>;
|
|
4876
4886
|
itemType: {
|
|
4877
4887
|
type: StringConstructor;
|
|
4878
4888
|
default: string;
|
|
@@ -4978,10 +4988,7 @@ declare const VList: {
|
|
|
4978
4988
|
default: string;
|
|
4979
4989
|
};
|
|
4980
4990
|
returnObject: BooleanConstructor;
|
|
4981
|
-
valueComparator:
|
|
4982
|
-
type: PropType<typeof deepEqual>;
|
|
4983
|
-
default: typeof deepEqual;
|
|
4984
|
-
};
|
|
4991
|
+
valueComparator: PropType<typeof deepEqual>;
|
|
4985
4992
|
itemType: {
|
|
4986
4993
|
type: StringConstructor;
|
|
4987
4994
|
default: string;
|
|
@@ -6460,7 +6467,7 @@ declare const VMenu: {
|
|
|
6460
6467
|
};
|
|
6461
6468
|
$forceUpdate: () => void;
|
|
6462
6469
|
$nextTick: typeof nextTick;
|
|
6463
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
6470
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
6464
6471
|
} & Omit<{
|
|
6465
6472
|
absolute: boolean;
|
|
6466
6473
|
location: Anchor;
|
|
@@ -7141,7 +7148,7 @@ declare const VMenu: {
|
|
|
7141
7148
|
};
|
|
7142
7149
|
$forceUpdate: () => void;
|
|
7143
7150
|
$nextTick: typeof nextTick;
|
|
7144
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
7151
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
7145
7152
|
} & Omit<{
|
|
7146
7153
|
absolute: boolean;
|
|
7147
7154
|
location: Anchor;
|
|
@@ -7727,7 +7734,7 @@ declare const VMenu: {
|
|
|
7727
7734
|
};
|
|
7728
7735
|
$forceUpdate: () => void;
|
|
7729
7736
|
$nextTick: typeof nextTick;
|
|
7730
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
7737
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
7731
7738
|
} & Omit<{
|
|
7732
7739
|
absolute: boolean;
|
|
7733
7740
|
location: Anchor;
|
|
@@ -8142,7 +8149,6 @@ declare const VAutocomplete: {
|
|
|
8142
8149
|
rules: readonly ValidationRule$1[];
|
|
8143
8150
|
tile: boolean;
|
|
8144
8151
|
density: Density;
|
|
8145
|
-
valueComparator: typeof deepEqual;
|
|
8146
8152
|
clearIcon: IconValue;
|
|
8147
8153
|
hideSpinButtons: boolean;
|
|
8148
8154
|
persistentHint: boolean;
|
|
@@ -8186,6 +8192,7 @@ declare const VAutocomplete: {
|
|
|
8186
8192
|
bgColor?: string | undefined;
|
|
8187
8193
|
prependIcon?: IconValue | undefined;
|
|
8188
8194
|
appendIcon?: IconValue | undefined;
|
|
8195
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
8189
8196
|
prependInnerIcon?: IconValue | undefined;
|
|
8190
8197
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
8191
8198
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -8212,7 +8219,6 @@ declare const VAutocomplete: {
|
|
|
8212
8219
|
tile: boolean;
|
|
8213
8220
|
density: Density;
|
|
8214
8221
|
slim: boolean;
|
|
8215
|
-
valueComparator: typeof deepEqual;
|
|
8216
8222
|
activatable: boolean;
|
|
8217
8223
|
selectable: boolean;
|
|
8218
8224
|
selectStrategy: SelectStrategyProp;
|
|
@@ -8230,7 +8236,6 @@ declare const VAutocomplete: {
|
|
|
8230
8236
|
tile: boolean;
|
|
8231
8237
|
density: Density;
|
|
8232
8238
|
slim: boolean;
|
|
8233
|
-
valueComparator: typeof deepEqual;
|
|
8234
8239
|
activatable: boolean;
|
|
8235
8240
|
selectable: boolean;
|
|
8236
8241
|
selectStrategy: SelectStrategyProp;
|
|
@@ -8253,6 +8258,7 @@ declare const VAutocomplete: {
|
|
|
8253
8258
|
baseColor?: string | undefined;
|
|
8254
8259
|
bgColor?: string | undefined;
|
|
8255
8260
|
activeColor?: string | undefined;
|
|
8261
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
8256
8262
|
activeClass?: string | undefined;
|
|
8257
8263
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
8258
8264
|
collapseIcon?: IconValue | undefined;
|
|
@@ -8274,7 +8280,6 @@ declare const VAutocomplete: {
|
|
|
8274
8280
|
tile: boolean;
|
|
8275
8281
|
density: Density;
|
|
8276
8282
|
slim: boolean;
|
|
8277
|
-
valueComparator: typeof deepEqual;
|
|
8278
8283
|
activatable: boolean;
|
|
8279
8284
|
selectable: boolean;
|
|
8280
8285
|
selectStrategy: SelectStrategyProp;
|
|
@@ -8298,6 +8303,7 @@ declare const VAutocomplete: {
|
|
|
8298
8303
|
baseColor?: string | undefined;
|
|
8299
8304
|
bgColor?: string | undefined;
|
|
8300
8305
|
activeColor?: string | undefined;
|
|
8306
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
8301
8307
|
activeClass?: string | undefined;
|
|
8302
8308
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
8303
8309
|
collapseIcon?: IconValue | undefined;
|
|
@@ -8309,7 +8315,7 @@ declare const VAutocomplete: {
|
|
|
8309
8315
|
value: boolean;
|
|
8310
8316
|
path: unknown[];
|
|
8311
8317
|
}) => any) | undefined;
|
|
8312
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
8318
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
8313
8319
|
items?: readonly any[] | undefined;
|
|
8314
8320
|
itemTitle?: SelectItemKey<any>;
|
|
8315
8321
|
itemValue?: SelectItemKey<any>;
|
|
@@ -8637,7 +8643,6 @@ declare const VAutocomplete: {
|
|
|
8637
8643
|
rules: readonly ValidationRule$1[];
|
|
8638
8644
|
tile: boolean;
|
|
8639
8645
|
density: Density;
|
|
8640
|
-
valueComparator: typeof deepEqual;
|
|
8641
8646
|
clearIcon: IconValue;
|
|
8642
8647
|
hideSpinButtons: boolean;
|
|
8643
8648
|
persistentHint: boolean;
|
|
@@ -8681,6 +8686,7 @@ declare const VAutocomplete: {
|
|
|
8681
8686
|
bgColor?: string | undefined;
|
|
8682
8687
|
prependIcon?: IconValue | undefined;
|
|
8683
8688
|
appendIcon?: IconValue | undefined;
|
|
8689
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
8684
8690
|
prependInnerIcon?: IconValue | undefined;
|
|
8685
8691
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
8686
8692
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -8707,7 +8713,6 @@ declare const VAutocomplete: {
|
|
|
8707
8713
|
tile: boolean;
|
|
8708
8714
|
density: Density;
|
|
8709
8715
|
slim: boolean;
|
|
8710
|
-
valueComparator: typeof deepEqual;
|
|
8711
8716
|
activatable: boolean;
|
|
8712
8717
|
selectable: boolean;
|
|
8713
8718
|
selectStrategy: SelectStrategyProp;
|
|
@@ -8725,7 +8730,6 @@ declare const VAutocomplete: {
|
|
|
8725
8730
|
tile: boolean;
|
|
8726
8731
|
density: Density;
|
|
8727
8732
|
slim: boolean;
|
|
8728
|
-
valueComparator: typeof deepEqual;
|
|
8729
8733
|
activatable: boolean;
|
|
8730
8734
|
selectable: boolean;
|
|
8731
8735
|
selectStrategy: SelectStrategyProp;
|
|
@@ -8748,6 +8752,7 @@ declare const VAutocomplete: {
|
|
|
8748
8752
|
baseColor?: string | undefined;
|
|
8749
8753
|
bgColor?: string | undefined;
|
|
8750
8754
|
activeColor?: string | undefined;
|
|
8755
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
8751
8756
|
activeClass?: string | undefined;
|
|
8752
8757
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
8753
8758
|
collapseIcon?: IconValue | undefined;
|
|
@@ -8769,7 +8774,6 @@ declare const VAutocomplete: {
|
|
|
8769
8774
|
tile: boolean;
|
|
8770
8775
|
density: Density;
|
|
8771
8776
|
slim: boolean;
|
|
8772
|
-
valueComparator: typeof deepEqual;
|
|
8773
8777
|
activatable: boolean;
|
|
8774
8778
|
selectable: boolean;
|
|
8775
8779
|
selectStrategy: SelectStrategyProp;
|
|
@@ -8793,6 +8797,7 @@ declare const VAutocomplete: {
|
|
|
8793
8797
|
baseColor?: string | undefined;
|
|
8794
8798
|
bgColor?: string | undefined;
|
|
8795
8799
|
activeColor?: string | undefined;
|
|
8800
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
8796
8801
|
activeClass?: string | undefined;
|
|
8797
8802
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
8798
8803
|
collapseIcon?: IconValue | undefined;
|
|
@@ -8804,7 +8809,7 @@ declare const VAutocomplete: {
|
|
|
8804
8809
|
value: boolean;
|
|
8805
8810
|
path: unknown[];
|
|
8806
8811
|
}) => any) | undefined;
|
|
8807
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
8812
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
8808
8813
|
items?: readonly any[] | undefined;
|
|
8809
8814
|
itemTitle?: SelectItemKey<any>;
|
|
8810
8815
|
itemValue?: SelectItemKey<any>;
|
|
@@ -9128,7 +9133,6 @@ declare const VAutocomplete: {
|
|
|
9128
9133
|
rounded: string | number | boolean;
|
|
9129
9134
|
tile: boolean;
|
|
9130
9135
|
density: Density;
|
|
9131
|
-
valueComparator: typeof deepEqual;
|
|
9132
9136
|
clearIcon: IconValue;
|
|
9133
9137
|
centerAffix: boolean;
|
|
9134
9138
|
hideSpinButtons: boolean;
|
|
@@ -9216,7 +9220,6 @@ declare const VAutocomplete: {
|
|
|
9216
9220
|
rules: readonly ValidationRule$1[];
|
|
9217
9221
|
tile: boolean;
|
|
9218
9222
|
density: Density;
|
|
9219
|
-
valueComparator: typeof deepEqual;
|
|
9220
9223
|
clearIcon: IconValue;
|
|
9221
9224
|
hideSpinButtons: boolean;
|
|
9222
9225
|
persistentHint: boolean;
|
|
@@ -9260,6 +9263,7 @@ declare const VAutocomplete: {
|
|
|
9260
9263
|
bgColor?: string | undefined;
|
|
9261
9264
|
prependIcon?: IconValue | undefined;
|
|
9262
9265
|
appendIcon?: IconValue | undefined;
|
|
9266
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
9263
9267
|
prependInnerIcon?: IconValue | undefined;
|
|
9264
9268
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
9265
9269
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -9286,7 +9290,6 @@ declare const VAutocomplete: {
|
|
|
9286
9290
|
tile: boolean;
|
|
9287
9291
|
density: Density;
|
|
9288
9292
|
slim: boolean;
|
|
9289
|
-
valueComparator: typeof deepEqual;
|
|
9290
9293
|
activatable: boolean;
|
|
9291
9294
|
selectable: boolean;
|
|
9292
9295
|
selectStrategy: SelectStrategyProp;
|
|
@@ -9304,7 +9307,6 @@ declare const VAutocomplete: {
|
|
|
9304
9307
|
tile: boolean;
|
|
9305
9308
|
density: Density;
|
|
9306
9309
|
slim: boolean;
|
|
9307
|
-
valueComparator: typeof deepEqual;
|
|
9308
9310
|
activatable: boolean;
|
|
9309
9311
|
selectable: boolean;
|
|
9310
9312
|
selectStrategy: SelectStrategyProp;
|
|
@@ -9327,6 +9329,7 @@ declare const VAutocomplete: {
|
|
|
9327
9329
|
baseColor?: string | undefined;
|
|
9328
9330
|
bgColor?: string | undefined;
|
|
9329
9331
|
activeColor?: string | undefined;
|
|
9332
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
9330
9333
|
activeClass?: string | undefined;
|
|
9331
9334
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
9332
9335
|
collapseIcon?: IconValue | undefined;
|
|
@@ -9348,7 +9351,6 @@ declare const VAutocomplete: {
|
|
|
9348
9351
|
tile: boolean;
|
|
9349
9352
|
density: Density;
|
|
9350
9353
|
slim: boolean;
|
|
9351
|
-
valueComparator: typeof deepEqual;
|
|
9352
9354
|
activatable: boolean;
|
|
9353
9355
|
selectable: boolean;
|
|
9354
9356
|
selectStrategy: SelectStrategyProp;
|
|
@@ -9372,6 +9374,7 @@ declare const VAutocomplete: {
|
|
|
9372
9374
|
baseColor?: string | undefined;
|
|
9373
9375
|
bgColor?: string | undefined;
|
|
9374
9376
|
activeColor?: string | undefined;
|
|
9377
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
9375
9378
|
activeClass?: string | undefined;
|
|
9376
9379
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
9377
9380
|
collapseIcon?: IconValue | undefined;
|
|
@@ -9383,7 +9386,7 @@ declare const VAutocomplete: {
|
|
|
9383
9386
|
value: boolean;
|
|
9384
9387
|
path: unknown[];
|
|
9385
9388
|
}) => any) | undefined;
|
|
9386
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
9389
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
9387
9390
|
items?: readonly any[] | undefined;
|
|
9388
9391
|
itemTitle?: SelectItemKey<any>;
|
|
9389
9392
|
itemValue?: SelectItemKey<any>;
|
|
@@ -9707,7 +9710,6 @@ declare const VAutocomplete: {
|
|
|
9707
9710
|
rounded: string | number | boolean;
|
|
9708
9711
|
tile: boolean;
|
|
9709
9712
|
density: Density;
|
|
9710
|
-
valueComparator: typeof deepEqual;
|
|
9711
9713
|
clearIcon: IconValue;
|
|
9712
9714
|
centerAffix: boolean;
|
|
9713
9715
|
hideSpinButtons: boolean;
|
|
@@ -9760,7 +9762,6 @@ declare const VAutocomplete: {
|
|
|
9760
9762
|
rules: readonly ValidationRule$1[];
|
|
9761
9763
|
tile: boolean;
|
|
9762
9764
|
density: Density;
|
|
9763
|
-
valueComparator: typeof deepEqual;
|
|
9764
9765
|
clearIcon: IconValue;
|
|
9765
9766
|
hideSpinButtons: boolean;
|
|
9766
9767
|
persistentHint: boolean;
|
|
@@ -9804,6 +9805,7 @@ declare const VAutocomplete: {
|
|
|
9804
9805
|
bgColor?: string | undefined;
|
|
9805
9806
|
prependIcon?: IconValue | undefined;
|
|
9806
9807
|
appendIcon?: IconValue | undefined;
|
|
9808
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
9807
9809
|
prependInnerIcon?: IconValue | undefined;
|
|
9808
9810
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
9809
9811
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -9830,7 +9832,6 @@ declare const VAutocomplete: {
|
|
|
9830
9832
|
tile: boolean;
|
|
9831
9833
|
density: Density;
|
|
9832
9834
|
slim: boolean;
|
|
9833
|
-
valueComparator: typeof deepEqual;
|
|
9834
9835
|
activatable: boolean;
|
|
9835
9836
|
selectable: boolean;
|
|
9836
9837
|
selectStrategy: SelectStrategyProp;
|
|
@@ -9848,7 +9849,6 @@ declare const VAutocomplete: {
|
|
|
9848
9849
|
tile: boolean;
|
|
9849
9850
|
density: Density;
|
|
9850
9851
|
slim: boolean;
|
|
9851
|
-
valueComparator: typeof deepEqual;
|
|
9852
9852
|
activatable: boolean;
|
|
9853
9853
|
selectable: boolean;
|
|
9854
9854
|
selectStrategy: SelectStrategyProp;
|
|
@@ -9871,6 +9871,7 @@ declare const VAutocomplete: {
|
|
|
9871
9871
|
baseColor?: string | undefined;
|
|
9872
9872
|
bgColor?: string | undefined;
|
|
9873
9873
|
activeColor?: string | undefined;
|
|
9874
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
9874
9875
|
activeClass?: string | undefined;
|
|
9875
9876
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
9876
9877
|
collapseIcon?: IconValue | undefined;
|
|
@@ -9892,7 +9893,6 @@ declare const VAutocomplete: {
|
|
|
9892
9893
|
tile: boolean;
|
|
9893
9894
|
density: Density;
|
|
9894
9895
|
slim: boolean;
|
|
9895
|
-
valueComparator: typeof deepEqual;
|
|
9896
9896
|
activatable: boolean;
|
|
9897
9897
|
selectable: boolean;
|
|
9898
9898
|
selectStrategy: SelectStrategyProp;
|
|
@@ -9916,6 +9916,7 @@ declare const VAutocomplete: {
|
|
|
9916
9916
|
baseColor?: string | undefined;
|
|
9917
9917
|
bgColor?: string | undefined;
|
|
9918
9918
|
activeColor?: string | undefined;
|
|
9919
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
9919
9920
|
activeClass?: string | undefined;
|
|
9920
9921
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
9921
9922
|
collapseIcon?: IconValue | undefined;
|
|
@@ -9927,7 +9928,7 @@ declare const VAutocomplete: {
|
|
|
9927
9928
|
value: boolean;
|
|
9928
9929
|
path: unknown[];
|
|
9929
9930
|
}) => any) | undefined;
|
|
9930
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
9931
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
9931
9932
|
items?: readonly any[] | undefined;
|
|
9932
9933
|
itemTitle?: SelectItemKey<any>;
|
|
9933
9934
|
itemValue?: SelectItemKey<any>;
|
|
@@ -10256,7 +10257,6 @@ declare const VAutocomplete: {
|
|
|
10256
10257
|
rounded: string | number | boolean;
|
|
10257
10258
|
tile: boolean;
|
|
10258
10259
|
density: Density;
|
|
10259
|
-
valueComparator: typeof deepEqual;
|
|
10260
10260
|
clearIcon: IconValue;
|
|
10261
10261
|
centerAffix: boolean;
|
|
10262
10262
|
hideSpinButtons: boolean;
|
|
@@ -10488,10 +10488,7 @@ declare const VAutocomplete: {
|
|
|
10488
10488
|
default: string;
|
|
10489
10489
|
};
|
|
10490
10490
|
returnObject: BooleanConstructor;
|
|
10491
|
-
valueComparator:
|
|
10492
|
-
type: PropType<typeof deepEqual>;
|
|
10493
|
-
default: typeof deepEqual;
|
|
10494
|
-
};
|
|
10491
|
+
valueComparator: PropType<typeof deepEqual>;
|
|
10495
10492
|
chips: BooleanConstructor;
|
|
10496
10493
|
closableChips: BooleanConstructor;
|
|
10497
10494
|
closeText: {
|
|
@@ -10689,10 +10686,7 @@ declare const VAutocomplete: {
|
|
|
10689
10686
|
default: string;
|
|
10690
10687
|
};
|
|
10691
10688
|
returnObject: BooleanConstructor;
|
|
10692
|
-
valueComparator:
|
|
10693
|
-
type: PropType<typeof deepEqual>;
|
|
10694
|
-
default: typeof deepEqual;
|
|
10695
|
-
};
|
|
10689
|
+
valueComparator: PropType<typeof deepEqual>;
|
|
10696
10690
|
chips: BooleanConstructor;
|
|
10697
10691
|
closableChips: BooleanConstructor;
|
|
10698
10692
|
closeText: {
|
|
@@ -12889,13 +12883,6 @@ declare const VBottomSheet: {
|
|
|
12889
12883
|
}>>;
|
|
12890
12884
|
type VBottomSheet = InstanceType<typeof VBottomSheet>;
|
|
12891
12885
|
|
|
12892
|
-
interface LinkProps {
|
|
12893
|
-
href: string | undefined;
|
|
12894
|
-
replace: boolean | undefined;
|
|
12895
|
-
to: RouteLocationRaw | undefined;
|
|
12896
|
-
exact: boolean | undefined;
|
|
12897
|
-
}
|
|
12898
|
-
|
|
12899
12886
|
type InternalBreadcrumbItem = Partial<LinkProps> & {
|
|
12900
12887
|
title: string;
|
|
12901
12888
|
disabled?: boolean;
|
|
@@ -13133,7 +13120,7 @@ declare const VBreadcrumbsItem: {
|
|
|
13133
13120
|
color?: string | undefined;
|
|
13134
13121
|
title?: string | undefined;
|
|
13135
13122
|
class?: any;
|
|
13136
|
-
to?: vue_router.
|
|
13123
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13137
13124
|
href?: string | undefined;
|
|
13138
13125
|
activeColor?: string | undefined;
|
|
13139
13126
|
activeClass?: string | undefined;
|
|
@@ -13157,7 +13144,7 @@ declare const VBreadcrumbsItem: {
|
|
|
13157
13144
|
color?: string | undefined;
|
|
13158
13145
|
title?: string | undefined;
|
|
13159
13146
|
class?: any;
|
|
13160
|
-
to?: vue_router.
|
|
13147
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13161
13148
|
href?: string | undefined;
|
|
13162
13149
|
activeColor?: string | undefined;
|
|
13163
13150
|
activeClass?: string | undefined;
|
|
@@ -13197,7 +13184,7 @@ declare const VBreadcrumbsItem: {
|
|
|
13197
13184
|
color?: string | undefined;
|
|
13198
13185
|
title?: string | undefined;
|
|
13199
13186
|
class?: any;
|
|
13200
|
-
to?: vue_router.
|
|
13187
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13201
13188
|
href?: string | undefined;
|
|
13202
13189
|
activeColor?: string | undefined;
|
|
13203
13190
|
activeClass?: string | undefined;
|
|
@@ -13232,7 +13219,7 @@ declare const VBreadcrumbsItem: {
|
|
|
13232
13219
|
color?: string | undefined;
|
|
13233
13220
|
title?: string | undefined;
|
|
13234
13221
|
class?: any;
|
|
13235
|
-
to?: vue_router.
|
|
13222
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13236
13223
|
href?: string | undefined;
|
|
13237
13224
|
activeColor?: string | undefined;
|
|
13238
13225
|
activeClass?: string | undefined;
|
|
@@ -13435,7 +13422,7 @@ declare const VBtn: {
|
|
|
13435
13422
|
text?: string | undefined;
|
|
13436
13423
|
class?: any;
|
|
13437
13424
|
theme?: string | undefined;
|
|
13438
|
-
to?: vue_router.
|
|
13425
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13439
13426
|
icon?: boolean | IconValue | undefined;
|
|
13440
13427
|
href?: string | undefined;
|
|
13441
13428
|
elevation?: string | number | undefined;
|
|
@@ -13509,7 +13496,7 @@ declare const VBtn: {
|
|
|
13509
13496
|
text?: string | undefined;
|
|
13510
13497
|
class?: any;
|
|
13511
13498
|
theme?: string | undefined;
|
|
13512
|
-
to?: vue_router.
|
|
13499
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13513
13500
|
icon?: boolean | IconValue | undefined;
|
|
13514
13501
|
href?: string | undefined;
|
|
13515
13502
|
elevation?: string | number | undefined;
|
|
@@ -13610,7 +13597,7 @@ declare const VBtn: {
|
|
|
13610
13597
|
text?: string | undefined;
|
|
13611
13598
|
class?: any;
|
|
13612
13599
|
theme?: string | undefined;
|
|
13613
|
-
to?: vue_router.
|
|
13600
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13614
13601
|
icon?: boolean | IconValue | undefined;
|
|
13615
13602
|
href?: string | undefined;
|
|
13616
13603
|
elevation?: string | number | undefined;
|
|
@@ -13705,7 +13692,7 @@ declare const VBtn: {
|
|
|
13705
13692
|
text?: string | undefined;
|
|
13706
13693
|
class?: any;
|
|
13707
13694
|
theme?: string | undefined;
|
|
13708
|
-
to?: vue_router.
|
|
13695
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13709
13696
|
icon?: boolean | IconValue | undefined;
|
|
13710
13697
|
href?: string | undefined;
|
|
13711
13698
|
elevation?: string | number | undefined;
|
|
@@ -14618,7 +14605,7 @@ declare const VCard: {
|
|
|
14618
14605
|
text?: string | number | undefined;
|
|
14619
14606
|
class?: any;
|
|
14620
14607
|
theme?: string | undefined;
|
|
14621
|
-
to?: vue_router.
|
|
14608
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
14622
14609
|
href?: string | undefined;
|
|
14623
14610
|
elevation?: string | number | undefined;
|
|
14624
14611
|
rounded?: string | number | boolean | undefined;
|
|
@@ -14695,7 +14682,7 @@ declare const VCard: {
|
|
|
14695
14682
|
text?: string | number | undefined;
|
|
14696
14683
|
class?: any;
|
|
14697
14684
|
theme?: string | undefined;
|
|
14698
|
-
to?: vue_router.
|
|
14685
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
14699
14686
|
href?: string | undefined;
|
|
14700
14687
|
elevation?: string | number | undefined;
|
|
14701
14688
|
rounded?: string | number | boolean | undefined;
|
|
@@ -14806,7 +14793,7 @@ declare const VCard: {
|
|
|
14806
14793
|
text?: string | number | undefined;
|
|
14807
14794
|
class?: any;
|
|
14808
14795
|
theme?: string | undefined;
|
|
14809
|
-
to?: vue_router.
|
|
14796
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
14810
14797
|
href?: string | undefined;
|
|
14811
14798
|
elevation?: string | number | undefined;
|
|
14812
14799
|
rounded?: string | number | boolean | undefined;
|
|
@@ -14903,7 +14890,7 @@ declare const VCard: {
|
|
|
14903
14890
|
text?: string | number | undefined;
|
|
14904
14891
|
class?: any;
|
|
14905
14892
|
theme?: string | undefined;
|
|
14906
|
-
to?: vue_router.
|
|
14893
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
14907
14894
|
href?: string | undefined;
|
|
14908
14895
|
elevation?: string | number | undefined;
|
|
14909
14896
|
rounded?: string | number | boolean | undefined;
|
|
@@ -18487,7 +18474,7 @@ declare const VChip: {
|
|
|
18487
18474
|
text?: string | undefined;
|
|
18488
18475
|
class?: any;
|
|
18489
18476
|
theme?: string | undefined;
|
|
18490
|
-
to?: vue_router.
|
|
18477
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
18491
18478
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
18492
18479
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
18493
18480
|
href?: string | undefined;
|
|
@@ -18595,7 +18582,7 @@ declare const VChip: {
|
|
|
18595
18582
|
text?: string | undefined;
|
|
18596
18583
|
class?: any;
|
|
18597
18584
|
theme?: string | undefined;
|
|
18598
|
-
to?: vue_router.
|
|
18585
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
18599
18586
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
18600
18587
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
18601
18588
|
href?: string | undefined;
|
|
@@ -18741,7 +18728,7 @@ declare const VChip: {
|
|
|
18741
18728
|
text?: string | undefined;
|
|
18742
18729
|
class?: any;
|
|
18743
18730
|
theme?: string | undefined;
|
|
18744
|
-
to?: vue_router.
|
|
18731
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
18745
18732
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
18746
18733
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
18747
18734
|
href?: string | undefined;
|
|
@@ -18870,7 +18857,7 @@ declare const VChip: {
|
|
|
18870
18857
|
text?: string | undefined;
|
|
18871
18858
|
class?: any;
|
|
18872
18859
|
theme?: string | undefined;
|
|
18873
|
-
to?: vue_router.
|
|
18860
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
18874
18861
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
18875
18862
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
18876
18863
|
href?: string | undefined;
|
|
@@ -19731,7 +19718,7 @@ declare const VColorPicker: {
|
|
|
19731
19718
|
};
|
|
19732
19719
|
}>> & {
|
|
19733
19720
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
|
19734
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
|
19721
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
|
19735
19722
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
19736
19723
|
'update:modelValue': (color: any) => true;
|
|
19737
19724
|
'update:mode': (mode: keyof typeof modes) => true;
|
|
@@ -19798,17 +19785,17 @@ declare const VColorPicker: {
|
|
|
19798
19785
|
};
|
|
19799
19786
|
}>> & {
|
|
19800
19787
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
|
19801
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
|
19788
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
|
19802
19789
|
}, {
|
|
19803
19790
|
width: string | number;
|
|
19804
19791
|
style: vue.StyleValue;
|
|
19805
19792
|
disabled: boolean;
|
|
19806
19793
|
tag: string;
|
|
19807
|
-
mode: "rgb" | "hex" | "
|
|
19794
|
+
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
|
19808
19795
|
rounded: string | number | boolean;
|
|
19809
19796
|
tile: boolean;
|
|
19810
19797
|
dotSize: string | number;
|
|
19811
|
-
modes: readonly ("rgb" | "hex" | "
|
|
19798
|
+
modes: readonly ("rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa")[];
|
|
19812
19799
|
canvasHeight: string | number;
|
|
19813
19800
|
hideCanvas: boolean;
|
|
19814
19801
|
hideSliders: boolean;
|
|
@@ -19885,17 +19872,17 @@ declare const VColorPicker: {
|
|
|
19885
19872
|
};
|
|
19886
19873
|
}>> & {
|
|
19887
19874
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
|
19888
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
|
19875
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
|
19889
19876
|
}, {}, {}, {}, {}, {
|
|
19890
19877
|
width: string | number;
|
|
19891
19878
|
style: vue.StyleValue;
|
|
19892
19879
|
disabled: boolean;
|
|
19893
19880
|
tag: string;
|
|
19894
|
-
mode: "rgb" | "hex" | "
|
|
19881
|
+
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
|
19895
19882
|
rounded: string | number | boolean;
|
|
19896
19883
|
tile: boolean;
|
|
19897
19884
|
dotSize: string | number;
|
|
19898
|
-
modes: readonly ("rgb" | "hex" | "
|
|
19885
|
+
modes: readonly ("rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa")[];
|
|
19899
19886
|
canvasHeight: string | number;
|
|
19900
19887
|
hideCanvas: boolean;
|
|
19901
19888
|
hideSliders: boolean;
|
|
@@ -19969,7 +19956,7 @@ declare const VColorPicker: {
|
|
|
19969
19956
|
};
|
|
19970
19957
|
}>> & {
|
|
19971
19958
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
|
19972
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
|
19959
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
|
19973
19960
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
19974
19961
|
'update:modelValue': (color: any) => true;
|
|
19975
19962
|
'update:mode': (mode: keyof typeof modes) => true;
|
|
@@ -19978,11 +19965,11 @@ declare const VColorPicker: {
|
|
|
19978
19965
|
style: vue.StyleValue;
|
|
19979
19966
|
disabled: boolean;
|
|
19980
19967
|
tag: string;
|
|
19981
|
-
mode: "rgb" | "hex" | "
|
|
19968
|
+
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
|
19982
19969
|
rounded: string | number | boolean;
|
|
19983
19970
|
tile: boolean;
|
|
19984
19971
|
dotSize: string | number;
|
|
19985
|
-
modes: readonly ("rgb" | "hex" | "
|
|
19972
|
+
modes: readonly ("rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa")[];
|
|
19986
19973
|
canvasHeight: string | number;
|
|
19987
19974
|
hideCanvas: boolean;
|
|
19988
19975
|
hideSliders: boolean;
|
|
@@ -20145,7 +20132,6 @@ declare const VCombobox: {
|
|
|
20145
20132
|
rules: readonly ValidationRule$1[];
|
|
20146
20133
|
tile: boolean;
|
|
20147
20134
|
density: Density;
|
|
20148
|
-
valueComparator: typeof deepEqual;
|
|
20149
20135
|
clearIcon: IconValue;
|
|
20150
20136
|
hideSpinButtons: boolean;
|
|
20151
20137
|
persistentHint: boolean;
|
|
@@ -20189,6 +20175,7 @@ declare const VCombobox: {
|
|
|
20189
20175
|
bgColor?: string | undefined;
|
|
20190
20176
|
prependIcon?: IconValue | undefined;
|
|
20191
20177
|
appendIcon?: IconValue | undefined;
|
|
20178
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
20192
20179
|
prependInnerIcon?: IconValue | undefined;
|
|
20193
20180
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
20194
20181
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -20215,7 +20202,6 @@ declare const VCombobox: {
|
|
|
20215
20202
|
tile: boolean;
|
|
20216
20203
|
density: Density;
|
|
20217
20204
|
slim: boolean;
|
|
20218
|
-
valueComparator: typeof deepEqual;
|
|
20219
20205
|
activatable: boolean;
|
|
20220
20206
|
selectable: boolean;
|
|
20221
20207
|
selectStrategy: SelectStrategyProp;
|
|
@@ -20233,7 +20219,6 @@ declare const VCombobox: {
|
|
|
20233
20219
|
tile: boolean;
|
|
20234
20220
|
density: Density;
|
|
20235
20221
|
slim: boolean;
|
|
20236
|
-
valueComparator: typeof deepEqual;
|
|
20237
20222
|
activatable: boolean;
|
|
20238
20223
|
selectable: boolean;
|
|
20239
20224
|
selectStrategy: SelectStrategyProp;
|
|
@@ -20256,6 +20241,7 @@ declare const VCombobox: {
|
|
|
20256
20241
|
baseColor?: string | undefined;
|
|
20257
20242
|
bgColor?: string | undefined;
|
|
20258
20243
|
activeColor?: string | undefined;
|
|
20244
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
20259
20245
|
activeClass?: string | undefined;
|
|
20260
20246
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
20261
20247
|
collapseIcon?: IconValue | undefined;
|
|
@@ -20277,7 +20263,6 @@ declare const VCombobox: {
|
|
|
20277
20263
|
tile: boolean;
|
|
20278
20264
|
density: Density;
|
|
20279
20265
|
slim: boolean;
|
|
20280
|
-
valueComparator: typeof deepEqual;
|
|
20281
20266
|
activatable: boolean;
|
|
20282
20267
|
selectable: boolean;
|
|
20283
20268
|
selectStrategy: SelectStrategyProp;
|
|
@@ -20301,6 +20286,7 @@ declare const VCombobox: {
|
|
|
20301
20286
|
baseColor?: string | undefined;
|
|
20302
20287
|
bgColor?: string | undefined;
|
|
20303
20288
|
activeColor?: string | undefined;
|
|
20289
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
20304
20290
|
activeClass?: string | undefined;
|
|
20305
20291
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
20306
20292
|
collapseIcon?: IconValue | undefined;
|
|
@@ -20312,7 +20298,7 @@ declare const VCombobox: {
|
|
|
20312
20298
|
value: boolean;
|
|
20313
20299
|
path: unknown[];
|
|
20314
20300
|
}) => any) | undefined;
|
|
20315
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
20301
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
20316
20302
|
items?: readonly any[] | undefined;
|
|
20317
20303
|
itemTitle?: SelectItemKey<any>;
|
|
20318
20304
|
itemValue?: SelectItemKey<any>;
|
|
@@ -20640,7 +20626,6 @@ declare const VCombobox: {
|
|
|
20640
20626
|
rules: readonly ValidationRule$1[];
|
|
20641
20627
|
tile: boolean;
|
|
20642
20628
|
density: Density;
|
|
20643
|
-
valueComparator: typeof deepEqual;
|
|
20644
20629
|
clearIcon: IconValue;
|
|
20645
20630
|
hideSpinButtons: boolean;
|
|
20646
20631
|
persistentHint: boolean;
|
|
@@ -20684,6 +20669,7 @@ declare const VCombobox: {
|
|
|
20684
20669
|
bgColor?: string | undefined;
|
|
20685
20670
|
prependIcon?: IconValue | undefined;
|
|
20686
20671
|
appendIcon?: IconValue | undefined;
|
|
20672
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
20687
20673
|
prependInnerIcon?: IconValue | undefined;
|
|
20688
20674
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
20689
20675
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -20710,7 +20696,6 @@ declare const VCombobox: {
|
|
|
20710
20696
|
tile: boolean;
|
|
20711
20697
|
density: Density;
|
|
20712
20698
|
slim: boolean;
|
|
20713
|
-
valueComparator: typeof deepEqual;
|
|
20714
20699
|
activatable: boolean;
|
|
20715
20700
|
selectable: boolean;
|
|
20716
20701
|
selectStrategy: SelectStrategyProp;
|
|
@@ -20728,7 +20713,6 @@ declare const VCombobox: {
|
|
|
20728
20713
|
tile: boolean;
|
|
20729
20714
|
density: Density;
|
|
20730
20715
|
slim: boolean;
|
|
20731
|
-
valueComparator: typeof deepEqual;
|
|
20732
20716
|
activatable: boolean;
|
|
20733
20717
|
selectable: boolean;
|
|
20734
20718
|
selectStrategy: SelectStrategyProp;
|
|
@@ -20751,6 +20735,7 @@ declare const VCombobox: {
|
|
|
20751
20735
|
baseColor?: string | undefined;
|
|
20752
20736
|
bgColor?: string | undefined;
|
|
20753
20737
|
activeColor?: string | undefined;
|
|
20738
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
20754
20739
|
activeClass?: string | undefined;
|
|
20755
20740
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
20756
20741
|
collapseIcon?: IconValue | undefined;
|
|
@@ -20772,7 +20757,6 @@ declare const VCombobox: {
|
|
|
20772
20757
|
tile: boolean;
|
|
20773
20758
|
density: Density;
|
|
20774
20759
|
slim: boolean;
|
|
20775
|
-
valueComparator: typeof deepEqual;
|
|
20776
20760
|
activatable: boolean;
|
|
20777
20761
|
selectable: boolean;
|
|
20778
20762
|
selectStrategy: SelectStrategyProp;
|
|
@@ -20796,6 +20780,7 @@ declare const VCombobox: {
|
|
|
20796
20780
|
baseColor?: string | undefined;
|
|
20797
20781
|
bgColor?: string | undefined;
|
|
20798
20782
|
activeColor?: string | undefined;
|
|
20783
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
20799
20784
|
activeClass?: string | undefined;
|
|
20800
20785
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
20801
20786
|
collapseIcon?: IconValue | undefined;
|
|
@@ -20807,7 +20792,7 @@ declare const VCombobox: {
|
|
|
20807
20792
|
value: boolean;
|
|
20808
20793
|
path: unknown[];
|
|
20809
20794
|
}) => any) | undefined;
|
|
20810
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
20795
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
20811
20796
|
items?: readonly any[] | undefined;
|
|
20812
20797
|
itemTitle?: SelectItemKey<any>;
|
|
20813
20798
|
itemValue?: SelectItemKey<any>;
|
|
@@ -21131,7 +21116,6 @@ declare const VCombobox: {
|
|
|
21131
21116
|
rounded: string | number | boolean;
|
|
21132
21117
|
tile: boolean;
|
|
21133
21118
|
density: Density;
|
|
21134
|
-
valueComparator: typeof deepEqual;
|
|
21135
21119
|
clearIcon: IconValue;
|
|
21136
21120
|
centerAffix: boolean;
|
|
21137
21121
|
hideSpinButtons: boolean;
|
|
@@ -21219,7 +21203,6 @@ declare const VCombobox: {
|
|
|
21219
21203
|
rules: readonly ValidationRule$1[];
|
|
21220
21204
|
tile: boolean;
|
|
21221
21205
|
density: Density;
|
|
21222
|
-
valueComparator: typeof deepEqual;
|
|
21223
21206
|
clearIcon: IconValue;
|
|
21224
21207
|
hideSpinButtons: boolean;
|
|
21225
21208
|
persistentHint: boolean;
|
|
@@ -21263,6 +21246,7 @@ declare const VCombobox: {
|
|
|
21263
21246
|
bgColor?: string | undefined;
|
|
21264
21247
|
prependIcon?: IconValue | undefined;
|
|
21265
21248
|
appendIcon?: IconValue | undefined;
|
|
21249
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
21266
21250
|
prependInnerIcon?: IconValue | undefined;
|
|
21267
21251
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
21268
21252
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -21289,7 +21273,6 @@ declare const VCombobox: {
|
|
|
21289
21273
|
tile: boolean;
|
|
21290
21274
|
density: Density;
|
|
21291
21275
|
slim: boolean;
|
|
21292
|
-
valueComparator: typeof deepEqual;
|
|
21293
21276
|
activatable: boolean;
|
|
21294
21277
|
selectable: boolean;
|
|
21295
21278
|
selectStrategy: SelectStrategyProp;
|
|
@@ -21307,7 +21290,6 @@ declare const VCombobox: {
|
|
|
21307
21290
|
tile: boolean;
|
|
21308
21291
|
density: Density;
|
|
21309
21292
|
slim: boolean;
|
|
21310
|
-
valueComparator: typeof deepEqual;
|
|
21311
21293
|
activatable: boolean;
|
|
21312
21294
|
selectable: boolean;
|
|
21313
21295
|
selectStrategy: SelectStrategyProp;
|
|
@@ -21330,6 +21312,7 @@ declare const VCombobox: {
|
|
|
21330
21312
|
baseColor?: string | undefined;
|
|
21331
21313
|
bgColor?: string | undefined;
|
|
21332
21314
|
activeColor?: string | undefined;
|
|
21315
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
21333
21316
|
activeClass?: string | undefined;
|
|
21334
21317
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
21335
21318
|
collapseIcon?: IconValue | undefined;
|
|
@@ -21351,7 +21334,6 @@ declare const VCombobox: {
|
|
|
21351
21334
|
tile: boolean;
|
|
21352
21335
|
density: Density;
|
|
21353
21336
|
slim: boolean;
|
|
21354
|
-
valueComparator: typeof deepEqual;
|
|
21355
21337
|
activatable: boolean;
|
|
21356
21338
|
selectable: boolean;
|
|
21357
21339
|
selectStrategy: SelectStrategyProp;
|
|
@@ -21375,6 +21357,7 @@ declare const VCombobox: {
|
|
|
21375
21357
|
baseColor?: string | undefined;
|
|
21376
21358
|
bgColor?: string | undefined;
|
|
21377
21359
|
activeColor?: string | undefined;
|
|
21360
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
21378
21361
|
activeClass?: string | undefined;
|
|
21379
21362
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
21380
21363
|
collapseIcon?: IconValue | undefined;
|
|
@@ -21386,7 +21369,7 @@ declare const VCombobox: {
|
|
|
21386
21369
|
value: boolean;
|
|
21387
21370
|
path: unknown[];
|
|
21388
21371
|
}) => any) | undefined;
|
|
21389
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
21372
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
21390
21373
|
items?: readonly any[] | undefined;
|
|
21391
21374
|
itemTitle?: SelectItemKey<any>;
|
|
21392
21375
|
itemValue?: SelectItemKey<any>;
|
|
@@ -21710,7 +21693,6 @@ declare const VCombobox: {
|
|
|
21710
21693
|
rounded: string | number | boolean;
|
|
21711
21694
|
tile: boolean;
|
|
21712
21695
|
density: Density;
|
|
21713
|
-
valueComparator: typeof deepEqual;
|
|
21714
21696
|
clearIcon: IconValue;
|
|
21715
21697
|
centerAffix: boolean;
|
|
21716
21698
|
hideSpinButtons: boolean;
|
|
@@ -21763,7 +21745,6 @@ declare const VCombobox: {
|
|
|
21763
21745
|
rules: readonly ValidationRule$1[];
|
|
21764
21746
|
tile: boolean;
|
|
21765
21747
|
density: Density;
|
|
21766
|
-
valueComparator: typeof deepEqual;
|
|
21767
21748
|
clearIcon: IconValue;
|
|
21768
21749
|
hideSpinButtons: boolean;
|
|
21769
21750
|
persistentHint: boolean;
|
|
@@ -21807,6 +21788,7 @@ declare const VCombobox: {
|
|
|
21807
21788
|
bgColor?: string | undefined;
|
|
21808
21789
|
prependIcon?: IconValue | undefined;
|
|
21809
21790
|
appendIcon?: IconValue | undefined;
|
|
21791
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
21810
21792
|
prependInnerIcon?: IconValue | undefined;
|
|
21811
21793
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
21812
21794
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -21833,7 +21815,6 @@ declare const VCombobox: {
|
|
|
21833
21815
|
tile: boolean;
|
|
21834
21816
|
density: Density;
|
|
21835
21817
|
slim: boolean;
|
|
21836
|
-
valueComparator: typeof deepEqual;
|
|
21837
21818
|
activatable: boolean;
|
|
21838
21819
|
selectable: boolean;
|
|
21839
21820
|
selectStrategy: SelectStrategyProp;
|
|
@@ -21851,7 +21832,6 @@ declare const VCombobox: {
|
|
|
21851
21832
|
tile: boolean;
|
|
21852
21833
|
density: Density;
|
|
21853
21834
|
slim: boolean;
|
|
21854
|
-
valueComparator: typeof deepEqual;
|
|
21855
21835
|
activatable: boolean;
|
|
21856
21836
|
selectable: boolean;
|
|
21857
21837
|
selectStrategy: SelectStrategyProp;
|
|
@@ -21874,6 +21854,7 @@ declare const VCombobox: {
|
|
|
21874
21854
|
baseColor?: string | undefined;
|
|
21875
21855
|
bgColor?: string | undefined;
|
|
21876
21856
|
activeColor?: string | undefined;
|
|
21857
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
21877
21858
|
activeClass?: string | undefined;
|
|
21878
21859
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
21879
21860
|
collapseIcon?: IconValue | undefined;
|
|
@@ -21895,7 +21876,6 @@ declare const VCombobox: {
|
|
|
21895
21876
|
tile: boolean;
|
|
21896
21877
|
density: Density;
|
|
21897
21878
|
slim: boolean;
|
|
21898
|
-
valueComparator: typeof deepEqual;
|
|
21899
21879
|
activatable: boolean;
|
|
21900
21880
|
selectable: boolean;
|
|
21901
21881
|
selectStrategy: SelectStrategyProp;
|
|
@@ -21919,6 +21899,7 @@ declare const VCombobox: {
|
|
|
21919
21899
|
baseColor?: string | undefined;
|
|
21920
21900
|
bgColor?: string | undefined;
|
|
21921
21901
|
activeColor?: string | undefined;
|
|
21902
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
21922
21903
|
activeClass?: string | undefined;
|
|
21923
21904
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
21924
21905
|
collapseIcon?: IconValue | undefined;
|
|
@@ -21930,7 +21911,7 @@ declare const VCombobox: {
|
|
|
21930
21911
|
value: boolean;
|
|
21931
21912
|
path: unknown[];
|
|
21932
21913
|
}) => any) | undefined;
|
|
21933
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
21914
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
21934
21915
|
items?: readonly any[] | undefined;
|
|
21935
21916
|
itemTitle?: SelectItemKey<any>;
|
|
21936
21917
|
itemValue?: SelectItemKey<any>;
|
|
@@ -22259,7 +22240,6 @@ declare const VCombobox: {
|
|
|
22259
22240
|
rounded: string | number | boolean;
|
|
22260
22241
|
tile: boolean;
|
|
22261
22242
|
density: Density;
|
|
22262
|
-
valueComparator: typeof deepEqual;
|
|
22263
22243
|
clearIcon: IconValue;
|
|
22264
22244
|
centerAffix: boolean;
|
|
22265
22245
|
hideSpinButtons: boolean;
|
|
@@ -22494,10 +22474,7 @@ declare const VCombobox: {
|
|
|
22494
22474
|
type: PropType<boolean>;
|
|
22495
22475
|
default: boolean;
|
|
22496
22476
|
};
|
|
22497
|
-
valueComparator:
|
|
22498
|
-
type: PropType<typeof deepEqual>;
|
|
22499
|
-
default: typeof deepEqual;
|
|
22500
|
-
};
|
|
22477
|
+
valueComparator: PropType<typeof deepEqual>;
|
|
22501
22478
|
chips: BooleanConstructor;
|
|
22502
22479
|
closableChips: BooleanConstructor;
|
|
22503
22480
|
closeText: {
|
|
@@ -22704,10 +22681,7 @@ declare const VCombobox: {
|
|
|
22704
22681
|
type: PropType<boolean>;
|
|
22705
22682
|
default: boolean;
|
|
22706
22683
|
};
|
|
22707
|
-
valueComparator:
|
|
22708
|
-
type: PropType<typeof deepEqual>;
|
|
22709
|
-
default: typeof deepEqual;
|
|
22710
|
-
};
|
|
22684
|
+
valueComparator: PropType<typeof deepEqual>;
|
|
22711
22685
|
chips: BooleanConstructor;
|
|
22712
22686
|
closableChips: BooleanConstructor;
|
|
22713
22687
|
closeText: {
|
|
@@ -27468,7 +27442,6 @@ declare const VDatePicker: {
|
|
|
27468
27442
|
bgColor?: string | undefined;
|
|
27469
27443
|
firstDayOfWeek?: string | number | undefined;
|
|
27470
27444
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
27471
|
-
displayValue?: unknown;
|
|
27472
27445
|
} & {
|
|
27473
27446
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
|
27474
27447
|
"onUpdate:year"?: ((date: any) => any) | undefined;
|
|
@@ -27522,7 +27495,6 @@ declare const VDatePicker: {
|
|
|
27522
27495
|
bgColor?: string | undefined;
|
|
27523
27496
|
firstDayOfWeek?: string | number | undefined;
|
|
27524
27497
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
27525
|
-
displayValue?: unknown;
|
|
27526
27498
|
} & {
|
|
27527
27499
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
|
27528
27500
|
"onUpdate:year"?: ((date: any) => any) | undefined;
|
|
@@ -27608,7 +27580,6 @@ declare const VDatePicker: {
|
|
|
27608
27580
|
bgColor?: string | undefined;
|
|
27609
27581
|
firstDayOfWeek?: string | number | undefined;
|
|
27610
27582
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
27611
|
-
displayValue?: unknown;
|
|
27612
27583
|
} & {
|
|
27613
27584
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
|
27614
27585
|
"onUpdate:year"?: ((date: any) => any) | undefined;
|
|
@@ -27683,7 +27654,6 @@ declare const VDatePicker: {
|
|
|
27683
27654
|
bgColor?: string | undefined;
|
|
27684
27655
|
firstDayOfWeek?: string | number | undefined;
|
|
27685
27656
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
27686
|
-
displayValue?: unknown;
|
|
27687
27657
|
} & {
|
|
27688
27658
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
|
27689
27659
|
"onUpdate:year"?: ((date: any) => any) | undefined;
|
|
@@ -27771,9 +27741,10 @@ declare const VDatePicker: {
|
|
|
27771
27741
|
max: vue.PropType<unknown>;
|
|
27772
27742
|
min: vue.PropType<unknown>;
|
|
27773
27743
|
year: NumberConstructor;
|
|
27774
|
-
|
|
27775
|
-
|
|
27776
|
-
|
|
27744
|
+
disabled: {
|
|
27745
|
+
type: BooleanConstructor;
|
|
27746
|
+
default: null;
|
|
27747
|
+
};
|
|
27777
27748
|
month: (StringConstructor | NumberConstructor)[];
|
|
27778
27749
|
showAdjacentMonths: BooleanConstructor;
|
|
27779
27750
|
weekdays: {
|
|
@@ -27803,6 +27774,7 @@ declare const VDatePicker: {
|
|
|
27803
27774
|
default: NonNullable<"static" | "dynamic">;
|
|
27804
27775
|
};
|
|
27805
27776
|
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
|
27777
|
+
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
27806
27778
|
hideWeekdays: BooleanConstructor;
|
|
27807
27779
|
multiple: vue.PropType<boolean | "range" | number | (string & {})>;
|
|
27808
27780
|
showWeek: BooleanConstructor;
|
|
@@ -27883,9 +27855,10 @@ declare const VDatePicker: {
|
|
|
27883
27855
|
max: vue.PropType<unknown>;
|
|
27884
27856
|
min: vue.PropType<unknown>;
|
|
27885
27857
|
year: NumberConstructor;
|
|
27886
|
-
|
|
27887
|
-
|
|
27888
|
-
|
|
27858
|
+
disabled: {
|
|
27859
|
+
type: BooleanConstructor;
|
|
27860
|
+
default: null;
|
|
27861
|
+
};
|
|
27889
27862
|
month: (StringConstructor | NumberConstructor)[];
|
|
27890
27863
|
showAdjacentMonths: BooleanConstructor;
|
|
27891
27864
|
weekdays: {
|
|
@@ -27915,6 +27888,7 @@ declare const VDatePicker: {
|
|
|
27915
27888
|
default: NonNullable<"static" | "dynamic">;
|
|
27916
27889
|
};
|
|
27917
27890
|
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
|
27891
|
+
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
27918
27892
|
hideWeekdays: BooleanConstructor;
|
|
27919
27893
|
multiple: vue.PropType<boolean | "range" | number | (string & {})>;
|
|
27920
27894
|
showWeek: BooleanConstructor;
|
|
@@ -27956,7 +27930,7 @@ type VDatePicker = InstanceType<typeof VDatePicker>;
|
|
|
27956
27930
|
|
|
27957
27931
|
declare const VDatePickerControls: {
|
|
27958
27932
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
27959
|
-
disabled: string | boolean | string[];
|
|
27933
|
+
disabled: string | boolean | string[] | null;
|
|
27960
27934
|
nextIcon: IconValue;
|
|
27961
27935
|
prevIcon: IconValue;
|
|
27962
27936
|
modeIcon: IconValue;
|
|
@@ -27986,7 +27960,7 @@ declare const VDatePickerControls: {
|
|
|
27986
27960
|
'click:next': () => true;
|
|
27987
27961
|
'click:text': () => true;
|
|
27988
27962
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
27989
|
-
disabled: string | boolean | string[];
|
|
27963
|
+
disabled: string | boolean | string[] | null;
|
|
27990
27964
|
nextIcon: IconValue;
|
|
27991
27965
|
prevIcon: IconValue;
|
|
27992
27966
|
modeIcon: IconValue;
|
|
@@ -28011,7 +27985,7 @@ declare const VDatePickerControls: {
|
|
|
28011
27985
|
"onClick:text"?: (() => any) | undefined;
|
|
28012
27986
|
}, {
|
|
28013
27987
|
active: string | string[];
|
|
28014
|
-
disabled: string | boolean | string[];
|
|
27988
|
+
disabled: string | boolean | string[] | null;
|
|
28015
27989
|
nextIcon: IconValue;
|
|
28016
27990
|
prevIcon: IconValue;
|
|
28017
27991
|
modeIcon: IconValue;
|
|
@@ -28026,7 +28000,7 @@ declare const VDatePickerControls: {
|
|
|
28026
28000
|
M: {};
|
|
28027
28001
|
Defaults: {};
|
|
28028
28002
|
}, {
|
|
28029
|
-
disabled: string | boolean | string[];
|
|
28003
|
+
disabled: string | boolean | string[] | null;
|
|
28030
28004
|
nextIcon: IconValue;
|
|
28031
28005
|
prevIcon: IconValue;
|
|
28032
28006
|
modeIcon: IconValue;
|
|
@@ -28051,7 +28025,7 @@ declare const VDatePickerControls: {
|
|
|
28051
28025
|
"onClick:text"?: (() => any) | undefined;
|
|
28052
28026
|
}, {}, {}, {}, {}, {
|
|
28053
28027
|
active: string | string[];
|
|
28054
|
-
disabled: string | boolean | string[];
|
|
28028
|
+
disabled: string | boolean | string[] | null;
|
|
28055
28029
|
nextIcon: IconValue;
|
|
28056
28030
|
prevIcon: IconValue;
|
|
28057
28031
|
modeIcon: IconValue;
|
|
@@ -28061,7 +28035,7 @@ declare const VDatePickerControls: {
|
|
|
28061
28035
|
__isTeleport?: never;
|
|
28062
28036
|
__isSuspense?: never;
|
|
28063
28037
|
} & vue.ComponentOptionsBase<{
|
|
28064
|
-
disabled: string | boolean | string[];
|
|
28038
|
+
disabled: string | boolean | string[] | null;
|
|
28065
28039
|
nextIcon: IconValue;
|
|
28066
28040
|
prevIcon: IconValue;
|
|
28067
28041
|
modeIcon: IconValue;
|
|
@@ -28092,7 +28066,7 @@ declare const VDatePickerControls: {
|
|
|
28092
28066
|
'click:text': () => true;
|
|
28093
28067
|
}, string, {
|
|
28094
28068
|
active: string | string[];
|
|
28095
|
-
disabled: string | boolean | string[];
|
|
28069
|
+
disabled: string | boolean | string[] | null;
|
|
28096
28070
|
nextIcon: IconValue;
|
|
28097
28071
|
prevIcon: IconValue;
|
|
28098
28072
|
modeIcon: IconValue;
|
|
@@ -28105,8 +28079,8 @@ declare const VDatePickerControls: {
|
|
|
28105
28079
|
default: undefined;
|
|
28106
28080
|
};
|
|
28107
28081
|
disabled: {
|
|
28108
|
-
type: PropType<boolean | string | string[]>;
|
|
28109
|
-
default:
|
|
28082
|
+
type: PropType<boolean | string | string[] | null>;
|
|
28083
|
+
default: null;
|
|
28110
28084
|
};
|
|
28111
28085
|
nextIcon: {
|
|
28112
28086
|
type: PropType<IconValue>;
|
|
@@ -28131,8 +28105,8 @@ declare const VDatePickerControls: {
|
|
|
28131
28105
|
default: undefined;
|
|
28132
28106
|
};
|
|
28133
28107
|
disabled: {
|
|
28134
|
-
type: PropType<boolean | string | string[]>;
|
|
28135
|
-
default:
|
|
28108
|
+
type: PropType<boolean | string | string[] | null>;
|
|
28109
|
+
default: null;
|
|
28136
28110
|
};
|
|
28137
28111
|
nextIcon: {
|
|
28138
28112
|
type: PropType<IconValue>;
|
|
@@ -28311,7 +28285,6 @@ declare const VDatePickerMonth: {
|
|
|
28311
28285
|
modelValue?: unknown[] | undefined;
|
|
28312
28286
|
firstDayOfWeek?: string | number | undefined;
|
|
28313
28287
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
28314
|
-
displayValue?: unknown;
|
|
28315
28288
|
} & {
|
|
28316
28289
|
$children?: {} | vue.VNodeChild | {
|
|
28317
28290
|
day?: ((arg: {
|
|
@@ -28366,7 +28339,6 @@ declare const VDatePickerMonth: {
|
|
|
28366
28339
|
modelValue?: unknown[] | undefined;
|
|
28367
28340
|
firstDayOfWeek?: string | number | undefined;
|
|
28368
28341
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
28369
|
-
displayValue?: unknown;
|
|
28370
28342
|
} & {
|
|
28371
28343
|
$children?: {} | vue.VNodeChild | {
|
|
28372
28344
|
day?: ((arg: {
|
|
@@ -28441,7 +28413,6 @@ declare const VDatePickerMonth: {
|
|
|
28441
28413
|
modelValue?: unknown[] | undefined;
|
|
28442
28414
|
firstDayOfWeek?: string | number | undefined;
|
|
28443
28415
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
28444
|
-
displayValue?: unknown;
|
|
28445
28416
|
} & {
|
|
28446
28417
|
$children?: {} | vue.VNodeChild | {
|
|
28447
28418
|
day?: ((arg: {
|
|
@@ -28505,7 +28476,6 @@ declare const VDatePickerMonth: {
|
|
|
28505
28476
|
modelValue?: unknown[] | undefined;
|
|
28506
28477
|
firstDayOfWeek?: string | number | undefined;
|
|
28507
28478
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
28508
|
-
displayValue?: unknown;
|
|
28509
28479
|
} & {
|
|
28510
28480
|
$children?: {} | vue.VNodeChild | {
|
|
28511
28481
|
day?: ((arg: {
|
|
@@ -28559,15 +28529,16 @@ declare const VDatePickerMonth: {
|
|
|
28559
28529
|
i: number;
|
|
28560
28530
|
}) => vue.VNode[];
|
|
28561
28531
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
28562
|
-
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
28563
|
-
disabled: BooleanConstructor;
|
|
28564
|
-
displayValue: PropType<unknown>;
|
|
28565
|
-
modelValue: PropType<unknown[]>;
|
|
28566
|
-
month: (StringConstructor | NumberConstructor)[];
|
|
28567
28532
|
max: PropType<unknown>;
|
|
28568
28533
|
min: PropType<unknown>;
|
|
28569
|
-
|
|
28534
|
+
disabled: {
|
|
28535
|
+
type: BooleanConstructor;
|
|
28536
|
+
default: null;
|
|
28537
|
+
};
|
|
28538
|
+
month: (StringConstructor | NumberConstructor)[];
|
|
28570
28539
|
year: (StringConstructor | NumberConstructor)[];
|
|
28540
|
+
modelValue: PropType<unknown[]>;
|
|
28541
|
+
showAdjacentMonths: BooleanConstructor;
|
|
28571
28542
|
weekdays: {
|
|
28572
28543
|
type: {
|
|
28573
28544
|
(arrayLength: number): number[];
|
|
@@ -28592,6 +28563,7 @@ declare const VDatePickerMonth: {
|
|
|
28592
28563
|
default: string;
|
|
28593
28564
|
};
|
|
28594
28565
|
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
|
28566
|
+
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
28595
28567
|
color: StringConstructor;
|
|
28596
28568
|
hideWeekdays: BooleanConstructor;
|
|
28597
28569
|
multiple: PropType<boolean | "range" | number | (string & {})>;
|
|
@@ -28605,15 +28577,16 @@ declare const VDatePickerMonth: {
|
|
|
28605
28577
|
default: string;
|
|
28606
28578
|
};
|
|
28607
28579
|
}, vue.ExtractPropTypes<{
|
|
28608
|
-
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
28609
|
-
disabled: BooleanConstructor;
|
|
28610
|
-
displayValue: PropType<unknown>;
|
|
28611
|
-
modelValue: PropType<unknown[]>;
|
|
28612
|
-
month: (StringConstructor | NumberConstructor)[];
|
|
28613
28580
|
max: PropType<unknown>;
|
|
28614
28581
|
min: PropType<unknown>;
|
|
28615
|
-
|
|
28582
|
+
disabled: {
|
|
28583
|
+
type: BooleanConstructor;
|
|
28584
|
+
default: null;
|
|
28585
|
+
};
|
|
28586
|
+
month: (StringConstructor | NumberConstructor)[];
|
|
28616
28587
|
year: (StringConstructor | NumberConstructor)[];
|
|
28588
|
+
modelValue: PropType<unknown[]>;
|
|
28589
|
+
showAdjacentMonths: BooleanConstructor;
|
|
28617
28590
|
weekdays: {
|
|
28618
28591
|
type: {
|
|
28619
28592
|
(arrayLength: number): number[];
|
|
@@ -28638,6 +28611,7 @@ declare const VDatePickerMonth: {
|
|
|
28638
28611
|
default: string;
|
|
28639
28612
|
};
|
|
28640
28613
|
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
|
28614
|
+
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
28641
28615
|
color: StringConstructor;
|
|
28642
28616
|
hideWeekdays: BooleanConstructor;
|
|
28643
28617
|
multiple: PropType<boolean | "range" | number | (string & {})>;
|
|
@@ -29745,7 +29719,7 @@ declare const VDialog: {
|
|
|
29745
29719
|
};
|
|
29746
29720
|
$forceUpdate: () => void;
|
|
29747
29721
|
$nextTick: typeof nextTick;
|
|
29748
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
29722
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
29749
29723
|
} & Omit<{
|
|
29750
29724
|
absolute: boolean;
|
|
29751
29725
|
location: Anchor;
|
|
@@ -30431,7 +30405,7 @@ declare const VDialog: {
|
|
|
30431
30405
|
};
|
|
30432
30406
|
$forceUpdate: () => void;
|
|
30433
30407
|
$nextTick: typeof nextTick;
|
|
30434
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
30408
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
30435
30409
|
} & Omit<{
|
|
30436
30410
|
absolute: boolean;
|
|
30437
30411
|
location: Anchor;
|
|
@@ -31016,7 +30990,7 @@ declare const VDialog: {
|
|
|
31016
30990
|
};
|
|
31017
30991
|
$forceUpdate: () => void;
|
|
31018
30992
|
$nextTick: typeof nextTick;
|
|
31019
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
30993
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
31020
30994
|
} & Omit<{
|
|
31021
30995
|
absolute: boolean;
|
|
31022
30996
|
location: Anchor;
|
|
@@ -33038,7 +33012,7 @@ declare const VFab: {
|
|
|
33038
33012
|
text?: string | undefined;
|
|
33039
33013
|
class?: any;
|
|
33040
33014
|
theme?: string | undefined;
|
|
33041
|
-
to?: vue_router.
|
|
33015
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
33042
33016
|
icon?: boolean | IconValue | undefined;
|
|
33043
33017
|
href?: string | undefined;
|
|
33044
33018
|
elevation?: string | number | undefined;
|
|
@@ -33109,7 +33083,7 @@ declare const VFab: {
|
|
|
33109
33083
|
text?: string | undefined;
|
|
33110
33084
|
class?: any;
|
|
33111
33085
|
theme?: string | undefined;
|
|
33112
|
-
to?: vue_router.
|
|
33086
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
33113
33087
|
icon?: boolean | IconValue | undefined;
|
|
33114
33088
|
href?: string | undefined;
|
|
33115
33089
|
elevation?: string | number | undefined;
|
|
@@ -33219,7 +33193,7 @@ declare const VFab: {
|
|
|
33219
33193
|
text?: string | undefined;
|
|
33220
33194
|
class?: any;
|
|
33221
33195
|
theme?: string | undefined;
|
|
33222
|
-
to?: vue_router.
|
|
33196
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
33223
33197
|
icon?: boolean | IconValue | undefined;
|
|
33224
33198
|
href?: string | undefined;
|
|
33225
33199
|
elevation?: string | number | undefined;
|
|
@@ -33324,7 +33298,7 @@ declare const VFab: {
|
|
|
33324
33298
|
text?: string | undefined;
|
|
33325
33299
|
class?: any;
|
|
33326
33300
|
theme?: string | undefined;
|
|
33327
|
-
to?: vue_router.
|
|
33301
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
33328
33302
|
icon?: boolean | IconValue | undefined;
|
|
33329
33303
|
href?: string | undefined;
|
|
33330
33304
|
elevation?: string | number | undefined;
|
|
@@ -34036,7 +34010,7 @@ declare const VFileInput: {
|
|
|
34036
34010
|
};
|
|
34037
34011
|
$forceUpdate: () => void;
|
|
34038
34012
|
$nextTick: typeof nextTick;
|
|
34039
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
34013
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
34040
34014
|
} & Omit<{
|
|
34041
34015
|
error: boolean;
|
|
34042
34016
|
direction: "horizontal" | "vertical";
|
|
@@ -34608,7 +34582,7 @@ declare const VFileInput: {
|
|
|
34608
34582
|
};
|
|
34609
34583
|
$forceUpdate: () => void;
|
|
34610
34584
|
$nextTick: typeof nextTick;
|
|
34611
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
34585
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
34612
34586
|
} & Omit<{
|
|
34613
34587
|
error: boolean;
|
|
34614
34588
|
direction: "horizontal" | "vertical";
|
|
@@ -35015,7 +34989,7 @@ declare const VFileInput: {
|
|
|
35015
34989
|
};
|
|
35016
34990
|
$forceUpdate: () => void;
|
|
35017
34991
|
$nextTick: typeof nextTick;
|
|
35018
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
34992
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
35019
34993
|
} & Omit<{
|
|
35020
34994
|
error: boolean;
|
|
35021
34995
|
direction: "horizontal" | "vertical";
|
|
@@ -44535,7 +44509,6 @@ declare const VSelect: {
|
|
|
44535
44509
|
rules: readonly ValidationRule$1[];
|
|
44536
44510
|
tile: boolean;
|
|
44537
44511
|
density: Density;
|
|
44538
|
-
valueComparator: typeof deepEqual;
|
|
44539
44512
|
clearIcon: IconValue;
|
|
44540
44513
|
hideSpinButtons: boolean;
|
|
44541
44514
|
persistentHint: boolean;
|
|
@@ -44574,6 +44547,7 @@ declare const VSelect: {
|
|
|
44574
44547
|
bgColor?: string | undefined;
|
|
44575
44548
|
prependIcon?: IconValue | undefined;
|
|
44576
44549
|
appendIcon?: IconValue | undefined;
|
|
44550
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
44577
44551
|
prependInnerIcon?: IconValue | undefined;
|
|
44578
44552
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
44579
44553
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -44598,7 +44572,6 @@ declare const VSelect: {
|
|
|
44598
44572
|
tile: boolean;
|
|
44599
44573
|
density: Density;
|
|
44600
44574
|
slim: boolean;
|
|
44601
|
-
valueComparator: typeof deepEqual;
|
|
44602
44575
|
activatable: boolean;
|
|
44603
44576
|
selectable: boolean;
|
|
44604
44577
|
selectStrategy: SelectStrategyProp;
|
|
@@ -44616,7 +44589,6 @@ declare const VSelect: {
|
|
|
44616
44589
|
tile: boolean;
|
|
44617
44590
|
density: Density;
|
|
44618
44591
|
slim: boolean;
|
|
44619
|
-
valueComparator: typeof deepEqual;
|
|
44620
44592
|
activatable: boolean;
|
|
44621
44593
|
selectable: boolean;
|
|
44622
44594
|
selectStrategy: SelectStrategyProp;
|
|
@@ -44639,6 +44611,7 @@ declare const VSelect: {
|
|
|
44639
44611
|
baseColor?: string | undefined;
|
|
44640
44612
|
bgColor?: string | undefined;
|
|
44641
44613
|
activeColor?: string | undefined;
|
|
44614
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
44642
44615
|
activeClass?: string | undefined;
|
|
44643
44616
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
44644
44617
|
collapseIcon?: IconValue | undefined;
|
|
@@ -44660,7 +44633,6 @@ declare const VSelect: {
|
|
|
44660
44633
|
tile: boolean;
|
|
44661
44634
|
density: Density;
|
|
44662
44635
|
slim: boolean;
|
|
44663
|
-
valueComparator: typeof deepEqual;
|
|
44664
44636
|
activatable: boolean;
|
|
44665
44637
|
selectable: boolean;
|
|
44666
44638
|
selectStrategy: SelectStrategyProp;
|
|
@@ -44684,6 +44656,7 @@ declare const VSelect: {
|
|
|
44684
44656
|
baseColor?: string | undefined;
|
|
44685
44657
|
bgColor?: string | undefined;
|
|
44686
44658
|
activeColor?: string | undefined;
|
|
44659
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
44687
44660
|
activeClass?: string | undefined;
|
|
44688
44661
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
44689
44662
|
collapseIcon?: IconValue | undefined;
|
|
@@ -44695,7 +44668,7 @@ declare const VSelect: {
|
|
|
44695
44668
|
value: boolean;
|
|
44696
44669
|
path: unknown[];
|
|
44697
44670
|
}) => any) | undefined;
|
|
44698
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
44671
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
44699
44672
|
items?: readonly any[] | undefined;
|
|
44700
44673
|
itemTitle?: SelectItemKey<any>;
|
|
44701
44674
|
itemValue?: SelectItemKey<any>;
|
|
@@ -45022,7 +44995,6 @@ declare const VSelect: {
|
|
|
45022
44995
|
rules: readonly ValidationRule$1[];
|
|
45023
44996
|
tile: boolean;
|
|
45024
44997
|
density: Density;
|
|
45025
|
-
valueComparator: typeof deepEqual;
|
|
45026
44998
|
clearIcon: IconValue;
|
|
45027
44999
|
hideSpinButtons: boolean;
|
|
45028
45000
|
persistentHint: boolean;
|
|
@@ -45061,6 +45033,7 @@ declare const VSelect: {
|
|
|
45061
45033
|
bgColor?: string | undefined;
|
|
45062
45034
|
prependIcon?: IconValue | undefined;
|
|
45063
45035
|
appendIcon?: IconValue | undefined;
|
|
45036
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
45064
45037
|
prependInnerIcon?: IconValue | undefined;
|
|
45065
45038
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
45066
45039
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -45085,7 +45058,6 @@ declare const VSelect: {
|
|
|
45085
45058
|
tile: boolean;
|
|
45086
45059
|
density: Density;
|
|
45087
45060
|
slim: boolean;
|
|
45088
|
-
valueComparator: typeof deepEqual;
|
|
45089
45061
|
activatable: boolean;
|
|
45090
45062
|
selectable: boolean;
|
|
45091
45063
|
selectStrategy: SelectStrategyProp;
|
|
@@ -45103,7 +45075,6 @@ declare const VSelect: {
|
|
|
45103
45075
|
tile: boolean;
|
|
45104
45076
|
density: Density;
|
|
45105
45077
|
slim: boolean;
|
|
45106
|
-
valueComparator: typeof deepEqual;
|
|
45107
45078
|
activatable: boolean;
|
|
45108
45079
|
selectable: boolean;
|
|
45109
45080
|
selectStrategy: SelectStrategyProp;
|
|
@@ -45126,6 +45097,7 @@ declare const VSelect: {
|
|
|
45126
45097
|
baseColor?: string | undefined;
|
|
45127
45098
|
bgColor?: string | undefined;
|
|
45128
45099
|
activeColor?: string | undefined;
|
|
45100
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
45129
45101
|
activeClass?: string | undefined;
|
|
45130
45102
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
45131
45103
|
collapseIcon?: IconValue | undefined;
|
|
@@ -45147,7 +45119,6 @@ declare const VSelect: {
|
|
|
45147
45119
|
tile: boolean;
|
|
45148
45120
|
density: Density;
|
|
45149
45121
|
slim: boolean;
|
|
45150
|
-
valueComparator: typeof deepEqual;
|
|
45151
45122
|
activatable: boolean;
|
|
45152
45123
|
selectable: boolean;
|
|
45153
45124
|
selectStrategy: SelectStrategyProp;
|
|
@@ -45171,6 +45142,7 @@ declare const VSelect: {
|
|
|
45171
45142
|
baseColor?: string | undefined;
|
|
45172
45143
|
bgColor?: string | undefined;
|
|
45173
45144
|
activeColor?: string | undefined;
|
|
45145
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
45174
45146
|
activeClass?: string | undefined;
|
|
45175
45147
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
45176
45148
|
collapseIcon?: IconValue | undefined;
|
|
@@ -45182,7 +45154,7 @@ declare const VSelect: {
|
|
|
45182
45154
|
value: boolean;
|
|
45183
45155
|
path: unknown[];
|
|
45184
45156
|
}) => any) | undefined;
|
|
45185
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
45157
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
45186
45158
|
items?: readonly any[] | undefined;
|
|
45187
45159
|
itemTitle?: SelectItemKey<any>;
|
|
45188
45160
|
itemValue?: SelectItemKey<any>;
|
|
@@ -45506,7 +45478,6 @@ declare const VSelect: {
|
|
|
45506
45478
|
rounded: string | number | boolean;
|
|
45507
45479
|
tile: boolean;
|
|
45508
45480
|
density: Density;
|
|
45509
|
-
valueComparator: typeof deepEqual;
|
|
45510
45481
|
clearIcon: IconValue;
|
|
45511
45482
|
centerAffix: boolean;
|
|
45512
45483
|
hideSpinButtons: boolean;
|
|
@@ -45592,7 +45563,6 @@ declare const VSelect: {
|
|
|
45592
45563
|
rules: readonly ValidationRule$1[];
|
|
45593
45564
|
tile: boolean;
|
|
45594
45565
|
density: Density;
|
|
45595
|
-
valueComparator: typeof deepEqual;
|
|
45596
45566
|
clearIcon: IconValue;
|
|
45597
45567
|
hideSpinButtons: boolean;
|
|
45598
45568
|
persistentHint: boolean;
|
|
@@ -45631,6 +45601,7 @@ declare const VSelect: {
|
|
|
45631
45601
|
bgColor?: string | undefined;
|
|
45632
45602
|
prependIcon?: IconValue | undefined;
|
|
45633
45603
|
appendIcon?: IconValue | undefined;
|
|
45604
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
45634
45605
|
prependInnerIcon?: IconValue | undefined;
|
|
45635
45606
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
45636
45607
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -45655,7 +45626,6 @@ declare const VSelect: {
|
|
|
45655
45626
|
tile: boolean;
|
|
45656
45627
|
density: Density;
|
|
45657
45628
|
slim: boolean;
|
|
45658
|
-
valueComparator: typeof deepEqual;
|
|
45659
45629
|
activatable: boolean;
|
|
45660
45630
|
selectable: boolean;
|
|
45661
45631
|
selectStrategy: SelectStrategyProp;
|
|
@@ -45673,7 +45643,6 @@ declare const VSelect: {
|
|
|
45673
45643
|
tile: boolean;
|
|
45674
45644
|
density: Density;
|
|
45675
45645
|
slim: boolean;
|
|
45676
|
-
valueComparator: typeof deepEqual;
|
|
45677
45646
|
activatable: boolean;
|
|
45678
45647
|
selectable: boolean;
|
|
45679
45648
|
selectStrategy: SelectStrategyProp;
|
|
@@ -45696,6 +45665,7 @@ declare const VSelect: {
|
|
|
45696
45665
|
baseColor?: string | undefined;
|
|
45697
45666
|
bgColor?: string | undefined;
|
|
45698
45667
|
activeColor?: string | undefined;
|
|
45668
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
45699
45669
|
activeClass?: string | undefined;
|
|
45700
45670
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
45701
45671
|
collapseIcon?: IconValue | undefined;
|
|
@@ -45717,7 +45687,6 @@ declare const VSelect: {
|
|
|
45717
45687
|
tile: boolean;
|
|
45718
45688
|
density: Density;
|
|
45719
45689
|
slim: boolean;
|
|
45720
|
-
valueComparator: typeof deepEqual;
|
|
45721
45690
|
activatable: boolean;
|
|
45722
45691
|
selectable: boolean;
|
|
45723
45692
|
selectStrategy: SelectStrategyProp;
|
|
@@ -45741,6 +45710,7 @@ declare const VSelect: {
|
|
|
45741
45710
|
baseColor?: string | undefined;
|
|
45742
45711
|
bgColor?: string | undefined;
|
|
45743
45712
|
activeColor?: string | undefined;
|
|
45713
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
45744
45714
|
activeClass?: string | undefined;
|
|
45745
45715
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
45746
45716
|
collapseIcon?: IconValue | undefined;
|
|
@@ -45752,7 +45722,7 @@ declare const VSelect: {
|
|
|
45752
45722
|
value: boolean;
|
|
45753
45723
|
path: unknown[];
|
|
45754
45724
|
}) => any) | undefined;
|
|
45755
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
45725
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
45756
45726
|
items?: readonly any[] | undefined;
|
|
45757
45727
|
itemTitle?: SelectItemKey<any>;
|
|
45758
45728
|
itemValue?: SelectItemKey<any>;
|
|
@@ -46076,7 +46046,6 @@ declare const VSelect: {
|
|
|
46076
46046
|
rounded: string | number | boolean;
|
|
46077
46047
|
tile: boolean;
|
|
46078
46048
|
density: Density;
|
|
46079
|
-
valueComparator: typeof deepEqual;
|
|
46080
46049
|
clearIcon: IconValue;
|
|
46081
46050
|
centerAffix: boolean;
|
|
46082
46051
|
hideSpinButtons: boolean;
|
|
@@ -46127,7 +46096,6 @@ declare const VSelect: {
|
|
|
46127
46096
|
rules: readonly ValidationRule$1[];
|
|
46128
46097
|
tile: boolean;
|
|
46129
46098
|
density: Density;
|
|
46130
|
-
valueComparator: typeof deepEqual;
|
|
46131
46099
|
clearIcon: IconValue;
|
|
46132
46100
|
hideSpinButtons: boolean;
|
|
46133
46101
|
persistentHint: boolean;
|
|
@@ -46166,6 +46134,7 @@ declare const VSelect: {
|
|
|
46166
46134
|
bgColor?: string | undefined;
|
|
46167
46135
|
prependIcon?: IconValue | undefined;
|
|
46168
46136
|
appendIcon?: IconValue | undefined;
|
|
46137
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
46169
46138
|
prependInnerIcon?: IconValue | undefined;
|
|
46170
46139
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
46171
46140
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -46190,7 +46159,6 @@ declare const VSelect: {
|
|
|
46190
46159
|
tile: boolean;
|
|
46191
46160
|
density: Density;
|
|
46192
46161
|
slim: boolean;
|
|
46193
|
-
valueComparator: typeof deepEqual;
|
|
46194
46162
|
activatable: boolean;
|
|
46195
46163
|
selectable: boolean;
|
|
46196
46164
|
selectStrategy: SelectStrategyProp;
|
|
@@ -46208,7 +46176,6 @@ declare const VSelect: {
|
|
|
46208
46176
|
tile: boolean;
|
|
46209
46177
|
density: Density;
|
|
46210
46178
|
slim: boolean;
|
|
46211
|
-
valueComparator: typeof deepEqual;
|
|
46212
46179
|
activatable: boolean;
|
|
46213
46180
|
selectable: boolean;
|
|
46214
46181
|
selectStrategy: SelectStrategyProp;
|
|
@@ -46231,6 +46198,7 @@ declare const VSelect: {
|
|
|
46231
46198
|
baseColor?: string | undefined;
|
|
46232
46199
|
bgColor?: string | undefined;
|
|
46233
46200
|
activeColor?: string | undefined;
|
|
46201
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
46234
46202
|
activeClass?: string | undefined;
|
|
46235
46203
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
46236
46204
|
collapseIcon?: IconValue | undefined;
|
|
@@ -46252,7 +46220,6 @@ declare const VSelect: {
|
|
|
46252
46220
|
tile: boolean;
|
|
46253
46221
|
density: Density;
|
|
46254
46222
|
slim: boolean;
|
|
46255
|
-
valueComparator: typeof deepEqual;
|
|
46256
46223
|
activatable: boolean;
|
|
46257
46224
|
selectable: boolean;
|
|
46258
46225
|
selectStrategy: SelectStrategyProp;
|
|
@@ -46276,6 +46243,7 @@ declare const VSelect: {
|
|
|
46276
46243
|
baseColor?: string | undefined;
|
|
46277
46244
|
bgColor?: string | undefined;
|
|
46278
46245
|
activeColor?: string | undefined;
|
|
46246
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
46279
46247
|
activeClass?: string | undefined;
|
|
46280
46248
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
46281
46249
|
collapseIcon?: IconValue | undefined;
|
|
@@ -46287,7 +46255,7 @@ declare const VSelect: {
|
|
|
46287
46255
|
value: boolean;
|
|
46288
46256
|
path: unknown[];
|
|
46289
46257
|
}) => any) | undefined;
|
|
46290
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
46258
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
46291
46259
|
items?: readonly any[] | undefined;
|
|
46292
46260
|
itemTitle?: SelectItemKey<any>;
|
|
46293
46261
|
itemValue?: SelectItemKey<any>;
|
|
@@ -46615,7 +46583,6 @@ declare const VSelect: {
|
|
|
46615
46583
|
rounded: string | number | boolean;
|
|
46616
46584
|
tile: boolean;
|
|
46617
46585
|
density: Density;
|
|
46618
|
-
valueComparator: typeof deepEqual;
|
|
46619
46586
|
clearIcon: IconValue;
|
|
46620
46587
|
centerAffix: boolean;
|
|
46621
46588
|
hideSpinButtons: boolean;
|
|
@@ -46847,10 +46814,7 @@ declare const VSelect: {
|
|
|
46847
46814
|
default: string;
|
|
46848
46815
|
};
|
|
46849
46816
|
returnObject: BooleanConstructor;
|
|
46850
|
-
valueComparator:
|
|
46851
|
-
type: PropType<typeof deepEqual>;
|
|
46852
|
-
default: typeof deepEqual;
|
|
46853
|
-
};
|
|
46817
|
+
valueComparator: PropType<typeof deepEqual>;
|
|
46854
46818
|
chips: BooleanConstructor;
|
|
46855
46819
|
closableChips: BooleanConstructor;
|
|
46856
46820
|
closeText: {
|
|
@@ -47036,10 +47000,7 @@ declare const VSelect: {
|
|
|
47036
47000
|
default: string;
|
|
47037
47001
|
};
|
|
47038
47002
|
returnObject: BooleanConstructor;
|
|
47039
|
-
valueComparator:
|
|
47040
|
-
type: PropType<typeof deepEqual>;
|
|
47041
|
-
default: typeof deepEqual;
|
|
47042
|
-
};
|
|
47003
|
+
valueComparator: PropType<typeof deepEqual>;
|
|
47043
47004
|
chips: BooleanConstructor;
|
|
47044
47005
|
closableChips: BooleanConstructor;
|
|
47045
47006
|
closeText: {
|
|
@@ -49225,7 +49186,7 @@ declare const VSnackbar: {
|
|
|
49225
49186
|
};
|
|
49226
49187
|
$forceUpdate: () => void;
|
|
49227
49188
|
$nextTick: typeof nextTick;
|
|
49228
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
49189
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
49229
49190
|
} & Omit<{
|
|
49230
49191
|
absolute: boolean;
|
|
49231
49192
|
location: Anchor;
|
|
@@ -49907,7 +49868,7 @@ declare const VSnackbar: {
|
|
|
49907
49868
|
};
|
|
49908
49869
|
$forceUpdate: () => void;
|
|
49909
49870
|
$nextTick: typeof nextTick;
|
|
49910
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
49871
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
49911
49872
|
} & Omit<{
|
|
49912
49873
|
absolute: boolean;
|
|
49913
49874
|
location: Anchor;
|
|
@@ -50489,7 +50450,7 @@ declare const VSnackbar: {
|
|
|
50489
50450
|
};
|
|
50490
50451
|
$forceUpdate: () => void;
|
|
50491
50452
|
$nextTick: typeof nextTick;
|
|
50492
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
50453
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
50493
50454
|
} & Omit<{
|
|
50494
50455
|
absolute: boolean;
|
|
50495
50456
|
location: Anchor;
|
|
@@ -54383,7 +54344,7 @@ declare const VTab: {
|
|
|
54383
54344
|
text?: string | undefined;
|
|
54384
54345
|
class?: any;
|
|
54385
54346
|
theme?: string | undefined;
|
|
54386
|
-
to?: vue_router.
|
|
54347
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
54387
54348
|
icon?: boolean | IconValue | undefined;
|
|
54388
54349
|
href?: string | undefined;
|
|
54389
54350
|
elevation?: string | number | undefined;
|
|
@@ -54470,7 +54431,7 @@ declare const VTab: {
|
|
|
54470
54431
|
text?: string | undefined;
|
|
54471
54432
|
class?: any;
|
|
54472
54433
|
theme?: string | undefined;
|
|
54473
|
-
to?: vue_router.
|
|
54434
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
54474
54435
|
icon?: boolean | IconValue | undefined;
|
|
54475
54436
|
href?: string | undefined;
|
|
54476
54437
|
elevation?: string | number | undefined;
|
|
@@ -54535,7 +54496,7 @@ declare const VTab: {
|
|
|
54535
54496
|
text?: string | undefined;
|
|
54536
54497
|
class?: any;
|
|
54537
54498
|
theme?: string | undefined;
|
|
54538
|
-
to?: vue_router.
|
|
54499
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
54539
54500
|
icon?: boolean | IconValue | undefined;
|
|
54540
54501
|
href?: string | undefined;
|
|
54541
54502
|
elevation?: string | number | undefined;
|
|
@@ -54622,7 +54583,7 @@ declare const VTab: {
|
|
|
54622
54583
|
text?: string | undefined;
|
|
54623
54584
|
class?: any;
|
|
54624
54585
|
theme?: string | undefined;
|
|
54625
|
-
to?: vue_router.
|
|
54586
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
54626
54587
|
icon?: boolean | IconValue | undefined;
|
|
54627
54588
|
href?: string | undefined;
|
|
54628
54589
|
elevation?: string | number | undefined;
|
|
@@ -54705,7 +54666,7 @@ declare const VTab: {
|
|
|
54705
54666
|
};
|
|
54706
54667
|
$forceUpdate: () => void;
|
|
54707
54668
|
$nextTick: typeof vue.nextTick;
|
|
54708
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
54669
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
54709
54670
|
} & Omit<{
|
|
54710
54671
|
symbol: any;
|
|
54711
54672
|
replace: boolean;
|
|
@@ -54742,7 +54703,7 @@ declare const VTab: {
|
|
|
54742
54703
|
text?: string | undefined;
|
|
54743
54704
|
class?: any;
|
|
54744
54705
|
theme?: string | undefined;
|
|
54745
|
-
to?: vue_router.
|
|
54706
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
54746
54707
|
icon?: boolean | IconValue | undefined;
|
|
54747
54708
|
href?: string | undefined;
|
|
54748
54709
|
elevation?: string | number | undefined;
|
|
@@ -54814,7 +54775,7 @@ declare const VTab: {
|
|
|
54814
54775
|
text?: string | undefined;
|
|
54815
54776
|
class?: any;
|
|
54816
54777
|
theme?: string | undefined;
|
|
54817
|
-
to?: vue_router.
|
|
54778
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
54818
54779
|
icon?: boolean | IconValue | undefined;
|
|
54819
54780
|
href?: string | undefined;
|
|
54820
54781
|
elevation?: string | number | undefined;
|
|
@@ -54909,7 +54870,7 @@ declare const VTab: {
|
|
|
54909
54870
|
text?: string | undefined;
|
|
54910
54871
|
class?: any;
|
|
54911
54872
|
theme?: string | undefined;
|
|
54912
|
-
to?: vue_router.
|
|
54873
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
54913
54874
|
icon?: boolean | IconValue | undefined;
|
|
54914
54875
|
href?: string | undefined;
|
|
54915
54876
|
elevation?: string | number | undefined;
|
|
@@ -54996,7 +54957,7 @@ declare const VTab: {
|
|
|
54996
54957
|
text?: string | undefined;
|
|
54997
54958
|
class?: any;
|
|
54998
54959
|
theme?: string | undefined;
|
|
54999
|
-
to?: vue_router.
|
|
54960
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55000
54961
|
icon?: boolean | IconValue | undefined;
|
|
55001
54962
|
href?: string | undefined;
|
|
55002
54963
|
elevation?: string | number | undefined;
|
|
@@ -55061,7 +55022,7 @@ declare const VTab: {
|
|
|
55061
55022
|
text?: string | undefined;
|
|
55062
55023
|
class?: any;
|
|
55063
55024
|
theme?: string | undefined;
|
|
55064
|
-
to?: vue_router.
|
|
55025
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55065
55026
|
icon?: boolean | IconValue | undefined;
|
|
55066
55027
|
href?: string | undefined;
|
|
55067
55028
|
elevation?: string | number | undefined;
|
|
@@ -55148,7 +55109,7 @@ declare const VTab: {
|
|
|
55148
55109
|
text?: string | undefined;
|
|
55149
55110
|
class?: any;
|
|
55150
55111
|
theme?: string | undefined;
|
|
55151
|
-
to?: vue_router.
|
|
55112
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55152
55113
|
icon?: boolean | IconValue | undefined;
|
|
55153
55114
|
href?: string | undefined;
|
|
55154
55115
|
elevation?: string | number | undefined;
|
|
@@ -55231,7 +55192,7 @@ declare const VTab: {
|
|
|
55231
55192
|
};
|
|
55232
55193
|
$forceUpdate: () => void;
|
|
55233
55194
|
$nextTick: typeof vue.nextTick;
|
|
55234
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
55195
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
55235
55196
|
} & Omit<{
|
|
55236
55197
|
symbol: any;
|
|
55237
55198
|
replace: boolean;
|
|
@@ -55268,7 +55229,7 @@ declare const VTab: {
|
|
|
55268
55229
|
text?: string | undefined;
|
|
55269
55230
|
class?: any;
|
|
55270
55231
|
theme?: string | undefined;
|
|
55271
|
-
to?: vue_router.
|
|
55232
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55272
55233
|
icon?: boolean | IconValue | undefined;
|
|
55273
55234
|
href?: string | undefined;
|
|
55274
55235
|
elevation?: string | number | undefined;
|
|
@@ -55365,7 +55326,7 @@ declare const VTab: {
|
|
|
55365
55326
|
text?: string | undefined;
|
|
55366
55327
|
class?: any;
|
|
55367
55328
|
theme?: string | undefined;
|
|
55368
|
-
to?: vue_router.
|
|
55329
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55369
55330
|
icon?: boolean | IconValue | undefined;
|
|
55370
55331
|
href?: string | undefined;
|
|
55371
55332
|
elevation?: string | number | undefined;
|
|
@@ -55452,7 +55413,7 @@ declare const VTab: {
|
|
|
55452
55413
|
text?: string | undefined;
|
|
55453
55414
|
class?: any;
|
|
55454
55415
|
theme?: string | undefined;
|
|
55455
|
-
to?: vue_router.
|
|
55416
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55456
55417
|
icon?: boolean | IconValue | undefined;
|
|
55457
55418
|
href?: string | undefined;
|
|
55458
55419
|
elevation?: string | number | undefined;
|
|
@@ -55517,7 +55478,7 @@ declare const VTab: {
|
|
|
55517
55478
|
text?: string | undefined;
|
|
55518
55479
|
class?: any;
|
|
55519
55480
|
theme?: string | undefined;
|
|
55520
|
-
to?: vue_router.
|
|
55481
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55521
55482
|
icon?: boolean | IconValue | undefined;
|
|
55522
55483
|
href?: string | undefined;
|
|
55523
55484
|
elevation?: string | number | undefined;
|
|
@@ -55604,7 +55565,7 @@ declare const VTab: {
|
|
|
55604
55565
|
text?: string | undefined;
|
|
55605
55566
|
class?: any;
|
|
55606
55567
|
theme?: string | undefined;
|
|
55607
|
-
to?: vue_router.
|
|
55568
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55608
55569
|
icon?: boolean | IconValue | undefined;
|
|
55609
55570
|
href?: string | undefined;
|
|
55610
55571
|
elevation?: string | number | undefined;
|
|
@@ -55687,7 +55648,7 @@ declare const VTab: {
|
|
|
55687
55648
|
};
|
|
55688
55649
|
$forceUpdate: () => void;
|
|
55689
55650
|
$nextTick: typeof vue.nextTick;
|
|
55690
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
55651
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
55691
55652
|
} & Omit<{
|
|
55692
55653
|
symbol: any;
|
|
55693
55654
|
replace: boolean;
|
|
@@ -55724,7 +55685,7 @@ declare const VTab: {
|
|
|
55724
55685
|
text?: string | undefined;
|
|
55725
55686
|
class?: any;
|
|
55726
55687
|
theme?: string | undefined;
|
|
55727
|
-
to?: vue_router.
|
|
55688
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55728
55689
|
icon?: boolean | IconValue | undefined;
|
|
55729
55690
|
href?: string | undefined;
|
|
55730
55691
|
elevation?: string | number | undefined;
|
|
@@ -56186,7 +56147,7 @@ declare const VTabs: {
|
|
|
56186
56147
|
item: (arg: VTabsSlot<unknown>) => vue.VNode[];
|
|
56187
56148
|
window: () => vue.VNode[];
|
|
56188
56149
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T = TabItem>(props: {
|
|
56189
|
-
items?: T;
|
|
56150
|
+
items?: T[];
|
|
56190
56151
|
}, slots: VTabsSlots<T>) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
|
|
56191
56152
|
tag: {
|
|
56192
56153
|
type: StringConstructor;
|
|
@@ -57185,7 +57146,7 @@ declare const VTextarea: {
|
|
|
57185
57146
|
};
|
|
57186
57147
|
$forceUpdate: () => void;
|
|
57187
57148
|
$nextTick: typeof nextTick;
|
|
57188
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
57149
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
57189
57150
|
} & Omit<{
|
|
57190
57151
|
error: boolean;
|
|
57191
57152
|
direction: "horizontal" | "vertical";
|
|
@@ -57724,7 +57685,7 @@ declare const VTextarea: {
|
|
|
57724
57685
|
};
|
|
57725
57686
|
$forceUpdate: () => void;
|
|
57726
57687
|
$nextTick: typeof nextTick;
|
|
57727
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
57688
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
57728
57689
|
} & Omit<{
|
|
57729
57690
|
error: boolean;
|
|
57730
57691
|
direction: "horizontal" | "vertical";
|
|
@@ -58116,7 +58077,7 @@ declare const VTextarea: {
|
|
|
58116
58077
|
};
|
|
58117
58078
|
$forceUpdate: () => void;
|
|
58118
58079
|
$nextTick: typeof nextTick;
|
|
58119
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
58080
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
58120
58081
|
} & Omit<{
|
|
58121
58082
|
error: boolean;
|
|
58122
58083
|
direction: "horizontal" | "vertical";
|
|
@@ -58760,7 +58721,7 @@ declare const VTextField: {
|
|
|
58760
58721
|
};
|
|
58761
58722
|
$forceUpdate: () => void;
|
|
58762
58723
|
$nextTick: typeof nextTick;
|
|
58763
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
58724
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
58764
58725
|
} & Omit<{
|
|
58765
58726
|
error: boolean;
|
|
58766
58727
|
direction: "horizontal" | "vertical";
|
|
@@ -58999,7 +58960,7 @@ declare const VTextField: {
|
|
|
58999
58960
|
};
|
|
59000
58961
|
$forceUpdate: () => void;
|
|
59001
58962
|
$nextTick: typeof nextTick;
|
|
59002
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
58963
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
59003
58964
|
} & Omit<{
|
|
59004
58965
|
flat: boolean;
|
|
59005
58966
|
reverse: boolean;
|
|
@@ -59538,7 +59499,7 @@ declare const VTextField: {
|
|
|
59538
59499
|
};
|
|
59539
59500
|
$forceUpdate: () => void;
|
|
59540
59501
|
$nextTick: typeof nextTick;
|
|
59541
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
59502
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
59542
59503
|
} & Omit<{
|
|
59543
59504
|
error: boolean;
|
|
59544
59505
|
direction: "horizontal" | "vertical";
|
|
@@ -59777,7 +59738,7 @@ declare const VTextField: {
|
|
|
59777
59738
|
};
|
|
59778
59739
|
$forceUpdate: () => void;
|
|
59779
59740
|
$nextTick: typeof nextTick;
|
|
59780
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
59741
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
59781
59742
|
} & Omit<{
|
|
59782
59743
|
flat: boolean;
|
|
59783
59744
|
reverse: boolean;
|
|
@@ -60167,7 +60128,7 @@ declare const VTextField: {
|
|
|
60167
60128
|
};
|
|
60168
60129
|
$forceUpdate: () => void;
|
|
60169
60130
|
$nextTick: typeof nextTick;
|
|
60170
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
60131
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
60171
60132
|
} & Omit<{
|
|
60172
60133
|
error: boolean;
|
|
60173
60134
|
direction: "horizontal" | "vertical";
|
|
@@ -60406,7 +60367,7 @@ declare const VTextField: {
|
|
|
60406
60367
|
};
|
|
60407
60368
|
$forceUpdate: () => void;
|
|
60408
60369
|
$nextTick: typeof nextTick;
|
|
60409
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
60370
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
60410
60371
|
} & Omit<{
|
|
60411
60372
|
flat: boolean;
|
|
60412
60373
|
reverse: boolean;
|
|
@@ -62078,7 +62039,7 @@ declare const VTooltip: {
|
|
|
62078
62039
|
};
|
|
62079
62040
|
$forceUpdate: () => void;
|
|
62080
62041
|
$nextTick: typeof vue.nextTick;
|
|
62081
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
62042
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
62082
62043
|
} & Omit<{
|
|
62083
62044
|
absolute: boolean;
|
|
62084
62045
|
location: Anchor;
|
|
@@ -62743,7 +62704,7 @@ declare const VTooltip: {
|
|
|
62743
62704
|
};
|
|
62744
62705
|
$forceUpdate: () => void;
|
|
62745
62706
|
$nextTick: typeof vue.nextTick;
|
|
62746
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
62707
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
62747
62708
|
} & Omit<{
|
|
62748
62709
|
absolute: boolean;
|
|
62749
62710
|
location: Anchor;
|
|
@@ -63316,7 +63277,7 @@ declare const VTooltip: {
|
|
|
63316
63277
|
};
|
|
63317
63278
|
$forceUpdate: () => void;
|
|
63318
63279
|
$nextTick: typeof vue.nextTick;
|
|
63319
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
63280
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
63320
63281
|
} & Omit<{
|
|
63321
63282
|
absolute: boolean;
|
|
63322
63283
|
location: Anchor;
|