@magic-xpa/angular 4.801.0-dev481.263 → 4.801.0-dev481.277

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.
@@ -2114,7 +2114,7 @@ class TaskMagicService {
2114
2114
  guiEvent.Value = layer.toString();
2115
2115
  this.insertEvent(guiEvent);
2116
2116
  }
2117
- mgOnRadioSelectionChanged(event, idx) {
2117
+ mgOnRadioSelectionChanged(idx) {
2118
2118
  let result = this.getFormControl('0', idx);
2119
2119
  let guiEvent = getGuiEventObj('selectionchanged', idx, 0);
2120
2120
  if (typeof result.value !== 'string')