@vuetify/nightly 3.6.14-master.2024-08-04 → 3.6.14-master.2024-08-13
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 +7 -11
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +144 -144
- package/dist/json/tags.json +0 -1
- package/dist/json/web-types.json +8 -18
- package/dist/vuetify-labs.css +2162 -2162
- package/dist/vuetify-labs.d.ts +33122 -39828
- package/dist/vuetify-labs.esm.js +17 -9
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +17 -9
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1025 -1025
- package/dist/vuetify.d.ts +32674 -39040
- package/dist/vuetify.esm.js +16 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +16 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +22 -22
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +50 -73
- package/lib/components/VApp/index.d.mts +9 -11
- package/lib/components/VAppBar/index.d.mts +92 -128
- package/lib/components/VAutocomplete/index.d.mts +4771 -3230
- package/lib/components/VAvatar/index.d.mts +23 -22
- package/lib/components/VBadge/index.d.mts +53 -59
- package/lib/components/VBanner/index.d.mts +44 -66
- package/lib/components/VBottomNavigation/index.d.mts +25 -32
- package/lib/components/VBottomSheet/index.d.mts +125 -135
- package/lib/components/VBreadcrumbs/index.d.mts +35 -78
- package/lib/components/VBtn/index.d.mts +49 -53
- package/lib/components/VBtnGroup/index.d.mts +14 -13
- package/lib/components/VBtnToggle/index.d.mts +21 -23
- package/lib/components/VCard/index.d.mts +104 -168
- package/lib/components/VCarousel/index.d.mts +59 -96
- package/lib/components/VCheckbox/index.d.mts +132 -155
- package/lib/components/VChip/index.d.mts +47 -59
- package/lib/components/VChipGroup/index.d.mts +39 -41
- package/lib/components/VCode/index.d.mts +9 -11
- package/lib/components/VColorPicker/index.d.mts +58 -133
- package/lib/components/VCombobox/index.d.mts +4785 -3244
- package/lib/components/VConfirmEdit/index.d.mts +11 -19
- package/lib/components/VCounter/index.d.mts +40 -42
- package/lib/components/VDataIterator/index.d.mts +171 -185
- package/lib/components/VDataTable/index.d.mts +480 -1204
- package/lib/components/VDatePicker/index.d.mts +120 -158
- package/lib/components/VDefaultsProvider/index.d.mts +5 -9
- package/lib/components/VDialog/index.d.mts +243 -277
- package/lib/components/VDivider/index.d.mts +9 -11
- package/lib/components/VEmptyState/index.d.mts +30 -52
- package/lib/components/VExpansionPanel/index.d.mts +60 -85
- package/lib/components/VFab/index.d.mts +81 -73
- package/lib/components/VField/index.d.mts +35 -62
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +172 -259
- package/lib/components/VFooter/index.d.mts +9 -11
- package/lib/components/VForm/index.d.mts +105 -77
- package/lib/components/VGrid/index.d.mts +41 -52
- package/lib/components/VHover/index.d.mts +5 -9
- package/lib/components/VIcon/index.d.mts +23 -29
- package/lib/components/VImg/index.d.mts +28 -42
- package/lib/components/VInfiniteScroll/index.d.mts +17 -37
- package/lib/components/VInput/index.d.mts +48 -50
- package/lib/components/VItemGroup/index.d.mts +21 -30
- package/lib/components/VKbd/index.d.mts +9 -11
- package/lib/components/VLabel/index.d.mts +9 -11
- package/lib/components/VLayout/index.d.mts +18 -24
- package/lib/components/VLazy/index.d.mts +42 -44
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +210 -329
- package/lib/components/VLocaleProvider/index.d.mts +9 -11
- package/lib/components/VMain/index.d.mts +9 -11
- package/lib/components/VMenu/index.d.mts +272 -306
- package/lib/components/VMessages/index.d.mts +49 -51
- package/lib/components/VNavigationDrawer/index.d.mts +27 -40
- package/lib/components/VOtpInput/index.d.mts +22 -28
- package/lib/components/VOverlay/VOverlay.mjs +4 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +53 -63
- package/lib/components/VPagination/index.d.mts +31 -46
- package/lib/components/VParallax/index.d.mts +15 -29
- package/lib/components/VProgressCircular/index.d.mts +9 -11
- package/lib/components/VProgressLinear/index.d.mts +22 -24
- package/lib/components/VRadio/index.d.mts +49 -52
- package/lib/components/VRadioGroup/index.d.mts +66 -66
- package/lib/components/VRangeSlider/index.d.mts +58 -69
- package/lib/components/VRating/index.d.mts +13 -19
- package/lib/components/VResponsive/index.d.mts +11 -17
- package/lib/components/VSelect/index.d.mts +4762 -3221
- package/lib/components/VSelectionControl/index.d.mts +38 -44
- package/lib/components/VSelectionControlGroup/index.d.mts +34 -34
- package/lib/components/VSheet/index.d.mts +15 -17
- package/lib/components/VSkeletonLoader/index.d.mts +41 -11
- package/lib/components/VSlideGroup/index.d.mts +112 -129
- package/lib/components/VSlider/index.d.mts +58 -69
- package/lib/components/VSnackbar/VSnackbar.mjs +5 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +231 -270
- package/lib/components/VSparkline/index.d.mts +11 -19
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VSpeedDial/index.d.mts +179 -189
- package/lib/components/VStepper/index.d.mts +105 -180
- package/lib/components/VSwitch/index.d.mts +78 -98
- package/lib/components/VSystemBar/index.d.mts +13 -15
- package/lib/components/VTable/index.d.mts +15 -29
- package/lib/components/VTabs/index.d.mts +213 -297
- package/lib/components/VTextField/index.d.mts +253 -408
- package/lib/components/VTextarea/index.d.mts +157 -236
- package/lib/components/VThemeProvider/index.d.mts +9 -11
- package/lib/components/VTimeline/index.d.mts +29 -43
- package/lib/components/VToolbar/index.d.mts +49 -80
- package/lib/components/VTooltip/index.d.mts +282 -316
- package/lib/components/VValidation/index.d.mts +16 -23
- package/lib/components/VVirtualScroll/index.d.mts +14 -23
- package/lib/components/VWindow/index.d.mts +29 -50
- package/lib/components/index.d.mts +31169 -37524
- package/lib/components/transitions/index.d.mts +84 -148
- package/lib/composables/location.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs +3 -0
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +60 -60
- package/lib/labs/VCalendar/index.d.mts +146 -166
- package/lib/labs/VDateInput/index.d.mts +83 -62
- package/lib/labs/VNumberInput/index.d.mts +61 -88
- package/lib/labs/VPicker/index.d.mts +28 -46
- package/lib/labs/VPullToRefresh/index.d.mts +7 -15
- package/lib/labs/VSnackbarQueue/index.d.mts +311 -369
- package/lib/labs/VStepperVertical/index.d.mts +109 -184
- package/lib/labs/VTimePicker/index.d.mts +35 -53
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +200 -292
- package/lib/labs/components.d.mts +905 -1246
- package/lib/util/propsFactory.mjs.map +1 -1
- package/package.json +3 -3
package/dist/vuetify.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.14-master.2024-08-
|
2
|
+
* Vuetify v3.6.14-master.2024-08-13
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -18222,6 +18222,91 @@ html.overflow-y-hidden {
|
|
18222
18222
|
text-transform: none;
|
18223
18223
|
word-break: normal;
|
18224
18224
|
word-wrap: break-word;
|
18225
|
+
}.v-autocomplete .v-field .v-text-field__prefix,
|
18226
|
+
.v-autocomplete .v-field .v-text-field__suffix,
|
18227
|
+
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
18228
|
+
cursor: text;
|
18229
|
+
}
|
18230
|
+
.v-autocomplete .v-field .v-field__input > input {
|
18231
|
+
flex: 1 1;
|
18232
|
+
}
|
18233
|
+
.v-autocomplete .v-field input {
|
18234
|
+
min-width: 64px;
|
18235
|
+
}
|
18236
|
+
.v-autocomplete .v-field:not(.v-field--focused) input {
|
18237
|
+
min-width: 0;
|
18238
|
+
}
|
18239
|
+
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
18240
|
+
margin-inline-end: 2px;
|
18241
|
+
}
|
18242
|
+
.v-autocomplete .v-autocomplete__selection-text {
|
18243
|
+
overflow: hidden;
|
18244
|
+
text-overflow: ellipsis;
|
18245
|
+
white-space: nowrap;
|
18246
|
+
}
|
18247
|
+
|
18248
|
+
.v-autocomplete__content {
|
18249
|
+
overflow: hidden;
|
18250
|
+
}
|
18251
|
+
.v-autocomplete__content {
|
18252
|
+
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-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18253
|
+
}
|
18254
|
+
.v-autocomplete__content {
|
18255
|
+
border-radius: 4px;
|
18256
|
+
}
|
18257
|
+
.v-autocomplete__mask {
|
18258
|
+
background: rgb(var(--v-theme-surface-light));
|
18259
|
+
}
|
18260
|
+
.v-autocomplete__selection {
|
18261
|
+
display: inline-flex;
|
18262
|
+
align-items: center;
|
18263
|
+
height: 1.5rem;
|
18264
|
+
letter-spacing: inherit;
|
18265
|
+
line-height: inherit;
|
18266
|
+
max-width: calc(100% - 2px - 2px);
|
18267
|
+
}
|
18268
|
+
.v-autocomplete__selection:first-child {
|
18269
|
+
margin-inline-start: 0;
|
18270
|
+
}
|
18271
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
18272
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
18273
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
18274
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
18275
|
+
top: 0px;
|
18276
|
+
}
|
18277
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
18278
|
+
opacity: var(--v-medium-emphasis-opacity);
|
18279
|
+
}
|
18280
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
18281
|
+
opacity: 1;
|
18282
|
+
}
|
18283
|
+
.v-autocomplete--selecting-index .v-field__input > input {
|
18284
|
+
caret-color: transparent;
|
18285
|
+
}
|
18286
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
18287
|
+
flex: 1 1;
|
18288
|
+
position: absolute;
|
18289
|
+
left: 0;
|
18290
|
+
right: 0;
|
18291
|
+
width: 100%;
|
18292
|
+
padding-inline: inherit;
|
18293
|
+
}
|
18294
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
18295
|
+
transition: none;
|
18296
|
+
}
|
18297
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
18298
|
+
opacity: 0;
|
18299
|
+
}
|
18300
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
18301
|
+
opacity: 0;
|
18302
|
+
}
|
18303
|
+
.v-autocomplete__menu-icon {
|
18304
|
+
margin-inline-start: 4px;
|
18305
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18306
|
+
}
|
18307
|
+
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
18308
|
+
opacity: var(--v-high-emphasis-opacity);
|
18309
|
+
transform: rotate(180deg);
|
18225
18310
|
}.v-avatar {
|
18226
18311
|
flex: none;
|
18227
18312
|
align-items: center;
|
@@ -18319,91 +18404,6 @@ html.overflow-y-hidden {
|
|
18319
18404
|
.v-avatar .v-img {
|
18320
18405
|
height: 100%;
|
18321
18406
|
width: 100%;
|
18322
|
-
}.v-autocomplete .v-field .v-text-field__prefix,
|
18323
|
-
.v-autocomplete .v-field .v-text-field__suffix,
|
18324
|
-
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
18325
|
-
cursor: text;
|
18326
|
-
}
|
18327
|
-
.v-autocomplete .v-field .v-field__input > input {
|
18328
|
-
flex: 1 1;
|
18329
|
-
}
|
18330
|
-
.v-autocomplete .v-field input {
|
18331
|
-
min-width: 64px;
|
18332
|
-
}
|
18333
|
-
.v-autocomplete .v-field:not(.v-field--focused) input {
|
18334
|
-
min-width: 0;
|
18335
|
-
}
|
18336
|
-
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
18337
|
-
margin-inline-end: 2px;
|
18338
|
-
}
|
18339
|
-
.v-autocomplete .v-autocomplete__selection-text {
|
18340
|
-
overflow: hidden;
|
18341
|
-
text-overflow: ellipsis;
|
18342
|
-
white-space: nowrap;
|
18343
|
-
}
|
18344
|
-
|
18345
|
-
.v-autocomplete__content {
|
18346
|
-
overflow: hidden;
|
18347
|
-
}
|
18348
|
-
.v-autocomplete__content {
|
18349
|
-
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-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18350
|
-
}
|
18351
|
-
.v-autocomplete__content {
|
18352
|
-
border-radius: 4px;
|
18353
|
-
}
|
18354
|
-
.v-autocomplete__mask {
|
18355
|
-
background: rgb(var(--v-theme-surface-light));
|
18356
|
-
}
|
18357
|
-
.v-autocomplete__selection {
|
18358
|
-
display: inline-flex;
|
18359
|
-
align-items: center;
|
18360
|
-
height: 1.5rem;
|
18361
|
-
letter-spacing: inherit;
|
18362
|
-
line-height: inherit;
|
18363
|
-
max-width: calc(100% - 2px - 2px);
|
18364
|
-
}
|
18365
|
-
.v-autocomplete__selection:first-child {
|
18366
|
-
margin-inline-start: 0;
|
18367
|
-
}
|
18368
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
18369
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
18370
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
18371
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
18372
|
-
top: 0px;
|
18373
|
-
}
|
18374
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
18375
|
-
opacity: var(--v-medium-emphasis-opacity);
|
18376
|
-
}
|
18377
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
18378
|
-
opacity: 1;
|
18379
|
-
}
|
18380
|
-
.v-autocomplete--selecting-index .v-field__input > input {
|
18381
|
-
caret-color: transparent;
|
18382
|
-
}
|
18383
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
18384
|
-
flex: 1 1;
|
18385
|
-
position: absolute;
|
18386
|
-
left: 0;
|
18387
|
-
right: 0;
|
18388
|
-
width: 100%;
|
18389
|
-
padding-inline: inherit;
|
18390
|
-
}
|
18391
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
18392
|
-
transition: none;
|
18393
|
-
}
|
18394
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
18395
|
-
opacity: 0;
|
18396
|
-
}
|
18397
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
18398
|
-
opacity: 0;
|
18399
|
-
}
|
18400
|
-
.v-autocomplete__menu-icon {
|
18401
|
-
margin-inline-start: 4px;
|
18402
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18403
|
-
}
|
18404
|
-
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
18405
|
-
opacity: var(--v-high-emphasis-opacity);
|
18406
|
-
transform: rotate(180deg);
|
18407
18407
|
}.v-badge {
|
18408
18408
|
display: inline-block;
|
18409
18409
|
line-height: 1;
|
@@ -18706,6 +18706,40 @@ html.overflow-y-hidden {
|
|
18706
18706
|
}
|
18707
18707
|
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
18708
18708
|
transform: translateY(0.5rem);
|
18709
|
+
}.bottom-sheet-transition-enter-from {
|
18710
|
+
transform: translateY(100%);
|
18711
|
+
}
|
18712
|
+
.bottom-sheet-transition-leave-to {
|
18713
|
+
transform: translateY(100%);
|
18714
|
+
}
|
18715
|
+
|
18716
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18717
|
+
align-self: flex-end;
|
18718
|
+
border-radius: 0;
|
18719
|
+
flex: 0 1 auto;
|
18720
|
+
left: 0;
|
18721
|
+
right: 0;
|
18722
|
+
margin-inline: 0;
|
18723
|
+
margin-bottom: 0;
|
18724
|
+
transition-duration: 0.2s;
|
18725
|
+
width: 100%;
|
18726
|
+
max-width: 100%;
|
18727
|
+
overflow: visible;
|
18728
|
+
}
|
18729
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18730
|
+
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18731
|
+
}
|
18732
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
18733
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
18734
|
+
border-radius: 0;
|
18735
|
+
}
|
18736
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
18737
|
+
max-width: none;
|
18738
|
+
}
|
18739
|
+
@media (min-width: 600px) {
|
18740
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
18741
|
+
max-width: 70%;
|
18742
|
+
}
|
18709
18743
|
}.v-breadcrumbs {
|
18710
18744
|
display: flex;
|
18711
18745
|
align-items: center;
|
@@ -18763,142 +18797,44 @@ html.overflow-y-hidden {
|
|
18763
18797
|
display: inline-block;
|
18764
18798
|
padding: 0 8px;
|
18765
18799
|
vertical-align: middle;
|
18766
|
-
}.
|
18767
|
-
|
18800
|
+
}.v-btn {
|
18801
|
+
align-items: center;
|
18802
|
+
border-radius: 4px;
|
18803
|
+
display: inline-grid;
|
18804
|
+
grid-template-areas: "prepend content append";
|
18805
|
+
grid-template-columns: max-content auto max-content;
|
18806
|
+
font-weight: 500;
|
18807
|
+
justify-content: center;
|
18808
|
+
letter-spacing: 0.0892857143em;
|
18809
|
+
line-height: normal;
|
18810
|
+
max-width: 100%;
|
18811
|
+
outline: none;
|
18812
|
+
position: relative;
|
18813
|
+
text-decoration: none;
|
18814
|
+
text-indent: 0.0892857143em;
|
18815
|
+
text-transform: uppercase;
|
18816
|
+
transition-property: box-shadow, transform, opacity, background;
|
18817
|
+
transition-duration: 0.28s;
|
18818
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
18819
|
+
-webkit-user-select: none;
|
18820
|
+
user-select: none;
|
18821
|
+
vertical-align: middle;
|
18822
|
+
flex-shrink: 0;
|
18768
18823
|
}
|
18769
|
-
.
|
18770
|
-
|
18824
|
+
.v-btn--size-x-small {
|
18825
|
+
--v-btn-size: 0.625rem;
|
18826
|
+
--v-btn-height: 20px;
|
18827
|
+
font-size: var(--v-btn-size);
|
18828
|
+
min-width: 36px;
|
18829
|
+
padding: 0 8px;
|
18771
18830
|
}
|
18772
18831
|
|
18773
|
-
.v-
|
18774
|
-
|
18775
|
-
|
18776
|
-
|
18777
|
-
|
18778
|
-
|
18779
|
-
margin-inline: 0;
|
18780
|
-
margin-bottom: 0;
|
18781
|
-
transition-duration: 0.2s;
|
18782
|
-
width: 100%;
|
18783
|
-
max-width: 100%;
|
18784
|
-
overflow: visible;
|
18785
|
-
}
|
18786
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18787
|
-
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18788
|
-
}
|
18789
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
18790
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
18791
|
-
border-radius: 0;
|
18792
|
-
}
|
18793
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
18794
|
-
max-width: none;
|
18795
|
-
}
|
18796
|
-
@media (min-width: 600px) {
|
18797
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
18798
|
-
max-width: 70%;
|
18799
|
-
}
|
18800
|
-
}.v-btn-group {
|
18801
|
-
display: inline-flex;
|
18802
|
-
flex-wrap: nowrap;
|
18803
|
-
max-width: 100%;
|
18804
|
-
min-width: 0;
|
18805
|
-
overflow: hidden;
|
18806
|
-
vertical-align: middle;
|
18807
|
-
}
|
18808
|
-
.v-btn-group {
|
18809
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18810
|
-
border-style: solid;
|
18811
|
-
border-width: 0;
|
18812
|
-
}
|
18813
|
-
.v-btn-group--border {
|
18814
|
-
border-width: thin;
|
18815
|
-
box-shadow: none;
|
18816
|
-
}
|
18817
|
-
.v-btn-group {
|
18818
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18819
|
-
}
|
18820
|
-
.v-btn-group {
|
18821
|
-
border-radius: 4px;
|
18822
|
-
}
|
18823
|
-
.v-btn-group {
|
18824
|
-
background: transparent;
|
18825
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18826
|
-
}
|
18827
|
-
.v-btn-group--density-default.v-btn-group {
|
18828
|
-
height: 48px;
|
18829
|
-
}
|
18830
|
-
|
18831
|
-
.v-btn-group--density-comfortable.v-btn-group {
|
18832
|
-
height: 40px;
|
18833
|
-
}
|
18834
|
-
|
18835
|
-
.v-btn-group--density-compact.v-btn-group {
|
18836
|
-
height: 36px;
|
18837
|
-
}
|
18838
|
-
|
18839
|
-
.v-btn-group .v-btn {
|
18840
|
-
border-radius: 0;
|
18841
|
-
border-color: inherit;
|
18842
|
-
}
|
18843
|
-
.v-btn-group .v-btn:not(:last-child) {
|
18844
|
-
border-inline-end: none;
|
18845
|
-
}
|
18846
|
-
.v-btn-group .v-btn:not(:first-child) {
|
18847
|
-
border-inline-start: none;
|
18848
|
-
}
|
18849
|
-
.v-btn-group .v-btn:first-child {
|
18850
|
-
border-start-start-radius: inherit;
|
18851
|
-
border-end-start-radius: inherit;
|
18852
|
-
}
|
18853
|
-
.v-btn-group .v-btn:last-child {
|
18854
|
-
border-start-end-radius: inherit;
|
18855
|
-
border-end-end-radius: inherit;
|
18856
|
-
}
|
18857
|
-
.v-btn-group--divided .v-btn:not(:last-child) {
|
18858
|
-
border-inline-end-width: thin;
|
18859
|
-
border-inline-end-style: solid;
|
18860
|
-
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18861
|
-
}
|
18862
|
-
.v-btn-group--tile {
|
18863
|
-
border-radius: 0;
|
18864
|
-
}.v-btn {
|
18865
|
-
align-items: center;
|
18866
|
-
border-radius: 4px;
|
18867
|
-
display: inline-grid;
|
18868
|
-
grid-template-areas: "prepend content append";
|
18869
|
-
grid-template-columns: max-content auto max-content;
|
18870
|
-
font-weight: 500;
|
18871
|
-
justify-content: center;
|
18872
|
-
letter-spacing: 0.0892857143em;
|
18873
|
-
line-height: normal;
|
18874
|
-
max-width: 100%;
|
18875
|
-
outline: none;
|
18876
|
-
position: relative;
|
18877
|
-
text-decoration: none;
|
18878
|
-
text-indent: 0.0892857143em;
|
18879
|
-
text-transform: uppercase;
|
18880
|
-
transition-property: box-shadow, transform, opacity, background;
|
18881
|
-
transition-duration: 0.28s;
|
18882
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
18883
|
-
-webkit-user-select: none;
|
18884
|
-
user-select: none;
|
18885
|
-
vertical-align: middle;
|
18886
|
-
flex-shrink: 0;
|
18887
|
-
}
|
18888
|
-
.v-btn--size-x-small {
|
18889
|
-
--v-btn-size: 0.625rem;
|
18890
|
-
--v-btn-height: 20px;
|
18891
|
-
font-size: var(--v-btn-size);
|
18892
|
-
min-width: 36px;
|
18893
|
-
padding: 0 8px;
|
18894
|
-
}
|
18895
|
-
|
18896
|
-
.v-btn--size-small {
|
18897
|
-
--v-btn-size: 0.75rem;
|
18898
|
-
--v-btn-height: 28px;
|
18899
|
-
font-size: var(--v-btn-size);
|
18900
|
-
min-width: 50px;
|
18901
|
-
padding: 0 12px;
|
18832
|
+
.v-btn--size-small {
|
18833
|
+
--v-btn-size: 0.75rem;
|
18834
|
+
--v-btn-height: 28px;
|
18835
|
+
font-size: var(--v-btn-size);
|
18836
|
+
min-width: 50px;
|
18837
|
+
padding: 0 12px;
|
18902
18838
|
}
|
18903
18839
|
|
18904
18840
|
.v-btn--size-default {
|
@@ -19289,6 +19225,70 @@ html.overflow-y-hidden {
|
|
19289
19225
|
}
|
19290
19226
|
.v-pagination__item--is-active .v-btn__overlay {
|
19291
19227
|
opacity: var(--v-border-opacity);
|
19228
|
+
}.v-btn-group {
|
19229
|
+
display: inline-flex;
|
19230
|
+
flex-wrap: nowrap;
|
19231
|
+
max-width: 100%;
|
19232
|
+
min-width: 0;
|
19233
|
+
overflow: hidden;
|
19234
|
+
vertical-align: middle;
|
19235
|
+
}
|
19236
|
+
.v-btn-group {
|
19237
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19238
|
+
border-style: solid;
|
19239
|
+
border-width: 0;
|
19240
|
+
}
|
19241
|
+
.v-btn-group--border {
|
19242
|
+
border-width: thin;
|
19243
|
+
box-shadow: none;
|
19244
|
+
}
|
19245
|
+
.v-btn-group {
|
19246
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
19247
|
+
}
|
19248
|
+
.v-btn-group {
|
19249
|
+
border-radius: 4px;
|
19250
|
+
}
|
19251
|
+
.v-btn-group {
|
19252
|
+
background: transparent;
|
19253
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
19254
|
+
}
|
19255
|
+
.v-btn-group--density-default.v-btn-group {
|
19256
|
+
height: 48px;
|
19257
|
+
}
|
19258
|
+
|
19259
|
+
.v-btn-group--density-comfortable.v-btn-group {
|
19260
|
+
height: 40px;
|
19261
|
+
}
|
19262
|
+
|
19263
|
+
.v-btn-group--density-compact.v-btn-group {
|
19264
|
+
height: 36px;
|
19265
|
+
}
|
19266
|
+
|
19267
|
+
.v-btn-group .v-btn {
|
19268
|
+
border-radius: 0;
|
19269
|
+
border-color: inherit;
|
19270
|
+
}
|
19271
|
+
.v-btn-group .v-btn:not(:last-child) {
|
19272
|
+
border-inline-end: none;
|
19273
|
+
}
|
19274
|
+
.v-btn-group .v-btn:not(:first-child) {
|
19275
|
+
border-inline-start: none;
|
19276
|
+
}
|
19277
|
+
.v-btn-group .v-btn:first-child {
|
19278
|
+
border-start-start-radius: inherit;
|
19279
|
+
border-end-start-radius: inherit;
|
19280
|
+
}
|
19281
|
+
.v-btn-group .v-btn:last-child {
|
19282
|
+
border-start-end-radius: inherit;
|
19283
|
+
border-end-end-radius: inherit;
|
19284
|
+
}
|
19285
|
+
.v-btn-group--divided .v-btn:not(:last-child) {
|
19286
|
+
border-inline-end-width: thin;
|
19287
|
+
border-inline-end-style: solid;
|
19288
|
+
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19289
|
+
}
|
19290
|
+
.v-btn-group--tile {
|
19291
|
+
border-radius: 0;
|
19292
19292
|
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19293
19293
|
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19294
19294
|
}
|
@@ -19674,6 +19674,11 @@ html.overflow-y-hidden {
|
|
19674
19674
|
flex-direction: column;
|
19675
19675
|
height: 100% !important;
|
19676
19676
|
width: 50px;
|
19677
|
+
}.v-checkbox.v-input {
|
19678
|
+
flex: 0 1 auto;
|
19679
|
+
}
|
19680
|
+
.v-checkbox .v-selection-control {
|
19681
|
+
min-height: var(--v-input-control-height);
|
19677
19682
|
}.v-chip {
|
19678
19683
|
align-items: center;
|
19679
19684
|
display: inline-flex;
|
@@ -20092,11 +20097,6 @@ html.overflow-y-hidden {
|
|
20092
20097
|
|
20093
20098
|
.v-chip--label {
|
20094
20099
|
border-radius: 4px;
|
20095
|
-
}.v-checkbox.v-input {
|
20096
|
-
flex: 0 1 auto;
|
20097
|
-
}
|
20098
|
-
.v-checkbox .v-selection-control {
|
20099
|
-
min-height: var(--v-input-control-height);
|
20100
20100
|
}.v-chip-group {
|
20101
20101
|
display: flex;
|
20102
20102
|
max-width: 100%;
|
@@ -20115,6 +20115,28 @@ html.overflow-y-hidden {
|
|
20115
20115
|
white-space: normal;
|
20116
20116
|
flex-wrap: wrap;
|
20117
20117
|
max-width: 100%;
|
20118
|
+
}.v-color-picker {
|
20119
|
+
align-self: flex-start;
|
20120
|
+
contain: content;
|
20121
|
+
}
|
20122
|
+
.v-color-picker.v-sheet {
|
20123
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
20124
|
+
}
|
20125
|
+
.v-color-picker.v-sheet {
|
20126
|
+
border-radius: 4px;
|
20127
|
+
}
|
20128
|
+
|
20129
|
+
.v-color-picker__controls {
|
20130
|
+
display: flex;
|
20131
|
+
flex-direction: column;
|
20132
|
+
padding: 16px;
|
20133
|
+
}
|
20134
|
+
|
20135
|
+
.v-color-picker--flat {
|
20136
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
20137
|
+
}
|
20138
|
+
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
20139
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
20118
20140
|
}.v-combobox .v-field .v-text-field__prefix,
|
20119
20141
|
.v-combobox .v-field .v-text-field__suffix,
|
20120
20142
|
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
@@ -20200,28 +20222,6 @@ html.overflow-y-hidden {
|
|
20200
20222
|
.v-combobox--active-menu .v-combobox__menu-icon {
|
20201
20223
|
opacity: var(--v-high-emphasis-opacity);
|
20202
20224
|
transform: rotate(180deg);
|
20203
|
-
}.v-color-picker {
|
20204
|
-
align-self: flex-start;
|
20205
|
-
contain: content;
|
20206
|
-
}
|
20207
|
-
.v-color-picker.v-sheet {
|
20208
|
-
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
20209
|
-
}
|
20210
|
-
.v-color-picker.v-sheet {
|
20211
|
-
border-radius: 4px;
|
20212
|
-
}
|
20213
|
-
|
20214
|
-
.v-color-picker__controls {
|
20215
|
-
display: flex;
|
20216
|
-
flex-direction: column;
|
20217
|
-
padding: 16px;
|
20218
|
-
}
|
20219
|
-
|
20220
|
-
.v-color-picker--flat {
|
20221
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
20222
|
-
}
|
20223
|
-
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
20224
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
20225
20225
|
}.v-counter {
|
20226
20226
|
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
20227
20227
|
flex: 0 1 auto;
|
@@ -20445,81 +20445,15 @@ html.overflow-y-hidden {
|
|
20445
20445
|
}
|
20446
20446
|
.v-data-table-footer__page {
|
20447
20447
|
padding: 0 8px;
|
20448
|
-
}.v-date-picker-
|
20449
|
-
|
20450
|
-
|
20451
|
-
|
20452
|
-
|
20453
|
-
|
20454
|
-
|
20455
|
-
padding-inline:
|
20456
|
-
padding-
|
20457
|
-
}
|
20458
|
-
|
20459
|
-
.v-date-picker-header__append {
|
20460
|
-
grid-area: append;
|
20461
|
-
}
|
20462
|
-
|
20463
|
-
.v-date-picker-header__prepend {
|
20464
|
-
grid-area: prepend;
|
20465
|
-
padding-inline-start: 8px;
|
20466
|
-
}
|
20467
|
-
|
20468
|
-
.v-date-picker-header__content {
|
20469
|
-
align-items: center;
|
20470
|
-
display: inline-flex;
|
20471
|
-
font-size: 32px;
|
20472
|
-
line-height: 40px;
|
20473
|
-
grid-area: content;
|
20474
|
-
justify-content: space-between;
|
20475
|
-
}
|
20476
|
-
.v-date-picker-header--clickable .v-date-picker-header__content {
|
20477
|
-
cursor: pointer;
|
20478
|
-
}
|
20479
|
-
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
|
20480
|
-
opacity: 0.7;
|
20481
|
-
}
|
20482
|
-
|
20483
|
-
.date-picker-header-transition-enter-active,
|
20484
|
-
.date-picker-header-reverse-transition-enter-active {
|
20485
|
-
transition-duration: 0.3s;
|
20486
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
20487
|
-
}
|
20488
|
-
.date-picker-header-transition-leave-active,
|
20489
|
-
.date-picker-header-reverse-transition-leave-active {
|
20490
|
-
transition-duration: 0.3s;
|
20491
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
20492
|
-
}
|
20493
|
-
|
20494
|
-
.date-picker-header-transition-enter-from {
|
20495
|
-
transform: translate(0, 100%);
|
20496
|
-
}
|
20497
|
-
.date-picker-header-transition-leave-to {
|
20498
|
-
opacity: 0;
|
20499
|
-
transform: translate(0, -100%);
|
20500
|
-
}
|
20501
|
-
|
20502
|
-
.date-picker-header-reverse-transition-enter-from {
|
20503
|
-
transform: translate(0, -100%);
|
20504
|
-
}
|
20505
|
-
.date-picker-header-reverse-transition-leave-to {
|
20506
|
-
opacity: 0;
|
20507
|
-
transform: translate(0, 100%);
|
20508
|
-
}.v-date-picker {
|
20509
|
-
overflow: hidden;
|
20510
|
-
width: 328px;
|
20511
|
-
}
|
20512
|
-
.v-date-picker--show-week {
|
20513
|
-
width: 368px;
|
20514
|
-
}.v-date-picker-controls {
|
20515
|
-
display: flex;
|
20516
|
-
align-items: center;
|
20517
|
-
justify-content: space-between;
|
20518
|
-
font-size: 0.875rem;
|
20519
|
-
padding-top: 4px;
|
20520
|
-
padding-bottom: 4px;
|
20521
|
-
padding-inline-start: 6px;
|
20522
|
-
padding-inline-end: 12px;
|
20448
|
+
}.v-date-picker-controls {
|
20449
|
+
display: flex;
|
20450
|
+
align-items: center;
|
20451
|
+
justify-content: space-between;
|
20452
|
+
font-size: 0.875rem;
|
20453
|
+
padding-top: 4px;
|
20454
|
+
padding-bottom: 4px;
|
20455
|
+
padding-inline-start: 6px;
|
20456
|
+
padding-inline-end: 12px;
|
20523
20457
|
}
|
20524
20458
|
.v-date-picker-controls > .v-btn:first-child {
|
20525
20459
|
text-transform: none;
|
@@ -20567,6 +20501,72 @@ html.overflow-y-hidden {
|
|
20567
20501
|
|
20568
20502
|
.v-date-picker__title {
|
20569
20503
|
display: inline-block;
|
20504
|
+
}.v-date-picker {
|
20505
|
+
overflow: hidden;
|
20506
|
+
width: 328px;
|
20507
|
+
}
|
20508
|
+
.v-date-picker--show-week {
|
20509
|
+
width: 368px;
|
20510
|
+
}.v-date-picker-header {
|
20511
|
+
align-items: flex-end;
|
20512
|
+
height: 70px;
|
20513
|
+
display: grid;
|
20514
|
+
grid-template-areas: "prepend content append";
|
20515
|
+
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
20516
|
+
overflow: hidden;
|
20517
|
+
padding-inline: 24px 12px;
|
20518
|
+
padding-bottom: 12px;
|
20519
|
+
}
|
20520
|
+
|
20521
|
+
.v-date-picker-header__append {
|
20522
|
+
grid-area: append;
|
20523
|
+
}
|
20524
|
+
|
20525
|
+
.v-date-picker-header__prepend {
|
20526
|
+
grid-area: prepend;
|
20527
|
+
padding-inline-start: 8px;
|
20528
|
+
}
|
20529
|
+
|
20530
|
+
.v-date-picker-header__content {
|
20531
|
+
align-items: center;
|
20532
|
+
display: inline-flex;
|
20533
|
+
font-size: 32px;
|
20534
|
+
line-height: 40px;
|
20535
|
+
grid-area: content;
|
20536
|
+
justify-content: space-between;
|
20537
|
+
}
|
20538
|
+
.v-date-picker-header--clickable .v-date-picker-header__content {
|
20539
|
+
cursor: pointer;
|
20540
|
+
}
|
20541
|
+
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
|
20542
|
+
opacity: 0.7;
|
20543
|
+
}
|
20544
|
+
|
20545
|
+
.date-picker-header-transition-enter-active,
|
20546
|
+
.date-picker-header-reverse-transition-enter-active {
|
20547
|
+
transition-duration: 0.3s;
|
20548
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
20549
|
+
}
|
20550
|
+
.date-picker-header-transition-leave-active,
|
20551
|
+
.date-picker-header-reverse-transition-leave-active {
|
20552
|
+
transition-duration: 0.3s;
|
20553
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
20554
|
+
}
|
20555
|
+
|
20556
|
+
.date-picker-header-transition-enter-from {
|
20557
|
+
transform: translate(0, 100%);
|
20558
|
+
}
|
20559
|
+
.date-picker-header-transition-leave-to {
|
20560
|
+
opacity: 0;
|
20561
|
+
transform: translate(0, -100%);
|
20562
|
+
}
|
20563
|
+
|
20564
|
+
.date-picker-header-reverse-transition-enter-from {
|
20565
|
+
transform: translate(0, -100%);
|
20566
|
+
}
|
20567
|
+
.date-picker-header-reverse-transition-leave-to {
|
20568
|
+
opacity: 0;
|
20569
|
+
transform: translate(0, 100%);
|
20570
20570
|
}.v-date-picker-month {
|
20571
20571
|
display: flex;
|
20572
20572
|
justify-content: center;
|
@@ -20622,6 +20622,21 @@ html.overflow-y-hidden {
|
|
20622
20622
|
|
20623
20623
|
.v-date-picker-month__day--hide-adjacent {
|
20624
20624
|
opacity: 0;
|
20625
|
+
}.v-date-picker-years {
|
20626
|
+
height: 288px;
|
20627
|
+
overflow-y: scroll;
|
20628
|
+
}
|
20629
|
+
|
20630
|
+
.v-date-picker-years__content {
|
20631
|
+
display: grid;
|
20632
|
+
flex: 1 1;
|
20633
|
+
justify-content: space-around;
|
20634
|
+
grid-template-columns: repeat(3, 1fr);
|
20635
|
+
gap: 8px 24px;
|
20636
|
+
padding-inline: 32px;
|
20637
|
+
}
|
20638
|
+
.v-date-picker-years__content .v-btn {
|
20639
|
+
padding-inline: 8px;
|
20625
20640
|
}.v-date-picker-months {
|
20626
20641
|
height: 288px;
|
20627
20642
|
}
|
@@ -20641,21 +20656,6 @@ html.overflow-y-hidden {
|
|
20641
20656
|
text-transform: none;
|
20642
20657
|
padding-inline-start: 8px;
|
20643
20658
|
padding-inline-end: 8px;
|
20644
|
-
}.v-date-picker-years {
|
20645
|
-
height: 288px;
|
20646
|
-
overflow-y: scroll;
|
20647
|
-
}
|
20648
|
-
|
20649
|
-
.v-date-picker-years__content {
|
20650
|
-
display: grid;
|
20651
|
-
flex: 1 1;
|
20652
|
-
justify-content: space-around;
|
20653
|
-
grid-template-columns: repeat(3, 1fr);
|
20654
|
-
gap: 8px 24px;
|
20655
|
-
padding-inline: 32px;
|
20656
|
-
}
|
20657
|
-
.v-date-picker-years__content .v-btn {
|
20658
|
-
padding-inline: 8px;
|
20659
20659
|
}.v-dialog {
|
20660
20660
|
align-items: center;
|
20661
20661
|
justify-content: center;
|
@@ -22754,14 +22754,11 @@ textarea.v-field__input::placeholder {
|
|
22754
22754
|
|
22755
22755
|
.v-label--clickable {
|
22756
22756
|
cursor: pointer;
|
22757
|
-
}.v-
|
22758
|
-
|
22759
|
-
|
22760
|
-
|
22761
|
-
|
22762
|
-
.v-layout--full-height {
|
22763
|
-
--v-scrollbar-offset: inherit;
|
22764
|
-
height: 100%;
|
22757
|
+
}.v-item-group {
|
22758
|
+
flex: 0 1 auto;
|
22759
|
+
max-width: 100%;
|
22760
|
+
position: relative;
|
22761
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22765
22762
|
}.v-layout-item {
|
22766
22763
|
position: absolute;
|
22767
22764
|
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
@@ -22769,27 +22766,14 @@ textarea.v-field__input::placeholder {
|
|
22769
22766
|
|
22770
22767
|
.v-layout-item--absolute {
|
22771
22768
|
position: absolute;
|
22772
|
-
}.v-
|
22773
|
-
|
22774
|
-
}.v-menu > .v-overlay__content {
|
22769
|
+
}.v-layout {
|
22770
|
+
--v-scrollbar-offset: 0px;
|
22775
22771
|
display: flex;
|
22776
|
-
flex
|
22777
|
-
}
|
22778
|
-
.v-menu > .v-overlay__content {
|
22779
|
-
border-radius: 4px;
|
22772
|
+
flex: 1 1 auto;
|
22780
22773
|
}
|
22781
|
-
.v-
|
22782
|
-
|
22783
|
-
.v-menu > .v-overlay__content > .v-list {
|
22784
|
-
background: rgb(var(--v-theme-surface));
|
22785
|
-
border-radius: inherit;
|
22786
|
-
overflow: auto;
|
22774
|
+
.v-layout--full-height {
|
22775
|
+
--v-scrollbar-offset: inherit;
|
22787
22776
|
height: 100%;
|
22788
|
-
}
|
22789
|
-
.v-menu > .v-overlay__content > .v-card,
|
22790
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
22791
|
-
.v-menu > .v-overlay__content > .v-list {
|
22792
|
-
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
22793
22777
|
}.v-list {
|
22794
22778
|
overflow: auto;
|
22795
22779
|
padding: 8px 0;
|
@@ -23395,6 +23379,25 @@ textarea.v-field__input::placeholder {
|
|
23395
23379
|
--v-layout-right: 0px;
|
23396
23380
|
--v-layout-top: 0px;
|
23397
23381
|
--v-layout-bottom: 0px;
|
23382
|
+
}.v-menu > .v-overlay__content {
|
23383
|
+
display: flex;
|
23384
|
+
flex-direction: column;
|
23385
|
+
}
|
23386
|
+
.v-menu > .v-overlay__content {
|
23387
|
+
border-radius: 4px;
|
23388
|
+
}
|
23389
|
+
.v-menu > .v-overlay__content > .v-card,
|
23390
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
23391
|
+
.v-menu > .v-overlay__content > .v-list {
|
23392
|
+
background: rgb(var(--v-theme-surface));
|
23393
|
+
border-radius: inherit;
|
23394
|
+
overflow: auto;
|
23395
|
+
height: 100%;
|
23396
|
+
}
|
23397
|
+
.v-menu > .v-overlay__content > .v-card,
|
23398
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
23399
|
+
.v-menu > .v-overlay__content > .v-list {
|
23400
|
+
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
23398
23401
|
}.v-messages {
|
23399
23402
|
flex: 1 1 auto;
|
23400
23403
|
font-size: 12px;
|
@@ -23411,6 +23414,8 @@ textarea.v-field__input::placeholder {
|
|
23411
23414
|
-webkit-hyphens: auto;
|
23412
23415
|
hyphens: auto;
|
23413
23416
|
transition-duration: 150ms;
|
23417
|
+
}.v-locale-provider {
|
23418
|
+
display: contents;
|
23414
23419
|
}.v-navigation-drawer {
|
23415
23420
|
-webkit-overflow-scrolling: touch;
|
23416
23421
|
background: rgb(var(--v-theme-surface));
|
@@ -23519,27 +23524,90 @@ textarea.v-field__input::placeholder {
|
|
23519
23524
|
.v-navigation-drawer__append {
|
23520
23525
|
flex: none;
|
23521
23526
|
overflow: hidden;
|
23522
|
-
}.v-
|
23523
|
-
|
23524
|
-
|
23525
|
-
|
23526
|
-
|
23527
|
-
|
23527
|
+
}.v-overlay-container {
|
23528
|
+
contain: layout;
|
23529
|
+
left: 0;
|
23530
|
+
pointer-events: none;
|
23531
|
+
position: absolute;
|
23532
|
+
top: 0;
|
23533
|
+
display: contents;
|
23528
23534
|
}
|
23529
|
-
|
23530
|
-
|
23535
|
+
|
23536
|
+
.v-overlay-scroll-blocked {
|
23537
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
23531
23538
|
}
|
23532
|
-
.v-
|
23539
|
+
.v-overlay-scroll-blocked:not(html) {
|
23540
|
+
overflow-y: hidden !important;
|
23541
|
+
}
|
23542
|
+
html.v-overlay-scroll-blocked {
|
23543
|
+
position: fixed;
|
23544
|
+
top: var(--v-body-scroll-y);
|
23545
|
+
left: var(--v-body-scroll-x);
|
23546
|
+
width: 100%;
|
23533
23547
|
height: 100%;
|
23534
23548
|
}
|
23535
23549
|
|
23536
|
-
.v-
|
23537
|
-
|
23550
|
+
.v-overlay {
|
23551
|
+
border-radius: inherit;
|
23552
|
+
display: flex;
|
23553
|
+
left: 0;
|
23554
|
+
pointer-events: none;
|
23555
|
+
position: fixed;
|
23556
|
+
top: 0;
|
23557
|
+
bottom: 0;
|
23558
|
+
right: 0;
|
23538
23559
|
}
|
23539
23560
|
|
23540
|
-
.v-
|
23541
|
-
|
23542
|
-
|
23561
|
+
.v-overlay__content {
|
23562
|
+
outline: none;
|
23563
|
+
position: absolute;
|
23564
|
+
pointer-events: auto;
|
23565
|
+
contain: layout;
|
23566
|
+
}
|
23567
|
+
|
23568
|
+
.v-overlay__scrim {
|
23569
|
+
pointer-events: auto;
|
23570
|
+
background: rgb(var(--v-theme-on-surface));
|
23571
|
+
border-radius: inherit;
|
23572
|
+
bottom: 0;
|
23573
|
+
left: 0;
|
23574
|
+
opacity: var(--v-overlay-opacity, 0.32);
|
23575
|
+
position: fixed;
|
23576
|
+
right: 0;
|
23577
|
+
top: 0;
|
23578
|
+
}
|
23579
|
+
|
23580
|
+
.v-overlay--absolute {
|
23581
|
+
position: absolute;
|
23582
|
+
}
|
23583
|
+
|
23584
|
+
.v-overlay--contained .v-overlay__scrim {
|
23585
|
+
position: absolute;
|
23586
|
+
}
|
23587
|
+
|
23588
|
+
.v-overlay--scroll-blocked {
|
23589
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
23590
|
+
}.v-otp-input {
|
23591
|
+
align-items: center;
|
23592
|
+
display: flex;
|
23593
|
+
justify-content: center;
|
23594
|
+
padding: 0.5rem 0;
|
23595
|
+
position: relative;
|
23596
|
+
}
|
23597
|
+
.v-otp-input {
|
23598
|
+
border-radius: 4px;
|
23599
|
+
}
|
23600
|
+
.v-otp-input .v-field {
|
23601
|
+
height: 100%;
|
23602
|
+
}
|
23603
|
+
|
23604
|
+
.v-otp-input__divider {
|
23605
|
+
margin: 0 8px;
|
23606
|
+
}
|
23607
|
+
|
23608
|
+
.v-otp-input__content {
|
23609
|
+
align-items: center;
|
23610
|
+
display: flex;
|
23543
23611
|
gap: 0.5rem;
|
23544
23612
|
height: 64px;
|
23545
23613
|
padding: 0.5rem;
|
@@ -23577,75 +23645,6 @@ textarea.v-field__input::placeholder {
|
|
23577
23645
|
}
|
23578
23646
|
.v-otp-input__loader .v-progress-linear {
|
23579
23647
|
position: absolute;
|
23580
|
-
}.v-parallax {
|
23581
|
-
position: relative;
|
23582
|
-
overflow: hidden;
|
23583
|
-
}
|
23584
|
-
.v-parallax--active > .v-img__img {
|
23585
|
-
will-change: transform;
|
23586
|
-
}.v-overlay-container {
|
23587
|
-
contain: layout;
|
23588
|
-
left: 0;
|
23589
|
-
pointer-events: none;
|
23590
|
-
position: absolute;
|
23591
|
-
top: 0;
|
23592
|
-
display: contents;
|
23593
|
-
}
|
23594
|
-
|
23595
|
-
.v-overlay-scroll-blocked {
|
23596
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
23597
|
-
}
|
23598
|
-
.v-overlay-scroll-blocked:not(html) {
|
23599
|
-
overflow-y: hidden !important;
|
23600
|
-
}
|
23601
|
-
html.v-overlay-scroll-blocked {
|
23602
|
-
position: fixed;
|
23603
|
-
top: var(--v-body-scroll-y);
|
23604
|
-
left: var(--v-body-scroll-x);
|
23605
|
-
width: 100%;
|
23606
|
-
height: 100%;
|
23607
|
-
}
|
23608
|
-
|
23609
|
-
.v-overlay {
|
23610
|
-
border-radius: inherit;
|
23611
|
-
display: flex;
|
23612
|
-
left: 0;
|
23613
|
-
pointer-events: none;
|
23614
|
-
position: fixed;
|
23615
|
-
top: 0;
|
23616
|
-
bottom: 0;
|
23617
|
-
right: 0;
|
23618
|
-
}
|
23619
|
-
|
23620
|
-
.v-overlay__content {
|
23621
|
-
outline: none;
|
23622
|
-
position: absolute;
|
23623
|
-
pointer-events: auto;
|
23624
|
-
contain: layout;
|
23625
|
-
}
|
23626
|
-
|
23627
|
-
.v-overlay__scrim {
|
23628
|
-
pointer-events: auto;
|
23629
|
-
background: rgb(var(--v-theme-on-surface));
|
23630
|
-
border-radius: inherit;
|
23631
|
-
bottom: 0;
|
23632
|
-
left: 0;
|
23633
|
-
opacity: var(--v-overlay-opacity, 0.32);
|
23634
|
-
position: fixed;
|
23635
|
-
right: 0;
|
23636
|
-
top: 0;
|
23637
|
-
}
|
23638
|
-
|
23639
|
-
.v-overlay--absolute {
|
23640
|
-
position: absolute;
|
23641
|
-
}
|
23642
|
-
|
23643
|
-
.v-overlay--contained .v-overlay__scrim {
|
23644
|
-
position: absolute;
|
23645
|
-
}
|
23646
|
-
|
23647
|
-
.v-overlay--scroll-blocked {
|
23648
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
23649
23648
|
}.v-pagination__list {
|
23650
23649
|
display: inline-flex;
|
23651
23650
|
list-style-type: none;
|
@@ -23756,6 +23755,12 @@ html.v-overlay-scroll-blocked {
|
|
23756
23755
|
100% {
|
23757
23756
|
transform: rotate(270deg);
|
23758
23757
|
}
|
23758
|
+
}.v-parallax {
|
23759
|
+
position: relative;
|
23760
|
+
overflow: hidden;
|
23761
|
+
}
|
23762
|
+
.v-parallax--active > .v-img__img {
|
23763
|
+
will-change: transform;
|
23759
23764
|
}.v-progress-linear {
|
23760
23765
|
background: transparent;
|
23761
23766
|
overflow: hidden;
|
@@ -24106,6 +24111,32 @@ html.v-overlay-scroll-blocked {
|
|
24106
24111
|
opacity: 0;
|
24107
24112
|
position: absolute;
|
24108
24113
|
width: 0;
|
24114
|
+
}.v-responsive {
|
24115
|
+
display: flex;
|
24116
|
+
flex: 1 0 auto;
|
24117
|
+
max-height: 100%;
|
24118
|
+
max-width: 100%;
|
24119
|
+
overflow: hidden;
|
24120
|
+
position: relative;
|
24121
|
+
}
|
24122
|
+
.v-responsive--inline {
|
24123
|
+
display: inline-flex;
|
24124
|
+
flex: 0 0 auto;
|
24125
|
+
}
|
24126
|
+
|
24127
|
+
.v-responsive__content {
|
24128
|
+
flex: 1 0 0px;
|
24129
|
+
max-width: 100%;
|
24130
|
+
}
|
24131
|
+
|
24132
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
24133
|
+
margin-inline-start: -100%;
|
24134
|
+
}
|
24135
|
+
|
24136
|
+
.v-responsive__sizer {
|
24137
|
+
flex: 1 0 0px;
|
24138
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24139
|
+
pointer-events: none;
|
24109
24140
|
}.v-select .v-field .v-text-field__prefix,
|
24110
24141
|
.v-select .v-field .v-text-field__suffix,
|
24111
24142
|
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
@@ -24158,32 +24189,50 @@ html.v-overlay-scroll-blocked {
|
|
24158
24189
|
.v-select--active-menu .v-select__menu-icon {
|
24159
24190
|
opacity: var(--v-high-emphasis-opacity);
|
24160
24191
|
transform: rotate(180deg);
|
24161
|
-
}.v-
|
24192
|
+
}.v-selection-control-group {
|
24193
|
+
grid-area: control;
|
24162
24194
|
display: flex;
|
24163
|
-
flex:
|
24164
|
-
|
24165
|
-
|
24166
|
-
|
24195
|
+
flex-direction: column;
|
24196
|
+
}
|
24197
|
+
.v-selection-control-group--inline {
|
24198
|
+
flex-direction: row;
|
24199
|
+
flex-wrap: wrap;
|
24200
|
+
}.v-sheet {
|
24201
|
+
display: block;
|
24202
|
+
}
|
24203
|
+
.v-sheet {
|
24204
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24205
|
+
border-style: solid;
|
24206
|
+
border-width: 0;
|
24207
|
+
}
|
24208
|
+
.v-sheet--border {
|
24209
|
+
border-width: thin;
|
24210
|
+
box-shadow: none;
|
24211
|
+
}
|
24212
|
+
.v-sheet {
|
24213
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24214
|
+
}
|
24215
|
+
.v-sheet--absolute {
|
24216
|
+
position: absolute;
|
24217
|
+
}
|
24218
|
+
.v-sheet--fixed {
|
24219
|
+
position: fixed;
|
24220
|
+
}
|
24221
|
+
.v-sheet--relative {
|
24167
24222
|
position: relative;
|
24168
24223
|
}
|
24169
|
-
.v-
|
24170
|
-
|
24171
|
-
flex: 0 0 auto;
|
24224
|
+
.v-sheet--sticky {
|
24225
|
+
position: sticky;
|
24172
24226
|
}
|
24173
|
-
|
24174
|
-
|
24175
|
-
flex: 1 0 0px;
|
24176
|
-
max-width: 100%;
|
24227
|
+
.v-sheet {
|
24228
|
+
border-radius: 0;
|
24177
24229
|
}
|
24178
|
-
|
24179
|
-
|
24180
|
-
|
24230
|
+
.v-sheet {
|
24231
|
+
background: rgb(var(--v-theme-surface));
|
24232
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
24181
24233
|
}
|
24182
|
-
|
24183
|
-
|
24184
|
-
flex: 1 0 0px;
|
24185
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24186
|
-
pointer-events: none;
|
24234
|
+
.v-sheet--rounded {
|
24235
|
+
border-radius: 4px;
|
24187
24236
|
}.v-selection-control {
|
24188
24237
|
align-items: center;
|
24189
24238
|
contain: layout;
|
@@ -24287,14 +24336,6 @@ html.v-overlay-scroll-blocked {
|
|
24287
24336
|
}
|
24288
24337
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
24289
24338
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
24290
|
-
}.v-selection-control-group {
|
24291
|
-
grid-area: control;
|
24292
|
-
display: flex;
|
24293
|
-
flex-direction: column;
|
24294
|
-
}
|
24295
|
-
.v-selection-control-group--inline {
|
24296
|
-
flex-direction: row;
|
24297
|
-
flex-wrap: wrap;
|
24298
24339
|
}.v-skeleton-loader {
|
24299
24340
|
align-items: center;
|
24300
24341
|
background: rgb(var(--v-theme-surface));
|
@@ -24520,125 +24561,34 @@ html.v-overlay-scroll-blocked {
|
|
24520
24561
|
100% {
|
24521
24562
|
transform: translateX(100%);
|
24522
24563
|
}
|
24523
|
-
}.v-
|
24524
|
-
|
24564
|
+
}.v-snackbar {
|
24565
|
+
justify-content: center;
|
24566
|
+
z-index: 10000;
|
24567
|
+
margin: 8px;
|
24568
|
+
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
24569
|
+
padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
|
24525
24570
|
}
|
24526
|
-
.v-
|
24527
|
-
|
24528
|
-
border-style: solid;
|
24529
|
-
border-width: 0;
|
24571
|
+
.v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
|
24572
|
+
align-items: flex-end;
|
24530
24573
|
}
|
24531
|
-
.v-
|
24532
|
-
|
24533
|
-
|
24574
|
+
.v-snackbar__wrapper {
|
24575
|
+
align-items: center;
|
24576
|
+
display: flex;
|
24577
|
+
max-width: 672px;
|
24578
|
+
min-height: 48px;
|
24579
|
+
min-width: 344px;
|
24580
|
+
overflow: hidden;
|
24581
|
+
padding: 0;
|
24534
24582
|
}
|
24535
|
-
.v-
|
24536
|
-
|
24583
|
+
.v-snackbar__wrapper {
|
24584
|
+
border-radius: 4px;
|
24537
24585
|
}
|
24538
|
-
.v-
|
24539
|
-
|
24586
|
+
.v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
|
24587
|
+
background: transparent;
|
24588
|
+
color: inherit;
|
24540
24589
|
}
|
24541
|
-
.v-
|
24542
|
-
|
24543
|
-
}
|
24544
|
-
.v-sheet--relative {
|
24545
|
-
position: relative;
|
24546
|
-
}
|
24547
|
-
.v-sheet--sticky {
|
24548
|
-
position: sticky;
|
24549
|
-
}
|
24550
|
-
.v-sheet {
|
24551
|
-
border-radius: 0;
|
24552
|
-
}
|
24553
|
-
.v-sheet {
|
24554
|
-
background: rgb(var(--v-theme-surface));
|
24555
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
24556
|
-
}
|
24557
|
-
.v-sheet--rounded {
|
24558
|
-
border-radius: 4px;
|
24559
|
-
}.v-slide-group {
|
24560
|
-
display: flex;
|
24561
|
-
overflow: hidden;
|
24562
|
-
}
|
24563
|
-
|
24564
|
-
.v-slide-group__next,
|
24565
|
-
.v-slide-group__prev {
|
24566
|
-
align-items: center;
|
24567
|
-
display: flex;
|
24568
|
-
flex: 0 1 52px;
|
24569
|
-
justify-content: center;
|
24570
|
-
min-width: 52px;
|
24571
|
-
cursor: pointer;
|
24572
|
-
}
|
24573
|
-
.v-slide-group__next--disabled,
|
24574
|
-
.v-slide-group__prev--disabled {
|
24575
|
-
pointer-events: none;
|
24576
|
-
opacity: var(--v-disabled-opacity);
|
24577
|
-
}
|
24578
|
-
|
24579
|
-
.v-slide-group__content {
|
24580
|
-
display: flex;
|
24581
|
-
flex: 1 0 auto;
|
24582
|
-
position: relative;
|
24583
|
-
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
24584
|
-
white-space: nowrap;
|
24585
|
-
}
|
24586
|
-
.v-slide-group__content > * {
|
24587
|
-
white-space: initial;
|
24588
|
-
}
|
24589
|
-
|
24590
|
-
.v-slide-group__container {
|
24591
|
-
contain: content;
|
24592
|
-
display: flex;
|
24593
|
-
flex: 1 1 auto;
|
24594
|
-
overflow-x: auto;
|
24595
|
-
overflow-y: hidden;
|
24596
|
-
scrollbar-width: none;
|
24597
|
-
scrollbar-color: rgba(0, 0, 0, 0);
|
24598
|
-
}
|
24599
|
-
.v-slide-group__container::-webkit-scrollbar {
|
24600
|
-
display: none;
|
24601
|
-
}
|
24602
|
-
|
24603
|
-
.v-slide-group--vertical {
|
24604
|
-
max-height: inherit;
|
24605
|
-
}
|
24606
|
-
.v-slide-group--vertical,
|
24607
|
-
.v-slide-group--vertical .v-slide-group__container,
|
24608
|
-
.v-slide-group--vertical .v-slide-group__content {
|
24609
|
-
flex-direction: column;
|
24610
|
-
}
|
24611
|
-
.v-slide-group--vertical .v-slide-group__container {
|
24612
|
-
overflow-x: hidden;
|
24613
|
-
overflow-y: auto;
|
24614
|
-
}.v-snackbar {
|
24615
|
-
justify-content: center;
|
24616
|
-
z-index: 10000;
|
24617
|
-
margin: 8px;
|
24618
|
-
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
24619
|
-
padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
|
24620
|
-
}
|
24621
|
-
.v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
|
24622
|
-
align-items: flex-end;
|
24623
|
-
}
|
24624
|
-
.v-snackbar__wrapper {
|
24625
|
-
align-items: center;
|
24626
|
-
display: flex;
|
24627
|
-
max-width: 672px;
|
24628
|
-
min-height: 48px;
|
24629
|
-
min-width: 344px;
|
24630
|
-
overflow: hidden;
|
24631
|
-
padding: 0;
|
24632
|
-
}
|
24633
|
-
.v-snackbar__wrapper {
|
24634
|
-
border-radius: 4px;
|
24635
|
-
}
|
24636
|
-
.v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
|
24637
|
-
background: transparent;
|
24638
|
-
color: inherit;
|
24639
|
-
}
|
24640
|
-
.v-snackbar--variant-plain {
|
24641
|
-
opacity: 0.62;
|
24590
|
+
.v-snackbar--variant-plain {
|
24591
|
+
opacity: 0.62;
|
24642
24592
|
}
|
24643
24593
|
.v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
|
24644
24594
|
opacity: 1;
|
@@ -24751,229 +24701,61 @@ html.v-overlay-scroll-blocked {
|
|
24751
24701
|
}
|
24752
24702
|
.v-snackbar-transition-leave-to {
|
24753
24703
|
opacity: 0;
|
24754
|
-
}.v-
|
24755
|
-
gap: 8px;
|
24756
|
-
}
|
24757
|
-
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
|
24758
|
-
flex-direction: row;
|
24759
|
-
}
|
24760
|
-
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
|
24761
|
-
flex-direction: row-reverse;
|
24762
|
-
}
|
24763
|
-
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
|
24764
|
-
flex-direction: column-reverse;
|
24765
|
-
}
|
24766
|
-
.v-speed-dial__content > *:nth-child(1) {
|
24767
|
-
transition-delay: 0s;
|
24768
|
-
}
|
24769
|
-
.v-speed-dial__content > *:nth-child(2) {
|
24770
|
-
transition-delay: 0.05s;
|
24771
|
-
}
|
24772
|
-
.v-speed-dial__content > *:nth-child(3) {
|
24773
|
-
transition-delay: 0.1s;
|
24774
|
-
}
|
24775
|
-
.v-speed-dial__content > *:nth-child(4) {
|
24776
|
-
transition-delay: 0.15s;
|
24777
|
-
}
|
24778
|
-
.v-speed-dial__content > *:nth-child(5) {
|
24779
|
-
transition-delay: 0.2s;
|
24780
|
-
}
|
24781
|
-
.v-speed-dial__content > *:nth-child(6) {
|
24782
|
-
transition-delay: 0.25s;
|
24783
|
-
}
|
24784
|
-
.v-speed-dial__content > *:nth-child(7) {
|
24785
|
-
transition-delay: 0.3s;
|
24786
|
-
}
|
24787
|
-
.v-speed-dial__content > *:nth-child(8) {
|
24788
|
-
transition-delay: 0.35s;
|
24789
|
-
}
|
24790
|
-
.v-speed-dial__content > *:nth-child(9) {
|
24791
|
-
transition-delay: 0.4s;
|
24792
|
-
}
|
24793
|
-
.v-speed-dial__content > *:nth-child(10) {
|
24794
|
-
transition-delay: 0.45s;
|
24795
|
-
}.v-switch .v-label {
|
24796
|
-
padding-inline-start: 10px;
|
24797
|
-
}
|
24798
|
-
|
24799
|
-
.v-switch__loader {
|
24704
|
+
}.v-slide-group {
|
24800
24705
|
display: flex;
|
24801
|
-
|
24802
|
-
.v-switch__loader .v-progress-circular {
|
24803
|
-
color: rgb(var(--v-theme-surface));
|
24804
|
-
}
|
24805
|
-
|
24806
|
-
.v-switch__track,
|
24807
|
-
.v-switch__thumb {
|
24808
|
-
transition: none;
|
24809
|
-
}
|
24810
|
-
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
24811
|
-
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
24812
|
-
background-color: rgb(var(--v-theme-error));
|
24813
|
-
color: rgb(var(--v-theme-on-error));
|
24814
|
-
}
|
24815
|
-
|
24816
|
-
.v-switch__track-true {
|
24817
|
-
margin-inline-end: auto;
|
24818
|
-
}
|
24819
|
-
.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
|
24820
|
-
opacity: 0;
|
24821
|
-
}
|
24822
|
-
|
24823
|
-
.v-switch__track-false {
|
24824
|
-
margin-inline-start: auto;
|
24825
|
-
}
|
24826
|
-
.v-selection-control--dirty .v-switch__track-false {
|
24827
|
-
opacity: 0;
|
24706
|
+
overflow: hidden;
|
24828
24707
|
}
|
24829
24708
|
|
24830
|
-
.v-
|
24831
|
-
|
24709
|
+
.v-slide-group__next,
|
24710
|
+
.v-slide-group__prev {
|
24832
24711
|
align-items: center;
|
24833
|
-
|
24834
|
-
|
24835
|
-
|
24836
|
-
|
24837
|
-
height: 14px;
|
24838
|
-
opacity: 0.6;
|
24839
|
-
min-width: 36px;
|
24712
|
+
display: flex;
|
24713
|
+
flex: 0 1 52px;
|
24714
|
+
justify-content: center;
|
24715
|
+
min-width: 52px;
|
24840
24716
|
cursor: pointer;
|
24841
|
-
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
24842
24717
|
}
|
24843
|
-
.v-
|
24844
|
-
|
24845
|
-
|
24846
|
-
|
24847
|
-
min-width: 52px;
|
24718
|
+
.v-slide-group__next--disabled,
|
24719
|
+
.v-slide-group__prev--disabled {
|
24720
|
+
pointer-events: none;
|
24721
|
+
opacity: var(--v-disabled-opacity);
|
24848
24722
|
}
|
24849
24723
|
|
24850
|
-
.v-
|
24851
|
-
align-items: center;
|
24852
|
-
background-color: rgb(var(--v-theme-surface-bright));
|
24853
|
-
color: rgb(var(--v-theme-on-surface-bright));
|
24854
|
-
border-radius: 50%;
|
24724
|
+
.v-slide-group__content {
|
24855
24725
|
display: flex;
|
24856
|
-
|
24857
|
-
height: 20px;
|
24858
|
-
justify-content: center;
|
24859
|
-
width: 20px;
|
24860
|
-
pointer-events: none;
|
24861
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
24726
|
+
flex: 1 0 auto;
|
24862
24727
|
position: relative;
|
24863
|
-
|
24864
|
-
|
24865
|
-
.v-switch:not(.v-switch--inset) .v-switch__thumb {
|
24866
|
-
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-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24867
|
-
}
|
24868
|
-
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
24869
|
-
background: rgb(var(--v-theme-surface-variant));
|
24870
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
24871
|
-
}
|
24872
|
-
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
24873
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24874
|
-
}
|
24875
|
-
.v-switch--inset .v-switch__thumb {
|
24876
|
-
height: 24px;
|
24877
|
-
width: 24px;
|
24878
|
-
transform: scale(0.6666666667);
|
24879
|
-
}
|
24880
|
-
.v-switch--inset .v-switch__thumb--filled {
|
24881
|
-
transform: none;
|
24882
|
-
}
|
24883
|
-
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
24884
|
-
transform: none;
|
24885
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
24886
|
-
}
|
24887
|
-
|
24888
|
-
.v-switch.v-input {
|
24889
|
-
flex: 0 1 auto;
|
24890
|
-
}
|
24891
|
-
.v-switch .v-selection-control {
|
24892
|
-
min-height: var(--v-input-control-height);
|
24893
|
-
}
|
24894
|
-
.v-switch .v-selection-control__input {
|
24895
|
-
border-radius: 50%;
|
24896
|
-
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
24897
|
-
position: absolute;
|
24898
|
-
}
|
24899
|
-
.v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
|
24900
|
-
transform: translateX(-10px);
|
24728
|
+
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
24729
|
+
white-space: nowrap;
|
24901
24730
|
}
|
24902
|
-
|
24903
|
-
|
24904
|
-
transform: translateX(10px);
|
24731
|
+
.v-slide-group__content > * {
|
24732
|
+
white-space: initial;
|
24905
24733
|
}
|
24906
24734
|
|
24907
|
-
.v-
|
24908
|
-
|
24909
|
-
|
24910
|
-
|
24911
|
-
|
24735
|
+
.v-slide-group__container {
|
24736
|
+
contain: content;
|
24737
|
+
display: flex;
|
24738
|
+
flex: 1 1 auto;
|
24739
|
+
overflow-x: auto;
|
24740
|
+
overflow-y: hidden;
|
24741
|
+
scrollbar-width: none;
|
24742
|
+
scrollbar-color: rgba(0, 0, 0, 0);
|
24912
24743
|
}
|
24913
|
-
|
24914
|
-
|
24915
|
-
transform: translateX(-10px);
|
24744
|
+
.v-slide-group__container::-webkit-scrollbar {
|
24745
|
+
display: none;
|
24916
24746
|
}
|
24917
24747
|
|
24918
|
-
.v-
|
24919
|
-
|
24920
|
-
}
|
24921
|
-
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
24922
|
-
transform: scale(0.75);
|
24923
|
-
box-shadow: none;
|
24924
|
-
}
|
24925
|
-
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
24926
|
-
width: auto;
|
24927
|
-
}
|
24928
|
-
.v-switch.v-input--vertical .v-label {
|
24929
|
-
min-width: max-content;
|
24748
|
+
.v-slide-group--vertical {
|
24749
|
+
max-height: inherit;
|
24930
24750
|
}
|
24931
|
-
.v-
|
24932
|
-
|
24751
|
+
.v-slide-group--vertical,
|
24752
|
+
.v-slide-group--vertical .v-slide-group__container,
|
24753
|
+
.v-slide-group--vertical .v-slide-group__content {
|
24754
|
+
flex-direction: column;
|
24933
24755
|
}
|
24934
|
-
|
24935
|
-
|
24936
|
-
|
24937
|
-
color: currentColor;
|
24938
|
-
}
|
24939
|
-
.v-switch .v-switch__thumb {
|
24940
|
-
background-color: buttontext;
|
24941
|
-
}
|
24942
|
-
.v-switch .v-switch__track,
|
24943
|
-
.v-switch .v-switch__thumb {
|
24944
|
-
border: 1px solid;
|
24945
|
-
color: buttontext;
|
24946
|
-
}
|
24947
|
-
.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
24948
|
-
background-color: highlight;
|
24949
|
-
}
|
24950
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
|
24951
|
-
background-color: highlight;
|
24952
|
-
}
|
24953
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
|
24954
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
24955
|
-
color: highlight;
|
24956
|
-
}
|
24957
|
-
.v-switch.v-switch--inset .v-switch__track {
|
24958
|
-
border-width: 2px;
|
24959
|
-
}
|
24960
|
-
.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
24961
|
-
background-color: highlighttext;
|
24962
|
-
color: highlighttext;
|
24963
|
-
}
|
24964
|
-
.v-switch.v-input--disabled .v-switch__thumb {
|
24965
|
-
background-color: graytext;
|
24966
|
-
}
|
24967
|
-
.v-switch.v-input--disabled .v-switch__track,
|
24968
|
-
.v-switch.v-input--disabled .v-switch__thumb {
|
24969
|
-
color: graytext;
|
24970
|
-
}
|
24971
|
-
.v-switch.v-switch--loading .v-switch__thumb {
|
24972
|
-
background-color: canvas;
|
24973
|
-
}
|
24974
|
-
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
24975
|
-
border-width: 0;
|
24976
|
-
}
|
24756
|
+
.v-slide-group--vertical .v-slide-group__container {
|
24757
|
+
overflow-x: hidden;
|
24758
|
+
overflow-y: auto;
|
24977
24759
|
}.v-stepper.v-sheet {
|
24978
24760
|
overflow: hidden;
|
24979
24761
|
}
|
@@ -25046,152 +24828,332 @@ html.v-overlay-scroll-blocked {
|
|
25046
24828
|
.v-stepper-item:hover > .v-stepper-item__overlay {
|
25047
24829
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
25048
24830
|
}
|
25049
|
-
.v-stepper-item:focus-visible > .v-stepper-item__overlay {
|
25050
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
24831
|
+
.v-stepper-item:focus-visible > .v-stepper-item__overlay {
|
24832
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
24833
|
+
}
|
24834
|
+
@supports not selector(:focus-visible) {
|
24835
|
+
.v-stepper-item:focus > .v-stepper-item__overlay {
|
24836
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
24837
|
+
}
|
24838
|
+
}
|
24839
|
+
.v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
|
24840
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
24841
|
+
}
|
24842
|
+
.v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
|
24843
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
24844
|
+
}
|
24845
|
+
.v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
|
24846
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
24847
|
+
}
|
24848
|
+
@supports not selector(:focus-visible) {
|
24849
|
+
.v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
|
24850
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
24851
|
+
}
|
24852
|
+
}
|
24853
|
+
.v-stepper--non-linear .v-stepper-item {
|
24854
|
+
opacity: var(--v-high-emphasis-opacity);
|
24855
|
+
}
|
24856
|
+
.v-stepper-item--selected {
|
24857
|
+
opacity: 1;
|
24858
|
+
}
|
24859
|
+
.v-stepper-item--error {
|
24860
|
+
color: rgb(var(--v-theme-error));
|
24861
|
+
}
|
24862
|
+
.v-stepper-item--disabled {
|
24863
|
+
opacity: var(--v-medium-emphasis-opacity);
|
24864
|
+
pointer-events: none;
|
24865
|
+
}
|
24866
|
+
.v-stepper--alt-labels .v-stepper-item {
|
24867
|
+
flex-direction: column;
|
24868
|
+
justify-content: flex-start;
|
24869
|
+
align-items: center;
|
24870
|
+
flex-basis: 175px;
|
24871
|
+
}
|
24872
|
+
|
24873
|
+
.v-stepper-item__avatar.v-avatar {
|
24874
|
+
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
24875
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
24876
|
+
font-size: 0.75rem;
|
24877
|
+
margin-inline-end: 8px;
|
24878
|
+
}
|
24879
|
+
.v-stepper--mobile .v-stepper-item__avatar.v-avatar {
|
24880
|
+
margin-inline-end: 0;
|
24881
|
+
}
|
24882
|
+
.v-stepper-item__avatar.v-avatar .v-icon {
|
24883
|
+
font-size: 0.875rem;
|
24884
|
+
}
|
24885
|
+
.v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
|
24886
|
+
background: rgb(var(--v-theme-surface-variant));
|
24887
|
+
}
|
24888
|
+
.v-stepper-item--error .v-stepper-item__avatar.v-avatar {
|
24889
|
+
background: rgb(var(--v-theme-error));
|
24890
|
+
}
|
24891
|
+
.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
|
24892
|
+
margin-bottom: 16px;
|
24893
|
+
margin-inline-end: 0;
|
24894
|
+
}
|
24895
|
+
|
24896
|
+
.v-stepper-item__title {
|
24897
|
+
line-height: 1;
|
24898
|
+
}
|
24899
|
+
.v-stepper--mobile .v-stepper-item__title {
|
24900
|
+
display: none;
|
24901
|
+
}
|
24902
|
+
|
24903
|
+
.v-stepper-item__subtitle {
|
24904
|
+
font-size: 0.75rem;
|
24905
|
+
text-align: left;
|
24906
|
+
line-height: 1;
|
24907
|
+
opacity: var(--v-medium-emphasis-opacity);
|
24908
|
+
}
|
24909
|
+
.v-stepper--alt-labels .v-stepper-item__subtitle {
|
24910
|
+
text-align: center;
|
24911
|
+
}
|
24912
|
+
.v-stepper--mobile .v-stepper-item__subtitle {
|
24913
|
+
display: none;
|
24914
|
+
}
|
24915
|
+
|
24916
|
+
.v-stepper-item__overlay {
|
24917
|
+
background-color: currentColor;
|
24918
|
+
border-radius: inherit;
|
24919
|
+
opacity: 0;
|
24920
|
+
transition: opacity 0.2s ease-in-out;
|
24921
|
+
}
|
24922
|
+
|
24923
|
+
.v-stepper-item__overlay,
|
24924
|
+
.v-stepper-item__underlay {
|
24925
|
+
pointer-events: none;
|
24926
|
+
}
|
24927
|
+
.v-stepper-item__overlay,
|
24928
|
+
.v-stepper-item__underlay {
|
24929
|
+
position: absolute;
|
24930
|
+
top: 0;
|
24931
|
+
left: 0;
|
24932
|
+
width: 100%;
|
24933
|
+
height: 100%;
|
24934
|
+
}.v-switch .v-label {
|
24935
|
+
padding-inline-start: 10px;
|
24936
|
+
}
|
24937
|
+
|
24938
|
+
.v-switch__loader {
|
24939
|
+
display: flex;
|
24940
|
+
}
|
24941
|
+
.v-switch__loader .v-progress-circular {
|
24942
|
+
color: rgb(var(--v-theme-surface));
|
24943
|
+
}
|
24944
|
+
|
24945
|
+
.v-switch__track,
|
24946
|
+
.v-switch__thumb {
|
24947
|
+
transition: none;
|
24948
|
+
}
|
24949
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
24950
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
24951
|
+
background-color: rgb(var(--v-theme-error));
|
24952
|
+
color: rgb(var(--v-theme-on-error));
|
24953
|
+
}
|
24954
|
+
|
24955
|
+
.v-switch__track-true {
|
24956
|
+
margin-inline-end: auto;
|
24957
|
+
}
|
24958
|
+
.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
|
24959
|
+
opacity: 0;
|
24960
|
+
}
|
24961
|
+
|
24962
|
+
.v-switch__track-false {
|
24963
|
+
margin-inline-start: auto;
|
24964
|
+
}
|
24965
|
+
.v-selection-control--dirty .v-switch__track-false {
|
24966
|
+
opacity: 0;
|
24967
|
+
}
|
24968
|
+
|
24969
|
+
.v-switch__track {
|
24970
|
+
display: inline-flex;
|
24971
|
+
align-items: center;
|
24972
|
+
font-size: 0.5rem;
|
24973
|
+
padding: 0 5px;
|
24974
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
24975
|
+
border-radius: 9999px;
|
24976
|
+
height: 14px;
|
24977
|
+
opacity: 0.6;
|
24978
|
+
min-width: 36px;
|
24979
|
+
cursor: pointer;
|
24980
|
+
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
24981
|
+
}
|
24982
|
+
.v-switch--inset .v-switch__track {
|
24983
|
+
border-radius: 9999px;
|
24984
|
+
font-size: 0.75rem;
|
24985
|
+
height: 32px;
|
24986
|
+
min-width: 52px;
|
24987
|
+
}
|
24988
|
+
|
24989
|
+
.v-switch__thumb {
|
24990
|
+
align-items: center;
|
24991
|
+
background-color: rgb(var(--v-theme-surface-bright));
|
24992
|
+
color: rgb(var(--v-theme-on-surface-bright));
|
24993
|
+
border-radius: 50%;
|
24994
|
+
display: flex;
|
24995
|
+
font-size: 0.75rem;
|
24996
|
+
height: 20px;
|
24997
|
+
justify-content: center;
|
24998
|
+
width: 20px;
|
24999
|
+
pointer-events: none;
|
25000
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
25001
|
+
position: relative;
|
25002
|
+
overflow: hidden;
|
25003
|
+
}
|
25004
|
+
.v-switch:not(.v-switch--inset) .v-switch__thumb {
|
25005
|
+
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-ambient-opacity, rgba(0, 0, 0, 0.12));
|
25051
25006
|
}
|
25052
|
-
|
25053
|
-
|
25054
|
-
|
25055
|
-
}
|
25007
|
+
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
25008
|
+
background: rgb(var(--v-theme-surface-variant));
|
25009
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
25056
25010
|
}
|
25057
|
-
.v-
|
25058
|
-
|
25011
|
+
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
25012
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
25059
25013
|
}
|
25060
|
-
.v-
|
25061
|
-
|
25014
|
+
.v-switch--inset .v-switch__thumb {
|
25015
|
+
height: 24px;
|
25016
|
+
width: 24px;
|
25017
|
+
transform: scale(0.6666666667);
|
25062
25018
|
}
|
25063
|
-
.v-
|
25064
|
-
|
25019
|
+
.v-switch--inset .v-switch__thumb--filled {
|
25020
|
+
transform: none;
|
25065
25021
|
}
|
25066
|
-
|
25067
|
-
|
25068
|
-
|
25069
|
-
}
|
25022
|
+
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
25023
|
+
transform: none;
|
25024
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
25070
25025
|
}
|
25071
|
-
|
25072
|
-
|
25026
|
+
|
25027
|
+
.v-switch.v-input {
|
25028
|
+
flex: 0 1 auto;
|
25073
25029
|
}
|
25074
|
-
.v-
|
25075
|
-
|
25030
|
+
.v-switch .v-selection-control {
|
25031
|
+
min-height: var(--v-input-control-height);
|
25076
25032
|
}
|
25077
|
-
.v-
|
25078
|
-
|
25033
|
+
.v-switch .v-selection-control__input {
|
25034
|
+
border-radius: 50%;
|
25035
|
+
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
25036
|
+
position: absolute;
|
25079
25037
|
}
|
25080
|
-
.v-
|
25081
|
-
|
25082
|
-
pointer-events: none;
|
25038
|
+
.v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
|
25039
|
+
transform: translateX(-10px);
|
25083
25040
|
}
|
25084
|
-
|
25085
|
-
|
25086
|
-
|
25087
|
-
align-items: center;
|
25088
|
-
flex-basis: 175px;
|
25041
|
+
|
25042
|
+
.v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
|
25043
|
+
transform: translateX(10px);
|
25089
25044
|
}
|
25090
25045
|
|
25091
|
-
.v-
|
25092
|
-
|
25093
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
25094
|
-
font-size: 0.75rem;
|
25095
|
-
margin-inline-end: 8px;
|
25046
|
+
.v-switch .v-selection-control__input .v-icon {
|
25047
|
+
position: absolute;
|
25096
25048
|
}
|
25097
|
-
.v-
|
25098
|
-
|
25049
|
+
.v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
|
25050
|
+
transform: translateX(10px);
|
25099
25051
|
}
|
25100
|
-
|
25101
|
-
|
25052
|
+
|
25053
|
+
.v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
|
25054
|
+
transform: translateX(-10px);
|
25102
25055
|
}
|
25103
|
-
|
25104
|
-
|
25056
|
+
|
25057
|
+
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
25058
|
+
transform: scale(0.8);
|
25105
25059
|
}
|
25106
|
-
.v-
|
25107
|
-
|
25060
|
+
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
25061
|
+
transform: scale(0.75);
|
25062
|
+
box-shadow: none;
|
25108
25063
|
}
|
25109
|
-
.v-
|
25110
|
-
|
25111
|
-
margin-inline-end: 0;
|
25064
|
+
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
25065
|
+
width: auto;
|
25112
25066
|
}
|
25113
|
-
|
25114
|
-
|
25115
|
-
line-height: 1;
|
25067
|
+
.v-switch.v-input--vertical .v-label {
|
25068
|
+
min-width: max-content;
|
25116
25069
|
}
|
25117
|
-
.v-
|
25118
|
-
|
25070
|
+
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
25071
|
+
transform: rotate(-90deg);
|
25119
25072
|
}
|
25120
25073
|
|
25121
|
-
|
25122
|
-
|
25123
|
-
|
25124
|
-
|
25125
|
-
|
25126
|
-
|
25127
|
-
|
25128
|
-
|
25074
|
+
@media (forced-colors: active) {
|
25075
|
+
.v-switch .v-switch__loader .v-progress-circular {
|
25076
|
+
color: currentColor;
|
25077
|
+
}
|
25078
|
+
.v-switch .v-switch__thumb {
|
25079
|
+
background-color: buttontext;
|
25080
|
+
}
|
25081
|
+
.v-switch .v-switch__track,
|
25082
|
+
.v-switch .v-switch__thumb {
|
25083
|
+
border: 1px solid;
|
25084
|
+
color: buttontext;
|
25085
|
+
}
|
25086
|
+
.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25087
|
+
background-color: highlight;
|
25088
|
+
}
|
25089
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
|
25090
|
+
background-color: highlight;
|
25091
|
+
}
|
25092
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
|
25093
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25094
|
+
color: highlight;
|
25095
|
+
}
|
25096
|
+
.v-switch.v-switch--inset .v-switch__track {
|
25097
|
+
border-width: 2px;
|
25098
|
+
}
|
25099
|
+
.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25100
|
+
background-color: highlighttext;
|
25101
|
+
color: highlighttext;
|
25102
|
+
}
|
25103
|
+
.v-switch.v-input--disabled .v-switch__thumb {
|
25104
|
+
background-color: graytext;
|
25105
|
+
}
|
25106
|
+
.v-switch.v-input--disabled .v-switch__track,
|
25107
|
+
.v-switch.v-input--disabled .v-switch__thumb {
|
25108
|
+
color: graytext;
|
25109
|
+
}
|
25110
|
+
.v-switch.v-switch--loading .v-switch__thumb {
|
25111
|
+
background-color: canvas;
|
25112
|
+
}
|
25113
|
+
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
25114
|
+
border-width: 0;
|
25115
|
+
}
|
25116
|
+
}.v-speed-dial__content {
|
25117
|
+
gap: 8px;
|
25129
25118
|
}
|
25130
|
-
.v-
|
25131
|
-
|
25119
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
|
25120
|
+
flex-direction: row;
|
25132
25121
|
}
|
25133
|
-
|
25134
|
-
|
25135
|
-
background-color: currentColor;
|
25136
|
-
border-radius: inherit;
|
25137
|
-
opacity: 0;
|
25138
|
-
transition: opacity 0.2s ease-in-out;
|
25122
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
|
25123
|
+
flex-direction: row-reverse;
|
25139
25124
|
}
|
25140
|
-
|
25141
|
-
|
25142
|
-
.v-stepper-item__underlay {
|
25143
|
-
pointer-events: none;
|
25125
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
|
25126
|
+
flex-direction: column-reverse;
|
25144
25127
|
}
|
25145
|
-
.v-
|
25146
|
-
|
25147
|
-
position: absolute;
|
25148
|
-
top: 0;
|
25149
|
-
left: 0;
|
25150
|
-
width: 100%;
|
25151
|
-
height: 100%;
|
25152
|
-
}.v-system-bar {
|
25153
|
-
align-items: center;
|
25154
|
-
display: flex;
|
25155
|
-
flex: 1 1 auto;
|
25156
|
-
height: 24px;
|
25157
|
-
justify-content: flex-end;
|
25158
|
-
max-width: 100%;
|
25159
|
-
padding-inline: 8px;
|
25160
|
-
position: relative;
|
25161
|
-
text-align: end;
|
25162
|
-
width: 100%;
|
25128
|
+
.v-speed-dial__content > *:nth-child(1) {
|
25129
|
+
transition-delay: 0s;
|
25163
25130
|
}
|
25164
|
-
.v-
|
25165
|
-
|
25131
|
+
.v-speed-dial__content > *:nth-child(2) {
|
25132
|
+
transition-delay: 0.05s;
|
25166
25133
|
}
|
25167
|
-
.v-
|
25168
|
-
|
25134
|
+
.v-speed-dial__content > *:nth-child(3) {
|
25135
|
+
transition-delay: 0.1s;
|
25169
25136
|
}
|
25170
|
-
.v-
|
25171
|
-
|
25137
|
+
.v-speed-dial__content > *:nth-child(4) {
|
25138
|
+
transition-delay: 0.15s;
|
25172
25139
|
}
|
25173
|
-
.v-
|
25174
|
-
|
25140
|
+
.v-speed-dial__content > *:nth-child(5) {
|
25141
|
+
transition-delay: 0.2s;
|
25175
25142
|
}
|
25176
|
-
.v-
|
25177
|
-
|
25178
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25143
|
+
.v-speed-dial__content > *:nth-child(6) {
|
25144
|
+
transition-delay: 0.25s;
|
25179
25145
|
}
|
25180
|
-
.v-
|
25181
|
-
|
25182
|
-
font-weight: 400;
|
25183
|
-
letter-spacing: 0.0333333333em;
|
25184
|
-
line-height: 1.667;
|
25185
|
-
text-transform: none;
|
25146
|
+
.v-speed-dial__content > *:nth-child(7) {
|
25147
|
+
transition-delay: 0.3s;
|
25186
25148
|
}
|
25187
|
-
.v-
|
25188
|
-
|
25149
|
+
.v-speed-dial__content > *:nth-child(8) {
|
25150
|
+
transition-delay: 0.35s;
|
25189
25151
|
}
|
25190
|
-
.v-
|
25191
|
-
|
25152
|
+
.v-speed-dial__content > *:nth-child(9) {
|
25153
|
+
transition-delay: 0.4s;
|
25192
25154
|
}
|
25193
|
-
.v-
|
25194
|
-
|
25155
|
+
.v-speed-dial__content > *:nth-child(10) {
|
25156
|
+
transition-delay: 0.45s;
|
25195
25157
|
}.v-table {
|
25196
25158
|
font-size: 0.875rem;
|
25197
25159
|
transition-duration: 0.28s;
|
@@ -25334,35 +25296,49 @@ html.v-overlay-scroll-blocked {
|
|
25334
25296
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
25335
25297
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
25336
25298
|
border-top: 0px !important;
|
25337
|
-
}.v-
|
25338
|
-
|
25339
|
-
|
25340
|
-
|
25299
|
+
}.v-system-bar {
|
25300
|
+
align-items: center;
|
25301
|
+
display: flex;
|
25302
|
+
flex: 1 1 auto;
|
25303
|
+
height: 24px;
|
25304
|
+
justify-content: flex-end;
|
25305
|
+
max-width: 100%;
|
25306
|
+
padding-inline: 8px;
|
25307
|
+
position: relative;
|
25308
|
+
text-align: end;
|
25309
|
+
width: 100%;
|
25310
|
+
}
|
25311
|
+
.v-system-bar .v-icon {
|
25312
|
+
opacity: var(--v-medium-emphasis-opacity);
|
25313
|
+
}
|
25314
|
+
.v-system-bar {
|
25315
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
25316
|
+
}
|
25317
|
+
.v-system-bar--absolute {
|
25318
|
+
position: absolute;
|
25341
25319
|
}
|
25342
|
-
.v-
|
25343
|
-
|
25320
|
+
.v-system-bar--fixed {
|
25321
|
+
position: fixed;
|
25344
25322
|
}
|
25345
|
-
.v-
|
25346
|
-
|
25323
|
+
.v-system-bar {
|
25324
|
+
background: rgba(var(--v-theme-surface-light));
|
25325
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25347
25326
|
}
|
25348
|
-
|
25349
|
-
|
25350
|
-
|
25351
|
-
|
25352
|
-
|
25353
|
-
|
25354
|
-
width: 100%;
|
25355
|
-
background: currentColor;
|
25356
|
-
pointer-events: none;
|
25357
|
-
opacity: 0;
|
25327
|
+
.v-system-bar {
|
25328
|
+
font-size: 0.75rem;
|
25329
|
+
font-weight: 400;
|
25330
|
+
letter-spacing: 0.0333333333em;
|
25331
|
+
line-height: 1.667;
|
25332
|
+
text-transform: none;
|
25358
25333
|
}
|
25359
|
-
.v-
|
25360
|
-
|
25334
|
+
.v-system-bar--rounded {
|
25335
|
+
border-radius: 0;
|
25361
25336
|
}
|
25362
|
-
.v-
|
25363
|
-
|
25364
|
-
|
25365
|
-
|
25337
|
+
.v-system-bar--window {
|
25338
|
+
height: 32px;
|
25339
|
+
}
|
25340
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
25341
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
25366
25342
|
}.v-tabs {
|
25367
25343
|
display: flex;
|
25368
25344
|
height: var(--v-tabs-height);
|
@@ -25429,6 +25405,35 @@ html.v-overlay-scroll-blocked {
|
|
25429
25405
|
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25430
25406
|
margin-inline-end: 52px;
|
25431
25407
|
}
|
25408
|
+
}.v-tab.v-tab.v-btn {
|
25409
|
+
height: var(--v-tabs-height);
|
25410
|
+
border-radius: 0;
|
25411
|
+
min-width: 90px;
|
25412
|
+
}
|
25413
|
+
.v-slide-group--horizontal .v-tab {
|
25414
|
+
max-width: 360px;
|
25415
|
+
}
|
25416
|
+
.v-slide-group--vertical .v-tab {
|
25417
|
+
justify-content: start;
|
25418
|
+
}
|
25419
|
+
|
25420
|
+
.v-tab__slider {
|
25421
|
+
position: absolute;
|
25422
|
+
bottom: 0;
|
25423
|
+
left: 0;
|
25424
|
+
height: 2px;
|
25425
|
+
width: 100%;
|
25426
|
+
background: currentColor;
|
25427
|
+
pointer-events: none;
|
25428
|
+
opacity: 0;
|
25429
|
+
}
|
25430
|
+
.v-tab--selected .v-tab__slider {
|
25431
|
+
opacity: 1;
|
25432
|
+
}
|
25433
|
+
.v-slide-group--vertical .v-tab__slider {
|
25434
|
+
top: 0;
|
25435
|
+
height: 100%;
|
25436
|
+
width: 2px;
|
25432
25437
|
}.v-textarea .v-field {
|
25433
25438
|
--v-textarea-control-height: var(--v-input-control-height);
|
25434
25439
|
}
|
@@ -26121,15 +26126,6 @@ html.v-overlay-scroll-blocked {
|
|
26121
26126
|
}
|
26122
26127
|
.v-toolbar-items > .v-btn {
|
26123
26128
|
border-radius: 0;
|
26124
|
-
}.v-virtual-scroll {
|
26125
|
-
display: block;
|
26126
|
-
flex: 1 1 auto;
|
26127
|
-
max-width: 100%;
|
26128
|
-
overflow: auto;
|
26129
|
-
position: relative;
|
26130
|
-
}
|
26131
|
-
.v-virtual-scroll__container {
|
26132
|
-
display: block;
|
26133
26129
|
}.v-window {
|
26134
26130
|
overflow: hidden;
|
26135
26131
|
}
|
@@ -26200,11 +26196,100 @@ html.v-overlay-scroll-blocked {
|
|
26200
26196
|
}
|
26201
26197
|
.v-window-y-reverse-transition-leave-to {
|
26202
26198
|
transform: translateY(100%);
|
26203
|
-
}.v-
|
26204
|
-
|
26199
|
+
}.v-virtual-scroll {
|
26200
|
+
display: block;
|
26201
|
+
flex: 1 1 auto;
|
26205
26202
|
max-width: 100%;
|
26203
|
+
overflow: auto;
|
26206
26204
|
position: relative;
|
26207
|
-
|
26205
|
+
}
|
26206
|
+
.v-virtual-scroll__container {
|
26207
|
+
display: block;
|
26208
|
+
}.v-color-picker-edit {
|
26209
|
+
display: flex;
|
26210
|
+
margin-top: 24px;
|
26211
|
+
}
|
26212
|
+
|
26213
|
+
.v-color-picker-edit__input {
|
26214
|
+
width: 100%;
|
26215
|
+
display: flex;
|
26216
|
+
flex-wrap: wrap;
|
26217
|
+
justify-content: center;
|
26218
|
+
text-align: center;
|
26219
|
+
}
|
26220
|
+
.v-color-picker-edit__input:not(:last-child) {
|
26221
|
+
margin-inline-end: 8px;
|
26222
|
+
}
|
26223
|
+
.v-color-picker-edit__input input {
|
26224
|
+
border-radius: 4px;
|
26225
|
+
margin-bottom: 8px;
|
26226
|
+
min-width: 0;
|
26227
|
+
outline: none;
|
26228
|
+
text-align: center;
|
26229
|
+
width: 100%;
|
26230
|
+
height: 32px;
|
26231
|
+
background: rgba(var(--v-theme-surface-variant), 0.2);
|
26232
|
+
color: rgba(var(--v-theme-on-surface));
|
26233
|
+
}
|
26234
|
+
.v-color-picker-edit__input span {
|
26235
|
+
font-size: 0.75rem;
|
26236
|
+
}.v-color-picker-canvas {
|
26237
|
+
display: flex;
|
26238
|
+
position: relative;
|
26239
|
+
overflow: hidden;
|
26240
|
+
contain: content;
|
26241
|
+
touch-action: none;
|
26242
|
+
}
|
26243
|
+
.v-color-picker-canvas__dot {
|
26244
|
+
position: absolute;
|
26245
|
+
top: 0;
|
26246
|
+
left: 0;
|
26247
|
+
width: 15px;
|
26248
|
+
height: 15px;
|
26249
|
+
background: transparent;
|
26250
|
+
border-radius: 50%;
|
26251
|
+
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
26252
|
+
}
|
26253
|
+
.v-color-picker-canvas__dot--disabled {
|
26254
|
+
box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
26255
|
+
}
|
26256
|
+
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
26257
|
+
will-change: transform;
|
26258
|
+
}.v-color-picker-swatches {
|
26259
|
+
overflow-y: auto;
|
26260
|
+
}
|
26261
|
+
.v-color-picker-swatches > div {
|
26262
|
+
display: flex;
|
26263
|
+
flex-wrap: wrap;
|
26264
|
+
justify-content: center;
|
26265
|
+
padding: 8px;
|
26266
|
+
}
|
26267
|
+
|
26268
|
+
.v-color-picker-swatches__swatch {
|
26269
|
+
display: flex;
|
26270
|
+
flex-direction: column;
|
26271
|
+
margin-bottom: 10px;
|
26272
|
+
}
|
26273
|
+
|
26274
|
+
.v-color-picker-swatches__color {
|
26275
|
+
position: relative;
|
26276
|
+
height: 18px;
|
26277
|
+
max-height: 18px;
|
26278
|
+
width: 45px;
|
26279
|
+
margin: 2px 4px;
|
26280
|
+
border-radius: 2px;
|
26281
|
+
-webkit-user-select: none;
|
26282
|
+
user-select: none;
|
26283
|
+
overflow: hidden;
|
26284
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
26285
|
+
cursor: pointer;
|
26286
|
+
}
|
26287
|
+
.v-color-picker-swatches__color > div {
|
26288
|
+
display: flex;
|
26289
|
+
align-items: center;
|
26290
|
+
justify-content: center;
|
26291
|
+
width: 100%;
|
26292
|
+
height: 100%;
|
26208
26293
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
26209
26294
|
background-color: transparent !important;
|
26210
26295
|
}
|
@@ -26275,91 +26360,6 @@ html.v-overlay-scroll-blocked {
|
|
26275
26360
|
.v-color-picker-preview__eye-dropper {
|
26276
26361
|
position: relative;
|
26277
26362
|
margin-right: 12px;
|
26278
|
-
}.v-color-picker-canvas {
|
26279
|
-
display: flex;
|
26280
|
-
position: relative;
|
26281
|
-
overflow: hidden;
|
26282
|
-
contain: content;
|
26283
|
-
touch-action: none;
|
26284
|
-
}
|
26285
|
-
.v-color-picker-canvas__dot {
|
26286
|
-
position: absolute;
|
26287
|
-
top: 0;
|
26288
|
-
left: 0;
|
26289
|
-
width: 15px;
|
26290
|
-
height: 15px;
|
26291
|
-
background: transparent;
|
26292
|
-
border-radius: 50%;
|
26293
|
-
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
26294
|
-
}
|
26295
|
-
.v-color-picker-canvas__dot--disabled {
|
26296
|
-
box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
26297
|
-
}
|
26298
|
-
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
26299
|
-
will-change: transform;
|
26300
|
-
}.v-color-picker-edit {
|
26301
|
-
display: flex;
|
26302
|
-
margin-top: 24px;
|
26303
|
-
}
|
26304
|
-
|
26305
|
-
.v-color-picker-edit__input {
|
26306
|
-
width: 100%;
|
26307
|
-
display: flex;
|
26308
|
-
flex-wrap: wrap;
|
26309
|
-
justify-content: center;
|
26310
|
-
text-align: center;
|
26311
|
-
}
|
26312
|
-
.v-color-picker-edit__input:not(:last-child) {
|
26313
|
-
margin-inline-end: 8px;
|
26314
|
-
}
|
26315
|
-
.v-color-picker-edit__input input {
|
26316
|
-
border-radius: 4px;
|
26317
|
-
margin-bottom: 8px;
|
26318
|
-
min-width: 0;
|
26319
|
-
outline: none;
|
26320
|
-
text-align: center;
|
26321
|
-
width: 100%;
|
26322
|
-
height: 32px;
|
26323
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
26324
|
-
color: rgba(var(--v-theme-on-surface));
|
26325
|
-
}
|
26326
|
-
.v-color-picker-edit__input span {
|
26327
|
-
font-size: 0.75rem;
|
26328
|
-
}.v-color-picker-swatches {
|
26329
|
-
overflow-y: auto;
|
26330
|
-
}
|
26331
|
-
.v-color-picker-swatches > div {
|
26332
|
-
display: flex;
|
26333
|
-
flex-wrap: wrap;
|
26334
|
-
justify-content: center;
|
26335
|
-
padding: 8px;
|
26336
|
-
}
|
26337
|
-
|
26338
|
-
.v-color-picker-swatches__swatch {
|
26339
|
-
display: flex;
|
26340
|
-
flex-direction: column;
|
26341
|
-
margin-bottom: 10px;
|
26342
|
-
}
|
26343
|
-
|
26344
|
-
.v-color-picker-swatches__color {
|
26345
|
-
position: relative;
|
26346
|
-
height: 18px;
|
26347
|
-
max-height: 18px;
|
26348
|
-
width: 45px;
|
26349
|
-
margin: 2px 4px;
|
26350
|
-
border-radius: 2px;
|
26351
|
-
-webkit-user-select: none;
|
26352
|
-
user-select: none;
|
26353
|
-
overflow: hidden;
|
26354
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
26355
|
-
cursor: pointer;
|
26356
|
-
}
|
26357
|
-
.v-color-picker-swatches__color > div {
|
26358
|
-
display: flex;
|
26359
|
-
align-items: center;
|
26360
|
-
justify-content: center;
|
26361
|
-
width: 100%;
|
26362
|
-
height: 100%;
|
26363
26363
|
}.v-picker.v-sheet {
|
26364
26364
|
display: grid;
|
26365
26365
|
grid-auto-rows: min-content;
|