@vuetify/nightly 2.6.0 → 2.6.1-master-20211122.0

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/CHANGELOG.md CHANGED
@@ -1,45 +1,14 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v2.6.0...v) (2021-11-15)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v2.6.1-master-20211122.0...v) (2021-11-22)
2
2
 
3
3
 
4
4
 
5
- # [2.6.0](https://github.com/vuetifyjs/vuetify/compare/v2.5.14...v2.6.0) (2021-11-15)
5
+ ## [2.6.1-master-20211122.0](https://github.com/vuetifyjs/vuetify/compare/v2.6.0...v2.6.1-master-20211122.0) (2021-11-22)
6
6
 
7
7
 
8
8
  ### Bug Fixes
9
9
 
10
- * **VOtpInput:** support string length ([6bc122c](https://github.com/vuetifyjs/vuetify/commit/6bc122cbcca59dc2f6d9cd1816a2797505e52ed4))
11
-
12
-
13
- ### Features
14
-
15
- * **styles:** add $spacers-steps sass variable ([#14367](https://github.com/vuetifyjs/vuetify/issues/14367)) ([60d3e54](https://github.com/vuetifyjs/vuetify/commit/60d3e54be5cfd9dd810c9bd756c8a377a3c7a450)), closes [#12341](https://github.com/vuetifyjs/vuetify/issues/12341)
16
- * **VTreeview:** add disablePerNode prop ([#14297](https://github.com/vuetifyjs/vuetify/issues/14297)) ([f37438b](https://github.com/vuetifyjs/vuetify/commit/f37438bb30f1c1a96c08be9455151245a4be44d0)), closes [#14282](https://github.com/vuetifyjs/vuetify/issues/14282)
17
-
18
-
19
-
20
- # [2.6.0-beta.0](https://github.com/vuetifyjs/vuetify/compare/v2.5.10...v2.6.0-beta.0) (2021-10-12)
21
-
22
-
23
- ### Bug Fixes
24
-
25
- * **VAutocomplete:** remove selected item when input is cleared ([#13854](https://github.com/vuetifyjs/vuetify/issues/13854)) ([57d3469](https://github.com/vuetifyjs/vuetify/commit/57d3469a95daf0b7c7f44d5abb6038d543b94cee)), closes [#5917](https://github.com/vuetifyjs/vuetify/issues/5917)
26
- * **VDialog:** default to auto width ([6ac8007](https://github.com/vuetifyjs/vuetify/commit/6ac800736f87f2d7a2186d04d93fa8772038a041)), closes [#6919](https://github.com/vuetifyjs/vuetify/issues/6919)
27
-
28
-
29
- ### Features
30
-
31
- * **locale:** add danish locale ([#13733](https://github.com/vuetifyjs/vuetify/issues/13733)) ([0ec9d53](https://github.com/vuetifyjs/vuetify/commit/0ec9d53cdc0703b731a9943dd44d4b0ea1d7da1a))
32
- * **VCalendar:** pass native event to v-calendar click:* events ([#13760](https://github.com/vuetifyjs/vuetify/issues/13760)) ([4429e6e](https://github.com/vuetifyjs/vuetify/commit/4429e6e722b7502fe6aae272e6ee17a51d530032)), closes [#13142](https://github.com/vuetifyjs/vuetify/issues/13142)
33
- * **VCalendar:** support horizontal scroll ([#13164](https://github.com/vuetifyjs/vuetify/issues/13164)) ([f55ee97](https://github.com/vuetifyjs/vuetify/commit/f55ee97dc5917b9f1ba4ea134ea0c1e1454b4e9c)), closes [#13070](https://github.com/vuetifyjs/vuetify/issues/13070)
34
- * **VDataTable:** allow item.* slots to return a <td> or <th> element ([a4b8856](https://github.com/vuetifyjs/vuetify/commit/a4b8856d31ce62699f2801ece0597846462ea429)), closes [#8474](https://github.com/vuetifyjs/vuetify/issues/8474) [#12791](https://github.com/vuetifyjs/vuetify/issues/12791)
35
- * **VDatePicker:** add date range first & last classes ([#12855](https://github.com/vuetifyjs/vuetify/issues/12855)) ([988558b](https://github.com/vuetifyjs/vuetify/commit/988558bd1b8f420fecfdca7d2dabc580900d9561)), closes [#12851](https://github.com/vuetifyjs/vuetify/issues/12851) [#12851](https://github.com/vuetifyjs/vuetify/issues/12851) [#12851](https://github.com/vuetifyjs/vuetify/issues/12851) [#12851](https://github.com/vuetifyjs/vuetify/issues/12851)
36
- * **VInput:** add hide-spin-buttons prop ([#13682](https://github.com/vuetifyjs/vuetify/issues/13682)) ([bc2d6cb](https://github.com/vuetifyjs/vuetify/commit/bc2d6cbf2bcc778152e0aa93106a986d3b072adf)), closes [#6157](https://github.com/vuetifyjs/vuetify/issues/6157)
37
- * **VOtpInput:** create new v-otp-input component ([#12761](https://github.com/vuetifyjs/vuetify/issues/12761)) ([e3aeae7](https://github.com/vuetifyjs/vuetify/commit/e3aeae7e0e152dc1878006c137f944a3b9f5d68b)), closes [#11425](https://github.com/vuetifyjs/vuetify/issues/11425)
38
- * **VSlideGroup:** add overscroll friction ([3796587](https://github.com/vuetifyjs/vuetify/commit/3796587eaa9259acb477dab6d9e250ea49f79bb3))
39
- * **VSnackbar:** only add app padding if app prop is true ([28e9e9d](https://github.com/vuetifyjs/vuetify/commit/28e9e9d2bf6f8d9b24dfc954501f0458bb29c3b7)), closes [#11758](https://github.com/vuetifyjs/vuetify/issues/11758)
40
- * **VTooltip:** add $tooltip-opacity sass variable ([bfdd32c](https://github.com/vuetifyjs/vuetify/commit/bfdd32ca133c9a2b41926545cdf8c0526dcbd4a2)), closes [#11184](https://github.com/vuetifyjs/vuetify/issues/11184)
41
- * **VTreeview:** add disabled prop ([de0820c](https://github.com/vuetifyjs/vuetify/commit/de0820c66bb55fa3a695e7db8e8eec706ae209cc)), closes [#5918](https://github.com/vuetifyjs/vuetify/issues/5918)
42
- * add tag attribute to createSimpleFunctional ([682936b](https://github.com/vuetifyjs/vuetify/commit/682936b8b4aaa9485c5efbdc35a53a3097a2580a)), closes [#10026](https://github.com/vuetifyjs/vuetify/issues/10026) [#5469](https://github.com/vuetifyjs/vuetify/issues/5469)
10
+ * **VDialog:** allow width to be set to auto ([ef8b3cc](https://github.com/vuetifyjs/vuetify/commit/ef8b3cc03122bab0c6f78247e84a2737cb63867b)), closes [#6919](https://github.com/vuetifyjs/vuetify/issues/6919) [#14419](https://github.com/vuetifyjs/vuetify/issues/14419)
11
+ * **VTabs:** allow set VTab inactive if optional property is set ([#14399](https://github.com/vuetifyjs/vuetify/issues/14399)) ([958d4e6](https://github.com/vuetifyjs/vuetify/commit/958d4e6d06bd205d20a8d7bbce707bd772d146c5)), closes [#14397](https://github.com/vuetifyjs/vuetify/issues/14397)
43
12
 
44
13
 
45
14
 
@@ -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.0",
5
+ "version": "2.6.1-master-20211122.0",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -3276,7 +3276,7 @@
3276
3276
  "name": "max-width",
3277
3277
  "description": "Sets the maximum width for the component.",
3278
3278
  "doc-url": "https://www.vuetifyjs.com/api/v-bottom-sheet#props",
3279
- "default": "auto",
3279
+ "default": "undefined",
3280
3280
  "value": {
3281
3281
  "kind": "expression",
3282
3282
  "type": [
@@ -3431,7 +3431,7 @@
3431
3431
  "name": "width",
3432
3432
  "description": "Sets the width for the component.",
3433
3433
  "doc-url": "https://www.vuetifyjs.com/api/v-bottom-sheet#props",
3434
- "default": "auto",
3434
+ "default": "undefined",
3435
3435
  "value": {
3436
3436
  "kind": "expression",
3437
3437
  "type": [
@@ -5119,7 +5119,7 @@
5119
5119
  "name": "start",
5120
5120
  "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.",
5121
5121
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar#props",
5122
- "default": "2021-11-15",
5122
+ "default": "2021-11-22",
5123
5123
  "value": {
5124
5124
  "kind": "expression",
5125
5125
  "type": [
@@ -6748,7 +6748,7 @@
6748
6748
  "name": "start",
6749
6749
  "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.",
6750
6750
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar-daily#props",
6751
- "default": "2021-11-15",
6751
+ "default": "2021-11-22",
6752
6752
  "value": {
6753
6753
  "kind": "expression",
6754
6754
  "type": [
@@ -6966,7 +6966,7 @@
6966
6966
  "name": "start",
6967
6967
  "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.",
6968
6968
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar-weekly#props",
6969
- "default": "2021-11-15",
6969
+ "default": "2021-11-22",
6970
6970
  "value": {
6971
6971
  "kind": "expression",
6972
6972
  "type": [
@@ -7184,7 +7184,7 @@
7184
7184
  "name": "start",
7185
7185
  "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.",
7186
7186
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar-monthly#props",
7187
- "default": "2021-11-15",
7187
+ "default": "2021-11-22",
7188
7188
  "value": {
7189
7189
  "kind": "expression",
7190
7190
  "type": [
@@ -14632,7 +14632,7 @@
14632
14632
  "name": "max-width",
14633
14633
  "description": "Sets the maximum width for the component.",
14634
14634
  "doc-url": "https://www.vuetifyjs.com/api/v-dialog#props",
14635
- "default": "none",
14635
+ "default": "undefined",
14636
14636
  "value": {
14637
14637
  "kind": "expression",
14638
14638
  "type": [
@@ -14790,7 +14790,7 @@
14790
14790
  "name": "width",
14791
14791
  "description": "Sets the width for the component.",
14792
14792
  "doc-url": "https://www.vuetifyjs.com/api/v-dialog#props",
14793
- "default": "auto",
14793
+ "default": "undefined",
14794
14794
  "value": {
14795
14795
  "kind": "expression",
14796
14796
  "type": [
package/dist/vuetify.css CHANGED
@@ -21666,6 +21666,7 @@ html.overflow-y-hidden {
21666
21666
  overflow-y: auto;
21667
21667
  pointer-events: auto;
21668
21668
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
21669
+ width: 100%;
21669
21670
  z-index: inherit;
21670
21671
  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);
21671
21672
  }
@@ -21725,7 +21726,6 @@ html.overflow-y-hidden {
21725
21726
  .v-dialog--fullscreen {
21726
21727
  border-radius: 0;
21727
21728
  margin: 0;
21728
- width: 100%;
21729
21729
  height: 100%;
21730
21730
  position: fixed;
21731
21731
  overflow-y: auto;