@luizleon/sf.prefeiturasp.vuecomponents 5.0.38 → 5.0.40

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.
@@ -8032,7 +8032,7 @@ const lo = () => um(), dm = { class: "font-percentage" }, Ci = "--font-size-incr
8032
8032
  borderRadius: "var(--border-radius) !important",
8033
8033
  shadow: "none !important",
8034
8034
  hoverBorderColor: "var(--primary-color) !important",
8035
- placeholderColor: "var(--text-muted-color)"
8035
+ placeholderColor: "var(--muted-color)"
8036
8036
  }
8037
8037
  },
8038
8038
  menu: {
@@ -8072,7 +8072,7 @@ const lo = () => um(), dm = { class: "font-percentage" }, Ci = "--font-size-incr
8072
8072
  select: {
8073
8073
  root: {
8074
8074
  background: "var(--bg-color)",
8075
- color: "var(--primary-color)",
8075
+ color: "var(--text-color)",
8076
8076
  hoverBorderColor: "var(--primary-color)",
8077
8077
  placeholderColor: "var(--muted-color)",
8078
8078
  disabledColor: "var(--disabled-color)"
@@ -8112,7 +8112,7 @@ const lo = () => um(), dm = { class: "font-percentage" }, Ci = "--font-size-incr
8112
8112
  root: {
8113
8113
  background: "var(--surface-100-color)",
8114
8114
  hoverBorderColor: "var(--primary-color)",
8115
- placeholderColor: "var(--text-muted-color)"
8115
+ placeholderColor: "var(--muted-color)"
8116
8116
  }
8117
8117
  },
8118
8118
  toast: {
@@ -8353,8 +8353,9 @@ class Em {
8353
8353
  500
8354
8354
  ));
8355
8355
  const r = document.createElement("div"), o = document.createElement("div"), i = document.createElement("div");
8356
- o.className = "content", i.className = "progress", o.appendChild(i), r.className = "sf-toast", r.style.zIndex = (Tt.GetMaxZindex() + 1).toString(), r.appendChild(o), this.current = r, document.body.appendChild(r), r.addEventListener("transitionend", (l) => {
8357
- l.propertyName === "opacity" && r.style.opacity === "0" && (document.body.removeChild(r), this.current && this.current === r && (this.current = null));
8356
+ o.className = "content", i.className = "progress", o.appendChild(i), r.className = "sf-toast", r.style.zIndex = Tt.GetMaxZindex().toString(), r.appendChild(o), this.current = r, document.body.appendChild(r), r.addEventListener("transitionend", (l) => {
8357
+ const u = l.propertyName === "opacity", d = l.target.classList.contains("visible");
8358
+ u && !d && (document.body.removeChild(r), this.current === r && (this.current = null));
8358
8359
  });
8359
8360
  const a = [];
8360
8361
  Array.isArray(e.message) ? a.push(...e.message) : a.push(e.message);