flashgrid 3.2.0 → 3.2.1
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3b5bb59cfc4399618e852ba8c74e560c7ad2ea32
|
|
4
|
+
data.tar.gz: cd389cd460ed316e0fa55b0d2d8ecc998d442776
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 16749ef4478940b5545a4a948822b0e7a5b8df1235dc575b3cd3bbd1beaaa634d2fe0de5f1647fdfc971cfe1d853a2c900238885a00c1566bbc21a06441d7bcf
|
|
7
|
+
data.tar.gz: aab9c0bbf80bf9aa97a66bd6dff3dc02d2e2ed252635615762af77f8259fb9a928da153f3eb44f2da1ef85b844eef157bf9b06f1c56ecd72dfbc0afe27e7ef6d
|
data/lib/flashgrid/version.rb
CHANGED
|
@@ -105,9 +105,9 @@
|
|
|
105
105
|
icon : 'tablespy-icon',
|
|
106
106
|
info : 'tablespy-infoOnly',
|
|
107
107
|
processing : 'tablespy-processing',
|
|
108
|
-
sortAsc : 'tablespy-headerAsc sort-asc',
|
|
109
|
-
sortDesc : 'tablespy-headerDesc sort-desc',
|
|
110
|
-
sortNone : 'tablespy-headerUnSorted sort-none'
|
|
108
|
+
sortAsc : 'tablespy-headerAsc tablespy-sort-asc',
|
|
109
|
+
sortDesc : 'tablespy-headerDesc tablespy-sort-desc',
|
|
110
|
+
sortNone : 'tablespy-headerUnSorted tablespy-sort-none'
|
|
111
111
|
};
|
|
112
112
|
|
|
113
113
|
// labels applied to sortable headers for accessibility (aria) support
|
|
@@ -33,26 +33,26 @@ table {
|
|
|
33
33
|
.table th a { color: rgba(71,74,84,1); }
|
|
34
34
|
.table th a:hover { text-decoration: underline; }
|
|
35
35
|
.table thead th { vertical-align: bottom; }
|
|
36
|
-
.table th.sort-asc:before {
|
|
36
|
+
.table th.tablespy-sort-asc:before {
|
|
37
37
|
content: "\f155";
|
|
38
38
|
float: right;
|
|
39
39
|
font-family: "Ionicons";
|
|
40
40
|
}
|
|
41
|
-
.table th.sort-desc:before {
|
|
41
|
+
.table th.tablespy-sort-desc:before {
|
|
42
42
|
content: "\f151";
|
|
43
43
|
float: right;
|
|
44
44
|
font-family: "Ionicons";
|
|
45
45
|
}
|
|
46
|
-
.table th.sort-none:before {
|
|
46
|
+
.table th.tablespy-sort-none:before {
|
|
47
47
|
content: "\f1ac";
|
|
48
48
|
float: right;
|
|
49
49
|
font-family: "Ionicons";
|
|
50
50
|
}
|
|
51
|
-
.table th.sort-asc,
|
|
52
|
-
.table th.sort-desc,
|
|
53
|
-
.table th.sort-none { cursor: pointer; }
|
|
54
|
-
.table th.sort-empty:before { content: ""; }
|
|
55
|
-
.table th.sort-empty { pointer-events: none; }
|
|
51
|
+
.table th.tablespy-sort-asc,
|
|
52
|
+
.table th.tablespy-sort-desc,
|
|
53
|
+
.table th.tablespy-sort-none { cursor: pointer; }
|
|
54
|
+
.table th.tablespy-sort-empty:before { content: ""; }
|
|
55
|
+
.table th.tablespy-sort-empty { pointer-events: none; }
|
|
56
56
|
.table caption + thead tr:first-child th,
|
|
57
57
|
.table caption + thead tr:first-child td,
|
|
58
58
|
.table colgroup + thead tr:first-child th,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: flashgrid
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.
|
|
4
|
+
version: 3.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juan Gomez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-10-
|
|
11
|
+
date: 2014-10-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|