@c8y/tutorial 1020.14.12 → 1020.16.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/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@c8y/tutorial",
3
- "version": "1020.14.12",
3
+ "version": "1020.16.1",
4
4
  "description": "This package is used to scaffold a tutorial for Cumulocity IoT Web SDK which explains a lot of concepts.",
5
5
  "dependencies": {
6
- "@c8y/style": "1020.14.12",
7
- "@c8y/ngx-components": "1020.14.12",
8
- "@c8y/client": "1020.14.12",
9
- "@c8y/bootstrap": "1020.14.12",
6
+ "@c8y/style": "1020.16.1",
7
+ "@c8y/ngx-components": "1020.16.1",
8
+ "@c8y/client": "1020.16.1",
9
+ "@c8y/bootstrap": "1020.16.1",
10
10
  "@angular/cdk": "^17.3.9",
11
11
  "ngx-bootstrap": "12.0.0",
12
12
  "leaflet": "1.9.4",
13
13
  "rxjs": "^7.4.0"
14
14
  },
15
15
  "devDependencies": {
16
- "@c8y/options": "1020.14.12",
17
- "@c8y/devkit": "1020.14.12"
16
+ "@c8y/options": "1020.16.1",
17
+ "@c8y/devkit": "1020.16.1"
18
18
  },
19
19
  "peerDependencies": {
20
20
  "@angular/common": ">=16 <18"
@@ -102,6 +102,7 @@ export class ServerGridExampleService {
102
102
  {
103
103
  type: 'customAction',
104
104
  icon: 'online',
105
+ iconClasses: 'm-r-4',
105
106
  text: 'Custom action',
106
107
  callback: selectedItemIds => console.dir(selectedItemIds)
107
108
  }