@vuetify/nightly 3.7.12-master.2025-02-15 → 3.7.12-master.2025-02-18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -3
- package/dist/json/attributes.json +3373 -3361
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +184 -184
- package/dist/json/tags.json +3 -0
- package/dist/json/web-types.json +6346 -6318
- package/dist/vuetify-labs.css +3661 -3656
- package/dist/vuetify-labs.d.ts +190 -139
- package/dist/vuetify-labs.esm.js +135 -72
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +134 -71
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3856 -3859
- package/dist/vuetify.d.ts +168 -156
- package/dist/vuetify.esm.js +36 -34
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +35 -33
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +16 -16
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +1 -1
- package/lib/blueprints/md1.d.mts +1 -1
- package/lib/blueprints/md2.d.mts +1 -1
- package/lib/blueprints/md3.d.mts +1 -1
- package/lib/components/VAlert/VAlert.mjs +1 -1
- package/lib/components/VAlert/index.d.mts +1 -1
- package/lib/components/VAppBar/VAppBar.mjs +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +1 -1
- package/lib/components/VAppBar/index.d.mts +5 -5
- package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
- package/lib/components/VAutocomplete/index.d.mts +4 -4
- package/lib/components/VAvatar/index.d.mts +1 -1
- package/lib/components/VBadge/VBadge.mjs +1 -1
- package/lib/components/VBadge/index.d.mts +1 -1
- package/lib/components/VBanner/VBanner.mjs +1 -1
- package/lib/components/VBanner/index.d.mts +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.css +1 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +1 -0
- package/lib/components/VBottomNavigation/index.d.mts +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +5 -5
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/index.d.mts +5 -5
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
- package/lib/components/VBtnToggle/index.d.mts +1 -1
- package/lib/components/VCard/VCard.mjs +1 -1
- package/lib/components/VCard/VCardItem.mjs +1 -1
- package/lib/components/VCard/VCardSubtitle.mjs +1 -1
- package/lib/components/VCard/VCardText.mjs +1 -1
- package/lib/components/VCard/index.d.mts +5 -5
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/index.d.mts +1 -1
- package/lib/components/VCheckbox/VCheckbox.mjs +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/index.d.mts +1 -1
- package/lib/components/VChip/VChip.mjs +1 -1
- package/lib/components/VChip/index.d.mts +5 -5
- package/lib/components/VChipGroup/VChipGroup.mjs +1 -1
- package/lib/components/VChipGroup/index.d.mts +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
- package/lib/components/VColorPicker/index.d.mts +10 -10
- package/lib/components/VCombobox/VCombobox.mjs +1 -1
- package/lib/components/VCombobox/index.d.mts +4 -4
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +5 -5
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -1
- package/lib/components/VConfirmEdit/index.d.mts +1 -1
- package/lib/components/VCounter/VCounter.mjs +1 -1
- package/lib/components/VDataIterator/index.d.mts +1 -1
- package/lib/components/VDataTable/VDataTable.mjs +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +12 -8
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
- package/lib/components/VDatePicker/index.d.mts +28 -16
- package/lib/components/VDialog/VDialog.mjs +1 -1
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
- package/lib/components/VDialog/index.d.mts +3 -3
- package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
- package/lib/components/VEmptyState/index.d.mts +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +1 -1
- package/lib/components/VFab/VFab.mjs +1 -1
- package/lib/components/VFab/index.d.mts +5 -5
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VFieldLabel.mjs +1 -1
- package/lib/components/VField/index.d.mts +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +2 -3
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +4 -4
- package/lib/components/VFooter/VFooter.mjs +1 -1
- package/lib/components/VGrid/VContainer.mjs +1 -1
- package/lib/components/VIcon/index.d.mts +1 -1
- package/lib/components/VImg/VImg.mjs +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
- package/lib/components/VInput/VInput.mjs +1 -1
- package/lib/components/VInput/index.d.mts +1 -1
- package/lib/components/VItemGroup/index.d.mts +1 -1
- package/lib/components/VLazy/VLazy.mjs +1 -1
- package/lib/components/VList/VList.mjs +1 -1
- package/lib/components/VList/VListChildren.mjs +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -1
- package/lib/components/VList/VListItem.mjs +1 -1
- package/lib/components/VList/VListItemAction.mjs +1 -1
- package/lib/components/VList/VListItemMedia.mjs +1 -1
- package/lib/components/VList/VListItemSubtitle.mjs +1 -1
- package/lib/components/VList/index.d.mts +5 -5
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/index.d.mts +3 -3
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +0 -4
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +3 -6
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +0 -5
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/index.d.mts +1 -1
- package/lib/components/VParallax/VParallax.mjs +1 -1
- package/lib/components/VRadio/VRadio.mjs +1 -1
- package/lib/components/VRadio/index.d.mts +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
- package/lib/components/VRadioGroup/index.d.mts +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
- package/lib/components/VRating/VRating.mjs +1 -1
- package/lib/components/VRating/index.d.mts +1 -1
- package/lib/components/VSelect/VSelect.mjs +1 -1
- package/lib/components/VSelect/index.d.mts +4 -4
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
- package/lib/components/VSelectionControl/index.d.mts +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +1 -1
- package/lib/components/VSheet/VSheet.mjs +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
- package/lib/components/VSlideGroup/index.d.mts +1 -1
- package/lib/components/VSlider/VSlider.mjs +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
- package/lib/components/VSnackbar/index.d.mts +3 -3
- package/lib/components/VSparkline/VBarline.mjs +1 -2
- package/lib/components/VSparkline/VBarline.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs +1 -1
- package/lib/components/VSparkline/VTrendline.mjs +1 -2
- package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VStepper/VStepper.mjs +1 -1
- package/lib/components/VStepper/VStepperItem.mjs +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
- package/lib/components/VStepper/index.d.mts +1 -1
- package/lib/components/VSwitch/VSwitch.mjs +1 -1
- package/lib/components/VSwitch/index.d.mts +1 -1
- package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
- package/lib/components/VTabs/VTab.mjs +1 -1
- package/lib/components/VTabs/VTabs.mjs +1 -1
- package/lib/components/VTabs/VTabsWindow.mjs +1 -1
- package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
- package/lib/components/VTabs/index.d.mts +20 -20
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/index.d.mts +7 -7
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/index.d.mts +4 -4
- package/lib/components/VTimeline/VTimeline.mjs +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
- package/lib/components/VTimeline/index.d.mts +1 -1
- package/lib/components/VToolbar/VToolbar.mjs +1 -1
- package/lib/components/VTooltip/VTooltip.mjs +1 -1
- package/lib/components/VTooltip/index.d.mts +3 -3
- package/lib/components/VValidation/index.d.mts +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +1 -1
- package/lib/components/VWindow/VWindow.mjs +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +1 -1
- package/lib/components/VWindow/index.d.mts +1 -1
- package/lib/components/index.d.mts +109 -97
- package/lib/components/transitions/dialog-transition.mjs +1 -2
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/composables/calendar.mjs +4 -1
- package/lib/composables/calendar.mjs.map +1 -1
- package/lib/composables/icons.mjs +1 -1
- package/lib/composables/variant.mjs +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/iconsets/fa-svg.d.mts +1 -1
- package/lib/iconsets/fa.d.mts +1 -1
- package/lib/iconsets/fa4.d.mts +1 -1
- package/lib/iconsets/md.d.mts +1 -1
- package/lib/iconsets/mdi-svg.d.mts +1 -1
- package/lib/iconsets/mdi.d.mts +1 -1
- package/lib/index.d.mts +60 -60
- package/lib/labs/VCalendar/VCalendar.mjs +1 -1
- package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
- package/lib/labs/VCalendar/index.d.mts +8 -2
- package/lib/labs/VDateInput/VDateInput.mjs +4 -3
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +8 -2
- package/lib/labs/VFileUpload/VFileUpload.mjs +1 -1
- package/lib/labs/VFileUpload/VFileUploadItem.mjs +1 -1
- package/lib/labs/VFileUpload/index.d.mts +5 -5
- package/lib/labs/VNumberInput/VNumberInput.css +10 -2
- package/lib/labs/VNumberInput/VNumberInput.mjs +94 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/VNumberInput.sass +12 -2
- package/lib/labs/VNumberInput/index.d.mts +59 -32
- package/lib/labs/VPicker/VPicker.mjs +1 -1
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
- package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -1
- package/lib/labs/VStepperVertical/index.d.mts +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +1 -1
- package/lib/labs/VTreeview/index.d.mts +5 -5
- package/lib/labs/components.d.mts +85 -46
- package/lib/locale/adapters/vue-i18n.mjs +0 -1
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/package.json +16 -15
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
|
-
import {
|
2
|
+
import { VNodeChild, VNode, ComponentPropsOptions, ExtractPropTypes, PropType, ComponentPublicInstance, FunctionalComponent, ComputedRef, Ref, nextTick } from 'vue';
|
3
3
|
|
4
4
|
type ClassValue = any;
|
5
5
|
|
@@ -126,7 +126,7 @@ type VFieldSlots = {
|
|
126
126
|
type ControlSlot = {
|
127
127
|
click: (e: MouseEvent) => void;
|
128
128
|
};
|
129
|
-
type ControlVariant = 'default' | 'stacked' | 'split';
|
129
|
+
type ControlVariant = 'default' | 'stacked' | 'split' | 'hidden';
|
130
130
|
declare const VNumberInput: {
|
131
131
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
132
132
|
flat: boolean;
|
@@ -149,7 +149,7 @@ declare const VNumberInput: {
|
|
149
149
|
errorMessages: string | readonly string[] | null;
|
150
150
|
maxErrors: string | number;
|
151
151
|
rules: readonly ValidationRule[];
|
152
|
-
modelValue:
|
152
|
+
modelValue: number | null;
|
153
153
|
tile: boolean;
|
154
154
|
density: Density;
|
155
155
|
clearIcon: IconValue;
|
@@ -163,6 +163,7 @@ declare const VNumberInput: {
|
|
163
163
|
persistentCounter: boolean;
|
164
164
|
hideInput: boolean;
|
165
165
|
controlVariant: ControlVariant;
|
166
|
+
precision: number | null;
|
166
167
|
} & {
|
167
168
|
name?: string | undefined;
|
168
169
|
id?: string | undefined;
|
@@ -186,6 +187,8 @@ declare const VNumberInput: {
|
|
186
187
|
bgColor?: string | undefined;
|
187
188
|
prependIcon?: IconValue | undefined;
|
188
189
|
appendIcon?: IconValue | undefined;
|
190
|
+
appendInnerIcon?: IconValue | undefined;
|
191
|
+
prependInnerIcon?: IconValue | undefined;
|
189
192
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
190
193
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
191
194
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -867,7 +870,7 @@ declare const VNumberInput: {
|
|
867
870
|
};
|
868
871
|
$forceUpdate: () => void;
|
869
872
|
$nextTick: typeof nextTick;
|
870
|
-
$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;
|
873
|
+
$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;
|
871
874
|
} & Omit<{
|
872
875
|
error: boolean;
|
873
876
|
direction: "horizontal" | "vertical";
|
@@ -1106,7 +1109,7 @@ declare const VNumberInput: {
|
|
1106
1109
|
};
|
1107
1110
|
$forceUpdate: () => void;
|
1108
1111
|
$nextTick: typeof nextTick;
|
1109
|
-
$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;
|
1112
|
+
$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;
|
1110
1113
|
} & Omit<{
|
1111
1114
|
flat: boolean;
|
1112
1115
|
reverse: boolean;
|
@@ -1227,7 +1230,7 @@ declare const VNumberInput: {
|
|
1227
1230
|
};
|
1228
1231
|
$forceUpdate: () => void;
|
1229
1232
|
$nextTick: typeof nextTick;
|
1230
|
-
$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;
|
1233
|
+
$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;
|
1231
1234
|
} & Omit<{
|
1232
1235
|
flat: boolean;
|
1233
1236
|
reverse: boolean;
|
@@ -1534,7 +1537,7 @@ declare const VNumberInput: {
|
|
1534
1537
|
};
|
1535
1538
|
$forceUpdate: () => void;
|
1536
1539
|
$nextTick: typeof nextTick;
|
1537
|
-
$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;
|
1540
|
+
$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;
|
1538
1541
|
} & Omit<{
|
1539
1542
|
error: boolean;
|
1540
1543
|
direction: "horizontal" | "vertical";
|
@@ -1773,7 +1776,7 @@ declare const VNumberInput: {
|
|
1773
1776
|
};
|
1774
1777
|
$forceUpdate: () => void;
|
1775
1778
|
$nextTick: typeof nextTick;
|
1776
|
-
$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;
|
1779
|
+
$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;
|
1777
1780
|
} & Omit<{
|
1778
1781
|
flat: boolean;
|
1779
1782
|
reverse: boolean;
|
@@ -2006,7 +2009,7 @@ declare const VNumberInput: {
|
|
2006
2009
|
};
|
2007
2010
|
$forceUpdate: () => void;
|
2008
2011
|
$nextTick: typeof nextTick;
|
2009
|
-
$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;
|
2012
|
+
$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;
|
2010
2013
|
} & Omit<{
|
2011
2014
|
error: boolean;
|
2012
2015
|
direction: "horizontal" | "vertical";
|
@@ -2245,7 +2248,7 @@ declare const VNumberInput: {
|
|
2245
2248
|
};
|
2246
2249
|
$forceUpdate: () => void;
|
2247
2250
|
$nextTick: typeof nextTick;
|
2248
|
-
$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;
|
2251
|
+
$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;
|
2249
2252
|
} & Omit<{
|
2250
2253
|
flat: boolean;
|
2251
2254
|
reverse: boolean;
|
@@ -2319,7 +2322,7 @@ declare const VNumberInput: {
|
|
2319
2322
|
errorMessages: string | readonly string[] | null;
|
2320
2323
|
maxErrors: string | number;
|
2321
2324
|
rules: readonly ValidationRule[];
|
2322
|
-
modelValue:
|
2325
|
+
modelValue: number | null;
|
2323
2326
|
tile: boolean;
|
2324
2327
|
density: Density;
|
2325
2328
|
clearIcon: IconValue;
|
@@ -2333,6 +2336,7 @@ declare const VNumberInput: {
|
|
2333
2336
|
persistentCounter: boolean;
|
2334
2337
|
hideInput: boolean;
|
2335
2338
|
controlVariant: ControlVariant;
|
2339
|
+
precision: number | null;
|
2336
2340
|
} & {
|
2337
2341
|
name?: string | undefined;
|
2338
2342
|
id?: string | undefined;
|
@@ -2356,6 +2360,8 @@ declare const VNumberInput: {
|
|
2356
2360
|
bgColor?: string | undefined;
|
2357
2361
|
prependIcon?: IconValue | undefined;
|
2358
2362
|
appendIcon?: IconValue | undefined;
|
2363
|
+
appendInnerIcon?: IconValue | undefined;
|
2364
|
+
prependInnerIcon?: IconValue | undefined;
|
2359
2365
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2360
2366
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2361
2367
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -2447,7 +2453,7 @@ declare const VNumberInput: {
|
|
2447
2453
|
errorMessages: string | readonly string[] | null;
|
2448
2454
|
maxErrors: string | number;
|
2449
2455
|
rules: readonly ValidationRule[];
|
2450
|
-
modelValue:
|
2456
|
+
modelValue: number | null;
|
2451
2457
|
rounded: string | number | boolean;
|
2452
2458
|
tile: boolean;
|
2453
2459
|
density: Density;
|
@@ -2463,6 +2469,7 @@ declare const VNumberInput: {
|
|
2463
2469
|
persistentCounter: boolean;
|
2464
2470
|
hideInput: boolean;
|
2465
2471
|
controlVariant: ControlVariant;
|
2472
|
+
precision: number | null;
|
2466
2473
|
}, true, {}, vue.SlotsType<Partial<{
|
2467
2474
|
message: (arg: VMessageSlot) => vue.VNode[];
|
2468
2475
|
clear: (arg: DefaultInputSlot & {
|
@@ -2509,7 +2516,7 @@ declare const VNumberInput: {
|
|
2509
2516
|
errorMessages: string | readonly string[] | null;
|
2510
2517
|
maxErrors: string | number;
|
2511
2518
|
rules: readonly ValidationRule[];
|
2512
|
-
modelValue:
|
2519
|
+
modelValue: number | null;
|
2513
2520
|
tile: boolean;
|
2514
2521
|
density: Density;
|
2515
2522
|
clearIcon: IconValue;
|
@@ -2523,6 +2530,7 @@ declare const VNumberInput: {
|
|
2523
2530
|
persistentCounter: boolean;
|
2524
2531
|
hideInput: boolean;
|
2525
2532
|
controlVariant: ControlVariant;
|
2533
|
+
precision: number | null;
|
2526
2534
|
} & {
|
2527
2535
|
name?: string | undefined;
|
2528
2536
|
id?: string | undefined;
|
@@ -2546,6 +2554,8 @@ declare const VNumberInput: {
|
|
2546
2554
|
bgColor?: string | undefined;
|
2547
2555
|
prependIcon?: IconValue | undefined;
|
2548
2556
|
appendIcon?: IconValue | undefined;
|
2557
|
+
appendInnerIcon?: IconValue | undefined;
|
2558
|
+
prependInnerIcon?: IconValue | undefined;
|
2549
2559
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2550
2560
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2551
2561
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -3227,7 +3237,7 @@ declare const VNumberInput: {
|
|
3227
3237
|
};
|
3228
3238
|
$forceUpdate: () => void;
|
3229
3239
|
$nextTick: typeof nextTick;
|
3230
|
-
$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;
|
3240
|
+
$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;
|
3231
3241
|
} & Omit<{
|
3232
3242
|
error: boolean;
|
3233
3243
|
direction: "horizontal" | "vertical";
|
@@ -3466,7 +3476,7 @@ declare const VNumberInput: {
|
|
3466
3476
|
};
|
3467
3477
|
$forceUpdate: () => void;
|
3468
3478
|
$nextTick: typeof nextTick;
|
3469
|
-
$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;
|
3479
|
+
$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;
|
3470
3480
|
} & Omit<{
|
3471
3481
|
flat: boolean;
|
3472
3482
|
reverse: boolean;
|
@@ -3587,7 +3597,7 @@ declare const VNumberInput: {
|
|
3587
3597
|
};
|
3588
3598
|
$forceUpdate: () => void;
|
3589
3599
|
$nextTick: typeof nextTick;
|
3590
|
-
$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;
|
3600
|
+
$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;
|
3591
3601
|
} & Omit<{
|
3592
3602
|
flat: boolean;
|
3593
3603
|
reverse: boolean;
|
@@ -3894,7 +3904,7 @@ declare const VNumberInput: {
|
|
3894
3904
|
};
|
3895
3905
|
$forceUpdate: () => void;
|
3896
3906
|
$nextTick: typeof nextTick;
|
3897
|
-
$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;
|
3907
|
+
$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;
|
3898
3908
|
} & Omit<{
|
3899
3909
|
error: boolean;
|
3900
3910
|
direction: "horizontal" | "vertical";
|
@@ -4133,7 +4143,7 @@ declare const VNumberInput: {
|
|
4133
4143
|
};
|
4134
4144
|
$forceUpdate: () => void;
|
4135
4145
|
$nextTick: typeof nextTick;
|
4136
|
-
$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;
|
4146
|
+
$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;
|
4137
4147
|
} & Omit<{
|
4138
4148
|
flat: boolean;
|
4139
4149
|
reverse: boolean;
|
@@ -4366,7 +4376,7 @@ declare const VNumberInput: {
|
|
4366
4376
|
};
|
4367
4377
|
$forceUpdate: () => void;
|
4368
4378
|
$nextTick: typeof nextTick;
|
4369
|
-
$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;
|
4379
|
+
$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;
|
4370
4380
|
} & Omit<{
|
4371
4381
|
error: boolean;
|
4372
4382
|
direction: "horizontal" | "vertical";
|
@@ -4605,7 +4615,7 @@ declare const VNumberInput: {
|
|
4605
4615
|
};
|
4606
4616
|
$forceUpdate: () => void;
|
4607
4617
|
$nextTick: typeof nextTick;
|
4608
|
-
$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;
|
4618
|
+
$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;
|
4609
4619
|
} & Omit<{
|
4610
4620
|
flat: boolean;
|
4611
4621
|
reverse: boolean;
|
@@ -4677,7 +4687,7 @@ declare const VNumberInput: {
|
|
4677
4687
|
errorMessages: string | readonly string[] | null;
|
4678
4688
|
maxErrors: string | number;
|
4679
4689
|
rules: readonly ValidationRule[];
|
4680
|
-
modelValue:
|
4690
|
+
modelValue: number | null;
|
4681
4691
|
rounded: string | number | boolean;
|
4682
4692
|
tile: boolean;
|
4683
4693
|
density: Density;
|
@@ -4693,6 +4703,7 @@ declare const VNumberInput: {
|
|
4693
4703
|
persistentCounter: boolean;
|
4694
4704
|
hideInput: boolean;
|
4695
4705
|
controlVariant: ControlVariant;
|
4706
|
+
precision: number | null;
|
4696
4707
|
}>;
|
4697
4708
|
__isFragment?: never;
|
4698
4709
|
__isTeleport?: never;
|
@@ -4718,7 +4729,7 @@ declare const VNumberInput: {
|
|
4718
4729
|
errorMessages: string | readonly string[] | null;
|
4719
4730
|
maxErrors: string | number;
|
4720
4731
|
rules: readonly ValidationRule[];
|
4721
|
-
modelValue:
|
4732
|
+
modelValue: number | null;
|
4722
4733
|
tile: boolean;
|
4723
4734
|
density: Density;
|
4724
4735
|
clearIcon: IconValue;
|
@@ -4732,6 +4743,7 @@ declare const VNumberInput: {
|
|
4732
4743
|
persistentCounter: boolean;
|
4733
4744
|
hideInput: boolean;
|
4734
4745
|
controlVariant: ControlVariant;
|
4746
|
+
precision: number | null;
|
4735
4747
|
} & {
|
4736
4748
|
name?: string | undefined;
|
4737
4749
|
id?: string | undefined;
|
@@ -4755,6 +4767,8 @@ declare const VNumberInput: {
|
|
4755
4767
|
bgColor?: string | undefined;
|
4756
4768
|
prependIcon?: IconValue | undefined;
|
4757
4769
|
appendIcon?: IconValue | undefined;
|
4770
|
+
appendInnerIcon?: IconValue | undefined;
|
4771
|
+
prependInnerIcon?: IconValue | undefined;
|
4758
4772
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4759
4773
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4760
4774
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -5436,7 +5450,7 @@ declare const VNumberInput: {
|
|
5436
5450
|
};
|
5437
5451
|
$forceUpdate: () => void;
|
5438
5452
|
$nextTick: typeof nextTick;
|
5439
|
-
$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;
|
5453
|
+
$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;
|
5440
5454
|
} & Omit<{
|
5441
5455
|
error: boolean;
|
5442
5456
|
direction: "horizontal" | "vertical";
|
@@ -5675,7 +5689,7 @@ declare const VNumberInput: {
|
|
5675
5689
|
};
|
5676
5690
|
$forceUpdate: () => void;
|
5677
5691
|
$nextTick: typeof nextTick;
|
5678
|
-
$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;
|
5692
|
+
$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;
|
5679
5693
|
} & Omit<{
|
5680
5694
|
flat: boolean;
|
5681
5695
|
reverse: boolean;
|
@@ -5796,7 +5810,7 @@ declare const VNumberInput: {
|
|
5796
5810
|
};
|
5797
5811
|
$forceUpdate: () => void;
|
5798
5812
|
$nextTick: typeof nextTick;
|
5799
|
-
$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;
|
5813
|
+
$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;
|
5800
5814
|
} & Omit<{
|
5801
5815
|
flat: boolean;
|
5802
5816
|
reverse: boolean;
|
@@ -6103,7 +6117,7 @@ declare const VNumberInput: {
|
|
6103
6117
|
};
|
6104
6118
|
$forceUpdate: () => void;
|
6105
6119
|
$nextTick: typeof nextTick;
|
6106
|
-
$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;
|
6120
|
+
$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;
|
6107
6121
|
} & Omit<{
|
6108
6122
|
error: boolean;
|
6109
6123
|
direction: "horizontal" | "vertical";
|
@@ -6342,7 +6356,7 @@ declare const VNumberInput: {
|
|
6342
6356
|
};
|
6343
6357
|
$forceUpdate: () => void;
|
6344
6358
|
$nextTick: typeof nextTick;
|
6345
|
-
$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;
|
6359
|
+
$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;
|
6346
6360
|
} & Omit<{
|
6347
6361
|
flat: boolean;
|
6348
6362
|
reverse: boolean;
|
@@ -6575,7 +6589,7 @@ declare const VNumberInput: {
|
|
6575
6589
|
};
|
6576
6590
|
$forceUpdate: () => void;
|
6577
6591
|
$nextTick: typeof nextTick;
|
6578
|
-
$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;
|
6592
|
+
$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;
|
6579
6593
|
} & Omit<{
|
6580
6594
|
error: boolean;
|
6581
6595
|
direction: "horizontal" | "vertical";
|
@@ -6814,7 +6828,7 @@ declare const VNumberInput: {
|
|
6814
6828
|
};
|
6815
6829
|
$forceUpdate: () => void;
|
6816
6830
|
$nextTick: typeof nextTick;
|
6817
|
-
$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;
|
6831
|
+
$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;
|
6818
6832
|
} & Omit<{
|
6819
6833
|
flat: boolean;
|
6820
6834
|
reverse: boolean;
|
@@ -6888,7 +6902,7 @@ declare const VNumberInput: {
|
|
6888
6902
|
errorMessages: string | readonly string[] | null;
|
6889
6903
|
maxErrors: string | number;
|
6890
6904
|
rules: readonly ValidationRule[];
|
6891
|
-
modelValue:
|
6905
|
+
modelValue: number | null;
|
6892
6906
|
rounded: string | number | boolean;
|
6893
6907
|
tile: boolean;
|
6894
6908
|
density: Density;
|
@@ -6904,6 +6918,7 @@ declare const VNumberInput: {
|
|
6904
6918
|
persistentCounter: boolean;
|
6905
6919
|
hideInput: boolean;
|
6906
6920
|
controlVariant: ControlVariant;
|
6921
|
+
precision: number | null;
|
6907
6922
|
}, {}, string, vue.SlotsType<Partial<{
|
6908
6923
|
message: (arg: VMessageSlot) => vue.VNode[];
|
6909
6924
|
clear: (arg: DefaultInputSlot & {
|
@@ -7006,6 +7021,8 @@ declare const VNumberInput: {
|
|
7006
7021
|
type: PropType<IconValue>;
|
7007
7022
|
default: string;
|
7008
7023
|
};
|
7024
|
+
appendInnerIcon: PropType<IconValue>;
|
7025
|
+
prependInnerIcon: PropType<IconValue>;
|
7009
7026
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
7010
7027
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
7011
7028
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
@@ -7035,7 +7052,7 @@ declare const VNumberInput: {
|
|
7035
7052
|
inset: BooleanConstructor;
|
7036
7053
|
hideInput: BooleanConstructor;
|
7037
7054
|
modelValue: {
|
7038
|
-
type: PropType<
|
7055
|
+
type: PropType<number | null>;
|
7039
7056
|
default: null;
|
7040
7057
|
};
|
7041
7058
|
min: {
|
@@ -7050,6 +7067,10 @@ declare const VNumberInput: {
|
|
7050
7067
|
type: NumberConstructor;
|
7051
7068
|
default: number;
|
7052
7069
|
};
|
7070
|
+
precision: {
|
7071
|
+
type: PropType<number | null>;
|
7072
|
+
default: number;
|
7073
|
+
};
|
7053
7074
|
}, vue.ExtractPropTypes<{
|
7054
7075
|
flat: BooleanConstructor;
|
7055
7076
|
reverse: BooleanConstructor;
|
@@ -7134,6 +7155,8 @@ declare const VNumberInput: {
|
|
7134
7155
|
type: PropType<IconValue>;
|
7135
7156
|
default: string;
|
7136
7157
|
};
|
7158
|
+
appendInnerIcon: PropType<IconValue>;
|
7159
|
+
prependInnerIcon: PropType<IconValue>;
|
7137
7160
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
7138
7161
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
7139
7162
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
@@ -7163,7 +7186,7 @@ declare const VNumberInput: {
|
|
7163
7186
|
inset: BooleanConstructor;
|
7164
7187
|
hideInput: BooleanConstructor;
|
7165
7188
|
modelValue: {
|
7166
|
-
type: PropType<
|
7189
|
+
type: PropType<number | null>;
|
7167
7190
|
default: null;
|
7168
7191
|
};
|
7169
7192
|
min: {
|
@@ -7178,6 +7201,10 @@ declare const VNumberInput: {
|
|
7178
7201
|
type: NumberConstructor;
|
7179
7202
|
default: number;
|
7180
7203
|
};
|
7204
|
+
precision: {
|
7205
|
+
type: PropType<number | null>;
|
7206
|
+
default: number;
|
7207
|
+
};
|
7181
7208
|
}>>;
|
7182
7209
|
type VNumberInput = InstanceType<typeof VNumberInput>;
|
7183
7210
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { Fragment as _Fragment, createVNode as _createVNode, mergeProps as _mergeProps } from "vue";
|
2
2
|
// Components
|
3
3
|
import { VBtn } from "../../components/VBtn/index.mjs";
|
4
4
|
import { VDefaultsProvider } from "../../components/VDefaultsProvider/index.mjs";
|
@@ -568,7 +568,7 @@ declare const VSnackbar: {
|
|
568
568
|
};
|
569
569
|
$forceUpdate: () => void;
|
570
570
|
$nextTick: typeof nextTick;
|
571
|
-
$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;
|
571
|
+
$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;
|
572
572
|
} & Omit<{
|
573
573
|
absolute: boolean;
|
574
574
|
location: Anchor;
|
@@ -1250,7 +1250,7 @@ declare const VSnackbar: {
|
|
1250
1250
|
};
|
1251
1251
|
$forceUpdate: () => void;
|
1252
1252
|
$nextTick: typeof nextTick;
|
1253
|
-
$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;
|
1253
|
+
$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;
|
1254
1254
|
} & Omit<{
|
1255
1255
|
absolute: boolean;
|
1256
1256
|
location: Anchor;
|
@@ -1832,7 +1832,7 @@ declare const VSnackbar: {
|
|
1832
1832
|
};
|
1833
1833
|
$forceUpdate: () => void;
|
1834
1834
|
$nextTick: typeof nextTick;
|
1835
|
-
$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;
|
1835
|
+
$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;
|
1836
1836
|
} & Omit<{
|
1837
1837
|
absolute: boolean;
|
1838
1838
|
location: Anchor;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { Fragment as _Fragment, createVNode as _createVNode, mergeProps as _mergeProps } from "vue";
|
2
2
|
// Components
|
3
3
|
import { VStepperVerticalItem } from "./VStepperVerticalItem.mjs";
|
4
4
|
import { makeVExpansionPanelsProps, VExpansionPanels } from "../../components/VExpansionPanel/VExpansionPanels.mjs";
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { mergeProps as _mergeProps, createVNode as _createVNode } from "vue";
|
2
2
|
// Components
|
3
3
|
import { makeVStepperActionsProps, VStepperActions } from "../../components/VStepper/VStepperActions.mjs"; // Utilities
|
4
4
|
import { genericComponent, propsFactory, useRender } from "../../util/index.mjs"; // Types
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { Fragment as _Fragment, createVNode as _createVNode, mergeProps as _mergeProps } from "vue";
|
2
2
|
// Styles
|
3
3
|
import "./VStepperVerticalItem.css";
|
4
4
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
|
-
import {
|
2
|
+
import { VNodeChild, VNode, ComponentPropsOptions, ExtractPropTypes, ComponentPublicInstance, FunctionalComponent, PropType, DirectiveBinding } from 'vue';
|
3
3
|
|
4
4
|
type SlotsToProps<U extends RawSlots, T = MakeInternalSlots<U>> = {
|
5
5
|
$children?: (VNodeChild | (T extends {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { mergeProps as _mergeProps, createVNode as _createVNode } from "vue";
|
2
2
|
// Components
|
3
3
|
import { makeVTreeviewChildrenProps, VTreeviewChildren } from "./VTreeviewChildren.mjs";
|
4
4
|
import { makeVListProps, useListItems, VList } from "../../components/VList/VList.mjs"; // Composables
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { Fragment as _Fragment, createVNode as _createVNode, mergeProps as _mergeProps } from "vue";
|
2
2
|
// Components
|
3
3
|
import { VTreeviewGroup } from "./VTreeviewGroup.mjs";
|
4
4
|
import { VTreeviewItem } from "./VTreeviewItem.mjs";
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { Fragment as _Fragment, createVNode as _createVNode, mergeProps as _mergeProps } from "vue";
|
2
2
|
// Components
|
3
3
|
import { VDefaultsProvider } from "../../components/VDefaultsProvider/index.mjs";
|
4
4
|
import { makeVListGroupProps, VListGroup } from "../../components/VList/VListGroup.mjs"; // Utilities
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
|
-
import {
|
2
|
+
import { VNodeChild, VNode, ComponentPropsOptions, ExtractPropTypes, ComponentPublicInstance, FunctionalComponent, PropType, DirectiveBinding } from 'vue';
|
3
3
|
// @ts-ignore
|
4
4
|
import * as vue_router from 'vue-router';
|
5
5
|
|
@@ -1001,7 +1001,7 @@ declare const VTreeviewItem: {
|
|
1001
1001
|
title?: string | number | undefined;
|
1002
1002
|
class?: any;
|
1003
1003
|
theme?: string | undefined;
|
1004
|
-
to?: vue_router.
|
1004
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
1005
1005
|
lines?: false | "one" | "two" | "three" | undefined;
|
1006
1006
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
1007
1007
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -1069,7 +1069,7 @@ declare const VTreeviewItem: {
|
|
1069
1069
|
title?: string | number | undefined;
|
1070
1070
|
class?: any;
|
1071
1071
|
theme?: string | undefined;
|
1072
|
-
to?: vue_router.
|
1072
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
1073
1073
|
lines?: false | "one" | "two" | "three" | undefined;
|
1074
1074
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
1075
1075
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -1168,7 +1168,7 @@ declare const VTreeviewItem: {
|
|
1168
1168
|
title?: string | number | undefined;
|
1169
1169
|
class?: any;
|
1170
1170
|
theme?: string | undefined;
|
1171
|
-
to?: vue_router.
|
1171
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
1172
1172
|
lines?: false | "one" | "two" | "three" | undefined;
|
1173
1173
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
1174
1174
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -1258,7 +1258,7 @@ declare const VTreeviewItem: {
|
|
1258
1258
|
title?: string | number | undefined;
|
1259
1259
|
class?: any;
|
1260
1260
|
theme?: string | undefined;
|
1261
|
-
to?: vue_router.
|
1261
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
1262
1262
|
lines?: false | "one" | "two" | "three" | undefined;
|
1263
1263
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
1264
1264
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|