@vuetify/nightly 3.0.0 → 3.0.1-next-20221104.0
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 +8 -2
- package/dist/json/importMap.json +16 -16
- package/dist/vuetify.css +53 -53
- package/dist/vuetify.d.ts +4 -4
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanel.css +2 -2
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +2 -2
- package/lib/components/VTable/VTable.css +9 -9
- package/lib/components/VTable/VTable.sass +20 -15
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +4 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,14 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.0.1-next-
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.0.1-next-20221104.0...v) (2022-11-04)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [3.0.1-next-
|
|
5
|
+
## [3.0.1-next-20221104.0](https://github.com/vuetifyjs/vuetify/compare/v3.0.0...v3.0.1-next-20221104.0) (2022-11-04)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **VExpansionPanel:** single panel has missing border radius ([#16020](https://github.com/vuetifyjs/vuetify/issues/16020)) ([b9124ef](https://github.com/vuetifyjs/vuetify/commit/b9124efa9eea195f0be9f301bfdc9cf933c96c7a)), closes [#16019](https://github.com/vuetifyjs/vuetify/issues/16019)
|
|
11
|
+
* **VTable:** prevent styles being inherited by inner tables ([#16007](https://github.com/vuetifyjs/vuetify/issues/16007)) ([fb44d3f](https://github.com/vuetifyjs/vuetify/commit/fb44d3f18b2f7bb7b00738e1ebd72ddc01a37430))
|
|
6
12
|
|
|
7
13
|
|
|
8
14
|
|
package/dist/json/importMap.json
CHANGED
|
@@ -156,14 +156,14 @@
|
|
|
156
156
|
"from": "components/VAlert/index.mjs",
|
|
157
157
|
"styles": []
|
|
158
158
|
},
|
|
159
|
-
"VAutocomplete": {
|
|
160
|
-
"from": "components/VAutocomplete/index.mjs",
|
|
161
|
-
"styles": []
|
|
162
|
-
},
|
|
163
159
|
"VAvatar": {
|
|
164
160
|
"from": "components/VAvatar/index.mjs",
|
|
165
161
|
"styles": []
|
|
166
162
|
},
|
|
163
|
+
"VAutocomplete": {
|
|
164
|
+
"from": "components/VAutocomplete/index.mjs",
|
|
165
|
+
"styles": []
|
|
166
|
+
},
|
|
167
167
|
"VBadge": {
|
|
168
168
|
"from": "components/VBadge/index.mjs",
|
|
169
169
|
"styles": []
|
|
@@ -256,10 +256,6 @@
|
|
|
256
256
|
"from": "components/VChipGroup/index.mjs",
|
|
257
257
|
"styles": []
|
|
258
258
|
},
|
|
259
|
-
"VCode": {
|
|
260
|
-
"from": "components/VCode/index.mjs",
|
|
261
|
-
"styles": []
|
|
262
|
-
},
|
|
263
259
|
"VColorPicker": {
|
|
264
260
|
"from": "components/VColorPicker/index.mjs",
|
|
265
261
|
"styles": []
|
|
@@ -276,6 +272,10 @@
|
|
|
276
272
|
"from": "components/VDialog/index.mjs",
|
|
277
273
|
"styles": []
|
|
278
274
|
},
|
|
275
|
+
"VCode": {
|
|
276
|
+
"from": "components/VCode/index.mjs",
|
|
277
|
+
"styles": []
|
|
278
|
+
},
|
|
279
279
|
"VDivider": {
|
|
280
280
|
"from": "components/VDivider/index.mjs",
|
|
281
281
|
"styles": []
|
|
@@ -400,6 +400,10 @@
|
|
|
400
400
|
"from": "components/VMenu/index.mjs",
|
|
401
401
|
"styles": []
|
|
402
402
|
},
|
|
403
|
+
"VMessages": {
|
|
404
|
+
"from": "components/VMessages/index.mjs",
|
|
405
|
+
"styles": []
|
|
406
|
+
},
|
|
403
407
|
"VNavigationDrawer": {
|
|
404
408
|
"from": "components/VNavigationDrawer/index.mjs",
|
|
405
409
|
"styles": []
|
|
@@ -480,6 +484,10 @@
|
|
|
480
484
|
"from": "components/VTable/index.mjs",
|
|
481
485
|
"styles": []
|
|
482
486
|
},
|
|
487
|
+
"VTextarea": {
|
|
488
|
+
"from": "components/VTextarea/index.mjs",
|
|
489
|
+
"styles": []
|
|
490
|
+
},
|
|
483
491
|
"VTextField": {
|
|
484
492
|
"from": "components/VTextField/index.mjs",
|
|
485
493
|
"styles": []
|
|
@@ -508,10 +516,6 @@
|
|
|
508
516
|
"from": "components/VTooltip/index.mjs",
|
|
509
517
|
"styles": []
|
|
510
518
|
},
|
|
511
|
-
"VTextarea": {
|
|
512
|
-
"from": "components/VTextarea/index.mjs",
|
|
513
|
-
"styles": []
|
|
514
|
-
},
|
|
515
519
|
"VWindow": {
|
|
516
520
|
"from": "components/VWindow/index.mjs",
|
|
517
521
|
"styles": []
|
|
@@ -519,10 +523,6 @@
|
|
|
519
523
|
"VWindowItem": {
|
|
520
524
|
"from": "components/VWindow/index.mjs",
|
|
521
525
|
"styles": []
|
|
522
|
-
},
|
|
523
|
-
"VMessages": {
|
|
524
|
-
"from": "components/VMessages/index.mjs",
|
|
525
|
-
"styles": []
|
|
526
526
|
}
|
|
527
527
|
},
|
|
528
528
|
"directives": [
|
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.0.0
|
|
2
|
+
* Vuetify v3.0.1-next-20221104.0
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -19578,8 +19578,6 @@ html.overflow-y-hidden {
|
|
|
19578
19578
|
|
|
19579
19579
|
.v-snackbar-actions .v-btn {
|
|
19580
19580
|
padding: 0 8px;
|
|
19581
|
-
}.v-btn-toggle .v-btn.v-btn--selected:not(.v-btn--disabled) .v-btn__overlay {
|
|
19582
|
-
opacity: var(--v-activated-opacity);
|
|
19583
19581
|
}/** if false, disabled buttons will be greyed out */
|
|
19584
19582
|
.v-btn-group {
|
|
19585
19583
|
display: inline-flex;
|
|
@@ -19637,6 +19635,8 @@ html.overflow-y-hidden {
|
|
|
19637
19635
|
}
|
|
19638
19636
|
.v-btn-group--tile {
|
|
19639
19637
|
border-radius: 0;
|
|
19638
|
+
}.v-btn-toggle .v-btn.v-btn--selected:not(.v-btn--disabled) .v-btn__overlay {
|
|
19639
|
+
opacity: var(--v-activated-opacity);
|
|
19640
19640
|
}.v-card {
|
|
19641
19641
|
display: block;
|
|
19642
19642
|
overflow: hidden;
|
|
@@ -21641,11 +21641,11 @@ html.overflow-y-hidden {
|
|
|
21641
21641
|
border-top-left-radius: 0 !important;
|
|
21642
21642
|
border-top-right-radius: 0 !important;
|
|
21643
21643
|
}
|
|
21644
|
-
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
|
21644
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
|
21645
21645
|
border-bottom-left-radius: 0 !important;
|
|
21646
21646
|
border-bottom-right-radius: 0 !important;
|
|
21647
21647
|
}
|
|
21648
|
-
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
|
|
21648
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
|
|
21649
21649
|
border-top-left-radius: 0 !important;
|
|
21650
21650
|
border-top-right-radius: 0 !important;
|
|
21651
21651
|
}
|
|
@@ -24239,27 +24239,27 @@ html.v-overlay-scroll-blocked {
|
|
|
24239
24239
|
.v-table .v-table-divider {
|
|
24240
24240
|
border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24241
24241
|
}
|
|
24242
|
-
.v-table .v-table__wrapper > table > thead > tr:last-child th {
|
|
24242
|
+
.v-table .v-table__wrapper > table > thead > tr:last-child > th {
|
|
24243
24243
|
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24244
24244
|
}
|
|
24245
|
-
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) td,
|
|
24246
|
-
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) th {
|
|
24245
|
+
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
|
|
24246
|
+
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
|
|
24247
24247
|
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24248
24248
|
}
|
|
24249
|
-
.v-table .v-table__wrapper > table > tfoot > tr td,
|
|
24250
|
-
.v-table .v-table__wrapper > table > tfoot > tr th {
|
|
24249
|
+
.v-table .v-table__wrapper > table > tfoot > tr > td,
|
|
24250
|
+
.v-table .v-table__wrapper > table > tfoot > tr > th {
|
|
24251
24251
|
border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24252
24252
|
}
|
|
24253
24253
|
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover {
|
|
24254
24254
|
background: rgba(var(--v-border-color), var(--v-hover-opacity));
|
|
24255
24255
|
}
|
|
24256
|
-
.v-table.v-table--fixed-header thead th {
|
|
24256
|
+
.v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
|
24257
24257
|
background: rgb(var(--v-theme-surface));
|
|
24258
24258
|
box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24259
24259
|
z-index: 1;
|
|
24260
24260
|
}
|
|
24261
|
-
.v-table.v-table--fixed-footer tfoot th,
|
|
24262
|
-
.v-table.v-table--fixed-footer tfoot td {
|
|
24261
|
+
.v-table.v-table--fixed-footer > tfoot > tr > th,
|
|
24262
|
+
.v-table.v-table--fixed-footer > tfoot > tr > td {
|
|
24263
24263
|
background: rgb(var(--v-theme-surface));
|
|
24264
24264
|
box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24265
24265
|
}
|
|
@@ -24361,7 +24361,7 @@ html.v-overlay-scroll-blocked {
|
|
|
24361
24361
|
border-bottom-right-radius: 0;
|
|
24362
24362
|
}
|
|
24363
24363
|
|
|
24364
|
-
.v-table--fixed-height .v-table__wrapper {
|
|
24364
|
+
.v-table--fixed-height > .v-table__wrapper {
|
|
24365
24365
|
overflow-y: auto;
|
|
24366
24366
|
}
|
|
24367
24367
|
|
|
@@ -24487,7 +24487,10 @@ html.v-overlay-scroll-blocked {
|
|
|
24487
24487
|
padding: 0;
|
|
24488
24488
|
}
|
|
24489
24489
|
|
|
24490
|
-
/* endregion */.v-
|
|
24490
|
+
/* endregion */.v-theme-provider {
|
|
24491
|
+
background: rgb(var(--v-theme-background));
|
|
24492
|
+
color: rgb(var(--v-theme-on-background));
|
|
24493
|
+
}.v-timeline .v-timeline-divider__dot {
|
|
24491
24494
|
background: rgb(var(--v-theme-on-surface-variant));
|
|
24492
24495
|
}
|
|
24493
24496
|
.v-timeline .v-timeline-divider__inner-dot {
|
|
@@ -24932,9 +24935,6 @@ html.v-overlay-scroll-blocked {
|
|
|
24932
24935
|
|
|
24933
24936
|
.v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
|
|
24934
24937
|
padding-inline-end: 0;
|
|
24935
|
-
}.v-theme-provider {
|
|
24936
|
-
background: rgb(var(--v-theme-background));
|
|
24937
|
-
color: rgb(var(--v-theme-on-background));
|
|
24938
24938
|
}.v-toolbar {
|
|
24939
24939
|
align-items: flex-start;
|
|
24940
24940
|
display: flex;
|
|
@@ -25203,41 +25203,6 @@ html.v-overlay-scroll-blocked {
|
|
|
25203
25203
|
}
|
|
25204
25204
|
.v-color-picker-edit__input span {
|
|
25205
25205
|
font-size: 0.75rem;
|
|
25206
|
-
}.v-color-picker-swatches {
|
|
25207
|
-
overflow-y: auto;
|
|
25208
|
-
}
|
|
25209
|
-
.v-color-picker-swatches > div {
|
|
25210
|
-
display: flex;
|
|
25211
|
-
flex-wrap: wrap;
|
|
25212
|
-
justify-content: center;
|
|
25213
|
-
padding: 8px;
|
|
25214
|
-
}
|
|
25215
|
-
|
|
25216
|
-
.v-color-picker-swatches__swatch {
|
|
25217
|
-
display: flex;
|
|
25218
|
-
flex-direction: column;
|
|
25219
|
-
margin-bottom: 10px;
|
|
25220
|
-
}
|
|
25221
|
-
|
|
25222
|
-
.v-color-picker-swatches__color {
|
|
25223
|
-
position: relative;
|
|
25224
|
-
height: 18px;
|
|
25225
|
-
max-height: 18px;
|
|
25226
|
-
width: 45px;
|
|
25227
|
-
margin: 2px 4px;
|
|
25228
|
-
border-radius: 2px;
|
|
25229
|
-
-webkit-user-select: none;
|
|
25230
|
-
user-select: none;
|
|
25231
|
-
overflow: hidden;
|
|
25232
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
|
25233
|
-
cursor: pointer;
|
|
25234
|
-
}
|
|
25235
|
-
.v-color-picker-swatches__color > div {
|
|
25236
|
-
display: flex;
|
|
25237
|
-
align-items: center;
|
|
25238
|
-
justify-content: center;
|
|
25239
|
-
width: 100%;
|
|
25240
|
-
height: 100%;
|
|
25241
25206
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
|
25242
25207
|
background-color: transparent !important;
|
|
25243
25208
|
}
|
|
@@ -25304,6 +25269,41 @@ html.v-overlay-scroll-blocked {
|
|
|
25304
25269
|
align-items: center;
|
|
25305
25270
|
display: flex;
|
|
25306
25271
|
margin-bottom: 24px;
|
|
25272
|
+
}.v-color-picker-swatches {
|
|
25273
|
+
overflow-y: auto;
|
|
25274
|
+
}
|
|
25275
|
+
.v-color-picker-swatches > div {
|
|
25276
|
+
display: flex;
|
|
25277
|
+
flex-wrap: wrap;
|
|
25278
|
+
justify-content: center;
|
|
25279
|
+
padding: 8px;
|
|
25280
|
+
}
|
|
25281
|
+
|
|
25282
|
+
.v-color-picker-swatches__swatch {
|
|
25283
|
+
display: flex;
|
|
25284
|
+
flex-direction: column;
|
|
25285
|
+
margin-bottom: 10px;
|
|
25286
|
+
}
|
|
25287
|
+
|
|
25288
|
+
.v-color-picker-swatches__color {
|
|
25289
|
+
position: relative;
|
|
25290
|
+
height: 18px;
|
|
25291
|
+
max-height: 18px;
|
|
25292
|
+
width: 45px;
|
|
25293
|
+
margin: 2px 4px;
|
|
25294
|
+
border-radius: 2px;
|
|
25295
|
+
-webkit-user-select: none;
|
|
25296
|
+
user-select: none;
|
|
25297
|
+
overflow: hidden;
|
|
25298
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
|
25299
|
+
cursor: pointer;
|
|
25300
|
+
}
|
|
25301
|
+
.v-color-picker-swatches__color > div {
|
|
25302
|
+
display: flex;
|
|
25303
|
+
align-items: center;
|
|
25304
|
+
justify-content: center;
|
|
25305
|
+
width: 100%;
|
|
25306
|
+
height: 100%;
|
|
25307
25307
|
}.v-slider-thumb {
|
|
25308
25308
|
touch-action: none;
|
|
25309
25309
|
color: rgb(var(--v-theme-surface-variant));
|
package/dist/vuetify.d.ts
CHANGED
|
@@ -25019,8 +25019,8 @@ declare module '@vue/runtime-core' {
|
|
|
25019
25019
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
25020
25020
|
VAlert: typeof import('vuetify/components')['VAlert']
|
|
25021
25021
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
25022
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
25023
25022
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
25023
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
25024
25024
|
VBadge: typeof import('vuetify/components')['VBadge']
|
|
25025
25025
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
25026
25026
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
@@ -25044,11 +25044,11 @@ declare module '@vue/runtime-core' {
|
|
|
25044
25044
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
25045
25045
|
VChip: typeof import('vuetify/components')['VChip']
|
|
25046
25046
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
25047
|
-
VCode: typeof import('vuetify/components')['VCode']
|
|
25048
25047
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
25049
25048
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
25050
25049
|
VCounter: typeof import('vuetify/components')['VCounter']
|
|
25051
25050
|
VDialog: typeof import('vuetify/components')['VDialog']
|
|
25051
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
25052
25052
|
VDivider: typeof import('vuetify/components')['VDivider']
|
|
25053
25053
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
25054
25054
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
@@ -25080,6 +25080,7 @@ declare module '@vue/runtime-core' {
|
|
|
25080
25080
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
25081
25081
|
VMain: typeof import('vuetify/components')['VMain']
|
|
25082
25082
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
25083
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
|
25083
25084
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
25084
25085
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
25085
25086
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
@@ -25100,6 +25101,7 @@ declare module '@vue/runtime-core' {
|
|
|
25100
25101
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
25101
25102
|
VTab: typeof import('vuetify/components')['VTab']
|
|
25102
25103
|
VTable: typeof import('vuetify/components')['VTable']
|
|
25104
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
25103
25105
|
VTextField: typeof import('vuetify/components')['VTextField']
|
|
25104
25106
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
25105
25107
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
@@ -25107,9 +25109,7 @@ declare module '@vue/runtime-core' {
|
|
|
25107
25109
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
25108
25110
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
25109
25111
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
25110
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
25111
25112
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
25112
25113
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
25113
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
|
25114
25114
|
}
|
|
25115
25115
|
}
|
package/dist/vuetify.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.0.0
|
|
2
|
+
* Vuetify v3.0.1-next-20221104.0
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -18108,7 +18108,7 @@ function createVuetify$1() {
|
|
|
18108
18108
|
locale
|
|
18109
18109
|
};
|
|
18110
18110
|
}
|
|
18111
|
-
const version$1 = "3.0.0";
|
|
18111
|
+
const version$1 = "3.0.1-next-20221104.0";
|
|
18112
18112
|
createVuetify$1.version = version$1;
|
|
18113
18113
|
|
|
18114
18114
|
// Vue's inject() can only be used in setup
|
|
@@ -18129,7 +18129,7 @@ const createVuetify = function () {
|
|
|
18129
18129
|
...options
|
|
18130
18130
|
});
|
|
18131
18131
|
};
|
|
18132
|
-
const version = "3.0.0";
|
|
18132
|
+
const version = "3.0.1-next-20221104.0";
|
|
18133
18133
|
createVuetify.version = version;
|
|
18134
18134
|
|
|
18135
18135
|
export { components, createVuetify, directives, useDisplay, useLayout, useLocale, useRtl, useTheme, version };
|