@dsivd/prestations-ng 19.0.8 → 19.1.0-beta.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 +22 -0
- package/GOOD_PRACTICES.md +1223 -0
- package/UPGRADING_V19.md +17 -1
- package/dsivd-prestations-ng-19.1.0-beta.1.tgz +0 -0
- package/fesm2022/dsivd-prestations-ng.mjs +79 -11
- package/fesm2022/dsivd-prestations-ng.mjs.map +1 -1
- package/package.json +1 -1
- package/types/dsivd-prestations-ng.d.ts +22 -0
- package/dsivd-prestations-ng-19.0.8.tgz +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,28 @@
|
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
+
## [19.1.0] - should be aligned with prestations-be 19.1.x
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
|
|
13
|
+
- `gesdem-confirmation`: the PDF recap download URL now includes the `application_key`
|
|
14
|
+
(from `gesdemService.prefix`) so GesDem can verify the connected user owns the recap
|
|
15
|
+
(required in multi-prestations setups).
|
|
16
|
+
|
|
17
|
+
## [19.0.9]
|
|
18
|
+
|
|
19
|
+
### Added
|
|
20
|
+
|
|
21
|
+
- `foehn-select`, `foehn-radio`, `foehn-checkbox` and `foehn-multiselect-autocomplete`:
|
|
22
|
+
when a value stored in the model is no longer present in the list of elements
|
|
23
|
+
(e.g. a locality removed from the reference data), a warning is now displayed to
|
|
24
|
+
inform the user that the saved value no longer exists, along with the obsolete
|
|
25
|
+
value itself. Works for single and multiple selections. For the autocomplete
|
|
26
|
+
family the warning is skipped when `allowCustomValue` is set or the suggestion
|
|
27
|
+
list is dynamic (`isSuggestionListDynamic`), where an absent value is legitimate.
|
|
28
|
+
The message is customizable via the `foehn-checkable-group.missing-value.warning`
|
|
29
|
+
dictionary key (placeholder `{value}`).
|
|
30
|
+
|
|
9
31
|
## [19.0.8]
|
|
10
32
|
|
|
11
33
|
### Changed
|