@eclipse-scout/chart 23.1.5 → 23.1.8

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@eclipse-scout/chart",
3
- "version": "23.1.5",
3
+ "version": "23.1.8",
4
4
  "description": "Eclipse Scout chart",
5
5
  "author": "BSI Business Systems Integration AG",
6
6
  "homepage": "https://www.eclipse.org/scout",
@@ -26,7 +26,7 @@
26
26
  "src"
27
27
  ],
28
28
  "devDependencies": {
29
- "@eclipse-scout/cli": "23.1.5",
29
+ "@eclipse-scout/cli": "23.1.8",
30
30
  "@eclipse-scout/releng": "^22.0.0",
31
31
  "jasmine-core": "4.5.0",
32
32
  "jasmine-jquery": "2.1.1",
@@ -36,7 +36,7 @@
36
36
  "@types/jasmine-jquery": "1.5.34"
37
37
  },
38
38
  "dependencies": {
39
- "@eclipse-scout/core": "23.1.5",
39
+ "@eclipse-scout/core": "23.1.8",
40
40
  "jquery": "3.6.0",
41
41
  "chart.js": "3.9.1",
42
42
  "chartjs-plugin-datalabels": "2.1.0"
@@ -2838,9 +2838,9 @@ declare module 'chart.js' {
2838
2838
  }
2839
2839
 
2840
2840
  // eslint-disable-next-line @typescript-eslint/no-empty-interface
2841
- interface RadarPointElement<T extends RadarProps = RadarProps, O extends PointOptions = PointOptions> extends PointElement<T, O> {
2841
+ export interface RadarPointElement<T extends RadarProps = RadarProps, O extends PointOptions = PointOptions> extends PointElement<T, O> {
2842
2842
  }
2843
2843
 
2844
- interface RadarProps extends PointProps {
2844
+ export interface RadarProps extends PointProps {
2845
2845
  angle: number;
2846
2846
  }