ets-fe-ng-sdk 19.0.113 → 19.0.115
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.
|
@@ -3197,7 +3197,6 @@ class NumberFormatService {
|
|
|
3197
3197
|
this.isNormal = computed(() => this.numberFormat() != 'EU');
|
|
3198
3198
|
this.locale = computed(() => (this.isNormal() ? 'en-US' : 'fr-FR'));
|
|
3199
3199
|
this.decimal = computed(() => (this.isNormal() ? '.' : ','));
|
|
3200
|
-
this.numberFormat.set('EU');
|
|
3201
3200
|
}
|
|
3202
3201
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.1", ngImport: i0, type: NumberFormatService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3203
3202
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.1", ngImport: i0, type: NumberFormatService, providedIn: 'root' }); }
|
|
@@ -12268,7 +12267,7 @@ class LoaderComponent {
|
|
|
12268
12267
|
this.loading.set(this.loader.isLoading);
|
|
12269
12268
|
}
|
|
12270
12269
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.1", ngImport: i0, type: LoaderComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
12271
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.1.1", type: LoaderComponent, isStandalone: true, selector: "loader", inputs: { class: { classPropertyName: "class", publicName: "class", isSignal: true, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null }, _loading: { classPropertyName: "_loading", publicName: "loading", isSignal: false, isRequired: false, transformFunction: null }, height: { classPropertyName: "height", publicName: "height", isSignal: true, isRequired: false, transformFunction: null }, width: { classPropertyName: "width", publicName: "width", isSignal: true, isRequired: false, transformFunction: null }, useStaticLoader: { classPropertyName: "useStaticLoader", publicName: "useStaticLoader", isSignal: true, isRequired: false, transformFunction: null }, ratioHW: { classPropertyName: "ratioHW", publicName: "ratioHW", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<div class=\"h-100\">\n @if (loading()) {\n <!-- <div class=\"\">\n {{computedHeight() }}\n </div>\n <div class=\"\">\n {{class() }}\n </div>\n <div class=\"\">\n {{computedClass() }}\n </div> -->\n <div class=\" {{computedClass()}} center \" id=\"loader\" [style.height]=\"computedHeight()\" [style.minHeight]=\"computedMinHeight()\">\n <div class=\"text-center d-flex justify-content-center\">\n <div>\n <!-- <div class=\"\">\n {{currentLoaderIndex()}}\n </div> --> \n @switch (currentLoaderType()) {\n @case (loaderTypes().blinkingBlocks) {\n <blinking-blocks />\n }\n @case (loaderTypes().bouncingBall) {\n <bouncing-ball />\n }\n <!-- <ng-container *ngSwitchCase=\"loaderTypes.fadingBars\">\n <fading-bars></fading-bars>\n </ng-container> -->\n @case (loaderTypes().ringRipples) {\n <ring-ripples />\n }\n @case (loaderTypes().fadingCircles) {\n <fading-circles />\n }\n @default {\n <!-- <blinking-blocks /> -->\n <fading-circles />\n }\n }\n\n @if (text()) {\n <h5 class=\"mt-2 noselect\"
|
|
12270
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.1.1", type: LoaderComponent, isStandalone: true, selector: "loader", inputs: { class: { classPropertyName: "class", publicName: "class", isSignal: true, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null }, _loading: { classPropertyName: "_loading", publicName: "loading", isSignal: false, isRequired: false, transformFunction: null }, height: { classPropertyName: "height", publicName: "height", isSignal: true, isRequired: false, transformFunction: null }, width: { classPropertyName: "width", publicName: "width", isSignal: true, isRequired: false, transformFunction: null }, useStaticLoader: { classPropertyName: "useStaticLoader", publicName: "useStaticLoader", isSignal: true, isRequired: false, transformFunction: null }, ratioHW: { classPropertyName: "ratioHW", publicName: "ratioHW", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<div class=\"h-100\">\n @if (loading()) {\n <!-- <div class=\"\">\n {{computedHeight() }}\n </div>\n <div class=\"\">\n {{class() }}\n </div>\n <div class=\"\">\n {{computedClass() }}\n </div> -->\n <div class=\" {{computedClass()}} center \" id=\"loader\" [style.height]=\"computedHeight()\" [style.minHeight]=\"computedMinHeight()\">\n <div class=\"text-center d-flex justify-content-center\">\n <div>\n <!-- <div class=\"\">\n {{currentLoaderIndex()}}\n </div> --> \n @switch (currentLoaderType()) {\n @case (loaderTypes().blinkingBlocks) {\n <blinking-blocks />\n }\n @case (loaderTypes().bouncingBall) {\n <bouncing-ball />\n }\n <!-- <ng-container *ngSwitchCase=\"loaderTypes.fadingBars\">\n <fading-bars></fading-bars>\n </ng-container> -->\n @case (loaderTypes().ringRipples) {\n <ring-ripples />\n }\n @case (loaderTypes().fadingCircles) {\n <fading-circles />\n }\n @default {\n <!-- <blinking-blocks /> -->\n <fading-circles />\n }\n }\n\n @if (text()) {\n <h5 class=\"mt-2 noselect\" [innerHTML]=\"text() | appTranslateNL | async\"></h5>\n }\n </div>\n </div>\n </div>\n }\n\n <div [hidden]=\"loading()\" #cont class=\"loading-content-container\">\n <!-- <div > -->\n <ng-content></ng-content>\n </div>\n</div>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "component", type: BlinkingBlocksComponent, selector: "blinking-blocks" }, { kind: "component", type: BouncingBallComponent, selector: "bouncing-ball" }, { kind: "component", type: RingRipplesComponent, selector: "ring-ripples" }, { kind: "component", type: FadingCirclesComponent, selector: "fading-circles" }, { kind: "pipe", type: SDKTranslateNoLoaderPipe, name: "appTranslateNL" }] }); }
|
|
12272
12271
|
}
|
|
12273
12272
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.1", ngImport: i0, type: LoaderComponent, decorators: [{
|
|
12274
12273
|
type: Component,
|
|
@@ -12280,7 +12279,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.1", ngImpor
|
|
|
12280
12279
|
FadingCirclesComponent,
|
|
12281
12280
|
AsyncPipe,
|
|
12282
12281
|
SDKTranslateNoLoaderPipe
|
|
12283
|
-
], template: "<div class=\"h-100\">\n @if (loading()) {\n <!-- <div class=\"\">\n {{computedHeight() }}\n </div>\n <div class=\"\">\n {{class() }}\n </div>\n <div class=\"\">\n {{computedClass() }}\n </div> -->\n <div class=\" {{computedClass()}} center \" id=\"loader\" [style.height]=\"computedHeight()\" [style.minHeight]=\"computedMinHeight()\">\n <div class=\"text-center d-flex justify-content-center\">\n <div>\n <!-- <div class=\"\">\n {{currentLoaderIndex()}}\n </div> --> \n @switch (currentLoaderType()) {\n @case (loaderTypes().blinkingBlocks) {\n <blinking-blocks />\n }\n @case (loaderTypes().bouncingBall) {\n <bouncing-ball />\n }\n <!-- <ng-container *ngSwitchCase=\"loaderTypes.fadingBars\">\n <fading-bars></fading-bars>\n </ng-container> -->\n @case (loaderTypes().ringRipples) {\n <ring-ripples />\n }\n @case (loaderTypes().fadingCircles) {\n <fading-circles />\n }\n @default {\n <!-- <blinking-blocks /> -->\n <fading-circles />\n }\n }\n\n @if (text()) {\n <h5 class=\"mt-2 noselect\"
|
|
12282
|
+
], template: "<div class=\"h-100\">\n @if (loading()) {\n <!-- <div class=\"\">\n {{computedHeight() }}\n </div>\n <div class=\"\">\n {{class() }}\n </div>\n <div class=\"\">\n {{computedClass() }}\n </div> -->\n <div class=\" {{computedClass()}} center \" id=\"loader\" [style.height]=\"computedHeight()\" [style.minHeight]=\"computedMinHeight()\">\n <div class=\"text-center d-flex justify-content-center\">\n <div>\n <!-- <div class=\"\">\n {{currentLoaderIndex()}}\n </div> --> \n @switch (currentLoaderType()) {\n @case (loaderTypes().blinkingBlocks) {\n <blinking-blocks />\n }\n @case (loaderTypes().bouncingBall) {\n <bouncing-ball />\n }\n <!-- <ng-container *ngSwitchCase=\"loaderTypes.fadingBars\">\n <fading-bars></fading-bars>\n </ng-container> -->\n @case (loaderTypes().ringRipples) {\n <ring-ripples />\n }\n @case (loaderTypes().fadingCircles) {\n <fading-circles />\n }\n @default {\n <!-- <blinking-blocks /> -->\n <fading-circles />\n }\n }\n\n @if (text()) {\n <h5 class=\"mt-2 noselect\" [innerHTML]=\"text() | appTranslateNL | async\"></h5>\n }\n </div>\n </div>\n </div>\n }\n\n <div [hidden]=\"loading()\" #cont class=\"loading-content-container\">\n <!-- <div > -->\n <ng-content></ng-content>\n </div>\n</div>\n" }]
|
|
12284
12283
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { _loading: [{
|
|
12285
12284
|
type: Input,
|
|
12286
12285
|
args: ['loading']
|