mftsccs-browser 1.1.27-beta → 1.1.29-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.
@@ -18389,20 +18389,24 @@ class BuilderStatefulWidget extends _StatefulWidget__WEBPACK_IMPORTED_MODULE_0__
18389
18389
  /**
18390
18390
  * This function will be called after the component mounts.
18391
18391
  */
18392
- componentDidMount(onmountVal = "") {
18393
- //console.log("onmountVal", onmountVal);
18394
- const AsyncFunction = Object.getPrototypeOf(function () {
18395
- return __awaiter(this, void 0, void 0, function* () { });
18396
- }).constructor;
18397
- const renderOnmount = AsyncFunction("tsccs", this.componentDidMountFunction);
18398
- renderOnmount.call(this, _app__WEBPACK_IMPORTED_MODULE_1__);
18392
+ componentDidMount() {
18393
+ return __awaiter(this, arguments, void 0, function* (onmountVal = "") {
18394
+ //console.log("onmountVal", onmountVal);
18395
+ const AsyncFunction = Object.getPrototypeOf(function () {
18396
+ return __awaiter(this, void 0, void 0, function* () { });
18397
+ }).constructor;
18398
+ const renderOnmount = AsyncFunction("tsccs", this.componentDidMountFunction);
18399
+ renderOnmount.call(this, _app__WEBPACK_IMPORTED_MODULE_1__);
18400
+ });
18399
18401
  }
18400
18402
  addEvents() {
18401
- const AsyncFunction = Object.getPrototypeOf(function () {
18402
- return __awaiter(this, void 0, void 0, function* () { });
18403
- }).constructor;
18404
- const renderOnmount = AsyncFunction("tsccs", this.addEventFunction);
18405
- renderOnmount.call(this, _app__WEBPACK_IMPORTED_MODULE_1__);
18403
+ return __awaiter(this, void 0, void 0, function* () {
18404
+ const AsyncFunction = Object.getPrototypeOf(function () {
18405
+ return __awaiter(this, void 0, void 0, function* () { });
18406
+ }).constructor;
18407
+ const renderOnmount = AsyncFunction("tsccs", this.addEventFunction);
18408
+ renderOnmount.call(this, _app__WEBPACK_IMPORTED_MODULE_1__);
18409
+ });
18406
18410
  }
18407
18411
  getWidgetClassFunction(widgetId) {
18408
18412
  return __awaiter(this, void 0, void 0, function* () {