form-custom-test 3.0.56 → 3.0.58
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/designer.es.js
CHANGED
|
@@ -68033,13 +68033,13 @@ function registerIcon(app) {
|
|
|
68033
68033
|
if (typeof window !== "undefined") {
|
|
68034
68034
|
let loadSvg = function() {
|
|
68035
68035
|
var body = document.body;
|
|
68036
|
-
var svgDom = document.getElementById("
|
|
68036
|
+
var svgDom = document.getElementById("__svg__icons__dom__1773378543358__");
|
|
68037
68037
|
if (!svgDom) {
|
|
68038
68038
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
68039
68039
|
svgDom.style.position = "absolute";
|
|
68040
68040
|
svgDom.style.width = "0";
|
|
68041
68041
|
svgDom.style.height = "0";
|
|
68042
|
-
svgDom.id = "
|
|
68042
|
+
svgDom.id = "__svg__icons__dom__1773378543358__";
|
|
68043
68043
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
68044
68044
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
68045
68045
|
}
|