@vuetify/nightly 3.2.5-master-20230515.0 → 3.2.5
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 +3 -2
- package/dist/json/importMap.json +24 -24
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +223 -221
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +65 -63
- package/dist/vuetify.d.ts +6 -6
- 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/VNavigationDrawer/VNavigationDrawer.css +2 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -0
- 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 +6 -6
- package/package.json +1 -1
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.2.5
|
|
2
|
+
* Vuetify v3.2.5
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -17169,68 +17169,6 @@ html.overflow-y-hidden {
|
|
|
17169
17169
|
border-radius: 0;
|
|
17170
17170
|
}.v-btn-toggle .v-btn.v-btn--selected:not(.v-btn--disabled) .v-btn__overlay {
|
|
17171
17171
|
opacity: var(--v-activated-opacity);
|
|
17172
|
-
}.v-carousel {
|
|
17173
|
-
overflow: hidden;
|
|
17174
|
-
position: relative;
|
|
17175
|
-
width: 100%;
|
|
17176
|
-
}
|
|
17177
|
-
.v-carousel__controls {
|
|
17178
|
-
align-items: center;
|
|
17179
|
-
background: rgba(var(--v-theme-surface-variant), 0.3);
|
|
17180
|
-
bottom: 0;
|
|
17181
|
-
display: flex;
|
|
17182
|
-
height: 50px;
|
|
17183
|
-
justify-content: center;
|
|
17184
|
-
list-style-type: none;
|
|
17185
|
-
position: absolute;
|
|
17186
|
-
width: 100%;
|
|
17187
|
-
z-index: 1;
|
|
17188
|
-
}
|
|
17189
|
-
.v-carousel__controls > .v-item-group {
|
|
17190
|
-
flex: 0 1 auto;
|
|
17191
|
-
}
|
|
17192
|
-
.v-carousel__controls__item {
|
|
17193
|
-
margin: 0 8px;
|
|
17194
|
-
}
|
|
17195
|
-
.v-carousel__controls__item .v-icon {
|
|
17196
|
-
opacity: 0.5;
|
|
17197
|
-
}
|
|
17198
|
-
.v-carousel__controls__item--active .v-icon {
|
|
17199
|
-
opacity: 1;
|
|
17200
|
-
vertical-align: middle;
|
|
17201
|
-
}
|
|
17202
|
-
.v-carousel__controls__item:hover {
|
|
17203
|
-
background: none;
|
|
17204
|
-
}
|
|
17205
|
-
.v-carousel__controls__item:hover .v-icon {
|
|
17206
|
-
opacity: 0.8;
|
|
17207
|
-
}
|
|
17208
|
-
|
|
17209
|
-
.v-carousel__progress {
|
|
17210
|
-
margin: 0;
|
|
17211
|
-
position: absolute;
|
|
17212
|
-
bottom: 0;
|
|
17213
|
-
left: 0;
|
|
17214
|
-
right: 0;
|
|
17215
|
-
}
|
|
17216
|
-
|
|
17217
|
-
.v-carousel-item {
|
|
17218
|
-
display: block;
|
|
17219
|
-
height: inherit;
|
|
17220
|
-
text-decoration: none;
|
|
17221
|
-
}
|
|
17222
|
-
.v-carousel-item > .v-img {
|
|
17223
|
-
height: inherit;
|
|
17224
|
-
}
|
|
17225
|
-
|
|
17226
|
-
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
|
17227
|
-
background: transparent;
|
|
17228
|
-
}
|
|
17229
|
-
|
|
17230
|
-
.v-carousel--vertical-delimiters .v-carousel__controls {
|
|
17231
|
-
flex-direction: column;
|
|
17232
|
-
height: 100% !important;
|
|
17233
|
-
width: 50px;
|
|
17234
17172
|
}.v-card {
|
|
17235
17173
|
display: block;
|
|
17236
17174
|
overflow: hidden;
|
|
@@ -17521,6 +17459,68 @@ html.overflow-y-hidden {
|
|
|
17521
17459
|
pointer-events: none;
|
|
17522
17460
|
opacity: 0;
|
|
17523
17461
|
transition: opacity 0.2s ease-in-out;
|
|
17462
|
+
}.v-carousel {
|
|
17463
|
+
overflow: hidden;
|
|
17464
|
+
position: relative;
|
|
17465
|
+
width: 100%;
|
|
17466
|
+
}
|
|
17467
|
+
.v-carousel__controls {
|
|
17468
|
+
align-items: center;
|
|
17469
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
|
17470
|
+
bottom: 0;
|
|
17471
|
+
display: flex;
|
|
17472
|
+
height: 50px;
|
|
17473
|
+
justify-content: center;
|
|
17474
|
+
list-style-type: none;
|
|
17475
|
+
position: absolute;
|
|
17476
|
+
width: 100%;
|
|
17477
|
+
z-index: 1;
|
|
17478
|
+
}
|
|
17479
|
+
.v-carousel__controls > .v-item-group {
|
|
17480
|
+
flex: 0 1 auto;
|
|
17481
|
+
}
|
|
17482
|
+
.v-carousel__controls__item {
|
|
17483
|
+
margin: 0 8px;
|
|
17484
|
+
}
|
|
17485
|
+
.v-carousel__controls__item .v-icon {
|
|
17486
|
+
opacity: 0.5;
|
|
17487
|
+
}
|
|
17488
|
+
.v-carousel__controls__item--active .v-icon {
|
|
17489
|
+
opacity: 1;
|
|
17490
|
+
vertical-align: middle;
|
|
17491
|
+
}
|
|
17492
|
+
.v-carousel__controls__item:hover {
|
|
17493
|
+
background: none;
|
|
17494
|
+
}
|
|
17495
|
+
.v-carousel__controls__item:hover .v-icon {
|
|
17496
|
+
opacity: 0.8;
|
|
17497
|
+
}
|
|
17498
|
+
|
|
17499
|
+
.v-carousel__progress {
|
|
17500
|
+
margin: 0;
|
|
17501
|
+
position: absolute;
|
|
17502
|
+
bottom: 0;
|
|
17503
|
+
left: 0;
|
|
17504
|
+
right: 0;
|
|
17505
|
+
}
|
|
17506
|
+
|
|
17507
|
+
.v-carousel-item {
|
|
17508
|
+
display: block;
|
|
17509
|
+
height: inherit;
|
|
17510
|
+
text-decoration: none;
|
|
17511
|
+
}
|
|
17512
|
+
.v-carousel-item > .v-img {
|
|
17513
|
+
height: inherit;
|
|
17514
|
+
}
|
|
17515
|
+
|
|
17516
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
|
17517
|
+
background: transparent;
|
|
17518
|
+
}
|
|
17519
|
+
|
|
17520
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
|
17521
|
+
flex-direction: column;
|
|
17522
|
+
height: 100% !important;
|
|
17523
|
+
width: 50px;
|
|
17524
17524
|
}.v-checkbox .v-selection-control {
|
|
17525
17525
|
min-height: var(--v-input-control-height);
|
|
17526
17526
|
}.v-chip {
|
|
@@ -20640,6 +20640,8 @@ textarea.v-field__input::placeholder {
|
|
|
20640
20640
|
|
|
20641
20641
|
.v-navigation-drawer__scrim {
|
|
20642
20642
|
position: absolute;
|
|
20643
|
+
top: 0;
|
|
20644
|
+
left: 0;
|
|
20643
20645
|
width: 100%;
|
|
20644
20646
|
height: 100%;
|
|
20645
20647
|
background: black;
|
package/dist/vuetify.d.ts
CHANGED
|
@@ -53413,11 +53413,11 @@ declare module '@vue/runtime-core' {
|
|
|
53413
53413
|
|
|
53414
53414
|
export interface GlobalComponents {
|
|
53415
53415
|
VApp: typeof import('vuetify/components')['VApp']
|
|
53416
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
|
53417
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
53418
53416
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
53419
53417
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
53420
53418
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
53419
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
|
53420
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
53421
53421
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
53422
53422
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
53423
53423
|
VBadge: typeof import('vuetify/components')['VBadge']
|
|
@@ -53430,8 +53430,6 @@ declare module '@vue/runtime-core' {
|
|
|
53430
53430
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
53431
53431
|
VBtn: typeof import('vuetify/components')['VBtn']
|
|
53432
53432
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
53433
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
53434
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
53435
53433
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
53436
53434
|
VCard: typeof import('vuetify/components')['VCard']
|
|
53437
53435
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
@@ -53439,6 +53437,8 @@ declare module '@vue/runtime-core' {
|
|
|
53439
53437
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
53440
53438
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
53441
53439
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
53440
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
53441
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
53442
53442
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
53443
53443
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
53444
53444
|
VChip: typeof import('vuetify/components')['VChip']
|
|
@@ -53488,14 +53488,15 @@ declare module '@vue/runtime-core' {
|
|
|
53488
53488
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
53489
53489
|
VRating: typeof import('vuetify/components')['VRating']
|
|
53490
53490
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
53491
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
53492
53491
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
53492
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
53493
53493
|
VSheet: typeof import('vuetify/components')['VSheet']
|
|
53494
53494
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
53495
53495
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
53496
53496
|
VSlider: typeof import('vuetify/components')['VSlider']
|
|
53497
53497
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
53498
53498
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
53499
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
53499
53500
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
53500
53501
|
VTab: typeof import('vuetify/components')['VTab']
|
|
53501
53502
|
VTable: typeof import('vuetify/components')['VTable']
|
|
@@ -53544,7 +53545,6 @@ declare module '@vue/runtime-core' {
|
|
|
53544
53545
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
53545
53546
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
53546
53547
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
53547
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
53548
53548
|
VDataTable: typeof import('vuetify/labs/components')['VDataTable']
|
|
53549
53549
|
VDataTableRows: typeof import('vuetify/labs/components')['VDataTableRows']
|
|
53550
53550
|
VDataTableRow: typeof import('vuetify/labs/components')['VDataTableRow']
|
package/dist/vuetify.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.2.5
|
|
2
|
+
* Vuetify v3.2.5
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -19543,7 +19543,7 @@ function createVuetify$1() {
|
|
|
19543
19543
|
date
|
|
19544
19544
|
};
|
|
19545
19545
|
}
|
|
19546
|
-
const version$1 = "3.2.5
|
|
19546
|
+
const version$1 = "3.2.5";
|
|
19547
19547
|
createVuetify$1.version = version$1;
|
|
19548
19548
|
|
|
19549
19549
|
// Vue's inject() can only be used in setup
|
|
@@ -19563,7 +19563,7 @@ const createVuetify = function () {
|
|
|
19563
19563
|
...options
|
|
19564
19564
|
});
|
|
19565
19565
|
};
|
|
19566
|
-
const version = "3.2.5
|
|
19566
|
+
const version = "3.2.5";
|
|
19567
19567
|
createVuetify.version = version;
|
|
19568
19568
|
|
|
19569
19569
|
export { components, createVuetify, directives, useDefaults, useDisplay, useLayout, useLocale, useRtl, useTheme, version };
|