Skip to content

Commit

Permalink
Update dist repo config files
Browse files Browse the repository at this point in the history
  • Loading branch information
SandyDatatables committed May 27, 2021
1 parent 687a390 commit 9474106
Show file tree
Hide file tree
Showing 8 changed files with 131 additions and 76 deletions.
22 changes: 22 additions & 0 deletions License.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
The MIT License (MIT)

Copyright SpryMedia Limited and other contributors
http://datatables.net

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
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.
9 changes: 5 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Responsive for DataTables with styling for [Bootstrap 4](http://getbootstrap.com/)
# Responsive for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)

This package contains distribution files required to style [Responsive extension](https://datatables.net/extensions/responsive) for [DataTables](https://datatables.net/) with styling for [Bootstrap 4](http://getbootstrap.com/).
This package contains a built distribution of the [Responsive extension](https://datatables.net/extensions/Responsive) for [DataTables](https://datatables.net/) with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/).

In the modern world of responsive web design tables can often cause a particular problem for designers due to their row based layout. Responsive is an extension for DataTables that resolves that problem by optimising the table's layout for different screen sizes through the dynamic insertion and removal of columns from the table.

Expand All @@ -19,7 +19,7 @@ npm install datatables.net-responsive-bs4

```
var $ = require( 'jquery' );
require( 'datatables.net-responsive-bs4' )( $ );
var dt = require( 'datatables.net-responsive-bs4}' )( window, $ );
```

### bower
Expand All @@ -32,7 +32,7 @@ bower install --save datatables.net-responsive-bs4

## Documentation

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 Responsive can be found [on the website](https://datatables.net/extensions/responsive).


## Bug / Support
Expand All @@ -48,3 +48,4 @@ If you are thinking of contributing code to DataTables, first of all, thank you!
## License

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.

48 changes: 27 additions & 21 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,33 @@

{
"name": "datatables.net/datatables.net-responsive-bs4",
"version": "2.2.5",
"description": "DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table. This is the Responsive extension for DataTables.",
"homepage": "http://www.datatables.net/",
"authors": [{
"name": "SpryMedia",
"homepage": "https://datatables.net"
}],
"license": [
"MIT"
],
"version": "2.2.7",
"name": "datatables.net/datatables.net-responsive-bs4",
"description": "In the modern world of responsive web design tables can often cause a particular problem for designers due to their row based layout. Responsive is an extension for DataTables that resolves that problem by optimising the table's layout for different screen sizes through the dynamic insertion and removal of columns from the table. This is Responsive for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)",
"support": {
"forum": "https://datatables.net/forums",
"source": "https://github.com/DataTables/Dist-DataTables-Responsive-Bootstrap4"
},
"homepage": "http://www.datatables.net/",
"authors": [
{
"name": "SpryMedia",
"homepage": "https://datatables.net"
}
],
"license": [
"MIT"
],
"prefer-stable": true,
"minimum-stability": "dev",
"support": {
"forum": "https://datatables.net/forums",
"source": "https://github.com/DataTables/Dist-DataTables-Responsive-Bootstrap4/"
},
"keywords": ["DataTables", "jQuery", "table", "responsive", "Bootstrap4"],
"keywords": [
"Responsive",
"Bootstrap",
"Bootstrap4",
"Datatables",
"jQuery",
"table"
],
"require": {
"components/jquery":">=3.5.1",
"datatables.net/datatables.net":">=1.10.15",
"datatables.net/datatables.net-responsive":">=2.2.5",
"twbs/bootstrap": "4.*"
"datatables.net/datatables.net-responsive": ">=2.2.7",
"datatables.net/datatables.net-bs4": ">=1.10.24"
}
}
12 changes: 7 additions & 5 deletions datatables.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"js": [
"js/responsive.bootstrap4.js",
"js/responsive.bootstrap4.min.js"
],
"css": [
"css/responsive.bootstrap4.css",
"css/responsive.bootstrap4.min.css"
],
"js": [
"js/responsive.bootstrap4.js",
"js/responsive.bootstrap4.min.js"
"types": [
"types/responsive.bootstrap4.d.ts"
],
"src-repo": "http://github.com/DataTables/Responsive",
"last-sync": "8fc71ec25bce761fc0cb2c7030ca7d9dc2f0c7ab",
"last-tag": "2.2.7"
}
}
10 changes: 8 additions & 2 deletions js/responsive.bootstrap4.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

59 changes: 30 additions & 29 deletions nuget.nuspec
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>datatables.net-responsive-bs4</id>
<version>2.2.5</version>
<description>Responsive for DataTables</description>
<authors>SpryMedia Ltd</authors>
<projectUrl>http://datatables.net</projectUrl>
<license type="expression">MIT</license>
<tags>responsive DataTables jQuery table Bootstrap4</tags>
<repository type="git" url="https://github.com/DataTables/Dist-DataTables-Responsive-Bootstrap4.git"/>
<dependencies>
<dependency id="jquery" version="1.7.0"/>
<dependency id="datatables.net" version="1.10.15"/>
<dependency id="datatables.net-responsive" version="2.2.5"/>
<dependency id="bootstrap" version="4.*"/>
</dependencies>
<contentFiles>
<files include="**/*" buildAction="Content"/>
</contentFiles>
</metadata>
<files>
<file src="js/responsive.bootstrap4.js" target="content\Scripts"/>
<file src="js/responsive.bootstrap4.min.js" target="content\Scripts"/>
<file src="css/responsive.bootstrap4.css" target="content\Content"/>
<file src="css/responsive.bootstrap4.min.css" target="content\Content"/>
<file src="js/responsive.bootstrap4.js" target="contentFiles\any\any\wwwroot\js"/>
<file src="js/responsive.bootstrap4.min.js" target="contentFiles\any\any\wwwroot\js"/>
<file src="css/responsive.bootstrap4.css" target="contentFiles\any\any\wwwroot\css"/>
<file src="css/responsive.bootstrap4.min.css" target="contentFiles\any\any\wwwroot\css"/>
</files>
<metadata>
<version>2.2.7</version>
<id>datatables.net-responsive-bs4</id>
<description>This is Responsive for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)</description>
<repository type="git" url="https://github.com/DataTables/Dist-DataTables-Responsive-Bootstrap4.git"/>
<authors>SpryMedia Ltd</authors>
<projectUrl>http://datatables.net</projectUrl>
<license type="expression">MIT</license>
<tags>Responsive Bootstrap Bootstrap4 Datatables jQuery table</tags>
<dependencies>
<dependency id="datatables.net-responsive" version=">=2.2.7"/>
<dependency id="datatables.net-bs4" version=">=1.10.24"/>
</dependencies>
<contentFiles>
<files include="**/*" buildAction="Content"/>
</contentFiles>
</metadata>
<files>
<file src="js/responsive.bootstrap4.js" target="content\Scripts"/>
<file src="js/responsive.bootstrap4.js" target="contentFiles\any\any\wwwroot\js"/>
<file src="js/responsive.bootstrap4.min.js" target="content\Scripts"/>
<file src="js/responsive.bootstrap4.min.js" target="contentFiles\any\any\wwwroot\js"/>
<file src="css/responsive.bootstrap4.css" target="content\Content"/>
<file src="css/responsive.bootstrap4.css" target="contentFiles\any\any\wwwroot\css"/>
<file src="css/responsive.bootstrap4.min.css" target="content\Content"/>
<file src="css/responsive.bootstrap4.min.css" target="contentFiles\any\any\wwwroot\css"/>
<file src="types/responsive.bootstrap4.d.ts" target="content\Scripts"/>
<file src="types/responsive.bootstrap4.d.ts" target="contentFiles\any\any\wwwroot\js"/>
</files>
</package>

47 changes: 32 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,47 @@
{
"name": "datatables.net-responsive-bs4",
"description": "Responsive for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)",
"main": "js/responsive.bootstrap4.js",
"style": "css/responsive.bootstrap4.css",
"version": "2.2.7",
"description": "Responsive for DataTables with styling for [Bootstrap 4](http://getbootstrap.com/)",
"files": [
"css/**/*.css",
"js/**/*.js"
],
"main": "js/responsive.bootstrap4.js",
"keywords": [
"responsive",
"DataTables",
"Responsive",
"Bootstrap",
"Bootstrap4",
"Datatables",
"jQuery",
"table",
"Bootstrap 4"
"filter",
"sort"
],
"dependencies": {
"datatables.net-responsive": ">=2.2.7",
"datatables.net-bs4": ">=1.10.24",
"jquery": ">=1.7"
},
"moduleType": [
"globals",
"amd",
"node"
],
"ignore": [
"composer.json",
"datatables.json",
"package.json"
],
"homepage": "https://datatables.net",
"bugs": "https://datatables.net/forums",
"license": "MIT",
"author": {
"name": "SpryMedia Ltd",
"url": "http://datatables.net"
},
"dependencies": {
"jquery": ">=1.7",
"datatables.net-bs4": "^1.10.15",
"datatables.net-responsive": "2.2.7"
},
"style": "css/responsive.bootstrap4.css"
}
"homepage": "https://datatables.net",
"bugs": "https://datatables.net/forums",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DataTables/Dist-DataTables-Responsive-Bootstrap4.git"
}
}
Empty file.

0 comments on commit 9474106

Please # to comment.