vuetify 3.7.11 → 3.7.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +2699 -2703
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +166 -166
- package/dist/json/tags.json +3 -4
- package/dist/json/web-types.json +5312 -5321
- package/dist/vuetify-labs.css +3272 -3266
- package/dist/vuetify-labs.d.ts +296 -326
- package/dist/vuetify-labs.esm.js +301 -159
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +300 -158
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2292 -2294
- package/dist/vuetify.d.ts +258 -297
- package/dist/vuetify.esm.js +177 -99
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +176 -98
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +266 -252
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +1 -1
- package/lib/blueprints/md1.d.mts +1 -1
- package/lib/blueprints/md2.d.mts +1 -1
- package/lib/blueprints/md3.d.mts +1 -1
- package/lib/components/VAlert/VAlert.mjs +1 -1
- package/lib/components/VAlert/index.d.mts +1 -1
- package/lib/components/VAppBar/VAppBar.mjs +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +1 -1
- package/lib/components/VAppBar/index.d.mts +5 -5
- package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -3
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +29 -51
- package/lib/components/VAvatar/index.d.mts +1 -1
- package/lib/components/VBadge/VBadge.mjs +1 -1
- package/lib/components/VBadge/index.d.mts +1 -1
- package/lib/components/VBanner/VBanner.mjs +1 -1
- package/lib/components/VBanner/index.d.mts +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.css +1 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +1 -0
- package/lib/components/VBottomNavigation/index.d.mts +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +5 -5
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/index.d.mts +5 -5
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
- package/lib/components/VBtnToggle/index.d.mts +1 -1
- package/lib/components/VCard/VCard.mjs +1 -1
- package/lib/components/VCard/VCardItem.mjs +1 -1
- package/lib/components/VCard/VCardSubtitle.mjs +1 -1
- package/lib/components/VCard/VCardText.mjs +1 -1
- package/lib/components/VCard/index.d.mts +5 -5
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/index.d.mts +1 -1
- package/lib/components/VCheckbox/VCheckbox.mjs +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/index.d.mts +1 -1
- package/lib/components/VChip/VChip.mjs +1 -1
- package/lib/components/VChip/index.d.mts +5 -5
- package/lib/components/VChipGroup/VChipGroup.mjs +1 -1
- package/lib/components/VChipGroup/index.d.mts +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
- package/lib/components/VColorPicker/index.d.mts +10 -10
- package/lib/components/VCombobox/VCombobox.mjs +4 -4
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +29 -51
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +5 -5
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -1
- package/lib/components/VConfirmEdit/index.d.mts +1 -1
- package/lib/components/VCounter/VCounter.mjs +1 -1
- package/lib/components/VDataIterator/index.d.mts +1 -1
- package/lib/components/VDataTable/VDataTable.mjs +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +12 -8
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -3
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
- package/lib/components/VDatePicker/index.d.mts +38 -38
- package/lib/components/VDialog/VDialog.mjs +1 -1
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
- package/lib/components/VDialog/index.d.mts +3 -3
- package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
- package/lib/components/VEmptyState/index.d.mts +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +1 -1
- package/lib/components/VFab/VFab.mjs +1 -1
- package/lib/components/VFab/index.d.mts +5 -5
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VFieldLabel.mjs +1 -1
- package/lib/components/VField/index.d.mts +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +2 -3
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +4 -4
- package/lib/components/VFooter/VFooter.mjs +1 -1
- package/lib/components/VGrid/VContainer.mjs +1 -1
- package/lib/components/VIcon/index.d.mts +1 -1
- package/lib/components/VImg/VImg.mjs +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
- package/lib/components/VInput/VInput.mjs +3 -3
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +1 -1
- package/lib/components/VItemGroup/index.d.mts +1 -1
- package/lib/components/VLazy/VLazy.mjs +1 -1
- package/lib/components/VList/VList.mjs +3 -6
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -1
- package/lib/components/VList/VListItem.mjs +3 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItemAction.mjs +1 -1
- package/lib/components/VList/VListItemMedia.mjs +1 -1
- package/lib/components/VList/VListItemSubtitle.mjs +1 -1
- package/lib/components/VList/index.d.mts +24 -21
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/index.d.mts +3 -3
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +0 -4
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +3 -6
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +0 -5
- package/lib/components/VOtpInput/VOtpInput.mjs +3 -3
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.css +2 -1
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/VOverlay.sass +2 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/index.d.mts +1 -1
- package/lib/components/VParallax/VParallax.mjs +1 -1
- package/lib/components/VRadio/VRadio.mjs +1 -1
- package/lib/components/VRadio/index.d.mts +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
- package/lib/components/VRadioGroup/index.d.mts +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
- package/lib/components/VRating/VRating.mjs +1 -1
- package/lib/components/VRating/index.d.mts +1 -1
- package/lib/components/VSelect/VSelect.mjs +5 -5
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +29 -51
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
- package/lib/components/VSelectionControl/index.d.mts +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +1 -1
- package/lib/components/VSheet/VSheet.mjs +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
- package/lib/components/VSlideGroup/index.d.mts +1 -1
- package/lib/components/VSlider/VSlider.mjs +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +1 -1
- package/lib/components/VSlider/slider.mjs +25 -12
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
- package/lib/components/VSnackbar/index.d.mts +3 -3
- package/lib/components/VSparkline/VBarline.mjs +1 -2
- package/lib/components/VSparkline/VBarline.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs +1 -1
- package/lib/components/VSparkline/VTrendline.mjs +1 -2
- package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VStepper/VStepper.mjs +3 -3
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.mjs +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
- package/lib/components/VStepper/index.d.mts +1 -1
- package/lib/components/VSwitch/VSwitch.mjs +1 -1
- package/lib/components/VSwitch/index.d.mts +1 -1
- package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
- package/lib/components/VTabs/VTab.mjs +1 -1
- package/lib/components/VTabs/VTabs.mjs +1 -1
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/VTabsWindow.mjs +1 -1
- package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
- package/lib/components/VTabs/index.d.mts +21 -21
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/index.d.mts +7 -7
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/index.d.mts +4 -4
- package/lib/components/VTimeline/VTimeline.mjs +3 -3
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
- package/lib/components/VTimeline/index.d.mts +1 -1
- package/lib/components/VToolbar/VToolbar.mjs +1 -1
- package/lib/components/VTooltip/VTooltip.mjs +1 -1
- package/lib/components/VTooltip/index.d.mts +3 -3
- package/lib/components/VValidation/index.d.mts +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +1 -1
- package/lib/components/VWindow/VWindow.mjs +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +1 -1
- package/lib/components/VWindow/index.d.mts +1 -1
- package/lib/components/index.d.mts +198 -237
- package/lib/components/transitions/dialog-transition.mjs +1 -2
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/composables/calendar.mjs +4 -1
- package/lib/composables/calendar.mjs.map +1 -1
- package/lib/composables/icons.mjs +1 -1
- package/lib/composables/list-items.mjs +69 -17
- package/lib/composables/list-items.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +16 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +6 -7
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/variant.mjs +1 -1
- package/lib/directives/ripple/index.mjs +7 -5
- package/lib/directives/ripple/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/iconsets/fa-svg.d.mts +1 -1
- package/lib/iconsets/fa.d.mts +1 -1
- package/lib/iconsets/fa4.d.mts +1 -1
- package/lib/iconsets/md.d.mts +1 -1
- package/lib/iconsets/mdi-svg.d.mts +1 -1
- package/lib/iconsets/mdi.d.mts +1 -1
- package/lib/index.d.mts +61 -61
- package/lib/labs/VCalendar/VCalendar.mjs +1 -1
- package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
- package/lib/labs/VCalendar/index.d.mts +8 -2
- package/lib/labs/VDateInput/VDateInput.mjs +21 -10
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +19 -19
- package/lib/labs/VFileUpload/VFileUpload.mjs +3 -3
- package/lib/labs/VFileUpload/VFileUpload.mjs.map +1 -1
- package/lib/labs/VFileUpload/VFileUploadItem.mjs +1 -1
- package/lib/labs/VFileUpload/index.d.mts +5 -5
- package/lib/labs/VNumberInput/VNumberInput.css +10 -2
- package/lib/labs/VNumberInput/VNumberInput.mjs +94 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/VNumberInput.sass +12 -2
- package/lib/labs/VNumberInput/index.d.mts +59 -32
- package/lib/labs/VPicker/VPicker.mjs +1 -1
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
- package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -1
- package/lib/labs/VStepperVertical/index.d.mts +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs +2 -2
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +2 -8
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +10 -12
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +12 -36
- package/lib/labs/components.d.mts +103 -94
- package/lib/locale/adapters/vue-i18n.mjs +0 -1
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/lib/util/helpers.mjs +6 -9
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +17 -16
package/dist/vuetify-labs.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { Ref, DeepReadonly, ComponentPropsOptions, ExtractPropTypes, VNodeChild,
|
|
|
3
3
|
// @ts-ignore
|
|
4
4
|
import * as vue_router from 'vue-router';
|
|
5
5
|
// @ts-ignore
|
|
6
|
-
import { RouteLocationRaw } from 'vue-router';
|
|
6
|
+
import { RouteLocationRaw, useLink } from 'vue-router';
|
|
7
7
|
|
|
8
8
|
interface DateAdapter<T = unknown> {
|
|
9
9
|
date(value?: any): T | null;
|
|
@@ -1839,7 +1839,7 @@ declare const VAppBarNavIcon: {
|
|
|
1839
1839
|
text?: string | undefined;
|
|
1840
1840
|
class?: any;
|
|
1841
1841
|
theme?: string | undefined;
|
|
1842
|
-
to?: vue_router.
|
|
1842
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
1843
1843
|
href?: string | undefined;
|
|
1844
1844
|
elevation?: string | number | undefined;
|
|
1845
1845
|
rounded?: string | number | boolean | undefined;
|
|
@@ -1903,7 +1903,7 @@ declare const VAppBarNavIcon: {
|
|
|
1903
1903
|
text?: string | undefined;
|
|
1904
1904
|
class?: any;
|
|
1905
1905
|
theme?: string | undefined;
|
|
1906
|
-
to?: vue_router.
|
|
1906
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
1907
1907
|
href?: string | undefined;
|
|
1908
1908
|
elevation?: string | number | undefined;
|
|
1909
1909
|
rounded?: string | number | boolean | undefined;
|
|
@@ -2001,7 +2001,7 @@ declare const VAppBarNavIcon: {
|
|
|
2001
2001
|
text?: string | undefined;
|
|
2002
2002
|
class?: any;
|
|
2003
2003
|
theme?: string | undefined;
|
|
2004
|
-
to?: vue_router.
|
|
2004
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
2005
2005
|
href?: string | undefined;
|
|
2006
2006
|
elevation?: string | number | undefined;
|
|
2007
2007
|
rounded?: string | number | boolean | undefined;
|
|
@@ -2091,7 +2091,7 @@ declare const VAppBarNavIcon: {
|
|
|
2091
2091
|
text?: string | undefined;
|
|
2092
2092
|
class?: any;
|
|
2093
2093
|
theme?: string | undefined;
|
|
2094
|
-
to?: vue_router.
|
|
2094
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
2095
2095
|
href?: string | undefined;
|
|
2096
2096
|
elevation?: string | number | undefined;
|
|
2097
2097
|
rounded?: string | number | boolean | undefined;
|
|
@@ -4083,6 +4083,19 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
|
|
|
4083
4083
|
} | undefined;
|
|
4084
4084
|
};
|
|
4085
4085
|
|
|
4086
|
+
interface LinkProps {
|
|
4087
|
+
href: string | undefined;
|
|
4088
|
+
replace: boolean | undefined;
|
|
4089
|
+
to: RouteLocationRaw | undefined;
|
|
4090
|
+
exact: boolean | undefined;
|
|
4091
|
+
}
|
|
4092
|
+
interface UseLink extends Omit<Partial<ReturnType<typeof useLink>>, 'href'> {
|
|
4093
|
+
isLink: ComputedRef<boolean>;
|
|
4094
|
+
isClickable: ComputedRef<boolean>;
|
|
4095
|
+
href: Ref<string | undefined>;
|
|
4096
|
+
linkProps: Record<string, string | undefined>;
|
|
4097
|
+
}
|
|
4098
|
+
|
|
4086
4099
|
type ListItemSlot = {
|
|
4087
4100
|
isActive: boolean;
|
|
4088
4101
|
isOpen: boolean;
|
|
@@ -4133,7 +4146,7 @@ declare const VListItem: {
|
|
|
4133
4146
|
title?: string | number | undefined;
|
|
4134
4147
|
class?: any;
|
|
4135
4148
|
theme?: string | undefined;
|
|
4136
|
-
to?: vue_router.
|
|
4149
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
4137
4150
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
4138
4151
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
4139
4152
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -4199,6 +4212,7 @@ declare const VListItem: {
|
|
|
4199
4212
|
getPath: (id: unknown) => unknown[];
|
|
4200
4213
|
};
|
|
4201
4214
|
id: vue.ComputedRef<{} | null>;
|
|
4215
|
+
link: UseLink;
|
|
4202
4216
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
4203
4217
|
click: (e: MouseEvent | KeyboardEvent) => true;
|
|
4204
4218
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -4230,7 +4244,7 @@ declare const VListItem: {
|
|
|
4230
4244
|
title?: string | number | undefined;
|
|
4231
4245
|
class?: any;
|
|
4232
4246
|
theme?: string | undefined;
|
|
4233
|
-
to?: vue_router.
|
|
4247
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
4234
4248
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
4235
4249
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
4236
4250
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -4327,7 +4341,7 @@ declare const VListItem: {
|
|
|
4327
4341
|
title?: string | number | undefined;
|
|
4328
4342
|
class?: any;
|
|
4329
4343
|
theme?: string | undefined;
|
|
4330
|
-
to?: vue_router.
|
|
4344
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
4331
4345
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
4332
4346
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
4333
4347
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -4393,6 +4407,7 @@ declare const VListItem: {
|
|
|
4393
4407
|
getPath: (id: unknown) => unknown[];
|
|
4394
4408
|
};
|
|
4395
4409
|
id: vue.ComputedRef<{} | null>;
|
|
4410
|
+
link: UseLink;
|
|
4396
4411
|
}, {}, {}, {}, {
|
|
4397
4412
|
replace: boolean;
|
|
4398
4413
|
link: boolean;
|
|
@@ -4443,7 +4458,7 @@ declare const VListItem: {
|
|
|
4443
4458
|
title?: string | number | undefined;
|
|
4444
4459
|
class?: any;
|
|
4445
4460
|
theme?: string | undefined;
|
|
4446
|
-
to?: vue_router.
|
|
4461
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
4447
4462
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
4448
4463
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
4449
4464
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -4509,6 +4524,7 @@ declare const VListItem: {
|
|
|
4509
4524
|
getPath: (id: unknown) => unknown[];
|
|
4510
4525
|
};
|
|
4511
4526
|
id: vue.ComputedRef<{} | null>;
|
|
4527
|
+
link: UseLink;
|
|
4512
4528
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
4513
4529
|
click: (e: MouseEvent | KeyboardEvent) => true;
|
|
4514
4530
|
}, string, {
|
|
@@ -4777,7 +4793,7 @@ interface ItemProps {
|
|
|
4777
4793
|
itemChildren: SelectItemKey;
|
|
4778
4794
|
itemProps: SelectItemKey;
|
|
4779
4795
|
returnObject: boolean;
|
|
4780
|
-
valueComparator: typeof deepEqual;
|
|
4796
|
+
valueComparator: typeof deepEqual | undefined;
|
|
4781
4797
|
}
|
|
4782
4798
|
|
|
4783
4799
|
interface InternalListItem<T = any> extends ListItem<T> {
|
|
@@ -4796,7 +4812,6 @@ declare const VList: {
|
|
|
4796
4812
|
tile: boolean;
|
|
4797
4813
|
density: Density;
|
|
4798
4814
|
slim: boolean;
|
|
4799
|
-
valueComparator: typeof deepEqual;
|
|
4800
4815
|
activatable: boolean;
|
|
4801
4816
|
selectable: boolean;
|
|
4802
4817
|
selectStrategy: SelectStrategyProp;
|
|
@@ -4820,6 +4835,7 @@ declare const VList: {
|
|
|
4820
4835
|
baseColor?: string | undefined;
|
|
4821
4836
|
bgColor?: string | undefined;
|
|
4822
4837
|
activeColor?: string | undefined;
|
|
4838
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
4823
4839
|
activeClass?: string | undefined;
|
|
4824
4840
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
4825
4841
|
collapseIcon?: IconValue | undefined;
|
|
@@ -4868,7 +4884,6 @@ declare const VList: {
|
|
|
4868
4884
|
tile: boolean;
|
|
4869
4885
|
density: Density;
|
|
4870
4886
|
slim: boolean;
|
|
4871
|
-
valueComparator: typeof deepEqual;
|
|
4872
4887
|
activatable: boolean;
|
|
4873
4888
|
selectable: boolean;
|
|
4874
4889
|
selectStrategy: SelectStrategyProp;
|
|
@@ -4892,6 +4907,7 @@ declare const VList: {
|
|
|
4892
4907
|
baseColor?: string | undefined;
|
|
4893
4908
|
bgColor?: string | undefined;
|
|
4894
4909
|
activeColor?: string | undefined;
|
|
4910
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
4895
4911
|
activeClass?: string | undefined;
|
|
4896
4912
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
4897
4913
|
collapseIcon?: IconValue | undefined;
|
|
@@ -4915,7 +4931,6 @@ declare const VList: {
|
|
|
4915
4931
|
tile: boolean;
|
|
4916
4932
|
density: Density;
|
|
4917
4933
|
slim: boolean;
|
|
4918
|
-
valueComparator: typeof deepEqual;
|
|
4919
4934
|
activatable: boolean;
|
|
4920
4935
|
selectable: boolean;
|
|
4921
4936
|
selectStrategy: SelectStrategyProp;
|
|
@@ -4966,7 +4981,6 @@ declare const VList: {
|
|
|
4966
4981
|
tile: boolean;
|
|
4967
4982
|
density: Density;
|
|
4968
4983
|
slim: boolean;
|
|
4969
|
-
valueComparator: typeof deepEqual;
|
|
4970
4984
|
activatable: boolean;
|
|
4971
4985
|
selectable: boolean;
|
|
4972
4986
|
selectStrategy: SelectStrategyProp;
|
|
@@ -4990,6 +5004,7 @@ declare const VList: {
|
|
|
4990
5004
|
baseColor?: string | undefined;
|
|
4991
5005
|
bgColor?: string | undefined;
|
|
4992
5006
|
activeColor?: string | undefined;
|
|
5007
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
4993
5008
|
activeClass?: string | undefined;
|
|
4994
5009
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
4995
5010
|
collapseIcon?: IconValue | undefined;
|
|
@@ -5020,7 +5035,6 @@ declare const VList: {
|
|
|
5020
5035
|
tile: boolean;
|
|
5021
5036
|
density: Density;
|
|
5022
5037
|
slim: boolean;
|
|
5023
|
-
valueComparator: typeof deepEqual;
|
|
5024
5038
|
activatable: boolean;
|
|
5025
5039
|
selectable: boolean;
|
|
5026
5040
|
selectStrategy: SelectStrategyProp;
|
|
@@ -5042,7 +5056,6 @@ declare const VList: {
|
|
|
5042
5056
|
tile: boolean;
|
|
5043
5057
|
density: Density;
|
|
5044
5058
|
slim: boolean;
|
|
5045
|
-
valueComparator: typeof deepEqual;
|
|
5046
5059
|
activatable: boolean;
|
|
5047
5060
|
selectable: boolean;
|
|
5048
5061
|
selectStrategy: SelectStrategyProp;
|
|
@@ -5066,6 +5079,7 @@ declare const VList: {
|
|
|
5066
5079
|
baseColor?: string | undefined;
|
|
5067
5080
|
bgColor?: string | undefined;
|
|
5068
5081
|
activeColor?: string | undefined;
|
|
5082
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
5069
5083
|
activeClass?: string | undefined;
|
|
5070
5084
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
5071
5085
|
collapseIcon?: IconValue | undefined;
|
|
@@ -5115,7 +5129,6 @@ declare const VList: {
|
|
|
5115
5129
|
tile: boolean;
|
|
5116
5130
|
density: Density;
|
|
5117
5131
|
slim: boolean;
|
|
5118
|
-
valueComparator: typeof deepEqual;
|
|
5119
5132
|
activatable: boolean;
|
|
5120
5133
|
selectable: boolean;
|
|
5121
5134
|
selectStrategy: SelectStrategyProp;
|
|
@@ -5209,10 +5222,7 @@ declare const VList: {
|
|
|
5209
5222
|
default: string;
|
|
5210
5223
|
};
|
|
5211
5224
|
returnObject: BooleanConstructor;
|
|
5212
|
-
valueComparator:
|
|
5213
|
-
type: PropType<typeof deepEqual>;
|
|
5214
|
-
default: typeof deepEqual;
|
|
5215
|
-
};
|
|
5225
|
+
valueComparator: PropType<typeof deepEqual>;
|
|
5216
5226
|
itemType: {
|
|
5217
5227
|
type: StringConstructor;
|
|
5218
5228
|
default: string;
|
|
@@ -5318,10 +5328,7 @@ declare const VList: {
|
|
|
5318
5328
|
default: string;
|
|
5319
5329
|
};
|
|
5320
5330
|
returnObject: BooleanConstructor;
|
|
5321
|
-
valueComparator:
|
|
5322
|
-
type: PropType<typeof deepEqual>;
|
|
5323
|
-
default: typeof deepEqual;
|
|
5324
|
-
};
|
|
5331
|
+
valueComparator: PropType<typeof deepEqual>;
|
|
5325
5332
|
itemType: {
|
|
5326
5333
|
type: StringConstructor;
|
|
5327
5334
|
default: string;
|
|
@@ -6800,7 +6807,7 @@ declare const VMenu: {
|
|
|
6800
6807
|
};
|
|
6801
6808
|
$forceUpdate: () => void;
|
|
6802
6809
|
$nextTick: typeof nextTick;
|
|
6803
|
-
$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;
|
|
6810
|
+
$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;
|
|
6804
6811
|
} & Omit<{
|
|
6805
6812
|
absolute: boolean;
|
|
6806
6813
|
location: Anchor;
|
|
@@ -7481,7 +7488,7 @@ declare const VMenu: {
|
|
|
7481
7488
|
};
|
|
7482
7489
|
$forceUpdate: () => void;
|
|
7483
7490
|
$nextTick: typeof nextTick;
|
|
7484
|
-
$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;
|
|
7491
|
+
$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;
|
|
7485
7492
|
} & Omit<{
|
|
7486
7493
|
absolute: boolean;
|
|
7487
7494
|
location: Anchor;
|
|
@@ -8067,7 +8074,7 @@ declare const VMenu: {
|
|
|
8067
8074
|
};
|
|
8068
8075
|
$forceUpdate: () => void;
|
|
8069
8076
|
$nextTick: typeof nextTick;
|
|
8070
|
-
$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;
|
|
8077
|
+
$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;
|
|
8071
8078
|
} & Omit<{
|
|
8072
8079
|
absolute: boolean;
|
|
8073
8080
|
location: Anchor;
|
|
@@ -8482,7 +8489,6 @@ declare const VAutocomplete: {
|
|
|
8482
8489
|
rules: readonly ValidationRule$1[];
|
|
8483
8490
|
tile: boolean;
|
|
8484
8491
|
density: Density;
|
|
8485
|
-
valueComparator: typeof deepEqual;
|
|
8486
8492
|
clearIcon: IconValue;
|
|
8487
8493
|
hideSpinButtons: boolean;
|
|
8488
8494
|
persistentHint: boolean;
|
|
@@ -8526,6 +8532,7 @@ declare const VAutocomplete: {
|
|
|
8526
8532
|
bgColor?: string | undefined;
|
|
8527
8533
|
prependIcon?: IconValue | undefined;
|
|
8528
8534
|
appendIcon?: IconValue | undefined;
|
|
8535
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
8529
8536
|
prependInnerIcon?: IconValue | undefined;
|
|
8530
8537
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
8531
8538
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -8552,7 +8559,6 @@ declare const VAutocomplete: {
|
|
|
8552
8559
|
tile: boolean;
|
|
8553
8560
|
density: Density;
|
|
8554
8561
|
slim: boolean;
|
|
8555
|
-
valueComparator: typeof deepEqual;
|
|
8556
8562
|
activatable: boolean;
|
|
8557
8563
|
selectable: boolean;
|
|
8558
8564
|
selectStrategy: SelectStrategyProp;
|
|
@@ -8570,7 +8576,6 @@ declare const VAutocomplete: {
|
|
|
8570
8576
|
tile: boolean;
|
|
8571
8577
|
density: Density;
|
|
8572
8578
|
slim: boolean;
|
|
8573
|
-
valueComparator: typeof deepEqual;
|
|
8574
8579
|
activatable: boolean;
|
|
8575
8580
|
selectable: boolean;
|
|
8576
8581
|
selectStrategy: SelectStrategyProp;
|
|
@@ -8593,6 +8598,7 @@ declare const VAutocomplete: {
|
|
|
8593
8598
|
baseColor?: string | undefined;
|
|
8594
8599
|
bgColor?: string | undefined;
|
|
8595
8600
|
activeColor?: string | undefined;
|
|
8601
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
8596
8602
|
activeClass?: string | undefined;
|
|
8597
8603
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
8598
8604
|
collapseIcon?: IconValue | undefined;
|
|
@@ -8614,7 +8620,6 @@ declare const VAutocomplete: {
|
|
|
8614
8620
|
tile: boolean;
|
|
8615
8621
|
density: Density;
|
|
8616
8622
|
slim: boolean;
|
|
8617
|
-
valueComparator: typeof deepEqual;
|
|
8618
8623
|
activatable: boolean;
|
|
8619
8624
|
selectable: boolean;
|
|
8620
8625
|
selectStrategy: SelectStrategyProp;
|
|
@@ -8638,6 +8643,7 @@ declare const VAutocomplete: {
|
|
|
8638
8643
|
baseColor?: string | undefined;
|
|
8639
8644
|
bgColor?: string | undefined;
|
|
8640
8645
|
activeColor?: string | undefined;
|
|
8646
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
8641
8647
|
activeClass?: string | undefined;
|
|
8642
8648
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
8643
8649
|
collapseIcon?: IconValue | undefined;
|
|
@@ -8649,7 +8655,7 @@ declare const VAutocomplete: {
|
|
|
8649
8655
|
value: boolean;
|
|
8650
8656
|
path: unknown[];
|
|
8651
8657
|
}) => any) | undefined;
|
|
8652
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
8658
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
8653
8659
|
items?: readonly any[] | undefined;
|
|
8654
8660
|
itemTitle?: SelectItemKey<any>;
|
|
8655
8661
|
itemValue?: SelectItemKey<any>;
|
|
@@ -8977,7 +8983,6 @@ declare const VAutocomplete: {
|
|
|
8977
8983
|
rules: readonly ValidationRule$1[];
|
|
8978
8984
|
tile: boolean;
|
|
8979
8985
|
density: Density;
|
|
8980
|
-
valueComparator: typeof deepEqual;
|
|
8981
8986
|
clearIcon: IconValue;
|
|
8982
8987
|
hideSpinButtons: boolean;
|
|
8983
8988
|
persistentHint: boolean;
|
|
@@ -9021,6 +9026,7 @@ declare const VAutocomplete: {
|
|
|
9021
9026
|
bgColor?: string | undefined;
|
|
9022
9027
|
prependIcon?: IconValue | undefined;
|
|
9023
9028
|
appendIcon?: IconValue | undefined;
|
|
9029
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
9024
9030
|
prependInnerIcon?: IconValue | undefined;
|
|
9025
9031
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
9026
9032
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -9047,7 +9053,6 @@ declare const VAutocomplete: {
|
|
|
9047
9053
|
tile: boolean;
|
|
9048
9054
|
density: Density;
|
|
9049
9055
|
slim: boolean;
|
|
9050
|
-
valueComparator: typeof deepEqual;
|
|
9051
9056
|
activatable: boolean;
|
|
9052
9057
|
selectable: boolean;
|
|
9053
9058
|
selectStrategy: SelectStrategyProp;
|
|
@@ -9065,7 +9070,6 @@ declare const VAutocomplete: {
|
|
|
9065
9070
|
tile: boolean;
|
|
9066
9071
|
density: Density;
|
|
9067
9072
|
slim: boolean;
|
|
9068
|
-
valueComparator: typeof deepEqual;
|
|
9069
9073
|
activatable: boolean;
|
|
9070
9074
|
selectable: boolean;
|
|
9071
9075
|
selectStrategy: SelectStrategyProp;
|
|
@@ -9088,6 +9092,7 @@ declare const VAutocomplete: {
|
|
|
9088
9092
|
baseColor?: string | undefined;
|
|
9089
9093
|
bgColor?: string | undefined;
|
|
9090
9094
|
activeColor?: string | undefined;
|
|
9095
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
9091
9096
|
activeClass?: string | undefined;
|
|
9092
9097
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
9093
9098
|
collapseIcon?: IconValue | undefined;
|
|
@@ -9109,7 +9114,6 @@ declare const VAutocomplete: {
|
|
|
9109
9114
|
tile: boolean;
|
|
9110
9115
|
density: Density;
|
|
9111
9116
|
slim: boolean;
|
|
9112
|
-
valueComparator: typeof deepEqual;
|
|
9113
9117
|
activatable: boolean;
|
|
9114
9118
|
selectable: boolean;
|
|
9115
9119
|
selectStrategy: SelectStrategyProp;
|
|
@@ -9133,6 +9137,7 @@ declare const VAutocomplete: {
|
|
|
9133
9137
|
baseColor?: string | undefined;
|
|
9134
9138
|
bgColor?: string | undefined;
|
|
9135
9139
|
activeColor?: string | undefined;
|
|
9140
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
9136
9141
|
activeClass?: string | undefined;
|
|
9137
9142
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
9138
9143
|
collapseIcon?: IconValue | undefined;
|
|
@@ -9144,7 +9149,7 @@ declare const VAutocomplete: {
|
|
|
9144
9149
|
value: boolean;
|
|
9145
9150
|
path: unknown[];
|
|
9146
9151
|
}) => any) | undefined;
|
|
9147
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
9152
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
9148
9153
|
items?: readonly any[] | undefined;
|
|
9149
9154
|
itemTitle?: SelectItemKey<any>;
|
|
9150
9155
|
itemValue?: SelectItemKey<any>;
|
|
@@ -9468,7 +9473,6 @@ declare const VAutocomplete: {
|
|
|
9468
9473
|
rounded: string | number | boolean;
|
|
9469
9474
|
tile: boolean;
|
|
9470
9475
|
density: Density;
|
|
9471
|
-
valueComparator: typeof deepEqual;
|
|
9472
9476
|
clearIcon: IconValue;
|
|
9473
9477
|
centerAffix: boolean;
|
|
9474
9478
|
hideSpinButtons: boolean;
|
|
@@ -9556,7 +9560,6 @@ declare const VAutocomplete: {
|
|
|
9556
9560
|
rules: readonly ValidationRule$1[];
|
|
9557
9561
|
tile: boolean;
|
|
9558
9562
|
density: Density;
|
|
9559
|
-
valueComparator: typeof deepEqual;
|
|
9560
9563
|
clearIcon: IconValue;
|
|
9561
9564
|
hideSpinButtons: boolean;
|
|
9562
9565
|
persistentHint: boolean;
|
|
@@ -9600,6 +9603,7 @@ declare const VAutocomplete: {
|
|
|
9600
9603
|
bgColor?: string | undefined;
|
|
9601
9604
|
prependIcon?: IconValue | undefined;
|
|
9602
9605
|
appendIcon?: IconValue | undefined;
|
|
9606
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
9603
9607
|
prependInnerIcon?: IconValue | undefined;
|
|
9604
9608
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
9605
9609
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -9626,7 +9630,6 @@ declare const VAutocomplete: {
|
|
|
9626
9630
|
tile: boolean;
|
|
9627
9631
|
density: Density;
|
|
9628
9632
|
slim: boolean;
|
|
9629
|
-
valueComparator: typeof deepEqual;
|
|
9630
9633
|
activatable: boolean;
|
|
9631
9634
|
selectable: boolean;
|
|
9632
9635
|
selectStrategy: SelectStrategyProp;
|
|
@@ -9644,7 +9647,6 @@ declare const VAutocomplete: {
|
|
|
9644
9647
|
tile: boolean;
|
|
9645
9648
|
density: Density;
|
|
9646
9649
|
slim: boolean;
|
|
9647
|
-
valueComparator: typeof deepEqual;
|
|
9648
9650
|
activatable: boolean;
|
|
9649
9651
|
selectable: boolean;
|
|
9650
9652
|
selectStrategy: SelectStrategyProp;
|
|
@@ -9667,6 +9669,7 @@ declare const VAutocomplete: {
|
|
|
9667
9669
|
baseColor?: string | undefined;
|
|
9668
9670
|
bgColor?: string | undefined;
|
|
9669
9671
|
activeColor?: string | undefined;
|
|
9672
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
9670
9673
|
activeClass?: string | undefined;
|
|
9671
9674
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
9672
9675
|
collapseIcon?: IconValue | undefined;
|
|
@@ -9688,7 +9691,6 @@ declare const VAutocomplete: {
|
|
|
9688
9691
|
tile: boolean;
|
|
9689
9692
|
density: Density;
|
|
9690
9693
|
slim: boolean;
|
|
9691
|
-
valueComparator: typeof deepEqual;
|
|
9692
9694
|
activatable: boolean;
|
|
9693
9695
|
selectable: boolean;
|
|
9694
9696
|
selectStrategy: SelectStrategyProp;
|
|
@@ -9712,6 +9714,7 @@ declare const VAutocomplete: {
|
|
|
9712
9714
|
baseColor?: string | undefined;
|
|
9713
9715
|
bgColor?: string | undefined;
|
|
9714
9716
|
activeColor?: string | undefined;
|
|
9717
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
9715
9718
|
activeClass?: string | undefined;
|
|
9716
9719
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
9717
9720
|
collapseIcon?: IconValue | undefined;
|
|
@@ -9723,7 +9726,7 @@ declare const VAutocomplete: {
|
|
|
9723
9726
|
value: boolean;
|
|
9724
9727
|
path: unknown[];
|
|
9725
9728
|
}) => any) | undefined;
|
|
9726
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
9729
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
9727
9730
|
items?: readonly any[] | undefined;
|
|
9728
9731
|
itemTitle?: SelectItemKey<any>;
|
|
9729
9732
|
itemValue?: SelectItemKey<any>;
|
|
@@ -10047,7 +10050,6 @@ declare const VAutocomplete: {
|
|
|
10047
10050
|
rounded: string | number | boolean;
|
|
10048
10051
|
tile: boolean;
|
|
10049
10052
|
density: Density;
|
|
10050
|
-
valueComparator: typeof deepEqual;
|
|
10051
10053
|
clearIcon: IconValue;
|
|
10052
10054
|
centerAffix: boolean;
|
|
10053
10055
|
hideSpinButtons: boolean;
|
|
@@ -10100,7 +10102,6 @@ declare const VAutocomplete: {
|
|
|
10100
10102
|
rules: readonly ValidationRule$1[];
|
|
10101
10103
|
tile: boolean;
|
|
10102
10104
|
density: Density;
|
|
10103
|
-
valueComparator: typeof deepEqual;
|
|
10104
10105
|
clearIcon: IconValue;
|
|
10105
10106
|
hideSpinButtons: boolean;
|
|
10106
10107
|
persistentHint: boolean;
|
|
@@ -10144,6 +10145,7 @@ declare const VAutocomplete: {
|
|
|
10144
10145
|
bgColor?: string | undefined;
|
|
10145
10146
|
prependIcon?: IconValue | undefined;
|
|
10146
10147
|
appendIcon?: IconValue | undefined;
|
|
10148
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
10147
10149
|
prependInnerIcon?: IconValue | undefined;
|
|
10148
10150
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
10149
10151
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -10170,7 +10172,6 @@ declare const VAutocomplete: {
|
|
|
10170
10172
|
tile: boolean;
|
|
10171
10173
|
density: Density;
|
|
10172
10174
|
slim: boolean;
|
|
10173
|
-
valueComparator: typeof deepEqual;
|
|
10174
10175
|
activatable: boolean;
|
|
10175
10176
|
selectable: boolean;
|
|
10176
10177
|
selectStrategy: SelectStrategyProp;
|
|
@@ -10188,7 +10189,6 @@ declare const VAutocomplete: {
|
|
|
10188
10189
|
tile: boolean;
|
|
10189
10190
|
density: Density;
|
|
10190
10191
|
slim: boolean;
|
|
10191
|
-
valueComparator: typeof deepEqual;
|
|
10192
10192
|
activatable: boolean;
|
|
10193
10193
|
selectable: boolean;
|
|
10194
10194
|
selectStrategy: SelectStrategyProp;
|
|
@@ -10211,6 +10211,7 @@ declare const VAutocomplete: {
|
|
|
10211
10211
|
baseColor?: string | undefined;
|
|
10212
10212
|
bgColor?: string | undefined;
|
|
10213
10213
|
activeColor?: string | undefined;
|
|
10214
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
10214
10215
|
activeClass?: string | undefined;
|
|
10215
10216
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
10216
10217
|
collapseIcon?: IconValue | undefined;
|
|
@@ -10232,7 +10233,6 @@ declare const VAutocomplete: {
|
|
|
10232
10233
|
tile: boolean;
|
|
10233
10234
|
density: Density;
|
|
10234
10235
|
slim: boolean;
|
|
10235
|
-
valueComparator: typeof deepEqual;
|
|
10236
10236
|
activatable: boolean;
|
|
10237
10237
|
selectable: boolean;
|
|
10238
10238
|
selectStrategy: SelectStrategyProp;
|
|
@@ -10256,6 +10256,7 @@ declare const VAutocomplete: {
|
|
|
10256
10256
|
baseColor?: string | undefined;
|
|
10257
10257
|
bgColor?: string | undefined;
|
|
10258
10258
|
activeColor?: string | undefined;
|
|
10259
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
10259
10260
|
activeClass?: string | undefined;
|
|
10260
10261
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
10261
10262
|
collapseIcon?: IconValue | undefined;
|
|
@@ -10267,7 +10268,7 @@ declare const VAutocomplete: {
|
|
|
10267
10268
|
value: boolean;
|
|
10268
10269
|
path: unknown[];
|
|
10269
10270
|
}) => any) | undefined;
|
|
10270
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
10271
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
10271
10272
|
items?: readonly any[] | undefined;
|
|
10272
10273
|
itemTitle?: SelectItemKey<any>;
|
|
10273
10274
|
itemValue?: SelectItemKey<any>;
|
|
@@ -10596,7 +10597,6 @@ declare const VAutocomplete: {
|
|
|
10596
10597
|
rounded: string | number | boolean;
|
|
10597
10598
|
tile: boolean;
|
|
10598
10599
|
density: Density;
|
|
10599
|
-
valueComparator: typeof deepEqual;
|
|
10600
10600
|
clearIcon: IconValue;
|
|
10601
10601
|
centerAffix: boolean;
|
|
10602
10602
|
hideSpinButtons: boolean;
|
|
@@ -10828,10 +10828,7 @@ declare const VAutocomplete: {
|
|
|
10828
10828
|
default: string;
|
|
10829
10829
|
};
|
|
10830
10830
|
returnObject: BooleanConstructor;
|
|
10831
|
-
valueComparator:
|
|
10832
|
-
type: PropType<typeof deepEqual>;
|
|
10833
|
-
default: typeof deepEqual;
|
|
10834
|
-
};
|
|
10831
|
+
valueComparator: PropType<typeof deepEqual>;
|
|
10835
10832
|
chips: BooleanConstructor;
|
|
10836
10833
|
closableChips: BooleanConstructor;
|
|
10837
10834
|
closeText: {
|
|
@@ -11029,10 +11026,7 @@ declare const VAutocomplete: {
|
|
|
11029
11026
|
default: string;
|
|
11030
11027
|
};
|
|
11031
11028
|
returnObject: BooleanConstructor;
|
|
11032
|
-
valueComparator:
|
|
11033
|
-
type: PropType<typeof deepEqual>;
|
|
11034
|
-
default: typeof deepEqual;
|
|
11035
|
-
};
|
|
11029
|
+
valueComparator: PropType<typeof deepEqual>;
|
|
11036
11030
|
chips: BooleanConstructor;
|
|
11037
11031
|
closableChips: BooleanConstructor;
|
|
11038
11032
|
closeText: {
|
|
@@ -13225,13 +13219,6 @@ declare const VBottomSheet: {
|
|
|
13225
13219
|
}>>;
|
|
13226
13220
|
type VBottomSheet = InstanceType<typeof VBottomSheet>;
|
|
13227
13221
|
|
|
13228
|
-
interface LinkProps {
|
|
13229
|
-
href: string | undefined;
|
|
13230
|
-
replace: boolean | undefined;
|
|
13231
|
-
to: RouteLocationRaw | undefined;
|
|
13232
|
-
exact: boolean | undefined;
|
|
13233
|
-
}
|
|
13234
|
-
|
|
13235
13222
|
type InternalBreadcrumbItem = Partial<LinkProps> & {
|
|
13236
13223
|
title: string;
|
|
13237
13224
|
disabled?: boolean;
|
|
@@ -13469,7 +13456,7 @@ declare const VBreadcrumbsItem: {
|
|
|
13469
13456
|
color?: string | undefined;
|
|
13470
13457
|
title?: string | undefined;
|
|
13471
13458
|
class?: any;
|
|
13472
|
-
to?: vue_router.
|
|
13459
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13473
13460
|
href?: string | undefined;
|
|
13474
13461
|
activeColor?: string | undefined;
|
|
13475
13462
|
activeClass?: string | undefined;
|
|
@@ -13493,7 +13480,7 @@ declare const VBreadcrumbsItem: {
|
|
|
13493
13480
|
color?: string | undefined;
|
|
13494
13481
|
title?: string | undefined;
|
|
13495
13482
|
class?: any;
|
|
13496
|
-
to?: vue_router.
|
|
13483
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13497
13484
|
href?: string | undefined;
|
|
13498
13485
|
activeColor?: string | undefined;
|
|
13499
13486
|
activeClass?: string | undefined;
|
|
@@ -13533,7 +13520,7 @@ declare const VBreadcrumbsItem: {
|
|
|
13533
13520
|
color?: string | undefined;
|
|
13534
13521
|
title?: string | undefined;
|
|
13535
13522
|
class?: any;
|
|
13536
|
-
to?: vue_router.
|
|
13523
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13537
13524
|
href?: string | undefined;
|
|
13538
13525
|
activeColor?: string | undefined;
|
|
13539
13526
|
activeClass?: string | undefined;
|
|
@@ -13568,7 +13555,7 @@ declare const VBreadcrumbsItem: {
|
|
|
13568
13555
|
color?: string | undefined;
|
|
13569
13556
|
title?: string | undefined;
|
|
13570
13557
|
class?: any;
|
|
13571
|
-
to?: vue_router.
|
|
13558
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13572
13559
|
href?: string | undefined;
|
|
13573
13560
|
activeColor?: string | undefined;
|
|
13574
13561
|
activeClass?: string | undefined;
|
|
@@ -13771,7 +13758,7 @@ declare const VBtn: {
|
|
|
13771
13758
|
text?: string | undefined;
|
|
13772
13759
|
class?: any;
|
|
13773
13760
|
theme?: string | undefined;
|
|
13774
|
-
to?: vue_router.
|
|
13761
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13775
13762
|
icon?: boolean | IconValue | undefined;
|
|
13776
13763
|
href?: string | undefined;
|
|
13777
13764
|
elevation?: string | number | undefined;
|
|
@@ -13845,7 +13832,7 @@ declare const VBtn: {
|
|
|
13845
13832
|
text?: string | undefined;
|
|
13846
13833
|
class?: any;
|
|
13847
13834
|
theme?: string | undefined;
|
|
13848
|
-
to?: vue_router.
|
|
13835
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13849
13836
|
icon?: boolean | IconValue | undefined;
|
|
13850
13837
|
href?: string | undefined;
|
|
13851
13838
|
elevation?: string | number | undefined;
|
|
@@ -13946,7 +13933,7 @@ declare const VBtn: {
|
|
|
13946
13933
|
text?: string | undefined;
|
|
13947
13934
|
class?: any;
|
|
13948
13935
|
theme?: string | undefined;
|
|
13949
|
-
to?: vue_router.
|
|
13936
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13950
13937
|
icon?: boolean | IconValue | undefined;
|
|
13951
13938
|
href?: string | undefined;
|
|
13952
13939
|
elevation?: string | number | undefined;
|
|
@@ -14041,7 +14028,7 @@ declare const VBtn: {
|
|
|
14041
14028
|
text?: string | undefined;
|
|
14042
14029
|
class?: any;
|
|
14043
14030
|
theme?: string | undefined;
|
|
14044
|
-
to?: vue_router.
|
|
14031
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
14045
14032
|
icon?: boolean | IconValue | undefined;
|
|
14046
14033
|
href?: string | undefined;
|
|
14047
14034
|
elevation?: string | number | undefined;
|
|
@@ -14954,7 +14941,7 @@ declare const VCard: {
|
|
|
14954
14941
|
text?: string | number | undefined;
|
|
14955
14942
|
class?: any;
|
|
14956
14943
|
theme?: string | undefined;
|
|
14957
|
-
to?: vue_router.
|
|
14944
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
14958
14945
|
href?: string | undefined;
|
|
14959
14946
|
elevation?: string | number | undefined;
|
|
14960
14947
|
rounded?: string | number | boolean | undefined;
|
|
@@ -15031,7 +15018,7 @@ declare const VCard: {
|
|
|
15031
15018
|
text?: string | number | undefined;
|
|
15032
15019
|
class?: any;
|
|
15033
15020
|
theme?: string | undefined;
|
|
15034
|
-
to?: vue_router.
|
|
15021
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
15035
15022
|
href?: string | undefined;
|
|
15036
15023
|
elevation?: string | number | undefined;
|
|
15037
15024
|
rounded?: string | number | boolean | undefined;
|
|
@@ -15142,7 +15129,7 @@ declare const VCard: {
|
|
|
15142
15129
|
text?: string | number | undefined;
|
|
15143
15130
|
class?: any;
|
|
15144
15131
|
theme?: string | undefined;
|
|
15145
|
-
to?: vue_router.
|
|
15132
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
15146
15133
|
href?: string | undefined;
|
|
15147
15134
|
elevation?: string | number | undefined;
|
|
15148
15135
|
rounded?: string | number | boolean | undefined;
|
|
@@ -15239,7 +15226,7 @@ declare const VCard: {
|
|
|
15239
15226
|
text?: string | number | undefined;
|
|
15240
15227
|
class?: any;
|
|
15241
15228
|
theme?: string | undefined;
|
|
15242
|
-
to?: vue_router.
|
|
15229
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
15243
15230
|
href?: string | undefined;
|
|
15244
15231
|
elevation?: string | number | undefined;
|
|
15245
15232
|
rounded?: string | number | boolean | undefined;
|
|
@@ -18836,7 +18823,7 @@ declare const VChip: {
|
|
|
18836
18823
|
text?: string | undefined;
|
|
18837
18824
|
class?: any;
|
|
18838
18825
|
theme?: string | undefined;
|
|
18839
|
-
to?: vue_router.
|
|
18826
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
18840
18827
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
18841
18828
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
18842
18829
|
href?: string | undefined;
|
|
@@ -18944,7 +18931,7 @@ declare const VChip: {
|
|
|
18944
18931
|
text?: string | undefined;
|
|
18945
18932
|
class?: any;
|
|
18946
18933
|
theme?: string | undefined;
|
|
18947
|
-
to?: vue_router.
|
|
18934
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
18948
18935
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
18949
18936
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
18950
18937
|
href?: string | undefined;
|
|
@@ -19090,7 +19077,7 @@ declare const VChip: {
|
|
|
19090
19077
|
text?: string | undefined;
|
|
19091
19078
|
class?: any;
|
|
19092
19079
|
theme?: string | undefined;
|
|
19093
|
-
to?: vue_router.
|
|
19080
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
19094
19081
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
19095
19082
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
19096
19083
|
href?: string | undefined;
|
|
@@ -19219,7 +19206,7 @@ declare const VChip: {
|
|
|
19219
19206
|
text?: string | undefined;
|
|
19220
19207
|
class?: any;
|
|
19221
19208
|
theme?: string | undefined;
|
|
19222
|
-
to?: vue_router.
|
|
19209
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
19223
19210
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
19224
19211
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
19225
19212
|
href?: string | undefined;
|
|
@@ -20055,7 +20042,7 @@ declare const VColorPicker: {
|
|
|
20055
20042
|
};
|
|
20056
20043
|
}>> & {
|
|
20057
20044
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
|
20058
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
|
20045
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
|
20059
20046
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
20060
20047
|
'update:modelValue': (color: any) => true;
|
|
20061
20048
|
'update:mode': (mode: keyof typeof modes) => true;
|
|
@@ -20122,17 +20109,17 @@ declare const VColorPicker: {
|
|
|
20122
20109
|
};
|
|
20123
20110
|
}>> & {
|
|
20124
20111
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
|
20125
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
|
20112
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
|
20126
20113
|
}, {
|
|
20127
20114
|
width: string | number;
|
|
20128
20115
|
style: vue.StyleValue;
|
|
20129
20116
|
disabled: boolean;
|
|
20130
20117
|
tag: string;
|
|
20131
|
-
mode: "rgb" | "hex" | "
|
|
20118
|
+
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
|
20132
20119
|
rounded: string | number | boolean;
|
|
20133
20120
|
tile: boolean;
|
|
20134
20121
|
dotSize: string | number;
|
|
20135
|
-
modes: readonly ("rgb" | "hex" | "
|
|
20122
|
+
modes: readonly ("rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa")[];
|
|
20136
20123
|
canvasHeight: string | number;
|
|
20137
20124
|
hideCanvas: boolean;
|
|
20138
20125
|
hideSliders: boolean;
|
|
@@ -20209,17 +20196,17 @@ declare const VColorPicker: {
|
|
|
20209
20196
|
};
|
|
20210
20197
|
}>> & {
|
|
20211
20198
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
|
20212
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
|
20199
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
|
20213
20200
|
}, {}, {}, {}, {}, {
|
|
20214
20201
|
width: string | number;
|
|
20215
20202
|
style: vue.StyleValue;
|
|
20216
20203
|
disabled: boolean;
|
|
20217
20204
|
tag: string;
|
|
20218
|
-
mode: "rgb" | "hex" | "
|
|
20205
|
+
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
|
20219
20206
|
rounded: string | number | boolean;
|
|
20220
20207
|
tile: boolean;
|
|
20221
20208
|
dotSize: string | number;
|
|
20222
|
-
modes: readonly ("rgb" | "hex" | "
|
|
20209
|
+
modes: readonly ("rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa")[];
|
|
20223
20210
|
canvasHeight: string | number;
|
|
20224
20211
|
hideCanvas: boolean;
|
|
20225
20212
|
hideSliders: boolean;
|
|
@@ -20293,7 +20280,7 @@ declare const VColorPicker: {
|
|
|
20293
20280
|
};
|
|
20294
20281
|
}>> & {
|
|
20295
20282
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
|
20296
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
|
20283
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
|
20297
20284
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
20298
20285
|
'update:modelValue': (color: any) => true;
|
|
20299
20286
|
'update:mode': (mode: keyof typeof modes) => true;
|
|
@@ -20302,11 +20289,11 @@ declare const VColorPicker: {
|
|
|
20302
20289
|
style: vue.StyleValue;
|
|
20303
20290
|
disabled: boolean;
|
|
20304
20291
|
tag: string;
|
|
20305
|
-
mode: "rgb" | "hex" | "
|
|
20292
|
+
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
|
20306
20293
|
rounded: string | number | boolean;
|
|
20307
20294
|
tile: boolean;
|
|
20308
20295
|
dotSize: string | number;
|
|
20309
|
-
modes: readonly ("rgb" | "hex" | "
|
|
20296
|
+
modes: readonly ("rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa")[];
|
|
20310
20297
|
canvasHeight: string | number;
|
|
20311
20298
|
hideCanvas: boolean;
|
|
20312
20299
|
hideSliders: boolean;
|
|
@@ -20469,7 +20456,6 @@ declare const VCombobox: {
|
|
|
20469
20456
|
rules: readonly ValidationRule$1[];
|
|
20470
20457
|
tile: boolean;
|
|
20471
20458
|
density: Density;
|
|
20472
|
-
valueComparator: typeof deepEqual;
|
|
20473
20459
|
clearIcon: IconValue;
|
|
20474
20460
|
hideSpinButtons: boolean;
|
|
20475
20461
|
persistentHint: boolean;
|
|
@@ -20513,6 +20499,7 @@ declare const VCombobox: {
|
|
|
20513
20499
|
bgColor?: string | undefined;
|
|
20514
20500
|
prependIcon?: IconValue | undefined;
|
|
20515
20501
|
appendIcon?: IconValue | undefined;
|
|
20502
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
20516
20503
|
prependInnerIcon?: IconValue | undefined;
|
|
20517
20504
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
20518
20505
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -20539,7 +20526,6 @@ declare const VCombobox: {
|
|
|
20539
20526
|
tile: boolean;
|
|
20540
20527
|
density: Density;
|
|
20541
20528
|
slim: boolean;
|
|
20542
|
-
valueComparator: typeof deepEqual;
|
|
20543
20529
|
activatable: boolean;
|
|
20544
20530
|
selectable: boolean;
|
|
20545
20531
|
selectStrategy: SelectStrategyProp;
|
|
@@ -20557,7 +20543,6 @@ declare const VCombobox: {
|
|
|
20557
20543
|
tile: boolean;
|
|
20558
20544
|
density: Density;
|
|
20559
20545
|
slim: boolean;
|
|
20560
|
-
valueComparator: typeof deepEqual;
|
|
20561
20546
|
activatable: boolean;
|
|
20562
20547
|
selectable: boolean;
|
|
20563
20548
|
selectStrategy: SelectStrategyProp;
|
|
@@ -20580,6 +20565,7 @@ declare const VCombobox: {
|
|
|
20580
20565
|
baseColor?: string | undefined;
|
|
20581
20566
|
bgColor?: string | undefined;
|
|
20582
20567
|
activeColor?: string | undefined;
|
|
20568
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
20583
20569
|
activeClass?: string | undefined;
|
|
20584
20570
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
20585
20571
|
collapseIcon?: IconValue | undefined;
|
|
@@ -20601,7 +20587,6 @@ declare const VCombobox: {
|
|
|
20601
20587
|
tile: boolean;
|
|
20602
20588
|
density: Density;
|
|
20603
20589
|
slim: boolean;
|
|
20604
|
-
valueComparator: typeof deepEqual;
|
|
20605
20590
|
activatable: boolean;
|
|
20606
20591
|
selectable: boolean;
|
|
20607
20592
|
selectStrategy: SelectStrategyProp;
|
|
@@ -20625,6 +20610,7 @@ declare const VCombobox: {
|
|
|
20625
20610
|
baseColor?: string | undefined;
|
|
20626
20611
|
bgColor?: string | undefined;
|
|
20627
20612
|
activeColor?: string | undefined;
|
|
20613
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
20628
20614
|
activeClass?: string | undefined;
|
|
20629
20615
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
20630
20616
|
collapseIcon?: IconValue | undefined;
|
|
@@ -20636,7 +20622,7 @@ declare const VCombobox: {
|
|
|
20636
20622
|
value: boolean;
|
|
20637
20623
|
path: unknown[];
|
|
20638
20624
|
}) => any) | undefined;
|
|
20639
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
20625
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
20640
20626
|
items?: readonly any[] | undefined;
|
|
20641
20627
|
itemTitle?: SelectItemKey<any>;
|
|
20642
20628
|
itemValue?: SelectItemKey<any>;
|
|
@@ -20964,7 +20950,6 @@ declare const VCombobox: {
|
|
|
20964
20950
|
rules: readonly ValidationRule$1[];
|
|
20965
20951
|
tile: boolean;
|
|
20966
20952
|
density: Density;
|
|
20967
|
-
valueComparator: typeof deepEqual;
|
|
20968
20953
|
clearIcon: IconValue;
|
|
20969
20954
|
hideSpinButtons: boolean;
|
|
20970
20955
|
persistentHint: boolean;
|
|
@@ -21008,6 +20993,7 @@ declare const VCombobox: {
|
|
|
21008
20993
|
bgColor?: string | undefined;
|
|
21009
20994
|
prependIcon?: IconValue | undefined;
|
|
21010
20995
|
appendIcon?: IconValue | undefined;
|
|
20996
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
21011
20997
|
prependInnerIcon?: IconValue | undefined;
|
|
21012
20998
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
21013
20999
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -21034,7 +21020,6 @@ declare const VCombobox: {
|
|
|
21034
21020
|
tile: boolean;
|
|
21035
21021
|
density: Density;
|
|
21036
21022
|
slim: boolean;
|
|
21037
|
-
valueComparator: typeof deepEqual;
|
|
21038
21023
|
activatable: boolean;
|
|
21039
21024
|
selectable: boolean;
|
|
21040
21025
|
selectStrategy: SelectStrategyProp;
|
|
@@ -21052,7 +21037,6 @@ declare const VCombobox: {
|
|
|
21052
21037
|
tile: boolean;
|
|
21053
21038
|
density: Density;
|
|
21054
21039
|
slim: boolean;
|
|
21055
|
-
valueComparator: typeof deepEqual;
|
|
21056
21040
|
activatable: boolean;
|
|
21057
21041
|
selectable: boolean;
|
|
21058
21042
|
selectStrategy: SelectStrategyProp;
|
|
@@ -21075,6 +21059,7 @@ declare const VCombobox: {
|
|
|
21075
21059
|
baseColor?: string | undefined;
|
|
21076
21060
|
bgColor?: string | undefined;
|
|
21077
21061
|
activeColor?: string | undefined;
|
|
21062
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
21078
21063
|
activeClass?: string | undefined;
|
|
21079
21064
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
21080
21065
|
collapseIcon?: IconValue | undefined;
|
|
@@ -21096,7 +21081,6 @@ declare const VCombobox: {
|
|
|
21096
21081
|
tile: boolean;
|
|
21097
21082
|
density: Density;
|
|
21098
21083
|
slim: boolean;
|
|
21099
|
-
valueComparator: typeof deepEqual;
|
|
21100
21084
|
activatable: boolean;
|
|
21101
21085
|
selectable: boolean;
|
|
21102
21086
|
selectStrategy: SelectStrategyProp;
|
|
@@ -21120,6 +21104,7 @@ declare const VCombobox: {
|
|
|
21120
21104
|
baseColor?: string | undefined;
|
|
21121
21105
|
bgColor?: string | undefined;
|
|
21122
21106
|
activeColor?: string | undefined;
|
|
21107
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
21123
21108
|
activeClass?: string | undefined;
|
|
21124
21109
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
21125
21110
|
collapseIcon?: IconValue | undefined;
|
|
@@ -21131,7 +21116,7 @@ declare const VCombobox: {
|
|
|
21131
21116
|
value: boolean;
|
|
21132
21117
|
path: unknown[];
|
|
21133
21118
|
}) => any) | undefined;
|
|
21134
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
21119
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
21135
21120
|
items?: readonly any[] | undefined;
|
|
21136
21121
|
itemTitle?: SelectItemKey<any>;
|
|
21137
21122
|
itemValue?: SelectItemKey<any>;
|
|
@@ -21455,7 +21440,6 @@ declare const VCombobox: {
|
|
|
21455
21440
|
rounded: string | number | boolean;
|
|
21456
21441
|
tile: boolean;
|
|
21457
21442
|
density: Density;
|
|
21458
|
-
valueComparator: typeof deepEqual;
|
|
21459
21443
|
clearIcon: IconValue;
|
|
21460
21444
|
centerAffix: boolean;
|
|
21461
21445
|
hideSpinButtons: boolean;
|
|
@@ -21543,7 +21527,6 @@ declare const VCombobox: {
|
|
|
21543
21527
|
rules: readonly ValidationRule$1[];
|
|
21544
21528
|
tile: boolean;
|
|
21545
21529
|
density: Density;
|
|
21546
|
-
valueComparator: typeof deepEqual;
|
|
21547
21530
|
clearIcon: IconValue;
|
|
21548
21531
|
hideSpinButtons: boolean;
|
|
21549
21532
|
persistentHint: boolean;
|
|
@@ -21587,6 +21570,7 @@ declare const VCombobox: {
|
|
|
21587
21570
|
bgColor?: string | undefined;
|
|
21588
21571
|
prependIcon?: IconValue | undefined;
|
|
21589
21572
|
appendIcon?: IconValue | undefined;
|
|
21573
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
21590
21574
|
prependInnerIcon?: IconValue | undefined;
|
|
21591
21575
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
21592
21576
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -21613,7 +21597,6 @@ declare const VCombobox: {
|
|
|
21613
21597
|
tile: boolean;
|
|
21614
21598
|
density: Density;
|
|
21615
21599
|
slim: boolean;
|
|
21616
|
-
valueComparator: typeof deepEqual;
|
|
21617
21600
|
activatable: boolean;
|
|
21618
21601
|
selectable: boolean;
|
|
21619
21602
|
selectStrategy: SelectStrategyProp;
|
|
@@ -21631,7 +21614,6 @@ declare const VCombobox: {
|
|
|
21631
21614
|
tile: boolean;
|
|
21632
21615
|
density: Density;
|
|
21633
21616
|
slim: boolean;
|
|
21634
|
-
valueComparator: typeof deepEqual;
|
|
21635
21617
|
activatable: boolean;
|
|
21636
21618
|
selectable: boolean;
|
|
21637
21619
|
selectStrategy: SelectStrategyProp;
|
|
@@ -21654,6 +21636,7 @@ declare const VCombobox: {
|
|
|
21654
21636
|
baseColor?: string | undefined;
|
|
21655
21637
|
bgColor?: string | undefined;
|
|
21656
21638
|
activeColor?: string | undefined;
|
|
21639
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
21657
21640
|
activeClass?: string | undefined;
|
|
21658
21641
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
21659
21642
|
collapseIcon?: IconValue | undefined;
|
|
@@ -21675,7 +21658,6 @@ declare const VCombobox: {
|
|
|
21675
21658
|
tile: boolean;
|
|
21676
21659
|
density: Density;
|
|
21677
21660
|
slim: boolean;
|
|
21678
|
-
valueComparator: typeof deepEqual;
|
|
21679
21661
|
activatable: boolean;
|
|
21680
21662
|
selectable: boolean;
|
|
21681
21663
|
selectStrategy: SelectStrategyProp;
|
|
@@ -21699,6 +21681,7 @@ declare const VCombobox: {
|
|
|
21699
21681
|
baseColor?: string | undefined;
|
|
21700
21682
|
bgColor?: string | undefined;
|
|
21701
21683
|
activeColor?: string | undefined;
|
|
21684
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
21702
21685
|
activeClass?: string | undefined;
|
|
21703
21686
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
21704
21687
|
collapseIcon?: IconValue | undefined;
|
|
@@ -21710,7 +21693,7 @@ declare const VCombobox: {
|
|
|
21710
21693
|
value: boolean;
|
|
21711
21694
|
path: unknown[];
|
|
21712
21695
|
}) => any) | undefined;
|
|
21713
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
21696
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
21714
21697
|
items?: readonly any[] | undefined;
|
|
21715
21698
|
itemTitle?: SelectItemKey<any>;
|
|
21716
21699
|
itemValue?: SelectItemKey<any>;
|
|
@@ -22034,7 +22017,6 @@ declare const VCombobox: {
|
|
|
22034
22017
|
rounded: string | number | boolean;
|
|
22035
22018
|
tile: boolean;
|
|
22036
22019
|
density: Density;
|
|
22037
|
-
valueComparator: typeof deepEqual;
|
|
22038
22020
|
clearIcon: IconValue;
|
|
22039
22021
|
centerAffix: boolean;
|
|
22040
22022
|
hideSpinButtons: boolean;
|
|
@@ -22087,7 +22069,6 @@ declare const VCombobox: {
|
|
|
22087
22069
|
rules: readonly ValidationRule$1[];
|
|
22088
22070
|
tile: boolean;
|
|
22089
22071
|
density: Density;
|
|
22090
|
-
valueComparator: typeof deepEqual;
|
|
22091
22072
|
clearIcon: IconValue;
|
|
22092
22073
|
hideSpinButtons: boolean;
|
|
22093
22074
|
persistentHint: boolean;
|
|
@@ -22131,6 +22112,7 @@ declare const VCombobox: {
|
|
|
22131
22112
|
bgColor?: string | undefined;
|
|
22132
22113
|
prependIcon?: IconValue | undefined;
|
|
22133
22114
|
appendIcon?: IconValue | undefined;
|
|
22115
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
22134
22116
|
prependInnerIcon?: IconValue | undefined;
|
|
22135
22117
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
22136
22118
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -22157,7 +22139,6 @@ declare const VCombobox: {
|
|
|
22157
22139
|
tile: boolean;
|
|
22158
22140
|
density: Density;
|
|
22159
22141
|
slim: boolean;
|
|
22160
|
-
valueComparator: typeof deepEqual;
|
|
22161
22142
|
activatable: boolean;
|
|
22162
22143
|
selectable: boolean;
|
|
22163
22144
|
selectStrategy: SelectStrategyProp;
|
|
@@ -22175,7 +22156,6 @@ declare const VCombobox: {
|
|
|
22175
22156
|
tile: boolean;
|
|
22176
22157
|
density: Density;
|
|
22177
22158
|
slim: boolean;
|
|
22178
|
-
valueComparator: typeof deepEqual;
|
|
22179
22159
|
activatable: boolean;
|
|
22180
22160
|
selectable: boolean;
|
|
22181
22161
|
selectStrategy: SelectStrategyProp;
|
|
@@ -22198,6 +22178,7 @@ declare const VCombobox: {
|
|
|
22198
22178
|
baseColor?: string | undefined;
|
|
22199
22179
|
bgColor?: string | undefined;
|
|
22200
22180
|
activeColor?: string | undefined;
|
|
22181
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
22201
22182
|
activeClass?: string | undefined;
|
|
22202
22183
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
22203
22184
|
collapseIcon?: IconValue | undefined;
|
|
@@ -22219,7 +22200,6 @@ declare const VCombobox: {
|
|
|
22219
22200
|
tile: boolean;
|
|
22220
22201
|
density: Density;
|
|
22221
22202
|
slim: boolean;
|
|
22222
|
-
valueComparator: typeof deepEqual;
|
|
22223
22203
|
activatable: boolean;
|
|
22224
22204
|
selectable: boolean;
|
|
22225
22205
|
selectStrategy: SelectStrategyProp;
|
|
@@ -22243,6 +22223,7 @@ declare const VCombobox: {
|
|
|
22243
22223
|
baseColor?: string | undefined;
|
|
22244
22224
|
bgColor?: string | undefined;
|
|
22245
22225
|
activeColor?: string | undefined;
|
|
22226
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
22246
22227
|
activeClass?: string | undefined;
|
|
22247
22228
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
22248
22229
|
collapseIcon?: IconValue | undefined;
|
|
@@ -22254,7 +22235,7 @@ declare const VCombobox: {
|
|
|
22254
22235
|
value: boolean;
|
|
22255
22236
|
path: unknown[];
|
|
22256
22237
|
}) => any) | undefined;
|
|
22257
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
22238
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
22258
22239
|
items?: readonly any[] | undefined;
|
|
22259
22240
|
itemTitle?: SelectItemKey<any>;
|
|
22260
22241
|
itemValue?: SelectItemKey<any>;
|
|
@@ -22583,7 +22564,6 @@ declare const VCombobox: {
|
|
|
22583
22564
|
rounded: string | number | boolean;
|
|
22584
22565
|
tile: boolean;
|
|
22585
22566
|
density: Density;
|
|
22586
|
-
valueComparator: typeof deepEqual;
|
|
22587
22567
|
clearIcon: IconValue;
|
|
22588
22568
|
centerAffix: boolean;
|
|
22589
22569
|
hideSpinButtons: boolean;
|
|
@@ -22818,10 +22798,7 @@ declare const VCombobox: {
|
|
|
22818
22798
|
type: PropType<boolean>;
|
|
22819
22799
|
default: boolean;
|
|
22820
22800
|
};
|
|
22821
|
-
valueComparator:
|
|
22822
|
-
type: PropType<typeof deepEqual>;
|
|
22823
|
-
default: typeof deepEqual;
|
|
22824
|
-
};
|
|
22801
|
+
valueComparator: PropType<typeof deepEqual>;
|
|
22825
22802
|
chips: BooleanConstructor;
|
|
22826
22803
|
closableChips: BooleanConstructor;
|
|
22827
22804
|
closeText: {
|
|
@@ -23028,10 +23005,7 @@ declare const VCombobox: {
|
|
|
23028
23005
|
type: PropType<boolean>;
|
|
23029
23006
|
default: boolean;
|
|
23030
23007
|
};
|
|
23031
|
-
valueComparator:
|
|
23032
|
-
type: PropType<typeof deepEqual>;
|
|
23033
|
-
default: typeof deepEqual;
|
|
23034
|
-
};
|
|
23008
|
+
valueComparator: PropType<typeof deepEqual>;
|
|
23035
23009
|
chips: BooleanConstructor;
|
|
23036
23010
|
closableChips: BooleanConstructor;
|
|
23037
23011
|
closeText: {
|
|
@@ -28075,7 +28049,6 @@ declare const VDatePicker: {
|
|
|
28075
28049
|
bgColor?: string | undefined;
|
|
28076
28050
|
firstDayOfWeek?: string | number | undefined;
|
|
28077
28051
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
28078
|
-
displayValue?: unknown;
|
|
28079
28052
|
} & {
|
|
28080
28053
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
|
28081
28054
|
"onUpdate:year"?: ((date: any) => any) | undefined;
|
|
@@ -28129,7 +28102,6 @@ declare const VDatePicker: {
|
|
|
28129
28102
|
bgColor?: string | undefined;
|
|
28130
28103
|
firstDayOfWeek?: string | number | undefined;
|
|
28131
28104
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
28132
|
-
displayValue?: unknown;
|
|
28133
28105
|
} & {
|
|
28134
28106
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
|
28135
28107
|
"onUpdate:year"?: ((date: any) => any) | undefined;
|
|
@@ -28215,7 +28187,6 @@ declare const VDatePicker: {
|
|
|
28215
28187
|
bgColor?: string | undefined;
|
|
28216
28188
|
firstDayOfWeek?: string | number | undefined;
|
|
28217
28189
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
28218
|
-
displayValue?: unknown;
|
|
28219
28190
|
} & {
|
|
28220
28191
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
|
28221
28192
|
"onUpdate:year"?: ((date: any) => any) | undefined;
|
|
@@ -28290,7 +28261,6 @@ declare const VDatePicker: {
|
|
|
28290
28261
|
bgColor?: string | undefined;
|
|
28291
28262
|
firstDayOfWeek?: string | number | undefined;
|
|
28292
28263
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
28293
|
-
displayValue?: unknown;
|
|
28294
28264
|
} & {
|
|
28295
28265
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
|
28296
28266
|
"onUpdate:year"?: ((date: any) => any) | undefined;
|
|
@@ -28378,9 +28348,10 @@ declare const VDatePicker: {
|
|
|
28378
28348
|
max: vue.PropType<unknown>;
|
|
28379
28349
|
min: vue.PropType<unknown>;
|
|
28380
28350
|
year: NumberConstructor;
|
|
28381
|
-
|
|
28382
|
-
|
|
28383
|
-
|
|
28351
|
+
disabled: {
|
|
28352
|
+
type: BooleanConstructor;
|
|
28353
|
+
default: null;
|
|
28354
|
+
};
|
|
28384
28355
|
month: (StringConstructor | NumberConstructor)[];
|
|
28385
28356
|
showAdjacentMonths: BooleanConstructor;
|
|
28386
28357
|
weekdays: {
|
|
@@ -28410,6 +28381,7 @@ declare const VDatePicker: {
|
|
|
28410
28381
|
default: NonNullable<"static" | "dynamic">;
|
|
28411
28382
|
};
|
|
28412
28383
|
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
|
28384
|
+
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
28413
28385
|
hideWeekdays: BooleanConstructor;
|
|
28414
28386
|
multiple: vue.PropType<boolean | "range" | number | (string & {})>;
|
|
28415
28387
|
showWeek: BooleanConstructor;
|
|
@@ -28490,9 +28462,10 @@ declare const VDatePicker: {
|
|
|
28490
28462
|
max: vue.PropType<unknown>;
|
|
28491
28463
|
min: vue.PropType<unknown>;
|
|
28492
28464
|
year: NumberConstructor;
|
|
28493
|
-
|
|
28494
|
-
|
|
28495
|
-
|
|
28465
|
+
disabled: {
|
|
28466
|
+
type: BooleanConstructor;
|
|
28467
|
+
default: null;
|
|
28468
|
+
};
|
|
28496
28469
|
month: (StringConstructor | NumberConstructor)[];
|
|
28497
28470
|
showAdjacentMonths: BooleanConstructor;
|
|
28498
28471
|
weekdays: {
|
|
@@ -28522,6 +28495,7 @@ declare const VDatePicker: {
|
|
|
28522
28495
|
default: NonNullable<"static" | "dynamic">;
|
|
28523
28496
|
};
|
|
28524
28497
|
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
|
28498
|
+
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
28525
28499
|
hideWeekdays: BooleanConstructor;
|
|
28526
28500
|
multiple: vue.PropType<boolean | "range" | number | (string & {})>;
|
|
28527
28501
|
showWeek: BooleanConstructor;
|
|
@@ -28563,7 +28537,7 @@ type VDatePicker = InstanceType<typeof VDatePicker>;
|
|
|
28563
28537
|
|
|
28564
28538
|
declare const VDatePickerControls: {
|
|
28565
28539
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
28566
|
-
disabled: string | boolean | string[];
|
|
28540
|
+
disabled: string | boolean | string[] | null;
|
|
28567
28541
|
nextIcon: IconValue;
|
|
28568
28542
|
prevIcon: IconValue;
|
|
28569
28543
|
modeIcon: IconValue;
|
|
@@ -28593,7 +28567,7 @@ declare const VDatePickerControls: {
|
|
|
28593
28567
|
'click:next': () => true;
|
|
28594
28568
|
'click:text': () => true;
|
|
28595
28569
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
28596
|
-
disabled: string | boolean | string[];
|
|
28570
|
+
disabled: string | boolean | string[] | null;
|
|
28597
28571
|
nextIcon: IconValue;
|
|
28598
28572
|
prevIcon: IconValue;
|
|
28599
28573
|
modeIcon: IconValue;
|
|
@@ -28618,7 +28592,7 @@ declare const VDatePickerControls: {
|
|
|
28618
28592
|
"onClick:text"?: (() => any) | undefined;
|
|
28619
28593
|
}, {
|
|
28620
28594
|
active: string | string[];
|
|
28621
|
-
disabled: string | boolean | string[];
|
|
28595
|
+
disabled: string | boolean | string[] | null;
|
|
28622
28596
|
nextIcon: IconValue;
|
|
28623
28597
|
prevIcon: IconValue;
|
|
28624
28598
|
modeIcon: IconValue;
|
|
@@ -28633,7 +28607,7 @@ declare const VDatePickerControls: {
|
|
|
28633
28607
|
M: {};
|
|
28634
28608
|
Defaults: {};
|
|
28635
28609
|
}, {
|
|
28636
|
-
disabled: string | boolean | string[];
|
|
28610
|
+
disabled: string | boolean | string[] | null;
|
|
28637
28611
|
nextIcon: IconValue;
|
|
28638
28612
|
prevIcon: IconValue;
|
|
28639
28613
|
modeIcon: IconValue;
|
|
@@ -28658,7 +28632,7 @@ declare const VDatePickerControls: {
|
|
|
28658
28632
|
"onClick:text"?: (() => any) | undefined;
|
|
28659
28633
|
}, {}, {}, {}, {}, {
|
|
28660
28634
|
active: string | string[];
|
|
28661
|
-
disabled: string | boolean | string[];
|
|
28635
|
+
disabled: string | boolean | string[] | null;
|
|
28662
28636
|
nextIcon: IconValue;
|
|
28663
28637
|
prevIcon: IconValue;
|
|
28664
28638
|
modeIcon: IconValue;
|
|
@@ -28668,7 +28642,7 @@ declare const VDatePickerControls: {
|
|
|
28668
28642
|
__isTeleport?: never;
|
|
28669
28643
|
__isSuspense?: never;
|
|
28670
28644
|
} & vue.ComponentOptionsBase<{
|
|
28671
|
-
disabled: string | boolean | string[];
|
|
28645
|
+
disabled: string | boolean | string[] | null;
|
|
28672
28646
|
nextIcon: IconValue;
|
|
28673
28647
|
prevIcon: IconValue;
|
|
28674
28648
|
modeIcon: IconValue;
|
|
@@ -28699,7 +28673,7 @@ declare const VDatePickerControls: {
|
|
|
28699
28673
|
'click:text': () => true;
|
|
28700
28674
|
}, string, {
|
|
28701
28675
|
active: string | string[];
|
|
28702
|
-
disabled: string | boolean | string[];
|
|
28676
|
+
disabled: string | boolean | string[] | null;
|
|
28703
28677
|
nextIcon: IconValue;
|
|
28704
28678
|
prevIcon: IconValue;
|
|
28705
28679
|
modeIcon: IconValue;
|
|
@@ -28712,8 +28686,8 @@ declare const VDatePickerControls: {
|
|
|
28712
28686
|
default: undefined;
|
|
28713
28687
|
};
|
|
28714
28688
|
disabled: {
|
|
28715
|
-
type: PropType<boolean | string | string[]>;
|
|
28716
|
-
default:
|
|
28689
|
+
type: PropType<boolean | string | string[] | null>;
|
|
28690
|
+
default: null;
|
|
28717
28691
|
};
|
|
28718
28692
|
nextIcon: {
|
|
28719
28693
|
type: PropType<IconValue>;
|
|
@@ -28738,8 +28712,8 @@ declare const VDatePickerControls: {
|
|
|
28738
28712
|
default: undefined;
|
|
28739
28713
|
};
|
|
28740
28714
|
disabled: {
|
|
28741
|
-
type: PropType<boolean | string | string[]>;
|
|
28742
|
-
default:
|
|
28715
|
+
type: PropType<boolean | string | string[] | null>;
|
|
28716
|
+
default: null;
|
|
28743
28717
|
};
|
|
28744
28718
|
nextIcon: {
|
|
28745
28719
|
type: PropType<IconValue>;
|
|
@@ -28918,7 +28892,6 @@ declare const VDatePickerMonth: {
|
|
|
28918
28892
|
modelValue?: unknown[] | undefined;
|
|
28919
28893
|
firstDayOfWeek?: string | number | undefined;
|
|
28920
28894
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
28921
|
-
displayValue?: unknown;
|
|
28922
28895
|
} & {
|
|
28923
28896
|
$children?: {} | vue.VNodeChild | {
|
|
28924
28897
|
day?: ((arg: {
|
|
@@ -28973,7 +28946,6 @@ declare const VDatePickerMonth: {
|
|
|
28973
28946
|
modelValue?: unknown[] | undefined;
|
|
28974
28947
|
firstDayOfWeek?: string | number | undefined;
|
|
28975
28948
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
28976
|
-
displayValue?: unknown;
|
|
28977
28949
|
} & {
|
|
28978
28950
|
$children?: {} | vue.VNodeChild | {
|
|
28979
28951
|
day?: ((arg: {
|
|
@@ -29048,7 +29020,6 @@ declare const VDatePickerMonth: {
|
|
|
29048
29020
|
modelValue?: unknown[] | undefined;
|
|
29049
29021
|
firstDayOfWeek?: string | number | undefined;
|
|
29050
29022
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
29051
|
-
displayValue?: unknown;
|
|
29052
29023
|
} & {
|
|
29053
29024
|
$children?: {} | vue.VNodeChild | {
|
|
29054
29025
|
day?: ((arg: {
|
|
@@ -29112,7 +29083,6 @@ declare const VDatePickerMonth: {
|
|
|
29112
29083
|
modelValue?: unknown[] | undefined;
|
|
29113
29084
|
firstDayOfWeek?: string | number | undefined;
|
|
29114
29085
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
29115
|
-
displayValue?: unknown;
|
|
29116
29086
|
} & {
|
|
29117
29087
|
$children?: {} | vue.VNodeChild | {
|
|
29118
29088
|
day?: ((arg: {
|
|
@@ -29166,15 +29136,16 @@ declare const VDatePickerMonth: {
|
|
|
29166
29136
|
i: number;
|
|
29167
29137
|
}) => vue.VNode[];
|
|
29168
29138
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
29169
|
-
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
29170
|
-
disabled: BooleanConstructor;
|
|
29171
|
-
displayValue: PropType<unknown>;
|
|
29172
|
-
modelValue: PropType<unknown[]>;
|
|
29173
|
-
month: (StringConstructor | NumberConstructor)[];
|
|
29174
29139
|
max: PropType<unknown>;
|
|
29175
29140
|
min: PropType<unknown>;
|
|
29176
|
-
|
|
29141
|
+
disabled: {
|
|
29142
|
+
type: BooleanConstructor;
|
|
29143
|
+
default: null;
|
|
29144
|
+
};
|
|
29145
|
+
month: (StringConstructor | NumberConstructor)[];
|
|
29177
29146
|
year: (StringConstructor | NumberConstructor)[];
|
|
29147
|
+
modelValue: PropType<unknown[]>;
|
|
29148
|
+
showAdjacentMonths: BooleanConstructor;
|
|
29178
29149
|
weekdays: {
|
|
29179
29150
|
type: {
|
|
29180
29151
|
(arrayLength: number): number[];
|
|
@@ -29199,6 +29170,7 @@ declare const VDatePickerMonth: {
|
|
|
29199
29170
|
default: string;
|
|
29200
29171
|
};
|
|
29201
29172
|
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
|
29173
|
+
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
29202
29174
|
color: StringConstructor;
|
|
29203
29175
|
hideWeekdays: BooleanConstructor;
|
|
29204
29176
|
multiple: PropType<boolean | "range" | number | (string & {})>;
|
|
@@ -29212,15 +29184,16 @@ declare const VDatePickerMonth: {
|
|
|
29212
29184
|
default: string;
|
|
29213
29185
|
};
|
|
29214
29186
|
}, vue.ExtractPropTypes<{
|
|
29215
|
-
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
29216
|
-
disabled: BooleanConstructor;
|
|
29217
|
-
displayValue: PropType<unknown>;
|
|
29218
|
-
modelValue: PropType<unknown[]>;
|
|
29219
|
-
month: (StringConstructor | NumberConstructor)[];
|
|
29220
29187
|
max: PropType<unknown>;
|
|
29221
29188
|
min: PropType<unknown>;
|
|
29222
|
-
|
|
29189
|
+
disabled: {
|
|
29190
|
+
type: BooleanConstructor;
|
|
29191
|
+
default: null;
|
|
29192
|
+
};
|
|
29193
|
+
month: (StringConstructor | NumberConstructor)[];
|
|
29223
29194
|
year: (StringConstructor | NumberConstructor)[];
|
|
29195
|
+
modelValue: PropType<unknown[]>;
|
|
29196
|
+
showAdjacentMonths: BooleanConstructor;
|
|
29224
29197
|
weekdays: {
|
|
29225
29198
|
type: {
|
|
29226
29199
|
(arrayLength: number): number[];
|
|
@@ -29245,6 +29218,7 @@ declare const VDatePickerMonth: {
|
|
|
29245
29218
|
default: string;
|
|
29246
29219
|
};
|
|
29247
29220
|
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
|
29221
|
+
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
29248
29222
|
color: StringConstructor;
|
|
29249
29223
|
hideWeekdays: BooleanConstructor;
|
|
29250
29224
|
multiple: PropType<boolean | "range" | number | (string & {})>;
|
|
@@ -30352,7 +30326,7 @@ declare const VDialog: {
|
|
|
30352
30326
|
};
|
|
30353
30327
|
$forceUpdate: () => void;
|
|
30354
30328
|
$nextTick: typeof nextTick;
|
|
30355
|
-
$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;
|
|
30329
|
+
$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;
|
|
30356
30330
|
} & Omit<{
|
|
30357
30331
|
absolute: boolean;
|
|
30358
30332
|
location: Anchor;
|
|
@@ -31038,7 +31012,7 @@ declare const VDialog: {
|
|
|
31038
31012
|
};
|
|
31039
31013
|
$forceUpdate: () => void;
|
|
31040
31014
|
$nextTick: typeof nextTick;
|
|
31041
|
-
$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;
|
|
31015
|
+
$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;
|
|
31042
31016
|
} & Omit<{
|
|
31043
31017
|
absolute: boolean;
|
|
31044
31018
|
location: Anchor;
|
|
@@ -31623,7 +31597,7 @@ declare const VDialog: {
|
|
|
31623
31597
|
};
|
|
31624
31598
|
$forceUpdate: () => void;
|
|
31625
31599
|
$nextTick: typeof nextTick;
|
|
31626
|
-
$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;
|
|
31600
|
+
$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;
|
|
31627
31601
|
} & Omit<{
|
|
31628
31602
|
absolute: boolean;
|
|
31629
31603
|
location: Anchor;
|
|
@@ -33645,7 +33619,7 @@ declare const VFab: {
|
|
|
33645
33619
|
text?: string | undefined;
|
|
33646
33620
|
class?: any;
|
|
33647
33621
|
theme?: string | undefined;
|
|
33648
|
-
to?: vue_router.
|
|
33622
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
33649
33623
|
icon?: boolean | IconValue | undefined;
|
|
33650
33624
|
href?: string | undefined;
|
|
33651
33625
|
elevation?: string | number | undefined;
|
|
@@ -33716,7 +33690,7 @@ declare const VFab: {
|
|
|
33716
33690
|
text?: string | undefined;
|
|
33717
33691
|
class?: any;
|
|
33718
33692
|
theme?: string | undefined;
|
|
33719
|
-
to?: vue_router.
|
|
33693
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
33720
33694
|
icon?: boolean | IconValue | undefined;
|
|
33721
33695
|
href?: string | undefined;
|
|
33722
33696
|
elevation?: string | number | undefined;
|
|
@@ -33826,7 +33800,7 @@ declare const VFab: {
|
|
|
33826
33800
|
text?: string | undefined;
|
|
33827
33801
|
class?: any;
|
|
33828
33802
|
theme?: string | undefined;
|
|
33829
|
-
to?: vue_router.
|
|
33803
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
33830
33804
|
icon?: boolean | IconValue | undefined;
|
|
33831
33805
|
href?: string | undefined;
|
|
33832
33806
|
elevation?: string | number | undefined;
|
|
@@ -33931,7 +33905,7 @@ declare const VFab: {
|
|
|
33931
33905
|
text?: string | undefined;
|
|
33932
33906
|
class?: any;
|
|
33933
33907
|
theme?: string | undefined;
|
|
33934
|
-
to?: vue_router.
|
|
33908
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
33935
33909
|
icon?: boolean | IconValue | undefined;
|
|
33936
33910
|
href?: string | undefined;
|
|
33937
33911
|
elevation?: string | number | undefined;
|
|
@@ -34643,7 +34617,7 @@ declare const VFileInput: {
|
|
|
34643
34617
|
};
|
|
34644
34618
|
$forceUpdate: () => void;
|
|
34645
34619
|
$nextTick: typeof nextTick;
|
|
34646
|
-
$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;
|
|
34620
|
+
$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;
|
|
34647
34621
|
} & Omit<{
|
|
34648
34622
|
error: boolean;
|
|
34649
34623
|
direction: "horizontal" | "vertical";
|
|
@@ -35215,7 +35189,7 @@ declare const VFileInput: {
|
|
|
35215
35189
|
};
|
|
35216
35190
|
$forceUpdate: () => void;
|
|
35217
35191
|
$nextTick: typeof nextTick;
|
|
35218
|
-
$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;
|
|
35192
|
+
$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;
|
|
35219
35193
|
} & Omit<{
|
|
35220
35194
|
error: boolean;
|
|
35221
35195
|
direction: "horizontal" | "vertical";
|
|
@@ -35622,7 +35596,7 @@ declare const VFileInput: {
|
|
|
35622
35596
|
};
|
|
35623
35597
|
$forceUpdate: () => void;
|
|
35624
35598
|
$nextTick: typeof nextTick;
|
|
35625
|
-
$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;
|
|
35599
|
+
$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;
|
|
35626
35600
|
} & Omit<{
|
|
35627
35601
|
error: boolean;
|
|
35628
35602
|
direction: "horizontal" | "vertical";
|
|
@@ -45142,7 +45116,6 @@ declare const VSelect: {
|
|
|
45142
45116
|
rules: readonly ValidationRule$1[];
|
|
45143
45117
|
tile: boolean;
|
|
45144
45118
|
density: Density;
|
|
45145
|
-
valueComparator: typeof deepEqual;
|
|
45146
45119
|
clearIcon: IconValue;
|
|
45147
45120
|
hideSpinButtons: boolean;
|
|
45148
45121
|
persistentHint: boolean;
|
|
@@ -45181,6 +45154,7 @@ declare const VSelect: {
|
|
|
45181
45154
|
bgColor?: string | undefined;
|
|
45182
45155
|
prependIcon?: IconValue | undefined;
|
|
45183
45156
|
appendIcon?: IconValue | undefined;
|
|
45157
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
45184
45158
|
prependInnerIcon?: IconValue | undefined;
|
|
45185
45159
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
45186
45160
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -45205,7 +45179,6 @@ declare const VSelect: {
|
|
|
45205
45179
|
tile: boolean;
|
|
45206
45180
|
density: Density;
|
|
45207
45181
|
slim: boolean;
|
|
45208
|
-
valueComparator: typeof deepEqual;
|
|
45209
45182
|
activatable: boolean;
|
|
45210
45183
|
selectable: boolean;
|
|
45211
45184
|
selectStrategy: SelectStrategyProp;
|
|
@@ -45223,7 +45196,6 @@ declare const VSelect: {
|
|
|
45223
45196
|
tile: boolean;
|
|
45224
45197
|
density: Density;
|
|
45225
45198
|
slim: boolean;
|
|
45226
|
-
valueComparator: typeof deepEqual;
|
|
45227
45199
|
activatable: boolean;
|
|
45228
45200
|
selectable: boolean;
|
|
45229
45201
|
selectStrategy: SelectStrategyProp;
|
|
@@ -45246,6 +45218,7 @@ declare const VSelect: {
|
|
|
45246
45218
|
baseColor?: string | undefined;
|
|
45247
45219
|
bgColor?: string | undefined;
|
|
45248
45220
|
activeColor?: string | undefined;
|
|
45221
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
45249
45222
|
activeClass?: string | undefined;
|
|
45250
45223
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
45251
45224
|
collapseIcon?: IconValue | undefined;
|
|
@@ -45267,7 +45240,6 @@ declare const VSelect: {
|
|
|
45267
45240
|
tile: boolean;
|
|
45268
45241
|
density: Density;
|
|
45269
45242
|
slim: boolean;
|
|
45270
|
-
valueComparator: typeof deepEqual;
|
|
45271
45243
|
activatable: boolean;
|
|
45272
45244
|
selectable: boolean;
|
|
45273
45245
|
selectStrategy: SelectStrategyProp;
|
|
@@ -45291,6 +45263,7 @@ declare const VSelect: {
|
|
|
45291
45263
|
baseColor?: string | undefined;
|
|
45292
45264
|
bgColor?: string | undefined;
|
|
45293
45265
|
activeColor?: string | undefined;
|
|
45266
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
45294
45267
|
activeClass?: string | undefined;
|
|
45295
45268
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
45296
45269
|
collapseIcon?: IconValue | undefined;
|
|
@@ -45302,7 +45275,7 @@ declare const VSelect: {
|
|
|
45302
45275
|
value: boolean;
|
|
45303
45276
|
path: unknown[];
|
|
45304
45277
|
}) => any) | undefined;
|
|
45305
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
45278
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
45306
45279
|
items?: readonly any[] | undefined;
|
|
45307
45280
|
itemTitle?: SelectItemKey<any>;
|
|
45308
45281
|
itemValue?: SelectItemKey<any>;
|
|
@@ -45629,7 +45602,6 @@ declare const VSelect: {
|
|
|
45629
45602
|
rules: readonly ValidationRule$1[];
|
|
45630
45603
|
tile: boolean;
|
|
45631
45604
|
density: Density;
|
|
45632
|
-
valueComparator: typeof deepEqual;
|
|
45633
45605
|
clearIcon: IconValue;
|
|
45634
45606
|
hideSpinButtons: boolean;
|
|
45635
45607
|
persistentHint: boolean;
|
|
@@ -45668,6 +45640,7 @@ declare const VSelect: {
|
|
|
45668
45640
|
bgColor?: string | undefined;
|
|
45669
45641
|
prependIcon?: IconValue | undefined;
|
|
45670
45642
|
appendIcon?: IconValue | undefined;
|
|
45643
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
45671
45644
|
prependInnerIcon?: IconValue | undefined;
|
|
45672
45645
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
45673
45646
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -45692,7 +45665,6 @@ declare const VSelect: {
|
|
|
45692
45665
|
tile: boolean;
|
|
45693
45666
|
density: Density;
|
|
45694
45667
|
slim: boolean;
|
|
45695
|
-
valueComparator: typeof deepEqual;
|
|
45696
45668
|
activatable: boolean;
|
|
45697
45669
|
selectable: boolean;
|
|
45698
45670
|
selectStrategy: SelectStrategyProp;
|
|
@@ -45710,7 +45682,6 @@ declare const VSelect: {
|
|
|
45710
45682
|
tile: boolean;
|
|
45711
45683
|
density: Density;
|
|
45712
45684
|
slim: boolean;
|
|
45713
|
-
valueComparator: typeof deepEqual;
|
|
45714
45685
|
activatable: boolean;
|
|
45715
45686
|
selectable: boolean;
|
|
45716
45687
|
selectStrategy: SelectStrategyProp;
|
|
@@ -45733,6 +45704,7 @@ declare const VSelect: {
|
|
|
45733
45704
|
baseColor?: string | undefined;
|
|
45734
45705
|
bgColor?: string | undefined;
|
|
45735
45706
|
activeColor?: string | undefined;
|
|
45707
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
45736
45708
|
activeClass?: string | undefined;
|
|
45737
45709
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
45738
45710
|
collapseIcon?: IconValue | undefined;
|
|
@@ -45754,7 +45726,6 @@ declare const VSelect: {
|
|
|
45754
45726
|
tile: boolean;
|
|
45755
45727
|
density: Density;
|
|
45756
45728
|
slim: boolean;
|
|
45757
|
-
valueComparator: typeof deepEqual;
|
|
45758
45729
|
activatable: boolean;
|
|
45759
45730
|
selectable: boolean;
|
|
45760
45731
|
selectStrategy: SelectStrategyProp;
|
|
@@ -45778,6 +45749,7 @@ declare const VSelect: {
|
|
|
45778
45749
|
baseColor?: string | undefined;
|
|
45779
45750
|
bgColor?: string | undefined;
|
|
45780
45751
|
activeColor?: string | undefined;
|
|
45752
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
45781
45753
|
activeClass?: string | undefined;
|
|
45782
45754
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
45783
45755
|
collapseIcon?: IconValue | undefined;
|
|
@@ -45789,7 +45761,7 @@ declare const VSelect: {
|
|
|
45789
45761
|
value: boolean;
|
|
45790
45762
|
path: unknown[];
|
|
45791
45763
|
}) => any) | undefined;
|
|
45792
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
45764
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
45793
45765
|
items?: readonly any[] | undefined;
|
|
45794
45766
|
itemTitle?: SelectItemKey<any>;
|
|
45795
45767
|
itemValue?: SelectItemKey<any>;
|
|
@@ -46113,7 +46085,6 @@ declare const VSelect: {
|
|
|
46113
46085
|
rounded: string | number | boolean;
|
|
46114
46086
|
tile: boolean;
|
|
46115
46087
|
density: Density;
|
|
46116
|
-
valueComparator: typeof deepEqual;
|
|
46117
46088
|
clearIcon: IconValue;
|
|
46118
46089
|
centerAffix: boolean;
|
|
46119
46090
|
hideSpinButtons: boolean;
|
|
@@ -46199,7 +46170,6 @@ declare const VSelect: {
|
|
|
46199
46170
|
rules: readonly ValidationRule$1[];
|
|
46200
46171
|
tile: boolean;
|
|
46201
46172
|
density: Density;
|
|
46202
|
-
valueComparator: typeof deepEqual;
|
|
46203
46173
|
clearIcon: IconValue;
|
|
46204
46174
|
hideSpinButtons: boolean;
|
|
46205
46175
|
persistentHint: boolean;
|
|
@@ -46238,6 +46208,7 @@ declare const VSelect: {
|
|
|
46238
46208
|
bgColor?: string | undefined;
|
|
46239
46209
|
prependIcon?: IconValue | undefined;
|
|
46240
46210
|
appendIcon?: IconValue | undefined;
|
|
46211
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
46241
46212
|
prependInnerIcon?: IconValue | undefined;
|
|
46242
46213
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
46243
46214
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -46262,7 +46233,6 @@ declare const VSelect: {
|
|
|
46262
46233
|
tile: boolean;
|
|
46263
46234
|
density: Density;
|
|
46264
46235
|
slim: boolean;
|
|
46265
|
-
valueComparator: typeof deepEqual;
|
|
46266
46236
|
activatable: boolean;
|
|
46267
46237
|
selectable: boolean;
|
|
46268
46238
|
selectStrategy: SelectStrategyProp;
|
|
@@ -46280,7 +46250,6 @@ declare const VSelect: {
|
|
|
46280
46250
|
tile: boolean;
|
|
46281
46251
|
density: Density;
|
|
46282
46252
|
slim: boolean;
|
|
46283
|
-
valueComparator: typeof deepEqual;
|
|
46284
46253
|
activatable: boolean;
|
|
46285
46254
|
selectable: boolean;
|
|
46286
46255
|
selectStrategy: SelectStrategyProp;
|
|
@@ -46303,6 +46272,7 @@ declare const VSelect: {
|
|
|
46303
46272
|
baseColor?: string | undefined;
|
|
46304
46273
|
bgColor?: string | undefined;
|
|
46305
46274
|
activeColor?: string | undefined;
|
|
46275
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
46306
46276
|
activeClass?: string | undefined;
|
|
46307
46277
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
46308
46278
|
collapseIcon?: IconValue | undefined;
|
|
@@ -46324,7 +46294,6 @@ declare const VSelect: {
|
|
|
46324
46294
|
tile: boolean;
|
|
46325
46295
|
density: Density;
|
|
46326
46296
|
slim: boolean;
|
|
46327
|
-
valueComparator: typeof deepEqual;
|
|
46328
46297
|
activatable: boolean;
|
|
46329
46298
|
selectable: boolean;
|
|
46330
46299
|
selectStrategy: SelectStrategyProp;
|
|
@@ -46348,6 +46317,7 @@ declare const VSelect: {
|
|
|
46348
46317
|
baseColor?: string | undefined;
|
|
46349
46318
|
bgColor?: string | undefined;
|
|
46350
46319
|
activeColor?: string | undefined;
|
|
46320
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
46351
46321
|
activeClass?: string | undefined;
|
|
46352
46322
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
46353
46323
|
collapseIcon?: IconValue | undefined;
|
|
@@ -46359,7 +46329,7 @@ declare const VSelect: {
|
|
|
46359
46329
|
value: boolean;
|
|
46360
46330
|
path: unknown[];
|
|
46361
46331
|
}) => any) | undefined;
|
|
46362
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
46332
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
46363
46333
|
items?: readonly any[] | undefined;
|
|
46364
46334
|
itemTitle?: SelectItemKey<any>;
|
|
46365
46335
|
itemValue?: SelectItemKey<any>;
|
|
@@ -46683,7 +46653,6 @@ declare const VSelect: {
|
|
|
46683
46653
|
rounded: string | number | boolean;
|
|
46684
46654
|
tile: boolean;
|
|
46685
46655
|
density: Density;
|
|
46686
|
-
valueComparator: typeof deepEqual;
|
|
46687
46656
|
clearIcon: IconValue;
|
|
46688
46657
|
centerAffix: boolean;
|
|
46689
46658
|
hideSpinButtons: boolean;
|
|
@@ -46734,7 +46703,6 @@ declare const VSelect: {
|
|
|
46734
46703
|
rules: readonly ValidationRule$1[];
|
|
46735
46704
|
tile: boolean;
|
|
46736
46705
|
density: Density;
|
|
46737
|
-
valueComparator: typeof deepEqual;
|
|
46738
46706
|
clearIcon: IconValue;
|
|
46739
46707
|
hideSpinButtons: boolean;
|
|
46740
46708
|
persistentHint: boolean;
|
|
@@ -46773,6 +46741,7 @@ declare const VSelect: {
|
|
|
46773
46741
|
bgColor?: string | undefined;
|
|
46774
46742
|
prependIcon?: IconValue | undefined;
|
|
46775
46743
|
appendIcon?: IconValue | undefined;
|
|
46744
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
46776
46745
|
prependInnerIcon?: IconValue | undefined;
|
|
46777
46746
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
46778
46747
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -46797,7 +46766,6 @@ declare const VSelect: {
|
|
|
46797
46766
|
tile: boolean;
|
|
46798
46767
|
density: Density;
|
|
46799
46768
|
slim: boolean;
|
|
46800
|
-
valueComparator: typeof deepEqual;
|
|
46801
46769
|
activatable: boolean;
|
|
46802
46770
|
selectable: boolean;
|
|
46803
46771
|
selectStrategy: SelectStrategyProp;
|
|
@@ -46815,7 +46783,6 @@ declare const VSelect: {
|
|
|
46815
46783
|
tile: boolean;
|
|
46816
46784
|
density: Density;
|
|
46817
46785
|
slim: boolean;
|
|
46818
|
-
valueComparator: typeof deepEqual;
|
|
46819
46786
|
activatable: boolean;
|
|
46820
46787
|
selectable: boolean;
|
|
46821
46788
|
selectStrategy: SelectStrategyProp;
|
|
@@ -46838,6 +46805,7 @@ declare const VSelect: {
|
|
|
46838
46805
|
baseColor?: string | undefined;
|
|
46839
46806
|
bgColor?: string | undefined;
|
|
46840
46807
|
activeColor?: string | undefined;
|
|
46808
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
46841
46809
|
activeClass?: string | undefined;
|
|
46842
46810
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
46843
46811
|
collapseIcon?: IconValue | undefined;
|
|
@@ -46859,7 +46827,6 @@ declare const VSelect: {
|
|
|
46859
46827
|
tile: boolean;
|
|
46860
46828
|
density: Density;
|
|
46861
46829
|
slim: boolean;
|
|
46862
|
-
valueComparator: typeof deepEqual;
|
|
46863
46830
|
activatable: boolean;
|
|
46864
46831
|
selectable: boolean;
|
|
46865
46832
|
selectStrategy: SelectStrategyProp;
|
|
@@ -46883,6 +46850,7 @@ declare const VSelect: {
|
|
|
46883
46850
|
baseColor?: string | undefined;
|
|
46884
46851
|
bgColor?: string | undefined;
|
|
46885
46852
|
activeColor?: string | undefined;
|
|
46853
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
46886
46854
|
activeClass?: string | undefined;
|
|
46887
46855
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
46888
46856
|
collapseIcon?: IconValue | undefined;
|
|
@@ -46894,7 +46862,7 @@ declare const VSelect: {
|
|
|
46894
46862
|
value: boolean;
|
|
46895
46863
|
path: unknown[];
|
|
46896
46864
|
}) => any) | undefined;
|
|
46897
|
-
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "
|
|
46865
|
+
}, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "rounded" | "tile" | "density" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "returnObject" | "itemType"> & {
|
|
46898
46866
|
items?: readonly any[] | undefined;
|
|
46899
46867
|
itemTitle?: SelectItemKey<any>;
|
|
46900
46868
|
itemValue?: SelectItemKey<any>;
|
|
@@ -47222,7 +47190,6 @@ declare const VSelect: {
|
|
|
47222
47190
|
rounded: string | number | boolean;
|
|
47223
47191
|
tile: boolean;
|
|
47224
47192
|
density: Density;
|
|
47225
|
-
valueComparator: typeof deepEqual;
|
|
47226
47193
|
clearIcon: IconValue;
|
|
47227
47194
|
centerAffix: boolean;
|
|
47228
47195
|
hideSpinButtons: boolean;
|
|
@@ -47454,10 +47421,7 @@ declare const VSelect: {
|
|
|
47454
47421
|
default: string;
|
|
47455
47422
|
};
|
|
47456
47423
|
returnObject: BooleanConstructor;
|
|
47457
|
-
valueComparator:
|
|
47458
|
-
type: PropType<typeof deepEqual>;
|
|
47459
|
-
default: typeof deepEqual;
|
|
47460
|
-
};
|
|
47424
|
+
valueComparator: PropType<typeof deepEqual>;
|
|
47461
47425
|
chips: BooleanConstructor;
|
|
47462
47426
|
closableChips: BooleanConstructor;
|
|
47463
47427
|
closeText: {
|
|
@@ -47643,10 +47607,7 @@ declare const VSelect: {
|
|
|
47643
47607
|
default: string;
|
|
47644
47608
|
};
|
|
47645
47609
|
returnObject: BooleanConstructor;
|
|
47646
|
-
valueComparator:
|
|
47647
|
-
type: PropType<typeof deepEqual>;
|
|
47648
|
-
default: typeof deepEqual;
|
|
47649
|
-
};
|
|
47610
|
+
valueComparator: PropType<typeof deepEqual>;
|
|
47650
47611
|
chips: BooleanConstructor;
|
|
47651
47612
|
closableChips: BooleanConstructor;
|
|
47652
47613
|
closeText: {
|
|
@@ -49832,7 +49793,7 @@ declare const VSnackbar: {
|
|
|
49832
49793
|
};
|
|
49833
49794
|
$forceUpdate: () => void;
|
|
49834
49795
|
$nextTick: typeof nextTick;
|
|
49835
|
-
$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;
|
|
49796
|
+
$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;
|
|
49836
49797
|
} & Omit<{
|
|
49837
49798
|
absolute: boolean;
|
|
49838
49799
|
location: Anchor;
|
|
@@ -50514,7 +50475,7 @@ declare const VSnackbar: {
|
|
|
50514
50475
|
};
|
|
50515
50476
|
$forceUpdate: () => void;
|
|
50516
50477
|
$nextTick: typeof nextTick;
|
|
50517
|
-
$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;
|
|
50478
|
+
$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;
|
|
50518
50479
|
} & Omit<{
|
|
50519
50480
|
absolute: boolean;
|
|
50520
50481
|
location: Anchor;
|
|
@@ -51096,7 +51057,7 @@ declare const VSnackbar: {
|
|
|
51096
51057
|
};
|
|
51097
51058
|
$forceUpdate: () => void;
|
|
51098
51059
|
$nextTick: typeof nextTick;
|
|
51099
|
-
$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;
|
|
51060
|
+
$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;
|
|
51100
51061
|
} & Omit<{
|
|
51101
51062
|
absolute: boolean;
|
|
51102
51063
|
location: Anchor;
|
|
@@ -54990,7 +54951,7 @@ declare const VTab: {
|
|
|
54990
54951
|
text?: string | undefined;
|
|
54991
54952
|
class?: any;
|
|
54992
54953
|
theme?: string | undefined;
|
|
54993
|
-
to?: vue_router.
|
|
54954
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
54994
54955
|
icon?: boolean | IconValue | undefined;
|
|
54995
54956
|
href?: string | undefined;
|
|
54996
54957
|
elevation?: string | number | undefined;
|
|
@@ -55077,7 +55038,7 @@ declare const VTab: {
|
|
|
55077
55038
|
text?: string | undefined;
|
|
55078
55039
|
class?: any;
|
|
55079
55040
|
theme?: string | undefined;
|
|
55080
|
-
to?: vue_router.
|
|
55041
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55081
55042
|
icon?: boolean | IconValue | undefined;
|
|
55082
55043
|
href?: string | undefined;
|
|
55083
55044
|
elevation?: string | number | undefined;
|
|
@@ -55142,7 +55103,7 @@ declare const VTab: {
|
|
|
55142
55103
|
text?: string | undefined;
|
|
55143
55104
|
class?: any;
|
|
55144
55105
|
theme?: string | undefined;
|
|
55145
|
-
to?: vue_router.
|
|
55106
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55146
55107
|
icon?: boolean | IconValue | undefined;
|
|
55147
55108
|
href?: string | undefined;
|
|
55148
55109
|
elevation?: string | number | undefined;
|
|
@@ -55229,7 +55190,7 @@ declare const VTab: {
|
|
|
55229
55190
|
text?: string | undefined;
|
|
55230
55191
|
class?: any;
|
|
55231
55192
|
theme?: string | undefined;
|
|
55232
|
-
to?: vue_router.
|
|
55193
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55233
55194
|
icon?: boolean | IconValue | undefined;
|
|
55234
55195
|
href?: string | undefined;
|
|
55235
55196
|
elevation?: string | number | undefined;
|
|
@@ -55312,7 +55273,7 @@ declare const VTab: {
|
|
|
55312
55273
|
};
|
|
55313
55274
|
$forceUpdate: () => void;
|
|
55314
55275
|
$nextTick: typeof vue.nextTick;
|
|
55315
|
-
$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;
|
|
55276
|
+
$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;
|
|
55316
55277
|
} & Omit<{
|
|
55317
55278
|
symbol: any;
|
|
55318
55279
|
replace: boolean;
|
|
@@ -55349,7 +55310,7 @@ declare const VTab: {
|
|
|
55349
55310
|
text?: string | undefined;
|
|
55350
55311
|
class?: any;
|
|
55351
55312
|
theme?: string | undefined;
|
|
55352
|
-
to?: vue_router.
|
|
55313
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55353
55314
|
icon?: boolean | IconValue | undefined;
|
|
55354
55315
|
href?: string | undefined;
|
|
55355
55316
|
elevation?: string | number | undefined;
|
|
@@ -55421,7 +55382,7 @@ declare const VTab: {
|
|
|
55421
55382
|
text?: string | undefined;
|
|
55422
55383
|
class?: any;
|
|
55423
55384
|
theme?: string | undefined;
|
|
55424
|
-
to?: vue_router.
|
|
55385
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55425
55386
|
icon?: boolean | IconValue | undefined;
|
|
55426
55387
|
href?: string | undefined;
|
|
55427
55388
|
elevation?: string | number | undefined;
|
|
@@ -55516,7 +55477,7 @@ declare const VTab: {
|
|
|
55516
55477
|
text?: string | undefined;
|
|
55517
55478
|
class?: any;
|
|
55518
55479
|
theme?: string | undefined;
|
|
55519
|
-
to?: vue_router.
|
|
55480
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55520
55481
|
icon?: boolean | IconValue | undefined;
|
|
55521
55482
|
href?: string | undefined;
|
|
55522
55483
|
elevation?: string | number | undefined;
|
|
@@ -55603,7 +55564,7 @@ declare const VTab: {
|
|
|
55603
55564
|
text?: string | undefined;
|
|
55604
55565
|
class?: any;
|
|
55605
55566
|
theme?: string | undefined;
|
|
55606
|
-
to?: vue_router.
|
|
55567
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55607
55568
|
icon?: boolean | IconValue | undefined;
|
|
55608
55569
|
href?: string | undefined;
|
|
55609
55570
|
elevation?: string | number | undefined;
|
|
@@ -55668,7 +55629,7 @@ declare const VTab: {
|
|
|
55668
55629
|
text?: string | undefined;
|
|
55669
55630
|
class?: any;
|
|
55670
55631
|
theme?: string | undefined;
|
|
55671
|
-
to?: vue_router.
|
|
55632
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55672
55633
|
icon?: boolean | IconValue | undefined;
|
|
55673
55634
|
href?: string | undefined;
|
|
55674
55635
|
elevation?: string | number | undefined;
|
|
@@ -55755,7 +55716,7 @@ declare const VTab: {
|
|
|
55755
55716
|
text?: string | undefined;
|
|
55756
55717
|
class?: any;
|
|
55757
55718
|
theme?: string | undefined;
|
|
55758
|
-
to?: vue_router.
|
|
55719
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55759
55720
|
icon?: boolean | IconValue | undefined;
|
|
55760
55721
|
href?: string | undefined;
|
|
55761
55722
|
elevation?: string | number | undefined;
|
|
@@ -55838,7 +55799,7 @@ declare const VTab: {
|
|
|
55838
55799
|
};
|
|
55839
55800
|
$forceUpdate: () => void;
|
|
55840
55801
|
$nextTick: typeof vue.nextTick;
|
|
55841
|
-
$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;
|
|
55802
|
+
$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;
|
|
55842
55803
|
} & Omit<{
|
|
55843
55804
|
symbol: any;
|
|
55844
55805
|
replace: boolean;
|
|
@@ -55875,7 +55836,7 @@ declare const VTab: {
|
|
|
55875
55836
|
text?: string | undefined;
|
|
55876
55837
|
class?: any;
|
|
55877
55838
|
theme?: string | undefined;
|
|
55878
|
-
to?: vue_router.
|
|
55839
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55879
55840
|
icon?: boolean | IconValue | undefined;
|
|
55880
55841
|
href?: string | undefined;
|
|
55881
55842
|
elevation?: string | number | undefined;
|
|
@@ -55972,7 +55933,7 @@ declare const VTab: {
|
|
|
55972
55933
|
text?: string | undefined;
|
|
55973
55934
|
class?: any;
|
|
55974
55935
|
theme?: string | undefined;
|
|
55975
|
-
to?: vue_router.
|
|
55936
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55976
55937
|
icon?: boolean | IconValue | undefined;
|
|
55977
55938
|
href?: string | undefined;
|
|
55978
55939
|
elevation?: string | number | undefined;
|
|
@@ -56059,7 +56020,7 @@ declare const VTab: {
|
|
|
56059
56020
|
text?: string | undefined;
|
|
56060
56021
|
class?: any;
|
|
56061
56022
|
theme?: string | undefined;
|
|
56062
|
-
to?: vue_router.
|
|
56023
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
56063
56024
|
icon?: boolean | IconValue | undefined;
|
|
56064
56025
|
href?: string | undefined;
|
|
56065
56026
|
elevation?: string | number | undefined;
|
|
@@ -56124,7 +56085,7 @@ declare const VTab: {
|
|
|
56124
56085
|
text?: string | undefined;
|
|
56125
56086
|
class?: any;
|
|
56126
56087
|
theme?: string | undefined;
|
|
56127
|
-
to?: vue_router.
|
|
56088
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
56128
56089
|
icon?: boolean | IconValue | undefined;
|
|
56129
56090
|
href?: string | undefined;
|
|
56130
56091
|
elevation?: string | number | undefined;
|
|
@@ -56211,7 +56172,7 @@ declare const VTab: {
|
|
|
56211
56172
|
text?: string | undefined;
|
|
56212
56173
|
class?: any;
|
|
56213
56174
|
theme?: string | undefined;
|
|
56214
|
-
to?: vue_router.
|
|
56175
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
56215
56176
|
icon?: boolean | IconValue | undefined;
|
|
56216
56177
|
href?: string | undefined;
|
|
56217
56178
|
elevation?: string | number | undefined;
|
|
@@ -56294,7 +56255,7 @@ declare const VTab: {
|
|
|
56294
56255
|
};
|
|
56295
56256
|
$forceUpdate: () => void;
|
|
56296
56257
|
$nextTick: typeof vue.nextTick;
|
|
56297
|
-
$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;
|
|
56258
|
+
$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;
|
|
56298
56259
|
} & Omit<{
|
|
56299
56260
|
symbol: any;
|
|
56300
56261
|
replace: boolean;
|
|
@@ -56331,7 +56292,7 @@ declare const VTab: {
|
|
|
56331
56292
|
text?: string | undefined;
|
|
56332
56293
|
class?: any;
|
|
56333
56294
|
theme?: string | undefined;
|
|
56334
|
-
to?: vue_router.
|
|
56295
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
56335
56296
|
icon?: boolean | IconValue | undefined;
|
|
56336
56297
|
href?: string | undefined;
|
|
56337
56298
|
elevation?: string | number | undefined;
|
|
@@ -56793,7 +56754,7 @@ declare const VTabs: {
|
|
|
56793
56754
|
item: (arg: VTabsSlot<unknown>) => vue.VNode[];
|
|
56794
56755
|
window: () => vue.VNode[];
|
|
56795
56756
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T = TabItem>(props: {
|
|
56796
|
-
items?: T;
|
|
56757
|
+
items?: T[];
|
|
56797
56758
|
}, slots: VTabsSlots<T>) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
|
|
56798
56759
|
tag: {
|
|
56799
56760
|
type: StringConstructor;
|
|
@@ -57792,7 +57753,7 @@ declare const VTextarea: {
|
|
|
57792
57753
|
};
|
|
57793
57754
|
$forceUpdate: () => void;
|
|
57794
57755
|
$nextTick: typeof nextTick;
|
|
57795
|
-
$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;
|
|
57756
|
+
$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;
|
|
57796
57757
|
} & Omit<{
|
|
57797
57758
|
error: boolean;
|
|
57798
57759
|
direction: "horizontal" | "vertical";
|
|
@@ -58331,7 +58292,7 @@ declare const VTextarea: {
|
|
|
58331
58292
|
};
|
|
58332
58293
|
$forceUpdate: () => void;
|
|
58333
58294
|
$nextTick: typeof nextTick;
|
|
58334
|
-
$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;
|
|
58295
|
+
$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;
|
|
58335
58296
|
} & Omit<{
|
|
58336
58297
|
error: boolean;
|
|
58337
58298
|
direction: "horizontal" | "vertical";
|
|
@@ -58723,7 +58684,7 @@ declare const VTextarea: {
|
|
|
58723
58684
|
};
|
|
58724
58685
|
$forceUpdate: () => void;
|
|
58725
58686
|
$nextTick: typeof nextTick;
|
|
58726
|
-
$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;
|
|
58687
|
+
$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;
|
|
58727
58688
|
} & Omit<{
|
|
58728
58689
|
error: boolean;
|
|
58729
58690
|
direction: "horizontal" | "vertical";
|
|
@@ -59367,7 +59328,7 @@ declare const VTextField: {
|
|
|
59367
59328
|
};
|
|
59368
59329
|
$forceUpdate: () => void;
|
|
59369
59330
|
$nextTick: typeof nextTick;
|
|
59370
|
-
$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;
|
|
59331
|
+
$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;
|
|
59371
59332
|
} & Omit<{
|
|
59372
59333
|
error: boolean;
|
|
59373
59334
|
direction: "horizontal" | "vertical";
|
|
@@ -59606,7 +59567,7 @@ declare const VTextField: {
|
|
|
59606
59567
|
};
|
|
59607
59568
|
$forceUpdate: () => void;
|
|
59608
59569
|
$nextTick: typeof nextTick;
|
|
59609
|
-
$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;
|
|
59570
|
+
$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;
|
|
59610
59571
|
} & Omit<{
|
|
59611
59572
|
flat: boolean;
|
|
59612
59573
|
reverse: boolean;
|
|
@@ -60145,7 +60106,7 @@ declare const VTextField: {
|
|
|
60145
60106
|
};
|
|
60146
60107
|
$forceUpdate: () => void;
|
|
60147
60108
|
$nextTick: typeof nextTick;
|
|
60148
|
-
$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;
|
|
60109
|
+
$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;
|
|
60149
60110
|
} & Omit<{
|
|
60150
60111
|
error: boolean;
|
|
60151
60112
|
direction: "horizontal" | "vertical";
|
|
@@ -60384,7 +60345,7 @@ declare const VTextField: {
|
|
|
60384
60345
|
};
|
|
60385
60346
|
$forceUpdate: () => void;
|
|
60386
60347
|
$nextTick: typeof nextTick;
|
|
60387
|
-
$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;
|
|
60348
|
+
$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;
|
|
60388
60349
|
} & Omit<{
|
|
60389
60350
|
flat: boolean;
|
|
60390
60351
|
reverse: boolean;
|
|
@@ -60774,7 +60735,7 @@ declare const VTextField: {
|
|
|
60774
60735
|
};
|
|
60775
60736
|
$forceUpdate: () => void;
|
|
60776
60737
|
$nextTick: typeof nextTick;
|
|
60777
|
-
$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;
|
|
60738
|
+
$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;
|
|
60778
60739
|
} & Omit<{
|
|
60779
60740
|
error: boolean;
|
|
60780
60741
|
direction: "horizontal" | "vertical";
|
|
@@ -61013,7 +60974,7 @@ declare const VTextField: {
|
|
|
61013
60974
|
};
|
|
61014
60975
|
$forceUpdate: () => void;
|
|
61015
60976
|
$nextTick: typeof nextTick;
|
|
61016
|
-
$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;
|
|
60977
|
+
$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;
|
|
61017
60978
|
} & Omit<{
|
|
61018
60979
|
flat: boolean;
|
|
61019
60980
|
reverse: boolean;
|
|
@@ -62685,7 +62646,7 @@ declare const VTooltip: {
|
|
|
62685
62646
|
};
|
|
62686
62647
|
$forceUpdate: () => void;
|
|
62687
62648
|
$nextTick: typeof vue.nextTick;
|
|
62688
|
-
$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;
|
|
62649
|
+
$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;
|
|
62689
62650
|
} & Omit<{
|
|
62690
62651
|
absolute: boolean;
|
|
62691
62652
|
location: Anchor;
|
|
@@ -63350,7 +63311,7 @@ declare const VTooltip: {
|
|
|
63350
63311
|
};
|
|
63351
63312
|
$forceUpdate: () => void;
|
|
63352
63313
|
$nextTick: typeof vue.nextTick;
|
|
63353
|
-
$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;
|
|
63314
|
+
$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;
|
|
63354
63315
|
} & Omit<{
|
|
63355
63316
|
absolute: boolean;
|
|
63356
63317
|
location: Anchor;
|
|
@@ -63923,7 +63884,7 @@ declare const VTooltip: {
|
|
|
63923
63884
|
};
|
|
63924
63885
|
$forceUpdate: () => void;
|
|
63925
63886
|
$nextTick: typeof vue.nextTick;
|
|
63926
|
-
$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;
|
|
63887
|
+
$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;
|
|
63927
63888
|
} & Omit<{
|
|
63928
63889
|
absolute: boolean;
|
|
63929
63890
|
location: Anchor;
|
|
@@ -67444,7 +67405,10 @@ declare const VCalendar: {
|
|
|
67444
67405
|
default: number;
|
|
67445
67406
|
};
|
|
67446
67407
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
67447
|
-
disabled:
|
|
67408
|
+
disabled: {
|
|
67409
|
+
type: BooleanConstructor;
|
|
67410
|
+
default: null;
|
|
67411
|
+
};
|
|
67448
67412
|
displayValue: vue.PropType<unknown>;
|
|
67449
67413
|
modelValue: vue.PropType<unknown[]>;
|
|
67450
67414
|
month: (StringConstructor | NumberConstructor)[];
|
|
@@ -67543,7 +67507,10 @@ declare const VCalendar: {
|
|
|
67543
67507
|
default: number;
|
|
67544
67508
|
};
|
|
67545
67509
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
67546
|
-
disabled:
|
|
67510
|
+
disabled: {
|
|
67511
|
+
type: BooleanConstructor;
|
|
67512
|
+
default: null;
|
|
67513
|
+
};
|
|
67547
67514
|
displayValue: vue.PropType<unknown>;
|
|
67548
67515
|
modelValue: vue.PropType<unknown[]>;
|
|
67549
67516
|
month: (StringConstructor | NumberConstructor)[];
|
|
@@ -68697,7 +68664,6 @@ declare const VDateInput: {
|
|
|
68697
68664
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
68698
68665
|
firstDayOfWeek?: string | number | undefined;
|
|
68699
68666
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
68700
|
-
displayValue?: unknown;
|
|
68701
68667
|
} & {
|
|
68702
68668
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
68703
68669
|
actions?: ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
|
|
@@ -68712,7 +68678,7 @@ declare const VDateInput: {
|
|
|
68712
68678
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
68713
68679
|
} & {
|
|
68714
68680
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
68715
|
-
},
|
|
68681
|
+
}, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
68716
68682
|
'update:modelValue': (val: string) => true;
|
|
68717
68683
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
68718
68684
|
flat: boolean;
|
|
@@ -68813,7 +68779,6 @@ declare const VDateInput: {
|
|
|
68813
68779
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
68814
68780
|
firstDayOfWeek?: string | number | undefined;
|
|
68815
68781
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
68816
|
-
displayValue?: unknown;
|
|
68817
68782
|
} & {
|
|
68818
68783
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
68819
68784
|
actions?: ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
|
|
@@ -68989,7 +68954,6 @@ declare const VDateInput: {
|
|
|
68989
68954
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
68990
68955
|
firstDayOfWeek?: string | number | undefined;
|
|
68991
68956
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
68992
|
-
displayValue?: unknown;
|
|
68993
68957
|
} & {
|
|
68994
68958
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
68995
68959
|
actions?: ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
|
|
@@ -69004,7 +68968,7 @@ declare const VDateInput: {
|
|
|
69004
68968
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
69005
68969
|
} & {
|
|
69006
68970
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
69007
|
-
},
|
|
68971
|
+
}, any, {}, {}, {}, {
|
|
69008
68972
|
flat: boolean;
|
|
69009
68973
|
reverse: boolean;
|
|
69010
68974
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
@@ -69159,7 +69123,6 @@ declare const VDateInput: {
|
|
|
69159
69123
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
69160
69124
|
firstDayOfWeek?: string | number | undefined;
|
|
69161
69125
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
69162
|
-
displayValue?: unknown;
|
|
69163
69126
|
} & {
|
|
69164
69127
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
69165
69128
|
actions?: ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
|
|
@@ -69174,7 +69137,7 @@ declare const VDateInput: {
|
|
|
69174
69137
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
69175
69138
|
} & {
|
|
69176
69139
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
69177
|
-
},
|
|
69140
|
+
}, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
69178
69141
|
'update:modelValue': (val: string) => true;
|
|
69179
69142
|
}, string, {
|
|
69180
69143
|
flat: boolean;
|
|
@@ -69263,7 +69226,10 @@ declare const VDateInput: {
|
|
|
69263
69226
|
default: string;
|
|
69264
69227
|
};
|
|
69265
69228
|
text: StringConstructor;
|
|
69266
|
-
disabled:
|
|
69229
|
+
disabled: {
|
|
69230
|
+
type: BooleanConstructor;
|
|
69231
|
+
default: null;
|
|
69232
|
+
};
|
|
69267
69233
|
multiple: PropType<boolean | "range" | number | (string & {})>;
|
|
69268
69234
|
month: (StringConstructor | NumberConstructor)[];
|
|
69269
69235
|
year: NumberConstructor;
|
|
@@ -69279,10 +69245,6 @@ declare const VDateInput: {
|
|
|
69279
69245
|
validator(v: any): boolean;
|
|
69280
69246
|
};
|
|
69281
69247
|
modelValue: null;
|
|
69282
|
-
rounded: {
|
|
69283
|
-
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
69284
|
-
default: undefined;
|
|
69285
|
-
};
|
|
69286
69248
|
tile: BooleanConstructor;
|
|
69287
69249
|
bgColor: StringConstructor;
|
|
69288
69250
|
nextIcon: {
|
|
@@ -69337,13 +69299,16 @@ declare const VDateInput: {
|
|
|
69337
69299
|
};
|
|
69338
69300
|
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
|
69339
69301
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
69340
|
-
displayValue: PropType<unknown>;
|
|
69341
69302
|
hideWeekdays: BooleanConstructor;
|
|
69342
69303
|
showWeek: BooleanConstructor;
|
|
69343
69304
|
hideHeader: {
|
|
69344
69305
|
type: PropType<boolean>;
|
|
69345
69306
|
default: boolean;
|
|
69346
69307
|
};
|
|
69308
|
+
rounded: {
|
|
69309
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
69310
|
+
default: undefined;
|
|
69311
|
+
};
|
|
69347
69312
|
loading: (StringConstructor | BooleanConstructor)[];
|
|
69348
69313
|
appendInnerIcon: PropType<IconValue>;
|
|
69349
69314
|
clearable: BooleanConstructor;
|
|
@@ -69482,7 +69447,10 @@ declare const VDateInput: {
|
|
|
69482
69447
|
default: string;
|
|
69483
69448
|
};
|
|
69484
69449
|
text: StringConstructor;
|
|
69485
|
-
disabled:
|
|
69450
|
+
disabled: {
|
|
69451
|
+
type: BooleanConstructor;
|
|
69452
|
+
default: null;
|
|
69453
|
+
};
|
|
69486
69454
|
multiple: PropType<boolean | "range" | number | (string & {})>;
|
|
69487
69455
|
month: (StringConstructor | NumberConstructor)[];
|
|
69488
69456
|
year: NumberConstructor;
|
|
@@ -69498,10 +69466,6 @@ declare const VDateInput: {
|
|
|
69498
69466
|
validator(v: any): boolean;
|
|
69499
69467
|
};
|
|
69500
69468
|
modelValue: null;
|
|
69501
|
-
rounded: {
|
|
69502
|
-
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
69503
|
-
default: undefined;
|
|
69504
|
-
};
|
|
69505
69469
|
tile: BooleanConstructor;
|
|
69506
69470
|
bgColor: StringConstructor;
|
|
69507
69471
|
nextIcon: {
|
|
@@ -69556,13 +69520,16 @@ declare const VDateInput: {
|
|
|
69556
69520
|
};
|
|
69557
69521
|
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
|
69558
69522
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
69559
|
-
displayValue: PropType<unknown>;
|
|
69560
69523
|
hideWeekdays: BooleanConstructor;
|
|
69561
69524
|
showWeek: BooleanConstructor;
|
|
69562
69525
|
hideHeader: {
|
|
69563
69526
|
type: PropType<boolean>;
|
|
69564
69527
|
default: boolean;
|
|
69565
69528
|
};
|
|
69529
|
+
rounded: {
|
|
69530
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
69531
|
+
default: undefined;
|
|
69532
|
+
};
|
|
69566
69533
|
loading: (StringConstructor | BooleanConstructor)[];
|
|
69567
69534
|
appendInnerIcon: PropType<IconValue>;
|
|
69568
69535
|
clearable: BooleanConstructor;
|
|
@@ -70375,7 +70342,7 @@ declare const VFileUploadItem: {
|
|
|
70375
70342
|
title?: string | number | undefined;
|
|
70376
70343
|
class?: any;
|
|
70377
70344
|
theme?: string | undefined;
|
|
70378
|
-
to?: vue_router.
|
|
70345
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
70379
70346
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
70380
70347
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
70381
70348
|
href?: string | undefined;
|
|
@@ -70465,7 +70432,7 @@ declare const VFileUploadItem: {
|
|
|
70465
70432
|
title?: string | number | undefined;
|
|
70466
70433
|
class?: any;
|
|
70467
70434
|
theme?: string | undefined;
|
|
70468
|
-
to?: vue_router.
|
|
70435
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
70469
70436
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
70470
70437
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
70471
70438
|
href?: string | undefined;
|
|
@@ -70593,7 +70560,7 @@ declare const VFileUploadItem: {
|
|
|
70593
70560
|
title?: string | number | undefined;
|
|
70594
70561
|
class?: any;
|
|
70595
70562
|
theme?: string | undefined;
|
|
70596
|
-
to?: vue_router.
|
|
70563
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
70597
70564
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
70598
70565
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
70599
70566
|
href?: string | undefined;
|
|
@@ -70707,7 +70674,7 @@ declare const VFileUploadItem: {
|
|
|
70707
70674
|
title?: string | number | undefined;
|
|
70708
70675
|
class?: any;
|
|
70709
70676
|
theme?: string | undefined;
|
|
70710
|
-
to?: vue_router.
|
|
70677
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
70711
70678
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
70712
70679
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
70713
70680
|
href?: string | undefined;
|
|
@@ -70986,7 +70953,7 @@ type VFileUploadItem = InstanceType<typeof VFileUploadItem>;
|
|
|
70986
70953
|
type ControlSlot = {
|
|
70987
70954
|
click: (e: MouseEvent) => void;
|
|
70988
70955
|
};
|
|
70989
|
-
type ControlVariant = 'default' | 'stacked' | 'split';
|
|
70956
|
+
type ControlVariant = 'default' | 'stacked' | 'split' | 'hidden';
|
|
70990
70957
|
declare const VNumberInput: {
|
|
70991
70958
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
70992
70959
|
flat: boolean;
|
|
@@ -71009,7 +70976,7 @@ declare const VNumberInput: {
|
|
|
71009
70976
|
errorMessages: string | readonly string[] | null;
|
|
71010
70977
|
maxErrors: string | number;
|
|
71011
70978
|
rules: readonly ValidationRule$1[];
|
|
71012
|
-
modelValue:
|
|
70979
|
+
modelValue: number | null;
|
|
71013
70980
|
tile: boolean;
|
|
71014
70981
|
density: Density;
|
|
71015
70982
|
clearIcon: IconValue;
|
|
@@ -71023,6 +70990,7 @@ declare const VNumberInput: {
|
|
|
71023
70990
|
persistentCounter: boolean;
|
|
71024
70991
|
hideInput: boolean;
|
|
71025
70992
|
controlVariant: ControlVariant;
|
|
70993
|
+
precision: number | null;
|
|
71026
70994
|
} & {
|
|
71027
70995
|
name?: string | undefined;
|
|
71028
70996
|
id?: string | undefined;
|
|
@@ -71046,6 +71014,8 @@ declare const VNumberInput: {
|
|
|
71046
71014
|
bgColor?: string | undefined;
|
|
71047
71015
|
prependIcon?: IconValue | undefined;
|
|
71048
71016
|
appendIcon?: IconValue | undefined;
|
|
71017
|
+
appendInnerIcon?: IconValue | undefined;
|
|
71018
|
+
prependInnerIcon?: IconValue | undefined;
|
|
71049
71019
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
71050
71020
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
71051
71021
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -71727,7 +71697,7 @@ declare const VNumberInput: {
|
|
|
71727
71697
|
};
|
|
71728
71698
|
$forceUpdate: () => void;
|
|
71729
71699
|
$nextTick: typeof nextTick;
|
|
71730
|
-
$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;
|
|
71700
|
+
$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;
|
|
71731
71701
|
} & Omit<{
|
|
71732
71702
|
error: boolean;
|
|
71733
71703
|
direction: "horizontal" | "vertical";
|
|
@@ -71966,7 +71936,7 @@ declare const VNumberInput: {
|
|
|
71966
71936
|
};
|
|
71967
71937
|
$forceUpdate: () => void;
|
|
71968
71938
|
$nextTick: typeof nextTick;
|
|
71969
|
-
$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;
|
|
71939
|
+
$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;
|
|
71970
71940
|
} & Omit<{
|
|
71971
71941
|
flat: boolean;
|
|
71972
71942
|
reverse: boolean;
|
|
@@ -72087,7 +72057,7 @@ declare const VNumberInput: {
|
|
|
72087
72057
|
};
|
|
72088
72058
|
$forceUpdate: () => void;
|
|
72089
72059
|
$nextTick: typeof nextTick;
|
|
72090
|
-
$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;
|
|
72060
|
+
$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;
|
|
72091
72061
|
} & Omit<{
|
|
72092
72062
|
flat: boolean;
|
|
72093
72063
|
reverse: boolean;
|
|
@@ -72394,7 +72364,7 @@ declare const VNumberInput: {
|
|
|
72394
72364
|
};
|
|
72395
72365
|
$forceUpdate: () => void;
|
|
72396
72366
|
$nextTick: typeof nextTick;
|
|
72397
|
-
$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;
|
|
72367
|
+
$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;
|
|
72398
72368
|
} & Omit<{
|
|
72399
72369
|
error: boolean;
|
|
72400
72370
|
direction: "horizontal" | "vertical";
|
|
@@ -72633,7 +72603,7 @@ declare const VNumberInput: {
|
|
|
72633
72603
|
};
|
|
72634
72604
|
$forceUpdate: () => void;
|
|
72635
72605
|
$nextTick: typeof nextTick;
|
|
72636
|
-
$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;
|
|
72606
|
+
$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;
|
|
72637
72607
|
} & Omit<{
|
|
72638
72608
|
flat: boolean;
|
|
72639
72609
|
reverse: boolean;
|
|
@@ -72866,7 +72836,7 @@ declare const VNumberInput: {
|
|
|
72866
72836
|
};
|
|
72867
72837
|
$forceUpdate: () => void;
|
|
72868
72838
|
$nextTick: typeof nextTick;
|
|
72869
|
-
$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;
|
|
72839
|
+
$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;
|
|
72870
72840
|
} & Omit<{
|
|
72871
72841
|
error: boolean;
|
|
72872
72842
|
direction: "horizontal" | "vertical";
|
|
@@ -73105,7 +73075,7 @@ declare const VNumberInput: {
|
|
|
73105
73075
|
};
|
|
73106
73076
|
$forceUpdate: () => void;
|
|
73107
73077
|
$nextTick: typeof nextTick;
|
|
73108
|
-
$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;
|
|
73078
|
+
$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;
|
|
73109
73079
|
} & Omit<{
|
|
73110
73080
|
flat: boolean;
|
|
73111
73081
|
reverse: boolean;
|
|
@@ -73179,7 +73149,7 @@ declare const VNumberInput: {
|
|
|
73179
73149
|
errorMessages: string | readonly string[] | null;
|
|
73180
73150
|
maxErrors: string | number;
|
|
73181
73151
|
rules: readonly ValidationRule$1[];
|
|
73182
|
-
modelValue:
|
|
73152
|
+
modelValue: number | null;
|
|
73183
73153
|
tile: boolean;
|
|
73184
73154
|
density: Density;
|
|
73185
73155
|
clearIcon: IconValue;
|
|
@@ -73193,6 +73163,7 @@ declare const VNumberInput: {
|
|
|
73193
73163
|
persistentCounter: boolean;
|
|
73194
73164
|
hideInput: boolean;
|
|
73195
73165
|
controlVariant: ControlVariant;
|
|
73166
|
+
precision: number | null;
|
|
73196
73167
|
} & {
|
|
73197
73168
|
name?: string | undefined;
|
|
73198
73169
|
id?: string | undefined;
|
|
@@ -73216,6 +73187,8 @@ declare const VNumberInput: {
|
|
|
73216
73187
|
bgColor?: string | undefined;
|
|
73217
73188
|
prependIcon?: IconValue | undefined;
|
|
73218
73189
|
appendIcon?: IconValue | undefined;
|
|
73190
|
+
appendInnerIcon?: IconValue | undefined;
|
|
73191
|
+
prependInnerIcon?: IconValue | undefined;
|
|
73219
73192
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
73220
73193
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
73221
73194
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -73307,7 +73280,7 @@ declare const VNumberInput: {
|
|
|
73307
73280
|
errorMessages: string | readonly string[] | null;
|
|
73308
73281
|
maxErrors: string | number;
|
|
73309
73282
|
rules: readonly ValidationRule$1[];
|
|
73310
|
-
modelValue:
|
|
73283
|
+
modelValue: number | null;
|
|
73311
73284
|
rounded: string | number | boolean;
|
|
73312
73285
|
tile: boolean;
|
|
73313
73286
|
density: Density;
|
|
@@ -73323,6 +73296,7 @@ declare const VNumberInput: {
|
|
|
73323
73296
|
persistentCounter: boolean;
|
|
73324
73297
|
hideInput: boolean;
|
|
73325
73298
|
controlVariant: ControlVariant;
|
|
73299
|
+
precision: number | null;
|
|
73326
73300
|
}, true, {}, vue.SlotsType<Partial<{
|
|
73327
73301
|
message: (arg: VMessageSlot) => vue.VNode[];
|
|
73328
73302
|
clear: (arg: DefaultInputSlot & {
|
|
@@ -73369,7 +73343,7 @@ declare const VNumberInput: {
|
|
|
73369
73343
|
errorMessages: string | readonly string[] | null;
|
|
73370
73344
|
maxErrors: string | number;
|
|
73371
73345
|
rules: readonly ValidationRule$1[];
|
|
73372
|
-
modelValue:
|
|
73346
|
+
modelValue: number | null;
|
|
73373
73347
|
tile: boolean;
|
|
73374
73348
|
density: Density;
|
|
73375
73349
|
clearIcon: IconValue;
|
|
@@ -73383,6 +73357,7 @@ declare const VNumberInput: {
|
|
|
73383
73357
|
persistentCounter: boolean;
|
|
73384
73358
|
hideInput: boolean;
|
|
73385
73359
|
controlVariant: ControlVariant;
|
|
73360
|
+
precision: number | null;
|
|
73386
73361
|
} & {
|
|
73387
73362
|
name?: string | undefined;
|
|
73388
73363
|
id?: string | undefined;
|
|
@@ -73406,6 +73381,8 @@ declare const VNumberInput: {
|
|
|
73406
73381
|
bgColor?: string | undefined;
|
|
73407
73382
|
prependIcon?: IconValue | undefined;
|
|
73408
73383
|
appendIcon?: IconValue | undefined;
|
|
73384
|
+
appendInnerIcon?: IconValue | undefined;
|
|
73385
|
+
prependInnerIcon?: IconValue | undefined;
|
|
73409
73386
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
73410
73387
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
73411
73388
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -74087,7 +74064,7 @@ declare const VNumberInput: {
|
|
|
74087
74064
|
};
|
|
74088
74065
|
$forceUpdate: () => void;
|
|
74089
74066
|
$nextTick: typeof nextTick;
|
|
74090
|
-
$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;
|
|
74067
|
+
$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;
|
|
74091
74068
|
} & Omit<{
|
|
74092
74069
|
error: boolean;
|
|
74093
74070
|
direction: "horizontal" | "vertical";
|
|
@@ -74326,7 +74303,7 @@ declare const VNumberInput: {
|
|
|
74326
74303
|
};
|
|
74327
74304
|
$forceUpdate: () => void;
|
|
74328
74305
|
$nextTick: typeof nextTick;
|
|
74329
|
-
$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;
|
|
74306
|
+
$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;
|
|
74330
74307
|
} & Omit<{
|
|
74331
74308
|
flat: boolean;
|
|
74332
74309
|
reverse: boolean;
|
|
@@ -74447,7 +74424,7 @@ declare const VNumberInput: {
|
|
|
74447
74424
|
};
|
|
74448
74425
|
$forceUpdate: () => void;
|
|
74449
74426
|
$nextTick: typeof nextTick;
|
|
74450
|
-
$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;
|
|
74427
|
+
$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;
|
|
74451
74428
|
} & Omit<{
|
|
74452
74429
|
flat: boolean;
|
|
74453
74430
|
reverse: boolean;
|
|
@@ -74754,7 +74731,7 @@ declare const VNumberInput: {
|
|
|
74754
74731
|
};
|
|
74755
74732
|
$forceUpdate: () => void;
|
|
74756
74733
|
$nextTick: typeof nextTick;
|
|
74757
|
-
$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;
|
|
74734
|
+
$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;
|
|
74758
74735
|
} & Omit<{
|
|
74759
74736
|
error: boolean;
|
|
74760
74737
|
direction: "horizontal" | "vertical";
|
|
@@ -74993,7 +74970,7 @@ declare const VNumberInput: {
|
|
|
74993
74970
|
};
|
|
74994
74971
|
$forceUpdate: () => void;
|
|
74995
74972
|
$nextTick: typeof nextTick;
|
|
74996
|
-
$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;
|
|
74973
|
+
$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;
|
|
74997
74974
|
} & Omit<{
|
|
74998
74975
|
flat: boolean;
|
|
74999
74976
|
reverse: boolean;
|
|
@@ -75226,7 +75203,7 @@ declare const VNumberInput: {
|
|
|
75226
75203
|
};
|
|
75227
75204
|
$forceUpdate: () => void;
|
|
75228
75205
|
$nextTick: typeof nextTick;
|
|
75229
|
-
$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;
|
|
75206
|
+
$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;
|
|
75230
75207
|
} & Omit<{
|
|
75231
75208
|
error: boolean;
|
|
75232
75209
|
direction: "horizontal" | "vertical";
|
|
@@ -75465,7 +75442,7 @@ declare const VNumberInput: {
|
|
|
75465
75442
|
};
|
|
75466
75443
|
$forceUpdate: () => void;
|
|
75467
75444
|
$nextTick: typeof nextTick;
|
|
75468
|
-
$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;
|
|
75445
|
+
$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;
|
|
75469
75446
|
} & Omit<{
|
|
75470
75447
|
flat: boolean;
|
|
75471
75448
|
reverse: boolean;
|
|
@@ -75537,7 +75514,7 @@ declare const VNumberInput: {
|
|
|
75537
75514
|
errorMessages: string | readonly string[] | null;
|
|
75538
75515
|
maxErrors: string | number;
|
|
75539
75516
|
rules: readonly ValidationRule$1[];
|
|
75540
|
-
modelValue:
|
|
75517
|
+
modelValue: number | null;
|
|
75541
75518
|
rounded: string | number | boolean;
|
|
75542
75519
|
tile: boolean;
|
|
75543
75520
|
density: Density;
|
|
@@ -75553,6 +75530,7 @@ declare const VNumberInput: {
|
|
|
75553
75530
|
persistentCounter: boolean;
|
|
75554
75531
|
hideInput: boolean;
|
|
75555
75532
|
controlVariant: ControlVariant;
|
|
75533
|
+
precision: number | null;
|
|
75556
75534
|
}>;
|
|
75557
75535
|
__isFragment?: never;
|
|
75558
75536
|
__isTeleport?: never;
|
|
@@ -75578,7 +75556,7 @@ declare const VNumberInput: {
|
|
|
75578
75556
|
errorMessages: string | readonly string[] | null;
|
|
75579
75557
|
maxErrors: string | number;
|
|
75580
75558
|
rules: readonly ValidationRule$1[];
|
|
75581
|
-
modelValue:
|
|
75559
|
+
modelValue: number | null;
|
|
75582
75560
|
tile: boolean;
|
|
75583
75561
|
density: Density;
|
|
75584
75562
|
clearIcon: IconValue;
|
|
@@ -75592,6 +75570,7 @@ declare const VNumberInput: {
|
|
|
75592
75570
|
persistentCounter: boolean;
|
|
75593
75571
|
hideInput: boolean;
|
|
75594
75572
|
controlVariant: ControlVariant;
|
|
75573
|
+
precision: number | null;
|
|
75595
75574
|
} & {
|
|
75596
75575
|
name?: string | undefined;
|
|
75597
75576
|
id?: string | undefined;
|
|
@@ -75615,6 +75594,8 @@ declare const VNumberInput: {
|
|
|
75615
75594
|
bgColor?: string | undefined;
|
|
75616
75595
|
prependIcon?: IconValue | undefined;
|
|
75617
75596
|
appendIcon?: IconValue | undefined;
|
|
75597
|
+
appendInnerIcon?: IconValue | undefined;
|
|
75598
|
+
prependInnerIcon?: IconValue | undefined;
|
|
75618
75599
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
75619
75600
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
75620
75601
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -76296,7 +76277,7 @@ declare const VNumberInput: {
|
|
|
76296
76277
|
};
|
|
76297
76278
|
$forceUpdate: () => void;
|
|
76298
76279
|
$nextTick: typeof nextTick;
|
|
76299
|
-
$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;
|
|
76280
|
+
$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;
|
|
76300
76281
|
} & Omit<{
|
|
76301
76282
|
error: boolean;
|
|
76302
76283
|
direction: "horizontal" | "vertical";
|
|
@@ -76535,7 +76516,7 @@ declare const VNumberInput: {
|
|
|
76535
76516
|
};
|
|
76536
76517
|
$forceUpdate: () => void;
|
|
76537
76518
|
$nextTick: typeof nextTick;
|
|
76538
|
-
$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;
|
|
76519
|
+
$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;
|
|
76539
76520
|
} & Omit<{
|
|
76540
76521
|
flat: boolean;
|
|
76541
76522
|
reverse: boolean;
|
|
@@ -76656,7 +76637,7 @@ declare const VNumberInput: {
|
|
|
76656
76637
|
};
|
|
76657
76638
|
$forceUpdate: () => void;
|
|
76658
76639
|
$nextTick: typeof nextTick;
|
|
76659
|
-
$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;
|
|
76640
|
+
$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;
|
|
76660
76641
|
} & Omit<{
|
|
76661
76642
|
flat: boolean;
|
|
76662
76643
|
reverse: boolean;
|
|
@@ -76963,7 +76944,7 @@ declare const VNumberInput: {
|
|
|
76963
76944
|
};
|
|
76964
76945
|
$forceUpdate: () => void;
|
|
76965
76946
|
$nextTick: typeof nextTick;
|
|
76966
|
-
$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;
|
|
76947
|
+
$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;
|
|
76967
76948
|
} & Omit<{
|
|
76968
76949
|
error: boolean;
|
|
76969
76950
|
direction: "horizontal" | "vertical";
|
|
@@ -77202,7 +77183,7 @@ declare const VNumberInput: {
|
|
|
77202
77183
|
};
|
|
77203
77184
|
$forceUpdate: () => void;
|
|
77204
77185
|
$nextTick: typeof nextTick;
|
|
77205
|
-
$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;
|
|
77186
|
+
$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;
|
|
77206
77187
|
} & Omit<{
|
|
77207
77188
|
flat: boolean;
|
|
77208
77189
|
reverse: boolean;
|
|
@@ -77435,7 +77416,7 @@ declare const VNumberInput: {
|
|
|
77435
77416
|
};
|
|
77436
77417
|
$forceUpdate: () => void;
|
|
77437
77418
|
$nextTick: typeof nextTick;
|
|
77438
|
-
$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;
|
|
77419
|
+
$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;
|
|
77439
77420
|
} & Omit<{
|
|
77440
77421
|
error: boolean;
|
|
77441
77422
|
direction: "horizontal" | "vertical";
|
|
@@ -77674,7 +77655,7 @@ declare const VNumberInput: {
|
|
|
77674
77655
|
};
|
|
77675
77656
|
$forceUpdate: () => void;
|
|
77676
77657
|
$nextTick: typeof nextTick;
|
|
77677
|
-
$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;
|
|
77658
|
+
$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;
|
|
77678
77659
|
} & Omit<{
|
|
77679
77660
|
flat: boolean;
|
|
77680
77661
|
reverse: boolean;
|
|
@@ -77748,7 +77729,7 @@ declare const VNumberInput: {
|
|
|
77748
77729
|
errorMessages: string | readonly string[] | null;
|
|
77749
77730
|
maxErrors: string | number;
|
|
77750
77731
|
rules: readonly ValidationRule$1[];
|
|
77751
|
-
modelValue:
|
|
77732
|
+
modelValue: number | null;
|
|
77752
77733
|
rounded: string | number | boolean;
|
|
77753
77734
|
tile: boolean;
|
|
77754
77735
|
density: Density;
|
|
@@ -77764,6 +77745,7 @@ declare const VNumberInput: {
|
|
|
77764
77745
|
persistentCounter: boolean;
|
|
77765
77746
|
hideInput: boolean;
|
|
77766
77747
|
controlVariant: ControlVariant;
|
|
77748
|
+
precision: number | null;
|
|
77767
77749
|
}, {}, string, vue.SlotsType<Partial<{
|
|
77768
77750
|
message: (arg: VMessageSlot) => vue.VNode[];
|
|
77769
77751
|
clear: (arg: DefaultInputSlot & {
|
|
@@ -77866,6 +77848,8 @@ declare const VNumberInput: {
|
|
|
77866
77848
|
type: PropType<IconValue>;
|
|
77867
77849
|
default: string;
|
|
77868
77850
|
};
|
|
77851
|
+
appendInnerIcon: PropType<IconValue>;
|
|
77852
|
+
prependInnerIcon: PropType<IconValue>;
|
|
77869
77853
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
|
77870
77854
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
|
77871
77855
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
|
@@ -77895,7 +77879,7 @@ declare const VNumberInput: {
|
|
|
77895
77879
|
inset: BooleanConstructor;
|
|
77896
77880
|
hideInput: BooleanConstructor;
|
|
77897
77881
|
modelValue: {
|
|
77898
|
-
type: PropType<
|
|
77882
|
+
type: PropType<number | null>;
|
|
77899
77883
|
default: null;
|
|
77900
77884
|
};
|
|
77901
77885
|
min: {
|
|
@@ -77910,6 +77894,10 @@ declare const VNumberInput: {
|
|
|
77910
77894
|
type: NumberConstructor;
|
|
77911
77895
|
default: number;
|
|
77912
77896
|
};
|
|
77897
|
+
precision: {
|
|
77898
|
+
type: PropType<number | null>;
|
|
77899
|
+
default: number;
|
|
77900
|
+
};
|
|
77913
77901
|
}, vue.ExtractPropTypes<{
|
|
77914
77902
|
flat: BooleanConstructor;
|
|
77915
77903
|
reverse: BooleanConstructor;
|
|
@@ -77994,6 +77982,8 @@ declare const VNumberInput: {
|
|
|
77994
77982
|
type: PropType<IconValue>;
|
|
77995
77983
|
default: string;
|
|
77996
77984
|
};
|
|
77985
|
+
appendInnerIcon: PropType<IconValue>;
|
|
77986
|
+
prependInnerIcon: PropType<IconValue>;
|
|
77997
77987
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
|
77998
77988
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
|
77999
77989
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
|
@@ -78023,7 +78013,7 @@ declare const VNumberInput: {
|
|
|
78023
78013
|
inset: BooleanConstructor;
|
|
78024
78014
|
hideInput: BooleanConstructor;
|
|
78025
78015
|
modelValue: {
|
|
78026
|
-
type: PropType<
|
|
78016
|
+
type: PropType<number | null>;
|
|
78027
78017
|
default: null;
|
|
78028
78018
|
};
|
|
78029
78019
|
min: {
|
|
@@ -78038,6 +78028,10 @@ declare const VNumberInput: {
|
|
|
78038
78028
|
type: NumberConstructor;
|
|
78039
78029
|
default: number;
|
|
78040
78030
|
};
|
|
78031
|
+
precision: {
|
|
78032
|
+
type: PropType<number | null>;
|
|
78033
|
+
default: number;
|
|
78034
|
+
};
|
|
78041
78035
|
}>>;
|
|
78042
78036
|
type VNumberInput = InstanceType<typeof VNumberInput>;
|
|
78043
78037
|
|
|
@@ -81035,7 +81029,6 @@ declare const VTreeview: {
|
|
|
81035
81029
|
tile: boolean;
|
|
81036
81030
|
density: Density;
|
|
81037
81031
|
slim: boolean;
|
|
81038
|
-
valueComparator: typeof deepEqual;
|
|
81039
81032
|
indeterminateIcon: IconValue;
|
|
81040
81033
|
activatable: boolean;
|
|
81041
81034
|
selectable: boolean;
|
|
@@ -81050,7 +81043,6 @@ declare const VTreeview: {
|
|
|
81050
81043
|
itemValue: SelectItemKey;
|
|
81051
81044
|
itemChildren: SelectItemKey;
|
|
81052
81045
|
itemProps: SelectItemKey;
|
|
81053
|
-
itemType: string;
|
|
81054
81046
|
loadingIcon: string;
|
|
81055
81047
|
openAll: boolean;
|
|
81056
81048
|
} & {
|
|
@@ -81074,6 +81066,7 @@ declare const VTreeview: {
|
|
|
81074
81066
|
activeColor?: string | undefined;
|
|
81075
81067
|
falseIcon?: IconValue | undefined;
|
|
81076
81068
|
trueIcon?: IconValue | undefined;
|
|
81069
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
81077
81070
|
activeClass?: string | undefined;
|
|
81078
81071
|
opened?: any;
|
|
81079
81072
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
@@ -81134,7 +81127,6 @@ declare const VTreeview: {
|
|
|
81134
81127
|
tile: boolean;
|
|
81135
81128
|
density: Density;
|
|
81136
81129
|
slim: boolean;
|
|
81137
|
-
valueComparator: typeof deepEqual;
|
|
81138
81130
|
indeterminateIcon: IconValue;
|
|
81139
81131
|
activatable: boolean;
|
|
81140
81132
|
selectable: boolean;
|
|
@@ -81149,7 +81141,6 @@ declare const VTreeview: {
|
|
|
81149
81141
|
itemValue: SelectItemKey;
|
|
81150
81142
|
itemChildren: SelectItemKey;
|
|
81151
81143
|
itemProps: SelectItemKey;
|
|
81152
|
-
itemType: string;
|
|
81153
81144
|
loadingIcon: string;
|
|
81154
81145
|
openAll: boolean;
|
|
81155
81146
|
} & {
|
|
@@ -81173,6 +81164,7 @@ declare const VTreeview: {
|
|
|
81173
81164
|
activeColor?: string | undefined;
|
|
81174
81165
|
falseIcon?: IconValue | undefined;
|
|
81175
81166
|
trueIcon?: IconValue | undefined;
|
|
81167
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
81176
81168
|
activeClass?: string | undefined;
|
|
81177
81169
|
opened?: any;
|
|
81178
81170
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
@@ -81219,7 +81211,6 @@ declare const VTreeview: {
|
|
|
81219
81211
|
tile: boolean;
|
|
81220
81212
|
density: Density;
|
|
81221
81213
|
slim: boolean;
|
|
81222
|
-
valueComparator: typeof deepEqual;
|
|
81223
81214
|
indeterminateIcon: IconValue;
|
|
81224
81215
|
activatable: boolean;
|
|
81225
81216
|
selectable: boolean;
|
|
@@ -81234,7 +81225,6 @@ declare const VTreeview: {
|
|
|
81234
81225
|
itemValue: SelectItemKey;
|
|
81235
81226
|
itemChildren: SelectItemKey;
|
|
81236
81227
|
itemProps: SelectItemKey;
|
|
81237
|
-
itemType: string;
|
|
81238
81228
|
openOnClick: boolean;
|
|
81239
81229
|
loadingIcon: string;
|
|
81240
81230
|
openAll: boolean;
|
|
@@ -81282,7 +81272,6 @@ declare const VTreeview: {
|
|
|
81282
81272
|
tile: boolean;
|
|
81283
81273
|
density: Density;
|
|
81284
81274
|
slim: boolean;
|
|
81285
|
-
valueComparator: typeof deepEqual;
|
|
81286
81275
|
indeterminateIcon: IconValue;
|
|
81287
81276
|
activatable: boolean;
|
|
81288
81277
|
selectable: boolean;
|
|
@@ -81297,7 +81286,6 @@ declare const VTreeview: {
|
|
|
81297
81286
|
itemValue: SelectItemKey;
|
|
81298
81287
|
itemChildren: SelectItemKey;
|
|
81299
81288
|
itemProps: SelectItemKey;
|
|
81300
|
-
itemType: string;
|
|
81301
81289
|
loadingIcon: string;
|
|
81302
81290
|
openAll: boolean;
|
|
81303
81291
|
} & {
|
|
@@ -81321,6 +81309,7 @@ declare const VTreeview: {
|
|
|
81321
81309
|
activeColor?: string | undefined;
|
|
81322
81310
|
falseIcon?: IconValue | undefined;
|
|
81323
81311
|
trueIcon?: IconValue | undefined;
|
|
81312
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
81324
81313
|
activeClass?: string | undefined;
|
|
81325
81314
|
opened?: any;
|
|
81326
81315
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
@@ -81367,7 +81356,6 @@ declare const VTreeview: {
|
|
|
81367
81356
|
tile: boolean;
|
|
81368
81357
|
density: Density;
|
|
81369
81358
|
slim: boolean;
|
|
81370
|
-
valueComparator: typeof deepEqual;
|
|
81371
81359
|
indeterminateIcon: IconValue;
|
|
81372
81360
|
activatable: boolean;
|
|
81373
81361
|
selectable: boolean;
|
|
@@ -81382,7 +81370,6 @@ declare const VTreeview: {
|
|
|
81382
81370
|
itemValue: SelectItemKey;
|
|
81383
81371
|
itemChildren: SelectItemKey;
|
|
81384
81372
|
itemProps: SelectItemKey;
|
|
81385
|
-
itemType: string;
|
|
81386
81373
|
openOnClick: boolean;
|
|
81387
81374
|
loadingIcon: string;
|
|
81388
81375
|
openAll: boolean;
|
|
@@ -81401,7 +81388,6 @@ declare const VTreeview: {
|
|
|
81401
81388
|
tile: boolean;
|
|
81402
81389
|
density: Density;
|
|
81403
81390
|
slim: boolean;
|
|
81404
|
-
valueComparator: typeof deepEqual;
|
|
81405
81391
|
indeterminateIcon: IconValue;
|
|
81406
81392
|
activatable: boolean;
|
|
81407
81393
|
selectable: boolean;
|
|
@@ -81416,7 +81402,6 @@ declare const VTreeview: {
|
|
|
81416
81402
|
itemValue: SelectItemKey;
|
|
81417
81403
|
itemChildren: SelectItemKey;
|
|
81418
81404
|
itemProps: SelectItemKey;
|
|
81419
|
-
itemType: string;
|
|
81420
81405
|
loadingIcon: string;
|
|
81421
81406
|
openAll: boolean;
|
|
81422
81407
|
} & {
|
|
@@ -81440,6 +81425,7 @@ declare const VTreeview: {
|
|
|
81440
81425
|
activeColor?: string | undefined;
|
|
81441
81426
|
falseIcon?: IconValue | undefined;
|
|
81442
81427
|
trueIcon?: IconValue | undefined;
|
|
81428
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
81443
81429
|
activeClass?: string | undefined;
|
|
81444
81430
|
opened?: any;
|
|
81445
81431
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
@@ -81501,7 +81487,6 @@ declare const VTreeview: {
|
|
|
81501
81487
|
tile: boolean;
|
|
81502
81488
|
density: Density;
|
|
81503
81489
|
slim: boolean;
|
|
81504
|
-
valueComparator: typeof deepEqual;
|
|
81505
81490
|
indeterminateIcon: IconValue;
|
|
81506
81491
|
activatable: boolean;
|
|
81507
81492
|
selectable: boolean;
|
|
@@ -81516,7 +81501,6 @@ declare const VTreeview: {
|
|
|
81516
81501
|
itemValue: SelectItemKey;
|
|
81517
81502
|
itemChildren: SelectItemKey;
|
|
81518
81503
|
itemProps: SelectItemKey;
|
|
81519
|
-
itemType: string;
|
|
81520
81504
|
openOnClick: boolean;
|
|
81521
81505
|
loadingIcon: string;
|
|
81522
81506
|
openAll: boolean;
|
|
@@ -81612,10 +81596,7 @@ declare const VTreeview: {
|
|
|
81612
81596
|
type: vue.PropType<boolean>;
|
|
81613
81597
|
default: boolean;
|
|
81614
81598
|
};
|
|
81615
|
-
valueComparator:
|
|
81616
|
-
type: vue.PropType<typeof deepEqual>;
|
|
81617
|
-
default: typeof deepEqual;
|
|
81618
|
-
};
|
|
81599
|
+
valueComparator: vue.PropType<typeof deepEqual>;
|
|
81619
81600
|
activeClass: StringConstructor;
|
|
81620
81601
|
opened: null;
|
|
81621
81602
|
activatable: BooleanConstructor;
|
|
@@ -81661,10 +81642,6 @@ declare const VTreeview: {
|
|
|
81661
81642
|
value: boolean;
|
|
81662
81643
|
path: unknown[];
|
|
81663
81644
|
}) => void>;
|
|
81664
|
-
itemType: {
|
|
81665
|
-
type: StringConstructor;
|
|
81666
|
-
default: string;
|
|
81667
|
-
};
|
|
81668
81645
|
loadChildren: vue.PropType<(item: unknown) => Promise<void>>;
|
|
81669
81646
|
loadingIcon: {
|
|
81670
81647
|
type: StringConstructor;
|
|
@@ -81758,10 +81735,7 @@ declare const VTreeview: {
|
|
|
81758
81735
|
type: vue.PropType<boolean>;
|
|
81759
81736
|
default: boolean;
|
|
81760
81737
|
};
|
|
81761
|
-
valueComparator:
|
|
81762
|
-
type: vue.PropType<typeof deepEqual>;
|
|
81763
|
-
default: typeof deepEqual;
|
|
81764
|
-
};
|
|
81738
|
+
valueComparator: vue.PropType<typeof deepEqual>;
|
|
81765
81739
|
activeClass: StringConstructor;
|
|
81766
81740
|
opened: null;
|
|
81767
81741
|
activatable: BooleanConstructor;
|
|
@@ -81807,10 +81781,6 @@ declare const VTreeview: {
|
|
|
81807
81781
|
value: boolean;
|
|
81808
81782
|
path: unknown[];
|
|
81809
81783
|
}) => void>;
|
|
81810
|
-
itemType: {
|
|
81811
|
-
type: StringConstructor;
|
|
81812
|
-
default: string;
|
|
81813
|
-
};
|
|
81814
81784
|
loadChildren: vue.PropType<(item: unknown) => Promise<void>>;
|
|
81815
81785
|
loadingIcon: {
|
|
81816
81786
|
type: StringConstructor;
|
|
@@ -81874,7 +81844,7 @@ declare const VTreeviewItem: {
|
|
|
81874
81844
|
title?: string | number | undefined;
|
|
81875
81845
|
class?: any;
|
|
81876
81846
|
theme?: string | undefined;
|
|
81877
|
-
to?: vue_router.
|
|
81847
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
81878
81848
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
81879
81849
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
81880
81850
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -81942,7 +81912,7 @@ declare const VTreeviewItem: {
|
|
|
81942
81912
|
title?: string | number | undefined;
|
|
81943
81913
|
class?: any;
|
|
81944
81914
|
theme?: string | undefined;
|
|
81945
|
-
to?: vue_router.
|
|
81915
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
81946
81916
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
81947
81917
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
81948
81918
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -82041,7 +82011,7 @@ declare const VTreeviewItem: {
|
|
|
82041
82011
|
title?: string | number | undefined;
|
|
82042
82012
|
class?: any;
|
|
82043
82013
|
theme?: string | undefined;
|
|
82044
|
-
to?: vue_router.
|
|
82014
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
82045
82015
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
82046
82016
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
82047
82017
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -82131,7 +82101,7 @@ declare const VTreeviewItem: {
|
|
|
82131
82101
|
title?: string | number | undefined;
|
|
82132
82102
|
class?: any;
|
|
82133
82103
|
theme?: string | undefined;
|
|
82134
|
-
to?: vue_router.
|
|
82104
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
82135
82105
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
82136
82106
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
82137
82107
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|