@vuetify/nightly 3.5.0-dev.2024-01-20 → 3.5.0-dev.2024-02-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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.5.0-dev.2024-01-20
2
+ * Vuetify v3.5.0-dev.2024-02-03
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -1916,9 +1916,9 @@ else{const{mount:a}=e
1916
1916
  e.mount=function(){const l=a(...arguments)
1917
1917
  return t.nextTick((()=>c.update())),e.mount=a,l}}Nt.reset(),("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&e.mixin({computed:{$vuetify(){return t.reactive({defaults:hp.call(this,ut),display:hp.call(this,rn),theme:hp.call(this,ea),icons:hp.call(this,Pl),locale:hp.call(this,Kt),date:hp.call(this,yu)})}}})}
1918
1918
  return{install:g,defaults:u,display:c,theme:d,icons:v,locale:p,date:f,goTo:m}}function hp(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
1919
- if(a&&e in a)return a[e]}gp.version="3.5.0-dev.2024-01-20"
1919
+ if(a&&e in a)return a[e]}gp.version="3.5.0-dev.2024-02-03"
1920
1920
  const yp=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}
1921
- return gp({components:sp,directives:mp,...e})},bp="3.5.0-dev.2024-01-20"
1921
+ return gp({components:sp,directives:mp,...e})},bp="3.5.0-dev.2024-02-03"
1922
1922
  yp.version=bp,e.components=sp,e.createVuetify=yp,e.directives=mp,e.useDate=wu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
1923
1923
  const{props:a,provideSubDefaults:l}=ft(e,t)
1924
1924
  return l(),a},e.useDisplay=fn,e.useGoTo=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}
@@ -5,7 +5,7 @@
5
5
 
6
6
  .v-input
7
7
  display: grid
8
- flex: 1 1 auto
8
+ flex: $input-flex
9
9
  font-size: $input-font-size
10
10
  font-weight: $input-font-weight
11
11
  line-height: $input-line-height
@@ -5,6 +5,7 @@
5
5
  // CONTROL
6
6
  $input-density: ('default': 0, 'comfortable': -2, 'compact': -4) !default;
7
7
  $input-control-height: 56px !default;
8
+ $input-flex: 1 1 auto !default;
8
9
  $input-font-size: tools.map-deep-get(settings.$typography, 'body-1', 'size') !default;
9
10
  $input-font-weight: tools.map-deep-get(settings.$typography, 'body-1', 'weight') !default;
10
11
  $input-line-height: 1.5 !default;
@@ -15,7 +15,7 @@ export const createVuetify = function () {
15
15
  ...options
16
16
  });
17
17
  };
18
- export const version = "3.5.0-dev.2024-01-20";
18
+ export const version = "3.5.0-dev.2024-02-03";
19
19
  createVuetify.version = version;
20
20
  export { components, directives };
21
21
  export * from "./composables/index.mjs";
package/lib/framework.mjs CHANGED
@@ -97,7 +97,7 @@ export function createVuetify() {
97
97
  goTo
98
98
  };
99
99
  }
100
- export const version = "3.5.0-dev.2024-01-20";
100
+ export const version = "3.5.0-dev.2024-02-03";
101
101
  createVuetify.version = version;
102
102
 
103
103
  // Vue's inject() can only be used in setup
package/lib/index.d.mts CHANGED
@@ -516,28 +516,24 @@ declare module '@vue/runtime-core' {
516
516
 
517
517
  export interface GlobalComponents {
518
518
  VApp: typeof import('vuetify/components')['VApp']
519
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
520
519
  VAppBar: typeof import('vuetify/components')['VAppBar']
521
520
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
522
521
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
523
- VAvatar: typeof import('vuetify/components')['VAvatar']
522
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
524
523
  VAlert: typeof import('vuetify/components')['VAlert']
525
524
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
525
+ VAvatar: typeof import('vuetify/components')['VAvatar']
526
526
  VBadge: typeof import('vuetify/components')['VBadge']
527
527
  VBanner: typeof import('vuetify/components')['VBanner']
528
528
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
529
529
  VBannerText: typeof import('vuetify/components')['VBannerText']
530
530
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
531
- VBtn: typeof import('vuetify/components')['VBtn']
532
531
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
533
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
534
- VCarousel: typeof import('vuetify/components')['VCarousel']
535
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
536
532
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
537
533
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
538
534
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
539
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
540
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
535
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
536
+ VBtn: typeof import('vuetify/components')['VBtn']
541
537
  VCard: typeof import('vuetify/components')['VCard']
542
538
  VCardActions: typeof import('vuetify/components')['VCardActions']
543
539
  VCardItem: typeof import('vuetify/components')['VCardItem']
@@ -545,46 +541,51 @@ declare module '@vue/runtime-core' {
545
541
  VCardText: typeof import('vuetify/components')['VCardText']
546
542
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
547
543
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
544
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
545
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
546
+ VCarousel: typeof import('vuetify/components')['VCarousel']
547
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
548
548
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
549
- VCode: typeof import('vuetify/components')['VCode']
550
549
  VChip: typeof import('vuetify/components')['VChip']
550
+ VCode: typeof import('vuetify/components')['VCode']
551
+ VCombobox: typeof import('vuetify/components')['VCombobox']
551
552
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
553
+ VCounter: typeof import('vuetify/components')['VCounter']
552
554
  VDataTable: typeof import('vuetify/components')['VDataTable']
553
555
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
554
556
  VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
555
557
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
556
558
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
557
559
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
558
- VCounter: typeof import('vuetify/components')['VCounter']
559
560
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
560
561
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
561
562
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
562
563
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
563
564
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
564
565
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
565
- VCombobox: typeof import('vuetify/components')['VCombobox']
566
+ VDivider: typeof import('vuetify/components')['VDivider']
566
567
  VDialog: typeof import('vuetify/components')['VDialog']
567
568
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
568
569
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
569
570
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
570
571
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
571
- VDivider: typeof import('vuetify/components')['VDivider']
572
572
  VField: typeof import('vuetify/components')['VField']
573
573
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
574
- VFooter: typeof import('vuetify/components')['VFooter']
574
+ VFileInput: typeof import('vuetify/components')['VFileInput']
575
575
  VIcon: typeof import('vuetify/components')['VIcon']
576
576
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
577
577
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
578
578
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
579
579
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
580
- VFileInput: typeof import('vuetify/components')['VFileInput']
580
+ VFooter: typeof import('vuetify/components')['VFooter']
581
581
  VImg: typeof import('vuetify/components')['VImg']
582
582
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
583
583
  VInput: typeof import('vuetify/components')['VInput']
584
- VKbd: typeof import('vuetify/components')['VKbd']
585
584
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
586
585
  VItem: typeof import('vuetify/components')['VItem']
586
+ VKbd: typeof import('vuetify/components')['VKbd']
587
587
  VLabel: typeof import('vuetify/components')['VLabel']
588
+ VMain: typeof import('vuetify/components')['VMain']
588
589
  VList: typeof import('vuetify/components')['VList']
589
590
  VListGroup: typeof import('vuetify/components')['VListGroup']
590
591
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -594,24 +595,23 @@ declare module '@vue/runtime-core' {
594
595
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
595
596
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
596
597
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
597
- VMessages: typeof import('vuetify/components')['VMessages']
598
598
  VMenu: typeof import('vuetify/components')['VMenu']
599
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
600
- VMain: typeof import('vuetify/components')['VMain']
599
+ VMessages: typeof import('vuetify/components')['VMessages']
601
600
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
602
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
601
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
603
602
  VOverlay: typeof import('vuetify/components')['VOverlay']
604
603
  VPagination: typeof import('vuetify/components')['VPagination']
605
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
604
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
606
605
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
606
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
607
607
  VRating: typeof import('vuetify/components')['VRating']
608
- VSelect: typeof import('vuetify/components')['VSelect']
609
608
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
610
- VSheet: typeof import('vuetify/components')['VSheet']
611
609
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
612
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
610
+ VSelect: typeof import('vuetify/components')['VSelect']
611
+ VSheet: typeof import('vuetify/components')['VSheet']
613
612
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
614
613
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
614
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
615
615
  VSlider: typeof import('vuetify/components')['VSlider']
616
616
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
617
617
  VStepper: typeof import('vuetify/components')['VStepper']
@@ -620,41 +620,41 @@ declare module '@vue/runtime-core' {
620
620
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
621
621
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
622
622
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
623
- VSwitch: typeof import('vuetify/components')['VSwitch']
624
623
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
624
+ VSwitch: typeof import('vuetify/components')['VSwitch']
625
+ VTable: typeof import('vuetify/components')['VTable']
625
626
  VTabs: typeof import('vuetify/components')['VTabs']
626
627
  VTab: typeof import('vuetify/components')['VTab']
627
- VTable: typeof import('vuetify/components')['VTable']
628
628
  VTextarea: typeof import('vuetify/components')['VTextarea']
629
- VToolbar: typeof import('vuetify/components')['VToolbar']
630
- VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
631
- VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
632
629
  VTextField: typeof import('vuetify/components')['VTextField']
633
630
  VTooltip: typeof import('vuetify/components')['VTooltip']
634
631
  VTimeline: typeof import('vuetify/components')['VTimeline']
635
632
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
633
+ VToolbar: typeof import('vuetify/components')['VToolbar']
634
+ VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
635
+ VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
636
636
  VWindow: typeof import('vuetify/components')['VWindow']
637
637
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
638
638
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
639
639
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
640
- VForm: typeof import('vuetify/components')['VForm']
641
640
  VContainer: typeof import('vuetify/components')['VContainer']
642
641
  VCol: typeof import('vuetify/components')['VCol']
643
642
  VRow: typeof import('vuetify/components')['VRow']
644
643
  VSpacer: typeof import('vuetify/components')['VSpacer']
644
+ VForm: typeof import('vuetify/components')['VForm']
645
645
  VHover: typeof import('vuetify/components')['VHover']
646
646
  VLayout: typeof import('vuetify/components')['VLayout']
647
647
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
648
- VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
649
648
  VLazy: typeof import('vuetify/components')['VLazy']
649
+ VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
650
650
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
651
651
  VParallax: typeof import('vuetify/components')['VParallax']
652
652
  VRadio: typeof import('vuetify/components')['VRadio']
653
653
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
654
654
  VResponsive: typeof import('vuetify/components')['VResponsive']
655
655
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
656
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
657
656
  VValidation: typeof import('vuetify/components')['VValidation']
657
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
658
658
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
659
659
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
660
660
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -6855,6 +6855,22 @@ html.overflow-y-hidden {
6855
6855
  position: sticky !important;
6856
6856
  }
6857
6857
 
6858
+ .top-0 {
6859
+ top: 0 !important;
6860
+ }
6861
+
6862
+ .right-0 {
6863
+ right: 0 !important;
6864
+ }
6865
+
6866
+ .bottom-0 {
6867
+ bottom: 0 !important;
6868
+ }
6869
+
6870
+ .left-0 {
6871
+ left: 0 !important;
6872
+ }
6873
+
6858
6874
  .cursor-auto {
6859
6875
  cursor: auto !important;
6860
6876
  }
@@ -532,6 +532,26 @@ $utilities: () !default;
532
532
  class: position,
533
533
  values: static relative fixed absolute sticky
534
534
  ),
535
+ "top": (
536
+ property: top,
537
+ class: top,
538
+ values: 0
539
+ ),
540
+ "right": (
541
+ property: right,
542
+ class: right,
543
+ values: 0
544
+ ),
545
+ "bottom": (
546
+ property: bottom,
547
+ class: bottom,
548
+ values: 0
549
+ ),
550
+ "left": (
551
+ property: left,
552
+ class: left,
553
+ values: 0
554
+ ),
535
555
  // Cursor
536
556
  "cursor": (
537
557
  property: cursor,
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.5.0-dev.2024-01-20",
4
+ "version": "3.5.0-dev.2024-02-03",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"