angular-three 0.0.5 → 0.0.6

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 (222) 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/textures/lib/canvas-texture/canvas-texture.mjs +4 -4
  105. package/esm2020/textures/lib/common.mjs +1 -16
  106. package/esm2020/textures/lib/compressed-array-texture/compressed-array-texture.mjs +4 -4
  107. package/esm2020/textures/lib/compressed-texture/compressed-texture.mjs +4 -4
  108. package/esm2020/textures/lib/cube-texture/cube-texture.mjs +4 -4
  109. package/esm2020/textures/lib/data-array-texture/data-array-texture.mjs +4 -4
  110. package/esm2020/textures/lib/data-texture/data-texture.mjs +4 -4
  111. package/esm2020/textures/lib/data3-dtexture/data3-dtexture.mjs +4 -4
  112. package/esm2020/textures/lib/depth-texture/depth-texture.mjs +4 -4
  113. package/esm2020/textures/lib/framebuffer-texture/framebuffer-texture.mjs +4 -4
  114. package/esm2020/textures/lib/video-texture/video-texture.mjs +4 -4
  115. package/fesm2015/angular-three-attributes.mjs +44 -60
  116. package/fesm2015/angular-three-attributes.mjs.map +1 -1
  117. package/fesm2015/angular-three-geometries.mjs +46 -62
  118. package/fesm2015/angular-three-geometries.mjs.map +1 -1
  119. package/fesm2015/angular-three-helpers.mjs +26 -42
  120. package/fesm2015/angular-three-helpers.mjs.map +1 -1
  121. package/fesm2015/angular-three-materials.mjs +34 -50
  122. package/fesm2015/angular-three-materials.mjs.map +1 -1
  123. package/fesm2015/angular-three-objects.mjs +2 -2
  124. package/fesm2015/angular-three-objects.mjs.map +1 -1
  125. package/fesm2015/angular-three-primitives.mjs +1 -0
  126. package/fesm2015/angular-three-textures.mjs +20 -35
  127. package/fesm2015/angular-three-textures.mjs.map +1 -1
  128. package/fesm2020/angular-three-attributes.mjs +44 -60
  129. package/fesm2020/angular-three-attributes.mjs.map +1 -1
  130. package/fesm2020/angular-three-geometries.mjs +46 -62
  131. package/fesm2020/angular-three-geometries.mjs.map +1 -1
  132. package/fesm2020/angular-three-helpers.mjs +26 -42
  133. package/fesm2020/angular-three-helpers.mjs.map +1 -1
  134. package/fesm2020/angular-three-materials.mjs +34 -50
  135. package/fesm2020/angular-three-materials.mjs.map +1 -1
  136. package/fesm2020/angular-three-objects.mjs +2 -2
  137. package/fesm2020/angular-three-objects.mjs.map +1 -1
  138. package/fesm2020/angular-three-primitives.mjs +1 -0
  139. package/fesm2020/angular-three-textures.mjs +20 -35
  140. package/fesm2020/angular-three-textures.mjs.map +1 -1
  141. package/geometries/lib/box-geometry/box-geometry.d.ts +1 -1
  142. package/geometries/lib/buffer-geometry/buffer-geometry.d.ts +1 -1
  143. package/geometries/lib/capsule-geometry/capsule-geometry.d.ts +1 -1
  144. package/geometries/lib/circle-geometry/circle-geometry.d.ts +1 -1
  145. package/geometries/lib/common.d.ts +0 -1
  146. package/geometries/lib/cone-geometry/cone-geometry.d.ts +1 -1
  147. package/geometries/lib/cylinder-geometry/cylinder-geometry.d.ts +1 -1
  148. package/geometries/lib/dodecahedron-geometry/dodecahedron-geometry.d.ts +1 -1
  149. package/geometries/lib/edges-geometry/edges-geometry.d.ts +1 -1
  150. package/geometries/lib/extrude-geometry/extrude-geometry.d.ts +1 -1
  151. package/geometries/lib/icosahedron-geometry/icosahedron-geometry.d.ts +1 -1
  152. package/geometries/lib/instanced-buffer-geometry/instanced-buffer-geometry.d.ts +1 -1
  153. package/geometries/lib/lathe-geometry/lathe-geometry.d.ts +1 -1
  154. package/geometries/lib/octahedron-geometry/octahedron-geometry.d.ts +1 -1
  155. package/geometries/lib/plane-geometry/plane-geometry.d.ts +1 -1
  156. package/geometries/lib/polyhedron-geometry/polyhedron-geometry.d.ts +1 -1
  157. package/geometries/lib/ring-geometry/ring-geometry.d.ts +1 -1
  158. package/geometries/lib/shape-geometry/shape-geometry.d.ts +1 -1
  159. package/geometries/lib/sphere-geometry/sphere-geometry.d.ts +1 -1
  160. package/geometries/lib/tetrahedron-geometry/tetrahedron-geometry.d.ts +1 -1
  161. package/geometries/lib/torus-geometry/torus-geometry.d.ts +1 -1
  162. package/geometries/lib/torus-knot-geometry/torus-knot-geometry.d.ts +1 -1
  163. package/geometries/lib/tube-geometry/tube-geometry.d.ts +1 -1
  164. package/geometries/lib/wireframe-geometry/wireframe-geometry.d.ts +1 -1
  165. package/helpers/lib/arrow-helper/arrow-helper.d.ts +1 -1
  166. package/helpers/lib/axes-helper/axes-helper.d.ts +1 -1
  167. package/helpers/lib/box-helper/box-helper.d.ts +1 -1
  168. package/helpers/lib/box3-helper/box3-helper.d.ts +1 -1
  169. package/helpers/lib/camera-helper/camera-helper.d.ts +1 -1
  170. package/helpers/lib/common.d.ts +0 -1
  171. package/helpers/lib/directional-light-helper/directional-light-helper.d.ts +1 -1
  172. package/helpers/lib/grid-helper/grid-helper.d.ts +1 -1
  173. package/helpers/lib/hemisphere-light-helper/hemisphere-light-helper.d.ts +1 -1
  174. package/helpers/lib/plane-helper/plane-helper.d.ts +1 -1
  175. package/helpers/lib/point-light-helper/point-light-helper.d.ts +1 -1
  176. package/helpers/lib/polar-grid-helper/polar-grid-helper.d.ts +1 -1
  177. package/helpers/lib/skeleton-helper/skeleton-helper.d.ts +1 -1
  178. package/helpers/lib/spot-light-helper/spot-light-helper.d.ts +1 -1
  179. package/materials/lib/common.d.ts +0 -1
  180. package/materials/lib/line-basic-material/line-basic-material.d.ts +1 -1
  181. package/materials/lib/line-dashed-material/line-dashed-material.d.ts +1 -1
  182. package/materials/lib/mesh-basic-material/mesh-basic-material.d.ts +1 -1
  183. package/materials/lib/mesh-depth-material/mesh-depth-material.d.ts +1 -1
  184. package/materials/lib/mesh-distance-material/mesh-distance-material.d.ts +1 -1
  185. package/materials/lib/mesh-lambert-material/mesh-lambert-material.d.ts +1 -1
  186. package/materials/lib/mesh-matcap-material/mesh-matcap-material.d.ts +1 -1
  187. package/materials/lib/mesh-normal-material/mesh-normal-material.d.ts +1 -1
  188. package/materials/lib/mesh-phong-material/mesh-phong-material.d.ts +1 -1
  189. package/materials/lib/mesh-physical-material/mesh-physical-material.d.ts +1 -1
  190. package/materials/lib/mesh-standard-material/mesh-standard-material.d.ts +1 -1
  191. package/materials/lib/mesh-toon-material/mesh-toon-material.d.ts +1 -1
  192. package/materials/lib/points-material/points-material.d.ts +1 -1
  193. package/materials/lib/raw-shader-material/raw-shader-material.d.ts +1 -1
  194. package/materials/lib/shader-material/shader-material.d.ts +1 -1
  195. package/materials/lib/shadow-material/shadow-material.d.ts +1 -1
  196. package/materials/lib/sprite-material/sprite-material.d.ts +1 -1
  197. package/objects/lib/skeleton/skeleton.d.ts +1 -1
  198. package/package.json +1 -1
  199. package/textures/lib/canvas-texture/canvas-texture.d.ts +1 -1
  200. package/textures/lib/common.d.ts +0 -1
  201. package/textures/lib/compressed-array-texture/compressed-array-texture.d.ts +1 -1
  202. package/textures/lib/compressed-texture/compressed-texture.d.ts +1 -1
  203. package/textures/lib/cube-texture/cube-texture.d.ts +1 -1
  204. package/textures/lib/data-array-texture/data-array-texture.d.ts +1 -1
  205. package/textures/lib/data-texture/data-texture.d.ts +1 -1
  206. package/textures/lib/data3-dtexture/data3-dtexture.d.ts +1 -1
  207. package/textures/lib/depth-texture/depth-texture.d.ts +1 -1
  208. package/textures/lib/framebuffer-texture/framebuffer-texture.d.ts +1 -1
  209. package/textures/lib/video-texture/video-texture.d.ts +1 -1
  210. package/schematics/executors.json +0 -4
  211. package/schematics/generators.json +0 -19
  212. package/schematics/package.json +0 -9
  213. package/schematics/src/generators/init/compat.d.ts +0 -2
  214. package/schematics/src/generators/init/compat.js +0 -6
  215. package/schematics/src/generators/init/compat.js.map +0 -1
  216. package/schematics/src/generators/init/generator.d.ts +0 -5
  217. package/schematics/src/generators/init/generator.js +0 -39
  218. package/schematics/src/generators/init/generator.js.map +0 -1
  219. package/schematics/src/generators/init/schema.json +0 -6
  220. package/schematics/src/index.d.ts +0 -1
  221. package/schematics/src/index.js +0 -6
  222. package/schematics/src/index.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"angular-three-textures.mjs","sources":["../../../../packages/angular-three/textures/src/lib/common.ts","../../../../packages/angular-three/textures/src/lib/canvas-texture/canvas-texture.ts","../../../../packages/angular-three/textures/src/lib/compressed-array-texture/compressed-array-texture.ts","../../../../packages/angular-three/textures/src/lib/compressed-texture/compressed-texture.ts","../../../../packages/angular-three/textures/src/lib/cube-texture/cube-texture.ts","../../../../packages/angular-three/textures/src/lib/data3-dtexture/data3-dtexture.ts","../../../../packages/angular-three/textures/src/lib/data-array-texture/data-array-texture.ts","../../../../packages/angular-three/textures/src/lib/data-texture/data-texture.ts","../../../../packages/angular-three/textures/src/lib/depth-texture/depth-texture.ts","../../../../packages/angular-three/textures/src/lib/framebuffer-texture/framebuffer-texture.ts","../../../../packages/angular-three/textures/src/lib/video-texture/video-texture.ts","../../../../packages/angular-three/textures/src/index.ts","../../../../packages/angular-three/textures/src/angular-three-textures.ts"],"sourcesContent":["// GENERATED - AngularThree v1.0.0\nexport const NGT_INSTANCE_INPUTS = [\n 'ref',\n 'attach',\n 'skipWrapper',\n 'skipInit',\n 'noAttach',\n 'beforeRender',\n 'priority',\n 'updateCallback',\n 'readyCallback',\n];\n\nexport const NGT_INSTANCE_OUTPUTS = [\n 'click',\n 'contextmenu',\n 'dblclick',\n 'pointerup',\n 'pointerdown',\n 'pointerover',\n 'pointerout',\n 'pointerenter',\n 'pointerleave',\n 'pointermove',\n 'pointermissed',\n 'pointercancel',\n 'wheel',\n];\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-canvas-texture',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtCanvasTexture)],\n})\nexport class NgtCanvasTexture extends THREE.CanvasTexture {\n constructor() {\n super(...injectArgs<typeof THREE.CanvasTexture>());\n return proxify(this);\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-compressed-array-texture',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtCompressedArrayTexture)],\n})\nexport class NgtCompressedArrayTexture extends THREE.CompressedArrayTexture {\n constructor() {\n super(...injectArgs<typeof THREE.CompressedArrayTexture>());\n return proxify(this);\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-compressed-texture',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtCompressedTexture)],\n})\nexport class NgtCompressedTexture extends THREE.CompressedTexture {\n constructor() {\n super(...injectArgs<typeof THREE.CompressedTexture>());\n return proxify(this);\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-cube-texture',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtCubeTexture)],\n})\nexport class NgtCubeTexture extends THREE.CubeTexture {\n constructor() {\n super(...injectArgs<typeof THREE.CubeTexture>());\n return proxify(this);\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-data3-dtexture',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtData3DTexture)],\n})\nexport class NgtData3DTexture extends THREE.Data3DTexture {\n constructor() {\n super(...injectArgs<typeof THREE.Data3DTexture>());\n return proxify(this);\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-data-array-texture',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtDataArrayTexture)],\n})\nexport class NgtDataArrayTexture extends THREE.DataArrayTexture {\n constructor() {\n super(...injectArgs<typeof THREE.DataArrayTexture>());\n return proxify(this);\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-data-texture',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtDataTexture)],\n})\nexport class NgtDataTexture extends THREE.DataTexture {\n constructor() {\n super(...injectArgs<typeof THREE.DataTexture>());\n return proxify(this);\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-depth-texture',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtDepthTexture)],\n})\nexport class NgtDepthTexture extends THREE.DepthTexture {\n constructor() {\n super(...injectArgs<typeof THREE.DepthTexture>());\n return proxify(this);\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-framebuffer-texture',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtFramebufferTexture)],\n})\nexport class NgtFramebufferTexture extends THREE.FramebufferTexture {\n constructor() {\n super(...injectArgs<typeof THREE.FramebufferTexture>());\n return proxify(this);\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS, NGT_INSTANCE_OUTPUTS } from '../common';\n\n@Component({\n selector: 'ngt-video-texture',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS, outputs: NGT_INSTANCE_OUTPUTS }],\n providers: [provideInstanceRef(NgtVideoTexture)],\n})\nexport class NgtVideoTexture extends THREE.VideoTexture {\n constructor() {\n super(...injectArgs<typeof THREE.VideoTexture>());\n return proxify(this);\n }\n}\n","// GENERATED - AngularThree v1.0.0\nexport * from './lib/canvas-texture/canvas-texture';\nexport * from './lib/compressed-array-texture/compressed-array-texture';\nexport * from './lib/compressed-texture/compressed-texture';\nexport * from './lib/cube-texture/cube-texture';\nexport * from './lib/data3-dtexture/data3-dtexture';\nexport * from './lib/data-array-texture/data-array-texture';\nexport * from './lib/data-texture/data-texture';\nexport * from './lib/depth-texture/depth-texture';\nexport * from './lib/framebuffer-texture/framebuffer-texture';\nexport * from './lib/video-texture/video-texture';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"angular-three-textures.mjs","sources":["../../../../packages/angular-three/textures/src/lib/common.ts","../../../../packages/angular-three/textures/src/lib/canvas-texture/canvas-texture.ts","../../../../packages/angular-three/textures/src/lib/compressed-array-texture/compressed-array-texture.ts","../../../../packages/angular-three/textures/src/lib/compressed-texture/compressed-texture.ts","../../../../packages/angular-three/textures/src/lib/cube-texture/cube-texture.ts","../../../../packages/angular-three/textures/src/lib/data3-dtexture/data3-dtexture.ts","../../../../packages/angular-three/textures/src/lib/data-array-texture/data-array-texture.ts","../../../../packages/angular-three/textures/src/lib/data-texture/data-texture.ts","../../../../packages/angular-three/textures/src/lib/depth-texture/depth-texture.ts","../../../../packages/angular-three/textures/src/lib/framebuffer-texture/framebuffer-texture.ts","../../../../packages/angular-three/textures/src/lib/video-texture/video-texture.ts","../../../../packages/angular-three/textures/src/index.ts","../../../../packages/angular-three/textures/src/angular-three-textures.ts"],"sourcesContent":["// GENERATED - AngularThree v1.0.0\nexport const NGT_INSTANCE_INPUTS = [\n 'ref',\n 'attach',\n 'skipWrapper',\n 'skipInit',\n 'noAttach',\n 'beforeRender',\n 'priority',\n 'updateCallback',\n 'readyCallback',\n];\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS } from '../common';\n\n@Component({\n selector: 'ngt-canvas-texture',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],\n providers: [provideInstanceRef(NgtCanvasTexture)],\n})\nexport class NgtCanvasTexture extends THREE.CanvasTexture {\n constructor() {\n super(...injectArgs<typeof THREE.CanvasTexture>());\n return proxify(this);\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS } from '../common';\n\n@Component({\n selector: 'ngt-compressed-array-texture',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],\n providers: [provideInstanceRef(NgtCompressedArrayTexture)],\n})\nexport class NgtCompressedArrayTexture extends THREE.CompressedArrayTexture {\n constructor() {\n super(...injectArgs<typeof THREE.CompressedArrayTexture>());\n return proxify(this);\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS } from '../common';\n\n@Component({\n selector: 'ngt-compressed-texture',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],\n providers: [provideInstanceRef(NgtCompressedTexture)],\n})\nexport class NgtCompressedTexture extends THREE.CompressedTexture {\n constructor() {\n super(...injectArgs<typeof THREE.CompressedTexture>());\n return proxify(this);\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS } from '../common';\n\n@Component({\n selector: 'ngt-cube-texture',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],\n providers: [provideInstanceRef(NgtCubeTexture)],\n})\nexport class NgtCubeTexture extends THREE.CubeTexture {\n constructor() {\n super(...injectArgs<typeof THREE.CubeTexture>());\n return proxify(this);\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS } from '../common';\n\n@Component({\n selector: 'ngt-data3-dtexture',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],\n providers: [provideInstanceRef(NgtData3DTexture)],\n})\nexport class NgtData3DTexture extends THREE.Data3DTexture {\n constructor() {\n super(...injectArgs<typeof THREE.Data3DTexture>());\n return proxify(this);\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS } from '../common';\n\n@Component({\n selector: 'ngt-data-array-texture',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],\n providers: [provideInstanceRef(NgtDataArrayTexture)],\n})\nexport class NgtDataArrayTexture extends THREE.DataArrayTexture {\n constructor() {\n super(...injectArgs<typeof THREE.DataArrayTexture>());\n return proxify(this);\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS } from '../common';\n\n@Component({\n selector: 'ngt-data-texture',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],\n providers: [provideInstanceRef(NgtDataTexture)],\n})\nexport class NgtDataTexture extends THREE.DataTexture {\n constructor() {\n super(...injectArgs<typeof THREE.DataTexture>());\n return proxify(this);\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS } from '../common';\n\n@Component({\n selector: 'ngt-depth-texture',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],\n providers: [provideInstanceRef(NgtDepthTexture)],\n})\nexport class NgtDepthTexture extends THREE.DepthTexture {\n constructor() {\n super(...injectArgs<typeof THREE.DepthTexture>());\n return proxify(this);\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS } from '../common';\n\n@Component({\n selector: 'ngt-framebuffer-texture',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],\n providers: [provideInstanceRef(NgtFramebufferTexture)],\n})\nexport class NgtFramebufferTexture extends THREE.FramebufferTexture {\n constructor() {\n super(...injectArgs<typeof THREE.FramebufferTexture>());\n return proxify(this);\n }\n}\n","// GENERATED - AngularThree v1.0.0\nimport * as THREE from 'three';\nimport { Component } from '@angular/core';\nimport { injectArgs, NgtInstance, provideInstanceRef, proxify } from 'angular-three';\nimport { NGT_INSTANCE_INPUTS } from '../common';\n\n@Component({\n selector: 'ngt-video-texture',\n standalone: true,\n template: '<ng-content></ng-content>',\n hostDirectives: [{ directive: NgtInstance, inputs: NGT_INSTANCE_INPUTS }],\n providers: [provideInstanceRef(NgtVideoTexture)],\n})\nexport class NgtVideoTexture extends THREE.VideoTexture {\n constructor() {\n super(...injectArgs<typeof THREE.VideoTexture>());\n return proxify(this);\n }\n}\n","// GENERATED - AngularThree v1.0.0\nexport * from './lib/canvas-texture/canvas-texture';\nexport * from './lib/compressed-array-texture/compressed-array-texture';\nexport * from './lib/compressed-texture/compressed-texture';\nexport * from './lib/cube-texture/cube-texture';\nexport * from './lib/data3-dtexture/data3-dtexture';\nexport * from './lib/data-array-texture/data-array-texture';\nexport * from './lib/data-texture/data-texture';\nexport * from './lib/depth-texture/depth-texture';\nexport * from './lib/framebuffer-texture/framebuffer-texture';\nexport * from './lib/video-texture/video-texture';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAAA;AACO,MAAM,mBAAmB,GAAG;IAC/B,KAAK;IACL,QAAQ;IACR,aAAa;IACb,UAAU;IACV,UAAU;IACV,cAAc;IACd,UAAU;IACV,gBAAgB;IAChB,eAAe;CAClB;;ACXD;AAaa,MAAA,gBAAyB,SAAA,KAAK,CAAC,aAAa,CAAA;AACrD,IAAA,WAAA,GAAA;AACI,QAAA,KAAK,CAAC,GAAG,UAAU,EAA8B,CAAC,CAAC;AACnD,QAAA,OAAO,OAAO,CAAC,IAAI,CAAC,CAAC;KACxB;;6GAJQ,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;iGAAhB,gBAAgB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,SAAA,EAFd,CAAC,kBAAkB,CAAC,gBAAgB,CAAC,CAAC,0VAFvC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;2FAI5B,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAP5B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,oBAAoB;AAC9B,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,cAAc,EAAE,CAAC,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,mBAAmB,EAAE,CAAC;AACzE,oBAAA,SAAS,EAAE,CAAC,kBAAkB,CAAA,gBAAA,CAAkB,CAAC;iBACpD,CAAA;;;ACZD;AAaa,MAAA,yBAAkC,SAAA,KAAK,CAAC,sBAAsB,CAAA;AACvE,IAAA,WAAA,GAAA;AACI,QAAA,KAAK,CAAC,GAAG,UAAU,EAAuC,CAAC,CAAC;AAC5D,QAAA,OAAO,OAAO,CAAC,IAAI,CAAC,CAAC;KACxB;;sHAJQ,yBAAyB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;0GAAzB,yBAAyB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,8BAAA,EAAA,SAAA,EAFvB,CAAC,kBAAkB,CAAC,yBAAyB,CAAC,CAAC,0VAFhD,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;2FAI5B,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBAPrC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,8BAA8B;AACxC,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,cAAc,EAAE,CAAC,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,mBAAmB,EAAE,CAAC;AACzE,oBAAA,SAAS,EAAE,CAAC,kBAAkB,CAAA,yBAAA,CAA2B,CAAC;iBAC7D,CAAA;;;ACZD;AAaa,MAAA,oBAA6B,SAAA,KAAK,CAAC,iBAAiB,CAAA;AAC7D,IAAA,WAAA,GAAA;AACI,QAAA,KAAK,CAAC,GAAG,UAAU,EAAkC,CAAC,CAAC;AACvD,QAAA,OAAO,OAAO,CAAC,IAAI,CAAC,CAAC;KACxB;;iHAJQ,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;qGAApB,oBAAoB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,wBAAA,EAAA,SAAA,EAFlB,CAAC,kBAAkB,CAAC,oBAAoB,CAAC,CAAC,0VAF3C,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;2FAI5B,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBAPhC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,wBAAwB;AAClC,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,cAAc,EAAE,CAAC,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,mBAAmB,EAAE,CAAC;AACzE,oBAAA,SAAS,EAAE,CAAC,kBAAkB,CAAA,oBAAA,CAAsB,CAAC;iBACxD,CAAA;;;ACZD;AAaa,MAAA,cAAuB,SAAA,KAAK,CAAC,WAAW,CAAA;AACjD,IAAA,WAAA,GAAA;AACI,QAAA,KAAK,CAAC,GAAG,UAAU,EAA4B,CAAC,CAAC;AACjD,QAAA,OAAO,OAAO,CAAC,IAAI,CAAC,CAAC;KACxB;;2GAJQ,cAAc,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;+FAAd,cAAc,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,kBAAA,EAAA,SAAA,EAFZ,CAAC,kBAAkB,CAAC,cAAc,CAAC,CAAC,0VAFrC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;2FAI5B,cAAc,EAAA,UAAA,EAAA,CAAA;kBAP1B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,kBAAkB;AAC5B,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,cAAc,EAAE,CAAC,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,mBAAmB,EAAE,CAAC;AACzE,oBAAA,SAAS,EAAE,CAAC,kBAAkB,CAAA,cAAA,CAAgB,CAAC;iBAClD,CAAA;;;ACZD;AAaa,MAAA,gBAAyB,SAAA,KAAK,CAAC,aAAa,CAAA;AACrD,IAAA,WAAA,GAAA;AACI,QAAA,KAAK,CAAC,GAAG,UAAU,EAA8B,CAAC,CAAC;AACnD,QAAA,OAAO,OAAO,CAAC,IAAI,CAAC,CAAC;KACxB;;6GAJQ,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;iGAAhB,gBAAgB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,SAAA,EAFd,CAAC,kBAAkB,CAAC,gBAAgB,CAAC,CAAC,0VAFvC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;2FAI5B,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAP5B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,oBAAoB;AAC9B,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,cAAc,EAAE,CAAC,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,mBAAmB,EAAE,CAAC;AACzE,oBAAA,SAAS,EAAE,CAAC,kBAAkB,CAAA,gBAAA,CAAkB,CAAC;iBACpD,CAAA;;;ACZD;AAaa,MAAA,mBAA4B,SAAA,KAAK,CAAC,gBAAgB,CAAA;AAC3D,IAAA,WAAA,GAAA;AACI,QAAA,KAAK,CAAC,GAAG,UAAU,EAAiC,CAAC,CAAC;AACtD,QAAA,OAAO,OAAO,CAAC,IAAI,CAAC,CAAC;KACxB;;gHAJQ,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;oGAAnB,mBAAmB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,wBAAA,EAAA,SAAA,EAFjB,CAAC,kBAAkB,CAAC,mBAAmB,CAAC,CAAC,0VAF1C,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;2FAI5B,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAP/B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,wBAAwB;AAClC,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,cAAc,EAAE,CAAC,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,mBAAmB,EAAE,CAAC;AACzE,oBAAA,SAAS,EAAE,CAAC,kBAAkB,CAAA,mBAAA,CAAqB,CAAC;iBACvD,CAAA;;;ACZD;AAaa,MAAA,cAAuB,SAAA,KAAK,CAAC,WAAW,CAAA;AACjD,IAAA,WAAA,GAAA;AACI,QAAA,KAAK,CAAC,GAAG,UAAU,EAA4B,CAAC,CAAC;AACjD,QAAA,OAAO,OAAO,CAAC,IAAI,CAAC,CAAC;KACxB;;2GAJQ,cAAc,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;+FAAd,cAAc,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,kBAAA,EAAA,SAAA,EAFZ,CAAC,kBAAkB,CAAC,cAAc,CAAC,CAAC,0VAFrC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;2FAI5B,cAAc,EAAA,UAAA,EAAA,CAAA;kBAP1B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,kBAAkB;AAC5B,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,cAAc,EAAE,CAAC,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,mBAAmB,EAAE,CAAC;AACzE,oBAAA,SAAS,EAAE,CAAC,kBAAkB,CAAA,cAAA,CAAgB,CAAC;iBAClD,CAAA;;;ACZD;AAaa,MAAA,eAAwB,SAAA,KAAK,CAAC,YAAY,CAAA;AACnD,IAAA,WAAA,GAAA;AACI,QAAA,KAAK,CAAC,GAAG,UAAU,EAA6B,CAAC,CAAC;AAClD,QAAA,OAAO,OAAO,CAAC,IAAI,CAAC,CAAC;KACxB;;4GAJQ,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;gGAAf,eAAe,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,mBAAA,EAAA,SAAA,EAFb,CAAC,kBAAkB,CAAC,eAAe,CAAC,CAAC,0VAFtC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;2FAI5B,eAAe,EAAA,UAAA,EAAA,CAAA;kBAP3B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,mBAAmB;AAC7B,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,cAAc,EAAE,CAAC,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,mBAAmB,EAAE,CAAC;AACzE,oBAAA,SAAS,EAAE,CAAC,kBAAkB,CAAA,eAAA,CAAiB,CAAC;iBACnD,CAAA;;;ACZD;AAaa,MAAA,qBAA8B,SAAA,KAAK,CAAC,kBAAkB,CAAA;AAC/D,IAAA,WAAA,GAAA;AACI,QAAA,KAAK,CAAC,GAAG,UAAU,EAAmC,CAAC,CAAC;AACxD,QAAA,OAAO,OAAO,CAAC,IAAI,CAAC,CAAC;KACxB;;kHAJQ,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;sGAArB,qBAAqB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,yBAAA,EAAA,SAAA,EAFnB,CAAC,kBAAkB,CAAC,qBAAqB,CAAC,CAAC,0VAF5C,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;2FAI5B,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAPjC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,yBAAyB;AACnC,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,cAAc,EAAE,CAAC,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,mBAAmB,EAAE,CAAC;AACzE,oBAAA,SAAS,EAAE,CAAC,kBAAkB,CAAA,qBAAA,CAAuB,CAAC;iBACzD,CAAA;;;ACZD;AAaa,MAAA,eAAwB,SAAA,KAAK,CAAC,YAAY,CAAA;AACnD,IAAA,WAAA,GAAA;AACI,QAAA,KAAK,CAAC,GAAG,UAAU,EAA6B,CAAC,CAAC;AAClD,QAAA,OAAO,OAAO,CAAC,IAAI,CAAC,CAAC;KACxB;;4GAJQ,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;gGAAf,eAAe,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,mBAAA,EAAA,SAAA,EAFb,CAAC,kBAAkB,CAAC,eAAe,CAAC,CAAC,0VAFtC,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA;2FAI5B,eAAe,EAAA,UAAA,EAAA,CAAA;kBAP3B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,mBAAmB;AAC7B,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,cAAc,EAAE,CAAC,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,mBAAmB,EAAE,CAAC;AACzE,oBAAA,SAAS,EAAE,CAAC,kBAAkB,CAAA,eAAA,CAAiB,CAAC;iBACnD,CAAA;;;ACZD;;ACAA;;AAEG;;;;"}
@@ -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: [{
@@ -487,4 +472,3 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
487
472
 
488
473
  export { NgtBufferAttribute, NgtColorAttribute, NgtFloat16BufferAttribute, NgtFloat32BufferAttribute, NgtFloat64BufferAttribute, NgtFogAttribute, NgtFogExp2Attribute, NgtInstancedBufferAttribute, NgtInt16BufferAttribute, NgtInt32BufferAttribute, NgtInt8BufferAttribute, NgtInterleavedBufferAttribute, NgtMatrix3Attribute, NgtMatrix4Attribute, NgtUint16BufferAttribute, NgtUint32BufferAttribute, NgtUint8BufferAttribute, NgtUint8ClampedBufferAttribute, NgtValueAttribute, NgtVector2Attribute, NgtVector3Attribute, NgtVector4Attribute };
489
474
  //# sourceMappingURL=angular-three-attributes.mjs.map
490
- //# sourceMappingURL=angular-three-attributes.mjs.map