ui_bibz 1.1.0 → 1.1.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 +8 -8
- data/.yardoc/checksums +49 -46
- data/.yardoc/object_types +0 -0
- data/.yardoc/objects/root.dat +0 -0
- data/Gemfile.lock +69 -56
- data/README.md +156 -61
- data/doc/UiBibz/Concerns/Models/Searchable/ClassMethods.html +6 -6
- data/doc/UiBibz/Concerns/Models/Searchable.html +2 -2
- data/doc/UiBibz/Concerns/Models.html +115 -0
- data/doc/UiBibz/Concerns.html +115 -0
- data/doc/UiBibz/Helpers/MetaHelper.html +75 -9
- data/doc/UiBibz/Helpers/UiCoreHelper.html +120 -68
- data/doc/UiBibz/Helpers/UiUxHelper.html +2 -2
- data/doc/UiBibz/Helpers/UtilsHelper.html +2 -2
- data/doc/UiBibz/Helpers.html +115 -0
- data/doc/UiBibz/Rails/Engine.html +1 -1
- data/doc/UiBibz/Rails.html +1 -1
- data/doc/UiBibz/Ui/Base.html +2 -2
- data/doc/UiBibz/Ui/Core/Alert.html +26 -13
- data/doc/UiBibz/Ui/Core/Bar.html +26 -13
- data/doc/UiBibz/Ui/Core/Breadcrumb.html +32 -19
- data/doc/UiBibz/Ui/Core/BreadcrumbLink.html +26 -13
- data/doc/UiBibz/Ui/Core/Button.html +26 -13
- data/doc/UiBibz/Ui/Core/ButtonDropdown.html +31 -18
- data/doc/UiBibz/Ui/Core/ButtonGroup.html +26 -13
- data/doc/UiBibz/Ui/Core/ButtonLink.html +26 -13
- data/doc/UiBibz/Ui/Core/ButtonSplitDropdown.html +27 -14
- data/doc/UiBibz/Ui/Core/Col.html +26 -13
- data/doc/UiBibz/Ui/Core/Component.html +166 -225
- data/doc/UiBibz/Ui/Core/Dropdown.html +61 -410
- data/doc/UiBibz/Ui/Core/DropdownLink.html +373 -0
- data/doc/UiBibz/Ui/Core/DropdownList.html +26 -13
- data/doc/UiBibz/Ui/Core/Glyph.html +26 -386
- data/doc/UiBibz/Ui/Core/Jumbotron.html +26 -13
- data/doc/UiBibz/Ui/Core/Label.html +29 -15
- data/doc/UiBibz/Ui/Core/List.html +64 -25
- data/doc/UiBibz/Ui/Core/ListGroup.html +47 -21
- data/doc/UiBibz/Ui/Core/Nav.html +64 -25
- data/doc/UiBibz/Ui/Core/NavDropdown.html +29 -16
- data/doc/UiBibz/Ui/Core/NavLink.html +30 -15
- data/doc/UiBibz/Ui/Core/Navbar.html +154 -45
- data/doc/UiBibz/Ui/Core/NavbarForm.html +58 -38
- data/doc/UiBibz/Ui/Core/NavbarNav.html +7 -7
- data/doc/UiBibz/Ui/Core/NavbarText.html +26 -13
- data/doc/UiBibz/Ui/Core/Panel.html +38 -237
- data/doc/UiBibz/Ui/Core/ProgressBar.html +45 -19
- data/doc/UiBibz/Ui/Core/Row.html +26 -13
- data/doc/UiBibz/Ui/Core/Stars.html +367 -0
- data/doc/UiBibz/Ui/Core.html +16 -5
- data/doc/UiBibz/Ui/Ux/Actionable.html +1 -1
- data/doc/UiBibz/Ui/Ux/Actions.html +198 -14
- data/doc/UiBibz/Ui/Ux/Column.html +4 -4
- data/doc/UiBibz/Ui/Ux/Columns.html +42 -16
- data/doc/UiBibz/Ui/Ux/Grid.html +31 -371
- data/doc/UiBibz/Ui/Ux/Paginable.html +22 -9
- data/doc/UiBibz/Ui/Ux/Searchable.html +22 -9
- data/doc/UiBibz/Ui/Ux/Sortable.html +18 -7
- data/doc/UiBibz/Ui/Ux/Store.html +160 -56
- data/doc/UiBibz/Ui/Ux/Table.html +109 -374
- data/doc/UiBibz/Ui/Ux/TableAction.html +2 -2
- data/doc/UiBibz/Ui/Ux/TablePagination.html +33 -14
- data/doc/UiBibz/Ui/Ux/TablePaginationPerPage.html +30 -15
- data/doc/UiBibz/Ui/Ux/TablePanel.html +139 -43
- data/doc/UiBibz/Ui/Ux/TableSearchField.html +26 -13
- data/doc/UiBibz/Ui/Ux.html +15 -4
- data/doc/UiBibz/Ui.html +4 -2
- data/doc/UiBibz/Utils/Internationalization.html +1 -1
- data/doc/UiBibz/Utils.html +1 -1
- data/doc/UiBibz.html +5 -5
- data/doc/_index.html +50 -7
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +155 -63
- data/doc/images/stars.png +0 -0
- data/doc/index.html +155 -63
- data/doc/method_list.html +278 -398
- data/doc/top-level-namespace.html +1 -1
- data/lib/ui_bibz/concerns/models/searchable.rb +36 -13
- data/lib/ui_bibz/helpers/meta_helper.rb +22 -3
- data/lib/ui_bibz/helpers/ui_core_helper.rb +4 -0
- data/lib/ui_bibz/ui/core/alert.rb +2 -0
- data/lib/ui_bibz/ui/core/breadcrumb/breadcrumb.rb +3 -0
- data/lib/ui_bibz/ui/core/breadcrumb/components/breadcrumb_link.rb +2 -0
- data/lib/ui_bibz/ui/core/button/button.rb +2 -0
- data/lib/ui_bibz/ui/core/button/button_dropdown.rb +6 -4
- data/lib/ui_bibz/ui/core/button/button_group.rb +2 -0
- data/lib/ui_bibz/ui/core/button/button_link.rb +2 -0
- data/lib/ui_bibz/ui/core/button/button_split_dropdown.rb +2 -0
- data/lib/ui_bibz/ui/core/col.rb +2 -0
- data/lib/ui_bibz/ui/core/component.rb +23 -25
- data/lib/ui_bibz/ui/core/dropdown/components/dropdown_link.rb +57 -0
- data/lib/ui_bibz/ui/core/dropdown/components/dropdown_list.rb +2 -0
- data/lib/ui_bibz/ui/core/dropdown/dropdown.rb +22 -9
- data/lib/ui_bibz/ui/core/glyph.rb +10 -0
- data/lib/ui_bibz/ui/core/jumbotron.rb +2 -0
- data/lib/ui_bibz/ui/core/label.rb +3 -0
- data/lib/ui_bibz/ui/core/list/components/list.rb +4 -0
- data/lib/ui_bibz/ui/core/list/list_group.rb +4 -0
- data/lib/ui_bibz/ui/core/nav/components/nav_dropdown.rb +4 -2
- data/lib/ui_bibz/ui/core/nav/components/nav_link.rb +4 -1
- data/lib/ui_bibz/ui/core/nav/components/navbar_form.rb +39 -3
- data/lib/ui_bibz/ui/core/nav/components/navbar_nav.rb +1 -0
- data/lib/ui_bibz/ui/core/nav/components/navbar_text.rb +8 -0
- data/lib/ui_bibz/ui/core/nav/nav.rb +6 -0
- data/lib/ui_bibz/ui/core/nav/navbar.rb +31 -4
- data/lib/ui_bibz/ui/core/panel.rb +7 -5
- data/lib/ui_bibz/ui/core/progress_bar/components/bar.rb +2 -0
- data/lib/ui_bibz/ui/core/progress_bar/progress_bar.rb +4 -0
- data/lib/ui_bibz/ui/core/row.rb +2 -0
- data/lib/ui_bibz/ui/core/stars.rb +88 -0
- data/lib/ui_bibz/ui/ux/grid.rb +4 -0
- data/lib/ui_bibz/ui/ux/table/components/actions.rb +17 -2
- data/lib/ui_bibz/ui/ux/table/components/column.rb +2 -2
- data/lib/ui_bibz/ui/ux/table/components/columns.rb +4 -2
- data/lib/ui_bibz/ui/ux/table/components/store.rb +10 -1
- data/lib/ui_bibz/ui/ux/table/extensions/actionable.rb +3 -1
- data/lib/ui_bibz/ui/ux/table/extensions/paginable.rb +1 -0
- data/lib/ui_bibz/ui/ux/table/extensions/searchable.rb +1 -0
- data/lib/ui_bibz/ui/ux/table/extensions/sortable.rb +8 -2
- data/lib/ui_bibz/ui/ux/table/table.rb +19 -8
- data/lib/ui_bibz/ui/ux/table/table_pagination.rb +8 -1
- data/lib/ui_bibz/ui/ux/table/table_pagination_per_page.rb +10 -2
- data/lib/ui_bibz/ui/ux/table/table_panel.rb +28 -13
- data/lib/ui_bibz/ui/ux/table/table_search_field.rb +9 -1
- data/lib/ui_bibz/version.rb +1 -1
- data/lib/ui_bibz.rb +1 -0
- data/test/test_helper.rb +5 -0
- data/test/ui/dropdown_test.rb +4 -4
- data/test/ui/stars_test.rb +42 -0
- data/test/ui/table_test.rb +25 -6
- data/ui_bibz.gemspec +4 -1
- data/vendor/assets/fonts/FontAwesome.otf +0 -0
- data/vendor/assets/fonts/fontawesome-webfont.eot +0 -0
- data/vendor/assets/fonts/fontawesome-webfont.svg +640 -0
- data/vendor/assets/fonts/fontawesome-webfont.ttf +0 -0
- data/vendor/assets/fonts/fontawesome-webfont.woff +0 -0
- data/vendor/assets/fonts/fontawesome-webfont.woff2 +0 -0
- data/vendor/assets/javascripts/bootstrap-datepicker.min.js +8 -0
- data/vendor/assets/javascripts/bootstrap-select.min.js +8 -0
- data/vendor/assets/javascripts/bootstrap-switch.min.js +22 -0
- data/vendor/assets/javascripts/bootstrap.min.js +7 -0
- data/vendor/assets/javascripts/jquery-2.1.4.min.js +4 -0
- data/vendor/assets/javascripts/ui_bibz.js.coffee +8 -0
- data/vendor/assets/stylesheets/bootstrap-datepicker3.min.css +8 -0
- data/vendor/assets/stylesheets/bootstrap-select.min.css +6 -0
- data/vendor/assets/stylesheets/bootstrap-switch.min.css +22 -0
- data/vendor/assets/stylesheets/bootstrap-theme.min.css +5 -0
- data/vendor/assets/stylesheets/bootstrap.min.css +5 -0
- data/vendor/assets/stylesheets/font-awesome.min.css +4 -0
- data/vendor/assets/stylesheets/ui_bibz.sass +23 -0
- metadata +71 -2
@@ -138,7 +138,9 @@
|
|
138
138
|
|
139
139
|
|
140
140
|
|
141
|
-
<span class="summary_desc"><div class='inline'
|
141
|
+
<span class="summary_desc"><div class='inline'>
|
142
|
+
<p>header use i18n.</p>
|
143
|
+
</div></span>
|
142
144
|
|
143
145
|
</li>
|
144
146
|
|
@@ -246,13 +248,23 @@
|
|
246
248
|
|
247
249
|
|
248
250
|
|
249
|
-
</h3><
|
251
|
+
</h3><div class="docstring">
|
252
|
+
<div class="discussion">
|
253
|
+
|
254
|
+
<p>header use i18n</p>
|
255
|
+
|
256
|
+
|
257
|
+
</div>
|
258
|
+
</div>
|
259
|
+
<div class="tags">
|
260
|
+
|
261
|
+
|
262
|
+
</div><table class="source_code">
|
250
263
|
<tr>
|
251
264
|
<td>
|
252
265
|
<pre class="lines">
|
253
266
|
|
254
267
|
|
255
|
-
9
|
256
268
|
10
|
257
269
|
11
|
258
270
|
12
|
@@ -261,12 +273,11 @@
|
|
261
273
|
15</pre>
|
262
274
|
</td>
|
263
275
|
<td>
|
264
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/extensions/sortable.rb', line
|
276
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/extensions/sortable.rb', line 10</span>
|
265
277
|
|
266
278
|
<span class='kw'>def</span> <span class='id identifier rubyid_header'>header</span> <span class='id identifier rubyid_column'>column</span><span class='comma'>,</span> <span class='id identifier rubyid_name'>name</span> <span class='op'>=</span> <span class='kw'>nil</span>
|
267
279
|
<span class='ivar'>@column</span> <span class='op'>=</span> <span class='id identifier rubyid_column'>column</span>
|
268
|
-
<span class='id identifier
|
269
|
-
<span class='id identifier rubyid_defaults'>defaults</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='id identifier rubyid_translate_headers_by_defaults'>translate_headers_by_defaults</span><span class='comma'>,</span> <span class='id identifier rubyid_translate_headers_by_defaults_active_record'>translate_headers_by_defaults_active_record</span><span class='comma'>,</span> <span class='id identifier rubyid_translate_headers_by_active_record'>translate_headers_by_active_record</span><span class='comma'>,</span> <span class='id identifier rubyid_name'>name</span><span class='rbracket'>]</span>
|
280
|
+
<span class='id identifier rubyid_defaults'>defaults</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='id identifier rubyid_translate_headers_by_defaults'>translate_headers_by_defaults</span><span class='comma'>,</span> <span class='id identifier rubyid_translate_headers_by_defaults_active_record'>translate_headers_by_defaults_active_record</span><span class='comma'>,</span> <span class='id identifier rubyid_translate_headers_by_active_record'>translate_headers_by_active_record</span><span class='comma'>,</span> <span class='id identifier rubyid_header_name'>header_name</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='rparen'>)</span><span class='rbracket'>]</span>
|
270
281
|
<span class='ivar'>@name</span> <span class='op'>=</span> <span class='const'>UiBibz</span><span class='op'>::</span><span class='const'>Utils</span><span class='op'>::</span><span class='const'>Internationalization</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_translate_headers_by_model'>translate_headers_by_model</span><span class='comma'>,</span> <span class='label'>default:</span> <span class='id identifier rubyid_defaults'>defaults</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_translate'>translate</span>
|
271
282
|
<span class='id identifier rubyid_sortable?'>sortable?</span> <span class='op'>?</span> <span class='id identifier rubyid_sortable_link'>sortable_link</span> <span class='op'>:</span> <span class='id identifier rubyid_title'>title</span>
|
272
283
|
<span class='kw'>end</span></pre>
|
@@ -280,7 +291,7 @@
|
|
280
291
|
</div>
|
281
292
|
|
282
293
|
<div id="footer">
|
283
|
-
Generated on
|
294
|
+
Generated on Mon Aug 31 14:08:54 2015 by
|
284
295
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
285
296
|
0.8.7.6 (ruby-1.9.3).
|
286
297
|
</div>
|
data/doc/UiBibz/Ui/Ux/Store.html
CHANGED
@@ -251,6 +251,28 @@
|
|
251
251
|
|
252
252
|
|
253
253
|
|
254
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
255
|
+
|
256
|
+
</li>
|
257
|
+
|
258
|
+
|
259
|
+
<li class="public ">
|
260
|
+
<span class="summary_signature">
|
261
|
+
|
262
|
+
<a href="#id-instance_method" title="#id (instance method)">- (Object) <strong>id</strong> </a>
|
263
|
+
|
264
|
+
|
265
|
+
|
266
|
+
</span>
|
267
|
+
|
268
|
+
|
269
|
+
|
270
|
+
|
271
|
+
|
272
|
+
|
273
|
+
|
274
|
+
|
275
|
+
|
254
276
|
<span class="summary_desc"><div class='inline'></div></span>
|
255
277
|
|
256
278
|
</li>
|
@@ -276,7 +298,7 @@
|
|
276
298
|
|
277
299
|
|
278
300
|
<span class="summary_desc"><div class='inline'>
|
279
|
-
<p>
|
301
|
+
<p>Store Use WillPaginate store methods.</p>
|
280
302
|
</div></span>
|
281
303
|
|
282
304
|
</li>
|
@@ -321,6 +343,28 @@
|
|
321
343
|
|
322
344
|
|
323
345
|
|
346
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
347
|
+
|
348
|
+
</li>
|
349
|
+
|
350
|
+
|
351
|
+
<li class="public ">
|
352
|
+
<span class="summary_signature">
|
353
|
+
|
354
|
+
<a href="#param_id-instance_method" title="#param_id (instance method)">- (Object) <strong>param_id</strong> </a>
|
355
|
+
|
356
|
+
|
357
|
+
|
358
|
+
</span>
|
359
|
+
|
360
|
+
|
361
|
+
|
362
|
+
|
363
|
+
|
364
|
+
|
365
|
+
|
366
|
+
|
367
|
+
|
324
368
|
<span class="summary_desc"><div class='inline'></div></span>
|
325
369
|
|
326
370
|
</li>
|
@@ -476,7 +520,7 @@
|
|
476
520
|
</h3><div class="docstring">
|
477
521
|
<div class="discussion">
|
478
522
|
|
479
|
-
<p>
|
523
|
+
<p>Store Use WillPaginate store methods</p>
|
480
524
|
|
481
525
|
|
482
526
|
</div>
|
@@ -490,14 +534,14 @@
|
|
490
534
|
<pre class="lines">
|
491
535
|
|
492
536
|
|
493
|
-
8
|
494
537
|
9
|
495
538
|
10
|
496
539
|
11
|
497
|
-
12
|
540
|
+
12
|
541
|
+
13</pre>
|
498
542
|
</td>
|
499
543
|
<td>
|
500
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line
|
544
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line 9</span>
|
501
545
|
|
502
546
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span> <span class='id identifier rubyid_store'>store</span>
|
503
547
|
<span class='ivar'>@records</span> <span class='op'>=</span> <span class='id identifier rubyid_store'>store</span><span class='period'>.</span><span class='id identifier rubyid_records'>records</span>
|
@@ -579,12 +623,12 @@
|
|
579
623
|
<pre class="lines">
|
580
624
|
|
581
625
|
|
582
|
-
|
583
|
-
|
584
|
-
|
626
|
+
67
|
627
|
+
68
|
628
|
+
69</pre>
|
585
629
|
</td>
|
586
630
|
<td>
|
587
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line
|
631
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line 67</span>
|
588
632
|
|
589
633
|
<span class='kw'>def</span> <span class='id identifier rubyid_action'>action</span>
|
590
634
|
<span class='ivar'>@store</span><span class='period'>.</span><span class='id identifier rubyid_action'>action</span>
|
@@ -609,15 +653,15 @@
|
|
609
653
|
<pre class="lines">
|
610
654
|
|
611
655
|
|
612
|
-
|
613
|
-
|
614
|
-
|
656
|
+
51
|
657
|
+
52
|
658
|
+
53</pre>
|
615
659
|
</td>
|
616
660
|
<td>
|
617
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line
|
661
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line 51</span>
|
618
662
|
|
619
663
|
<span class='kw'>def</span> <span class='id identifier rubyid_columns'>columns</span>
|
620
|
-
<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='
|
664
|
+
<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>
|
621
665
|
<span class='kw'>end</span></pre>
|
622
666
|
</td>
|
623
667
|
</tr>
|
@@ -639,12 +683,12 @@
|
|
639
683
|
<pre class="lines">
|
640
684
|
|
641
685
|
|
642
|
-
|
643
|
-
|
644
|
-
|
686
|
+
63
|
687
|
+
64
|
688
|
+
65</pre>
|
645
689
|
</td>
|
646
690
|
<td>
|
647
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line
|
691
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line 63</span>
|
648
692
|
|
649
693
|
<span class='kw'>def</span> <span class='id identifier rubyid_controller'>controller</span>
|
650
694
|
<span class='ivar'>@store</span><span class='period'>.</span><span class='id identifier rubyid_controller'>controller</span>
|
@@ -669,12 +713,12 @@
|
|
669
713
|
<pre class="lines">
|
670
714
|
|
671
715
|
|
672
|
-
|
673
|
-
|
674
|
-
|
716
|
+
43
|
717
|
+
44
|
718
|
+
45</pre>
|
675
719
|
</td>
|
676
720
|
<td>
|
677
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line
|
721
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line 43</span>
|
678
722
|
|
679
723
|
<span class='kw'>def</span> <span class='id identifier rubyid_current_page'>current_page</span>
|
680
724
|
<span class='ivar'>@records</span><span class='period'>.</span><span class='id identifier rubyid_current_page'>current_page</span>
|
@@ -699,12 +743,12 @@
|
|
699
743
|
<pre class="lines">
|
700
744
|
|
701
745
|
|
702
|
-
|
703
|
-
|
704
|
-
|
746
|
+
35
|
747
|
+
36
|
748
|
+
37</pre>
|
705
749
|
</td>
|
706
750
|
<td>
|
707
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line
|
751
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line 35</span>
|
708
752
|
|
709
753
|
<span class='kw'>def</span> <span class='id identifier rubyid_direction'>direction</span>
|
710
754
|
<span class='ivar'>@store</span><span class='period'>.</span><span class='id identifier rubyid_direction'>direction</span>
|
@@ -712,6 +756,36 @@
|
|
712
756
|
</td>
|
713
757
|
</tr>
|
714
758
|
</table>
|
759
|
+
</div>
|
760
|
+
|
761
|
+
<div class="method_details ">
|
762
|
+
<h3 class="signature " id="id-instance_method">
|
763
|
+
|
764
|
+
- (<tt>Object</tt>) <strong>id</strong>
|
765
|
+
|
766
|
+
|
767
|
+
|
768
|
+
|
769
|
+
|
770
|
+
</h3><table class="source_code">
|
771
|
+
<tr>
|
772
|
+
<td>
|
773
|
+
<pre class="lines">
|
774
|
+
|
775
|
+
|
776
|
+
27
|
777
|
+
28
|
778
|
+
29</pre>
|
779
|
+
</td>
|
780
|
+
<td>
|
781
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line 27</span>
|
782
|
+
|
783
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_id'>id</span>
|
784
|
+
<span class='ivar'>@store</span><span class='period'>.</span><span class='id identifier rubyid_id'>id</span>
|
785
|
+
<span class='kw'>end</span></pre>
|
786
|
+
</td>
|
787
|
+
</tr>
|
788
|
+
</table>
|
715
789
|
</div>
|
716
790
|
|
717
791
|
<div class="method_details ">
|
@@ -729,12 +803,12 @@
|
|
729
803
|
<pre class="lines">
|
730
804
|
|
731
805
|
|
732
|
-
|
733
|
-
|
734
|
-
|
806
|
+
47
|
807
|
+
48
|
808
|
+
49</pre>
|
735
809
|
</td>
|
736
810
|
<td>
|
737
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line
|
811
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line 47</span>
|
738
812
|
|
739
813
|
<span class='kw'>def</span> <span class='id identifier rubyid_limit_value'>limit_value</span>
|
740
814
|
<span class='ivar'>@records</span><span class='period'>.</span><span class='id identifier rubyid_limit_value'>limit_value</span>
|
@@ -759,12 +833,12 @@
|
|
759
833
|
<pre class="lines">
|
760
834
|
|
761
835
|
|
762
|
-
|
763
|
-
|
764
|
-
|
836
|
+
55
|
837
|
+
56
|
838
|
+
57</pre>
|
765
839
|
</td>
|
766
840
|
<td>
|
767
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line
|
841
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line 55</span>
|
768
842
|
|
769
843
|
<span class='kw'>def</span> <span class='id identifier rubyid_model'>model</span>
|
770
844
|
<span class='ivar'>@model</span>
|
@@ -772,6 +846,36 @@
|
|
772
846
|
</td>
|
773
847
|
</tr>
|
774
848
|
</table>
|
849
|
+
</div>
|
850
|
+
|
851
|
+
<div class="method_details ">
|
852
|
+
<h3 class="signature " id="param_id-instance_method">
|
853
|
+
|
854
|
+
- (<tt>Object</tt>) <strong>param_id</strong>
|
855
|
+
|
856
|
+
|
857
|
+
|
858
|
+
|
859
|
+
|
860
|
+
</h3><table class="source_code">
|
861
|
+
<tr>
|
862
|
+
<td>
|
863
|
+
<pre class="lines">
|
864
|
+
|
865
|
+
|
866
|
+
71
|
867
|
+
72
|
868
|
+
73</pre>
|
869
|
+
</td>
|
870
|
+
<td>
|
871
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line 71</span>
|
872
|
+
|
873
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_param_id'>param_id</span>
|
874
|
+
<span class='ivar'>@store</span><span class='period'>.</span><span class='id identifier rubyid_param_id'>param_id</span>
|
875
|
+
<span class='kw'>end</span></pre>
|
876
|
+
</td>
|
877
|
+
</tr>
|
878
|
+
</table>
|
775
879
|
</div>
|
776
880
|
|
777
881
|
<div class="method_details ">
|
@@ -789,12 +893,12 @@
|
|
789
893
|
<pre class="lines">
|
790
894
|
|
791
895
|
|
792
|
-
18
|
793
896
|
19
|
794
|
-
20
|
897
|
+
20
|
898
|
+
21</pre>
|
795
899
|
</td>
|
796
900
|
<td>
|
797
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line
|
901
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line 19</span>
|
798
902
|
|
799
903
|
<span class='kw'>def</span> <span class='id identifier rubyid_per_page'>per_page</span>
|
800
904
|
<span class='ivar'>@records</span><span class='period'>.</span><span class='id identifier rubyid_per_page'>per_page</span>
|
@@ -819,12 +923,12 @@
|
|
819
923
|
<pre class="lines">
|
820
924
|
|
821
925
|
|
822
|
-
|
823
|
-
|
824
|
-
|
926
|
+
59
|
927
|
+
60
|
928
|
+
61</pre>
|
825
929
|
</td>
|
826
930
|
<td>
|
827
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line
|
931
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line 59</span>
|
828
932
|
|
829
933
|
<span class='kw'>def</span> <span class='id identifier rubyid_search'>search</span>
|
830
934
|
<span class='ivar'>@store</span><span class='period'>.</span><span class='id identifier rubyid_search'>search</span>
|
@@ -849,12 +953,12 @@
|
|
849
953
|
<pre class="lines">
|
850
954
|
|
851
955
|
|
852
|
-
|
853
|
-
|
854
|
-
|
956
|
+
39
|
957
|
+
40
|
958
|
+
41</pre>
|
855
959
|
</td>
|
856
960
|
<td>
|
857
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line
|
961
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line 39</span>
|
858
962
|
|
859
963
|
<span class='kw'>def</span> <span class='id identifier rubyid_searchable_attributes'>searchable_attributes</span>
|
860
964
|
<span class='ivar'>@store</span><span class='period'>.</span><span class='id identifier rubyid_searchable_attributes'>searchable_attributes</span>
|
@@ -879,12 +983,12 @@
|
|
879
983
|
<pre class="lines">
|
880
984
|
|
881
985
|
|
882
|
-
|
883
|
-
|
884
|
-
|
986
|
+
31
|
987
|
+
32
|
988
|
+
33</pre>
|
885
989
|
</td>
|
886
990
|
<td>
|
887
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line
|
991
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line 31</span>
|
888
992
|
|
889
993
|
<span class='kw'>def</span> <span class='id identifier rubyid_sort'>sort</span>
|
890
994
|
<span class='ivar'>@store</span><span class='period'>.</span><span class='id identifier rubyid_sort'>sort</span>
|
@@ -909,12 +1013,12 @@
|
|
909
1013
|
<pre class="lines">
|
910
1014
|
|
911
1015
|
|
912
|
-
22
|
913
1016
|
23
|
914
|
-
24
|
1017
|
+
24
|
1018
|
+
25</pre>
|
915
1019
|
</td>
|
916
1020
|
<td>
|
917
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line
|
1021
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line 23</span>
|
918
1022
|
|
919
1023
|
<span class='kw'>def</span> <span class='id identifier rubyid_total_entries'>total_entries</span>
|
920
1024
|
<span class='ivar'>@records</span><span class='period'>.</span><span class='id identifier rubyid_total_entries'>total_entries</span>
|
@@ -939,12 +1043,12 @@
|
|
939
1043
|
<pre class="lines">
|
940
1044
|
|
941
1045
|
|
942
|
-
14
|
943
1046
|
15
|
944
|
-
16
|
1047
|
+
16
|
1048
|
+
17</pre>
|
945
1049
|
</td>
|
946
1050
|
<td>
|
947
|
-
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line
|
1051
|
+
<pre class="code"><span class="info file"># File 'lib/ui_bibz/ui/ux/table/components/store.rb', line 15</span>
|
948
1052
|
|
949
1053
|
<span class='kw'>def</span> <span class='id identifier rubyid_total_pages'>total_pages</span>
|
950
1054
|
<span class='ivar'>@records</span><span class='period'>.</span><span class='id identifier rubyid_total_pages'>total_pages</span>
|
@@ -959,7 +1063,7 @@
|
|
959
1063
|
</div>
|
960
1064
|
|
961
1065
|
<div id="footer">
|
962
|
-
Generated on
|
1066
|
+
Generated on Mon Aug 31 14:08:54 2015 by
|
963
1067
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
964
1068
|
0.8.7.6 (ruby-1.9.3).
|
965
1069
|
</div>
|