@c8y/cockpit 1023.14.8 → 1023.16.3
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 +8 -1
- package/package.json +9 -9
package/cumulocity.config.ts
CHANGED
|
@@ -66,7 +66,7 @@ export default {
|
|
|
66
66
|
{
|
|
67
67
|
name: 'Assets navigator',
|
|
68
68
|
module: 'AssetsNavigatorModule',
|
|
69
|
-
path: '@c8y/ngx-components/assets-navigator',
|
|
69
|
+
path: '@c8y/ngx-components/module-federation-exports/assets-navigator',
|
|
70
70
|
description: '"Groups" navigation entry, allowing to navigate through asset hierarchy.',
|
|
71
71
|
scope: 'self'
|
|
72
72
|
},
|
|
@@ -175,6 +175,13 @@ export default {
|
|
|
175
175
|
path: '@c8y/ngx-components/computed-asset-properties',
|
|
176
176
|
description: 'Set of predefined computed asset properties.',
|
|
177
177
|
scope: 'self'
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
name: 'Group breadcrumbs',
|
|
181
|
+
module: 'groupBreadcrumbsProviders',
|
|
182
|
+
path: '@c8y/ngx-components/group-breadcrumbs',
|
|
183
|
+
description: 'Breadcrumbs extension to enhance navigation between groups.',
|
|
184
|
+
scope: 'self'
|
|
178
185
|
}
|
|
179
186
|
],
|
|
180
187
|
remotes: {
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@c8y/cockpit",
|
|
3
|
-
"version": "1023.
|
|
3
|
+
"version": "1023.16.3",
|
|
4
4
|
"description": "This package is used to scaffold a cockpit 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.16.3",
|
|
7
|
+
"@c8y/ng1-modules": "1023.16.3",
|
|
8
|
+
"@c8y/ngx-components": "1023.16.3",
|
|
9
|
+
"@c8y/client": "1023.16.3",
|
|
10
|
+
"@c8y/bootstrap": "1023.16.3",
|
|
11
|
+
"@c8y/html-repo": "1023.16.3",
|
|
12
12
|
"@angular/cdk": "^20.2.14",
|
|
13
13
|
"@angular/upgrade": "^20.3.15",
|
|
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.16.3",
|
|
21
|
+
"@c8y/devkit": "1023.16.3"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"@angular/common": ">=20 <21"
|