@vuetify/nightly 3.0.2 → 3.0.3-next-20221129.0
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 -2
- package/dist/json/importMap.json +88 -88
- package/dist/vuetify.css +91 -91
- package/dist/vuetify.d.ts +25 -25
- package/dist/vuetify.esm.js +8 -7
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +8 -7
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +6 -6
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VFooter/VFooter.mjs +1 -1
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VLazy/VLazy.mjs +2 -1
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/transitions/dialog-transition.mjs +2 -2
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +25 -25
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
|
@@ -25698,19 +25698,17 @@ declare module '@vue/runtime-core' {
|
|
|
25698
25698
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
25699
25699
|
VHover: typeof import('vuetify/components')['VHover']
|
|
25700
25700
|
VForm: typeof import('vuetify/components')['VForm']
|
|
25701
|
-
VLayout: typeof import('vuetify/components')['VLayout']
|
|
25702
|
-
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
25703
25701
|
VLazy: typeof import('vuetify/components')['VLazy']
|
|
25704
25702
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
25705
|
-
|
|
25703
|
+
VLayout: typeof import('vuetify/components')['VLayout']
|
|
25704
|
+
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
25706
25705
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
25706
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
|
25707
25707
|
VRadio: typeof import('vuetify/components')['VRadio']
|
|
25708
25708
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
25709
25709
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
25710
25710
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
25711
|
-
|
|
25712
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
25713
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
25711
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
|
25714
25712
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
25715
25713
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
25716
25714
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
@@ -25727,36 +25725,42 @@ declare module '@vue/runtime-core' {
|
|
|
25727
25725
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
25728
25726
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
25729
25727
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
25728
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
25729
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
25730
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
25730
25731
|
VAlert: typeof import('vuetify/components')['VAlert']
|
|
25731
25732
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
25733
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
25732
25734
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
25733
25735
|
VBadge: typeof import('vuetify/components')['VBadge']
|
|
25734
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
25735
25736
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
25736
25737
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
25737
25738
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
25738
25739
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
25739
|
-
|
|
25740
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
25741
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
25742
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
25740
25743
|
VBtn: typeof import('vuetify/components')['VBtn']
|
|
25741
|
-
|
|
25744
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
25742
25745
|
VCard: typeof import('vuetify/components')['VCard']
|
|
25743
25746
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
25744
25747
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
25745
25748
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
25746
25749
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
25747
25750
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
25748
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
25749
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
25750
25751
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
25751
25752
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
25753
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
25754
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
25755
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
25752
25756
|
VChip: typeof import('vuetify/components')['VChip']
|
|
25753
|
-
VCode: typeof import('vuetify/components')['VCode']
|
|
25754
25757
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
25755
|
-
|
|
25758
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
25756
25759
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
25757
25760
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
25758
25761
|
VCounter: typeof import('vuetify/components')['VCounter']
|
|
25759
25762
|
VDialog: typeof import('vuetify/components')['VDialog']
|
|
25763
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
|
25760
25764
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
25761
25765
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
25762
25766
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
@@ -25771,12 +25775,11 @@ declare module '@vue/runtime-core' {
|
|
|
25771
25775
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
25772
25776
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
25773
25777
|
VImg: typeof import('vuetify/components')['VImg']
|
|
25778
|
+
VInput: typeof import('vuetify/components')['VInput']
|
|
25774
25779
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
25775
25780
|
VItem: typeof import('vuetify/components')['VItem']
|
|
25776
|
-
VInput: typeof import('vuetify/components')['VInput']
|
|
25777
25781
|
VKbd: typeof import('vuetify/components')['VKbd']
|
|
25778
25782
|
VLabel: typeof import('vuetify/components')['VLabel']
|
|
25779
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
|
25780
25783
|
VList: typeof import('vuetify/components')['VList']
|
|
25781
25784
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
25782
25785
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -25788,39 +25791,36 @@ declare module '@vue/runtime-core' {
|
|
|
25788
25791
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
25789
25792
|
VMain: typeof import('vuetify/components')['VMain']
|
|
25790
25793
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
25791
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
25792
25794
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
25795
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
25793
25796
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
25794
25797
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
25795
25798
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
25796
25799
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
25797
25800
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
25798
25801
|
VRating: typeof import('vuetify/components')['VRating']
|
|
25802
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
|
25799
25803
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
25800
25804
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
25801
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
|
25802
25805
|
VSheet: typeof import('vuetify/components')['VSheet']
|
|
25806
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
25807
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
25803
25808
|
VSlider: typeof import('vuetify/components')['VSlider']
|
|
25804
25809
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
25805
25810
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
25811
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
25806
25812
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
25807
25813
|
VTab: typeof import('vuetify/components')['VTab']
|
|
25808
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
25809
25814
|
VTable: typeof import('vuetify/components')['VTable']
|
|
25810
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
25811
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
25812
25815
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
25813
25816
|
VTextField: typeof import('vuetify/components')['VTextField']
|
|
25817
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
25818
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
25814
25819
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
25815
25820
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
25816
25821
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
25817
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
25818
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
25819
25822
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
25820
25823
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
25821
25824
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
25822
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
25823
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
25824
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
25825
25825
|
}
|
|
25826
25826
|
}
|
package/dist/vuetify.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.0.
|
|
2
|
+
* Vuetify v3.0.3-next-20221129.0
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -2476,8 +2476,8 @@ function getDimensions(target, el) {
|
|
|
2476
2476
|
const tsx = targetBox.width / elBox.width;
|
|
2477
2477
|
const tsy = targetBox.height / elBox.height;
|
|
2478
2478
|
const maxs = Math.max(1, tsx, tsy);
|
|
2479
|
-
const sx = tsx / maxs;
|
|
2480
|
-
const sy = tsy / maxs;
|
|
2479
|
+
const sx = tsx / maxs || 0;
|
|
2480
|
+
const sy = tsy / maxs || 0;
|
|
2481
2481
|
|
|
2482
2482
|
// Animate elements larger than 12% of the screen area up to 1.5x slower
|
|
2483
2483
|
const asa = elBox.width * elBox.height / (window.innerWidth * window.innerHeight);
|
|
@@ -14218,7 +14218,7 @@ const VFooter = defineComponent({
|
|
|
14218
14218
|
useRender(() => createVNode(props.tag, {
|
|
14219
14219
|
"ref": resizeRef,
|
|
14220
14220
|
"class": ['v-footer', themeClasses.value, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, roundedClasses.value],
|
|
14221
|
-
"style": [backgroundColorStyles, props.app ? layoutItemStyles.value : undefined]
|
|
14221
|
+
"style": [backgroundColorStyles.value, props.app ? layoutItemStyles.value : undefined]
|
|
14222
14222
|
}, slots));
|
|
14223
14223
|
return {};
|
|
14224
14224
|
}
|
|
@@ -14780,7 +14780,8 @@ const VLazy = defineComponent({
|
|
|
14780
14780
|
"style": dimensionStyles.value
|
|
14781
14781
|
}, {
|
|
14782
14782
|
default: () => [isActive.value && createVNode(MaybeTransition, {
|
|
14783
|
-
"transition": props.transition
|
|
14783
|
+
"transition": props.transition,
|
|
14784
|
+
"appear": true
|
|
14784
14785
|
}, {
|
|
14785
14786
|
default: () => [(_slots$default = slots.default) == null ? void 0 : _slots$default.call(slots)]
|
|
14786
14787
|
})]
|
|
@@ -18163,7 +18164,7 @@ function createVuetify$1() {
|
|
|
18163
18164
|
locale
|
|
18164
18165
|
};
|
|
18165
18166
|
}
|
|
18166
|
-
const version$1 = "3.0.
|
|
18167
|
+
const version$1 = "3.0.3-next-20221129.0";
|
|
18167
18168
|
createVuetify$1.version = version$1;
|
|
18168
18169
|
|
|
18169
18170
|
// Vue's inject() can only be used in setup
|
|
@@ -18184,7 +18185,7 @@ const createVuetify = function () {
|
|
|
18184
18185
|
...options
|
|
18185
18186
|
});
|
|
18186
18187
|
};
|
|
18187
|
-
const version = "3.0.
|
|
18188
|
+
const version = "3.0.3-next-20221129.0";
|
|
18188
18189
|
createVuetify.version = version;
|
|
18189
18190
|
|
|
18190
18191
|
export { components, createVuetify, directives, useDisplay, useLayout, useLocale, useRtl, useTheme, version };
|