form-custom-test 3.0.104 → 3.0.105

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
@@ -26107,13 +26107,13 @@ function registerIcon(app) {
26107
26107
  if (typeof window !== "undefined") {
26108
26108
  let loadSvg = function() {
26109
26109
  var body = document.body;
26110
- var svgDom = document.getElementById("__svg__icons__dom__1777278294398__");
26110
+ var svgDom = document.getElementById("__svg__icons__dom__1777278673381__");
26111
26111
  if (!svgDom) {
26112
26112
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
26113
26113
  svgDom.style.position = "absolute";
26114
26114
  svgDom.style.width = "0";
26115
26115
  svgDom.style.height = "0";
26116
- svgDom.id = "__svg__icons__dom__1777278294398__";
26116
+ svgDom.id = "__svg__icons__dom__1777278673381__";
26117
26117
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
26118
26118
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
26119
26119
  }
@@ -62956,7 +62956,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
62956
62956
  "sub-form-row-id": $props.subFormRowId
62957
62957
  }, {
62958
62958
  default: withCtx(() => [
62959
- createElementVNode("div", {
62959
+ withDirectives(createElementVNode("div", {
62960
62960
  class: "asset-type-widget",
62961
62961
  style: normalizeStyle(_ctx.widgetStyle)
62962
62962
  }, [
@@ -62974,12 +62974,14 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
62974
62974
  createElementVNode("div", _hoisted_2, toDisplayString(item.label), 1)
62975
62975
  ], 2);
62976
62976
  }), 128))
62977
- ], 4)
62977
+ ], 4), [
62978
+ [vShow, !$props.field.options.hidden]
62979
+ ])
62978
62980
  ]),
62979
62981
  _: 1
62980
62982
  }, 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"]);
62981
62983
  }
62982
- var AssetTypeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-208aa12d"]]);
62984
+ var AssetTypeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-bb3f7e3e"]]);
62983
62985
  const loadExtension = function(app) {
62984
62986
  app.component(CardWidget.name, CardWidget);
62985
62987
  app.component(CardItem.name, CardItem);