ets-fe-ng-sdk 19.0.28 → 19.0.29
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/fesm2022/ets-fe-ng-sdk.mjs +7 -2
- package/fesm2022/ets-fe-ng-sdk.mjs.map +1 -1
- package/lib/Services/utility.service.d.ts +2 -2
- package/lib/Shared/components/btn/btn.component.d.ts +3 -3
- package/lib/Shared/components/index-comp-layout/index-comp-layout.component.d.ts +1 -1
- package/lib/Shared/components/info-dialog/info-dialog.component.d.ts +1 -1
- package/lib/Shared/components/table/table-https/table-https.component.d.ts +3 -3
- package/lib/Shared/components/table/table.pipe.d.ts +2 -2
- package/lib/Shared/components/text-case-2/text-case-2.component.d.ts +1 -1
- package/lib/Shared/pipes/translate.pipe.d.ts +1 -1
- package/package.json +1 -1
|
@@ -3711,11 +3711,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0", ngImpor
|
|
|
3711
3711
|
standalone: true,
|
|
3712
3712
|
}]
|
|
3713
3713
|
}] });
|
|
3714
|
-
const comps$5 = [
|
|
3714
|
+
const comps$5 = [
|
|
3715
|
+
SDKTranslatePipe,
|
|
3716
|
+
SDKTranslateNoLoaderPipe,
|
|
3717
|
+
SDKTranslateSinglePipe,
|
|
3718
|
+
SDKTranslateSingleNoLoaderPipe,
|
|
3719
|
+
];
|
|
3715
3720
|
const modules$1 = [];
|
|
3716
3721
|
class TranslatePipeModule {
|
|
3717
3722
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: TranslatePipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3718
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.0", ngImport: i0, type: TranslatePipeModule, imports: [CommonModule, SDKTranslatePipe, SDKTranslateNoLoaderPipe], exports: [SDKTranslatePipe, SDKTranslateNoLoaderPipe] }); }
|
|
3723
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.0", ngImport: i0, type: TranslatePipeModule, imports: [CommonModule, SDKTranslatePipe, SDKTranslateNoLoaderPipe, SDKTranslateSinglePipe, SDKTranslateSingleNoLoaderPipe], exports: [SDKTranslatePipe, SDKTranslateNoLoaderPipe, SDKTranslateSinglePipe, SDKTranslateSingleNoLoaderPipe] }); }
|
|
3719
3724
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: TranslatePipeModule, imports: [CommonModule, modules$1] }); }
|
|
3720
3725
|
}
|
|
3721
3726
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: TranslatePipeModule, decorators: [{
|