From d18cd6f98c46653a142c3038f8204d189c716f10 Mon Sep 17 00:00:00 2001 From: nobody Date: Fri, 9 Dec 2022 05:54:36 +0100 Subject: [PATCH] ngx-bootstrap v10.0.0 (#1245) --- THIRD_PARTY.txt | 1 + modules/internal/targets.js | 1 + pages/updates/updates.html | 4 + .../10.0.0/datepicker/bs-datepicker.css | 680 ++++++++++++++++++ 4 files changed, 686 insertions(+) create mode 100644 resources/ngx-bootstrap/10.0.0/datepicker/bs-datepicker.css diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 773ef09a..73d5c10e 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1872,6 +1872,7 @@ https://cdn.jsdelivr.net/npm/@findify/bundle@7.1.77/dist/styles.css https://cdn.jsdelivr.net/npm/instantsearch.css@7.4.5/themes/algolia-min.css https://cdn.jsdelivr.net/npm/in-view@0.6.1/dist/in-view.min.js https://cdn.jsdelivr.net/npm/leaflet.featuregroup.subgroup@1.0.2/dist/leaflet.featuregroup.subgroup.js +https://cdn.jsdelivr.net/npm/ngx-bootstrap@10.0.0/datepicker/bs-datepicker.css https://cdn.jsdelivr.net/npm/ngx-bootstrap@6.2.0/datepicker/bs-datepicker.css https://cdn.jsdelivr.net/npm/ngx-bootstrap@7.1.2/datepicker/bs-datepicker.css https://cdn.jsdelivr.net/npm/ngx-bootstrap@8.0.0/datepicker/bs-datepicker.css diff --git a/modules/internal/targets.js b/modules/internal/targets.js index e39c03d7..d0d05292 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -362,6 +362,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/ngx-bootstrap/7.')) return '7.1.2'; if (type.startsWith('/ngx-bootstrap/8.')) return '8.0.0'; if (type.startsWith('/ngx-bootstrap/9.')) return '9.0.0'; + if (type.startsWith('/ngx-bootstrap/10.')) return '10.0.0'; if (type.startsWith('/noUiSlider/14.')) return '14.7.0'; if (type.startsWith('/noUiSlider/15.')) return '15.6.1'; if (type.startsWith('/nvd3/1.')) return '1.8.6'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index a4f1a52e..a28ec8d1 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -35,6 +35,10 @@
  • dayjs v1.11.6 -> v1.11.7 (#1243)
  • hls.js v1.2.8 -> v1.2.9 (#1244)
  • +

    Added

    +

    Fixed