@vuetify/nightly 3.9.2-master.2025-07-28 → 3.9.3-master.2025-07-30
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 -51
- package/dist/json/attributes.json +3076 -3076
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +154 -154
- package/dist/json/web-types.json +5573 -5573
- package/dist/vuetify-labs.cjs +91 -35
- package/dist/vuetify-labs.css +4963 -4960
- package/dist/vuetify-labs.d.ts +60 -59
- package/dist/vuetify-labs.esm.js +91 -35
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +91 -35
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +59 -20
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4049 -4046
- package/dist/vuetify.d.ts +60 -59
- package/dist/vuetify.esm.js +59 -20
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +59 -20
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +200 -198
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +10 -6
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.js +8 -1
- package/lib/components/VDatePicker/VDatePickerControls.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js +11 -0
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.js +3 -0
- package/lib/components/VDatePicker/VDatePickerMonths.js.map +1 -1
- package/lib/components/VList/VListChildren.js +3 -4
- package/lib/components/VList/VListChildren.js.map +1 -1
- package/lib/components/VSlider/VSliderThumb.css +9 -14
- package/lib/components/VSlider/VSliderThumb.js +13 -7
- package/lib/components/VSlider/VSliderThumb.js.map +1 -1
- package/lib/components/VSlider/VSliderThumb.sass +9 -14
- package/lib/components/VSlider/slider.d.ts +1 -0
- package/lib/components/VSlider/slider.js +2 -0
- package/lib/components/VSlider/slider.js.map +1 -1
- package/lib/components/VWindow/VWindow.css +8 -0
- package/lib/components/VWindow/VWindow.sass +9 -0
- package/lib/composables/theme.d.ts +1 -0
- package/lib/composables/theme.js +3 -1
- package/lib/composables/theme.js.map +1 -1
- package/lib/directives/ripple/index.js +2 -2
- package/lib/directives/ripple/index.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +60 -59
- package/lib/framework.js +1 -1
- package/lib/labs/VVideo/VVideo.css +1 -1
- package/lib/labs/VVideo/VVideo.js +2 -2
- package/lib/labs/VVideo/VVideo.js.map +1 -1
- package/lib/labs/VVideo/VVideo.sass +2 -0
- package/lib/labs/VVideo/VVideoControls.js +32 -15
- package/lib/labs/VVideo/VVideoControls.js.map +1 -1
- package/lib/locale/af.d.ts +7 -0
- package/lib/locale/af.js +7 -0
- package/lib/locale/af.js.map +1 -1
- package/lib/locale/ar.d.ts +7 -0
- package/lib/locale/ar.js +13 -6
- package/lib/locale/ar.js.map +1 -1
- package/lib/locale/az.d.ts +7 -0
- package/lib/locale/az.js +7 -0
- package/lib/locale/az.js.map +1 -1
- package/lib/locale/bg.d.ts +7 -0
- package/lib/locale/bg.js +7 -0
- package/lib/locale/bg.js.map +1 -1
- package/lib/locale/ca.d.ts +7 -0
- package/lib/locale/ca.js +7 -0
- package/lib/locale/ca.js.map +1 -1
- package/lib/locale/ckb.d.ts +7 -0
- package/lib/locale/ckb.js +7 -0
- package/lib/locale/ckb.js.map +1 -1
- package/lib/locale/cs.d.ts +7 -0
- package/lib/locale/cs.js +7 -0
- package/lib/locale/cs.js.map +1 -1
- package/lib/locale/da.d.ts +7 -0
- package/lib/locale/da.js +7 -0
- package/lib/locale/da.js.map +1 -1
- package/lib/locale/de.d.ts +7 -0
- package/lib/locale/de.js +7 -0
- package/lib/locale/de.js.map +1 -1
- package/lib/locale/el.d.ts +7 -0
- package/lib/locale/el.js +7 -0
- package/lib/locale/el.js.map +1 -1
- package/lib/locale/en.d.ts +7 -0
- package/lib/locale/en.js +8 -0
- package/lib/locale/en.js.map +1 -1
- package/lib/locale/es.d.ts +7 -0
- package/lib/locale/es.js +7 -0
- package/lib/locale/es.js.map +1 -1
- package/lib/locale/et.d.ts +7 -0
- package/lib/locale/et.js +7 -0
- package/lib/locale/et.js.map +1 -1
- package/lib/locale/fa.d.ts +7 -0
- package/lib/locale/fa.js +7 -0
- package/lib/locale/fa.js.map +1 -1
- package/lib/locale/fi.d.ts +7 -0
- package/lib/locale/fi.js +7 -0
- package/lib/locale/fi.js.map +1 -1
- package/lib/locale/fr.d.ts +7 -0
- package/lib/locale/fr.js +7 -0
- package/lib/locale/fr.js.map +1 -1
- package/lib/locale/he.d.ts +7 -0
- package/lib/locale/he.js +7 -0
- package/lib/locale/he.js.map +1 -1
- package/lib/locale/hr.d.ts +7 -0
- package/lib/locale/hr.js +7 -0
- package/lib/locale/hr.js.map +1 -1
- package/lib/locale/hu.d.ts +7 -0
- package/lib/locale/hu.js +7 -0
- package/lib/locale/hu.js.map +1 -1
- package/lib/locale/id.d.ts +7 -0
- package/lib/locale/id.js +7 -0
- package/lib/locale/id.js.map +1 -1
- package/lib/locale/it.d.ts +7 -0
- package/lib/locale/it.js +7 -0
- package/lib/locale/it.js.map +1 -1
- package/lib/locale/ja.d.ts +7 -0
- package/lib/locale/ja.js +7 -0
- package/lib/locale/ja.js.map +1 -1
- package/lib/locale/km.d.ts +7 -0
- package/lib/locale/km.js +7 -0
- package/lib/locale/km.js.map +1 -1
- package/lib/locale/ko.d.ts +7 -0
- package/lib/locale/ko.js +7 -0
- package/lib/locale/ko.js.map +1 -1
- package/lib/locale/lt.d.ts +7 -0
- package/lib/locale/lt.js +7 -0
- package/lib/locale/lt.js.map +1 -1
- package/lib/locale/lv.d.ts +7 -0
- package/lib/locale/lv.js +7 -0
- package/lib/locale/lv.js.map +1 -1
- package/lib/locale/nl.d.ts +7 -0
- package/lib/locale/nl.js +7 -0
- package/lib/locale/nl.js.map +1 -1
- package/lib/locale/no.d.ts +7 -0
- package/lib/locale/no.js +7 -0
- package/lib/locale/no.js.map +1 -1
- package/lib/locale/pl.d.ts +7 -0
- package/lib/locale/pl.js +7 -0
- package/lib/locale/pl.js.map +1 -1
- package/lib/locale/pt.d.ts +7 -0
- package/lib/locale/pt.js +7 -0
- package/lib/locale/pt.js.map +1 -1
- package/lib/locale/ro.d.ts +7 -0
- package/lib/locale/ro.js +7 -0
- package/lib/locale/ro.js.map +1 -1
- package/lib/locale/ru.d.ts +7 -0
- package/lib/locale/ru.js +7 -0
- package/lib/locale/ru.js.map +1 -1
- package/lib/locale/sk.d.ts +7 -0
- package/lib/locale/sk.js +7 -0
- package/lib/locale/sk.js.map +1 -1
- package/lib/locale/sl.d.ts +7 -0
- package/lib/locale/sl.js +7 -0
- package/lib/locale/sl.js.map +1 -1
- package/lib/locale/sr-Cyrl.d.ts +7 -0
- package/lib/locale/sr-Cyrl.js +7 -0
- package/lib/locale/sr-Cyrl.js.map +1 -1
- package/lib/locale/sr-Latn.d.ts +7 -0
- package/lib/locale/sr-Latn.js +7 -0
- package/lib/locale/sr-Latn.js.map +1 -1
- package/lib/locale/sv.d.ts +7 -0
- package/lib/locale/sv.js +7 -0
- package/lib/locale/sv.js.map +1 -1
- package/lib/locale/th.d.ts +7 -0
- package/lib/locale/th.js +7 -0
- package/lib/locale/th.js.map +1 -1
- package/lib/locale/tr.d.ts +7 -0
- package/lib/locale/tr.js +7 -0
- package/lib/locale/tr.js.map +1 -1
- package/lib/locale/uk.d.ts +7 -0
- package/lib/locale/uk.js +7 -0
- package/lib/locale/uk.js.map +1 -1
- package/lib/locale/vi.d.ts +7 -0
- package/lib/locale/vi.js +7 -0
- package/lib/locale/vi.js.map +1 -1
- package/lib/locale/zh-Hans.d.ts +7 -0
- package/lib/locale/zh-Hans.js +7 -0
- package/lib/locale/zh-Hans.js.map +1 -1
- package/lib/locale/zh-Hant.d.ts +7 -0
- package/lib/locale/zh-Hant.js +7 -0
- package/lib/locale/zh-Hant.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -181,6 +181,7 @@ interface ThemeInstance {
|
|
181
181
|
cycle: (themeArray?: string[]) => void;
|
182
182
|
toggle: (themeArray?: [string, string]) => void;
|
183
183
|
readonly isDisabled: boolean;
|
184
|
+
readonly isSystem: Readonly<Ref<boolean>>;
|
184
185
|
readonly themes: Ref<Record<string, InternalThemeDefinition>>;
|
185
186
|
readonly name: Readonly<Ref<string>>;
|
186
187
|
readonly current: DeepReadonly<Ref<InternalThemeDefinition>>;
|
@@ -95375,27 +95376,29 @@ declare module 'vue' {
|
|
95375
95376
|
$children?: VNodeChild
|
95376
95377
|
}
|
95377
95378
|
export interface GlobalComponents {
|
95379
|
+
VApp: VApp
|
95380
|
+
VAlert: VAlert
|
95381
|
+
VAlertTitle: VAlertTitle
|
95378
95382
|
VAppBar: VAppBar
|
95379
95383
|
VAppBarNavIcon: VAppBarNavIcon
|
95380
95384
|
VAppBarTitle: VAppBarTitle
|
95381
|
-
VApp: VApp
|
95382
95385
|
VAutocomplete: VAutocomplete
|
95386
|
+
VBottomNavigation: VBottomNavigation
|
95387
|
+
VAvatar: VAvatar
|
95383
95388
|
VBadge: VBadge
|
95384
|
-
|
95385
|
-
VAlertTitle: VAlertTitle
|
95389
|
+
VBottomSheet: VBottomSheet
|
95386
95390
|
VBanner: VBanner
|
95387
95391
|
VBannerActions: VBannerActions
|
95388
95392
|
VBannerText: VBannerText
|
95389
|
-
|
95390
|
-
VBottomNavigation: VBottomNavigation
|
95391
|
-
VAvatar: VAvatar
|
95393
|
+
VBtnToggle: VBtnToggle
|
95392
95394
|
VBreadcrumbs: VBreadcrumbs
|
95393
95395
|
VBreadcrumbsItem: VBreadcrumbsItem
|
95394
95396
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
95395
95397
|
VBtn: VBtn
|
95396
|
-
|
95398
|
+
VBtnGroup: VBtnGroup
|
95397
95399
|
VCarousel: VCarousel
|
95398
95400
|
VCarouselItem: VCarouselItem
|
95401
|
+
VChip: VChip
|
95399
95402
|
VCheckbox: VCheckbox
|
95400
95403
|
VCheckboxBtn: VCheckboxBtn
|
95401
95404
|
VCard: VCard
|
@@ -95404,11 +95407,10 @@ declare module 'vue' {
|
|
95404
95407
|
VCardSubtitle: VCardSubtitle
|
95405
95408
|
VCardText: VCardText
|
95406
95409
|
VCardTitle: VCardTitle
|
95407
|
-
|
95408
|
-
VCombobox: VCombobox
|
95410
|
+
VChipGroup: VChipGroup
|
95409
95411
|
VCode: VCode
|
95410
|
-
VBtnGroup: VBtnGroup
|
95411
95412
|
VColorPicker: VColorPicker
|
95413
|
+
VCombobox: VCombobox
|
95412
95414
|
VCounter: VCounter
|
95413
95415
|
VDataTable: VDataTable
|
95414
95416
|
VDataTableHeaders: VDataTableHeaders
|
@@ -95417,36 +95419,36 @@ declare module 'vue' {
|
|
95417
95419
|
VDataTableRow: VDataTableRow
|
95418
95420
|
VDataTableVirtual: VDataTableVirtual
|
95419
95421
|
VDataTableServer: VDataTableServer
|
95422
|
+
VDialog: VDialog
|
95420
95423
|
VDatePicker: VDatePicker
|
95421
95424
|
VDatePickerControls: VDatePickerControls
|
95422
95425
|
VDatePickerHeader: VDatePickerHeader
|
95423
95426
|
VDatePickerMonth: VDatePickerMonth
|
95424
95427
|
VDatePickerMonths: VDatePickerMonths
|
95425
95428
|
VDatePickerYears: VDatePickerYears
|
95426
|
-
VChipGroup: VChipGroup
|
95427
|
-
VDialog: VDialog
|
95428
95429
|
VDivider: VDivider
|
95430
|
+
VEmptyState: VEmptyState
|
95429
95431
|
VExpansionPanels: VExpansionPanels
|
95430
95432
|
VExpansionPanel: VExpansionPanel
|
95431
95433
|
VExpansionPanelText: VExpansionPanelText
|
95432
95434
|
VExpansionPanelTitle: VExpansionPanelTitle
|
95433
|
-
|
95435
|
+
VFileInput: VFileInput
|
95434
95436
|
VFab: VFab
|
95437
|
+
VFooter: VFooter
|
95435
95438
|
VField: VField
|
95436
95439
|
VFieldLabel: VFieldLabel
|
95437
|
-
VFileInput: VFileInput
|
95438
|
-
VFooter: VFooter
|
95439
|
-
VItemGroup: VItemGroup
|
95440
|
-
VItem: VItem
|
95441
95440
|
VIcon: VIcon
|
95442
95441
|
VComponentIcon: VComponentIcon
|
95443
95442
|
VSvgIcon: VSvgIcon
|
95444
95443
|
VLigatureIcon: VLigatureIcon
|
95445
95444
|
VClassIcon: VClassIcon
|
95446
|
-
|
95447
|
-
|
95445
|
+
VItemGroup: VItemGroup
|
95446
|
+
VItem: VItem
|
95447
|
+
VInfiniteScroll: VInfiniteScroll
|
95448
95448
|
VImg: VImg
|
95449
|
+
VInput: VInput
|
95449
95450
|
VKbd: VKbd
|
95451
|
+
VLabel: VLabel
|
95450
95452
|
VList: VList
|
95451
95453
|
VListGroup: VListGroup
|
95452
95454
|
VListImg: VListImg
|
@@ -95456,81 +95458,79 @@ declare module 'vue' {
|
|
95456
95458
|
VListItemSubtitle: VListItemSubtitle
|
95457
95459
|
VListItemTitle: VListItemTitle
|
95458
95460
|
VListSubheader: VListSubheader
|
95459
|
-
VMenu: VMenu
|
95460
95461
|
VMain: VMain
|
95461
|
-
VInfiniteScroll: VInfiniteScroll
|
95462
95462
|
VMessages: VMessages
|
95463
95463
|
VNavigationDrawer: VNavigationDrawer
|
95464
|
-
VNumberInput: VNumberInput
|
95465
95464
|
VOtpInput: VOtpInput
|
95465
|
+
VNumberInput: VNumberInput
|
95466
|
+
VMenu: VMenu
|
95467
|
+
VProgressLinear: VProgressLinear
|
95466
95468
|
VOverlay: VOverlay
|
95467
95469
|
VPagination: VPagination
|
95468
|
-
VProgressLinear: VProgressLinear
|
95469
95470
|
VProgressCircular: VProgressCircular
|
95470
|
-
VRadioGroup: VRadioGroup
|
95471
95471
|
VRating: VRating
|
95472
|
-
|
95472
|
+
VRadioGroup: VRadioGroup
|
95473
95473
|
VSelect: VSelect
|
95474
|
+
VSheet: VSheet
|
95475
|
+
VSlider: VSlider
|
95476
|
+
VSkeletonLoader: VSkeletonLoader
|
95474
95477
|
VSelectionControlGroup: VSelectionControlGroup
|
95475
95478
|
VSlideGroup: VSlideGroup
|
95476
95479
|
VSlideGroupItem: VSlideGroupItem
|
95477
|
-
|
95478
|
-
VSnackbar: VSnackbar
|
95479
|
-
VSlider: VSlider
|
95480
|
-
VSheet: VSheet
|
95480
|
+
VSelectionControl: VSelectionControl
|
95481
95481
|
VStepper: VStepper
|
95482
95482
|
VStepperActions: VStepperActions
|
95483
95483
|
VStepperHeader: VStepperHeader
|
95484
95484
|
VStepperItem: VStepperItem
|
95485
95485
|
VStepperWindow: VStepperWindow
|
95486
95486
|
VStepperWindowItem: VStepperWindowItem
|
95487
|
-
|
95487
|
+
VSnackbar: VSnackbar
|
95488
95488
|
VSwitch: VSwitch
|
95489
95489
|
VTable: VTable
|
95490
|
-
|
95490
|
+
VSystemBar: VSystemBar
|
95491
95491
|
VTab: VTab
|
95492
95492
|
VTabs: VTabs
|
95493
95493
|
VTabsWindow: VTabsWindow
|
95494
95494
|
VTabsWindowItem: VTabsWindowItem
|
95495
|
-
|
95496
|
-
|
95497
|
-
|
95498
|
-
|
95499
|
-
VToolbar: VToolbar
|
95500
|
-
VToolbarTitle: VToolbarTitle
|
95501
|
-
VToolbarItems: VToolbarItems
|
95495
|
+
VTextField: VTextField
|
95496
|
+
VTextarea: VTextarea
|
95497
|
+
VTimeline: VTimeline
|
95498
|
+
VTimelineItem: VTimelineItem
|
95502
95499
|
VTimePicker: VTimePicker
|
95503
95500
|
VTimePickerClock: VTimePickerClock
|
95504
95501
|
VTimePickerControls: VTimePickerControls
|
95505
|
-
|
95506
|
-
|
95502
|
+
VToolbar: VToolbar
|
95503
|
+
VToolbarTitle: VToolbarTitle
|
95504
|
+
VToolbarItems: VToolbarItems
|
95505
|
+
VTooltip: VTooltip
|
95507
95506
|
VWindow: VWindow
|
95508
95507
|
VWindowItem: VWindowItem
|
95508
|
+
VTreeview: VTreeview
|
95509
|
+
VTreeviewItem: VTreeviewItem
|
95510
|
+
VTreeviewGroup: VTreeviewGroup
|
95509
95511
|
VConfirmEdit: VConfirmEdit
|
95510
|
-
VDefaultsProvider: VDefaultsProvider
|
95511
95512
|
VDataIterator: VDataIterator
|
95513
|
+
VDefaultsProvider: VDefaultsProvider
|
95512
95514
|
VForm: VForm
|
95515
|
+
VHover: VHover
|
95513
95516
|
VContainer: VContainer
|
95514
95517
|
VCol: VCol
|
95515
95518
|
VRow: VRow
|
95516
95519
|
VSpacer: VSpacer
|
95517
|
-
VLazy: VLazy
|
95518
95520
|
VLayout: VLayout
|
95519
95521
|
VLayoutItem: VLayoutItem
|
95520
|
-
|
95522
|
+
VLazy: VLazy
|
95523
|
+
VLocaleProvider: VLocaleProvider
|
95521
95524
|
VNoSsr: VNoSsr
|
95522
95525
|
VParallax: VParallax
|
95523
|
-
VRadio: VRadio
|
95524
95526
|
VRangeSlider: VRangeSlider
|
95527
|
+
VRadio: VRadio
|
95525
95528
|
VResponsive: VResponsive
|
95526
|
-
VSnackbarQueue: VSnackbarQueue
|
95527
|
-
VSpeedDial: VSpeedDial
|
95528
95529
|
VSparkline: VSparkline
|
95529
|
-
|
95530
|
+
VSpeedDial: VSpeedDial
|
95530
95531
|
VThemeProvider: VThemeProvider
|
95531
|
-
VVirtualScroll: VVirtualScroll
|
95532
95532
|
VValidation: VValidation
|
95533
|
-
|
95533
|
+
VVirtualScroll: VVirtualScroll
|
95534
95534
|
VFabTransition: VFabTransition
|
95535
95535
|
VDialogBottomTransition: VDialogBottomTransition
|
95536
95536
|
VDialogTopTransition: VDialogTopTransition
|
@@ -95547,31 +95547,32 @@ declare module 'vue' {
|
|
95547
95547
|
VExpandTransition: VExpandTransition
|
95548
95548
|
VExpandXTransition: VExpandXTransition
|
95549
95549
|
VDialogTransition: VDialogTransition
|
95550
|
+
VSnackbarQueue: VSnackbarQueue
|
95550
95551
|
VColorInput: VColorInput
|
95552
|
+
VFileUpload: VFileUpload
|
95553
|
+
VFileUploadItem: VFileUploadItem
|
95551
95554
|
VCalendar: VCalendar
|
95552
95555
|
VCalendarDay: VCalendarDay
|
95553
95556
|
VCalendarHeader: VCalendarHeader
|
95554
95557
|
VCalendarInterval: VCalendarInterval
|
95555
95558
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
95556
95559
|
VCalendarMonthDay: VCalendarMonthDay
|
95560
|
+
VIconBtn: VIconBtn
|
95561
|
+
VStepperVertical: VStepperVertical
|
95562
|
+
VStepperVerticalItem: VStepperVerticalItem
|
95563
|
+
VStepperVerticalActions: VStepperVerticalActions
|
95557
95564
|
VPicker: VPicker
|
95558
95565
|
VPickerTitle: VPickerTitle
|
95559
|
-
VFileUpload: VFileUpload
|
95560
|
-
VFileUploadItem: VFileUploadItem
|
95561
|
-
VVideo: VVideo
|
95562
|
-
VVideoControls: VVideoControls
|
95563
|
-
VVideoVolume: VVideoVolume
|
95564
|
-
VIconBtn: VIconBtn
|
95565
95566
|
VPie: VPie
|
95566
95567
|
VPieSegment: VPieSegment
|
95567
95568
|
VPieTooltip: VPieTooltip
|
95568
|
-
|
95569
|
-
|
95570
|
-
|
95571
|
-
VHotkey: VHotkey
|
95569
|
+
VVideo: VVideo
|
95570
|
+
VVideoControls: VVideoControls
|
95571
|
+
VVideoVolume: VVideoVolume
|
95572
95572
|
VDateInput: VDateInput
|
95573
95573
|
VMaskInput: VMaskInput
|
95574
95574
|
VPullToRefresh: VPullToRefresh
|
95575
|
+
VHotkey: VHotkey
|
95575
95576
|
}
|
95576
95577
|
export interface GlobalDirectives {
|
95577
95578
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.9.
|
2
|
+
* Vuetify v3.9.3-master.2025-07-30
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2613,6 +2613,14 @@ var en = {
|
|
2613
2613
|
header: 'Enter date',
|
2614
2614
|
input: {
|
2615
2615
|
placeholder: 'Enter date'
|
2616
|
+
},
|
2617
|
+
ariaLabel: {
|
2618
|
+
previousMonth: 'Previous month',
|
2619
|
+
nextMonth: 'Next month',
|
2620
|
+
selectYear: 'Select year',
|
2621
|
+
selectDate: '{0}',
|
2622
|
+
// Full date format
|
2623
|
+
currentDate: 'Today, {0}'
|
2616
2624
|
}
|
2617
2625
|
},
|
2618
2626
|
noDataText: 'No data available',
|
@@ -3151,6 +3159,7 @@ function createTheme(options) {
|
|
3151
3159
|
return acc;
|
3152
3160
|
});
|
3153
3161
|
const current = toRef(() => computedThemes.value[name.value]);
|
3162
|
+
const isSystem = toRef(() => _name.value === 'system');
|
3154
3163
|
const styles = computed(() => {
|
3155
3164
|
const lines = [];
|
3156
3165
|
const important = parsedOptions.unimportant ? '' : ' !important';
|
@@ -3238,7 +3247,7 @@ function createTheme(options) {
|
|
3238
3247
|
}
|
3239
3248
|
}
|
3240
3249
|
function change(themeName) {
|
3241
|
-
if (!themeNames.value.includes(themeName)) {
|
3250
|
+
if (themeName !== 'system' && !themeNames.value.includes(themeName)) {
|
3242
3251
|
consoleWarn(`Theme "${themeName}" not found on the Vuetify theme instance`);
|
3243
3252
|
return;
|
3244
3253
|
}
|
@@ -3271,6 +3280,7 @@ function createTheme(options) {
|
|
3271
3280
|
cycle,
|
3272
3281
|
toggle,
|
3273
3282
|
isDisabled: parsedOptions.isDisabled,
|
3283
|
+
isSystem,
|
3274
3284
|
name,
|
3275
3285
|
themes,
|
3276
3286
|
current,
|
@@ -5923,8 +5933,8 @@ const ripples = {
|
|
5923
5933
|
if (!el?._ripple?.enabled) return;
|
5924
5934
|
const ripples = el.getElementsByClassName('v-ripple__animation');
|
5925
5935
|
if (ripples.length === 0) return;
|
5926
|
-
const animation = ripples
|
5927
|
-
if (animation
|
5936
|
+
const animation = Array.from(ripples).findLast(ripple => !ripple.dataset.isHiding);
|
5937
|
+
if (!animation) return;else animation.dataset.isHiding = 'true';
|
5928
5938
|
const diff = performance.now() - Number(animation.dataset.activated);
|
5929
5939
|
const delay = Math.max(250 - diff, 0);
|
5930
5940
|
setTimeout(() => {
|
@@ -10142,11 +10152,9 @@ const VListChildren = genericComponent()({
|
|
10142
10152
|
let {
|
10143
10153
|
props: activatorProps
|
10144
10154
|
} = _ref3;
|
10145
|
-
const listItemProps = {
|
10146
|
-
...itemProps,
|
10147
|
-
...activatorProps,
|
10155
|
+
const listItemProps = mergeProps(itemProps, activatorProps, {
|
10148
10156
|
value: props.returnObject ? item : itemProps.value
|
10149
|
-
};
|
10157
|
+
});
|
10150
10158
|
return slots.header ? slots.header({
|
10151
10159
|
props: listItemProps
|
10152
10160
|
}) : createVNode(VListItem, listItemProps, slotsWithItem);
|
@@ -16550,6 +16558,7 @@ const useSlider = _ref => {
|
|
16550
16558
|
const numTicks = computed(() => (max.value - min.value) / step.value);
|
16551
16559
|
const disabled = toRef(() => props.disabled);
|
16552
16560
|
const thumbColor = computed(() => props.error || props.disabled ? undefined : props.thumbColor ?? props.color);
|
16561
|
+
const thumbLabelColor = computed(() => props.error || props.disabled ? undefined : props.thumbColor);
|
16553
16562
|
const trackColor = computed(() => props.error || props.disabled ? undefined : props.trackColor ?? props.color);
|
16554
16563
|
const trackFillColor = computed(() => props.error || props.disabled ? undefined : props.trackFillColor ?? props.color);
|
16555
16564
|
const mousePressed = shallowRef(false);
|
@@ -16707,6 +16716,7 @@ const useSlider = _ref => {
|
|
16707
16716
|
step,
|
16708
16717
|
thumbSize,
|
16709
16718
|
thumbColor,
|
16719
|
+
thumbLabelColor,
|
16710
16720
|
thumbLabel: toRef(() => props.thumbLabel),
|
16711
16721
|
ticks: toRef(() => props.ticks),
|
16712
16722
|
tickSize,
|
@@ -16772,6 +16782,7 @@ const VSliderThumb = genericComponent()({
|
|
16772
16782
|
min,
|
16773
16783
|
max,
|
16774
16784
|
thumbColor,
|
16785
|
+
thumbLabelColor,
|
16775
16786
|
step,
|
16776
16787
|
disabled,
|
16777
16788
|
thumbSize,
|
@@ -16793,6 +16804,10 @@ const VSliderThumb = genericComponent()({
|
|
16793
16804
|
textColorClasses,
|
16794
16805
|
textColorStyles
|
16795
16806
|
} = useTextColor(thumbColor);
|
16807
|
+
const {
|
16808
|
+
backgroundColorClasses,
|
16809
|
+
backgroundColorStyles
|
16810
|
+
} = useBackgroundColor(thumbLabelColor);
|
16796
16811
|
const {
|
16797
16812
|
pageup,
|
16798
16813
|
pagedown,
|
@@ -16858,9 +16873,7 @@ const VSliderThumb = genericComponent()({
|
|
16858
16873
|
"onKeydown": !readonly.value ? onKeydown : undefined
|
16859
16874
|
}, [createElementVNode("div", {
|
16860
16875
|
"class": normalizeClass(['v-slider-thumb__surface', textColorClasses.value, elevationClasses.value]),
|
16861
|
-
"style":
|
16862
|
-
...textColorStyles.value
|
16863
|
-
}
|
16876
|
+
"style": normalizeStyle(textColorStyles.value)
|
16864
16877
|
}, null), withDirectives(createElementVNode("div", {
|
16865
16878
|
"class": normalizeClass(['v-slider-thumb__ripple', textColorClasses.value]),
|
16866
16879
|
"style": normalizeStyle(textColorStyles.value)
|
@@ -16873,10 +16886,13 @@ const VSliderThumb = genericComponent()({
|
|
16873
16886
|
default: () => [withDirectives(createElementVNode("div", {
|
16874
16887
|
"class": "v-slider-thumb__label-container"
|
16875
16888
|
}, [createElementVNode("div", {
|
16876
|
-
"class": normalizeClass(['v-slider-thumb__label',
|
16889
|
+
"class": normalizeClass(['v-slider-thumb__label', backgroundColorClasses.value]),
|
16890
|
+
"style": normalizeStyle(backgroundColorStyles.value)
|
16877
16891
|
}, [createElementVNode("div", null, [slots['thumb-label']?.({
|
16878
16892
|
modelValue: props.modelValue
|
16879
|
-
}) ?? props.modelValue.toFixed(step.value ? decimals.value : 1)])
|
16893
|
+
}) ?? props.modelValue.toFixed(step.value ? decimals.value : 1)]), createElementVNode("div", {
|
16894
|
+
"class": "v-slider-thumb__label-wedge"
|
16895
|
+
}, null)])]), [[vShow, thumbLabel.value && props.focused || thumbLabel.value === 'always']])]
|
16880
16896
|
})]);
|
16881
16897
|
});
|
16882
16898
|
return {};
|
@@ -19023,19 +19039,23 @@ const VCombobox = genericComponent()({
|
|
19023
19039
|
get: () => {
|
19024
19040
|
return _search.value;
|
19025
19041
|
},
|
19026
|
-
set: val => {
|
19042
|
+
set: async val => {
|
19027
19043
|
_search.value = val ?? '';
|
19028
19044
|
if (!props.multiple && !hasSelectionSlot.value) {
|
19029
19045
|
model.value = [transformItem$3(props, val)];
|
19030
19046
|
nextTick(() => vVirtualScrollRef.value?.scrollToIndex(0));
|
19031
19047
|
}
|
19032
19048
|
if (val && props.multiple && props.delimiters?.length) {
|
19033
|
-
const
|
19049
|
+
const signsToMatch = props.delimiters.map(escapeForRegex).join('|');
|
19050
|
+
const values = val.split(new RegExp(`(?:${signsToMatch})+`));
|
19034
19051
|
if (values.length > 1) {
|
19035
|
-
|
19052
|
+
for (let v of values) {
|
19036
19053
|
v = v.trim();
|
19037
|
-
if (v)
|
19038
|
-
|
19054
|
+
if (v) {
|
19055
|
+
select(transformItem$3(props, v));
|
19056
|
+
await nextTick();
|
19057
|
+
}
|
19058
|
+
}
|
19039
19059
|
_search.value = '';
|
19040
19060
|
}
|
19041
19061
|
}
|
@@ -22890,6 +22910,9 @@ const VDatePickerControls = genericComponent()({
|
|
22890
22910
|
let {
|
22891
22911
|
emit
|
22892
22912
|
} = _ref;
|
22913
|
+
const {
|
22914
|
+
t
|
22915
|
+
} = useLocale();
|
22893
22916
|
const disableMonth = computed(() => {
|
22894
22917
|
return Array.isArray(props.disabled) ? props.disabled.includes('text') : !!props.disabled;
|
22895
22918
|
});
|
@@ -22936,6 +22959,7 @@ const VDatePickerControls = genericComponent()({
|
|
22936
22959
|
"density": "comfortable",
|
22937
22960
|
"icon": props.modeIcon,
|
22938
22961
|
"variant": "text",
|
22962
|
+
"aria-label": t('$vuetify.datePicker.ariaLabel.selectYear'),
|
22939
22963
|
"onClick": onClickYear
|
22940
22964
|
}, null), createVNode(VSpacer, null, null), createElementVNode("div", {
|
22941
22965
|
"class": "v-date-picker-controls__month"
|
@@ -22945,6 +22969,7 @@ const VDatePickerControls = genericComponent()({
|
|
22945
22969
|
"density": "comfortable",
|
22946
22970
|
"icon": props.prevIcon,
|
22947
22971
|
"variant": "text",
|
22972
|
+
"aria-label": t('$vuetify.datePicker.ariaLabel.previousMonth'),
|
22948
22973
|
"onClick": onClickPrev
|
22949
22974
|
}, null), createVNode(VBtn, {
|
22950
22975
|
"data-testid": "next-month",
|
@@ -22952,6 +22977,7 @@ const VDatePickerControls = genericComponent()({
|
|
22952
22977
|
"icon": props.nextIcon,
|
22953
22978
|
"density": "comfortable",
|
22954
22979
|
"variant": "text",
|
22980
|
+
"aria-label": t('$vuetify.datePicker.ariaLabel.nextMonth'),
|
22955
22981
|
"onClick": onClickNext
|
22956
22982
|
}, null)])]);
|
22957
22983
|
});
|
@@ -23216,6 +23242,9 @@ const VDatePickerMonth = genericComponent()({
|
|
23216
23242
|
slots
|
23217
23243
|
} = _ref;
|
23218
23244
|
const daysRef = ref();
|
23245
|
+
const {
|
23246
|
+
t
|
23247
|
+
} = useLocale();
|
23219
23248
|
const {
|
23220
23249
|
daysInMonth,
|
23221
23250
|
model,
|
@@ -23272,6 +23301,11 @@ const VDatePickerMonth = genericComponent()({
|
|
23272
23301
|
model.value = [rangeStart.value];
|
23273
23302
|
}
|
23274
23303
|
}
|
23304
|
+
function getDateAriaLabel(item) {
|
23305
|
+
const fullDate = adapter.format(item.date, 'fullDateWithWeekday');
|
23306
|
+
const localeKey = item.isToday ? 'currentDate' : 'selectDate';
|
23307
|
+
return t(`$vuetify.datePicker.ariaLabel.${localeKey}`, fullDate);
|
23308
|
+
}
|
23275
23309
|
function onMultipleClick(value) {
|
23276
23310
|
const index = model.value.findIndex(selection => adapter.isSameDay(selection, value));
|
23277
23311
|
if (index === -1) {
|
@@ -23323,6 +23357,8 @@ const VDatePickerMonth = genericComponent()({
|
|
23323
23357
|
ripple: false,
|
23324
23358
|
text: item.localized,
|
23325
23359
|
variant: item.isSelected ? 'flat' : item.isToday ? 'outlined' : 'text',
|
23360
|
+
'aria-label': getDateAriaLabel(item),
|
23361
|
+
'aria-current': item.isToday ? 'date' : undefined,
|
23326
23362
|
onClick: () => onClick(item.date)
|
23327
23363
|
},
|
23328
23364
|
item,
|
@@ -23377,11 +23413,13 @@ const VDatePickerMonths = genericComponent()({
|
|
23377
23413
|
}
|
23378
23414
|
return createRange(12).map(i => {
|
23379
23415
|
const text = adapter.format(date, 'monthShort');
|
23416
|
+
const label = adapter.format(date, 'month');
|
23380
23417
|
const isDisabled = !!(!isMonthAllowed(i) || props.min && adapter.isAfter(adapter.startOfMonth(adapter.date(props.min)), date) || props.max && adapter.isAfter(date, adapter.startOfMonth(adapter.date(props.max))));
|
23381
23418
|
date = adapter.getNextMonth(date);
|
23382
23419
|
return {
|
23383
23420
|
isDisabled,
|
23384
23421
|
text,
|
23422
|
+
label,
|
23385
23423
|
value: i
|
23386
23424
|
};
|
23387
23425
|
});
|
@@ -23408,6 +23446,7 @@ const VDatePickerMonths = genericComponent()({
|
|
23408
23446
|
}, [months.value.map((month, i) => {
|
23409
23447
|
const btnProps = {
|
23410
23448
|
active: model.value === i,
|
23449
|
+
ariaLabel: month.label,
|
23411
23450
|
color: model.value === i ? props.color : undefined,
|
23412
23451
|
disabled: month.isDisabled,
|
23413
23452
|
rounded: true,
|
@@ -31432,7 +31471,7 @@ function createVuetify$1() {
|
|
31432
31471
|
};
|
31433
31472
|
});
|
31434
31473
|
}
|
31435
|
-
const version$1 = "3.9.
|
31474
|
+
const version$1 = "3.9.3-master.2025-07-30";
|
31436
31475
|
createVuetify$1.version = version$1;
|
31437
31476
|
|
31438
31477
|
// Vue's inject() can only be used in setup
|
@@ -31457,7 +31496,7 @@ const createVuetify = function () {
|
|
31457
31496
|
...options
|
31458
31497
|
});
|
31459
31498
|
};
|
31460
|
-
const version = "3.9.
|
31499
|
+
const version = "3.9.3-master.2025-07-30";
|
31461
31500
|
createVuetify.version = version;
|
31462
31501
|
|
31463
31502
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useRtl, useTheme, version };
|