beer-assembly-biz 1.1.1-alpha.19 → 1.1.1-alpha.20

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.
Files changed (2) hide show
  1. package/AppLayout.d.ts +1 -1
  2. package/package.json +1 -1
package/AppLayout.d.ts CHANGED
@@ -101,7 +101,7 @@ export declare type LayoutProps = {
101
101
  userMenus?: {
102
102
  key: string;
103
103
  type?: string;
104
- label: string;
104
+ label: ReactNode;
105
105
  }[];
106
106
  /**
107
107
  * 头部: 从右到左菜单
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "beer-assembly-biz",
3
3
  "private": false,
4
- "version": "1.1.1-alpha.19",
4
+ "version": "1.1.1-alpha.20",
5
5
  "scripts": {
6
6
  "pub-w": "tsc && copy package.json .\\dist\\package.json && npm publish ./dist",
7
7
  "pub-m": "tsc && cp -a src/icon ./dist && cp -a src/fonts ./dist && cp -a src/images ./dist && cp package.json ./dist/package.json && npm publish ./dist"