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.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/steps/index.js +1 -1
- package/lib/steps/steps.css +9 -3
- package/lib/steps/steps.less +12 -2
- package/lib/steps/steps.variable.css +9 -3
- package/package.json +1 -1
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" ? "
|
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: {
|