form-custom-test 3.0.129 → 3.0.130

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.
@@ -68474,13 +68474,13 @@ function registerIcon(app) {
68474
68474
  if (typeof window !== "undefined") {
68475
68475
  let loadSvg = function() {
68476
68476
  var body = document.body;
68477
- var svgDom = document.getElementById("__svg__icons__dom__1778491605771__");
68477
+ var svgDom = document.getElementById("__svg__icons__dom__1778491808481__");
68478
68478
  if (!svgDom) {
68479
68479
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
68480
68480
  svgDom.style.position = "absolute";
68481
68481
  svgDom.style.width = "0";
68482
68482
  svgDom.style.height = "0";
68483
- svgDom.id = "__svg__icons__dom__1778491605771__";
68483
+ svgDom.id = "__svg__icons__dom__1778491808481__";
68484
68484
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
68485
68485
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
68486
68486
  }
@@ -80092,8 +80092,8 @@ const _sfc_main = {
80092
80092
  },
80093
80093
  computed: {
80094
80094
  displayModel() {
80095
- var _a2;
80096
- return (_a2 = this.fieldModel) != null ? _a2 : "";
80095
+ var _a2, _b2;
80096
+ return (_b2 = (_a2 = this.fieldModel) == null ? void 0 : _a2.companyName) != null ? _b2 : "";
80097
80097
  },
80098
80098
  widgetStyle() {
80099
80099
  return {
@@ -80115,7 +80115,7 @@ const _sfc_main = {
80115
80115
  id: sessionStorage.getItem("companyId")
80116
80116
  }
80117
80117
  });
80118
- this.fieldModel = data2 == null ? void 0 : data2.companyName;
80118
+ this.fieldModel = data2;
80119
80119
  this.syncUpdateFormModel(this.fieldModel);
80120
80120
  this.emitFieldDataChange(this.fieldModel, this.oldFieldValue);
80121
80121
  }