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/render.es.js
CHANGED
|
@@ -8719,16 +8719,6 @@ var fieldMixin = {
|
|
|
8719
8719
|
}
|
|
8720
8720
|
}
|
|
8721
8721
|
},
|
|
8722
|
-
mounted() {
|
|
8723
|
-
var _a, _b, _c;
|
|
8724
|
-
if (!this.designState && ((_a = this.field) == null ? void 0 : _a.formItemFlag) && ((_c = (_b = this.field) == null ? void 0 : _b.options) == null ? void 0 : _c.onChange) && !this.subFormItemFlag) {
|
|
8725
|
-
this.$nextTick(() => {
|
|
8726
|
-
setTimeout(() => {
|
|
8727
|
-
this.handleOnChange(this.fieldModel, this.oldFieldValue);
|
|
8728
|
-
}, 300);
|
|
8729
|
-
});
|
|
8730
|
-
}
|
|
8731
|
-
},
|
|
8732
8722
|
methods: {
|
|
8733
8723
|
getDisabled() {
|
|
8734
8724
|
return this.subFormDisabled === true || !!this.field && !!this.field.options && !!this.field.options.disabled;
|
|
@@ -26814,13 +26804,13 @@ function registerIcon(app) {
|
|
|
26814
26804
|
if (typeof window !== "undefined") {
|
|
26815
26805
|
let loadSvg = function() {
|
|
26816
26806
|
var body = document.body;
|
|
26817
|
-
var svgDom = document.getElementById("
|
|
26807
|
+
var svgDom = document.getElementById("__svg__icons__dom__1789607311752__");
|
|
26818
26808
|
if (!svgDom) {
|
|
26819
26809
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
26820
26810
|
svgDom.style.position = "absolute";
|
|
26821
26811
|
svgDom.style.width = "0";
|
|
26822
26812
|
svgDom.style.height = "0";
|
|
26823
|
-
svgDom.id = "
|
|
26813
|
+
svgDom.id = "__svg__icons__dom__1789607311752__";
|
|
26824
26814
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
26825
26815
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
26826
26816
|
}
|