@trudb/tru-common-lib 0.1.291 → 0.1.293

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.
@@ -6,5 +6,5 @@ export declare abstract class TruCardColumnSearchResultsConfigBase {
6
6
  abstract query?: (breezeQuery: EntityQuery, propertyName: string) => any;
7
7
  abstract cardColumnId: (entity: any) => string | null | undefined;
8
8
  abstract cardId: (entity: any) => string | null | undefined;
9
- abstract cardColumnQuery: (() => any) | null;
9
+ abstract cardColumnQuery: ((query: EntityQuery, relatedChildProperty: string) => any) | null;
10
10
  }
@@ -72,7 +72,7 @@ export declare class TruCardColumn {
72
72
  static ɵfac: i0.ɵɵFactoryDeclaration<TruCardColumn, never>;
73
73
  static ɵcmp: i0.ɵɵComponentDeclaration<TruCardColumn, "tru-card-column", never, { "config": { "alias": "config"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, never, false, never>;
74
74
  }
75
- declare class Card {
75
+ export declare class Card {
76
76
  private cardColumn;
77
77
  private cardContainerElement;
78
78
  private data;
@@ -84,4 +84,3 @@ declare class Card {
84
84
  updateData: () => void;
85
85
  goToDetail: (ref: number) => void;
86
86
  }
87
- export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trudb/tru-common-lib",
3
- "version": "0.1.291",
3
+ "version": "0.1.293",
4
4
  "type": "module",
5
5
  "module": "fesm2022/trudb-tru-common-lib.mjs",
6
6
  "typings": "index.d.ts",