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.
@@ -68365,13 +68365,13 @@ function registerIcon(app) {
68365
68365
  if (typeof window !== "undefined") {
68366
68366
  let loadSvg = function() {
68367
68367
  var body = document.body;
68368
- var svgDom = document.getElementById("__svg__icons__dom__1777278285641__");
68368
+ var svgDom = document.getElementById("__svg__icons__dom__1777278664879__");
68369
68369
  if (!svgDom) {
68370
68370
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
68371
68371
  svgDom.style.position = "absolute";
68372
68372
  svgDom.style.width = "0";
68373
68373
  svgDom.style.height = "0";
68374
- svgDom.id = "__svg__icons__dom__1777278285641__";
68374
+ svgDom.id = "__svg__icons__dom__1777278664879__";
68375
68375
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
68376
68376
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
68377
68377
  }
@@ -79667,7 +79667,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
79667
79667
  "sub-form-row-id": $props.subFormRowId
79668
79668
  }, {
79669
79669
  default: withCtx(() => [
79670
- createElementVNode("div", {
79670
+ withDirectives(createElementVNode("div", {
79671
79671
  class: "asset-type-widget",
79672
79672
  style: normalizeStyle(_ctx.widgetStyle)
79673
79673
  }, [
@@ -79685,12 +79685,14 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
79685
79685
  createElementVNode("div", _hoisted_2, toDisplayString(item.label), 1)
79686
79686
  ], 2);
79687
79687
  }), 128))
79688
- ], 4)
79688
+ ], 4), [
79689
+ [vShow, !$props.field.options.hidden]
79690
+ ])
79689
79691
  ]),
79690
79692
  _: 1
79691
79693
  }, 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"]);
79692
79694
  }
79693
- var AssetTypeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-208aa12d"]]);
79695
+ var AssetTypeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-bb3f7e3e"]]);
79694
79696
  const loadExtension = function(app) {
79695
79697
  addContainerWidgetSchema(cardSchema);
79696
79698
  app.component(CardWidget.name, CardWidget);