@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.
- package/er4j-dist/er4j.es.js +13347 -13310
- package/er4j-dist/er4j.es.js.map +1 -1
- package/er4j-dist/er4j.umd.js +48 -48
- package/er4j-dist/er4j.umd.js.map +1 -1
- package/er4j-dist/types/utils/er.d.ts +1 -0
- package/package.json +1 -1
|
@@ -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;
|