form-custom-test 3.0.13 → 3.0.14
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 +826 -3560
- package/dist/designer.umd.js +177 -183
- package/dist/render.es.js +2 -2
- package/dist/render.umd.js +1 -1
- package/package.json +1 -1
package/dist/render.es.js
CHANGED
|
@@ -19714,13 +19714,13 @@ function registerIcon(app) {
|
|
|
19714
19714
|
if (typeof window !== "undefined") {
|
|
19715
19715
|
let loadSvg = function() {
|
|
19716
19716
|
var body = document.body;
|
|
19717
|
-
var svgDom = document.getElementById("
|
|
19717
|
+
var svgDom = document.getElementById("__svg__icons__dom__1762586214810__");
|
|
19718
19718
|
if (!svgDom) {
|
|
19719
19719
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
19720
19720
|
svgDom.style.position = "absolute";
|
|
19721
19721
|
svgDom.style.width = "0";
|
|
19722
19722
|
svgDom.style.height = "0";
|
|
19723
|
-
svgDom.id = "
|
|
19723
|
+
svgDom.id = "__svg__icons__dom__1762586214810__";
|
|
19724
19724
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
19725
19725
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
19726
19726
|
}
|