form-custom-test 3.0.145 → 3.0.146

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.
@@ -27597,9 +27597,9 @@ const _sfc_main$2S = {
27597
27597
  };
27598
27598
  traverseFieldWidgets(this.widgetList, handlerFn);
27599
27599
  if (!!subFormName) {
27600
- let subFormRef = this.subFormRefList[subFormName] || this.getWidgetRef(subFormName);
27600
+ let subFormRef = this.getWidgetRef(subFormName);
27601
27601
  if (!!subFormRef) {
27602
- let rowIds = typeof subFormRef.getRowIdData === "function" ? subFormRef.getRowIdData() : Array.isArray(subFormRef.rowIdData) ? subFormRef.rowIdData : [];
27602
+ let rowIds = subFormRef.getRowIdData();
27603
27603
  if (!!rowIds && rowIds.length > 0) {
27604
27604
  rowIds.forEach((rid) => {
27605
27605
  result.push(widgetName + "@row" + rid);
@@ -28046,7 +28046,7 @@ function _sfc_render$2S(_ctx, _cache, $props, $setup, $data, $options) {
28046
28046
  _: 3
28047
28047
  }, 8, ["label-position", "size", "class", "label-width", "model"]);
28048
28048
  }
28049
- var VFormRender = /* @__PURE__ */ _export_sfc$1(_sfc_main$2S, [["render", _sfc_render$2S], ["__scopeId", "data-v-6e3bb628"]]);
28049
+ var VFormRender = /* @__PURE__ */ _export_sfc$1(_sfc_main$2S, [["render", _sfc_render$2S], ["__scopeId", "data-v-4626d18a"]]);
28050
28050
  var ace$2 = { exports: {} };
28051
28051
  (function(module, exports) {
28052
28052
  (function() {
@@ -68612,13 +68612,13 @@ function registerIcon(app) {
68612
68612
  if (typeof window !== "undefined") {
68613
68613
  let loadSvg = function() {
68614
68614
  var body = document.body;
68615
- var svgDom = document.getElementById("__svg__icons__dom__1779085347020__");
68615
+ var svgDom = document.getElementById("__svg__icons__dom__1779105623036__");
68616
68616
  if (!svgDom) {
68617
68617
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
68618
68618
  svgDom.style.position = "absolute";
68619
68619
  svgDom.style.width = "0";
68620
68620
  svgDom.style.height = "0";
68621
- svgDom.id = "__svg__icons__dom__1779085347020__";
68621
+ svgDom.id = "__svg__icons__dom__1779105623036__";
68622
68622
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
68623
68623
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
68624
68624
  }
@@ -75899,9 +75899,6 @@ const _sfc_main$f = {
75899
75899
  deleteFromRowIdData(rowIndex) {
75900
75900
  this.rowIdData.splice(rowIndex, 1);
75901
75901
  },
75902
- getRowIdData() {
75903
- return this.rowIdData;
75904
- },
75905
75902
  disableSubFormRow(rowIndex) {
75906
75903
  if (!this.widget.widgetList || !this.rowIdData[rowIndex])
75907
75904
  return;
@@ -76279,7 +76276,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
76279
76276
  _: 1
76280
76277
  }, 8, ["widget"]);
76281
76278
  }
76282
- var CustomSubFormItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$f, [["render", _sfc_render$f], ["__scopeId", "data-v-2aae0291"]]);
76279
+ var CustomSubFormItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$f, [["render", _sfc_render$f], ["__scopeId", "data-v-3754189c"]]);
76283
76280
  const customTableCellSchema = {
76284
76281
  type: "custom-table-cell",
76285
76282
  category: "container",
@@ -76823,9 +76820,6 @@ const _sfc_main$b = {
76823
76820
  deleteFromRowIdData(rowIndex) {
76824
76821
  this.rowIdData.splice(rowIndex, 1);
76825
76822
  },
76826
- getRowIdData() {
76827
- return this.rowIdData;
76828
- },
76829
76823
  cloneCellWithFields(cellWidget, rowId) {
76830
76824
  const newCell = deepClone(cellWidget);
76831
76825
  newCell.id = "custom-table-cell-" + generateId();
@@ -77043,7 +77037,7 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
77043
77037
  _: 1
77044
77038
  }, 8, ["widget"]);
77045
77039
  }
77046
- var CustomTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$b, [["render", _sfc_render$b], ["__scopeId", "data-v-6e251889"]]);
77040
+ var CustomTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$b, [["render", _sfc_render$b], ["__scopeId", "data-v-1aff2bd9"]]);
77047
77041
  const subTableSchema = {
77048
77042
  type: "sub-table",
77049
77043
  category: "container",