@o3r/analytics 14.1.0-prerelease.60 → 14.1.0-prerelease.62

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.
@@ -330,10 +330,10 @@ class EventTrackService {
330
330
  togglePerfTracking(activate) {
331
331
  this.perfTrackingActivated.next(activate);
332
332
  }
333
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: EventTrackService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
334
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: EventTrackService, providedIn: 'root' }); }
333
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: EventTrackService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
334
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: EventTrackService, providedIn: 'root' }); }
335
335
  }
336
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: EventTrackService, decorators: [{
336
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: EventTrackService, decorators: [{
337
337
  type: Injectable,
338
338
  args: [{
339
339
  providedIn: 'root'
@@ -400,10 +400,10 @@ class BaseTrackEvents {
400
400
  this.unlistenFns.push(this.nativeListen(event));
401
401
  }
402
402
  }
403
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: BaseTrackEvents, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
404
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.1", type: BaseTrackEvents, isStandalone: true, ngImport: i0 }); }
403
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: BaseTrackEvents, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
404
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.2", type: BaseTrackEvents, isStandalone: true, ngImport: i0 }); }
405
405
  }
406
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: BaseTrackEvents, decorators: [{
406
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: BaseTrackEvents, decorators: [{
407
407
  type: Directive
408
408
  }], ctorParameters: () => [] });
409
409
 
@@ -425,10 +425,10 @@ class TrackClickDirective extends BaseTrackEvents {
425
425
  this.trackEvent('contextmenu');
426
426
  this.trackEvent('auxclick');
427
427
  }
428
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: TrackClickDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
429
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.1", type: TrackClickDirective, isStandalone: true, selector: "[trackClick]", inputs: { trackEventContext: "trackEventContext", trackEventContextConstructor: "trackEventContextConstructor", trackEventContextConstructorParameters: "trackEventContextConstructorParameters" }, usesInheritance: true, ngImport: i0 }); }
428
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TrackClickDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
429
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.2", type: TrackClickDirective, isStandalone: true, selector: "[trackClick]", inputs: { trackEventContext: "trackEventContext", trackEventContextConstructor: "trackEventContextConstructor", trackEventContextConstructorParameters: "trackEventContextConstructorParameters" }, usesInheritance: true, ngImport: i0 }); }
430
430
  }
431
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: TrackClickDirective, decorators: [{
431
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TrackClickDirective, decorators: [{
432
432
  type: Directive,
433
433
  args: [{
434
434
  selector: '[trackClick]'
@@ -466,10 +466,10 @@ class TrackEventsDirective extends BaseTrackEvents {
466
466
  this.trackEventNames.forEach((eventName) => this.trackEvent(eventName));
467
467
  }
468
468
  }
469
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: TrackEventsDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
470
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.1", type: TrackEventsDirective, isStandalone: true, selector: "[trackEvents]", inputs: { trackEventContext: "trackEventContext", trackEventContextConstructor: "trackEventContextConstructor", trackEventContextConstructorParameters: "trackEventContextConstructorParameters", trackEventNames: ["trackEvents", "trackEventNames"] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
469
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TrackEventsDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
470
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.2", type: TrackEventsDirective, isStandalone: true, selector: "[trackEvents]", inputs: { trackEventContext: "trackEventContext", trackEventContextConstructor: "trackEventContextConstructor", trackEventContextConstructorParameters: "trackEventContextConstructorParameters", trackEventNames: ["trackEvents", "trackEventNames"] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
471
471
  }
472
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: TrackEventsDirective, decorators: [{
472
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TrackEventsDirective, decorators: [{
473
473
  type: Directive,
474
474
  args: [{
475
475
  selector: '[trackEvents]'
@@ -500,10 +500,10 @@ class TrackFocusDirective extends BaseTrackEvents {
500
500
  ngOnInit() {
501
501
  this.trackEvent('focus');
502
502
  }
503
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: TrackFocusDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
504
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.1", type: TrackFocusDirective, isStandalone: true, selector: "[trackFocus]", inputs: { trackEventContext: "trackEventContext", trackEventContextConstructor: "trackEventContextConstructor", trackEventContextConstructorParameters: "trackEventContextConstructorParameters" }, usesInheritance: true, ngImport: i0 }); }
503
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TrackFocusDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
504
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.2", type: TrackFocusDirective, isStandalone: true, selector: "[trackFocus]", inputs: { trackEventContext: "trackEventContext", trackEventContextConstructor: "trackEventContextConstructor", trackEventContextConstructorParameters: "trackEventContextConstructorParameters" }, usesInheritance: true, ngImport: i0 }); }
505
505
  }
506
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: TrackFocusDirective, decorators: [{
506
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: TrackFocusDirective, decorators: [{
507
507
  type: Directive,
508
508
  args: [{
509
509
  selector: '[trackFocus]'
@@ -662,13 +662,13 @@ class EventTrackStoreModule {
662
662
  ]
663
663
  };
664
664
  }
665
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: EventTrackStoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
666
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.1", ngImport: i0, type: EventTrackStoreModule, imports: [i1.StoreFeatureModule] }); }
667
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: EventTrackStoreModule, providers: [
665
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: EventTrackStoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
666
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.2", ngImport: i0, type: EventTrackStoreModule, imports: [i1.StoreFeatureModule] }); }
667
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: EventTrackStoreModule, providers: [
668
668
  { provide: EVENT_TRACK_REDUCER_TOKEN, useFactory: getDefaultEventTrackReducer }
669
669
  ], imports: [StoreModule.forFeature(EVENT_TRACK_STORE_NAME, EVENT_TRACK_REDUCER_TOKEN)] }); }
670
670
  }
671
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: EventTrackStoreModule, decorators: [{
671
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImport: i0, type: EventTrackStoreModule, decorators: [{
672
672
  type: NgModule,
673
673
  args: [{
674
674
  imports: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/analytics",
3
- "version": "14.1.0-prerelease.60",
3
+ "version": "14.1.0-prerelease.62",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -11,7 +11,7 @@
11
11
  "otter-module"
12
12
  ],
13
13
  "peerDependencies": {
14
- "@ama-sdk/core": "~14.1.0-prerelease.60",
14
+ "@ama-sdk/core": "~14.1.0-prerelease.62",
15
15
  "@angular-devkit/schematics": "^21.0.0",
16
16
  "@angular/common": "^21.0.0",
17
17
  "@angular/core": "^21.0.0",
@@ -19,8 +19,8 @@
19
19
  "@angular/platform-browser-dynamic": "^21.0.0",
20
20
  "@angular/router": "^21.0.0",
21
21
  "@ngrx/store": "^21.0.0",
22
- "@o3r/core": "~14.1.0-prerelease.60",
23
- "@o3r/schematics": "~14.1.0-prerelease.60",
22
+ "@o3r/core": "~14.1.0-prerelease.62",
23
+ "@o3r/schematics": "~14.1.0-prerelease.62",
24
24
  "@schematics/angular": "^21.0.0",
25
25
  "jasmine": "^5.0.0",
26
26
  "rxjs": "^7.8.1",
@@ -52,7 +52,7 @@
52
52
  }
53
53
  },
54
54
  "dependencies": {
55
- "@o3r/schematics": "~14.1.0-prerelease.60",
55
+ "@o3r/schematics": "~14.1.0-prerelease.62",
56
56
  "tslib": "^2.6.2"
57
57
  },
58
58
  "exports": {