Skip to content

Commit

Permalink
chore: version up v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jung-han committed Feb 8, 2019
1 parent cbd9e83 commit b3ca001
Show file tree
Hide file tree
Showing 5 changed files with 166 additions and 137 deletions.
2 changes: 1 addition & 1 deletion dist/tui-date-picker.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* tui-date-picker.min.js
* @version 3.2.1
* @version 3.3.0
* @author NHNEnt FE Development Lab <[email protected]>
* @license MIT
*/
Expand Down
12 changes: 11 additions & 1 deletion dist/tui-date-picker.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* tui-date-picker.js
* @version 3.2.1
* @version 3.3.0
* @author NHNEnt FE Development Lab <[email protected]>
* @license MIT
*/
Expand Down Expand Up @@ -920,6 +920,16 @@ return /******/ (function(modules) { // webpackBootstrap
this._refreshFromRanges();
},

/**
* Set calendar type
* @param {string} type - set type
* @example
* datepicker.setType('month');
*/
setType: function(type) {
this._type = type;
},

/**
* Add a range
* @param {Date|number} start - startDate
Expand Down
6 changes: 3 additions & 3 deletions dist/tui-date-picker.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit b3ca001

Please sign in to comment.