vuetify 3.7.12 → 3.7.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +2442 -2430
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +146 -146
- package/dist/json/tags.json +4 -1
- package/dist/json/web-types.json +4796 -4506
- package/dist/vuetify-labs.css +2781 -2771
- package/dist/vuetify-labs.d.ts +427 -163
- package/dist/vuetify-labs.esm.js +224 -143
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +223 -142
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4465 -4469
- package/dist/vuetify.d.ts +173 -152
- package/dist/vuetify.esm.js +103 -85
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +102 -84
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1082 -1077
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +1 -1
- package/lib/blueprints/md1.d.mts +1 -1
- package/lib/blueprints/md2.d.mts +1 -1
- package/lib/blueprints/md3.d.mts +1 -1
- package/lib/components/VAlert/VAlert.mjs +1 -1
- package/lib/components/VAlert/index.d.mts +1 -1
- package/lib/components/VAppBar/VAppBar.mjs +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +1 -1
- package/lib/components/VAppBar/index.d.mts +5 -5
- package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
- package/lib/components/VAutocomplete/index.d.mts +4 -4
- package/lib/components/VAvatar/index.d.mts +1 -1
- package/lib/components/VBadge/VBadge.mjs +1 -1
- package/lib/components/VBadge/index.d.mts +1 -1
- package/lib/components/VBanner/VBanner.mjs +1 -1
- package/lib/components/VBanner/index.d.mts +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.css +1 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +1 -0
- package/lib/components/VBottomNavigation/index.d.mts +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +5 -5
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/index.d.mts +5 -5
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
- package/lib/components/VBtnToggle/index.d.mts +1 -1
- package/lib/components/VCard/VCard.mjs +1 -1
- package/lib/components/VCard/VCardItem.mjs +1 -1
- package/lib/components/VCard/VCardSubtitle.mjs +1 -1
- package/lib/components/VCard/VCardText.mjs +1 -1
- package/lib/components/VCard/index.d.mts +5 -5
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/index.d.mts +1 -1
- package/lib/components/VCheckbox/VCheckbox.mjs +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/index.d.mts +1 -1
- package/lib/components/VChip/VChip.mjs +1 -1
- package/lib/components/VChip/index.d.mts +5 -5
- package/lib/components/VChipGroup/VChipGroup.mjs +1 -1
- package/lib/components/VChipGroup/index.d.mts +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
- package/lib/components/VColorPicker/index.d.mts +10 -10
- package/lib/components/VCombobox/VCombobox.mjs +1 -1
- package/lib/components/VCombobox/index.d.mts +4 -4
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +5 -5
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -1
- package/lib/components/VConfirmEdit/index.d.mts +1 -1
- package/lib/components/VCounter/VCounter.mjs +1 -1
- package/lib/components/VDataIterator/index.d.mts +1 -1
- package/lib/components/VDataTable/VDataTable.mjs +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +12 -8
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +20 -11
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
- package/lib/components/VDatePicker/index.d.mts +28 -16
- package/lib/components/VDialog/VDialog.mjs +1 -1
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
- package/lib/components/VDialog/index.d.mts +3 -3
- package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
- package/lib/components/VEmptyState/index.d.mts +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +1 -1
- package/lib/components/VFab/VFab.mjs +1 -1
- package/lib/components/VFab/index.d.mts +5 -5
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VFieldLabel.mjs +1 -1
- package/lib/components/VField/index.d.mts +1 -1
- package/lib/components/VFileInput/VFileInput.css +0 -1
- package/lib/components/VFileInput/VFileInput.mjs +13 -4
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +0 -1
- package/lib/components/VFileInput/index.d.mts +4 -4
- package/lib/components/VFooter/VFooter.mjs +1 -1
- package/lib/components/VGrid/VContainer.mjs +1 -1
- package/lib/components/VIcon/index.d.mts +1 -1
- package/lib/components/VImg/VImg.mjs +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
- package/lib/components/VInput/VInput.mjs +3 -3
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +1 -1
- package/lib/components/VItemGroup/index.d.mts +1 -1
- package/lib/components/VLazy/VLazy.mjs +1 -1
- package/lib/components/VList/VList.mjs +2 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -1
- package/lib/components/VList/VListItem.mjs +3 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItemAction.mjs +1 -1
- package/lib/components/VList/VListItemMedia.mjs +1 -1
- package/lib/components/VList/VListItemSubtitle.mjs +1 -1
- package/lib/components/VList/index.d.mts +17 -5
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/index.d.mts +3 -3
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +0 -4
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +3 -6
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +0 -5
- package/lib/components/VOtpInput/VOtpInput.mjs +3 -3
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/index.d.mts +1 -1
- package/lib/components/VParallax/VParallax.mjs +1 -1
- package/lib/components/VRadio/VRadio.mjs +1 -1
- package/lib/components/VRadio/index.d.mts +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
- package/lib/components/VRadioGroup/index.d.mts +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
- package/lib/components/VRating/VRating.mjs +1 -1
- package/lib/components/VRating/index.d.mts +1 -1
- package/lib/components/VSelect/VSelect.mjs +1 -1
- package/lib/components/VSelect/index.d.mts +4 -4
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
- package/lib/components/VSelectionControl/index.d.mts +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +1 -1
- package/lib/components/VSheet/VSheet.mjs +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
- package/lib/components/VSlideGroup/index.d.mts +1 -1
- package/lib/components/VSlider/VSlider.mjs +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
- package/lib/components/VSnackbar/index.d.mts +3 -3
- package/lib/components/VSparkline/VBarline.mjs +1 -2
- package/lib/components/VSparkline/VBarline.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs +1 -1
- package/lib/components/VSparkline/VTrendline.mjs +1 -2
- package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VStepper/VStepper.mjs +3 -3
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.mjs +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
- package/lib/components/VStepper/index.d.mts +1 -1
- package/lib/components/VSwitch/VSwitch.mjs +1 -1
- package/lib/components/VSwitch/index.d.mts +1 -1
- package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
- package/lib/components/VTabs/VTab.mjs +1 -1
- package/lib/components/VTabs/VTabs.mjs +1 -1
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/VTabsWindow.mjs +1 -1
- package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
- package/lib/components/VTabs/index.d.mts +21 -21
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/index.d.mts +7 -7
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/index.d.mts +4 -4
- package/lib/components/VTimeline/VTimeline.mjs +3 -3
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
- package/lib/components/VTimeline/index.d.mts +1 -1
- package/lib/components/VToolbar/VToolbar.mjs +1 -1
- package/lib/components/VTooltip/VTooltip.mjs +1 -1
- package/lib/components/VTooltip/index.d.mts +3 -3
- package/lib/components/VValidation/index.d.mts +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +1 -1
- package/lib/components/VWindow/VWindow.mjs +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +1 -1
- package/lib/components/VWindow/index.d.mts +1 -1
- package/lib/components/index.d.mts +127 -106
- package/lib/components/transitions/dialog-transition.mjs +1 -2
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/composables/calendar.mjs +4 -1
- package/lib/composables/calendar.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +9 -21
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/density.mjs +1 -1
- package/lib/composables/density.mjs.map +1 -1
- package/lib/composables/icons.mjs +1 -1
- package/lib/composables/list-items.mjs +2 -3
- package/lib/composables/list-items.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +16 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/variant.mjs +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/iconsets/fa-svg.d.mts +1 -1
- package/lib/iconsets/fa.d.mts +1 -1
- package/lib/iconsets/fa4.d.mts +1 -1
- package/lib/iconsets/md.d.mts +1 -1
- package/lib/iconsets/mdi-svg.d.mts +1 -1
- package/lib/iconsets/mdi.d.mts +1 -1
- package/lib/index.d.mts +47 -47
- package/lib/labs/VCalendar/VCalendar.mjs +1 -1
- package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
- package/lib/labs/VCalendar/index.d.mts +8 -2
- package/lib/labs/VDateInput/VDateInput.mjs +4 -3
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +256 -3
- package/lib/labs/VFileUpload/VFileUpload.mjs +3 -3
- package/lib/labs/VFileUpload/VFileUpload.mjs.map +1 -1
- package/lib/labs/VFileUpload/VFileUploadItem.mjs +1 -1
- package/lib/labs/VFileUpload/index.d.mts +5 -5
- package/lib/labs/VNumberInput/VNumberInput.css +10 -2
- package/lib/labs/VNumberInput/VNumberInput.mjs +94 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/VNumberInput.sass +12 -2
- package/lib/labs/VNumberInput/index.d.mts +59 -32
- package/lib/labs/VPicker/VPicker.mjs +1 -1
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
- package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -1
- package/lib/labs/VStepperVertical/index.d.mts +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.sass +16 -16
- package/lib/labs/VTimePicker/_variables.scss +12 -12
- package/lib/labs/VTreeview/VTreeview.mjs +7 -3
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +6 -9
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +15 -9
- package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -14
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +16 -10
- package/lib/labs/VTreeview/_variables.scss +2 -5
- package/lib/labs/VTreeview/index.d.mts +14 -20
- package/lib/labs/components.d.mts +365 -122
- package/lib/locale/adapters/vue-i18n.mjs +0 -1
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/lib/locale/ja.mjs +19 -19
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/styles/tools/_functions.sass +1 -1
- package/lib/util/helpers.mjs +3 -9
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +17 -16
package/dist/vuetify-labs.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { Ref, DeepReadonly, ComponentPropsOptions, ExtractPropTypes, VNodeChild,
|
|
|
3
3
|
// @ts-ignore
|
|
4
4
|
import * as vue_router from 'vue-router';
|
|
5
5
|
// @ts-ignore
|
|
6
|
-
import { RouteLocationRaw } from 'vue-router';
|
|
6
|
+
import { RouteLocationRaw, useLink } from 'vue-router';
|
|
7
7
|
|
|
8
8
|
interface DateAdapter<T = unknown> {
|
|
9
9
|
date(value?: any): T | null;
|
|
@@ -1839,7 +1839,7 @@ declare const VAppBarNavIcon: {
|
|
|
1839
1839
|
text?: string | undefined;
|
|
1840
1840
|
class?: any;
|
|
1841
1841
|
theme?: string | undefined;
|
|
1842
|
-
to?: vue_router.
|
|
1842
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
1843
1843
|
href?: string | undefined;
|
|
1844
1844
|
elevation?: string | number | undefined;
|
|
1845
1845
|
rounded?: string | number | boolean | undefined;
|
|
@@ -1903,7 +1903,7 @@ declare const VAppBarNavIcon: {
|
|
|
1903
1903
|
text?: string | undefined;
|
|
1904
1904
|
class?: any;
|
|
1905
1905
|
theme?: string | undefined;
|
|
1906
|
-
to?: vue_router.
|
|
1906
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
1907
1907
|
href?: string | undefined;
|
|
1908
1908
|
elevation?: string | number | undefined;
|
|
1909
1909
|
rounded?: string | number | boolean | undefined;
|
|
@@ -2001,7 +2001,7 @@ declare const VAppBarNavIcon: {
|
|
|
2001
2001
|
text?: string | undefined;
|
|
2002
2002
|
class?: any;
|
|
2003
2003
|
theme?: string | undefined;
|
|
2004
|
-
to?: vue_router.
|
|
2004
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
2005
2005
|
href?: string | undefined;
|
|
2006
2006
|
elevation?: string | number | undefined;
|
|
2007
2007
|
rounded?: string | number | boolean | undefined;
|
|
@@ -2091,7 +2091,7 @@ declare const VAppBarNavIcon: {
|
|
|
2091
2091
|
text?: string | undefined;
|
|
2092
2092
|
class?: any;
|
|
2093
2093
|
theme?: string | undefined;
|
|
2094
|
-
to?: vue_router.
|
|
2094
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
2095
2095
|
href?: string | undefined;
|
|
2096
2096
|
elevation?: string | number | undefined;
|
|
2097
2097
|
rounded?: string | number | boolean | undefined;
|
|
@@ -4083,6 +4083,19 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
|
|
|
4083
4083
|
} | undefined;
|
|
4084
4084
|
};
|
|
4085
4085
|
|
|
4086
|
+
interface LinkProps {
|
|
4087
|
+
href: string | undefined;
|
|
4088
|
+
replace: boolean | undefined;
|
|
4089
|
+
to: RouteLocationRaw | undefined;
|
|
4090
|
+
exact: boolean | undefined;
|
|
4091
|
+
}
|
|
4092
|
+
interface UseLink extends Omit<Partial<ReturnType<typeof useLink>>, 'href'> {
|
|
4093
|
+
isLink: ComputedRef<boolean>;
|
|
4094
|
+
isClickable: ComputedRef<boolean>;
|
|
4095
|
+
href: Ref<string | undefined>;
|
|
4096
|
+
linkProps: Record<string, string | undefined>;
|
|
4097
|
+
}
|
|
4098
|
+
|
|
4086
4099
|
type ListItemSlot = {
|
|
4087
4100
|
isActive: boolean;
|
|
4088
4101
|
isOpen: boolean;
|
|
@@ -4133,7 +4146,7 @@ declare const VListItem: {
|
|
|
4133
4146
|
title?: string | number | undefined;
|
|
4134
4147
|
class?: any;
|
|
4135
4148
|
theme?: string | undefined;
|
|
4136
|
-
to?: vue_router.
|
|
4149
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
4137
4150
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
4138
4151
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
4139
4152
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -4199,6 +4212,7 @@ declare const VListItem: {
|
|
|
4199
4212
|
getPath: (id: unknown) => unknown[];
|
|
4200
4213
|
};
|
|
4201
4214
|
id: vue.ComputedRef<{} | null>;
|
|
4215
|
+
link: UseLink;
|
|
4202
4216
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
4203
4217
|
click: (e: MouseEvent | KeyboardEvent) => true;
|
|
4204
4218
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -4230,7 +4244,7 @@ declare const VListItem: {
|
|
|
4230
4244
|
title?: string | number | undefined;
|
|
4231
4245
|
class?: any;
|
|
4232
4246
|
theme?: string | undefined;
|
|
4233
|
-
to?: vue_router.
|
|
4247
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
4234
4248
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
4235
4249
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
4236
4250
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -4327,7 +4341,7 @@ declare const VListItem: {
|
|
|
4327
4341
|
title?: string | number | undefined;
|
|
4328
4342
|
class?: any;
|
|
4329
4343
|
theme?: string | undefined;
|
|
4330
|
-
to?: vue_router.
|
|
4344
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
4331
4345
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
4332
4346
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
4333
4347
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -4393,6 +4407,7 @@ declare const VListItem: {
|
|
|
4393
4407
|
getPath: (id: unknown) => unknown[];
|
|
4394
4408
|
};
|
|
4395
4409
|
id: vue.ComputedRef<{} | null>;
|
|
4410
|
+
link: UseLink;
|
|
4396
4411
|
}, {}, {}, {}, {
|
|
4397
4412
|
replace: boolean;
|
|
4398
4413
|
link: boolean;
|
|
@@ -4443,7 +4458,7 @@ declare const VListItem: {
|
|
|
4443
4458
|
title?: string | number | undefined;
|
|
4444
4459
|
class?: any;
|
|
4445
4460
|
theme?: string | undefined;
|
|
4446
|
-
to?: vue_router.
|
|
4461
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
4447
4462
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
4448
4463
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
4449
4464
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -4509,6 +4524,7 @@ declare const VListItem: {
|
|
|
4509
4524
|
getPath: (id: unknown) => unknown[];
|
|
4510
4525
|
};
|
|
4511
4526
|
id: vue.ComputedRef<{} | null>;
|
|
4527
|
+
link: UseLink;
|
|
4512
4528
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
4513
4529
|
click: (e: MouseEvent | KeyboardEvent) => true;
|
|
4514
4530
|
}, string, {
|
|
@@ -6791,7 +6807,7 @@ declare const VMenu: {
|
|
|
6791
6807
|
};
|
|
6792
6808
|
$forceUpdate: () => void;
|
|
6793
6809
|
$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;
|
|
6810
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
6795
6811
|
} & Omit<{
|
|
6796
6812
|
absolute: boolean;
|
|
6797
6813
|
location: Anchor;
|
|
@@ -7472,7 +7488,7 @@ declare const VMenu: {
|
|
|
7472
7488
|
};
|
|
7473
7489
|
$forceUpdate: () => void;
|
|
7474
7490
|
$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;
|
|
7491
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
7476
7492
|
} & Omit<{
|
|
7477
7493
|
absolute: boolean;
|
|
7478
7494
|
location: Anchor;
|
|
@@ -8058,7 +8074,7 @@ declare const VMenu: {
|
|
|
8058
8074
|
};
|
|
8059
8075
|
$forceUpdate: () => void;
|
|
8060
8076
|
$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;
|
|
8077
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
8062
8078
|
} & Omit<{
|
|
8063
8079
|
absolute: boolean;
|
|
8064
8080
|
location: Anchor;
|
|
@@ -13203,13 +13219,6 @@ declare const VBottomSheet: {
|
|
|
13203
13219
|
}>>;
|
|
13204
13220
|
type VBottomSheet = InstanceType<typeof VBottomSheet>;
|
|
13205
13221
|
|
|
13206
|
-
interface LinkProps {
|
|
13207
|
-
href: string | undefined;
|
|
13208
|
-
replace: boolean | undefined;
|
|
13209
|
-
to: RouteLocationRaw | undefined;
|
|
13210
|
-
exact: boolean | undefined;
|
|
13211
|
-
}
|
|
13212
|
-
|
|
13213
13222
|
type InternalBreadcrumbItem = Partial<LinkProps> & {
|
|
13214
13223
|
title: string;
|
|
13215
13224
|
disabled?: boolean;
|
|
@@ -13447,7 +13456,7 @@ declare const VBreadcrumbsItem: {
|
|
|
13447
13456
|
color?: string | undefined;
|
|
13448
13457
|
title?: string | undefined;
|
|
13449
13458
|
class?: any;
|
|
13450
|
-
to?: vue_router.
|
|
13459
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13451
13460
|
href?: string | undefined;
|
|
13452
13461
|
activeColor?: string | undefined;
|
|
13453
13462
|
activeClass?: string | undefined;
|
|
@@ -13471,7 +13480,7 @@ declare const VBreadcrumbsItem: {
|
|
|
13471
13480
|
color?: string | undefined;
|
|
13472
13481
|
title?: string | undefined;
|
|
13473
13482
|
class?: any;
|
|
13474
|
-
to?: vue_router.
|
|
13483
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13475
13484
|
href?: string | undefined;
|
|
13476
13485
|
activeColor?: string | undefined;
|
|
13477
13486
|
activeClass?: string | undefined;
|
|
@@ -13511,7 +13520,7 @@ declare const VBreadcrumbsItem: {
|
|
|
13511
13520
|
color?: string | undefined;
|
|
13512
13521
|
title?: string | undefined;
|
|
13513
13522
|
class?: any;
|
|
13514
|
-
to?: vue_router.
|
|
13523
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13515
13524
|
href?: string | undefined;
|
|
13516
13525
|
activeColor?: string | undefined;
|
|
13517
13526
|
activeClass?: string | undefined;
|
|
@@ -13546,7 +13555,7 @@ declare const VBreadcrumbsItem: {
|
|
|
13546
13555
|
color?: string | undefined;
|
|
13547
13556
|
title?: string | undefined;
|
|
13548
13557
|
class?: any;
|
|
13549
|
-
to?: vue_router.
|
|
13558
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13550
13559
|
href?: string | undefined;
|
|
13551
13560
|
activeColor?: string | undefined;
|
|
13552
13561
|
activeClass?: string | undefined;
|
|
@@ -13749,7 +13758,7 @@ declare const VBtn: {
|
|
|
13749
13758
|
text?: string | undefined;
|
|
13750
13759
|
class?: any;
|
|
13751
13760
|
theme?: string | undefined;
|
|
13752
|
-
to?: vue_router.
|
|
13761
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13753
13762
|
icon?: boolean | IconValue | undefined;
|
|
13754
13763
|
href?: string | undefined;
|
|
13755
13764
|
elevation?: string | number | undefined;
|
|
@@ -13823,7 +13832,7 @@ declare const VBtn: {
|
|
|
13823
13832
|
text?: string | undefined;
|
|
13824
13833
|
class?: any;
|
|
13825
13834
|
theme?: string | undefined;
|
|
13826
|
-
to?: vue_router.
|
|
13835
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13827
13836
|
icon?: boolean | IconValue | undefined;
|
|
13828
13837
|
href?: string | undefined;
|
|
13829
13838
|
elevation?: string | number | undefined;
|
|
@@ -13924,7 +13933,7 @@ declare const VBtn: {
|
|
|
13924
13933
|
text?: string | undefined;
|
|
13925
13934
|
class?: any;
|
|
13926
13935
|
theme?: string | undefined;
|
|
13927
|
-
to?: vue_router.
|
|
13936
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
13928
13937
|
icon?: boolean | IconValue | undefined;
|
|
13929
13938
|
href?: string | undefined;
|
|
13930
13939
|
elevation?: string | number | undefined;
|
|
@@ -14019,7 +14028,7 @@ declare const VBtn: {
|
|
|
14019
14028
|
text?: string | undefined;
|
|
14020
14029
|
class?: any;
|
|
14021
14030
|
theme?: string | undefined;
|
|
14022
|
-
to?: vue_router.
|
|
14031
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
14023
14032
|
icon?: boolean | IconValue | undefined;
|
|
14024
14033
|
href?: string | undefined;
|
|
14025
14034
|
elevation?: string | number | undefined;
|
|
@@ -14932,7 +14941,7 @@ declare const VCard: {
|
|
|
14932
14941
|
text?: string | number | undefined;
|
|
14933
14942
|
class?: any;
|
|
14934
14943
|
theme?: string | undefined;
|
|
14935
|
-
to?: vue_router.
|
|
14944
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
14936
14945
|
href?: string | undefined;
|
|
14937
14946
|
elevation?: string | number | undefined;
|
|
14938
14947
|
rounded?: string | number | boolean | undefined;
|
|
@@ -15009,7 +15018,7 @@ declare const VCard: {
|
|
|
15009
15018
|
text?: string | number | undefined;
|
|
15010
15019
|
class?: any;
|
|
15011
15020
|
theme?: string | undefined;
|
|
15012
|
-
to?: vue_router.
|
|
15021
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
15013
15022
|
href?: string | undefined;
|
|
15014
15023
|
elevation?: string | number | undefined;
|
|
15015
15024
|
rounded?: string | number | boolean | undefined;
|
|
@@ -15120,7 +15129,7 @@ declare const VCard: {
|
|
|
15120
15129
|
text?: string | number | undefined;
|
|
15121
15130
|
class?: any;
|
|
15122
15131
|
theme?: string | undefined;
|
|
15123
|
-
to?: vue_router.
|
|
15132
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
15124
15133
|
href?: string | undefined;
|
|
15125
15134
|
elevation?: string | number | undefined;
|
|
15126
15135
|
rounded?: string | number | boolean | undefined;
|
|
@@ -15217,7 +15226,7 @@ declare const VCard: {
|
|
|
15217
15226
|
text?: string | number | undefined;
|
|
15218
15227
|
class?: any;
|
|
15219
15228
|
theme?: string | undefined;
|
|
15220
|
-
to?: vue_router.
|
|
15229
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
15221
15230
|
href?: string | undefined;
|
|
15222
15231
|
elevation?: string | number | undefined;
|
|
15223
15232
|
rounded?: string | number | boolean | undefined;
|
|
@@ -18814,7 +18823,7 @@ declare const VChip: {
|
|
|
18814
18823
|
text?: string | undefined;
|
|
18815
18824
|
class?: any;
|
|
18816
18825
|
theme?: string | undefined;
|
|
18817
|
-
to?: vue_router.
|
|
18826
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
18818
18827
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
18819
18828
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
18820
18829
|
href?: string | undefined;
|
|
@@ -18922,7 +18931,7 @@ declare const VChip: {
|
|
|
18922
18931
|
text?: string | undefined;
|
|
18923
18932
|
class?: any;
|
|
18924
18933
|
theme?: string | undefined;
|
|
18925
|
-
to?: vue_router.
|
|
18934
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
18926
18935
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
18927
18936
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
18928
18937
|
href?: string | undefined;
|
|
@@ -19068,7 +19077,7 @@ declare const VChip: {
|
|
|
19068
19077
|
text?: string | undefined;
|
|
19069
19078
|
class?: any;
|
|
19070
19079
|
theme?: string | undefined;
|
|
19071
|
-
to?: vue_router.
|
|
19080
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
19072
19081
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
19073
19082
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
19074
19083
|
href?: string | undefined;
|
|
@@ -19197,7 +19206,7 @@ declare const VChip: {
|
|
|
19197
19206
|
text?: string | undefined;
|
|
19198
19207
|
class?: any;
|
|
19199
19208
|
theme?: string | undefined;
|
|
19200
|
-
to?: vue_router.
|
|
19209
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
19201
19210
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
19202
19211
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
19203
19212
|
href?: string | undefined;
|
|
@@ -20033,7 +20042,7 @@ declare const VColorPicker: {
|
|
|
20033
20042
|
};
|
|
20034
20043
|
}>> & {
|
|
20035
20044
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
|
20036
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
|
20045
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
|
20037
20046
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
20038
20047
|
'update:modelValue': (color: any) => true;
|
|
20039
20048
|
'update:mode': (mode: keyof typeof modes) => true;
|
|
@@ -20100,17 +20109,17 @@ declare const VColorPicker: {
|
|
|
20100
20109
|
};
|
|
20101
20110
|
}>> & {
|
|
20102
20111
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
|
20103
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
|
20112
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
|
20104
20113
|
}, {
|
|
20105
20114
|
width: string | number;
|
|
20106
20115
|
style: vue.StyleValue;
|
|
20107
20116
|
disabled: boolean;
|
|
20108
20117
|
tag: string;
|
|
20109
|
-
mode: "rgb" | "hex" | "
|
|
20118
|
+
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
|
20110
20119
|
rounded: string | number | boolean;
|
|
20111
20120
|
tile: boolean;
|
|
20112
20121
|
dotSize: string | number;
|
|
20113
|
-
modes: readonly ("rgb" | "hex" | "
|
|
20122
|
+
modes: readonly ("rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa")[];
|
|
20114
20123
|
canvasHeight: string | number;
|
|
20115
20124
|
hideCanvas: boolean;
|
|
20116
20125
|
hideSliders: boolean;
|
|
@@ -20187,17 +20196,17 @@ declare const VColorPicker: {
|
|
|
20187
20196
|
};
|
|
20188
20197
|
}>> & {
|
|
20189
20198
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
|
20190
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
|
20199
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
|
20191
20200
|
}, {}, {}, {}, {}, {
|
|
20192
20201
|
width: string | number;
|
|
20193
20202
|
style: vue.StyleValue;
|
|
20194
20203
|
disabled: boolean;
|
|
20195
20204
|
tag: string;
|
|
20196
|
-
mode: "rgb" | "hex" | "
|
|
20205
|
+
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
|
20197
20206
|
rounded: string | number | boolean;
|
|
20198
20207
|
tile: boolean;
|
|
20199
20208
|
dotSize: string | number;
|
|
20200
|
-
modes: readonly ("rgb" | "hex" | "
|
|
20209
|
+
modes: readonly ("rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa")[];
|
|
20201
20210
|
canvasHeight: string | number;
|
|
20202
20211
|
hideCanvas: boolean;
|
|
20203
20212
|
hideSliders: boolean;
|
|
@@ -20271,7 +20280,7 @@ declare const VColorPicker: {
|
|
|
20271
20280
|
};
|
|
20272
20281
|
}>> & {
|
|
20273
20282
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
|
20274
|
-
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "
|
|
20283
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa") => any) | undefined;
|
|
20275
20284
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
20276
20285
|
'update:modelValue': (color: any) => true;
|
|
20277
20286
|
'update:mode': (mode: keyof typeof modes) => true;
|
|
@@ -20280,11 +20289,11 @@ declare const VColorPicker: {
|
|
|
20280
20289
|
style: vue.StyleValue;
|
|
20281
20290
|
disabled: boolean;
|
|
20282
20291
|
tag: string;
|
|
20283
|
-
mode: "rgb" | "hex" | "
|
|
20292
|
+
mode: "rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa";
|
|
20284
20293
|
rounded: string | number | boolean;
|
|
20285
20294
|
tile: boolean;
|
|
20286
20295
|
dotSize: string | number;
|
|
20287
|
-
modes: readonly ("rgb" | "hex" | "
|
|
20296
|
+
modes: readonly ("rgb" | "hex" | "hsl" | "rgba" | "hsla" | "hexa")[];
|
|
20288
20297
|
canvasHeight: string | number;
|
|
20289
20298
|
hideCanvas: boolean;
|
|
20290
20299
|
hideSliders: boolean;
|
|
@@ -28339,7 +28348,10 @@ declare const VDatePicker: {
|
|
|
28339
28348
|
max: vue.PropType<unknown>;
|
|
28340
28349
|
min: vue.PropType<unknown>;
|
|
28341
28350
|
year: NumberConstructor;
|
|
28342
|
-
disabled:
|
|
28351
|
+
disabled: {
|
|
28352
|
+
type: BooleanConstructor;
|
|
28353
|
+
default: null;
|
|
28354
|
+
};
|
|
28343
28355
|
month: (StringConstructor | NumberConstructor)[];
|
|
28344
28356
|
showAdjacentMonths: BooleanConstructor;
|
|
28345
28357
|
weekdays: {
|
|
@@ -28450,7 +28462,10 @@ declare const VDatePicker: {
|
|
|
28450
28462
|
max: vue.PropType<unknown>;
|
|
28451
28463
|
min: vue.PropType<unknown>;
|
|
28452
28464
|
year: NumberConstructor;
|
|
28453
|
-
disabled:
|
|
28465
|
+
disabled: {
|
|
28466
|
+
type: BooleanConstructor;
|
|
28467
|
+
default: null;
|
|
28468
|
+
};
|
|
28454
28469
|
month: (StringConstructor | NumberConstructor)[];
|
|
28455
28470
|
showAdjacentMonths: BooleanConstructor;
|
|
28456
28471
|
weekdays: {
|
|
@@ -28522,7 +28537,7 @@ type VDatePicker = InstanceType<typeof VDatePicker>;
|
|
|
28522
28537
|
|
|
28523
28538
|
declare const VDatePickerControls: {
|
|
28524
28539
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
28525
|
-
disabled: string | boolean | string[];
|
|
28540
|
+
disabled: string | boolean | string[] | null;
|
|
28526
28541
|
nextIcon: IconValue;
|
|
28527
28542
|
prevIcon: IconValue;
|
|
28528
28543
|
modeIcon: IconValue;
|
|
@@ -28552,7 +28567,7 @@ declare const VDatePickerControls: {
|
|
|
28552
28567
|
'click:next': () => true;
|
|
28553
28568
|
'click:text': () => true;
|
|
28554
28569
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
28555
|
-
disabled: string | boolean | string[];
|
|
28570
|
+
disabled: string | boolean | string[] | null;
|
|
28556
28571
|
nextIcon: IconValue;
|
|
28557
28572
|
prevIcon: IconValue;
|
|
28558
28573
|
modeIcon: IconValue;
|
|
@@ -28577,7 +28592,7 @@ declare const VDatePickerControls: {
|
|
|
28577
28592
|
"onClick:text"?: (() => any) | undefined;
|
|
28578
28593
|
}, {
|
|
28579
28594
|
active: string | string[];
|
|
28580
|
-
disabled: string | boolean | string[];
|
|
28595
|
+
disabled: string | boolean | string[] | null;
|
|
28581
28596
|
nextIcon: IconValue;
|
|
28582
28597
|
prevIcon: IconValue;
|
|
28583
28598
|
modeIcon: IconValue;
|
|
@@ -28592,7 +28607,7 @@ declare const VDatePickerControls: {
|
|
|
28592
28607
|
M: {};
|
|
28593
28608
|
Defaults: {};
|
|
28594
28609
|
}, {
|
|
28595
|
-
disabled: string | boolean | string[];
|
|
28610
|
+
disabled: string | boolean | string[] | null;
|
|
28596
28611
|
nextIcon: IconValue;
|
|
28597
28612
|
prevIcon: IconValue;
|
|
28598
28613
|
modeIcon: IconValue;
|
|
@@ -28617,7 +28632,7 @@ declare const VDatePickerControls: {
|
|
|
28617
28632
|
"onClick:text"?: (() => any) | undefined;
|
|
28618
28633
|
}, {}, {}, {}, {}, {
|
|
28619
28634
|
active: string | string[];
|
|
28620
|
-
disabled: string | boolean | string[];
|
|
28635
|
+
disabled: string | boolean | string[] | null;
|
|
28621
28636
|
nextIcon: IconValue;
|
|
28622
28637
|
prevIcon: IconValue;
|
|
28623
28638
|
modeIcon: IconValue;
|
|
@@ -28627,7 +28642,7 @@ declare const VDatePickerControls: {
|
|
|
28627
28642
|
__isTeleport?: never;
|
|
28628
28643
|
__isSuspense?: never;
|
|
28629
28644
|
} & vue.ComponentOptionsBase<{
|
|
28630
|
-
disabled: string | boolean | string[];
|
|
28645
|
+
disabled: string | boolean | string[] | null;
|
|
28631
28646
|
nextIcon: IconValue;
|
|
28632
28647
|
prevIcon: IconValue;
|
|
28633
28648
|
modeIcon: IconValue;
|
|
@@ -28658,7 +28673,7 @@ declare const VDatePickerControls: {
|
|
|
28658
28673
|
'click:text': () => true;
|
|
28659
28674
|
}, string, {
|
|
28660
28675
|
active: string | string[];
|
|
28661
|
-
disabled: string | boolean | string[];
|
|
28676
|
+
disabled: string | boolean | string[] | null;
|
|
28662
28677
|
nextIcon: IconValue;
|
|
28663
28678
|
prevIcon: IconValue;
|
|
28664
28679
|
modeIcon: IconValue;
|
|
@@ -28671,8 +28686,8 @@ declare const VDatePickerControls: {
|
|
|
28671
28686
|
default: undefined;
|
|
28672
28687
|
};
|
|
28673
28688
|
disabled: {
|
|
28674
|
-
type: PropType<boolean | string | string[]>;
|
|
28675
|
-
default:
|
|
28689
|
+
type: PropType<boolean | string | string[] | null>;
|
|
28690
|
+
default: null;
|
|
28676
28691
|
};
|
|
28677
28692
|
nextIcon: {
|
|
28678
28693
|
type: PropType<IconValue>;
|
|
@@ -28697,8 +28712,8 @@ declare const VDatePickerControls: {
|
|
|
28697
28712
|
default: undefined;
|
|
28698
28713
|
};
|
|
28699
28714
|
disabled: {
|
|
28700
|
-
type: PropType<boolean | string | string[]>;
|
|
28701
|
-
default:
|
|
28715
|
+
type: PropType<boolean | string | string[] | null>;
|
|
28716
|
+
default: null;
|
|
28702
28717
|
};
|
|
28703
28718
|
nextIcon: {
|
|
28704
28719
|
type: PropType<IconValue>;
|
|
@@ -29123,7 +29138,10 @@ declare const VDatePickerMonth: {
|
|
|
29123
29138
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
29124
29139
|
max: PropType<unknown>;
|
|
29125
29140
|
min: PropType<unknown>;
|
|
29126
|
-
disabled:
|
|
29141
|
+
disabled: {
|
|
29142
|
+
type: BooleanConstructor;
|
|
29143
|
+
default: null;
|
|
29144
|
+
};
|
|
29127
29145
|
month: (StringConstructor | NumberConstructor)[];
|
|
29128
29146
|
year: (StringConstructor | NumberConstructor)[];
|
|
29129
29147
|
modelValue: PropType<unknown[]>;
|
|
@@ -29168,7 +29186,10 @@ declare const VDatePickerMonth: {
|
|
|
29168
29186
|
}, vue.ExtractPropTypes<{
|
|
29169
29187
|
max: PropType<unknown>;
|
|
29170
29188
|
min: PropType<unknown>;
|
|
29171
|
-
disabled:
|
|
29189
|
+
disabled: {
|
|
29190
|
+
type: BooleanConstructor;
|
|
29191
|
+
default: null;
|
|
29192
|
+
};
|
|
29172
29193
|
month: (StringConstructor | NumberConstructor)[];
|
|
29173
29194
|
year: (StringConstructor | NumberConstructor)[];
|
|
29174
29195
|
modelValue: PropType<unknown[]>;
|
|
@@ -30305,7 +30326,7 @@ declare const VDialog: {
|
|
|
30305
30326
|
};
|
|
30306
30327
|
$forceUpdate: () => void;
|
|
30307
30328
|
$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;
|
|
30329
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
30309
30330
|
} & Omit<{
|
|
30310
30331
|
absolute: boolean;
|
|
30311
30332
|
location: Anchor;
|
|
@@ -30991,7 +31012,7 @@ declare const VDialog: {
|
|
|
30991
31012
|
};
|
|
30992
31013
|
$forceUpdate: () => void;
|
|
30993
31014
|
$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;
|
|
31015
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
30995
31016
|
} & Omit<{
|
|
30996
31017
|
absolute: boolean;
|
|
30997
31018
|
location: Anchor;
|
|
@@ -31576,7 +31597,7 @@ declare const VDialog: {
|
|
|
31576
31597
|
};
|
|
31577
31598
|
$forceUpdate: () => void;
|
|
31578
31599
|
$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;
|
|
31600
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
31580
31601
|
} & Omit<{
|
|
31581
31602
|
absolute: boolean;
|
|
31582
31603
|
location: Anchor;
|
|
@@ -33598,7 +33619,7 @@ declare const VFab: {
|
|
|
33598
33619
|
text?: string | undefined;
|
|
33599
33620
|
class?: any;
|
|
33600
33621
|
theme?: string | undefined;
|
|
33601
|
-
to?: vue_router.
|
|
33622
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
33602
33623
|
icon?: boolean | IconValue | undefined;
|
|
33603
33624
|
href?: string | undefined;
|
|
33604
33625
|
elevation?: string | number | undefined;
|
|
@@ -33669,7 +33690,7 @@ declare const VFab: {
|
|
|
33669
33690
|
text?: string | undefined;
|
|
33670
33691
|
class?: any;
|
|
33671
33692
|
theme?: string | undefined;
|
|
33672
|
-
to?: vue_router.
|
|
33693
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
33673
33694
|
icon?: boolean | IconValue | undefined;
|
|
33674
33695
|
href?: string | undefined;
|
|
33675
33696
|
elevation?: string | number | undefined;
|
|
@@ -33779,7 +33800,7 @@ declare const VFab: {
|
|
|
33779
33800
|
text?: string | undefined;
|
|
33780
33801
|
class?: any;
|
|
33781
33802
|
theme?: string | undefined;
|
|
33782
|
-
to?: vue_router.
|
|
33803
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
33783
33804
|
icon?: boolean | IconValue | undefined;
|
|
33784
33805
|
href?: string | undefined;
|
|
33785
33806
|
elevation?: string | number | undefined;
|
|
@@ -33884,7 +33905,7 @@ declare const VFab: {
|
|
|
33884
33905
|
text?: string | undefined;
|
|
33885
33906
|
class?: any;
|
|
33886
33907
|
theme?: string | undefined;
|
|
33887
|
-
to?: vue_router.
|
|
33908
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
33888
33909
|
icon?: boolean | IconValue | undefined;
|
|
33889
33910
|
href?: string | undefined;
|
|
33890
33911
|
elevation?: string | number | undefined;
|
|
@@ -34596,7 +34617,7 @@ declare const VFileInput: {
|
|
|
34596
34617
|
};
|
|
34597
34618
|
$forceUpdate: () => void;
|
|
34598
34619
|
$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;
|
|
34620
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
34600
34621
|
} & Omit<{
|
|
34601
34622
|
error: boolean;
|
|
34602
34623
|
direction: "horizontal" | "vertical";
|
|
@@ -35168,7 +35189,7 @@ declare const VFileInput: {
|
|
|
35168
35189
|
};
|
|
35169
35190
|
$forceUpdate: () => void;
|
|
35170
35191
|
$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;
|
|
35192
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
35172
35193
|
} & Omit<{
|
|
35173
35194
|
error: boolean;
|
|
35174
35195
|
direction: "horizontal" | "vertical";
|
|
@@ -35575,7 +35596,7 @@ declare const VFileInput: {
|
|
|
35575
35596
|
};
|
|
35576
35597
|
$forceUpdate: () => void;
|
|
35577
35598
|
$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;
|
|
35599
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
35579
35600
|
} & Omit<{
|
|
35580
35601
|
error: boolean;
|
|
35581
35602
|
direction: "horizontal" | "vertical";
|
|
@@ -49772,7 +49793,7 @@ declare const VSnackbar: {
|
|
|
49772
49793
|
};
|
|
49773
49794
|
$forceUpdate: () => void;
|
|
49774
49795
|
$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;
|
|
49796
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
49776
49797
|
} & Omit<{
|
|
49777
49798
|
absolute: boolean;
|
|
49778
49799
|
location: Anchor;
|
|
@@ -50454,7 +50475,7 @@ declare const VSnackbar: {
|
|
|
50454
50475
|
};
|
|
50455
50476
|
$forceUpdate: () => void;
|
|
50456
50477
|
$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;
|
|
50478
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
50458
50479
|
} & Omit<{
|
|
50459
50480
|
absolute: boolean;
|
|
50460
50481
|
location: Anchor;
|
|
@@ -51036,7 +51057,7 @@ declare const VSnackbar: {
|
|
|
51036
51057
|
};
|
|
51037
51058
|
$forceUpdate: () => void;
|
|
51038
51059
|
$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;
|
|
51060
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
51040
51061
|
} & Omit<{
|
|
51041
51062
|
absolute: boolean;
|
|
51042
51063
|
location: Anchor;
|
|
@@ -54930,7 +54951,7 @@ declare const VTab: {
|
|
|
54930
54951
|
text?: string | undefined;
|
|
54931
54952
|
class?: any;
|
|
54932
54953
|
theme?: string | undefined;
|
|
54933
|
-
to?: vue_router.
|
|
54954
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
54934
54955
|
icon?: boolean | IconValue | undefined;
|
|
54935
54956
|
href?: string | undefined;
|
|
54936
54957
|
elevation?: string | number | undefined;
|
|
@@ -55017,7 +55038,7 @@ declare const VTab: {
|
|
|
55017
55038
|
text?: string | undefined;
|
|
55018
55039
|
class?: any;
|
|
55019
55040
|
theme?: string | undefined;
|
|
55020
|
-
to?: vue_router.
|
|
55041
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55021
55042
|
icon?: boolean | IconValue | undefined;
|
|
55022
55043
|
href?: string | undefined;
|
|
55023
55044
|
elevation?: string | number | undefined;
|
|
@@ -55082,7 +55103,7 @@ declare const VTab: {
|
|
|
55082
55103
|
text?: string | undefined;
|
|
55083
55104
|
class?: any;
|
|
55084
55105
|
theme?: string | undefined;
|
|
55085
|
-
to?: vue_router.
|
|
55106
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55086
55107
|
icon?: boolean | IconValue | undefined;
|
|
55087
55108
|
href?: string | undefined;
|
|
55088
55109
|
elevation?: string | number | undefined;
|
|
@@ -55169,7 +55190,7 @@ declare const VTab: {
|
|
|
55169
55190
|
text?: string | undefined;
|
|
55170
55191
|
class?: any;
|
|
55171
55192
|
theme?: string | undefined;
|
|
55172
|
-
to?: vue_router.
|
|
55193
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55173
55194
|
icon?: boolean | IconValue | undefined;
|
|
55174
55195
|
href?: string | undefined;
|
|
55175
55196
|
elevation?: string | number | undefined;
|
|
@@ -55252,7 +55273,7 @@ declare const VTab: {
|
|
|
55252
55273
|
};
|
|
55253
55274
|
$forceUpdate: () => void;
|
|
55254
55275
|
$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;
|
|
55276
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
55256
55277
|
} & Omit<{
|
|
55257
55278
|
symbol: any;
|
|
55258
55279
|
replace: boolean;
|
|
@@ -55289,7 +55310,7 @@ declare const VTab: {
|
|
|
55289
55310
|
text?: string | undefined;
|
|
55290
55311
|
class?: any;
|
|
55291
55312
|
theme?: string | undefined;
|
|
55292
|
-
to?: vue_router.
|
|
55313
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55293
55314
|
icon?: boolean | IconValue | undefined;
|
|
55294
55315
|
href?: string | undefined;
|
|
55295
55316
|
elevation?: string | number | undefined;
|
|
@@ -55361,7 +55382,7 @@ declare const VTab: {
|
|
|
55361
55382
|
text?: string | undefined;
|
|
55362
55383
|
class?: any;
|
|
55363
55384
|
theme?: string | undefined;
|
|
55364
|
-
to?: vue_router.
|
|
55385
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55365
55386
|
icon?: boolean | IconValue | undefined;
|
|
55366
55387
|
href?: string | undefined;
|
|
55367
55388
|
elevation?: string | number | undefined;
|
|
@@ -55456,7 +55477,7 @@ declare const VTab: {
|
|
|
55456
55477
|
text?: string | undefined;
|
|
55457
55478
|
class?: any;
|
|
55458
55479
|
theme?: string | undefined;
|
|
55459
|
-
to?: vue_router.
|
|
55480
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55460
55481
|
icon?: boolean | IconValue | undefined;
|
|
55461
55482
|
href?: string | undefined;
|
|
55462
55483
|
elevation?: string | number | undefined;
|
|
@@ -55543,7 +55564,7 @@ declare const VTab: {
|
|
|
55543
55564
|
text?: string | undefined;
|
|
55544
55565
|
class?: any;
|
|
55545
55566
|
theme?: string | undefined;
|
|
55546
|
-
to?: vue_router.
|
|
55567
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55547
55568
|
icon?: boolean | IconValue | undefined;
|
|
55548
55569
|
href?: string | undefined;
|
|
55549
55570
|
elevation?: string | number | undefined;
|
|
@@ -55608,7 +55629,7 @@ declare const VTab: {
|
|
|
55608
55629
|
text?: string | undefined;
|
|
55609
55630
|
class?: any;
|
|
55610
55631
|
theme?: string | undefined;
|
|
55611
|
-
to?: vue_router.
|
|
55632
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55612
55633
|
icon?: boolean | IconValue | undefined;
|
|
55613
55634
|
href?: string | undefined;
|
|
55614
55635
|
elevation?: string | number | undefined;
|
|
@@ -55695,7 +55716,7 @@ declare const VTab: {
|
|
|
55695
55716
|
text?: string | undefined;
|
|
55696
55717
|
class?: any;
|
|
55697
55718
|
theme?: string | undefined;
|
|
55698
|
-
to?: vue_router.
|
|
55719
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55699
55720
|
icon?: boolean | IconValue | undefined;
|
|
55700
55721
|
href?: string | undefined;
|
|
55701
55722
|
elevation?: string | number | undefined;
|
|
@@ -55778,7 +55799,7 @@ declare const VTab: {
|
|
|
55778
55799
|
};
|
|
55779
55800
|
$forceUpdate: () => void;
|
|
55780
55801
|
$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;
|
|
55802
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
55782
55803
|
} & Omit<{
|
|
55783
55804
|
symbol: any;
|
|
55784
55805
|
replace: boolean;
|
|
@@ -55815,7 +55836,7 @@ declare const VTab: {
|
|
|
55815
55836
|
text?: string | undefined;
|
|
55816
55837
|
class?: any;
|
|
55817
55838
|
theme?: string | undefined;
|
|
55818
|
-
to?: vue_router.
|
|
55839
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55819
55840
|
icon?: boolean | IconValue | undefined;
|
|
55820
55841
|
href?: string | undefined;
|
|
55821
55842
|
elevation?: string | number | undefined;
|
|
@@ -55912,7 +55933,7 @@ declare const VTab: {
|
|
|
55912
55933
|
text?: string | undefined;
|
|
55913
55934
|
class?: any;
|
|
55914
55935
|
theme?: string | undefined;
|
|
55915
|
-
to?: vue_router.
|
|
55936
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
55916
55937
|
icon?: boolean | IconValue | undefined;
|
|
55917
55938
|
href?: string | undefined;
|
|
55918
55939
|
elevation?: string | number | undefined;
|
|
@@ -55999,7 +56020,7 @@ declare const VTab: {
|
|
|
55999
56020
|
text?: string | undefined;
|
|
56000
56021
|
class?: any;
|
|
56001
56022
|
theme?: string | undefined;
|
|
56002
|
-
to?: vue_router.
|
|
56023
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
56003
56024
|
icon?: boolean | IconValue | undefined;
|
|
56004
56025
|
href?: string | undefined;
|
|
56005
56026
|
elevation?: string | number | undefined;
|
|
@@ -56064,7 +56085,7 @@ declare const VTab: {
|
|
|
56064
56085
|
text?: string | undefined;
|
|
56065
56086
|
class?: any;
|
|
56066
56087
|
theme?: string | undefined;
|
|
56067
|
-
to?: vue_router.
|
|
56088
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
56068
56089
|
icon?: boolean | IconValue | undefined;
|
|
56069
56090
|
href?: string | undefined;
|
|
56070
56091
|
elevation?: string | number | undefined;
|
|
@@ -56151,7 +56172,7 @@ declare const VTab: {
|
|
|
56151
56172
|
text?: string | undefined;
|
|
56152
56173
|
class?: any;
|
|
56153
56174
|
theme?: string | undefined;
|
|
56154
|
-
to?: vue_router.
|
|
56175
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
56155
56176
|
icon?: boolean | IconValue | undefined;
|
|
56156
56177
|
href?: string | undefined;
|
|
56157
56178
|
elevation?: string | number | undefined;
|
|
@@ -56234,7 +56255,7 @@ declare const VTab: {
|
|
|
56234
56255
|
};
|
|
56235
56256
|
$forceUpdate: () => void;
|
|
56236
56257
|
$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;
|
|
56258
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
56238
56259
|
} & Omit<{
|
|
56239
56260
|
symbol: any;
|
|
56240
56261
|
replace: boolean;
|
|
@@ -56271,7 +56292,7 @@ declare const VTab: {
|
|
|
56271
56292
|
text?: string | undefined;
|
|
56272
56293
|
class?: any;
|
|
56273
56294
|
theme?: string | undefined;
|
|
56274
|
-
to?: vue_router.
|
|
56295
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
56275
56296
|
icon?: boolean | IconValue | undefined;
|
|
56276
56297
|
href?: string | undefined;
|
|
56277
56298
|
elevation?: string | number | undefined;
|
|
@@ -56733,7 +56754,7 @@ declare const VTabs: {
|
|
|
56733
56754
|
item: (arg: VTabsSlot<unknown>) => vue.VNode[];
|
|
56734
56755
|
window: () => vue.VNode[];
|
|
56735
56756
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T = TabItem>(props: {
|
|
56736
|
-
items?: T;
|
|
56757
|
+
items?: T[];
|
|
56737
56758
|
}, slots: VTabsSlots<T>) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
|
|
56738
56759
|
tag: {
|
|
56739
56760
|
type: StringConstructor;
|
|
@@ -57732,7 +57753,7 @@ declare const VTextarea: {
|
|
|
57732
57753
|
};
|
|
57733
57754
|
$forceUpdate: () => void;
|
|
57734
57755
|
$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;
|
|
57756
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
57736
57757
|
} & Omit<{
|
|
57737
57758
|
error: boolean;
|
|
57738
57759
|
direction: "horizontal" | "vertical";
|
|
@@ -58271,7 +58292,7 @@ declare const VTextarea: {
|
|
|
58271
58292
|
};
|
|
58272
58293
|
$forceUpdate: () => void;
|
|
58273
58294
|
$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;
|
|
58295
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
58275
58296
|
} & Omit<{
|
|
58276
58297
|
error: boolean;
|
|
58277
58298
|
direction: "horizontal" | "vertical";
|
|
@@ -58663,7 +58684,7 @@ declare const VTextarea: {
|
|
|
58663
58684
|
};
|
|
58664
58685
|
$forceUpdate: () => void;
|
|
58665
58686
|
$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;
|
|
58687
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
58667
58688
|
} & Omit<{
|
|
58668
58689
|
error: boolean;
|
|
58669
58690
|
direction: "horizontal" | "vertical";
|
|
@@ -59307,7 +59328,7 @@ declare const VTextField: {
|
|
|
59307
59328
|
};
|
|
59308
59329
|
$forceUpdate: () => void;
|
|
59309
59330
|
$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;
|
|
59331
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
59311
59332
|
} & Omit<{
|
|
59312
59333
|
error: boolean;
|
|
59313
59334
|
direction: "horizontal" | "vertical";
|
|
@@ -59546,7 +59567,7 @@ declare const VTextField: {
|
|
|
59546
59567
|
};
|
|
59547
59568
|
$forceUpdate: () => void;
|
|
59548
59569
|
$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;
|
|
59570
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
59550
59571
|
} & Omit<{
|
|
59551
59572
|
flat: boolean;
|
|
59552
59573
|
reverse: boolean;
|
|
@@ -60085,7 +60106,7 @@ declare const VTextField: {
|
|
|
60085
60106
|
};
|
|
60086
60107
|
$forceUpdate: () => void;
|
|
60087
60108
|
$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;
|
|
60109
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
60089
60110
|
} & Omit<{
|
|
60090
60111
|
error: boolean;
|
|
60091
60112
|
direction: "horizontal" | "vertical";
|
|
@@ -60324,7 +60345,7 @@ declare const VTextField: {
|
|
|
60324
60345
|
};
|
|
60325
60346
|
$forceUpdate: () => void;
|
|
60326
60347
|
$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;
|
|
60348
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
60328
60349
|
} & Omit<{
|
|
60329
60350
|
flat: boolean;
|
|
60330
60351
|
reverse: boolean;
|
|
@@ -60714,7 +60735,7 @@ declare const VTextField: {
|
|
|
60714
60735
|
};
|
|
60715
60736
|
$forceUpdate: () => void;
|
|
60716
60737
|
$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;
|
|
60738
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
60718
60739
|
} & Omit<{
|
|
60719
60740
|
error: boolean;
|
|
60720
60741
|
direction: "horizontal" | "vertical";
|
|
@@ -60953,7 +60974,7 @@ declare const VTextField: {
|
|
|
60953
60974
|
};
|
|
60954
60975
|
$forceUpdate: () => void;
|
|
60955
60976
|
$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;
|
|
60977
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
60957
60978
|
} & Omit<{
|
|
60958
60979
|
flat: boolean;
|
|
60959
60980
|
reverse: boolean;
|
|
@@ -62625,7 +62646,7 @@ declare const VTooltip: {
|
|
|
62625
62646
|
};
|
|
62626
62647
|
$forceUpdate: () => void;
|
|
62627
62648
|
$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;
|
|
62649
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
62629
62650
|
} & Omit<{
|
|
62630
62651
|
absolute: boolean;
|
|
62631
62652
|
location: Anchor;
|
|
@@ -63290,7 +63311,7 @@ declare const VTooltip: {
|
|
|
63290
63311
|
};
|
|
63291
63312
|
$forceUpdate: () => void;
|
|
63292
63313
|
$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;
|
|
63314
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
63294
63315
|
} & Omit<{
|
|
63295
63316
|
absolute: boolean;
|
|
63296
63317
|
location: Anchor;
|
|
@@ -63863,7 +63884,7 @@ declare const VTooltip: {
|
|
|
63863
63884
|
};
|
|
63864
63885
|
$forceUpdate: () => void;
|
|
63865
63886
|
$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;
|
|
63887
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, (cleanupFn: () => void) => void]) => any : (...args: [any, any, (cleanupFn: () => void) => void]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
|
63867
63888
|
} & Omit<{
|
|
63868
63889
|
absolute: boolean;
|
|
63869
63890
|
location: Anchor;
|
|
@@ -67384,7 +67405,10 @@ declare const VCalendar: {
|
|
|
67384
67405
|
default: number;
|
|
67385
67406
|
};
|
|
67386
67407
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
67387
|
-
disabled:
|
|
67408
|
+
disabled: {
|
|
67409
|
+
type: BooleanConstructor;
|
|
67410
|
+
default: null;
|
|
67411
|
+
};
|
|
67388
67412
|
displayValue: vue.PropType<unknown>;
|
|
67389
67413
|
modelValue: vue.PropType<unknown[]>;
|
|
67390
67414
|
month: (StringConstructor | NumberConstructor)[];
|
|
@@ -67483,7 +67507,10 @@ declare const VCalendar: {
|
|
|
67483
67507
|
default: number;
|
|
67484
67508
|
};
|
|
67485
67509
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
67486
|
-
disabled:
|
|
67510
|
+
disabled: {
|
|
67511
|
+
type: BooleanConstructor;
|
|
67512
|
+
default: null;
|
|
67513
|
+
};
|
|
67487
67514
|
displayValue: vue.PropType<unknown>;
|
|
67488
67515
|
modelValue: vue.PropType<unknown[]>;
|
|
67489
67516
|
month: (StringConstructor | NumberConstructor)[];
|
|
@@ -68639,14 +68666,59 @@ declare const VDateInput: {
|
|
|
68639
68666
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
68640
68667
|
} & {
|
|
68641
68668
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
68669
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
68670
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
68671
|
+
props: Record<string, any>;
|
|
68672
|
+
}) => vue.VNodeChild) | undefined;
|
|
68673
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
68674
|
+
label?: ((arg: DefaultInputSlot & {
|
|
68675
|
+
label: string | undefined;
|
|
68676
|
+
props: Record<string, any>;
|
|
68677
|
+
}) => vue.VNodeChild) | undefined;
|
|
68678
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
68679
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
68680
|
+
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
68681
|
+
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
68682
|
+
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
68683
|
+
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
68642
68684
|
actions?: ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
|
|
68643
68685
|
default?: (() => vue.VNodeChild) | undefined;
|
|
68644
68686
|
};
|
|
68645
68687
|
'v-slots'?: {
|
|
68688
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
68689
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
68690
|
+
props: Record<string, any>;
|
|
68691
|
+
}) => vue.VNodeChild) | undefined;
|
|
68692
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
68693
|
+
label?: false | ((arg: DefaultInputSlot & {
|
|
68694
|
+
label: string | undefined;
|
|
68695
|
+
props: Record<string, any>;
|
|
68696
|
+
}) => vue.VNodeChild) | undefined;
|
|
68697
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
68698
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
68699
|
+
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
68700
|
+
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
68701
|
+
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
68702
|
+
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
68646
68703
|
actions?: false | ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
|
|
68647
68704
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
68648
68705
|
} | undefined;
|
|
68649
68706
|
} & {
|
|
68707
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
68708
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
68709
|
+
props: Record<string, any>;
|
|
68710
|
+
}) => vue.VNodeChild) | undefined;
|
|
68711
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
68712
|
+
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
68713
|
+
label: string | undefined;
|
|
68714
|
+
props: Record<string, any>;
|
|
68715
|
+
}) => vue.VNodeChild) | undefined;
|
|
68716
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
68717
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
68718
|
+
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
68719
|
+
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
68720
|
+
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
68721
|
+
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
68650
68722
|
"v-slot:actions"?: false | ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
|
|
68651
68723
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
68652
68724
|
} & {
|
|
@@ -68754,14 +68826,59 @@ declare const VDateInput: {
|
|
|
68754
68826
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
68755
68827
|
} & {
|
|
68756
68828
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
68829
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
68830
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
68831
|
+
props: Record<string, any>;
|
|
68832
|
+
}) => vue.VNodeChild) | undefined;
|
|
68833
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
68834
|
+
label?: ((arg: DefaultInputSlot & {
|
|
68835
|
+
label: string | undefined;
|
|
68836
|
+
props: Record<string, any>;
|
|
68837
|
+
}) => vue.VNodeChild) | undefined;
|
|
68838
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
68839
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
68840
|
+
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
68841
|
+
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
68842
|
+
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
68843
|
+
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
68757
68844
|
actions?: ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
|
|
68758
68845
|
default?: (() => vue.VNodeChild) | undefined;
|
|
68759
68846
|
};
|
|
68760
68847
|
'v-slots'?: {
|
|
68848
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
68849
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
68850
|
+
props: Record<string, any>;
|
|
68851
|
+
}) => vue.VNodeChild) | undefined;
|
|
68852
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
68853
|
+
label?: false | ((arg: DefaultInputSlot & {
|
|
68854
|
+
label: string | undefined;
|
|
68855
|
+
props: Record<string, any>;
|
|
68856
|
+
}) => vue.VNodeChild) | undefined;
|
|
68857
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
68858
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
68859
|
+
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
68860
|
+
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
68861
|
+
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
68862
|
+
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
68761
68863
|
actions?: false | ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
|
|
68762
68864
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
68763
68865
|
} | undefined;
|
|
68764
68866
|
} & {
|
|
68867
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
68868
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
68869
|
+
props: Record<string, any>;
|
|
68870
|
+
}) => vue.VNodeChild) | undefined;
|
|
68871
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
68872
|
+
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
68873
|
+
label: string | undefined;
|
|
68874
|
+
props: Record<string, any>;
|
|
68875
|
+
}) => vue.VNodeChild) | undefined;
|
|
68876
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
68877
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
68878
|
+
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
68879
|
+
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
68880
|
+
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
68881
|
+
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
68765
68882
|
"v-slot:actions"?: false | ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
|
|
68766
68883
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
68767
68884
|
} & {
|
|
@@ -68819,6 +68936,21 @@ declare const VDateInput: {
|
|
|
68819
68936
|
hideHeader: boolean;
|
|
68820
68937
|
hideActions: boolean;
|
|
68821
68938
|
}, true, {}, vue.SlotsType<Partial<{
|
|
68939
|
+
message: (arg: VMessageSlot) => vue.VNode[];
|
|
68940
|
+
clear: (arg: DefaultInputSlot & {
|
|
68941
|
+
props: Record<string, any>;
|
|
68942
|
+
}) => vue.VNode[];
|
|
68943
|
+
details: (arg: VInputSlot) => vue.VNode[];
|
|
68944
|
+
label: (arg: DefaultInputSlot & {
|
|
68945
|
+
label: string | undefined;
|
|
68946
|
+
props: Record<string, any>;
|
|
68947
|
+
}) => vue.VNode[];
|
|
68948
|
+
append: (arg: VInputSlot) => vue.VNode[];
|
|
68949
|
+
prepend: (arg: VInputSlot) => vue.VNode[];
|
|
68950
|
+
loader: (arg: LoaderSlotProps) => vue.VNode[];
|
|
68951
|
+
counter: (arg: VCounterSlot) => vue.VNode[];
|
|
68952
|
+
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
|
68953
|
+
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
|
68822
68954
|
actions: (arg: VDateInputActionsSlot) => vue.VNode[];
|
|
68823
68955
|
default: () => vue.VNode[];
|
|
68824
68956
|
}>>, {
|
|
@@ -68929,14 +69061,59 @@ declare const VDateInput: {
|
|
|
68929
69061
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
68930
69062
|
} & {
|
|
68931
69063
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
69064
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
69065
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
69066
|
+
props: Record<string, any>;
|
|
69067
|
+
}) => vue.VNodeChild) | undefined;
|
|
69068
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
69069
|
+
label?: ((arg: DefaultInputSlot & {
|
|
69070
|
+
label: string | undefined;
|
|
69071
|
+
props: Record<string, any>;
|
|
69072
|
+
}) => vue.VNodeChild) | undefined;
|
|
69073
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
69074
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
69075
|
+
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
69076
|
+
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
69077
|
+
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
69078
|
+
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
68932
69079
|
actions?: ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
|
|
68933
69080
|
default?: (() => vue.VNodeChild) | undefined;
|
|
68934
69081
|
};
|
|
68935
69082
|
'v-slots'?: {
|
|
69083
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
69084
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
69085
|
+
props: Record<string, any>;
|
|
69086
|
+
}) => vue.VNodeChild) | undefined;
|
|
69087
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
69088
|
+
label?: false | ((arg: DefaultInputSlot & {
|
|
69089
|
+
label: string | undefined;
|
|
69090
|
+
props: Record<string, any>;
|
|
69091
|
+
}) => vue.VNodeChild) | undefined;
|
|
69092
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
69093
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
69094
|
+
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
69095
|
+
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
69096
|
+
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
69097
|
+
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
68936
69098
|
actions?: false | ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
|
|
68937
69099
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
68938
69100
|
} | undefined;
|
|
68939
69101
|
} & {
|
|
69102
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
69103
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
69104
|
+
props: Record<string, any>;
|
|
69105
|
+
}) => vue.VNodeChild) | undefined;
|
|
69106
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
69107
|
+
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
69108
|
+
label: string | undefined;
|
|
69109
|
+
props: Record<string, any>;
|
|
69110
|
+
}) => vue.VNodeChild) | undefined;
|
|
69111
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
69112
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
69113
|
+
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
69114
|
+
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
69115
|
+
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
69116
|
+
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
68940
69117
|
"v-slot:actions"?: false | ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
|
|
68941
69118
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
68942
69119
|
} & {
|
|
@@ -69098,14 +69275,59 @@ declare const VDateInput: {
|
|
|
69098
69275
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
69099
69276
|
} & {
|
|
69100
69277
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
69278
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
69279
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
69280
|
+
props: Record<string, any>;
|
|
69281
|
+
}) => vue.VNodeChild) | undefined;
|
|
69282
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
69283
|
+
label?: ((arg: DefaultInputSlot & {
|
|
69284
|
+
label: string | undefined;
|
|
69285
|
+
props: Record<string, any>;
|
|
69286
|
+
}) => vue.VNodeChild) | undefined;
|
|
69287
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
69288
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
69289
|
+
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
69290
|
+
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
69291
|
+
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
69292
|
+
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
69101
69293
|
actions?: ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
|
|
69102
69294
|
default?: (() => vue.VNodeChild) | undefined;
|
|
69103
69295
|
};
|
|
69104
69296
|
'v-slots'?: {
|
|
69297
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
69298
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
69299
|
+
props: Record<string, any>;
|
|
69300
|
+
}) => vue.VNodeChild) | undefined;
|
|
69301
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
69302
|
+
label?: false | ((arg: DefaultInputSlot & {
|
|
69303
|
+
label: string | undefined;
|
|
69304
|
+
props: Record<string, any>;
|
|
69305
|
+
}) => vue.VNodeChild) | undefined;
|
|
69306
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
69307
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
69308
|
+
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
69309
|
+
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
69310
|
+
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
69311
|
+
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
69105
69312
|
actions?: false | ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
|
|
69106
69313
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
69107
69314
|
} | undefined;
|
|
69108
69315
|
} & {
|
|
69316
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
69317
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
69318
|
+
props: Record<string, any>;
|
|
69319
|
+
}) => vue.VNodeChild) | undefined;
|
|
69320
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
69321
|
+
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
69322
|
+
label: string | undefined;
|
|
69323
|
+
props: Record<string, any>;
|
|
69324
|
+
}) => vue.VNodeChild) | undefined;
|
|
69325
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
69326
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
69327
|
+
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
69328
|
+
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
69329
|
+
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
69330
|
+
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
69109
69331
|
"v-slot:actions"?: false | ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
|
|
69110
69332
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
69111
69333
|
} & {
|
|
@@ -69165,6 +69387,21 @@ declare const VDateInput: {
|
|
|
69165
69387
|
hideHeader: boolean;
|
|
69166
69388
|
hideActions: boolean;
|
|
69167
69389
|
}, {}, string, vue.SlotsType<Partial<{
|
|
69390
|
+
message: (arg: VMessageSlot) => vue.VNode[];
|
|
69391
|
+
clear: (arg: DefaultInputSlot & {
|
|
69392
|
+
props: Record<string, any>;
|
|
69393
|
+
}) => vue.VNode[];
|
|
69394
|
+
details: (arg: VInputSlot) => vue.VNode[];
|
|
69395
|
+
label: (arg: DefaultInputSlot & {
|
|
69396
|
+
label: string | undefined;
|
|
69397
|
+
props: Record<string, any>;
|
|
69398
|
+
}) => vue.VNode[];
|
|
69399
|
+
append: (arg: VInputSlot) => vue.VNode[];
|
|
69400
|
+
prepend: (arg: VInputSlot) => vue.VNode[];
|
|
69401
|
+
loader: (arg: LoaderSlotProps) => vue.VNode[];
|
|
69402
|
+
counter: (arg: VCounterSlot) => vue.VNode[];
|
|
69403
|
+
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
|
69404
|
+
'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
|
|
69168
69405
|
actions: (arg: VDateInputActionsSlot) => vue.VNode[];
|
|
69169
69406
|
default: () => vue.VNode[];
|
|
69170
69407
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
@@ -69199,7 +69436,10 @@ declare const VDateInput: {
|
|
|
69199
69436
|
default: string;
|
|
69200
69437
|
};
|
|
69201
69438
|
text: StringConstructor;
|
|
69202
|
-
disabled:
|
|
69439
|
+
disabled: {
|
|
69440
|
+
type: BooleanConstructor;
|
|
69441
|
+
default: null;
|
|
69442
|
+
};
|
|
69203
69443
|
multiple: PropType<boolean | "range" | number | (string & {})>;
|
|
69204
69444
|
month: (StringConstructor | NumberConstructor)[];
|
|
69205
69445
|
year: NumberConstructor;
|
|
@@ -69417,7 +69657,10 @@ declare const VDateInput: {
|
|
|
69417
69657
|
default: string;
|
|
69418
69658
|
};
|
|
69419
69659
|
text: StringConstructor;
|
|
69420
|
-
disabled:
|
|
69660
|
+
disabled: {
|
|
69661
|
+
type: BooleanConstructor;
|
|
69662
|
+
default: null;
|
|
69663
|
+
};
|
|
69421
69664
|
multiple: PropType<boolean | "range" | number | (string & {})>;
|
|
69422
69665
|
month: (StringConstructor | NumberConstructor)[];
|
|
69423
69666
|
year: NumberConstructor;
|
|
@@ -70309,7 +70552,7 @@ declare const VFileUploadItem: {
|
|
|
70309
70552
|
title?: string | number | undefined;
|
|
70310
70553
|
class?: any;
|
|
70311
70554
|
theme?: string | undefined;
|
|
70312
|
-
to?: vue_router.
|
|
70555
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
70313
70556
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
70314
70557
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
70315
70558
|
href?: string | undefined;
|
|
@@ -70399,7 +70642,7 @@ declare const VFileUploadItem: {
|
|
|
70399
70642
|
title?: string | number | undefined;
|
|
70400
70643
|
class?: any;
|
|
70401
70644
|
theme?: string | undefined;
|
|
70402
|
-
to?: vue_router.
|
|
70645
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
70403
70646
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
70404
70647
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
70405
70648
|
href?: string | undefined;
|
|
@@ -70527,7 +70770,7 @@ declare const VFileUploadItem: {
|
|
|
70527
70770
|
title?: string | number | undefined;
|
|
70528
70771
|
class?: any;
|
|
70529
70772
|
theme?: string | undefined;
|
|
70530
|
-
to?: vue_router.
|
|
70773
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
70531
70774
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
70532
70775
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
70533
70776
|
href?: string | undefined;
|
|
@@ -70641,7 +70884,7 @@ declare const VFileUploadItem: {
|
|
|
70641
70884
|
title?: string | number | undefined;
|
|
70642
70885
|
class?: any;
|
|
70643
70886
|
theme?: string | undefined;
|
|
70644
|
-
to?: vue_router.
|
|
70887
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
70645
70888
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
70646
70889
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
70647
70890
|
href?: string | undefined;
|
|
@@ -70920,7 +71163,7 @@ type VFileUploadItem = InstanceType<typeof VFileUploadItem>;
|
|
|
70920
71163
|
type ControlSlot = {
|
|
70921
71164
|
click: (e: MouseEvent) => void;
|
|
70922
71165
|
};
|
|
70923
|
-
type ControlVariant = 'default' | 'stacked' | 'split';
|
|
71166
|
+
type ControlVariant = 'default' | 'stacked' | 'split' | 'hidden';
|
|
70924
71167
|
declare const VNumberInput: {
|
|
70925
71168
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
70926
71169
|
flat: boolean;
|
|
@@ -70943,7 +71186,7 @@ declare const VNumberInput: {
|
|
|
70943
71186
|
errorMessages: string | readonly string[] | null;
|
|
70944
71187
|
maxErrors: string | number;
|
|
70945
71188
|
rules: readonly ValidationRule$1[];
|
|
70946
|
-
modelValue:
|
|
71189
|
+
modelValue: number | null;
|
|
70947
71190
|
tile: boolean;
|
|
70948
71191
|
density: Density;
|
|
70949
71192
|
clearIcon: IconValue;
|
|
@@ -70957,6 +71200,7 @@ declare const VNumberInput: {
|
|
|
70957
71200
|
persistentCounter: boolean;
|
|
70958
71201
|
hideInput: boolean;
|
|
70959
71202
|
controlVariant: ControlVariant;
|
|
71203
|
+
precision: number | null;
|
|
70960
71204
|
} & {
|
|
70961
71205
|
name?: string | undefined;
|
|
70962
71206
|
id?: string | undefined;
|
|
@@ -70980,6 +71224,8 @@ declare const VNumberInput: {
|
|
|
70980
71224
|
bgColor?: string | undefined;
|
|
70981
71225
|
prependIcon?: IconValue | undefined;
|
|
70982
71226
|
appendIcon?: IconValue | undefined;
|
|
71227
|
+
appendInnerIcon?: IconValue | undefined;
|
|
71228
|
+
prependInnerIcon?: IconValue | undefined;
|
|
70983
71229
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
70984
71230
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
70985
71231
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -71661,7 +71907,7 @@ declare const VNumberInput: {
|
|
|
71661
71907
|
};
|
|
71662
71908
|
$forceUpdate: () => void;
|
|
71663
71909
|
$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;
|
|
71910
|
+
$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
71911
|
} & Omit<{
|
|
71666
71912
|
error: boolean;
|
|
71667
71913
|
direction: "horizontal" | "vertical";
|
|
@@ -71900,7 +72146,7 @@ declare const VNumberInput: {
|
|
|
71900
72146
|
};
|
|
71901
72147
|
$forceUpdate: () => void;
|
|
71902
72148
|
$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;
|
|
72149
|
+
$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
72150
|
} & Omit<{
|
|
71905
72151
|
flat: boolean;
|
|
71906
72152
|
reverse: boolean;
|
|
@@ -72021,7 +72267,7 @@ declare const VNumberInput: {
|
|
|
72021
72267
|
};
|
|
72022
72268
|
$forceUpdate: () => void;
|
|
72023
72269
|
$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;
|
|
72270
|
+
$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
72271
|
} & Omit<{
|
|
72026
72272
|
flat: boolean;
|
|
72027
72273
|
reverse: boolean;
|
|
@@ -72328,7 +72574,7 @@ declare const VNumberInput: {
|
|
|
72328
72574
|
};
|
|
72329
72575
|
$forceUpdate: () => void;
|
|
72330
72576
|
$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;
|
|
72577
|
+
$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
72578
|
} & Omit<{
|
|
72333
72579
|
error: boolean;
|
|
72334
72580
|
direction: "horizontal" | "vertical";
|
|
@@ -72567,7 +72813,7 @@ declare const VNumberInput: {
|
|
|
72567
72813
|
};
|
|
72568
72814
|
$forceUpdate: () => void;
|
|
72569
72815
|
$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;
|
|
72816
|
+
$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
72817
|
} & Omit<{
|
|
72572
72818
|
flat: boolean;
|
|
72573
72819
|
reverse: boolean;
|
|
@@ -72800,7 +73046,7 @@ declare const VNumberInput: {
|
|
|
72800
73046
|
};
|
|
72801
73047
|
$forceUpdate: () => void;
|
|
72802
73048
|
$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;
|
|
73049
|
+
$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
73050
|
} & Omit<{
|
|
72805
73051
|
error: boolean;
|
|
72806
73052
|
direction: "horizontal" | "vertical";
|
|
@@ -73039,7 +73285,7 @@ declare const VNumberInput: {
|
|
|
73039
73285
|
};
|
|
73040
73286
|
$forceUpdate: () => void;
|
|
73041
73287
|
$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;
|
|
73288
|
+
$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
73289
|
} & Omit<{
|
|
73044
73290
|
flat: boolean;
|
|
73045
73291
|
reverse: boolean;
|
|
@@ -73113,7 +73359,7 @@ declare const VNumberInput: {
|
|
|
73113
73359
|
errorMessages: string | readonly string[] | null;
|
|
73114
73360
|
maxErrors: string | number;
|
|
73115
73361
|
rules: readonly ValidationRule$1[];
|
|
73116
|
-
modelValue:
|
|
73362
|
+
modelValue: number | null;
|
|
73117
73363
|
tile: boolean;
|
|
73118
73364
|
density: Density;
|
|
73119
73365
|
clearIcon: IconValue;
|
|
@@ -73127,6 +73373,7 @@ declare const VNumberInput: {
|
|
|
73127
73373
|
persistentCounter: boolean;
|
|
73128
73374
|
hideInput: boolean;
|
|
73129
73375
|
controlVariant: ControlVariant;
|
|
73376
|
+
precision: number | null;
|
|
73130
73377
|
} & {
|
|
73131
73378
|
name?: string | undefined;
|
|
73132
73379
|
id?: string | undefined;
|
|
@@ -73150,6 +73397,8 @@ declare const VNumberInput: {
|
|
|
73150
73397
|
bgColor?: string | undefined;
|
|
73151
73398
|
prependIcon?: IconValue | undefined;
|
|
73152
73399
|
appendIcon?: IconValue | undefined;
|
|
73400
|
+
appendInnerIcon?: IconValue | undefined;
|
|
73401
|
+
prependInnerIcon?: IconValue | undefined;
|
|
73153
73402
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
73154
73403
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
73155
73404
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -73241,7 +73490,7 @@ declare const VNumberInput: {
|
|
|
73241
73490
|
errorMessages: string | readonly string[] | null;
|
|
73242
73491
|
maxErrors: string | number;
|
|
73243
73492
|
rules: readonly ValidationRule$1[];
|
|
73244
|
-
modelValue:
|
|
73493
|
+
modelValue: number | null;
|
|
73245
73494
|
rounded: string | number | boolean;
|
|
73246
73495
|
tile: boolean;
|
|
73247
73496
|
density: Density;
|
|
@@ -73257,6 +73506,7 @@ declare const VNumberInput: {
|
|
|
73257
73506
|
persistentCounter: boolean;
|
|
73258
73507
|
hideInput: boolean;
|
|
73259
73508
|
controlVariant: ControlVariant;
|
|
73509
|
+
precision: number | null;
|
|
73260
73510
|
}, true, {}, vue.SlotsType<Partial<{
|
|
73261
73511
|
message: (arg: VMessageSlot) => vue.VNode[];
|
|
73262
73512
|
clear: (arg: DefaultInputSlot & {
|
|
@@ -73303,7 +73553,7 @@ declare const VNumberInput: {
|
|
|
73303
73553
|
errorMessages: string | readonly string[] | null;
|
|
73304
73554
|
maxErrors: string | number;
|
|
73305
73555
|
rules: readonly ValidationRule$1[];
|
|
73306
|
-
modelValue:
|
|
73556
|
+
modelValue: number | null;
|
|
73307
73557
|
tile: boolean;
|
|
73308
73558
|
density: Density;
|
|
73309
73559
|
clearIcon: IconValue;
|
|
@@ -73317,6 +73567,7 @@ declare const VNumberInput: {
|
|
|
73317
73567
|
persistentCounter: boolean;
|
|
73318
73568
|
hideInput: boolean;
|
|
73319
73569
|
controlVariant: ControlVariant;
|
|
73570
|
+
precision: number | null;
|
|
73320
73571
|
} & {
|
|
73321
73572
|
name?: string | undefined;
|
|
73322
73573
|
id?: string | undefined;
|
|
@@ -73340,6 +73591,8 @@ declare const VNumberInput: {
|
|
|
73340
73591
|
bgColor?: string | undefined;
|
|
73341
73592
|
prependIcon?: IconValue | undefined;
|
|
73342
73593
|
appendIcon?: IconValue | undefined;
|
|
73594
|
+
appendInnerIcon?: IconValue | undefined;
|
|
73595
|
+
prependInnerIcon?: IconValue | undefined;
|
|
73343
73596
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
73344
73597
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
73345
73598
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -74021,7 +74274,7 @@ declare const VNumberInput: {
|
|
|
74021
74274
|
};
|
|
74022
74275
|
$forceUpdate: () => void;
|
|
74023
74276
|
$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;
|
|
74277
|
+
$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
74278
|
} & Omit<{
|
|
74026
74279
|
error: boolean;
|
|
74027
74280
|
direction: "horizontal" | "vertical";
|
|
@@ -74260,7 +74513,7 @@ declare const VNumberInput: {
|
|
|
74260
74513
|
};
|
|
74261
74514
|
$forceUpdate: () => void;
|
|
74262
74515
|
$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;
|
|
74516
|
+
$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
74517
|
} & Omit<{
|
|
74265
74518
|
flat: boolean;
|
|
74266
74519
|
reverse: boolean;
|
|
@@ -74381,7 +74634,7 @@ declare const VNumberInput: {
|
|
|
74381
74634
|
};
|
|
74382
74635
|
$forceUpdate: () => void;
|
|
74383
74636
|
$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;
|
|
74637
|
+
$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
74638
|
} & Omit<{
|
|
74386
74639
|
flat: boolean;
|
|
74387
74640
|
reverse: boolean;
|
|
@@ -74688,7 +74941,7 @@ declare const VNumberInput: {
|
|
|
74688
74941
|
};
|
|
74689
74942
|
$forceUpdate: () => void;
|
|
74690
74943
|
$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;
|
|
74944
|
+
$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
74945
|
} & Omit<{
|
|
74693
74946
|
error: boolean;
|
|
74694
74947
|
direction: "horizontal" | "vertical";
|
|
@@ -74927,7 +75180,7 @@ declare const VNumberInput: {
|
|
|
74927
75180
|
};
|
|
74928
75181
|
$forceUpdate: () => void;
|
|
74929
75182
|
$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;
|
|
75183
|
+
$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
75184
|
} & Omit<{
|
|
74932
75185
|
flat: boolean;
|
|
74933
75186
|
reverse: boolean;
|
|
@@ -75160,7 +75413,7 @@ declare const VNumberInput: {
|
|
|
75160
75413
|
};
|
|
75161
75414
|
$forceUpdate: () => void;
|
|
75162
75415
|
$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;
|
|
75416
|
+
$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
75417
|
} & Omit<{
|
|
75165
75418
|
error: boolean;
|
|
75166
75419
|
direction: "horizontal" | "vertical";
|
|
@@ -75399,7 +75652,7 @@ declare const VNumberInput: {
|
|
|
75399
75652
|
};
|
|
75400
75653
|
$forceUpdate: () => void;
|
|
75401
75654
|
$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;
|
|
75655
|
+
$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
75656
|
} & Omit<{
|
|
75404
75657
|
flat: boolean;
|
|
75405
75658
|
reverse: boolean;
|
|
@@ -75471,7 +75724,7 @@ declare const VNumberInput: {
|
|
|
75471
75724
|
errorMessages: string | readonly string[] | null;
|
|
75472
75725
|
maxErrors: string | number;
|
|
75473
75726
|
rules: readonly ValidationRule$1[];
|
|
75474
|
-
modelValue:
|
|
75727
|
+
modelValue: number | null;
|
|
75475
75728
|
rounded: string | number | boolean;
|
|
75476
75729
|
tile: boolean;
|
|
75477
75730
|
density: Density;
|
|
@@ -75487,6 +75740,7 @@ declare const VNumberInput: {
|
|
|
75487
75740
|
persistentCounter: boolean;
|
|
75488
75741
|
hideInput: boolean;
|
|
75489
75742
|
controlVariant: ControlVariant;
|
|
75743
|
+
precision: number | null;
|
|
75490
75744
|
}>;
|
|
75491
75745
|
__isFragment?: never;
|
|
75492
75746
|
__isTeleport?: never;
|
|
@@ -75512,7 +75766,7 @@ declare const VNumberInput: {
|
|
|
75512
75766
|
errorMessages: string | readonly string[] | null;
|
|
75513
75767
|
maxErrors: string | number;
|
|
75514
75768
|
rules: readonly ValidationRule$1[];
|
|
75515
|
-
modelValue:
|
|
75769
|
+
modelValue: number | null;
|
|
75516
75770
|
tile: boolean;
|
|
75517
75771
|
density: Density;
|
|
75518
75772
|
clearIcon: IconValue;
|
|
@@ -75526,6 +75780,7 @@ declare const VNumberInput: {
|
|
|
75526
75780
|
persistentCounter: boolean;
|
|
75527
75781
|
hideInput: boolean;
|
|
75528
75782
|
controlVariant: ControlVariant;
|
|
75783
|
+
precision: number | null;
|
|
75529
75784
|
} & {
|
|
75530
75785
|
name?: string | undefined;
|
|
75531
75786
|
id?: string | undefined;
|
|
@@ -75549,6 +75804,8 @@ declare const VNumberInput: {
|
|
|
75549
75804
|
bgColor?: string | undefined;
|
|
75550
75805
|
prependIcon?: IconValue | undefined;
|
|
75551
75806
|
appendIcon?: IconValue | undefined;
|
|
75807
|
+
appendInnerIcon?: IconValue | undefined;
|
|
75808
|
+
prependInnerIcon?: IconValue | undefined;
|
|
75552
75809
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
75553
75810
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
75554
75811
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -76230,7 +76487,7 @@ declare const VNumberInput: {
|
|
|
76230
76487
|
};
|
|
76231
76488
|
$forceUpdate: () => void;
|
|
76232
76489
|
$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;
|
|
76490
|
+
$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
76491
|
} & Omit<{
|
|
76235
76492
|
error: boolean;
|
|
76236
76493
|
direction: "horizontal" | "vertical";
|
|
@@ -76469,7 +76726,7 @@ declare const VNumberInput: {
|
|
|
76469
76726
|
};
|
|
76470
76727
|
$forceUpdate: () => void;
|
|
76471
76728
|
$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;
|
|
76729
|
+
$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
76730
|
} & Omit<{
|
|
76474
76731
|
flat: boolean;
|
|
76475
76732
|
reverse: boolean;
|
|
@@ -76590,7 +76847,7 @@ declare const VNumberInput: {
|
|
|
76590
76847
|
};
|
|
76591
76848
|
$forceUpdate: () => void;
|
|
76592
76849
|
$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;
|
|
76850
|
+
$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
76851
|
} & Omit<{
|
|
76595
76852
|
flat: boolean;
|
|
76596
76853
|
reverse: boolean;
|
|
@@ -76897,7 +77154,7 @@ declare const VNumberInput: {
|
|
|
76897
77154
|
};
|
|
76898
77155
|
$forceUpdate: () => void;
|
|
76899
77156
|
$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;
|
|
77157
|
+
$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
77158
|
} & Omit<{
|
|
76902
77159
|
error: boolean;
|
|
76903
77160
|
direction: "horizontal" | "vertical";
|
|
@@ -77136,7 +77393,7 @@ declare const VNumberInput: {
|
|
|
77136
77393
|
};
|
|
77137
77394
|
$forceUpdate: () => void;
|
|
77138
77395
|
$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;
|
|
77396
|
+
$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
77397
|
} & Omit<{
|
|
77141
77398
|
flat: boolean;
|
|
77142
77399
|
reverse: boolean;
|
|
@@ -77369,7 +77626,7 @@ declare const VNumberInput: {
|
|
|
77369
77626
|
};
|
|
77370
77627
|
$forceUpdate: () => void;
|
|
77371
77628
|
$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;
|
|
77629
|
+
$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
77630
|
} & Omit<{
|
|
77374
77631
|
error: boolean;
|
|
77375
77632
|
direction: "horizontal" | "vertical";
|
|
@@ -77608,7 +77865,7 @@ declare const VNumberInput: {
|
|
|
77608
77865
|
};
|
|
77609
77866
|
$forceUpdate: () => void;
|
|
77610
77867
|
$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;
|
|
77868
|
+
$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
77869
|
} & Omit<{
|
|
77613
77870
|
flat: boolean;
|
|
77614
77871
|
reverse: boolean;
|
|
@@ -77682,7 +77939,7 @@ declare const VNumberInput: {
|
|
|
77682
77939
|
errorMessages: string | readonly string[] | null;
|
|
77683
77940
|
maxErrors: string | number;
|
|
77684
77941
|
rules: readonly ValidationRule$1[];
|
|
77685
|
-
modelValue:
|
|
77942
|
+
modelValue: number | null;
|
|
77686
77943
|
rounded: string | number | boolean;
|
|
77687
77944
|
tile: boolean;
|
|
77688
77945
|
density: Density;
|
|
@@ -77698,6 +77955,7 @@ declare const VNumberInput: {
|
|
|
77698
77955
|
persistentCounter: boolean;
|
|
77699
77956
|
hideInput: boolean;
|
|
77700
77957
|
controlVariant: ControlVariant;
|
|
77958
|
+
precision: number | null;
|
|
77701
77959
|
}, {}, string, vue.SlotsType<Partial<{
|
|
77702
77960
|
message: (arg: VMessageSlot) => vue.VNode[];
|
|
77703
77961
|
clear: (arg: DefaultInputSlot & {
|
|
@@ -77800,6 +78058,8 @@ declare const VNumberInput: {
|
|
|
77800
78058
|
type: PropType<IconValue>;
|
|
77801
78059
|
default: string;
|
|
77802
78060
|
};
|
|
78061
|
+
appendInnerIcon: PropType<IconValue>;
|
|
78062
|
+
prependInnerIcon: PropType<IconValue>;
|
|
77803
78063
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
|
77804
78064
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
|
77805
78065
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
|
@@ -77829,7 +78089,7 @@ declare const VNumberInput: {
|
|
|
77829
78089
|
inset: BooleanConstructor;
|
|
77830
78090
|
hideInput: BooleanConstructor;
|
|
77831
78091
|
modelValue: {
|
|
77832
|
-
type: PropType<
|
|
78092
|
+
type: PropType<number | null>;
|
|
77833
78093
|
default: null;
|
|
77834
78094
|
};
|
|
77835
78095
|
min: {
|
|
@@ -77844,6 +78104,10 @@ declare const VNumberInput: {
|
|
|
77844
78104
|
type: NumberConstructor;
|
|
77845
78105
|
default: number;
|
|
77846
78106
|
};
|
|
78107
|
+
precision: {
|
|
78108
|
+
type: PropType<number | null>;
|
|
78109
|
+
default: number;
|
|
78110
|
+
};
|
|
77847
78111
|
}, vue.ExtractPropTypes<{
|
|
77848
78112
|
flat: BooleanConstructor;
|
|
77849
78113
|
reverse: BooleanConstructor;
|
|
@@ -77928,6 +78192,8 @@ declare const VNumberInput: {
|
|
|
77928
78192
|
type: PropType<IconValue>;
|
|
77929
78193
|
default: string;
|
|
77930
78194
|
};
|
|
78195
|
+
appendInnerIcon: PropType<IconValue>;
|
|
78196
|
+
prependInnerIcon: PropType<IconValue>;
|
|
77931
78197
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
|
77932
78198
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
|
77933
78199
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
|
@@ -77957,7 +78223,7 @@ declare const VNumberInput: {
|
|
|
77957
78223
|
inset: BooleanConstructor;
|
|
77958
78224
|
hideInput: BooleanConstructor;
|
|
77959
78225
|
modelValue: {
|
|
77960
|
-
type: PropType<
|
|
78226
|
+
type: PropType<number | null>;
|
|
77961
78227
|
default: null;
|
|
77962
78228
|
};
|
|
77963
78229
|
min: {
|
|
@@ -77972,6 +78238,10 @@ declare const VNumberInput: {
|
|
|
77972
78238
|
type: NumberConstructor;
|
|
77973
78239
|
default: number;
|
|
77974
78240
|
};
|
|
78241
|
+
precision: {
|
|
78242
|
+
type: PropType<number | null>;
|
|
78243
|
+
default: number;
|
|
78244
|
+
};
|
|
77975
78245
|
}>>;
|
|
77976
78246
|
type VNumberInput = InstanceType<typeof VNumberInput>;
|
|
77977
78247
|
|
|
@@ -80975,6 +81245,7 @@ declare const VTreeview: {
|
|
|
80975
81245
|
selectStrategy: SelectStrategyProp;
|
|
80976
81246
|
collapseIcon: IconValue;
|
|
80977
81247
|
expandIcon: IconValue;
|
|
81248
|
+
fluid: boolean;
|
|
80978
81249
|
returnObject: boolean;
|
|
80979
81250
|
filterMode: FilterMode;
|
|
80980
81251
|
noFilter: boolean;
|
|
@@ -80983,7 +81254,6 @@ declare const VTreeview: {
|
|
|
80983
81254
|
itemValue: SelectItemKey;
|
|
80984
81255
|
itemChildren: SelectItemKey;
|
|
80985
81256
|
itemProps: SelectItemKey;
|
|
80986
|
-
itemType: string;
|
|
80987
81257
|
loadingIcon: string;
|
|
80988
81258
|
openAll: boolean;
|
|
80989
81259
|
} & {
|
|
@@ -81074,6 +81344,7 @@ declare const VTreeview: {
|
|
|
81074
81344
|
selectStrategy: SelectStrategyProp;
|
|
81075
81345
|
collapseIcon: IconValue;
|
|
81076
81346
|
expandIcon: IconValue;
|
|
81347
|
+
fluid: boolean;
|
|
81077
81348
|
returnObject: boolean;
|
|
81078
81349
|
filterMode: FilterMode;
|
|
81079
81350
|
noFilter: boolean;
|
|
@@ -81082,7 +81353,6 @@ declare const VTreeview: {
|
|
|
81082
81353
|
itemValue: SelectItemKey;
|
|
81083
81354
|
itemChildren: SelectItemKey;
|
|
81084
81355
|
itemProps: SelectItemKey;
|
|
81085
|
-
itemType: string;
|
|
81086
81356
|
loadingIcon: string;
|
|
81087
81357
|
openAll: boolean;
|
|
81088
81358
|
} & {
|
|
@@ -81159,6 +81429,7 @@ declare const VTreeview: {
|
|
|
81159
81429
|
selectStrategy: SelectStrategyProp;
|
|
81160
81430
|
collapseIcon: IconValue;
|
|
81161
81431
|
expandIcon: IconValue;
|
|
81432
|
+
fluid: boolean;
|
|
81162
81433
|
returnObject: boolean;
|
|
81163
81434
|
filterMode: FilterMode;
|
|
81164
81435
|
noFilter: boolean;
|
|
@@ -81167,7 +81438,6 @@ declare const VTreeview: {
|
|
|
81167
81438
|
itemValue: SelectItemKey;
|
|
81168
81439
|
itemChildren: SelectItemKey;
|
|
81169
81440
|
itemProps: SelectItemKey;
|
|
81170
|
-
itemType: string;
|
|
81171
81441
|
openOnClick: boolean;
|
|
81172
81442
|
loadingIcon: string;
|
|
81173
81443
|
openAll: boolean;
|
|
@@ -81221,6 +81491,7 @@ declare const VTreeview: {
|
|
|
81221
81491
|
selectStrategy: SelectStrategyProp;
|
|
81222
81492
|
collapseIcon: IconValue;
|
|
81223
81493
|
expandIcon: IconValue;
|
|
81494
|
+
fluid: boolean;
|
|
81224
81495
|
returnObject: boolean;
|
|
81225
81496
|
filterMode: FilterMode;
|
|
81226
81497
|
noFilter: boolean;
|
|
@@ -81229,7 +81500,6 @@ declare const VTreeview: {
|
|
|
81229
81500
|
itemValue: SelectItemKey;
|
|
81230
81501
|
itemChildren: SelectItemKey;
|
|
81231
81502
|
itemProps: SelectItemKey;
|
|
81232
|
-
itemType: string;
|
|
81233
81503
|
loadingIcon: string;
|
|
81234
81504
|
openAll: boolean;
|
|
81235
81505
|
} & {
|
|
@@ -81306,6 +81576,7 @@ declare const VTreeview: {
|
|
|
81306
81576
|
selectStrategy: SelectStrategyProp;
|
|
81307
81577
|
collapseIcon: IconValue;
|
|
81308
81578
|
expandIcon: IconValue;
|
|
81579
|
+
fluid: boolean;
|
|
81309
81580
|
returnObject: boolean;
|
|
81310
81581
|
filterMode: FilterMode;
|
|
81311
81582
|
noFilter: boolean;
|
|
@@ -81314,7 +81585,6 @@ declare const VTreeview: {
|
|
|
81314
81585
|
itemValue: SelectItemKey;
|
|
81315
81586
|
itemChildren: SelectItemKey;
|
|
81316
81587
|
itemProps: SelectItemKey;
|
|
81317
|
-
itemType: string;
|
|
81318
81588
|
openOnClick: boolean;
|
|
81319
81589
|
loadingIcon: string;
|
|
81320
81590
|
openAll: boolean;
|
|
@@ -81339,6 +81609,7 @@ declare const VTreeview: {
|
|
|
81339
81609
|
selectStrategy: SelectStrategyProp;
|
|
81340
81610
|
collapseIcon: IconValue;
|
|
81341
81611
|
expandIcon: IconValue;
|
|
81612
|
+
fluid: boolean;
|
|
81342
81613
|
returnObject: boolean;
|
|
81343
81614
|
filterMode: FilterMode;
|
|
81344
81615
|
noFilter: boolean;
|
|
@@ -81347,7 +81618,6 @@ declare const VTreeview: {
|
|
|
81347
81618
|
itemValue: SelectItemKey;
|
|
81348
81619
|
itemChildren: SelectItemKey;
|
|
81349
81620
|
itemProps: SelectItemKey;
|
|
81350
|
-
itemType: string;
|
|
81351
81621
|
loadingIcon: string;
|
|
81352
81622
|
openAll: boolean;
|
|
81353
81623
|
} & {
|
|
@@ -81439,6 +81709,7 @@ declare const VTreeview: {
|
|
|
81439
81709
|
selectStrategy: SelectStrategyProp;
|
|
81440
81710
|
collapseIcon: IconValue;
|
|
81441
81711
|
expandIcon: IconValue;
|
|
81712
|
+
fluid: boolean;
|
|
81442
81713
|
returnObject: boolean;
|
|
81443
81714
|
filterMode: FilterMode;
|
|
81444
81715
|
noFilter: boolean;
|
|
@@ -81447,7 +81718,6 @@ declare const VTreeview: {
|
|
|
81447
81718
|
itemValue: SelectItemKey;
|
|
81448
81719
|
itemChildren: SelectItemKey;
|
|
81449
81720
|
itemProps: SelectItemKey;
|
|
81450
|
-
itemType: string;
|
|
81451
81721
|
openOnClick: boolean;
|
|
81452
81722
|
loadingIcon: string;
|
|
81453
81723
|
openAll: boolean;
|
|
@@ -81589,10 +81859,6 @@ declare const VTreeview: {
|
|
|
81589
81859
|
value: boolean;
|
|
81590
81860
|
path: unknown[];
|
|
81591
81861
|
}) => void>;
|
|
81592
|
-
itemType: {
|
|
81593
|
-
type: StringConstructor;
|
|
81594
|
-
default: string;
|
|
81595
|
-
};
|
|
81596
81862
|
loadChildren: vue.PropType<(item: unknown) => Promise<void>>;
|
|
81597
81863
|
loadingIcon: {
|
|
81598
81864
|
type: StringConstructor;
|
|
@@ -81620,6 +81886,7 @@ declare const VTreeview: {
|
|
|
81620
81886
|
default: string;
|
|
81621
81887
|
};
|
|
81622
81888
|
noFilter: BooleanConstructor;
|
|
81889
|
+
fluid: BooleanConstructor;
|
|
81623
81890
|
openAll: BooleanConstructor;
|
|
81624
81891
|
search: StringConstructor;
|
|
81625
81892
|
}, vue.ExtractPropTypes<{
|
|
@@ -81732,10 +81999,6 @@ declare const VTreeview: {
|
|
|
81732
81999
|
value: boolean;
|
|
81733
82000
|
path: unknown[];
|
|
81734
82001
|
}) => void>;
|
|
81735
|
-
itemType: {
|
|
81736
|
-
type: StringConstructor;
|
|
81737
|
-
default: string;
|
|
81738
|
-
};
|
|
81739
82002
|
loadChildren: vue.PropType<(item: unknown) => Promise<void>>;
|
|
81740
82003
|
loadingIcon: {
|
|
81741
82004
|
type: StringConstructor;
|
|
@@ -81763,6 +82026,7 @@ declare const VTreeview: {
|
|
|
81763
82026
|
default: string;
|
|
81764
82027
|
};
|
|
81765
82028
|
noFilter: BooleanConstructor;
|
|
82029
|
+
fluid: BooleanConstructor;
|
|
81766
82030
|
openAll: BooleanConstructor;
|
|
81767
82031
|
search: StringConstructor;
|
|
81768
82032
|
}>>;
|
|
@@ -81799,7 +82063,7 @@ declare const VTreeviewItem: {
|
|
|
81799
82063
|
title?: string | number | undefined;
|
|
81800
82064
|
class?: any;
|
|
81801
82065
|
theme?: string | undefined;
|
|
81802
|
-
to?: vue_router.
|
|
82066
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
81803
82067
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
81804
82068
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
81805
82069
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -81867,7 +82131,7 @@ declare const VTreeviewItem: {
|
|
|
81867
82131
|
title?: string | number | undefined;
|
|
81868
82132
|
class?: any;
|
|
81869
82133
|
theme?: string | undefined;
|
|
81870
|
-
to?: vue_router.
|
|
82134
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
81871
82135
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
81872
82136
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
81873
82137
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -81966,7 +82230,7 @@ declare const VTreeviewItem: {
|
|
|
81966
82230
|
title?: string | number | undefined;
|
|
81967
82231
|
class?: any;
|
|
81968
82232
|
theme?: string | undefined;
|
|
81969
|
-
to?: vue_router.
|
|
82233
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
81970
82234
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
81971
82235
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
81972
82236
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -82056,7 +82320,7 @@ declare const VTreeviewItem: {
|
|
|
82056
82320
|
title?: string | number | undefined;
|
|
82057
82321
|
class?: any;
|
|
82058
82322
|
theme?: string | undefined;
|
|
82059
|
-
to?: vue_router.
|
|
82323
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
82060
82324
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
82061
82325
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
82062
82326
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|