@vuetify/nightly 3.7.12-master.2025-02-15 → 3.7.12-master.2025-02-18
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/CHANGELOG.md +17 -3
- package/dist/json/attributes.json +3373 -3361
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +184 -184
- package/dist/json/tags.json +3 -0
- package/dist/json/web-types.json +6346 -6318
- package/dist/vuetify-labs.css +3661 -3656
- package/dist/vuetify-labs.d.ts +190 -139
- package/dist/vuetify-labs.esm.js +135 -72
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +134 -71
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3856 -3859
- package/dist/vuetify.d.ts +168 -156
- package/dist/vuetify.esm.js +36 -34
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +35 -33
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +16 -16
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +1 -1
- package/lib/blueprints/md1.d.mts +1 -1
- package/lib/blueprints/md2.d.mts +1 -1
- package/lib/blueprints/md3.d.mts +1 -1
- package/lib/components/VAlert/VAlert.mjs +1 -1
- package/lib/components/VAlert/index.d.mts +1 -1
- package/lib/components/VAppBar/VAppBar.mjs +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +1 -1
- package/lib/components/VAppBar/index.d.mts +5 -5
- package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
- package/lib/components/VAutocomplete/index.d.mts +4 -4
- package/lib/components/VAvatar/index.d.mts +1 -1
- package/lib/components/VBadge/VBadge.mjs +1 -1
- package/lib/components/VBadge/index.d.mts +1 -1
- package/lib/components/VBanner/VBanner.mjs +1 -1
- package/lib/components/VBanner/index.d.mts +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.css +1 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +1 -0
- package/lib/components/VBottomNavigation/index.d.mts +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +5 -5
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/index.d.mts +5 -5
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
- package/lib/components/VBtnToggle/index.d.mts +1 -1
- package/lib/components/VCard/VCard.mjs +1 -1
- package/lib/components/VCard/VCardItem.mjs +1 -1
- package/lib/components/VCard/VCardSubtitle.mjs +1 -1
- package/lib/components/VCard/VCardText.mjs +1 -1
- package/lib/components/VCard/index.d.mts +5 -5
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/index.d.mts +1 -1
- package/lib/components/VCheckbox/VCheckbox.mjs +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/index.d.mts +1 -1
- package/lib/components/VChip/VChip.mjs +1 -1
- package/lib/components/VChip/index.d.mts +5 -5
- package/lib/components/VChipGroup/VChipGroup.mjs +1 -1
- package/lib/components/VChipGroup/index.d.mts +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
- package/lib/components/VColorPicker/index.d.mts +10 -10
- package/lib/components/VCombobox/VCombobox.mjs +1 -1
- package/lib/components/VCombobox/index.d.mts +4 -4
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +5 -5
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -1
- package/lib/components/VConfirmEdit/index.d.mts +1 -1
- package/lib/components/VCounter/VCounter.mjs +1 -1
- package/lib/components/VDataIterator/index.d.mts +1 -1
- package/lib/components/VDataTable/VDataTable.mjs +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +12 -8
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
- package/lib/components/VDatePicker/index.d.mts +28 -16
- package/lib/components/VDialog/VDialog.mjs +1 -1
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
- package/lib/components/VDialog/index.d.mts +3 -3
- package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
- package/lib/components/VEmptyState/index.d.mts +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +1 -1
- package/lib/components/VFab/VFab.mjs +1 -1
- package/lib/components/VFab/index.d.mts +5 -5
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VFieldLabel.mjs +1 -1
- package/lib/components/VField/index.d.mts +1 -1
- package/lib/components/VFileInput/VFileInput.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 +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 +1 -1
- package/lib/components/VList/VListChildren.mjs +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -1
- package/lib/components/VList/VListItem.mjs +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 +5 -5
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/index.d.mts +3 -3
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +0 -4
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +3 -6
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +0 -5
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/index.d.mts +1 -1
- package/lib/components/VParallax/VParallax.mjs +1 -1
- package/lib/components/VRadio/VRadio.mjs +1 -1
- package/lib/components/VRadio/index.d.mts +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
- package/lib/components/VRadioGroup/index.d.mts +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
- package/lib/components/VRating/VRating.mjs +1 -1
- package/lib/components/VRating/index.d.mts +1 -1
- package/lib/components/VSelect/VSelect.mjs +1 -1
- package/lib/components/VSelect/index.d.mts +4 -4
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
- package/lib/components/VSelectionControl/index.d.mts +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +1 -1
- package/lib/components/VSheet/VSheet.mjs +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
- package/lib/components/VSlideGroup/index.d.mts +1 -1
- package/lib/components/VSlider/VSlider.mjs +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
- package/lib/components/VSnackbar/index.d.mts +3 -3
- package/lib/components/VSparkline/VBarline.mjs +1 -2
- package/lib/components/VSparkline/VBarline.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs +1 -1
- package/lib/components/VSparkline/VTrendline.mjs +1 -2
- package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VStepper/VStepper.mjs +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/VTabsWindow.mjs +1 -1
- package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
- package/lib/components/VTabs/index.d.mts +20 -20
- 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 +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 +109 -97
- 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/variant.mjs +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/iconsets/fa-svg.d.mts +1 -1
- package/lib/iconsets/fa.d.mts +1 -1
- package/lib/iconsets/fa4.d.mts +1 -1
- package/lib/iconsets/md.d.mts +1 -1
- package/lib/iconsets/mdi-svg.d.mts +1 -1
- package/lib/iconsets/mdi.d.mts +1 -1
- package/lib/index.d.mts +60 -60
- package/lib/labs/VCalendar/VCalendar.mjs +1 -1
- package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
- package/lib/labs/VCalendar/index.d.mts +8 -2
- package/lib/labs/VDateInput/VDateInput.mjs +4 -3
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +8 -2
- package/lib/labs/VFileUpload/VFileUpload.mjs +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 +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +1 -1
- package/lib/labs/VTreeview/index.d.mts +5 -5
- package/lib/labs/components.d.mts +85 -46
- package/lib/locale/adapters/vue-i18n.mjs +0 -1
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/package.json +16 -15
package/dist/vuetify-labs.d.ts
CHANGED
@@ -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;
|
@@ -4133,7 +4133,7 @@ declare const VListItem: {
|
|
4133
4133
|
title?: string | number | undefined;
|
4134
4134
|
class?: any;
|
4135
4135
|
theme?: string | undefined;
|
4136
|
-
to?: vue_router.
|
4136
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
4137
4137
|
lines?: false | "one" | "two" | "three" | undefined;
|
4138
4138
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
4139
4139
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -4230,7 +4230,7 @@ declare const VListItem: {
|
|
4230
4230
|
title?: string | number | undefined;
|
4231
4231
|
class?: any;
|
4232
4232
|
theme?: string | undefined;
|
4233
|
-
to?: vue_router.
|
4233
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
4234
4234
|
lines?: false | "one" | "two" | "three" | undefined;
|
4235
4235
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
4236
4236
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -4327,7 +4327,7 @@ declare const VListItem: {
|
|
4327
4327
|
title?: string | number | undefined;
|
4328
4328
|
class?: any;
|
4329
4329
|
theme?: string | undefined;
|
4330
|
-
to?: vue_router.
|
4330
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
4331
4331
|
lines?: false | "one" | "two" | "three" | undefined;
|
4332
4332
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
4333
4333
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -4443,7 +4443,7 @@ declare const VListItem: {
|
|
4443
4443
|
title?: string | number | undefined;
|
4444
4444
|
class?: any;
|
4445
4445
|
theme?: string | undefined;
|
4446
|
-
to?: vue_router.
|
4446
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
4447
4447
|
lines?: false | "one" | "two" | "three" | undefined;
|
4448
4448
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
4449
4449
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -6791,7 +6791,7 @@ declare const VMenu: {
|
|
6791
6791
|
};
|
6792
6792
|
$forceUpdate: () => void;
|
6793
6793
|
$nextTick: typeof nextTick;
|
6794
|
-
$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;
|
6794
|
+
$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;
|
6795
6795
|
} & Omit<{
|
6796
6796
|
absolute: boolean;
|
6797
6797
|
location: Anchor;
|
@@ -7472,7 +7472,7 @@ declare const VMenu: {
|
|
7472
7472
|
};
|
7473
7473
|
$forceUpdate: () => void;
|
7474
7474
|
$nextTick: typeof nextTick;
|
7475
|
-
$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;
|
7475
|
+
$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;
|
7476
7476
|
} & Omit<{
|
7477
7477
|
absolute: boolean;
|
7478
7478
|
location: Anchor;
|
@@ -8058,7 +8058,7 @@ declare const VMenu: {
|
|
8058
8058
|
};
|
8059
8059
|
$forceUpdate: () => void;
|
8060
8060
|
$nextTick: typeof nextTick;
|
8061
|
-
$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;
|
8061
|
+
$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;
|
8062
8062
|
} & Omit<{
|
8063
8063
|
absolute: boolean;
|
8064
8064
|
location: Anchor;
|
@@ -13447,7 +13447,7 @@ declare const VBreadcrumbsItem: {
|
|
13447
13447
|
color?: string | undefined;
|
13448
13448
|
title?: string | undefined;
|
13449
13449
|
class?: any;
|
13450
|
-
to?: vue_router.
|
13450
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
13451
13451
|
href?: string | undefined;
|
13452
13452
|
activeColor?: string | undefined;
|
13453
13453
|
activeClass?: string | undefined;
|
@@ -13471,7 +13471,7 @@ declare const VBreadcrumbsItem: {
|
|
13471
13471
|
color?: string | undefined;
|
13472
13472
|
title?: string | undefined;
|
13473
13473
|
class?: any;
|
13474
|
-
to?: vue_router.
|
13474
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
13475
13475
|
href?: string | undefined;
|
13476
13476
|
activeColor?: string | undefined;
|
13477
13477
|
activeClass?: string | undefined;
|
@@ -13511,7 +13511,7 @@ declare const VBreadcrumbsItem: {
|
|
13511
13511
|
color?: string | undefined;
|
13512
13512
|
title?: string | undefined;
|
13513
13513
|
class?: any;
|
13514
|
-
to?: vue_router.
|
13514
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
13515
13515
|
href?: string | undefined;
|
13516
13516
|
activeColor?: string | undefined;
|
13517
13517
|
activeClass?: string | undefined;
|
@@ -13546,7 +13546,7 @@ declare const VBreadcrumbsItem: {
|
|
13546
13546
|
color?: string | undefined;
|
13547
13547
|
title?: string | undefined;
|
13548
13548
|
class?: any;
|
13549
|
-
to?: vue_router.
|
13549
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
13550
13550
|
href?: string | undefined;
|
13551
13551
|
activeColor?: string | undefined;
|
13552
13552
|
activeClass?: string | undefined;
|
@@ -13749,7 +13749,7 @@ declare const VBtn: {
|
|
13749
13749
|
text?: string | undefined;
|
13750
13750
|
class?: any;
|
13751
13751
|
theme?: string | undefined;
|
13752
|
-
to?: vue_router.
|
13752
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
13753
13753
|
icon?: boolean | IconValue | undefined;
|
13754
13754
|
href?: string | undefined;
|
13755
13755
|
elevation?: string | number | undefined;
|
@@ -13823,7 +13823,7 @@ declare const VBtn: {
|
|
13823
13823
|
text?: string | undefined;
|
13824
13824
|
class?: any;
|
13825
13825
|
theme?: string | undefined;
|
13826
|
-
to?: vue_router.
|
13826
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
13827
13827
|
icon?: boolean | IconValue | undefined;
|
13828
13828
|
href?: string | undefined;
|
13829
13829
|
elevation?: string | number | undefined;
|
@@ -13924,7 +13924,7 @@ declare const VBtn: {
|
|
13924
13924
|
text?: string | undefined;
|
13925
13925
|
class?: any;
|
13926
13926
|
theme?: string | undefined;
|
13927
|
-
to?: vue_router.
|
13927
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
13928
13928
|
icon?: boolean | IconValue | undefined;
|
13929
13929
|
href?: string | undefined;
|
13930
13930
|
elevation?: string | number | undefined;
|
@@ -14019,7 +14019,7 @@ declare const VBtn: {
|
|
14019
14019
|
text?: string | undefined;
|
14020
14020
|
class?: any;
|
14021
14021
|
theme?: string | undefined;
|
14022
|
-
to?: vue_router.
|
14022
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
14023
14023
|
icon?: boolean | IconValue | undefined;
|
14024
14024
|
href?: string | undefined;
|
14025
14025
|
elevation?: string | number | undefined;
|
@@ -14932,7 +14932,7 @@ declare const VCard: {
|
|
14932
14932
|
text?: string | number | undefined;
|
14933
14933
|
class?: any;
|
14934
14934
|
theme?: string | undefined;
|
14935
|
-
to?: vue_router.
|
14935
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
14936
14936
|
href?: string | undefined;
|
14937
14937
|
elevation?: string | number | undefined;
|
14938
14938
|
rounded?: string | number | boolean | undefined;
|
@@ -15009,7 +15009,7 @@ declare const VCard: {
|
|
15009
15009
|
text?: string | number | undefined;
|
15010
15010
|
class?: any;
|
15011
15011
|
theme?: string | undefined;
|
15012
|
-
to?: vue_router.
|
15012
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
15013
15013
|
href?: string | undefined;
|
15014
15014
|
elevation?: string | number | undefined;
|
15015
15015
|
rounded?: string | number | boolean | undefined;
|
@@ -15120,7 +15120,7 @@ declare const VCard: {
|
|
15120
15120
|
text?: string | number | undefined;
|
15121
15121
|
class?: any;
|
15122
15122
|
theme?: string | undefined;
|
15123
|
-
to?: vue_router.
|
15123
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
15124
15124
|
href?: string | undefined;
|
15125
15125
|
elevation?: string | number | undefined;
|
15126
15126
|
rounded?: string | number | boolean | undefined;
|
@@ -15217,7 +15217,7 @@ declare const VCard: {
|
|
15217
15217
|
text?: string | number | undefined;
|
15218
15218
|
class?: any;
|
15219
15219
|
theme?: string | undefined;
|
15220
|
-
to?: vue_router.
|
15220
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
15221
15221
|
href?: string | undefined;
|
15222
15222
|
elevation?: string | number | undefined;
|
15223
15223
|
rounded?: string | number | boolean | undefined;
|
@@ -18814,7 +18814,7 @@ declare const VChip: {
|
|
18814
18814
|
text?: string | undefined;
|
18815
18815
|
class?: any;
|
18816
18816
|
theme?: string | undefined;
|
18817
|
-
to?: vue_router.
|
18817
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
18818
18818
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
18819
18819
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
18820
18820
|
href?: string | undefined;
|
@@ -18922,7 +18922,7 @@ declare const VChip: {
|
|
18922
18922
|
text?: string | undefined;
|
18923
18923
|
class?: any;
|
18924
18924
|
theme?: string | undefined;
|
18925
|
-
to?: vue_router.
|
18925
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
18926
18926
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
18927
18927
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
18928
18928
|
href?: string | undefined;
|
@@ -19068,7 +19068,7 @@ declare const VChip: {
|
|
19068
19068
|
text?: string | undefined;
|
19069
19069
|
class?: any;
|
19070
19070
|
theme?: string | undefined;
|
19071
|
-
to?: vue_router.
|
19071
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
19072
19072
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
19073
19073
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
19074
19074
|
href?: string | undefined;
|
@@ -19197,7 +19197,7 @@ declare const VChip: {
|
|
19197
19197
|
text?: string | undefined;
|
19198
19198
|
class?: any;
|
19199
19199
|
theme?: string | undefined;
|
19200
|
-
to?: vue_router.
|
19200
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
19201
19201
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
19202
19202
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
19203
19203
|
href?: string | undefined;
|
@@ -20033,7 +20033,7 @@ declare const VColorPicker: {
|
|
20033
20033
|
};
|
20034
20034
|
}>> & {
|
20035
20035
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
20036
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
20036
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
20037
20037
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
20038
20038
|
'update:modelValue': (color: any) => true;
|
20039
20039
|
'update:mode': (mode: keyof typeof modes) => true;
|
@@ -20100,17 +20100,17 @@ declare const VColorPicker: {
|
|
20100
20100
|
};
|
20101
20101
|
}>> & {
|
20102
20102
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
20103
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
20103
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
20104
20104
|
}, {
|
20105
20105
|
width: string | number;
|
20106
20106
|
style: vue.StyleValue;
|
20107
20107
|
disabled: boolean;
|
20108
20108
|
tag: string;
|
20109
|
-
mode: "rgb" | "hex" | "
|
20109
|
+
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
20110
20110
|
rounded: string | number | boolean;
|
20111
20111
|
tile: boolean;
|
20112
20112
|
dotSize: string | number;
|
20113
|
-
modes: readonly ("rgb" | "hex" | "
|
20113
|
+
modes: readonly ("rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa")[];
|
20114
20114
|
canvasHeight: string | number;
|
20115
20115
|
hideCanvas: boolean;
|
20116
20116
|
hideSliders: boolean;
|
@@ -20187,17 +20187,17 @@ declare const VColorPicker: {
|
|
20187
20187
|
};
|
20188
20188
|
}>> & {
|
20189
20189
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
20190
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
20190
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
20191
20191
|
}, {}, {}, {}, {}, {
|
20192
20192
|
width: string | number;
|
20193
20193
|
style: vue.StyleValue;
|
20194
20194
|
disabled: boolean;
|
20195
20195
|
tag: string;
|
20196
|
-
mode: "rgb" | "hex" | "
|
20196
|
+
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
20197
20197
|
rounded: string | number | boolean;
|
20198
20198
|
tile: boolean;
|
20199
20199
|
dotSize: string | number;
|
20200
|
-
modes: readonly ("rgb" | "hex" | "
|
20200
|
+
modes: readonly ("rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa")[];
|
20201
20201
|
canvasHeight: string | number;
|
20202
20202
|
hideCanvas: boolean;
|
20203
20203
|
hideSliders: boolean;
|
@@ -20271,7 +20271,7 @@ declare const VColorPicker: {
|
|
20271
20271
|
};
|
20272
20272
|
}>> & {
|
20273
20273
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
20274
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
20274
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
20275
20275
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
20276
20276
|
'update:modelValue': (color: any) => true;
|
20277
20277
|
'update:mode': (mode: keyof typeof modes) => true;
|
@@ -20280,11 +20280,11 @@ declare const VColorPicker: {
|
|
20280
20280
|
style: vue.StyleValue;
|
20281
20281
|
disabled: boolean;
|
20282
20282
|
tag: string;
|
20283
|
-
mode: "rgb" | "hex" | "
|
20283
|
+
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
20284
20284
|
rounded: string | number | boolean;
|
20285
20285
|
tile: boolean;
|
20286
20286
|
dotSize: string | number;
|
20287
|
-
modes: readonly ("rgb" | "hex" | "
|
20287
|
+
modes: readonly ("rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa")[];
|
20288
20288
|
canvasHeight: string | number;
|
20289
20289
|
hideCanvas: boolean;
|
20290
20290
|
hideSliders: boolean;
|
@@ -28339,7 +28339,10 @@ declare const VDatePicker: {
|
|
28339
28339
|
max: vue.PropType<unknown>;
|
28340
28340
|
min: vue.PropType<unknown>;
|
28341
28341
|
year: NumberConstructor;
|
28342
|
-
disabled:
|
28342
|
+
disabled: {
|
28343
|
+
type: BooleanConstructor;
|
28344
|
+
default: null;
|
28345
|
+
};
|
28343
28346
|
month: (StringConstructor | NumberConstructor)[];
|
28344
28347
|
showAdjacentMonths: BooleanConstructor;
|
28345
28348
|
weekdays: {
|
@@ -28450,7 +28453,10 @@ declare const VDatePicker: {
|
|
28450
28453
|
max: vue.PropType<unknown>;
|
28451
28454
|
min: vue.PropType<unknown>;
|
28452
28455
|
year: NumberConstructor;
|
28453
|
-
disabled:
|
28456
|
+
disabled: {
|
28457
|
+
type: BooleanConstructor;
|
28458
|
+
default: null;
|
28459
|
+
};
|
28454
28460
|
month: (StringConstructor | NumberConstructor)[];
|
28455
28461
|
showAdjacentMonths: BooleanConstructor;
|
28456
28462
|
weekdays: {
|
@@ -28522,7 +28528,7 @@ type VDatePicker = InstanceType<typeof VDatePicker>;
|
|
28522
28528
|
|
28523
28529
|
declare const VDatePickerControls: {
|
28524
28530
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
28525
|
-
disabled: string | boolean | string[];
|
28531
|
+
disabled: string | boolean | string[] | null;
|
28526
28532
|
nextIcon: IconValue;
|
28527
28533
|
prevIcon: IconValue;
|
28528
28534
|
modeIcon: IconValue;
|
@@ -28552,7 +28558,7 @@ declare const VDatePickerControls: {
|
|
28552
28558
|
'click:next': () => true;
|
28553
28559
|
'click:text': () => true;
|
28554
28560
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
28555
|
-
disabled: string | boolean | string[];
|
28561
|
+
disabled: string | boolean | string[] | null;
|
28556
28562
|
nextIcon: IconValue;
|
28557
28563
|
prevIcon: IconValue;
|
28558
28564
|
modeIcon: IconValue;
|
@@ -28577,7 +28583,7 @@ declare const VDatePickerControls: {
|
|
28577
28583
|
"onClick:text"?: (() => any) | undefined;
|
28578
28584
|
}, {
|
28579
28585
|
active: string | string[];
|
28580
|
-
disabled: string | boolean | string[];
|
28586
|
+
disabled: string | boolean | string[] | null;
|
28581
28587
|
nextIcon: IconValue;
|
28582
28588
|
prevIcon: IconValue;
|
28583
28589
|
modeIcon: IconValue;
|
@@ -28592,7 +28598,7 @@ declare const VDatePickerControls: {
|
|
28592
28598
|
M: {};
|
28593
28599
|
Defaults: {};
|
28594
28600
|
}, {
|
28595
|
-
disabled: string | boolean | string[];
|
28601
|
+
disabled: string | boolean | string[] | null;
|
28596
28602
|
nextIcon: IconValue;
|
28597
28603
|
prevIcon: IconValue;
|
28598
28604
|
modeIcon: IconValue;
|
@@ -28617,7 +28623,7 @@ declare const VDatePickerControls: {
|
|
28617
28623
|
"onClick:text"?: (() => any) | undefined;
|
28618
28624
|
}, {}, {}, {}, {}, {
|
28619
28625
|
active: string | string[];
|
28620
|
-
disabled: string | boolean | string[];
|
28626
|
+
disabled: string | boolean | string[] | null;
|
28621
28627
|
nextIcon: IconValue;
|
28622
28628
|
prevIcon: IconValue;
|
28623
28629
|
modeIcon: IconValue;
|
@@ -28627,7 +28633,7 @@ declare const VDatePickerControls: {
|
|
28627
28633
|
__isTeleport?: never;
|
28628
28634
|
__isSuspense?: never;
|
28629
28635
|
} & vue.ComponentOptionsBase<{
|
28630
|
-
disabled: string | boolean | string[];
|
28636
|
+
disabled: string | boolean | string[] | null;
|
28631
28637
|
nextIcon: IconValue;
|
28632
28638
|
prevIcon: IconValue;
|
28633
28639
|
modeIcon: IconValue;
|
@@ -28658,7 +28664,7 @@ declare const VDatePickerControls: {
|
|
28658
28664
|
'click:text': () => true;
|
28659
28665
|
}, string, {
|
28660
28666
|
active: string | string[];
|
28661
|
-
disabled: string | boolean | string[];
|
28667
|
+
disabled: string | boolean | string[] | null;
|
28662
28668
|
nextIcon: IconValue;
|
28663
28669
|
prevIcon: IconValue;
|
28664
28670
|
modeIcon: IconValue;
|
@@ -28671,8 +28677,8 @@ declare const VDatePickerControls: {
|
|
28671
28677
|
default: undefined;
|
28672
28678
|
};
|
28673
28679
|
disabled: {
|
28674
|
-
type: PropType<boolean | string | string[]>;
|
28675
|
-
default:
|
28680
|
+
type: PropType<boolean | string | string[] | null>;
|
28681
|
+
default: null;
|
28676
28682
|
};
|
28677
28683
|
nextIcon: {
|
28678
28684
|
type: PropType<IconValue>;
|
@@ -28697,8 +28703,8 @@ declare const VDatePickerControls: {
|
|
28697
28703
|
default: undefined;
|
28698
28704
|
};
|
28699
28705
|
disabled: {
|
28700
|
-
type: PropType<boolean | string | string[]>;
|
28701
|
-
default:
|
28706
|
+
type: PropType<boolean | string | string[] | null>;
|
28707
|
+
default: null;
|
28702
28708
|
};
|
28703
28709
|
nextIcon: {
|
28704
28710
|
type: PropType<IconValue>;
|
@@ -29123,7 +29129,10 @@ declare const VDatePickerMonth: {
|
|
29123
29129
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
29124
29130
|
max: PropType<unknown>;
|
29125
29131
|
min: PropType<unknown>;
|
29126
|
-
disabled:
|
29132
|
+
disabled: {
|
29133
|
+
type: BooleanConstructor;
|
29134
|
+
default: null;
|
29135
|
+
};
|
29127
29136
|
month: (StringConstructor | NumberConstructor)[];
|
29128
29137
|
year: (StringConstructor | NumberConstructor)[];
|
29129
29138
|
modelValue: PropType<unknown[]>;
|
@@ -29168,7 +29177,10 @@ declare const VDatePickerMonth: {
|
|
29168
29177
|
}, vue.ExtractPropTypes<{
|
29169
29178
|
max: PropType<unknown>;
|
29170
29179
|
min: PropType<unknown>;
|
29171
|
-
disabled:
|
29180
|
+
disabled: {
|
29181
|
+
type: BooleanConstructor;
|
29182
|
+
default: null;
|
29183
|
+
};
|
29172
29184
|
month: (StringConstructor | NumberConstructor)[];
|
29173
29185
|
year: (StringConstructor | NumberConstructor)[];
|
29174
29186
|
modelValue: PropType<unknown[]>;
|
@@ -30305,7 +30317,7 @@ declare const VDialog: {
|
|
30305
30317
|
};
|
30306
30318
|
$forceUpdate: () => void;
|
30307
30319
|
$nextTick: typeof nextTick;
|
30308
|
-
$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;
|
30320
|
+
$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;
|
30309
30321
|
} & Omit<{
|
30310
30322
|
absolute: boolean;
|
30311
30323
|
location: Anchor;
|
@@ -30991,7 +31003,7 @@ declare const VDialog: {
|
|
30991
31003
|
};
|
30992
31004
|
$forceUpdate: () => void;
|
30993
31005
|
$nextTick: typeof nextTick;
|
30994
|
-
$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;
|
31006
|
+
$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;
|
30995
31007
|
} & Omit<{
|
30996
31008
|
absolute: boolean;
|
30997
31009
|
location: Anchor;
|
@@ -31576,7 +31588,7 @@ declare const VDialog: {
|
|
31576
31588
|
};
|
31577
31589
|
$forceUpdate: () => void;
|
31578
31590
|
$nextTick: typeof nextTick;
|
31579
|
-
$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;
|
31591
|
+
$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;
|
31580
31592
|
} & Omit<{
|
31581
31593
|
absolute: boolean;
|
31582
31594
|
location: Anchor;
|
@@ -33598,7 +33610,7 @@ declare const VFab: {
|
|
33598
33610
|
text?: string | undefined;
|
33599
33611
|
class?: any;
|
33600
33612
|
theme?: string | undefined;
|
33601
|
-
to?: vue_router.
|
33613
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
33602
33614
|
icon?: boolean | IconValue | undefined;
|
33603
33615
|
href?: string | undefined;
|
33604
33616
|
elevation?: string | number | undefined;
|
@@ -33669,7 +33681,7 @@ declare const VFab: {
|
|
33669
33681
|
text?: string | undefined;
|
33670
33682
|
class?: any;
|
33671
33683
|
theme?: string | undefined;
|
33672
|
-
to?: vue_router.
|
33684
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
33673
33685
|
icon?: boolean | IconValue | undefined;
|
33674
33686
|
href?: string | undefined;
|
33675
33687
|
elevation?: string | number | undefined;
|
@@ -33779,7 +33791,7 @@ declare const VFab: {
|
|
33779
33791
|
text?: string | undefined;
|
33780
33792
|
class?: any;
|
33781
33793
|
theme?: string | undefined;
|
33782
|
-
to?: vue_router.
|
33794
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
33783
33795
|
icon?: boolean | IconValue | undefined;
|
33784
33796
|
href?: string | undefined;
|
33785
33797
|
elevation?: string | number | undefined;
|
@@ -33884,7 +33896,7 @@ declare const VFab: {
|
|
33884
33896
|
text?: string | undefined;
|
33885
33897
|
class?: any;
|
33886
33898
|
theme?: string | undefined;
|
33887
|
-
to?: vue_router.
|
33899
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
33888
33900
|
icon?: boolean | IconValue | undefined;
|
33889
33901
|
href?: string | undefined;
|
33890
33902
|
elevation?: string | number | undefined;
|
@@ -34596,7 +34608,7 @@ declare const VFileInput: {
|
|
34596
34608
|
};
|
34597
34609
|
$forceUpdate: () => void;
|
34598
34610
|
$nextTick: typeof nextTick;
|
34599
|
-
$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;
|
34611
|
+
$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;
|
34600
34612
|
} & Omit<{
|
34601
34613
|
error: boolean;
|
34602
34614
|
direction: "horizontal" | "vertical";
|
@@ -35168,7 +35180,7 @@ declare const VFileInput: {
|
|
35168
35180
|
};
|
35169
35181
|
$forceUpdate: () => void;
|
35170
35182
|
$nextTick: typeof nextTick;
|
35171
|
-
$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;
|
35183
|
+
$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;
|
35172
35184
|
} & Omit<{
|
35173
35185
|
error: boolean;
|
35174
35186
|
direction: "horizontal" | "vertical";
|
@@ -35575,7 +35587,7 @@ declare const VFileInput: {
|
|
35575
35587
|
};
|
35576
35588
|
$forceUpdate: () => void;
|
35577
35589
|
$nextTick: typeof nextTick;
|
35578
|
-
$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;
|
35590
|
+
$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;
|
35579
35591
|
} & Omit<{
|
35580
35592
|
error: boolean;
|
35581
35593
|
direction: "horizontal" | "vertical";
|
@@ -49772,7 +49784,7 @@ declare const VSnackbar: {
|
|
49772
49784
|
};
|
49773
49785
|
$forceUpdate: () => void;
|
49774
49786
|
$nextTick: typeof nextTick;
|
49775
|
-
$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;
|
49787
|
+
$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;
|
49776
49788
|
} & Omit<{
|
49777
49789
|
absolute: boolean;
|
49778
49790
|
location: Anchor;
|
@@ -50454,7 +50466,7 @@ declare const VSnackbar: {
|
|
50454
50466
|
};
|
50455
50467
|
$forceUpdate: () => void;
|
50456
50468
|
$nextTick: typeof nextTick;
|
50457
|
-
$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;
|
50469
|
+
$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;
|
50458
50470
|
} & Omit<{
|
50459
50471
|
absolute: boolean;
|
50460
50472
|
location: Anchor;
|
@@ -51036,7 +51048,7 @@ declare const VSnackbar: {
|
|
51036
51048
|
};
|
51037
51049
|
$forceUpdate: () => void;
|
51038
51050
|
$nextTick: typeof nextTick;
|
51039
|
-
$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;
|
51051
|
+
$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;
|
51040
51052
|
} & Omit<{
|
51041
51053
|
absolute: boolean;
|
51042
51054
|
location: Anchor;
|
@@ -54930,7 +54942,7 @@ declare const VTab: {
|
|
54930
54942
|
text?: string | undefined;
|
54931
54943
|
class?: any;
|
54932
54944
|
theme?: string | undefined;
|
54933
|
-
to?: vue_router.
|
54945
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
54934
54946
|
icon?: boolean | IconValue | undefined;
|
54935
54947
|
href?: string | undefined;
|
54936
54948
|
elevation?: string | number | undefined;
|
@@ -55017,7 +55029,7 @@ declare const VTab: {
|
|
55017
55029
|
text?: string | undefined;
|
55018
55030
|
class?: any;
|
55019
55031
|
theme?: string | undefined;
|
55020
|
-
to?: vue_router.
|
55032
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
55021
55033
|
icon?: boolean | IconValue | undefined;
|
55022
55034
|
href?: string | undefined;
|
55023
55035
|
elevation?: string | number | undefined;
|
@@ -55082,7 +55094,7 @@ declare const VTab: {
|
|
55082
55094
|
text?: string | undefined;
|
55083
55095
|
class?: any;
|
55084
55096
|
theme?: string | undefined;
|
55085
|
-
to?: vue_router.
|
55097
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
55086
55098
|
icon?: boolean | IconValue | undefined;
|
55087
55099
|
href?: string | undefined;
|
55088
55100
|
elevation?: string | number | undefined;
|
@@ -55169,7 +55181,7 @@ declare const VTab: {
|
|
55169
55181
|
text?: string | undefined;
|
55170
55182
|
class?: any;
|
55171
55183
|
theme?: string | undefined;
|
55172
|
-
to?: vue_router.
|
55184
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
55173
55185
|
icon?: boolean | IconValue | undefined;
|
55174
55186
|
href?: string | undefined;
|
55175
55187
|
elevation?: string | number | undefined;
|
@@ -55252,7 +55264,7 @@ declare const VTab: {
|
|
55252
55264
|
};
|
55253
55265
|
$forceUpdate: () => void;
|
55254
55266
|
$nextTick: typeof vue.nextTick;
|
55255
|
-
$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;
|
55267
|
+
$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;
|
55256
55268
|
} & Omit<{
|
55257
55269
|
symbol: any;
|
55258
55270
|
replace: boolean;
|
@@ -55289,7 +55301,7 @@ declare const VTab: {
|
|
55289
55301
|
text?: string | undefined;
|
55290
55302
|
class?: any;
|
55291
55303
|
theme?: string | undefined;
|
55292
|
-
to?: vue_router.
|
55304
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
55293
55305
|
icon?: boolean | IconValue | undefined;
|
55294
55306
|
href?: string | undefined;
|
55295
55307
|
elevation?: string | number | undefined;
|
@@ -55361,7 +55373,7 @@ declare const VTab: {
|
|
55361
55373
|
text?: string | undefined;
|
55362
55374
|
class?: any;
|
55363
55375
|
theme?: string | undefined;
|
55364
|
-
to?: vue_router.
|
55376
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
55365
55377
|
icon?: boolean | IconValue | undefined;
|
55366
55378
|
href?: string | undefined;
|
55367
55379
|
elevation?: string | number | undefined;
|
@@ -55456,7 +55468,7 @@ declare const VTab: {
|
|
55456
55468
|
text?: string | undefined;
|
55457
55469
|
class?: any;
|
55458
55470
|
theme?: string | undefined;
|
55459
|
-
to?: vue_router.
|
55471
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
55460
55472
|
icon?: boolean | IconValue | undefined;
|
55461
55473
|
href?: string | undefined;
|
55462
55474
|
elevation?: string | number | undefined;
|
@@ -55543,7 +55555,7 @@ declare const VTab: {
|
|
55543
55555
|
text?: string | undefined;
|
55544
55556
|
class?: any;
|
55545
55557
|
theme?: string | undefined;
|
55546
|
-
to?: vue_router.
|
55558
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
55547
55559
|
icon?: boolean | IconValue | undefined;
|
55548
55560
|
href?: string | undefined;
|
55549
55561
|
elevation?: string | number | undefined;
|
@@ -55608,7 +55620,7 @@ declare const VTab: {
|
|
55608
55620
|
text?: string | undefined;
|
55609
55621
|
class?: any;
|
55610
55622
|
theme?: string | undefined;
|
55611
|
-
to?: vue_router.
|
55623
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
55612
55624
|
icon?: boolean | IconValue | undefined;
|
55613
55625
|
href?: string | undefined;
|
55614
55626
|
elevation?: string | number | undefined;
|
@@ -55695,7 +55707,7 @@ declare const VTab: {
|
|
55695
55707
|
text?: string | undefined;
|
55696
55708
|
class?: any;
|
55697
55709
|
theme?: string | undefined;
|
55698
|
-
to?: vue_router.
|
55710
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
55699
55711
|
icon?: boolean | IconValue | undefined;
|
55700
55712
|
href?: string | undefined;
|
55701
55713
|
elevation?: string | number | undefined;
|
@@ -55778,7 +55790,7 @@ declare const VTab: {
|
|
55778
55790
|
};
|
55779
55791
|
$forceUpdate: () => void;
|
55780
55792
|
$nextTick: typeof vue.nextTick;
|
55781
|
-
$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;
|
55793
|
+
$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;
|
55782
55794
|
} & Omit<{
|
55783
55795
|
symbol: any;
|
55784
55796
|
replace: boolean;
|
@@ -55815,7 +55827,7 @@ declare const VTab: {
|
|
55815
55827
|
text?: string | undefined;
|
55816
55828
|
class?: any;
|
55817
55829
|
theme?: string | undefined;
|
55818
|
-
to?: vue_router.
|
55830
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
55819
55831
|
icon?: boolean | IconValue | undefined;
|
55820
55832
|
href?: string | undefined;
|
55821
55833
|
elevation?: string | number | undefined;
|
@@ -55912,7 +55924,7 @@ declare const VTab: {
|
|
55912
55924
|
text?: string | undefined;
|
55913
55925
|
class?: any;
|
55914
55926
|
theme?: string | undefined;
|
55915
|
-
to?: vue_router.
|
55927
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
55916
55928
|
icon?: boolean | IconValue | undefined;
|
55917
55929
|
href?: string | undefined;
|
55918
55930
|
elevation?: string | number | undefined;
|
@@ -55999,7 +56011,7 @@ declare const VTab: {
|
|
55999
56011
|
text?: string | undefined;
|
56000
56012
|
class?: any;
|
56001
56013
|
theme?: string | undefined;
|
56002
|
-
to?: vue_router.
|
56014
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
56003
56015
|
icon?: boolean | IconValue | undefined;
|
56004
56016
|
href?: string | undefined;
|
56005
56017
|
elevation?: string | number | undefined;
|
@@ -56064,7 +56076,7 @@ declare const VTab: {
|
|
56064
56076
|
text?: string | undefined;
|
56065
56077
|
class?: any;
|
56066
56078
|
theme?: string | undefined;
|
56067
|
-
to?: vue_router.
|
56079
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
56068
56080
|
icon?: boolean | IconValue | undefined;
|
56069
56081
|
href?: string | undefined;
|
56070
56082
|
elevation?: string | number | undefined;
|
@@ -56151,7 +56163,7 @@ declare const VTab: {
|
|
56151
56163
|
text?: string | undefined;
|
56152
56164
|
class?: any;
|
56153
56165
|
theme?: string | undefined;
|
56154
|
-
to?: vue_router.
|
56166
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
56155
56167
|
icon?: boolean | IconValue | undefined;
|
56156
56168
|
href?: string | undefined;
|
56157
56169
|
elevation?: string | number | undefined;
|
@@ -56234,7 +56246,7 @@ declare const VTab: {
|
|
56234
56246
|
};
|
56235
56247
|
$forceUpdate: () => void;
|
56236
56248
|
$nextTick: typeof vue.nextTick;
|
56237
|
-
$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;
|
56249
|
+
$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;
|
56238
56250
|
} & Omit<{
|
56239
56251
|
symbol: any;
|
56240
56252
|
replace: boolean;
|
@@ -56271,7 +56283,7 @@ declare const VTab: {
|
|
56271
56283
|
text?: string | undefined;
|
56272
56284
|
class?: any;
|
56273
56285
|
theme?: string | undefined;
|
56274
|
-
to?: vue_router.
|
56286
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
56275
56287
|
icon?: boolean | IconValue | undefined;
|
56276
56288
|
href?: string | undefined;
|
56277
56289
|
elevation?: string | number | undefined;
|
@@ -57732,7 +57744,7 @@ declare const VTextarea: {
|
|
57732
57744
|
};
|
57733
57745
|
$forceUpdate: () => void;
|
57734
57746
|
$nextTick: typeof nextTick;
|
57735
|
-
$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;
|
57747
|
+
$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;
|
57736
57748
|
} & Omit<{
|
57737
57749
|
error: boolean;
|
57738
57750
|
direction: "horizontal" | "vertical";
|
@@ -58271,7 +58283,7 @@ declare const VTextarea: {
|
|
58271
58283
|
};
|
58272
58284
|
$forceUpdate: () => void;
|
58273
58285
|
$nextTick: typeof nextTick;
|
58274
|
-
$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;
|
58286
|
+
$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;
|
58275
58287
|
} & Omit<{
|
58276
58288
|
error: boolean;
|
58277
58289
|
direction: "horizontal" | "vertical";
|
@@ -58663,7 +58675,7 @@ declare const VTextarea: {
|
|
58663
58675
|
};
|
58664
58676
|
$forceUpdate: () => void;
|
58665
58677
|
$nextTick: typeof nextTick;
|
58666
|
-
$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;
|
58678
|
+
$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;
|
58667
58679
|
} & Omit<{
|
58668
58680
|
error: boolean;
|
58669
58681
|
direction: "horizontal" | "vertical";
|
@@ -59307,7 +59319,7 @@ declare const VTextField: {
|
|
59307
59319
|
};
|
59308
59320
|
$forceUpdate: () => void;
|
59309
59321
|
$nextTick: typeof nextTick;
|
59310
|
-
$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;
|
59322
|
+
$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;
|
59311
59323
|
} & Omit<{
|
59312
59324
|
error: boolean;
|
59313
59325
|
direction: "horizontal" | "vertical";
|
@@ -59546,7 +59558,7 @@ declare const VTextField: {
|
|
59546
59558
|
};
|
59547
59559
|
$forceUpdate: () => void;
|
59548
59560
|
$nextTick: typeof nextTick;
|
59549
|
-
$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;
|
59561
|
+
$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;
|
59550
59562
|
} & Omit<{
|
59551
59563
|
flat: boolean;
|
59552
59564
|
reverse: boolean;
|
@@ -60085,7 +60097,7 @@ declare const VTextField: {
|
|
60085
60097
|
};
|
60086
60098
|
$forceUpdate: () => void;
|
60087
60099
|
$nextTick: typeof nextTick;
|
60088
|
-
$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;
|
60100
|
+
$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;
|
60089
60101
|
} & Omit<{
|
60090
60102
|
error: boolean;
|
60091
60103
|
direction: "horizontal" | "vertical";
|
@@ -60324,7 +60336,7 @@ declare const VTextField: {
|
|
60324
60336
|
};
|
60325
60337
|
$forceUpdate: () => void;
|
60326
60338
|
$nextTick: typeof nextTick;
|
60327
|
-
$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;
|
60339
|
+
$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;
|
60328
60340
|
} & Omit<{
|
60329
60341
|
flat: boolean;
|
60330
60342
|
reverse: boolean;
|
@@ -60714,7 +60726,7 @@ declare const VTextField: {
|
|
60714
60726
|
};
|
60715
60727
|
$forceUpdate: () => void;
|
60716
60728
|
$nextTick: typeof nextTick;
|
60717
|
-
$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;
|
60729
|
+
$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;
|
60718
60730
|
} & Omit<{
|
60719
60731
|
error: boolean;
|
60720
60732
|
direction: "horizontal" | "vertical";
|
@@ -60953,7 +60965,7 @@ declare const VTextField: {
|
|
60953
60965
|
};
|
60954
60966
|
$forceUpdate: () => void;
|
60955
60967
|
$nextTick: typeof nextTick;
|
60956
|
-
$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;
|
60968
|
+
$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;
|
60957
60969
|
} & Omit<{
|
60958
60970
|
flat: boolean;
|
60959
60971
|
reverse: boolean;
|
@@ -62625,7 +62637,7 @@ declare const VTooltip: {
|
|
62625
62637
|
};
|
62626
62638
|
$forceUpdate: () => void;
|
62627
62639
|
$nextTick: typeof vue.nextTick;
|
62628
|
-
$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;
|
62640
|
+
$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;
|
62629
62641
|
} & Omit<{
|
62630
62642
|
absolute: boolean;
|
62631
62643
|
location: Anchor;
|
@@ -63290,7 +63302,7 @@ declare const VTooltip: {
|
|
63290
63302
|
};
|
63291
63303
|
$forceUpdate: () => void;
|
63292
63304
|
$nextTick: typeof vue.nextTick;
|
63293
|
-
$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;
|
63305
|
+
$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;
|
63294
63306
|
} & Omit<{
|
63295
63307
|
absolute: boolean;
|
63296
63308
|
location: Anchor;
|
@@ -63863,7 +63875,7 @@ declare const VTooltip: {
|
|
63863
63875
|
};
|
63864
63876
|
$forceUpdate: () => void;
|
63865
63877
|
$nextTick: typeof vue.nextTick;
|
63866
|
-
$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;
|
63878
|
+
$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;
|
63867
63879
|
} & Omit<{
|
63868
63880
|
absolute: boolean;
|
63869
63881
|
location: Anchor;
|
@@ -67384,7 +67396,10 @@ declare const VCalendar: {
|
|
67384
67396
|
default: number;
|
67385
67397
|
};
|
67386
67398
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
67387
|
-
disabled:
|
67399
|
+
disabled: {
|
67400
|
+
type: BooleanConstructor;
|
67401
|
+
default: null;
|
67402
|
+
};
|
67388
67403
|
displayValue: vue.PropType<unknown>;
|
67389
67404
|
modelValue: vue.PropType<unknown[]>;
|
67390
67405
|
month: (StringConstructor | NumberConstructor)[];
|
@@ -67483,7 +67498,10 @@ declare const VCalendar: {
|
|
67483
67498
|
default: number;
|
67484
67499
|
};
|
67485
67500
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
67486
|
-
disabled:
|
67501
|
+
disabled: {
|
67502
|
+
type: BooleanConstructor;
|
67503
|
+
default: null;
|
67504
|
+
};
|
67487
67505
|
displayValue: vue.PropType<unknown>;
|
67488
67506
|
modelValue: vue.PropType<unknown[]>;
|
67489
67507
|
month: (StringConstructor | NumberConstructor)[];
|
@@ -69199,7 +69217,10 @@ declare const VDateInput: {
|
|
69199
69217
|
default: string;
|
69200
69218
|
};
|
69201
69219
|
text: StringConstructor;
|
69202
|
-
disabled:
|
69220
|
+
disabled: {
|
69221
|
+
type: BooleanConstructor;
|
69222
|
+
default: null;
|
69223
|
+
};
|
69203
69224
|
multiple: PropType<boolean | "range" | number | (string & {})>;
|
69204
69225
|
month: (StringConstructor | NumberConstructor)[];
|
69205
69226
|
year: NumberConstructor;
|
@@ -69417,7 +69438,10 @@ declare const VDateInput: {
|
|
69417
69438
|
default: string;
|
69418
69439
|
};
|
69419
69440
|
text: StringConstructor;
|
69420
|
-
disabled:
|
69441
|
+
disabled: {
|
69442
|
+
type: BooleanConstructor;
|
69443
|
+
default: null;
|
69444
|
+
};
|
69421
69445
|
multiple: PropType<boolean | "range" | number | (string & {})>;
|
69422
69446
|
month: (StringConstructor | NumberConstructor)[];
|
69423
69447
|
year: NumberConstructor;
|
@@ -70309,7 +70333,7 @@ declare const VFileUploadItem: {
|
|
70309
70333
|
title?: string | number | undefined;
|
70310
70334
|
class?: any;
|
70311
70335
|
theme?: string | undefined;
|
70312
|
-
to?: vue_router.
|
70336
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
70313
70337
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
70314
70338
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
70315
70339
|
href?: string | undefined;
|
@@ -70399,7 +70423,7 @@ declare const VFileUploadItem: {
|
|
70399
70423
|
title?: string | number | undefined;
|
70400
70424
|
class?: any;
|
70401
70425
|
theme?: string | undefined;
|
70402
|
-
to?: vue_router.
|
70426
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
70403
70427
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
70404
70428
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
70405
70429
|
href?: string | undefined;
|
@@ -70527,7 +70551,7 @@ declare const VFileUploadItem: {
|
|
70527
70551
|
title?: string | number | undefined;
|
70528
70552
|
class?: any;
|
70529
70553
|
theme?: string | undefined;
|
70530
|
-
to?: vue_router.
|
70554
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
70531
70555
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
70532
70556
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
70533
70557
|
href?: string | undefined;
|
@@ -70641,7 +70665,7 @@ declare const VFileUploadItem: {
|
|
70641
70665
|
title?: string | number | undefined;
|
70642
70666
|
class?: any;
|
70643
70667
|
theme?: string | undefined;
|
70644
|
-
to?: vue_router.
|
70668
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
70645
70669
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
70646
70670
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
70647
70671
|
href?: string | undefined;
|
@@ -70920,7 +70944,7 @@ type VFileUploadItem = InstanceType<typeof VFileUploadItem>;
|
|
70920
70944
|
type ControlSlot = {
|
70921
70945
|
click: (e: MouseEvent) => void;
|
70922
70946
|
};
|
70923
|
-
type ControlVariant = 'default' | 'stacked' | 'split';
|
70947
|
+
type ControlVariant = 'default' | 'stacked' | 'split' | 'hidden';
|
70924
70948
|
declare const VNumberInput: {
|
70925
70949
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
70926
70950
|
flat: boolean;
|
@@ -70943,7 +70967,7 @@ declare const VNumberInput: {
|
|
70943
70967
|
errorMessages: string | readonly string[] | null;
|
70944
70968
|
maxErrors: string | number;
|
70945
70969
|
rules: readonly ValidationRule$1[];
|
70946
|
-
modelValue:
|
70970
|
+
modelValue: number | null;
|
70947
70971
|
tile: boolean;
|
70948
70972
|
density: Density;
|
70949
70973
|
clearIcon: IconValue;
|
@@ -70957,6 +70981,7 @@ declare const VNumberInput: {
|
|
70957
70981
|
persistentCounter: boolean;
|
70958
70982
|
hideInput: boolean;
|
70959
70983
|
controlVariant: ControlVariant;
|
70984
|
+
precision: number | null;
|
70960
70985
|
} & {
|
70961
70986
|
name?: string | undefined;
|
70962
70987
|
id?: string | undefined;
|
@@ -70980,6 +71005,8 @@ declare const VNumberInput: {
|
|
70980
71005
|
bgColor?: string | undefined;
|
70981
71006
|
prependIcon?: IconValue | undefined;
|
70982
71007
|
appendIcon?: IconValue | undefined;
|
71008
|
+
appendInnerIcon?: IconValue | undefined;
|
71009
|
+
prependInnerIcon?: IconValue | undefined;
|
70983
71010
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
70984
71011
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
70985
71012
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -71661,7 +71688,7 @@ declare const VNumberInput: {
|
|
71661
71688
|
};
|
71662
71689
|
$forceUpdate: () => void;
|
71663
71690
|
$nextTick: typeof nextTick;
|
71664
|
-
$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;
|
71691
|
+
$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;
|
71665
71692
|
} & Omit<{
|
71666
71693
|
error: boolean;
|
71667
71694
|
direction: "horizontal" | "vertical";
|
@@ -71900,7 +71927,7 @@ declare const VNumberInput: {
|
|
71900
71927
|
};
|
71901
71928
|
$forceUpdate: () => void;
|
71902
71929
|
$nextTick: typeof nextTick;
|
71903
|
-
$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;
|
71930
|
+
$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;
|
71904
71931
|
} & Omit<{
|
71905
71932
|
flat: boolean;
|
71906
71933
|
reverse: boolean;
|
@@ -72021,7 +72048,7 @@ declare const VNumberInput: {
|
|
72021
72048
|
};
|
72022
72049
|
$forceUpdate: () => void;
|
72023
72050
|
$nextTick: typeof nextTick;
|
72024
|
-
$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;
|
72051
|
+
$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;
|
72025
72052
|
} & Omit<{
|
72026
72053
|
flat: boolean;
|
72027
72054
|
reverse: boolean;
|
@@ -72328,7 +72355,7 @@ declare const VNumberInput: {
|
|
72328
72355
|
};
|
72329
72356
|
$forceUpdate: () => void;
|
72330
72357
|
$nextTick: typeof nextTick;
|
72331
|
-
$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;
|
72358
|
+
$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;
|
72332
72359
|
} & Omit<{
|
72333
72360
|
error: boolean;
|
72334
72361
|
direction: "horizontal" | "vertical";
|
@@ -72567,7 +72594,7 @@ declare const VNumberInput: {
|
|
72567
72594
|
};
|
72568
72595
|
$forceUpdate: () => void;
|
72569
72596
|
$nextTick: typeof nextTick;
|
72570
|
-
$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;
|
72597
|
+
$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;
|
72571
72598
|
} & Omit<{
|
72572
72599
|
flat: boolean;
|
72573
72600
|
reverse: boolean;
|
@@ -72800,7 +72827,7 @@ declare const VNumberInput: {
|
|
72800
72827
|
};
|
72801
72828
|
$forceUpdate: () => void;
|
72802
72829
|
$nextTick: typeof nextTick;
|
72803
|
-
$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;
|
72830
|
+
$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;
|
72804
72831
|
} & Omit<{
|
72805
72832
|
error: boolean;
|
72806
72833
|
direction: "horizontal" | "vertical";
|
@@ -73039,7 +73066,7 @@ declare const VNumberInput: {
|
|
73039
73066
|
};
|
73040
73067
|
$forceUpdate: () => void;
|
73041
73068
|
$nextTick: typeof nextTick;
|
73042
|
-
$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;
|
73069
|
+
$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;
|
73043
73070
|
} & Omit<{
|
73044
73071
|
flat: boolean;
|
73045
73072
|
reverse: boolean;
|
@@ -73113,7 +73140,7 @@ declare const VNumberInput: {
|
|
73113
73140
|
errorMessages: string | readonly string[] | null;
|
73114
73141
|
maxErrors: string | number;
|
73115
73142
|
rules: readonly ValidationRule$1[];
|
73116
|
-
modelValue:
|
73143
|
+
modelValue: number | null;
|
73117
73144
|
tile: boolean;
|
73118
73145
|
density: Density;
|
73119
73146
|
clearIcon: IconValue;
|
@@ -73127,6 +73154,7 @@ declare const VNumberInput: {
|
|
73127
73154
|
persistentCounter: boolean;
|
73128
73155
|
hideInput: boolean;
|
73129
73156
|
controlVariant: ControlVariant;
|
73157
|
+
precision: number | null;
|
73130
73158
|
} & {
|
73131
73159
|
name?: string | undefined;
|
73132
73160
|
id?: string | undefined;
|
@@ -73150,6 +73178,8 @@ declare const VNumberInput: {
|
|
73150
73178
|
bgColor?: string | undefined;
|
73151
73179
|
prependIcon?: IconValue | undefined;
|
73152
73180
|
appendIcon?: IconValue | undefined;
|
73181
|
+
appendInnerIcon?: IconValue | undefined;
|
73182
|
+
prependInnerIcon?: IconValue | undefined;
|
73153
73183
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
73154
73184
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
73155
73185
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -73241,7 +73271,7 @@ declare const VNumberInput: {
|
|
73241
73271
|
errorMessages: string | readonly string[] | null;
|
73242
73272
|
maxErrors: string | number;
|
73243
73273
|
rules: readonly ValidationRule$1[];
|
73244
|
-
modelValue:
|
73274
|
+
modelValue: number | null;
|
73245
73275
|
rounded: string | number | boolean;
|
73246
73276
|
tile: boolean;
|
73247
73277
|
density: Density;
|
@@ -73257,6 +73287,7 @@ declare const VNumberInput: {
|
|
73257
73287
|
persistentCounter: boolean;
|
73258
73288
|
hideInput: boolean;
|
73259
73289
|
controlVariant: ControlVariant;
|
73290
|
+
precision: number | null;
|
73260
73291
|
}, true, {}, vue.SlotsType<Partial<{
|
73261
73292
|
message: (arg: VMessageSlot) => vue.VNode[];
|
73262
73293
|
clear: (arg: DefaultInputSlot & {
|
@@ -73303,7 +73334,7 @@ declare const VNumberInput: {
|
|
73303
73334
|
errorMessages: string | readonly string[] | null;
|
73304
73335
|
maxErrors: string | number;
|
73305
73336
|
rules: readonly ValidationRule$1[];
|
73306
|
-
modelValue:
|
73337
|
+
modelValue: number | null;
|
73307
73338
|
tile: boolean;
|
73308
73339
|
density: Density;
|
73309
73340
|
clearIcon: IconValue;
|
@@ -73317,6 +73348,7 @@ declare const VNumberInput: {
|
|
73317
73348
|
persistentCounter: boolean;
|
73318
73349
|
hideInput: boolean;
|
73319
73350
|
controlVariant: ControlVariant;
|
73351
|
+
precision: number | null;
|
73320
73352
|
} & {
|
73321
73353
|
name?: string | undefined;
|
73322
73354
|
id?: string | undefined;
|
@@ -73340,6 +73372,8 @@ declare const VNumberInput: {
|
|
73340
73372
|
bgColor?: string | undefined;
|
73341
73373
|
prependIcon?: IconValue | undefined;
|
73342
73374
|
appendIcon?: IconValue | undefined;
|
73375
|
+
appendInnerIcon?: IconValue | undefined;
|
73376
|
+
prependInnerIcon?: IconValue | undefined;
|
73343
73377
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
73344
73378
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
73345
73379
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -74021,7 +74055,7 @@ declare const VNumberInput: {
|
|
74021
74055
|
};
|
74022
74056
|
$forceUpdate: () => void;
|
74023
74057
|
$nextTick: typeof nextTick;
|
74024
|
-
$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;
|
74058
|
+
$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;
|
74025
74059
|
} & Omit<{
|
74026
74060
|
error: boolean;
|
74027
74061
|
direction: "horizontal" | "vertical";
|
@@ -74260,7 +74294,7 @@ declare const VNumberInput: {
|
|
74260
74294
|
};
|
74261
74295
|
$forceUpdate: () => void;
|
74262
74296
|
$nextTick: typeof nextTick;
|
74263
|
-
$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;
|
74297
|
+
$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;
|
74264
74298
|
} & Omit<{
|
74265
74299
|
flat: boolean;
|
74266
74300
|
reverse: boolean;
|
@@ -74381,7 +74415,7 @@ declare const VNumberInput: {
|
|
74381
74415
|
};
|
74382
74416
|
$forceUpdate: () => void;
|
74383
74417
|
$nextTick: typeof nextTick;
|
74384
|
-
$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;
|
74418
|
+
$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;
|
74385
74419
|
} & Omit<{
|
74386
74420
|
flat: boolean;
|
74387
74421
|
reverse: boolean;
|
@@ -74688,7 +74722,7 @@ declare const VNumberInput: {
|
|
74688
74722
|
};
|
74689
74723
|
$forceUpdate: () => void;
|
74690
74724
|
$nextTick: typeof nextTick;
|
74691
|
-
$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;
|
74725
|
+
$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;
|
74692
74726
|
} & Omit<{
|
74693
74727
|
error: boolean;
|
74694
74728
|
direction: "horizontal" | "vertical";
|
@@ -74927,7 +74961,7 @@ declare const VNumberInput: {
|
|
74927
74961
|
};
|
74928
74962
|
$forceUpdate: () => void;
|
74929
74963
|
$nextTick: typeof nextTick;
|
74930
|
-
$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;
|
74964
|
+
$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;
|
74931
74965
|
} & Omit<{
|
74932
74966
|
flat: boolean;
|
74933
74967
|
reverse: boolean;
|
@@ -75160,7 +75194,7 @@ declare const VNumberInput: {
|
|
75160
75194
|
};
|
75161
75195
|
$forceUpdate: () => void;
|
75162
75196
|
$nextTick: typeof nextTick;
|
75163
|
-
$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;
|
75197
|
+
$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;
|
75164
75198
|
} & Omit<{
|
75165
75199
|
error: boolean;
|
75166
75200
|
direction: "horizontal" | "vertical";
|
@@ -75399,7 +75433,7 @@ declare const VNumberInput: {
|
|
75399
75433
|
};
|
75400
75434
|
$forceUpdate: () => void;
|
75401
75435
|
$nextTick: typeof nextTick;
|
75402
|
-
$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;
|
75436
|
+
$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;
|
75403
75437
|
} & Omit<{
|
75404
75438
|
flat: boolean;
|
75405
75439
|
reverse: boolean;
|
@@ -75471,7 +75505,7 @@ declare const VNumberInput: {
|
|
75471
75505
|
errorMessages: string | readonly string[] | null;
|
75472
75506
|
maxErrors: string | number;
|
75473
75507
|
rules: readonly ValidationRule$1[];
|
75474
|
-
modelValue:
|
75508
|
+
modelValue: number | null;
|
75475
75509
|
rounded: string | number | boolean;
|
75476
75510
|
tile: boolean;
|
75477
75511
|
density: Density;
|
@@ -75487,6 +75521,7 @@ declare const VNumberInput: {
|
|
75487
75521
|
persistentCounter: boolean;
|
75488
75522
|
hideInput: boolean;
|
75489
75523
|
controlVariant: ControlVariant;
|
75524
|
+
precision: number | null;
|
75490
75525
|
}>;
|
75491
75526
|
__isFragment?: never;
|
75492
75527
|
__isTeleport?: never;
|
@@ -75512,7 +75547,7 @@ declare const VNumberInput: {
|
|
75512
75547
|
errorMessages: string | readonly string[] | null;
|
75513
75548
|
maxErrors: string | number;
|
75514
75549
|
rules: readonly ValidationRule$1[];
|
75515
|
-
modelValue:
|
75550
|
+
modelValue: number | null;
|
75516
75551
|
tile: boolean;
|
75517
75552
|
density: Density;
|
75518
75553
|
clearIcon: IconValue;
|
@@ -75526,6 +75561,7 @@ declare const VNumberInput: {
|
|
75526
75561
|
persistentCounter: boolean;
|
75527
75562
|
hideInput: boolean;
|
75528
75563
|
controlVariant: ControlVariant;
|
75564
|
+
precision: number | null;
|
75529
75565
|
} & {
|
75530
75566
|
name?: string | undefined;
|
75531
75567
|
id?: string | undefined;
|
@@ -75549,6 +75585,8 @@ declare const VNumberInput: {
|
|
75549
75585
|
bgColor?: string | undefined;
|
75550
75586
|
prependIcon?: IconValue | undefined;
|
75551
75587
|
appendIcon?: IconValue | undefined;
|
75588
|
+
appendInnerIcon?: IconValue | undefined;
|
75589
|
+
prependInnerIcon?: IconValue | undefined;
|
75552
75590
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
75553
75591
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
75554
75592
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -76230,7 +76268,7 @@ declare const VNumberInput: {
|
|
76230
76268
|
};
|
76231
76269
|
$forceUpdate: () => void;
|
76232
76270
|
$nextTick: typeof nextTick;
|
76233
|
-
$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;
|
76271
|
+
$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;
|
76234
76272
|
} & Omit<{
|
76235
76273
|
error: boolean;
|
76236
76274
|
direction: "horizontal" | "vertical";
|
@@ -76469,7 +76507,7 @@ declare const VNumberInput: {
|
|
76469
76507
|
};
|
76470
76508
|
$forceUpdate: () => void;
|
76471
76509
|
$nextTick: typeof nextTick;
|
76472
|
-
$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;
|
76510
|
+
$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;
|
76473
76511
|
} & Omit<{
|
76474
76512
|
flat: boolean;
|
76475
76513
|
reverse: boolean;
|
@@ -76590,7 +76628,7 @@ declare const VNumberInput: {
|
|
76590
76628
|
};
|
76591
76629
|
$forceUpdate: () => void;
|
76592
76630
|
$nextTick: typeof nextTick;
|
76593
|
-
$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;
|
76631
|
+
$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;
|
76594
76632
|
} & Omit<{
|
76595
76633
|
flat: boolean;
|
76596
76634
|
reverse: boolean;
|
@@ -76897,7 +76935,7 @@ declare const VNumberInput: {
|
|
76897
76935
|
};
|
76898
76936
|
$forceUpdate: () => void;
|
76899
76937
|
$nextTick: typeof nextTick;
|
76900
|
-
$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;
|
76938
|
+
$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;
|
76901
76939
|
} & Omit<{
|
76902
76940
|
error: boolean;
|
76903
76941
|
direction: "horizontal" | "vertical";
|
@@ -77136,7 +77174,7 @@ declare const VNumberInput: {
|
|
77136
77174
|
};
|
77137
77175
|
$forceUpdate: () => void;
|
77138
77176
|
$nextTick: typeof nextTick;
|
77139
|
-
$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;
|
77177
|
+
$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;
|
77140
77178
|
} & Omit<{
|
77141
77179
|
flat: boolean;
|
77142
77180
|
reverse: boolean;
|
@@ -77369,7 +77407,7 @@ declare const VNumberInput: {
|
|
77369
77407
|
};
|
77370
77408
|
$forceUpdate: () => void;
|
77371
77409
|
$nextTick: typeof nextTick;
|
77372
|
-
$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;
|
77410
|
+
$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;
|
77373
77411
|
} & Omit<{
|
77374
77412
|
error: boolean;
|
77375
77413
|
direction: "horizontal" | "vertical";
|
@@ -77608,7 +77646,7 @@ declare const VNumberInput: {
|
|
77608
77646
|
};
|
77609
77647
|
$forceUpdate: () => void;
|
77610
77648
|
$nextTick: typeof nextTick;
|
77611
|
-
$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;
|
77649
|
+
$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;
|
77612
77650
|
} & Omit<{
|
77613
77651
|
flat: boolean;
|
77614
77652
|
reverse: boolean;
|
@@ -77682,7 +77720,7 @@ declare const VNumberInput: {
|
|
77682
77720
|
errorMessages: string | readonly string[] | null;
|
77683
77721
|
maxErrors: string | number;
|
77684
77722
|
rules: readonly ValidationRule$1[];
|
77685
|
-
modelValue:
|
77723
|
+
modelValue: number | null;
|
77686
77724
|
rounded: string | number | boolean;
|
77687
77725
|
tile: boolean;
|
77688
77726
|
density: Density;
|
@@ -77698,6 +77736,7 @@ declare const VNumberInput: {
|
|
77698
77736
|
persistentCounter: boolean;
|
77699
77737
|
hideInput: boolean;
|
77700
77738
|
controlVariant: ControlVariant;
|
77739
|
+
precision: number | null;
|
77701
77740
|
}, {}, string, vue.SlotsType<Partial<{
|
77702
77741
|
message: (arg: VMessageSlot) => vue.VNode[];
|
77703
77742
|
clear: (arg: DefaultInputSlot & {
|
@@ -77800,6 +77839,8 @@ declare const VNumberInput: {
|
|
77800
77839
|
type: PropType<IconValue>;
|
77801
77840
|
default: string;
|
77802
77841
|
};
|
77842
|
+
appendInnerIcon: PropType<IconValue>;
|
77843
|
+
prependInnerIcon: PropType<IconValue>;
|
77803
77844
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
77804
77845
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
77805
77846
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
@@ -77829,7 +77870,7 @@ declare const VNumberInput: {
|
|
77829
77870
|
inset: BooleanConstructor;
|
77830
77871
|
hideInput: BooleanConstructor;
|
77831
77872
|
modelValue: {
|
77832
|
-
type: PropType<
|
77873
|
+
type: PropType<number | null>;
|
77833
77874
|
default: null;
|
77834
77875
|
};
|
77835
77876
|
min: {
|
@@ -77844,6 +77885,10 @@ declare const VNumberInput: {
|
|
77844
77885
|
type: NumberConstructor;
|
77845
77886
|
default: number;
|
77846
77887
|
};
|
77888
|
+
precision: {
|
77889
|
+
type: PropType<number | null>;
|
77890
|
+
default: number;
|
77891
|
+
};
|
77847
77892
|
}, vue.ExtractPropTypes<{
|
77848
77893
|
flat: BooleanConstructor;
|
77849
77894
|
reverse: BooleanConstructor;
|
@@ -77928,6 +77973,8 @@ declare const VNumberInput: {
|
|
77928
77973
|
type: PropType<IconValue>;
|
77929
77974
|
default: string;
|
77930
77975
|
};
|
77976
|
+
appendInnerIcon: PropType<IconValue>;
|
77977
|
+
prependInnerIcon: PropType<IconValue>;
|
77931
77978
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
77932
77979
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
77933
77980
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
@@ -77957,7 +78004,7 @@ declare const VNumberInput: {
|
|
77957
78004
|
inset: BooleanConstructor;
|
77958
78005
|
hideInput: BooleanConstructor;
|
77959
78006
|
modelValue: {
|
77960
|
-
type: PropType<
|
78007
|
+
type: PropType<number | null>;
|
77961
78008
|
default: null;
|
77962
78009
|
};
|
77963
78010
|
min: {
|
@@ -77972,6 +78019,10 @@ declare const VNumberInput: {
|
|
77972
78019
|
type: NumberConstructor;
|
77973
78020
|
default: number;
|
77974
78021
|
};
|
78022
|
+
precision: {
|
78023
|
+
type: PropType<number | null>;
|
78024
|
+
default: number;
|
78025
|
+
};
|
77975
78026
|
}>>;
|
77976
78027
|
type VNumberInput = InstanceType<typeof VNumberInput>;
|
77977
78028
|
|
@@ -81784,7 +81835,7 @@ declare const VTreeviewItem: {
|
|
81784
81835
|
title?: string | number | undefined;
|
81785
81836
|
class?: any;
|
81786
81837
|
theme?: string | undefined;
|
81787
|
-
to?: vue_router.
|
81838
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
81788
81839
|
lines?: false | "one" | "two" | "three" | undefined;
|
81789
81840
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
81790
81841
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -81852,7 +81903,7 @@ declare const VTreeviewItem: {
|
|
81852
81903
|
title?: string | number | undefined;
|
81853
81904
|
class?: any;
|
81854
81905
|
theme?: string | undefined;
|
81855
|
-
to?: vue_router.
|
81906
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
81856
81907
|
lines?: false | "one" | "two" | "three" | undefined;
|
81857
81908
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
81858
81909
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -81951,7 +82002,7 @@ declare const VTreeviewItem: {
|
|
81951
82002
|
title?: string | number | undefined;
|
81952
82003
|
class?: any;
|
81953
82004
|
theme?: string | undefined;
|
81954
|
-
to?: vue_router.
|
82005
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
81955
82006
|
lines?: false | "one" | "two" | "three" | undefined;
|
81956
82007
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
81957
82008
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -82041,7 +82092,7 @@ declare const VTreeviewItem: {
|
|
82041
82092
|
title?: string | number | undefined;
|
82042
82093
|
class?: any;
|
82043
82094
|
theme?: string | undefined;
|
82044
|
-
to?: vue_router.
|
82095
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
82045
82096
|
lines?: false | "one" | "two" | "three" | undefined;
|
82046
82097
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
82047
82098
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|