@progress/kendo-angular-chart-wizard 16.6.0-develop.14 → 16.6.0-develop.16
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 +1 -1
- package/esm2020/chart-wizard.component.mjs +13 -13
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/property-pane/chart-tab.component.mjs +47 -47
- package/esm2020/property-pane/data-tab.component.mjs +2 -2
- package/esm2020/property-pane/form-field.component.mjs +2 -2
- package/esm2020/property-pane/format-tab.component.mjs +135 -135
- package/esm2020/series-type-button.component.mjs +2 -2
- package/fesm2015/progress-kendo-angular-chart-wizard.mjs +203 -203
- package/fesm2020/progress-kendo-angular-chart-wizard.mjs +203 -203
- package/package.json +11 -11
- package/property-pane/chart-tab.component.d.ts +1 -1
- package/property-pane/data-tab.component.d.ts +1 -1
- package/property-pane/form-field.component.d.ts +1 -1
- package/property-pane/format-tab.component.d.ts +1 -1
- package/series-type-button.component.d.ts +1 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-chart-wizard",
|
3
|
-
"version": "16.6.0-develop.
|
3
|
+
"version": "16.6.0-develop.16",
|
4
4
|
"description": "Kendo UI Angular Chart Wizard component",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"author": "Progress",
|
@@ -23,15 +23,14 @@
|
|
23
23
|
"@angular/common": "15 - 18",
|
24
24
|
"@angular/core": "15 - 18",
|
25
25
|
"@angular/platform-browser": "15 - 18",
|
26
|
-
"@progress/kendo-angular-common": "16.6.0-develop.
|
27
|
-
"@progress/kendo-angular-dialog": "16.6.0-develop.
|
28
|
-
"@progress/kendo-angular-grid": "16.6.0-develop.
|
29
|
-
"@progress/kendo-angular-icons": "16.6.0-develop.
|
30
|
-
"@progress/kendo-angular-intl": "16.6.0-develop.
|
31
|
-
"@progress/kendo-angular-l10n": "16.6.0-develop.
|
32
|
-
"@progress/kendo-angular-navigation": "16.6.0-develop.
|
33
|
-
"@progress/kendo-angular-popup": "16.6.0-develop.
|
34
|
-
"@progress/kendo-angular-schematics": "16.6.0-develop.14",
|
26
|
+
"@progress/kendo-angular-common": "16.6.0-develop.16",
|
27
|
+
"@progress/kendo-angular-dialog": "16.6.0-develop.16",
|
28
|
+
"@progress/kendo-angular-grid": "16.6.0-develop.16",
|
29
|
+
"@progress/kendo-angular-icons": "16.6.0-develop.16",
|
30
|
+
"@progress/kendo-angular-intl": "16.6.0-develop.16",
|
31
|
+
"@progress/kendo-angular-l10n": "16.6.0-develop.16",
|
32
|
+
"@progress/kendo-angular-navigation": "16.6.0-develop.16",
|
33
|
+
"@progress/kendo-angular-popup": "16.6.0-develop.16",
|
35
34
|
"@progress/kendo-drawing": "^1.19.0",
|
36
35
|
"@progress/kendo-file-saver": "^1.1.1",
|
37
36
|
"@progress/kendo-licensing": "^1.0.2",
|
@@ -39,7 +38,8 @@
|
|
39
38
|
},
|
40
39
|
"dependencies": {
|
41
40
|
"tslib": "^2.3.1",
|
42
|
-
"@progress/kendo-charts": "2.4.1"
|
41
|
+
"@progress/kendo-charts": "2.4.1",
|
42
|
+
"@progress/kendo-angular-schematics": "16.6.0-develop.16"
|
43
43
|
},
|
44
44
|
"schematics": "./schematics/collection.json",
|
45
45
|
"module": "fesm2015/progress-kendo-angular-chart-wizard.mjs",
|
@@ -31,5 +31,5 @@ export declare class ChartWizardPropertyPaneChartTabComponent implements AfterVi
|
|
31
31
|
ngOnDestroy(): void;
|
32
32
|
detectChanges(): void;
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChartWizardPropertyPaneChartTabComponent, never>;
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChartWizardPropertyPaneChartTabComponent, "kendo-
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChartWizardPropertyPaneChartTabComponent, "kendo-chartwizard-property-pane-chart-tab", never, {}, {}, never, never, true, never>;
|
35
35
|
}
|
@@ -29,5 +29,5 @@ export declare class ChartWizardPropertyPaneFormatTabComponent {
|
|
29
29
|
onRowReorder(grid: GridComponent): void;
|
30
30
|
isDisabled(grid: GridComponent): boolean;
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChartWizardPropertyPaneFormatTabComponent, never>;
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChartWizardPropertyPaneFormatTabComponent, "kendo-
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChartWizardPropertyPaneFormatTabComponent, "kendo-chartwizard-property-pane-data-tab", never, {}, {}, never, never, true, never>;
|
33
33
|
}
|
@@ -41,5 +41,5 @@ export declare class ChartWizardPropertyPaneFormFieldComponent implements AfterV
|
|
41
41
|
ngOnDestroy(): void;
|
42
42
|
ngAfterViewInit(): void;
|
43
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChartWizardPropertyPaneFormFieldComponent, never>;
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChartWizardPropertyPaneFormFieldComponent, "kendo-
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChartWizardPropertyPaneFormFieldComponent, "kendo-chartwizard-property-pane-form-field", never, { "currentState": "currentState"; "action": "action"; "class": "class"; "inputType": "inputType"; "text": "text"; "data": "data"; "placeholder": "placeholder"; "colSpan": "colSpan"; "hasLabel": "hasLabel"; "isLabelInsideFormFieldWrap": "isLabelInsideFormFieldWrap"; "value": "value"; }, { "valueChange": "valueChange"; }, never, never, true, never>;
|
45
45
|
}
|
@@ -98,5 +98,5 @@ export declare class ChartWizardPropertyPaneDataTabComponent implements AfterVie
|
|
98
98
|
onExpandedChange(panel: PanelType, expanded: boolean): void;
|
99
99
|
isExpanded(panel: PanelType): boolean;
|
100
100
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChartWizardPropertyPaneDataTabComponent, never>;
|
101
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChartWizardPropertyPaneDataTabComponent, "kendo-
|
101
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChartWizardPropertyPaneDataTabComponent, "kendo-chartwizard-property-pane-format-tab", never, {}, {}, never, never, true, never>;
|
102
102
|
}
|
@@ -20,5 +20,5 @@ export declare class ChartWizardSeriesTypeButtonComponent {
|
|
20
20
|
onSelect(): void;
|
21
21
|
isSelected(): boolean;
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChartWizardSeriesTypeButtonComponent, never>;
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChartWizardSeriesTypeButtonComponent, "kendo-
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChartWizardSeriesTypeButtonComponent, "kendo-chartwizard-series-type-button", never, { "title": "title"; "chartTypeIcon": "chartTypeIcon"; "stack": "stack"; "seriesType": "seriesType"; }, {}, never, never, true, never>;
|
24
24
|
}
|