Skip to content

Commit ef4e8e7

Browse files
Remove types from nuget files
1 parent 30dfb30 commit ef4e8e7

4 files changed

Lines changed: 28 additions & 16 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0",
2+
"version": "1.1.0",
33
"name": "datatables.net/datatables.net-staterestore-jqui",
44
"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/)",
55
"support": {
@@ -30,7 +30,7 @@
3030
"table"
3131
],
3232
"require": {
33-
"datatables.net/datatables.net-staterestore": ">=null",
34-
"datatables.net/datatables.net-jqui": ">=1.11.3"
33+
"datatables.net/datatables.net-staterestore": ">=1.1.0",
34+
"datatables.net/datatables.net-jqui": ">=1.11.5"
3535
}
3636
}

css/stateRestore.jqueryui.css

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,20 @@ div.dtsr-creation-text {
110110
padding: 10px;
111111
}
112112

113+
div.dtsr-popover-close {
114+
position: absolute;
115+
top: 10px;
116+
right: 10px;
117+
width: 22px;
118+
height: 22px;
119+
border: 1px solid #eaeaea;
120+
background-color: #f9f9f9;
121+
text-align: center;
122+
border-radius: 3px;
123+
cursor: pointer;
124+
z-index: 12;
125+
}
126+
113127
div.dtsr-background {
114128
z-index: 2002;
115129
position: fixed;
@@ -138,8 +152,8 @@ div.dt-button-collection span.dtsr-emptyStates {
138152
text-align: center;
139153
vertical-align: middle;
140154
width: 100%;
141-
padding-bottom: 3px;
142-
padding-top: 7px;
155+
padding-bottom: 7px;
156+
padding-top: 3px;
143157
}
144158

145159
div.dt-button-collection {

nuget.nuspec

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<license type="expression">MIT</license>
1111
<tags>StateRestore stateSave state reload jQuery UI jQueryUI Datatables jQuery table</tags>
1212
<dependencies>
13-
<dependency id="datatables.net-staterestore" version="null"/>
14-
<dependency id="datatables.net-jqui" version="1.11.3"/>
13+
<dependency id="datatables.net-staterestore" version="1.1.0"/>
14+
<dependency id="datatables.net-jqui" version="1.11.5"/>
1515
</dependencies>
1616
<contentFiles>
1717
<files include="**/*" buildAction="Content"/>
@@ -26,8 +26,6 @@
2626
<file src="css/stateRestore.jqueryui.css" target="contentFiles\any\any\wwwroot\css"/>
2727
<file src="css/stateRestore.jqueryui.min.css" target="content\Content"/>
2828
<file src="css/stateRestore.jqueryui.min.css" target="contentFiles\any\any\wwwroot\css"/>
29-
<file src="types/stateRestore.jqueryui.d.ts" target="content\Scripts"/>
30-
<file src="types/stateRestore.jqueryui.d.ts" target="contentFiles\any\any\wwwroot\js"/>
3129
</files>
3230
</package>
3331

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@
1212
],
1313
"keywords": [
1414
"StateRestore",
15-
"stateSave",
16-
"state",
17-
"reload",
15+
"stateSave",
16+
"state",
17+
"reload",
1818
"jQuery UI",
19-
"jQueryUI",
19+
"jQueryUI",
2020
"Datatables",
2121
"jQuery",
2222
"table",
2323
"filter",
2424
"sort"
2525
],
2626
"dependencies": {
27-
"datatables.net-staterestore": ">=1.0.1",
28-
"datatables.net-jqui": ">=1.11.3",
27+
"datatables.net-staterestore": ">=1.1.0",
28+
"datatables.net-jqui": ">=1.11.5",
2929
"jquery": ">=1.7"
3030
},
3131
"moduleType": [
@@ -49,4 +49,4 @@
4949
"type": "git",
5050
"url": "https://github.com/DataTables/Dist-DataTables-StateRestore-jQueryUI.git"
5151
}
52-
}
52+
}

0 commit comments

Comments
 (0)