@progress/kendo-angular-grid 16.6.0-develop.8 → 16.6.0
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 +8 -8
- package/esm2020/directives.mjs +3 -7
- package/esm2020/excel/excel.module.mjs +4 -4
- package/esm2020/filtering/cell/row-filtering.module.mjs +1 -1
- package/esm2020/filtering/menu/filter-menu.module.mjs +1 -1
- package/esm2020/filtering/shared-filtering.module.mjs +1 -1
- package/esm2020/grid.module.mjs +1 -1
- package/esm2020/grouping/group.module.mjs +1 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/pager/pager.module.mjs +1 -1
- package/esm2020/rendering/body.module.mjs +1 -1
- package/esm2020/rendering/footer/footer.module.mjs +1 -1
- package/esm2020/rendering/header/header.module.mjs +1 -1
- package/esm2020/shared.module.mjs +4 -3
- package/excel/excel.module.d.ts +1 -1
- package/fesm2015/progress-kendo-angular-grid.mjs +21 -24
- package/fesm2020/progress-kendo-angular-grid.mjs +21 -24
- package/filtering/cell/row-filtering.module.d.ts +1 -1
- package/filtering/menu/filter-menu.module.d.ts +1 -1
- package/filtering/shared-filtering.module.d.ts +1 -1
- package/grid.module.d.ts +1 -1
- package/grouping/group.module.d.ts +1 -1
- package/package.json +16 -16
- package/pager/pager.module.d.ts +1 -1
- package/rendering/body.module.d.ts +1 -1
- package/rendering/footer/footer.module.d.ts +1 -1
- package/rendering/header/header.module.d.ts +1 -1
- package/schematics/ngAdd/index.js +4 -4
- package/shared.module.d.ts +1 -1
package/directives.d.ts
CHANGED
|
@@ -67,7 +67,6 @@ import { FilterCellComponent } from "./filtering/cell/filter-cell.component";
|
|
|
67
67
|
import { NumericFilterCellComponent } from "./filtering/cell/numeric-filter-cell.component";
|
|
68
68
|
import { StringFilterCellComponent } from "./filtering/cell/string-filter-cell.component";
|
|
69
69
|
import { FilterRowComponent } from "./filtering/filter-row.component";
|
|
70
|
-
import { TemplateContextDirective } from "@progress/kendo-angular-common";
|
|
71
70
|
import { ColumnMenuChooserItemCheckedDirective } from "./column-menu/column-chooser-item-checked.directive";
|
|
72
71
|
import { ColumnChooserComponent } from "./column-menu/column-chooser.component";
|
|
73
72
|
import { ColumnListComponent } from "./column-menu/column-list.component";
|
|
@@ -142,6 +141,7 @@ import { GridToolbarFocusableDirective } from "./rendering/toolbar/toolbar-focus
|
|
|
142
141
|
import { StatusBarComponent } from "./aggregates/status-bar.component";
|
|
143
142
|
import { StatusBarTemplateDirective } from "./aggregates/status-bar-template.directive";
|
|
144
143
|
import { GridClipboardDirective } from "./common/clipboard.directive";
|
|
144
|
+
import { TemplateContextDirective } from "@progress/kendo-angular-common";
|
|
145
145
|
/**
|
|
146
146
|
* @hidden
|
|
147
147
|
*
|
|
@@ -153,7 +153,7 @@ export declare const KENDO_GRID_COLUMN_DRAGANDDROP: readonly [typeof DraggableCo
|
|
|
153
153
|
*
|
|
154
154
|
* Utility array that contains the former Shared module exports
|
|
155
155
|
*/
|
|
156
|
-
export declare const KENDO_GRID_SHARED: readonly [typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof TableDirective, typeof LoadingComponent, typeof GridTableDirective
|
|
156
|
+
export declare const KENDO_GRID_SHARED: readonly [typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof TableDirective, typeof LoadingComponent, typeof GridTableDirective];
|
|
157
157
|
/**
|
|
158
158
|
* @hidden
|
|
159
159
|
*
|
|
@@ -171,7 +171,7 @@ export declare const KENDO_GRID_FILTER_OPERATORS: readonly [typeof FilterCellOpe
|
|
|
171
171
|
*
|
|
172
172
|
* Utility array that contains the former SharedFilterModule exports
|
|
173
173
|
*/
|
|
174
|
-
export declare const KENDO_GRID_FILTER_SHARED: readonly [typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof TableDirective, typeof LoadingComponent, typeof GridTableDirective, typeof
|
|
174
|
+
export declare const KENDO_GRID_FILTER_SHARED: readonly [typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof TableDirective, typeof LoadingComponent, typeof GridTableDirective, typeof FilterCellOperatorsComponent, typeof ContainsFilterOperatorComponent, typeof DoesNotContainFilterOperatorComponent, typeof EndsWithFilterOperatorComponent, typeof EqualFilterOperatorComponent, typeof IsEmptyFilterOperatorComponent, typeof IsNotEmptyFilterOperatorComponent, typeof IsNotNullFilterOperatorComponent, typeof IsNullFilterOperatorComponent, typeof NotEqualFilterOperatorComponent, typeof StartsWithFilterOperatorComponent, typeof GreaterFilterOperatorComponent, typeof GreaterOrEqualToFilterOperatorComponent, typeof LessFilterOperatorComponent, typeof LessOrEqualToFilterOperatorComponent, typeof AfterFilterOperatorComponent, typeof AfterEqFilterOperatorComponent, typeof BeforeEqFilterOperatorComponent, typeof BeforeFilterOperatorComponent, typeof FilterInputDirective];
|
|
175
175
|
/**
|
|
176
176
|
* @hidden
|
|
177
177
|
*
|
|
@@ -183,7 +183,7 @@ export declare const KENDO_GRID_FILTER_MENU_EXPORTS: readonly [typeof FilterMenu
|
|
|
183
183
|
*
|
|
184
184
|
* Utility array that contains the former FilterMenuModule exports
|
|
185
185
|
*/
|
|
186
|
-
export declare const KENDO_GRID_FILTER_MENU: readonly [typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof TableDirective, typeof LoadingComponent, typeof GridTableDirective, typeof
|
|
186
|
+
export declare const KENDO_GRID_FILTER_MENU: readonly [typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof TableDirective, typeof LoadingComponent, typeof GridTableDirective, typeof FilterCellOperatorsComponent, typeof ContainsFilterOperatorComponent, typeof DoesNotContainFilterOperatorComponent, typeof EndsWithFilterOperatorComponent, typeof EqualFilterOperatorComponent, typeof IsEmptyFilterOperatorComponent, typeof IsNotEmptyFilterOperatorComponent, typeof IsNotNullFilterOperatorComponent, typeof IsNullFilterOperatorComponent, typeof NotEqualFilterOperatorComponent, typeof StartsWithFilterOperatorComponent, typeof GreaterFilterOperatorComponent, typeof GreaterOrEqualToFilterOperatorComponent, typeof LessFilterOperatorComponent, typeof LessOrEqualToFilterOperatorComponent, typeof AfterFilterOperatorComponent, typeof AfterEqFilterOperatorComponent, typeof BeforeEqFilterOperatorComponent, typeof BeforeFilterOperatorComponent, typeof FilterInputDirective, typeof FilterMenuComponent, typeof FilterMenuContainerComponent, typeof FilterMenuInputWrapperComponent, typeof StringFilterMenuInputComponent, typeof StringFilterMenuComponent, typeof FilterMenuTemplateDirective, typeof NumericFilterMenuComponent, typeof NumericFilterMenuInputComponent, typeof DateFilterMenuInputComponent, typeof DateFilterMenuComponent, typeof FilterMenuHostDirective, typeof BooleanFilterMenuComponent, typeof FilterMenuDropDownListDirective, typeof BooleanFilterRadioButtonDirective];
|
|
187
187
|
/**
|
|
188
188
|
* @hidden
|
|
189
189
|
*
|
|
@@ -195,7 +195,7 @@ export declare const KENDO_GRID_FILTER_ROW_EXPORTS: readonly [typeof FilterRowCo
|
|
|
195
195
|
*
|
|
196
196
|
* Utility array that contains the former RowFilterModule exports
|
|
197
197
|
*/
|
|
198
|
-
export declare const KENDO_GRID_FILTER_ROW: readonly [typeof FilterRowComponent, typeof FilterCellComponent, typeof FilterCellTemplateDirective, typeof StringFilterCellComponent, typeof NumericFilterCellComponent, typeof AutoCompleteFilterCellComponent, typeof BooleanFilterCellComponent, typeof FilterCellHostDirective, typeof FilterCellWrapperComponent, typeof DateFilterCellComponent, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof TableDirective, typeof LoadingComponent, typeof GridTableDirective, typeof
|
|
198
|
+
export declare const KENDO_GRID_FILTER_ROW: readonly [typeof FilterRowComponent, typeof FilterCellComponent, typeof FilterCellTemplateDirective, typeof StringFilterCellComponent, typeof NumericFilterCellComponent, typeof AutoCompleteFilterCellComponent, typeof BooleanFilterCellComponent, typeof FilterCellHostDirective, typeof FilterCellWrapperComponent, typeof DateFilterCellComponent, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof TableDirective, typeof LoadingComponent, typeof GridTableDirective, typeof FilterCellOperatorsComponent, typeof ContainsFilterOperatorComponent, typeof DoesNotContainFilterOperatorComponent, typeof EndsWithFilterOperatorComponent, typeof EqualFilterOperatorComponent, typeof IsEmptyFilterOperatorComponent, typeof IsNotEmptyFilterOperatorComponent, typeof IsNotNullFilterOperatorComponent, typeof IsNullFilterOperatorComponent, typeof NotEqualFilterOperatorComponent, typeof StartsWithFilterOperatorComponent, typeof GreaterFilterOperatorComponent, typeof GreaterOrEqualToFilterOperatorComponent, typeof LessFilterOperatorComponent, typeof LessOrEqualToFilterOperatorComponent, typeof AfterFilterOperatorComponent, typeof AfterEqFilterOperatorComponent, typeof BeforeEqFilterOperatorComponent, typeof BeforeFilterOperatorComponent, typeof FilterInputDirective];
|
|
199
199
|
/**
|
|
200
200
|
* @hidden
|
|
201
201
|
*
|
|
@@ -241,13 +241,13 @@ export declare const KENDO_GRID_DECLARATIONS: readonly [typeof GridComponent, ty
|
|
|
241
241
|
*
|
|
242
242
|
* Utility array that contains the Grid module exports
|
|
243
243
|
*/
|
|
244
|
-
export declare const KENDO_GRID_EXPORTS: readonly [typeof GridComponent, typeof ToolbarTemplateDirective, typeof ToolbarComponent, typeof GridSpacerComponent, typeof StatusBarTemplateDirective, typeof DataBindingDirective, typeof SelectionDirective, typeof CustomMessagesComponent, typeof GroupBindingDirective, typeof TemplateEditingDirective, typeof ReactiveEditingDirective, typeof InCellEditingDirective, typeof ExpandDetailsDirective, typeof ExpandGroupDirective, typeof GridToolbarFocusableDirective, typeof GroupHeaderTemplateDirective, typeof GroupHeaderColumnTemplateDirective, typeof GroupFooterTemplateDirective, typeof GroupHeaderComponent, typeof GroupPanelComponent, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof TableDirective, typeof LoadingComponent, typeof GridTableDirective, typeof
|
|
244
|
+
export declare const KENDO_GRID_EXPORTS: readonly [typeof GridComponent, typeof ToolbarTemplateDirective, typeof ToolbarComponent, typeof GridSpacerComponent, typeof StatusBarTemplateDirective, typeof DataBindingDirective, typeof SelectionDirective, typeof CustomMessagesComponent, typeof GroupBindingDirective, typeof TemplateEditingDirective, typeof ReactiveEditingDirective, typeof InCellEditingDirective, typeof ExpandDetailsDirective, typeof ExpandGroupDirective, typeof GridToolbarFocusableDirective, typeof GroupHeaderTemplateDirective, typeof GroupHeaderColumnTemplateDirective, typeof GroupFooterTemplateDirective, typeof GroupHeaderComponent, typeof GroupPanelComponent, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof TableDirective, typeof LoadingComponent, typeof GridTableDirective, typeof CommandColumnComponent, typeof CheckboxColumnComponent, typeof SelectionCheckboxDirective, typeof CellTemplateDirective, typeof EditTemplateDirective, typeof TableBodyComponent, typeof NoRecordsTemplateDirective, typeof CellComponent, typeof EditCommandDirective, typeof CancelCommandDirective, typeof SaveCommandDirective, typeof RemoveCommandDirective, typeof AddCommandDirective, typeof CellLoadingTemplateDirective, typeof LoadingTemplateDirective, typeof RowReorderColumnComponent, typeof HeaderComponent, typeof HeaderTemplateDirective, typeof ColumnHandleDirective, typeof SelectAllCheckboxDirective, typeof PagerComponent, typeof PagerPrevButtonsComponent, typeof PagerNextButtonsComponent, typeof PagerNumericButtonsComponent, typeof PagerInputComponent, typeof PagerInfoComponent, typeof PagerPageSizesComponent, typeof PagerTemplateDirective, typeof PagerDropDownListDirective, typeof PagerInputDirective, typeof FilterRowComponent, typeof FilterCellComponent, typeof FilterCellTemplateDirective, typeof StringFilterCellComponent, typeof NumericFilterCellComponent, typeof AutoCompleteFilterCellComponent, typeof BooleanFilterCellComponent, typeof FilterCellHostDirective, typeof FilterCellWrapperComponent, typeof DateFilterCellComponent, typeof FilterCellOperatorsComponent, typeof ContainsFilterOperatorComponent, typeof DoesNotContainFilterOperatorComponent, typeof EndsWithFilterOperatorComponent, typeof EqualFilterOperatorComponent, typeof IsEmptyFilterOperatorComponent, typeof IsNotEmptyFilterOperatorComponent, typeof IsNotNullFilterOperatorComponent, typeof IsNullFilterOperatorComponent, typeof NotEqualFilterOperatorComponent, typeof StartsWithFilterOperatorComponent, typeof GreaterFilterOperatorComponent, typeof GreaterOrEqualToFilterOperatorComponent, typeof LessFilterOperatorComponent, typeof LessOrEqualToFilterOperatorComponent, typeof AfterFilterOperatorComponent, typeof AfterEqFilterOperatorComponent, typeof BeforeEqFilterOperatorComponent, typeof BeforeFilterOperatorComponent, typeof FilterMenuComponent, typeof FilterMenuContainerComponent, typeof FilterMenuInputWrapperComponent, typeof StringFilterMenuInputComponent, typeof StringFilterMenuComponent, typeof FilterMenuTemplateDirective, typeof NumericFilterMenuComponent, typeof NumericFilterMenuInputComponent, typeof DateFilterMenuInputComponent, typeof DateFilterMenuComponent, typeof FilterMenuHostDirective, typeof BooleanFilterMenuComponent, typeof FilterMenuDropDownListDirective, typeof BooleanFilterRadioButtonDirective, typeof ColumnChooserComponent, typeof ColumnMenuFilterComponent, typeof ColumnMenuItemComponent, typeof ColumnMenuItemContentTemplateDirective, typeof ColumnMenuSortComponent, typeof ColumnMenuLockComponent, typeof ColumnMenuStickComponent, typeof ColumnMenuPositionComponent, typeof ColumnMenuChooserComponent, typeof ColumnMenuTemplateDirective, typeof ColumnMenuContainerComponent, typeof ColumnMenuItemDirective, typeof ColumnMenuComponent, typeof ColumnMenuAutoSizeColumnComponent, typeof ColumnMenuAutoSizeAllColumnsComponent, typeof GridClipboardDirective];
|
|
245
245
|
/**
|
|
246
246
|
* @hidden
|
|
247
247
|
*
|
|
248
248
|
* Utility array that contains the ExcelExport module exports
|
|
249
249
|
*/
|
|
250
|
-
export declare const KENDO_GRID_EXCEL_EXPORT: readonly [typeof ExcelComponent, typeof ExcelCommandDirective
|
|
250
|
+
export declare const KENDO_GRID_EXCEL_EXPORT: readonly [typeof ExcelComponent, typeof ExcelCommandDirective];
|
|
251
251
|
/**
|
|
252
252
|
* @hidden
|
|
253
253
|
*
|
|
@@ -257,4 +257,4 @@ export declare const KENDO_GRID_PDF_EXPORT: readonly [typeof PDFComponent, typeo
|
|
|
257
257
|
/**
|
|
258
258
|
* Utility array that contains all `Grid` related components and directives
|
|
259
259
|
*/
|
|
260
|
-
export declare const KENDO_GRID: readonly [typeof GridComponent, typeof ToolbarTemplateDirective, typeof ToolbarComponent, typeof GridSpacerComponent, typeof StatusBarTemplateDirective, typeof DataBindingDirective, typeof SelectionDirective, typeof CustomMessagesComponent, typeof GroupBindingDirective, typeof TemplateEditingDirective, typeof ReactiveEditingDirective, typeof InCellEditingDirective, typeof ExpandDetailsDirective, typeof ExpandGroupDirective, typeof GridToolbarFocusableDirective, typeof GroupHeaderTemplateDirective, typeof GroupHeaderColumnTemplateDirective, typeof GroupFooterTemplateDirective, typeof GroupHeaderComponent, typeof GroupPanelComponent, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof TableDirective, typeof LoadingComponent, typeof GridTableDirective, typeof
|
|
260
|
+
export declare const KENDO_GRID: readonly [typeof GridComponent, typeof ToolbarTemplateDirective, typeof ToolbarComponent, typeof GridSpacerComponent, typeof StatusBarTemplateDirective, typeof DataBindingDirective, typeof SelectionDirective, typeof CustomMessagesComponent, typeof GroupBindingDirective, typeof TemplateEditingDirective, typeof ReactiveEditingDirective, typeof InCellEditingDirective, typeof ExpandDetailsDirective, typeof ExpandGroupDirective, typeof GridToolbarFocusableDirective, typeof GroupHeaderTemplateDirective, typeof GroupHeaderColumnTemplateDirective, typeof GroupFooterTemplateDirective, typeof GroupHeaderComponent, typeof GroupPanelComponent, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof TableDirective, typeof LoadingComponent, typeof GridTableDirective, typeof CommandColumnComponent, typeof CheckboxColumnComponent, typeof SelectionCheckboxDirective, typeof CellTemplateDirective, typeof EditTemplateDirective, typeof TableBodyComponent, typeof NoRecordsTemplateDirective, typeof CellComponent, typeof EditCommandDirective, typeof CancelCommandDirective, typeof SaveCommandDirective, typeof RemoveCommandDirective, typeof AddCommandDirective, typeof CellLoadingTemplateDirective, typeof LoadingTemplateDirective, typeof RowReorderColumnComponent, typeof HeaderComponent, typeof HeaderTemplateDirective, typeof ColumnHandleDirective, typeof SelectAllCheckboxDirective, typeof PagerComponent, typeof PagerPrevButtonsComponent, typeof PagerNextButtonsComponent, typeof PagerNumericButtonsComponent, typeof PagerInputComponent, typeof PagerInfoComponent, typeof PagerPageSizesComponent, typeof PagerTemplateDirective, typeof PagerDropDownListDirective, typeof PagerInputDirective, typeof FilterRowComponent, typeof FilterCellComponent, typeof FilterCellTemplateDirective, typeof StringFilterCellComponent, typeof NumericFilterCellComponent, typeof AutoCompleteFilterCellComponent, typeof BooleanFilterCellComponent, typeof FilterCellHostDirective, typeof FilterCellWrapperComponent, typeof DateFilterCellComponent, typeof FilterCellOperatorsComponent, typeof ContainsFilterOperatorComponent, typeof DoesNotContainFilterOperatorComponent, typeof EndsWithFilterOperatorComponent, typeof EqualFilterOperatorComponent, typeof IsEmptyFilterOperatorComponent, typeof IsNotEmptyFilterOperatorComponent, typeof IsNotNullFilterOperatorComponent, typeof IsNullFilterOperatorComponent, typeof NotEqualFilterOperatorComponent, typeof StartsWithFilterOperatorComponent, typeof GreaterFilterOperatorComponent, typeof GreaterOrEqualToFilterOperatorComponent, typeof LessFilterOperatorComponent, typeof LessOrEqualToFilterOperatorComponent, typeof AfterFilterOperatorComponent, typeof AfterEqFilterOperatorComponent, typeof BeforeEqFilterOperatorComponent, typeof BeforeFilterOperatorComponent, typeof FilterMenuComponent, typeof FilterMenuContainerComponent, typeof FilterMenuInputWrapperComponent, typeof StringFilterMenuInputComponent, typeof StringFilterMenuComponent, typeof FilterMenuTemplateDirective, typeof NumericFilterMenuComponent, typeof NumericFilterMenuInputComponent, typeof DateFilterMenuInputComponent, typeof DateFilterMenuComponent, typeof FilterMenuHostDirective, typeof BooleanFilterMenuComponent, typeof FilterMenuDropDownListDirective, typeof BooleanFilterRadioButtonDirective, typeof ColumnChooserComponent, typeof ColumnMenuFilterComponent, typeof ColumnMenuItemComponent, typeof ColumnMenuItemContentTemplateDirective, typeof ColumnMenuSortComponent, typeof ColumnMenuLockComponent, typeof ColumnMenuStickComponent, typeof ColumnMenuPositionComponent, typeof ColumnMenuChooserComponent, typeof ColumnMenuTemplateDirective, typeof ColumnMenuContainerComponent, typeof ColumnMenuItemDirective, typeof ColumnMenuComponent, typeof ColumnMenuAutoSizeColumnComponent, typeof ColumnMenuAutoSizeAllColumnsComponent, typeof GridClipboardDirective, typeof ExcelComponent, typeof ExcelCommandDirective, typeof PDFComponent, typeof PDFMarginComponent, typeof PDFCommandDirective, typeof PDFTemplateDirective];
|
package/esm2020/directives.mjs
CHANGED
|
@@ -71,9 +71,6 @@ import { FilterCellComponent } from "./filtering/cell/filter-cell.component";
|
|
|
71
71
|
import { NumericFilterCellComponent } from "./filtering/cell/numeric-filter-cell.component";
|
|
72
72
|
import { StringFilterCellComponent } from "./filtering/cell/string-filter-cell.component";
|
|
73
73
|
import { FilterRowComponent } from "./filtering/filter-row.component";
|
|
74
|
-
// EXTERNAL
|
|
75
|
-
import { KENDO_EXCELEXPORT } from "@progress/kendo-angular-excel-export";
|
|
76
|
-
import { KENDO_DRAGGABLE, TemplateContextDirective } from "@progress/kendo-angular-common";
|
|
77
74
|
// COLUMN MENU
|
|
78
75
|
import { ColumnMenuChooserItemCheckedDirective } from "./column-menu/column-chooser-item-checked.directive";
|
|
79
76
|
import { ColumnChooserComponent } from "./column-menu/column-chooser.component";
|
|
@@ -152,6 +149,7 @@ import { GridToolbarFocusableDirective } from "./rendering/toolbar/toolbar-focus
|
|
|
152
149
|
import { StatusBarComponent } from "./aggregates/status-bar.component";
|
|
153
150
|
import { StatusBarTemplateDirective } from "./aggregates/status-bar-template.directive";
|
|
154
151
|
import { GridClipboardDirective } from "./common/clipboard.directive";
|
|
152
|
+
import { TemplateContextDirective } from "@progress/kendo-angular-common";
|
|
155
153
|
/**
|
|
156
154
|
* @hidden
|
|
157
155
|
*
|
|
@@ -181,8 +179,7 @@ export const KENDO_GRID_SHARED = [
|
|
|
181
179
|
SpanColumnComponent,
|
|
182
180
|
TableDirective,
|
|
183
181
|
LoadingComponent,
|
|
184
|
-
GridTableDirective
|
|
185
|
-
...KENDO_DRAGGABLE
|
|
182
|
+
GridTableDirective
|
|
186
183
|
];
|
|
187
184
|
/**
|
|
188
185
|
* @hidden
|
|
@@ -455,8 +452,7 @@ export const KENDO_GRID_EXPORTS = [
|
|
|
455
452
|
*/
|
|
456
453
|
export const KENDO_GRID_EXCEL_EXPORT = [
|
|
457
454
|
ExcelComponent,
|
|
458
|
-
ExcelCommandDirective
|
|
459
|
-
...KENDO_EXCELEXPORT
|
|
455
|
+
ExcelCommandDirective
|
|
460
456
|
];
|
|
461
457
|
/**
|
|
462
458
|
* @hidden
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NgModule } from '@angular/core';
|
|
6
6
|
import { IconsService, KENDO_ICONS } from '@progress/kendo-angular-icons';
|
|
7
|
+
import { ExcelExportModule } from '@progress/kendo-angular-excel-export';
|
|
7
8
|
import { KENDO_GRID_EXCEL_EXPORT } from '../directives';
|
|
8
9
|
import * as i0 from "@angular/core";
|
|
9
10
|
import * as i1 from "@progress/kendo-angular-icons";
|
|
10
11
|
import * as i2 from "./excel.component";
|
|
11
12
|
import * as i3 from "./excel-command.directive";
|
|
12
|
-
import * as i4 from "@progress/kendo-angular-excel-export";
|
|
13
13
|
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
14
14
|
/**
|
|
15
15
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
@@ -35,13 +35,13 @@ import * as i4 from "@progress/kendo-angular-excel-export";
|
|
|
35
35
|
export class ExcelModule {
|
|
36
36
|
}
|
|
37
37
|
ExcelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
38
|
-
ExcelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, imports: [i1.IconComponent, i1.SVGIconComponent, i2.ExcelComponent, i3.ExcelCommandDirective
|
|
39
|
-
ExcelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, providers: [IconsService], imports: [KENDO_ICONS,
|
|
38
|
+
ExcelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, imports: [i1.IconComponent, i1.SVGIconComponent, i2.ExcelComponent, i3.ExcelCommandDirective], exports: [i2.ExcelComponent, i3.ExcelCommandDirective, ExcelExportModule] });
|
|
39
|
+
ExcelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, providers: [IconsService], imports: [KENDO_ICONS, KENDO_GRID_EXCEL_EXPORT, ExcelExportModule] });
|
|
40
40
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, decorators: [{
|
|
41
41
|
type: NgModule,
|
|
42
42
|
args: [{
|
|
43
43
|
imports: [...KENDO_ICONS, ...KENDO_GRID_EXCEL_EXPORT],
|
|
44
|
-
exports: [...KENDO_GRID_EXCEL_EXPORT],
|
|
44
|
+
exports: [...KENDO_GRID_EXCEL_EXPORT, ExcelExportModule],
|
|
45
45
|
providers: [IconsService]
|
|
46
46
|
}]
|
|
47
47
|
}] });
|
|
@@ -73,7 +73,7 @@ const ENTRY_COMPONENTS = [
|
|
|
73
73
|
export class RowFilterModule {
|
|
74
74
|
}
|
|
75
75
|
RowFilterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
76
|
-
RowFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, imports: [i1.FilterRowComponent, i2.FilterCellComponent, i3.FilterCellTemplateDirective, i4.StringFilterCellComponent, i5.NumericFilterCellComponent, i6.AutoCompleteFilterCellComponent, i7.BooleanFilterCellComponent, i8.FilterCellHostDirective, i9.FilterCellWrapperComponent, i10.DateFilterCellComponent, i11.ColumnComponent, i12.ColumnGroupComponent, i13.LogicalCellDirective, i14.LogicalRowDirective, i15.FocusableDirective, i16.FooterTemplateDirective, i17.ColGroupComponent, i18.ResizableContainerDirective, i19.TemplateContextDirective, i20.FieldAccessorPipe, i21.DetailTemplateDirective, i22.SpanColumnComponent, i23.TableDirective, i24.LoadingComponent, i25.GridTableDirective,
|
|
76
|
+
RowFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, imports: [i1.FilterRowComponent, i2.FilterCellComponent, i3.FilterCellTemplateDirective, i4.StringFilterCellComponent, i5.NumericFilterCellComponent, i6.AutoCompleteFilterCellComponent, i7.BooleanFilterCellComponent, i8.FilterCellHostDirective, i9.FilterCellWrapperComponent, i10.DateFilterCellComponent, i11.ColumnComponent, i12.ColumnGroupComponent, i13.LogicalCellDirective, i14.LogicalRowDirective, i15.FocusableDirective, i16.FooterTemplateDirective, i17.ColGroupComponent, i18.ResizableContainerDirective, i19.TemplateContextDirective, i20.FieldAccessorPipe, i21.DetailTemplateDirective, i22.SpanColumnComponent, i23.TableDirective, i24.LoadingComponent, i25.GridTableDirective, i26.FilterCellOperatorsComponent, i27.ContainsFilterOperatorComponent, i28.DoesNotContainFilterOperatorComponent, i29.EndsWithFilterOperatorComponent, i30.EqualFilterOperatorComponent, i31.IsEmptyFilterOperatorComponent, i32.IsNotEmptyFilterOperatorComponent, i33.IsNotNullFilterOperatorComponent, i34.IsNullFilterOperatorComponent, i35.NotEqualFilterOperatorComponent, i36.StartsWithFilterOperatorComponent, i37.GreaterFilterOperatorComponent, i38.GreaterOrEqualToFilterOperatorComponent, i39.LessFilterOperatorComponent, i40.LessOrEqualToFilterOperatorComponent, i41.AfterFilterOperatorComponent, i42.AfterEqFilterOperatorComponent, i43.BeforeEqFilterOperatorComponent, i44.BeforeFilterOperatorComponent, i45.FilterInputDirective], exports: [i1.FilterRowComponent, i2.FilterCellComponent, i3.FilterCellTemplateDirective, i4.StringFilterCellComponent, i5.NumericFilterCellComponent, i6.AutoCompleteFilterCellComponent, i7.BooleanFilterCellComponent, i8.FilterCellHostDirective, i9.FilterCellWrapperComponent, i10.DateFilterCellComponent, i11.ColumnComponent, i12.ColumnGroupComponent, i13.LogicalCellDirective, i14.LogicalRowDirective, i15.FocusableDirective, i16.FooterTemplateDirective, i17.ColGroupComponent, i18.ResizableContainerDirective, i19.TemplateContextDirective, i20.FieldAccessorPipe, i21.DetailTemplateDirective, i22.SpanColumnComponent, i23.TableDirective, i24.LoadingComponent, i25.GridTableDirective, i26.FilterCellOperatorsComponent, i27.ContainsFilterOperatorComponent, i28.DoesNotContainFilterOperatorComponent, i29.EndsWithFilterOperatorComponent, i30.EqualFilterOperatorComponent, i31.IsEmptyFilterOperatorComponent, i32.IsNotEmptyFilterOperatorComponent, i33.IsNotNullFilterOperatorComponent, i34.IsNullFilterOperatorComponent, i35.NotEqualFilterOperatorComponent, i36.StartsWithFilterOperatorComponent, i37.GreaterFilterOperatorComponent, i38.GreaterOrEqualToFilterOperatorComponent, i39.LessFilterOperatorComponent, i40.LessOrEqualToFilterOperatorComponent, i41.AfterFilterOperatorComponent, i42.AfterEqFilterOperatorComponent, i43.BeforeEqFilterOperatorComponent, i44.BeforeFilterOperatorComponent, i45.FilterInputDirective] });
|
|
77
77
|
RowFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, providers: [
|
|
78
78
|
PopupService,
|
|
79
79
|
ResizeBatchService,
|
|
@@ -77,7 +77,7 @@ const ENTRY_COMPONENTS = [
|
|
|
77
77
|
export class FilterMenuModule {
|
|
78
78
|
}
|
|
79
79
|
FilterMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
80
|
-
FilterMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule, imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.TableDirective, i14.LoadingComponent, i15.GridTableDirective,
|
|
80
|
+
FilterMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule, imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.TableDirective, i14.LoadingComponent, i15.GridTableDirective, i16.FilterCellOperatorsComponent, i17.ContainsFilterOperatorComponent, i18.DoesNotContainFilterOperatorComponent, i19.EndsWithFilterOperatorComponent, i20.EqualFilterOperatorComponent, i21.IsEmptyFilterOperatorComponent, i22.IsNotEmptyFilterOperatorComponent, i23.IsNotNullFilterOperatorComponent, i24.IsNullFilterOperatorComponent, i25.NotEqualFilterOperatorComponent, i26.StartsWithFilterOperatorComponent, i27.GreaterFilterOperatorComponent, i28.GreaterOrEqualToFilterOperatorComponent, i29.LessFilterOperatorComponent, i30.LessOrEqualToFilterOperatorComponent, i31.AfterFilterOperatorComponent, i32.AfterEqFilterOperatorComponent, i33.BeforeEqFilterOperatorComponent, i34.BeforeFilterOperatorComponent, i35.FilterInputDirective, i36.FilterMenuComponent, i37.FilterMenuContainerComponent, i38.FilterMenuInputWrapperComponent, i39.StringFilterMenuInputComponent, i40.StringFilterMenuComponent, i41.FilterMenuTemplateDirective, i42.NumericFilterMenuComponent, i43.NumericFilterMenuInputComponent, i44.DateFilterMenuInputComponent, i45.DateFilterMenuComponent, i46.FilterMenuHostDirective, i47.BooleanFilterMenuComponent, i48.FilterMenuDropDownListDirective, i49.BooleanFilterRadioButtonDirective], exports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.TableDirective, i14.LoadingComponent, i15.GridTableDirective, i16.FilterCellOperatorsComponent, i17.ContainsFilterOperatorComponent, i18.DoesNotContainFilterOperatorComponent, i19.EndsWithFilterOperatorComponent, i20.EqualFilterOperatorComponent, i21.IsEmptyFilterOperatorComponent, i22.IsNotEmptyFilterOperatorComponent, i23.IsNotNullFilterOperatorComponent, i24.IsNullFilterOperatorComponent, i25.NotEqualFilterOperatorComponent, i26.StartsWithFilterOperatorComponent, i27.GreaterFilterOperatorComponent, i28.GreaterOrEqualToFilterOperatorComponent, i29.LessFilterOperatorComponent, i30.LessOrEqualToFilterOperatorComponent, i31.AfterFilterOperatorComponent, i32.AfterEqFilterOperatorComponent, i33.BeforeEqFilterOperatorComponent, i34.BeforeFilterOperatorComponent, i35.FilterInputDirective, i36.FilterMenuComponent, i37.FilterMenuContainerComponent, i38.FilterMenuInputWrapperComponent, i39.StringFilterMenuInputComponent, i40.StringFilterMenuComponent, i41.FilterMenuTemplateDirective, i42.NumericFilterMenuComponent, i43.NumericFilterMenuInputComponent, i44.DateFilterMenuInputComponent, i45.DateFilterMenuComponent, i46.FilterMenuHostDirective, i47.BooleanFilterMenuComponent, i48.FilterMenuDropDownListDirective, i49.BooleanFilterRadioButtonDirective] });
|
|
81
81
|
FilterMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule, providers: [
|
|
82
82
|
PopupService,
|
|
83
83
|
ResizeBatchService,
|
|
@@ -53,7 +53,7 @@ import * as i35 from "./filter-input.directive";
|
|
|
53
53
|
export class SharedFilterModule {
|
|
54
54
|
}
|
|
55
55
|
SharedFilterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
56
|
-
SharedFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.TableDirective, i14.LoadingComponent, i15.GridTableDirective,
|
|
56
|
+
SharedFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.TableDirective, i14.LoadingComponent, i15.GridTableDirective, i16.FilterCellOperatorsComponent, i17.ContainsFilterOperatorComponent, i18.DoesNotContainFilterOperatorComponent, i19.EndsWithFilterOperatorComponent, i20.EqualFilterOperatorComponent, i21.IsEmptyFilterOperatorComponent, i22.IsNotEmptyFilterOperatorComponent, i23.IsNotNullFilterOperatorComponent, i24.IsNullFilterOperatorComponent, i25.NotEqualFilterOperatorComponent, i26.StartsWithFilterOperatorComponent, i27.GreaterFilterOperatorComponent, i28.GreaterOrEqualToFilterOperatorComponent, i29.LessFilterOperatorComponent, i30.LessOrEqualToFilterOperatorComponent, i31.AfterFilterOperatorComponent, i32.AfterEqFilterOperatorComponent, i33.BeforeEqFilterOperatorComponent, i34.BeforeFilterOperatorComponent, i35.FilterInputDirective], exports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.TableDirective, i14.LoadingComponent, i15.GridTableDirective, i16.FilterCellOperatorsComponent, i17.ContainsFilterOperatorComponent, i18.DoesNotContainFilterOperatorComponent, i19.EndsWithFilterOperatorComponent, i20.EqualFilterOperatorComponent, i21.IsEmptyFilterOperatorComponent, i22.IsNotEmptyFilterOperatorComponent, i23.IsNotNullFilterOperatorComponent, i24.IsNullFilterOperatorComponent, i25.NotEqualFilterOperatorComponent, i26.StartsWithFilterOperatorComponent, i27.GreaterFilterOperatorComponent, i28.GreaterOrEqualToFilterOperatorComponent, i29.LessFilterOperatorComponent, i30.LessOrEqualToFilterOperatorComponent, i31.AfterFilterOperatorComponent, i32.AfterEqFilterOperatorComponent, i33.BeforeEqFilterOperatorComponent, i34.BeforeFilterOperatorComponent, i35.FilterInputDirective] });
|
|
57
57
|
SharedFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, providers: [
|
|
58
58
|
PopupService,
|
|
59
59
|
ResizeBatchService,
|
package/esm2020/grid.module.mjs
CHANGED
|
@@ -167,7 +167,7 @@ import * as i132 from "./common/clipboard.directive";
|
|
|
167
167
|
export class GridModule {
|
|
168
168
|
}
|
|
169
169
|
GridModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
170
|
-
GridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: GridModule, imports: [i1.GroupHeaderTemplateDirective, i2.GroupHeaderColumnTemplateDirective, i3.GroupFooterTemplateDirective, i4.GroupHeaderComponent, i5.GroupPanelComponent, i6.ColumnComponent, i7.ColumnGroupComponent, i8.LogicalCellDirective, i9.LogicalRowDirective, i10.FocusableDirective, i11.FooterTemplateDirective, i12.ColGroupComponent, i13.ResizableContainerDirective, i14.TemplateContextDirective, i15.FieldAccessorPipe, i16.DetailTemplateDirective, i17.SpanColumnComponent, i18.TableDirective, i19.LoadingComponent, i20.GridTableDirective,
|
|
170
|
+
GridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: GridModule, imports: [i1.GroupHeaderTemplateDirective, i2.GroupHeaderColumnTemplateDirective, i3.GroupFooterTemplateDirective, i4.GroupHeaderComponent, i5.GroupPanelComponent, i6.ColumnComponent, i7.ColumnGroupComponent, i8.LogicalCellDirective, i9.LogicalRowDirective, i10.FocusableDirective, i11.FooterTemplateDirective, i12.ColGroupComponent, i13.ResizableContainerDirective, i14.TemplateContextDirective, i15.FieldAccessorPipe, i16.DetailTemplateDirective, i17.SpanColumnComponent, i18.TableDirective, i19.LoadingComponent, i20.GridTableDirective, i21.CommandColumnComponent, i22.CheckboxColumnComponent, i23.SelectionCheckboxDirective, i24.CellTemplateDirective, i25.EditTemplateDirective, i26.TableBodyComponent, i27.NoRecordsTemplateDirective, i28.CellComponent, i29.EditCommandDirective, i30.CancelCommandDirective, i31.SaveCommandDirective, i32.RemoveCommandDirective, i33.AddCommandDirective, i34.CellLoadingTemplateDirective, i35.LoadingTemplateDirective, i36.RowReorderColumnComponent, i37.HeaderComponent, i38.HeaderTemplateDirective, i39.ColumnHandleDirective, i40.SelectAllCheckboxDirective, i41.FooterComponent, i42.PagerComponent, i43.PagerPrevButtonsComponent, i44.PagerNextButtonsComponent, i45.PagerNumericButtonsComponent, i46.PagerInputComponent, i47.PagerInfoComponent, i48.PagerPageSizesComponent, i49.PagerTemplateDirective, i50.PagerDropDownListDirective, i51.PagerInputDirective, i52.FilterRowComponent, i53.FilterCellComponent, i54.FilterCellTemplateDirective, i55.StringFilterCellComponent, i56.NumericFilterCellComponent, i57.AutoCompleteFilterCellComponent, i58.BooleanFilterCellComponent, i59.FilterCellHostDirective, i60.FilterCellWrapperComponent, i61.DateFilterCellComponent, i6.ColumnComponent, i7.ColumnGroupComponent, i8.LogicalCellDirective, i9.LogicalRowDirective, i10.FocusableDirective, i11.FooterTemplateDirective, i12.ColGroupComponent, i13.ResizableContainerDirective, i14.TemplateContextDirective, i15.FieldAccessorPipe, i16.DetailTemplateDirective, i17.SpanColumnComponent, i18.TableDirective, i19.LoadingComponent, i20.GridTableDirective, i62.FilterCellOperatorsComponent, i63.ContainsFilterOperatorComponent, i64.DoesNotContainFilterOperatorComponent, i65.EndsWithFilterOperatorComponent, i66.EqualFilterOperatorComponent, i67.IsEmptyFilterOperatorComponent, i68.IsNotEmptyFilterOperatorComponent, i69.IsNotNullFilterOperatorComponent, i70.IsNullFilterOperatorComponent, i71.NotEqualFilterOperatorComponent, i72.StartsWithFilterOperatorComponent, i73.GreaterFilterOperatorComponent, i74.GreaterOrEqualToFilterOperatorComponent, i75.LessFilterOperatorComponent, i76.LessOrEqualToFilterOperatorComponent, i77.AfterFilterOperatorComponent, i78.AfterEqFilterOperatorComponent, i79.BeforeEqFilterOperatorComponent, i80.BeforeFilterOperatorComponent, i81.FilterInputDirective, i6.ColumnComponent, i7.ColumnGroupComponent, i8.LogicalCellDirective, i9.LogicalRowDirective, i10.FocusableDirective, i11.FooterTemplateDirective, i12.ColGroupComponent, i13.ResizableContainerDirective, i14.TemplateContextDirective, i15.FieldAccessorPipe, i16.DetailTemplateDirective, i17.SpanColumnComponent, i18.TableDirective, i19.LoadingComponent, i20.GridTableDirective, i62.FilterCellOperatorsComponent, i63.ContainsFilterOperatorComponent, i64.DoesNotContainFilterOperatorComponent, i65.EndsWithFilterOperatorComponent, i66.EqualFilterOperatorComponent, i67.IsEmptyFilterOperatorComponent, i68.IsNotEmptyFilterOperatorComponent, i69.IsNotNullFilterOperatorComponent, i70.IsNullFilterOperatorComponent, i71.NotEqualFilterOperatorComponent, i72.StartsWithFilterOperatorComponent, i73.GreaterFilterOperatorComponent, i74.GreaterOrEqualToFilterOperatorComponent, i75.LessFilterOperatorComponent, i76.LessOrEqualToFilterOperatorComponent, i77.AfterFilterOperatorComponent, i78.AfterEqFilterOperatorComponent, i79.BeforeEqFilterOperatorComponent, i80.BeforeFilterOperatorComponent, i81.FilterInputDirective, i82.FilterMenuComponent, i83.FilterMenuContainerComponent, i84.FilterMenuInputWrapperComponent, i85.StringFilterMenuInputComponent, i86.StringFilterMenuComponent, i87.FilterMenuTemplateDirective, i88.NumericFilterMenuComponent, i89.NumericFilterMenuInputComponent, i90.DateFilterMenuInputComponent, i91.DateFilterMenuComponent, i92.FilterMenuHostDirective, i93.BooleanFilterMenuComponent, i94.FilterMenuDropDownListDirective, i95.BooleanFilterRadioButtonDirective, i96.ColumnMenuChooserItemCheckedDirective, i97.ColumnListComponent, i98.ColumnChooserComponent, i99.ColumnMenuChooserComponent, i100.ColumnMenuFilterComponent, i101.ColumnMenuItemComponent, i102.ColumnMenuItemContentTemplateDirective, i103.ColumnMenuSortComponent, i104.ColumnMenuComponent, i105.ColumnMenuLockComponent, i106.ColumnMenuTemplateDirective, i107.ColumnMenuContainerComponent, i108.ColumnMenuItemDirective, i109.ColumnMenuStickComponent, i110.ColumnMenuPositionComponent, i111.ColumnMenuAutoSizeColumnComponent, i112.ColumnMenuAutoSizeAllColumnsComponent, i113.GridComponent, i114.ListComponent, i115.ToolbarComponent, i116.LocalizedMessagesDirective, i117.CustomMessagesComponent, i118.DataBindingDirective, i119.ToolbarTemplateDirective, i120.SelectionDirective, i121.TemplateEditingDirective, i122.ReactiveEditingDirective, i123.InCellEditingDirective, i124.ExpandDetailsDirective, i125.ExpandGroupDirective, i126.GroupBindingDirective, i127.GridMarqueeDirective, i128.GridSpacerComponent, i129.GridToolbarFocusableDirective, i130.StatusBarComponent, i131.StatusBarTemplateDirective, i132.GridClipboardDirective], exports: [i113.GridComponent, i119.ToolbarTemplateDirective, i115.ToolbarComponent, i128.GridSpacerComponent, i131.StatusBarTemplateDirective, i118.DataBindingDirective, i120.SelectionDirective, i117.CustomMessagesComponent, i126.GroupBindingDirective, i121.TemplateEditingDirective, i122.ReactiveEditingDirective, i123.InCellEditingDirective, i124.ExpandDetailsDirective, i125.ExpandGroupDirective, i129.GridToolbarFocusableDirective, i1.GroupHeaderTemplateDirective, i2.GroupHeaderColumnTemplateDirective, i3.GroupFooterTemplateDirective, i4.GroupHeaderComponent, i5.GroupPanelComponent, i6.ColumnComponent, i7.ColumnGroupComponent, i8.LogicalCellDirective, i9.LogicalRowDirective, i10.FocusableDirective, i11.FooterTemplateDirective, i12.ColGroupComponent, i13.ResizableContainerDirective, i14.TemplateContextDirective, i15.FieldAccessorPipe, i16.DetailTemplateDirective, i17.SpanColumnComponent, i18.TableDirective, i19.LoadingComponent, i20.GridTableDirective, i21.CommandColumnComponent, i22.CheckboxColumnComponent, i23.SelectionCheckboxDirective, i24.CellTemplateDirective, i25.EditTemplateDirective, i26.TableBodyComponent, i27.NoRecordsTemplateDirective, i28.CellComponent, i29.EditCommandDirective, i30.CancelCommandDirective, i31.SaveCommandDirective, i32.RemoveCommandDirective, i33.AddCommandDirective, i34.CellLoadingTemplateDirective, i35.LoadingTemplateDirective, i36.RowReorderColumnComponent, i37.HeaderComponent, i38.HeaderTemplateDirective, i39.ColumnHandleDirective, i40.SelectAllCheckboxDirective, i42.PagerComponent, i43.PagerPrevButtonsComponent, i44.PagerNextButtonsComponent, i45.PagerNumericButtonsComponent, i46.PagerInputComponent, i47.PagerInfoComponent, i48.PagerPageSizesComponent, i49.PagerTemplateDirective, i50.PagerDropDownListDirective, i51.PagerInputDirective, i52.FilterRowComponent, i53.FilterCellComponent, i54.FilterCellTemplateDirective, i55.StringFilterCellComponent, i56.NumericFilterCellComponent, i57.AutoCompleteFilterCellComponent, i58.BooleanFilterCellComponent, i59.FilterCellHostDirective, i60.FilterCellWrapperComponent, i61.DateFilterCellComponent, i62.FilterCellOperatorsComponent, i63.ContainsFilterOperatorComponent, i64.DoesNotContainFilterOperatorComponent, i65.EndsWithFilterOperatorComponent, i66.EqualFilterOperatorComponent, i67.IsEmptyFilterOperatorComponent, i68.IsNotEmptyFilterOperatorComponent, i69.IsNotNullFilterOperatorComponent, i70.IsNullFilterOperatorComponent, i71.NotEqualFilterOperatorComponent, i72.StartsWithFilterOperatorComponent, i73.GreaterFilterOperatorComponent, i74.GreaterOrEqualToFilterOperatorComponent, i75.LessFilterOperatorComponent, i76.LessOrEqualToFilterOperatorComponent, i77.AfterFilterOperatorComponent, i78.AfterEqFilterOperatorComponent, i79.BeforeEqFilterOperatorComponent, i80.BeforeFilterOperatorComponent, i82.FilterMenuComponent, i83.FilterMenuContainerComponent, i84.FilterMenuInputWrapperComponent, i85.StringFilterMenuInputComponent, i86.StringFilterMenuComponent, i87.FilterMenuTemplateDirective, i88.NumericFilterMenuComponent, i89.NumericFilterMenuInputComponent, i90.DateFilterMenuInputComponent, i91.DateFilterMenuComponent, i92.FilterMenuHostDirective, i93.BooleanFilterMenuComponent, i94.FilterMenuDropDownListDirective, i95.BooleanFilterRadioButtonDirective, i98.ColumnChooserComponent, i100.ColumnMenuFilterComponent, i101.ColumnMenuItemComponent, i102.ColumnMenuItemContentTemplateDirective, i103.ColumnMenuSortComponent, i105.ColumnMenuLockComponent, i109.ColumnMenuStickComponent, i110.ColumnMenuPositionComponent, i99.ColumnMenuChooserComponent, i106.ColumnMenuTemplateDirective, i107.ColumnMenuContainerComponent, i108.ColumnMenuItemDirective, i104.ColumnMenuComponent, i111.ColumnMenuAutoSizeColumnComponent, i112.ColumnMenuAutoSizeAllColumnsComponent, i132.GridClipboardDirective] });
|
|
171
171
|
GridModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridModule, providers: [
|
|
172
172
|
PopupService,
|
|
173
173
|
ResizeBatchService,
|
|
@@ -42,7 +42,7 @@ import * as i24 from "./group-panel.component";
|
|
|
42
42
|
export class GroupModule {
|
|
43
43
|
}
|
|
44
44
|
GroupModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
45
|
-
GroupModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: GroupModule, imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.TableDirective, i14.LoadingComponent, i15.GridTableDirective,
|
|
45
|
+
GroupModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: GroupModule, imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.TableDirective, i14.LoadingComponent, i15.GridTableDirective, i16.DraggableColumnDirective, i17.DropTargetDirective, i18.ChipComponent, i18.ChipListComponent, i19.PopupComponent, i20.GroupHeaderTemplateDirective, i21.GroupHeaderColumnTemplateDirective, i22.GroupFooterTemplateDirective, i23.GroupHeaderComponent, i24.GroupPanelComponent], exports: [i20.GroupHeaderTemplateDirective, i21.GroupHeaderColumnTemplateDirective, i22.GroupFooterTemplateDirective, i23.GroupHeaderComponent, i24.GroupPanelComponent] });
|
|
46
46
|
GroupModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupModule, providers: [IconsService, PopupService, ResizeBatchService], imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i7.ColGroupComponent, i12.SpanColumnComponent, i14.LoadingComponent, KENDO_CHIPLIST, KENDO_POPUP, i23.GroupHeaderComponent, i24.GroupPanelComponent] });
|
|
47
47
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupModule, decorators: [{
|
|
48
48
|
type: NgModule,
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-grid',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '16.6.0
|
|
12
|
+
publishDate: 1722872389,
|
|
13
|
+
version: '16.6.0',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -40,7 +40,7 @@ import * as i25 from "./pager-input.directive";
|
|
|
40
40
|
export class PagerModule {
|
|
41
41
|
}
|
|
42
42
|
PagerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
43
|
-
PagerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PagerModule, imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.TableDirective, i14.LoadingComponent, i15.GridTableDirective,
|
|
43
|
+
PagerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PagerModule, imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.TableDirective, i14.LoadingComponent, i15.GridTableDirective, i16.PagerComponent, i17.PagerPrevButtonsComponent, i18.PagerNextButtonsComponent, i19.PagerNumericButtonsComponent, i20.PagerInputComponent, i21.PagerInfoComponent, i22.PagerPageSizesComponent, i23.PagerTemplateDirective, i24.PagerDropDownListDirective, i25.PagerInputDirective], exports: [i16.PagerComponent, i17.PagerPrevButtonsComponent, i18.PagerNextButtonsComponent, i19.PagerNumericButtonsComponent, i20.PagerInputComponent, i21.PagerInfoComponent, i22.PagerPageSizesComponent, i23.PagerTemplateDirective, i24.PagerDropDownListDirective, i25.PagerInputDirective] });
|
|
44
44
|
PagerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerModule, providers: [IconsService, PopupService, ResizeBatchService, DialogContainerService, DialogService, WindowService, WindowContainerService], imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i7.ColGroupComponent, i12.SpanColumnComponent, i14.LoadingComponent, i16.PagerComponent, i17.PagerPrevButtonsComponent, i18.PagerNextButtonsComponent, i19.PagerNumericButtonsComponent, i20.PagerInputComponent, i21.PagerInfoComponent, i22.PagerPageSizesComponent] });
|
|
45
45
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerModule, decorators: [{
|
|
46
46
|
type: NgModule,
|
|
@@ -57,7 +57,7 @@ const importedModules = [
|
|
|
57
57
|
export class BodyModule {
|
|
58
58
|
}
|
|
59
59
|
BodyModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BodyModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
60
|
-
BodyModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: BodyModule, imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.TableDirective, i14.LoadingComponent, i15.GridTableDirective,
|
|
60
|
+
BodyModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: BodyModule, imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.TableDirective, i14.LoadingComponent, i15.GridTableDirective, i16.GroupHeaderTemplateDirective, i17.GroupHeaderColumnTemplateDirective, i18.GroupFooterTemplateDirective, i19.GroupHeaderComponent, i20.GroupPanelComponent, i21.CommandColumnComponent, i22.CheckboxColumnComponent, i23.SelectionCheckboxDirective, i24.CellTemplateDirective, i25.EditTemplateDirective, i26.TableBodyComponent, i27.NoRecordsTemplateDirective, i28.CellComponent, i29.EditCommandDirective, i30.CancelCommandDirective, i31.SaveCommandDirective, i32.RemoveCommandDirective, i33.AddCommandDirective, i34.CellLoadingTemplateDirective, i35.LoadingTemplateDirective, i36.RowReorderColumnComponent], exports: [i21.CommandColumnComponent, i22.CheckboxColumnComponent, i23.SelectionCheckboxDirective, i24.CellTemplateDirective, i25.EditTemplateDirective, i26.TableBodyComponent, i27.NoRecordsTemplateDirective, i28.CellComponent, i29.EditCommandDirective, i30.CancelCommandDirective, i31.SaveCommandDirective, i32.RemoveCommandDirective, i33.AddCommandDirective, i34.CellLoadingTemplateDirective, i35.LoadingTemplateDirective, i36.RowReorderColumnComponent] });
|
|
61
61
|
BodyModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BodyModule, providers: [
|
|
62
62
|
IconsService,
|
|
63
63
|
PopupService,
|
|
@@ -30,7 +30,7 @@ import * as i15 from "../grid-table.directive";
|
|
|
30
30
|
export class FooterModule {
|
|
31
31
|
}
|
|
32
32
|
FooterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
33
|
-
FooterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: FooterModule, imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.TableDirective, i14.LoadingComponent, i15.GridTableDirective,
|
|
33
|
+
FooterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: FooterModule, imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.TableDirective, i14.LoadingComponent, i15.GridTableDirective, FooterComponent], exports: [FooterComponent] });
|
|
34
34
|
FooterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterModule, providers: [IconsService], imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i7.ColGroupComponent, i12.SpanColumnComponent, i14.LoadingComponent, FooterComponent] });
|
|
35
35
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterModule, decorators: [{
|
|
36
36
|
type: NgModule,
|
|
@@ -113,7 +113,7 @@ const importedModules = [
|
|
|
113
113
|
export class HeaderModule {
|
|
114
114
|
}
|
|
115
115
|
HeaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
116
|
-
HeaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: HeaderModule, imports: [i1.GroupHeaderTemplateDirective, i2.GroupHeaderColumnTemplateDirective, i3.GroupFooterTemplateDirective, i4.GroupHeaderComponent, i5.GroupPanelComponent, i6.FilterRowComponent, i7.FilterCellComponent, i8.FilterCellTemplateDirective, i9.StringFilterCellComponent, i10.NumericFilterCellComponent, i11.AutoCompleteFilterCellComponent, i12.BooleanFilterCellComponent, i13.FilterCellHostDirective, i14.FilterCellWrapperComponent, i15.DateFilterCellComponent, i16.ColumnComponent, i17.ColumnGroupComponent, i18.LogicalCellDirective, i19.LogicalRowDirective, i20.FocusableDirective, i21.FooterTemplateDirective, i22.ColGroupComponent, i23.ResizableContainerDirective, i24.TemplateContextDirective, i25.FieldAccessorPipe, i26.DetailTemplateDirective, i27.SpanColumnComponent, i28.TableDirective, i29.LoadingComponent, i30.GridTableDirective,
|
|
116
|
+
HeaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: HeaderModule, imports: [i1.GroupHeaderTemplateDirective, i2.GroupHeaderColumnTemplateDirective, i3.GroupFooterTemplateDirective, i4.GroupHeaderComponent, i5.GroupPanelComponent, i6.FilterRowComponent, i7.FilterCellComponent, i8.FilterCellTemplateDirective, i9.StringFilterCellComponent, i10.NumericFilterCellComponent, i11.AutoCompleteFilterCellComponent, i12.BooleanFilterCellComponent, i13.FilterCellHostDirective, i14.FilterCellWrapperComponent, i15.DateFilterCellComponent, i16.ColumnComponent, i17.ColumnGroupComponent, i18.LogicalCellDirective, i19.LogicalRowDirective, i20.FocusableDirective, i21.FooterTemplateDirective, i22.ColGroupComponent, i23.ResizableContainerDirective, i24.TemplateContextDirective, i25.FieldAccessorPipe, i26.DetailTemplateDirective, i27.SpanColumnComponent, i28.TableDirective, i29.LoadingComponent, i30.GridTableDirective, i31.FilterCellOperatorsComponent, i32.ContainsFilterOperatorComponent, i33.DoesNotContainFilterOperatorComponent, i34.EndsWithFilterOperatorComponent, i35.EqualFilterOperatorComponent, i36.IsEmptyFilterOperatorComponent, i37.IsNotEmptyFilterOperatorComponent, i38.IsNotNullFilterOperatorComponent, i39.IsNullFilterOperatorComponent, i40.NotEqualFilterOperatorComponent, i41.StartsWithFilterOperatorComponent, i42.GreaterFilterOperatorComponent, i43.GreaterOrEqualToFilterOperatorComponent, i44.LessFilterOperatorComponent, i45.LessOrEqualToFilterOperatorComponent, i46.AfterFilterOperatorComponent, i47.AfterEqFilterOperatorComponent, i48.BeforeEqFilterOperatorComponent, i49.BeforeFilterOperatorComponent, i50.FilterInputDirective, i16.ColumnComponent, i17.ColumnGroupComponent, i18.LogicalCellDirective, i19.LogicalRowDirective, i20.FocusableDirective, i21.FooterTemplateDirective, i22.ColGroupComponent, i23.ResizableContainerDirective, i24.TemplateContextDirective, i25.FieldAccessorPipe, i26.DetailTemplateDirective, i27.SpanColumnComponent, i28.TableDirective, i29.LoadingComponent, i30.GridTableDirective, i31.FilterCellOperatorsComponent, i32.ContainsFilterOperatorComponent, i33.DoesNotContainFilterOperatorComponent, i34.EndsWithFilterOperatorComponent, i35.EqualFilterOperatorComponent, i36.IsEmptyFilterOperatorComponent, i37.IsNotEmptyFilterOperatorComponent, i38.IsNotNullFilterOperatorComponent, i39.IsNullFilterOperatorComponent, i40.NotEqualFilterOperatorComponent, i41.StartsWithFilterOperatorComponent, i42.GreaterFilterOperatorComponent, i43.GreaterOrEqualToFilterOperatorComponent, i44.LessFilterOperatorComponent, i45.LessOrEqualToFilterOperatorComponent, i46.AfterFilterOperatorComponent, i47.AfterEqFilterOperatorComponent, i48.BeforeEqFilterOperatorComponent, i49.BeforeFilterOperatorComponent, i50.FilterInputDirective, i51.FilterMenuComponent, i52.FilterMenuContainerComponent, i53.FilterMenuInputWrapperComponent, i54.StringFilterMenuInputComponent, i55.StringFilterMenuComponent, i56.FilterMenuTemplateDirective, i57.NumericFilterMenuComponent, i58.NumericFilterMenuInputComponent, i59.DateFilterMenuInputComponent, i60.DateFilterMenuComponent, i61.FilterMenuHostDirective, i62.BooleanFilterMenuComponent, i63.FilterMenuDropDownListDirective, i64.BooleanFilterRadioButtonDirective, i16.ColumnComponent, i17.ColumnGroupComponent, i18.LogicalCellDirective, i19.LogicalRowDirective, i20.FocusableDirective, i21.FooterTemplateDirective, i22.ColGroupComponent, i23.ResizableContainerDirective, i24.TemplateContextDirective, i25.FieldAccessorPipe, i26.DetailTemplateDirective, i27.SpanColumnComponent, i28.TableDirective, i29.LoadingComponent, i30.GridTableDirective, i65.DraggableColumnDirective, i66.DropTargetDirective, i67.ColumnMenuChooserItemCheckedDirective, i68.ColumnListComponent, i69.ColumnChooserComponent, i70.ColumnMenuChooserComponent, i71.ColumnMenuFilterComponent, i72.ColumnMenuItemComponent, i73.ColumnMenuItemContentTemplateDirective, i74.ColumnMenuSortComponent, i75.ColumnMenuComponent, i76.ColumnMenuLockComponent, i77.ColumnMenuTemplateDirective, i78.ColumnMenuContainerComponent, i79.ColumnMenuItemDirective, i80.ColumnMenuStickComponent, i81.ColumnMenuPositionComponent, i82.ColumnMenuAutoSizeColumnComponent, i83.ColumnMenuAutoSizeAllColumnsComponent, i84.HeaderComponent, i85.HeaderTemplateDirective, i86.ColumnHandleDirective, i87.SelectAllCheckboxDirective], exports: [i84.HeaderComponent, i85.HeaderTemplateDirective, i86.ColumnHandleDirective, i87.SelectAllCheckboxDirective] });
|
|
117
117
|
HeaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderModule, providers: [
|
|
118
118
|
PopupService,
|
|
119
119
|
ResizeBatchService,
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
import { NgModule } from '@angular/core';
|
|
6
6
|
import { IconsService } from '@progress/kendo-angular-icons';
|
|
7
7
|
import { KENDO_GRID_SHARED } from './directives';
|
|
8
|
+
import { DraggableModule } from '@progress/kendo-angular-common';
|
|
8
9
|
import * as i0 from "@angular/core";
|
|
9
10
|
import * as i1 from "./columns/column.component";
|
|
10
11
|
import * as i2 from "./columns/column-group.component";
|
|
@@ -29,12 +30,12 @@ import * as i15 from "./rendering/grid-table.directive";
|
|
|
29
30
|
export class SharedModule {
|
|
30
31
|
}
|
|
31
32
|
SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
32
|
-
SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.TableDirective, i14.LoadingComponent, i15.GridTableDirective
|
|
33
|
-
SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, providers: [IconsService], imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i7.ColGroupComponent, i12.SpanColumnComponent, i14.LoadingComponent] });
|
|
33
|
+
SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.TableDirective, i14.LoadingComponent, i15.GridTableDirective], exports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.TableDirective, i14.LoadingComponent, i15.GridTableDirective, DraggableModule] });
|
|
34
|
+
SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, providers: [IconsService], imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i7.ColGroupComponent, i12.SpanColumnComponent, i14.LoadingComponent, DraggableModule] });
|
|
34
35
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, decorators: [{
|
|
35
36
|
type: NgModule,
|
|
36
37
|
args: [{
|
|
37
|
-
exports: [...KENDO_GRID_SHARED],
|
|
38
|
+
exports: [...KENDO_GRID_SHARED, DraggableModule],
|
|
38
39
|
imports: [...KENDO_GRID_SHARED],
|
|
39
40
|
providers: [IconsService]
|
|
40
41
|
}]
|
package/excel/excel.module.d.ts
CHANGED
|
@@ -30,6 +30,6 @@ import * as i4 from "@progress/kendo-angular-excel-export";
|
|
|
30
30
|
*/
|
|
31
31
|
export declare class ExcelModule {
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExcelModule, never>;
|
|
33
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ExcelModule, never, [typeof i1.IconComponent, typeof i1.SVGIconComponent, typeof i2.ExcelComponent, typeof i3.ExcelCommandDirective
|
|
33
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ExcelModule, never, [typeof i1.IconComponent, typeof i1.SVGIconComponent, typeof i2.ExcelComponent, typeof i3.ExcelCommandDirective], [typeof i2.ExcelComponent, typeof i3.ExcelCommandDirective, typeof i4.ExcelExportModule]>;
|
|
34
34
|
static ɵinj: i0.ɵɵInjectorDeclaration<ExcelModule>;
|
|
35
35
|
}
|