flashgrid 3.2.0 → 3.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bb3a156f4c57b1754c9a5eea31e98e51e2e33595
4
- data.tar.gz: 79cf307756645eab4d161e2dd8f649c57425e192
3
+ metadata.gz: 3b5bb59cfc4399618e852ba8c74e560c7ad2ea32
4
+ data.tar.gz: cd389cd460ed316e0fa55b0d2d8ecc998d442776
5
5
  SHA512:
6
- metadata.gz: 7e3cace4a3b745814f27f56b9784426e27ceacd20785f2e893f628ca945ca4a3f23726e56974f3a2baccfe27fd912f07cdb24c09e4eac70ace6c99b405e8aa4a
7
- data.tar.gz: 4b1fb8d296c3348aa2a516c366f110b2c01d7f3c4d3728c46a722d313a9fa92991f920ddcabf081966caefc9283b84a4500e1deb8e2780744fc182769b57db72
6
+ metadata.gz: 16749ef4478940b5545a4a948822b0e7a5b8df1235dc575b3cd3bbd1beaaa634d2fe0de5f1647fdfc971cfe1d853a2c900238885a00c1566bbc21a06441d7bcf
7
+ data.tar.gz: aab9c0bbf80bf9aa97a66bd6dff3dc02d2e2ed252635615762af77f8259fb9a928da153f3eb44f2da1ef85b844eef157bf9b06f1c56ecd72dfbc0afe27e7ef6d
@@ -1,3 +1,3 @@
1
1
  module Flashgrid
2
- VERSION = "3.2.0"
2
+ VERSION = "3.2.1"
3
3
  end
@@ -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.0
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-22 00:00:00.000000000 Z
11
+ date: 2014-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler