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.
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("__svg__icons__dom__1780642926328__");
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 = "__svg__icons__dom__1780642926328__";
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.resetFields();
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-0b6beffd"]]);
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() {
@@ -63258,6 +63258,13 @@ const _sfc_main$7 = {
63258
63258
  parsed = null;
63259
63259
  }
63260
63260
  this.applyFormJsonToRender(parsed);
63261
+ setTimeout(() => {
63262
+ const ref2 = this.$refs.detailFormRender;
63263
+ if (!ref2) {
63264
+ return;
63265
+ }
63266
+ ref2.setFormData(__spreadValues({}, this.formData));
63267
+ }, 800);
63261
63268
  }).catch((err) => {
63262
63269
  console.error(err);
63263
63270
  this.applyFormJsonToRender(null);
@@ -63358,7 +63365,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
63358
63365
  _: 1
63359
63366
  }, 8, ["modelValue", "onClose"]);
63360
63367
  }
63361
- var DetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$7, [["render", _sfc_render$7], ["__scopeId", "data-v-a20a039c"]]);
63368
+ var DetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$7, [["render", _sfc_render$7], ["__scopeId", "data-v-443b1326"]]);
63362
63369
  var index_vue_vue_type_style_index_0_lang = "";
63363
63370
  const _sfc_main$6 = {
63364
63371
  name: "asset-table-widget",