@acorex/components 21.0.0-next.36 → 21.0.0-next.38
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/fesm2022/acorex-components-file-explorer.mjs +8 -8
- package/fesm2022/acorex-components-file-explorer.mjs.map +1 -1
- package/fesm2022/acorex-components-tree-view-legacy.mjs +511 -0
- package/fesm2022/acorex-components-tree-view-legacy.mjs.map +1 -0
- package/fesm2022/acorex-components-tree-view.mjs +1123 -397
- package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
- package/file-explorer/index.d.ts +6 -6
- package/package.json +6 -6
- package/tree-view/index.d.ts +499 -168
- package/tree-view-legacy/README.md +3 -0
- package/tree-view-legacy/index.d.ts +184 -0
- package/fesm2022/acorex-components-tree2.mjs +0 -730
- package/fesm2022/acorex-components-tree2.mjs.map +0 -1
- package/tree2/README.md +0 -3
- package/tree2/index.d.ts +0 -346
package/file-explorer/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import * as i8 from '@acorex/components/tree-view';
|
|
3
|
-
import {
|
|
2
|
+
import * as i8 from '@acorex/components/tree-view-legacy';
|
|
3
|
+
import { AXTreeViewLegacyComponent, AXTreeItemClickBaseEventLegacy } from '@acorex/components/tree-view-legacy';
|
|
4
4
|
import { MXBaseComponent } from '@acorex/cdk/common';
|
|
5
5
|
import * as i7 from '@acorex/components/drawer';
|
|
6
6
|
import { AXDrawerComponent } from '@acorex/components/drawer';
|
|
@@ -37,7 +37,7 @@ declare class AXFileExplorerInternalService {
|
|
|
37
37
|
breadcrumbsData: i0.WritableSignal<string[]>;
|
|
38
38
|
activeFolderId: i0.WritableSignal<string | number>;
|
|
39
39
|
dataCallBack: i0.WritableSignal<(selectedItemId?: string | number, sortBy?: "name" | "date" | "type") => any>;
|
|
40
|
-
treeViewInstant: i0.WritableSignal<
|
|
40
|
+
treeViewInstant: i0.WritableSignal<AXTreeViewLegacyComponent>;
|
|
41
41
|
clickedItems: Set<unknown>;
|
|
42
42
|
findItemInNestedArray(array: any[], predicate: (item: any) => boolean): any;
|
|
43
43
|
dbClickHandler(item?: AXFileExplorerSchema, isTreeViewClicked?: boolean): Promise<void>;
|
|
@@ -75,8 +75,8 @@ declare class AXFileExplorerTreeComponent {
|
|
|
75
75
|
#private;
|
|
76
76
|
protected internalService: AXFileExplorerInternalService;
|
|
77
77
|
protected drawer: i0.Signal<AXDrawerComponent>;
|
|
78
|
-
protected treeView: i0.Signal<
|
|
79
|
-
protected openFolderOnViewHandler(e:
|
|
78
|
+
protected treeView: i0.Signal<AXTreeViewLegacyComponent>;
|
|
79
|
+
protected openFolderOnViewHandler(e: AXTreeItemClickBaseEventLegacy): void;
|
|
80
80
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXFileExplorerTreeComponent, never>;
|
|
81
81
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXFileExplorerTreeComponent, "ax-file-explorer-tree", never, {}, {}, never, never, true, never>;
|
|
82
82
|
}
|
|
@@ -95,7 +95,7 @@ declare class AXFileExplorerViewComponent {
|
|
|
95
95
|
|
|
96
96
|
declare class AXFileExplorerModule {
|
|
97
97
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXFileExplorerModule, never>;
|
|
98
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXFileExplorerModule, never, [typeof i1.AXDecoratorModule, typeof i2.AXButtonModule, typeof i3.AXBreadcrumbsModule, typeof i4.CommonModule, typeof i5.AXToolBarModule, typeof i6.AXMenuModule, typeof i7.AXDrawerModule, typeof i8.
|
|
98
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXFileExplorerModule, never, [typeof i1.AXDecoratorModule, typeof i2.AXButtonModule, typeof i3.AXBreadcrumbsModule, typeof i4.CommonModule, typeof i5.AXToolBarModule, typeof i6.AXMenuModule, typeof i7.AXDrawerModule, typeof i8.AXTreeViewLegacyModule, typeof AXFileExplorerContainerComponent, typeof AXFileExplorerViewComponent, typeof AXFileExplorerItemComponent, typeof AXFileExplorerHeaderComponent, typeof AXFileExplorerTreeComponent], [typeof AXFileExplorerContainerComponent, typeof AXFileExplorerViewComponent, typeof AXFileExplorerItemComponent, typeof AXFileExplorerHeaderComponent, typeof AXFileExplorerTreeComponent]>;
|
|
99
99
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXFileExplorerModule>;
|
|
100
100
|
}
|
|
101
101
|
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "21.0.0-next.
|
|
3
|
+
"version": "21.0.0-next.38",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "21.0.0-next.
|
|
6
|
-
"@acorex/cdk": "21.0.0-next.
|
|
5
|
+
"@acorex/core": "21.0.0-next.38",
|
|
6
|
+
"@acorex/cdk": "21.0.0-next.38",
|
|
7
7
|
"@angular/common": "^20.0.0",
|
|
8
8
|
"@angular/core": "^20.0.0",
|
|
9
9
|
"@angular/cdk": "^20.0.0",
|
|
@@ -476,9 +476,9 @@
|
|
|
476
476
|
"types": "./tree-view/index.d.ts",
|
|
477
477
|
"default": "./fesm2022/acorex-components-tree-view.mjs"
|
|
478
478
|
},
|
|
479
|
-
"./
|
|
480
|
-
"types": "./
|
|
481
|
-
"default": "./fesm2022/acorex-components-
|
|
479
|
+
"./tree-view-legacy": {
|
|
480
|
+
"types": "./tree-view-legacy/index.d.ts",
|
|
481
|
+
"default": "./fesm2022/acorex-components-tree-view-legacy.mjs"
|
|
482
482
|
},
|
|
483
483
|
"./uploader": {
|
|
484
484
|
"types": "./uploader/index.d.ts",
|