@igo2/geo 18.0.0-next.7 → 18.0.0-next.8
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.
|
@@ -28,11 +28,8 @@ export declare class ExportService {
|
|
|
28
28
|
exportExcel(map: IgoMap, store: WorkspaceStore, data: ExportOptions): Promise<void>;
|
|
29
29
|
private getTitleFromLayers;
|
|
30
30
|
private getLayerTitleFromId;
|
|
31
|
-
private addExcelSheet;
|
|
32
31
|
private formatRecord;
|
|
33
32
|
private formatDataType;
|
|
34
|
-
private getColumnsInfo;
|
|
35
|
-
private getColumnMaxWidth;
|
|
36
33
|
private exportWithOgre;
|
|
37
34
|
private formatFilename;
|
|
38
35
|
private nothingToExport;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igo2/geo",
|
|
3
|
-
"version": "18.0.0-next.
|
|
3
|
+
"version": "18.0.0-next.8",
|
|
4
4
|
"description": "IGO Library",
|
|
5
5
|
"author": "IGO Community",
|
|
6
6
|
"keywords": [
|
|
@@ -40,8 +40,7 @@
|
|
|
40
40
|
"nosleep.js": "^0.12.0",
|
|
41
41
|
"ts-cacheable": "^1.0.6",
|
|
42
42
|
"ts-md5": "^1.3.0",
|
|
43
|
-
"tslib": "^2.6.0"
|
|
44
|
-
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
|
|
43
|
+
"tslib": "^2.6.0"
|
|
45
44
|
},
|
|
46
45
|
"peerDependencies": {
|
|
47
46
|
"@angular/animations": "^18.0.0",
|
|
@@ -51,10 +50,10 @@
|
|
|
51
50
|
"@angular/material": "^18.0.0",
|
|
52
51
|
"@angular/material-moment-adapter": "^18.0.0",
|
|
53
52
|
"@angular/platform-browser": "^18.0.0",
|
|
54
|
-
"@igo2/auth": "^18.0.0-next.
|
|
55
|
-
"@igo2/common": "^18.0.0-next.
|
|
56
|
-
"@igo2/core": "^18.0.0-next.
|
|
57
|
-
"@igo2/utils": "^18.0.0-next.
|
|
53
|
+
"@igo2/auth": "^18.0.0-next.8",
|
|
54
|
+
"@igo2/common": "^18.0.0-next.8",
|
|
55
|
+
"@igo2/core": "^18.0.0-next.8",
|
|
56
|
+
"@igo2/utils": "^18.0.0-next.8",
|
|
58
57
|
"@mat-datetimepicker/core": "~14.0.0",
|
|
59
58
|
"file-saver": "^2.0.2",
|
|
60
59
|
"flexsearch": "0.7.21",
|