angular-three 3.5.0 → 3.6.1

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.
@@ -18,6 +18,7 @@ export declare class NgtCanvasNative {
18
18
  raycaster: import("@angular/core").InputSignal<Partial<Raycaster> | undefined>;
19
19
  scene: import("@angular/core").InputSignal<Scene | Partial<Scene> | undefined>;
20
20
  camera: import("@angular/core").InputSignal<NonNullable<((import("angular-three").NgtCamera | Partial<{
21
+ name?: string | undefined;
21
22
  readonly type?: string | undefined;
22
23
  addEventListener: (<TEventKey extends keyof import("angular-three").NgtNodeEventMap<import("three").Camera>>(type: TEventKey, listener: (this: import("angular-three").NgtNodeElement<import("three").Camera, typeof import("three").Camera>, ev: import("angular-three").NgtNodeEventMap<import("three").Camera>[TEventKey]) => any) => void) & (<TEventKey extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey, listener: (this: any, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey]) => any) => void);
23
24
  removeEventListener: (<TEventKey extends keyof import("angular-three").NgtNodeEventMap<import("three").Camera>>(type: TEventKey, listener: (this: import("angular-three").NgtNodeElement<import("three").Camera, typeof import("three").Camera>, ev: import("angular-three").NgtNodeEventMap<import("three").Camera>[TEventKey]) => any) => void) & (<TEventKey extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey, listener: (this: any, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey]) => any) => void);
@@ -33,7 +34,6 @@ export declare class NgtCanvasNative {
33
34
  readonly isObject3D?: true | undefined;
34
35
  readonly id?: number | undefined;
35
36
  uuid?: string | undefined;
36
- name?: string | undefined;
37
37
  parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
38
38
  children?: import("three").Object3D<import("three").Object3DEventMap>[] | undefined;
39
39
  readonly modelViewMatrix?: import("three").Matrix4 | undefined;
@@ -108,6 +108,7 @@ export declare class NgtCanvasNative {
108
108
  dispose: (() => void) | null;
109
109
  raycast: import("three").Object3D["raycast"] | null;
110
110
  } & {
111
+ name?: string | undefined;
111
112
  readonly type?: string | undefined;
112
113
  addEventListener: (<TEventKey extends keyof import("angular-three").NgtNodeEventMap<import("three").PerspectiveCamera>>(type: TEventKey, listener: (this: import("angular-three").NgtNodeElement<import("three").PerspectiveCamera, typeof import("three").PerspectiveCamera>, ev: import("angular-three").NgtNodeEventMap<import("three").PerspectiveCamera>[TEventKey]) => any) => void) & (<TEventKey extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey, listener: (this: any, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey]) => any) => void);
113
114
  removeEventListener: (<TEventKey extends keyof import("angular-three").NgtNodeEventMap<import("three").PerspectiveCamera>>(type: TEventKey, listener: (this: import("angular-three").NgtNodeElement<import("three").PerspectiveCamera, typeof import("three").PerspectiveCamera>, ev: import("angular-three").NgtNodeEventMap<import("three").PerspectiveCamera>[TEventKey]) => any) => void) & (<TEventKey extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey, listener: (this: any, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey]) => any) => void);
@@ -123,7 +124,6 @@ export declare class NgtCanvasNative {
123
124
  readonly isObject3D?: true | undefined;
124
125
  readonly id?: number | undefined;
125
126
  uuid?: string | undefined;
126
- name?: string | undefined;
127
127
  parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
128
128
  children?: import("three").Object3D<import("three").Object3DEventMap>[] | undefined;
129
129
  readonly modelViewMatrix?: import("three").Matrix4 | undefined;
@@ -227,6 +227,7 @@ export declare class NgtCanvasNative {
227
227
  dispose: (() => void) | null;
228
228
  raycast: import("three").Object3D["raycast"] | null;
229
229
  } & {
230
+ name?: string | undefined;
230
231
  readonly type?: string | undefined;
231
232
  addEventListener: (<TEventKey extends keyof import("angular-three").NgtNodeEventMap<import("three").OrthographicCamera>>(type: TEventKey, listener: (this: import("angular-three").NgtNodeElement<import("three").OrthographicCamera, typeof import("three").OrthographicCamera>, ev: import("angular-three").NgtNodeEventMap<import("three").OrthographicCamera>[TEventKey]) => any) => void) & (<TEventKey extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey, listener: (this: any, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey]) => any) => void);
232
233
  removeEventListener: (<TEventKey extends keyof import("angular-three").NgtNodeEventMap<import("three").OrthographicCamera>>(type: TEventKey, listener: (this: import("angular-three").NgtNodeElement<import("three").OrthographicCamera, typeof import("three").OrthographicCamera>, ev: import("angular-three").NgtNodeEventMap<import("three").OrthographicCamera>[TEventKey]) => any) => void) & (<TEventKey extends keyof import("angular-three").NgtAllObject3DEventsMap>(type: TEventKey, listener: (this: any, ev: import("angular-three").NgtAllObject3DEventsMap[TEventKey]) => any) => void);
@@ -242,7 +243,6 @@ export declare class NgtCanvasNative {
242
243
  readonly isObject3D?: true | undefined;
243
244
  readonly id?: number | undefined;
244
245
  uuid?: string | undefined;
245
- name?: string | undefined;
246
246
  parent?: import("three").Object3D<import("three").Object3DEventMap> | null | undefined;
247
247
  children?: import("three").Object3D<import("three").Object3DEventMap>[] | undefined;
248
248
  readonly modelViewMatrix?: import("three").Matrix4 | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "angular-three",
3
- "version": "3.5.0",
3
+ "version": "3.6.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -25,7 +25,7 @@
25
25
  "@angular/common": ">=19.0.0 <20.0.0",
26
26
  "@angular/core": ">=19.0.0 <20.0.0",
27
27
  "ngxtension": ">=3.0.0",
28
- "three": ">=0.148.0 <0.172.0",
28
+ "three": ">=0.148.0 <0.173.0",
29
29
  "@nativescript/angular": ">=18.0.0 <19.0.0",
30
30
  "@nativescript/canvas": "2.0.0-webgpu.11",
31
31
  "@nativescript/canvas-three": "2.0.0-webgpu.11",