bkui-vue 0.0.2-beta.57 → 0.0.2-beta.58

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
@@ -20367,6 +20367,7 @@ const Rx = () => ({
20367
20367
  // </a>
20368
20368
  f(an, {
20369
20369
  text: !0,
20370
+ theme: "primary",
20370
20371
  class: this.resolveClassName("picker-confirm-time"),
20371
20372
  disabled: this.timeDisabled,
20372
20373
  onClick: this.handleToggleTime
@@ -26209,11 +26210,11 @@ const Kk = {
26209
26210
  [`${this.resolveClassName("form-item")}`]: !0,
26210
26211
  "is-error": this.isError,
26211
26212
  "is-required": this.required
26212
- }), t = () => this.$slots.label ? this.$slots.label() : this.description ? He(f("span", {
26213
+ }), t = () => this.$slots.label ? f("span", null, [this.$slots.label()]) : this.description ? He(f("span", {
26213
26214
  class: {
26214
26215
  [`${this.resolveClassName("form-label-description")}`]: !!this.description
26215
26216
  }
26216
- }, [this.label]), [[zn("bk-tooltips"), this.description]]) : this.label, n = () => this.isError ? this.errorDisplayType === "tooltips" ? He(f("div", {
26217
+ }, [this.label]), [[zn("bk-tooltips"), this.description]]) : f("span", null, [this.label]), n = () => this.isError ? this.errorDisplayType === "tooltips" ? He(f("div", {
26217
26218
  class: `${this.resolveClassName("form-error-tips")}`
26218
26219
  }, [f(Cl, null, null)]), [[zn("bk-tooltips"), this.errorMessage]]) : f("div", {
26219
26220
  class: `${this.resolveClassName("form-error")}`