vuetify 2.6.1 → 2.6.4

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 (109) hide show
  1. package/dist/json/attributes.json +8 -0
  2. package/dist/json/tags.json +2 -0
  3. package/dist/json/web-types.json +33 -11
  4. package/dist/vuetify.css +47 -3
  5. package/dist/vuetify.css.map +1 -1
  6. package/dist/vuetify.js +146 -125
  7. package/dist/vuetify.js.map +1 -1
  8. package/dist/vuetify.min.css +2 -2
  9. package/dist/vuetify.min.js +2 -2
  10. package/es5/components/VBottomNavigation/VBottomNavigation.js +10 -2
  11. package/es5/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
  12. package/es5/components/VCombobox/VCombobox.js +1 -1
  13. package/es5/components/VCombobox/VCombobox.js.map +1 -1
  14. package/es5/components/VData/VData.js +2 -8
  15. package/es5/components/VData/VData.js.map +1 -1
  16. package/es5/components/VDialog/VDialog.js +4 -9
  17. package/es5/components/VDialog/VDialog.js.map +1 -1
  18. package/es5/components/VMenu/VMenu.js +4 -8
  19. package/es5/components/VMenu/VMenu.js.map +1 -1
  20. package/es5/components/VNavigationDrawer/VNavigationDrawer.js +8 -12
  21. package/es5/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
  22. package/es5/components/VOtpInput/VOtpInput.js +2 -0
  23. package/es5/components/VOtpInput/VOtpInput.js.map +1 -1
  24. package/es5/components/VPagination/VPagination.js +2 -1
  25. package/es5/components/VPagination/VPagination.js.map +1 -1
  26. package/es5/components/VSelect/VSelect.js +59 -50
  27. package/es5/components/VSelect/VSelect.js.map +1 -1
  28. package/es5/components/VSlideGroup/VSlideGroup.js +4 -3
  29. package/es5/components/VSlideGroup/VSlideGroup.js.map +1 -1
  30. package/es5/components/VStepper/VStepperStep.js +12 -1
  31. package/es5/components/VStepper/VStepperStep.js.map +1 -1
  32. package/es5/components/VTabs/VTab.js +1 -1
  33. package/es5/components/VTabs/VTab.js.map +1 -1
  34. package/es5/components/VTooltip/VTooltip.js +15 -11
  35. package/es5/components/VTooltip/VTooltip.js.map +1 -1
  36. package/es5/framework.js +1 -1
  37. package/es5/mixins/activatable/index.js +6 -2
  38. package/es5/mixins/activatable/index.js.map +1 -1
  39. package/es5/mixins/menuable/index.js +11 -9
  40. package/es5/mixins/menuable/index.js.map +1 -1
  41. package/es5/mixins/routable/index.js +2 -2
  42. package/es5/mixins/routable/index.js.map +1 -1
  43. package/es5/services/application/index.js +1 -3
  44. package/es5/services/application/index.js.map +1 -1
  45. package/lib/components/VBottomNavigation/VBottomNavigation.js +10 -2
  46. package/lib/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
  47. package/lib/components/VCombobox/VCombobox.js +1 -1
  48. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  49. package/lib/components/VData/VData.js +2 -4
  50. package/lib/components/VData/VData.js.map +1 -1
  51. package/lib/components/VDialog/VDialog.js +4 -8
  52. package/lib/components/VDialog/VDialog.js.map +1 -1
  53. package/lib/components/VMenu/VMenu.js +4 -7
  54. package/lib/components/VMenu/VMenu.js.map +1 -1
  55. package/lib/components/VNavigationDrawer/VNavigationDrawer.js +4 -8
  56. package/lib/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
  57. package/lib/components/VOtpInput/VOtpInput.js +2 -0
  58. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  59. package/lib/components/VPagination/VPagination.js +2 -1
  60. package/lib/components/VPagination/VPagination.js.map +1 -1
  61. package/lib/components/VSelect/VSelect.js +15 -8
  62. package/lib/components/VSelect/VSelect.js.map +1 -1
  63. package/lib/components/VSlideGroup/VSlideGroup.js +5 -4
  64. package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
  65. package/lib/components/VStepper/VStepperStep.js +12 -1
  66. package/lib/components/VStepper/VStepperStep.js.map +1 -1
  67. package/lib/components/VTabs/VTab.js +1 -1
  68. package/lib/components/VTabs/VTab.js.map +1 -1
  69. package/lib/components/VTooltip/VTooltip.js +16 -11
  70. package/lib/components/VTooltip/VTooltip.js.map +1 -1
  71. package/lib/framework.js +1 -1
  72. package/lib/mixins/activatable/index.js +6 -2
  73. package/lib/mixins/activatable/index.js.map +1 -1
  74. package/lib/mixins/menuable/index.js +11 -9
  75. package/lib/mixins/menuable/index.js.map +1 -1
  76. package/lib/mixins/routable/index.js +2 -2
  77. package/lib/mixins/routable/index.js.map +1 -1
  78. package/lib/services/application/index.js +1 -3
  79. package/lib/services/application/index.js.map +1 -1
  80. package/package.json +4 -3
  81. package/src/components/VBottomNavigation/VBottomNavigation.ts +14 -2
  82. package/src/components/VBottomNavigation/__tests__/VBottomNavigation.spec.ts +9 -7
  83. package/src/components/VCalendar/VCalendarCategory.sass +10 -3
  84. package/src/components/VCombobox/VCombobox.ts +1 -1
  85. package/src/components/VCombobox/__tests__/VCombobox.spec.ts +2 -2
  86. package/src/components/VData/VData.ts +2 -4
  87. package/src/components/VDataTable/__tests__/__snapshots__/VDataTable.spec.ts.snap +4 -4
  88. package/src/components/VDialog/VDialog.ts +3 -6
  89. package/src/components/VDialog/__tests__/__snapshots__/VDialog.spec.ts.snap +14 -32
  90. package/src/components/VMenu/VMenu.ts +3 -9
  91. package/src/components/VNavigationDrawer/VNavigationDrawer.ts +4 -7
  92. package/src/components/VNavigationDrawer/__tests__/VNavigationDrawer.spec.ts +1 -1
  93. package/src/components/VOtpInput/VOtpInput.ts +2 -0
  94. package/src/components/VPagination/VPagination.ts +2 -1
  95. package/src/components/VPagination/__tests__/VPagination.spec.ts +3 -1
  96. package/src/components/VPagination/__tests__/__snapshots__/VPagination.spec.ts.snap +3 -3
  97. package/src/components/VSelect/VSelect.ts +10 -8
  98. package/src/components/VSlideGroup/VSlideGroup.ts +8 -2
  99. package/src/components/VStepper/VStepperStep.ts +14 -2
  100. package/src/components/VStepper/__tests__/__snapshots__/VStepperStep.spec.ts.snap +18 -6
  101. package/src/components/VTabs/VTab.ts +1 -1
  102. package/src/components/VTextarea/VTextarea.sass +13 -0
  103. package/src/components/VTooltip/VTooltip.ts +15 -9
  104. package/src/mixins/activatable/__tests__/__snapshots__/activatable.spec.ts.snap +1 -2
  105. package/src/mixins/activatable/index.ts +6 -2
  106. package/src/mixins/menuable/index.ts +10 -8
  107. package/src/mixins/routable/index.ts +2 -2
  108. package/src/services/application/index.ts +1 -1
  109. package/types/lib.d.ts +2 -0
@@ -947,6 +947,10 @@
947
947
  "type": "number|string",
948
948
  "description": "Milliseconds to wait before opening component."
949
949
  },
950
+ "v-bottom-sheet/open-on-click": {
951
+ "type": "boolean",
952
+ "description": ""
953
+ },
950
954
  "v-bottom-sheet/open-on-focus": {
951
955
  "type": "boolean",
952
956
  "description": ""
@@ -3595,6 +3599,10 @@
3595
3599
  "type": "number|string",
3596
3600
  "description": "Milliseconds to wait before opening component."
3597
3601
  },
3602
+ "v-dialog/open-on-click": {
3603
+ "type": "boolean",
3604
+ "description": ""
3605
+ },
3598
3606
  "v-dialog/open-on-focus": {
3599
3607
  "type": "boolean",
3600
3608
  "description": ""
@@ -286,6 +286,7 @@
286
286
  "max-width",
287
287
  "no-click-animation",
288
288
  "open-delay",
289
+ "open-on-click",
289
290
  "open-on-focus",
290
291
  "open-on-hover",
291
292
  "origin",
@@ -1103,6 +1104,7 @@
1103
1104
  "max-width",
1104
1105
  "no-click-animation",
1105
1106
  "open-delay",
1107
+ "open-on-click",
1106
1108
  "open-on-focus",
1107
1109
  "open-on-hover",
1108
1110
  "origin",
@@ -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.1",
5
+ "version": "2.6.4",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -3309,6 +3309,17 @@
3309
3309
  ]
3310
3310
  }
3311
3311
  },
3312
+ {
3313
+ "name": "open-on-click",
3314
+ "description": "",
3315
+ "doc-url": "https://www.vuetifyjs.com/api/v-bottom-sheet#props",
3316
+ "default": "true",
3317
+ "value": {
3318
+ "kind": "expression",
3319
+ "type": "boolean"
3320
+ },
3321
+ "type": "boolean"
3322
+ },
3312
3323
  {
3313
3324
  "name": "open-on-focus",
3314
3325
  "description": "",
@@ -5129,7 +5140,7 @@
5129
5140
  "name": "start",
5130
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.",
5131
5142
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar#props",
5132
- "default": "2021-11-30",
5143
+ "default": "2022-03-07",
5133
5144
  "value": {
5134
5145
  "kind": "expression",
5135
5146
  "type": [
@@ -6758,7 +6769,7 @@
6758
6769
  "name": "start",
6759
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.",
6760
6771
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar-daily#props",
6761
- "default": "2021-11-30",
6772
+ "default": "2022-03-07",
6762
6773
  "value": {
6763
6774
  "kind": "expression",
6764
6775
  "type": [
@@ -6976,7 +6987,7 @@
6976
6987
  "name": "start",
6977
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.",
6978
6989
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar-weekly#props",
6979
- "default": "2021-11-30",
6990
+ "default": "2022-03-07",
6980
6991
  "value": {
6981
6992
  "kind": "expression",
6982
6993
  "type": [
@@ -7194,7 +7205,7 @@
7194
7205
  "name": "start",
7195
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.",
7196
7207
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar-monthly#props",
7197
- "default": "2021-11-30",
7208
+ "default": "2022-03-07",
7198
7209
  "value": {
7199
7210
  "kind": "expression",
7200
7211
  "type": [
@@ -11460,7 +11471,7 @@
11460
11471
  "name": "sort-by",
11461
11472
  "description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier",
11462
11473
  "doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#props",
11463
- "default": "[]",
11474
+ "default": "undefined",
11464
11475
  "value": {
11465
11476
  "kind": "expression",
11466
11477
  "type": [
@@ -11473,7 +11484,7 @@
11473
11484
  "name": "sort-desc",
11474
11485
  "description": "Changes which direction sorting is done. Can be used with `.sync` modifier",
11475
11486
  "doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#props",
11476
- "default": "[]",
11487
+ "default": "undefined",
11477
11488
  "value": {
11478
11489
  "kind": "expression",
11479
11490
  "type": [
@@ -12627,7 +12638,7 @@
12627
12638
  "name": "sort-by",
12628
12639
  "description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier",
12629
12640
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#props",
12630
- "default": "[]",
12641
+ "default": "undefined",
12631
12642
  "value": {
12632
12643
  "kind": "expression",
12633
12644
  "type": [
@@ -12640,7 +12651,7 @@
12640
12651
  "name": "sort-desc",
12641
12652
  "description": "Changes which direction sorting is done. Can be used with `.sync` modifier",
12642
12653
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#props",
12643
- "default": "[]",
12654
+ "default": "undefined",
12644
12655
  "value": {
12645
12656
  "kind": "expression",
12646
12657
  "type": [
@@ -14695,6 +14706,17 @@
14695
14706
  ]
14696
14707
  }
14697
14708
  },
14709
+ {
14710
+ "name": "open-on-click",
14711
+ "description": "",
14712
+ "doc-url": "https://www.vuetifyjs.com/api/v-dialog#props",
14713
+ "default": "true",
14714
+ "value": {
14715
+ "kind": "expression",
14716
+ "type": "boolean"
14717
+ },
14718
+ "type": "boolean"
14719
+ },
14698
14720
  {
14699
14721
  "name": "open-on-focus",
14700
14722
  "description": "",
@@ -32938,7 +32960,7 @@
32938
32960
  "name": "open-on-click",
32939
32961
  "description": "Designates whether the tooltip should open on activator click",
32940
32962
  "doc-url": "https://www.vuetifyjs.com/api/v-tooltip#props",
32941
- "default": "false",
32963
+ "default": "true",
32942
32964
  "value": {
32943
32965
  "kind": "expression",
32944
32966
  "type": "boolean"
@@ -32949,7 +32971,7 @@
32949
32971
  "name": "open-on-focus",
32950
32972
  "description": "",
32951
32973
  "doc-url": "https://www.vuetifyjs.com/api/v-tooltip#props",
32952
- "default": "false",
32974
+ "default": "true",
32953
32975
  "value": {
32954
32976
  "kind": "expression",
32955
32977
  "type": "boolean"
package/dist/vuetify.css CHANGED
@@ -22437,11 +22437,29 @@ html.overflow-y-hidden {
22437
22437
  .theme--light.v-calendar-category .v-calendar-category__column-header {
22438
22438
  border-right: #e0e0e0 1px solid;
22439
22439
  }
22440
+ .theme--light.v-calendar-category .v-calendar-category .v-calendar-daily__head {
22441
+ background: #FFFFFF;
22442
+ }
22443
+ .theme--light.v-calendar-category .v-calendar-category .v-calendar-daily__intervals-head {
22444
+ background: #FFFFFF;
22445
+ }
22446
+ .theme--light.v-calendar-category .v-calendar-category .v-calendar-daily__intervals-body {
22447
+ background: #FFFFFF;
22448
+ }
22440
22449
 
22441
22450
  .theme--dark.v-calendar-category .v-calendar-category__column,
22442
22451
  .theme--dark.v-calendar-category .v-calendar-category__column-header {
22443
22452
  border-right: #9e9e9e 1px solid;
22444
22453
  }
22454
+ .theme--dark.v-calendar-category .v-calendar-category .v-calendar-daily__head {
22455
+ background: #303030;
22456
+ }
22457
+ .theme--dark.v-calendar-category .v-calendar-category .v-calendar-daily__intervals-head {
22458
+ background: #303030;
22459
+ }
22460
+ .theme--dark.v-calendar-category .v-calendar-category .v-calendar-daily__intervals-body {
22461
+ background: #303030;
22462
+ }
22445
22463
 
22446
22464
  .v-calendar-category {
22447
22465
  overflow: auto;
@@ -22476,7 +22494,6 @@ html.overflow-y-hidden {
22476
22494
  position: -webkit-sticky;
22477
22495
  position: sticky;
22478
22496
  top: 0;
22479
- background: white;
22480
22497
  z-index: 2;
22481
22498
  }
22482
22499
  .v-calendar-category .v-calendar-daily_head-day {
@@ -22488,7 +22505,6 @@ html.overflow-y-hidden {
22488
22505
  position: sticky;
22489
22506
  left: 0;
22490
22507
  top: 0;
22491
- background: white;
22492
22508
  z-index: 2;
22493
22509
  }
22494
22510
  .v-calendar-category .v-calendar-daily_head-weekday {
@@ -22510,7 +22526,6 @@ html.overflow-y-hidden {
22510
22526
  position: -webkit-sticky;
22511
22527
  position: sticky;
22512
22528
  left: 0;
22513
- background: white;
22514
22529
  z-index: 1;
22515
22530
  }
22516
22531
  .v-calendar-category .v-calendar-daily__interval:last-of-type::after {
@@ -28675,6 +28690,32 @@ html.overflow-y-hidden {
28675
28690
  .v-tab--disabled, .v-tab--disabled * {
28676
28691
  pointer-events: none;
28677
28692
  }
28693
+ .theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea {
28694
+ color: #FFFFFF;
28695
+ }
28696
+ .theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::-moz-placeholder {
28697
+ color: rgba(255, 255, 255, 0.5);
28698
+ }
28699
+ .theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea:-ms-input-placeholder {
28700
+ color: rgba(255, 255, 255, 0.5);
28701
+ }
28702
+ .theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::placeholder {
28703
+ color: rgba(255, 255, 255, 0.5);
28704
+ }
28705
+
28706
+ .theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea {
28707
+ color: rgba(0, 0, 0, 0.87);
28708
+ }
28709
+ .theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::-moz-placeholder {
28710
+ color: rgba(0, 0, 0, 0.38);
28711
+ }
28712
+ .theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea:-ms-input-placeholder {
28713
+ color: rgba(0, 0, 0, 0.38);
28714
+ }
28715
+ .theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::placeholder {
28716
+ color: rgba(0, 0, 0, 0.38);
28717
+ }
28718
+
28678
28719
  .v-textarea textarea {
28679
28720
  align-self: stretch;
28680
28721
  flex: 1 1 auto;
@@ -28739,6 +28780,9 @@ html.overflow-y-hidden {
28739
28780
  .v-textarea.v-text-field--solo {
28740
28781
  align-items: flex-start;
28741
28782
  }
28783
+ .v-textarea.v-text-field--solo .v-input__control textarea {
28784
+ caret-color: auto;
28785
+ }
28742
28786
  .v-textarea.v-text-field--solo .v-input__prepend-inner,
28743
28787
  .v-textarea.v-text-field--solo .v-input__prepend-outer,
28744
28788
  .v-textarea.v-text-field--solo .v-input__append-inner,