@eva/plugin-ui 2.1.0-beta.6 → 2.1.0-beta.8

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.
@@ -8584,6 +8584,7 @@ var _EVA_IIFE_ui = function (exports, eva_js, pluginRendererGraphics, pixi_js) {
8584
8584
  constructor() {
8585
8585
  super(...arguments);
8586
8586
  this.componentName = 'RadioGroup';
8587
+ this.selectedId = undefined;
8587
8588
  this.direction = 'vertical';
8588
8589
  this.elementsMargin = 4;
8589
8590
  this.boundCheckBoxes = [];