form-custom-test 3.0.45 → 3.0.46

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.
@@ -67772,13 +67772,13 @@ function registerIcon(app) {
67772
67772
  if (typeof window !== "undefined") {
67773
67773
  let loadSvg = function() {
67774
67774
  var body = document.body;
67775
- var svgDom = document.getElementById("__svg__icons__dom__1772526677028__");
67775
+ var svgDom = document.getElementById("__svg__icons__dom__1772585317432__");
67776
67776
  if (!svgDom) {
67777
67777
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
67778
67778
  svgDom.style.position = "absolute";
67779
67779
  svgDom.style.width = "0";
67780
67780
  svgDom.style.height = "0";
67781
- svgDom.id = "__svg__icons__dom__1772526677028__";
67781
+ svgDom.id = "__svg__icons__dom__1772585317432__";
67782
67782
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
67783
67783
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
67784
67784
  }
@@ -73824,7 +73824,7 @@ const _sfc_main$d = {
73824
73824
  width: "80%"
73825
73825
  }
73826
73826
  }, data2.postName ? `${node.label}\uFF08${data2.postName}\uFF09` : node.label),
73827
- node.level === 3 && h("div", {
73827
+ node.level === 3 && !this.field.options.multiple && h("div", {
73828
73828
  class: `personRadio-checked-icon ${(data2 == null ? void 0 : data2.nodeKey) === this.currentNodeKey ? "personRadio-checked" : ""}`
73829
73829
  })
73830
73830
  ]
@@ -74054,7 +74054,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
74054
74054
  _: 1
74055
74055
  }, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
74056
74056
  }
74057
- var PersonTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$d, [["render", _sfc_render$d], ["__scopeId", "data-v-b7f72ef8"]]);
74057
+ var PersonTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$d, [["render", _sfc_render$d], ["__scopeId", "data-v-26dbf941"]]);
74058
74058
  const _sfc_main$c = {
74059
74059
  name: "radio-other-widget",
74060
74060
  componentName: "FieldWidget",