@baosight/er4j 0.0.53 → 0.0.55

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.
@@ -1687,6 +1687,7 @@ export declare namespace ER {
1687
1687
  get IsHierarchyTable(): boolean;
1688
1688
  constructor(options?: DataTableOptions);
1689
1689
  init(options: DataTableOptions): void;
1690
+ clone(asTableName?: string): DataTable;
1690
1691
  setBindingInfo(formHelper: any, configId: string, controlType: 'Layout' | 'Grid', grid?: any): void;
1691
1692
  removeBindingInfo(formHelper: any, configId: string, grid?: any): void;
1692
1693
  setEvent(eventType: keyof DataTableEventType, event: Function): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baosight/er4j",
3
- "version": "0.0.53",
3
+ "version": "0.0.55",
4
4
  "description": "er4j 辅助开发",
5
5
  "private": false,
6
6
  "type": "module",