@c8y/devicemanagement 1022.28.2 → 1022.33.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 +17 -0
- package/package.json +10 -10
package/cumulocity.config.ts
CHANGED
|
@@ -15,6 +15,8 @@ export default {
|
|
|
15
15
|
globalTitle: 'Cumulocity',
|
|
16
16
|
rightDrawer: true,
|
|
17
17
|
breadcrumbs: false,
|
|
18
|
+
sensorAppOneLink: 'http://onelink.to/pca6qe',
|
|
19
|
+
sensorPhone: true,
|
|
18
20
|
contentSecurityPolicy:
|
|
19
21
|
"base-uri 'none'; default-src 'self' 'unsafe-inline' http: https: ws: wss:; connect-src 'self' http: https: ws: wss:; script-src 'self' *.bugherd.com *.twitter.com *.twimg.com *.aptrinsic.com 'unsafe-inline' 'unsafe-eval' data:; style-src * 'unsafe-inline' blob:; img-src * data: blob:; font-src * data:; frame-src *; worker-src 'self' blob:;",
|
|
20
22
|
dynamicOptionsUrl: true,
|
|
@@ -80,6 +82,21 @@ export default {
|
|
|
80
82
|
path: '@c8y/ngx-components/datapoint-explorer/devicemanagement',
|
|
81
83
|
description: 'Enables visualization of data points',
|
|
82
84
|
scope: 'self'
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
name: 'Dashboard manager',
|
|
88
|
+
module: 'dashboardManagerFeatureProvider',
|
|
89
|
+
path: '@c8y/ngx-components/dashboard-manager/devicemanagement',
|
|
90
|
+
description:
|
|
91
|
+
'Adds Dashboard manager as Management feature and allows to manage type dashboards.',
|
|
92
|
+
scope: 'self'
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
name: 'Sensor phone',
|
|
96
|
+
module: 'SensorPhoneModule',
|
|
97
|
+
path: '@c8y/ngx-components/sensor-phone',
|
|
98
|
+
description: 'Dialogs to connect smartphone to platform.',
|
|
99
|
+
scope: 'self'
|
|
83
100
|
}
|
|
84
101
|
],
|
|
85
102
|
remotes: {
|
package/package.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@c8y/devicemanagement",
|
|
3
|
-
"version": "1022.
|
|
3
|
+
"version": "1022.33.0",
|
|
4
4
|
"description": "This package is used to scaffold a Device Management application for Cumulocity IoT.",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@c8y/style": "1022.
|
|
7
|
-
"@c8y/ng1-modules": "1022.
|
|
8
|
-
"@c8y/ngx-components": "1022.
|
|
9
|
-
"@c8y/client": "1022.
|
|
10
|
-
"@c8y/bootstrap": "1022.
|
|
11
|
-
"@angular/cdk": "^19.2.
|
|
12
|
-
"@angular/upgrade": "^19.2.
|
|
6
|
+
"@c8y/style": "1022.33.0",
|
|
7
|
+
"@c8y/ng1-modules": "1022.33.0",
|
|
8
|
+
"@c8y/ngx-components": "1022.33.0",
|
|
9
|
+
"@c8y/client": "1022.33.0",
|
|
10
|
+
"@c8y/bootstrap": "1022.33.0",
|
|
11
|
+
"@angular/cdk": "^19.2.19",
|
|
12
|
+
"@angular/upgrade": "^19.2.15",
|
|
13
13
|
"angular": "1.8.3",
|
|
14
14
|
"monaco-editor": "~0.52.2",
|
|
15
15
|
"ngx-bootstrap": "19.0.2",
|
|
16
16
|
"rxjs": "7.8.1"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@c8y/options": "1022.
|
|
20
|
-
"@c8y/devkit": "1022.
|
|
19
|
+
"@c8y/options": "1022.33.0",
|
|
20
|
+
"@c8y/devkit": "1022.33.0"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"@angular/common": ">=19 <20"
|