form-custom-test 3.0.77 → 3.0.78
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 +5 -4
- package/dist/designer.style.css +2 -2
- package/dist/designer.umd.js +2 -2
- package/dist/render.es.js +5 -4
- package/dist/render.style.css +2 -2
- package/dist/render.umd.js +2 -2
- package/package.json +1 -1
package/dist/designer.es.js
CHANGED
|
@@ -68136,13 +68136,13 @@ function registerIcon(app) {
|
|
|
68136
68136
|
if (typeof window !== "undefined") {
|
|
68137
68137
|
let loadSvg = function() {
|
|
68138
68138
|
var body = document.body;
|
|
68139
|
-
var svgDom = document.getElementById("
|
|
68139
|
+
var svgDom = document.getElementById("__svg__icons__dom__1774345831534__");
|
|
68140
68140
|
if (!svgDom) {
|
|
68141
68141
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
68142
68142
|
svgDom.style.position = "absolute";
|
|
68143
68143
|
svgDom.style.width = "0";
|
|
68144
68144
|
svgDom.style.height = "0";
|
|
68145
|
-
svgDom.id = "
|
|
68145
|
+
svgDom.id = "__svg__icons__dom__1774345831534__";
|
|
68146
68146
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
68147
68147
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
68148
68148
|
}
|
|
@@ -74392,7 +74392,8 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
74392
74392
|
title: $props.field.options.dialogTitle || "\u4EBA\u5458\u6811",
|
|
74393
74393
|
width: "480px",
|
|
74394
74394
|
onClose: $options.handleClose,
|
|
74395
|
-
"body-class": "person-tree-dialog-body"
|
|
74395
|
+
"body-class": "person-tree-dialog-body",
|
|
74396
|
+
"header-class": "person-tree-dialog-header"
|
|
74396
74397
|
}, createSlots({
|
|
74397
74398
|
default: withCtx(() => [
|
|
74398
74399
|
createVNode(_component_el_input, {
|
|
@@ -74460,7 +74461,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
74460
74461
|
_: 1
|
|
74461
74462
|
}, 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"]);
|
|
74462
74463
|
}
|
|
74463
|
-
var PersonTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$d, [["render", _sfc_render$d], ["__scopeId", "data-v-
|
|
74464
|
+
var PersonTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$d, [["render", _sfc_render$d], ["__scopeId", "data-v-562382c6"]]);
|
|
74464
74465
|
const _sfc_main$c = {
|
|
74465
74466
|
name: "radio-other-widget",
|
|
74466
74467
|
componentName: "FieldWidget",
|