angular-three 0.0.5 → 0.0.7

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 (226) hide show
  1. package/attributes/lib/buffer-attribute/buffer-attribute.d.ts +1 -1
  2. package/attributes/lib/color-attribute/color-attribute.d.ts +1 -1
  3. package/attributes/lib/common.d.ts +0 -1
  4. package/attributes/lib/float16-buffer-attribute/float16-buffer-attribute.d.ts +1 -1
  5. package/attributes/lib/float32-buffer-attribute/float32-buffer-attribute.d.ts +1 -1
  6. package/attributes/lib/float64-buffer-attribute/float64-buffer-attribute.d.ts +1 -1
  7. package/attributes/lib/fog-attribute/fog-attribute.d.ts +1 -1
  8. package/attributes/lib/fog-exp2-attribute/fog-exp2-attribute.d.ts +1 -1
  9. package/attributes/lib/instanced-buffer-attribute/instanced-buffer-attribute.d.ts +1 -1
  10. package/attributes/lib/int16-buffer-attribute/int16-buffer-attribute.d.ts +1 -1
  11. package/attributes/lib/int32-buffer-attribute/int32-buffer-attribute.d.ts +1 -1
  12. package/attributes/lib/int8-buffer-attribute/int8-buffer-attribute.d.ts +1 -1
  13. package/attributes/lib/interleaved-buffer-attribute/interleaved-buffer-attribute.d.ts +1 -1
  14. package/attributes/lib/matrix3-attribute/matrix3-attribute.d.ts +1 -1
  15. package/attributes/lib/matrix4-attribute/matrix4-attribute.d.ts +1 -1
  16. package/attributes/lib/uint16-buffer-attribute/uint16-buffer-attribute.d.ts +1 -1
  17. package/attributes/lib/uint32-buffer-attribute/uint32-buffer-attribute.d.ts +1 -1
  18. package/attributes/lib/uint8-buffer-attribute/uint8-buffer-attribute.d.ts +1 -1
  19. package/attributes/lib/uint8-clamped-buffer-attribute/uint8-clamped-buffer-attribute.d.ts +1 -1
  20. package/attributes/lib/value-attribute/value-attribute.d.ts +1 -1
  21. package/attributes/lib/vector2-attribute/vector2-attribute.d.ts +1 -1
  22. package/attributes/lib/vector3-attribute/vector3-attribute.d.ts +1 -1
  23. package/attributes/lib/vector4-attribute/vector4-attribute.d.ts +1 -1
  24. package/esm2020/attributes/lib/buffer-attribute/buffer-attribute.mjs +4 -4
  25. package/esm2020/attributes/lib/color-attribute/color-attribute.mjs +4 -4
  26. package/esm2020/attributes/lib/common.mjs +1 -16
  27. package/esm2020/attributes/lib/float16-buffer-attribute/float16-buffer-attribute.mjs +4 -4
  28. package/esm2020/attributes/lib/float32-buffer-attribute/float32-buffer-attribute.mjs +4 -4
  29. package/esm2020/attributes/lib/float64-buffer-attribute/float64-buffer-attribute.mjs +4 -4
  30. package/esm2020/attributes/lib/fog-attribute/fog-attribute.mjs +4 -4
  31. package/esm2020/attributes/lib/fog-exp2-attribute/fog-exp2-attribute.mjs +4 -4
  32. package/esm2020/attributes/lib/instanced-buffer-attribute/instanced-buffer-attribute.mjs +4 -4
  33. package/esm2020/attributes/lib/int16-buffer-attribute/int16-buffer-attribute.mjs +4 -4
  34. package/esm2020/attributes/lib/int32-buffer-attribute/int32-buffer-attribute.mjs +4 -4
  35. package/esm2020/attributes/lib/int8-buffer-attribute/int8-buffer-attribute.mjs +4 -4
  36. package/esm2020/attributes/lib/interleaved-buffer-attribute/interleaved-buffer-attribute.mjs +4 -4
  37. package/esm2020/attributes/lib/matrix3-attribute/matrix3-attribute.mjs +4 -4
  38. package/esm2020/attributes/lib/matrix4-attribute/matrix4-attribute.mjs +4 -4
  39. package/esm2020/attributes/lib/uint16-buffer-attribute/uint16-buffer-attribute.mjs +4 -4
  40. package/esm2020/attributes/lib/uint32-buffer-attribute/uint32-buffer-attribute.mjs +4 -4
  41. package/esm2020/attributes/lib/uint8-buffer-attribute/uint8-buffer-attribute.mjs +4 -4
  42. package/esm2020/attributes/lib/uint8-clamped-buffer-attribute/uint8-clamped-buffer-attribute.mjs +4 -4
  43. package/esm2020/attributes/lib/value-attribute/value-attribute.mjs +4 -4
  44. package/esm2020/attributes/lib/vector2-attribute/vector2-attribute.mjs +4 -4
  45. package/esm2020/attributes/lib/vector3-attribute/vector3-attribute.mjs +4 -4
  46. package/esm2020/attributes/lib/vector4-attribute/vector4-attribute.mjs +4 -4
  47. package/esm2020/geometries/lib/box-geometry/box-geometry.mjs +4 -4
  48. package/esm2020/geometries/lib/buffer-geometry/buffer-geometry.mjs +4 -4
  49. package/esm2020/geometries/lib/capsule-geometry/capsule-geometry.mjs +4 -4
  50. package/esm2020/geometries/lib/circle-geometry/circle-geometry.mjs +4 -4
  51. package/esm2020/geometries/lib/common.mjs +1 -16
  52. package/esm2020/geometries/lib/cone-geometry/cone-geometry.mjs +4 -4
  53. package/esm2020/geometries/lib/cylinder-geometry/cylinder-geometry.mjs +4 -4
  54. package/esm2020/geometries/lib/dodecahedron-geometry/dodecahedron-geometry.mjs +4 -4
  55. package/esm2020/geometries/lib/edges-geometry/edges-geometry.mjs +4 -4
  56. package/esm2020/geometries/lib/extrude-geometry/extrude-geometry.mjs +4 -4
  57. package/esm2020/geometries/lib/icosahedron-geometry/icosahedron-geometry.mjs +4 -4
  58. package/esm2020/geometries/lib/instanced-buffer-geometry/instanced-buffer-geometry.mjs +4 -4
  59. package/esm2020/geometries/lib/lathe-geometry/lathe-geometry.mjs +4 -4
  60. package/esm2020/geometries/lib/octahedron-geometry/octahedron-geometry.mjs +4 -4
  61. package/esm2020/geometries/lib/plane-geometry/plane-geometry.mjs +4 -4
  62. package/esm2020/geometries/lib/polyhedron-geometry/polyhedron-geometry.mjs +4 -4
  63. package/esm2020/geometries/lib/ring-geometry/ring-geometry.mjs +4 -4
  64. package/esm2020/geometries/lib/shape-geometry/shape-geometry.mjs +4 -4
  65. package/esm2020/geometries/lib/sphere-geometry/sphere-geometry.mjs +4 -4
  66. package/esm2020/geometries/lib/tetrahedron-geometry/tetrahedron-geometry.mjs +4 -4
  67. package/esm2020/geometries/lib/torus-geometry/torus-geometry.mjs +4 -4
  68. package/esm2020/geometries/lib/torus-knot-geometry/torus-knot-geometry.mjs +4 -4
  69. package/esm2020/geometries/lib/tube-geometry/tube-geometry.mjs +4 -4
  70. package/esm2020/geometries/lib/wireframe-geometry/wireframe-geometry.mjs +4 -4
  71. package/esm2020/helpers/lib/arrow-helper/arrow-helper.mjs +4 -4
  72. package/esm2020/helpers/lib/axes-helper/axes-helper.mjs +4 -4
  73. package/esm2020/helpers/lib/box-helper/box-helper.mjs +4 -4
  74. package/esm2020/helpers/lib/box3-helper/box3-helper.mjs +4 -4
  75. package/esm2020/helpers/lib/camera-helper/camera-helper.mjs +4 -4
  76. package/esm2020/helpers/lib/common.mjs +1 -16
  77. package/esm2020/helpers/lib/directional-light-helper/directional-light-helper.mjs +4 -4
  78. package/esm2020/helpers/lib/grid-helper/grid-helper.mjs +4 -4
  79. package/esm2020/helpers/lib/hemisphere-light-helper/hemisphere-light-helper.mjs +4 -4
  80. package/esm2020/helpers/lib/plane-helper/plane-helper.mjs +4 -4
  81. package/esm2020/helpers/lib/point-light-helper/point-light-helper.mjs +4 -4
  82. package/esm2020/helpers/lib/polar-grid-helper/polar-grid-helper.mjs +4 -4
  83. package/esm2020/helpers/lib/skeleton-helper/skeleton-helper.mjs +4 -4
  84. package/esm2020/helpers/lib/spot-light-helper/spot-light-helper.mjs +4 -4
  85. package/esm2020/materials/lib/common.mjs +1 -16
  86. package/esm2020/materials/lib/line-basic-material/line-basic-material.mjs +4 -4
  87. package/esm2020/materials/lib/line-dashed-material/line-dashed-material.mjs +4 -4
  88. package/esm2020/materials/lib/mesh-basic-material/mesh-basic-material.mjs +4 -4
  89. package/esm2020/materials/lib/mesh-depth-material/mesh-depth-material.mjs +4 -4
  90. package/esm2020/materials/lib/mesh-distance-material/mesh-distance-material.mjs +4 -4
  91. package/esm2020/materials/lib/mesh-lambert-material/mesh-lambert-material.mjs +4 -4
  92. package/esm2020/materials/lib/mesh-matcap-material/mesh-matcap-material.mjs +4 -4
  93. package/esm2020/materials/lib/mesh-normal-material/mesh-normal-material.mjs +4 -4
  94. package/esm2020/materials/lib/mesh-phong-material/mesh-phong-material.mjs +4 -4
  95. package/esm2020/materials/lib/mesh-physical-material/mesh-physical-material.mjs +4 -4
  96. package/esm2020/materials/lib/mesh-standard-material/mesh-standard-material.mjs +4 -4
  97. package/esm2020/materials/lib/mesh-toon-material/mesh-toon-material.mjs +4 -4
  98. package/esm2020/materials/lib/points-material/points-material.mjs +4 -4
  99. package/esm2020/materials/lib/raw-shader-material/raw-shader-material.mjs +4 -4
  100. package/esm2020/materials/lib/shader-material/shader-material.mjs +4 -4
  101. package/esm2020/materials/lib/shadow-material/shadow-material.mjs +4 -4
  102. package/esm2020/materials/lib/sprite-material/sprite-material.mjs +4 -4
  103. package/esm2020/objects/lib/skeleton/skeleton.mjs +4 -4
  104. package/esm2020/primitives/lib/primitive/primitive.mjs +4 -4
  105. package/esm2020/textures/lib/canvas-texture/canvas-texture.mjs +4 -4
  106. package/esm2020/textures/lib/common.mjs +1 -16
  107. package/esm2020/textures/lib/compressed-array-texture/compressed-array-texture.mjs +4 -4
  108. package/esm2020/textures/lib/compressed-texture/compressed-texture.mjs +4 -4
  109. package/esm2020/textures/lib/cube-texture/cube-texture.mjs +4 -4
  110. package/esm2020/textures/lib/data-array-texture/data-array-texture.mjs +4 -4
  111. package/esm2020/textures/lib/data-texture/data-texture.mjs +4 -4
  112. package/esm2020/textures/lib/data3-dtexture/data3-dtexture.mjs +4 -4
  113. package/esm2020/textures/lib/depth-texture/depth-texture.mjs +4 -4
  114. package/esm2020/textures/lib/framebuffer-texture/framebuffer-texture.mjs +4 -4
  115. package/esm2020/textures/lib/video-texture/video-texture.mjs +4 -4
  116. package/fesm2015/angular-three-attributes.mjs +44 -59
  117. package/fesm2015/angular-three-attributes.mjs.map +1 -1
  118. package/fesm2015/angular-three-geometries.mjs +46 -61
  119. package/fesm2015/angular-three-geometries.mjs.map +1 -1
  120. package/fesm2015/angular-three-helpers.mjs +26 -41
  121. package/fesm2015/angular-three-helpers.mjs.map +1 -1
  122. package/fesm2015/angular-three-materials.mjs +34 -49
  123. package/fesm2015/angular-three-materials.mjs.map +1 -1
  124. package/fesm2015/angular-three-objects.mjs +3 -2
  125. package/fesm2015/angular-three-objects.mjs.map +1 -1
  126. package/fesm2015/angular-three-primitives.mjs +2 -2
  127. package/fesm2015/angular-three-primitives.mjs.map +1 -1
  128. package/fesm2015/angular-three-textures.mjs +21 -35
  129. package/fesm2015/angular-three-textures.mjs.map +1 -1
  130. package/fesm2020/angular-three-attributes.mjs +44 -59
  131. package/fesm2020/angular-three-attributes.mjs.map +1 -1
  132. package/fesm2020/angular-three-geometries.mjs +46 -61
  133. package/fesm2020/angular-three-geometries.mjs.map +1 -1
  134. package/fesm2020/angular-three-helpers.mjs +26 -41
  135. package/fesm2020/angular-three-helpers.mjs.map +1 -1
  136. package/fesm2020/angular-three-materials.mjs +34 -49
  137. package/fesm2020/angular-three-materials.mjs.map +1 -1
  138. package/fesm2020/angular-three-objects.mjs +3 -2
  139. package/fesm2020/angular-three-objects.mjs.map +1 -1
  140. package/fesm2020/angular-three-primitives.mjs +2 -2
  141. package/fesm2020/angular-three-primitives.mjs.map +1 -1
  142. package/fesm2020/angular-three-textures.mjs +21 -35
  143. package/fesm2020/angular-three-textures.mjs.map +1 -1
  144. package/geometries/lib/box-geometry/box-geometry.d.ts +1 -1
  145. package/geometries/lib/buffer-geometry/buffer-geometry.d.ts +1 -1
  146. package/geometries/lib/capsule-geometry/capsule-geometry.d.ts +1 -1
  147. package/geometries/lib/circle-geometry/circle-geometry.d.ts +1 -1
  148. package/geometries/lib/common.d.ts +0 -1
  149. package/geometries/lib/cone-geometry/cone-geometry.d.ts +1 -1
  150. package/geometries/lib/cylinder-geometry/cylinder-geometry.d.ts +1 -1
  151. package/geometries/lib/dodecahedron-geometry/dodecahedron-geometry.d.ts +1 -1
  152. package/geometries/lib/edges-geometry/edges-geometry.d.ts +1 -1
  153. package/geometries/lib/extrude-geometry/extrude-geometry.d.ts +1 -1
  154. package/geometries/lib/icosahedron-geometry/icosahedron-geometry.d.ts +1 -1
  155. package/geometries/lib/instanced-buffer-geometry/instanced-buffer-geometry.d.ts +1 -1
  156. package/geometries/lib/lathe-geometry/lathe-geometry.d.ts +1 -1
  157. package/geometries/lib/octahedron-geometry/octahedron-geometry.d.ts +1 -1
  158. package/geometries/lib/plane-geometry/plane-geometry.d.ts +1 -1
  159. package/geometries/lib/polyhedron-geometry/polyhedron-geometry.d.ts +1 -1
  160. package/geometries/lib/ring-geometry/ring-geometry.d.ts +1 -1
  161. package/geometries/lib/shape-geometry/shape-geometry.d.ts +1 -1
  162. package/geometries/lib/sphere-geometry/sphere-geometry.d.ts +1 -1
  163. package/geometries/lib/tetrahedron-geometry/tetrahedron-geometry.d.ts +1 -1
  164. package/geometries/lib/torus-geometry/torus-geometry.d.ts +1 -1
  165. package/geometries/lib/torus-knot-geometry/torus-knot-geometry.d.ts +1 -1
  166. package/geometries/lib/tube-geometry/tube-geometry.d.ts +1 -1
  167. package/geometries/lib/wireframe-geometry/wireframe-geometry.d.ts +1 -1
  168. package/helpers/lib/arrow-helper/arrow-helper.d.ts +1 -1
  169. package/helpers/lib/axes-helper/axes-helper.d.ts +1 -1
  170. package/helpers/lib/box-helper/box-helper.d.ts +1 -1
  171. package/helpers/lib/box3-helper/box3-helper.d.ts +1 -1
  172. package/helpers/lib/camera-helper/camera-helper.d.ts +1 -1
  173. package/helpers/lib/common.d.ts +0 -1
  174. package/helpers/lib/directional-light-helper/directional-light-helper.d.ts +1 -1
  175. package/helpers/lib/grid-helper/grid-helper.d.ts +1 -1
  176. package/helpers/lib/hemisphere-light-helper/hemisphere-light-helper.d.ts +1 -1
  177. package/helpers/lib/plane-helper/plane-helper.d.ts +1 -1
  178. package/helpers/lib/point-light-helper/point-light-helper.d.ts +1 -1
  179. package/helpers/lib/polar-grid-helper/polar-grid-helper.d.ts +1 -1
  180. package/helpers/lib/skeleton-helper/skeleton-helper.d.ts +1 -1
  181. package/helpers/lib/spot-light-helper/spot-light-helper.d.ts +1 -1
  182. package/materials/lib/common.d.ts +0 -1
  183. package/materials/lib/line-basic-material/line-basic-material.d.ts +1 -1
  184. package/materials/lib/line-dashed-material/line-dashed-material.d.ts +1 -1
  185. package/materials/lib/mesh-basic-material/mesh-basic-material.d.ts +1 -1
  186. package/materials/lib/mesh-depth-material/mesh-depth-material.d.ts +1 -1
  187. package/materials/lib/mesh-distance-material/mesh-distance-material.d.ts +1 -1
  188. package/materials/lib/mesh-lambert-material/mesh-lambert-material.d.ts +1 -1
  189. package/materials/lib/mesh-matcap-material/mesh-matcap-material.d.ts +1 -1
  190. package/materials/lib/mesh-normal-material/mesh-normal-material.d.ts +1 -1
  191. package/materials/lib/mesh-phong-material/mesh-phong-material.d.ts +1 -1
  192. package/materials/lib/mesh-physical-material/mesh-physical-material.d.ts +1 -1
  193. package/materials/lib/mesh-standard-material/mesh-standard-material.d.ts +1 -1
  194. package/materials/lib/mesh-toon-material/mesh-toon-material.d.ts +1 -1
  195. package/materials/lib/points-material/points-material.d.ts +1 -1
  196. package/materials/lib/raw-shader-material/raw-shader-material.d.ts +1 -1
  197. package/materials/lib/shader-material/shader-material.d.ts +1 -1
  198. package/materials/lib/shadow-material/shadow-material.d.ts +1 -1
  199. package/materials/lib/sprite-material/sprite-material.d.ts +1 -1
  200. package/objects/lib/skeleton/skeleton.d.ts +1 -1
  201. package/package.json +1 -1
  202. package/primitives/lib/primitive/primitive.d.ts +1 -1
  203. package/textures/lib/canvas-texture/canvas-texture.d.ts +1 -1
  204. package/textures/lib/common.d.ts +0 -1
  205. package/textures/lib/compressed-array-texture/compressed-array-texture.d.ts +1 -1
  206. package/textures/lib/compressed-texture/compressed-texture.d.ts +1 -1
  207. package/textures/lib/cube-texture/cube-texture.d.ts +1 -1
  208. package/textures/lib/data-array-texture/data-array-texture.d.ts +1 -1
  209. package/textures/lib/data-texture/data-texture.d.ts +1 -1
  210. package/textures/lib/data3-dtexture/data3-dtexture.d.ts +1 -1
  211. package/textures/lib/depth-texture/depth-texture.d.ts +1 -1
  212. package/textures/lib/framebuffer-texture/framebuffer-texture.d.ts +1 -1
  213. package/textures/lib/video-texture/video-texture.d.ts +1 -1
  214. package/schematics/executors.json +0 -4
  215. package/schematics/generators.json +0 -19
  216. package/schematics/package.json +0 -9
  217. package/schematics/src/generators/init/compat.d.ts +0 -2
  218. package/schematics/src/generators/init/compat.js +0 -6
  219. package/schematics/src/generators/init/compat.js.map +0 -1
  220. package/schematics/src/generators/init/generator.d.ts +0 -5
  221. package/schematics/src/generators/init/generator.js +0 -39
  222. package/schematics/src/generators/init/generator.js.map +0 -1
  223. package/schematics/src/generators/init/schema.json +0 -6
  224. package/schematics/src/index.d.ts +0 -1
  225. package/schematics/src/index.js +0 -6
  226. package/schematics/src/index.js.map +0 -1
@@ -2,7 +2,7 @@
2
2
  import * as THREE from 'three';
3
3
  import { Component } from '@angular/core';
4
4
  import { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';
5
- import { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';
5
+ import { NGT_INSTANCE_INPUTS } from '../common';
6
6
  import * as i0 from "@angular/core";
7
7
  import * as i1 from "angular-three";
8
8
  export class NgtFramebufferTexture extends THREE.FramebufferTexture {
@@ -12,15 +12,15 @@ export class NgtFramebufferTexture extends THREE.FramebufferTexture {
12
12
  }
13
13
  }
14
14
  NgtFramebufferTexture.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtFramebufferTexture, deps: [], target: i0.ɵɵFactoryTarget.Component });
15
- NgtFramebufferTexture.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtFramebufferTexture, isStandalone: true, selector: "ngt-framebuffer-texture", providers: [provideInstanceRef(NgtFramebufferTexture)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
15
+ NgtFramebufferTexture.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtFramebufferTexture, isStandalone: true, selector: "ngt-framebuffer-texture", providers: [provideInstanceRef(NgtFramebufferTexture)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
16
16
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtFramebufferTexture, decorators: [{
17
17
  type: Component,
18
18
  args: [{
19
19
  selector: 'ngt-framebuffer-texture',
20
20
  standalone: true,
21
21
  template: '<ng-content></ng-content>',
22
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
22
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
23
23
  providers: [provideInstanceRef(NgtFramebufferTexture)],
24
24
  }]
25
25
  }], ctorParameters: function () { return []; } });
26
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZnJhbWVidWZmZXItdGV4dHVyZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2FuZ3VsYXItdGhyZWUvdGV4dHVyZXMvc3JjL2xpYi9mcmFtZWJ1ZmZlci10ZXh0dXJlL2ZyYW1lYnVmZmVyLXRleHR1cmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsa0NBQWtDO0FBQ2xDLE9BQU8sS0FBSyxLQUFLLE1BQU0sT0FBTyxDQUFDO0FBQy9CLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxvQkFBb0IsRUFBRSxNQUFNLFdBQVcsQ0FBQzs7O0FBU3RFLE1BQU0sT0FBTyxxQkFBc0IsU0FBUSxLQUFLLENBQUMsa0JBQWtCO0lBQy9EO1FBQ0ksS0FBSyxDQUFDLEdBQUcsVUFBVSxFQUFtQyxDQUFDLENBQUM7UUFDeEQsT0FBTyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDekIsQ0FBQzs7a0hBSlEscUJBQXFCO3NHQUFyQixxQkFBcUIsc0VBRm5CLENBQUMsa0JBQWtCLENBQUMscUJBQXFCLENBQUMsQ0FBQyxtdEJBRjVDLDJCQUEyQjsyRkFJNUIscUJBQXFCO2tCQVBqQyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSx5QkFBeUI7b0JBQ25DLFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUUsMkJBQTJCO29CQUNyQyxjQUFjLEVBQUUsQ0FBQyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsTUFBTSxFQUFFLG1CQUFtQixFQUFFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxDQUFDO29CQUN4RyxTQUFTLEVBQUUsQ0FBQyxrQkFBa0IsdUJBQXVCLENBQUM7aUJBQ3pEIiwic291cmNlc0NvbnRlbnQiOlsiLy8gR0VORVJBVEVEIC0gQW5ndWxhclRocmVlIHYxLjAuMFxuaW1wb3J0ICogYXMgVEhSRUUgZnJvbSAndGhyZWUnO1xuaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBpbmplY3RBcmdzLCBOZ3RJbnN0YW5jZSwgcHJvdmlkZUluc3RhbmNlUmVmLCBwcm94aWZ5IH0gZnJvbSAnYW5ndWxhci10aHJlZSc7XG5pbXBvcnQgeyBOR1RfSU5TVEFOQ0VfSU5QVVRTLCBOR1RfSU5TVEFOQ0VfT1VUUFVUUyB9IGZyb20gJy4uL2NvbW1vbic7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnbmd0LWZyYW1lYnVmZmVyLXRleHR1cmUnLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgdGVtcGxhdGU6ICc8bmctY29udGVudD48L25nLWNvbnRlbnQ+JyxcbiAgICBob3N0RGlyZWN0aXZlczogW3sgZGlyZWN0aXZlOiBOZ3RJbnN0YW5jZSwgaW5wdXRzOiBOR1RfSU5TVEFOQ0VfSU5QVVRTLCBvdXRwdXRzOiBOR1RfSU5TVEFOQ0VfT1VUUFVUUyB9XSxcbiAgICBwcm92aWRlcnM6IFtwcm92aWRlSW5zdGFuY2VSZWYoTmd0RnJhbWVidWZmZXJUZXh0dXJlKV0sXG59KVxuZXhwb3J0IGNsYXNzIE5ndEZyYW1lYnVmZmVyVGV4dHVyZSBleHRlbmRzIFRIUkVFLkZyYW1lYnVmZmVyVGV4dHVyZSB7XG4gICAgY29uc3RydWN0b3IoKSB7XG4gICAgICAgIHN1cGVyKC4uLmluamVjdEFyZ3M8dHlwZW9mIFRIUkVFLkZyYW1lYnVmZmVyVGV4dHVyZT4oKSk7XG4gICAgICAgIHJldHVybiBwcm94aWZ5KHRoaXMpO1xuICAgIH1cbn1cbiJdfQ==
26
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZnJhbWVidWZmZXItdGV4dHVyZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2FuZ3VsYXItdGhyZWUvdGV4dHVyZXMvc3JjL2xpYi9mcmFtZWJ1ZmZlci10ZXh0dXJlL2ZyYW1lYnVmZmVyLXRleHR1cmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsa0NBQWtDO0FBQ2xDLE9BQU8sS0FBSyxLQUFLLE1BQU0sT0FBTyxDQUFDO0FBQy9CLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLFdBQVcsQ0FBQzs7O0FBU2hELE1BQU0sT0FBTyxxQkFBc0IsU0FBUSxLQUFLLENBQUMsa0JBQWtCO0lBQy9EO1FBQ0ksS0FBSyxDQUFDLEdBQUcsVUFBVSxFQUFtQyxDQUFDLENBQUM7UUFDeEQsT0FBTyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDekIsQ0FBQzs7a0hBSlEscUJBQXFCO3NHQUFyQixxQkFBcUIsc0VBRm5CLENBQUMsa0JBQWtCLENBQUMscUJBQXFCLENBQUMsQ0FBQywwVkFGNUMsMkJBQTJCOzJGQUk1QixxQkFBcUI7a0JBUGpDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLHlCQUF5QjtvQkFDbkMsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLFFBQVEsRUFBRSwyQkFBMkI7b0JBQ3JDLGNBQWMsRUFBRSxDQUFDLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxNQUFNLEVBQUUsbUJBQW1CLEVBQUUsQ0FBQztvQkFDekUsU0FBUyxFQUFFLENBQUMsa0JBQWtCLHVCQUF1QixDQUFDO2lCQUN6RCIsInNvdXJjZXNDb250ZW50IjpbIi8vIEdFTkVSQVRFRCAtIEFuZ3VsYXJUaHJlZSB2MS4wLjBcbmltcG9ydCAqIGFzIFRIUkVFIGZyb20gJ3RocmVlJztcbmltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgaW5qZWN0QXJncywgTmd0SW5zdGFuY2UsIHByb3ZpZGVJbnN0YW5jZVJlZiwgcHJveGlmeSB9IGZyb20gJ2FuZ3VsYXItdGhyZWUnO1xuaW1wb3J0IHsgTkdUX0lOU1RBTkNFX0lOUFVUUyB9IGZyb20gJy4uL2NvbW1vbic7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnbmd0LWZyYW1lYnVmZmVyLXRleHR1cmUnLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG4gICAgdGVtcGxhdGU6ICc8bmctY29udGVudD48L25nLWNvbnRlbnQ+JyxcbiAgICBob3N0RGlyZWN0aXZlczogW3sgZGlyZWN0aXZlOiBOZ3RJbnN0YW5jZSwgaW5wdXRzOiBOR1RfSU5TVEFOQ0VfSU5QVVRTIH1dLFxuICAgIHByb3ZpZGVyczogW3Byb3ZpZGVJbnN0YW5jZVJlZihOZ3RGcmFtZWJ1ZmZlclRleHR1cmUpXSxcbn0pXG5leHBvcnQgY2xhc3MgTmd0RnJhbWVidWZmZXJUZXh0dXJlIGV4dGVuZHMgVEhSRUUuRnJhbWVidWZmZXJUZXh0dXJlIHtcbiAgICBjb25zdHJ1Y3RvcigpIHtcbiAgICAgICAgc3VwZXIoLi4uaW5qZWN0QXJnczx0eXBlb2YgVEhSRUUuRnJhbWVidWZmZXJUZXh0dXJlPigpKTtcbiAgICAgICAgcmV0dXJuIHByb3hpZnkodGhpcyk7XG4gICAgfVxufVxuIl19
@@ -2,7 +2,7 @@
2
2
  import * as THREE from 'three';
3
3
  import { Component } from '@angular/core';
4
4
  import { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';
5
- import { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';
5
+ import { NGT_INSTANCE_INPUTS } from '../common';
6
6
  import * as i0 from "@angular/core";
7
7
  import * as i1 from "angular-three";
8
8
  export class NgtVideoTexture extends THREE.VideoTexture {
@@ -12,15 +12,15 @@ export class NgtVideoTexture extends THREE.VideoTexture {
12
12
  }
13
13
  }
14
14
  NgtVideoTexture.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtVideoTexture, deps: [], target: i0.ɵɵFactoryTarget.Component });
15
- NgtVideoTexture.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtVideoTexture, isStandalone: true, selector: "ngt-video-texture", providers: [provideInstanceRef(NgtVideoTexture)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
15
+ NgtVideoTexture.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtVideoTexture, isStandalone: true, selector: "ngt-video-texture", providers: [provideInstanceRef(NgtVideoTexture)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
16
16
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtVideoTexture, decorators: [{
17
17
  type: Component,
18
18
  args: [{
19
19
  selector: 'ngt-video-texture',
20
20
  standalone: true,
21
21
  template: '<ng-content></ng-content>',
22
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
22
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
23
23
  providers: [provideInstanceRef(NgtVideoTexture)],
24
24
  }]
25
25
  }], ctorParameters: function () { return []; } });
26
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmlkZW8tdGV4dHVyZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2FuZ3VsYXItdGhyZWUvdGV4dHVyZXMvc3JjL2xpYi92aWRlby10ZXh0dXJlL3ZpZGVvLXRleHR1cmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsa0NBQWtDO0FBQ2xDLE9BQU8sS0FBSyxLQUFLLE1BQU0sT0FBTyxDQUFDO0FBQy9CLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxvQkFBb0IsRUFBRSxNQUFNLFdBQVcsQ0FBQzs7O0FBU3RFLE1BQU0sT0FBTyxlQUFnQixTQUFRLEtBQUssQ0FBQyxZQUFZO0lBQ25EO1FBQ0ksS0FBSyxDQUFDLEdBQUcsVUFBVSxFQUE2QixDQUFDLENBQUM7UUFDbEQsT0FBTyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDekIsQ0FBQzs7NEdBSlEsZUFBZTtnR0FBZixlQUFlLGdFQUZiLENBQUMsa0JBQWtCLENBQUMsZUFBZSxDQUFDLENBQUMsbXRCQUZ0QywyQkFBMkI7MkZBSTVCLGVBQWU7a0JBUDNCLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLG1CQUFtQjtvQkFDN0IsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLFFBQVEsRUFBRSwyQkFBMkI7b0JBQ3JDLGNBQWMsRUFBRSxDQUFDLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxNQUFNLEVBQUUsbUJBQW1CLEVBQUUsT0FBTyxFQUFFLG9CQUFvQixFQUFFLENBQUM7b0JBQ3hHLFNBQVMsRUFBRSxDQUFDLGtCQUFrQixpQkFBaUIsQ0FBQztpQkFDbkQiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBHRU5FUkFURUQgLSBBbmd1bGFyVGhyZWUgdjEuMC4wXG5pbXBvcnQgKiBhcyBUSFJFRSBmcm9tICd0aHJlZSc7XG5pbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IGluamVjdEFyZ3MsIE5ndEluc3RhbmNlLCBwcm92aWRlSW5zdGFuY2VSZWYsIHByb3hpZnkgfSBmcm9tICdhbmd1bGFyLXRocmVlJztcbmltcG9ydCB7IE5HVF9JTlNUQU5DRV9JTlBVVFMsIE5HVF9JTlNUQU5DRV9PVVRQVVRTIH0gZnJvbSAnLi4vY29tbW9uJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICduZ3QtdmlkZW8tdGV4dHVyZScsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICAgIGhvc3REaXJlY3RpdmVzOiBbeyBkaXJlY3RpdmU6IE5ndEluc3RhbmNlLCBpbnB1dHM6IE5HVF9JTlNUQU5DRV9JTlBVVFMsIG91dHB1dHM6IE5HVF9JTlNUQU5DRV9PVVRQVVRTIH1dLFxuICAgIHByb3ZpZGVyczogW3Byb3ZpZGVJbnN0YW5jZVJlZihOZ3RWaWRlb1RleHR1cmUpXSxcbn0pXG5leHBvcnQgY2xhc3MgTmd0VmlkZW9UZXh0dXJlIGV4dGVuZHMgVEhSRUUuVmlkZW9UZXh0dXJlIHtcbiAgICBjb25zdHJ1Y3RvcigpIHtcbiAgICAgICAgc3VwZXIoLi4uaW5qZWN0QXJnczx0eXBlb2YgVEhSRUUuVmlkZW9UZXh0dXJlPigpKTtcbiAgICAgICAgcmV0dXJuIHByb3hpZnkodGhpcyk7XG4gICAgfVxufVxuIl19
26
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmlkZW8tdGV4dHVyZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2FuZ3VsYXItdGhyZWUvdGV4dHVyZXMvc3JjL2xpYi92aWRlby10ZXh0dXJlL3ZpZGVvLXRleHR1cmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsa0NBQWtDO0FBQ2xDLE9BQU8sS0FBSyxLQUFLLE1BQU0sT0FBTyxDQUFDO0FBQy9CLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLFVBQVUsRUFBRSxXQUFXLEVBQUUsa0JBQWtCLEVBQUUsT0FBTyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLFdBQVcsQ0FBQzs7O0FBU2hELE1BQU0sT0FBTyxlQUFnQixTQUFRLEtBQUssQ0FBQyxZQUFZO0lBQ25EO1FBQ0ksS0FBSyxDQUFDLEdBQUcsVUFBVSxFQUE2QixDQUFDLENBQUM7UUFDbEQsT0FBTyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDekIsQ0FBQzs7NEdBSlEsZUFBZTtnR0FBZixlQUFlLGdFQUZiLENBQUMsa0JBQWtCLENBQUMsZUFBZSxDQUFDLENBQUMsMFZBRnRDLDJCQUEyQjsyRkFJNUIsZUFBZTtrQkFQM0IsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsbUJBQW1CO29CQUM3QixVQUFVLEVBQUUsSUFBSTtvQkFDaEIsUUFBUSxFQUFFLDJCQUEyQjtvQkFDckMsY0FBYyxFQUFFLENBQUMsRUFBRSxTQUFTLEVBQUUsV0FBVyxFQUFFLE1BQU0sRUFBRSxtQkFBbUIsRUFBRSxDQUFDO29CQUN6RSxTQUFTLEVBQUUsQ0FBQyxrQkFBa0IsaUJBQWlCLENBQUM7aUJBQ25EIiwic291cmNlc0NvbnRlbnQiOlsiLy8gR0VORVJBVEVEIC0gQW5ndWxhclRocmVlIHYxLjAuMFxuaW1wb3J0ICogYXMgVEhSRUUgZnJvbSAndGhyZWUnO1xuaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBpbmplY3RBcmdzLCBOZ3RJbnN0YW5jZSwgcHJvdmlkZUluc3RhbmNlUmVmLCBwcm94aWZ5IH0gZnJvbSAnYW5ndWxhci10aHJlZSc7XG5pbXBvcnQgeyBOR1RfSU5TVEFOQ0VfSU5QVVRTIH0gZnJvbSAnLi4vY29tbW9uJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICduZ3QtdmlkZW8tdGV4dHVyZScsXG4gICAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICAgIGhvc3REaXJlY3RpdmVzOiBbeyBkaXJlY3RpdmU6IE5ndEluc3RhbmNlLCBpbnB1dHM6IE5HVF9JTlNUQU5DRV9JTlBVVFMgfV0sXG4gICAgcHJvdmlkZXJzOiBbcHJvdmlkZUluc3RhbmNlUmVmKE5ndFZpZGVvVGV4dHVyZSldLFxufSlcbmV4cG9ydCBjbGFzcyBOZ3RWaWRlb1RleHR1cmUgZXh0ZW5kcyBUSFJFRS5WaWRlb1RleHR1cmUge1xuICAgIGNvbnN0cnVjdG9yKCkge1xuICAgICAgICBzdXBlciguLi5pbmplY3RBcmdzPHR5cGVvZiBUSFJFRS5WaWRlb1RleHR1cmU+KCkpO1xuICAgICAgICByZXR1cm4gcHJveGlmeSh0aGlzKTtcbiAgICB9XG59XG4iXX0=
@@ -16,21 +16,6 @@ const NGT_INSTANCE_INPUTS = [
16
16
  'updateCallback',
17
17
  'readyCallback',
18
18
  ];
19
- const NGT_INSTANCE_OUTPUTS = [
20
- 'click',
21
- 'contextmenu',
22
- 'dblclick',
23
- 'pointerup',
24
- 'pointerdown',
25
- 'pointerover',
26
- 'pointerout',
27
- 'pointerenter',
28
- 'pointerleave',
29
- 'pointermove',
30
- 'pointermissed',
31
- 'pointercancel',
32
- 'wheel',
33
- ];
34
19
 
35
20
  // GENERATED - AngularThree v1.0.0
36
21
  class NgtBufferAttribute extends THREE.BufferAttribute {
@@ -40,14 +25,14 @@ class NgtBufferAttribute extends THREE.BufferAttribute {
40
25
  }
41
26
  }
42
27
  NgtBufferAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtBufferAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
43
- NgtBufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtBufferAttribute, isStandalone: true, selector: "ngt-buffer-attribute", providers: [provideInstanceRef(NgtBufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
28
+ NgtBufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtBufferAttribute, isStandalone: true, selector: "ngt-buffer-attribute", providers: [provideInstanceRef(NgtBufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
44
29
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtBufferAttribute, decorators: [{
45
30
  type: Component,
46
31
  args: [{
47
32
  selector: 'ngt-buffer-attribute',
48
33
  standalone: true,
49
34
  template: '<ng-content></ng-content>',
50
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
35
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
51
36
  providers: [provideInstanceRef(NgtBufferAttribute)],
52
37
  }]
53
38
  }], ctorParameters: function () { return []; } });
@@ -60,14 +45,14 @@ class NgtInstancedBufferAttribute extends THREE.InstancedBufferAttribute {
60
45
  }
61
46
  }
62
47
  NgtInstancedBufferAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtInstancedBufferAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
63
- NgtInstancedBufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtInstancedBufferAttribute, isStandalone: true, selector: "ngt-instanced-buffer-attribute", providers: [provideInstanceRef(NgtInstancedBufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
48
+ NgtInstancedBufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtInstancedBufferAttribute, isStandalone: true, selector: "ngt-instanced-buffer-attribute", providers: [provideInstanceRef(NgtInstancedBufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
64
49
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtInstancedBufferAttribute, decorators: [{
65
50
  type: Component,
66
51
  args: [{
67
52
  selector: 'ngt-instanced-buffer-attribute',
68
53
  standalone: true,
69
54
  template: '<ng-content></ng-content>',
70
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
55
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
71
56
  providers: [provideInstanceRef(NgtInstancedBufferAttribute)],
72
57
  }]
73
58
  }], ctorParameters: function () { return []; } });
@@ -84,14 +69,14 @@ class NgtInterleavedBufferAttribute extends THREE.InterleavedBufferAttribute {
84
69
  }
85
70
  }
86
71
  NgtInterleavedBufferAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtInterleavedBufferAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
87
- NgtInterleavedBufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtInterleavedBufferAttribute, isStandalone: true, selector: "ngt-interleaved-buffer-attribute", providers: [provideInstanceRef(NgtInterleavedBufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
72
+ NgtInterleavedBufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtInterleavedBufferAttribute, isStandalone: true, selector: "ngt-interleaved-buffer-attribute", providers: [provideInstanceRef(NgtInterleavedBufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
88
73
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtInterleavedBufferAttribute, decorators: [{
89
74
  type: Component,
90
75
  args: [{
91
76
  selector: 'ngt-interleaved-buffer-attribute',
92
77
  standalone: true,
93
78
  template: '<ng-content></ng-content>',
94
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
79
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
95
80
  providers: [provideInstanceRef(NgtInterleavedBufferAttribute)],
96
81
  }]
97
82
  }], ctorParameters: function () { return []; } });
@@ -104,14 +89,14 @@ class NgtFloat16BufferAttribute extends THREE.Float16BufferAttribute {
104
89
  }
105
90
  }
106
91
  NgtFloat16BufferAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtFloat16BufferAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
107
- NgtFloat16BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtFloat16BufferAttribute, isStandalone: true, selector: "ngt-float16-buffer-attribute", providers: [provideInstanceRef(NgtFloat16BufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
92
+ NgtFloat16BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtFloat16BufferAttribute, isStandalone: true, selector: "ngt-float16-buffer-attribute", providers: [provideInstanceRef(NgtFloat16BufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
108
93
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtFloat16BufferAttribute, decorators: [{
109
94
  type: Component,
110
95
  args: [{
111
96
  selector: 'ngt-float16-buffer-attribute',
112
97
  standalone: true,
113
98
  template: '<ng-content></ng-content>',
114
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
99
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
115
100
  providers: [provideInstanceRef(NgtFloat16BufferAttribute)],
116
101
  }]
117
102
  }], ctorParameters: function () { return []; } });
@@ -124,14 +109,14 @@ class NgtFloat32BufferAttribute extends THREE.Float32BufferAttribute {
124
109
  }
125
110
  }
126
111
  NgtFloat32BufferAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtFloat32BufferAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
127
- NgtFloat32BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtFloat32BufferAttribute, isStandalone: true, selector: "ngt-float32-buffer-attribute", providers: [provideInstanceRef(NgtFloat32BufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
112
+ NgtFloat32BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtFloat32BufferAttribute, isStandalone: true, selector: "ngt-float32-buffer-attribute", providers: [provideInstanceRef(NgtFloat32BufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
128
113
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtFloat32BufferAttribute, decorators: [{
129
114
  type: Component,
130
115
  args: [{
131
116
  selector: 'ngt-float32-buffer-attribute',
132
117
  standalone: true,
133
118
  template: '<ng-content></ng-content>',
134
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
119
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
135
120
  providers: [provideInstanceRef(NgtFloat32BufferAttribute)],
136
121
  }]
137
122
  }], ctorParameters: function () { return []; } });
@@ -144,14 +129,14 @@ class NgtFloat64BufferAttribute extends THREE.Float64BufferAttribute {
144
129
  }
145
130
  }
146
131
  NgtFloat64BufferAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtFloat64BufferAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
147
- NgtFloat64BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtFloat64BufferAttribute, isStandalone: true, selector: "ngt-float64-buffer-attribute", providers: [provideInstanceRef(NgtFloat64BufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
132
+ NgtFloat64BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtFloat64BufferAttribute, isStandalone: true, selector: "ngt-float64-buffer-attribute", providers: [provideInstanceRef(NgtFloat64BufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
148
133
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtFloat64BufferAttribute, decorators: [{
149
134
  type: Component,
150
135
  args: [{
151
136
  selector: 'ngt-float64-buffer-attribute',
152
137
  standalone: true,
153
138
  template: '<ng-content></ng-content>',
154
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
139
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
155
140
  providers: [provideInstanceRef(NgtFloat64BufferAttribute)],
156
141
  }]
157
142
  }], ctorParameters: function () { return []; } });
@@ -164,14 +149,14 @@ class NgtInt8BufferAttribute extends THREE.Int8BufferAttribute {
164
149
  }
165
150
  }
166
151
  NgtInt8BufferAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtInt8BufferAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
167
- NgtInt8BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtInt8BufferAttribute, isStandalone: true, selector: "ngt-int8-buffer-attribute", providers: [provideInstanceRef(NgtInt8BufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
152
+ NgtInt8BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtInt8BufferAttribute, isStandalone: true, selector: "ngt-int8-buffer-attribute", providers: [provideInstanceRef(NgtInt8BufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
168
153
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtInt8BufferAttribute, decorators: [{
169
154
  type: Component,
170
155
  args: [{
171
156
  selector: 'ngt-int8-buffer-attribute',
172
157
  standalone: true,
173
158
  template: '<ng-content></ng-content>',
174
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
159
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
175
160
  providers: [provideInstanceRef(NgtInt8BufferAttribute)],
176
161
  }]
177
162
  }], ctorParameters: function () { return []; } });
@@ -184,14 +169,14 @@ class NgtInt16BufferAttribute extends THREE.Int16BufferAttribute {
184
169
  }
185
170
  }
186
171
  NgtInt16BufferAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtInt16BufferAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
187
- NgtInt16BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtInt16BufferAttribute, isStandalone: true, selector: "ngt-int16-buffer-attribute", providers: [provideInstanceRef(NgtInt16BufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
172
+ NgtInt16BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtInt16BufferAttribute, isStandalone: true, selector: "ngt-int16-buffer-attribute", providers: [provideInstanceRef(NgtInt16BufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
188
173
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtInt16BufferAttribute, decorators: [{
189
174
  type: Component,
190
175
  args: [{
191
176
  selector: 'ngt-int16-buffer-attribute',
192
177
  standalone: true,
193
178
  template: '<ng-content></ng-content>',
194
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
179
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
195
180
  providers: [provideInstanceRef(NgtInt16BufferAttribute)],
196
181
  }]
197
182
  }], ctorParameters: function () { return []; } });
@@ -204,14 +189,14 @@ class NgtInt32BufferAttribute extends THREE.Int32BufferAttribute {
204
189
  }
205
190
  }
206
191
  NgtInt32BufferAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtInt32BufferAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
207
- NgtInt32BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtInt32BufferAttribute, isStandalone: true, selector: "ngt-int32-buffer-attribute", providers: [provideInstanceRef(NgtInt32BufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
192
+ NgtInt32BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtInt32BufferAttribute, isStandalone: true, selector: "ngt-int32-buffer-attribute", providers: [provideInstanceRef(NgtInt32BufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
208
193
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtInt32BufferAttribute, decorators: [{
209
194
  type: Component,
210
195
  args: [{
211
196
  selector: 'ngt-int32-buffer-attribute',
212
197
  standalone: true,
213
198
  template: '<ng-content></ng-content>',
214
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
199
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
215
200
  providers: [provideInstanceRef(NgtInt32BufferAttribute)],
216
201
  }]
217
202
  }], ctorParameters: function () { return []; } });
@@ -224,14 +209,14 @@ class NgtUint8BufferAttribute extends THREE.Uint8BufferAttribute {
224
209
  }
225
210
  }
226
211
  NgtUint8BufferAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtUint8BufferAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
227
- NgtUint8BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtUint8BufferAttribute, isStandalone: true, selector: "ngt-uint8-buffer-attribute", providers: [provideInstanceRef(NgtUint8BufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
212
+ NgtUint8BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtUint8BufferAttribute, isStandalone: true, selector: "ngt-uint8-buffer-attribute", providers: [provideInstanceRef(NgtUint8BufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
228
213
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtUint8BufferAttribute, decorators: [{
229
214
  type: Component,
230
215
  args: [{
231
216
  selector: 'ngt-uint8-buffer-attribute',
232
217
  standalone: true,
233
218
  template: '<ng-content></ng-content>',
234
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
219
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
235
220
  providers: [provideInstanceRef(NgtUint8BufferAttribute)],
236
221
  }]
237
222
  }], ctorParameters: function () { return []; } });
@@ -244,14 +229,14 @@ class NgtUint16BufferAttribute extends THREE.Uint16BufferAttribute {
244
229
  }
245
230
  }
246
231
  NgtUint16BufferAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtUint16BufferAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
247
- NgtUint16BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtUint16BufferAttribute, isStandalone: true, selector: "ngt-uint16-buffer-attribute", providers: [provideInstanceRef(NgtUint16BufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
232
+ NgtUint16BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtUint16BufferAttribute, isStandalone: true, selector: "ngt-uint16-buffer-attribute", providers: [provideInstanceRef(NgtUint16BufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
248
233
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtUint16BufferAttribute, decorators: [{
249
234
  type: Component,
250
235
  args: [{
251
236
  selector: 'ngt-uint16-buffer-attribute',
252
237
  standalone: true,
253
238
  template: '<ng-content></ng-content>',
254
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
239
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
255
240
  providers: [provideInstanceRef(NgtUint16BufferAttribute)],
256
241
  }]
257
242
  }], ctorParameters: function () { return []; } });
@@ -264,14 +249,14 @@ class NgtUint32BufferAttribute extends THREE.Uint32BufferAttribute {
264
249
  }
265
250
  }
266
251
  NgtUint32BufferAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtUint32BufferAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
267
- NgtUint32BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtUint32BufferAttribute, isStandalone: true, selector: "ngt-uint32-buffer-attribute", providers: [provideInstanceRef(NgtUint32BufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
252
+ NgtUint32BufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtUint32BufferAttribute, isStandalone: true, selector: "ngt-uint32-buffer-attribute", providers: [provideInstanceRef(NgtUint32BufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
268
253
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtUint32BufferAttribute, decorators: [{
269
254
  type: Component,
270
255
  args: [{
271
256
  selector: 'ngt-uint32-buffer-attribute',
272
257
  standalone: true,
273
258
  template: '<ng-content></ng-content>',
274
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
259
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
275
260
  providers: [provideInstanceRef(NgtUint32BufferAttribute)],
276
261
  }]
277
262
  }], ctorParameters: function () { return []; } });
@@ -284,14 +269,14 @@ class NgtUint8ClampedBufferAttribute extends THREE.Uint8ClampedBufferAttribute {
284
269
  }
285
270
  }
286
271
  NgtUint8ClampedBufferAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtUint8ClampedBufferAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
287
- NgtUint8ClampedBufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtUint8ClampedBufferAttribute, isStandalone: true, selector: "ngt-uint8-clamped-buffer-attribute", providers: [provideInstanceRef(NgtUint8ClampedBufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
272
+ NgtUint8ClampedBufferAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtUint8ClampedBufferAttribute, isStandalone: true, selector: "ngt-uint8-clamped-buffer-attribute", providers: [provideInstanceRef(NgtUint8ClampedBufferAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
288
273
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtUint8ClampedBufferAttribute, decorators: [{
289
274
  type: Component,
290
275
  args: [{
291
276
  selector: 'ngt-uint8-clamped-buffer-attribute',
292
277
  standalone: true,
293
278
  template: '<ng-content></ng-content>',
294
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
279
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
295
280
  providers: [provideInstanceRef(NgtUint8ClampedBufferAttribute)],
296
281
  }]
297
282
  }], ctorParameters: function () { return []; } });
@@ -304,14 +289,14 @@ class NgtColorAttribute extends THREE.Color {
304
289
  }
305
290
  }
306
291
  NgtColorAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtColorAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
307
- NgtColorAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtColorAttribute, isStandalone: true, selector: "ngt-color", providers: [provideInstanceRef(NgtColorAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
292
+ NgtColorAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtColorAttribute, isStandalone: true, selector: "ngt-color", providers: [provideInstanceRef(NgtColorAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
308
293
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtColorAttribute, decorators: [{
309
294
  type: Component,
310
295
  args: [{
311
296
  selector: 'ngt-color',
312
297
  standalone: true,
313
298
  template: '<ng-content></ng-content>',
314
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
299
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
315
300
  providers: [provideInstanceRef(NgtColorAttribute)],
316
301
  }]
317
302
  }], ctorParameters: function () { return []; } });
@@ -324,14 +309,14 @@ class NgtFogAttribute extends THREE.Fog {
324
309
  }
325
310
  }
326
311
  NgtFogAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtFogAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
327
- NgtFogAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtFogAttribute, isStandalone: true, selector: "ngt-fog", providers: [provideInstanceRef(NgtFogAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
312
+ NgtFogAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtFogAttribute, isStandalone: true, selector: "ngt-fog", providers: [provideInstanceRef(NgtFogAttribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
328
313
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtFogAttribute, decorators: [{
329
314
  type: Component,
330
315
  args: [{
331
316
  selector: 'ngt-fog',
332
317
  standalone: true,
333
318
  template: '<ng-content></ng-content>',
334
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
319
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
335
320
  providers: [provideInstanceRef(NgtFogAttribute)],
336
321
  }]
337
322
  }], ctorParameters: function () { return []; } });
@@ -344,14 +329,14 @@ class NgtFogExp2Attribute extends THREE.FogExp2 {
344
329
  }
345
330
  }
346
331
  NgtFogExp2Attribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtFogExp2Attribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
347
- NgtFogExp2Attribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtFogExp2Attribute, isStandalone: true, selector: "ngt-fog-exp2", providers: [provideInstanceRef(NgtFogExp2Attribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
332
+ NgtFogExp2Attribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtFogExp2Attribute, isStandalone: true, selector: "ngt-fog-exp2", providers: [provideInstanceRef(NgtFogExp2Attribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
348
333
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtFogExp2Attribute, decorators: [{
349
334
  type: Component,
350
335
  args: [{
351
336
  selector: 'ngt-fog-exp2',
352
337
  standalone: true,
353
338
  template: '<ng-content></ng-content>',
354
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
339
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
355
340
  providers: [provideInstanceRef(NgtFogExp2Attribute)],
356
341
  }]
357
342
  }], ctorParameters: function () { return []; } });
@@ -364,14 +349,14 @@ class NgtVector2Attribute extends THREE.Vector2 {
364
349
  }
365
350
  }
366
351
  NgtVector2Attribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtVector2Attribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
367
- NgtVector2Attribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtVector2Attribute, isStandalone: true, selector: "ngt-vector2", providers: [provideInstanceRef(NgtVector2Attribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
352
+ NgtVector2Attribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtVector2Attribute, isStandalone: true, selector: "ngt-vector2", providers: [provideInstanceRef(NgtVector2Attribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
368
353
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtVector2Attribute, decorators: [{
369
354
  type: Component,
370
355
  args: [{
371
356
  selector: 'ngt-vector2',
372
357
  standalone: true,
373
358
  template: '<ng-content></ng-content>',
374
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
359
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
375
360
  providers: [provideInstanceRef(NgtVector2Attribute)],
376
361
  }]
377
362
  }], ctorParameters: function () { return []; } });
@@ -384,14 +369,14 @@ class NgtVector3Attribute extends THREE.Vector3 {
384
369
  }
385
370
  }
386
371
  NgtVector3Attribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtVector3Attribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
387
- NgtVector3Attribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtVector3Attribute, isStandalone: true, selector: "ngt-vector3", providers: [provideInstanceRef(NgtVector3Attribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
372
+ NgtVector3Attribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtVector3Attribute, isStandalone: true, selector: "ngt-vector3", providers: [provideInstanceRef(NgtVector3Attribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
388
373
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtVector3Attribute, decorators: [{
389
374
  type: Component,
390
375
  args: [{
391
376
  selector: 'ngt-vector3',
392
377
  standalone: true,
393
378
  template: '<ng-content></ng-content>',
394
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
379
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
395
380
  providers: [provideInstanceRef(NgtVector3Attribute)],
396
381
  }]
397
382
  }], ctorParameters: function () { return []; } });
@@ -404,14 +389,14 @@ class NgtVector4Attribute extends THREE.Vector4 {
404
389
  }
405
390
  }
406
391
  NgtVector4Attribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtVector4Attribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
407
- NgtVector4Attribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtVector4Attribute, isStandalone: true, selector: "ngt-vector4", providers: [provideInstanceRef(NgtVector4Attribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
392
+ NgtVector4Attribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtVector4Attribute, isStandalone: true, selector: "ngt-vector4", providers: [provideInstanceRef(NgtVector4Attribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
408
393
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtVector4Attribute, decorators: [{
409
394
  type: Component,
410
395
  args: [{
411
396
  selector: 'ngt-vector4',
412
397
  standalone: true,
413
398
  template: '<ng-content></ng-content>',
414
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
399
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
415
400
  providers: [provideInstanceRef(NgtVector4Attribute)],
416
401
  }]
417
402
  }], ctorParameters: function () { return []; } });
@@ -424,14 +409,14 @@ class NgtMatrix3Attribute extends THREE.Matrix3 {
424
409
  }
425
410
  }
426
411
  NgtMatrix3Attribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtMatrix3Attribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
427
- NgtMatrix3Attribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtMatrix3Attribute, isStandalone: true, selector: "ngt-matrix3", providers: [provideInstanceRef(NgtMatrix3Attribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
412
+ NgtMatrix3Attribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtMatrix3Attribute, isStandalone: true, selector: "ngt-matrix3", providers: [provideInstanceRef(NgtMatrix3Attribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
428
413
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtMatrix3Attribute, decorators: [{
429
414
  type: Component,
430
415
  args: [{
431
416
  selector: 'ngt-matrix3',
432
417
  standalone: true,
433
418
  template: '<ng-content></ng-content>',
434
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
419
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
435
420
  providers: [provideInstanceRef(NgtMatrix3Attribute)],
436
421
  }]
437
422
  }], ctorParameters: function () { return []; } });
@@ -444,14 +429,14 @@ class NgtMatrix4Attribute extends THREE.Matrix4 {
444
429
  }
445
430
  }
446
431
  NgtMatrix4Attribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtMatrix4Attribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
447
- NgtMatrix4Attribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtMatrix4Attribute, isStandalone: true, selector: "ngt-matrix4", providers: [provideInstanceRef(NgtMatrix4Attribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
432
+ NgtMatrix4Attribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtMatrix4Attribute, isStandalone: true, selector: "ngt-matrix4", providers: [provideInstanceRef(NgtMatrix4Attribute)], usesInheritance: true, hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
448
433
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtMatrix4Attribute, decorators: [{
449
434
  type: Component,
450
435
  args: [{
451
436
  selector: 'ngt-matrix4',
452
437
  standalone: true,
453
438
  template: '<ng-content></ng-content>',
454
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
439
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
455
440
  providers: [provideInstanceRef(NgtMatrix4Attribute)],
456
441
  }]
457
442
  }], ctorParameters: function () { return []; } });
@@ -465,14 +450,14 @@ class NgtValueAttribute {
465
450
  }
466
451
  }
467
452
  NgtValueAttribute.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtValueAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component });
468
- NgtValueAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtValueAttribute, isStandalone: true, selector: "ngt-value", inputs: { value: "value" }, providers: [provideInstanceRef(NgtValueAttribute)], hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"], outputs: ["click", "click", "contextmenu", "contextmenu", "dblclick", "dblclick", "pointerup", "pointerup", "pointerdown", "pointerdown", "pointerover", "pointerover", "pointerout", "pointerout", "pointerenter", "pointerenter", "pointerleave", "pointerleave", "pointermove", "pointermove", "pointermissed", "pointermissed", "pointercancel", "pointercancel", "wheel", "wheel"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
453
+ NgtValueAttribute.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: NgtValueAttribute, isStandalone: true, selector: "ngt-value", inputs: { value: "value" }, providers: [provideInstanceRef(NgtValueAttribute)], hostDirectives: [{ directive: i1.NgtInstance, inputs: ["ref", "ref", "attach", "attach", "skipWrapper", "skipWrapper", "skipInit", "skipInit", "noAttach", "noAttach", "beforeRender", "beforeRender", "priority", "priority", "updateCallback", "updateCallback", "readyCallback", "readyCallback"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
469
454
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: NgtValueAttribute, decorators: [{
470
455
  type: Component,
471
456
  args: [{
472
457
  selector: 'ngt-value',
473
458
  standalone: true,
474
459
  template: '<ng-content></ng-content>',
475
- hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],
460
+ hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],
476
461
  providers: [provideInstanceRef(NgtValueAttribute)],
477
462
  }]
478
463
  }], propDecorators: { value: [{