angular-three-soba 2.0.0-beta.4 → 2.0.0-beta.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 (91) hide show
  1. package/abstractions/edges/edges.d.ts +1 -1
  2. package/abstractions/grid/grid.d.ts +1 -1
  3. package/abstractions/text-3d/text-3d.d.ts +1 -1
  4. package/controls/orbit-controls/orbit-controls.d.ts +4 -2
  5. package/esm2022/abstractions/billboard/billboard.mjs +3 -3
  6. package/esm2022/abstractions/catmull-rom-line/catmull-rom-line.mjs +3 -3
  7. package/esm2022/abstractions/cubic-bezier-line/cubic-bezier-line.mjs +3 -3
  8. package/esm2022/abstractions/edges/edges.mjs +3 -3
  9. package/esm2022/abstractions/gizmo-helper/gizmo-helper.mjs +6 -6
  10. package/esm2022/abstractions/gizmo-helper/gizmo-viewcube/gizmo-viewcube-edge.mjs +3 -3
  11. package/esm2022/abstractions/gizmo-helper/gizmo-viewcube/gizmo-viewcube-face.mjs +6 -6
  12. package/esm2022/abstractions/gizmo-helper/gizmo-viewcube/gizmo-viewcube-inputs.mjs +3 -3
  13. package/esm2022/abstractions/gizmo-helper/gizmo-viewcube/gizmo-viewcube.mjs +6 -6
  14. package/esm2022/abstractions/gizmo-helper/gizmo-viewport/gizmo-viewport-axis.mjs +6 -6
  15. package/esm2022/abstractions/gizmo-helper/gizmo-viewport/gizmo-viewport.mjs +3 -3
  16. package/esm2022/abstractions/grid/grid.mjs +3 -3
  17. package/esm2022/abstractions/line/line-input.mjs +3 -3
  18. package/esm2022/abstractions/line/line.mjs +6 -6
  19. package/esm2022/abstractions/quadratic-bezier-line/quadratic-bezier-line.mjs +3 -3
  20. package/esm2022/abstractions/text/text.mjs +3 -3
  21. package/esm2022/abstractions/text-3d/text-3d.mjs +3 -3
  22. package/esm2022/cameras/camera/camera-content.mjs +3 -3
  23. package/esm2022/cameras/camera/camera.mjs +6 -6
  24. package/esm2022/cameras/cube-camera/cube-camera.mjs +3 -3
  25. package/esm2022/cameras/orthographic-camera/orthographic-camera.mjs +3 -3
  26. package/esm2022/cameras/perspective-camera/perspective-camera.mjs +3 -3
  27. package/esm2022/controls/orbit-controls/orbit-controls.mjs +20 -8
  28. package/esm2022/loaders/loader/loader.mjs +3 -3
  29. package/esm2022/loaders/progress/progress.mjs +4 -11
  30. package/esm2022/materials/mesh-distort-material/mesh-distort-material.mjs +3 -3
  31. package/esm2022/materials/mesh-reflector-material/mesh-reflector-material.mjs +3 -3
  32. package/esm2022/materials/mesh-refraction-material/mesh-refraction-material.mjs +3 -3
  33. package/esm2022/materials/mesh-transmission-material/mesh-transmission-material.mjs +3 -3
  34. package/esm2022/materials/mesh-wobble-material/mesh-wobble-material.mjs +3 -3
  35. package/esm2022/misc/bake-shadows/bake-shadows.mjs +3 -3
  36. package/esm2022/performance/adaptive/adaptive-dpr.mjs +3 -3
  37. package/esm2022/performance/adaptive/adaptive-events.mjs +3 -3
  38. package/esm2022/performance/detailed/detailed.mjs +3 -3
  39. package/esm2022/performance/instances/instance.mjs +6 -6
  40. package/esm2022/performance/instances/instances.mjs +6 -6
  41. package/esm2022/performance/stats/stats.mjs +3 -3
  42. package/esm2022/staging/accumulative-shadows/accumulative-shadows.mjs +6 -6
  43. package/esm2022/staging/accumulative-shadows/randomized-lights.mjs +6 -6
  44. package/esm2022/staging/bounds/bounds.mjs +6 -6
  45. package/esm2022/staging/camera-shake/camera-shake.mjs +3 -3
  46. package/esm2022/staging/caustics/caustisc.mjs +6 -6
  47. package/esm2022/staging/center/center.mjs +7 -7
  48. package/esm2022/staging/cloud/cloud.mjs +3 -3
  49. package/esm2022/staging/contact-shadows/contact-shadows.mjs +3 -3
  50. package/esm2022/staging/environment/environment-cube.mjs +6 -6
  51. package/esm2022/staging/environment/environment-ground.mjs +3 -3
  52. package/esm2022/staging/environment/environment-input.mjs +3 -3
  53. package/esm2022/staging/environment/environment-map.mjs +6 -6
  54. package/esm2022/staging/environment/environment-portal.mjs +6 -6
  55. package/esm2022/staging/environment/environment.mjs +6 -6
  56. package/esm2022/staging/float/float.mjs +3 -3
  57. package/esm2022/staging/sky/sky.mjs +3 -3
  58. package/esm2022/staging/sparkles/sparkles.mjs +3 -3
  59. package/esm2022/staging/spot-light/spot-light-input.mjs +3 -3
  60. package/esm2022/staging/spot-light/spot-light-shadow-mesh-input.mjs +3 -3
  61. package/esm2022/staging/spot-light/spot-light-shadow-mesh.mjs +17 -15
  62. package/esm2022/staging/spot-light/spot-light.mjs +3 -3
  63. package/esm2022/staging/spot-light/volumetric-mesh.mjs +3 -3
  64. package/esm2022/staging/stage/stage.mjs +10 -10
  65. package/esm2022/staging/stars/stars.mjs +3 -3
  66. package/fesm2022/angular-three-soba-abstractions.mjs +63 -63
  67. package/fesm2022/angular-three-soba-abstractions.mjs.map +1 -1
  68. package/fesm2022/angular-three-soba-cameras.mjs +17 -17
  69. package/fesm2022/angular-three-soba-cameras.mjs.map +1 -1
  70. package/fesm2022/angular-three-soba-controls.mjs +18 -6
  71. package/fesm2022/angular-three-soba-controls.mjs.map +1 -1
  72. package/fesm2022/angular-three-soba-loaders.mjs +6 -13
  73. package/fesm2022/angular-three-soba-loaders.mjs.map +1 -1
  74. package/fesm2022/angular-three-soba-materials.mjs +15 -15
  75. package/fesm2022/angular-three-soba-misc.mjs +3 -3
  76. package/fesm2022/angular-three-soba-performance.mjs +21 -21
  77. package/fesm2022/angular-three-soba-performance.mjs.map +1 -1
  78. package/fesm2022/angular-three-soba-staging.mjs +102 -100
  79. package/fesm2022/angular-three-soba-staging.mjs.map +1 -1
  80. package/package.json +21 -19
  81. package/performance/instances/instances.d.ts +2 -2
  82. package/performance/instances/position-mesh.d.ts +1 -1
  83. package/plugin/package.json +2 -2
  84. package/plugin/src/generators/init/init.d.ts +1 -1
  85. package/plugin/src/generators/init/init.js +1 -1
  86. package/staging/caustics/caustisc.d.ts +1 -1
  87. package/staging/sparkles/sparkles.d.ts +1 -1
  88. package/staging/spot-light/spot-light-shadow-mesh.d.ts +2 -2
  89. package/staging/spot-light/volumetric-mesh.d.ts +1 -1
  90. package/staging/stage/stage.d.ts +0 -1
  91. package/staging/stars/stars.d.ts +1 -1
@@ -1,6 +1,6 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { Component, CUSTOM_ELEMENTS_SCHEMA, Input, computed, Directive, inject, effect, InjectionToken, EventEmitter, TemplateRef, Output, ContentChild, signal, DestroyRef } from '@angular/core';
3
- import { extend, NgtSignalStore, injectNgtRef, injectBeforeRender, NgtStore, requestAnimationInInjectionContext, NgtArgs, NgtPortal, NgtPortalContent, NgtRepeat } from 'angular-three';
3
+ import { extend, NgtSignalStore, injectNgtRef, injectBeforeRender, NgtStore, requestAnimationFrameInInjectionContext, NgtArgs, NgtPortal, NgtPortalContent, NgtRepeat } from 'angular-three';
4
4
  import * as THREE from 'three';
5
5
  import { Group, CatmullRomCurve3, LineSegments, LineBasicMaterial, Vector3, Quaternion, Object3D, Matrix4, Mesh, BoxGeometry, MeshBasicMaterial, MeshLambertMaterial, CanvasTexture, AmbientLight, PointLight, Sprite, SpriteMaterial, PlaneGeometry } from 'three';
6
6
  import { LineSegmentsGeometry, LineGeometry, LineMaterial, LineSegments2, Line2, TextGeometry, FontLoader } from 'three-stdlib';
@@ -46,14 +46,14 @@ class NgtsBillboard extends NgtSignalStore {
46
46
  ref.rotation.z = prevRotation.z;
47
47
  });
48
48
  }
49
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsBillboard, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
50
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: NgtsBillboard, isStandalone: true, selector: "ngts-billboard", inputs: { billboardRef: "billboardRef", follow: "follow", lockX: "lockX", lockY: "lockY", lockZ: "lockZ" }, usesInheritance: true, ngImport: i0, template: `
49
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsBillboard, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
50
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.3", type: NgtsBillboard, isStandalone: true, selector: "ngts-billboard", inputs: { billboardRef: "billboardRef", follow: "follow", lockX: "lockX", lockY: "lockY", lockZ: "lockZ" }, usesInheritance: true, ngImport: i0, template: `
51
51
  <ngt-group ngtCompound [ref]="billboardRef">
52
52
  <ng-content />
53
53
  </ngt-group>
54
54
  `, isInline: true }); }
55
55
  }
56
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsBillboard, decorators: [{
56
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsBillboard, decorators: [{
57
57
  type: Component,
58
58
  args: [{
59
59
  selector: 'ngts-billboard',
@@ -155,10 +155,10 @@ class NgtsLineInputs extends NgtSignalStore {
155
155
  worldUnits: this.#worldUnits(),
156
156
  }));
157
157
  }
158
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsLineInputs, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
159
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: NgtsLineInputs, inputs: { vertexColors: "vertexColors", lineWidth: "lineWidth", alphaToCoverage: "alphaToCoverage", color: "color", dashed: "dashed", dashScale: "dashScale", dashSize: "dashSize", dashOffset: "dashOffset", gapSize: "gapSize", resolution: "resolution", wireframe: "wireframe", worldUnits: "worldUnits" }, usesInheritance: true, ngImport: i0 }); }
158
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsLineInputs, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
159
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.3", type: NgtsLineInputs, inputs: { vertexColors: "vertexColors", lineWidth: "lineWidth", alphaToCoverage: "alphaToCoverage", color: "color", dashed: "dashed", dashScale: "dashScale", dashSize: "dashSize", dashOffset: "dashOffset", gapSize: "gapSize", resolution: "resolution", wireframe: "wireframe", worldUnits: "worldUnits" }, usesInheritance: true, ngImport: i0 }); }
160
160
  }
161
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsLineInputs, decorators: [{
161
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsLineInputs, decorators: [{
162
162
  type: Directive
163
163
  }], ctorParameters: function () { return []; }, propDecorators: { vertexColors: [{
164
164
  type: Input
@@ -257,7 +257,7 @@ class NgtsLine extends NgtsLineInputs {
257
257
  };
258
258
  });
259
259
  this.set({ segments: false });
260
- requestAnimationInInjectionContext(() => {
260
+ requestAnimationFrameInInjectionContext(() => {
261
261
  this.#disposeGeometry();
262
262
  this.#computeLineDistances();
263
263
  });
@@ -283,8 +283,8 @@ class NgtsLine extends NgtsLineInputs {
283
283
  onCleanup(() => lineGeometry.dispose());
284
284
  });
285
285
  }
286
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsLine, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
287
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: NgtsLine, isStandalone: true, selector: "ngts-line", inputs: { lineRef: "lineRef", points: "points", segments: "segments" }, usesInheritance: true, ngImport: i0, template: `
286
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsLine, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
287
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.3", type: NgtsLine, isStandalone: true, selector: "ngts-line", inputs: { lineRef: "lineRef", points: "points", segments: "segments" }, usesInheritance: true, ngImport: i0, template: `
288
288
  <ngt-primitive *args="[line()]" [ref]="lineRef" ngtCompound>
289
289
  <ngt-primitive *args="[lineGeometry()]" attach="geometry" />
290
290
  <ngt-primitive
@@ -306,7 +306,7 @@ class NgtsLine extends NgtsLineInputs {
306
306
  </ngt-primitive>
307
307
  `, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "[args]", inputs: ["args"] }] }); }
308
308
  }
309
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsLine, decorators: [{
309
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsLine, decorators: [{
310
310
  type: Component,
311
311
  args: [{
312
312
  selector: 'ngts-line',
@@ -406,8 +406,8 @@ class NgtsCatmullRomLine extends NgtsLineInputs {
406
406
  });
407
407
  this.set({ closed: false, curveType: 'centripetal', tension: 0.5, segments: 64 });
408
408
  }
409
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsCatmullRomLine, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
410
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: NgtsCatmullRomLine, isStandalone: true, selector: "ngts-catmull-rom-line", inputs: { lineRef: "lineRef", points: "points", closed: "closed", curveType: "curveType", tension: "tension", segments: "segments" }, usesInheritance: true, ngImport: i0, template: `
409
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsCatmullRomLine, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
410
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.3", type: NgtsCatmullRomLine, isStandalone: true, selector: "ngts-catmull-rom-line", inputs: { lineRef: "lineRef", points: "points", closed: "closed", curveType: "curveType", tension: "tension", segments: "segments" }, usesInheritance: true, ngImport: i0, template: `
411
411
  <ngts-line
412
412
  [lineRef]="lineRef"
413
413
  [points]="segmentedPoints()"
@@ -426,7 +426,7 @@ class NgtsCatmullRomLine extends NgtsLineInputs {
426
426
  />
427
427
  `, isInline: true, dependencies: [{ kind: "component", type: NgtsLine, selector: "ngts-line", inputs: ["lineRef", "points", "segments"] }] }); }
428
428
  }
429
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsCatmullRomLine, decorators: [{
429
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsCatmullRomLine, decorators: [{
430
430
  type: Component,
431
431
  args: [{
432
432
  selector: 'ngts-catmull-rom-line',
@@ -510,8 +510,8 @@ class NgtsCubicBezierLine extends NgtsLineInputs {
510
510
  });
511
511
  this.set({ segments: 10 });
512
512
  }
513
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsCubicBezierLine, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
514
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: NgtsCubicBezierLine, isStandalone: true, selector: "ngts-cubic-bezier-line", inputs: { lineRef: "lineRef", start: "start", end: "end", midA: "midA", midB: "midB", segments: "segments" }, usesInheritance: true, ngImport: i0, template: `
513
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsCubicBezierLine, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
514
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.3", type: NgtsCubicBezierLine, isStandalone: true, selector: "ngts-cubic-bezier-line", inputs: { lineRef: "lineRef", start: "start", end: "end", midA: "midA", midB: "midB", segments: "segments" }, usesInheritance: true, ngImport: i0, template: `
515
515
  <ngts-line
516
516
  [lineRef]="lineRef"
517
517
  [points]="points()"
@@ -530,7 +530,7 @@ class NgtsCubicBezierLine extends NgtsLineInputs {
530
530
  />
531
531
  `, isInline: true, dependencies: [{ kind: "component", type: NgtsLine, selector: "ngts-line", inputs: ["lineRef", "points", "segments"] }] }); }
532
532
  }
533
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsCubicBezierLine, decorators: [{
533
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsCubicBezierLine, decorators: [{
534
534
  type: Component,
535
535
  args: [{
536
536
  selector: 'ngts-cubic-bezier-line',
@@ -615,8 +615,8 @@ class NgtsEdges extends NgtSignalStore {
615
615
  }
616
616
  });
617
617
  }
618
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsEdges, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
619
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: NgtsEdges, isStandalone: true, selector: "ngts-edges", inputs: { edgesRef: "edgesRef", threshold: "threshold", color: "color", geometry: "geometry", userData: "userData", withChildren: "withChildren" }, usesInheritance: true, ngImport: i0, template: `
618
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsEdges, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
619
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.3", type: NgtsEdges, isStandalone: true, selector: "ngts-edges", inputs: { edgesRef: "edgesRef", threshold: "threshold", color: "color", geometry: "geometry", userData: "userData", withChildren: "withChildren" }, usesInheritance: true, ngImport: i0, template: `
620
620
  <ngt-line-segments [ref]="edgesRef" [raycast]="noop" ngtCompound>
621
621
  <ng-container *ngIf="withChildren; else noChildren">
622
622
  <ng-content />
@@ -627,7 +627,7 @@ class NgtsEdges extends NgtSignalStore {
627
627
  </ngt-line-segments>
628
628
  `, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
629
629
  }
630
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsEdges, decorators: [{
630
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsEdges, decorators: [{
631
631
  type: Component,
632
632
  args: [{
633
633
  selector: 'ngts-edges',
@@ -663,10 +663,10 @@ const isOrbitControls = (controls) => 'minPolarAngle' in controls;
663
663
  const NGTS_GIZMO_HELPER_API = new InjectionToken('NgtsGizmoHelper API');
664
664
  extend({ Group });
665
665
  class NgtsGizmoHelperContent {
666
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsGizmoHelperContent, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
667
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: NgtsGizmoHelperContent, isStandalone: true, selector: "ng-template[ngtsGizmoHelperContent]", ngImport: i0 }); }
666
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsGizmoHelperContent, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
667
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.3", type: NgtsGizmoHelperContent, isStandalone: true, selector: "ng-template[ngtsGizmoHelperContent]", ngImport: i0 }); }
668
668
  }
669
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsGizmoHelperContent, decorators: [{
669
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsGizmoHelperContent, decorators: [{
670
670
  type: Directive,
671
671
  args: [{ selector: 'ng-template[ngtsGizmoHelperContent]', standalone: true }]
672
672
  }] });
@@ -803,8 +803,8 @@ class NgtsGizmoHelper extends NgtSignalStore {
803
803
  this.#defaultUp.copy(camera.up);
804
804
  });
805
805
  }
806
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsGizmoHelper, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
807
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: NgtsGizmoHelper, isStandalone: true, selector: "ngts-gizmo-helper", inputs: { alignment: "alignment", margin: "margin", renderPriority: "renderPriority", autoClear: "autoClear" }, outputs: { updated: "updated" }, providers: [
806
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsGizmoHelper, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
807
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.3", type: NgtsGizmoHelper, isStandalone: true, selector: "ngts-gizmo-helper", inputs: { alignment: "alignment", margin: "margin", renderPriority: "renderPriority", autoClear: "autoClear" }, outputs: { updated: "updated" }, providers: [
808
808
  { provide: NGTS_GIZMO_HELPER_API, useFactory: (gizmo) => gizmo.api, deps: [NgtsGizmoHelper] },
809
809
  ], queries: [{ propertyName: "gizmoHelperContent", first: true, predicate: NgtsGizmoHelperContent, descendants: true, read: TemplateRef, static: true }], usesInheritance: true, ngImport: i0, template: `
810
810
  <ngt-portal [renderPriority]="priority()">
@@ -821,7 +821,7 @@ class NgtsGizmoHelper extends NgtSignalStore {
821
821
  </ngt-portal>
822
822
  `, isInline: true, dependencies: [{ kind: "component", type: NgtPortal, selector: "ngt-portal", inputs: ["container", "portalState", "autoRender", "autoRenderPriority"], outputs: ["beforeRender"] }, { kind: "directive", type: NgtPortalContent, selector: "ng-template[ngtPortalContent]" }, { kind: "component", type: NgtsOrthographicCamera, selector: "ngts-orthographic-camera", inputs: ["left", "right", "top", "bottom"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
823
823
  }
824
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsGizmoHelper, decorators: [{
824
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsGizmoHelper, decorators: [{
825
825
  type: Component,
826
826
  args: [{
827
827
  selector: 'ngts-gizmo-helper',
@@ -926,10 +926,10 @@ class NgtsGizmoViewcubeInputs extends NgtSignalStore {
926
926
  set clickEmitter(clickEmitter) {
927
927
  this.set({ clickEmitter });
928
928
  }
929
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsGizmoViewcubeInputs, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
930
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.0", type: NgtsGizmoViewcubeInputs, inputs: { opacity: "opacity", hoverColor: "hoverColor", textColor: "textColor", strokeColor: "strokeColor", faces: "faces", font: "font", color: "color", clickEmitter: "clickEmitter" }, usesInheritance: true, ngImport: i0 }); }
929
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsGizmoViewcubeInputs, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
930
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.3", type: NgtsGizmoViewcubeInputs, inputs: { opacity: "opacity", hoverColor: "hoverColor", textColor: "textColor", strokeColor: "strokeColor", faces: "faces", font: "font", color: "color", clickEmitter: "clickEmitter" }, usesInheritance: true, ngImport: i0 }); }
931
931
  }
932
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsGizmoViewcubeInputs, decorators: [{
932
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsGizmoViewcubeInputs, decorators: [{
933
933
  type: Directive
934
934
  }], propDecorators: { opacity: [{
935
935
  type: Input
@@ -984,8 +984,8 @@ class NgtsGizmoViewcubeEdgeCube extends NgtSignalStore {
984
984
  this.#gizmoHelperApi()(this.get('position'));
985
985
  }
986
986
  }
987
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsGizmoViewcubeEdgeCube, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
988
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: NgtsGizmoViewcubeEdgeCube, isStandalone: true, selector: "ngts-gizmo-viewcube-edge-cube", inputs: { dimensions: "dimensions", position: "position" }, usesInheritance: true, ngImport: i0, template: `
987
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsGizmoViewcubeEdgeCube, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
988
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.3", type: NgtsGizmoViewcubeEdgeCube, isStandalone: true, selector: "ngts-gizmo-viewcube-edge-cube", inputs: { dimensions: "dimensions", position: "position" }, usesInheritance: true, ngImport: i0, template: `
989
989
  <ngt-mesh
990
990
  [scale]="1.01"
991
991
  [position]="edgePosition()"
@@ -1003,7 +1003,7 @@ class NgtsGizmoViewcubeEdgeCube extends NgtSignalStore {
1003
1003
  </ngt-mesh>
1004
1004
  `, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "[args]", inputs: ["args"] }] }); }
1005
1005
  }
1006
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsGizmoViewcubeEdgeCube, decorators: [{
1006
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsGizmoViewcubeEdgeCube, decorators: [{
1007
1007
  type: Component,
1008
1008
  args: [{
1009
1009
  selector: 'ngts-gizmo-viewcube-edge-cube',
@@ -1085,8 +1085,8 @@ class NgtsGizmoViewcubeFaceMaterial extends NgtSignalStore {
1085
1085
  opacity: 1,
1086
1086
  });
1087
1087
  }
1088
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsGizmoViewcubeFaceMaterial, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1089
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: NgtsGizmoViewcubeFaceMaterial, isStandalone: true, selector: "ngts-gizmo-viewcube-face-material", inputs: { index: "index", hover: "hover" }, usesInheritance: true, ngImport: i0, template: `
1088
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsGizmoViewcubeFaceMaterial, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1089
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.3", type: NgtsGizmoViewcubeFaceMaterial, isStandalone: true, selector: "ngts-gizmo-viewcube-face-material", inputs: { index: "index", hover: "hover" }, usesInheritance: true, ngImport: i0, template: `
1090
1090
  <ngt-mesh-lambert-material
1091
1091
  [attach]="['material', faceIndex()]"
1092
1092
  [map]="texture()"
@@ -1099,7 +1099,7 @@ class NgtsGizmoViewcubeFaceMaterial extends NgtSignalStore {
1099
1099
  </ngt-mesh-lambert-material>
1100
1100
  `, isInline: true }); }
1101
1101
  }
1102
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsGizmoViewcubeFaceMaterial, decorators: [{
1102
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsGizmoViewcubeFaceMaterial, decorators: [{
1103
1103
  type: Component,
1104
1104
  args: [{
1105
1105
  selector: 'ngts-gizmo-viewcube-face-material',
@@ -1149,8 +1149,8 @@ class NgtsGizmoViewcubeFaceCube {
1149
1149
  this.#gizmoHelperApi()(event.face.normal);
1150
1150
  }
1151
1151
  }
1152
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsGizmoViewcubeFaceCube, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1153
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: NgtsGizmoViewcubeFaceCube, isStandalone: true, selector: "ngts-gizmo-viewcube-face-cube", ngImport: i0, template: `
1152
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsGizmoViewcubeFaceCube, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1153
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.3", type: NgtsGizmoViewcubeFaceCube, isStandalone: true, selector: "ngts-gizmo-viewcube-face-cube", ngImport: i0, template: `
1154
1154
  <ngt-mesh
1155
1155
  (pointermove)="onPointerMove($any($event))"
1156
1156
  (pointerout)="onPointerOut($any($event))"
@@ -1161,7 +1161,7 @@ class NgtsGizmoViewcubeFaceCube {
1161
1161
  </ngt-mesh>
1162
1162
  `, isInline: true, dependencies: [{ kind: "component", type: NgtsGizmoViewcubeFaceMaterial, selector: "ngts-gizmo-viewcube-face-material", inputs: ["index", "hover"] }, { kind: "directive", type: NgtRepeat, selector: "[ngFor][ngForRepeat]", inputs: ["ngForRepeat"] }] }); }
1163
1163
  }
1164
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsGizmoViewcubeFaceCube, decorators: [{
1164
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsGizmoViewcubeFaceCube, decorators: [{
1165
1165
  type: Component,
1166
1166
  args: [{
1167
1167
  selector: 'ngts-gizmo-viewcube-face-cube',
@@ -1190,14 +1190,14 @@ class NgtsGizmoViewcube extends NgtsGizmoViewcubeInputs {
1190
1190
  this.corners = corners;
1191
1191
  this.cornerDimensions = cornerDimensions;
1192
1192
  this.clicked = new EventEmitter();
1193
- requestAnimationInInjectionContext(() => {
1193
+ requestAnimationFrameInInjectionContext(() => {
1194
1194
  if (this.clicked.observed) {
1195
1195
  this.set({ clickEmitter: this.clicked });
1196
1196
  }
1197
1197
  });
1198
1198
  }
1199
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsGizmoViewcube, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1200
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: NgtsGizmoViewcube, isStandalone: true, selector: "ngts-gizmo-viewcube", outputs: { clicked: "clicked" }, providers: [{ provide: NgtsGizmoViewcubeInputs, useExisting: NgtsGizmoViewcube }], usesInheritance: true, ngImport: i0, template: `
1199
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsGizmoViewcube, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1200
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.3", type: NgtsGizmoViewcube, isStandalone: true, selector: "ngts-gizmo-viewcube", outputs: { clicked: "clicked" }, providers: [{ provide: NgtsGizmoViewcubeInputs, useExisting: NgtsGizmoViewcube }], usesInheritance: true, ngImport: i0, template: `
1201
1201
  <ngt-group [scale]="60">
1202
1202
  <ngts-gizmo-viewcube-face-cube />
1203
1203
 
@@ -1218,7 +1218,7 @@ class NgtsGizmoViewcube extends NgtsGizmoViewcubeInputs {
1218
1218
  </ngt-group>
1219
1219
  `, isInline: true, dependencies: [{ kind: "component", type: NgtsGizmoViewcubeEdgeCube, selector: "ngts-gizmo-viewcube-edge-cube", inputs: ["dimensions", "position"] }, { kind: "component", type: NgtsGizmoViewcubeFaceCube, selector: "ngts-gizmo-viewcube-face-cube" }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] }); }
1220
1220
  }
1221
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsGizmoViewcube, decorators: [{
1221
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsGizmoViewcube, decorators: [{
1222
1222
  type: Component,
1223
1223
  args: [{
1224
1224
  selector: 'ngts-gizmo-viewcube',
@@ -1268,8 +1268,8 @@ class NgtsGizmoViewportAxis extends NgtSignalStore {
1268
1268
  this.axisColor = this.select('color');
1269
1269
  this.axisScale = this.select('scale');
1270
1270
  }
1271
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsGizmoViewportAxis, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1272
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: NgtsGizmoViewportAxis, isStandalone: true, selector: "ngts-gizmo-viewport-axis", inputs: { color: "color", rotation: "rotation", scale: "scale" }, usesInheritance: true, ngImport: i0, template: `
1271
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsGizmoViewportAxis, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1272
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.3", type: NgtsGizmoViewportAxis, isStandalone: true, selector: "ngts-gizmo-viewport-axis", inputs: { color: "color", rotation: "rotation", scale: "scale" }, usesInheritance: true, ngImport: i0, template: `
1273
1273
  <ngt-group [rotation]="axisRotation()">
1274
1274
  <ngt-mesh [position]="[0.4, 0, 0]">
1275
1275
  <ngt-box-geometry *args="axisScale()" />
@@ -1278,7 +1278,7 @@ class NgtsGizmoViewportAxis extends NgtSignalStore {
1278
1278
  </ngt-group>
1279
1279
  `, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "[args]", inputs: ["args"] }] }); }
1280
1280
  }
1281
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsGizmoViewportAxis, decorators: [{
1281
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsGizmoViewportAxis, decorators: [{
1282
1282
  type: Component,
1283
1283
  args: [{
1284
1284
  selector: 'ngts-gizmo-viewport-axis',
@@ -1388,8 +1388,8 @@ class NgtsGizmoViewportAxisHead extends NgtSignalStore {
1388
1388
  }
1389
1389
  }
1390
1390
  }
1391
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsGizmoViewportAxisHead, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1392
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: NgtsGizmoViewportAxisHead, isStandalone: true, selector: "ngts-gizmo-viewport-axis-head", inputs: { arcStyle: "arcStyle", label: "label", labelColor: "labelColor", axisHeadScale: "axisHeadScale", disabled: "disabled", font: "font", clickEmitter: "clickEmitter" }, usesInheritance: true, ngImport: i0, template: `
1391
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsGizmoViewportAxisHead, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1392
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.3", type: NgtsGizmoViewportAxisHead, isStandalone: true, selector: "ngts-gizmo-viewport-axis-head", inputs: { arcStyle: "arcStyle", label: "label", labelColor: "labelColor", axisHeadScale: "axisHeadScale", disabled: "disabled", font: "font", clickEmitter: "clickEmitter" }, usesInheritance: true, ngImport: i0, template: `
1393
1393
  <ngt-sprite
1394
1394
  ngtCompound
1395
1395
  [scale]="scale()"
@@ -1408,7 +1408,7 @@ class NgtsGizmoViewportAxisHead extends NgtSignalStore {
1408
1408
  </ngt-sprite>
1409
1409
  `, isInline: true }); }
1410
1410
  }
1411
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsGizmoViewportAxisHead, decorators: [{
1411
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsGizmoViewportAxisHead, decorators: [{
1412
1412
  type: Component,
1413
1413
  args: [{
1414
1414
  selector: 'ngts-gizmo-viewport-axis-head',
@@ -1507,8 +1507,8 @@ class NgtsGizmoViewport extends NgtSignalStore {
1507
1507
  this.#gizmoHelperApi()(event.object.position);
1508
1508
  }
1509
1509
  }
1510
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsGizmoViewport, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1511
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: NgtsGizmoViewport, isStandalone: true, selector: "ngts-gizmo-viewport", inputs: { axisColors: "axisColors", axisScale: "axisScale", labels: "labels", axisHeadScale: "axisHeadScale", labelColor: "labelColor", hideNegativeAxes: "hideNegativeAxes", hideAxisHeads: "hideAxisHeads", disabled: "disabled", font: "font" }, outputs: { clicked: "clicked" }, usesInheritance: true, ngImport: i0, template: `
1510
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsGizmoViewport, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1511
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.3", type: NgtsGizmoViewport, isStandalone: true, selector: "ngts-gizmo-viewport", inputs: { axisColors: "axisColors", axisScale: "axisScale", labels: "labels", axisHeadScale: "axisHeadScale", labelColor: "labelColor", hideNegativeAxes: "hideNegativeAxes", hideAxisHeads: "hideAxisHeads", disabled: "disabled", font: "font" }, outputs: { clicked: "clicked" }, usesInheritance: true, ngImport: i0, template: `
1512
1512
  <ngt-group ngtCompound [scale]="40">
1513
1513
  <ngts-gizmo-viewport-axis
1514
1514
  [color]="viewportAxisColors()[0]"
@@ -1597,7 +1597,7 @@ class NgtsGizmoViewport extends NgtSignalStore {
1597
1597
  </ngt-group>
1598
1598
  `, isInline: true, dependencies: [{ kind: "component", type: NgtsGizmoViewportAxis, selector: "ngts-gizmo-viewport-axis", inputs: ["color", "rotation", "scale"] }, { kind: "component", type: NgtsGizmoViewportAxisHead, selector: "ngts-gizmo-viewport-axis-head", inputs: ["arcStyle", "label", "labelColor", "axisHeadScale", "disabled", "font", "clickEmitter"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
1599
1599
  }
1600
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsGizmoViewport, decorators: [{
1600
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsGizmoViewport, decorators: [{
1601
1601
  type: Component,
1602
1602
  args: [{
1603
1603
  selector: 'ngts-gizmo-viewport',
@@ -1782,8 +1782,8 @@ class NgtsGrid extends NgtSignalStore {
1782
1782
  this.gridSide = this.select('side');
1783
1783
  this.gridArgs = this.select('args');
1784
1784
  }
1785
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsGrid, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1786
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: NgtsGrid, isStandalone: true, selector: "ngts-grid", inputs: { gridRef: "gridRef", cellSize: "cellSize", cellThickness: "cellThickness", cellColor: "cellColor", sectionSize: "sectionSize", sectionThickness: "sectionThickness", sectionColor: "sectionColor", followCamera: "followCamera", infiniteGrid: "infiniteGrid", fadeDistance: "fadeDistance", fadeStrength: "fadeStrength", side: "side", args: "args" }, usesInheritance: true, ngImport: i0, template: `
1785
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsGrid, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1786
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.3", type: NgtsGrid, isStandalone: true, selector: "ngts-grid", inputs: { gridRef: "gridRef", cellSize: "cellSize", cellThickness: "cellThickness", cellColor: "cellColor", sectionSize: "sectionSize", sectionThickness: "sectionThickness", sectionColor: "sectionColor", followCamera: "followCamera", infiniteGrid: "infiniteGrid", fadeDistance: "fadeDistance", fadeStrength: "fadeStrength", side: "side", args: "args" }, usesInheritance: true, ngImport: i0, template: `
1787
1787
  <ngt-mesh ngtCompound [ref]="gridRef" [frustumCulled]="false">
1788
1788
  <ngt-grid-material
1789
1789
  [transparent]="true"
@@ -1803,7 +1803,7 @@ class NgtsGrid extends NgtSignalStore {
1803
1803
  </ngt-mesh>
1804
1804
  `, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "[args]", inputs: ["args"] }] }); }
1805
1805
  }
1806
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsGrid, decorators: [{
1806
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsGrid, decorators: [{
1807
1807
  type: Component,
1808
1808
  args: [{
1809
1809
  selector: 'ngts-grid',
@@ -1922,8 +1922,8 @@ class NgtsQuadraticBezierLine extends NgtsLineInputs {
1922
1922
  }
1923
1923
  return this.#curve.getPoints(segments);
1924
1924
  }
1925
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsQuadraticBezierLine, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1926
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: NgtsQuadraticBezierLine, isStandalone: true, selector: "ngts-quadratic-bezier-line", inputs: { lineRef: "lineRef", start: "start", end: "end", mid: "mid", segments: "segments" }, usesInheritance: true, ngImport: i0, template: `
1925
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsQuadraticBezierLine, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1926
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.3", type: NgtsQuadraticBezierLine, isStandalone: true, selector: "ngts-quadratic-bezier-line", inputs: { lineRef: "lineRef", start: "start", end: "end", mid: "mid", segments: "segments" }, usesInheritance: true, ngImport: i0, template: `
1927
1927
  <ngts-line
1928
1928
  [lineRef]="lineRef"
1929
1929
  [points]="points()"
@@ -1942,7 +1942,7 @@ class NgtsQuadraticBezierLine extends NgtsLineInputs {
1942
1942
  />
1943
1943
  `, isInline: true, dependencies: [{ kind: "component", type: NgtsLine, selector: "ngts-line", inputs: ["lineRef", "points", "segments"] }] }); }
1944
1944
  }
1945
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsQuadraticBezierLine, decorators: [{
1945
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsQuadraticBezierLine, decorators: [{
1946
1946
  type: Component,
1947
1947
  args: [{
1948
1948
  selector: 'ngts-quadratic-bezier-line',
@@ -2084,15 +2084,15 @@ class NgtsText3D extends NgtSignalStore {
2084
2084
  #curveSegments;
2085
2085
  #letterSpacing;
2086
2086
  #lineHeight;
2087
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsText3D, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2088
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: NgtsText3D, isStandalone: true, selector: "ngts-text-3d", inputs: { textRef: "textRef", font: "font", text: "text", bevelEnabled: "bevelEnabled", bevelOffset: "bevelOffset", bevelSize: "bevelSize", bevelThickness: "bevelThickness", curveSegments: "curveSegments", bevelSegments: "bevelSegments", height: "height", size: "size", lineHeight: "lineHeight", letterSpacing: "letterSpacing", smooth: "smooth" }, usesInheritance: true, ngImport: i0, template: `
2087
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsText3D, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2088
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.3", type: NgtsText3D, isStandalone: true, selector: "ngts-text-3d", inputs: { textRef: "textRef", font: "font", text: "text", bevelEnabled: "bevelEnabled", bevelOffset: "bevelOffset", bevelSize: "bevelSize", bevelThickness: "bevelThickness", curveSegments: "curveSegments", bevelSegments: "bevelSegments", height: "height", size: "size", lineHeight: "lineHeight", letterSpacing: "letterSpacing", smooth: "smooth" }, usesInheritance: true, ngImport: i0, template: `
2089
2089
  <ngt-mesh ngtCompound [ref]="textRef">
2090
2090
  <ngt-text-geometry *args="geometryArgs()" />
2091
2091
  <ng-content />
2092
2092
  </ngt-mesh>
2093
2093
  `, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "[args]", inputs: ["args"] }] }); }
2094
2094
  }
2095
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsText3D, decorators: [{
2095
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsText3D, decorators: [{
2096
2096
  type: Component,
2097
2097
  args: [{
2098
2098
  selector: 'ngts-text-3d',
@@ -2258,8 +2258,8 @@ class NgtsText extends NgtSignalStore {
2258
2258
  });
2259
2259
  });
2260
2260
  }
2261
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsText, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2262
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.0", type: NgtsText, isStandalone: true, selector: "ngts-text", inputs: { textRef: "textRef", text: "text", font: "font", fontSize: "fontSize", anchorX: "anchorX", anchorY: "anchorY", sdfGlyphSize: "sdfGlyphSize", characters: "characters", color: "color", maxWidth: "maxWidth", lineHeight: "lineHeight", letterSpacing: "letterSpacing", textAlign: "textAlign", clipRect: "clipRect", depthOffset: "depthOffset", direction: "direction", overflowWrap: "overflowWrap", whiteSpace: "whiteSpace", outlineWidth: "outlineWidth", outlineOffsetX: "outlineOffsetX", outlineOffsetY: "outlineOffsetY", outlineBlur: "outlineBlur", outlineColor: "outlineColor", outlineOpacity: "outlineOpacity", strokeWidth: "strokeWidth", strokeColor: "strokeColor", strokeOpacity: "strokeOpacity", fillOpacity: "fillOpacity", debugSDF: "debugSDF" }, outputs: { sync: "sync" }, usesInheritance: true, ngImport: i0, template: `
2261
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsText, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2262
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.3", type: NgtsText, isStandalone: true, selector: "ngts-text", inputs: { textRef: "textRef", text: "text", font: "font", fontSize: "fontSize", anchorX: "anchorX", anchorY: "anchorY", sdfGlyphSize: "sdfGlyphSize", characters: "characters", color: "color", maxWidth: "maxWidth", lineHeight: "lineHeight", letterSpacing: "letterSpacing", textAlign: "textAlign", clipRect: "clipRect", depthOffset: "depthOffset", direction: "direction", overflowWrap: "overflowWrap", whiteSpace: "whiteSpace", outlineWidth: "outlineWidth", outlineOffsetX: "outlineOffsetX", outlineOffsetY: "outlineOffsetY", outlineBlur: "outlineBlur", outlineColor: "outlineColor", outlineOpacity: "outlineOpacity", strokeWidth: "strokeWidth", strokeColor: "strokeColor", strokeOpacity: "strokeOpacity", fillOpacity: "fillOpacity", debugSDF: "debugSDF" }, outputs: { sync: "sync" }, usesInheritance: true, ngImport: i0, template: `
2263
2263
  <ngt-primitive
2264
2264
  ngtCompound
2265
2265
  *args="[troikaText]"
@@ -2297,7 +2297,7 @@ class NgtsText extends NgtSignalStore {
2297
2297
  </ngt-primitive>
2298
2298
  `, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "[args]", inputs: ["args"] }] }); }
2299
2299
  }
2300
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImport: i0, type: NgtsText, decorators: [{
2300
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.3", ngImport: i0, type: NgtsText, decorators: [{
2301
2301
  type: Component,
2302
2302
  args: [{
2303
2303
  selector: 'ngts-text',