From d457300496471099ff637ede241a2a2bdac6c8d8 Mon Sep 17 00:00:00 2001 From: Tony Air Date: Tue, 20 Jul 2021 00:47:49 +0200 Subject: [PATCH] Rewrite Maps API to vanilla js --- dist/icons/manifest.webapp | 2 +- dist/icons/yandex-browser-manifest.json | 2 +- dist/index.html | 2 +- dist/js/app.js | 2 +- dist/js/app_sw.js | 2 +- dist/records.json | 339 ++++++++-------- dist/report.html | 4 +- package.json | 20 +- src/js/_ui/_ui.carousel.js | 144 +++---- src/js/_ui/map.api.js | 190 ++++----- src/js/drivers/_map.google.js | 506 ++++++++++++------------ src/js/drivers/_map.google.marker.js | 390 +++++++++--------- 12 files changed, 814 insertions(+), 789 deletions(-) diff --git a/dist/icons/manifest.webapp b/dist/icons/manifest.webapp index e6dab69..5b77847 100644 --- a/dist/icons/manifest.webapp +++ b/dist/icons/manifest.webapp @@ -1,5 +1,5 @@ { - "version": "4.0.4", + "version": "4.0.5", "name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate-react", "description": "This UI Kit allows you to build Bootstrap 5 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.", "icons": { diff --git a/dist/icons/yandex-browser-manifest.json b/dist/icons/yandex-browser-manifest.json index 5521398..da6f963 100644 --- a/dist/icons/yandex-browser-manifest.json +++ b/dist/icons/yandex-browser-manifest.json @@ -1,5 +1,5 @@ { - "version": "4.0.4", + "version": "4.0.5", "api_version": 1, "layout": { "logo": "yandex-browser-50x50.png", diff --git a/dist/index.html b/dist/index.html index 82c4b93..65991a7 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1,4 +1,4 @@ -Webpack Bootstrap 4 UI Demo


LOADING...
L O A D I N G . . .