@everymatrix/stage-mm-verification-report 1.0.23 → 1.0.24
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/main.js +3 -5
- package/main.js.map +1 -1
- package/package.json +1 -1
package/main.js
CHANGED
|
@@ -57933,6 +57933,8 @@ var AppComponent = class _AppComponent {
|
|
|
57933
57933
|
}
|
|
57934
57934
|
};
|
|
57935
57935
|
constructor() {
|
|
57936
|
+
this.sessionService.resetSession();
|
|
57937
|
+
this.tracingInfoService.resetTracingInfo();
|
|
57936
57938
|
this.effectRef = effect(() => {
|
|
57937
57939
|
if (!this.ready() || this.filterForm) {
|
|
57938
57940
|
return;
|
|
@@ -57960,10 +57962,6 @@ var AppComponent = class _AppComponent {
|
|
|
57960
57962
|
this.templateService.savedTemplateSubject.next(null);
|
|
57961
57963
|
});
|
|
57962
57964
|
}
|
|
57963
|
-
ngOnDestroy() {
|
|
57964
|
-
this.sessionService.resetSession();
|
|
57965
|
-
this.tracingInfoService.resetTracingInfo();
|
|
57966
|
-
}
|
|
57967
57965
|
initializeApp() {
|
|
57968
57966
|
this.sessionService.sessionData$.pipe(takeUntilDestroyed(this.destroyRef), filter((data) => data !== null), take(1), mergeMap(() => combineLatest({
|
|
57969
57967
|
lookups: this.verificationService.getLookups(),
|
|
@@ -59053,7 +59051,7 @@ var AppComponent = class _AppComponent {
|
|
|
59053
59051
|
});
|
|
59054
59052
|
})();
|
|
59055
59053
|
(() => {
|
|
59056
|
-
(typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(AppComponent, { className: "AppComponent", filePath: "apps/reports/moneymatrix/verification/src/app/app.component.ts", lineNumber:
|
|
59054
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && \u0275setClassDebugInfo(AppComponent, { className: "AppComponent", filePath: "apps/reports/moneymatrix/verification/src/app/app.component.ts", lineNumber: 95 });
|
|
59057
59055
|
})();
|
|
59058
59056
|
|
|
59059
59057
|
// node_modules/@angular/elements/fesm2022/elements.mjs
|