form-custom-test 3.0.10 → 3.0.11
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 +63897 -0
- package/dist/designer.style.css +16 -0
- package/dist/designer.umd.js +1671 -0
- 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
|
@@ -19715,13 +19715,13 @@ function registerIcon(app) {
|
|
|
19715
19715
|
if (typeof window !== "undefined") {
|
|
19716
19716
|
let loadSvg = function() {
|
|
19717
19717
|
var body = document.body;
|
|
19718
|
-
var svgDom = document.getElementById("
|
|
19718
|
+
var svgDom = document.getElementById("__svg__icons__dom__1762584387720__");
|
|
19719
19719
|
if (!svgDom) {
|
|
19720
19720
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
19721
19721
|
svgDom.style.position = "absolute";
|
|
19722
19722
|
svgDom.style.width = "0";
|
|
19723
19723
|
svgDom.style.height = "0";
|
|
19724
|
-
svgDom.id = "
|
|
19724
|
+
svgDom.id = "__svg__icons__dom__1762584387720__";
|
|
19725
19725
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
19726
19726
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
19727
19727
|
}
|