jquery-datatables-rails 0.1.0 → 1.9.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.
Files changed (31) hide show
  1. data/.gitignore +1 -0
  2. data/lib/jquery/datatables/rails/version.rb +1 -1
  3. data/vendor/assets/images/dataTables/back_disabled.png +0 -0
  4. data/vendor/assets/images/dataTables/back_enabled.png +0 -0
  5. data/vendor/assets/images/dataTables/back_enabled_hover.png +0 -0
  6. data/vendor/assets/images/dataTables/favicon.ico +0 -0
  7. data/vendor/assets/images/dataTables/forward_disabled.png +0 -0
  8. data/vendor/assets/images/dataTables/forward_enabled.png +0 -0
  9. data/vendor/assets/images/dataTables/forward_enabled_hover.png +0 -0
  10. data/vendor/assets/images/dataTables/sort_asc.png +0 -0
  11. data/vendor/assets/images/dataTables/sort_asc_disabled.png +0 -0
  12. data/vendor/assets/images/dataTables/sort_both.png +0 -0
  13. data/vendor/assets/images/dataTables/sort_desc.png +0 -0
  14. data/vendor/assets/images/dataTables/sort_desc_disabled.png +0 -0
  15. data/vendor/assets/javascripts/jquery.dataTables.editable.js +1017 -0
  16. data/vendor/assets/javascripts/jquery.dataTables.fnReloadAjax.js +4 -3
  17. data/vendor/assets/javascripts/jquery.dataTables.js +9882 -5617
  18. data/vendor/assets/javascripts/jquery.dataTables.min.js +141 -139
  19. data/vendor/assets/javascripts/jquery.jeditable.js +507 -0
  20. data/vendor/assets/javascripts/jquery.validate.js +1150 -0
  21. data/vendor/assets/stylesheets/dataTables/demo_page.css +107 -0
  22. data/vendor/assets/stylesheets/dataTables/demo_table.css +59 -22
  23. data/vendor/assets/stylesheets/dataTables/demo_table_jui.css +17 -16
  24. data/vendor/assets/stylesheets/dataTables/jquery.dataTables.css +219 -0
  25. data/vendor/assets/stylesheets/dataTables/jquery.dataTables_themeroller.css +243 -0
  26. metadata +18 -10
  27. data/vendor/assets/images/dataTables/back_disabled.jpg +0 -0
  28. data/vendor/assets/images/dataTables/back_enabled.jpg +0 -0
  29. data/vendor/assets/images/dataTables/forward_disabled.jpg +0 -0
  30. data/vendor/assets/images/dataTables/forward_enabled.jpg +0 -0
  31. data/vendor/assets/javascripts/jquery.dataTables.min.js.gz +0 -0
@@ -0,0 +1,243 @@
1
+
2
+
3
+ /*
4
+ * Table
5
+ */
6
+ table.dataTable {
7
+ margin: 0 auto;
8
+ clear: both;
9
+ width: 100%;
10
+ }
11
+
12
+ table.dataTable thead th {
13
+ padding: 3px 0px 3px 10px;
14
+ cursor: pointer;
15
+ *cursor: hand;
16
+ }
17
+
18
+ table.dataTable tfoot th {
19
+ padding: 3px 10px;
20
+ }
21
+
22
+ table.dataTable td {
23
+ padding: 3px 10px;
24
+ }
25
+
26
+ table.dataTable td.center,
27
+ table.dataTable td.dataTables_empty {
28
+ text-align: center;
29
+ }
30
+
31
+ table.dataTable tr.odd { background-color: #E2E4FF; }
32
+ table.dataTable tr.even { background-color: white; }
33
+
34
+ table.dataTable tr.odd td.sorting_1 { background-color: #D3D6FF; }
35
+ table.dataTable tr.odd td.sorting_2 { background-color: #DADCFF; }
36
+ table.dataTable tr.odd td.sorting_3 { background-color: #E0E2FF; }
37
+ table.dataTable tr.even td.sorting_1 { background-color: #EAEBFF; }
38
+ table.dataTable tr.even td.sorting_2 { background-color: #F2F3FF; }
39
+ table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }
40
+
41
+
42
+ /*
43
+ * Table wrapper
44
+ */
45
+ .dataTables_wrapper {
46
+ position: relative;
47
+ clear: both;
48
+ *zoom: 1;
49
+ }
50
+ .dataTables_wrapper .ui-widget-header {
51
+ font-weight: normal;
52
+ }
53
+ .dataTables_wrapper .ui-toolbar {
54
+ padding: 5px;
55
+ }
56
+
57
+
58
+ /*
59
+ * Page length menu
60
+ */
61
+ .dataTables_length {
62
+ float: left;
63
+ }
64
+
65
+
66
+ /*
67
+ * Filter
68
+ */
69
+ .dataTables_filter {
70
+ float: right;
71
+ text-align: right;
72
+ }
73
+
74
+
75
+ /*
76
+ * Table information
77
+ */
78
+ .dataTables_info {
79
+ padding-top: 3px;
80
+ clear: both;
81
+ float: left;
82
+ }
83
+
84
+
85
+ /*
86
+ * Pagination
87
+ */
88
+ .dataTables_paginate {
89
+ float: right;
90
+ text-align: right;
91
+ }
92
+
93
+ .dataTables_paginate .ui-button {
94
+ margin-right: -0.1em !important;
95
+ }
96
+
97
+ .paging_two_button .ui-button {
98
+ float: left;
99
+ cursor: pointer;
100
+ * cursor: hand;
101
+ }
102
+
103
+ .paging_full_numbers .ui-button {
104
+ padding: 2px 6px;
105
+ margin: 0;
106
+ cursor: pointer;
107
+ * cursor: hand;
108
+ color: #333 !important;
109
+ }
110
+
111
+ /* Two button pagination - previous / next */
112
+ .paginate_disabled_previous,
113
+ .paginate_enabled_previous,
114
+ .paginate_disabled_next,
115
+ .paginate_enabled_next {
116
+ height: 19px;
117
+ float: left;
118
+ cursor: pointer;
119
+ *cursor: hand;
120
+ color: #111 !important;
121
+ }
122
+ .paginate_disabled_previous:hover,
123
+ .paginate_enabled_previous:hover,
124
+ .paginate_disabled_next:hover,
125
+ .paginate_enabled_next:hover {
126
+ text-decoration: none !important;
127
+ }
128
+ .paginate_disabled_previous:active,
129
+ .paginate_enabled_previous:active,
130
+ .paginate_disabled_next:active,
131
+ .paginate_enabled_next:active {
132
+ outline: none;
133
+ }
134
+
135
+ .paginate_disabled_previous,
136
+ .paginate_disabled_next {
137
+ color: #666 !important;
138
+ }
139
+ .paginate_disabled_previous,
140
+ .paginate_enabled_previous {
141
+ padding-left: 23px;
142
+ }
143
+ .paginate_disabled_next,
144
+ .paginate_enabled_next {
145
+ padding-right: 23px;
146
+ margin-left: 10px;
147
+ }
148
+
149
+ .paginate_enabled_previous { background: url('../images/back_enabled.png') no-repeat top left; }
150
+ .paginate_enabled_previous:hover { background: url('../images/back_enabled_hover.png') no-repeat top left; }
151
+ .paginate_disabled_previous { background: url('../images/back_disabled.png') no-repeat top left; }
152
+
153
+ .paginate_enabled_next { background: url('../images/forward_enabled.png') no-repeat top right; }
154
+ .paginate_enabled_next:hover { background: url('../images/forward_enabled_hover.png') no-repeat top right; }
155
+ .paginate_disabled_next { background: url('../images/forward_disabled.png') no-repeat top right; }
156
+
157
+ /* Full number pagination */
158
+ .paging_full_numbers a:active {
159
+ outline: none
160
+ }
161
+ .paging_full_numbers a:hover {
162
+ text-decoration: none;
163
+ }
164
+
165
+ .paging_full_numbers a.paginate_button,
166
+ .paging_full_numbers a.paginate_active {
167
+ border: 1px solid #aaa;
168
+ -webkit-border-radius: 5px;
169
+ -moz-border-radius: 5px;
170
+ border-radius: 5px;
171
+ padding: 2px 5px;
172
+ margin: 0 3px;
173
+ cursor: pointer;
174
+ *cursor: hand;
175
+ color: #333 !important;
176
+ }
177
+
178
+ .paging_full_numbers a.paginate_button {
179
+ background-color: #ddd;
180
+ }
181
+
182
+ .paging_full_numbers a.paginate_button:hover {
183
+ background-color: #ccc;
184
+ text-decoration: none !important;
185
+ }
186
+
187
+ .paging_full_numbers a.paginate_active {
188
+ background-color: #99B3FF;
189
+ }
190
+
191
+
192
+ /*
193
+ * Processing indicator
194
+ */
195
+ .dataTables_processing {
196
+ position: absolute;
197
+ top: 50%;
198
+ left: 50%;
199
+ width: 250px;
200
+ height: 30px;
201
+ margin-left: -125px;
202
+ margin-top: -15px;
203
+ padding: 14px 0 2px 0;
204
+ border: 1px solid #ddd;
205
+ text-align: center;
206
+ color: #999;
207
+ font-size: 14px;
208
+ background-color: white;
209
+ }
210
+
211
+
212
+ /*
213
+ * Sorting
214
+ */
215
+ table.dataTable thead th div.DataTables_sort_wrapper {
216
+ position: relative;
217
+ padding-right: 20px;
218
+ padding-right: 20px;
219
+ }
220
+
221
+ table.dataTable thead th div.DataTables_sort_wrapper span {
222
+ position: absolute;
223
+ top: 50%;
224
+ margin-top: -8px;
225
+ right: 0;
226
+ }
227
+
228
+ table.dataTable th:active {
229
+ outline: none;
230
+ }
231
+
232
+
233
+ /*
234
+ * Scrolling
235
+ */
236
+ .dataTables_scroll {
237
+ clear: both;
238
+ }
239
+
240
+ .dataTables_scrollBody {
241
+ *margin-top: -1px;
242
+ }
243
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-datatables-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 1.9.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-09-14 00:00:00.000000000Z
12
+ date: 2012-03-24 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jquery-rails
16
- requirement: &70203628521920 !ruby/object:Gem::Requirement
16
+ requirement: &70171529551480 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70203628521920
24
+ version_requirements: *70171529551480
25
25
  description: ''
26
26
  email:
27
27
  - robin@wenglewski.de
@@ -38,22 +38,30 @@ files:
38
38
  - lib/jquery/datatables/rails/engine.rb
39
39
  - lib/jquery/datatables/rails/version.rb
40
40
  - vendor/assets/images/dataTables/.DS_Store
41
- - vendor/assets/images/dataTables/back_disabled.jpg
42
- - vendor/assets/images/dataTables/back_enabled.jpg
43
- - vendor/assets/images/dataTables/forward_disabled.jpg
44
- - vendor/assets/images/dataTables/forward_enabled.jpg
41
+ - vendor/assets/images/dataTables/back_disabled.png
42
+ - vendor/assets/images/dataTables/back_enabled.png
43
+ - vendor/assets/images/dataTables/back_enabled_hover.png
44
+ - vendor/assets/images/dataTables/favicon.ico
45
+ - vendor/assets/images/dataTables/forward_disabled.png
46
+ - vendor/assets/images/dataTables/forward_enabled.png
47
+ - vendor/assets/images/dataTables/forward_enabled_hover.png
45
48
  - vendor/assets/images/dataTables/sort_asc.png
46
49
  - vendor/assets/images/dataTables/sort_asc_disabled.png
47
50
  - vendor/assets/images/dataTables/sort_both.png
48
51
  - vendor/assets/images/dataTables/sort_desc.png
49
52
  - vendor/assets/images/dataTables/sort_desc_disabled.png
53
+ - vendor/assets/javascripts/jquery.dataTables.editable.js
50
54
  - vendor/assets/javascripts/jquery.dataTables.fnReloadAjax.js
51
55
  - vendor/assets/javascripts/jquery.dataTables.js
52
56
  - vendor/assets/javascripts/jquery.dataTables.min.js
53
- - vendor/assets/javascripts/jquery.dataTables.min.js.gz
57
+ - vendor/assets/javascripts/jquery.jeditable.js
58
+ - vendor/assets/javascripts/jquery.validate.js
54
59
  - vendor/assets/stylesheets/dataTables/.DS_Store
60
+ - vendor/assets/stylesheets/dataTables/demo_page.css
55
61
  - vendor/assets/stylesheets/dataTables/demo_table.css
56
62
  - vendor/assets/stylesheets/dataTables/demo_table_jui.css
63
+ - vendor/assets/stylesheets/dataTables/jquery.dataTables.css
64
+ - vendor/assets/stylesheets/dataTables/jquery.dataTables_themeroller.css
57
65
  homepage: https://github.com/rweng/jquery-datatables-rails
58
66
  licenses: []
59
67
  post_install_message:
@@ -74,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
82
  version: '0'
75
83
  requirements: []
76
84
  rubyforge_project:
77
- rubygems_version: 1.8.10
85
+ rubygems_version: 1.8.17
78
86
  signing_key:
79
87
  specification_version: 3
80
88
  summary: jquery datatables for rails