@vuetify/nightly 3.7.16-master.2025-03-13 → 3.7.16-master.2025-03-14
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 +7 -4
- package/dist/json/attributes.json +2854 -2854
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +174 -174
- package/dist/json/web-types.json +5699 -5699
- package/dist/vuetify-labs.css +3604 -3604
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2464 -2464
- package/dist/vuetify.d.ts +70 -70
- 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/components/VDialog/__test__/VDialog.spec.browser.mjs +50 -0
- package/lib/components/VDialog/__test__/VDialog.spec.browser.mjs.map +1 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +70 -70
- package/package.json +1 -1
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +0 -39
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs.map +0 -1
package/dist/vuetify.d.ts
CHANGED
@@ -67137,46 +67137,40 @@ declare module 'vue' {
|
|
67137
67137
|
$children?: VNodeChild
|
67138
67138
|
}
|
67139
67139
|
export interface GlobalComponents {
|
67140
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67141
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
67142
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67143
67140
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67144
67141
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67145
67142
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67146
|
-
|
67143
|
+
VApp: typeof import('vuetify/components')['VApp']
|
67144
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
67145
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67146
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67147
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67148
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67149
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67147
67150
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67151
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
67152
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67148
67153
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67149
67154
|
VBanner: typeof import('vuetify/components')['VBanner']
|
67150
67155
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67151
67156
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67152
|
-
|
67153
|
-
VApp: typeof import('vuetify/components')['VApp']
|
67157
|
+
VChip: typeof import('vuetify/components')['VChip']
|
67154
67158
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67159
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67160
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
67161
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67162
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67163
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67164
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67165
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67166
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67167
|
+
VCode: typeof import('vuetify/components')['VCode']
|
67155
67168
|
VCard: typeof import('vuetify/components')['VCard']
|
67156
67169
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
67157
67170
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
67158
67171
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
67159
67172
|
VCardText: typeof import('vuetify/components')['VCardText']
|
67160
67173
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
67161
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67162
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67163
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67164
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67165
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67166
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67167
|
-
VCode: typeof import('vuetify/components')['VCode']
|
67168
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67169
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67170
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67171
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67172
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67173
|
-
VChip: typeof import('vuetify/components')['VChip']
|
67174
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67175
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67176
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67177
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67178
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67179
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67180
67174
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67181
67175
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67182
67176
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67184,32 +67178,41 @@ declare module 'vue' {
|
|
67184
67178
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67185
67179
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67186
67180
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67187
|
-
|
67188
|
-
|
67189
|
-
|
67181
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
67182
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67183
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67184
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67185
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67186
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67187
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67188
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67189
|
+
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67190
|
+
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67191
|
+
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67192
|
+
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67190
67193
|
VDialog: typeof import('vuetify/components')['VDialog']
|
67191
|
-
|
67194
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
67192
67195
|
VField: typeof import('vuetify/components')['VField']
|
67193
67196
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67197
|
+
VFab: typeof import('vuetify/components')['VFab']
|
67198
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67199
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
67194
67200
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67195
67201
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67196
67202
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67197
67203
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67198
67204
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67199
67205
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67200
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
67201
|
-
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67202
|
-
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67203
|
-
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67204
|
-
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67205
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67206
67206
|
VImg: typeof import('vuetify/components')['VImg']
|
67207
|
+
VInput: typeof import('vuetify/components')['VInput']
|
67208
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67209
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67207
67210
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67208
67211
|
VItem: typeof import('vuetify/components')['VItem']
|
67209
|
-
|
67210
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
67212
|
+
VMain: typeof import('vuetify/components')['VMain']
|
67211
67213
|
VKbd: typeof import('vuetify/components')['VKbd']
|
67212
|
-
|
67214
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67215
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
67213
67216
|
VList: typeof import('vuetify/components')['VList']
|
67214
67217
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67215
67218
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67219,51 +67222,48 @@ declare module 'vue' {
|
|
67219
67222
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67220
67223
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67221
67224
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67222
|
-
VMain: typeof import('vuetify/components')['VMain']
|
67223
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67224
67225
|
VMenu: typeof import('vuetify/components')['VMenu']
|
67225
|
-
|
67226
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67226
67227
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67228
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
67227
67229
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67228
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67229
67230
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67230
|
-
|
67231
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
67231
67232
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67232
|
-
|
67233
|
-
|
67233
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
67234
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67234
67235
|
VRating: typeof import('vuetify/components')['VRating']
|
67235
|
-
|
67236
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67237
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67236
67238
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67237
67239
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67238
|
-
|
67239
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67240
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67240
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67241
67241
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67242
67242
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67243
67243
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67244
67244
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67245
67245
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67246
67246
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67247
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67247
67248
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67248
|
-
|
67249
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67250
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67249
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
67251
67250
|
VTable: typeof import('vuetify/components')['VTable']
|
67252
67251
|
VTab: typeof import('vuetify/components')['VTab']
|
67253
67252
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67254
67253
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67255
67254
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67256
|
-
|
67257
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67258
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67259
|
-
VWindow: typeof import('vuetify/components')['VWindow']
|
67260
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67255
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67261
67256
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67262
67257
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67263
67258
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67259
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67260
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67261
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67264
67262
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67265
|
-
|
67263
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
67264
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67266
67265
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67266
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67267
67267
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67268
67268
|
VForm: typeof import('vuetify/components')['VForm']
|
67269
67269
|
VContainer: typeof import('vuetify/components')['VContainer']
|
@@ -67273,18 +67273,18 @@ declare module 'vue' {
|
|
67273
67273
|
VHover: typeof import('vuetify/components')['VHover']
|
67274
67274
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67275
67275
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67276
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
67277
67276
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67278
|
-
|
67277
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
67279
67278
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67279
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
67280
67280
|
VRadio: typeof import('vuetify/components')['VRadio']
|
67281
67281
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67282
67282
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67283
67283
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67284
67284
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67285
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
67286
67285
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67287
67286
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67287
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
67288
67288
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
67289
67289
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
67290
67290
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -67301,26 +67301,26 @@ declare module 'vue' {
|
|
67301
67301
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67302
67302
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67303
67303
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67304
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67305
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67306
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67307
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67308
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67309
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67304
67310
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67305
67311
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67306
67312
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
67307
67313
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67308
67314
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67309
67315
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67310
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67311
67316
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67312
67317
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67313
|
-
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67314
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67315
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67316
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67317
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67318
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67319
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67320
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67321
67318
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67322
67319
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67323
67320
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67321
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67322
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67323
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67324
67324
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67325
67325
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67326
67326
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.16-master.2025-03-
|
2
|
+
* Vuetify v3.7.16-master.2025-03-14
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28444,7 +28444,7 @@ function createVuetify$1() {
|
|
28444
28444
|
goTo
|
28445
28445
|
};
|
28446
28446
|
}
|
28447
|
-
const version$1 = "3.7.16-master.2025-03-
|
28447
|
+
const version$1 = "3.7.16-master.2025-03-14";
|
28448
28448
|
createVuetify$1.version = version$1;
|
28449
28449
|
|
28450
28450
|
// Vue's inject() can only be used in setup
|
@@ -28469,7 +28469,7 @@ const createVuetify = function () {
|
|
28469
28469
|
...options
|
28470
28470
|
});
|
28471
28471
|
};
|
28472
|
-
const version = "3.7.16-master.2025-03-
|
28472
|
+
const version = "3.7.16-master.2025-03-14";
|
28473
28473
|
createVuetify.version = version;
|
28474
28474
|
|
28475
28475
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|
package/dist/vuetify.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.16-master.2025-03-
|
2
|
+
* Vuetify v3.7.16-master.2025-03-14
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28448,7 +28448,7 @@
|
|
28448
28448
|
goTo
|
28449
28449
|
};
|
28450
28450
|
}
|
28451
|
-
const version$1 = "3.7.16-master.2025-03-
|
28451
|
+
const version$1 = "3.7.16-master.2025-03-14";
|
28452
28452
|
createVuetify$1.version = version$1;
|
28453
28453
|
|
28454
28454
|
// Vue's inject() can only be used in setup
|
@@ -28473,7 +28473,7 @@
|
|
28473
28473
|
...options
|
28474
28474
|
});
|
28475
28475
|
};
|
28476
|
-
const version = "3.7.16-master.2025-03-
|
28476
|
+
const version = "3.7.16-master.2025-03-14";
|
28477
28477
|
createVuetify.version = version;
|
28478
28478
|
|
28479
28479
|
exports.blueprints = index;
|