@tilde-nlp/ngx-common 8.1.69 → 8.1.71

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
@@ -1675,6 +1675,7 @@ interface ActiveData {
1675
1675
  vendors?: Vendor[];
1676
1676
  swapLangActive?: boolean;
1677
1677
  system?: System;
1678
+ supportsExtractedTerms?: boolean;
1678
1679
  /**
1679
1680
  * Whether text/file should be retranslated on system change.
1680
1681
  * For example if domain is auto and system gets changed after api response, no retranslation needed.
@@ -1805,6 +1806,7 @@ declare class TerminologyComponent implements OnInit, OnDestroy, OnChanges {
1805
1806
  systemId: string;
1806
1807
  sourceLanguageCode: string;
1807
1808
  targetLanguageCode: string;
1809
+ supportsExtractedTerms?: boolean;
1808
1810
  };
1809
1811
  disabled: boolean;
1810
1812
  storeSelectedInLocalStorage: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tilde-nlp/ngx-common",
3
- "version": "8.1.69",
3
+ "version": "8.1.71",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",