form-custom-test 3.0.77 → 3.0.79

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
@@ -25986,13 +25986,13 @@ function registerIcon(app) {
25986
25986
  if (typeof window !== "undefined") {
25987
25987
  let loadSvg = function() {
25988
25988
  var body = document.body;
25989
- var svgDom = document.getElementById("__svg__icons__dom__1774338508605__");
25989
+ var svgDom = document.getElementById("__svg__icons__dom__1774347066572__");
25990
25990
  if (!svgDom) {
25991
25991
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
25992
25992
  svgDom.style.position = "absolute";
25993
25993
  svgDom.style.width = "0";
25994
25994
  svgDom.style.height = "0";
25995
- svgDom.id = "__svg__icons__dom__1774338508605__";
25995
+ svgDom.id = "__svg__icons__dom__1774347066572__";
25996
25996
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
25997
25997
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
25998
25998
  }
@@ -32328,7 +32328,8 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
32328
32328
  title: $props.field.options.dialogTitle || "\u4EBA\u5458\u6811",
32329
32329
  width: "480px",
32330
32330
  onClose: $options.handleClose,
32331
- "body-class": "person-tree-dialog-body"
32331
+ "body-class": "person-tree-dialog-body",
32332
+ "header-class": "person-tree-dialog-header"
32332
32333
  }, createSlots({
32333
32334
  default: withCtx(() => [
32334
32335
  createVNode(_component_el_input, {
@@ -32339,7 +32340,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
32339
32340
  class: "pr-24px mb-30px"
32340
32341
  }, null, 8, ["modelValue", "onInput"]),
32341
32342
  createVNode(_component_el_scrollbar, {
32342
- height: "538px",
32343
+ height: "514px",
32343
32344
  class: "pr-24px"
32344
32345
  }, {
32345
32346
  default: withCtx(() => [
@@ -32396,7 +32397,7 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
32396
32397
  _: 1
32397
32398
  }, 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"]);
32398
32399
  }
32399
- var PersonTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$j, [["render", _sfc_render$j], ["__scopeId", "data-v-4e20d7f6"]]);
32400
+ var PersonTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$j, [["render", _sfc_render$j], ["__scopeId", "data-v-4b777d5b"]]);
32400
32401
  const _sfc_main$i = {
32401
32402
  name: "radio-other-widget",
32402
32403
  componentName: "FieldWidget",