@wikicasa-dev/components 2.3.1-alpha.8 → 2.3.1-alpha.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/Swiper/autoplay.js +1 -1
- package/dist/Swiper/controller.js +1 -1
- package/dist/Swiper/keyboard.js +1 -1
- package/dist/Swiper/thumbs.js +1 -1
- package/dist/packages/components/lib/UIKit/Radio/v2/RadioGroupItemPrimitive.vue.js +10 -9
- package/package.json +1 -1
- /package/dist/assets/{swiper-keyboard.css → swiper-controller.css} +0 -0
package/dist/Swiper/autoplay.js
CHANGED
package/dist/Swiper/keyboard.js
CHANGED
package/dist/Swiper/thumbs.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as n, createBlock as
|
|
2
|
-
import { RadioGroupItem as
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as n, createPropsRestProxy as d, createBlock as l, openBlock as p, unref as m, mergeProps as c, withCtx as u, renderSlot as y, normalizeProps as f, guardReactiveProps as C } from "vue";
|
|
2
|
+
import { RadioGroupItem as P } from "reka-ui";
|
|
3
|
+
const v = /* @__PURE__ */ n({
|
|
4
4
|
__name: "RadioGroupItemPrimitive",
|
|
5
5
|
props: {
|
|
6
6
|
dataCy: {},
|
|
@@ -13,18 +13,19 @@ const _ = /* @__PURE__ */ n({
|
|
|
13
13
|
required: { type: Boolean }
|
|
14
14
|
},
|
|
15
15
|
emits: ["select"],
|
|
16
|
-
setup(t, { emit:
|
|
17
|
-
const
|
|
18
|
-
return (i, o) => (
|
|
16
|
+
setup(t, { emit: a }) {
|
|
17
|
+
const r = d(t, ["dataCy"]), s = a;
|
|
18
|
+
return (i, o) => (p(), l(m(P), c(r, {
|
|
19
|
+
"data-cy": t.dataCy,
|
|
19
20
|
onSelect: o[0] || (o[0] = (e) => s("select", e))
|
|
20
21
|
}), {
|
|
21
22
|
default: u((e) => [
|
|
22
|
-
|
|
23
|
+
y(i.$slots, "default", f(C(e)))
|
|
23
24
|
]),
|
|
24
25
|
_: 3
|
|
25
|
-
}, 16));
|
|
26
|
+
}, 16, ["data-cy"]));
|
|
26
27
|
}
|
|
27
28
|
});
|
|
28
29
|
export {
|
|
29
|
-
|
|
30
|
+
v as default
|
|
30
31
|
};
|
package/package.json
CHANGED
|
File without changes
|