@vuetify/nightly 3.9.3-master.2025-08-02 → 3.9.3-master.2025-08-03
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 +4 -3
- package/dist/json/attributes.json +3379 -3379
- package/dist/json/importMap-labs.json +42 -42
- package/dist/json/importMap.json +178 -178
- package/dist/json/web-types.json +6474 -6474
- package/dist/vuetify-labs.cjs +11 -6
- package/dist/vuetify-labs.css +3551 -3551
- package/dist/vuetify-labs.d.ts +70 -70
- package/dist/vuetify-labs.esm.js +11 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +11 -6
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +11 -6
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3818 -3818
- package/dist/vuetify.d.ts +70 -70
- package/dist/vuetify.esm.js +11 -6
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +11 -6
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +70 -70
- package/lib/framework.js +1 -1
- package/lib/labs/rules/rules.d.ts +10 -3
- package/lib/labs/rules/rules.js +13 -5
- package/lib/labs/rules/rules.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -95415,38 +95415,40 @@ declare module 'vue' {
|
|
95415
95415
|
}
|
95416
95416
|
export interface GlobalComponents {
|
95417
95417
|
VApp: VApp
|
95418
|
+
VAlert: VAlert
|
95419
|
+
VAlertTitle: VAlertTitle
|
95418
95420
|
VAppBar: VAppBar
|
95419
95421
|
VAppBarNavIcon: VAppBarNavIcon
|
95420
95422
|
VAppBarTitle: VAppBarTitle
|
95421
|
-
VAlert: VAlert
|
95422
|
-
VAlertTitle: VAlertTitle
|
95423
|
-
VAutocomplete: VAutocomplete
|
95424
|
-
VBadge: VBadge
|
95425
95423
|
VAvatar: VAvatar
|
95426
|
-
|
95427
|
-
|
95428
|
-
VBtn: VBtn
|
95424
|
+
VBadge: VBadge
|
95425
|
+
VAutocomplete: VAutocomplete
|
95429
95426
|
VBanner: VBanner
|
95430
95427
|
VBannerActions: VBannerActions
|
95431
95428
|
VBannerText: VBannerText
|
95432
|
-
|
95429
|
+
VBottomNavigation: VBottomNavigation
|
95430
|
+
VBottomSheet: VBottomSheet
|
95433
95431
|
VBreadcrumbs: VBreadcrumbs
|
95434
95432
|
VBreadcrumbsItem: VBreadcrumbsItem
|
95435
95433
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
95436
|
-
VCarousel: VCarousel
|
95437
|
-
VCarouselItem: VCarouselItem
|
95438
95434
|
VBtnToggle: VBtnToggle
|
95439
|
-
|
95440
|
-
VCheckboxBtn: VCheckboxBtn
|
95441
|
-
VCode: VCode
|
95435
|
+
VBtn: VBtn
|
95442
95436
|
VCard: VCard
|
95443
95437
|
VCardActions: VCardActions
|
95444
95438
|
VCardItem: VCardItem
|
95445
95439
|
VCardSubtitle: VCardSubtitle
|
95446
95440
|
VCardText: VCardText
|
95447
95441
|
VCardTitle: VCardTitle
|
95442
|
+
VCheckbox: VCheckbox
|
95443
|
+
VCheckboxBtn: VCheckboxBtn
|
95448
95444
|
VChip: VChip
|
95445
|
+
VCode: VCode
|
95449
95446
|
VChipGroup: VChipGroup
|
95447
|
+
VCombobox: VCombobox
|
95448
|
+
VColorPicker: VColorPicker
|
95449
|
+
VCarousel: VCarousel
|
95450
|
+
VCarouselItem: VCarouselItem
|
95451
|
+
VCounter: VCounter
|
95450
95452
|
VDataTable: VDataTable
|
95451
95453
|
VDataTableHeaders: VDataTableHeaders
|
95452
95454
|
VDataTableFooter: VDataTableFooter
|
@@ -95454,8 +95456,6 @@ declare module 'vue' {
|
|
95454
95456
|
VDataTableRow: VDataTableRow
|
95455
95457
|
VDataTableVirtual: VDataTableVirtual
|
95456
95458
|
VDataTableServer: VDataTableServer
|
95457
|
-
VColorPicker: VColorPicker
|
95458
|
-
VCounter: VCounter
|
95459
95459
|
VDatePicker: VDatePicker
|
95460
95460
|
VDatePickerControls: VDatePickerControls
|
95461
95461
|
VDatePickerHeader: VDatePickerHeader
|
@@ -95463,31 +95463,30 @@ declare module 'vue' {
|
|
95463
95463
|
VDatePickerMonths: VDatePickerMonths
|
95464
95464
|
VDatePickerYears: VDatePickerYears
|
95465
95465
|
VDialog: VDialog
|
95466
|
-
VCombobox: VCombobox
|
95467
95466
|
VEmptyState: VEmptyState
|
95467
|
+
VBtnGroup: VBtnGroup
|
95468
95468
|
VDivider: VDivider
|
95469
95469
|
VExpansionPanels: VExpansionPanels
|
95470
95470
|
VExpansionPanel: VExpansionPanel
|
95471
95471
|
VExpansionPanelText: VExpansionPanelText
|
95472
95472
|
VExpansionPanelTitle: VExpansionPanelTitle
|
95473
95473
|
VFab: VFab
|
95474
|
-
VFileInput: VFileInput
|
95475
|
-
VField: VField
|
95476
|
-
VFieldLabel: VFieldLabel
|
95477
95474
|
VFooter: VFooter
|
95478
|
-
|
95475
|
+
VFileInput: VFileInput
|
95479
95476
|
VIcon: VIcon
|
95480
95477
|
VComponentIcon: VComponentIcon
|
95481
95478
|
VSvgIcon: VSvgIcon
|
95482
95479
|
VLigatureIcon: VLigatureIcon
|
95483
95480
|
VClassIcon: VClassIcon
|
95484
|
-
VInput: VInput
|
95485
|
-
VKbd: VKbd
|
95486
95481
|
VImg: VImg
|
95487
|
-
|
95488
|
-
|
95482
|
+
VField: VField
|
95483
|
+
VFieldLabel: VFieldLabel
|
95484
|
+
VKbd: VKbd
|
95485
|
+
VInfiniteScroll: VInfiniteScroll
|
95486
|
+
VItemGroup: VItemGroup
|
95487
|
+
VItem: VItem
|
95488
|
+
VInput: VInput
|
95489
95489
|
VLabel: VLabel
|
95490
|
-
VMessages: VMessages
|
95491
95490
|
VList: VList
|
95492
95491
|
VListGroup: VListGroup
|
95493
95492
|
VListImg: VListImg
|
@@ -95497,73 +95496,76 @@ declare module 'vue' {
|
|
95497
95496
|
VListItemSubtitle: VListItemSubtitle
|
95498
95497
|
VListItemTitle: VListItemTitle
|
95499
95498
|
VListSubheader: VListSubheader
|
95500
|
-
|
95499
|
+
VMain: VMain
|
95500
|
+
VMessages: VMessages
|
95501
|
+
VMenu: VMenu
|
95502
|
+
VNavigationDrawer: VNavigationDrawer
|
95503
|
+
VOtpInput: VOtpInput
|
95501
95504
|
VOverlay: VOverlay
|
95502
|
-
|
95503
|
-
VItem: VItem
|
95505
|
+
VNumberInput: VNumberInput
|
95504
95506
|
VPagination: VPagination
|
95505
|
-
VProgressCircular: VProgressCircular
|
95506
95507
|
VProgressLinear: VProgressLinear
|
95507
|
-
VOtpInput: VOtpInput
|
95508
|
-
VRating: VRating
|
95509
95508
|
VRadioGroup: VRadioGroup
|
95510
|
-
|
95509
|
+
VProgressCircular: VProgressCircular
|
95510
|
+
VRating: VRating
|
95511
95511
|
VSelect: VSelect
|
95512
|
-
VSelectionControl: VSelectionControl
|
95513
|
-
VSelectionControlGroup: VSelectionControlGroup
|
95514
|
-
VSkeletonLoader: VSkeletonLoader
|
95515
|
-
VSheet: VSheet
|
95516
95512
|
VSlideGroup: VSlideGroup
|
95517
95513
|
VSlideGroupItem: VSlideGroupItem
|
95518
|
-
|
95519
|
-
VStepperActions: VStepperActions
|
95520
|
-
VStepperHeader: VStepperHeader
|
95521
|
-
VStepperItem: VStepperItem
|
95522
|
-
VStepperWindow: VStepperWindow
|
95523
|
-
VStepperWindowItem: VStepperWindowItem
|
95514
|
+
VSelectionControlGroup: VSelectionControlGroup
|
95524
95515
|
VSlider: VSlider
|
95516
|
+
VSnackbar: VSnackbar
|
95517
|
+
VSheet: VSheet
|
95518
|
+
VSkeletonLoader: VSkeletonLoader
|
95519
|
+
VSelectionControl: VSelectionControl
|
95520
|
+
VSwitch: VSwitch
|
95525
95521
|
VSystemBar: VSystemBar
|
95522
|
+
VTable: VTable
|
95523
|
+
VTextarea: VTextarea
|
95526
95524
|
VTab: VTab
|
95527
95525
|
VTabs: VTabs
|
95528
95526
|
VTabsWindow: VTabsWindow
|
95529
95527
|
VTabsWindowItem: VTabsWindowItem
|
95530
|
-
VSwitch: VSwitch
|
95531
|
-
VTable: VTable
|
95532
|
-
VTextField: VTextField
|
95533
|
-
VTextarea: VTextarea
|
95534
95528
|
VTimeline: VTimeline
|
95535
95529
|
VTimelineItem: VTimelineItem
|
95536
95530
|
VTooltip: VTooltip
|
95537
95531
|
VTimePicker: VTimePicker
|
95538
95532
|
VTimePickerClock: VTimePickerClock
|
95539
95533
|
VTimePickerControls: VTimePickerControls
|
95540
|
-
|
95541
|
-
VTreeviewItem: VTreeviewItem
|
95542
|
-
VTreeviewGroup: VTreeviewGroup
|
95534
|
+
VTextField: VTextField
|
95543
95535
|
VToolbar: VToolbar
|
95544
95536
|
VToolbarTitle: VToolbarTitle
|
95545
95537
|
VToolbarItems: VToolbarItems
|
95538
|
+
VTreeview: VTreeview
|
95539
|
+
VTreeviewItem: VTreeviewItem
|
95540
|
+
VTreeviewGroup: VTreeviewGroup
|
95546
95541
|
VWindow: VWindow
|
95547
95542
|
VWindowItem: VWindowItem
|
95548
|
-
|
95543
|
+
VDataIterator: VDataIterator
|
95549
95544
|
VDefaultsProvider: VDefaultsProvider
|
95545
|
+
VHover: VHover
|
95546
|
+
VForm: VForm
|
95550
95547
|
VContainer: VContainer
|
95551
95548
|
VCol: VCol
|
95552
95549
|
VRow: VRow
|
95553
95550
|
VSpacer: VSpacer
|
95554
|
-
VForm: VForm
|
95555
95551
|
VLayout: VLayout
|
95556
95552
|
VLayoutItem: VLayoutItem
|
95557
|
-
|
95553
|
+
VStepper: VStepper
|
95554
|
+
VStepperActions: VStepperActions
|
95555
|
+
VStepperHeader: VStepperHeader
|
95556
|
+
VStepperItem: VStepperItem
|
95557
|
+
VStepperWindow: VStepperWindow
|
95558
|
+
VStepperWindowItem: VStepperWindowItem
|
95558
95559
|
VLazy: VLazy
|
95559
95560
|
VLocaleProvider: VLocaleProvider
|
95560
95561
|
VNoSsr: VNoSsr
|
95561
95562
|
VParallax: VParallax
|
95562
95563
|
VRadio: VRadio
|
95563
|
-
VResponsive: VResponsive
|
95564
95564
|
VRangeSlider: VRangeSlider
|
95565
|
+
VResponsive: VResponsive
|
95565
95566
|
VSnackbarQueue: VSnackbarQueue
|
95566
95567
|
VSparkline: VSparkline
|
95568
|
+
VSpeedDial: VSpeedDial
|
95567
95569
|
VThemeProvider: VThemeProvider
|
95568
95570
|
VValidation: VValidation
|
95569
95571
|
VVirtualScroll: VVirtualScroll
|
@@ -95583,34 +95585,32 @@ declare module 'vue' {
|
|
95583
95585
|
VExpandTransition: VExpandTransition
|
95584
95586
|
VExpandXTransition: VExpandXTransition
|
95585
95587
|
VDialogTransition: VDialogTransition
|
95586
|
-
VSpeedDial: VSpeedDial
|
95587
95588
|
VConfirmEdit: VConfirmEdit
|
95588
|
-
|
95589
|
+
VIconBtn: VIconBtn
|
95589
95590
|
VFileUpload: VFileUpload
|
95590
95591
|
VFileUploadItem: VFileUploadItem
|
95591
|
-
|
95592
|
-
|
95593
|
-
|
95594
|
-
VCalendarInterval: VCalendarInterval
|
95595
|
-
VCalendarIntervalEvent: VCalendarIntervalEvent
|
95596
|
-
VCalendarMonthDay: VCalendarMonthDay
|
95592
|
+
VStepperVertical: VStepperVertical
|
95593
|
+
VStepperVerticalItem: VStepperVerticalItem
|
95594
|
+
VStepperVerticalActions: VStepperVerticalActions
|
95597
95595
|
VPicker: VPicker
|
95598
95596
|
VPickerTitle: VPickerTitle
|
95599
|
-
VColorInput: VColorInput
|
95600
|
-
VHotkey: VHotkey
|
95601
95597
|
VVideo: VVideo
|
95602
95598
|
VVideoControls: VVideoControls
|
95603
95599
|
VVideoVolume: VVideoVolume
|
95604
|
-
|
95605
|
-
VPieSegment: VPieSegment
|
95606
|
-
VPieTooltip: VPieTooltip
|
95607
|
-
VStepperVertical: VStepperVertical
|
95608
|
-
VStepperVerticalItem: VStepperVerticalItem
|
95609
|
-
VStepperVerticalActions: VStepperVerticalActions
|
95600
|
+
VHotkey: VHotkey
|
95610
95601
|
VDateInput: VDateInput
|
95611
|
-
VIconBtn: VIconBtn
|
95612
95602
|
VMaskInput: VMaskInput
|
95613
95603
|
VPullToRefresh: VPullToRefresh
|
95604
|
+
VColorInput: VColorInput
|
95605
|
+
VPie: VPie
|
95606
|
+
VPieSegment: VPieSegment
|
95607
|
+
VPieTooltip: VPieTooltip
|
95608
|
+
VCalendar: VCalendar
|
95609
|
+
VCalendarDay: VCalendarDay
|
95610
|
+
VCalendarHeader: VCalendarHeader
|
95611
|
+
VCalendarInterval: VCalendarInterval
|
95612
|
+
VCalendarIntervalEvent: VCalendarIntervalEvent
|
95613
|
+
VCalendarMonthDay: VCalendarMonthDay
|
95614
95614
|
}
|
95615
95615
|
export interface GlobalDirectives {
|
95616
95616
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.9.3-master.2025-08-
|
2
|
+
* Vuetify v3.9.3-master.2025-08-03
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -7336,9 +7336,14 @@ function useForm(props) {
|
|
7336
7336
|
// Utilities
|
7337
7337
|
const RulesSymbol = Symbol.for('vuetify:rules');
|
7338
7338
|
function useRules(fn) {
|
7339
|
-
const
|
7340
|
-
if (!
|
7341
|
-
|
7339
|
+
const rules = inject$1(RulesSymbol, null);
|
7340
|
+
if (!fn) {
|
7341
|
+
if (!rules) {
|
7342
|
+
throw new Error('Could not find Vuetify rules injection');
|
7343
|
+
}
|
7344
|
+
return rules.aliases;
|
7345
|
+
}
|
7346
|
+
return rules?.resolve(fn) ?? toRef(fn);
|
7342
7347
|
}
|
7343
7348
|
|
7344
7349
|
// Composables
|
@@ -31578,7 +31583,7 @@ function createVuetify$1() {
|
|
31578
31583
|
};
|
31579
31584
|
});
|
31580
31585
|
}
|
31581
|
-
const version$1 = "3.9.3-master.2025-08-
|
31586
|
+
const version$1 = "3.9.3-master.2025-08-03";
|
31582
31587
|
createVuetify$1.version = version$1;
|
31583
31588
|
|
31584
31589
|
// Vue's inject() can only be used in setup
|
@@ -31603,7 +31608,7 @@ const createVuetify = function () {
|
|
31603
31608
|
...options
|
31604
31609
|
});
|
31605
31610
|
};
|
31606
|
-
const version = "3.9.3-master.2025-08-
|
31611
|
+
const version = "3.9.3-master.2025-08-03";
|
31607
31612
|
createVuetify.version = version;
|
31608
31613
|
|
31609
31614
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useRtl, useTheme, version };
|