@vuetify/nightly 3.6.13-pr-20185.5bf1ff4 → 3.6.14-master.2024-08-01

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.13-pr-20185.5bf1ff4
2
+ * Vuetify v3.6.14-master.2024-08-01
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -18247,7 +18247,7 @@
18247
18247
  if (deepEqual(oldOptions, options.value)) return;
18248
18248
 
18249
18249
  // Reset page when searching
18250
- if (oldOptions?.search != null && oldOptions.search !== options.value.search) {
18250
+ if (oldOptions && oldOptions.search !== options.value.search) {
18251
18251
  page.value = 1;
18252
18252
  }
18253
18253
  vm.emit('update:options', options.value);
@@ -30333,7 +30333,7 @@
30333
30333
  goTo
30334
30334
  };
30335
30335
  }
30336
- const version$1 = "3.6.13-pr-20185.5bf1ff4";
30336
+ const version$1 = "3.6.14-master.2024-08-01";
30337
30337
  createVuetify$1.version = version$1;
30338
30338
 
30339
30339
  // Vue's inject() can only be used in setup
@@ -30586,7 +30586,7 @@
30586
30586
 
30587
30587
  /* eslint-disable local-rules/sort-imports */
30588
30588
 
30589
- const version = "3.6.13-pr-20185.5bf1ff4";
30589
+ const version = "3.6.14-master.2024-08-01";
30590
30590
 
30591
30591
  /* eslint-disable local-rules/sort-imports */
30592
30592