@alauda/ui 7.0.4-beta.2 → 7.0.4-beta.4

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.
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
5
5
  export declare class I18nPipe implements PipeTransform, OnDestroy {
6
6
  private readonly i18n;
7
7
  private readonly cdr;
8
- private readonly destory$$;
8
+ private readonly destroy$$;
9
9
  constructor(i18n: I18nService, cdr: ChangeDetectorRef);
10
10
  transform(value: any, data?: StringMap): string;
11
11
  ngOnDestroy(): void;
@@ -4,7 +4,6 @@ import * as i0 from "@angular/core";
4
4
  export declare class I18nService {
5
5
  private _i18n;
6
6
  private readonly i18nChange$$;
7
- i18nChange$: Observable<I18NInterface>;
8
7
  localeChange$: Observable<string>;
9
8
  constructor(_i18n: I18NInterface);
10
9
  setI18n(i18n: I18NInterface): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alauda/ui",
3
- "version": "7.0.4-beta.2",
3
+ "version": "7.0.4-beta.4",
4
4
  "description": "Angular UI components by Alauda Frontend Team.",
5
5
  "repository": "git+https://github.com/alauda/alauda-ui.git",
6
6
  "author": "Alauda Frontend",