Skip to content

Commit

Permalink
updated bower components
Browse files Browse the repository at this point in the history
- updated bootstrap-datepicker to 1.9.0
- updated chart.js to 1.1.1
- updated ckeditor to 4.12.1
- updated jquery to 3.4.1
- updated raphael to 2.2.7
- updated select2 to 4.0.8
  • Loading branch information
REJack committed Aug 9, 2019
1 parent 239be16 commit 785cd51
Show file tree
Hide file tree
Showing 471 changed files with 19,551 additions and 26,651 deletions.
10 changes: 5 additions & 5 deletions bower_components/bootstrap-datepicker/.bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
},
"ignore": [],
"homepage": "https://github.com/eternicode/bootstrap-datepicker",
"version": "1.8.0",
"_release": "1.8.0",
"version": "1.9.0",
"_release": "1.9.0",
"_resolution": {
"type": "version",
"tag": "v1.8.0",
"commit": "0d32bc5d91da11d9a3587537c3c36ce7ee815c94"
"tag": "v1.9.0",
"commit": "fb8776d65825068b9f914ab37d6fd847c951f488"
},
"_source": "https://github.com/eternicode/bootstrap-datepicker.git",
"_target": "^1.7.0",
"_target": "^1.7",
"_originalSource": "bootstrap-datepicker"
}
2 changes: 1 addition & 1 deletion bower_components/bootstrap-datepicker/.editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EditorConfig is awesome: http://EditorConfig.org
# EditorConfig is awesome: https://editorconfig.org

root = true

Expand Down
4 changes: 1 addition & 3 deletions bower_components/bootstrap-datepicker/.travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
sudo: false

language: node_js

node_js:
- "6"
- "12"

before_script:
- npm install -g grunt-cli
60 changes: 39 additions & 21 deletions bower_components/bootstrap-datepicker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Changelog
=========

1.9.0
-----

## Features
* Added clearDates for clears range (#2114)

## Bugfix
* Hide today button when before start or after end date (#2474)
* Fix navigation buttons states (#2277)
* Fix updateNavArrows bug (#2230)

## Locales
### Bugfix
* Added monthsTitle to Latvian locale (#2255)
* Rename en-CA locale file to match the rest of the files (#2217)
* Fix cs locale date format (#2275)
* Added translation for months (fixing the default 'en' locale) (#2271)

1.7.1
-----

Expand Down Expand Up @@ -49,7 +67,7 @@ Changelog
* en-IE (#1800)
* ar-tn (#1863)
* Added Sinhala (si) locale (#2025)
* Occitan locale (#2024 + #2026)
* Occitan locale (#2024 + #2026)
* [l10n]Add breton translation (#2028)
* Added Tajik language (#2117)
* Add Uzbek latin and cyrill locales (#2152)
Expand Down Expand Up @@ -112,19 +130,19 @@ Features
* Replace arrow entities for glyphicon + template + libs snippets (Fixes: #610 #833 #1007)
* added class .disabled to dow header
* Rename "remove" to "destroy" and create alias

Bugfix

* Month/year view keyboard navigation
* fix changeMonth, changeYear not triggered when selecting day from prev/next month
* Fix default arrows for BS2 and screenshots (for docs)
* Extend beforeShowMonth event functionality to work like beforeShowDay and beforeShowYear

Locale changes

* Correct date format for ko locale
* Add en-AU (Australian English) locale

Repository

* Add CSS sourcemap
Expand All @@ -143,17 +161,17 @@ Bugfixes
* Use document scrollTop instead of body scrollTop when using the body container
* Fix focus for disabled week days (Fixes: #1365, #1187, #1648)
* Fixes enableOnReadOnly bug when datepicker is of type component

Translations
* Added missing translations for slovak translation. (Fixes: #1521)
* Added missing date format for norwegian (nb) locale (Fixes #1690)
* Armenian translation short names
* adding Today translation, default date format for the lithuanian translation

Docs
* Document data-api on container
* Added docs for the different stylesheet files. (Fixes #1459)

Repository
* Enable travis container builds for faster builds

Expand Down Expand Up @@ -181,7 +199,7 @@ Features
Bugfixes:
* Scrolling on mobile device closes datepicker
* Use $.on() instead $.bind()
* Fixed right-click and edit-menu paste
* Fixed right-click and edit-menu paste
* Ported prototype fix for Prototype Compability
* Fixed issue with startview year
* Fixed padding inconsistency with twitter bootstrap 3
Expand All @@ -190,10 +208,10 @@ Bugfixes:
* Fixes the issue with a date change firing mulitple change events
* removed hard dependency on bootstrap (because of twbs-sass package)
* Clearing the date should reset to defaultViewDate
* Datepicker orientation mix up - top = bottom and bottom = top
* Datepicker orientation mix up - top = bottom and bottom = top
* Fix cursor thead styles
* Fix date-reset issue when navigating to next with invalid date
* Using orientation:auto but date picker still appears above, cut off, when there plenty of space below.
* Using orientation:auto but date picker still appears above, cut off, when there plenty of space below.
* lots of orientation fixes

Locale changes:
Expand Down Expand Up @@ -275,16 +293,16 @@ Repo changes:
* Add package name and version to npm package.json

Bugfixes:
* Remove font-family declaration for datepicker
* Remove font-family declaration for datepicker
* Don't deselect date unless datepicker is multidate
* Removed comment from compiled CSS.
* Don't clear input after typing date and hitting Enter when keyboard nav is disabled
* Fixing the ui displaying 'undefined nan' when typing dates in Firefox & IE
* Reset tooltip to a default empty value
* Fix colspan if calendarWeeks & clearBtn are true
* Fixing the ui displaying 'undefined nan' when typing dates in Firefox & IE
* Reset tooltip to a default empty value
* Fix colspan if calendarWeeks & clearBtn are true
* Removed fixed width and height in large and small group addon
* z-index calculation should not stop at first element
* Fix IE8 bug with Array#splice with one argument
* Fix IE8 bug with Array#splice with one argument

Documentation:
* ghpages: jQuery js not being loaded when using HTTPS
Expand All @@ -306,7 +324,7 @@ Updated languages:
* Fixed Albanian translation typo's
* Add missing clear and format localization value for Russian translation
* Updated Serbian translation
* Fixed Ukrainian iso code to uk instead of ua
* Fixed Ukrainian iso code to uk instead of ua
* Updated greek translation
* Update Catalan and Spanish localizations
* Added missing armenian translations
Expand Down Expand Up @@ -351,7 +369,7 @@ Locale changes:
* De-duplicated Ukrainian files from `uk` and `ua` to just `ua`

Repository changes:
* Documentation has been moved from the base `README.md` file to the `docs/` folder, and been re-written to use sphinx docs. The docs are now viewable online at http://bootstrap-datepicker.readthedocs.org/. The [gh-pages](http://eternicode.github.io/bootstrap-datepicker/) branch has been reduced to the sandbox demo.
* Documentation has been moved from the base `README.md` file to the `docs/` folder, and been re-written to use sphinx docs. The docs are now viewable online at https://bootstrap-datepicker.readthedocs.org/. The [gh-pages](https://uxsolutions.github.io/bootstrap-datepicker/) branch has been reduced to the sandbox demo.
* Changed the js file header to point at repo/demo/docs urls instead of eyecon.ro
* The css files are now the output of the standalone build scripts instead of `build/build.less` etc.
* `composer.json` now supports component-installer
Expand Down Expand Up @@ -399,11 +417,11 @@ Locale changes:

1.1.3
----------

Clicking the clear button now triggers the input's `change` and datepicker's `changeDate` events.
Fixed a bug that broke the event-attached `format` function.


1.1.2
----------

Expand Down Expand Up @@ -465,7 +483,7 @@ Small optimizations release
v1.0.1
------

* Support for [Bower](http://twitter.github.com/bower/)
* Support for [Bower](https://bower.io/)
* Component pickers are now aligned under the input, not the add-on element.
* Japanese locale now has "today" and "format".
* "remove" method removes `.data().date` if the datepicker is on a non-input.
Expand Down
7 changes: 2 additions & 5 deletions bower_components/bootstrap-datepicker/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,5 @@ members of the project's leadership.

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at [http://contributor-covenant.org/version/1/4][version]

[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4/
This Code of Conduct is adapted from the [Contributor Covenant](https://contributor-covenant.org), version 1.4,
available at <https://www.contributor-covenant.org/version/1/4/code-of-conduct.html>
6 changes: 3 additions & 3 deletions bower_components/bootstrap-datepicker/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

## Support requests

The issue tracker is not the place for support requests. If you get stuck with bootstrap-datepicker, it's very likely that the fine folks at [StackOverflow](http://stackoverflow.com/) will be able to help you; simply describe the problem you're having and provide them a link to the repo (so they know what code you're using). Another option is to post to the [bootstrap-datepicker google group](https://groups.google.com/group/bootstrap-datepicker).
The issue tracker is not the place for support requests. If you get stuck with bootstrap-datepicker, it's very likely that the fine folks at [StackOverflow](https://stackoverflow.com/) will be able to help you; simply describe the problem you're having and provide them a link to the repo (so they know what code you're using). Another option is to post to the [bootstrap-datepicker google group](https://groups.google.com/group/bootstrap-datepicker).

## Issues

If you've found a bug in bootstrap-datepicker, we want to know about it! However, please keep the following in mind:

* This is not the bootstrap-datepicker from [eyecon.ro](http://www.eyecon.ro/bootstrap-datepicker/). Stefan provided the initial code for bootstrap-datepicker, but this repo is divergent from his codebase. Please make sure you're using either the latest tagged version or the latest master from https://github.com/uxsolutions/bootstrap-datepicker/.
* A working example of the bug you've found is *much* easier to work with than a description alone. If possible, please provide a link to a demonstration of the bug, perhaps using http://jsfiddle.net/ .
* This is not the bootstrap-datepicker from [eyecon.ro](https://www.eyecon.ro/bootstrap-datepicker/). Stefan provided the initial code for bootstrap-datepicker, but this repo is divergent from his codebase. Please make sure you're using either the latest tagged version or the latest master from https://github.com/uxsolutions/bootstrap-datepicker/.
* A working example of the bug you've found is *much* easier to work with than a description alone. If possible, please provide a link to a demonstration of the bug, perhaps using https://jsfiddle.net/ .
* CDN-backed assets can be found at http://bsdp-assets.blackcherry.us/ . These should be used *only* for building test cases, as they may be removed or changed at any time.
* Finally, it's possible someone else has already reported the same bug you have. Please search the issue tracker for similar issues before posting your own. Thanks!

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Datepicker for Bootstrap v1.8.0 (https://github.com/uxsolutions/bootstrap-datepicker)
* Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
*
* Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
*/
Expand Down Expand Up @@ -89,6 +89,10 @@

var Datepicker = function(element, options){
$.data(element, 'datepicker', this);

this._events = [];
this._secondaryEvents = [];

this._process_options(options);

this.dates = new DateArray();
Expand All @@ -98,7 +102,7 @@
this.element = $(element);
this.isInput = this.element.is('input');
this.inputField = this.isInput ? this.element : this.element.find('input');
this.component = this.element.hasClass('date') ? this.element.find('.add-on, .input-group-addon, .btn') : false;
this.component = this.element.hasClass('date') ? this.element.find('.add-on, .input-group-addon, .input-group-append, .input-group-prepend, .btn') : false;
if (this.component && this.component.length === 0)
this.component = false;
this.isInline = !this.component && this.element.is('div');
Expand Down Expand Up @@ -308,8 +312,6 @@
o.defaultViewDate = UTCToday();
}
},
_events: [],
_secondaryEvents: [],
_applyEvents: function(evs){
for (var i=0, el, ch, ev; i < evs.length; i++){
el = evs[i][0];
Expand Down Expand Up @@ -465,7 +467,7 @@
},

show: function(){
if (this.inputField.prop('disabled') || (this.inputField.prop('readonly') && this.o.enableOnReadonly === false))
if (this.inputField.is(':disabled') || (this.inputField.prop('readonly') && this.o.enableOnReadonly === false))
return;
if (!this.isInline)
this.picker.appendTo(this.o.container);
Expand Down Expand Up @@ -962,7 +964,9 @@
endMonth = this.o.endDate !== Infinity ? this.o.endDate.getUTCMonth() : Infinity,
todaytxt = dates[this.o.language].today || dates['en'].today || '',
cleartxt = dates[this.o.language].clear || dates['en'].clear || '',
titleFormat = dates[this.o.language].titleFormat || dates['en'].titleFormat,
titleFormat = dates[this.o.language].titleFormat || dates['en'].titleFormat,
todayDate = UTCToday(),
titleBtnVisible = (this.o.todayBtn === true || this.o.todayBtn === 'linked') && todayDate >= this.o.startDate && todayDate <= this.o.endDate && !this.weekOfDateIsDisabled(todayDate),
tooltip,
before;
if (isNaN(year) || isNaN(month))
Expand All @@ -971,7 +975,7 @@
.text(DPGlobal.formatDate(d, titleFormat, this.o.language));
this.picker.find('tfoot .today')
.text(todaytxt)
.css('display', this.o.todayBtn === true || this.o.todayBtn === 'linked' ? 'table-cell' : 'none');
.css('display', titleBtnVisible ? 'table-cell' : 'none');
this.picker.find('tfoot .clear')
.text(cleartxt)
.css('display', this.o.clearBtn === true ? 'table-cell' : 'none');
Expand Down Expand Up @@ -1151,12 +1155,12 @@
factor *= 10;
/* falls through */
case 1:
prevIsDisabled = Math.floor(year / factor) * factor < startYear;
prevIsDisabled = Math.floor(year / factor) * factor <= startYear;
nextIsDisabled = Math.floor(year / factor) * factor + factor > endYear;
break;
case 0:
prevIsDisabled = year <= startYear && month < startMonth;
nextIsDisabled = year >= endYear && month > endMonth;
prevIsDisabled = year <= startYear && month <= startMonth;
nextIsDisabled = year >= endYear && month >= endMonth;
break;
}

Expand Down Expand Up @@ -2003,7 +2007,7 @@

/* DATEPICKER VERSION
* =================== */
$.fn.datepicker.version = '1.8.0';
$.fn.datepicker.version = '1.9.0';

$.fn.datepicker.deprecated = function(msg){
var console = window.console;
Expand Down

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 785cd51

Please sign in to comment.