@vuetify/nightly 3.7.5-master.2024-12-12 → 3.7.5-master.2024-12-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/dist/json/attributes.json +3105 -3105
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +5667 -5667
- package/dist/vuetify-labs.css +3271 -3271
- package/dist/vuetify-labs.esm.js +10 -7
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +10 -7
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2789 -2789
- package/dist/vuetify.d.ts +56 -56
- 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/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +56 -56
- package/lib/labs/VNumberInput/VNumberInput.mjs +7 -4
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -67100,29 +67100,23 @@ declare module 'vue' {
|
|
67100
67100
|
}
|
67101
67101
|
export interface GlobalComponents {
|
67102
67102
|
VApp: typeof import('vuetify/components')['VApp']
|
67103
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67104
67103
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67105
67104
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67106
67105
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67107
67106
|
VAlert: typeof import('vuetify/components')['VAlert']
|
67108
67107
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67109
|
-
|
67108
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67110
67109
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67110
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
67111
67111
|
VBanner: typeof import('vuetify/components')['VBanner']
|
67112
67112
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67113
67113
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67114
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67114
67115
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67116
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
67115
67117
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67116
67118
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67117
67119
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67118
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67119
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67120
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
67121
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67122
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67123
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67124
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67125
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67126
67120
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67127
67121
|
VCard: typeof import('vuetify/components')['VCard']
|
67128
67122
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
@@ -67131,16 +67125,12 @@ declare module 'vue' {
|
|
67131
67125
|
VCardText: typeof import('vuetify/components')['VCardText']
|
67132
67126
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
67133
67127
|
VChip: typeof import('vuetify/components')['VChip']
|
67128
|
+
VCode: typeof import('vuetify/components')['VCode']
|
67129
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67130
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67134
67131
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67132
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67135
67133
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67136
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67137
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67138
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67139
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67140
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67141
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67142
|
-
VCode: typeof import('vuetify/components')['VCode']
|
67143
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
67144
67134
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67145
67135
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67146
67136
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67148,29 +67138,36 @@ declare module 'vue' {
|
|
67148
67138
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67149
67139
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67150
67140
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67141
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67142
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67143
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67144
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67145
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67146
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67147
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
67151
67148
|
VDialog: typeof import('vuetify/components')['VDialog']
|
67149
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
67152
67150
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67153
67151
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67154
67152
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67155
67153
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67156
|
-
|
67157
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67154
|
+
VFab: typeof import('vuetify/components')['VFab']
|
67158
67155
|
VField: typeof import('vuetify/components')['VField']
|
67159
67156
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67160
|
-
VFab: typeof import('vuetify/components')['VFab']
|
67161
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
67162
|
-
VImg: typeof import('vuetify/components')['VImg']
|
67163
67157
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67164
|
-
|
67158
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
67165
67159
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67166
67160
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67167
67161
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67168
67162
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67169
67163
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67164
|
+
VImg: typeof import('vuetify/components')['VImg']
|
67170
67165
|
VInput: typeof import('vuetify/components')['VInput']
|
67166
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67171
67167
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67172
67168
|
VItem: typeof import('vuetify/components')['VItem']
|
67173
67169
|
VKbd: typeof import('vuetify/components')['VKbd']
|
67170
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67174
67171
|
VList: typeof import('vuetify/components')['VList']
|
67175
67172
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67176
67173
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67180,73 +67177,72 @@ declare module 'vue' {
|
|
67180
67177
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67181
67178
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67182
67179
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67183
|
-
VMain: typeof import('vuetify/components')['VMain']
|
67184
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
67185
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
67186
67180
|
VMenu: typeof import('vuetify/components')['VMenu']
|
67187
|
-
|
67181
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
67182
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67183
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67188
67184
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67189
|
-
|
67190
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67191
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67185
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67192
67186
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67187
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67188
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
67193
67189
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67194
|
-
|
67195
|
-
|
67190
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67191
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67196
67192
|
VRating: typeof import('vuetify/components')['VRating']
|
67197
67193
|
VSelect: typeof import('vuetify/components')['VSelect']
|
67198
67194
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67195
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67196
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
67197
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67199
67198
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67200
67199
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67201
67200
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67202
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67203
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67204
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
67205
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67206
67201
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67207
67202
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67208
67203
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67209
67204
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67210
67205
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67211
67206
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67207
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67212
67208
|
VTable: typeof import('vuetify/components')['VTable']
|
67213
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
67214
|
-
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67215
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67216
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67217
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67218
67209
|
VTab: typeof import('vuetify/components')['VTab']
|
67219
67210
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67220
67211
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67221
67212
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67213
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67214
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
67215
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67216
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67217
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67218
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67222
67219
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67223
67220
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67224
67221
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67225
67222
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67226
67223
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67224
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67227
67225
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67228
|
-
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67229
67226
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67230
67227
|
VForm: typeof import('vuetify/components')['VForm']
|
67231
|
-
VHover: typeof import('vuetify/components')['VHover']
|
67232
67228
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67233
67229
|
VCol: typeof import('vuetify/components')['VCol']
|
67234
67230
|
VRow: typeof import('vuetify/components')['VRow']
|
67235
67231
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67236
|
-
|
67232
|
+
VHover: typeof import('vuetify/components')['VHover']
|
67237
67233
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67238
67234
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67235
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
67239
67236
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67240
|
-
|
67237
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67241
67238
|
VParallax: typeof import('vuetify/components')['VParallax']
|
67242
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
67243
|
-
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67244
67239
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67240
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67245
67241
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67246
67242
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67247
67243
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67248
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67249
67244
|
VValidation: typeof import('vuetify/components')['VValidation']
|
67245
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67250
67246
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
67251
67247
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
67252
67248
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -67263,26 +67259,30 @@ declare module 'vue' {
|
|
67263
67259
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67264
67260
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67265
67261
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67262
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
67263
|
+
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67264
|
+
VMain: typeof import('vuetify/components')['VMain']
|
67265
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67266
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67267
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67268
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67269
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67266
67270
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67267
67271
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67268
67272
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
67269
67273
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67270
67274
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67271
67275
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67272
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67273
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67274
|
-
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67275
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67276
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67277
67276
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67278
67277
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67279
67278
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67280
67279
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67281
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67282
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67283
67280
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67284
67281
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67285
67282
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67283
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67284
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67285
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67286
67286
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67287
67287
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67288
67288
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.5-master.2024-12-
|
2
|
+
* Vuetify v3.7.5-master.2024-12-15
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28272,7 +28272,7 @@ function createVuetify$1() {
|
|
28272
28272
|
goTo
|
28273
28273
|
};
|
28274
28274
|
}
|
28275
|
-
const version$1 = "3.7.5-master.2024-12-
|
28275
|
+
const version$1 = "3.7.5-master.2024-12-15";
|
28276
28276
|
createVuetify$1.version = version$1;
|
28277
28277
|
|
28278
28278
|
// Vue's inject() can only be used in setup
|
@@ -28297,7 +28297,7 @@ const createVuetify = function () {
|
|
28297
28297
|
...options
|
28298
28298
|
});
|
28299
28299
|
};
|
28300
|
-
const version = "3.7.5-master.2024-12-
|
28300
|
+
const version = "3.7.5-master.2024-12-15";
|
28301
28301
|
createVuetify.version = version;
|
28302
28302
|
|
28303
28303
|
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.5-master.2024-12-
|
2
|
+
* Vuetify v3.7.5-master.2024-12-15
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28276,7 +28276,7 @@
|
|
28276
28276
|
goTo
|
28277
28277
|
};
|
28278
28278
|
}
|
28279
|
-
const version$1 = "3.7.5-master.2024-12-
|
28279
|
+
const version$1 = "3.7.5-master.2024-12-15";
|
28280
28280
|
createVuetify$1.version = version$1;
|
28281
28281
|
|
28282
28282
|
// Vue's inject() can only be used in setup
|
@@ -28301,7 +28301,7 @@
|
|
28301
28301
|
...options
|
28302
28302
|
});
|
28303
28303
|
};
|
28304
|
-
const version = "3.7.5-master.2024-12-
|
28304
|
+
const version = "3.7.5-master.2024-12-15";
|
28305
28305
|
createVuetify.version = version;
|
28306
28306
|
|
28307
28307
|
exports.blueprints = index;
|