bi-components-library 1.0.34 → 1.0.35

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.es.js CHANGED
@@ -2820,7 +2820,7 @@ const { RangePicker: on } = ft, sn = ({ host: t, onChange: u }) => {
2820
2820
  {
2821
2821
  placement: "top",
2822
2822
  menu: {
2823
- items: S.filter((b) => b.isShow !== 0).map((b) => ({
2823
+ items: S.filter((b) => b.isShowNew !== 1).map((b) => ({
2824
2824
  key: b.key,
2825
2825
  label: /* @__PURE__ */ ee("div", { style: { display: "flex", alignItems: "center", gap: "8px" }, children: [
2826
2826
  b.icon && /* @__PURE__ */ $("i", { className: b.icon }),