form-custom-test 3.0.105 → 3.0.106

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__1777278673381__");
26110
+ var svgDom = document.getElementById("__svg__icons__dom__1777279002204__");
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__1777278673381__";
26116
+ svgDom.id = "__svg__icons__dom__1777279002204__";
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
- withDirectives(createElementVNode("div", {
62959
+ createElementVNode("div", {
62960
62960
  class: "asset-type-widget",
62961
62961
  style: normalizeStyle(_ctx.widgetStyle)
62962
62962
  }, [
@@ -62974,14 +62974,12 @@ 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), [
62978
- [vShow, !$props.field.options.hidden]
62979
- ])
62977
+ ], 4)
62980
62978
  ]),
62981
62979
  _: 1
62982
62980
  }, 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"]);
62983
62981
  }
62984
- var AssetTypeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-bb3f7e3e"]]);
62982
+ var AssetTypeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-7351af35"]]);
62985
62983
  const loadExtension = function(app) {
62986
62984
  app.component(CardWidget.name, CardWidget);
62987
62985
  app.component(CardItem.name, CardItem);