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