@everchron/ec-shards 8.12.4 → 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 {
@@ -9548,7 +9548,9 @@ const e_ = /* @__PURE__ */ v(Lg, [["render", Dg], ["__scopeId", "data-v-c9188464
9548
9548
  }
9549
9549
  },
9550
9550
  mounted() {
9551
- this.show && (this.setFadeOut = this.fadeOutDuration !== 0, this.showClass = !0);
9551
+ this.show && (setTimeout(() => {
9552
+ this.setFadeOut = this.fadeOutDuration !== 0;
9553
+ }, 5), this.showClass = !0);
9552
9554
  },
9553
9555
  watch: {
9554
9556
  show(e) {
@@ -9567,7 +9569,7 @@ function Rg(e, s, t, a, n, i) {
9567
9569
  t.layout === "wrap" ? p(e.$slots, "default", { key: 0 }, void 0, !0) : u("", !0)
9568
9570
  ], 6)) : u("", !0);
9569
9571
  }
9570
- const t_ = /* @__PURE__ */ v(Fg, [["render", Rg], ["__scopeId", "data-v-4e2d8b71"]]), Vg = {
9572
+ const t_ = /* @__PURE__ */ v(Fg, [["render", Rg], ["__scopeId", "data-v-24cd3dff"]]), Vg = {
9571
9573
  name: "ecs-toolbar",
9572
9574
  props: {
9573
9575
  /** Determines the type of the toolbar. */