forked from codice/ddf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DDF-2644 Fixes issue with datepicker dependency that was switched to …
…npm (codice#1620) - The datepicker was switched from being resolved through bower to being resolved through npm recently, with codice@fc8a567 - Unfortunately, the css has been missing since that commit. When I added the css back in using webpack, I noticed the datepicker had some regressions. As such, I rolled it back to the original bower version. - Updates bootstrapDatepicker less to provide a better experience when hovering over the active dates, and to better match the rest of the UI color scheme
- Loading branch information
1 parent
380ca0d
commit af585e8
Showing
5 changed files
with
37 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 16 additions & 5 deletions
21
catalog/ui/catalog-ui-search/src/main/webapp/less/components/bootstrapDatepicker.less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2767,14 +2767,14 @@ entities@~1.1.1: | |
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.1.tgz#6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0" | ||
|
||
[email protected].45: | ||
version "4.17.45" | ||
resolved "https://registry.yarnpkg.com/eonasdan-bootstrap-datetimepicker/-/eonasdan-bootstrap-datetimepicker-4.17.45.tgz#def7e1423c9f2943a9f8bf2925c61af030079773" | ||
eonasdan-bootstrap-datetimepicker@Eonasdan/bootstrap-datetimepicker#4.17.37: | ||
version "4.17.37" | ||
resolved "https://codeload.github.com/Eonasdan/bootstrap-datetimepicker/tar.gz/fd8bd86dd78f789fb742798b7d49aba0a957af62" | ||
dependencies: | ||
bootstrap "^3.3" | ||
jquery "^1.8.3 || ^2.0" | ||
moment "^2.10" | ||
moment-timezone "^0.4.0" | ||
jquery ">=1.8.3 <2.2.0" | ||
moment "~2.8" | ||
moment-timezone "~0.4" | ||
|
||
errno@^0.1.1, errno@^0.1.3: | ||
version "0.1.4" | ||
|
@@ -4887,7 +4887,7 @@ [email protected]: | |
version "1.10.4" | ||
resolved "https://registry.yarnpkg.com/jquery-ui/-/jquery-ui-1.10.4.tgz#a096fe5f4e0f2ab69a0585cf10455877f57506bd" | ||
|
||
[email protected], jquery@>=1.7.1, "jquery@^1.8.3 || ^2.0": | ||
[email protected], jquery@>=1.7.1, "jquery@>=1.8.3 <2.2.0": | ||
version "1.12.4" | ||
resolved "https://registry.yarnpkg.com/jquery/-/jquery-1.12.4.tgz#01e1dfba290fe73deba77ceeacb0f9ba2fec9e0c" | ||
|
||
|
@@ -5802,16 +5802,20 @@ module-deps@^4.0.8: | |
through2 "^2.0.0" | ||
xtend "^4.0.0" | ||
|
||
moment-timezone@^0.4.0: | ||
moment-timezone@~0.4: | ||
version "0.4.1" | ||
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.4.1.tgz#81f598c3ad5e22cdad796b67ecd8d88d0f5baa06" | ||
dependencies: | ||
moment ">= 2.6.0" | ||
|
||
[email protected], "moment@>= 2.6.0", moment@^2.10: | ||
[email protected], "moment@>= 2.6.0": | ||
version "2.13.0" | ||
resolved "https://registry.yarnpkg.com/moment/-/moment-2.13.0.tgz#24162d99521e6d40f99ae6939e806d2139eaac52" | ||
|
||
moment@~2.8: | ||
version "2.8.4" | ||
resolved "https://registry.yarnpkg.com/moment/-/moment-2.8.4.tgz#cc174aabb19223efff5699a9467805a2789838bf" | ||
|
||
monotone-convex-hull-2d@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/monotone-convex-hull-2d/-/monotone-convex-hull-2d-1.0.1.tgz#47f5daeadf3c4afd37764baa1aa8787a40eee08c" | ||
|