@stsdti/funky-ui-kit 1.6.6 → 1.6.7
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 +14 -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
|
@@ -32752,10 +32752,13 @@ const _sfc_main$y = {
|
|
|
32752
32752
|
};
|
|
32753
32753
|
}
|
|
32754
32754
|
};
|
|
32755
|
-
const _hoisted_1$l = {
|
|
32755
|
+
const _hoisted_1$l = {
|
|
32756
|
+
class: "d-flex justify-content-end align-items-center px-2",
|
|
32757
|
+
style: { "position": "relative" }
|
|
32758
|
+
};
|
|
32756
32759
|
const _hoisted_2$e = {
|
|
32757
32760
|
key: 0,
|
|
32758
|
-
|
|
32761
|
+
style: { "position": "absolute", "top": "100%", "right": "0", "z-index": "1000" }
|
|
32759
32762
|
};
|
|
32760
32763
|
const _hoisted_3$8 = {
|
|
32761
32764
|
class: "dropdown-menu dropdown-menu-end show cursor-pointer",
|
|
@@ -32776,17 +32779,15 @@ const _sfc_main$x = {
|
|
|
32776
32779
|
};
|
|
32777
32780
|
return (_ctx, _cache2) => {
|
|
32778
32781
|
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")
|
|
32782
|
+
return openBlock(), createElementBlock("div", _hoisted_1$l, [
|
|
32783
|
+
createElementVNode("a", {
|
|
32784
|
+
class: "navbar-nav-link rounded-pill p-1 cursor-pointer mr-5",
|
|
32785
|
+
"data-bs-toggle": "dropdown",
|
|
32786
|
+
onClick: toggleDropdown
|
|
32787
|
+
}, [
|
|
32788
|
+
renderSlot(_ctx.$slots, "dropdown-header")
|
|
32789
32789
|
]),
|
|
32790
|
+
renderSlot(_ctx.$slots, "dropdown-header-icon"),
|
|
32790
32791
|
isDropdownOpen.value ? (openBlock(), createElementBlock("div", _hoisted_2$e, [
|
|
32791
32792
|
withDirectives((openBlock(), createElementBlock("div", _hoisted_3$8, [
|
|
32792
32793
|
renderSlot(_ctx.$slots, "dropdown-content", {}, () => [
|
|
@@ -32803,7 +32804,7 @@ const _sfc_main$x = {
|
|
|
32803
32804
|
[unref(vOnClickOutside), closeModal]
|
|
32804
32805
|
])
|
|
32805
32806
|
])) : createCommentVNode("", true)
|
|
32806
|
-
]
|
|
32807
|
+
]);
|
|
32807
32808
|
};
|
|
32808
32809
|
}
|
|
32809
32810
|
};
|