@tilde-nlp/ngx-translate 2.1.13 → 2.1.14

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/lib/i18n/en.d.ts CHANGED
@@ -325,6 +325,7 @@ export declare const i18n_en: {
325
325
  EDIT: string;
326
326
  IMPORTING: string;
327
327
  NO_ENTRIES: string;
328
+ DEFAULT_COLLECTION: string;
328
329
  SYNC: string;
329
330
  SYNCING: string;
330
331
  ATTACH_TO_SYSTEM_ERROR: string;
@@ -1,3 +1,4 @@
1
1
  export declare enum CombinedCollectionTooltipKey {
2
- NO_ENTRIES = "NO_ENTRIES"
2
+ NO_ENTRIES = "NO_ENTRIES",
3
+ DEFAULT_COLLECTION = "DEFAULT_COLLECTION"
3
4
  }
@@ -57,6 +57,8 @@ export declare class CombinedCollection {
57
57
  */
58
58
  get canEditScope(): boolean | MtCollection;
59
59
  get termCount(): number;
60
+ private _isTermPortalCollection;
61
+ get isTermPortalCollection(): boolean;
60
62
  private _isImporting;
61
63
  get isImporting(): boolean;
62
64
  constructor(termApiCollection: ITldTermCollection, mtCollection: MtCollection);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tilde-nlp/ngx-translate",
3
- "version": "2.1.13",
3
+ "version": "2.1.14",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.0",
6
6
  "@angular/core": "^14.0.0",