@stsdti/funky-ui-kit 1.6.6 → 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.css +2 -2
- package/dist/funky-ui-kit.es.js +11 -13
- package/dist/funky-ui-kit.es.js.map +1 -1
- package/package.json +1 -1
- package/web-types.json +1 -1
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) {
|
|
@@ -32776,17 +32776,15 @@ const _sfc_main$x = {
|
|
|
32776
32776
|
};
|
|
32777
32777
|
return (_ctx, _cache2) => {
|
|
32778
32778
|
const _component_app_button = resolveComponent("app-button");
|
|
32779
|
-
return openBlock(), createElementBlock(
|
|
32780
|
-
createElementVNode("
|
|
32781
|
-
|
|
32782
|
-
|
|
32783
|
-
|
|
32784
|
-
|
|
32785
|
-
|
|
32786
|
-
renderSlot(_ctx.$slots, "dropdown-header")
|
|
32787
|
-
]),
|
|
32788
|
-
renderSlot(_ctx.$slots, "dropdown-header-icon")
|
|
32779
|
+
return openBlock(), createElementBlock("div", _hoisted_1$l, [
|
|
32780
|
+
createElementVNode("a", {
|
|
32781
|
+
class: "navbar-nav-link rounded-pill p-1 cursor-pointer mr-5",
|
|
32782
|
+
"data-bs-toggle": "dropdown",
|
|
32783
|
+
onClick: toggleDropdown
|
|
32784
|
+
}, [
|
|
32785
|
+
renderSlot(_ctx.$slots, "dropdown-header")
|
|
32789
32786
|
]),
|
|
32787
|
+
renderSlot(_ctx.$slots, "dropdown-header-icon"),
|
|
32790
32788
|
isDropdownOpen.value ? (openBlock(), createElementBlock("div", _hoisted_2$e, [
|
|
32791
32789
|
withDirectives((openBlock(), createElementBlock("div", _hoisted_3$8, [
|
|
32792
32790
|
renderSlot(_ctx.$slots, "dropdown-content", {}, () => [
|
|
@@ -32803,7 +32801,7 @@ const _sfc_main$x = {
|
|
|
32803
32801
|
[unref(vOnClickOutside), closeModal]
|
|
32804
32802
|
])
|
|
32805
32803
|
])) : createCommentVNode("", true)
|
|
32806
|
-
]
|
|
32804
|
+
]);
|
|
32807
32805
|
};
|
|
32808
32806
|
}
|
|
32809
32807
|
};
|