@a2simcode/ui 0.0.142 → 0.0.143

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.
@@ -50,7 +50,6 @@ export declare const JForm: {
50
50
  }) => Promise<any>;
51
51
  setFormData: (data: Record<string, any>, filter?: (key: string, value: any, table: string) => boolean) => void;
52
52
  getFormData: (useTable?: boolean) => Record<string, any>;
53
- setCompConfig: (id: string, config: Record<string, any>) => void;
54
53
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
55
54
  change: (...args: any[]) => void;
56
55
  }, import('vue').PublicProps, {
@@ -125,7 +124,6 @@ export declare const JForm: {
125
124
  }) => Promise<any>;
126
125
  setFormData: (data: Record<string, any>, filter?: (key: string, value: any, table: string) => boolean) => void;
127
126
  getFormData: (useTable?: boolean) => Record<string, any>;
128
- setCompConfig: (id: string, config: Record<string, any>) => void;
129
127
  }, {}, {}, {}, {
130
128
  config: {
131
129
  labelWidth: number;
@@ -195,7 +193,6 @@ export declare const JForm: {
195
193
  }) => Promise<any>;
196
194
  setFormData: (data: Record<string, any>, filter?: (key: string, value: any, table: string) => boolean) => void;
197
195
  getFormData: (useTable?: boolean) => Record<string, any>;
198
- setCompConfig: (id: string, config: Record<string, any>) => void;
199
196
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
200
197
  change: (...args: any[]) => void;
201
198
  }, string, {
@@ -61,7 +61,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
61
61
  }) => Promise<any>;
62
62
  setFormData: (data: Record<string, any>, filter?: (key: string, value: any, table: string) => boolean) => void;
63
63
  getFormData: (useTable?: boolean) => Record<string, any>;
64
- setCompConfig: (id: string, config: Record<string, any>) => void;
65
64
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
66
65
  change: (...args: any[]) => void;
67
66
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -46,7 +46,6 @@ export interface AppProvideType {
46
46
  */
47
47
  export interface FormProvideType {
48
48
  formData: Record<string, any>;
49
- compsConfig: Ref<Record<string, any>>;
50
49
  errorFields: Ref<Record<string, any>>;
51
50
  isAutoWindow: ComputedRef<boolean>;
52
51
  gutter: ComputedRef<number>;