tsv2-library 1.0.61-alpha.22 → 1.0.61-alpha.24

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.
@@ -105,6 +105,8 @@ export type FormEmits = {
105
105
  * @group components
106
106
  */
107
107
  declare class Form extends ClassComponent<FormProps, FormSlots, FormEmits> {
108
+ values: GenericObject;
109
+ errors: ComputedRef<Partial<Record<string, string | undefined>>>;
108
110
  /**
109
111
  * Wether to keep the dialog remains visible or not after submit.
110
112
  */
@@ -62169,7 +62169,8 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
62169
62169
  showValidator,
62170
62170
  formElement,
62171
62171
  clearField,
62172
- errors
62172
+ errors,
62173
+ values
62173
62174
  });
62174
62175
  return (_ctx, _cache) => {
62175
62176
  var _a, _b, _c, _d, _e, _f;
@@ -70512,6 +70513,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
70512
70513
  newLabel.value = (_a = field2.value) == null ? void 0 : _a.pop();
70513
70514
  else
70514
70515
  (_b = field2.value) == null ? void 0 : _b.pop();
70516
+ emit("update:modelValue", field2.value);
70515
70517
  }
70516
70518
  };
70517
70519
  const onEditBadge = (text2, index2) => {