compony 0.9.0 → 0.10.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.
Files changed (87) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +25 -0
  3. data/Gemfile.lock +1 -1
  4. data/README.md +1 -1
  5. data/VERSION +1 -1
  6. data/compony.gemspec +4 -4
  7. data/doc/ComponentGenerator.html +1 -1
  8. data/doc/Components.html +1 -1
  9. data/doc/ComponentsGenerator.html +1 -1
  10. data/doc/Compony/Component.html +2 -2
  11. data/doc/Compony/ComponentMixins/Default/Labelling.html +120 -39
  12. data/doc/Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html +1 -1
  13. data/doc/Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html +1 -1
  14. data/doc/Compony/ComponentMixins/Default/Standalone/VerbDsl.html +1 -1
  15. data/doc/Compony/ComponentMixins/Default/Standalone.html +1 -1
  16. data/doc/Compony/ComponentMixins/Default.html +1 -1
  17. data/doc/Compony/ComponentMixins/Resourceful.html +1 -1
  18. data/doc/Compony/ComponentMixins.html +1 -1
  19. data/doc/Compony/Components/Buttons/CssButton.html +1 -1
  20. data/doc/Compony/Components/Buttons/Link.html +1 -1
  21. data/doc/Compony/Components/Buttons.html +1 -1
  22. data/doc/Compony/Components/Destroy.html +13 -13
  23. data/doc/Compony/Components/Edit.html +17 -17
  24. data/doc/Compony/Components/Form.html +49 -49
  25. data/doc/Compony/Components/Index.html +1 -1
  26. data/doc/Compony/Components/List.html +346 -473
  27. data/doc/Compony/Components/New.html +13 -13
  28. data/doc/Compony/Components/Show.html +28 -28
  29. data/doc/Compony/Components/WithForm.html +1 -1
  30. data/doc/Compony/Components.html +1 -1
  31. data/doc/Compony/ControllerMixin.html +1 -1
  32. data/doc/Compony/Engine.html +1 -1
  33. data/doc/Compony/ExposedIntentsDsl.html +1 -1
  34. data/doc/Compony/Intent.html +83 -67
  35. data/doc/Compony/ManageIntentsDsl.html +409 -0
  36. data/doc/Compony/MethodAccessibleHash.html +1 -1
  37. data/doc/Compony/ModelFields/Anchormodel.html +1 -1
  38. data/doc/Compony/ModelFields/Association.html +1 -1
  39. data/doc/Compony/ModelFields/Attachment.html +1 -1
  40. data/doc/Compony/ModelFields/Base.html +1 -1
  41. data/doc/Compony/ModelFields/Boolean.html +1 -1
  42. data/doc/Compony/ModelFields/Color.html +1 -1
  43. data/doc/Compony/ModelFields/Currency.html +1 -1
  44. data/doc/Compony/ModelFields/Date.html +1 -1
  45. data/doc/Compony/ModelFields/Datetime.html +1 -1
  46. data/doc/Compony/ModelFields/Decimal.html +1 -1
  47. data/doc/Compony/ModelFields/Email.html +1 -1
  48. data/doc/Compony/ModelFields/Float.html +1 -1
  49. data/doc/Compony/ModelFields/Integer.html +1 -1
  50. data/doc/Compony/ModelFields/Percentage.html +1 -1
  51. data/doc/Compony/ModelFields/Phone.html +1 -1
  52. data/doc/Compony/ModelFields/RichText.html +1 -1
  53. data/doc/Compony/ModelFields/String.html +1 -1
  54. data/doc/Compony/ModelFields/Text.html +1 -1
  55. data/doc/Compony/ModelFields/Time.html +1 -1
  56. data/doc/Compony/ModelFields/Url.html +1 -1
  57. data/doc/Compony/ModelFields.html +1 -1
  58. data/doc/Compony/ModelMixin.html +1 -1
  59. data/doc/Compony/NaturalOrdering.html +1 -1
  60. data/doc/Compony/RequestContext.html +22 -10
  61. data/doc/Compony/Version.html +1 -1
  62. data/doc/Compony/ViewHelpers.html +1 -1
  63. data/doc/Compony/VirtualModel.html +1 -1
  64. data/doc/Compony.html +8 -8
  65. data/doc/ComponyController.html +1 -1
  66. data/doc/_index.html +8 -8
  67. data/doc/class_list.html +1 -1
  68. data/doc/file.README.html +2 -2
  69. data/doc/guide/nesting.md +26 -4
  70. data/doc/index.html +2 -2
  71. data/doc/method_list.html +174 -182
  72. data/doc/top-level-namespace.html +1 -1
  73. data/lib/compony/component.rb +1 -1
  74. data/lib/compony/component_mixins/default/labelling.rb +28 -17
  75. data/lib/compony/components/destroy.rb +2 -5
  76. data/lib/compony/components/edit.rb +2 -4
  77. data/lib/compony/components/form.rb +0 -1
  78. data/lib/compony/components/index.rb +1 -1
  79. data/lib/compony/components/list.rb +57 -62
  80. data/lib/compony/components/new.rb +0 -1
  81. data/lib/compony/components/show.rb +4 -11
  82. data/lib/compony/intent.rb +11 -4
  83. data/lib/compony/{exposed_intents_dsl.rb → manage_intents_dsl.rb} +6 -3
  84. data/lib/compony/model_mixin.rb +1 -1
  85. data/lib/compony/request_context.rb +10 -3
  86. data/lib/compony.rb +4 -4
  87. metadata +4 -3
data/doc/method_list.html CHANGED
@@ -46,8 +46,8 @@
46
46
 
47
47
  <li class="odd ">
48
48
  <div class="item">
49
- <span class='object_link'><a href="Compony/ExposedIntentsDsl.html#add-instance_method" title="Compony::ExposedIntentsDsl#add (method)">#add</a></span>
50
- <small>Compony::ExposedIntentsDsl</small>
49
+ <span class='object_link'><a href="Compony/ManageIntentsDsl.html#add-instance_method" title="Compony::ManageIntentsDsl#add (method)">#add</a></span>
50
+ <small>Compony::ManageIntentsDsl</small>
51
51
  </div>
52
52
  </li>
53
53
 
@@ -149,6 +149,14 @@
149
149
 
150
150
 
151
151
  <li class="even ">
152
+ <div class="item">
153
+ <span class='object_link'><a href="Compony/ComponentMixins/Default/Labelling.html#button-instance_method" title="Compony::ComponentMixins::Default::Labelling#button (method)">#button</a></span>
154
+ <small>Compony::ComponentMixins::Default::Labelling</small>
155
+ </div>
156
+ </li>
157
+
158
+
159
+ <li class="odd ">
152
160
  <div class="item">
153
161
  <span class='object_link'><a href="Compony/Intent.html#button_comp_opts-instance_method" title="Compony::Intent#button_comp_opts (method)">#button_comp_opts</a></span>
154
162
  <small>Compony::Intent</small>
@@ -156,7 +164,7 @@
156
164
  </li>
157
165
 
158
166
 
159
- <li class="odd ">
167
+ <li class="even ">
160
168
  <div class="item">
161
169
  <span class='object_link'><a href="Compony.html#button_component_class-class_method" title="Compony.button_component_class (method)">button_component_class</a></span>
162
170
  <small>Compony</small>
@@ -164,6 +172,14 @@
164
172
  </li>
165
173
 
166
174
 
175
+ <li class="odd ">
176
+ <div class="item">
177
+ <span class='object_link'><a href="Compony/ComponentMixins/Default/Labelling.html#button_defaults-instance_method" title="Compony::ComponentMixins::Default::Labelling#button_defaults (method)">#button_defaults</a></span>
178
+ <small>Compony::ComponentMixins::Default::Labelling</small>
179
+ </div>
180
+ </li>
181
+
182
+
167
183
  <li class="even ">
168
184
  <div class="item">
169
185
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone.html#clear_standalone!-instance_method" title="Compony::ComponentMixins::Default::Standalone#clear_standalone! (method)">#clear_standalone!</a></span>
@@ -189,14 +205,6 @@
189
205
 
190
206
 
191
207
  <li class="odd ">
192
- <div class="item">
193
- <span class='object_link'><a href="Compony/ComponentMixins/Default/Labelling.html#color-instance_method" title="Compony::ComponentMixins::Default::Labelling#color (method)">#color</a></span>
194
- <small>Compony::ComponentMixins::Default::Labelling</small>
195
- </div>
196
- </li>
197
-
198
-
199
- <li class="even ">
200
208
  <div class="item">
201
209
  <span class='object_link'><a href="Compony/Components/List.html#column-instance_method" title="Compony::Components::List#column (method)">#column</a></span>
202
210
  <small>Compony::Components::List</small>
@@ -204,7 +212,7 @@
204
212
  </li>
205
213
 
206
214
 
207
- <li class="odd ">
215
+ <li class="even ">
208
216
  <div class="item">
209
217
  <span class='object_link'><a href="Compony/Components/Show.html#column-instance_method" title="Compony::Components::Show#column (method)">#column</a></span>
210
218
  <small>Compony::Components::Show</small>
@@ -212,7 +220,7 @@
212
220
  </li>
213
221
 
214
222
 
215
- <li class="even ">
223
+ <li class="odd ">
216
224
  <div class="item">
217
225
  <span class='object_link'><a href="Compony/Components/List.html#columns-instance_method" title="Compony::Components::List#columns (method)">#columns</a></span>
218
226
  <small>Compony::Components::List</small>
@@ -220,7 +228,7 @@
220
228
  </li>
221
229
 
222
230
 
223
- <li class="odd ">
231
+ <li class="even ">
224
232
  <div class="item">
225
233
  <span class='object_link'><a href="Compony/Components/Show.html#columns-instance_method" title="Compony::Components::Show#columns (method)">#columns</a></span>
226
234
  <small>Compony::Components::Show</small>
@@ -228,7 +236,7 @@
228
236
  </li>
229
237
 
230
238
 
231
- <li class="even ">
239
+ <li class="odd ">
232
240
  <div class="item">
233
241
  <span class='object_link'><a href="Compony/Intent.html#comp-instance_method" title="Compony::Intent#comp (method)">#comp</a></span>
234
242
  <small>Compony::Intent</small>
@@ -236,7 +244,7 @@
236
244
  </li>
237
245
 
238
246
 
239
- <li class="odd ">
247
+ <li class="even ">
240
248
  <div class="item">
241
249
  <span class='object_link'><a href="Compony/Intent.html#comp_class-instance_method" title="Compony::Intent#comp_class (method)">#comp_class</a></span>
242
250
  <small>Compony::Intent</small>
@@ -244,7 +252,7 @@
244
252
  </li>
245
253
 
246
254
 
247
- <li class="even ">
255
+ <li class="odd ">
248
256
  <div class="item">
249
257
  <span class='object_link'><a href="Compony.html#comp_class_for-class_method" title="Compony.comp_class_for (method)">comp_class_for</a></span>
250
258
  <small>Compony</small>
@@ -252,7 +260,7 @@
252
260
  </li>
253
261
 
254
262
 
255
- <li class="odd ">
263
+ <li class="even ">
256
264
  <div class="item">
257
265
  <span class='object_link'><a href="Compony.html#comp_class_for!-class_method" title="Compony.comp_class_for! (method)">comp_class_for!</a></span>
258
266
  <small>Compony</small>
@@ -260,7 +268,7 @@
260
268
  </li>
261
269
 
262
270
 
263
- <li class="even ">
271
+ <li class="odd ">
264
272
  <div class="item">
265
273
  <span class='object_link'><a href="Compony/Component.html#comp_name-class_method" title="Compony::Component.comp_name (method)">comp_name</a></span>
266
274
  <small>Compony::Component</small>
@@ -268,7 +276,7 @@
268
276
  </li>
269
277
 
270
278
 
271
- <li class="odd ">
279
+ <li class="even ">
272
280
  <div class="item">
273
281
  <span class='object_link'><a href="Compony/Component.html#comp_opts-instance_method" title="Compony::Component#comp_opts (method)">#comp_opts</a></span>
274
282
  <small>Compony::Component</small>
@@ -276,7 +284,7 @@
276
284
  </li>
277
285
 
278
286
 
279
- <li class="even ">
287
+ <li class="odd ">
280
288
  <div class="item">
281
289
  <span class='object_link'><a href="Compony/RequestContext.html#component-instance_method" title="Compony::RequestContext#component (method)">#component</a></span>
282
290
  <small>Compony::RequestContext</small>
@@ -284,7 +292,7 @@
284
292
  </li>
285
293
 
286
294
 
287
- <li class="odd ">
295
+ <li class="even ">
288
296
  <div class="item">
289
297
  <span class='object_link'><a href="Compony/Component.html#content-instance_method" title="Compony::Component#content (method)">#content</a></span>
290
298
  <small>Compony::Component</small>
@@ -292,7 +300,7 @@
292
300
  </li>
293
301
 
294
302
 
295
- <li class="even ">
303
+ <li class="odd ">
296
304
  <div class="item">
297
305
  <span class='object_link'><a href="Compony/RequestContext.html#content-instance_method" title="Compony::RequestContext#content (method)">#content</a></span>
298
306
  <small>Compony::RequestContext</small>
@@ -300,7 +308,7 @@
300
308
  </li>
301
309
 
302
310
 
303
- <li class="odd ">
311
+ <li class="even ">
304
312
  <div class="item">
305
313
  <span class='object_link'><a href="Compony/RequestContext.html#content!-instance_method" title="Compony::RequestContext#content! (method)">#content!</a></span>
306
314
  <small>Compony::RequestContext</small>
@@ -308,7 +316,7 @@
308
316
  </li>
309
317
 
310
318
 
311
- <li class="even ">
319
+ <li class="odd ">
312
320
  <div class="item">
313
321
  <span class='object_link'><a href="Compony.html#content_after_root_comp-class_method" title="Compony.content_after_root_comp (method)">content_after_root_comp</a></span>
314
322
  <small>Compony</small>
@@ -316,7 +324,7 @@
316
324
  </li>
317
325
 
318
326
 
319
- <li class="odd ">
327
+ <li class="even ">
320
328
  <div class="item">
321
329
  <span class='object_link'><a href="Compony.html#content_after_root_comp_block-class_method" title="Compony.content_after_root_comp_block (method)">content_after_root_comp_block</a></span>
322
330
  <small>Compony</small>
@@ -324,7 +332,7 @@
324
332
  </li>
325
333
 
326
334
 
327
- <li class="even ">
335
+ <li class="odd ">
328
336
  <div class="item">
329
337
  <span class='object_link'><a href="Compony.html#content_before_root_comp-class_method" title="Compony.content_before_root_comp (method)">content_before_root_comp</a></span>
330
338
  <small>Compony</small>
@@ -332,7 +340,7 @@
332
340
  </li>
333
341
 
334
342
 
335
- <li class="odd ">
343
+ <li class="even ">
336
344
  <div class="item">
337
345
  <span class='object_link'><a href="Compony.html#content_before_root_comp_block-class_method" title="Compony.content_before_root_comp_block (method)">content_before_root_comp_block</a></span>
338
346
  <small>Compony</small>
@@ -340,7 +348,7 @@
340
348
  </li>
341
349
 
342
350
 
343
- <li class="even ">
351
+ <li class="odd ">
344
352
  <div class="item">
345
353
  <span class='object_link'><a href="Compony/Component.html#content_blocks-instance_method" title="Compony::Component#content_blocks (method)">#content_blocks</a></span>
346
354
  <small>Compony::Component</small>
@@ -348,7 +356,7 @@
348
356
  </li>
349
357
 
350
358
 
351
- <li class="odd ">
359
+ <li class="even ">
352
360
  <div class="item">
353
361
  <span class='object_link'><a href="Compony/RequestContext.html#controller-instance_method" title="Compony::RequestContext#controller (method)">#controller</a></span>
354
362
  <small>Compony::RequestContext</small>
@@ -356,7 +364,7 @@
356
364
  </li>
357
365
 
358
366
 
359
- <li class="even ">
367
+ <li class="odd ">
360
368
  <div class="item">
361
369
  <span class='object_link'><a href="Compony/Intent.html#data-instance_method" title="Compony::Intent#data (method)">#data</a></span>
362
370
  <small>Compony::Intent</small>
@@ -364,7 +372,7 @@
364
372
  </li>
365
373
 
366
374
 
367
- <li class="odd ">
375
+ <li class="even ">
368
376
  <div class="item">
369
377
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#data-instance_method" title="Compony::ComponentMixins::Resourceful#data (method)">#data</a></span>
370
378
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -372,7 +380,7 @@
372
380
  </li>
373
381
 
374
382
 
375
- <li class="even ">
383
+ <li class="odd ">
376
384
  <div class="item">
377
385
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#data_class-instance_method" title="Compony::ComponentMixins::Resourceful#data_class (method)">#data_class</a></span>
378
386
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -380,7 +388,7 @@
380
388
  </li>
381
389
 
382
390
 
383
- <li class="odd ">
391
+ <li class="even ">
384
392
  <div class="item">
385
393
  <span class='object_link'><a href="Compony.html#default_button_style-class_method" title="Compony.default_button_style (method)">default_button_style</a></span>
386
394
  <small>Compony</small>
@@ -388,7 +396,7 @@
388
396
  </li>
389
397
 
390
398
 
391
- <li class="even ">
399
+ <li class="odd ">
392
400
  <div class="item">
393
401
  <span class='object_link'><a href="Compony.html#default_button_style=-class_method" title="Compony.default_button_style= (method)">default_button_style=</a></span>
394
402
  <small>Compony</small>
@@ -396,7 +404,7 @@
396
404
  </li>
397
405
 
398
406
 
399
- <li class="odd ">
407
+ <li class="even ">
400
408
  <div class="item">
401
409
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/VerbDsl.html#default_config-instance_method" title="Compony::ComponentMixins::Default::Standalone::VerbDsl#default_config (method)">#default_config</a></span>
402
410
  <small>Compony::ComponentMixins::Default::Standalone::VerbDsl</small>
@@ -404,7 +412,7 @@
404
412
  </li>
405
413
 
406
414
 
407
- <li class="even ">
415
+ <li class="odd ">
408
416
  <div class="item">
409
417
  <span class='object_link'><a href="Compony/Components/List.html#default_sorting-instance_method" title="Compony::Components::List#default_sorting (method)">#default_sorting</a></span>
410
418
  <small>Compony::Components::List</small>
@@ -412,7 +420,7 @@
412
420
  </li>
413
421
 
414
422
 
415
- <li class="odd ">
423
+ <li class="even ">
416
424
  <div class="item">
417
425
  <span class='object_link'><a href="Compony/Components/Form.html#disable!-instance_method" title="Compony::Components::Form#disable! (method)">#disable!</a></span>
418
426
  <small>Compony::Components::Form</small>
@@ -420,7 +428,7 @@
420
428
  </li>
421
429
 
422
430
 
423
- <li class="even ">
431
+ <li class="odd ">
424
432
  <div class="item">
425
433
  <span class='object_link'><a href="Compony/RequestContext.html#evaluate_with_backfire-instance_method" title="Compony::RequestContext#evaluate_with_backfire (method)">#evaluate_with_backfire</a></span>
426
434
  <small>Compony::RequestContext</small>
@@ -428,7 +436,7 @@
428
436
  </li>
429
437
 
430
438
 
431
- <li class="odd ">
439
+ <li class="even ">
432
440
  <div class="item">
433
441
  <span class='object_link'><a href="Compony/Component.html#exposed_intents-instance_method" title="Compony::Component#exposed_intents (method)">#exposed_intents</a></span>
434
442
  <small>Compony::Component</small>
@@ -436,7 +444,7 @@
436
444
  </li>
437
445
 
438
446
 
439
- <li class="even ">
447
+ <li class="odd ">
440
448
  <div class="item">
441
449
  <span class='object_link'><a href="Compony/ModelFields/Base.html#extra_attrs-instance_method" title="Compony::ModelFields::Base#extra_attrs (method)">#extra_attrs</a></span>
442
450
  <small>Compony::ModelFields::Base</small>
@@ -444,7 +452,7 @@
444
452
  </li>
445
453
 
446
454
 
447
- <li class="odd ">
455
+ <li class="even ">
448
456
  <div class="item">
449
457
  <span class='object_link'><a href="Compony/Components/Form.html#f-instance_method" title="Compony::Components::Form#f (method)">#f</a></span>
450
458
  <small>Compony::Components::Form</small>
@@ -452,7 +460,7 @@
452
460
  </li>
453
461
 
454
462
 
455
- <li class="even ">
463
+ <li class="odd ">
456
464
  <div class="item">
457
465
  <span class='object_link'><a href="Compony/Component.html#family_name-class_method" title="Compony::Component.family_name (method)">family_name</a></span>
458
466
  <small>Compony::Component</small>
@@ -460,7 +468,7 @@
460
468
  </li>
461
469
 
462
470
 
463
- <li class="odd ">
471
+ <li class="even ">
464
472
  <div class="item">
465
473
  <span class='object_link'><a href="Compony.html#family_name_for-class_method" title="Compony.family_name_for (method)">family_name_for</a></span>
466
474
  <small>Compony</small>
@@ -468,7 +476,7 @@
468
476
  </li>
469
477
 
470
478
 
471
- <li class="even ">
479
+ <li class="odd ">
472
480
  <div class="item">
473
481
  <span class='object_link'><a href="Compony/Intent.html#feasibility_action-instance_method" title="Compony::Intent#feasibility_action (method)">#feasibility_action</a></span>
474
482
  <small>Compony::Intent</small>
@@ -476,7 +484,7 @@
476
484
  </li>
477
485
 
478
486
 
479
- <li class="odd ">
487
+ <li class="even ">
480
488
  <div class="item">
481
489
  <span class='object_link'><a href="Compony/ModelMixin.html#feasibility_messages-instance_method" title="Compony::ModelMixin#feasibility_messages (method)">#feasibility_messages</a></span>
482
490
  <small>Compony::ModelMixin</small>
@@ -484,7 +492,7 @@
484
492
  </li>
485
493
 
486
494
 
487
- <li class="even ">
495
+ <li class="odd ">
488
496
  <div class="item">
489
497
  <span class='object_link'><a href="Compony/Intent.html#feasibility_target-instance_method" title="Compony::Intent#feasibility_target (method)">#feasibility_target</a></span>
490
498
  <small>Compony::Intent</small>
@@ -492,7 +500,7 @@
492
500
  </li>
493
501
 
494
502
 
495
- <li class="odd ">
503
+ <li class="even ">
496
504
  <div class="item">
497
505
  <span class='object_link'><a href="Compony/Intent.html#feasible%3F-instance_method" title="Compony::Intent#feasible? (method)">#feasible?</a></span>
498
506
  <small>Compony::Intent</small>
@@ -500,7 +508,7 @@
500
508
  </li>
501
509
 
502
510
 
503
- <li class="even ">
511
+ <li class="odd ">
504
512
  <div class="item">
505
513
  <span class='object_link'><a href="Compony/ModelMixin.html#feasible%3F-instance_method" title="Compony::ModelMixin#feasible? (method)">#feasible?</a></span>
506
514
  <small>Compony::ModelMixin</small>
@@ -508,7 +516,7 @@
508
516
  </li>
509
517
 
510
518
 
511
- <li class="odd ">
519
+ <li class="even ">
512
520
  <div class="item">
513
521
  <span class='object_link'><a href="Compony/ModelMixin.html#field-instance_method" title="Compony::ModelMixin#field (method)">#field</a></span>
514
522
  <small>Compony::ModelMixin</small>
@@ -516,7 +524,7 @@
516
524
  </li>
517
525
 
518
526
 
519
- <li class="even ">
527
+ <li class="odd ">
520
528
  <div class="item">
521
529
  <span class='object_link'><a href="Compony/Components/Form.html#field-instance_method" title="Compony::Components::Form#field (method)">#field</a></span>
522
530
  <small>Compony::Components::Form</small>
@@ -524,7 +532,7 @@
524
532
  </li>
525
533
 
526
534
 
527
- <li class="odd ">
535
+ <li class="even ">
528
536
  <div class="item">
529
537
  <span class='object_link'><a href="Compony/Components/List.html#filter-instance_method" title="Compony::Components::List#filter (method)">#filter</a></span>
530
538
  <small>Compony::Components::List</small>
@@ -532,7 +540,7 @@
532
540
  </li>
533
541
 
534
542
 
535
- <li class="even ">
543
+ <li class="odd ">
536
544
  <div class="item">
537
545
  <span class='object_link'><a href="Compony/Components/List.html#filter_input_class-instance_method" title="Compony::Components::List#filter_input_class (method)">#filter_input_class</a></span>
538
546
  <small>Compony::Components::List</small>
@@ -540,7 +548,7 @@
540
548
  </li>
541
549
 
542
550
 
543
- <li class="odd ">
551
+ <li class="even ">
544
552
  <div class="item">
545
553
  <span class='object_link'><a href="Compony/Components/List.html#filter_item_wrapper_class-instance_method" title="Compony::Components::List#filter_item_wrapper_class (method)">#filter_item_wrapper_class</a></span>
546
554
  <small>Compony::Components::List</small>
@@ -548,7 +556,7 @@
548
556
  </li>
549
557
 
550
558
 
551
- <li class="even ">
559
+ <li class="odd ">
552
560
  <div class="item">
553
561
  <span class='object_link'><a href="Compony/Components/List.html#filter_label_class-instance_method" title="Compony::Components::List#filter_label_class (method)">#filter_label_class</a></span>
554
562
  <small>Compony::Components::List</small>
@@ -556,7 +564,7 @@
556
564
  </li>
557
565
 
558
566
 
559
- <li class="odd ">
567
+ <li class="even ">
560
568
  <div class="item">
561
569
  <span class='object_link'><a href="Compony/Components/List.html#filter_select_class-instance_method" title="Compony::Components::List#filter_select_class (method)">#filter_select_class</a></span>
562
570
  <small>Compony::Components::List</small>
@@ -564,6 +572,14 @@
564
572
  </li>
565
573
 
566
574
 
575
+ <li class="odd ">
576
+ <div class="item">
577
+ <span class='object_link'><a href="Compony/Components/List.html#filtering-instance_method" title="Compony::Components::List#filtering (method)">#filtering</a></span>
578
+ <small>Compony::Components::List</small>
579
+ </div>
580
+ </li>
581
+
582
+
567
583
  <li class="even ">
568
584
  <div class="item">
569
585
  <span class='object_link'><a href="Compony/Components/List.html#filtering_enabled%3F-instance_method" title="Compony::Components::List#filtering_enabled? (method)">#filtering_enabled?</a></span>
@@ -677,14 +693,6 @@
677
693
 
678
694
 
679
695
  <li class="even ">
680
- <div class="item">
681
- <span class='object_link'><a href="Compony/ComponentMixins/Default/Labelling.html#icon-instance_method" title="Compony::ComponentMixins::Default::Labelling#icon (method)">#icon</a></span>
682
- <small>Compony::ComponentMixins::Default::Labelling</small>
683
- </div>
684
- </li>
685
-
686
-
687
- <li class="odd ">
688
696
  <div class="item">
689
697
  <span class='object_link'><a href="Compony/Component.html#id-instance_method" title="Compony::Component#id (method)">#id</a></span>
690
698
  <small>Compony::Component</small>
@@ -692,7 +700,7 @@
692
700
  </li>
693
701
 
694
702
 
695
- <li class="even ">
703
+ <li class="odd ">
696
704
  <div class="item">
697
705
  <span class='object_link'><a href="Compony/Component.html#id_path-instance_method" title="Compony::Component#id_path (method)">#id_path</a></span>
698
706
  <small>Compony::Component</small>
@@ -700,7 +708,7 @@
700
708
  </li>
701
709
 
702
710
 
703
- <li class="odd ">
711
+ <li class="even ">
704
712
  <div class="item">
705
713
  <span class='object_link'><a href="Compony/Component.html#id_path_hash-instance_method" title="Compony::Component#id_path_hash (method)">#id_path_hash</a></span>
706
714
  <small>Compony::Component</small>
@@ -708,7 +716,7 @@
708
716
  </li>
709
717
 
710
718
 
711
- <li class="even ">
719
+ <li class="odd ">
712
720
  <div class="item">
713
721
  <span class='object_link'><a href="Compony/Intent.html#initialize-instance_method" title="Compony::Intent#initialize (method)">#initialize</a></span>
714
722
  <small>Compony::Intent</small>
@@ -716,7 +724,7 @@
716
724
  </li>
717
725
 
718
726
 
719
- <li class="odd ">
727
+ <li class="even ">
720
728
  <div class="item">
721
729
  <span class='object_link'><a href="Compony/Component.html#initialize-instance_method" title="Compony::Component#initialize (method)">#initialize</a></span>
722
730
  <small>Compony::Component</small>
@@ -724,7 +732,7 @@
724
732
  </li>
725
733
 
726
734
 
727
- <li class="even ">
735
+ <li class="odd ">
728
736
  <div class="item">
729
737
  <span class='object_link'><a href="Compony/Components/Form.html#initialize-instance_method" title="Compony::Components::Form#initialize (method)">#initialize</a></span>
730
738
  <small>Compony::Components::Form</small>
@@ -732,7 +740,7 @@
732
740
  </li>
733
741
 
734
742
 
735
- <li class="odd ">
743
+ <li class="even ">
736
744
  <div class="item">
737
745
  <span class='object_link'><a href="Compony/Components/List.html#initialize-instance_method" title="Compony::Components::List#initialize (method)">#initialize</a></span>
738
746
  <small>Compony::Components::List</small>
@@ -740,7 +748,7 @@
740
748
  </li>
741
749
 
742
750
 
743
- <li class="even ">
751
+ <li class="odd ">
744
752
  <div class="item">
745
753
  <span class='object_link'><a href="Compony/Components/Show.html#initialize-instance_method" title="Compony::Components::Show#initialize (method)">#initialize</a></span>
746
754
  <small>Compony::Components::Show</small>
@@ -748,7 +756,7 @@
748
756
  </li>
749
757
 
750
758
 
751
- <li class="odd ">
759
+ <li class="even ">
752
760
  <div class="item">
753
761
  <span class='object_link'><a href="Compony/RequestContext.html#initialize-instance_method" title="Compony::RequestContext#initialize (method)">#initialize</a></span>
754
762
  <small>Compony::RequestContext</small>
@@ -756,7 +764,7 @@
756
764
  </li>
757
765
 
758
766
 
759
- <li class="even ">
767
+ <li class="odd ">
760
768
  <div class="item">
761
769
  <span class='object_link'><a href="Compony/ModelFields/Base.html#initialize-instance_method" title="Compony::ModelFields::Base#initialize (method)">#initialize</a></span>
762
770
  <small>Compony::ModelFields::Base</small>
@@ -764,23 +772,23 @@
764
772
  </li>
765
773
 
766
774
 
767
- <li class="odd ">
775
+ <li class="even ">
768
776
  <div class="item">
769
- <span class='object_link'><a href="Compony/ModelFields/Phone.html#initialize-instance_method" title="Compony::ModelFields::Phone#initialize (method)">#initialize</a></span>
770
- <small>Compony::ModelFields::Phone</small>
777
+ <span class='object_link'><a href="Compony/ManageIntentsDsl.html#initialize-instance_method" title="Compony::ManageIntentsDsl#initialize (method)">#initialize</a></span>
778
+ <small>Compony::ManageIntentsDsl</small>
771
779
  </div>
772
780
  </li>
773
781
 
774
782
 
775
- <li class="even ">
783
+ <li class="odd ">
776
784
  <div class="item">
777
- <span class='object_link'><a href="Compony/ExposedIntentsDsl.html#initialize-instance_method" title="Compony::ExposedIntentsDsl#initialize (method)">#initialize</a></span>
778
- <small>Compony::ExposedIntentsDsl</small>
785
+ <span class='object_link'><a href="Compony/ModelFields/Phone.html#initialize-instance_method" title="Compony::ModelFields::Phone#initialize (method)">#initialize</a></span>
786
+ <small>Compony::ModelFields::Phone</small>
779
787
  </div>
780
788
  </li>
781
789
 
782
790
 
783
- <li class="odd ">
791
+ <li class="even ">
784
792
  <div class="item">
785
793
  <span class='object_link'><a href="Compony/Components/WithForm.html#initialize-instance_method" title="Compony::Components::WithForm#initialize (method)">#initialize</a></span>
786
794
  <small>Compony::Components::WithForm</small>
@@ -788,7 +796,7 @@
788
796
  </li>
789
797
 
790
798
 
791
- <li class="even ">
799
+ <li class="odd ">
792
800
  <div class="item">
793
801
  <span class='object_link'><a href="Compony/MethodAccessibleHash.html#initialize-instance_method" title="Compony::MethodAccessibleHash#initialize (method)">#initialize</a></span>
794
802
  <small>Compony::MethodAccessibleHash</small>
@@ -796,7 +804,7 @@
796
804
  </li>
797
805
 
798
806
 
799
- <li class="odd ">
807
+ <li class="even ">
800
808
  <div class="item">
801
809
  <span class='object_link'><a href="Compony/ModelFields/Attachment.html#initialize-instance_method" title="Compony::ModelFields::Attachment#initialize (method)">#initialize</a></span>
802
810
  <small>Compony::ModelFields::Attachment</small>
@@ -804,7 +812,7 @@
804
812
  </li>
805
813
 
806
814
 
807
- <li class="even ">
815
+ <li class="odd ">
808
816
  <div class="item">
809
817
  <span class='object_link'><a href="Compony/ModelFields/Association.html#initialize-instance_method" title="Compony::ModelFields::Association#initialize (method)">#initialize</a></span>
810
818
  <small>Compony::ModelFields::Association</small>
@@ -812,7 +820,7 @@
812
820
  </li>
813
821
 
814
822
 
815
- <li class="odd ">
823
+ <li class="even ">
816
824
  <div class="item">
817
825
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#initialize-instance_method" title="Compony::ComponentMixins::Resourceful#initialize (method)">#initialize</a></span>
818
826
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -820,7 +828,7 @@
820
828
  </li>
821
829
 
822
830
 
823
- <li class="even ">
831
+ <li class="odd ">
824
832
  <div class="item">
825
833
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/VerbDsl.html#initialize-instance_method" title="Compony::ComponentMixins::Default::Standalone::VerbDsl#initialize (method)">#initialize</a></span>
826
834
  <small>Compony::ComponentMixins::Default::Standalone::VerbDsl</small>
@@ -828,7 +836,7 @@
828
836
  </li>
829
837
 
830
838
 
831
- <li class="odd ">
839
+ <li class="even ">
832
840
  <div class="item">
833
841
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html#initialize-instance_method" title="Compony::ComponentMixins::Default::Standalone::StandaloneDsl#initialize (method)">#initialize</a></span>
834
842
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -836,7 +844,7 @@
836
844
  </li>
837
845
 
838
846
 
839
- <li class="even ">
847
+ <li class="odd ">
840
848
  <div class="item">
841
849
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html#initialize-instance_method" title="Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl#initialize (method)">#initialize</a></span>
842
850
  <small>Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl</small>
@@ -844,7 +852,7 @@
844
852
  </li>
845
853
 
846
854
 
847
- <li class="odd ">
855
+ <li class="even ">
848
856
  <div class="item">
849
857
  <span class='object_link'><a href="Compony/Component.html#inspect-instance_method" title="Compony::Component#inspect (method)">#inspect</a></span>
850
858
  <small>Compony::Component</small>
@@ -852,7 +860,7 @@
852
860
  </li>
853
861
 
854
862
 
855
- <li class="even ">
863
+ <li class="odd ">
856
864
  <div class="item">
857
865
  <span class='object_link'><a href="Compony.html#intent-class_method" title="Compony.intent (method)">intent</a></span>
858
866
  <small>Compony</small>
@@ -860,7 +868,7 @@
860
868
  </li>
861
869
 
862
870
 
863
- <li class="odd ">
871
+ <li class="even ">
864
872
  <div class="item">
865
873
  <span class='object_link'><a href="Compony/Intent.html#label-instance_method" title="Compony::Intent#label (method)">#label</a></span>
866
874
  <small>Compony::Intent</small>
@@ -868,7 +876,7 @@
868
876
  </li>
869
877
 
870
878
 
871
- <li class="even ">
879
+ <li class="odd ">
872
880
  <div class="item">
873
881
  <span class='object_link'><a href="Compony/ModelFields/Base.html#label-instance_method" title="Compony::ModelFields::Base#label (method)">#label</a></span>
874
882
  <small>Compony::ModelFields::Base</small>
@@ -876,7 +884,7 @@
876
884
  </li>
877
885
 
878
886
 
879
- <li class="odd ">
887
+ <li class="even ">
880
888
  <div class="item">
881
889
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Labelling.html#label-instance_method" title="Compony::ComponentMixins::Default::Labelling#label (method)">#label</a></span>
882
890
  <small>Compony::ComponentMixins::Default::Labelling</small>
@@ -884,7 +892,7 @@
884
892
  </li>
885
893
 
886
894
 
887
- <li class="even ">
895
+ <li class="odd ">
888
896
  <div class="item">
889
897
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html#layout-instance_method" title="Compony::ComponentMixins::Default::Standalone::StandaloneDsl#layout (method)">#layout</a></span>
890
898
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -892,7 +900,7 @@
892
900
  </li>
893
901
 
894
902
 
895
- <li class="odd ">
903
+ <li class="even ">
896
904
  <div class="item">
897
905
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#load_data-instance_method" title="Compony::ComponentMixins::Resourceful#load_data (method)">#load_data</a></span>
898
906
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -900,7 +908,7 @@
900
908
  </li>
901
909
 
902
910
 
903
- <li class="even ">
911
+ <li class="odd ">
904
912
  <div class="item">
905
913
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html#load_data-instance_method" title="Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl#load_data (method)">#load_data</a></span>
906
914
  <small>Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl</small>
@@ -908,7 +916,7 @@
908
916
  </li>
909
917
 
910
918
 
911
- <li class="odd ">
919
+ <li class="even ">
912
920
  <div class="item">
913
921
  <span class='object_link'><a href="Compony/RequestContext.html#local_assigns-instance_method" title="Compony::RequestContext#local_assigns (method)">#local_assigns</a></span>
914
922
  <small>Compony::RequestContext</small>
@@ -916,7 +924,7 @@
916
924
  </li>
917
925
 
918
926
 
919
- <li class="even ">
927
+ <li class="odd ">
920
928
  <div class="item">
921
929
  <span class='object_link'><a href="Compony/MethodAccessibleHash.html#merge-instance_method" title="Compony::MethodAccessibleHash#merge (method)">#merge</a></span>
922
930
  <small>Compony::MethodAccessibleHash</small>
@@ -924,7 +932,7 @@
924
932
  </li>
925
933
 
926
934
 
927
- <li class="odd ">
935
+ <li class="even ">
928
936
  <div class="item">
929
937
  <span class='object_link'><a href="Compony/Intent.html#method-instance_method" title="Compony::Intent#method (method)">#method</a></span>
930
938
  <small>Compony::Intent</small>
@@ -932,7 +940,7 @@
932
940
  </li>
933
941
 
934
942
 
935
- <li class="even ">
943
+ <li class="odd ">
936
944
  <div class="item">
937
945
  <span class='object_link'><a href="Compony/RequestContext.html#method_missing-instance_method" title="Compony::RequestContext#method_missing (method)">#method_missing</a></span>
938
946
  <small>Compony::RequestContext</small>
@@ -940,7 +948,7 @@
940
948
  </li>
941
949
 
942
950
 
943
- <li class="odd ">
951
+ <li class="even ">
944
952
  <div class="item">
945
953
  <span class='object_link'><a href="Compony/MethodAccessibleHash.html#method_missing-instance_method" title="Compony::MethodAccessibleHash#method_missing (method)">#method_missing</a></span>
946
954
  <small>Compony::MethodAccessibleHash</small>
@@ -948,7 +956,7 @@
948
956
  </li>
949
957
 
950
958
 
951
- <li class="even ">
959
+ <li class="odd ">
952
960
  <div class="item">
953
961
  <span class='object_link'><a href="Compony/Intent.html#model%3F-instance_method" title="Compony::Intent#model? (method)">#model?</a></span>
954
962
  <small>Compony::Intent</small>
@@ -956,7 +964,7 @@
956
964
  </li>
957
965
 
958
966
 
959
- <li class="odd ">
967
+ <li class="even ">
960
968
  <div class="item">
961
969
  <span class='object_link'><a href="Compony/ModelFields/Base.html#model_class-instance_method" title="Compony::ModelFields::Base#model_class (method)">#model_class</a></span>
962
970
  <small>Compony::ModelFields::Base</small>
@@ -964,7 +972,7 @@
964
972
  </li>
965
973
 
966
974
 
967
- <li class="even ">
975
+ <li class="odd ">
968
976
  <div class="item">
969
977
  <span class='object_link'><a href="Compony.html#model_field_class_for-class_method" title="Compony.model_field_class_for (method)">model_field_class_for</a></span>
970
978
  <small>Compony</small>
@@ -972,7 +980,7 @@
972
980
  </li>
973
981
 
974
982
 
975
- <li class="odd ">
983
+ <li class="even ">
976
984
  <div class="item">
977
985
  <span class='object_link'><a href="Compony.html#model_field_namespaces-class_method" title="Compony.model_field_namespaces (method)">model_field_namespaces</a></span>
978
986
  <small>Compony</small>
@@ -980,7 +988,7 @@
980
988
  </li>
981
989
 
982
990
 
983
- <li class="even ">
991
+ <li class="odd ">
984
992
  <div class="item">
985
993
  <span class='object_link'><a href="Compony.html#model_field_namespaces=-class_method" title="Compony.model_field_namespaces= (method)">model_field_namespaces=</a></span>
986
994
  <small>Compony</small>
@@ -988,7 +996,7 @@
988
996
  </li>
989
997
 
990
998
 
991
- <li class="odd ">
999
+ <li class="even ">
992
1000
  <div class="item">
993
1001
  <span class='object_link'><a href="Compony/ModelFields/Base.html#multi%3F-instance_method" title="Compony::ModelFields::Base#multi? (method)">#multi?</a></span>
994
1002
  <small>Compony::ModelFields::Base</small>
@@ -996,7 +1004,7 @@
996
1004
  </li>
997
1005
 
998
1006
 
999
- <li class="even ">
1007
+ <li class="odd ">
1000
1008
  <div class="item">
1001
1009
  <span class='object_link'><a href="Compony/Intent.html#name-instance_method" title="Compony::Intent#name (method)">#name</a></span>
1002
1010
  <small>Compony::Intent</small>
@@ -1004,7 +1012,7 @@
1004
1012
  </li>
1005
1013
 
1006
1014
 
1007
- <li class="odd ">
1015
+ <li class="even ">
1008
1016
  <div class="item">
1009
1017
  <span class='object_link'><a href="Compony/ModelFields/Base.html#name-instance_method" title="Compony::ModelFields::Base#name (method)">#name</a></span>
1010
1018
  <small>Compony::ModelFields::Base</small>
@@ -1012,7 +1020,7 @@
1012
1020
  </li>
1013
1021
 
1014
1022
 
1015
- <li class="even ">
1023
+ <li class="odd ">
1016
1024
  <div class="item">
1017
1025
  <span class='object_link'><a href="Compony/NaturalOrdering.html#natural_push-instance_method" title="Compony::NaturalOrdering#natural_push (method)">#natural_push</a></span>
1018
1026
  <small>Compony::NaturalOrdering</small>
@@ -1020,7 +1028,7 @@
1020
1028
  </li>
1021
1029
 
1022
1030
 
1023
- <li class="odd ">
1031
+ <li class="even ">
1024
1032
  <div class="item">
1025
1033
  <span class='object_link'><a href="Compony/Components/New.html#on_create_failed_respond-instance_method" title="Compony::Components::New#on_create_failed_respond (method)">#on_create_failed_respond</a></span>
1026
1034
  <small>Compony::Components::New</small>
@@ -1028,7 +1036,7 @@
1028
1036
  </li>
1029
1037
 
1030
1038
 
1031
- <li class="even ">
1039
+ <li class="odd ">
1032
1040
  <div class="item">
1033
1041
  <span class='object_link'><a href="Compony/Components/New.html#on_created-instance_method" title="Compony::Components::New#on_created (method)">#on_created</a></span>
1034
1042
  <small>Compony::Components::New</small>
@@ -1036,7 +1044,7 @@
1036
1044
  </li>
1037
1045
 
1038
1046
 
1039
- <li class="odd ">
1047
+ <li class="even ">
1040
1048
  <div class="item">
1041
1049
  <span class='object_link'><a href="Compony/Components/New.html#on_created_redirect_path-instance_method" title="Compony::Components::New#on_created_redirect_path (method)">#on_created_redirect_path</a></span>
1042
1050
  <small>Compony::Components::New</small>
@@ -1044,7 +1052,7 @@
1044
1052
  </li>
1045
1053
 
1046
1054
 
1047
- <li class="even ">
1055
+ <li class="odd ">
1048
1056
  <div class="item">
1049
1057
  <span class='object_link'><a href="Compony/Components/New.html#on_created_respond-instance_method" title="Compony::Components::New#on_created_respond (method)">#on_created_respond</a></span>
1050
1058
  <small>Compony::Components::New</small>
@@ -1052,7 +1060,7 @@
1052
1060
  </li>
1053
1061
 
1054
1062
 
1055
- <li class="odd ">
1063
+ <li class="even ">
1056
1064
  <div class="item">
1057
1065
  <span class='object_link'><a href="Compony/Components/Destroy.html#on_destroyed-instance_method" title="Compony::Components::Destroy#on_destroyed (method)">#on_destroyed</a></span>
1058
1066
  <small>Compony::Components::Destroy</small>
@@ -1060,7 +1068,7 @@
1060
1068
  </li>
1061
1069
 
1062
1070
 
1063
- <li class="even ">
1071
+ <li class="odd ">
1064
1072
  <div class="item">
1065
1073
  <span class='object_link'><a href="Compony/Components/Destroy.html#on_destroyed_redirect_path-instance_method" title="Compony::Components::Destroy#on_destroyed_redirect_path (method)">#on_destroyed_redirect_path</a></span>
1066
1074
  <small>Compony::Components::Destroy</small>
@@ -1068,7 +1076,7 @@
1068
1076
  </li>
1069
1077
 
1070
1078
 
1071
- <li class="odd ">
1079
+ <li class="even ">
1072
1080
  <div class="item">
1073
1081
  <span class='object_link'><a href="Compony/Components/Destroy.html#on_destroyed_respond-instance_method" title="Compony::Components::Destroy#on_destroyed_respond (method)">#on_destroyed_respond</a></span>
1074
1082
  <small>Compony::Components::Destroy</small>
@@ -1076,7 +1084,7 @@
1076
1084
  </li>
1077
1085
 
1078
1086
 
1079
- <li class="even ">
1087
+ <li class="odd ">
1080
1088
  <div class="item">
1081
1089
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone.html#on_standalone_access-instance_method" title="Compony::ComponentMixins::Default::Standalone#on_standalone_access (method)">#on_standalone_access</a></span>
1082
1090
  <small>Compony::ComponentMixins::Default::Standalone</small>
@@ -1084,7 +1092,7 @@
1084
1092
  </li>
1085
1093
 
1086
1094
 
1087
- <li class="odd ">
1095
+ <li class="even ">
1088
1096
  <div class="item">
1089
1097
  <span class='object_link'><a href="Compony/Components/Edit.html#on_update_failed-instance_method" title="Compony::Components::Edit#on_update_failed (method)">#on_update_failed</a></span>
1090
1098
  <small>Compony::Components::Edit</small>
@@ -1092,7 +1100,7 @@
1092
1100
  </li>
1093
1101
 
1094
1102
 
1095
- <li class="even ">
1103
+ <li class="odd ">
1096
1104
  <div class="item">
1097
1105
  <span class='object_link'><a href="Compony/Components/Edit.html#on_updated-instance_method" title="Compony::Components::Edit#on_updated (method)">#on_updated</a></span>
1098
1106
  <small>Compony::Components::Edit</small>
@@ -1100,7 +1108,7 @@
1100
1108
  </li>
1101
1109
 
1102
1110
 
1103
- <li class="odd ">
1111
+ <li class="even ">
1104
1112
  <div class="item">
1105
1113
  <span class='object_link'><a href="Compony/Components/Edit.html#on_updated_redirect_path-instance_method" title="Compony::Components::Edit#on_updated_redirect_path (method)">#on_updated_redirect_path</a></span>
1106
1114
  <small>Compony::Components::Edit</small>
@@ -1108,7 +1116,7 @@
1108
1116
  </li>
1109
1117
 
1110
1118
 
1111
- <li class="even ">
1119
+ <li class="odd ">
1112
1120
  <div class="item">
1113
1121
  <span class='object_link'><a href="Compony/Components/Edit.html#on_updated_respond-instance_method" title="Compony::Components::Edit#on_updated_respond (method)">#on_updated_respond</a></span>
1114
1122
  <small>Compony::Components::Edit</small>
@@ -1116,6 +1124,14 @@
1116
1124
  </li>
1117
1125
 
1118
1126
 
1127
+ <li class="even ">
1128
+ <div class="item">
1129
+ <span class='object_link'><a href="Compony/Components/List.html#pagination-instance_method" title="Compony::Components::List#pagination (method)">#pagination</a></span>
1130
+ <small>Compony::Components::List</small>
1131
+ </div>
1132
+ </li>
1133
+
1134
+
1119
1135
  <li class="odd ">
1120
1136
  <div class="item">
1121
1137
  <span class='object_link'><a href="Compony/Components/List.html#pagination_enabled%3F-instance_method" title="Compony::Components::List#pagination_enabled? (method)">#pagination_enabled?</a></span>
@@ -1278,8 +1294,8 @@
1278
1294
 
1279
1295
  <li class="odd ">
1280
1296
  <div class="item">
1281
- <span class='object_link'><a href="Compony/ExposedIntentsDsl.html#remove-instance_method" title="Compony::ExposedIntentsDsl#remove (method)">#remove</a></span>
1282
- <small>Compony::ExposedIntentsDsl</small>
1297
+ <span class='object_link'><a href="Compony/ManageIntentsDsl.html#remove-instance_method" title="Compony::ManageIntentsDsl#remove (method)">#remove</a></span>
1298
+ <small>Compony::ManageIntentsDsl</small>
1283
1299
  </div>
1284
1300
  </li>
1285
1301
 
@@ -1454,7 +1470,7 @@
1454
1470
 
1455
1471
  <li class="odd ">
1456
1472
  <div class="item">
1457
- <span class='object_link'><a href="Compony/Components/List.html#row_action-instance_method" title="Compony::Components::List#row_action (method)">#row_action</a></span>
1473
+ <span class='object_link'><a href="Compony/Components/List.html#row_intents-instance_method" title="Compony::Components::List#row_intents (method)">#row_intents</a></span>
1458
1474
  <small>Compony::Components::List</small>
1459
1475
  </div>
1460
1476
  </li>
@@ -1645,14 +1661,6 @@
1645
1661
 
1646
1662
 
1647
1663
  <li class="odd ">
1648
- <div class="item">
1649
- <span class='object_link'><a href="Compony/Components/List.html#skip_filtering!-instance_method" title="Compony::Components::List#skip_filtering! (method)">#skip_filtering!</a></span>
1650
- <small>Compony::Components::List</small>
1651
- </div>
1652
- </li>
1653
-
1654
-
1655
- <li class="even ">
1656
1664
  <div class="item">
1657
1665
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html#skip_forgery_protection!-instance_method" title="Compony::ComponentMixins::Default::Standalone::StandaloneDsl#skip_forgery_protection! (method)">#skip_forgery_protection!</a></span>
1658
1666
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -1660,17 +1668,9 @@
1660
1668
  </li>
1661
1669
 
1662
1670
 
1663
- <li class="odd ">
1664
- <div class="item">
1665
- <span class='object_link'><a href="Compony/Components/List.html#skip_pagination!-instance_method" title="Compony::Components::List#skip_pagination! (method)">#skip_pagination!</a></span>
1666
- <small>Compony::Components::List</small>
1667
- </div>
1668
- </li>
1669
-
1670
-
1671
1671
  <li class="even ">
1672
1672
  <div class="item">
1673
- <span class='object_link'><a href="Compony/Components/List.html#skip_row_action-instance_method" title="Compony::Components::List#skip_row_action (method)">#skip_row_action</a></span>
1673
+ <span class='object_link'><a href="Compony/Components/List.html#sort-instance_method" title="Compony::Components::List#sort (method)">#sort</a></span>
1674
1674
  <small>Compony::Components::List</small>
1675
1675
  </div>
1676
1676
  </li>
@@ -1678,7 +1678,7 @@
1678
1678
 
1679
1679
  <li class="odd ">
1680
1680
  <div class="item">
1681
- <span class='object_link'><a href="Compony/Components/List.html#skip_sorting!-instance_method" title="Compony::Components::List#skip_sorting! (method)">#skip_sorting!</a></span>
1681
+ <span class='object_link'><a href="Compony/Components/List.html#sorting-instance_method" title="Compony::Components::List#sorting (method)">#sorting</a></span>
1682
1682
  <small>Compony::Components::List</small>
1683
1683
  </div>
1684
1684
  </li>
@@ -1686,7 +1686,7 @@
1686
1686
 
1687
1687
  <li class="even ">
1688
1688
  <div class="item">
1689
- <span class='object_link'><a href="Compony/Components/List.html#skip_sorting_in_filter!-instance_method" title="Compony::Components::List#skip_sorting_in_filter! (method)">#skip_sorting_in_filter!</a></span>
1689
+ <span class='object_link'><a href="Compony/Components/List.html#sorting_enabled%3F-instance_method" title="Compony::Components::List#sorting_enabled? (method)">#sorting_enabled?</a></span>
1690
1690
  <small>Compony::Components::List</small>
1691
1691
  </div>
1692
1692
  </li>
@@ -1694,7 +1694,7 @@
1694
1694
 
1695
1695
  <li class="odd ">
1696
1696
  <div class="item">
1697
- <span class='object_link'><a href="Compony/Components/List.html#skip_sorting_links!-instance_method" title="Compony::Components::List#skip_sorting_links! (method)">#skip_sorting_links!</a></span>
1697
+ <span class='object_link'><a href="Compony/Components/List.html#sorting_in_filter-instance_method" title="Compony::Components::List#sorting_in_filter (method)">#sorting_in_filter</a></span>
1698
1698
  <small>Compony::Components::List</small>
1699
1699
  </div>
1700
1700
  </li>
@@ -1702,7 +1702,7 @@
1702
1702
 
1703
1703
  <li class="even ">
1704
1704
  <div class="item">
1705
- <span class='object_link'><a href="Compony/Components/List.html#sort-instance_method" title="Compony::Components::List#sort (method)">#sort</a></span>
1705
+ <span class='object_link'><a href="Compony/Components/List.html#sorting_in_filter_enabled%3F-instance_method" title="Compony::Components::List#sorting_in_filter_enabled? (method)">#sorting_in_filter_enabled?</a></span>
1706
1706
  <small>Compony::Components::List</small>
1707
1707
  </div>
1708
1708
  </li>
@@ -1710,7 +1710,7 @@
1710
1710
 
1711
1711
  <li class="odd ">
1712
1712
  <div class="item">
1713
- <span class='object_link'><a href="Compony/Components/List.html#sorting_enabled%3F-instance_method" title="Compony::Components::List#sorting_enabled? (method)">#sorting_enabled?</a></span>
1713
+ <span class='object_link'><a href="Compony/Components/List.html#sorting_in_filter_select_opts-instance_method" title="Compony::Components::List#sorting_in_filter_select_opts (method)">#sorting_in_filter_select_opts</a></span>
1714
1714
  <small>Compony::Components::List</small>
1715
1715
  </div>
1716
1716
  </li>
@@ -1718,21 +1718,13 @@
1718
1718
 
1719
1719
  <li class="even ">
1720
1720
  <div class="item">
1721
- <span class='object_link'><a href="Compony/Components/List.html#sorting_in_filter_enabled%3F-instance_method" title="Compony::Components::List#sorting_in_filter_enabled? (method)">#sorting_in_filter_enabled?</a></span>
1721
+ <span class='object_link'><a href="Compony/Components/List.html#sorting_links-instance_method" title="Compony::Components::List#sorting_links (method)">#sorting_links</a></span>
1722
1722
  <small>Compony::Components::List</small>
1723
1723
  </div>
1724
1724
  </li>
1725
1725
 
1726
1726
 
1727
1727
  <li class="odd ">
1728
- <div class="item">
1729
- <span class='object_link'><a href="Compony/Components/List.html#sorting_in_filter_select_opts-instance_method" title="Compony::Components::List#sorting_in_filter_select_opts (method)">#sorting_in_filter_select_opts</a></span>
1730
- <small>Compony::Components::List</small>
1731
- </div>
1732
- </li>
1733
-
1734
-
1735
- <li class="even ">
1736
1728
  <div class="item">
1737
1729
  <span class='object_link'><a href="Compony/Components/List.html#sorting_links_enabled%3F-instance_method" title="Compony::Components::List#sorting_links_enabled? (method)">#sorting_links_enabled?</a></span>
1738
1730
  <small>Compony::Components::List</small>
@@ -1740,7 +1732,7 @@
1740
1732
  </li>
1741
1733
 
1742
1734
 
1743
- <li class="odd ">
1735
+ <li class="even ">
1744
1736
  <div class="item">
1745
1737
  <span class='object_link'><a href="Compony/Components/List.html#sorts-instance_method" title="Compony::Components::List#sorts (method)">#sorts</a></span>
1746
1738
  <small>Compony::Components::List</small>
@@ -1748,7 +1740,7 @@
1748
1740
  </li>
1749
1741
 
1750
1742
 
1751
- <li class="even ">
1743
+ <li class="odd ">
1752
1744
  <div class="item">
1753
1745
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone.html#standalone-instance_method" title="Compony::ComponentMixins::Default::Standalone#standalone (method)">#standalone</a></span>
1754
1746
  <small>Compony::ComponentMixins::Default::Standalone</small>
@@ -1756,7 +1748,7 @@
1756
1748
  </li>
1757
1749
 
1758
1750
 
1759
- <li class="odd ">
1751
+ <li class="even ">
1760
1752
  <div class="item">
1761
1753
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone.html#standalone_access_permitted_for%3F-instance_method" title="Compony::ComponentMixins::Default::Standalone#standalone_access_permitted_for? (method)">#standalone_access_permitted_for?</a></span>
1762
1754
  <small>Compony::ComponentMixins::Default::Standalone</small>
@@ -1764,7 +1756,7 @@
1764
1756
  </li>
1765
1757
 
1766
1758
 
1767
- <li class="even ">
1759
+ <li class="odd ">
1768
1760
  <div class="item">
1769
1761
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#store_data-instance_method" title="Compony::ComponentMixins::Resourceful#store_data (method)">#store_data</a></span>
1770
1762
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -1772,7 +1764,7 @@
1772
1764
  </li>
1773
1765
 
1774
1766
 
1775
- <li class="odd ">
1767
+ <li class="even ">
1776
1768
  <div class="item">
1777
1769
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html#store_data-instance_method" title="Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl#store_data (method)">#store_data</a></span>
1778
1770
  <small>Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl</small>
@@ -1780,7 +1772,7 @@
1780
1772
  </li>
1781
1773
 
1782
1774
 
1783
- <li class="even ">
1775
+ <li class="odd ">
1784
1776
  <div class="item">
1785
1777
  <span class='object_link'><a href="Compony/Component.html#sub_comp-instance_method" title="Compony::Component#sub_comp (method)">#sub_comp</a></span>
1786
1778
  <small>Compony::Component</small>
@@ -1788,7 +1780,7 @@
1788
1780
  </li>
1789
1781
 
1790
1782
 
1791
- <li class="odd ">
1783
+ <li class="even ">
1792
1784
  <div class="item">
1793
1785
  <span class='object_link'><a href="Compony/Components/WithForm.html#submit_path-instance_method" title="Compony::Components::WithForm#submit_path (method)">#submit_path</a></span>
1794
1786
  <small>Compony::Components::WithForm</small>
@@ -1796,7 +1788,7 @@
1796
1788
  </li>
1797
1789
 
1798
1790
 
1799
- <li class="even ">
1791
+ <li class="odd ">
1800
1792
  <div class="item">
1801
1793
  <span class='object_link'><a href="Compony/Components/WithForm.html#submit_verb-instance_method" title="Compony::Components::WithForm#submit_verb (method)">#submit_verb</a></span>
1802
1794
  <small>Compony::Components::WithForm</small>
@@ -1804,7 +1796,7 @@
1804
1796
  </li>
1805
1797
 
1806
1798
 
1807
- <li class="odd ">
1799
+ <li class="even ">
1808
1800
  <div class="item">
1809
1801
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/VerbDsl.html#to_conf-instance_method" title="Compony::ComponentMixins::Default::Standalone::VerbDsl#to_conf (method)">#to_conf</a></span>
1810
1802
  <small>Compony::ComponentMixins::Default::Standalone::VerbDsl</small>
@@ -1812,7 +1804,7 @@
1812
1804
  </li>
1813
1805
 
1814
1806
 
1815
- <li class="even ">
1807
+ <li class="odd ">
1816
1808
  <div class="item">
1817
1809
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html#to_conf-instance_method" title="Compony::ComponentMixins::Default::Standalone::StandaloneDsl#to_conf (method)">#to_conf</a></span>
1818
1810
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -1820,7 +1812,7 @@
1820
1812
  </li>
1821
1813
 
1822
1814
 
1823
- <li class="odd ">
1815
+ <li class="even ">
1824
1816
  <div class="item">
1825
1817
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html#to_conf-instance_method" title="Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl#to_conf (method)">#to_conf</a></span>
1826
1818
  <small>Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl</small>
@@ -1828,7 +1820,7 @@
1828
1820
  </li>
1829
1821
 
1830
1822
 
1831
- <li class="even ">
1823
+ <li class="odd ">
1832
1824
  <div class="item">
1833
1825
  <span class='object_link'><a href="Compony/ModelFields/Base.html#transform_and_join-instance_method" title="Compony::ModelFields::Base#transform_and_join (method)">#transform_and_join</a></span>
1834
1826
  <small>Compony::ModelFields::Base</small>
@@ -1836,7 +1828,7 @@
1836
1828
  </li>
1837
1829
 
1838
1830
 
1839
- <li class="odd ">
1831
+ <li class="even ">
1840
1832
  <div class="item">
1841
1833
  <span class='object_link'><a href="Compony/ModelFields/Url.html#value_for-instance_method" title="Compony::ModelFields::Url#value_for (method)">#value_for</a></span>
1842
1834
  <small>Compony::ModelFields::Url</small>
@@ -1844,7 +1836,7 @@
1844
1836
  </li>
1845
1837
 
1846
1838
 
1847
- <li class="even ">
1839
+ <li class="odd ">
1848
1840
  <div class="item">
1849
1841
  <span class='object_link'><a href="Compony/ModelFields/Base.html#value_for-instance_method" title="Compony::ModelFields::Base#value_for (method)">#value_for</a></span>
1850
1842
  <small>Compony::ModelFields::Base</small>
@@ -1852,7 +1844,7 @@
1852
1844
  </li>
1853
1845
 
1854
1846
 
1855
- <li class="odd ">
1847
+ <li class="even ">
1856
1848
  <div class="item">
1857
1849
  <span class='object_link'><a href="Compony/ModelFields/Date.html#value_for-instance_method" title="Compony::ModelFields::Date#value_for (method)">#value_for</a></span>
1858
1850
  <small>Compony::ModelFields::Date</small>
@@ -1860,7 +1852,7 @@
1860
1852
  </li>
1861
1853
 
1862
1854
 
1863
- <li class="even ">
1855
+ <li class="odd ">
1864
1856
  <div class="item">
1865
1857
  <span class='object_link'><a href="Compony/ModelFields/Color.html#value_for-instance_method" title="Compony::ModelFields::Color#value_for (method)">#value_for</a></span>
1866
1858
  <small>Compony::ModelFields::Color</small>
@@ -1868,7 +1860,7 @@
1868
1860
  </li>
1869
1861
 
1870
1862
 
1871
- <li class="odd ">
1863
+ <li class="even ">
1872
1864
  <div class="item">
1873
1865
  <span class='object_link'><a href="Compony/ModelFields/Email.html#value_for-instance_method" title="Compony::ModelFields::Email#value_for (method)">#value_for</a></span>
1874
1866
  <small>Compony::ModelFields::Email</small>
@@ -1876,7 +1868,7 @@
1876
1868
  </li>
1877
1869
 
1878
1870
 
1879
- <li class="even ">
1871
+ <li class="odd ">
1880
1872
  <div class="item">
1881
1873
  <span class='object_link'><a href="Compony/ModelFields/Phone.html#value_for-instance_method" title="Compony::ModelFields::Phone#value_for (method)">#value_for</a></span>
1882
1874
  <small>Compony::ModelFields::Phone</small>
@@ -1884,7 +1876,7 @@
1884
1876
  </li>
1885
1877
 
1886
1878
 
1887
- <li class="odd ">
1879
+ <li class="even ">
1888
1880
  <div class="item">
1889
1881
  <span class='object_link'><a href="Compony/ModelFields/Boolean.html#value_for-instance_method" title="Compony::ModelFields::Boolean#value_for (method)">#value_for</a></span>
1890
1882
  <small>Compony::ModelFields::Boolean</small>
@@ -1892,7 +1884,7 @@
1892
1884
  </li>
1893
1885
 
1894
1886
 
1895
- <li class="even ">
1887
+ <li class="odd ">
1896
1888
  <div class="item">
1897
1889
  <span class='object_link'><a href="Compony/ModelFields/Currency.html#value_for-instance_method" title="Compony::ModelFields::Currency#value_for (method)">#value_for</a></span>
1898
1890
  <small>Compony::ModelFields::Currency</small>
@@ -1900,7 +1892,7 @@
1900
1892
  </li>
1901
1893
 
1902
1894
 
1903
- <li class="odd ">
1895
+ <li class="even ">
1904
1896
  <div class="item">
1905
1897
  <span class='object_link'><a href="Compony/ModelFields/Datetime.html#value_for-instance_method" title="Compony::ModelFields::Datetime#value_for (method)">#value_for</a></span>
1906
1898
  <small>Compony::ModelFields::Datetime</small>
@@ -1908,7 +1900,7 @@
1908
1900
  </li>
1909
1901
 
1910
1902
 
1911
- <li class="even ">
1903
+ <li class="odd ">
1912
1904
  <div class="item">
1913
1905
  <span class='object_link'><a href="Compony/ModelFields/Attachment.html#value_for-instance_method" title="Compony::ModelFields::Attachment#value_for (method)">#value_for</a></span>
1914
1906
  <small>Compony::ModelFields::Attachment</small>
@@ -1916,7 +1908,7 @@
1916
1908
  </li>
1917
1909
 
1918
1910
 
1919
- <li class="odd ">
1911
+ <li class="even ">
1920
1912
  <div class="item">
1921
1913
  <span class='object_link'><a href="Compony/ModelFields/Percentage.html#value_for-instance_method" title="Compony::ModelFields::Percentage#value_for (method)">#value_for</a></span>
1922
1914
  <small>Compony::ModelFields::Percentage</small>
@@ -1924,7 +1916,7 @@
1924
1916
  </li>
1925
1917
 
1926
1918
 
1927
- <li class="even ">
1919
+ <li class="odd ">
1928
1920
  <div class="item">
1929
1921
  <span class='object_link'><a href="Compony/ModelFields/Anchormodel.html#value_for-instance_method" title="Compony::ModelFields::Anchormodel#value_for (method)">#value_for</a></span>
1930
1922
  <small>Compony::ModelFields::Anchormodel</small>
@@ -1932,7 +1924,7 @@
1932
1924
  </li>
1933
1925
 
1934
1926
 
1935
- <li class="odd ">
1927
+ <li class="even ">
1936
1928
  <div class="item">
1937
1929
  <span class='object_link'><a href="Compony/ModelFields/Association.html#value_for-instance_method" title="Compony::ModelFields::Association#value_for (method)">#value_for</a></span>
1938
1930
  <small>Compony::ModelFields::Association</small>
@@ -1940,7 +1932,7 @@
1940
1932
  </li>
1941
1933
 
1942
1934
 
1943
- <li class="even ">
1935
+ <li class="odd ">
1944
1936
  <div class="item">
1945
1937
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html#verb-instance_method" title="Compony::ComponentMixins::Default::Standalone::StandaloneDsl#verb (method)">#verb</a></span>
1946
1938
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -1948,7 +1940,7 @@
1948
1940
  </li>
1949
1941
 
1950
1942
 
1951
- <li class="odd ">
1943
+ <li class="even ">
1952
1944
  <div class="item">
1953
1945
  <span class='object_link'><a href="Compony/Components/Form.html#with_simpleform-instance_method" title="Compony::Components::Form#with_simpleform (method)">#with_simpleform</a></span>
1954
1946
  <small>Compony::Components::Form</small>