@rocketui/vue 0.0.19 → 0.0.20
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/rocket-ui-vue.js +3 -3
- package/dist/rocket-ui-vue.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/rocket-ui-vue.js
CHANGED
|
@@ -7533,7 +7533,7 @@ const H2 = ["onClick"], V2 = { class: "accordion__title" }, L2 = { class: "accor
|
|
|
7533
7533
|
onClick: i[0] || (i[0] = _((e) => A.$emit("click"), ["stop"]))
|
|
7534
7534
|
}), [
|
|
7535
7535
|
P(A.$slots, "custom-icon"),
|
|
7536
|
-
A.$slots["custom-icon"]
|
|
7536
|
+
!A.$slots["custom-icon"] && V.prependIcon ? (o(), F(v, {
|
|
7537
7537
|
key: 0,
|
|
7538
7538
|
class: p({
|
|
7539
7539
|
"button__prepend-icon": !0,
|
|
@@ -7541,9 +7541,9 @@ const H2 = ["onClick"], V2 = { class: "accordion__title" }, L2 = { class: "accor
|
|
|
7541
7541
|
}),
|
|
7542
7542
|
name: V.prependIcon,
|
|
7543
7543
|
size: h(M)
|
|
7544
|
-
}, null, 8, ["class", "name", "size"])),
|
|
7544
|
+
}, null, 8, ["class", "name", "size"])) : w("", !0),
|
|
7545
7545
|
V.onlyIcon ? w("", !0) : P(A.$slots, "default", { key: 1 }),
|
|
7546
|
-
!A.$slots["custom-icon"] && !V.onlyIcon ? (o(), F(v, {
|
|
7546
|
+
!A.$slots["custom-icon"] && !V.onlyIcon && V.appendIcon ? (o(), F(v, {
|
|
7547
7547
|
key: 2,
|
|
7548
7548
|
class: "button__append-icon",
|
|
7549
7549
|
name: V.appendIcon,
|