@vuetify/nightly 3.5.8-dev.2024-03-09 → 3.5.8-dev.2024-03-13

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.5.8-dev.2024-03-09
2
+ * Vuetify v3.5.8-dev.2024-03-13
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -6490,6 +6490,7 @@
6490
6490
  register: _ref => {
6491
6491
  let {
6492
6492
  id,
6493
+ vm,
6493
6494
  validate,
6494
6495
  reset,
6495
6496
  resetValidation
@@ -6502,6 +6503,7 @@
6502
6503
  validate,
6503
6504
  reset,
6504
6505
  resetValidation,
6506
+ vm: vue.markRaw(vm),
6505
6507
  isValid: null,
6506
6508
  errorMessages: []
6507
6509
  });
@@ -6616,10 +6618,12 @@
6616
6618
  [`${name}--readonly`]: isReadonly.value
6617
6619
  };
6618
6620
  });
6621
+ const vm = getCurrentInstance('validation');
6619
6622
  const uid = vue.computed(() => props.name ?? vue.unref(id));
6620
6623
  vue.onBeforeMount(() => {
6621
6624
  form?.register({
6622
6625
  id: uid.value,
6626
+ vm,
6623
6627
  validate,
6624
6628
  reset,
6625
6629
  resetValidation
@@ -27084,7 +27088,7 @@
27084
27088
  goTo
27085
27089
  };
27086
27090
  }
27087
- const version$1 = "3.5.8-dev.2024-03-09";
27091
+ const version$1 = "3.5.8-dev.2024-03-13";
27088
27092
  createVuetify$1.version = version$1;
27089
27093
 
27090
27094
  // Vue's inject() can only be used in setup
@@ -27098,7 +27102,7 @@
27098
27102
 
27099
27103
  /* eslint-disable local-rules/sort-imports */
27100
27104
 
27101
- const version = "3.5.8-dev.2024-03-09";
27105
+ const version = "3.5.8-dev.2024-03-13";
27102
27106
 
27103
27107
  /* eslint-disable local-rules/sort-imports */
27104
27108