@huntsman-cancer-institute/angular-tree-component 13.1.2 → 13.1.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.
Files changed (58) hide show
  1. package/dist/angular-tree-component/LICENSE +21 -0
  2. package/dist/angular-tree-component/README.md +66 -0
  3. package/dist/angular-tree-component/package.json +56 -0
  4. package/package.json +136 -56
  5. /package/{css → dist/angular-tree-component/css}/angular-tree-component.css +0 -0
  6. /package/{esm2020 → dist/angular-tree-component/esm2020}/huntsman-cancer-institute-angular-tree-component.mjs +0 -0
  7. /package/{esm2020 → dist/angular-tree-component/esm2020}/lib/angular-tree-component.module.mjs +0 -0
  8. /package/{esm2020 → dist/angular-tree-component/esm2020}/lib/components/loading.component.mjs +0 -0
  9. /package/{esm2020 → dist/angular-tree-component/esm2020}/lib/components/tree-node-checkbox.component.mjs +0 -0
  10. /package/{esm2020 → dist/angular-tree-component/esm2020}/lib/components/tree-node-collection.component.mjs +0 -0
  11. /package/{esm2020 → dist/angular-tree-component/esm2020}/lib/components/tree-node-content.component.mjs +0 -0
  12. /package/{esm2020 → dist/angular-tree-component/esm2020}/lib/components/tree-node-drop-slot.component.mjs +0 -0
  13. /package/{esm2020 → dist/angular-tree-component/esm2020}/lib/components/tree-node-expander.component.mjs +0 -0
  14. /package/{esm2020 → dist/angular-tree-component/esm2020}/lib/components/tree-node-wrapper.component.mjs +0 -0
  15. /package/{esm2020 → dist/angular-tree-component/esm2020}/lib/components/tree-viewport.component.mjs +0 -0
  16. /package/{esm2020 → dist/angular-tree-component/esm2020}/lib/components/tree.component.mjs +0 -0
  17. /package/{esm2020 → dist/angular-tree-component/esm2020}/lib/constants/events.mjs +0 -0
  18. /package/{esm2020 → dist/angular-tree-component/esm2020}/lib/constants/keys.mjs +0 -0
  19. /package/{esm2020 → dist/angular-tree-component/esm2020}/lib/defs/api.mjs +0 -0
  20. /package/{esm2020 → dist/angular-tree-component/esm2020}/lib/directives/tree-animate-open.directive.mjs +0 -0
  21. /package/{esm2020 → dist/angular-tree-component/esm2020}/lib/directives/tree-drag.directive.mjs +0 -0
  22. /package/{esm2020 → dist/angular-tree-component/esm2020}/lib/directives/tree-drop.directive.mjs +0 -0
  23. /package/{esm2020 → dist/angular-tree-component/esm2020}/lib/mobx-angular/tree-mobx-autorun.directive.mjs +0 -0
  24. /package/{esm2020 → dist/angular-tree-component/esm2020}/lib/models/tree-dragged-element.model.mjs +0 -0
  25. /package/{esm2020 → dist/angular-tree-component/esm2020}/lib/models/tree-node.model.mjs +0 -0
  26. /package/{esm2020 → dist/angular-tree-component/esm2020}/lib/models/tree-options.model.mjs +0 -0
  27. /package/{esm2020 → dist/angular-tree-component/esm2020}/lib/models/tree-virtual-scroll.model.mjs +0 -0
  28. /package/{esm2020 → dist/angular-tree-component/esm2020}/lib/models/tree.model.mjs +0 -0
  29. /package/{esm2020 → dist/angular-tree-component/esm2020}/public-api.mjs +0 -0
  30. /package/{fesm2015 → dist/angular-tree-component/fesm2015}/huntsman-cancer-institute-angular-tree-component.mjs +0 -0
  31. /package/{fesm2015 → dist/angular-tree-component/fesm2015}/huntsman-cancer-institute-angular-tree-component.mjs.map +0 -0
  32. /package/{fesm2020 → dist/angular-tree-component/fesm2020}/huntsman-cancer-institute-angular-tree-component.mjs +0 -0
  33. /package/{fesm2020 → dist/angular-tree-component/fesm2020}/huntsman-cancer-institute-angular-tree-component.mjs.map +0 -0
  34. /package/{huntsman-cancer-institute-angular-tree-component.d.ts → dist/angular-tree-component/huntsman-cancer-institute-angular-tree-component.d.ts} +0 -0
  35. /package/{lib → dist/angular-tree-component/lib}/angular-tree-component.module.d.ts +0 -0
  36. /package/{lib → dist/angular-tree-component/lib}/components/loading.component.d.ts +0 -0
  37. /package/{lib → dist/angular-tree-component/lib}/components/tree-node-checkbox.component.d.ts +0 -0
  38. /package/{lib → dist/angular-tree-component/lib}/components/tree-node-collection.component.d.ts +0 -0
  39. /package/{lib → dist/angular-tree-component/lib}/components/tree-node-content.component.d.ts +0 -0
  40. /package/{lib → dist/angular-tree-component/lib}/components/tree-node-drop-slot.component.d.ts +0 -0
  41. /package/{lib → dist/angular-tree-component/lib}/components/tree-node-expander.component.d.ts +0 -0
  42. /package/{lib → dist/angular-tree-component/lib}/components/tree-node-wrapper.component.d.ts +0 -0
  43. /package/{lib → dist/angular-tree-component/lib}/components/tree-viewport.component.d.ts +0 -0
  44. /package/{lib → dist/angular-tree-component/lib}/components/tree.component.d.ts +0 -0
  45. /package/{lib → dist/angular-tree-component/lib}/constants/events.d.ts +0 -0
  46. /package/{lib → dist/angular-tree-component/lib}/constants/keys.d.ts +0 -0
  47. /package/{lib → dist/angular-tree-component/lib}/defs/api.d.ts +0 -0
  48. /package/{lib → dist/angular-tree-component/lib}/directives/tree-animate-open.directive.d.ts +0 -0
  49. /package/{lib → dist/angular-tree-component/lib}/directives/tree-drag.directive.d.ts +0 -0
  50. /package/{lib → dist/angular-tree-component/lib}/directives/tree-drop.directive.d.ts +0 -0
  51. /package/{lib → dist/angular-tree-component/lib}/mobx-angular/tree-mobx-autorun.directive.d.ts +0 -0
  52. /package/{lib → dist/angular-tree-component/lib}/models/tree-dragged-element.model.d.ts +0 -0
  53. /package/{lib → dist/angular-tree-component/lib}/models/tree-node.model.d.ts +0 -0
  54. /package/{lib → dist/angular-tree-component/lib}/models/tree-options.model.d.ts +0 -0
  55. /package/{lib → dist/angular-tree-component/lib}/models/tree-virtual-scroll.model.d.ts +0 -0
  56. /package/{lib → dist/angular-tree-component/lib}/models/tree.model.d.ts +0 -0
  57. /package/{public-api.d.ts → dist/angular-tree-component/public-api.d.ts} +0 -0
  58. /package/{src → dist/angular-tree-component/src}/lib/angular-tree-component.css +0 -0
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2020 Circlon Group
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,66 @@
1
+ [![npm version](https://badge.fury.io/js/%40circlon%2Fangular-tree-component.svg)](https://badge.fury.io/js/%40circlon%2Fangular-tree-component)
2
+ [![Build Status](https://dev.azure.com/pdsgmbh/AngularTree/_apis/build/status/AngularTreeComponent-CI?branchName=master)](https://dev.azure.com/pdsgmbh/AngularTree/_build/latest?definitionId=59&branchName=master)
3
+ <a href="https://angular-tree-component.herokuapp.com/"><img src="https://angular-tree-component.herokuapp.com/badge.svg" alt="slack" ></a>
4
+
5
+ # angular tree component
6
+
7
+ ## Getting started
8
+
9
+ Install `angular-tree-component`:
10
+
11
+ ```npm install @huntsman-cancer-institute/angular-tree-component```
12
+
13
+ Import `TreeModule`:
14
+
15
+ ```
16
+ import { TreeModule } from '@huntsman-cancer-institute/angular-tree-component';
17
+
18
+ @NgModule({
19
+ declarations: [AppComponent],
20
+ imports: [TreeModule],
21
+ bootstrap: [AppComponent]
22
+ })
23
+ export class AppModule {}
24
+ ```
25
+
26
+ Add css to `styles.scss` or include in `angular.json`:
27
+
28
+ ```
29
+ @import '~@huntsman-cancer-institute/angular-tree-component/css/angular-tree-component.css';
30
+ ```
31
+
32
+ ## Docs, Demos & More
33
+ We are redoing the documentation. You can find the new documentation here:
34
+ [https://circlongroup.github.io/angular-tree-component/](https://circlongroup.github.io/angular-tree-component/)
35
+
36
+ The API Reference is still in our old documentation for now:
37
+
38
+ [https://angular2-tree.readme.io/docs/](https://angular2-tree.readme.io/docs/)
39
+
40
+ ## Support
41
+ [Stackoverflow](https://stackoverflow.com/questions/tagged/angular-tree-component)
42
+
43
+ [Slack Community](https://angular-tree-component.herokuapp.com/)
44
+
45
+ ## Angular supported version
46
+
47
+ angular-tree-component supports angular 2 and above, and AoT compilation.
48
+
49
+ ## Contributing
50
+
51
+ Run `npm run build` (`npm run build:win` for windows users) to build. Run `npm start:example-app` and open [localhost:4200](http://localhost:4200) to test your code before submitting a pull request.
52
+
53
+ To run tests locally - make sure port 4200 is available and run:
54
+
55
+ ```
56
+ $ npm run build # build:win for windows; wait until build finished
57
+ $ npm run start:example-app # Wait until webpack finishes and http://localhost:4200 is available
58
+ $ npm run test:dev
59
+ ```
60
+
61
+ Please check the issues / project before starting to work on a feature / bug to make sure it's not already in progress.
62
+
63
+ ## Contributors
64
+
65
+ This project exists thanks to all the people who contribute.
66
+ <a href="https://github.com/CirclonGroup/angular-tree-component/graphs/contributors"><img src="https://opencollective.com/angular-tree-component/contributors.svg?width=890&button=false" /></a>
@@ -0,0 +1,56 @@
1
+ {
2
+ "name": "@huntsman-cancer-institute/angular-tree-component",
3
+ "author": "Circlon Group <os-group@circlon.de>, Huntsman Cancer Institute",
4
+ "homepage": "https://github.com/CirclonGroup/angular-tree-component",
5
+ "description": "A simple yet powerful tree component for Angular",
6
+ "license": "MIT",
7
+ "version": "13.1.2",
8
+ "repository": "https://gitlab.com/huntsman-cancer-institute/risr/ng/angular-tree-component.git",
9
+ "readme": "https://gitlab.com/huntsman-cancer-institute/risr/ng/angular-tree-component/blob/master/README.md",
10
+ "publishConfig": {
11
+ "registry": "https://registry.npmjs.org",
12
+ "access": "public"
13
+ },
14
+ "keywords": [
15
+ "ng",
16
+ "angular",
17
+ "tree",
18
+ "treeview",
19
+ "tree-view",
20
+ "angular-tree",
21
+ "angular tree",
22
+ "ngtree",
23
+ "ng-tree",
24
+ "angular-treeview",
25
+ "angular-tree-component",
26
+ "angular tree component"
27
+ ],
28
+ "peerDependencies": {
29
+ "@angular/common": ">=13.0.0",
30
+ "@angular/core": ">=13.0.0"
31
+ },
32
+ "dependencies": {
33
+ "mobx": "~4.14.1",
34
+ "tslib": "^2.0.0"
35
+ },
36
+ "module": "fesm2015/huntsman-cancer-institute-angular-tree-component.mjs",
37
+ "es2020": "fesm2020/huntsman-cancer-institute-angular-tree-component.mjs",
38
+ "esm2020": "esm2020/huntsman-cancer-institute-angular-tree-component.mjs",
39
+ "fesm2020": "fesm2020/huntsman-cancer-institute-angular-tree-component.mjs",
40
+ "fesm2015": "fesm2015/huntsman-cancer-institute-angular-tree-component.mjs",
41
+ "typings": "huntsman-cancer-institute-angular-tree-component.d.ts",
42
+ "exports": {
43
+ "./package.json": {
44
+ "default": "./package.json"
45
+ },
46
+ ".": {
47
+ "types": "./huntsman-cancer-institute-angular-tree-component.d.ts",
48
+ "esm2020": "./esm2020/huntsman-cancer-institute-angular-tree-component.mjs",
49
+ "es2020": "./fesm2020/huntsman-cancer-institute-angular-tree-component.mjs",
50
+ "es2015": "./fesm2015/huntsman-cancer-institute-angular-tree-component.mjs",
51
+ "node": "./fesm2015/huntsman-cancer-institute-angular-tree-component.mjs",
52
+ "default": "./fesm2020/huntsman-cancer-institute-angular-tree-component.mjs"
53
+ }
54
+ },
55
+ "sideEffects": false
56
+ }
package/package.json CHANGED
@@ -1,56 +1,136 @@
1
- {
2
- "name": "@huntsman-cancer-institute/angular-tree-component",
3
- "author": "Circlon Group <os-group@circlon.de>, Huntsman Cancer Institute",
4
- "homepage": "https://github.com/CirclonGroup/angular-tree-component",
5
- "description": "A simple yet powerful tree component for Angular",
6
- "license": "MIT",
7
- "version": "13.1.2",
8
- "repository": "https://gitlab.com/huntsman-cancer-institute/risr/ng/angular-tree-component.git",
9
- "readme": "https://gitlab.com/huntsman-cancer-institute/risr/ng/angular-tree-component/blob/master/README.md",
10
- "publishConfig": {
11
- "registry": "https://registry.npmjs.org",
12
- "access": "public"
13
- },
14
- "keywords": [
15
- "ng",
16
- "angular",
17
- "tree",
18
- "treeview",
19
- "tree-view",
20
- "angular-tree",
21
- "angular tree",
22
- "ngtree",
23
- "ng-tree",
24
- "angular-treeview",
25
- "angular-tree-component",
26
- "angular tree component"
27
- ],
28
- "peerDependencies": {
29
- "@angular/common": ">=13.0.0",
30
- "@angular/core": ">=13.0.0"
31
- },
32
- "dependencies": {
33
- "mobx": "~4.14.1",
34
- "tslib": "^2.0.0"
35
- },
36
- "module": "fesm2015/huntsman-cancer-institute-angular-tree-component.mjs",
37
- "es2020": "fesm2020/huntsman-cancer-institute-angular-tree-component.mjs",
38
- "esm2020": "esm2020/huntsman-cancer-institute-angular-tree-component.mjs",
39
- "fesm2020": "fesm2020/huntsman-cancer-institute-angular-tree-component.mjs",
40
- "fesm2015": "fesm2015/huntsman-cancer-institute-angular-tree-component.mjs",
41
- "typings": "huntsman-cancer-institute-angular-tree-component.d.ts",
42
- "exports": {
43
- "./package.json": {
44
- "default": "./package.json"
45
- },
46
- ".": {
47
- "types": "./huntsman-cancer-institute-angular-tree-component.d.ts",
48
- "esm2020": "./esm2020/huntsman-cancer-institute-angular-tree-component.mjs",
49
- "es2020": "./fesm2020/huntsman-cancer-institute-angular-tree-component.mjs",
50
- "es2015": "./fesm2015/huntsman-cancer-institute-angular-tree-component.mjs",
51
- "node": "./fesm2015/huntsman-cancer-institute-angular-tree-component.mjs",
52
- "default": "./fesm2020/huntsman-cancer-institute-angular-tree-component.mjs"
53
- }
54
- },
55
- "sideEffects": false
56
- }
1
+ {
2
+ "name": "@huntsman-cancer-institute/angular-tree-component",
3
+ "version": "13.1.3",
4
+ "description": "A simple yet powerful tree component for Angular",
5
+ "author": "Circlon Group <os-group@circlon.de>, Huntsman Cancer Institute",
6
+ "homepage": "https://gitlab.com/huntsman-cancer-institute/risr/ng/angular-tree-component",
7
+ "license": "MIT",
8
+ "keywords": [
9
+ "ng",
10
+ "angular",
11
+ "tree",
12
+ "treeview",
13
+ "tree-view",
14
+ "angular-tree",
15
+ "angular tree",
16
+ "ngtree",
17
+ "ng-tree",
18
+ "angular-treeview",
19
+ "angular-tree-component",
20
+ "angular tree component"
21
+ ],
22
+ "scripts": {
23
+ "lint:lib": "ng lint angular-tree-component",
24
+ "build:lib": "npm run lint:lib && npm run clean:dist && ng build angular-tree-component --configuration production",
25
+ "build": "npm run build:lib",
26
+ "clean:dist": "rimraf dist",
27
+ "copy:files": "cp ./README.md ./dist/angular-tree-component && cp ./LICENSE ./dist/angular-tree-component && cp ./projects/angular-tree-component/src/lib/angular-tree-component.css ./dist/angular-tree-component/css/",
28
+ "copy:files:win": "copy README.md .\\dist\\angular-tree-component && copy LICENSE .\\dist\\angular-tree-component && xcopy .\\projects\\angular-tree-component\\src\\lib\\angular-tree-component.css .\\dist\\angular-tree-component\\css\\",
29
+ "doc": "typedoc --module commonjs --out doc lib/defs/api.ts",
30
+ "clean:all": "npm run clean:dist && rimraf node_modules && npm cache clean",
31
+ "lint": "npx eslint",
32
+ "prepublish:lib:win": "npm run build:lib && npm run copy:files:win",
33
+ "start:example-app": "ng serve",
34
+ "start:example-app:es5": "ng serve --configuration=es5",
35
+ "start:docs-app": "ng serve --project=docs-app",
36
+ "build:docs-app": "ng build docs-app",
37
+ "example:cli:build": "npm run build && cd example/cli && npm install && cp -rf ../../dist node_modules/angular-tree-component/ && cp src/index.build.html src/index.html && ./node_modules/.bin/ng build --aot && cp src/index.dev.html src/index.html && mkdir -p 500tech/angular-tree-component/master/example/cli/ && cp -rf dist 500tech/angular-tree-component/master/example/cli/",
38
+ "test:ci:local": "testcafe chrome:headless e2e/*.testcafe.js --app \"ng serve\" -r xunit:./xunit/res.xml -c 4 --assertion-timeout 10000 --app-init-delay 20000 --page-load-timeout 10000 --selector-timeout 20000",
39
+ "test:dev": "testcafe chrome:headless e2e/*.testcafe.js",
40
+ "test:debug": "testcafe chrome e2e/*.testcafe.js --inspect-brk",
41
+ "test:slow": "testcafe chrome e2e/*.testcafe.js --speed 0.1",
42
+ "e2e:tsc": "../node_modules/.bin/tsc --p e2e/tsconfig.json",
43
+ "publish:release": "npm publish ./dist/angular-tree-component",
44
+ "publish:next": "npm publish ./dist/angular-tree-component --tag next",
45
+ "publish": "npm run prepublish:lib:win && npm run publish:release"
46
+ },
47
+ "files": [
48
+ "dist/"
49
+ ],
50
+ "readme": "https://gitlab.com/huntsman-cancer-institute/risr/ng/angular-tree-component/blob/master/README.md",
51
+ "contributors": [
52
+ "Adam Klein <adam@500tech.com>"
53
+ ],
54
+ "dependencies": {
55
+ "@angular/animations": "^13.3.8",
56
+ "@angular/cdk": "^13.3.7",
57
+ "@angular/forms": "^13.3.8",
58
+ "@angular/material": "^13.3.7",
59
+ "core-js": "^3.31.0",
60
+ "mobx": "^6.10.2"
61
+ },
62
+ "devDependencies": {
63
+ "@angular-devkit/architect": "^0.1303.5",
64
+ "@angular-devkit/build-angular": "^13.3.5",
65
+ "@angular-devkit/core": "^13.3.5",
66
+ "@angular-eslint/builder": "^13.2.1",
67
+ "@angular-eslint/schematics": "^13.2.1",
68
+ "@angular-eslint/template-parser": "^13.2.1",
69
+ "@angular/cli": "^13.3.5",
70
+ "@angular/common": "^13.3.8",
71
+ "@angular/compiler": "^13.3.8",
72
+ "@angular/compiler-cli": "^13.3.8",
73
+ "@angular/core": "^13.3.8",
74
+ "@angular/elements": "^13.3.8",
75
+ "@angular/platform-browser": "^13.3.8",
76
+ "@angular/platform-browser-dynamic": "^13.3.8",
77
+ "@angular/platform-server": "^13.3.8",
78
+ "@angular/router": "^13.3.8",
79
+ "@types/jasmine": "~3.6.0",
80
+ "@types/jasminewd2": "~2.0.3",
81
+ "@types/node": "^12.11.7",
82
+ "@types/rx": "2.5.34",
83
+ "@types/webpack": "^1.12.29",
84
+ "@typescript-eslint/eslint-plugin": "^5.25.0",
85
+ "@typescript-eslint/parser": "^5.25.0",
86
+ "eslint": "^8.15.0",
87
+ "html-dnd": "1.2.0",
88
+ "http-server": "0.9.0",
89
+ "husky": "^4.2.3",
90
+ "jasmine-core": "~3.6.0",
91
+ "jasmine-spec-reporter": "~5.0.0",
92
+ "karma": "~6.3.20",
93
+ "karma-chrome-launcher": "~3.1.0",
94
+ "karma-coverage-istanbul-reporter": "~3.0.2",
95
+ "karma-jasmine": "~4.0.0",
96
+ "karma-jasmine-html-reporter": "^1.5.0",
97
+ "lint-staged": "^10.0.7",
98
+ "ng-packagr": "^13.3.1",
99
+ "nightwatch": "0.9.12",
100
+ "prettier": "^1.19.1",
101
+ "rimraf": "^2.5.1",
102
+ "rxjs": "^6.5.3",
103
+ "testcafe": "^1.18.6",
104
+ "tslib": "^2.4.0",
105
+ "typedoc": "^0.3.12",
106
+ "typescript": "~4.6.4",
107
+ "uuid": "^8.2.0",
108
+ "zone.js": "^0.11.5"
109
+ },
110
+ "repository": "https://gitlab.com/huntsman-cancer-institute/risr/ng/angular-tree-component.git",
111
+ "bugs": {
112
+ "url": "https://gitlab.com/huntsman-cancer-institute/risr/ng/angular-tree-component"
113
+ },
114
+ "engines": {
115
+ "node": ">=10.21.0"
116
+ },
117
+ "prettier": {
118
+ "printWidth": 80,
119
+ "tabWidth": 2,
120
+ "useTabs": false,
121
+ "semi": true,
122
+ "singleQuote": true,
123
+ "trailingComma": "none",
124
+ "bracketSpacing": true,
125
+ "jsxBracketSameLine": true,
126
+ "requirePragma": false
127
+ },
128
+ "lint-staged": {
129
+ "*.{js,ts,json}": [
130
+ "./node_modules/.bin/prettier --write"
131
+ ],
132
+ "*.ts": [
133
+ "tslint"
134
+ ]
135
+ }
136
+ }