vuetify 2.6.6 → 2.6.7
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/web-types.json +5 -5
- package/dist/vuetify.css +47 -67
- package/dist/vuetify.css.map +1 -1
- package/dist/vuetify.js +85 -78
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +2 -2
- package/es5/components/VDialog/VDialog.js +13 -8
- package/es5/components/VDialog/VDialog.js.map +1 -1
- package/es5/components/VList/VListItem.js +5 -3
- package/es5/components/VList/VListItem.js.map +1 -1
- package/es5/components/VOtpInput/VOtpInput.js +26 -58
- package/es5/components/VOtpInput/VOtpInput.js.map +1 -1
- package/es5/components/VSelect/VSelect.js +6 -2
- package/es5/components/VSelect/VSelect.js.map +1 -1
- package/es5/components/VSlideGroup/VSlideGroup.js +43 -23
- package/es5/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/es5/components/VTabs/VTabs.js +10 -0
- package/es5/components/VTabs/VTabs.js.map +1 -1
- package/es5/framework.js +1 -1
- package/es5/mixins/dependent/index.js.map +1 -1
- package/es5/mixins/detachable/index.js.map +1 -1
- package/lib/components/VDialog/VDialog.js +13 -7
- package/lib/components/VDialog/VDialog.js.map +1 -1
- package/lib/components/VList/VListItem.js +5 -3
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +25 -55
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +6 -2
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.js +23 -7
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/lib/components/VTabs/VTabs.js +10 -0
- package/lib/components/VTabs/VTabs.js.map +1 -1
- package/lib/framework.js +1 -1
- package/lib/mixins/dependent/index.js.map +1 -1
- package/lib/mixins/detachable/index.js.map +1 -1
- package/package.json +3 -2
- package/src/components/VAutocomplete/VAutocomplete.sass +0 -4
- package/src/components/VBtn/VBtn.sass +1 -1
- package/src/components/VChip/VChip.sass +1 -1
- package/src/components/VDialog/VDialog.sass +1 -1
- package/src/components/VDialog/VDialog.ts +9 -6
- package/src/components/VDialog/__tests__/VDialog.spec.ts +5 -5
- package/src/components/VDialog/__tests__/__snapshots__/VDialog.spec.ts.snap +4 -16
- package/src/components/VExpansionPanel/VExpansionPanel.sass +2 -2
- package/src/components/VInput/VInput.sass +2 -5
- package/src/components/VList/VListItem.ts +5 -3
- package/src/components/VList/__tests__/VListItem.spec.ts +12 -0
- package/src/components/VOtpInput/VOtpInput.ts +23 -43
- package/src/components/VOtpInput/__tests__/VOtpInput.spec.ts +3 -27
- package/src/components/VRadioGroup/VRadio.sass +0 -4
- package/src/components/VSelect/VSelect.sass +3 -1
- package/src/components/VSelect/VSelect.ts +2 -2
- package/src/components/VSkeletonLoader/VSkeletonLoader.sass +1 -1
- package/src/components/VSlideGroup/VSlideGroup.ts +20 -8
- package/src/components/VTabs/VTabs.ts +10 -0
- package/src/components/VTimeline/VTimeline.sass +16 -9
- package/src/components/VTimeline/_mixins.sass +4 -3
- package/src/mixins/dependent/index.ts +3 -3
- package/src/mixins/detachable/index.ts +3 -3
- package/src/styles/components/_selection-controls.sass +3 -0
package/dist/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "vuetify",
|
|
5
|
-
"version": "2.6.
|
|
5
|
+
"version": "2.6.7",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -5140,7 +5140,7 @@
|
|
|
5140
5140
|
"name": "start",
|
|
5141
5141
|
"description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
|
|
5142
5142
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar#props",
|
|
5143
|
-
"default": "2022-
|
|
5143
|
+
"default": "2022-06-29",
|
|
5144
5144
|
"value": {
|
|
5145
5145
|
"kind": "expression",
|
|
5146
5146
|
"type": [
|
|
@@ -6769,7 +6769,7 @@
|
|
|
6769
6769
|
"name": "start",
|
|
6770
6770
|
"description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
|
|
6771
6771
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar-daily#props",
|
|
6772
|
-
"default": "2022-
|
|
6772
|
+
"default": "2022-06-29",
|
|
6773
6773
|
"value": {
|
|
6774
6774
|
"kind": "expression",
|
|
6775
6775
|
"type": [
|
|
@@ -6987,7 +6987,7 @@
|
|
|
6987
6987
|
"name": "start",
|
|
6988
6988
|
"description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
|
|
6989
6989
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar-weekly#props",
|
|
6990
|
-
"default": "2022-
|
|
6990
|
+
"default": "2022-06-29",
|
|
6991
6991
|
"value": {
|
|
6992
6992
|
"kind": "expression",
|
|
6993
6993
|
"type": [
|
|
@@ -7205,7 +7205,7 @@
|
|
|
7205
7205
|
"name": "start",
|
|
7206
7206
|
"description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
|
|
7207
7207
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar-monthly#props",
|
|
7208
|
-
"default": "2022-
|
|
7208
|
+
"default": "2022-06-29",
|
|
7209
7209
|
"value": {
|
|
7210
7210
|
"kind": "expression",
|
|
7211
7211
|
"type": [
|
package/dist/vuetify.css
CHANGED
|
@@ -18465,7 +18465,7 @@ html.overflow-y-hidden {
|
|
|
18465
18465
|
display: flex;
|
|
18466
18466
|
flex: 1 0 auto;
|
|
18467
18467
|
min-width: 100% !important;
|
|
18468
|
-
max-width:
|
|
18468
|
+
max-width: none;
|
|
18469
18469
|
}
|
|
18470
18470
|
|
|
18471
18471
|
.v-btn--is-elevated {
|
|
@@ -18938,9 +18938,6 @@ html.overflow-y-hidden {
|
|
|
18938
18938
|
.v-autocomplete.v-text-field--enclosed:not(.v-text-field--solo):not(.v-text-field--single-line):not(.v-text-field--outlined).v-input--dense .v-select__slot > input {
|
|
18939
18939
|
margin-top: 20px;
|
|
18940
18940
|
}
|
|
18941
|
-
.v-autocomplete:not(.v-input--is-disabled).v-select.v-text-field input {
|
|
18942
|
-
pointer-events: inherit;
|
|
18943
|
-
}
|
|
18944
18941
|
.v-autocomplete__content.v-menu__content {
|
|
18945
18942
|
border-radius: 0;
|
|
18946
18943
|
}
|
|
@@ -19558,7 +19555,6 @@ html.overflow-y-hidden {
|
|
|
19558
19555
|
.v-select.v-text-field input {
|
|
19559
19556
|
flex: 1 1;
|
|
19560
19557
|
min-width: 0;
|
|
19561
|
-
pointer-events: none;
|
|
19562
19558
|
position: relative;
|
|
19563
19559
|
}
|
|
19564
19560
|
.v-select.v-text-field:not(.v-text-field--single-line) input {
|
|
@@ -19598,6 +19594,9 @@ html.overflow-y-hidden {
|
|
|
19598
19594
|
.v-select.v-text-field--reverse .v-select__selections {
|
|
19599
19595
|
flex-direction: row-reverse;
|
|
19600
19596
|
}
|
|
19597
|
+
.v-select.v-input--is-disabled:not(.v-input--is-readonly):not(.v-autocomplete) {
|
|
19598
|
+
pointer-events: none;
|
|
19599
|
+
}
|
|
19601
19600
|
.v-select__selections {
|
|
19602
19601
|
align-items: center;
|
|
19603
19602
|
display: flex;
|
|
@@ -19806,7 +19805,7 @@ html.overflow-y-hidden {
|
|
|
19806
19805
|
}
|
|
19807
19806
|
|
|
19808
19807
|
.v-chip--pill .v-chip__filter {
|
|
19809
|
-
margin
|
|
19808
|
+
margin: 0 16px 0 0;
|
|
19810
19809
|
}
|
|
19811
19810
|
.v-chip--pill .v-avatar {
|
|
19812
19811
|
height: 32px !important;
|
|
@@ -20744,9 +20743,6 @@ html.overflow-y-hidden {
|
|
|
20744
20743
|
.v-input--dense > .v-input__control > .v-input__slot {
|
|
20745
20744
|
margin-bottom: 4px;
|
|
20746
20745
|
}
|
|
20747
|
-
.v-input--is-disabled:not(.v-input--is-readonly) {
|
|
20748
|
-
pointer-events: none;
|
|
20749
|
-
}
|
|
20750
20746
|
.v-input--is-loading > .v-input__control > .v-input__slot:before, .v-input--is-loading > .v-input__control > .v-input__slot:after {
|
|
20751
20747
|
display: none;
|
|
20752
20748
|
}
|
|
@@ -21670,6 +21666,7 @@ html.overflow-y-hidden {
|
|
|
21670
21666
|
transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
21671
21667
|
width: 100%;
|
|
21672
21668
|
z-index: inherit;
|
|
21669
|
+
outline: none;
|
|
21673
21670
|
box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
|
|
21674
21671
|
}
|
|
21675
21672
|
.v-dialog:not(.v-dialog--fullscreen) {
|
|
@@ -21706,7 +21703,6 @@ html.overflow-y-hidden {
|
|
|
21706
21703
|
transition: 0.2s cubic-bezier(0.25, 0.8, 0.25, 1), z-index 1ms;
|
|
21707
21704
|
width: 100%;
|
|
21708
21705
|
z-index: 6;
|
|
21709
|
-
outline: none;
|
|
21710
21706
|
}
|
|
21711
21707
|
|
|
21712
21708
|
.v-dialog__container {
|
|
@@ -23000,6 +22996,9 @@ html.overflow-y-hidden {
|
|
|
23000
22996
|
.v-input--selection-controls.v-input--is-disabled:not(.v-input--indeterminate) .v-icon {
|
|
23001
22997
|
color: inherit;
|
|
23002
22998
|
}
|
|
22999
|
+
.v-input--selection-controls.v-input--is-disabled:not(.v-input--is-readonly) {
|
|
23000
|
+
pointer-events: none;
|
|
23001
|
+
}
|
|
23003
23002
|
|
|
23004
23003
|
.v-input--selection-controls__input:hover .v-input--selection-controls__ripple:before {
|
|
23005
23004
|
background: currentColor;
|
|
@@ -24408,18 +24407,9 @@ html.overflow-y-hidden {
|
|
|
24408
24407
|
.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:focus::before {
|
|
24409
24408
|
opacity: 0.16;
|
|
24410
24409
|
}
|
|
24411
|
-
.theme--light.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover
|
|
24410
|
+
.theme--light.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover::before {
|
|
24412
24411
|
opacity: 0.04;
|
|
24413
24412
|
}
|
|
24414
|
-
.theme--light.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover:focus::before {
|
|
24415
|
-
opacity: 0.12;
|
|
24416
|
-
}
|
|
24417
|
-
.theme--light.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover--active:hover::before, .theme--light.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover--active::before {
|
|
24418
|
-
opacity: 0.12;
|
|
24419
|
-
}
|
|
24420
|
-
.theme--light.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover--active:focus::before {
|
|
24421
|
-
opacity: 0.16;
|
|
24422
|
-
}
|
|
24423
24413
|
|
|
24424
24414
|
.theme--dark.v-expansion-panels .v-expansion-panel {
|
|
24425
24415
|
background-color: #1E1E1E;
|
|
@@ -24446,18 +24436,9 @@ html.overflow-y-hidden {
|
|
|
24446
24436
|
.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:focus::before {
|
|
24447
24437
|
opacity: 0.32;
|
|
24448
24438
|
}
|
|
24449
|
-
.theme--dark.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover
|
|
24439
|
+
.theme--dark.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover::before {
|
|
24450
24440
|
opacity: 0.08;
|
|
24451
24441
|
}
|
|
24452
|
-
.theme--dark.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover:focus::before {
|
|
24453
|
-
opacity: 0.24;
|
|
24454
|
-
}
|
|
24455
|
-
.theme--dark.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover--active:hover::before, .theme--dark.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover--active::before {
|
|
24456
|
-
opacity: 0.24;
|
|
24457
|
-
}
|
|
24458
|
-
.theme--dark.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover--active:focus::before {
|
|
24459
|
-
opacity: 0.32;
|
|
24460
|
-
}
|
|
24461
24442
|
|
|
24462
24443
|
.v-expansion-panels {
|
|
24463
24444
|
border-radius: 4px;
|
|
@@ -27307,16 +27288,10 @@ html.overflow-y-hidden {
|
|
|
27307
27288
|
.theme--light.v-radio--is-disabled label {
|
|
27308
27289
|
color: rgba(0, 0, 0, 0.38);
|
|
27309
27290
|
}
|
|
27310
|
-
.theme--light.v-radio--is-disabled .v-icon {
|
|
27311
|
-
color: rgba(0, 0, 0, 0.26) !important;
|
|
27312
|
-
}
|
|
27313
27291
|
|
|
27314
27292
|
.theme--dark.v-radio--is-disabled label {
|
|
27315
27293
|
color: rgba(255, 255, 255, 0.5);
|
|
27316
27294
|
}
|
|
27317
|
-
.theme--dark.v-radio--is-disabled .v-icon {
|
|
27318
|
-
color: rgba(255, 255, 255, 0.3) !important;
|
|
27319
|
-
}
|
|
27320
27295
|
|
|
27321
27296
|
.v-radio {
|
|
27322
27297
|
align-items: center;
|
|
@@ -27605,7 +27580,7 @@ html.overflow-y-hidden {
|
|
|
27605
27580
|
.v-skeleton-loader__image ~ .v-skeleton-loader__card-heading {
|
|
27606
27581
|
border-radius: 0;
|
|
27607
27582
|
}
|
|
27608
|
-
.v-skeleton-loader__image
|
|
27583
|
+
.v-skeleton-loader__image:first-child, .v-skeleton-loader__image:last-child {
|
|
27609
27584
|
border-radius: inherit;
|
|
27610
27585
|
}
|
|
27611
27586
|
.v-skeleton-loader__list-item {
|
|
@@ -28816,13 +28791,18 @@ html.overflow-y-hidden {
|
|
|
28816
28791
|
.v-application--is-rtl .v-textarea.v-text-field--enclosed .v-text-field__slot textarea {
|
|
28817
28792
|
padding-left: 12px;
|
|
28818
28793
|
}
|
|
28794
|
+
/**
|
|
28795
|
+
* * .v-timeline::before - center divider
|
|
28796
|
+
* * .v-card::before - arrow shadow (conflicts with active link overlay)
|
|
28797
|
+
* * .v-card::after - arrow
|
|
28798
|
+
* */
|
|
28819
28799
|
.theme--light.v-timeline::before {
|
|
28820
28800
|
background: rgba(0, 0, 0, 0.12);
|
|
28821
28801
|
}
|
|
28822
28802
|
.theme--light.v-timeline .v-timeline-item__dot {
|
|
28823
28803
|
background: #FFFFFF;
|
|
28824
28804
|
}
|
|
28825
|
-
.theme--light.v-timeline .v-timeline-item .v-card::before {
|
|
28805
|
+
.theme--light.v-timeline .v-timeline-item .v-card:not(.v-card--link)::before {
|
|
28826
28806
|
border-right-color: rgba(0, 0, 0, 0.12);
|
|
28827
28807
|
}
|
|
28828
28808
|
|
|
@@ -28832,7 +28812,7 @@ html.overflow-y-hidden {
|
|
|
28832
28812
|
.theme--dark.v-timeline .v-timeline-item__dot {
|
|
28833
28813
|
background: #1E1E1E;
|
|
28834
28814
|
}
|
|
28835
|
-
.theme--dark.v-timeline .v-timeline-item .v-card::before {
|
|
28815
|
+
.theme--dark.v-timeline .v-timeline-item .v-card:not(.v-card--link)::before {
|
|
28836
28816
|
border-right-color: rgba(0, 0, 0, 0.12);
|
|
28837
28817
|
}
|
|
28838
28818
|
|
|
@@ -28840,7 +28820,7 @@ html.overflow-y-hidden {
|
|
|
28840
28820
|
padding-top: 24px;
|
|
28841
28821
|
position: relative;
|
|
28842
28822
|
}
|
|
28843
|
-
.v-timeline
|
|
28823
|
+
.v-timeline::before {
|
|
28844
28824
|
bottom: 0;
|
|
28845
28825
|
content: "";
|
|
28846
28826
|
height: 100%;
|
|
@@ -28924,12 +28904,12 @@ html.overflow-y-hidden {
|
|
|
28924
28904
|
.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__opposite, .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__opposite {
|
|
28925
28905
|
text-align: left;
|
|
28926
28906
|
}
|
|
28927
|
-
.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__body > .v-card:before, .v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__body .v-card
|
|
28907
|
+
.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__body > .v-card:not(.v-card--link)::before, .v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__body > .v-card::after, .v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__body > .v-card:not(.v-card--link)::before, .v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__body > .v-card::after {
|
|
28928
28908
|
transform: rotate(0);
|
|
28929
28909
|
left: -10px;
|
|
28930
28910
|
right: initial;
|
|
28931
28911
|
}
|
|
28932
|
-
.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__body > .v-card:before, .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__body .v-card
|
|
28912
|
+
.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__body > .v-card:not(.v-card--link)::before, .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(odd):not(.v-timeline-item--before) .v-timeline-item__body > .v-card::after, .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__body > .v-card:not(.v-card--link)::before, .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--after .v-timeline-item__body > .v-card::after {
|
|
28933
28913
|
transform: rotate(180deg);
|
|
28934
28914
|
left: initial;
|
|
28935
28915
|
right: -10px;
|
|
@@ -28946,12 +28926,12 @@ html.overflow-y-hidden {
|
|
|
28946
28926
|
.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(even):not(.v-timeline-item--after) .v-timeline-item__opposite, .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__opposite {
|
|
28947
28927
|
text-align: right;
|
|
28948
28928
|
}
|
|
28949
|
-
.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(even):not(.v-timeline-item--after) .v-timeline-item__body > .v-card:before, .v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(even):not(.v-timeline-item--after) .v-timeline-item__body .v-card
|
|
28929
|
+
.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(even):not(.v-timeline-item--after) .v-timeline-item__body > .v-card:not(.v-card--link)::before, .v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(even):not(.v-timeline-item--after) .v-timeline-item__body > .v-card::after, .v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__body > .v-card:not(.v-card--link)::before, .v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__body > .v-card::after {
|
|
28950
28930
|
transform: rotate(180deg);
|
|
28951
28931
|
right: -10px;
|
|
28952
28932
|
left: initial;
|
|
28953
28933
|
}
|
|
28954
|
-
.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(even):not(.v-timeline-item--after) .v-timeline-item__body > .v-card:before, .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(even):not(.v-timeline-item--after) .v-timeline-item__body .v-card
|
|
28934
|
+
.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(even):not(.v-timeline-item--after) .v-timeline-item__body > .v-card:not(.v-card--link)::before, .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item:nth-child(even):not(.v-timeline-item--after) .v-timeline-item__body > .v-card::after, .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__body > .v-card:not(.v-card--link)::before, .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse) .v-timeline-item--before .v-timeline-item__body > .v-card::after {
|
|
28955
28935
|
transform: rotate(0);
|
|
28956
28936
|
right: initial;
|
|
28957
28937
|
left: -10px;
|
|
@@ -28960,7 +28940,7 @@ html.overflow-y-hidden {
|
|
|
28960
28940
|
max-width: calc(50% - 48px);
|
|
28961
28941
|
}
|
|
28962
28942
|
|
|
28963
|
-
.v-timeline-item__body > .v-card:not(.v-card--flat):before, .v-timeline-item__body > .v-card:not(.v-card--flat)
|
|
28943
|
+
.v-timeline-item__body > .v-card:not(.v-card--flat):not(.v-card--link)::before, .v-timeline-item__body > .v-card:not(.v-card--flat)::after {
|
|
28964
28944
|
content: "";
|
|
28965
28945
|
position: absolute;
|
|
28966
28946
|
border-top: 10px solid transparent;
|
|
@@ -28968,37 +28948,37 @@ html.overflow-y-hidden {
|
|
|
28968
28948
|
border-right: 10px solid black;
|
|
28969
28949
|
top: calc(50% - 10px);
|
|
28970
28950
|
}
|
|
28971
|
-
.v-timeline-item__body > .v-card:not(.v-card--flat)
|
|
28951
|
+
.v-timeline-item__body > .v-card:not(.v-card--flat)::after {
|
|
28972
28952
|
border-right-color: inherit;
|
|
28973
28953
|
}
|
|
28974
|
-
.v-timeline-item__body > .v-card:not(.v-card--flat):before {
|
|
28954
|
+
.v-timeline-item__body > .v-card:not(.v-card--flat):not(.v-card--link)::before {
|
|
28975
28955
|
top: calc(50% - 10px + 2px);
|
|
28976
28956
|
}
|
|
28977
28957
|
|
|
28978
28958
|
.v-timeline--align-top .v-timeline-item__dot {
|
|
28979
28959
|
align-self: start;
|
|
28980
28960
|
}
|
|
28981
|
-
.v-timeline--align-top .v-timeline-item__body > .v-card
|
|
28982
|
-
top: calc(0% + 10px + 2px);
|
|
28983
|
-
}
|
|
28984
|
-
.v-timeline--align-top .v-timeline-item__body > .v-card:after {
|
|
28961
|
+
.v-timeline--align-top .v-timeline-item__body > .v-card::after {
|
|
28985
28962
|
top: calc(0% + 10px);
|
|
28986
28963
|
}
|
|
28964
|
+
.v-timeline--align-top .v-timeline-item__body > .v-card:not(.v-card--link)::before {
|
|
28965
|
+
top: calc(0% + 10px + 2px);
|
|
28966
|
+
}
|
|
28987
28967
|
|
|
28988
|
-
.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse)
|
|
28968
|
+
.v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse)::before {
|
|
28989
28969
|
left: calc(50% - 1px);
|
|
28990
28970
|
right: initial;
|
|
28991
28971
|
}
|
|
28992
|
-
.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse)
|
|
28972
|
+
.v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse)::before {
|
|
28993
28973
|
left: initial;
|
|
28994
28974
|
right: calc(50% - 1px);
|
|
28995
28975
|
}
|
|
28996
28976
|
|
|
28997
|
-
.v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense)
|
|
28977
|
+
.v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense)::before {
|
|
28998
28978
|
right: calc(50% - 1px);
|
|
28999
28979
|
left: initial;
|
|
29000
28980
|
}
|
|
29001
|
-
.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense)
|
|
28981
|
+
.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense)::before {
|
|
29002
28982
|
right: initial;
|
|
29003
28983
|
left: calc(50% - 1px);
|
|
29004
28984
|
}
|
|
@@ -29011,12 +28991,12 @@ html.overflow-y-hidden {
|
|
|
29011
28991
|
.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__opposite, .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__opposite {
|
|
29012
28992
|
text-align: right;
|
|
29013
28993
|
}
|
|
29014
|
-
.v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__body > .v-card:before, .v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__body .v-card
|
|
28994
|
+
.v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__body > .v-card:not(.v-card--link)::before, .v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__body > .v-card::after, .v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__body > .v-card:not(.v-card--link)::before, .v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__body > .v-card::after {
|
|
29015
28995
|
transform: rotate(180deg);
|
|
29016
28996
|
right: -10px;
|
|
29017
28997
|
left: initial;
|
|
29018
28998
|
}
|
|
29019
|
-
.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__body > .v-card:before, .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__body .v-card
|
|
28999
|
+
.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__body > .v-card:not(.v-card--link)::before, .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(odd):not(.v-timeline-item--after) .v-timeline-item__body > .v-card::after, .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__body > .v-card:not(.v-card--link)::before, .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--before .v-timeline-item__body > .v-card::after {
|
|
29020
29000
|
transform: rotate(0);
|
|
29021
29001
|
right: initial;
|
|
29022
29002
|
left: -10px;
|
|
@@ -29033,12 +29013,12 @@ html.overflow-y-hidden {
|
|
|
29033
29013
|
.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(even):not(.v-timeline-item--before) .v-timeline-item__opposite, .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__opposite {
|
|
29034
29014
|
text-align: left;
|
|
29035
29015
|
}
|
|
29036
|
-
.v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(even):not(.v-timeline-item--before) .v-timeline-item__body > .v-card:before, .v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(even):not(.v-timeline-item--before) .v-timeline-item__body .v-card
|
|
29016
|
+
.v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(even):not(.v-timeline-item--before) .v-timeline-item__body > .v-card:not(.v-card--link)::before, .v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(even):not(.v-timeline-item--before) .v-timeline-item__body > .v-card::after, .v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__body > .v-card:not(.v-card--link)::before, .v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__body > .v-card::after {
|
|
29037
29017
|
transform: rotate(0);
|
|
29038
29018
|
left: -10px;
|
|
29039
29019
|
right: initial;
|
|
29040
29020
|
}
|
|
29041
|
-
.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(even):not(.v-timeline-item--before) .v-timeline-item__body > .v-card:before, .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(even):not(.v-timeline-item--before) .v-timeline-item__body .v-card
|
|
29021
|
+
.v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(even):not(.v-timeline-item--before) .v-timeline-item__body > .v-card:not(.v-card--link)::before, .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item:nth-child(even):not(.v-timeline-item--before) .v-timeline-item__body > .v-card::after, .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__body > .v-card:not(.v-card--link)::before, .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .v-timeline-item--after .v-timeline-item__body > .v-card::after {
|
|
29042
29022
|
transform: rotate(180deg);
|
|
29043
29023
|
left: initial;
|
|
29044
29024
|
right: -10px;
|
|
@@ -29047,20 +29027,20 @@ html.overflow-y-hidden {
|
|
|
29047
29027
|
max-width: calc(50% - 48px);
|
|
29048
29028
|
}
|
|
29049
29029
|
|
|
29050
|
-
.v-application--is-ltr .v-timeline--reverse.v-timeline--dense
|
|
29030
|
+
.v-application--is-ltr .v-timeline--reverse.v-timeline--dense::before {
|
|
29051
29031
|
right: calc(48px - 1px);
|
|
29052
29032
|
left: initial;
|
|
29053
29033
|
}
|
|
29054
|
-
.v-application--is-rtl .v-timeline--reverse.v-timeline--dense
|
|
29034
|
+
.v-application--is-rtl .v-timeline--reverse.v-timeline--dense::before {
|
|
29055
29035
|
right: initial;
|
|
29056
29036
|
left: calc(48px - 1px);
|
|
29057
29037
|
}
|
|
29058
29038
|
|
|
29059
|
-
.v-application--is-ltr .v-timeline--dense:not(.v-timeline--reverse)
|
|
29039
|
+
.v-application--is-ltr .v-timeline--dense:not(.v-timeline--reverse)::before {
|
|
29060
29040
|
left: calc(48px - 1px);
|
|
29061
29041
|
right: initial;
|
|
29062
29042
|
}
|
|
29063
|
-
.v-application--is-rtl .v-timeline--dense:not(.v-timeline--reverse)
|
|
29043
|
+
.v-application--is-rtl .v-timeline--dense:not(.v-timeline--reverse)::before {
|
|
29064
29044
|
left: initial;
|
|
29065
29045
|
right: calc(48px - 1px);
|
|
29066
29046
|
}
|
|
@@ -29068,12 +29048,12 @@ html.overflow-y-hidden {
|
|
|
29068
29048
|
.v-timeline--dense .v-timeline-item {
|
|
29069
29049
|
flex-direction: row-reverse !important;
|
|
29070
29050
|
}
|
|
29071
|
-
.v-application--is-ltr .v-timeline--dense .v-timeline-item .v-timeline-item__body > .v-card:before, .v-application--is-ltr .v-timeline--dense .v-timeline-item .v-timeline-item__body .v-card
|
|
29051
|
+
.v-application--is-ltr .v-timeline--dense .v-timeline-item .v-timeline-item__body > .v-card:not(.v-card--link)::before, .v-application--is-ltr .v-timeline--dense .v-timeline-item .v-timeline-item__body > .v-card::after {
|
|
29072
29052
|
transform: rotate(0);
|
|
29073
29053
|
left: -10px;
|
|
29074
29054
|
right: initial;
|
|
29075
29055
|
}
|
|
29076
|
-
.v-application--is-rtl .v-timeline--dense .v-timeline-item .v-timeline-item__body > .v-card:before, .v-application--is-rtl .v-timeline--dense .v-timeline-item .v-timeline-item__body .v-card
|
|
29056
|
+
.v-application--is-rtl .v-timeline--dense .v-timeline-item .v-timeline-item__body > .v-card:not(.v-card--link)::before, .v-application--is-rtl .v-timeline--dense .v-timeline-item .v-timeline-item__body > .v-card::after {
|
|
29077
29057
|
transform: rotate(180deg);
|
|
29078
29058
|
left: initial;
|
|
29079
29059
|
right: -10px;
|
|
@@ -29088,12 +29068,12 @@ html.overflow-y-hidden {
|
|
|
29088
29068
|
.v-timeline--reverse.v-timeline--dense .v-timeline-item {
|
|
29089
29069
|
flex-direction: row !important;
|
|
29090
29070
|
}
|
|
29091
|
-
.v-application--is-ltr .v-timeline--reverse.v-timeline--dense .v-timeline-item .v-timeline-item__body > .v-card:before, .v-application--is-ltr .v-timeline--reverse.v-timeline--dense .v-timeline-item .v-timeline-item__body .v-card
|
|
29071
|
+
.v-application--is-ltr .v-timeline--reverse.v-timeline--dense .v-timeline-item .v-timeline-item__body > .v-card:not(.v-card--link)::before, .v-application--is-ltr .v-timeline--reverse.v-timeline--dense .v-timeline-item .v-timeline-item__body > .v-card::after {
|
|
29092
29072
|
transform: rotate(180deg);
|
|
29093
29073
|
right: -10px;
|
|
29094
29074
|
left: initial;
|
|
29095
29075
|
}
|
|
29096
|
-
.v-application--is-rtl .v-timeline--reverse.v-timeline--dense .v-timeline-item .v-timeline-item__body > .v-card:before, .v-application--is-rtl .v-timeline--reverse.v-timeline--dense .v-timeline-item .v-timeline-item__body .v-card
|
|
29076
|
+
.v-application--is-rtl .v-timeline--reverse.v-timeline--dense .v-timeline-item .v-timeline-item__body > .v-card:not(.v-card--link)::before, .v-application--is-rtl .v-timeline--reverse.v-timeline--dense .v-timeline-item .v-timeline-item__body > .v-card::after {
|
|
29097
29077
|
transform: rotate(0);
|
|
29098
29078
|
right: initial;
|
|
29099
29079
|
left: -10px;
|