@arsedizioni/ars-utils 18.4.61 → 18.4.63
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/clipper.ui/ui/search-calendar/search-calendar.component.d.ts +2 -1
- package/esm2022/clipper.ui/ui/search-calendar/search-calendar.component.mjs +5 -4
- package/esm2022/ui.application/ui/dialogs/select/select-dialog.component.mjs +4 -2
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +3 -2
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs +3 -1
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs.map +1 -1
- package/package.json +7 -7
- package/ui.application/ui/dialogs/select/select-dialog.component.d.ts +2 -1
|
@@ -765,8 +765,10 @@ class SelectDialogComponent {
|
|
|
765
765
|
}
|
|
766
766
|
/**
|
|
767
767
|
* Mark for check
|
|
768
|
+
* @param newTotal: the optional new total
|
|
768
769
|
*/
|
|
769
|
-
notifyChanges() {
|
|
770
|
+
notifyChanges(newTotal = 0) {
|
|
771
|
+
this.dialogData.total = newTotal;
|
|
770
772
|
this.changeDetector.markForCheck();
|
|
771
773
|
}
|
|
772
774
|
/**
|