@progress/kendo-angular-charts 14.2.0-develop.1 → 14.2.0-develop.2
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/title.component.d.ts +1 -1
- package/esm2020/chart/title.component.mjs +1 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-charts.mjs +3 -3
- package/fesm2020/progress-kendo-angular-charts.mjs +3 -3
- package/field-types/padding.interface.d.ts +1 -2
- package/package.json +7 -7
|
@@ -14,7 +14,7 @@ import * as i0 from "@angular/core";
|
|
|
14
14
|
* @example
|
|
15
15
|
* ```html
|
|
16
16
|
* <kendo-chart [categoryAxis]="{ categories: categories }">
|
|
17
|
-
* <kendo-chart-title text="
|
|
17
|
+
* <kendo-chart-title text="Title Text" [padding]="{bottom: 20}"></kendo-chart-title>
|
|
18
18
|
* ...
|
|
19
19
|
* </kendo-chart>
|
|
20
20
|
* ```
|
|
@@ -14,7 +14,7 @@ import * as i1 from "../common/configuration.service";
|
|
|
14
14
|
* @example
|
|
15
15
|
* ```html
|
|
16
16
|
* <kendo-chart [categoryAxis]="{ categories: categories }">
|
|
17
|
-
* <kendo-chart-title text="
|
|
17
|
+
* <kendo-chart-title text="Title Text" [padding]="{bottom: 20}"></kendo-chart-title>
|
|
18
18
|
* ...
|
|
19
19
|
* </kendo-chart>
|
|
20
20
|
* ```
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-charts',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '14.2.0-develop.
|
|
12
|
+
publishDate: 1700668157,
|
|
13
|
+
version: '14.2.0-develop.2',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -1871,8 +1871,8 @@ const packageMetadata = {
|
|
|
1871
1871
|
name: '@progress/kendo-angular-charts',
|
|
1872
1872
|
productName: 'Kendo UI for Angular',
|
|
1873
1873
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
1874
|
-
publishDate:
|
|
1875
|
-
version: '14.2.0-develop.
|
|
1874
|
+
publishDate: 1700668157,
|
|
1875
|
+
version: '14.2.0-develop.2',
|
|
1876
1876
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
1877
1877
|
};
|
|
1878
1878
|
|
|
@@ -5121,7 +5121,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
5121
5121
|
* @example
|
|
5122
5122
|
* ```html
|
|
5123
5123
|
* <kendo-chart [categoryAxis]="{ categories: categories }">
|
|
5124
|
-
* <kendo-chart-title text="
|
|
5124
|
+
* <kendo-chart-title text="Title Text" [padding]="{bottom: 20}"></kendo-chart-title>
|
|
5125
5125
|
* ...
|
|
5126
5126
|
* </kendo-chart>
|
|
5127
5127
|
* ```
|
|
@@ -2245,8 +2245,8 @@ const packageMetadata = {
|
|
|
2245
2245
|
name: '@progress/kendo-angular-charts',
|
|
2246
2246
|
productName: 'Kendo UI for Angular',
|
|
2247
2247
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
2248
|
-
publishDate:
|
|
2249
|
-
version: '14.2.0-develop.
|
|
2248
|
+
publishDate: 1700668157,
|
|
2249
|
+
version: '14.2.0-develop.2',
|
|
2250
2250
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
2251
2251
|
};
|
|
2252
2252
|
|
|
@@ -5146,7 +5146,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
5146
5146
|
* @example
|
|
5147
5147
|
* ```html
|
|
5148
5148
|
* <kendo-chart [categoryAxis]="{ categories: categories }">
|
|
5149
|
-
* <kendo-chart-title text="
|
|
5149
|
+
* <kendo-chart-title text="Title Text" [padding]="{bottom: 20}"></kendo-chart-title>
|
|
5150
5150
|
* ...
|
|
5151
5151
|
* </kendo-chart>
|
|
5152
5152
|
* ```
|
|
@@ -4,8 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Margin } from './margin.interface';
|
|
6
6
|
/**
|
|
7
|
-
* The padding configuration for each side
|
|
8
|
-
* ([see example]({% slug api_charts_titlecomponent %})).
|
|
7
|
+
* The padding configuration for each side accepted by the [`padding`](slug:api_charts_titlecomponent#toc-padding) option.
|
|
9
8
|
*/
|
|
10
9
|
export interface Padding extends Margin {
|
|
11
10
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-charts",
|
|
3
|
-
"version": "14.2.0-develop.
|
|
3
|
+
"version": "14.2.0-develop.2",
|
|
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",
|
|
@@ -47,17 +47,17 @@
|
|
|
47
47
|
"@angular/platform-browser": "13 - 17",
|
|
48
48
|
"@progress/kendo-drawing": "^1.17.2",
|
|
49
49
|
"@progress/kendo-licensing": "^1.0.2",
|
|
50
|
-
"@progress/kendo-angular-common": "14.2.0-develop.
|
|
51
|
-
"@progress/kendo-angular-intl": "14.2.0-develop.
|
|
52
|
-
"@progress/kendo-angular-l10n": "14.2.0-develop.
|
|
53
|
-
"@progress/kendo-angular-popup": "14.2.0-develop.
|
|
54
|
-
"@progress/kendo-angular-navigation": "14.2.0-develop.
|
|
50
|
+
"@progress/kendo-angular-common": "14.2.0-develop.2",
|
|
51
|
+
"@progress/kendo-angular-intl": "14.2.0-develop.2",
|
|
52
|
+
"@progress/kendo-angular-l10n": "14.2.0-develop.2",
|
|
53
|
+
"@progress/kendo-angular-popup": "14.2.0-develop.2",
|
|
54
|
+
"@progress/kendo-angular-navigation": "14.2.0-develop.2",
|
|
55
55
|
"hammerjs": "^2.0.0",
|
|
56
56
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"tslib": "^2.3.1",
|
|
60
|
-
"@progress/kendo-angular-schematics": "14.2.0-develop.
|
|
60
|
+
"@progress/kendo-angular-schematics": "14.2.0-develop.2",
|
|
61
61
|
"@progress/kendo-charts": "^1.32.1",
|
|
62
62
|
"@progress/kendo-svg-icons": "^2.0.0"
|
|
63
63
|
},
|