bkui-vue 0.0.1-beta.335 → 0.0.1-beta.336

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
@@ -25300,7 +25300,7 @@ var DatePanel = defineComponent({
25300
25300
  "onPick-toggle-time": this.handleToggleTime,
25301
25301
  "onPick-clear": this.handlePickClear,
25302
25302
  "onPick-success": this.handlePickSuccess
25303
- }, null) : ""]), this.hasShortcuts ? createVNode("div", {
25303
+ }, this.$slots) : ""]), this.hasShortcuts ? createVNode("div", {
25304
25304
  "class": "bk-picker-panel-sidebar"
25305
25305
  }, [(_c = (_b = (_a = this.$slots).shortcuts) == null ? void 0 : _b.call(_a)) != null ? _c : null]) : null]);
25306
25306
  }