@volverjs/form-vue 1.1.0-beta.1 → 1.1.0-beta.3

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.
@@ -32,12 +32,12 @@ export declare function defineFormFieldsGroup<Schema extends FormSchema, Type =
32
32
  }>[];
33
33
  }>;
34
34
  hasProps: import('vue').ComputedRef<{
35
+ modelValue: Record<string, any>;
35
36
  names: {};
36
37
  invalid: boolean;
37
38
  invalids: Record<string, boolean>;
38
39
  valid: boolean | undefined;
39
40
  invalidLabels: Record<string, string[]> | undefined;
40
- modelValue: Record<string, any>;
41
41
  readonly: boolean;
42
42
  }>;
43
43
  invalid: import('vue').ComputedRef<boolean>;
package/dist/index.d.ts CHANGED
@@ -298,12 +298,12 @@ declare function _formType<Schema extends FormSchema, Type>(schema: Schema, opti
298
298
  }>[];
299
299
  }>;
300
300
  hasProps: import('vue').ComputedRef<{
301
+ modelValue: Record<string, any>;
301
302
  names: {};
302
303
  invalid: boolean;
303
304
  invalids: Record<string, boolean>;
304
305
  valid: boolean | undefined;
305
306
  invalidLabels: Record<string, string[]> | undefined;
306
- modelValue: Record<string, any>;
307
307
  readonly: boolean;
308
308
  }>;
309
309
  invalid: import('vue').ComputedRef<boolean>;
@@ -788,12 +788,12 @@ export declare function formType<Schema extends FormSchema, Type>(schema: Schema
788
788
  }>[];
789
789
  }>;
790
790
  hasProps: import('vue').ComputedRef<{
791
+ modelValue: Record<string, any>;
791
792
  names: {};
792
793
  invalid: boolean;
793
794
  invalids: Record<string, boolean>;
794
795
  valid: boolean | undefined;
795
796
  invalidLabels: Record<string, string[]> | undefined;
796
- modelValue: Record<string, any>;
797
797
  readonly: boolean;
798
798
  }>;
799
799
  invalid: import('vue').ComputedRef<boolean>;