vuetify 2.6.1 → 2.6.2
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/attributes.json +8 -0
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +29 -7
- package/dist/vuetify.css +29 -0
- package/dist/vuetify.css.map +1 -1
- package/dist/vuetify.js +75 -47
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +2 -2
- package/es5/components/VBottomNavigation/VBottomNavigation.js +10 -2
- package/es5/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
- package/es5/components/VCombobox/VCombobox.js +1 -1
- package/es5/components/VCombobox/VCombobox.js.map +1 -1
- package/es5/components/VMenu/VMenu.js +0 -4
- package/es5/components/VMenu/VMenu.js.map +1 -1
- package/es5/components/VNavigationDrawer/VNavigationDrawer.js +7 -11
- package/es5/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
- package/es5/components/VOtpInput/VOtpInput.js +2 -0
- package/es5/components/VOtpInput/VOtpInput.js.map +1 -1
- package/es5/components/VSelect/VSelect.js +6 -1
- package/es5/components/VSelect/VSelect.js.map +1 -1
- package/es5/components/VSlideGroup/VSlideGroup.js +4 -3
- package/es5/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/es5/components/VStepper/VStepperStep.js +12 -1
- package/es5/components/VStepper/VStepperStep.js.map +1 -1
- package/es5/components/VTooltip/VTooltip.js +14 -8
- package/es5/components/VTooltip/VTooltip.js.map +1 -1
- package/es5/framework.js +1 -1
- package/es5/mixins/activatable/index.js +6 -2
- package/es5/mixins/activatable/index.js.map +1 -1
- package/es5/mixins/menuable/index.js +9 -8
- package/es5/mixins/menuable/index.js.map +1 -1
- package/es5/mixins/routable/index.js +2 -2
- package/es5/mixins/routable/index.js.map +1 -1
- package/es5/services/application/index.js +1 -3
- package/es5/services/application/index.js.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.js +10 -2
- package/lib/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +1 -1
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VMenu/VMenu.js +0 -4
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.js +3 -7
- package/lib/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +2 -0
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +6 -1
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.js +5 -4
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/lib/components/VStepper/VStepperStep.js +12 -1
- package/lib/components/VStepper/VStepperStep.js.map +1 -1
- package/lib/components/VTooltip/VTooltip.js +14 -8
- package/lib/components/VTooltip/VTooltip.js.map +1 -1
- package/lib/framework.js +1 -1
- package/lib/mixins/activatable/index.js +6 -2
- package/lib/mixins/activatable/index.js.map +1 -1
- package/lib/mixins/menuable/index.js +9 -8
- package/lib/mixins/menuable/index.js.map +1 -1
- package/lib/mixins/routable/index.js +2 -2
- package/lib/mixins/routable/index.js.map +1 -1
- package/lib/services/application/index.js +1 -3
- package/lib/services/application/index.js.map +1 -1
- package/package.json +2 -2
- package/src/components/VBottomNavigation/VBottomNavigation.ts +14 -2
- package/src/components/VBottomNavigation/__tests__/VBottomNavigation.spec.ts +9 -7
- package/src/components/VCombobox/VCombobox.ts +1 -1
- package/src/components/VCombobox/__tests__/VCombobox.spec.ts +2 -2
- package/src/components/VMenu/VMenu.ts +0 -4
- package/src/components/VNavigationDrawer/VNavigationDrawer.ts +3 -6
- package/src/components/VOtpInput/VOtpInput.ts +2 -0
- package/src/components/VSelect/VSelect.ts +4 -0
- package/src/components/VSlideGroup/VSlideGroup.ts +8 -2
- package/src/components/VStepper/VStepperStep.ts +14 -2
- package/src/components/VStepper/__tests__/__snapshots__/VStepperStep.spec.ts.snap +18 -6
- package/src/components/VTextarea/VTextarea.sass +13 -0
- package/src/components/VTooltip/VTooltip.ts +14 -7
- package/src/mixins/activatable/__tests__/__snapshots__/activatable.spec.ts.snap +1 -2
- package/src/mixins/activatable/index.ts +6 -2
- package/src/mixins/menuable/index.ts +8 -7
- package/src/mixins/routable/index.ts +2 -2
- package/src/services/application/index.ts +1 -1
- 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": ""
|
package/dist/json/tags.json
CHANGED
|
@@ -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",
|
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.2",
|
|
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-
|
|
5143
|
+
"default": "2021-12-28",
|
|
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-
|
|
6772
|
+
"default": "2021-12-28",
|
|
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-
|
|
6990
|
+
"default": "2021-12-28",
|
|
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-
|
|
7208
|
+
"default": "2021-12-28",
|
|
7198
7209
|
"value": {
|
|
7199
7210
|
"kind": "expression",
|
|
7200
7211
|
"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": "
|
|
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": "
|
|
32974
|
+
"default": "true",
|
|
32953
32975
|
"value": {
|
|
32954
32976
|
"kind": "expression",
|
|
32955
32977
|
"type": "boolean"
|
package/dist/vuetify.css
CHANGED
|
@@ -28675,6 +28675,32 @@ html.overflow-y-hidden {
|
|
|
28675
28675
|
.v-tab--disabled, .v-tab--disabled * {
|
|
28676
28676
|
pointer-events: none;
|
|
28677
28677
|
}
|
|
28678
|
+
.theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea {
|
|
28679
|
+
color: #FFFFFF;
|
|
28680
|
+
}
|
|
28681
|
+
.theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::-moz-placeholder {
|
|
28682
|
+
color: rgba(255, 255, 255, 0.5);
|
|
28683
|
+
}
|
|
28684
|
+
.theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea:-ms-input-placeholder {
|
|
28685
|
+
color: rgba(255, 255, 255, 0.5);
|
|
28686
|
+
}
|
|
28687
|
+
.theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::placeholder {
|
|
28688
|
+
color: rgba(255, 255, 255, 0.5);
|
|
28689
|
+
}
|
|
28690
|
+
|
|
28691
|
+
.theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea {
|
|
28692
|
+
color: rgba(0, 0, 0, 0.87);
|
|
28693
|
+
}
|
|
28694
|
+
.theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::-moz-placeholder {
|
|
28695
|
+
color: rgba(0, 0, 0, 0.38);
|
|
28696
|
+
}
|
|
28697
|
+
.theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea:-ms-input-placeholder {
|
|
28698
|
+
color: rgba(0, 0, 0, 0.38);
|
|
28699
|
+
}
|
|
28700
|
+
.theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::placeholder {
|
|
28701
|
+
color: rgba(0, 0, 0, 0.38);
|
|
28702
|
+
}
|
|
28703
|
+
|
|
28678
28704
|
.v-textarea textarea {
|
|
28679
28705
|
align-self: stretch;
|
|
28680
28706
|
flex: 1 1 auto;
|
|
@@ -28739,6 +28765,9 @@ html.overflow-y-hidden {
|
|
|
28739
28765
|
.v-textarea.v-text-field--solo {
|
|
28740
28766
|
align-items: flex-start;
|
|
28741
28767
|
}
|
|
28768
|
+
.v-textarea.v-text-field--solo .v-input__control textarea {
|
|
28769
|
+
caret-color: auto;
|
|
28770
|
+
}
|
|
28742
28771
|
.v-textarea.v-text-field--solo .v-input__prepend-inner,
|
|
28743
28772
|
.v-textarea.v-text-field--solo .v-input__prepend-outer,
|
|
28744
28773
|
.v-textarea.v-text-field--solo .v-input__append-inner,
|