diff --git a/package-lock.json b/package-lock.json index 46076265f8de1bbfcaa0a23265d04cecba2e39e7..e0cdd01c194db705d83dc06f97d394be3dd6df9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "webapp", - "version": "2.5.1", + "version": "2.5.2", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -4863,12 +4863,6 @@ "integrity": "sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g==", "dev": true }, - "@types/file-saver": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@types/file-saver/-/file-saver-2.0.1.tgz", - "integrity": "sha512-g1QUuhYVVAamfCifK7oB7G3aIl4BbOyzDOqVyUfEr4tfBKrXfeH+M+Tg7HKCXSrbzxYdhyCP7z9WbKo0R2hBCw==", - "dev": true - }, "@types/geojson": { "version": "7946.0.7", "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.7.tgz", @@ -4907,6 +4901,21 @@ "integrity": "sha512-aWw2YTtAdT7CskFyxEX2K21/zSDStuf/ikI3yBqmwpwJF0pS+/IX5DWv+1UFffZIbruP6cnT9/LAJV1gFwAT1A==", "dev": true }, + "@types/lodash": { + "version": "4.14.150", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.150.tgz", + "integrity": "sha512-kMNLM5JBcasgYscD9x/Gvr6lTAv2NVgsKtet/hm93qMyf/D1pt+7jeEZklKJKxMVmXjxbRVQQGfqDSfipYCO6w==", + "dev": true + }, + "@types/lodash.clonedeep": { + "version": "4.5.6", + "resolved": "https://registry.npmjs.org/@types/lodash.clonedeep/-/lodash.clonedeep-4.5.6.tgz", + "integrity": "sha512-cE1jYr2dEg1wBImvXlNtp0xDoS79rfEdGozQVgliDZj1uERH4k+rmEMTudP9b4VQ8O6nRb5gPqft0QzEQGMQgA==", + "dev": true, + "requires": { + "@types/lodash": "*" + } + }, "@types/mapbox-gl": { "version": "1.7.0", "resolved": "https://registry.npmjs.org/@types/mapbox-gl/-/mapbox-gl-1.7.0.tgz", @@ -8011,11 +8020,6 @@ } } }, - "file-saver": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/file-saver/-/file-saver-2.0.2.tgz", - "integrity": "sha512-Wz3c3XQ5xroCxd1G8b7yL0Ehkf0TC9oYC6buPFkNnU9EnaPlifeAFCyCh+iewXTyFRcg0a6j3J7FmJsIhlhBdw==" - }, "fileset": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/fileset/-/fileset-2.0.3.tgz", diff --git a/package.json b/package.json index d736b8350dfc2f5885ac6412c156f97b7e1c9e67..1812106c16ed2739d7ee40bf97562a23b06524ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webapp", - "version": "2.5.2", + "version": "2.6.0", "license": "GNU Affero General Public License v3.0", "scripts": { "ng": "ng", @@ -41,7 +41,6 @@ "bulma-slider": "^2.0.0", "bulma-tooltip": "^3.0.2", "core-js": "^2.5.7", - "file-saver": "^2.0.2", "font-awesome": "^4.7.0", "hamburgers": "^1.1.3", "jwt-decode": "^2.2.0", @@ -61,10 +60,10 @@ "@angular/cli": "^8.3.23", "@angular/compiler-cli": "8.2.14", "@angular/language-service": "8.2.14", - "@types/file-saver": "^2.0.1", "@types/jasmine": "^2.8.12", "@types/jasminewd2": "^2.0.6", "@types/jwt-decode": "^2.2.1", + "@types/lodash.clonedeep": "^4.5.6", "@types/mapbox-gl": "^1.7.0", "@types/node": "^6.14.2", "codelyzer": "^5.0.1", diff --git a/src/app/core/components/contact/contact.component.html b/src/app/core/components/contact/contact.component.html index 49483505ef2546f02e87ab9a0ad09ed756900df6..64e6355d64d0560b818c2adf91b9be689828f5a5 100644 --- a/src/app/core/components/contact/contact.component.html +++ b/src/app/core/components/contact/contact.component.html @@ -1,236 +1,247 @@ -