@dsivd/prestations-ng 16.1.2-beta.1 → 16.2.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
CHANGED
|
@@ -29,18 +29,29 @@ A change is considered **breaking** if you have to change your code or update yo
|
|
|
29
29
|
|
|
30
30
|
---
|
|
31
31
|
|
|
32
|
-
[
|
|
32
|
+
## [16.2.0] - must be aligned with prestations-be
|
|
33
33
|
|
|
34
34
|
### Added
|
|
35
35
|
|
|
36
|
-
- [foehn-multiselect-autocomplete](projects/prestations-ng/src/foehn-multiselect-autocomplete/foehn-multiselect-autocomplete.component.ts)
|
|
37
|
-
|
|
38
|
-
- add `@Input() isSuggestionListDynamic = false` to specifies if suggestion elements list is being retrieved dynamically while user inputs in search field.
|
|
39
|
-
- add `@Output() userSearchInput = new EventEmitter<string>()` fired when user changes search input value
|
|
40
|
-
|
|
41
36
|
- [foehn-recap-section](projects/prestations-ng/src/foehn-recap-section/foehn-recap-section.type.ts)
|
|
37
|
+
|
|
42
38
|
- add `titleLevel?: 'h2' | 'h3' | 'h4' | 'h5' | 'h6'` to specify the title level
|
|
43
39
|
|
|
40
|
+
- [default-dictionary.ts](projects/prestations-ng/src/sdk-dictionary/default-dictionary.ts)
|
|
41
|
+
- added keys:
|
|
42
|
+
- `espace-securise.menu.item.accueil.label`
|
|
43
|
+
- `espace-securise.menu.item.accueil.title`
|
|
44
|
+
- `espace-securise.menu.item.preferences.label`
|
|
45
|
+
- `espace-securise.menu.item.preferences.title`
|
|
46
|
+
- `espace-securise.menu.item.gestion-compte.label`
|
|
47
|
+
- `espace-securise.menu.item.gestion-compte.title`
|
|
48
|
+
- `espace-securise.menu.item.operations-liees-espace-pro.label`
|
|
49
|
+
- `espace-securise.menu.item.operations-liees-espace-pro.title`
|
|
50
|
+
- `espace-securise.menu.item.administrer-espace-pro.label`
|
|
51
|
+
- `espace-securise.menu.item.administrer-espace-pro.title`
|
|
52
|
+
- `espace-securise.menu.item.deconnection.label`
|
|
53
|
+
- `espace-securise.menu.item.deconnection.title`
|
|
54
|
+
|
|
44
55
|
### Changed
|
|
45
56
|
|
|
46
57
|
- [foehn-recap-section](projects/prestations-ng/src/foehn-recap-section/foehn-recap-section.component.html)
|
|
@@ -50,6 +61,14 @@ A change is considered **breaking** if you have to change your code or update yo
|
|
|
50
61
|
- [foehn-header](projects/prestations-ng/src/foehn-header/foehn-header.component.ts)
|
|
51
62
|
- changed drop down menu items
|
|
52
63
|
|
|
64
|
+
## [16.1.1]
|
|
65
|
+
|
|
66
|
+
### Added
|
|
67
|
+
|
|
68
|
+
- [foehn-multiselect-autocomplete](projects/prestations-ng/src/foehn-multiselect-autocomplete/foehn-multiselect-autocomplete.component.ts)
|
|
69
|
+
- add `@Input() isSuggestionListDynamic = false` to specifies if suggestion elements list is being retrieved dynamically while user inputs in search field.
|
|
70
|
+
- add `@Output() userSearchInput = new EventEmitter<string>()` fired when user changes search input value
|
|
71
|
+
|
|
53
72
|
### Removed
|
|
54
73
|
|
|
55
74
|
- [foehn-page.component.ts](projects/prestations-ng/src/foehn-page/foehn-page.component.ts)
|
|
@@ -63,19 +82,6 @@ A change is considered **breaking** if you have to change your code or update yo
|
|
|
63
82
|
- `use-login.text`
|
|
64
83
|
- `use-login.button.text`
|
|
65
84
|
- `use-login.continue-without-login.button.text`
|
|
66
|
-
- added keys:
|
|
67
|
-
- `espace-securise.menu.item.accueil.label`
|
|
68
|
-
- `espace-securise.menu.item.accueil.title`
|
|
69
|
-
- `espace-securise.menu.item.preferences.label`
|
|
70
|
-
- `espace-securise.menu.item.preferences.title`
|
|
71
|
-
- `espace-securise.menu.item.gestion-compte.label`
|
|
72
|
-
- `espace-securise.menu.item.gestion-compte.title`
|
|
73
|
-
- `espace-securise.menu.item.operations-liees-espace-pro.label`
|
|
74
|
-
- `espace-securise.menu.item.operations-liees-espace-pro.title`
|
|
75
|
-
- `espace-securise.menu.item.administrer-espace-pro.label`
|
|
76
|
-
- `espace-securise.menu.item.administrer-espace-pro.title`
|
|
77
|
-
- `espace-securise.menu.item.deconnection.label`
|
|
78
|
-
- `espace-securise.menu.item.deconnection.title`
|
|
79
85
|
|
|
80
86
|
## [16.1.0] - must be aligned with prestations-be
|
|
81
87
|
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"ng-update": {
|
|
41
41
|
"migrations": "./schematics/migration-collection.json"
|
|
42
42
|
},
|
|
43
|
-
"version": "16.
|
|
43
|
+
"version": "16.2.0-beta.1",
|
|
44
44
|
"module": "fesm2015/dsivd-prestations-ng.mjs",
|
|
45
45
|
"es2020": "fesm2020/dsivd-prestations-ng.mjs",
|
|
46
46
|
"esm2020": "esm2020/dsivd-prestations-ng.mjs",
|
|
Binary file
|