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.
@@ -27599,7 +27599,8 @@ const _sfc_main$2S = {
27599
27599
  if (!!subFormName) {
27600
27600
  let subFormRef = this.getWidgetRef(subFormName);
27601
27601
  if (!!subFormRef) {
27602
- let rowIds = subFormRef.getRowIdData();
27602
+ console.log("subFormRef", subFormRef);
27603
+ let rowIds = subFormRef == null ? void 0 : subFormRef.getRowIdData();
27603
27604
  if (!!rowIds && rowIds.length > 0) {
27604
27605
  rowIds.forEach((rid) => {
27605
27606
  result.push(widgetName + "@row" + rid);
@@ -28046,7 +28047,7 @@ function _sfc_render$2S(_ctx, _cache, $props, $setup, $data, $options) {
28046
28047
  _: 3
28047
28048
  }, 8, ["label-position", "size", "class", "label-width", "model"]);
28048
28049
  }
28049
- var VFormRender = /* @__PURE__ */ _export_sfc$1(_sfc_main$2S, [["render", _sfc_render$2S], ["__scopeId", "data-v-4626d18a"]]);
28050
+ var VFormRender = /* @__PURE__ */ _export_sfc$1(_sfc_main$2S, [["render", _sfc_render$2S], ["__scopeId", "data-v-6e89fab2"]]);
28050
28051
  var ace$2 = { exports: {} };
28051
28052
  (function(module, exports) {
28052
28053
  (function() {
@@ -68612,13 +68613,13 @@ function registerIcon(app) {
68612
68613
  if (typeof window !== "undefined") {
68613
68614
  let loadSvg = function() {
68614
68615
  var body = document.body;
68615
- var svgDom = document.getElementById("__svg__icons__dom__1778807771793__");
68616
+ var svgDom = document.getElementById("__svg__icons__dom__1778809269004__");
68616
68617
  if (!svgDom) {
68617
68618
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
68618
68619
  svgDom.style.position = "absolute";
68619
68620
  svgDom.style.width = "0";
68620
68621
  svgDom.style.height = "0";
68621
- svgDom.id = "__svg__icons__dom__1778807771793__";
68622
+ svgDom.id = "__svg__icons__dom__1778809269004__";
68622
68623
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
68623
68624
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
68624
68625
  }