@progress/kendo-angular-chart-wizard 21.4.1 → 22.0.0-develop.1
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/fesm2022/progress-kendo-angular-chart-wizard.mjs +44 -44
- package/localization/messages.d.ts +1 -1
- package/package.json +21 -29
- package/esm2022/chart-wizard-state.mjs +0 -57
- package/esm2022/chart-wizard.component.mjs +0 -1237
- package/esm2022/chart-wizard.module.mjs +0 -67
- package/esm2022/common/get-wizard-data-from-data-rows.mjs +0 -6
- package/esm2022/common/index.mjs +0 -5
- package/esm2022/common/models.mjs +0 -24
- package/esm2022/common/window-settings.mjs +0 -5
- package/esm2022/directives.mjs +0 -34
- package/esm2022/events/export-event.mjs +0 -37
- package/esm2022/events/index.mjs +0 -5
- package/esm2022/events/preventable-event.mjs +0 -28
- package/esm2022/grid-integration/get-grid-selected-rows.mjs +0 -50
- package/esm2022/grid-integration/get-wizard-data-from-grid-selection.mjs +0 -13
- package/esm2022/grid-integration/grid-chart-wizard.directive.mjs +0 -95
- package/esm2022/grid-integration/index.mjs +0 -7
- package/esm2022/index.mjs +0 -12
- package/esm2022/localization/chartwizard-localization.service.mjs +0 -31
- package/esm2022/localization/custom-messages.component.mjs +0 -52
- package/esm2022/localization/localized-messages.directive.mjs +0 -39
- package/esm2022/localization/messages.mjs +0 -657
- package/esm2022/package-metadata.mjs +0 -16
- package/esm2022/progress-kendo-angular-chart-wizard.mjs +0 -8
- package/esm2022/property-pane/chart-tab.component.mjs +0 -260
- package/esm2022/property-pane/data-tab.component.mjs +0 -270
- package/esm2022/property-pane/form-field.component.mjs +0 -296
- package/esm2022/property-pane/format-tab.component.mjs +0 -1032
- package/esm2022/series-type-button.component.mjs +0 -71
- package/esm2022/state.service.mjs +0 -36
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from '@angular/core';
|
|
6
|
-
import { Injectable, Inject, Optional,
|
|
6
|
+
import { Injectable, Inject, Optional, ViewChild, ViewEncapsulation, ChangeDetectionStrategy, Component, Input, EventEmitter, HostBinding, Output, Directive, forwardRef, HostListener, NgModule } from '@angular/core';
|
|
7
7
|
import { getLicenseMessage, shouldShowValidationUI, isPresent, WatermarkOverlayComponent, ResizeBatchService } from '@progress/kendo-angular-common';
|
|
8
8
|
import * as i1 from '@progress/kendo-angular-l10n';
|
|
9
9
|
import { LocalizationService, L10N_PREFIX, RTL, ComponentMessages } from '@progress/kendo-angular-l10n';
|
|
@@ -24,7 +24,7 @@ import { SVGIconComponent, IconsService } from '@progress/kendo-angular-icons';
|
|
|
24
24
|
import { WindowComponent, DialogContainerService, DialogService, WindowService, WindowContainerService } from '@progress/kendo-angular-dialog';
|
|
25
25
|
import { NumericTextBoxComponent, ColorPickerComponent, TextBoxComponent, CheckBoxComponent, SwitchComponent } from '@progress/kendo-angular-inputs';
|
|
26
26
|
import { LabelComponent } from '@progress/kendo-angular-label';
|
|
27
|
-
import { trigger, state,
|
|
27
|
+
import { trigger, state, transition, style, animate } from '@angular/animations';
|
|
28
28
|
import { PopupService } from '@progress/kendo-angular-popup';
|
|
29
29
|
import { getter } from '@progress/kendo-common';
|
|
30
30
|
|
|
@@ -36,8 +36,8 @@ const packageMetadata = {
|
|
|
36
36
|
productName: 'Kendo UI for Angular',
|
|
37
37
|
productCode: 'KENDOUIANGULAR',
|
|
38
38
|
productCodes: ['KENDOUIANGULAR'],
|
|
39
|
-
publishDate:
|
|
40
|
-
version: '
|
|
39
|
+
publishDate: 1768396056,
|
|
40
|
+
version: '22.0.0-develop.1',
|
|
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
|
|
|
@@ -138,10 +138,10 @@ class StateService {
|
|
|
138
138
|
windowSize = { width: 700, height: 550 };
|
|
139
139
|
splitterPaneSize = '300px';
|
|
140
140
|
dataTab;
|
|
141
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
142
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
141
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: StateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
142
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: StateService });
|
|
143
143
|
}
|
|
144
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
144
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: StateService, decorators: [{
|
|
145
145
|
type: Injectable
|
|
146
146
|
}] });
|
|
147
147
|
|
|
@@ -152,10 +152,10 @@ class ChartWizardLocalizationService extends LocalizationService {
|
|
|
152
152
|
constructor(prefix, messageService, _rtl) {
|
|
153
153
|
super(prefix, messageService, _rtl);
|
|
154
154
|
}
|
|
155
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
156
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
155
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", 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: "19.2.18", ngImport: i0, type: ChartWizardLocalizationService });
|
|
157
157
|
}
|
|
158
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
158
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ChartWizardLocalizationService, decorators: [{
|
|
159
159
|
type: Injectable
|
|
160
160
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
161
161
|
type: Inject,
|
|
@@ -234,8 +234,8 @@ class ChartWizardPropertyPaneDataTabComponent {
|
|
|
234
234
|
messageFor(key) {
|
|
235
235
|
return this.localization.get(key);
|
|
236
236
|
}
|
|
237
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
238
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
237
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ChartWizardPropertyPaneDataTabComponent, deps: [{ token: StateService }, { token: i2.FormBuilder }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: ChartWizardLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
238
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.18", type: ChartWizardPropertyPaneDataTabComponent, isStandalone: true, selector: "kendo-chartwizard-property-pane-data-tab", viewQueries: [{ propertyName: "grid", first: true, predicate: GridComponent, descendants: true }], ngImport: i0, template: `
|
|
239
239
|
<kendo-expansionpanel [title]="messageFor('configuration')" [expanded]="true">
|
|
240
240
|
<form class="k-form k-form-md">
|
|
241
241
|
<fieldset class="k-form-fieldset">
|
|
@@ -315,7 +315,7 @@ class ChartWizardPropertyPaneDataTabComponent {
|
|
|
315
315
|
</kendo-expansionpanel>
|
|
316
316
|
`, 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", "adaptiveTitle", "adaptiveSubtitle", "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: GridComponent, selector: "kendo-grid", inputs: ["data", "pageSize", "height", "rowHeight", "adaptiveMode", "detailRowHeight", "skip", "scrollable", "selectable", "sort", "size", "trackBy", "filter", "group", "virtualColumns", "filterable", "sortable", "pageable", "groupable", "gridResizable", "rowReorderable", "navigable", "autoSize", "rowClass", "rowSticky", "rowSelected", "isRowSelectable", "cellSelected", "resizable", "reorderable", "loading", "columnMenu", "hideHeader", "showInactiveTools", "isDetailExpanded", "isGroupExpanded", "dataLayoutMode"], outputs: ["filterChange", "pageChange", "groupChange", "sortChange", "selectionChange", "rowReorder", "dataStateChange", "gridStateChange", "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", "filterVariant", "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 });
|
|
317
317
|
}
|
|
318
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
318
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ChartWizardPropertyPaneDataTabComponent, decorators: [{
|
|
319
319
|
type: Component,
|
|
320
320
|
args: [{
|
|
321
321
|
selector: 'kendo-chartwizard-property-pane-data-tab',
|
|
@@ -449,8 +449,8 @@ class ChartWizardSeriesTypeButtonComponent {
|
|
|
449
449
|
return (this.stateService.state.seriesType === this.seriesType &&
|
|
450
450
|
this.stateService.state.series[0]?.stack === this.stack);
|
|
451
451
|
}
|
|
452
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
453
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
452
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ChartWizardSeriesTypeButtonComponent, deps: [{ token: StateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
453
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: ChartWizardSeriesTypeButtonComponent, isStandalone: true, selector: "kendo-chartwizard-series-type-button", inputs: { title: "title", chartTypeIcon: "chartTypeIcon", stack: "stack", seriesType: "seriesType" }, ngImport: i0, template: `
|
|
454
454
|
<div class="k-icon-text-wrapper" [class.k-selected]="isSelected()" (click)="onSelect()">
|
|
455
455
|
<div class="k-icon-background-area">
|
|
456
456
|
<kendo-svgicon [icon]="chartTypeIcon" size="xlarge" themeColor="primary"> </kendo-svgicon>
|
|
@@ -459,7 +459,7 @@ class ChartWizardSeriesTypeButtonComponent {
|
|
|
459
459
|
</div>
|
|
460
460
|
`, isInline: true, dependencies: [{ kind: "component", type: SVGIconComponent, selector: "kendo-svg-icon, kendo-svgicon", inputs: ["icon"], exportAs: ["kendoSVGIcon"] }] });
|
|
461
461
|
}
|
|
462
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
462
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ChartWizardSeriesTypeButtonComponent, decorators: [{
|
|
463
463
|
type: Component,
|
|
464
464
|
args: [{
|
|
465
465
|
selector: 'kendo-chartwizard-series-type-button',
|
|
@@ -522,8 +522,8 @@ class ChartWizardPropertyPaneChartTabComponent {
|
|
|
522
522
|
messageFor(key) {
|
|
523
523
|
return this.localization.get(key);
|
|
524
524
|
}
|
|
525
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
526
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
525
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ChartWizardPropertyPaneChartTabComponent, deps: [{ token: StateService }, { token: i0.ChangeDetectorRef }, { token: ChartWizardLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
526
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: ChartWizardPropertyPaneChartTabComponent, isStandalone: true, selector: "kendo-chartwizard-property-pane-chart-tab", ngImport: i0, template: `
|
|
527
527
|
<kendo-expansionpanel [title]="messageFor('barChart')" [expanded]="true">
|
|
528
528
|
<div class="k-chart-types-wrapper">
|
|
529
529
|
<kendo-chartwizard-series-type-button
|
|
@@ -623,7 +623,7 @@ class ChartWizardPropertyPaneChartTabComponent {
|
|
|
623
623
|
</kendo-expansionpanel>
|
|
624
624
|
`, 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 });
|
|
625
625
|
}
|
|
626
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
626
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ChartWizardPropertyPaneChartTabComponent, decorators: [{
|
|
627
627
|
type: Component,
|
|
628
628
|
args: [{
|
|
629
629
|
selector: 'kendo-chartwizard-property-pane-chart-tab',
|
|
@@ -843,8 +843,8 @@ class ChartWizardPropertyPaneFormFieldComponent {
|
|
|
843
843
|
this.checkBox;
|
|
844
844
|
}
|
|
845
845
|
}
|
|
846
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
847
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
846
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ChartWizardPropertyPaneFormFieldComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
847
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.18", 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: `
|
|
848
848
|
@if (hasLabel && !isLabelInsideFormFieldWrap && inputType !== 'checkbox') {
|
|
849
849
|
<kendo-label class="k-form-label" [text]="text"></kendo-label>
|
|
850
850
|
}
|
|
@@ -925,7 +925,7 @@ class ChartWizardPropertyPaneFormFieldComponent {
|
|
|
925
925
|
</div>
|
|
926
926
|
`, isInline: true, dependencies: [{ 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", "adaptiveMode", "activeView", "readonly", "disabled", "format", "value", "popupSettings", "paletteSettings", "gradientSettings", "icon", "iconClass", "svgIcon", "adaptiveTitle", "adaptiveSubtitle", "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", "adaptiveTitle", "adaptiveSubtitle", "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", "adaptiveTitle", "adaptiveSubtitle", "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 });
|
|
927
927
|
}
|
|
928
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
928
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ChartWizardPropertyPaneFormFieldComponent, decorators: [{
|
|
929
929
|
type: Component,
|
|
930
930
|
args: [{
|
|
931
931
|
selector: 'kendo-chartwizard-property-pane-form-field',
|
|
@@ -1240,8 +1240,8 @@ class ChartWizardPropertyPaneFormatTabComponent {
|
|
|
1240
1240
|
messageFor(key) {
|
|
1241
1241
|
return this.localization.get(key);
|
|
1242
1242
|
}
|
|
1243
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1244
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
1243
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ChartWizardPropertyPaneFormatTabComponent, deps: [{ token: StateService }, { token: ChartWizardLocalizationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1244
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.18", type: ChartWizardPropertyPaneFormatTabComponent, isStandalone: true, selector: "kendo-chartwizard-property-pane-format-tab", ngImport: i0, template: `
|
|
1245
1245
|
<section>
|
|
1246
1246
|
<kendo-expansionpanel
|
|
1247
1247
|
[style.max-width.px]="576"
|
|
@@ -1659,7 +1659,7 @@ class ChartWizardPropertyPaneFormatTabComponent {
|
|
|
1659
1659
|
}
|
|
1660
1660
|
`, 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", "adaptiveTitle", "adaptiveSubtitle", "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"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1661
1661
|
}
|
|
1662
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1662
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ChartWizardPropertyPaneFormatTabComponent, decorators: [{
|
|
1663
1663
|
type: Component,
|
|
1664
1664
|
args: [{
|
|
1665
1665
|
selector: 'kendo-chartwizard-property-pane-format-tab',
|
|
@@ -2520,10 +2520,10 @@ class Messages extends ComponentMessages {
|
|
|
2520
2520
|
* The **Auto** option of the **Rotation** settings of the **Labels** in the **Value Axis** panel.
|
|
2521
2521
|
*/
|
|
2522
2522
|
formatValueAxisLabelsRotationAuto;
|
|
2523
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2524
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2523
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
2524
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: Messages, isStandalone: true, 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 });
|
|
2525
2525
|
}
|
|
2526
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2526
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: Messages, decorators: [{
|
|
2527
2527
|
type: Directive,
|
|
2528
2528
|
args: [{
|
|
2529
2529
|
selector: '[kendoChartWizardMessages]'
|
|
@@ -2751,15 +2751,15 @@ class LocalizedMessagesDirective extends Messages {
|
|
|
2751
2751
|
super();
|
|
2752
2752
|
this.service = service;
|
|
2753
2753
|
}
|
|
2754
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2755
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2754
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2755
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: LocalizedMessagesDirective, isStandalone: true, selector: "[kendoChartWizardLocalizedMessages]", providers: [
|
|
2756
2756
|
{
|
|
2757
2757
|
provide: Messages,
|
|
2758
2758
|
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
|
2759
2759
|
}
|
|
2760
2760
|
], usesInheritance: true, ngImport: i0 });
|
|
2761
2761
|
}
|
|
2762
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2762
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
|
|
2763
2763
|
type: Directive,
|
|
2764
2764
|
args: [{
|
|
2765
2765
|
providers: [
|
|
@@ -2951,8 +2951,8 @@ class ChartWizardComponent {
|
|
|
2951
2951
|
get windowHeight() {
|
|
2952
2952
|
return isPresent(this.windowSettings?.height) ? this.windowSettings.height : this.stateService.windowSize.height;
|
|
2953
2953
|
}
|
|
2954
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2955
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
2954
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ChartWizardComponent, deps: [{ token: i1.LocalizationService }, { token: StateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2955
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.18", 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: [
|
|
2956
2956
|
LocalizationService,
|
|
2957
2957
|
{
|
|
2958
2958
|
provide: L10N_PREFIX,
|
|
@@ -3430,7 +3430,7 @@ class ChartWizardComponent {
|
|
|
3430
3430
|
])
|
|
3431
3431
|
], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3432
3432
|
}
|
|
3433
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3433
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ChartWizardComponent, decorators: [{
|
|
3434
3434
|
type: Component,
|
|
3435
3435
|
args: [{
|
|
3436
3436
|
animations: [
|
|
@@ -4085,10 +4085,10 @@ class ChartWizardGridBindingDirective {
|
|
|
4085
4085
|
});
|
|
4086
4086
|
this.chartWizardDataChange.emit(this.chartWizardData);
|
|
4087
4087
|
}
|
|
4088
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4089
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
4088
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ChartWizardGridBindingDirective, deps: [{ token: i1$1.GridComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4089
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", 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 });
|
|
4090
4090
|
}
|
|
4091
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4091
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ChartWizardGridBindingDirective, decorators: [{
|
|
4092
4092
|
type: Directive,
|
|
4093
4093
|
args: [{
|
|
4094
4094
|
selector: '[kendoChartWizardGridBinding]',
|
|
@@ -4133,15 +4133,15 @@ class CustomMessagesComponent extends Messages {
|
|
|
4133
4133
|
get override() {
|
|
4134
4134
|
return true;
|
|
4135
4135
|
}
|
|
4136
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4137
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
4136
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4137
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: CustomMessagesComponent, isStandalone: true, selector: "kendo-chartwizard-messages", providers: [
|
|
4138
4138
|
{
|
|
4139
4139
|
provide: Messages,
|
|
4140
4140
|
useExisting: forwardRef(() => CustomMessagesComponent)
|
|
4141
4141
|
}
|
|
4142
4142
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
4143
4143
|
}
|
|
4144
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4144
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: CustomMessagesComponent, decorators: [{
|
|
4145
4145
|
type: Component,
|
|
4146
4146
|
args: [{
|
|
4147
4147
|
providers: [
|
|
@@ -4206,9 +4206,9 @@ const KENDO_CHARTWIZARD = [
|
|
|
4206
4206
|
* ```
|
|
4207
4207
|
*/
|
|
4208
4208
|
class ChartWizardModule {
|
|
4209
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4210
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
4211
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
4209
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ChartWizardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4210
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: ChartWizardModule, imports: [ChartWizardComponent, ChartWizardGridBindingDirective, CustomMessagesComponent], exports: [ChartWizardComponent, ChartWizardGridBindingDirective, CustomMessagesComponent] });
|
|
4211
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ChartWizardModule, providers: [
|
|
4212
4212
|
ThemeService,
|
|
4213
4213
|
PopupService,
|
|
4214
4214
|
ResizeBatchService,
|
|
@@ -4219,7 +4219,7 @@ class ChartWizardModule {
|
|
|
4219
4219
|
WindowContainerService
|
|
4220
4220
|
], imports: [ChartWizardComponent] });
|
|
4221
4221
|
}
|
|
4222
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4222
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ChartWizardModule, decorators: [{
|
|
4223
4223
|
type: NgModule,
|
|
4224
4224
|
args: [{
|
|
4225
4225
|
imports: [...KENDO_CHARTWIZARD],
|
|
@@ -433,5 +433,5 @@ export declare class Messages extends ComponentMessages {
|
|
|
433
433
|
*/
|
|
434
434
|
formatValueAxisLabelsRotationAuto: string;
|
|
435
435
|
static ɵfac: i0.ɵɵFactoryDeclaration<Messages, never>;
|
|
436
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, "[kendoChartWizardMessages]", never, { "windowTitle": { "alias": "windowTitle"; "required": false; }; "exportButton": { "alias": "exportButton"; "required": false; }; "exportPDFButton": { "alias": "exportPDFButton"; "required": false; }; "exportSVGButton": { "alias": "exportSVGButton"; "required": false; }; "exportPNGButton": { "alias": "exportPNGButton"; "required": false; }; "tabChart": { "alias": "tabChart"; "required": false; }; "tabData": { "alias": "tabData"; "required": false; }; "tabFormat": { "alias": "tabFormat"; "required": false; }; "barChart": { "alias": "barChart"; "required": false; }; "barChartBar": { "alias": "barChartBar"; "required": false; }; "barChartStackedBar": { "alias": "barChartStackedBar"; "required": false; }; "barChart100StackedBar": { "alias": "barChart100StackedBar"; "required": false; }; "pieChart": { "alias": "pieChart"; "required": false; }; "pieChartPie": { "alias": "pieChartPie"; "required": false; }; "columnChart": { "alias": "columnChart"; "required": false; }; "columnChartColumn": { "alias": "columnChartColumn"; "required": false; }; "columnChartStackedColumn": { "alias": "columnChartStackedColumn"; "required": false; }; "columnChart100StackedColumn": { "alias": "columnChart100StackedColumn"; "required": false; }; "lineChart": { "alias": "lineChart"; "required": false; }; "lineChartLine": { "alias": "lineChartLine"; "required": false; }; "lineChartStackedLine": { "alias": "lineChartStackedLine"; "required": false; }; "lineChart100StackedLine": { "alias": "lineChart100StackedLine"; "required": false; }; "scatterChart": { "alias": "scatterChart"; "required": false; }; "scatterChartScatter": { "alias": "scatterChartScatter"; "required": false; }; "configuration": { "alias": "configuration"; "required": false; }; "configurationCategoryAxis": { "alias": "configurationCategoryAxis"; "required": false; }; "configurationXAxis": { "alias": "configurationXAxis"; "required": false; }; "configurationValueAxis": { "alias": "configurationValueAxis"; "required": false; }; "configurationSeries": { "alias": "configurationSeries"; "required": false; }; "configurationSeriesAdd": { "alias": "configurationSeriesAdd"; "required": false; }; "formatChartArea": { "alias": "formatChartArea"; "required": false; }; "formatChartAreaMargins": { "alias": "formatChartAreaMargins"; "required": false; }; "formatChartAreaMarginsAuto": { "alias": "formatChartAreaMarginsAuto"; "required": false; }; "formatChartAreaMarginsLeft": { "alias": "formatChartAreaMarginsLeft"; "required": false; }; "formatChartAreaMarginsRight": { "alias": "formatChartAreaMarginsRight"; "required": false; }; "formatChartAreaMarginsTop": { "alias": "formatChartAreaMarginsTop"; "required": false; }; "formatChartAreaMarginsBottom": { "alias": "formatChartAreaMarginsBottom"; "required": false; }; "formatChartAreaBackground": { "alias": "formatChartAreaBackground"; "required": false; }; "formatChartAreaBackgroundColor": { "alias": "formatChartAreaBackgroundColor"; "required": false; }; "formatTitle": { "alias": "formatTitle"; "required": false; }; "formatTitleApplyTo": { "alias": "formatTitleApplyTo"; "required": false; }; "formatTitleChartTitle": { "alias": "formatTitleChartTitle"; "required": false; }; "formatTitleChartSubtitle": { "alias": "formatTitleChartSubtitle"; "required": false; }; "formatTitleLabel": { "alias": "formatTitleLabel"; "required": false; }; "formatTitleFont": { "alias": "formatTitleFont"; "required": false; }; "formatTitleFontPlaceholder": { "alias": "formatTitleFontPlaceholder"; "required": false; }; "formatTitleSize": { "alias": "formatTitleSize"; "required": false; }; "formatTitleSizePlaceholder": { "alias": "formatTitleSizePlaceholder"; "required": false; }; "formatTitleColor": { "alias": "formatTitleColor"; "required": false; }; "formatSeries": { "alias": "formatSeries"; "required": false; }; "formatSeriesApplyTo": { "alias": "formatSeriesApplyTo"; "required": false; }; "formatSeriesAllSeries": { "alias": "formatSeriesAllSeries"; "required": false; }; "formatSeriesColor": { "alias": "formatSeriesColor"; "required": false; }; "formatSeriesShowLabels": { "alias": "formatSeriesShowLabels"; "required": false; }; "formatLegend": { "alias": "formatLegend"; "required": false; }; "formatLegendShowLegend": { "alias": "formatLegendShowLegend"; "required": false; }; "formatLegendFont": { "alias": "formatLegendFont"; "required": false; }; "formatLegendFontPlaceholder": { "alias": "formatLegendFontPlaceholder"; "required": false; }; "formatLegendSize": { "alias": "formatLegendSize"; "required": false; }; "formatLegendSizePlaceholder": { "alias": "formatLegendSizePlaceholder"; "required": false; }; "formatLegendColor": { "alias": "formatLegendColor"; "required": false; }; "formatLegendPosition": { "alias": "formatLegendPosition"; "required": false; }; "formatLegendPositionTop": { "alias": "formatLegendPositionTop"; "required": false; }; "formatLegendPositionBottom": { "alias": "formatLegendPositionBottom"; "required": false; }; "formatLegendPositionLeft": { "alias": "formatLegendPositionLeft"; "required": false; }; "formatLegendPositionRight": { "alias": "formatLegendPositionRight"; "required": false; }; "formatCategoryAxis": { "alias": "formatCategoryAxis"; "required": false; }; "formatXAxis": { "alias": "formatXAxis"; "required": false; }; "formatCategoryAxisTitle": { "alias": "formatCategoryAxisTitle"; "required": false; }; "formatCategoryAxisTitlePlaceholder": { "alias": "formatCategoryAxisTitlePlaceholder"; "required": false; }; "formatCategoryAxisTitleFont": { "alias": "formatCategoryAxisTitleFont"; "required": false; }; "formatCategoryAxisTitleFontPlaceholder": { "alias": "formatCategoryAxisTitleFontPlaceholder"; "required": false; }; "formatCategoryAxisTitleSize": { "alias": "formatCategoryAxisTitleSize"; "required": false; }; "formatCategoryAxisTitleSizePlaceholder": { "alias": "formatCategoryAxisTitleSizePlaceholder"; "required": false; }; "formatCategoryAxisTitleColor": { "alias": "formatCategoryAxisTitleColor"; "required": false; }; "formatCategoryAxisLabels": { "alias": "formatCategoryAxisLabels"; "required": false; }; "formatCategoryAxisLabelsFont": { "alias": "formatCategoryAxisLabelsFont"; "required": false; }; "formatCategoryAxisLabelsFontPlaceholder": { "alias": "formatCategoryAxisLabelsFontPlaceholder"; "required": false; }; "formatCategoryAxisLabelsSize": { "alias": "formatCategoryAxisLabelsSize"; "required": false; }; "formatCategoryAxisLabelsSizePlaceholder": { "alias": "formatCategoryAxisLabelsSizePlaceholder"; "required": false; }; "formatCategoryAxisLabelsColor": { "alias": "formatCategoryAxisLabelsColor"; "required": false; }; "formatCategoryAxisLabelsRotation": { "alias": "formatCategoryAxisLabelsRotation"; "required": false; }; "formatCategoryAxisLabelsRotationAuto": { "alias": "formatCategoryAxisLabelsRotationAuto"; "required": false; }; "formatCategoryAxisLabelsReverseOrder": { "alias": "formatCategoryAxisLabelsReverseOrder"; "required": false; }; "formatValueAxis": { "alias": "formatValueAxis"; "required": false; }; "formatYAxis": { "alias": "formatYAxis"; "required": false; }; "formatValueAxisTitle": { "alias": "formatValueAxisTitle"; "required": false; }; "formatValueAxisTitlePlaceholder": { "alias": "formatValueAxisTitlePlaceholder"; "required": false; }; "formatValueAxisTitleFont": { "alias": "formatValueAxisTitleFont"; "required": false; }; "formatValueAxisTitleFontPlaceholder": { "alias": "formatValueAxisTitleFontPlaceholder"; "required": false; }; "formatValueAxisTitleSize": { "alias": "formatValueAxisTitleSize"; "required": false; }; "formatValueAxisTitleSizePlaceholder": { "alias": "formatValueAxisTitleSizePlaceholder"; "required": false; }; "formatValueAxisTitleColor": { "alias": "formatValueAxisTitleColor"; "required": false; }; "formatValueAxisLabels": { "alias": "formatValueAxisLabels"; "required": false; }; "formatValueAxisLabelsFormat": { "alias": "formatValueAxisLabelsFormat"; "required": false; }; "formatValueAxisLabelsFormatText": { "alias": "formatValueAxisLabelsFormatText"; "required": false; }; "formatValueAxisLabelsFormatNumber": { "alias": "formatValueAxisLabelsFormatNumber"; "required": false; }; "formatValueAxisLabelsFormatCurrency": { "alias": "formatValueAxisLabelsFormatCurrency"; "required": false; }; "formatValueAxisLabelsFormatPercent": { "alias": "formatValueAxisLabelsFormatPercent"; "required": false; }; "formatValueAxisLabelsFont": { "alias": "formatValueAxisLabelsFont"; "required": false; }; "formatValueAxisLabelsFontPlaceholder": { "alias": "formatValueAxisLabelsFontPlaceholder"; "required": false; }; "formatValueAxisLabelsSize": { "alias": "formatValueAxisLabelsSize"; "required": false; }; "formatValueAxisLabelsSizePlaceholder": { "alias": "formatValueAxisLabelsSizePlaceholder"; "required": false; }; "formatValueAxisLabelsColor": { "alias": "formatValueAxisLabelsColor"; "required": false; }; "formatValueAxisLabelsRotation": { "alias": "formatValueAxisLabelsRotation"; "required": false; }; "formatValueAxisLabelsRotationAuto": { "alias": "formatValueAxisLabelsRotationAuto"; "required": false; }; }, {}, never, never,
|
|
436
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, "[kendoChartWizardMessages]", never, { "windowTitle": { "alias": "windowTitle"; "required": false; }; "exportButton": { "alias": "exportButton"; "required": false; }; "exportPDFButton": { "alias": "exportPDFButton"; "required": false; }; "exportSVGButton": { "alias": "exportSVGButton"; "required": false; }; "exportPNGButton": { "alias": "exportPNGButton"; "required": false; }; "tabChart": { "alias": "tabChart"; "required": false; }; "tabData": { "alias": "tabData"; "required": false; }; "tabFormat": { "alias": "tabFormat"; "required": false; }; "barChart": { "alias": "barChart"; "required": false; }; "barChartBar": { "alias": "barChartBar"; "required": false; }; "barChartStackedBar": { "alias": "barChartStackedBar"; "required": false; }; "barChart100StackedBar": { "alias": "barChart100StackedBar"; "required": false; }; "pieChart": { "alias": "pieChart"; "required": false; }; "pieChartPie": { "alias": "pieChartPie"; "required": false; }; "columnChart": { "alias": "columnChart"; "required": false; }; "columnChartColumn": { "alias": "columnChartColumn"; "required": false; }; "columnChartStackedColumn": { "alias": "columnChartStackedColumn"; "required": false; }; "columnChart100StackedColumn": { "alias": "columnChart100StackedColumn"; "required": false; }; "lineChart": { "alias": "lineChart"; "required": false; }; "lineChartLine": { "alias": "lineChartLine"; "required": false; }; "lineChartStackedLine": { "alias": "lineChartStackedLine"; "required": false; }; "lineChart100StackedLine": { "alias": "lineChart100StackedLine"; "required": false; }; "scatterChart": { "alias": "scatterChart"; "required": false; }; "scatterChartScatter": { "alias": "scatterChartScatter"; "required": false; }; "configuration": { "alias": "configuration"; "required": false; }; "configurationCategoryAxis": { "alias": "configurationCategoryAxis"; "required": false; }; "configurationXAxis": { "alias": "configurationXAxis"; "required": false; }; "configurationValueAxis": { "alias": "configurationValueAxis"; "required": false; }; "configurationSeries": { "alias": "configurationSeries"; "required": false; }; "configurationSeriesAdd": { "alias": "configurationSeriesAdd"; "required": false; }; "formatChartArea": { "alias": "formatChartArea"; "required": false; }; "formatChartAreaMargins": { "alias": "formatChartAreaMargins"; "required": false; }; "formatChartAreaMarginsAuto": { "alias": "formatChartAreaMarginsAuto"; "required": false; }; "formatChartAreaMarginsLeft": { "alias": "formatChartAreaMarginsLeft"; "required": false; }; "formatChartAreaMarginsRight": { "alias": "formatChartAreaMarginsRight"; "required": false; }; "formatChartAreaMarginsTop": { "alias": "formatChartAreaMarginsTop"; "required": false; }; "formatChartAreaMarginsBottom": { "alias": "formatChartAreaMarginsBottom"; "required": false; }; "formatChartAreaBackground": { "alias": "formatChartAreaBackground"; "required": false; }; "formatChartAreaBackgroundColor": { "alias": "formatChartAreaBackgroundColor"; "required": false; }; "formatTitle": { "alias": "formatTitle"; "required": false; }; "formatTitleApplyTo": { "alias": "formatTitleApplyTo"; "required": false; }; "formatTitleChartTitle": { "alias": "formatTitleChartTitle"; "required": false; }; "formatTitleChartSubtitle": { "alias": "formatTitleChartSubtitle"; "required": false; }; "formatTitleLabel": { "alias": "formatTitleLabel"; "required": false; }; "formatTitleFont": { "alias": "formatTitleFont"; "required": false; }; "formatTitleFontPlaceholder": { "alias": "formatTitleFontPlaceholder"; "required": false; }; "formatTitleSize": { "alias": "formatTitleSize"; "required": false; }; "formatTitleSizePlaceholder": { "alias": "formatTitleSizePlaceholder"; "required": false; }; "formatTitleColor": { "alias": "formatTitleColor"; "required": false; }; "formatSeries": { "alias": "formatSeries"; "required": false; }; "formatSeriesApplyTo": { "alias": "formatSeriesApplyTo"; "required": false; }; "formatSeriesAllSeries": { "alias": "formatSeriesAllSeries"; "required": false; }; "formatSeriesColor": { "alias": "formatSeriesColor"; "required": false; }; "formatSeriesShowLabels": { "alias": "formatSeriesShowLabels"; "required": false; }; "formatLegend": { "alias": "formatLegend"; "required": false; }; "formatLegendShowLegend": { "alias": "formatLegendShowLegend"; "required": false; }; "formatLegendFont": { "alias": "formatLegendFont"; "required": false; }; "formatLegendFontPlaceholder": { "alias": "formatLegendFontPlaceholder"; "required": false; }; "formatLegendSize": { "alias": "formatLegendSize"; "required": false; }; "formatLegendSizePlaceholder": { "alias": "formatLegendSizePlaceholder"; "required": false; }; "formatLegendColor": { "alias": "formatLegendColor"; "required": false; }; "formatLegendPosition": { "alias": "formatLegendPosition"; "required": false; }; "formatLegendPositionTop": { "alias": "formatLegendPositionTop"; "required": false; }; "formatLegendPositionBottom": { "alias": "formatLegendPositionBottom"; "required": false; }; "formatLegendPositionLeft": { "alias": "formatLegendPositionLeft"; "required": false; }; "formatLegendPositionRight": { "alias": "formatLegendPositionRight"; "required": false; }; "formatCategoryAxis": { "alias": "formatCategoryAxis"; "required": false; }; "formatXAxis": { "alias": "formatXAxis"; "required": false; }; "formatCategoryAxisTitle": { "alias": "formatCategoryAxisTitle"; "required": false; }; "formatCategoryAxisTitlePlaceholder": { "alias": "formatCategoryAxisTitlePlaceholder"; "required": false; }; "formatCategoryAxisTitleFont": { "alias": "formatCategoryAxisTitleFont"; "required": false; }; "formatCategoryAxisTitleFontPlaceholder": { "alias": "formatCategoryAxisTitleFontPlaceholder"; "required": false; }; "formatCategoryAxisTitleSize": { "alias": "formatCategoryAxisTitleSize"; "required": false; }; "formatCategoryAxisTitleSizePlaceholder": { "alias": "formatCategoryAxisTitleSizePlaceholder"; "required": false; }; "formatCategoryAxisTitleColor": { "alias": "formatCategoryAxisTitleColor"; "required": false; }; "formatCategoryAxisLabels": { "alias": "formatCategoryAxisLabels"; "required": false; }; "formatCategoryAxisLabelsFont": { "alias": "formatCategoryAxisLabelsFont"; "required": false; }; "formatCategoryAxisLabelsFontPlaceholder": { "alias": "formatCategoryAxisLabelsFontPlaceholder"; "required": false; }; "formatCategoryAxisLabelsSize": { "alias": "formatCategoryAxisLabelsSize"; "required": false; }; "formatCategoryAxisLabelsSizePlaceholder": { "alias": "formatCategoryAxisLabelsSizePlaceholder"; "required": false; }; "formatCategoryAxisLabelsColor": { "alias": "formatCategoryAxisLabelsColor"; "required": false; }; "formatCategoryAxisLabelsRotation": { "alias": "formatCategoryAxisLabelsRotation"; "required": false; }; "formatCategoryAxisLabelsRotationAuto": { "alias": "formatCategoryAxisLabelsRotationAuto"; "required": false; }; "formatCategoryAxisLabelsReverseOrder": { "alias": "formatCategoryAxisLabelsReverseOrder"; "required": false; }; "formatValueAxis": { "alias": "formatValueAxis"; "required": false; }; "formatYAxis": { "alias": "formatYAxis"; "required": false; }; "formatValueAxisTitle": { "alias": "formatValueAxisTitle"; "required": false; }; "formatValueAxisTitlePlaceholder": { "alias": "formatValueAxisTitlePlaceholder"; "required": false; }; "formatValueAxisTitleFont": { "alias": "formatValueAxisTitleFont"; "required": false; }; "formatValueAxisTitleFontPlaceholder": { "alias": "formatValueAxisTitleFontPlaceholder"; "required": false; }; "formatValueAxisTitleSize": { "alias": "formatValueAxisTitleSize"; "required": false; }; "formatValueAxisTitleSizePlaceholder": { "alias": "formatValueAxisTitleSizePlaceholder"; "required": false; }; "formatValueAxisTitleColor": { "alias": "formatValueAxisTitleColor"; "required": false; }; "formatValueAxisLabels": { "alias": "formatValueAxisLabels"; "required": false; }; "formatValueAxisLabelsFormat": { "alias": "formatValueAxisLabelsFormat"; "required": false; }; "formatValueAxisLabelsFormatText": { "alias": "formatValueAxisLabelsFormatText"; "required": false; }; "formatValueAxisLabelsFormatNumber": { "alias": "formatValueAxisLabelsFormatNumber"; "required": false; }; "formatValueAxisLabelsFormatCurrency": { "alias": "formatValueAxisLabelsFormatCurrency"; "required": false; }; "formatValueAxisLabelsFormatPercent": { "alias": "formatValueAxisLabelsFormatPercent"; "required": false; }; "formatValueAxisLabelsFont": { "alias": "formatValueAxisLabelsFont"; "required": false; }; "formatValueAxisLabelsFontPlaceholder": { "alias": "formatValueAxisLabelsFontPlaceholder"; "required": false; }; "formatValueAxisLabelsSize": { "alias": "formatValueAxisLabelsSize"; "required": false; }; "formatValueAxisLabelsSizePlaceholder": { "alias": "formatValueAxisLabelsSizePlaceholder"; "required": false; }; "formatValueAxisLabelsColor": { "alias": "formatValueAxisLabelsColor"; "required": false; }; "formatValueAxisLabelsRotation": { "alias": "formatValueAxisLabelsRotation"; "required": false; }; "formatValueAxisLabelsRotationAuto": { "alias": "formatValueAxisLabelsRotationAuto"; "required": false; }; }, {}, never, never, true, never>;
|
|
437
437
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-chart-wizard",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "22.0.0-develop.1",
|
|
4
4
|
"description": "Kendo UI Angular Chart Wizard component",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -16,33 +16,27 @@
|
|
|
16
16
|
"Progress"
|
|
17
17
|
],
|
|
18
18
|
"@progress": {
|
|
19
|
-
"friendlyName": "Chart Wizard"
|
|
20
|
-
"package": {
|
|
21
|
-
"productName": "Kendo UI for Angular",
|
|
22
|
-
"productCode": "KENDOUIANGULAR",
|
|
23
|
-
"publishDate": 1768393315,
|
|
24
|
-
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"
|
|
25
|
-
}
|
|
19
|
+
"friendlyName": "Chart Wizard"
|
|
26
20
|
},
|
|
27
21
|
"peerDependencies": {
|
|
28
|
-
"@angular/animations": "
|
|
29
|
-
"@angular/common": "
|
|
30
|
-
"@angular/core": "
|
|
31
|
-
"@angular/platform-browser": "
|
|
32
|
-
"@progress/kendo-angular-common": "
|
|
33
|
-
"@progress/kendo-angular-dialog": "
|
|
34
|
-
"@progress/kendo-angular-buttons": "
|
|
35
|
-
"@progress/kendo-angular-grid": "
|
|
36
|
-
"@progress/kendo-angular-charts": "
|
|
37
|
-
"@progress/kendo-angular-dropdowns": "
|
|
38
|
-
"@progress/kendo-angular-layout": "
|
|
39
|
-
"@progress/kendo-angular-icons": "
|
|
40
|
-
"@progress/kendo-angular-inputs": "
|
|
41
|
-
"@progress/kendo-angular-label": "
|
|
42
|
-
"@progress/kendo-angular-intl": "
|
|
43
|
-
"@progress/kendo-angular-l10n": "
|
|
44
|
-
"@progress/kendo-angular-navigation": "
|
|
45
|
-
"@progress/kendo-angular-popup": "
|
|
22
|
+
"@angular/animations": "19 - 21",
|
|
23
|
+
"@angular/common": "19 - 21",
|
|
24
|
+
"@angular/core": "19 - 21",
|
|
25
|
+
"@angular/platform-browser": "19 - 21",
|
|
26
|
+
"@progress/kendo-angular-common": "22.0.0-develop.1",
|
|
27
|
+
"@progress/kendo-angular-dialog": "22.0.0-develop.1",
|
|
28
|
+
"@progress/kendo-angular-buttons": "22.0.0-develop.1",
|
|
29
|
+
"@progress/kendo-angular-grid": "22.0.0-develop.1",
|
|
30
|
+
"@progress/kendo-angular-charts": "22.0.0-develop.1",
|
|
31
|
+
"@progress/kendo-angular-dropdowns": "22.0.0-develop.1",
|
|
32
|
+
"@progress/kendo-angular-layout": "22.0.0-develop.1",
|
|
33
|
+
"@progress/kendo-angular-icons": "22.0.0-develop.1",
|
|
34
|
+
"@progress/kendo-angular-inputs": "22.0.0-develop.1",
|
|
35
|
+
"@progress/kendo-angular-label": "22.0.0-develop.1",
|
|
36
|
+
"@progress/kendo-angular-intl": "22.0.0-develop.1",
|
|
37
|
+
"@progress/kendo-angular-l10n": "22.0.0-develop.1",
|
|
38
|
+
"@progress/kendo-angular-navigation": "22.0.0-develop.1",
|
|
39
|
+
"@progress/kendo-angular-popup": "22.0.0-develop.1",
|
|
46
40
|
"@progress/kendo-drawing": "^1.23.1",
|
|
47
41
|
"@progress/kendo-file-saver": "^1.1.1",
|
|
48
42
|
"@progress/kendo-licensing": "^1.7.0",
|
|
@@ -51,7 +45,7 @@
|
|
|
51
45
|
"dependencies": {
|
|
52
46
|
"tslib": "^2.3.1",
|
|
53
47
|
"@progress/kendo-charts": "2.9.0",
|
|
54
|
-
"@progress/kendo-angular-schematics": "
|
|
48
|
+
"@progress/kendo-angular-schematics": "22.0.0-develop.1",
|
|
55
49
|
"@progress/kendo-common": "^1.0.1"
|
|
56
50
|
},
|
|
57
51
|
"schematics": "./schematics/collection.json",
|
|
@@ -63,8 +57,6 @@
|
|
|
63
57
|
},
|
|
64
58
|
".": {
|
|
65
59
|
"types": "./index.d.ts",
|
|
66
|
-
"esm2022": "./esm2022/progress-kendo-angular-chart-wizard.mjs",
|
|
67
|
-
"esm": "./esm2022/progress-kendo-angular-chart-wizard.mjs",
|
|
68
60
|
"default": "./fesm2022/progress-kendo-angular-chart-wizard.mjs"
|
|
69
61
|
}
|
|
70
62
|
},
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ChartWizardCommon } from '@progress/kendo-charts';
|
|
6
|
-
/**
|
|
7
|
-
* @hidden
|
|
8
|
-
*/
|
|
9
|
-
export const fontSizes = ChartWizardCommon.fontSizes;
|
|
10
|
-
/**
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
export const fontNames = ChartWizardCommon.fontNames;
|
|
14
|
-
/**
|
|
15
|
-
* @hidden
|
|
16
|
-
*/
|
|
17
|
-
export const createState = ChartWizardCommon.createState;
|
|
18
|
-
/**
|
|
19
|
-
* @hidden
|
|
20
|
-
*/
|
|
21
|
-
export const updateState = ChartWizardCommon.updateState;
|
|
22
|
-
/**
|
|
23
|
-
* @hidden
|
|
24
|
-
*/
|
|
25
|
-
export const mergeStates = ChartWizardCommon.mergeStates;
|
|
26
|
-
/**
|
|
27
|
-
* @hidden
|
|
28
|
-
*/
|
|
29
|
-
export const isCategorical = ChartWizardCommon.isCategorical;
|
|
30
|
-
/**
|
|
31
|
-
* @hidden
|
|
32
|
-
*/
|
|
33
|
-
export const parseFont = ChartWizardCommon.parseFont;
|
|
34
|
-
/**
|
|
35
|
-
* @hidden
|
|
36
|
-
*/
|
|
37
|
-
export const ActionTypes = ChartWizardCommon.ActionTypes;
|
|
38
|
-
/**
|
|
39
|
-
* @hidden
|
|
40
|
-
*/
|
|
41
|
-
export const rotations = [
|
|
42
|
-
{ text: 'Auto', value: 'auto' },
|
|
43
|
-
{ text: '0°', value: 0 },
|
|
44
|
-
{ text: '45°', value: 45 },
|
|
45
|
-
{ text: '90°', value: 90 },
|
|
46
|
-
{ text: '135°', value: 135 },
|
|
47
|
-
{ text: '180°', value: 180 }
|
|
48
|
-
];
|
|
49
|
-
/**
|
|
50
|
-
* @hidden
|
|
51
|
-
*/
|
|
52
|
-
export const positions = [
|
|
53
|
-
{ text: 'Top', value: 'top' },
|
|
54
|
-
{ text: 'Bottom', value: 'bottom' },
|
|
55
|
-
{ text: 'Left', value: 'left' },
|
|
56
|
-
{ text: 'Right', value: 'right' }
|
|
57
|
-
];
|