@stsdti/funky-ui-kit 1.6.8 → 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 +1 -1
- package/dist/funky-ui-kit.es.js +11 -9
- 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
|
@@ -32776,15 +32776,17 @@ 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
|
-
|
|
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")
|
|
32786
32789
|
]),
|
|
32787
|
-
renderSlot(_ctx.$slots, "dropdown-header-icon"),
|
|
32788
32790
|
isDropdownOpen.value ? (openBlock(), createElementBlock("div", _hoisted_2$e, [
|
|
32789
32791
|
withDirectives((openBlock(), createElementBlock("div", _hoisted_3$8, [
|
|
32790
32792
|
renderSlot(_ctx.$slots, "dropdown-content", {}, () => [
|
|
@@ -32801,7 +32803,7 @@ const _sfc_main$x = {
|
|
|
32801
32803
|
[unref(vOnClickOutside), closeModal]
|
|
32802
32804
|
])
|
|
32803
32805
|
])) : createCommentVNode("", true)
|
|
32804
|
-
]);
|
|
32806
|
+
], 64);
|
|
32805
32807
|
};
|
|
32806
32808
|
}
|
|
32807
32809
|
};
|