@c8y/devicemanagement 1021.38.0 → 1021.49.1
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/cumulocity.config.ts +39 -3
- package/package.json +8 -8
- package/src/app/app.module.ts +2 -0
- package/src/ng1.ts +0 -1
package/cumulocity.config.ts
CHANGED
|
@@ -27,7 +27,7 @@ export default {
|
|
|
27
27
|
path: '@c8y/ngx-components/replace-device',
|
|
28
28
|
description:
|
|
29
29
|
'Replace device plugin for enabling the action of replacing a physical device with another one.',
|
|
30
|
-
scope: 'self'
|
|
30
|
+
scope: 'self'
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
name: 'Services plugin',
|
|
@@ -35,14 +35,50 @@ export default {
|
|
|
35
35
|
path: '@c8y/ngx-components/services',
|
|
36
36
|
description:
|
|
37
37
|
'The Services plugin provides a device tab that lists all services running on a device with their status, name, type and date of the last update.',
|
|
38
|
-
scope: 'self'
|
|
38
|
+
scope: 'self'
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
name: 'LWM2M plugin',
|
|
42
42
|
module: 'LWM2Module',
|
|
43
43
|
path: '@c8y/ngx-components/protocol-lwm2m',
|
|
44
44
|
description: 'Self scoped LWM2M plugin. Serves Post-operations, configuration and more...',
|
|
45
|
-
scope: 'self'
|
|
45
|
+
scope: 'self'
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
name: 'Remote access: Configuration list',
|
|
49
|
+
module: 'remoteAccessConfigurationListProviders',
|
|
50
|
+
path: '@c8y/ngx-components/remote-access/configurations',
|
|
51
|
+
description:
|
|
52
|
+
'Allows to configure remote access on devices and to initiate the remote access connections.',
|
|
53
|
+
scope: 'self'
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
name: 'Remote access: VNC protocol support',
|
|
57
|
+
module: 'remoteAccessVNCProviders',
|
|
58
|
+
path: '@c8y/ngx-components/remote-access/vnc',
|
|
59
|
+
description: 'Adds VNC protocol support to the remote access feature.',
|
|
60
|
+
scope: 'self'
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
name: 'Remote access: SSH protocol support',
|
|
64
|
+
module: 'remoteAccessSSHProviders',
|
|
65
|
+
path: '@c8y/ngx-components/remote-access/ssh',
|
|
66
|
+
description: 'Adds SSH protocol support to the remote access feature.',
|
|
67
|
+
scope: 'self'
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
name: 'Remote access: Telnet protocol support',
|
|
71
|
+
module: 'remoteAccessTelnetProviders',
|
|
72
|
+
path: '@c8y/ngx-components/remote-access/telnet',
|
|
73
|
+
description: 'Adds Telnet protocol support to the remote access feature.',
|
|
74
|
+
scope: 'self'
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
name: 'Remote access: Passthrough protocol support',
|
|
78
|
+
module: 'remoteAccessPassthroughProviders',
|
|
79
|
+
path: '@c8y/ngx-components/remote-access/passthrough',
|
|
80
|
+
description: 'Adds passthrough support to the remote access feature.',
|
|
81
|
+
scope: 'self'
|
|
46
82
|
}
|
|
47
83
|
],
|
|
48
84
|
remotes: {
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@c8y/devicemanagement",
|
|
3
|
-
"version": "1021.
|
|
3
|
+
"version": "1021.49.1",
|
|
4
4
|
"description": "This package is used to scaffold a Device Management application for Cumulocity IoT.",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@c8y/style": "1021.
|
|
7
|
-
"@c8y/ng1-modules": "1021.
|
|
8
|
-
"@c8y/ngx-components": "1021.
|
|
9
|
-
"@c8y/client": "1021.
|
|
10
|
-
"@c8y/bootstrap": "1021.
|
|
6
|
+
"@c8y/style": "1021.49.1",
|
|
7
|
+
"@c8y/ng1-modules": "1021.49.1",
|
|
8
|
+
"@c8y/ngx-components": "1021.49.1",
|
|
9
|
+
"@c8y/client": "1021.49.1",
|
|
10
|
+
"@c8y/bootstrap": "1021.49.1",
|
|
11
11
|
"@angular/cdk": "^18.2.10",
|
|
12
12
|
"@angular/upgrade": "^18.2.9",
|
|
13
13
|
"angular": "1.8.3",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"rxjs": "^7.8.1"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@c8y/options": "1021.
|
|
19
|
-
"@c8y/devkit": "1021.
|
|
18
|
+
"@c8y/options": "1021.49.1",
|
|
19
|
+
"@c8y/devkit": "1021.49.1"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"@angular/common": ">=18 <19"
|
package/src/app/app.module.ts
CHANGED
|
@@ -39,6 +39,7 @@ import {
|
|
|
39
39
|
} from '@c8y/ngx-components/upgrade';
|
|
40
40
|
import { cockpitWidgets } from '@c8y/ngx-components/widgets/cockpit';
|
|
41
41
|
import { deviceManagementWidgets } from '@c8y/ngx-components/widgets/device-management';
|
|
42
|
+
import { DeviceProvisionedCertificatesModule } from '@c8y/ngx-components/device-provisioned-certificates';
|
|
42
43
|
|
|
43
44
|
@NgModule({
|
|
44
45
|
imports: [
|
|
@@ -77,6 +78,7 @@ import { deviceManagementWidgets } from '@c8y/ngx-components/widgets/device-mana
|
|
|
77
78
|
BookmarksModule,
|
|
78
79
|
LocationTabModule,
|
|
79
80
|
AddLocationModule,
|
|
81
|
+
DeviceProvisionedCertificatesModule,
|
|
80
82
|
alarmsDeviceManagementRouteAndNodeConfig()
|
|
81
83
|
],
|
|
82
84
|
providers: [deviceMapFeatureProvider, trackingFeatureProvider, Lwm2mPluginCheckerService]
|
package/src/ng1.ts
CHANGED
|
@@ -13,7 +13,6 @@ import '@c8y/ng1-modules/connectivityV2/cumulocity.json';
|
|
|
13
13
|
import '@c8y/ng1-modules/smartRestEditor/cumulocity.json';
|
|
14
14
|
import '@c8y/ng1-modules/smartRestEditorUI/cumulocity.json';
|
|
15
15
|
import '@c8y/ng1-modules/simulators/cumulocity.json';
|
|
16
|
-
import '@c8y/ng1-modules/remoteAccess/cumulocity.json';
|
|
17
16
|
import '@c8y/ng1-modules/deviceActility/cumulocity.json';
|
|
18
17
|
import '@c8y/ng1-modules/devicemanagement-deviceManagement/cumulocity.json';
|
|
19
18
|
import '@c8y/ng1-modules/devicemanagement-deviceNetwork/cumulocity.json';
|