form-custom-test 3.0.227 → 3.0.229
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/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__1783305679577__");
|
|
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__1783305679577__";
|
|
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
|
}
|
|
@@ -80915,7 +80915,7 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
80915
80915
|
_: 1
|
|
80916
80916
|
}, 8, ["modelValue", "onClose"]);
|
|
80917
80917
|
}
|
|
80918
|
-
var DocumentDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$g, [["render", _sfc_render$g], ["__scopeId", "data-v-
|
|
80918
|
+
var DocumentDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$g, [["render", _sfc_render$g], ["__scopeId", "data-v-24bd79d8"]]);
|
|
80919
80919
|
var documentDetailDialog_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
80920
80920
|
var documentDetailDialog_vue_vue_type_style_index_1_lang = "";
|
|
80921
80921
|
const DEFAULT_FORM_JSON = {
|