@progress/kendo-angular-chart-wizard 17.0.0-develop.3 → 17.0.0-develop.30
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/README.md +28 -20
- package/chart-wizard.component.d.ts +1 -1
- package/common/models.d.ts +1 -1
- package/{esm2020 → esm2022}/chart-wizard.component.mjs +85 -59
- 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 +19 -13
- 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 +758 -255
- package/grid-integration/grid-chart-wizard.directive.d.ts +1 -1
- package/localization/messages.d.ts +1 -1
- package/package.json +26 -32
- 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
@@ -36,8 +36,8 @@ const packageMetadata = {
|
|
36
36
|
name: '@progress/kendo-angular-chart-wizard',
|
37
37
|
productName: 'Kendo UI for Angular',
|
38
38
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
39
|
-
publishDate:
|
40
|
-
version: '17.0.0-develop.
|
39
|
+
publishDate: 1730389182,
|
40
|
+
version: '17.0.0-develop.30',
|
41
41
|
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',
|
42
42
|
};
|
43
43
|
|
@@ -119,30 +119,29 @@ const labelFormats = [
|
|
119
119
|
* @hidden
|
120
120
|
*/
|
121
121
|
class StateService {
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
}
|
122
|
+
state = {
|
123
|
+
categoryAxis: [],
|
124
|
+
valueAxis: [],
|
125
|
+
series: [],
|
126
|
+
initialSeries: [],
|
127
|
+
columns: [],
|
128
|
+
data: [],
|
129
|
+
area: { margin: { top: 0, right: 0, bottom: 0, left: 0 } },
|
130
|
+
seriesType: 'bar'
|
131
|
+
};
|
132
|
+
seriesType = 'bar';
|
133
|
+
currentTitle = 'Chart Title';
|
134
|
+
currentSeries = defaultAllSeriesItem;
|
135
|
+
data = [];
|
136
|
+
deletedSeries = [];
|
137
|
+
direction = 'ltr';
|
138
|
+
windowSize = { width: 700, height: 550 };
|
139
|
+
splitterPaneSize = '300px';
|
140
|
+
dataTab;
|
141
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
142
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StateService });
|
142
143
|
}
|
143
|
-
|
144
|
-
StateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StateService });
|
145
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StateService, decorators: [{
|
144
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StateService, decorators: [{
|
146
145
|
type: Injectable
|
147
146
|
}] });
|
148
147
|
|
@@ -153,10 +152,10 @@ class ChartWizardLocalizationService extends LocalizationService {
|
|
153
152
|
constructor(prefix, messageService, _rtl) {
|
154
153
|
super(prefix, messageService, _rtl);
|
155
154
|
}
|
155
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChartWizardLocalizationService, deps: [{ token: L10N_PREFIX }, { token: i1.MessageService, optional: true }, { token: RTL, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
156
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChartWizardLocalizationService });
|
156
157
|
}
|
157
|
-
|
158
|
-
ChartWizardLocalizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChartWizardLocalizationService });
|
159
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChartWizardLocalizationService, decorators: [{
|
158
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChartWizardLocalizationService, decorators: [{
|
160
159
|
type: Injectable
|
161
160
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
162
161
|
type: Inject,
|
@@ -174,20 +173,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
174
173
|
* @hidden
|
175
174
|
*/
|
176
175
|
class ChartWizardPropertyPaneDataTabComponent {
|
176
|
+
stateService;
|
177
|
+
formBuilder;
|
178
|
+
cdr;
|
179
|
+
renderer;
|
180
|
+
localization;
|
181
|
+
categoryAxisX = ActionTypes.categoryAxisX;
|
182
|
+
valueAxisY = ActionTypes.valueAxisY;
|
183
|
+
trashIcon = trashIcon;
|
184
|
+
plusIcon = plusIcon;
|
185
|
+
isCategorical = isCategorical;
|
186
|
+
grid;
|
177
187
|
constructor(stateService, formBuilder, cdr, renderer, localization) {
|
178
188
|
this.stateService = stateService;
|
179
189
|
this.formBuilder = formBuilder;
|
180
190
|
this.cdr = cdr;
|
181
191
|
this.renderer = renderer;
|
182
192
|
this.localization = localization;
|
183
|
-
this.categoryAxisX = ActionTypes.categoryAxisX;
|
184
|
-
this.valueAxisY = ActionTypes.valueAxisY;
|
185
|
-
this.trashIcon = trashIcon;
|
186
|
-
this.plusIcon = plusIcon;
|
187
|
-
this.isCategorical = isCategorical;
|
188
|
-
this.formGroup = this.formBuilder.group({
|
189
|
-
name: null,
|
190
|
-
});
|
191
193
|
}
|
192
194
|
ngAfterViewInit() {
|
193
195
|
if (this.grid) {
|
@@ -200,6 +202,9 @@ class ChartWizardPropertyPaneDataTabComponent {
|
|
200
202
|
updateState(action, value) {
|
201
203
|
this.stateService.state = updateState(this.stateService.state, action, value);
|
202
204
|
}
|
205
|
+
formGroup = this.formBuilder.group({
|
206
|
+
name: null,
|
207
|
+
});
|
203
208
|
createFormGroup(args) {
|
204
209
|
const item = args.isNew ? {} : args.dataItem;
|
205
210
|
this.formGroup = this.formBuilder.group({
|
@@ -228,9 +233,8 @@ class ChartWizardPropertyPaneDataTabComponent {
|
|
228
233
|
messageFor(key) {
|
229
234
|
return this.localization.get(key);
|
230
235
|
}
|
231
|
-
}
|
232
|
-
|
233
|
-
ChartWizardPropertyPaneDataTabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ChartWizardPropertyPaneDataTabComponent, isStandalone: true, selector: "kendo-chartwizard-property-pane-data-tab", viewQueries: [{ propertyName: "grid", first: true, predicate: GridComponent, descendants: true }], ngImport: i0, template: `
|
236
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChartWizardPropertyPaneDataTabComponent, deps: [{ token: StateService }, { token: i2.FormBuilder }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: ChartWizardLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
237
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ChartWizardPropertyPaneDataTabComponent, isStandalone: true, selector: "kendo-chartwizard-property-pane-data-tab", viewQueries: [{ propertyName: "grid", first: true, predicate: GridComponent, descendants: true }], ngImport: i0, template: `
|
234
238
|
<kendo-expansionpanel [title]="messageFor('configuration')" [expanded]="true">
|
235
239
|
<form class="k-form k-form-md">
|
236
240
|
<fieldset class="k-form-fieldset">
|
@@ -305,8 +309,9 @@ ChartWizardPropertyPaneDataTabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minV
|
|
305
309
|
</fieldset>
|
306
310
|
</form>
|
307
311
|
</kendo-expansionpanel>
|
308
|
-
`, isInline: true, dependencies: [{ kind: "component", type: ExpansionPanelComponent, selector: "kendo-expansionpanel", inputs: ["title", "subtitle", "disabled", "expanded", "svgExpandIcon", "svgCollapseIcon", "expandIcon", "collapseIcon", "animation"], outputs: ["expandedChange", "action", "expand", "collapse"], exportAs: ["kendoExpansionPanel"] }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: GridComponent, selector: "kendo-grid", inputs: ["data", "pageSize", "height", "rowHeight", "detailRowHeight", "skip", "scrollable", "selectable", "sort", "size", "trackBy", "filter", "group", "virtualColumns", "filterable", "sortable", "pageable", "groupable", "rowReorderable", "navigable", "navigatable", "autoSize", "rowClass", "rowSticky", "rowSelected", "isRowSelectable", "cellSelected", "resizable", "reorderable", "loading", "columnMenu", "hideHeader", "isDetailExpanded", "isGroupExpanded"], outputs: ["filterChange", "pageChange", "groupChange", "sortChange", "selectionChange", "rowReorder", "dataStateChange", "groupExpand", "groupCollapse", "detailExpand", "detailCollapse", "edit", "cancel", "save", "remove", "add", "cellClose", "cellClick", "pdfExport", "excelExport", "columnResize", "columnReorder", "columnVisibilityChange", "columnLockedChange", "columnStickyChange", "scrollBottom", "contentScroll"], exportAs: ["kendoGrid"] }, { kind: "directive", type: ReactiveEditingDirective, selector: "[kendoGridReactiveEditing]", inputs: ["kendoGridReactiveEditing"] }, { kind: "directive", type: DataBindingDirective, selector: "[kendoGridBinding]", inputs: ["skip", "sort", "filter", "pageSize", "group", "kendoGridBinding"], exportAs: ["kendoGridBinding"] }, { kind: "directive", type: ToolbarTemplateDirective, selector: "[kendoGridToolbarTemplate]", inputs: ["position"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]
|
309
|
-
|
312
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ExpansionPanelComponent, selector: "kendo-expansionpanel", inputs: ["title", "subtitle", "disabled", "expanded", "svgExpandIcon", "svgCollapseIcon", "expandIcon", "collapseIcon", "animation"], outputs: ["expandedChange", "action", "expand", "collapse"], exportAs: ["kendoExpansionPanel"] }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: GridComponent, selector: "kendo-grid", inputs: ["data", "pageSize", "height", "rowHeight", "detailRowHeight", "skip", "scrollable", "selectable", "sort", "size", "trackBy", "filter", "group", "virtualColumns", "filterable", "sortable", "pageable", "groupable", "rowReorderable", "navigable", "navigatable", "autoSize", "rowClass", "rowSticky", "rowSelected", "isRowSelectable", "cellSelected", "resizable", "reorderable", "loading", "columnMenu", "hideHeader", "isDetailExpanded", "isGroupExpanded"], outputs: ["filterChange", "pageChange", "groupChange", "sortChange", "selectionChange", "rowReorder", "dataStateChange", "groupExpand", "groupCollapse", "detailExpand", "detailCollapse", "edit", "cancel", "save", "remove", "add", "cellClose", "cellClick", "pdfExport", "excelExport", "columnResize", "columnReorder", "columnVisibilityChange", "columnLockedChange", "columnStickyChange", "scrollBottom", "contentScroll"], exportAs: ["kendoGrid"] }, { kind: "directive", type: ReactiveEditingDirective, selector: "[kendoGridReactiveEditing]", inputs: ["kendoGridReactiveEditing"] }, { kind: "directive", type: DataBindingDirective, selector: "[kendoGridBinding]", inputs: ["skip", "sort", "filter", "pageSize", "group", "kendoGridBinding"], exportAs: ["kendoGridBinding"] }, { kind: "directive", type: ToolbarTemplateDirective, selector: "[kendoGridToolbarTemplate]", inputs: ["position"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: RowReorderColumnComponent, selector: "kendo-grid-rowreorder-column", inputs: ["dragHandleIcon", "dragHandleSVGIcon"] }, { kind: "component", type: ColumnComponent, selector: "kendo-grid-column", inputs: ["field", "format", "sortable", "groupable", "editor", "filter", "filterable", "editable"] }, { kind: "component", type: CommandColumnComponent, selector: "kendo-grid-command-column" }, { kind: "directive", type: CellTemplateDirective, selector: "[kendoGridCellTemplate]" }, { kind: "directive", type: GridToolbarFocusableDirective, selector: " [kendoGridToolbarFocusable], [kendoGridAddCommand], [kendoGridCancelCommand], [kendoGridEditCommand], [kendoGridRemoveCommand], [kendoGridSaveCommand], [kendoGridExcelCommand], [kendoGridPDFCommand] " }, { kind: "component", type: RemoveCommandDirective, selector: "[kendoGridRemoveCommand]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
313
|
+
}
|
314
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChartWizardPropertyPaneDataTabComponent, decorators: [{
|
310
315
|
type: Component,
|
311
316
|
args: [{
|
312
317
|
selector: 'kendo-chartwizard-property-pane-data-tab',
|
@@ -417,9 +422,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
417
422
|
* @hidden
|
418
423
|
*/
|
419
424
|
class ChartWizardSeriesTypeButtonComponent {
|
425
|
+
stateService;
|
426
|
+
title;
|
427
|
+
chartTypeIcon;
|
428
|
+
stack = false;
|
429
|
+
seriesType;
|
420
430
|
constructor(stateService) {
|
421
431
|
this.stateService = stateService;
|
422
|
-
this.stack = false;
|
423
432
|
}
|
424
433
|
onSelect() {
|
425
434
|
this.stateService.seriesType = this.seriesType;
|
@@ -436,9 +445,8 @@ class ChartWizardSeriesTypeButtonComponent {
|
|
436
445
|
return (this.stateService.state.seriesType === this.seriesType &&
|
437
446
|
this.stateService.state.series[0]?.stack === this.stack);
|
438
447
|
}
|
439
|
-
}
|
440
|
-
|
441
|
-
ChartWizardSeriesTypeButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ChartWizardSeriesTypeButtonComponent, isStandalone: true, selector: "kendo-chartwizard-series-type-button", inputs: { title: "title", chartTypeIcon: "chartTypeIcon", stack: "stack", seriesType: "seriesType" }, ngImport: i0, template: `
|
448
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChartWizardSeriesTypeButtonComponent, deps: [{ token: StateService }], target: i0.ɵɵFactoryTarget.Component });
|
449
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ChartWizardSeriesTypeButtonComponent, isStandalone: true, selector: "kendo-chartwizard-series-type-button", inputs: { title: "title", chartTypeIcon: "chartTypeIcon", stack: "stack", seriesType: "seriesType" }, ngImport: i0, template: `
|
442
450
|
<div class="k-icon-text-wrapper" [class.k-selected]="isSelected()" (click)="onSelect()">
|
443
451
|
<div class="k-icon-background-area">
|
444
452
|
<kendo-svgicon [icon]="chartTypeIcon" size="xlarge" themeColor="primary"> </kendo-svgicon>
|
@@ -446,7 +454,8 @@ ChartWizardSeriesTypeButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVers
|
|
446
454
|
{{ title }}
|
447
455
|
</div>
|
448
456
|
`, isInline: true, dependencies: [{ kind: "component", type: SVGIconComponent, selector: "kendo-svg-icon, kendo-svgicon", inputs: ["icon"], exportAs: ["kendoSVGIcon"] }] });
|
449
|
-
|
457
|
+
}
|
458
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChartWizardSeriesTypeButtonComponent, decorators: [{
|
450
459
|
type: Component,
|
451
460
|
args: [{
|
452
461
|
selector: 'kendo-chartwizard-series-type-button',
|
@@ -475,22 +484,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
475
484
|
* @hidden
|
476
485
|
*/
|
477
486
|
class ChartWizardPropertyPaneChartTabComponent {
|
487
|
+
stateService;
|
488
|
+
cdr;
|
489
|
+
localization;
|
490
|
+
exportIcon = exportIcon;
|
491
|
+
chartBarClusteredIcon = chartBarClusteredIcon;
|
492
|
+
chartBarStackedIcon = chartBarStackedIcon;
|
493
|
+
chartBarStacked100Icon = chartBarStacked100Icon;
|
494
|
+
chartPieIcon = chartPieIcon;
|
495
|
+
chartColumnClusteredIcon = chartColumnClusteredIcon;
|
496
|
+
chartColumnStackedIcon = chartColumnStackedIcon;
|
497
|
+
chartColumnStacked100Icon = chartColumnStacked100Icon;
|
498
|
+
chartLineIcon = chartLineIcon;
|
499
|
+
chartLineStackedIcon = chartLineStackedIcon;
|
500
|
+
chartLineStacked100Icon = chartLineStacked100Icon;
|
501
|
+
chartScatterIcon = chartScatterIcon;
|
478
502
|
constructor(stateService, cdr, localization) {
|
479
503
|
this.stateService = stateService;
|
480
504
|
this.cdr = cdr;
|
481
505
|
this.localization = localization;
|
482
|
-
this.exportIcon = exportIcon;
|
483
|
-
this.chartBarClusteredIcon = chartBarClusteredIcon;
|
484
|
-
this.chartBarStackedIcon = chartBarStackedIcon;
|
485
|
-
this.chartBarStacked100Icon = chartBarStacked100Icon;
|
486
|
-
this.chartPieIcon = chartPieIcon;
|
487
|
-
this.chartColumnClusteredIcon = chartColumnClusteredIcon;
|
488
|
-
this.chartColumnStackedIcon = chartColumnStackedIcon;
|
489
|
-
this.chartColumnStacked100Icon = chartColumnStacked100Icon;
|
490
|
-
this.chartLineIcon = chartLineIcon;
|
491
|
-
this.chartLineStackedIcon = chartLineStackedIcon;
|
492
|
-
this.chartLineStacked100Icon = chartLineStacked100Icon;
|
493
|
-
this.chartScatterIcon = chartScatterIcon;
|
494
506
|
}
|
495
507
|
ngAfterViewChecked() {
|
496
508
|
this.localization.changes.subscribe(() => {
|
@@ -506,9 +518,8 @@ class ChartWizardPropertyPaneChartTabComponent {
|
|
506
518
|
messageFor(key) {
|
507
519
|
return this.localization.get(key);
|
508
520
|
}
|
509
|
-
}
|
510
|
-
|
511
|
-
ChartWizardPropertyPaneChartTabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ChartWizardPropertyPaneChartTabComponent, isStandalone: true, selector: "kendo-chartwizard-property-pane-chart-tab", ngImport: i0, template: `
|
521
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChartWizardPropertyPaneChartTabComponent, deps: [{ token: StateService }, { token: i0.ChangeDetectorRef }, { token: ChartWizardLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
522
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ChartWizardPropertyPaneChartTabComponent, isStandalone: true, selector: "kendo-chartwizard-property-pane-chart-tab", ngImport: i0, template: `
|
512
523
|
<kendo-expansionpanel [title]="messageFor('barChart')" [expanded]="true">
|
513
524
|
<div class="k-chart-types-wrapper">
|
514
525
|
<kendo-chartwizard-series-type-button
|
@@ -607,7 +618,8 @@ ChartWizardPropertyPaneChartTabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ min
|
|
607
618
|
</div>
|
608
619
|
</kendo-expansionpanel>
|
609
620
|
`, isInline: true, dependencies: [{ kind: "component", type: ExpansionPanelComponent, selector: "kendo-expansionpanel", inputs: ["title", "subtitle", "disabled", "expanded", "svgExpandIcon", "svgCollapseIcon", "expandIcon", "collapseIcon", "animation"], outputs: ["expandedChange", "action", "expand", "collapse"], exportAs: ["kendoExpansionPanel"] }, { kind: "component", type: ChartWizardSeriesTypeButtonComponent, selector: "kendo-chartwizard-series-type-button", inputs: ["title", "chartTypeIcon", "stack", "seriesType"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
610
|
-
|
621
|
+
}
|
622
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChartWizardPropertyPaneChartTabComponent, decorators: [{
|
611
623
|
type: Component,
|
612
624
|
args: [{
|
613
625
|
selector: 'kendo-chartwizard-property-pane-chart-tab',
|
@@ -720,9 +732,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
720
732
|
* @hidden
|
721
733
|
*/
|
722
734
|
class PreventableEvent {
|
723
|
-
|
724
|
-
this.prevented = false;
|
725
|
-
}
|
735
|
+
prevented = false;
|
726
736
|
/**
|
727
737
|
* Prevents the default action for a specified event.
|
728
738
|
* In this way, the source component suppresses
|
@@ -747,6 +757,14 @@ class PreventableEvent {
|
|
747
757
|
* Arguments for the `export` event on the Chart Wizard.
|
748
758
|
*/
|
749
759
|
class ExportEvent extends PreventableEvent {
|
760
|
+
/**
|
761
|
+
* The export options on the Chart Wizard.
|
762
|
+
*/
|
763
|
+
exportOptions;
|
764
|
+
/**
|
765
|
+
* The current Chart chart instance to be exported.
|
766
|
+
*/
|
767
|
+
chart;
|
750
768
|
/**
|
751
769
|
* @hidden
|
752
770
|
*/
|
@@ -761,18 +779,35 @@ class ExportEvent extends PreventableEvent {
|
|
761
779
|
* @hidden
|
762
780
|
*/
|
763
781
|
class ChartWizardPropertyPaneFormFieldComponent {
|
782
|
+
localization;
|
783
|
+
cdr;
|
784
|
+
currentState;
|
785
|
+
action;
|
786
|
+
class;
|
787
|
+
inputType;
|
788
|
+
text;
|
789
|
+
data;
|
790
|
+
placeholder;
|
791
|
+
colSpan = 1;
|
792
|
+
hasLabel = true;
|
793
|
+
isLabelInsideFormFieldWrap = false;
|
794
|
+
value;
|
795
|
+
disabled = false;
|
796
|
+
valueChange = new EventEmitter();
|
797
|
+
formField = true;
|
798
|
+
get isColSpan2() {
|
799
|
+
return this.colSpan === 2;
|
800
|
+
}
|
801
|
+
label;
|
802
|
+
numericTextBox;
|
803
|
+
colorPicker;
|
804
|
+
dropDownList;
|
805
|
+
textBox;
|
806
|
+
comboBox;
|
807
|
+
checkBox;
|
764
808
|
constructor(localization, cdr) {
|
765
809
|
this.localization = localization;
|
766
810
|
this.cdr = cdr;
|
767
|
-
this.colSpan = 1;
|
768
|
-
this.hasLabel = true;
|
769
|
-
this.isLabelInsideFormFieldWrap = false;
|
770
|
-
this.disabled = false;
|
771
|
-
this.valueChange = new EventEmitter();
|
772
|
-
this.formField = true;
|
773
|
-
}
|
774
|
-
get isColSpan2() {
|
775
|
-
return this.colSpan === 2;
|
776
811
|
}
|
777
812
|
ngAfterViewChecked() {
|
778
813
|
this.localization.changes.subscribe(() => {
|
@@ -793,9 +828,8 @@ class ChartWizardPropertyPaneFormFieldComponent {
|
|
793
828
|
this.checkBox;
|
794
829
|
}
|
795
830
|
}
|
796
|
-
}
|
797
|
-
|
798
|
-
ChartWizardPropertyPaneFormFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ChartWizardPropertyPaneFormFieldComponent, isStandalone: true, selector: "kendo-chartwizard-property-pane-form-field", inputs: { currentState: "currentState", action: "action", class: "class", inputType: "inputType", text: "text", data: "data", placeholder: "placeholder", colSpan: "colSpan", hasLabel: "hasLabel", isLabelInsideFormFieldWrap: "isLabelInsideFormFieldWrap", value: "value", disabled: "disabled" }, outputs: { valueChange: "valueChange" }, host: { properties: { "class.k-form-field": "this.formField", "class.k-col-span-2": "this.isColSpan2" } }, viewQueries: [{ propertyName: "label", first: true, predicate: LabelComponent, descendants: true }, { propertyName: "numericTextBox", first: true, predicate: NumericTextBoxComponent, descendants: true }, { propertyName: "colorPicker", first: true, predicate: ColorPickerComponent, descendants: true }, { propertyName: "dropDownList", first: true, predicate: DropDownListComponent, descendants: true }, { propertyName: "textBox", first: true, predicate: TextBoxComponent, descendants: true }, { propertyName: "comboBox", first: true, predicate: ComboBoxComponent, descendants: true }, { propertyName: "checkBox", first: true, predicate: CheckBoxComponent, descendants: true }], ngImport: i0, template: `
|
831
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChartWizardPropertyPaneFormFieldComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
832
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ChartWizardPropertyPaneFormFieldComponent, isStandalone: true, selector: "kendo-chartwizard-property-pane-form-field", inputs: { currentState: "currentState", action: "action", class: "class", inputType: "inputType", text: "text", data: "data", placeholder: "placeholder", colSpan: "colSpan", hasLabel: "hasLabel", isLabelInsideFormFieldWrap: "isLabelInsideFormFieldWrap", value: "value", disabled: "disabled" }, outputs: { valueChange: "valueChange" }, host: { properties: { "class.k-form-field": "this.formField", "class.k-col-span-2": "this.isColSpan2" } }, viewQueries: [{ propertyName: "label", first: true, predicate: LabelComponent, descendants: true }, { propertyName: "numericTextBox", first: true, predicate: NumericTextBoxComponent, descendants: true }, { propertyName: "colorPicker", first: true, predicate: ColorPickerComponent, descendants: true }, { propertyName: "dropDownList", first: true, predicate: DropDownListComponent, descendants: true }, { propertyName: "textBox", first: true, predicate: TextBoxComponent, descendants: true }, { propertyName: "comboBox", first: true, predicate: ComboBoxComponent, descendants: true }, { propertyName: "checkBox", first: true, predicate: CheckBoxComponent, descendants: true }], ngImport: i0, template: `
|
799
833
|
<kendo-label *ngIf="hasLabel && !isLabelInsideFormFieldWrap && inputType !== 'checkbox'" class="k-form-label" [text]="text"></kendo-label>
|
800
834
|
<div class="k-form-field-wrap">
|
801
835
|
<kendo-label
|
@@ -865,7 +899,8 @@ ChartWizardPropertyPaneFormFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ mi
|
|
865
899
|
></kendo-label>
|
866
900
|
</div>
|
867
901
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { kind: "component", type: NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { kind: "component", type: ColorPickerComponent, selector: "kendo-colorpicker", inputs: ["views", "view", "activeView", "readonly", "disabled", "format", "value", "popupSettings", "paletteSettings", "gradientSettings", "icon", "iconClass", "svgIcon", "clearButton", "tabindex", "preview", "actionsLayout", "size", "rounded", "fillMode"], outputs: ["valueChange", "open", "close", "focus", "blur", "cancel", "activeColorClick", "clearButtonClick", "activeViewChange"], exportAs: ["kendoColorPicker"] }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "component", type: ComboBoxComponent, selector: "kendo-combobox", inputs: ["icon", "svgIcon", "inputAttributes", "showStickyHeader", "focusableId", "allowCustom", "data", "value", "textField", "valueField", "valuePrimitive", "valueNormalizer", "placeholder", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "loading", "suggest", "clearButton", "disabled", "itemDisabled", "readonly", "tabindex", "tabIndex", "filterable", "virtual", "size", "rounded", "fillMode"], outputs: ["valueChange", "selectionChange", "filterChange", "open", "opened", "close", "closed", "focus", "blur", "inputFocus", "inputBlur", "escape"], exportAs: ["kendoComboBox"] }, { kind: "component", type: TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "type", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "successSvgIcon", "errorIcon", "errorSvgIcon", "clearButtonIcon", "clearButtonSvgIcon", "size", "rounded", "fillMode", "tabIndex", "placeholder", "maxlength", "inputAttributes"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { kind: "component", type: CheckBoxComponent, selector: "kendo-checkbox", inputs: ["checkedState", "rounded"], outputs: ["checkedStateChange"], exportAs: ["kendoCheckBox"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
868
|
-
|
902
|
+
}
|
903
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChartWizardPropertyPaneFormFieldComponent, decorators: [{
|
869
904
|
type: Component,
|
870
905
|
args: [{
|
871
906
|
selector: 'kendo-chartwizard-property-pane-form-field',
|
@@ -1011,75 +1046,73 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
1011
1046
|
* @hidden
|
1012
1047
|
*/
|
1013
1048
|
class ChartWizardPropertyPaneFormatTabComponent {
|
1014
|
-
|
1015
|
-
|
1016
|
-
|
1017
|
-
|
1018
|
-
this.
|
1019
|
-
|
1020
|
-
|
1021
|
-
|
1022
|
-
|
1023
|
-
|
1024
|
-
|
1025
|
-
|
1026
|
-
|
1027
|
-
|
1028
|
-
|
1029
|
-
|
1030
|
-
|
1031
|
-
|
1032
|
-
|
1033
|
-
|
1034
|
-
|
1035
|
-
|
1036
|
-
|
1037
|
-
|
1038
|
-
|
1039
|
-
|
1040
|
-
|
1041
|
-
|
1042
|
-
|
1043
|
-
|
1044
|
-
|
1045
|
-
|
1046
|
-
|
1047
|
-
|
1048
|
-
|
1049
|
-
|
1050
|
-
|
1051
|
-
|
1052
|
-
|
1053
|
-
|
1054
|
-
this.
|
1055
|
-
|
1056
|
-
|
1057
|
-
|
1058
|
-
|
1059
|
-
|
1060
|
-
this.
|
1061
|
-
|
1062
|
-
|
1063
|
-
|
1064
|
-
|
1065
|
-
|
1066
|
-
this.
|
1067
|
-
|
1068
|
-
|
1069
|
-
|
1070
|
-
|
1071
|
-
|
1072
|
-
|
1073
|
-
|
1074
|
-
this.
|
1075
|
-
|
1076
|
-
|
1077
|
-
|
1078
|
-
|
1079
|
-
|
1080
|
-
|
1081
|
-
];
|
1082
|
-
}
|
1049
|
+
stateService;
|
1050
|
+
localization;
|
1051
|
+
cdr;
|
1052
|
+
chartTitles = [
|
1053
|
+
{ text: this.messageFor('formatTitleChartTitle'), value: 'Chart Title' },
|
1054
|
+
{ text: this.messageFor('formatTitleChartSubtitle'), value: 'Chart Subtitle' },
|
1055
|
+
];
|
1056
|
+
areaMarginLeft = ActionTypes.areaMarginLeft;
|
1057
|
+
areaMarginRight = ActionTypes.areaMarginRight;
|
1058
|
+
areaMarginTop = ActionTypes.areaMarginTop;
|
1059
|
+
areaMarginBottom = ActionTypes.areaMarginBottom;
|
1060
|
+
areaBackground = ActionTypes.areaBackground;
|
1061
|
+
legendVisible = ActionTypes.legendVisible;
|
1062
|
+
legendFontName = ActionTypes.legendFontName;
|
1063
|
+
legendFontSize = ActionTypes.legendFontSize;
|
1064
|
+
legendColor = ActionTypes.legendColor;
|
1065
|
+
legendPosition = ActionTypes.legendPosition;
|
1066
|
+
categoryAxisTitleText = ActionTypes.categoryAxisTitleText;
|
1067
|
+
categoryAxisTitleFontName = ActionTypes.categoryAxisTitleFontName;
|
1068
|
+
categoryAxisTitleFontSize = ActionTypes.categoryAxisTitleFontSize;
|
1069
|
+
categoryAxisTitleColor = ActionTypes.categoryAxisTitleColor;
|
1070
|
+
categoryAxisLabelsFontName = ActionTypes.categoryAxisLabelsFontName;
|
1071
|
+
categoryAxisLabelsFontSize = ActionTypes.categoryAxisLabelsFontSize;
|
1072
|
+
categoryAxisLabelsColor = ActionTypes.categoryAxisLabelsColor;
|
1073
|
+
categoryAxisLabelsRotation = ActionTypes.categoryAxisLabelsRotation;
|
1074
|
+
categoryAxisReverseOrder = ActionTypes.categoryAxisReverseOrder;
|
1075
|
+
valueAxisTitleText = ActionTypes.valueAxisTitleText;
|
1076
|
+
valueAxisTitleFontName = ActionTypes.valueAxisTitleFontName;
|
1077
|
+
valueAxisTitleFontSize = ActionTypes.valueAxisTitleFontSize;
|
1078
|
+
valueAxisTitleColor = ActionTypes.valueAxisTitleColor;
|
1079
|
+
valueAxisLabelsFontName = ActionTypes.valueAxisLabelsFontName;
|
1080
|
+
valueAxisLabelsFormat = ActionTypes.valueAxisLabelsFormat;
|
1081
|
+
valueAxisLabelsFontSize = ActionTypes.valueAxisLabelsFontSize;
|
1082
|
+
valueAxisLabelsColor = ActionTypes.valueAxisLabelsColor;
|
1083
|
+
valueAxisLabelsRotation = ActionTypes.valueAxisLabelsRotation;
|
1084
|
+
parseFont = parseFont;
|
1085
|
+
defaultAllSeriesItem = defaultAllSeriesItem;
|
1086
|
+
fontNames = fontNames;
|
1087
|
+
fontSizes = fontSizes;
|
1088
|
+
labelFormats = [
|
1089
|
+
{ value: '', text: this.messageFor('formatValueAxisLabelsFormatText') },
|
1090
|
+
{ value: 'n0', text: this.messageFor('formatValueAxisLabelsFormatNumber') },
|
1091
|
+
{ value: 'c0', text: this.messageFor('formatValueAxisLabelsFormatCurrency') },
|
1092
|
+
{ value: 'p0', text: this.messageFor('formatValueAxisLabelsFormatPercent') }
|
1093
|
+
];
|
1094
|
+
legendPositions = [
|
1095
|
+
{ text: this.messageFor('formatLegendPositionTop'), value: 'top' },
|
1096
|
+
{ text: this.messageFor('formatLegendPositionBottom'), value: 'bottom' },
|
1097
|
+
{ text: this.messageFor('formatLegendPositionLeft'), value: 'left' },
|
1098
|
+
{ text: this.messageFor('formatLegendPositionRight'), value: 'right' }
|
1099
|
+
];
|
1100
|
+
labelsCategoryAxisRotation = [
|
1101
|
+
{ text: this.messageFor('formatCategoryAxisLabelsRotationAuto'), value: 'auto' },
|
1102
|
+
{ text: '0°', value: 0 },
|
1103
|
+
{ text: '45°', value: 45 },
|
1104
|
+
{ text: '90°', value: 90 },
|
1105
|
+
{ text: '135°', value: 135 },
|
1106
|
+
{ text: '180°', value: 180 }
|
1107
|
+
];
|
1108
|
+
labelsValueAxisRotation = [
|
1109
|
+
{ text: this.messageFor('formatValueAxisLabelsRotationAuto'), value: 'auto' },
|
1110
|
+
{ text: '0°', value: 0 },
|
1111
|
+
{ text: '45°', value: 45 },
|
1112
|
+
{ text: '90°', value: 90 },
|
1113
|
+
{ text: '135°', value: 135 },
|
1114
|
+
{ text: '180°', value: 180 }
|
1115
|
+
];
|
1083
1116
|
get chartTitleTypeText() {
|
1084
1117
|
return this.stateService.currentTitle === 'Chart Title'
|
1085
1118
|
? this.stateService.state.title?.text
|
@@ -1124,6 +1157,11 @@ class ChartWizardPropertyPaneFormatTabComponent {
|
|
1124
1157
|
get labelFormatValue() {
|
1125
1158
|
return labelFormats.find(f => f.value === this.stateService.state.valueAxis[0]?.labels?.format)?.value || defaultFormat.value;
|
1126
1159
|
}
|
1160
|
+
constructor(stateService, localization, cdr) {
|
1161
|
+
this.stateService = stateService;
|
1162
|
+
this.localization = localization;
|
1163
|
+
this.cdr = cdr;
|
1164
|
+
}
|
1127
1165
|
ngAfterViewChecked() {
|
1128
1166
|
this.localization.changes.subscribe(() => {
|
1129
1167
|
this.cdr.detectChanges();
|
@@ -1163,9 +1201,8 @@ class ChartWizardPropertyPaneFormatTabComponent {
|
|
1163
1201
|
messageFor(key) {
|
1164
1202
|
return this.localization.get(key);
|
1165
1203
|
}
|
1166
|
-
}
|
1167
|
-
|
1168
|
-
ChartWizardPropertyPaneFormatTabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ChartWizardPropertyPaneFormatTabComponent, isStandalone: true, selector: "kendo-chartwizard-property-pane-format-tab", ngImport: i0, template: `
|
1204
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChartWizardPropertyPaneFormatTabComponent, deps: [{ token: StateService }, { token: ChartWizardLocalizationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
1205
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ChartWizardPropertyPaneFormatTabComponent, isStandalone: true, selector: "kendo-chartwizard-property-pane-format-tab", ngImport: i0, template: `
|
1169
1206
|
<section>
|
1170
1207
|
<kendo-expansionpanel
|
1171
1208
|
[style.max-width.px]="576"
|
@@ -1578,7 +1615,8 @@ ChartWizardPropertyPaneFormatTabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ mi
|
|
1578
1615
|
</kendo-expansionpanel>
|
1579
1616
|
</section>
|
1580
1617
|
`, isInline: true, dependencies: [{ kind: "component", type: ExpansionPanelComponent, selector: "kendo-expansionpanel", inputs: ["title", "subtitle", "disabled", "expanded", "svgExpandIcon", "svgCollapseIcon", "expandIcon", "collapseIcon", "animation"], outputs: ["expandedChange", "action", "expand", "collapse"], exportAs: ["kendoExpansionPanel"] }, { kind: "component", type: ChartWizardPropertyPaneFormFieldComponent, selector: "kendo-chartwizard-property-pane-form-field", inputs: ["currentState", "action", "class", "inputType", "text", "data", "placeholder", "colSpan", "hasLabel", "isLabelInsideFormFieldWrap", "value", "disabled"], outputs: ["valueChange"] }, { kind: "component", type: LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { kind: "component", type: SwitchComponent, selector: "kendo-switch", inputs: ["focusableId", "onLabel", "offLabel", "checked", "disabled", "readonly", "tabindex", "size", "thumbRounded", "trackRounded", "tabIndex"], outputs: ["focus", "blur", "valueChange"], exportAs: ["kendoSwitch"] }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
1581
|
-
|
1618
|
+
}
|
1619
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChartWizardPropertyPaneFormatTabComponent, decorators: [{
|
1582
1620
|
type: Component,
|
1583
1621
|
args: [{
|
1584
1622
|
selector: 'kendo-chartwizard-property-pane-format-tab',
|
@@ -2012,10 +2050,434 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
2012
2050
|
* @hidden
|
2013
2051
|
*/
|
2014
2052
|
class Messages extends ComponentMessages {
|
2053
|
+
/**
|
2054
|
+
* The title of the window.
|
2055
|
+
*/
|
2056
|
+
windowTitle;
|
2057
|
+
/**
|
2058
|
+
* The text of the **Export** DropDownButton.
|
2059
|
+
*/
|
2060
|
+
exportButton;
|
2061
|
+
/**
|
2062
|
+
* The text of the **Export** DropDownButton option that represents PDF.
|
2063
|
+
*/
|
2064
|
+
exportPDFButton;
|
2065
|
+
/**
|
2066
|
+
* The text of the **Export** DropDownButton option that represents SVG.
|
2067
|
+
*/
|
2068
|
+
exportSVGButton;
|
2069
|
+
/**
|
2070
|
+
* The text of the **Export** DropDownButton option that represents PNG.
|
2071
|
+
*/
|
2072
|
+
exportPNGButton;
|
2073
|
+
/**
|
2074
|
+
* The text of the **Chart** tab of the property pane.
|
2075
|
+
*/
|
2076
|
+
tabChart;
|
2077
|
+
/**
|
2078
|
+
* The text of the **Data** tab of the property pane.
|
2079
|
+
*/
|
2080
|
+
tabData;
|
2081
|
+
/**
|
2082
|
+
* The text of the **Format** tab of the property pane.
|
2083
|
+
*/
|
2084
|
+
tabFormat;
|
2085
|
+
/**
|
2086
|
+
* The text of the **Chart** panel that represents Bar Charts.
|
2087
|
+
*/
|
2088
|
+
barChart;
|
2089
|
+
/**
|
2090
|
+
* The text of the Bar Chart type.
|
2091
|
+
*/
|
2092
|
+
barChartBar;
|
2093
|
+
/**
|
2094
|
+
* The text of the Stacked Bar Chart type.
|
2095
|
+
*/
|
2096
|
+
barChartStackedBar;
|
2097
|
+
/**
|
2098
|
+
* The text of the 100% Stacked Bar Chart type.
|
2099
|
+
*/
|
2100
|
+
barChart100StackedBar;
|
2101
|
+
/**
|
2102
|
+
* The text of the **Chart** panel that represents Pie Charts.
|
2103
|
+
*/
|
2104
|
+
pieChart;
|
2105
|
+
/**
|
2106
|
+
* The text of the Pie Chart type.
|
2107
|
+
*/
|
2108
|
+
pieChartPie;
|
2109
|
+
/**
|
2110
|
+
* The text of the **Chart** panel that represents Column Charts.
|
2111
|
+
*/
|
2112
|
+
columnChart;
|
2113
|
+
/**
|
2114
|
+
* The text of the Column Chart type.
|
2115
|
+
*/
|
2116
|
+
columnChartColumn;
|
2117
|
+
/**
|
2118
|
+
* The text of the Stacked Column Chart type.
|
2119
|
+
*/
|
2120
|
+
columnChartStackedColumn;
|
2121
|
+
/**
|
2122
|
+
* The text of the 100% Stacked Column Chart type.
|
2123
|
+
*/
|
2124
|
+
columnChart100StackedColumn;
|
2125
|
+
/**
|
2126
|
+
* The text of the **Chart** panel that represents Line Charts.
|
2127
|
+
*/
|
2128
|
+
lineChart;
|
2129
|
+
/**
|
2130
|
+
* The text of the Line Chart type.
|
2131
|
+
*/
|
2132
|
+
lineChartLine;
|
2133
|
+
/**
|
2134
|
+
* The text of the Stacked Line Chart type.
|
2135
|
+
*/
|
2136
|
+
lineChartStackedLine;
|
2137
|
+
/**
|
2138
|
+
* The text of the 100% Stacked Line Chart type.
|
2139
|
+
*/
|
2140
|
+
lineChart100StackedLine;
|
2141
|
+
/**
|
2142
|
+
* The text of the **Chart** panel that represents Scatter Charts.
|
2143
|
+
*/
|
2144
|
+
scatterChart;
|
2145
|
+
/**
|
2146
|
+
* The text of the Scatter Chart type.
|
2147
|
+
*/
|
2148
|
+
scatterChartScatter;
|
2149
|
+
/**
|
2150
|
+
* The text of the **Configuration** panel of the **Data** tab.
|
2151
|
+
*/
|
2152
|
+
configuration;
|
2153
|
+
/**
|
2154
|
+
* The caption of the **Category Axis** DropDown in the **Configuration** panel.
|
2155
|
+
*/
|
2156
|
+
configurationCategoryAxis;
|
2157
|
+
/**
|
2158
|
+
* The caption of the **X Axis** DropDown in the **Configuration** panel when a Scatter Chart is selected.
|
2159
|
+
*/
|
2160
|
+
configurationXAxis;
|
2161
|
+
/**
|
2162
|
+
* The caption of the **Value Axis** DropDown in the **Configuration** panel when a Pie Chart is selected.
|
2163
|
+
*/
|
2164
|
+
configurationValueAxis;
|
2165
|
+
/**
|
2166
|
+
* The text of the **Series** Grid in the **Configuration** panel when a Categorical Chart is selected.
|
2167
|
+
*/
|
2168
|
+
configurationSeries;
|
2169
|
+
/**
|
2170
|
+
* The text of the **Add Series** button in the Grid of the **Configuration** panel.
|
2171
|
+
*/
|
2172
|
+
configurationSeriesAdd;
|
2173
|
+
/**
|
2174
|
+
* The text of the **Chart Area** panel of the **Format** tab.
|
2175
|
+
*/
|
2176
|
+
formatChartArea;
|
2177
|
+
/**
|
2178
|
+
* The text of the **Margins** settings of the **Chart Area** panel.
|
2179
|
+
*/
|
2180
|
+
formatChartAreaMargins;
|
2181
|
+
/**
|
2182
|
+
* The placeholder of the **Margins** settings of the **Chart Area** panel.
|
2183
|
+
*/
|
2184
|
+
formatChartAreaMarginsAuto;
|
2185
|
+
/**
|
2186
|
+
* The label of the **Left** margin setting of the **Chart Area** panel.
|
2187
|
+
*/
|
2188
|
+
formatChartAreaMarginsLeft;
|
2189
|
+
/**
|
2190
|
+
* The label of the **Right** margin setting of the **Chart Area** panel.
|
2191
|
+
*/
|
2192
|
+
formatChartAreaMarginsRight;
|
2193
|
+
/**
|
2194
|
+
* The label of the **Top** margin setting of the **Chart Area** panel.
|
2195
|
+
*/
|
2196
|
+
formatChartAreaMarginsTop;
|
2197
|
+
/**
|
2198
|
+
* The label of the **Bottom** margin setting of the **Chart Area** panel.
|
2199
|
+
*/
|
2200
|
+
formatChartAreaMarginsBottom;
|
2201
|
+
/**
|
2202
|
+
* The text of the **Background** settings of the **Chart Area** panel.
|
2203
|
+
*/
|
2204
|
+
formatChartAreaBackground;
|
2205
|
+
/**
|
2206
|
+
* The label of the **Color** background setting of the **Chart Area** panel.
|
2207
|
+
*/
|
2208
|
+
formatChartAreaBackgroundColor;
|
2209
|
+
/**
|
2210
|
+
* The text of the **Title** panel of the **Format** tab.
|
2211
|
+
*/
|
2212
|
+
formatTitle;
|
2213
|
+
/**
|
2214
|
+
* The label of the **Apply to** DropDown of the **Title** panel.
|
2215
|
+
*/
|
2216
|
+
formatTitleApplyTo;
|
2217
|
+
/**
|
2218
|
+
* The text of the **Chart Title** option of the **Apply to** DropDown in the **Title** panel.
|
2219
|
+
*/
|
2220
|
+
formatTitleChartTitle;
|
2221
|
+
/**
|
2222
|
+
* The text of the **Chart Subtitle** option of the **Apply to** DropDown in the **Title** panel.
|
2223
|
+
*/
|
2224
|
+
formatTitleChartSubtitle;
|
2225
|
+
/**
|
2226
|
+
* The label of the **Title** input of the **Title** panel.
|
2227
|
+
*/
|
2228
|
+
formatTitleLabel;
|
2229
|
+
/**
|
2230
|
+
* The label of the **Font** setting of the **Title** panel.
|
2231
|
+
*/
|
2232
|
+
formatTitleFont;
|
2233
|
+
/**
|
2234
|
+
* The placeholder of the **Font** setting of the **Title** panel.
|
2235
|
+
*/
|
2236
|
+
formatTitleFontPlaceholder;
|
2237
|
+
/**
|
2238
|
+
* The label of the **Size** setting of the **Title** panel.
|
2239
|
+
*/
|
2240
|
+
formatTitleSize;
|
2241
|
+
/**
|
2242
|
+
* The placeholder of the **Size** setting of the **Title** panel.
|
2243
|
+
*/
|
2244
|
+
formatTitleSizePlaceholder;
|
2245
|
+
/**
|
2246
|
+
* The label of the **Color** setting of the **Title** panel.
|
2247
|
+
*/
|
2248
|
+
formatTitleColor;
|
2249
|
+
/**
|
2250
|
+
* The text of the **Series** panel of the **Format** tab.
|
2251
|
+
*/
|
2252
|
+
formatSeries;
|
2253
|
+
/**
|
2254
|
+
* The label of the **Apply to** DropDown of the **Series** panel.
|
2255
|
+
*/
|
2256
|
+
formatSeriesApplyTo;
|
2257
|
+
/**
|
2258
|
+
* The text of the **All Series** option of the **Apply to** DropDown in the **Series** panel.
|
2259
|
+
*/
|
2260
|
+
formatSeriesAllSeries;
|
2261
|
+
/**
|
2262
|
+
* The label of the **Color** setting of the **Series** panel.
|
2263
|
+
*/
|
2264
|
+
formatSeriesColor;
|
2265
|
+
/**
|
2266
|
+
* The label of the **Show Labels** checkbox of the **Series** panel.
|
2267
|
+
*/
|
2268
|
+
formatSeriesShowLabels;
|
2269
|
+
/**
|
2270
|
+
* The text of the **Legend** panel of the **Format** tab.
|
2271
|
+
*/
|
2272
|
+
formatLegend;
|
2273
|
+
/**
|
2274
|
+
* The label of the **Show Legend** switch of the **Legend** panel.
|
2275
|
+
*/
|
2276
|
+
formatLegendShowLegend;
|
2277
|
+
/**
|
2278
|
+
* The label of the **Font** setting of the **Legend** panel.
|
2279
|
+
*/
|
2280
|
+
formatLegendFont;
|
2281
|
+
/**
|
2282
|
+
* The placeholder of the **Font** setting of the **Legend** panel.
|
2283
|
+
*/
|
2284
|
+
formatLegendFontPlaceholder;
|
2285
|
+
/**
|
2286
|
+
* The label of the **Size** setting of the **Legend** panel.
|
2287
|
+
*/
|
2288
|
+
formatLegendSize;
|
2289
|
+
/**
|
2290
|
+
* The placeholder of the **Size** setting of the **Legend** panel.
|
2291
|
+
*/
|
2292
|
+
formatLegendSizePlaceholder;
|
2293
|
+
/**
|
2294
|
+
* The label of the **Color** setting of the **Legend** panel.
|
2295
|
+
*/
|
2296
|
+
formatLegendColor;
|
2297
|
+
/**
|
2298
|
+
* The label of the **Posititon** DropDown of the **Legend** panel.
|
2299
|
+
*/
|
2300
|
+
formatLegendPosition;
|
2301
|
+
/**
|
2302
|
+
* The text of the **Top** option of the **Position** DropDown of the **Legend** panel.
|
2303
|
+
*/
|
2304
|
+
formatLegendPositionTop;
|
2305
|
+
/**
|
2306
|
+
* The text of the **Bottom** option of the **Position** DropDown of the **Legend** panel.
|
2307
|
+
*/
|
2308
|
+
formatLegendPositionBottom;
|
2309
|
+
/**
|
2310
|
+
* The text of the **Left** option of the **Position** DropDown of the **Legend** panel.
|
2311
|
+
*/
|
2312
|
+
formatLegendPositionLeft;
|
2313
|
+
/**
|
2314
|
+
* The text of the **Right** option of the **Position** DropDown of the **Legend** panel.
|
2315
|
+
*/
|
2316
|
+
formatLegendPositionRight;
|
2317
|
+
/**
|
2318
|
+
* The text of the **Category Axis** panel of the **Format** tab.
|
2319
|
+
*/
|
2320
|
+
formatCategoryAxis;
|
2321
|
+
/**
|
2322
|
+
* The text of the **X Axis** panel of the **Format** tab when a Scatter Chart is selected.
|
2323
|
+
*/
|
2324
|
+
formatXAxis;
|
2325
|
+
/**
|
2326
|
+
* The label of the **Title** settings of the **Category Axis** panel.
|
2327
|
+
*/
|
2328
|
+
formatCategoryAxisTitle;
|
2329
|
+
/**
|
2330
|
+
* The placeholder of the **Title** input of the **Category Axis** panel.
|
2331
|
+
*/
|
2332
|
+
formatCategoryAxisTitlePlaceholder;
|
2333
|
+
/**
|
2334
|
+
* The label of the **Font** settings of the **Title** in the **Category Axis** panel.
|
2335
|
+
*/
|
2336
|
+
formatCategoryAxisTitleFont;
|
2337
|
+
/**
|
2338
|
+
* The placeholder of the **Font** settings of the **Title** in the **Category Axis** panel.
|
2339
|
+
*/
|
2340
|
+
formatCategoryAxisTitleFontPlaceholder;
|
2341
|
+
/**
|
2342
|
+
* The label of the **Size** settings of the **Title** in the **Category Axis** panel.
|
2343
|
+
*/
|
2344
|
+
formatCategoryAxisTitleSize;
|
2345
|
+
/**
|
2346
|
+
* The placeholder of the **Size** settings of the **Title** in the **Category Axis** panel.
|
2347
|
+
*/
|
2348
|
+
formatCategoryAxisTitleSizePlaceholder;
|
2349
|
+
/**
|
2350
|
+
* The label of the **Color** settings of the **Title** in the **Category Axis** panel.
|
2351
|
+
*/
|
2352
|
+
formatCategoryAxisTitleColor;
|
2353
|
+
/**
|
2354
|
+
* The label of the **Labels** settings of the **Category Axis** panel.
|
2355
|
+
*/
|
2356
|
+
formatCategoryAxisLabels;
|
2357
|
+
/**
|
2358
|
+
* The label of the **Font** settings of the **Labels** in the **Category Axis** panel.
|
2359
|
+
*/
|
2360
|
+
formatCategoryAxisLabelsFont;
|
2361
|
+
/**
|
2362
|
+
* The placeholder of the **Font** settings of the **Labels** in the **Category Axis** panel.
|
2363
|
+
*/
|
2364
|
+
formatCategoryAxisLabelsFontPlaceholder;
|
2365
|
+
/**
|
2366
|
+
* The label of the **Size** settings of the **Labels** in the **Category Axis** panel.
|
2367
|
+
*/
|
2368
|
+
formatCategoryAxisLabelsSize;
|
2369
|
+
/**
|
2370
|
+
* The placeholder of the **Size** settings of the **Labels** in the **Category Axis** panel.
|
2371
|
+
*/
|
2372
|
+
formatCategoryAxisLabelsSizePlaceholder;
|
2373
|
+
/**
|
2374
|
+
* The label of the **Color** settings of the **Labels** in the **Category Axis** panel.
|
2375
|
+
*/
|
2376
|
+
formatCategoryAxisLabelsColor;
|
2377
|
+
/**
|
2378
|
+
* The label of the **Rotation** settings of the **Labels** in the **Category Axis** panel.
|
2379
|
+
*/
|
2380
|
+
formatCategoryAxisLabelsRotation;
|
2381
|
+
/**
|
2382
|
+
* The **Auto** option of the **Rotation** settings of the **Labels** in the **Category Axis** panel.
|
2383
|
+
*/
|
2384
|
+
formatCategoryAxisLabelsRotationAuto;
|
2385
|
+
/**
|
2386
|
+
* The label of the **Reverse Order** checkbox of the **Labels** in the **Category Axis** panel.
|
2387
|
+
*/
|
2388
|
+
formatCategoryAxisLabelsReverseOrder;
|
2389
|
+
/**
|
2390
|
+
* The text of the **Value Axis** panel of the **Format** tab.
|
2391
|
+
*/
|
2392
|
+
formatValueAxis;
|
2393
|
+
/**
|
2394
|
+
* The text of the **Y Axis** panel of the **Format** tab.
|
2395
|
+
*/
|
2396
|
+
formatYAxis;
|
2397
|
+
/**
|
2398
|
+
* The label of the **Title** settings of the **Value Axis** panel.
|
2399
|
+
*/
|
2400
|
+
formatValueAxisTitle;
|
2401
|
+
/**
|
2402
|
+
* The placeholder of the **Title** settings of the **Value Axis** panel.
|
2403
|
+
*/
|
2404
|
+
formatValueAxisTitlePlaceholder;
|
2405
|
+
/**
|
2406
|
+
* The label of the **Font** settings of the **Value Axis** panel.
|
2407
|
+
*/
|
2408
|
+
formatValueAxisTitleFont;
|
2409
|
+
/**
|
2410
|
+
* The placeholder of the **Font** settings of the **Value Axis** panel.
|
2411
|
+
*/
|
2412
|
+
formatValueAxisTitleFontPlaceholder;
|
2413
|
+
/**
|
2414
|
+
* The label of the **Size** settings of the **Value Axis** panel.
|
2415
|
+
*/
|
2416
|
+
formatValueAxisTitleSize;
|
2417
|
+
/**
|
2418
|
+
* The placeholder of the **Size** settings of the **Value Axis** panel.
|
2419
|
+
*/
|
2420
|
+
formatValueAxisTitleSizePlaceholder;
|
2421
|
+
/**
|
2422
|
+
* The label of the **Color** settings of the **Value Axis** panel.
|
2423
|
+
*/
|
2424
|
+
formatValueAxisTitleColor;
|
2425
|
+
/**
|
2426
|
+
* The label of the **Labels** settings of the **Value Axis** panel.
|
2427
|
+
*/
|
2428
|
+
formatValueAxisLabels;
|
2429
|
+
/**
|
2430
|
+
* The label of the **Format** DropDown of the **Labels** settings of the **Value Axis** panel.
|
2431
|
+
*/
|
2432
|
+
formatValueAxisLabelsFormat;
|
2433
|
+
/**
|
2434
|
+
* The **Text** option of the **Format** DropDown of the **Labels** settings of the **Value Axis** panel.
|
2435
|
+
*/
|
2436
|
+
formatValueAxisLabelsFormatText;
|
2437
|
+
/**
|
2438
|
+
* The **Number** option of the **Format** DropDown of the **Labels** settings of the **Value Axis** panel.
|
2439
|
+
*/
|
2440
|
+
formatValueAxisLabelsFormatNumber;
|
2441
|
+
/**
|
2442
|
+
* The **Currency** option of the **Format** DropDown of the **Labels** settings of the **Value Axis** panel.
|
2443
|
+
*/
|
2444
|
+
formatValueAxisLabelsFormatCurrency;
|
2445
|
+
/**
|
2446
|
+
* The **Percent** option of the **Format** DropDown of the **Labels** settings of the **Value Axis** panel.
|
2447
|
+
*/
|
2448
|
+
formatValueAxisLabelsFormatPercent;
|
2449
|
+
/**
|
2450
|
+
* The label of the **Font** settings of the **Labels** in the **Value Axis** panel.
|
2451
|
+
*/
|
2452
|
+
formatValueAxisLabelsFont;
|
2453
|
+
/**
|
2454
|
+
* The placeholder of the **Font** settings of the **Labels** in the **Value Axis** panel.
|
2455
|
+
*/
|
2456
|
+
formatValueAxisLabelsFontPlaceholder;
|
2457
|
+
/**
|
2458
|
+
* The label of the **Size** settings of the **Labels** in the **Value Axis** panel.
|
2459
|
+
*/
|
2460
|
+
formatValueAxisLabelsSize;
|
2461
|
+
/**
|
2462
|
+
* The placeholder of the **Size** settings of the **Labels** in the **Value Axis** panel.
|
2463
|
+
*/
|
2464
|
+
formatValueAxisLabelsSizePlaceholder;
|
2465
|
+
/**
|
2466
|
+
* The label of the **Color** settings of the **Labels** in the **Value Axis** panel.
|
2467
|
+
*/
|
2468
|
+
formatValueAxisLabelsColor;
|
2469
|
+
/**
|
2470
|
+
* The label of the **Rotation** settings of the **Labels** in the **Value Axis** panel.
|
2471
|
+
*/
|
2472
|
+
formatValueAxisLabelsRotation;
|
2473
|
+
/**
|
2474
|
+
* The **Auto** option of the **Rotation** settings of the **Labels** in the **Value Axis** panel.
|
2475
|
+
*/
|
2476
|
+
formatValueAxisLabelsRotationAuto;
|
2477
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
2478
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", 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 });
|
2015
2479
|
}
|
2016
|
-
|
2017
|
-
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 });
|
2018
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Messages, decorators: [{
|
2480
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Messages, decorators: [{
|
2019
2481
|
type: Directive,
|
2020
2482
|
args: [{
|
2021
2483
|
selector: '[kendoChartWizardMessages]'
|
@@ -2238,19 +2700,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
2238
2700
|
* @hidden
|
2239
2701
|
*/
|
2240
2702
|
class LocalizedMessagesDirective extends Messages {
|
2703
|
+
service;
|
2241
2704
|
constructor(service) {
|
2242
2705
|
super();
|
2243
2706
|
this.service = service;
|
2244
2707
|
}
|
2708
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
2709
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: LocalizedMessagesDirective, isStandalone: true, selector: "[kendoChartWizardLocalizedMessages]", providers: [
|
2710
|
+
{
|
2711
|
+
provide: Messages,
|
2712
|
+
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
2713
|
+
}
|
2714
|
+
], usesInheritance: true, ngImport: i0 });
|
2245
2715
|
}
|
2246
|
-
|
2247
|
-
LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedMessagesDirective, isStandalone: true, selector: "[kendoChartWizardLocalizedMessages]", providers: [
|
2248
|
-
{
|
2249
|
-
provide: Messages,
|
2250
|
-
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
2251
|
-
}
|
2252
|
-
], usesInheritance: true, ngImport: i0 });
|
2253
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
|
2716
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
|
2254
2717
|
type: Directive,
|
2255
2718
|
args: [{
|
2256
2719
|
providers: [
|
@@ -2273,50 +2736,76 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
2273
2736
|
* ```
|
2274
2737
|
*/
|
2275
2738
|
class ChartWizardComponent {
|
2739
|
+
localization;
|
2740
|
+
stateService;
|
2741
|
+
/**
|
2742
|
+
* The data to display in the Chart Wizard.
|
2743
|
+
*/
|
2744
|
+
data;
|
2745
|
+
/**
|
2746
|
+
* Sets the default state of the Chart Wizard.
|
2747
|
+
*/
|
2748
|
+
defaultState;
|
2749
|
+
/**
|
2750
|
+
* The Chart Wizard export options.
|
2751
|
+
*/
|
2752
|
+
exportOptions;
|
2753
|
+
/**
|
2754
|
+
* Specifies if the configuration pane is initially collapsed.
|
2755
|
+
* @default false
|
2756
|
+
*/
|
2757
|
+
collapsedConfigurationPane = false;
|
2758
|
+
/**
|
2759
|
+
* The settings of the window.
|
2760
|
+
*/
|
2761
|
+
windowSettings = {};
|
2762
|
+
/**
|
2763
|
+
* @hidden
|
2764
|
+
*/
|
2765
|
+
showLicenseWatermark = false;
|
2766
|
+
/**
|
2767
|
+
* @hidden
|
2768
|
+
*/
|
2769
|
+
exportIcon = exportIcon;
|
2770
|
+
/**
|
2771
|
+
* @hidden
|
2772
|
+
*/
|
2773
|
+
exportDropdownItems = [];
|
2774
|
+
/**
|
2775
|
+
* Fires when the Chart Wizard Window is to be close.
|
2776
|
+
*/
|
2777
|
+
close = new EventEmitter();
|
2778
|
+
/**
|
2779
|
+
* Fires when the Chart is about to be exported. The event is preventable.
|
2780
|
+
*/
|
2781
|
+
export = new EventEmitter();
|
2782
|
+
get dir() {
|
2783
|
+
return this.stateService.direction;
|
2784
|
+
}
|
2785
|
+
/**
|
2786
|
+
* @hidden
|
2787
|
+
*/
|
2788
|
+
chart;
|
2789
|
+
/**
|
2790
|
+
* @hidden
|
2791
|
+
*/
|
2792
|
+
propertyPane;
|
2793
|
+
/**
|
2794
|
+
* @hidden
|
2795
|
+
*/
|
2796
|
+
dataTab;
|
2797
|
+
/**
|
2798
|
+
* @hidden
|
2799
|
+
*/
|
2800
|
+
messages = ChartWizardCommon.messages;
|
2801
|
+
subscription = new Subscription();
|
2276
2802
|
constructor(localization, stateService) {
|
2277
2803
|
this.localization = localization;
|
2278
2804
|
this.stateService = stateService;
|
2279
|
-
/**
|
2280
|
-
* Specifies if the configuration pane is initially collapsed.
|
2281
|
-
* @default false
|
2282
|
-
*/
|
2283
|
-
this.collapsedConfigurationPane = false;
|
2284
|
-
/**
|
2285
|
-
* The settings of the window.
|
2286
|
-
*/
|
2287
|
-
this.windowSettings = {};
|
2288
|
-
/**
|
2289
|
-
* @hidden
|
2290
|
-
*/
|
2291
|
-
this.showLicenseWatermark = false;
|
2292
|
-
/**
|
2293
|
-
* @hidden
|
2294
|
-
*/
|
2295
|
-
this.exportIcon = exportIcon;
|
2296
|
-
/**
|
2297
|
-
* @hidden
|
2298
|
-
*/
|
2299
|
-
this.exportDropdownItems = [];
|
2300
|
-
/**
|
2301
|
-
* Fires when the Chart Wizard Window is to be close.
|
2302
|
-
*/
|
2303
|
-
this.close = new EventEmitter();
|
2304
|
-
/**
|
2305
|
-
* Fires when the Chart is about to be exported. The event is preventable.
|
2306
|
-
*/
|
2307
|
-
this.export = new EventEmitter();
|
2308
|
-
/**
|
2309
|
-
* @hidden
|
2310
|
-
*/
|
2311
|
-
this.messages = ChartWizardCommon.messages;
|
2312
|
-
this.subscription = new Subscription();
|
2313
2805
|
const isValid = validatePackage(packageMetadata);
|
2314
2806
|
this.showLicenseWatermark = shouldShowValidationUI(isValid);
|
2315
2807
|
this.stateService.direction = this.localization.rtl ? 'rtl' : 'ltr';
|
2316
2808
|
}
|
2317
|
-
get dir() {
|
2318
|
-
return this.stateService.direction;
|
2319
|
-
}
|
2320
2809
|
ngAfterViewInit() {
|
2321
2810
|
this.subscription.add(this.localization.changes.subscribe(({ rtl }) => {
|
2322
2811
|
this.stateService.direction = rtl ? 'rtl' : 'ltr';
|
@@ -2407,21 +2896,20 @@ class ChartWizardComponent {
|
|
2407
2896
|
get windowHeight() {
|
2408
2897
|
return isPresent(this.windowSettings?.height) ? this.windowSettings.height : this.stateService.windowSize.height;
|
2409
2898
|
}
|
2410
|
-
}
|
2411
|
-
|
2412
|
-
|
2413
|
-
|
2414
|
-
|
2415
|
-
|
2416
|
-
|
2417
|
-
|
2418
|
-
|
2419
|
-
|
2420
|
-
|
2421
|
-
|
2422
|
-
|
2423
|
-
|
2424
|
-
], viewQueries: [{ propertyName: "chart", first: true, predicate: ChartComponent, descendants: true }, { propertyName: "propertyPane", first: true, predicate: ChartWizardPropertyPaneChartTabComponent, descendants: true }, { propertyName: "dataTab", first: true, predicate: ChartWizardPropertyPaneDataTabComponent, descendants: true }], exportAs: ["kendoChartWizard"], usesOnChanges: true, ngImport: i0, template: `
|
2899
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChartWizardComponent, deps: [{ token: i1.LocalizationService }, { token: StateService }], target: i0.ɵɵFactoryTarget.Component });
|
2900
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ChartWizardComponent, isStandalone: true, selector: "kendo-chartwizard", inputs: { data: "data", defaultState: "defaultState", exportOptions: "exportOptions", collapsedConfigurationPane: "collapsedConfigurationPane", windowSettings: "windowSettings" }, outputs: { close: "close", export: "export" }, host: { properties: { "attr.dir": "this.dir" } }, providers: [
|
2901
|
+
LocalizationService,
|
2902
|
+
{
|
2903
|
+
provide: L10N_PREFIX,
|
2904
|
+
useValue: 'kendo.chartwizard',
|
2905
|
+
},
|
2906
|
+
ChartWizardLocalizationService,
|
2907
|
+
{
|
2908
|
+
provide: LocalizationService,
|
2909
|
+
useExisting: ChartWizardLocalizationService
|
2910
|
+
},
|
2911
|
+
StateService
|
2912
|
+
], viewQueries: [{ propertyName: "chart", first: true, predicate: ChartComponent, descendants: true }, { propertyName: "propertyPane", first: true, predicate: ChartWizardPropertyPaneChartTabComponent, descendants: true }, { propertyName: "dataTab", first: true, predicate: ChartWizardPropertyPaneDataTabComponent, descendants: true }], exportAs: ["kendoChartWizard"], usesOnChanges: true, ngImport: i0, template: `
|
2425
2913
|
<ng-container
|
2426
2914
|
kendoChartWizardLocalizedMessages
|
2427
2915
|
|
@@ -2869,13 +3357,14 @@ ChartWizardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
|
|
2869
3357
|
</kendo-splitter>
|
2870
3358
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
2871
3359
|
</kendo-window>
|
2872
|
-
`, isInline: true, dependencies: [{ kind: "component", type: WindowComponent, selector: "kendo-window", inputs: ["autoFocusedElement", "title", "draggable", "resizable", "themeColor", "keepContent", "state", "minWidth", "minHeight", "width", "height", "top", "left"], outputs: ["dragStart", "dragEnd", "resizeStart", "resizeEnd", "close", "widthChange", "heightChange", "topChange", "leftChange", "stateChange"], exportAs: ["kendoWindow"] }, { kind: "component", type: SplitterComponent, selector: "kendo-splitter", inputs: ["orientation", "splitbarWidth", "resizeStep"], outputs: ["layoutChange"], exportAs: ["kendoSplitter"] }, { kind: "component", type: SplitterPaneComponent, selector: "kendo-splitter-pane", inputs: ["order", "size", "
|
2873
|
-
|
2874
|
-
|
2875
|
-
|
2876
|
-
|
2877
|
-
|
2878
|
-
|
3360
|
+
`, isInline: true, dependencies: [{ kind: "component", type: WindowComponent, selector: "kendo-window", inputs: ["autoFocusedElement", "title", "draggable", "resizable", "themeColor", "keepContent", "state", "minWidth", "minHeight", "width", "height", "top", "left"], outputs: ["dragStart", "dragEnd", "resizeStart", "resizeEnd", "close", "widthChange", "heightChange", "topChange", "leftChange", "stateChange"], exportAs: ["kendoWindow"] }, { kind: "component", type: SplitterComponent, selector: "kendo-splitter", inputs: ["orientation", "splitbarWidth", "resizeStep", "splitterBarClass"], outputs: ["layoutChange"], exportAs: ["kendoSplitter"] }, { kind: "component", type: SplitterPaneComponent, selector: "kendo-splitter-pane", inputs: ["order", "size", "splitterBarAttributes", "splitterBarClass", "min", "max", "resizable", "collapsible", "scrollable", "collapsed", "orientation", "containsSplitter", "overlayContent"], outputs: ["sizeChange", "collapsedChange"], exportAs: ["kendoSplitterPane"] }, { kind: "component", type: DropDownButtonComponent, selector: "kendo-dropdownbutton", inputs: ["arrowIcon", "icon", "svgIcon", "iconClass", "imageUrl", "textField", "data", "size", "rounded", "fillMode", "themeColor", "buttonAttributes"], outputs: ["itemClick", "focus", "blur"], exportAs: ["kendoDropDownButton"] }, { kind: "component", type: ChartComponent, selector: "kendo-chart", inputs: ["pannable", "renderAs", "seriesColors", "subtitle", "title", "noData", "transitions", "zoomable", "axisDefaults", "categoryAxis", "chartArea", "legend", "panes", "paneDefaults", "plotArea", "series", "seriesDefaults", "tooltip", "valueAxis", "xAxis", "yAxis", "resizeRateLimit", "popupSettings", "drilldownLevel"], outputs: ["axisLabelClick", "drag", "dragEnd", "dragStart", "legendItemHover", "legendItemLeave", "noteClick", "noteHover", "noteLeave", "paneRender", "plotAreaClick", "plotAreaHover", "plotAreaLeave", "render", "select", "selectEnd", "selectStart", "seriesClick", "drilldown", "seriesHover", "seriesOver", "seriesLeave", "zoom", "zoomEnd", "zoomStart", "legendItemClick", "drilldownLevelChange"], exportAs: ["kendoChart"] }, { kind: "component", type: TitleComponent, selector: "kendo-chart-title", inputs: ["align", "background", "border", "color", "font", "margin", "padding", "position", "text", "description", "visible"] }, { kind: "component", type: SubtitleComponent, selector: "kendo-chart-subtitle", inputs: ["align", "background", "border", "color", "font", "margin", "padding", "position", "text", "visible"] }, { kind: "component", type: ChartAreaComponent, selector: "kendo-chart-area", inputs: ["background", "border", "height", "margin", "opacity", "width"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: CategoryAxisComponent, selector: "kendo-chart-category-axis" }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: CategoryAxisItemComponent, selector: "kendo-chart-category-axis-item", inputs: ["autoBaseUnitSteps", "axisCrossingValue", "background", "baseUnit", "baseUnitStep", "categories", "color", "justified", "line", "majorGridLines", "majorTicks", "max", "maxDateGroups", "maxDivisions", "min", "minorGridLines", "minorTicks", "name", "pane", "plotBands", "reverse", "roundToBaseUnit", "startAngle", "type", "visible", "weekStartDay", "crosshair", "labels", "notes", "select", "title", "rangeLabels"] }, { kind: "component", type: ValueAxisComponent, selector: "kendo-chart-value-axis" }, { kind: "component", type: ValueAxisItemComponent, selector: "kendo-chart-value-axis-item", inputs: ["axisCrossingValue", "background", "color", "line", "majorGridLines", "majorTicks", "majorUnit", "max", "min", "minorGridLines", "minorTicks", "minorUnit", "name", "narrowRange", "pane", "plotBands", "reverse", "type", "visible", "crosshair", "labels", "notes", "title"] }, { kind: "component", type: SeriesComponent, selector: "kendo-chart-series" }, { kind: "component", type: SeriesItemComponent, selector: "kendo-chart-series-item", inputs: ["aggregate", "autoFit", "axis", "border", "categoryAxis", "categoryField", "closeField", "color", "colorField", "connectors", "currentField", "dashType", "data", "downColor", "downColorField", "drilldownField", "dynamicHeight", "dynamicSlope", "errorHighField", "errorLowField", "explodeField", "field", "fromField", "gap", "highField", "holeSize", "line", "lowField", "lowerField", "margin", "maxSize", "mean", "meanField", "median", "medianField", "minSize", "missingValues", "name", "neckRatio", "negativeColor", "negativeValues", "noteTextField", "opacity", "openField", "outliersField", "overlay", "padding", "q1Field", "q3Field", "segmentSpacing", "size", "sizeField", "spacing", "stack", "startAngle", "style", "summaryField", "target", "toField", "type", "upperField", "visible", "visibleInLegend", "visibleInLegendField", "visual", "width", "whiskers", "xAxis", "xErrorHighField", "xErrorLowField", "xField", "yAxis", "yErrorHighField", "yErrorLowField", "yField", "zIndex", "trendline", "for", "legendItem", "pattern", "patternField", "errorBars", "extremes", "highlight", "labels", "markers", "notes", "outliers", "tooltip"] }, { kind: "component", type: LegendComponent, selector: "kendo-chart-legend", inputs: ["align", "background", "border", "height", "labels", "margin", "offsetX", "offsetY", "orientation", "padding", "position", "reverse", "visible", "width", "markers", "spacing", "inactiveItems", "item", "title"] }, { kind: "component", type: TabStripComponent, selector: "kendo-tabstrip", inputs: ["height", "animate", "tabAlignment", "tabPosition", "keepTabContent", "closable", "scrollable", "closeIcon", "closeIconClass", "closeSVGIcon", "showContentArea"], outputs: ["tabSelect", "tabClose", "tabScroll"], exportAs: ["kendoTabStrip"] }, { kind: "component", type: TabStripTabComponent, selector: "kendo-tabstrip-tab", inputs: ["title", "disabled", "cssClass", "cssStyle", "selected", "closable", "closeIcon", "closeIconClass", "closeSVGIcon"], exportAs: ["kendoTabStripTab"] }, { kind: "directive", type: TabContentDirective, selector: "[kendoTabContent]" }, { kind: "component", type: ChartWizardPropertyPaneChartTabComponent, selector: "kendo-chartwizard-property-pane-chart-tab" }, { kind: "component", type: ChartWizardPropertyPaneFormatTabComponent, selector: "kendo-chartwizard-property-pane-format-tab" }, { kind: "component", type: ChartWizardPropertyPaneDataTabComponent, selector: "kendo-chartwizard-property-pane-data-tab" }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }, { kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoChartWizardLocalizedMessages]" }], animations: [
|
3361
|
+
trigger('overlayAppear', [
|
3362
|
+
state('in', style({ opacity: 1 })),
|
3363
|
+
transition('void => *', [style({ opacity: 0.1 }), animate('.3s cubic-bezier(.2, .6, .4, 1)')])
|
3364
|
+
])
|
3365
|
+
], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
3366
|
+
}
|
3367
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChartWizardComponent, decorators: [{
|
2879
3368
|
type: Component,
|
2880
3369
|
args: [{
|
2881
3370
|
animations: [
|
@@ -3470,18 +3959,31 @@ const getWizardDataFromGridSelection = (args) => getWizardDataFromDataRows(getGr
|
|
3470
3959
|
* ([see example](slug:grid_integration_with_chart).
|
3471
3960
|
*/
|
3472
3961
|
class ChartWizardGridBindingDirective {
|
3962
|
+
grid;
|
3963
|
+
/**
|
3964
|
+
* Defines the collection that will store the Chart Wizard data.
|
3965
|
+
*
|
3966
|
+
* @default []
|
3967
|
+
*/
|
3968
|
+
chartWizardData = [];
|
3969
|
+
/**
|
3970
|
+
* Fires when the `chartWizardData` collection has been updated.
|
3971
|
+
*/
|
3972
|
+
chartWizardDataChange = new EventEmitter();
|
3973
|
+
/**
|
3974
|
+
* @hidden
|
3975
|
+
*/
|
3976
|
+
data;
|
3977
|
+
/**
|
3978
|
+
* @hidden
|
3979
|
+
*/
|
3980
|
+
selectionKey;
|
3981
|
+
/**
|
3982
|
+
* @hidden
|
3983
|
+
*/
|
3984
|
+
columnKey;
|
3473
3985
|
constructor(grid) {
|
3474
3986
|
this.grid = grid;
|
3475
|
-
/**
|
3476
|
-
* Defines the collection that will store the Chart Wizard data.
|
3477
|
-
*
|
3478
|
-
* @default []
|
3479
|
-
*/
|
3480
|
-
this.chartWizardData = [];
|
3481
|
-
/**
|
3482
|
-
* Fires when the `chartWizardData` collection has been updated.
|
3483
|
-
*/
|
3484
|
-
this.chartWizardDataChange = new EventEmitter();
|
3485
3987
|
}
|
3486
3988
|
ngOnInit() {
|
3487
3989
|
if (!this.selectionKey || !this.data) {
|
@@ -3501,10 +4003,10 @@ class ChartWizardGridBindingDirective {
|
|
3501
4003
|
});
|
3502
4004
|
this.chartWizardDataChange.emit(this.chartWizardData);
|
3503
4005
|
}
|
4006
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChartWizardGridBindingDirective, deps: [{ token: i1$1.GridComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
4007
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: ChartWizardGridBindingDirective, isStandalone: true, selector: "[kendoChartWizardGridBinding]", inputs: { chartWizardData: "chartWizardData", data: ["kendoGridBinding", "data"], selectionKey: ["kendoGridSelectBy", "selectionKey"], columnKey: "columnKey" }, outputs: { chartWizardDataChange: "chartWizardDataChange" }, host: { listeners: { "selectedKeysChange": "onSelectionChange($event)" } }, exportAs: ["kendoChartWizardGridBinding"], ngImport: i0 });
|
3504
4008
|
}
|
3505
|
-
|
3506
|
-
ChartWizardGridBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ChartWizardGridBindingDirective, isStandalone: true, selector: "[kendoChartWizardGridBinding]", inputs: { chartWizardData: "chartWizardData", data: ["kendoGridBinding", "data"], selectionKey: ["kendoGridSelectBy", "selectionKey"], columnKey: "columnKey" }, outputs: { chartWizardDataChange: "chartWizardDataChange" }, host: { listeners: { "selectedKeysChange": "onSelectionChange($event)" } }, exportAs: ["kendoChartWizardGridBinding"], ngImport: i0 });
|
3507
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChartWizardGridBindingDirective, decorators: [{
|
4009
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChartWizardGridBindingDirective, decorators: [{
|
3508
4010
|
type: Directive,
|
3509
4011
|
args: [{
|
3510
4012
|
selector: '[kendoChartWizardGridBinding]',
|
@@ -3540,6 +4042,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
3540
4042
|
* ```
|
3541
4043
|
*/
|
3542
4044
|
class CustomMessagesComponent extends Messages {
|
4045
|
+
service;
|
3543
4046
|
constructor(service) {
|
3544
4047
|
super();
|
3545
4048
|
this.service = service;
|
@@ -3547,15 +4050,15 @@ class CustomMessagesComponent extends Messages {
|
|
3547
4050
|
get override() {
|
3548
4051
|
return true;
|
3549
4052
|
}
|
4053
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
4054
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CustomMessagesComponent, isStandalone: true, selector: "kendo-chartwizard-messages", providers: [
|
4055
|
+
{
|
4056
|
+
provide: Messages,
|
4057
|
+
useExisting: forwardRef(() => CustomMessagesComponent)
|
4058
|
+
}
|
4059
|
+
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
3550
4060
|
}
|
3551
|
-
|
3552
|
-
CustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CustomMessagesComponent, isStandalone: true, selector: "kendo-chartwizard-messages", providers: [
|
3553
|
-
{
|
3554
|
-
provide: Messages,
|
3555
|
-
useExisting: forwardRef(() => CustomMessagesComponent)
|
3556
|
-
}
|
3557
|
-
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
3558
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CustomMessagesComponent, decorators: [{
|
4061
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CustomMessagesComponent, decorators: [{
|
3559
4062
|
type: Component,
|
3560
4063
|
args: [{
|
3561
4064
|
providers: [
|
@@ -3588,20 +4091,20 @@ const KENDO_CHARTWIZARD = [
|
|
3588
4091
|
* that will use the Chart Wizard component.
|
3589
4092
|
*/
|
3590
4093
|
class ChartWizardModule {
|
4094
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChartWizardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
4095
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: ChartWizardModule, imports: [ChartWizardComponent, ChartWizardGridBindingDirective, CustomMessagesComponent], exports: [ChartWizardComponent, ChartWizardGridBindingDirective, CustomMessagesComponent] });
|
4096
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChartWizardModule, providers: [
|
4097
|
+
ThemeService,
|
4098
|
+
PopupService,
|
4099
|
+
ResizeBatchService,
|
4100
|
+
IconsService,
|
4101
|
+
DialogContainerService,
|
4102
|
+
DialogService,
|
4103
|
+
WindowService,
|
4104
|
+
WindowContainerService
|
4105
|
+
], imports: [ChartWizardComponent] });
|
3591
4106
|
}
|
3592
|
-
|
3593
|
-
ChartWizardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ChartWizardModule, imports: [ChartWizardComponent, ChartWizardGridBindingDirective, CustomMessagesComponent], exports: [ChartWizardComponent, ChartWizardGridBindingDirective, CustomMessagesComponent] });
|
3594
|
-
ChartWizardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChartWizardModule, providers: [
|
3595
|
-
ThemeService,
|
3596
|
-
PopupService,
|
3597
|
-
ResizeBatchService,
|
3598
|
-
IconsService,
|
3599
|
-
DialogContainerService,
|
3600
|
-
DialogService,
|
3601
|
-
WindowService,
|
3602
|
-
WindowContainerService
|
3603
|
-
], imports: [ChartWizardComponent, CustomMessagesComponent] });
|
3604
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChartWizardModule, decorators: [{
|
4107
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChartWizardModule, decorators: [{
|
3605
4108
|
type: NgModule,
|
3606
4109
|
args: [{
|
3607
4110
|
imports: [...KENDO_CHARTWIZARD],
|