vuetify 3.4.0 → 3.4.2
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 +1860 -1856
- package/dist/json/importMap.json +140 -140
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +3641 -3631
- package/dist/vuetify-labs.css +1393 -1386
- package/dist/vuetify-labs.d.ts +1936 -9147
- package/dist/vuetify-labs.esm.js +91 -79
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +91 -79
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +940 -933
- package/dist/vuetify.d.ts +2081 -9282
- package/dist/vuetify.esm.js +91 -79
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +91 -79
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +67 -66
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +0 -2
- package/lib/blueprints/md1.d.mts +0 -2
- package/lib/blueprints/md2.d.mts +0 -2
- package/lib/blueprints/md3.d.mts +0 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -3
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +74 -98
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/index.d.mts +44 -69
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +11 -11
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.mts +45 -71
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +73 -513
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +100 -482
- package/lib/components/VChip/index.d.mts +15 -18
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +49 -189
- package/lib/components/VCombobox/VCombobox.mjs +3 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +74 -98
- package/lib/components/VDataIterator/index.d.mts +8 -6
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +2 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/items.mjs.map +1 -1
- package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/components/VDataTable/composables/select.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +411 -4142
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.css +4 -0
- package/lib/components/VDatePicker/VDatePicker.mjs +29 -22
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.sass +4 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +32 -36
- package/lib/components/VDialog/VDialog.css +4 -1
- package/lib/components/VDialog/VDialog.sass +4 -3
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/index.d.mts +33 -41
- package/lib/components/VFileInput/index.d.mts +144 -385
- package/lib/components/VImg/VImg.mjs +10 -2
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VInput/VInput.mjs +1 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +72 -154
- package/lib/components/VItemGroup/VItemGroup.mjs +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.mts +49 -189
- package/lib/components/VList/VList.mjs +2 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +58 -95
- package/lib/components/VOtpInput/index.d.mts +8 -11
- package/lib/components/VRadio/index.d.mts +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +77 -211
- package/lib/components/VRangeSlider/index.d.mts +22 -25
- package/lib/components/VSelect/VSelect.mjs +2 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +67 -91
- package/lib/components/VSelectionControl/VSelectionControl.mjs +2 -2
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +9 -18
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +46 -68
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +47 -101
- package/lib/components/VSlider/index.d.mts +22 -25
- package/lib/components/VSwitch/VSwitch.mjs +7 -5
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +90 -303
- package/lib/components/VTextField/index.d.mts +173 -451
- package/lib/components/VTextarea/index.d.mts +144 -385
- package/lib/components/VValidation/VValidation.mjs +2 -2
- package/lib/components/VValidation/VValidation.mjs.map +1 -1
- package/lib/components/VValidation/index.d.mts +88 -359
- package/lib/components/VWindow/VWindow.mjs +1 -1
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/index.d.mts +58 -245
- package/lib/components/index.d.mts +1933 -9130
- package/lib/composables/date/DateAdapter.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +1 -13
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/date/date.mjs +1 -1
- package/lib/composables/date/date.mjs.map +1 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +11 -13
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +40 -44
- package/lib/labs/VConfirmEdit/index.d.mts +0 -10
- package/lib/labs/components.d.mts +0 -10
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.4.
|
|
2
|
+
* Vuetify v3.4.2
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -17219,93 +17219,6 @@ html.overflow-y-hidden {
|
|
|
17219
17219
|
text-transform: none;
|
|
17220
17220
|
word-break: normal;
|
|
17221
17221
|
word-wrap: break-word;
|
|
17222
|
-
}.v-avatar {
|
|
17223
|
-
flex: none;
|
|
17224
|
-
align-items: center;
|
|
17225
|
-
display: inline-flex;
|
|
17226
|
-
justify-content: center;
|
|
17227
|
-
line-height: normal;
|
|
17228
|
-
overflow: hidden;
|
|
17229
|
-
position: relative;
|
|
17230
|
-
text-align: center;
|
|
17231
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17232
|
-
transition-property: width, height;
|
|
17233
|
-
vertical-align: middle;
|
|
17234
|
-
border-radius: 50%;
|
|
17235
|
-
}
|
|
17236
|
-
.v-avatar.v-avatar--size-x-small {
|
|
17237
|
-
--v-avatar-height: 24px;
|
|
17238
|
-
}
|
|
17239
|
-
.v-avatar.v-avatar--size-small {
|
|
17240
|
-
--v-avatar-height: 32px;
|
|
17241
|
-
}
|
|
17242
|
-
.v-avatar.v-avatar--size-default {
|
|
17243
|
-
--v-avatar-height: 40px;
|
|
17244
|
-
}
|
|
17245
|
-
.v-avatar.v-avatar--size-large {
|
|
17246
|
-
--v-avatar-height: 48px;
|
|
17247
|
-
}
|
|
17248
|
-
.v-avatar.v-avatar--size-x-large {
|
|
17249
|
-
--v-avatar-height: 56px;
|
|
17250
|
-
}
|
|
17251
|
-
.v-avatar.v-avatar--density-default {
|
|
17252
|
-
height: calc(var(--v-avatar-height) + 0px);
|
|
17253
|
-
width: calc(var(--v-avatar-height) + 0px);
|
|
17254
|
-
}
|
|
17255
|
-
.v-avatar.v-avatar--density-comfortable {
|
|
17256
|
-
height: calc(var(--v-avatar-height) + -4px);
|
|
17257
|
-
width: calc(var(--v-avatar-height) + -4px);
|
|
17258
|
-
}
|
|
17259
|
-
.v-avatar.v-avatar--density-compact {
|
|
17260
|
-
height: calc(var(--v-avatar-height) + -8px);
|
|
17261
|
-
width: calc(var(--v-avatar-height) + -8px);
|
|
17262
|
-
}
|
|
17263
|
-
.v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
|
|
17264
|
-
background: transparent;
|
|
17265
|
-
color: inherit;
|
|
17266
|
-
}
|
|
17267
|
-
.v-avatar--variant-plain {
|
|
17268
|
-
opacity: 0.62;
|
|
17269
|
-
}
|
|
17270
|
-
.v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
|
|
17271
|
-
opacity: 1;
|
|
17272
|
-
}
|
|
17273
|
-
.v-avatar--variant-plain .v-avatar__overlay {
|
|
17274
|
-
display: none;
|
|
17275
|
-
}
|
|
17276
|
-
.v-avatar--variant-elevated, .v-avatar--variant-flat {
|
|
17277
|
-
background: var(--v-theme-surface);
|
|
17278
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
17279
|
-
}
|
|
17280
|
-
.v-avatar--variant-elevated {
|
|
17281
|
-
box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17282
|
-
}
|
|
17283
|
-
.v-avatar--variant-flat {
|
|
17284
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17285
|
-
}
|
|
17286
|
-
.v-avatar--variant-outlined {
|
|
17287
|
-
border: thin solid currentColor;
|
|
17288
|
-
}
|
|
17289
|
-
.v-avatar--variant-text .v-avatar__overlay {
|
|
17290
|
-
background: currentColor;
|
|
17291
|
-
}
|
|
17292
|
-
.v-avatar--variant-tonal .v-avatar__underlay {
|
|
17293
|
-
background: currentColor;
|
|
17294
|
-
opacity: var(--v-activated-opacity);
|
|
17295
|
-
border-radius: inherit;
|
|
17296
|
-
position: absolute;
|
|
17297
|
-
top: 0;
|
|
17298
|
-
right: 0;
|
|
17299
|
-
bottom: 0;
|
|
17300
|
-
left: 0;
|
|
17301
|
-
pointer-events: none;
|
|
17302
|
-
}
|
|
17303
|
-
.v-avatar--rounded {
|
|
17304
|
-
border-radius: 4px;
|
|
17305
|
-
}
|
|
17306
|
-
.v-avatar .v-img {
|
|
17307
|
-
height: 100%;
|
|
17308
|
-
width: 100%;
|
|
17309
17222
|
}.v-autocomplete .v-field .v-text-field__prefix,
|
|
17310
17223
|
.v-autocomplete .v-field .v-text-field__suffix,
|
|
17311
17224
|
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
|
@@ -17387,77 +17300,93 @@ html.overflow-y-hidden {
|
|
|
17387
17300
|
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
|
17388
17301
|
opacity: var(--v-high-emphasis-opacity);
|
|
17389
17302
|
transform: rotate(180deg);
|
|
17390
|
-
}.v-
|
|
17391
|
-
|
|
17392
|
-
line-height: 1;
|
|
17393
|
-
}
|
|
17394
|
-
|
|
17395
|
-
.v-badge__badge {
|
|
17303
|
+
}.v-avatar {
|
|
17304
|
+
flex: none;
|
|
17396
17305
|
align-items: center;
|
|
17397
17306
|
display: inline-flex;
|
|
17398
|
-
border-radius: 10px;
|
|
17399
|
-
font-size: 0.75rem;
|
|
17400
|
-
font-weight: 500;
|
|
17401
|
-
height: 1.25rem;
|
|
17402
17307
|
justify-content: center;
|
|
17403
|
-
|
|
17404
|
-
|
|
17405
|
-
|
|
17406
|
-
position: absolute;
|
|
17308
|
+
line-height: normal;
|
|
17309
|
+
overflow: hidden;
|
|
17310
|
+
position: relative;
|
|
17407
17311
|
text-align: center;
|
|
17408
|
-
|
|
17409
|
-
transition:
|
|
17410
|
-
|
|
17411
|
-
|
|
17412
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
17312
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17313
|
+
transition-property: width, height;
|
|
17314
|
+
vertical-align: middle;
|
|
17315
|
+
border-radius: 50%;
|
|
17413
17316
|
}
|
|
17414
|
-
.v-
|
|
17415
|
-
|
|
17416
|
-
border-style: solid;
|
|
17417
|
-
border-width: 2px;
|
|
17418
|
-
bottom: 0;
|
|
17419
|
-
color: rgb(var(--v-theme-background));
|
|
17420
|
-
content: "";
|
|
17421
|
-
left: 0;
|
|
17422
|
-
position: absolute;
|
|
17423
|
-
right: 0;
|
|
17424
|
-
top: 0;
|
|
17425
|
-
transform: scale(1.05);
|
|
17317
|
+
.v-avatar.v-avatar--size-x-small {
|
|
17318
|
+
--v-avatar-height: 24px;
|
|
17426
17319
|
}
|
|
17427
|
-
.v-
|
|
17428
|
-
|
|
17429
|
-
height: 9px;
|
|
17430
|
-
min-width: 0;
|
|
17431
|
-
padding: 0;
|
|
17432
|
-
width: 9px;
|
|
17320
|
+
.v-avatar.v-avatar--size-small {
|
|
17321
|
+
--v-avatar-height: 32px;
|
|
17433
17322
|
}
|
|
17434
|
-
.v-
|
|
17435
|
-
|
|
17323
|
+
.v-avatar.v-avatar--size-default {
|
|
17324
|
+
--v-avatar-height: 40px;
|
|
17436
17325
|
}
|
|
17437
|
-
.v-
|
|
17438
|
-
|
|
17439
|
-
vertical-align: middle;
|
|
17326
|
+
.v-avatar.v-avatar--size-large {
|
|
17327
|
+
--v-avatar-height: 48px;
|
|
17440
17328
|
}
|
|
17441
|
-
.v-
|
|
17329
|
+
.v-avatar.v-avatar--size-x-large {
|
|
17330
|
+
--v-avatar-height: 56px;
|
|
17331
|
+
}
|
|
17332
|
+
.v-avatar.v-avatar--density-default {
|
|
17333
|
+
height: calc(var(--v-avatar-height) + 0px);
|
|
17334
|
+
width: calc(var(--v-avatar-height) + 0px);
|
|
17335
|
+
}
|
|
17336
|
+
.v-avatar.v-avatar--density-comfortable {
|
|
17337
|
+
height: calc(var(--v-avatar-height) + -4px);
|
|
17338
|
+
width: calc(var(--v-avatar-height) + -4px);
|
|
17339
|
+
}
|
|
17340
|
+
.v-avatar.v-avatar--density-compact {
|
|
17341
|
+
height: calc(var(--v-avatar-height) + -8px);
|
|
17342
|
+
width: calc(var(--v-avatar-height) + -8px);
|
|
17343
|
+
}
|
|
17344
|
+
.v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
|
|
17345
|
+
background: transparent;
|
|
17442
17346
|
color: inherit;
|
|
17443
|
-
font-size: 0.75rem;
|
|
17444
|
-
margin: 0 -2px;
|
|
17445
17347
|
}
|
|
17446
|
-
.v-
|
|
17447
|
-
|
|
17448
|
-
height: 100%;
|
|
17449
|
-
width: 100%;
|
|
17348
|
+
.v-avatar--variant-plain {
|
|
17349
|
+
opacity: 0.62;
|
|
17450
17350
|
}
|
|
17451
|
-
|
|
17452
|
-
|
|
17453
|
-
display: flex;
|
|
17454
|
-
position: relative;
|
|
17351
|
+
.v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
|
|
17352
|
+
opacity: 1;
|
|
17455
17353
|
}
|
|
17456
|
-
.v-
|
|
17457
|
-
|
|
17458
|
-
|
|
17459
|
-
|
|
17460
|
-
|
|
17354
|
+
.v-avatar--variant-plain .v-avatar__overlay {
|
|
17355
|
+
display: none;
|
|
17356
|
+
}
|
|
17357
|
+
.v-avatar--variant-elevated, .v-avatar--variant-flat {
|
|
17358
|
+
background: var(--v-theme-surface);
|
|
17359
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
17360
|
+
}
|
|
17361
|
+
.v-avatar--variant-elevated {
|
|
17362
|
+
box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17363
|
+
}
|
|
17364
|
+
.v-avatar--variant-flat {
|
|
17365
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17366
|
+
}
|
|
17367
|
+
.v-avatar--variant-outlined {
|
|
17368
|
+
border: thin solid currentColor;
|
|
17369
|
+
}
|
|
17370
|
+
.v-avatar--variant-text .v-avatar__overlay {
|
|
17371
|
+
background: currentColor;
|
|
17372
|
+
}
|
|
17373
|
+
.v-avatar--variant-tonal .v-avatar__underlay {
|
|
17374
|
+
background: currentColor;
|
|
17375
|
+
opacity: var(--v-activated-opacity);
|
|
17376
|
+
border-radius: inherit;
|
|
17377
|
+
position: absolute;
|
|
17378
|
+
top: 0;
|
|
17379
|
+
right: 0;
|
|
17380
|
+
bottom: 0;
|
|
17381
|
+
left: 0;
|
|
17382
|
+
pointer-events: none;
|
|
17383
|
+
}
|
|
17384
|
+
.v-avatar--rounded {
|
|
17385
|
+
border-radius: 4px;
|
|
17386
|
+
}
|
|
17387
|
+
.v-avatar .v-img {
|
|
17388
|
+
height: 100%;
|
|
17389
|
+
width: 100%;
|
|
17461
17390
|
}.v-banner {
|
|
17462
17391
|
display: grid;
|
|
17463
17392
|
flex: 1 1;
|
|
@@ -17615,61 +17544,77 @@ html.overflow-y-hidden {
|
|
|
17615
17544
|
}
|
|
17616
17545
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
|
17617
17546
|
align-self: flex-start;
|
|
17618
|
-
}.v-
|
|
17619
|
-
display:
|
|
17620
|
-
|
|
17621
|
-
overflow: hidden;
|
|
17622
|
-
position: absolute;
|
|
17623
|
-
transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17624
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17625
|
-
border-style: solid;
|
|
17626
|
-
border-width: 0;
|
|
17627
|
-
border-radius: 0;
|
|
17628
|
-
background: rgb(var(--v-theme-surface));
|
|
17629
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17630
|
-
}
|
|
17631
|
-
.v-bottom-navigation--border {
|
|
17632
|
-
border-width: thin;
|
|
17633
|
-
box-shadow: none;
|
|
17634
|
-
}
|
|
17635
|
-
.v-bottom-navigation--active {
|
|
17636
|
-
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17547
|
+
}.v-badge {
|
|
17548
|
+
display: inline-block;
|
|
17549
|
+
line-height: 1;
|
|
17637
17550
|
}
|
|
17638
17551
|
|
|
17639
|
-
.v-
|
|
17640
|
-
|
|
17641
|
-
|
|
17552
|
+
.v-badge__badge {
|
|
17553
|
+
align-items: center;
|
|
17554
|
+
display: inline-flex;
|
|
17555
|
+
border-radius: 10px;
|
|
17642
17556
|
font-size: 0.75rem;
|
|
17557
|
+
font-weight: 500;
|
|
17558
|
+
height: 1.25rem;
|
|
17643
17559
|
justify-content: center;
|
|
17644
|
-
|
|
17645
|
-
|
|
17646
|
-
|
|
17647
|
-
|
|
17648
|
-
|
|
17649
|
-
|
|
17650
|
-
|
|
17651
|
-
|
|
17652
|
-
|
|
17653
|
-
|
|
17654
|
-
width: auto;
|
|
17655
|
-
border-radius: 0;
|
|
17560
|
+
min-width: 20px;
|
|
17561
|
+
padding: 4px 6px;
|
|
17562
|
+
pointer-events: auto;
|
|
17563
|
+
position: absolute;
|
|
17564
|
+
text-align: center;
|
|
17565
|
+
text-indent: 0;
|
|
17566
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17567
|
+
white-space: nowrap;
|
|
17568
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
17569
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
17656
17570
|
}
|
|
17657
|
-
.v-
|
|
17658
|
-
|
|
17659
|
-
|
|
17571
|
+
.v-badge--bordered .v-badge__badge::after {
|
|
17572
|
+
border-radius: inherit;
|
|
17573
|
+
border-style: solid;
|
|
17574
|
+
border-width: 2px;
|
|
17575
|
+
bottom: 0;
|
|
17576
|
+
color: rgb(var(--v-theme-background));
|
|
17577
|
+
content: "";
|
|
17578
|
+
left: 0;
|
|
17579
|
+
position: absolute;
|
|
17580
|
+
right: 0;
|
|
17581
|
+
top: 0;
|
|
17582
|
+
transform: scale(1.05);
|
|
17660
17583
|
}
|
|
17661
|
-
.v-
|
|
17662
|
-
|
|
17584
|
+
.v-badge--dot .v-badge__badge {
|
|
17585
|
+
border-radius: 4.5px;
|
|
17586
|
+
height: 9px;
|
|
17587
|
+
min-width: 0;
|
|
17588
|
+
padding: 0;
|
|
17589
|
+
width: 9px;
|
|
17663
17590
|
}
|
|
17664
|
-
.v-
|
|
17665
|
-
|
|
17591
|
+
.v-badge--dot .v-badge__badge::after {
|
|
17592
|
+
border-width: 1.5px;
|
|
17666
17593
|
}
|
|
17667
|
-
.v-
|
|
17668
|
-
|
|
17669
|
-
|
|
17594
|
+
.v-badge--inline .v-badge__badge {
|
|
17595
|
+
position: relative;
|
|
17596
|
+
vertical-align: middle;
|
|
17670
17597
|
}
|
|
17671
|
-
.v-
|
|
17672
|
-
|
|
17598
|
+
.v-badge__badge .v-icon {
|
|
17599
|
+
color: inherit;
|
|
17600
|
+
font-size: 0.75rem;
|
|
17601
|
+
margin: 0 -2px;
|
|
17602
|
+
}
|
|
17603
|
+
.v-badge__badge img,
|
|
17604
|
+
.v-badge__badge .v-img {
|
|
17605
|
+
height: 100%;
|
|
17606
|
+
width: 100%;
|
|
17607
|
+
}
|
|
17608
|
+
|
|
17609
|
+
.v-badge__wrapper {
|
|
17610
|
+
display: flex;
|
|
17611
|
+
position: relative;
|
|
17612
|
+
}
|
|
17613
|
+
.v-badge--inline .v-badge__wrapper {
|
|
17614
|
+
align-items: center;
|
|
17615
|
+
display: inline-flex;
|
|
17616
|
+
justify-content: center;
|
|
17617
|
+
margin: 0 4px;
|
|
17673
17618
|
}.bottom-sheet-transition-enter-from {
|
|
17674
17619
|
transform: translateY(100%);
|
|
17675
17620
|
}
|
|
@@ -19010,6 +18955,61 @@ html.overflow-y-hidden {
|
|
|
19010
18955
|
.v-chip-group--column {
|
|
19011
18956
|
flex-wrap: wrap;
|
|
19012
18957
|
white-space: normal;
|
|
18958
|
+
}.v-bottom-navigation {
|
|
18959
|
+
display: flex;
|
|
18960
|
+
max-width: 100%;
|
|
18961
|
+
overflow: hidden;
|
|
18962
|
+
position: absolute;
|
|
18963
|
+
transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18964
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18965
|
+
border-style: solid;
|
|
18966
|
+
border-width: 0;
|
|
18967
|
+
border-radius: 0;
|
|
18968
|
+
background: rgb(var(--v-theme-surface));
|
|
18969
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
18970
|
+
}
|
|
18971
|
+
.v-bottom-navigation--border {
|
|
18972
|
+
border-width: thin;
|
|
18973
|
+
box-shadow: none;
|
|
18974
|
+
}
|
|
18975
|
+
.v-bottom-navigation--active {
|
|
18976
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
18977
|
+
}
|
|
18978
|
+
|
|
18979
|
+
.v-bottom-navigation__content {
|
|
18980
|
+
display: flex;
|
|
18981
|
+
flex: none;
|
|
18982
|
+
font-size: 0.75rem;
|
|
18983
|
+
justify-content: center;
|
|
18984
|
+
transition: inherit;
|
|
18985
|
+
width: 100%;
|
|
18986
|
+
}
|
|
18987
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
|
18988
|
+
font-size: inherit;
|
|
18989
|
+
height: 100%;
|
|
18990
|
+
max-width: 168px;
|
|
18991
|
+
min-width: 80px;
|
|
18992
|
+
text-transform: none;
|
|
18993
|
+
transition: inherit;
|
|
18994
|
+
width: auto;
|
|
18995
|
+
border-radius: 0;
|
|
18996
|
+
}
|
|
18997
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
|
18998
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
18999
|
+
transition: inherit;
|
|
19000
|
+
}
|
|
19001
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
19002
|
+
font-size: 1.5rem;
|
|
19003
|
+
}
|
|
19004
|
+
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
|
19005
|
+
flex-grow: 1;
|
|
19006
|
+
}
|
|
19007
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
|
19008
|
+
transition: inherit;
|
|
19009
|
+
opacity: 0;
|
|
19010
|
+
}
|
|
19011
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
19012
|
+
transform: translateY(0.5rem);
|
|
19013
19013
|
}.v-container {
|
|
19014
19014
|
width: 100%;
|
|
19015
19015
|
padding: 16px;
|
|
@@ -19788,6 +19788,36 @@ html.overflow-y-hidden {
|
|
|
19788
19788
|
flex: 0 1 auto;
|
|
19789
19789
|
font-size: 12px;
|
|
19790
19790
|
transition-duration: 150ms;
|
|
19791
|
+
}.v-data-table-footer {
|
|
19792
|
+
display: flex;
|
|
19793
|
+
align-items: center;
|
|
19794
|
+
flex-wrap: wrap;
|
|
19795
|
+
padding: 0 8px;
|
|
19796
|
+
justify-content: flex-end;
|
|
19797
|
+
}
|
|
19798
|
+
|
|
19799
|
+
.v-data-table-footer__items-per-page {
|
|
19800
|
+
padding-inline-end: 24px;
|
|
19801
|
+
display: flex;
|
|
19802
|
+
align-items: center;
|
|
19803
|
+
justify-content: space-between;
|
|
19804
|
+
}
|
|
19805
|
+
.v-data-table-footer__items-per-page > span {
|
|
19806
|
+
padding-inline-end: 24px;
|
|
19807
|
+
}
|
|
19808
|
+
|
|
19809
|
+
.v-data-table-footer__info {
|
|
19810
|
+
display: flex;
|
|
19811
|
+
padding-inline-end: 24px;
|
|
19812
|
+
}
|
|
19813
|
+
|
|
19814
|
+
.v-data-table-footer__pagination {
|
|
19815
|
+
display: flex;
|
|
19816
|
+
align-items: center;
|
|
19817
|
+
}
|
|
19818
|
+
|
|
19819
|
+
.v-data-table-footer__page {
|
|
19820
|
+
padding: 0 8px;
|
|
19791
19821
|
}.v-data-table {
|
|
19792
19822
|
width: 100%;
|
|
19793
19823
|
}
|
|
@@ -19916,36 +19946,87 @@ html.overflow-y-hidden {
|
|
|
19916
19946
|
.v-data-table-rows-loading,
|
|
19917
19947
|
.v-data-table-rows-no-data {
|
|
19918
19948
|
text-align: center;
|
|
19919
|
-
}.v-
|
|
19949
|
+
}.v-date-picker-controls {
|
|
19920
19950
|
display: flex;
|
|
19921
19951
|
align-items: center;
|
|
19922
|
-
|
|
19923
|
-
|
|
19924
|
-
|
|
19952
|
+
justify-content: space-between;
|
|
19953
|
+
font-size: 0.875rem;
|
|
19954
|
+
padding-top: 4px;
|
|
19955
|
+
padding-bottom: 4px;
|
|
19956
|
+
padding-inline-start: 6px;
|
|
19957
|
+
padding-inline-end: 12px;
|
|
19958
|
+
}
|
|
19959
|
+
.v-date-picker-controls > .v-btn:first-child {
|
|
19960
|
+
text-transform: none;
|
|
19961
|
+
font-weight: 400;
|
|
19962
|
+
line-height: initial;
|
|
19963
|
+
letter-spacing: initial;
|
|
19964
|
+
}
|
|
19965
|
+
.v-date-picker-controls--variant-classic {
|
|
19966
|
+
padding-inline-start: 12px;
|
|
19967
|
+
}
|
|
19968
|
+
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
|
19969
|
+
opacity: 0.7;
|
|
19970
|
+
}
|
|
19971
|
+
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
19972
|
+
cursor: pointer;
|
|
19973
|
+
}
|
|
19974
|
+
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
19975
|
+
opacity: 1;
|
|
19976
|
+
}
|
|
19977
|
+
.v-date-picker-controls .v-btn:last-child {
|
|
19978
|
+
margin-inline-start: 4px;
|
|
19979
|
+
}
|
|
19980
|
+
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
|
19981
|
+
transform: rotate(180deg);
|
|
19925
19982
|
}
|
|
19926
19983
|
|
|
19927
|
-
.v-
|
|
19928
|
-
|
|
19929
|
-
display: flex;
|
|
19930
|
-
align-items: center;
|
|
19931
|
-
justify-content: space-between;
|
|
19984
|
+
.v-date-picker-controls__date {
|
|
19985
|
+
margin-inline-end: 4px;
|
|
19932
19986
|
}
|
|
19933
|
-
.v-
|
|
19934
|
-
|
|
19987
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
|
19988
|
+
margin: auto;
|
|
19989
|
+
text-align: center;
|
|
19935
19990
|
}
|
|
19936
19991
|
|
|
19937
|
-
.v-
|
|
19992
|
+
.v-date-picker-controls__month {
|
|
19938
19993
|
display: flex;
|
|
19939
|
-
|
|
19994
|
+
}
|
|
19995
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
|
19996
|
+
flex-direction: row-reverse;
|
|
19940
19997
|
}
|
|
19941
19998
|
|
|
19942
|
-
.v-
|
|
19943
|
-
|
|
19944
|
-
align-items: center;
|
|
19999
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
|
20000
|
+
flex: 1 0 auto;
|
|
19945
20001
|
}
|
|
19946
20002
|
|
|
19947
|
-
.v-
|
|
19948
|
-
|
|
20003
|
+
.v-date-picker__title {
|
|
20004
|
+
display: inline-block;
|
|
20005
|
+
}.v-date-picker__input {
|
|
20006
|
+
padding-top: 16px;
|
|
20007
|
+
padding-left: 24px;
|
|
20008
|
+
padding-right: 24px;
|
|
20009
|
+
}
|
|
20010
|
+
|
|
20011
|
+
.v-date-picker {
|
|
20012
|
+
overflow: hidden;
|
|
20013
|
+
width: 360px;
|
|
20014
|
+
}
|
|
20015
|
+
.v-date-picker--show-week {
|
|
20016
|
+
width: 408px;
|
|
20017
|
+
}
|
|
20018
|
+
|
|
20019
|
+
.v-date-picker-month {
|
|
20020
|
+
padding: 0 12px 12px;
|
|
20021
|
+
}
|
|
20022
|
+
|
|
20023
|
+
.v-date-picker-month__day {
|
|
20024
|
+
height: 48px;
|
|
20025
|
+
width: 48px;
|
|
20026
|
+
}
|
|
20027
|
+
.v-date-picker-month__day .v-btn {
|
|
20028
|
+
--v-btn-height: 28px;
|
|
20029
|
+
--v-btn-size: 0.85rem;
|
|
19949
20030
|
}.v-date-picker-month {
|
|
19950
20031
|
display: flex;
|
|
19951
20032
|
justify-content: center;
|
|
@@ -19995,94 +20076,17 @@ html.overflow-y-hidden {
|
|
|
19995
20076
|
|
|
19996
20077
|
.v-date-picker-month__day--hide-adjacent {
|
|
19997
20078
|
opacity: 0;
|
|
19998
|
-
}.v-date-
|
|
19999
|
-
|
|
20000
|
-
|
|
20001
|
-
|
|
20079
|
+
}.v-date-picker-header {
|
|
20080
|
+
display: grid;
|
|
20081
|
+
grid-template-areas: "prepend content append";
|
|
20082
|
+
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
|
20083
|
+
overflow: hidden;
|
|
20084
|
+
padding-inline: 24px 12px;
|
|
20085
|
+
padding-bottom: 12px;
|
|
20002
20086
|
}
|
|
20003
20087
|
|
|
20004
|
-
.v-date-picker {
|
|
20005
|
-
|
|
20006
|
-
}
|
|
20007
|
-
|
|
20008
|
-
.v-date-picker-month {
|
|
20009
|
-
padding: 0 12px 12px;
|
|
20010
|
-
}
|
|
20011
|
-
|
|
20012
|
-
.v-date-picker-month__day {
|
|
20013
|
-
height: 48px;
|
|
20014
|
-
width: 48px;
|
|
20015
|
-
}
|
|
20016
|
-
.v-date-picker-month__day .v-btn {
|
|
20017
|
-
--v-btn-height: 28px;
|
|
20018
|
-
--v-btn-size: 0.85rem;
|
|
20019
|
-
}.v-date-picker-controls {
|
|
20020
|
-
display: flex;
|
|
20021
|
-
align-items: center;
|
|
20022
|
-
justify-content: space-between;
|
|
20023
|
-
font-size: 0.875rem;
|
|
20024
|
-
padding-top: 4px;
|
|
20025
|
-
padding-bottom: 4px;
|
|
20026
|
-
padding-inline-start: 6px;
|
|
20027
|
-
padding-inline-end: 12px;
|
|
20028
|
-
}
|
|
20029
|
-
.v-date-picker-controls > .v-btn:first-child {
|
|
20030
|
-
text-transform: none;
|
|
20031
|
-
font-weight: 400;
|
|
20032
|
-
line-height: initial;
|
|
20033
|
-
letter-spacing: initial;
|
|
20034
|
-
}
|
|
20035
|
-
.v-date-picker-controls--variant-classic {
|
|
20036
|
-
padding-inline-start: 12px;
|
|
20037
|
-
}
|
|
20038
|
-
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
|
20039
|
-
opacity: 0.7;
|
|
20040
|
-
}
|
|
20041
|
-
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
20042
|
-
cursor: pointer;
|
|
20043
|
-
}
|
|
20044
|
-
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
20045
|
-
opacity: 1;
|
|
20046
|
-
}
|
|
20047
|
-
.v-date-picker-controls .v-btn:last-child {
|
|
20048
|
-
margin-inline-start: 4px;
|
|
20049
|
-
}
|
|
20050
|
-
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
|
20051
|
-
transform: rotate(180deg);
|
|
20052
|
-
}
|
|
20053
|
-
|
|
20054
|
-
.v-date-picker-controls__date {
|
|
20055
|
-
margin-inline-end: 4px;
|
|
20056
|
-
}
|
|
20057
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
|
20058
|
-
margin: auto;
|
|
20059
|
-
text-align: center;
|
|
20060
|
-
}
|
|
20061
|
-
|
|
20062
|
-
.v-date-picker-controls__month {
|
|
20063
|
-
display: flex;
|
|
20064
|
-
}
|
|
20065
|
-
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
|
20066
|
-
flex-direction: row-reverse;
|
|
20067
|
-
}
|
|
20068
|
-
|
|
20069
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
|
20070
|
-
flex: 1 0 auto;
|
|
20071
|
-
}
|
|
20072
|
-
|
|
20073
|
-
.v-date-picker__title {
|
|
20074
|
-
display: inline-block;
|
|
20075
|
-
}.v-date-picker-header {
|
|
20076
|
-
display: grid;
|
|
20077
|
-
grid-template-areas: "prepend content append";
|
|
20078
|
-
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
|
20079
|
-
overflow: hidden;
|
|
20080
|
-
padding-inline: 24px 12px;
|
|
20081
|
-
padding-bottom: 12px;
|
|
20082
|
-
}
|
|
20083
|
-
|
|
20084
|
-
.v-date-picker-header__append {
|
|
20085
|
-
grid-area: append;
|
|
20088
|
+
.v-date-picker-header__append {
|
|
20089
|
+
grid-area: append;
|
|
20086
20090
|
}
|
|
20087
20091
|
|
|
20088
20092
|
.v-date-picker-header__prepend {
|
|
@@ -20133,21 +20137,6 @@ html.overflow-y-hidden {
|
|
|
20133
20137
|
.date-picker-header-reverse-transition-leave-to {
|
|
20134
20138
|
opacity: 0;
|
|
20135
20139
|
transform: translate(0, 100%);
|
|
20136
|
-
}.v-date-picker-years {
|
|
20137
|
-
height: 320px;
|
|
20138
|
-
overflow-y: scroll;
|
|
20139
|
-
}
|
|
20140
|
-
|
|
20141
|
-
.v-date-picker-years__content {
|
|
20142
|
-
display: grid;
|
|
20143
|
-
flex: 1 1;
|
|
20144
|
-
justify-content: space-around;
|
|
20145
|
-
grid-template-columns: repeat(3, 1fr);
|
|
20146
|
-
gap: 8px 24px;
|
|
20147
|
-
padding-inline: 36px;
|
|
20148
|
-
}
|
|
20149
|
-
.v-date-picker-years__content .v-btn {
|
|
20150
|
-
padding-inline: 8px;
|
|
20151
20140
|
}.v-date-picker-months {
|
|
20152
20141
|
height: 320px;
|
|
20153
20142
|
overflow-y: scroll;
|
|
@@ -20168,6 +20157,21 @@ html.overflow-y-hidden {
|
|
|
20168
20157
|
text-transform: none;
|
|
20169
20158
|
padding-inline-start: 8px;
|
|
20170
20159
|
padding-inline-end: 8px;
|
|
20160
|
+
}.v-date-picker-years {
|
|
20161
|
+
height: 320px;
|
|
20162
|
+
overflow-y: scroll;
|
|
20163
|
+
}
|
|
20164
|
+
|
|
20165
|
+
.v-date-picker-years__content {
|
|
20166
|
+
display: grid;
|
|
20167
|
+
flex: 1 1;
|
|
20168
|
+
justify-content: space-around;
|
|
20169
|
+
grid-template-columns: repeat(3, 1fr);
|
|
20170
|
+
gap: 8px 24px;
|
|
20171
|
+
padding-inline: 36px;
|
|
20172
|
+
}
|
|
20173
|
+
.v-date-picker-years__content .v-btn {
|
|
20174
|
+
padding-inline: 8px;
|
|
20171
20175
|
}.v-dialog {
|
|
20172
20176
|
align-items: center;
|
|
20173
20177
|
justify-content: center;
|
|
@@ -20178,8 +20182,12 @@ html.overflow-y-hidden {
|
|
|
20178
20182
|
width: calc(100% - 48px);
|
|
20179
20183
|
max-width: calc(100% - 48px);
|
|
20180
20184
|
margin: 24px;
|
|
20185
|
+
}
|
|
20186
|
+
.v-dialog > .v-overlay__content,
|
|
20187
|
+
.v-dialog > .v-overlay__content > form {
|
|
20181
20188
|
display: flex;
|
|
20182
20189
|
flex-direction: column;
|
|
20190
|
+
min-height: 0;
|
|
20183
20191
|
}
|
|
20184
20192
|
.v-dialog > .v-overlay__content > .v-card,
|
|
20185
20193
|
.v-dialog > .v-overlay__content > .v-sheet,
|
|
@@ -20238,7 +20246,6 @@ html.overflow-y-hidden {
|
|
|
20238
20246
|
.v-dialog--scrollable > .v-overlay__content,
|
|
20239
20247
|
.v-dialog--scrollable > .v-overlay__content > form {
|
|
20240
20248
|
display: flex;
|
|
20241
|
-
overflow: hidden;
|
|
20242
20249
|
}
|
|
20243
20250
|
.v-dialog--scrollable > .v-overlay__content > .v-card,
|
|
20244
20251
|
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
|
|
@@ -20253,35 +20260,6 @@ html.overflow-y-hidden {
|
|
|
20253
20260
|
-webkit-backface-visibility: hidden;
|
|
20254
20261
|
backface-visibility: hidden;
|
|
20255
20262
|
overflow-y: auto;
|
|
20256
|
-
}.v-divider {
|
|
20257
|
-
display: block;
|
|
20258
|
-
flex: 1 1 100%;
|
|
20259
|
-
height: 0px;
|
|
20260
|
-
max-height: 0px;
|
|
20261
|
-
opacity: var(--v-border-opacity);
|
|
20262
|
-
transition: inherit;
|
|
20263
|
-
border-style: solid;
|
|
20264
|
-
border-width: thin 0 0 0;
|
|
20265
|
-
}
|
|
20266
|
-
.v-divider--vertical {
|
|
20267
|
-
align-self: stretch;
|
|
20268
|
-
border-width: 0 thin 0 0;
|
|
20269
|
-
display: inline-flex;
|
|
20270
|
-
height: inherit;
|
|
20271
|
-
margin-left: -1px;
|
|
20272
|
-
max-height: 100%;
|
|
20273
|
-
max-width: 0px;
|
|
20274
|
-
vertical-align: text-bottom;
|
|
20275
|
-
width: 0px;
|
|
20276
|
-
}
|
|
20277
|
-
.v-divider--inset:not(.v-divider--vertical) {
|
|
20278
|
-
max-width: calc(100% - 72px);
|
|
20279
|
-
margin-inline-start: 72px;
|
|
20280
|
-
}
|
|
20281
|
-
.v-divider--inset.v-divider--vertical {
|
|
20282
|
-
margin-bottom: 8px;
|
|
20283
|
-
margin-top: 8px;
|
|
20284
|
-
max-height: calc(100% - 16px);
|
|
20285
20263
|
}.v-expansion-panel {
|
|
20286
20264
|
background-color: rgb(var(--v-theme-surface));
|
|
20287
20265
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
@@ -21117,6 +21095,11 @@ textarea.v-field__input::placeholder {
|
|
|
21117
21095
|
|
|
21118
21096
|
.v-icon--end {
|
|
21119
21097
|
margin-inline-start: 8px;
|
|
21098
|
+
}.v-item-group {
|
|
21099
|
+
flex: 0 1 auto;
|
|
21100
|
+
max-width: 100%;
|
|
21101
|
+
position: relative;
|
|
21102
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21120
21103
|
}.v-img {
|
|
21121
21104
|
--v-theme-overlay-multiplier: 3;
|
|
21122
21105
|
z-index: 0;
|
|
@@ -21150,31 +21133,6 @@ textarea.v-field__input::placeholder {
|
|
|
21150
21133
|
|
|
21151
21134
|
.v-img__gradient {
|
|
21152
21135
|
background-repeat: no-repeat;
|
|
21153
|
-
}.v-infinite-scroll--horizontal {
|
|
21154
|
-
display: flex;
|
|
21155
|
-
flex-direction: row;
|
|
21156
|
-
overflow-x: auto;
|
|
21157
|
-
}
|
|
21158
|
-
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
|
21159
|
-
height: 100%;
|
|
21160
|
-
width: 1px;
|
|
21161
|
-
}
|
|
21162
|
-
|
|
21163
|
-
.v-infinite-scroll--vertical {
|
|
21164
|
-
display: flex;
|
|
21165
|
-
flex-direction: column;
|
|
21166
|
-
overflow-y: auto;
|
|
21167
|
-
}
|
|
21168
|
-
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
|
21169
|
-
height: 1px;
|
|
21170
|
-
width: 100%;
|
|
21171
|
-
}
|
|
21172
|
-
|
|
21173
|
-
.v-infinite-scroll__side {
|
|
21174
|
-
align-items: center;
|
|
21175
|
-
display: flex;
|
|
21176
|
-
justify-content: center;
|
|
21177
|
-
padding: 8px;
|
|
21178
21136
|
}.v-input {
|
|
21179
21137
|
display: grid;
|
|
21180
21138
|
flex: 1 1 auto;
|
|
@@ -21320,11 +21278,60 @@ textarea.v-field__input::placeholder {
|
|
|
21320
21278
|
|
|
21321
21279
|
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
|
21322
21280
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
|
21323
|
-
}.v-
|
|
21324
|
-
|
|
21325
|
-
|
|
21326
|
-
|
|
21327
|
-
|
|
21281
|
+
}.v-divider {
|
|
21282
|
+
display: block;
|
|
21283
|
+
flex: 1 1 100%;
|
|
21284
|
+
height: 0px;
|
|
21285
|
+
max-height: 0px;
|
|
21286
|
+
opacity: var(--v-border-opacity);
|
|
21287
|
+
transition: inherit;
|
|
21288
|
+
border-style: solid;
|
|
21289
|
+
border-width: thin 0 0 0;
|
|
21290
|
+
}
|
|
21291
|
+
.v-divider--vertical {
|
|
21292
|
+
align-self: stretch;
|
|
21293
|
+
border-width: 0 thin 0 0;
|
|
21294
|
+
display: inline-flex;
|
|
21295
|
+
height: inherit;
|
|
21296
|
+
margin-left: -1px;
|
|
21297
|
+
max-height: 100%;
|
|
21298
|
+
max-width: 0px;
|
|
21299
|
+
vertical-align: text-bottom;
|
|
21300
|
+
width: 0px;
|
|
21301
|
+
}
|
|
21302
|
+
.v-divider--inset:not(.v-divider--vertical) {
|
|
21303
|
+
max-width: calc(100% - 72px);
|
|
21304
|
+
margin-inline-start: 72px;
|
|
21305
|
+
}
|
|
21306
|
+
.v-divider--inset.v-divider--vertical {
|
|
21307
|
+
margin-bottom: 8px;
|
|
21308
|
+
margin-top: 8px;
|
|
21309
|
+
max-height: calc(100% - 16px);
|
|
21310
|
+
}.v-infinite-scroll--horizontal {
|
|
21311
|
+
display: flex;
|
|
21312
|
+
flex-direction: row;
|
|
21313
|
+
overflow-x: auto;
|
|
21314
|
+
}
|
|
21315
|
+
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
|
21316
|
+
height: 100%;
|
|
21317
|
+
width: 1px;
|
|
21318
|
+
}
|
|
21319
|
+
|
|
21320
|
+
.v-infinite-scroll--vertical {
|
|
21321
|
+
display: flex;
|
|
21322
|
+
flex-direction: column;
|
|
21323
|
+
overflow-y: auto;
|
|
21324
|
+
}
|
|
21325
|
+
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
|
21326
|
+
height: 1px;
|
|
21327
|
+
width: 100%;
|
|
21328
|
+
}
|
|
21329
|
+
|
|
21330
|
+
.v-infinite-scroll__side {
|
|
21331
|
+
align-items: center;
|
|
21332
|
+
display: flex;
|
|
21333
|
+
justify-content: center;
|
|
21334
|
+
padding: 8px;
|
|
21328
21335
|
}.v-label {
|
|
21329
21336
|
align-items: center;
|
|
21330
21337
|
color: inherit;
|
|
@@ -21891,6 +21898,19 @@ textarea.v-field__input::placeholder {
|
|
|
21891
21898
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
21892
21899
|
}.v-locale-provider {
|
|
21893
21900
|
display: contents;
|
|
21901
|
+
}.v-menu > .v-overlay__content {
|
|
21902
|
+
display: flex;
|
|
21903
|
+
flex-direction: column;
|
|
21904
|
+
border-radius: 4px;
|
|
21905
|
+
}
|
|
21906
|
+
.v-menu > .v-overlay__content > .v-card,
|
|
21907
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
|
21908
|
+
.v-menu > .v-overlay__content > .v-list {
|
|
21909
|
+
background: rgb(var(--v-theme-surface));
|
|
21910
|
+
border-radius: inherit;
|
|
21911
|
+
overflow: auto;
|
|
21912
|
+
height: 100%;
|
|
21913
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
21894
21914
|
}.v-main {
|
|
21895
21915
|
flex: 1 0 auto;
|
|
21896
21916
|
max-width: 100%;
|
|
@@ -21919,19 +21939,6 @@ textarea.v-field__input::placeholder {
|
|
|
21919
21939
|
--v-layout-right: 0px;
|
|
21920
21940
|
--v-layout-top: 0px;
|
|
21921
21941
|
--v-layout-bottom: 0px;
|
|
21922
|
-
}.v-menu > .v-overlay__content {
|
|
21923
|
-
display: flex;
|
|
21924
|
-
flex-direction: column;
|
|
21925
|
-
border-radius: 4px;
|
|
21926
|
-
}
|
|
21927
|
-
.v-menu > .v-overlay__content > .v-card,
|
|
21928
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
|
21929
|
-
.v-menu > .v-overlay__content > .v-list {
|
|
21930
|
-
background: rgb(var(--v-theme-surface));
|
|
21931
|
-
border-radius: inherit;
|
|
21932
|
-
overflow: auto;
|
|
21933
|
-
height: 100%;
|
|
21934
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
21935
21942
|
}.v-messages {
|
|
21936
21943
|
flex: 1 1 auto;
|
|
21937
21944
|
font-size: 12px;
|
|
@@ -22099,14 +22106,6 @@ textarea.v-field__input::placeholder {
|
|
|
22099
22106
|
height: 100%;
|
|
22100
22107
|
justify-content: center;
|
|
22101
22108
|
width: 100%;
|
|
22102
|
-
}.v-pagination__list {
|
|
22103
|
-
display: inline-flex;
|
|
22104
|
-
list-style-type: none;
|
|
22105
|
-
justify-content: center;
|
|
22106
|
-
width: 100%;
|
|
22107
|
-
}
|
|
22108
|
-
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
22109
|
-
margin: 0.3rem;
|
|
22110
22109
|
}.v-overlay-container {
|
|
22111
22110
|
contain: layout;
|
|
22112
22111
|
left: 0;
|
|
@@ -22170,114 +22169,20 @@ html.v-overlay-scroll-blocked {
|
|
|
22170
22169
|
|
|
22171
22170
|
.v-overlay--scroll-blocked {
|
|
22172
22171
|
padding-inline-end: var(--v-scrollbar-offset);
|
|
22172
|
+
}.v-pagination__list {
|
|
22173
|
+
display: inline-flex;
|
|
22174
|
+
list-style-type: none;
|
|
22175
|
+
justify-content: center;
|
|
22176
|
+
width: 100%;
|
|
22177
|
+
}
|
|
22178
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
22179
|
+
margin: 0.3rem;
|
|
22173
22180
|
}.v-parallax {
|
|
22174
22181
|
position: relative;
|
|
22175
22182
|
overflow: hidden;
|
|
22176
22183
|
}
|
|
22177
22184
|
.v-parallax--active > .v-img__img {
|
|
22178
22185
|
will-change: transform;
|
|
22179
|
-
}.v-progress-circular {
|
|
22180
|
-
align-items: center;
|
|
22181
|
-
display: inline-flex;
|
|
22182
|
-
justify-content: center;
|
|
22183
|
-
position: relative;
|
|
22184
|
-
vertical-align: middle;
|
|
22185
|
-
}
|
|
22186
|
-
.v-progress-circular > svg {
|
|
22187
|
-
width: 100%;
|
|
22188
|
-
height: 100%;
|
|
22189
|
-
margin: auto;
|
|
22190
|
-
position: absolute;
|
|
22191
|
-
top: 0;
|
|
22192
|
-
bottom: 0;
|
|
22193
|
-
left: 0;
|
|
22194
|
-
right: 0;
|
|
22195
|
-
z-index: 0;
|
|
22196
|
-
}
|
|
22197
|
-
|
|
22198
|
-
.v-progress-circular__content {
|
|
22199
|
-
align-items: center;
|
|
22200
|
-
display: flex;
|
|
22201
|
-
justify-content: center;
|
|
22202
|
-
}
|
|
22203
|
-
|
|
22204
|
-
.v-progress-circular__underlay {
|
|
22205
|
-
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22206
|
-
stroke: currentColor;
|
|
22207
|
-
z-index: 1;
|
|
22208
|
-
}
|
|
22209
|
-
|
|
22210
|
-
.v-progress-circular__overlay {
|
|
22211
|
-
stroke: currentColor;
|
|
22212
|
-
transition: all 0.2s ease-in-out, stroke-width 0s;
|
|
22213
|
-
z-index: 2;
|
|
22214
|
-
}
|
|
22215
|
-
|
|
22216
|
-
.v-progress-circular--size-x-small {
|
|
22217
|
-
height: 16px;
|
|
22218
|
-
width: 16px;
|
|
22219
|
-
}
|
|
22220
|
-
.v-progress-circular--size-small {
|
|
22221
|
-
height: 24px;
|
|
22222
|
-
width: 24px;
|
|
22223
|
-
}
|
|
22224
|
-
.v-progress-circular--size-default {
|
|
22225
|
-
height: 32px;
|
|
22226
|
-
width: 32px;
|
|
22227
|
-
}
|
|
22228
|
-
.v-progress-circular--size-large {
|
|
22229
|
-
height: 48px;
|
|
22230
|
-
width: 48px;
|
|
22231
|
-
}
|
|
22232
|
-
.v-progress-circular--size-x-large {
|
|
22233
|
-
height: 64px;
|
|
22234
|
-
width: 64px;
|
|
22235
|
-
}
|
|
22236
|
-
|
|
22237
|
-
.v-progress-circular--indeterminate > svg {
|
|
22238
|
-
animation: progress-circular-rotate 1.4s linear infinite;
|
|
22239
|
-
transform-origin: center center;
|
|
22240
|
-
transition: all 0.2s ease-in-out;
|
|
22241
|
-
}
|
|
22242
|
-
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
|
22243
|
-
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
|
22244
|
-
stroke-dasharray: 25, 200;
|
|
22245
|
-
stroke-dashoffset: 0;
|
|
22246
|
-
stroke-linecap: round;
|
|
22247
|
-
transform-origin: center center;
|
|
22248
|
-
transform: rotate(-90deg);
|
|
22249
|
-
}
|
|
22250
|
-
|
|
22251
|
-
.v-progress-circular--disable-shrink > svg {
|
|
22252
|
-
animation-duration: 0.7s;
|
|
22253
|
-
}
|
|
22254
|
-
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
|
22255
|
-
animation: none;
|
|
22256
|
-
}
|
|
22257
|
-
|
|
22258
|
-
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
|
|
22259
|
-
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
|
22260
|
-
animation-play-state: paused !important;
|
|
22261
|
-
}
|
|
22262
|
-
|
|
22263
|
-
@keyframes progress-circular-dash {
|
|
22264
|
-
0% {
|
|
22265
|
-
stroke-dasharray: 1, 200;
|
|
22266
|
-
stroke-dashoffset: 0px;
|
|
22267
|
-
}
|
|
22268
|
-
50% {
|
|
22269
|
-
stroke-dasharray: 100, 200;
|
|
22270
|
-
stroke-dashoffset: -15px;
|
|
22271
|
-
}
|
|
22272
|
-
100% {
|
|
22273
|
-
stroke-dasharray: 100, 200;
|
|
22274
|
-
stroke-dashoffset: -124px;
|
|
22275
|
-
}
|
|
22276
|
-
}
|
|
22277
|
-
@keyframes progress-circular-rotate {
|
|
22278
|
-
100% {
|
|
22279
|
-
transform: rotate(270deg);
|
|
22280
|
-
}
|
|
22281
22186
|
}.v-progress-linear {
|
|
22282
22187
|
background: transparent;
|
|
22283
22188
|
overflow: hidden;
|
|
@@ -22488,6 +22393,120 @@ html.v-overlay-scroll-blocked {
|
|
|
22488
22393
|
0% {
|
|
22489
22394
|
background-position-x: var(--v-progress-linear-height);
|
|
22490
22395
|
}
|
|
22396
|
+
}.v-progress-circular {
|
|
22397
|
+
align-items: center;
|
|
22398
|
+
display: inline-flex;
|
|
22399
|
+
justify-content: center;
|
|
22400
|
+
position: relative;
|
|
22401
|
+
vertical-align: middle;
|
|
22402
|
+
}
|
|
22403
|
+
.v-progress-circular > svg {
|
|
22404
|
+
width: 100%;
|
|
22405
|
+
height: 100%;
|
|
22406
|
+
margin: auto;
|
|
22407
|
+
position: absolute;
|
|
22408
|
+
top: 0;
|
|
22409
|
+
bottom: 0;
|
|
22410
|
+
left: 0;
|
|
22411
|
+
right: 0;
|
|
22412
|
+
z-index: 0;
|
|
22413
|
+
}
|
|
22414
|
+
|
|
22415
|
+
.v-progress-circular__content {
|
|
22416
|
+
align-items: center;
|
|
22417
|
+
display: flex;
|
|
22418
|
+
justify-content: center;
|
|
22419
|
+
}
|
|
22420
|
+
|
|
22421
|
+
.v-progress-circular__underlay {
|
|
22422
|
+
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22423
|
+
stroke: currentColor;
|
|
22424
|
+
z-index: 1;
|
|
22425
|
+
}
|
|
22426
|
+
|
|
22427
|
+
.v-progress-circular__overlay {
|
|
22428
|
+
stroke: currentColor;
|
|
22429
|
+
transition: all 0.2s ease-in-out, stroke-width 0s;
|
|
22430
|
+
z-index: 2;
|
|
22431
|
+
}
|
|
22432
|
+
|
|
22433
|
+
.v-progress-circular--size-x-small {
|
|
22434
|
+
height: 16px;
|
|
22435
|
+
width: 16px;
|
|
22436
|
+
}
|
|
22437
|
+
.v-progress-circular--size-small {
|
|
22438
|
+
height: 24px;
|
|
22439
|
+
width: 24px;
|
|
22440
|
+
}
|
|
22441
|
+
.v-progress-circular--size-default {
|
|
22442
|
+
height: 32px;
|
|
22443
|
+
width: 32px;
|
|
22444
|
+
}
|
|
22445
|
+
.v-progress-circular--size-large {
|
|
22446
|
+
height: 48px;
|
|
22447
|
+
width: 48px;
|
|
22448
|
+
}
|
|
22449
|
+
.v-progress-circular--size-x-large {
|
|
22450
|
+
height: 64px;
|
|
22451
|
+
width: 64px;
|
|
22452
|
+
}
|
|
22453
|
+
|
|
22454
|
+
.v-progress-circular--indeterminate > svg {
|
|
22455
|
+
animation: progress-circular-rotate 1.4s linear infinite;
|
|
22456
|
+
transform-origin: center center;
|
|
22457
|
+
transition: all 0.2s ease-in-out;
|
|
22458
|
+
}
|
|
22459
|
+
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
|
22460
|
+
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
|
22461
|
+
stroke-dasharray: 25, 200;
|
|
22462
|
+
stroke-dashoffset: 0;
|
|
22463
|
+
stroke-linecap: round;
|
|
22464
|
+
transform-origin: center center;
|
|
22465
|
+
transform: rotate(-90deg);
|
|
22466
|
+
}
|
|
22467
|
+
|
|
22468
|
+
.v-progress-circular--disable-shrink > svg {
|
|
22469
|
+
animation-duration: 0.7s;
|
|
22470
|
+
}
|
|
22471
|
+
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
|
22472
|
+
animation: none;
|
|
22473
|
+
}
|
|
22474
|
+
|
|
22475
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
|
|
22476
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
|
22477
|
+
animation-play-state: paused !important;
|
|
22478
|
+
}
|
|
22479
|
+
|
|
22480
|
+
@keyframes progress-circular-dash {
|
|
22481
|
+
0% {
|
|
22482
|
+
stroke-dasharray: 1, 200;
|
|
22483
|
+
stroke-dashoffset: 0px;
|
|
22484
|
+
}
|
|
22485
|
+
50% {
|
|
22486
|
+
stroke-dasharray: 100, 200;
|
|
22487
|
+
stroke-dashoffset: -15px;
|
|
22488
|
+
}
|
|
22489
|
+
100% {
|
|
22490
|
+
stroke-dasharray: 100, 200;
|
|
22491
|
+
stroke-dashoffset: -124px;
|
|
22492
|
+
}
|
|
22493
|
+
}
|
|
22494
|
+
@keyframes progress-circular-rotate {
|
|
22495
|
+
100% {
|
|
22496
|
+
transform: rotate(270deg);
|
|
22497
|
+
}
|
|
22498
|
+
}.v-radio-group > .v-input__control {
|
|
22499
|
+
flex-direction: column;
|
|
22500
|
+
}
|
|
22501
|
+
.v-radio-group > .v-input__control > .v-label {
|
|
22502
|
+
margin-inline-start: 16px;
|
|
22503
|
+
}
|
|
22504
|
+
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
22505
|
+
padding-inline-start: 6px;
|
|
22506
|
+
margin-top: 8px;
|
|
22507
|
+
}
|
|
22508
|
+
.v-radio-group .v-input__details {
|
|
22509
|
+
padding-inline: 16px;
|
|
22491
22510
|
}.v-slider .v-slider__container input {
|
|
22492
22511
|
cursor: default;
|
|
22493
22512
|
padding: 0;
|
|
@@ -22545,18 +22564,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22545
22564
|
|
|
22546
22565
|
.v-slider__label {
|
|
22547
22566
|
margin-inline-end: 12px;
|
|
22548
|
-
}.v-radio-group > .v-input__control {
|
|
22549
|
-
flex-direction: column;
|
|
22550
|
-
}
|
|
22551
|
-
.v-radio-group > .v-input__control > .v-label {
|
|
22552
|
-
margin-inline-start: 16px;
|
|
22553
|
-
}
|
|
22554
|
-
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
22555
|
-
padding-inline-start: 6px;
|
|
22556
|
-
margin-top: 8px;
|
|
22557
|
-
}
|
|
22558
|
-
.v-radio-group .v-input__details {
|
|
22559
|
-
padding-inline: 16px;
|
|
22560
22567
|
}.v-rating {
|
|
22561
22568
|
max-width: 100%;
|
|
22562
22569
|
display: inline-flex;
|
|
@@ -22637,15 +22644,63 @@ html.v-overlay-scroll-blocked {
|
|
|
22637
22644
|
flex: 1 0 0px;
|
|
22638
22645
|
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22639
22646
|
pointer-events: none;
|
|
22640
|
-
}.v-
|
|
22641
|
-
|
|
22642
|
-
|
|
22643
|
-
|
|
22644
|
-
|
|
22645
|
-
|
|
22646
|
-
|
|
22647
|
-
|
|
22648
|
-
|
|
22647
|
+
}.v-select .v-field .v-text-field__prefix,
|
|
22648
|
+
.v-select .v-field .v-text-field__suffix,
|
|
22649
|
+
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
22650
|
+
cursor: pointer;
|
|
22651
|
+
}
|
|
22652
|
+
.v-select .v-field .v-field__input > input {
|
|
22653
|
+
align-self: flex-start;
|
|
22654
|
+
opacity: 1;
|
|
22655
|
+
flex: 0 0;
|
|
22656
|
+
position: absolute;
|
|
22657
|
+
width: 100%;
|
|
22658
|
+
transition: none;
|
|
22659
|
+
pointer-events: none;
|
|
22660
|
+
caret-color: transparent;
|
|
22661
|
+
}
|
|
22662
|
+
.v-select .v-field--dirty .v-select__selection {
|
|
22663
|
+
margin-inline-end: 2px;
|
|
22664
|
+
}
|
|
22665
|
+
.v-select .v-select__selection-text {
|
|
22666
|
+
overflow: hidden;
|
|
22667
|
+
text-overflow: ellipsis;
|
|
22668
|
+
white-space: nowrap;
|
|
22669
|
+
}
|
|
22670
|
+
.v-select__content {
|
|
22671
|
+
overflow: hidden;
|
|
22672
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
22673
|
+
border-radius: 4px;
|
|
22674
|
+
}
|
|
22675
|
+
.v-select__selection {
|
|
22676
|
+
display: inline-flex;
|
|
22677
|
+
align-items: center;
|
|
22678
|
+
letter-spacing: inherit;
|
|
22679
|
+
line-height: inherit;
|
|
22680
|
+
max-width: 100%;
|
|
22681
|
+
}
|
|
22682
|
+
.v-select .v-select__selection:first-child {
|
|
22683
|
+
margin-inline-start: 0;
|
|
22684
|
+
}
|
|
22685
|
+
.v-select--selected .v-field .v-field__input > input {
|
|
22686
|
+
opacity: 0;
|
|
22687
|
+
}
|
|
22688
|
+
.v-select__menu-icon {
|
|
22689
|
+
margin-inline-start: 4px;
|
|
22690
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22691
|
+
}
|
|
22692
|
+
.v-select--active-menu .v-select__menu-icon {
|
|
22693
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
22694
|
+
transform: rotate(180deg);
|
|
22695
|
+
}.v-selection-control {
|
|
22696
|
+
align-items: center;
|
|
22697
|
+
contain: layout;
|
|
22698
|
+
display: flex;
|
|
22699
|
+
flex: 1 0;
|
|
22700
|
+
grid-area: control;
|
|
22701
|
+
position: relative;
|
|
22702
|
+
-webkit-user-select: none;
|
|
22703
|
+
user-select: none;
|
|
22649
22704
|
}
|
|
22650
22705
|
.v-selection-control .v-label {
|
|
22651
22706
|
white-space: normal;
|
|
@@ -22738,62 +22793,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22738
22793
|
}
|
|
22739
22794
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
|
22740
22795
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
22741
|
-
}.v-select .v-field .v-text-field__prefix,
|
|
22742
|
-
.v-select .v-field .v-text-field__suffix,
|
|
22743
|
-
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
22744
|
-
cursor: pointer;
|
|
22745
|
-
}
|
|
22746
|
-
.v-select .v-field .v-field__input > input {
|
|
22747
|
-
align-self: flex-start;
|
|
22748
|
-
opacity: 1;
|
|
22749
|
-
flex: 0 0;
|
|
22750
|
-
position: absolute;
|
|
22751
|
-
width: 100%;
|
|
22752
|
-
transition: none;
|
|
22753
|
-
pointer-events: none;
|
|
22754
|
-
caret-color: transparent;
|
|
22755
|
-
}
|
|
22756
|
-
.v-select .v-field--dirty .v-select__selection {
|
|
22757
|
-
margin-inline-end: 2px;
|
|
22758
|
-
}
|
|
22759
|
-
.v-select .v-select__selection-text {
|
|
22760
|
-
overflow: hidden;
|
|
22761
|
-
text-overflow: ellipsis;
|
|
22762
|
-
white-space: nowrap;
|
|
22763
|
-
}
|
|
22764
|
-
.v-select__content {
|
|
22765
|
-
overflow: hidden;
|
|
22766
|
-
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
22767
|
-
border-radius: 4px;
|
|
22768
|
-
}
|
|
22769
|
-
.v-select__selection {
|
|
22770
|
-
display: inline-flex;
|
|
22771
|
-
align-items: center;
|
|
22772
|
-
letter-spacing: inherit;
|
|
22773
|
-
line-height: inherit;
|
|
22774
|
-
max-width: 100%;
|
|
22775
|
-
}
|
|
22776
|
-
.v-select .v-select__selection:first-child {
|
|
22777
|
-
margin-inline-start: 0;
|
|
22778
|
-
}
|
|
22779
|
-
.v-select--selected .v-field .v-field__input > input {
|
|
22780
|
-
opacity: 0;
|
|
22781
|
-
}
|
|
22782
|
-
.v-select__menu-icon {
|
|
22783
|
-
margin-inline-start: 4px;
|
|
22784
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22785
|
-
}
|
|
22786
|
-
.v-select--active-menu .v-select__menu-icon {
|
|
22787
|
-
opacity: var(--v-high-emphasis-opacity);
|
|
22788
|
-
transform: rotate(180deg);
|
|
22789
|
-
}.v-selection-control-group {
|
|
22790
|
-
grid-area: control;
|
|
22791
|
-
display: flex;
|
|
22792
|
-
flex-direction: column;
|
|
22793
|
-
}
|
|
22794
|
-
.v-selection-control-group--inline {
|
|
22795
|
-
flex-direction: row;
|
|
22796
|
-
flex-wrap: wrap;
|
|
22797
22796
|
}.v-sheet {
|
|
22798
22797
|
display: block;
|
|
22799
22798
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
@@ -22822,6 +22821,56 @@ html.v-overlay-scroll-blocked {
|
|
|
22822
22821
|
}
|
|
22823
22822
|
.v-sheet--rounded {
|
|
22824
22823
|
border-radius: 4px;
|
|
22824
|
+
}.v-selection-control-group {
|
|
22825
|
+
grid-area: control;
|
|
22826
|
+
display: flex;
|
|
22827
|
+
flex-direction: column;
|
|
22828
|
+
}
|
|
22829
|
+
.v-selection-control-group--inline {
|
|
22830
|
+
flex-direction: row;
|
|
22831
|
+
flex-wrap: wrap;
|
|
22832
|
+
}.v-slide-group {
|
|
22833
|
+
display: flex;
|
|
22834
|
+
overflow: hidden;
|
|
22835
|
+
}
|
|
22836
|
+
|
|
22837
|
+
.v-slide-group__next,
|
|
22838
|
+
.v-slide-group__prev {
|
|
22839
|
+
align-items: center;
|
|
22840
|
+
display: flex;
|
|
22841
|
+
flex: 0 1 52px;
|
|
22842
|
+
justify-content: center;
|
|
22843
|
+
min-width: 52px;
|
|
22844
|
+
cursor: pointer;
|
|
22845
|
+
}
|
|
22846
|
+
.v-slide-group__next--disabled,
|
|
22847
|
+
.v-slide-group__prev--disabled {
|
|
22848
|
+
pointer-events: none;
|
|
22849
|
+
opacity: var(--v-disabled-opacity);
|
|
22850
|
+
}
|
|
22851
|
+
|
|
22852
|
+
.v-slide-group__content {
|
|
22853
|
+
display: flex;
|
|
22854
|
+
flex: 1 0 auto;
|
|
22855
|
+
position: relative;
|
|
22856
|
+
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
22857
|
+
white-space: nowrap;
|
|
22858
|
+
}
|
|
22859
|
+
.v-slide-group__content > * {
|
|
22860
|
+
white-space: initial;
|
|
22861
|
+
}
|
|
22862
|
+
|
|
22863
|
+
.v-slide-group__container {
|
|
22864
|
+
contain: content;
|
|
22865
|
+
display: flex;
|
|
22866
|
+
flex: 1 1 auto;
|
|
22867
|
+
overflow: hidden;
|
|
22868
|
+
}
|
|
22869
|
+
|
|
22870
|
+
.v-slide-group--vertical,
|
|
22871
|
+
.v-slide-group--vertical .v-slide-group__container,
|
|
22872
|
+
.v-slide-group--vertical .v-slide-group__content {
|
|
22873
|
+
flex-direction: column;
|
|
22825
22874
|
}.v-skeleton-loader {
|
|
22826
22875
|
align-items: center;
|
|
22827
22876
|
background: rgb(var(--v-theme-surface));
|
|
@@ -23045,48 +23094,6 @@ html.v-overlay-scroll-blocked {
|
|
|
23045
23094
|
100% {
|
|
23046
23095
|
transform: translateX(100%);
|
|
23047
23096
|
}
|
|
23048
|
-
}.v-slide-group {
|
|
23049
|
-
display: flex;
|
|
23050
|
-
overflow: hidden;
|
|
23051
|
-
}
|
|
23052
|
-
|
|
23053
|
-
.v-slide-group__next,
|
|
23054
|
-
.v-slide-group__prev {
|
|
23055
|
-
align-items: center;
|
|
23056
|
-
display: flex;
|
|
23057
|
-
flex: 0 1 52px;
|
|
23058
|
-
justify-content: center;
|
|
23059
|
-
min-width: 52px;
|
|
23060
|
-
cursor: pointer;
|
|
23061
|
-
}
|
|
23062
|
-
.v-slide-group__next--disabled,
|
|
23063
|
-
.v-slide-group__prev--disabled {
|
|
23064
|
-
pointer-events: none;
|
|
23065
|
-
opacity: var(--v-disabled-opacity);
|
|
23066
|
-
}
|
|
23067
|
-
|
|
23068
|
-
.v-slide-group__content {
|
|
23069
|
-
display: flex;
|
|
23070
|
-
flex: 1 0 auto;
|
|
23071
|
-
position: relative;
|
|
23072
|
-
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
23073
|
-
white-space: nowrap;
|
|
23074
|
-
}
|
|
23075
|
-
.v-slide-group__content > * {
|
|
23076
|
-
white-space: initial;
|
|
23077
|
-
}
|
|
23078
|
-
|
|
23079
|
-
.v-slide-group__container {
|
|
23080
|
-
contain: content;
|
|
23081
|
-
display: flex;
|
|
23082
|
-
flex: 1 1 auto;
|
|
23083
|
-
overflow: hidden;
|
|
23084
|
-
}
|
|
23085
|
-
|
|
23086
|
-
.v-slide-group--vertical,
|
|
23087
|
-
.v-slide-group--vertical .v-slide-group__container,
|
|
23088
|
-
.v-slide-group--vertical .v-slide-group__content {
|
|
23089
|
-
flex-direction: column;
|
|
23090
23097
|
}.v-snackbar {
|
|
23091
23098
|
justify-content: center;
|
|
23092
23099
|
z-index: 10000;
|
|
@@ -23206,122 +23213,97 @@ html.v-overlay-scroll-blocked {
|
|
|
23206
23213
|
}
|
|
23207
23214
|
.v-snackbar-transition-leave-to {
|
|
23208
23215
|
opacity: 0;
|
|
23209
|
-
}.v-
|
|
23210
|
-
|
|
23211
|
-
align-self: stretch;
|
|
23212
|
-
display: inline-flex;
|
|
23213
|
-
flex: none;
|
|
23214
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
23215
|
-
padding: 1.5rem;
|
|
23216
|
-
transition-duration: 0.2s;
|
|
23217
|
-
transition-property: opacity;
|
|
23218
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
23219
|
-
}
|
|
23220
|
-
.v-stepper-item--selected {
|
|
23221
|
-
opacity: 1;
|
|
23222
|
-
}
|
|
23223
|
-
.v-stepper-item--error {
|
|
23224
|
-
color: rgb(var(--v-theme-error));
|
|
23225
|
-
}
|
|
23226
|
-
.v-stepper-item--disabled {
|
|
23227
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
23228
|
-
pointer-events: none;
|
|
23216
|
+
}.v-switch .v-label {
|
|
23217
|
+
padding-inline-start: 10px;
|
|
23229
23218
|
}
|
|
23230
|
-
.v-
|
|
23231
|
-
|
|
23232
|
-
|
|
23233
|
-
align-items: center;
|
|
23234
|
-
flex-basis: 175px;
|
|
23219
|
+
.v-switch .v-switch__thumb {
|
|
23220
|
+
background-color: rgb(var(--v-theme-surface-bright));
|
|
23221
|
+
color: rgb(var(--v-theme-on-surface-bright));
|
|
23235
23222
|
}
|
|
23236
23223
|
|
|
23237
|
-
.v-
|
|
23238
|
-
|
|
23239
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
23240
|
-
font-size: 0.75rem;
|
|
23241
|
-
margin-inline-end: 8px;
|
|
23224
|
+
.v-switch__loader {
|
|
23225
|
+
display: flex;
|
|
23242
23226
|
}
|
|
23243
|
-
.v-
|
|
23244
|
-
|
|
23227
|
+
.v-switch__loader .v-progress-circular {
|
|
23228
|
+
color: rgb(var(--v-theme-surface));
|
|
23245
23229
|
}
|
|
23246
|
-
|
|
23247
|
-
|
|
23230
|
+
|
|
23231
|
+
.v-switch__track,
|
|
23232
|
+
.v-switch__thumb {
|
|
23233
|
+
transition: none;
|
|
23248
23234
|
}
|
|
23249
|
-
.v-
|
|
23250
|
-
|
|
23251
|
-
|
|
23252
|
-
|
|
23253
|
-
margin-bottom: 16px;
|
|
23254
|
-
margin-inline-end: 0;
|
|
23235
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
|
23236
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
|
23237
|
+
background-color: rgb(var(--v-theme-error));
|
|
23238
|
+
color: rgb(var(--v-theme-on-error));
|
|
23255
23239
|
}
|
|
23256
23240
|
|
|
23257
|
-
.v-
|
|
23258
|
-
|
|
23259
|
-
|
|
23260
|
-
|
|
23261
|
-
|
|
23262
|
-
|
|
23263
|
-
|
|
23264
|
-
.
|
|
23265
|
-
font-size: 0.75rem;
|
|
23266
|
-
text-align: left;
|
|
23267
|
-
line-height: 1;
|
|
23268
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
23269
|
-
}
|
|
23270
|
-
.v-stepper--alt-labels .v-stepper-item__subtitle {
|
|
23271
|
-
text-align: center;
|
|
23272
|
-
}
|
|
23273
|
-
.v-stepper--mobile .v-stepper-item__subtitle {
|
|
23274
|
-
display: none;
|
|
23275
|
-
}.v-stepper.v-sheet {
|
|
23276
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
23277
|
-
border-radius: 4px;
|
|
23278
|
-
overflow: hidden;
|
|
23241
|
+
.v-switch__track {
|
|
23242
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
|
23243
|
+
border-radius: 9999px;
|
|
23244
|
+
height: 14px;
|
|
23245
|
+
opacity: 0.6;
|
|
23246
|
+
width: 36px;
|
|
23247
|
+
cursor: pointer;
|
|
23248
|
+
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
|
23279
23249
|
}
|
|
23280
|
-
.v-
|
|
23281
|
-
|
|
23250
|
+
.v-switch--inset .v-switch__track {
|
|
23251
|
+
border-radius: 9999px;
|
|
23252
|
+
height: 32px;
|
|
23253
|
+
width: 52px;
|
|
23282
23254
|
}
|
|
23283
23255
|
|
|
23284
|
-
.v-
|
|
23285
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
23256
|
+
.v-switch__thumb {
|
|
23286
23257
|
align-items: center;
|
|
23258
|
+
border-radius: 50%;
|
|
23287
23259
|
display: flex;
|
|
23260
|
+
height: 20px;
|
|
23261
|
+
justify-content: center;
|
|
23262
|
+
width: 20px;
|
|
23263
|
+
pointer-events: none;
|
|
23264
|
+
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);
|
|
23288
23265
|
position: relative;
|
|
23289
|
-
overflow
|
|
23290
|
-
|
|
23291
|
-
z-index: 1;
|
|
23266
|
+
overflow: hidden;
|
|
23267
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
23292
23268
|
}
|
|
23293
|
-
.v-
|
|
23294
|
-
|
|
23269
|
+
.v-switch--inset .v-switch__thumb {
|
|
23270
|
+
height: 24px;
|
|
23271
|
+
width: 24px;
|
|
23272
|
+
transform: scale(0.6666666667);
|
|
23273
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
23295
23274
|
}
|
|
23296
|
-
.v-
|
|
23297
|
-
|
|
23275
|
+
.v-switch--inset .v-switch__thumb--filled {
|
|
23276
|
+
transform: none;
|
|
23298
23277
|
}
|
|
23299
|
-
.v-
|
|
23300
|
-
|
|
23278
|
+
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
|
23279
|
+
transform: none;
|
|
23280
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
|
23301
23281
|
}
|
|
23302
|
-
|
|
23303
|
-
|
|
23282
|
+
|
|
23283
|
+
.v-switch .v-selection-control {
|
|
23284
|
+
min-height: var(--v-input-control-height);
|
|
23304
23285
|
}
|
|
23305
|
-
.v-
|
|
23306
|
-
|
|
23307
|
-
|
|
23286
|
+
.v-switch .v-selection-control__input {
|
|
23287
|
+
border-radius: 50%;
|
|
23288
|
+
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
23289
|
+
transform: translateX(-10px);
|
|
23290
|
+
position: absolute;
|
|
23308
23291
|
}
|
|
23309
|
-
|
|
23310
|
-
|
|
23311
|
-
margin: 1.5rem;
|
|
23292
|
+
.v-switch .v-selection-control__input .v-icon {
|
|
23293
|
+
position: absolute;
|
|
23312
23294
|
}
|
|
23313
|
-
|
|
23314
|
-
|
|
23315
|
-
display: flex;
|
|
23316
|
-
align-items: center;
|
|
23317
|
-
justify-content: space-between;
|
|
23318
|
-
padding: 1rem;
|
|
23295
|
+
.v-switch .v-selection-control--dirty .v-selection-control__input {
|
|
23296
|
+
transform: translateX(10px);
|
|
23319
23297
|
}
|
|
23320
|
-
.v-
|
|
23321
|
-
|
|
23298
|
+
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
|
23299
|
+
transform: scale(0.8);
|
|
23322
23300
|
}
|
|
23323
|
-
.v-
|
|
23324
|
-
|
|
23301
|
+
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
|
23302
|
+
transform: scale(0.75);
|
|
23303
|
+
box-shadow: none;
|
|
23304
|
+
}
|
|
23305
|
+
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
|
23306
|
+
width: auto;
|
|
23325
23307
|
}.v-system-bar {
|
|
23326
23308
|
align-items: center;
|
|
23327
23309
|
display: flex;
|
|
@@ -23359,97 +23341,101 @@ html.v-overlay-scroll-blocked {
|
|
|
23359
23341
|
}
|
|
23360
23342
|
.v-system-bar:not(.v-system-bar--absolute) {
|
|
23361
23343
|
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
23362
|
-
}.v-
|
|
23363
|
-
|
|
23344
|
+
}.v-tab.v-tab {
|
|
23345
|
+
--v-btn-height: var(--v-tabs-height);
|
|
23346
|
+
border-radius: 0;
|
|
23347
|
+
min-width: 90px;
|
|
23364
23348
|
}
|
|
23365
|
-
.v-
|
|
23366
|
-
|
|
23367
|
-
|
|
23349
|
+
.v-slide-group--horizontal .v-tab {
|
|
23350
|
+
max-width: 360px;
|
|
23351
|
+
}
|
|
23352
|
+
.v-slide-group--vertical .v-tab {
|
|
23353
|
+
justify-content: start;
|
|
23368
23354
|
}
|
|
23369
23355
|
|
|
23370
|
-
.v-
|
|
23371
|
-
|
|
23356
|
+
.v-tab__slider {
|
|
23357
|
+
position: absolute;
|
|
23358
|
+
bottom: 0;
|
|
23359
|
+
left: 0;
|
|
23360
|
+
height: 2px;
|
|
23361
|
+
width: 100%;
|
|
23362
|
+
background: currentColor;
|
|
23363
|
+
pointer-events: none;
|
|
23364
|
+
opacity: 0;
|
|
23372
23365
|
}
|
|
23373
|
-
.v-
|
|
23374
|
-
|
|
23366
|
+
.v-tab--selected .v-tab__slider {
|
|
23367
|
+
opacity: 1;
|
|
23375
23368
|
}
|
|
23376
|
-
|
|
23377
|
-
|
|
23378
|
-
|
|
23379
|
-
|
|
23369
|
+
.v-slide-group--vertical .v-tab__slider {
|
|
23370
|
+
top: 0;
|
|
23371
|
+
height: 100%;
|
|
23372
|
+
width: 2px;
|
|
23373
|
+
}.v-tabs {
|
|
23374
|
+
display: flex;
|
|
23375
|
+
height: var(--v-tabs-height);
|
|
23380
23376
|
}
|
|
23381
|
-
.v-
|
|
23382
|
-
|
|
23383
|
-
|
|
23384
|
-
|
|
23377
|
+
.v-tabs--density-default {
|
|
23378
|
+
--v-tabs-height: 48px;
|
|
23379
|
+
}
|
|
23380
|
+
.v-tabs--density-default.v-tabs--stacked {
|
|
23381
|
+
--v-tabs-height: 72px;
|
|
23385
23382
|
}
|
|
23386
23383
|
|
|
23387
|
-
.v-
|
|
23388
|
-
|
|
23389
|
-
border-radius: 9999px;
|
|
23390
|
-
height: 14px;
|
|
23391
|
-
opacity: 0.6;
|
|
23392
|
-
width: 36px;
|
|
23393
|
-
cursor: pointer;
|
|
23394
|
-
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
|
23384
|
+
.v-tabs--density-comfortable {
|
|
23385
|
+
--v-tabs-height: 44px;
|
|
23395
23386
|
}
|
|
23396
|
-
.v-
|
|
23397
|
-
|
|
23398
|
-
height: 32px;
|
|
23399
|
-
width: 52px;
|
|
23387
|
+
.v-tabs--density-comfortable.v-tabs--stacked {
|
|
23388
|
+
--v-tabs-height: 68px;
|
|
23400
23389
|
}
|
|
23401
23390
|
|
|
23402
|
-
.v-
|
|
23403
|
-
|
|
23404
|
-
border-radius: 50%;
|
|
23405
|
-
display: flex;
|
|
23406
|
-
height: 20px;
|
|
23407
|
-
justify-content: center;
|
|
23408
|
-
width: 20px;
|
|
23409
|
-
pointer-events: none;
|
|
23410
|
-
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);
|
|
23411
|
-
position: relative;
|
|
23412
|
-
overflow: hidden;
|
|
23413
|
-
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
23391
|
+
.v-tabs--density-compact {
|
|
23392
|
+
--v-tabs-height: 36px;
|
|
23414
23393
|
}
|
|
23415
|
-
.v-
|
|
23416
|
-
height:
|
|
23417
|
-
width: 24px;
|
|
23418
|
-
transform: scale(0.6666666667);
|
|
23419
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
23394
|
+
.v-tabs--density-compact.v-tabs--stacked {
|
|
23395
|
+
--v-tabs-height: 60px;
|
|
23420
23396
|
}
|
|
23421
|
-
|
|
23422
|
-
|
|
23397
|
+
|
|
23398
|
+
.v-tabs.v-slide-group--vertical {
|
|
23399
|
+
height: auto;
|
|
23400
|
+
flex: none;
|
|
23401
|
+
--v-tabs-height: 48px;
|
|
23423
23402
|
}
|
|
23424
|
-
|
|
23425
|
-
|
|
23426
|
-
|
|
23403
|
+
|
|
23404
|
+
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
|
23405
|
+
margin-inline-start: 42px;
|
|
23427
23406
|
}
|
|
23428
23407
|
|
|
23429
|
-
.v-
|
|
23430
|
-
|
|
23408
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
|
23409
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
|
23410
|
+
margin-inline-end: auto;
|
|
23431
23411
|
}
|
|
23432
|
-
.v-
|
|
23433
|
-
|
|
23434
|
-
|
|
23435
|
-
transform: translateX(-10px);
|
|
23436
|
-
position: absolute;
|
|
23412
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
|
23413
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
|
23414
|
+
margin-inline-start: auto;
|
|
23437
23415
|
}
|
|
23438
|
-
|
|
23439
|
-
|
|
23416
|
+
|
|
23417
|
+
.v-tabs--grow {
|
|
23418
|
+
flex-grow: 1;
|
|
23440
23419
|
}
|
|
23441
|
-
.v-
|
|
23442
|
-
|
|
23420
|
+
.v-tabs--grow .v-tab {
|
|
23421
|
+
flex: 1 0 auto;
|
|
23422
|
+
max-width: none;
|
|
23443
23423
|
}
|
|
23444
|
-
|
|
23445
|
-
|
|
23424
|
+
|
|
23425
|
+
.v-tabs--align-tabs-end .v-tab:first-child {
|
|
23426
|
+
margin-inline-start: auto;
|
|
23446
23427
|
}
|
|
23447
|
-
.v-
|
|
23448
|
-
|
|
23449
|
-
box-shadow: none;
|
|
23428
|
+
.v-tabs--align-tabs-end .v-tab:last-child {
|
|
23429
|
+
margin-inline-end: 0;
|
|
23450
23430
|
}
|
|
23451
|
-
|
|
23452
|
-
|
|
23431
|
+
|
|
23432
|
+
@media (max-width: 1279.98px) {
|
|
23433
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
|
23434
|
+
margin-inline-start: 52px;
|
|
23435
|
+
}
|
|
23436
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
|
23437
|
+
margin-inline-end: 52px;
|
|
23438
|
+
}
|
|
23453
23439
|
}.v-table {
|
|
23454
23440
|
background: rgb(var(--v-theme-surface));
|
|
23455
23441
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
@@ -23559,143 +23545,48 @@ html.v-overlay-scroll-blocked {
|
|
|
23559
23545
|
.v-table--density-compact > .v-table__wrapper > table > tfoot > tr > td {
|
|
23560
23546
|
height: calc(var(--v-table-row-height, 52px) - 16px);
|
|
23561
23547
|
}
|
|
23562
|
-
|
|
23563
|
-
.v-table__wrapper {
|
|
23564
|
-
border-radius: inherit;
|
|
23565
|
-
overflow: auto;
|
|
23566
|
-
flex: 1 1 auto;
|
|
23567
|
-
}
|
|
23568
|
-
|
|
23569
|
-
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
|
|
23570
|
-
border-top-left-radius: 0;
|
|
23571
|
-
}
|
|
23572
|
-
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
|
|
23573
|
-
border-top-right-radius: 0;
|
|
23574
|
-
}
|
|
23575
|
-
|
|
23576
|
-
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
|
|
23577
|
-
border-bottom-left-radius: 0;
|
|
23578
|
-
}
|
|
23579
|
-
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
|
|
23580
|
-
border-bottom-right-radius: 0;
|
|
23581
|
-
}
|
|
23582
|
-
|
|
23583
|
-
.v-table--fixed-height > .v-table__wrapper {
|
|
23584
|
-
overflow-y: auto;
|
|
23585
|
-
}
|
|
23586
|
-
|
|
23587
|
-
.v-table--fixed-header > .v-table__wrapper > table > thead {
|
|
23588
|
-
position: sticky;
|
|
23589
|
-
top: 0;
|
|
23590
|
-
z-index: 2;
|
|
23591
|
-
}
|
|
23592
|
-
.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
|
23593
|
-
border-bottom: 0px !important;
|
|
23594
|
-
}
|
|
23595
|
-
|
|
23596
|
-
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
|
|
23597
|
-
position: sticky;
|
|
23598
|
-
bottom: 0;
|
|
23599
|
-
z-index: 1;
|
|
23600
|
-
}
|
|
23601
|
-
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
|
23602
|
-
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
|
23603
|
-
border-top: 0px !important;
|
|
23604
|
-
}.v-tabs {
|
|
23605
|
-
display: flex;
|
|
23606
|
-
height: var(--v-tabs-height);
|
|
23607
|
-
}
|
|
23608
|
-
.v-tabs--density-default {
|
|
23609
|
-
--v-tabs-height: 48px;
|
|
23610
|
-
}
|
|
23611
|
-
.v-tabs--density-default.v-tabs--stacked {
|
|
23612
|
-
--v-tabs-height: 72px;
|
|
23613
|
-
}
|
|
23614
|
-
|
|
23615
|
-
.v-tabs--density-comfortable {
|
|
23616
|
-
--v-tabs-height: 44px;
|
|
23617
|
-
}
|
|
23618
|
-
.v-tabs--density-comfortable.v-tabs--stacked {
|
|
23619
|
-
--v-tabs-height: 68px;
|
|
23620
|
-
}
|
|
23621
|
-
|
|
23622
|
-
.v-tabs--density-compact {
|
|
23623
|
-
--v-tabs-height: 36px;
|
|
23624
|
-
}
|
|
23625
|
-
.v-tabs--density-compact.v-tabs--stacked {
|
|
23626
|
-
--v-tabs-height: 60px;
|
|
23627
|
-
}
|
|
23628
|
-
|
|
23629
|
-
.v-tabs.v-slide-group--vertical {
|
|
23630
|
-
height: auto;
|
|
23631
|
-
flex: none;
|
|
23632
|
-
--v-tabs-height: 48px;
|
|
23633
|
-
}
|
|
23634
|
-
|
|
23635
|
-
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
|
23636
|
-
margin-inline-start: 42px;
|
|
23637
|
-
}
|
|
23638
|
-
|
|
23639
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
|
23640
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
|
23641
|
-
margin-inline-end: auto;
|
|
23642
|
-
}
|
|
23643
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
|
23644
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
|
23645
|
-
margin-inline-start: auto;
|
|
23548
|
+
|
|
23549
|
+
.v-table__wrapper {
|
|
23550
|
+
border-radius: inherit;
|
|
23551
|
+
overflow: auto;
|
|
23552
|
+
flex: 1 1 auto;
|
|
23646
23553
|
}
|
|
23647
23554
|
|
|
23648
|
-
.v-
|
|
23649
|
-
|
|
23555
|
+
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
|
|
23556
|
+
border-top-left-radius: 0;
|
|
23650
23557
|
}
|
|
23651
|
-
.v-
|
|
23652
|
-
|
|
23653
|
-
max-width: none;
|
|
23558
|
+
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
|
|
23559
|
+
border-top-right-radius: 0;
|
|
23654
23560
|
}
|
|
23655
23561
|
|
|
23656
|
-
.v-
|
|
23657
|
-
|
|
23562
|
+
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
|
|
23563
|
+
border-bottom-left-radius: 0;
|
|
23658
23564
|
}
|
|
23659
|
-
.v-
|
|
23660
|
-
|
|
23565
|
+
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
|
|
23566
|
+
border-bottom-right-radius: 0;
|
|
23661
23567
|
}
|
|
23662
23568
|
|
|
23663
|
-
|
|
23664
|
-
|
|
23665
|
-
margin-inline-start: 52px;
|
|
23666
|
-
}
|
|
23667
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
|
23668
|
-
margin-inline-end: 52px;
|
|
23669
|
-
}
|
|
23670
|
-
}.v-tab.v-tab {
|
|
23671
|
-
--v-btn-height: var(--v-tabs-height);
|
|
23672
|
-
border-radius: 0;
|
|
23673
|
-
min-width: 90px;
|
|
23569
|
+
.v-table--fixed-height > .v-table__wrapper {
|
|
23570
|
+
overflow-y: auto;
|
|
23674
23571
|
}
|
|
23675
|
-
|
|
23676
|
-
|
|
23572
|
+
|
|
23573
|
+
.v-table--fixed-header > .v-table__wrapper > table > thead {
|
|
23574
|
+
position: sticky;
|
|
23575
|
+
top: 0;
|
|
23576
|
+
z-index: 2;
|
|
23677
23577
|
}
|
|
23678
|
-
.v-
|
|
23679
|
-
|
|
23578
|
+
.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
|
23579
|
+
border-bottom: 0px !important;
|
|
23680
23580
|
}
|
|
23681
23581
|
|
|
23682
|
-
.v-
|
|
23683
|
-
position:
|
|
23582
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
|
|
23583
|
+
position: sticky;
|
|
23684
23584
|
bottom: 0;
|
|
23685
|
-
|
|
23686
|
-
height: 2px;
|
|
23687
|
-
width: 100%;
|
|
23688
|
-
background: currentColor;
|
|
23689
|
-
pointer-events: none;
|
|
23690
|
-
opacity: 0;
|
|
23691
|
-
}
|
|
23692
|
-
.v-tab--selected .v-tab__slider {
|
|
23693
|
-
opacity: 1;
|
|
23585
|
+
z-index: 1;
|
|
23694
23586
|
}
|
|
23695
|
-
.v-
|
|
23696
|
-
|
|
23697
|
-
|
|
23698
|
-
width: 2px;
|
|
23587
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
|
23588
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
|
23589
|
+
border-top: 0px !important;
|
|
23699
23590
|
}.v-textarea .v-field {
|
|
23700
23591
|
--v-textarea-control-height: var(--v-input-control-height);
|
|
23701
23592
|
}
|
|
@@ -24443,6 +24334,122 @@ html.v-overlay-scroll-blocked {
|
|
|
24443
24334
|
}
|
|
24444
24335
|
.v-window-y-reverse-transition-leave-to {
|
|
24445
24336
|
transform: translateY(100%);
|
|
24337
|
+
}.v-stepper.v-sheet {
|
|
24338
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
24339
|
+
border-radius: 4px;
|
|
24340
|
+
overflow: hidden;
|
|
24341
|
+
}
|
|
24342
|
+
.v-stepper.v-sheet.v-stepper--flat {
|
|
24343
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
24344
|
+
}
|
|
24345
|
+
|
|
24346
|
+
.v-stepper-header {
|
|
24347
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
24348
|
+
align-items: center;
|
|
24349
|
+
display: flex;
|
|
24350
|
+
position: relative;
|
|
24351
|
+
overflow-x: auto;
|
|
24352
|
+
justify-content: space-between;
|
|
24353
|
+
z-index: 1;
|
|
24354
|
+
}
|
|
24355
|
+
.v-stepper-header .v-divider {
|
|
24356
|
+
margin: 0 -16px;
|
|
24357
|
+
}
|
|
24358
|
+
.v-stepper-header .v-divider:last-child {
|
|
24359
|
+
margin-inline-end: 0;
|
|
24360
|
+
}
|
|
24361
|
+
.v-stepper-header .v-divider:first-child {
|
|
24362
|
+
margin-inline-start: 0;
|
|
24363
|
+
}
|
|
24364
|
+
.v-stepper--alt-labels .v-stepper-header {
|
|
24365
|
+
height: auto;
|
|
24366
|
+
}
|
|
24367
|
+
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
|
24368
|
+
align-self: flex-start;
|
|
24369
|
+
margin: 35px -67px 0;
|
|
24370
|
+
}
|
|
24371
|
+
|
|
24372
|
+
.v-stepper-window {
|
|
24373
|
+
margin: 1.5rem;
|
|
24374
|
+
}
|
|
24375
|
+
|
|
24376
|
+
.v-stepper-actions {
|
|
24377
|
+
display: flex;
|
|
24378
|
+
align-items: center;
|
|
24379
|
+
justify-content: space-between;
|
|
24380
|
+
padding: 1rem;
|
|
24381
|
+
}
|
|
24382
|
+
.v-stepper .v-stepper-actions {
|
|
24383
|
+
padding: 0 1.5rem 1rem;
|
|
24384
|
+
}
|
|
24385
|
+
.v-stepper-window-item .v-stepper-actions {
|
|
24386
|
+
padding: 1.5rem 0 0;
|
|
24387
|
+
}.v-stepper-item {
|
|
24388
|
+
align-items: center;
|
|
24389
|
+
align-self: stretch;
|
|
24390
|
+
display: inline-flex;
|
|
24391
|
+
flex: none;
|
|
24392
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
24393
|
+
padding: 1.5rem;
|
|
24394
|
+
transition-duration: 0.2s;
|
|
24395
|
+
transition-property: opacity;
|
|
24396
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
24397
|
+
}
|
|
24398
|
+
.v-stepper-item--selected {
|
|
24399
|
+
opacity: 1;
|
|
24400
|
+
}
|
|
24401
|
+
.v-stepper-item--error {
|
|
24402
|
+
color: rgb(var(--v-theme-error));
|
|
24403
|
+
}
|
|
24404
|
+
.v-stepper-item--disabled {
|
|
24405
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
24406
|
+
pointer-events: none;
|
|
24407
|
+
}
|
|
24408
|
+
.v-stepper--alt-labels .v-stepper-item {
|
|
24409
|
+
flex-direction: column;
|
|
24410
|
+
justify-content: flex-start;
|
|
24411
|
+
align-items: center;
|
|
24412
|
+
flex-basis: 175px;
|
|
24413
|
+
}
|
|
24414
|
+
|
|
24415
|
+
.v-stepper-item__avatar.v-avatar {
|
|
24416
|
+
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
|
24417
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
24418
|
+
font-size: 0.75rem;
|
|
24419
|
+
margin-inline-end: 8px;
|
|
24420
|
+
}
|
|
24421
|
+
.v-stepper-item__avatar.v-avatar .v-icon {
|
|
24422
|
+
font-size: 0.875rem;
|
|
24423
|
+
}
|
|
24424
|
+
.v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
|
|
24425
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
24426
|
+
}
|
|
24427
|
+
.v-stepper-item--error .v-stepper-item__avatar.v-avatar {
|
|
24428
|
+
background: rgb(var(--v-theme-error));
|
|
24429
|
+
}
|
|
24430
|
+
.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
|
|
24431
|
+
margin-bottom: 16px;
|
|
24432
|
+
margin-inline-end: 0;
|
|
24433
|
+
}
|
|
24434
|
+
|
|
24435
|
+
.v-stepper-item__title {
|
|
24436
|
+
line-height: 1;
|
|
24437
|
+
}
|
|
24438
|
+
.v-stepper--mobile .v-stepper-item__title {
|
|
24439
|
+
display: none;
|
|
24440
|
+
}
|
|
24441
|
+
|
|
24442
|
+
.v-stepper-item__subtitle {
|
|
24443
|
+
font-size: 0.75rem;
|
|
24444
|
+
text-align: left;
|
|
24445
|
+
line-height: 1;
|
|
24446
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
24447
|
+
}
|
|
24448
|
+
.v-stepper--alt-labels .v-stepper-item__subtitle {
|
|
24449
|
+
text-align: center;
|
|
24450
|
+
}
|
|
24451
|
+
.v-stepper--mobile .v-stepper-item__subtitle {
|
|
24452
|
+
display: none;
|
|
24446
24453
|
}.v-color-picker-canvas {
|
|
24447
24454
|
display: flex;
|
|
24448
24455
|
position: relative;
|
|
@@ -24465,6 +24472,41 @@ html.v-overlay-scroll-blocked {
|
|
|
24465
24472
|
}
|
|
24466
24473
|
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
24467
24474
|
will-change: transform;
|
|
24475
|
+
}.v-color-picker-swatches {
|
|
24476
|
+
overflow-y: auto;
|
|
24477
|
+
}
|
|
24478
|
+
.v-color-picker-swatches > div {
|
|
24479
|
+
display: flex;
|
|
24480
|
+
flex-wrap: wrap;
|
|
24481
|
+
justify-content: center;
|
|
24482
|
+
padding: 8px;
|
|
24483
|
+
}
|
|
24484
|
+
|
|
24485
|
+
.v-color-picker-swatches__swatch {
|
|
24486
|
+
display: flex;
|
|
24487
|
+
flex-direction: column;
|
|
24488
|
+
margin-bottom: 10px;
|
|
24489
|
+
}
|
|
24490
|
+
|
|
24491
|
+
.v-color-picker-swatches__color {
|
|
24492
|
+
position: relative;
|
|
24493
|
+
height: 18px;
|
|
24494
|
+
max-height: 18px;
|
|
24495
|
+
width: 45px;
|
|
24496
|
+
margin: 2px 4px;
|
|
24497
|
+
border-radius: 2px;
|
|
24498
|
+
-webkit-user-select: none;
|
|
24499
|
+
user-select: none;
|
|
24500
|
+
overflow: hidden;
|
|
24501
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
|
24502
|
+
cursor: pointer;
|
|
24503
|
+
}
|
|
24504
|
+
.v-color-picker-swatches__color > div {
|
|
24505
|
+
display: flex;
|
|
24506
|
+
align-items: center;
|
|
24507
|
+
justify-content: center;
|
|
24508
|
+
width: 100%;
|
|
24509
|
+
height: 100%;
|
|
24468
24510
|
}.v-color-picker-edit {
|
|
24469
24511
|
display: flex;
|
|
24470
24512
|
margin-top: 24px;
|
|
@@ -24562,41 +24604,6 @@ html.v-overlay-scroll-blocked {
|
|
|
24562
24604
|
.v-color-picker-preview__eye-dropper {
|
|
24563
24605
|
position: relative;
|
|
24564
24606
|
margin-right: 12px;
|
|
24565
|
-
}.v-color-picker-swatches {
|
|
24566
|
-
overflow-y: auto;
|
|
24567
|
-
}
|
|
24568
|
-
.v-color-picker-swatches > div {
|
|
24569
|
-
display: flex;
|
|
24570
|
-
flex-wrap: wrap;
|
|
24571
|
-
justify-content: center;
|
|
24572
|
-
padding: 8px;
|
|
24573
|
-
}
|
|
24574
|
-
|
|
24575
|
-
.v-color-picker-swatches__swatch {
|
|
24576
|
-
display: flex;
|
|
24577
|
-
flex-direction: column;
|
|
24578
|
-
margin-bottom: 10px;
|
|
24579
|
-
}
|
|
24580
|
-
|
|
24581
|
-
.v-color-picker-swatches__color {
|
|
24582
|
-
position: relative;
|
|
24583
|
-
height: 18px;
|
|
24584
|
-
max-height: 18px;
|
|
24585
|
-
width: 45px;
|
|
24586
|
-
margin: 2px 4px;
|
|
24587
|
-
border-radius: 2px;
|
|
24588
|
-
-webkit-user-select: none;
|
|
24589
|
-
user-select: none;
|
|
24590
|
-
overflow: hidden;
|
|
24591
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
|
24592
|
-
cursor: pointer;
|
|
24593
|
-
}
|
|
24594
|
-
.v-color-picker-swatches__color > div {
|
|
24595
|
-
display: flex;
|
|
24596
|
-
align-items: center;
|
|
24597
|
-
justify-content: center;
|
|
24598
|
-
width: 100%;
|
|
24599
|
-
height: 100%;
|
|
24600
24607
|
}.v-picker.v-sheet {
|
|
24601
24608
|
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
24602
24609
|
border-radius: 4px;
|