@vuetify/nightly 3.7.16-master.2025-03-13 → 3.7.16-master.2025-03-15
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 -4
- package/dist/json/attributes.json +3333 -3333
- package/dist/json/importMap-labs.json +40 -40
- package/dist/json/importMap.json +168 -168
- package/dist/json/web-types.json +6314 -6314
- package/dist/vuetify-labs.css +3343 -3343
- 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 +2037 -2037
- package/dist/vuetify.d.ts +67 -67
- 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 +67 -67
- 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']
|
67143
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67144
|
+
VApp: typeof import('vuetify/components')['VApp']
|
67145
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
67146
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67146
67147
|
VBadge: typeof import('vuetify/components')['VBadge']
|
67148
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
67149
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67147
67150
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67148
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67149
67151
|
VBanner: typeof import('vuetify/components')['VBanner']
|
67150
67152
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67151
67153
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67152
|
-
|
67153
|
-
|
67154
|
-
|
67154
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67155
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67156
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67157
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67158
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67159
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67160
|
+
VChip: typeof import('vuetify/components')['VChip']
|
67161
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67155
67162
|
VCard: typeof import('vuetify/components')['VCard']
|
67156
67163
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
67157
67164
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
67158
67165
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
67159
67166
|
VCardText: typeof import('vuetify/components')['VCardText']
|
67160
67167
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
67161
|
-
|
67168
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67169
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67170
|
+
VCode: typeof import('vuetify/components')['VCode']
|
67162
67171
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67163
67172
|
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
67173
|
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,13 +67178,23 @@ 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
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
67189
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67181
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
67190
67182
|
VDialog: typeof import('vuetify/components')['VDialog']
|
67191
|
-
|
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']
|
67192
67189
|
VField: typeof import('vuetify/components')['VField']
|
67193
67190
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67191
|
+
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67192
|
+
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67193
|
+
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67194
|
+
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67195
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67196
|
+
VFab: typeof import('vuetify/components')['VFab']
|
67197
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
67194
67198
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67195
67199
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67196
67200
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
@@ -67198,18 +67202,13 @@ declare module 'vue' {
|
|
67198
67202
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67199
67203
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67200
67204
|
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
67205
|
VImg: typeof import('vuetify/components')['VImg']
|
67206
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67207
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67207
67208
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67208
67209
|
VItem: typeof import('vuetify/components')['VItem']
|
67209
|
-
|
67210
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
67210
|
+
VMain: typeof import('vuetify/components')['VMain']
|
67211
67211
|
VKbd: typeof import('vuetify/components')['VKbd']
|
67212
|
-
VInput: typeof import('vuetify/components')['VInput']
|
67213
67212
|
VList: typeof import('vuetify/components')['VList']
|
67214
67213
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67215
67214
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67219,71 +67218,72 @@ declare module 'vue' {
|
|
67219
67218
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67220
67219
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67221
67220
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67222
|
-
VMain: typeof import('vuetify/components')['VMain']
|
67223
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67224
67221
|
VMenu: typeof import('vuetify/components')['VMenu']
|
67222
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67223
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67225
67224
|
VMessages: typeof import('vuetify/components')['VMessages']
|
67226
67225
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67226
|
+
VInput: typeof import('vuetify/components')['VInput']
|
67227
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
67228
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67229
|
+
VRating: typeof import('vuetify/components')['VRating']
|
67227
67230
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67228
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67229
67231
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67232
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
67230
67233
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67231
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67232
67234
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67233
|
-
|
67234
|
-
|
67235
|
-
|
67235
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67236
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67237
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
67236
67238
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67237
67239
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67238
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
67239
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67240
67240
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67241
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67242
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67241
67243
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67242
67244
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67243
67245
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67244
67246
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67245
67247
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67246
67248
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67247
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67248
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
67249
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67250
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67251
|
-
VTable: typeof import('vuetify/components')['VTable']
|
67252
67249
|
VTab: typeof import('vuetify/components')['VTab']
|
67253
67250
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67254
67251
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67255
67252
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67256
|
-
|
67253
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67257
67254
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67258
67255
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67259
|
-
|
67260
|
-
|
67256
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67257
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67261
67258
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67262
67259
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67263
67260
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67261
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
67262
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
67263
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67264
67264
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67265
67265
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67266
67266
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67267
67267
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67268
|
+
VHover: typeof import('vuetify/components')['VHover']
|
67268
67269
|
VForm: typeof import('vuetify/components')['VForm']
|
67269
67270
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67270
67271
|
VCol: typeof import('vuetify/components')['VCol']
|
67271
67272
|
VRow: typeof import('vuetify/components')['VRow']
|
67272
67273
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67273
|
-
VHover: typeof import('vuetify/components')['VHover']
|
67274
67274
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67275
67275
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67276
67276
|
VLazy: typeof import('vuetify/components')['VLazy']
|
67277
67277
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67278
67278
|
VParallax: typeof import('vuetify/components')['VParallax']
|
67279
67279
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67280
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
67281
67280
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67281
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
67282
67282
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67283
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67284
67283
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67285
|
-
|
67284
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67286
67285
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67286
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
67287
67287
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67288
67288
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
67289
67289
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
@@ -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
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67305
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67306
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67307
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67308
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67309
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67310
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67311
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67312
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67313
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67314
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67304
67315
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67305
67316
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67306
67317
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
67307
67318
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67308
67319
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67309
67320
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67310
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67311
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67312
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67313
67321
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67314
67322
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67315
67323
|
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
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67322
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67323
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
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-15
|
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-15";
|
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-15";
|
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-15
|
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-15";
|
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-15";
|
28477
28477
|
createVuetify.version = version;
|
28478
28478
|
|
28479
28479
|
exports.blueprints = index;
|