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/render.es.js
CHANGED
|
@@ -26648,13 +26648,13 @@ function registerIcon(app) {
|
|
|
26648
26648
|
if (typeof window !== "undefined") {
|
|
26649
26649
|
let loadSvg = function() {
|
|
26650
26650
|
var body = document.body;
|
|
26651
|
-
var svgDom = document.getElementById("
|
|
26651
|
+
var svgDom = document.getElementById("__svg__icons__dom__1783072906854__");
|
|
26652
26652
|
if (!svgDom) {
|
|
26653
26653
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
26654
26654
|
svgDom.style.position = "absolute";
|
|
26655
26655
|
svgDom.style.width = "0";
|
|
26656
26656
|
svgDom.style.height = "0";
|
|
26657
|
-
svgDom.id = "
|
|
26657
|
+
svgDom.id = "__svg__icons__dom__1783072906854__";
|
|
26658
26658
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
26659
26659
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
26660
26660
|
}
|
|
@@ -64230,8 +64230,7 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
64230
64230
|
$options.isDisabled ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
64231
64231
|
!$options.selectedList.length ? (openBlock(), createElementBlock("div", _hoisted_1$8, "\u6682\u65E0\u5173\u8054\u516C\u6587")) : createCommentVNode("", true)
|
|
64232
64232
|
], 64)) : (openBlock(), createElementBlock("div", _hoisted_2$6, [
|
|
64233
|
-
|
|
64234
|
-
key: 0,
|
|
64233
|
+
createVNode(_component_el_button, {
|
|
64235
64234
|
type: "primary",
|
|
64236
64235
|
class: "document-select-widget__button",
|
|
64237
64236
|
plain: "",
|
|
@@ -64243,7 +64242,7 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
64243
64242
|
createTextVNode(toDisplayString($props.field.options.buttonText || "\u9009\u62E9\u6587\u6863"), 1)
|
|
64244
64243
|
]),
|
|
64245
64244
|
_: 1
|
|
64246
|
-
}, 8, ["onClick"])
|
|
64245
|
+
}, 8, ["onClick"])
|
|
64247
64246
|
])),
|
|
64248
64247
|
$options.selectedList.length ? (openBlock(), createElementBlock("ul", _hoisted_3$4, [
|
|
64249
64248
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.selectedList, (item) => {
|