form-custom-test 3.0.184 → 3.0.186
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 +8 -4
- package/dist/designer.style.css +1 -1
- package/dist/designer.umd.js +3 -3
- package/dist/render.es.js +8 -4
- package/dist/render.style.css +1 -1
- package/dist/render.umd.js +3 -3
- package/package.json +1 -1
package/dist/designer.es.js
CHANGED
|
@@ -10815,7 +10815,6 @@ var fieldMixin = {
|
|
|
10815
10815
|
}
|
|
10816
10816
|
},
|
|
10817
10817
|
handleOnChange(val, oldVal) {
|
|
10818
|
-
console.log("handleOnChange", val, oldVal);
|
|
10819
10818
|
if (!!this.field.options.onChange) {
|
|
10820
10819
|
let changeFn = new Function("value", "oldValue", this.field.options.onChange);
|
|
10821
10820
|
changeFn.call(this, val, oldVal);
|
|
@@ -69039,13 +69038,13 @@ function registerIcon(app) {
|
|
|
69039
69038
|
if (typeof window !== "undefined") {
|
|
69040
69039
|
let loadSvg = function() {
|
|
69041
69040
|
var body = document.body;
|
|
69042
|
-
var svgDom = document.getElementById("
|
|
69041
|
+
var svgDom = document.getElementById("__svg__icons__dom__1780469884172__");
|
|
69043
69042
|
if (!svgDom) {
|
|
69044
69043
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
69045
69044
|
svgDom.style.position = "absolute";
|
|
69046
69045
|
svgDom.style.width = "0";
|
|
69047
69046
|
svgDom.style.height = "0";
|
|
69048
|
-
svgDom.id = "
|
|
69047
|
+
svgDom.id = "__svg__icons__dom__1780469884172__";
|
|
69049
69048
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
69050
69049
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
69051
69050
|
}
|
|
@@ -77865,6 +77864,7 @@ const _sfc_main$c = {
|
|
|
77865
77864
|
});
|
|
77866
77865
|
}
|
|
77867
77866
|
});
|
|
77867
|
+
this.initDialogFormRules();
|
|
77868
77868
|
},
|
|
77869
77869
|
handleDeleteRow(index2) {
|
|
77870
77870
|
this.$confirm("\u786E\u5B9A\u8981\u5220\u9664\u8FD9\u4E00\u884C\u5417\uFF1F", "\u63D0\u793A", {
|
|
@@ -77895,6 +77895,10 @@ const _sfc_main$c = {
|
|
|
77895
77895
|
}
|
|
77896
77896
|
this.dialogFormData = formData;
|
|
77897
77897
|
this.initDialogFormRules();
|
|
77898
|
+
nextTick(() => {
|
|
77899
|
+
var _a2;
|
|
77900
|
+
(_a2 = this.$refs.dialogFormRef) == null ? void 0 : _a2.resetFields();
|
|
77901
|
+
});
|
|
77898
77902
|
},
|
|
77899
77903
|
initDialogFormRules() {
|
|
77900
77904
|
const rules = {};
|
|
@@ -78385,7 +78389,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
78385
78389
|
_: 1
|
|
78386
78390
|
}, 8, ["widget"]);
|
|
78387
78391
|
}
|
|
78388
|
-
var SubTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-
|
|
78392
|
+
var SubTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-33693201"]]);
|
|
78389
78393
|
var subTableColumnsEditor_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
78390
78394
|
const _sfc_main$b = {
|
|
78391
78395
|
name: "sub-table-columns-editor",
|