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.
package/dist/render.es.js CHANGED
@@ -26189,13 +26189,13 @@ function registerIcon(app) {
26189
26189
  if (typeof window !== "undefined") {
26190
26190
  let loadSvg = function() {
26191
26191
  var body = document.body;
26192
- var svgDom = document.getElementById("__svg__icons__dom__1778491614661__");
26192
+ var svgDom = document.getElementById("__svg__icons__dom__1778491816581__");
26193
26193
  if (!svgDom) {
26194
26194
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
26195
26195
  svgDom.style.position = "absolute";
26196
26196
  svgDom.style.width = "0";
26197
26197
  svgDom.style.height = "0";
26198
- svgDom.id = "__svg__icons__dom__1778491614661__";
26198
+ svgDom.id = "__svg__icons__dom__1778491816581__";
26199
26199
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
26200
26200
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
26201
26201
  }
@@ -63354,8 +63354,8 @@ const _sfc_main = {
63354
63354
  },
63355
63355
  computed: {
63356
63356
  displayModel() {
63357
- var _a;
63358
- return (_a = this.fieldModel) != null ? _a : "";
63357
+ var _a, _b;
63358
+ return (_b = (_a = this.fieldModel) == null ? void 0 : _a.companyName) != null ? _b : "";
63359
63359
  },
63360
63360
  widgetStyle() {
63361
63361
  return {
@@ -63377,7 +63377,7 @@ const _sfc_main = {
63377
63377
  id: sessionStorage.getItem("companyId")
63378
63378
  }
63379
63379
  });
63380
- this.fieldModel = data2 == null ? void 0 : data2.companyName;
63380
+ this.fieldModel = data2;
63381
63381
  this.syncUpdateFormModel(this.fieldModel);
63382
63382
  this.emitFieldDataChange(this.fieldModel, this.oldFieldValue);
63383
63383
  }