form-custom-test 3.0.189 → 3.0.191
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 +1 -1
- package/dist/designer.umd.js +2 -2
- package/dist/render.es.js +5 -4
- package/dist/render.style.css +1 -1
- package/dist/render.umd.js +2 -2
- package/package.json +1 -1
package/dist/render.es.js
CHANGED
|
@@ -26510,13 +26510,13 @@ function registerIcon(app) {
|
|
|
26510
26510
|
if (typeof window !== "undefined") {
|
|
26511
26511
|
let loadSvg = function() {
|
|
26512
26512
|
var body = document.body;
|
|
26513
|
-
var svgDom = document.getElementById("
|
|
26513
|
+
var svgDom = document.getElementById("__svg__icons__dom__1780623558842__");
|
|
26514
26514
|
if (!svgDom) {
|
|
26515
26515
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
26516
26516
|
svgDom.style.position = "absolute";
|
|
26517
26517
|
svgDom.style.width = "0";
|
|
26518
26518
|
svgDom.style.height = "0";
|
|
26519
|
-
svgDom.id = "
|
|
26519
|
+
svgDom.id = "__svg__icons__dom__1780623558842__";
|
|
26520
26520
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
26521
26521
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
26522
26522
|
}
|
|
@@ -63245,10 +63245,11 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
63245
63245
|
return openBlock(), createBlock(_component_el_dialog, {
|
|
63246
63246
|
modelValue: $options.dialogVisible,
|
|
63247
63247
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $options.dialogVisible = $event),
|
|
63248
|
-
title: "\
|
|
63248
|
+
title: "\u67E5\u770B\u8BE6\u60C5",
|
|
63249
63249
|
width: "1200px",
|
|
63250
63250
|
onClose: $options.handleClose,
|
|
63251
63251
|
"close-on-click-modal": false,
|
|
63252
|
+
"append-to-body": "",
|
|
63252
63253
|
draggable: ""
|
|
63253
63254
|
}, {
|
|
63254
63255
|
footer: withCtx(() => [
|
|
@@ -63285,7 +63286,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
63285
63286
|
_: 1
|
|
63286
63287
|
}, 8, ["modelValue", "onClose"]);
|
|
63287
63288
|
}
|
|
63288
|
-
var DetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$7, [["render", _sfc_render$7], ["__scopeId", "data-v-
|
|
63289
|
+
var DetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$7, [["render", _sfc_render$7], ["__scopeId", "data-v-7e863e5c"]]);
|
|
63289
63290
|
var index_vue_vue_type_style_index_0_lang = "";
|
|
63290
63291
|
const _sfc_main$6 = {
|
|
63291
63292
|
name: "asset-table-widget",
|