mftsccs-browser 1.1.39-beta → 1.1.40-beta

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.
@@ -18244,7 +18244,7 @@ function TypeEditor(event, that) {
18244
18244
  //console.log("inputValue", inputValue);
18245
18245
  //that.setProperty(inputValue);
18246
18246
  newThat.componentDidMount();
18247
- newThat.mountChildWidgets();
18247
+ newThat.loadChildWidgets();
18248
18248
  (_c = (_b = newThat.element) === null || _b === void 0 ? void 0 : _b.parentElement) === null || _c === void 0 ? void 0 : _c.setAttribute("data-type-value", newThat.widgetType);
18249
18249
  };
18250
18250
  inputVal === null || inputVal === void 0 ? void 0 : inputVal.appendChild(inputEl);