@everchron/ec-shards 19.12.9 → 19.12.10
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/ec-shards.css +1 -1
- package/dist/ec-shards.js +14 -8
- package/dist/ec-shards.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -571,12 +571,18 @@ function Ce(e, t, n, r, i, a) {
|
|
|
571
571
|
}
|
|
572
572
|
var we = /*#__PURE__*/ V(ve, [["render", Ce], ["__scopeId", "data-v-0b5e6809"]]), Te = {
|
|
573
573
|
name: "ecs-action-toolbar",
|
|
574
|
-
props: {
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
574
|
+
props: {
|
|
575
|
+
padding: {
|
|
576
|
+
type: String,
|
|
577
|
+
default: "var(--spacing-5) var(--spacing-20)"
|
|
578
|
+
},
|
|
579
|
+
transition: {
|
|
580
|
+
type: Boolean,
|
|
581
|
+
default: !0
|
|
582
|
+
}
|
|
583
|
+
}
|
|
578
584
|
}, Ee = () => {
|
|
579
|
-
ne((e) => ({
|
|
585
|
+
ne((e) => ({ v8462c168: e.padding }));
|
|
580
586
|
}, De = Te.setup;
|
|
581
587
|
Te.setup = De ? (e, t) => (Ee(), De(e, t)) : Ee;
|
|
582
588
|
var Oe = {
|
|
@@ -586,14 +592,14 @@ var Oe = {
|
|
|
586
592
|
};
|
|
587
593
|
function ke(e, t, n, i, a, s) {
|
|
588
594
|
return T(), o(r, {
|
|
589
|
-
name: "action-bar",
|
|
595
|
+
name: n.transition ? "action-bar" : "",
|
|
590
596
|
appear: ""
|
|
591
597
|
}, {
|
|
592
598
|
default: I(() => [l("div", Oe, [k(e.$slots, "default", {}, void 0, !0)])]),
|
|
593
599
|
_: 3
|
|
594
|
-
});
|
|
600
|
+
}, 8, ["name"]);
|
|
595
601
|
}
|
|
596
|
-
var Ae = /*#__PURE__*/ V(Te, [["render", ke], ["__scopeId", "data-v-
|
|
602
|
+
var Ae = /*#__PURE__*/ V(Te, [["render", ke], ["__scopeId", "data-v-7de0171b"]]), je = {
|
|
597
603
|
name: "ecs-audio",
|
|
598
604
|
props: {
|
|
599
605
|
autoplay: {
|