@vuetify/nightly 3.11.8-dev.2026-02-01 → 3.11.8-dev.2026-02-07
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/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +3962 -3918
- package/dist/json/importMap-labs.json +18 -14
- package/dist/json/importMap.json +156 -156
- package/dist/json/tags.json +16 -0
- package/dist/json/web-types.json +7051 -6886
- package/dist/vuetify-labs.cjs +86 -3
- package/dist/vuetify-labs.css +4728 -4680
- package/dist/vuetify-labs.d.ts +350 -55
- package/dist/vuetify-labs.esm.js +86 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +86 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.css +3116 -3116
- package/dist/vuetify.d.ts +55 -54
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +55 -54
- package/lib/framework.js +1 -1
- package/lib/labs/VAvatarGroup/VAvatarGroup.css +49 -0
- package/lib/labs/VAvatarGroup/VAvatarGroup.d.ts +401 -0
- package/lib/labs/VAvatarGroup/VAvatarGroup.js +91 -0
- package/lib/labs/VAvatarGroup/VAvatarGroup.js.map +1 -0
- package/lib/labs/VAvatarGroup/VAvatarGroup.scss +79 -0
- package/lib/labs/VAvatarGroup/_variables.scss +6 -0
- package/lib/labs/VAvatarGroup/index.d.ts +1 -0
- package/lib/labs/VAvatarGroup/index.js +2 -0
- package/lib/labs/VAvatarGroup/index.js.map +1 -0
- package/lib/labs/components.d.ts +1 -0
- package/lib/labs/components.js +1 -0
- package/lib/labs/components.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.11.8-dev.2026-02-
|
|
2
|
+
* Vuetify v3.11.8-dev.2026-02-07
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -2877,8 +2877,8 @@ if(m.run(()=>{l.install(u)}),u.onUnmount(()=>m.stop()),u.provide(gt,e),u.provide
|
|
|
2877
2877
|
else{const{mount:e}=u
|
|
2878
2878
|
u.mount=function(){const l=e(...arguments)
|
|
2879
2879
|
return t.nextTick(()=>a.update()),u.mount=e,l}}("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&u.mixin({computed:{$vuetify(){return t.reactive({defaults:Gg.call(this,gt),display:Gg.call(this,Eo),theme:Gg.call(this,ha),icons:Gg.call(this,Ft),locale:Gg.call(this,va),date:Gg.call(this,Iu)})}}})},unmount:function(){u.stop()},defaults:e,display:a,theme:l,icons:c,locale:d,date:v,goTo:p}})}function Gg(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
|
2880
|
-
if(a&&e in a)return a[e]}Ug.version="3.11.8-dev.2026-02-
|
|
2881
|
-
const Kg=function(){return Ug({components:$g,directives:Wg,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},qg="3.11.8-dev.2026-02-
|
|
2880
|
+
if(a&&e in a)return a[e]}Ug.version="3.11.8-dev.2026-02-07"
|
|
2881
|
+
const Kg=function(){return Ug({components:$g,directives:Wg,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},qg="3.11.8-dev.2026-02-07"
|
|
2882
2882
|
Kg.version=qg,e.blueprints=Gt,e.components=$g,e.createVuetify=Kg,e.directives=Wg,e.useDate=Au,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
|
2883
2883
|
const{props:a,provideSubDefaults:l}=bt(e,t)
|
|
2884
2884
|
return l(),a},e.useDisplay=Bo,e.useGoTo=Lo,e.useHotkey=function(e,a){let l=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{}
|
package/lib/entry-bundler.js
CHANGED
|
@@ -16,7 +16,7 @@ export const createVuetify = function () {
|
|
|
16
16
|
...options
|
|
17
17
|
});
|
|
18
18
|
};
|
|
19
|
-
export const version = "3.11.8-dev.2026-02-
|
|
19
|
+
export const version = "3.11.8-dev.2026-02-07";
|
|
20
20
|
createVuetify.version = version;
|
|
21
21
|
export { blueprints, components, directives };
|
|
22
22
|
export * from "./composables/index.js";
|
package/lib/framework.d.ts
CHANGED
|
@@ -2779,39 +2779,37 @@ declare module 'vue' {
|
|
|
2779
2779
|
$children?: VNodeChild
|
|
2780
2780
|
}
|
|
2781
2781
|
export interface GlobalComponents {
|
|
2782
|
-
VApp: typeof import('vuetify/components')['VApp']
|
|
2783
2782
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
2784
2783
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
2785
2784
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
2786
2785
|
VAlert: typeof import('vuetify/components')['VAlert']
|
|
2787
2786
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
2788
2787
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
2788
|
+
VApp: typeof import('vuetify/components')['VApp']
|
|
2789
2789
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
2790
2790
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
2791
2791
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
2792
2792
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
2793
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
|
2794
2793
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
2795
2794
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
2796
2795
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
2797
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
2798
2796
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
2797
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
2799
2798
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
2800
|
-
|
|
2799
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
2801
2800
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
2802
|
-
|
|
2803
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
2804
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
2805
|
-
VChip: typeof import('vuetify/components')['VChip']
|
|
2801
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
2806
2802
|
VCard: typeof import('vuetify/components')['VCard']
|
|
2807
2803
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
2808
2804
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
2809
2805
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
2810
2806
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
2811
2807
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2808
|
+
VCalendar: typeof import('vuetify/components')['VCalendar']
|
|
2809
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
2810
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
2811
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
2812
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
2815
2813
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
2816
2814
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
|
2817
2815
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
@@ -2819,40 +2817,43 @@ declare module 'vue' {
|
|
|
2819
2817
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
2820
2818
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
2821
2819
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
2822
|
-
VCalendar: typeof import('vuetify/components')['VCalendar']
|
|
2823
2820
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
2824
|
-
|
|
2821
|
+
VChip: typeof import('vuetify/components')['VChip']
|
|
2822
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
|
2823
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
2824
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
2825
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
2826
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
2827
|
+
VFab: typeof import('vuetify/components')['VFab']
|
|
2825
2828
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
2826
2829
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
2827
2830
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
2828
2831
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
2829
2832
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
2830
2833
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
2831
|
-
|
|
2834
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
|
2832
2835
|
VDialog: typeof import('vuetify/components')['VDialog']
|
|
2833
2836
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
2834
2837
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
2835
2838
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
2836
2839
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
2837
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
|
2838
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
2839
2840
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
2840
|
-
|
|
2841
|
+
VHotkey: typeof import('vuetify/components')['VHotkey']
|
|
2841
2842
|
VField: typeof import('vuetify/components')['VField']
|
|
2842
2843
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
2843
|
-
VHotkey: typeof import('vuetify/components')['VHotkey']
|
|
2844
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
2845
2844
|
VFooter: typeof import('vuetify/components')['VFooter']
|
|
2846
|
-
|
|
2845
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
2846
|
+
VInput: typeof import('vuetify/components')['VInput']
|
|
2847
2847
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
2848
2848
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
2849
2849
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
2850
2850
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
2851
2851
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
2852
2852
|
VKbd: typeof import('vuetify/components')['VKbd']
|
|
2853
|
-
VInput: typeof import('vuetify/components')['VInput']
|
|
2854
2853
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
2855
2854
|
VItem: typeof import('vuetify/components')['VItem']
|
|
2855
|
+
VImg: typeof import('vuetify/components')['VImg']
|
|
2856
|
+
VMain: typeof import('vuetify/components')['VMain']
|
|
2856
2857
|
VLabel: typeof import('vuetify/components')['VLabel']
|
|
2857
2858
|
VList: typeof import('vuetify/components')['VList']
|
|
2858
2859
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
@@ -2863,80 +2864,78 @@ declare module 'vue' {
|
|
|
2863
2864
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
2864
2865
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
2865
2866
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
2866
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
|
2867
|
-
VMain: typeof import('vuetify/components')['VMain']
|
|
2868
2867
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
2868
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
2869
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
|
2869
2870
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
2870
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
|
2871
2871
|
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
|
2872
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
2873
2872
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
2874
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
2875
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
2876
2873
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
2877
|
-
|
|
2878
|
-
|
|
2874
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
|
2875
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
2879
2876
|
VRating: typeof import('vuetify/components')['VRating']
|
|
2880
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
|
2881
2877
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
2878
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
2879
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
|
2880
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
2881
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
2882
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
|
2882
2883
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
2883
2884
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
2884
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
2885
2885
|
VSlider: typeof import('vuetify/components')['VSlider']
|
|
2886
|
-
|
|
2887
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
2888
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
2889
|
-
VTab: typeof import('vuetify/components')['VTab']
|
|
2890
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
|
2891
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
2892
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
|
2893
|
-
VTable: typeof import('vuetify/components')['VTable']
|
|
2886
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
2894
2887
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
2895
2888
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
2896
2889
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
2897
2890
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
2898
2891
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
2899
2892
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
2893
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
2894
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
2895
|
+
VTab: typeof import('vuetify/components')['VTab']
|
|
2896
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
|
2897
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
2898
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
|
2900
2899
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
2901
|
-
|
|
2902
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
2903
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
2900
|
+
VTable: typeof import('vuetify/components')['VTable']
|
|
2904
2901
|
VTextField: typeof import('vuetify/components')['VTextField']
|
|
2902
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
2905
2903
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
2906
2904
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
2905
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
2906
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
2907
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
2907
2908
|
VTimePicker: typeof import('vuetify/components')['VTimePicker']
|
|
2908
2909
|
VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
|
|
2909
2910
|
VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
|
|
2910
2911
|
VTreeview: typeof import('vuetify/components')['VTreeview']
|
|
2911
2912
|
VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
|
|
2912
2913
|
VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
|
|
2913
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
2914
2914
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
2915
2915
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
2916
2916
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
2917
|
-
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
|
2918
2917
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
2919
|
-
|
|
2918
|
+
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
|
2920
2919
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
2921
2920
|
VCol: typeof import('vuetify/components')['VCol']
|
|
2922
2921
|
VRow: typeof import('vuetify/components')['VRow']
|
|
2923
2922
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
2923
|
+
VForm: typeof import('vuetify/components')['VForm']
|
|
2924
2924
|
VHover: typeof import('vuetify/components')['VHover']
|
|
2925
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
|
2926
|
-
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
2927
2925
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
2928
2926
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
2927
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
|
2928
|
+
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
2929
2929
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
2930
2930
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
2931
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
2932
2931
|
VRadio: typeof import('vuetify/components')['VRadio']
|
|
2932
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
2933
2933
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
2934
2934
|
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
|
2935
2935
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
2936
2936
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
|
2937
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
|
2938
2937
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
2939
|
-
|
|
2938
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
|
2940
2939
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
2941
2940
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
2942
2941
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
@@ -2953,17 +2952,19 @@ declare module 'vue' {
|
|
|
2953
2952
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
2954
2953
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
2955
2954
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
2955
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
2956
2956
|
VCommandPalette: typeof import('vuetify/labs/components')['VCommandPalette']
|
|
2957
2957
|
VCommandPaletteItemComponent: typeof import('vuetify/labs/components')['VCommandPaletteItemComponent']
|
|
2958
|
+
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
|
2959
|
+
VAvatarGroup: typeof import('vuetify/labs/components')['VAvatarGroup']
|
|
2958
2960
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
|
2959
2961
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
|
2960
|
-
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
|
2961
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
2962
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
2963
2962
|
VPie: typeof import('vuetify/labs/components')['VPie']
|
|
2964
2963
|
VPieSegment: typeof import('vuetify/labs/components')['VPieSegment']
|
|
2965
2964
|
VPieTooltip: typeof import('vuetify/labs/components')['VPieTooltip']
|
|
2966
|
-
|
|
2965
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
|
2966
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
2967
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
2967
2968
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
|
2968
2969
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
|
2969
2970
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
package/lib/framework.js
CHANGED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
.v-avatar-group {
|
|
2
|
+
display: inline-flex;
|
|
3
|
+
align-items: center;
|
|
4
|
+
gap: 8px;
|
|
5
|
+
}
|
|
6
|
+
.v-avatar-group--hoverable .v-avatar {
|
|
7
|
+
cursor: pointer;
|
|
8
|
+
transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
|
|
9
|
+
}
|
|
10
|
+
.v-avatar-group--hoverable .v-avatar:hover {
|
|
11
|
+
transform: translateY(-8px);
|
|
12
|
+
}
|
|
13
|
+
.v-avatar-group--hoverable.v-avatar-group--vertical .v-avatar:hover {
|
|
14
|
+
transform: translateX(8px);
|
|
15
|
+
}
|
|
16
|
+
.v-avatar-group__content {
|
|
17
|
+
display: flex;
|
|
18
|
+
align-items: center;
|
|
19
|
+
}
|
|
20
|
+
.v-avatar-group .v-avatar-group__overflow {
|
|
21
|
+
background: rgb(var(--v-theme-surface-light));
|
|
22
|
+
color: rgb(var(--v-theme-on-surface-light));
|
|
23
|
+
}
|
|
24
|
+
.v-avatar-group--horizontal .v-avatar:not(:first-child) {
|
|
25
|
+
margin-inline-start: var(--v-avatar-group-gap, -12px);
|
|
26
|
+
}
|
|
27
|
+
.v-avatar-group--horizontal.v-avatar-group--reverse .v-avatar-group__content {
|
|
28
|
+
flex-direction: row-reverse;
|
|
29
|
+
}
|
|
30
|
+
.v-avatar-group--horizontal.v-avatar-group--reverse {
|
|
31
|
+
/* upgrade someday: https://caniuse.com/wf-sibling-count */
|
|
32
|
+
}
|
|
33
|
+
.v-avatar-group--horizontal.v-avatar-group--reverse .v-avatar:not(:first-child) {
|
|
34
|
+
margin-inline-start: 0;
|
|
35
|
+
margin-inline-end: var(--v-avatar-group-gap, -12px);
|
|
36
|
+
}
|
|
37
|
+
.v-avatar-group--vertical .v-avatar-group__content {
|
|
38
|
+
flex-direction: column;
|
|
39
|
+
}
|
|
40
|
+
.v-avatar-group--vertical .v-avatar:not(:first-child) {
|
|
41
|
+
margin-block-start: var(--v-avatar-group-gap, -12px);
|
|
42
|
+
}
|
|
43
|
+
.v-avatar-group--vertical.v-avatar-group--reverse .v-avatar-group__content {
|
|
44
|
+
flex-direction: column-reverse;
|
|
45
|
+
}
|
|
46
|
+
.v-avatar-group--vertical.v-avatar-group--reverse .v-avatar:not(:first-child) {
|
|
47
|
+
margin-block-start: 0;
|
|
48
|
+
margin-block-end: var(--v-avatar-group-gap, -12px);
|
|
49
|
+
}
|