vuetify 2.6.4 → 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.
Files changed (116) hide show
  1. package/dist/json/attributes.json +2 -2
  2. package/dist/json/web-types.json +7 -7
  3. package/dist/vuetify.css +54 -75
  4. package/dist/vuetify.css.map +1 -1
  5. package/dist/vuetify.js +165 -111
  6. package/dist/vuetify.js.map +1 -1
  7. package/dist/vuetify.min.css +2 -2
  8. package/dist/vuetify.min.js +2 -2
  9. package/es5/components/VDatePicker/VDatePicker.js +28 -5
  10. package/es5/components/VDatePicker/VDatePicker.js.map +1 -1
  11. package/es5/components/VDialog/VDialog.js +13 -8
  12. package/es5/components/VDialog/VDialog.js.map +1 -1
  13. package/es5/components/VImg/VImg.js +6 -2
  14. package/es5/components/VImg/VImg.js.map +1 -1
  15. package/es5/components/VList/VListItem.js +5 -3
  16. package/es5/components/VList/VListItem.js.map +1 -1
  17. package/es5/components/VOtpInput/VOtpInput.js +26 -58
  18. package/es5/components/VOtpInput/VOtpInput.js.map +1 -1
  19. package/es5/components/VOverflowBtn/VOverflowBtn.js +3 -0
  20. package/es5/components/VOverflowBtn/VOverflowBtn.js.map +1 -1
  21. package/es5/components/VResponsive/VResponsive.js +3 -1
  22. package/es5/components/VResponsive/VResponsive.js.map +1 -1
  23. package/es5/components/VSelect/VSelect.js +6 -2
  24. package/es5/components/VSelect/VSelect.js.map +1 -1
  25. package/es5/components/VSlideGroup/VSlideGroup.js +43 -23
  26. package/es5/components/VSlideGroup/VSlideGroup.js.map +1 -1
  27. package/es5/components/VTabs/VTabs.js +10 -0
  28. package/es5/components/VTabs/VTabs.js.map +1 -1
  29. package/es5/components/VTreeview/VTreeview.js +1 -1
  30. package/es5/components/VTreeview/VTreeview.js.map +1 -1
  31. package/es5/framework.js +1 -1
  32. package/es5/locale/ca.js +7 -7
  33. package/es5/locale/ca.js.map +1 -1
  34. package/es5/locale/es.js +3 -3
  35. package/es5/locale/es.js.map +1 -1
  36. package/es5/locale/fi.js +5 -5
  37. package/es5/locale/fi.js.map +1 -1
  38. package/es5/mixins/dependent/index.js.map +1 -1
  39. package/es5/mixins/detachable/index.js.map +1 -1
  40. package/es5/mixins/selectable/index.js +6 -4
  41. package/es5/mixins/selectable/index.js.map +1 -1
  42. package/es5/services/icons/presets/mdi-svg.js +5 -5
  43. package/es5/services/icons/presets/mdi-svg.js.map +1 -1
  44. package/lib/components/VDatePicker/VDatePicker.js +7 -5
  45. package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
  46. package/lib/components/VDialog/VDialog.js +13 -7
  47. package/lib/components/VDialog/VDialog.js.map +1 -1
  48. package/lib/components/VImg/VImg.js +5 -2
  49. package/lib/components/VImg/VImg.js.map +1 -1
  50. package/lib/components/VList/VListItem.js +5 -3
  51. package/lib/components/VList/VListItem.js.map +1 -1
  52. package/lib/components/VOtpInput/VOtpInput.js +25 -55
  53. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  54. package/lib/components/VOverflowBtn/VOverflowBtn.js +4 -0
  55. package/lib/components/VOverflowBtn/VOverflowBtn.js.map +1 -1
  56. package/lib/components/VResponsive/VResponsive.js +2 -1
  57. package/lib/components/VResponsive/VResponsive.js.map +1 -1
  58. package/lib/components/VSelect/VSelect.js +6 -2
  59. package/lib/components/VSelect/VSelect.js.map +1 -1
  60. package/lib/components/VSlideGroup/VSlideGroup.js +23 -7
  61. package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
  62. package/lib/components/VTabs/VTabs.js +10 -0
  63. package/lib/components/VTabs/VTabs.js.map +1 -1
  64. package/lib/components/VTreeview/VTreeview.js +1 -1
  65. package/lib/components/VTreeview/VTreeview.js.map +1 -1
  66. package/lib/framework.js +1 -1
  67. package/lib/locale/ca.js +7 -7
  68. package/lib/locale/ca.js.map +1 -1
  69. package/lib/locale/es.js +3 -3
  70. package/lib/locale/es.js.map +1 -1
  71. package/lib/locale/fi.js +5 -5
  72. package/lib/locale/fi.js.map +1 -1
  73. package/lib/mixins/dependent/index.js.map +1 -1
  74. package/lib/mixins/detachable/index.js.map +1 -1
  75. package/lib/mixins/selectable/index.js +7 -5
  76. package/lib/mixins/selectable/index.js.map +1 -1
  77. package/lib/services/icons/presets/mdi-svg.js +5 -5
  78. package/lib/services/icons/presets/mdi-svg.js.map +1 -1
  79. package/package.json +3 -2
  80. package/src/components/VAutocomplete/VAutocomplete.sass +0 -4
  81. package/src/components/VBtn/VBtn.sass +1 -1
  82. package/src/components/VCalendar/VCalendarCategory.sass +6 -7
  83. package/src/components/VChip/VChip.sass +1 -1
  84. package/src/components/VDatePicker/VDatePicker.ts +11 -5
  85. package/src/components/VDialog/VDialog.sass +1 -1
  86. package/src/components/VDialog/VDialog.ts +9 -6
  87. package/src/components/VDialog/__tests__/VDialog.spec.ts +5 -5
  88. package/src/components/VDialog/__tests__/__snapshots__/VDialog.spec.ts.snap +4 -16
  89. package/src/components/VExpansionPanel/VExpansionPanel.sass +2 -2
  90. package/src/components/VImg/VImg.ts +4 -2
  91. package/src/components/VInput/VInput.sass +2 -5
  92. package/src/components/VList/VListItem.ts +5 -3
  93. package/src/components/VList/__tests__/VListItem.spec.ts +12 -0
  94. package/src/components/VOtpInput/VOtpInput.ts +23 -43
  95. package/src/components/VOtpInput/__tests__/VOtpInput.spec.ts +3 -27
  96. package/src/components/VOverflowBtn/VOverflowBtn.ts +3 -0
  97. package/src/components/VOverflowBtn/__tests__/VOverflowBtn.spec.ts +18 -0
  98. package/src/components/VOverflowBtn/__tests__/__snapshots__/VOverflowBtn.spec.ts.snap +96 -0
  99. package/src/components/VRadioGroup/VRadio.sass +0 -4
  100. package/src/components/VResponsive/VResponsive.ts +2 -1
  101. package/src/components/VSelect/VSelect.sass +4 -2
  102. package/src/components/VSelect/VSelect.ts +2 -2
  103. package/src/components/VSkeletonLoader/VSkeletonLoader.sass +1 -1
  104. package/src/components/VSlideGroup/VSlideGroup.ts +20 -8
  105. package/src/components/VTabs/VTabs.ts +10 -0
  106. package/src/components/VTimeline/VTimeline.sass +16 -9
  107. package/src/components/VTimeline/_mixins.sass +4 -3
  108. package/src/components/VTreeview/VTreeview.ts +6 -1
  109. package/src/locale/ca.ts +7 -7
  110. package/src/locale/es.ts +3 -3
  111. package/src/locale/fi.ts +5 -5
  112. package/src/mixins/dependent/index.ts +3 -3
  113. package/src/mixins/detachable/index.ts +3 -3
  114. package/src/mixins/selectable/index.ts +6 -4
  115. package/src/services/icons/presets/mdi-svg.ts +5 -5
  116. package/src/styles/components/_selection-controls.sass +3 -0
@@ -5605,7 +5605,7 @@
5605
5605
  },
5606
5606
  "v-overflow-btn/persistent-placeholder": {
5607
5607
  "type": "boolean",
5608
- "description": "Forces placeholder to always be visible"
5608
+ "description": "Forces label to always be visible"
5609
5609
  },
5610
5610
  "v-overflow-btn/placeholder": {
5611
5611
  "type": "string",
@@ -6309,7 +6309,7 @@
6309
6309
  },
6310
6310
  "v-rating/background-color": {
6311
6311
  "type": "string",
6312
- "description": "The color used empty icons"
6312
+ "description": "The color used for empty icons"
6313
6313
  },
6314
6314
  "v-rating/clearable": {
6315
6315
  "type": "boolean",
@@ -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.4",
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-03-07",
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-03-07",
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-03-07",
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-03-07",
7208
+ "default": "2022-06-29",
7209
7209
  "value": {
7210
7210
  "kind": "expression",
7211
7211
  "type": [
@@ -21809,7 +21809,7 @@
21809
21809
  },
21810
21810
  {
21811
21811
  "name": "persistent-placeholder",
21812
- "description": "Forces placeholder to always be visible",
21812
+ "description": "Forces label to always be visible",
21813
21813
  "doc-url": "https://www.vuetifyjs.com/api/v-overflow-btn#props",
21814
21814
  "default": "false",
21815
21815
  "value": {
@@ -24681,7 +24681,7 @@
24681
24681
  "attributes": [
24682
24682
  {
24683
24683
  "name": "background-color",
24684
- "description": "The color used empty icons",
24684
+ "description": "The color used for empty icons",
24685
24685
  "doc-url": "https://www.vuetifyjs.com/api/v-rating#props",
24686
24686
  "default": "'accent'",
24687
24687
  "value": {
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: auto;
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
  }
@@ -19488,7 +19485,6 @@ html.overflow-y-hidden {
19488
19485
  }
19489
19486
  .theme--light.v-select .v-select__selections {
19490
19487
  color: rgba(0, 0, 0, 0.87);
19491
- min-height: 10px;
19492
19488
  }
19493
19489
  .theme--light.v-select.v-input--is-disabled .v-select__selections {
19494
19490
  color: rgba(0, 0, 0, 0.38);
@@ -19502,7 +19498,6 @@ html.overflow-y-hidden {
19502
19498
 
19503
19499
  .theme--dark.v-select .v-select__selections {
19504
19500
  color: #FFFFFF;
19505
- min-height: 10px;
19506
19501
  }
19507
19502
  .theme--dark.v-select.v-input--is-disabled .v-select__selections {
19508
19503
  color: rgba(255, 255, 255, 0.5);
@@ -19560,7 +19555,6 @@ html.overflow-y-hidden {
19560
19555
  .v-select.v-text-field input {
19561
19556
  flex: 1 1;
19562
19557
  min-width: 0;
19563
- pointer-events: none;
19564
19558
  position: relative;
19565
19559
  }
19566
19560
  .v-select.v-text-field:not(.v-text-field--single-line) input {
@@ -19600,6 +19594,9 @@ html.overflow-y-hidden {
19600
19594
  .v-select.v-text-field--reverse .v-select__selections {
19601
19595
  flex-direction: row-reverse;
19602
19596
  }
19597
+ .v-select.v-input--is-disabled:not(.v-input--is-readonly):not(.v-autocomplete) {
19598
+ pointer-events: none;
19599
+ }
19603
19600
  .v-select__selections {
19604
19601
  align-items: center;
19605
19602
  display: flex;
@@ -19614,6 +19611,7 @@ html.overflow-y-hidden {
19614
19611
  }
19615
19612
  .v-select__selection--comma {
19616
19613
  margin: 7px 4px 7px 0;
19614
+ min-height: 10px;
19617
19615
  overflow: hidden;
19618
19616
  text-overflow: ellipsis;
19619
19617
  white-space: nowrap;
@@ -19807,7 +19805,7 @@ html.overflow-y-hidden {
19807
19805
  }
19808
19806
 
19809
19807
  .v-chip--pill .v-chip__filter {
19810
- margin-right: 0 16px 0 0;
19808
+ margin: 0 16px 0 0;
19811
19809
  }
19812
19810
  .v-chip--pill .v-avatar {
19813
19811
  height: 32px !important;
@@ -20745,9 +20743,6 @@ html.overflow-y-hidden {
20745
20743
  .v-input--dense > .v-input__control > .v-input__slot {
20746
20744
  margin-bottom: 4px;
20747
20745
  }
20748
- .v-input--is-disabled:not(.v-input--is-readonly) {
20749
- pointer-events: none;
20750
- }
20751
20746
  .v-input--is-loading > .v-input__control > .v-input__slot:before, .v-input--is-loading > .v-input__control > .v-input__slot:after {
20752
20747
  display: none;
20753
20748
  }
@@ -21671,6 +21666,7 @@ html.overflow-y-hidden {
21671
21666
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
21672
21667
  width: 100%;
21673
21668
  z-index: inherit;
21669
+ outline: none;
21674
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);
21675
21671
  }
21676
21672
  .v-dialog:not(.v-dialog--fullscreen) {
@@ -21707,7 +21703,6 @@ html.overflow-y-hidden {
21707
21703
  transition: 0.2s cubic-bezier(0.25, 0.8, 0.25, 1), z-index 1ms;
21708
21704
  width: 100%;
21709
21705
  z-index: 6;
21710
- outline: none;
21711
21706
  }
21712
21707
 
21713
21708
  .v-dialog__container {
@@ -22437,13 +22432,13 @@ html.overflow-y-hidden {
22437
22432
  .theme--light.v-calendar-category .v-calendar-category__column-header {
22438
22433
  border-right: #e0e0e0 1px solid;
22439
22434
  }
22440
- .theme--light.v-calendar-category .v-calendar-category .v-calendar-daily__head {
22435
+ .theme--light.v-calendar-category .v-calendar-daily__head {
22441
22436
  background: #FFFFFF;
22442
22437
  }
22443
- .theme--light.v-calendar-category .v-calendar-category .v-calendar-daily__intervals-head {
22438
+ .theme--light.v-calendar-category .v-calendar-daily__intervals-head {
22444
22439
  background: #FFFFFF;
22445
22440
  }
22446
- .theme--light.v-calendar-category .v-calendar-category .v-calendar-daily__intervals-body {
22441
+ .theme--light.v-calendar-category .v-calendar-daily__intervals-body {
22447
22442
  background: #FFFFFF;
22448
22443
  }
22449
22444
 
@@ -22451,13 +22446,13 @@ html.overflow-y-hidden {
22451
22446
  .theme--dark.v-calendar-category .v-calendar-category__column-header {
22452
22447
  border-right: #9e9e9e 1px solid;
22453
22448
  }
22454
- .theme--dark.v-calendar-category .v-calendar-category .v-calendar-daily__head {
22449
+ .theme--dark.v-calendar-category .v-calendar-daily__head {
22455
22450
  background: #303030;
22456
22451
  }
22457
- .theme--dark.v-calendar-category .v-calendar-category .v-calendar-daily__intervals-head {
22452
+ .theme--dark.v-calendar-category .v-calendar-daily__intervals-head {
22458
22453
  background: #303030;
22459
22454
  }
22460
- .theme--dark.v-calendar-category .v-calendar-category .v-calendar-daily__intervals-body {
22455
+ .theme--dark.v-calendar-category .v-calendar-daily__intervals-body {
22461
22456
  background: #303030;
22462
22457
  }
22463
22458
 
@@ -23001,6 +22996,9 @@ html.overflow-y-hidden {
23001
22996
  .v-input--selection-controls.v-input--is-disabled:not(.v-input--indeterminate) .v-icon {
23002
22997
  color: inherit;
23003
22998
  }
22999
+ .v-input--selection-controls.v-input--is-disabled:not(.v-input--is-readonly) {
23000
+ pointer-events: none;
23001
+ }
23004
23002
 
23005
23003
  .v-input--selection-controls__input:hover .v-input--selection-controls__ripple:before {
23006
23004
  background: currentColor;
@@ -24409,18 +24407,9 @@ html.overflow-y-hidden {
24409
24407
  .theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:focus::before {
24410
24408
  opacity: 0.16;
24411
24409
  }
24412
- .theme--light.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover:hover::before {
24410
+ .theme--light.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover::before {
24413
24411
  opacity: 0.04;
24414
24412
  }
24415
- .theme--light.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover:focus::before {
24416
- opacity: 0.12;
24417
- }
24418
- .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 {
24419
- opacity: 0.12;
24420
- }
24421
- .theme--light.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover--active:focus::before {
24422
- opacity: 0.16;
24423
- }
24424
24413
 
24425
24414
  .theme--dark.v-expansion-panels .v-expansion-panel {
24426
24415
  background-color: #1E1E1E;
@@ -24447,18 +24436,9 @@ html.overflow-y-hidden {
24447
24436
  .theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:focus::before {
24448
24437
  opacity: 0.32;
24449
24438
  }
24450
- .theme--dark.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover:hover::before {
24439
+ .theme--dark.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover::before {
24451
24440
  opacity: 0.08;
24452
24441
  }
24453
- .theme--dark.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover:focus::before {
24454
- opacity: 0.24;
24455
- }
24456
- .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 {
24457
- opacity: 0.24;
24458
- }
24459
- .theme--dark.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover--active:focus::before {
24460
- opacity: 0.32;
24461
- }
24462
24442
 
24463
24443
  .v-expansion-panels {
24464
24444
  border-radius: 4px;
@@ -27308,16 +27288,10 @@ html.overflow-y-hidden {
27308
27288
  .theme--light.v-radio--is-disabled label {
27309
27289
  color: rgba(0, 0, 0, 0.38);
27310
27290
  }
27311
- .theme--light.v-radio--is-disabled .v-icon {
27312
- color: rgba(0, 0, 0, 0.26) !important;
27313
- }
27314
27291
 
27315
27292
  .theme--dark.v-radio--is-disabled label {
27316
27293
  color: rgba(255, 255, 255, 0.5);
27317
27294
  }
27318
- .theme--dark.v-radio--is-disabled .v-icon {
27319
- color: rgba(255, 255, 255, 0.3) !important;
27320
- }
27321
27295
 
27322
27296
  .v-radio {
27323
27297
  align-items: center;
@@ -27606,7 +27580,7 @@ html.overflow-y-hidden {
27606
27580
  .v-skeleton-loader__image ~ .v-skeleton-loader__card-heading {
27607
27581
  border-radius: 0;
27608
27582
  }
27609
- .v-skeleton-loader__image::first-child, .v-skeleton-loader__image::last-child {
27583
+ .v-skeleton-loader__image:first-child, .v-skeleton-loader__image:last-child {
27610
27584
  border-radius: inherit;
27611
27585
  }
27612
27586
  .v-skeleton-loader__list-item {
@@ -28817,13 +28791,18 @@ html.overflow-y-hidden {
28817
28791
  .v-application--is-rtl .v-textarea.v-text-field--enclosed .v-text-field__slot textarea {
28818
28792
  padding-left: 12px;
28819
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
+ * */
28820
28799
  .theme--light.v-timeline::before {
28821
28800
  background: rgba(0, 0, 0, 0.12);
28822
28801
  }
28823
28802
  .theme--light.v-timeline .v-timeline-item__dot {
28824
28803
  background: #FFFFFF;
28825
28804
  }
28826
- .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 {
28827
28806
  border-right-color: rgba(0, 0, 0, 0.12);
28828
28807
  }
28829
28808
 
@@ -28833,7 +28812,7 @@ html.overflow-y-hidden {
28833
28812
  .theme--dark.v-timeline .v-timeline-item__dot {
28834
28813
  background: #1E1E1E;
28835
28814
  }
28836
- .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 {
28837
28816
  border-right-color: rgba(0, 0, 0, 0.12);
28838
28817
  }
28839
28818
 
@@ -28841,7 +28820,7 @@ html.overflow-y-hidden {
28841
28820
  padding-top: 24px;
28842
28821
  position: relative;
28843
28822
  }
28844
- .v-timeline:before {
28823
+ .v-timeline::before {
28845
28824
  bottom: 0;
28846
28825
  content: "";
28847
28826
  height: 100%;
@@ -28925,12 +28904,12 @@ html.overflow-y-hidden {
28925
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 {
28926
28905
  text-align: left;
28927
28906
  }
28928
- .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: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: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 {
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 {
28929
28908
  transform: rotate(0);
28930
28909
  left: -10px;
28931
28910
  right: initial;
28932
28911
  }
28933
- .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: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: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 {
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 {
28934
28913
  transform: rotate(180deg);
28935
28914
  left: initial;
28936
28915
  right: -10px;
@@ -28947,12 +28926,12 @@ html.overflow-y-hidden {
28947
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 {
28948
28927
  text-align: right;
28949
28928
  }
28950
- .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: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: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 {
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 {
28951
28930
  transform: rotate(180deg);
28952
28931
  right: -10px;
28953
28932
  left: initial;
28954
28933
  }
28955
- .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: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: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 {
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 {
28956
28935
  transform: rotate(0);
28957
28936
  right: initial;
28958
28937
  left: -10px;
@@ -28961,7 +28940,7 @@ html.overflow-y-hidden {
28961
28940
  max-width: calc(50% - 48px);
28962
28941
  }
28963
28942
 
28964
- .v-timeline-item__body > .v-card:not(.v-card--flat):before, .v-timeline-item__body > .v-card:not(.v-card--flat):after {
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 {
28965
28944
  content: "";
28966
28945
  position: absolute;
28967
28946
  border-top: 10px solid transparent;
@@ -28969,37 +28948,37 @@ html.overflow-y-hidden {
28969
28948
  border-right: 10px solid black;
28970
28949
  top: calc(50% - 10px);
28971
28950
  }
28972
- .v-timeline-item__body > .v-card:not(.v-card--flat):after {
28951
+ .v-timeline-item__body > .v-card:not(.v-card--flat)::after {
28973
28952
  border-right-color: inherit;
28974
28953
  }
28975
- .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 {
28976
28955
  top: calc(50% - 10px + 2px);
28977
28956
  }
28978
28957
 
28979
28958
  .v-timeline--align-top .v-timeline-item__dot {
28980
28959
  align-self: start;
28981
28960
  }
28982
- .v-timeline--align-top .v-timeline-item__body > .v-card:before {
28983
- top: calc(0% + 10px + 2px);
28984
- }
28985
- .v-timeline--align-top .v-timeline-item__body > .v-card:after {
28961
+ .v-timeline--align-top .v-timeline-item__body > .v-card::after {
28986
28962
  top: calc(0% + 10px);
28987
28963
  }
28964
+ .v-timeline--align-top .v-timeline-item__body > .v-card:not(.v-card--link)::before {
28965
+ top: calc(0% + 10px + 2px);
28966
+ }
28988
28967
 
28989
- .v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse):before {
28968
+ .v-application--is-ltr .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse)::before {
28990
28969
  left: calc(50% - 1px);
28991
28970
  right: initial;
28992
28971
  }
28993
- .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse):before {
28972
+ .v-application--is-rtl .v-timeline:not(.v-timeline--dense):not(.v-timeline--reverse)::before {
28994
28973
  left: initial;
28995
28974
  right: calc(50% - 1px);
28996
28975
  }
28997
28976
 
28998
- .v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense):before {
28977
+ .v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense)::before {
28999
28978
  right: calc(50% - 1px);
29000
28979
  left: initial;
29001
28980
  }
29002
- .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense):before {
28981
+ .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense)::before {
29003
28982
  right: initial;
29004
28983
  left: calc(50% - 1px);
29005
28984
  }
@@ -29012,12 +28991,12 @@ html.overflow-y-hidden {
29012
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 {
29013
28992
  text-align: right;
29014
28993
  }
29015
- .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:after, .v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .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--before .v-timeline-item__body .v-card:after {
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 {
29016
28995
  transform: rotate(180deg);
29017
28996
  right: -10px;
29018
28997
  left: initial;
29019
28998
  }
29020
- .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:after, .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .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--before .v-timeline-item__body .v-card:after {
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 {
29021
29000
  transform: rotate(0);
29022
29001
  right: initial;
29023
29002
  left: -10px;
@@ -29034,12 +29013,12 @@ html.overflow-y-hidden {
29034
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 {
29035
29014
  text-align: left;
29036
29015
  }
29037
- .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:after, .v-application--is-ltr .v-timeline--reverse:not(.v-timeline--dense) .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--after .v-timeline-item__body .v-card:after {
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 {
29038
29017
  transform: rotate(0);
29039
29018
  left: -10px;
29040
29019
  right: initial;
29041
29020
  }
29042
- .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:after, .v-application--is-rtl .v-timeline--reverse:not(.v-timeline--dense) .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--after .v-timeline-item__body .v-card:after {
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 {
29043
29022
  transform: rotate(180deg);
29044
29023
  left: initial;
29045
29024
  right: -10px;
@@ -29048,20 +29027,20 @@ html.overflow-y-hidden {
29048
29027
  max-width: calc(50% - 48px);
29049
29028
  }
29050
29029
 
29051
- .v-application--is-ltr .v-timeline--reverse.v-timeline--dense:before {
29030
+ .v-application--is-ltr .v-timeline--reverse.v-timeline--dense::before {
29052
29031
  right: calc(48px - 1px);
29053
29032
  left: initial;
29054
29033
  }
29055
- .v-application--is-rtl .v-timeline--reverse.v-timeline--dense:before {
29034
+ .v-application--is-rtl .v-timeline--reverse.v-timeline--dense::before {
29056
29035
  right: initial;
29057
29036
  left: calc(48px - 1px);
29058
29037
  }
29059
29038
 
29060
- .v-application--is-ltr .v-timeline--dense:not(.v-timeline--reverse):before {
29039
+ .v-application--is-ltr .v-timeline--dense:not(.v-timeline--reverse)::before {
29061
29040
  left: calc(48px - 1px);
29062
29041
  right: initial;
29063
29042
  }
29064
- .v-application--is-rtl .v-timeline--dense:not(.v-timeline--reverse):before {
29043
+ .v-application--is-rtl .v-timeline--dense:not(.v-timeline--reverse)::before {
29065
29044
  left: initial;
29066
29045
  right: calc(48px - 1px);
29067
29046
  }
@@ -29069,12 +29048,12 @@ html.overflow-y-hidden {
29069
29048
  .v-timeline--dense .v-timeline-item {
29070
29049
  flex-direction: row-reverse !important;
29071
29050
  }
29072
- .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:after {
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 {
29073
29052
  transform: rotate(0);
29074
29053
  left: -10px;
29075
29054
  right: initial;
29076
29055
  }
29077
- .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:after {
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 {
29078
29057
  transform: rotate(180deg);
29079
29058
  left: initial;
29080
29059
  right: -10px;
@@ -29089,12 +29068,12 @@ html.overflow-y-hidden {
29089
29068
  .v-timeline--reverse.v-timeline--dense .v-timeline-item {
29090
29069
  flex-direction: row !important;
29091
29070
  }
29092
- .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:after {
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 {
29093
29072
  transform: rotate(180deg);
29094
29073
  right: -10px;
29095
29074
  left: initial;
29096
29075
  }
29097
- .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:after {
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 {
29098
29077
  transform: rotate(0);
29099
29078
  right: initial;
29100
29079
  left: -10px;