@vuetify/nightly 3.4.10-dev.2024-01-16 → 3.4.10-dev.2024-01-17

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.
Files changed (46) hide show
  1. package/CHANGELOG.md +4 -2
  2. package/dist/json/importMap.json +128 -128
  3. package/dist/json/web-types.json +76 -1
  4. package/dist/vuetify-labs.css +954 -952
  5. package/dist/vuetify-labs.d.ts +9 -2
  6. package/dist/vuetify-labs.esm.js +6 -4
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +6 -4
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +638 -638
  11. package/dist/vuetify.d.ts +45 -38
  12. package/dist/vuetify.esm.js +6 -4
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +6 -4
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +6 -6
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/components/VAlert/VAlert.css +2 -2
  20. package/lib/components/VAlert/_variables.scss +2 -2
  21. package/lib/components/VAutocomplete/VAutocomplete.css +1 -1
  22. package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
  23. package/lib/components/VCombobox/VCombobox.css +1 -1
  24. package/lib/components/VCombobox/VCombobox.sass +1 -1
  25. package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
  26. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  27. package/lib/components/VDataTable/index.d.mts +9 -2
  28. package/lib/components/VSlider/VSliderTrack.css +1 -1
  29. package/lib/components/VSlider/VSliderTrack.sass +1 -1
  30. package/lib/components/VSlider/_variables.scss +1 -0
  31. package/lib/components/VSystemBar/VSystemBar.css +2 -2
  32. package/lib/components/VSystemBar/_variables.scss +2 -2
  33. package/lib/components/VTimeline/VTimeline.css +1 -1
  34. package/lib/components/VTimeline/_variables.scss +1 -1
  35. package/lib/components/VToolbar/VToolbar.css +2 -2
  36. package/lib/components/VToolbar/_variables.scss +2 -2
  37. package/lib/components/index.d.mts +9 -2
  38. package/lib/composables/theme.mjs +2 -0
  39. package/lib/composables/theme.mjs.map +1 -1
  40. package/lib/entry-bundler.mjs +1 -1
  41. package/lib/framework.mjs +1 -1
  42. package/lib/index.d.mts +36 -36
  43. package/lib/labs/VCalendar/VCalendar.css +4 -2
  44. package/lib/labs/VCalendar/VCalendar.sass +4 -2
  45. package/lib/labs/VCalendar/_variables.scss +5 -0
  46. package/package.json +1 -1
package/lib/index.d.mts CHANGED
@@ -496,20 +496,22 @@ declare module '@vue/runtime-core' {
496
496
  VAppBar: typeof import('vuetify/components')['VAppBar']
497
497
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
498
498
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
499
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
500
+ VApp: typeof import('vuetify/components')['VApp']
499
501
  VAlert: typeof import('vuetify/components')['VAlert']
500
502
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
501
- VApp: typeof import('vuetify/components')['VApp']
502
503
  VBadge: typeof import('vuetify/components')['VBadge']
503
- VAvatar: typeof import('vuetify/components')['VAvatar']
504
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
505
504
  VBanner: typeof import('vuetify/components')['VBanner']
506
505
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
507
506
  VBannerText: typeof import('vuetify/components')['VBannerText']
508
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
509
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
510
- VBtn: typeof import('vuetify/components')['VBtn']
507
+ VAvatar: typeof import('vuetify/components')['VAvatar']
508
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
511
509
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
510
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
512
511
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
512
+ VCarousel: typeof import('vuetify/components')['VCarousel']
513
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
514
+ VBtn: typeof import('vuetify/components')['VBtn']
513
515
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
514
516
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
515
517
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
@@ -519,22 +521,13 @@ declare module '@vue/runtime-core' {
519
521
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
520
522
  VCardText: typeof import('vuetify/components')['VCardText']
521
523
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
524
+ VChip: typeof import('vuetify/components')['VChip']
525
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
526
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
522
527
  VCode: typeof import('vuetify/components')['VCode']
523
- VCarousel: typeof import('vuetify/components')['VCarousel']
524
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
525
528
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
526
529
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
527
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
528
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
529
530
  VCombobox: typeof import('vuetify/components')['VCombobox']
530
- VCounter: typeof import('vuetify/components')['VCounter']
531
- VChip: typeof import('vuetify/components')['VChip']
532
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
533
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
534
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
535
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
536
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
537
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
538
531
  VDataTable: typeof import('vuetify/components')['VDataTable']
539
532
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
540
533
  VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
@@ -542,13 +535,20 @@ declare module '@vue/runtime-core' {
542
535
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
543
536
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
544
537
  VDialog: typeof import('vuetify/components')['VDialog']
545
- VDivider: typeof import('vuetify/components')['VDivider']
546
- VFooter: typeof import('vuetify/components')['VFooter']
538
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
539
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
540
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
541
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
542
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
543
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
544
+ VCounter: typeof import('vuetify/components')['VCounter']
547
545
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
548
546
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
549
547
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
550
548
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
549
+ VDivider: typeof import('vuetify/components')['VDivider']
551
550
  VFileInput: typeof import('vuetify/components')['VFileInput']
551
+ VFooter: typeof import('vuetify/components')['VFooter']
552
552
  VField: typeof import('vuetify/components')['VField']
553
553
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
554
554
  VIcon: typeof import('vuetify/components')['VIcon']
@@ -556,14 +556,13 @@ declare module '@vue/runtime-core' {
556
556
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
557
557
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
558
558
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
559
+ VKbd: typeof import('vuetify/components')['VKbd']
559
560
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
560
561
  VImg: typeof import('vuetify/components')['VImg']
561
562
  VInput: typeof import('vuetify/components')['VInput']
563
+ VLabel: typeof import('vuetify/components')['VLabel']
562
564
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
563
565
  VItem: typeof import('vuetify/components')['VItem']
564
- VLabel: typeof import('vuetify/components')['VLabel']
565
- VMain: typeof import('vuetify/components')['VMain']
566
- VKbd: typeof import('vuetify/components')['VKbd']
567
566
  VList: typeof import('vuetify/components')['VList']
568
567
  VListGroup: typeof import('vuetify/components')['VListGroup']
569
568
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -573,57 +572,58 @@ declare module '@vue/runtime-core' {
573
572
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
574
573
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
575
574
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
576
- VMenu: typeof import('vuetify/components')['VMenu']
575
+ VMain: typeof import('vuetify/components')['VMain']
577
576
  VMessages: typeof import('vuetify/components')['VMessages']
577
+ VMenu: typeof import('vuetify/components')['VMenu']
578
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
578
579
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
579
580
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
580
581
  VOverlay: typeof import('vuetify/components')['VOverlay']
581
582
  VPagination: typeof import('vuetify/components')['VPagination']
582
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
583
583
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
584
+ VRating: typeof import('vuetify/components')['VRating']
584
585
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
585
586
  VSelect: typeof import('vuetify/components')['VSelect']
586
- VSheet: typeof import('vuetify/components')['VSheet']
587
- VRating: typeof import('vuetify/components')['VRating']
588
587
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
589
588
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
590
- VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
591
- VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
592
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
593
589
  VSlider: typeof import('vuetify/components')['VSlider']
590
+ VSheet: typeof import('vuetify/components')['VSheet']
594
591
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
592
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
593
+ VSwitch: typeof import('vuetify/components')['VSwitch']
595
594
  VStepper: typeof import('vuetify/components')['VStepper']
596
595
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
597
596
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
598
597
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
599
598
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
600
599
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
600
+ VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
601
+ VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
602
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
601
603
  VTabs: typeof import('vuetify/components')['VTabs']
602
604
  VTab: typeof import('vuetify/components')['VTab']
603
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
604
- VSwitch: typeof import('vuetify/components')['VSwitch']
605
+ VTable: typeof import('vuetify/components')['VTable']
605
606
  VTextField: typeof import('vuetify/components')['VTextField']
606
607
  VTextarea: typeof import('vuetify/components')['VTextarea']
607
608
  VTimeline: typeof import('vuetify/components')['VTimeline']
608
609
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
609
- VTable: typeof import('vuetify/components')['VTable']
610
610
  VToolbar: typeof import('vuetify/components')['VToolbar']
611
611
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
612
612
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
613
- VTooltip: typeof import('vuetify/components')['VTooltip']
614
613
  VWindow: typeof import('vuetify/components')['VWindow']
615
614
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
615
+ VTooltip: typeof import('vuetify/components')['VTooltip']
616
616
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
617
- VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
618
617
  VForm: typeof import('vuetify/components')['VForm']
618
+ VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
619
619
  VContainer: typeof import('vuetify/components')['VContainer']
620
620
  VCol: typeof import('vuetify/components')['VCol']
621
621
  VRow: typeof import('vuetify/components')['VRow']
622
622
  VSpacer: typeof import('vuetify/components')['VSpacer']
623
623
  VHover: typeof import('vuetify/components')['VHover']
624
- VLazy: typeof import('vuetify/components')['VLazy']
625
624
  VLayout: typeof import('vuetify/components')['VLayout']
626
625
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
626
+ VLazy: typeof import('vuetify/components')['VLazy']
627
627
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
628
628
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
629
629
  VParallax: typeof import('vuetify/components')['VParallax']
@@ -87,7 +87,8 @@
87
87
  }
88
88
 
89
89
  .v-calendar-weekly__head-weeknumber {
90
- background: rgb(var(--v-theme-on-surface-variant));
90
+ background: rgb(var(--v-theme-surface-light));
91
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
91
92
  }
92
93
 
93
94
  .v-calendar-weekly__week {
@@ -99,8 +100,9 @@
99
100
 
100
101
  .v-calendar-month__weeknumber {
101
102
  padding-top: 6px;
102
- background: rgb(var(--v-theme-on-surface-variant));
103
+ background: rgb(var(--v-theme-surface-light));
103
104
  border-bottom: thin solid #e0e0e0;
105
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
104
106
  text-align: center;
105
107
  font-size: 12px;
106
108
  font-weight: 500;
@@ -73,7 +73,8 @@
73
73
  font-size: 1.5rem
74
74
 
75
75
  .v-calendar-weekly__head-weeknumber
76
- background: rgb(var(--v-theme-on-surface-variant))
76
+ background: $calendar-weekly-weeknumber-background
77
+ color: $calendar-weekly-weeknumber-color
77
78
 
78
79
  .v-calendar-weekly__week
79
80
  display: flex
@@ -84,8 +85,9 @@
84
85
 
85
86
  .v-calendar-month__weeknumber
86
87
  padding-top: $calendar-weekly-weeknumber-padding-top
87
- background: rgb(var(--v-theme-on-surface-variant))
88
+ background: $calendar-month-weeknumber-background
88
89
  border-bottom: $calendar-line-width solid $calendar-line-color
90
+ color: $calendar-month-weeknumber-color
89
91
  text-align: center
90
92
  font-size: $calendar-weekly-weeknumber-font-size
91
93
  font-weight: $calendar-weekly-weeknumber-font-weight
@@ -29,11 +29,16 @@ $calendar-weekly-day-label-size: 32px !default;
29
29
  $calendar-weekly-day-label-font-size: 12px !default;
30
30
  $calendar-weekly-day-label-margin: 4px 0 0 0 !default;
31
31
  $calendar-weekly-day-month-left: 36px !default;
32
+ $calendar-weekly-weeknumber-background: rgb(var(--v-theme-surface-light)) !default;
33
+ $calendar-weekly-weeknumber-color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity)) !default;
32
34
  $calendar-weekly-weeknumber-flex-basis: 24px !default;
33
35
  $calendar-weekly-weeknumber-padding-top: 6px !default;
34
36
  $calendar-weekly-weeknumber-font-size: 12px !default;
35
37
  $calendar-weekly-weeknumber-font-weight: 500 !default;
36
38
 
39
+ $calendar-month-weeknumber-background: rgb(var(--v-theme-surface-light)) !default;
40
+ $calendar-month-weeknumber-color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity)) !default;
41
+
37
42
  $calendar-event-bottom-space: 1px !default;
38
43
  $calendar-event-border-width: 1px !default;
39
44
  // $calendar-event-border-radius: $border-radius-root !default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vuetify/nightly",
3
3
  "description": "Vue Material Component Framework",
4
- "version": "3.4.10-dev.2024-01-16",
4
+ "version": "3.4.10-dev.2024-01-17",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"