@vuetify/nightly 3.9.2-master.2025-07-26 → 3.9.2-master.2025-07-28
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 +10 -3
- package/dist/json/attributes.json +2551 -2551
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +158 -158
- package/dist/json/web-types.json +4649 -4637
- package/dist/vuetify-labs.cjs +15 -8
- package/dist/vuetify-labs.css +5178 -5178
- package/dist/vuetify-labs.d.ts +100 -59
- package/dist/vuetify-labs.esm.js +15 -8
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +15 -8
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +6 -4
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +5833 -5833
- package/dist/vuetify.d.ts +59 -59
- package/dist/vuetify.esm.js +6 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +6 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +7 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.js +3 -1
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +59 -59
- package/lib/framework.js +1 -1
- package/lib/labs/VPie/VPie.css +1 -1
- package/lib/labs/VPie/VPie.d.ts +50 -0
- package/lib/labs/VPie/VPie.js +9 -4
- package/lib/labs/VPie/VPie.js.map +1 -1
- package/lib/labs/VPie/VPie.sass +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -95379,38 +95379,37 @@ declare module 'vue' {
|
|
95379
95379
|
VAppBarNavIcon: VAppBarNavIcon
|
95380
95380
|
VAppBarTitle: VAppBarTitle
|
95381
95381
|
VApp: VApp
|
95382
|
+
VAutocomplete: VAutocomplete
|
95383
|
+
VBadge: VBadge
|
95382
95384
|
VAlert: VAlert
|
95383
95385
|
VAlertTitle: VAlertTitle
|
95384
|
-
VAutocomplete: VAutocomplete
|
95385
95386
|
VBanner: VBanner
|
95386
95387
|
VBannerActions: VBannerActions
|
95387
95388
|
VBannerText: VBannerText
|
95388
|
-
|
95389
|
+
VBottomSheet: VBottomSheet
|
95390
|
+
VBottomNavigation: VBottomNavigation
|
95389
95391
|
VAvatar: VAvatar
|
95390
95392
|
VBreadcrumbs: VBreadcrumbs
|
95391
95393
|
VBreadcrumbsItem: VBreadcrumbsItem
|
95392
95394
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
95393
95395
|
VBtn: VBtn
|
95394
|
-
VBottomSheet: VBottomSheet
|
95395
95396
|
VBtnToggle: VBtnToggle
|
95396
|
-
|
95397
|
+
VCarousel: VCarousel
|
95398
|
+
VCarouselItem: VCarouselItem
|
95399
|
+
VCheckbox: VCheckbox
|
95400
|
+
VCheckboxBtn: VCheckboxBtn
|
95397
95401
|
VCard: VCard
|
95398
95402
|
VCardActions: VCardActions
|
95399
95403
|
VCardItem: VCardItem
|
95400
95404
|
VCardSubtitle: VCardSubtitle
|
95401
95405
|
VCardText: VCardText
|
95402
95406
|
VCardTitle: VCardTitle
|
95403
|
-
VCheckbox: VCheckbox
|
95404
|
-
VCheckboxBtn: VCheckboxBtn
|
95405
|
-
VBottomNavigation: VBottomNavigation
|
95406
|
-
VCode: VCode
|
95407
|
-
VChipGroup: VChipGroup
|
95408
95407
|
VChip: VChip
|
95409
|
-
VColorPicker: VColorPicker
|
95410
95408
|
VCombobox: VCombobox
|
95409
|
+
VCode: VCode
|
95410
|
+
VBtnGroup: VBtnGroup
|
95411
|
+
VColorPicker: VColorPicker
|
95411
95412
|
VCounter: VCounter
|
95412
|
-
VCarousel: VCarousel
|
95413
|
-
VCarouselItem: VCarouselItem
|
95414
95413
|
VDataTable: VDataTable
|
95415
95414
|
VDataTableHeaders: VDataTableHeaders
|
95416
95415
|
VDataTableFooter: VDataTableFooter
|
@@ -95418,35 +95417,35 @@ declare module 'vue' {
|
|
95418
95417
|
VDataTableRow: VDataTableRow
|
95419
95418
|
VDataTableVirtual: VDataTableVirtual
|
95420
95419
|
VDataTableServer: VDataTableServer
|
95421
|
-
VDialog: VDialog
|
95422
|
-
VDivider: VDivider
|
95423
|
-
VEmptyState: VEmptyState
|
95424
95420
|
VDatePicker: VDatePicker
|
95425
95421
|
VDatePickerControls: VDatePickerControls
|
95426
95422
|
VDatePickerHeader: VDatePickerHeader
|
95427
95423
|
VDatePickerMonth: VDatePickerMonth
|
95428
95424
|
VDatePickerMonths: VDatePickerMonths
|
95429
95425
|
VDatePickerYears: VDatePickerYears
|
95426
|
+
VChipGroup: VChipGroup
|
95427
|
+
VDialog: VDialog
|
95428
|
+
VDivider: VDivider
|
95430
95429
|
VExpansionPanels: VExpansionPanels
|
95431
95430
|
VExpansionPanel: VExpansionPanel
|
95432
95431
|
VExpansionPanelText: VExpansionPanelText
|
95433
95432
|
VExpansionPanelTitle: VExpansionPanelTitle
|
95434
|
-
|
95433
|
+
VEmptyState: VEmptyState
|
95434
|
+
VFab: VFab
|
95435
95435
|
VField: VField
|
95436
95436
|
VFieldLabel: VFieldLabel
|
95437
|
+
VFileInput: VFileInput
|
95437
95438
|
VFooter: VFooter
|
95438
|
-
|
95439
|
-
|
95439
|
+
VItemGroup: VItemGroup
|
95440
|
+
VItem: VItem
|
95440
95441
|
VIcon: VIcon
|
95441
95442
|
VComponentIcon: VComponentIcon
|
95442
95443
|
VSvgIcon: VSvgIcon
|
95443
95444
|
VLigatureIcon: VLigatureIcon
|
95444
95445
|
VClassIcon: VClassIcon
|
95445
|
-
|
95446
|
-
VImg: VImg
|
95447
|
-
VItemGroup: VItemGroup
|
95448
|
-
VItem: VItem
|
95446
|
+
VInput: VInput
|
95449
95447
|
VLabel: VLabel
|
95448
|
+
VImg: VImg
|
95450
95449
|
VKbd: VKbd
|
95451
95450
|
VList: VList
|
95452
95451
|
VListGroup: VListGroup
|
@@ -95457,76 +95456,81 @@ declare module 'vue' {
|
|
95457
95456
|
VListItemSubtitle: VListItemSubtitle
|
95458
95457
|
VListItemTitle: VListItemTitle
|
95459
95458
|
VListSubheader: VListSubheader
|
95459
|
+
VMenu: VMenu
|
95460
95460
|
VMain: VMain
|
95461
|
+
VInfiniteScroll: VInfiniteScroll
|
95461
95462
|
VMessages: VMessages
|
95462
|
-
VMenu: VMenu
|
95463
95463
|
VNavigationDrawer: VNavigationDrawer
|
95464
|
+
VNumberInput: VNumberInput
|
95465
|
+
VOtpInput: VOtpInput
|
95464
95466
|
VOverlay: VOverlay
|
95465
95467
|
VPagination: VPagination
|
95466
|
-
|
95467
|
-
VRadioGroup: VRadioGroup
|
95468
|
+
VProgressLinear: VProgressLinear
|
95468
95469
|
VProgressCircular: VProgressCircular
|
95470
|
+
VRadioGroup: VRadioGroup
|
95471
|
+
VRating: VRating
|
95469
95472
|
VSelectionControl: VSelectionControl
|
95470
95473
|
VSelect: VSelect
|
95471
|
-
VRating: VRating
|
95472
|
-
VSlider: VSlider
|
95473
95474
|
VSelectionControlGroup: VSelectionControlGroup
|
95474
|
-
VSheet: VSheet
|
95475
|
-
VSkeletonLoader: VSkeletonLoader
|
95476
95475
|
VSlideGroup: VSlideGroup
|
95477
95476
|
VSlideGroupItem: VSlideGroupItem
|
95478
|
-
|
95479
|
-
VOtpInput: VOtpInput
|
95477
|
+
VSkeletonLoader: VSkeletonLoader
|
95480
95478
|
VSnackbar: VSnackbar
|
95481
|
-
|
95479
|
+
VSlider: VSlider
|
95480
|
+
VSheet: VSheet
|
95482
95481
|
VStepper: VStepper
|
95483
95482
|
VStepperActions: VStepperActions
|
95484
95483
|
VStepperHeader: VStepperHeader
|
95485
95484
|
VStepperItem: VStepperItem
|
95486
95485
|
VStepperWindow: VStepperWindow
|
95487
95486
|
VStepperWindowItem: VStepperWindowItem
|
95488
|
-
VSystemBar: VSystemBar
|
95489
|
-
VTable: VTable
|
95490
95487
|
VTextarea: VTextarea
|
95488
|
+
VSwitch: VSwitch
|
95489
|
+
VTable: VTable
|
95491
95490
|
VTextField: VTextField
|
95492
95491
|
VTab: VTab
|
95493
95492
|
VTabs: VTabs
|
95494
95493
|
VTabsWindow: VTabsWindow
|
95495
95494
|
VTabsWindowItem: VTabsWindowItem
|
95496
|
-
|
95497
|
-
VTimelineItem: VTimelineItem
|
95498
|
-
VTimePicker: VTimePicker
|
95499
|
-
VTimePickerClock: VTimePickerClock
|
95500
|
-
VTimePickerControls: VTimePickerControls
|
95501
|
-
VToolbar: VToolbar
|
95502
|
-
VToolbarTitle: VToolbarTitle
|
95503
|
-
VToolbarItems: VToolbarItems
|
95495
|
+
VTooltip: VTooltip
|
95504
95496
|
VTreeview: VTreeview
|
95505
95497
|
VTreeviewItem: VTreeviewItem
|
95506
95498
|
VTreeviewGroup: VTreeviewGroup
|
95507
|
-
|
95499
|
+
VToolbar: VToolbar
|
95500
|
+
VToolbarTitle: VToolbarTitle
|
95501
|
+
VToolbarItems: VToolbarItems
|
95502
|
+
VTimePicker: VTimePicker
|
95503
|
+
VTimePickerClock: VTimePickerClock
|
95504
|
+
VTimePickerControls: VTimePickerControls
|
95505
|
+
VTimeline: VTimeline
|
95506
|
+
VTimelineItem: VTimelineItem
|
95507
|
+
VWindow: VWindow
|
95508
|
+
VWindowItem: VWindowItem
|
95508
95509
|
VConfirmEdit: VConfirmEdit
|
95509
|
-
VDataIterator: VDataIterator
|
95510
95510
|
VDefaultsProvider: VDefaultsProvider
|
95511
|
+
VDataIterator: VDataIterator
|
95511
95512
|
VForm: VForm
|
95512
|
-
VHover: VHover
|
95513
95513
|
VContainer: VContainer
|
95514
95514
|
VCol: VCol
|
95515
95515
|
VRow: VRow
|
95516
95516
|
VSpacer: VSpacer
|
95517
95517
|
VLazy: VLazy
|
95518
|
-
|
95518
|
+
VLayout: VLayout
|
95519
|
+
VLayoutItem: VLayoutItem
|
95520
|
+
VHover: VHover
|
95519
95521
|
VNoSsr: VNoSsr
|
95520
95522
|
VParallax: VParallax
|
95521
95523
|
VRadio: VRadio
|
95522
95524
|
VRangeSlider: VRangeSlider
|
95523
95525
|
VResponsive: VResponsive
|
95524
95526
|
VSnackbarQueue: VSnackbarQueue
|
95525
|
-
VSparkline: VSparkline
|
95526
95527
|
VSpeedDial: VSpeedDial
|
95528
|
+
VSparkline: VSparkline
|
95529
|
+
VSystemBar: VSystemBar
|
95527
95530
|
VThemeProvider: VThemeProvider
|
95528
|
-
VValidation: VValidation
|
95529
95531
|
VVirtualScroll: VVirtualScroll
|
95532
|
+
VValidation: VValidation
|
95533
|
+
VLocaleProvider: VLocaleProvider
|
95530
95534
|
VFabTransition: VFabTransition
|
95531
95535
|
VDialogBottomTransition: VDialogBottomTransition
|
95532
95536
|
VDialogTopTransition: VDialogTopTransition
|
@@ -95543,10 +95547,7 @@ declare module 'vue' {
|
|
95543
95547
|
VExpandTransition: VExpandTransition
|
95544
95548
|
VExpandXTransition: VExpandXTransition
|
95545
95549
|
VDialogTransition: VDialogTransition
|
95546
|
-
|
95547
|
-
VWindowItem: VWindowItem
|
95548
|
-
VLayout: VLayout
|
95549
|
-
VLayoutItem: VLayoutItem
|
95550
|
+
VColorInput: VColorInput
|
95550
95551
|
VCalendar: VCalendar
|
95551
95552
|
VCalendarDay: VCalendarDay
|
95552
95553
|
VCalendarHeader: VCalendarHeader
|
@@ -95557,18 +95558,17 @@ declare module 'vue' {
|
|
95557
95558
|
VPickerTitle: VPickerTitle
|
95558
95559
|
VFileUpload: VFileUpload
|
95559
95560
|
VFileUploadItem: VFileUploadItem
|
95561
|
+
VVideo: VVideo
|
95562
|
+
VVideoControls: VVideoControls
|
95563
|
+
VVideoVolume: VVideoVolume
|
95560
95564
|
VIconBtn: VIconBtn
|
95561
|
-
VStepperVertical: VStepperVertical
|
95562
|
-
VStepperVerticalItem: VStepperVerticalItem
|
95563
|
-
VStepperVerticalActions: VStepperVerticalActions
|
95564
95565
|
VPie: VPie
|
95565
95566
|
VPieSegment: VPieSegment
|
95566
95567
|
VPieTooltip: VPieTooltip
|
95568
|
+
VStepperVertical: VStepperVertical
|
95569
|
+
VStepperVerticalItem: VStepperVerticalItem
|
95570
|
+
VStepperVerticalActions: VStepperVerticalActions
|
95567
95571
|
VHotkey: VHotkey
|
95568
|
-
VColorInput: VColorInput
|
95569
|
-
VVideo: VVideo
|
95570
|
-
VVideoControls: VVideoControls
|
95571
|
-
VVideoVolume: VVideoVolume
|
95572
95572
|
VDateInput: VDateInput
|
95573
95573
|
VMaskInput: VMaskInput
|
95574
95574
|
VPullToRefresh: VPullToRefresh
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.9.2-master.2025-07-
|
2
|
+
* Vuetify v3.9.2-master.2025-07-28
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -26093,7 +26093,7 @@ const VNumberInput = genericComponent()({
|
|
26093
26093
|
return fixed.replace('.', decimalSeparator.value);
|
26094
26094
|
}
|
26095
26095
|
let [baseDigits, fractionDigits] = fixed.split('.');
|
26096
|
-
fractionDigits = (fractionDigits ?? '').padEnd(props.minFractionDigits, '0').replace(new RegExp(`(?<=\\d{${props.minFractionDigits}})0
|
26096
|
+
fractionDigits = (fractionDigits ?? '').padEnd(props.minFractionDigits, '0').replace(new RegExp(`(?<=\\d{${props.minFractionDigits}})0+$`, 'g'), '');
|
26097
26097
|
return [baseDigits, fractionDigits].filter(Boolean).join(decimalSeparator.value);
|
26098
26098
|
}
|
26099
26099
|
const model = useProxiedModel(props, 'modelValue', null, val => val ?? null, val => val == null ? val ?? null : clamp(Number(val), props.min, props.max));
|
@@ -26201,6 +26201,8 @@ const VNumberInput = genericComponent()({
|
|
26201
26201
|
if (potentialNewInputVal.split(decimalSeparator.value)[1]?.length > props.precision) {
|
26202
26202
|
e.preventDefault();
|
26203
26203
|
inputElement.value = potentialNewNumber;
|
26204
|
+
const cursorPosition = (selectionStart ?? 0) + e.data.length;
|
26205
|
+
inputElement.setSelectionRange(cursorPosition, cursorPosition);
|
26204
26206
|
}
|
26205
26207
|
// Ignore decimal separator when precision = 0
|
26206
26208
|
if (props.precision === 0 && potentialNewInputVal.includes(decimalSeparator.value)) {
|
@@ -31430,7 +31432,7 @@ function createVuetify$1() {
|
|
31430
31432
|
};
|
31431
31433
|
});
|
31432
31434
|
}
|
31433
|
-
const version$1 = "3.9.2-master.2025-07-
|
31435
|
+
const version$1 = "3.9.2-master.2025-07-28";
|
31434
31436
|
createVuetify$1.version = version$1;
|
31435
31437
|
|
31436
31438
|
// Vue's inject() can only be used in setup
|
@@ -31455,7 +31457,7 @@ const createVuetify = function () {
|
|
31455
31457
|
...options
|
31456
31458
|
});
|
31457
31459
|
};
|
31458
|
-
const version = "3.9.2-master.2025-07-
|
31460
|
+
const version = "3.9.2-master.2025-07-28";
|
31459
31461
|
createVuetify.version = version;
|
31460
31462
|
|
31461
31463
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useRtl, useTheme, version };
|