Skip to content

Commit

Permalink
Merge 4453b12 into 47755d5
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspar committed Sep 10, 2019
2 parents 47755d5 + 4453b12 commit 0c58445
Show file tree
Hide file tree
Showing 8 changed files with 3,030 additions and 2,982 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -61,8 +61,8 @@ You can pass all the same props as the original plugin:

* **<input>, alwaysShowCalendars, applyClass, autoApply, autoUpdateInput,
buttonClasses, cancelClass, dateLimit, drops, endDate, isCustomDate,
isInvalidDate, linkedCalendars, locale, maxDate, minDate, opens, parentEl,
ranges, showCustomRangeLabel, showDropdowns, showISOWeekNumbers,
isInvalidDate, linkedCalendars, locale, maxDate, maxSpan, minDate, opens,
parentEl, ranges, showCustomRangeLabel, showDropdowns, showISOWeekNumbers,
showWeekNumbers, singleDatePicker, startDate, template, timePicker,
timePicker24Hour, timePickerIncrement, timePickerSeconds**

Expand Down
2 changes: 1 addition & 1 deletion dist/bundle.js
Expand Up @@ -13,7 +13,7 @@ require('bootstrap-daterangepicker');
/* generated by gulpfile.js */

var getOptions = (function () {
return ['<input>', 'alwaysShowCalendars', 'applyClass', 'autoApply', 'autoUpdateInput', 'buttonClasses', 'cancelClass', 'dateLimit', 'drops', 'endDate', 'isCustomDate', 'isInvalidDate', 'linkedCalendars', 'locale', 'maxDate', 'minDate', 'opens', 'parentEl', 'ranges', 'showCustomRangeLabel', 'showDropdowns', 'showISOWeekNumbers', 'showWeekNumbers', 'singleDatePicker', 'startDate', 'template', 'timePicker', 'timePicker24Hour', 'timePickerIncrement', 'timePickerSeconds'];
return ['<input>', 'alwaysShowCalendars', 'applyClass', 'autoApply', 'autoUpdateInput', 'buttonClasses', 'cancelClass', 'dateLimit', 'drops', 'endDate', 'isCustomDate', 'isInvalidDate', 'linkedCalendars', 'locale', 'maxDate', 'maxSpan', 'minDate', 'opens', 'parentEl', 'ranges', 'showCustomRangeLabel', 'showDropdowns', 'showISOWeekNumbers', 'showWeekNumbers', 'singleDatePicker', 'startDate', 'template', 'timePicker', 'timePicker24Hour', 'timePickerIncrement', 'timePickerSeconds'];
});

var classCallCheck = function (instance, Constructor) {
Expand Down
2 changes: 1 addition & 1 deletion docs/iframe.html
Expand Up @@ -16,5 +16,5 @@
<body>
<div id="root"></div>
<div id="error-display"></div>
<script type="text/javascript" src="static/preview.f8525f3468fa23e3ed18.bundle.js"></script></body>
<script type="text/javascript" src="static/preview.07310d388dc5e4be3200.bundle.js"></script></body>
</html>

Large diffs are not rendered by default.

0 comments on commit 0c58445

Please sign in to comment.