tnx-shared 5.3.229 → 5.3.230

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.
@@ -27564,6 +27564,12 @@
27564
27564
  this.onBeforeCancel();
27565
27565
  this.showDetailForm = false;
27566
27566
  };
27567
+ // #endregion
27568
+ // eslint-disable-next-line spaced-comment
27569
+ //#endregion
27570
+ ListBase.prototype.deepClone = function (data) {
27571
+ return JSON.parse(JSON.stringify(data));
27572
+ };
27567
27573
  return ListBase;
27568
27574
  }(ComponentBaseWithButton));
27569
27575
  ListBase.decorators = [