@progress/kendo-angular-charts 23.3.0-develop.12 → 23.3.0-develop.13
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/chart/category-axis-item/notes.component.d.ts +1 -1
- package/chart/value-axis-item/notes.component.d.ts +1 -1
- package/chart/x-axis-item/notes.component.d.ts +1 -1
- package/fesm2022/progress-kendo-angular-charts.mjs +5 -5
- package/field-types/border.interface.d.ts +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +9 -9
|
@@ -9,7 +9,7 @@ import { CategoryAxisNotes, CategoryAxisNotesIcon, CategoryAxisNotesLabel } from
|
|
|
9
9
|
import { SettingsComponent } from '../../common/settings.component';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
|
-
* Configures the notes for the category axis in the Chart ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/notes#axis-notes))
|
|
12
|
+
* Configures the notes for the category axis in the Chart ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/notes#setting-up-axis-notes))
|
|
13
13
|
*/
|
|
14
14
|
export declare class CategoryAxisNotesComponent extends SettingsComponent implements CategoryAxisNotes {
|
|
15
15
|
configurationService: ConfigurationService;
|
|
@@ -9,7 +9,7 @@ import { AxisNoteVisualArgs, NoteLine, NotePosition } from '../../common/propert
|
|
|
9
9
|
import { ValueAxisNotesIcon, ValueAxisNotesLabel, ValueAxisNotes } from '../../common/property-types';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
|
-
* Represents the configuration of the value axis notes ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/notes#axis-notes)).
|
|
12
|
+
* Represents the configuration of the value axis notes ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/notes#setting-up-axis-notes)).
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* ```html
|
|
@@ -13,7 +13,7 @@ import * as i0 from "@angular/core";
|
|
|
13
13
|
* For an example on the basic usage of the `XAxisNotesComponent`,
|
|
14
14
|
* refer to the [demo on the `XAxisComponent`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxiscomponent)
|
|
15
15
|
* or to the documentation about the
|
|
16
|
-
* [axis notes](https://www.telerik.com/kendo-angular-ui/components/charts/elements/notes#axis-notes).
|
|
16
|
+
* [axis notes](https://www.telerik.com/kendo-angular-ui/components/charts/elements/notes#setting-up-axis-notes).
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* ```html
|
|
@@ -2914,8 +2914,8 @@ const packageMetadata = {
|
|
|
2914
2914
|
productName: 'Kendo UI for Angular',
|
|
2915
2915
|
productCode: 'KENDOUIANGULAR',
|
|
2916
2916
|
productCodes: ['KENDOUIANGULAR'],
|
|
2917
|
-
publishDate:
|
|
2918
|
-
version: '23.3.0-develop.
|
|
2917
|
+
publishDate: 1774450072,
|
|
2918
|
+
version: '23.3.0-develop.13',
|
|
2919
2919
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
2920
2920
|
};
|
|
2921
2921
|
|
|
@@ -4794,7 +4794,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
4794
4794
|
* For an example on the basic usage of the `XAxisNotesComponent`,
|
|
4795
4795
|
* refer to the [demo on the `XAxisComponent`](https://www.telerik.com/kendo-angular-ui/components/charts/api/xaxiscomponent)
|
|
4796
4796
|
* or to the documentation about the
|
|
4797
|
-
* [axis notes](https://www.telerik.com/kendo-angular-ui/components/charts/elements/notes#axis-notes).
|
|
4797
|
+
* [axis notes](https://www.telerik.com/kendo-angular-ui/components/charts/elements/notes#setting-up-axis-notes).
|
|
4798
4798
|
*
|
|
4799
4799
|
* @example
|
|
4800
4800
|
* ```html
|
|
@@ -7019,7 +7019,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
7019
7019
|
}], ctorParameters: () => [{ type: ConfigurationService }] });
|
|
7020
7020
|
|
|
7021
7021
|
/**
|
|
7022
|
-
* Configures the notes for the category axis in the Chart ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/notes#axis-notes))
|
|
7022
|
+
* Configures the notes for the category axis in the Chart ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/notes#setting-up-axis-notes))
|
|
7023
7023
|
*/
|
|
7024
7024
|
class CategoryAxisNotesComponent extends SettingsComponent {
|
|
7025
7025
|
configurationService;
|
|
@@ -12015,7 +12015,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
12015
12015
|
}] } });
|
|
12016
12016
|
|
|
12017
12017
|
/**
|
|
12018
|
-
* Represents the configuration of the value axis notes ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/notes#axis-notes)).
|
|
12018
|
+
* Represents the configuration of the value axis notes ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/notes#setting-up-axis-notes)).
|
|
12019
12019
|
*
|
|
12020
12020
|
* @example
|
|
12021
12021
|
* ```html
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import { DashType } from './dash-type';
|
|
6
6
|
/**
|
|
7
7
|
* Specifies the appearance settings for the border lines
|
|
8
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/title#
|
|
8
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/charts/elements/title#customizing-the-title-and-subtitle-appearance)).
|
|
9
9
|
*/
|
|
10
10
|
export interface Border {
|
|
11
11
|
/**
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "23.3.0-develop.
|
|
10
|
+
"publishDate": 1774450072,
|
|
11
|
+
"version": "23.3.0-develop.13",
|
|
12
12
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-charts",
|
|
3
|
-
"version": "23.3.0-develop.
|
|
3
|
+
"version": "23.3.0-develop.13",
|
|
4
4
|
"description": "Kendo UI Charts for Angular - A comprehensive package for creating beautiful and interactive data visualization. Every chart type, stock charts, and sparklines are included.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"package": {
|
|
43
43
|
"productName": "Kendo UI for Angular",
|
|
44
44
|
"productCode": "KENDOUIANGULAR",
|
|
45
|
-
"publishDate":
|
|
45
|
+
"publishDate": 1774450072,
|
|
46
46
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
47
47
|
}
|
|
48
48
|
},
|
|
@@ -53,17 +53,17 @@
|
|
|
53
53
|
"@angular/platform-browser": "19 - 21",
|
|
54
54
|
"@progress/kendo-drawing": "^1.24.1",
|
|
55
55
|
"@progress/kendo-licensing": "^1.10.0",
|
|
56
|
-
"@progress/kendo-angular-common": "23.3.0-develop.
|
|
57
|
-
"@progress/kendo-angular-intl": "23.3.0-develop.
|
|
58
|
-
"@progress/kendo-angular-icons": "23.3.0-develop.
|
|
59
|
-
"@progress/kendo-angular-l10n": "23.3.0-develop.
|
|
60
|
-
"@progress/kendo-angular-popup": "23.3.0-develop.
|
|
61
|
-
"@progress/kendo-angular-navigation": "23.3.0-develop.
|
|
56
|
+
"@progress/kendo-angular-common": "23.3.0-develop.13",
|
|
57
|
+
"@progress/kendo-angular-intl": "23.3.0-develop.13",
|
|
58
|
+
"@progress/kendo-angular-icons": "23.3.0-develop.13",
|
|
59
|
+
"@progress/kendo-angular-l10n": "23.3.0-develop.13",
|
|
60
|
+
"@progress/kendo-angular-popup": "23.3.0-develop.13",
|
|
61
|
+
"@progress/kendo-angular-navigation": "23.3.0-develop.13",
|
|
62
62
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"tslib": "^2.3.1",
|
|
66
|
-
"@progress/kendo-angular-schematics": "23.3.0-develop.
|
|
66
|
+
"@progress/kendo-angular-schematics": "23.3.0-develop.13",
|
|
67
67
|
"@progress/kendo-charts": "2.11.2",
|
|
68
68
|
"@progress/kendo-svg-icons": "^4.0.0"
|
|
69
69
|
},
|