@slickgrid-universal/text-export 2.0.0 → 2.1.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.
@@ -1,5 +1,5 @@
1
1
  import { Column, ContainerService, ExternalResource, FileType, GridOption, KeyTitlePair, Locale, PubSubService, SlickDataView, SlickGrid, TextExportOption, TextExportService as BaseTextExportService, TranslaterService } from '@slickgrid-universal/common';
2
- declare type ExportTextDownloadOption = {
2
+ type ExportTextDownloadOption = {
3
3
  filename: string;
4
4
  content: string;
5
5
  format: FileType | string;
@@ -1,5 +1,5 @@
1
1
  import { Column, ContainerService, ExternalResource, FileType, GridOption, KeyTitlePair, Locale, PubSubService, SlickDataView, SlickGrid, TextExportOption, TextExportService as BaseTextExportService, TranslaterService } from '@slickgrid-universal/common';
2
- declare type ExportTextDownloadOption = {
2
+ type ExportTextDownloadOption = {
3
3
  filename: string;
4
4
  content: string;
5
5
  format: FileType | string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slickgrid-universal/text-export",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "description": "Export to Text File (csv/txt) Service.",
5
5
  "main": "dist/commonjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -29,13 +29,13 @@
29
29
  "not dead"
30
30
  ],
31
31
  "dependencies": {
32
- "@slickgrid-universal/common": "~2.0.0",
33
- "@slickgrid-universal/utils": "~2.0.0",
32
+ "@slickgrid-universal/common": "~2.1.0",
33
+ "@slickgrid-universal/utils": "~2.1.0",
34
34
  "text-encoding-utf-8": "^1.0.2"
35
35
  },
36
36
  "funding": {
37
37
  "type": "ko_fi",
38
38
  "url": "https://ko-fi.com/ghiscoding"
39
39
  },
40
- "gitHead": "4c1c9ebfa38f03aa48a9a38c9d1759d4db2dea2d"
40
+ "gitHead": "6dacb35f8c7bba5378919ae64923fde0dcd75d6a"
41
41
  }