form-custom-test 3.0.127 → 3.0.128

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
@@ -26186,13 +26186,13 @@ function registerIcon(app) {
26186
26186
  if (typeof window !== "undefined") {
26187
26187
  let loadSvg = function() {
26188
26188
  var body = document.body;
26189
- var svgDom = document.getElementById("__svg__icons__dom__1778464010762__");
26189
+ var svgDom = document.getElementById("__svg__icons__dom__1778468868652__");
26190
26190
  if (!svgDom) {
26191
26191
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
26192
26192
  svgDom.style.position = "absolute";
26193
26193
  svgDom.style.width = "0";
26194
26194
  svgDom.style.height = "0";
26195
- svgDom.id = "__svg__icons__dom__1778464010762__";
26195
+ svgDom.id = "__svg__icons__dom__1778468868652__";
26196
26196
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
26197
26197
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
26198
26198
  }
@@ -62940,7 +62940,7 @@ const _sfc_main$1 = {
62940
62940
  this.dispatch("VFormRender", "fieldValidation", [this.getPropName()]);
62941
62941
  },
62942
62942
  updateRowData(row) {
62943
- const index2 = this.fieldModel.findIndex((item) => item.id === row.id);
62943
+ const index2 = this.fieldModel.findIndex((item) => item.assetId === row.assetId);
62944
62944
  if (index2 === -1)
62945
62945
  return;
62946
62946
  this.fieldModel[index2] = __spreadValues(__spreadValues({}, this.fieldModel[index2]), row);