vat-form 1.0.11 → 1.0.12
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 → designer/designer.es.js} +2 -2
- package/dist/{designer.umd.js → designer/designer.umd.js} +1 -1
- package/dist/render/favicon.ico +0 -0
- package/dist/render/render.es.js +20454 -0
- package/dist/render/render.style.css +16 -0
- package/dist/render/render.umd.js +49 -0
- package/package.json +7 -6
- /package/dist/{designer.style.css → designer/designer.style.css} +0 -0
- /package/dist/{favicon.ico → designer/favicon.ico} +0 -0
|
@@ -63144,13 +63144,13 @@ function registerIcon(app) {
|
|
|
63144
63144
|
if (typeof window !== "undefined") {
|
|
63145
63145
|
let loadSvg = function() {
|
|
63146
63146
|
var body = document.body;
|
|
63147
|
-
var svgDom = document.getElementById("
|
|
63147
|
+
var svgDom = document.getElementById("__svg__icons__dom__1766563975114__");
|
|
63148
63148
|
if (!svgDom) {
|
|
63149
63149
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
63150
63150
|
svgDom.style.position = "absolute";
|
|
63151
63151
|
svgDom.style.width = "0";
|
|
63152
63152
|
svgDom.style.height = "0";
|
|
63153
|
-
svgDom.id = "
|
|
63153
|
+
svgDom.id = "__svg__icons__dom__1766563975114__";
|
|
63154
63154
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
63155
63155
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
63156
63156
|
}
|