bmp-layout 0.0.25-beta.10 → 0.0.25-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/bmp-layout.es.js CHANGED
@@ -11029,22 +11029,6 @@ const _sfc_main$c = /* @__PURE__ */ Object.assign({ name: "PageCard" }, {
11029
11029
  padding: "16px"
11030
11030
  };
11031
11031
  }
11032
- },
11033
- customClass: {
11034
- type: String,
11035
- default: ""
11036
- },
11037
- scroll: {
11038
- type: Boolean,
11039
- default: false
11040
- },
11041
- scrollHeight: {
11042
- type: String,
11043
- default: void 0
11044
- },
11045
- scrollMaxHeight: {
11046
- type: String,
11047
- default: void 0
11048
11032
  }
11049
11033
  },
11050
11034
  setup(__props) {
@@ -11054,27 +11038,17 @@ const _sfc_main$c = /* @__PURE__ */ Object.assign({ name: "PageCard" }, {
11054
11038
  return openBlock(), createBlock(unref(ElCard), {
11055
11039
  "body-style": __props.bodyStyle,
11056
11040
  header: __props.title,
11057
- class: normalizeClass([unref(prefixCls2), __props.customClass, "mx-16px my-16px"])
11041
+ class: normalizeClass([unref(prefixCls2), "mx-16px my-16px"])
11058
11042
  }, {
11059
11043
  default: withCtx(() => [
11060
- __props.scroll ? (openBlock(), createBlock(unref(ElScrollbar), {
11061
- key: 0,
11062
- height: __props.scrollHeight,
11063
- "max-height": __props.scrollMaxHeight,
11064
- always: ""
11065
- }, {
11066
- default: withCtx(() => [
11067
- renderSlot(_ctx.$slots, "default", {}, void 0, true)
11068
- ]),
11069
- _: 3
11070
- }, 8, ["height", "max-height"])) : renderSlot(_ctx.$slots, "default", { key: 1 }, void 0, true)
11044
+ renderSlot(_ctx.$slots, "default", {}, void 0, true)
11071
11045
  ]),
11072
11046
  _: 3
11073
11047
  }, 8, ["body-style", "header", "class"]);
11074
11048
  };
11075
11049
  }
11076
11050
  });
11077
- const PageCard = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-8351baee"]]);
11051
+ const PageCard = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-f55a8642"]]);
11078
11052
  const _hoisted_1$5 = { class: "ml-2px" };
11079
11053
  const _hoisted_2$5 = { class: "flex items-center" };
11080
11054
  const _sfc_main$b = /* @__PURE__ */ Object.assign({ name: "PageNavBar" }, {