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.
package/dist/render.es.js CHANGED
@@ -10843,6 +10843,7 @@ const _sfc_main$W = {
10843
10843
  },
10844
10844
  handleFileUpload(res, file, fileList) {
10845
10845
  var _a;
10846
+ console.log(res, file, fileList, "res, file, fileList");
10846
10847
  if (file.status === "success") {
10847
10848
  let customResult = null;
10848
10849
  if (!!this.field.options.onUploadSuccess) {
@@ -11103,7 +11104,7 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
11103
11104
  _: 1
11104
11105
  }, 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"]);
11105
11106
  }
11106
- var fileUploadWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$W, [["render", _sfc_render$W], ["__scopeId", "data-v-d1ab6ccc"]]);
11107
+ var fileUploadWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$W, [["render", _sfc_render$W], ["__scopeId", "data-v-5867bca2"]]);
11107
11108
  var __glob_0_7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
11108
11109
  __proto__: null,
11109
11110
  "default": fileUploadWidget
@@ -26517,13 +26518,13 @@ function registerIcon(app) {
26517
26518
  if (typeof window !== "undefined") {
26518
26519
  let loadSvg = function() {
26519
26520
  var body = document.body;
26520
- var svgDom = document.getElementById("__svg__icons__dom__1780907246226__");
26521
+ var svgDom = document.getElementById("__svg__icons__dom__1780972543117__");
26521
26522
  if (!svgDom) {
26522
26523
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
26523
26524
  svgDom.style.position = "absolute";
26524
26525
  svgDom.style.width = "0";
26525
26526
  svgDom.style.height = "0";
26526
- svgDom.id = "__svg__icons__dom__1780907246226__";
26527
+ svgDom.id = "__svg__icons__dom__1780972543117__";
26527
26528
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
26528
26529
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
26529
26530
  }
@@ -63875,7 +63876,6 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
63875
63876
  "max-height": "500px",
63876
63877
  "header-row-class-name": "headerRowClassName",
63877
63878
  "header-cell-class-name": "headerCellClassName",
63878
- stripe: "",
63879
63879
  style: { "width": "100%" },
63880
63880
  "row-key": "id",
63881
63881
  ref: "tableRef",
@@ -63928,7 +63928,7 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
63928
63928
  _: 1
63929
63929
  }, 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"]);
63930
63930
  }
63931
- var ResolutionTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$5, [["render", _sfc_render$5], ["__scopeId", "data-v-23babf1c"]]);
63931
+ var ResolutionTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$5, [["render", _sfc_render$5], ["__scopeId", "data-v-68fa0297"]]);
63932
63932
  class DictManager {
63933
63933
  constructor() {
63934
63934
  this.dictCache = {};