@acorex/components 3.0.35 → 3.0.36

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.
@@ -99,6 +99,7 @@ export declare class AXTreeViewComponent extends AXBaseComponent {
99
99
  private hideLoading;
100
100
  openAll(loadAll?: boolean): void;
101
101
  selectItem(item: any): void;
102
+ unSelectItem(item: any): void;
102
103
  open(item: any): void;
103
104
  scrolIntoView(item: any): void;
104
105
  closeAll(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "3.0.35",
3
+ "version": "3.0.36",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^9.0.6",
6
6
  "@angular/core": "^9.0.6"