form-custom-test 3.0.200 → 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.
@@ -69045,13 +69045,13 @@ function registerIcon(app) {
69045
69045
  if (typeof window !== "undefined") {
69046
69046
  let loadSvg = function() {
69047
69047
  var body = document.body;
69048
- var svgDom = document.getElementById("__svg__icons__dom__1780642917998__");
69048
+ var svgDom = document.getElementById("__svg__icons__dom__1780883386743__");
69049
69049
  if (!svgDom) {
69050
69050
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
69051
69051
  svgDom.style.position = "absolute";
69052
69052
  svgDom.style.width = "0";
69053
69053
  svgDom.style.height = "0";
69054
- svgDom.id = "__svg__icons__dom__1780642917998__";
69054
+ svgDom.id = "__svg__icons__dom__1780883386743__";
69055
69055
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
69056
69056
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
69057
69057
  }
@@ -77903,7 +77903,7 @@ const _sfc_main$c = {
77903
77903
  this.initDialogFormRules();
77904
77904
  this.$nextTick(() => {
77905
77905
  var _a2;
77906
- (_a2 = this.$refs.dialogFormRef) == null ? void 0 : _a2.resetFields();
77906
+ (_a2 = this.$refs.dialogFormRef) == null ? void 0 : _a2.clearValidate();
77907
77907
  });
77908
77908
  },
77909
77909
  initDialogFormRules() {
@@ -78419,7 +78419,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
78419
78419
  _: 1
78420
78420
  }, 8, ["widget"]);
78421
78421
  }
78422
- var SubTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-0b6beffd"]]);
78422
+ var SubTableItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-8e708a50"]]);
78423
78423
  var subTableColumnsEditor_vue_vue_type_style_index_0_scoped_true_lang = "";
78424
78424
  const _sfc_main$b = {
78425
78425
  name: "sub-table-columns-editor",
@@ -80239,6 +80239,13 @@ const _sfc_main$7 = {
80239
80239
  parsed = null;
80240
80240
  }
80241
80241
  this.applyFormJsonToRender(parsed);
80242
+ setTimeout(() => {
80243
+ const ref2 = this.$refs.detailFormRender;
80244
+ if (!ref2) {
80245
+ return;
80246
+ }
80247
+ ref2.setFormData(__spreadValues({}, this.formData));
80248
+ }, 800);
80242
80249
  }).catch((err) => {
80243
80250
  console.error(err);
80244
80251
  this.applyFormJsonToRender(null);
@@ -80339,7 +80346,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
80339
80346
  _: 1
80340
80347
  }, 8, ["modelValue", "onClose"]);
80341
80348
  }
80342
- var DetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$7, [["render", _sfc_render$7], ["__scopeId", "data-v-a20a039c"]]);
80349
+ var DetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$7, [["render", _sfc_render$7], ["__scopeId", "data-v-443b1326"]]);
80343
80350
  var index_vue_vue_type_style_index_0_lang = "";
80344
80351
  const _sfc_main$6 = {
80345
80352
  name: "asset-table-widget",