form-custom-test 3.0.69 → 3.0.71
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/designer.es.js +4 -4
- package/dist/designer.style.css +1 -1
- package/dist/designer.umd.js +2 -2
- package/dist/render.es.js +4 -4
- package/dist/render.style.css +1 -1
- package/dist/render.umd.js +2 -2
- package/package.json +1 -1
package/dist/designer.es.js
CHANGED
|
@@ -68132,13 +68132,13 @@ function registerIcon(app) {
|
|
|
68132
68132
|
if (typeof window !== "undefined") {
|
|
68133
68133
|
let loadSvg = function() {
|
|
68134
68134
|
var body = document.body;
|
|
68135
|
-
var svgDom = document.getElementById("
|
|
68135
|
+
var svgDom = document.getElementById("__svg__icons__dom__1774321520203__");
|
|
68136
68136
|
if (!svgDom) {
|
|
68137
68137
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
68138
68138
|
svgDom.style.position = "absolute";
|
|
68139
68139
|
svgDom.style.width = "0";
|
|
68140
68140
|
svgDom.style.height = "0";
|
|
68141
|
-
svgDom.id = "
|
|
68141
|
+
svgDom.id = "__svg__icons__dom__1774321520203__";
|
|
68142
68142
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
68143
68143
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
68144
68144
|
}
|
|
@@ -74388,7 +74388,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
74388
74388
|
title: $props.field.options.dialogTitle || "\u4EBA\u5458\u6811",
|
|
74389
74389
|
width: "480px",
|
|
74390
74390
|
onClose: $options.handleClose,
|
|
74391
|
-
"body-class": "
|
|
74391
|
+
"body-class": "person-tree-dialog-body"
|
|
74392
74392
|
}, createSlots({
|
|
74393
74393
|
default: withCtx(() => [
|
|
74394
74394
|
createVNode(_component_el_input, {
|
|
@@ -74456,7 +74456,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
74456
74456
|
_: 1
|
|
74457
74457
|
}, 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"]);
|
|
74458
74458
|
}
|
|
74459
|
-
var PersonTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$d, [["render", _sfc_render$d], ["__scopeId", "data-v-
|
|
74459
|
+
var PersonTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$d, [["render", _sfc_render$d], ["__scopeId", "data-v-535df68e"]]);
|
|
74460
74460
|
const _sfc_main$c = {
|
|
74461
74461
|
name: "radio-other-widget",
|
|
74462
74462
|
componentName: "FieldWidget",
|