form-custom-test 3.0.245 → 3.0.246
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 -12
- package/dist/designer.umd.js +2 -2
- package/dist/render.es.js +2 -12
- package/dist/render.umd.js +2 -2
- package/package.json +1 -1
package/dist/designer.es.js
CHANGED
|
@@ -10726,16 +10726,6 @@ var fieldMixin = {
|
|
|
10726
10726
|
}
|
|
10727
10727
|
}
|
|
10728
10728
|
},
|
|
10729
|
-
mounted() {
|
|
10730
|
-
var _a2, _b2, _c2;
|
|
10731
|
-
if (!this.designState && ((_a2 = this.field) == null ? void 0 : _a2.formItemFlag) && ((_c2 = (_b2 = this.field) == null ? void 0 : _b2.options) == null ? void 0 : _c2.onChange) && !this.subFormItemFlag) {
|
|
10732
|
-
this.$nextTick(() => {
|
|
10733
|
-
setTimeout(() => {
|
|
10734
|
-
this.handleOnChange(this.fieldModel, this.oldFieldValue);
|
|
10735
|
-
}, 300);
|
|
10736
|
-
});
|
|
10737
|
-
}
|
|
10738
|
-
},
|
|
10739
10729
|
methods: {
|
|
10740
10730
|
getDisabled() {
|
|
10741
10731
|
return this.subFormDisabled === true || !!this.field && !!this.field.options && !!this.field.options.disabled;
|
|
@@ -69563,13 +69553,13 @@ function registerIcon(app) {
|
|
|
69563
69553
|
if (typeof window !== "undefined") {
|
|
69564
69554
|
let loadSvg = function() {
|
|
69565
69555
|
var body = document.body;
|
|
69566
|
-
var svgDom = document.getElementById("
|
|
69556
|
+
var svgDom = document.getElementById("__svg__icons__dom__1789607301980__");
|
|
69567
69557
|
if (!svgDom) {
|
|
69568
69558
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
69569
69559
|
svgDom.style.position = "absolute";
|
|
69570
69560
|
svgDom.style.width = "0";
|
|
69571
69561
|
svgDom.style.height = "0";
|
|
69572
|
-
svgDom.id = "
|
|
69562
|
+
svgDom.id = "__svg__icons__dom__1789607301980__";
|
|
69573
69563
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
69574
69564
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
69575
69565
|
}
|