form-custom-test 3.0.205 → 3.0.207

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.
@@ -12692,6 +12692,7 @@ const _sfc_main$3k = {
12692
12692
  },
12693
12693
  handleFileUpload(res, file, fileList) {
12694
12694
  var _a2;
12695
+ console.log(res, file, fileList, "res, file, fileList");
12695
12696
  if (file.status === "success") {
12696
12697
  let customResult = null;
12697
12698
  if (!!this.field.options.onUploadSuccess) {
@@ -12952,7 +12953,7 @@ function _sfc_render$3k(_ctx, _cache, $props, $setup, $data, $options) {
12952
12953
  _: 1
12953
12954
  }, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
12954
12955
  }
12955
- var fileUploadWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$3k, [["render", _sfc_render$3k], ["__scopeId", "data-v-d1ab6ccc"]]);
12956
+ var fileUploadWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$3k, [["render", _sfc_render$3k], ["__scopeId", "data-v-5867bca2"]]);
12956
12957
  var __glob_0_7$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
12957
12958
  __proto__: null,
12958
12959
  "default": fileUploadWidget
@@ -69045,13 +69046,13 @@ function registerIcon(app) {
69045
69046
  if (typeof window !== "undefined") {
69046
69047
  let loadSvg = function() {
69047
69048
  var body = document.body;
69048
- var svgDom = document.getElementById("__svg__icons__dom__1780907235654__");
69049
+ var svgDom = document.getElementById("__svg__icons__dom__1780972534591__");
69049
69050
  if (!svgDom) {
69050
69051
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
69051
69052
  svgDom.style.position = "absolute";
69052
69053
  svgDom.style.width = "0";
69053
69054
  svgDom.style.height = "0";
69054
- svgDom.id = "__svg__icons__dom__1780907235654__";
69055
+ svgDom.id = "__svg__icons__dom__1780972534591__";
69055
69056
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
69056
69057
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
69057
69058
  }
@@ -80856,7 +80857,6 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
80856
80857
  "max-height": "500px",
80857
80858
  "header-row-class-name": "headerRowClassName",
80858
80859
  "header-cell-class-name": "headerCellClassName",
80859
- stripe: "",
80860
80860
  style: { "width": "100%" },
80861
80861
  "row-key": "id",
80862
80862
  ref: "tableRef",
@@ -80909,7 +80909,7 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
80909
80909
  _: 1
80910
80910
  }, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
80911
80911
  }
80912
- var ResolutionTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$5, [["render", _sfc_render$5], ["__scopeId", "data-v-23babf1c"]]);
80912
+ var ResolutionTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$5, [["render", _sfc_render$5], ["__scopeId", "data-v-68fa0297"]]);
80913
80913
  class DictManager {
80914
80914
  constructor() {
80915
80915
  this.dictCache = {};