@progress/kendo-angular-chart-wizard 19.1.2-develop.4 → 19.1.2-develop.5

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.
@@ -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
- * ```typescript
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: 1750157262,
14
- version: '19.1.2-develop.4',
13
+ publishDate: 1750431176,
14
+ version: '19.1.2-develop.5',
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: 1750157262,
41
- version: '19.1.2-develop.4',
40
+ publishDate: 1750431176,
41
+ version: '19.1.2-develop.5',
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
- * ```typescript
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
- * ```typescript
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.4",
3
+ "version": "19.1.2-develop.5",
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": 1750157262,
23
+ "publishDate": 1750431176,
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.4",
33
- "@progress/kendo-angular-dialog": "19.1.2-develop.4",
34
- "@progress/kendo-angular-buttons": "19.1.2-develop.4",
35
- "@progress/kendo-angular-grid": "19.1.2-develop.4",
36
- "@progress/kendo-angular-charts": "19.1.2-develop.4",
37
- "@progress/kendo-angular-dropdowns": "19.1.2-develop.4",
38
- "@progress/kendo-angular-layout": "19.1.2-develop.4",
39
- "@progress/kendo-angular-icons": "19.1.2-develop.4",
40
- "@progress/kendo-angular-inputs": "19.1.2-develop.4",
41
- "@progress/kendo-angular-label": "19.1.2-develop.4",
42
- "@progress/kendo-angular-intl": "19.1.2-develop.4",
43
- "@progress/kendo-angular-l10n": "19.1.2-develop.4",
44
- "@progress/kendo-angular-navigation": "19.1.2-develop.4",
45
- "@progress/kendo-angular-popup": "19.1.2-develop.4",
32
+ "@progress/kendo-angular-common": "19.1.2-develop.5",
33
+ "@progress/kendo-angular-dialog": "19.1.2-develop.5",
34
+ "@progress/kendo-angular-buttons": "19.1.2-develop.5",
35
+ "@progress/kendo-angular-grid": "19.1.2-develop.5",
36
+ "@progress/kendo-angular-charts": "19.1.2-develop.5",
37
+ "@progress/kendo-angular-dropdowns": "19.1.2-develop.5",
38
+ "@progress/kendo-angular-layout": "19.1.2-develop.5",
39
+ "@progress/kendo-angular-icons": "19.1.2-develop.5",
40
+ "@progress/kendo-angular-inputs": "19.1.2-develop.5",
41
+ "@progress/kendo-angular-label": "19.1.2-develop.5",
42
+ "@progress/kendo-angular-intl": "19.1.2-develop.5",
43
+ "@progress/kendo-angular-l10n": "19.1.2-develop.5",
44
+ "@progress/kendo-angular-navigation": "19.1.2-develop.5",
45
+ "@progress/kendo-angular-popup": "19.1.2-develop.5",
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.4",
54
+ "@progress/kendo-angular-schematics": "19.1.2-develop.5",
55
55
  "@progress/kendo-common": "^1.0.1"
56
56
  },
57
57
  "schematics": "./schematics/collection.json",