form-custom-test 3.0.144 → 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__1778809709789__");
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__1778809709789__";
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-6bd07e4e"]]);
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-0624b520"]]);
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",
@@ -78921,6 +78915,8 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
78921
78915
  width: "1418px",
78922
78916
  onClose: $options.handleClose,
78923
78917
  "body-class": "asset-list-dialog-body",
78918
+ "close-on-click-modal": false,
78919
+ draggable: "",
78924
78920
  "header-class": "asset-list-dialog-header"
78925
78921
  }, {
78926
78922
  footer: withCtx(() => [
@@ -79216,7 +79212,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
79216
79212
  _: 1
79217
79213
  }, 8, ["modelValue", "onClose"]);
79218
79214
  }
79219
- var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-d9c3eebc"]]);
79215
+ var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-0603b722"]]);
79220
79216
  var index_vue_vue_type_style_index_0_lang$1 = "";
79221
79217
  const _sfc_main$5 = {
79222
79218
  name: "asset-select-widget",
@@ -79704,7 +79700,9 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
79704
79700
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $options.dialogVisible = $event),
79705
79701
  title: "\u5904\u7F6E\u8BE6\u60C5",
79706
79702
  width: "1200px",
79707
- onClose: $options.handleClose
79703
+ onClose: $options.handleClose,
79704
+ "close-on-click-modal": false,
79705
+ draggable: ""
79708
79706
  }, {
79709
79707
  footer: withCtx(() => [
79710
79708
  createElementVNode("div", _hoisted_3, [
@@ -79740,7 +79738,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
79740
79738
  _: 1
79741
79739
  }, 8, ["modelValue", "onClose"]);
79742
79740
  }
79743
- var DetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-f66d508c"]]);
79741
+ var DetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-3a7f7afa"]]);
79744
79742
  var index_vue_vue_type_style_index_0_lang = "";
79745
79743
  const _sfc_main$3 = {
79746
79744
  name: "asset-table-widget",