@trudb/tru-common-lib 0.2.457 → 0.2.459

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.
@@ -27,6 +27,7 @@ export declare class TruDataGridClipboard {
27
27
  private addCellBorderAnimation;
28
28
  private addRowBorderAnimation;
29
29
  setGridElement(el: HTMLElement): void;
30
+ clearAnimations(): void;
30
31
  copyCell: (params: ICellRendererParams, tableName: string, columnName: string, copiedCellData: any, copiedCellEntity: Entity) => Promise<void>;
31
32
  pasteCell: (params: ICellRendererParams, pastedCellData: any, pastedCell: Entity) => void;
32
33
  copyRow: (tableName: string, columnDefs: Array<ColDef>, copiedRows: Array<any>, includeHeaders?: boolean) => Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trudb/tru-common-lib",
3
- "version": "0.2.457",
3
+ "version": "0.2.459",
4
4
  "type": "module",
5
5
  "module": "fesm2022/trudb-tru-common-lib.mjs",
6
6
  "typings": "index.d.ts",
package/public-api.d.ts CHANGED
@@ -118,6 +118,7 @@ export * from './lib/services/tru-connection-hub';
118
118
  export * from './lib/services/tru-context-filters';
119
119
  export * from './lib/services/tru-countries';
120
120
  export * from './lib/services/tru-data-context';
121
+ export * from './lib/services/tru-global-data-context';
121
122
  export * from './lib/services/tru-entity-accessor';
122
123
  export * from './lib/services/tru-formatter';
123
124
  export * from './lib/services/tru-model-navigation-properties-lookup';