form-custom-test 3.0.201 → 3.0.203
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 +7 -7
- package/dist/designer.style.css +1 -1
- package/dist/designer.umd.js +2 -2
- package/dist/render.es.js +7 -7
- 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
|
@@ -26517,13 +26517,13 @@ function registerIcon(app) {
|
|
|
26517
26517
|
if (typeof window !== "undefined") {
|
|
26518
26518
|
let loadSvg = function() {
|
|
26519
26519
|
var body = document.body;
|
|
26520
|
-
var svgDom = document.getElementById("
|
|
26520
|
+
var svgDom = document.getElementById("__svg__icons__dom__1780883721094__");
|
|
26521
26521
|
if (!svgDom) {
|
|
26522
26522
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
26523
26523
|
svgDom.style.position = "absolute";
|
|
26524
26524
|
svgDom.style.width = "0";
|
|
26525
26525
|
svgDom.style.height = "0";
|
|
26526
|
-
svgDom.id = "
|
|
26526
|
+
svgDom.id = "__svg__icons__dom__1780883721094__";
|
|
26527
26527
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
26528
26528
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
26529
26529
|
}
|
|
@@ -36318,6 +36318,10 @@ const _sfc_main$d = {
|
|
|
36318
36318
|
this.dialogTitle = "\u65B0\u589E";
|
|
36319
36319
|
this.initDialogFormData();
|
|
36320
36320
|
this.dialogVisible = true;
|
|
36321
|
+
this.$nextTick(() => {
|
|
36322
|
+
var _a;
|
|
36323
|
+
(_a = this.$refs.dialogFormRef) == null ? void 0 : _a.clearValidate();
|
|
36324
|
+
});
|
|
36321
36325
|
},
|
|
36322
36326
|
handleEditRow(index2, row) {
|
|
36323
36327
|
this.editingIndex = index2;
|
|
@@ -36373,10 +36377,6 @@ const _sfc_main$d = {
|
|
|
36373
36377
|
}
|
|
36374
36378
|
this.dialogFormData = formData;
|
|
36375
36379
|
this.initDialogFormRules();
|
|
36376
|
-
this.$nextTick(() => {
|
|
36377
|
-
var _a;
|
|
36378
|
-
(_a = this.$refs.dialogFormRef) == null ? void 0 : _a.resetFields();
|
|
36379
|
-
});
|
|
36380
36380
|
},
|
|
36381
36381
|
initDialogFormRules() {
|
|
36382
36382
|
const rules = {};
|
|
@@ -36891,7 +36891,7 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36891
36891
|
_: 1
|
|
36892
36892
|
}, 8, ["widget"]);
|
|
36893
36893
|
}
|
|
36894
|
-
var SubTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$d, [["render", _sfc_render$d], ["__scopeId", "data-v-
|
|
36894
|
+
var SubTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$d, [["render", _sfc_render$d], ["__scopeId", "data-v-0b06cc4d"]]);
|
|
36895
36895
|
var ace$2 = { exports: {} };
|
|
36896
36896
|
(function(module, exports) {
|
|
36897
36897
|
(function() {
|