@dsivd/prestations-ng 19.0.0-beta.5 → 19.0.0-beta.6
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/CONTRIBUTING.md +1 -10
- package/UPGRADING_V19.md +82 -4
- package/dsivd-prestations-ng-19.0.0-beta.6.tgz +0 -0
- package/fesm2022/dsivd-prestations-ng.mjs +5 -4
- package/fesm2022/dsivd-prestations-ng.mjs.map +1 -1
- package/package.json +1 -1
- package/types/dsivd-prestations-ng.d.ts +1 -1
- package/dsivd-prestations-ng-19.0.0-beta.5.tgz +0 -0
package/package.json
CHANGED
|
@@ -3647,7 +3647,7 @@ declare class FoehnFeedbackNotificationComponent {
|
|
|
3647
3647
|
goodIconName: _fortawesome_fontawesome_common_types.IconDefinition;
|
|
3648
3648
|
mediumIconName: _fortawesome_fontawesome_common_types.IconDefinition;
|
|
3649
3649
|
badIconName: _fortawesome_fontawesome_common_types.IconDefinition;
|
|
3650
|
-
expanded: boolean
|
|
3650
|
+
expanded: _angular_core.WritableSignal<boolean>;
|
|
3651
3651
|
isScrollEnded: boolean;
|
|
3652
3652
|
visible: Observable<boolean>;
|
|
3653
3653
|
goodUrl: Observable<string>;
|
|
Binary file
|