@ali-hm/angular-tree-component 19.1.2 → 20.0.3
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/README.md +2 -1
- package/fesm2022/ali-hm-angular-tree-component.mjs +346 -359
- package/fesm2022/ali-hm-angular-tree-component.mjs.map +1 -1
- package/index.d.ts +1109 -3
- package/package.json +3 -3
- package/lib/angular-tree-component.module.d.ts +0 -43
- package/lib/components/loading.component.d.ts +0 -9
- package/lib/components/tree-node-checkbox.component.d.ts +0 -7
- package/lib/components/tree-node-collection.component.d.ts +0 -34
- package/lib/components/tree-node-content.component.d.ts +0 -10
- package/lib/components/tree-node-drop-slot.component.d.ts +0 -10
- package/lib/components/tree-node-expander.component.d.ts +0 -7
- package/lib/components/tree-node-wrapper.component.d.ts +0 -9
- package/lib/components/tree-viewport.component.d.ts +0 -17
- package/lib/components/tree.component.d.ts +0 -47
- package/lib/constants/events.d.ts +0 -19
- package/lib/constants/keys.d.ts +0 -9
- package/lib/defs/api.d.ts +0 -611
- package/lib/directives/tree-animate-open.directive.d.ts +0 -20
- package/lib/directives/tree-drag.directive.d.ts +0 -21
- package/lib/directives/tree-drop.directive.d.ts +0 -33
- package/lib/mobx-angular/mobx-proxy.d.ts +0 -7
- package/lib/mobx-angular/tree-mobx-autorun.directive.d.ts +0 -17
- package/lib/models/tree-dragged-element.model.d.ts +0 -9
- package/lib/models/tree-node.model.d.ts +0 -83
- package/lib/models/tree-options.model.d.ts +0 -77
- package/lib/models/tree-virtual-scroll.model.d.ts +0 -27
- package/lib/models/tree.model.d.ts +0 -91
- package/public-api.d.ts +0 -1
package/README.md
CHANGED
|
@@ -32,10 +32,11 @@ Add css to `styles.scss` or include in `angular.json`:
|
|
|
32
32
|
|
|
33
33
|
## Angular supported version
|
|
34
34
|
|
|
35
|
-
angular-tree-component supports angular
|
|
35
|
+
angular-tree-component supports angular 12+ versions, and AoT compilation.
|
|
36
36
|
|
|
37
37
|
versioning has been change to align with supported Angular version.
|
|
38
38
|
so:\
|
|
39
|
+
v20.\*.\* = Angular 20
|
|
39
40
|
v19.\*.\* = Angular 19
|
|
40
41
|
v18.\*.\* = Angular 18
|
|
41
42
|
v17.\*.\* = Angular 17
|