Commit 5d8a37e97a957969bfa220c9932fe549ad34041b

Authored by Vladyslav Prykhodko
Committed by Andrew Shvayka
1 parent dbf8bf67

UI Updated dependency

... ... @@ -105,10 +105,9 @@
105 105 "@types/jquery": "^3.5.1",
106 106 "@types/js-beautify": "^1.11.0",
107 107 "@types/jstree": "^3.3.40",
108   - "@types/jszip": "^3.4.1",
109 108 "@types/leaflet": "^1.5.17",
110   - "@types/leaflet-markercluster": "^1.0.3",
111 109 "@types/leaflet-polylinedecorator": "^1.6.0",
  110 + "@types/leaflet.markercluster": "^1.4.2",
112 111 "@types/lodash": "^4.14.159",
113 112 "@types/raphael": "^2.3.0",
114 113 "@types/react": "^16.9.46",
... ...
... ... @@ -421,7 +421,7 @@ export class ImportExportService {
421 421 }
422 422
423 423 public exportJSZip(data: object, filename: string) {
424   - const jsZip: JSZip = new JSZip();
  424 + const jsZip = new JSZip();
425 425 for (const keyName in data) {
426 426 if (data.hasOwnProperty(keyName)) {
427 427 const valueData = data[keyName];
... ...
... ... @@ -3,7 +3,7 @@
3 3 "compilerOptions": {
4 4 "outDir": "../out-tsc/app",
5 5 "types": ["node", "jquery", "flot", "tooltipster", "tinycolor2", "js-beautify",
6   - "react", "react-dom", "jstree", "raphael", "canvas-gauges", "leaflet", "leaflet-markercluster"]
  6 + "react", "react-dom", "jstree", "raphael", "canvas-gauges", "leaflet", "leaflet.markercluster"]
7 7 },
8 8 "angularCompilerOptions": {
9 9 "fullTemplateTypeCheck": true
... ...
... ... @@ -1397,20 +1397,6 @@
1397 1397 dependencies:
1398 1398 "@types/jquery" "*"
1399 1399
1400   -"@types/jszip@^3.4.1":
1401   - version "3.4.1"
1402   - resolved "https://registry.yarnpkg.com/@types/jszip/-/jszip-3.4.1.tgz#e7a4059486e494c949ef750933d009684227846f"
1403   - integrity sha512-TezXjmf3lj+zQ651r6hPqvSScqBLvyPI9FxdXBqpEwBijNGQ2NXpaFW/7joGzveYkKQUil7iiDHLo6LV71Pc0A==
1404   - dependencies:
1405   - jszip "*"
1406   -
1407   -"@types/leaflet-markercluster@^1.0.3":
1408   - version "1.0.3"
1409   - resolved "https://registry.yarnpkg.com/@types/leaflet-markercluster/-/leaflet-markercluster-1.0.3.tgz#64151be453f6490e8751500482deb961064e782c"
1410   - integrity sha1-ZBUb5FP2SQ6HUVAEgt65YQZOeCw=
1411   - dependencies:
1412   - "@types/leaflet" "*"
1413   -
1414 1400 "@types/leaflet-polylinedecorator@^1.6.0":
1415 1401 version "1.6.0"
1416 1402 resolved "https://registry.yarnpkg.com/@types/leaflet-polylinedecorator/-/leaflet-polylinedecorator-1.6.0.tgz#1572131ffedb3154c6e18e682d2fb700e203af19"
... ... @@ -1418,6 +1404,13 @@
1418 1404 dependencies:
1419 1405 "@types/leaflet" "*"
1420 1406
  1407 +"@types/leaflet.markercluster@^1.4.2":
  1408 + version "1.4.2"
  1409 + resolved "https://registry.yarnpkg.com/@types/leaflet.markercluster/-/leaflet.markercluster-1.4.2.tgz#86b8ab7ca2397b48d9ba637757aaf7a6d1cc6f0f"
  1410 + integrity sha512-QQ//hevAxMH2dlRQdRre7V/1G+TbtuDtZnZF/75TNwVIgklrsQVCIcS/cvLsl7UUryfPJ6xmoYHfFzK5iGVgpg==
  1411 + dependencies:
  1412 + "@types/leaflet" "*"
  1413 +
1421 1414 "@types/leaflet@*", "@types/leaflet@^1.5.17":
1422 1415 version "1.5.17"
1423 1416 resolved "https://registry.yarnpkg.com/@types/leaflet/-/leaflet-1.5.17.tgz#b2153dc12c344e6896a93ffc6b61ac79da251e5b"
... ... @@ -5632,7 +5625,7 @@ jstree@^3.3.10:
5632 5625 dependencies:
5633 5626 jquery ">=1.9.1"
5634 5627
5635   -jszip@*, jszip@^3.1.3, jszip@^3.5.0:
  5628 +jszip@^3.1.3, jszip@^3.5.0:
5636 5629 version "3.5.0"
5637 5630 resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.5.0.tgz#b4fd1f368245346658e781fec9675802489e15f6"
5638 5631 integrity sha512-WRtu7TPCmYePR1nazfrtuF216cIVon/3GWOvHS9QR5bIwSbnxtdpma6un3jyGGNhHsKCSzn5Ypk+EkDRvTGiFA==
... ...