diff --git a/bower.json b/bower.json index 19f9fdbb..11ff6895 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { 'name': 'gijgo', - 'version': '1.9.13', + 'version': '1.9.14', 'description': 'Gijgo is a set of free open source javascript controls distributed under MIT License with built-in support for Bootstrap and Material Design', 'main': [ './dist/combined/js/gijgo.js', diff --git a/dist/combined/js/gijgo.js b/dist/combined/js/gijgo.js index 0222836d..54c13f82 100644 --- a/dist/combined/js/gijgo.js +++ b/dist/combined/js/gijgo.js @@ -1,8 +1,8 @@ /* - * Gijgo JavaScript Library v1.9.13 + * Gijgo JavaScript Library v1.9.14 * http://gijgo.com/ * - * Copyright 2014, 2019 gijgo.com + * Copyright 2014, 2022 gijgo.com * Released under the MIT license */ var gj = {}; diff --git a/dist/modular/js/checkbox.js b/dist/modular/js/checkbox.js index 6fb6bb2e..765022a6 100644 --- a/dist/modular/js/checkbox.js +++ b/dist/modular/js/checkbox.js @@ -1,8 +1,8 @@ /* - * Gijgo Checkbox v1.9.13 + * Gijgo Checkbox v1.9.14 * http://gijgo.com/checkbox * - * Copyright 2014, 2019 gijgo.com + * Copyright 2014, 2022 gijgo.com * Released under the MIT license */ /* global window alert jQuery */ diff --git a/dist/modular/js/colorpicker.js b/dist/modular/js/colorpicker.js index d1e660d1..310e3de3 100644 --- a/dist/modular/js/colorpicker.js +++ b/dist/modular/js/colorpicker.js @@ -1,8 +1,8 @@ /* - * Gijgo ColorPicker v1.9.13 + * Gijgo ColorPicker v1.9.14 * http://gijgo.com/colorpicker * - * Copyright 2014, 2019 gijgo.com + * Copyright 2014, 2022 gijgo.com * Released under the MIT license */ /* global window alert jQuery gj */ diff --git a/dist/modular/js/core.js b/dist/modular/js/core.js index f04acbcd..c562aab3 100644 --- a/dist/modular/js/core.js +++ b/dist/modular/js/core.js @@ -1,8 +1,8 @@ /* - * Gijgo JavaScript Library v1.9.13 + * Gijgo JavaScript Library v1.9.14 * http://gijgo.com/ * - * Copyright 2014, 2019 gijgo.com + * Copyright 2014, 2022 gijgo.com * Released under the MIT license */ var gj = {}; diff --git a/dist/modular/js/datepicker.js b/dist/modular/js/datepicker.js index cb908b7a..9cad493c 100644 --- a/dist/modular/js/datepicker.js +++ b/dist/modular/js/datepicker.js @@ -1,8 +1,8 @@ /* - * Gijgo DatePicker v1.9.13 + * Gijgo DatePicker v1.9.14 * http://gijgo.com/datepicker * - * Copyright 2014, 2019 gijgo.com + * Copyright 2014, 2022 gijgo.com * Released under the MIT license */ /* global window alert jQuery gj */ diff --git a/dist/modular/js/datetimepicker.js b/dist/modular/js/datetimepicker.js index c27b5994..5842abcc 100644 --- a/dist/modular/js/datetimepicker.js +++ b/dist/modular/js/datetimepicker.js @@ -1,8 +1,8 @@ /* - * Gijgo DateTimePicker v1.9.13 + * Gijgo DateTimePicker v1.9.14 * http://gijgo.com/datetimepicker * - * Copyright 2014, 2019 gijgo.com + * Copyright 2014, 2022 gijgo.com * Released under the MIT license */ /* global window alert jQuery gj */ diff --git a/dist/modular/js/dialog.js b/dist/modular/js/dialog.js index b88d6220..afb3cff3 100644 --- a/dist/modular/js/dialog.js +++ b/dist/modular/js/dialog.js @@ -1,8 +1,8 @@ /* - * Gijgo Dialog v1.9.13 + * Gijgo Dialog v1.9.14 * http://gijgo.com/dialog * - * Copyright 2014, 2019 gijgo.com + * Copyright 2014, 2022 gijgo.com * Released under the MIT license */ /* global window alert jQuery */ diff --git a/dist/modular/js/draggable.js b/dist/modular/js/draggable.js index e4802e7b..146c95b9 100644 --- a/dist/modular/js/draggable.js +++ b/dist/modular/js/draggable.js @@ -1,8 +1,8 @@ /* - * Gijgo Draggable v1.9.13 + * Gijgo Draggable v1.9.14 * http://gijgo.com/draggable * - * Copyright 2014, 2019 gijgo.com + * Copyright 2014, 2022 gijgo.com * Released under the MIT license */ /* global window alert jQuery */ diff --git a/dist/modular/js/dropdown.js b/dist/modular/js/dropdown.js index 6bd3c99e..4743872c 100644 --- a/dist/modular/js/dropdown.js +++ b/dist/modular/js/dropdown.js @@ -1,8 +1,8 @@ /* - * Gijgo DropDown v1.9.13 + * Gijgo DropDown v1.9.14 * http://gijgo.com/dropdown * - * Copyright 2014, 2019 gijgo.com + * Copyright 2014, 2022 gijgo.com * Released under the MIT license */ /* global window alert jQuery gj */ diff --git a/dist/modular/js/droppable.js b/dist/modular/js/droppable.js index 4a576e72..504de802 100644 --- a/dist/modular/js/droppable.js +++ b/dist/modular/js/droppable.js @@ -1,8 +1,8 @@ /* - * Gijgo Droppable v1.9.13 + * Gijgo Droppable v1.9.14 * http://gijgo.com/droppable * - * Copyright 2014, 2019 gijgo.com + * Copyright 2014, 2022 gijgo.com * Released under the MIT license */ /* global window alert jQuery */ diff --git a/dist/modular/js/editor.js b/dist/modular/js/editor.js index 28ec1464..25a9cb2d 100644 --- a/dist/modular/js/editor.js +++ b/dist/modular/js/editor.js @@ -1,8 +1,8 @@ /* - * Gijgo Editor v1.9.13 + * Gijgo Editor v1.9.14 * http://gijgo.com/editor * - * Copyright 2014, 2019 gijgo.com + * Copyright 2014, 2022 gijgo.com * Released under the MIT license */ /* global window alert jQuery */ diff --git a/dist/modular/js/grid.js b/dist/modular/js/grid.js index cb0425f7..339af14b 100644 --- a/dist/modular/js/grid.js +++ b/dist/modular/js/grid.js @@ -1,8 +1,8 @@ /* - * Gijgo Grid v1.9.13 + * Gijgo Grid v1.9.14 * http://gijgo.com/grid * - * Copyright 2014, 2019 gijgo.com + * Copyright 2014, 2022 gijgo.com * Released under the MIT license */ /* global window alert jQuery gj */ diff --git a/dist/modular/js/slider.js b/dist/modular/js/slider.js index 3102b73b..8a66823f 100644 --- a/dist/modular/js/slider.js +++ b/dist/modular/js/slider.js @@ -1,8 +1,8 @@ /* - * Gijgo Slider v1.9.13 + * Gijgo Slider v1.9.14 * http://gijgo.com/slider * - * Copyright 2014, 2019 gijgo.com + * Copyright 2014, 2022 gijgo.com * Released under the MIT license */ /* global window alert jQuery gj */ diff --git a/dist/modular/js/timepicker.js b/dist/modular/js/timepicker.js index 79d4c614..dcf00eea 100644 --- a/dist/modular/js/timepicker.js +++ b/dist/modular/js/timepicker.js @@ -1,8 +1,8 @@ /* - * Gijgo TimePicker v1.9.13 + * Gijgo TimePicker v1.9.14 * http://gijgo.com/timepicker * - * Copyright 2014, 2019 gijgo.com + * Copyright 2014, 2022 gijgo.com * Released under the MIT license */ /* global window alert jQuery gj */ diff --git a/dist/modular/js/tree.js b/dist/modular/js/tree.js index 0cfebb8e..f3cb34fa 100644 --- a/dist/modular/js/tree.js +++ b/dist/modular/js/tree.js @@ -1,8 +1,8 @@ /* - * Gijgo Tree v1.9.13 + * Gijgo Tree v1.9.14 * http://gijgo.com/tree * - * Copyright 2014, 2019 gijgo.com + * Copyright 2014, 2022 gijgo.com * Released under the MIT license */ /* global window alert jQuery gj */ diff --git a/examples/tests/tempslider.html b/examples/tests/tempslider.html index fc024b6d..8d3790b0 100644 --- a/examples/tests/tempslider.html +++ b/examples/tests/tempslider.html @@ -5,8 +5,8 @@