angular-three 2.0.0-beta.230 → 2.0.0-beta.232

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 (60) hide show
  1. package/esm2022/index.mjs +1 -2
  2. package/esm2022/lib/canvas.mjs +9 -11
  3. package/esm2022/lib/directives/args.mjs +12 -24
  4. package/esm2022/lib/directives/common.mjs +28 -5
  5. package/esm2022/lib/directives/parent.mjs +9 -24
  6. package/esm2022/lib/dom/events.mjs +1 -1
  7. package/esm2022/lib/events.mjs +12 -13
  8. package/esm2022/lib/instance.mjs +1 -1
  9. package/esm2022/lib/loader.mjs +2 -2
  10. package/esm2022/lib/loop.mjs +8 -20
  11. package/esm2022/lib/portal.mjs +22 -25
  12. package/esm2022/lib/ref.mjs +1 -1
  13. package/esm2022/lib/renderer/index.mjs +69 -68
  14. package/esm2022/lib/renderer/store.mjs +98 -104
  15. package/esm2022/lib/renderer/utils.mjs +4 -35
  16. package/esm2022/lib/roots.mjs +20 -21
  17. package/esm2022/lib/routed-scene.mjs +3 -3
  18. package/esm2022/lib/store.mjs +8 -8
  19. package/esm2022/lib/three-types.mjs +1 -1
  20. package/esm2022/lib/utils/apply-props.mjs +13 -13
  21. package/esm2022/lib/utils/attach.mjs +1 -1
  22. package/esm2022/lib/utils/before-render.mjs +2 -2
  23. package/esm2022/lib/utils/create-api-token.mjs +1 -1
  24. package/esm2022/lib/utils/is.mjs +1 -1
  25. package/esm2022/lib/utils/make.mjs +7 -8
  26. package/esm2022/lib/utils/signal-store.mjs +1 -1
  27. package/esm2022/lib/utils/update.mjs +1 -1
  28. package/fesm2022/angular-three.mjs +295 -370
  29. package/fesm2022/angular-three.mjs.map +1 -1
  30. package/index.d.ts +0 -1
  31. package/lib/canvas.d.ts +798 -793
  32. package/lib/directives/args.d.ts +4 -5
  33. package/lib/directives/common.d.ts +8 -3
  34. package/lib/directives/parent.d.ts +5 -7
  35. package/lib/dom/events.d.ts +3 -3
  36. package/lib/events.d.ts +13 -13
  37. package/lib/instance.d.ts +6 -6
  38. package/lib/loader.d.ts +5 -5
  39. package/lib/loop.d.ts +2 -26
  40. package/lib/portal.d.ts +15 -17
  41. package/lib/ref.d.ts +2 -2
  42. package/lib/renderer/index.d.ts +6 -6
  43. package/lib/renderer/store.d.ts +4 -4
  44. package/lib/renderer/utils.d.ts +1 -1
  45. package/lib/roots.d.ts +3 -3
  46. package/lib/store.d.ts +18 -18
  47. package/lib/three-types.d.ts +132 -134
  48. package/lib/utils/apply-props.d.ts +2 -2
  49. package/lib/utils/attach.d.ts +4 -4
  50. package/lib/utils/before-render.d.ts +1 -1
  51. package/lib/utils/create-api-token.d.ts +2 -2
  52. package/lib/utils/is.d.ts +11 -11
  53. package/lib/utils/make.d.ts +10 -10
  54. package/lib/utils/signal-store.d.ts +1 -1
  55. package/lib/utils/update.d.ts +1 -1
  56. package/metadata.json +1 -1
  57. package/package.json +71 -71
  58. package/web-types.json +1 -1
  59. package/esm2022/lib/utils/inputs.mjs +0 -18
  60. package/lib/utils/inputs.d.ts +0 -5
package/package.json CHANGED
@@ -1,73 +1,73 @@
1
1
  {
2
- "name": "angular-three",
3
- "version": "2.0.0-beta.230",
4
- "publishConfig": {
5
- "access": "public"
6
- },
7
- "type": "module",
8
- "repository": {
9
- "type": "git",
10
- "url": "https://github.com/angular-threejs/angular-three/tree/main/libs/core"
11
- },
12
- "author": {
13
- "name": "Chau Tran",
14
- "email": "nartc7789@gmail.com",
15
- "url": "https://nartc.me"
16
- },
17
- "description": "Angular Renderer for THREE.js",
18
- "keywords": [
19
- "angular",
20
- "threejs",
21
- "renderer"
22
- ],
23
- "license": "MIT",
24
- "peerDependencies": {
25
- "@angular/common": "^18.0.0",
26
- "@angular/core": "^18.0.0",
27
- "ngxtension": "^3.0.0",
28
- "three": ">=0.148.0"
29
- },
30
- "dependencies": {
31
- "tslib": "^2.3.0",
32
- "@nx/devkit": "^19.0.0",
33
- "@phenomnomnominal/tsquery": "^6.0.0",
34
- "nx": "^19.0.0"
35
- },
36
- "sideEffects": [
37
- "**/three-types.d.ts"
38
- ],
39
- "generators": "./plugin/generators.json",
40
- "schematics": "./plugin/generators.json",
41
- "nx-migrations": {
42
- "migrations": "./plugin/migrations.json",
43
- "packageGroup": [
44
- "angular-three-soba",
45
- "angular-three-postprocessing",
46
- "angular-three-cannon",
47
- "angular-three-rapier"
48
- ]
49
- },
50
- "ng-update": {
51
- "migrations": "./plugin/migrations.json",
52
- "packageGroup": [
53
- "angular-three-soba",
54
- "angular-three-postprocessing",
55
- "angular-three-cannon",
56
- "angular-three-rapier"
57
- ]
58
- },
59
- "web-types": "./web-types.json",
60
- "module": "fesm2022/angular-three.mjs",
61
- "typings": "index.d.ts",
62
- "exports": {
63
- "./package.json": {
64
- "default": "./package.json"
65
- },
66
- ".": {
67
- "types": "./index.d.ts",
68
- "esm2022": "./esm2022/angular-three.mjs",
69
- "esm": "./esm2022/angular-three.mjs",
70
- "default": "./fesm2022/angular-three.mjs"
71
- }
72
- }
2
+ "name": "angular-three",
3
+ "version": "2.0.0-beta.232",
4
+ "publishConfig": {
5
+ "access": "public"
6
+ },
7
+ "type": "module",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/angular-threejs/angular-three/tree/main/libs/core"
11
+ },
12
+ "author": {
13
+ "name": "Chau Tran",
14
+ "email": "nartc7789@gmail.com",
15
+ "url": "https://nartc.me"
16
+ },
17
+ "description": "Angular Renderer for THREE.js",
18
+ "keywords": [
19
+ "angular",
20
+ "threejs",
21
+ "renderer"
22
+ ],
23
+ "license": "MIT",
24
+ "peerDependencies": {
25
+ "@angular/common": "^18.0.0",
26
+ "@angular/core": "^18.0.0",
27
+ "ngxtension": "^3.0.0",
28
+ "three": ">=0.148.0"
29
+ },
30
+ "dependencies": {
31
+ "tslib": "^2.3.0",
32
+ "@nx/devkit": "^19.0.0",
33
+ "@phenomnomnominal/tsquery": "^6.0.0",
34
+ "nx": "^19.0.0"
35
+ },
36
+ "sideEffects": [
37
+ "**/three-types.d.ts"
38
+ ],
39
+ "generators": "./plugin/generators.json",
40
+ "schematics": "./plugin/generators.json",
41
+ "nx-migrations": {
42
+ "migrations": "./plugin/migrations.json",
43
+ "packageGroup": [
44
+ "angular-three-soba",
45
+ "angular-three-postprocessing",
46
+ "angular-three-cannon",
47
+ "angular-three-rapier"
48
+ ]
49
+ },
50
+ "ng-update": {
51
+ "migrations": "./plugin/migrations.json",
52
+ "packageGroup": [
53
+ "angular-three-soba",
54
+ "angular-three-postprocessing",
55
+ "angular-three-cannon",
56
+ "angular-three-rapier"
57
+ ]
58
+ },
59
+ "web-types": "./web-types.json",
60
+ "module": "fesm2022/angular-three.mjs",
61
+ "typings": "index.d.ts",
62
+ "exports": {
63
+ "./package.json": {
64
+ "default": "./package.json"
65
+ },
66
+ ".": {
67
+ "types": "./index.d.ts",
68
+ "esm2022": "./esm2022/angular-three.mjs",
69
+ "esm": "./esm2022/angular-three.mjs",
70
+ "default": "./fesm2022/angular-three.mjs"
71
+ }
72
+ }
73
73
  }