@tilde-nlp/ngx-common 8.1.71 → 8.1.72

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/index.d.ts CHANGED
@@ -1922,6 +1922,7 @@ declare class TerminologyCollectionListComponent implements OnInit, OnDestroy {
1922
1922
  glossarySelectEvent: EventEmitter<CombinedCollection | null>;
1923
1923
  appName: string;
1924
1924
  collections: CombinedCollection[];
1925
+ defaultCollections: CombinedCollection[];
1925
1926
  readonly localizationKey = "TERM_COLLECTIONS.";
1926
1927
  readonly tooltipLocalizationKey = "TERM_COLLECTIONS.TOOLTIPS.";
1927
1928
  get hasAnyCollections(): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tilde-nlp/ngx-common",
3
- "version": "8.1.71",
3
+ "version": "8.1.72",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",