vuetify 3.1.14 → 3.1.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 +149 -97
- package/dist/json/importMap.json +70 -70
- package/dist/json/tags.json +13 -0
- package/dist/json/web-types.json +440 -209
- package/dist/vuetify-labs.css +161 -152
- package/dist/vuetify-labs.d.ts +518 -160
- package/dist/vuetify-labs.esm.js +176 -116
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +176 -116
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +11 -2
- package/dist/vuetify.d.ts +486 -161
- package/dist/vuetify.esm.js +118 -68
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +118 -68
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +728 -717
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +9 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +50 -6
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +10 -0
- package/lib/components/VAutocomplete/index.d.ts +29 -17
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/index.d.ts +21 -16
- package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.ts +22 -1
- package/lib/components/VCombobox/VCombobox.css +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +6 -4
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +1 -1
- package/lib/components/VCombobox/index.d.ts +29 -17
- package/lib/components/VField/index.d.ts +6 -0
- package/lib/components/VFileInput/VFileInput.mjs +13 -17
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.ts +68 -23
- package/lib/components/VInput/VInput.mjs +14 -7
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.ts +22 -1
- package/lib/components/VOverlay/locationStrategies.mjs +9 -4
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.ts +22 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +2 -2
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.ts +22 -1
- package/lib/components/VSelect/VSelect.mjs +6 -0
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +32 -17
- package/lib/components/VSlider/VSlider.mjs +2 -2
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/index.d.ts +22 -1
- package/lib/components/VSwitch/VSwitch.mjs +5 -3
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.ts +43 -1
- package/lib/components/VTextField/VTextField.mjs +4 -12
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.ts +70 -22
- package/lib/components/VTextarea/VTextarea.mjs +4 -12
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.ts +61 -22
- package/lib/components/VTreeview/_mixins.sass +0 -0
- package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -0
- package/lib/components/VValidation/index.d.ts +10 -1
- package/lib/components/index.d.ts +465 -140
- package/lib/composables/focus.mjs +3 -2
- package/lib/composables/focus.mjs.map +1 -1
- package/lib/composables/items.mjs +7 -2
- package/lib/composables/items.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/iconsets/mdi-svg.mjs +2 -2
- package/lib/iconsets/mdi-svg.mjs.map +1 -1
- package/lib/index.d.ts +21 -21
- package/lib/labs/VDataTable/VDataTable.mjs +2 -2
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +52 -44
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +2 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +0 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/options.mjs +2 -1
- package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +44 -11
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs +1 -0
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/labs/VSkeletonLoader/index.d.ts +9 -9
- package/lib/labs/components.d.ts +53 -20
- package/lib/locale/el.mjs +0 -0
- package/lib/locale/index.mjs +0 -0
- package/package.json +2 -2
package/dist/vuetify-labs.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.1.
|
|
2
|
+
* Vuetify v3.1.15
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -16210,6 +16210,18 @@ html.overflow-y-hidden {
|
|
|
16210
16210
|
min-height: 100vh;
|
|
16211
16211
|
min-height: 100dvh;
|
|
16212
16212
|
position: relative;
|
|
16213
|
+
}.v-app-bar {
|
|
16214
|
+
display: flex;
|
|
16215
|
+
}
|
|
16216
|
+
.v-app-bar.v-toolbar {
|
|
16217
|
+
background: rgb(var(--v-theme-surface));
|
|
16218
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
16219
|
+
}
|
|
16220
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
16221
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
16222
|
+
}
|
|
16223
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
|
16224
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
16213
16225
|
}.v-alert {
|
|
16214
16226
|
display: grid;
|
|
16215
16227
|
flex: 1 1;
|
|
@@ -16420,18 +16432,6 @@ html.overflow-y-hidden {
|
|
|
16420
16432
|
text-transform: none;
|
|
16421
16433
|
word-break: normal;
|
|
16422
16434
|
word-wrap: break-word;
|
|
16423
|
-
}.v-app-bar {
|
|
16424
|
-
display: flex;
|
|
16425
|
-
}
|
|
16426
|
-
.v-app-bar.v-toolbar {
|
|
16427
|
-
background: rgb(var(--v-theme-surface));
|
|
16428
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
16429
|
-
}
|
|
16430
|
-
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
16431
|
-
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
16432
|
-
}
|
|
16433
|
-
.v-app-bar:not(.v-toolbar--absolute) {
|
|
16434
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
|
16435
16435
|
}.v-input--density-default {
|
|
16436
16436
|
--autocomplete-chips-margin-bottom: 0px;
|
|
16437
16437
|
}
|
|
@@ -16494,6 +16494,15 @@ html.overflow-y-hidden {
|
|
|
16494
16494
|
.v-autocomplete--chips .v-autocomplete__selection:first-child {
|
|
16495
16495
|
margin-inline-start: 0;
|
|
16496
16496
|
}
|
|
16497
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
|
16498
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
16499
|
+
}
|
|
16500
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
|
16501
|
+
opacity: 1;
|
|
16502
|
+
}
|
|
16503
|
+
.v-autocomplete--selecting-index .v-field__input > input {
|
|
16504
|
+
caret-color: transparent;
|
|
16505
|
+
}
|
|
16497
16506
|
.v-autocomplete--single.v-text-field input {
|
|
16498
16507
|
flex: 1 1;
|
|
16499
16508
|
position: absolute;
|
|
@@ -17404,68 +17413,6 @@ html.overflow-y-hidden {
|
|
|
17404
17413
|
border-radius: 0;
|
|
17405
17414
|
}.v-btn-toggle .v-btn.v-btn--selected:not(.v-btn--disabled) .v-btn__overlay {
|
|
17406
17415
|
opacity: var(--v-activated-opacity);
|
|
17407
|
-
}.v-carousel {
|
|
17408
|
-
overflow: hidden;
|
|
17409
|
-
position: relative;
|
|
17410
|
-
width: 100%;
|
|
17411
|
-
}
|
|
17412
|
-
.v-carousel__controls {
|
|
17413
|
-
align-items: center;
|
|
17414
|
-
background: rgba(var(--v-theme-surface-variant), 0.3);
|
|
17415
|
-
bottom: 0;
|
|
17416
|
-
display: flex;
|
|
17417
|
-
height: 50px;
|
|
17418
|
-
justify-content: center;
|
|
17419
|
-
list-style-type: none;
|
|
17420
|
-
position: absolute;
|
|
17421
|
-
width: 100%;
|
|
17422
|
-
z-index: 1;
|
|
17423
|
-
}
|
|
17424
|
-
.v-carousel__controls > .v-item-group {
|
|
17425
|
-
flex: 0 1 auto;
|
|
17426
|
-
}
|
|
17427
|
-
.v-carousel__controls__item {
|
|
17428
|
-
margin: 0 8px;
|
|
17429
|
-
}
|
|
17430
|
-
.v-carousel__controls__item .v-icon {
|
|
17431
|
-
opacity: 0.5;
|
|
17432
|
-
}
|
|
17433
|
-
.v-carousel__controls__item--active .v-icon {
|
|
17434
|
-
opacity: 1;
|
|
17435
|
-
vertical-align: middle;
|
|
17436
|
-
}
|
|
17437
|
-
.v-carousel__controls__item:hover {
|
|
17438
|
-
background: none;
|
|
17439
|
-
}
|
|
17440
|
-
.v-carousel__controls__item:hover .v-icon {
|
|
17441
|
-
opacity: 0.8;
|
|
17442
|
-
}
|
|
17443
|
-
|
|
17444
|
-
.v-carousel__progress {
|
|
17445
|
-
margin: 0;
|
|
17446
|
-
position: absolute;
|
|
17447
|
-
bottom: 0;
|
|
17448
|
-
left: 0;
|
|
17449
|
-
right: 0;
|
|
17450
|
-
}
|
|
17451
|
-
|
|
17452
|
-
.v-carousel-item {
|
|
17453
|
-
display: block;
|
|
17454
|
-
height: inherit;
|
|
17455
|
-
text-decoration: none;
|
|
17456
|
-
}
|
|
17457
|
-
.v-carousel-item > .v-img {
|
|
17458
|
-
height: inherit;
|
|
17459
|
-
}
|
|
17460
|
-
|
|
17461
|
-
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
|
17462
|
-
background: transparent;
|
|
17463
|
-
}
|
|
17464
|
-
|
|
17465
|
-
.v-carousel--vertical-delimiters .v-carousel__controls {
|
|
17466
|
-
flex-direction: column;
|
|
17467
|
-
height: 100% !important;
|
|
17468
|
-
width: 50px;
|
|
17469
17416
|
}.v-card {
|
|
17470
17417
|
display: block;
|
|
17471
17418
|
overflow: hidden;
|
|
@@ -17756,6 +17703,68 @@ html.overflow-y-hidden {
|
|
|
17756
17703
|
pointer-events: none;
|
|
17757
17704
|
opacity: 0;
|
|
17758
17705
|
transition: opacity 0.2s ease-in-out;
|
|
17706
|
+
}.v-carousel {
|
|
17707
|
+
overflow: hidden;
|
|
17708
|
+
position: relative;
|
|
17709
|
+
width: 100%;
|
|
17710
|
+
}
|
|
17711
|
+
.v-carousel__controls {
|
|
17712
|
+
align-items: center;
|
|
17713
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
|
17714
|
+
bottom: 0;
|
|
17715
|
+
display: flex;
|
|
17716
|
+
height: 50px;
|
|
17717
|
+
justify-content: center;
|
|
17718
|
+
list-style-type: none;
|
|
17719
|
+
position: absolute;
|
|
17720
|
+
width: 100%;
|
|
17721
|
+
z-index: 1;
|
|
17722
|
+
}
|
|
17723
|
+
.v-carousel__controls > .v-item-group {
|
|
17724
|
+
flex: 0 1 auto;
|
|
17725
|
+
}
|
|
17726
|
+
.v-carousel__controls__item {
|
|
17727
|
+
margin: 0 8px;
|
|
17728
|
+
}
|
|
17729
|
+
.v-carousel__controls__item .v-icon {
|
|
17730
|
+
opacity: 0.5;
|
|
17731
|
+
}
|
|
17732
|
+
.v-carousel__controls__item--active .v-icon {
|
|
17733
|
+
opacity: 1;
|
|
17734
|
+
vertical-align: middle;
|
|
17735
|
+
}
|
|
17736
|
+
.v-carousel__controls__item:hover {
|
|
17737
|
+
background: none;
|
|
17738
|
+
}
|
|
17739
|
+
.v-carousel__controls__item:hover .v-icon {
|
|
17740
|
+
opacity: 0.8;
|
|
17741
|
+
}
|
|
17742
|
+
|
|
17743
|
+
.v-carousel__progress {
|
|
17744
|
+
margin: 0;
|
|
17745
|
+
position: absolute;
|
|
17746
|
+
bottom: 0;
|
|
17747
|
+
left: 0;
|
|
17748
|
+
right: 0;
|
|
17749
|
+
}
|
|
17750
|
+
|
|
17751
|
+
.v-carousel-item {
|
|
17752
|
+
display: block;
|
|
17753
|
+
height: inherit;
|
|
17754
|
+
text-decoration: none;
|
|
17755
|
+
}
|
|
17756
|
+
.v-carousel-item > .v-img {
|
|
17757
|
+
height: inherit;
|
|
17758
|
+
}
|
|
17759
|
+
|
|
17760
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
|
17761
|
+
background: transparent;
|
|
17762
|
+
}
|
|
17763
|
+
|
|
17764
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
|
17765
|
+
flex-direction: column;
|
|
17766
|
+
height: 100% !important;
|
|
17767
|
+
width: 50px;
|
|
17759
17768
|
}.v-checkbox .v-selection-control {
|
|
17760
17769
|
min-height: var(--v-input-control-height);
|
|
17761
17770
|
}.v-chip {
|
|
@@ -18264,7 +18273,7 @@ html.overflow-y-hidden {
|
|
|
18264
18273
|
opacity: 1;
|
|
18265
18274
|
}
|
|
18266
18275
|
.v-combobox--selecting-index .v-field__input > input {
|
|
18267
|
-
caret-color: transparent
|
|
18276
|
+
caret-color: transparent;
|
|
18268
18277
|
}
|
|
18269
18278
|
.v-combobox--single.v-text-field input {
|
|
18270
18279
|
flex: 1 1;
|
|
@@ -20825,67 +20834,6 @@ textarea.v-field__input::placeholder {
|
|
|
20825
20834
|
opacity: 0.2;
|
|
20826
20835
|
transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
20827
20836
|
z-index: 1;
|
|
20828
|
-
}.v-overlay-container {
|
|
20829
|
-
contain: layout;
|
|
20830
|
-
left: 0;
|
|
20831
|
-
pointer-events: none;
|
|
20832
|
-
position: absolute;
|
|
20833
|
-
top: 0;
|
|
20834
|
-
display: contents;
|
|
20835
|
-
}
|
|
20836
|
-
|
|
20837
|
-
.v-overlay-scroll-blocked {
|
|
20838
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
|
20839
|
-
overflow-y: hidden !important;
|
|
20840
|
-
}
|
|
20841
|
-
html.v-overlay-scroll-blocked {
|
|
20842
|
-
position: fixed;
|
|
20843
|
-
top: var(--v-body-scroll-y);
|
|
20844
|
-
left: var(--v-body-scroll-x);
|
|
20845
|
-
width: 100%;
|
|
20846
|
-
height: 100%;
|
|
20847
|
-
}
|
|
20848
|
-
|
|
20849
|
-
.v-overlay {
|
|
20850
|
-
border-radius: inherit;
|
|
20851
|
-
display: flex;
|
|
20852
|
-
left: 0;
|
|
20853
|
-
pointer-events: none;
|
|
20854
|
-
position: fixed;
|
|
20855
|
-
top: 0;
|
|
20856
|
-
bottom: 0;
|
|
20857
|
-
right: 0;
|
|
20858
|
-
}
|
|
20859
|
-
|
|
20860
|
-
.v-overlay__content {
|
|
20861
|
-
outline: none;
|
|
20862
|
-
position: absolute;
|
|
20863
|
-
pointer-events: auto;
|
|
20864
|
-
contain: layout;
|
|
20865
|
-
}
|
|
20866
|
-
|
|
20867
|
-
.v-overlay__scrim {
|
|
20868
|
-
pointer-events: auto;
|
|
20869
|
-
background: rgb(var(--v-theme-on-surface));
|
|
20870
|
-
border-radius: inherit;
|
|
20871
|
-
bottom: 0;
|
|
20872
|
-
left: 0;
|
|
20873
|
-
opacity: 0.32;
|
|
20874
|
-
position: fixed;
|
|
20875
|
-
right: 0;
|
|
20876
|
-
top: 0;
|
|
20877
|
-
}
|
|
20878
|
-
|
|
20879
|
-
.v-overlay--absolute {
|
|
20880
|
-
position: absolute;
|
|
20881
|
-
}
|
|
20882
|
-
|
|
20883
|
-
.v-overlay--contained .v-overlay__scrim {
|
|
20884
|
-
position: absolute;
|
|
20885
|
-
}
|
|
20886
|
-
|
|
20887
|
-
.v-overlay--scroll-blocked {
|
|
20888
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
|
20889
20837
|
}.v-pagination__list {
|
|
20890
20838
|
display: inline-flex;
|
|
20891
20839
|
list-style-type: none;
|
|
@@ -21339,6 +21287,28 @@ html.v-overlay-scroll-blocked {
|
|
|
21339
21287
|
opacity: 0;
|
|
21340
21288
|
position: absolute;
|
|
21341
21289
|
width: 0;
|
|
21290
|
+
}.v-responsive {
|
|
21291
|
+
display: flex;
|
|
21292
|
+
flex: 1 0 auto;
|
|
21293
|
+
max-height: 100%;
|
|
21294
|
+
max-width: 100%;
|
|
21295
|
+
overflow: hidden;
|
|
21296
|
+
position: relative;
|
|
21297
|
+
}
|
|
21298
|
+
|
|
21299
|
+
.v-responsive__content {
|
|
21300
|
+
flex: 1 0 0px;
|
|
21301
|
+
max-width: 100%;
|
|
21302
|
+
}
|
|
21303
|
+
|
|
21304
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
|
21305
|
+
margin-inline-start: -100%;
|
|
21306
|
+
}
|
|
21307
|
+
|
|
21308
|
+
.v-responsive__sizer {
|
|
21309
|
+
flex: 1 0 0px;
|
|
21310
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21311
|
+
pointer-events: none;
|
|
21342
21312
|
}.v-input--density-default {
|
|
21343
21313
|
--select-chips-margin-bottom: 0px;
|
|
21344
21314
|
}
|
|
@@ -22803,28 +22773,67 @@ html.v-overlay-scroll-blocked {
|
|
|
22803
22773
|
}
|
|
22804
22774
|
.v-window-y-reverse-transition-leave-to {
|
|
22805
22775
|
transform: translateY(100%);
|
|
22806
|
-
}.v-
|
|
22776
|
+
}.v-overlay-container {
|
|
22777
|
+
contain: layout;
|
|
22778
|
+
left: 0;
|
|
22779
|
+
pointer-events: none;
|
|
22780
|
+
position: absolute;
|
|
22781
|
+
top: 0;
|
|
22782
|
+
display: contents;
|
|
22783
|
+
}
|
|
22784
|
+
|
|
22785
|
+
.v-overlay-scroll-blocked {
|
|
22786
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
22787
|
+
overflow-y: hidden !important;
|
|
22788
|
+
}
|
|
22789
|
+
html.v-overlay-scroll-blocked {
|
|
22790
|
+
position: fixed;
|
|
22791
|
+
top: var(--v-body-scroll-y);
|
|
22792
|
+
left: var(--v-body-scroll-x);
|
|
22793
|
+
width: 100%;
|
|
22794
|
+
height: 100%;
|
|
22795
|
+
}
|
|
22796
|
+
|
|
22797
|
+
.v-overlay {
|
|
22798
|
+
border-radius: inherit;
|
|
22807
22799
|
display: flex;
|
|
22808
|
-
|
|
22809
|
-
|
|
22810
|
-
|
|
22811
|
-
|
|
22812
|
-
|
|
22800
|
+
left: 0;
|
|
22801
|
+
pointer-events: none;
|
|
22802
|
+
position: fixed;
|
|
22803
|
+
top: 0;
|
|
22804
|
+
bottom: 0;
|
|
22805
|
+
right: 0;
|
|
22813
22806
|
}
|
|
22814
22807
|
|
|
22815
|
-
.v-
|
|
22816
|
-
|
|
22817
|
-
|
|
22808
|
+
.v-overlay__content {
|
|
22809
|
+
outline: none;
|
|
22810
|
+
position: absolute;
|
|
22811
|
+
pointer-events: auto;
|
|
22812
|
+
contain: layout;
|
|
22818
22813
|
}
|
|
22819
22814
|
|
|
22820
|
-
.v-
|
|
22821
|
-
|
|
22815
|
+
.v-overlay__scrim {
|
|
22816
|
+
pointer-events: auto;
|
|
22817
|
+
background: rgb(var(--v-theme-on-surface));
|
|
22818
|
+
border-radius: inherit;
|
|
22819
|
+
bottom: 0;
|
|
22820
|
+
left: 0;
|
|
22821
|
+
opacity: 0.32;
|
|
22822
|
+
position: fixed;
|
|
22823
|
+
right: 0;
|
|
22824
|
+
top: 0;
|
|
22822
22825
|
}
|
|
22823
22826
|
|
|
22824
|
-
.v-
|
|
22825
|
-
|
|
22826
|
-
|
|
22827
|
-
|
|
22827
|
+
.v-overlay--absolute {
|
|
22828
|
+
position: absolute;
|
|
22829
|
+
}
|
|
22830
|
+
|
|
22831
|
+
.v-overlay--contained .v-overlay__scrim {
|
|
22832
|
+
position: absolute;
|
|
22833
|
+
}
|
|
22834
|
+
|
|
22835
|
+
.v-overlay--scroll-blocked {
|
|
22836
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
22828
22837
|
}.v-color-picker-canvas {
|
|
22829
22838
|
display: flex;
|
|
22830
22839
|
position: relative;
|