rails_handsontable 0.1.5 → 0.13.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 +15 -0
- data/lib/rails_handsontable/version.rb +1 -1
- data/vendor/assets/javascripts/{jquery.handsontable.full.js → handsontable.full.js} +3099 -811
- data/vendor/assets/javascripts/{jquery.handsontable.js → handsontable.js} +3099 -811
- data/vendor/assets/stylesheets/{jquery.handsontable.css → handsontable.css} +21 -14
- data/vendor/assets/stylesheets/{jquery.handsontable.full.css → handsontable.full.css} +21 -14
- metadata +23 -17
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Handsontable 0.
|
|
2
|
+
* Handsontable 0.13.1
|
|
3
3
|
* Handsontable is a JavaScript library for editable tables with basic copy-paste compatibility with Excel and Google Docs
|
|
4
4
|
*
|
|
5
|
-
* Copyright 2012-2014 Marcin Warpechowski
|
|
5
|
+
* Copyright (c) 2012-2014 Marcin Warpechowski
|
|
6
|
+
* Copyright (c) 2015 Handsoncode sp. z o.o. <hello@handsontable.com>
|
|
6
7
|
* Licensed under the MIT license.
|
|
7
8
|
* http://handsontable.com/
|
|
8
9
|
*
|
|
9
|
-
* Date:
|
|
10
|
+
* Date: Thu Mar 19 2015 15:05:12 GMT+0100 (CET)
|
|
10
11
|
*/
|
|
11
12
|
|
|
12
13
|
.handsontable {
|
|
@@ -281,7 +282,14 @@
|
|
|
281
282
|
}
|
|
282
283
|
|
|
283
284
|
.handsontable td.area {
|
|
284
|
-
background
|
|
285
|
+
background: -moz-linear-gradient(top, rgba(181,209,255,0.34) 0%, rgba(181,209,255,0.34) 100%); /* FF3.6+ */
|
|
286
|
+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,209,255,0.34)), color-stop(100%,rgba(181,209,255,0.34))); /* Chrome,Safari4+ */
|
|
287
|
+
background: -webkit-linear-gradient(top, rgba(181,209,255,0.34) 0%,rgba(181,209,255,0.34) 100%); /* Chrome10+,Safari5.1+ */
|
|
288
|
+
background: -o-linear-gradient(top, rgba(181,209,255,0.34) 0%,rgba(181,209,255,0.34) 100%); /* Opera 11.10+ */
|
|
289
|
+
background: -ms-linear-gradient(top, rgba(181,209,255,0.34) 0%,rgba(181,209,255,0.34) 100%); /* IE10+ */
|
|
290
|
+
background: linear-gradient(to bottom, rgba(181,209,255,0.34) 0%,rgba(181,209,255,0.34) 100%); /* W3C */
|
|
291
|
+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57b5d1ff', endColorstr='#57b5d1ff',GradientType=0 ); /* IE6-9 */
|
|
292
|
+
background-color: #fff;
|
|
285
293
|
}
|
|
286
294
|
|
|
287
295
|
/* fill handle */
|
|
@@ -298,15 +306,14 @@
|
|
|
298
306
|
}
|
|
299
307
|
|
|
300
308
|
.handsontableInput {
|
|
301
|
-
border:
|
|
309
|
+
border:none;
|
|
302
310
|
outline-width: 0;
|
|
303
|
-
margin: 0;
|
|
304
|
-
padding: 1px
|
|
311
|
+
margin: 0 ;
|
|
312
|
+
padding: 1px 5px 0 5px;
|
|
305
313
|
font-family: inherit;
|
|
306
|
-
line-height:
|
|
314
|
+
line-height: 21px;
|
|
307
315
|
font-size: inherit;
|
|
308
|
-
|
|
309
|
-
box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
|
|
316
|
+
box-shadow: 0 0 0 2px #5292F7 inset;
|
|
310
317
|
resize: none;
|
|
311
318
|
/*below are needed to overwrite stuff added by jQuery UI Bootstrap theme*/
|
|
312
319
|
display: inline-block;
|
|
@@ -316,10 +323,6 @@
|
|
|
316
323
|
/*overwrite styles potentionally made by a framework*/
|
|
317
324
|
}
|
|
318
325
|
|
|
319
|
-
.handsontableInput:focus {
|
|
320
|
-
border: 2px solid #5292F7;
|
|
321
|
-
}
|
|
322
|
-
|
|
323
326
|
.handsontableInputHolder {
|
|
324
327
|
position: absolute;
|
|
325
328
|
top: 0;
|
|
@@ -406,6 +409,10 @@ AutocompleteRenderer down arrow
|
|
|
406
409
|
color: #777;
|
|
407
410
|
}
|
|
408
411
|
|
|
412
|
+
.handsontable td.area .htAutocompleteArrow {
|
|
413
|
+
color: #d3d3d3;
|
|
414
|
+
}
|
|
415
|
+
|
|
409
416
|
/*
|
|
410
417
|
CheckboxRenderer
|
|
411
418
|
*/
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Handsontable 0.
|
|
2
|
+
* Handsontable 0.13.1
|
|
3
3
|
* Handsontable is a JavaScript library for editable tables with basic copy-paste compatibility with Excel and Google Docs
|
|
4
4
|
*
|
|
5
|
-
* Copyright 2012-2014 Marcin Warpechowski
|
|
5
|
+
* Copyright (c) 2012-2014 Marcin Warpechowski
|
|
6
|
+
* Copyright (c) 2015 Handsoncode sp. z o.o. <hello@handsontable.com>
|
|
6
7
|
* Licensed under the MIT license.
|
|
7
8
|
* http://handsontable.com/
|
|
8
9
|
*
|
|
9
|
-
* Date:
|
|
10
|
+
* Date: Thu Mar 19 2015 15:05:12 GMT+0100 (CET)
|
|
10
11
|
*/
|
|
11
12
|
|
|
12
13
|
.handsontable {
|
|
@@ -281,7 +282,14 @@
|
|
|
281
282
|
}
|
|
282
283
|
|
|
283
284
|
.handsontable td.area {
|
|
284
|
-
background
|
|
285
|
+
background: -moz-linear-gradient(top, rgba(181,209,255,0.34) 0%, rgba(181,209,255,0.34) 100%); /* FF3.6+ */
|
|
286
|
+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,209,255,0.34)), color-stop(100%,rgba(181,209,255,0.34))); /* Chrome,Safari4+ */
|
|
287
|
+
background: -webkit-linear-gradient(top, rgba(181,209,255,0.34) 0%,rgba(181,209,255,0.34) 100%); /* Chrome10+,Safari5.1+ */
|
|
288
|
+
background: -o-linear-gradient(top, rgba(181,209,255,0.34) 0%,rgba(181,209,255,0.34) 100%); /* Opera 11.10+ */
|
|
289
|
+
background: -ms-linear-gradient(top, rgba(181,209,255,0.34) 0%,rgba(181,209,255,0.34) 100%); /* IE10+ */
|
|
290
|
+
background: linear-gradient(to bottom, rgba(181,209,255,0.34) 0%,rgba(181,209,255,0.34) 100%); /* W3C */
|
|
291
|
+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57b5d1ff', endColorstr='#57b5d1ff',GradientType=0 ); /* IE6-9 */
|
|
292
|
+
background-color: #fff;
|
|
285
293
|
}
|
|
286
294
|
|
|
287
295
|
/* fill handle */
|
|
@@ -298,15 +306,14 @@
|
|
|
298
306
|
}
|
|
299
307
|
|
|
300
308
|
.handsontableInput {
|
|
301
|
-
border:
|
|
309
|
+
border:none;
|
|
302
310
|
outline-width: 0;
|
|
303
|
-
margin: 0;
|
|
304
|
-
padding: 1px
|
|
311
|
+
margin: 0 ;
|
|
312
|
+
padding: 1px 5px 0 5px;
|
|
305
313
|
font-family: inherit;
|
|
306
|
-
line-height:
|
|
314
|
+
line-height: 21px;
|
|
307
315
|
font-size: inherit;
|
|
308
|
-
|
|
309
|
-
box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
|
|
316
|
+
box-shadow: 0 0 0 2px #5292F7 inset;
|
|
310
317
|
resize: none;
|
|
311
318
|
/*below are needed to overwrite stuff added by jQuery UI Bootstrap theme*/
|
|
312
319
|
display: inline-block;
|
|
@@ -316,10 +323,6 @@
|
|
|
316
323
|
/*overwrite styles potentionally made by a framework*/
|
|
317
324
|
}
|
|
318
325
|
|
|
319
|
-
.handsontableInput:focus {
|
|
320
|
-
border: 2px solid #5292F7;
|
|
321
|
-
}
|
|
322
|
-
|
|
323
326
|
.handsontableInputHolder {
|
|
324
327
|
position: absolute;
|
|
325
328
|
top: 0;
|
|
@@ -406,6 +409,10 @@ AutocompleteRenderer down arrow
|
|
|
406
409
|
color: #777;
|
|
407
410
|
}
|
|
408
411
|
|
|
412
|
+
.handsontable td.area .htAutocompleteArrow {
|
|
413
|
+
color: #d3d3d3;
|
|
414
|
+
}
|
|
415
|
+
|
|
409
416
|
/*
|
|
410
417
|
CheckboxRenderer
|
|
411
418
|
*/
|
metadata
CHANGED
|
@@ -1,46 +1,53 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails_handsontable
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.13.1
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- mahinder
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date: 2015-
|
|
11
|
+
date: 2015-08-22 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: railties
|
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
|
17
|
-
none: false
|
|
18
16
|
requirements:
|
|
19
17
|
- - ~>
|
|
20
18
|
- !ruby/object:Gem::Version
|
|
21
19
|
version: '3.1'
|
|
20
|
+
- - ! '>'
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: '3.1'
|
|
22
23
|
type: :runtime
|
|
23
24
|
prerelease: false
|
|
24
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
-
none: false
|
|
26
26
|
requirements:
|
|
27
27
|
- - ~>
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
29
|
version: '3.1'
|
|
30
|
+
- - ! '>'
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '3.1'
|
|
30
33
|
- !ruby/object:Gem::Dependency
|
|
31
34
|
name: rails
|
|
32
35
|
requirement: !ruby/object:Gem::Requirement
|
|
33
|
-
none: false
|
|
34
36
|
requirements:
|
|
35
37
|
- - ~>
|
|
38
|
+
- !ruby/object:Gem::Version
|
|
39
|
+
version: '3.2'
|
|
40
|
+
- - ! '>='
|
|
36
41
|
- !ruby/object:Gem::Version
|
|
37
42
|
version: 3.2.12
|
|
38
43
|
type: :development
|
|
39
44
|
prerelease: false
|
|
40
45
|
version_requirements: !ruby/object:Gem::Requirement
|
|
41
|
-
none: false
|
|
42
46
|
requirements:
|
|
43
47
|
- - ~>
|
|
48
|
+
- !ruby/object:Gem::Version
|
|
49
|
+
version: '3.2'
|
|
50
|
+
- - ! '>='
|
|
44
51
|
- !ruby/object:Gem::Version
|
|
45
52
|
version: 3.2.12
|
|
46
53
|
description: hansontable wrap in gem
|
|
@@ -50,35 +57,34 @@ executables: []
|
|
|
50
57
|
extensions: []
|
|
51
58
|
extra_rdoc_files: []
|
|
52
59
|
files:
|
|
53
|
-
- lib/rails_handsontable/version.rb
|
|
54
|
-
- lib/rails_handsontable.rb
|
|
55
|
-
- vendor/assets/javascripts/jquery.handsontable.full.js
|
|
56
|
-
- vendor/assets/javascripts/jquery.handsontable.js
|
|
57
|
-
- vendor/assets/stylesheets/jquery.handsontable.css
|
|
58
|
-
- vendor/assets/stylesheets/jquery.handsontable.full.css
|
|
59
60
|
- README.md
|
|
61
|
+
- lib/rails_handsontable.rb
|
|
62
|
+
- lib/rails_handsontable/version.rb
|
|
63
|
+
- vendor/assets/javascripts/handsontable.full.js
|
|
64
|
+
- vendor/assets/javascripts/handsontable.js
|
|
65
|
+
- vendor/assets/stylesheets/handsontable.css
|
|
66
|
+
- vendor/assets/stylesheets/handsontable.full.css
|
|
60
67
|
homepage: ''
|
|
61
68
|
licenses: []
|
|
69
|
+
metadata: {}
|
|
62
70
|
post_install_message:
|
|
63
71
|
rdoc_options: []
|
|
64
72
|
require_paths:
|
|
65
73
|
- lib
|
|
66
74
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
67
|
-
none: false
|
|
68
75
|
requirements:
|
|
69
76
|
- - ! '>='
|
|
70
77
|
- !ruby/object:Gem::Version
|
|
71
78
|
version: '0'
|
|
72
79
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
|
-
none: false
|
|
74
80
|
requirements:
|
|
75
81
|
- - ! '>='
|
|
76
82
|
- !ruby/object:Gem::Version
|
|
77
83
|
version: '0'
|
|
78
84
|
requirements: []
|
|
79
85
|
rubyforge_project:
|
|
80
|
-
rubygems_version:
|
|
86
|
+
rubygems_version: 2.4.8
|
|
81
87
|
signing_key:
|
|
82
|
-
specification_version:
|
|
88
|
+
specification_version: 4
|
|
83
89
|
summary: hansontable wrap in gem
|
|
84
90
|
test_files: []
|