@progress/kendo-angular-grid 19.3.0-develop.20 → 19.3.0-develop.22
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/directives.d.ts +4 -3
- package/esm2022/common/toolbar-tool-base.directive.mjs +3 -2
- package/esm2022/directives.mjs +2 -0
- package/esm2022/grid.component.mjs +74 -5
- package/esm2022/grid.module.mjs +102 -101
- package/esm2022/index.mjs +2 -0
- package/esm2022/localization/messages.mjs +55 -1
- package/esm2022/navigation/toolbar-tool-name.mjs +2 -1
- package/esm2022/package-metadata.mjs +2 -2
- package/esm2022/rendering/toolbar/tools/ai-assistant/ai-assistant.component.mjs +286 -0
- package/esm2022/rendering/toolbar/tools/ai-assistant/ai-tool.directive.mjs +269 -0
- package/esm2022/rendering/toolbar/tools/ai-assistant/utils.mjs +47 -0
- package/fesm2022/progress-kendo-angular-grid.mjs +742 -50
- package/grid.component.d.ts +4 -1
- package/grid.module.d.ts +101 -100
- package/index.d.ts +2 -0
- package/localization/messages.d.ts +37 -1
- package/navigation/toolbar-tool-name.d.ts +1 -0
- package/package.json +21 -20
- package/rendering/toolbar/tools/ai-assistant/ai-assistant.component.d.ts +49 -0
- package/rendering/toolbar/tools/ai-assistant/ai-tool.directive.d.ts +119 -0
- package/rendering/toolbar/tools/ai-assistant/utils.d.ts +110 -0
- package/schematics/ngAdd/index.js +4 -4
package/directives.d.ts
CHANGED
|
@@ -151,6 +151,7 @@ import { RemoveCommandToolbarDirective } from "./editing/remove-command-tool.dir
|
|
|
151
151
|
import { CancelCommandToolbarDirective } from "./editing/cancel-command-tool.directive";
|
|
152
152
|
import { GroupCommandToolbarDirective } from "./rendering/toolbar/tools/group-command-tool.directive";
|
|
153
153
|
import { HighlightDirective } from "./highlight/highlight.directive";
|
|
154
|
+
import { AIAssistantToolbarDirective } from "./rendering/toolbar/tools/ai-assistant/ai-tool.directive";
|
|
154
155
|
/**
|
|
155
156
|
* @hidden
|
|
156
157
|
*
|
|
@@ -232,7 +233,7 @@ export declare const KENDO_GRID_FOOTER_EXPORTS: readonly [typeof FooterComponent
|
|
|
232
233
|
*
|
|
233
234
|
* Utility array that contains the Body module exports
|
|
234
235
|
*/
|
|
235
|
-
export declare const KENDO_GRID_BODY_EXPORTS: readonly [typeof CommandColumnComponent, typeof CheckboxColumnComponent, typeof SelectionCheckboxDirective, typeof CellTemplateDirective, typeof EditTemplateDirective, typeof RowDragHandleTemplateDirective, typeof RowDragHintTemplateDirective, typeof TableBodyComponent, typeof NoRecordsTemplateDirective, typeof CellComponent, typeof EditCommandDirective, typeof CancelCommandDirective, typeof SaveCommandDirective, typeof RemoveCommandDirective, typeof AddCommandDirective, typeof AddCommandToolbarDirective, typeof EditCommandToolbarDirective, typeof SaveCommandToolbarDirective, typeof RemoveCommandToolbarDirective, typeof CancelCommandToolbarDirective, typeof CellLoadingTemplateDirective, typeof LoadingTemplateDirective, typeof RowReorderColumnComponent, typeof SortCommandToolbarDirective, typeof FilterCommandToolbarDirective, typeof GroupCommandToolbarDirective];
|
|
236
|
+
export declare const KENDO_GRID_BODY_EXPORTS: readonly [typeof CommandColumnComponent, typeof CheckboxColumnComponent, typeof SelectionCheckboxDirective, typeof CellTemplateDirective, typeof EditTemplateDirective, typeof RowDragHandleTemplateDirective, typeof RowDragHintTemplateDirective, typeof TableBodyComponent, typeof NoRecordsTemplateDirective, typeof CellComponent, typeof EditCommandDirective, typeof CancelCommandDirective, typeof SaveCommandDirective, typeof RemoveCommandDirective, typeof AddCommandDirective, typeof AddCommandToolbarDirective, typeof EditCommandToolbarDirective, typeof SaveCommandToolbarDirective, typeof RemoveCommandToolbarDirective, typeof CancelCommandToolbarDirective, typeof CellLoadingTemplateDirective, typeof LoadingTemplateDirective, typeof RowReorderColumnComponent, typeof SortCommandToolbarDirective, typeof FilterCommandToolbarDirective, typeof AIAssistantToolbarDirective, typeof GroupCommandToolbarDirective];
|
|
236
237
|
/**
|
|
237
238
|
* @hidden
|
|
238
239
|
*
|
|
@@ -244,7 +245,7 @@ export declare const KENDO_GRID_DECLARATIONS: readonly [typeof GridComponent, ty
|
|
|
244
245
|
*
|
|
245
246
|
* Utility array that contains the Grid module exports
|
|
246
247
|
*/
|
|
247
|
-
export declare const KENDO_GRID_EXPORTS: readonly [typeof GridComponent, typeof ToolbarTemplateDirective, typeof ToolbarComponent, typeof GridSpacerComponent, typeof StatusBarTemplateDirective, typeof DataBindingDirective, typeof SelectionDirective, typeof HighlightDirective, typeof CustomMessagesComponent, typeof GroupBindingDirective, typeof TemplateEditingDirective, typeof ReactiveEditingDirective, typeof InCellEditingDirective, typeof ExternalEditingDirective, typeof ExpandDetailsDirective, typeof ExpandGroupDirective, typeof GridToolbarFocusableDirective, typeof GroupHeaderTemplateDirective, typeof GroupHeaderColumnTemplateDirective, typeof GroupFooterTemplateDirective, typeof GroupHeaderComponent, typeof GroupPanelComponent, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof LoadingComponent, typeof GridTableDirective, typeof CommandColumnComponent, typeof CheckboxColumnComponent, typeof SelectionCheckboxDirective, typeof CellTemplateDirective, typeof EditTemplateDirective, typeof RowDragHandleTemplateDirective, typeof RowDragHintTemplateDirective, typeof TableBodyComponent, typeof NoRecordsTemplateDirective, typeof CellComponent, typeof EditCommandDirective, typeof CancelCommandDirective, typeof SaveCommandDirective, typeof RemoveCommandDirective, typeof AddCommandDirective, typeof AddCommandToolbarDirective, typeof EditCommandToolbarDirective, typeof SaveCommandToolbarDirective, typeof RemoveCommandToolbarDirective, typeof CancelCommandToolbarDirective, typeof CellLoadingTemplateDirective, typeof LoadingTemplateDirective, typeof RowReorderColumnComponent, typeof SortCommandToolbarDirective, typeof FilterCommandToolbarDirective, typeof GroupCommandToolbarDirective, typeof HeaderComponent, typeof HeaderTemplateDirective, typeof ColumnHandleDirective, typeof SelectAllCheckboxDirective, typeof FilterRowComponent, typeof FilterCellComponent, typeof FilterCellTemplateDirective, typeof StringFilterCellComponent, typeof NumericFilterCellComponent, typeof AutoCompleteFilterCellComponent, typeof BooleanFilterCellComponent, typeof FilterCellHostDirective, typeof FilterCellWrapperComponent, typeof DateFilterCellComponent, typeof FilterCellOperatorsComponent, typeof ContainsFilterOperatorComponent, typeof DoesNotContainFilterOperatorComponent, typeof EndsWithFilterOperatorComponent, typeof EqualFilterOperatorComponent, typeof IsEmptyFilterOperatorComponent, typeof IsNotEmptyFilterOperatorComponent, typeof IsNotNullFilterOperatorComponent, typeof IsNullFilterOperatorComponent, typeof NotEqualFilterOperatorComponent, typeof StartsWithFilterOperatorComponent, typeof GreaterFilterOperatorComponent, typeof GreaterOrEqualToFilterOperatorComponent, typeof LessFilterOperatorComponent, typeof LessOrEqualToFilterOperatorComponent, typeof AfterFilterOperatorComponent, typeof AfterEqFilterOperatorComponent, typeof BeforeEqFilterOperatorComponent, typeof BeforeFilterOperatorComponent, typeof FilterMenuComponent, typeof FilterMenuContainerComponent, typeof FilterMenuInputWrapperComponent, typeof StringFilterMenuInputComponent, typeof StringFilterMenuComponent, typeof FilterMenuTemplateDirective, typeof NumericFilterMenuComponent, typeof NumericFilterMenuInputComponent, typeof DateFilterMenuInputComponent, typeof DateFilterMenuComponent, typeof FilterMenuHostDirective, typeof BooleanFilterMenuComponent, typeof FilterMenuDropDownListDirective, typeof BooleanFilterRadioButtonDirective, typeof ColumnChooserComponent, typeof ColumnChooserToolbarDirective, typeof ColumnMenuFilterComponent, typeof ColumnMenuItemComponent, typeof ColumnMenuItemContentTemplateDirective, typeof ColumnMenuSortComponent, typeof ColumnMenuLockComponent, typeof ColumnMenuStickComponent, typeof ColumnMenuPositionComponent, typeof ColumnMenuChooserComponent, typeof ColumnMenuTemplateDirective, typeof ColumnMenuContainerComponent, typeof ColumnMenuItemDirective, typeof ColumnMenuComponent, typeof ColumnMenuAutoSizeColumnComponent, typeof ColumnMenuAutoSizeAllColumnsComponent, typeof GridClipboardDirective, typeof UndoRedoDirective, typeof UndoCommandToolbarDirective, typeof RedoCommandToolbarDirective];
|
|
248
|
+
export declare const KENDO_GRID_EXPORTS: readonly [typeof GridComponent, typeof ToolbarTemplateDirective, typeof ToolbarComponent, typeof GridSpacerComponent, typeof StatusBarTemplateDirective, typeof DataBindingDirective, typeof SelectionDirective, typeof HighlightDirective, typeof CustomMessagesComponent, typeof GroupBindingDirective, typeof TemplateEditingDirective, typeof ReactiveEditingDirective, typeof InCellEditingDirective, typeof ExternalEditingDirective, typeof ExpandDetailsDirective, typeof ExpandGroupDirective, typeof GridToolbarFocusableDirective, typeof GroupHeaderTemplateDirective, typeof GroupHeaderColumnTemplateDirective, typeof GroupFooterTemplateDirective, typeof GroupHeaderComponent, typeof GroupPanelComponent, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof LoadingComponent, typeof GridTableDirective, typeof CommandColumnComponent, typeof CheckboxColumnComponent, typeof SelectionCheckboxDirective, typeof CellTemplateDirective, typeof EditTemplateDirective, typeof RowDragHandleTemplateDirective, typeof RowDragHintTemplateDirective, typeof TableBodyComponent, typeof NoRecordsTemplateDirective, typeof CellComponent, typeof EditCommandDirective, typeof CancelCommandDirective, typeof SaveCommandDirective, typeof RemoveCommandDirective, typeof AddCommandDirective, typeof AddCommandToolbarDirective, typeof EditCommandToolbarDirective, typeof SaveCommandToolbarDirective, typeof RemoveCommandToolbarDirective, typeof CancelCommandToolbarDirective, typeof CellLoadingTemplateDirective, typeof LoadingTemplateDirective, typeof RowReorderColumnComponent, typeof SortCommandToolbarDirective, typeof FilterCommandToolbarDirective, typeof AIAssistantToolbarDirective, typeof GroupCommandToolbarDirective, typeof HeaderComponent, typeof HeaderTemplateDirective, typeof ColumnHandleDirective, typeof SelectAllCheckboxDirective, typeof FilterRowComponent, typeof FilterCellComponent, typeof FilterCellTemplateDirective, typeof StringFilterCellComponent, typeof NumericFilterCellComponent, typeof AutoCompleteFilterCellComponent, typeof BooleanFilterCellComponent, typeof FilterCellHostDirective, typeof FilterCellWrapperComponent, typeof DateFilterCellComponent, typeof FilterCellOperatorsComponent, typeof ContainsFilterOperatorComponent, typeof DoesNotContainFilterOperatorComponent, typeof EndsWithFilterOperatorComponent, typeof EqualFilterOperatorComponent, typeof IsEmptyFilterOperatorComponent, typeof IsNotEmptyFilterOperatorComponent, typeof IsNotNullFilterOperatorComponent, typeof IsNullFilterOperatorComponent, typeof NotEqualFilterOperatorComponent, typeof StartsWithFilterOperatorComponent, typeof GreaterFilterOperatorComponent, typeof GreaterOrEqualToFilterOperatorComponent, typeof LessFilterOperatorComponent, typeof LessOrEqualToFilterOperatorComponent, typeof AfterFilterOperatorComponent, typeof AfterEqFilterOperatorComponent, typeof BeforeEqFilterOperatorComponent, typeof BeforeFilterOperatorComponent, typeof FilterMenuComponent, typeof FilterMenuContainerComponent, typeof FilterMenuInputWrapperComponent, typeof StringFilterMenuInputComponent, typeof StringFilterMenuComponent, typeof FilterMenuTemplateDirective, typeof NumericFilterMenuComponent, typeof NumericFilterMenuInputComponent, typeof DateFilterMenuInputComponent, typeof DateFilterMenuComponent, typeof FilterMenuHostDirective, typeof BooleanFilterMenuComponent, typeof FilterMenuDropDownListDirective, typeof BooleanFilterRadioButtonDirective, typeof ColumnChooserComponent, typeof ColumnChooserToolbarDirective, typeof ColumnMenuFilterComponent, typeof ColumnMenuItemComponent, typeof ColumnMenuItemContentTemplateDirective, typeof ColumnMenuSortComponent, typeof ColumnMenuLockComponent, typeof ColumnMenuStickComponent, typeof ColumnMenuPositionComponent, typeof ColumnMenuChooserComponent, typeof ColumnMenuTemplateDirective, typeof ColumnMenuContainerComponent, typeof ColumnMenuItemDirective, typeof ColumnMenuComponent, typeof ColumnMenuAutoSizeColumnComponent, typeof ColumnMenuAutoSizeAllColumnsComponent, typeof GridClipboardDirective, typeof UndoRedoDirective, typeof UndoCommandToolbarDirective, typeof RedoCommandToolbarDirective];
|
|
248
249
|
/**
|
|
249
250
|
* @hidden
|
|
250
251
|
*
|
|
@@ -269,4 +270,4 @@ export declare const KENDO_GRID_PDF_EXPORT: readonly [typeof PDFComponent, typeo
|
|
|
269
270
|
* export class AppModule {}
|
|
270
271
|
* ```
|
|
271
272
|
*/
|
|
272
|
-
export declare const KENDO_GRID: readonly [typeof GridComponent, typeof ToolbarTemplateDirective, typeof ToolbarComponent, typeof GridSpacerComponent, typeof StatusBarTemplateDirective, typeof DataBindingDirective, typeof SelectionDirective, typeof HighlightDirective, typeof CustomMessagesComponent, typeof GroupBindingDirective, typeof TemplateEditingDirective, typeof ReactiveEditingDirective, typeof InCellEditingDirective, typeof ExternalEditingDirective, typeof ExpandDetailsDirective, typeof ExpandGroupDirective, typeof GridToolbarFocusableDirective, typeof GroupHeaderTemplateDirective, typeof GroupHeaderColumnTemplateDirective, typeof GroupFooterTemplateDirective, typeof GroupHeaderComponent, typeof GroupPanelComponent, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof LoadingComponent, typeof GridTableDirective, typeof CommandColumnComponent, typeof CheckboxColumnComponent, typeof SelectionCheckboxDirective, typeof CellTemplateDirective, typeof EditTemplateDirective, typeof RowDragHandleTemplateDirective, typeof RowDragHintTemplateDirective, typeof TableBodyComponent, typeof NoRecordsTemplateDirective, typeof CellComponent, typeof EditCommandDirective, typeof CancelCommandDirective, typeof SaveCommandDirective, typeof RemoveCommandDirective, typeof AddCommandDirective, typeof AddCommandToolbarDirective, typeof EditCommandToolbarDirective, typeof SaveCommandToolbarDirective, typeof RemoveCommandToolbarDirective, typeof CancelCommandToolbarDirective, typeof CellLoadingTemplateDirective, typeof LoadingTemplateDirective, typeof RowReorderColumnComponent, typeof SortCommandToolbarDirective, typeof FilterCommandToolbarDirective, typeof GroupCommandToolbarDirective, typeof HeaderComponent, typeof HeaderTemplateDirective, typeof ColumnHandleDirective, typeof SelectAllCheckboxDirective, typeof FilterRowComponent, typeof FilterCellComponent, typeof FilterCellTemplateDirective, typeof StringFilterCellComponent, typeof NumericFilterCellComponent, typeof AutoCompleteFilterCellComponent, typeof BooleanFilterCellComponent, typeof FilterCellHostDirective, typeof FilterCellWrapperComponent, typeof DateFilterCellComponent, typeof FilterCellOperatorsComponent, typeof ContainsFilterOperatorComponent, typeof DoesNotContainFilterOperatorComponent, typeof EndsWithFilterOperatorComponent, typeof EqualFilterOperatorComponent, typeof IsEmptyFilterOperatorComponent, typeof IsNotEmptyFilterOperatorComponent, typeof IsNotNullFilterOperatorComponent, typeof IsNullFilterOperatorComponent, typeof NotEqualFilterOperatorComponent, typeof StartsWithFilterOperatorComponent, typeof GreaterFilterOperatorComponent, typeof GreaterOrEqualToFilterOperatorComponent, typeof LessFilterOperatorComponent, typeof LessOrEqualToFilterOperatorComponent, typeof AfterFilterOperatorComponent, typeof AfterEqFilterOperatorComponent, typeof BeforeEqFilterOperatorComponent, typeof BeforeFilterOperatorComponent, typeof FilterMenuComponent, typeof FilterMenuContainerComponent, typeof FilterMenuInputWrapperComponent, typeof StringFilterMenuInputComponent, typeof StringFilterMenuComponent, typeof FilterMenuTemplateDirective, typeof NumericFilterMenuComponent, typeof NumericFilterMenuInputComponent, typeof DateFilterMenuInputComponent, typeof DateFilterMenuComponent, typeof FilterMenuHostDirective, typeof BooleanFilterMenuComponent, typeof FilterMenuDropDownListDirective, typeof BooleanFilterRadioButtonDirective, typeof ColumnChooserComponent, typeof ColumnChooserToolbarDirective, typeof ColumnMenuFilterComponent, typeof ColumnMenuItemComponent, typeof ColumnMenuItemContentTemplateDirective, typeof ColumnMenuSortComponent, typeof ColumnMenuLockComponent, typeof ColumnMenuStickComponent, typeof ColumnMenuPositionComponent, typeof ColumnMenuChooserComponent, typeof ColumnMenuTemplateDirective, typeof ColumnMenuContainerComponent, typeof ColumnMenuItemDirective, typeof ColumnMenuComponent, typeof ColumnMenuAutoSizeColumnComponent, typeof ColumnMenuAutoSizeAllColumnsComponent, typeof GridClipboardDirective, typeof UndoRedoDirective, typeof UndoCommandToolbarDirective, typeof RedoCommandToolbarDirective, typeof ExcelComponent, typeof ExcelCommandDirective, typeof ExcelCommandToolbarDirective, typeof ExcelColumnComponent, typeof ExcelColumnGroupComponent, typeof ExcelFooterTemplateDirective, typeof ExcelGroupFooterTemplateDirective, typeof ExcelGroupHeaderColumnTemplateDirective, typeof ExcelGroupHeaderTemplateDirective, typeof PDFComponent, typeof PDFMarginComponent, typeof PDFCommandDirective, typeof PDFTemplateDirective, typeof PDFCommandToolbarDirective];
|
|
273
|
+
export declare const KENDO_GRID: readonly [typeof GridComponent, typeof ToolbarTemplateDirective, typeof ToolbarComponent, typeof GridSpacerComponent, typeof StatusBarTemplateDirective, typeof DataBindingDirective, typeof SelectionDirective, typeof HighlightDirective, typeof CustomMessagesComponent, typeof GroupBindingDirective, typeof TemplateEditingDirective, typeof ReactiveEditingDirective, typeof InCellEditingDirective, typeof ExternalEditingDirective, typeof ExpandDetailsDirective, typeof ExpandGroupDirective, typeof GridToolbarFocusableDirective, typeof GroupHeaderTemplateDirective, typeof GroupHeaderColumnTemplateDirective, typeof GroupFooterTemplateDirective, typeof GroupHeaderComponent, typeof GroupPanelComponent, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof LoadingComponent, typeof GridTableDirective, typeof CommandColumnComponent, typeof CheckboxColumnComponent, typeof SelectionCheckboxDirective, typeof CellTemplateDirective, typeof EditTemplateDirective, typeof RowDragHandleTemplateDirective, typeof RowDragHintTemplateDirective, typeof TableBodyComponent, typeof NoRecordsTemplateDirective, typeof CellComponent, typeof EditCommandDirective, typeof CancelCommandDirective, typeof SaveCommandDirective, typeof RemoveCommandDirective, typeof AddCommandDirective, typeof AddCommandToolbarDirective, typeof EditCommandToolbarDirective, typeof SaveCommandToolbarDirective, typeof RemoveCommandToolbarDirective, typeof CancelCommandToolbarDirective, typeof CellLoadingTemplateDirective, typeof LoadingTemplateDirective, typeof RowReorderColumnComponent, typeof SortCommandToolbarDirective, typeof FilterCommandToolbarDirective, typeof AIAssistantToolbarDirective, typeof GroupCommandToolbarDirective, typeof HeaderComponent, typeof HeaderTemplateDirective, typeof ColumnHandleDirective, typeof SelectAllCheckboxDirective, typeof FilterRowComponent, typeof FilterCellComponent, typeof FilterCellTemplateDirective, typeof StringFilterCellComponent, typeof NumericFilterCellComponent, typeof AutoCompleteFilterCellComponent, typeof BooleanFilterCellComponent, typeof FilterCellHostDirective, typeof FilterCellWrapperComponent, typeof DateFilterCellComponent, typeof FilterCellOperatorsComponent, typeof ContainsFilterOperatorComponent, typeof DoesNotContainFilterOperatorComponent, typeof EndsWithFilterOperatorComponent, typeof EqualFilterOperatorComponent, typeof IsEmptyFilterOperatorComponent, typeof IsNotEmptyFilterOperatorComponent, typeof IsNotNullFilterOperatorComponent, typeof IsNullFilterOperatorComponent, typeof NotEqualFilterOperatorComponent, typeof StartsWithFilterOperatorComponent, typeof GreaterFilterOperatorComponent, typeof GreaterOrEqualToFilterOperatorComponent, typeof LessFilterOperatorComponent, typeof LessOrEqualToFilterOperatorComponent, typeof AfterFilterOperatorComponent, typeof AfterEqFilterOperatorComponent, typeof BeforeEqFilterOperatorComponent, typeof BeforeFilterOperatorComponent, typeof FilterMenuComponent, typeof FilterMenuContainerComponent, typeof FilterMenuInputWrapperComponent, typeof StringFilterMenuInputComponent, typeof StringFilterMenuComponent, typeof FilterMenuTemplateDirective, typeof NumericFilterMenuComponent, typeof NumericFilterMenuInputComponent, typeof DateFilterMenuInputComponent, typeof DateFilterMenuComponent, typeof FilterMenuHostDirective, typeof BooleanFilterMenuComponent, typeof FilterMenuDropDownListDirective, typeof BooleanFilterRadioButtonDirective, typeof ColumnChooserComponent, typeof ColumnChooserToolbarDirective, typeof ColumnMenuFilterComponent, typeof ColumnMenuItemComponent, typeof ColumnMenuItemContentTemplateDirective, typeof ColumnMenuSortComponent, typeof ColumnMenuLockComponent, typeof ColumnMenuStickComponent, typeof ColumnMenuPositionComponent, typeof ColumnMenuChooserComponent, typeof ColumnMenuTemplateDirective, typeof ColumnMenuContainerComponent, typeof ColumnMenuItemDirective, typeof ColumnMenuComponent, typeof ColumnMenuAutoSizeColumnComponent, typeof ColumnMenuAutoSizeAllColumnsComponent, typeof GridClipboardDirective, typeof UndoRedoDirective, typeof UndoCommandToolbarDirective, typeof RedoCommandToolbarDirective, typeof ExcelComponent, typeof ExcelCommandDirective, typeof ExcelCommandToolbarDirective, typeof ExcelColumnComponent, typeof ExcelColumnGroupComponent, typeof ExcelFooterTemplateDirective, typeof ExcelGroupFooterTemplateDirective, typeof ExcelGroupHeaderColumnTemplateDirective, typeof ExcelGroupHeaderTemplateDirective, typeof PDFComponent, typeof PDFMarginComponent, typeof PDFCommandDirective, typeof PDFTemplateDirective, typeof PDFCommandToolbarDirective];
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import { ChangeDetectorRef, Directive, Inject, NgZone } from '@angular/core';
|
|
6
6
|
import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|
|
7
7
|
import { Subscription } from 'rxjs';
|
|
8
|
-
import { cancelIcon, columnsIcon, fileExcelIcon, filePdfIcon, pencilIcon, plusIcon, saveIcon, trashIcon } from '@progress/kendo-svg-icons';
|
|
8
|
+
import { cancelIcon, columnsIcon, fileExcelIcon, filePdfIcon, pencilIcon, plusIcon, saveIcon, sparklesIcon, trashIcon } from '@progress/kendo-svg-icons';
|
|
9
9
|
import { isPresent } from '@progress/kendo-angular-common';
|
|
10
10
|
import { ContextService } from './provider.service';
|
|
11
11
|
import { ToolbarToolName } from '../navigation/toolbar-tool-name';
|
|
@@ -20,7 +20,8 @@ const ICONS_MAP = {
|
|
|
20
20
|
add: { svgIcon: plusIcon, icon: 'plus' },
|
|
21
21
|
excelExport: { svgIcon: fileExcelIcon, icon: 'file-excel' },
|
|
22
22
|
pdfExport: { svgIcon: filePdfIcon, icon: 'file-pdf' },
|
|
23
|
-
columns: { svgIcon: columnsIcon, icon: 'columns' }
|
|
23
|
+
columns: { svgIcon: columnsIcon, icon: 'columns' },
|
|
24
|
+
aiAssistant: { svgIcon: sparklesIcon, icon: 'sparkles' }
|
|
24
25
|
};
|
|
25
26
|
/**
|
|
26
27
|
* @hidden
|
package/esm2022/directives.mjs
CHANGED
|
@@ -159,6 +159,7 @@ import { RemoveCommandToolbarDirective } from "./editing/remove-command-tool.dir
|
|
|
159
159
|
import { CancelCommandToolbarDirective } from "./editing/cancel-command-tool.directive";
|
|
160
160
|
import { GroupCommandToolbarDirective } from "./rendering/toolbar/tools/group-command-tool.directive";
|
|
161
161
|
import { HighlightDirective } from "./highlight/highlight.directive";
|
|
162
|
+
import { AIAssistantToolbarDirective } from "./rendering/toolbar/tools/ai-assistant/ai-tool.directive";
|
|
162
163
|
/**
|
|
163
164
|
* @hidden
|
|
164
165
|
*
|
|
@@ -387,6 +388,7 @@ export const KENDO_GRID_BODY_EXPORTS = [
|
|
|
387
388
|
RowReorderColumnComponent,
|
|
388
389
|
SortCommandToolbarDirective,
|
|
389
390
|
FilterCommandToolbarDirective,
|
|
391
|
+
AIAssistantToolbarDirective,
|
|
390
392
|
GroupCommandToolbarDirective
|
|
391
393
|
];
|
|
392
394
|
/**
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Component, ContentChildren, ElementRef, EventEmitter, HostBinding, Input, Output, Renderer2, QueryList, ViewChild, isDevMode, NgZone, ViewChildren, ChangeDetectorRef, ViewEncapsulation, ViewContainerRef } from '@angular/core';
|
|
5
|
+
import { Component, ContentChildren, ElementRef, EventEmitter, HostBinding, Input, Output, Renderer2, QueryList, ViewChild, isDevMode, NgZone, ViewChildren, ChangeDetectorRef, ViewEncapsulation, ViewContainerRef, ContentChild } from '@angular/core';
|
|
6
6
|
import { ZoneAwareEventEmitter } from './common/event-emitter';
|
|
7
7
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
8
8
|
import { merge } from 'rxjs';
|
|
@@ -101,6 +101,8 @@ import { AdaptiveRendererComponent } from './adaptiveness/adaptive-renderer.comp
|
|
|
101
101
|
import { ColumnMenuService } from './column-menu/column-menu.service';
|
|
102
102
|
import { MenuTabbingService } from './filtering/menu/menu-tabbing.service';
|
|
103
103
|
import { DataMappingService } from './data/data-mapping.service';
|
|
104
|
+
import { WindowContainerDirective } from '@progress/kendo-angular-dialog';
|
|
105
|
+
import { AIAssistantToolbarDirective } from './rendering/toolbar/tools/ai-assistant/ai-tool.directive';
|
|
104
106
|
import * as i0 from "@angular/core";
|
|
105
107
|
import * as i1 from "./layout/browser-support.service";
|
|
106
108
|
import * as i2 from "./selection/selection.service";
|
|
@@ -914,6 +916,7 @@ export class GridComponent {
|
|
|
914
916
|
this._customToolbarTemplate = customToolbarTemplate;
|
|
915
917
|
}
|
|
916
918
|
columnMenuTemplates;
|
|
919
|
+
aiAssistantToolbarTool;
|
|
917
920
|
lockedHeader;
|
|
918
921
|
header;
|
|
919
922
|
footer = new QueryList();
|
|
@@ -921,6 +924,7 @@ export class GridComponent {
|
|
|
921
924
|
dragTargetContainer;
|
|
922
925
|
dropTargetContainer;
|
|
923
926
|
dialogContainer;
|
|
927
|
+
windowContainer;
|
|
924
928
|
adaptiveRenderer;
|
|
925
929
|
listComponent;
|
|
926
930
|
get scrollbarWidth() {
|
|
@@ -2384,7 +2388,7 @@ export class GridComponent {
|
|
|
2384
2388
|
ColumnMenuService,
|
|
2385
2389
|
MenuTabbingService,
|
|
2386
2390
|
DataMappingService
|
|
2387
|
-
], queries: [{ propertyName: "columns", predicate: ColumnBase }, { propertyName: "detailTemplateChildren", predicate: DetailTemplateDirective }, { propertyName: "cellLoadingTemplateChildren", predicate: CellLoadingTemplateDirective }, { propertyName: "loadingTemplateChildren", predicate: LoadingTemplateDirective }, { propertyName: "statusBarTemplateChildren", predicate: StatusBarTemplateDirective }, { propertyName: "noRecordsTemplateChildren", predicate: NoRecordsTemplateDirective }, { propertyName: "pagerTemplateChildren", predicate: PagerTemplateDirective }, { propertyName: "toolbarTemplateChildren", predicate: ToolbarTemplateDirective }, { propertyName: "columnMenuTemplates", predicate: ColumnMenuTemplateDirective }], viewQueries: [{ propertyName: "lockedHeader", first: true, predicate: ["lockedHeader"], descendants: true }, { propertyName: "header", first: true, predicate: ["header"], descendants: true }, { propertyName: "ariaRoot", first: true, predicate: ["ariaRoot"], descendants: true, static: true }, { propertyName: "dragTargetContainer", first: true, predicate: DragTargetContainerDirective, descendants: true }, { propertyName: "dropTargetContainer", first: true, predicate: DropTargetContainerDirective, descendants: true }, { propertyName: "dialogContainer", first: true, predicate: ["dialogContainer"], descendants: true, read: ViewContainerRef }, { propertyName: "adaptiveRenderer", first: true, predicate: AdaptiveRendererComponent, descendants: true }, { propertyName: "listComponent", first: true, predicate: ListComponent, descendants: true }, { propertyName: "footer", predicate: ["footer"], descendants: true }], exportAs: ["kendoGrid"], usesOnChanges: true, ngImport: i0, template: `
|
|
2391
|
+
], queries: [{ propertyName: "aiAssistantToolbarTool", first: true, predicate: AIAssistantToolbarDirective, descendants: true }, { propertyName: "columns", predicate: ColumnBase }, { propertyName: "detailTemplateChildren", predicate: DetailTemplateDirective }, { propertyName: "cellLoadingTemplateChildren", predicate: CellLoadingTemplateDirective }, { propertyName: "loadingTemplateChildren", predicate: LoadingTemplateDirective }, { propertyName: "statusBarTemplateChildren", predicate: StatusBarTemplateDirective }, { propertyName: "noRecordsTemplateChildren", predicate: NoRecordsTemplateDirective }, { propertyName: "pagerTemplateChildren", predicate: PagerTemplateDirective }, { propertyName: "toolbarTemplateChildren", predicate: ToolbarTemplateDirective }, { propertyName: "columnMenuTemplates", predicate: ColumnMenuTemplateDirective }], viewQueries: [{ propertyName: "lockedHeader", first: true, predicate: ["lockedHeader"], descendants: true }, { propertyName: "header", first: true, predicate: ["header"], descendants: true }, { propertyName: "ariaRoot", first: true, predicate: ["ariaRoot"], descendants: true, static: true }, { propertyName: "dragTargetContainer", first: true, predicate: DragTargetContainerDirective, descendants: true }, { propertyName: "dropTargetContainer", first: true, predicate: DropTargetContainerDirective, descendants: true }, { propertyName: "dialogContainer", first: true, predicate: ["dialogContainer"], descendants: true, read: ViewContainerRef }, { propertyName: "windowContainer", first: true, predicate: ["windowContainer"], descendants: true, read: ViewContainerRef }, { propertyName: "adaptiveRenderer", first: true, predicate: AdaptiveRendererComponent, descendants: true }, { propertyName: "listComponent", first: true, predicate: ListComponent, descendants: true }, { propertyName: "footer", predicate: ["footer"], descendants: true }], exportAs: ["kendoGrid"], usesOnChanges: true, ngImport: i0, template: `
|
|
2388
2392
|
<ng-container kendoGridLocalizedMessages
|
|
2389
2393
|
i18n-groupPanelEmpty="kendo.grid.groupPanelEmpty|The label visible in the Grid group panel when it is empty"
|
|
2390
2394
|
groupPanelEmpty="Drag a column header and drop it here to group by that column"
|
|
@@ -2730,6 +2734,33 @@ export class GridComponent {
|
|
|
2730
2734
|
|
|
2731
2735
|
i18n-externalEditingCancelText="kendo.grid.externalEditingCancelText|The text of the external editing form Cancel button"
|
|
2732
2736
|
externalEditingCancelText="Cancel"
|
|
2737
|
+
|
|
2738
|
+
i18n-aiAssistantToolbarToolText="kendo.grid.aiAssistantToolbarToolText|The text of the AI Assistant toolbar tool"
|
|
2739
|
+
aiAssistantToolbarToolText="AI Assistant"
|
|
2740
|
+
|
|
2741
|
+
i18n-aiAssistantWindowTitle="kendo.grid.aiAssistantWindowTitle|The text of the AI Assistant Window title"
|
|
2742
|
+
aiAssistantWindowTitle="AI Assistant"
|
|
2743
|
+
|
|
2744
|
+
i18n-aiAssistantApplyButtonText="kendo.grid.aiAssistantApplyButtonText|The text of the AI Assistant Apply button"
|
|
2745
|
+
aiAssistantApplyButtonText="Apply"
|
|
2746
|
+
|
|
2747
|
+
i18n-aiAssistantWindowCloseTitle="kendo.grid.aiAssistantWindowCloseTitle|The title of the AI Assistant Window close button"
|
|
2748
|
+
aiAssistantWindowCloseTitle="Close"
|
|
2749
|
+
|
|
2750
|
+
i18n-aiAssistantWindowMaximizeTitle="kendo.grid.aiAssistantWindowMaximizeTitle|The title of the AI Assistant Window maximize button"
|
|
2751
|
+
aiAssistantWindowMaximizeTitle="Maximize"
|
|
2752
|
+
|
|
2753
|
+
i18n-aiAssistantWindowMinimizeTitle="kendo.grid.aiAssistantWindowMinimizeTitle|The title of the AI Assistant Window minimize button"
|
|
2754
|
+
aiAssistantWindowMinimizeTitle="Minimize"
|
|
2755
|
+
|
|
2756
|
+
i18n-aiAssistantWindowRestoreTitle="kendo.grid.aiAssistantWindowRestoreTitle|The title of the AI Assistant Window restore button"
|
|
2757
|
+
aiAssistantWindowRestoreTitle="Restore"
|
|
2758
|
+
|
|
2759
|
+
i18n-aiAssistantOutputCardTitle="kendo.grid.aiAssistantOutputCardTitle|The title of the AI Assistant Prompt Output Card"
|
|
2760
|
+
aiAssistantOutputCardTitle="Generated with AI"
|
|
2761
|
+
|
|
2762
|
+
i18n-aiAssistantOutputCardBodyContent="kendo.grid.aiAssistantOutputCardBodyContent|The success message dispayed in the AI Assistant Prompt Output Card's body"
|
|
2763
|
+
aiAssistantOutputCardBodyContent="Operation is successful. Data is:"
|
|
2733
2764
|
>
|
|
2734
2765
|
</ng-container>
|
|
2735
2766
|
<kendo-grid-toolbar
|
|
@@ -3149,7 +3180,9 @@ export class GridComponent {
|
|
|
3149
3180
|
|
|
3150
3181
|
<kendo-grid-adaptive-renderer *ngIf="isAdaptiveModeEnabled"></kendo-grid-adaptive-renderer>
|
|
3151
3182
|
|
|
3152
|
-
<div
|
|
3183
|
+
<div *ngIf="aiAssistantToolbarTool" #windowContainer></div>
|
|
3184
|
+
|
|
3185
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
3153
3186
|
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoGridLocalizedMessages]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: GridToolbarComponent, selector: "kendo-grid-toolbar", inputs: ["position", "size", "navigable"] }, { kind: "component", type: GroupPanelComponent, selector: "kendo-grid-group-panel", inputs: ["text", "navigable", "groups"], outputs: ["change"] }, { kind: "directive", type: TableDirective, selector: "[kendoGridResizableTable]", inputs: ["locked", "virtualColumns"] }, { kind: "directive", type: GridTableDirective, selector: "[kendoGridTable]", inputs: ["size"] }, { kind: "component", type: ColGroupComponent, selector: "[kendoGridColGroup]", inputs: ["columns", "groups", "detailTemplate", "sort"] }, { kind: "component", type: HeaderComponent, selector: "[kendoGridHeader]", inputs: ["totalColumnLevels", "columns", "groups", "detailTemplate", "scrollable", "filterable", "sort", "filter", "sortable", "groupable", "lockedColumnsCount", "resizable", "reorderable", "columnMenu", "columnMenuTemplate", "totalColumnsCount", "totalColumns", "tabIndex", "size"] }, { kind: "directive", type: ResizableContainerDirective, selector: "[kendoGridResizableContainer]", inputs: ["lockedWidth", "kendoGridResizableContainer"] }, { kind: "component", type: ListComponent, selector: "kendo-grid-list", inputs: ["data", "groups", "total", "rowHeight", "detailRowHeight", "take", "skip", "columns", "detailTemplate", "noRecordsTemplate", "selectable", "groupable", "filterable", "rowClass", "rowSticky", "loading", "trackBy", "virtualColumns", "isVirtual", "cellLoadingTemplate", "loadingTemplate", "sort", "size"], outputs: ["contentScroll", "pageChange", "scrollBottom"] }, { kind: "directive", type: DragTargetContainerDirective, selector: "[kendoDragTargetContainer]", inputs: ["hint", "dragTargetFilter", "dragHandle", "dragDelay", "threshold", "dragTargetId", "dragData", "dragDisabled", "mode", "cursorStyle", "hintContext"], outputs: ["onDragReady", "onPress", "onDragStart", "onDrag", "onRelease", "onDragEnd"], exportAs: ["kendoDragTargetContainer"] }, { kind: "directive", type: DropTargetContainerDirective, selector: "[kendoDropTargetContainer]", inputs: ["dropTargetFilter", "dropDisabled"], outputs: ["onDragEnter", "onDragOver", "onDragLeave", "onDrop"], exportAs: ["kendoDropTargetContainer"] }, { kind: "directive", type: DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "directive", type: GridMarqueeDirective, selector: "[kendoGridSelectionMarquee]" }, { kind: "component", type: FooterComponent, selector: "[kendoGridFooter]", inputs: ["columns", "groups", "detailTemplate", "scrollable", "lockedColumnsCount", "logicalRowIndex", "totalColumns", "totalColumnsCount"] }, { kind: "component", type: TableBodyComponent, selector: "[kendoGridTableBody]", inputs: ["columns", "allColumns", "groups", "detailTemplate", "noRecordsTemplate", "rowsToRender", "skip", "selectable", "filterable", "noRecordsText", "isLocked", "isLoading", "isVirtual", "cellLoadingTemplate", "skipGroupDecoration", "lockedColumnsCount", "totalColumnsCount", "virtualColumns", "trackBy", "rowSticky", "totalColumns", "rowClass"] }, { kind: "component", type: LoadingComponent, selector: "[kendoGridLoading]", inputs: ["loadingTemplate"] }, { kind: "component", type: StatusBarComponent, selector: "kendo-grid-status-bar", inputs: ["statusBarTemplate"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]", inputs: ["licenseMessage"] }, { kind: "component", type: i27.CustomMessagesComponent, selector: "kendo-datapager-messages, kendo-pager-messages" }, { kind: "component", type: i27.PagerInfoComponent, selector: "kendo-datapager-info, kendo-pager-info" }, { kind: "component", type: i27.PagerInputComponent, selector: "kendo-datapager-input, kendo-pager-input", inputs: ["showPageText", "size"] }, { kind: "component", type: i27.PagerNextButtonsComponent, selector: "kendo-datapager-next-buttons, kendo-pager-next-buttons", inputs: ["size"] }, { kind: "component", type: i27.PagerNumericButtonsComponent, selector: "kendo-datapager-numeric-buttons, kendo-pager-numeric-buttons", inputs: ["buttonCount", "size"] }, { kind: "component", type: i27.PagerPageSizesComponent, selector: "kendo-datapager-page-sizes, kendo-pager-page-sizes", inputs: ["showItemsText", "pageSizes", "size", "adaptiveMode"] }, { kind: "component", type: i27.PagerPrevButtonsComponent, selector: "kendo-datapager-prev-buttons, kendo-pager-prev-buttons", inputs: ["size"] }, { kind: "directive", type: i27.PagerTemplateDirective, selector: "[kendoDataPagerTemplate], [kendoPagerTemplate]" }, { kind: "component", type: i27.PagerComponent, selector: "kendo-datapager, kendo-pager", inputs: ["externalTemplate", "total", "skip", "pageSize", "buttonCount", "info", "type", "pageSizeValues", "previousNext", "navigable", "size", "responsive", "adaptiveMode"], outputs: ["pageChange", "pageSizeChange", "pagerInputVisibilityChange", "pageTextVisibilityChange", "itemsTextVisibilityChange"], exportAs: ["kendoDataPager", "kendoPager"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: AdaptiveRendererComponent, selector: "kendo-grid-adaptive-renderer" }], encapsulation: i0.ViewEncapsulation.None });
|
|
3154
3187
|
}
|
|
3155
3188
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GridComponent, decorators: [{
|
|
@@ -3556,6 +3589,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3556
3589
|
|
|
3557
3590
|
i18n-externalEditingCancelText="kendo.grid.externalEditingCancelText|The text of the external editing form Cancel button"
|
|
3558
3591
|
externalEditingCancelText="Cancel"
|
|
3592
|
+
|
|
3593
|
+
i18n-aiAssistantToolbarToolText="kendo.grid.aiAssistantToolbarToolText|The text of the AI Assistant toolbar tool"
|
|
3594
|
+
aiAssistantToolbarToolText="AI Assistant"
|
|
3595
|
+
|
|
3596
|
+
i18n-aiAssistantWindowTitle="kendo.grid.aiAssistantWindowTitle|The text of the AI Assistant Window title"
|
|
3597
|
+
aiAssistantWindowTitle="AI Assistant"
|
|
3598
|
+
|
|
3599
|
+
i18n-aiAssistantApplyButtonText="kendo.grid.aiAssistantApplyButtonText|The text of the AI Assistant Apply button"
|
|
3600
|
+
aiAssistantApplyButtonText="Apply"
|
|
3601
|
+
|
|
3602
|
+
i18n-aiAssistantWindowCloseTitle="kendo.grid.aiAssistantWindowCloseTitle|The title of the AI Assistant Window close button"
|
|
3603
|
+
aiAssistantWindowCloseTitle="Close"
|
|
3604
|
+
|
|
3605
|
+
i18n-aiAssistantWindowMaximizeTitle="kendo.grid.aiAssistantWindowMaximizeTitle|The title of the AI Assistant Window maximize button"
|
|
3606
|
+
aiAssistantWindowMaximizeTitle="Maximize"
|
|
3607
|
+
|
|
3608
|
+
i18n-aiAssistantWindowMinimizeTitle="kendo.grid.aiAssistantWindowMinimizeTitle|The title of the AI Assistant Window minimize button"
|
|
3609
|
+
aiAssistantWindowMinimizeTitle="Minimize"
|
|
3610
|
+
|
|
3611
|
+
i18n-aiAssistantWindowRestoreTitle="kendo.grid.aiAssistantWindowRestoreTitle|The title of the AI Assistant Window restore button"
|
|
3612
|
+
aiAssistantWindowRestoreTitle="Restore"
|
|
3613
|
+
|
|
3614
|
+
i18n-aiAssistantOutputCardTitle="kendo.grid.aiAssistantOutputCardTitle|The title of the AI Assistant Prompt Output Card"
|
|
3615
|
+
aiAssistantOutputCardTitle="Generated with AI"
|
|
3616
|
+
|
|
3617
|
+
i18n-aiAssistantOutputCardBodyContent="kendo.grid.aiAssistantOutputCardBodyContent|The success message dispayed in the AI Assistant Prompt Output Card's body"
|
|
3618
|
+
aiAssistantOutputCardBodyContent="Operation is successful. Data is:"
|
|
3559
3619
|
>
|
|
3560
3620
|
</ng-container>
|
|
3561
3621
|
<kendo-grid-toolbar
|
|
@@ -3975,7 +4035,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3975
4035
|
|
|
3976
4036
|
<kendo-grid-adaptive-renderer *ngIf="isAdaptiveModeEnabled"></kendo-grid-adaptive-renderer>
|
|
3977
4037
|
|
|
3978
|
-
<div
|
|
4038
|
+
<div *ngIf="aiAssistantToolbarTool" #windowContainer></div>
|
|
4039
|
+
|
|
4040
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
3979
4041
|
`,
|
|
3980
4042
|
standalone: true,
|
|
3981
4043
|
imports: [
|
|
@@ -3983,7 +4045,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3983
4045
|
TableDirective, GridTableDirective, ColGroupComponent, HeaderComponent, ResizableContainerDirective,
|
|
3984
4046
|
ListComponent, DragTargetContainerDirective, DropTargetContainerDirective, DraggableDirective,
|
|
3985
4047
|
GridMarqueeDirective, FooterComponent, TableBodyComponent, LoadingComponent, StatusBarComponent,
|
|
3986
|
-
IconWrapperComponent, WatermarkOverlayComponent, ...KENDO_PAGER, NgTemplateOutlet, AdaptiveRendererComponent
|
|
4048
|
+
IconWrapperComponent, WatermarkOverlayComponent, ...KENDO_PAGER, NgTemplateOutlet, AdaptiveRendererComponent,
|
|
4049
|
+
WindowContainerDirective
|
|
3987
4050
|
]
|
|
3988
4051
|
}]
|
|
3989
4052
|
}], ctorParameters: function () { return [{ type: i1.BrowserSupportService }, { type: i2.SelectionService }, { type: i3.CellSelectionService }, { type: i0.ElementRef }, { type: i4.GroupInfoService }, { type: i5.GroupsService }, { type: i6.ChangeNotificationService }, { type: i7.DetailsService }, { type: i8.EditService }, { type: i9.FilterService }, { type: i10.PDFService }, { type: i11.ResponsiveService }, { type: i0.Renderer2 }, { type: i12.ExcelService }, { type: i0.NgZone }, { type: i13.ScrollSyncService }, { type: i14.DomEventsService }, { type: i15.ColumnResizingService }, { type: i0.ChangeDetectorRef }, { type: i16.ColumnReorderService }, { type: i17.ColumnInfoService }, { type: i18.NavigationService }, { type: i19.SortService }, { type: i20.ScrollRequestService }, { type: i21.LocalizationService }, { type: i22.ContextService }, { type: i23.SizingOptionsService }, { type: i24.AdaptiveGridService }, { type: i25.RowReorderService }, { type: i26.DataMappingService }]; }, propDecorators: { data: [{
|
|
@@ -4177,6 +4240,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4177
4240
|
}], columnMenuTemplates: [{
|
|
4178
4241
|
type: ContentChildren,
|
|
4179
4242
|
args: [ColumnMenuTemplateDirective]
|
|
4243
|
+
}], aiAssistantToolbarTool: [{
|
|
4244
|
+
type: ContentChild,
|
|
4245
|
+
args: [AIAssistantToolbarDirective]
|
|
4180
4246
|
}], lockedHeader: [{
|
|
4181
4247
|
type: ViewChild,
|
|
4182
4248
|
args: ['lockedHeader']
|
|
@@ -4198,6 +4264,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4198
4264
|
}], dialogContainer: [{
|
|
4199
4265
|
type: ViewChild,
|
|
4200
4266
|
args: ['dialogContainer', { read: ViewContainerRef }]
|
|
4267
|
+
}], windowContainer: [{
|
|
4268
|
+
type: ViewChild,
|
|
4269
|
+
args: ['windowContainer', { read: ViewContainerRef }]
|
|
4201
4270
|
}], adaptiveRenderer: [{
|
|
4202
4271
|
type: ViewChild,
|
|
4203
4272
|
args: [AdaptiveRendererComponent]
|
package/esm2022/grid.module.mjs
CHANGED
|
@@ -59,104 +59,105 @@ import * as i41 from "./rendering/loading-template.directive";
|
|
|
59
59
|
import * as i42 from "./columns/reorder-column.component";
|
|
60
60
|
import * as i43 from "./rendering/toolbar/tools/sort-command-tool.directive";
|
|
61
61
|
import * as i44 from "./rendering/toolbar/tools/filter-command-tool.directive";
|
|
62
|
-
import * as i45 from "./rendering/toolbar/tools/
|
|
63
|
-
import * as i46 from "./rendering/
|
|
64
|
-
import * as i47 from "./rendering/header/header
|
|
65
|
-
import * as i48 from "./
|
|
66
|
-
import * as i49 from "./
|
|
67
|
-
import * as i50 from "./
|
|
68
|
-
import * as i51 from "
|
|
69
|
-
import * as i52 from "@progress/kendo-angular-
|
|
70
|
-
import * as i53 from "
|
|
71
|
-
import * as i54 from "./filtering/
|
|
72
|
-
import * as i55 from "./filtering/cell/filter-cell
|
|
73
|
-
import * as i56 from "./filtering/cell/
|
|
74
|
-
import * as i57 from "./filtering/cell/
|
|
75
|
-
import * as i58 from "./filtering/cell/
|
|
76
|
-
import * as i59 from "./filtering/cell/
|
|
77
|
-
import * as i60 from "./filtering/cell/filter-cell
|
|
78
|
-
import * as i61 from "./filtering/cell/filter-cell-
|
|
79
|
-
import * as i62 from "./filtering/cell/
|
|
80
|
-
import * as i63 from "./filtering/cell/filter-cell
|
|
81
|
-
import * as i64 from "./filtering/
|
|
82
|
-
import * as i65 from "./filtering/operators/
|
|
83
|
-
import * as i66 from "./filtering/operators/
|
|
84
|
-
import * as i67 from "./filtering/operators/
|
|
85
|
-
import * as i68 from "./filtering/operators/
|
|
86
|
-
import * as i69 from "./filtering/operators/is-
|
|
87
|
-
import * as i70 from "./filtering/operators/is-not-
|
|
88
|
-
import * as i71 from "./filtering/operators/
|
|
89
|
-
import * as i72 from "./filtering/operators/
|
|
90
|
-
import * as i73 from "./filtering/operators/
|
|
91
|
-
import * as i74 from "./filtering/operators/
|
|
92
|
-
import * as i75 from "./filtering/operators/
|
|
93
|
-
import * as i76 from "./filtering/operators/
|
|
94
|
-
import * as i77 from "./filtering/operators/
|
|
95
|
-
import * as i78 from "./filtering/operators/
|
|
96
|
-
import * as i79 from "./filtering/operators/after-
|
|
97
|
-
import * as i80 from "./filtering/operators/
|
|
98
|
-
import * as i81 from "./filtering/operators/before-filter-operator.component";
|
|
99
|
-
import * as i82 from "./filtering/filter-
|
|
100
|
-
import * as i83 from "./filtering/
|
|
101
|
-
import * as i84 from "./filtering/menu/filter-menu
|
|
102
|
-
import * as i85 from "./filtering/menu/filter-menu-
|
|
103
|
-
import * as i86 from "./filtering/menu/
|
|
104
|
-
import * as i87 from "./filtering/menu/string-filter-menu.component";
|
|
105
|
-
import * as i88 from "./filtering/menu/filter-menu
|
|
106
|
-
import * as i89 from "./filtering/menu/
|
|
107
|
-
import * as i90 from "./filtering/menu/numeric-filter-menu
|
|
108
|
-
import * as i91 from "./filtering/menu/
|
|
109
|
-
import * as i92 from "./filtering/menu/date-filter-menu.component";
|
|
110
|
-
import * as i93 from "./filtering/menu/filter-menu
|
|
111
|
-
import * as i94 from "./filtering/menu/
|
|
112
|
-
import * as i95 from "./filtering/menu/filter-menu
|
|
113
|
-
import * as i96 from "./filtering/menu/filter-
|
|
114
|
-
import * as i97 from "./
|
|
115
|
-
import * as i98 from "./column-menu/column-
|
|
116
|
-
import * as i99 from "./column-menu/column-
|
|
117
|
-
import * as i100 from "./
|
|
118
|
-
import * as i101 from "./
|
|
119
|
-
import * as i102 from "./column-menu/column-menu-
|
|
120
|
-
import * as i103 from "./column-menu/column-menu-
|
|
121
|
-
import * as i104 from "./column-menu/column-menu-item
|
|
122
|
-
import * as i105 from "./column-menu/column-menu-
|
|
123
|
-
import * as i106 from "./column-menu/column-menu.component";
|
|
124
|
-
import * as i107 from "./column-menu/column-menu
|
|
125
|
-
import * as i108 from "./column-menu/column-menu-
|
|
126
|
-
import * as i109 from "./column-menu/column-menu-
|
|
127
|
-
import * as i110 from "./column-menu/column-menu-
|
|
128
|
-
import * as i111 from "./column-menu/column-menu-
|
|
129
|
-
import * as i112 from "./column-menu/column-menu-
|
|
130
|
-
import * as i113 from "./column-menu/column-menu-
|
|
131
|
-
import * as i114 from "./column-menu/column-menu-autosize
|
|
132
|
-
import * as i115 from "./
|
|
133
|
-
import * as i116 from "./
|
|
134
|
-
import * as i117 from "./rendering/
|
|
135
|
-
import * as i118 from "./
|
|
136
|
-
import * as i119 from "./localization/
|
|
137
|
-
import * as i120 from "./
|
|
138
|
-
import * as i121 from "./
|
|
139
|
-
import * as i122 from "./
|
|
140
|
-
import * as i123 from "./
|
|
141
|
-
import * as i124 from "./
|
|
142
|
-
import * as i125 from "./editing-directives/
|
|
143
|
-
import * as i126 from "./editing-directives/
|
|
144
|
-
import * as i127 from "./editing-directives/
|
|
145
|
-
import * as i128 from "./
|
|
146
|
-
import * as i129 from "./rendering/
|
|
147
|
-
import * as i130 from "./
|
|
148
|
-
import * as i131 from "./
|
|
149
|
-
import * as i132 from "./
|
|
150
|
-
import * as i133 from "./rendering/
|
|
151
|
-
import * as i134 from "./
|
|
152
|
-
import * as i135 from "./aggregates/status-bar
|
|
153
|
-
import * as i136 from "./
|
|
154
|
-
import * as i137 from "./
|
|
155
|
-
import * as i138 from "./editing/form/
|
|
156
|
-
import * as i139 from "./editing/form/form
|
|
157
|
-
import * as i140 from "./
|
|
158
|
-
import * as i141 from "./state-management/undo-
|
|
159
|
-
import * as i142 from "./state-management/
|
|
62
|
+
import * as i45 from "./rendering/toolbar/tools/ai-assistant/ai-tool.directive";
|
|
63
|
+
import * as i46 from "./rendering/toolbar/tools/group-command-tool.directive";
|
|
64
|
+
import * as i47 from "./rendering/header/header.component";
|
|
65
|
+
import * as i48 from "./rendering/header/header-template.directive";
|
|
66
|
+
import * as i49 from "./column-resizing/column-handle.directive";
|
|
67
|
+
import * as i50 from "./selection/selectall-checkbox.directive";
|
|
68
|
+
import * as i51 from "./rendering/footer/footer.component";
|
|
69
|
+
import * as i52 from "@progress/kendo-angular-pager";
|
|
70
|
+
import * as i53 from "@progress/kendo-angular-toolbar";
|
|
71
|
+
import * as i54 from "./filtering/filter-row.component";
|
|
72
|
+
import * as i55 from "./filtering/cell/filter-cell.component";
|
|
73
|
+
import * as i56 from "./filtering/cell/filter-cell-template.directive";
|
|
74
|
+
import * as i57 from "./filtering/cell/string-filter-cell.component";
|
|
75
|
+
import * as i58 from "./filtering/cell/numeric-filter-cell.component";
|
|
76
|
+
import * as i59 from "./filtering/cell/autocomplete-filter-cell.component";
|
|
77
|
+
import * as i60 from "./filtering/cell/boolean-filter-cell.component";
|
|
78
|
+
import * as i61 from "./filtering/cell/filter-cell-host.directive";
|
|
79
|
+
import * as i62 from "./filtering/cell/filter-cell-wrapper.component";
|
|
80
|
+
import * as i63 from "./filtering/cell/date-filter-cell.component";
|
|
81
|
+
import * as i64 from "./filtering/cell/filter-cell-operators.component";
|
|
82
|
+
import * as i65 from "./filtering/operators/contains-filter-operator.component";
|
|
83
|
+
import * as i66 from "./filtering/operators/not-contains-filter-operator.component";
|
|
84
|
+
import * as i67 from "./filtering/operators/ends-with-filter-operator.component";
|
|
85
|
+
import * as i68 from "./filtering/operators/eq-filter-operator.component";
|
|
86
|
+
import * as i69 from "./filtering/operators/is-empty-filter-operator.component";
|
|
87
|
+
import * as i70 from "./filtering/operators/is-not-empty-filter-operator.component";
|
|
88
|
+
import * as i71 from "./filtering/operators/is-not-null-filter-operator.component";
|
|
89
|
+
import * as i72 from "./filtering/operators/isnull-filter-operator.component";
|
|
90
|
+
import * as i73 from "./filtering/operators/neq-filter-operator.component";
|
|
91
|
+
import * as i74 from "./filtering/operators/starts-with-filter-operator.component";
|
|
92
|
+
import * as i75 from "./filtering/operators/gt-filter-operator.component";
|
|
93
|
+
import * as i76 from "./filtering/operators/gte-filter-operator.component";
|
|
94
|
+
import * as i77 from "./filtering/operators/lt-filter-operator.component";
|
|
95
|
+
import * as i78 from "./filtering/operators/lte-filter-operator.component";
|
|
96
|
+
import * as i79 from "./filtering/operators/after-filter-operator.component";
|
|
97
|
+
import * as i80 from "./filtering/operators/after-eq-filter-operator.component";
|
|
98
|
+
import * as i81 from "./filtering/operators/before-eq-filter-operator.component";
|
|
99
|
+
import * as i82 from "./filtering/operators/before-filter-operator.component";
|
|
100
|
+
import * as i83 from "./filtering/filter-input.directive";
|
|
101
|
+
import * as i84 from "./filtering/menu/filter-menu.component";
|
|
102
|
+
import * as i85 from "./filtering/menu/filter-menu-container.component";
|
|
103
|
+
import * as i86 from "./filtering/menu/filter-menu-input-wrapper.component";
|
|
104
|
+
import * as i87 from "./filtering/menu/string-filter-menu-input.component";
|
|
105
|
+
import * as i88 from "./filtering/menu/string-filter-menu.component";
|
|
106
|
+
import * as i89 from "./filtering/menu/filter-menu-template.directive";
|
|
107
|
+
import * as i90 from "./filtering/menu/numeric-filter-menu.component";
|
|
108
|
+
import * as i91 from "./filtering/menu/numeric-filter-menu-input.component";
|
|
109
|
+
import * as i92 from "./filtering/menu/date-filter-menu-input.component";
|
|
110
|
+
import * as i93 from "./filtering/menu/date-filter-menu.component";
|
|
111
|
+
import * as i94 from "./filtering/menu/filter-menu-host.directive";
|
|
112
|
+
import * as i95 from "./filtering/menu/boolean-filter-menu.component";
|
|
113
|
+
import * as i96 from "./filtering/menu/filter-menu-dropdownlist.directive";
|
|
114
|
+
import * as i97 from "./filtering/menu/filter-radio-button.directive";
|
|
115
|
+
import * as i98 from "./column-menu/column-chooser-item-checked.directive";
|
|
116
|
+
import * as i99 from "./column-menu/column-list.component";
|
|
117
|
+
import * as i100 from "./column-menu/column-chooser.component";
|
|
118
|
+
import * as i101 from "./rendering/toolbar/tools/column-chooser-tool.directive";
|
|
119
|
+
import * as i102 from "./column-menu/column-menu-chooser.component";
|
|
120
|
+
import * as i103 from "./column-menu/column-menu-filter.component";
|
|
121
|
+
import * as i104 from "./column-menu/column-menu-item.component";
|
|
122
|
+
import * as i105 from "./column-menu/column-menu-item-content-template.directive";
|
|
123
|
+
import * as i106 from "./column-menu/column-menu-sort.component";
|
|
124
|
+
import * as i107 from "./column-menu/column-menu.component";
|
|
125
|
+
import * as i108 from "./column-menu/column-menu-lock.component";
|
|
126
|
+
import * as i109 from "./column-menu/column-menu-template.directive";
|
|
127
|
+
import * as i110 from "./column-menu/column-menu-container.component";
|
|
128
|
+
import * as i111 from "./column-menu/column-menu-item.directive";
|
|
129
|
+
import * as i112 from "./column-menu/column-menu-stick.component";
|
|
130
|
+
import * as i113 from "./column-menu/column-menu-position.component";
|
|
131
|
+
import * as i114 from "./column-menu/column-menu-autosize.component";
|
|
132
|
+
import * as i115 from "./column-menu/column-menu-autosize-all.component";
|
|
133
|
+
import * as i116 from "./grid.component";
|
|
134
|
+
import * as i117 from "./rendering/list.component";
|
|
135
|
+
import * as i118 from "./rendering/toolbar/toolbar.component";
|
|
136
|
+
import * as i119 from "./localization/localized-messages.directive";
|
|
137
|
+
import * as i120 from "./localization/custom-messages.component";
|
|
138
|
+
import * as i121 from "./databinding.directive";
|
|
139
|
+
import * as i122 from "./rendering/toolbar/toolbar-template.directive";
|
|
140
|
+
import * as i123 from "./selection/selection.directive";
|
|
141
|
+
import * as i124 from "./highlight/highlight.directive";
|
|
142
|
+
import * as i125 from "./editing-directives/template-editing.directive";
|
|
143
|
+
import * as i126 from "./editing-directives/reactive-editing.directive";
|
|
144
|
+
import * as i127 from "./editing-directives/in-cell-editing.directive";
|
|
145
|
+
import * as i128 from "./editing-directives/external-editing.directive";
|
|
146
|
+
import * as i129 from "./rendering/details-expand.directive";
|
|
147
|
+
import * as i130 from "./rendering/groups-expand.directive";
|
|
148
|
+
import * as i131 from "./grouping/group-scroll-binding.directive";
|
|
149
|
+
import * as i132 from "./selection/marquee.directive";
|
|
150
|
+
import * as i133 from "./rendering/common/spacer.component";
|
|
151
|
+
import * as i134 from "./rendering/toolbar/toolbar-focusable.directive";
|
|
152
|
+
import * as i135 from "./aggregates/status-bar.component";
|
|
153
|
+
import * as i136 from "./aggregates/status-bar-template.directive";
|
|
154
|
+
import * as i137 from "./common/clipboard.directive";
|
|
155
|
+
import * as i138 from "./editing/form/form.component";
|
|
156
|
+
import * as i139 from "./editing/form/dialog-form.component";
|
|
157
|
+
import * as i140 from "./editing/form/form-formfield.component";
|
|
158
|
+
import * as i141 from "./state-management/undo-redo.directive";
|
|
159
|
+
import * as i142 from "./state-management/undo-command-tool";
|
|
160
|
+
import * as i143 from "./state-management/redo-command-tool";
|
|
160
161
|
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
161
162
|
/**
|
|
162
163
|
* Defines the [`NgModule`](link:site.data.urls.angular['ngmoduleapi']) for the Grid component.
|
|
@@ -182,9 +183,9 @@ import * as i142 from "./state-management/redo-command-tool";
|
|
|
182
183
|
*/
|
|
183
184
|
export class GridModule {
|
|
184
185
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
185
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: GridModule, imports: [i1.GroupHeaderTemplateDirective, i2.GroupHeaderColumnTemplateDirective, i3.GroupFooterTemplateDirective, i4.GroupHeaderComponent, i5.GroupPanelComponent, i6.ColumnComponent, i7.ColumnGroupComponent, i8.LogicalCellDirective, i9.LogicalRowDirective, i10.FocusableDirective, i11.FooterTemplateDirective, i12.ColGroupComponent, i13.ResizableContainerDirective, i14.TemplateContextDirective, i15.FieldAccessorPipe, i16.DetailTemplateDirective, i17.SpanColumnComponent, i18.LoadingComponent, i19.GridTableDirective, i20.CommandColumnComponent, i21.CheckboxColumnComponent, i22.SelectionCheckboxDirective, i23.CellTemplateDirective, i24.EditTemplateDirective, i25.RowDragHandleTemplateDirective, i26.RowDragHintTemplateDirective, i27.TableBodyComponent, i28.NoRecordsTemplateDirective, i29.CellComponent, i30.EditCommandDirective, i31.CancelCommandDirective, i32.SaveCommandDirective, i33.RemoveCommandDirective, i34.AddCommandDirective, i35.AddCommandToolbarDirective, i36.EditCommandToolbarDirective, i37.SaveCommandToolbarDirective, i38.RemoveCommandToolbarDirective, i39.CancelCommandToolbarDirective, i40.CellLoadingTemplateDirective, i41.LoadingTemplateDirective, i42.RowReorderColumnComponent, i43.SortCommandToolbarDirective, i44.FilterCommandToolbarDirective, i45.
|
|
186
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: GridModule, imports: [i1.GroupHeaderTemplateDirective, i2.GroupHeaderColumnTemplateDirective, i3.GroupFooterTemplateDirective, i4.GroupHeaderComponent, i5.GroupPanelComponent, i6.ColumnComponent, i7.ColumnGroupComponent, i8.LogicalCellDirective, i9.LogicalRowDirective, i10.FocusableDirective, i11.FooterTemplateDirective, i12.ColGroupComponent, i13.ResizableContainerDirective, i14.TemplateContextDirective, i15.FieldAccessorPipe, i16.DetailTemplateDirective, i17.SpanColumnComponent, i18.LoadingComponent, i19.GridTableDirective, i20.CommandColumnComponent, i21.CheckboxColumnComponent, i22.SelectionCheckboxDirective, i23.CellTemplateDirective, i24.EditTemplateDirective, i25.RowDragHandleTemplateDirective, i26.RowDragHintTemplateDirective, i27.TableBodyComponent, i28.NoRecordsTemplateDirective, i29.CellComponent, i30.EditCommandDirective, i31.CancelCommandDirective, i32.SaveCommandDirective, i33.RemoveCommandDirective, i34.AddCommandDirective, i35.AddCommandToolbarDirective, i36.EditCommandToolbarDirective, i37.SaveCommandToolbarDirective, i38.RemoveCommandToolbarDirective, i39.CancelCommandToolbarDirective, i40.CellLoadingTemplateDirective, i41.LoadingTemplateDirective, i42.RowReorderColumnComponent, i43.SortCommandToolbarDirective, i44.FilterCommandToolbarDirective, i45.AIAssistantToolbarDirective, i46.GroupCommandToolbarDirective, i47.HeaderComponent, i48.HeaderTemplateDirective, i49.ColumnHandleDirective, i50.SelectAllCheckboxDirective, i51.FooterComponent, i52.CustomMessagesComponent, i52.PagerFocusableDirective, i52.PagerInfoComponent, i52.PagerInputComponent, i52.PagerNextButtonsComponent, i52.PagerNumericButtonsComponent, i52.PagerPageSizesComponent, i52.PagerPrevButtonsComponent, i52.PagerTemplateDirective, i52.PagerComponent, i52.PagerSpacerComponent, i53.ToolBarComponent, i53.ToolbarCustomMessagesComponent, i53.ToolBarButtonComponent, i53.ToolBarButtonGroupComponent, i53.ToolBarDropDownButtonComponent, i53.ToolBarSeparatorComponent, i53.ToolBarSpacerComponent, i53.ToolBarSplitButtonComponent, i53.ToolBarToolComponent, i54.FilterRowComponent, i55.FilterCellComponent, i56.FilterCellTemplateDirective, i57.StringFilterCellComponent, i58.NumericFilterCellComponent, i59.AutoCompleteFilterCellComponent, i60.BooleanFilterCellComponent, i61.FilterCellHostDirective, i62.FilterCellWrapperComponent, i63.DateFilterCellComponent, i6.ColumnComponent, i7.ColumnGroupComponent, i8.LogicalCellDirective, i9.LogicalRowDirective, i10.FocusableDirective, i11.FooterTemplateDirective, i12.ColGroupComponent, i13.ResizableContainerDirective, i14.TemplateContextDirective, i15.FieldAccessorPipe, i16.DetailTemplateDirective, i17.SpanColumnComponent, i18.LoadingComponent, i19.GridTableDirective, i64.FilterCellOperatorsComponent, i65.ContainsFilterOperatorComponent, i66.DoesNotContainFilterOperatorComponent, i67.EndsWithFilterOperatorComponent, i68.EqualFilterOperatorComponent, i69.IsEmptyFilterOperatorComponent, i70.IsNotEmptyFilterOperatorComponent, i71.IsNotNullFilterOperatorComponent, i72.IsNullFilterOperatorComponent, i73.NotEqualFilterOperatorComponent, i74.StartsWithFilterOperatorComponent, i75.GreaterFilterOperatorComponent, i76.GreaterOrEqualToFilterOperatorComponent, i77.LessFilterOperatorComponent, i78.LessOrEqualToFilterOperatorComponent, i79.AfterFilterOperatorComponent, i80.AfterEqFilterOperatorComponent, i81.BeforeEqFilterOperatorComponent, i82.BeforeFilterOperatorComponent, i83.FilterInputDirective, i6.ColumnComponent, i7.ColumnGroupComponent, i8.LogicalCellDirective, i9.LogicalRowDirective, i10.FocusableDirective, i11.FooterTemplateDirective, i12.ColGroupComponent, i13.ResizableContainerDirective, i14.TemplateContextDirective, i15.FieldAccessorPipe, i16.DetailTemplateDirective, i17.SpanColumnComponent, i18.LoadingComponent, i19.GridTableDirective, i64.FilterCellOperatorsComponent, i65.ContainsFilterOperatorComponent, i66.DoesNotContainFilterOperatorComponent, i67.EndsWithFilterOperatorComponent, i68.EqualFilterOperatorComponent, i69.IsEmptyFilterOperatorComponent, i70.IsNotEmptyFilterOperatorComponent, i71.IsNotNullFilterOperatorComponent, i72.IsNullFilterOperatorComponent, i73.NotEqualFilterOperatorComponent, i74.StartsWithFilterOperatorComponent, i75.GreaterFilterOperatorComponent, i76.GreaterOrEqualToFilterOperatorComponent, i77.LessFilterOperatorComponent, i78.LessOrEqualToFilterOperatorComponent, i79.AfterFilterOperatorComponent, i80.AfterEqFilterOperatorComponent, i81.BeforeEqFilterOperatorComponent, i82.BeforeFilterOperatorComponent, i83.FilterInputDirective, i84.FilterMenuComponent, i85.FilterMenuContainerComponent, i86.FilterMenuInputWrapperComponent, i87.StringFilterMenuInputComponent, i88.StringFilterMenuComponent, i89.FilterMenuTemplateDirective, i90.NumericFilterMenuComponent, i91.NumericFilterMenuInputComponent, i92.DateFilterMenuInputComponent, i93.DateFilterMenuComponent, i94.FilterMenuHostDirective, i95.BooleanFilterMenuComponent, i96.FilterMenuDropDownListDirective, i97.BooleanFilterRadioButtonDirective, i98.ColumnMenuChooserItemCheckedDirective, i99.ColumnListComponent, i100.ColumnChooserComponent, i101.ColumnChooserToolbarDirective, i102.ColumnMenuChooserComponent, i103.ColumnMenuFilterComponent, i104.ColumnMenuItemComponent, i105.ColumnMenuItemContentTemplateDirective, i106.ColumnMenuSortComponent, i107.ColumnMenuComponent, i108.ColumnMenuLockComponent, i109.ColumnMenuTemplateDirective, i110.ColumnMenuContainerComponent, i111.ColumnMenuItemDirective, i112.ColumnMenuStickComponent, i113.ColumnMenuPositionComponent, i114.ColumnMenuAutoSizeColumnComponent, i115.ColumnMenuAutoSizeAllColumnsComponent, i116.GridComponent, i117.ListComponent, i118.ToolbarComponent, i119.LocalizedMessagesDirective, i120.CustomMessagesComponent, i121.DataBindingDirective, i122.ToolbarTemplateDirective, i123.SelectionDirective, i124.HighlightDirective, i125.TemplateEditingDirective, i126.ReactiveEditingDirective, i127.InCellEditingDirective, i128.ExternalEditingDirective, i129.ExpandDetailsDirective, i130.ExpandGroupDirective, i131.GroupBindingDirective, i132.GridMarqueeDirective, i133.GridSpacerComponent, i134.GridToolbarFocusableDirective, i135.StatusBarComponent, i136.StatusBarTemplateDirective, i137.GridClipboardDirective, i138.FormComponent, i139.DialogFormComponent, i140.FormFormFieldComponent, i141.UndoRedoDirective, i53.ToolBarComponent, i53.ToolbarCustomMessagesComponent, i53.ToolBarButtonComponent, i53.ToolBarButtonGroupComponent, i53.ToolBarDropDownButtonComponent, i53.ToolBarSeparatorComponent, i53.ToolBarSpacerComponent, i53.ToolBarSplitButtonComponent, i53.ToolBarToolComponent, TableDirective,
|
|
186
187
|
UndoCommandToolbarDirective,
|
|
187
|
-
RedoCommandToolbarDirective], exports: [
|
|
188
|
+
RedoCommandToolbarDirective], exports: [i116.GridComponent, i122.ToolbarTemplateDirective, i118.ToolbarComponent, i133.GridSpacerComponent, i136.StatusBarTemplateDirective, i121.DataBindingDirective, i123.SelectionDirective, i124.HighlightDirective, i120.CustomMessagesComponent, i131.GroupBindingDirective, i125.TemplateEditingDirective, i126.ReactiveEditingDirective, i127.InCellEditingDirective, i128.ExternalEditingDirective, i129.ExpandDetailsDirective, i130.ExpandGroupDirective, i134.GridToolbarFocusableDirective, i1.GroupHeaderTemplateDirective, i2.GroupHeaderColumnTemplateDirective, i3.GroupFooterTemplateDirective, i4.GroupHeaderComponent, i5.GroupPanelComponent, i6.ColumnComponent, i7.ColumnGroupComponent, i8.LogicalCellDirective, i9.LogicalRowDirective, i10.FocusableDirective, i11.FooterTemplateDirective, i12.ColGroupComponent, i13.ResizableContainerDirective, i14.TemplateContextDirective, i15.FieldAccessorPipe, i16.DetailTemplateDirective, i17.SpanColumnComponent, i18.LoadingComponent, i19.GridTableDirective, i20.CommandColumnComponent, i21.CheckboxColumnComponent, i22.SelectionCheckboxDirective, i23.CellTemplateDirective, i24.EditTemplateDirective, i25.RowDragHandleTemplateDirective, i26.RowDragHintTemplateDirective, i27.TableBodyComponent, i28.NoRecordsTemplateDirective, i29.CellComponent, i30.EditCommandDirective, i31.CancelCommandDirective, i32.SaveCommandDirective, i33.RemoveCommandDirective, i34.AddCommandDirective, i35.AddCommandToolbarDirective, i36.EditCommandToolbarDirective, i37.SaveCommandToolbarDirective, i38.RemoveCommandToolbarDirective, i39.CancelCommandToolbarDirective, i40.CellLoadingTemplateDirective, i41.LoadingTemplateDirective, i42.RowReorderColumnComponent, i43.SortCommandToolbarDirective, i44.FilterCommandToolbarDirective, i45.AIAssistantToolbarDirective, i46.GroupCommandToolbarDirective, i47.HeaderComponent, i48.HeaderTemplateDirective, i49.ColumnHandleDirective, i50.SelectAllCheckboxDirective, i54.FilterRowComponent, i55.FilterCellComponent, i56.FilterCellTemplateDirective, i57.StringFilterCellComponent, i58.NumericFilterCellComponent, i59.AutoCompleteFilterCellComponent, i60.BooleanFilterCellComponent, i61.FilterCellHostDirective, i62.FilterCellWrapperComponent, i63.DateFilterCellComponent, i64.FilterCellOperatorsComponent, i65.ContainsFilterOperatorComponent, i66.DoesNotContainFilterOperatorComponent, i67.EndsWithFilterOperatorComponent, i68.EqualFilterOperatorComponent, i69.IsEmptyFilterOperatorComponent, i70.IsNotEmptyFilterOperatorComponent, i71.IsNotNullFilterOperatorComponent, i72.IsNullFilterOperatorComponent, i73.NotEqualFilterOperatorComponent, i74.StartsWithFilterOperatorComponent, i75.GreaterFilterOperatorComponent, i76.GreaterOrEqualToFilterOperatorComponent, i77.LessFilterOperatorComponent, i78.LessOrEqualToFilterOperatorComponent, i79.AfterFilterOperatorComponent, i80.AfterEqFilterOperatorComponent, i81.BeforeEqFilterOperatorComponent, i82.BeforeFilterOperatorComponent, i84.FilterMenuComponent, i85.FilterMenuContainerComponent, i86.FilterMenuInputWrapperComponent, i87.StringFilterMenuInputComponent, i88.StringFilterMenuComponent, i89.FilterMenuTemplateDirective, i90.NumericFilterMenuComponent, i91.NumericFilterMenuInputComponent, i92.DateFilterMenuInputComponent, i93.DateFilterMenuComponent, i94.FilterMenuHostDirective, i95.BooleanFilterMenuComponent, i96.FilterMenuDropDownListDirective, i97.BooleanFilterRadioButtonDirective, i100.ColumnChooserComponent, i101.ColumnChooserToolbarDirective, i103.ColumnMenuFilterComponent, i104.ColumnMenuItemComponent, i105.ColumnMenuItemContentTemplateDirective, i106.ColumnMenuSortComponent, i108.ColumnMenuLockComponent, i112.ColumnMenuStickComponent, i113.ColumnMenuPositionComponent, i102.ColumnMenuChooserComponent, i109.ColumnMenuTemplateDirective, i110.ColumnMenuContainerComponent, i111.ColumnMenuItemDirective, i107.ColumnMenuComponent, i114.ColumnMenuAutoSizeColumnComponent, i115.ColumnMenuAutoSizeAllColumnsComponent, i137.GridClipboardDirective, i141.UndoRedoDirective, i142.UndoCommandToolbarDirective, i143.RedoCommandToolbarDirective, i53.ToolBarComponent, i53.ToolbarCustomMessagesComponent, i53.ToolBarButtonComponent, i53.ToolBarButtonGroupComponent, i53.ToolBarDropDownButtonComponent, i53.ToolBarSeparatorComponent, i53.ToolBarSpacerComponent, i53.ToolBarSplitButtonComponent, i53.ToolBarToolComponent, i52.CustomMessagesComponent, i52.PagerFocusableDirective, i52.PagerInfoComponent, i52.PagerInputComponent, i52.PagerNextButtonsComponent, i52.PagerNumericButtonsComponent, i52.PagerPageSizesComponent, i52.PagerPrevButtonsComponent, i52.PagerTemplateDirective, i52.PagerComponent, i52.PagerSpacerComponent] });
|
|
188
189
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GridModule, providers: [
|
|
189
190
|
PopupService,
|
|
190
191
|
ResizeBatchService,
|
|
@@ -199,7 +200,7 @@ export class GridModule {
|
|
|
199
200
|
MonthViewService,
|
|
200
201
|
YearViewService,
|
|
201
202
|
NavigationService
|
|
202
|
-
], imports: [i4.GroupHeaderComponent, i5.GroupPanelComponent, i27.TableBodyComponent, i29.CellComponent, i30.EditCommandDirective, i31.CancelCommandDirective, i32.SaveCommandDirective, i33.RemoveCommandDirective, i34.AddCommandDirective,
|
|
203
|
+
], imports: [i4.GroupHeaderComponent, i5.GroupPanelComponent, i27.TableBodyComponent, i29.CellComponent, i30.EditCommandDirective, i31.CancelCommandDirective, i32.SaveCommandDirective, i33.RemoveCommandDirective, i34.AddCommandDirective, i47.HeaderComponent, i52.CustomMessagesComponent, i52.PagerInfoComponent, i52.PagerInputComponent, i52.PagerNextButtonsComponent, i52.PagerNumericButtonsComponent, i52.PagerPageSizesComponent, i52.PagerPrevButtonsComponent, i52.PagerComponent, i52.PagerSpacerComponent, i53.ToolBarComponent, i53.ToolbarCustomMessagesComponent, i53.ToolBarButtonComponent, i53.ToolBarButtonGroupComponent, i53.ToolBarDropDownButtonComponent, i53.ToolBarSeparatorComponent, i53.ToolBarSpacerComponent, i53.ToolBarSplitButtonComponent, i57.StringFilterCellComponent, i58.NumericFilterCellComponent, i59.AutoCompleteFilterCellComponent, i60.BooleanFilterCellComponent, i62.FilterCellWrapperComponent, i63.DateFilterCellComponent, i64.FilterCellOperatorsComponent, i64.FilterCellOperatorsComponent, i84.FilterMenuComponent, i85.FilterMenuContainerComponent, i86.FilterMenuInputWrapperComponent, i87.StringFilterMenuInputComponent, i88.StringFilterMenuComponent, i90.NumericFilterMenuComponent, i91.NumericFilterMenuInputComponent, i92.DateFilterMenuInputComponent, i93.DateFilterMenuComponent, i95.BooleanFilterMenuComponent, i99.ColumnListComponent, i100.ColumnChooserComponent, i102.ColumnMenuChooserComponent, i103.ColumnMenuFilterComponent, i104.ColumnMenuItemComponent, i106.ColumnMenuSortComponent, i107.ColumnMenuComponent, i108.ColumnMenuLockComponent, i112.ColumnMenuStickComponent, i113.ColumnMenuPositionComponent, i114.ColumnMenuAutoSizeColumnComponent, i115.ColumnMenuAutoSizeAllColumnsComponent, i116.GridComponent, i117.ListComponent, i138.FormComponent, i139.DialogFormComponent, i140.FormFormFieldComponent, i53.ToolBarComponent, i53.ToolbarCustomMessagesComponent, i53.ToolBarButtonComponent, i53.ToolBarButtonGroupComponent, i53.ToolBarDropDownButtonComponent, i53.ToolBarSeparatorComponent, i53.ToolBarSpacerComponent, i53.ToolBarSplitButtonComponent] });
|
|
203
204
|
}
|
|
204
205
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GridModule, decorators: [{
|
|
205
206
|
type: NgModule,
|