@progress/kendo-vue-excel-export 3.3.3 → 3.3.5-dev.202206141337

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.
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-excel-export',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1653914035,
8
+ publishDate: 1655213420,
9
9
  version: '',
10
10
  licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
11
11
  };
@@ -1,7 +1,5 @@
1
1
  import { ExcelExportOptions } from './ExcelExportOptions';
2
2
  /**
3
- * Exports the data to Excel file.
4
- *
5
- * @param exportOptions - the export options.
3
+ * @hidden
6
4
  */
7
5
  export default function saveExcel(exportOptions: ExcelExportOptions): void;
@@ -1,9 +1,7 @@
1
1
  import { workbookOptions, toDataURL } from './ooxml/workbook';
2
2
  import { saveAs } from '@progress/kendo-file-saver';
3
3
  /**
4
- * Exports the data to Excel file.
5
- *
6
- * @param exportOptions - the export options.
4
+ * @hidden
7
5
  */
8
6
  export default function saveExcel(exportOptions) {
9
7
  // validatePackage(packageMetadata);
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-vue-excel-export',
9
9
  productName: 'Kendo UI for Vue',
10
10
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
11
- publishDate: 1653914035,
11
+ publishDate: 1655213420,
12
12
  version: '',
13
13
  licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
14
14
  };
@@ -1,7 +1,5 @@
1
1
  import { ExcelExportOptions } from './ExcelExportOptions';
2
2
  /**
3
- * Exports the data to Excel file.
4
- *
5
- * @param exportOptions - the export options.
3
+ * @hidden
6
4
  */
7
5
  export default function saveExcel(exportOptions: ExcelExportOptions): void;
@@ -3,9 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var workbook_1 = require("./ooxml/workbook");
4
4
  var kendo_file_saver_1 = require("@progress/kendo-file-saver");
5
5
  /**
6
- * Exports the data to Excel file.
7
- *
8
- * @param exportOptions - the export options.
6
+ * @hidden
9
7
  */
10
8
  function saveExcel(exportOptions) {
11
9
  // validatePackage(packageMetadata);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-vue-excel-export",
3
- "version": "3.3.3",
3
+ "version": "3.3.5-dev.202206141337",
4
4
  "description": "Kendo UI for Vue Excel Export package",
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,7 +28,7 @@
28
28
  "dependencies": {
29
29
  "@progress/kendo-file-saver": "^1.1.0",
30
30
  "@progress/kendo-ooxml": "^1.6.1",
31
- "@progress/kendo-vue-common": "3.3.3"
31
+ "@progress/kendo-vue-common": "3.3.5-dev.202206141337"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@progress/kendo-data-query": "^1.5.4",