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

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,12 +1,9 @@
1
- import { Observable } from 'rxjs';
2
1
  import { I18NInterface, StringMap } from './i18n.type';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class I18nService {
5
4
  private _i18n;
6
5
  private readonly i18nChange$$;
7
- i18nChange$: Observable<I18NInterface>;
8
- localeChange$: Observable<string>;
9
- constructor(_i18n: I18NInterface);
6
+ localeChange$: import("rxjs").Observable<string>;
10
7
  setI18n(i18n: I18NInterface): void;
11
8
  get i18n(): I18NInterface;
12
9
  translate(key: string, data?: StringMap, ignoreNonExist?: boolean): string;
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.3",
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",