Skip to content

Commit

Permalink
Remove types from nuget files
Browse files Browse the repository at this point in the history
  • Loading branch information
SandyDatatables committed Mar 31, 2022
1 parent 30dfb30 commit ef4e8e7
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 16 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.1.0",
"name": "datatables.net/datatables.net-staterestore-jqui",
"description": "The StateRestore extension for DataTables builds on the `stateSave` option within DataTable's core. This allows users to save multiple different states and reload them at any time, not just at initialisation. This is StateRestore for DataTables with styling for [jQueryUI](http://jqueryui.com/)",
"support": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"table"
],
"require": {
"datatables.net/datatables.net-staterestore": ">=null",
"datatables.net/datatables.net-jqui": ">=1.11.3"
"datatables.net/datatables.net-staterestore": ">=1.1.0",
"datatables.net/datatables.net-jqui": ">=1.11.5"
}
}
18 changes: 16 additions & 2 deletions css/stateRestore.jqueryui.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,20 @@ div.dtsr-creation-text {
padding: 10px;
}

div.dtsr-popover-close {
position: absolute;
top: 10px;
right: 10px;
width: 22px;
height: 22px;
border: 1px solid #eaeaea;
background-color: #f9f9f9;
text-align: center;
border-radius: 3px;
cursor: pointer;
z-index: 12;
}

div.dtsr-background {
z-index: 2002;
position: fixed;
Expand Down Expand Up @@ -138,8 +152,8 @@ div.dt-button-collection span.dtsr-emptyStates {
text-align: center;
vertical-align: middle;
width: 100%;
padding-bottom: 3px;
padding-top: 7px;
padding-bottom: 7px;
padding-top: 3px;
}

div.dt-button-collection {
Expand Down
6 changes: 2 additions & 4 deletions nuget.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<license type="expression">MIT</license>
<tags>StateRestore stateSave state reload jQuery UI jQueryUI Datatables jQuery table</tags>
<dependencies>
<dependency id="datatables.net-staterestore" version="null"/>
<dependency id="datatables.net-jqui" version="1.11.3"/>
<dependency id="datatables.net-staterestore" version="1.1.0"/>
<dependency id="datatables.net-jqui" version="1.11.5"/>
</dependencies>
<contentFiles>
<files include="**/*" buildAction="Content"/>
Expand All @@ -26,8 +26,6 @@
<file src="css/stateRestore.jqueryui.css" target="contentFiles\any\any\wwwroot\css"/>
<file src="css/stateRestore.jqueryui.min.css" target="content\Content"/>
<file src="css/stateRestore.jqueryui.min.css" target="contentFiles\any\any\wwwroot\css"/>
<file src="types/stateRestore.jqueryui.d.ts" target="content\Scripts"/>
<file src="types/stateRestore.jqueryui.d.ts" target="contentFiles\any\any\wwwroot\js"/>
</files>
</package>

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
],
"keywords": [
"StateRestore",
"stateSave",
"state",
"reload",
"stateSave",
"state",
"reload",
"jQuery UI",
"jQueryUI",
"jQueryUI",
"Datatables",
"jQuery",
"table",
"filter",
"sort"
],
"dependencies": {
"datatables.net-staterestore": ">=1.0.1",
"datatables.net-jqui": ">=1.11.3",
"datatables.net-staterestore": ">=1.1.0",
"datatables.net-jqui": ">=1.11.5",
"jquery": ">=1.7"
},
"moduleType": [
Expand All @@ -49,4 +49,4 @@
"type": "git",
"url": "https://github.com/DataTables/Dist-DataTables-StateRestore-jQueryUI.git"
}
}
}

0 comments on commit ef4e8e7

Please sign in to comment.