ui_bibz 2.0.0.alpha10 → 2.0.0.alpha11
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 +4 -4
- data/Gemfile.lock +9 -7
- data/app/assets/stylesheets/table.sass +2 -0
- data/app/assets/stylesheets/ui_bibz.sass +0 -2
- data/lib/ui_bibz/ui/core/alert.rb +4 -4
- data/lib/ui_bibz/ui/core/breadcrumb/breadcrumb.rb +2 -2
- data/lib/ui_bibz/ui/core/breadcrumb/components/breadcrumb_link.rb +2 -2
- data/lib/ui_bibz/ui/core/button/button.rb +10 -10
- data/lib/ui_bibz/ui/core/button/button_choice.rb +5 -5
- data/lib/ui_bibz/ui/core/button/button_dropdown.rb +3 -3
- data/lib/ui_bibz/ui/core/button/button_group.rb +5 -1
- data/lib/ui_bibz/ui/core/button/button_link.rb +2 -2
- data/lib/ui_bibz/ui/core/button/button_split_dropdown.rb +5 -5
- data/lib/ui_bibz/ui/core/card/card.rb +4 -4
- data/lib/ui_bibz/ui/core/card/components/block/card_block_text.rb +1 -1
- data/lib/ui_bibz/ui/core/component.rb +7 -7
- data/lib/ui_bibz/ui/core/dropdown/components/dropdown_link.rb +2 -2
- data/lib/ui_bibz/ui/core/dropdown/dropdown.rb +6 -6
- data/lib/ui_bibz/ui/core/glyph.rb +3 -3
- data/lib/ui_bibz/ui/core/input/autocomplete_field.rb +7 -1
- data/lib/ui_bibz/ui/core/input/dropdown_select_field.rb +2 -2
- data/lib/ui_bibz/ui/core/input/formula_field.rb +1 -1
- data/lib/ui_bibz/ui/core/input/multi_select_field.rb +2 -2
- data/lib/ui_bibz/ui/core/input/surround_field.rb +9 -1
- data/lib/ui_bibz/ui/core/input/switch_field.rb +4 -4
- data/lib/ui_bibz/ui/core/label.rb +4 -4
- data/lib/ui_bibz/ui/core/list/components/list.rb +7 -7
- data/lib/ui_bibz/ui/core/list/list_group.rb +5 -5
- data/lib/ui_bibz/ui/core/nav/components/nav_dropdown.rb +2 -2
- data/lib/ui_bibz/ui/core/nav/components/nav_link.rb +3 -3
- data/lib/ui_bibz/ui/core/nav/components/nav_link_link.rb +1 -1
- data/lib/ui_bibz/ui/core/nav/components/navbar_nav.rb +1 -1
- data/lib/ui_bibz/ui/core/nav/nav.rb +1 -1
- data/lib/ui_bibz/ui/core/nav/navbar.rb +3 -3
- data/lib/ui_bibz/ui/core/progress.rb +5 -5
- data/lib/ui_bibz/ui/core/stars.rb +3 -3
- data/lib/ui_bibz/ui/ux/table/components/actions.rb +4 -0
- data/lib/ui_bibz/ui/ux/table/components/as.rb +8 -4
- data/lib/ui_bibz/ui/ux/table/components/column.rb +17 -16
- data/lib/ui_bibz/ui/ux/table/components/thead.rb +4 -4
- data/lib/ui_bibz/ui/ux/table/table.rb +8 -8
- data/lib/ui_bibz/ui/ux/table/table_card.rb +4 -4
- data/lib/ui_bibz/version.rb +1 -1
- data/test/dummy/db/schema.rb +1 -1
- data/test/ui/breadcrumb_test.rb +2 -2
- data/test/ui/button_test.rb +24 -24
- data/test/ui/card_test.rb +5 -5
- data/test/ui/component_test.rb +2 -2
- data/test/ui/dropdown_test.rb +1 -1
- data/test/ui/input_switch_field_test.rb +3 -3
- data/test/ui/inputs_test.rb +5 -5
- data/test/ui/list_group_test.rb +5 -5
- data/test/ui/nav_test.rb +3 -3
- data/test/ui/stars_test.rb +2 -2
- data/test/ui/table_test.rb +7 -7
- data/test/ui_helper_test.rb +16 -16
- data/ui_bibz.gemspec +2 -2
- metadata +5 -109
- data/doc/UiBibz.html +0 -129
- data/doc/UiBibz/Concerns.html +0 -115
- data/doc/UiBibz/Concerns/Models.html +0 -115
- data/doc/UiBibz/Concerns/Models/Searchable.html +0 -120
- data/doc/UiBibz/Concerns/Models/Searchable/ClassMethods.html +0 -174
- data/doc/UiBibz/Helpers.html +0 -115
- data/doc/UiBibz/Helpers/MetaHelper.html +0 -273
- data/doc/UiBibz/Helpers/UiCoreHelper.html +0 -1234
- data/doc/UiBibz/Helpers/UiUxHelper.html +0 -463
- data/doc/UiBibz/Helpers/UtilsHelper.html +0 -187
- data/doc/UiBibz/Rails.html +0 -115
- data/doc/UiBibz/Rails/Engine.html +0 -123
- data/doc/UiBibz/Ui.html +0 -119
- data/doc/UiBibz/Ui/Base.html +0 -304
- data/doc/UiBibz/Ui/Core.html +0 -128
- data/doc/UiBibz/Ui/Core/Alert.html +0 -383
- data/doc/UiBibz/Ui/Core/Bar.html +0 -372
- data/doc/UiBibz/Ui/Core/Breadcrumb.html +0 -442
- data/doc/UiBibz/Ui/Core/BreadcrumbLink.html +0 -369
- data/doc/UiBibz/Ui/Core/Button.html +0 -380
- data/doc/UiBibz/Ui/Core/ButtonDropdown.html +0 -401
- data/doc/UiBibz/Ui/Core/ButtonGroup.html +0 -372
- data/doc/UiBibz/Ui/Core/ButtonLink.html +0 -382
- data/doc/UiBibz/Ui/Core/ButtonSplitDropdown.html +0 -403
- data/doc/UiBibz/Ui/Core/Col.html +0 -373
- data/doc/UiBibz/Ui/Core/Component.html +0 -1087
- data/doc/UiBibz/Ui/Core/Dropdown.html +0 -663
- data/doc/UiBibz/Ui/Core/DropdownDivider.html +0 -301
- data/doc/UiBibz/Ui/Core/DropdownHeader.html +0 -355
- data/doc/UiBibz/Ui/Core/DropdownLink.html +0 -376
- data/doc/UiBibz/Ui/Core/DropdownList.html +0 -382
- data/doc/UiBibz/Ui/Core/Glyph.html +0 -385
- data/doc/UiBibz/Ui/Core/Jumbotron.html +0 -379
- data/doc/UiBibz/Ui/Core/Label.html +0 -379
- data/doc/UiBibz/Ui/Core/List.html +0 -528
- data/doc/UiBibz/Ui/Core/ListGroup.html +0 -474
- data/doc/UiBibz/Ui/Core/Modal.html +0 -543
- data/doc/UiBibz/Ui/Core/ModalBody.html +0 -353
- data/doc/UiBibz/Ui/Core/ModalFooter.html +0 -353
- data/doc/UiBibz/Ui/Core/ModalHeader.html +0 -359
- data/doc/UiBibz/Ui/Core/Nav.html +0 -515
- data/doc/UiBibz/Ui/Core/NavDropdown.html +0 -391
- data/doc/UiBibz/Ui/Core/NavLink.html +0 -364
- data/doc/UiBibz/Ui/Core/Navbar.html +0 -646
- data/doc/UiBibz/Ui/Core/NavbarForm.html +0 -364
- data/doc/UiBibz/Ui/Core/NavbarNav.html +0 -302
- data/doc/UiBibz/Ui/Core/NavbarText.html +0 -355
- data/doc/UiBibz/Ui/Core/Panel.html +0 -617
- data/doc/UiBibz/Ui/Core/ProgressBar.html +0 -462
- data/doc/UiBibz/Ui/Core/Row.html +0 -350
- data/doc/UiBibz/Ui/Core/Stars.html +0 -371
- data/doc/UiBibz/Ui/Ux.html +0 -128
- data/doc/UiBibz/Ui/Ux/Actionable.html +0 -478
- data/doc/UiBibz/Ui/Ux/Actions.html +0 -602
- data/doc/UiBibz/Ui/Ux/Column.html +0 -1249
- data/doc/UiBibz/Ui/Ux/Columns.html +0 -338
- data/doc/UiBibz/Ui/Ux/Grid.html +0 -485
- data/doc/UiBibz/Ui/Ux/Paginable.html +0 -381
- data/doc/UiBibz/Ui/Ux/Searchable.html +0 -376
- data/doc/UiBibz/Ui/Ux/Sortable.html +0 -300
- data/doc/UiBibz/Ui/Ux/Store.html +0 -1176
- data/doc/UiBibz/Ui/Ux/Table.html +0 -694
- data/doc/UiBibz/Ui/Ux/TableAction.html +0 -309
- data/doc/UiBibz/Ui/Ux/TablePagination.html +0 -342
- data/doc/UiBibz/Ui/Ux/TablePaginationPerPage.html +0 -348
- data/doc/UiBibz/Ui/Ux/TablePanel.html +0 -680
- data/doc/UiBibz/Ui/Ux/TableSearchField.html +0 -304
- data/doc/UiBibz/Utils.html +0 -115
- data/doc/UiBibz/Utils/Internationalization.html +0 -262
- data/doc/_index.html +0 -706
- data/doc/class_list.html +0 -58
- data/doc/css/common.css +0 -1
- data/doc/css/full_list.css +0 -57
- data/doc/css/style.css +0 -339
- data/doc/file.README.html +0 -1261
- data/doc/file_list.html +0 -60
- data/doc/frames.html +0 -26
- data/doc/images/alert.png +0 -0
- data/doc/images/breadcrumb.png +0 -0
- data/doc/images/button.png +0 -0
- data/doc/images/button_dropdown.png +0 -0
- data/doc/images/button_group.png +0 -0
- data/doc/images/button_link.png +0 -0
- data/doc/images/button_split_dropdown.png +0 -0
- data/doc/images/etiquette.png +0 -0
- data/doc/images/glyph.png +0 -0
- data/doc/images/list.png +0 -0
- data/doc/images/modal.png +0 -0
- data/doc/images/nav.png +0 -0
- data/doc/images/navbar.png +0 -0
- data/doc/images/panel.png +0 -0
- data/doc/images/progress_bar.png +0 -0
- data/doc/images/stars.png +0 -0
- data/doc/images/table.png +0 -0
- data/doc/images/table_pagination_per_page.png +0 -0
- data/doc/images/table_panel.png +0 -0
- data/doc/images/table_search_field.png +0 -0
- data/doc/images/ui-bibz-logo-without-border.gif +0 -0
- data/doc/images/ui-bibz-logo.gif +0 -0
- data/doc/index.html +0 -1261
- data/doc/js/app.js +0 -219
- data/doc/js/full_list.js +0 -181
- data/doc/js/jquery.js +0 -4
- data/doc/method_list.html +0 -1329
- data/doc/top-level-namespace.html +0 -112
data/test/ui_helper_test.rb
CHANGED
@@ -7,9 +7,9 @@ class UiHelperTest < ActionView::TestCase
|
|
7
7
|
test 'breadcrumb' do
|
8
8
|
actual = breadcrumb(tap: true) do |b|
|
9
9
|
b.link 'Home', url: '#home', glyph: 'home'
|
10
|
-
b.link '
|
10
|
+
b.link 'state', { url: '#state', state: :active }
|
11
11
|
end
|
12
|
-
expected = "<ol class=\"breadcrumb\"><li><a href=\"#home\"><i class=\"glyph fa fa-home\"></i> Home</a></li><li class=\"active\"><a href=\"#
|
12
|
+
expected = "<ol class=\"breadcrumb\"><li><a href=\"#home\"><i class=\"glyph fa fa-home\"></i> Home</a></li><li class=\"active\"><a href=\"#state\">state</a></li></ol>"
|
13
13
|
|
14
14
|
assert_equal expected, actual
|
15
15
|
end
|
@@ -23,36 +23,36 @@ class UiHelperTest < ActionView::TestCase
|
|
23
23
|
end
|
24
24
|
|
25
25
|
test 'alert' do
|
26
|
-
actual = notify '
|
27
|
-
expected = "<div class=\"alert-info alert alert-dismissible\" role=\"alert\">
|
26
|
+
actual = notify 'state'
|
27
|
+
expected = "<div class=\"alert-info alert alert-dismissible\" role=\"alert\">state</div>"
|
28
28
|
|
29
29
|
assert_equal expected, actual
|
30
30
|
end
|
31
31
|
|
32
32
|
test 'etiquette' do
|
33
|
-
actual = etiquette '
|
34
|
-
expected = "<span class=\"label-success label\"><i class=\"glyph fa fa-pencil\"></i>
|
33
|
+
actual = etiquette 'state', status: :success, glyph: 'pencil'
|
34
|
+
expected = "<span class=\"label-success label\"><i class=\"glyph fa fa-pencil\"></i> state</span>"
|
35
35
|
|
36
36
|
assert_equal expected, actual
|
37
37
|
end
|
38
38
|
|
39
39
|
test 'etiquette pill' do
|
40
|
-
actual = etiquette '
|
41
|
-
expected = "<span class=\"label-success label label-pill\"><i class=\"glyph fa fa-pencil\"></i>
|
40
|
+
actual = etiquette 'state', status: :success, type: :pill, glyph: 'pencil'
|
41
|
+
expected = "<span class=\"label-success label label-pill\"><i class=\"glyph fa fa-pencil\"></i> state</span>"
|
42
42
|
|
43
43
|
assert_equal expected, actual
|
44
44
|
end
|
45
45
|
|
46
46
|
test 'jumbotron with full_width' do
|
47
|
-
actual = jumbotron '
|
48
|
-
expected = "<div class=\"jumbotron\">
|
47
|
+
actual = jumbotron 'state', full_width: true
|
48
|
+
expected = "<div class=\"jumbotron\">state</div>"
|
49
49
|
|
50
50
|
assert_equal expected, actual
|
51
51
|
end
|
52
52
|
|
53
53
|
test 'jumbotron' do
|
54
|
-
actual = jumbotron '
|
55
|
-
expected = "<div class=\"jumbotron\">
|
54
|
+
actual = jumbotron 'state'
|
55
|
+
expected = "<div class=\"jumbotron\">state</div>"
|
56
56
|
|
57
57
|
assert_equal expected, actual
|
58
58
|
end
|
@@ -60,7 +60,7 @@ class UiHelperTest < ActionView::TestCase
|
|
60
60
|
test 'navbar' do
|
61
61
|
actual = navbar(title: 'My title', position: :bottom, type: :inverse, glyph: 'pencil') do |nb|
|
62
62
|
nb.nav do |n|
|
63
|
-
n.link '
|
63
|
+
n.link 'state', url: '#'
|
64
64
|
n.link 'Tata', url: '#'
|
65
65
|
end
|
66
66
|
nb.nav(position: :right) do |n|
|
@@ -68,7 +68,7 @@ class UiHelperTest < ActionView::TestCase
|
|
68
68
|
n.link 'lolo', url: '#'
|
69
69
|
end
|
70
70
|
end
|
71
|
-
expected = "<nav class=\"navbar navbar-inverse navbar-fixed-bottom\"><div class=\"container-fluid\"><div class=\"navbar-header\"><button class=\"navbar-toggle collapsed\" data-toggle=\"collapse\" data-target=\"#navbar-collapse-57604740876218660627112051613797907862\"><span class=\"sr-only\">Toggle navigation</span><span class=\"icon-bar\"></span><span class=\"icon-bar\"></span><span class=\"icon-bar\"></span></button><a class=\"navbar-brand\" href=\"#\"><i class=\"glyph fa fa-pencil\"></i> My title</a></div><div class=\"collapse navbar-collapse\" id=\"navbar-collapse-57604740876218660627112051613797907862\"><ul class=\"nav navbar-nav\"><li role=\"presentation\"><a href=\"#\">
|
71
|
+
expected = "<nav class=\"navbar navbar-inverse navbar-fixed-bottom\"><div class=\"container-fluid\"><div class=\"navbar-header\"><button class=\"navbar-toggle collapsed\" data-toggle=\"collapse\" data-target=\"#navbar-collapse-57604740876218660627112051613797907862\"><span class=\"sr-only\">Toggle navigation</span><span class=\"icon-bar\"></span><span class=\"icon-bar\"></span><span class=\"icon-bar\"></span></button><a class=\"navbar-brand\" href=\"#\"><i class=\"glyph fa fa-pencil\"></i> My title</a></div><div class=\"collapse navbar-collapse\" id=\"navbar-collapse-57604740876218660627112051613797907862\"><ul class=\"nav navbar-nav\"><li role=\"presentation\"><a href=\"#\">state</a></li><li role=\"presentation\"><a href=\"#\">Tata</a></li></ul><ul class=\"nav navbar-nav nav-right\"><li role=\"presentation\"><a href=\"#\">lala</a></li><li role=\"presentation\"><a href=\"#\">lolo</a></li></ul></div></div></nav>"
|
72
72
|
|
73
73
|
refute_equal expected, actual
|
74
74
|
end
|
@@ -92,8 +92,8 @@ class UiHelperTest < ActionView::TestCase
|
|
92
92
|
m.header 'My title'
|
93
93
|
m.body 'My body'
|
94
94
|
m.footer do
|
95
|
-
concat button_link 'Close', url: '#',
|
96
|
-
concat button_link 'Save', url: '#',
|
95
|
+
concat button_link 'Close', url: '#', status: :link
|
96
|
+
concat button_link 'Save', url: '#', status: :primary
|
97
97
|
end
|
98
98
|
end
|
99
99
|
expected = "<div class=\"modal\"><div class=\"modal-dialog \" role=\"document\"><div class=\"modal-content\"><div class=\"modal-header\"><button class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"><span aria-hidden=\"true\">×</span><span class=\"sr-only\">Close</span></button><h4 class=\"modal-title\">My title</h4></div><div class=\"modal-body\">My body</div><div class=\"modal-footer\"><a class=\"btn-link btn\" href=\"#\">Close</a><a class=\"btn-primary btn\" href=\"#\">Save</a></div></div></div></div>"
|
data/ui_bibz.gemspec
CHANGED
@@ -13,8 +13,8 @@ Gem::Specification.new do |s|
|
|
13
13
|
s.authors = ["Thooams"]
|
14
14
|
s.email = ["thomas@hummel.link"]
|
15
15
|
s.homepage = "http://thooams.github.io/Ui-Bibz/"
|
16
|
-
s.summary = "
|
17
|
-
s.description = "A Rails Bootstrap
|
16
|
+
s.summary = "Create your project with Ui Bibz. Over a thirty reusable components built to provide iconography, dropdowns, input groups, navigation, alerts, and much more."
|
17
|
+
s.description = "A Rails Interface Framework using Bootstrap."
|
18
18
|
s.license = "MIT"
|
19
19
|
|
20
20
|
s.files = `git ls-files`.split("\n")
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ui_bibz
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.0.
|
4
|
+
version: 2.0.0.alpha11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thooams
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-06-
|
11
|
+
date: 2016-06-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -220,7 +220,7 @@ dependencies:
|
|
220
220
|
- - ">="
|
221
221
|
- !ruby/object:Gem::Version
|
222
222
|
version: '0'
|
223
|
-
description: A Rails Bootstrap
|
223
|
+
description: A Rails Interface Framework using Bootstrap.
|
224
224
|
email:
|
225
225
|
- thomas@hummel.link
|
226
226
|
executables: []
|
@@ -256,111 +256,6 @@ files:
|
|
256
256
|
- app/inputs/custom_inputs/switch_input.rb
|
257
257
|
- config/locales/en.yml
|
258
258
|
- config/locales/fr.yml
|
259
|
-
- doc/UiBibz.html
|
260
|
-
- doc/UiBibz/Concerns.html
|
261
|
-
- doc/UiBibz/Concerns/Models.html
|
262
|
-
- doc/UiBibz/Concerns/Models/Searchable.html
|
263
|
-
- doc/UiBibz/Concerns/Models/Searchable/ClassMethods.html
|
264
|
-
- doc/UiBibz/Helpers.html
|
265
|
-
- doc/UiBibz/Helpers/MetaHelper.html
|
266
|
-
- doc/UiBibz/Helpers/UiCoreHelper.html
|
267
|
-
- doc/UiBibz/Helpers/UiUxHelper.html
|
268
|
-
- doc/UiBibz/Helpers/UtilsHelper.html
|
269
|
-
- doc/UiBibz/Rails.html
|
270
|
-
- doc/UiBibz/Rails/Engine.html
|
271
|
-
- doc/UiBibz/Ui.html
|
272
|
-
- doc/UiBibz/Ui/Base.html
|
273
|
-
- doc/UiBibz/Ui/Core.html
|
274
|
-
- doc/UiBibz/Ui/Core/Alert.html
|
275
|
-
- doc/UiBibz/Ui/Core/Bar.html
|
276
|
-
- doc/UiBibz/Ui/Core/Breadcrumb.html
|
277
|
-
- doc/UiBibz/Ui/Core/BreadcrumbLink.html
|
278
|
-
- doc/UiBibz/Ui/Core/Button.html
|
279
|
-
- doc/UiBibz/Ui/Core/ButtonDropdown.html
|
280
|
-
- doc/UiBibz/Ui/Core/ButtonGroup.html
|
281
|
-
- doc/UiBibz/Ui/Core/ButtonLink.html
|
282
|
-
- doc/UiBibz/Ui/Core/ButtonSplitDropdown.html
|
283
|
-
- doc/UiBibz/Ui/Core/Col.html
|
284
|
-
- doc/UiBibz/Ui/Core/Component.html
|
285
|
-
- doc/UiBibz/Ui/Core/Dropdown.html
|
286
|
-
- doc/UiBibz/Ui/Core/DropdownDivider.html
|
287
|
-
- doc/UiBibz/Ui/Core/DropdownHeader.html
|
288
|
-
- doc/UiBibz/Ui/Core/DropdownLink.html
|
289
|
-
- doc/UiBibz/Ui/Core/DropdownList.html
|
290
|
-
- doc/UiBibz/Ui/Core/Glyph.html
|
291
|
-
- doc/UiBibz/Ui/Core/Jumbotron.html
|
292
|
-
- doc/UiBibz/Ui/Core/Label.html
|
293
|
-
- doc/UiBibz/Ui/Core/List.html
|
294
|
-
- doc/UiBibz/Ui/Core/ListGroup.html
|
295
|
-
- doc/UiBibz/Ui/Core/Modal.html
|
296
|
-
- doc/UiBibz/Ui/Core/ModalBody.html
|
297
|
-
- doc/UiBibz/Ui/Core/ModalFooter.html
|
298
|
-
- doc/UiBibz/Ui/Core/ModalHeader.html
|
299
|
-
- doc/UiBibz/Ui/Core/Nav.html
|
300
|
-
- doc/UiBibz/Ui/Core/NavDropdown.html
|
301
|
-
- doc/UiBibz/Ui/Core/NavLink.html
|
302
|
-
- doc/UiBibz/Ui/Core/Navbar.html
|
303
|
-
- doc/UiBibz/Ui/Core/NavbarForm.html
|
304
|
-
- doc/UiBibz/Ui/Core/NavbarNav.html
|
305
|
-
- doc/UiBibz/Ui/Core/NavbarText.html
|
306
|
-
- doc/UiBibz/Ui/Core/Panel.html
|
307
|
-
- doc/UiBibz/Ui/Core/ProgressBar.html
|
308
|
-
- doc/UiBibz/Ui/Core/Row.html
|
309
|
-
- doc/UiBibz/Ui/Core/Stars.html
|
310
|
-
- doc/UiBibz/Ui/Ux.html
|
311
|
-
- doc/UiBibz/Ui/Ux/Actionable.html
|
312
|
-
- doc/UiBibz/Ui/Ux/Actions.html
|
313
|
-
- doc/UiBibz/Ui/Ux/Column.html
|
314
|
-
- doc/UiBibz/Ui/Ux/Columns.html
|
315
|
-
- doc/UiBibz/Ui/Ux/Grid.html
|
316
|
-
- doc/UiBibz/Ui/Ux/Paginable.html
|
317
|
-
- doc/UiBibz/Ui/Ux/Searchable.html
|
318
|
-
- doc/UiBibz/Ui/Ux/Sortable.html
|
319
|
-
- doc/UiBibz/Ui/Ux/Store.html
|
320
|
-
- doc/UiBibz/Ui/Ux/Table.html
|
321
|
-
- doc/UiBibz/Ui/Ux/TableAction.html
|
322
|
-
- doc/UiBibz/Ui/Ux/TablePagination.html
|
323
|
-
- doc/UiBibz/Ui/Ux/TablePaginationPerPage.html
|
324
|
-
- doc/UiBibz/Ui/Ux/TablePanel.html
|
325
|
-
- doc/UiBibz/Ui/Ux/TableSearchField.html
|
326
|
-
- doc/UiBibz/Utils.html
|
327
|
-
- doc/UiBibz/Utils/Internationalization.html
|
328
|
-
- doc/_index.html
|
329
|
-
- doc/class_list.html
|
330
|
-
- doc/css/common.css
|
331
|
-
- doc/css/full_list.css
|
332
|
-
- doc/css/style.css
|
333
|
-
- doc/file.README.html
|
334
|
-
- doc/file_list.html
|
335
|
-
- doc/frames.html
|
336
|
-
- doc/images/alert.png
|
337
|
-
- doc/images/breadcrumb.png
|
338
|
-
- doc/images/button.png
|
339
|
-
- doc/images/button_dropdown.png
|
340
|
-
- doc/images/button_group.png
|
341
|
-
- doc/images/button_link.png
|
342
|
-
- doc/images/button_split_dropdown.png
|
343
|
-
- doc/images/etiquette.png
|
344
|
-
- doc/images/glyph.png
|
345
|
-
- doc/images/list.png
|
346
|
-
- doc/images/modal.png
|
347
|
-
- doc/images/nav.png
|
348
|
-
- doc/images/navbar.png
|
349
|
-
- doc/images/panel.png
|
350
|
-
- doc/images/progress_bar.png
|
351
|
-
- doc/images/stars.png
|
352
|
-
- doc/images/table.png
|
353
|
-
- doc/images/table_pagination_per_page.png
|
354
|
-
- doc/images/table_panel.png
|
355
|
-
- doc/images/table_search_field.png
|
356
|
-
- doc/images/ui-bibz-logo-without-border.gif
|
357
|
-
- doc/images/ui-bibz-logo.gif
|
358
|
-
- doc/index.html
|
359
|
-
- doc/js/app.js
|
360
|
-
- doc/js/full_list.js
|
361
|
-
- doc/js/jquery.js
|
362
|
-
- doc/method_list.html
|
363
|
-
- doc/top-level-namespace.html
|
364
259
|
- lib/tasks/ui_bibz_tasks.rake
|
365
260
|
- lib/ui_bibz.rb
|
366
261
|
- lib/ui_bibz/concerns/models/searchable.rb
|
@@ -555,7 +450,8 @@ rubyforge_project:
|
|
555
450
|
rubygems_version: 2.4.8
|
556
451
|
signing_key:
|
557
452
|
specification_version: 4
|
558
|
-
summary:
|
453
|
+
summary: Create your project with Ui Bibz. Over a thirty reusable components built
|
454
|
+
to provide iconography, dropdowns, input groups, navigation, alerts, and much more.
|
559
455
|
test_files:
|
560
456
|
- test/dummy/README.rdoc
|
561
457
|
- test/dummy/Rakefile
|
data/doc/UiBibz.html
DELETED
@@ -1,129 +0,0 @@
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
-
<head>
|
5
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
|
-
<title>
|
7
|
-
Module: UiBibz
|
8
|
-
|
9
|
-
— Documentation by YARD 0.8.7.6
|
10
|
-
|
11
|
-
</title>
|
12
|
-
|
13
|
-
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
|
14
|
-
|
15
|
-
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
|
16
|
-
|
17
|
-
<script type="text/javascript" charset="utf-8">
|
18
|
-
hasFrames = window.top.frames.main ? true : false;
|
19
|
-
relpath = '';
|
20
|
-
framesUrl = "frames.html#!UiBibz.html";
|
21
|
-
</script>
|
22
|
-
|
23
|
-
|
24
|
-
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
25
|
-
|
26
|
-
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
27
|
-
|
28
|
-
|
29
|
-
</head>
|
30
|
-
<body>
|
31
|
-
<div id="header">
|
32
|
-
<div id="menu">
|
33
|
-
|
34
|
-
<a href="_index.html">Index (U)</a> »
|
35
|
-
|
36
|
-
|
37
|
-
<span class="title">UiBibz</span>
|
38
|
-
|
39
|
-
|
40
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
|
-
</div>
|
42
|
-
|
43
|
-
<div id="search">
|
44
|
-
|
45
|
-
<a class="full_list_link" id="class_list_link"
|
46
|
-
href="class_list.html">
|
47
|
-
Class List
|
48
|
-
</a>
|
49
|
-
|
50
|
-
<a class="full_list_link" id="method_list_link"
|
51
|
-
href="method_list.html">
|
52
|
-
Method List
|
53
|
-
</a>
|
54
|
-
|
55
|
-
<a class="full_list_link" id="file_list_link"
|
56
|
-
href="file_list.html">
|
57
|
-
File List
|
58
|
-
</a>
|
59
|
-
|
60
|
-
</div>
|
61
|
-
<div class="clear"></div>
|
62
|
-
</div>
|
63
|
-
|
64
|
-
<iframe id="search_frame"></iframe>
|
65
|
-
|
66
|
-
<div id="content"><h1>Module: UiBibz
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
</h1>
|
71
|
-
|
72
|
-
<dl class="box">
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
<dt class="r1 last">Defined in:</dt>
|
82
|
-
<dd class="r1 last">lib/ui_bibz.rb<span class="defines">,<br />
|
83
|
-
lib/ui_bibz/version.rb,<br /> lib/ui_bibz/rails/engine.rb</span>
|
84
|
-
</dd>
|
85
|
-
|
86
|
-
</dl>
|
87
|
-
<div class="clear"></div>
|
88
|
-
|
89
|
-
<h2>Defined Under Namespace</h2>
|
90
|
-
<p class="children">
|
91
|
-
|
92
|
-
|
93
|
-
<strong class="modules">Modules:</strong> <span class='object_link'><a href="UiBibz/Concerns.html" title="UiBibz::Concerns (module)">Concerns</a></span>, <span class='object_link'><a href="UiBibz/Helpers.html" title="UiBibz::Helpers (module)">Helpers</a></span>, <span class='object_link'><a href="UiBibz/Rails.html" title="UiBibz::Rails (module)">Rails</a></span>, <span class='object_link'><a href="UiBibz/Ui.html" title="UiBibz::Ui (module)">Ui</a></span>, <span class='object_link'><a href="UiBibz/Utils.html" title="UiBibz::Utils (module)">Utils</a></span>
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
</p>
|
99
|
-
|
100
|
-
<h2>Constant Summary</h2>
|
101
|
-
|
102
|
-
<dl class="constants">
|
103
|
-
|
104
|
-
<dt id="VERSION-constant" class="">VERSION =
|
105
|
-
|
106
|
-
</dt>
|
107
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>1.2.3</span><span class='tstring_end'>"</span></span></pre></dd>
|
108
|
-
|
109
|
-
</dl>
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
</div>
|
121
|
-
|
122
|
-
<div id="footer">
|
123
|
-
Generated on Mon Oct 19 15:25:14 2015 by
|
124
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
125
|
-
0.8.7.6 (ruby-2.2.3).
|
126
|
-
</div>
|
127
|
-
|
128
|
-
</body>
|
129
|
-
</html>
|
data/doc/UiBibz/Concerns.html
DELETED
@@ -1,115 +0,0 @@
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
-
<head>
|
5
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
|
-
<title>
|
7
|
-
Module: UiBibz::Concerns
|
8
|
-
|
9
|
-
— Documentation by YARD 0.8.7.6
|
10
|
-
|
11
|
-
</title>
|
12
|
-
|
13
|
-
<link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
|
14
|
-
|
15
|
-
<link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
|
16
|
-
|
17
|
-
<script type="text/javascript" charset="utf-8">
|
18
|
-
hasFrames = window.top.frames.main ? true : false;
|
19
|
-
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!UiBibz/Concerns.html";
|
21
|
-
</script>
|
22
|
-
|
23
|
-
|
24
|
-
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
|
25
|
-
|
26
|
-
<script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
|
27
|
-
|
28
|
-
|
29
|
-
</head>
|
30
|
-
<body>
|
31
|
-
<div id="header">
|
32
|
-
<div id="menu">
|
33
|
-
|
34
|
-
<a href="../_index.html">Index (C)</a> »
|
35
|
-
<span class='title'><span class='object_link'><a href="../UiBibz.html" title="UiBibz (module)">UiBibz</a></span></span>
|
36
|
-
»
|
37
|
-
<span class="title">Concerns</span>
|
38
|
-
|
39
|
-
|
40
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
|
-
</div>
|
42
|
-
|
43
|
-
<div id="search">
|
44
|
-
|
45
|
-
<a class="full_list_link" id="class_list_link"
|
46
|
-
href="../class_list.html">
|
47
|
-
Class List
|
48
|
-
</a>
|
49
|
-
|
50
|
-
<a class="full_list_link" id="method_list_link"
|
51
|
-
href="../method_list.html">
|
52
|
-
Method List
|
53
|
-
</a>
|
54
|
-
|
55
|
-
<a class="full_list_link" id="file_list_link"
|
56
|
-
href="../file_list.html">
|
57
|
-
File List
|
58
|
-
</a>
|
59
|
-
|
60
|
-
</div>
|
61
|
-
<div class="clear"></div>
|
62
|
-
</div>
|
63
|
-
|
64
|
-
<iframe id="search_frame"></iframe>
|
65
|
-
|
66
|
-
<div id="content"><h1>Module: UiBibz::Concerns
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
</h1>
|
71
|
-
|
72
|
-
<dl class="box">
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
<dt class="r1 last">Defined in:</dt>
|
82
|
-
<dd class="r1 last">lib/ui_bibz.rb</dd>
|
83
|
-
|
84
|
-
</dl>
|
85
|
-
<div class="clear"></div>
|
86
|
-
|
87
|
-
<h2>Defined Under Namespace</h2>
|
88
|
-
<p class="children">
|
89
|
-
|
90
|
-
|
91
|
-
<strong class="modules">Modules:</strong> <span class='object_link'><a href="Concerns/Models.html" title="UiBibz::Concerns::Models (module)">Models</a></span>
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
</p>
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
</div>
|
107
|
-
|
108
|
-
<div id="footer">
|
109
|
-
Generated on Mon Oct 19 15:25:14 2015 by
|
110
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
111
|
-
0.8.7.6 (ruby-2.2.3).
|
112
|
-
</div>
|
113
|
-
|
114
|
-
</body>
|
115
|
-
</html>
|