@fundamental-ngx/i18n 0.58.1 → 0.58.2-rc.0
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.
|
@@ -22914,10 +22914,10 @@ class TranslationResolver {
|
|
|
22914
22914
|
});
|
|
22915
22915
|
return rawString;
|
|
22916
22916
|
}
|
|
22917
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
22918
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
22917
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TranslationResolver, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
22918
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TranslationResolver, providedIn: 'root' }); }
|
|
22919
22919
|
}
|
|
22920
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
22920
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: TranslationResolver, decorators: [{
|
|
22921
22921
|
type: Injectable,
|
|
22922
22922
|
args: [{
|
|
22923
22923
|
providedIn: 'root'
|
|
@@ -23063,15 +23063,15 @@ class FdPatchLanguageDirective {
|
|
|
23063
23063
|
.pipe(map(([parentLang, languagePatch]) => merge(structuredClone(parentLang), patchedObj(parentLang, languagePatch || {}))), takeUntilDestroyed(this._destroyRef))
|
|
23064
23064
|
.subscribe((translation) => fdLanguageSubject$.next(translation));
|
|
23065
23065
|
}
|
|
23066
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
23067
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
23066
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FdPatchLanguageDirective, deps: [{ token: FD_LANGUAGE, skipSelf: true }, { token: FD_LANGUAGE, self: true }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
23067
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.0", type: FdPatchLanguageDirective, isStandalone: true, selector: "[fdPatchLanguage]", inputs: { languagePatch: ["fdPatchLanguage", "languagePatch"] }, providers: [
|
|
23068
23068
|
{
|
|
23069
23069
|
provide: FD_LANGUAGE,
|
|
23070
23070
|
useValue: new BehaviorSubject(FD_LANGUAGE_ENGLISH)
|
|
23071
23071
|
}
|
|
23072
23072
|
], ngImport: i0 }); }
|
|
23073
23073
|
}
|
|
23074
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
23074
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FdPatchLanguageDirective, decorators: [{
|
|
23075
23075
|
type: Directive,
|
|
23076
23076
|
args: [{
|
|
23077
23077
|
selector: '[fdPatchLanguage]',
|
|
@@ -23129,10 +23129,10 @@ class FdTranslatePipe {
|
|
|
23129
23129
|
this._cdr.markForCheck();
|
|
23130
23130
|
});
|
|
23131
23131
|
}
|
|
23132
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
23133
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
23132
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FdTranslatePipe, deps: [{ token: i0.DestroyRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
23133
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.1.0", ngImport: i0, type: FdTranslatePipe, isStandalone: true, name: "fdTranslate", pure: false }); }
|
|
23134
23134
|
}
|
|
23135
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
23135
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: FdTranslatePipe, decorators: [{
|
|
23136
23136
|
type: Pipe,
|
|
23137
23137
|
args: [{
|
|
23138
23138
|
name: 'fdTranslate',
|
|
@@ -23146,11 +23146,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
23146
23146
|
* Use direct imports of components and directives.
|
|
23147
23147
|
*/
|
|
23148
23148
|
class I18nModule {
|
|
23149
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
23150
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
23151
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
23149
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: I18nModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
23150
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.0", ngImport: i0, type: I18nModule, imports: [FdTranslatePipe, FdPatchLanguageDirective], exports: [FdTranslatePipe, FdPatchLanguageDirective] }); }
|
|
23151
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: I18nModule }); }
|
|
23152
23152
|
}
|
|
23153
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
23153
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: I18nModule, decorators: [{
|
|
23154
23154
|
type: NgModule,
|
|
23155
23155
|
args: [{
|
|
23156
23156
|
imports: [FdTranslatePipe, FdPatchLanguageDirective],
|