vuetify 3.7.11 → 3.7.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +2699 -2703
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +166 -166
- package/dist/json/tags.json +3 -4
- package/dist/json/web-types.json +5312 -5321
- package/dist/vuetify-labs.css +3272 -3266
- package/dist/vuetify-labs.d.ts +296 -326
- package/dist/vuetify-labs.esm.js +301 -159
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +300 -158
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2292 -2294
- package/dist/vuetify.d.ts +258 -297
- package/dist/vuetify.esm.js +177 -99
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +176 -98
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +266 -252
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +1 -1
- package/lib/blueprints/md1.d.mts +1 -1
- package/lib/blueprints/md2.d.mts +1 -1
- package/lib/blueprints/md3.d.mts +1 -1
- package/lib/components/VAlert/VAlert.mjs +1 -1
- package/lib/components/VAlert/index.d.mts +1 -1
- package/lib/components/VAppBar/VAppBar.mjs +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +1 -1
- package/lib/components/VAppBar/index.d.mts +5 -5
- package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -3
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +29 -51
- package/lib/components/VAvatar/index.d.mts +1 -1
- package/lib/components/VBadge/VBadge.mjs +1 -1
- package/lib/components/VBadge/index.d.mts +1 -1
- package/lib/components/VBanner/VBanner.mjs +1 -1
- package/lib/components/VBanner/index.d.mts +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.css +1 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +1 -0
- package/lib/components/VBottomNavigation/index.d.mts +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +5 -5
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/index.d.mts +5 -5
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
- package/lib/components/VBtnToggle/index.d.mts +1 -1
- package/lib/components/VCard/VCard.mjs +1 -1
- package/lib/components/VCard/VCardItem.mjs +1 -1
- package/lib/components/VCard/VCardSubtitle.mjs +1 -1
- package/lib/components/VCard/VCardText.mjs +1 -1
- package/lib/components/VCard/index.d.mts +5 -5
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/index.d.mts +1 -1
- package/lib/components/VCheckbox/VCheckbox.mjs +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/index.d.mts +1 -1
- package/lib/components/VChip/VChip.mjs +1 -1
- package/lib/components/VChip/index.d.mts +5 -5
- package/lib/components/VChipGroup/VChipGroup.mjs +1 -1
- package/lib/components/VChipGroup/index.d.mts +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
- package/lib/components/VColorPicker/index.d.mts +10 -10
- package/lib/components/VCombobox/VCombobox.mjs +4 -4
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +29 -51
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +5 -5
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -1
- package/lib/components/VConfirmEdit/index.d.mts +1 -1
- package/lib/components/VCounter/VCounter.mjs +1 -1
- package/lib/components/VDataIterator/index.d.mts +1 -1
- package/lib/components/VDataTable/VDataTable.mjs +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +12 -8
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -3
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
- package/lib/components/VDatePicker/index.d.mts +38 -38
- package/lib/components/VDialog/VDialog.mjs +1 -1
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
- package/lib/components/VDialog/index.d.mts +3 -3
- package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
- package/lib/components/VEmptyState/index.d.mts +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +1 -1
- package/lib/components/VFab/VFab.mjs +1 -1
- package/lib/components/VFab/index.d.mts +5 -5
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VFieldLabel.mjs +1 -1
- package/lib/components/VField/index.d.mts +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +2 -3
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +4 -4
- package/lib/components/VFooter/VFooter.mjs +1 -1
- package/lib/components/VGrid/VContainer.mjs +1 -1
- package/lib/components/VIcon/index.d.mts +1 -1
- package/lib/components/VImg/VImg.mjs +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
- package/lib/components/VInput/VInput.mjs +3 -3
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +1 -1
- package/lib/components/VItemGroup/index.d.mts +1 -1
- package/lib/components/VLazy/VLazy.mjs +1 -1
- package/lib/components/VList/VList.mjs +3 -6
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -1
- package/lib/components/VList/VListItem.mjs +3 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItemAction.mjs +1 -1
- package/lib/components/VList/VListItemMedia.mjs +1 -1
- package/lib/components/VList/VListItemSubtitle.mjs +1 -1
- package/lib/components/VList/index.d.mts +24 -21
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/index.d.mts +3 -3
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +0 -4
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +3 -6
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +0 -5
- package/lib/components/VOtpInput/VOtpInput.mjs +3 -3
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.css +2 -1
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/VOverlay.sass +2 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/index.d.mts +1 -1
- package/lib/components/VParallax/VParallax.mjs +1 -1
- package/lib/components/VRadio/VRadio.mjs +1 -1
- package/lib/components/VRadio/index.d.mts +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
- package/lib/components/VRadioGroup/index.d.mts +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
- package/lib/components/VRating/VRating.mjs +1 -1
- package/lib/components/VRating/index.d.mts +1 -1
- package/lib/components/VSelect/VSelect.mjs +5 -5
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +29 -51
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
- package/lib/components/VSelectionControl/index.d.mts +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +1 -1
- package/lib/components/VSheet/VSheet.mjs +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
- package/lib/components/VSlideGroup/index.d.mts +1 -1
- package/lib/components/VSlider/VSlider.mjs +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +1 -1
- package/lib/components/VSlider/slider.mjs +25 -12
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
- package/lib/components/VSnackbar/index.d.mts +3 -3
- package/lib/components/VSparkline/VBarline.mjs +1 -2
- package/lib/components/VSparkline/VBarline.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs +1 -1
- package/lib/components/VSparkline/VTrendline.mjs +1 -2
- package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VStepper/VStepper.mjs +3 -3
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.mjs +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
- package/lib/components/VStepper/index.d.mts +1 -1
- package/lib/components/VSwitch/VSwitch.mjs +1 -1
- package/lib/components/VSwitch/index.d.mts +1 -1
- package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
- package/lib/components/VTabs/VTab.mjs +1 -1
- package/lib/components/VTabs/VTabs.mjs +1 -1
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/VTabsWindow.mjs +1 -1
- package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
- package/lib/components/VTabs/index.d.mts +21 -21
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/index.d.mts +7 -7
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/index.d.mts +4 -4
- package/lib/components/VTimeline/VTimeline.mjs +3 -3
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
- package/lib/components/VTimeline/index.d.mts +1 -1
- package/lib/components/VToolbar/VToolbar.mjs +1 -1
- package/lib/components/VTooltip/VTooltip.mjs +1 -1
- package/lib/components/VTooltip/index.d.mts +3 -3
- package/lib/components/VValidation/index.d.mts +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +1 -1
- package/lib/components/VWindow/VWindow.mjs +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +1 -1
- package/lib/components/VWindow/index.d.mts +1 -1
- package/lib/components/index.d.mts +198 -237
- package/lib/components/transitions/dialog-transition.mjs +1 -2
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/composables/calendar.mjs +4 -1
- package/lib/composables/calendar.mjs.map +1 -1
- package/lib/composables/icons.mjs +1 -1
- package/lib/composables/list-items.mjs +69 -17
- package/lib/composables/list-items.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +16 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +6 -7
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/variant.mjs +1 -1
- package/lib/directives/ripple/index.mjs +7 -5
- package/lib/directives/ripple/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/iconsets/fa-svg.d.mts +1 -1
- package/lib/iconsets/fa.d.mts +1 -1
- package/lib/iconsets/fa4.d.mts +1 -1
- package/lib/iconsets/md.d.mts +1 -1
- package/lib/iconsets/mdi-svg.d.mts +1 -1
- package/lib/iconsets/mdi.d.mts +1 -1
- package/lib/index.d.mts +61 -61
- package/lib/labs/VCalendar/VCalendar.mjs +1 -1
- package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
- package/lib/labs/VCalendar/index.d.mts +8 -2
- package/lib/labs/VDateInput/VDateInput.mjs +21 -10
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +19 -19
- package/lib/labs/VFileUpload/VFileUpload.mjs +3 -3
- package/lib/labs/VFileUpload/VFileUpload.mjs.map +1 -1
- package/lib/labs/VFileUpload/VFileUploadItem.mjs +1 -1
- package/lib/labs/VFileUpload/index.d.mts +5 -5
- package/lib/labs/VNumberInput/VNumberInput.css +10 -2
- package/lib/labs/VNumberInput/VNumberInput.mjs +94 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/VNumberInput.sass +12 -2
- package/lib/labs/VNumberInput/index.d.mts +59 -32
- package/lib/labs/VPicker/VPicker.mjs +1 -1
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
- package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -1
- package/lib/labs/VStepperVertical/index.d.mts +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs +2 -2
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +2 -8
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +10 -12
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +12 -36
- package/lib/labs/components.d.mts +103 -94
- package/lib/locale/adapters/vue-i18n.mjs +0 -1
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/lib/util/helpers.mjs +6 -9
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +17 -16
|
@@ -652,7 +652,10 @@ declare const VCalendar: {
|
|
|
652
652
|
default: number;
|
|
653
653
|
};
|
|
654
654
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
655
|
-
disabled:
|
|
655
|
+
disabled: {
|
|
656
|
+
type: BooleanConstructor;
|
|
657
|
+
default: null;
|
|
658
|
+
};
|
|
656
659
|
displayValue: vue.PropType<unknown>;
|
|
657
660
|
modelValue: vue.PropType<unknown[]>;
|
|
658
661
|
month: (StringConstructor | NumberConstructor)[];
|
|
@@ -751,7 +754,10 @@ declare const VCalendar: {
|
|
|
751
754
|
default: number;
|
|
752
755
|
};
|
|
753
756
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
754
|
-
disabled:
|
|
757
|
+
disabled: {
|
|
758
|
+
type: BooleanConstructor;
|
|
759
|
+
default: null;
|
|
760
|
+
};
|
|
755
761
|
displayValue: vue.PropType<unknown>;
|
|
756
762
|
modelValue: vue.PropType<unknown[]>;
|
|
757
763
|
month: (StringConstructor | NumberConstructor)[];
|
|
@@ -1967,7 +1973,6 @@ declare const VDateInput: {
|
|
|
1967
1973
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
1968
1974
|
firstDayOfWeek?: string | number | undefined;
|
|
1969
1975
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
1970
|
-
displayValue?: unknown;
|
|
1971
1976
|
} & {
|
|
1972
1977
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1973
1978
|
actions?: ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
|
|
@@ -1982,7 +1987,7 @@ declare const VDateInput: {
|
|
|
1982
1987
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
1983
1988
|
} & {
|
|
1984
1989
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
1985
|
-
},
|
|
1990
|
+
}, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1986
1991
|
'update:modelValue': (val: string) => true;
|
|
1987
1992
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1988
1993
|
flat: boolean;
|
|
@@ -2083,7 +2088,6 @@ declare const VDateInput: {
|
|
|
2083
2088
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
2084
2089
|
firstDayOfWeek?: string | number | undefined;
|
|
2085
2090
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
2086
|
-
displayValue?: unknown;
|
|
2087
2091
|
} & {
|
|
2088
2092
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
2089
2093
|
actions?: ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
|
|
@@ -2259,7 +2263,6 @@ declare const VDateInput: {
|
|
|
2259
2263
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
2260
2264
|
firstDayOfWeek?: string | number | undefined;
|
|
2261
2265
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
2262
|
-
displayValue?: unknown;
|
|
2263
2266
|
} & {
|
|
2264
2267
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
2265
2268
|
actions?: ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
|
|
@@ -2274,7 +2277,7 @@ declare const VDateInput: {
|
|
|
2274
2277
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
2275
2278
|
} & {
|
|
2276
2279
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
2277
|
-
},
|
|
2280
|
+
}, any, {}, {}, {}, {
|
|
2278
2281
|
flat: boolean;
|
|
2279
2282
|
reverse: boolean;
|
|
2280
2283
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
@@ -2429,7 +2432,6 @@ declare const VDateInput: {
|
|
|
2429
2432
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
2430
2433
|
firstDayOfWeek?: string | number | undefined;
|
|
2431
2434
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
2432
|
-
displayValue?: unknown;
|
|
2433
2435
|
} & {
|
|
2434
2436
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
2435
2437
|
actions?: ((arg: VDateInputActionsSlot) => vue.VNodeChild) | undefined;
|
|
@@ -2444,7 +2446,7 @@ declare const VDateInput: {
|
|
|
2444
2446
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
2445
2447
|
} & {
|
|
2446
2448
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
2447
|
-
},
|
|
2449
|
+
}, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
2448
2450
|
'update:modelValue': (val: string) => true;
|
|
2449
2451
|
}, string, {
|
|
2450
2452
|
flat: boolean;
|
|
@@ -2533,7 +2535,10 @@ declare const VDateInput: {
|
|
|
2533
2535
|
default: string;
|
|
2534
2536
|
};
|
|
2535
2537
|
text: StringConstructor;
|
|
2536
|
-
disabled:
|
|
2538
|
+
disabled: {
|
|
2539
|
+
type: BooleanConstructor;
|
|
2540
|
+
default: null;
|
|
2541
|
+
};
|
|
2537
2542
|
multiple: PropType<boolean | "range" | number | (string & {})>;
|
|
2538
2543
|
month: (StringConstructor | NumberConstructor)[];
|
|
2539
2544
|
year: NumberConstructor;
|
|
@@ -2549,10 +2554,6 @@ declare const VDateInput: {
|
|
|
2549
2554
|
validator(v: any): boolean;
|
|
2550
2555
|
};
|
|
2551
2556
|
modelValue: null;
|
|
2552
|
-
rounded: {
|
|
2553
|
-
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2554
|
-
default: undefined;
|
|
2555
|
-
};
|
|
2556
2557
|
tile: BooleanConstructor;
|
|
2557
2558
|
bgColor: StringConstructor;
|
|
2558
2559
|
nextIcon: {
|
|
@@ -2607,13 +2608,16 @@ declare const VDateInput: {
|
|
|
2607
2608
|
};
|
|
2608
2609
|
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
|
2609
2610
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
2610
|
-
displayValue: PropType<unknown>;
|
|
2611
2611
|
hideWeekdays: BooleanConstructor;
|
|
2612
2612
|
showWeek: BooleanConstructor;
|
|
2613
2613
|
hideHeader: {
|
|
2614
2614
|
type: PropType<boolean>;
|
|
2615
2615
|
default: boolean;
|
|
2616
2616
|
};
|
|
2617
|
+
rounded: {
|
|
2618
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2619
|
+
default: undefined;
|
|
2620
|
+
};
|
|
2617
2621
|
loading: (StringConstructor | BooleanConstructor)[];
|
|
2618
2622
|
appendInnerIcon: PropType<IconValue>;
|
|
2619
2623
|
clearable: BooleanConstructor;
|
|
@@ -2752,7 +2756,10 @@ declare const VDateInput: {
|
|
|
2752
2756
|
default: string;
|
|
2753
2757
|
};
|
|
2754
2758
|
text: StringConstructor;
|
|
2755
|
-
disabled:
|
|
2759
|
+
disabled: {
|
|
2760
|
+
type: BooleanConstructor;
|
|
2761
|
+
default: null;
|
|
2762
|
+
};
|
|
2756
2763
|
multiple: PropType<boolean | "range" | number | (string & {})>;
|
|
2757
2764
|
month: (StringConstructor | NumberConstructor)[];
|
|
2758
2765
|
year: NumberConstructor;
|
|
@@ -2768,10 +2775,6 @@ declare const VDateInput: {
|
|
|
2768
2775
|
validator(v: any): boolean;
|
|
2769
2776
|
};
|
|
2770
2777
|
modelValue: null;
|
|
2771
|
-
rounded: {
|
|
2772
|
-
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2773
|
-
default: undefined;
|
|
2774
|
-
};
|
|
2775
2778
|
tile: BooleanConstructor;
|
|
2776
2779
|
bgColor: StringConstructor;
|
|
2777
2780
|
nextIcon: {
|
|
@@ -2826,13 +2829,16 @@ declare const VDateInput: {
|
|
|
2826
2829
|
};
|
|
2827
2830
|
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
|
2828
2831
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
2829
|
-
displayValue: PropType<unknown>;
|
|
2830
2832
|
hideWeekdays: BooleanConstructor;
|
|
2831
2833
|
showWeek: BooleanConstructor;
|
|
2832
2834
|
hideHeader: {
|
|
2833
2835
|
type: PropType<boolean>;
|
|
2834
2836
|
default: boolean;
|
|
2835
2837
|
};
|
|
2838
|
+
rounded: {
|
|
2839
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2840
|
+
default: undefined;
|
|
2841
|
+
};
|
|
2836
2842
|
loading: (StringConstructor | BooleanConstructor)[];
|
|
2837
2843
|
appendInnerIcon: PropType<IconValue>;
|
|
2838
2844
|
clearable: BooleanConstructor;
|
|
@@ -3680,7 +3686,7 @@ declare const VFileUploadItem: {
|
|
|
3680
3686
|
title?: string | number | undefined;
|
|
3681
3687
|
class?: any;
|
|
3682
3688
|
theme?: string | undefined;
|
|
3683
|
-
to?: vue_router.
|
|
3689
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
3684
3690
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
3685
3691
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
3686
3692
|
href?: string | undefined;
|
|
@@ -3770,7 +3776,7 @@ declare const VFileUploadItem: {
|
|
|
3770
3776
|
title?: string | number | undefined;
|
|
3771
3777
|
class?: any;
|
|
3772
3778
|
theme?: string | undefined;
|
|
3773
|
-
to?: vue_router.
|
|
3779
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
3774
3780
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
3775
3781
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
3776
3782
|
href?: string | undefined;
|
|
@@ -3898,7 +3904,7 @@ declare const VFileUploadItem: {
|
|
|
3898
3904
|
title?: string | number | undefined;
|
|
3899
3905
|
class?: any;
|
|
3900
3906
|
theme?: string | undefined;
|
|
3901
|
-
to?: vue_router.
|
|
3907
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
3902
3908
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
3903
3909
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
3904
3910
|
href?: string | undefined;
|
|
@@ -4012,7 +4018,7 @@ declare const VFileUploadItem: {
|
|
|
4012
4018
|
title?: string | number | undefined;
|
|
4013
4019
|
class?: any;
|
|
4014
4020
|
theme?: string | undefined;
|
|
4015
|
-
to?: vue_router.
|
|
4021
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
4016
4022
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
4017
4023
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
4018
4024
|
href?: string | undefined;
|
|
@@ -4351,7 +4357,7 @@ type VFieldSlots = {
|
|
|
4351
4357
|
type ControlSlot = {
|
|
4352
4358
|
click: (e: MouseEvent) => void;
|
|
4353
4359
|
};
|
|
4354
|
-
type ControlVariant = 'default' | 'stacked' | 'split';
|
|
4360
|
+
type ControlVariant = 'default' | 'stacked' | 'split' | 'hidden';
|
|
4355
4361
|
declare const VNumberInput: {
|
|
4356
4362
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
4357
4363
|
flat: boolean;
|
|
@@ -4374,7 +4380,7 @@ declare const VNumberInput: {
|
|
|
4374
4380
|
errorMessages: string | readonly string[] | null;
|
|
4375
4381
|
maxErrors: string | number;
|
|
4376
4382
|
rules: readonly ValidationRule$1[];
|
|
4377
|
-
modelValue:
|
|
4383
|
+
modelValue: number | null;
|
|
4378
4384
|
tile: boolean;
|
|
4379
4385
|
density: Density;
|
|
4380
4386
|
clearIcon: IconValue;
|
|
@@ -4388,6 +4394,7 @@ declare const VNumberInput: {
|
|
|
4388
4394
|
persistentCounter: boolean;
|
|
4389
4395
|
hideInput: boolean;
|
|
4390
4396
|
controlVariant: ControlVariant;
|
|
4397
|
+
precision: number | null;
|
|
4391
4398
|
} & {
|
|
4392
4399
|
name?: string | undefined;
|
|
4393
4400
|
id?: string | undefined;
|
|
@@ -4411,6 +4418,8 @@ declare const VNumberInput: {
|
|
|
4411
4418
|
bgColor?: string | undefined;
|
|
4412
4419
|
prependIcon?: IconValue | undefined;
|
|
4413
4420
|
appendIcon?: IconValue | undefined;
|
|
4421
|
+
appendInnerIcon?: IconValue | undefined;
|
|
4422
|
+
prependInnerIcon?: IconValue | undefined;
|
|
4414
4423
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
4415
4424
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
4416
4425
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -5092,7 +5101,7 @@ declare const VNumberInput: {
|
|
|
5092
5101
|
};
|
|
5093
5102
|
$forceUpdate: () => void;
|
|
5094
5103
|
$nextTick: typeof nextTick;
|
|
5095
|
-
$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;
|
|
5104
|
+
$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;
|
|
5096
5105
|
} & Omit<{
|
|
5097
5106
|
error: boolean;
|
|
5098
5107
|
direction: "horizontal" | "vertical";
|
|
@@ -5331,7 +5340,7 @@ declare const VNumberInput: {
|
|
|
5331
5340
|
};
|
|
5332
5341
|
$forceUpdate: () => void;
|
|
5333
5342
|
$nextTick: typeof nextTick;
|
|
5334
|
-
$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;
|
|
5343
|
+
$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;
|
|
5335
5344
|
} & Omit<{
|
|
5336
5345
|
flat: boolean;
|
|
5337
5346
|
reverse: boolean;
|
|
@@ -5452,7 +5461,7 @@ declare const VNumberInput: {
|
|
|
5452
5461
|
};
|
|
5453
5462
|
$forceUpdate: () => void;
|
|
5454
5463
|
$nextTick: typeof nextTick;
|
|
5455
|
-
$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;
|
|
5464
|
+
$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;
|
|
5456
5465
|
} & Omit<{
|
|
5457
5466
|
flat: boolean;
|
|
5458
5467
|
reverse: boolean;
|
|
@@ -5759,7 +5768,7 @@ declare const VNumberInput: {
|
|
|
5759
5768
|
};
|
|
5760
5769
|
$forceUpdate: () => void;
|
|
5761
5770
|
$nextTick: typeof nextTick;
|
|
5762
|
-
$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;
|
|
5771
|
+
$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;
|
|
5763
5772
|
} & Omit<{
|
|
5764
5773
|
error: boolean;
|
|
5765
5774
|
direction: "horizontal" | "vertical";
|
|
@@ -5998,7 +6007,7 @@ declare const VNumberInput: {
|
|
|
5998
6007
|
};
|
|
5999
6008
|
$forceUpdate: () => void;
|
|
6000
6009
|
$nextTick: typeof nextTick;
|
|
6001
|
-
$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;
|
|
6010
|
+
$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;
|
|
6002
6011
|
} & Omit<{
|
|
6003
6012
|
flat: boolean;
|
|
6004
6013
|
reverse: boolean;
|
|
@@ -6231,7 +6240,7 @@ declare const VNumberInput: {
|
|
|
6231
6240
|
};
|
|
6232
6241
|
$forceUpdate: () => void;
|
|
6233
6242
|
$nextTick: typeof nextTick;
|
|
6234
|
-
$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;
|
|
6243
|
+
$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;
|
|
6235
6244
|
} & Omit<{
|
|
6236
6245
|
error: boolean;
|
|
6237
6246
|
direction: "horizontal" | "vertical";
|
|
@@ -6470,7 +6479,7 @@ declare const VNumberInput: {
|
|
|
6470
6479
|
};
|
|
6471
6480
|
$forceUpdate: () => void;
|
|
6472
6481
|
$nextTick: typeof nextTick;
|
|
6473
|
-
$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;
|
|
6482
|
+
$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;
|
|
6474
6483
|
} & Omit<{
|
|
6475
6484
|
flat: boolean;
|
|
6476
6485
|
reverse: boolean;
|
|
@@ -6544,7 +6553,7 @@ declare const VNumberInput: {
|
|
|
6544
6553
|
errorMessages: string | readonly string[] | null;
|
|
6545
6554
|
maxErrors: string | number;
|
|
6546
6555
|
rules: readonly ValidationRule$1[];
|
|
6547
|
-
modelValue:
|
|
6556
|
+
modelValue: number | null;
|
|
6548
6557
|
tile: boolean;
|
|
6549
6558
|
density: Density;
|
|
6550
6559
|
clearIcon: IconValue;
|
|
@@ -6558,6 +6567,7 @@ declare const VNumberInput: {
|
|
|
6558
6567
|
persistentCounter: boolean;
|
|
6559
6568
|
hideInput: boolean;
|
|
6560
6569
|
controlVariant: ControlVariant;
|
|
6570
|
+
precision: number | null;
|
|
6561
6571
|
} & {
|
|
6562
6572
|
name?: string | undefined;
|
|
6563
6573
|
id?: string | undefined;
|
|
@@ -6581,6 +6591,8 @@ declare const VNumberInput: {
|
|
|
6581
6591
|
bgColor?: string | undefined;
|
|
6582
6592
|
prependIcon?: IconValue | undefined;
|
|
6583
6593
|
appendIcon?: IconValue | undefined;
|
|
6594
|
+
appendInnerIcon?: IconValue | undefined;
|
|
6595
|
+
prependInnerIcon?: IconValue | undefined;
|
|
6584
6596
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
6585
6597
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
6586
6598
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -6672,7 +6684,7 @@ declare const VNumberInput: {
|
|
|
6672
6684
|
errorMessages: string | readonly string[] | null;
|
|
6673
6685
|
maxErrors: string | number;
|
|
6674
6686
|
rules: readonly ValidationRule$1[];
|
|
6675
|
-
modelValue:
|
|
6687
|
+
modelValue: number | null;
|
|
6676
6688
|
rounded: string | number | boolean;
|
|
6677
6689
|
tile: boolean;
|
|
6678
6690
|
density: Density;
|
|
@@ -6688,6 +6700,7 @@ declare const VNumberInput: {
|
|
|
6688
6700
|
persistentCounter: boolean;
|
|
6689
6701
|
hideInput: boolean;
|
|
6690
6702
|
controlVariant: ControlVariant;
|
|
6703
|
+
precision: number | null;
|
|
6691
6704
|
}, true, {}, vue.SlotsType<Partial<{
|
|
6692
6705
|
message: (arg: VMessageSlot) => vue.VNode[];
|
|
6693
6706
|
clear: (arg: DefaultInputSlot & {
|
|
@@ -6734,7 +6747,7 @@ declare const VNumberInput: {
|
|
|
6734
6747
|
errorMessages: string | readonly string[] | null;
|
|
6735
6748
|
maxErrors: string | number;
|
|
6736
6749
|
rules: readonly ValidationRule$1[];
|
|
6737
|
-
modelValue:
|
|
6750
|
+
modelValue: number | null;
|
|
6738
6751
|
tile: boolean;
|
|
6739
6752
|
density: Density;
|
|
6740
6753
|
clearIcon: IconValue;
|
|
@@ -6748,6 +6761,7 @@ declare const VNumberInput: {
|
|
|
6748
6761
|
persistentCounter: boolean;
|
|
6749
6762
|
hideInput: boolean;
|
|
6750
6763
|
controlVariant: ControlVariant;
|
|
6764
|
+
precision: number | null;
|
|
6751
6765
|
} & {
|
|
6752
6766
|
name?: string | undefined;
|
|
6753
6767
|
id?: string | undefined;
|
|
@@ -6771,6 +6785,8 @@ declare const VNumberInput: {
|
|
|
6771
6785
|
bgColor?: string | undefined;
|
|
6772
6786
|
prependIcon?: IconValue | undefined;
|
|
6773
6787
|
appendIcon?: IconValue | undefined;
|
|
6788
|
+
appendInnerIcon?: IconValue | undefined;
|
|
6789
|
+
prependInnerIcon?: IconValue | undefined;
|
|
6774
6790
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
6775
6791
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
6776
6792
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -7452,7 +7468,7 @@ declare const VNumberInput: {
|
|
|
7452
7468
|
};
|
|
7453
7469
|
$forceUpdate: () => void;
|
|
7454
7470
|
$nextTick: typeof nextTick;
|
|
7455
|
-
$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;
|
|
7471
|
+
$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;
|
|
7456
7472
|
} & Omit<{
|
|
7457
7473
|
error: boolean;
|
|
7458
7474
|
direction: "horizontal" | "vertical";
|
|
@@ -7691,7 +7707,7 @@ declare const VNumberInput: {
|
|
|
7691
7707
|
};
|
|
7692
7708
|
$forceUpdate: () => void;
|
|
7693
7709
|
$nextTick: typeof nextTick;
|
|
7694
|
-
$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;
|
|
7710
|
+
$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;
|
|
7695
7711
|
} & Omit<{
|
|
7696
7712
|
flat: boolean;
|
|
7697
7713
|
reverse: boolean;
|
|
@@ -7812,7 +7828,7 @@ declare const VNumberInput: {
|
|
|
7812
7828
|
};
|
|
7813
7829
|
$forceUpdate: () => void;
|
|
7814
7830
|
$nextTick: typeof nextTick;
|
|
7815
|
-
$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;
|
|
7831
|
+
$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;
|
|
7816
7832
|
} & Omit<{
|
|
7817
7833
|
flat: boolean;
|
|
7818
7834
|
reverse: boolean;
|
|
@@ -8119,7 +8135,7 @@ declare const VNumberInput: {
|
|
|
8119
8135
|
};
|
|
8120
8136
|
$forceUpdate: () => void;
|
|
8121
8137
|
$nextTick: typeof nextTick;
|
|
8122
|
-
$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;
|
|
8138
|
+
$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;
|
|
8123
8139
|
} & Omit<{
|
|
8124
8140
|
error: boolean;
|
|
8125
8141
|
direction: "horizontal" | "vertical";
|
|
@@ -8358,7 +8374,7 @@ declare const VNumberInput: {
|
|
|
8358
8374
|
};
|
|
8359
8375
|
$forceUpdate: () => void;
|
|
8360
8376
|
$nextTick: typeof nextTick;
|
|
8361
|
-
$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;
|
|
8377
|
+
$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;
|
|
8362
8378
|
} & Omit<{
|
|
8363
8379
|
flat: boolean;
|
|
8364
8380
|
reverse: boolean;
|
|
@@ -8591,7 +8607,7 @@ declare const VNumberInput: {
|
|
|
8591
8607
|
};
|
|
8592
8608
|
$forceUpdate: () => void;
|
|
8593
8609
|
$nextTick: typeof nextTick;
|
|
8594
|
-
$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;
|
|
8610
|
+
$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;
|
|
8595
8611
|
} & Omit<{
|
|
8596
8612
|
error: boolean;
|
|
8597
8613
|
direction: "horizontal" | "vertical";
|
|
@@ -8830,7 +8846,7 @@ declare const VNumberInput: {
|
|
|
8830
8846
|
};
|
|
8831
8847
|
$forceUpdate: () => void;
|
|
8832
8848
|
$nextTick: typeof nextTick;
|
|
8833
|
-
$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;
|
|
8849
|
+
$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;
|
|
8834
8850
|
} & Omit<{
|
|
8835
8851
|
flat: boolean;
|
|
8836
8852
|
reverse: boolean;
|
|
@@ -8902,7 +8918,7 @@ declare const VNumberInput: {
|
|
|
8902
8918
|
errorMessages: string | readonly string[] | null;
|
|
8903
8919
|
maxErrors: string | number;
|
|
8904
8920
|
rules: readonly ValidationRule$1[];
|
|
8905
|
-
modelValue:
|
|
8921
|
+
modelValue: number | null;
|
|
8906
8922
|
rounded: string | number | boolean;
|
|
8907
8923
|
tile: boolean;
|
|
8908
8924
|
density: Density;
|
|
@@ -8918,6 +8934,7 @@ declare const VNumberInput: {
|
|
|
8918
8934
|
persistentCounter: boolean;
|
|
8919
8935
|
hideInput: boolean;
|
|
8920
8936
|
controlVariant: ControlVariant;
|
|
8937
|
+
precision: number | null;
|
|
8921
8938
|
}>;
|
|
8922
8939
|
__isFragment?: never;
|
|
8923
8940
|
__isTeleport?: never;
|
|
@@ -8943,7 +8960,7 @@ declare const VNumberInput: {
|
|
|
8943
8960
|
errorMessages: string | readonly string[] | null;
|
|
8944
8961
|
maxErrors: string | number;
|
|
8945
8962
|
rules: readonly ValidationRule$1[];
|
|
8946
|
-
modelValue:
|
|
8963
|
+
modelValue: number | null;
|
|
8947
8964
|
tile: boolean;
|
|
8948
8965
|
density: Density;
|
|
8949
8966
|
clearIcon: IconValue;
|
|
@@ -8957,6 +8974,7 @@ declare const VNumberInput: {
|
|
|
8957
8974
|
persistentCounter: boolean;
|
|
8958
8975
|
hideInput: boolean;
|
|
8959
8976
|
controlVariant: ControlVariant;
|
|
8977
|
+
precision: number | null;
|
|
8960
8978
|
} & {
|
|
8961
8979
|
name?: string | undefined;
|
|
8962
8980
|
id?: string | undefined;
|
|
@@ -8980,6 +8998,8 @@ declare const VNumberInput: {
|
|
|
8980
8998
|
bgColor?: string | undefined;
|
|
8981
8999
|
prependIcon?: IconValue | undefined;
|
|
8982
9000
|
appendIcon?: IconValue | undefined;
|
|
9001
|
+
appendInnerIcon?: IconValue | undefined;
|
|
9002
|
+
prependInnerIcon?: IconValue | undefined;
|
|
8983
9003
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
8984
9004
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
8985
9005
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -9661,7 +9681,7 @@ declare const VNumberInput: {
|
|
|
9661
9681
|
};
|
|
9662
9682
|
$forceUpdate: () => void;
|
|
9663
9683
|
$nextTick: typeof nextTick;
|
|
9664
|
-
$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;
|
|
9684
|
+
$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;
|
|
9665
9685
|
} & Omit<{
|
|
9666
9686
|
error: boolean;
|
|
9667
9687
|
direction: "horizontal" | "vertical";
|
|
@@ -9900,7 +9920,7 @@ declare const VNumberInput: {
|
|
|
9900
9920
|
};
|
|
9901
9921
|
$forceUpdate: () => void;
|
|
9902
9922
|
$nextTick: typeof nextTick;
|
|
9903
|
-
$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;
|
|
9923
|
+
$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;
|
|
9904
9924
|
} & Omit<{
|
|
9905
9925
|
flat: boolean;
|
|
9906
9926
|
reverse: boolean;
|
|
@@ -10021,7 +10041,7 @@ declare const VNumberInput: {
|
|
|
10021
10041
|
};
|
|
10022
10042
|
$forceUpdate: () => void;
|
|
10023
10043
|
$nextTick: typeof nextTick;
|
|
10024
|
-
$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;
|
|
10044
|
+
$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;
|
|
10025
10045
|
} & Omit<{
|
|
10026
10046
|
flat: boolean;
|
|
10027
10047
|
reverse: boolean;
|
|
@@ -10328,7 +10348,7 @@ declare const VNumberInput: {
|
|
|
10328
10348
|
};
|
|
10329
10349
|
$forceUpdate: () => void;
|
|
10330
10350
|
$nextTick: typeof nextTick;
|
|
10331
|
-
$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;
|
|
10351
|
+
$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;
|
|
10332
10352
|
} & Omit<{
|
|
10333
10353
|
error: boolean;
|
|
10334
10354
|
direction: "horizontal" | "vertical";
|
|
@@ -10567,7 +10587,7 @@ declare const VNumberInput: {
|
|
|
10567
10587
|
};
|
|
10568
10588
|
$forceUpdate: () => void;
|
|
10569
10589
|
$nextTick: typeof nextTick;
|
|
10570
|
-
$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;
|
|
10590
|
+
$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;
|
|
10571
10591
|
} & Omit<{
|
|
10572
10592
|
flat: boolean;
|
|
10573
10593
|
reverse: boolean;
|
|
@@ -10800,7 +10820,7 @@ declare const VNumberInput: {
|
|
|
10800
10820
|
};
|
|
10801
10821
|
$forceUpdate: () => void;
|
|
10802
10822
|
$nextTick: typeof nextTick;
|
|
10803
|
-
$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;
|
|
10823
|
+
$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;
|
|
10804
10824
|
} & Omit<{
|
|
10805
10825
|
error: boolean;
|
|
10806
10826
|
direction: "horizontal" | "vertical";
|
|
@@ -11039,7 +11059,7 @@ declare const VNumberInput: {
|
|
|
11039
11059
|
};
|
|
11040
11060
|
$forceUpdate: () => void;
|
|
11041
11061
|
$nextTick: typeof nextTick;
|
|
11042
|
-
$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;
|
|
11062
|
+
$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;
|
|
11043
11063
|
} & Omit<{
|
|
11044
11064
|
flat: boolean;
|
|
11045
11065
|
reverse: boolean;
|
|
@@ -11113,7 +11133,7 @@ declare const VNumberInput: {
|
|
|
11113
11133
|
errorMessages: string | readonly string[] | null;
|
|
11114
11134
|
maxErrors: string | number;
|
|
11115
11135
|
rules: readonly ValidationRule$1[];
|
|
11116
|
-
modelValue:
|
|
11136
|
+
modelValue: number | null;
|
|
11117
11137
|
rounded: string | number | boolean;
|
|
11118
11138
|
tile: boolean;
|
|
11119
11139
|
density: Density;
|
|
@@ -11129,6 +11149,7 @@ declare const VNumberInput: {
|
|
|
11129
11149
|
persistentCounter: boolean;
|
|
11130
11150
|
hideInput: boolean;
|
|
11131
11151
|
controlVariant: ControlVariant;
|
|
11152
|
+
precision: number | null;
|
|
11132
11153
|
}, {}, string, vue.SlotsType<Partial<{
|
|
11133
11154
|
message: (arg: VMessageSlot) => vue.VNode[];
|
|
11134
11155
|
clear: (arg: DefaultInputSlot & {
|
|
@@ -11231,6 +11252,8 @@ declare const VNumberInput: {
|
|
|
11231
11252
|
type: PropType<IconValue>;
|
|
11232
11253
|
default: string;
|
|
11233
11254
|
};
|
|
11255
|
+
appendInnerIcon: PropType<IconValue>;
|
|
11256
|
+
prependInnerIcon: PropType<IconValue>;
|
|
11234
11257
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
|
11235
11258
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
|
11236
11259
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
|
@@ -11260,7 +11283,7 @@ declare const VNumberInput: {
|
|
|
11260
11283
|
inset: BooleanConstructor;
|
|
11261
11284
|
hideInput: BooleanConstructor;
|
|
11262
11285
|
modelValue: {
|
|
11263
|
-
type: PropType<
|
|
11286
|
+
type: PropType<number | null>;
|
|
11264
11287
|
default: null;
|
|
11265
11288
|
};
|
|
11266
11289
|
min: {
|
|
@@ -11275,6 +11298,10 @@ declare const VNumberInput: {
|
|
|
11275
11298
|
type: NumberConstructor;
|
|
11276
11299
|
default: number;
|
|
11277
11300
|
};
|
|
11301
|
+
precision: {
|
|
11302
|
+
type: PropType<number | null>;
|
|
11303
|
+
default: number;
|
|
11304
|
+
};
|
|
11278
11305
|
}, vue.ExtractPropTypes<{
|
|
11279
11306
|
flat: BooleanConstructor;
|
|
11280
11307
|
reverse: BooleanConstructor;
|
|
@@ -11359,6 +11386,8 @@ declare const VNumberInput: {
|
|
|
11359
11386
|
type: PropType<IconValue>;
|
|
11360
11387
|
default: string;
|
|
11361
11388
|
};
|
|
11389
|
+
appendInnerIcon: PropType<IconValue>;
|
|
11390
|
+
prependInnerIcon: PropType<IconValue>;
|
|
11362
11391
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
|
11363
11392
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
|
11364
11393
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
|
@@ -11388,7 +11417,7 @@ declare const VNumberInput: {
|
|
|
11388
11417
|
inset: BooleanConstructor;
|
|
11389
11418
|
hideInput: BooleanConstructor;
|
|
11390
11419
|
modelValue: {
|
|
11391
|
-
type: PropType<
|
|
11420
|
+
type: PropType<number | null>;
|
|
11392
11421
|
default: null;
|
|
11393
11422
|
};
|
|
11394
11423
|
min: {
|
|
@@ -11403,6 +11432,10 @@ declare const VNumberInput: {
|
|
|
11403
11432
|
type: NumberConstructor;
|
|
11404
11433
|
default: number;
|
|
11405
11434
|
};
|
|
11435
|
+
precision: {
|
|
11436
|
+
type: PropType<number | null>;
|
|
11437
|
+
default: number;
|
|
11438
|
+
};
|
|
11406
11439
|
}>>;
|
|
11407
11440
|
type VNumberInput = InstanceType<typeof VNumberInput>;
|
|
11408
11441
|
|
|
@@ -11924,7 +11957,7 @@ interface ItemProps {
|
|
|
11924
11957
|
itemChildren: SelectItemKey;
|
|
11925
11958
|
itemProps: SelectItemKey;
|
|
11926
11959
|
returnObject: boolean;
|
|
11927
|
-
valueComparator: typeof deepEqual;
|
|
11960
|
+
valueComparator: typeof deepEqual | undefined;
|
|
11928
11961
|
}
|
|
11929
11962
|
|
|
11930
11963
|
interface InternalListItem<T = any> extends ListItem<T> {
|
|
@@ -12379,7 +12412,7 @@ declare const VSnackbar: {
|
|
|
12379
12412
|
};
|
|
12380
12413
|
$forceUpdate: () => void;
|
|
12381
12414
|
$nextTick: typeof nextTick;
|
|
12382
|
-
$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;
|
|
12415
|
+
$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;
|
|
12383
12416
|
} & Omit<{
|
|
12384
12417
|
absolute: boolean;
|
|
12385
12418
|
location: Anchor;
|
|
@@ -13061,7 +13094,7 @@ declare const VSnackbar: {
|
|
|
13061
13094
|
};
|
|
13062
13095
|
$forceUpdate: () => void;
|
|
13063
13096
|
$nextTick: typeof nextTick;
|
|
13064
|
-
$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;
|
|
13097
|
+
$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;
|
|
13065
13098
|
} & Omit<{
|
|
13066
13099
|
absolute: boolean;
|
|
13067
13100
|
location: Anchor;
|
|
@@ -13643,7 +13676,7 @@ declare const VSnackbar: {
|
|
|
13643
13676
|
};
|
|
13644
13677
|
$forceUpdate: () => void;
|
|
13645
13678
|
$nextTick: typeof nextTick;
|
|
13646
|
-
$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;
|
|
13679
|
+
$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;
|
|
13647
13680
|
} & Omit<{
|
|
13648
13681
|
absolute: boolean;
|
|
13649
13682
|
location: Anchor;
|
|
@@ -16876,7 +16909,6 @@ declare const VTreeview: {
|
|
|
16876
16909
|
tile: boolean;
|
|
16877
16910
|
density: Density;
|
|
16878
16911
|
slim: boolean;
|
|
16879
|
-
valueComparator: typeof deepEqual;
|
|
16880
16912
|
indeterminateIcon: IconValue;
|
|
16881
16913
|
activatable: boolean;
|
|
16882
16914
|
selectable: boolean;
|
|
@@ -16891,7 +16923,6 @@ declare const VTreeview: {
|
|
|
16891
16923
|
itemValue: SelectItemKey;
|
|
16892
16924
|
itemChildren: SelectItemKey;
|
|
16893
16925
|
itemProps: SelectItemKey;
|
|
16894
|
-
itemType: string;
|
|
16895
16926
|
loadingIcon: string;
|
|
16896
16927
|
openAll: boolean;
|
|
16897
16928
|
} & {
|
|
@@ -16915,6 +16946,7 @@ declare const VTreeview: {
|
|
|
16915
16946
|
activeColor?: string | undefined;
|
|
16916
16947
|
falseIcon?: IconValue | undefined;
|
|
16917
16948
|
trueIcon?: IconValue | undefined;
|
|
16949
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
16918
16950
|
activeClass?: string | undefined;
|
|
16919
16951
|
opened?: any;
|
|
16920
16952
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
@@ -16975,7 +17007,6 @@ declare const VTreeview: {
|
|
|
16975
17007
|
tile: boolean;
|
|
16976
17008
|
density: Density;
|
|
16977
17009
|
slim: boolean;
|
|
16978
|
-
valueComparator: typeof deepEqual;
|
|
16979
17010
|
indeterminateIcon: IconValue;
|
|
16980
17011
|
activatable: boolean;
|
|
16981
17012
|
selectable: boolean;
|
|
@@ -16990,7 +17021,6 @@ declare const VTreeview: {
|
|
|
16990
17021
|
itemValue: SelectItemKey;
|
|
16991
17022
|
itemChildren: SelectItemKey;
|
|
16992
17023
|
itemProps: SelectItemKey;
|
|
16993
|
-
itemType: string;
|
|
16994
17024
|
loadingIcon: string;
|
|
16995
17025
|
openAll: boolean;
|
|
16996
17026
|
} & {
|
|
@@ -17014,6 +17044,7 @@ declare const VTreeview: {
|
|
|
17014
17044
|
activeColor?: string | undefined;
|
|
17015
17045
|
falseIcon?: IconValue | undefined;
|
|
17016
17046
|
trueIcon?: IconValue | undefined;
|
|
17047
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
17017
17048
|
activeClass?: string | undefined;
|
|
17018
17049
|
opened?: any;
|
|
17019
17050
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
@@ -17060,7 +17091,6 @@ declare const VTreeview: {
|
|
|
17060
17091
|
tile: boolean;
|
|
17061
17092
|
density: Density;
|
|
17062
17093
|
slim: boolean;
|
|
17063
|
-
valueComparator: typeof deepEqual;
|
|
17064
17094
|
indeterminateIcon: IconValue;
|
|
17065
17095
|
activatable: boolean;
|
|
17066
17096
|
selectable: boolean;
|
|
@@ -17075,7 +17105,6 @@ declare const VTreeview: {
|
|
|
17075
17105
|
itemValue: SelectItemKey;
|
|
17076
17106
|
itemChildren: SelectItemKey;
|
|
17077
17107
|
itemProps: SelectItemKey;
|
|
17078
|
-
itemType: string;
|
|
17079
17108
|
openOnClick: boolean;
|
|
17080
17109
|
loadingIcon: string;
|
|
17081
17110
|
openAll: boolean;
|
|
@@ -17123,7 +17152,6 @@ declare const VTreeview: {
|
|
|
17123
17152
|
tile: boolean;
|
|
17124
17153
|
density: Density;
|
|
17125
17154
|
slim: boolean;
|
|
17126
|
-
valueComparator: typeof deepEqual;
|
|
17127
17155
|
indeterminateIcon: IconValue;
|
|
17128
17156
|
activatable: boolean;
|
|
17129
17157
|
selectable: boolean;
|
|
@@ -17138,7 +17166,6 @@ declare const VTreeview: {
|
|
|
17138
17166
|
itemValue: SelectItemKey;
|
|
17139
17167
|
itemChildren: SelectItemKey;
|
|
17140
17168
|
itemProps: SelectItemKey;
|
|
17141
|
-
itemType: string;
|
|
17142
17169
|
loadingIcon: string;
|
|
17143
17170
|
openAll: boolean;
|
|
17144
17171
|
} & {
|
|
@@ -17162,6 +17189,7 @@ declare const VTreeview: {
|
|
|
17162
17189
|
activeColor?: string | undefined;
|
|
17163
17190
|
falseIcon?: IconValue | undefined;
|
|
17164
17191
|
trueIcon?: IconValue | undefined;
|
|
17192
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
17165
17193
|
activeClass?: string | undefined;
|
|
17166
17194
|
opened?: any;
|
|
17167
17195
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
@@ -17208,7 +17236,6 @@ declare const VTreeview: {
|
|
|
17208
17236
|
tile: boolean;
|
|
17209
17237
|
density: Density;
|
|
17210
17238
|
slim: boolean;
|
|
17211
|
-
valueComparator: typeof deepEqual;
|
|
17212
17239
|
indeterminateIcon: IconValue;
|
|
17213
17240
|
activatable: boolean;
|
|
17214
17241
|
selectable: boolean;
|
|
@@ -17223,7 +17250,6 @@ declare const VTreeview: {
|
|
|
17223
17250
|
itemValue: SelectItemKey;
|
|
17224
17251
|
itemChildren: SelectItemKey;
|
|
17225
17252
|
itemProps: SelectItemKey;
|
|
17226
|
-
itemType: string;
|
|
17227
17253
|
openOnClick: boolean;
|
|
17228
17254
|
loadingIcon: string;
|
|
17229
17255
|
openAll: boolean;
|
|
@@ -17242,7 +17268,6 @@ declare const VTreeview: {
|
|
|
17242
17268
|
tile: boolean;
|
|
17243
17269
|
density: Density;
|
|
17244
17270
|
slim: boolean;
|
|
17245
|
-
valueComparator: typeof deepEqual;
|
|
17246
17271
|
indeterminateIcon: IconValue;
|
|
17247
17272
|
activatable: boolean;
|
|
17248
17273
|
selectable: boolean;
|
|
@@ -17257,7 +17282,6 @@ declare const VTreeview: {
|
|
|
17257
17282
|
itemValue: SelectItemKey;
|
|
17258
17283
|
itemChildren: SelectItemKey;
|
|
17259
17284
|
itemProps: SelectItemKey;
|
|
17260
|
-
itemType: string;
|
|
17261
17285
|
loadingIcon: string;
|
|
17262
17286
|
openAll: boolean;
|
|
17263
17287
|
} & {
|
|
@@ -17281,6 +17305,7 @@ declare const VTreeview: {
|
|
|
17281
17305
|
activeColor?: string | undefined;
|
|
17282
17306
|
falseIcon?: IconValue | undefined;
|
|
17283
17307
|
trueIcon?: IconValue | undefined;
|
|
17308
|
+
valueComparator?: typeof deepEqual | undefined;
|
|
17284
17309
|
activeClass?: string | undefined;
|
|
17285
17310
|
opened?: any;
|
|
17286
17311
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
@@ -17342,7 +17367,6 @@ declare const VTreeview: {
|
|
|
17342
17367
|
tile: boolean;
|
|
17343
17368
|
density: Density;
|
|
17344
17369
|
slim: boolean;
|
|
17345
|
-
valueComparator: typeof deepEqual;
|
|
17346
17370
|
indeterminateIcon: IconValue;
|
|
17347
17371
|
activatable: boolean;
|
|
17348
17372
|
selectable: boolean;
|
|
@@ -17357,7 +17381,6 @@ declare const VTreeview: {
|
|
|
17357
17381
|
itemValue: SelectItemKey;
|
|
17358
17382
|
itemChildren: SelectItemKey;
|
|
17359
17383
|
itemProps: SelectItemKey;
|
|
17360
|
-
itemType: string;
|
|
17361
17384
|
openOnClick: boolean;
|
|
17362
17385
|
loadingIcon: string;
|
|
17363
17386
|
openAll: boolean;
|
|
@@ -17453,10 +17476,7 @@ declare const VTreeview: {
|
|
|
17453
17476
|
type: vue.PropType<boolean>;
|
|
17454
17477
|
default: boolean;
|
|
17455
17478
|
};
|
|
17456
|
-
valueComparator:
|
|
17457
|
-
type: vue.PropType<typeof deepEqual>;
|
|
17458
|
-
default: typeof deepEqual;
|
|
17459
|
-
};
|
|
17479
|
+
valueComparator: vue.PropType<typeof deepEqual>;
|
|
17460
17480
|
activeClass: StringConstructor;
|
|
17461
17481
|
opened: null;
|
|
17462
17482
|
activatable: BooleanConstructor;
|
|
@@ -17502,10 +17522,6 @@ declare const VTreeview: {
|
|
|
17502
17522
|
value: boolean;
|
|
17503
17523
|
path: unknown[];
|
|
17504
17524
|
}) => void>;
|
|
17505
|
-
itemType: {
|
|
17506
|
-
type: StringConstructor;
|
|
17507
|
-
default: string;
|
|
17508
|
-
};
|
|
17509
17525
|
loadChildren: vue.PropType<(item: unknown) => Promise<void>>;
|
|
17510
17526
|
loadingIcon: {
|
|
17511
17527
|
type: StringConstructor;
|
|
@@ -17599,10 +17615,7 @@ declare const VTreeview: {
|
|
|
17599
17615
|
type: vue.PropType<boolean>;
|
|
17600
17616
|
default: boolean;
|
|
17601
17617
|
};
|
|
17602
|
-
valueComparator:
|
|
17603
|
-
type: vue.PropType<typeof deepEqual>;
|
|
17604
|
-
default: typeof deepEqual;
|
|
17605
|
-
};
|
|
17618
|
+
valueComparator: vue.PropType<typeof deepEqual>;
|
|
17606
17619
|
activeClass: StringConstructor;
|
|
17607
17620
|
opened: null;
|
|
17608
17621
|
activatable: BooleanConstructor;
|
|
@@ -17648,10 +17661,6 @@ declare const VTreeview: {
|
|
|
17648
17661
|
value: boolean;
|
|
17649
17662
|
path: unknown[];
|
|
17650
17663
|
}) => void>;
|
|
17651
|
-
itemType: {
|
|
17652
|
-
type: StringConstructor;
|
|
17653
|
-
default: string;
|
|
17654
|
-
};
|
|
17655
17664
|
loadChildren: vue.PropType<(item: unknown) => Promise<void>>;
|
|
17656
17665
|
loadingIcon: {
|
|
17657
17666
|
type: StringConstructor;
|
|
@@ -17715,7 +17724,7 @@ declare const VTreeviewItem: {
|
|
|
17715
17724
|
title?: string | number | undefined;
|
|
17716
17725
|
class?: any;
|
|
17717
17726
|
theme?: string | undefined;
|
|
17718
|
-
to?: vue_router.
|
|
17727
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
17719
17728
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
17720
17729
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
17721
17730
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -17783,7 +17792,7 @@ declare const VTreeviewItem: {
|
|
|
17783
17792
|
title?: string | number | undefined;
|
|
17784
17793
|
class?: any;
|
|
17785
17794
|
theme?: string | undefined;
|
|
17786
|
-
to?: vue_router.
|
|
17795
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
17787
17796
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
17788
17797
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
17789
17798
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -17882,7 +17891,7 @@ declare const VTreeviewItem: {
|
|
|
17882
17891
|
title?: string | number | undefined;
|
|
17883
17892
|
class?: any;
|
|
17884
17893
|
theme?: string | undefined;
|
|
17885
|
-
to?: vue_router.
|
|
17894
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
17886
17895
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
17887
17896
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
17888
17897
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
@@ -17972,7 +17981,7 @@ declare const VTreeviewItem: {
|
|
|
17972
17981
|
title?: string | number | undefined;
|
|
17973
17982
|
class?: any;
|
|
17974
17983
|
theme?: string | undefined;
|
|
17975
|
-
to?: vue_router.
|
|
17984
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
|
17976
17985
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
17977
17986
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
17978
17987
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|