@c8y/devicemanagement 1019.2.4 → 1019.2.8

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/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@c8y/devicemanagement",
3
- "version": "1019.2.4",
3
+ "version": "1019.2.8",
4
4
  "description": "This package is used to scaffold a Device management application for Cumulocity IoT.",
5
5
  "dependencies": {
6
- "@c8y/style": "1019.2.4",
7
- "@c8y/ng1-modules": "1019.2.4",
8
- "@c8y/ngx-components": "1019.2.4",
9
- "@c8y/client": "1019.2.4",
10
- "@c8y/bootstrap": "1019.2.4",
11
- "@c8y/devkit": "1019.2.4",
6
+ "@c8y/style": "1019.2.8",
7
+ "@c8y/ng1-modules": "1019.2.8",
8
+ "@c8y/ngx-components": "1019.2.8",
9
+ "@c8y/client": "1019.2.8",
10
+ "@c8y/bootstrap": "1019.2.8",
11
+ "@c8y/devkit": "1019.2.8",
12
12
  "@angular/cdk": "^16.2.11",
13
13
  "@angular/upgrade": "^16.2.11",
14
14
  "angular": "1.6.9",
@@ -28,6 +28,7 @@ import { SearchModule } from '@c8y/ngx-components/search';
28
28
  import { ServicesModule } from '@c8y/ngx-components/services';
29
29
  import { SigfoxDeviceRegistrationModule } from '@c8y/ngx-components/sigfox-device-registration';
30
30
  import { SubAssetsModule } from '@c8y/ngx-components/sub-assets';
31
+ import { trackingFeatureProvider } from '@c8y/ngx-components/tracking';
31
32
  import { TrustedCertificatesModule } from '@c8y/ngx-components/trusted-certificates';
32
33
  import {
33
34
  DashboardUpgradeModule,
@@ -76,7 +77,8 @@ import { deviceManagementWidgets } from '@c8y/ngx-components/widgets/device-mana
76
77
  Lwm2mModule.forRoot(),
77
78
  BookmarksModule,
78
79
  LocationModule.config({ addLocation: true })
79
- ]
80
+ ],
81
+ providers: [trackingFeatureProvider]
80
82
  })
81
83
  export class AppModule extends HybridAppModule {
82
84
  constructor(protected upgrade: NgUpgradeModule) {
package/src/ng1.ts CHANGED
@@ -26,7 +26,6 @@ import '@c8y/ng1-modules/devicemanagement-alarmList/cumulocity.json';
26
26
  import '@c8y/ng1-modules/devicemanagement-deviceNetwork/cumulocity.json';
27
27
  import '@c8y/ng1-modules/devicemanagement-eventList/cumulocity.json';
28
28
  import '@c8y/ng1-modules/devicemanagement-availability/cumulocity.json';
29
- import '@c8y/ng1-modules/devicemanagement-tracking/cumulocity.json';
30
29
  import '@c8y/ng1-modules/devicemanagement-measurements/cumulocity.json';
31
30
  import '@c8y/ng1-modules/devicemanagement-vendMeDeviceControl/cumulocity.json';
32
31
  import '@c8y/ng1-modules/groupsHierarchy/cumulocity.json';