form-custom-test 3.0.201 → 3.0.202
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 +4 -4
- package/dist/designer.style.css +1 -1
- package/dist/designer.umd.js +2 -2
- package/dist/render.es.js +4 -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
|
@@ -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__1780883395076__");
|
|
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__1780883395076__";
|
|
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
|
}
|
|
@@ -36375,7 +36375,7 @@ const _sfc_main$d = {
|
|
|
36375
36375
|
this.initDialogFormRules();
|
|
36376
36376
|
this.$nextTick(() => {
|
|
36377
36377
|
var _a;
|
|
36378
|
-
(_a = this.$refs.dialogFormRef) == null ? void 0 : _a.
|
|
36378
|
+
(_a = this.$refs.dialogFormRef) == null ? void 0 : _a.clearValidate();
|
|
36379
36379
|
});
|
|
36380
36380
|
},
|
|
36381
36381
|
initDialogFormRules() {
|
|
@@ -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-8e708a50"]]);
|
|
36895
36895
|
var ace$2 = { exports: {} };
|
|
36896
36896
|
(function(module, exports) {
|
|
36897
36897
|
(function() {
|