@fundamental-ngx/i18n 0.57.3-rc.5 → 0.57.3-rc.6
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.
|
@@ -22230,15 +22230,15 @@ class FdPatchLanguageDirective {
|
|
|
22230
22230
|
.pipe(map(([parentLang, languagePatch]) => merge(cloneDeep(parentLang), patchedObj(parentLang, languagePatch || {}))), takeUntilDestroyed(this._destroyRef))
|
|
22231
22231
|
.subscribe((translation) => fdLanguageSubject$.next(translation));
|
|
22232
22232
|
}
|
|
22233
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.
|
|
22234
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.
|
|
22233
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FdPatchLanguageDirective, deps: [{ token: FD_LANGUAGE, skipSelf: true }, { token: FD_LANGUAGE, self: true }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
22234
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.4", type: FdPatchLanguageDirective, isStandalone: true, selector: "[fdPatchLanguage]", inputs: { languagePatch: ["fdPatchLanguage", "languagePatch"] }, providers: [
|
|
22235
22235
|
{
|
|
22236
22236
|
provide: FD_LANGUAGE,
|
|
22237
22237
|
useValue: new BehaviorSubject(FD_LANGUAGE_ENGLISH)
|
|
22238
22238
|
}
|
|
22239
22239
|
], ngImport: i0 }); }
|
|
22240
22240
|
}
|
|
22241
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.
|
|
22241
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FdPatchLanguageDirective, decorators: [{
|
|
22242
22242
|
type: Directive,
|
|
22243
22243
|
args: [{
|
|
22244
22244
|
selector: '[fdPatchLanguage]',
|
|
@@ -22296,10 +22296,10 @@ class FdTranslatePipe {
|
|
|
22296
22296
|
this._cdr.markForCheck();
|
|
22297
22297
|
});
|
|
22298
22298
|
}
|
|
22299
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.
|
|
22300
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.
|
|
22299
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FdTranslatePipe, deps: [{ token: i0.DestroyRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
22300
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: FdTranslatePipe, isStandalone: true, name: "fdTranslate", pure: false }); }
|
|
22301
22301
|
}
|
|
22302
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.
|
|
22302
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: FdTranslatePipe, decorators: [{
|
|
22303
22303
|
type: Pipe,
|
|
22304
22304
|
args: [{
|
|
22305
22305
|
name: 'fdTranslate',
|
|
@@ -22309,11 +22309,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImpor
|
|
|
22309
22309
|
}], ctorParameters: () => [{ type: i0.DestroyRef }, { type: i0.ChangeDetectorRef }] });
|
|
22310
22310
|
|
|
22311
22311
|
class I18nModule {
|
|
22312
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.
|
|
22313
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.
|
|
22314
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.
|
|
22312
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: I18nModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
22313
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.4", ngImport: i0, type: I18nModule, imports: [FdTranslatePipe, FdPatchLanguageDirective], exports: [FdTranslatePipe, FdPatchLanguageDirective] }); }
|
|
22314
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: I18nModule }); }
|
|
22315
22315
|
}
|
|
22316
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.
|
|
22316
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: I18nModule, decorators: [{
|
|
22317
22317
|
type: NgModule,
|
|
22318
22318
|
args: [{
|
|
22319
22319
|
imports: [FdTranslatePipe, FdPatchLanguageDirective],
|