ets-fe-ng-sdk 19.0.31 → 19.0.33
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 +24 -22
- package/fesm2022/ets-fe-ng-sdk.mjs.map +1 -1
- package/lib/Services/app.service.d.ts +4 -3
- package/lib/Shared/components/index-comp-layout/index-comp-layout.component.d.ts +1 -1
- 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/package.json +1 -1
|
@@ -15,7 +15,7 @@ import { HttpClient, HttpHeaders, HttpRequest, HttpResponse, HttpErrorResponse }
|
|
|
15
15
|
import * as i1$1 from '@angular/material/dialog';
|
|
16
16
|
import { MatDialog, MAT_DIALOG_DATA, MatDialogModule } from '@angular/material/dialog';
|
|
17
17
|
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
18
|
-
import * as
|
|
18
|
+
import * as i3$5 from '@angular/platform-browser';
|
|
19
19
|
import { Title } from '@angular/platform-browser';
|
|
20
20
|
import * as i1$2 from '@angular/router';
|
|
21
21
|
import { Router, ActivatedRoute, RouterLink, RouterModule, RouterLinkActive, NavigationStart, NavigationCancel, NavigationEnd } from '@angular/router';
|
|
@@ -88,7 +88,7 @@ import * as i1$7 from '@ng-idle/core';
|
|
|
88
88
|
import { DEFAULT_INTERRUPTSOURCES } from '@ng-idle/core';
|
|
89
89
|
import { Store } from '@ngrx/store';
|
|
90
90
|
import { Actions, ofType } from '@ngrx/effects';
|
|
91
|
-
import * as i1$
|
|
91
|
+
import * as i1$8 from '@angular/service-worker';
|
|
92
92
|
import * as i3$4 from '@angular/cdk/clipboard';
|
|
93
93
|
import { ClipboardModule } from '@angular/cdk/clipboard';
|
|
94
94
|
import { MatProgressBarModule } from '@angular/material/progress-bar';
|
|
@@ -5773,7 +5773,7 @@ class ValidationMessageComponent {
|
|
|
5773
5773
|
}
|
|
5774
5774
|
}
|
|
5775
5775
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: ValidationMessageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5776
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.0", type: ValidationMessageComponent, isStandalone: true, selector: "app-validation-message", inputs: { _maxLength: { classPropertyName: "_maxLength", publicName: "maxLength", isSignal: true, isRequired: false, transformFunction: null }, _minLength: { classPropertyName: "_minLength", publicName: "minLength", isSignal: true, isRequired: false, transformFunction: null }, control: { classPropertyName: "control", publicName: "control", isSignal: true, isRequired: false, transformFunction: null }, customMessage: { classPropertyName: "customMessage", publicName: "customMessage", isSignal: true, isRequired: false, transformFunction: null }, debug: { classPropertyName: "debug", publicName: "debug", isSignal: true, isRequired: false, transformFunction: null }, ignoreDirtiness: { classPropertyName: "ignoreDirtiness", publicName: "ignoreDirtiness", isSignal: true, isRequired: false, transformFunction: null }, input: { classPropertyName: "input", publicName: "input", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, hideOverflow: { classPropertyName: "hideOverflow", publicName: "hideOverflow", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { label: "labelChange" }, ngImport: i0, template: "<div class=\"text-danger\" (click)=\"logErrors()\" [ngClass]=\"{ hideOverflow: hideOverflow() }\" #el>\n @for (error of computedErrors(); track error) {\n <div class=\"d-flex align-items-center gap-1\">\n <i class=\"fa fa-info\" aria-hidden=\"true\"></i>\n <span\n class=\"me-2 errormssg\"\n [matTooltip]=\"ele.innerText\"\n [matTooltipDisabled]=\"\n ele.scrollHeight <= ele.offsetHeight && ele.scrollWidth <= ele.offsetWidth\n \"\n [innerHTML]=\"error | appTranslateNL: translationConfig | async\"\n #ele></span>\n </div>\n }\n</div>\n", styles: [".text-danger{margin-top:5px;min-height:25px;position:relative}.errormssg{
|
|
5776
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.0", type: ValidationMessageComponent, isStandalone: true, selector: "app-validation-message", inputs: { _maxLength: { classPropertyName: "_maxLength", publicName: "maxLength", isSignal: true, isRequired: false, transformFunction: null }, _minLength: { classPropertyName: "_minLength", publicName: "minLength", isSignal: true, isRequired: false, transformFunction: null }, control: { classPropertyName: "control", publicName: "control", isSignal: true, isRequired: false, transformFunction: null }, customMessage: { classPropertyName: "customMessage", publicName: "customMessage", isSignal: true, isRequired: false, transformFunction: null }, debug: { classPropertyName: "debug", publicName: "debug", isSignal: true, isRequired: false, transformFunction: null }, ignoreDirtiness: { classPropertyName: "ignoreDirtiness", publicName: "ignoreDirtiness", isSignal: true, isRequired: false, transformFunction: null }, input: { classPropertyName: "input", publicName: "input", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, hideOverflow: { classPropertyName: "hideOverflow", publicName: "hideOverflow", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { label: "labelChange" }, ngImport: i0, template: "<div class=\"text-danger\" (click)=\"logErrors()\" [ngClass]=\"{ hideOverflow: hideOverflow() }\" #el>\n @for (error of computedErrors(); track error) {\n <div class=\"d-flex align-items-center gap-1\">\n <i class=\"fa fa-info-circle\" aria-hidden=\"true\"></i>\n <span\n class=\"me-2 errormssg\"\n [matTooltip]=\"ele.innerText\"\n [matTooltipDisabled]=\"\n ele.scrollHeight <= ele.offsetHeight && ele.scrollWidth <= ele.offsetWidth\n \"\n [innerHTML]=\"error | appTranslateNL: translationConfig | async\"\n #ele></span>\n </div>\n }\n</div>\n", styles: [".text-danger{margin-top:5px;min-height:25px;position:relative}.errormssg{display:flex;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:.8rem}.hideOverflow{height:25px;overflow:hidden}\n"], dependencies: [{ kind: "pipe", type: i0.forwardRef(() => AsyncPipe), name: "async" }, { kind: "ngmodule", type: i0.forwardRef(() => CommonModule) }, { kind: "directive", type: i0.forwardRef(() => i1.NgClass), selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: i0.forwardRef(() => MatTooltipModule) }, { kind: "directive", type: i0.forwardRef(() => i11.MatTooltip), selector: "[matTooltip]", inputs: ["matTooltipPosition", "matTooltipPositionAtOrigin", "matTooltipDisabled", "matTooltipShowDelay", "matTooltipHideDelay", "matTooltipTouchGestures", "matTooltip", "matTooltipClass"], exportAs: ["matTooltip"] }, { kind: "pipe", type: i0.forwardRef(() => SDKTranslateNoLoaderPipe), name: "appTranslateNL" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
5777
5777
|
}
|
|
5778
5778
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: ValidationMessageComponent, decorators: [{
|
|
5779
5779
|
type: Component,
|
|
@@ -5786,7 +5786,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0", ngImpor
|
|
|
5786
5786
|
forwardRef(() => ErrorMessagePipe),
|
|
5787
5787
|
MatTooltipModule,
|
|
5788
5788
|
SDKTranslateNoLoaderPipe
|
|
5789
|
-
], template: "<div class=\"text-danger\" (click)=\"logErrors()\" [ngClass]=\"{ hideOverflow: hideOverflow() }\" #el>\n @for (error of computedErrors(); track error) {\n <div class=\"d-flex align-items-center gap-1\">\n <i class=\"fa fa-info\" aria-hidden=\"true\"></i>\n <span\n class=\"me-2 errormssg\"\n [matTooltip]=\"ele.innerText\"\n [matTooltipDisabled]=\"\n ele.scrollHeight <= ele.offsetHeight && ele.scrollWidth <= ele.offsetWidth\n \"\n [innerHTML]=\"error | appTranslateNL: translationConfig | async\"\n #ele></span>\n </div>\n }\n</div>\n", styles: [".text-danger{margin-top:5px;min-height:25px;position:relative}.errormssg{
|
|
5789
|
+
], template: "<div class=\"text-danger\" (click)=\"logErrors()\" [ngClass]=\"{ hideOverflow: hideOverflow() }\" #el>\n @for (error of computedErrors(); track error) {\n <div class=\"d-flex align-items-center gap-1\">\n <i class=\"fa fa-info-circle\" aria-hidden=\"true\"></i>\n <span\n class=\"me-2 errormssg\"\n [matTooltip]=\"ele.innerText\"\n [matTooltipDisabled]=\"\n ele.scrollHeight <= ele.offsetHeight && ele.scrollWidth <= ele.offsetWidth\n \"\n [innerHTML]=\"error | appTranslateNL: translationConfig | async\"\n #ele></span>\n </div>\n }\n</div>\n", styles: [".text-danger{margin-top:5px;min-height:25px;position:relative}.errormssg{display:flex;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:.8rem}.hideOverflow{height:25px;overflow:hidden}\n"] }]
|
|
5790
5790
|
}] });
|
|
5791
5791
|
class ErrorMessagePipe {
|
|
5792
5792
|
constructor() {
|
|
@@ -17243,14 +17243,16 @@ class AppService {
|
|
|
17243
17243
|
get getCurrentSystemMetadata() {
|
|
17244
17244
|
return this.systemMetadataMap.get(this.system);
|
|
17245
17245
|
}
|
|
17246
|
-
constructor(
|
|
17247
|
-
this.titleS =
|
|
17248
|
-
this.translator =
|
|
17246
|
+
constructor() {
|
|
17247
|
+
this.titleS = inject(Title);
|
|
17248
|
+
this.translator = inject(TranslationService);
|
|
17249
17249
|
this.topMenu = environment.menus;
|
|
17250
17250
|
this.bottomMenu = [];
|
|
17251
17251
|
this.currentTopMenuSignal = signal(this.topMenu?.[0]);
|
|
17252
17252
|
this._systemSignal = signal(null);
|
|
17253
17253
|
this.systemSignal = computed(() => this._systemSignal());
|
|
17254
|
+
this._pageName = signal(null);
|
|
17255
|
+
this.pageNameSignal = computed(() => this._pageName());
|
|
17254
17256
|
this.systemMetadataMap = new Map([]);
|
|
17255
17257
|
this.addTitle = (title, translate = environment.translate) => {
|
|
17256
17258
|
environment.pageTitle = title;
|
|
@@ -17285,18 +17287,18 @@ class AppService {
|
|
|
17285
17287
|
}
|
|
17286
17288
|
//#region pagename
|
|
17287
17289
|
get pageName() {
|
|
17288
|
-
return this._pageName;
|
|
17290
|
+
return this._pageName();
|
|
17289
17291
|
}
|
|
17290
17292
|
set pageName(value) {
|
|
17291
|
-
this._pageName
|
|
17292
|
-
this.addTitle(this._pageName);
|
|
17293
|
+
this._pageName.set(value);
|
|
17294
|
+
this.addTitle(this._pageName());
|
|
17293
17295
|
}
|
|
17294
17296
|
//#endregion
|
|
17295
17297
|
setMetaTheme() {
|
|
17296
17298
|
const metaTag = document.getElementById('metaThemeColour');
|
|
17297
17299
|
metaTag.content = this.getCurrentSystemMetadata.colourCode;
|
|
17298
17300
|
}
|
|
17299
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: AppService, deps: [
|
|
17301
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: AppService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17300
17302
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: AppService, providedIn: 'root' }); }
|
|
17301
17303
|
}
|
|
17302
17304
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: AppService, decorators: [{
|
|
@@ -17304,7 +17306,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0", ngImpor
|
|
|
17304
17306
|
args: [{
|
|
17305
17307
|
providedIn: 'root',
|
|
17306
17308
|
}]
|
|
17307
|
-
}], ctorParameters: () => [
|
|
17309
|
+
}], ctorParameters: () => [] });
|
|
17308
17310
|
|
|
17309
17311
|
class HtmlerService {
|
|
17310
17312
|
constructor() {
|
|
@@ -17583,7 +17585,7 @@ class ETSPromptUpdateService {
|
|
|
17583
17585
|
document.location.reload();
|
|
17584
17586
|
});
|
|
17585
17587
|
}
|
|
17586
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: ETSPromptUpdateService, deps: [{ token: i1$
|
|
17588
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: ETSPromptUpdateService, deps: [{ token: i1$8.SwUpdate }, { token: ETSConfirmDialogService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17587
17589
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: ETSPromptUpdateService, providedIn: 'root' }); }
|
|
17588
17590
|
}
|
|
17589
17591
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: ETSPromptUpdateService, decorators: [{
|
|
@@ -17591,7 +17593,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0", ngImpor
|
|
|
17591
17593
|
args: [{
|
|
17592
17594
|
providedIn: 'root',
|
|
17593
17595
|
}]
|
|
17594
|
-
}], ctorParameters: () => [{ type: i1$
|
|
17596
|
+
}], ctorParameters: () => [{ type: i1$8.SwUpdate }, { type: ETSConfirmDialogService }] });
|
|
17595
17597
|
|
|
17596
17598
|
class ETSLogUpdateService {
|
|
17597
17599
|
constructor(updates, uS) {
|
|
@@ -17621,7 +17623,7 @@ class ETSLogUpdateService {
|
|
|
17621
17623
|
}
|
|
17622
17624
|
});
|
|
17623
17625
|
}
|
|
17624
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: ETSLogUpdateService, deps: [{ token: i1$
|
|
17626
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: ETSLogUpdateService, deps: [{ token: i1$8.SwUpdate }, { token: UtilityService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17625
17627
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: ETSLogUpdateService, providedIn: 'root' }); }
|
|
17626
17628
|
}
|
|
17627
17629
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: ETSLogUpdateService, decorators: [{
|
|
@@ -17629,7 +17631,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0", ngImpor
|
|
|
17629
17631
|
args: [{
|
|
17630
17632
|
providedIn: 'root',
|
|
17631
17633
|
}]
|
|
17632
|
-
}], ctorParameters: () => [{ type: i1$
|
|
17634
|
+
}], ctorParameters: () => [{ type: i1$8.SwUpdate }, { type: UtilityService }] });
|
|
17633
17635
|
|
|
17634
17636
|
class ETSHandleUnrecoverableStateService {
|
|
17635
17637
|
constructor(updates, uS, puS) {
|
|
@@ -17641,7 +17643,7 @@ class ETSHandleUnrecoverableStateService {
|
|
|
17641
17643
|
this.puS.prompter('An error occurred that we cannot recover from:\n' + event.reason);
|
|
17642
17644
|
});
|
|
17643
17645
|
}
|
|
17644
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: ETSHandleUnrecoverableStateService, deps: [{ token: i1$
|
|
17646
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: ETSHandleUnrecoverableStateService, deps: [{ token: i1$8.SwUpdate }, { token: UtilityService }, { token: ETSPromptUpdateService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17645
17647
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: ETSHandleUnrecoverableStateService, providedIn: 'root' }); }
|
|
17646
17648
|
}
|
|
17647
17649
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: ETSHandleUnrecoverableStateService, decorators: [{
|
|
@@ -17649,7 +17651,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0", ngImpor
|
|
|
17649
17651
|
args: [{
|
|
17650
17652
|
providedIn: 'root',
|
|
17651
17653
|
}]
|
|
17652
|
-
}], ctorParameters: () => [{ type: i1$
|
|
17654
|
+
}], ctorParameters: () => [{ type: i1$8.SwUpdate }, { type: UtilityService }, { type: ETSPromptUpdateService }] });
|
|
17653
17655
|
|
|
17654
17656
|
class ETSCheckForUpdateService {
|
|
17655
17657
|
constructor(appRef, updates, sS, puS) {
|
|
@@ -17695,7 +17697,7 @@ class ETSCheckForUpdateService {
|
|
|
17695
17697
|
}
|
|
17696
17698
|
});
|
|
17697
17699
|
}
|
|
17698
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: ETSCheckForUpdateService, deps: [{ token: i0.ApplicationRef }, { token: i1$
|
|
17700
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: ETSCheckForUpdateService, deps: [{ token: i0.ApplicationRef }, { token: i1$8.SwUpdate }, { token: ETSStorageService }, { token: ETSPromptUpdateService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17699
17701
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: ETSCheckForUpdateService, providedIn: 'root' }); }
|
|
17700
17702
|
}
|
|
17701
17703
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: ETSCheckForUpdateService, decorators: [{
|
|
@@ -17703,7 +17705,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0", ngImpor
|
|
|
17703
17705
|
args: [{
|
|
17704
17706
|
providedIn: 'root',
|
|
17705
17707
|
}]
|
|
17706
|
-
}], ctorParameters: () => [{ type: i0.ApplicationRef }, { type: i1$
|
|
17708
|
+
}], ctorParameters: () => [{ type: i0.ApplicationRef }, { type: i1$8.SwUpdate }, { type: ETSStorageService }, { type: ETSPromptUpdateService }] });
|
|
17707
17709
|
|
|
17708
17710
|
class ETSServiceWorkerService {
|
|
17709
17711
|
constructor(puS, luS, huS, cfuS, sS, iS) {
|
|
@@ -18308,13 +18310,13 @@ class ETSPageNotFoundComponent {
|
|
|
18308
18310
|
back() {
|
|
18309
18311
|
this.uS.back();
|
|
18310
18312
|
}
|
|
18311
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: ETSPageNotFoundComponent, deps: [{ token: i1$2.ActivatedRoute }, { token: UtilityService }, { token:
|
|
18313
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: ETSPageNotFoundComponent, deps: [{ token: i1$2.ActivatedRoute }, { token: UtilityService }, { token: i3$5.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18312
18314
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.0", type: ETSPageNotFoundComponent, isStandalone: true, selector: "app-page-not-found", ngImport: i0, template: "<div class=\"d-flex justify-content-center align-items-center\" id=\"main\" style=\"height: 80vh\">\n <div class=\"text-center\">\n <div class=\"d-md-flex justify-content-center align-items-center\">\n <h1\n class=\"m-3 p-3 align-top border-right inline-block align-content-center\"\n style=\"border-right: 1px solid gray\"\n *ngIf=\"!uS.isMobileSignal()\">\n {{ config()?.status || '404' | appTranslate | async }}\n </h1>\n <h1\n class=\"m-3 p-3 align-top border-right inline-block align-content-center\"\n *ngIf=\"uS.isMobileSignal()\">\n {{ config()?.status || '404' | appTranslate | async }}\n </h1>\n <div class=\"inline-block align-middle\">\n <h2\n class=\"font-weight-normal lead\"\n id=\"desc\"\n [innerHTML]=\"\n configMessage() || 'The page you requested was not found.' | appTranslate | async\n \"></h2>\n </div>\n </div>\n @if (!config().hideButtons) {\n <div class=\"{{ btnCaseClass() }}\">\n <app-btn text=\"Go Back\" (mclick)=\"back()\" type=\"dark-outline\" icon=\"previous\" />\n <span class=\"mx-1\"></span>\n <app-btn text=\"Home\" routerLink=\"/\" type=\"dark\" icon=\"home\" />\n </div>\n }\n @if (configBtn()) {\n <div class=\"{{ btnCaseClass() }}\">\n <app-btn\n [text]=\"configBtn().label\"\n (click)=\"configBtn().action?.()\"\n [type]=\"configBtn().type\"\n [icon]=\"configBtn().icon\"\n [customIcon]=\"configBtn().customIcon\" />\n </div>\n }\n </div>\n</div>\n", styles: [""], dependencies: [{ kind: "component", type: BtnComponent, selector: "app-btn", inputs: ["formSchema", "debug", "centerBtn", "danger", "warning", "verbose", "translatorOptions", "loading", "icon", "rightIcon", "leftIcon", "type", "group", "actionType", "animate", "excludeLogging", "loggingValue", "badge", "class", "customIcon", "form", "forms", "help", "helpShowDelay", "iconBtn", "mclass", "showHelpIcon", "rightCustomIcon", "leftCustomIcon", "text", "valid", "mini", "onFormInvalid", "disabled"], outputs: ["loadingChange", "leftCustomIconChange", "mclick", "disabledChange"] }, { kind: "directive", type: RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "pipe", type: SDKTranslatePipe, name: "appTranslate" }] }); }
|
|
18313
18315
|
}
|
|
18314
18316
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0", ngImport: i0, type: ETSPageNotFoundComponent, decorators: [{
|
|
18315
18317
|
type: Component,
|
|
18316
18318
|
args: [{ selector: 'app-page-not-found', imports: [BtnComponent, RouterLink, CommonModule, SDKTranslatePipe], template: "<div class=\"d-flex justify-content-center align-items-center\" id=\"main\" style=\"height: 80vh\">\n <div class=\"text-center\">\n <div class=\"d-md-flex justify-content-center align-items-center\">\n <h1\n class=\"m-3 p-3 align-top border-right inline-block align-content-center\"\n style=\"border-right: 1px solid gray\"\n *ngIf=\"!uS.isMobileSignal()\">\n {{ config()?.status || '404' | appTranslate | async }}\n </h1>\n <h1\n class=\"m-3 p-3 align-top border-right inline-block align-content-center\"\n *ngIf=\"uS.isMobileSignal()\">\n {{ config()?.status || '404' | appTranslate | async }}\n </h1>\n <div class=\"inline-block align-middle\">\n <h2\n class=\"font-weight-normal lead\"\n id=\"desc\"\n [innerHTML]=\"\n configMessage() || 'The page you requested was not found.' | appTranslate | async\n \"></h2>\n </div>\n </div>\n @if (!config().hideButtons) {\n <div class=\"{{ btnCaseClass() }}\">\n <app-btn text=\"Go Back\" (mclick)=\"back()\" type=\"dark-outline\" icon=\"previous\" />\n <span class=\"mx-1\"></span>\n <app-btn text=\"Home\" routerLink=\"/\" type=\"dark\" icon=\"home\" />\n </div>\n }\n @if (configBtn()) {\n <div class=\"{{ btnCaseClass() }}\">\n <app-btn\n [text]=\"configBtn().label\"\n (click)=\"configBtn().action?.()\"\n [type]=\"configBtn().type\"\n [icon]=\"configBtn().icon\"\n [customIcon]=\"configBtn().customIcon\" />\n </div>\n }\n </div>\n</div>\n" }]
|
|
18317
|
-
}], ctorParameters: () => [{ type: i1$2.ActivatedRoute }, { type: UtilityService }, { type:
|
|
18319
|
+
}], ctorParameters: () => [{ type: i1$2.ActivatedRoute }, { type: UtilityService }, { type: i3$5.DomSanitizer }] });
|
|
18318
18320
|
const pageErrorRouter = (config) => {
|
|
18319
18321
|
const _route = {
|
|
18320
18322
|
component: ETSPageNotFoundComponent,
|