bkui-vue 0.0.2-beta.116 → 0.0.2-beta.117

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
@@ -11111,7 +11111,7 @@ const Vd = {
11111
11111
  }, [this.defaultSteps.map((f, g) => {
11112
11112
  var m, v;
11113
11113
  return u("div", {
11114
- class: [this.resolveClassName("step"), f.title ? "" : this.resolveClassName("step-no-content"), i(g) ? "done" : "", s(g) ? "current" : "", s(g) && this.status === "error" ? "isError" : "", f.status && s(g) ? [`${this.resolveClassName(`step-${f.status}`)}`] : ""]
11114
+ class: [this.resolveClassName("step"), f.title ? "" : this.resolveClassName("step-no-content"), i(g) ? "done" : "", s(g) ? "current" : "", s(g) && this.status === "error" ? "is-error" : "", f.status && s(g) ? [`${this.resolveClassName(`step-${f.status}`)}`] : ""]
11115
11115
  }, [u("span", {
11116
11116
  class: [`${this.resolveClassName("step-indicator")}`, `${this.resolveClassName(`step-${r(f) ? "icon" : "number"}`)}`, `${this.resolveClassName(`step-icon${f.status}`)}`],
11117
11117
  style: {