form-custom-test 3.0.92 → 3.0.93

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
@@ -24293,7 +24293,14 @@ const _sfc_main$u = {
24293
24293
  delete this.refList[this.widget.options.name];
24294
24294
  }
24295
24295
  },
24296
- watch: {},
24296
+ watch: {
24297
+ "widget.options.span": {
24298
+ handler(val) {
24299
+ this.layoutProps.span = val;
24300
+ },
24301
+ immediate: true
24302
+ }
24303
+ },
24297
24304
  methods: {
24298
24305
  setHidden(flag) {
24299
24306
  if (this.widget && this.widget.options) {
@@ -24399,7 +24406,7 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
24399
24406
  [vShow, $options.colVisible]
24400
24407
  ]) : createCommentVNode("", true);
24401
24408
  }
24402
- var GridColItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$u, [["render", _sfc_render$u], ["__scopeId", "data-v-bc1d425a"]]);
24409
+ var GridColItem = /* @__PURE__ */ _export_sfc$1(_sfc_main$u, [["render", _sfc_render$u], ["__scopeId", "data-v-746165e2"]]);
24403
24410
  var __glob_0_1$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
24404
24411
  __proto__: null,
24405
24412
  "default": GridColItem
@@ -26059,13 +26066,13 @@ function registerIcon(app) {
26059
26066
  if (typeof window !== "undefined") {
26060
26067
  let loadSvg = function() {
26061
26068
  var body = document.body;
26062
- var svgDom = document.getElementById("__svg__icons__dom__1776823853993__");
26069
+ var svgDom = document.getElementById("__svg__icons__dom__1776839126717__");
26063
26070
  if (!svgDom) {
26064
26071
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
26065
26072
  svgDom.style.position = "absolute";
26066
26073
  svgDom.style.width = "0";
26067
26074
  svgDom.style.height = "0";
26068
- svgDom.id = "__svg__icons__dom__1776823853993__";
26075
+ svgDom.id = "__svg__icons__dom__1776839126717__";
26069
26076
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
26070
26077
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
26071
26078
  }