form-custom-test 3.0.87 → 3.0.89
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 +4 -5
- package/dist/designer.umd.js +2 -2
- package/dist/render.es.js +4 -5
- package/dist/render.umd.js +2 -2
- package/package.json +1 -1
package/dist/render.es.js
CHANGED
|
@@ -26025,13 +26025,13 @@ function registerIcon(app) {
|
|
|
26025
26025
|
if (typeof window !== "undefined") {
|
|
26026
26026
|
let loadSvg = function() {
|
|
26027
26027
|
var body = document.body;
|
|
26028
|
-
var svgDom = document.getElementById("
|
|
26028
|
+
var svgDom = document.getElementById("__svg__icons__dom__1775623165284__");
|
|
26029
26029
|
if (!svgDom) {
|
|
26030
26030
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
26031
26031
|
svgDom.style.position = "absolute";
|
|
26032
26032
|
svgDom.style.width = "0";
|
|
26033
26033
|
svgDom.style.height = "0";
|
|
26034
|
-
svgDom.id = "
|
|
26034
|
+
svgDom.id = "__svg__icons__dom__1775623165284__";
|
|
26035
26035
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
26036
26036
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
26037
26037
|
}
|
|
@@ -32496,7 +32496,7 @@ const _sfc_main$i = {
|
|
|
32496
32496
|
handler(newVal) {
|
|
32497
32497
|
if (typeof newVal === "string" && newVal.includes("_RADIO_OTHER_")) {
|
|
32498
32498
|
const [radio, input] = newVal.split("&");
|
|
32499
|
-
this.radioValue = radio;
|
|
32499
|
+
this.radioValue = radio || "_RADIO_OTHER_";
|
|
32500
32500
|
this.inputValue = input;
|
|
32501
32501
|
} else {
|
|
32502
32502
|
this.radioValue = newVal;
|
|
@@ -32504,8 +32504,7 @@ const _sfc_main$i = {
|
|
|
32504
32504
|
}
|
|
32505
32505
|
}
|
|
32506
32506
|
},
|
|
32507
|
-
immediate: true
|
|
32508
|
-
deep: true
|
|
32507
|
+
immediate: true
|
|
32509
32508
|
},
|
|
32510
32509
|
created() {
|
|
32511
32510
|
this.initOptionItems();
|