@progress/kendo-angular-excel-export 16.6.0-develop.14 → 16.6.0-develop.15
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
CHANGED
|
@@ -9,4 +9,7 @@ import { ColumnComponent } from "./columns/column.component";
|
|
|
9
9
|
import { ColumnGroupComponent } from "./columns/column-group.component";
|
|
10
10
|
import { GroupFooterTemplateDirective } from "./columns/group-footer-template.directive";
|
|
11
11
|
import { GroupHeaderColumnTemplateDirective } from "./columns/group-header-column-template.directive";
|
|
12
|
+
/**
|
|
13
|
+
* Utility array that contains all `@progress/kendo-angular-excel-export` related components and directives
|
|
14
|
+
*/
|
|
12
15
|
export declare const KENDO_EXCELEXPORT: readonly [typeof ExcelExportComponent, typeof ColumnComponent, typeof ColumnGroupComponent, typeof FooterTemplateDirective, typeof GroupFooterTemplateDirective, typeof GroupHeaderColumnTemplateDirective, typeof GroupHeaderTemplateDirective];
|
package/esm2020/directives.mjs
CHANGED
|
@@ -9,6 +9,9 @@ import { ColumnComponent } from "./columns/column.component";
|
|
|
9
9
|
import { ColumnGroupComponent } from "./columns/column-group.component";
|
|
10
10
|
import { GroupFooterTemplateDirective } from "./columns/group-footer-template.directive";
|
|
11
11
|
import { GroupHeaderColumnTemplateDirective } from "./columns/group-header-column-template.directive";
|
|
12
|
+
/**
|
|
13
|
+
* Utility array that contains all `@progress/kendo-angular-excel-export` related components and directives
|
|
14
|
+
*/
|
|
12
15
|
export const KENDO_EXCELEXPORT = [
|
|
13
16
|
ExcelExportComponent,
|
|
14
17
|
ColumnComponent,
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-excel-export',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '16.6.0-develop.
|
|
12
|
+
publishDate: 1722852834,
|
|
13
|
+
version: '16.6.0-develop.15',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -208,8 +208,8 @@ const packageMetadata = {
|
|
|
208
208
|
name: '@progress/kendo-angular-excel-export',
|
|
209
209
|
productName: 'Kendo UI for Angular',
|
|
210
210
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
211
|
-
publishDate:
|
|
212
|
-
version: '16.6.0-develop.
|
|
211
|
+
publishDate: 1722852834,
|
|
212
|
+
version: '16.6.0-develop.15',
|
|
213
213
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
214
214
|
};
|
|
215
215
|
|
|
@@ -550,6 +550,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
550
550
|
}] }];
|
|
551
551
|
} });
|
|
552
552
|
|
|
553
|
+
/**
|
|
554
|
+
* Utility array that contains all `@progress/kendo-angular-excel-export` related components and directives
|
|
555
|
+
*/
|
|
553
556
|
const KENDO_EXCELEXPORT = [
|
|
554
557
|
ExcelExportComponent,
|
|
555
558
|
ColumnComponent,
|
|
@@ -208,8 +208,8 @@ const packageMetadata = {
|
|
|
208
208
|
name: '@progress/kendo-angular-excel-export',
|
|
209
209
|
productName: 'Kendo UI for Angular',
|
|
210
210
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
211
|
-
publishDate:
|
|
212
|
-
version: '16.6.0-develop.
|
|
211
|
+
publishDate: 1722852834,
|
|
212
|
+
version: '16.6.0-develop.15',
|
|
213
213
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
214
214
|
};
|
|
215
215
|
|
|
@@ -538,6 +538,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
538
538
|
type: Optional
|
|
539
539
|
}] }]; } });
|
|
540
540
|
|
|
541
|
+
/**
|
|
542
|
+
* Utility array that contains all `@progress/kendo-angular-excel-export` related components and directives
|
|
543
|
+
*/
|
|
541
544
|
const KENDO_EXCELEXPORT = [
|
|
542
545
|
ExcelExportComponent,
|
|
543
546
|
ColumnComponent,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-excel-export",
|
|
3
|
-
"version": "16.6.0-develop.
|
|
3
|
+
"version": "16.6.0-develop.15",
|
|
4
4
|
"description": "Kendo UI for Angular Excel Export component",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -23,13 +23,13 @@
|
|
|
23
23
|
"@angular/core": "15 - 18",
|
|
24
24
|
"@angular/platform-browser": "15 - 18",
|
|
25
25
|
"@progress/kendo-licensing": "^1.0.2",
|
|
26
|
-
"@progress/kendo-angular-common": "16.6.0-develop.
|
|
27
|
-
"@progress/kendo-angular-l10n": "16.6.0-develop.
|
|
26
|
+
"@progress/kendo-angular-common": "16.6.0-develop.15",
|
|
27
|
+
"@progress/kendo-angular-l10n": "16.6.0-develop.15",
|
|
28
28
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"tslib": "^2.3.1",
|
|
32
|
-
"@progress/kendo-angular-schematics": "16.6.0-develop.
|
|
32
|
+
"@progress/kendo-angular-schematics": "16.6.0-develop.15",
|
|
33
33
|
"@progress/kendo-file-saver": "^1.0.0",
|
|
34
34
|
"@progress/kendo-intl": "^3.0.0",
|
|
35
35
|
"@progress/kendo-ooxml": "^1.9.0"
|