@progress/kendo-angular-chart-wizard 19.1.2-develop.4 → 19.1.2-develop.6
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-wizard.component.d.ts +2 -0
- package/esm2022/chart-wizard.component.mjs +2 -0
- package/esm2022/grid-integration/grid-chart-wizard.directive.mjs +3 -1
- package/esm2022/package-metadata.mjs +2 -2
- package/fesm2022/progress-kendo-angular-chart-wizard.mjs +7 -3
- package/grid-integration/grid-chart-wizard.directive.d.ts +3 -1
- package/package.json +17 -17
@@ -22,6 +22,8 @@ import * as i0 from "@angular/core";
|
|
22
22
|
* ```html
|
23
23
|
* <kendo-chartwizard [data]="data"></kendo-chartwizard>
|
24
24
|
* ```
|
25
|
+
* @remarks
|
26
|
+
* Supported children components are: {@link CustomMessagesComponent}.
|
25
27
|
*/
|
26
28
|
export declare class ChartWizardComponent implements OnChanges, OnDestroy {
|
27
29
|
private localization;
|
@@ -49,6 +49,8 @@ import * as i2 from "./state.service";
|
|
49
49
|
* ```html
|
50
50
|
* <kendo-chartwizard [data]="data"></kendo-chartwizard>
|
51
51
|
* ```
|
52
|
+
* @remarks
|
53
|
+
* Supported children components are: {@link CustomMessagesComponent}.
|
52
54
|
*/
|
53
55
|
export class ChartWizardComponent {
|
54
56
|
localization;
|
@@ -11,7 +11,7 @@ import * as i1 from "@progress/kendo-angular-grid";
|
|
11
11
|
* Binds the Chart Wizard to the selection state of the Grid ([see example](slug:grid_integration_with_chart)).
|
12
12
|
*
|
13
13
|
* @example
|
14
|
-
* ```
|
14
|
+
* ```html
|
15
15
|
* <kendo-grid
|
16
16
|
* [kendoGridBinding]="data"
|
17
17
|
* [kendoGridSelectBy]="'id'"
|
@@ -19,6 +19,8 @@ import * as i1 from "@progress/kendo-angular-grid";
|
|
19
19
|
* [(chartWizardData)]="wizardData">
|
20
20
|
* </kendo-grid>
|
21
21
|
* ```
|
22
|
+
* @remarks
|
23
|
+
* Applied to: {@link GridComponent}
|
22
24
|
*/
|
23
25
|
export class ChartWizardGridBindingDirective {
|
24
26
|
grid;
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
13
|
-
publishDate:
|
14
|
-
version: '19.1.2-develop.
|
13
|
+
publishDate: 1750433998,
|
14
|
+
version: '19.1.2-develop.6',
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning',
|
16
16
|
};
|
@@ -37,8 +37,8 @@ const packageMetadata = {
|
|
37
37
|
productName: 'Kendo UI for Angular',
|
38
38
|
productCode: 'KENDOUIANGULAR',
|
39
39
|
productCodes: ['KENDOUIANGULAR'],
|
40
|
-
publishDate:
|
41
|
-
version: '19.1.2-develop.
|
40
|
+
publishDate: 1750433998,
|
41
|
+
version: '19.1.2-develop.6',
|
42
42
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning',
|
43
43
|
};
|
44
44
|
|
@@ -2752,6 +2752,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
2752
2752
|
* ```html
|
2753
2753
|
* <kendo-chartwizard [data]="data"></kendo-chartwizard>
|
2754
2754
|
* ```
|
2755
|
+
* @remarks
|
2756
|
+
* Supported children components are: {@link CustomMessagesComponent}.
|
2755
2757
|
*/
|
2756
2758
|
class ChartWizardComponent {
|
2757
2759
|
localization;
|
@@ -3972,7 +3974,7 @@ const getWizardDataFromGridSelection = (args) => getWizardDataFromDataRows(getGr
|
|
3972
3974
|
* Binds the Chart Wizard to the selection state of the Grid ([see example](slug:grid_integration_with_chart)).
|
3973
3975
|
*
|
3974
3976
|
* @example
|
3975
|
-
* ```
|
3977
|
+
* ```html
|
3976
3978
|
* <kendo-grid
|
3977
3979
|
* [kendoGridBinding]="data"
|
3978
3980
|
* [kendoGridSelectBy]="'id'"
|
@@ -3980,6 +3982,8 @@ const getWizardDataFromGridSelection = (args) => getWizardDataFromDataRows(getGr
|
|
3980
3982
|
* [(chartWizardData)]="wizardData">
|
3981
3983
|
* </kendo-grid>
|
3982
3984
|
* ```
|
3985
|
+
* @remarks
|
3986
|
+
* Applied to: {@link GridComponent}
|
3983
3987
|
*/
|
3984
3988
|
class ChartWizardGridBindingDirective {
|
3985
3989
|
grid;
|
@@ -10,7 +10,7 @@ import * as i0 from "@angular/core";
|
|
10
10
|
* Binds the Chart Wizard to the selection state of the Grid ([see example](slug:grid_integration_with_chart)).
|
11
11
|
*
|
12
12
|
* @example
|
13
|
-
* ```
|
13
|
+
* ```html
|
14
14
|
* <kendo-grid
|
15
15
|
* [kendoGridBinding]="data"
|
16
16
|
* [kendoGridSelectBy]="'id'"
|
@@ -18,6 +18,8 @@ import * as i0 from "@angular/core";
|
|
18
18
|
* [(chartWizardData)]="wizardData">
|
19
19
|
* </kendo-grid>
|
20
20
|
* ```
|
21
|
+
* @remarks
|
22
|
+
* Applied to: {@link GridComponent}
|
21
23
|
*/
|
22
24
|
export declare class ChartWizardGridBindingDirective implements OnInit {
|
23
25
|
protected grid: GridComponent;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-chart-wizard",
|
3
|
-
"version": "19.1.2-develop.
|
3
|
+
"version": "19.1.2-develop.6",
|
4
4
|
"description": "Kendo UI Angular Chart Wizard component",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"author": "Progress",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
"package": {
|
21
21
|
"productName": "Kendo UI for Angular",
|
22
22
|
"productCode": "KENDOUIANGULAR",
|
23
|
-
"publishDate":
|
23
|
+
"publishDate": 1750433998,
|
24
24
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"
|
25
25
|
}
|
26
26
|
},
|
@@ -29,20 +29,20 @@
|
|
29
29
|
"@angular/common": "16 - 20",
|
30
30
|
"@angular/core": "16 - 20",
|
31
31
|
"@angular/platform-browser": "16 - 20",
|
32
|
-
"@progress/kendo-angular-common": "19.1.2-develop.
|
33
|
-
"@progress/kendo-angular-dialog": "19.1.2-develop.
|
34
|
-
"@progress/kendo-angular-buttons": "19.1.2-develop.
|
35
|
-
"@progress/kendo-angular-grid": "19.1.2-develop.
|
36
|
-
"@progress/kendo-angular-charts": "19.1.2-develop.
|
37
|
-
"@progress/kendo-angular-dropdowns": "19.1.2-develop.
|
38
|
-
"@progress/kendo-angular-layout": "19.1.2-develop.
|
39
|
-
"@progress/kendo-angular-icons": "19.1.2-develop.
|
40
|
-
"@progress/kendo-angular-inputs": "19.1.2-develop.
|
41
|
-
"@progress/kendo-angular-label": "19.1.2-develop.
|
42
|
-
"@progress/kendo-angular-intl": "19.1.2-develop.
|
43
|
-
"@progress/kendo-angular-l10n": "19.1.2-develop.
|
44
|
-
"@progress/kendo-angular-navigation": "19.1.2-develop.
|
45
|
-
"@progress/kendo-angular-popup": "19.1.2-develop.
|
32
|
+
"@progress/kendo-angular-common": "19.1.2-develop.6",
|
33
|
+
"@progress/kendo-angular-dialog": "19.1.2-develop.6",
|
34
|
+
"@progress/kendo-angular-buttons": "19.1.2-develop.6",
|
35
|
+
"@progress/kendo-angular-grid": "19.1.2-develop.6",
|
36
|
+
"@progress/kendo-angular-charts": "19.1.2-develop.6",
|
37
|
+
"@progress/kendo-angular-dropdowns": "19.1.2-develop.6",
|
38
|
+
"@progress/kendo-angular-layout": "19.1.2-develop.6",
|
39
|
+
"@progress/kendo-angular-icons": "19.1.2-develop.6",
|
40
|
+
"@progress/kendo-angular-inputs": "19.1.2-develop.6",
|
41
|
+
"@progress/kendo-angular-label": "19.1.2-develop.6",
|
42
|
+
"@progress/kendo-angular-intl": "19.1.2-develop.6",
|
43
|
+
"@progress/kendo-angular-l10n": "19.1.2-develop.6",
|
44
|
+
"@progress/kendo-angular-navigation": "19.1.2-develop.6",
|
45
|
+
"@progress/kendo-angular-popup": "19.1.2-develop.6",
|
46
46
|
"@progress/kendo-drawing": "^1.21.0",
|
47
47
|
"@progress/kendo-file-saver": "^1.1.1",
|
48
48
|
"@progress/kendo-licensing": "^1.5.0",
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"dependencies": {
|
52
52
|
"tslib": "^2.3.1",
|
53
53
|
"@progress/kendo-charts": "2.7.2",
|
54
|
-
"@progress/kendo-angular-schematics": "19.1.2-develop.
|
54
|
+
"@progress/kendo-angular-schematics": "19.1.2-develop.6",
|
55
55
|
"@progress/kendo-common": "^1.0.1"
|
56
56
|
},
|
57
57
|
"schematics": "./schematics/collection.json",
|