form-custom-test 3.0.227 → 3.0.228
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 +3 -3
- package/dist/designer.style.css +1 -1
- package/dist/designer.umd.js +2 -2
- package/dist/render.es.js +3 -3
- 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
|
@@ -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__1783305224735__");
|
|
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__1783305224735__";
|
|
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
|
}
|
|
@@ -63787,7 +63787,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
63787
63787
|
_: 1
|
|
63788
63788
|
}, 8, ["modelValue", "onClose"]);
|
|
63789
63789
|
}
|
|
63790
|
-
var DocumentDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$g, [["render", _sfc_render$g], ["__scopeId", "data-v-
|
|
63790
|
+
var DocumentDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$g, [["render", _sfc_render$g], ["__scopeId", "data-v-144c0886"]]);
|
|
63791
63791
|
var documentDetailDialog_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
63792
63792
|
var documentDetailDialog_vue_vue_type_style_index_1_lang = "";
|
|
63793
63793
|
const DEFAULT_FORM_JSON = {
|