@slickgrid-universal/text-export 2.0.0 → 2.1.1
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/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
[](https://opensource.org/licenses/MIT)
|
|
2
2
|
[](http://www.typescriptlang.org/)
|
|
3
3
|
[](https://github.com/ghiscoding/lerna-lite)
|
|
4
|
-
[](https://www.npmjs.com/package/@slickgrid-universal/text-export)
|
|
5
|
+
[](https://www.npmjs.com/package/@slickgrid-universal/text-export)
|
|
6
6
|
|
|
7
7
|
[](https://github.com/ghiscoding/slickgrid-universal/actions)
|
|
8
8
|
[](https://www.cypress.io/)
|
|
@@ -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
|
-
|
|
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
|
-
|
|
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.
|
|
3
|
+
"version": "2.1.1",
|
|
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.
|
|
33
|
-
"@slickgrid-universal/utils": "~2.
|
|
32
|
+
"@slickgrid-universal/common": "~2.1.1",
|
|
33
|
+
"@slickgrid-universal/utils": "~2.1.1",
|
|
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": "
|
|
40
|
+
"gitHead": "6575805f8be44e9e0d34daa1f97e342e1a88d7f5"
|
|
41
41
|
}
|