datatables.net-select-bs4
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-bs4","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-bs4")(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-bs4","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-bs4")(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}); |
{ | ||
"name": "datatables.net-select-bs4", | ||
"version": "1.3.3", | ||
"description": "Select for DataTables with styling for [Bootstrap 4](http://getbootstrap.com/)", | ||
"description": "Select for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)", | ||
"main": "js/select.bootstrap4.js", | ||
"style": "css/select.bootstrap4.css", | ||
"types": "./types/select.bootstrap4.d.ts", | ||
"version": "1.3.4", | ||
"files": [ | ||
"css/**/*.css", | ||
"js/**/*.js" | ||
"js/**/*.js", | ||
"types/**/*.d.ts" | ||
], | ||
"main": "js/select.bootstrap4.js", | ||
"keywords": [ | ||
"select", | ||
"selection", | ||
"DataTables", | ||
"Bootstrap", | ||
"Bootstrap4", | ||
"Datatables", | ||
"jQuery", | ||
"table", | ||
"Bootstrap 4" | ||
"filter", | ||
"sort" | ||
], | ||
"homepage": "https://datatables.net", | ||
"bugs": "https://datatables.net/forums", | ||
"license": "MIT", | ||
"dependencies": { | ||
"datatables.net-select": ">=1.3.3", | ||
"datatables.net-bs4": ">=1.11.3", | ||
"jquery": ">=1.7" | ||
}, | ||
"moduleType": [ | ||
"globals", | ||
"amd", | ||
"node" | ||
], | ||
"ignore": [ | ||
"composer.json", | ||
"datatables.json", | ||
"package.json" | ||
], | ||
"author": { | ||
@@ -25,8 +43,9 @@ "name": "SpryMedia Ltd", | ||
}, | ||
"dependencies": { | ||
"jquery": ">=1.7", | ||
"datatables.net-bs4": "^1.10.15", | ||
"datatables.net-select": "1.3.3" | ||
}, | ||
"style": "css/select.bootstrap4.css" | ||
"homepage": "https://datatables.net", | ||
"bugs": "https://datatables.net/forums", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DataTables/Dist-DataTables-Select-Bootstrap4.git" | ||
} | ||
} |
@@ -1,4 +0,4 @@ | ||
# Select for DataTables with styling for [Bootstrap 4](http://getbootstrap.com/) | ||
# Select for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/) | ||
This package contains distribution files required to style [Select extension](https://datatables.net/extensions/select) for [DataTables](https://datatables.net/) with styling for [Bootstrap 4](http://getbootstrap.com/). | ||
This package contains a built distribution of the [Select extension](https://datatables.net/extensions/select) for [DataTables](https://datatables.net/) with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/). | ||
@@ -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-bs4' )( $ ); | ||
var dt = require( 'datatables.net-select-bs4' )( window, $ ); | ||
``` | ||
ES6 Syntax | ||
``` | ||
import 'datatables.net-select-bs4' | ||
``` | ||
### 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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
15385
8
58
0
176
+ Addeddatatables.net@2.1.8(transitive)
+ Addeddatatables.net-bs4@3.2.2(transitive)
+ Addeddatatables.net-select@2.1.0(transitive)
- Removeddatatables.net@1.13.11(transitive)
- Removeddatatables.net-bs4@1.13.11(transitive)
- Removeddatatables.net-select@1.3.3(transitive)
Updateddatatables.net-bs4@>=1.11.3