vuetify 3.5.13 → 3.5.14
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 +160 -160
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/importMap.json +108 -108
- package/dist/json/web-types.json +161 -161
- package/dist/vuetify-labs.css +1958 -1944
- package/dist/vuetify-labs.d.ts +993 -845
- package/dist/vuetify-labs.esm.js +90 -22
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +90 -22
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +762 -753
- package/dist/vuetify.d.ts +784 -664
- package/dist/vuetify.esm.js +85 -17
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +85 -17
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +121 -119
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +2 -0
- package/lib/blueprints/md1.d.mts +2 -0
- package/lib/blueprints/md2.d.mts +2 -0
- package/lib/blueprints/md3.d.mts +2 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +6 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +34 -28
- package/lib/components/VBtn/VBtn.mjs +2 -0
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VChip/VChip.mjs +1 -0
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +6 -0
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +34 -28
- package/lib/components/VDataTable/VDataTableServer.mjs +3 -2
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +9 -2
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VField/VField.mjs +29 -3
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/index.d.mts +9 -3
- package/lib/components/VFileInput/VFileInput.mjs +2 -2
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +51 -23
- package/lib/components/VList/VListItem.css +3 -0
- package/lib/components/VList/VListItem.sass +4 -0
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -3
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +6 -0
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +34 -28
- package/lib/components/VSwitch/VSwitch.css +6 -0
- package/lib/components/VSwitch/VSwitch.sass +7 -0
- package/lib/components/VSwitch/_variables.scss +1 -0
- package/lib/components/VTextField/index.d.mts +88 -46
- package/lib/components/VTextarea/index.d.mts +54 -26
- package/lib/components/index.d.mts +764 -650
- package/lib/composables/date/DateAdapter.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +14 -0
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/router.mjs +1 -1
- package/lib/composables/router.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +39 -33
- package/lib/labs/VEmptyState/VEmptyState.css +4 -0
- package/lib/labs/VEmptyState/VEmptyState.mjs +6 -1
- package/lib/labs/VEmptyState/VEmptyState.mjs.map +1 -1
- package/lib/labs/VEmptyState/VEmptyState.sass +4 -0
- package/lib/labs/VEmptyState/_variables.scss +1 -0
- package/lib/labs/VNumberInput/VNumberInput.css +1 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs +0 -4
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/VNumberInput.sass +1 -0
- package/lib/labs/VNumberInput/index.d.mts +51 -23
- package/lib/labs/components.d.mts +50 -22
- package/package.json +2 -2
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.5.
|
|
2
|
+
* Vuetify v3.5.14
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -17267,6 +17267,87 @@ html.overflow-y-hidden {
|
|
|
17267
17267
|
text-transform: none;
|
|
17268
17268
|
word-break: normal;
|
|
17269
17269
|
word-wrap: break-word;
|
|
17270
|
+
}.v-autocomplete .v-field .v-text-field__prefix,
|
|
17271
|
+
.v-autocomplete .v-field .v-text-field__suffix,
|
|
17272
|
+
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
|
17273
|
+
cursor: text;
|
|
17274
|
+
}
|
|
17275
|
+
.v-autocomplete .v-field .v-field__input > input {
|
|
17276
|
+
flex: 1 1;
|
|
17277
|
+
}
|
|
17278
|
+
.v-autocomplete .v-field input {
|
|
17279
|
+
min-width: 64px;
|
|
17280
|
+
}
|
|
17281
|
+
.v-autocomplete .v-field:not(.v-field--focused) input {
|
|
17282
|
+
min-width: 0;
|
|
17283
|
+
}
|
|
17284
|
+
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
|
17285
|
+
margin-inline-end: 2px;
|
|
17286
|
+
}
|
|
17287
|
+
.v-autocomplete .v-autocomplete__selection-text {
|
|
17288
|
+
overflow: hidden;
|
|
17289
|
+
text-overflow: ellipsis;
|
|
17290
|
+
white-space: nowrap;
|
|
17291
|
+
}
|
|
17292
|
+
|
|
17293
|
+
.v-autocomplete__content {
|
|
17294
|
+
overflow: hidden;
|
|
17295
|
+
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));
|
|
17296
|
+
border-radius: 4px;
|
|
17297
|
+
}
|
|
17298
|
+
.v-autocomplete__mask {
|
|
17299
|
+
background: rgb(var(--v-theme-surface-light));
|
|
17300
|
+
}
|
|
17301
|
+
.v-autocomplete__selection {
|
|
17302
|
+
display: inline-flex;
|
|
17303
|
+
align-items: center;
|
|
17304
|
+
height: 1.5rem;
|
|
17305
|
+
letter-spacing: inherit;
|
|
17306
|
+
line-height: inherit;
|
|
17307
|
+
max-width: calc(100% - 2px - 2px);
|
|
17308
|
+
}
|
|
17309
|
+
.v-autocomplete__selection:first-child {
|
|
17310
|
+
margin-inline-start: 0;
|
|
17311
|
+
}
|
|
17312
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
17313
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
17314
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
17315
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
17316
|
+
top: 0px;
|
|
17317
|
+
}
|
|
17318
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
|
17319
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
17320
|
+
}
|
|
17321
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
|
17322
|
+
opacity: 1;
|
|
17323
|
+
}
|
|
17324
|
+
.v-autocomplete--selecting-index .v-field__input > input {
|
|
17325
|
+
caret-color: transparent;
|
|
17326
|
+
}
|
|
17327
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
|
17328
|
+
flex: 1 1;
|
|
17329
|
+
position: absolute;
|
|
17330
|
+
left: 0;
|
|
17331
|
+
right: 0;
|
|
17332
|
+
width: 100%;
|
|
17333
|
+
padding-inline: inherit;
|
|
17334
|
+
}
|
|
17335
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
|
17336
|
+
transition: none;
|
|
17337
|
+
}
|
|
17338
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
|
17339
|
+
opacity: 0;
|
|
17340
|
+
}
|
|
17341
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
|
17342
|
+
opacity: 0;
|
|
17343
|
+
}
|
|
17344
|
+
.v-autocomplete__menu-icon {
|
|
17345
|
+
margin-inline-start: 4px;
|
|
17346
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17347
|
+
}
|
|
17348
|
+
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
|
17349
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
17350
|
+
transform: rotate(180deg);
|
|
17270
17351
|
}.v-avatar {
|
|
17271
17352
|
flex: none;
|
|
17272
17353
|
align-items: center;
|
|
@@ -17360,87 +17441,77 @@ html.overflow-y-hidden {
|
|
|
17360
17441
|
.v-avatar .v-img {
|
|
17361
17442
|
height: 100%;
|
|
17362
17443
|
width: 100%;
|
|
17363
|
-
}.v-
|
|
17364
|
-
|
|
17365
|
-
|
|
17366
|
-
cursor: text;
|
|
17367
|
-
}
|
|
17368
|
-
.v-autocomplete .v-field .v-field__input > input {
|
|
17369
|
-
flex: 1 1;
|
|
17370
|
-
}
|
|
17371
|
-
.v-autocomplete .v-field input {
|
|
17372
|
-
min-width: 64px;
|
|
17373
|
-
}
|
|
17374
|
-
.v-autocomplete .v-field:not(.v-field--focused) input {
|
|
17375
|
-
min-width: 0;
|
|
17376
|
-
}
|
|
17377
|
-
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
|
17378
|
-
margin-inline-end: 2px;
|
|
17379
|
-
}
|
|
17380
|
-
.v-autocomplete .v-autocomplete__selection-text {
|
|
17381
|
-
overflow: hidden;
|
|
17382
|
-
text-overflow: ellipsis;
|
|
17383
|
-
white-space: nowrap;
|
|
17444
|
+
}.v-badge {
|
|
17445
|
+
display: inline-block;
|
|
17446
|
+
line-height: 1;
|
|
17384
17447
|
}
|
|
17385
17448
|
|
|
17386
|
-
.v-
|
|
17387
|
-
overflow: hidden;
|
|
17388
|
-
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));
|
|
17389
|
-
border-radius: 4px;
|
|
17390
|
-
}
|
|
17391
|
-
.v-autocomplete__mask {
|
|
17392
|
-
background: rgb(var(--v-theme-surface-light));
|
|
17393
|
-
}
|
|
17394
|
-
.v-autocomplete__selection {
|
|
17395
|
-
display: inline-flex;
|
|
17449
|
+
.v-badge__badge {
|
|
17396
17450
|
align-items: center;
|
|
17397
|
-
|
|
17398
|
-
|
|
17399
|
-
|
|
17400
|
-
|
|
17451
|
+
display: inline-flex;
|
|
17452
|
+
border-radius: 10px;
|
|
17453
|
+
font-size: 0.75rem;
|
|
17454
|
+
font-weight: 500;
|
|
17455
|
+
height: 1.25rem;
|
|
17456
|
+
justify-content: center;
|
|
17457
|
+
min-width: 20px;
|
|
17458
|
+
padding: 4px 6px;
|
|
17459
|
+
pointer-events: auto;
|
|
17460
|
+
position: absolute;
|
|
17461
|
+
text-align: center;
|
|
17462
|
+
text-indent: 0;
|
|
17463
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17464
|
+
white-space: nowrap;
|
|
17465
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
17466
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
17401
17467
|
}
|
|
17402
|
-
.v-
|
|
17403
|
-
|
|
17468
|
+
.v-badge--bordered .v-badge__badge::after {
|
|
17469
|
+
border-radius: inherit;
|
|
17470
|
+
border-style: solid;
|
|
17471
|
+
border-width: 2px;
|
|
17472
|
+
bottom: 0;
|
|
17473
|
+
color: rgb(var(--v-theme-background));
|
|
17474
|
+
content: "";
|
|
17475
|
+
left: 0;
|
|
17476
|
+
position: absolute;
|
|
17477
|
+
right: 0;
|
|
17478
|
+
top: 0;
|
|
17479
|
+
transform: scale(1.05);
|
|
17404
17480
|
}
|
|
17405
|
-
.v-
|
|
17406
|
-
|
|
17407
|
-
|
|
17408
|
-
|
|
17409
|
-
|
|
17481
|
+
.v-badge--dot .v-badge__badge {
|
|
17482
|
+
border-radius: 4.5px;
|
|
17483
|
+
height: 9px;
|
|
17484
|
+
min-width: 0;
|
|
17485
|
+
padding: 0;
|
|
17486
|
+
width: 9px;
|
|
17410
17487
|
}
|
|
17411
|
-
.v-
|
|
17412
|
-
|
|
17488
|
+
.v-badge--dot .v-badge__badge::after {
|
|
17489
|
+
border-width: 1.5px;
|
|
17413
17490
|
}
|
|
17414
|
-
.v-
|
|
17415
|
-
|
|
17491
|
+
.v-badge--inline .v-badge__badge {
|
|
17492
|
+
position: relative;
|
|
17493
|
+
vertical-align: middle;
|
|
17416
17494
|
}
|
|
17417
|
-
.v-
|
|
17418
|
-
|
|
17495
|
+
.v-badge__badge .v-icon {
|
|
17496
|
+
color: inherit;
|
|
17497
|
+
font-size: 0.75rem;
|
|
17498
|
+
margin: 0 -2px;
|
|
17419
17499
|
}
|
|
17420
|
-
.v-
|
|
17421
|
-
|
|
17422
|
-
|
|
17423
|
-
left: 0;
|
|
17424
|
-
right: 0;
|
|
17500
|
+
.v-badge__badge img,
|
|
17501
|
+
.v-badge__badge .v-img {
|
|
17502
|
+
height: 100%;
|
|
17425
17503
|
width: 100%;
|
|
17426
|
-
padding-inline: inherit;
|
|
17427
|
-
}
|
|
17428
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
|
17429
|
-
transition: none;
|
|
17430
|
-
}
|
|
17431
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
|
17432
|
-
opacity: 0;
|
|
17433
17504
|
}
|
|
17434
|
-
|
|
17435
|
-
|
|
17436
|
-
|
|
17437
|
-
|
|
17438
|
-
margin-inline-start: 4px;
|
|
17439
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17505
|
+
|
|
17506
|
+
.v-badge__wrapper {
|
|
17507
|
+
display: flex;
|
|
17508
|
+
position: relative;
|
|
17440
17509
|
}
|
|
17441
|
-
.v-
|
|
17442
|
-
|
|
17443
|
-
|
|
17510
|
+
.v-badge--inline .v-badge__wrapper {
|
|
17511
|
+
align-items: center;
|
|
17512
|
+
display: inline-flex;
|
|
17513
|
+
justify-content: center;
|
|
17514
|
+
margin: 0 4px;
|
|
17444
17515
|
}.v-banner {
|
|
17445
17516
|
display: grid;
|
|
17446
17517
|
flex: 1 1;
|
|
@@ -17598,38 +17669,6 @@ html.overflow-y-hidden {
|
|
|
17598
17669
|
}
|
|
17599
17670
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
|
17600
17671
|
align-self: flex-start;
|
|
17601
|
-
}.bottom-sheet-transition-enter-from {
|
|
17602
|
-
transform: translateY(100%);
|
|
17603
|
-
}
|
|
17604
|
-
.bottom-sheet-transition-leave-to {
|
|
17605
|
-
transform: translateY(100%);
|
|
17606
|
-
}
|
|
17607
|
-
|
|
17608
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
|
17609
|
-
align-self: flex-end;
|
|
17610
|
-
border-radius: 0;
|
|
17611
|
-
flex: 0 1 auto;
|
|
17612
|
-
left: 0;
|
|
17613
|
-
right: 0;
|
|
17614
|
-
margin-inline: 0;
|
|
17615
|
-
margin-bottom: 0;
|
|
17616
|
-
transition-duration: 0.2s;
|
|
17617
|
-
width: 100%;
|
|
17618
|
-
max-width: 100%;
|
|
17619
|
-
overflow: visible;
|
|
17620
|
-
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));
|
|
17621
|
-
}
|
|
17622
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
|
17623
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
|
17624
|
-
border-radius: 0;
|
|
17625
|
-
}
|
|
17626
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
17627
|
-
max-width: none;
|
|
17628
|
-
}
|
|
17629
|
-
@media (min-width: 600px) {
|
|
17630
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
17631
|
-
max-width: 70%;
|
|
17632
|
-
}
|
|
17633
17672
|
}.v-bottom-navigation {
|
|
17634
17673
|
display: flex;
|
|
17635
17674
|
max-width: 100%;
|
|
@@ -17685,6 +17724,38 @@ html.overflow-y-hidden {
|
|
|
17685
17724
|
}
|
|
17686
17725
|
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
17687
17726
|
transform: translateY(0.5rem);
|
|
17727
|
+
}.bottom-sheet-transition-enter-from {
|
|
17728
|
+
transform: translateY(100%);
|
|
17729
|
+
}
|
|
17730
|
+
.bottom-sheet-transition-leave-to {
|
|
17731
|
+
transform: translateY(100%);
|
|
17732
|
+
}
|
|
17733
|
+
|
|
17734
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
|
17735
|
+
align-self: flex-end;
|
|
17736
|
+
border-radius: 0;
|
|
17737
|
+
flex: 0 1 auto;
|
|
17738
|
+
left: 0;
|
|
17739
|
+
right: 0;
|
|
17740
|
+
margin-inline: 0;
|
|
17741
|
+
margin-bottom: 0;
|
|
17742
|
+
transition-duration: 0.2s;
|
|
17743
|
+
width: 100%;
|
|
17744
|
+
max-width: 100%;
|
|
17745
|
+
overflow: visible;
|
|
17746
|
+
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));
|
|
17747
|
+
}
|
|
17748
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
|
17749
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
|
17750
|
+
border-radius: 0;
|
|
17751
|
+
}
|
|
17752
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
17753
|
+
max-width: none;
|
|
17754
|
+
}
|
|
17755
|
+
@media (min-width: 600px) {
|
|
17756
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
17757
|
+
max-width: 70%;
|
|
17758
|
+
}
|
|
17688
17759
|
}.v-btn {
|
|
17689
17760
|
align-items: center;
|
|
17690
17761
|
border-radius: 4px;
|
|
@@ -18145,77 +18216,6 @@ html.overflow-y-hidden {
|
|
|
18145
18216
|
display: inline-block;
|
|
18146
18217
|
padding: 0 8px;
|
|
18147
18218
|
vertical-align: middle;
|
|
18148
|
-
}.v-badge {
|
|
18149
|
-
display: inline-block;
|
|
18150
|
-
line-height: 1;
|
|
18151
|
-
}
|
|
18152
|
-
|
|
18153
|
-
.v-badge__badge {
|
|
18154
|
-
align-items: center;
|
|
18155
|
-
display: inline-flex;
|
|
18156
|
-
border-radius: 10px;
|
|
18157
|
-
font-size: 0.75rem;
|
|
18158
|
-
font-weight: 500;
|
|
18159
|
-
height: 1.25rem;
|
|
18160
|
-
justify-content: center;
|
|
18161
|
-
min-width: 20px;
|
|
18162
|
-
padding: 4px 6px;
|
|
18163
|
-
pointer-events: auto;
|
|
18164
|
-
position: absolute;
|
|
18165
|
-
text-align: center;
|
|
18166
|
-
text-indent: 0;
|
|
18167
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18168
|
-
white-space: nowrap;
|
|
18169
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
18170
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
18171
|
-
}
|
|
18172
|
-
.v-badge--bordered .v-badge__badge::after {
|
|
18173
|
-
border-radius: inherit;
|
|
18174
|
-
border-style: solid;
|
|
18175
|
-
border-width: 2px;
|
|
18176
|
-
bottom: 0;
|
|
18177
|
-
color: rgb(var(--v-theme-background));
|
|
18178
|
-
content: "";
|
|
18179
|
-
left: 0;
|
|
18180
|
-
position: absolute;
|
|
18181
|
-
right: 0;
|
|
18182
|
-
top: 0;
|
|
18183
|
-
transform: scale(1.05);
|
|
18184
|
-
}
|
|
18185
|
-
.v-badge--dot .v-badge__badge {
|
|
18186
|
-
border-radius: 4.5px;
|
|
18187
|
-
height: 9px;
|
|
18188
|
-
min-width: 0;
|
|
18189
|
-
padding: 0;
|
|
18190
|
-
width: 9px;
|
|
18191
|
-
}
|
|
18192
|
-
.v-badge--dot .v-badge__badge::after {
|
|
18193
|
-
border-width: 1.5px;
|
|
18194
|
-
}
|
|
18195
|
-
.v-badge--inline .v-badge__badge {
|
|
18196
|
-
position: relative;
|
|
18197
|
-
vertical-align: middle;
|
|
18198
|
-
}
|
|
18199
|
-
.v-badge__badge .v-icon {
|
|
18200
|
-
color: inherit;
|
|
18201
|
-
font-size: 0.75rem;
|
|
18202
|
-
margin: 0 -2px;
|
|
18203
|
-
}
|
|
18204
|
-
.v-badge__badge img,
|
|
18205
|
-
.v-badge__badge .v-img {
|
|
18206
|
-
height: 100%;
|
|
18207
|
-
width: 100%;
|
|
18208
|
-
}
|
|
18209
|
-
|
|
18210
|
-
.v-badge__wrapper {
|
|
18211
|
-
display: flex;
|
|
18212
|
-
position: relative;
|
|
18213
|
-
}
|
|
18214
|
-
.v-badge--inline .v-badge__wrapper {
|
|
18215
|
-
align-items: center;
|
|
18216
|
-
display: inline-flex;
|
|
18217
|
-
justify-content: center;
|
|
18218
|
-
margin: 0 4px;
|
|
18219
18219
|
}.v-btn-group {
|
|
18220
18220
|
display: inline-flex;
|
|
18221
18221
|
flex-wrap: nowrap;
|
|
@@ -18285,6 +18285,69 @@ html.overflow-y-hidden {
|
|
|
18285
18285
|
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
18286
18286
|
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18287
18287
|
}
|
|
18288
|
+
}.v-carousel {
|
|
18289
|
+
overflow: hidden;
|
|
18290
|
+
position: relative;
|
|
18291
|
+
width: 100%;
|
|
18292
|
+
}
|
|
18293
|
+
.v-carousel__controls {
|
|
18294
|
+
align-items: center;
|
|
18295
|
+
bottom: 0;
|
|
18296
|
+
display: flex;
|
|
18297
|
+
height: 50px;
|
|
18298
|
+
justify-content: center;
|
|
18299
|
+
list-style-type: none;
|
|
18300
|
+
position: absolute;
|
|
18301
|
+
width: 100%;
|
|
18302
|
+
z-index: 1;
|
|
18303
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
|
18304
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
18305
|
+
}
|
|
18306
|
+
.v-carousel__controls > .v-item-group {
|
|
18307
|
+
flex: 0 1 auto;
|
|
18308
|
+
}
|
|
18309
|
+
.v-carousel__controls__item {
|
|
18310
|
+
margin: 0 8px;
|
|
18311
|
+
}
|
|
18312
|
+
.v-carousel__controls__item .v-icon {
|
|
18313
|
+
opacity: 0.5;
|
|
18314
|
+
}
|
|
18315
|
+
.v-carousel__controls__item--active .v-icon {
|
|
18316
|
+
opacity: 1;
|
|
18317
|
+
vertical-align: middle;
|
|
18318
|
+
}
|
|
18319
|
+
.v-carousel__controls__item:hover {
|
|
18320
|
+
background: none;
|
|
18321
|
+
}
|
|
18322
|
+
.v-carousel__controls__item:hover .v-icon {
|
|
18323
|
+
opacity: 0.8;
|
|
18324
|
+
}
|
|
18325
|
+
|
|
18326
|
+
.v-carousel__progress {
|
|
18327
|
+
margin: 0;
|
|
18328
|
+
position: absolute;
|
|
18329
|
+
bottom: 0;
|
|
18330
|
+
left: 0;
|
|
18331
|
+
right: 0;
|
|
18332
|
+
}
|
|
18333
|
+
|
|
18334
|
+
.v-carousel-item {
|
|
18335
|
+
display: block;
|
|
18336
|
+
height: inherit;
|
|
18337
|
+
text-decoration: none;
|
|
18338
|
+
}
|
|
18339
|
+
.v-carousel-item > .v-img {
|
|
18340
|
+
height: inherit;
|
|
18341
|
+
}
|
|
18342
|
+
|
|
18343
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
|
18344
|
+
background: transparent;
|
|
18345
|
+
}
|
|
18346
|
+
|
|
18347
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
|
18348
|
+
flex-direction: column;
|
|
18349
|
+
height: 100% !important;
|
|
18350
|
+
width: 50px;
|
|
18288
18351
|
}.v-card {
|
|
18289
18352
|
display: block;
|
|
18290
18353
|
overflow: hidden;
|
|
@@ -18539,111 +18602,48 @@ html.overflow-y-hidden {
|
|
|
18539
18602
|
line-height: 1.2rem;
|
|
18540
18603
|
}
|
|
18541
18604
|
.v-card--density-compact .v-card-text {
|
|
18542
|
-
line-height: 1.15rem;
|
|
18543
|
-
}
|
|
18544
|
-
|
|
18545
|
-
.v-card__image {
|
|
18546
|
-
display: flex;
|
|
18547
|
-
height: 100%;
|
|
18548
|
-
flex: 1 1 auto;
|
|
18549
|
-
left: 0;
|
|
18550
|
-
overflow: hidden;
|
|
18551
|
-
position: absolute;
|
|
18552
|
-
top: 0;
|
|
18553
|
-
width: 100%;
|
|
18554
|
-
z-index: -1;
|
|
18555
|
-
}
|
|
18556
|
-
|
|
18557
|
-
.v-card__content {
|
|
18558
|
-
border-radius: inherit;
|
|
18559
|
-
overflow: hidden;
|
|
18560
|
-
position: relative;
|
|
18561
|
-
}
|
|
18562
|
-
|
|
18563
|
-
.v-card__loader {
|
|
18564
|
-
bottom: auto;
|
|
18565
|
-
top: 0;
|
|
18566
|
-
left: 0;
|
|
18567
|
-
position: absolute;
|
|
18568
|
-
right: 0;
|
|
18569
|
-
width: 100%;
|
|
18570
|
-
z-index: 1;
|
|
18571
|
-
}
|
|
18572
|
-
|
|
18573
|
-
.v-card__overlay {
|
|
18574
|
-
background-color: currentColor;
|
|
18575
|
-
border-radius: inherit;
|
|
18576
|
-
position: absolute;
|
|
18577
|
-
top: 0;
|
|
18578
|
-
right: 0;
|
|
18579
|
-
bottom: 0;
|
|
18580
|
-
left: 0;
|
|
18581
|
-
pointer-events: none;
|
|
18582
|
-
opacity: 0;
|
|
18583
|
-
transition: opacity 0.2s ease-in-out;
|
|
18584
|
-
}.v-carousel {
|
|
18585
|
-
overflow: hidden;
|
|
18586
|
-
position: relative;
|
|
18587
|
-
width: 100%;
|
|
18588
|
-
}
|
|
18589
|
-
.v-carousel__controls {
|
|
18590
|
-
align-items: center;
|
|
18591
|
-
bottom: 0;
|
|
18592
|
-
display: flex;
|
|
18593
|
-
height: 50px;
|
|
18594
|
-
justify-content: center;
|
|
18595
|
-
list-style-type: none;
|
|
18596
|
-
position: absolute;
|
|
18597
|
-
width: 100%;
|
|
18598
|
-
z-index: 1;
|
|
18599
|
-
background: rgba(var(--v-theme-surface-variant), 0.3);
|
|
18600
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
18601
|
-
}
|
|
18602
|
-
.v-carousel__controls > .v-item-group {
|
|
18603
|
-
flex: 0 1 auto;
|
|
18604
|
-
}
|
|
18605
|
-
.v-carousel__controls__item {
|
|
18606
|
-
margin: 0 8px;
|
|
18607
|
-
}
|
|
18608
|
-
.v-carousel__controls__item .v-icon {
|
|
18609
|
-
opacity: 0.5;
|
|
18610
|
-
}
|
|
18611
|
-
.v-carousel__controls__item--active .v-icon {
|
|
18612
|
-
opacity: 1;
|
|
18613
|
-
vertical-align: middle;
|
|
18614
|
-
}
|
|
18615
|
-
.v-carousel__controls__item:hover {
|
|
18616
|
-
background: none;
|
|
18617
|
-
}
|
|
18618
|
-
.v-carousel__controls__item:hover .v-icon {
|
|
18619
|
-
opacity: 0.8;
|
|
18605
|
+
line-height: 1.15rem;
|
|
18620
18606
|
}
|
|
18621
18607
|
|
|
18622
|
-
.v-
|
|
18623
|
-
|
|
18624
|
-
|
|
18625
|
-
|
|
18608
|
+
.v-card__image {
|
|
18609
|
+
display: flex;
|
|
18610
|
+
height: 100%;
|
|
18611
|
+
flex: 1 1 auto;
|
|
18626
18612
|
left: 0;
|
|
18627
|
-
|
|
18613
|
+
overflow: hidden;
|
|
18614
|
+
position: absolute;
|
|
18615
|
+
top: 0;
|
|
18616
|
+
width: 100%;
|
|
18617
|
+
z-index: -1;
|
|
18628
18618
|
}
|
|
18629
18619
|
|
|
18630
|
-
.v-
|
|
18631
|
-
|
|
18632
|
-
|
|
18633
|
-
|
|
18634
|
-
}
|
|
18635
|
-
.v-carousel-item > .v-img {
|
|
18636
|
-
height: inherit;
|
|
18620
|
+
.v-card__content {
|
|
18621
|
+
border-radius: inherit;
|
|
18622
|
+
overflow: hidden;
|
|
18623
|
+
position: relative;
|
|
18637
18624
|
}
|
|
18638
18625
|
|
|
18639
|
-
.v-
|
|
18640
|
-
|
|
18626
|
+
.v-card__loader {
|
|
18627
|
+
bottom: auto;
|
|
18628
|
+
top: 0;
|
|
18629
|
+
left: 0;
|
|
18630
|
+
position: absolute;
|
|
18631
|
+
right: 0;
|
|
18632
|
+
width: 100%;
|
|
18633
|
+
z-index: 1;
|
|
18641
18634
|
}
|
|
18642
18635
|
|
|
18643
|
-
.v-
|
|
18644
|
-
|
|
18645
|
-
|
|
18646
|
-
|
|
18636
|
+
.v-card__overlay {
|
|
18637
|
+
background-color: currentColor;
|
|
18638
|
+
border-radius: inherit;
|
|
18639
|
+
position: absolute;
|
|
18640
|
+
top: 0;
|
|
18641
|
+
right: 0;
|
|
18642
|
+
bottom: 0;
|
|
18643
|
+
left: 0;
|
|
18644
|
+
pointer-events: none;
|
|
18645
|
+
opacity: 0;
|
|
18646
|
+
transition: opacity 0.2s ease-in-out;
|
|
18647
18647
|
}.v-checkbox.v-input {
|
|
18648
18648
|
flex: 0 1 auto;
|
|
18649
18649
|
}
|
|
@@ -19855,6 +19855,217 @@ html.overflow-y-hidden {
|
|
|
19855
19855
|
flex: 0 1 auto;
|
|
19856
19856
|
font-size: 12px;
|
|
19857
19857
|
transition-duration: 150ms;
|
|
19858
|
+
}.v-date-picker {
|
|
19859
|
+
overflow: hidden;
|
|
19860
|
+
width: 328px;
|
|
19861
|
+
}
|
|
19862
|
+
.v-date-picker--show-week {
|
|
19863
|
+
width: 368px;
|
|
19864
|
+
}.v-date-picker-month {
|
|
19865
|
+
display: flex;
|
|
19866
|
+
justify-content: center;
|
|
19867
|
+
padding: 0 12px 8px;
|
|
19868
|
+
--v-date-picker-month-day-diff: 4px;
|
|
19869
|
+
}
|
|
19870
|
+
|
|
19871
|
+
.v-date-picker-month__weeks {
|
|
19872
|
+
display: grid;
|
|
19873
|
+
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
|
19874
|
+
column-gap: 4px;
|
|
19875
|
+
font-size: 0.85rem;
|
|
19876
|
+
}
|
|
19877
|
+
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
|
19878
|
+
grid-row-gap: 0;
|
|
19879
|
+
}
|
|
19880
|
+
|
|
19881
|
+
.v-date-picker-month__weekday {
|
|
19882
|
+
font-size: 0.85rem;
|
|
19883
|
+
}
|
|
19884
|
+
|
|
19885
|
+
.v-date-picker-month__days {
|
|
19886
|
+
display: grid;
|
|
19887
|
+
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
|
19888
|
+
column-gap: 4px;
|
|
19889
|
+
flex: 1 1;
|
|
19890
|
+
justify-content: space-around;
|
|
19891
|
+
}
|
|
19892
|
+
|
|
19893
|
+
.v-date-picker-month__day {
|
|
19894
|
+
align-items: center;
|
|
19895
|
+
display: flex;
|
|
19896
|
+
justify-content: center;
|
|
19897
|
+
position: relative;
|
|
19898
|
+
height: 40px;
|
|
19899
|
+
width: 40px;
|
|
19900
|
+
}
|
|
19901
|
+
.v-date-picker-month__day--selected .v-btn {
|
|
19902
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
|
19903
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
19904
|
+
}
|
|
19905
|
+
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
|
19906
|
+
--v-btn-height: 24px;
|
|
19907
|
+
--v-btn-size: 0.85rem;
|
|
19908
|
+
}
|
|
19909
|
+
.v-date-picker-month__day--week {
|
|
19910
|
+
font-size: var(--v-btn-size);
|
|
19911
|
+
}
|
|
19912
|
+
|
|
19913
|
+
.v-date-picker-month__day--adjacent {
|
|
19914
|
+
opacity: 0.5;
|
|
19915
|
+
}
|
|
19916
|
+
|
|
19917
|
+
.v-date-picker-month__day--hide-adjacent {
|
|
19918
|
+
opacity: 0;
|
|
19919
|
+
}.v-date-picker-controls {
|
|
19920
|
+
display: flex;
|
|
19921
|
+
align-items: center;
|
|
19922
|
+
justify-content: space-between;
|
|
19923
|
+
font-size: 0.875rem;
|
|
19924
|
+
padding-top: 4px;
|
|
19925
|
+
padding-bottom: 4px;
|
|
19926
|
+
padding-inline-start: 6px;
|
|
19927
|
+
padding-inline-end: 12px;
|
|
19928
|
+
}
|
|
19929
|
+
.v-date-picker-controls > .v-btn:first-child {
|
|
19930
|
+
text-transform: none;
|
|
19931
|
+
font-weight: 400;
|
|
19932
|
+
line-height: initial;
|
|
19933
|
+
letter-spacing: initial;
|
|
19934
|
+
}
|
|
19935
|
+
.v-date-picker-controls--variant-classic {
|
|
19936
|
+
padding-inline-start: 12px;
|
|
19937
|
+
}
|
|
19938
|
+
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
|
19939
|
+
opacity: 0.7;
|
|
19940
|
+
}
|
|
19941
|
+
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
19942
|
+
cursor: pointer;
|
|
19943
|
+
}
|
|
19944
|
+
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
19945
|
+
opacity: 1;
|
|
19946
|
+
}
|
|
19947
|
+
.v-date-picker-controls .v-btn:last-child {
|
|
19948
|
+
margin-inline-start: 4px;
|
|
19949
|
+
}
|
|
19950
|
+
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
|
19951
|
+
transform: rotate(180deg);
|
|
19952
|
+
}
|
|
19953
|
+
|
|
19954
|
+
.v-date-picker-controls__date {
|
|
19955
|
+
margin-inline-end: 4px;
|
|
19956
|
+
}
|
|
19957
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
|
19958
|
+
margin: auto;
|
|
19959
|
+
text-align: center;
|
|
19960
|
+
}
|
|
19961
|
+
|
|
19962
|
+
.v-date-picker-controls__month {
|
|
19963
|
+
display: flex;
|
|
19964
|
+
}
|
|
19965
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
|
19966
|
+
flex-direction: row-reverse;
|
|
19967
|
+
}
|
|
19968
|
+
|
|
19969
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
|
19970
|
+
flex: 1 0 auto;
|
|
19971
|
+
}
|
|
19972
|
+
|
|
19973
|
+
.v-date-picker__title {
|
|
19974
|
+
display: inline-block;
|
|
19975
|
+
}.v-date-picker-months {
|
|
19976
|
+
height: 288px;
|
|
19977
|
+
}
|
|
19978
|
+
|
|
19979
|
+
.v-date-picker-months__content {
|
|
19980
|
+
align-items: center;
|
|
19981
|
+
display: grid;
|
|
19982
|
+
flex: 1 1;
|
|
19983
|
+
height: inherit;
|
|
19984
|
+
justify-content: space-around;
|
|
19985
|
+
grid-template-columns: repeat(2, 1fr);
|
|
19986
|
+
grid-gap: 0px 24px;
|
|
19987
|
+
padding-inline-start: 36px;
|
|
19988
|
+
padding-inline-end: 36px;
|
|
19989
|
+
}
|
|
19990
|
+
.v-date-picker-months__content .v-btn {
|
|
19991
|
+
text-transform: none;
|
|
19992
|
+
padding-inline-start: 8px;
|
|
19993
|
+
padding-inline-end: 8px;
|
|
19994
|
+
}.v-date-picker-header {
|
|
19995
|
+
align-items: flex-end;
|
|
19996
|
+
height: 70px;
|
|
19997
|
+
display: grid;
|
|
19998
|
+
grid-template-areas: "prepend content append";
|
|
19999
|
+
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
|
20000
|
+
overflow: hidden;
|
|
20001
|
+
padding-inline: 24px 12px;
|
|
20002
|
+
padding-bottom: 12px;
|
|
20003
|
+
}
|
|
20004
|
+
|
|
20005
|
+
.v-date-picker-header__append {
|
|
20006
|
+
grid-area: append;
|
|
20007
|
+
}
|
|
20008
|
+
|
|
20009
|
+
.v-date-picker-header__prepend {
|
|
20010
|
+
grid-area: prepend;
|
|
20011
|
+
padding-inline-start: 8px;
|
|
20012
|
+
}
|
|
20013
|
+
|
|
20014
|
+
.v-date-picker-header__content {
|
|
20015
|
+
align-items: center;
|
|
20016
|
+
display: inline-flex;
|
|
20017
|
+
font-size: 32px;
|
|
20018
|
+
line-height: 40px;
|
|
20019
|
+
grid-area: content;
|
|
20020
|
+
justify-content: space-between;
|
|
20021
|
+
}
|
|
20022
|
+
.v-date-picker-header--clickable .v-date-picker-header__content {
|
|
20023
|
+
cursor: pointer;
|
|
20024
|
+
}
|
|
20025
|
+
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
|
|
20026
|
+
opacity: 0.7;
|
|
20027
|
+
}
|
|
20028
|
+
|
|
20029
|
+
.date-picker-header-transition-enter-active,
|
|
20030
|
+
.date-picker-header-reverse-transition-enter-active {
|
|
20031
|
+
transition-duration: 0.3s;
|
|
20032
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
20033
|
+
}
|
|
20034
|
+
.date-picker-header-transition-leave-active,
|
|
20035
|
+
.date-picker-header-reverse-transition-leave-active {
|
|
20036
|
+
transition-duration: 0.3s;
|
|
20037
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
20038
|
+
}
|
|
20039
|
+
|
|
20040
|
+
.date-picker-header-transition-enter-from {
|
|
20041
|
+
transform: translate(0, 100%);
|
|
20042
|
+
}
|
|
20043
|
+
.date-picker-header-transition-leave-to {
|
|
20044
|
+
opacity: 0;
|
|
20045
|
+
transform: translate(0, -100%);
|
|
20046
|
+
}
|
|
20047
|
+
|
|
20048
|
+
.date-picker-header-reverse-transition-enter-from {
|
|
20049
|
+
transform: translate(0, -100%);
|
|
20050
|
+
}
|
|
20051
|
+
.date-picker-header-reverse-transition-leave-to {
|
|
20052
|
+
opacity: 0;
|
|
20053
|
+
transform: translate(0, 100%);
|
|
20054
|
+
}.v-date-picker-years {
|
|
20055
|
+
height: 288px;
|
|
20056
|
+
overflow-y: scroll;
|
|
20057
|
+
}
|
|
20058
|
+
|
|
20059
|
+
.v-date-picker-years__content {
|
|
20060
|
+
display: grid;
|
|
20061
|
+
flex: 1 1;
|
|
20062
|
+
justify-content: space-around;
|
|
20063
|
+
grid-template-columns: repeat(3, 1fr);
|
|
20064
|
+
gap: 8px 24px;
|
|
20065
|
+
padding-inline: 32px;
|
|
20066
|
+
}
|
|
20067
|
+
.v-date-picker-years__content .v-btn {
|
|
20068
|
+
padding-inline: 8px;
|
|
19858
20069
|
}.v-data-table {
|
|
19859
20070
|
width: 100%;
|
|
19860
20071
|
}
|
|
@@ -20023,217 +20234,6 @@ html.overflow-y-hidden {
|
|
|
20023
20234
|
|
|
20024
20235
|
.v-data-table-footer__page {
|
|
20025
20236
|
padding: 0 8px;
|
|
20026
|
-
}.v-date-picker-controls {
|
|
20027
|
-
display: flex;
|
|
20028
|
-
align-items: center;
|
|
20029
|
-
justify-content: space-between;
|
|
20030
|
-
font-size: 0.875rem;
|
|
20031
|
-
padding-top: 4px;
|
|
20032
|
-
padding-bottom: 4px;
|
|
20033
|
-
padding-inline-start: 6px;
|
|
20034
|
-
padding-inline-end: 12px;
|
|
20035
|
-
}
|
|
20036
|
-
.v-date-picker-controls > .v-btn:first-child {
|
|
20037
|
-
text-transform: none;
|
|
20038
|
-
font-weight: 400;
|
|
20039
|
-
line-height: initial;
|
|
20040
|
-
letter-spacing: initial;
|
|
20041
|
-
}
|
|
20042
|
-
.v-date-picker-controls--variant-classic {
|
|
20043
|
-
padding-inline-start: 12px;
|
|
20044
|
-
}
|
|
20045
|
-
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
|
20046
|
-
opacity: 0.7;
|
|
20047
|
-
}
|
|
20048
|
-
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
20049
|
-
cursor: pointer;
|
|
20050
|
-
}
|
|
20051
|
-
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
20052
|
-
opacity: 1;
|
|
20053
|
-
}
|
|
20054
|
-
.v-date-picker-controls .v-btn:last-child {
|
|
20055
|
-
margin-inline-start: 4px;
|
|
20056
|
-
}
|
|
20057
|
-
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
|
20058
|
-
transform: rotate(180deg);
|
|
20059
|
-
}
|
|
20060
|
-
|
|
20061
|
-
.v-date-picker-controls__date {
|
|
20062
|
-
margin-inline-end: 4px;
|
|
20063
|
-
}
|
|
20064
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
|
20065
|
-
margin: auto;
|
|
20066
|
-
text-align: center;
|
|
20067
|
-
}
|
|
20068
|
-
|
|
20069
|
-
.v-date-picker-controls__month {
|
|
20070
|
-
display: flex;
|
|
20071
|
-
}
|
|
20072
|
-
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
|
20073
|
-
flex-direction: row-reverse;
|
|
20074
|
-
}
|
|
20075
|
-
|
|
20076
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
|
20077
|
-
flex: 1 0 auto;
|
|
20078
|
-
}
|
|
20079
|
-
|
|
20080
|
-
.v-date-picker__title {
|
|
20081
|
-
display: inline-block;
|
|
20082
|
-
}.v-date-picker {
|
|
20083
|
-
overflow: hidden;
|
|
20084
|
-
width: 328px;
|
|
20085
|
-
}
|
|
20086
|
-
.v-date-picker--show-week {
|
|
20087
|
-
width: 368px;
|
|
20088
|
-
}.v-date-picker-header {
|
|
20089
|
-
align-items: flex-end;
|
|
20090
|
-
height: 70px;
|
|
20091
|
-
display: grid;
|
|
20092
|
-
grid-template-areas: "prepend content append";
|
|
20093
|
-
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
|
20094
|
-
overflow: hidden;
|
|
20095
|
-
padding-inline: 24px 12px;
|
|
20096
|
-
padding-bottom: 12px;
|
|
20097
|
-
}
|
|
20098
|
-
|
|
20099
|
-
.v-date-picker-header__append {
|
|
20100
|
-
grid-area: append;
|
|
20101
|
-
}
|
|
20102
|
-
|
|
20103
|
-
.v-date-picker-header__prepend {
|
|
20104
|
-
grid-area: prepend;
|
|
20105
|
-
padding-inline-start: 8px;
|
|
20106
|
-
}
|
|
20107
|
-
|
|
20108
|
-
.v-date-picker-header__content {
|
|
20109
|
-
align-items: center;
|
|
20110
|
-
display: inline-flex;
|
|
20111
|
-
font-size: 32px;
|
|
20112
|
-
line-height: 40px;
|
|
20113
|
-
grid-area: content;
|
|
20114
|
-
justify-content: space-between;
|
|
20115
|
-
}
|
|
20116
|
-
.v-date-picker-header--clickable .v-date-picker-header__content {
|
|
20117
|
-
cursor: pointer;
|
|
20118
|
-
}
|
|
20119
|
-
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
|
|
20120
|
-
opacity: 0.7;
|
|
20121
|
-
}
|
|
20122
|
-
|
|
20123
|
-
.date-picker-header-transition-enter-active,
|
|
20124
|
-
.date-picker-header-reverse-transition-enter-active {
|
|
20125
|
-
transition-duration: 0.3s;
|
|
20126
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
20127
|
-
}
|
|
20128
|
-
.date-picker-header-transition-leave-active,
|
|
20129
|
-
.date-picker-header-reverse-transition-leave-active {
|
|
20130
|
-
transition-duration: 0.3s;
|
|
20131
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
20132
|
-
}
|
|
20133
|
-
|
|
20134
|
-
.date-picker-header-transition-enter-from {
|
|
20135
|
-
transform: translate(0, 100%);
|
|
20136
|
-
}
|
|
20137
|
-
.date-picker-header-transition-leave-to {
|
|
20138
|
-
opacity: 0;
|
|
20139
|
-
transform: translate(0, -100%);
|
|
20140
|
-
}
|
|
20141
|
-
|
|
20142
|
-
.date-picker-header-reverse-transition-enter-from {
|
|
20143
|
-
transform: translate(0, -100%);
|
|
20144
|
-
}
|
|
20145
|
-
.date-picker-header-reverse-transition-leave-to {
|
|
20146
|
-
opacity: 0;
|
|
20147
|
-
transform: translate(0, 100%);
|
|
20148
|
-
}.v-date-picker-month {
|
|
20149
|
-
display: flex;
|
|
20150
|
-
justify-content: center;
|
|
20151
|
-
padding: 0 12px 8px;
|
|
20152
|
-
--v-date-picker-month-day-diff: 4px;
|
|
20153
|
-
}
|
|
20154
|
-
|
|
20155
|
-
.v-date-picker-month__weeks {
|
|
20156
|
-
display: grid;
|
|
20157
|
-
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
|
20158
|
-
column-gap: 4px;
|
|
20159
|
-
font-size: 0.85rem;
|
|
20160
|
-
}
|
|
20161
|
-
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
|
20162
|
-
grid-row-gap: 0;
|
|
20163
|
-
}
|
|
20164
|
-
|
|
20165
|
-
.v-date-picker-month__weekday {
|
|
20166
|
-
font-size: 0.85rem;
|
|
20167
|
-
}
|
|
20168
|
-
|
|
20169
|
-
.v-date-picker-month__days {
|
|
20170
|
-
display: grid;
|
|
20171
|
-
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
|
20172
|
-
column-gap: 4px;
|
|
20173
|
-
flex: 1 1;
|
|
20174
|
-
justify-content: space-around;
|
|
20175
|
-
}
|
|
20176
|
-
|
|
20177
|
-
.v-date-picker-month__day {
|
|
20178
|
-
align-items: center;
|
|
20179
|
-
display: flex;
|
|
20180
|
-
justify-content: center;
|
|
20181
|
-
position: relative;
|
|
20182
|
-
height: 40px;
|
|
20183
|
-
width: 40px;
|
|
20184
|
-
}
|
|
20185
|
-
.v-date-picker-month__day--selected .v-btn {
|
|
20186
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
|
20187
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
20188
|
-
}
|
|
20189
|
-
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
|
20190
|
-
--v-btn-height: 24px;
|
|
20191
|
-
--v-btn-size: 0.85rem;
|
|
20192
|
-
}
|
|
20193
|
-
.v-date-picker-month__day--week {
|
|
20194
|
-
font-size: var(--v-btn-size);
|
|
20195
|
-
}
|
|
20196
|
-
|
|
20197
|
-
.v-date-picker-month__day--adjacent {
|
|
20198
|
-
opacity: 0.5;
|
|
20199
|
-
}
|
|
20200
|
-
|
|
20201
|
-
.v-date-picker-month__day--hide-adjacent {
|
|
20202
|
-
opacity: 0;
|
|
20203
|
-
}.v-date-picker-months {
|
|
20204
|
-
height: 288px;
|
|
20205
|
-
}
|
|
20206
|
-
|
|
20207
|
-
.v-date-picker-months__content {
|
|
20208
|
-
align-items: center;
|
|
20209
|
-
display: grid;
|
|
20210
|
-
flex: 1 1;
|
|
20211
|
-
height: inherit;
|
|
20212
|
-
justify-content: space-around;
|
|
20213
|
-
grid-template-columns: repeat(2, 1fr);
|
|
20214
|
-
grid-gap: 0px 24px;
|
|
20215
|
-
padding-inline-start: 36px;
|
|
20216
|
-
padding-inline-end: 36px;
|
|
20217
|
-
}
|
|
20218
|
-
.v-date-picker-months__content .v-btn {
|
|
20219
|
-
text-transform: none;
|
|
20220
|
-
padding-inline-start: 8px;
|
|
20221
|
-
padding-inline-end: 8px;
|
|
20222
|
-
}.v-date-picker-years {
|
|
20223
|
-
height: 288px;
|
|
20224
|
-
overflow-y: scroll;
|
|
20225
|
-
}
|
|
20226
|
-
|
|
20227
|
-
.v-date-picker-years__content {
|
|
20228
|
-
display: grid;
|
|
20229
|
-
flex: 1 1;
|
|
20230
|
-
justify-content: space-around;
|
|
20231
|
-
grid-template-columns: repeat(3, 1fr);
|
|
20232
|
-
gap: 8px 24px;
|
|
20233
|
-
padding-inline: 32px;
|
|
20234
|
-
}
|
|
20235
|
-
.v-date-picker-years__content .v-btn {
|
|
20236
|
-
padding-inline: 8px;
|
|
20237
20237
|
}.v-dialog {
|
|
20238
20238
|
align-items: center;
|
|
20239
20239
|
justify-content: center;
|
|
@@ -21176,45 +21176,9 @@ textarea.v-field__input::placeholder {
|
|
|
21176
21176
|
}
|
|
21177
21177
|
.v-footer--fixed {
|
|
21178
21178
|
position: fixed;
|
|
21179
|
-
}
|
|
21180
|
-
.v-footer--rounded {
|
|
21181
|
-
border-radius: 4px;
|
|
21182
|
-
}.v-img {
|
|
21183
|
-
--v-theme-overlay-multiplier: 3;
|
|
21184
|
-
z-index: 0;
|
|
21185
|
-
}
|
|
21186
|
-
.v-img--booting .v-responsive__sizer {
|
|
21187
|
-
transition: none;
|
|
21188
|
-
}
|
|
21189
|
-
.v-img--rounded {
|
|
21190
|
-
border-radius: 4px;
|
|
21191
|
-
}
|
|
21192
|
-
|
|
21193
|
-
.v-img__img,
|
|
21194
|
-
.v-img__picture,
|
|
21195
|
-
.v-img__gradient,
|
|
21196
|
-
.v-img__placeholder,
|
|
21197
|
-
.v-img__error {
|
|
21198
|
-
z-index: -1;
|
|
21199
|
-
position: absolute;
|
|
21200
|
-
top: 0;
|
|
21201
|
-
left: 0;
|
|
21202
|
-
width: 100%;
|
|
21203
|
-
height: 100%;
|
|
21204
|
-
}
|
|
21205
|
-
|
|
21206
|
-
.v-img__img--preload {
|
|
21207
|
-
filter: blur(4px);
|
|
21208
|
-
}
|
|
21209
|
-
.v-img__img--contain {
|
|
21210
|
-
object-fit: contain;
|
|
21211
|
-
}
|
|
21212
|
-
.v-img__img--cover {
|
|
21213
|
-
object-fit: cover;
|
|
21214
|
-
}
|
|
21215
|
-
|
|
21216
|
-
.v-img__gradient {
|
|
21217
|
-
background-repeat: no-repeat;
|
|
21179
|
+
}
|
|
21180
|
+
.v-footer--rounded {
|
|
21181
|
+
border-radius: 4px;
|
|
21218
21182
|
}.v-icon {
|
|
21219
21183
|
--v-icon-size-multiplier: 1;
|
|
21220
21184
|
align-items: center;
|
|
@@ -21268,6 +21232,42 @@ textarea.v-field__input::placeholder {
|
|
|
21268
21232
|
|
|
21269
21233
|
.v-icon--end {
|
|
21270
21234
|
margin-inline-start: 8px;
|
|
21235
|
+
}.v-img {
|
|
21236
|
+
--v-theme-overlay-multiplier: 3;
|
|
21237
|
+
z-index: 0;
|
|
21238
|
+
}
|
|
21239
|
+
.v-img--booting .v-responsive__sizer {
|
|
21240
|
+
transition: none;
|
|
21241
|
+
}
|
|
21242
|
+
.v-img--rounded {
|
|
21243
|
+
border-radius: 4px;
|
|
21244
|
+
}
|
|
21245
|
+
|
|
21246
|
+
.v-img__img,
|
|
21247
|
+
.v-img__picture,
|
|
21248
|
+
.v-img__gradient,
|
|
21249
|
+
.v-img__placeholder,
|
|
21250
|
+
.v-img__error {
|
|
21251
|
+
z-index: -1;
|
|
21252
|
+
position: absolute;
|
|
21253
|
+
top: 0;
|
|
21254
|
+
left: 0;
|
|
21255
|
+
width: 100%;
|
|
21256
|
+
height: 100%;
|
|
21257
|
+
}
|
|
21258
|
+
|
|
21259
|
+
.v-img__img--preload {
|
|
21260
|
+
filter: blur(4px);
|
|
21261
|
+
}
|
|
21262
|
+
.v-img__img--contain {
|
|
21263
|
+
object-fit: contain;
|
|
21264
|
+
}
|
|
21265
|
+
.v-img__img--cover {
|
|
21266
|
+
object-fit: cover;
|
|
21267
|
+
}
|
|
21268
|
+
|
|
21269
|
+
.v-img__gradient {
|
|
21270
|
+
background-repeat: no-repeat;
|
|
21271
21271
|
}.v-infinite-scroll--horizontal {
|
|
21272
21272
|
display: flex;
|
|
21273
21273
|
flex-direction: row;
|
|
@@ -21440,21 +21440,6 @@ textarea.v-field__input::placeholder {
|
|
|
21440
21440
|
max-width: 100%;
|
|
21441
21441
|
position: relative;
|
|
21442
21442
|
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21443
|
-
}.v-layout {
|
|
21444
|
-
--v-scrollbar-offset: 0px;
|
|
21445
|
-
display: flex;
|
|
21446
|
-
flex: 1 1 auto;
|
|
21447
|
-
}
|
|
21448
|
-
.v-layout--full-height {
|
|
21449
|
-
--v-scrollbar-offset: inherit;
|
|
21450
|
-
height: 100%;
|
|
21451
|
-
}.v-layout-item {
|
|
21452
|
-
position: absolute;
|
|
21453
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21454
|
-
}
|
|
21455
|
-
|
|
21456
|
-
.v-layout-item--absolute {
|
|
21457
|
-
position: absolute;
|
|
21458
21443
|
}.v-label {
|
|
21459
21444
|
align-items: center;
|
|
21460
21445
|
color: inherit;
|
|
@@ -21470,107 +21455,21 @@ textarea.v-field__input::placeholder {
|
|
|
21470
21455
|
|
|
21471
21456
|
.v-label--clickable {
|
|
21472
21457
|
cursor: pointer;
|
|
21473
|
-
}.v-
|
|
21474
|
-
|
|
21475
|
-
padding: 8px 0;
|
|
21476
|
-
position: relative;
|
|
21477
|
-
outline: none;
|
|
21478
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
21479
|
-
border-style: solid;
|
|
21480
|
-
border-width: 0;
|
|
21481
|
-
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));
|
|
21482
|
-
border-radius: 0;
|
|
21483
|
-
background: rgba(var(--v-theme-surface));
|
|
21484
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
21485
|
-
}
|
|
21486
|
-
.v-list--border {
|
|
21487
|
-
border-width: thin;
|
|
21488
|
-
box-shadow: none;
|
|
21489
|
-
}
|
|
21490
|
-
.v-list--disabled {
|
|
21491
|
-
pointer-events: none;
|
|
21492
|
-
-webkit-user-select: none;
|
|
21493
|
-
user-select: none;
|
|
21494
|
-
}
|
|
21495
|
-
.v-list--nav {
|
|
21496
|
-
padding-inline: 8px;
|
|
21497
|
-
}
|
|
21498
|
-
.v-list--rounded {
|
|
21499
|
-
border-radius: 4px;
|
|
21500
|
-
}
|
|
21501
|
-
.v-list--subheader {
|
|
21502
|
-
padding-top: 0;
|
|
21503
|
-
}
|
|
21504
|
-
|
|
21505
|
-
.v-list-img {
|
|
21506
|
-
border-radius: inherit;
|
|
21458
|
+
}.v-layout {
|
|
21459
|
+
--v-scrollbar-offset: 0px;
|
|
21507
21460
|
display: flex;
|
|
21461
|
+
flex: 1 1 auto;
|
|
21462
|
+
}
|
|
21463
|
+
.v-layout--full-height {
|
|
21464
|
+
--v-scrollbar-offset: inherit;
|
|
21508
21465
|
height: 100%;
|
|
21509
|
-
|
|
21510
|
-
overflow: hidden;
|
|
21466
|
+
}.v-layout-item {
|
|
21511
21467
|
position: absolute;
|
|
21512
|
-
|
|
21513
|
-
width: 100%;
|
|
21514
|
-
z-index: -1;
|
|
21515
|
-
}
|
|
21516
|
-
|
|
21517
|
-
.v-list-subheader {
|
|
21518
|
-
align-items: center;
|
|
21519
|
-
background: inherit;
|
|
21520
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
21521
|
-
display: flex;
|
|
21522
|
-
font-size: 0.875rem;
|
|
21523
|
-
font-weight: 400;
|
|
21524
|
-
line-height: 1.375rem;
|
|
21525
|
-
padding-inline-end: 16px;
|
|
21526
|
-
min-height: 40px;
|
|
21527
|
-
transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
|
21528
|
-
}
|
|
21529
|
-
.v-list-subheader__text {
|
|
21530
|
-
overflow: hidden;
|
|
21531
|
-
text-overflow: ellipsis;
|
|
21532
|
-
white-space: nowrap;
|
|
21533
|
-
}
|
|
21534
|
-
.v-list--density-default .v-list-subheader {
|
|
21535
|
-
min-height: 40px;
|
|
21536
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
|
21537
|
-
}
|
|
21538
|
-
|
|
21539
|
-
.v-list--density-comfortable .v-list-subheader {
|
|
21540
|
-
min-height: 36px;
|
|
21541
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
|
21542
|
-
}
|
|
21543
|
-
|
|
21544
|
-
.v-list--density-compact .v-list-subheader {
|
|
21545
|
-
min-height: 32px;
|
|
21546
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
|
21547
|
-
}
|
|
21548
|
-
|
|
21549
|
-
.v-list-subheader--inset {
|
|
21550
|
-
--indent-padding: 56px;
|
|
21551
|
-
}
|
|
21552
|
-
.v-list--nav .v-list-subheader {
|
|
21553
|
-
font-size: 0.75rem;
|
|
21554
|
-
}
|
|
21555
|
-
.v-list-subheader--sticky {
|
|
21556
|
-
background: inherit;
|
|
21557
|
-
left: 0;
|
|
21558
|
-
position: sticky;
|
|
21559
|
-
top: 0;
|
|
21560
|
-
z-index: 1;
|
|
21468
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21561
21469
|
}
|
|
21562
21470
|
|
|
21563
|
-
.v-
|
|
21564
|
-
background-color: currentColor;
|
|
21565
|
-
border-radius: inherit;
|
|
21566
|
-
bottom: 0;
|
|
21567
|
-
left: 0;
|
|
21568
|
-
opacity: 0;
|
|
21569
|
-
pointer-events: none;
|
|
21471
|
+
.v-layout-item--absolute {
|
|
21570
21472
|
position: absolute;
|
|
21571
|
-
right: 0;
|
|
21572
|
-
top: 0;
|
|
21573
|
-
transition: opacity 0.2s ease-in-out;
|
|
21574
21473
|
}.v-list-item {
|
|
21575
21474
|
align-items: center;
|
|
21576
21475
|
display: grid;
|
|
@@ -21685,6 +21584,9 @@ textarea.v-field__input::placeholder {
|
|
|
21685
21584
|
.v-list-item--active .v-list-item__append > .v-icon {
|
|
21686
21585
|
opacity: 1;
|
|
21687
21586
|
}
|
|
21587
|
+
.v-list-item--active:not(.v-list-item--link) .v-list-item__overlay {
|
|
21588
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
21589
|
+
}
|
|
21688
21590
|
.v-list-item--rounded {
|
|
21689
21591
|
border-radius: 4px;
|
|
21690
21592
|
}
|
|
@@ -22019,24 +21921,112 @@ textarea.v-field__input::placeholder {
|
|
|
22019
21921
|
|
|
22020
21922
|
.v-list-group__header.v-list-item--active:not(:focus-visible) .v-list-item__overlay {
|
|
22021
21923
|
opacity: 0;
|
|
22022
|
-
}
|
|
22023
|
-
.v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
|
|
22024
|
-
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
21924
|
+
}
|
|
21925
|
+
.v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
|
|
21926
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
21927
|
+
}.v-list {
|
|
21928
|
+
overflow: auto;
|
|
21929
|
+
padding: 8px 0;
|
|
21930
|
+
position: relative;
|
|
21931
|
+
outline: none;
|
|
21932
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
21933
|
+
border-style: solid;
|
|
21934
|
+
border-width: 0;
|
|
21935
|
+
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));
|
|
21936
|
+
border-radius: 0;
|
|
21937
|
+
background: rgba(var(--v-theme-surface));
|
|
21938
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
21939
|
+
}
|
|
21940
|
+
.v-list--border {
|
|
21941
|
+
border-width: thin;
|
|
21942
|
+
box-shadow: none;
|
|
21943
|
+
}
|
|
21944
|
+
.v-list--disabled {
|
|
21945
|
+
pointer-events: none;
|
|
21946
|
+
-webkit-user-select: none;
|
|
21947
|
+
user-select: none;
|
|
21948
|
+
}
|
|
21949
|
+
.v-list--nav {
|
|
21950
|
+
padding-inline: 8px;
|
|
21951
|
+
}
|
|
21952
|
+
.v-list--rounded {
|
|
21953
|
+
border-radius: 4px;
|
|
21954
|
+
}
|
|
21955
|
+
.v-list--subheader {
|
|
21956
|
+
padding-top: 0;
|
|
21957
|
+
}
|
|
21958
|
+
|
|
21959
|
+
.v-list-img {
|
|
21960
|
+
border-radius: inherit;
|
|
21961
|
+
display: flex;
|
|
21962
|
+
height: 100%;
|
|
21963
|
+
left: 0;
|
|
21964
|
+
overflow: hidden;
|
|
21965
|
+
position: absolute;
|
|
21966
|
+
top: 0;
|
|
21967
|
+
width: 100%;
|
|
21968
|
+
z-index: -1;
|
|
21969
|
+
}
|
|
21970
|
+
|
|
21971
|
+
.v-list-subheader {
|
|
21972
|
+
align-items: center;
|
|
21973
|
+
background: inherit;
|
|
21974
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
21975
|
+
display: flex;
|
|
21976
|
+
font-size: 0.875rem;
|
|
21977
|
+
font-weight: 400;
|
|
21978
|
+
line-height: 1.375rem;
|
|
21979
|
+
padding-inline-end: 16px;
|
|
21980
|
+
min-height: 40px;
|
|
21981
|
+
transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
|
21982
|
+
}
|
|
21983
|
+
.v-list-subheader__text {
|
|
21984
|
+
overflow: hidden;
|
|
21985
|
+
text-overflow: ellipsis;
|
|
21986
|
+
white-space: nowrap;
|
|
21987
|
+
}
|
|
21988
|
+
.v-list--density-default .v-list-subheader {
|
|
21989
|
+
min-height: 40px;
|
|
21990
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
|
21991
|
+
}
|
|
21992
|
+
|
|
21993
|
+
.v-list--density-comfortable .v-list-subheader {
|
|
21994
|
+
min-height: 36px;
|
|
21995
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
|
21996
|
+
}
|
|
21997
|
+
|
|
21998
|
+
.v-list--density-compact .v-list-subheader {
|
|
21999
|
+
min-height: 32px;
|
|
22000
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
|
22001
|
+
}
|
|
22002
|
+
|
|
22003
|
+
.v-list-subheader--inset {
|
|
22004
|
+
--indent-padding: 56px;
|
|
22005
|
+
}
|
|
22006
|
+
.v-list--nav .v-list-subheader {
|
|
22007
|
+
font-size: 0.75rem;
|
|
22008
|
+
}
|
|
22009
|
+
.v-list-subheader--sticky {
|
|
22010
|
+
background: inherit;
|
|
22011
|
+
left: 0;
|
|
22012
|
+
position: sticky;
|
|
22013
|
+
top: 0;
|
|
22014
|
+
z-index: 1;
|
|
22015
|
+
}
|
|
22016
|
+
|
|
22017
|
+
.v-list__overlay {
|
|
22018
|
+
background-color: currentColor;
|
|
22019
|
+
border-radius: inherit;
|
|
22020
|
+
bottom: 0;
|
|
22021
|
+
left: 0;
|
|
22022
|
+
opacity: 0;
|
|
22023
|
+
pointer-events: none;
|
|
22024
|
+
position: absolute;
|
|
22025
|
+
right: 0;
|
|
22026
|
+
top: 0;
|
|
22027
|
+
transition: opacity 0.2s ease-in-out;
|
|
22025
22028
|
}.v-locale-provider {
|
|
22026
22029
|
display: contents;
|
|
22027
|
-
}.v-menu > .v-overlay__content {
|
|
22028
|
-
display: flex;
|
|
22029
|
-
flex-direction: column;
|
|
22030
|
-
border-radius: 4px;
|
|
22031
|
-
}
|
|
22032
|
-
.v-menu > .v-overlay__content > .v-card,
|
|
22033
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
|
22034
|
-
.v-menu > .v-overlay__content > .v-list {
|
|
22035
|
-
background: rgb(var(--v-theme-surface));
|
|
22036
|
-
border-radius: inherit;
|
|
22037
|
-
overflow: auto;
|
|
22038
|
-
height: 100%;
|
|
22039
|
-
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));
|
|
22040
22030
|
}.v-main {
|
|
22041
22031
|
flex: 1 0 auto;
|
|
22042
22032
|
max-width: 100%;
|
|
@@ -22065,6 +22055,19 @@ textarea.v-field__input::placeholder {
|
|
|
22065
22055
|
--v-layout-right: 0px;
|
|
22066
22056
|
--v-layout-top: 0px;
|
|
22067
22057
|
--v-layout-bottom: 0px;
|
|
22058
|
+
}.v-menu > .v-overlay__content {
|
|
22059
|
+
display: flex;
|
|
22060
|
+
flex-direction: column;
|
|
22061
|
+
border-radius: 4px;
|
|
22062
|
+
}
|
|
22063
|
+
.v-menu > .v-overlay__content > .v-card,
|
|
22064
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
|
22065
|
+
.v-menu > .v-overlay__content > .v-list {
|
|
22066
|
+
background: rgb(var(--v-theme-surface));
|
|
22067
|
+
border-radius: inherit;
|
|
22068
|
+
overflow: auto;
|
|
22069
|
+
height: 100%;
|
|
22070
|
+
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));
|
|
22068
22071
|
}.v-messages {
|
|
22069
22072
|
flex: 1 1 auto;
|
|
22070
22073
|
font-size: 12px;
|
|
@@ -22623,6 +22626,18 @@ html.v-overlay-scroll-blocked {
|
|
|
22623
22626
|
0% {
|
|
22624
22627
|
background-position-x: var(--v-progress-linear-height);
|
|
22625
22628
|
}
|
|
22629
|
+
}.v-radio-group > .v-input__control {
|
|
22630
|
+
flex-direction: column;
|
|
22631
|
+
}
|
|
22632
|
+
.v-radio-group > .v-input__control > .v-label {
|
|
22633
|
+
margin-inline-start: 16px;
|
|
22634
|
+
}
|
|
22635
|
+
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
22636
|
+
padding-inline-start: 6px;
|
|
22637
|
+
margin-top: 8px;
|
|
22638
|
+
}
|
|
22639
|
+
.v-radio-group .v-input__details {
|
|
22640
|
+
padding-inline: 16px;
|
|
22626
22641
|
}.v-slider .v-slider__container input {
|
|
22627
22642
|
cursor: default;
|
|
22628
22643
|
padding: 0;
|
|
@@ -22680,18 +22695,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22680
22695
|
|
|
22681
22696
|
.v-slider__label {
|
|
22682
22697
|
margin-inline-end: 12px;
|
|
22683
|
-
}.v-radio-group > .v-input__control {
|
|
22684
|
-
flex-direction: column;
|
|
22685
|
-
}
|
|
22686
|
-
.v-radio-group > .v-input__control > .v-label {
|
|
22687
|
-
margin-inline-start: 16px;
|
|
22688
|
-
}
|
|
22689
|
-
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
22690
|
-
padding-inline-start: 6px;
|
|
22691
|
-
margin-top: 8px;
|
|
22692
|
-
}
|
|
22693
|
-
.v-radio-group .v-input__details {
|
|
22694
|
-
padding-inline: 16px;
|
|
22695
22698
|
}.v-rating {
|
|
22696
22699
|
max-width: 100%;
|
|
22697
22700
|
display: inline-flex;
|
|
@@ -22820,14 +22823,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22820
22823
|
.v-select--active-menu .v-select__menu-icon {
|
|
22821
22824
|
opacity: var(--v-high-emphasis-opacity);
|
|
22822
22825
|
transform: rotate(180deg);
|
|
22823
|
-
}.v-selection-control-group {
|
|
22824
|
-
grid-area: control;
|
|
22825
|
-
display: flex;
|
|
22826
|
-
flex-direction: column;
|
|
22827
|
-
}
|
|
22828
|
-
.v-selection-control-group--inline {
|
|
22829
|
-
flex-direction: row;
|
|
22830
|
-
flex-wrap: wrap;
|
|
22831
22826
|
}.v-selection-control {
|
|
22832
22827
|
align-items: center;
|
|
22833
22828
|
contain: layout;
|
|
@@ -22929,6 +22924,14 @@ html.v-overlay-scroll-blocked {
|
|
|
22929
22924
|
}
|
|
22930
22925
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
|
22931
22926
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
22927
|
+
}.v-selection-control-group {
|
|
22928
|
+
grid-area: control;
|
|
22929
|
+
display: flex;
|
|
22930
|
+
flex-direction: column;
|
|
22931
|
+
}
|
|
22932
|
+
.v-selection-control-group--inline {
|
|
22933
|
+
flex-direction: row;
|
|
22934
|
+
flex-wrap: wrap;
|
|
22932
22935
|
}.v-sheet {
|
|
22933
22936
|
display: block;
|
|
22934
22937
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
@@ -23457,43 +23460,6 @@ html.v-overlay-scroll-blocked {
|
|
|
23457
23460
|
}
|
|
23458
23461
|
.v-stepper--mobile .v-stepper-item__subtitle {
|
|
23459
23462
|
display: none;
|
|
23460
|
-
}.v-system-bar {
|
|
23461
|
-
align-items: center;
|
|
23462
|
-
display: flex;
|
|
23463
|
-
flex: 1 1 auto;
|
|
23464
|
-
height: 24px;
|
|
23465
|
-
justify-content: flex-end;
|
|
23466
|
-
max-width: 100%;
|
|
23467
|
-
padding-inline: 8px;
|
|
23468
|
-
position: relative;
|
|
23469
|
-
text-align: end;
|
|
23470
|
-
width: 100%;
|
|
23471
|
-
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));
|
|
23472
|
-
background: rgba(var(--v-theme-surface-light));
|
|
23473
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
23474
|
-
font-size: 0.75rem;
|
|
23475
|
-
font-weight: 400;
|
|
23476
|
-
letter-spacing: 0.0333333333em;
|
|
23477
|
-
line-height: 1.25rem;
|
|
23478
|
-
text-transform: none;
|
|
23479
|
-
}
|
|
23480
|
-
.v-system-bar .v-icon {
|
|
23481
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
23482
|
-
}
|
|
23483
|
-
.v-system-bar--absolute {
|
|
23484
|
-
position: absolute;
|
|
23485
|
-
}
|
|
23486
|
-
.v-system-bar--fixed {
|
|
23487
|
-
position: fixed;
|
|
23488
|
-
}
|
|
23489
|
-
.v-system-bar--rounded {
|
|
23490
|
-
border-radius: 0;
|
|
23491
|
-
}
|
|
23492
|
-
.v-system-bar--window {
|
|
23493
|
-
height: 32px;
|
|
23494
|
-
}
|
|
23495
|
-
.v-system-bar:not(.v-system-bar--absolute) {
|
|
23496
|
-
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
23497
23463
|
}.v-switch .v-label {
|
|
23498
23464
|
padding-inline-start: 10px;
|
|
23499
23465
|
}
|
|
@@ -23612,35 +23578,49 @@ html.v-overlay-scroll-blocked {
|
|
|
23612
23578
|
}
|
|
23613
23579
|
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
|
23614
23580
|
width: auto;
|
|
23615
|
-
}.v-tab.v-tab.v-btn {
|
|
23616
|
-
height: var(--v-tabs-height);
|
|
23617
|
-
border-radius: 0;
|
|
23618
|
-
min-width: 90px;
|
|
23619
23581
|
}
|
|
23620
|
-
.v-
|
|
23621
|
-
|
|
23582
|
+
.v-switch.v-input--vertical .v-label {
|
|
23583
|
+
min-width: max-content;
|
|
23622
23584
|
}
|
|
23623
|
-
.v-
|
|
23624
|
-
|
|
23585
|
+
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
|
23586
|
+
transform: rotate(-90deg);
|
|
23587
|
+
}.v-system-bar {
|
|
23588
|
+
align-items: center;
|
|
23589
|
+
display: flex;
|
|
23590
|
+
flex: 1 1 auto;
|
|
23591
|
+
height: 24px;
|
|
23592
|
+
justify-content: flex-end;
|
|
23593
|
+
max-width: 100%;
|
|
23594
|
+
padding-inline: 8px;
|
|
23595
|
+
position: relative;
|
|
23596
|
+
text-align: end;
|
|
23597
|
+
width: 100%;
|
|
23598
|
+
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));
|
|
23599
|
+
background: rgba(var(--v-theme-surface-light));
|
|
23600
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
23601
|
+
font-size: 0.75rem;
|
|
23602
|
+
font-weight: 400;
|
|
23603
|
+
letter-spacing: 0.0333333333em;
|
|
23604
|
+
line-height: 1.25rem;
|
|
23605
|
+
text-transform: none;
|
|
23625
23606
|
}
|
|
23626
|
-
|
|
23627
|
-
|
|
23607
|
+
.v-system-bar .v-icon {
|
|
23608
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
23609
|
+
}
|
|
23610
|
+
.v-system-bar--absolute {
|
|
23628
23611
|
position: absolute;
|
|
23629
|
-
bottom: 0;
|
|
23630
|
-
left: 0;
|
|
23631
|
-
height: 2px;
|
|
23632
|
-
width: 100%;
|
|
23633
|
-
background: currentColor;
|
|
23634
|
-
pointer-events: none;
|
|
23635
|
-
opacity: 0;
|
|
23636
23612
|
}
|
|
23637
|
-
.v-
|
|
23638
|
-
|
|
23613
|
+
.v-system-bar--fixed {
|
|
23614
|
+
position: fixed;
|
|
23639
23615
|
}
|
|
23640
|
-
.v-
|
|
23641
|
-
|
|
23642
|
-
|
|
23643
|
-
|
|
23616
|
+
.v-system-bar--rounded {
|
|
23617
|
+
border-radius: 0;
|
|
23618
|
+
}
|
|
23619
|
+
.v-system-bar--window {
|
|
23620
|
+
height: 32px;
|
|
23621
|
+
}
|
|
23622
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
|
23623
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
23644
23624
|
}.v-tabs {
|
|
23645
23625
|
display: flex;
|
|
23646
23626
|
height: var(--v-tabs-height);
|
|
@@ -23707,6 +23687,35 @@ html.v-overlay-scroll-blocked {
|
|
|
23707
23687
|
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
|
23708
23688
|
margin-inline-end: 52px;
|
|
23709
23689
|
}
|
|
23690
|
+
}.v-tab.v-tab.v-btn {
|
|
23691
|
+
height: var(--v-tabs-height);
|
|
23692
|
+
border-radius: 0;
|
|
23693
|
+
min-width: 90px;
|
|
23694
|
+
}
|
|
23695
|
+
.v-slide-group--horizontal .v-tab {
|
|
23696
|
+
max-width: 360px;
|
|
23697
|
+
}
|
|
23698
|
+
.v-slide-group--vertical .v-tab {
|
|
23699
|
+
justify-content: start;
|
|
23700
|
+
}
|
|
23701
|
+
|
|
23702
|
+
.v-tab__slider {
|
|
23703
|
+
position: absolute;
|
|
23704
|
+
bottom: 0;
|
|
23705
|
+
left: 0;
|
|
23706
|
+
height: 2px;
|
|
23707
|
+
width: 100%;
|
|
23708
|
+
background: currentColor;
|
|
23709
|
+
pointer-events: none;
|
|
23710
|
+
opacity: 0;
|
|
23711
|
+
}
|
|
23712
|
+
.v-tab--selected .v-tab__slider {
|
|
23713
|
+
opacity: 1;
|
|
23714
|
+
}
|
|
23715
|
+
.v-slide-group--vertical .v-tab__slider {
|
|
23716
|
+
top: 0;
|
|
23717
|
+
height: 100%;
|
|
23718
|
+
width: 2px;
|
|
23710
23719
|
}.v-table {
|
|
23711
23720
|
background: rgb(var(--v-theme-surface));
|
|
23712
23721
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
@@ -24599,6 +24608,34 @@ html.v-overlay-scroll-blocked {
|
|
|
24599
24608
|
}
|
|
24600
24609
|
.v-window-y-reverse-transition-leave-to {
|
|
24601
24610
|
transform: translateY(100%);
|
|
24611
|
+
}.v-color-picker-edit {
|
|
24612
|
+
display: flex;
|
|
24613
|
+
margin-top: 24px;
|
|
24614
|
+
}
|
|
24615
|
+
|
|
24616
|
+
.v-color-picker-edit__input {
|
|
24617
|
+
width: 100%;
|
|
24618
|
+
display: flex;
|
|
24619
|
+
flex-wrap: wrap;
|
|
24620
|
+
justify-content: center;
|
|
24621
|
+
text-align: center;
|
|
24622
|
+
}
|
|
24623
|
+
.v-color-picker-edit__input:not(:last-child) {
|
|
24624
|
+
margin-inline-end: 8px;
|
|
24625
|
+
}
|
|
24626
|
+
.v-color-picker-edit__input input {
|
|
24627
|
+
border-radius: 4px;
|
|
24628
|
+
margin-bottom: 8px;
|
|
24629
|
+
min-width: 0;
|
|
24630
|
+
outline: none;
|
|
24631
|
+
text-align: center;
|
|
24632
|
+
width: 100%;
|
|
24633
|
+
height: 32px;
|
|
24634
|
+
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
24635
|
+
color: rgba(var(--v-theme-on-surface));
|
|
24636
|
+
}
|
|
24637
|
+
.v-color-picker-edit__input span {
|
|
24638
|
+
font-size: 0.75rem;
|
|
24602
24639
|
}.v-color-picker-canvas {
|
|
24603
24640
|
display: flex;
|
|
24604
24641
|
position: relative;
|
|
@@ -24691,34 +24728,6 @@ html.v-overlay-scroll-blocked {
|
|
|
24691
24728
|
.v-color-picker-preview__eye-dropper {
|
|
24692
24729
|
position: relative;
|
|
24693
24730
|
margin-right: 12px;
|
|
24694
|
-
}.v-color-picker-edit {
|
|
24695
|
-
display: flex;
|
|
24696
|
-
margin-top: 24px;
|
|
24697
|
-
}
|
|
24698
|
-
|
|
24699
|
-
.v-color-picker-edit__input {
|
|
24700
|
-
width: 100%;
|
|
24701
|
-
display: flex;
|
|
24702
|
-
flex-wrap: wrap;
|
|
24703
|
-
justify-content: center;
|
|
24704
|
-
text-align: center;
|
|
24705
|
-
}
|
|
24706
|
-
.v-color-picker-edit__input:not(:last-child) {
|
|
24707
|
-
margin-inline-end: 8px;
|
|
24708
|
-
}
|
|
24709
|
-
.v-color-picker-edit__input input {
|
|
24710
|
-
border-radius: 4px;
|
|
24711
|
-
margin-bottom: 8px;
|
|
24712
|
-
min-width: 0;
|
|
24713
|
-
outline: none;
|
|
24714
|
-
text-align: center;
|
|
24715
|
-
width: 100%;
|
|
24716
|
-
height: 32px;
|
|
24717
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
24718
|
-
color: rgba(var(--v-theme-on-surface));
|
|
24719
|
-
}
|
|
24720
|
-
.v-color-picker-edit__input span {
|
|
24721
|
-
font-size: 0.75rem;
|
|
24722
24731
|
}.v-color-picker-swatches {
|
|
24723
24732
|
overflow-y: auto;
|
|
24724
24733
|
}
|