@c8y/cockpit 1020.20.0 → 1020.24.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.
@@ -1,6 +1,7 @@
1
1
  import type { ConfigurationOptions } from '@c8y/devkit';
2
2
  import { version, description, author, name } from './package.json';
3
3
  import { gettext } from '@c8y/ngx-components/gettext';
4
+ import { cockpitWidgetsExports } from '@c8y/ngx-components/widgets/cockpit-exports';
4
5
 
5
6
  const defaultDescription = gettext(
6
7
  'The Cockpit application provides you with options to manage and monitor Internet of Things (IoT) assets and data from a business perspective.'
@@ -24,6 +25,7 @@ export default {
24
25
  contextHelp: true,
25
26
  upgrade: true,
26
27
  exports: [
28
+ ...cockpitWidgetsExports,
27
29
  {
28
30
  name: 'Reports',
29
31
  module: 'ReportDashboardModule',
@@ -31,13 +33,6 @@ export default {
31
33
  description: 'Reports list and navigator items reports',
32
34
  scope: 'self'
33
35
  },
34
- {
35
- name: 'Cockpit widgets',
36
- module: 'CockpitWidgetsModule',
37
- path: '@c8y/ngx-components/widgets/cockpit',
38
- description: 'Angular widgets used in the cockpit application.',
39
- scope: 'self'
40
- },
41
36
  {
42
37
  name: 'Cockpit alarms',
43
38
  module: 'CockpitAlarmsModule',
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@c8y/cockpit",
3
- "version": "1020.20.0",
3
+ "version": "1020.24.0",
4
4
  "description": "This package is used to scaffold a cockpit application for Cumulocity IoT.",
5
5
  "dependencies": {
6
- "@c8y/style": "1020.20.0",
7
- "@c8y/ng1-modules": "1020.20.0",
8
- "@c8y/ngx-components": "1020.20.0",
9
- "@c8y/client": "1020.20.0",
10
- "@c8y/bootstrap": "1020.20.0",
6
+ "@c8y/style": "1020.24.0",
7
+ "@c8y/ng1-modules": "1020.24.0",
8
+ "@c8y/ngx-components": "1020.24.0",
9
+ "@c8y/client": "1020.24.0",
10
+ "@c8y/bootstrap": "1020.24.0",
11
11
  "@angular/cdk": "^17.3.9",
12
12
  "@angular/upgrade": "^17.3.9",
13
13
  "angular": "1.8.3",
@@ -15,8 +15,8 @@
15
15
  "rxjs": "^7.4.0"
16
16
  },
17
17
  "devDependencies": {
18
- "@c8y/options": "1020.20.0",
19
- "@c8y/devkit": "1020.20.0"
18
+ "@c8y/options": "1020.24.0",
19
+ "@c8y/devkit": "1020.24.0"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "@angular/common": ">=16 <18"