Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* N.datepicker : The inline styles defined on the .datepicker_years_panel__, .datepicker_months_panel__, .datepicker_days_panel__ elements has been moved to the natural.ui.css file. * N.datepicker : DatePicker class name changed to Datepicker. * N.datepicker : Improved performance by reducing the number of events for the year, month, and day elements to 3/57. * N.datepicker : Fixed a bug that caused an undefined error when select the dates depending on the situation(after the input alert message was displayed). * N.datepicker : The inline styles defined in the script has been moved to the natural.ui.css file. * N.datepicker : Improved the accuracy of the logic to select the previously selected date when change the year / month. * N.datepicker : Fixed a bug where synchronization problems with date pickers occur intermittently when the year is less than 1000 years. * N.datepicker : Fixed bug where selection is made even if the year is less than 100 years. * N.datepicker : Added onShow, onChangeYear, onChangeMonth component events, and jQuery user events. * N.datepicker : Added options properties the yearsPanelPosition, monthsPanelPosition, minYear, maxYear, yearChangeInput, monthChangeInput. * N.datepicker, N.list, N.grid : Convert align="center" attribute to style attribute. * N.list, N.grid : Fixed a bug where the onBind event would not fire when there was no data. * N.popup : Added onOpenG, onCloseG, onOkG, onCancelG events. * N.alert : Added onShow, onShowG, onOkG, onCancelG events. ## Natural-DATA v0.10.55 * N.formatter.date : Modified to be able to run the globally defined onBeforeShow, onSelect, onBeforeHide, and onHide events in the natural.config.js file. * N.ds : Fix typo, "obserable" to "observable" * N.formatter.date : Changed function according to addition of N.datepicker's features. ## natural.config.js * N.docs related multilingual message added. ## natural.ui.css * Remove background color from .docs__>.docs_tab_context__>ul.docs_tab_utils__ style class. * Corrected the style of page transition on N.docs effects in N.docs more simply. * Changed the default color theme to "green". * Added and changed styles according to addition of N.datepicker's features.
- Loading branch information