sun-biz 0.0.2-beta.7 → 0.0.2-beta.8

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,7 +45,7 @@ export declare function getExtraProps(item: FormDesignDetailInfo, dataValueNames
45
45
  }, modelValue?: {
46
46
  [key: string]: unknown;
47
47
  }): {
48
- [key: string]: unknown;
48
+ [x: string]: unknown;
49
49
  };
50
50
  export declare function useGetFromConfigData(result: FormDesignDetailInfo[], layoutTypeCode: number, parentFormCtlNo: string, afterValueChange: ((key: string, value: unknown, model: unknown, parentFormCtlNo: string) => void) | undefined): {
51
51
  label: string | undefined;
@@ -63,6 +63,9 @@ export declare function useGetFromConfigData(result: FormDesignDetailInfo[], lay
63
63
  message: string;
64
64
  trigger: string;
65
65
  }[];
66
+ extraProps: {
67
+ [key: string]: unknown;
68
+ };
66
69
  }[];
67
70
  /**
68
71
  * 为服务接口 整合数据