form-custom-test 3.0.142 → 3.0.143

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
@@ -25828,7 +25828,8 @@ const _sfc_main$v = {
25828
25828
  if (!!subFormName) {
25829
25829
  let subFormRef = this.getWidgetRef(subFormName);
25830
25830
  if (!!subFormRef) {
25831
- let rowIds = subFormRef.getRowIdData();
25831
+ console.log("subFormRef", subFormRef);
25832
+ let rowIds = subFormRef == null ? void 0 : subFormRef.getRowIdData();
25832
25833
  if (!!rowIds && rowIds.length > 0) {
25833
25834
  rowIds.forEach((rid) => {
25834
25835
  result.push(widgetName + "@row" + rid);
@@ -26275,7 +26276,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
26275
26276
  _: 3
26276
26277
  }, 8, ["label-position", "size", "class", "label-width", "model"]);
26277
26278
  }
26278
- var VFormRender = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["render", _sfc_render$v], ["__scopeId", "data-v-4626d18a"]]);
26279
+ var VFormRender = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["render", _sfc_render$v], ["__scopeId", "data-v-6e89fab2"]]);
26279
26280
  function registerIcon(app) {
26280
26281
  app.component("el-icon-edit", edit);
26281
26282
  app.component("el-icon-minus", minus);
@@ -26290,13 +26291,13 @@ function registerIcon(app) {
26290
26291
  if (typeof window !== "undefined") {
26291
26292
  let loadSvg = function() {
26292
26293
  var body = document.body;
26293
- var svgDom = document.getElementById("__svg__icons__dom__1778807781249__");
26294
+ var svgDom = document.getElementById("__svg__icons__dom__1778809278991__");
26294
26295
  if (!svgDom) {
26295
26296
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
26296
26297
  svgDom.style.position = "absolute";
26297
26298
  svgDom.style.width = "0";
26298
26299
  svgDom.style.height = "0";
26299
- svgDom.id = "__svg__icons__dom__1778807781249__";
26300
+ svgDom.id = "__svg__icons__dom__1778809278991__";
26300
26301
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
26301
26302
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
26302
26303
  }