ui_bibz 1.1.6 → 1.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (88) hide show
  1. checksums.yaml +8 -8
  2. data/.yardoc/checksums +2 -2
  3. data/.yardoc/objects/root.dat +0 -0
  4. data/Gemfile.lock +18 -7
  5. data/README.md +48 -51
  6. data/{vendor → app}/assets/javascripts/ui_bibz.js.coffee +1 -0
  7. data/{vendor → app}/assets/stylesheets/ui_bibz.sass +19 -9
  8. data/doc/UiBibz.html +1 -1
  9. data/doc/UiBibz/Concerns.html +1 -1
  10. data/doc/UiBibz/Concerns/Models.html +1 -1
  11. data/doc/UiBibz/Concerns/Models/Searchable.html +1 -1
  12. data/doc/UiBibz/Concerns/Models/Searchable/ClassMethods.html +1 -1
  13. data/doc/UiBibz/Helpers.html +1 -1
  14. data/doc/UiBibz/Helpers/MetaHelper.html +2 -14
  15. data/doc/UiBibz/Helpers/UiCoreHelper.html +1 -1
  16. data/doc/UiBibz/Helpers/UiUxHelper.html +1 -1
  17. data/doc/UiBibz/Helpers/UtilsHelper.html +1 -1
  18. data/doc/UiBibz/Rails.html +1 -1
  19. data/doc/UiBibz/Rails/Engine.html +1 -1
  20. data/doc/UiBibz/Ui.html +1 -1
  21. data/doc/UiBibz/Ui/Base.html +1 -1
  22. data/doc/UiBibz/Ui/Core.html +1 -1
  23. data/doc/UiBibz/Ui/Core/Alert.html +1 -1
  24. data/doc/UiBibz/Ui/Core/Bar.html +1 -1
  25. data/doc/UiBibz/Ui/Core/Breadcrumb.html +1 -1
  26. data/doc/UiBibz/Ui/Core/BreadcrumbLink.html +1 -1
  27. data/doc/UiBibz/Ui/Core/Button.html +1 -1
  28. data/doc/UiBibz/Ui/Core/ButtonDropdown.html +1 -1
  29. data/doc/UiBibz/Ui/Core/ButtonGroup.html +1 -1
  30. data/doc/UiBibz/Ui/Core/ButtonLink.html +1 -1
  31. data/doc/UiBibz/Ui/Core/ButtonSplitDropdown.html +1 -1
  32. data/doc/UiBibz/Ui/Core/Col.html +1 -1
  33. data/doc/UiBibz/Ui/Core/Component.html +1 -1
  34. data/doc/UiBibz/Ui/Core/Dropdown.html +1 -1
  35. data/doc/UiBibz/Ui/Core/DropdownDivider.html +1 -1
  36. data/doc/UiBibz/Ui/Core/DropdownHeader.html +1 -1
  37. data/doc/UiBibz/Ui/Core/DropdownLink.html +1 -1
  38. data/doc/UiBibz/Ui/Core/Glyph.html +1 -1
  39. data/doc/UiBibz/Ui/Core/Jumbotron.html +1 -1
  40. data/doc/UiBibz/Ui/Core/Label.html +1 -1
  41. data/doc/UiBibz/Ui/Core/List.html +1 -1
  42. data/doc/UiBibz/Ui/Core/ListGroup.html +1 -1
  43. data/doc/UiBibz/Ui/Core/Nav.html +1 -1
  44. data/doc/UiBibz/Ui/Core/NavDropdown.html +1 -1
  45. data/doc/UiBibz/Ui/Core/NavLink.html +1 -1
  46. data/doc/UiBibz/Ui/Core/Navbar.html +1 -1
  47. data/doc/UiBibz/Ui/Core/NavbarForm.html +1 -1
  48. data/doc/UiBibz/Ui/Core/NavbarNav.html +1 -1
  49. data/doc/UiBibz/Ui/Core/NavbarText.html +1 -1
  50. data/doc/UiBibz/Ui/Core/Panel.html +1 -1
  51. data/doc/UiBibz/Ui/Core/ProgressBar.html +1 -1
  52. data/doc/UiBibz/Ui/Core/Row.html +1 -1
  53. data/doc/UiBibz/Ui/Core/Stars.html +1 -1
  54. data/doc/UiBibz/Ui/Ux.html +1 -1
  55. data/doc/UiBibz/Ui/Ux/Actionable.html +1 -1
  56. data/doc/UiBibz/Ui/Ux/Actions.html +1 -1
  57. data/doc/UiBibz/Ui/Ux/Column.html +1 -1
  58. data/doc/UiBibz/Ui/Ux/Columns.html +1 -1
  59. data/doc/UiBibz/Ui/Ux/Grid.html +1 -1
  60. data/doc/UiBibz/Ui/Ux/Paginable.html +1 -1
  61. data/doc/UiBibz/Ui/Ux/Searchable.html +1 -1
  62. data/doc/UiBibz/Ui/Ux/Sortable.html +1 -1
  63. data/doc/UiBibz/Ui/Ux/Store.html +1 -1
  64. data/doc/UiBibz/Ui/Ux/Table.html +1 -1
  65. data/doc/UiBibz/Ui/Ux/TablePagination.html +1 -1
  66. data/doc/UiBibz/Ui/Ux/TablePaginationPerPage.html +1 -1
  67. data/doc/UiBibz/Ui/Ux/TablePanel.html +1 -1
  68. data/doc/UiBibz/Ui/Ux/TableSearchField.html +1 -1
  69. data/doc/UiBibz/Utils.html +1 -1
  70. data/doc/UiBibz/Utils/Internationalization.html +1 -1
  71. data/doc/_index.html +1 -1
  72. data/doc/file.README.html +51 -54
  73. data/doc/index.html +51 -54
  74. data/doc/top-level-namespace.html +1 -1
  75. data/lib/ui_bibz/helpers/meta_helper.rb +0 -14
  76. data/lib/ui_bibz/rails/engine.rb +2 -23
  77. data/lib/ui_bibz/version.rb +1 -1
  78. data/ui_bibz.gemspec +4 -2
  79. metadata +36 -17
  80. data/vendor/assets/fonts/FontAwesome.otf +0 -0
  81. data/vendor/assets/fonts/fontawesome-webfont.eot +0 -0
  82. data/vendor/assets/fonts/fontawesome-webfont.svg +0 -640
  83. data/vendor/assets/fonts/fontawesome-webfont.ttf +0 -0
  84. data/vendor/assets/fonts/fontawesome-webfont.woff +0 -0
  85. data/vendor/assets/fonts/fontawesome-webfont.woff2 +0 -0
  86. data/vendor/assets/javascripts/bootstrap.min.js +0 -7
  87. data/vendor/assets/stylesheets/bootstrap.min.css +0 -5
  88. data/vendor/assets/stylesheets/font-awesome.min.css +0 -4
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- N2QzZGZhNTNjOGM0NWQzOTBjMDhlYjQyNzQyNjA0ZWNkNTdjNTg1ZA==
4
+ OWI1MGY4Mzg2MzI2ZWJhNmI1OGQyNDMwOWY3OWQ4OTg5Njc3M2MwMQ==
5
5
  data.tar.gz: !binary |-
6
- NjJkYTJhZDQ1ZDY3ZmFmMGRjNTIxOTc5YTUzMzgwYzNmNmE1YjhlNg==
6
+ MWRiMWY0MGZiN2VhZTRhMzVkNjJkMDY1NzNlNmUyNGIyOGMxYzdmZA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- Mzk1NzQ2ZTVmN2RiMzU4OTJhNWY0ODg0MmY2MmRlODI2ZTk3OTcyOTJjMjhh
10
- NTI0YzU2N2NjY2M2NzQyZmQ5NjcyN2IwNTM4MDc0YTM1ODBhMTgyZDk2MDhl
11
- NjkyZGRjYWVkNmNhN2ZlY2I2Y2NmZWY1MWViMTdmNWRmNjRlZGY=
9
+ MjM5ODgyMDY1MmNhNDQ1YWJhYTIxNDI5ZmJiOWMzM2RjNWZmYjdlOTk2ZjJl
10
+ ODM3MGM4ZWZiZWNiY2U0NTgxNGE1YjJmMjg4MWE0MTg5NmZmNTUyNTJiNGUw
11
+ YWFkYzRhZTg3YjNiMzJlZmI5NDBhYWE1YjAwYjM2MjU5NzZiOGQ=
12
12
  data.tar.gz: !binary |-
13
- Y2VmZjJjMDA3ZTc1YzA0MDNlZjA3MDg5Y2NjNGMxYzI3NjRjMzQxMjAyMzAw
14
- ZDAwMzJlOGU1MjI4MmIzY2Y2ZWI4NzVjNWQwY2IxNThhODY4NjgxNDgxZmEz
15
- MDUzZjZhNjBiYTcwYTc1ZTQyOTFhMDkxOGE3N2Q0Y2JhNzVkY2E=
13
+ M2M2NWI5ZDY4MjFkZjNjNzBjMzkzNWIyYTY1N2U1ODNkNjMyNzIwYzE5Mzlj
14
+ ZWU5YTlmMWZkMzg1YWI3MmNkZDhkNGQwMjhiMzhhN2RjNDQwNDFlOTdmZDdj
15
+ OWFiN2E2MWU5NTA3OTU5ZjM1MzUxMWY5ZWQ5ZmM4ZjA0MGE1NTM=
data/.yardoc/checksums CHANGED
@@ -4,7 +4,7 @@ lib/ui_bibz/version.rb fb7ca06617deaf5e1e4795e9fc49b7166ccb5c90
4
4
  lib/ui_bibz/ui/ux/grid.rb 079a9b94c43980e5ae86b9e4c50499f0153aa345
5
5
  lib/ui_bibz/ui/core/col.rb 657fd5aeed007c9d2848f99f3d7bb4f642bf756c
6
6
  lib/ui_bibz/ui/core/row.rb 539ef1d6caf28cb460671cf3877313b3fc3fd74c
7
- lib/ui_bibz/rails/engine.rb 0720bf9cc7da2f36de5e2212a590b58ec19d31a8
7
+ lib/ui_bibz/rails/engine.rb 0d38746eac6afaa56796c64d7aa0ec77121e4070
8
8
  lib/ui_bibz/ui/core/alert.rb 48c30806eec62987f07b57375ccf406712308df8
9
9
  lib/ui_bibz/ui/core/stars.rb bfb37a8b1e2b61b4e153b828f0d6ea0d67072d94
10
10
  lib/ui_bibz/ui/core/glyph.rb cf35976f93328f4b475bd41b07151ccba76bec78
@@ -15,7 +15,7 @@ lib/ui_bibz/ui/ux/table/table.rb 1b04d576a2868345bd69c03b461a3abd4f1f8f22
15
15
  lib/ui_bibz/ui/core/jumbotron.rb 7654b2765b0c085182545c2fb5a39a3920e4baf3
16
16
  lib/ui_bibz/ui/core/component.rb b0df13610fa2c33c3fcce825262ded8871c66fe3
17
17
  lib/ui_bibz/ui/core/nav/navbar.rb 6db829caf51ebfedda453fc5532b14b87b608105
18
- lib/ui_bibz/helpers/meta_helper.rb 57fc655c259132af0aa518bb2cdcb39c27e658f9
18
+ lib/ui_bibz/helpers/meta_helper.rb b90ee3e3274c1c0a80cd4b5c3a5d8849e0e20923
19
19
  lib/ui_bibz/helpers/ui_ux_helper.rb b47a87a3133385d921951d86f1344c155faa942f
20
20
  lib/ui_bibz/helpers/utils_helper.rb 53d9372821f8c1b29ea1e180d58995685b230153
21
21
  lib/ui_bibz/ui/core/button/button.rb 31b36244d461cbb8531a5c85f6f8a8fed17570ca
Binary file
data/Gemfile.lock CHANGED
@@ -1,11 +1,13 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ui_bibz (1.1.6)
4
+ ui_bibz (1.1.7)
5
+ bootstrap-sass (~> 3.3.5)
6
+ font-awesome-sass
5
7
  haml
6
8
  haml-rails
7
- rails (~> 4.2.0)
8
- sass-rails (~> 5.0.1)
9
+ rails (~> 4.2.4)
10
+ sass-rails (~> 5.0.4)
9
11
  will-paginate-i18n
10
12
  will_paginate (~> 3.0.6)
11
13
  will_paginate-bootstrap
@@ -50,18 +52,27 @@ GEM
50
52
  tzinfo (~> 1.1)
51
53
  ansi (1.5.0)
52
54
  arel (6.0.3)
55
+ autoprefixer-rails (6.0.2)
56
+ execjs
57
+ json
53
58
  awesome_print (1.6.1)
59
+ bootstrap-sass (3.3.5.1)
60
+ autoprefixer-rails (>= 5.0.0.1)
61
+ sass (>= 3.3.0)
54
62
  builder (3.2.2)
55
- codeclimate-test-reporter (0.4.7)
63
+ codeclimate-test-reporter (0.4.8)
56
64
  simplecov (>= 0.7.1, < 1.0.0)
57
65
  color_pound_spec_reporter (0.0.5)
58
66
  docile (1.1.5)
59
67
  erubis (2.7.0)
68
+ execjs (2.6.0)
60
69
  factory_girl (4.5.0)
61
70
  activesupport (>= 3.0.0)
62
71
  factory_girl_rails (4.5.0)
63
72
  factory_girl (~> 4.5.0)
64
73
  railties (>= 3.0.0)
74
+ font-awesome-sass (4.4.0)
75
+ sass (>= 3.2)
65
76
  globalid (0.3.6)
66
77
  activesupport (>= 4.1.0)
67
78
  haml (4.0.7)
@@ -83,12 +94,12 @@ GEM
83
94
  nokogiri (>= 1.5.9)
84
95
  mail (2.6.3)
85
96
  mime-types (>= 1.16, < 3)
86
- mime-types (2.6.1)
97
+ mime-types (2.6.2)
87
98
  mini_portile (0.6.2)
88
99
  minitest (5.8.0)
89
100
  minitest-line (0.6.3)
90
101
  minitest (~> 5.0)
91
- minitest-reporters (1.0.20)
102
+ minitest-reporters (1.1.0)
92
103
  ansi
93
104
  builder
94
105
  minitest (>= 5.0)
@@ -143,7 +154,7 @@ GEM
143
154
  simplecov-html (0.10.0)
144
155
  sprockets (3.3.4)
145
156
  rack (~> 1.0)
146
- sprockets-rails (2.3.2)
157
+ sprockets-rails (2.3.3)
147
158
  actionpack (>= 3.0)
148
159
  activesupport (>= 3.0)
149
160
  sprockets (>= 2.8, < 4.0)
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ![Ui Bibz logo](http://hummel.link/Ui-Bibz/1.1.5/images/ui-bibz-logo-without-border.gif)
1
+ ![Ui Bibz logo](http://hummel.link/Ui-Bibz/1.1.7/images/ui-bibz-logo-without-border.gif)
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/ui_bibz.svg)](http://badge.fury.io/rb/ui_bibz)
4
4
  [![Build Status](https://travis-ci.org/thooams/Ui-Bibz.svg)](https://travis-ci.org/thooams/Ui-Bibz)
@@ -67,7 +67,7 @@ dans ```options``` et ```html_options```.
67
67
  Ajouter la gem dans Rails :
68
68
 
69
69
  ```
70
- gem "ui_bibz", '~> 1.0.0'
70
+ gem "ui_bibz", '~> 1.1.7'
71
71
  ```
72
72
 
73
73
  Lancer la command suivante :
@@ -96,18 +96,11 @@ Exemple ([haml](http://haml.info/)):
96
96
  Ui Bibz chargera les librairies en CDN directement dans votre application.
97
97
  Si vous préférez charger les librairies en locales, utilisez plutôt la méthode ```ui_bibz_local_meta_links```
98
98
  et insérez dans le fichier ```/config/initializers/assets.rb``` de votre
99
- application ces 3-4 lignes:
99
+ application cette ligne:
100
100
 
101
101
  ```
102
-
103
- # For awesome-font
104
- Rails.application.config.assets.paths << Rails.root.join("app", "assets", "fonts")
105
- # For Ui bibz css
106
- Rails.application.config.assets.precompile += %w(bootstrap.min.css bootstrap-theme.min.css font-awesome.min.css)
107
- # For boostrap-theme (optionel)
108
- Rails.application.config.assets.precompile += %w(bootstrap-theme.min.css)
109
102
  # For Ui bibz js
110
- Rails.application.config.assets.precompile += %w(jquery-2.1.4.min.js bootstrap.min.js)
103
+ Rails.application.config.assets.precompile += %w(jquery-2.1.4.min.js)
111
104
 
112
105
  ```
113
106
 
@@ -127,11 +120,13 @@ Placer la ligne suivante dans ```/app/assets/javascripts/applications.js```
127
120
  ...
128
121
  ```
129
122
 
123
+ _Ps: Vous pouvez utiliser les variables sass présentes dans boostrap._
124
+
130
125
  ## Utilisation
131
126
 
132
127
  ### Alert
133
128
 
134
- ![alert](http://hummel.link/Ui-Bibz/1.1.5/images/alert.png)
129
+ ![alert](http://hummel.link/Ui-Bibz/1.1.7/images/alert.png)
135
130
 
136
131
  L'élément ```notify``` à pour ```options``` un Hash acceptant les clefs :
137
132
 
@@ -142,11 +137,11 @@ L'élément ```notify``` à pour ```options``` un Hash acceptant les clefs :
142
137
  notify 'Alert', state: :info, glyph: 'eye'
143
138
  ```
144
139
 
145
- Voir la [doc](http://hummel.link/Ui-Bibz/1.1.5/UiBibz/Ui/Core/Alert.html)
140
+ Voir la [doc](http://hummel.link/Ui-Bibz/1.1.7/UiBibz/Ui/Core/Alert.html)
146
141
 
147
142
  ### Breadcrumb (fil d'ariane)
148
143
 
149
- ![breadcrumb](http://hummel.link/Ui-Bibz/1.1.5/images/breadcrumb.png)
144
+ ![breadcrumb](http://hummel.link/Ui-Bibz/1.1.7/images/breadcrumb.png)
150
145
 
151
146
  L'élément ```breadcrumb``` à pour enfant l'élément ```link``` qui accepte pour option un Hash avec les clefs :
152
147
 
@@ -164,13 +159,13 @@ breadcrumb do |b|
164
159
  end
165
160
  ```
166
161
 
167
- Voir la [doc](http://hummel.link/Ui-Bibz/1.1.5/UiBibz/Ui/Core/Breadcrumb.html)
162
+ Voir la [doc](http://hummel.link/Ui-Bibz/1.1.7/UiBibz/Ui/Core/Breadcrumb.html)
168
163
 
169
164
  ### Buttons (Boutons)
170
165
 
171
166
  #### Button
172
167
 
173
- ![button](http://hummel.link/Ui-Bibz/1.1.5/images/button.png)
168
+ ![button](http://hummel.link/Ui-Bibz/1.1.7/images/button.png)
174
169
 
175
170
  L'élément ```button``` à pour ```options``` un Hash acceptant les clefs :
176
171
 
@@ -183,14 +178,14 @@ L'élément ```button``` à pour ```options``` un Hash acceptant les clefs :
183
178
  button 'Button', { state: :danger, size: :xs, glyph: 'star' } , { class: 'my-button' }
184
179
  ```
185
180
 
186
- Voir la [doc](http://hummel.link/Ui-Bibz/1.1.5/UiBibz/Ui/Core/Button.html)
181
+ Voir la [doc](http://hummel.link/Ui-Bibz/1.1.7/UiBibz/Ui/Core/Button.html)
187
182
 
188
183
  #### Button Dropdown
189
184
 
190
185
  L'élément ```button_dropdown``` accepte pour options les mêmes clefs que l'élément
191
186
  [dropdown](#dropdown).
192
187
 
193
- ![button_link](http://hummel.link/Ui-Bibz/1.1.5/images/button_dropdown.png)
188
+ ![button_link](http://hummel.link/Ui-Bibz/1.1.7/images/button_dropdown.png)
194
189
 
195
190
  ```
196
191
  button_dropdown 'Button Dropdown' do |bd|
@@ -203,11 +198,11 @@ button_dropdown 'Button Dropdown' do |bd|
203
198
  end
204
199
  ```
205
200
 
206
- Voir la [doc](http://hummel.link/Ui-Bibz/1.1.5/UiBibz/Ui/Core/ButtonLink.html)
201
+ Voir la [doc](http://hummel.link/Ui-Bibz/1.1.7/UiBibz/Ui/Core/ButtonLink.html)
207
202
 
208
203
  #### Button group
209
204
 
210
- ![button_group](http://hummel.link/Ui-Bibz/1.1.5/images/button_group.png)
205
+ ![button_group](http://hummel.link/Ui-Bibz/1.1.7/images/button_group.png)
211
206
 
212
207
  L'élément ```button_group``` à pour ```options``` un Hash acceptant les clefs :
213
208
 
@@ -239,11 +234,11 @@ button_group do
239
234
  end
240
235
  ```
241
236
 
242
- Voir la [doc](http://hummel.link/Ui-Bibz/1.1.5/UiBibz/Ui/Core/ButtonGroup.html)
237
+ Voir la [doc](http://hummel.link/Ui-Bibz/1.1.7/UiBibz/Ui/Core/ButtonGroup.html)
243
238
 
244
239
  #### Button Link (Lien Bouton)
245
240
 
246
- ![button_link](http://hummel.link/Ui-Bibz/1.1.5/images/button_link.png)
241
+ ![button_link](http://hummel.link/Ui-Bibz/1.1.7/images/button_link.png)
247
242
 
248
243
  L'élément ```button_link``` à pour ```options``` un Hash acceptant les clefs :
249
244
 
@@ -251,11 +246,11 @@ L'élément ```button_link``` à pour ```options``` un Hash acceptant les clefs
251
246
  button_link 'Button', { url: '#button', state: :primary, glyph: 'star' }, { class: 'my-button' }
252
247
  ```
253
248
 
254
- Voir la [doc](http://hummel.link/Ui-Bibz/1.1.5/UiBibz/Ui/Core/ButtonLink.html)
249
+ Voir la [doc](http://hummel.link/Ui-Bibz/1.1.7/UiBibz/Ui/Core/ButtonLink.html)
255
250
 
256
251
  #### Button Split Dropdown
257
252
 
258
- ![button_group](http://hummel.link/Ui-Bibz/1.1.5/images/button_split_dropdown.png)
253
+ ![button_group](http://hummel.link/Ui-Bibz/1.1.7/images/button_split_dropdown.png)
259
254
 
260
255
  L'élément ```button_split_dropdown```accepte pour options les mêmes clefs
261
256
  que l'élément [dropdown](#dropdown).
@@ -272,7 +267,7 @@ button_split_dropdown 'Dropdown', state: :primary do |d|
272
267
  end
273
268
  ```
274
269
 
275
- Voir la [doc](http://hummel.link/Ui-Bibz/1.1.5/UiBibz/Ui/Core/ButtonSplitDropdown.html)
270
+ Voir la [doc](http://hummel.link/Ui-Bibz/1.1.7/UiBibz/Ui/Core/ButtonSplitDropdown.html)
276
271
 
277
272
  ### Dropdown
278
273
 
@@ -309,11 +304,11 @@ d.list '--'
309
304
  ...
310
305
  ```
311
306
 
312
- Voir la [doc](http://hummel.link/Ui-Bibz/1.1.5/UiBibz/Ui/Core/Dropdown.html)
307
+ Voir la [doc](http://hummel.link/Ui-Bibz/1.1.7/UiBibz/Ui/Core/Dropdown.html)
313
308
 
314
309
  ### Progress Bar
315
310
 
316
- ![glyph](http://hummel.link/Ui-Bibz/1.1.5/images/progress_bar.png)
311
+ ![glyph](http://hummel.link/Ui-Bibz/1.1.7/images/progress_bar.png)
317
312
 
318
313
  L'élément ```progress_bar``` à pour ```options``` un Hash acceptant les clefs :
319
314
 
@@ -341,11 +336,11 @@ progress_bar(tap: true) do |pb|
341
336
  end
342
337
  ```
343
338
 
344
- Voir la [doc](http://hummel.link/Ui-Bibz/1.1.5/UiBibz/Ui/Core/ProgressBar.html)
339
+ Voir la [doc](http://hummel.link/Ui-Bibz/1.1.7/UiBibz/Ui/Core/ProgressBar.html)
345
340
 
346
341
  ### Glyph
347
342
 
348
- ![glyph](http://hummel.link/Ui-Bibz/1.1.5/images/glyph.png)
343
+ ![glyph](http://hummel.link/Ui-Bibz/1.1.7/images/glyph.png)
349
344
 
350
345
  Les glyphs utilisés proviennent de [Font Awesome](http://fontawesome.io/).
351
346
  L'élément ```glyph``` peut contenir un hash pour ```content```
@@ -360,11 +355,11 @@ glyph 'star', { size: 3, type: 'fw' }, class: 'star-exemple'
360
355
  glyph { name: 'star', size: 3, type: 'fw' }
361
356
  ```
362
357
 
363
- Voir la [doc](http://hummel.link/Ui-Bibz/1.1.5/UiBibz/Ui/Core/Glyph.html)
358
+ Voir la [doc](http://hummel.link/Ui-Bibz/1.1.7/UiBibz/Ui/Core/Glyph.html)
364
359
 
365
360
  ### Stars
366
361
 
367
- ![stars](http://hummel.link/Ui-Bibz/1.1.5/images/stars.png)
362
+ ![stars](http://hummel.link/Ui-Bibz/1.1.7/images/stars.png)
368
363
 
369
364
  L'élément ```stars``` à pour ```options``` un Hash acceptant les clefs :
370
365
 
@@ -381,12 +376,12 @@ stars num: 3 do
381
376
  end
382
377
  ```
383
378
 
384
- Voir la [doc](http://hummel.link/Ui-Bibz/1.1.5/UiBibz/Ui/Core/Stars.html)
379
+ Voir la [doc](http://hummel.link/Ui-Bibz/1.1.7/UiBibz/Ui/Core/Stars.html)
385
380
 
386
381
 
387
382
  ### Panel
388
383
 
389
- ![panel](http://hummel.link/Ui-Bibz/1.1.5/images/panel.png)
384
+ ![panel](http://hummel.link/Ui-Bibz/1.1.7/images/panel.png)
390
385
 
391
386
  L'élément ```panel``` à pour ```options``` un Hash acceptant les clefs :
392
387
 
@@ -413,11 +408,11 @@ panel({ tap: true, state: :danger, table_options: { actionable: true } }, { clas
413
408
  end
414
409
  ```
415
410
 
416
- Voir la [doc](http://hummel.link/Ui-Bibz/1.1.5/UiBibz/Ui/Core/Panel.html)
411
+ Voir la [doc](http://hummel.link/Ui-Bibz/1.1.7/UiBibz/Ui/Core/Panel.html)
417
412
 
418
413
  ### Table
419
414
 
420
- ![table](http://hummel.link/Ui-Bibz/1.1.5/images/table.png)
415
+ ![table](http://hummel.link/Ui-Bibz/1.1.7/images/table.png)
421
416
 
422
417
  L'élément ```table``` est un tableau composé d'une recherche, une pagination et un trie de colonnes intégrées.
423
418
  Le tableau est compatible [I18n](http://guides.rubyonrails.org/i18n.html).
@@ -453,7 +448,7 @@ searchable_attributes :name_fr, :name_en
453
448
 
454
449
  Un champ recherche est disponible dans la vue :
455
450
 
456
- ![table_search_field](http://hummel.link/Ui-Bibz/1.1.5/images/table_search_field.png)
451
+ ![table_search_field](http://hummel.link/Ui-Bibz/1.1.7/images/table_search_field.png)
457
452
 
458
453
  ```
459
454
  table_search_field store: @documents
@@ -467,7 +462,7 @@ table_pagination store: @documents
467
462
 
468
463
  Un champs select par page est disponible dans la vue :
469
464
 
470
- ![table_search_field](http://hummel.link/Ui-Bibz/1.1.5/images/table_pagination_per_page.png)
465
+ ![table_search_field](http://hummel.link/Ui-Bibz/1.1.7/images/table_pagination_per_page.png)
471
466
 
472
467
  ```
473
468
  table_pagination_per_page store: @documents
@@ -716,11 +711,11 @@ activerecord:
716
711
  ...
717
712
  ```
718
713
 
719
- Voir la [doc](http://hummel.link/Ui-Bibz/1.1.5/UiBibz/Ui/Ux/Table.html)
714
+ Voir la [doc](http://hummel.link/Ui-Bibz/1.1.7/UiBibz/Ui/Ux/Table.html)
720
715
 
721
716
  ### Table Panel
722
717
 
723
- ![table_panel](http://hummel.link/Ui-Bibz/1.1.5/images/table_panel.png)
718
+ ![table_panel](http://hummel.link/Ui-Bibz/1.1.7/images/table_panel.png)
724
719
 
725
720
  Le composant ```table_panel``` est un [tableau](#table) dans un [panel](#panel).
726
721
 
@@ -747,11 +742,11 @@ table_panel({ store: @users, tap: true, glyph: 'home', state: :danger }) do |g|
747
742
  end
748
743
  ```
749
744
 
750
- Voir la [doc](http://hummel.link/Ui-Bibz/1.1.5/UiBibz/Ui/Ux/TablePanel.html)
745
+ Voir la [doc](http://hummel.link/Ui-Bibz/1.1.7/UiBibz/Ui/Ux/TablePanel.html)
751
746
 
752
747
  ### List
753
748
 
754
- ![list](http://hummel.link/Ui-Bibz/1.1.5/images/list.png)
749
+ ![list](http://hummel.link/Ui-Bibz/1.1.7/images/list.png)
755
750
 
756
751
  Par défaut une liste à pour tag ```<li>```.
757
752
  Mais elle peut se transformer en lien ```<a>``` à travers l'option ```type:```.
@@ -772,11 +767,11 @@ list_group do |lg|
772
767
  end
773
768
  ```
774
769
 
775
- Voir la [doc](http://hummel.link/Ui-Bibz/1.1.5/UiBibz/Ui/Core/List.html)
770
+ Voir la [doc](http://hummel.link/Ui-Bibz/1.1.7/UiBibz/Ui/Core/List.html)
776
771
 
777
772
  ### Nav
778
773
 
779
- ![nav](http://hummel.link/Ui-Bibz/1.1.5/images/nav.png)
774
+ ![nav](http://hummel.link/Ui-Bibz/1.1.7/images/nav.png)
780
775
 
781
776
  Par défaut la navigation comporte des onglets "tab".
782
777
  L'élément ```nav``` accepte en option les arguments :
@@ -796,11 +791,11 @@ nav(type: :pills, position: :justified) do |d|
796
791
  end
797
792
  ```
798
793
 
799
- Voir la [doc](http://hummel.link/Ui-Bibz/1.1.5/UiBibz/Ui/Core/Nav.html)
794
+ Voir la [doc](http://hummel.link/Ui-Bibz/1.1.7/UiBibz/Ui/Core/Nav.html)
800
795
 
801
796
  ### Navbar
802
797
 
803
- ![navbar](http://hummel.link/Ui-Bibz/1.1.5/images/navbar.png)
798
+ ![navbar](http://hummel.link/Ui-Bibz/1.1.7/images/navbar.png)
804
799
 
805
800
  Par défaut la navigation comporte des onglets "tab".
806
801
  L'élément ```navbar``` accepte en option les arguments :
@@ -831,12 +826,12 @@ navbar(type: :inverse, position: :top) do |nb|
831
826
  end
832
827
  ```
833
828
 
834
- Voir la [doc](http://hummel.link/Ui-Bibz/1.1.5/UiBibz/Ui/Core/Navbar.html)
829
+ Voir la [doc](http://hummel.link/Ui-Bibz/1.1.7/UiBibz/Ui/Core/Navbar.html)
835
830
 
836
831
 
837
832
  ### Etiquette
838
833
 
839
- ![list](http://hummel.link/Ui-Bibz/1.1.5/images/etiquette.png)
834
+ ![list](http://hummel.link/Ui-Bibz/1.1.7/images/etiquette.png)
840
835
 
841
836
 
842
837
  NB : Les méthodes ```Tag, label``` sont déjà utilisées par Rails.
@@ -853,7 +848,7 @@ etiquette 'label 2', state: :success
853
848
  etiquette 'label 2', state: :danger
854
849
  ```
855
850
 
856
- Voir la [doc](http://hummel.link/Ui-Bibz/1.1.5/UiBibz/Ui/Core/Etiquette.html)
851
+ Voir la [doc](http://hummel.link/Ui-Bibz/1.1.7/UiBibz/Ui/Core/Etiquette.html)
857
852
 
858
853
  ### Row
859
854
 
@@ -866,7 +861,7 @@ end
866
861
  # => <div class='row toto'>content</div>
867
862
  ```
868
863
 
869
- Voir la [doc](http://hummel.link/Ui-Bibz/1.1.5/UiBibz/Ui/Core/Content.html)
864
+ Voir la [doc](http://hummel.link/Ui-Bibz/1.1.7/UiBibz/Ui/Core/Content.html)
870
865
 
871
866
  ### Col
872
867
 
@@ -897,7 +892,7 @@ end
897
892
  # => <div class='col-xs-offset-1 col-md-3 test'>content</div>
898
893
  ```
899
894
 
900
- Voir la [doc](http://hummel.link/Ui-Bibz/1.1.5/UiBibz/Ui/Core/Col.html)
895
+ Voir la [doc](http://hummel.link/Ui-Bibz/1.1.7/UiBibz/Ui/Core/Col.html)
901
896
 
902
897
  ### Grid
903
898
 
@@ -963,7 +958,7 @@ grid do |g|
963
958
  end
964
959
  ```
965
960
 
966
- Voir la [doc](http://hummel.link/Ui-Bibz/1.1.5/UiBibz/Ui/Ux/Grid.html)
961
+ Voir la [doc](http://hummel.link/Ui-Bibz/1.1.7/UiBibz/Ui/Ux/Grid.html)
967
962
 
968
963
  ### Arguments and Values
969
964
 
@@ -1020,6 +1015,8 @@ panel 'Exemple', { state: :success }, { class: 'exemple' }
1020
1015
  * [Ui Bibz v1.1.3](http://hummel.link/Ui-Bibz/1.1.3/index.html)
1021
1016
  * [Ui Bibz v1.1.4](http://hummel.link/Ui-Bibz/1.1.4/index.html)
1022
1017
  * [Ui Bibz v1.1.5](http://hummel.link/Ui-Bibz/1.1.5/index.html)
1018
+ * [Ui Bibz v1.1.6](http://hummel.link/Ui-Bibz/1.1.6/index.html)
1019
+ * [Ui Bibz v1.1.7](http://hummel.link/Ui-Bibz/1.1.7/index.html)
1023
1020
 
1024
1021
  # Roadmap
1025
1022