ctt-babylon 0.13.9 → 0.13.10

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.
@@ -1,6 +1,14 @@
1
+ import { OnInit } from '@angular/core';
1
2
  import * as i0 from "@angular/core";
2
- export declare class BabylonLisC4TxtIcoComponent {
3
+ export declare class BabylonLisC4TxtIcoComponent implements OnInit {
3
4
  show?: boolean;
5
+ private router;
6
+ private cdr;
7
+ private platformId;
8
+ translates: Record<string, any>;
9
+ texts: any;
10
+ ngOnInit(): void;
11
+ private setLanguageByUrl;
4
12
  static ɵfac: i0.ɵɵFactoryDeclaration<BabylonLisC4TxtIcoComponent, never>;
5
13
  static ɵcmp: i0.ɵɵComponentDeclaration<BabylonLisC4TxtIcoComponent, "lib-babylon-lis-c4-txt-ico", never, { "show": { "alias": "show"; "required": false; }; }, {}, never, never, true, never>;
6
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ctt-babylon",
3
- "version": "0.13.9",
3
+ "version": "0.13.10",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",