@stsdti/funky-ui-kit 1.6.7 → 1.6.8
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/funky-ui-kit.es.js
CHANGED
|
@@ -13524,7 +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
|
+
const isLabelVisible = computed(() => !props2.inputOnly && computedLabel.value && computedLabel.value.length > 0);
|
|
13528
13528
|
const elementClass = computed(() => {
|
|
13529
13529
|
return {
|
|
13530
13530
|
"display-flex app-form-element gap-1 ": true,
|
|
@@ -13606,7 +13606,7 @@ const _sfc_main$1J = {
|
|
|
13606
13606
|
};
|
|
13607
13607
|
}
|
|
13608
13608
|
};
|
|
13609
|
-
const AppFormElement = /* @__PURE__ */ _export_sfc(_sfc_main$1J, [["__scopeId", "data-v-
|
|
13609
|
+
const AppFormElement = /* @__PURE__ */ _export_sfc(_sfc_main$1J, [["__scopeId", "data-v-67e91b67"]]);
|
|
13610
13610
|
function _typeof$1(o) {
|
|
13611
13611
|
"@babel/helpers - typeof";
|
|
13612
13612
|
return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) {
|
|
@@ -32752,13 +32752,10 @@ const _sfc_main$y = {
|
|
|
32752
32752
|
};
|
|
32753
32753
|
}
|
|
32754
32754
|
};
|
|
32755
|
-
const _hoisted_1$l = {
|
|
32756
|
-
class: "d-flex justify-content-end align-items-center px-2",
|
|
32757
|
-
style: { "position": "relative" }
|
|
32758
|
-
};
|
|
32755
|
+
const _hoisted_1$l = { class: "d-flex justify-content-end align-items-center px-2" };
|
|
32759
32756
|
const _hoisted_2$e = {
|
|
32760
32757
|
key: 0,
|
|
32761
|
-
|
|
32758
|
+
class: "nav-item nav-item-dropdown-lg dropdown ms-lg-2"
|
|
32762
32759
|
};
|
|
32763
32760
|
const _hoisted_3$8 = {
|
|
32764
32761
|
class: "dropdown-menu dropdown-menu-end show cursor-pointer",
|