form-custom-test 3.0.185 → 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 +2 -2
- package/dist/render.es.js +8 -4
- package/dist/render.style.css +1 -1
- package/dist/render.umd.js +2 -2
- package/package.json +1 -1
package/dist/render.es.js
CHANGED
|
@@ -26510,13 +26510,13 @@ function registerIcon(app) {
|
|
|
26510
26510
|
if (typeof window !== "undefined") {
|
|
26511
26511
|
let loadSvg = function() {
|
|
26512
26512
|
var body = document.body;
|
|
26513
|
-
var svgDom = document.getElementById("
|
|
26513
|
+
var svgDom = document.getElementById("__svg__icons__dom__1780469893390__");
|
|
26514
26514
|
if (!svgDom) {
|
|
26515
26515
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
26516
26516
|
svgDom.style.position = "absolute";
|
|
26517
26517
|
svgDom.style.width = "0";
|
|
26518
26518
|
svgDom.style.height = "0";
|
|
26519
|
-
svgDom.id = "
|
|
26519
|
+
svgDom.id = "__svg__icons__dom__1780469893390__";
|
|
26520
26520
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
26521
26521
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
26522
26522
|
}
|
|
@@ -36336,6 +36336,7 @@ const _sfc_main$d = {
|
|
|
36336
36336
|
});
|
|
36337
36337
|
}
|
|
36338
36338
|
});
|
|
36339
|
+
this.initDialogFormRules();
|
|
36339
36340
|
},
|
|
36340
36341
|
handleDeleteRow(index2) {
|
|
36341
36342
|
this.$confirm("\u786E\u5B9A\u8981\u5220\u9664\u8FD9\u4E00\u884C\u5417\uFF1F", "\u63D0\u793A", {
|
|
@@ -36366,6 +36367,10 @@ const _sfc_main$d = {
|
|
|
36366
36367
|
}
|
|
36367
36368
|
this.dialogFormData = formData;
|
|
36368
36369
|
this.initDialogFormRules();
|
|
36370
|
+
nextTick(() => {
|
|
36371
|
+
var _a;
|
|
36372
|
+
(_a = this.$refs.dialogFormRef) == null ? void 0 : _a.resetFields();
|
|
36373
|
+
});
|
|
36369
36374
|
},
|
|
36370
36375
|
initDialogFormRules() {
|
|
36371
36376
|
const rules = {};
|
|
@@ -36404,7 +36409,6 @@ const _sfc_main$d = {
|
|
|
36404
36409
|
}
|
|
36405
36410
|
});
|
|
36406
36411
|
}
|
|
36407
|
-
console.log(rules, "rules333333");
|
|
36408
36412
|
this.dialogFormRules = rules;
|
|
36409
36413
|
},
|
|
36410
36414
|
getColumnOptions(col) {
|
|
@@ -36857,7 +36861,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36857
36861
|
_: 1
|
|
36858
36862
|
}, 8, ["widget"]);
|
|
36859
36863
|
}
|
|
36860
|
-
var SubTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$d, [["render", _sfc_render$d], ["__scopeId", "data-v-
|
|
36864
|
+
var SubTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$d, [["render", _sfc_render$d], ["__scopeId", "data-v-33693201"]]);
|
|
36861
36865
|
var ace$2 = { exports: {} };
|
|
36862
36866
|
(function(module, exports) {
|
|
36863
36867
|
(function() {
|