@progress/kendo-angular-pivotgrid 24.2.2-develop.9 → 25.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-pivotgrid.mjs +122 -119
- package/index.d.ts +1667 -25
- package/package-metadata.mjs +2 -2
- package/package.json +18 -18
- package/schematics/ngAdd/index.js +2 -2
- package/configurator/chip-kb-nav.directive.d.ts +0 -25
- package/configurator/chip-menu/chip-menu-container.component.d.ts +0 -21
- package/configurator/chip-menu/chip-menu-filter.component.d.ts +0 -44
- package/configurator/chip-menu/chip-menu-item-base.d.ts +0 -22
- package/configurator/chip-menu/chip-menu-item-content-template.directive.d.ts +0 -18
- package/configurator/chip-menu/chip-menu-item.component.d.ts +0 -60
- package/configurator/chip-menu/chip-menu-item.directive.d.ts +0 -32
- package/configurator/chip-menu/chip-menu-reorder.component.d.ts +0 -44
- package/configurator/chip-menu/chip-menu-sort.component.d.ts +0 -36
- package/configurator/chip-menu/chip-menu.component.d.ts +0 -41
- package/configurator/chip-menu/chip-menu.service.d.ts +0 -26
- package/configurator/chip-menu/filtering/filter-menu-container.component.d.ts +0 -44
- package/configurator/chip-menu/filtering/filter-menu-dropdownlist.directive.d.ts +0 -19
- package/configurator/chip-menu/filtering/menu-tabbing.service.d.ts +0 -16
- package/configurator/chip-menu/filtering/string-filter-menu.component.d.ts +0 -53
- package/configurator/chip-menu/single-popup.service.d.ts +0 -53
- package/configurator/configurator.component.d.ts +0 -128
- package/configurator/configurator.service.d.ts +0 -32
- package/configurator/draggable.directive.d.ts +0 -34
- package/configurator/drop-cue.service.d.ts +0 -23
- package/configurator/drop-target.directive.d.ts +0 -38
- package/data-binding/base-binding-directive.d.ts +0 -74
- package/data-binding/local-binding.directive.d.ts +0 -57
- package/data-binding/olap-binding.directive.d.ts +0 -58
- package/data-binding/pivotgrid-data.service.d.ts +0 -51
- package/directives.d.ts +0 -58
- package/localization/custom-messages.component.d.ts +0 -31
- package/localization/localized-messages.directive.d.ts +0 -16
- package/localization/messages.d.ts +0 -178
- package/localization/pivot-localization.service.d.ts +0 -19
- package/models/configuration-change-event.d.ts +0 -36
- package/models/configurator-chipmenu-reorder-target.d.ts +0 -8
- package/models/configurator-orientation.d.ts +0 -10
- package/models/configurator-position.d.ts +0 -10
- package/models/configurator-settings.d.ts +0 -37
- package/models/data-row-item.d.ts +0 -18
- package/models/drop-section.d.ts +0 -8
- package/models/drop-target.d.ts +0 -8
- package/models/expanded-change-event.d.ts +0 -27
- package/models/expanded-state-action.d.ts +0 -16
- package/models/loader-settings.d.ts +0 -57
- package/models/virtualization-settings.d.ts +0 -43
- package/package-metadata.d.ts +0 -9
- package/pivotgrid.component.d.ts +0 -145
- package/pivotgrid.module.d.ts +0 -56
- package/rendering/pivotgrid-cell.directive.d.ts +0 -38
- package/rendering/pivotgrid-table.component.d.ts +0 -60
- package/rendering/templates/pivotgrid-cell-template.directive.d.ts +0 -35
- package/rendering/templates/pivotgrid-column-header-cell-template.directive.d.ts +0 -35
- package/rendering/templates/pivotgrid-row-header-cell-template.directive.d.ts +0 -35
- package/rendering/templates/pivotgrid-value-cell-template.directive.d.ts +0 -34
- package/util.d.ts +0 -87
- package/virtual/scroll.service.d.ts +0 -15
- package/virtual/scrollable-container.d.ts +0 -35
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": 1783679963,
|
|
11
|
+
"version": "25.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-pivotgrid",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "25.0.0-develop.1",
|
|
4
4
|
"description": "PivotGrid package for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -18,34 +18,34 @@
|
|
|
18
18
|
"package": {
|
|
19
19
|
"productName": "Kendo UI for Angular",
|
|
20
20
|
"productCode": "KENDOUIANGULAR",
|
|
21
|
-
"publishDate":
|
|
21
|
+
"publishDate": 1783679963,
|
|
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
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@angular/animations": "
|
|
27
|
-
"@angular/common": "
|
|
28
|
-
"@angular/core": "
|
|
29
|
-
"@angular/forms": "
|
|
30
|
-
"@angular/platform-browser": "
|
|
26
|
+
"@angular/animations": "20 - 22",
|
|
27
|
+
"@angular/common": "20 - 22",
|
|
28
|
+
"@angular/core": "20 - 22",
|
|
29
|
+
"@angular/forms": "20 - 22",
|
|
30
|
+
"@angular/platform-browser": "20 - 22",
|
|
31
31
|
"@progress/kendo-data-query": "^1.7.3",
|
|
32
32
|
"@progress/kendo-drawing": "^1.25.0",
|
|
33
33
|
"@progress/kendo-licensing": "^1.11.0",
|
|
34
|
-
"@progress/kendo-angular-buttons": "
|
|
35
|
-
"@progress/kendo-angular-common": "
|
|
36
|
-
"@progress/kendo-angular-dropdowns": "
|
|
37
|
-
"@progress/kendo-angular-indicators": "
|
|
38
|
-
"@progress/kendo-angular-inputs": "
|
|
39
|
-
"@progress/kendo-angular-intl": "
|
|
40
|
-
"@progress/kendo-angular-l10n": "
|
|
41
|
-
"@progress/kendo-angular-popup": "
|
|
42
|
-
"@progress/kendo-angular-icons": "
|
|
43
|
-
"@progress/kendo-angular-treeview": "
|
|
34
|
+
"@progress/kendo-angular-buttons": "25.0.0-develop.1",
|
|
35
|
+
"@progress/kendo-angular-common": "25.0.0-develop.1",
|
|
36
|
+
"@progress/kendo-angular-dropdowns": "25.0.0-develop.1",
|
|
37
|
+
"@progress/kendo-angular-indicators": "25.0.0-develop.1",
|
|
38
|
+
"@progress/kendo-angular-inputs": "25.0.0-develop.1",
|
|
39
|
+
"@progress/kendo-angular-intl": "25.0.0-develop.1",
|
|
40
|
+
"@progress/kendo-angular-l10n": "25.0.0-develop.1",
|
|
41
|
+
"@progress/kendo-angular-popup": "25.0.0-develop.1",
|
|
42
|
+
"@progress/kendo-angular-icons": "25.0.0-develop.1",
|
|
43
|
+
"@progress/kendo-angular-treeview": "25.0.0-develop.1",
|
|
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": "
|
|
48
|
+
"@progress/kendo-angular-schematics": "25.0.0-develop.1",
|
|
49
49
|
"@progress/kendo-pivotgrid-common": "0.6.3"
|
|
50
50
|
},
|
|
51
51
|
"schematics": "./schematics/collection.json",
|
|
@@ -11,11 +11,11 @@ function default_1(options) {
|
|
|
11
11
|
// Additional dependencies to install.
|
|
12
12
|
// See https://github.com/telerik/kendo-schematics/issues/28
|
|
13
13
|
peerDependencies: {
|
|
14
|
-
'@progress/kendo-angular-dialog': '
|
|
14
|
+
'@progress/kendo-angular-dialog': '25.0.0-develop.1',
|
|
15
15
|
// peer dep of the icons
|
|
16
16
|
'@progress/kendo-svg-icons': '^4.0.0',
|
|
17
17
|
// peer dep of the dropdowns
|
|
18
|
-
'@progress/kendo-angular-navigation': '
|
|
18
|
+
'@progress/kendo-angular-navigation': '25.0.0-develop.1'
|
|
19
19
|
} });
|
|
20
20
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
21
21
|
}
|
|
@@ -1,25 +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 { EventEmitter, NgZone, OnDestroy, OnInit, Renderer2 } from '@angular/core';
|
|
6
|
-
import { ChipComponent } from '@progress/kendo-angular-buttons';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export declare class ChipKeyboardNavigationDirective implements OnInit, OnDestroy {
|
|
12
|
-
private host;
|
|
13
|
-
private renderer;
|
|
14
|
-
private ngZone;
|
|
15
|
-
private keydownSub;
|
|
16
|
-
reorder: EventEmitter<{
|
|
17
|
-
direction: string;
|
|
18
|
-
sender: ChipComponent;
|
|
19
|
-
}>;
|
|
20
|
-
constructor(host: ChipComponent, renderer: Renderer2, ngZone: NgZone);
|
|
21
|
-
ngOnInit(): void;
|
|
22
|
-
ngOnDestroy(): void;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChipKeyboardNavigationDirective, never>;
|
|
24
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ChipKeyboardNavigationDirective, "[kendoChipKeyboardNavigation]", never, {}, { "reorder": "reorder"; }, never, never, true, never>;
|
|
25
|
-
}
|
|
@@ -1,21 +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 { ChipMenuItemDirective } from './chip-menu-item.directive';
|
|
6
|
-
import { AfterViewInit, NgZone, QueryList } from '@angular/core';
|
|
7
|
-
import { ChipMenuService } from './chip-menu.service';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
/**
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export declare class ChipMenuContainerComponent implements AfterViewInit {
|
|
13
|
-
private service;
|
|
14
|
-
private ngZone;
|
|
15
|
-
chipMenuItems: QueryList<ChipMenuItemDirective>;
|
|
16
|
-
hostClass: boolean;
|
|
17
|
-
constructor(service: ChipMenuService, ngZone: NgZone);
|
|
18
|
-
ngAfterViewInit(): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChipMenuContainerComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChipMenuContainerComponent, "kendo-pivot-chipmenu-container", never, {}, {}, ["chipMenuItems"], ["*"], true, never>;
|
|
21
|
-
}
|
|
@@ -1,44 +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 { EventEmitter } from '@angular/core';
|
|
6
|
-
import { AxisDescriptor } from '@progress/kendo-pivotgrid-common';
|
|
7
|
-
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
8
|
-
import { PivotLocalizationService } from '../../localization/pivot-localization.service';
|
|
9
|
-
import { ChipMenuItemBase } from './chip-menu-item-base';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
/**
|
|
12
|
-
* @hidden
|
|
13
|
-
* Represents the component for setting field filters in the PivotGrid.
|
|
14
|
-
*/
|
|
15
|
-
export declare class ChipMenuFilterComponent extends ChipMenuItemBase {
|
|
16
|
-
localization: PivotLocalizationService;
|
|
17
|
-
/**
|
|
18
|
-
* Fires when the content is expanded.
|
|
19
|
-
*/
|
|
20
|
-
expand: EventEmitter<any>;
|
|
21
|
-
/**
|
|
22
|
-
* Fires when the content is collapsed.
|
|
23
|
-
*/
|
|
24
|
-
collapse: EventEmitter<any>;
|
|
25
|
-
/**
|
|
26
|
-
* Holds current field information.
|
|
27
|
-
*/
|
|
28
|
-
chip: AxisDescriptor;
|
|
29
|
-
/**
|
|
30
|
-
* Specifies if the content is expanded.
|
|
31
|
-
*/
|
|
32
|
-
expanded: boolean;
|
|
33
|
-
actionsClass: string;
|
|
34
|
-
filterSVGIcon: SVGIcon;
|
|
35
|
-
constructor(localization: PivotLocalizationService);
|
|
36
|
-
onCollapse(): void;
|
|
37
|
-
onExpand(): void;
|
|
38
|
-
/**
|
|
39
|
-
* Returns the localized message for a given token
|
|
40
|
-
*/
|
|
41
|
-
messageFor(localizationToken: string): string;
|
|
42
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChipMenuFilterComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChipMenuFilterComponent, "kendo-pivot-chipmenu-filter", never, { "chip": { "alias": "chip"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; }, { "expand": "expand"; "collapse": "collapse"; }, never, never, true, never>;
|
|
44
|
-
}
|
|
@@ -1,22 +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 { OnInit } from '@angular/core';
|
|
6
|
-
import { ChipMenuService } from './chip-menu.service';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export declare class ChipMenuItemBase implements OnInit {
|
|
12
|
-
/**
|
|
13
|
-
* Represents the ChipMenuService class.
|
|
14
|
-
* Requires a mandatory input.
|
|
15
|
-
*/
|
|
16
|
-
service: ChipMenuService;
|
|
17
|
-
hostClass: boolean;
|
|
18
|
-
ngOnInit(): void;
|
|
19
|
-
close(): void;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChipMenuItemBase, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChipMenuItemBase, "kendo-pivot-chip-menu-item-base", never, { "service": { "alias": "service"; "required": false; }; }, {}, never, never, true, never>;
|
|
22
|
-
}
|
|
@@ -1,18 +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 { TemplateRef } from '@angular/core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*
|
|
10
|
-
* Represents the content template of the ChipMenuItemComponent.
|
|
11
|
-
* Provides an option for specifying the content of a chip menu item..
|
|
12
|
-
*/
|
|
13
|
-
export declare class ChipMenuItemContentTemplateDirective {
|
|
14
|
-
templateRef: TemplateRef<any>;
|
|
15
|
-
constructor(templateRef: TemplateRef<any>);
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChipMenuItemContentTemplateDirective, [{ optional: true; }]>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ChipMenuItemContentTemplateDirective, "[kendoPivotChipMenuItemContentTemplate]", never, {}, {}, never, never, true, never>;
|
|
18
|
-
}
|
|
@@ -1,60 +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 { EventEmitter, OnChanges } from '@angular/core';
|
|
6
|
-
import { ChipMenuItemContentTemplateDirective } from './chip-menu-item-content-template.directive';
|
|
7
|
-
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
/**
|
|
10
|
-
* @hidden
|
|
11
|
-
*
|
|
12
|
-
*/
|
|
13
|
-
export declare class ChipMenuItemComponent implements OnChanges {
|
|
14
|
-
/**
|
|
15
|
-
* Fires when the item is clicked.
|
|
16
|
-
*/
|
|
17
|
-
itemClick: EventEmitter<any>;
|
|
18
|
-
/**
|
|
19
|
-
* Fires when the content is expanded.
|
|
20
|
-
*/
|
|
21
|
-
expand: EventEmitter<any>;
|
|
22
|
-
/**
|
|
23
|
-
* Fires when the content is collapsed.
|
|
24
|
-
*/
|
|
25
|
-
collapse: EventEmitter<any>;
|
|
26
|
-
/**
|
|
27
|
-
* Specifies the name of the [font icon](https://www.telerik.com/kendo-angular-ui/components/styling/icons#icons-list)
|
|
28
|
-
* that will be rendered for the item.
|
|
29
|
-
*/
|
|
30
|
-
icon: string;
|
|
31
|
-
/**
|
|
32
|
-
* Defines an SVGIcon to be rendered for the column menu items.
|
|
33
|
-
* The input can take either an [existing Kendo SVG icon](https://www.telerik.com/kendo-angular-ui/components/icons/svgicon/svgicon-list) or a custom one.
|
|
34
|
-
*/
|
|
35
|
-
svgIcon: SVGIcon;
|
|
36
|
-
/**
|
|
37
|
-
* Specifies the item text.
|
|
38
|
-
*/
|
|
39
|
-
text: string;
|
|
40
|
-
/**
|
|
41
|
-
* Specifies if the item is selected.
|
|
42
|
-
*/
|
|
43
|
-
selected: boolean;
|
|
44
|
-
/**
|
|
45
|
-
* Specifies if the item is expanded.
|
|
46
|
-
*/
|
|
47
|
-
expanded: boolean;
|
|
48
|
-
/**
|
|
49
|
-
* Specified if the item is disabled
|
|
50
|
-
*/
|
|
51
|
-
disabled: boolean;
|
|
52
|
-
contentTemplate: ChipMenuItemContentTemplateDirective;
|
|
53
|
-
get iconClass(): string;
|
|
54
|
-
contentState: string;
|
|
55
|
-
ngOnChanges(changes: any): void;
|
|
56
|
-
onClick(e: any): void;
|
|
57
|
-
private updateContentState;
|
|
58
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChipMenuItemComponent, never>;
|
|
59
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChipMenuItemComponent, "kendo-pivot-chipmenu-item", never, { "icon": { "alias": "icon"; "required": false; }; "svgIcon": { "alias": "svgIcon"; "required": false; }; "text": { "alias": "text"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "itemClick": "itemClick"; "expand": "expand"; "collapse": "collapse"; }, ["contentTemplate"], never, true, never>;
|
|
60
|
-
}
|
|
@@ -1,32 +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 { ElementRef, NgZone, Renderer2 } from '@angular/core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
export declare class ChipMenuItemDirective {
|
|
11
|
-
hostElement: ElementRef;
|
|
12
|
-
private renderer;
|
|
13
|
-
private ngZone;
|
|
14
|
-
menuItemComponent: any;
|
|
15
|
-
firstFocusableElement: HTMLElement;
|
|
16
|
-
lastFocusableElement: HTMLElement;
|
|
17
|
-
set isFirst(value: boolean);
|
|
18
|
-
get isFirst(): boolean;
|
|
19
|
-
set isLast(value: boolean);
|
|
20
|
-
get isLast(): boolean;
|
|
21
|
-
private _isFirst;
|
|
22
|
-
private _isLast;
|
|
23
|
-
private chipMenuItems;
|
|
24
|
-
private subs;
|
|
25
|
-
constructor(hostElement: ElementRef, renderer: Renderer2, ngZone: NgZone);
|
|
26
|
-
ngAfterViewInit(): void;
|
|
27
|
-
ngOnDestroy(): void;
|
|
28
|
-
private onTab;
|
|
29
|
-
private getLastColumnMenuItem;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChipMenuItemDirective, never>;
|
|
31
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ChipMenuItemDirective, "[kendoPivotChipMenuItem]", never, { "menuItemComponent": { "alias": "kendoPivotChipMenuItem"; "required": false; }; }, {}, never, never, true, never>;
|
|
32
|
-
}
|
|
@@ -1,44 +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 { ChangeDetectorRef, NgZone, Renderer2 } from '@angular/core';
|
|
6
|
-
import { ChipMenuItemBase } from './chip-menu-item-base';
|
|
7
|
-
import { ConfiguratorService } from '../configurator.service';
|
|
8
|
-
import { AxisDescriptor } from '@progress/kendo-pivotgrid-common';
|
|
9
|
-
import { PivotLocalizationService } from '../../localization/pivot-localization.service';
|
|
10
|
-
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
11
|
-
import { ChipMenuReorderTarget } from '../../models/configurator-chipmenu-reorder-target';
|
|
12
|
-
import { PivotGridDataService } from '../../data-binding/pivotgrid-data.service';
|
|
13
|
-
import * as i0 from "@angular/core";
|
|
14
|
-
/**
|
|
15
|
-
* @hidden
|
|
16
|
-
*
|
|
17
|
-
* Represents a chip-menu item for reordering PivotGrid fields.
|
|
18
|
-
*/
|
|
19
|
-
export declare class ChipMenuReorderComponent extends ChipMenuItemBase {
|
|
20
|
-
localization: PivotLocalizationService;
|
|
21
|
-
protected renderer: Renderer2;
|
|
22
|
-
protected configuratorService: ConfiguratorService;
|
|
23
|
-
protected dataService: PivotGridDataService;
|
|
24
|
-
protected cdr: ChangeDetectorRef;
|
|
25
|
-
protected ngZone: NgZone;
|
|
26
|
-
chip: AxisDescriptor;
|
|
27
|
-
columnsIcon: SVGIcon;
|
|
28
|
-
rowsIcon: SVGIcon;
|
|
29
|
-
arrowLeftIcon: SVGIcon;
|
|
30
|
-
arrowRightIcon: SVGIcon;
|
|
31
|
-
rtl: boolean;
|
|
32
|
-
get isColumnsField(): boolean;
|
|
33
|
-
get isRowsField(): boolean;
|
|
34
|
-
get isMeasureField(): boolean;
|
|
35
|
-
get isFirst(): boolean;
|
|
36
|
-
get isLast(): boolean;
|
|
37
|
-
private subs;
|
|
38
|
-
constructor(localization: PivotLocalizationService, renderer: Renderer2, configuratorService: ConfiguratorService, dataService: PivotGridDataService, cdr: ChangeDetectorRef, ngZone: NgZone);
|
|
39
|
-
ngOnDestroy(): void;
|
|
40
|
-
messageFor(localizationToken: string): string;
|
|
41
|
-
move(e: any, target: ChipMenuReorderTarget): void;
|
|
42
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChipMenuReorderComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChipMenuReorderComponent, "kendo-pivot-chipmenu-reorder", never, { "chip": { "alias": "chip"; "required": false; }; }, {}, never, never, true, never>;
|
|
44
|
-
}
|
|
@@ -1,36 +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 { Renderer2 } from '@angular/core';
|
|
6
|
-
import { ChipMenuItemBase } from './chip-menu-item-base';
|
|
7
|
-
import { ConfiguratorService } from '../configurator.service';
|
|
8
|
-
import { AxisDescriptor } from '@progress/kendo-pivotgrid-common';
|
|
9
|
-
import { PivotLocalizationService } from '../../localization/pivot-localization.service';
|
|
10
|
-
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
/**
|
|
13
|
-
* @hidden
|
|
14
|
-
*
|
|
15
|
-
* Represents a chip-menu item for sorting PivotGrid fields.
|
|
16
|
-
* Allows the user to sort the PivotGrid.
|
|
17
|
-
*/
|
|
18
|
-
export declare class ChipMenuSortComponent extends ChipMenuItemBase {
|
|
19
|
-
localization: PivotLocalizationService;
|
|
20
|
-
protected renderer: Renderer2;
|
|
21
|
-
protected configuratorService: ConfiguratorService;
|
|
22
|
-
chip: AxisDescriptor;
|
|
23
|
-
sortAscSVGIcon: SVGIcon;
|
|
24
|
-
sortDescSVGIcon: SVGIcon;
|
|
25
|
-
constructor(localization: PivotLocalizationService, renderer: Renderer2, configuratorService: ConfiguratorService);
|
|
26
|
-
get sortedAsc(): boolean;
|
|
27
|
-
get sortedDesc(): boolean;
|
|
28
|
-
/**
|
|
29
|
-
* Returns the localized message for a given token
|
|
30
|
-
*/
|
|
31
|
-
messageFor(localizationToken: string): string;
|
|
32
|
-
toggleSort(dir: 'asc' | 'desc'): void;
|
|
33
|
-
private get descriptor();
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChipMenuSortComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChipMenuSortComponent, "kendo-pivot-chipmenu-sort", never, { "chip": { "alias": "chip"; "required": false; }; }, {}, never, never, true, never>;
|
|
36
|
-
}
|
|
@@ -1,41 +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 { OnDestroy, Renderer2, TemplateRef } from '@angular/core';
|
|
6
|
-
import { SinglePopupService } from './single-popup.service';
|
|
7
|
-
import { ChipMenuService } from './chip-menu.service';
|
|
8
|
-
import { PivotLocalizationService } from '../../localization/pivot-localization.service';
|
|
9
|
-
import { AxisDescriptor } from '@progress/kendo-pivotgrid-common';
|
|
10
|
-
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
11
|
-
import { ChipComponent } from '@progress/kendo-angular-buttons';
|
|
12
|
-
import * as i0 from "@angular/core";
|
|
13
|
-
/**
|
|
14
|
-
* @hidden
|
|
15
|
-
*
|
|
16
|
-
* Represents the field chip menu component.
|
|
17
|
-
*/
|
|
18
|
-
export declare class ChipMenuComponent implements OnDestroy {
|
|
19
|
-
protected popupService: SinglePopupService;
|
|
20
|
-
localization: PivotLocalizationService;
|
|
21
|
-
service: ChipMenuService;
|
|
22
|
-
private renderer;
|
|
23
|
-
/**
|
|
24
|
-
* The Configurator field instance to control with the menu.
|
|
25
|
-
*/
|
|
26
|
-
chip: AxisDescriptor;
|
|
27
|
-
tabIndex: string;
|
|
28
|
-
isMeasureField: boolean;
|
|
29
|
-
anchor: ChipComponent;
|
|
30
|
-
template: TemplateRef<any>;
|
|
31
|
-
menuItemSVGIcon: SVGIcon;
|
|
32
|
-
private popupRef;
|
|
33
|
-
private closeSubscription;
|
|
34
|
-
constructor(popupService: SinglePopupService, localization: PivotLocalizationService, service: ChipMenuService, renderer: Renderer2);
|
|
35
|
-
ngOnDestroy(): void;
|
|
36
|
-
toggle(e: any): void;
|
|
37
|
-
close(): void;
|
|
38
|
-
get chipMenuTitle(): string;
|
|
39
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChipMenuComponent, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChipMenuComponent, "kendo-pivot-chip-menu", never, { "chip": { "alias": "chip"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "isMeasureField": { "alias": "isMeasureField"; "required": false; }; "anchor": { "alias": "anchor"; "required": false; }; }, {}, never, never, true, never>;
|
|
41
|
-
}
|
|
@@ -1,26 +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 { ConfiguratorService } from '../configurator.service';
|
|
6
|
-
import { MenuTabbingService } from './filtering/menu-tabbing.service';
|
|
7
|
-
import { EventEmitter } from '@angular/core';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
/**
|
|
10
|
-
* @hidden
|
|
11
|
-
* Represents the service that is passed to the ChipMenuFilterComponent and ChipMenuSortComponent.
|
|
12
|
-
*/
|
|
13
|
-
export declare class ChipMenuService {
|
|
14
|
-
configuratorService?: ConfiguratorService;
|
|
15
|
-
menuTabbingService: MenuTabbingService;
|
|
16
|
-
closeMenu: EventEmitter<any>;
|
|
17
|
-
private sub;
|
|
18
|
-
/**
|
|
19
|
-
* Closes the chip menu.
|
|
20
|
-
*/
|
|
21
|
-
close(): void;
|
|
22
|
-
constructor(menuTabbingService?: MenuTabbingService, configuratorService?: ConfiguratorService);
|
|
23
|
-
ngOnDestroy(): void;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChipMenuService, never>;
|
|
25
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ChipMenuService>;
|
|
26
|
-
}
|
|
@@ -1,44 +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 { MenuTabbingService } from './menu-tabbing.service';
|
|
6
|
-
import { EventEmitter, OnDestroy, ChangeDetectorRef } from '@angular/core';
|
|
7
|
-
import { PivotLocalizationService } from '../../../localization/pivot-localization.service';
|
|
8
|
-
import { ConfiguratorService } from '../../configurator.service';
|
|
9
|
-
import { AxisDescriptor } from '@progress/kendo-pivotgrid-common';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
/**
|
|
12
|
-
* @hidden
|
|
13
|
-
*/
|
|
14
|
-
export declare class FilterMenuContainerComponent implements OnDestroy {
|
|
15
|
-
protected localization: PivotLocalizationService;
|
|
16
|
-
protected cd: ChangeDetectorRef;
|
|
17
|
-
private configuratorService;
|
|
18
|
-
close: EventEmitter<undefined>;
|
|
19
|
-
/**
|
|
20
|
-
* The field with which the filter is associated.
|
|
21
|
-
*/
|
|
22
|
-
chip: AxisDescriptor;
|
|
23
|
-
isExpanded: boolean;
|
|
24
|
-
menuTabbingService: MenuTabbingService;
|
|
25
|
-
actionsClass: string;
|
|
26
|
-
filterDescriptorValue: {
|
|
27
|
-
operator: any;
|
|
28
|
-
value: any;
|
|
29
|
-
};
|
|
30
|
-
private filterMenuComponent;
|
|
31
|
-
constructor(localization: PivotLocalizationService, cd: ChangeDetectorRef, menuTabbingService: MenuTabbingService, configuratorService: ConfiguratorService);
|
|
32
|
-
ngOnDestroy(): void;
|
|
33
|
-
get disabled(): boolean;
|
|
34
|
-
get clearDisabled(): boolean;
|
|
35
|
-
submit(): boolean;
|
|
36
|
-
reset(e?: Event): void;
|
|
37
|
-
onClearAction(e: Event): void;
|
|
38
|
-
/**
|
|
39
|
-
* Returns the localized message for a given token
|
|
40
|
-
*/
|
|
41
|
-
messageFor(localizationToken: string): string;
|
|
42
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FilterMenuContainerComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterMenuContainerComponent, "kendo-pivot-filter-menu-container", never, { "chip": { "alias": "chip"; "required": false; }; "isExpanded": { "alias": "isExpanded"; "required": false; }; "menuTabbingService": { "alias": "menuTabbingService"; "required": false; }; "actionsClass": { "alias": "actionsClass"; "required": false; }; }, { "close": "close"; }, never, never, true, never>;
|
|
44
|
-
}
|
|
@@ -1,19 +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 { DropDownListComponent } from '@progress/kendo-angular-dropdowns';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
export declare class FilterMenuDropDownListDirective {
|
|
11
|
-
private host;
|
|
12
|
-
filterMenuDropDownLabel: string;
|
|
13
|
-
constructor(host: DropDownListComponent);
|
|
14
|
-
ngAfterViewInit(): void;
|
|
15
|
-
ngOnDestroy(): void;
|
|
16
|
-
private keydownHandler;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FilterMenuDropDownListDirective, never>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterMenuDropDownListDirective, "[kendoFilterMenuDropDown]", never, { "filterMenuDropDownLabel": { "alias": "filterMenuDropDownLabel"; "required": false; }; }, {}, never, never, true, never>;
|
|
19
|
-
}
|
|
@@ -1,16 +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 * as i0 from "@angular/core";
|
|
6
|
-
/**
|
|
7
|
-
* @hidden
|
|
8
|
-
*/
|
|
9
|
-
export declare class MenuTabbingService {
|
|
10
|
-
firstFocusable: any;
|
|
11
|
-
lastFocusable: any;
|
|
12
|
-
isPopupOpen: boolean;
|
|
13
|
-
lastMenuItem: any;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MenuTabbingService, never>;
|
|
15
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MenuTabbingService>;
|
|
16
|
-
}
|
|
@@ -1,53 +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 { MenuTabbingService } from './menu-tabbing.service';
|
|
6
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
7
|
-
import { FilterDescriptor } from '@progress/kendo-data-query';
|
|
8
|
-
import { PivotLocalizationService } from '../../../localization/pivot-localization.service';
|
|
9
|
-
import { ControlValueAccessor, FormBuilder, FormGroup } from '@angular/forms';
|
|
10
|
-
import { ConfiguratorService } from '../../configurator.service';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
type ChangeCallbackFn<T> = (value: T) => void;
|
|
13
|
-
type TouchCallbackFn = () => void;
|
|
14
|
-
/**
|
|
15
|
-
* @hidden
|
|
16
|
-
*/
|
|
17
|
-
export declare const localizeOperators: (operators: any) => (localization: any) => {
|
|
18
|
-
text: any;
|
|
19
|
-
value: any;
|
|
20
|
-
}[];
|
|
21
|
-
/**
|
|
22
|
-
* @hidden
|
|
23
|
-
*
|
|
24
|
-
* Represents a string-filter menu component.
|
|
25
|
-
*/
|
|
26
|
-
export declare class StringFilterMenuComponent implements OnInit, OnDestroy, ControlValueAccessor {
|
|
27
|
-
private localization;
|
|
28
|
-
private configuratorService;
|
|
29
|
-
private fb;
|
|
30
|
-
/**
|
|
31
|
-
* The field with which the filter is associated.
|
|
32
|
-
*/
|
|
33
|
-
chip: any;
|
|
34
|
-
menuTabbingService: MenuTabbingService;
|
|
35
|
-
operators: Array<{
|
|
36
|
-
text: string;
|
|
37
|
-
value: string;
|
|
38
|
-
}>;
|
|
39
|
-
filterFormGroup: FormGroup;
|
|
40
|
-
get currentFilter(): FilterDescriptor;
|
|
41
|
-
private subscription;
|
|
42
|
-
constructor(localization: PivotLocalizationService, configuratorService: ConfiguratorService, fb: FormBuilder);
|
|
43
|
-
onTouched: () => void;
|
|
44
|
-
registerOnChange(fn: ChangeCallbackFn<object>): void;
|
|
45
|
-
registerOnTouched(fn: TouchCallbackFn): void;
|
|
46
|
-
writeValue(val: any): void;
|
|
47
|
-
get filterMenuDropDownLabel(): string;
|
|
48
|
-
ngOnInit(): void;
|
|
49
|
-
ngOnDestroy(): void;
|
|
50
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StringFilterMenuComponent, never>;
|
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StringFilterMenuComponent, "kendo-pivot-string-filter-menu", never, { "chip": { "alias": "chip"; "required": false; }; "menuTabbingService": { "alias": "menuTabbingService"; "required": false; }; }, {}, never, never, true, never>;
|
|
52
|
-
}
|
|
53
|
-
export {};
|