@everchron/ec-shards 8.12.3 → 8.12.5

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.js CHANGED
@@ -9535,7 +9535,7 @@ const e_ = /* @__PURE__ */ v(Lg, [["render", Dg], ["__scopeId", "data-v-c9188464
9535
9535
  },
9536
9536
  transitionStyles() {
9537
9537
  const e = {};
9538
- return this.fadeOutDuration !== 0 && this.show && this.setFadeOut && (this.layout === "overlay" ? e.transition = `opacity ${this.fadeOutDuration}ms` : this.layout === "wrap" && (this.type === "border" ? e.transition = `background-position ${this.fadeOutDuration}ms, border-color ${this.fadeOutDuration}ms` : e.transition = `background-color ${this.fadeOutDuration}ms`)), e;
9538
+ return this.showClass && this.setFadeOut && (this.layout === "overlay" ? e.transition = `opacity ${this.fadeOutDuration}ms` : this.layout === "wrap" && (this.type === "border" ? e.transition = `background-position ${this.fadeOutDuration}ms, border-color ${this.fadeOutDuration}ms` : e.transition = `background-color ${this.fadeOutDuration}ms`)), e;
9539
9539
  },
9540
9540
  classes() {
9541
9541
  return {
@@ -9547,6 +9547,11 @@ const e_ = /* @__PURE__ */ v(Lg, [["render", Dg], ["__scopeId", "data-v-c9188464
9547
9547
  };
9548
9548
  }
9549
9549
  },
9550
+ mounted() {
9551
+ this.show && (setTimeout(() => {
9552
+ this.setFadeOut = this.fadeOutDuration !== 0;
9553
+ }, 5), this.showClass = !0);
9554
+ },
9550
9555
  watch: {
9551
9556
  show(e) {
9552
9557
  e ? (setTimeout(() => {
@@ -9564,7 +9569,7 @@ function Rg(e, s, t, a, n, i) {
9564
9569
  t.layout === "wrap" ? p(e.$slots, "default", { key: 0 }, void 0, !0) : u("", !0)
9565
9570
  ], 6)) : u("", !0);
9566
9571
  }
9567
- const t_ = /* @__PURE__ */ v(Fg, [["render", Rg], ["__scopeId", "data-v-82c60808"]]), Vg = {
9572
+ const t_ = /* @__PURE__ */ v(Fg, [["render", Rg], ["__scopeId", "data-v-24cd3dff"]]), Vg = {
9568
9573
  name: "ecs-toolbar",
9569
9574
  props: {
9570
9575
  /** Determines the type of the toolbar. */