ui_bibz 1.1.7 → 1.2.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.
- checksums.yaml +8 -8
- data/.yardoc/checksums +23 -19
- data/.yardoc/object_types +0 -0
- data/.yardoc/objects/root.dat +0 -0
- data/Gemfile.lock +3 -16
- data/README.md +65 -42
- data/doc/UiBibz.html +2 -2
- data/doc/UiBibz/Concerns.html +1 -1
- data/doc/UiBibz/Concerns/Models.html +1 -1
- data/doc/UiBibz/Concerns/Models/Searchable.html +1 -1
- data/doc/UiBibz/Concerns/Models/Searchable/ClassMethods.html +4 -4
- data/doc/UiBibz/Helpers.html +1 -1
- data/doc/UiBibz/Helpers/MetaHelper.html +1 -1
- data/doc/UiBibz/Helpers/UiCoreHelper.html +127 -75
- data/doc/UiBibz/Helpers/UiUxHelper.html +1 -1
- data/doc/UiBibz/Helpers/UtilsHelper.html +1 -1
- data/doc/UiBibz/Rails.html +1 -1
- data/doc/UiBibz/Rails/Engine.html +1 -1
- data/doc/UiBibz/Ui.html +1 -1
- data/doc/UiBibz/Ui/Base.html +1 -1
- data/doc/UiBibz/Ui/Core.html +3 -3
- data/doc/UiBibz/Ui/Core/Alert.html +1 -1
- data/doc/UiBibz/Ui/Core/Bar.html +1 -1
- data/doc/UiBibz/Ui/Core/Breadcrumb.html +1 -1
- data/doc/UiBibz/Ui/Core/BreadcrumbLink.html +1 -1
- data/doc/UiBibz/Ui/Core/Button.html +1 -1
- data/doc/UiBibz/Ui/Core/ButtonDropdown.html +1 -1
- data/doc/UiBibz/Ui/Core/ButtonGroup.html +1 -1
- data/doc/UiBibz/Ui/Core/ButtonLink.html +1 -1
- data/doc/UiBibz/Ui/Core/ButtonSplitDropdown.html +1 -1
- data/doc/UiBibz/Ui/Core/Col.html +1 -1
- data/doc/UiBibz/Ui/Core/Component.html +2 -2
- data/doc/UiBibz/Ui/Core/Dropdown.html +1 -1
- data/doc/UiBibz/Ui/Core/DropdownDivider.html +1 -1
- data/doc/UiBibz/Ui/Core/DropdownHeader.html +1 -1
- data/doc/UiBibz/Ui/Core/DropdownLink.html +1 -1
- data/doc/UiBibz/Ui/Core/Glyph.html +1 -1
- data/doc/UiBibz/Ui/Core/Jumbotron.html +1 -1
- data/doc/UiBibz/Ui/Core/Label.html +1 -1
- data/doc/UiBibz/Ui/Core/List.html +1 -1
- data/doc/UiBibz/Ui/Core/ListGroup.html +1 -1
- data/doc/UiBibz/Ui/Core/Modal.html +541 -0
- data/doc/UiBibz/Ui/Core/ModalBody.html +351 -0
- data/doc/UiBibz/Ui/Core/ModalFooter.html +351 -0
- data/doc/UiBibz/Ui/Core/ModalHeader.html +357 -0
- data/doc/UiBibz/Ui/Core/Nav.html +1 -1
- data/doc/UiBibz/Ui/Core/NavDropdown.html +1 -1
- data/doc/UiBibz/Ui/Core/NavLink.html +1 -1
- data/doc/UiBibz/Ui/Core/Navbar.html +1 -1
- data/doc/UiBibz/Ui/Core/NavbarForm.html +1 -1
- data/doc/UiBibz/Ui/Core/NavbarNav.html +1 -1
- data/doc/UiBibz/Ui/Core/NavbarText.html +1 -1
- data/doc/UiBibz/Ui/Core/Panel.html +1 -1
- data/doc/UiBibz/Ui/Core/ProgressBar.html +1 -1
- data/doc/UiBibz/Ui/Core/Row.html +1 -1
- data/doc/UiBibz/Ui/Core/Stars.html +1 -1
- data/doc/UiBibz/Ui/Ux.html +2 -2
- data/doc/UiBibz/Ui/Ux/Actionable.html +1 -1
- data/doc/UiBibz/Ui/Ux/Actions.html +1 -1
- data/doc/UiBibz/Ui/Ux/Column.html +83 -11
- data/doc/UiBibz/Ui/Ux/Columns.html +1 -1
- data/doc/UiBibz/Ui/Ux/Grid.html +1 -1
- data/doc/UiBibz/Ui/Ux/Paginable.html +1 -1
- data/doc/UiBibz/Ui/Ux/Searchable.html +1 -1
- data/doc/UiBibz/Ui/Ux/Sortable.html +1 -1
- data/doc/UiBibz/Ui/Ux/Store.html +93 -41
- data/doc/UiBibz/Ui/Ux/Table.html +1 -1
- data/doc/UiBibz/Ui/Ux/TablePagination.html +1 -1
- data/doc/UiBibz/Ui/Ux/TablePaginationPerPage.html +1 -1
- data/doc/UiBibz/Ui/Ux/TablePanel.html +1 -1
- data/doc/UiBibz/Ui/Ux/TableSearchField.html +1 -1
- data/doc/UiBibz/Utils.html +1 -1
- data/doc/UiBibz/Utils/Internationalization.html +1 -1
- data/doc/_index.html +29 -1
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +65 -43
- data/doc/images/modal.png +0 -0
- data/doc/index.html +65 -43
- data/doc/method_list.html +309 -225
- data/doc/top-level-namespace.html +1 -1
- data/lib/ui_bibz.rb +1 -0
- data/lib/ui_bibz/concerns/models/searchable.rb +2 -1
- data/lib/ui_bibz/helpers/ui_core_helper.rb +4 -0
- data/lib/ui_bibz/ui/core/modal/components/modal_body.rb +45 -0
- data/lib/ui_bibz/ui/core/modal/components/modal_footer.rb +45 -0
- data/lib/ui_bibz/ui/core/modal/components/modal_header.rb +58 -0
- data/lib/ui_bibz/ui/core/modal/modal.rb +92 -0
- data/lib/ui_bibz/ui/ux/table/components/column.rb +2 -1
- data/lib/ui_bibz/ui/ux/table/components/store.rb +4 -0
- data/lib/ui_bibz/ui/ux/table/extensions/sortable.rb +13 -8
- data/lib/ui_bibz/version.rb +1 -1
- data/test/test_helper.rb +0 -5
- data/test/ui/table_test.rb +1 -1
- data/test/ui_helper_test.rb +15 -0
- data/ui_bibz.gemspec +2 -5
- metadata +19 -52
@@ -358,7 +358,7 @@ arguments in options attribute:</p>
|
|
358
358
|
</div>
|
359
359
|
|
360
360
|
<div id="footer">
|
361
|
-
Generated on Mon Sep
|
361
|
+
Generated on Mon Sep 21 15:46:14 2015 by
|
362
362
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
363
363
|
0.8.7.6 (ruby-1.9.3).
|
364
364
|
</div>
|
data/doc/UiBibz/Ui/Ux.html
CHANGED
@@ -80,7 +80,7 @@
|
|
80
80
|
|
81
81
|
<dt class="r1 last">Defined in:</dt>
|
82
82
|
<dd class="r1 last">lib/ui_bibz.rb<span class="defines">,<br />
|
83
|
-
lib/ui_bibz/ui/ux/grid.rb,<br /> lib/ui_bibz/ui/ux/table/table.rb,<br /> lib/ui_bibz/ui/ux/table/table_panel.rb,<br /> lib/ui_bibz/ui/ux/table/
|
83
|
+
lib/ui_bibz/ui/ux/grid.rb,<br /> lib/ui_bibz/ui/ux/table/table.rb,<br /> lib/ui_bibz/ui/ux/table/table_panel.rb,<br /> lib/ui_bibz/ui/ux/table/table_pagination.rb,<br /> lib/ui_bibz/ui/ux/table/components/store.rb,<br /> lib/ui_bibz/ui/ux/table/components/column.rb,<br /> lib/ui_bibz/ui/ux/table/components/columns.rb,<br /> lib/ui_bibz/ui/ux/table/table_search_field.rb,<br /> lib/ui_bibz/ui/ux/table/components/actions.rb,<br /> lib/ui_bibz/ui/ux/table/extensions/sortable.rb,<br /> lib/ui_bibz/ui/ux/table/extensions/paginable.rb,<br /> lib/ui_bibz/ui/ux/table/extensions/searchable.rb,<br /> lib/ui_bibz/ui/ux/table/extensions/actionable.rb,<br /> lib/ui_bibz/ui/ux/table/table_pagination_per_page.rb</span>
|
84
84
|
</dd>
|
85
85
|
|
86
86
|
</dl>
|
@@ -119,7 +119,7 @@
|
|
119
119
|
</div>
|
120
120
|
|
121
121
|
<div id="footer">
|
122
|
-
Generated on Mon Sep
|
122
|
+
Generated on Mon Sep 21 15:46:14 2015 by
|
123
123
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
124
124
|
0.8.7.6 (ruby-1.9.3).
|
125
125
|
</div>
|
@@ -469,7 +469,7 @@
|
|
469
469
|
</div>
|
470
470
|
|
471
471
|
<div id="footer">
|
472
|
-
Generated on Mon Sep
|
472
|
+
Generated on Mon Sep 21 15:46:16 2015 by
|
473
473
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
474
474
|
0.8.7.6 (ruby-1.9.3).
|
475
475
|
</div>
|
@@ -593,7 +593,7 @@
|
|
593
593
|
</div>
|
594
594
|
|
595
595
|
<div id="footer">
|
596
|
-
Generated on Mon Sep
|
596
|
+
Generated on Mon Sep 21 15:46:15 2015 by
|
597
597
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
598
598
|
0.8.7.6 (ruby-1.9.3).
|
599
599
|
</div>
|
@@ -269,6 +269,33 @@
|
|
269
269
|
<p>Returns the value of attribute hidden.</p>
|
270
270
|
</div></span>
|
271
271
|
|
272
|
+
</li>
|
273
|
+
|
274
|
+
|
275
|
+
<li class="public ">
|
276
|
+
<span class="summary_signature">
|
277
|
+
|
278
|
+
<a href="#id-instance_method" title="#id (instance method)">- (Object) <strong>id</strong> </a>
|
279
|
+
|
280
|
+
|
281
|
+
|
282
|
+
</span>
|
283
|
+
|
284
|
+
|
285
|
+
|
286
|
+
|
287
|
+
|
288
|
+
|
289
|
+
|
290
|
+
|
291
|
+
|
292
|
+
|
293
|
+
|
294
|
+
|
295
|
+
<span class="summary_desc"><div class='inline'>
|
296
|
+
<p>Returns the value of attribute id.</p>
|
297
|
+
</div></span>
|
298
|
+
|
272
299
|
</li>
|
273
300
|
|
274
301
|
|
@@ -563,7 +590,8 @@
|
|
563
590
|
16
|
564
591
|
17
|
565
592
|
18
|
566
|
-
19
|
593
|
+
19
|
594
|
+
20</pre>
|
567
595
|
</td>
|
568
596
|
<td>
|
569
597
|
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/column.rb', line 6</span>
|
@@ -571,6 +599,7 @@
|
|
571
599
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span> <span class='id identifier rubyid_content'>content</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_html_options'>html_options</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_block'>block</span>
|
572
600
|
<span class='kw'>super</span>
|
573
601
|
<span class='ivar'>@data_index</span> <span class='op'>=</span> <span class='ivar'>@content</span>
|
602
|
+
<span class='ivar'>@id</span> <span class='op'>=</span> <span class='ivar'>@options</span><span class='lbracket'>[</span><span class='symbol'>:column_id</span><span class='rbracket'>]</span> <span class='op'>||</span> <span class='ivar'>@data_index</span>
|
574
603
|
<span class='ivar'>@name</span> <span class='op'>=</span> <span class='ivar'>@options</span><span class='lbracket'>[</span><span class='symbol'>:name</span><span class='rbracket'>]</span>
|
575
604
|
<span class='ivar'>@link</span> <span class='op'>=</span> <span class='ivar'>@options</span><span class='lbracket'>[</span><span class='symbol'>:link</span><span class='rbracket'>]</span> <span class='comment'># for show or edit action
|
576
605
|
</span> <span class='ivar'>@order</span> <span class='op'>=</span> <span class='ivar'>@options</span><span class='lbracket'>[</span><span class='symbol'>:order</span><span class='rbracket'>]</span>
|
@@ -851,6 +880,49 @@
|
|
851
880
|
</div>
|
852
881
|
|
853
882
|
|
883
|
+
<span id="id=-instance_method"></span>
|
884
|
+
<div class="method_details ">
|
885
|
+
<h3 class="signature " id="id-instance_method">
|
886
|
+
|
887
|
+
- (<tt>Object</tt>) <strong>id</strong>
|
888
|
+
|
889
|
+
|
890
|
+
|
891
|
+
|
892
|
+
|
893
|
+
</h3><div class="docstring">
|
894
|
+
<div class="discussion">
|
895
|
+
|
896
|
+
<p>Returns the value of attribute id</p>
|
897
|
+
|
898
|
+
|
899
|
+
</div>
|
900
|
+
</div>
|
901
|
+
<div class="tags">
|
902
|
+
|
903
|
+
|
904
|
+
</div><table class="source_code">
|
905
|
+
<tr>
|
906
|
+
<td>
|
907
|
+
<pre class="lines">
|
908
|
+
|
909
|
+
|
910
|
+
4
|
911
|
+
5
|
912
|
+
6</pre>
|
913
|
+
</td>
|
914
|
+
<td>
|
915
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/column.rb', line 4</span>
|
916
|
+
|
917
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_id'>id</span>
|
918
|
+
<span class='ivar'>@id</span>
|
919
|
+
<span class='kw'>end</span></pre>
|
920
|
+
</td>
|
921
|
+
</tr>
|
922
|
+
</table>
|
923
|
+
</div>
|
924
|
+
|
925
|
+
|
854
926
|
<span id="link=-instance_method"></span>
|
855
927
|
<div class="method_details ">
|
856
928
|
<h3 class="signature " id="link-instance_method">
|
@@ -1066,12 +1138,12 @@
|
|
1066
1138
|
<pre class="lines">
|
1067
1139
|
|
1068
1140
|
|
1069
|
-
29
|
1070
1141
|
30
|
1071
|
-
31
|
1142
|
+
31
|
1143
|
+
32</pre>
|
1072
1144
|
</td>
|
1073
1145
|
<td>
|
1074
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/column.rb', line
|
1146
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/column.rb', line 30</span>
|
1075
1147
|
|
1076
1148
|
<span class='kw'>def</span> <span class='id identifier rubyid_hidden?'>hidden?</span>
|
1077
1149
|
<span class='ivar'>@hidden</span> <span class='op'>==</span> <span class='kw'>true</span>
|
@@ -1118,12 +1190,12 @@
|
|
1118
1190
|
<pre class="lines">
|
1119
1191
|
|
1120
1192
|
|
1121
|
-
21
|
1122
1193
|
22
|
1123
|
-
23
|
1194
|
+
23
|
1195
|
+
24</pre>
|
1124
1196
|
</td>
|
1125
1197
|
<td>
|
1126
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/column.rb', line
|
1198
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/column.rb', line 22</span>
|
1127
1199
|
|
1128
1200
|
<span class='kw'>def</span> <span class='id identifier rubyid_linkable?'>linkable?</span>
|
1129
1201
|
<span class='op'>!</span><span class='ivar'>@link</span><span class='period'>.</span><span class='id identifier rubyid_nil?'>nil?</span>
|
@@ -1148,12 +1220,12 @@
|
|
1148
1220
|
<pre class="lines">
|
1149
1221
|
|
1150
1222
|
|
1151
|
-
25
|
1152
1223
|
26
|
1153
|
-
27
|
1224
|
+
27
|
1225
|
+
28</pre>
|
1154
1226
|
</td>
|
1155
1227
|
<td>
|
1156
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/column.rb', line
|
1228
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/column.rb', line 26</span>
|
1157
1229
|
|
1158
1230
|
<span class='kw'>def</span> <span class='id identifier rubyid_order'>order</span>
|
1159
1231
|
<span class='ivar'>@order</span> <span class='op'>||</span> <span class='int'>0</span>
|
@@ -1168,7 +1240,7 @@
|
|
1168
1240
|
</div>
|
1169
1241
|
|
1170
1242
|
<div id="footer">
|
1171
|
-
Generated on Mon Sep
|
1243
|
+
Generated on Mon Sep 21 15:46:15 2015 by
|
1172
1244
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1173
1245
|
0.8.7.6 (ruby-1.9.3).
|
1174
1246
|
</div>
|
@@ -329,7 +329,7 @@
|
|
329
329
|
</div>
|
330
330
|
|
331
331
|
<div id="footer">
|
332
|
-
Generated on Mon Sep
|
332
|
+
Generated on Mon Sep 21 15:46:15 2015 by
|
333
333
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
334
334
|
0.8.7.6 (ruby-1.9.3).
|
335
335
|
</div>
|
data/doc/UiBibz/Ui/Ux/Grid.html
CHANGED
@@ -474,7 +474,7 @@ end</code></pre>
|
|
474
474
|
</div>
|
475
475
|
|
476
476
|
<div id="footer">
|
477
|
-
Generated on Mon Sep
|
477
|
+
Generated on Mon Sep 21 15:46:14 2015 by
|
478
478
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
479
479
|
0.8.7.6 (ruby-1.9.3).
|
480
480
|
</div>
|
@@ -372,7 +372,7 @@
|
|
372
372
|
</div>
|
373
373
|
|
374
374
|
<div id="footer">
|
375
|
-
Generated on Mon Sep
|
375
|
+
Generated on Mon Sep 21 15:46:16 2015 by
|
376
376
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
377
377
|
0.8.7.6 (ruby-1.9.3).
|
378
378
|
</div>
|
@@ -367,7 +367,7 @@
|
|
367
367
|
</div>
|
368
368
|
|
369
369
|
<div id="footer">
|
370
|
-
Generated on Mon Sep
|
370
|
+
Generated on Mon Sep 21 15:46:16 2015 by
|
371
371
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
372
372
|
0.8.7.6 (ruby-1.9.3).
|
373
373
|
</div>
|
@@ -291,7 +291,7 @@
|
|
291
291
|
</div>
|
292
292
|
|
293
293
|
<div id="footer">
|
294
|
-
Generated on Mon Sep
|
294
|
+
Generated on Mon Sep 21 15:46:16 2015 by
|
295
295
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
296
296
|
0.8.7.6 (ruby-1.9.3).
|
297
297
|
</div>
|
data/doc/UiBibz/Ui/Ux/Store.html
CHANGED
@@ -163,6 +163,28 @@
|
|
163
163
|
|
164
164
|
|
165
165
|
|
166
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
167
|
+
|
168
|
+
</li>
|
169
|
+
|
170
|
+
|
171
|
+
<li class="public ">
|
172
|
+
<span class="summary_signature">
|
173
|
+
|
174
|
+
<a href="#column_id-instance_method" title="#column_id (instance method)">- (Object) <strong>column_id</strong> </a>
|
175
|
+
|
176
|
+
|
177
|
+
|
178
|
+
</span>
|
179
|
+
|
180
|
+
|
181
|
+
|
182
|
+
|
183
|
+
|
184
|
+
|
185
|
+
|
186
|
+
|
187
|
+
|
166
188
|
<span class="summary_desc"><div class='inline'></div></span>
|
167
189
|
|
168
190
|
</li>
|
@@ -623,12 +645,12 @@
|
|
623
645
|
<pre class="lines">
|
624
646
|
|
625
647
|
|
626
|
-
|
627
|
-
|
628
|
-
|
648
|
+
71
|
649
|
+
72
|
650
|
+
73</pre>
|
629
651
|
</td>
|
630
652
|
<td>
|
631
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line
|
653
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line 71</span>
|
632
654
|
|
633
655
|
<span class='kw'>def</span> <span class='id identifier rubyid_action'>action</span>
|
634
656
|
<span class='ivar'>@store</span><span class='period'>.</span><span class='id identifier rubyid_action'>action</span>
|
@@ -636,6 +658,36 @@
|
|
636
658
|
</td>
|
637
659
|
</tr>
|
638
660
|
</table>
|
661
|
+
</div>
|
662
|
+
|
663
|
+
<div class="method_details ">
|
664
|
+
<h3 class="signature " id="column_id-instance_method">
|
665
|
+
|
666
|
+
- (<tt>Object</tt>) <strong>column_id</strong>
|
667
|
+
|
668
|
+
|
669
|
+
|
670
|
+
|
671
|
+
|
672
|
+
</h3><table class="source_code">
|
673
|
+
<tr>
|
674
|
+
<td>
|
675
|
+
<pre class="lines">
|
676
|
+
|
677
|
+
|
678
|
+
35
|
679
|
+
36
|
680
|
+
37</pre>
|
681
|
+
</td>
|
682
|
+
<td>
|
683
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line 35</span>
|
684
|
+
|
685
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_column_id'>column_id</span>
|
686
|
+
<span class='ivar'>@store</span><span class='period'>.</span><span class='id identifier rubyid_column_id'>column_id</span>
|
687
|
+
<span class='kw'>end</span></pre>
|
688
|
+
</td>
|
689
|
+
</tr>
|
690
|
+
</table>
|
639
691
|
</div>
|
640
692
|
|
641
693
|
<div class="method_details ">
|
@@ -653,12 +705,12 @@
|
|
653
705
|
<pre class="lines">
|
654
706
|
|
655
707
|
|
656
|
-
|
657
|
-
|
658
|
-
|
708
|
+
55
|
709
|
+
56
|
710
|
+
57</pre>
|
659
711
|
</td>
|
660
712
|
<td>
|
661
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line
|
713
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line 55</span>
|
662
714
|
|
663
715
|
<span class='kw'>def</span> <span class='id identifier rubyid_columns'>columns</span>
|
664
716
|
<span class='ivar'>@columns</span> <span class='op'>||=</span> <span class='const'>Columns</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span> <span class='id identifier rubyid_model'>model</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='period'>.</span><span class='id identifier rubyid_attributes'>attributes</span><span class='period'>.</span><span class='id identifier rubyid_keys'>keys</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span><span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_record'>record</span><span class='op'>|</span> <span class='const'>Column</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_record'>record</span><span class='comma'>,</span> <span class='lbrace'>{</span> <span class='label'>name:</span> <span class='id identifier rubyid_record'>record</span><span class='period'>.</span><span class='id identifier rubyid_humanize'>humanize</span> <span class='rbrace'>}</span><span class='rparen'>)</span> <span class='rbrace'>}</span>
|
@@ -683,12 +735,12 @@
|
|
683
735
|
<pre class="lines">
|
684
736
|
|
685
737
|
|
686
|
-
|
687
|
-
|
688
|
-
|
738
|
+
67
|
739
|
+
68
|
740
|
+
69</pre>
|
689
741
|
</td>
|
690
742
|
<td>
|
691
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line
|
743
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line 67</span>
|
692
744
|
|
693
745
|
<span class='kw'>def</span> <span class='id identifier rubyid_controller'>controller</span>
|
694
746
|
<span class='ivar'>@store</span><span class='period'>.</span><span class='id identifier rubyid_controller'>controller</span>
|
@@ -713,12 +765,12 @@
|
|
713
765
|
<pre class="lines">
|
714
766
|
|
715
767
|
|
716
|
-
|
717
|
-
|
718
|
-
|
768
|
+
47
|
769
|
+
48
|
770
|
+
49</pre>
|
719
771
|
</td>
|
720
772
|
<td>
|
721
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line
|
773
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line 47</span>
|
722
774
|
|
723
775
|
<span class='kw'>def</span> <span class='id identifier rubyid_current_page'>current_page</span>
|
724
776
|
<span class='ivar'>@records</span><span class='period'>.</span><span class='id identifier rubyid_current_page'>current_page</span>
|
@@ -743,12 +795,12 @@
|
|
743
795
|
<pre class="lines">
|
744
796
|
|
745
797
|
|
746
|
-
|
747
|
-
|
748
|
-
|
798
|
+
39
|
799
|
+
40
|
800
|
+
41</pre>
|
749
801
|
</td>
|
750
802
|
<td>
|
751
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line
|
803
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line 39</span>
|
752
804
|
|
753
805
|
<span class='kw'>def</span> <span class='id identifier rubyid_direction'>direction</span>
|
754
806
|
<span class='ivar'>@store</span><span class='period'>.</span><span class='id identifier rubyid_direction'>direction</span>
|
@@ -803,12 +855,12 @@
|
|
803
855
|
<pre class="lines">
|
804
856
|
|
805
857
|
|
806
|
-
|
807
|
-
|
808
|
-
|
858
|
+
51
|
859
|
+
52
|
860
|
+
53</pre>
|
809
861
|
</td>
|
810
862
|
<td>
|
811
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line
|
863
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line 51</span>
|
812
864
|
|
813
865
|
<span class='kw'>def</span> <span class='id identifier rubyid_limit_value'>limit_value</span>
|
814
866
|
<span class='ivar'>@records</span><span class='period'>.</span><span class='id identifier rubyid_limit_value'>limit_value</span>
|
@@ -833,12 +885,12 @@
|
|
833
885
|
<pre class="lines">
|
834
886
|
|
835
887
|
|
836
|
-
|
837
|
-
|
838
|
-
|
888
|
+
59
|
889
|
+
60
|
890
|
+
61</pre>
|
839
891
|
</td>
|
840
892
|
<td>
|
841
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line
|
893
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line 59</span>
|
842
894
|
|
843
895
|
<span class='kw'>def</span> <span class='id identifier rubyid_model'>model</span>
|
844
896
|
<span class='ivar'>@model</span>
|
@@ -863,12 +915,12 @@
|
|
863
915
|
<pre class="lines">
|
864
916
|
|
865
917
|
|
866
|
-
|
867
|
-
|
868
|
-
|
918
|
+
75
|
919
|
+
76
|
920
|
+
77</pre>
|
869
921
|
</td>
|
870
922
|
<td>
|
871
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line
|
923
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line 75</span>
|
872
924
|
|
873
925
|
<span class='kw'>def</span> <span class='id identifier rubyid_param_id'>param_id</span>
|
874
926
|
<span class='ivar'>@store</span><span class='period'>.</span><span class='id identifier rubyid_param_id'>param_id</span>
|
@@ -923,12 +975,12 @@
|
|
923
975
|
<pre class="lines">
|
924
976
|
|
925
977
|
|
926
|
-
|
927
|
-
|
928
|
-
|
978
|
+
63
|
979
|
+
64
|
980
|
+
65</pre>
|
929
981
|
</td>
|
930
982
|
<td>
|
931
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line
|
983
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line 63</span>
|
932
984
|
|
933
985
|
<span class='kw'>def</span> <span class='id identifier rubyid_search'>search</span>
|
934
986
|
<span class='ivar'>@store</span><span class='period'>.</span><span class='id identifier rubyid_search'>search</span>
|
@@ -953,12 +1005,12 @@
|
|
953
1005
|
<pre class="lines">
|
954
1006
|
|
955
1007
|
|
956
|
-
|
957
|
-
|
958
|
-
|
1008
|
+
43
|
1009
|
+
44
|
1010
|
+
45</pre>
|
959
1011
|
</td>
|
960
1012
|
<td>
|
961
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line
|
1013
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line 43</span>
|
962
1014
|
|
963
1015
|
<span class='kw'>def</span> <span class='id identifier rubyid_searchable_attributes'>searchable_attributes</span>
|
964
1016
|
<span class='ivar'>@store</span><span class='period'>.</span><span class='id identifier rubyid_searchable_attributes'>searchable_attributes</span>
|
@@ -1063,7 +1115,7 @@
|
|
1063
1115
|
</div>
|
1064
1116
|
|
1065
1117
|
<div id="footer">
|
1066
|
-
Generated on Mon Sep
|
1118
|
+
Generated on Mon Sep 21 15:46:15 2015 by
|
1067
1119
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1068
1120
|
0.8.7.6 (ruby-1.9.3).
|
1069
1121
|
</div>
|