@stsdti/funky-ui-kit 1.6.4 → 1.6.5

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.
@@ -13524,6 +13524,7 @@ const _sfc_main$1J = {
13524
13524
  "has-error-control": !!hasError.value
13525
13525
  };
13526
13526
  });
13527
+ const isLabelVisible = computed(() => !props2.inputOnly && computedLabel && computedLabel.length > 0);
13527
13528
  const elementClass = computed(() => {
13528
13529
  return {
13529
13530
  "display-flex app-form-element gap-1 ": true,
@@ -13569,7 +13570,7 @@ const _sfc_main$1J = {
13569
13570
  class: normalizeClass(elementClass.value),
13570
13571
  name: _ctx.name
13571
13572
  }, [
13572
- !_ctx.inputOnly ? (openBlock(), createElementBlock("label", {
13573
+ isLabelVisible.value ? (openBlock(), createElementBlock("label", {
13573
13574
  key: 0,
13574
13575
  class: "mb-0",
13575
13576
  style: normalizeStyle(labelStyle.value)
@@ -13605,7 +13606,7 @@ const _sfc_main$1J = {
13605
13606
  };
13606
13607
  }
13607
13608
  };
13608
- const AppFormElement = /* @__PURE__ */ _export_sfc(_sfc_main$1J, [["__scopeId", "data-v-ae401c77"]]);
13609
+ const AppFormElement = /* @__PURE__ */ _export_sfc(_sfc_main$1J, [["__scopeId", "data-v-ed030431"]]);
13609
13610
  function _typeof$1(o) {
13610
13611
  "@babel/helpers - typeof";
13611
13612
  return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {