vuetify 2.6.5 → 2.6.6
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 +2 -2
- package/dist/json/web-types.json +7 -7
- package/dist/vuetify.css +1 -2
- package/dist/vuetify.css.map +1 -1
- package/dist/vuetify.js +57 -18
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +2 -2
- package/es5/components/VDatePicker/VDatePicker.js +28 -5
- package/es5/components/VDatePicker/VDatePicker.js.map +1 -1
- package/es5/components/VOverflowBtn/VOverflowBtn.js +3 -0
- package/es5/components/VOverflowBtn/VOverflowBtn.js.map +1 -1
- package/es5/framework.js +1 -1
- package/es5/locale/ca.js +7 -7
- package/es5/locale/ca.js.map +1 -1
- package/es5/services/icons/presets/mdi-svg.js +5 -5
- package/es5/services/icons/presets/mdi-svg.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +7 -5
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VOverflowBtn/VOverflowBtn.js +4 -0
- package/lib/components/VOverflowBtn/VOverflowBtn.js.map +1 -1
- package/lib/framework.js +1 -1
- package/lib/locale/ca.js +7 -7
- package/lib/locale/ca.js.map +1 -1
- package/lib/services/icons/presets/mdi-svg.js +5 -5
- package/lib/services/icons/presets/mdi-svg.js.map +1 -1
- package/package.json +2 -2
- package/src/components/VDatePicker/VDatePicker.ts +11 -5
- package/src/components/VOverflowBtn/VOverflowBtn.ts +3 -0
- package/src/components/VOverflowBtn/__tests__/VOverflowBtn.spec.ts +18 -0
- package/src/components/VOverflowBtn/__tests__/__snapshots__/VOverflowBtn.spec.ts.snap +96 -0
- package/src/components/VSelect/VSelect.sass +1 -1
- package/src/locale/ca.ts +7 -7
- package/src/services/icons/presets/mdi-svg.ts +5 -5
|
@@ -5605,7 +5605,7 @@
|
|
|
5605
5605
|
},
|
|
5606
5606
|
"v-overflow-btn/persistent-placeholder": {
|
|
5607
5607
|
"type": "boolean",
|
|
5608
|
-
"description": "Forces
|
|
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",
|
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.6",
|
|
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-05-
|
|
5143
|
+
"default": "2022-05-17",
|
|
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-05-
|
|
6772
|
+
"default": "2022-05-17",
|
|
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-05-
|
|
6990
|
+
"default": "2022-05-17",
|
|
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-05-
|
|
7208
|
+
"default": "2022-05-17",
|
|
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
|
|
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
|
@@ -19488,7 +19488,6 @@ html.overflow-y-hidden {
|
|
|
19488
19488
|
}
|
|
19489
19489
|
.theme--light.v-select .v-select__selections {
|
|
19490
19490
|
color: rgba(0, 0, 0, 0.87);
|
|
19491
|
-
min-height: 10px;
|
|
19492
19491
|
}
|
|
19493
19492
|
.theme--light.v-select.v-input--is-disabled .v-select__selections {
|
|
19494
19493
|
color: rgba(0, 0, 0, 0.38);
|
|
@@ -19502,7 +19501,6 @@ html.overflow-y-hidden {
|
|
|
19502
19501
|
|
|
19503
19502
|
.theme--dark.v-select .v-select__selections {
|
|
19504
19503
|
color: #FFFFFF;
|
|
19505
|
-
min-height: 10px;
|
|
19506
19504
|
}
|
|
19507
19505
|
.theme--dark.v-select.v-input--is-disabled .v-select__selections {
|
|
19508
19506
|
color: rgba(255, 255, 255, 0.5);
|
|
@@ -19614,6 +19612,7 @@ html.overflow-y-hidden {
|
|
|
19614
19612
|
}
|
|
19615
19613
|
.v-select__selection--comma {
|
|
19616
19614
|
margin: 7px 4px 7px 0;
|
|
19615
|
+
min-height: 10px;
|
|
19617
19616
|
overflow: hidden;
|
|
19618
19617
|
text-overflow: ellipsis;
|
|
19619
19618
|
white-space: nowrap;
|