datatables.net-rowgroup-dt
Advanced tools
Comparing version 1.2.0 to 1.3.0
/*! DataTables styling wrapper for RowGroup | ||
* ©2018 SpryMedia Ltd - datatables.net/license | ||
* © SpryMedia Ltd - datatables.net/license | ||
*/ | ||
@@ -16,13 +16,22 @@ | ||
if ( ! root ) { | ||
// CommonJS environments without a window global must pass a | ||
// root. This will give an error otherwise | ||
root = window; | ||
} | ||
if ( ! $ || ! $.fn.dataTable ) { | ||
$ = require('datatables.net-dt')(root, $).$; | ||
if ( ! $ ) { | ||
$ = typeof window !== 'undefined' ? // jQuery's factory checks for a global window | ||
require('jquery') : | ||
require('jquery')( root ); | ||
} | ||
if ( ! $.fn.dataTable.RowGroup ) { | ||
if ( ! $.fn.dataTable ) { | ||
require('datatables.net-dt')(root, $); | ||
} | ||
if ( ! $.fn.dataTable ) { | ||
require('datatables.net-rowgroup')(root, $); | ||
} | ||
return factory( $, root, root.document ); | ||
@@ -36,5 +45,9 @@ }; | ||
}(function( $, window, document, undefined ) { | ||
'use strict'; | ||
var DataTable = $.fn.dataTable; | ||
return $.fn.dataTable; | ||
})); | ||
return DataTable; | ||
})); |
@@ -1,5 +0,4 @@ | ||
/*! | ||
DataTables styling wrapper for RowGroup | ||
©2018 SpryMedia Ltd - datatables.net/license | ||
*/ | ||
(function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-dt","datatables.net-rowgroup"],function(a){return c(a,window,document)}):"object"===typeof exports?module.exports=function(a,b){a||(a=window);b&&b.fn.dataTable||(b=require("datatables.net-dt")(a,b).$);b.fn.dataTable.RowGroup||require("datatables.net-rowgroup")(a,b);return c(b,a,a.document)}:c(jQuery,window,document)})(function(c,a,b,d){return c.fn.dataTable}); | ||
/*! DataTables styling wrapper for RowGroup | ||
* © SpryMedia Ltd - datatables.net/license | ||
*/ | ||
!function(n){"function"==typeof define&&define.amd?define(["jquery","datatables.net-dt","datatables.net-rowgroup"],function(e){return n(e,window,document)}):"object"==typeof exports?module.exports=function(e,t){return e=e||window,(t=t||("undefined"!=typeof window?require("jquery"):require("jquery")(e))).fn.dataTable||require("datatables.net-dt")(e,t),t.fn.dataTable||require("datatables.net-rowgroup")(e,t),n(t,0,e.document)}:n(jQuery,window,document)}(function(e,t,n,r){"use strict";return e.fn.dataTable}); |
@@ -5,8 +5,10 @@ { | ||
"main": "js/rowGroup.dataTables.js", | ||
"module": "js/rowGroup.dataTables.mjs", | ||
"style": "css/rowGroup.dataTables.css", | ||
"types": "./types/rowGroup.dataTables.d.ts", | ||
"version": "1.2.0", | ||
"types": "./types/types.d.ts", | ||
"version": "1.3.0", | ||
"files": [ | ||
"css/**/*.css", | ||
"js/**/*.js", | ||
"js/**/*.mjs", | ||
"types/**/*.d.ts" | ||
@@ -24,4 +26,4 @@ ], | ||
"dependencies": { | ||
"datatables.net-rowgroup": ">=1.1.3", | ||
"datatables.net-dt": ">=1.11.3", | ||
"datatables.net-rowgroup": ">=1.2.0", | ||
"datatables.net-dt": ">=1.12.1", | ||
"jquery": ">=1.7" | ||
@@ -28,0 +30,0 @@ }, |
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
11399
11
212
1