@progress/kendo-angular-excel-export 19.1.2-develop.4 → 19.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.
@@ -23,6 +23,9 @@ import * as i1 from "@progress/kendo-angular-l10n";
|
|
23
23
|
* <kendo-excelexport-column field="ProductName" title="Product Name"></kendo-excelexport-column>
|
24
24
|
* </kendo-excelexport>
|
25
25
|
* ```
|
26
|
+
*
|
27
|
+
* @remarks
|
28
|
+
* Supported children components are: {@link ColumnComponent}, {@link ColumnGroupComponent}.
|
26
29
|
*/
|
27
30
|
export class ExcelExportComponent {
|
28
31
|
localization;
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
13
|
-
publishDate:
|
14
|
-
version: '19.1.2-develop.
|
13
|
+
publishDate: 1750430933,
|
14
|
+
version: '19.1.2-develop.5',
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
16
16
|
};
|
@@ -20,6 +20,9 @@ import * as i0 from "@angular/core";
|
|
20
20
|
* <kendo-excelexport-column field="ProductName" title="Product Name"></kendo-excelexport-column>
|
21
21
|
* </kendo-excelexport>
|
22
22
|
* ```
|
23
|
+
*
|
24
|
+
* @remarks
|
25
|
+
* Supported children components are: {@link ColumnComponent}, {@link ColumnGroupComponent}.
|
23
26
|
*/
|
24
27
|
export declare class ExcelExportComponent {
|
25
28
|
private localization;
|
@@ -253,8 +253,8 @@ const packageMetadata = {
|
|
253
253
|
productName: 'Kendo UI for Angular',
|
254
254
|
productCode: 'KENDOUIANGULAR',
|
255
255
|
productCodes: ['KENDOUIANGULAR'],
|
256
|
-
publishDate:
|
257
|
-
version: '19.1.2-develop.
|
256
|
+
publishDate: 1750430933,
|
257
|
+
version: '19.1.2-develop.5',
|
258
258
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
259
259
|
};
|
260
260
|
|
@@ -270,6 +270,9 @@ const packageMetadata = {
|
|
270
270
|
* <kendo-excelexport-column field="ProductName" title="Product Name"></kendo-excelexport-column>
|
271
271
|
* </kendo-excelexport>
|
272
272
|
* ```
|
273
|
+
*
|
274
|
+
* @remarks
|
275
|
+
* Supported children components are: {@link ColumnComponent}, {@link ColumnGroupComponent}.
|
273
276
|
*/
|
274
277
|
class ExcelExportComponent {
|
275
278
|
localization;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-excel-export",
|
3
|
-
"version": "19.1.2-develop.
|
3
|
+
"version": "19.1.2-develop.5",
|
4
4
|
"description": "Kendo UI for Angular Excel Export component",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"author": "Progress",
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"package": {
|
20
20
|
"productName": "Kendo UI for Angular",
|
21
21
|
"productCode": "KENDOUIANGULAR",
|
22
|
-
"publishDate":
|
22
|
+
"publishDate": 1750430933,
|
23
23
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
24
24
|
}
|
25
25
|
},
|
@@ -29,13 +29,13 @@
|
|
29
29
|
"@angular/core": "16 - 20",
|
30
30
|
"@angular/platform-browser": "16 - 20",
|
31
31
|
"@progress/kendo-licensing": "^1.5.0",
|
32
|
-
"@progress/kendo-angular-common": "19.1.2-develop.
|
33
|
-
"@progress/kendo-angular-l10n": "19.1.2-develop.
|
32
|
+
"@progress/kendo-angular-common": "19.1.2-develop.5",
|
33
|
+
"@progress/kendo-angular-l10n": "19.1.2-develop.5",
|
34
34
|
"rxjs": "^6.5.3 || ^7.0.0"
|
35
35
|
},
|
36
36
|
"dependencies": {
|
37
37
|
"tslib": "^2.3.1",
|
38
|
-
"@progress/kendo-angular-schematics": "19.1.2-develop.
|
38
|
+
"@progress/kendo-angular-schematics": "19.1.2-develop.5",
|
39
39
|
"@progress/kendo-file-saver": "^1.0.0",
|
40
40
|
"@progress/kendo-intl": "^3.0.0",
|
41
41
|
"@progress/kendo-ooxml": "^1.9.0"
|