form-custom-test 3.0.88 → 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 +2 -4
- package/dist/designer.umd.js +2 -2
- package/dist/render.es.js +2 -4
- package/dist/render.umd.js +2 -2
- package/package.json +1 -1
package/dist/designer.es.js
CHANGED
|
@@ -68175,13 +68175,13 @@ function registerIcon(app) {
|
|
|
68175
68175
|
if (typeof window !== "undefined") {
|
|
68176
68176
|
let loadSvg = function() {
|
|
68177
68177
|
var body = document.body;
|
|
68178
|
-
var svgDom = document.getElementById("
|
|
68178
|
+
var svgDom = document.getElementById("__svg__icons__dom__1775623157177__");
|
|
68179
68179
|
if (!svgDom) {
|
|
68180
68180
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
68181
68181
|
svgDom.style.position = "absolute";
|
|
68182
68182
|
svgDom.style.width = "0";
|
|
68183
68183
|
svgDom.style.height = "0";
|
|
68184
|
-
svgDom.id = "
|
|
68184
|
+
svgDom.id = "__svg__icons__dom__1775623157177__";
|
|
68185
68185
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
68186
68186
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
68187
68187
|
}
|
|
@@ -74559,9 +74559,7 @@ const _sfc_main$c = {
|
|
|
74559
74559
|
fieldModel: {
|
|
74560
74560
|
handler(newVal) {
|
|
74561
74561
|
if (typeof newVal === "string" && newVal.includes("_RADIO_OTHER_")) {
|
|
74562
|
-
console.log(newVal, "newVal");
|
|
74563
74562
|
const [radio, input] = newVal.split("&");
|
|
74564
|
-
console.log(radio, input, "radio, input");
|
|
74565
74563
|
this.radioValue = radio || "_RADIO_OTHER_";
|
|
74566
74564
|
this.inputValue = input;
|
|
74567
74565
|
} else {
|