@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
@@ -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)[];
|
@@ -2529,7 +2535,10 @@ declare const VDateInput: {
|
|
2529
2535
|
default: string;
|
2530
2536
|
};
|
2531
2537
|
text: StringConstructor;
|
2532
|
-
disabled:
|
2538
|
+
disabled: {
|
2539
|
+
type: BooleanConstructor;
|
2540
|
+
default: null;
|
2541
|
+
};
|
2533
2542
|
multiple: PropType<boolean | "range" | number | (string & {})>;
|
2534
2543
|
month: (StringConstructor | NumberConstructor)[];
|
2535
2544
|
year: NumberConstructor;
|
@@ -2747,7 +2756,10 @@ declare const VDateInput: {
|
|
2747
2756
|
default: string;
|
2748
2757
|
};
|
2749
2758
|
text: StringConstructor;
|
2750
|
-
disabled:
|
2759
|
+
disabled: {
|
2760
|
+
type: BooleanConstructor;
|
2761
|
+
default: null;
|
2762
|
+
};
|
2751
2763
|
multiple: PropType<boolean | "range" | number | (string & {})>;
|
2752
2764
|
month: (StringConstructor | NumberConstructor)[];
|
2753
2765
|
year: NumberConstructor;
|
@@ -3674,7 +3686,7 @@ declare const VFileUploadItem: {
|
|
3674
3686
|
title?: string | number | undefined;
|
3675
3687
|
class?: any;
|
3676
3688
|
theme?: string | undefined;
|
3677
|
-
to?: vue_router.
|
3689
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
3678
3690
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
3679
3691
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
3680
3692
|
href?: string | undefined;
|
@@ -3764,7 +3776,7 @@ declare const VFileUploadItem: {
|
|
3764
3776
|
title?: string | number | undefined;
|
3765
3777
|
class?: any;
|
3766
3778
|
theme?: string | undefined;
|
3767
|
-
to?: vue_router.
|
3779
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
3768
3780
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
3769
3781
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
3770
3782
|
href?: string | undefined;
|
@@ -3892,7 +3904,7 @@ declare const VFileUploadItem: {
|
|
3892
3904
|
title?: string | number | undefined;
|
3893
3905
|
class?: any;
|
3894
3906
|
theme?: string | undefined;
|
3895
|
-
to?: vue_router.
|
3907
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
3896
3908
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
3897
3909
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
3898
3910
|
href?: string | undefined;
|
@@ -4006,7 +4018,7 @@ declare const VFileUploadItem: {
|
|
4006
4018
|
title?: string | number | undefined;
|
4007
4019
|
class?: any;
|
4008
4020
|
theme?: string | undefined;
|
4009
|
-
to?: vue_router.
|
4021
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
4010
4022
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
4011
4023
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
4012
4024
|
href?: string | undefined;
|
@@ -4345,7 +4357,7 @@ type VFieldSlots = {
|
|
4345
4357
|
type ControlSlot = {
|
4346
4358
|
click: (e: MouseEvent) => void;
|
4347
4359
|
};
|
4348
|
-
type ControlVariant = 'default' | 'stacked' | 'split';
|
4360
|
+
type ControlVariant = 'default' | 'stacked' | 'split' | 'hidden';
|
4349
4361
|
declare const VNumberInput: {
|
4350
4362
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
4351
4363
|
flat: boolean;
|
@@ -4368,7 +4380,7 @@ declare const VNumberInput: {
|
|
4368
4380
|
errorMessages: string | readonly string[] | null;
|
4369
4381
|
maxErrors: string | number;
|
4370
4382
|
rules: readonly ValidationRule$1[];
|
4371
|
-
modelValue:
|
4383
|
+
modelValue: number | null;
|
4372
4384
|
tile: boolean;
|
4373
4385
|
density: Density;
|
4374
4386
|
clearIcon: IconValue;
|
@@ -4382,6 +4394,7 @@ declare const VNumberInput: {
|
|
4382
4394
|
persistentCounter: boolean;
|
4383
4395
|
hideInput: boolean;
|
4384
4396
|
controlVariant: ControlVariant;
|
4397
|
+
precision: number | null;
|
4385
4398
|
} & {
|
4386
4399
|
name?: string | undefined;
|
4387
4400
|
id?: string | undefined;
|
@@ -4405,6 +4418,8 @@ declare const VNumberInput: {
|
|
4405
4418
|
bgColor?: string | undefined;
|
4406
4419
|
prependIcon?: IconValue | undefined;
|
4407
4420
|
appendIcon?: IconValue | undefined;
|
4421
|
+
appendInnerIcon?: IconValue | undefined;
|
4422
|
+
prependInnerIcon?: IconValue | undefined;
|
4408
4423
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
4409
4424
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4410
4425
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -5086,7 +5101,7 @@ declare const VNumberInput: {
|
|
5086
5101
|
};
|
5087
5102
|
$forceUpdate: () => void;
|
5088
5103
|
$nextTick: typeof nextTick;
|
5089
|
-
$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;
|
5090
5105
|
} & Omit<{
|
5091
5106
|
error: boolean;
|
5092
5107
|
direction: "horizontal" | "vertical";
|
@@ -5325,7 +5340,7 @@ declare const VNumberInput: {
|
|
5325
5340
|
};
|
5326
5341
|
$forceUpdate: () => void;
|
5327
5342
|
$nextTick: typeof nextTick;
|
5328
|
-
$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;
|
5329
5344
|
} & Omit<{
|
5330
5345
|
flat: boolean;
|
5331
5346
|
reverse: boolean;
|
@@ -5446,7 +5461,7 @@ declare const VNumberInput: {
|
|
5446
5461
|
};
|
5447
5462
|
$forceUpdate: () => void;
|
5448
5463
|
$nextTick: typeof nextTick;
|
5449
|
-
$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;
|
5450
5465
|
} & Omit<{
|
5451
5466
|
flat: boolean;
|
5452
5467
|
reverse: boolean;
|
@@ -5753,7 +5768,7 @@ declare const VNumberInput: {
|
|
5753
5768
|
};
|
5754
5769
|
$forceUpdate: () => void;
|
5755
5770
|
$nextTick: typeof nextTick;
|
5756
|
-
$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;
|
5757
5772
|
} & Omit<{
|
5758
5773
|
error: boolean;
|
5759
5774
|
direction: "horizontal" | "vertical";
|
@@ -5992,7 +6007,7 @@ declare const VNumberInput: {
|
|
5992
6007
|
};
|
5993
6008
|
$forceUpdate: () => void;
|
5994
6009
|
$nextTick: typeof nextTick;
|
5995
|
-
$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;
|
5996
6011
|
} & Omit<{
|
5997
6012
|
flat: boolean;
|
5998
6013
|
reverse: boolean;
|
@@ -6225,7 +6240,7 @@ declare const VNumberInput: {
|
|
6225
6240
|
};
|
6226
6241
|
$forceUpdate: () => void;
|
6227
6242
|
$nextTick: typeof nextTick;
|
6228
|
-
$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;
|
6229
6244
|
} & Omit<{
|
6230
6245
|
error: boolean;
|
6231
6246
|
direction: "horizontal" | "vertical";
|
@@ -6464,7 +6479,7 @@ declare const VNumberInput: {
|
|
6464
6479
|
};
|
6465
6480
|
$forceUpdate: () => void;
|
6466
6481
|
$nextTick: typeof nextTick;
|
6467
|
-
$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;
|
6468
6483
|
} & Omit<{
|
6469
6484
|
flat: boolean;
|
6470
6485
|
reverse: boolean;
|
@@ -6538,7 +6553,7 @@ declare const VNumberInput: {
|
|
6538
6553
|
errorMessages: string | readonly string[] | null;
|
6539
6554
|
maxErrors: string | number;
|
6540
6555
|
rules: readonly ValidationRule$1[];
|
6541
|
-
modelValue:
|
6556
|
+
modelValue: number | null;
|
6542
6557
|
tile: boolean;
|
6543
6558
|
density: Density;
|
6544
6559
|
clearIcon: IconValue;
|
@@ -6552,6 +6567,7 @@ declare const VNumberInput: {
|
|
6552
6567
|
persistentCounter: boolean;
|
6553
6568
|
hideInput: boolean;
|
6554
6569
|
controlVariant: ControlVariant;
|
6570
|
+
precision: number | null;
|
6555
6571
|
} & {
|
6556
6572
|
name?: string | undefined;
|
6557
6573
|
id?: string | undefined;
|
@@ -6575,6 +6591,8 @@ declare const VNumberInput: {
|
|
6575
6591
|
bgColor?: string | undefined;
|
6576
6592
|
prependIcon?: IconValue | undefined;
|
6577
6593
|
appendIcon?: IconValue | undefined;
|
6594
|
+
appendInnerIcon?: IconValue | undefined;
|
6595
|
+
prependInnerIcon?: IconValue | undefined;
|
6578
6596
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6579
6597
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6580
6598
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -6666,7 +6684,7 @@ declare const VNumberInput: {
|
|
6666
6684
|
errorMessages: string | readonly string[] | null;
|
6667
6685
|
maxErrors: string | number;
|
6668
6686
|
rules: readonly ValidationRule$1[];
|
6669
|
-
modelValue:
|
6687
|
+
modelValue: number | null;
|
6670
6688
|
rounded: string | number | boolean;
|
6671
6689
|
tile: boolean;
|
6672
6690
|
density: Density;
|
@@ -6682,6 +6700,7 @@ declare const VNumberInput: {
|
|
6682
6700
|
persistentCounter: boolean;
|
6683
6701
|
hideInput: boolean;
|
6684
6702
|
controlVariant: ControlVariant;
|
6703
|
+
precision: number | null;
|
6685
6704
|
}, true, {}, vue.SlotsType<Partial<{
|
6686
6705
|
message: (arg: VMessageSlot) => vue.VNode[];
|
6687
6706
|
clear: (arg: DefaultInputSlot & {
|
@@ -6728,7 +6747,7 @@ declare const VNumberInput: {
|
|
6728
6747
|
errorMessages: string | readonly string[] | null;
|
6729
6748
|
maxErrors: string | number;
|
6730
6749
|
rules: readonly ValidationRule$1[];
|
6731
|
-
modelValue:
|
6750
|
+
modelValue: number | null;
|
6732
6751
|
tile: boolean;
|
6733
6752
|
density: Density;
|
6734
6753
|
clearIcon: IconValue;
|
@@ -6742,6 +6761,7 @@ declare const VNumberInput: {
|
|
6742
6761
|
persistentCounter: boolean;
|
6743
6762
|
hideInput: boolean;
|
6744
6763
|
controlVariant: ControlVariant;
|
6764
|
+
precision: number | null;
|
6745
6765
|
} & {
|
6746
6766
|
name?: string | undefined;
|
6747
6767
|
id?: string | undefined;
|
@@ -6765,6 +6785,8 @@ declare const VNumberInput: {
|
|
6765
6785
|
bgColor?: string | undefined;
|
6766
6786
|
prependIcon?: IconValue | undefined;
|
6767
6787
|
appendIcon?: IconValue | undefined;
|
6788
|
+
appendInnerIcon?: IconValue | undefined;
|
6789
|
+
prependInnerIcon?: IconValue | undefined;
|
6768
6790
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
6769
6791
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6770
6792
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -7446,7 +7468,7 @@ declare const VNumberInput: {
|
|
7446
7468
|
};
|
7447
7469
|
$forceUpdate: () => void;
|
7448
7470
|
$nextTick: typeof nextTick;
|
7449
|
-
$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;
|
7450
7472
|
} & Omit<{
|
7451
7473
|
error: boolean;
|
7452
7474
|
direction: "horizontal" | "vertical";
|
@@ -7685,7 +7707,7 @@ declare const VNumberInput: {
|
|
7685
7707
|
};
|
7686
7708
|
$forceUpdate: () => void;
|
7687
7709
|
$nextTick: typeof nextTick;
|
7688
|
-
$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;
|
7689
7711
|
} & Omit<{
|
7690
7712
|
flat: boolean;
|
7691
7713
|
reverse: boolean;
|
@@ -7806,7 +7828,7 @@ declare const VNumberInput: {
|
|
7806
7828
|
};
|
7807
7829
|
$forceUpdate: () => void;
|
7808
7830
|
$nextTick: typeof nextTick;
|
7809
|
-
$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;
|
7810
7832
|
} & Omit<{
|
7811
7833
|
flat: boolean;
|
7812
7834
|
reverse: boolean;
|
@@ -8113,7 +8135,7 @@ declare const VNumberInput: {
|
|
8113
8135
|
};
|
8114
8136
|
$forceUpdate: () => void;
|
8115
8137
|
$nextTick: typeof nextTick;
|
8116
|
-
$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;
|
8117
8139
|
} & Omit<{
|
8118
8140
|
error: boolean;
|
8119
8141
|
direction: "horizontal" | "vertical";
|
@@ -8352,7 +8374,7 @@ declare const VNumberInput: {
|
|
8352
8374
|
};
|
8353
8375
|
$forceUpdate: () => void;
|
8354
8376
|
$nextTick: typeof nextTick;
|
8355
|
-
$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;
|
8356
8378
|
} & Omit<{
|
8357
8379
|
flat: boolean;
|
8358
8380
|
reverse: boolean;
|
@@ -8585,7 +8607,7 @@ declare const VNumberInput: {
|
|
8585
8607
|
};
|
8586
8608
|
$forceUpdate: () => void;
|
8587
8609
|
$nextTick: typeof nextTick;
|
8588
|
-
$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;
|
8589
8611
|
} & Omit<{
|
8590
8612
|
error: boolean;
|
8591
8613
|
direction: "horizontal" | "vertical";
|
@@ -8824,7 +8846,7 @@ declare const VNumberInput: {
|
|
8824
8846
|
};
|
8825
8847
|
$forceUpdate: () => void;
|
8826
8848
|
$nextTick: typeof nextTick;
|
8827
|
-
$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;
|
8828
8850
|
} & Omit<{
|
8829
8851
|
flat: boolean;
|
8830
8852
|
reverse: boolean;
|
@@ -8896,7 +8918,7 @@ declare const VNumberInput: {
|
|
8896
8918
|
errorMessages: string | readonly string[] | null;
|
8897
8919
|
maxErrors: string | number;
|
8898
8920
|
rules: readonly ValidationRule$1[];
|
8899
|
-
modelValue:
|
8921
|
+
modelValue: number | null;
|
8900
8922
|
rounded: string | number | boolean;
|
8901
8923
|
tile: boolean;
|
8902
8924
|
density: Density;
|
@@ -8912,6 +8934,7 @@ declare const VNumberInput: {
|
|
8912
8934
|
persistentCounter: boolean;
|
8913
8935
|
hideInput: boolean;
|
8914
8936
|
controlVariant: ControlVariant;
|
8937
|
+
precision: number | null;
|
8915
8938
|
}>;
|
8916
8939
|
__isFragment?: never;
|
8917
8940
|
__isTeleport?: never;
|
@@ -8937,7 +8960,7 @@ declare const VNumberInput: {
|
|
8937
8960
|
errorMessages: string | readonly string[] | null;
|
8938
8961
|
maxErrors: string | number;
|
8939
8962
|
rules: readonly ValidationRule$1[];
|
8940
|
-
modelValue:
|
8963
|
+
modelValue: number | null;
|
8941
8964
|
tile: boolean;
|
8942
8965
|
density: Density;
|
8943
8966
|
clearIcon: IconValue;
|
@@ -8951,6 +8974,7 @@ declare const VNumberInput: {
|
|
8951
8974
|
persistentCounter: boolean;
|
8952
8975
|
hideInput: boolean;
|
8953
8976
|
controlVariant: ControlVariant;
|
8977
|
+
precision: number | null;
|
8954
8978
|
} & {
|
8955
8979
|
name?: string | undefined;
|
8956
8980
|
id?: string | undefined;
|
@@ -8974,6 +8998,8 @@ declare const VNumberInput: {
|
|
8974
8998
|
bgColor?: string | undefined;
|
8975
8999
|
prependIcon?: IconValue | undefined;
|
8976
9000
|
appendIcon?: IconValue | undefined;
|
9001
|
+
appendInnerIcon?: IconValue | undefined;
|
9002
|
+
prependInnerIcon?: IconValue | undefined;
|
8977
9003
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
8978
9004
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
8979
9005
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -9655,7 +9681,7 @@ declare const VNumberInput: {
|
|
9655
9681
|
};
|
9656
9682
|
$forceUpdate: () => void;
|
9657
9683
|
$nextTick: typeof nextTick;
|
9658
|
-
$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;
|
9659
9685
|
} & Omit<{
|
9660
9686
|
error: boolean;
|
9661
9687
|
direction: "horizontal" | "vertical";
|
@@ -9894,7 +9920,7 @@ declare const VNumberInput: {
|
|
9894
9920
|
};
|
9895
9921
|
$forceUpdate: () => void;
|
9896
9922
|
$nextTick: typeof nextTick;
|
9897
|
-
$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;
|
9898
9924
|
} & Omit<{
|
9899
9925
|
flat: boolean;
|
9900
9926
|
reverse: boolean;
|
@@ -10015,7 +10041,7 @@ declare const VNumberInput: {
|
|
10015
10041
|
};
|
10016
10042
|
$forceUpdate: () => void;
|
10017
10043
|
$nextTick: typeof nextTick;
|
10018
|
-
$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;
|
10019
10045
|
} & Omit<{
|
10020
10046
|
flat: boolean;
|
10021
10047
|
reverse: boolean;
|
@@ -10322,7 +10348,7 @@ declare const VNumberInput: {
|
|
10322
10348
|
};
|
10323
10349
|
$forceUpdate: () => void;
|
10324
10350
|
$nextTick: typeof nextTick;
|
10325
|
-
$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;
|
10326
10352
|
} & Omit<{
|
10327
10353
|
error: boolean;
|
10328
10354
|
direction: "horizontal" | "vertical";
|
@@ -10561,7 +10587,7 @@ declare const VNumberInput: {
|
|
10561
10587
|
};
|
10562
10588
|
$forceUpdate: () => void;
|
10563
10589
|
$nextTick: typeof nextTick;
|
10564
|
-
$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;
|
10565
10591
|
} & Omit<{
|
10566
10592
|
flat: boolean;
|
10567
10593
|
reverse: boolean;
|
@@ -10794,7 +10820,7 @@ declare const VNumberInput: {
|
|
10794
10820
|
};
|
10795
10821
|
$forceUpdate: () => void;
|
10796
10822
|
$nextTick: typeof nextTick;
|
10797
|
-
$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;
|
10798
10824
|
} & Omit<{
|
10799
10825
|
error: boolean;
|
10800
10826
|
direction: "horizontal" | "vertical";
|
@@ -11033,7 +11059,7 @@ declare const VNumberInput: {
|
|
11033
11059
|
};
|
11034
11060
|
$forceUpdate: () => void;
|
11035
11061
|
$nextTick: typeof nextTick;
|
11036
|
-
$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;
|
11037
11063
|
} & Omit<{
|
11038
11064
|
flat: boolean;
|
11039
11065
|
reverse: boolean;
|
@@ -11107,7 +11133,7 @@ declare const VNumberInput: {
|
|
11107
11133
|
errorMessages: string | readonly string[] | null;
|
11108
11134
|
maxErrors: string | number;
|
11109
11135
|
rules: readonly ValidationRule$1[];
|
11110
|
-
modelValue:
|
11136
|
+
modelValue: number | null;
|
11111
11137
|
rounded: string | number | boolean;
|
11112
11138
|
tile: boolean;
|
11113
11139
|
density: Density;
|
@@ -11123,6 +11149,7 @@ declare const VNumberInput: {
|
|
11123
11149
|
persistentCounter: boolean;
|
11124
11150
|
hideInput: boolean;
|
11125
11151
|
controlVariant: ControlVariant;
|
11152
|
+
precision: number | null;
|
11126
11153
|
}, {}, string, vue.SlotsType<Partial<{
|
11127
11154
|
message: (arg: VMessageSlot) => vue.VNode[];
|
11128
11155
|
clear: (arg: DefaultInputSlot & {
|
@@ -11225,6 +11252,8 @@ declare const VNumberInput: {
|
|
11225
11252
|
type: PropType<IconValue>;
|
11226
11253
|
default: string;
|
11227
11254
|
};
|
11255
|
+
appendInnerIcon: PropType<IconValue>;
|
11256
|
+
prependInnerIcon: PropType<IconValue>;
|
11228
11257
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
11229
11258
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
11230
11259
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
@@ -11254,7 +11283,7 @@ declare const VNumberInput: {
|
|
11254
11283
|
inset: BooleanConstructor;
|
11255
11284
|
hideInput: BooleanConstructor;
|
11256
11285
|
modelValue: {
|
11257
|
-
type: PropType<
|
11286
|
+
type: PropType<number | null>;
|
11258
11287
|
default: null;
|
11259
11288
|
};
|
11260
11289
|
min: {
|
@@ -11269,6 +11298,10 @@ declare const VNumberInput: {
|
|
11269
11298
|
type: NumberConstructor;
|
11270
11299
|
default: number;
|
11271
11300
|
};
|
11301
|
+
precision: {
|
11302
|
+
type: PropType<number | null>;
|
11303
|
+
default: number;
|
11304
|
+
};
|
11272
11305
|
}, vue.ExtractPropTypes<{
|
11273
11306
|
flat: BooleanConstructor;
|
11274
11307
|
reverse: BooleanConstructor;
|
@@ -11353,6 +11386,8 @@ declare const VNumberInput: {
|
|
11353
11386
|
type: PropType<IconValue>;
|
11354
11387
|
default: string;
|
11355
11388
|
};
|
11389
|
+
appendInnerIcon: PropType<IconValue>;
|
11390
|
+
prependInnerIcon: PropType<IconValue>;
|
11356
11391
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
11357
11392
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
11358
11393
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
@@ -11382,7 +11417,7 @@ declare const VNumberInput: {
|
|
11382
11417
|
inset: BooleanConstructor;
|
11383
11418
|
hideInput: BooleanConstructor;
|
11384
11419
|
modelValue: {
|
11385
|
-
type: PropType<
|
11420
|
+
type: PropType<number | null>;
|
11386
11421
|
default: null;
|
11387
11422
|
};
|
11388
11423
|
min: {
|
@@ -11397,6 +11432,10 @@ declare const VNumberInput: {
|
|
11397
11432
|
type: NumberConstructor;
|
11398
11433
|
default: number;
|
11399
11434
|
};
|
11435
|
+
precision: {
|
11436
|
+
type: PropType<number | null>;
|
11437
|
+
default: number;
|
11438
|
+
};
|
11400
11439
|
}>>;
|
11401
11440
|
type VNumberInput = InstanceType<typeof VNumberInput>;
|
11402
11441
|
|
@@ -12373,7 +12412,7 @@ declare const VSnackbar: {
|
|
12373
12412
|
};
|
12374
12413
|
$forceUpdate: () => void;
|
12375
12414
|
$nextTick: typeof nextTick;
|
12376
|
-
$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;
|
12377
12416
|
} & Omit<{
|
12378
12417
|
absolute: boolean;
|
12379
12418
|
location: Anchor;
|
@@ -13055,7 +13094,7 @@ declare const VSnackbar: {
|
|
13055
13094
|
};
|
13056
13095
|
$forceUpdate: () => void;
|
13057
13096
|
$nextTick: typeof nextTick;
|
13058
|
-
$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;
|
13059
13098
|
} & Omit<{
|
13060
13099
|
absolute: boolean;
|
13061
13100
|
location: Anchor;
|
@@ -13637,7 +13676,7 @@ declare const VSnackbar: {
|
|
13637
13676
|
};
|
13638
13677
|
$forceUpdate: () => void;
|
13639
13678
|
$nextTick: typeof nextTick;
|
13640
|
-
$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;
|
13641
13680
|
} & Omit<{
|
13642
13681
|
absolute: boolean;
|
13643
13682
|
location: Anchor;
|
@@ -17685,7 +17724,7 @@ declare const VTreeviewItem: {
|
|
17685
17724
|
title?: string | number | undefined;
|
17686
17725
|
class?: any;
|
17687
17726
|
theme?: string | undefined;
|
17688
|
-
to?: vue_router.
|
17727
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
17689
17728
|
lines?: false | "one" | "two" | "three" | undefined;
|
17690
17729
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
17691
17730
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -17753,7 +17792,7 @@ declare const VTreeviewItem: {
|
|
17753
17792
|
title?: string | number | undefined;
|
17754
17793
|
class?: any;
|
17755
17794
|
theme?: string | undefined;
|
17756
|
-
to?: vue_router.
|
17795
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
17757
17796
|
lines?: false | "one" | "two" | "three" | undefined;
|
17758
17797
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
17759
17798
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -17852,7 +17891,7 @@ declare const VTreeviewItem: {
|
|
17852
17891
|
title?: string | number | undefined;
|
17853
17892
|
class?: any;
|
17854
17893
|
theme?: string | undefined;
|
17855
|
-
to?: vue_router.
|
17894
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
17856
17895
|
lines?: false | "one" | "two" | "three" | undefined;
|
17857
17896
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
17858
17897
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -17942,7 +17981,7 @@ declare const VTreeviewItem: {
|
|
17942
17981
|
title?: string | number | undefined;
|
17943
17982
|
class?: any;
|
17944
17983
|
theme?: string | undefined;
|
17945
|
-
to?: vue_router.
|
17984
|
+
to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
|
17946
17985
|
lines?: false | "one" | "two" | "three" | undefined;
|
17947
17986
|
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
17948
17987
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -64,7 +64,6 @@ export function createVueI18nAdapter(_ref) {
|
|
64
64
|
current,
|
65
65
|
fallback,
|
66
66
|
messages,
|
67
|
-
// @ts-expect-error Type instantiation is excessively deep and possibly infinite
|
68
67
|
t: function (key) {
|
69
68
|
for (var _len2 = arguments.length, params = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
|
70
69
|
params[_key2 - 1] = arguments[_key2];
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"vue-i18n.mjs","names":["useProxiedModel","watch","useProvided","props","prop","provided","internal","value","v","createProvideFunction","data","current","fallback","messages","i18n","useI18n","locale","fallbackLocale","useScope","legacy","inheritLocale","name","t","key","_len","arguments","length","params","Array","_key","n","provide","createVueI18nAdapter","_ref","global","_len2","_key2"],"sources":["../../../src/locale/adapters/vue-i18n.ts"],"sourcesContent":["// Composables\nimport { useProxiedModel } from '@/composables/proxiedModel'\n\n// Utilities\nimport { watch } from 'vue'\n\n// Types\nimport type { Ref } from 'vue'\nimport type { I18n, useI18n } from 'vue-i18n'\nimport type { LocaleInstance, LocaleMessages, LocaleOptions } from '@/composables/locale'\n\ntype VueI18nAdapterParams = {\n i18n: I18n<any, {}, {}, string, false>\n useI18n: typeof useI18n\n}\n\nfunction useProvided <T> (props: any, prop: string, provided: Ref<T>) {\n const internal = useProxiedModel(props, prop)\n\n internal.value = props[prop] ?? provided.value\n\n watch(provided, v => {\n if (props[prop] == null) {\n internal.value = v\n }\n })\n\n return internal as Ref<T>\n}\n\nfunction createProvideFunction (data: {\n current: Ref<string>\n fallback: Ref<string>\n messages: Ref<LocaleMessages>\n useI18n: typeof useI18n\n}) {\n return (props: LocaleOptions): LocaleInstance => {\n const current = useProvided(props, 'locale', data.current)\n const fallback = useProvided(props, 'fallback', data.fallback)\n const messages = useProvided(props, 'messages', data.messages)\n\n const i18n = data.useI18n({\n locale: current.value,\n fallbackLocale: fallback.value,\n messages: messages.value as any,\n useScope: 'local',\n legacy: false,\n inheritLocale: false,\n })\n\n watch(current, v => {\n i18n.locale.value = v\n })\n\n return {\n name: 'vue-i18n',\n current,\n fallback,\n messages,\n t: (key: string, ...params: unknown[]) => i18n.t(key, params),\n n: i18n.n,\n provide: createProvideFunction({ current, fallback, messages, useI18n: data.useI18n }),\n }\n }\n}\n\nexport function createVueI18nAdapter ({ i18n, useI18n }: VueI18nAdapterParams): LocaleInstance {\n const current = i18n.global.locale\n const fallback = i18n.global.fallbackLocale as Ref<any>\n const messages = i18n.global.messages\n\n return {\n name: 'vue-i18n',\n current,\n fallback,\n messages,\n
|
1
|
+
{"version":3,"file":"vue-i18n.mjs","names":["useProxiedModel","watch","useProvided","props","prop","provided","internal","value","v","createProvideFunction","data","current","fallback","messages","i18n","useI18n","locale","fallbackLocale","useScope","legacy","inheritLocale","name","t","key","_len","arguments","length","params","Array","_key","n","provide","createVueI18nAdapter","_ref","global","_len2","_key2"],"sources":["../../../src/locale/adapters/vue-i18n.ts"],"sourcesContent":["// Composables\nimport { useProxiedModel } from '@/composables/proxiedModel'\n\n// Utilities\nimport { watch } from 'vue'\n\n// Types\nimport type { Ref } from 'vue'\nimport type { I18n, useI18n } from 'vue-i18n'\nimport type { LocaleInstance, LocaleMessages, LocaleOptions } from '@/composables/locale'\n\ntype VueI18nAdapterParams = {\n i18n: I18n<any, {}, {}, string, false>\n useI18n: typeof useI18n\n}\n\nfunction useProvided <T> (props: any, prop: string, provided: Ref<T>) {\n const internal = useProxiedModel(props, prop)\n\n internal.value = props[prop] ?? provided.value\n\n watch(provided, v => {\n if (props[prop] == null) {\n internal.value = v\n }\n })\n\n return internal as Ref<T>\n}\n\nfunction createProvideFunction (data: {\n current: Ref<string>\n fallback: Ref<string>\n messages: Ref<LocaleMessages>\n useI18n: typeof useI18n\n}) {\n return (props: LocaleOptions): LocaleInstance => {\n const current = useProvided(props, 'locale', data.current)\n const fallback = useProvided(props, 'fallback', data.fallback)\n const messages = useProvided(props, 'messages', data.messages)\n\n const i18n = data.useI18n({\n locale: current.value,\n fallbackLocale: fallback.value,\n messages: messages.value as any,\n useScope: 'local',\n legacy: false,\n inheritLocale: false,\n })\n\n watch(current, v => {\n i18n.locale.value = v\n })\n\n return {\n name: 'vue-i18n',\n current,\n fallback,\n messages,\n t: (key: string, ...params: unknown[]) => i18n.t(key, params),\n n: i18n.n,\n provide: createProvideFunction({ current, fallback, messages, useI18n: data.useI18n }),\n }\n }\n}\n\nexport function createVueI18nAdapter ({ i18n, useI18n }: VueI18nAdapterParams): LocaleInstance {\n const current = i18n.global.locale\n const fallback = i18n.global.fallbackLocale as Ref<any>\n const messages = i18n.global.messages\n\n return {\n name: 'vue-i18n',\n current,\n fallback,\n messages,\n t: (key: string, ...params: unknown[]) => i18n.global.t(key, params),\n n: i18n.global.n,\n provide: createProvideFunction({ current, fallback, messages, useI18n }),\n }\n}\n"],"mappings":"AAAA;AAAA,SACSA,eAAe,8CAExB;AACA,SAASC,KAAK,QAAQ,KAAK;;AAE3B;;AAUA,SAASC,WAAWA,CAAMC,KAAU,EAAEC,IAAY,EAAEC,QAAgB,EAAE;EACpE,MAAMC,QAAQ,GAAGN,eAAe,CAACG,KAAK,EAAEC,IAAI,CAAC;EAE7CE,QAAQ,CAACC,KAAK,GAAGJ,KAAK,CAACC,IAAI,CAAC,IAAIC,QAAQ,CAACE,KAAK;EAE9CN,KAAK,CAACI,QAAQ,EAAEG,CAAC,IAAI;IACnB,IAAIL,KAAK,CAACC,IAAI,CAAC,IAAI,IAAI,EAAE;MACvBE,QAAQ,CAACC,KAAK,GAAGC,CAAC;IACpB;EACF,CAAC,CAAC;EAEF,OAAOF,QAAQ;AACjB;AAEA,SAASG,qBAAqBA,CAAEC,IAK/B,EAAE;EACD,OAAQP,KAAoB,IAAqB;IAC/C,MAAMQ,OAAO,GAAGT,WAAW,CAACC,KAAK,EAAE,QAAQ,EAAEO,IAAI,CAACC,OAAO,CAAC;IAC1D,MAAMC,QAAQ,GAAGV,WAAW,CAACC,KAAK,EAAE,UAAU,EAAEO,IAAI,CAACE,QAAQ,CAAC;IAC9D,MAAMC,QAAQ,GAAGX,WAAW,CAACC,KAAK,EAAE,UAAU,EAAEO,IAAI,CAACG,QAAQ,CAAC;IAE9D,MAAMC,IAAI,GAAGJ,IAAI,CAACK,OAAO,CAAC;MACxBC,MAAM,EAAEL,OAAO,CAACJ,KAAK;MACrBU,cAAc,EAAEL,QAAQ,CAACL,KAAK;MAC9BM,QAAQ,EAAEA,QAAQ,CAACN,KAAY;MAC/BW,QAAQ,EAAE,OAAO;MACjBC,MAAM,EAAE,KAAK;MACbC,aAAa,EAAE;IACjB,CAAC,CAAC;IAEFnB,KAAK,CAACU,OAAO,EAAEH,CAAC,IAAI;MAClBM,IAAI,CAACE,MAAM,CAACT,KAAK,GAAGC,CAAC;IACvB,CAAC,CAAC;IAEF,OAAO;MACLa,IAAI,EAAE,UAAU;MAChBV,OAAO;MACPC,QAAQ;MACRC,QAAQ;MACRS,CAAC,EAAE,SAAAA,CAACC,GAAW;QAAA,SAAAC,IAAA,GAAAC,SAAA,CAAAC,MAAA,EAAKC,MAAM,OAAAC,KAAA,CAAAJ,IAAA,OAAAA,IAAA,WAAAK,IAAA,MAAAA,IAAA,GAAAL,IAAA,EAAAK,IAAA;UAANF,MAAM,CAAAE,IAAA,QAAAJ,SAAA,CAAAI,IAAA;QAAA;QAAA,OAAgBf,IAAI,CAACQ,CAAC,CAACC,GAAG,EAAEI,MAAM,CAAC;MAAA;MAC7DG,CAAC,EAAEhB,IAAI,CAACgB,CAAC;MACTC,OAAO,EAAEtB,qBAAqB,CAAC;QAAEE,OAAO;QAAEC,QAAQ;QAAEC,QAAQ;QAAEE,OAAO,EAAEL,IAAI,CAACK;MAAQ,CAAC;IACvF,CAAC;EACH,CAAC;AACH;AAEA,OAAO,SAASiB,oBAAoBA,CAAAC,IAAA,EAA2D;EAAA,IAAzD;IAAEnB,IAAI;IAAEC;EAA8B,CAAC,GAAAkB,IAAA;EAC3E,MAAMtB,OAAO,GAAGG,IAAI,CAACoB,MAAM,CAAClB,MAAM;EAClC,MAAMJ,QAAQ,GAAGE,IAAI,CAACoB,MAAM,CAACjB,cAA0B;EACvD,MAAMJ,QAAQ,GAAGC,IAAI,CAACoB,MAAM,CAACrB,QAAQ;EAErC,OAAO;IACLQ,IAAI,EAAE,UAAU;IAChBV,OAAO;IACPC,QAAQ;IACRC,QAAQ;IACRS,CAAC,EAAE,SAAAA,CAACC,GAAW;MAAA,SAAAY,KAAA,GAAAV,SAAA,CAAAC,MAAA,EAAKC,MAAM,OAAAC,KAAA,CAAAO,KAAA,OAAAA,KAAA,WAAAC,KAAA,MAAAA,KAAA,GAAAD,KAAA,EAAAC,KAAA;QAANT,MAAM,CAAAS,KAAA,QAAAX,SAAA,CAAAW,KAAA;MAAA;MAAA,OAAgBtB,IAAI,CAACoB,MAAM,CAACZ,CAAC,CAACC,GAAG,EAAEI,MAAM,CAAC;IAAA;IACpEG,CAAC,EAAEhB,IAAI,CAACoB,MAAM,CAACJ,CAAC;IAChBC,OAAO,EAAEtB,qBAAqB,CAAC;MAAEE,OAAO;MAAEC,QAAQ;MAAEC,QAAQ;MAAEE;IAAQ,CAAC;EACzE,CAAC;AACH","ignoreList":[]}
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vuetify/nightly",
|
3
3
|
"description": "Vue Material Component Framework",
|
4
|
-
"version": "3.7.12-master.2025-02-
|
4
|
+
"version": "3.7.12-master.2025-02-18",
|
5
5
|
"author": {
|
6
6
|
"name": "John Leider",
|
7
7
|
"email": "john@vuetifyjs.com"
|
@@ -126,6 +126,7 @@
|
|
126
126
|
"@fortawesome/fontawesome-svg-core": "^6.5.2",
|
127
127
|
"@fortawesome/free-solid-svg-icons": "^6.5.2",
|
128
128
|
"@fortawesome/vue-fontawesome": "^3.0.6",
|
129
|
+
"@intlify/devtools-types": "^11.1.1",
|
129
130
|
"@percy/cli": "^1.29.3",
|
130
131
|
"@percy/sdk-utils": "^1.29.3",
|
131
132
|
"@rollup/plugin-alias": "^5.1.0",
|
@@ -137,14 +138,14 @@
|
|
137
138
|
"@testing-library/vue": "^8.1.0",
|
138
139
|
"@types/node": "^22.5.4",
|
139
140
|
"@types/resize-observer-browser": "^0.1.11",
|
140
|
-
"@vitejs/plugin-vue": "^5.
|
141
|
-
"@vitejs/plugin-vue-jsx": "^
|
142
|
-
"@vitest/browser": "^
|
143
|
-
"@vitest/coverage-v8": "^
|
144
|
-
"@vitest/ui": "^
|
145
|
-
"@vue/babel-plugin-jsx": "^1.2.
|
146
|
-
"@vue/shared": "
|
147
|
-
"@vue/test-utils": "2.4.6",
|
141
|
+
"@vitejs/plugin-vue": "^5.2.1",
|
142
|
+
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
143
|
+
"@vitest/browser": "^3.0.5",
|
144
|
+
"@vitest/coverage-v8": "^3.0.5",
|
145
|
+
"@vitest/ui": "^3.0.5",
|
146
|
+
"@vue/babel-plugin-jsx": "^1.2.5",
|
147
|
+
"@vue/shared": "3.4.38",
|
148
|
+
"@vue/test-utils": "^2.4.6",
|
148
149
|
"acorn-walk": "^8.3.2",
|
149
150
|
"autoprefixer": "^10.4.19",
|
150
151
|
"babel-plugin-add-import-extension": "1.5.1",
|
@@ -157,7 +158,6 @@
|
|
157
158
|
"cy-mobile-commands": "^0.3.0",
|
158
159
|
"date-fns": "^3.6.0",
|
159
160
|
"dotenv": "^16.4.5",
|
160
|
-
"eslint-plugin-jest": "^28.7.0",
|
161
161
|
"eslint-plugin-vitest": "0.4.1",
|
162
162
|
"expect": "^28.1.3",
|
163
163
|
"fast-glob": "^3.3.2",
|
@@ -166,19 +166,20 @@
|
|
166
166
|
"micromatch": "^4.0.5",
|
167
167
|
"postcss": "^8.4.38",
|
168
168
|
"roboto-fontface": "^0.10.0",
|
169
|
-
"rollup": "^
|
169
|
+
"rollup": "^4.34.8",
|
170
170
|
"rollup-plugin-dts": "^6.1.0",
|
171
171
|
"rollup-plugin-sass": "^1.12.21",
|
172
172
|
"rollup-plugin-sourcemaps": "^0.6.3",
|
173
173
|
"rollup-plugin-terser": "^7.0.2",
|
174
174
|
"timezone-mock": "^1.3.6",
|
175
|
-
"unplugin-auto-import": "
|
175
|
+
"unplugin-auto-import": "19.1.0",
|
176
176
|
"unplugin-vue-components": "^0.27.4",
|
177
177
|
"upath": "^2.0.1",
|
178
|
-
"vite": "^
|
178
|
+
"vite": "^6.1.0",
|
179
179
|
"vite-ssr": "^0.17.1",
|
180
|
-
"vitest": "^
|
181
|
-
"vue
|
180
|
+
"vitest": "^3.0.5",
|
181
|
+
"vue": "3.4.38",
|
182
|
+
"vue-i18n": "^11.1.1",
|
182
183
|
"vue-router": "^4.3.0",
|
183
184
|
"webdriverio": "^8.40.5"
|
184
185
|
},
|