jquery-tablesorter 1.16.5 → 1.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/jquery-tablesorter/version.rb +1 -1
- data/vendor/assets/javascripts/jquery-tablesorter/addons/pager/jquery.tablesorter.pager.js +38 -27
- data/vendor/assets/javascripts/jquery-tablesorter/jquery.tablesorter.combined.js +1104 -839
- data/vendor/assets/javascripts/jquery-tablesorter/jquery.tablesorter.js +167 -123
- data/vendor/assets/javascripts/jquery-tablesorter/jquery.tablesorter.widgets.js +938 -717
- data/vendor/assets/javascripts/jquery-tablesorter/parsers/parser-date.js +5 -5
- data/vendor/assets/javascripts/jquery-tablesorter/parsers/parser-globalize.js +46 -0
- data/vendor/assets/javascripts/jquery-tablesorter/parsers/parser-input-select.js +96 -72
- data/vendor/assets/javascripts/jquery-tablesorter/parsers/parser-named-numbers.js +6 -5
- data/vendor/assets/javascripts/jquery-tablesorter/parsers/parser-network.js +26 -17
- data/vendor/assets/javascripts/jquery-tablesorter/widgets/widget-columns.js +1 -1
- data/vendor/assets/javascripts/jquery-tablesorter/widgets/widget-editable.js +95 -42
- data/vendor/assets/javascripts/jquery-tablesorter/widgets/widget-filter.js +921 -700
- data/vendor/assets/javascripts/jquery-tablesorter/widgets/widget-grouping.js +5 -3
- data/vendor/assets/javascripts/jquery-tablesorter/widgets/widget-math.js +22 -20
- data/vendor/assets/javascripts/jquery-tablesorter/widgets/widget-output.js +7 -5
- data/vendor/assets/javascripts/jquery-tablesorter/widgets/widget-pager.js +40 -29
- data/vendor/assets/javascripts/jquery-tablesorter/widgets/widget-resizable.js +6 -6
- data/vendor/assets/javascripts/jquery-tablesorter/widgets/widget-saveSort.js +1 -1
- data/vendor/assets/javascripts/jquery-tablesorter/widgets/widget-scroller.js +53 -31
- data/vendor/assets/javascripts/jquery-tablesorter/widgets/widget-stickyHeaders.js +1 -1
- data/vendor/assets/javascripts/jquery-tablesorter/widgets/widget-storage.js +1 -1
- data/vendor/assets/javascripts/jquery-tablesorter/widgets/widget-uitheme.js +1 -1
- data/vendor/assets/stylesheets/jquery-tablesorter/theme.black-ice.css +2 -1
- data/vendor/assets/stylesheets/jquery-tablesorter/theme.blue.css +2 -1
- data/vendor/assets/stylesheets/jquery-tablesorter/theme.bootstrap.css +2 -1
- data/vendor/assets/stylesheets/jquery-tablesorter/theme.bootstrap_2.css +8 -6
- data/vendor/assets/stylesheets/jquery-tablesorter/theme.dark.css +2 -1
- data/vendor/assets/stylesheets/jquery-tablesorter/theme.default.css +1 -1
- metadata +3 -2
@@ -2,7 +2,7 @@
|
|
2
2
|
;(function ($, window, document) {
|
3
3
|
'use strict';
|
4
4
|
|
5
|
-
var ts = $.tablesorter
|
5
|
+
var ts = $.tablesorter || {};
|
6
6
|
// *** Store data in local storage, with a cookie fallback ***
|
7
7
|
/* IE7 needs JSON library for JSON.stringify - (http://caniuse.com/#search=json)
|
8
8
|
if you need it, then include https://github.com/douglascrockford/JSON-js
|
@@ -17,7 +17,8 @@
|
|
17
17
|
.tablesorter-blackice th,
|
18
18
|
.tablesorter-blackice thead td {
|
19
19
|
padding: 4px;
|
20
|
-
font:
|
20
|
+
font: 13px/20px Arial, Sans-serif;
|
21
|
+
font-weight: bold;
|
21
22
|
color: #e5e5e5;
|
22
23
|
text-align: left;
|
23
24
|
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
|
@@ -9,7 +9,8 @@
|
|
9
9
|
.tablesorter-bootstrap thead td,
|
10
10
|
.tablesorter-bootstrap tfoot th,
|
11
11
|
.tablesorter-bootstrap tfoot td {
|
12
|
-
font:
|
12
|
+
font: 14px/20px Arial, Sans-serif;
|
13
|
+
font-weight: bold;
|
13
14
|
padding: 4px;
|
14
15
|
margin: 0 0 18px;
|
15
16
|
background-color: #eee;
|
@@ -8,7 +8,8 @@
|
|
8
8
|
.tablesorter-bootstrap .tablesorter-header,
|
9
9
|
.tablesorter-bootstrap tfoot th,
|
10
10
|
.tablesorter-bootstrap tfoot td {
|
11
|
-
font:
|
11
|
+
font: 14px/20px Arial, Sans-serif;
|
12
|
+
font-weight: bold;
|
12
13
|
position: relative;
|
13
14
|
padding: 8px;
|
14
15
|
margin: 0 0 18px;
|
@@ -68,7 +69,7 @@
|
|
68
69
|
.tablesorter-bootstrap tbody > .even:hover > td {
|
69
70
|
background-color: #f5f5f5;
|
70
71
|
}
|
71
|
-
.tablesorter-bootstrap tr.even > td {
|
72
|
+
.tablesorter-bootstrap tbody > tr.even > td {
|
72
73
|
background-color: #fff;
|
73
74
|
}
|
74
75
|
|
@@ -87,6 +88,7 @@ caption {
|
|
87
88
|
/* filter widget */
|
88
89
|
.tablesorter-bootstrap .tablesorter-filter-row input.tablesorter-filter,
|
89
90
|
.tablesorter-bootstrap .tablesorter-filter-row select.tablesorter-filter {
|
91
|
+
height: 28px;
|
90
92
|
width: 98%;
|
91
93
|
margin: 0;
|
92
94
|
padding: 4px 6px;
|
@@ -105,7 +107,7 @@ caption {
|
|
105
107
|
cursor: not-allowed;
|
106
108
|
}
|
107
109
|
.tablesorter-bootstrap .tablesorter-filter-row {
|
108
|
-
background-color: #
|
110
|
+
background-color: #ddd;
|
109
111
|
}
|
110
112
|
.tablesorter-bootstrap .tablesorter-filter-row td {
|
111
113
|
background-color: #eee;
|
@@ -119,12 +121,12 @@ caption {
|
|
119
121
|
transition: line-height 0.1s ease;
|
120
122
|
}
|
121
123
|
/* hidden filter row */
|
122
|
-
.tablesorter-bootstrap .tablesorter-filter-row.hideme td {
|
124
|
+
.tablesorter-bootstrap tr.tablesorter-filter-row.hideme td {
|
123
125
|
padding: 2px; /* change this to modify the thickness of the closed border row */
|
124
126
|
margin: 0;
|
125
127
|
line-height: 0;
|
126
128
|
}
|
127
|
-
.tablesorter-bootstrap .tablesorter-filter-row.hideme * {
|
129
|
+
.tablesorter-bootstrap tr.tablesorter-filter-row.hideme * {
|
128
130
|
height: 1px;
|
129
131
|
min-height: 0;
|
130
132
|
border: 0;
|
@@ -152,4 +154,4 @@ caption {
|
|
152
154
|
text-align: center;
|
153
155
|
cursor: pointer;
|
154
156
|
background-color: #e6bf99;
|
155
|
-
}
|
157
|
+
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jquery-tablesorter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.17.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jun Lin
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-
|
12
|
+
date: 2015-05-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: railties
|
@@ -97,6 +97,7 @@ files:
|
|
97
97
|
- vendor/assets/javascripts/jquery-tablesorter/parsers/parser-duration.js
|
98
98
|
- vendor/assets/javascripts/jquery-tablesorter/parsers/parser-feet-inch-fraction.js
|
99
99
|
- vendor/assets/javascripts/jquery-tablesorter/parsers/parser-file-type.js
|
100
|
+
- vendor/assets/javascripts/jquery-tablesorter/parsers/parser-globalize.js
|
100
101
|
- vendor/assets/javascripts/jquery-tablesorter/parsers/parser-ignore-articles.js
|
101
102
|
- vendor/assets/javascripts/jquery-tablesorter/parsers/parser-image.js
|
102
103
|
- vendor/assets/javascripts/jquery-tablesorter/parsers/parser-input-select.js
|