From cc96bf1e8cb710f7ead7e82c3c836148b19f1c9f Mon Sep 17 00:00:00 2001 From: Tony Air Date: Tue, 25 Oct 2022 19:31:10 +0200 Subject: [PATCH] Vanilla JS select UI --- 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 | 165 ++++++++++++++++++++++++ dist/report.html | 4 +- src/js/drivers/map.google.js | 4 +- src/js/ui/map.api.js | 16 ++- src/js/ui/select.js | 31 +++++ 10 files changed, 215 insertions(+), 15 deletions(-) create mode 100644 src/js/ui/select.js diff --git a/dist/icons/manifest.webapp b/dist/icons/manifest.webapp index 224d8fd..231a1ec 100644 --- a/dist/icons/manifest.webapp +++ b/dist/icons/manifest.webapp @@ -1,5 +1,5 @@ { - "version": "4.7.9", + "version": "4.8.0", "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 1cfb403..3d94269 100644 --- a/dist/icons/yandex-browser-manifest.json +++ b/dist/icons/yandex-browser-manifest.json @@ -1,5 +1,5 @@ { - "version": "4.7.9", + "version": "4.8.0", "api_version": 1, "layout": { "logo": "yandex-browser-50x50.png", diff --git a/dist/index.html b/dist/index.html index 2eadac7..b42c7b4 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 . . .