@c8y/devicemanagement 1023.26.1 → 1023.30.0
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 +32 -28
- package/package.json +9 -9
package/cumulocity.config.ts
CHANGED
|
@@ -35,91 +35,95 @@ export default {
|
|
|
35
35
|
exports: [
|
|
36
36
|
...deviceManagementWidgetsExports,
|
|
37
37
|
{
|
|
38
|
-
name: 'Replace device plugin',
|
|
38
|
+
name: gettext('Replace device plugin'),
|
|
39
39
|
module: 'ReplaceDeviceModule',
|
|
40
40
|
path: '@c8y/ngx-components/replace-device',
|
|
41
|
-
description:
|
|
42
|
-
'Replace device plugin for enabling the action of replacing a physical device with another one.'
|
|
41
|
+
description: gettext(
|
|
42
|
+
'Replace device plugin for enabling the action of replacing a physical device with another one.'
|
|
43
|
+
),
|
|
43
44
|
scope: 'self'
|
|
44
45
|
},
|
|
45
46
|
{
|
|
46
|
-
name: 'Services plugin',
|
|
47
|
+
name: gettext('Services plugin'),
|
|
47
48
|
module: 'ServicesModule',
|
|
48
49
|
path: '@c8y/ngx-components/services',
|
|
49
|
-
description:
|
|
50
|
-
'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.'
|
|
50
|
+
description: gettext(
|
|
51
|
+
'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.'
|
|
52
|
+
),
|
|
51
53
|
scope: 'self'
|
|
52
54
|
},
|
|
53
55
|
{
|
|
54
|
-
name: 'Remote access: Configuration list',
|
|
56
|
+
name: gettext('Remote access: Configuration list'),
|
|
55
57
|
module: 'remoteAccessConfigurationListProviders',
|
|
56
58
|
path: '@c8y/ngx-components/remote-access/configurations',
|
|
57
|
-
description:
|
|
58
|
-
'Allows to configure remote access on devices and to initiate the remote access connections.'
|
|
59
|
+
description: gettext(
|
|
60
|
+
'Allows to configure remote access on devices and to initiate the remote access connections.'
|
|
61
|
+
),
|
|
59
62
|
scope: 'self'
|
|
60
63
|
},
|
|
61
64
|
{
|
|
62
|
-
name: 'Remote access: VNC protocol support',
|
|
65
|
+
name: gettext('Remote access: VNC protocol support'),
|
|
63
66
|
module: 'remoteAccessVNCProviders',
|
|
64
67
|
path: '@c8y/ngx-components/remote-access/vnc',
|
|
65
|
-
description: 'Adds VNC protocol support to the remote access feature.',
|
|
68
|
+
description: gettext('Adds VNC protocol support to the remote access feature.'),
|
|
66
69
|
scope: 'self'
|
|
67
70
|
},
|
|
68
71
|
{
|
|
69
|
-
name: 'Remote access: SSH protocol support',
|
|
72
|
+
name: gettext('Remote access: SSH protocol support'),
|
|
70
73
|
module: 'remoteAccessSSHProviders',
|
|
71
74
|
path: '@c8y/ngx-components/remote-access/ssh',
|
|
72
|
-
description: 'Adds SSH protocol support to the remote access feature.',
|
|
75
|
+
description: gettext('Adds SSH protocol support to the remote access feature.'),
|
|
73
76
|
scope: 'self'
|
|
74
77
|
},
|
|
75
78
|
{
|
|
76
|
-
name: 'Remote access: Telnet protocol support',
|
|
79
|
+
name: gettext('Remote access: Telnet protocol support'),
|
|
77
80
|
module: 'remoteAccessTelnetProviders',
|
|
78
81
|
path: '@c8y/ngx-components/remote-access/telnet',
|
|
79
|
-
description: 'Adds Telnet protocol support to the remote access feature.',
|
|
82
|
+
description: gettext('Adds Telnet protocol support to the remote access feature.'),
|
|
80
83
|
scope: 'self'
|
|
81
84
|
},
|
|
82
85
|
{
|
|
83
|
-
name: 'Remote access: Passthrough protocol support',
|
|
86
|
+
name: gettext('Remote access: Passthrough protocol support'),
|
|
84
87
|
module: 'remoteAccessPassthroughProviders',
|
|
85
88
|
path: '@c8y/ngx-components/remote-access/passthrough',
|
|
86
|
-
description: 'Adds passthrough support to the remote access feature.',
|
|
89
|
+
description: gettext('Adds passthrough support to the remote access feature.'),
|
|
87
90
|
scope: 'self'
|
|
88
91
|
},
|
|
89
92
|
{
|
|
90
|
-
name: 'Data point explorer',
|
|
93
|
+
name: gettext('Data point explorer'),
|
|
91
94
|
module: 'dataExplorerMeasurementsFeature',
|
|
92
95
|
path: '@c8y/ngx-components/datapoint-explorer/devicemanagement',
|
|
93
|
-
description: 'Enables visualization of data points',
|
|
96
|
+
description: gettext('Enables visualization of data points'),
|
|
94
97
|
scope: 'self'
|
|
95
98
|
},
|
|
96
99
|
{
|
|
97
|
-
name: 'Dashboard manager',
|
|
100
|
+
name: gettext('Dashboard manager'),
|
|
98
101
|
module: 'dashboardManagerFeatureProvider',
|
|
99
102
|
path: '@c8y/ngx-components/dashboard-manager/devicemanagement',
|
|
100
|
-
description:
|
|
101
|
-
'Adds Dashboard manager as Management feature and allows to manage type dashboards.'
|
|
103
|
+
description: gettext(
|
|
104
|
+
'Adds Dashboard manager as Management feature and allows to manage type dashboards.'
|
|
105
|
+
),
|
|
102
106
|
scope: 'self'
|
|
103
107
|
},
|
|
104
108
|
{
|
|
105
|
-
name: 'Dashboards: Add device dashboards',
|
|
109
|
+
name: gettext('Dashboards: Add device dashboards'),
|
|
106
110
|
module: 'addDeviceContextDashboardFeatureProvider',
|
|
107
111
|
path: '@c8y/ngx-components/context-dashboard/devicemanagement',
|
|
108
|
-
description: 'Allows to add dashboards on device level.',
|
|
112
|
+
description: gettext('Allows to add dashboards on device level.'),
|
|
109
113
|
scope: 'self'
|
|
110
114
|
},
|
|
111
115
|
{
|
|
112
|
-
name: 'Dashboards: View device dashboards',
|
|
116
|
+
name: gettext('Dashboards: View device dashboards'),
|
|
113
117
|
module: 'viewDeviceContextDashboardFeatureProvider',
|
|
114
118
|
path: '@c8y/ngx-components/context-dashboard/devicemanagement',
|
|
115
|
-
description: 'Allows to view dashboards on device level.',
|
|
119
|
+
description: gettext('Allows to view dashboards on device level.'),
|
|
116
120
|
scope: 'self'
|
|
117
121
|
},
|
|
118
122
|
{
|
|
119
|
-
name: 'Sensor phone',
|
|
123
|
+
name: gettext('Sensor phone'),
|
|
120
124
|
module: 'SensorPhoneModule',
|
|
121
125
|
path: '@c8y/ngx-components/sensor-phone',
|
|
122
|
-
description: 'Dialogs to connect smartphone to platform.',
|
|
126
|
+
description: gettext('Dialogs to connect smartphone to platform.'),
|
|
123
127
|
scope: 'self'
|
|
124
128
|
}
|
|
125
129
|
],
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@c8y/devicemanagement",
|
|
3
|
-
"version": "1023.
|
|
3
|
+
"version": "1023.30.0",
|
|
4
4
|
"description": "This package is used to scaffold a Device Management application for Cumulocity IoT.",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@c8y/style": "1023.
|
|
7
|
-
"@c8y/ng1-modules": "1023.
|
|
8
|
-
"@c8y/ngx-components": "1023.
|
|
9
|
-
"@c8y/client": "1023.
|
|
10
|
-
"@c8y/bootstrap": "1023.
|
|
11
|
-
"@c8y/html-repo": "1023.
|
|
6
|
+
"@c8y/style": "1023.30.0",
|
|
7
|
+
"@c8y/ng1-modules": "1023.30.0",
|
|
8
|
+
"@c8y/ngx-components": "1023.30.0",
|
|
9
|
+
"@c8y/client": "1023.30.0",
|
|
10
|
+
"@c8y/bootstrap": "1023.30.0",
|
|
11
|
+
"@c8y/html-repo": "1023.30.0",
|
|
12
12
|
"@angular/cdk": "^20.2.14",
|
|
13
13
|
"@angular/upgrade": "^20.3.16",
|
|
14
14
|
"angular": "1.8.3",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"rxjs": "7.8.2"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@c8y/options": "1023.
|
|
21
|
-
"@c8y/devkit": "1023.
|
|
20
|
+
"@c8y/options": "1023.30.0",
|
|
21
|
+
"@c8y/devkit": "1023.30.0"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"@angular/common": ">=20 <21"
|