@progress/kendo-angular-pivotgrid 19.0.0-develop.2 → 19.0.0-develop.21
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/esm2022/configurator/chip-menu/filtering/string-filter-menu.component.mjs +1 -1
- package/esm2022/configurator/configurator.component.mjs +3 -3
- package/esm2022/package-metadata.mjs +2 -2
- package/esm2022/pivotgrid.component.mjs +5 -4
- package/fesm2022/progress-kendo-angular-pivotgrid.mjs +11 -10
- package/package.json +14 -14
- package/pivotgrid.component.d.ts +3 -2
- package/schematics/ngAdd/index.js +2 -2
@@ -110,7 +110,7 @@ export class StringFilterMenuComponent {
|
|
110
110
|
formControlName="value"
|
111
111
|
/>
|
112
112
|
</ng-container>
|
113
|
-
`, isInline: true, dependencies: [{ kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i3.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i3.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "
|
113
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i3.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i3.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { 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: "directive", type: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }, { kind: "directive", type: TextBoxDirective, selector: "input[kendoTextBox]", inputs: ["value"] }] });
|
114
114
|
}
|
115
115
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StringFilterMenuComponent, decorators: [{
|
116
116
|
type: Component,
|
@@ -219,8 +219,8 @@ export class PivotGridConfiguratorComponent {
|
|
219
219
|
* A function which provides the child nodes for a given parent node.
|
220
220
|
*/
|
221
221
|
children = (node) => {
|
222
|
-
if (this.dataService.directive
|
223
|
-
const observable = from(this.dataService.directive
|
222
|
+
if (this.dataService.directive?.type === 'olap') {
|
223
|
+
const observable = from(this.dataService.directive?.fetchChildren(node, this.fields));
|
224
224
|
return observable.pipe(mergeMap(value => of(value)));
|
225
225
|
}
|
226
226
|
return of(node.children);
|
@@ -230,7 +230,7 @@ export class PivotGridConfiguratorComponent {
|
|
230
230
|
* (Only for OLAP data-binding directive)
|
231
231
|
*/
|
232
232
|
handleChildrenLoaded(event) {
|
233
|
-
if (this.dataService.directive
|
233
|
+
if (this.dataService.directive?.type === 'local') {
|
234
234
|
return;
|
235
235
|
}
|
236
236
|
const fields = event.children.map(item => item.dataItem);
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
13
|
-
publishDate:
|
14
|
-
version: '19.0.0-develop.
|
13
|
+
publishDate: 1747412034,
|
14
|
+
version: '19.0.0-develop.21',
|
15
15
|
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'
|
16
16
|
};
|
@@ -121,11 +121,12 @@ export class PivotGridComponent {
|
|
121
121
|
*/
|
122
122
|
columnHeadersWidth = 200;
|
123
123
|
/**
|
124
|
-
*
|
124
|
+
* When the keyboard navigation is enabled, the user can use dedicated shortcuts to interact with the PivotGrid.
|
125
|
+
* By default, navigation is enabled. To disable it altogether, and include the PivotGrid content in the normal tab sequence, set the property to `false`.
|
125
126
|
*
|
126
|
-
* @default
|
127
|
+
* @default true
|
127
128
|
*/
|
128
|
-
navigable =
|
129
|
+
navigable = true;
|
129
130
|
/**
|
130
131
|
* Holds the displayed aggregated PivotGrid values.
|
131
132
|
*/
|
@@ -262,7 +263,7 @@ export class PivotGridComponent {
|
|
262
263
|
firstCell.setAttribute('tabindex', '0');
|
263
264
|
}
|
264
265
|
if (!this.navigationSubs) {
|
265
|
-
this.navigationSubs = this.dataService.directive
|
266
|
+
this.navigationSubs = this.dataService.directive?.expandChange.pipe(merge(this.dataService.directive?.configurationChange)).subscribe(() => this.zone.runOutsideAngular(() => {
|
266
267
|
setTimeout(() => this.navigation.update());
|
267
268
|
}));
|
268
269
|
this.subs.add(this.navigationSubs);
|
@@ -807,7 +807,7 @@ class StringFilterMenuComponent {
|
|
807
807
|
formControlName="value"
|
808
808
|
/>
|
809
809
|
</ng-container>
|
810
|
-
`, isInline: true, dependencies: [{ kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i3.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i3.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "
|
810
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i3.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i3.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { 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: "directive", type: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }, { kind: "directive", type: TextBoxDirective, selector: "input[kendoTextBox]", inputs: ["value"] }] });
|
811
811
|
}
|
812
812
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StringFilterMenuComponent, decorators: [{
|
813
813
|
type: Component,
|
@@ -2447,8 +2447,8 @@ class PivotGridConfiguratorComponent {
|
|
2447
2447
|
* A function which provides the child nodes for a given parent node.
|
2448
2448
|
*/
|
2449
2449
|
children = (node) => {
|
2450
|
-
if (this.dataService.directive
|
2451
|
-
const observable = from(this.dataService.directive
|
2450
|
+
if (this.dataService.directive?.type === 'olap') {
|
2451
|
+
const observable = from(this.dataService.directive?.fetchChildren(node, this.fields));
|
2452
2452
|
return observable.pipe(mergeMap(value => of(value)));
|
2453
2453
|
}
|
2454
2454
|
return of(node.children);
|
@@ -2458,7 +2458,7 @@ class PivotGridConfiguratorComponent {
|
|
2458
2458
|
* (Only for OLAP data-binding directive)
|
2459
2459
|
*/
|
2460
2460
|
handleChildrenLoaded(event) {
|
2461
|
-
if (this.dataService.directive
|
2461
|
+
if (this.dataService.directive?.type === 'local') {
|
2462
2462
|
return;
|
2463
2463
|
}
|
2464
2464
|
const fields = event.children.map(item => item.dataItem);
|
@@ -3795,8 +3795,8 @@ const packageMetadata = {
|
|
3795
3795
|
productName: 'Kendo UI for Angular',
|
3796
3796
|
productCode: 'KENDOUIANGULAR',
|
3797
3797
|
productCodes: ['KENDOUIANGULAR'],
|
3798
|
-
publishDate:
|
3799
|
-
version: '19.0.0-develop.
|
3798
|
+
publishDate: 1747412034,
|
3799
|
+
version: '19.0.0-develop.21',
|
3800
3800
|
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'
|
3801
3801
|
};
|
3802
3802
|
|
@@ -4714,11 +4714,12 @@ class PivotGridComponent {
|
|
4714
4714
|
*/
|
4715
4715
|
columnHeadersWidth = 200;
|
4716
4716
|
/**
|
4717
|
-
*
|
4717
|
+
* When the keyboard navigation is enabled, the user can use dedicated shortcuts to interact with the PivotGrid.
|
4718
|
+
* By default, navigation is enabled. To disable it altogether, and include the PivotGrid content in the normal tab sequence, set the property to `false`.
|
4718
4719
|
*
|
4719
|
-
* @default
|
4720
|
+
* @default true
|
4720
4721
|
*/
|
4721
|
-
navigable =
|
4722
|
+
navigable = true;
|
4722
4723
|
/**
|
4723
4724
|
* Holds the displayed aggregated PivotGrid values.
|
4724
4725
|
*/
|
@@ -4855,7 +4856,7 @@ class PivotGridComponent {
|
|
4855
4856
|
firstCell.setAttribute('tabindex', '0');
|
4856
4857
|
}
|
4857
4858
|
if (!this.navigationSubs) {
|
4858
|
-
this.navigationSubs = this.dataService.directive
|
4859
|
+
this.navigationSubs = this.dataService.directive?.expandChange.pipe(merge(this.dataService.directive?.configurationChange)).subscribe(() => this.zone.runOutsideAngular(() => {
|
4859
4860
|
setTimeout(() => this.navigation.update());
|
4860
4861
|
}));
|
4861
4862
|
this.subs.add(this.navigationSubs);
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-pivotgrid",
|
3
|
-
"version": "19.0.0-develop.
|
3
|
+
"version": "19.0.0-develop.21",
|
4
4
|
"description": "PivotGrid package for Angular",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"author": "Progress",
|
@@ -18,7 +18,7 @@
|
|
18
18
|
"package": {
|
19
19
|
"productName": "Kendo UI for Angular",
|
20
20
|
"productCode": "KENDOUIANGULAR",
|
21
|
-
"publishDate":
|
21
|
+
"publishDate": 1747412034,
|
22
22
|
"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"
|
23
23
|
}
|
24
24
|
},
|
@@ -31,22 +31,22 @@
|
|
31
31
|
"@progress/kendo-data-query": "^1.5.5",
|
32
32
|
"@progress/kendo-drawing": "^1.21.0",
|
33
33
|
"@progress/kendo-licensing": "^1.5.0",
|
34
|
-
"@progress/kendo-angular-buttons": "19.0.0-develop.
|
35
|
-
"@progress/kendo-angular-common": "19.0.0-develop.
|
36
|
-
"@progress/kendo-angular-dropdowns": "19.0.0-develop.
|
37
|
-
"@progress/kendo-angular-indicators": "19.0.0-develop.
|
38
|
-
"@progress/kendo-angular-inputs": "19.0.0-develop.
|
39
|
-
"@progress/kendo-angular-intl": "19.0.0-develop.
|
40
|
-
"@progress/kendo-angular-l10n": "19.0.0-develop.
|
41
|
-
"@progress/kendo-angular-popup": "19.0.0-develop.
|
42
|
-
"@progress/kendo-angular-icons": "19.0.0-develop.
|
43
|
-
"@progress/kendo-angular-treeview": "19.0.0-develop.
|
34
|
+
"@progress/kendo-angular-buttons": "19.0.0-develop.21",
|
35
|
+
"@progress/kendo-angular-common": "19.0.0-develop.21",
|
36
|
+
"@progress/kendo-angular-dropdowns": "19.0.0-develop.21",
|
37
|
+
"@progress/kendo-angular-indicators": "19.0.0-develop.21",
|
38
|
+
"@progress/kendo-angular-inputs": "19.0.0-develop.21",
|
39
|
+
"@progress/kendo-angular-intl": "19.0.0-develop.21",
|
40
|
+
"@progress/kendo-angular-l10n": "19.0.0-develop.21",
|
41
|
+
"@progress/kendo-angular-popup": "19.0.0-develop.21",
|
42
|
+
"@progress/kendo-angular-icons": "19.0.0-develop.21",
|
43
|
+
"@progress/kendo-angular-treeview": "19.0.0-develop.21",
|
44
44
|
"rxjs": "^6.5.3 || ^7.0.0"
|
45
45
|
},
|
46
46
|
"dependencies": {
|
47
47
|
"tslib": "^2.3.1",
|
48
|
-
"@progress/kendo-angular-schematics": "19.0.0-develop.
|
49
|
-
"@progress/kendo-pivotgrid-common": "0.6.
|
48
|
+
"@progress/kendo-angular-schematics": "19.0.0-develop.21",
|
49
|
+
"@progress/kendo-pivotgrid-common": "0.6.3"
|
50
50
|
},
|
51
51
|
"schematics": "./schematics/collection.json",
|
52
52
|
"module": "fesm2022/progress-kendo-angular-pivotgrid.mjs",
|
package/pivotgrid.component.d.ts
CHANGED
@@ -76,9 +76,10 @@ export declare class PivotGridComponent implements AfterViewInit, AfterContentIn
|
|
76
76
|
*/
|
77
77
|
columnHeadersWidth: number;
|
78
78
|
/**
|
79
|
-
*
|
79
|
+
* When the keyboard navigation is enabled, the user can use dedicated shortcuts to interact with the PivotGrid.
|
80
|
+
* By default, navigation is enabled. To disable it altogether, and include the PivotGrid content in the normal tab sequence, set the property to `false`.
|
80
81
|
*
|
81
|
-
* @default
|
82
|
+
* @default true
|
82
83
|
*/
|
83
84
|
navigable: boolean;
|
84
85
|
/**
|
@@ -6,11 +6,11 @@ function default_1(options) {
|
|
6
6
|
// Additional dependencies to install.
|
7
7
|
// See https://github.com/telerik/kendo-schematics/issues/28
|
8
8
|
peerDependencies: {
|
9
|
-
'@progress/kendo-angular-dialog': '19.0.0-develop.
|
9
|
+
'@progress/kendo-angular-dialog': '19.0.0-develop.21',
|
10
10
|
// peer dep of the icons
|
11
11
|
'@progress/kendo-svg-icons': '^4.0.0',
|
12
12
|
// peer dep of the dropdowns
|
13
|
-
'@progress/kendo-angular-navigation': '19.0.0-develop.
|
13
|
+
'@progress/kendo-angular-navigation': '19.0.0-develop.21'
|
14
14
|
} });
|
15
15
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
16
16
|
}
|