angular-three-soba 2.7.0 → 2.8.0

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 (104) hide show
  1. package/cameras/lib/cube-camera.d.ts +1 -1
  2. package/cameras/lib/orthographic-camera.d.ts +1 -1
  3. package/cameras/lib/perspective-camera.d.ts +1 -1
  4. package/esm2022/abstractions/lib/billboard.mjs +4 -4
  5. package/esm2022/abstractions/lib/catmull-rom-line.mjs +4 -4
  6. package/esm2022/abstractions/lib/cubic-bezier-line.mjs +4 -4
  7. package/esm2022/abstractions/lib/edges.mjs +4 -4
  8. package/esm2022/abstractions/lib/gradient-texture.mjs +4 -4
  9. package/esm2022/abstractions/lib/grid.mjs +4 -4
  10. package/esm2022/abstractions/lib/helper.mjs +4 -4
  11. package/esm2022/abstractions/lib/line.mjs +4 -4
  12. package/esm2022/abstractions/lib/prism-geometry.mjs +4 -4
  13. package/esm2022/abstractions/lib/quadratic-bezier-line.mjs +4 -4
  14. package/esm2022/abstractions/lib/rounded-box.mjs +4 -4
  15. package/esm2022/abstractions/lib/text-3d.mjs +4 -4
  16. package/esm2022/abstractions/lib/text.mjs +4 -4
  17. package/esm2022/cameras/lib/camera-content.mjs +4 -4
  18. package/esm2022/cameras/lib/cube-camera.mjs +4 -4
  19. package/esm2022/cameras/lib/orthographic-camera.mjs +4 -4
  20. package/esm2022/cameras/lib/perspective-camera.mjs +4 -4
  21. package/esm2022/controls/lib/camera-controls.mjs +4 -4
  22. package/esm2022/controls/lib/orbit-controls.mjs +4 -4
  23. package/esm2022/controls/lib/scroll-controls.mjs +10 -10
  24. package/esm2022/gizmos/lib/gizmo-helper/gizmo-helper.mjs +7 -7
  25. package/esm2022/gizmos/lib/gizmo-helper/gizmo-viewcube.mjs +13 -13
  26. package/esm2022/gizmos/lib/gizmo-helper/gizmo-viewport.mjs +10 -10
  27. package/esm2022/gizmos/lib/pivot-controls/axis-arrow.mjs +4 -4
  28. package/esm2022/gizmos/lib/pivot-controls/axis-rotator.mjs +4 -4
  29. package/esm2022/gizmos/lib/pivot-controls/pivot-controls.mjs +4 -4
  30. package/esm2022/gizmos/lib/pivot-controls/plane-slider.mjs +4 -4
  31. package/esm2022/gizmos/lib/pivot-controls/scaling-sphere.mjs +4 -4
  32. package/esm2022/gizmos/lib/transform-controls.mjs +4 -4
  33. package/esm2022/loaders/lib/loader.mjs +4 -4
  34. package/esm2022/materials/lib/custom-shader-material.mjs +4 -4
  35. package/esm2022/materials/lib/mesh-distort-material.mjs +4 -4
  36. package/esm2022/materials/lib/mesh-reflector-material.mjs +4 -4
  37. package/esm2022/materials/lib/mesh-refraction-material.mjs +4 -4
  38. package/esm2022/materials/lib/mesh-transmission-material.mjs +4 -4
  39. package/esm2022/materials/lib/mesh-wobble-material.mjs +4 -4
  40. package/esm2022/materials/lib/point-material.mjs +4 -4
  41. package/esm2022/misc/lib/bake-shadows.mjs +4 -4
  42. package/esm2022/misc/lib/computed-attribute.mjs +4 -4
  43. package/esm2022/misc/lib/decal.mjs +4 -4
  44. package/esm2022/misc/lib/fbo.mjs +4 -4
  45. package/esm2022/misc/lib/html/html-content.mjs +4 -4
  46. package/esm2022/misc/lib/html/html.mjs +4 -4
  47. package/esm2022/misc/lib/intersect.mjs +4 -4
  48. package/esm2022/misc/lib/preload.mjs +4 -4
  49. package/esm2022/misc/lib/sampler.mjs +4 -4
  50. package/esm2022/performances/lib/adaptive-dpr.mjs +4 -4
  51. package/esm2022/performances/lib/adaptive-events.mjs +4 -4
  52. package/esm2022/performances/lib/detailed.mjs +4 -4
  53. package/esm2022/performances/lib/instances/instances.mjs +7 -7
  54. package/esm2022/performances/lib/points/points.mjs +10 -10
  55. package/esm2022/performances/lib/segments/segments.mjs +7 -7
  56. package/esm2022/staging/lib/accumulative-shadows.mjs +4 -4
  57. package/esm2022/staging/lib/backdrop.mjs +4 -4
  58. package/esm2022/staging/lib/bb-anchor.mjs +4 -4
  59. package/esm2022/staging/lib/bounds.mjs +4 -4
  60. package/esm2022/staging/lib/camera-shake.mjs +4 -4
  61. package/esm2022/staging/lib/caustics.mjs +4 -4
  62. package/esm2022/staging/lib/center.mjs +4 -4
  63. package/esm2022/staging/lib/contact-shadows.mjs +4 -4
  64. package/esm2022/staging/lib/environment/environment.mjs +16 -16
  65. package/esm2022/staging/lib/float.mjs +4 -4
  66. package/esm2022/staging/lib/lightformer.mjs +4 -4
  67. package/esm2022/staging/lib/mask.mjs +4 -4
  68. package/esm2022/staging/lib/matcap-texture.mjs +4 -4
  69. package/esm2022/staging/lib/normal-texture.mjs +4 -4
  70. package/esm2022/staging/lib/randomized-lights.mjs +4 -4
  71. package/esm2022/staging/lib/render-texture.mjs +10 -10
  72. package/esm2022/staging/lib/sky.mjs +4 -4
  73. package/esm2022/staging/lib/spot-light.mjs +16 -16
  74. package/esm2022/staging/lib/stage.mjs +7 -7
  75. package/esm2022/stats/lib/stats.mjs +4 -4
  76. package/fesm2022/angular-three-soba-abstractions.mjs +39 -39
  77. package/fesm2022/angular-three-soba-abstractions.mjs.map +1 -1
  78. package/fesm2022/angular-three-soba-cameras.mjs +12 -12
  79. package/fesm2022/angular-three-soba-cameras.mjs.map +1 -1
  80. package/fesm2022/angular-three-soba-controls.mjs +15 -15
  81. package/fesm2022/angular-three-soba-controls.mjs.map +1 -1
  82. package/fesm2022/angular-three-soba-gizmos.mjs +45 -45
  83. package/fesm2022/angular-three-soba-gizmos.mjs.map +1 -1
  84. package/fesm2022/angular-three-soba-loaders.mjs +3 -3
  85. package/fesm2022/angular-three-soba-loaders.mjs.map +1 -1
  86. package/fesm2022/angular-three-soba-materials.mjs +21 -21
  87. package/fesm2022/angular-three-soba-materials.mjs.map +1 -1
  88. package/fesm2022/angular-three-soba-misc.mjs +27 -27
  89. package/fesm2022/angular-three-soba-misc.mjs.map +1 -1
  90. package/fesm2022/angular-three-soba-performances.mjs +30 -30
  91. package/fesm2022/angular-three-soba-performances.mjs.map +1 -1
  92. package/fesm2022/angular-three-soba-staging.mjs +90 -90
  93. package/fesm2022/angular-three-soba-staging.mjs.map +1 -1
  94. package/fesm2022/angular-three-soba-stats.mjs +3 -3
  95. package/fesm2022/angular-three-soba-stats.mjs.map +1 -1
  96. package/gizmos/lib/pivot-controls/axis-arrow.d.ts +1 -1
  97. package/gizmos/lib/pivot-controls/axis-rotator.d.ts +1 -1
  98. package/gizmos/lib/pivot-controls/pivot-controls.d.ts +1 -1
  99. package/gizmos/lib/pivot-controls/plane-slider.d.ts +1 -1
  100. package/gizmos/lib/pivot-controls/scaling-sphere.d.ts +1 -1
  101. package/gizmos/lib/transform-controls.d.ts +2 -2
  102. package/misc/lib/html/html.d.ts +1 -1
  103. package/package.json +20 -20
  104. package/shaders/lib/mesh-refraction-material.d.ts +2 -2
@@ -87,10 +87,10 @@ class NgtsBakeShadows {
87
87
  });
88
88
  });
89
89
  }
90
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: NgtsBakeShadows, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
91
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.9", type: NgtsBakeShadows, isStandalone: true, selector: "ngts-bake-shadows", ngImport: i0 }); }
90
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: NgtsBakeShadows, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
91
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.11", type: NgtsBakeShadows, isStandalone: true, selector: "ngts-bake-shadows", ngImport: i0 }); }
92
92
  }
93
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: NgtsBakeShadows, decorators: [{
93
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: NgtsBakeShadows, decorators: [{
94
94
  type: Directive,
95
95
  args: [{ standalone: true, selector: 'ngts-bake-shadows' }]
96
96
  }], ctorParameters: () => [] });
@@ -119,14 +119,14 @@ class NgtsComputedAttribute {
119
119
  bufferAttribute.copy(attribute);
120
120
  });
121
121
  }
122
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: NgtsComputedAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
123
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "18.2.9", type: NgtsComputedAttribute, isStandalone: true, selector: "ngts-computed-attribute", inputs: { compute: { classPropertyName: "compute", publicName: "compute", isSignal: true, isRequired: true, transformFunction: null }, name: { classPropertyName: "name", publicName: "name", isSignal: true, isRequired: true, transformFunction: null }, options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, viewQueries: [{ propertyName: "attributeRef", first: true, predicate: ["attribute"], descendants: true, isSignal: true }], ngImport: i0, template: `
122
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: NgtsComputedAttribute, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
123
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "18.2.11", type: NgtsComputedAttribute, isStandalone: true, selector: "ngts-computed-attribute", inputs: { compute: { classPropertyName: "compute", publicName: "compute", isSignal: true, isRequired: true, transformFunction: null }, name: { classPropertyName: "name", publicName: "name", isSignal: true, isRequired: true, transformFunction: null }, options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, viewQueries: [{ propertyName: "attributeRef", first: true, predicate: ["attribute"], descendants: true, isSignal: true }], ngImport: i0, template: `
124
124
  <ngt-primitive #attribute *args="[bufferAttribute]" [attach]="['attributes', name()]" [parameters]="options()">
125
125
  <ng-content />
126
126
  </ngt-primitive>
127
127
  `, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "ng-template[args]", inputs: ["args"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
128
128
  }
129
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: NgtsComputedAttribute, decorators: [{
129
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: NgtsComputedAttribute, decorators: [{
130
130
  type: Component,
131
131
  args: [{
132
132
  selector: 'ngts-computed-attribute',
@@ -228,8 +228,8 @@ class NgtsDecal {
228
228
  });
229
229
  });
230
230
  }
231
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: NgtsDecal, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
232
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.9", type: NgtsDecal, isStandalone: true, selector: "ngts-decal", inputs: { mesh: { classPropertyName: "mesh", publicName: "mesh", isSignal: true, isRequired: false, transformFunction: null }, options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, viewQueries: [{ propertyName: "meshRef", first: true, predicate: ["mesh"], descendants: true, isSignal: true }, { propertyName: "helperRef", first: true, predicate: ["helper"], descendants: true, isSignal: true }], ngImport: i0, template: `
231
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: NgtsDecal, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
232
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.11", type: NgtsDecal, isStandalone: true, selector: "ngts-decal", inputs: { mesh: { classPropertyName: "mesh", publicName: "mesh", isSignal: true, isRequired: false, transformFunction: null }, options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, viewQueries: [{ propertyName: "meshRef", first: true, predicate: ["mesh"], descendants: true, isSignal: true }, { propertyName: "helperRef", first: true, predicate: ["helper"], descendants: true, isSignal: true }], ngImport: i0, template: `
233
233
  <ngt-mesh #mesh [parameters]="parameters()">
234
234
  <ngt-value [rawValue]="true" attach="material.transparent" />
235
235
  <ngt-value [rawValue]="true" attach="material.polygonOffset" />
@@ -251,7 +251,7 @@ class NgtsDecal {
251
251
  </ngt-mesh>
252
252
  `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
253
253
  }
254
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: NgtsDecal, decorators: [{
254
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: NgtsDecal, decorators: [{
255
255
  type: Component,
256
256
  args: [{
257
257
  selector: 'ngts-decal',
@@ -370,10 +370,10 @@ class NgtsFBO {
370
370
  static ngTemplateContextGuard(_, ctx) {
371
371
  return true;
372
372
  }
373
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: NgtsFBO, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
374
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.2.9", type: NgtsFBO, isStandalone: true, selector: "ng-template[fbo]", inputs: { fbo: { classPropertyName: "fbo", publicName: "fbo", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
373
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: NgtsFBO, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
374
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.2.11", type: NgtsFBO, isStandalone: true, selector: "ng-template[fbo]", inputs: { fbo: { classPropertyName: "fbo", publicName: "fbo", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
375
375
  }
376
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: NgtsFBO, decorators: [{
376
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: NgtsFBO, decorators: [{
377
377
  type: Directive,
378
378
  args: [{ selector: 'ng-template[fbo]', standalone: true }]
379
379
  }], ctorParameters: () => [] });
@@ -484,8 +484,8 @@ class NgtsHTML {
484
484
  this.DoubleSide = DoubleSide;
485
485
  extend({ Group, Mesh, PlaneGeometry, ShaderMaterial });
486
486
  }
487
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: NgtsHTML, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
488
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.9", type: NgtsHTML, isStandalone: true, selector: "ngts-html", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, viewQueries: [{ propertyName: "groupRef", first: true, predicate: ["group"], descendants: true, isSignal: true }, { propertyName: "occlusionMeshRef", first: true, predicate: ["occlusionMesh"], descendants: true, isSignal: true }, { propertyName: "occlusionGeometryRef", first: true, predicate: ["occlusionGeometry"], descendants: true, isSignal: true }], ngImport: i0, template: `
487
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: NgtsHTML, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
488
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.11", type: NgtsHTML, isStandalone: true, selector: "ngts-html", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, viewQueries: [{ propertyName: "groupRef", first: true, predicate: ["group"], descendants: true, isSignal: true }, { propertyName: "occlusionMeshRef", first: true, predicate: ["occlusionMesh"], descendants: true, isSignal: true }, { propertyName: "occlusionGeometryRef", first: true, predicate: ["occlusionGeometry"], descendants: true, isSignal: true }], ngImport: i0, template: `
489
489
  <ngt-group #group [parameters]="parameters()">
490
490
  @if (occlude() && !isRaycastOcclusion()) {
491
491
  <ngt-mesh #occlusionMesh [castShadow]="castShadow()" [receiveShadow]="receiveShadow()">
@@ -506,7 +506,7 @@ class NgtsHTML {
506
506
  <ng-content />
507
507
  `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
508
508
  }
509
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: NgtsHTML, decorators: [{
509
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: NgtsHTML, decorators: [{
510
510
  type: Component,
511
511
  args: [{
512
512
  selector: 'ngts-html',
@@ -842,8 +842,8 @@ class NgtsHTMLContent extends NgtHTML {
842
842
  }
843
843
  });
844
844
  }
845
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: NgtsHTMLContent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
846
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.9", type: NgtsHTMLContent, isStandalone: true, selector: "[ngtsHTMLContent]", inputs: { options: { classPropertyName: "options", publicName: "ngtsHTMLContent", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { occluded: "occluded" }, host: { attributes: { "data-ngts-html-content": "" } }, viewQueries: [{ propertyName: "transformOuterRef", first: true, predicate: ["transformOuter"], descendants: true, isSignal: true }, { propertyName: "transformInnerRef", first: true, predicate: ["transformInner"], descendants: true, isSignal: true }, { propertyName: "containerRef", first: true, predicate: ["container"], descendants: true, isSignal: true }], usesInheritance: true, ngImport: i0, template: `
845
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: NgtsHTMLContent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
846
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.11", type: NgtsHTMLContent, isStandalone: true, selector: "[ngtsHTMLContent]", inputs: { options: { classPropertyName: "options", publicName: "ngtsHTMLContent", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { occluded: "occluded" }, host: { attributes: { "data-ngts-html-content": "" } }, viewQueries: [{ propertyName: "transformOuterRef", first: true, predicate: ["transformOuter"], descendants: true, isSignal: true }, { propertyName: "transformInnerRef", first: true, predicate: ["transformInner"], descendants: true, isSignal: true }, { propertyName: "containerRef", first: true, predicate: ["container"], descendants: true, isSignal: true }], usesInheritance: true, ngImport: i0, template: `
847
847
  @if (html.transform()) {
848
848
  <div
849
849
  #transformOuter
@@ -878,7 +878,7 @@ class NgtsHTMLContent extends NgtHTML {
878
878
  </ng-template>
879
879
  `, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
880
880
  }
881
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: NgtsHTMLContent, decorators: [{
881
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: NgtsHTMLContent, decorators: [{
882
882
  type: Component,
883
883
  args: [{
884
884
  selector: '[ngtsHTMLContent]',
@@ -960,10 +960,10 @@ class NgtsIntersect {
960
960
  const host = inject(ElementRef);
961
961
  injectIntersect(() => host, { source: this.intersect });
962
962
  }
963
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: NgtsIntersect, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
964
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.2.9", type: NgtsIntersect, isStandalone: true, selector: "[intersect]", inputs: { intersect: { classPropertyName: "intersect", publicName: "intersect", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { intersect: "intersectChange" }, ngImport: i0 }); }
963
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: NgtsIntersect, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
964
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.2.11", type: NgtsIntersect, isStandalone: true, selector: "[intersect]", inputs: { intersect: { classPropertyName: "intersect", publicName: "intersect", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { intersect: "intersectChange" }, ngImport: i0 }); }
965
965
  }
966
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: NgtsIntersect, decorators: [{
966
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: NgtsIntersect, decorators: [{
967
967
  type: Directive,
968
968
  args: [{ standalone: true, selector: '[intersect]' }]
969
969
  }], ctorParameters: () => [] });
@@ -1014,10 +1014,10 @@ class NgtsPreload {
1014
1014
  invisible.forEach((object) => (object.visible = false));
1015
1015
  });
1016
1016
  }
1017
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: NgtsPreload, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1018
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.2.9", type: NgtsPreload, isStandalone: true, selector: "ngts-preload", inputs: { all: { classPropertyName: "all", publicName: "all", isSignal: true, isRequired: false, transformFunction: null }, scene: { classPropertyName: "scene", publicName: "scene", isSignal: true, isRequired: false, transformFunction: null }, camera: { classPropertyName: "camera", publicName: "camera", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { all: "allChange", scene: "sceneChange", camera: "cameraChange" }, ngImport: i0 }); }
1017
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: NgtsPreload, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1018
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.2.11", type: NgtsPreload, isStandalone: true, selector: "ngts-preload", inputs: { all: { classPropertyName: "all", publicName: "all", isSignal: true, isRequired: false, transformFunction: null }, scene: { classPropertyName: "scene", publicName: "scene", isSignal: true, isRequired: false, transformFunction: null }, camera: { classPropertyName: "camera", publicName: "camera", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { all: "allChange", scene: "sceneChange", camera: "cameraChange" }, ngImport: i0 }); }
1019
1019
  }
1020
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: NgtsPreload, decorators: [{
1020
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: NgtsPreload, decorators: [{
1021
1021
  type: Directive,
1022
1022
  args: [{ selector: 'ngts-preload', standalone: true }]
1023
1023
  }], ctorParameters: () => [] });
@@ -1115,14 +1115,14 @@ class NgtsSampler {
1115
1115
  }));
1116
1116
  effect(sampler);
1117
1117
  }
1118
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: NgtsSampler, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1119
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "18.2.9", type: NgtsSampler, isStandalone: true, selector: "ngts-sampler", inputs: { mesh: { classPropertyName: "mesh", publicName: "mesh", isSignal: true, isRequired: false, transformFunction: null }, instances: { classPropertyName: "instances", publicName: "instances", isSignal: true, isRequired: false, transformFunction: null }, options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, viewQueries: [{ propertyName: "groupRef", first: true, predicate: ["group"], descendants: true, isSignal: true }], ngImport: i0, template: `
1118
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: NgtsSampler, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1119
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "18.2.11", type: NgtsSampler, isStandalone: true, selector: "ngts-sampler", inputs: { mesh: { classPropertyName: "mesh", publicName: "mesh", isSignal: true, isRequired: false, transformFunction: null }, instances: { classPropertyName: "instances", publicName: "instances", isSignal: true, isRequired: false, transformFunction: null }, options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, viewQueries: [{ propertyName: "groupRef", first: true, predicate: ["group"], descendants: true, isSignal: true }], ngImport: i0, template: `
1120
1120
  <ngt-group #group [parameters]="parameters()">
1121
1121
  <ng-content />
1122
1122
  </ngt-group>
1123
1123
  `, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1124
1124
  }
1125
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.9", ngImport: i0, type: NgtsSampler, decorators: [{
1125
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: NgtsSampler, decorators: [{
1126
1126
  type: Component,
1127
1127
  args: [{
1128
1128
  selector: 'ngts-sampler',