@nommos/events_angular 0.0.35 → 0.0.36

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.
@@ -117,7 +117,7 @@ class TrackClickDirective {
117
117
  }
118
118
  }
119
119
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.11", ngImport: i0, type: TrackClickDirective, deps: [{ token: TrackerService }], target: i0.ɵɵFactoryTarget.Directive });
120
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.11", type: TrackClickDirective, isStandalone: false, selector: "[nommosTrackClick]", inputs: { action: ["nommosTrackClick", "action"], state: "state", data: "data", toggle: "toggle", multi: "multi", userId: "userId" }, host: { listeners: { "click": "onClick()" } }, ngImport: i0 });
120
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "20.3.11", type: TrackClickDirective, selector: "[nommosTrackClick]", inputs: { action: ["nommosTrackClick", "action"], state: "state", data: "data", toggle: "toggle", multi: "multi", userId: "userId" }, host: { listeners: { "click": "onClick()" } }, ngImport: i0 });
121
121
  }
122
122
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.11", ngImport: i0, type: TrackClickDirective, decorators: [{
123
123
  type: Directive,
@@ -182,7 +182,7 @@ class TrackSubmitDirective {
182
182
  this.trackerService.trackEvent(this.action, ANALYTICS_ACTION_STATE.SUBMIT, this.data, false, null, this.userId);
183
183
  }
184
184
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.11", ngImport: i0, type: TrackSubmitDirective, deps: [{ token: TrackerService }], target: i0.ɵɵFactoryTarget.Directive });
185
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.11", type: TrackSubmitDirective, isStandalone: false, selector: "[nommosTrackSubmit]", inputs: { action: ["nommosTrackSubmit", "action"], data: "data", userId: "userId" }, host: { listeners: { "ngSubmit": "onClick()", "submit": "onClick()" } }, ngImport: i0 });
185
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "20.3.11", type: TrackSubmitDirective, selector: "[nommosTrackSubmit]", inputs: { action: ["nommosTrackSubmit", "action"], data: "data", userId: "userId" }, host: { listeners: { "ngSubmit": "onClick()", "submit": "onClick()" } }, ngImport: i0 });
186
186
  }
187
187
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.11", ngImport: i0, type: TrackSubmitDirective, decorators: [{
188
188
  type: Directive,
@@ -231,7 +231,7 @@ class ActivityTrackerModule {
231
231
  };
232
232
  }
233
233
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.11", ngImport: i0, type: ActivityTrackerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
234
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.11", ngImport: i0, type: ActivityTrackerModule, declarations: [TrackClickDirective, TrackSubmitDirective], imports: [CommonModule], exports: [TrackClickDirective, TrackSubmitDirective] });
234
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "20.3.11", ngImport: i0, type: ActivityTrackerModule, declarations: [TrackClickDirective, TrackSubmitDirective], imports: [CommonModule], exports: [TrackClickDirective, TrackSubmitDirective] });
235
235
  static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.11", ngImport: i0, type: ActivityTrackerModule, imports: [CommonModule] });
236
236
  }
237
237
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.11", ngImport: i0, type: ActivityTrackerModule, decorators: [{
package/index.d.ts CHANGED
@@ -93,7 +93,7 @@ declare class TrackClickDirective {
93
93
  constructor(trackerService: TrackerService);
94
94
  onClick(): void;
95
95
  static ɵfac: i0.ɵɵFactoryDeclaration<TrackClickDirective, never>;
96
- static ɵdir: i0.ɵɵDirectiveDeclaration<TrackClickDirective, "[nommosTrackClick]", never, { "action": { "alias": "nommosTrackClick"; "required": false; }; "state": { "alias": "state"; "required": false; }; "data": { "alias": "data"; "required": false; }; "toggle": { "alias": "toggle"; "required": false; }; "multi": { "alias": "multi"; "required": false; }; "userId": { "alias": "userId"; "required": false; }; }, {}, never, never, false, never>;
96
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TrackClickDirective, "[nommosTrackClick]", never, { "action": "nommosTrackClick"; "state": "state"; "data": "data"; "toggle": "toggle"; "multi": "multi"; "userId": "userId"; }, {}, never>;
97
97
  }
98
98
 
99
99
  /**
@@ -131,7 +131,7 @@ declare class TrackSubmitDirective {
131
131
  constructor(trackerService: TrackerService);
132
132
  onClick(): void;
133
133
  static ɵfac: i0.ɵɵFactoryDeclaration<TrackSubmitDirective, never>;
134
- static ɵdir: i0.ɵɵDirectiveDeclaration<TrackSubmitDirective, "[nommosTrackSubmit]", never, { "action": { "alias": "nommosTrackSubmit"; "required": false; }; "data": { "alias": "data"; "required": false; }; "userId": { "alias": "userId"; "required": false; }; }, {}, never, never, false, never>;
134
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TrackSubmitDirective, "[nommosTrackSubmit]", never, { "action": "nommosTrackSubmit"; "data": "data"; "userId": "userId"; }, {}, never>;
135
135
  }
136
136
 
137
137
  declare class ActivityTrackerModule {
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@nommos/events_angular",
3
- "version": "0.0.35",
3
+ "version": "0.0.36",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=12.0.0 <=22.0.0",
6
6
  "@angular/core": ">=12.0.0 <=22.0.0",
7
7
  "@angular/router": ">=12.0.0 <=22.0.0"
8
8
  },
9
9
  "dependencies": {
10
- "@nommos/core": "0.0.35",
10
+ "@nommos/core": "0.0.36",
11
11
  "tslib": "^2.3.0"
12
12
  },
13
13
  "engines": {