@alauda/ui 7.3.3-beta.37 → 7.3.3-beta.38
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/esm2022/i18n/i18n.pipe.mjs +1 -1
- package/esm2022/i18n/i18n.service.mjs +1 -1
- package/esm2022/i18n/i18n.type.mjs +1 -1
- package/esm2022/index.mjs +2 -2
- package/esm2022/types.mjs +1 -1
- package/fesm2022/alauda-ui.mjs.map +1 -1
- package/i18n/i18n.pipe.d.ts +1 -1
- package/i18n/i18n.service.d.ts +2 -1
- package/i18n/i18n.type.d.ts +0 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
- package/types.d.ts +1 -0
package/i18n/i18n.pipe.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ChangeDetectorRef, OnDestroy, PipeTransform } from '@angular/core';
|
|
2
2
|
import { I18nService } from './i18n.service';
|
|
3
|
-
import { StringMap } from '
|
|
3
|
+
import { StringMap } from 'src/types';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class I18nPipe implements PipeTransform, OnDestroy {
|
|
6
6
|
private readonly i18n;
|
package/i18n/i18n.service.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import { I18NInterface
|
|
2
|
+
import { I18NInterface } from './i18n.type';
|
|
3
|
+
import { StringMap } from 'src/types';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class I18nService {
|
|
5
6
|
private _i18n;
|
package/i18n/i18n.type.d.ts
CHANGED
package/index.d.ts
CHANGED
package/package.json
CHANGED