From a449377570772598b3994e3491281018709129cc Mon Sep 17 00:00:00 2001 From: Atanas Atanasov Date: Wed, 2 Nov 2022 17:52:30 +0200 Subject: [PATCH] changed the version from 1.9.13 to 1.9.14 --- bower.json | 2 +- dist/combined/js/gijgo.js | 4 ++-- dist/modular/js/checkbox.js | 4 ++-- dist/modular/js/colorpicker.js | 4 ++-- dist/modular/js/core.js | 4 ++-- dist/modular/js/datepicker.js | 4 ++-- dist/modular/js/datetimepicker.js | 4 ++-- dist/modular/js/dialog.js | 4 ++-- dist/modular/js/draggable.js | 4 ++-- dist/modular/js/dropdown.js | 4 ++-- dist/modular/js/droppable.js | 4 ++-- dist/modular/js/editor.js | 4 ++-- dist/modular/js/grid.js | 4 ++-- dist/modular/js/slider.js | 4 ++-- dist/modular/js/timepicker.js | 4 ++-- dist/modular/js/tree.js | 4 ++-- examples/tests/tempslider.html | 4 ++-- package.json | 2 +- src/checkbox/js/header.txt | 4 ++-- src/colorpicker/js/header.txt | 4 ++-- src/datepicker/js/header.txt | 4 ++-- src/datetimepicker/js/header.txt | 4 ++-- src/dialog/js/header.txt | 4 ++-- src/draggable/js/header.txt | 4 ++-- src/dropdown/js/header.txt | 4 ++-- src/droppable/js/header.txt | 4 ++-- src/editor/js/header.txt | 4 ++-- src/grid/js/header.txt | 4 ++-- src/header.txt | 4 ++-- src/slider/js/header.txt | 4 ++-- src/timepicker/js/header.txt | 4 ++-- src/tree/js/header.txt | 4 ++-- 32 files changed, 62 insertions(+), 62 deletions(-) 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 @@ Bootstrap Slider - - + + diff --git a/package.json b/package.json index 8f2e0c5f..0a4739a5 100644 --- a/package.json +++ b/package.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. All widgets are high performance, built on top of the jQuery JavaScript Library and with built-in support for Bootstrap and jQuery UI. They are designed to saves you time and scales with your development process.", "main": "js/gijgo.js", "homepage": "http://gijgo.com/", diff --git a/src/checkbox/js/header.txt b/src/checkbox/js/header.txt index 67bb5818..3d860c76 100644 --- a/src/checkbox/js/header.txt +++ b/src/checkbox/js/header.txt @@ -1,7 +1,7 @@ /* - * 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 */ \ No newline at end of file diff --git a/src/colorpicker/js/header.txt b/src/colorpicker/js/header.txt index 8db4045e..9b0fb6fe 100644 --- a/src/colorpicker/js/header.txt +++ b/src/colorpicker/js/header.txt @@ -1,7 +1,7 @@ /* - * 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 */ \ No newline at end of file diff --git a/src/datepicker/js/header.txt b/src/datepicker/js/header.txt index e330444d..211313cd 100644 --- a/src/datepicker/js/header.txt +++ b/src/datepicker/js/header.txt @@ -1,7 +1,7 @@ /* - * 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 */ \ No newline at end of file diff --git a/src/datetimepicker/js/header.txt b/src/datetimepicker/js/header.txt index cf998cf2..8121ba47 100644 --- a/src/datetimepicker/js/header.txt +++ b/src/datetimepicker/js/header.txt @@ -1,7 +1,7 @@ /* - * 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 */ \ No newline at end of file diff --git a/src/dialog/js/header.txt b/src/dialog/js/header.txt index 54341459..ec8993e8 100644 --- a/src/dialog/js/header.txt +++ b/src/dialog/js/header.txt @@ -1,7 +1,7 @@ /* - * 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 */ \ No newline at end of file diff --git a/src/draggable/js/header.txt b/src/draggable/js/header.txt index 679aa8ca..5edab120 100644 --- a/src/draggable/js/header.txt +++ b/src/draggable/js/header.txt @@ -1,7 +1,7 @@ /* - * 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 */ \ No newline at end of file diff --git a/src/dropdown/js/header.txt b/src/dropdown/js/header.txt index 58a22ca1..47ab022b 100644 --- a/src/dropdown/js/header.txt +++ b/src/dropdown/js/header.txt @@ -1,7 +1,7 @@ /* - * 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 */ \ No newline at end of file diff --git a/src/droppable/js/header.txt b/src/droppable/js/header.txt index 7a1122c6..eb15040f 100644 --- a/src/droppable/js/header.txt +++ b/src/droppable/js/header.txt @@ -1,7 +1,7 @@ /* - * 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 */ \ No newline at end of file diff --git a/src/editor/js/header.txt b/src/editor/js/header.txt index e31766a1..d32d4d97 100644 --- a/src/editor/js/header.txt +++ b/src/editor/js/header.txt @@ -1,7 +1,7 @@ /* - * 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 */ \ No newline at end of file diff --git a/src/grid/js/header.txt b/src/grid/js/header.txt index 897cba24..89da9465 100644 --- a/src/grid/js/header.txt +++ b/src/grid/js/header.txt @@ -1,7 +1,7 @@ /* - * 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 */ \ No newline at end of file diff --git a/src/header.txt b/src/header.txt index f0e39232..82275614 100644 --- a/src/header.txt +++ b/src/header.txt @@ -1,7 +1,7 @@ /* - * 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 */ \ No newline at end of file diff --git a/src/slider/js/header.txt b/src/slider/js/header.txt index 751a5d66..04d3b40f 100644 --- a/src/slider/js/header.txt +++ b/src/slider/js/header.txt @@ -1,7 +1,7 @@ /* - * 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 */ \ No newline at end of file diff --git a/src/timepicker/js/header.txt b/src/timepicker/js/header.txt index 24222a7b..449c1e50 100644 --- a/src/timepicker/js/header.txt +++ b/src/timepicker/js/header.txt @@ -1,7 +1,7 @@ /* - * 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 */ \ No newline at end of file diff --git a/src/tree/js/header.txt b/src/tree/js/header.txt index 6acb59ac..b8ef7383 100644 --- a/src/tree/js/header.txt +++ b/src/tree/js/header.txt @@ -1,7 +1,7 @@ /* - * 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 */ \ No newline at end of file