@a2simcode/ui 0.0.13 → 0.0.14

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.
@@ -45,6 +45,7 @@ export declare const JForm: {
45
45
  }) => Promise<any>;
46
46
  setFormData: (data: Record<string, any>, filter?: (key: string, value: any, table: string) => boolean) => void;
47
47
  getFormData: (useTable?: boolean) => Record<string, any>;
48
+ setCompConfig: (id: string, config: Record<string, any>) => void;
48
49
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
49
50
  change: (...args: any[]) => void;
50
51
  }, import('vue').PublicProps, {
@@ -112,6 +113,7 @@ export declare const JForm: {
112
113
  }) => Promise<any>;
113
114
  setFormData: (data: Record<string, any>, filter?: (key: string, value: any, table: string) => boolean) => void;
114
115
  getFormData: (useTable?: boolean) => Record<string, any>;
116
+ setCompConfig: (id: string, config: Record<string, any>) => void;
115
117
  }, {}, {}, {}, {
116
118
  readonly: boolean;
117
119
  config: {
@@ -174,6 +176,7 @@ export declare const JForm: {
174
176
  }) => Promise<any>;
175
177
  setFormData: (data: Record<string, any>, filter?: (key: string, value: any, table: string) => boolean) => void;
176
178
  getFormData: (useTable?: boolean) => Record<string, any>;
179
+ setCompConfig: (id: string, config: Record<string, any>) => void;
177
180
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
178
181
  change: (...args: any[]) => void;
179
182
  }, string, {
@@ -53,6 +53,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
53
53
  }) => Promise<any>;
54
54
  setFormData: (data: Record<string, any>, filter?: (key: string, value: any, table: string) => boolean) => void;
55
55
  getFormData: (useTable?: boolean) => Record<string, any>;
56
+ setCompConfig: (id: string, config: Record<string, any>) => void;
56
57
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
57
58
  change: (...args: any[]) => void;
58
59
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{