@progress/kendo-angular-grid 17.1.2-develop.3 → 17.1.2-develop.5
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 +3 -2
- package/esm2022/directives.mjs +8 -1
- package/esm2022/excel/excel.module.mjs +4 -5
- package/esm2022/package-metadata.mjs +2 -2
- package/excel/excel.module.d.ts +1 -1
- package/fesm2022/progress-kendo-angular-grid.mjs +14 -8
- package/package.json +18 -18
- package/schematics/ngAdd/index.js +4 -4
package/directives.d.ts
CHANGED
|
@@ -85,6 +85,7 @@ import { ColumnMenuTemplateDirective } from "./column-menu/column-menu-template.
|
|
|
85
85
|
import { ColumnMenuComponent } from "./column-menu/column-menu.component";
|
|
86
86
|
import { ExcelComponent } from "./excel/excel.component";
|
|
87
87
|
import { ExcelCommandDirective } from "./excel/excel-command.directive";
|
|
88
|
+
import { ColumnComponent as ExcelColumnComponent, ColumnGroupComponent as ExcelColumnGroupComponent, FooterTemplateDirective as ExcelFooterTemplateDirective, GroupFooterTemplateDirective as ExcelGroupFooterTemplateDirective, GroupHeaderTemplateDirective as ExcelGroupHeaderTemplateDirective, GroupHeaderColumnTemplateDirective as ExcelGroupHeaderColumnTemplateDirective } from '@progress/kendo-angular-excel-export';
|
|
88
89
|
import { PDFComponent } from "./pdf/pdf.component";
|
|
89
90
|
import { PDFMarginComponent } from "./pdf/pdf-margin.component";
|
|
90
91
|
import { PDFCommandDirective } from "./pdf/pdf-command.directive";
|
|
@@ -233,7 +234,7 @@ export declare const KENDO_GRID_EXPORTS: readonly [typeof GridComponent, typeof
|
|
|
233
234
|
*
|
|
234
235
|
* Utility array that contains the ExcelExport module exports
|
|
235
236
|
*/
|
|
236
|
-
export declare const KENDO_GRID_EXCEL_EXPORT: readonly [typeof ExcelComponent, typeof ExcelCommandDirective, typeof ExcelCommandToolbarDirective];
|
|
237
|
+
export declare const KENDO_GRID_EXCEL_EXPORT: readonly [typeof ExcelComponent, typeof ExcelCommandDirective, typeof ExcelCommandToolbarDirective, typeof ExcelColumnComponent, typeof ExcelColumnGroupComponent, typeof ExcelFooterTemplateDirective, typeof ExcelGroupFooterTemplateDirective, typeof ExcelGroupHeaderColumnTemplateDirective, typeof ExcelGroupHeaderTemplateDirective];
|
|
237
238
|
/**
|
|
238
239
|
* @hidden
|
|
239
240
|
*
|
|
@@ -243,4 +244,4 @@ export declare const KENDO_GRID_PDF_EXPORT: readonly [typeof PDFComponent, typeo
|
|
|
243
244
|
/**
|
|
244
245
|
* Utility array that contains all `Grid` related components and directives
|
|
245
246
|
*/
|
|
246
|
-
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 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 AddCommandToolbarDirective, typeof CellLoadingTemplateDirective, typeof LoadingTemplateDirective, typeof RowReorderColumnComponent, typeof HeaderComponent, typeof HeaderTemplateDirective, typeof ColumnHandleDirective, typeof SelectAllCheckboxDirective, typeof FilterRowComponent, typeof FilterCellComponent, typeof FilterCellTemplateDirective, typeof StringFilterCellComponent, typeof NumericFilterCellComponent, typeof AutoCompleteFilterCellComponent, typeof BooleanFilterCellComponent, typeof FilterCellHostDirective, typeof FilterCellWrapperComponent, typeof DateFilterCellComponent, typeof FilterCellOperatorsComponent, typeof ContainsFilterOperatorComponent, typeof DoesNotContainFilterOperatorComponent, typeof EndsWithFilterOperatorComponent, typeof EqualFilterOperatorComponent, typeof IsEmptyFilterOperatorComponent, typeof IsNotEmptyFilterOperatorComponent, typeof IsNotNullFilterOperatorComponent, typeof IsNullFilterOperatorComponent, typeof NotEqualFilterOperatorComponent, typeof StartsWithFilterOperatorComponent, typeof GreaterFilterOperatorComponent, typeof GreaterOrEqualToFilterOperatorComponent, typeof LessFilterOperatorComponent, typeof LessOrEqualToFilterOperatorComponent, typeof AfterFilterOperatorComponent, typeof AfterEqFilterOperatorComponent, typeof BeforeEqFilterOperatorComponent, typeof BeforeFilterOperatorComponent, typeof FilterMenuComponent, typeof FilterMenuContainerComponent, typeof FilterMenuInputWrapperComponent, typeof StringFilterMenuInputComponent, typeof StringFilterMenuComponent, typeof FilterMenuTemplateDirective, typeof NumericFilterMenuComponent, typeof NumericFilterMenuInputComponent, typeof DateFilterMenuInputComponent, typeof DateFilterMenuComponent, typeof FilterMenuHostDirective, typeof BooleanFilterMenuComponent, typeof FilterMenuDropDownListDirective, typeof BooleanFilterRadioButtonDirective, typeof ColumnChooserComponent, typeof 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 ExcelCommandToolbarDirective, typeof PDFComponent, typeof PDFMarginComponent, typeof PDFCommandDirective, typeof PDFTemplateDirective, typeof PDFCommandToolbarDirective];
|
|
247
|
+
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 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 AddCommandToolbarDirective, typeof CellLoadingTemplateDirective, typeof LoadingTemplateDirective, typeof RowReorderColumnComponent, typeof HeaderComponent, typeof HeaderTemplateDirective, typeof ColumnHandleDirective, typeof SelectAllCheckboxDirective, typeof FilterRowComponent, typeof FilterCellComponent, typeof FilterCellTemplateDirective, typeof StringFilterCellComponent, typeof NumericFilterCellComponent, typeof AutoCompleteFilterCellComponent, typeof BooleanFilterCellComponent, typeof FilterCellHostDirective, typeof FilterCellWrapperComponent, typeof DateFilterCellComponent, typeof FilterCellOperatorsComponent, typeof ContainsFilterOperatorComponent, typeof DoesNotContainFilterOperatorComponent, typeof EndsWithFilterOperatorComponent, typeof EqualFilterOperatorComponent, typeof IsEmptyFilterOperatorComponent, typeof IsNotEmptyFilterOperatorComponent, typeof IsNotNullFilterOperatorComponent, typeof IsNullFilterOperatorComponent, typeof NotEqualFilterOperatorComponent, typeof StartsWithFilterOperatorComponent, typeof GreaterFilterOperatorComponent, typeof GreaterOrEqualToFilterOperatorComponent, typeof LessFilterOperatorComponent, typeof LessOrEqualToFilterOperatorComponent, typeof AfterFilterOperatorComponent, typeof AfterEqFilterOperatorComponent, typeof BeforeEqFilterOperatorComponent, typeof BeforeFilterOperatorComponent, typeof FilterMenuComponent, typeof FilterMenuContainerComponent, typeof FilterMenuInputWrapperComponent, typeof StringFilterMenuInputComponent, typeof StringFilterMenuComponent, typeof FilterMenuTemplateDirective, typeof NumericFilterMenuComponent, typeof NumericFilterMenuInputComponent, typeof DateFilterMenuInputComponent, typeof DateFilterMenuComponent, typeof FilterMenuHostDirective, typeof BooleanFilterMenuComponent, typeof FilterMenuDropDownListDirective, typeof BooleanFilterRadioButtonDirective, typeof ColumnChooserComponent, typeof 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 ExcelCommandToolbarDirective, typeof ExcelColumnComponent, typeof ExcelColumnGroupComponent, typeof ExcelFooterTemplateDirective, typeof ExcelGroupFooterTemplateDirective, typeof ExcelGroupHeaderColumnTemplateDirective, typeof ExcelGroupHeaderTemplateDirective, typeof PDFComponent, typeof PDFMarginComponent, typeof PDFCommandDirective, typeof PDFTemplateDirective, typeof PDFCommandToolbarDirective];
|
package/esm2022/directives.mjs
CHANGED
|
@@ -91,6 +91,7 @@ import { ColumnMenuComponent } from "./column-menu/column-menu.component";
|
|
|
91
91
|
// EXCEL EXPORT
|
|
92
92
|
import { ExcelComponent } from "./excel/excel.component";
|
|
93
93
|
import { ExcelCommandDirective } from "./excel/excel-command.directive";
|
|
94
|
+
import { ColumnComponent as ExcelColumnComponent, ColumnGroupComponent as ExcelColumnGroupComponent, FooterTemplateDirective as ExcelFooterTemplateDirective, GroupFooterTemplateDirective as ExcelGroupFooterTemplateDirective, GroupHeaderTemplateDirective as ExcelGroupHeaderTemplateDirective, GroupHeaderColumnTemplateDirective as ExcelGroupHeaderColumnTemplateDirective } from '@progress/kendo-angular-excel-export';
|
|
94
95
|
// PDF EXPORT
|
|
95
96
|
import { PDFComponent } from "./pdf/pdf.component";
|
|
96
97
|
import { PDFMarginComponent } from "./pdf/pdf-margin.component";
|
|
@@ -427,7 +428,13 @@ export const KENDO_GRID_EXPORTS = [
|
|
|
427
428
|
export const KENDO_GRID_EXCEL_EXPORT = [
|
|
428
429
|
ExcelComponent,
|
|
429
430
|
ExcelCommandDirective,
|
|
430
|
-
ExcelCommandToolbarDirective
|
|
431
|
+
ExcelCommandToolbarDirective,
|
|
432
|
+
ExcelColumnComponent,
|
|
433
|
+
ExcelColumnGroupComponent,
|
|
434
|
+
ExcelFooterTemplateDirective,
|
|
435
|
+
ExcelGroupFooterTemplateDirective,
|
|
436
|
+
ExcelGroupHeaderColumnTemplateDirective,
|
|
437
|
+
ExcelGroupHeaderTemplateDirective
|
|
431
438
|
];
|
|
432
439
|
/**
|
|
433
440
|
* @hidden
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NgModule } from '@angular/core';
|
|
6
6
|
import { IconsService, KENDO_ICONS } from '@progress/kendo-angular-icons';
|
|
7
|
-
import { KENDO_EXCELEXPORT } from '@progress/kendo-angular-excel-export';
|
|
8
7
|
import { KENDO_GRID_EXCEL_EXPORT } from '../directives';
|
|
9
8
|
import * as i0 from "@angular/core";
|
|
10
9
|
import * as i1 from "@progress/kendo-angular-icons";
|
|
@@ -36,14 +35,14 @@ import * as i5 from "@progress/kendo-angular-excel-export";
|
|
|
36
35
|
*/
|
|
37
36
|
export class ExcelModule {
|
|
38
37
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
39
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, imports: [i1.IconComponent, i1.SVGIconComponent, i2.ExcelComponent, i3.ExcelCommandDirective, i4.ExcelCommandToolbarDirective, i5.
|
|
40
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, providers: [IconsService], imports: [KENDO_ICONS, i3.ExcelCommandDirective, i5.
|
|
38
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, imports: [i1.IconComponent, i1.SVGIconComponent, i2.ExcelComponent, i3.ExcelCommandDirective, i4.ExcelCommandToolbarDirective, i5.ColumnComponent, i5.ColumnGroupComponent, i5.FooterTemplateDirective, i5.GroupFooterTemplateDirective, i5.GroupHeaderColumnTemplateDirective, i5.GroupHeaderTemplateDirective], exports: [i2.ExcelComponent, i3.ExcelCommandDirective, i4.ExcelCommandToolbarDirective, i5.ColumnComponent, i5.ColumnGroupComponent, i5.FooterTemplateDirective, i5.GroupFooterTemplateDirective, i5.GroupHeaderColumnTemplateDirective, i5.GroupHeaderTemplateDirective] });
|
|
39
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, providers: [IconsService], imports: [KENDO_ICONS, i3.ExcelCommandDirective, i5.ColumnComponent, i5.ColumnGroupComponent] });
|
|
41
40
|
}
|
|
42
41
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, decorators: [{
|
|
43
42
|
type: NgModule,
|
|
44
43
|
args: [{
|
|
45
|
-
imports: [...KENDO_ICONS, ...KENDO_GRID_EXCEL_EXPORT
|
|
46
|
-
exports: [...KENDO_GRID_EXCEL_EXPORT
|
|
44
|
+
imports: [...KENDO_ICONS, ...KENDO_GRID_EXCEL_EXPORT],
|
|
45
|
+
exports: [...KENDO_GRID_EXCEL_EXPORT],
|
|
47
46
|
providers: [IconsService]
|
|
48
47
|
}]
|
|
49
48
|
}] });
|
|
@@ -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: '17.1.2-develop.
|
|
12
|
+
publishDate: 1734360990,
|
|
13
|
+
version: '17.1.2-develop.5',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
package/excel/excel.module.d.ts
CHANGED
|
@@ -31,6 +31,6 @@ import * as i5 from "@progress/kendo-angular-excel-export";
|
|
|
31
31
|
*/
|
|
32
32
|
export declare class ExcelModule {
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExcelModule, never>;
|
|
34
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ExcelModule, never, [typeof i1.IconComponent, typeof i1.SVGIconComponent, typeof i2.ExcelComponent, typeof i3.ExcelCommandDirective, typeof i4.ExcelCommandToolbarDirective, typeof i5.
|
|
34
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ExcelModule, never, [typeof i1.IconComponent, typeof i1.SVGIconComponent, typeof i2.ExcelComponent, typeof i3.ExcelCommandDirective, typeof i4.ExcelCommandToolbarDirective, typeof i5.ColumnComponent, typeof i5.ColumnGroupComponent, typeof i5.FooterTemplateDirective, typeof i5.GroupFooterTemplateDirective, typeof i5.GroupHeaderColumnTemplateDirective, typeof i5.GroupHeaderTemplateDirective], [typeof i2.ExcelComponent, typeof i3.ExcelCommandDirective, typeof i4.ExcelCommandToolbarDirective, typeof i5.ColumnComponent, typeof i5.ColumnGroupComponent, typeof i5.FooterTemplateDirective, typeof i5.GroupFooterTemplateDirective, typeof i5.GroupHeaderColumnTemplateDirective, typeof i5.GroupHeaderTemplateDirective]>;
|
|
35
35
|
static ɵinj: i0.ɵɵInjectorDeclaration<ExcelModule>;
|
|
36
36
|
}
|
|
@@ -34,7 +34,7 @@ import { trigger, state, style, transition, animate } from '@angular/animations'
|
|
|
34
34
|
import { TabStripComponent, TabStripTabComponent, TabTitleDirective, TabContentDirective } from '@progress/kendo-angular-layout';
|
|
35
35
|
import { saveAs } from '@progress/kendo-file-saver';
|
|
36
36
|
import * as i5$1 from '@progress/kendo-angular-excel-export';
|
|
37
|
-
import { workbookOptions, toDataURL, ColumnBase as ColumnBase$1,
|
|
37
|
+
import { workbookOptions, toDataURL, ColumnBase as ColumnBase$1, ColumnComponent as ColumnComponent$1, ColumnGroupComponent as ColumnGroupComponent$1, FooterTemplateDirective as FooterTemplateDirective$1, GroupFooterTemplateDirective as GroupFooterTemplateDirective$1, GroupHeaderColumnTemplateDirective as GroupHeaderColumnTemplateDirective$1, GroupHeaderTemplateDirective as GroupHeaderTemplateDirective$1 } from '@progress/kendo-angular-excel-export';
|
|
38
38
|
import { PDFExportMarginComponent, PDFExportTemplateDirective, PDFExportComponent } from '@progress/kendo-angular-pdf-export';
|
|
39
39
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
40
40
|
import { DragTargetContainerDirective, DropTargetContainerDirective } from '@progress/kendo-angular-utils';
|
|
@@ -19208,8 +19208,8 @@ const packageMetadata = {
|
|
|
19208
19208
|
name: '@progress/kendo-angular-grid',
|
|
19209
19209
|
productName: 'Kendo UI for Angular',
|
|
19210
19210
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
19211
|
-
publishDate:
|
|
19212
|
-
version: '17.1.2-develop.
|
|
19211
|
+
publishDate: 1734360990,
|
|
19212
|
+
version: '17.1.2-develop.5',
|
|
19213
19213
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
19214
19214
|
};
|
|
19215
19215
|
|
|
@@ -28480,7 +28480,13 @@ const KENDO_GRID_EXPORTS = [
|
|
|
28480
28480
|
const KENDO_GRID_EXCEL_EXPORT = [
|
|
28481
28481
|
ExcelComponent,
|
|
28482
28482
|
ExcelCommandDirective,
|
|
28483
|
-
ExcelCommandToolbarDirective
|
|
28483
|
+
ExcelCommandToolbarDirective,
|
|
28484
|
+
ColumnComponent$1,
|
|
28485
|
+
ColumnGroupComponent$1,
|
|
28486
|
+
FooterTemplateDirective$1,
|
|
28487
|
+
GroupFooterTemplateDirective$1,
|
|
28488
|
+
GroupHeaderColumnTemplateDirective$1,
|
|
28489
|
+
GroupHeaderTemplateDirective$1
|
|
28484
28490
|
];
|
|
28485
28491
|
/**
|
|
28486
28492
|
* @hidden
|
|
@@ -28642,14 +28648,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
28642
28648
|
*/
|
|
28643
28649
|
class ExcelModule {
|
|
28644
28650
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
28645
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, imports: [i1$1.IconComponent, i1$1.SVGIconComponent, ExcelComponent, ExcelCommandDirective, ExcelCommandToolbarDirective, i5$1.
|
|
28646
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, providers: [IconsService], imports: [KENDO_ICONS, ExcelCommandDirective, i5$1.
|
|
28651
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, imports: [i1$1.IconComponent, i1$1.SVGIconComponent, ExcelComponent, ExcelCommandDirective, ExcelCommandToolbarDirective, i5$1.ColumnComponent, i5$1.ColumnGroupComponent, i5$1.FooterTemplateDirective, i5$1.GroupFooterTemplateDirective, i5$1.GroupHeaderColumnTemplateDirective, i5$1.GroupHeaderTemplateDirective], exports: [ExcelComponent, ExcelCommandDirective, ExcelCommandToolbarDirective, i5$1.ColumnComponent, i5$1.ColumnGroupComponent, i5$1.FooterTemplateDirective, i5$1.GroupFooterTemplateDirective, i5$1.GroupHeaderColumnTemplateDirective, i5$1.GroupHeaderTemplateDirective] });
|
|
28652
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, providers: [IconsService], imports: [KENDO_ICONS, ExcelCommandDirective, i5$1.ColumnComponent, i5$1.ColumnGroupComponent] });
|
|
28647
28653
|
}
|
|
28648
28654
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelModule, decorators: [{
|
|
28649
28655
|
type: NgModule,
|
|
28650
28656
|
args: [{
|
|
28651
|
-
imports: [...KENDO_ICONS, ...KENDO_GRID_EXCEL_EXPORT
|
|
28652
|
-
exports: [...KENDO_GRID_EXCEL_EXPORT
|
|
28657
|
+
imports: [...KENDO_ICONS, ...KENDO_GRID_EXCEL_EXPORT],
|
|
28658
|
+
exports: [...KENDO_GRID_EXCEL_EXPORT],
|
|
28653
28659
|
providers: [IconsService]
|
|
28654
28660
|
}]
|
|
28655
28661
|
}] });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-grid",
|
|
3
|
-
"version": "17.1.2-develop.
|
|
3
|
+
"version": "17.1.2-develop.5",
|
|
4
4
|
"description": "Kendo UI Grid for Angular - high performance data grid with paging, filtering, virtualization, CRUD, and more.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -33,27 +33,27 @@
|
|
|
33
33
|
"@progress/kendo-data-query": "^1.0.0",
|
|
34
34
|
"@progress/kendo-drawing": "^1.21.0",
|
|
35
35
|
"@progress/kendo-licensing": "^1.0.2",
|
|
36
|
-
"@progress/kendo-angular-buttons": "17.1.2-develop.
|
|
37
|
-
"@progress/kendo-angular-common": "17.1.2-develop.
|
|
38
|
-
"@progress/kendo-angular-dateinputs": "17.1.2-develop.
|
|
39
|
-
"@progress/kendo-angular-layout": "17.1.2-develop.
|
|
40
|
-
"@progress/kendo-angular-dropdowns": "17.1.2-develop.
|
|
41
|
-
"@progress/kendo-angular-excel-export": "17.1.2-develop.
|
|
42
|
-
"@progress/kendo-angular-icons": "17.1.2-develop.
|
|
43
|
-
"@progress/kendo-angular-inputs": "17.1.2-develop.
|
|
44
|
-
"@progress/kendo-angular-intl": "17.1.2-develop.
|
|
45
|
-
"@progress/kendo-angular-l10n": "17.1.2-develop.
|
|
46
|
-
"@progress/kendo-angular-label": "17.1.2-develop.
|
|
47
|
-
"@progress/kendo-angular-pager": "17.1.2-develop.
|
|
48
|
-
"@progress/kendo-angular-pdf-export": "17.1.2-develop.
|
|
49
|
-
"@progress/kendo-angular-popup": "17.1.2-develop.
|
|
50
|
-
"@progress/kendo-angular-toolbar": "17.1.2-develop.
|
|
51
|
-
"@progress/kendo-angular-utils": "17.1.2-develop.
|
|
36
|
+
"@progress/kendo-angular-buttons": "17.1.2-develop.5",
|
|
37
|
+
"@progress/kendo-angular-common": "17.1.2-develop.5",
|
|
38
|
+
"@progress/kendo-angular-dateinputs": "17.1.2-develop.5",
|
|
39
|
+
"@progress/kendo-angular-layout": "17.1.2-develop.5",
|
|
40
|
+
"@progress/kendo-angular-dropdowns": "17.1.2-develop.5",
|
|
41
|
+
"@progress/kendo-angular-excel-export": "17.1.2-develop.5",
|
|
42
|
+
"@progress/kendo-angular-icons": "17.1.2-develop.5",
|
|
43
|
+
"@progress/kendo-angular-inputs": "17.1.2-develop.5",
|
|
44
|
+
"@progress/kendo-angular-intl": "17.1.2-develop.5",
|
|
45
|
+
"@progress/kendo-angular-l10n": "17.1.2-develop.5",
|
|
46
|
+
"@progress/kendo-angular-label": "17.1.2-develop.5",
|
|
47
|
+
"@progress/kendo-angular-pager": "17.1.2-develop.5",
|
|
48
|
+
"@progress/kendo-angular-pdf-export": "17.1.2-develop.5",
|
|
49
|
+
"@progress/kendo-angular-popup": "17.1.2-develop.5",
|
|
50
|
+
"@progress/kendo-angular-toolbar": "17.1.2-develop.5",
|
|
51
|
+
"@progress/kendo-angular-utils": "17.1.2-develop.5",
|
|
52
52
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"tslib": "^2.3.1",
|
|
56
|
-
"@progress/kendo-angular-schematics": "17.1.2-develop.
|
|
56
|
+
"@progress/kendo-angular-schematics": "17.1.2-develop.5",
|
|
57
57
|
"@progress/kendo-common": "^1.0.1",
|
|
58
58
|
"@progress/kendo-file-saver": "^1.0.0"
|
|
59
59
|
},
|
|
@@ -4,14 +4,14 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
4
4
|
function default_1(options) {
|
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'GridModule', package: 'grid', peerDependencies: {
|
|
6
6
|
// peer deps of the dropdowns
|
|
7
|
-
'@progress/kendo-angular-treeview': '17.1.2-develop.
|
|
8
|
-
'@progress/kendo-angular-navigation': '17.1.2-develop.
|
|
7
|
+
'@progress/kendo-angular-treeview': '17.1.2-develop.5',
|
|
8
|
+
'@progress/kendo-angular-navigation': '17.1.2-develop.5',
|
|
9
9
|
// peer dependency of kendo-angular-inputs
|
|
10
|
-
'@progress/kendo-angular-dialog': '17.1.2-develop.
|
|
10
|
+
'@progress/kendo-angular-dialog': '17.1.2-develop.5',
|
|
11
11
|
// peer dependency of kendo-angular-icons
|
|
12
12
|
'@progress/kendo-svg-icons': '^4.0.0',
|
|
13
13
|
// peer dependency of kendo-angular-layout
|
|
14
|
-
'@progress/kendo-angular-progressbar': '17.1.2-develop.
|
|
14
|
+
'@progress/kendo-angular-progressbar': '17.1.2-develop.5'
|
|
15
15
|
} });
|
|
16
16
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
17
17
|
}
|