@dimailn/vuetify 2.7.2-alpha11 → 2.7.2-alpha12

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/vuetify.js CHANGED
@@ -10309,6 +10309,7 @@ var __read = undefined && undefined.__read || function (o, n) {
10309
10309
  handler: function handler(value) {
10310
10310
  var _this = this;
10311
10311
 
10312
+ if (!value) return;
10312
10313
  this.selection = value.reduce(function (selection, item) {
10313
10314
  selection[Object(_util_helpers__WEBPACK_IMPORTED_MODULE_5__["getObjectValueByPath"])(item, _this.itemKey)] = item;
10314
10315
  return selection;
@@ -35143,7 +35144,7 @@ function () {
35143
35144
 
35144
35145
  Vuetify.install = _install__WEBPACK_IMPORTED_MODULE_0__["install"];
35145
35146
  Vuetify.installed = false;
35146
- Vuetify.version = "2.7.2-alpha10";
35147
+ Vuetify.version = "2.7.2-alpha12";
35147
35148
  Vuetify.config = {
35148
35149
  silent: false
35149
35150
  };