atr-components 3.0.9 → 3.0.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/index.d.ts CHANGED
@@ -872,6 +872,7 @@ declare class MenuService {
872
872
  static urlLastParams: any;
873
873
  private isLoadMenu;
874
874
  constructor(httpService: HttpService);
875
+ getAllMenus(): Menu[];
875
876
  delLastUrlParams(url: any): void;
876
877
  getLastUrlParams(): any;
877
878
  gotoUrl(routeParam: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atr-components",
3
- "version": "3.0.9",
3
+ "version": "3.0.11",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.3.15",
6
6
  "echarts": "^5.4.3"