@progress/kendo-angular-chart-wizard 17.0.0-develop.20 → 17.0.0-develop.22
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/common/models.d.ts +1 -1
- package/{esm2020 → esm2022}/chart-wizard.component.mjs +84 -58
- package/{esm2020 → esm2022}/chart-wizard.module.mjs +13 -13
- package/{esm2020 → esm2022}/events/export-event.mjs +8 -0
- package/{esm2020 → esm2022}/events/preventable-event.mjs +1 -3
- package/{esm2020 → esm2022}/grid-integration/grid-chart-wizard.directive.mjs +26 -13
- package/{esm2020 → esm2022}/localization/chartwizard-localization.service.mjs +3 -3
- package/{esm2020 → esm2022}/localization/custom-messages.component.mjs +9 -8
- package/{esm2020 → esm2022}/localization/localized-messages.directive.mjs +9 -8
- package/esm2022/localization/messages.mjs +657 -0
- package/{esm2020 → esm2022}/package-metadata.mjs +2 -2
- package/{esm2020 → esm2022}/property-pane/chart-tab.component.mjs +19 -16
- package/{esm2020 → esm2022}/property-pane/data-tab.component.mjs +18 -12
- package/{esm2020 → esm2022}/property-pane/form-field.component.mjs +30 -13
- package/{esm2020 → esm2022}/property-pane/format-tab.component.mjs +76 -73
- package/{esm2020 → esm2022}/series-type-button.component.mjs +9 -5
- package/esm2022/state.service.mjs +36 -0
- package/{fesm2020 → fesm2022}/progress-kendo-angular-chart-wizard.mjs +756 -253
- package/grid-integration/grid-chart-wizard.directive.d.ts +1 -1
- package/localization/messages.d.ts +1 -1
- package/package.json +24 -30
- package/property-pane/form-field.component.d.ts +1 -1
- package/series-type-button.component.d.ts +1 -1
- package/esm2020/localization/messages.mjs +0 -233
- package/esm2020/state.service.mjs +0 -37
- package/fesm2015/progress-kendo-angular-chart-wizard.mjs +0 -3643
- /package/{esm2020 → esm2022}/chart-wizard-state.mjs +0 -0
- /package/{esm2020 → esm2022}/common/get-wizard-data-from-data-rows.mjs +0 -0
- /package/{esm2020 → esm2022}/common/index.mjs +0 -0
- /package/{esm2020 → esm2022}/common/models.mjs +0 -0
- /package/{esm2020 → esm2022}/common/window-settings.mjs +0 -0
- /package/{esm2020 → esm2022}/directives.mjs +0 -0
- /package/{esm2020 → esm2022}/events/index.mjs +0 -0
- /package/{esm2020 → esm2022}/grid-integration/get-grid-selected-rows.mjs +0 -0
- /package/{esm2020 → esm2022}/grid-integration/get-wizard-data-from-grid-selection.mjs +0 -0
- /package/{esm2020 → esm2022}/grid-integration/index.mjs +0 -0
- /package/{esm2020 → esm2022}/index.mjs +0 -0
- /package/{esm2020 → esm2022}/progress-kendo-angular-chart-wizard.mjs +0 -0
@@ -38,5 +38,5 @@ export declare class ChartWizardGridBindingDirective implements OnInit {
|
|
38
38
|
ngOnInit(): void;
|
39
39
|
onSelectionChange(selectedKeys: any[]): void;
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChartWizardGridBindingDirective, never>;
|
41
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ChartWizardGridBindingDirective, "[kendoChartWizardGridBinding]", ["kendoChartWizardGridBinding"], { "chartWizardData": "chartWizardData"; "data": "kendoGridBinding"; "selectionKey": "kendoGridSelectBy"; "columnKey": "columnKey"; }, { "chartWizardDataChange": "chartWizardDataChange"; }, never, never, true, never>;
|
41
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ChartWizardGridBindingDirective, "[kendoChartWizardGridBinding]", ["kendoChartWizardGridBinding"], { "chartWizardData": { "alias": "chartWizardData"; "required": false; }; "data": { "alias": "kendoGridBinding"; "required": false; }; "selectionKey": { "alias": "kendoGridSelectBy"; "required": false; }; "columnKey": { "alias": "columnKey"; "required": false; }; }, { "chartWizardDataChange": "chartWizardDataChange"; }, never, never, true, never>;
|
42
42
|
}
|
@@ -433,5 +433,5 @@ export declare class Messages extends ComponentMessages {
|
|
433
433
|
*/
|
434
434
|
formatValueAxisLabelsRotationAuto: string;
|
435
435
|
static ɵfac: i0.ɵɵFactoryDeclaration<Messages, never>;
|
436
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, "[kendoChartWizardMessages]", never, { "windowTitle": "windowTitle"; "exportButton": "exportButton"; "exportPDFButton": "exportPDFButton"; "exportSVGButton": "exportSVGButton"; "exportPNGButton": "exportPNGButton"; "tabChart": "tabChart"; "tabData": "tabData"; "tabFormat": "tabFormat"; "barChart": "barChart"; "barChartBar": "barChartBar"; "barChartStackedBar": "barChartStackedBar"; "barChart100StackedBar": "barChart100StackedBar"; "pieChart": "pieChart"; "pieChartPie": "pieChartPie"; "columnChart": "columnChart"; "columnChartColumn": "columnChartColumn"; "columnChartStackedColumn": "columnChartStackedColumn"; "columnChart100StackedColumn": "columnChart100StackedColumn"; "lineChart": "lineChart"; "lineChartLine": "lineChartLine"; "lineChartStackedLine": "lineChartStackedLine"; "lineChart100StackedLine": "lineChart100StackedLine"; "scatterChart": "scatterChart"; "scatterChartScatter": "scatterChartScatter"; "configuration": "configuration"; "configurationCategoryAxis": "configurationCategoryAxis"; "configurationXAxis": "configurationXAxis"; "configurationValueAxis": "configurationValueAxis"; "configurationSeries": "configurationSeries"; "configurationSeriesAdd": "configurationSeriesAdd"; "formatChartArea": "formatChartArea"; "formatChartAreaMargins": "formatChartAreaMargins"; "formatChartAreaMarginsAuto": "formatChartAreaMarginsAuto"; "formatChartAreaMarginsLeft": "formatChartAreaMarginsLeft"; "formatChartAreaMarginsRight": "formatChartAreaMarginsRight"; "formatChartAreaMarginsTop": "formatChartAreaMarginsTop"; "formatChartAreaMarginsBottom": "formatChartAreaMarginsBottom"; "formatChartAreaBackground": "formatChartAreaBackground"; "formatChartAreaBackgroundColor": "formatChartAreaBackgroundColor"; "formatTitle": "formatTitle"; "formatTitleApplyTo": "formatTitleApplyTo"; "formatTitleChartTitle": "formatTitleChartTitle"; "formatTitleChartSubtitle": "formatTitleChartSubtitle"; "formatTitleLabel": "formatTitleLabel"; "formatTitleFont": "formatTitleFont"; "formatTitleFontPlaceholder": "formatTitleFontPlaceholder"; "formatTitleSize": "formatTitleSize"; "formatTitleSizePlaceholder": "formatTitleSizePlaceholder"; "formatTitleColor": "formatTitleColor"; "formatSeries": "formatSeries"; "formatSeriesApplyTo": "formatSeriesApplyTo"; "formatSeriesAllSeries": "formatSeriesAllSeries"; "formatSeriesColor": "formatSeriesColor"; "formatSeriesShowLabels": "formatSeriesShowLabels"; "formatLegend": "formatLegend"; "formatLegendShowLegend": "formatLegendShowLegend"; "formatLegendFont": "formatLegendFont"; "formatLegendFontPlaceholder": "formatLegendFontPlaceholder"; "formatLegendSize": "formatLegendSize"; "formatLegendSizePlaceholder": "formatLegendSizePlaceholder"; "formatLegendColor": "formatLegendColor"; "formatLegendPosition": "formatLegendPosition"; "formatLegendPositionTop": "formatLegendPositionTop"; "formatLegendPositionBottom": "formatLegendPositionBottom"; "formatLegendPositionLeft": "formatLegendPositionLeft"; "formatLegendPositionRight": "formatLegendPositionRight"; "formatCategoryAxis": "formatCategoryAxis"; "formatXAxis": "formatXAxis"; "formatCategoryAxisTitle": "formatCategoryAxisTitle"; "formatCategoryAxisTitlePlaceholder": "formatCategoryAxisTitlePlaceholder"; "formatCategoryAxisTitleFont": "formatCategoryAxisTitleFont"; "formatCategoryAxisTitleFontPlaceholder": "formatCategoryAxisTitleFontPlaceholder"; "formatCategoryAxisTitleSize": "formatCategoryAxisTitleSize"; "formatCategoryAxisTitleSizePlaceholder": "formatCategoryAxisTitleSizePlaceholder"; "formatCategoryAxisTitleColor": "formatCategoryAxisTitleColor"; "formatCategoryAxisLabels": "formatCategoryAxisLabels"; "formatCategoryAxisLabelsFont": "formatCategoryAxisLabelsFont"; "formatCategoryAxisLabelsFontPlaceholder": "formatCategoryAxisLabelsFontPlaceholder"; "formatCategoryAxisLabelsSize": "formatCategoryAxisLabelsSize"; "formatCategoryAxisLabelsSizePlaceholder": "formatCategoryAxisLabelsSizePlaceholder"; "formatCategoryAxisLabelsColor": "formatCategoryAxisLabelsColor"; "formatCategoryAxisLabelsRotation": "formatCategoryAxisLabelsRotation"; "formatCategoryAxisLabelsRotationAuto": "formatCategoryAxisLabelsRotationAuto"; "formatCategoryAxisLabelsReverseOrder": "formatCategoryAxisLabelsReverseOrder"; "formatValueAxis": "formatValueAxis"; "formatYAxis": "formatYAxis"; "formatValueAxisTitle": "formatValueAxisTitle"; "formatValueAxisTitlePlaceholder": "formatValueAxisTitlePlaceholder"; "formatValueAxisTitleFont": "formatValueAxisTitleFont"; "formatValueAxisTitleFontPlaceholder": "formatValueAxisTitleFontPlaceholder"; "formatValueAxisTitleSize": "formatValueAxisTitleSize"; "formatValueAxisTitleSizePlaceholder": "formatValueAxisTitleSizePlaceholder"; "formatValueAxisTitleColor": "formatValueAxisTitleColor"; "formatValueAxisLabels": "formatValueAxisLabels"; "formatValueAxisLabelsFormat": "formatValueAxisLabelsFormat"; "formatValueAxisLabelsFormatText": "formatValueAxisLabelsFormatText"; "formatValueAxisLabelsFormatNumber": "formatValueAxisLabelsFormatNumber"; "formatValueAxisLabelsFormatCurrency": "formatValueAxisLabelsFormatCurrency"; "formatValueAxisLabelsFormatPercent": "formatValueAxisLabelsFormatPercent"; "formatValueAxisLabelsFont": "formatValueAxisLabelsFont"; "formatValueAxisLabelsFontPlaceholder": "formatValueAxisLabelsFontPlaceholder"; "formatValueAxisLabelsSize": "formatValueAxisLabelsSize"; "formatValueAxisLabelsSizePlaceholder": "formatValueAxisLabelsSizePlaceholder"; "formatValueAxisLabelsColor": "formatValueAxisLabelsColor"; "formatValueAxisLabelsRotation": "formatValueAxisLabelsRotation"; "formatValueAxisLabelsRotationAuto": "formatValueAxisLabelsRotationAuto"; }, {}, never, never, false, never>;
|
436
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, "[kendoChartWizardMessages]", never, { "windowTitle": { "alias": "windowTitle"; "required": false; }; "exportButton": { "alias": "exportButton"; "required": false; }; "exportPDFButton": { "alias": "exportPDFButton"; "required": false; }; "exportSVGButton": { "alias": "exportSVGButton"; "required": false; }; "exportPNGButton": { "alias": "exportPNGButton"; "required": false; }; "tabChart": { "alias": "tabChart"; "required": false; }; "tabData": { "alias": "tabData"; "required": false; }; "tabFormat": { "alias": "tabFormat"; "required": false; }; "barChart": { "alias": "barChart"; "required": false; }; "barChartBar": { "alias": "barChartBar"; "required": false; }; "barChartStackedBar": { "alias": "barChartStackedBar"; "required": false; }; "barChart100StackedBar": { "alias": "barChart100StackedBar"; "required": false; }; "pieChart": { "alias": "pieChart"; "required": false; }; "pieChartPie": { "alias": "pieChartPie"; "required": false; }; "columnChart": { "alias": "columnChart"; "required": false; }; "columnChartColumn": { "alias": "columnChartColumn"; "required": false; }; "columnChartStackedColumn": { "alias": "columnChartStackedColumn"; "required": false; }; "columnChart100StackedColumn": { "alias": "columnChart100StackedColumn"; "required": false; }; "lineChart": { "alias": "lineChart"; "required": false; }; "lineChartLine": { "alias": "lineChartLine"; "required": false; }; "lineChartStackedLine": { "alias": "lineChartStackedLine"; "required": false; }; "lineChart100StackedLine": { "alias": "lineChart100StackedLine"; "required": false; }; "scatterChart": { "alias": "scatterChart"; "required": false; }; "scatterChartScatter": { "alias": "scatterChartScatter"; "required": false; }; "configuration": { "alias": "configuration"; "required": false; }; "configurationCategoryAxis": { "alias": "configurationCategoryAxis"; "required": false; }; "configurationXAxis": { "alias": "configurationXAxis"; "required": false; }; "configurationValueAxis": { "alias": "configurationValueAxis"; "required": false; }; "configurationSeries": { "alias": "configurationSeries"; "required": false; }; "configurationSeriesAdd": { "alias": "configurationSeriesAdd"; "required": false; }; "formatChartArea": { "alias": "formatChartArea"; "required": false; }; "formatChartAreaMargins": { "alias": "formatChartAreaMargins"; "required": false; }; "formatChartAreaMarginsAuto": { "alias": "formatChartAreaMarginsAuto"; "required": false; }; "formatChartAreaMarginsLeft": { "alias": "formatChartAreaMarginsLeft"; "required": false; }; "formatChartAreaMarginsRight": { "alias": "formatChartAreaMarginsRight"; "required": false; }; "formatChartAreaMarginsTop": { "alias": "formatChartAreaMarginsTop"; "required": false; }; "formatChartAreaMarginsBottom": { "alias": "formatChartAreaMarginsBottom"; "required": false; }; "formatChartAreaBackground": { "alias": "formatChartAreaBackground"; "required": false; }; "formatChartAreaBackgroundColor": { "alias": "formatChartAreaBackgroundColor"; "required": false; }; "formatTitle": { "alias": "formatTitle"; "required": false; }; "formatTitleApplyTo": { "alias": "formatTitleApplyTo"; "required": false; }; "formatTitleChartTitle": { "alias": "formatTitleChartTitle"; "required": false; }; "formatTitleChartSubtitle": { "alias": "formatTitleChartSubtitle"; "required": false; }; "formatTitleLabel": { "alias": "formatTitleLabel"; "required": false; }; "formatTitleFont": { "alias": "formatTitleFont"; "required": false; }; "formatTitleFontPlaceholder": { "alias": "formatTitleFontPlaceholder"; "required": false; }; "formatTitleSize": { "alias": "formatTitleSize"; "required": false; }; "formatTitleSizePlaceholder": { "alias": "formatTitleSizePlaceholder"; "required": false; }; "formatTitleColor": { "alias": "formatTitleColor"; "required": false; }; "formatSeries": { "alias": "formatSeries"; "required": false; }; "formatSeriesApplyTo": { "alias": "formatSeriesApplyTo"; "required": false; }; "formatSeriesAllSeries": { "alias": "formatSeriesAllSeries"; "required": false; }; "formatSeriesColor": { "alias": "formatSeriesColor"; "required": false; }; "formatSeriesShowLabels": { "alias": "formatSeriesShowLabels"; "required": false; }; "formatLegend": { "alias": "formatLegend"; "required": false; }; "formatLegendShowLegend": { "alias": "formatLegendShowLegend"; "required": false; }; "formatLegendFont": { "alias": "formatLegendFont"; "required": false; }; "formatLegendFontPlaceholder": { "alias": "formatLegendFontPlaceholder"; "required": false; }; "formatLegendSize": { "alias": "formatLegendSize"; "required": false; }; "formatLegendSizePlaceholder": { "alias": "formatLegendSizePlaceholder"; "required": false; }; "formatLegendColor": { "alias": "formatLegendColor"; "required": false; }; "formatLegendPosition": { "alias": "formatLegendPosition"; "required": false; }; "formatLegendPositionTop": { "alias": "formatLegendPositionTop"; "required": false; }; "formatLegendPositionBottom": { "alias": "formatLegendPositionBottom"; "required": false; }; "formatLegendPositionLeft": { "alias": "formatLegendPositionLeft"; "required": false; }; "formatLegendPositionRight": { "alias": "formatLegendPositionRight"; "required": false; }; "formatCategoryAxis": { "alias": "formatCategoryAxis"; "required": false; }; "formatXAxis": { "alias": "formatXAxis"; "required": false; }; "formatCategoryAxisTitle": { "alias": "formatCategoryAxisTitle"; "required": false; }; "formatCategoryAxisTitlePlaceholder": { "alias": "formatCategoryAxisTitlePlaceholder"; "required": false; }; "formatCategoryAxisTitleFont": { "alias": "formatCategoryAxisTitleFont"; "required": false; }; "formatCategoryAxisTitleFontPlaceholder": { "alias": "formatCategoryAxisTitleFontPlaceholder"; "required": false; }; "formatCategoryAxisTitleSize": { "alias": "formatCategoryAxisTitleSize"; "required": false; }; "formatCategoryAxisTitleSizePlaceholder": { "alias": "formatCategoryAxisTitleSizePlaceholder"; "required": false; }; "formatCategoryAxisTitleColor": { "alias": "formatCategoryAxisTitleColor"; "required": false; }; "formatCategoryAxisLabels": { "alias": "formatCategoryAxisLabels"; "required": false; }; "formatCategoryAxisLabelsFont": { "alias": "formatCategoryAxisLabelsFont"; "required": false; }; "formatCategoryAxisLabelsFontPlaceholder": { "alias": "formatCategoryAxisLabelsFontPlaceholder"; "required": false; }; "formatCategoryAxisLabelsSize": { "alias": "formatCategoryAxisLabelsSize"; "required": false; }; "formatCategoryAxisLabelsSizePlaceholder": { "alias": "formatCategoryAxisLabelsSizePlaceholder"; "required": false; }; "formatCategoryAxisLabelsColor": { "alias": "formatCategoryAxisLabelsColor"; "required": false; }; "formatCategoryAxisLabelsRotation": { "alias": "formatCategoryAxisLabelsRotation"; "required": false; }; "formatCategoryAxisLabelsRotationAuto": { "alias": "formatCategoryAxisLabelsRotationAuto"; "required": false; }; "formatCategoryAxisLabelsReverseOrder": { "alias": "formatCategoryAxisLabelsReverseOrder"; "required": false; }; "formatValueAxis": { "alias": "formatValueAxis"; "required": false; }; "formatYAxis": { "alias": "formatYAxis"; "required": false; }; "formatValueAxisTitle": { "alias": "formatValueAxisTitle"; "required": false; }; "formatValueAxisTitlePlaceholder": { "alias": "formatValueAxisTitlePlaceholder"; "required": false; }; "formatValueAxisTitleFont": { "alias": "formatValueAxisTitleFont"; "required": false; }; "formatValueAxisTitleFontPlaceholder": { "alias": "formatValueAxisTitleFontPlaceholder"; "required": false; }; "formatValueAxisTitleSize": { "alias": "formatValueAxisTitleSize"; "required": false; }; "formatValueAxisTitleSizePlaceholder": { "alias": "formatValueAxisTitleSizePlaceholder"; "required": false; }; "formatValueAxisTitleColor": { "alias": "formatValueAxisTitleColor"; "required": false; }; "formatValueAxisLabels": { "alias": "formatValueAxisLabels"; "required": false; }; "formatValueAxisLabelsFormat": { "alias": "formatValueAxisLabelsFormat"; "required": false; }; "formatValueAxisLabelsFormatText": { "alias": "formatValueAxisLabelsFormatText"; "required": false; }; "formatValueAxisLabelsFormatNumber": { "alias": "formatValueAxisLabelsFormatNumber"; "required": false; }; "formatValueAxisLabelsFormatCurrency": { "alias": "formatValueAxisLabelsFormatCurrency"; "required": false; }; "formatValueAxisLabelsFormatPercent": { "alias": "formatValueAxisLabelsFormatPercent"; "required": false; }; "formatValueAxisLabelsFont": { "alias": "formatValueAxisLabelsFont"; "required": false; }; "formatValueAxisLabelsFontPlaceholder": { "alias": "formatValueAxisLabelsFontPlaceholder"; "required": false; }; "formatValueAxisLabelsSize": { "alias": "formatValueAxisLabelsSize"; "required": false; }; "formatValueAxisLabelsSizePlaceholder": { "alias": "formatValueAxisLabelsSizePlaceholder"; "required": false; }; "formatValueAxisLabelsColor": { "alias": "formatValueAxisLabelsColor"; "required": false; }; "formatValueAxisLabelsRotation": { "alias": "formatValueAxisLabelsRotation"; "required": false; }; "formatValueAxisLabelsRotationAuto": { "alias": "formatValueAxisLabelsRotationAuto"; "required": false; }; }, {}, never, never, false, never>;
|
437
437
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-chart-wizard",
|
3
|
-
"version": "17.0.0-develop.
|
3
|
+
"version": "17.0.0-develop.22",
|
4
4
|
"description": "Kendo UI Angular Chart Wizard component",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"author": "Progress",
|
@@ -19,24 +19,24 @@
|
|
19
19
|
"friendlyName": "Chart Wizard"
|
20
20
|
},
|
21
21
|
"peerDependencies": {
|
22
|
-
"@angular/animations": "
|
23
|
-
"@angular/common": "
|
24
|
-
"@angular/core": "
|
25
|
-
"@angular/platform-browser": "
|
26
|
-
"@progress/kendo-angular-common": "17.0.0-develop.
|
27
|
-
"@progress/kendo-angular-dialog": "17.0.0-develop.
|
28
|
-
"@progress/kendo-angular-buttons": "17.0.0-develop.
|
29
|
-
"@progress/kendo-angular-grid": "17.0.0-develop.
|
30
|
-
"@progress/kendo-angular-charts": "17.0.0-develop.
|
31
|
-
"@progress/kendo-angular-dropdowns": "17.0.0-develop.
|
32
|
-
"@progress/kendo-angular-layout": "17.0.0-develop.
|
33
|
-
"@progress/kendo-angular-icons": "17.0.0-develop.
|
34
|
-
"@progress/kendo-angular-inputs": "17.0.0-develop.
|
35
|
-
"@progress/kendo-angular-label": "17.0.0-develop.
|
36
|
-
"@progress/kendo-angular-intl": "17.0.0-develop.
|
37
|
-
"@progress/kendo-angular-l10n": "17.0.0-develop.
|
38
|
-
"@progress/kendo-angular-navigation": "17.0.0-develop.
|
39
|
-
"@progress/kendo-angular-popup": "17.0.0-develop.
|
22
|
+
"@angular/animations": "16 - 18",
|
23
|
+
"@angular/common": "16 - 18",
|
24
|
+
"@angular/core": "16 - 18",
|
25
|
+
"@angular/platform-browser": "16 - 18",
|
26
|
+
"@progress/kendo-angular-common": "17.0.0-develop.22",
|
27
|
+
"@progress/kendo-angular-dialog": "17.0.0-develop.22",
|
28
|
+
"@progress/kendo-angular-buttons": "17.0.0-develop.22",
|
29
|
+
"@progress/kendo-angular-grid": "17.0.0-develop.22",
|
30
|
+
"@progress/kendo-angular-charts": "17.0.0-develop.22",
|
31
|
+
"@progress/kendo-angular-dropdowns": "17.0.0-develop.22",
|
32
|
+
"@progress/kendo-angular-layout": "17.0.0-develop.22",
|
33
|
+
"@progress/kendo-angular-icons": "17.0.0-develop.22",
|
34
|
+
"@progress/kendo-angular-inputs": "17.0.0-develop.22",
|
35
|
+
"@progress/kendo-angular-label": "17.0.0-develop.22",
|
36
|
+
"@progress/kendo-angular-intl": "17.0.0-develop.22",
|
37
|
+
"@progress/kendo-angular-l10n": "17.0.0-develop.22",
|
38
|
+
"@progress/kendo-angular-navigation": "17.0.0-develop.22",
|
39
|
+
"@progress/kendo-angular-popup": "17.0.0-develop.22",
|
40
40
|
"@progress/kendo-drawing": "^1.20.4",
|
41
41
|
"@progress/kendo-file-saver": "^1.1.1",
|
42
42
|
"@progress/kendo-licensing": "^1.0.2",
|
@@ -45,15 +45,11 @@
|
|
45
45
|
"dependencies": {
|
46
46
|
"tslib": "^2.3.1",
|
47
47
|
"@progress/kendo-charts": "2.5.3",
|
48
|
-
"@progress/kendo-angular-schematics": "17.0.0-develop.
|
48
|
+
"@progress/kendo-angular-schematics": "17.0.0-develop.22",
|
49
49
|
"@progress/kendo-common": "^0.2.2"
|
50
50
|
},
|
51
51
|
"schematics": "./schematics/collection.json",
|
52
|
-
"module": "
|
53
|
-
"es2020": "fesm2020/progress-kendo-angular-chart-wizard.mjs",
|
54
|
-
"esm2020": "esm2020/progress-kendo-angular-chart-wizard.mjs",
|
55
|
-
"fesm2020": "fesm2020/progress-kendo-angular-chart-wizard.mjs",
|
56
|
-
"fesm2015": "fesm2015/progress-kendo-angular-chart-wizard.mjs",
|
52
|
+
"module": "fesm2022/progress-kendo-angular-chart-wizard.mjs",
|
57
53
|
"typings": "index.d.ts",
|
58
54
|
"exports": {
|
59
55
|
"./package.json": {
|
@@ -61,11 +57,9 @@
|
|
61
57
|
},
|
62
58
|
".": {
|
63
59
|
"types": "./index.d.ts",
|
64
|
-
"
|
65
|
-
"
|
66
|
-
"
|
67
|
-
"node": "./fesm2015/progress-kendo-angular-chart-wizard.mjs",
|
68
|
-
"default": "./fesm2020/progress-kendo-angular-chart-wizard.mjs"
|
60
|
+
"esm2022": "./esm2022/progress-kendo-angular-chart-wizard.mjs",
|
61
|
+
"esm": "./esm2022/progress-kendo-angular-chart-wizard.mjs",
|
62
|
+
"default": "./fesm2022/progress-kendo-angular-chart-wizard.mjs"
|
69
63
|
}
|
70
64
|
},
|
71
65
|
"sideEffects": false
|
@@ -42,5 +42,5 @@ export declare class ChartWizardPropertyPaneFormFieldComponent implements AfterV
|
|
42
42
|
ngOnDestroy(): void;
|
43
43
|
ngAfterViewInit(): void;
|
44
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChartWizardPropertyPaneFormFieldComponent, never>;
|
45
|
-
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"; "disabled": "disabled"; }, { "valueChange": "valueChange"; }, never, never, true, never>;
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChartWizardPropertyPaneFormFieldComponent, "kendo-chartwizard-property-pane-form-field", never, { "currentState": { "alias": "currentState"; "required": false; }; "action": { "alias": "action"; "required": false; }; "class": { "alias": "class"; "required": false; }; "inputType": { "alias": "inputType"; "required": false; }; "text": { "alias": "text"; "required": false; }; "data": { "alias": "data"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "colSpan": { "alias": "colSpan"; "required": false; }; "hasLabel": { "alias": "hasLabel"; "required": false; }; "isLabelInsideFormFieldWrap": { "alias": "isLabelInsideFormFieldWrap"; "required": false; }; "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
|
46
46
|
}
|
@@ -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-chartwizard-series-type-button", never, { "title": "title"; "chartTypeIcon": "chartTypeIcon"; "stack": "stack"; "seriesType": "seriesType"; }, {}, never, never, true, never>;
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChartWizardSeriesTypeButtonComponent, "kendo-chartwizard-series-type-button", never, { "title": { "alias": "title"; "required": false; }; "chartTypeIcon": { "alias": "chartTypeIcon"; "required": false; }; "stack": { "alias": "stack"; "required": false; }; "seriesType": { "alias": "seriesType"; "required": false; }; }, {}, never, never, true, never>;
|
24
24
|
}
|
@@ -1,233 +0,0 @@
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
5
|
-
import { Directive } from '@angular/core';
|
6
|
-
import { Input } from '@angular/core';
|
7
|
-
import { ComponentMessages } from '@progress/kendo-angular-l10n';
|
8
|
-
import * as i0 from "@angular/core";
|
9
|
-
/**
|
10
|
-
* @hidden
|
11
|
-
*/
|
12
|
-
export class Messages extends ComponentMessages {
|
13
|
-
}
|
14
|
-
Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
15
|
-
Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: Messages, selector: "[kendoChartWizardMessages]", inputs: { windowTitle: "windowTitle", exportButton: "exportButton", exportPDFButton: "exportPDFButton", exportSVGButton: "exportSVGButton", exportPNGButton: "exportPNGButton", tabChart: "tabChart", tabData: "tabData", tabFormat: "tabFormat", barChart: "barChart", barChartBar: "barChartBar", barChartStackedBar: "barChartStackedBar", barChart100StackedBar: "barChart100StackedBar", pieChart: "pieChart", pieChartPie: "pieChartPie", columnChart: "columnChart", columnChartColumn: "columnChartColumn", columnChartStackedColumn: "columnChartStackedColumn", columnChart100StackedColumn: "columnChart100StackedColumn", lineChart: "lineChart", lineChartLine: "lineChartLine", lineChartStackedLine: "lineChartStackedLine", lineChart100StackedLine: "lineChart100StackedLine", scatterChart: "scatterChart", scatterChartScatter: "scatterChartScatter", configuration: "configuration", configurationCategoryAxis: "configurationCategoryAxis", configurationXAxis: "configurationXAxis", configurationValueAxis: "configurationValueAxis", configurationSeries: "configurationSeries", configurationSeriesAdd: "configurationSeriesAdd", formatChartArea: "formatChartArea", formatChartAreaMargins: "formatChartAreaMargins", formatChartAreaMarginsAuto: "formatChartAreaMarginsAuto", formatChartAreaMarginsLeft: "formatChartAreaMarginsLeft", formatChartAreaMarginsRight: "formatChartAreaMarginsRight", formatChartAreaMarginsTop: "formatChartAreaMarginsTop", formatChartAreaMarginsBottom: "formatChartAreaMarginsBottom", formatChartAreaBackground: "formatChartAreaBackground", formatChartAreaBackgroundColor: "formatChartAreaBackgroundColor", formatTitle: "formatTitle", formatTitleApplyTo: "formatTitleApplyTo", formatTitleChartTitle: "formatTitleChartTitle", formatTitleChartSubtitle: "formatTitleChartSubtitle", formatTitleLabel: "formatTitleLabel", formatTitleFont: "formatTitleFont", formatTitleFontPlaceholder: "formatTitleFontPlaceholder", formatTitleSize: "formatTitleSize", formatTitleSizePlaceholder: "formatTitleSizePlaceholder", formatTitleColor: "formatTitleColor", formatSeries: "formatSeries", formatSeriesApplyTo: "formatSeriesApplyTo", formatSeriesAllSeries: "formatSeriesAllSeries", formatSeriesColor: "formatSeriesColor", formatSeriesShowLabels: "formatSeriesShowLabels", formatLegend: "formatLegend", formatLegendShowLegend: "formatLegendShowLegend", formatLegendFont: "formatLegendFont", formatLegendFontPlaceholder: "formatLegendFontPlaceholder", formatLegendSize: "formatLegendSize", formatLegendSizePlaceholder: "formatLegendSizePlaceholder", formatLegendColor: "formatLegendColor", formatLegendPosition: "formatLegendPosition", formatLegendPositionTop: "formatLegendPositionTop", formatLegendPositionBottom: "formatLegendPositionBottom", formatLegendPositionLeft: "formatLegendPositionLeft", formatLegendPositionRight: "formatLegendPositionRight", formatCategoryAxis: "formatCategoryAxis", formatXAxis: "formatXAxis", formatCategoryAxisTitle: "formatCategoryAxisTitle", formatCategoryAxisTitlePlaceholder: "formatCategoryAxisTitlePlaceholder", formatCategoryAxisTitleFont: "formatCategoryAxisTitleFont", formatCategoryAxisTitleFontPlaceholder: "formatCategoryAxisTitleFontPlaceholder", formatCategoryAxisTitleSize: "formatCategoryAxisTitleSize", formatCategoryAxisTitleSizePlaceholder: "formatCategoryAxisTitleSizePlaceholder", formatCategoryAxisTitleColor: "formatCategoryAxisTitleColor", formatCategoryAxisLabels: "formatCategoryAxisLabels", formatCategoryAxisLabelsFont: "formatCategoryAxisLabelsFont", formatCategoryAxisLabelsFontPlaceholder: "formatCategoryAxisLabelsFontPlaceholder", formatCategoryAxisLabelsSize: "formatCategoryAxisLabelsSize", formatCategoryAxisLabelsSizePlaceholder: "formatCategoryAxisLabelsSizePlaceholder", formatCategoryAxisLabelsColor: "formatCategoryAxisLabelsColor", formatCategoryAxisLabelsRotation: "formatCategoryAxisLabelsRotation", formatCategoryAxisLabelsRotationAuto: "formatCategoryAxisLabelsRotationAuto", formatCategoryAxisLabelsReverseOrder: "formatCategoryAxisLabelsReverseOrder", formatValueAxis: "formatValueAxis", formatYAxis: "formatYAxis", formatValueAxisTitle: "formatValueAxisTitle", formatValueAxisTitlePlaceholder: "formatValueAxisTitlePlaceholder", formatValueAxisTitleFont: "formatValueAxisTitleFont", formatValueAxisTitleFontPlaceholder: "formatValueAxisTitleFontPlaceholder", formatValueAxisTitleSize: "formatValueAxisTitleSize", formatValueAxisTitleSizePlaceholder: "formatValueAxisTitleSizePlaceholder", formatValueAxisTitleColor: "formatValueAxisTitleColor", formatValueAxisLabels: "formatValueAxisLabels", formatValueAxisLabelsFormat: "formatValueAxisLabelsFormat", formatValueAxisLabelsFormatText: "formatValueAxisLabelsFormatText", formatValueAxisLabelsFormatNumber: "formatValueAxisLabelsFormatNumber", formatValueAxisLabelsFormatCurrency: "formatValueAxisLabelsFormatCurrency", formatValueAxisLabelsFormatPercent: "formatValueAxisLabelsFormatPercent", formatValueAxisLabelsFont: "formatValueAxisLabelsFont", formatValueAxisLabelsFontPlaceholder: "formatValueAxisLabelsFontPlaceholder", formatValueAxisLabelsSize: "formatValueAxisLabelsSize", formatValueAxisLabelsSizePlaceholder: "formatValueAxisLabelsSizePlaceholder", formatValueAxisLabelsColor: "formatValueAxisLabelsColor", formatValueAxisLabelsRotation: "formatValueAxisLabelsRotation", formatValueAxisLabelsRotationAuto: "formatValueAxisLabelsRotationAuto" }, usesInheritance: true, ngImport: i0 });
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Messages, decorators: [{
|
17
|
-
type: Directive,
|
18
|
-
args: [{
|
19
|
-
selector: '[kendoChartWizardMessages]'
|
20
|
-
}]
|
21
|
-
}], propDecorators: { windowTitle: [{
|
22
|
-
type: Input
|
23
|
-
}], exportButton: [{
|
24
|
-
type: Input
|
25
|
-
}], exportPDFButton: [{
|
26
|
-
type: Input
|
27
|
-
}], exportSVGButton: [{
|
28
|
-
type: Input
|
29
|
-
}], exportPNGButton: [{
|
30
|
-
type: Input
|
31
|
-
}], tabChart: [{
|
32
|
-
type: Input
|
33
|
-
}], tabData: [{
|
34
|
-
type: Input
|
35
|
-
}], tabFormat: [{
|
36
|
-
type: Input
|
37
|
-
}], barChart: [{
|
38
|
-
type: Input
|
39
|
-
}], barChartBar: [{
|
40
|
-
type: Input
|
41
|
-
}], barChartStackedBar: [{
|
42
|
-
type: Input
|
43
|
-
}], barChart100StackedBar: [{
|
44
|
-
type: Input
|
45
|
-
}], pieChart: [{
|
46
|
-
type: Input
|
47
|
-
}], pieChartPie: [{
|
48
|
-
type: Input
|
49
|
-
}], columnChart: [{
|
50
|
-
type: Input
|
51
|
-
}], columnChartColumn: [{
|
52
|
-
type: Input
|
53
|
-
}], columnChartStackedColumn: [{
|
54
|
-
type: Input
|
55
|
-
}], columnChart100StackedColumn: [{
|
56
|
-
type: Input
|
57
|
-
}], lineChart: [{
|
58
|
-
type: Input
|
59
|
-
}], lineChartLine: [{
|
60
|
-
type: Input
|
61
|
-
}], lineChartStackedLine: [{
|
62
|
-
type: Input
|
63
|
-
}], lineChart100StackedLine: [{
|
64
|
-
type: Input
|
65
|
-
}], scatterChart: [{
|
66
|
-
type: Input
|
67
|
-
}], scatterChartScatter: [{
|
68
|
-
type: Input
|
69
|
-
}], configuration: [{
|
70
|
-
type: Input
|
71
|
-
}], configurationCategoryAxis: [{
|
72
|
-
type: Input
|
73
|
-
}], configurationXAxis: [{
|
74
|
-
type: Input
|
75
|
-
}], configurationValueAxis: [{
|
76
|
-
type: Input
|
77
|
-
}], configurationSeries: [{
|
78
|
-
type: Input
|
79
|
-
}], configurationSeriesAdd: [{
|
80
|
-
type: Input
|
81
|
-
}], formatChartArea: [{
|
82
|
-
type: Input
|
83
|
-
}], formatChartAreaMargins: [{
|
84
|
-
type: Input
|
85
|
-
}], formatChartAreaMarginsAuto: [{
|
86
|
-
type: Input
|
87
|
-
}], formatChartAreaMarginsLeft: [{
|
88
|
-
type: Input
|
89
|
-
}], formatChartAreaMarginsRight: [{
|
90
|
-
type: Input
|
91
|
-
}], formatChartAreaMarginsTop: [{
|
92
|
-
type: Input
|
93
|
-
}], formatChartAreaMarginsBottom: [{
|
94
|
-
type: Input
|
95
|
-
}], formatChartAreaBackground: [{
|
96
|
-
type: Input
|
97
|
-
}], formatChartAreaBackgroundColor: [{
|
98
|
-
type: Input
|
99
|
-
}], formatTitle: [{
|
100
|
-
type: Input
|
101
|
-
}], formatTitleApplyTo: [{
|
102
|
-
type: Input
|
103
|
-
}], formatTitleChartTitle: [{
|
104
|
-
type: Input
|
105
|
-
}], formatTitleChartSubtitle: [{
|
106
|
-
type: Input
|
107
|
-
}], formatTitleLabel: [{
|
108
|
-
type: Input
|
109
|
-
}], formatTitleFont: [{
|
110
|
-
type: Input
|
111
|
-
}], formatTitleFontPlaceholder: [{
|
112
|
-
type: Input
|
113
|
-
}], formatTitleSize: [{
|
114
|
-
type: Input
|
115
|
-
}], formatTitleSizePlaceholder: [{
|
116
|
-
type: Input
|
117
|
-
}], formatTitleColor: [{
|
118
|
-
type: Input
|
119
|
-
}], formatSeries: [{
|
120
|
-
type: Input
|
121
|
-
}], formatSeriesApplyTo: [{
|
122
|
-
type: Input
|
123
|
-
}], formatSeriesAllSeries: [{
|
124
|
-
type: Input
|
125
|
-
}], formatSeriesColor: [{
|
126
|
-
type: Input
|
127
|
-
}], formatSeriesShowLabels: [{
|
128
|
-
type: Input
|
129
|
-
}], formatLegend: [{
|
130
|
-
type: Input
|
131
|
-
}], formatLegendShowLegend: [{
|
132
|
-
type: Input
|
133
|
-
}], formatLegendFont: [{
|
134
|
-
type: Input
|
135
|
-
}], formatLegendFontPlaceholder: [{
|
136
|
-
type: Input
|
137
|
-
}], formatLegendSize: [{
|
138
|
-
type: Input
|
139
|
-
}], formatLegendSizePlaceholder: [{
|
140
|
-
type: Input
|
141
|
-
}], formatLegendColor: [{
|
142
|
-
type: Input
|
143
|
-
}], formatLegendPosition: [{
|
144
|
-
type: Input
|
145
|
-
}], formatLegendPositionTop: [{
|
146
|
-
type: Input
|
147
|
-
}], formatLegendPositionBottom: [{
|
148
|
-
type: Input
|
149
|
-
}], formatLegendPositionLeft: [{
|
150
|
-
type: Input
|
151
|
-
}], formatLegendPositionRight: [{
|
152
|
-
type: Input
|
153
|
-
}], formatCategoryAxis: [{
|
154
|
-
type: Input
|
155
|
-
}], formatXAxis: [{
|
156
|
-
type: Input
|
157
|
-
}], formatCategoryAxisTitle: [{
|
158
|
-
type: Input
|
159
|
-
}], formatCategoryAxisTitlePlaceholder: [{
|
160
|
-
type: Input
|
161
|
-
}], formatCategoryAxisTitleFont: [{
|
162
|
-
type: Input
|
163
|
-
}], formatCategoryAxisTitleFontPlaceholder: [{
|
164
|
-
type: Input
|
165
|
-
}], formatCategoryAxisTitleSize: [{
|
166
|
-
type: Input
|
167
|
-
}], formatCategoryAxisTitleSizePlaceholder: [{
|
168
|
-
type: Input
|
169
|
-
}], formatCategoryAxisTitleColor: [{
|
170
|
-
type: Input
|
171
|
-
}], formatCategoryAxisLabels: [{
|
172
|
-
type: Input
|
173
|
-
}], formatCategoryAxisLabelsFont: [{
|
174
|
-
type: Input
|
175
|
-
}], formatCategoryAxisLabelsFontPlaceholder: [{
|
176
|
-
type: Input
|
177
|
-
}], formatCategoryAxisLabelsSize: [{
|
178
|
-
type: Input
|
179
|
-
}], formatCategoryAxisLabelsSizePlaceholder: [{
|
180
|
-
type: Input
|
181
|
-
}], formatCategoryAxisLabelsColor: [{
|
182
|
-
type: Input
|
183
|
-
}], formatCategoryAxisLabelsRotation: [{
|
184
|
-
type: Input
|
185
|
-
}], formatCategoryAxisLabelsRotationAuto: [{
|
186
|
-
type: Input
|
187
|
-
}], formatCategoryAxisLabelsReverseOrder: [{
|
188
|
-
type: Input
|
189
|
-
}], formatValueAxis: [{
|
190
|
-
type: Input
|
191
|
-
}], formatYAxis: [{
|
192
|
-
type: Input
|
193
|
-
}], formatValueAxisTitle: [{
|
194
|
-
type: Input
|
195
|
-
}], formatValueAxisTitlePlaceholder: [{
|
196
|
-
type: Input
|
197
|
-
}], formatValueAxisTitleFont: [{
|
198
|
-
type: Input
|
199
|
-
}], formatValueAxisTitleFontPlaceholder: [{
|
200
|
-
type: Input
|
201
|
-
}], formatValueAxisTitleSize: [{
|
202
|
-
type: Input
|
203
|
-
}], formatValueAxisTitleSizePlaceholder: [{
|
204
|
-
type: Input
|
205
|
-
}], formatValueAxisTitleColor: [{
|
206
|
-
type: Input
|
207
|
-
}], formatValueAxisLabels: [{
|
208
|
-
type: Input
|
209
|
-
}], formatValueAxisLabelsFormat: [{
|
210
|
-
type: Input
|
211
|
-
}], formatValueAxisLabelsFormatText: [{
|
212
|
-
type: Input
|
213
|
-
}], formatValueAxisLabelsFormatNumber: [{
|
214
|
-
type: Input
|
215
|
-
}], formatValueAxisLabelsFormatCurrency: [{
|
216
|
-
type: Input
|
217
|
-
}], formatValueAxisLabelsFormatPercent: [{
|
218
|
-
type: Input
|
219
|
-
}], formatValueAxisLabelsFont: [{
|
220
|
-
type: Input
|
221
|
-
}], formatValueAxisLabelsFontPlaceholder: [{
|
222
|
-
type: Input
|
223
|
-
}], formatValueAxisLabelsSize: [{
|
224
|
-
type: Input
|
225
|
-
}], formatValueAxisLabelsSizePlaceholder: [{
|
226
|
-
type: Input
|
227
|
-
}], formatValueAxisLabelsColor: [{
|
228
|
-
type: Input
|
229
|
-
}], formatValueAxisLabelsRotation: [{
|
230
|
-
type: Input
|
231
|
-
}], formatValueAxisLabelsRotationAuto: [{
|
232
|
-
type: Input
|
233
|
-
}] } });
|
@@ -1,37 +0,0 @@
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
5
|
-
import { Injectable } from "@angular/core";
|
6
|
-
import { defaultAllSeriesItem } from "./common/models";
|
7
|
-
import * as i0 from "@angular/core";
|
8
|
-
/**
|
9
|
-
* @hidden
|
10
|
-
*/
|
11
|
-
export class StateService {
|
12
|
-
constructor() {
|
13
|
-
this.state = {
|
14
|
-
categoryAxis: [],
|
15
|
-
valueAxis: [],
|
16
|
-
series: [],
|
17
|
-
initialSeries: [],
|
18
|
-
columns: [],
|
19
|
-
data: [],
|
20
|
-
area: { margin: { top: 0, right: 0, bottom: 0, left: 0 } },
|
21
|
-
seriesType: 'bar'
|
22
|
-
};
|
23
|
-
this.seriesType = 'bar';
|
24
|
-
this.currentTitle = 'Chart Title';
|
25
|
-
this.currentSeries = defaultAllSeriesItem;
|
26
|
-
this.data = [];
|
27
|
-
this.deletedSeries = [];
|
28
|
-
this.direction = 'ltr';
|
29
|
-
this.windowSize = { width: 700, height: 550 };
|
30
|
-
this.splitterPaneSize = '300px';
|
31
|
-
}
|
32
|
-
}
|
33
|
-
StateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
34
|
-
StateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StateService });
|
35
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StateService, decorators: [{
|
36
|
-
type: Injectable
|
37
|
-
}] });
|