@arsedizioni/ars-utils 19.4.100 → 19.4.102
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.
|
@@ -984,7 +984,9 @@ class SelectDialogComponent {
|
|
|
984
984
|
doEdit() {
|
|
985
985
|
const selection = this.selection();
|
|
986
986
|
if (selection.selectedOptions.selected?.length > 0) {
|
|
987
|
-
this.edit.emit(selection.selectedOptions.selected[0].value
|
|
987
|
+
this.edit.emit({ item: selection.selectedOptions.selected[0].value,
|
|
988
|
+
items: this.dialogData.items,
|
|
989
|
+
owner: this });
|
|
988
990
|
}
|
|
989
991
|
}
|
|
990
992
|
/**
|