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.
@@ -68452,13 +68452,13 @@ function registerIcon(app) {
68452
68452
  if (typeof window !== "undefined") {
68453
68453
  let loadSvg = function() {
68454
68454
  var body = document.body;
68455
- var svgDom = document.getElementById("__svg__icons__dom__1778464000377__");
68455
+ var svgDom = document.getElementById("__svg__icons__dom__1778468857789__");
68456
68456
  if (!svgDom) {
68457
68457
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
68458
68458
  svgDom.style.position = "absolute";
68459
68459
  svgDom.style.width = "0";
68460
68460
  svgDom.style.height = "0";
68461
- svgDom.id = "__svg__icons__dom__1778464000377__";
68461
+ svgDom.id = "__svg__icons__dom__1778468857789__";
68462
68462
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
68463
68463
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
68464
68464
  }
@@ -79659,7 +79659,7 @@ const _sfc_main$1 = {
79659
79659
  this.dispatch("VFormRender", "fieldValidation", [this.getPropName()]);
79660
79660
  },
79661
79661
  updateRowData(row) {
79662
- const index2 = this.fieldModel.findIndex((item) => item.id === row.id);
79662
+ const index2 = this.fieldModel.findIndex((item) => item.assetId === row.assetId);
79663
79663
  if (index2 === -1)
79664
79664
  return;
79665
79665
  this.fieldModel[index2] = __spreadValues(__spreadValues({}, this.fieldModel[index2]), row);