From dd46536f7c624efc496913eb3b8c9c1ea96a890c Mon Sep 17 00:00:00 2001 From: Molkobain Date: Mon, 22 Nov 2021 17:31:48 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B04477=20-=20Update=20dataTables=20lib.=20?= =?UTF-8?q?to=201.11.3=20in=20iTop=203.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- node_modules/.package-lock.json | 8 +- node_modules/datatables.net/License.txt | 4 +- node_modules/datatables.net/Readme.md | 12 +- .../datatables.net/js/jquery.dataTables.js | 1085 ++++--- .../js/jquery.dataTables.min.js | 349 ++- node_modules/datatables.net/package.json | 45 +- node_modules/datatables.net/types/types.d.ts | 2714 +++++++++++++++++ package-lock.json | 16 +- package.json | 2 +- 9 files changed, 3464 insertions(+), 771 deletions(-) create mode 100644 node_modules/datatables.net/types/types.d.ts diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index bbbaf60ec..2077d0444 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,5 +1,5 @@ { - "name": "iTop", + "name": "dev-trunk", "lockfileVersion": 2, "requires": true, "packages": { @@ -21,9 +21,9 @@ "license": "MIT" }, "node_modules/datatables.net": { - "version": "1.10.24", - "resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-1.10.24.tgz", - "integrity": "sha512-CwXixvOdinvBCLXvcTloDinWiEM7Geaz+GwyjPrZL+MXIGPcLv4Op1bbWn8ErsI1JWMIWC8Cuf1rnDU2RrFV5w==", + "version": "1.11.3", + "resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-1.11.3.tgz", + "integrity": "sha512-VMj5qEaTebpNurySkM6jy6sGpl+s6onPK8xJhYr296R/vUBnz1+id16NVqNf9z5aR076OGcpGHCuiTuy4E05oQ==", "dependencies": { "jquery": ">=1.7" } diff --git a/node_modules/datatables.net/License.txt b/node_modules/datatables.net/License.txt index 379a7e7c8..614cf94db 100644 --- a/node_modules/datatables.net/License.txt +++ b/node_modules/datatables.net/License.txt @@ -1,3 +1,5 @@ +The MIT License (MIT) + Copyright SpryMedia Limited and other contributors http://datatables.net @@ -17,4 +19,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file +THE SOFTWARE. diff --git a/node_modules/datatables.net/Readme.md b/node_modules/datatables.net/Readme.md index 99c922508..7b7823e53 100644 --- a/node_modules/datatables.net/Readme.md +++ b/node_modules/datatables.net/Readme.md @@ -1,4 +1,4 @@ -# DataTables for jQuery +# DataTables for jQuery This package contains distribution files for the [DataTables library](https://datatables.net) for [jQuery](http://jquery.com/). Only the core software for this library is contained in this package - to be correctly styled, a styling package for DataTables must also be included. Styling options include DataTable's native styling, [Bootstrap](http://getbootstrap.com) and [Foundation](http://foundation.zurb.com/). @@ -9,7 +9,7 @@ DataTables is a table enhancing library which adds features such as paging, orde ### Browser -For inclusion of this library using a standard `