@magic-xpa/angular 4.801.0-dev481.262 → 4.801.0-dev481.276
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/esm2020/src/services/task.magics.service.mjs +2 -2
- package/fesm2015/magic-xpa-angular.mjs +1 -1
- package/fesm2015/magic-xpa-angular.mjs.map +1 -1
- package/fesm2020/magic-xpa-angular.mjs +1 -1
- package/fesm2020/magic-xpa-angular.mjs.map +1 -1
- package/package.json +3 -3
- package/src/services/task.magics.service.d.ts +1 -1
|
@@ -2114,7 +2114,7 @@ class TaskMagicService {
|
|
|
2114
2114
|
guiEvent.Value = layer.toString();
|
|
2115
2115
|
this.insertEvent(guiEvent);
|
|
2116
2116
|
}
|
|
2117
|
-
mgOnRadioSelectionChanged(
|
|
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')
|