@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.
package/dist/vuetify.js CHANGED
@@ -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
  */
@@ -6484,6 +6484,7 @@
6484
6484
  register: _ref => {
6485
6485
  let {
6486
6486
  id,
6487
+ vm,
6487
6488
  validate,
6488
6489
  reset,
6489
6490
  resetValidation
@@ -6496,6 +6497,7 @@
6496
6497
  validate,
6497
6498
  reset,
6498
6499
  resetValidation,
6500
+ vm: vue.markRaw(vm),
6499
6501
  isValid: null,
6500
6502
  errorMessages: []
6501
6503
  });
@@ -6610,10 +6612,12 @@
6610
6612
  [`${name}--readonly`]: isReadonly.value
6611
6613
  };
6612
6614
  });
6615
+ const vm = getCurrentInstance('validation');
6613
6616
  const uid = vue.computed(() => props.name ?? vue.unref(id));
6614
6617
  vue.onBeforeMount(() => {
6615
6618
  form?.register({
6616
6619
  id: uid.value,
6620
+ vm,
6617
6621
  validate,
6618
6622
  reset,
6619
6623
  resetValidation
@@ -25798,7 +25802,7 @@
25798
25802
  goTo
25799
25803
  };
25800
25804
  }
25801
- const version$1 = "3.5.8-dev.2024-03-09";
25805
+ const version$1 = "3.5.8-dev.2024-03-13";
25802
25806
  createVuetify$1.version = version$1;
25803
25807
 
25804
25808
  // Vue's inject() can only be used in setup
@@ -25823,7 +25827,7 @@
25823
25827
  ...options
25824
25828
  });
25825
25829
  };
25826
- const version = "3.5.8-dev.2024-03-09";
25830
+ const version = "3.5.8-dev.2024-03-13";
25827
25831
  createVuetify.version = version;
25828
25832
 
25829
25833
  exports.components = components;