@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
|
@@ -10,11 +10,11 @@ import { isDocumentAvailable, Keys, isPresent as isPresent$1, anyChanged, Templa
|
|
|
10
10
|
import * as i1 from '@angular/platform-browser';
|
|
11
11
|
import * as i1$1 from '@progress/kendo-angular-icons';
|
|
12
12
|
import { IconWrapperComponent, IconsService, KENDO_ICONS } from '@progress/kendo-angular-icons';
|
|
13
|
-
import { plusIcon, cancelIcon, lockIcon, unlockIcon, caretAltDownIcon, caretAltRightIcon, caretAltLeftIcon, arrowLeftIcon, arrowRightIcon, sortDescSmallIcon, sortAscSmallIcon, filterClearIcon, filterIcon, checkIcon, arrowRotateCcwIcon, columnsIcon, pencilIcon, saveIcon, trashIcon, fileExcelIcon, filePdfIcon, chevronUpIcon, chevronDownIcon, chevronRightIcon, displayInlineFlexIcon, maxWidthIcon, stickIcon, unstickIcon, setColumnPositionIcon, slidersIcon, moreVerticalIcon, reorderIcon, minusIcon, insertMiddleIcon, xIcon, xCircleIcon, plusCircleIcon, chevronLeftIcon, undoIcon, redoIcon, arrowsSwapIcon, groupIcon } from '@progress/kendo-svg-icons';
|
|
13
|
+
import { plusIcon, cancelIcon, lockIcon, unlockIcon, caretAltDownIcon, caretAltRightIcon, caretAltLeftIcon, arrowLeftIcon, arrowRightIcon, sortDescSmallIcon, sortAscSmallIcon, filterClearIcon, filterIcon, checkIcon, arrowRotateCcwIcon, columnsIcon, pencilIcon, saveIcon, trashIcon, fileExcelIcon, filePdfIcon, sparklesIcon, chevronUpIcon, chevronDownIcon, chevronRightIcon, displayInlineFlexIcon, maxWidthIcon, stickIcon, unstickIcon, setColumnPositionIcon, slidersIcon, moreVerticalIcon, reorderIcon, minusIcon, insertMiddleIcon, xIcon, xCircleIcon, plusCircleIcon, chevronLeftIcon, tableWizardIcon, undoIcon, redoIcon, arrowsSwapIcon, groupIcon } from '@progress/kendo-svg-icons';
|
|
14
14
|
import { switchMap, take, map, filter, takeUntil, switchMapTo, delay, tap, throttleTime, debounceTime, distinctUntilChanged, skip, auditTime, bufferCount, flatMap } from 'rxjs/operators';
|
|
15
15
|
import * as i1$2 from '@progress/kendo-angular-l10n';
|
|
16
16
|
import { ComponentMessages, LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
|
|
17
|
-
import * as
|
|
17
|
+
import * as i52 from '@progress/kendo-angular-pager';
|
|
18
18
|
import { PagerContextService, PagerNavigationService, PagerTemplateDirective, KENDO_PAGER } from '@progress/kendo-angular-pager';
|
|
19
19
|
import { orderBy, isCompositeFilterDescriptor, groupBy, process, filterBy } from '@progress/kendo-data-query';
|
|
20
20
|
import { NgFor, NgIf, NgTemplateOutlet, NgSwitch, NgSwitchCase, NgClass, NgStyle, NgSwitchDefault, KeyValuePipe } from '@angular/common';
|
|
@@ -34,7 +34,7 @@ import * as i4$1 from '@progress/kendo-angular-inputs';
|
|
|
34
34
|
import { TextBoxComponent, NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent, RadioButtonComponent, CheckBoxComponent, KENDO_FORMFIELD, KENDO_TEXTBOX, KENDO_NUMERICTEXTBOX, KENDO_CHECKBOX } from '@progress/kendo-angular-inputs';
|
|
35
35
|
import * as i5 from '@progress/kendo-angular-dateinputs';
|
|
36
36
|
import { DatePickerComponent, DatePickerCustomMessagesComponent, KENDO_DATEPICKER, CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, YearViewService, NavigationService as NavigationService$1 } from '@progress/kendo-angular-dateinputs';
|
|
37
|
-
import * as
|
|
37
|
+
import * as i53 from '@progress/kendo-angular-toolbar';
|
|
38
38
|
import { KENDO_TOOLBAR } from '@progress/kendo-angular-toolbar';
|
|
39
39
|
import { trigger, state, style, transition, animate } from '@angular/animations';
|
|
40
40
|
import { TabStripComponent, TabStripTabComponent, TabTitleDirective, TabContentDirective } from '@progress/kendo-angular-layout';
|
|
@@ -47,7 +47,10 @@ import { ActionSheetComponent, ActionSheetViewComponent, ActionSheetHeaderTempla
|
|
|
47
47
|
import * as i3 from '@progress/kendo-angular-label';
|
|
48
48
|
import { KENDO_LABELS } from '@progress/kendo-angular-label';
|
|
49
49
|
import * as i1$7 from '@progress/kendo-angular-dialog';
|
|
50
|
-
import { DialogContentBase, DialogActionsComponent, DialogService, DialogContainerService, WindowService, WindowContainerService } from '@progress/kendo-angular-dialog';
|
|
50
|
+
import { DialogContentBase, DialogActionsComponent, WindowContainerDirective, DialogService, DialogContainerService, WindowService, WindowContainerService } from '@progress/kendo-angular-dialog';
|
|
51
|
+
import { AIPromptComponent, AIPromptCustomMessagesComponent, PromptViewComponent, OutputViewComponent, AIPromptOutputTemplateDirective, AIPromptOutputBodyTemplateDirective } from '@progress/kendo-angular-conversational-ui';
|
|
52
|
+
import * as i1$8 from '@angular/common/http';
|
|
53
|
+
import { HttpHeaders, HttpRequest } from '@angular/common/http';
|
|
51
54
|
|
|
52
55
|
/* eslint-disable no-bitwise */
|
|
53
56
|
/**
|
|
@@ -4122,12 +4125,12 @@ class NavigationService {
|
|
|
4122
4125
|
const offset = direction === 'Up' ? Math.abs(this.lastCellRowIndex - this.activeRowIndex) : (this.activeRowIndex + cellRowspan - this.lastCellRowIndex - 1);
|
|
4123
4126
|
return offset;
|
|
4124
4127
|
}
|
|
4125
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavigationService, deps: [{ token: i0.NgZone }, { token: DomEventsService }, { token:
|
|
4128
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavigationService, deps: [{ token: i0.NgZone }, { token: DomEventsService }, { token: i52.PagerContextService }, { token: ScrollRequestService }, { token: GroupsService }, { token: DetailsService }, { token: FocusRoot }, { token: EditService }, { token: i0.ChangeDetectorRef }, { token: ContextService }, { token: ColumnResizingService }, { token: FocusableDirective, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4126
4129
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavigationService });
|
|
4127
4130
|
}
|
|
4128
4131
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavigationService, decorators: [{
|
|
4129
4132
|
type: Injectable
|
|
4130
|
-
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: DomEventsService }, { type:
|
|
4133
|
+
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: DomEventsService }, { type: i52.PagerContextService }, { type: ScrollRequestService }, { type: GroupsService }, { type: DetailsService }, { type: FocusRoot }, { type: EditService }, { type: i0.ChangeDetectorRef }, { type: ContextService }, { type: ColumnResizingService }, { type: FocusableDirective, decorators: [{
|
|
4131
4134
|
type: Optional
|
|
4132
4135
|
}] }]; } });
|
|
4133
4136
|
|
|
@@ -12533,7 +12536,8 @@ const ToolbarToolName = {
|
|
|
12533
12536
|
add: 'add',
|
|
12534
12537
|
columns: 'columns',
|
|
12535
12538
|
excelExport: 'excelExport',
|
|
12536
|
-
pdfExport: 'pdfExport'
|
|
12539
|
+
pdfExport: 'pdfExport',
|
|
12540
|
+
aiAssistant: 'aiAssistant'
|
|
12537
12541
|
};
|
|
12538
12542
|
|
|
12539
12543
|
const ICONS_MAP = {
|
|
@@ -12544,7 +12548,8 @@ const ICONS_MAP = {
|
|
|
12544
12548
|
add: { svgIcon: plusIcon, icon: 'plus' },
|
|
12545
12549
|
excelExport: { svgIcon: fileExcelIcon, icon: 'file-excel' },
|
|
12546
12550
|
pdfExport: { svgIcon: filePdfIcon, icon: 'file-pdf' },
|
|
12547
|
-
columns: { svgIcon: columnsIcon, icon: 'columns' }
|
|
12551
|
+
columns: { svgIcon: columnsIcon, icon: 'columns' },
|
|
12552
|
+
aiAssistant: { svgIcon: sparklesIcon, icon: 'sparkles' }
|
|
12548
12553
|
};
|
|
12549
12554
|
/**
|
|
12550
12555
|
* @hidden
|
|
@@ -12593,13 +12598,13 @@ class ToolbarToolBase {
|
|
|
12593
12598
|
this.clickSub.unsubscribe();
|
|
12594
12599
|
}
|
|
12595
12600
|
onClick(_e) { }
|
|
12596
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToolbarToolBase, deps: [{ token:
|
|
12601
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToolbarToolBase, deps: [{ token: i53.ToolBarButtonComponent }, { token: 'command' }, { token: ContextService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
12597
12602
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: ToolbarToolBase, ngImport: i0 });
|
|
12598
12603
|
}
|
|
12599
12604
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToolbarToolBase, decorators: [{
|
|
12600
12605
|
type: Directive,
|
|
12601
12606
|
args: [{}]
|
|
12602
|
-
}], ctorParameters: function () { return [{ type:
|
|
12607
|
+
}], ctorParameters: function () { return [{ type: i53.ToolBarButtonComponent }, { type: undefined, decorators: [{
|
|
12603
12608
|
type: Inject,
|
|
12604
12609
|
args: ['command']
|
|
12605
12610
|
}] }, { type: ContextService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }]; } });
|
|
@@ -12778,7 +12783,7 @@ class ColumnChooserToolbarDirective extends ToolbarToolBase {
|
|
|
12778
12783
|
get buttonElement() {
|
|
12779
12784
|
return this.host.getButton();
|
|
12780
12785
|
}
|
|
12781
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ColumnChooserToolbarDirective, deps: [{ token: i0.Renderer2 }, { token: i2.PopupService }, { token:
|
|
12786
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ColumnChooserToolbarDirective, deps: [{ token: i0.Renderer2 }, { token: i2.PopupService }, { token: i53.ToolBarButtonComponent }, { token: ContextService }, { token: i0.NgZone }, { token: i53.RefreshService }, { token: AdaptiveGridService }, { token: ColumnInfoService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
12782
12787
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: ColumnChooserToolbarDirective, isStandalone: true, selector: "[kendoGridColumnChooserTool]", inputs: { autoSync: "autoSync", allowHideAll: "allowHideAll" }, usesInheritance: true, ngImport: i0 });
|
|
12783
12788
|
}
|
|
12784
12789
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ColumnChooserToolbarDirective, decorators: [{
|
|
@@ -12787,7 +12792,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
12787
12792
|
selector: '[kendoGridColumnChooserTool]',
|
|
12788
12793
|
standalone: true
|
|
12789
12794
|
}]
|
|
12790
|
-
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i2.PopupService }, { type:
|
|
12795
|
+
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i2.PopupService }, { type: i53.ToolBarButtonComponent }, { type: ContextService }, { type: i0.NgZone }, { type: i53.RefreshService }, { type: AdaptiveGridService }, { type: ColumnInfoService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { autoSync: [{
|
|
12791
12796
|
type: Input
|
|
12792
12797
|
}], allowHideAll: [{
|
|
12793
12798
|
type: Input
|
|
@@ -21231,8 +21236,8 @@ const packageMetadata = {
|
|
|
21231
21236
|
productName: 'Kendo UI for Angular',
|
|
21232
21237
|
productCode: 'KENDOUIANGULAR',
|
|
21233
21238
|
productCodes: ['KENDOUIANGULAR'],
|
|
21234
|
-
publishDate:
|
|
21235
|
-
version: '19.3.0-develop.
|
|
21239
|
+
publishDate: 1754479136,
|
|
21240
|
+
version: '19.3.0-develop.22',
|
|
21236
21241
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
21237
21242
|
};
|
|
21238
21243
|
|
|
@@ -24719,6 +24724,42 @@ class GridMessages extends ComponentMessages {
|
|
|
24719
24724
|
* [See example](slug:globalization_grid#toc-custom-messages).
|
|
24720
24725
|
*/
|
|
24721
24726
|
booleanFilterCellLabel;
|
|
24727
|
+
/**
|
|
24728
|
+
* The text of the AI Assistant Apply button.
|
|
24729
|
+
*/
|
|
24730
|
+
aiAssistantApplyButtonText;
|
|
24731
|
+
/**
|
|
24732
|
+
* The text of the AI Assistant toolbar tool.
|
|
24733
|
+
*/
|
|
24734
|
+
aiAssistantToolbarToolText;
|
|
24735
|
+
/**
|
|
24736
|
+
* The text of the AI Assistant Window title.
|
|
24737
|
+
*/
|
|
24738
|
+
aiAssistantWindowTitle;
|
|
24739
|
+
/**
|
|
24740
|
+
* The title of the AI Assistant Window close button.
|
|
24741
|
+
*/
|
|
24742
|
+
aiAssistantWindowCloseTitle;
|
|
24743
|
+
/**
|
|
24744
|
+
* The title of the AI Assistant Prompt Output Card.
|
|
24745
|
+
*/
|
|
24746
|
+
aiAssistantOutputCardTitle;
|
|
24747
|
+
/**
|
|
24748
|
+
* The success message dispayed in the AI Assistant Prompt Output Card's body.
|
|
24749
|
+
*/
|
|
24750
|
+
aiAssistantOutputCardBodyContent;
|
|
24751
|
+
/**
|
|
24752
|
+
* The title of the AI Assistant Window maximize button.
|
|
24753
|
+
*/
|
|
24754
|
+
aiAssistantWindowMaximizeTitle;
|
|
24755
|
+
/**
|
|
24756
|
+
* The title of the AI Assistant Window minimize button.
|
|
24757
|
+
*/
|
|
24758
|
+
aiAssistantWindowMinimizeTitle;
|
|
24759
|
+
/**
|
|
24760
|
+
* The title of the AI Assistant Window restore button.
|
|
24761
|
+
*/
|
|
24762
|
+
aiAssistantWindowRestoreTitle;
|
|
24722
24763
|
/**
|
|
24723
24764
|
* Sets the text for the `Equal` (**Is equal to**) filter operator.
|
|
24724
24765
|
*/
|
|
@@ -25115,7 +25156,7 @@ class GridMessages extends ComponentMessages {
|
|
|
25115
25156
|
*/
|
|
25116
25157
|
externalEditingCancelText;
|
|
25117
25158
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GridMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
25118
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: GridMessages, selector: "kendo-grid-messages-base", inputs: { groupPanelEmpty: "groupPanelEmpty", noRecords: "noRecords", pagerLabel: "pagerLabel", pagerFirstPage: "pagerFirstPage", pagerLastPage: "pagerLastPage", pagerPreviousPage: "pagerPreviousPage", pagerNextPage: "pagerNextPage", pagerPage: "pagerPage", pagerItemsPerPage: "pagerItemsPerPage", pagerOf: "pagerOf", pagerItems: "pagerItems", pagerPageNumberInputTitle: "pagerPageNumberInputTitle", pagerInputLabel: "pagerInputLabel", pagerSelectPage: "pagerSelectPage", filter: "filter", filterInputLabel: "filterInputLabel", filterMenuTitle: "filterMenuTitle", filterMenuOperatorsDropDownLabel: "filterMenuOperatorsDropDownLabel", filterMenuLogicDropDownLabel: "filterMenuLogicDropDownLabel", filterCellOperatorLabel: "filterCellOperatorLabel", booleanFilterCellLabel: "booleanFilterCellLabel", filterEqOperator: "filterEqOperator", filterNotEqOperator: "filterNotEqOperator", filterIsNullOperator: "filterIsNullOperator", filterIsNotNullOperator: "filterIsNotNullOperator", filterIsEmptyOperator: "filterIsEmptyOperator", filterIsNotEmptyOperator: "filterIsNotEmptyOperator", filterStartsWithOperator: "filterStartsWithOperator", filterContainsOperator: "filterContainsOperator", filterNotContainsOperator: "filterNotContainsOperator", filterEndsWithOperator: "filterEndsWithOperator", filterGteOperator: "filterGteOperator", filterGtOperator: "filterGtOperator", filterLteOperator: "filterLteOperator", filterLtOperator: "filterLtOperator", filterIsTrue: "filterIsTrue", filterIsFalse: "filterIsFalse", filterBooleanAll: "filterBooleanAll", adaptiveFilterOperatorsTitle: "adaptiveFilterOperatorsTitle", filterAfterOrEqualOperator: "filterAfterOrEqualOperator", filterAfterOperator: "filterAfterOperator", filterBeforeOperator: "filterBeforeOperator", filterBeforeOrEqualOperator: "filterBeforeOrEqualOperator", filterFilterButton: "filterFilterButton", filterClearButton: "filterClearButton", adaptiveCloseButtonTitle: "adaptiveCloseButtonTitle", adaptiveBackButtonTitle: "adaptiveBackButtonTitle", filterAndLogic: "filterAndLogic", filterOrLogic: "filterOrLogic", filterToolbarToolText: "filterToolbarToolText", loading: "loading", gridLabel: "gridLabel", columnMenu: "columnMenu", setColumnPosition: "setColumnPosition", columns: "columns", columnsSubtitle: "columnsSubtitle", adaptiveFilterTitle: "adaptiveFilterTitle", adaptiveSortTitle: "adaptiveSortTitle", adaptiveGroupTitle: "adaptiveGroupTitle", filterClearAllButton: "filterClearAllButton", groupClearButton: "groupClearButton", sortClearButton: "sortClearButton", sortDoneButton: "sortDoneButton", groupDoneButton: "groupDoneButton", lock: "lock", unlock: "unlock", stick: "stick", unstick: "unstick", sortable: "sortable", sortAscending: "sortAscending", sortDescending: "sortDescending", autosizeThisColumn: "autosizeThisColumn", autosizeAllColumns: "autosizeAllColumns", sortedAscending: "sortedAscending", sortedDescending: "sortedDescending", sortedDefault: "sortedDefault", sortToolbarToolText: "sortToolbarToolText", columnsApply: "columnsApply", columnsReset: "columnsReset", detailExpand: "detailExpand", detailCollapse: "detailCollapse", filterDateToday: "filterDateToday", filterDateToggle: "filterDateToggle", filterNumericDecrement: "filterNumericDecrement", filterNumericIncrement: "filterNumericIncrement", selectionCheckboxLabel: "selectionCheckboxLabel", selectAllCheckboxLabel: "selectAllCheckboxLabel", groupCollapse: "groupCollapse", groupExpand: "groupExpand", topToolbarLabel: "topToolbarLabel", bottomToolbarLabel: "bottomToolbarLabel", editToolbarToolText: "editToolbarToolText", saveToolbarToolText: "saveToolbarToolText", addToolbarToolText: "addToolbarToolText", cancelToolbarToolText: "cancelToolbarToolText", removeToolbarToolText: "removeToolbarToolText", excelExportToolbarToolText: "excelExportToolbarToolText", pdfExportToolbarToolText: "pdfExportToolbarToolText", groupPanelLabel: "groupPanelLabel", dragRowHandleLabel: "dragRowHandleLabel", columnMenuFilterTabTitle: "columnMenuFilterTabTitle", columnMenuGeneralTabTitle: "columnMenuGeneralTabTitle", columnMenuColumnsTabTitle: "columnMenuColumnsTabTitle", groupChipMenuPrevious: "groupChipMenuPrevious", groupChipMenuNext: "groupChipMenuNext", groupToolbarToolText: "groupToolbarToolText", formValidationErrorText: "formValidationErrorText", removeConfirmationDialogTitle: "removeConfirmationDialogTitle", removeConfirmationDialogContent: "removeConfirmationDialogContent", removeConfirmationDialogConfirmText: "removeConfirmationDialogConfirmText", removeConfirmationDialogRejectText: "removeConfirmationDialogRejectText", externalEditingTitle: "externalEditingTitle", externalEditingAddTitle: "externalEditingAddTitle", externalEditingSaveText: "externalEditingSaveText", externalEditingCancelText: "externalEditingCancelText" }, usesInheritance: true, ngImport: i0 });
|
|
25159
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: GridMessages, selector: "kendo-grid-messages-base", inputs: { groupPanelEmpty: "groupPanelEmpty", noRecords: "noRecords", pagerLabel: "pagerLabel", pagerFirstPage: "pagerFirstPage", pagerLastPage: "pagerLastPage", pagerPreviousPage: "pagerPreviousPage", pagerNextPage: "pagerNextPage", pagerPage: "pagerPage", pagerItemsPerPage: "pagerItemsPerPage", pagerOf: "pagerOf", pagerItems: "pagerItems", pagerPageNumberInputTitle: "pagerPageNumberInputTitle", pagerInputLabel: "pagerInputLabel", pagerSelectPage: "pagerSelectPage", filter: "filter", filterInputLabel: "filterInputLabel", filterMenuTitle: "filterMenuTitle", filterMenuOperatorsDropDownLabel: "filterMenuOperatorsDropDownLabel", filterMenuLogicDropDownLabel: "filterMenuLogicDropDownLabel", filterCellOperatorLabel: "filterCellOperatorLabel", booleanFilterCellLabel: "booleanFilterCellLabel", aiAssistantApplyButtonText: "aiAssistantApplyButtonText", aiAssistantToolbarToolText: "aiAssistantToolbarToolText", aiAssistantWindowTitle: "aiAssistantWindowTitle", aiAssistantWindowCloseTitle: "aiAssistantWindowCloseTitle", aiAssistantOutputCardTitle: "aiAssistantOutputCardTitle", aiAssistantOutputCardBodyContent: "aiAssistantOutputCardBodyContent", aiAssistantWindowMaximizeTitle: "aiAssistantWindowMaximizeTitle", aiAssistantWindowMinimizeTitle: "aiAssistantWindowMinimizeTitle", aiAssistantWindowRestoreTitle: "aiAssistantWindowRestoreTitle", filterEqOperator: "filterEqOperator", filterNotEqOperator: "filterNotEqOperator", filterIsNullOperator: "filterIsNullOperator", filterIsNotNullOperator: "filterIsNotNullOperator", filterIsEmptyOperator: "filterIsEmptyOperator", filterIsNotEmptyOperator: "filterIsNotEmptyOperator", filterStartsWithOperator: "filterStartsWithOperator", filterContainsOperator: "filterContainsOperator", filterNotContainsOperator: "filterNotContainsOperator", filterEndsWithOperator: "filterEndsWithOperator", filterGteOperator: "filterGteOperator", filterGtOperator: "filterGtOperator", filterLteOperator: "filterLteOperator", filterLtOperator: "filterLtOperator", filterIsTrue: "filterIsTrue", filterIsFalse: "filterIsFalse", filterBooleanAll: "filterBooleanAll", adaptiveFilterOperatorsTitle: "adaptiveFilterOperatorsTitle", filterAfterOrEqualOperator: "filterAfterOrEqualOperator", filterAfterOperator: "filterAfterOperator", filterBeforeOperator: "filterBeforeOperator", filterBeforeOrEqualOperator: "filterBeforeOrEqualOperator", filterFilterButton: "filterFilterButton", filterClearButton: "filterClearButton", adaptiveCloseButtonTitle: "adaptiveCloseButtonTitle", adaptiveBackButtonTitle: "adaptiveBackButtonTitle", filterAndLogic: "filterAndLogic", filterOrLogic: "filterOrLogic", filterToolbarToolText: "filterToolbarToolText", loading: "loading", gridLabel: "gridLabel", columnMenu: "columnMenu", setColumnPosition: "setColumnPosition", columns: "columns", columnsSubtitle: "columnsSubtitle", adaptiveFilterTitle: "adaptiveFilterTitle", adaptiveSortTitle: "adaptiveSortTitle", adaptiveGroupTitle: "adaptiveGroupTitle", filterClearAllButton: "filterClearAllButton", groupClearButton: "groupClearButton", sortClearButton: "sortClearButton", sortDoneButton: "sortDoneButton", groupDoneButton: "groupDoneButton", lock: "lock", unlock: "unlock", stick: "stick", unstick: "unstick", sortable: "sortable", sortAscending: "sortAscending", sortDescending: "sortDescending", autosizeThisColumn: "autosizeThisColumn", autosizeAllColumns: "autosizeAllColumns", sortedAscending: "sortedAscending", sortedDescending: "sortedDescending", sortedDefault: "sortedDefault", sortToolbarToolText: "sortToolbarToolText", columnsApply: "columnsApply", columnsReset: "columnsReset", detailExpand: "detailExpand", detailCollapse: "detailCollapse", filterDateToday: "filterDateToday", filterDateToggle: "filterDateToggle", filterNumericDecrement: "filterNumericDecrement", filterNumericIncrement: "filterNumericIncrement", selectionCheckboxLabel: "selectionCheckboxLabel", selectAllCheckboxLabel: "selectAllCheckboxLabel", groupCollapse: "groupCollapse", groupExpand: "groupExpand", topToolbarLabel: "topToolbarLabel", bottomToolbarLabel: "bottomToolbarLabel", editToolbarToolText: "editToolbarToolText", saveToolbarToolText: "saveToolbarToolText", addToolbarToolText: "addToolbarToolText", cancelToolbarToolText: "cancelToolbarToolText", removeToolbarToolText: "removeToolbarToolText", excelExportToolbarToolText: "excelExportToolbarToolText", pdfExportToolbarToolText: "pdfExportToolbarToolText", groupPanelLabel: "groupPanelLabel", dragRowHandleLabel: "dragRowHandleLabel", columnMenuFilterTabTitle: "columnMenuFilterTabTitle", columnMenuGeneralTabTitle: "columnMenuGeneralTabTitle", columnMenuColumnsTabTitle: "columnMenuColumnsTabTitle", groupChipMenuPrevious: "groupChipMenuPrevious", groupChipMenuNext: "groupChipMenuNext", groupToolbarToolText: "groupToolbarToolText", formValidationErrorText: "formValidationErrorText", removeConfirmationDialogTitle: "removeConfirmationDialogTitle", removeConfirmationDialogContent: "removeConfirmationDialogContent", removeConfirmationDialogConfirmText: "removeConfirmationDialogConfirmText", removeConfirmationDialogRejectText: "removeConfirmationDialogRejectText", externalEditingTitle: "externalEditingTitle", externalEditingAddTitle: "externalEditingAddTitle", externalEditingSaveText: "externalEditingSaveText", externalEditingCancelText: "externalEditingCancelText" }, usesInheritance: true, ngImport: i0 });
|
|
25119
25160
|
}
|
|
25120
25161
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GridMessages, decorators: [{
|
|
25121
25162
|
type: Directive,
|
|
@@ -25165,6 +25206,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
25165
25206
|
type: Input
|
|
25166
25207
|
}], booleanFilterCellLabel: [{
|
|
25167
25208
|
type: Input
|
|
25209
|
+
}], aiAssistantApplyButtonText: [{
|
|
25210
|
+
type: Input
|
|
25211
|
+
}], aiAssistantToolbarToolText: [{
|
|
25212
|
+
type: Input
|
|
25213
|
+
}], aiAssistantWindowTitle: [{
|
|
25214
|
+
type: Input
|
|
25215
|
+
}], aiAssistantWindowCloseTitle: [{
|
|
25216
|
+
type: Input
|
|
25217
|
+
}], aiAssistantOutputCardTitle: [{
|
|
25218
|
+
type: Input
|
|
25219
|
+
}], aiAssistantOutputCardBodyContent: [{
|
|
25220
|
+
type: Input
|
|
25221
|
+
}], aiAssistantWindowMaximizeTitle: [{
|
|
25222
|
+
type: Input
|
|
25223
|
+
}], aiAssistantWindowMinimizeTitle: [{
|
|
25224
|
+
type: Input
|
|
25225
|
+
}], aiAssistantWindowRestoreTitle: [{
|
|
25226
|
+
type: Input
|
|
25168
25227
|
}], filterEqOperator: [{
|
|
25169
25228
|
type: Input
|
|
25170
25229
|
}], filterNotEqOperator: [{
|
|
@@ -27749,6 +27808,571 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
27749
27808
|
args: [GroupToolbarToolComponent]
|
|
27750
27809
|
}] } });
|
|
27751
27810
|
|
|
27811
|
+
/**
|
|
27812
|
+
* @hidden
|
|
27813
|
+
*/
|
|
27814
|
+
const DEFAULT_AI_REQUEST_OPTIONS = {
|
|
27815
|
+
headers: new HttpHeaders({
|
|
27816
|
+
'Content-Type': 'application/json'
|
|
27817
|
+
}),
|
|
27818
|
+
role: 'user',
|
|
27819
|
+
method: 'POST',
|
|
27820
|
+
responseType: 'json'
|
|
27821
|
+
};
|
|
27822
|
+
/**
|
|
27823
|
+
* @hidden
|
|
27824
|
+
*/
|
|
27825
|
+
const convertDateStringsInFilter = (filter, columns) => {
|
|
27826
|
+
if (!filter) {
|
|
27827
|
+
return filter;
|
|
27828
|
+
}
|
|
27829
|
+
if (filter.filters && Array.isArray(filter.filters)) {
|
|
27830
|
+
return {
|
|
27831
|
+
...filter,
|
|
27832
|
+
filters: filter.filters.map(f => convertDateStringsInFilter(f, columns))
|
|
27833
|
+
};
|
|
27834
|
+
}
|
|
27835
|
+
if (filter.field && filter.value !== undefined) {
|
|
27836
|
+
const column = columns.find(col => col.field === filter.field);
|
|
27837
|
+
if (column && isDateField(filter.field, columns)) {
|
|
27838
|
+
return {
|
|
27839
|
+
...filter,
|
|
27840
|
+
value: new Date(filter.value)
|
|
27841
|
+
};
|
|
27842
|
+
}
|
|
27843
|
+
}
|
|
27844
|
+
return filter;
|
|
27845
|
+
};
|
|
27846
|
+
/**
|
|
27847
|
+
* @hidden
|
|
27848
|
+
*/
|
|
27849
|
+
const isDateField = (fieldName, columns) => {
|
|
27850
|
+
const column = columns.find((col) => col.field === fieldName);
|
|
27851
|
+
return column?.filter === 'date' || column?.editor === 'date';
|
|
27852
|
+
};
|
|
27853
|
+
|
|
27854
|
+
/**
|
|
27855
|
+
* @hidden
|
|
27856
|
+
*/
|
|
27857
|
+
class AiAssistantComponent {
|
|
27858
|
+
http;
|
|
27859
|
+
ctx;
|
|
27860
|
+
columnInfoService;
|
|
27861
|
+
aiPrompt;
|
|
27862
|
+
activeView = 0;
|
|
27863
|
+
promptOutputs = [];
|
|
27864
|
+
requestUrl;
|
|
27865
|
+
requestOptions;
|
|
27866
|
+
aiPromptSettings;
|
|
27867
|
+
aiToolDirective;
|
|
27868
|
+
streaming = false;
|
|
27869
|
+
disabledGenerateButton = false;
|
|
27870
|
+
lastMessage;
|
|
27871
|
+
requestData;
|
|
27872
|
+
currentRequestSubscription = null;
|
|
27873
|
+
//Remove this when the AI Assistant has a built-in loading indicator
|
|
27874
|
+
loadingOutput = { id: 'k-loading-item', output: '', prompt: '' };
|
|
27875
|
+
columns = [];
|
|
27876
|
+
idCounter = 0;
|
|
27877
|
+
constructor(http, ctx, columnInfoService) {
|
|
27878
|
+
this.http = http;
|
|
27879
|
+
this.ctx = ctx;
|
|
27880
|
+
this.columnInfoService = columnInfoService;
|
|
27881
|
+
}
|
|
27882
|
+
ngAfterViewInit() {
|
|
27883
|
+
this.columns = this.columnInfoService.leafNamedColumns.map((col) => ({
|
|
27884
|
+
field: col.field,
|
|
27885
|
+
title: col.title || col.field
|
|
27886
|
+
}));
|
|
27887
|
+
}
|
|
27888
|
+
ngOnDestroy() {
|
|
27889
|
+
this.unsubscribeCurrentRequest();
|
|
27890
|
+
}
|
|
27891
|
+
message(message) {
|
|
27892
|
+
return this.ctx.localization.get(message);
|
|
27893
|
+
}
|
|
27894
|
+
cancelRequest() {
|
|
27895
|
+
this.aiToolDirective.cancelRequest.emit();
|
|
27896
|
+
this.unsubscribeCurrentRequest();
|
|
27897
|
+
this.streaming = false;
|
|
27898
|
+
}
|
|
27899
|
+
onPromptRequest(ev) {
|
|
27900
|
+
if (this.promptOutputs.length === 0) {
|
|
27901
|
+
this.promptOutputs.push(this.loadingOutput);
|
|
27902
|
+
}
|
|
27903
|
+
this.unsubscribeCurrentRequest();
|
|
27904
|
+
this.streaming = true;
|
|
27905
|
+
this.activeView = 1;
|
|
27906
|
+
if (ev.prompt) {
|
|
27907
|
+
this.lastMessage = ev.prompt;
|
|
27908
|
+
}
|
|
27909
|
+
this.requestData = {
|
|
27910
|
+
columns: this.columns,
|
|
27911
|
+
promptMessage: ev.prompt,
|
|
27912
|
+
url: this.requestUrl,
|
|
27913
|
+
requestOptions: {
|
|
27914
|
+
...this.requestOptions
|
|
27915
|
+
}
|
|
27916
|
+
};
|
|
27917
|
+
if (!this.requestOptions.body) {
|
|
27918
|
+
const requestBody = {
|
|
27919
|
+
role: this.requestData.requestOptions.role,
|
|
27920
|
+
contents: [
|
|
27921
|
+
{
|
|
27922
|
+
text: this.requestData.promptMessage
|
|
27923
|
+
}
|
|
27924
|
+
],
|
|
27925
|
+
columns: this.requestData.columns
|
|
27926
|
+
};
|
|
27927
|
+
this.requestData.requestOptions.body = requestBody;
|
|
27928
|
+
}
|
|
27929
|
+
this.aiToolDirective.promptRequest.emit({ requestData: this.requestData, isRetry: ev.isRetry });
|
|
27930
|
+
if (!this.requestUrl) {
|
|
27931
|
+
return;
|
|
27932
|
+
}
|
|
27933
|
+
this.currentRequestSubscription = this.sendPromptRequest().subscribe((res) => {
|
|
27934
|
+
if (res.body) {
|
|
27935
|
+
this.processResponse(res);
|
|
27936
|
+
this.streaming = false;
|
|
27937
|
+
}
|
|
27938
|
+
this.currentRequestSubscription = null;
|
|
27939
|
+
}, (error) => {
|
|
27940
|
+
this.handleError(error);
|
|
27941
|
+
this.streaming = false;
|
|
27942
|
+
this.currentRequestSubscription = null;
|
|
27943
|
+
});
|
|
27944
|
+
}
|
|
27945
|
+
sendPromptRequest() {
|
|
27946
|
+
const request = new HttpRequest(this.requestData.requestOptions.method, this.requestData.url, this.requestData.requestOptions.body, this.requestData.requestOptions);
|
|
27947
|
+
return this.http.request(request);
|
|
27948
|
+
}
|
|
27949
|
+
processResponse(response) {
|
|
27950
|
+
const responseBody = response.body;
|
|
27951
|
+
const isFilterable = Boolean(this.ctx.grid.filterable);
|
|
27952
|
+
const isSortable = Boolean(this.ctx.grid.sortable);
|
|
27953
|
+
const isGroupable = Boolean(this.ctx.grid.groupable);
|
|
27954
|
+
if (isFilterable && responseBody.filter) {
|
|
27955
|
+
this.processFilterResponse(responseBody.filter);
|
|
27956
|
+
}
|
|
27957
|
+
if (isSortable && responseBody.sort) {
|
|
27958
|
+
this.processArrayResponse(responseBody.sort, this.ctx.grid.currentState.sort || [], (item) => item.field, (mergedArray) => this.ctx.grid.sortChange.next(mergedArray));
|
|
27959
|
+
}
|
|
27960
|
+
if (isGroupable && responseBody.group) {
|
|
27961
|
+
this.processArrayResponse(responseBody.group, this.ctx.grid.currentState.group || [], (item) => item.field, (mergedArray) => this.ctx.grid.groupChange.next(mergedArray));
|
|
27962
|
+
}
|
|
27963
|
+
const responseContentStart = [`${this.ctx.localization.get('aiAssistantOutputCardBodyContent')} \n`];
|
|
27964
|
+
const responseContentBody = responseBody.messages
|
|
27965
|
+
.map((output, idx) => `${idx + 1} ${output}`)
|
|
27966
|
+
.join('\n');
|
|
27967
|
+
const output = {
|
|
27968
|
+
id: this.idCounter++,
|
|
27969
|
+
title: this.ctx.localization.get('aiAssistantOutputCardTitle'),
|
|
27970
|
+
prompt: this.lastMessage,
|
|
27971
|
+
output: responseContentStart.concat(responseContentBody).join(''),
|
|
27972
|
+
};
|
|
27973
|
+
if (this.promptOutputs[0].id === this.loadingOutput.id) {
|
|
27974
|
+
this.promptOutputs.splice(0, 1);
|
|
27975
|
+
}
|
|
27976
|
+
this.promptOutputs.unshift(output);
|
|
27977
|
+
this.aiToolDirective.responseSuccess.emit(response);
|
|
27978
|
+
}
|
|
27979
|
+
handleError(error) {
|
|
27980
|
+
const output = {
|
|
27981
|
+
id: this.idCounter++,
|
|
27982
|
+
prompt: this.lastMessage,
|
|
27983
|
+
output: error.message
|
|
27984
|
+
};
|
|
27985
|
+
this.promptOutputs.unshift(output);
|
|
27986
|
+
this.aiToolDirective.responseError.emit(error);
|
|
27987
|
+
}
|
|
27988
|
+
unsubscribeCurrentRequest() {
|
|
27989
|
+
if (this.currentRequestSubscription) {
|
|
27990
|
+
this.currentRequestSubscription.unsubscribe();
|
|
27991
|
+
this.currentRequestSubscription = null;
|
|
27992
|
+
}
|
|
27993
|
+
}
|
|
27994
|
+
processArrayResponse(newItems, currentItems, getField, updateGrid) {
|
|
27995
|
+
if (newItems?.length === 0) {
|
|
27996
|
+
updateGrid([]);
|
|
27997
|
+
}
|
|
27998
|
+
else if (newItems?.length) {
|
|
27999
|
+
let mergedArray = [...newItems];
|
|
28000
|
+
const newFields = newItems.map(getField);
|
|
28001
|
+
const existingItemsToKeep = currentItems.filter(item => !newFields.includes(getField(item)));
|
|
28002
|
+
mergedArray = [...mergedArray, ...existingItemsToKeep];
|
|
28003
|
+
updateGrid(mergedArray);
|
|
28004
|
+
}
|
|
28005
|
+
}
|
|
28006
|
+
processFilterResponse(filter) {
|
|
28007
|
+
const processedFilter = convertDateStringsInFilter(filter, this.columnInfoService.leafNamedColumns);
|
|
28008
|
+
const clearFilter = Object.keys(processedFilter).length === 0;
|
|
28009
|
+
if (clearFilter) {
|
|
28010
|
+
this.ctx.grid.filterChange.next(undefined);
|
|
28011
|
+
}
|
|
28012
|
+
else if (processedFilter?.filters.length) {
|
|
28013
|
+
const currentFilter = this.ctx.grid.currentState.filter;
|
|
28014
|
+
let mergedFilter = processedFilter;
|
|
28015
|
+
if (currentFilter && currentFilter.filters?.length > 0) {
|
|
28016
|
+
mergedFilter = {
|
|
28017
|
+
logic: 'and',
|
|
28018
|
+
filters: [
|
|
28019
|
+
currentFilter,
|
|
28020
|
+
processedFilter
|
|
28021
|
+
]
|
|
28022
|
+
};
|
|
28023
|
+
}
|
|
28024
|
+
this.ctx.grid.filterChange.next(mergedFilter);
|
|
28025
|
+
}
|
|
28026
|
+
}
|
|
28027
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AiAssistantComponent, deps: [{ token: i1$8.HttpClient }, { token: ContextService }, { token: ColumnInfoService }], target: i0.ɵɵFactoryTarget.Component });
|
|
28028
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: AiAssistantComponent, isStandalone: true, selector: "ng-component", viewQueries: [{ propertyName: "aiPrompt", first: true, predicate: AIPromptComponent, descendants: true }], ngImport: i0, template: `
|
|
28029
|
+
<kendo-aiprompt
|
|
28030
|
+
#aiPrompt
|
|
28031
|
+
[promptSuggestions]="aiPromptSettings?.promptSuggestions"
|
|
28032
|
+
[showOutputRating]="aiPromptSettings?.showOutputRating"
|
|
28033
|
+
[streaming]="streaming"
|
|
28034
|
+
[speechToTextButton]="aiPromptSettings?.speechToTextButton"
|
|
28035
|
+
[(activeView)]="activeView"
|
|
28036
|
+
[generateButtonSVGIcon]="aiPromptSettings?.generateButtonSVGIcon"
|
|
28037
|
+
[generateButtonIcon]="aiPromptSettings?.generateButtonIcon"
|
|
28038
|
+
[disabledGenerateButton]="disabledGenerateButton || promptView.textAreaValue?.length === 0"
|
|
28039
|
+
[promptOutputs]="aiPromptSettings?.promptOutputs || promptOutputs"
|
|
28040
|
+
(promptRequest)="onPromptRequest($event)"
|
|
28041
|
+
(promptRequestCancel)="cancelRequest()"
|
|
28042
|
+
>
|
|
28043
|
+
<kendo-aiprompt-prompt-view #promptView></kendo-aiprompt-prompt-view>
|
|
28044
|
+
<kendo-aiprompt-output-view></kendo-aiprompt-output-view>
|
|
28045
|
+
<ng-template *ngIf="streaming && aiPrompt.streaming" kendoAIPromptOutputTemplate let-output>
|
|
28046
|
+
<div class="k-card">
|
|
28047
|
+
<div class="k-card-header">
|
|
28048
|
+
<div class="k-card-title">
|
|
28049
|
+
<span class="k-skeleton k-skeleton-text k-skeleton-pulse" [style.width.px]="200"></span>
|
|
28050
|
+
</div>
|
|
28051
|
+
<div class="k-card-subtitle">
|
|
28052
|
+
<span class="k-skeleton k-skeleton-text k-skeleton-pulse" style="width: 100%;"></span>
|
|
28053
|
+
</div>
|
|
28054
|
+
</div>
|
|
28055
|
+
<div class="k-card-body">
|
|
28056
|
+
<span class="k-skeleton k-skeleton-rect k-skeleton-pulse" style="height: 80px;"></span>
|
|
28057
|
+
</div>
|
|
28058
|
+
<div class="k-card-actions">
|
|
28059
|
+
<span class="k-skeleton k-skeleton-text k-skeleton-pulse" style="width: 100%;"></span>
|
|
28060
|
+
</div>
|
|
28061
|
+
</div>
|
|
28062
|
+
</ng-template>
|
|
28063
|
+
<ng-template *ngIf="!(streaming && aiPrompt.streaming)" kendoAIPromptOutputBodyTemplate let-output>
|
|
28064
|
+
<p>{{output.output}}</p>
|
|
28065
|
+
</ng-template>
|
|
28066
|
+
<kendo-aiprompt-messages
|
|
28067
|
+
[generateOutput]="message('aiAssistantApplyButtonText')"
|
|
28068
|
+
></kendo-aiprompt-messages>
|
|
28069
|
+
</kendo-aiprompt>
|
|
28070
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: AIPromptComponent, selector: "kendo-aiprompt", inputs: ["activeView", "promptCommands", "promptSuggestions", "promptOutputs", "showOutputRating", "streaming", "speechToTextButton", "textAreaSettings", "generateButtonSVGIcon", "generateButtonIcon", "disabledGenerateButton"], outputs: ["activeViewChange", "promptRequest", "commandExecute", "outputCopy", "outputRatingChange", "promptRequestCancel"], exportAs: ["kendoAIPrompt"] }, { kind: "component", type: AIPromptCustomMessagesComponent, selector: "kendo-aiprompt-messages" }, { kind: "component", type: PromptViewComponent, selector: "kendo-aiprompt-prompt-view" }, { kind: "component", type: OutputViewComponent, selector: "kendo-aiprompt-output-view" }, { kind: "directive", type: AIPromptOutputTemplateDirective, selector: "[kendoAIPromptOutputTemplate]" }, { kind: "directive", type: AIPromptOutputBodyTemplateDirective, selector: "[kendoAIPromptOutputBodyTemplate]" }] });
|
|
28071
|
+
}
|
|
28072
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AiAssistantComponent, decorators: [{
|
|
28073
|
+
type: Component,
|
|
28074
|
+
args: [{
|
|
28075
|
+
standalone: true,
|
|
28076
|
+
imports: [NgIf, AIPromptComponent, AIPromptCustomMessagesComponent, PromptViewComponent, OutputViewComponent, AIPromptOutputTemplateDirective, AIPromptOutputBodyTemplateDirective],
|
|
28077
|
+
template: `
|
|
28078
|
+
<kendo-aiprompt
|
|
28079
|
+
#aiPrompt
|
|
28080
|
+
[promptSuggestions]="aiPromptSettings?.promptSuggestions"
|
|
28081
|
+
[showOutputRating]="aiPromptSettings?.showOutputRating"
|
|
28082
|
+
[streaming]="streaming"
|
|
28083
|
+
[speechToTextButton]="aiPromptSettings?.speechToTextButton"
|
|
28084
|
+
[(activeView)]="activeView"
|
|
28085
|
+
[generateButtonSVGIcon]="aiPromptSettings?.generateButtonSVGIcon"
|
|
28086
|
+
[generateButtonIcon]="aiPromptSettings?.generateButtonIcon"
|
|
28087
|
+
[disabledGenerateButton]="disabledGenerateButton || promptView.textAreaValue?.length === 0"
|
|
28088
|
+
[promptOutputs]="aiPromptSettings?.promptOutputs || promptOutputs"
|
|
28089
|
+
(promptRequest)="onPromptRequest($event)"
|
|
28090
|
+
(promptRequestCancel)="cancelRequest()"
|
|
28091
|
+
>
|
|
28092
|
+
<kendo-aiprompt-prompt-view #promptView></kendo-aiprompt-prompt-view>
|
|
28093
|
+
<kendo-aiprompt-output-view></kendo-aiprompt-output-view>
|
|
28094
|
+
<ng-template *ngIf="streaming && aiPrompt.streaming" kendoAIPromptOutputTemplate let-output>
|
|
28095
|
+
<div class="k-card">
|
|
28096
|
+
<div class="k-card-header">
|
|
28097
|
+
<div class="k-card-title">
|
|
28098
|
+
<span class="k-skeleton k-skeleton-text k-skeleton-pulse" [style.width.px]="200"></span>
|
|
28099
|
+
</div>
|
|
28100
|
+
<div class="k-card-subtitle">
|
|
28101
|
+
<span class="k-skeleton k-skeleton-text k-skeleton-pulse" style="width: 100%;"></span>
|
|
28102
|
+
</div>
|
|
28103
|
+
</div>
|
|
28104
|
+
<div class="k-card-body">
|
|
28105
|
+
<span class="k-skeleton k-skeleton-rect k-skeleton-pulse" style="height: 80px;"></span>
|
|
28106
|
+
</div>
|
|
28107
|
+
<div class="k-card-actions">
|
|
28108
|
+
<span class="k-skeleton k-skeleton-text k-skeleton-pulse" style="width: 100%;"></span>
|
|
28109
|
+
</div>
|
|
28110
|
+
</div>
|
|
28111
|
+
</ng-template>
|
|
28112
|
+
<ng-template *ngIf="!(streaming && aiPrompt.streaming)" kendoAIPromptOutputBodyTemplate let-output>
|
|
28113
|
+
<p>{{output.output}}</p>
|
|
28114
|
+
</ng-template>
|
|
28115
|
+
<kendo-aiprompt-messages
|
|
28116
|
+
[generateOutput]="message('aiAssistantApplyButtonText')"
|
|
28117
|
+
></kendo-aiprompt-messages>
|
|
28118
|
+
</kendo-aiprompt>
|
|
28119
|
+
`
|
|
28120
|
+
}]
|
|
28121
|
+
}], ctorParameters: function () { return [{ type: i1$8.HttpClient }, { type: ContextService }, { type: ColumnInfoService }]; }, propDecorators: { aiPrompt: [{
|
|
28122
|
+
type: ViewChild,
|
|
28123
|
+
args: [AIPromptComponent]
|
|
28124
|
+
}] } });
|
|
28125
|
+
|
|
28126
|
+
/**
|
|
28127
|
+
* Represents an AI Assistant tool of the Grid.
|
|
28128
|
+
* Use this directive on any `kendo-toolbar-button` inside a ToolbarComponent in the Grid.
|
|
28129
|
+
*
|
|
28130
|
+
* @example
|
|
28131
|
+
* ```html-no-run
|
|
28132
|
+
* <kendo-grid>
|
|
28133
|
+
* <kendo-toolbar>
|
|
28134
|
+
* <kendo-toolbar-button kendoGridAIAssistantTool></kendo-toolbar-button>
|
|
28135
|
+
* </kendo-toolbar>
|
|
28136
|
+
* </kendo-grid>
|
|
28137
|
+
* ```
|
|
28138
|
+
* @remarks
|
|
28139
|
+
* Applied to: {@link ToolBarButtonComponent}.
|
|
28140
|
+
*/
|
|
28141
|
+
class AIAssistantToolbarDirective extends ToolbarToolBase {
|
|
28142
|
+
windowService;
|
|
28143
|
+
host;
|
|
28144
|
+
ctx;
|
|
28145
|
+
zone;
|
|
28146
|
+
refresh;
|
|
28147
|
+
/**
|
|
28148
|
+
* The URL to which the AI Assistant tool sends the AI request.
|
|
28149
|
+
* - When you set this property, the AI Assistant tool sends and handles an HTTP request to the provided `requestUrl`. You can handle the `promptRequest` event to modify the request options before the tool sends it.
|
|
28150
|
+
* - When you do not set this property, the AI Assistant tool does not send an HTTP request. You should handle the `promptRequest` event to send and handle a custom HTTP request.
|
|
28151
|
+
*/
|
|
28152
|
+
requestUrl;
|
|
28153
|
+
/**
|
|
28154
|
+
* Configures the request options that the AI Assistant tool sends with the AI request.
|
|
28155
|
+
*
|
|
28156
|
+
* @default
|
|
28157
|
+
* ```typescript
|
|
28158
|
+
* {
|
|
28159
|
+
* headers: new HttpHeaders({ 'Content-Type': 'application/json' }),
|
|
28160
|
+
* role: 'user',
|
|
28161
|
+
* method: 'POST',
|
|
28162
|
+
* responseType: 'json',
|
|
28163
|
+
* withCredentials: false
|
|
28164
|
+
* }
|
|
28165
|
+
* ```
|
|
28166
|
+
*/
|
|
28167
|
+
requestOptions;
|
|
28168
|
+
/**
|
|
28169
|
+
* Configures the settings for the AI Assistant Window.
|
|
28170
|
+
*/
|
|
28171
|
+
aiWindowSettings;
|
|
28172
|
+
/**
|
|
28173
|
+
* Configures the settings for the AI prompt component that the AI Assistant Window component uses.
|
|
28174
|
+
*/
|
|
28175
|
+
aiPromptSettings;
|
|
28176
|
+
/**
|
|
28177
|
+
* Emits an event before the AI Assistant tool sends the AI request.
|
|
28178
|
+
* - When you provide a `requestUrl`, you can handle the event to modify the request options.
|
|
28179
|
+
* - When you do not provide a `requestUrl`, you can handle the event to perform an entirely custom request.
|
|
28180
|
+
*/
|
|
28181
|
+
promptRequest = new EventEmitter();
|
|
28182
|
+
/**
|
|
28183
|
+
* Emits an event when the user clicks the cancel button.
|
|
28184
|
+
*/
|
|
28185
|
+
cancelRequest = new EventEmitter();
|
|
28186
|
+
/**
|
|
28187
|
+
* Emits an event when the AI Assistant tool completes the AI request successfully.
|
|
28188
|
+
* The event contains the response from the AI service.
|
|
28189
|
+
*/
|
|
28190
|
+
responseSuccess = new EventEmitter();
|
|
28191
|
+
/**
|
|
28192
|
+
* Emits an event when the AI Assistant tool completes the AI request with an error.
|
|
28193
|
+
* The event contains the response from the AI service.
|
|
28194
|
+
*/
|
|
28195
|
+
responseError = new EventEmitter();
|
|
28196
|
+
/**
|
|
28197
|
+
* Emits an event when the AI Assistant tool closes.
|
|
28198
|
+
*/
|
|
28199
|
+
close = new EventEmitter();
|
|
28200
|
+
/**
|
|
28201
|
+
* Emits an event when the AI Assistant tool opens.
|
|
28202
|
+
* The event contains the window instance and the AI prompt instance.
|
|
28203
|
+
*/
|
|
28204
|
+
open = new EventEmitter();
|
|
28205
|
+
tableWizardIcon = tableWizardIcon;
|
|
28206
|
+
windowRef;
|
|
28207
|
+
subs = new Subscription();
|
|
28208
|
+
actionSheetCloseSub;
|
|
28209
|
+
emitOpenClose = false;
|
|
28210
|
+
defaultAiPromptSettings = {
|
|
28211
|
+
speechToTextButton: true,
|
|
28212
|
+
generateButtonSVGIcon: this.tableWizardIcon,
|
|
28213
|
+
generateButtonIcon: 'table-wizard'
|
|
28214
|
+
};
|
|
28215
|
+
constructor(windowService, host, ctx, zone, refresh, cdr) {
|
|
28216
|
+
super(host, ToolbarToolName.aiAssistant, ctx, zone, cdr);
|
|
28217
|
+
this.windowService = windowService;
|
|
28218
|
+
this.host = host;
|
|
28219
|
+
this.ctx = ctx;
|
|
28220
|
+
this.zone = zone;
|
|
28221
|
+
this.refresh = refresh;
|
|
28222
|
+
this.host.rounded = 'full';
|
|
28223
|
+
this.host.themeColor = 'primary';
|
|
28224
|
+
this.host.showText = 'never';
|
|
28225
|
+
}
|
|
28226
|
+
ngOnInit() {
|
|
28227
|
+
this.subs.add(this.host.click.subscribe(() => this.onClick()));
|
|
28228
|
+
const hasToolbarIcon = isPresent$1(this.host.toolbarOptions.icon) && this.host.toolbarOptions.icon !== '';
|
|
28229
|
+
const hasOverflowIcon = isPresent$1(this.host.overflowOptions.icon) && this.host.overflowOptions.icon !== '';
|
|
28230
|
+
const hasIcon = hasToolbarIcon && hasOverflowIcon;
|
|
28231
|
+
const hasSvgIcon = isPresent$1(this.host.toolbarOptions.svgIcon) && isPresent$1(this.host.overflowOptions.svgIcon);
|
|
28232
|
+
if (!hasIcon) {
|
|
28233
|
+
this.host.icon = 'sparkles';
|
|
28234
|
+
}
|
|
28235
|
+
if (!hasSvgIcon) {
|
|
28236
|
+
this.host.svgIcon = sparklesIcon;
|
|
28237
|
+
}
|
|
28238
|
+
this.requestOptions = { ...DEFAULT_AI_REQUEST_OPTIONS, ...this.requestOptions };
|
|
28239
|
+
}
|
|
28240
|
+
ngAfterViewInit() {
|
|
28241
|
+
super.ngAfterViewInit();
|
|
28242
|
+
this.zone.onStable.pipe(take(1)).subscribe(() => {
|
|
28243
|
+
this.buttonElement?.setAttribute('aria-haspopup', 'dialog');
|
|
28244
|
+
this.buttonElement?.setAttribute('aria-expanded', 'false');
|
|
28245
|
+
const needsTitle = this.host.showText !== 'always' && this.host.showText !== 'toolbar';
|
|
28246
|
+
if (needsTitle && !this.host.title) {
|
|
28247
|
+
this.buttonElement?.setAttribute('title', this.ctx.localization.get('aiAssistantToolbarToolText'));
|
|
28248
|
+
}
|
|
28249
|
+
});
|
|
28250
|
+
this.subs.add(this.refresh.onRefresh.pipe(filter((tool) => tool === this.host)).subscribe((tool) => {
|
|
28251
|
+
if (tool.overflows && this.windowRef) {
|
|
28252
|
+
this.windowRef.close();
|
|
28253
|
+
}
|
|
28254
|
+
}));
|
|
28255
|
+
}
|
|
28256
|
+
ngOnDestroy() {
|
|
28257
|
+
super.ngOnDestroy();
|
|
28258
|
+
this.subs.unsubscribe();
|
|
28259
|
+
if (this.actionSheetCloseSub) {
|
|
28260
|
+
this.actionSheetCloseSub.unsubscribe();
|
|
28261
|
+
this.actionSheetCloseSub = null;
|
|
28262
|
+
}
|
|
28263
|
+
}
|
|
28264
|
+
/**
|
|
28265
|
+
* @hidden
|
|
28266
|
+
*/
|
|
28267
|
+
onClick() {
|
|
28268
|
+
this.emitOpenClose = true;
|
|
28269
|
+
this.toggleWindow();
|
|
28270
|
+
}
|
|
28271
|
+
/**
|
|
28272
|
+
* Toggles the AI Assistant window.
|
|
28273
|
+
*/
|
|
28274
|
+
toggleWindow() {
|
|
28275
|
+
if (!this.windowRef) {
|
|
28276
|
+
this.openWindow();
|
|
28277
|
+
}
|
|
28278
|
+
else {
|
|
28279
|
+
this.closeWindow();
|
|
28280
|
+
}
|
|
28281
|
+
}
|
|
28282
|
+
openWindow() {
|
|
28283
|
+
const defaultWindowWidth = 437;
|
|
28284
|
+
const rtl = this.ctx.localization.rtl;
|
|
28285
|
+
const defaultWindowSettings = {
|
|
28286
|
+
left: rtl ? this.buttonElement.offsetLeft - (this.aiWindowSettings.width || defaultWindowWidth) : this.buttonElement.offsetLeft + this.buttonElement.offsetWidth,
|
|
28287
|
+
top: this.buttonElement.offsetTop + this.buttonElement.offsetHeight,
|
|
28288
|
+
width: defaultWindowWidth,
|
|
28289
|
+
title: this.ctx.localization.get('aiAssistantWindowTitle'),
|
|
28290
|
+
cssClass: 'k-grid-assistant-window',
|
|
28291
|
+
content: AiAssistantComponent,
|
|
28292
|
+
autoFocusedElement: '.k-input-inner',
|
|
28293
|
+
appendTo: this.ctx.grid.windowContainer
|
|
28294
|
+
};
|
|
28295
|
+
this.aiWindowSettings = {
|
|
28296
|
+
...defaultWindowSettings,
|
|
28297
|
+
...this.aiWindowSettings
|
|
28298
|
+
};
|
|
28299
|
+
this.windowRef = this.windowService.open(this.aiWindowSettings);
|
|
28300
|
+
this.windowRef.window.instance.messages = {
|
|
28301
|
+
closeTitle: this.ctx.localization.get('aiAssistantWindowCloseTitle'),
|
|
28302
|
+
maximizeTitle: this.ctx.localization.get('aiAssistantWindowMaximizeTitle'),
|
|
28303
|
+
minimizeTitle: this.ctx.localization.get('aiAssistantWindowMinimizeTitle'),
|
|
28304
|
+
restoreTitle: this.ctx.localization.get('aiAssistantWindowRestoreTitle')
|
|
28305
|
+
};
|
|
28306
|
+
const aiPrompt = this.windowRef.content.instance;
|
|
28307
|
+
aiPrompt.requestUrl = this.requestUrl;
|
|
28308
|
+
aiPrompt.requestOptions = this.requestOptions;
|
|
28309
|
+
aiPrompt.aiToolDirective = this;
|
|
28310
|
+
aiPrompt.disabledGenerateButton = this.aiPromptSettings?.disabledGenerateButton;
|
|
28311
|
+
aiPrompt.streaming = this.aiPromptSettings?.streaming || false;
|
|
28312
|
+
aiPrompt.activeView = this.aiPromptSettings?.activeView || 0;
|
|
28313
|
+
aiPrompt.aiPromptSettings = { ...this.defaultAiPromptSettings, ...this.aiPromptSettings };
|
|
28314
|
+
if (this.emitOpenClose) {
|
|
28315
|
+
this.zone.onStable.pipe(take(1)).subscribe(() => {
|
|
28316
|
+
const event = {
|
|
28317
|
+
aiWindow: this.windowRef.window.instance,
|
|
28318
|
+
aiPrompt: this.windowRef.content.instance.aiPrompt
|
|
28319
|
+
};
|
|
28320
|
+
this.open.emit(event);
|
|
28321
|
+
this.emitOpenClose = false;
|
|
28322
|
+
});
|
|
28323
|
+
}
|
|
28324
|
+
this.subs.add(this.windowRef.window.instance.close.subscribe(() => {
|
|
28325
|
+
this.emitOpenClose = true;
|
|
28326
|
+
this.closeWindow(true);
|
|
28327
|
+
}));
|
|
28328
|
+
this.host.selected = true;
|
|
28329
|
+
}
|
|
28330
|
+
closeWindow(focusAnchor = false) {
|
|
28331
|
+
this.windowRef.close();
|
|
28332
|
+
if (this.emitOpenClose) {
|
|
28333
|
+
this.close.emit();
|
|
28334
|
+
this.emitOpenClose = false;
|
|
28335
|
+
}
|
|
28336
|
+
this.windowRef = null;
|
|
28337
|
+
this.buttonElement?.setAttribute('aria-expanded', 'false');
|
|
28338
|
+
this.buttonElement?.removeAttribute('aria-controls');
|
|
28339
|
+
this.host.selected = false;
|
|
28340
|
+
focusAnchor && this.buttonElement?.focus();
|
|
28341
|
+
}
|
|
28342
|
+
get buttonElement() {
|
|
28343
|
+
return this.host.getButton();
|
|
28344
|
+
}
|
|
28345
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AIAssistantToolbarDirective, deps: [{ token: i1$7.WindowService }, { token: i53.ToolBarButtonComponent }, { token: ContextService }, { token: i0.NgZone }, { token: i53.RefreshService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28346
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: AIAssistantToolbarDirective, isStandalone: true, selector: "[kendoGridAIAssistantTool]", inputs: { requestUrl: "requestUrl", requestOptions: "requestOptions", aiWindowSettings: "aiWindowSettings", aiPromptSettings: "aiPromptSettings" }, outputs: { promptRequest: "promptRequest", cancelRequest: "cancelRequest", responseSuccess: "responseSuccess", responseError: "responseError", close: "close", open: "open" }, usesInheritance: true, ngImport: i0 });
|
|
28347
|
+
}
|
|
28348
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AIAssistantToolbarDirective, decorators: [{
|
|
28349
|
+
type: Directive,
|
|
28350
|
+
args: [{
|
|
28351
|
+
selector: '[kendoGridAIAssistantTool]',
|
|
28352
|
+
standalone: true
|
|
28353
|
+
}]
|
|
28354
|
+
}], ctorParameters: function () { return [{ type: i1$7.WindowService }, { type: i53.ToolBarButtonComponent }, { type: ContextService }, { type: i0.NgZone }, { type: i53.RefreshService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { requestUrl: [{
|
|
28355
|
+
type: Input
|
|
28356
|
+
}], requestOptions: [{
|
|
28357
|
+
type: Input
|
|
28358
|
+
}], aiWindowSettings: [{
|
|
28359
|
+
type: Input
|
|
28360
|
+
}], aiPromptSettings: [{
|
|
28361
|
+
type: Input
|
|
28362
|
+
}], promptRequest: [{
|
|
28363
|
+
type: Output
|
|
28364
|
+
}], cancelRequest: [{
|
|
28365
|
+
type: Output
|
|
28366
|
+
}], responseSuccess: [{
|
|
28367
|
+
type: Output
|
|
28368
|
+
}], responseError: [{
|
|
28369
|
+
type: Output
|
|
28370
|
+
}], close: [{
|
|
28371
|
+
type: Output
|
|
28372
|
+
}], open: [{
|
|
28373
|
+
type: Output
|
|
28374
|
+
}] } });
|
|
28375
|
+
|
|
27752
28376
|
const createControl = (source) => (acc, key) => {
|
|
27753
28377
|
acc[key] = new FormControl(source[key]);
|
|
27754
28378
|
return acc;
|
|
@@ -28534,6 +29158,7 @@ class GridComponent {
|
|
|
28534
29158
|
this._customToolbarTemplate = customToolbarTemplate;
|
|
28535
29159
|
}
|
|
28536
29160
|
columnMenuTemplates;
|
|
29161
|
+
aiAssistantToolbarTool;
|
|
28537
29162
|
lockedHeader;
|
|
28538
29163
|
header;
|
|
28539
29164
|
footer = new QueryList();
|
|
@@ -28541,6 +29166,7 @@ class GridComponent {
|
|
|
28541
29166
|
dragTargetContainer;
|
|
28542
29167
|
dropTargetContainer;
|
|
28543
29168
|
dialogContainer;
|
|
29169
|
+
windowContainer;
|
|
28544
29170
|
adaptiveRenderer;
|
|
28545
29171
|
listComponent;
|
|
28546
29172
|
get scrollbarWidth() {
|
|
@@ -30004,7 +30630,7 @@ class GridComponent {
|
|
|
30004
30630
|
ColumnMenuService,
|
|
30005
30631
|
MenuTabbingService,
|
|
30006
30632
|
DataMappingService
|
|
30007
|
-
], 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: `
|
|
30633
|
+
], 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: `
|
|
30008
30634
|
<ng-container kendoGridLocalizedMessages
|
|
30009
30635
|
i18n-groupPanelEmpty="kendo.grid.groupPanelEmpty|The label visible in the Grid group panel when it is empty"
|
|
30010
30636
|
groupPanelEmpty="Drag a column header and drop it here to group by that column"
|
|
@@ -30350,6 +30976,33 @@ class GridComponent {
|
|
|
30350
30976
|
|
|
30351
30977
|
i18n-externalEditingCancelText="kendo.grid.externalEditingCancelText|The text of the external editing form Cancel button"
|
|
30352
30978
|
externalEditingCancelText="Cancel"
|
|
30979
|
+
|
|
30980
|
+
i18n-aiAssistantToolbarToolText="kendo.grid.aiAssistantToolbarToolText|The text of the AI Assistant toolbar tool"
|
|
30981
|
+
aiAssistantToolbarToolText="AI Assistant"
|
|
30982
|
+
|
|
30983
|
+
i18n-aiAssistantWindowTitle="kendo.grid.aiAssistantWindowTitle|The text of the AI Assistant Window title"
|
|
30984
|
+
aiAssistantWindowTitle="AI Assistant"
|
|
30985
|
+
|
|
30986
|
+
i18n-aiAssistantApplyButtonText="kendo.grid.aiAssistantApplyButtonText|The text of the AI Assistant Apply button"
|
|
30987
|
+
aiAssistantApplyButtonText="Apply"
|
|
30988
|
+
|
|
30989
|
+
i18n-aiAssistantWindowCloseTitle="kendo.grid.aiAssistantWindowCloseTitle|The title of the AI Assistant Window close button"
|
|
30990
|
+
aiAssistantWindowCloseTitle="Close"
|
|
30991
|
+
|
|
30992
|
+
i18n-aiAssistantWindowMaximizeTitle="kendo.grid.aiAssistantWindowMaximizeTitle|The title of the AI Assistant Window maximize button"
|
|
30993
|
+
aiAssistantWindowMaximizeTitle="Maximize"
|
|
30994
|
+
|
|
30995
|
+
i18n-aiAssistantWindowMinimizeTitle="kendo.grid.aiAssistantWindowMinimizeTitle|The title of the AI Assistant Window minimize button"
|
|
30996
|
+
aiAssistantWindowMinimizeTitle="Minimize"
|
|
30997
|
+
|
|
30998
|
+
i18n-aiAssistantWindowRestoreTitle="kendo.grid.aiAssistantWindowRestoreTitle|The title of the AI Assistant Window restore button"
|
|
30999
|
+
aiAssistantWindowRestoreTitle="Restore"
|
|
31000
|
+
|
|
31001
|
+
i18n-aiAssistantOutputCardTitle="kendo.grid.aiAssistantOutputCardTitle|The title of the AI Assistant Prompt Output Card"
|
|
31002
|
+
aiAssistantOutputCardTitle="Generated with AI"
|
|
31003
|
+
|
|
31004
|
+
i18n-aiAssistantOutputCardBodyContent="kendo.grid.aiAssistantOutputCardBodyContent|The success message dispayed in the AI Assistant Prompt Output Card's body"
|
|
31005
|
+
aiAssistantOutputCardBodyContent="Operation is successful. Data is:"
|
|
30353
31006
|
>
|
|
30354
31007
|
</ng-container>
|
|
30355
31008
|
<kendo-grid-toolbar
|
|
@@ -30769,8 +31422,10 @@ class GridComponent {
|
|
|
30769
31422
|
|
|
30770
31423
|
<kendo-grid-adaptive-renderer *ngIf="isAdaptiveModeEnabled"></kendo-grid-adaptive-renderer>
|
|
30771
31424
|
|
|
30772
|
-
<div
|
|
30773
|
-
|
|
31425
|
+
<div *ngIf="aiAssistantToolbarTool" #windowContainer></div>
|
|
31426
|
+
|
|
31427
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
31428
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoGridLocalizedMessages]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ToolbarComponent, 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: i52.CustomMessagesComponent, selector: "kendo-datapager-messages, kendo-pager-messages" }, { kind: "component", type: i52.PagerInfoComponent, selector: "kendo-datapager-info, kendo-pager-info" }, { kind: "component", type: i52.PagerInputComponent, selector: "kendo-datapager-input, kendo-pager-input", inputs: ["showPageText", "size"] }, { kind: "component", type: i52.PagerNextButtonsComponent, selector: "kendo-datapager-next-buttons, kendo-pager-next-buttons", inputs: ["size"] }, { kind: "component", type: i52.PagerNumericButtonsComponent, selector: "kendo-datapager-numeric-buttons, kendo-pager-numeric-buttons", inputs: ["buttonCount", "size"] }, { kind: "component", type: i52.PagerPageSizesComponent, selector: "kendo-datapager-page-sizes, kendo-pager-page-sizes", inputs: ["showItemsText", "pageSizes", "size", "adaptiveMode"] }, { kind: "component", type: i52.PagerPrevButtonsComponent, selector: "kendo-datapager-prev-buttons, kendo-pager-prev-buttons", inputs: ["size"] }, { kind: "directive", type: i52.PagerTemplateDirective, selector: "[kendoDataPagerTemplate], [kendoPagerTemplate]" }, { kind: "component", type: i52.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 });
|
|
30774
31429
|
}
|
|
30775
31430
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GridComponent, decorators: [{
|
|
30776
31431
|
type: Component,
|
|
@@ -31176,6 +31831,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
31176
31831
|
|
|
31177
31832
|
i18n-externalEditingCancelText="kendo.grid.externalEditingCancelText|The text of the external editing form Cancel button"
|
|
31178
31833
|
externalEditingCancelText="Cancel"
|
|
31834
|
+
|
|
31835
|
+
i18n-aiAssistantToolbarToolText="kendo.grid.aiAssistantToolbarToolText|The text of the AI Assistant toolbar tool"
|
|
31836
|
+
aiAssistantToolbarToolText="AI Assistant"
|
|
31837
|
+
|
|
31838
|
+
i18n-aiAssistantWindowTitle="kendo.grid.aiAssistantWindowTitle|The text of the AI Assistant Window title"
|
|
31839
|
+
aiAssistantWindowTitle="AI Assistant"
|
|
31840
|
+
|
|
31841
|
+
i18n-aiAssistantApplyButtonText="kendo.grid.aiAssistantApplyButtonText|The text of the AI Assistant Apply button"
|
|
31842
|
+
aiAssistantApplyButtonText="Apply"
|
|
31843
|
+
|
|
31844
|
+
i18n-aiAssistantWindowCloseTitle="kendo.grid.aiAssistantWindowCloseTitle|The title of the AI Assistant Window close button"
|
|
31845
|
+
aiAssistantWindowCloseTitle="Close"
|
|
31846
|
+
|
|
31847
|
+
i18n-aiAssistantWindowMaximizeTitle="kendo.grid.aiAssistantWindowMaximizeTitle|The title of the AI Assistant Window maximize button"
|
|
31848
|
+
aiAssistantWindowMaximizeTitle="Maximize"
|
|
31849
|
+
|
|
31850
|
+
i18n-aiAssistantWindowMinimizeTitle="kendo.grid.aiAssistantWindowMinimizeTitle|The title of the AI Assistant Window minimize button"
|
|
31851
|
+
aiAssistantWindowMinimizeTitle="Minimize"
|
|
31852
|
+
|
|
31853
|
+
i18n-aiAssistantWindowRestoreTitle="kendo.grid.aiAssistantWindowRestoreTitle|The title of the AI Assistant Window restore button"
|
|
31854
|
+
aiAssistantWindowRestoreTitle="Restore"
|
|
31855
|
+
|
|
31856
|
+
i18n-aiAssistantOutputCardTitle="kendo.grid.aiAssistantOutputCardTitle|The title of the AI Assistant Prompt Output Card"
|
|
31857
|
+
aiAssistantOutputCardTitle="Generated with AI"
|
|
31858
|
+
|
|
31859
|
+
i18n-aiAssistantOutputCardBodyContent="kendo.grid.aiAssistantOutputCardBodyContent|The success message dispayed in the AI Assistant Prompt Output Card's body"
|
|
31860
|
+
aiAssistantOutputCardBodyContent="Operation is successful. Data is:"
|
|
31179
31861
|
>
|
|
31180
31862
|
</ng-container>
|
|
31181
31863
|
<kendo-grid-toolbar
|
|
@@ -31595,7 +32277,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
31595
32277
|
|
|
31596
32278
|
<kendo-grid-adaptive-renderer *ngIf="isAdaptiveModeEnabled"></kendo-grid-adaptive-renderer>
|
|
31597
32279
|
|
|
31598
|
-
<div
|
|
32280
|
+
<div *ngIf="aiAssistantToolbarTool" #windowContainer></div>
|
|
32281
|
+
|
|
32282
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
31599
32283
|
`,
|
|
31600
32284
|
standalone: true,
|
|
31601
32285
|
imports: [
|
|
@@ -31603,7 +32287,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
31603
32287
|
TableDirective, GridTableDirective, ColGroupComponent, HeaderComponent, ResizableContainerDirective,
|
|
31604
32288
|
ListComponent, DragTargetContainerDirective, DropTargetContainerDirective, DraggableDirective,
|
|
31605
32289
|
GridMarqueeDirective, FooterComponent, TableBodyComponent, LoadingComponent, StatusBarComponent,
|
|
31606
|
-
IconWrapperComponent, WatermarkOverlayComponent, ...KENDO_PAGER, NgTemplateOutlet, AdaptiveRendererComponent
|
|
32290
|
+
IconWrapperComponent, WatermarkOverlayComponent, ...KENDO_PAGER, NgTemplateOutlet, AdaptiveRendererComponent,
|
|
32291
|
+
WindowContainerDirective
|
|
31607
32292
|
]
|
|
31608
32293
|
}]
|
|
31609
32294
|
}], ctorParameters: function () { return [{ type: BrowserSupportService }, { type: SelectionService }, { type: CellSelectionService }, { type: i0.ElementRef }, { type: GroupInfoService }, { type: GroupsService }, { type: ChangeNotificationService }, { type: DetailsService }, { type: EditService }, { type: FilterService }, { type: PDFService }, { type: ResponsiveService }, { type: i0.Renderer2 }, { type: ExcelService }, { type: i0.NgZone }, { type: ScrollSyncService }, { type: DomEventsService }, { type: ColumnResizingService }, { type: i0.ChangeDetectorRef }, { type: ColumnReorderService }, { type: ColumnInfoService }, { type: NavigationService }, { type: SortService }, { type: ScrollRequestService }, { type: i1$2.LocalizationService }, { type: ContextService }, { type: SizingOptionsService }, { type: AdaptiveGridService }, { type: RowReorderService }, { type: DataMappingService }]; }, propDecorators: { data: [{
|
|
@@ -31797,6 +32482,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
31797
32482
|
}], columnMenuTemplates: [{
|
|
31798
32483
|
type: ContentChildren,
|
|
31799
32484
|
args: [ColumnMenuTemplateDirective]
|
|
32485
|
+
}], aiAssistantToolbarTool: [{
|
|
32486
|
+
type: ContentChild,
|
|
32487
|
+
args: [AIAssistantToolbarDirective]
|
|
31800
32488
|
}], lockedHeader: [{
|
|
31801
32489
|
type: ViewChild,
|
|
31802
32490
|
args: ['lockedHeader']
|
|
@@ -31818,6 +32506,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
31818
32506
|
}], dialogContainer: [{
|
|
31819
32507
|
type: ViewChild,
|
|
31820
32508
|
args: ['dialogContainer', { read: ViewContainerRef }]
|
|
32509
|
+
}], windowContainer: [{
|
|
32510
|
+
type: ViewChild,
|
|
32511
|
+
args: ['windowContainer', { read: ViewContainerRef }]
|
|
31821
32512
|
}], adaptiveRenderer: [{
|
|
31822
32513
|
type: ViewChild,
|
|
31823
32514
|
args: [AdaptiveRendererComponent]
|
|
@@ -33659,7 +34350,7 @@ class PDFCommandToolbarDirective extends ToolbarToolBase {
|
|
|
33659
34350
|
e.preventDefault();
|
|
33660
34351
|
this.pdfService.exportClick.emit();
|
|
33661
34352
|
}
|
|
33662
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PDFCommandToolbarDirective, deps: [{ token: PDFService }, { token:
|
|
34353
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PDFCommandToolbarDirective, deps: [{ token: PDFService }, { token: i53.ToolBarButtonComponent }, { token: ContextService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
33663
34354
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: PDFCommandToolbarDirective, isStandalone: true, selector: "[kendoGridPDFTool]", usesInheritance: true, ngImport: i0 });
|
|
33664
34355
|
}
|
|
33665
34356
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PDFCommandToolbarDirective, decorators: [{
|
|
@@ -33668,7 +34359,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
33668
34359
|
selector: '[kendoGridPDFTool]',
|
|
33669
34360
|
standalone: true
|
|
33670
34361
|
}]
|
|
33671
|
-
}], ctorParameters: function () { return [{ type: PDFService }, { type:
|
|
34362
|
+
}], ctorParameters: function () { return [{ type: PDFService }, { type: i53.ToolBarButtonComponent }, { type: ContextService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }]; } });
|
|
33672
34363
|
|
|
33673
34364
|
/**
|
|
33674
34365
|
* Represents the **Export to Excel** toolbar tool of the Grid.
|
|
@@ -33704,7 +34395,7 @@ class ExcelCommandToolbarDirective extends ToolbarToolBase {
|
|
|
33704
34395
|
e.preventDefault();
|
|
33705
34396
|
this.excelService.exportClick.emit();
|
|
33706
34397
|
}
|
|
33707
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelCommandToolbarDirective, deps: [{ token: ExcelService }, { token:
|
|
34398
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelCommandToolbarDirective, deps: [{ token: ExcelService }, { token: i53.ToolBarButtonComponent }, { token: ContextService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
33708
34399
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: ExcelCommandToolbarDirective, isStandalone: true, selector: "[kendoGridExcelTool]", usesInheritance: true, ngImport: i0 });
|
|
33709
34400
|
}
|
|
33710
34401
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelCommandToolbarDirective, decorators: [{
|
|
@@ -33713,7 +34404,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
33713
34404
|
selector: '[kendoGridExcelTool]',
|
|
33714
34405
|
standalone: true
|
|
33715
34406
|
}]
|
|
33716
|
-
}], ctorParameters: function () { return [{ type: ExcelService }, { type:
|
|
34407
|
+
}], ctorParameters: function () { return [{ type: ExcelService }, { type: i53.ToolBarButtonComponent }, { type: ContextService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }]; } });
|
|
33717
34408
|
|
|
33718
34409
|
/**
|
|
33719
34410
|
* @hidden
|
|
@@ -33781,13 +34472,13 @@ class ToolbarEditingToolBase extends ToolbarToolBase {
|
|
|
33781
34472
|
get isSelectionPresent() {
|
|
33782
34473
|
return isPresent$1(this.lastSelectionIndex) && this.lastSelectionIndex > -1;
|
|
33783
34474
|
}
|
|
33784
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToolbarEditingToolBase, deps: [{ token:
|
|
34475
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToolbarEditingToolBase, deps: [{ token: i53.ToolBarButtonComponent }, { token: 'command' }, { token: ContextService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: EditService }, { token: SelectionService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
33785
34476
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: ToolbarEditingToolBase, usesInheritance: true, ngImport: i0 });
|
|
33786
34477
|
}
|
|
33787
34478
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToolbarEditingToolBase, decorators: [{
|
|
33788
34479
|
type: Directive,
|
|
33789
34480
|
args: [{}]
|
|
33790
|
-
}], ctorParameters: function () { return [{ type:
|
|
34481
|
+
}], ctorParameters: function () { return [{ type: i53.ToolBarButtonComponent }, { type: undefined, decorators: [{
|
|
33791
34482
|
type: Inject,
|
|
33792
34483
|
args: ['command']
|
|
33793
34484
|
}] }, { type: ContextService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }, { type: EditService }, { type: SelectionService }]; } });
|
|
@@ -33827,7 +34518,7 @@ class AddCommandToolbarDirective extends ToolbarEditingToolBase {
|
|
|
33827
34518
|
e.preventDefault();
|
|
33828
34519
|
this.editService.beginAdd();
|
|
33829
34520
|
}
|
|
33830
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AddCommandToolbarDirective, deps: [{ token: EditService }, { token:
|
|
34521
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AddCommandToolbarDirective, deps: [{ token: EditService }, { token: i53.ToolBarButtonComponent }, { token: ContextService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
33831
34522
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: AddCommandToolbarDirective, isStandalone: true, selector: "[kendoGridAddTool]", usesInheritance: true, ngImport: i0 });
|
|
33832
34523
|
}
|
|
33833
34524
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AddCommandToolbarDirective, decorators: [{
|
|
@@ -33836,7 +34527,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
33836
34527
|
selector: '[kendoGridAddTool]',
|
|
33837
34528
|
standalone: true
|
|
33838
34529
|
}]
|
|
33839
|
-
}], ctorParameters: function () { return [{ type: EditService }, { type:
|
|
34530
|
+
}], ctorParameters: function () { return [{ type: EditService }, { type: i53.ToolBarButtonComponent }, { type: ContextService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }]; } });
|
|
33840
34531
|
|
|
33841
34532
|
/**
|
|
33842
34533
|
* @hidden
|
|
@@ -34387,7 +35078,7 @@ class UndoCommandToolbarDirective {
|
|
|
34387
35078
|
e.preventDefault();
|
|
34388
35079
|
this.undoRedoService.onUndo.next();
|
|
34389
35080
|
}
|
|
34390
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UndoCommandToolbarDirective, deps: [{ token: UndoRedoService }, { token:
|
|
35081
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UndoCommandToolbarDirective, deps: [{ token: UndoRedoService }, { token: i53.ToolBarButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
34391
35082
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: UndoCommandToolbarDirective, isStandalone: true, selector: "[kendoGridUndoTool]", ngImport: i0 });
|
|
34392
35083
|
}
|
|
34393
35084
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UndoCommandToolbarDirective, decorators: [{
|
|
@@ -34396,7 +35087,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
34396
35087
|
selector: '[kendoGridUndoTool]',
|
|
34397
35088
|
standalone: true,
|
|
34398
35089
|
}]
|
|
34399
|
-
}], ctorParameters: function () { return [{ type: UndoRedoService }, { type:
|
|
35090
|
+
}], ctorParameters: function () { return [{ type: UndoRedoService }, { type: i53.ToolBarButtonComponent }]; } });
|
|
34400
35091
|
|
|
34401
35092
|
/**
|
|
34402
35093
|
* Represents the command that triggers the redo action in the Grid.
|
|
@@ -34450,7 +35141,7 @@ class RedoCommandToolbarDirective {
|
|
|
34450
35141
|
e.preventDefault();
|
|
34451
35142
|
this.undoRedoService.onRedo.next();
|
|
34452
35143
|
}
|
|
34453
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RedoCommandToolbarDirective, deps: [{ token: UndoRedoService }, { token:
|
|
35144
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RedoCommandToolbarDirective, deps: [{ token: UndoRedoService }, { token: i53.ToolBarButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
34454
35145
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: RedoCommandToolbarDirective, isStandalone: true, selector: "[kendoGridRedoTool]", ngImport: i0 });
|
|
34455
35146
|
}
|
|
34456
35147
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RedoCommandToolbarDirective, decorators: [{
|
|
@@ -34459,7 +35150,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
34459
35150
|
selector: '[kendoGridRedoTool]',
|
|
34460
35151
|
standalone: true,
|
|
34461
35152
|
}]
|
|
34462
|
-
}], ctorParameters: function () { return [{ type: UndoRedoService }, { type:
|
|
35153
|
+
}], ctorParameters: function () { return [{ type: UndoRedoService }, { type: i53.ToolBarButtonComponent }]; } });
|
|
34463
35154
|
|
|
34464
35155
|
let incrementingId$2 = 0;
|
|
34465
35156
|
/**
|
|
@@ -34650,7 +35341,7 @@ class SortCommandToolbarDirective {
|
|
|
34650
35341
|
get buttonElement() {
|
|
34651
35342
|
return this.host.getButton();
|
|
34652
35343
|
}
|
|
34653
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SortCommandToolbarDirective, deps: [{ token:
|
|
35344
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SortCommandToolbarDirective, deps: [{ token: i53.ToolBarButtonComponent }, { token: i2.PopupService }, { token: ContextService }, { token: SortService }, { token: ColumnInfoService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: AdaptiveGridService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
34654
35345
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: SortCommandToolbarDirective, isStandalone: true, selector: "[kendoGridSortTool]", ngImport: i0 });
|
|
34655
35346
|
}
|
|
34656
35347
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SortCommandToolbarDirective, decorators: [{
|
|
@@ -34659,7 +35350,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
34659
35350
|
selector: '[kendoGridSortTool]',
|
|
34660
35351
|
standalone: true
|
|
34661
35352
|
}]
|
|
34662
|
-
}], ctorParameters: function () { return [{ type:
|
|
35353
|
+
}], ctorParameters: function () { return [{ type: i53.ToolBarButtonComponent }, { type: i2.PopupService }, { type: ContextService }, { type: SortService }, { type: ColumnInfoService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: AdaptiveGridService }]; } });
|
|
34663
35354
|
|
|
34664
35355
|
/**
|
|
34665
35356
|
* @hidden
|
|
@@ -34982,7 +35673,7 @@ class FilterCommandToolbarDirective {
|
|
|
34982
35673
|
get buttonElement() {
|
|
34983
35674
|
return this.host.getButton();
|
|
34984
35675
|
}
|
|
34985
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterCommandToolbarDirective, deps: [{ token:
|
|
35676
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterCommandToolbarDirective, deps: [{ token: i53.ToolBarButtonComponent }, { token: i2.PopupService }, { token: ContextService }, { token: FilterService }, { token: ColumnInfoService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: AdaptiveGridService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
34986
35677
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: FilterCommandToolbarDirective, isStandalone: true, selector: "[kendoGridFilterTool]", ngImport: i0 });
|
|
34987
35678
|
}
|
|
34988
35679
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterCommandToolbarDirective, decorators: [{
|
|
@@ -34991,7 +35682,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
34991
35682
|
selector: '[kendoGridFilterTool]',
|
|
34992
35683
|
standalone: true
|
|
34993
35684
|
}]
|
|
34994
|
-
}], ctorParameters: function () { return [{ type:
|
|
35685
|
+
}], ctorParameters: function () { return [{ type: i53.ToolBarButtonComponent }, { type: i2.PopupService }, { type: ContextService }, { type: FilterService }, { type: ColumnInfoService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: AdaptiveGridService }]; } });
|
|
34995
35686
|
|
|
34996
35687
|
/**
|
|
34997
35688
|
* Represents the `edit` command in the Grid. Apply this directive to any `kendo-toolbar-button`
|
|
@@ -35027,7 +35718,7 @@ class EditCommandToolbarDirective extends ToolbarEditingToolBase {
|
|
|
35027
35718
|
}
|
|
35028
35719
|
this.editService.beginEdit(this.lastSelectionIndex);
|
|
35029
35720
|
}
|
|
35030
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EditCommandToolbarDirective, deps: [{ token: EditService }, { token:
|
|
35721
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EditCommandToolbarDirective, deps: [{ token: EditService }, { token: i53.ToolBarButtonComponent }, { token: SelectionService }, { token: ContextService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
35031
35722
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: EditCommandToolbarDirective, isStandalone: true, selector: "[kendoGridEditTool]", usesInheritance: true, ngImport: i0 });
|
|
35032
35723
|
}
|
|
35033
35724
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EditCommandToolbarDirective, decorators: [{
|
|
@@ -35036,7 +35727,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
35036
35727
|
selector: '[kendoGridEditTool]',
|
|
35037
35728
|
standalone: true
|
|
35038
35729
|
}]
|
|
35039
|
-
}], ctorParameters: function () { return [{ type: EditService }, { type:
|
|
35730
|
+
}], ctorParameters: function () { return [{ type: EditService }, { type: i53.ToolBarButtonComponent }, { type: SelectionService }, { type: ContextService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }]; } });
|
|
35040
35731
|
|
|
35041
35732
|
/**
|
|
35042
35733
|
* Represents the `save` command in the Grid. Apply this directive to any `kendo-toolbar-button`
|
|
@@ -35077,7 +35768,7 @@ class SaveCommandToolbarDirective extends ToolbarEditingToolBase {
|
|
|
35077
35768
|
this.editService.editedIndices.forEach(i => this.editService.save(i.index));
|
|
35078
35769
|
}
|
|
35079
35770
|
}
|
|
35080
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SaveCommandToolbarDirective, deps: [{ token: EditService }, { token:
|
|
35771
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SaveCommandToolbarDirective, deps: [{ token: EditService }, { token: i53.ToolBarButtonComponent }, { token: SelectionService }, { token: ContextService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
35081
35772
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: SaveCommandToolbarDirective, isStandalone: true, selector: "[kendoGridSaveTool]", usesInheritance: true, ngImport: i0 });
|
|
35082
35773
|
}
|
|
35083
35774
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SaveCommandToolbarDirective, decorators: [{
|
|
@@ -35086,7 +35777,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
35086
35777
|
selector: '[kendoGridSaveTool]',
|
|
35087
35778
|
standalone: true
|
|
35088
35779
|
}]
|
|
35089
|
-
}], ctorParameters: function () { return [{ type: EditService }, { type:
|
|
35780
|
+
}], ctorParameters: function () { return [{ type: EditService }, { type: i53.ToolBarButtonComponent }, { type: SelectionService }, { type: ContextService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }]; } });
|
|
35090
35781
|
|
|
35091
35782
|
/**
|
|
35092
35783
|
* Represents the `remove` command in the Grid. Apply this directive to any `kendo-toolbar-button`
|
|
@@ -35123,7 +35814,7 @@ class RemoveCommandToolbarDirective extends ToolbarEditingToolBase {
|
|
|
35123
35814
|
this.editService.remove(this.lastSelectionIndex);
|
|
35124
35815
|
}
|
|
35125
35816
|
}
|
|
35126
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RemoveCommandToolbarDirective, deps: [{ token: EditService }, { token:
|
|
35817
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RemoveCommandToolbarDirective, deps: [{ token: EditService }, { token: i53.ToolBarButtonComponent }, { token: SelectionService }, { token: ContextService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
35127
35818
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: RemoveCommandToolbarDirective, isStandalone: true, selector: "[kendoGridRemoveTool]", usesInheritance: true, ngImport: i0 });
|
|
35128
35819
|
}
|
|
35129
35820
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RemoveCommandToolbarDirective, decorators: [{
|
|
@@ -35132,7 +35823,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
35132
35823
|
selector: '[kendoGridRemoveTool]',
|
|
35133
35824
|
standalone: true
|
|
35134
35825
|
}]
|
|
35135
|
-
}], ctorParameters: function () { return [{ type: EditService }, { type:
|
|
35826
|
+
}], ctorParameters: function () { return [{ type: EditService }, { type: i53.ToolBarButtonComponent }, { type: SelectionService }, { type: ContextService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }]; } });
|
|
35136
35827
|
|
|
35137
35828
|
/**
|
|
35138
35829
|
* Represents the `cancel` command in the Grid.
|
|
@@ -35172,7 +35863,7 @@ class CancelCommandToolbarDirective extends ToolbarEditingToolBase {
|
|
|
35172
35863
|
this.editService.editedIndices.forEach(i => this.editService.endEdit(i.index));
|
|
35173
35864
|
}
|
|
35174
35865
|
}
|
|
35175
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CancelCommandToolbarDirective, deps: [{ token: EditService }, { token:
|
|
35866
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CancelCommandToolbarDirective, deps: [{ token: EditService }, { token: i53.ToolBarButtonComponent }, { token: SelectionService }, { token: ContextService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
35176
35867
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: CancelCommandToolbarDirective, isStandalone: true, selector: "[kendoGridCancelTool]", usesInheritance: true, ngImport: i0 });
|
|
35177
35868
|
}
|
|
35178
35869
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CancelCommandToolbarDirective, decorators: [{
|
|
@@ -35181,7 +35872,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
35181
35872
|
selector: '[kendoGridCancelTool]',
|
|
35182
35873
|
standalone: true
|
|
35183
35874
|
}]
|
|
35184
|
-
}], ctorParameters: function () { return [{ type: EditService }, { type:
|
|
35875
|
+
}], ctorParameters: function () { return [{ type: EditService }, { type: i53.ToolBarButtonComponent }, { type: SelectionService }, { type: ContextService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }]; } });
|
|
35185
35876
|
|
|
35186
35877
|
let incrementingId = 0;
|
|
35187
35878
|
/**
|
|
@@ -35362,7 +36053,7 @@ class GroupCommandToolbarDirective {
|
|
|
35362
36053
|
isGroupingApplied(group) {
|
|
35363
36054
|
return isPresent$1(group) && group.length > 0;
|
|
35364
36055
|
}
|
|
35365
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GroupCommandToolbarDirective, deps: [{ token:
|
|
36056
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GroupCommandToolbarDirective, deps: [{ token: i53.ToolBarButtonComponent }, { token: i2.PopupService }, { token: ContextService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: AdaptiveGridService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
35366
36057
|
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: GroupCommandToolbarDirective, isStandalone: true, selector: "[kendoGridGroupTool]", ngImport: i0 });
|
|
35367
36058
|
}
|
|
35368
36059
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GroupCommandToolbarDirective, decorators: [{
|
|
@@ -35371,7 +36062,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
35371
36062
|
selector: '[kendoGridGroupTool]',
|
|
35372
36063
|
standalone: true
|
|
35373
36064
|
}]
|
|
35374
|
-
}], ctorParameters: function () { return [{ type:
|
|
36065
|
+
}], ctorParameters: function () { return [{ type: i53.ToolBarButtonComponent }, { type: i2.PopupService }, { type: ContextService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: AdaptiveGridService }]; } });
|
|
35375
36066
|
|
|
35376
36067
|
/**
|
|
35377
36068
|
* Stores the row and cell highlight state of the Grid.
|
|
@@ -35725,6 +36416,7 @@ const KENDO_GRID_BODY_EXPORTS = [
|
|
|
35725
36416
|
RowReorderColumnComponent,
|
|
35726
36417
|
SortCommandToolbarDirective,
|
|
35727
36418
|
FilterCommandToolbarDirective,
|
|
36419
|
+
AIAssistantToolbarDirective,
|
|
35728
36420
|
GroupCommandToolbarDirective
|
|
35729
36421
|
];
|
|
35730
36422
|
/**
|
|
@@ -35867,9 +36559,9 @@ const KENDO_GRID = [
|
|
|
35867
36559
|
*/
|
|
35868
36560
|
class GridModule {
|
|
35869
36561
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
35870
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: GridModule, imports: [GroupHeaderTemplateDirective, GroupHeaderColumnTemplateDirective, GroupFooterTemplateDirective, GroupHeaderComponent, GroupPanelComponent, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, FooterTemplateDirective, ColGroupComponent, ResizableContainerDirective, i1$3.TemplateContextDirective, FieldAccessorPipe, DetailTemplateDirective, SpanColumnComponent, LoadingComponent, GridTableDirective, CommandColumnComponent, CheckboxColumnComponent, SelectionCheckboxDirective, CellTemplateDirective, EditTemplateDirective, RowDragHandleTemplateDirective, RowDragHintTemplateDirective, TableBodyComponent, NoRecordsTemplateDirective, CellComponent, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, AddCommandToolbarDirective, EditCommandToolbarDirective, SaveCommandToolbarDirective, RemoveCommandToolbarDirective, CancelCommandToolbarDirective, CellLoadingTemplateDirective, LoadingTemplateDirective, RowReorderColumnComponent, SortCommandToolbarDirective, FilterCommandToolbarDirective, GroupCommandToolbarDirective, HeaderComponent, HeaderTemplateDirective, ColumnHandleDirective, SelectAllCheckboxDirective, FooterComponent,
|
|
36562
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: GridModule, imports: [GroupHeaderTemplateDirective, GroupHeaderColumnTemplateDirective, GroupFooterTemplateDirective, GroupHeaderComponent, GroupPanelComponent, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, FooterTemplateDirective, ColGroupComponent, ResizableContainerDirective, i1$3.TemplateContextDirective, FieldAccessorPipe, DetailTemplateDirective, SpanColumnComponent, LoadingComponent, GridTableDirective, CommandColumnComponent, CheckboxColumnComponent, SelectionCheckboxDirective, CellTemplateDirective, EditTemplateDirective, RowDragHandleTemplateDirective, RowDragHintTemplateDirective, TableBodyComponent, NoRecordsTemplateDirective, CellComponent, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, AddCommandToolbarDirective, EditCommandToolbarDirective, SaveCommandToolbarDirective, RemoveCommandToolbarDirective, CancelCommandToolbarDirective, CellLoadingTemplateDirective, LoadingTemplateDirective, RowReorderColumnComponent, SortCommandToolbarDirective, FilterCommandToolbarDirective, AIAssistantToolbarDirective, GroupCommandToolbarDirective, HeaderComponent, HeaderTemplateDirective, ColumnHandleDirective, SelectAllCheckboxDirective, 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, FilterRowComponent, FilterCellComponent, FilterCellTemplateDirective, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellHostDirective, FilterCellWrapperComponent, DateFilterCellComponent, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, FooterTemplateDirective, ColGroupComponent, ResizableContainerDirective, i1$3.TemplateContextDirective, FieldAccessorPipe, DetailTemplateDirective, SpanColumnComponent, LoadingComponent, GridTableDirective, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterInputDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, FooterTemplateDirective, ColGroupComponent, ResizableContainerDirective, i1$3.TemplateContextDirective, FieldAccessorPipe, DetailTemplateDirective, SpanColumnComponent, LoadingComponent, GridTableDirective, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterInputDirective, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, FilterMenuTemplateDirective, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, FilterMenuHostDirective, BooleanFilterMenuComponent, FilterMenuDropDownListDirective, BooleanFilterRadioButtonDirective, ColumnMenuChooserItemCheckedDirective, ColumnListComponent, ColumnChooserComponent, ColumnChooserToolbarDirective, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent, ColumnMenuTemplateDirective, ColumnMenuContainerComponent, ColumnMenuItemDirective, ColumnMenuStickComponent, ColumnMenuPositionComponent, ColumnMenuAutoSizeColumnComponent, ColumnMenuAutoSizeAllColumnsComponent, GridComponent, ListComponent, ToolbarComponent, LocalizedMessagesDirective, CustomMessagesComponent, DataBindingDirective, ToolbarTemplateDirective, SelectionDirective, HighlightDirective, TemplateEditingDirective, ReactiveEditingDirective, InCellEditingDirective, ExternalEditingDirective, ExpandDetailsDirective, ExpandGroupDirective, GroupBindingDirective, GridMarqueeDirective, GridSpacerComponent, GridToolbarFocusableDirective, StatusBarComponent, StatusBarTemplateDirective, GridClipboardDirective, FormComponent, DialogFormComponent, FormFormFieldComponent, UndoRedoDirective, i53.ToolBarComponent, i53.ToolbarCustomMessagesComponent, i53.ToolBarButtonComponent, i53.ToolBarButtonGroupComponent, i53.ToolBarDropDownButtonComponent, i53.ToolBarSeparatorComponent, i53.ToolBarSpacerComponent, i53.ToolBarSplitButtonComponent, i53.ToolBarToolComponent, TableDirective,
|
|
35871
36563
|
UndoCommandToolbarDirective,
|
|
35872
|
-
RedoCommandToolbarDirective], exports: [GridComponent, ToolbarTemplateDirective, ToolbarComponent, GridSpacerComponent, StatusBarTemplateDirective, DataBindingDirective, SelectionDirective, HighlightDirective, CustomMessagesComponent, GroupBindingDirective, TemplateEditingDirective, ReactiveEditingDirective, InCellEditingDirective, ExternalEditingDirective, ExpandDetailsDirective, ExpandGroupDirective, GridToolbarFocusableDirective, GroupHeaderTemplateDirective, GroupHeaderColumnTemplateDirective, GroupFooterTemplateDirective, GroupHeaderComponent, GroupPanelComponent, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, FooterTemplateDirective, ColGroupComponent, ResizableContainerDirective, i1$3.TemplateContextDirective, FieldAccessorPipe, DetailTemplateDirective, SpanColumnComponent, LoadingComponent, GridTableDirective, CommandColumnComponent, CheckboxColumnComponent, SelectionCheckboxDirective, CellTemplateDirective, EditTemplateDirective, RowDragHandleTemplateDirective, RowDragHintTemplateDirective, TableBodyComponent, NoRecordsTemplateDirective, CellComponent, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, AddCommandToolbarDirective, EditCommandToolbarDirective, SaveCommandToolbarDirective, RemoveCommandToolbarDirective, CancelCommandToolbarDirective, CellLoadingTemplateDirective, LoadingTemplateDirective, RowReorderColumnComponent, SortCommandToolbarDirective, FilterCommandToolbarDirective, GroupCommandToolbarDirective, HeaderComponent, HeaderTemplateDirective, ColumnHandleDirective, SelectAllCheckboxDirective, FilterRowComponent, FilterCellComponent, FilterCellTemplateDirective, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellHostDirective, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, FilterMenuTemplateDirective, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, FilterMenuHostDirective, BooleanFilterMenuComponent, FilterMenuDropDownListDirective, BooleanFilterRadioButtonDirective, ColumnChooserComponent, ColumnChooserToolbarDirective, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, ColumnMenuSortComponent, ColumnMenuLockComponent, ColumnMenuStickComponent, ColumnMenuPositionComponent, ColumnMenuChooserComponent, ColumnMenuTemplateDirective, ColumnMenuContainerComponent, ColumnMenuItemDirective, ColumnMenuComponent, ColumnMenuAutoSizeColumnComponent, ColumnMenuAutoSizeAllColumnsComponent, GridClipboardDirective, UndoRedoDirective, UndoCommandToolbarDirective, RedoCommandToolbarDirective,
|
|
36564
|
+
RedoCommandToolbarDirective], exports: [GridComponent, ToolbarTemplateDirective, ToolbarComponent, GridSpacerComponent, StatusBarTemplateDirective, DataBindingDirective, SelectionDirective, HighlightDirective, CustomMessagesComponent, GroupBindingDirective, TemplateEditingDirective, ReactiveEditingDirective, InCellEditingDirective, ExternalEditingDirective, ExpandDetailsDirective, ExpandGroupDirective, GridToolbarFocusableDirective, GroupHeaderTemplateDirective, GroupHeaderColumnTemplateDirective, GroupFooterTemplateDirective, GroupHeaderComponent, GroupPanelComponent, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, FooterTemplateDirective, ColGroupComponent, ResizableContainerDirective, i1$3.TemplateContextDirective, FieldAccessorPipe, DetailTemplateDirective, SpanColumnComponent, LoadingComponent, GridTableDirective, CommandColumnComponent, CheckboxColumnComponent, SelectionCheckboxDirective, CellTemplateDirective, EditTemplateDirective, RowDragHandleTemplateDirective, RowDragHintTemplateDirective, TableBodyComponent, NoRecordsTemplateDirective, CellComponent, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, AddCommandToolbarDirective, EditCommandToolbarDirective, SaveCommandToolbarDirective, RemoveCommandToolbarDirective, CancelCommandToolbarDirective, CellLoadingTemplateDirective, LoadingTemplateDirective, RowReorderColumnComponent, SortCommandToolbarDirective, FilterCommandToolbarDirective, AIAssistantToolbarDirective, GroupCommandToolbarDirective, HeaderComponent, HeaderTemplateDirective, ColumnHandleDirective, SelectAllCheckboxDirective, FilterRowComponent, FilterCellComponent, FilterCellTemplateDirective, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellHostDirective, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, FilterMenuTemplateDirective, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, FilterMenuHostDirective, BooleanFilterMenuComponent, FilterMenuDropDownListDirective, BooleanFilterRadioButtonDirective, ColumnChooserComponent, ColumnChooserToolbarDirective, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, ColumnMenuSortComponent, ColumnMenuLockComponent, ColumnMenuStickComponent, ColumnMenuPositionComponent, ColumnMenuChooserComponent, ColumnMenuTemplateDirective, ColumnMenuContainerComponent, ColumnMenuItemDirective, ColumnMenuComponent, ColumnMenuAutoSizeColumnComponent, ColumnMenuAutoSizeAllColumnsComponent, GridClipboardDirective, UndoRedoDirective, UndoCommandToolbarDirective, 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] });
|
|
35873
36565
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GridModule, providers: [
|
|
35874
36566
|
PopupService,
|
|
35875
36567
|
ResizeBatchService,
|
|
@@ -35884,7 +36576,7 @@ class GridModule {
|
|
|
35884
36576
|
MonthViewService,
|
|
35885
36577
|
YearViewService,
|
|
35886
36578
|
NavigationService$1
|
|
35887
|
-
], imports: [GroupHeaderComponent, GroupPanelComponent, TableBodyComponent, CellComponent, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, HeaderComponent,
|
|
36579
|
+
], imports: [GroupHeaderComponent, GroupPanelComponent, TableBodyComponent, CellComponent, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, 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, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, FilterCellOperatorsComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, BooleanFilterMenuComponent, ColumnListComponent, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent, ColumnMenuStickComponent, ColumnMenuPositionComponent, ColumnMenuAutoSizeColumnComponent, ColumnMenuAutoSizeAllColumnsComponent, GridComponent, ListComponent, FormComponent, DialogFormComponent, FormFormFieldComponent, i53.ToolBarComponent, i53.ToolbarCustomMessagesComponent, i53.ToolBarButtonComponent, i53.ToolBarButtonGroupComponent, i53.ToolBarDropDownButtonComponent, i53.ToolBarSeparatorComponent, i53.ToolBarSpacerComponent, i53.ToolBarSplitButtonComponent] });
|
|
35888
36580
|
}
|
|
35889
36581
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GridModule, decorators: [{
|
|
35890
36582
|
type: NgModule,
|
|
@@ -35996,5 +36688,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
35996
36688
|
* Generated bundle index. Do not edit.
|
|
35997
36689
|
*/
|
|
35998
36690
|
|
|
35999
|
-
export { AddCommandDirective, AddCommandToolbarDirective, AfterEqFilterOperatorComponent, AfterFilterOperatorComponent, AutoCompleteFilterCellComponent, BaseFilterCellComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, BooleanFilterCellComponent, BooleanFilterComponent, BooleanFilterMenuComponent, BooleanFilterRadioButtonDirective, BrowserSupportService, CELL_CONTEXT, CancelCommandDirective, CancelCommandToolbarDirective, CellCloseEvent, CellComponent, CellLoadingTemplateDirective, CellSelectionAggregateService, CellSelectionService, CellTemplateDirective, ChangeNotificationService, CheckboxColumnComponent, ColGroupComponent, ColumnBase, ColumnChooserComponent, ColumnChooserToolbarDirective, ColumnComponent, ColumnGroupComponent, ColumnHandleDirective, ColumnInfoService, ColumnListComponent, ColumnLockedChangeEvent, ColumnMenuAutoSizeAllColumnsComponent, ColumnMenuAutoSizeColumnComponent, ColumnMenuChooserComponent, ColumnMenuComponent, ColumnMenuContainerComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, ColumnMenuItemDirective, ColumnMenuLockComponent, ColumnMenuPositionComponent, ColumnMenuService, ColumnMenuSortComponent, ColumnMenuStickComponent, ColumnMenuTemplateDirective, ColumnReorderEvent, ColumnReorderService, ColumnResizingService, ColumnStickyChangeEvent, ColumnVisibilityChangeEvent, ColumnsContainer, CommandColumnComponent, ContainsFilterOperatorComponent, ContextService, CustomMessagesComponent, DEFAULT_SCROLLER_FACTORY, DataBindingDirective, DateFilterCellComponent, DateFilterComponent, DateFilterMenuComponent, DateFilterMenuInputComponent, DetailCollapseEvent, DetailExpandEvent, DetailTemplateDirective, DetailsService, DoesNotContainFilterOperatorComponent, DomEventsService, DragAndDropService, DragHintService, DropCueService, EditCommandDirective, EditCommandToolbarDirective, EditService as EditServiceClass, EditTemplateDirective, EditingDirectiveBase, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, ExcelCommandDirective, ExcelCommandToolbarDirective, ExcelComponent, ExcelExportEvent, ExcelModule, ExcelService, ExpandDetailsDirective, ExpandGroupDirective, ExternalEditingDirective, FieldAccessorPipe, FilterCellComponent, FilterCellHostDirective, FilterCellOperatorsComponent, FilterCellTemplateDirective, FilterCellWrapperComponent, FilterCommandToolbarDirective, FilterInputDirective, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuDropDownListDirective, FilterMenuHostDirective, FilterMenuInputWrapperComponent, FilterMenuTemplateDirective, FilterRowComponent, FilterService, FocusRoot, FocusableDirective, FooterComponent, FooterTemplateDirective, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, GridClipboardDirective, GridComponent, GridModule, GridSpacerComponent, GridTableDirective, GridToolbarFocusableDirective, GridToolbarNavigationService, GroupBindingDirective, GroupCommandToolbarDirective, GroupFooterTemplateDirective, GroupHeaderColumnTemplateDirective, GroupHeaderComponent, GroupHeaderTemplateDirective, GroupInfoService, GroupPanelComponent, GroupsService, HeaderComponent, HeaderTemplateDirective, HighlightDirective, IdService, InCellEditingDirective, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, KENDO_GRID, KENDO_GRID_BODY_EXPORTS, KENDO_GRID_COLUMN_DRAGANDDROP, KENDO_GRID_COLUMN_MENU_DECLARATIONS, KENDO_GRID_COLUMN_MENU_EXPORTS, KENDO_GRID_DECLARATIONS, KENDO_GRID_EXCEL_EXPORT, KENDO_GRID_EXPORTS, KENDO_GRID_FILTER_MENU, KENDO_GRID_FILTER_MENU_EXPORTS, KENDO_GRID_FILTER_OPERATORS, KENDO_GRID_FILTER_ROW, KENDO_GRID_FILTER_ROW_EXPORTS, KENDO_GRID_FILTER_SHARED, KENDO_GRID_FOOTER_EXPORTS, KENDO_GRID_GROUP_EXPORTS, KENDO_GRID_HEADER_EXPORTS, KENDO_GRID_PDF_EXPORT, KENDO_GRID_SHARED, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, ListComponent, LoadingComponent, LoadingTemplateDirective, LocalDataChangesService, LogicalCellDirective, LogicalRowDirective, MenuTabbingService, NavigationService, NoRecordsTemplateDirective, NotEqualFilterOperatorComponent, NumericFilterCellComponent, NumericFilterComponent, NumericFilterMenuComponent, NumericFilterMenuInputComponent, PDFCommandDirective, PDFCommandToolbarDirective, PDFComponent, PDFMarginComponent, PDFModule, PDFService, PDFTemplateDirective, PopupCloseEvent, ReactiveEditingDirective, RedoCommandToolbarDirective, RemoveCommandDirective, RemoveCommandToolbarDirective, ResizableContainerDirective, ResizeService, ResponsiveService, RowDragHandleTemplateDirective, RowDragHintTemplateDirective, RowEditingDirectiveBase, RowReorderColumnComponent, RowReorderService, SaveCommandDirective, SaveCommandToolbarDirective, ScrollRequestService, ScrollSyncService, SelectAllCheckboxDirective, SelectionCheckboxDirective, SelectionDirective, SelectionService, SinglePopupService, SizingOptionsService, Skip, SortCommandToolbarDirective, SortService, SpanColumnComponent, StartsWithFilterOperatorComponent, StatusBarTemplateDirective, StringFilterCellComponent, StringFilterComponent, StringFilterMenuComponent, StringFilterMenuInputComponent, SuspendService, TableBodyComponent, TableDirective, TemplateEditingDirective, ToolbarComponent, ToolbarTemplateDirective, UndoCommandToolbarDirective, UndoRedoDirective, UndoRedoEvent, count, defaultTrackBy, hasFilterMenu, hasFilterRow, isFilterable, slice };
|
|
36691
|
+
export { AIAssistantToolbarDirective, AddCommandDirective, AddCommandToolbarDirective, AfterEqFilterOperatorComponent, AfterFilterOperatorComponent, AutoCompleteFilterCellComponent, BaseFilterCellComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, BooleanFilterCellComponent, BooleanFilterComponent, BooleanFilterMenuComponent, BooleanFilterRadioButtonDirective, BrowserSupportService, CELL_CONTEXT, CancelCommandDirective, CancelCommandToolbarDirective, CellCloseEvent, CellComponent, CellLoadingTemplateDirective, CellSelectionAggregateService, CellSelectionService, CellTemplateDirective, ChangeNotificationService, CheckboxColumnComponent, ColGroupComponent, ColumnBase, ColumnChooserComponent, ColumnChooserToolbarDirective, ColumnComponent, ColumnGroupComponent, ColumnHandleDirective, ColumnInfoService, ColumnListComponent, ColumnLockedChangeEvent, ColumnMenuAutoSizeAllColumnsComponent, ColumnMenuAutoSizeColumnComponent, ColumnMenuChooserComponent, ColumnMenuComponent, ColumnMenuContainerComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, ColumnMenuItemDirective, ColumnMenuLockComponent, ColumnMenuPositionComponent, ColumnMenuService, ColumnMenuSortComponent, ColumnMenuStickComponent, ColumnMenuTemplateDirective, ColumnReorderEvent, ColumnReorderService, ColumnResizingService, ColumnStickyChangeEvent, ColumnVisibilityChangeEvent, ColumnsContainer, CommandColumnComponent, ContainsFilterOperatorComponent, ContextService, CustomMessagesComponent, DEFAULT_AI_REQUEST_OPTIONS, DEFAULT_SCROLLER_FACTORY, DataBindingDirective, DateFilterCellComponent, DateFilterComponent, DateFilterMenuComponent, DateFilterMenuInputComponent, DetailCollapseEvent, DetailExpandEvent, DetailTemplateDirective, DetailsService, DoesNotContainFilterOperatorComponent, DomEventsService, DragAndDropService, DragHintService, DropCueService, EditCommandDirective, EditCommandToolbarDirective, EditService as EditServiceClass, EditTemplateDirective, EditingDirectiveBase, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, ExcelCommandDirective, ExcelCommandToolbarDirective, ExcelComponent, ExcelExportEvent, ExcelModule, ExcelService, ExpandDetailsDirective, ExpandGroupDirective, ExternalEditingDirective, FieldAccessorPipe, FilterCellComponent, FilterCellHostDirective, FilterCellOperatorsComponent, FilterCellTemplateDirective, FilterCellWrapperComponent, FilterCommandToolbarDirective, FilterInputDirective, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuDropDownListDirective, FilterMenuHostDirective, FilterMenuInputWrapperComponent, FilterMenuTemplateDirective, FilterRowComponent, FilterService, FocusRoot, FocusableDirective, FooterComponent, FooterTemplateDirective, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, GridClipboardDirective, GridComponent, GridModule, GridSpacerComponent, GridTableDirective, GridToolbarFocusableDirective, GridToolbarNavigationService, GroupBindingDirective, GroupCommandToolbarDirective, GroupFooterTemplateDirective, GroupHeaderColumnTemplateDirective, GroupHeaderComponent, GroupHeaderTemplateDirective, GroupInfoService, GroupPanelComponent, GroupsService, HeaderComponent, HeaderTemplateDirective, HighlightDirective, IdService, InCellEditingDirective, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, KENDO_GRID, KENDO_GRID_BODY_EXPORTS, KENDO_GRID_COLUMN_DRAGANDDROP, KENDO_GRID_COLUMN_MENU_DECLARATIONS, KENDO_GRID_COLUMN_MENU_EXPORTS, KENDO_GRID_DECLARATIONS, KENDO_GRID_EXCEL_EXPORT, KENDO_GRID_EXPORTS, KENDO_GRID_FILTER_MENU, KENDO_GRID_FILTER_MENU_EXPORTS, KENDO_GRID_FILTER_OPERATORS, KENDO_GRID_FILTER_ROW, KENDO_GRID_FILTER_ROW_EXPORTS, KENDO_GRID_FILTER_SHARED, KENDO_GRID_FOOTER_EXPORTS, KENDO_GRID_GROUP_EXPORTS, KENDO_GRID_HEADER_EXPORTS, KENDO_GRID_PDF_EXPORT, KENDO_GRID_SHARED, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, ListComponent, LoadingComponent, LoadingTemplateDirective, LocalDataChangesService, LogicalCellDirective, LogicalRowDirective, MenuTabbingService, NavigationService, NoRecordsTemplateDirective, NotEqualFilterOperatorComponent, NumericFilterCellComponent, NumericFilterComponent, NumericFilterMenuComponent, NumericFilterMenuInputComponent, PDFCommandDirective, PDFCommandToolbarDirective, PDFComponent, PDFMarginComponent, PDFModule, PDFService, PDFTemplateDirective, PopupCloseEvent, ReactiveEditingDirective, RedoCommandToolbarDirective, RemoveCommandDirective, RemoveCommandToolbarDirective, ResizableContainerDirective, ResizeService, ResponsiveService, RowDragHandleTemplateDirective, RowDragHintTemplateDirective, RowEditingDirectiveBase, RowReorderColumnComponent, RowReorderService, SaveCommandDirective, SaveCommandToolbarDirective, ScrollRequestService, ScrollSyncService, SelectAllCheckboxDirective, SelectionCheckboxDirective, SelectionDirective, SelectionService, SinglePopupService, SizingOptionsService, Skip, SortCommandToolbarDirective, SortService, SpanColumnComponent, StartsWithFilterOperatorComponent, StatusBarTemplateDirective, StringFilterCellComponent, StringFilterComponent, StringFilterMenuComponent, StringFilterMenuInputComponent, SuspendService, TableBodyComponent, TableDirective, TemplateEditingDirective, ToolbarComponent, ToolbarTemplateDirective, UndoCommandToolbarDirective, UndoRedoDirective, UndoRedoEvent, convertDateStringsInFilter, count, defaultTrackBy, hasFilterMenu, hasFilterRow, isDateField, isFilterable, slice };
|
|
36000
36692
|
|