@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;
|