@aloudata/aloudata-design 2.15.13 → 2.17.0

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.d.ts CHANGED
@@ -107,3 +107,5 @@ export { default as message } from './message';
107
107
  export { default as notification } from './notification';
108
108
  export { default as AldSelect } from './AldSelect';
109
109
  export type { ISelectProps } from './AldSelect/interface';
110
+ export { default as AMenu } from './AMenu';
111
+ export type { AMenuProps } from './AMenu';
package/dist/index.js CHANGED
@@ -65,4 +65,5 @@ export { default as message } from "./message";
65
65
  // alias, keep API the same as antd
66
66
  // export type { MessageArgsProps } from './message';
67
67
  export { default as notification } from "./notification";
68
- export { default as AldSelect } from "./AldSelect";
68
+ export { default as AldSelect } from "./AldSelect";
69
+ export { default as AMenu } from "./AMenu";
package/dist/index.less CHANGED
@@ -60,4 +60,5 @@
60
60
  @import './List/style/index.less';
61
61
  @import './LogicTree/style/index.less';
62
62
  @import './AldSelect/style/index.less';
63
+ @import './AMenu/style/index.less';
63
64
  @import './style/mixins/index.less';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloudata/aloudata-design",
3
- "version": "2.15.13",
3
+ "version": "2.17.0",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",