@vuetify/nightly 3.9.2-master.2025-07-25 → 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 +12 -3
- package/dist/json/attributes.json +3358 -3358
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +132 -132
- package/dist/json/web-types.json +6344 -6332
- package/dist/vuetify-labs.cjs +14 -7
- package/dist/vuetify-labs.css +4884 -4884
- package/dist/vuetify-labs.d.ts +91 -50
- 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 +3026 -3026
- package/dist/vuetify.d.ts +50 -50
- 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 +50 -50
- 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
@@ -95376,24 +95376,26 @@ declare module 'vue' {
|
|
95376
95376
|
}
|
95377
95377
|
export interface GlobalComponents {
|
95378
95378
|
VApp: VApp
|
95379
|
+
VAlert: VAlert
|
95380
|
+
VAlertTitle: VAlertTitle
|
95379
95381
|
VAppBar: VAppBar
|
95380
95382
|
VAppBarNavIcon: VAppBarNavIcon
|
95381
95383
|
VAppBarTitle: VAppBarTitle
|
95382
|
-
VAvatar: VAvatar
|
95383
95384
|
VAutocomplete: VAutocomplete
|
95384
|
-
|
95385
|
-
|
95385
|
+
VAvatar: VAvatar
|
95386
|
+
VBreadcrumbs: VBreadcrumbs
|
95387
|
+
VBreadcrumbsItem: VBreadcrumbsItem
|
95388
|
+
VBreadcrumbsDivider: VBreadcrumbsDivider
|
95386
95389
|
VBadge: VBadge
|
95390
|
+
VBottomNavigation: VBottomNavigation
|
95391
|
+
VBottomSheet: VBottomSheet
|
95387
95392
|
VBanner: VBanner
|
95388
95393
|
VBannerActions: VBannerActions
|
95389
95394
|
VBannerText: VBannerText
|
95390
|
-
VBottomSheet: VBottomSheet
|
95391
|
-
VBottomNavigation: VBottomNavigation
|
95392
|
-
VBreadcrumbs: VBreadcrumbs
|
95393
|
-
VBreadcrumbsItem: VBreadcrumbsItem
|
95394
|
-
VBreadcrumbsDivider: VBreadcrumbsDivider
|
95395
|
-
VBtn: VBtn
|
95396
95395
|
VBtnGroup: VBtnGroup
|
95396
|
+
VBtn: VBtn
|
95397
|
+
VCarousel: VCarousel
|
95398
|
+
VCarouselItem: VCarouselItem
|
95397
95399
|
VBtnToggle: VBtnToggle
|
95398
95400
|
VCard: VCard
|
95399
95401
|
VCardActions: VCardActions
|
@@ -95401,14 +95403,12 @@ declare module 'vue' {
|
|
95401
95403
|
VCardSubtitle: VCardSubtitle
|
95402
95404
|
VCardText: VCardText
|
95403
95405
|
VCardTitle: VCardTitle
|
95406
|
+
VCode: VCode
|
95407
|
+
VChip: VChip
|
95408
|
+
VChipGroup: VChipGroup
|
95404
95409
|
VCheckbox: VCheckbox
|
95405
95410
|
VCheckboxBtn: VCheckboxBtn
|
95406
|
-
VCarousel: VCarousel
|
95407
|
-
VCarouselItem: VCarouselItem
|
95408
|
-
VChip: VChip
|
95409
95411
|
VColorPicker: VColorPicker
|
95410
|
-
VCode: VCode
|
95411
|
-
VChipGroup: VChipGroup
|
95412
95412
|
VCounter: VCounter
|
95413
95413
|
VDataTable: VDataTable
|
95414
95414
|
VDataTableHeaders: VDataTableHeaders
|
@@ -95417,26 +95417,25 @@ declare module 'vue' {
|
|
95417
95417
|
VDataTableRow: VDataTableRow
|
95418
95418
|
VDataTableVirtual: VDataTableVirtual
|
95419
95419
|
VDataTableServer: VDataTableServer
|
95420
|
-
VCombobox: VCombobox
|
95421
95420
|
VDatePicker: VDatePicker
|
95422
95421
|
VDatePickerControls: VDatePickerControls
|
95423
95422
|
VDatePickerHeader: VDatePickerHeader
|
95424
95423
|
VDatePickerMonth: VDatePickerMonth
|
95425
95424
|
VDatePickerMonths: VDatePickerMonths
|
95426
95425
|
VDatePickerYears: VDatePickerYears
|
95426
|
+
VCombobox: VCombobox
|
95427
95427
|
VDialog: VDialog
|
95428
|
+
VDivider: VDivider
|
95428
95429
|
VExpansionPanels: VExpansionPanels
|
95429
95430
|
VExpansionPanel: VExpansionPanel
|
95430
95431
|
VExpansionPanelText: VExpansionPanelText
|
95431
95432
|
VExpansionPanelTitle: VExpansionPanelTitle
|
95433
|
+
VEmptyState: VEmptyState
|
95434
|
+
VFileInput: VFileInput
|
95432
95435
|
VField: VField
|
95433
95436
|
VFieldLabel: VFieldLabel
|
95434
|
-
VFab: VFab
|
95435
|
-
VDivider: VDivider
|
95436
|
-
VFileInput: VFileInput
|
95437
95437
|
VFooter: VFooter
|
95438
|
-
|
95439
|
-
VEmptyState: VEmptyState
|
95438
|
+
VFab: VFab
|
95440
95439
|
VImg: VImg
|
95441
95440
|
VIcon: VIcon
|
95442
95441
|
VComponentIcon: VComponentIcon
|
@@ -95444,10 +95443,10 @@ declare module 'vue' {
|
|
95444
95443
|
VLigatureIcon: VLigatureIcon
|
95445
95444
|
VClassIcon: VClassIcon
|
95446
95445
|
VInput: VInput
|
95447
|
-
|
95448
|
-
VKbd: VKbd
|
95446
|
+
VInfiniteScroll: VInfiniteScroll
|
95449
95447
|
VItemGroup: VItemGroup
|
95450
95448
|
VItem: VItem
|
95449
|
+
VLabel: VLabel
|
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
|
95460
|
-
|
95459
|
+
VKbd: VKbd
|
95460
|
+
VNavigationDrawer: VNavigationDrawer
|
95461
95461
|
VMenu: VMenu
|
95462
|
+
VMain: VMain
|
95462
95463
|
VMessages: VMessages
|
95463
|
-
VOverlay: VOverlay
|
95464
95464
|
VOtpInput: VOtpInput
|
95465
|
+
VNumberInput: VNumberInput
|
95465
95466
|
VPagination: VPagination
|
95466
95467
|
VProgressCircular: VProgressCircular
|
95467
|
-
|
95468
|
-
VNavigationDrawer: VNavigationDrawer
|
95468
|
+
VOverlay: VOverlay
|
95469
95469
|
VRadioGroup: VRadioGroup
|
95470
|
-
|
95470
|
+
VProgressLinear: VProgressLinear
|
95471
95471
|
VSelect: VSelect
|
95472
|
+
VRating: VRating
|
95472
95473
|
VSelectionControl: VSelectionControl
|
95473
|
-
VSheet: VSheet
|
95474
95474
|
VSelectionControlGroup: VSelectionControlGroup
|
95475
95475
|
VSkeletonLoader: VSkeletonLoader
|
95476
|
-
|
95476
|
+
VSheet: VSheet
|
95477
95477
|
VSlider: VSlider
|
95478
|
+
VSnackbar: VSnackbar
|
95478
95479
|
VStepper: VStepper
|
95479
95480
|
VStepperActions: VStepperActions
|
95480
95481
|
VStepperHeader: VStepperHeader
|
95481
95482
|
VStepperItem: VStepperItem
|
95482
95483
|
VStepperWindow: VStepperWindow
|
95483
95484
|
VStepperWindowItem: VStepperWindowItem
|
95485
|
+
VSwitch: VSwitch
|
95484
95486
|
VSlideGroup: VSlideGroup
|
95485
95487
|
VSlideGroupItem: VSlideGroupItem
|
95486
95488
|
VTab: VTab
|
95487
95489
|
VTabs: VTabs
|
95488
95490
|
VTabsWindow: VTabsWindow
|
95489
95491
|
VTabsWindowItem: VTabsWindowItem
|
95490
|
-
|
95491
|
-
VTextarea: VTextarea
|
95492
|
+
VSystemBar: VSystemBar
|
95492
95493
|
VTimeline: VTimeline
|
95493
95494
|
VTimelineItem: VTimelineItem
|
95494
95495
|
VTextField: VTextField
|
95495
|
-
VSystemBar: VSystemBar
|
95496
95496
|
VTimePicker: VTimePicker
|
95497
95497
|
VTimePickerClock: VTimePickerClock
|
95498
95498
|
VTimePickerControls: VTimePickerControls
|
95499
95499
|
VToolbar: VToolbar
|
95500
95500
|
VToolbarTitle: VToolbarTitle
|
95501
95501
|
VToolbarItems: VToolbarItems
|
95502
|
-
|
95502
|
+
VTextarea: VTextarea
|
95503
95503
|
VTreeview: VTreeview
|
95504
95504
|
VTreeviewItem: VTreeviewItem
|
95505
95505
|
VTreeviewGroup: VTreeviewGroup
|
95506
95506
|
VTable: VTable
|
95507
95507
|
VWindow: VWindow
|
95508
95508
|
VWindowItem: VWindowItem
|
95509
|
+
VTooltip: VTooltip
|
95509
95510
|
VConfirmEdit: VConfirmEdit
|
95511
|
+
VDataIterator: VDataIterator
|
95510
95512
|
VDefaultsProvider: VDefaultsProvider
|
95511
95513
|
VContainer: VContainer
|
95512
95514
|
VCol: VCol
|
95513
95515
|
VRow: VRow
|
95514
95516
|
VSpacer: VSpacer
|
95517
|
+
VForm: VForm
|
95515
95518
|
VHover: VHover
|
95519
|
+
VLazy: VLazy
|
95516
95520
|
VLayout: VLayout
|
95517
95521
|
VLayoutItem: VLayoutItem
|
95518
|
-
VLazy: VLazy
|
95519
95522
|
VLocaleProvider: VLocaleProvider
|
95520
95523
|
VNoSsr: VNoSsr
|
95521
95524
|
VParallax: VParallax
|
95522
|
-
VRangeSlider: VRangeSlider
|
95523
95525
|
VRadio: VRadio
|
95526
|
+
VRangeSlider: VRangeSlider
|
95527
|
+
VSparkline: VSparkline
|
95524
95528
|
VResponsive: VResponsive
|
95525
95529
|
VSnackbarQueue: VSnackbarQueue
|
95526
|
-
VSparkline: VSparkline
|
95527
95530
|
VSpeedDial: VSpeedDial
|
95528
|
-
VVirtualScroll: VVirtualScroll
|
95529
95531
|
VThemeProvider: VThemeProvider
|
95532
|
+
VValidation: VValidation
|
95530
95533
|
VFabTransition: VFabTransition
|
95531
95534
|
VDialogBottomTransition: VDialogBottomTransition
|
95532
95535
|
VDialogTopTransition: VDialogTopTransition
|
@@ -95543,35 +95546,32 @@ declare module 'vue' {
|
|
95543
95546
|
VExpandTransition: VExpandTransition
|
95544
95547
|
VExpandXTransition: VExpandXTransition
|
95545
95548
|
VDialogTransition: VDialogTransition
|
95546
|
-
|
95547
|
-
VProgressLinear: VProgressLinear
|
95548
|
-
VDataIterator: VDataIterator
|
95549
|
-
VForm: VForm
|
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
|
+
VFileUpload: VFileUpload
|
95557
|
+
VFileUploadItem: VFileUploadItem
|
95556
95558
|
VPie: VPie
|
95557
95559
|
VPieSegment: VPieSegment
|
95558
95560
|
VPieTooltip: VPieTooltip
|
95561
|
+
VColorInput: VColorInput
|
95562
|
+
VIconBtn: VIconBtn
|
95563
|
+
VHotkey: VHotkey
|
95559
95564
|
VPicker: VPicker
|
95560
95565
|
VPickerTitle: VPickerTitle
|
95561
|
-
VStepperVertical: VStepperVertical
|
95562
|
-
VStepperVerticalItem: VStepperVerticalItem
|
95563
|
-
VStepperVerticalActions: VStepperVerticalActions
|
95564
|
-
VHotkey: VHotkey
|
95565
|
-
VFileUpload: VFileUpload
|
95566
|
-
VFileUploadItem: VFileUploadItem
|
95567
95566
|
VVideo: VVideo
|
95568
95567
|
VVideoControls: VVideoControls
|
95569
95568
|
VVideoVolume: VVideoVolume
|
95569
|
+
VStepperVertical: VStepperVertical
|
95570
|
+
VStepperVerticalItem: VStepperVerticalItem
|
95571
|
+
VStepperVerticalActions: VStepperVerticalActions
|
95570
95572
|
VDateInput: VDateInput
|
95571
|
-
VPullToRefresh: VPullToRefresh
|
95572
95573
|
VMaskInput: VMaskInput
|
95573
|
-
|
95574
|
-
VIconBtn: VIconBtn
|
95574
|
+
VPullToRefresh: VPullToRefresh
|
95575
95575
|
}
|
95576
95576
|
export interface GlobalDirectives {
|
95577
95577
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
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 };
|