@nommos/events_angular 0.0.9 → 0.0.11
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/index.d.ts +2 -2
- package/package.json +2 -2
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":
|
|
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":
|
|
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.
|
|
3
|
+
"version": "0.0.11",
|
|
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.
|
|
10
|
+
"@nommos/core": "0.0.11",
|
|
11
11
|
"tslib": "^2.3.0"
|
|
12
12
|
},
|
|
13
13
|
"engines": {
|