@dsivd/prestations-ng 18.2.0 → 18.2.1
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/CHANGELOG.md +35 -0
- package/dsivd-prestations-ng-18.2.1.tgz +0 -0
- package/fesm2022/dsivd-prestations-ng.mjs +747 -719
- package/fesm2022/dsivd-prestations-ng.mjs.map +1 -1
- package/helpers/scroll.helper.d.ts +3 -0
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/dsivd-prestations-ng-18.2.0.tgz +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,41 @@
|
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
+
## [18.2.1]
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
13
|
+
- [foehn-modal-content-draggable.directive.ts](projects/prestations-ng/src/foehn-modal/foehn-modal-content-draggable.directive.ts)
|
|
14
|
+
|
|
15
|
+
- Fixed `handleDrag` being called on `@HostListener('window:resize')` even if `isModalDraggable` is `false`
|
|
16
|
+
- Fixed drag start zone to be on modal header instead of content
|
|
17
|
+
|
|
18
|
+
- [abstract-page-component.ts](projects/prestations-ng/src/abstract-page-component.ts)
|
|
19
|
+
|
|
20
|
+
- Fixed errors being displayed ((`this._validationHandlerService.shouldDisplayErrors(true);`)) before getting new errors from backend
|
|
21
|
+
|
|
22
|
+
- [foehn-form.component.ts](projects/prestations-ng/src/foehn-form/foehn-form.component.ts)
|
|
23
|
+
- Fixed components (i.e. checkbox list) not being marked as pristine when resetting the form
|
|
24
|
+
|
|
25
|
+
### Added
|
|
26
|
+
|
|
27
|
+
- [scroll.helper.ts](projects/prestations-ng/src/helpers/scroll.helper.ts)
|
|
28
|
+
- `scrollIntoViewWithExpirationTimerOffset(elementContainer: Element): void` scrolls to element and takes into account expiration timer banner when visible
|
|
29
|
+
|
|
30
|
+
### Updated
|
|
31
|
+
|
|
32
|
+
- [foehn-input.component.ts](projects/prestations-ng/src/foehn-input/foehn-input.component.ts)
|
|
33
|
+
|
|
34
|
+
- `focus()` now uses `scrollIntoViewWithExpirationTimerOffset` and takes into account expiration timer banner visibility when scrolling into view
|
|
35
|
+
|
|
36
|
+
- [foehn-form.component.ts](projects/prestations-ng/src/foehn-form/foehn-form.component.ts)
|
|
37
|
+
|
|
38
|
+
- `focusFirstInError()`, `focusFirst()` and `focusErrorSummary` now uses `scrollIntoViewWithExpirationTimerOffset` and takes into account expiration timer banner visibility when scrolling into view
|
|
39
|
+
|
|
40
|
+
- [abstract-list-item-detail-page.component](projects/prestations-ng/src/foehn-menu-prestation/abstract-list-item-detail-page.component.ts)
|
|
41
|
+
- [abstract-menu-page.component](projects/prestations-ng/src/foehn-menu-prestation/abstract-menu-page.component.ts)
|
|
42
|
+
- now uses `scrollIntoViewWithExpirationTimerOffset` and takes into account expiration timer banner visibility when scrolling into view
|
|
43
|
+
|
|
9
44
|
## [18.2.0] - should be aligned with prestations-be 18.2.x
|
|
10
45
|
|
|
11
46
|
### Added
|
|
Binary file
|