Skip to content

Commit f75cb92

Browse files
committed
479505f1f73f42cb21ea1f26b7ded9436e94cdd2
Sync to source repo @479505f1f73f42cb21ea1f26b7ded9436e94cdd2
2 parents 19d98c0 + 75a759c commit f75cb92

File tree

4 files changed

+15
-27
lines changed

4 files changed

+15
-27
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.6.2",
2+
"version": "2.6.4",
33
"name": "datatables.net/datatables.net-keytable-se",
44
"description": "KeyTable allows you to use keyboard navigation on a DataTables enhanced table, like an Excel spreadsheet - a cell shows a focus outline which can be moved using the keyboard or mouse operations. This can be particularly useful in an editable table that uses Editor allowing end users to update data very quickly. This is KeyTable for DataTables with styling for [SemanticUI](https://semantic-ui.com/)",
55
"support": {
@@ -31,7 +31,7 @@
3131
"table"
3232
],
3333
"require": {
34-
"datatables.net/datatables.net-keytable": ">=2.6.2",
35-
"datatables.net/datatables.net-se": ">=1.10.25"
34+
"datatables.net/datatables.net-keytable": ">=2.6.4",
35+
"datatables.net/datatables.net-se": ">=1.11.3"
3636
}
3737
}

datatables.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
11
{
2-
"js": [
3-
"js/keyTable.semanticui.js",
4-
"js/keyTable.semanticui.min.js"
5-
],
6-
"css": [
7-
"css/keyTable.semanticui.css",
8-
"css/keyTable.semanticui.min.css"
9-
],
10-
"types": [
11-
"types/keyTable.semanticUI.d.ts"
12-
],
13-
"src-repo": "http://github.com/DataTables/KeyTable",
14-
"last-tag": "2.6.4",
152
"last-sync": "479505f1f73f42cb21ea1f26b7ded9436e94cdd2"
163
}

nuget.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<license type="expression">MIT</license>
1111
<tags>KeyTable Excel keyboard Spreadsheet Semantic SemanticUI Semantic UI Datatables jQuery table</tags>
1212
<dependencies>
13-
<dependency id="datatables.net-keytable" version="2.6.2"/>
14-
<dependency id="datatables.net-se" version="1.10.25"/>
13+
<dependency id="datatables.net-keytable" version="2.6.4"/>
14+
<dependency id="datatables.net-se" version="1.11.3"/>
1515
</dependencies>
1616
<contentFiles>
1717
<files include="**/*" buildAction="Content"/>

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,26 @@
77
"version": "2.6.4",
88
"files": [
99
"css/**/*.css",
10-
"js/**/*.js"
10+
"js/**/*.js",
11+
"types/**/*.d.ts"
1112
],
1213
"keywords": [
1314
"KeyTable",
14-
"Excel",
15-
"keyboard",
16-
"Spreadsheet",
15+
"Excel",
16+
"keyboard",
17+
"Spreadsheet",
1718
"Semantic",
18-
"SemanticUI",
19-
"Semantic UI",
19+
"SemanticUI",
20+
"Semantic UI",
2021
"Datatables",
2122
"jQuery",
2223
"table",
2324
"filter",
2425
"sort"
2526
],
2627
"dependencies": {
27-
"datatables.net-keytable": ">=2.6.2",
28-
"datatables.net-se": ">=1.10.25",
28+
"datatables.net-keytable": ">=2.6.4",
29+
"datatables.net-se": ">=1.11.3",
2930
"jquery": ">=1.7"
3031
},
3132
"moduleType": [
@@ -49,4 +50,4 @@
4950
"type": "git",
5051
"url": "https://github.com/DataTables/Dist-DataTables-KeyTable-SemanticUI.git"
5152
}
52-
}
53+
}

0 commit comments

Comments
 (0)