@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/fesm2022/tilde-nlp-ngx-common.mjs +155 -125
- package/fesm2022/tilde-nlp-ngx-common.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
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;
|