flashgrid-ext 1.0.1 → 1.0.2

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: a266aa72af30c1e6a75c23291a2bd79ae135cd6a
4
- data.tar.gz: 1f8e93666bdfa4296aa57519dc9532b56b750898
3
+ metadata.gz: b5865a9cc6ef339e33312cb2fc156ef2bdb95ae8
4
+ data.tar.gz: cdb7c9d01767f57c9e0fc4a771051a9346ae08db
5
5
  SHA512:
6
- metadata.gz: 1063abc67e556d696bd1fe3df8453980313ed6ab3460af6112cc571df21df2d5919e4c14b45ae2fb3e62fa76fce1f5c70f33bb21b0aee8494412ed9a92ff0308
7
- data.tar.gz: b6894965d6b35926518bd4a8c8aaa0105ed7c67e617c9e56218317561a9de5573bd6d47efe636d0d15fc0c69fbaefcfddd0960b2e6469e61cf8a927fb561e1ec
6
+ metadata.gz: 19d6ccc287c7f64019e934aef2326b4590ab33f9e4d2a7a23fe56c16b3fdbc6130d876effe016dcca2f0b8eb2bb9f33351aecff7e41835462ceeac7a62e55c3b
7
+ data.tar.gz: 96c7cf6197b905045fb7d3ec93772815dbd75dd858a995289e7eb288016aa7d3bab585f291a94d155538e5139411259fa5b75eef64e8df12145b681a89c35178
@@ -1,5 +1,5 @@
1
1
  module Flashgrid
2
2
  module Ext
3
- VERSION = "1.0.1"
3
+ VERSION = "1.0.2"
4
4
  end
5
5
  end
@@ -746,7 +746,7 @@ var List = function(id, options, values) {
746
746
  addAsync = require('./src/add-async')(self),
747
747
  parse = require('./src/parse')(self);
748
748
 
749
- this.listClass = "sort";
749
+ this.listClass = "sortable";
750
750
  this.searchClass = "sort-filter";
751
751
  this.sortClass = "sort-trigger";
752
752
  this.page = 200;
@@ -123,7 +123,7 @@
123
123
  color: rgba(71,74,84,1);
124
124
  outline: 0;
125
125
  }
126
- .calendar-state-disabled { display: non; }
126
+ .calendar-state-disabled { display: none; }
127
127
  .calendar-text-arrow {
128
128
  font-size: 17px;
129
129
  line-height: 16px;
@@ -175,14 +175,14 @@ a.calendar-event,
175
175
  .calendar-ltr .calendar-event-hori.calendar-event-start,
176
176
  .calendar-rtl .calendar-event-hori.calendar-event-end {
177
177
  border-left-width: 1px;
178
- border-top-left-radius: 3px;
179
- border-bottom-left-radius: 3px;
178
+ border-top-left-radius: 2px;
179
+ border-bottom-left-radius: 2px;
180
180
  }
181
181
  .calendar-ltr .calendar-event-hori.calendar-event-end,
182
182
  .calendar-rtl .calendar-event-hori.calendar-event-start {
183
183
  border-right-width: 1px;
184
- border-top-right-radius: 3px;
185
- border-bottom-right-radius: 3px;
184
+ border-top-right-radius: 2px;
185
+ border-bottom-right-radius: 2px;
186
186
  }
187
187
  .calendar-event-hori .ui-resizable-e {
188
188
  cursor: e-resize;
@@ -304,13 +304,13 @@ table.calendar-border-separate { border-collapse: separate; }
304
304
  .calendar-event-vert { border-width: 0 1px; }
305
305
  .calendar-event-vert.calendar-event-start {
306
306
  border-top-width: 1px;
307
- border-top-left-radius: 3px;
308
- border-top-right-radius: 3px;
307
+ border-top-left-radius: 2px;
308
+ border-top-right-radius: 2px;
309
309
  }
310
310
  .calendar-event-vert.calendar-event-end {
311
311
  border-bottom-width: 1px;
312
- border-bottom-left-radius: 3px;
313
- border-bottom-right-radius: 3px;
312
+ border-bottom-left-radius: 2px;
313
+ border-bottom-right-radius: 2px;
314
314
  }
315
315
  .calendar-event-vert .calendar-event-time {
316
316
  color: rgba(58,144,216,1);
@@ -20,6 +20,6 @@
20
20
  .sort-bordered > li:first-child { border: none; }
21
21
  .sort-striped > li:nth-child(even) { background-color: rgba(246,247,249,1); }
22
22
  .sort-scrollable {
23
- max-height: 200px;
23
+ max-height: 300px;
24
24
  overflow-y: scroll;
25
25
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flashgrid-ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
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-01-24 00:00:00.000000000 Z
11
+ date: 2014-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler