@progress/kendo-angular-pivotgrid 16.5.0 → 16.6.0-develop.2
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/configurator/chip-kb-nav.directive.d.ts +1 -1
- package/configurator/chip-menu/chip-menu-container.component.d.ts +1 -1
- package/configurator/chip-menu/chip-menu-filter.component.d.ts +1 -1
- package/configurator/chip-menu/chip-menu-item-content-template.directive.d.ts +1 -1
- package/configurator/chip-menu/chip-menu-item.component.d.ts +1 -1
- package/configurator/chip-menu/chip-menu-item.directive.d.ts +1 -1
- package/configurator/chip-menu/chip-menu-reorder.component.d.ts +1 -1
- package/configurator/chip-menu/chip-menu-sort.component.d.ts +1 -1
- package/configurator/chip-menu/chip-menu.component.d.ts +1 -1
- package/configurator/chip-menu/filtering/filter-menu-container.component.d.ts +1 -1
- package/configurator/chip-menu/filtering/filter-menu-dropdownlist.directive.d.ts +1 -1
- package/configurator/chip-menu/filtering/string-filter-menu.component.d.ts +1 -1
- package/configurator/configurator.component.d.ts +1 -1
- package/configurator/draggable.directive.d.ts +1 -1
- package/configurator/drop-target.directive.d.ts +1 -1
- package/data-binding/local-binding.directive.d.ts +1 -1
- package/data-binding/olap-binding.directive.d.ts +1 -1
- package/directives.d.ts +42 -0
- package/esm2020/configurator/chip-kb-nav.directive.mjs +5 -2
- package/esm2020/configurator/chip-menu/chip-menu-container.component.mjs +3 -2
- package/esm2020/configurator/chip-menu/chip-menu-filter.component.mjs +8 -6
- package/esm2020/configurator/chip-menu/chip-menu-item-content-template.directive.mjs +3 -2
- package/esm2020/configurator/chip-menu/chip-menu-item.component.mjs +7 -5
- package/esm2020/configurator/chip-menu/chip-menu-item.directive.mjs +5 -2
- package/esm2020/configurator/chip-menu/chip-menu-reorder.component.mjs +7 -5
- package/esm2020/configurator/chip-menu/chip-menu-sort.component.mjs +6 -4
- package/esm2020/configurator/chip-menu/chip-menu.component.mjs +12 -10
- package/esm2020/configurator/chip-menu/filtering/filter-menu-container.component.mjs +10 -7
- package/esm2020/configurator/chip-menu/filtering/filter-menu-dropdownlist.directive.mjs +5 -2
- package/esm2020/configurator/chip-menu/filtering/string-filter-menu.component.mjs +9 -7
- package/esm2020/configurator/configurator.component.mjs +18 -14
- package/esm2020/configurator/draggable.directive.mjs +3 -2
- package/esm2020/configurator/drop-target.directive.mjs +3 -2
- package/esm2020/data-binding/local-binding.directive.mjs +3 -2
- package/esm2020/data-binding/olap-binding.directive.mjs +3 -2
- package/esm2020/directives.mjs +81 -0
- package/esm2020/index.mjs +1 -0
- package/esm2020/localization/custom-messages.component.mjs +3 -2
- package/esm2020/localization/localized-messages.directive.mjs +3 -2
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/pivotgrid.component.mjs +11 -9
- package/esm2020/pivotgrid.module.mjs +83 -94
- package/esm2020/rendering/pivotgrid-cell.directive.mjs +78 -77
- package/esm2020/rendering/pivotgrid-table.component.mjs +7 -5
- package/esm2020/rendering/templates/pivotgrid-cell-template.directive.mjs +3 -2
- package/esm2020/rendering/templates/pivotgrid-column-header-cell-template.directive.mjs +3 -2
- package/esm2020/rendering/templates/pivotgrid-row-header-cell-template.directive.mjs +3 -2
- package/esm2020/rendering/templates/pivotgrid-value-cell-template.directive.mjs +3 -2
- package/fesm2015/progress-kendo-angular-pivotgrid.mjs +2703 -2732
- package/fesm2020/progress-kendo-angular-pivotgrid.mjs +3129 -3158
- package/index.d.ts +1 -0
- package/localization/custom-messages.component.d.ts +1 -1
- package/localization/localized-messages.directive.d.ts +1 -1
- package/package.json +12 -12
- package/pivotgrid.component.d.ts +1 -1
- package/pivotgrid.module.d.ts +57 -23
- package/rendering/pivotgrid-cell.directive.d.ts +1 -1
- package/rendering/pivotgrid-table.component.d.ts +1 -1
- package/rendering/templates/pivotgrid-cell-template.directive.d.ts +1 -1
- package/rendering/templates/pivotgrid-column-header-cell-template.directive.d.ts +1 -1
- package/rendering/templates/pivotgrid-row-header-cell-template.directive.d.ts +1 -1
- package/rendering/templates/pivotgrid-value-cell-template.directive.d.ts +1 -1
- package/schematics/ngAdd/index.js +2 -2
- package/configurator/chip-menu/chip-menu.module.d.ts +0 -27
- package/esm2020/configurator/chip-menu/chip-menu.module.mjs +0 -86
- package/esm2020/shared.module.mjs +0 -45
- package/shared.module.d.ts +0 -18
@@ -21,5 +21,5 @@ export declare class ChipKeyboardNavigationDirective implements OnInit, OnDestro
|
|
21
21
|
ngOnInit(): void;
|
22
22
|
ngOnDestroy(): void;
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChipKeyboardNavigationDirective, never>;
|
24
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ChipKeyboardNavigationDirective, "[kendoChipKeyboardNavigation]", never, {}, { "reorder": "reorder"; }, never, never,
|
24
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ChipKeyboardNavigationDirective, "[kendoChipKeyboardNavigation]", never, {}, { "reorder": "reorder"; }, never, never, true, never>;
|
25
25
|
}
|
@@ -17,5 +17,5 @@ export declare class ChipMenuContainerComponent implements AfterViewInit {
|
|
17
17
|
constructor(service: ChipMenuService, ngZone: NgZone);
|
18
18
|
ngAfterViewInit(): void;
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChipMenuContainerComponent, never>;
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChipMenuContainerComponent, "kendo-pivot-chipmenu-container", never, {}, {}, ["chipMenuItems"], ["*"],
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChipMenuContainerComponent, "kendo-pivot-chipmenu-container", never, {}, {}, ["chipMenuItems"], ["*"], true, never>;
|
21
21
|
}
|
@@ -43,5 +43,5 @@ export declare class ChipMenuFilterComponent extends ChipMenuItemBase {
|
|
43
43
|
*/
|
44
44
|
messageFor(localizationToken: string): string;
|
45
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChipMenuFilterComponent, never>;
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChipMenuFilterComponent, "kendo-pivot-chipmenu-filter", never, { "chip": "chip"; "expanded": "expanded"; "isLast": "isLast"; }, { "expand": "expand"; "collapse": "collapse"; }, never, never,
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChipMenuFilterComponent, "kendo-pivot-chipmenu-filter", never, { "chip": "chip"; "expanded": "expanded"; "isLast": "isLast"; }, { "expand": "expand"; "collapse": "collapse"; }, never, never, true, never>;
|
47
47
|
}
|
@@ -14,5 +14,5 @@ export declare class ChipMenuItemContentTemplateDirective {
|
|
14
14
|
templateRef: TemplateRef<any>;
|
15
15
|
constructor(templateRef: TemplateRef<any>);
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChipMenuItemContentTemplateDirective, [{ optional: true; }]>;
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ChipMenuItemContentTemplateDirective, "[kendoPivotChipMenuItemContentTemplate]", never, {}, {}, never, never,
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ChipMenuItemContentTemplateDirective, "[kendoPivotChipMenuItemContentTemplate]", never, {}, {}, never, never, true, never>;
|
18
18
|
}
|
@@ -56,5 +56,5 @@ export declare class ChipMenuItemComponent implements OnChanges {
|
|
56
56
|
onClick(e: any): void;
|
57
57
|
private updateContentState;
|
58
58
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChipMenuItemComponent, never>;
|
59
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChipMenuItemComponent, "kendo-pivot-chipmenu-item", never, { "icon": "icon"; "svgIcon": "svgIcon"; "text": "text"; "selected": "selected"; "expanded": "expanded"; "disabled": "disabled"; }, { "itemClick": "itemClick"; "expand": "expand"; "collapse": "collapse"; }, ["contentTemplate"], never,
|
59
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChipMenuItemComponent, "kendo-pivot-chipmenu-item", never, { "icon": "icon"; "svgIcon": "svgIcon"; "text": "text"; "selected": "selected"; "expanded": "expanded"; "disabled": "disabled"; }, { "itemClick": "itemClick"; "expand": "expand"; "collapse": "collapse"; }, ["contentTemplate"], never, true, never>;
|
60
60
|
}
|
@@ -28,5 +28,5 @@ export declare class ChipMenuItemDirective {
|
|
28
28
|
private onTab;
|
29
29
|
private getLastColumnMenuItem;
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChipMenuItemDirective, never>;
|
31
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ChipMenuItemDirective, "[kendoPivotChipMenuItem]", never, { "menuItemComponent": "kendoPivotChipMenuItem"; }, {}, never, never,
|
31
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ChipMenuItemDirective, "[kendoPivotChipMenuItem]", never, { "menuItemComponent": "kendoPivotChipMenuItem"; }, {}, never, never, true, never>;
|
32
32
|
}
|
@@ -40,5 +40,5 @@ export declare class ChipMenuReorderComponent extends ChipMenuItemBase {
|
|
40
40
|
messageFor(localizationToken: string): string;
|
41
41
|
move(e: any, target: ChipMenuReorderTarget): void;
|
42
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChipMenuReorderComponent, never>;
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChipMenuReorderComponent, "kendo-pivot-chipmenu-reorder", never, { "chip": "chip"; }, {}, never, never,
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChipMenuReorderComponent, "kendo-pivot-chipmenu-reorder", never, { "chip": "chip"; }, {}, never, never, true, never>;
|
44
44
|
}
|
@@ -32,5 +32,5 @@ export declare class ChipMenuSortComponent extends ChipMenuItemBase {
|
|
32
32
|
toggleSort(dir: 'asc' | 'desc'): void;
|
33
33
|
private get descriptor();
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChipMenuSortComponent, never>;
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChipMenuSortComponent, "kendo-pivot-chipmenu-sort", never, { "chip": "chip"; }, {}, never, never,
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChipMenuSortComponent, "kendo-pivot-chipmenu-sort", never, { "chip": "chip"; }, {}, never, never, true, never>;
|
36
36
|
}
|
@@ -35,5 +35,5 @@ export declare class ChipMenuComponent implements OnDestroy {
|
|
35
35
|
close(): void;
|
36
36
|
get chipMenuTitle(): string;
|
37
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChipMenuComponent, never>;
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChipMenuComponent, "kendo-pivot-chip-menu", never, { "chip": "chip"; "tabIndex": "tabIndex"; "isMeasureField": "isMeasureField"; }, {}, never, never,
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChipMenuComponent, "kendo-pivot-chip-menu", never, { "chip": "chip"; "tabIndex": "tabIndex"; "isMeasureField": "isMeasureField"; }, {}, never, never, true, never>;
|
39
39
|
}
|
@@ -42,5 +42,5 @@ export declare class FilterMenuContainerComponent implements OnDestroy {
|
|
42
42
|
*/
|
43
43
|
messageFor(localizationToken: string): string;
|
44
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterMenuContainerComponent, never>;
|
45
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterMenuContainerComponent, "kendo-pivot-filter-menu-container", never, { "chip": "chip"; "isLast": "isLast"; "isExpanded": "isExpanded"; "menuTabbingService": "menuTabbingService"; "actionsClass": "actionsClass"; }, { "close": "close"; }, never, never,
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterMenuContainerComponent, "kendo-pivot-filter-menu-container", never, { "chip": "chip"; "isLast": "isLast"; "isExpanded": "isExpanded"; "menuTabbingService": "menuTabbingService"; "actionsClass": "actionsClass"; }, { "close": "close"; }, never, never, true, never>;
|
46
46
|
}
|
@@ -15,5 +15,5 @@ export declare class FilterMenuDropDownListDirective {
|
|
15
15
|
ngOnDestroy(): void;
|
16
16
|
private keydownHandler;
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterMenuDropDownListDirective, never>;
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterMenuDropDownListDirective, "[kendoFilterMenuDropDown]", never, { "filterMenuDropDownLabel": "filterMenuDropDownLabel"; }, {}, never, never,
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterMenuDropDownListDirective, "[kendoFilterMenuDropDown]", never, { "filterMenuDropDownLabel": "filterMenuDropDownLabel"; }, {}, never, never, true, never>;
|
19
19
|
}
|
@@ -48,6 +48,6 @@ export declare class StringFilterMenuComponent implements OnInit, OnDestroy, Con
|
|
48
48
|
ngOnInit(): void;
|
49
49
|
ngOnDestroy(): void;
|
50
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<StringFilterMenuComponent, never>;
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StringFilterMenuComponent, "kendo-pivot-string-filter-menu", never, { "chip": "chip"; "menuTabbingService": "menuTabbingService"; }, {}, never, never,
|
51
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StringFilterMenuComponent, "kendo-pivot-string-filter-menu", never, { "chip": "chip"; "menuTabbingService": "menuTabbingService"; }, {}, never, never, true, never>;
|
52
52
|
}
|
53
53
|
export {};
|
@@ -126,5 +126,5 @@ export declare class PivotGridConfiguratorComponent implements OnInit, OnChanges
|
|
126
126
|
*/
|
127
127
|
private moveChip;
|
128
128
|
static ɵfac: i0.ɵɵFactoryDeclaration<PivotGridConfiguratorComponent, never>;
|
129
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PivotGridConfiguratorComponent, "kendo-pivotgrid-configurator", never, { "orientation": "orientation"; "sort": "sort"; "filter": "filter"; "navigation": "navigation"; }, { "close": "close"; }, never, never,
|
129
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PivotGridConfiguratorComponent, "kendo-pivotgrid-configurator", never, { "orientation": "orientation"; "sort": "sort"; "filter": "filter"; "navigation": "navigation"; }, { "close": "close"; }, never, never, true, never>;
|
130
130
|
}
|
@@ -31,5 +31,5 @@ export declare class DraggableChipDirective implements OnInit, OnDestroy {
|
|
31
31
|
ngOnInit(): void;
|
32
32
|
ngOnDestroy(): void;
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<DraggableChipDirective, [{ optional: true; }, null, null, null, null, null, null]>;
|
34
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DraggableChipDirective, "[kendoChipDraggable]", never, { "item": "item"; }, {}, never, never,
|
34
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DraggableChipDirective, "[kendoChipDraggable]", never, { "item": "item"; }, {}, never, never, true, never>;
|
35
35
|
}
|
@@ -34,5 +34,5 @@ export declare class DropTargetDirective implements OnInit, OnDestroy {
|
|
34
34
|
private getCueContainer;
|
35
35
|
private getNextChip;
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropTargetDirective, never>;
|
37
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DropTargetDirective, "[kendoDropTarget]", never, { "item": "item"; "axes": "axes"; }, {}, never, never,
|
37
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DropTargetDirective, "[kendoDropTarget]", never, { "item": "item"; "axes": "axes"; }, {}, never, never, true, never>;
|
38
38
|
}
|
@@ -38,5 +38,5 @@ export declare class PivotLocalBindingDirective extends PivotBaseBindingDirectiv
|
|
38
38
|
private createAxisSettings;
|
39
39
|
private getRootAxes;
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<PivotLocalBindingDirective, never>;
|
41
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PivotLocalBindingDirective, "[kendoPivotLocalBinding]", ["kendoPivotLocalBinding"], { "data": "kendoPivotLocalBinding"; "dimensions": "dimensions"; "measures": "measures"; }, {}, never, never,
|
41
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PivotLocalBindingDirective, "[kendoPivotLocalBinding]", ["kendoPivotLocalBinding"], { "data": "kendoPivotLocalBinding"; "dimensions": "dimensions"; "measures": "measures"; }, {}, never, never, true, never>;
|
42
42
|
}
|
@@ -38,5 +38,5 @@ export declare class PivotOLAPBindingDirective extends PivotBaseBindingDirective
|
|
38
38
|
private loadKPIs;
|
39
39
|
private loadAvailableFields;
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<PivotOLAPBindingDirective, never>;
|
41
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PivotOLAPBindingDirective, "[kendoPivotOLAPBinding]", ["kendoPivotOLAPBinding"], { "url": "url"; "cube": "cube"; "catalog": "catalog"; }, {}, never, never,
|
41
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PivotOLAPBindingDirective, "[kendoPivotOLAPBinding]", ["kendoPivotOLAPBinding"], { "url": "url"; "cube": "cube"; "catalog": "catalog"; }, {}, never, never, true, never>;
|
42
42
|
}
|
package/directives.d.ts
ADDED
@@ -0,0 +1,42 @@
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
5
|
+
import { ChipKeyboardNavigationDirective } from "./configurator/chip-kb-nav.directive";
|
6
|
+
import { ChipMenuContainerComponent } from "./configurator/chip-menu/chip-menu-container.component";
|
7
|
+
import { ChipMenuFilterComponent } from "./configurator/chip-menu/chip-menu-filter.component";
|
8
|
+
import { ChipMenuItemContentTemplateDirective } from "./configurator/chip-menu/chip-menu-item-content-template.directive";
|
9
|
+
import { ChipMenuItemComponent } from "./configurator/chip-menu/chip-menu-item.component";
|
10
|
+
import { ChipMenuItemDirective } from "./configurator/chip-menu/chip-menu-item.directive";
|
11
|
+
import { ChipMenuReorderComponent } from "./configurator/chip-menu/chip-menu-reorder.component";
|
12
|
+
import { ChipMenuSortComponent } from "./configurator/chip-menu/chip-menu-sort.component";
|
13
|
+
import { ChipMenuComponent } from "./configurator/chip-menu/chip-menu.component";
|
14
|
+
import { FilterMenuContainerComponent } from "./configurator/chip-menu/filtering/filter-menu-container.component";
|
15
|
+
import { FilterMenuDropDownListDirective } from "./configurator/chip-menu/filtering/filter-menu-dropdownlist.directive";
|
16
|
+
import { StringFilterMenuComponent } from "./configurator/chip-menu/filtering/string-filter-menu.component";
|
17
|
+
import { PivotGridConfiguratorComponent } from "./configurator/configurator.component";
|
18
|
+
import { DraggableChipDirective } from "./configurator/draggable.directive";
|
19
|
+
import { DropTargetDirective } from "./configurator/drop-target.directive";
|
20
|
+
import { PivotLocalBindingDirective } from "./data-binding/local-binding.directive";
|
21
|
+
import { PivotOLAPBindingDirective } from "./data-binding/olap-binding.directive";
|
22
|
+
import { CustomMessagesComponent } from "./localization/custom-messages.component";
|
23
|
+
import { LocalizedMessagesDirective } from "./localization/localized-messages.directive";
|
24
|
+
import { PivotGridComponent } from "./pivotgrid.component";
|
25
|
+
import { PivotGridCellDirective } from "./rendering/pivotgrid-cell.directive";
|
26
|
+
import { PivotGridTableComponent } from "./rendering/pivotgrid-table.component";
|
27
|
+
import { CellTemplateDirective } from "./rendering/templates/pivotgrid-cell-template.directive";
|
28
|
+
import { ColumnHeaderCellTemplateDirective } from "./rendering/templates/pivotgrid-column-header-cell-template.directive";
|
29
|
+
import { RowHeaderCellTemplateDirective } from "./rendering/templates/pivotgrid-row-header-cell-template.directive";
|
30
|
+
import { ValueCellTemplateDirective } from "./rendering/templates/pivotgrid-value-cell-template.directive";
|
31
|
+
/**
|
32
|
+
* @hidden
|
33
|
+
*/
|
34
|
+
export declare const KENDO_PIVOTGRID_CHIPMENU_DECLARATIONS: readonly [typeof ChipMenuItemComponent, typeof ChipMenuSortComponent, typeof ChipMenuComponent, typeof ChipMenuFilterComponent, typeof ChipMenuItemContentTemplateDirective, typeof FilterMenuContainerComponent, typeof StringFilterMenuComponent, typeof FilterMenuDropDownListDirective, typeof ChipMenuContainerComponent, typeof ChipMenuItemDirective, typeof ChipMenuReorderComponent];
|
35
|
+
/**
|
36
|
+
* @hidden
|
37
|
+
*/
|
38
|
+
export declare const KENDO_PIVOTGRID_DECLARATIONS: readonly [typeof PivotGridComponent, typeof PivotGridTableComponent, typeof PivotGridConfiguratorComponent, typeof PivotGridCellDirective, typeof PivotLocalBindingDirective, typeof PivotOLAPBindingDirective, typeof DraggableChipDirective, typeof DropTargetDirective, typeof LocalizedMessagesDirective, typeof CustomMessagesComponent, typeof ChipKeyboardNavigationDirective, typeof CellTemplateDirective, typeof ValueCellTemplateDirective, typeof RowHeaderCellTemplateDirective, typeof ColumnHeaderCellTemplateDirective];
|
39
|
+
/**
|
40
|
+
* Utility array that contains all `@progress/kendo-angular-pivotgrid` related components and directives.
|
41
|
+
*/
|
42
|
+
export declare const KENDO_PIVOTGRID: readonly [typeof PivotGridComponent, typeof PivotGridTableComponent, typeof PivotGridCellDirective, typeof PivotLocalBindingDirective, typeof PivotOLAPBindingDirective, typeof CustomMessagesComponent, typeof CellTemplateDirective, typeof ValueCellTemplateDirective, typeof RowHeaderCellTemplateDirective, typeof ColumnHeaderCellTemplateDirective];
|
@@ -53,10 +53,13 @@ export class ChipKeyboardNavigationDirective {
|
|
53
53
|
}
|
54
54
|
}
|
55
55
|
ChipKeyboardNavigationDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChipKeyboardNavigationDirective, deps: [{ token: i1.ChipComponent }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
56
|
-
ChipKeyboardNavigationDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ChipKeyboardNavigationDirective, selector: "[kendoChipKeyboardNavigation]", outputs: { reorder: "reorder" }, ngImport: i0 });
|
56
|
+
ChipKeyboardNavigationDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ChipKeyboardNavigationDirective, isStandalone: true, selector: "[kendoChipKeyboardNavigation]", outputs: { reorder: "reorder" }, ngImport: i0 });
|
57
57
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChipKeyboardNavigationDirective, decorators: [{
|
58
58
|
type: Directive,
|
59
|
-
args: [{
|
59
|
+
args: [{
|
60
|
+
selector: '[kendoChipKeyboardNavigation]',
|
61
|
+
standalone: true
|
62
|
+
}]
|
60
63
|
}], ctorParameters: function () { return [{ type: i1.ChipComponent }, { type: i0.Renderer2 }, { type: i0.NgZone }]; }, propDecorators: { reorder: [{
|
61
64
|
type: Output
|
62
65
|
}] } });
|
@@ -27,7 +27,7 @@ export class ChipMenuContainerComponent {
|
|
27
27
|
}
|
28
28
|
}
|
29
29
|
ChipMenuContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChipMenuContainerComponent, deps: [{ token: i1.ChipMenuService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
30
|
-
ChipMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ChipMenuContainerComponent, selector: "kendo-pivot-chipmenu-container", host: { properties: { "class.k-grid-columnmenu-popup": "this.hostClass" } }, queries: [{ propertyName: "chipMenuItems", predicate: ChipMenuItemDirective, descendants: true }], ngImport: i0, template: `
|
30
|
+
ChipMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ChipMenuContainerComponent, isStandalone: true, selector: "kendo-pivot-chipmenu-container", host: { properties: { "class.k-grid-columnmenu-popup": "this.hostClass" } }, queries: [{ propertyName: "chipMenuItems", predicate: ChipMenuItemDirective, descendants: true }], ngImport: i0, template: `
|
31
31
|
<ng-content></ng-content>
|
32
32
|
`, isInline: true });
|
33
33
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChipMenuContainerComponent, decorators: [{
|
@@ -36,7 +36,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
36
36
|
selector: 'kendo-pivot-chipmenu-container',
|
37
37
|
template: `
|
38
38
|
<ng-content></ng-content>
|
39
|
-
|
39
|
+
`,
|
40
|
+
standalone: true
|
40
41
|
}]
|
41
42
|
}], ctorParameters: function () { return [{ type: i1.ChipMenuService }, { type: i0.NgZone }]; }, propDecorators: { chipMenuItems: [{
|
42
43
|
type: ContentChildren,
|
@@ -6,11 +6,11 @@ import { Component, Input, Output, EventEmitter, ElementRef } from '@angular/cor
|
|
6
6
|
import { filterIcon } from '@progress/kendo-svg-icons';
|
7
7
|
import { PivotLocalizationService } from '../../localization/pivot-localization.service';
|
8
8
|
import { ChipMenuItemBase } from './chip-menu-item-base';
|
9
|
+
import { FilterMenuContainerComponent } from './filtering/filter-menu-container.component';
|
10
|
+
import { ChipMenuItemContentTemplateDirective } from './chip-menu-item-content-template.directive';
|
11
|
+
import { ChipMenuItemComponent } from './chip-menu-item.component';
|
9
12
|
import * as i0 from "@angular/core";
|
10
13
|
import * as i1 from "../../localization/pivot-localization.service";
|
11
|
-
import * as i2 from "./chip-menu-item.component";
|
12
|
-
import * as i3 from "./chip-menu-item-content-template.directive";
|
13
|
-
import * as i4 from "./filtering/filter-menu-container.component";
|
14
14
|
/**
|
15
15
|
* @hidden
|
16
16
|
* Represents the component for setting field filters in the PivotGrid.
|
@@ -65,7 +65,7 @@ export class ChipMenuFilterComponent extends ChipMenuItemBase {
|
|
65
65
|
}
|
66
66
|
}
|
67
67
|
ChipMenuFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChipMenuFilterComponent, deps: [{ token: i1.PivotLocalizationService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
68
|
-
ChipMenuFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ChipMenuFilterComponent, selector: "kendo-pivot-chipmenu-filter", inputs: { chip: "chip", expanded: "expanded", isLast: "isLast" }, outputs: { expand: "expand", collapse: "collapse" }, usesInheritance: true, ngImport: i0, template: `
|
68
|
+
ChipMenuFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ChipMenuFilterComponent, isStandalone: true, selector: "kendo-pivot-chipmenu-filter", inputs: { chip: "chip", expanded: "expanded", isLast: "isLast" }, outputs: { expand: "expand", collapse: "collapse" }, usesInheritance: true, ngImport: i0, template: `
|
69
69
|
<kendo-pivot-chipmenu-item
|
70
70
|
classs="k-widget k-expander"
|
71
71
|
[text]="messageFor('fieldMenuFilterItemLabel')"
|
@@ -86,7 +86,7 @@ ChipMenuFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
86
86
|
</kendo-pivot-filter-menu-container>
|
87
87
|
</ng-template>
|
88
88
|
</kendo-pivot-chipmenu-item>
|
89
|
-
`, isInline: true, dependencies: [{ kind: "component", type:
|
89
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChipMenuItemComponent, selector: "kendo-pivot-chipmenu-item", inputs: ["icon", "svgIcon", "text", "selected", "expanded", "disabled"], outputs: ["itemClick", "expand", "collapse"] }, { kind: "directive", type: ChipMenuItemContentTemplateDirective, selector: "[kendoPivotChipMenuItemContentTemplate]" }, { kind: "component", type: FilterMenuContainerComponent, selector: "kendo-pivot-filter-menu-container", inputs: ["chip", "isLast", "isExpanded", "menuTabbingService", "actionsClass"], outputs: ["close"] }] });
|
90
90
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChipMenuFilterComponent, decorators: [{
|
91
91
|
type: Component,
|
92
92
|
args: [{
|
@@ -112,7 +112,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
112
112
|
</kendo-pivot-filter-menu-container>
|
113
113
|
</ng-template>
|
114
114
|
</kendo-pivot-chipmenu-item>
|
115
|
-
|
115
|
+
`,
|
116
|
+
standalone: true,
|
117
|
+
imports: [ChipMenuItemComponent, ChipMenuItemContentTemplateDirective, FilterMenuContainerComponent]
|
116
118
|
}]
|
117
119
|
}], ctorParameters: function () { return [{ type: i1.PivotLocalizationService }, { type: i0.ElementRef }]; }, propDecorators: { expand: [{
|
118
120
|
type: Output
|
@@ -16,11 +16,12 @@ export class ChipMenuItemContentTemplateDirective {
|
|
16
16
|
}
|
17
17
|
}
|
18
18
|
ChipMenuItemContentTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChipMenuItemContentTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
19
|
-
ChipMenuItemContentTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ChipMenuItemContentTemplateDirective, selector: "[kendoPivotChipMenuItemContentTemplate]", ngImport: i0 });
|
19
|
+
ChipMenuItemContentTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ChipMenuItemContentTemplateDirective, isStandalone: true, selector: "[kendoPivotChipMenuItemContentTemplate]", ngImport: i0 });
|
20
20
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChipMenuItemContentTemplateDirective, decorators: [{
|
21
21
|
type: Directive,
|
22
22
|
args: [{
|
23
|
-
selector: '[kendoPivotChipMenuItemContentTemplate]'
|
23
|
+
selector: '[kendoPivotChipMenuItemContentTemplate]',
|
24
|
+
standalone: true
|
24
25
|
}]
|
25
26
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
26
27
|
type: Optional
|
@@ -6,9 +6,9 @@
|
|
6
6
|
import { Component, Input, Output, EventEmitter, ContentChild } from '@angular/core';
|
7
7
|
import { trigger, transition, style, animate, state } from '@angular/animations';
|
8
8
|
import { ChipMenuItemContentTemplateDirective } from './chip-menu-item-content-template.directive';
|
9
|
+
import { NgIf, NgTemplateOutlet } from '@angular/common';
|
10
|
+
import { IconWrapperComponent } from '@progress/kendo-angular-icons';
|
9
11
|
import * as i0 from "@angular/core";
|
10
|
-
import * as i1 from "@angular/common";
|
11
|
-
import * as i2 from "@progress/kendo-angular-icons";
|
12
12
|
/**
|
13
13
|
* @hidden
|
14
14
|
*
|
@@ -55,7 +55,7 @@ export class ChipMenuItemComponent {
|
|
55
55
|
}
|
56
56
|
}
|
57
57
|
ChipMenuItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChipMenuItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
58
|
-
ChipMenuItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ChipMenuItemComponent, selector: "kendo-pivot-chipmenu-item", inputs: { icon: "icon", svgIcon: "svgIcon", text: "text", selected: "selected", expanded: "expanded", disabled: "disabled" }, outputs: { itemClick: "itemClick", expand: "expand", collapse: "collapse" }, queries: [{ propertyName: "contentTemplate", first: true, predicate: ChipMenuItemContentTemplateDirective, descendants: true }], usesOnChanges: true, ngImport: i0, template: `
|
58
|
+
ChipMenuItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ChipMenuItemComponent, isStandalone: true, selector: "kendo-pivot-chipmenu-item", inputs: { icon: "icon", svgIcon: "svgIcon", text: "text", selected: "selected", expanded: "expanded", disabled: "disabled" }, outputs: { itemClick: "itemClick", expand: "expand", collapse: "collapse" }, queries: [{ propertyName: "contentTemplate", first: true, predicate: ChipMenuItemContentTemplateDirective, descendants: true }], usesOnChanges: true, ngImport: i0, template: `
|
59
59
|
<div
|
60
60
|
class="k-columnmenu-item"
|
61
61
|
(click)="onClick($event)"
|
@@ -76,7 +76,7 @@ ChipMenuItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
76
76
|
<div *ngIf="contentTemplate" [@state]="contentState" [style.overflow]="'hidden'" class="k-columnmenu-item-content">
|
77
77
|
<ng-container [ngTemplateOutlet]="contentTemplate.templateRef"></ng-container>
|
78
78
|
<div>
|
79
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
79
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], animations: [
|
80
80
|
trigger('state', [
|
81
81
|
state('collapsed', style({ display: 'none' })),
|
82
82
|
state('expanded', style({ display: 'block' })),
|
@@ -147,7 +147,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
147
147
|
<div *ngIf="contentTemplate" [@state]="contentState" [style.overflow]="'hidden'" class="k-columnmenu-item-content">
|
148
148
|
<ng-container [ngTemplateOutlet]="contentTemplate.templateRef"></ng-container>
|
149
149
|
<div>
|
150
|
-
|
150
|
+
`,
|
151
|
+
standalone: true,
|
152
|
+
imports: [NgIf, IconWrapperComponent, NgTemplateOutlet]
|
151
153
|
}]
|
152
154
|
}], propDecorators: { itemClick: [{
|
153
155
|
type: Output
|
@@ -78,10 +78,13 @@ export class ChipMenuItemDirective {
|
|
78
78
|
}
|
79
79
|
}
|
80
80
|
ChipMenuItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChipMenuItemDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
81
|
-
ChipMenuItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ChipMenuItemDirective, selector: "[kendoPivotChipMenuItem]", inputs: { menuItemComponent: ["kendoPivotChipMenuItem", "menuItemComponent"] }, ngImport: i0 });
|
81
|
+
ChipMenuItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ChipMenuItemDirective, isStandalone: true, selector: "[kendoPivotChipMenuItem]", inputs: { menuItemComponent: ["kendoPivotChipMenuItem", "menuItemComponent"] }, ngImport: i0 });
|
82
82
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChipMenuItemDirective, decorators: [{
|
83
83
|
type: Directive,
|
84
|
-
args: [{
|
84
|
+
args: [{
|
85
|
+
selector: '[kendoPivotChipMenuItem]',
|
86
|
+
standalone: true
|
87
|
+
}]
|
85
88
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }]; }, propDecorators: { menuItemComponent: [{
|
86
89
|
type: Input,
|
87
90
|
args: ['kendoPivotChipMenuItem']
|
@@ -9,12 +9,12 @@ import { PivotLocalizationService } from '../../localization/pivot-localization.
|
|
9
9
|
import { arrowLeftIcon, arrowRightIcon, columnsIcon, rowsIcon } from '@progress/kendo-svg-icons';
|
10
10
|
import { PivotGridDataService } from '../../data-binding/pivotgrid-data.service';
|
11
11
|
import { swapItems } from '../../util';
|
12
|
+
import { ChipMenuItemComponent } from './chip-menu-item.component';
|
13
|
+
import { NgIf } from '@angular/common';
|
12
14
|
import * as i0 from "@angular/core";
|
13
15
|
import * as i1 from "../../localization/pivot-localization.service";
|
14
16
|
import * as i2 from "../configurator.service";
|
15
17
|
import * as i3 from "../../data-binding/pivotgrid-data.service";
|
16
|
-
import * as i4 from "@angular/common";
|
17
|
-
import * as i5 from "./chip-menu-item.component";
|
18
18
|
/**
|
19
19
|
* @hidden
|
20
20
|
*
|
@@ -111,7 +111,7 @@ export class ChipMenuReorderComponent extends ChipMenuItemBase {
|
|
111
111
|
}
|
112
112
|
}
|
113
113
|
ChipMenuReorderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChipMenuReorderComponent, deps: [{ token: i1.PivotLocalizationService }, { token: i0.Renderer2 }, { token: i2.ConfiguratorService }, { token: i3.PivotGridDataService }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
114
|
-
ChipMenuReorderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ChipMenuReorderComponent, selector: "kendo-pivot-chipmenu-reorder", inputs: { chip: "chip" }, usesInheritance: true, ngImport: i0, template: `
|
114
|
+
ChipMenuReorderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ChipMenuReorderComponent, isStandalone: true, selector: "kendo-pivot-chipmenu-reorder", inputs: { chip: "chip" }, usesInheritance: true, ngImport: i0, template: `
|
115
115
|
<kendo-pivot-chipmenu-item
|
116
116
|
*ngIf="!isMeasureField"
|
117
117
|
[disabled]="isColumnsField"
|
@@ -142,7 +142,7 @@ ChipMenuReorderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0
|
|
142
142
|
[svgIcon]="rtl ? arrowLeftIcon : arrowRightIcon"
|
143
143
|
(itemClick)="move($event, 'next')">
|
144
144
|
</kendo-pivot-chipmenu-item>
|
145
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
145
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ChipMenuItemComponent, selector: "kendo-pivot-chipmenu-item", inputs: ["icon", "svgIcon", "text", "selected", "expanded", "disabled"], outputs: ["itemClick", "expand", "collapse"] }] });
|
146
146
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChipMenuReorderComponent, decorators: [{
|
147
147
|
type: Component,
|
148
148
|
args: [{
|
@@ -178,7 +178,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
178
178
|
[svgIcon]="rtl ? arrowLeftIcon : arrowRightIcon"
|
179
179
|
(itemClick)="move($event, 'next')">
|
180
180
|
</kendo-pivot-chipmenu-item>
|
181
|
-
|
181
|
+
`,
|
182
|
+
standalone: true,
|
183
|
+
imports: [NgIf, ChipMenuItemComponent]
|
182
184
|
}]
|
183
185
|
}], ctorParameters: function () { return [{ type: i1.PivotLocalizationService }, { type: i0.Renderer2 }, { type: i2.ConfiguratorService }, { type: i3.PivotGridDataService }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }]; }, propDecorators: { chip: [{
|
184
186
|
type: Input
|
@@ -8,10 +8,10 @@ import { ConfiguratorService } from '../configurator.service';
|
|
8
8
|
import { PIVOT_CONFIGURATOR_ACTION } from '@progress/kendo-pivotgrid-common';
|
9
9
|
import { PivotLocalizationService } from '../../localization/pivot-localization.service';
|
10
10
|
import { sortAscSmallIcon, sortDescSmallIcon } from '@progress/kendo-svg-icons';
|
11
|
+
import { ChipMenuItemComponent } from './chip-menu-item.component';
|
11
12
|
import * as i0 from "@angular/core";
|
12
13
|
import * as i1 from "../../localization/pivot-localization.service";
|
13
14
|
import * as i2 from "../configurator.service";
|
14
|
-
import * as i3 from "./chip-menu-item.component";
|
15
15
|
/**
|
16
16
|
* @hidden
|
17
17
|
*
|
@@ -56,7 +56,7 @@ export class ChipMenuSortComponent extends ChipMenuItemBase {
|
|
56
56
|
}
|
57
57
|
}
|
58
58
|
ChipMenuSortComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChipMenuSortComponent, deps: [{ token: i1.PivotLocalizationService }, { token: i0.Renderer2 }, { token: i2.ConfiguratorService }], target: i0.ɵɵFactoryTarget.Component });
|
59
|
-
ChipMenuSortComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ChipMenuSortComponent, selector: "kendo-pivot-chipmenu-sort", inputs: { chip: "chip" }, usesInheritance: true, ngImport: i0, template: `
|
59
|
+
ChipMenuSortComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ChipMenuSortComponent, isStandalone: true, selector: "kendo-pivot-chipmenu-sort", inputs: { chip: "chip" }, usesInheritance: true, ngImport: i0, template: `
|
60
60
|
<kendo-pivot-chipmenu-item
|
61
61
|
[text]="messageFor('fieldMenuSortAscendingItemLabel')"
|
62
62
|
icon="sort-asc-small"
|
@@ -71,7 +71,7 @@ ChipMenuSortComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
71
71
|
(itemClick)="toggleSort('desc')"
|
72
72
|
[selected]="sortedDesc">
|
73
73
|
</kendo-pivot-chipmenu-item>
|
74
|
-
`, isInline: true, dependencies: [{ kind: "component", type:
|
74
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ChipMenuItemComponent, selector: "kendo-pivot-chipmenu-item", inputs: ["icon", "svgIcon", "text", "selected", "expanded", "disabled"], outputs: ["itemClick", "expand", "collapse"] }] });
|
75
75
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChipMenuSortComponent, decorators: [{
|
76
76
|
type: Component,
|
77
77
|
args: [{
|
@@ -91,7 +91,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
91
91
|
(itemClick)="toggleSort('desc')"
|
92
92
|
[selected]="sortedDesc">
|
93
93
|
</kendo-pivot-chipmenu-item>
|
94
|
-
|
94
|
+
`,
|
95
|
+
standalone: true,
|
96
|
+
imports: [ChipMenuItemComponent]
|
95
97
|
}]
|
96
98
|
}], ctorParameters: function () { return [{ type: i1.PivotLocalizationService }, { type: i0.Renderer2 }, { type: i2.ConfiguratorService }]; }, propDecorators: { chip: [{
|
97
99
|
type: Input
|
@@ -10,17 +10,17 @@ import { ChipMenuService } from './chip-menu.service';
|
|
10
10
|
import { PivotLocalizationService } from '../../localization/pivot-localization.service';
|
11
11
|
import { replaceMessagePlaceholder } from '../../util';
|
12
12
|
import { moreVerticalIcon } from '@progress/kendo-svg-icons';
|
13
|
+
import { ChipMenuReorderComponent } from './chip-menu-reorder.component';
|
14
|
+
import { ChipMenuFilterComponent } from './chip-menu-filter.component';
|
15
|
+
import { ChipMenuItemDirective } from './chip-menu-item.directive';
|
16
|
+
import { ChipMenuSortComponent } from './chip-menu-sort.component';
|
17
|
+
import { NgIf } from '@angular/common';
|
18
|
+
import { ChipMenuContainerComponent } from './chip-menu-container.component';
|
19
|
+
import { IconWrapperComponent } from '@progress/kendo-angular-icons';
|
13
20
|
import * as i0 from "@angular/core";
|
14
21
|
import * as i1 from "./single-popup.service";
|
15
22
|
import * as i2 from "../../localization/pivot-localization.service";
|
16
23
|
import * as i3 from "./chip-menu.service";
|
17
|
-
import * as i4 from "@angular/common";
|
18
|
-
import * as i5 from "@progress/kendo-angular-icons";
|
19
|
-
import * as i6 from "./chip-menu-sort.component";
|
20
|
-
import * as i7 from "./chip-menu-filter.component";
|
21
|
-
import * as i8 from "./chip-menu-container.component";
|
22
|
-
import * as i9 from "./chip-menu-item.directive";
|
23
|
-
import * as i10 from "./chip-menu-reorder.component";
|
24
24
|
const POPUP_CLASS = 'k-column-menu';
|
25
25
|
/**
|
26
26
|
* @hidden
|
@@ -66,7 +66,7 @@ export class ChipMenuComponent {
|
|
66
66
|
}
|
67
67
|
}
|
68
68
|
ChipMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChipMenuComponent, deps: [{ token: i1.SinglePopupService }, { token: i2.PivotLocalizationService }, { token: i3.ChipMenuService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
69
|
-
ChipMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ChipMenuComponent, selector: "kendo-pivot-chip-menu", inputs: { chip: "chip", tabIndex: "tabIndex", isMeasureField: "isMeasureField" }, providers: [
|
69
|
+
ChipMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ChipMenuComponent, isStandalone: true, selector: "kendo-pivot-chip-menu", inputs: { chip: "chip", tabIndex: "tabIndex", isMeasureField: "isMeasureField" }, providers: [
|
70
70
|
ChipMenuService,
|
71
71
|
MenuTabbingService
|
72
72
|
], viewQueries: [{ propertyName: "anchor", first: true, predicate: ["anchor"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: `
|
@@ -107,7 +107,7 @@ ChipMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
107
107
|
[service]="service"></kendo-pivot-chipmenu-reorder>
|
108
108
|
</kendo-pivot-chipmenu-container>
|
109
109
|
</ng-template>
|
110
|
-
`, isInline: true, dependencies: [{ kind: "
|
110
|
+
`, isInline: true, dependencies: [{ kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: ChipMenuContainerComponent, selector: "kendo-pivot-chipmenu-container" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ChipMenuSortComponent, selector: "kendo-pivot-chipmenu-sort", inputs: ["chip"] }, { kind: "directive", type: ChipMenuItemDirective, selector: "[kendoPivotChipMenuItem]", inputs: ["kendoPivotChipMenuItem"] }, { kind: "component", type: ChipMenuFilterComponent, selector: "kendo-pivot-chipmenu-filter", inputs: ["chip", "expanded", "isLast"], outputs: ["expand", "collapse"] }, { kind: "component", type: ChipMenuReorderComponent, selector: "kendo-pivot-chipmenu-reorder", inputs: ["chip"] }] });
|
111
111
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChipMenuComponent, decorators: [{
|
112
112
|
type: Component,
|
113
113
|
args: [{
|
@@ -154,7 +154,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
154
154
|
[service]="service"></kendo-pivot-chipmenu-reorder>
|
155
155
|
</kendo-pivot-chipmenu-container>
|
156
156
|
</ng-template>
|
157
|
-
|
157
|
+
`,
|
158
|
+
standalone: true,
|
159
|
+
imports: [IconWrapperComponent, ChipMenuContainerComponent, NgIf, ChipMenuSortComponent, ChipMenuItemDirective, ChipMenuFilterComponent, ChipMenuReorderComponent]
|
158
160
|
}]
|
159
161
|
}], ctorParameters: function () { return [{ type: i1.SinglePopupService }, { type: i2.PivotLocalizationService }, { type: i3.ChipMenuService }, { type: i0.Renderer2 }]; }, propDecorators: { chip: [{
|
160
162
|
type: Input
|
@@ -8,14 +8,15 @@ import { isNullOrEmptyString } from "../../../util";
|
|
8
8
|
import { PivotLocalizationService } from '../../../localization/pivot-localization.service';
|
9
9
|
import { ConfiguratorService } from '../../configurator.service';
|
10
10
|
import { PIVOT_CONFIGURATOR_ACTION } from '@progress/kendo-pivotgrid-common';
|
11
|
+
import { NgClass } from '@angular/common';
|
12
|
+
import { StringFilterMenuComponent } from './string-filter-menu.component';
|
13
|
+
import { ReactiveFormsModule, FormsModule } from '@angular/forms';
|
14
|
+
import { ButtonComponent } from '@progress/kendo-angular-buttons';
|
11
15
|
import * as i0 from "@angular/core";
|
12
16
|
import * as i1 from "../../../localization/pivot-localization.service";
|
13
17
|
import * as i2 from "./menu-tabbing.service";
|
14
18
|
import * as i3 from "../../configurator.service";
|
15
|
-
import * as i4 from "@angular/
|
16
|
-
import * as i5 from "@progress/kendo-angular-buttons";
|
17
|
-
import * as i6 from "@angular/forms";
|
18
|
-
import * as i7 from "./string-filter-menu.component";
|
19
|
+
import * as i4 from "@angular/forms";
|
19
20
|
const isNoValueOperator = operator => (operator === "isnull"
|
20
21
|
|| operator === "isnotnull"
|
21
22
|
|| operator === "isempty"
|
@@ -85,7 +86,7 @@ export class FilterMenuContainerComponent {
|
|
85
86
|
}
|
86
87
|
}
|
87
88
|
FilterMenuContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuContainerComponent, deps: [{ token: i1.PivotLocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.MenuTabbingService }, { token: i3.ConfiguratorService }], target: i0.ɵɵFactoryTarget.Component });
|
88
|
-
FilterMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuContainerComponent, selector: "kendo-pivot-filter-menu-container", inputs: { chip: "chip", isLast: "isLast", isExpanded: "isExpanded", menuTabbingService: "menuTabbingService", actionsClass: "actionsClass" }, outputs: { close: "close" }, providers: [
|
89
|
+
FilterMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuContainerComponent, isStandalone: true, selector: "kendo-pivot-filter-menu-container", inputs: { chip: "chip", isLast: "isLast", isExpanded: "isExpanded", menuTabbingService: "menuTabbingService", actionsClass: "actionsClass" }, outputs: { close: "close" }, providers: [
|
89
90
|
MenuTabbingService
|
90
91
|
], viewQueries: [{ propertyName: "resetButton", first: true, predicate: ["resetButton"], descendants: true }, { propertyName: "filterButton", first: true, predicate: ["filterButton"], descendants: true }], ngImport: i0, template: `
|
91
92
|
<form (submit)="submit()" (reset)="reset()"
|
@@ -113,7 +114,7 @@ FilterMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14
|
|
113
114
|
</div>
|
114
115
|
</div>
|
115
116
|
</form>
|
116
|
-
`, isInline: true, dependencies: [{ kind: "
|
117
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i4.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i4.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "component", type: StringFilterMenuComponent, selector: "kendo-pivot-string-filter-menu", inputs: ["chip", "menuTabbingService"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
117
118
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuContainerComponent, decorators: [{
|
118
119
|
type: Component,
|
119
120
|
args: [{
|
@@ -147,7 +148,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
147
148
|
</div>
|
148
149
|
</div>
|
149
150
|
</form>
|
150
|
-
|
151
|
+
`,
|
152
|
+
standalone: true,
|
153
|
+
imports: [ReactiveFormsModule, FormsModule, StringFilterMenuComponent, NgClass, ButtonComponent]
|
151
154
|
}]
|
152
155
|
}], ctorParameters: function () { return [{ type: i1.PivotLocalizationService }, { type: i0.ChangeDetectorRef }, { type: i2.MenuTabbingService }, { type: i3.ConfiguratorService }]; }, propDecorators: { close: [{
|
153
156
|
type: Output
|
@@ -30,10 +30,13 @@ export class FilterMenuDropDownListDirective {
|
|
30
30
|
}
|
31
31
|
}
|
32
32
|
FilterMenuDropDownListDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuDropDownListDirective, deps: [{ token: i1.DropDownListComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
33
|
-
FilterMenuDropDownListDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: { filterMenuDropDownLabel: "filterMenuDropDownLabel" }, ngImport: i0 });
|
33
|
+
FilterMenuDropDownListDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuDropDownListDirective, isStandalone: true, selector: "[kendoFilterMenuDropDown]", inputs: { filterMenuDropDownLabel: "filterMenuDropDownLabel" }, ngImport: i0 });
|
34
34
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuDropDownListDirective, decorators: [{
|
35
35
|
type: Directive,
|
36
|
-
args: [{
|
36
|
+
args: [{
|
37
|
+
selector: '[kendoFilterMenuDropDown]',
|
38
|
+
standalone: true
|
39
|
+
}]
|
37
40
|
}], ctorParameters: function () { return [{ type: i1.DropDownListComponent }]; }, propDecorators: { filterMenuDropDownLabel: [{
|
38
41
|
type: Input
|
39
42
|
}] } });
|