angular-three-postprocessing 2.14.0 → 3.1.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.
- package/fesm2022/angular-three-postprocessing-n8ao.mjs +3 -4
- package/fesm2022/angular-three-postprocessing-n8ao.mjs.map +1 -1
- package/fesm2022/angular-three-postprocessing.mjs +93 -121
- package/fesm2022/angular-three-postprocessing.mjs.map +1 -1
- package/lib/effects/tone-mapping.d.ts +1 -1
- package/package.json +3 -7
- package/esm2022/angular-three-postprocessing.mjs +0 -5
- package/esm2022/index.mjs +0 -4
- package/esm2022/lib/effect-composer.mjs +0 -187
- package/esm2022/lib/effect.mjs +0 -49
- package/esm2022/lib/effects/ascii.mjs +0 -124
- package/esm2022/lib/effects/bloom.mjs +0 -39
- package/esm2022/lib/effects/brightness-contrast.mjs +0 -38
- package/esm2022/lib/effects/chromatic-abberation.mjs +0 -38
- package/esm2022/lib/effects/color-average.mjs +0 -33
- package/esm2022/lib/effects/color-depth.mjs +0 -38
- package/esm2022/lib/effects/depth-of-field.mjs +0 -50
- package/esm2022/lib/effects/depth.mjs +0 -38
- package/esm2022/lib/effects/dot-screen.mjs +0 -38
- package/esm2022/lib/effects/fxaa.mjs +0 -38
- package/esm2022/lib/effects/glitch.mjs +0 -59
- package/esm2022/lib/effects/god-rays.mjs +0 -41
- package/esm2022/lib/effects/grid.mjs +0 -42
- package/esm2022/lib/effects/hue-saturation.mjs +0 -38
- package/esm2022/lib/effects/index.mjs +0 -29
- package/esm2022/lib/effects/lens-flare.mjs +0 -195
- package/esm2022/lib/effects/lut.mjs +0 -50
- package/esm2022/lib/effects/noise.mjs +0 -39
- package/esm2022/lib/effects/outline.mjs +0 -146
- package/esm2022/lib/effects/pixelation.mjs +0 -34
- package/esm2022/lib/effects/scanline.mjs +0 -43
- package/esm2022/lib/effects/sepia.mjs +0 -38
- package/esm2022/lib/effects/shock-wave.mjs +0 -38
- package/esm2022/lib/effects/smaa.mjs +0 -38
- package/esm2022/lib/effects/tilt-shift-2.mjs +0 -121
- package/esm2022/lib/effects/tilt-shift.mjs +0 -39
- package/esm2022/lib/effects/tone-mapping.mjs +0 -81
- package/esm2022/lib/effects/vignette.mjs +0 -38
- package/esm2022/lib/effects/water.mjs +0 -64
- package/esm2022/n8ao/angular-three-postprocessing-n8ao.mjs +0 -5
- package/esm2022/n8ao/index.mjs +0 -2
- package/esm2022/n8ao/lib/n8ao.mjs +0 -82
|
@@ -13,15 +13,15 @@ class NgtpEffectBlendMode {
|
|
|
13
13
|
constructor() {
|
|
14
14
|
this.effect = inject(NgtpEffect, { optional: true });
|
|
15
15
|
}
|
|
16
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
16
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpEffectBlendMode, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
17
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.5", type: NgtpEffectBlendMode, isStandalone: true, selector: "ngtp-effect-blend-mode", ngImport: i0, template: `
|
|
18
18
|
@if (effect) {
|
|
19
19
|
<ngt-value [rawValue]="effect.blendFunction()" attach="blendMode.blendFunction" />
|
|
20
20
|
<ngt-value [rawValue]="effect.opacity()" attach="blendMode.opacity.value" />
|
|
21
21
|
}
|
|
22
22
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
23
23
|
}
|
|
24
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpEffectBlendMode, decorators: [{
|
|
25
25
|
type: Component,
|
|
26
26
|
args: [{
|
|
27
27
|
selector: 'ngtp-effect-blend-mode',
|
|
@@ -45,10 +45,10 @@ class NgtpEffect {
|
|
|
45
45
|
this.camera = this.store.select('camera');
|
|
46
46
|
this.invalidate = this.store.select('invalidate');
|
|
47
47
|
}
|
|
48
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
49
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "
|
|
48
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpEffect, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
49
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.0.5", type: NgtpEffect, isStandalone: true, inputs: { blendFunction: { classPropertyName: "blendFunction", publicName: "blendFunction", isSignal: true, isRequired: false, transformFunction: null }, opacity: { classPropertyName: "opacity", publicName: "opacity", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
|
|
50
50
|
}
|
|
51
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
51
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpEffect, decorators: [{
|
|
52
52
|
type: Directive,
|
|
53
53
|
args: [{ standalone: true }]
|
|
54
54
|
}] });
|
|
@@ -211,14 +211,14 @@ class NgtpEffectComposer {
|
|
|
211
211
|
onCleanup(() => sub());
|
|
212
212
|
});
|
|
213
213
|
}
|
|
214
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
215
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "
|
|
214
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpEffectComposer, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
215
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.0.5", type: NgtpEffectComposer, isStandalone: true, selector: "ngtp-effect-composer", inputs: { 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: `
|
|
216
216
|
<ngt-group #group>
|
|
217
217
|
<ng-content />
|
|
218
218
|
</ngt-group>
|
|
219
219
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
220
220
|
}
|
|
221
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
221
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpEffectComposer, decorators: [{
|
|
222
222
|
type: Component,
|
|
223
223
|
args: [{
|
|
224
224
|
selector: 'ngtp-effect-composer',
|
|
@@ -332,16 +332,15 @@ class NgtpASCII {
|
|
|
332
332
|
onCleanup(() => effect.dispose());
|
|
333
333
|
});
|
|
334
334
|
}
|
|
335
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
336
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
335
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpASCII, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
336
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.5", type: NgtpASCII, isStandalone: true, selector: "ngtp-ascii", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
337
337
|
<ngt-primitive *args="[effect()]" />
|
|
338
338
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "ng-template[args]", inputs: ["args"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
339
339
|
}
|
|
340
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
340
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpASCII, decorators: [{
|
|
341
341
|
type: Component,
|
|
342
342
|
args: [{
|
|
343
343
|
selector: 'ngtp-ascii',
|
|
344
|
-
standalone: true,
|
|
345
344
|
template: `
|
|
346
345
|
<ngt-primitive *args="[effect()]" />
|
|
347
346
|
`,
|
|
@@ -357,19 +356,18 @@ class NgtpBloom {
|
|
|
357
356
|
this.effect = inject(NgtpEffect, { host: true });
|
|
358
357
|
this.options = input({});
|
|
359
358
|
}
|
|
360
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
361
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
359
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpBloom, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
360
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.5", type: NgtpBloom, isStandalone: true, selector: "ngtp-bloom", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideDefaultEffectOptions({ blendFunction: BlendFunction.ADD })], hostDirectives: [{ directive: NgtpEffect, inputs: ["blendFunction", "blendFunction", "opacity", "opacity"] }], ngImport: i0, template: `
|
|
362
361
|
<ngt-bloom-effect *args="[options()]" [camera]="effect.camera()">
|
|
363
362
|
<ngtp-effect-blend-mode />
|
|
364
363
|
<ng-content />
|
|
365
364
|
</ngt-bloom-effect>
|
|
366
365
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "ng-template[args]", inputs: ["args"] }, { kind: "component", type: NgtpEffectBlendMode, selector: "ngtp-effect-blend-mode" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
367
366
|
}
|
|
368
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
367
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpBloom, decorators: [{
|
|
369
368
|
type: Component,
|
|
370
369
|
args: [{
|
|
371
370
|
selector: 'ngtp-bloom',
|
|
372
|
-
standalone: true,
|
|
373
371
|
template: `
|
|
374
372
|
<ngt-bloom-effect *args="[options()]" [camera]="effect.camera()">
|
|
375
373
|
<ngtp-effect-blend-mode />
|
|
@@ -390,19 +388,18 @@ class NgtpBrightnessContrast {
|
|
|
390
388
|
this.effect = inject(NgtpEffect, { host: true });
|
|
391
389
|
this.options = input({});
|
|
392
390
|
}
|
|
393
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
394
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
391
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpBrightnessContrast, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
392
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.5", type: NgtpBrightnessContrast, isStandalone: true, selector: "ngtp-brightness-contrast", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, hostDirectives: [{ directive: NgtpEffect, inputs: ["blendFunction", "blendFunction", "opacity", "opacity"] }], ngImport: i0, template: `
|
|
395
393
|
<ngt-brightness-contrast-effect *args="[options()]" [camera]="effect.camera()">
|
|
396
394
|
<ngtp-effect-blend-mode />
|
|
397
395
|
<ng-content />
|
|
398
396
|
</ngt-brightness-contrast-effect>
|
|
399
397
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "ng-template[args]", inputs: ["args"] }, { kind: "component", type: NgtpEffectBlendMode, selector: "ngtp-effect-blend-mode" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
400
398
|
}
|
|
401
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
399
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpBrightnessContrast, decorators: [{
|
|
402
400
|
type: Component,
|
|
403
401
|
args: [{
|
|
404
402
|
selector: 'ngtp-brightness-contrast',
|
|
405
|
-
standalone: true,
|
|
406
403
|
template: `
|
|
407
404
|
<ngt-brightness-contrast-effect *args="[options()]" [camera]="effect.camera()">
|
|
408
405
|
<ngtp-effect-blend-mode />
|
|
@@ -422,15 +419,15 @@ class NgtpChromaticAberration {
|
|
|
422
419
|
this.effect = inject(NgtpEffect, { host: true });
|
|
423
420
|
this.options = input({});
|
|
424
421
|
}
|
|
425
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
426
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
422
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpChromaticAberration, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
423
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.5", type: NgtpChromaticAberration, isStandalone: true, selector: "ngtp-chromatic-aberration", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, hostDirectives: [{ directive: NgtpEffect, inputs: ["blendFunction", "blendFunction", "opacity", "opacity"] }], ngImport: i0, template: `
|
|
427
424
|
<ngt-chromatic-aberration-effect *args="[options()]" [camera]="effect.camera()">
|
|
428
425
|
<ngtp-effect-blend-mode />
|
|
429
426
|
<ng-content />
|
|
430
427
|
</ngt-chromatic-aberration-effect>
|
|
431
428
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "ng-template[args]", inputs: ["args"] }, { kind: "component", type: NgtpEffectBlendMode, selector: "ngtp-effect-blend-mode" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
432
429
|
}
|
|
433
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
430
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpChromaticAberration, decorators: [{
|
|
434
431
|
type: Component,
|
|
435
432
|
args: [{
|
|
436
433
|
selector: 'ngtp-chromatic-aberration',
|
|
@@ -440,7 +437,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImpo
|
|
|
440
437
|
<ng-content />
|
|
441
438
|
</ngt-chromatic-aberration-effect>
|
|
442
439
|
`,
|
|
443
|
-
standalone: true,
|
|
444
440
|
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
445
441
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
446
442
|
imports: [NgtArgs, NgtpEffectBlendMode],
|
|
@@ -453,18 +449,17 @@ class NgtpColorAverage {
|
|
|
453
449
|
constructor() {
|
|
454
450
|
this.options = input({ blendFunction: BlendFunction.NORMAL }, { transform: mergeInputs({ blendFunction: BlendFunction.NORMAL }) });
|
|
455
451
|
}
|
|
456
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
457
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
452
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpColorAverage, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
453
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.5", type: NgtpColorAverage, isStandalone: true, selector: "ngtp-color-average", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
458
454
|
<ngt-color-average-effect *args="[options().blendFunction]">
|
|
459
455
|
<ng-content />
|
|
460
456
|
</ngt-color-average-effect>
|
|
461
457
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "ng-template[args]", inputs: ["args"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
462
458
|
}
|
|
463
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
459
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpColorAverage, decorators: [{
|
|
464
460
|
type: Component,
|
|
465
461
|
args: [{
|
|
466
462
|
selector: 'ngtp-color-average',
|
|
467
|
-
standalone: true,
|
|
468
463
|
template: `
|
|
469
464
|
<ngt-color-average-effect *args="[options().blendFunction]">
|
|
470
465
|
<ng-content />
|
|
@@ -482,15 +477,15 @@ class NgtpColorDepth {
|
|
|
482
477
|
this.effect = inject(NgtpEffect, { host: true });
|
|
483
478
|
this.options = input({});
|
|
484
479
|
}
|
|
485
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
486
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
480
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpColorDepth, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
481
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.5", type: NgtpColorDepth, isStandalone: true, selector: "ngtp-color-depth", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, hostDirectives: [{ directive: NgtpEffect, inputs: ["blendFunction", "blendFunction", "opacity", "opacity"] }], ngImport: i0, template: `
|
|
487
482
|
<ngt-color-depth-effect *args="[options()]" [camera]="effect.camera()">
|
|
488
483
|
<ngtp-effect-blend-mode />
|
|
489
484
|
<ng-content />
|
|
490
485
|
</ngt-color-depth-effect>
|
|
491
486
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "ng-template[args]", inputs: ["args"] }, { kind: "component", type: NgtpEffectBlendMode, selector: "ngtp-effect-blend-mode" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
492
487
|
}
|
|
493
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
488
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpColorDepth, decorators: [{
|
|
494
489
|
type: Component,
|
|
495
490
|
args: [{
|
|
496
491
|
selector: 'ngtp-color-depth',
|
|
@@ -500,7 +495,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImpo
|
|
|
500
495
|
<ng-content />
|
|
501
496
|
</ngt-color-depth-effect>
|
|
502
497
|
`,
|
|
503
|
-
standalone: true,
|
|
504
498
|
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
505
499
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
506
500
|
imports: [NgtArgs, NgtpEffectBlendMode],
|
|
@@ -514,15 +508,15 @@ class NgtpDepth {
|
|
|
514
508
|
this.effect = inject(NgtpEffect, { host: true });
|
|
515
509
|
this.options = input({});
|
|
516
510
|
}
|
|
517
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
518
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
511
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpDepth, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
512
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.5", type: NgtpDepth, isStandalone: true, selector: "ngtp-depth", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, hostDirectives: [{ directive: NgtpEffect, inputs: ["blendFunction", "blendFunction", "opacity", "opacity"] }], ngImport: i0, template: `
|
|
519
513
|
<ngt-depth-effect *args="[options()]" [camera]="effect.camera()">
|
|
520
514
|
<ngtp-effect-blend-mode />
|
|
521
515
|
<ng-content />
|
|
522
516
|
</ngt-depth-effect>
|
|
523
517
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "ng-template[args]", inputs: ["args"] }, { kind: "component", type: NgtpEffectBlendMode, selector: "ngtp-effect-blend-mode" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
524
518
|
}
|
|
525
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
519
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpDepth, decorators: [{
|
|
526
520
|
type: Component,
|
|
527
521
|
args: [{
|
|
528
522
|
selector: 'ngtp-depth',
|
|
@@ -532,7 +526,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImpo
|
|
|
532
526
|
<ng-content />
|
|
533
527
|
</ngt-depth-effect>
|
|
534
528
|
`,
|
|
535
|
-
standalone: true,
|
|
536
529
|
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
537
530
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
538
531
|
imports: [NgtArgs, NgtpEffectBlendMode],
|
|
@@ -565,16 +558,15 @@ class NgtpDepthOfField {
|
|
|
565
558
|
onCleanup(() => depthOfFieldEffect.dispose());
|
|
566
559
|
});
|
|
567
560
|
}
|
|
568
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
569
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
561
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpDepthOfField, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
562
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.5", type: NgtpDepthOfField, isStandalone: true, selector: "ngtp-depth-of-field", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
570
563
|
<ngt-primitive *args="[effect()]" />
|
|
571
564
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "ng-template[args]", inputs: ["args"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
572
565
|
}
|
|
573
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
566
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpDepthOfField, decorators: [{
|
|
574
567
|
type: Component,
|
|
575
568
|
args: [{
|
|
576
569
|
selector: 'ngtp-depth-of-field',
|
|
577
|
-
standalone: true,
|
|
578
570
|
template: `
|
|
579
571
|
<ngt-primitive *args="[effect()]" />
|
|
580
572
|
`,
|
|
@@ -590,15 +582,15 @@ class NgtpDotScreen {
|
|
|
590
582
|
this.effect = inject(NgtpEffect, { host: true });
|
|
591
583
|
this.options = input({});
|
|
592
584
|
}
|
|
593
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
594
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
585
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpDotScreen, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
586
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.5", type: NgtpDotScreen, isStandalone: true, selector: "ngtp-dot-screen", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, hostDirectives: [{ directive: NgtpEffect, inputs: ["blendFunction", "blendFunction", "opacity", "opacity"] }], ngImport: i0, template: `
|
|
595
587
|
<ngt-dot-screen-effect *args="[options()]" [camera]="effect.camera()">
|
|
596
588
|
<ngtp-effect-blend-mode />
|
|
597
589
|
<ng-content />
|
|
598
590
|
</ngt-dot-screen-effect>
|
|
599
591
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "ng-template[args]", inputs: ["args"] }, { kind: "component", type: NgtpEffectBlendMode, selector: "ngtp-effect-blend-mode" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
600
592
|
}
|
|
601
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
593
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpDotScreen, decorators: [{
|
|
602
594
|
type: Component,
|
|
603
595
|
args: [{
|
|
604
596
|
selector: 'ngtp-dot-screen',
|
|
@@ -608,7 +600,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImpo
|
|
|
608
600
|
<ng-content />
|
|
609
601
|
</ngt-dot-screen-effect>
|
|
610
602
|
`,
|
|
611
|
-
standalone: true,
|
|
612
603
|
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
613
604
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
614
605
|
imports: [NgtArgs, NgtpEffectBlendMode],
|
|
@@ -622,15 +613,15 @@ class NgtpFXAA {
|
|
|
622
613
|
this.effect = inject(NgtpEffect, { host: true });
|
|
623
614
|
this.options = input({});
|
|
624
615
|
}
|
|
625
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
626
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
616
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpFXAA, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
617
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.5", type: NgtpFXAA, isStandalone: true, selector: "ngtp-fxaa", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, hostDirectives: [{ directive: NgtpEffect, inputs: ["blendFunction", "blendFunction", "opacity", "opacity"] }], ngImport: i0, template: `
|
|
627
618
|
<ngt-fXAA-effect *args="[options()]" [camera]="effect.camera()">
|
|
628
619
|
<ngtp-effect-blend-mode />
|
|
629
620
|
<ng-content />
|
|
630
621
|
</ngt-fXAA-effect>
|
|
631
622
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "ng-template[args]", inputs: ["args"] }, { kind: "component", type: NgtpEffectBlendMode, selector: "ngtp-effect-blend-mode" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
632
623
|
}
|
|
633
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
624
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpFXAA, decorators: [{
|
|
634
625
|
type: Component,
|
|
635
626
|
args: [{
|
|
636
627
|
selector: 'ngtp-fxaa',
|
|
@@ -640,7 +631,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImpo
|
|
|
640
631
|
<ng-content />
|
|
641
632
|
</ngt-fXAA-effect>
|
|
642
633
|
`,
|
|
643
|
-
standalone: true,
|
|
644
634
|
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
645
635
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
646
636
|
imports: [NgtArgs, NgtpEffectBlendMode],
|
|
@@ -683,16 +673,15 @@ class NgtpGlitch {
|
|
|
683
673
|
onCleanup(() => effect.dispose());
|
|
684
674
|
});
|
|
685
675
|
}
|
|
686
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
687
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
676
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpGlitch, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
677
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.5", type: NgtpGlitch, isStandalone: true, selector: "ngtp-glitch", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
688
678
|
<ngt-primitive *args="[effect()]" />
|
|
689
679
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "ng-template[args]", inputs: ["args"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
690
680
|
}
|
|
691
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
681
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpGlitch, decorators: [{
|
|
692
682
|
type: Component,
|
|
693
683
|
args: [{
|
|
694
684
|
selector: 'ngtp-glitch',
|
|
695
|
-
standalone: true,
|
|
696
685
|
template: `
|
|
697
686
|
<ngt-primitive *args="[effect()]" />
|
|
698
687
|
`,
|
|
@@ -719,16 +708,15 @@ class NgtpGodRays {
|
|
|
719
708
|
onCleanup(() => effect.dispose());
|
|
720
709
|
});
|
|
721
710
|
}
|
|
722
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
723
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
711
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpGodRays, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
712
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.5", type: NgtpGodRays, isStandalone: true, selector: "ngtp-god-rays", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
724
713
|
<ngt-primitive *args="[effect()]" />
|
|
725
714
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "ng-template[args]", inputs: ["args"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
726
715
|
}
|
|
727
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
716
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpGodRays, decorators: [{
|
|
728
717
|
type: Component,
|
|
729
718
|
args: [{
|
|
730
719
|
selector: 'ngtp-god-rays',
|
|
731
|
-
standalone: true,
|
|
732
720
|
template: `
|
|
733
721
|
<ngt-primitive *args="[effect()]" />
|
|
734
722
|
`,
|
|
@@ -757,16 +745,15 @@ class NgtpGrid {
|
|
|
757
745
|
onCleanup(() => effect.dispose());
|
|
758
746
|
});
|
|
759
747
|
}
|
|
760
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
761
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
748
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpGrid, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
749
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.5", type: NgtpGrid, isStandalone: true, selector: "ngtp-grid", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
762
750
|
<ngt-primitive *args="[effect()]" />
|
|
763
751
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "ng-template[args]", inputs: ["args"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
764
752
|
}
|
|
765
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
753
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpGrid, decorators: [{
|
|
766
754
|
type: Component,
|
|
767
755
|
args: [{
|
|
768
756
|
selector: 'ngtp-grid',
|
|
769
|
-
standalone: true,
|
|
770
757
|
template: `
|
|
771
758
|
<ngt-primitive *args="[effect()]" />
|
|
772
759
|
`,
|
|
@@ -782,15 +769,15 @@ class NgtpHueSaturation {
|
|
|
782
769
|
this.effect = inject(NgtpEffect, { host: true });
|
|
783
770
|
this.options = input({});
|
|
784
771
|
}
|
|
785
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
786
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
772
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpHueSaturation, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
773
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.5", type: NgtpHueSaturation, isStandalone: true, selector: "ngtp-hue-saturation", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, hostDirectives: [{ directive: NgtpEffect, inputs: ["blendFunction", "blendFunction", "opacity", "opacity"] }], ngImport: i0, template: `
|
|
787
774
|
<ngt-hue-saturation-effect *args="[options()]" [camera]="effect.camera()">
|
|
788
775
|
<ngtp-effect-blend-mode />
|
|
789
776
|
<ng-content />
|
|
790
777
|
</ngt-hue-saturation-effect>
|
|
791
778
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "ng-template[args]", inputs: ["args"] }, { kind: "component", type: NgtpEffectBlendMode, selector: "ngtp-effect-blend-mode" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
792
779
|
}
|
|
793
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
780
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpHueSaturation, decorators: [{
|
|
794
781
|
type: Component,
|
|
795
782
|
args: [{
|
|
796
783
|
selector: 'ngtp-hue-saturation',
|
|
@@ -800,7 +787,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImpo
|
|
|
800
787
|
<ng-content />
|
|
801
788
|
</ngt-hue-saturation-effect>
|
|
802
789
|
`,
|
|
803
|
-
standalone: true,
|
|
804
790
|
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
805
791
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
806
792
|
imports: [NgtArgs, NgtpEffectBlendMode],
|
|
@@ -976,16 +962,15 @@ class NgtpLensFlare {
|
|
|
976
962
|
easing.damp(uOpacity, 'value', target, smoothTime, delta);
|
|
977
963
|
});
|
|
978
964
|
}
|
|
979
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
980
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
965
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpLensFlare, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
966
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.5", type: NgtpLensFlare, isStandalone: true, selector: "ngtp-lens-flare", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
981
967
|
<ngt-primitive *args="[effect()]" [parameters]="{ dispose: null }" />
|
|
982
968
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "ng-template[args]", inputs: ["args"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
983
969
|
}
|
|
984
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
970
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpLensFlare, decorators: [{
|
|
985
971
|
type: Component,
|
|
986
972
|
args: [{
|
|
987
973
|
selector: 'ngtp-lens-flare',
|
|
988
|
-
standalone: true,
|
|
989
974
|
template: `
|
|
990
975
|
<ngt-primitive *args="[effect()]" [parameters]="{ dispose: null }" />
|
|
991
976
|
`,
|
|
@@ -1022,12 +1007,12 @@ class NgtpLUT {
|
|
|
1022
1007
|
onCleanup(() => effect.dispose());
|
|
1023
1008
|
});
|
|
1024
1009
|
}
|
|
1025
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1026
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
1010
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpLUT, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1011
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.5", type: NgtpLUT, isStandalone: true, selector: "ngtp-lut", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
1027
1012
|
<ngt-primitive *args="[effect()]" [dispose]="null" />
|
|
1028
1013
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "ng-template[args]", inputs: ["args"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1029
1014
|
}
|
|
1030
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1015
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpLUT, decorators: [{
|
|
1031
1016
|
type: Component,
|
|
1032
1017
|
args: [{
|
|
1033
1018
|
selector: 'ngtp-lut',
|
|
@@ -1035,7 +1020,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImpo
|
|
|
1035
1020
|
<ngt-primitive *args="[effect()]" [dispose]="null" />
|
|
1036
1021
|
`,
|
|
1037
1022
|
imports: [NgtArgs],
|
|
1038
|
-
standalone: true,
|
|
1039
1023
|
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
1040
1024
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1041
1025
|
}]
|
|
@@ -1047,15 +1031,15 @@ class NgtpNoise {
|
|
|
1047
1031
|
this.effect = inject(NgtpEffect, { host: true });
|
|
1048
1032
|
this.options = input({});
|
|
1049
1033
|
}
|
|
1050
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1051
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
1034
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpNoise, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1035
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.5", type: NgtpNoise, isStandalone: true, selector: "ngtp-noise", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideDefaultEffectOptions({ blendFunction: BlendFunction.COLOR_DODGE })], hostDirectives: [{ directive: NgtpEffect, inputs: ["blendFunction", "blendFunction", "opacity", "opacity"] }], ngImport: i0, template: `
|
|
1052
1036
|
<ngt-noise-effect *args="[options()]" [camera]="effect.camera()">
|
|
1053
1037
|
<ngtp-effect-blend-mode />
|
|
1054
1038
|
<ng-content />
|
|
1055
1039
|
</ngt-noise-effect>
|
|
1056
1040
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "ng-template[args]", inputs: ["args"] }, { kind: "component", type: NgtpEffectBlendMode, selector: "ngtp-effect-blend-mode" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1057
1041
|
}
|
|
1058
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1042
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpNoise, decorators: [{
|
|
1059
1043
|
type: Component,
|
|
1060
1044
|
args: [{
|
|
1061
1045
|
selector: 'ngtp-noise',
|
|
@@ -1065,7 +1049,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImpo
|
|
|
1065
1049
|
<ng-content />
|
|
1066
1050
|
</ngt-noise-effect>
|
|
1067
1051
|
`,
|
|
1068
|
-
standalone: true,
|
|
1069
1052
|
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
1070
1053
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1071
1054
|
imports: [NgtArgs, NgtpEffectBlendMode],
|
|
@@ -1195,16 +1178,15 @@ class NgtpOutline {
|
|
|
1195
1178
|
invalidate();
|
|
1196
1179
|
};
|
|
1197
1180
|
}
|
|
1198
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1199
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
1181
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpOutline, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1182
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.5", type: NgtpOutline, isStandalone: true, selector: "ngtp-outline", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
1200
1183
|
<ngt-primitive *args="[effect()]" />
|
|
1201
1184
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "ng-template[args]", inputs: ["args"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1202
1185
|
}
|
|
1203
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1186
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpOutline, decorators: [{
|
|
1204
1187
|
type: Component,
|
|
1205
1188
|
args: [{
|
|
1206
1189
|
selector: 'ngtp-outline',
|
|
1207
|
-
standalone: true,
|
|
1208
1190
|
template: `
|
|
1209
1191
|
<ngt-primitive *args="[effect()]" />
|
|
1210
1192
|
`,
|
|
@@ -1224,19 +1206,18 @@ class NgtpPixelation {
|
|
|
1224
1206
|
onCleanup(() => effect.dispose());
|
|
1225
1207
|
});
|
|
1226
1208
|
}
|
|
1227
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1228
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
1209
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpPixelation, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1210
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.5", type: NgtpPixelation, isStandalone: true, selector: "ngtp-pixelation", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
1229
1211
|
<ngt-primitive *args="[effect()]" />
|
|
1230
1212
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "ng-template[args]", inputs: ["args"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1231
1213
|
}
|
|
1232
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1214
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpPixelation, decorators: [{
|
|
1233
1215
|
type: Component,
|
|
1234
1216
|
args: [{
|
|
1235
1217
|
selector: 'ngtp-pixelation',
|
|
1236
1218
|
template: `
|
|
1237
1219
|
<ngt-primitive *args="[effect()]" />
|
|
1238
1220
|
`,
|
|
1239
|
-
standalone: true,
|
|
1240
1221
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1241
1222
|
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
1242
1223
|
imports: [NgtArgs],
|
|
@@ -1252,15 +1233,15 @@ class NgtpScanline {
|
|
|
1252
1233
|
this.effect = inject(NgtpEffect, { host: true });
|
|
1253
1234
|
this.options = input(defaultOptions, { transform: mergeInputs(defaultOptions) });
|
|
1254
1235
|
}
|
|
1255
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1256
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
1236
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpScanline, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1237
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.5", type: NgtpScanline, isStandalone: true, selector: "ngtp-scanline", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideDefaultEffectOptions({ blendFunction: BlendFunction.OVERLAY })], hostDirectives: [{ directive: NgtpEffect, inputs: ["blendFunction", "blendFunction", "opacity", "opacity"] }], ngImport: i0, template: `
|
|
1257
1238
|
<ngt-scanline-effect *args="[options()]" [camera]="effect.camera()">
|
|
1258
1239
|
<ngtp-effect-blend-mode />
|
|
1259
1240
|
<ng-content />
|
|
1260
1241
|
</ngt-scanline-effect>
|
|
1261
1242
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "ng-template[args]", inputs: ["args"] }, { kind: "component", type: NgtpEffectBlendMode, selector: "ngtp-effect-blend-mode" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1262
1243
|
}
|
|
1263
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1244
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpScanline, decorators: [{
|
|
1264
1245
|
type: Component,
|
|
1265
1246
|
args: [{
|
|
1266
1247
|
selector: 'ngtp-scanline',
|
|
@@ -1270,7 +1251,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImpo
|
|
|
1270
1251
|
<ng-content />
|
|
1271
1252
|
</ngt-scanline-effect>
|
|
1272
1253
|
`,
|
|
1273
|
-
standalone: true,
|
|
1274
1254
|
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
1275
1255
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1276
1256
|
imports: [NgtArgs, NgtpEffectBlendMode],
|
|
@@ -1285,15 +1265,15 @@ class NgtpSepia {
|
|
|
1285
1265
|
this.effect = inject(NgtpEffect, { host: true });
|
|
1286
1266
|
this.options = input({});
|
|
1287
1267
|
}
|
|
1288
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1289
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
1268
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpSepia, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1269
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.5", type: NgtpSepia, isStandalone: true, selector: "ngtp-sepia", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, hostDirectives: [{ directive: NgtpEffect, inputs: ["blendFunction", "blendFunction", "opacity", "opacity"] }], ngImport: i0, template: `
|
|
1290
1270
|
<ngt-sepia-effect *args="[options()]" [camera]="effect.camera()">
|
|
1291
1271
|
<ngtp-effect-blend-mode />
|
|
1292
1272
|
<ng-content />
|
|
1293
1273
|
</ngt-sepia-effect>
|
|
1294
1274
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "ng-template[args]", inputs: ["args"] }, { kind: "component", type: NgtpEffectBlendMode, selector: "ngtp-effect-blend-mode" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1295
1275
|
}
|
|
1296
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1276
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpSepia, decorators: [{
|
|
1297
1277
|
type: Component,
|
|
1298
1278
|
args: [{
|
|
1299
1279
|
selector: 'ngtp-sepia',
|
|
@@ -1303,7 +1283,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImpo
|
|
|
1303
1283
|
<ng-content />
|
|
1304
1284
|
</ngt-sepia-effect>
|
|
1305
1285
|
`,
|
|
1306
|
-
standalone: true,
|
|
1307
1286
|
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
1308
1287
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1309
1288
|
imports: [NgtArgs, NgtpEffectBlendMode],
|
|
@@ -1317,15 +1296,15 @@ class NgtpShockWave {
|
|
|
1317
1296
|
this.effect = inject(NgtpEffect, { host: true });
|
|
1318
1297
|
this.options = input({});
|
|
1319
1298
|
}
|
|
1320
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1321
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
1299
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpShockWave, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1300
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.5", type: NgtpShockWave, isStandalone: true, selector: "ngtp-shock-wave", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, hostDirectives: [{ directive: NgtpEffect, inputs: ["blendFunction", "blendFunction", "opacity", "opacity"] }], ngImport: i0, template: `
|
|
1322
1301
|
<ngt-shock-wave-effect *args="[options()]" [camera]="effect.camera()">
|
|
1323
1302
|
<ngtp-effect-blend-mode />
|
|
1324
1303
|
<ng-content />
|
|
1325
1304
|
</ngt-shock-wave-effect>
|
|
1326
1305
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "ng-template[args]", inputs: ["args"] }, { kind: "component", type: NgtpEffectBlendMode, selector: "ngtp-effect-blend-mode" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1327
1306
|
}
|
|
1328
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1307
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpShockWave, decorators: [{
|
|
1329
1308
|
type: Component,
|
|
1330
1309
|
args: [{
|
|
1331
1310
|
selector: 'ngtp-shock-wave',
|
|
@@ -1335,7 +1314,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImpo
|
|
|
1335
1314
|
<ng-content />
|
|
1336
1315
|
</ngt-shock-wave-effect>
|
|
1337
1316
|
`,
|
|
1338
|
-
standalone: true,
|
|
1339
1317
|
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
1340
1318
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1341
1319
|
imports: [NgtArgs, NgtpEffectBlendMode],
|
|
@@ -1349,15 +1327,15 @@ class NgtpSMAA {
|
|
|
1349
1327
|
this.effect = inject(NgtpEffect, { host: true });
|
|
1350
1328
|
this.options = input({});
|
|
1351
1329
|
}
|
|
1352
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1353
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
1330
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpSMAA, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1331
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.5", type: NgtpSMAA, isStandalone: true, selector: "ngtp-smaa", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, hostDirectives: [{ directive: NgtpEffect, inputs: ["blendFunction", "blendFunction", "opacity", "opacity"] }], ngImport: i0, template: `
|
|
1354
1332
|
<ngt-sMAA-effect *args="[options()]" [camera]="effect.camera()">
|
|
1355
1333
|
<ngtp-effect-blend-mode />
|
|
1356
1334
|
<ng-content />
|
|
1357
1335
|
</ngt-sMAA-effect>
|
|
1358
1336
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "ng-template[args]", inputs: ["args"] }, { kind: "component", type: NgtpEffectBlendMode, selector: "ngtp-effect-blend-mode" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1359
1337
|
}
|
|
1360
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1338
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpSMAA, decorators: [{
|
|
1361
1339
|
type: Component,
|
|
1362
1340
|
args: [{
|
|
1363
1341
|
selector: 'ngtp-smaa',
|
|
@@ -1367,7 +1345,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImpo
|
|
|
1367
1345
|
<ng-content />
|
|
1368
1346
|
</ngt-sMAA-effect>
|
|
1369
1347
|
`,
|
|
1370
|
-
standalone: true,
|
|
1371
1348
|
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
1372
1349
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1373
1350
|
imports: [NgtArgs, NgtpEffectBlendMode],
|
|
@@ -1381,15 +1358,15 @@ class NgtpTiltShift {
|
|
|
1381
1358
|
this.effect = inject(NgtpEffect, { host: true });
|
|
1382
1359
|
this.options = input({});
|
|
1383
1360
|
}
|
|
1384
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1385
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
1361
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpTiltShift, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1362
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.5", type: NgtpTiltShift, isStandalone: true, selector: "ngtp-tilt-shift", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideDefaultEffectOptions({ blendFunction: BlendFunction.ADD })], hostDirectives: [{ directive: NgtpEffect, inputs: ["blendFunction", "blendFunction", "opacity", "opacity"] }], ngImport: i0, template: `
|
|
1386
1363
|
<ngt-tilt-shift-effect *args="[options()]" [camera]="effect.camera()">
|
|
1387
1364
|
<ngtp-effect-blend-mode />
|
|
1388
1365
|
<ng-content />
|
|
1389
1366
|
</ngt-tilt-shift-effect>
|
|
1390
1367
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "ng-template[args]", inputs: ["args"] }, { kind: "component", type: NgtpEffectBlendMode, selector: "ngtp-effect-blend-mode" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1391
1368
|
}
|
|
1392
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1369
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpTiltShift, decorators: [{
|
|
1393
1370
|
type: Component,
|
|
1394
1371
|
args: [{
|
|
1395
1372
|
selector: 'ngtp-tilt-shift',
|
|
@@ -1399,7 +1376,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImpo
|
|
|
1399
1376
|
<ng-content />
|
|
1400
1377
|
</ngt-tilt-shift-effect>
|
|
1401
1378
|
`,
|
|
1402
|
-
standalone: true,
|
|
1403
1379
|
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
1404
1380
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1405
1381
|
imports: [NgtArgs, NgtpEffectBlendMode],
|
|
@@ -1495,19 +1471,18 @@ class NgtpTiltShift2 {
|
|
|
1495
1471
|
this.effect = inject(NgtpEffect, { host: true });
|
|
1496
1472
|
this.options = input({});
|
|
1497
1473
|
}
|
|
1498
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1499
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
1474
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpTiltShift2, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1475
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.5", type: NgtpTiltShift2, isStandalone: true, selector: "ngtp-tilt-shift2", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideDefaultEffectOptions({ blendFunction: BlendFunction.NORMAL })], hostDirectives: [{ directive: NgtpEffect, inputs: ["blendFunction", "blendFunction", "opacity", "opacity"] }], ngImport: i0, template: `
|
|
1500
1476
|
<ngt-tilt-shift2-effect *args="[options()]" [camera]="effect.camera()">
|
|
1501
1477
|
<ngtp-effect-blend-mode />
|
|
1502
1478
|
<ng-content />
|
|
1503
1479
|
</ngt-tilt-shift2-effect>
|
|
1504
1480
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "ng-template[args]", inputs: ["args"] }, { kind: "component", type: NgtpEffectBlendMode, selector: "ngtp-effect-blend-mode" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1505
1481
|
}
|
|
1506
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1482
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpTiltShift2, decorators: [{
|
|
1507
1483
|
type: Component,
|
|
1508
1484
|
args: [{
|
|
1509
1485
|
selector: 'ngtp-tilt-shift2',
|
|
1510
|
-
standalone: true,
|
|
1511
1486
|
template: `
|
|
1512
1487
|
<ngt-tilt-shift2-effect *args="[options()]" [camera]="effect.camera()">
|
|
1513
1488
|
<ngtp-effect-blend-mode />
|
|
@@ -1580,16 +1555,15 @@ class NgtpToneMapping {
|
|
|
1580
1555
|
onCleanup(() => toneMappingEffect.dispose());
|
|
1581
1556
|
});
|
|
1582
1557
|
}
|
|
1583
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1584
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
1558
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpToneMapping, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1559
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.5", type: NgtpToneMapping, isStandalone: true, selector: "ngtp-tone-mapping", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
1585
1560
|
<ngt-primitive *args="[effect()]" [parameters]="parameters()" />
|
|
1586
1561
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "ng-template[args]", inputs: ["args"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1587
1562
|
}
|
|
1588
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1563
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpToneMapping, decorators: [{
|
|
1589
1564
|
type: Component,
|
|
1590
1565
|
args: [{
|
|
1591
1566
|
selector: 'ngtp-tone-mapping',
|
|
1592
|
-
standalone: true,
|
|
1593
1567
|
template: `
|
|
1594
1568
|
<ngt-primitive *args="[effect()]" [parameters]="parameters()" />
|
|
1595
1569
|
`,
|
|
@@ -1605,15 +1579,15 @@ class NgtpVignette {
|
|
|
1605
1579
|
this.effect = inject(NgtpEffect, { host: true });
|
|
1606
1580
|
this.options = input({});
|
|
1607
1581
|
}
|
|
1608
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1609
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
1582
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpVignette, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1583
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.5", type: NgtpVignette, isStandalone: true, selector: "ngtp-vignette", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, hostDirectives: [{ directive: NgtpEffect, inputs: ["blendFunction", "blendFunction", "opacity", "opacity"] }], ngImport: i0, template: `
|
|
1610
1584
|
<ngt-vignette-effect *args="[options()]" [camera]="effect.camera()">
|
|
1611
1585
|
<ngtp-effect-blend-mode />
|
|
1612
1586
|
<ng-content />
|
|
1613
1587
|
</ngt-vignette-effect>
|
|
1614
1588
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "ng-template[args]", inputs: ["args"] }, { kind: "component", type: NgtpEffectBlendMode, selector: "ngtp-effect-blend-mode" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1615
1589
|
}
|
|
1616
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1590
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpVignette, decorators: [{
|
|
1617
1591
|
type: Component,
|
|
1618
1592
|
args: [{
|
|
1619
1593
|
selector: 'ngtp-vignette',
|
|
@@ -1623,7 +1597,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImpo
|
|
|
1623
1597
|
<ng-content />
|
|
1624
1598
|
</ngt-vignette-effect>
|
|
1625
1599
|
`,
|
|
1626
|
-
standalone: true,
|
|
1627
1600
|
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
1628
1601
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1629
1602
|
imports: [NgtArgs, NgtpEffectBlendMode],
|
|
@@ -1661,19 +1634,18 @@ class NgtpWater {
|
|
|
1661
1634
|
this.effect = inject(NgtpEffect, { host: true });
|
|
1662
1635
|
this.options = input({});
|
|
1663
1636
|
}
|
|
1664
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1665
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "
|
|
1637
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpWater, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1638
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.0.5", type: NgtpWater, isStandalone: true, selector: "ngtp-water", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null } }, providers: [provideDefaultEffectOptions({ blendFunction: BlendFunction.NORMAL })], hostDirectives: [{ directive: NgtpEffect, inputs: ["blendFunction", "blendFunction", "opacity", "opacity"] }], ngImport: i0, template: `
|
|
1666
1639
|
<ngt-water-effect *args="[options()]" [camera]="effect.camera()">
|
|
1667
1640
|
<ngtp-effect-blend-mode />
|
|
1668
1641
|
<ng-content />
|
|
1669
1642
|
</ngt-water-effect>
|
|
1670
1643
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgtArgs, selector: "ng-template[args]", inputs: ["args"] }, { kind: "component", type: NgtpEffectBlendMode, selector: "ngtp-effect-blend-mode" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1671
1644
|
}
|
|
1672
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1645
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: NgtpWater, decorators: [{
|
|
1673
1646
|
type: Component,
|
|
1674
1647
|
args: [{
|
|
1675
1648
|
selector: 'ngtp-water',
|
|
1676
|
-
standalone: true,
|
|
1677
1649
|
template: `
|
|
1678
1650
|
<ngt-water-effect *args="[options()]" [camera]="effect.camera()">
|
|
1679
1651
|
<ngtp-effect-blend-mode />
|