@progress/kendo-angular-chart-wizard 22.1.0-develop.8 → 23.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.
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { EventEmitter, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
|
|
6
6
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
7
|
+
import { LicenseMessage } from '@progress/kendo-licensing';
|
|
7
8
|
import { ChartWizardDataRow, ChartWizardInitialState } from './chart-wizard-state';
|
|
8
9
|
import { StateService } from './state.service';
|
|
9
10
|
import { ChartComponent } from '@progress/kendo-angular-charts';
|
|
@@ -56,7 +57,7 @@ export declare class ChartWizardComponent implements OnChanges, OnDestroy {
|
|
|
56
57
|
/**
|
|
57
58
|
* @hidden
|
|
58
59
|
*/
|
|
59
|
-
licenseMessage?:
|
|
60
|
+
licenseMessage?: LicenseMessage;
|
|
60
61
|
/**
|
|
61
62
|
* @hidden
|
|
62
63
|
*/
|
|
@@ -37,7 +37,7 @@ const packageMetadata = {
|
|
|
37
37
|
productCode: 'KENDOUIANGULAR',
|
|
38
38
|
productCodes: ['KENDOUIANGULAR'],
|
|
39
39
|
publishDate: 0,
|
|
40
|
-
version: '
|
|
40
|
+
version: '23.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
|
|
|
@@ -313,7 +313,7 @@ class ChartWizardPropertyPaneDataTabComponent {
|
|
|
313
313
|
}
|
|
314
314
|
</form>
|
|
315
315
|
</kendo-expansionpanel>
|
|
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 });
|
|
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", "csvExport", "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
318
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ChartWizardPropertyPaneDataTabComponent, decorators: [{
|
|
319
319
|
type: Component,
|
|
@@ -911,7 +911,6 @@ class ChartWizardPropertyPaneFormFieldComponent {
|
|
|
911
911
|
}
|
|
912
912
|
@if (inputType === 'checkbox') {
|
|
913
913
|
<kendo-checkbox
|
|
914
|
-
class="k-checkbox-md k-rounded-md"
|
|
915
914
|
[checkedState]="value"
|
|
916
915
|
(checkedStateChange)="valueChange.emit($event)"
|
|
917
916
|
></kendo-checkbox>
|
|
@@ -997,7 +996,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
997
996
|
}
|
|
998
997
|
@if (inputType === 'checkbox') {
|
|
999
998
|
<kendo-checkbox
|
|
1000
|
-
class="k-checkbox-md k-rounded-md"
|
|
1001
999
|
[checkedState]="value"
|
|
1002
1000
|
(checkedStateChange)="valueChange.emit($event)"
|
|
1003
1001
|
></kendo-checkbox>
|
|
@@ -4026,7 +4024,7 @@ function getGridSelectedRows(args) {
|
|
|
4026
4024
|
const getWizardDataFromGridSelection = (args) => getWizardDataFromDataRows(getGridSelectedRows(args));
|
|
4027
4025
|
|
|
4028
4026
|
/**
|
|
4029
|
-
* Binds the Chart Wizard to the selection state of the Grid ([see example](
|
|
4027
|
+
* Binds the Chart Wizard to the selection state of the Grid ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/chart-integration)).
|
|
4030
4028
|
*
|
|
4031
4029
|
* @example
|
|
4032
4030
|
* ```html
|
|
@@ -7,7 +7,7 @@ import { GridComponent, RowArgs } from "@progress/kendo-angular-grid";
|
|
|
7
7
|
import { ChartWizardDataRow } from "../chart-wizard-state";
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
|
-
* Binds the Chart Wizard to the selection state of the Grid ([see example](
|
|
10
|
+
* Binds the Chart Wizard to the selection state of the Grid ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/chart-integration)).
|
|
11
11
|
*
|
|
12
12
|
* @example
|
|
13
13
|
* ```html
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "
|
|
10
|
+
"publishDate": 1770287088,
|
|
11
|
+
"version": "23.0.0-develop.1",
|
|
12
12
|
"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"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-chart-wizard",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "23.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",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"package": {
|
|
21
21
|
"productName": "Kendo UI for Angular",
|
|
22
22
|
"productCode": "KENDOUIANGULAR",
|
|
23
|
-
"publishDate":
|
|
23
|
+
"publishDate": 1770287088,
|
|
24
24
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"
|
|
25
25
|
}
|
|
26
26
|
},
|
|
@@ -29,29 +29,29 @@
|
|
|
29
29
|
"@angular/common": "19 - 21",
|
|
30
30
|
"@angular/core": "19 - 21",
|
|
31
31
|
"@angular/platform-browser": "19 - 21",
|
|
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": "
|
|
46
|
-
"@progress/kendo-drawing": "^1.
|
|
32
|
+
"@progress/kendo-angular-common": "23.0.0-develop.1",
|
|
33
|
+
"@progress/kendo-angular-dialog": "23.0.0-develop.1",
|
|
34
|
+
"@progress/kendo-angular-buttons": "23.0.0-develop.1",
|
|
35
|
+
"@progress/kendo-angular-grid": "23.0.0-develop.1",
|
|
36
|
+
"@progress/kendo-angular-charts": "23.0.0-develop.1",
|
|
37
|
+
"@progress/kendo-angular-dropdowns": "23.0.0-develop.1",
|
|
38
|
+
"@progress/kendo-angular-layout": "23.0.0-develop.1",
|
|
39
|
+
"@progress/kendo-angular-icons": "23.0.0-develop.1",
|
|
40
|
+
"@progress/kendo-angular-inputs": "23.0.0-develop.1",
|
|
41
|
+
"@progress/kendo-angular-label": "23.0.0-develop.1",
|
|
42
|
+
"@progress/kendo-angular-intl": "23.0.0-develop.1",
|
|
43
|
+
"@progress/kendo-angular-l10n": "23.0.0-develop.1",
|
|
44
|
+
"@progress/kendo-angular-navigation": "23.0.0-develop.1",
|
|
45
|
+
"@progress/kendo-angular-popup": "23.0.0-develop.1",
|
|
46
|
+
"@progress/kendo-drawing": "^1.24.0",
|
|
47
47
|
"@progress/kendo-file-saver": "^1.1.1",
|
|
48
|
-
"@progress/kendo-licensing": "^1.
|
|
48
|
+
"@progress/kendo-licensing": "^1.10.0",
|
|
49
49
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"tslib": "^2.3.1",
|
|
53
|
-
"@progress/kendo-charts": "2.
|
|
54
|
-
"@progress/kendo-angular-schematics": "
|
|
53
|
+
"@progress/kendo-charts": "2.11.0",
|
|
54
|
+
"@progress/kendo-angular-schematics": "23.0.0-develop.1",
|
|
55
55
|
"@progress/kendo-common": "^1.0.1"
|
|
56
56
|
},
|
|
57
57
|
"schematics": "./schematics/collection.json",
|