@vuetify/nightly 3.7.0-master.2024-08-27 → 3.7.1-master.2024-08-28
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/importMap-labs.json +22 -22
- package/dist/json/importMap.json +180 -180
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2591 -2579
- package/dist/vuetify-labs.esm.js +9 -11
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +9 -11
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3984 -3972
- package/dist/vuetify.d.ts +57 -57
- package/dist/vuetify.esm.js +9 -11
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +9 -11
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +7 -7
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.css +13 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +6 -8
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.sass +10 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +57 -57
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -67045,64 +67045,65 @@ declare module 'vue' {
|
|
67045
67045
|
$children?: VNodeChild
|
67046
67046
|
}
|
67047
67047
|
export interface GlobalComponents {
|
67048
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
67049
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67050
|
-
VApp: typeof import('vuetify/components')['VApp']
|
67051
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67052
67048
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67053
67049
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67054
67050
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67051
|
+
VApp: typeof import('vuetify/components')['VApp']
|
67052
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67055
67053
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67054
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
67055
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67056
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67057
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
67058
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
67059
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67056
67060
|
VBanner: typeof import('vuetify/components')['VBanner']
|
67057
67061
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67058
67062
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67059
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67060
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67061
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67062
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
67063
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67064
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67065
67063
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67066
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67067
67064
|
VCard: typeof import('vuetify/components')['VCard']
|
67068
67065
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
67069
67066
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
67070
67067
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
67071
67068
|
VCardText: typeof import('vuetify/components')['VCardText']
|
67072
67069
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
67073
|
-
|
67070
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67071
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67072
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67073
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67074
|
+
VChip: typeof import('vuetify/components')['VChip']
|
67074
67075
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67075
67076
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67076
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67077
67077
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67078
67078
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67079
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67080
|
-
VChip: typeof import('vuetify/components')['VChip']
|
67081
67079
|
VCode: typeof import('vuetify/components')['VCode']
|
67082
|
-
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67083
|
-
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67084
|
-
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
67085
|
-
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
67086
|
-
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67087
|
-
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67088
|
-
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67089
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
67090
67080
|
VCounter: typeof import('vuetify/components')['VCounter']
|
67081
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67091
67082
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67092
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
67093
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67094
67083
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67095
67084
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67096
67085
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67097
67086
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67098
67087
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67099
67088
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67089
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67090
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
67091
|
+
VFab: typeof import('vuetify/components')['VFab']
|
67092
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
67100
67093
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67101
67094
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67102
67095
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67103
67096
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67097
|
+
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67098
|
+
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67099
|
+
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
67100
|
+
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
67101
|
+
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67102
|
+
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67103
|
+
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67104
67104
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67105
67105
|
VFooter: typeof import('vuetify/components')['VFooter']
|
67106
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67106
67107
|
VField: typeof import('vuetify/components')['VField']
|
67107
67108
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67108
67109
|
VIcon: typeof import('vuetify/components')['VIcon']
|
@@ -67110,16 +67111,12 @@ declare module 'vue' {
|
|
67110
67111
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67111
67112
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67112
67113
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67113
|
-
|
67114
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67114
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67115
67115
|
VImg: typeof import('vuetify/components')['VImg']
|
67116
|
-
|
67116
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67117
67117
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67118
67118
|
VItem: typeof import('vuetify/components')['VItem']
|
67119
67119
|
VInput: typeof import('vuetify/components')['VInput']
|
67120
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
67121
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
67122
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
67123
67120
|
VList: typeof import('vuetify/components')['VList']
|
67124
67121
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67125
67122
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67129,23 +67126,31 @@ declare module 'vue' {
|
|
67129
67126
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67130
67127
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67131
67128
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67129
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67132
67130
|
VMain: typeof import('vuetify/components')['VMain']
|
67133
|
-
|
67131
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
67132
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
67134
67133
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67135
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67136
67134
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67137
67135
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67136
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67137
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
67138
67138
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67139
|
-
VRating: typeof import('vuetify/components')['VRating']
|
67140
67139
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67141
67140
|
VSelect: typeof import('vuetify/components')['VSelect']
|
67142
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67143
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
67144
67141
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67142
|
+
VRating: typeof import('vuetify/components')['VRating']
|
67143
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67144
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67145
67145
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67146
67146
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67147
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
67147
67148
|
VSlider: typeof import('vuetify/components')['VSlider']
|
67148
|
-
|
67149
|
+
VTab: typeof import('vuetify/components')['VTab']
|
67150
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
67151
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67152
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67153
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67149
67154
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67150
67155
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67151
67156
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
@@ -67154,40 +67159,35 @@ declare module 'vue' {
|
|
67154
67159
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67155
67160
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67156
67161
|
VTable: typeof import('vuetify/components')['VTable']
|
67157
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67158
67162
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67159
67163
|
VTextField: typeof import('vuetify/components')['VTextField']
|
67160
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67161
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67162
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67163
|
-
VTab: typeof import('vuetify/components')['VTab']
|
67164
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
67165
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67166
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67167
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67168
67164
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67169
67165
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67170
67166
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67167
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67168
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67169
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67171
67170
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67172
67171
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67172
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67173
67173
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67174
67174
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67175
|
-
VForm: typeof import('vuetify/components')['VForm']
|
67176
67175
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67177
67176
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67178
67177
|
VCol: typeof import('vuetify/components')['VCol']
|
67179
67178
|
VRow: typeof import('vuetify/components')['VRow']
|
67180
67179
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67181
|
-
|
67182
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
67180
|
+
VForm: typeof import('vuetify/components')['VForm']
|
67183
67181
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67184
67182
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67183
|
+
VHover: typeof import('vuetify/components')['VHover']
|
67184
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
67185
67185
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67186
67186
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67187
67187
|
VParallax: typeof import('vuetify/components')['VParallax']
|
67188
67188
|
VRadio: typeof import('vuetify/components')['VRadio']
|
67189
|
-
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67190
67189
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67190
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67191
67191
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67192
67192
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67193
67193
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
@@ -67209,26 +67209,26 @@ declare module 'vue' {
|
|
67209
67209
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67210
67210
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67211
67211
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67212
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67213
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67214
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67212
67215
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67213
67216
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67214
67217
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
67215
67218
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67216
67219
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67217
67220
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67218
|
-
|
67219
|
-
|
67220
|
-
|
67221
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67222
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67223
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67221
67224
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67222
67225
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67223
67226
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67224
67227
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67225
67228
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67226
67229
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67227
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67228
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67229
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67230
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67231
67230
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67232
67231
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67232
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67233
67233
|
}
|
67234
67234
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.
|
2
|
+
* Vuetify v3.7.1-master.2024-08-28
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -23407,7 +23407,6 @@ const VInfiniteScrollIntersect = defineComponent({
|
|
23407
23407
|
type: String,
|
23408
23408
|
required: true
|
23409
23409
|
},
|
23410
|
-
rootRef: null,
|
23411
23410
|
rootMargin: String
|
23412
23411
|
},
|
23413
23412
|
emits: {
|
@@ -23420,14 +23419,15 @@ const VInfiniteScrollIntersect = defineComponent({
|
|
23420
23419
|
const {
|
23421
23420
|
intersectionRef,
|
23422
23421
|
isIntersecting
|
23423
|
-
} = useIntersectionObserver(
|
23424
|
-
rootMargin: props.rootMargin
|
23425
|
-
} : undefined);
|
23422
|
+
} = useIntersectionObserver();
|
23426
23423
|
watch(isIntersecting, async val => {
|
23427
23424
|
emit('intersect', props.side, val);
|
23428
23425
|
});
|
23429
23426
|
useRender(() => createVNode("div", {
|
23430
23427
|
"class": "v-infinite-scroll-intersect",
|
23428
|
+
"style": {
|
23429
|
+
'--v-infinite-margin-size': props.rootMargin
|
23430
|
+
},
|
23431
23431
|
"ref": intersectionRef
|
23432
23432
|
}, [createTextVNode("\xA0")]));
|
23433
23433
|
return {};
|
@@ -23578,17 +23578,15 @@ const VInfiniteScroll = genericComponent()({
|
|
23578
23578
|
}, {
|
23579
23579
|
default: () => [createVNode("div", {
|
23580
23580
|
"class": "v-infinite-scroll__side"
|
23581
|
-
}, [renderSide('start', startStatus.value)]),
|
23581
|
+
}, [renderSide('start', startStatus.value)]), hasStartIntersect && intersectMode && createVNode(VInfiniteScrollIntersect, {
|
23582
23582
|
"key": "start",
|
23583
23583
|
"side": "start",
|
23584
23584
|
"onIntersect": handleIntersect,
|
23585
|
-
"rootRef": rootEl.value,
|
23586
23585
|
"rootMargin": margin.value
|
23587
|
-
}, null), slots.default?.(),
|
23586
|
+
}, null), slots.default?.(), hasEndIntersect && intersectMode && createVNode(VInfiniteScrollIntersect, {
|
23588
23587
|
"key": "end",
|
23589
23588
|
"side": "end",
|
23590
23589
|
"onIntersect": handleIntersect,
|
23591
|
-
"rootRef": rootEl.value,
|
23592
23590
|
"rootMargin": margin.value
|
23593
23591
|
}, null), createVNode("div", {
|
23594
23592
|
"class": "v-infinite-scroll__side"
|
@@ -28216,7 +28214,7 @@ function createVuetify$1() {
|
|
28216
28214
|
goTo
|
28217
28215
|
};
|
28218
28216
|
}
|
28219
|
-
const version$1 = "3.7.
|
28217
|
+
const version$1 = "3.7.1-master.2024-08-28";
|
28220
28218
|
createVuetify$1.version = version$1;
|
28221
28219
|
|
28222
28220
|
// Vue's inject() can only be used in setup
|
@@ -28241,7 +28239,7 @@ const createVuetify = function () {
|
|
28241
28239
|
...options
|
28242
28240
|
});
|
28243
28241
|
};
|
28244
|
-
const version = "3.7.
|
28242
|
+
const version = "3.7.1-master.2024-08-28";
|
28245
28243
|
createVuetify.version = version;
|
28246
28244
|
|
28247
28245
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|