diff --git a/libraries.txt b/libraries.txt index 7e0bd5b7..a8c634c8 100644 --- a/libraries.txt +++ b/libraries.txt @@ -31,6 +31,6 @@ dropzone 4e20bd4 MIT https://github.com/enyo/dropzone Filemanager 7e060c2 MIT https://github.com/simogeo/Filemanager Unit (Length) d8e6237 MIT https://github.com/heygrady/Units/blob/master/Length.min.js Natural Sort 9565816 MIT https://github.com/javve/natural-sort/blob/master/index.js -SlickGrid 2.2.4 MIT https://github.com/6pac/SlickGrid +SlickGrid 2.3.6-53ee34 MIT https://github.com/6pac/SlickGrid jQuery-UI 1.11.3 MIT https://jqueryui.com/ BigNumber 3.0.1 MIT http://mikemcl.github.io/bignumber.js \ No newline at end of file diff --git a/web/pgadmin/static/vendor/slickgrid/README b/web/pgadmin/static/vendor/slickgrid/README deleted file mode 100644 index cf583515..00000000 --- a/web/pgadmin/static/vendor/slickgrid/README +++ /dev/null @@ -1,9 +0,0 @@ -WARNING!! - -The following changes have been made to SlickGrid. These must be re-applied if updating the code from upstream! - -- The CSS class 'slick-row' has been renamed to 'sr' - -- The CSS class 'slick-cell' has been renamed to 'sc' - -The intent of these changes is to minimise memory usage by the grid, by saving a few bytes per row/cell. \ No newline at end of file diff --git a/web/pgadmin/static/vendor/slickgrid/README.md b/web/pgadmin/static/vendor/slickgrid/README.md new file mode 100644 index 00000000..e8a1ad7a --- /dev/null +++ b/web/pgadmin/static/vendor/slickgrid/README.md @@ -0,0 +1,9 @@ +## This is the 6pac SlickGrid repo + +This is the acknowledged most active non-customised fork of SlickGrid. + +It aims to be a viable alternative master repo, building on the legacy of the mleibman/SlickGrid master branch, keeping libraries up to date and applying small, safe core patches and enhancements without turning into a personalised build. + +Check out the [examples](https://github.com/6pac/SlickGrid/wiki/Examples) for examples demonstrating new features and use cases, such as dynamic grid creation and editors with third party controls. + +Also check out the [wiki](https://github.com/6pac/SlickGrid/wiki) for news and documentation. \ No newline at end of file diff --git a/web/pgadmin/static/vendor/slickgrid/controls/slick.columnpicker.js b/web/pgadmin/static/vendor/slickgrid/controls/slick.columnpicker.js index dc167209..93a6be5b 100644 --- a/web/pgadmin/static/vendor/slickgrid/controls/slick.columnpicker.js +++ b/web/pgadmin/static/vendor/slickgrid/controls/slick.columnpicker.js @@ -12,12 +12,12 @@ grid.onColumnsReordered.subscribe(updateColumnOrder); options = $.extend({}, defaults, options); - $menu = $("