@vuetify/nightly 3.9.2-master.2025-07-26 → 3.9.2-master.2025-07-27
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 +9 -3
- package/dist/json/attributes.json +3465 -3465
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +152 -152
- package/dist/json/web-types.json +6369 -6357
- package/dist/vuetify-labs.cjs +14 -7
- package/dist/vuetify-labs.css +5216 -5216
- package/dist/vuetify-labs.d.ts +95 -54
- package/dist/vuetify-labs.esm.js +14 -7
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +14 -7
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +5 -3
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3668 -3668
- package/dist/vuetify.d.ts +54 -54
- package/dist/vuetify.esm.js +5 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +5 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +6 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.js +2 -0
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +54 -54
- 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
@@ -95375,42 +95375,41 @@ declare module 'vue' {
|
|
95375
95375
|
$children?: VNodeChild
|
95376
95376
|
}
|
95377
95377
|
export interface GlobalComponents {
|
95378
|
-
VAppBar: VAppBar
|
95379
|
-
VAppBarNavIcon: VAppBarNavIcon
|
95380
|
-
VAppBarTitle: VAppBarTitle
|
95381
95378
|
VApp: VApp
|
95382
95379
|
VAlert: VAlert
|
95383
95380
|
VAlertTitle: VAlertTitle
|
95381
|
+
VAppBar: VAppBar
|
95382
|
+
VAppBarNavIcon: VAppBarNavIcon
|
95383
|
+
VAppBarTitle: VAppBarTitle
|
95384
95384
|
VAutocomplete: VAutocomplete
|
95385
|
-
VBanner: VBanner
|
95386
|
-
VBannerActions: VBannerActions
|
95387
|
-
VBannerText: VBannerText
|
95388
|
-
VBadge: VBadge
|
95389
95385
|
VAvatar: VAvatar
|
95390
95386
|
VBreadcrumbs: VBreadcrumbs
|
95391
95387
|
VBreadcrumbsItem: VBreadcrumbsItem
|
95392
95388
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
95393
|
-
|
95389
|
+
VBadge: VBadge
|
95390
|
+
VBottomNavigation: VBottomNavigation
|
95394
95391
|
VBottomSheet: VBottomSheet
|
95395
|
-
|
95392
|
+
VBanner: VBanner
|
95393
|
+
VBannerActions: VBannerActions
|
95394
|
+
VBannerText: VBannerText
|
95396
95395
|
VBtnGroup: VBtnGroup
|
95396
|
+
VBtn: VBtn
|
95397
|
+
VCarousel: VCarousel
|
95398
|
+
VCarouselItem: VCarouselItem
|
95399
|
+
VBtnToggle: VBtnToggle
|
95397
95400
|
VCard: VCard
|
95398
95401
|
VCardActions: VCardActions
|
95399
95402
|
VCardItem: VCardItem
|
95400
95403
|
VCardSubtitle: VCardSubtitle
|
95401
95404
|
VCardText: VCardText
|
95402
95405
|
VCardTitle: VCardTitle
|
95403
|
-
VCheckbox: VCheckbox
|
95404
|
-
VCheckboxBtn: VCheckboxBtn
|
95405
|
-
VBottomNavigation: VBottomNavigation
|
95406
95406
|
VCode: VCode
|
95407
|
-
VChipGroup: VChipGroup
|
95408
95407
|
VChip: VChip
|
95408
|
+
VChipGroup: VChipGroup
|
95409
|
+
VCheckbox: VCheckbox
|
95410
|
+
VCheckboxBtn: VCheckboxBtn
|
95409
95411
|
VColorPicker: VColorPicker
|
95410
|
-
VCombobox: VCombobox
|
95411
95412
|
VCounter: VCounter
|
95412
|
-
VCarousel: VCarousel
|
95413
|
-
VCarouselItem: VCarouselItem
|
95414
95413
|
VDataTable: VDataTable
|
95415
95414
|
VDataTableHeaders: VDataTableHeaders
|
95416
95415
|
VDataTableFooter: VDataTableFooter
|
@@ -95418,36 +95417,36 @@ 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
|
+
VCombobox: VCombobox
|
95427
|
+
VDialog: VDialog
|
95428
|
+
VDivider: VDivider
|
95430
95429
|
VExpansionPanels: VExpansionPanels
|
95431
95430
|
VExpansionPanel: VExpansionPanel
|
95432
95431
|
VExpansionPanelText: VExpansionPanelText
|
95433
95432
|
VExpansionPanelTitle: VExpansionPanelTitle
|
95433
|
+
VEmptyState: VEmptyState
|
95434
95434
|
VFileInput: VFileInput
|
95435
95435
|
VField: VField
|
95436
95436
|
VFieldLabel: VFieldLabel
|
95437
95437
|
VFooter: VFooter
|
95438
95438
|
VFab: VFab
|
95439
|
-
|
95439
|
+
VImg: VImg
|
95440
95440
|
VIcon: VIcon
|
95441
95441
|
VComponentIcon: VComponentIcon
|
95442
95442
|
VSvgIcon: VSvgIcon
|
95443
95443
|
VLigatureIcon: VLigatureIcon
|
95444
95444
|
VClassIcon: VClassIcon
|
95445
|
+
VInput: VInput
|
95445
95446
|
VInfiniteScroll: VInfiniteScroll
|
95446
|
-
VImg: VImg
|
95447
95447
|
VItemGroup: VItemGroup
|
95448
95448
|
VItem: VItem
|
95449
95449
|
VLabel: VLabel
|
95450
|
-
VKbd: VKbd
|
95451
95450
|
VList: VList
|
95452
95451
|
VListGroup: VListGroup
|
95453
95452
|
VListImg: VListImg
|
@@ -95457,76 +95456,80 @@ declare module 'vue' {
|
|
95457
95456
|
VListItemSubtitle: VListItemSubtitle
|
95458
95457
|
VListItemTitle: VListItemTitle
|
95459
95458
|
VListSubheader: VListSubheader
|
95459
|
+
VKbd: VKbd
|
95460
|
+
VNavigationDrawer: VNavigationDrawer
|
95461
|
+
VMenu: VMenu
|
95460
95462
|
VMain: VMain
|
95461
95463
|
VMessages: VMessages
|
95462
|
-
|
95463
|
-
VNavigationDrawer: VNavigationDrawer
|
95464
|
-
VOverlay: VOverlay
|
95465
|
-
VPagination: VPagination
|
95464
|
+
VOtpInput: VOtpInput
|
95466
95465
|
VNumberInput: VNumberInput
|
95467
|
-
|
95466
|
+
VPagination: VPagination
|
95468
95467
|
VProgressCircular: VProgressCircular
|
95469
|
-
|
95468
|
+
VOverlay: VOverlay
|
95469
|
+
VRadioGroup: VRadioGroup
|
95470
|
+
VProgressLinear: VProgressLinear
|
95470
95471
|
VSelect: VSelect
|
95471
95472
|
VRating: VRating
|
95472
|
-
|
95473
|
+
VSelectionControl: VSelectionControl
|
95473
95474
|
VSelectionControlGroup: VSelectionControlGroup
|
95474
|
-
VSheet: VSheet
|
95475
95475
|
VSkeletonLoader: VSkeletonLoader
|
95476
|
-
|
95477
|
-
|
95478
|
-
VProgressLinear: VProgressLinear
|
95479
|
-
VOtpInput: VOtpInput
|
95476
|
+
VSheet: VSheet
|
95477
|
+
VSlider: VSlider
|
95480
95478
|
VSnackbar: VSnackbar
|
95481
|
-
VSwitch: VSwitch
|
95482
95479
|
VStepper: VStepper
|
95483
95480
|
VStepperActions: VStepperActions
|
95484
95481
|
VStepperHeader: VStepperHeader
|
95485
95482
|
VStepperItem: VStepperItem
|
95486
95483
|
VStepperWindow: VStepperWindow
|
95487
95484
|
VStepperWindowItem: VStepperWindowItem
|
95488
|
-
|
95489
|
-
|
95490
|
-
|
95491
|
-
VTextField: VTextField
|
95485
|
+
VSwitch: VSwitch
|
95486
|
+
VSlideGroup: VSlideGroup
|
95487
|
+
VSlideGroupItem: VSlideGroupItem
|
95492
95488
|
VTab: VTab
|
95493
95489
|
VTabs: VTabs
|
95494
95490
|
VTabsWindow: VTabsWindow
|
95495
95491
|
VTabsWindowItem: VTabsWindowItem
|
95492
|
+
VSystemBar: VSystemBar
|
95496
95493
|
VTimeline: VTimeline
|
95497
95494
|
VTimelineItem: VTimelineItem
|
95495
|
+
VTextField: VTextField
|
95498
95496
|
VTimePicker: VTimePicker
|
95499
95497
|
VTimePickerClock: VTimePickerClock
|
95500
95498
|
VTimePickerControls: VTimePickerControls
|
95501
95499
|
VToolbar: VToolbar
|
95502
95500
|
VToolbarTitle: VToolbarTitle
|
95503
95501
|
VToolbarItems: VToolbarItems
|
95502
|
+
VTextarea: VTextarea
|
95504
95503
|
VTreeview: VTreeview
|
95505
95504
|
VTreeviewItem: VTreeviewItem
|
95506
95505
|
VTreeviewGroup: VTreeviewGroup
|
95506
|
+
VTable: VTable
|
95507
|
+
VWindow: VWindow
|
95508
|
+
VWindowItem: VWindowItem
|
95507
95509
|
VTooltip: VTooltip
|
95508
95510
|
VConfirmEdit: VConfirmEdit
|
95509
95511
|
VDataIterator: VDataIterator
|
95510
95512
|
VDefaultsProvider: VDefaultsProvider
|
95511
|
-
VForm: VForm
|
95512
|
-
VHover: VHover
|
95513
95513
|
VContainer: VContainer
|
95514
95514
|
VCol: VCol
|
95515
95515
|
VRow: VRow
|
95516
95516
|
VSpacer: VSpacer
|
95517
|
+
VForm: VForm
|
95518
|
+
VHover: VHover
|
95517
95519
|
VLazy: VLazy
|
95520
|
+
VLayout: VLayout
|
95521
|
+
VLayoutItem: VLayoutItem
|
95518
95522
|
VLocaleProvider: VLocaleProvider
|
95519
95523
|
VNoSsr: VNoSsr
|
95520
95524
|
VParallax: VParallax
|
95521
95525
|
VRadio: VRadio
|
95522
95526
|
VRangeSlider: VRangeSlider
|
95527
|
+
VSparkline: VSparkline
|
95523
95528
|
VResponsive: VResponsive
|
95524
95529
|
VSnackbarQueue: VSnackbarQueue
|
95525
|
-
VSparkline: VSparkline
|
95526
95530
|
VSpeedDial: VSpeedDial
|
95527
95531
|
VThemeProvider: VThemeProvider
|
95528
95532
|
VValidation: VValidation
|
95529
|
-
VVirtualScroll: VVirtualScroll
|
95530
95533
|
VFabTransition: VFabTransition
|
95531
95534
|
VDialogBottomTransition: VDialogBottomTransition
|
95532
95535
|
VDialogTopTransition: VDialogTopTransition
|
@@ -95543,32 +95546,29 @@ declare module 'vue' {
|
|
95543
95546
|
VExpandTransition: VExpandTransition
|
95544
95547
|
VExpandXTransition: VExpandXTransition
|
95545
95548
|
VDialogTransition: VDialogTransition
|
95546
|
-
|
95547
|
-
VWindowItem: VWindowItem
|
95548
|
-
VLayout: VLayout
|
95549
|
-
VLayoutItem: VLayoutItem
|
95549
|
+
VVirtualScroll: VVirtualScroll
|
95550
95550
|
VCalendar: VCalendar
|
95551
95551
|
VCalendarDay: VCalendarDay
|
95552
95552
|
VCalendarHeader: VCalendarHeader
|
95553
95553
|
VCalendarInterval: VCalendarInterval
|
95554
95554
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
95555
95555
|
VCalendarMonthDay: VCalendarMonthDay
|
95556
|
-
VPicker: VPicker
|
95557
|
-
VPickerTitle: VPickerTitle
|
95558
95556
|
VFileUpload: VFileUpload
|
95559
95557
|
VFileUploadItem: VFileUploadItem
|
95560
|
-
VIconBtn: VIconBtn
|
95561
|
-
VStepperVertical: VStepperVertical
|
95562
|
-
VStepperVerticalItem: VStepperVerticalItem
|
95563
|
-
VStepperVerticalActions: VStepperVerticalActions
|
95564
95558
|
VPie: VPie
|
95565
95559
|
VPieSegment: VPieSegment
|
95566
95560
|
VPieTooltip: VPieTooltip
|
95567
|
-
VHotkey: VHotkey
|
95568
95561
|
VColorInput: VColorInput
|
95562
|
+
VIconBtn: VIconBtn
|
95563
|
+
VHotkey: VHotkey
|
95564
|
+
VPicker: VPicker
|
95565
|
+
VPickerTitle: VPickerTitle
|
95569
95566
|
VVideo: VVideo
|
95570
95567
|
VVideoControls: VVideoControls
|
95571
95568
|
VVideoVolume: VVideoVolume
|
95569
|
+
VStepperVertical: VStepperVertical
|
95570
|
+
VStepperVerticalItem: VStepperVerticalItem
|
95571
|
+
VStepperVerticalActions: VStepperVerticalActions
|
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-27
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -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-27";
|
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-27";
|
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 };
|