@uniquedj95/vform 1.5.0 → 1.6.1

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 +1 @@
1
- {"version":3,"file":"RepeatInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/inputs/RepeatInput.vue"],"names":[],"mappings":"AAsCA;AAEI,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAa,UAAU,EAAU,MAAM,OAAO,CAAC;AAG9E,OAAO,EAAuB,QAAQ,EAAc,MAAM,KAAK,CAAC;AA0ChE,iBAAS,OAAO,SAIf;AAED,iBAAS,SAAS,aAMjB;AAED,iBAAe,aAAa,kBAM3B;;gBAaO,OAAO,KAAK,EAAE,QAAQ,CAAC,GAAG,CAAC;;;;;;kBA+N8J,IAAI;;;;kBAAJ,IAAI;;;;;;;gBA/N7L,OAAO,KAAK,EAAE,QAAQ,CAAC,GAAG,CAAC;;;;;;kBA+N8J,IAAI;;;;kBAAJ,IAAI;;;AAZzM,wBAUG"}
1
+ {"version":3,"file":"RepeatInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/inputs/RepeatInput.vue"],"names":[],"mappings":"AAsCA;AAEI,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAa,UAAU,EAAU,MAAM,OAAO,CAAC;AAG9E,OAAO,EAAuB,QAAQ,EAAc,MAAM,KAAK,CAAC;AA2ChE,iBAAS,OAAO,SAIf;AAED,iBAAS,SAAS,aAMjB;AAED,iBAAe,aAAa,kBAM3B;;gBAaO,OAAO,KAAK,EAAE,QAAQ,CAAC,GAAG,CAAC;;;;;;kBA+N8J,IAAI;;;;kBAAJ,IAAI;;;;;;;gBA/N7L,OAAO,KAAK,EAAE,QAAQ,CAAC,GAAG,CAAC;;;;;;kBA+N8J,IAAI;;;;kBAAJ,IAAI;;;AAZzM,wBAUG"}
@@ -1,13 +1,16 @@
1
- import { FormSchema } from 'types';
2
1
  import { PropType } from 'vue';
2
+ import { FormSchema, BaseFieldTypes } from 'types';
3
3
 
4
- declare function onValueUpdate(): Promise<void>;
5
4
  declare function onReset(): void;
5
+ declare function onValueUpdate(evt?: any): Promise<void>;
6
6
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
7
7
  modelValue: import('vue').PropType<any>;
8
8
  schema: {
9
9
  type: PropType<FormSchema>;
10
10
  };
11
+ type: {
12
+ type: PropType<BaseFieldTypes>;
13
+ };
11
14
  }>, {
12
15
  onValueUpdate: typeof onValueUpdate;
13
16
  onReset: typeof onReset;
@@ -17,6 +20,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
17
20
  schema: {
18
21
  type: PropType<FormSchema>;
19
22
  };
23
+ type: {
24
+ type: PropType<BaseFieldTypes>;
25
+ };
20
26
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
21
27
  export default _default;
22
28
  //# sourceMappingURL=SelectInput.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SelectInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/inputs/SelectInput.vue"],"names":[],"mappings":"AAoCA;AAGA,OAAO,EAAa,UAAU,EAAU,MAAM,OAAO,CAAC;AAEtD,OAAO,EAAE,QAAQ,EAAc,MAAM,KAAK,CAAC;AAuC3C,iBAAe,aAAa,kBAW3B;AAQD,iBAAS,OAAO,SAIf;;gBAaW,OAAO,KAAK,EAAE,QAAQ,CAAC,GAAG,CAAC;;;;;;;;;gBAA3B,OAAO,KAAK,EAAE,QAAQ,CAAC,GAAG,CAAC;;;;;AA8JvC,wBAUG"}
1
+ {"version":3,"file":"SelectInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/inputs/SelectInput.vue"],"names":[],"mappings":"AAqEA;AAEA,OAAO,EAAiB,QAAQ,EAAS,MAAM,KAAK,CAAC;AAErD,OAAO,EAAE,UAAU,EAAE,cAAc,EAAqB,MAAM,OAAO,CAAC;AAmDtE,iBAAS,OAAO,SAMf;AAqCD,iBAAe,aAAa,CAAC,GAAG,CAAC,EAAE,GAAG,iBAerC;;gBAyDW,OAAO,KAAK,EAAE,QAAQ,CAAC,GAAG,CAAC;;;;;;;;;;;;gBAA3B,OAAO,KAAK,EAAE,QAAQ,CAAC,GAAG,CAAC;;;;;;;;AA2UvC,wBAUG"}