@vuetify/nightly 2.6.6-master-20220513.0 → 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/CHANGELOG.md +3 -2
- package/dist/json/web-types.json +5 -5
- package/dist/vuetify.js +47 -11
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +1 -1
- 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/framework.js +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/framework.js +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 +1 -1
- package/src/components/VDatePicker/VDatePicker.ts +11 -5
- package/src/services/icons/presets/mdi-svg.ts +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v2.6.6
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v2.6.6...v) (2022-05-18)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [2.6.6
|
|
5
|
+
## [2.6.6](https://github.com/vuetifyjs/vuetify/compare/v2.6.5...v2.6.6) (2022-05-17)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
9
9
|
|
|
10
10
|
* **locale:** update catalan translations ([#15012](https://github.com/vuetifyjs/vuetify/issues/15012)) ([2eab4f2](https://github.com/vuetifyjs/vuetify/commit/2eab4f2a457aff794bbe9471d162f1e0bd6adee7))
|
|
11
|
+
* **mdi-svg:** update contextual icons ([5918484](https://github.com/vuetifyjs/vuetify/commit/59184844e99e6cde96f4cccbd84bbd0343fec2cf)), closes [#14327](https://github.com/vuetifyjs/vuetify/issues/14327)
|
|
11
12
|
* **VOverflowBtn:** make persistentPlaceholder label visible ([#15055](https://github.com/vuetifyjs/vuetify/issues/15055)) ([002afbe](https://github.com/vuetifyjs/vuetify/commit/002afbe9c93fcabf472173fd22e87f29da405260)), closes [#15052](https://github.com/vuetifyjs/vuetify/issues/15052)
|
|
12
13
|
* **VSelect:** set min-height on correct element ([d41a327](https://github.com/vuetifyjs/vuetify/commit/d41a32798da3d97d554b6f811f4f4a3199276119)), closes [#15047](https://github.com/vuetifyjs/vuetify/issues/15047)
|
|
13
14
|
|
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.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-18",
|
|
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-18",
|
|
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-18",
|
|
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-18",
|
|
7209
7209
|
"value": {
|
|
7210
7210
|
"kind": "expression",
|
|
7211
7211
|
"type": [
|
package/dist/vuetify.js
CHANGED
|
@@ -12806,6 +12806,33 @@ var __assign = undefined && undefined.__assign || function () {
|
|
|
12806
12806
|
};
|
|
12807
12807
|
|
|
12808
12808
|
return __assign.apply(this, arguments);
|
|
12809
|
+
};
|
|
12810
|
+
|
|
12811
|
+
var __read = undefined && undefined.__read || function (o, n) {
|
|
12812
|
+
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
12813
|
+
if (!m) return o;
|
|
12814
|
+
var i = m.call(o),
|
|
12815
|
+
r,
|
|
12816
|
+
ar = [],
|
|
12817
|
+
e;
|
|
12818
|
+
|
|
12819
|
+
try {
|
|
12820
|
+
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) {
|
|
12821
|
+
ar.push(r.value);
|
|
12822
|
+
}
|
|
12823
|
+
} catch (error) {
|
|
12824
|
+
e = {
|
|
12825
|
+
error: error
|
|
12826
|
+
};
|
|
12827
|
+
} finally {
|
|
12828
|
+
try {
|
|
12829
|
+
if (r && !r.done && (m = i["return"])) m.call(i);
|
|
12830
|
+
} finally {
|
|
12831
|
+
if (e) throw e.error;
|
|
12832
|
+
}
|
|
12833
|
+
}
|
|
12834
|
+
|
|
12835
|
+
return ar;
|
|
12809
12836
|
}; // Components
|
|
12810
12837
|
|
|
12811
12838
|
|
|
@@ -13148,8 +13175,12 @@ var __assign = undefined && undefined.__assign || function () {
|
|
|
13148
13175
|
}
|
|
13149
13176
|
},
|
|
13150
13177
|
monthClick: function monthClick(value) {
|
|
13151
|
-
|
|
13152
|
-
|
|
13178
|
+
var _a = __read(value.split('-'), 2),
|
|
13179
|
+
year = _a[0],
|
|
13180
|
+
month = _a[1];
|
|
13181
|
+
|
|
13182
|
+
this.inputYear = parseInt(year, 10);
|
|
13183
|
+
this.inputMonth = parseInt(month, 10) - 1;
|
|
13153
13184
|
|
|
13154
13185
|
if (this.type === 'date') {
|
|
13155
13186
|
if (this.inputDay) {
|
|
@@ -13167,9 +13198,14 @@ var __assign = undefined && undefined.__assign || function () {
|
|
|
13167
13198
|
}
|
|
13168
13199
|
},
|
|
13169
13200
|
dateClick: function dateClick(value) {
|
|
13170
|
-
|
|
13171
|
-
|
|
13172
|
-
|
|
13201
|
+
var _a = __read(value.split('-'), 3),
|
|
13202
|
+
year = _a[0],
|
|
13203
|
+
month = _a[1],
|
|
13204
|
+
day = _a[2];
|
|
13205
|
+
|
|
13206
|
+
this.inputYear = parseInt(year, 10);
|
|
13207
|
+
this.inputMonth = parseInt(month, 10) - 1;
|
|
13208
|
+
this.inputDay = parseInt(day, 10);
|
|
13173
13209
|
this.emitInput(this.inputDate);
|
|
13174
13210
|
},
|
|
13175
13211
|
genPickerTitle: function genPickerTitle() {
|
|
@@ -35010,7 +35046,7 @@ function () {
|
|
|
35010
35046
|
|
|
35011
35047
|
Vuetify.install = _install__WEBPACK_IMPORTED_MODULE_0__["install"];
|
|
35012
35048
|
Vuetify.installed = false;
|
|
35013
|
-
Vuetify.version = "2.6.6
|
|
35049
|
+
Vuetify.version = "2.6.6";
|
|
35014
35050
|
Vuetify.config = {
|
|
35015
35051
|
silent: false
|
|
35016
35052
|
};
|
|
@@ -43319,11 +43355,11 @@ var icons = {
|
|
|
43319
43355
|
cancel: 'M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z',
|
|
43320
43356
|
close: 'M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z',
|
|
43321
43357
|
delete: 'M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z',
|
|
43322
|
-
clear: '
|
|
43323
|
-
success: 'M12
|
|
43324
|
-
info: 'M13,9H11V7H13M13,17H11V11H13M12,2C6.48,2 2,6.48 2,12C2,17.52 6.48,22 12,22C17.52,22 22,17.52 22,12C22,6.48 17.52,2 12,2Z',
|
|
43325
|
-
warning: '
|
|
43326
|
-
error: '
|
|
43358
|
+
clear: 'M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z',
|
|
43359
|
+
success: 'M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M10 17L5 12L6.41 10.59L10 14.17L17.59 6.58L19 8L10 17Z',
|
|
43360
|
+
info: 'M13,9H11V7H13M13,17H11V11H13M12,2C6.48,2 2,6.48 2,12C2,17.52 6.48,22 12,22C17.52,22 22,17.52 22,12C22,6.48 17.52,2 12,2ZM13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z',
|
|
43361
|
+
warning: 'M13,13H11V7H13M13,17H11V15H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z',
|
|
43362
|
+
error: 'M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z',
|
|
43327
43363
|
prev: 'M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z',
|
|
43328
43364
|
next: 'M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z',
|
|
43329
43365
|
checkboxOn: 'M10,17L5,12L6.41,10.58L10,14.17L17.59,6.58L19,8M19,3H5C3.89,3 3,3.89 3,5V19C3,20.1 3.9,21 5,21H19C20.1,21 21,20.1 21,19V5C21,3.89 20.1,3 19,3Z',
|