@c8y/widget-plugin 1019.4.9 → 1019.5.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.
@@ -42,7 +42,8 @@ export default {
42
42
  '@c8y/client',
43
43
  '@c8y/ngx-components',
44
44
  'ngx-bootstrap',
45
- '@ngx-translate/core'
45
+ '@ngx-translate/core',
46
+ '@ngx-formly/core'
46
47
  ]
47
48
  }
48
49
  } as const satisfies EnvironmentOptions;
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@c8y/widget-plugin",
3
- "version": "1019.4.9",
3
+ "version": "1019.5.3",
4
4
  "description": "",
5
5
  "dependencies": {
6
- "@c8y/style": "1019.4.9",
7
- "@c8y/ngx-components": "1019.4.9",
8
- "@c8y/client": "1019.4.9",
9
- "@c8y/bootstrap": "1019.4.9",
10
- "@c8y/devkit": "1019.4.9",
6
+ "@c8y/style": "1019.5.3",
7
+ "@c8y/ngx-components": "1019.5.3",
8
+ "@c8y/client": "1019.5.3",
9
+ "@c8y/bootstrap": "1019.5.3",
10
+ "@c8y/devkit": "1019.5.3",
11
11
  "@angular/cdk": "^16.2.11",
12
12
  "ngx-bootstrap": "11.0.2",
13
13
  "rxjs": "^7.4.0"
@@ -8,9 +8,5 @@
8
8
  */
9
9
  import previewImage from './widget-plugin-pr.png';
10
10
 
11
- // this will be a global style -> try to avoid as it could break existing styles
12
- // better use component based styling (see ../widget/widget-plugin.component.css)
13
- import './example.css';
14
-
15
11
  // paths can be shared via this module if needed
16
12
  export const assetPaths = { previewImage };
@@ -1,3 +1,10 @@
1
+ /*
2
+ Global styles:
3
+ Add the path to "example.css" in the "styles" entry of the angular.json file.
4
+ This will be a global style -> try to avoid as it could break existing styles
5
+ better use component based styling (see ../widget/widget-plugin.component.css)
6
+ For more information, please check: https://angular.io/guide/workspace-config#styles-and-scripts-configuration
7
+ */
1
8
  .text {
2
9
  color: var(--brand-primary);
3
- }
10
+ }