@progress/kendo-angular-grid 19.3.0-develop.4 → 19.3.0-develop.41
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/columns/columns-container.d.ts +2 -0
- package/common/data-layout-mode.d.ts +21 -0
- package/common/grid-col-size.d.ts +13 -0
- package/common/provider.service.d.ts +2 -0
- package/common/toolbar-tool-base.directive.d.ts +1 -0
- package/data/data-mapping.service.d.ts +3 -1
- package/directives.d.ts +7 -4
- package/editing/toolbar-editing-tool-base.directive.d.ts +3 -2
- package/editing-directives/editing-directive-base.d.ts +3 -0
- package/editing-directives/in-cell-editing.directive.d.ts +1 -1
- package/editing-directives/reactive-editing.directive.d.ts +1 -1
- package/editing-directives/template-editing.directive.d.ts +1 -1
- package/esm2022/adaptiveness/adaptive-renderer.component.mjs +1 -2
- package/esm2022/column-menu/column-chooser.component.mjs +1 -1
- package/esm2022/column-menu/column-list.component.mjs +8 -7
- package/esm2022/column-menu/column-menu-item.directive.mjs +1 -1
- package/esm2022/column-menu/column-menu.component.mjs +1 -1
- package/esm2022/columns/column-base.mjs +4 -4
- package/esm2022/columns/column.component.mjs +1 -1
- package/esm2022/columns/columns-container.mjs +3 -0
- package/esm2022/common/column-info.service.mjs +1 -1
- package/esm2022/common/data-layout-mode.mjs +5 -0
- package/esm2022/common/grid-col-size.mjs +5 -0
- package/esm2022/common/provider.service.mjs +1 -0
- package/esm2022/common/toolbar-tool-base.directive.mjs +6 -2
- package/esm2022/data/data-mapping.service.mjs +14 -3
- package/esm2022/directives.mjs +8 -1
- package/esm2022/editing/form/form-formfield.component.mjs +2 -2
- package/esm2022/editing/toolbar-editing-tool-base.directive.mjs +5 -0
- package/esm2022/editing-directives/editing-directive-base.mjs +17 -2
- package/esm2022/editing-directives/in-cell-editing.directive.mjs +5 -3
- package/esm2022/editing-directives/reactive-editing.directive.mjs +1 -1
- package/esm2022/editing-directives/template-editing.directive.mjs +1 -1
- package/esm2022/filtering/cell/boolean-filter-cell.component.mjs +1 -1
- package/esm2022/filtering/cell/date-filter-cell.component.mjs +1 -1
- package/esm2022/filtering/cell/filter-cell-operators.component.mjs +3 -4
- package/esm2022/filtering/cell/numeric-filter-cell.component.mjs +1 -1
- package/esm2022/filtering/cell/string-filter-cell.component.mjs +1 -1
- package/esm2022/filtering/filter-row.component.mjs +6 -3
- package/esm2022/filtering/menu/boolean-filter-menu.component.mjs +1 -2
- package/esm2022/filtering/menu/date-filter-menu-input.component.mjs +1 -1
- package/esm2022/filtering/menu/date-filter-menu.component.mjs +1 -1
- package/esm2022/filtering/menu/filter-menu-dropdownlist.directive.mjs +1 -1
- package/esm2022/filtering/menu/filter-menu-input-wrapper.component.mjs +1 -1
- package/esm2022/filtering/menu/filter-menu.component.mjs +1 -1
- package/esm2022/filtering/menu/numeric-filter-menu-input.component.mjs +1 -1
- package/esm2022/filtering/menu/numeric-filter-menu.component.mjs +1 -1
- package/esm2022/filtering/menu/string-filter-menu-input.component.mjs +1 -1
- package/esm2022/filtering/menu/string-filter-menu.component.mjs +1 -1
- package/esm2022/grid.component.mjs +191 -39
- package/esm2022/grid.module.mjs +103 -100
- package/esm2022/grouping/group-header.component.mjs +39 -4
- package/esm2022/grouping/group-panel.component.mjs +13 -8
- package/esm2022/highlight/highlight-item.mjs +5 -0
- package/esm2022/highlight/highlight.directive.mjs +132 -0
- package/esm2022/index.mjs +4 -0
- package/esm2022/localization/messages.mjs +57 -3
- package/esm2022/navigation/navigation-cursor.mjs +7 -1
- package/esm2022/navigation/navigation-metadata.mjs +3 -1
- package/esm2022/navigation/navigation.service.mjs +162 -16
- package/esm2022/navigation/toolbar-tool-name.mjs +2 -1
- package/esm2022/package-metadata.mjs +2 -2
- package/esm2022/pdf/export-element.mjs +14 -5
- package/esm2022/pdf/pdf.component.mjs +3 -1
- package/esm2022/rendering/cell.component.mjs +466 -188
- package/esm2022/rendering/common/col-group.component.mjs +21 -7
- package/esm2022/rendering/details-expand.directive.mjs +5 -2
- package/esm2022/rendering/footer/footer.component.mjs +117 -54
- package/esm2022/rendering/header/header.component.mjs +13 -9
- package/esm2022/rendering/list.component.mjs +19 -12
- package/esm2022/rendering/loading-template.directive.mjs +1 -0
- package/esm2022/rendering/table-body.component.mjs +394 -174
- package/esm2022/rendering/toolbar/tools/ai-assistant/ai-assistant.component.mjs +305 -0
- package/esm2022/rendering/toolbar/tools/ai-assistant/ai-tool.directive.mjs +269 -0
- package/esm2022/rendering/toolbar/tools/ai-assistant/utils.mjs +74 -0
- package/esm2022/rendering/toolbar/tools/column-chooser-tool.directive.mjs +0 -3
- package/esm2022/rendering/toolbar/tools/group-toolbar-tool.component.mjs +11 -9
- package/esm2022/rendering/toolbar/tools/select-all-command-tool.directive.mjs +93 -0
- package/esm2022/row-reordering/row-reorder.service.mjs +2 -2
- package/esm2022/row-reordering/utils.mjs +6 -4
- package/esm2022/selection/cell-selection.service.mjs +6 -3
- package/esm2022/selection/pair-set.mjs +87 -10
- package/esm2022/selection/selection-checkbox.directive.mjs +1 -1
- package/esm2022/selection/selection.directive.mjs +1 -1
- package/esm2022/utils.mjs +0 -4
- package/fesm2022/progress-kendo-angular-grid.mjs +2568 -642
- package/filtering/filter-row.component.d.ts +1 -0
- package/grid.component.d.ts +29 -1
- package/grid.module.d.ts +102 -99
- package/grouping/group-header.component.d.ts +1 -0
- package/grouping/group-panel.component.d.ts +1 -1
- package/highlight/highlight-item.d.ts +17 -0
- package/highlight/highlight.directive.d.ts +56 -0
- package/index.d.ts +8 -1
- package/localization/messages.d.ts +39 -3
- package/navigation/focus-group.d.ts +1 -1
- package/navigation/navigation-metadata.d.ts +2 -1
- package/navigation/navigation.service.d.ts +6 -0
- package/navigation/toolbar-tool-name.d.ts +1 -0
- package/package.json +22 -21
- package/rendering/cell.component.d.ts +30 -15
- package/rendering/common/col-group.component.d.ts +5 -0
- package/rendering/details-expand.directive.d.ts +5 -2
- package/rendering/footer/footer.component.d.ts +4 -1
- package/rendering/header/header.component.d.ts +1 -0
- package/rendering/list.component.d.ts +4 -1
- package/rendering/loading-template.directive.d.ts +1 -0
- package/rendering/table-body.component.d.ts +3 -1
- package/rendering/toolbar/tools/ai-assistant/ai-assistant.component.d.ts +49 -0
- package/rendering/toolbar/tools/ai-assistant/ai-tool.directive.d.ts +115 -0
- package/rendering/toolbar/tools/ai-assistant/utils.d.ts +124 -0
- package/rendering/toolbar/tools/column-chooser-tool.directive.d.ts +0 -1
- package/rendering/toolbar/tools/select-all-command-tool.directive.d.ts +36 -0
- package/row-reordering/row-reorder.service.d.ts +1 -1
- package/row-reordering/utils.d.ts +1 -1
- package/schematics/ngAdd/index.js +4 -4
- package/selection/cell-selection.service.d.ts +1 -0
- package/selection/pair-set.d.ts +36 -8
- package/selection/selection.directive.d.ts +1 -1
- package/utils.d.ts +0 -4
|
@@ -28,6 +28,7 @@ export declare class FilterRowComponent {
|
|
|
28
28
|
};
|
|
29
29
|
filterLabel(column: ColumnComponent): string;
|
|
30
30
|
getLogicalColIndex(columnIndex: number): number;
|
|
31
|
+
get isStacked(): boolean;
|
|
31
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterRowComponent, never>;
|
|
32
33
|
static ɵcmp: i0.ɵɵComponentDeclaration<FilterRowComponent, "[kendoGridFilterRow]", never, { "columns": { "alias": "columns"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "groups": { "alias": "groups"; "required": false; }; "detailTemplate": { "alias": "detailTemplate"; "required": false; }; "logicalRowIndex": { "alias": "logicalRowIndex"; "required": false; }; "lockedColumnsCount": { "alias": "lockedColumnsCount"; "required": false; }; }, {}, never, never, true, never>;
|
|
33
34
|
}
|
package/grid.component.d.ts
CHANGED
|
@@ -88,6 +88,9 @@ import { AdaptiveGridService } from './common/adaptiveness.service';
|
|
|
88
88
|
import { AdaptiveMode } from './adaptiveness/adaptive-mode';
|
|
89
89
|
import { AdaptiveRendererComponent } from './adaptiveness/adaptive-renderer.component';
|
|
90
90
|
import { DataMappingService } from './data/data-mapping.service';
|
|
91
|
+
import { AIAssistantToolbarDirective } from './rendering/toolbar/tools/ai-assistant/ai-tool.directive';
|
|
92
|
+
import { DataLayoutMode, DataLayoutModeSettings } from './common/data-layout-mode';
|
|
93
|
+
import { GridColSize } from './common/grid-col-size';
|
|
91
94
|
import * as i0 from "@angular/core";
|
|
92
95
|
/**
|
|
93
96
|
* Represents the Kendo UI for Angular Data Grid component.
|
|
@@ -452,6 +455,12 @@ export declare class GridComponent implements AfterContentInit, AfterViewInit, O
|
|
|
452
455
|
*/
|
|
453
456
|
set isGroupExpanded(callback: (args: GroupRowArgs) => boolean);
|
|
454
457
|
get isGroupExpanded(): (args: GroupRowArgs) => boolean;
|
|
458
|
+
/**
|
|
459
|
+
* Sets the Grid data layout display mode.
|
|
460
|
+
*
|
|
461
|
+
* @default 'columns'
|
|
462
|
+
*/
|
|
463
|
+
dataLayoutMode: DataLayoutMode | DataLayoutModeSettings;
|
|
455
464
|
/**
|
|
456
465
|
* Fires when the Grid data is filtered through the UI and the filter descriptor changes.
|
|
457
466
|
*/
|
|
@@ -573,6 +582,7 @@ export declare class GridComponent implements AfterContentInit, AfterViewInit, O
|
|
|
573
582
|
hostClass: boolean;
|
|
574
583
|
get sizeSmallClass(): boolean;
|
|
575
584
|
get sizeMediumClass(): boolean;
|
|
585
|
+
get stackedClass(): boolean;
|
|
576
586
|
get lockedClasses(): boolean;
|
|
577
587
|
get virtualClasses(): boolean;
|
|
578
588
|
get noScrollbarClass(): boolean;
|
|
@@ -603,6 +613,7 @@ export declare class GridComponent implements AfterContentInit, AfterViewInit, O
|
|
|
603
613
|
get toolbarTemplate(): ToolbarTemplateDirective;
|
|
604
614
|
set toolbarTemplate(customToolbarTemplate: ToolbarTemplateDirective);
|
|
605
615
|
columnMenuTemplates: QueryList<ColumnMenuTemplateDirective>;
|
|
616
|
+
aiAssistantToolbarTool: AIAssistantToolbarDirective;
|
|
606
617
|
lockedHeader: any;
|
|
607
618
|
header: any;
|
|
608
619
|
footer: QueryList<any>;
|
|
@@ -610,6 +621,7 @@ export declare class GridComponent implements AfterContentInit, AfterViewInit, O
|
|
|
610
621
|
dragTargetContainer: DragTargetContainerDirective;
|
|
611
622
|
dropTargetContainer: DropTargetContainerDirective;
|
|
612
623
|
dialogContainer: ViewContainerRef;
|
|
624
|
+
windowContainer: ViewContainerRef;
|
|
613
625
|
adaptiveRenderer: AdaptiveRendererComponent;
|
|
614
626
|
listComponent: ListComponent;
|
|
615
627
|
get scrollbarWidth(): number;
|
|
@@ -625,6 +637,10 @@ export declare class GridComponent implements AfterContentInit, AfterViewInit, O
|
|
|
625
637
|
selectionDirective: boolean | SelectionDirective;
|
|
626
638
|
ariaRootId: string;
|
|
627
639
|
showLicenseWatermark: boolean;
|
|
640
|
+
/**
|
|
641
|
+
* @hidden
|
|
642
|
+
*/
|
|
643
|
+
licenseMessage?: string;
|
|
628
644
|
columnsContainer: ColumnsContainer;
|
|
629
645
|
view: DataCollection;
|
|
630
646
|
get hasGroupFooters(): boolean;
|
|
@@ -667,6 +683,10 @@ export declare class GridComponent implements AfterContentInit, AfterViewInit, O
|
|
|
667
683
|
private _showPagerItemsText;
|
|
668
684
|
get isVirtual(): boolean;
|
|
669
685
|
get isScrollable(): boolean;
|
|
686
|
+
/**
|
|
687
|
+
* @hidden
|
|
688
|
+
*/
|
|
689
|
+
get isStacked(): boolean;
|
|
670
690
|
get visibleColumns(): QueryList<ColumnBase>;
|
|
671
691
|
get lockedColumns(): QueryList<ColumnBase>;
|
|
672
692
|
get nonLockedColumns(): QueryList<ColumnBase>;
|
|
@@ -963,6 +983,14 @@ export declare class GridComponent implements AfterContentInit, AfterViewInit, O
|
|
|
963
983
|
private columnInstance;
|
|
964
984
|
private verifySettings;
|
|
965
985
|
private autoGenerateColumns;
|
|
986
|
+
/**
|
|
987
|
+
* @hidden
|
|
988
|
+
*/
|
|
989
|
+
stackedColumns: {
|
|
990
|
+
columns: GridColSize[];
|
|
991
|
+
areDefault: boolean;
|
|
992
|
+
};
|
|
993
|
+
private generateStackedColumns;
|
|
966
994
|
private attachStateChangesEmitter;
|
|
967
995
|
private attachEditHandlers;
|
|
968
996
|
private emitCRUDEvent;
|
|
@@ -985,5 +1013,5 @@ export declare class GridComponent implements AfterContentInit, AfterViewInit, O
|
|
|
985
1013
|
private shouldResetSelection;
|
|
986
1014
|
private notifyReorderContainers;
|
|
987
1015
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridComponent, never>;
|
|
988
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GridComponent, "kendo-grid", ["kendoGrid"], { "data": { "alias": "data"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "height": { "alias": "height"; "required": false; }; "rowHeight": { "alias": "rowHeight"; "required": false; }; "adaptiveMode": { "alias": "adaptiveMode"; "required": false; }; "detailRowHeight": { "alias": "detailRowHeight"; "required": false; }; "skip": { "alias": "skip"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "size": { "alias": "size"; "required": false; }; "trackBy": { "alias": "trackBy"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "group": { "alias": "group"; "required": false; }; "virtualColumns": { "alias": "virtualColumns"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "pageable": { "alias": "pageable"; "required": false; }; "groupable": { "alias": "groupable"; "required": false; }; "gridResizable": { "alias": "gridResizable"; "required": false; }; "rowReorderable": { "alias": "rowReorderable"; "required": false; }; "navigable": { "alias": "navigable"; "required": false; }; "autoSize": { "alias": "autoSize"; "required": false; }; "rowClass": { "alias": "rowClass"; "required": false; }; "rowSticky": { "alias": "rowSticky"; "required": false; }; "rowSelected": { "alias": "rowSelected"; "required": false; }; "isRowSelectable": { "alias": "isRowSelectable"; "required": false; }; "cellSelected": { "alias": "cellSelected"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "reorderable": { "alias": "reorderable"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "columnMenu": { "alias": "columnMenu"; "required": false; }; "hideHeader": { "alias": "hideHeader"; "required": false; }; "showInactiveTools": { "alias": "showInactiveTools"; "required": false; }; "isDetailExpanded": { "alias": "isDetailExpanded"; "required": false; }; "isGroupExpanded": { "alias": "isGroupExpanded"; "required": false; }; }, { "filterChange": "filterChange"; "pageChange": "pageChange"; "groupChange": "groupChange"; "sortChange": "sortChange"; "selectionChange": "selectionChange"; "rowReorder": "rowReorder"; "dataStateChange": "dataStateChange"; "gridStateChange": "gridStateChange"; "groupExpand": "groupExpand"; "groupCollapse": "groupCollapse"; "detailExpand": "detailExpand"; "detailCollapse": "detailCollapse"; "edit": "edit"; "cancel": "cancel"; "save": "save"; "remove": "remove"; "add": "add"; "cellClose": "cellClose"; "cellClick": "cellClick"; "pdfExport": "pdfExport"; "excelExport": "excelExport"; "columnResize": "columnResize"; "columnReorder": "columnReorder"; "columnVisibilityChange": "columnVisibilityChange"; "columnLockedChange": "columnLockedChange"; "columnStickyChange": "columnStickyChange"; "scrollBottom": "scrollBottom"; "contentScroll": "contentScroll"; }, ["columns", "detailTemplateChildren", "cellLoadingTemplateChildren", "loadingTemplateChildren", "statusBarTemplateChildren", "noRecordsTemplateChildren", "pagerTemplateChildren", "toolbarTemplateChildren", "columnMenuTemplates"], ["kendo-toolbar"], true, never>;
|
|
1016
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GridComponent, "kendo-grid", ["kendoGrid"], { "data": { "alias": "data"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "height": { "alias": "height"; "required": false; }; "rowHeight": { "alias": "rowHeight"; "required": false; }; "adaptiveMode": { "alias": "adaptiveMode"; "required": false; }; "detailRowHeight": { "alias": "detailRowHeight"; "required": false; }; "skip": { "alias": "skip"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "size": { "alias": "size"; "required": false; }; "trackBy": { "alias": "trackBy"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "group": { "alias": "group"; "required": false; }; "virtualColumns": { "alias": "virtualColumns"; "required": false; }; "filterable": { "alias": "filterable"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "pageable": { "alias": "pageable"; "required": false; }; "groupable": { "alias": "groupable"; "required": false; }; "gridResizable": { "alias": "gridResizable"; "required": false; }; "rowReorderable": { "alias": "rowReorderable"; "required": false; }; "navigable": { "alias": "navigable"; "required": false; }; "autoSize": { "alias": "autoSize"; "required": false; }; "rowClass": { "alias": "rowClass"; "required": false; }; "rowSticky": { "alias": "rowSticky"; "required": false; }; "rowSelected": { "alias": "rowSelected"; "required": false; }; "isRowSelectable": { "alias": "isRowSelectable"; "required": false; }; "cellSelected": { "alias": "cellSelected"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "reorderable": { "alias": "reorderable"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "columnMenu": { "alias": "columnMenu"; "required": false; }; "hideHeader": { "alias": "hideHeader"; "required": false; }; "showInactiveTools": { "alias": "showInactiveTools"; "required": false; }; "isDetailExpanded": { "alias": "isDetailExpanded"; "required": false; }; "isGroupExpanded": { "alias": "isGroupExpanded"; "required": false; }; "dataLayoutMode": { "alias": "dataLayoutMode"; "required": false; }; }, { "filterChange": "filterChange"; "pageChange": "pageChange"; "groupChange": "groupChange"; "sortChange": "sortChange"; "selectionChange": "selectionChange"; "rowReorder": "rowReorder"; "dataStateChange": "dataStateChange"; "gridStateChange": "gridStateChange"; "groupExpand": "groupExpand"; "groupCollapse": "groupCollapse"; "detailExpand": "detailExpand"; "detailCollapse": "detailCollapse"; "edit": "edit"; "cancel": "cancel"; "save": "save"; "remove": "remove"; "add": "add"; "cellClose": "cellClose"; "cellClick": "cellClick"; "pdfExport": "pdfExport"; "excelExport": "excelExport"; "columnResize": "columnResize"; "columnReorder": "columnReorder"; "columnVisibilityChange": "columnVisibilityChange"; "columnLockedChange": "columnLockedChange"; "columnStickyChange": "columnStickyChange"; "scrollBottom": "scrollBottom"; "contentScroll": "contentScroll"; }, ["aiAssistantToolbarTool", "columns", "detailTemplateChildren", "cellLoadingTemplateChildren", "loadingTemplateChildren", "statusBarTemplateChildren", "noRecordsTemplateChildren", "pagerTemplateChildren", "toolbarTemplateChildren", "columnMenuTemplates"], ["kendo-toolbar"], true, never>;
|
|
989
1017
|
}
|
package/grid.module.d.ts
CHANGED
|
@@ -47,104 +47,107 @@ import * as i41 from "./rendering/loading-template.directive";
|
|
|
47
47
|
import * as i42 from "./columns/reorder-column.component";
|
|
48
48
|
import * as i43 from "./rendering/toolbar/tools/sort-command-tool.directive";
|
|
49
49
|
import * as i44 from "./rendering/toolbar/tools/filter-command-tool.directive";
|
|
50
|
-
import * as i45 from "./rendering/toolbar/tools/
|
|
51
|
-
import * as i46 from "./rendering/
|
|
52
|
-
import * as i47 from "./rendering/
|
|
53
|
-
import * as i48 from "./
|
|
54
|
-
import * as i49 from "./
|
|
55
|
-
import * as i50 from "./
|
|
56
|
-
import * as i51 from "
|
|
57
|
-
import * as i52 from "
|
|
58
|
-
import * as i53 from "
|
|
59
|
-
import * as i54 from "
|
|
60
|
-
import * as i55 from "./filtering/
|
|
61
|
-
import * as i56 from "./filtering/cell/
|
|
62
|
-
import * as i57 from "./filtering/cell/
|
|
63
|
-
import * as i58 from "./filtering/cell/
|
|
64
|
-
import * as i59 from "./filtering/cell/
|
|
65
|
-
import * as i60 from "./filtering/cell/filter-cell
|
|
66
|
-
import * as i61 from "./filtering/cell/filter-cell
|
|
67
|
-
import * as i62 from "./filtering/cell/
|
|
68
|
-
import * as i63 from "./filtering/cell/filter-cell-
|
|
69
|
-
import * as i64 from "./filtering/
|
|
70
|
-
import * as i65 from "./filtering/
|
|
71
|
-
import * as i66 from "./filtering/operators/
|
|
72
|
-
import * as i67 from "./filtering/operators/
|
|
73
|
-
import * as i68 from "./filtering/operators/
|
|
74
|
-
import * as i69 from "./filtering/operators/
|
|
75
|
-
import * as i70 from "./filtering/operators/is-
|
|
76
|
-
import * as i71 from "./filtering/operators/
|
|
77
|
-
import * as i72 from "./filtering/operators/
|
|
78
|
-
import * as i73 from "./filtering/operators/
|
|
79
|
-
import * as i74 from "./filtering/operators/
|
|
80
|
-
import * as i75 from "./filtering/operators/
|
|
81
|
-
import * as i76 from "./filtering/operators/
|
|
82
|
-
import * as i77 from "./filtering/operators/
|
|
83
|
-
import * as i78 from "./filtering/operators/
|
|
84
|
-
import * as i79 from "./filtering/operators/
|
|
85
|
-
import * as i80 from "./filtering/operators/
|
|
86
|
-
import * as i81 from "./filtering/operators/
|
|
87
|
-
import * as i82 from "./filtering/filter-
|
|
88
|
-
import * as i83 from "./filtering/
|
|
89
|
-
import * as i84 from "./filtering/
|
|
90
|
-
import * as i85 from "./filtering/menu/filter-menu
|
|
91
|
-
import * as i86 from "./filtering/menu/
|
|
92
|
-
import * as i87 from "./filtering/menu/
|
|
93
|
-
import * as i88 from "./filtering/menu/filter-menu-
|
|
94
|
-
import * as i89 from "./filtering/menu/
|
|
95
|
-
import * as i90 from "./filtering/menu/
|
|
96
|
-
import * as i91 from "./filtering/menu/
|
|
97
|
-
import * as i92 from "./filtering/menu/
|
|
98
|
-
import * as i93 from "./filtering/menu/filter-menu-
|
|
99
|
-
import * as i94 from "./filtering/menu/
|
|
100
|
-
import * as i95 from "./filtering/menu/filter-menu-
|
|
101
|
-
import * as i96 from "./filtering/menu/filter-
|
|
102
|
-
import * as i97 from "./
|
|
103
|
-
import * as i98 from "./
|
|
104
|
-
import * as i99 from "./column-menu/column-chooser.
|
|
105
|
-
import * as i100 from "./
|
|
106
|
-
import * as i101 from "./column-menu/column-
|
|
107
|
-
import * as i102 from "./
|
|
108
|
-
import * as i103 from "./column-menu/column-menu-
|
|
109
|
-
import * as i104 from "./column-menu/column-menu-
|
|
110
|
-
import * as i105 from "./column-menu/column-menu-
|
|
111
|
-
import * as i106 from "./column-menu/column-menu.
|
|
112
|
-
import * as i107 from "./column-menu/column-menu-
|
|
113
|
-
import * as i108 from "./column-menu/column-menu
|
|
114
|
-
import * as i109 from "./column-menu/column-menu-
|
|
115
|
-
import * as i110 from "./column-menu/column-menu-
|
|
116
|
-
import * as i111 from "./column-menu/column-menu-
|
|
117
|
-
import * as i112 from "./column-menu/column-menu-
|
|
118
|
-
import * as i113 from "./column-menu/column-menu-
|
|
119
|
-
import * as i114 from "./column-menu/column-menu-
|
|
120
|
-
import * as i115 from "./
|
|
121
|
-
import * as i116 from "./
|
|
122
|
-
import * as i117 from "./
|
|
123
|
-
import * as i118 from "./
|
|
124
|
-
import * as i119 from "./
|
|
125
|
-
import * as i120 from "./
|
|
126
|
-
import * as i121 from "./
|
|
127
|
-
import * as i122 from "./
|
|
128
|
-
import * as i123 from "./
|
|
129
|
-
import * as i124 from "./
|
|
130
|
-
import * as i125 from "./
|
|
131
|
-
import * as i126 from "./editing-directives/
|
|
132
|
-
import * as i127 from "./
|
|
133
|
-
import * as i128 from "./
|
|
134
|
-
import * as i129 from "./
|
|
135
|
-
import * as i130 from "./
|
|
136
|
-
import * as i131 from "./rendering/
|
|
137
|
-
import * as i132 from "./
|
|
138
|
-
import * as i133 from "./
|
|
139
|
-
import * as i134 from "./
|
|
140
|
-
import * as i135 from "./
|
|
141
|
-
import * as i136 from "./
|
|
142
|
-
import * as i137 from "./
|
|
143
|
-
import * as i138 from "./
|
|
144
|
-
import * as i139 from "./
|
|
145
|
-
import * as i140 from "./
|
|
146
|
-
import * as i141 from "./
|
|
147
|
-
import * as i142 from "./state-management/redo
|
|
50
|
+
import * as i45 from "./rendering/toolbar/tools/ai-assistant/ai-tool.directive";
|
|
51
|
+
import * as i46 from "./rendering/toolbar/tools/group-command-tool.directive";
|
|
52
|
+
import * as i47 from "./rendering/toolbar/tools/select-all-command-tool.directive";
|
|
53
|
+
import * as i48 from "./rendering/header/header.component";
|
|
54
|
+
import * as i49 from "./rendering/header/header-template.directive";
|
|
55
|
+
import * as i50 from "./column-resizing/column-handle.directive";
|
|
56
|
+
import * as i51 from "./selection/selectall-checkbox.directive";
|
|
57
|
+
import * as i52 from "./rendering/footer/footer.component";
|
|
58
|
+
import * as i53 from "@progress/kendo-angular-pager";
|
|
59
|
+
import * as i54 from "@progress/kendo-angular-toolbar";
|
|
60
|
+
import * as i55 from "./filtering/filter-row.component";
|
|
61
|
+
import * as i56 from "./filtering/cell/filter-cell.component";
|
|
62
|
+
import * as i57 from "./filtering/cell/filter-cell-template.directive";
|
|
63
|
+
import * as i58 from "./filtering/cell/string-filter-cell.component";
|
|
64
|
+
import * as i59 from "./filtering/cell/numeric-filter-cell.component";
|
|
65
|
+
import * as i60 from "./filtering/cell/autocomplete-filter-cell.component";
|
|
66
|
+
import * as i61 from "./filtering/cell/boolean-filter-cell.component";
|
|
67
|
+
import * as i62 from "./filtering/cell/filter-cell-host.directive";
|
|
68
|
+
import * as i63 from "./filtering/cell/filter-cell-wrapper.component";
|
|
69
|
+
import * as i64 from "./filtering/cell/date-filter-cell.component";
|
|
70
|
+
import * as i65 from "./filtering/cell/filter-cell-operators.component";
|
|
71
|
+
import * as i66 from "./filtering/operators/contains-filter-operator.component";
|
|
72
|
+
import * as i67 from "./filtering/operators/not-contains-filter-operator.component";
|
|
73
|
+
import * as i68 from "./filtering/operators/ends-with-filter-operator.component";
|
|
74
|
+
import * as i69 from "./filtering/operators/eq-filter-operator.component";
|
|
75
|
+
import * as i70 from "./filtering/operators/is-empty-filter-operator.component";
|
|
76
|
+
import * as i71 from "./filtering/operators/is-not-empty-filter-operator.component";
|
|
77
|
+
import * as i72 from "./filtering/operators/is-not-null-filter-operator.component";
|
|
78
|
+
import * as i73 from "./filtering/operators/isnull-filter-operator.component";
|
|
79
|
+
import * as i74 from "./filtering/operators/neq-filter-operator.component";
|
|
80
|
+
import * as i75 from "./filtering/operators/starts-with-filter-operator.component";
|
|
81
|
+
import * as i76 from "./filtering/operators/gt-filter-operator.component";
|
|
82
|
+
import * as i77 from "./filtering/operators/gte-filter-operator.component";
|
|
83
|
+
import * as i78 from "./filtering/operators/lt-filter-operator.component";
|
|
84
|
+
import * as i79 from "./filtering/operators/lte-filter-operator.component";
|
|
85
|
+
import * as i80 from "./filtering/operators/after-filter-operator.component";
|
|
86
|
+
import * as i81 from "./filtering/operators/after-eq-filter-operator.component";
|
|
87
|
+
import * as i82 from "./filtering/operators/before-eq-filter-operator.component";
|
|
88
|
+
import * as i83 from "./filtering/operators/before-filter-operator.component";
|
|
89
|
+
import * as i84 from "./filtering/filter-input.directive";
|
|
90
|
+
import * as i85 from "./filtering/menu/filter-menu.component";
|
|
91
|
+
import * as i86 from "./filtering/menu/filter-menu-container.component";
|
|
92
|
+
import * as i87 from "./filtering/menu/filter-menu-input-wrapper.component";
|
|
93
|
+
import * as i88 from "./filtering/menu/string-filter-menu-input.component";
|
|
94
|
+
import * as i89 from "./filtering/menu/string-filter-menu.component";
|
|
95
|
+
import * as i90 from "./filtering/menu/filter-menu-template.directive";
|
|
96
|
+
import * as i91 from "./filtering/menu/numeric-filter-menu.component";
|
|
97
|
+
import * as i92 from "./filtering/menu/numeric-filter-menu-input.component";
|
|
98
|
+
import * as i93 from "./filtering/menu/date-filter-menu-input.component";
|
|
99
|
+
import * as i94 from "./filtering/menu/date-filter-menu.component";
|
|
100
|
+
import * as i95 from "./filtering/menu/filter-menu-host.directive";
|
|
101
|
+
import * as i96 from "./filtering/menu/boolean-filter-menu.component";
|
|
102
|
+
import * as i97 from "./filtering/menu/filter-menu-dropdownlist.directive";
|
|
103
|
+
import * as i98 from "./filtering/menu/filter-radio-button.directive";
|
|
104
|
+
import * as i99 from "./column-menu/column-chooser-item-checked.directive";
|
|
105
|
+
import * as i100 from "./column-menu/column-list.component";
|
|
106
|
+
import * as i101 from "./column-menu/column-chooser.component";
|
|
107
|
+
import * as i102 from "./rendering/toolbar/tools/column-chooser-tool.directive";
|
|
108
|
+
import * as i103 from "./column-menu/column-menu-chooser.component";
|
|
109
|
+
import * as i104 from "./column-menu/column-menu-filter.component";
|
|
110
|
+
import * as i105 from "./column-menu/column-menu-item.component";
|
|
111
|
+
import * as i106 from "./column-menu/column-menu-item-content-template.directive";
|
|
112
|
+
import * as i107 from "./column-menu/column-menu-sort.component";
|
|
113
|
+
import * as i108 from "./column-menu/column-menu.component";
|
|
114
|
+
import * as i109 from "./column-menu/column-menu-lock.component";
|
|
115
|
+
import * as i110 from "./column-menu/column-menu-template.directive";
|
|
116
|
+
import * as i111 from "./column-menu/column-menu-container.component";
|
|
117
|
+
import * as i112 from "./column-menu/column-menu-item.directive";
|
|
118
|
+
import * as i113 from "./column-menu/column-menu-stick.component";
|
|
119
|
+
import * as i114 from "./column-menu/column-menu-position.component";
|
|
120
|
+
import * as i115 from "./column-menu/column-menu-autosize.component";
|
|
121
|
+
import * as i116 from "./column-menu/column-menu-autosize-all.component";
|
|
122
|
+
import * as i117 from "./grid.component";
|
|
123
|
+
import * as i118 from "./rendering/list.component";
|
|
124
|
+
import * as i119 from "./rendering/toolbar/toolbar.component";
|
|
125
|
+
import * as i120 from "./localization/localized-messages.directive";
|
|
126
|
+
import * as i121 from "./localization/custom-messages.component";
|
|
127
|
+
import * as i122 from "./databinding.directive";
|
|
128
|
+
import * as i123 from "./rendering/toolbar/toolbar-template.directive";
|
|
129
|
+
import * as i124 from "./selection/selection.directive";
|
|
130
|
+
import * as i125 from "./highlight/highlight.directive";
|
|
131
|
+
import * as i126 from "./editing-directives/template-editing.directive";
|
|
132
|
+
import * as i127 from "./editing-directives/reactive-editing.directive";
|
|
133
|
+
import * as i128 from "./editing-directives/in-cell-editing.directive";
|
|
134
|
+
import * as i129 from "./editing-directives/external-editing.directive";
|
|
135
|
+
import * as i130 from "./rendering/details-expand.directive";
|
|
136
|
+
import * as i131 from "./rendering/groups-expand.directive";
|
|
137
|
+
import * as i132 from "./grouping/group-scroll-binding.directive";
|
|
138
|
+
import * as i133 from "./selection/marquee.directive";
|
|
139
|
+
import * as i134 from "./rendering/common/spacer.component";
|
|
140
|
+
import * as i135 from "./rendering/toolbar/toolbar-focusable.directive";
|
|
141
|
+
import * as i136 from "./aggregates/status-bar.component";
|
|
142
|
+
import * as i137 from "./aggregates/status-bar-template.directive";
|
|
143
|
+
import * as i138 from "./common/clipboard.directive";
|
|
144
|
+
import * as i139 from "./editing/form/form.component";
|
|
145
|
+
import * as i140 from "./editing/form/dialog-form.component";
|
|
146
|
+
import * as i141 from "./editing/form/form-formfield.component";
|
|
147
|
+
import * as i142 from "./state-management/undo-redo.directive";
|
|
148
|
+
import * as i143 from "./column-resizing/table.directive";
|
|
149
|
+
import * as i144 from "./state-management/undo-command-tool";
|
|
150
|
+
import * as i145 from "./state-management/redo-command-tool";
|
|
148
151
|
/**
|
|
149
152
|
* Defines the [`NgModule`](link:site.data.urls.angular['ngmoduleapi']) for the Grid component.
|
|
150
153
|
*
|
|
@@ -169,6 +172,6 @@ import * as i142 from "./state-management/redo-command-tool";
|
|
|
169
172
|
*/
|
|
170
173
|
export declare class GridModule {
|
|
171
174
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridModule, never>;
|
|
172
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GridModule, never, [typeof i1.GroupHeaderTemplateDirective, typeof i2.GroupHeaderColumnTemplateDirective, typeof i3.GroupFooterTemplateDirective, typeof i4.GroupHeaderComponent, typeof i5.GroupPanelComponent, typeof i6.ColumnComponent, typeof i7.ColumnGroupComponent, typeof i8.LogicalCellDirective, typeof i9.LogicalRowDirective, typeof i10.FocusableDirective, typeof i11.FooterTemplateDirective, typeof i12.ColGroupComponent, typeof i13.ResizableContainerDirective, typeof i14.TemplateContextDirective, typeof i15.FieldAccessorPipe, typeof i16.DetailTemplateDirective, typeof i17.SpanColumnComponent, typeof i18.LoadingComponent, typeof i19.GridTableDirective, typeof i20.CommandColumnComponent, typeof i21.CheckboxColumnComponent, typeof i22.SelectionCheckboxDirective, typeof i23.CellTemplateDirective, typeof i24.EditTemplateDirective, typeof i25.RowDragHandleTemplateDirective, typeof i26.RowDragHintTemplateDirective, typeof i27.TableBodyComponent, typeof i28.NoRecordsTemplateDirective, typeof i29.CellComponent, typeof i30.EditCommandDirective, typeof i31.CancelCommandDirective, typeof i32.SaveCommandDirective, typeof i33.RemoveCommandDirective, typeof i34.AddCommandDirective, typeof i35.AddCommandToolbarDirective, typeof i36.EditCommandToolbarDirective, typeof i37.SaveCommandToolbarDirective, typeof i38.RemoveCommandToolbarDirective, typeof i39.CancelCommandToolbarDirective, typeof i40.CellLoadingTemplateDirective, typeof i41.LoadingTemplateDirective, typeof i42.RowReorderColumnComponent, typeof i43.SortCommandToolbarDirective, typeof i44.FilterCommandToolbarDirective, typeof i45.GroupCommandToolbarDirective, typeof i46.HeaderComponent, typeof i47.HeaderTemplateDirective, typeof i48.ColumnHandleDirective, typeof i49.SelectAllCheckboxDirective, typeof i50.FooterComponent, typeof i51.CustomMessagesComponent, typeof i51.PagerFocusableDirective, typeof i51.PagerInfoComponent, typeof i51.PagerInputComponent, typeof i51.PagerNextButtonsComponent, typeof i51.PagerNumericButtonsComponent, typeof i51.PagerPageSizesComponent, typeof i51.PagerPrevButtonsComponent, typeof i51.PagerTemplateDirective, typeof i51.PagerComponent, typeof i51.PagerSpacerComponent, typeof i52.ToolBarComponent, typeof i52.ToolbarCustomMessagesComponent, typeof i52.ToolBarButtonComponent, typeof i52.ToolBarButtonGroupComponent, typeof i52.ToolBarDropDownButtonComponent, typeof i52.ToolBarSeparatorComponent, typeof i52.ToolBarSpacerComponent, typeof i52.ToolBarSplitButtonComponent, typeof i52.ToolBarToolComponent, typeof i53.FilterRowComponent, typeof i54.FilterCellComponent, typeof i55.FilterCellTemplateDirective, typeof i56.StringFilterCellComponent, typeof i57.NumericFilterCellComponent, typeof i58.AutoCompleteFilterCellComponent, typeof i59.BooleanFilterCellComponent, typeof i60.FilterCellHostDirective, typeof i61.FilterCellWrapperComponent, typeof i62.DateFilterCellComponent, typeof i6.ColumnComponent, typeof i7.ColumnGroupComponent, typeof i8.LogicalCellDirective, typeof i9.LogicalRowDirective, typeof i10.FocusableDirective, typeof i11.FooterTemplateDirective, typeof i12.ColGroupComponent, typeof i13.ResizableContainerDirective, typeof i14.TemplateContextDirective, typeof i15.FieldAccessorPipe, typeof i16.DetailTemplateDirective, typeof i17.SpanColumnComponent, typeof i18.LoadingComponent, typeof i19.GridTableDirective, typeof i63.FilterCellOperatorsComponent, typeof i64.ContainsFilterOperatorComponent, typeof i65.DoesNotContainFilterOperatorComponent, typeof i66.EndsWithFilterOperatorComponent, typeof i67.EqualFilterOperatorComponent, typeof i68.IsEmptyFilterOperatorComponent, typeof i69.IsNotEmptyFilterOperatorComponent, typeof i70.IsNotNullFilterOperatorComponent, typeof i71.IsNullFilterOperatorComponent, typeof i72.NotEqualFilterOperatorComponent, typeof i73.StartsWithFilterOperatorComponent, typeof i74.GreaterFilterOperatorComponent, typeof i75.GreaterOrEqualToFilterOperatorComponent, typeof i76.LessFilterOperatorComponent, typeof i77.LessOrEqualToFilterOperatorComponent, typeof i78.AfterFilterOperatorComponent, typeof i79.AfterEqFilterOperatorComponent, typeof i80.BeforeEqFilterOperatorComponent, typeof i81.BeforeFilterOperatorComponent, typeof i82.FilterInputDirective, typeof i6.ColumnComponent, typeof i7.ColumnGroupComponent, typeof i8.LogicalCellDirective, typeof i9.LogicalRowDirective, typeof i10.FocusableDirective, typeof i11.FooterTemplateDirective, typeof i12.ColGroupComponent, typeof i13.ResizableContainerDirective, typeof i14.TemplateContextDirective, typeof i15.FieldAccessorPipe, typeof i16.DetailTemplateDirective, typeof i17.SpanColumnComponent, typeof i18.LoadingComponent, typeof i19.GridTableDirective, typeof i63.FilterCellOperatorsComponent, typeof i64.ContainsFilterOperatorComponent, typeof i65.DoesNotContainFilterOperatorComponent, typeof i66.EndsWithFilterOperatorComponent, typeof i67.EqualFilterOperatorComponent, typeof i68.IsEmptyFilterOperatorComponent, typeof i69.IsNotEmptyFilterOperatorComponent, typeof i70.IsNotNullFilterOperatorComponent, typeof i71.IsNullFilterOperatorComponent, typeof i72.NotEqualFilterOperatorComponent, typeof i73.StartsWithFilterOperatorComponent, typeof i74.GreaterFilterOperatorComponent, typeof i75.GreaterOrEqualToFilterOperatorComponent, typeof i76.LessFilterOperatorComponent, typeof i77.LessOrEqualToFilterOperatorComponent, typeof i78.AfterFilterOperatorComponent, typeof i79.AfterEqFilterOperatorComponent, typeof i80.BeforeEqFilterOperatorComponent, typeof i81.BeforeFilterOperatorComponent, typeof i82.FilterInputDirective, typeof i83.FilterMenuComponent, typeof i84.FilterMenuContainerComponent, typeof i85.FilterMenuInputWrapperComponent, typeof i86.StringFilterMenuInputComponent, typeof i87.StringFilterMenuComponent, typeof i88.FilterMenuTemplateDirective, typeof i89.NumericFilterMenuComponent, typeof i90.NumericFilterMenuInputComponent, typeof i91.DateFilterMenuInputComponent, typeof i92.DateFilterMenuComponent, typeof i93.FilterMenuHostDirective, typeof i94.BooleanFilterMenuComponent, typeof i95.FilterMenuDropDownListDirective, typeof i96.BooleanFilterRadioButtonDirective, typeof i97.ColumnMenuChooserItemCheckedDirective, typeof i98.ColumnListComponent, typeof i99.ColumnChooserComponent, typeof i100.ColumnChooserToolbarDirective, typeof i101.ColumnMenuChooserComponent, typeof i102.ColumnMenuFilterComponent, typeof i103.ColumnMenuItemComponent, typeof i104.ColumnMenuItemContentTemplateDirective, typeof i105.ColumnMenuSortComponent, typeof i106.ColumnMenuComponent, typeof i107.ColumnMenuLockComponent, typeof i108.ColumnMenuTemplateDirective, typeof i109.ColumnMenuContainerComponent, typeof i110.ColumnMenuItemDirective, typeof i111.ColumnMenuStickComponent, typeof i112.ColumnMenuPositionComponent, typeof i113.ColumnMenuAutoSizeColumnComponent, typeof i114.ColumnMenuAutoSizeAllColumnsComponent, typeof i115.GridComponent, typeof i116.ListComponent, typeof i117.ToolbarComponent, typeof i118.LocalizedMessagesDirective, typeof i119.CustomMessagesComponent, typeof i120.DataBindingDirective, typeof i121.ToolbarTemplateDirective, typeof i122.SelectionDirective, typeof i123.TemplateEditingDirective, typeof i124.ReactiveEditingDirective, typeof i125.InCellEditingDirective, typeof i126.ExternalEditingDirective, typeof i127.ExpandDetailsDirective, typeof i128.ExpandGroupDirective, typeof i129.GroupBindingDirective, typeof i130.GridMarqueeDirective, typeof i131.GridSpacerComponent, typeof i132.GridToolbarFocusableDirective, typeof i133.StatusBarComponent, typeof i134.StatusBarTemplateDirective, typeof i135.GridClipboardDirective, typeof i136.FormComponent, typeof i137.DialogFormComponent, typeof i138.FormFormFieldComponent, typeof i139.UndoRedoDirective, typeof i52.ToolBarComponent, typeof i52.ToolbarCustomMessagesComponent, typeof i52.ToolBarButtonComponent, typeof i52.ToolBarButtonGroupComponent, typeof i52.ToolBarDropDownButtonComponent, typeof i52.ToolBarSeparatorComponent, typeof i52.ToolBarSpacerComponent, typeof i52.ToolBarSplitButtonComponent, typeof i52.ToolBarToolComponent, typeof i140.TableDirective, typeof i141.UndoCommandToolbarDirective, typeof i142.RedoCommandToolbarDirective], [typeof i115.GridComponent, typeof i121.ToolbarTemplateDirective, typeof i117.ToolbarComponent, typeof i131.GridSpacerComponent, typeof i134.StatusBarTemplateDirective, typeof i120.DataBindingDirective, typeof i122.SelectionDirective, typeof i119.CustomMessagesComponent, typeof i129.GroupBindingDirective, typeof i123.TemplateEditingDirective, typeof i124.ReactiveEditingDirective, typeof i125.InCellEditingDirective, typeof i126.ExternalEditingDirective, typeof i127.ExpandDetailsDirective, typeof i128.ExpandGroupDirective, typeof i132.GridToolbarFocusableDirective, typeof i1.GroupHeaderTemplateDirective, typeof i2.GroupHeaderColumnTemplateDirective, typeof i3.GroupFooterTemplateDirective, typeof i4.GroupHeaderComponent, typeof i5.GroupPanelComponent, typeof i6.ColumnComponent, typeof i7.ColumnGroupComponent, typeof i8.LogicalCellDirective, typeof i9.LogicalRowDirective, typeof i10.FocusableDirective, typeof i11.FooterTemplateDirective, typeof i12.ColGroupComponent, typeof i13.ResizableContainerDirective, typeof i14.TemplateContextDirective, typeof i15.FieldAccessorPipe, typeof i16.DetailTemplateDirective, typeof i17.SpanColumnComponent, typeof i18.LoadingComponent, typeof i19.GridTableDirective, typeof i20.CommandColumnComponent, typeof i21.CheckboxColumnComponent, typeof i22.SelectionCheckboxDirective, typeof i23.CellTemplateDirective, typeof i24.EditTemplateDirective, typeof i25.RowDragHandleTemplateDirective, typeof i26.RowDragHintTemplateDirective, typeof i27.TableBodyComponent, typeof i28.NoRecordsTemplateDirective, typeof i29.CellComponent, typeof i30.EditCommandDirective, typeof i31.CancelCommandDirective, typeof i32.SaveCommandDirective, typeof i33.RemoveCommandDirective, typeof i34.AddCommandDirective, typeof i35.AddCommandToolbarDirective, typeof i36.EditCommandToolbarDirective, typeof i37.SaveCommandToolbarDirective, typeof i38.RemoveCommandToolbarDirective, typeof i39.CancelCommandToolbarDirective, typeof i40.CellLoadingTemplateDirective, typeof i41.LoadingTemplateDirective, typeof i42.RowReorderColumnComponent, typeof i43.SortCommandToolbarDirective, typeof i44.FilterCommandToolbarDirective, typeof i45.GroupCommandToolbarDirective, typeof i46.HeaderComponent, typeof i47.HeaderTemplateDirective, typeof i48.ColumnHandleDirective, typeof i49.SelectAllCheckboxDirective, typeof i53.FilterRowComponent, typeof i54.FilterCellComponent, typeof i55.FilterCellTemplateDirective, typeof i56.StringFilterCellComponent, typeof i57.NumericFilterCellComponent, typeof i58.AutoCompleteFilterCellComponent, typeof i59.BooleanFilterCellComponent, typeof i60.FilterCellHostDirective, typeof i61.FilterCellWrapperComponent, typeof i62.DateFilterCellComponent, typeof i63.FilterCellOperatorsComponent, typeof i64.ContainsFilterOperatorComponent, typeof i65.DoesNotContainFilterOperatorComponent, typeof i66.EndsWithFilterOperatorComponent, typeof i67.EqualFilterOperatorComponent, typeof i68.IsEmptyFilterOperatorComponent, typeof i69.IsNotEmptyFilterOperatorComponent, typeof i70.IsNotNullFilterOperatorComponent, typeof i71.IsNullFilterOperatorComponent, typeof i72.NotEqualFilterOperatorComponent, typeof i73.StartsWithFilterOperatorComponent, typeof i74.GreaterFilterOperatorComponent, typeof i75.GreaterOrEqualToFilterOperatorComponent, typeof i76.LessFilterOperatorComponent, typeof i77.LessOrEqualToFilterOperatorComponent, typeof i78.AfterFilterOperatorComponent, typeof i79.AfterEqFilterOperatorComponent, typeof i80.BeforeEqFilterOperatorComponent, typeof i81.BeforeFilterOperatorComponent, typeof i83.FilterMenuComponent, typeof i84.FilterMenuContainerComponent, typeof i85.FilterMenuInputWrapperComponent, typeof i86.StringFilterMenuInputComponent, typeof i87.StringFilterMenuComponent, typeof i88.FilterMenuTemplateDirective, typeof i89.NumericFilterMenuComponent, typeof i90.NumericFilterMenuInputComponent, typeof i91.DateFilterMenuInputComponent, typeof i92.DateFilterMenuComponent, typeof i93.FilterMenuHostDirective, typeof i94.BooleanFilterMenuComponent, typeof i95.FilterMenuDropDownListDirective, typeof i96.BooleanFilterRadioButtonDirective, typeof i99.ColumnChooserComponent, typeof i100.ColumnChooserToolbarDirective, typeof i102.ColumnMenuFilterComponent, typeof i103.ColumnMenuItemComponent, typeof i104.ColumnMenuItemContentTemplateDirective, typeof i105.ColumnMenuSortComponent, typeof i107.ColumnMenuLockComponent, typeof i111.ColumnMenuStickComponent, typeof i112.ColumnMenuPositionComponent, typeof i101.ColumnMenuChooserComponent, typeof i108.ColumnMenuTemplateDirective, typeof i109.ColumnMenuContainerComponent, typeof i110.ColumnMenuItemDirective, typeof i106.ColumnMenuComponent, typeof i113.ColumnMenuAutoSizeColumnComponent, typeof i114.ColumnMenuAutoSizeAllColumnsComponent, typeof i135.GridClipboardDirective, typeof i139.UndoRedoDirective, typeof i141.UndoCommandToolbarDirective, typeof i142.RedoCommandToolbarDirective, typeof i52.ToolBarComponent, typeof i52.ToolbarCustomMessagesComponent, typeof i52.ToolBarButtonComponent, typeof i52.ToolBarButtonGroupComponent, typeof i52.ToolBarDropDownButtonComponent, typeof i52.ToolBarSeparatorComponent, typeof i52.ToolBarSpacerComponent, typeof i52.ToolBarSplitButtonComponent, typeof i52.ToolBarToolComponent, typeof i51.CustomMessagesComponent, typeof i51.PagerFocusableDirective, typeof i51.PagerInfoComponent, typeof i51.PagerInputComponent, typeof i51.PagerNextButtonsComponent, typeof i51.PagerNumericButtonsComponent, typeof i51.PagerPageSizesComponent, typeof i51.PagerPrevButtonsComponent, typeof i51.PagerTemplateDirective, typeof i51.PagerComponent, typeof i51.PagerSpacerComponent]>;
|
|
175
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GridModule, never, [typeof i1.GroupHeaderTemplateDirective, typeof i2.GroupHeaderColumnTemplateDirective, typeof i3.GroupFooterTemplateDirective, typeof i4.GroupHeaderComponent, typeof i5.GroupPanelComponent, typeof i6.ColumnComponent, typeof i7.ColumnGroupComponent, typeof i8.LogicalCellDirective, typeof i9.LogicalRowDirective, typeof i10.FocusableDirective, typeof i11.FooterTemplateDirective, typeof i12.ColGroupComponent, typeof i13.ResizableContainerDirective, typeof i14.TemplateContextDirective, typeof i15.FieldAccessorPipe, typeof i16.DetailTemplateDirective, typeof i17.SpanColumnComponent, typeof i18.LoadingComponent, typeof i19.GridTableDirective, typeof i20.CommandColumnComponent, typeof i21.CheckboxColumnComponent, typeof i22.SelectionCheckboxDirective, typeof i23.CellTemplateDirective, typeof i24.EditTemplateDirective, typeof i25.RowDragHandleTemplateDirective, typeof i26.RowDragHintTemplateDirective, typeof i27.TableBodyComponent, typeof i28.NoRecordsTemplateDirective, typeof i29.CellComponent, typeof i30.EditCommandDirective, typeof i31.CancelCommandDirective, typeof i32.SaveCommandDirective, typeof i33.RemoveCommandDirective, typeof i34.AddCommandDirective, typeof i35.AddCommandToolbarDirective, typeof i36.EditCommandToolbarDirective, typeof i37.SaveCommandToolbarDirective, typeof i38.RemoveCommandToolbarDirective, typeof i39.CancelCommandToolbarDirective, typeof i40.CellLoadingTemplateDirective, typeof i41.LoadingTemplateDirective, typeof i42.RowReorderColumnComponent, typeof i43.SortCommandToolbarDirective, typeof i44.FilterCommandToolbarDirective, typeof i45.AIAssistantToolbarDirective, typeof i46.GroupCommandToolbarDirective, typeof i47.SelectAllToolbarToolComponent, typeof i48.HeaderComponent, typeof i49.HeaderTemplateDirective, typeof i50.ColumnHandleDirective, typeof i51.SelectAllCheckboxDirective, typeof i52.FooterComponent, typeof i53.CustomMessagesComponent, typeof i53.PagerFocusableDirective, typeof i53.PagerInfoComponent, typeof i53.PagerInputComponent, typeof i53.PagerNextButtonsComponent, typeof i53.PagerNumericButtonsComponent, typeof i53.PagerPageSizesComponent, typeof i53.PagerPrevButtonsComponent, typeof i53.PagerTemplateDirective, typeof i53.PagerComponent, typeof i53.PagerSpacerComponent, typeof i54.ToolBarComponent, typeof i54.ToolbarCustomMessagesComponent, typeof i54.ToolBarButtonComponent, typeof i54.ToolBarButtonGroupComponent, typeof i54.ToolBarDropDownButtonComponent, typeof i54.ToolBarSeparatorComponent, typeof i54.ToolBarSpacerComponent, typeof i54.ToolBarSplitButtonComponent, typeof i54.ToolBarToolComponent, typeof i55.FilterRowComponent, typeof i56.FilterCellComponent, typeof i57.FilterCellTemplateDirective, typeof i58.StringFilterCellComponent, typeof i59.NumericFilterCellComponent, typeof i60.AutoCompleteFilterCellComponent, typeof i61.BooleanFilterCellComponent, typeof i62.FilterCellHostDirective, typeof i63.FilterCellWrapperComponent, typeof i64.DateFilterCellComponent, typeof i6.ColumnComponent, typeof i7.ColumnGroupComponent, typeof i8.LogicalCellDirective, typeof i9.LogicalRowDirective, typeof i10.FocusableDirective, typeof i11.FooterTemplateDirective, typeof i12.ColGroupComponent, typeof i13.ResizableContainerDirective, typeof i14.TemplateContextDirective, typeof i15.FieldAccessorPipe, typeof i16.DetailTemplateDirective, typeof i17.SpanColumnComponent, typeof i18.LoadingComponent, typeof i19.GridTableDirective, typeof i65.FilterCellOperatorsComponent, typeof i66.ContainsFilterOperatorComponent, typeof i67.DoesNotContainFilterOperatorComponent, typeof i68.EndsWithFilterOperatorComponent, typeof i69.EqualFilterOperatorComponent, typeof i70.IsEmptyFilterOperatorComponent, typeof i71.IsNotEmptyFilterOperatorComponent, typeof i72.IsNotNullFilterOperatorComponent, typeof i73.IsNullFilterOperatorComponent, typeof i74.NotEqualFilterOperatorComponent, typeof i75.StartsWithFilterOperatorComponent, typeof i76.GreaterFilterOperatorComponent, typeof i77.GreaterOrEqualToFilterOperatorComponent, typeof i78.LessFilterOperatorComponent, typeof i79.LessOrEqualToFilterOperatorComponent, typeof i80.AfterFilterOperatorComponent, typeof i81.AfterEqFilterOperatorComponent, typeof i82.BeforeEqFilterOperatorComponent, typeof i83.BeforeFilterOperatorComponent, typeof i84.FilterInputDirective, typeof i6.ColumnComponent, typeof i7.ColumnGroupComponent, typeof i8.LogicalCellDirective, typeof i9.LogicalRowDirective, typeof i10.FocusableDirective, typeof i11.FooterTemplateDirective, typeof i12.ColGroupComponent, typeof i13.ResizableContainerDirective, typeof i14.TemplateContextDirective, typeof i15.FieldAccessorPipe, typeof i16.DetailTemplateDirective, typeof i17.SpanColumnComponent, typeof i18.LoadingComponent, typeof i19.GridTableDirective, typeof i65.FilterCellOperatorsComponent, typeof i66.ContainsFilterOperatorComponent, typeof i67.DoesNotContainFilterOperatorComponent, typeof i68.EndsWithFilterOperatorComponent, typeof i69.EqualFilterOperatorComponent, typeof i70.IsEmptyFilterOperatorComponent, typeof i71.IsNotEmptyFilterOperatorComponent, typeof i72.IsNotNullFilterOperatorComponent, typeof i73.IsNullFilterOperatorComponent, typeof i74.NotEqualFilterOperatorComponent, typeof i75.StartsWithFilterOperatorComponent, typeof i76.GreaterFilterOperatorComponent, typeof i77.GreaterOrEqualToFilterOperatorComponent, typeof i78.LessFilterOperatorComponent, typeof i79.LessOrEqualToFilterOperatorComponent, typeof i80.AfterFilterOperatorComponent, typeof i81.AfterEqFilterOperatorComponent, typeof i82.BeforeEqFilterOperatorComponent, typeof i83.BeforeFilterOperatorComponent, typeof i84.FilterInputDirective, typeof i85.FilterMenuComponent, typeof i86.FilterMenuContainerComponent, typeof i87.FilterMenuInputWrapperComponent, typeof i88.StringFilterMenuInputComponent, typeof i89.StringFilterMenuComponent, typeof i90.FilterMenuTemplateDirective, typeof i91.NumericFilterMenuComponent, typeof i92.NumericFilterMenuInputComponent, typeof i93.DateFilterMenuInputComponent, typeof i94.DateFilterMenuComponent, typeof i95.FilterMenuHostDirective, typeof i96.BooleanFilterMenuComponent, typeof i97.FilterMenuDropDownListDirective, typeof i98.BooleanFilterRadioButtonDirective, typeof i99.ColumnMenuChooserItemCheckedDirective, typeof i100.ColumnListComponent, typeof i101.ColumnChooserComponent, typeof i102.ColumnChooserToolbarDirective, typeof i103.ColumnMenuChooserComponent, typeof i104.ColumnMenuFilterComponent, typeof i105.ColumnMenuItemComponent, typeof i106.ColumnMenuItemContentTemplateDirective, typeof i107.ColumnMenuSortComponent, typeof i108.ColumnMenuComponent, typeof i109.ColumnMenuLockComponent, typeof i110.ColumnMenuTemplateDirective, typeof i111.ColumnMenuContainerComponent, typeof i112.ColumnMenuItemDirective, typeof i113.ColumnMenuStickComponent, typeof i114.ColumnMenuPositionComponent, typeof i115.ColumnMenuAutoSizeColumnComponent, typeof i116.ColumnMenuAutoSizeAllColumnsComponent, typeof i117.GridComponent, typeof i118.ListComponent, typeof i119.ToolbarComponent, typeof i120.LocalizedMessagesDirective, typeof i121.CustomMessagesComponent, typeof i122.DataBindingDirective, typeof i123.ToolbarTemplateDirective, typeof i124.SelectionDirective, typeof i125.HighlightDirective, typeof i126.TemplateEditingDirective, typeof i127.ReactiveEditingDirective, typeof i128.InCellEditingDirective, typeof i129.ExternalEditingDirective, typeof i130.ExpandDetailsDirective, typeof i131.ExpandGroupDirective, typeof i132.GroupBindingDirective, typeof i133.GridMarqueeDirective, typeof i134.GridSpacerComponent, typeof i135.GridToolbarFocusableDirective, typeof i136.StatusBarComponent, typeof i137.StatusBarTemplateDirective, typeof i138.GridClipboardDirective, typeof i139.FormComponent, typeof i140.DialogFormComponent, typeof i141.FormFormFieldComponent, typeof i142.UndoRedoDirective, typeof i54.ToolBarComponent, typeof i54.ToolbarCustomMessagesComponent, typeof i54.ToolBarButtonComponent, typeof i54.ToolBarButtonGroupComponent, typeof i54.ToolBarDropDownButtonComponent, typeof i54.ToolBarSeparatorComponent, typeof i54.ToolBarSpacerComponent, typeof i54.ToolBarSplitButtonComponent, typeof i54.ToolBarToolComponent, typeof i143.TableDirective, typeof i144.UndoCommandToolbarDirective, typeof i145.RedoCommandToolbarDirective], [typeof i117.GridComponent, typeof i123.ToolbarTemplateDirective, typeof i119.ToolbarComponent, typeof i134.GridSpacerComponent, typeof i137.StatusBarTemplateDirective, typeof i122.DataBindingDirective, typeof i124.SelectionDirective, typeof i125.HighlightDirective, typeof i121.CustomMessagesComponent, typeof i132.GroupBindingDirective, typeof i126.TemplateEditingDirective, typeof i127.ReactiveEditingDirective, typeof i128.InCellEditingDirective, typeof i129.ExternalEditingDirective, typeof i130.ExpandDetailsDirective, typeof i131.ExpandGroupDirective, typeof i135.GridToolbarFocusableDirective, typeof i1.GroupHeaderTemplateDirective, typeof i2.GroupHeaderColumnTemplateDirective, typeof i3.GroupFooterTemplateDirective, typeof i4.GroupHeaderComponent, typeof i5.GroupPanelComponent, typeof i6.ColumnComponent, typeof i7.ColumnGroupComponent, typeof i8.LogicalCellDirective, typeof i9.LogicalRowDirective, typeof i10.FocusableDirective, typeof i11.FooterTemplateDirective, typeof i12.ColGroupComponent, typeof i13.ResizableContainerDirective, typeof i14.TemplateContextDirective, typeof i15.FieldAccessorPipe, typeof i16.DetailTemplateDirective, typeof i17.SpanColumnComponent, typeof i18.LoadingComponent, typeof i19.GridTableDirective, typeof i20.CommandColumnComponent, typeof i21.CheckboxColumnComponent, typeof i22.SelectionCheckboxDirective, typeof i23.CellTemplateDirective, typeof i24.EditTemplateDirective, typeof i25.RowDragHandleTemplateDirective, typeof i26.RowDragHintTemplateDirective, typeof i27.TableBodyComponent, typeof i28.NoRecordsTemplateDirective, typeof i29.CellComponent, typeof i30.EditCommandDirective, typeof i31.CancelCommandDirective, typeof i32.SaveCommandDirective, typeof i33.RemoveCommandDirective, typeof i34.AddCommandDirective, typeof i35.AddCommandToolbarDirective, typeof i36.EditCommandToolbarDirective, typeof i37.SaveCommandToolbarDirective, typeof i38.RemoveCommandToolbarDirective, typeof i39.CancelCommandToolbarDirective, typeof i40.CellLoadingTemplateDirective, typeof i41.LoadingTemplateDirective, typeof i42.RowReorderColumnComponent, typeof i43.SortCommandToolbarDirective, typeof i44.FilterCommandToolbarDirective, typeof i45.AIAssistantToolbarDirective, typeof i46.GroupCommandToolbarDirective, typeof i47.SelectAllToolbarToolComponent, typeof i48.HeaderComponent, typeof i49.HeaderTemplateDirective, typeof i50.ColumnHandleDirective, typeof i51.SelectAllCheckboxDirective, typeof i55.FilterRowComponent, typeof i56.FilterCellComponent, typeof i57.FilterCellTemplateDirective, typeof i58.StringFilterCellComponent, typeof i59.NumericFilterCellComponent, typeof i60.AutoCompleteFilterCellComponent, typeof i61.BooleanFilterCellComponent, typeof i62.FilterCellHostDirective, typeof i63.FilterCellWrapperComponent, typeof i64.DateFilterCellComponent, typeof i65.FilterCellOperatorsComponent, typeof i66.ContainsFilterOperatorComponent, typeof i67.DoesNotContainFilterOperatorComponent, typeof i68.EndsWithFilterOperatorComponent, typeof i69.EqualFilterOperatorComponent, typeof i70.IsEmptyFilterOperatorComponent, typeof i71.IsNotEmptyFilterOperatorComponent, typeof i72.IsNotNullFilterOperatorComponent, typeof i73.IsNullFilterOperatorComponent, typeof i74.NotEqualFilterOperatorComponent, typeof i75.StartsWithFilterOperatorComponent, typeof i76.GreaterFilterOperatorComponent, typeof i77.GreaterOrEqualToFilterOperatorComponent, typeof i78.LessFilterOperatorComponent, typeof i79.LessOrEqualToFilterOperatorComponent, typeof i80.AfterFilterOperatorComponent, typeof i81.AfterEqFilterOperatorComponent, typeof i82.BeforeEqFilterOperatorComponent, typeof i83.BeforeFilterOperatorComponent, typeof i85.FilterMenuComponent, typeof i86.FilterMenuContainerComponent, typeof i87.FilterMenuInputWrapperComponent, typeof i88.StringFilterMenuInputComponent, typeof i89.StringFilterMenuComponent, typeof i90.FilterMenuTemplateDirective, typeof i91.NumericFilterMenuComponent, typeof i92.NumericFilterMenuInputComponent, typeof i93.DateFilterMenuInputComponent, typeof i94.DateFilterMenuComponent, typeof i95.FilterMenuHostDirective, typeof i96.BooleanFilterMenuComponent, typeof i97.FilterMenuDropDownListDirective, typeof i98.BooleanFilterRadioButtonDirective, typeof i101.ColumnChooserComponent, typeof i102.ColumnChooserToolbarDirective, typeof i104.ColumnMenuFilterComponent, typeof i105.ColumnMenuItemComponent, typeof i106.ColumnMenuItemContentTemplateDirective, typeof i107.ColumnMenuSortComponent, typeof i109.ColumnMenuLockComponent, typeof i113.ColumnMenuStickComponent, typeof i114.ColumnMenuPositionComponent, typeof i103.ColumnMenuChooserComponent, typeof i110.ColumnMenuTemplateDirective, typeof i111.ColumnMenuContainerComponent, typeof i112.ColumnMenuItemDirective, typeof i108.ColumnMenuComponent, typeof i115.ColumnMenuAutoSizeColumnComponent, typeof i116.ColumnMenuAutoSizeAllColumnsComponent, typeof i138.GridClipboardDirective, typeof i142.UndoRedoDirective, typeof i144.UndoCommandToolbarDirective, typeof i145.RedoCommandToolbarDirective, typeof i54.ToolBarComponent, typeof i54.ToolbarCustomMessagesComponent, typeof i54.ToolBarButtonComponent, typeof i54.ToolBarButtonGroupComponent, typeof i54.ToolBarDropDownButtonComponent, typeof i54.ToolBarSeparatorComponent, typeof i54.ToolBarSpacerComponent, typeof i54.ToolBarSplitButtonComponent, typeof i54.ToolBarToolComponent, typeof i53.CustomMessagesComponent, typeof i53.PagerFocusableDirective, typeof i53.PagerInfoComponent, typeof i53.PagerInputComponent, typeof i53.PagerNextButtonsComponent, typeof i53.PagerNumericButtonsComponent, typeof i53.PagerPageSizesComponent, typeof i53.PagerPrevButtonsComponent, typeof i53.PagerTemplateDirective, typeof i53.PagerComponent, typeof i53.PagerSpacerComponent]>;
|
|
173
176
|
static ɵinj: i0.ɵɵInjectorDeclaration<GridModule>;
|
|
174
177
|
}
|
|
@@ -46,6 +46,7 @@ export declare class GroupHeaderComponent implements DoCheck {
|
|
|
46
46
|
get groupButtonTitle(): any;
|
|
47
47
|
get arrowIcon(): string;
|
|
48
48
|
get arrowSVGIcon(): SVGIcon;
|
|
49
|
+
get isStacked(): boolean;
|
|
49
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<GroupHeaderComponent, never>;
|
|
50
51
|
static ɵcmp: i0.ɵɵComponentDeclaration<GroupHeaderComponent, "[kendoGridGroupHeader]", never, { "rowIndex": { "alias": "rowIndex"; "required": false; }; "logicalRowIndex": { "alias": "logicalRowIndex"; "required": false; }; "item": { "alias": "item"; "required": false; }; "skipGroupDecoration": { "alias": "skipGroupDecoration"; "required": false; }; "hasDetails": { "alias": "hasDetails"; "required": false; }; "totalColumnsCount": { "alias": "totalColumnsCount"; "required": false; }; "hasGroupHeaderColumn": { "alias": "hasGroupHeaderColumn"; "required": false; }; "groupHeaderColumns": { "alias": "groupHeaderColumns"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "groups": { "alias": "groups"; "required": false; }; }, {}, never, never, true, never>;
|
|
51
52
|
}
|
|
@@ -60,7 +60,7 @@ export declare class GroupPanelComponent implements OnDestroy, DoCheck {
|
|
|
60
60
|
insert(field: string, index: number): void;
|
|
61
61
|
remove(group: GroupDescriptor): void;
|
|
62
62
|
toggleMenu(chip: ChipComponent, first: boolean, last: boolean, field: string): void;
|
|
63
|
-
handleKeyDown: (e:
|
|
63
|
+
handleKeyDown: (e: KeyboardEvent) => void;
|
|
64
64
|
handleClick: (e: any) => void;
|
|
65
65
|
canDrop(draggable: DragAndDropContext, target: DragAndDropContext): boolean;
|
|
66
66
|
private attachTargets;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
/**
|
|
6
|
+
* Describes the Grid row and cell highlight item type.
|
|
7
|
+
*/
|
|
8
|
+
export interface HighlightItem {
|
|
9
|
+
/**
|
|
10
|
+
* Identifies the highlighted item.
|
|
11
|
+
*/
|
|
12
|
+
itemKey?: any;
|
|
13
|
+
/**
|
|
14
|
+
* Identifies the highlighted item column. If not provided, the whole item (row) is highlighted.
|
|
15
|
+
*/
|
|
16
|
+
columnKey?: any;
|
|
17
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2025 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, SimpleChanges, OnChanges } from '@angular/core';
|
|
6
|
+
import { ContextService } from '../common/provider.service';
|
|
7
|
+
import { HighlightItem } from './highlight-item';
|
|
8
|
+
import { RowArgs } from '../rendering/common/row-args';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
/**
|
|
11
|
+
* Stores the row and cell highlight state of the Grid.
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* ```typescript
|
|
15
|
+
* <kendo-grid kendoGridHighlight="ProductID"></kendo-grid>
|
|
16
|
+
*
|
|
17
|
+
* <kendo-grid [kendoGridHighlight]="myKey"></kendo-grid>
|
|
18
|
+
* ```
|
|
19
|
+
* @remarks
|
|
20
|
+
* Applied to: {@link GridComponent}.
|
|
21
|
+
*/
|
|
22
|
+
export declare class HighlightDirective implements OnChanges, OnDestroy {
|
|
23
|
+
private ctx;
|
|
24
|
+
/**
|
|
25
|
+
* Stores the highlighted items keys.
|
|
26
|
+
* @default []
|
|
27
|
+
*/
|
|
28
|
+
highlightedKeys: HighlightItem[];
|
|
29
|
+
/**
|
|
30
|
+
* Sets the item key to store in `highlightedKeys`. The Grid uses the row index as the default item key.
|
|
31
|
+
*/
|
|
32
|
+
highlightItemKey: string | ((context: RowArgs) => any);
|
|
33
|
+
/**
|
|
34
|
+
* Sets the column key for a data cell. The Grid uses the column index as the default column key.
|
|
35
|
+
*/
|
|
36
|
+
highlightColumnKey: string | ((column: any, columnIndex: number) => any);
|
|
37
|
+
private rowHighlightState;
|
|
38
|
+
private cellHighlightState;
|
|
39
|
+
constructor(ctx: ContextService);
|
|
40
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
41
|
+
ngOnDestroy(): void;
|
|
42
|
+
/**
|
|
43
|
+
* @hidden
|
|
44
|
+
*/
|
|
45
|
+
isRowHighlighted(row: RowArgs): boolean;
|
|
46
|
+
/**
|
|
47
|
+
* @hidden
|
|
48
|
+
*/
|
|
49
|
+
isCellHighlighted(row: any, column: any, colIndex: number): boolean;
|
|
50
|
+
private getItemKey;
|
|
51
|
+
private getHighlightItem;
|
|
52
|
+
private setState;
|
|
53
|
+
private reset;
|
|
54
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HighlightDirective, never>;
|
|
55
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<HighlightDirective, "[kendoGridHighlight]", never, { "highlightedKeys": { "alias": "highlightedKeys"; "required": false; }; "highlightItemKey": { "alias": "kendoGridHighlight"; "required": false; }; "highlightColumnKey": { "alias": "highlightColumnKey"; "required": false; }; }, {}, never, never, true, never>;
|
|
56
|
+
}
|
package/index.d.ts
CHANGED
|
@@ -58,7 +58,7 @@ export { NavigationService } from './navigation/navigation.service';
|
|
|
58
58
|
export { CELL_CONTEXT } from './rendering/common/cell-context';
|
|
59
59
|
export { DetailsService } from './rendering/details/details.service';
|
|
60
60
|
export { DEFAULT_SCROLLER_FACTORY } from './rendering/list.component';
|
|
61
|
-
export { ScrollRequestService } from './scrolling/scroll-request.service';
|
|
61
|
+
export { ScrollRequestService, ScrollToItemRequest } from './scrolling/scroll-request.service';
|
|
62
62
|
export { ScrollSyncService } from './scrolling/scroll-sync.service';
|
|
63
63
|
export { CellSelectionService } from './selection/cell-selection.service';
|
|
64
64
|
export { CellSelectionAggregateService } from './aggregates/selection-aggregate.service';
|
|
@@ -195,6 +195,10 @@ export { UndoRedoDirective } from './state-management/undo-redo.directive';
|
|
|
195
195
|
export { UndoCommandToolbarDirective } from './state-management/undo-command-tool';
|
|
196
196
|
export { RedoCommandToolbarDirective } from './state-management/redo-command-tool';
|
|
197
197
|
export { CellRowspanFn } from './columns/cell-rowspan';
|
|
198
|
+
export { HighlightItem } from './highlight/highlight-item';
|
|
199
|
+
export { HighlightDirective } from './highlight/highlight.directive';
|
|
200
|
+
export { DataLayoutMode, DataLayoutModeSettings } from './common/data-layout-mode';
|
|
201
|
+
export { GridColSize } from './common/grid-col-size';
|
|
198
202
|
export { ColumnMenuTemplateDirective } from './column-menu/column-menu-template.directive';
|
|
199
203
|
export { EditCommandDirective } from './editing/edit-command.directive';
|
|
200
204
|
export { CancelCommandDirective } from './editing/cancel-command.directive';
|
|
@@ -203,6 +207,8 @@ export { RemoveCommandDirective } from './editing/remove-command.directive';
|
|
|
203
207
|
export { AddCommandDirective } from './editing/add-command.directive';
|
|
204
208
|
export { AddCommandToolbarDirective } from './editing/add-command-tool.directive';
|
|
205
209
|
export { ColumnChooserToolbarDirective } from './rendering/toolbar/tools/column-chooser-tool.directive';
|
|
210
|
+
export { AIAssistantToolbarDirective } from './rendering/toolbar/tools/ai-assistant/ai-tool.directive';
|
|
211
|
+
export { SelectAllToolbarToolComponent } from './rendering/toolbar/tools/select-all-command-tool.directive';
|
|
206
212
|
export { SaveCommandToolbarDirective } from './editing/save-command-tool.directive';
|
|
207
213
|
export { EditCommandToolbarDirective } from './editing/edit-command-tool.directive';
|
|
208
214
|
export { RemoveCommandToolbarDirective } from './editing/remove-command-tool.directive';
|
|
@@ -253,3 +259,4 @@ export { GroupPanelComponent } from './grouping/group-panel.component';
|
|
|
253
259
|
export { SizingOptionsService } from './layout/sizing-options.service';
|
|
254
260
|
export { GridTableDirective } from './rendering/grid-table.directive';
|
|
255
261
|
export { MenuTabbingService } from './filtering/menu/menu-tabbing.service';
|
|
262
|
+
export * from './rendering/toolbar/tools/ai-assistant/utils';
|