@vuetify/nightly 2.6.4 → 2.6.5-master-20220327.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 +4 -5
- package/dist/json/web-types.json +5 -5
- package/dist/vuetify.js +16 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +1 -1
- package/dist/vuetify.min.js +2 -2
- package/es5/components/VImg/VImg.js +6 -2
- package/es5/components/VImg/VImg.js.map +1 -1
- package/es5/components/VResponsive/VResponsive.js +3 -1
- package/es5/components/VResponsive/VResponsive.js.map +1 -1
- package/es5/framework.js +1 -1
- package/es5/mixins/selectable/index.js +6 -4
- package/es5/mixins/selectable/index.js.map +1 -1
- package/lib/components/VImg/VImg.js +5 -2
- package/lib/components/VImg/VImg.js.map +1 -1
- package/lib/components/VResponsive/VResponsive.js +2 -1
- package/lib/components/VResponsive/VResponsive.js.map +1 -1
- package/lib/framework.js +1 -1
- package/lib/mixins/selectable/index.js +7 -5
- package/lib/mixins/selectable/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/VImg/VImg.ts +4 -2
- package/src/components/VResponsive/VResponsive.ts +2 -1
- package/src/mixins/selectable/index.ts +6 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v2.6.
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v2.6.5-master-20220327.0...v) (2022-03-27)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [2.6.
|
|
5
|
+
## [2.6.5-master-20220327.0](https://github.com/vuetifyjs/vuetify/compare/v2.6.4...v2.6.5-master-20220327.0) (2022-03-27)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
9
9
|
|
|
10
|
-
* **
|
|
11
|
-
*
|
|
12
|
-
* **VSelect:** update menu position on selection change ([5974a84](https://github.com/vuetifyjs/vuetify/commit/5974a840b703cb8dbfba615cac4d6a16cf30ebb9)), closes [#14688](https://github.com/vuetifyjs/vuetify/issues/14688)
|
|
10
|
+
* **selection controls:** emit focus/blur events ([75404fb](https://github.com/vuetifyjs/vuetify/commit/75404fb66e61d4b4d5b759506ac0d4c7a56a3755)), closes [#14862](https://github.com/vuetifyjs/vuetify/issues/14862)
|
|
11
|
+
* **VImg:** accept scopedSlots ([96888d5](https://github.com/vuetifyjs/vuetify/commit/96888d5cc4bcd7c527fbe7445410813e79082259)), closes [#14686](https://github.com/vuetifyjs/vuetify/issues/14686)
|
|
13
12
|
|
|
14
13
|
|
|
15
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.
|
|
5
|
+
"version": "2.6.5-master-20220327.0",
|
|
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-03-
|
|
5143
|
+
"default": "2022-03-27",
|
|
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-03-
|
|
6772
|
+
"default": "2022-03-27",
|
|
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-03-
|
|
6990
|
+
"default": "2022-03-27",
|
|
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-03-
|
|
7208
|
+
"default": "2022-03-27",
|
|
7209
7209
|
"value": {
|
|
7210
7210
|
"kind": "expression",
|
|
7211
7211
|
"type": [
|
package/dist/vuetify.js
CHANGED
|
@@ -17425,6 +17425,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
17425
17425
|
/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts");
|
|
17426
17426
|
/* harmony import */ var _util_mergeData__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../util/mergeData */ "./src/util/mergeData.ts");
|
|
17427
17427
|
/* harmony import */ var _util_console__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../util/console */ "./src/util/console.ts");
|
|
17428
|
+
/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts");
|
|
17428
17429
|
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
17429
17430
|
|
|
17430
17431
|
// Styles
|
|
@@ -17439,6 +17440,7 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "functi
|
|
|
17439
17440
|
|
|
17440
17441
|
|
|
17441
17442
|
|
|
17443
|
+
|
|
17442
17444
|
var hasIntersect = typeof window !== 'undefined' && 'IntersectionObserver' in window;
|
|
17443
17445
|
/* @vue/component */
|
|
17444
17446
|
|
|
@@ -17647,10 +17649,12 @@ var hasIntersect = typeof window !== 'undefined' && 'IntersectionObserver' in wi
|
|
|
17647
17649
|
return content;
|
|
17648
17650
|
},
|
|
17649
17651
|
__genPlaceholder: function __genPlaceholder() {
|
|
17650
|
-
|
|
17652
|
+
var slot = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_7__["getSlot"])(this, 'placeholder');
|
|
17653
|
+
|
|
17654
|
+
if (slot) {
|
|
17651
17655
|
var placeholder = this.isLoading ? [this.$createElement('div', {
|
|
17652
17656
|
staticClass: 'v-image__placeholder'
|
|
17653
|
-
},
|
|
17657
|
+
}, slot)] : [];
|
|
17654
17658
|
if (!this.transition) return placeholder[0];
|
|
17655
17659
|
return this.$createElement('transition', {
|
|
17656
17660
|
props: {
|
|
@@ -23540,11 +23544,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
23540
23544
|
/* harmony import */ var _VResponsive_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VResponsive_sass__WEBPACK_IMPORTED_MODULE_0__);
|
|
23541
23545
|
/* harmony import */ var _mixins_measurable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/measurable */ "./src/mixins/measurable/index.ts");
|
|
23542
23546
|
/* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts");
|
|
23547
|
+
/* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts");
|
|
23543
23548
|
// Mixins
|
|
23544
23549
|
|
|
23545
23550
|
// Utils
|
|
23546
23551
|
|
|
23547
23552
|
|
|
23553
|
+
|
|
23548
23554
|
/* @vue/component */
|
|
23549
23555
|
|
|
23550
23556
|
/* harmony default export */ __webpack_exports__["default"] = (Object(_util_mixins__WEBPACK_IMPORTED_MODULE_2__["default"])(_mixins_measurable__WEBPACK_IMPORTED_MODULE_1__["default"]).extend({
|
|
@@ -23575,7 +23581,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
23575
23581
|
return this.$createElement('div', {
|
|
23576
23582
|
staticClass: 'v-responsive__content',
|
|
23577
23583
|
class: this.contentClass
|
|
23578
|
-
}, this
|
|
23584
|
+
}, Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["getSlot"])(this));
|
|
23579
23585
|
}
|
|
23580
23586
|
},
|
|
23581
23587
|
render: function render(h) {
|
|
@@ -35001,7 +35007,7 @@ function () {
|
|
|
35001
35007
|
|
|
35002
35008
|
Vuetify.install = _install__WEBPACK_IMPORTED_MODULE_0__["install"];
|
|
35003
35009
|
Vuetify.installed = false;
|
|
35004
|
-
Vuetify.version = "2.6.
|
|
35010
|
+
Vuetify.version = "2.6.5-master-20220327.0";
|
|
35005
35011
|
Vuetify.config = {
|
|
35006
35012
|
silent: false
|
|
35007
35013
|
};
|
|
@@ -41605,9 +41611,6 @@ function prevent(e) {
|
|
|
41605
41611
|
ref: 'input'
|
|
41606
41612
|
});
|
|
41607
41613
|
},
|
|
41608
|
-
onBlur: function onBlur() {
|
|
41609
|
-
this.isFocused = false;
|
|
41610
|
-
},
|
|
41611
41614
|
onClick: function onClick(e) {
|
|
41612
41615
|
this.onChange();
|
|
41613
41616
|
this.$emit('click', e);
|
|
@@ -41644,8 +41647,13 @@ function prevent(e) {
|
|
|
41644
41647
|
this.internalValue = input;
|
|
41645
41648
|
this.hasColor = input;
|
|
41646
41649
|
},
|
|
41647
|
-
onFocus: function onFocus() {
|
|
41650
|
+
onFocus: function onFocus(e) {
|
|
41648
41651
|
this.isFocused = true;
|
|
41652
|
+
this.$emit('focus', e);
|
|
41653
|
+
},
|
|
41654
|
+
onBlur: function onBlur(e) {
|
|
41655
|
+
this.isFocused = false;
|
|
41656
|
+
this.$emit('blur', e);
|
|
41649
41657
|
},
|
|
41650
41658
|
|
|
41651
41659
|
/** @abstract */
|