vuetify 3.5.17 → 3.5.18
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 +8 -8
- package/dist/json/importMap.json +128 -128
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2051 -2052
- package/dist/vuetify-labs.esm.js +17 -13
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +17 -13
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +351 -351
- package/dist/vuetify.d.ts +40 -40
- package/dist/vuetify.esm.js +16 -11
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +16 -11
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +13 -12
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +4 -4
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +12 -5
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/composables/directiveComponent.mjs +4 -2
- package/lib/composables/directiveComponent.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +40 -40
- package/lib/labs/VCalendar/VCalendar.css +0 -1
- package/lib/labs/VCalendar/VCalendar.sass +0 -2
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +1 -2
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/locale/ko.mjs +8 -8
- package/lib/locale/ko.mjs.map +1 -1
- package/package.json +2 -2
package/dist/vuetify.d.ts
CHANGED
|
@@ -69114,44 +69114,42 @@ declare module '@vue/runtime-core' {
|
|
|
69114
69114
|
}
|
|
69115
69115
|
|
|
69116
69116
|
export interface GlobalComponents {
|
|
69117
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
|
69118
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
69119
|
+
VApp: typeof import('vuetify/components')['VApp']
|
|
69117
69120
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
69118
69121
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
69119
69122
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
69120
|
-
|
|
69121
|
-
|
|
69122
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
69123
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
69123
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
69124
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
69124
69125
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
69125
69126
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
69126
69127
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
69127
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
69128
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
69129
69128
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
69130
|
-
|
|
69131
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
|
69132
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
69129
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
69133
69130
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
69131
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
69132
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
69133
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
69134
69134
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
69135
69135
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
69136
69136
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
69137
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
69138
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
69139
69137
|
VCard: typeof import('vuetify/components')['VCard']
|
|
69140
69138
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
69141
69139
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
69142
69140
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
69143
69141
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
69144
69142
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
69143
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
69144
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
69145
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
69145
69146
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
69146
69147
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
69147
69148
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
69148
|
-
VCode: typeof import('vuetify/components')['VCode']
|
|
69149
69149
|
VChip: typeof import('vuetify/components')['VChip']
|
|
69150
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
69150
69151
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
69151
69152
|
VCounter: typeof import('vuetify/components')['VCounter']
|
|
69152
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
69153
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
|
69154
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
|
69155
69153
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
69156
69154
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
|
69157
69155
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
@@ -69159,32 +69157,35 @@ declare module '@vue/runtime-core' {
|
|
|
69159
69157
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
69160
69158
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
69161
69159
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
69160
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
|
69162
69161
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
69163
69162
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
69164
69163
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
69165
69164
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
69166
69165
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
69167
69166
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
69168
|
-
|
|
69169
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
69167
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
|
69170
69168
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
69171
69169
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
69172
69170
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
69173
69171
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
69172
|
+
VField: typeof import('vuetify/components')['VField']
|
|
69173
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
69174
69174
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
69175
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
|
69175
69176
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
69176
69177
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
69177
69178
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
69178
69179
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
69179
69180
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
69180
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
|
69181
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
69182
69181
|
VImg: typeof import('vuetify/components')['VImg']
|
|
69183
69182
|
VInput: typeof import('vuetify/components')['VInput']
|
|
69184
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
|
69185
69183
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
69186
69184
|
VItem: typeof import('vuetify/components')['VItem']
|
|
69187
69185
|
VKbd: typeof import('vuetify/components')['VKbd']
|
|
69186
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
69187
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
|
69188
|
+
VMain: typeof import('vuetify/components')['VMain']
|
|
69188
69189
|
VList: typeof import('vuetify/components')['VList']
|
|
69189
69190
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
69190
69191
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -69194,58 +69195,57 @@ declare module '@vue/runtime-core' {
|
|
|
69194
69195
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
69195
69196
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
69196
69197
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
69197
|
-
VMain: typeof import('vuetify/components')['VMain']
|
|
69198
69198
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
69199
69199
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
69200
|
-
|
|
69200
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
69201
69201
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
69202
|
-
|
|
69202
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
69203
69203
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
69204
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
69205
69204
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
69206
|
-
|
|
69205
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
|
69207
69206
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
69208
|
-
|
|
69207
|
+
VRating: typeof import('vuetify/components')['VRating']
|
|
69209
69208
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
69210
|
-
|
|
69209
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
69211
69210
|
VSheet: typeof import('vuetify/components')['VSheet']
|
|
69211
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
69212
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
69212
69213
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
69213
69214
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
69214
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
69215
69215
|
VSlider: typeof import('vuetify/components')['VSlider']
|
|
69216
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
69217
69216
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
69218
69217
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
69219
69218
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
69220
69219
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
69221
69220
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
69222
69221
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
69223
|
-
|
|
69222
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
69224
69223
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
69225
69224
|
VTab: typeof import('vuetify/components')['VTab']
|
|
69225
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
69226
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
69227
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
69226
69228
|
VTable: typeof import('vuetify/components')['VTable']
|
|
69227
69229
|
VTextField: typeof import('vuetify/components')['VTextField']
|
|
69228
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
69229
69230
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
69230
69231
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
69231
|
-
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
69232
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
69233
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
69234
69232
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
69235
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
69236
69233
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
69237
69234
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
69235
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
69236
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
69237
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
69238
69238
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
69239
69239
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
69240
|
+
VForm: typeof import('vuetify/components')['VForm']
|
|
69240
69241
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
69241
69242
|
VCol: typeof import('vuetify/components')['VCol']
|
|
69242
69243
|
VRow: typeof import('vuetify/components')['VRow']
|
|
69243
69244
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
69244
|
-
VForm: typeof import('vuetify/components')['VForm']
|
|
69245
69245
|
VHover: typeof import('vuetify/components')['VHover']
|
|
69246
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
|
69247
69246
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
69248
69247
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
69248
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
|
69249
69249
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
69250
69250
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
69251
69251
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
@@ -69253,8 +69253,8 @@ declare module '@vue/runtime-core' {
|
|
|
69253
69253
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
69254
69254
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
69255
69255
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
69256
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
|
69257
69256
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
69257
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
|
69258
69258
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
69259
69259
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
69260
69260
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
@@ -69277,20 +69277,20 @@ declare module '@vue/runtime-core' {
|
|
|
69277
69277
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
|
69278
69278
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
|
69279
69279
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
|
69280
|
+
VEmptyState: typeof import('vuetify/labs/components')['VEmptyState']
|
|
69280
69281
|
VFab: typeof import('vuetify/labs/components')['VFab']
|
|
69281
69282
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
|
69282
69283
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
69283
69284
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
69284
|
-
VEmptyState: typeof import('vuetify/labs/components')['VEmptyState']
|
|
69285
69285
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
|
69286
69286
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
|
69287
69287
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
|
69288
69288
|
VConfirmEdit: typeof import('vuetify/labs/components')['VConfirmEdit']
|
|
69289
69289
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
|
69290
69290
|
VSparkline: typeof import('vuetify/labs/components')['VSparkline']
|
|
69291
|
-
VSpeedDial: typeof import('vuetify/labs/components')['VSpeedDial']
|
|
69292
69291
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
|
69293
69292
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
|
69294
69293
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
|
69294
|
+
VSpeedDial: typeof import('vuetify/labs/components')['VSpeedDial']
|
|
69295
69295
|
}
|
|
69296
69296
|
}
|
package/dist/vuetify.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.5.
|
|
2
|
+
* Vuetify v3.5.18
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -21611,10 +21611,10 @@ const VDatePicker = genericComponent()({
|
|
|
21611
21611
|
emit('update:year', value);
|
|
21612
21612
|
}
|
|
21613
21613
|
watch(model, (val, oldVal) => {
|
|
21614
|
-
const before = adapter.date(wrapInArray(
|
|
21615
|
-
const after = adapter.date(wrapInArray(
|
|
21616
|
-
const newMonth = adapter.getMonth(
|
|
21617
|
-
const newYear = adapter.getYear(
|
|
21614
|
+
const before = adapter.date(wrapInArray(oldVal)[oldVal.length - 1]);
|
|
21615
|
+
const after = adapter.date(wrapInArray(val)[val.length - 1]);
|
|
21616
|
+
const newMonth = adapter.getMonth(after);
|
|
21617
|
+
const newYear = adapter.getYear(after);
|
|
21618
21618
|
if (newMonth !== month.value) {
|
|
21619
21619
|
month.value = newMonth;
|
|
21620
21620
|
onUpdateMonth(month.value);
|
|
@@ -24444,9 +24444,6 @@ const VSnackbar = genericComponent()({
|
|
|
24444
24444
|
slots
|
|
24445
24445
|
} = _ref;
|
|
24446
24446
|
const isActive = useProxiedModel(props, 'modelValue');
|
|
24447
|
-
const {
|
|
24448
|
-
mainStyles
|
|
24449
|
-
} = useLayout();
|
|
24450
24447
|
const {
|
|
24451
24448
|
positionClasses
|
|
24452
24449
|
} = usePosition(props);
|
|
@@ -24469,6 +24466,14 @@ const VSnackbar = genericComponent()({
|
|
|
24469
24466
|
const timerRef = ref();
|
|
24470
24467
|
const isHovering = shallowRef(false);
|
|
24471
24468
|
const startY = shallowRef(0);
|
|
24469
|
+
const mainStyles = ref();
|
|
24470
|
+
const hasLayout = inject$1(VuetifyLayoutKey, undefined);
|
|
24471
|
+
useToggleScope(() => !!hasLayout, () => {
|
|
24472
|
+
const layout = useLayout();
|
|
24473
|
+
watchEffect(() => {
|
|
24474
|
+
mainStyles.value = layout.mainStyles.value;
|
|
24475
|
+
});
|
|
24476
|
+
});
|
|
24472
24477
|
watch(isActive, startTimeout);
|
|
24473
24478
|
watch(() => props.timeout, startTimeout);
|
|
24474
24479
|
onMounted(() => {
|
|
@@ -24538,7 +24543,7 @@ const VSnackbar = genericComponent()({
|
|
|
24538
24543
|
"scrim": false,
|
|
24539
24544
|
"scrollStrategy": "none",
|
|
24540
24545
|
"_disableGlobalStack": true,
|
|
24541
|
-
"
|
|
24546
|
+
"onTouchstartPassive": onTouchstart,
|
|
24542
24547
|
"onTouchend": onTouchend
|
|
24543
24548
|
}, scopeId), {
|
|
24544
24549
|
default: () => [genOverlays(false, 'v-snackbar'), props.timer && !isHovering.value && createVNode("div", {
|
|
@@ -26398,7 +26403,7 @@ function createVuetify$1() {
|
|
|
26398
26403
|
goTo
|
|
26399
26404
|
};
|
|
26400
26405
|
}
|
|
26401
|
-
const version$1 = "3.5.
|
|
26406
|
+
const version$1 = "3.5.18";
|
|
26402
26407
|
createVuetify$1.version = version$1;
|
|
26403
26408
|
|
|
26404
26409
|
// Vue's inject() can only be used in setup
|
|
@@ -26423,7 +26428,7 @@ const createVuetify = function () {
|
|
|
26423
26428
|
...options
|
|
26424
26429
|
});
|
|
26425
26430
|
};
|
|
26426
|
-
const version = "3.5.
|
|
26431
|
+
const version = "3.5.18";
|
|
26427
26432
|
createVuetify.version = version;
|
|
26428
26433
|
|
|
26429
26434
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|