@vuetify/nightly 3.7.18-master.2025-03-22 → 3.7.18-master.2025-03-25

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
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.18-master.2025-03-22
2
+ * Vuetify v3.7.18-master.2025-03-25
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -162,7 +162,7 @@
162
162
  function pick(obj, paths) {
163
163
  const found = {};
164
164
  for (const key of paths) {
165
- if (Object.hasOwn(obj, key)) {
165
+ if (Object.prototype.hasOwnProperty.call(obj, key)) {
166
166
  found[key] = obj[key];
167
167
  }
168
168
  }
@@ -28471,7 +28471,7 @@
28471
28471
  goTo
28472
28472
  };
28473
28473
  }
28474
- const version$1 = "3.7.18-master.2025-03-22";
28474
+ const version$1 = "3.7.18-master.2025-03-25";
28475
28475
  createVuetify$1.version = version$1;
28476
28476
 
28477
28477
  // Vue's inject() can only be used in setup
@@ -28496,7 +28496,7 @@
28496
28496
  ...options
28497
28497
  });
28498
28498
  };
28499
- const version = "3.7.18-master.2025-03-22";
28499
+ const version = "3.7.18-master.2025-03-25";
28500
28500
  createVuetify.version = version;
28501
28501
 
28502
28502
  exports.blueprints = index;