@vuetify/nightly 2.6.7-master-20220619.0 → 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 (40) hide show
  1. package/CHANGELOG.md +6 -2
  2. package/dist/json/web-types.json +5 -5
  3. package/dist/vuetify.css +6 -24
  4. package/dist/vuetify.css.map +1 -1
  5. package/dist/vuetify.js +23 -14
  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/VDialog/VDialog.js +13 -8
  10. package/es5/components/VDialog/VDialog.js.map +1 -1
  11. package/es5/components/VList/VListItem.js +5 -3
  12. package/es5/components/VList/VListItem.js.map +1 -1
  13. package/es5/components/VSelect/VSelect.js +6 -2
  14. package/es5/components/VSelect/VSelect.js.map +1 -1
  15. package/es5/framework.js +1 -1
  16. package/es5/mixins/dependent/index.js.map +1 -1
  17. package/es5/mixins/detachable/index.js.map +1 -1
  18. package/lib/components/VDialog/VDialog.js +13 -7
  19. package/lib/components/VDialog/VDialog.js.map +1 -1
  20. package/lib/components/VList/VListItem.js +5 -3
  21. package/lib/components/VList/VListItem.js.map +1 -1
  22. package/lib/components/VSelect/VSelect.js +6 -2
  23. package/lib/components/VSelect/VSelect.js.map +1 -1
  24. package/lib/framework.js +1 -1
  25. package/lib/mixins/dependent/index.js.map +1 -1
  26. package/lib/mixins/detachable/index.js.map +1 -1
  27. package/package.json +1 -1
  28. package/src/components/VBtn/VBtn.sass +1 -1
  29. package/src/components/VChip/VChip.sass +1 -1
  30. package/src/components/VDialog/VDialog.sass +1 -1
  31. package/src/components/VDialog/VDialog.ts +9 -6
  32. package/src/components/VDialog/__tests__/VDialog.spec.ts +5 -5
  33. package/src/components/VDialog/__tests__/__snapshots__/VDialog.spec.ts.snap +4 -16
  34. package/src/components/VExpansionPanel/VExpansionPanel.sass +2 -2
  35. package/src/components/VList/VListItem.ts +5 -3
  36. package/src/components/VList/__tests__/VListItem.spec.ts +12 -0
  37. package/src/components/VSelect/VSelect.ts +2 -2
  38. package/src/components/VSkeletonLoader/VSkeletonLoader.sass +1 -1
  39. package/src/mixins/dependent/index.ts +3 -3
  40. package/src/mixins/detachable/index.ts +3 -3
package/CHANGELOG.md CHANGED
@@ -1,15 +1,19 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v2.6.7-master-20220619.0...v) (2022-06-19)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v2.6.7...v) (2022-06-29)
2
2
 
3
3
 
4
4
 
5
- ## [2.6.7-master-20220619.0](https://github.com/vuetifyjs/vuetify/compare/v2.6.6...v2.6.7-master-20220619.0) (2022-06-19)
5
+ ## [2.6.7](https://github.com/vuetifyjs/vuetify/compare/v2.6.6...v2.6.7) (2022-06-29)
6
6
 
7
7
 
8
8
  ### Bug Fixes
9
9
 
10
+ * **styles:** resolve css validation errors ([621f273](https://github.com/vuetifyjs/vuetify/commit/621f273bc1608038184255f57b10671dab2a031d)), closes [#15320](https://github.com/vuetifyjs/vuetify/issues/15320)
11
+ * **VDialog:** focus on internal content when shown ([#14584](https://github.com/vuetifyjs/vuetify/issues/14584)) ([ffbaae1](https://github.com/vuetifyjs/vuetify/commit/ffbaae129d36e40bb2926914f2960b09370befb2)), closes [#14581](https://github.com/vuetifyjs/vuetify/issues/14581)
10
12
  * **VInput:** allow text selection in disabled inputs ([#14465](https://github.com/vuetifyjs/vuetify/issues/14465)) ([760490d](https://github.com/vuetifyjs/vuetify/commit/760490da75fc531fca9edcd4ef308f2698ba02aa)), closes [#14238](https://github.com/vuetifyjs/vuetify/issues/14238)
13
+ * **VList:** don't trigger keyboard events on disabled items ([#15339](https://github.com/vuetifyjs/vuetify/issues/15339)) ([817df79](https://github.com/vuetifyjs/vuetify/commit/817df79726167fc547a86f1d7c0017080aa1a7e5)), closes [#15322](https://github.com/vuetifyjs/vuetify/issues/15322)
11
14
  * **VOtpInput:** support paste and autofill on mobile ([8c67ed8](https://github.com/vuetifyjs/vuetify/commit/8c67ed8cf96334a86c6f087b7abfa845992098a2)), closes [#14801](https://github.com/vuetifyjs/vuetify/issues/14801)
12
15
  * **VRadio:** use correct disabled color for icons ([3115798](https://github.com/vuetifyjs/vuetify/commit/31157988d61373af86c015e9e77ed7806b54b658))
16
+ * **VSelect:** allow keyboard selection of items with value 0 ([969aba4](https://github.com/vuetifyjs/vuetify/commit/969aba42229275bd1d703d8c51890674105ac6c2)), closes [#15166](https://github.com/vuetifyjs/vuetify/issues/15166)
13
17
  * **VTabs:** use ResizeObserver if available ([ff519c6](https://github.com/vuetifyjs/vuetify/commit/ff519c6121cc995069caba9b232c216633d6f801)), closes [#4733](https://github.com/vuetifyjs/vuetify/issues/4733) [#10455](https://github.com/vuetifyjs/vuetify/issues/10455) [#12783](https://github.com/vuetifyjs/vuetify/issues/12783) [#14195](https://github.com/vuetifyjs/vuetify/issues/14195) [#15316](https://github.com/vuetifyjs/vuetify/issues/15316)
14
18
  * **VTimeline:** disable arrow shadow on clickable cards ([27ba2c9](https://github.com/vuetifyjs/vuetify/commit/27ba2c9b7663ce70a35556a3c4336fec44f87605)), closes [#14193](https://github.com/vuetifyjs/vuetify/issues/14193)
15
19
 
@@ -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.7-master-20220619.0",
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-06-19",
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-06-19",
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-06-19",
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-06-19",
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: auto;
18468
+ max-width: none;
18469
18469
  }
18470
18470
 
18471
18471
  .v-btn--is-elevated {
@@ -19805,7 +19805,7 @@ html.overflow-y-hidden {
19805
19805
  }
19806
19806
 
19807
19807
  .v-chip--pill .v-chip__filter {
19808
- margin-right: 0 16px 0 0;
19808
+ margin: 0 16px 0 0;
19809
19809
  }
19810
19810
  .v-chip--pill .v-avatar {
19811
19811
  height: 32px !important;
@@ -21666,6 +21666,7 @@ html.overflow-y-hidden {
21666
21666
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
21667
21667
  width: 100%;
21668
21668
  z-index: inherit;
21669
+ outline: none;
21669
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);
21670
21671
  }
21671
21672
  .v-dialog:not(.v-dialog--fullscreen) {
@@ -21702,7 +21703,6 @@ html.overflow-y-hidden {
21702
21703
  transition: 0.2s cubic-bezier(0.25, 0.8, 0.25, 1), z-index 1ms;
21703
21704
  width: 100%;
21704
21705
  z-index: 6;
21705
- outline: none;
21706
21706
  }
21707
21707
 
21708
21708
  .v-dialog__container {
@@ -24407,18 +24407,9 @@ html.overflow-y-hidden {
24407
24407
  .theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:focus::before {
24408
24408
  opacity: 0.16;
24409
24409
  }
24410
- .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 {
24411
24411
  opacity: 0.04;
24412
24412
  }
24413
- .theme--light.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover:focus::before {
24414
- opacity: 0.12;
24415
- }
24416
- .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 {
24417
- opacity: 0.12;
24418
- }
24419
- .theme--light.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover--active:focus::before {
24420
- opacity: 0.16;
24421
- }
24422
24413
 
24423
24414
  .theme--dark.v-expansion-panels .v-expansion-panel {
24424
24415
  background-color: #1E1E1E;
@@ -24445,18 +24436,9 @@ html.overflow-y-hidden {
24445
24436
  .theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:focus::before {
24446
24437
  opacity: 0.32;
24447
24438
  }
24448
- .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 {
24449
24440
  opacity: 0.08;
24450
24441
  }
24451
- .theme--dark.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover:focus::before {
24452
- opacity: 0.24;
24453
- }
24454
- .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 {
24455
- opacity: 0.24;
24456
- }
24457
- .theme--dark.v-expansion-panels.v-expansion-panels--hover > .v-expansion-panel > .v-expansion-panel-header:hover--active:focus::before {
24458
- opacity: 0.32;
24459
- }
24460
24442
 
24461
24443
  .v-expansion-panels {
24462
24444
  border-radius: 4px;
@@ -27598,7 +27580,7 @@ html.overflow-y-hidden {
27598
27580
  .v-skeleton-loader__image ~ .v-skeleton-loader__card-heading {
27599
27581
  border-radius: 0;
27600
27582
  }
27601
- .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 {
27602
27584
  border-radius: inherit;
27603
27585
  }
27604
27586
  .v-skeleton-loader__list-item {