datatables.net-select-dt
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -5,2 +5,2 @@ /*! | ||
*/ | ||
(function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-dt","datatables.net-select"],function(a){return c(a,window,document)}):"object"===typeof exports?module.exports=function(a,b){a||(a=window);if(!b||!b.fn.dataTable)b=require("datatables.net-dt")(a,b).$;b.fn.dataTable.select||require("datatables.net-select")(a,b);return c(b,a,a.document)}:c(jQuery,window,document)})(function(c){return c.fn.dataTable}); | ||
(function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-dt","datatables.net-select"],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.select||require("datatables.net-select")(a,b);return c(b,a,a.document)}:c(jQuery,window,document)})(function(c,a,b,d){return c.fn.dataTable}); |
@@ -0,1 +1,3 @@ | ||
The MIT License (MIT) | ||
Copyright SpryMedia Limited and other contributors | ||
@@ -20,2 +22,2 @@ http://datatables.net | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. | ||
THE SOFTWARE. |
{ | ||
"name": "datatables.net-select-dt", | ||
"version": "1.3.3", | ||
"description": "Select for DataTables ", | ||
"description": "Select for DataTables with styling for [DataTables](https://datatables.net/)", | ||
"main": "js/select.dataTables.js", | ||
"style": "css/select.dataTables.css", | ||
"types": "./types/select.dataTables.d.ts", | ||
"version": "1.3.4", | ||
"files": [ | ||
"css/**/*.css", | ||
"js/**/*.js" | ||
"js/**/*.js", | ||
"types/**/*.d.ts" | ||
], | ||
"style": "css/select.dataTables.css", | ||
"keywords": [ | ||
"select", | ||
"selection", | ||
"DataTables", | ||
"Datatables", | ||
"jQuery", | ||
"table", | ||
"DataTables" | ||
"filter", | ||
"sort" | ||
], | ||
"homepage": "https://datatables.net", | ||
"bugs": "https://datatables.net/forums", | ||
"license": "MIT", | ||
"dependencies": { | ||
"datatables.net-select": ">=1.3.3", | ||
"datatables.net-dt": ">=1.11.3", | ||
"jquery": ">=1.7" | ||
}, | ||
"moduleType": [ | ||
"globals", | ||
"amd", | ||
"node" | ||
], | ||
"ignore": [ | ||
"composer.json", | ||
"datatables.json", | ||
"package.json" | ||
], | ||
"author": { | ||
@@ -25,12 +41,9 @@ "name": "SpryMedia Ltd", | ||
}, | ||
"dependencies": { | ||
"jquery": ">=1.7", | ||
"datatables.net-dt": "^1.10.15", | ||
"datatables.net-select": "1.3.3" | ||
}, | ||
"homepage": "https://datatables.net", | ||
"bugs": "https://datatables.net/forums", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DataTables/Dist-DataTables-Select-DataTables.git" | ||
}, | ||
"main": "js/select.dataTables.js" | ||
} | ||
} |
@@ -1,4 +0,4 @@ | ||
# Select for DataTables | ||
# Select for DataTables with styling for [DataTables](https://datatables.net/) | ||
This package contains distribution files required to style [Select extension](https://datatables.net/extensions/select) for [DataTables](https://datatables.net/) . | ||
This package contains a built distribution of the [Select extension](https://datatables.net/extensions/select) for [DataTables](https://datatables.net/) with styling for [DataTables](https://datatables.net/). | ||
@@ -20,7 +20,13 @@ Select provides table item selection capabilities - rows, columns and cells can be selected individually or collectively. Complex selection operations such as operating system style selection (ctrl/cmd and shift click) for multiple rows can be enabled with a single option for a DataTable. | ||
ES3 Syntax | ||
``` | ||
var $ = require( 'jquery' ); | ||
require( 'datatables.net-select-dt' )( window, $ ); | ||
var dt = require( 'datatables.net-select-dt' )( window, $ ); | ||
``` | ||
ES6 Syntax | ||
``` | ||
import 'datatables.net-select-dt' | ||
``` | ||
### bower | ||
@@ -36,3 +42,3 @@ | ||
Full documentation of the DataTables options, API and plug-in interface are available on the DOCS_LINK. The site also contains information on the wide variety of plug-ins that are available for DataTables, which can be used to enhance and customise your table even further. | ||
Full documentation and examples for Select can be found [on the website](https://datatables.net/extensions/select). | ||
@@ -53,1 +59,2 @@ | ||
This software is released under the [MIT license](//datatables.net/license). You are free to use, modify and distribute this software, but all copyright information must remain. | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14718
8
58
166
+ Addeddatatables.net@2.1.8(transitive)
+ Addeddatatables.net-dt@2.1.8(transitive)
+ Addeddatatables.net-select@2.1.0(transitive)
- Removeddatatables.net@1.13.11(transitive)
- Removeddatatables.net-dt@1.13.11(transitive)
- Removeddatatables.net-select@1.3.3(transitive)
Updateddatatables.net-dt@>=1.11.3