form-custom-test 3.0.151 → 3.0.153

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
@@ -25838,7 +25838,7 @@ const _sfc_main$v = {
25838
25838
  if (!!subFormName) {
25839
25839
  let subFormRef = this.getWidgetRef(subFormName);
25840
25840
  if (!!subFormRef) {
25841
- let rowIds = subFormRef.getRowIdData();
25841
+ let rowIds = subFormRef == null ? void 0 : subFormRef.getRowIdData();
25842
25842
  if (!!rowIds && rowIds.length > 0) {
25843
25843
  rowIds.forEach((rid) => {
25844
25844
  result.push(widgetName + "@row" + rid);
@@ -26285,7 +26285,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
26285
26285
  _: 3
26286
26286
  }, 8, ["label-position", "size", "class", "label-width", "model"]);
26287
26287
  }
26288
- var VFormRender = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["render", _sfc_render$v], ["__scopeId", "data-v-4626d18a"]]);
26288
+ var VFormRender = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["render", _sfc_render$v], ["__scopeId", "data-v-8e14e27e"]]);
26289
26289
  function registerIcon(app) {
26290
26290
  app.component("el-icon-edit", edit);
26291
26291
  app.component("el-icon-minus", minus);
@@ -26300,13 +26300,13 @@ function registerIcon(app) {
26300
26300
  if (typeof window !== "undefined") {
26301
26301
  let loadSvg = function() {
26302
26302
  var body = document.body;
26303
- var svgDom = document.getElementById("__svg__icons__dom__1779156464942__");
26303
+ var svgDom = document.getElementById("__svg__icons__dom__1779168957906__");
26304
26304
  if (!svgDom) {
26305
26305
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
26306
26306
  svgDom.style.position = "absolute";
26307
26307
  svgDom.style.width = "0";
26308
26308
  svgDom.style.height = "0";
26309
- svgDom.id = "__svg__icons__dom__1779156464942__";
26309
+ svgDom.id = "__svg__icons__dom__1779168957906__";
26310
26310
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
26311
26311
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
26312
26312
  }
@@ -62048,15 +62048,6 @@ const _sfc_main$6 = {
62048
62048
  });
62049
62049
  return obj;
62050
62050
  });
62051
- if (records == null ? void 0 : records.length) {
62052
- console.log("[assetDialog] pageList \u91D1\u989D\u5B57\u6BB5(\u63A5\u53E3\u539F\u59CB\u503C):", records.slice(0, 5).map((r) => ({
62053
- assetCode: r.assetCode,
62054
- originalValue: r.originalValue,
62055
- originalValueType: typeof r.originalValue,
62056
- netValue: r.netValue,
62057
- netValueType: typeof r.netValue
62058
- })));
62059
- }
62060
62051
  this.total = total;
62061
62052
  this.currentPage = current;
62062
62053
  });
@@ -62457,7 +62448,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
62457
62448
  _: 1
62458
62449
  }, 8, ["modelValue", "onClose"]);
62459
62450
  }
62460
- var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-066e1fe6"]]);
62451
+ var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-0de00117"]]);
62461
62452
  var index_vue_vue_type_style_index_0_lang$1 = "";
62462
62453
  const _sfc_main$5 = {
62463
62454
  name: "asset-select-widget",