form-custom-test 3.0.225 → 3.0.227
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 -5
- package/dist/designer.umd.js +2 -2
- package/dist/render.es.js +4 -5
- package/dist/render.umd.js +2 -2
- package/package.json +1 -1
package/dist/designer.es.js
CHANGED
|
@@ -69322,13 +69322,13 @@ function registerIcon(app) {
|
|
|
69322
69322
|
if (typeof window !== "undefined") {
|
|
69323
69323
|
let loadSvg = function() {
|
|
69324
69324
|
var body = document.body;
|
|
69325
|
-
var svgDom = document.getElementById("
|
|
69325
|
+
var svgDom = document.getElementById("__svg__icons__dom__1783072896548__");
|
|
69326
69326
|
if (!svgDom) {
|
|
69327
69327
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
69328
69328
|
svgDom.style.position = "absolute";
|
|
69329
69329
|
svgDom.style.width = "0";
|
|
69330
69330
|
svgDom.style.height = "0";
|
|
69331
|
-
svgDom.id = "
|
|
69331
|
+
svgDom.id = "__svg__icons__dom__1783072896548__";
|
|
69332
69332
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
69333
69333
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
69334
69334
|
}
|
|
@@ -81358,8 +81358,7 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
81358
81358
|
$options.isDisabled ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
81359
81359
|
!$options.selectedList.length ? (openBlock(), createElementBlock("div", _hoisted_1$8, "\u6682\u65E0\u5173\u8054\u516C\u6587")) : createCommentVNode("", true)
|
|
81360
81360
|
], 64)) : (openBlock(), createElementBlock("div", _hoisted_2$6, [
|
|
81361
|
-
|
|
81362
|
-
key: 0,
|
|
81361
|
+
createVNode(_component_el_button, {
|
|
81363
81362
|
type: "primary",
|
|
81364
81363
|
class: "document-select-widget__button",
|
|
81365
81364
|
plain: "",
|
|
@@ -81371,7 +81370,7 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
81371
81370
|
createTextVNode(toDisplayString($props.field.options.buttonText || "\u9009\u62E9\u6587\u6863"), 1)
|
|
81372
81371
|
]),
|
|
81373
81372
|
_: 1
|
|
81374
|
-
}, 8, ["onClick"])
|
|
81373
|
+
}, 8, ["onClick"])
|
|
81375
81374
|
])),
|
|
81376
81375
|
$options.selectedList.length ? (openBlock(), createElementBlock("ul", _hoisted_3$4, [
|
|
81377
81376
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.selectedList, (item) => {
|