@vuetify/nightly 3.6.13-pr-20185.5bf1ff4 → 3.6.14-master.2024-08-01
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/dist/json/attributes.json +96 -96
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +120 -120
- package/dist/json/web-types.json +188 -188
- package/dist/vuetify-labs.css +3716 -3716
- package/dist/vuetify-labs.esm.js +4 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +723 -723
- package/dist/vuetify.d.ts +38 -38
- package/dist/vuetify.esm.js +4 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/composables/options.mjs +1 -1
- package/lib/components/VDataTable/composables/options.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.mts +38 -38
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -72818,37 +72818,37 @@ interface _GlobalComponents {
|
|
72818
72818
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
72819
72819
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
72820
72820
|
VApp: typeof import('vuetify/components')['VApp']
|
72821
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
72822
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
72823
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
72821
72824
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
72822
72825
|
VBadge: typeof import('vuetify/components')['VBadge']
|
72823
|
-
|
72826
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
72827
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
72824
72828
|
VBanner: typeof import('vuetify/components')['VBanner']
|
72825
72829
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
72826
72830
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
72827
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
72828
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
72829
72831
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
72830
72832
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
72831
72833
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
72832
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
72833
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
72834
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
72835
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
72836
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
72837
72834
|
VCard: typeof import('vuetify/components')['VCard']
|
72838
72835
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
72839
72836
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
72840
72837
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
72841
72838
|
VCardText: typeof import('vuetify/components')['VCardText']
|
72842
72839
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
72843
|
-
|
72844
|
-
|
72845
|
-
VChip: typeof import('vuetify/components')['VChip']
|
72840
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
72841
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
72846
72842
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
72847
72843
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
72844
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
72845
|
+
VChip: typeof import('vuetify/components')['VChip']
|
72848
72846
|
VCode: typeof import('vuetify/components')['VCode']
|
72849
|
-
|
72847
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
72848
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
72850
72849
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
72851
72850
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
72851
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
72852
72852
|
VCounter: typeof import('vuetify/components')['VCounter']
|
72853
72853
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
72854
72854
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
@@ -72863,27 +72863,30 @@ interface _GlobalComponents {
|
|
72863
72863
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
72864
72864
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
72865
72865
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
72866
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
72867
72866
|
VDialog: typeof import('vuetify/components')['VDialog']
|
72867
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
72868
72868
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
72869
72869
|
VFab: typeof import('vuetify/components')['VFab']
|
72870
72870
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
72871
72871
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
72872
72872
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
72873
72873
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
72874
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
72875
72874
|
VField: typeof import('vuetify/components')['VField']
|
72876
72875
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
72876
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
72877
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
72877
72878
|
VFooter: typeof import('vuetify/components')['VFooter']
|
72878
72879
|
VIcon: typeof import('vuetify/components')['VIcon']
|
72879
72880
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
72880
72881
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
72881
72882
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
72882
72883
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
72883
|
-
VInput: typeof import('vuetify/components')['VInput']
|
72884
72884
|
VImg: typeof import('vuetify/components')['VImg']
|
72885
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
72886
72885
|
VKbd: typeof import('vuetify/components')['VKbd']
|
72886
|
+
VInput: typeof import('vuetify/components')['VInput']
|
72887
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
72888
|
+
VItem: typeof import('vuetify/components')['VItem']
|
72889
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
72887
72890
|
VList: typeof import('vuetify/components')['VList']
|
72888
72891
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
72889
72892
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -72893,30 +72896,25 @@ interface _GlobalComponents {
|
|
72893
72896
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
72894
72897
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
72895
72898
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
72896
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
72897
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
72898
|
-
VItem: typeof import('vuetify/components')['VItem']
|
72899
72899
|
VMain: typeof import('vuetify/components')['VMain']
|
72900
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
72901
72900
|
VMenu: typeof import('vuetify/components')['VMenu']
|
72902
72901
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
72903
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
72904
72902
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
72905
|
-
|
72906
|
-
|
72903
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
72904
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
72907
72905
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
72908
|
-
|
72906
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
72907
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
72908
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
72909
72909
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
72910
|
+
VRating: typeof import('vuetify/components')['VRating']
|
72910
72911
|
VSelect: typeof import('vuetify/components')['VSelect']
|
72911
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
72912
72912
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
72913
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
72914
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
72915
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
72916
72913
|
VSheet: typeof import('vuetify/components')['VSheet']
|
72917
72914
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
72915
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
72916
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
72918
72917
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
72919
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
72920
72918
|
VStepper: typeof import('vuetify/components')['VStepper']
|
72921
72919
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
72922
72920
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
@@ -72924,34 +72922,36 @@ interface _GlobalComponents {
|
|
72924
72922
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
72925
72923
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
72926
72924
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
72925
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
72927
72926
|
VTab: typeof import('vuetify/components')['VTab']
|
72928
72927
|
VTabs: typeof import('vuetify/components')['VTabs']
|
72929
72928
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
72930
72929
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
72930
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
72931
72931
|
VTable: typeof import('vuetify/components')['VTable']
|
72932
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
72932
72933
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
72933
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
72934
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
72935
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
72936
72934
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
72937
72935
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
72938
72936
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
72939
|
-
|
72937
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
72938
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
72939
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
72940
72940
|
VWindow: typeof import('vuetify/components')['VWindow']
|
72941
72941
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
72942
72942
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
72943
72943
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
72944
72944
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
72945
72945
|
VForm: typeof import('vuetify/components')['VForm']
|
72946
|
-
VHover: typeof import('vuetify/components')['VHover']
|
72947
72946
|
VContainer: typeof import('vuetify/components')['VContainer']
|
72948
72947
|
VCol: typeof import('vuetify/components')['VCol']
|
72949
72948
|
VRow: typeof import('vuetify/components')['VRow']
|
72950
72949
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
72950
|
+
VHover: typeof import('vuetify/components')['VHover']
|
72951
72951
|
VLayout: typeof import('vuetify/components')['VLayout']
|
72952
72952
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
72953
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
72954
72953
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
72954
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
72955
72955
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
72956
72956
|
VParallax: typeof import('vuetify/components')['VParallax']
|
72957
72957
|
VRadio: typeof import('vuetify/components')['VRadio']
|
@@ -72987,15 +72987,15 @@ interface _GlobalComponents {
|
|
72987
72987
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
72988
72988
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
72989
72989
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
72990
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
72991
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
72992
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
72993
72990
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
72994
72991
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
72995
72992
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
72996
72993
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
72997
72994
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
72998
72995
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
72996
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
72997
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
72998
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
72999
72999
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
73000
73000
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
73001
73001
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.
|
2
|
+
* Vuetify v3.6.14-master.2024-08-01
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -18476,7 +18476,7 @@ function useOptions(_ref) {
|
|
18476
18476
|
if (deepEqual(oldOptions, options.value)) return;
|
18477
18477
|
|
18478
18478
|
// Reset page when searching
|
18479
|
-
if (oldOptions
|
18479
|
+
if (oldOptions && oldOptions.search !== options.value.search) {
|
18480
18480
|
page.value = 1;
|
18481
18481
|
}
|
18482
18482
|
vm.emit('update:options', options.value);
|
@@ -28138,7 +28138,7 @@ function createVuetify$1() {
|
|
28138
28138
|
goTo
|
28139
28139
|
};
|
28140
28140
|
}
|
28141
|
-
const version$1 = "3.6.
|
28141
|
+
const version$1 = "3.6.14-master.2024-08-01";
|
28142
28142
|
createVuetify$1.version = version$1;
|
28143
28143
|
|
28144
28144
|
// Vue's inject() can only be used in setup
|
@@ -28163,7 +28163,7 @@ const createVuetify = function () {
|
|
28163
28163
|
...options
|
28164
28164
|
});
|
28165
28165
|
};
|
28166
|
-
const version = "3.6.
|
28166
|
+
const version = "3.6.14-master.2024-08-01";
|
28167
28167
|
createVuetify.version = version;
|
28168
28168
|
|
28169
28169
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|