@ulu/frontend-vue 0.5.0 → 0.5.1
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UluTabPanels.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/collapsible/UluTabPanels.vue"],"names":[],"mappings":"AAKA;
|
|
1
|
+
{"version":3,"file":"UluTabPanels.vue.d.ts","sourceRoot":"","sources":["../../../lib/components/collapsible/UluTabPanels.vue"],"names":[],"mappings":"AAKA;wBAwEqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;;6BAEtE,CAAC,EAAE,CAAC;;;AATjC,6SAMG"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { createBlock as t, openBlock as a, unref as o, withCtx as l, renderSlot as
|
|
2
|
-
import { TabPanels as
|
|
1
|
+
import { createBlock as t, openBlock as a, unref as o, withCtx as l, renderSlot as s, normalizeProps as n, guardReactiveProps as p } from "vue";
|
|
2
|
+
import { TabPanels as u } from "@headlessui/vue";
|
|
3
3
|
const i = {
|
|
4
4
|
__name: "UluTabPanels",
|
|
5
5
|
setup(c) {
|
|
6
|
-
return (e,
|
|
6
|
+
return (e, m) => (a(), t(o(u), { as: "template" }, {
|
|
7
7
|
default: l((r) => [
|
|
8
|
-
|
|
8
|
+
s(e.$slots, "default", n(p(r)))
|
|
9
9
|
]),
|
|
10
10
|
_: 3
|
|
11
11
|
}));
|
package/package.json
CHANGED