form-custom-test 3.0.190 → 3.0.192
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/designer.es.js
CHANGED
|
@@ -69038,13 +69038,13 @@ function registerIcon(app) {
|
|
|
69038
69038
|
if (typeof window !== "undefined") {
|
|
69039
69039
|
let loadSvg = function() {
|
|
69040
69040
|
var body = document.body;
|
|
69041
|
-
var svgDom = document.getElementById("
|
|
69041
|
+
var svgDom = document.getElementById("__svg__icons__dom__1780623721618__");
|
|
69042
69042
|
if (!svgDom) {
|
|
69043
69043
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
69044
69044
|
svgDom.style.position = "absolute";
|
|
69045
69045
|
svgDom.style.width = "0";
|
|
69046
69046
|
svgDom.style.height = "0";
|
|
69047
|
-
svgDom.id = "
|
|
69047
|
+
svgDom.id = "__svg__icons__dom__1780623721618__";
|
|
69048
69048
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
69049
69049
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
69050
69050
|
}
|
|
@@ -80166,7 +80166,7 @@ const _sfc_main$7 = {
|
|
|
80166
80166
|
return;
|
|
80167
80167
|
}
|
|
80168
80168
|
ref2.setFormData(__spreadValues({}, this.formData));
|
|
80169
|
-
},
|
|
80169
|
+
}, 1e3);
|
|
80170
80170
|
}).catch((err) => {
|
|
80171
80171
|
console.error(err);
|
|
80172
80172
|
this.applyFormJsonToRender(null);
|
|
@@ -80230,6 +80230,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
80230
80230
|
width: "1200px",
|
|
80231
80231
|
onClose: $options.handleClose,
|
|
80232
80232
|
"close-on-click-modal": false,
|
|
80233
|
+
"append-to-body": "",
|
|
80233
80234
|
draggable: ""
|
|
80234
80235
|
}, {
|
|
80235
80236
|
footer: withCtx(() => [
|
|
@@ -80266,7 +80267,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
80266
80267
|
_: 1
|
|
80267
80268
|
}, 8, ["modelValue", "onClose"]);
|
|
80268
80269
|
}
|
|
80269
|
-
var DetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$7, [["render", _sfc_render$7], ["__scopeId", "data-v-
|
|
80270
|
+
var DetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$7, [["render", _sfc_render$7], ["__scopeId", "data-v-5726e30d"]]);
|
|
80270
80271
|
var index_vue_vue_type_style_index_0_lang = "";
|
|
80271
80272
|
const _sfc_main$6 = {
|
|
80272
80273
|
name: "asset-table-widget",
|