@dsivd/prestations-ng 15.0.0-beta3 → 15.0.0-beta4
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/dsivd-prestations-ng-v15.0.0-beta4.tgz +0 -0
- package/esm2020/foehn-status-progress-bar/foehn-status-progress-bar.component.mjs +2 -4
- package/fesm2015/dsivd-prestations-ng.mjs +1 -3
- package/fesm2015/dsivd-prestations-ng.mjs.map +1 -1
- package/fesm2020/dsivd-prestations-ng.mjs +1 -3
- package/fesm2020/dsivd-prestations-ng.mjs.map +1 -1
- package/package.json +1 -1
- package/dsivd-prestations-ng-v15.0.0-beta3.tgz +0 -0
|
@@ -4429,9 +4429,7 @@ class FoehnStatusProgressBarComponent {
|
|
|
4429
4429
|
this.isTransmitted = merge(of(this.gesdemHand.lastResponse?.meta), this.gesdemHand.updateFormDataSubject.pipe(map(() => this.gesdemHand.lastResponse.meta))).pipe(filter(meta => !!meta), map(meta => ActionStatut[meta.statut]), map(statut => GesdemStatutUtils.isFinal(statut)));
|
|
4430
4430
|
}
|
|
4431
4431
|
isEnabled() {
|
|
4432
|
-
return
|
|
4433
|
-
this.hidden !== undefined &&
|
|
4434
|
-
this.hidden === false);
|
|
4432
|
+
return this.hidden !== true;
|
|
4435
4433
|
}
|
|
4436
4434
|
isStepVerificationActive() {
|
|
4437
4435
|
return this.navigation.initialized && this.navigation.isLastFormPage();
|