bkui-vue 0.0.2-beta.10 → 0.0.2-beta.11

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/index.esm.js CHANGED
@@ -13531,7 +13531,7 @@ const h6 = {
13531
13531
  }, [this.defaultSteps.map((m, p) => {
13532
13532
  var y, C;
13533
13533
  return f("div", {
13534
- class: [this.resolveClassName("steps"), m.title ? "" : this.resolveClassName("step-no-content"), a(p) ? "done" : "", r(p) ? "current" : "", r(p) && this.status === "error" ? "isError" : "", m.status && r(p) ? [`${this.resolveClassName(`step-${m.status}`)}`] : ""]
13534
+ class: [this.resolveClassName("step"), m.title ? "" : this.resolveClassName("step-no-content"), a(p) ? "done" : "", r(p) ? "current" : "", r(p) && this.status === "error" ? "isError" : "", m.status && r(p) ? [`${this.resolveClassName(`step-${m.status}`)}`] : ""]
13535
13535
  }, [f("span", {
13536
13536
  class: [`${this.resolveClassName("step-indicator")}`, `${this.resolveClassName(`step-${o(m) ? "icon" : "number"}`)}`, `${this.resolveClassName(`step-icon${m.status}`)}`],
13537
13537
  style: {