form-custom-test 3.0.56 → 3.0.57
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 +2 -2
- package/dist/designer.umd.js +1 -1
- package/dist/render.es.js +2 -2
- package/dist/render.umd.js +1 -1
- package/package.json +7 -3
package/dist/render.es.js
CHANGED
|
@@ -25884,13 +25884,13 @@ function registerIcon(app) {
|
|
|
25884
25884
|
if (typeof window !== "undefined") {
|
|
25885
25885
|
let loadSvg = function() {
|
|
25886
25886
|
var body = document.body;
|
|
25887
|
-
var svgDom = document.getElementById("
|
|
25887
|
+
var svgDom = document.getElementById("__svg__icons__dom__1773378441995__");
|
|
25888
25888
|
if (!svgDom) {
|
|
25889
25889
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
25890
25890
|
svgDom.style.position = "absolute";
|
|
25891
25891
|
svgDom.style.width = "0";
|
|
25892
25892
|
svgDom.style.height = "0";
|
|
25893
|
-
svgDom.id = "
|
|
25893
|
+
svgDom.id = "__svg__icons__dom__1773378441995__";
|
|
25894
25894
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
25895
25895
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
25896
25896
|
}
|