@dereekb/dbx-analytics 13.10.7 → 13.10.9
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.
|
@@ -458,10 +458,10 @@ class DbxAnalyticsService {
|
|
|
458
458
|
this._userIdEventSub.destroy();
|
|
459
459
|
this._loggerSub.destroy();
|
|
460
460
|
}
|
|
461
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
462
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
461
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAnalyticsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
462
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAnalyticsService });
|
|
463
463
|
}
|
|
464
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
464
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAnalyticsService, decorators: [{
|
|
465
465
|
type: Injectable
|
|
466
466
|
}], ctorParameters: () => [] });
|
|
467
467
|
|
|
@@ -509,10 +509,10 @@ class DbxActionAnalyticsDirective {
|
|
|
509
509
|
.subscribe()
|
|
510
510
|
});
|
|
511
511
|
}
|
|
512
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
513
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.
|
|
512
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionAnalyticsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
513
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.11", type: DbxActionAnalyticsDirective, isStandalone: true, selector: "[dbxActionAnalytics]", inputs: { config: { classPropertyName: "config", publicName: "dbxActionAnalytics", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
|
|
514
514
|
}
|
|
515
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
515
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxActionAnalyticsDirective, decorators: [{
|
|
516
516
|
type: Directive,
|
|
517
517
|
args: [{
|
|
518
518
|
selector: '[dbxActionAnalytics]',
|
|
@@ -524,11 +524,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.10", ngImpo
|
|
|
524
524
|
* @deprecated The exported DbxActionAnalyticsDirective is now a standalone component. Import that instead.
|
|
525
525
|
*/
|
|
526
526
|
class DbxAnalyticsActionModule {
|
|
527
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
528
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.
|
|
529
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.
|
|
527
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAnalyticsActionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
528
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: DbxAnalyticsActionModule, imports: [DbxActionAnalyticsDirective], exports: [DbxActionAnalyticsDirective] });
|
|
529
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAnalyticsActionModule });
|
|
530
530
|
}
|
|
531
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
531
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAnalyticsActionModule, decorators: [{
|
|
532
532
|
type: NgModule,
|
|
533
533
|
args: [{
|
|
534
534
|
imports: [DbxActionAnalyticsDirective],
|
|
@@ -632,10 +632,10 @@ class DbxAnalyticsMixpanelApiService extends AbstractAsyncWindowLoadedService {
|
|
|
632
632
|
get config() {
|
|
633
633
|
return this._config;
|
|
634
634
|
}
|
|
635
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
636
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
635
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAnalyticsMixpanelApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
636
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAnalyticsMixpanelApiService });
|
|
637
637
|
}
|
|
638
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
638
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAnalyticsMixpanelApiService, decorators: [{
|
|
639
639
|
type: Injectable
|
|
640
640
|
}], ctorParameters: () => [] });
|
|
641
641
|
|
|
@@ -703,10 +703,10 @@ class DbxAnalyticsMixpanelServiceListener extends AbstractDbxAnalyticsServiceLis
|
|
|
703
703
|
break;
|
|
704
704
|
}
|
|
705
705
|
}
|
|
706
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
707
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
706
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAnalyticsMixpanelServiceListener, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
707
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAnalyticsMixpanelServiceListener, providedIn: 'root' });
|
|
708
708
|
}
|
|
709
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
709
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAnalyticsMixpanelServiceListener, decorators: [{
|
|
710
710
|
type: Injectable,
|
|
711
711
|
args: [{
|
|
712
712
|
providedIn: 'root'
|
|
@@ -847,10 +847,10 @@ class DbxAnalyticsSegmentApiService extends AbstractAsyncWindowLoadedService {
|
|
|
847
847
|
}
|
|
848
848
|
});
|
|
849
849
|
}
|
|
850
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
851
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
850
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAnalyticsSegmentApiService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
851
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAnalyticsSegmentApiService });
|
|
852
852
|
}
|
|
853
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
853
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAnalyticsSegmentApiService, decorators: [{
|
|
854
854
|
type: Injectable
|
|
855
855
|
}], ctorParameters: () => [] });
|
|
856
856
|
|
|
@@ -993,10 +993,10 @@ class DbxAnalyticsSegmentServiceListener extends AbstractDbxAnalyticsServiceList
|
|
|
993
993
|
api.reset();
|
|
994
994
|
}
|
|
995
995
|
}
|
|
996
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
997
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
996
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAnalyticsSegmentServiceListener, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
997
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAnalyticsSegmentServiceListener, providedIn: 'root' });
|
|
998
998
|
}
|
|
999
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
999
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DbxAnalyticsSegmentServiceListener, decorators: [{
|
|
1000
1000
|
type: Injectable,
|
|
1001
1001
|
args: [{
|
|
1002
1002
|
providedIn: 'root'
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/dbx-analytics",
|
|
3
|
-
"version": "13.10.
|
|
3
|
+
"version": "13.10.9",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/core": "21.2.
|
|
6
|
-
"@dereekb/analytics": "13.10.
|
|
7
|
-
"@dereekb/browser": "13.10.
|
|
8
|
-
"@dereekb/dbx-core": "13.10.
|
|
9
|
-
"@dereekb/rxjs": "13.10.
|
|
10
|
-
"@dereekb/util": "13.10.
|
|
11
|
-
"@dereekb/vitest": "13.10.
|
|
5
|
+
"@angular/core": "21.2.11",
|
|
6
|
+
"@dereekb/analytics": "13.10.9",
|
|
7
|
+
"@dereekb/browser": "13.10.9",
|
|
8
|
+
"@dereekb/dbx-core": "13.10.9",
|
|
9
|
+
"@dereekb/rxjs": "13.10.9",
|
|
10
|
+
"@dereekb/util": "13.10.9",
|
|
11
|
+
"@dereekb/vitest": "13.10.9",
|
|
12
12
|
"rxjs": "^7.8.2"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|