kono_utils_bootstrap_view4 0.1.0.pre.rc.4 → 0.1.0.pre.rc.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (144) hide show
  1. checksums.yaml +4 -4
  2. data/app/concepts/kono_utils/{object → base_object}/cell/base.rb +1 -1
  3. data/app/concepts/kono_utils/{object → base_object}/cell/buttons/base.rb +1 -1
  4. data/app/concepts/kono_utils/{object → base_object}/cell/buttons/collapse_search.rb +1 -1
  5. data/app/concepts/kono_utils/{object → base_object}/cell/buttons/create.rb +1 -1
  6. data/app/concepts/kono_utils/{object → base_object}/cell/buttons/delete.rb +1 -1
  7. data/app/concepts/kono_utils/{object → base_object}/cell/buttons/download.rb +1 -1
  8. data/app/concepts/kono_utils/{object → base_object}/cell/buttons/edit.rb +1 -1
  9. data/app/concepts/kono_utils/{object → base_object}/cell/buttons/list.rb +1 -1
  10. data/app/concepts/kono_utils/{object → base_object}/cell/buttons/reset_search.rb +1 -1
  11. data/app/concepts/kono_utils/{object → base_object}/cell/create/base.rb +1 -1
  12. data/app/concepts/kono_utils/{object → base_object}/cell/create/page_title.rb +1 -1
  13. data/app/concepts/kono_utils/{object → base_object}/cell/create/side_title.rb +1 -1
  14. data/app/concepts/kono_utils/{object → base_object}/cell/edits/base.rb +1 -1
  15. data/app/concepts/kono_utils/{object → base_object}/cell/edits/page_title.rb +1 -1
  16. data/app/concepts/kono_utils/{object → base_object}/cell/edits/side_title.rb +1 -1
  17. data/app/concepts/kono_utils/{object → base_object}/cell/form.rb +1 -1
  18. data/app/concepts/kono_utils/{object → base_object}/cell/forms/base.rb +1 -1
  19. data/app/concepts/kono_utils/{object → base_object}/cell/forms/container.rb +1 -1
  20. data/app/concepts/kono_utils/{object → base_object}/cell/forms/containers/layout.rb +1 -1
  21. data/app/concepts/kono_utils/{object → base_object}/cell/forms/containers/modal_layout.rb +1 -1
  22. data/app/concepts/kono_utils/{object → base_object}/cell/forms/containers/search_layout.rb +1 -1
  23. data/app/concepts/kono_utils/{object → base_object}/cell/forms/containers/table_layout.rb +1 -1
  24. data/app/concepts/kono_utils/{object → base_object}/cell/forms/field_selector.rb +1 -1
  25. data/app/concepts/kono_utils/{object → base_object}/cell/forms/field_selectors/layout.rb +1 -1
  26. data/app/concepts/kono_utils/{object → base_object}/cell/forms/field_selectors/modal_layout.rb +1 -1
  27. data/app/concepts/kono_utils/{object → base_object}/cell/forms/field_selectors/table_layout.rb +1 -1
  28. data/app/concepts/kono_utils/{object → base_object}/cell/forms/fields/association.rb +1 -1
  29. data/app/concepts/kono_utils/{object → base_object}/cell/forms/fields/base.rb +1 -1
  30. data/app/concepts/kono_utils/{object → base_object}/cell/forms/fields/bases/layout.rb +1 -1
  31. data/app/concepts/kono_utils/{object → base_object}/cell/forms/fields/bases/modal_layout.rb +1 -1
  32. data/app/concepts/kono_utils/{object → base_object}/cell/forms/fields/bases/table_layout.rb +1 -1
  33. data/app/concepts/kono_utils/{object → base_object}/cell/forms/fields/check_box.rb +1 -1
  34. data/app/concepts/kono_utils/{object → base_object}/cell/forms/fields/collection.rb +1 -1
  35. data/app/concepts/kono_utils/{object → base_object}/cell/forms/fields/date_field.rb +1 -1
  36. data/app/concepts/kono_utils/{object → base_object}/cell/forms/fields/date_time_field.rb +1 -1
  37. data/app/concepts/kono_utils/{object → base_object}/cell/forms/fields/enum.rb +1 -1
  38. data/app/concepts/kono_utils/{object → base_object}/cell/forms/fields/file_field.rb +1 -1
  39. data/app/concepts/kono_utils/{object → base_object}/cell/forms/fields/nested_modal_wrapper.rb +1 -1
  40. data/app/concepts/kono_utils/{object → base_object}/cell/forms/fields/nested_modal_wrappers/forms_container.rb +1 -1
  41. data/app/concepts/kono_utils/{object → base_object}/cell/forms/fields/nested_modal_wrappers/show.rb +1 -1
  42. data/app/concepts/kono_utils/{object → base_object}/cell/forms/fields/nested_wrapper.rb +1 -1
  43. data/app/concepts/kono_utils/{object → base_object}/cell/forms/fields/nested_wrappers/form.rb +1 -1
  44. data/app/concepts/kono_utils/{object → base_object}/cell/forms/fields/nested_wrappers/forms/layout.rb +1 -1
  45. data/app/concepts/kono_utils/{object → base_object}/cell/forms/fields/nested_wrappers/forms/modal_layout.rb +1 -1
  46. data/app/concepts/kono_utils/{object → base_object}/cell/forms/fields/nested_wrappers/forms/table_layout.rb +1 -1
  47. data/app/concepts/kono_utils/{object → base_object}/cell/forms/fields/nested_wrappers/forms_container.rb +1 -1
  48. data/app/concepts/kono_utils/{object → base_object}/cell/forms/fields/nested_wrappers/forms_containers/layout.rb +1 -1
  49. data/app/concepts/kono_utils/{object → base_object}/cell/forms/fields/nested_wrappers/forms_containers/modal_layout.rb +1 -1
  50. data/app/concepts/kono_utils/{object → base_object}/cell/forms/fields/nested_wrappers/forms_containers/table_layout.rb +1 -1
  51. data/app/concepts/kono_utils/{object → base_object}/cell/forms/fields/nested_wrappers/header.rb +1 -1
  52. data/app/concepts/kono_utils/{object → base_object}/cell/forms/fields/nested_wrappers/remove_button.rb +2 -2
  53. data/app/concepts/kono_utils/{object → base_object}/cell/forms/fields/nested_wrappers/remove_buttons/layout.rb +1 -1
  54. data/app/concepts/kono_utils/{object → base_object}/cell/forms/fields/nested_wrappers/remove_buttons/modal_layout.rb +1 -1
  55. data/app/concepts/kono_utils/{object → base_object}/cell/forms/fields/nested_wrappers/remove_buttons/table_layout.rb +1 -1
  56. data/app/concepts/kono_utils/{object → base_object}/cell/forms/fields/read_only.rb +1 -1
  57. data/app/concepts/kono_utils/{object → base_object}/cell/forms/fields/time_field.rb +1 -1
  58. data/app/concepts/kono_utils/{object → base_object}/cell/forms/layout.rb +1 -1
  59. data/app/concepts/kono_utils/{object → base_object}/cell/forms/submit.rb +1 -1
  60. data/app/concepts/kono_utils/{object → base_object}/cell/index/base.rb +1 -1
  61. data/app/concepts/kono_utils/{object → base_object}/cell/index/page_title.rb +1 -1
  62. data/app/concepts/kono_utils/{object → base_object}/cell/index/row.rb +1 -1
  63. data/app/concepts/kono_utils/{object → base_object}/cell/index/row_buttons.rb +1 -1
  64. data/app/concepts/kono_utils/{object → base_object}/cell/index/row_footer.rb +1 -1
  65. data/app/concepts/kono_utils/{object → base_object}/cell/index/row_header.rb +1 -1
  66. data/app/concepts/kono_utils/{object → base_object}/cell/index/side_title.rb +1 -1
  67. data/app/concepts/kono_utils/{object → base_object}/cell/index/table.rb +1 -1
  68. data/app/concepts/kono_utils/{object → base_object}/cell/inject.rb +1 -1
  69. data/app/concepts/kono_utils/{object → base_object}/cell/modals/base.rb +1 -1
  70. data/app/concepts/kono_utils/{object → base_object}/cell/modals/bodies/layout.rb +1 -1
  71. data/app/concepts/kono_utils/{object → base_object}/cell/modals/body.rb +1 -1
  72. data/app/concepts/kono_utils/{object → base_object}/cell/modals/container.rb +1 -1
  73. data/app/concepts/kono_utils/{object → base_object}/cell/modals/containers/layout.rb +1 -1
  74. data/app/concepts/kono_utils/{object → base_object}/cell/modals/footer.rb +1 -1
  75. data/app/concepts/kono_utils/{object → base_object}/cell/modals/footers/layout.rb +1 -1
  76. data/app/concepts/kono_utils/{object → base_object}/cell/modals/header.rb +1 -1
  77. data/app/concepts/kono_utils/{object → base_object}/cell/modals/headers/layout.rb +1 -1
  78. data/app/concepts/kono_utils/{object → base_object}/cell/search.rb +1 -1
  79. data/app/concepts/kono_utils/{object → base_object}/cell/searches/form.rb +1 -1
  80. data/app/concepts/kono_utils/{object → base_object}/cell/show.rb +1 -1
  81. data/app/concepts/kono_utils/{object → base_object}/cell/shows/base.rb +1 -1
  82. data/app/concepts/kono_utils/{object → base_object}/cell/shows/page_title.rb +1 -1
  83. data/app/concepts/kono_utils/{object → base_object}/cell/shows/side_title.rb +1 -1
  84. data/app/concepts/kono_utils/{object → base_object}/view/create/side_title.erb +0 -0
  85. data/app/concepts/kono_utils/{object → base_object}/view/edits/side_title.erb +0 -0
  86. data/app/concepts/kono_utils/{object → base_object}/view/form.erb +0 -0
  87. data/app/concepts/kono_utils/{object → base_object}/view/forms/container.erb +0 -0
  88. data/app/concepts/kono_utils/{object → base_object}/view/forms/containers/layout.erb +0 -0
  89. data/app/concepts/kono_utils/{object → base_object}/view/forms/containers/modal_layout.erb +0 -0
  90. data/app/concepts/kono_utils/{object → base_object}/view/forms/containers/search_layout.erb +0 -0
  91. data/app/concepts/kono_utils/{object → base_object}/view/forms/containers/table_layout.erb +0 -0
  92. data/app/concepts/kono_utils/{object → base_object}/view/forms/field_selector.erb +0 -0
  93. data/app/concepts/kono_utils/{object → base_object}/view/forms/field_selectors/layout.erb +0 -0
  94. data/app/concepts/kono_utils/{object → base_object}/view/forms/field_selectors/modal_layout.erb +0 -0
  95. data/app/concepts/kono_utils/{object → base_object}/view/forms/field_selectors/table_layout.erb +0 -0
  96. data/app/concepts/kono_utils/{object → base_object}/view/forms/fields/association.erb +0 -0
  97. data/app/concepts/kono_utils/{object → base_object}/view/forms/fields/base.erb +0 -0
  98. data/app/concepts/kono_utils/{object → base_object}/view/forms/fields/bases/layout.erb +0 -0
  99. data/app/concepts/kono_utils/{object → base_object}/view/forms/fields/bases/layout.scss +0 -0
  100. data/app/concepts/kono_utils/{object → base_object}/view/forms/fields/bases/modal_layout.erb +0 -0
  101. data/app/concepts/kono_utils/{object → base_object}/view/forms/fields/bases/table_layout.erb +0 -0
  102. data/app/concepts/kono_utils/{object → base_object}/view/forms/fields/check_box.erb +0 -0
  103. data/app/concepts/kono_utils/{object → base_object}/view/forms/fields/collection.erb +0 -0
  104. data/app/concepts/kono_utils/{object → base_object}/view/forms/fields/nested_modal_wrapper.erb +0 -0
  105. data/app/concepts/kono_utils/{object → base_object}/view/forms/fields/nested_modal_wrappers/forms_container.erb +0 -0
  106. data/app/concepts/kono_utils/{object → base_object}/view/forms/fields/nested_modal_wrappers/show.erb +0 -0
  107. data/app/concepts/kono_utils/{object → base_object}/view/forms/fields/nested_wrapper.erb +0 -0
  108. data/app/concepts/kono_utils/{object → base_object}/view/forms/fields/nested_wrappers/form.erb +0 -0
  109. data/app/concepts/kono_utils/{object → base_object}/view/forms/fields/nested_wrappers/forms/layout.erb +0 -0
  110. data/app/concepts/kono_utils/{object → base_object}/view/forms/fields/nested_wrappers/forms/modal_layout.erb +0 -0
  111. data/app/concepts/kono_utils/{object → base_object}/view/forms/fields/nested_wrappers/forms/table_layout.erb +0 -0
  112. data/app/concepts/kono_utils/{object → base_object}/view/forms/fields/nested_wrappers/forms_container.erb +0 -0
  113. data/app/concepts/kono_utils/{object → base_object}/view/forms/fields/nested_wrappers/forms_containers/layout.erb +0 -0
  114. data/app/concepts/kono_utils/{object → base_object}/view/forms/fields/nested_wrappers/forms_containers/modal_layout.erb +0 -0
  115. data/app/concepts/kono_utils/{object → base_object}/view/forms/fields/nested_wrappers/forms_containers/table_layout.erb +0 -0
  116. data/app/concepts/kono_utils/{object → base_object}/view/forms/fields/nested_wrappers/header.erb +0 -0
  117. data/app/concepts/kono_utils/{object → base_object}/view/forms/fields/nested_wrappers/remove_button.erb +0 -0
  118. data/app/concepts/kono_utils/{object → base_object}/view/forms/fields/nested_wrappers/remove_buttons/layout.erb +0 -0
  119. data/app/concepts/kono_utils/{object → base_object}/view/forms/fields/nested_wrappers/remove_buttons/modal_layout.erb +0 -0
  120. data/app/concepts/kono_utils/{object → base_object}/view/forms/fields/nested_wrappers/remove_buttons/table_layout.erb +0 -0
  121. data/app/concepts/kono_utils/{object → base_object}/view/forms/layout.erb +0 -0
  122. data/app/concepts/kono_utils/{object → base_object}/view/index/row.erb +0 -0
  123. data/app/concepts/kono_utils/{object → base_object}/view/index/row_buttons.erb +0 -0
  124. data/app/concepts/kono_utils/{object → base_object}/view/index/row_footer.erb +0 -0
  125. data/app/concepts/kono_utils/{object → base_object}/view/index/row_header.erb +0 -0
  126. data/app/concepts/kono_utils/{object → base_object}/view/index/side_title.erb +0 -0
  127. data/app/concepts/kono_utils/{object → base_object}/view/index/table.erb +0 -0
  128. data/app/concepts/kono_utils/{object → base_object}/view/inject.erb +0 -0
  129. data/app/concepts/kono_utils/{object → base_object}/view/modals/bodies/layout.erb +0 -0
  130. data/app/concepts/kono_utils/{object → base_object}/view/modals/body.erb +0 -0
  131. data/app/concepts/kono_utils/{object → base_object}/view/modals/container.erb +0 -0
  132. data/app/concepts/kono_utils/{object → base_object}/view/modals/containers/layout.erb +0 -0
  133. data/app/concepts/kono_utils/{object → base_object}/view/modals/footer.erb +0 -0
  134. data/app/concepts/kono_utils/{object → base_object}/view/modals/footers/layout.erb +0 -0
  135. data/app/concepts/kono_utils/{object → base_object}/view/modals/header.erb +0 -0
  136. data/app/concepts/kono_utils/{object → base_object}/view/modals/headers/layout.erb +0 -0
  137. data/app/concepts/kono_utils/{object → base_object}/view/search.erb +0 -0
  138. data/app/concepts/kono_utils/{object → base_object}/view/searches/form.erb +0 -0
  139. data/app/concepts/kono_utils/{object → base_object}/view/show.erb +0 -0
  140. data/app/concepts/kono_utils/{object → base_object}/view/shows/side_title.erb +0 -0
  141. data/lib/kono_utils_bootstrap_view4/base_class_concept_ns.rb +1 -1
  142. data/lib/kono_utils_bootstrap_view4/engine.rb +1 -1
  143. data/lib/kono_utils_bootstrap_view4/version.rb +1 -1
  144. metadata +140 -140
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  module Forms # namespace # Layout base della form
5
5
  class Layout < Base
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  # La cella base dei componenti della form contiene sempre la form come model
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  class Index::Base < Base
5
5
 
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  module Index # namespace
5
5
  class PageTitle < Base
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  module Index # namespace
5
5
  class Row < Base # class
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  module Index # namespace
5
5
  class RowButtons < Base # class
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  module Index # namespace
5
5
  class RowFooter < Row # class
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  module Index # namespace
5
5
  class RowHeader < Row # class
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  module Index # namespace
5
5
  class SideTitle < Base
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  module Index # namespace
5
5
  class Table < Base
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  ##
5
5
  # Classe per la gestione dell'inserimento del contenuto e javascript per l'azione inject
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  # Cella Base per i componenti della modal
5
5
  class Modals::Base < Base
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  module Modals # namespace
5
5
  # Layout Standard del contenitore della modal
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  # Cella Base per i componenti della modal
5
5
  class Modals::Body < Base
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  ##
5
5
  # Contenitore principale modal, come Model riceve un oggetto che rappresente il body da renderizzare che deve rispondere
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  module Modals # namespace
5
5
  # Layout Standard del contenitore della modal
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell # Cella Base per i componenti della modal
4
4
  class Modals::Footer < Base
5
5
 
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  module Modals # namespace
5
5
  # Layout Standard del contenitore della modal
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell # Cella Base per i componenti della modal
4
4
  class Modals::Header < Base
5
5
 
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  module Modals # namespace
5
5
  # Layout Standard del contenitore della modal
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  class Search < Base
5
5
 
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  ##
5
5
  # Classe variante della ricerca
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
 
5
5
  class Show < Base
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  class Shows::Base < Base
5
5
 
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  module Shows # namespace
5
5
  class PageTitle < Base
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  module Shows
5
5
  class SideTitle < Base
@@ -31,7 +31,7 @@ module KonoUtilsBootstrapView4
31
31
  else
32
32
  KonoUtilsBootstrapView4.configuration.logger.debug { "CLASSE OVERRIDE NON TROVATA PER : #{ns.camelize}" }
33
33
 
34
- "kono_utils/object/#{view}"
34
+ "kono_utils/base_object/#{view}"
35
35
  end
36
36
 
37
37
  end
@@ -47,7 +47,7 @@ module KonoUtilsBootstrapView4
47
47
 
48
48
  app.reloader.to_prepare do
49
49
  Array([
50
- "kono_utils/object/cell/forms/fields/bases/layout"
50
+ "kono_utils/base_object/cell/forms/fields/bases/layout"
51
51
  ]).each do |cell_class|
52
52
  puts "@@@@@ - #{cell_class.camelize.constantize.name} - #{cell_class.camelize.constantize.prefixes}"
53
53
  app.config.assets.paths += cell_class.camelize.constantize.prefixes # Song::Cell.prefixes
@@ -1,3 +1,3 @@
1
1
  module KonoUtilsBootstrapView4
2
- VERSION = '0.1.0-rc.4'
2
+ VERSION = '0.1.0-rc.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kono_utils_bootstrap_view4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre.rc.4
4
+ version: 0.1.0.pre.rc.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marino Bonetti
@@ -184,145 +184,145 @@ files:
184
184
  - app/assets/javascripts/kono_utils_bootstrap_view4/application.js.erb
185
185
  - app/assets/javascripts/kono_utils_bootstrap_view4/kono_utils_bootstrap_view4.js
186
186
  - app/assets/stylesheets/kono_utils_bootstrap_view4/application.css.scss.erb
187
- - app/concepts/kono_utils/object/cell/base.rb
188
- - app/concepts/kono_utils/object/cell/buttons/base.rb
189
- - app/concepts/kono_utils/object/cell/buttons/collapse_search.rb
190
- - app/concepts/kono_utils/object/cell/buttons/create.rb
191
- - app/concepts/kono_utils/object/cell/buttons/delete.rb
192
- - app/concepts/kono_utils/object/cell/buttons/download.rb
193
- - app/concepts/kono_utils/object/cell/buttons/edit.rb
194
- - app/concepts/kono_utils/object/cell/buttons/list.rb
195
- - app/concepts/kono_utils/object/cell/buttons/reset_search.rb
196
- - app/concepts/kono_utils/object/cell/create/base.rb
197
- - app/concepts/kono_utils/object/cell/create/page_title.rb
198
- - app/concepts/kono_utils/object/cell/create/side_title.rb
199
- - app/concepts/kono_utils/object/cell/edits/base.rb
200
- - app/concepts/kono_utils/object/cell/edits/page_title.rb
201
- - app/concepts/kono_utils/object/cell/edits/side_title.rb
202
- - app/concepts/kono_utils/object/cell/form.rb
203
- - app/concepts/kono_utils/object/cell/forms/base.rb
204
- - app/concepts/kono_utils/object/cell/forms/container.rb
205
- - app/concepts/kono_utils/object/cell/forms/containers/layout.rb
206
- - app/concepts/kono_utils/object/cell/forms/containers/modal_layout.rb
207
- - app/concepts/kono_utils/object/cell/forms/containers/search_layout.rb
208
- - app/concepts/kono_utils/object/cell/forms/containers/table_layout.rb
209
- - app/concepts/kono_utils/object/cell/forms/field_selector.rb
210
- - app/concepts/kono_utils/object/cell/forms/field_selectors/layout.rb
211
- - app/concepts/kono_utils/object/cell/forms/field_selectors/modal_layout.rb
212
- - app/concepts/kono_utils/object/cell/forms/field_selectors/table_layout.rb
213
- - app/concepts/kono_utils/object/cell/forms/fields/association.rb
214
- - app/concepts/kono_utils/object/cell/forms/fields/base.rb
215
- - app/concepts/kono_utils/object/cell/forms/fields/bases/layout.rb
216
- - app/concepts/kono_utils/object/cell/forms/fields/bases/modal_layout.rb
217
- - app/concepts/kono_utils/object/cell/forms/fields/bases/table_layout.rb
218
- - app/concepts/kono_utils/object/cell/forms/fields/check_box.rb
219
- - app/concepts/kono_utils/object/cell/forms/fields/collection.rb
220
- - app/concepts/kono_utils/object/cell/forms/fields/date_field.rb
221
- - app/concepts/kono_utils/object/cell/forms/fields/date_time_field.rb
222
- - app/concepts/kono_utils/object/cell/forms/fields/enum.rb
223
- - app/concepts/kono_utils/object/cell/forms/fields/file_field.rb
224
- - app/concepts/kono_utils/object/cell/forms/fields/nested_modal_wrapper.rb
225
- - app/concepts/kono_utils/object/cell/forms/fields/nested_modal_wrappers/forms_container.rb
226
- - app/concepts/kono_utils/object/cell/forms/fields/nested_modal_wrappers/show.rb
227
- - app/concepts/kono_utils/object/cell/forms/fields/nested_wrapper.rb
228
- - app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/form.rb
229
- - app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms/layout.rb
230
- - app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms/modal_layout.rb
231
- - app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms/table_layout.rb
232
- - app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_container.rb
233
- - app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/layout.rb
234
- - app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/modal_layout.rb
235
- - app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/forms_containers/table_layout.rb
236
- - app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/header.rb
237
- - app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/remove_button.rb
238
- - app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/remove_buttons/layout.rb
239
- - app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/remove_buttons/modal_layout.rb
240
- - app/concepts/kono_utils/object/cell/forms/fields/nested_wrappers/remove_buttons/table_layout.rb
241
- - app/concepts/kono_utils/object/cell/forms/fields/read_only.rb
242
- - app/concepts/kono_utils/object/cell/forms/fields/time_field.rb
243
- - app/concepts/kono_utils/object/cell/forms/layout.rb
244
- - app/concepts/kono_utils/object/cell/forms/submit.rb
245
- - app/concepts/kono_utils/object/cell/index/base.rb
246
- - app/concepts/kono_utils/object/cell/index/page_title.rb
247
- - app/concepts/kono_utils/object/cell/index/row.rb
248
- - app/concepts/kono_utils/object/cell/index/row_buttons.rb
249
- - app/concepts/kono_utils/object/cell/index/row_footer.rb
250
- - app/concepts/kono_utils/object/cell/index/row_header.rb
251
- - app/concepts/kono_utils/object/cell/index/side_title.rb
252
- - app/concepts/kono_utils/object/cell/index/table.rb
253
- - app/concepts/kono_utils/object/cell/inject.rb
254
- - app/concepts/kono_utils/object/cell/modals/base.rb
255
- - app/concepts/kono_utils/object/cell/modals/bodies/layout.rb
256
- - app/concepts/kono_utils/object/cell/modals/body.rb
257
- - app/concepts/kono_utils/object/cell/modals/container.rb
258
- - app/concepts/kono_utils/object/cell/modals/containers/layout.rb
259
- - app/concepts/kono_utils/object/cell/modals/footer.rb
260
- - app/concepts/kono_utils/object/cell/modals/footers/layout.rb
261
- - app/concepts/kono_utils/object/cell/modals/header.rb
262
- - app/concepts/kono_utils/object/cell/modals/headers/layout.rb
263
- - app/concepts/kono_utils/object/cell/search.rb
264
- - app/concepts/kono_utils/object/cell/searches/form.rb
265
- - app/concepts/kono_utils/object/cell/show.rb
266
- - app/concepts/kono_utils/object/cell/shows/base.rb
267
- - app/concepts/kono_utils/object/cell/shows/page_title.rb
268
- - app/concepts/kono_utils/object/cell/shows/side_title.rb
269
- - app/concepts/kono_utils/object/view/create/side_title.erb
270
- - app/concepts/kono_utils/object/view/edits/side_title.erb
271
- - app/concepts/kono_utils/object/view/form.erb
272
- - app/concepts/kono_utils/object/view/forms/container.erb
273
- - app/concepts/kono_utils/object/view/forms/containers/layout.erb
274
- - app/concepts/kono_utils/object/view/forms/containers/modal_layout.erb
275
- - app/concepts/kono_utils/object/view/forms/containers/search_layout.erb
276
- - app/concepts/kono_utils/object/view/forms/containers/table_layout.erb
277
- - app/concepts/kono_utils/object/view/forms/field_selector.erb
278
- - app/concepts/kono_utils/object/view/forms/field_selectors/layout.erb
279
- - app/concepts/kono_utils/object/view/forms/field_selectors/modal_layout.erb
280
- - app/concepts/kono_utils/object/view/forms/field_selectors/table_layout.erb
281
- - app/concepts/kono_utils/object/view/forms/fields/association.erb
282
- - app/concepts/kono_utils/object/view/forms/fields/base.erb
283
- - app/concepts/kono_utils/object/view/forms/fields/bases/layout.erb
284
- - app/concepts/kono_utils/object/view/forms/fields/bases/layout.scss
285
- - app/concepts/kono_utils/object/view/forms/fields/bases/modal_layout.erb
286
- - app/concepts/kono_utils/object/view/forms/fields/bases/table_layout.erb
287
- - app/concepts/kono_utils/object/view/forms/fields/check_box.erb
288
- - app/concepts/kono_utils/object/view/forms/fields/collection.erb
289
- - app/concepts/kono_utils/object/view/forms/fields/nested_modal_wrapper.erb
290
- - app/concepts/kono_utils/object/view/forms/fields/nested_modal_wrappers/forms_container.erb
291
- - app/concepts/kono_utils/object/view/forms/fields/nested_modal_wrappers/show.erb
292
- - app/concepts/kono_utils/object/view/forms/fields/nested_wrapper.erb
293
- - app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/form.erb
294
- - app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms/layout.erb
295
- - app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms/modal_layout.erb
296
- - app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms/table_layout.erb
297
- - app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms_container.erb
298
- - app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms_containers/layout.erb
299
- - app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms_containers/modal_layout.erb
300
- - app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/forms_containers/table_layout.erb
301
- - app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/header.erb
302
- - app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/remove_button.erb
303
- - app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/remove_buttons/layout.erb
304
- - app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/remove_buttons/modal_layout.erb
305
- - app/concepts/kono_utils/object/view/forms/fields/nested_wrappers/remove_buttons/table_layout.erb
306
- - app/concepts/kono_utils/object/view/forms/layout.erb
307
- - app/concepts/kono_utils/object/view/index/row.erb
308
- - app/concepts/kono_utils/object/view/index/row_buttons.erb
309
- - app/concepts/kono_utils/object/view/index/row_footer.erb
310
- - app/concepts/kono_utils/object/view/index/row_header.erb
311
- - app/concepts/kono_utils/object/view/index/side_title.erb
312
- - app/concepts/kono_utils/object/view/index/table.erb
313
- - app/concepts/kono_utils/object/view/inject.erb
314
- - app/concepts/kono_utils/object/view/modals/bodies/layout.erb
315
- - app/concepts/kono_utils/object/view/modals/body.erb
316
- - app/concepts/kono_utils/object/view/modals/container.erb
317
- - app/concepts/kono_utils/object/view/modals/containers/layout.erb
318
- - app/concepts/kono_utils/object/view/modals/footer.erb
319
- - app/concepts/kono_utils/object/view/modals/footers/layout.erb
320
- - app/concepts/kono_utils/object/view/modals/header.erb
321
- - app/concepts/kono_utils/object/view/modals/headers/layout.erb
322
- - app/concepts/kono_utils/object/view/search.erb
323
- - app/concepts/kono_utils/object/view/searches/form.erb
324
- - app/concepts/kono_utils/object/view/show.erb
325
- - app/concepts/kono_utils/object/view/shows/side_title.erb
187
+ - app/concepts/kono_utils/base_object/cell/base.rb
188
+ - app/concepts/kono_utils/base_object/cell/buttons/base.rb
189
+ - app/concepts/kono_utils/base_object/cell/buttons/collapse_search.rb
190
+ - app/concepts/kono_utils/base_object/cell/buttons/create.rb
191
+ - app/concepts/kono_utils/base_object/cell/buttons/delete.rb
192
+ - app/concepts/kono_utils/base_object/cell/buttons/download.rb
193
+ - app/concepts/kono_utils/base_object/cell/buttons/edit.rb
194
+ - app/concepts/kono_utils/base_object/cell/buttons/list.rb
195
+ - app/concepts/kono_utils/base_object/cell/buttons/reset_search.rb
196
+ - app/concepts/kono_utils/base_object/cell/create/base.rb
197
+ - app/concepts/kono_utils/base_object/cell/create/page_title.rb
198
+ - app/concepts/kono_utils/base_object/cell/create/side_title.rb
199
+ - app/concepts/kono_utils/base_object/cell/edits/base.rb
200
+ - app/concepts/kono_utils/base_object/cell/edits/page_title.rb
201
+ - app/concepts/kono_utils/base_object/cell/edits/side_title.rb
202
+ - app/concepts/kono_utils/base_object/cell/form.rb
203
+ - app/concepts/kono_utils/base_object/cell/forms/base.rb
204
+ - app/concepts/kono_utils/base_object/cell/forms/container.rb
205
+ - app/concepts/kono_utils/base_object/cell/forms/containers/layout.rb
206
+ - app/concepts/kono_utils/base_object/cell/forms/containers/modal_layout.rb
207
+ - app/concepts/kono_utils/base_object/cell/forms/containers/search_layout.rb
208
+ - app/concepts/kono_utils/base_object/cell/forms/containers/table_layout.rb
209
+ - app/concepts/kono_utils/base_object/cell/forms/field_selector.rb
210
+ - app/concepts/kono_utils/base_object/cell/forms/field_selectors/layout.rb
211
+ - app/concepts/kono_utils/base_object/cell/forms/field_selectors/modal_layout.rb
212
+ - app/concepts/kono_utils/base_object/cell/forms/field_selectors/table_layout.rb
213
+ - app/concepts/kono_utils/base_object/cell/forms/fields/association.rb
214
+ - app/concepts/kono_utils/base_object/cell/forms/fields/base.rb
215
+ - app/concepts/kono_utils/base_object/cell/forms/fields/bases/layout.rb
216
+ - app/concepts/kono_utils/base_object/cell/forms/fields/bases/modal_layout.rb
217
+ - app/concepts/kono_utils/base_object/cell/forms/fields/bases/table_layout.rb
218
+ - app/concepts/kono_utils/base_object/cell/forms/fields/check_box.rb
219
+ - app/concepts/kono_utils/base_object/cell/forms/fields/collection.rb
220
+ - app/concepts/kono_utils/base_object/cell/forms/fields/date_field.rb
221
+ - app/concepts/kono_utils/base_object/cell/forms/fields/date_time_field.rb
222
+ - app/concepts/kono_utils/base_object/cell/forms/fields/enum.rb
223
+ - app/concepts/kono_utils/base_object/cell/forms/fields/file_field.rb
224
+ - app/concepts/kono_utils/base_object/cell/forms/fields/nested_modal_wrapper.rb
225
+ - app/concepts/kono_utils/base_object/cell/forms/fields/nested_modal_wrappers/forms_container.rb
226
+ - app/concepts/kono_utils/base_object/cell/forms/fields/nested_modal_wrappers/show.rb
227
+ - app/concepts/kono_utils/base_object/cell/forms/fields/nested_wrapper.rb
228
+ - app/concepts/kono_utils/base_object/cell/forms/fields/nested_wrappers/form.rb
229
+ - app/concepts/kono_utils/base_object/cell/forms/fields/nested_wrappers/forms/layout.rb
230
+ - app/concepts/kono_utils/base_object/cell/forms/fields/nested_wrappers/forms/modal_layout.rb
231
+ - app/concepts/kono_utils/base_object/cell/forms/fields/nested_wrappers/forms/table_layout.rb
232
+ - app/concepts/kono_utils/base_object/cell/forms/fields/nested_wrappers/forms_container.rb
233
+ - app/concepts/kono_utils/base_object/cell/forms/fields/nested_wrappers/forms_containers/layout.rb
234
+ - app/concepts/kono_utils/base_object/cell/forms/fields/nested_wrappers/forms_containers/modal_layout.rb
235
+ - app/concepts/kono_utils/base_object/cell/forms/fields/nested_wrappers/forms_containers/table_layout.rb
236
+ - app/concepts/kono_utils/base_object/cell/forms/fields/nested_wrappers/header.rb
237
+ - app/concepts/kono_utils/base_object/cell/forms/fields/nested_wrappers/remove_button.rb
238
+ - app/concepts/kono_utils/base_object/cell/forms/fields/nested_wrappers/remove_buttons/layout.rb
239
+ - app/concepts/kono_utils/base_object/cell/forms/fields/nested_wrappers/remove_buttons/modal_layout.rb
240
+ - app/concepts/kono_utils/base_object/cell/forms/fields/nested_wrappers/remove_buttons/table_layout.rb
241
+ - app/concepts/kono_utils/base_object/cell/forms/fields/read_only.rb
242
+ - app/concepts/kono_utils/base_object/cell/forms/fields/time_field.rb
243
+ - app/concepts/kono_utils/base_object/cell/forms/layout.rb
244
+ - app/concepts/kono_utils/base_object/cell/forms/submit.rb
245
+ - app/concepts/kono_utils/base_object/cell/index/base.rb
246
+ - app/concepts/kono_utils/base_object/cell/index/page_title.rb
247
+ - app/concepts/kono_utils/base_object/cell/index/row.rb
248
+ - app/concepts/kono_utils/base_object/cell/index/row_buttons.rb
249
+ - app/concepts/kono_utils/base_object/cell/index/row_footer.rb
250
+ - app/concepts/kono_utils/base_object/cell/index/row_header.rb
251
+ - app/concepts/kono_utils/base_object/cell/index/side_title.rb
252
+ - app/concepts/kono_utils/base_object/cell/index/table.rb
253
+ - app/concepts/kono_utils/base_object/cell/inject.rb
254
+ - app/concepts/kono_utils/base_object/cell/modals/base.rb
255
+ - app/concepts/kono_utils/base_object/cell/modals/bodies/layout.rb
256
+ - app/concepts/kono_utils/base_object/cell/modals/body.rb
257
+ - app/concepts/kono_utils/base_object/cell/modals/container.rb
258
+ - app/concepts/kono_utils/base_object/cell/modals/containers/layout.rb
259
+ - app/concepts/kono_utils/base_object/cell/modals/footer.rb
260
+ - app/concepts/kono_utils/base_object/cell/modals/footers/layout.rb
261
+ - app/concepts/kono_utils/base_object/cell/modals/header.rb
262
+ - app/concepts/kono_utils/base_object/cell/modals/headers/layout.rb
263
+ - app/concepts/kono_utils/base_object/cell/search.rb
264
+ - app/concepts/kono_utils/base_object/cell/searches/form.rb
265
+ - app/concepts/kono_utils/base_object/cell/show.rb
266
+ - app/concepts/kono_utils/base_object/cell/shows/base.rb
267
+ - app/concepts/kono_utils/base_object/cell/shows/page_title.rb
268
+ - app/concepts/kono_utils/base_object/cell/shows/side_title.rb
269
+ - app/concepts/kono_utils/base_object/view/create/side_title.erb
270
+ - app/concepts/kono_utils/base_object/view/edits/side_title.erb
271
+ - app/concepts/kono_utils/base_object/view/form.erb
272
+ - app/concepts/kono_utils/base_object/view/forms/container.erb
273
+ - app/concepts/kono_utils/base_object/view/forms/containers/layout.erb
274
+ - app/concepts/kono_utils/base_object/view/forms/containers/modal_layout.erb
275
+ - app/concepts/kono_utils/base_object/view/forms/containers/search_layout.erb
276
+ - app/concepts/kono_utils/base_object/view/forms/containers/table_layout.erb
277
+ - app/concepts/kono_utils/base_object/view/forms/field_selector.erb
278
+ - app/concepts/kono_utils/base_object/view/forms/field_selectors/layout.erb
279
+ - app/concepts/kono_utils/base_object/view/forms/field_selectors/modal_layout.erb
280
+ - app/concepts/kono_utils/base_object/view/forms/field_selectors/table_layout.erb
281
+ - app/concepts/kono_utils/base_object/view/forms/fields/association.erb
282
+ - app/concepts/kono_utils/base_object/view/forms/fields/base.erb
283
+ - app/concepts/kono_utils/base_object/view/forms/fields/bases/layout.erb
284
+ - app/concepts/kono_utils/base_object/view/forms/fields/bases/layout.scss
285
+ - app/concepts/kono_utils/base_object/view/forms/fields/bases/modal_layout.erb
286
+ - app/concepts/kono_utils/base_object/view/forms/fields/bases/table_layout.erb
287
+ - app/concepts/kono_utils/base_object/view/forms/fields/check_box.erb
288
+ - app/concepts/kono_utils/base_object/view/forms/fields/collection.erb
289
+ - app/concepts/kono_utils/base_object/view/forms/fields/nested_modal_wrapper.erb
290
+ - app/concepts/kono_utils/base_object/view/forms/fields/nested_modal_wrappers/forms_container.erb
291
+ - app/concepts/kono_utils/base_object/view/forms/fields/nested_modal_wrappers/show.erb
292
+ - app/concepts/kono_utils/base_object/view/forms/fields/nested_wrapper.erb
293
+ - app/concepts/kono_utils/base_object/view/forms/fields/nested_wrappers/form.erb
294
+ - app/concepts/kono_utils/base_object/view/forms/fields/nested_wrappers/forms/layout.erb
295
+ - app/concepts/kono_utils/base_object/view/forms/fields/nested_wrappers/forms/modal_layout.erb
296
+ - app/concepts/kono_utils/base_object/view/forms/fields/nested_wrappers/forms/table_layout.erb
297
+ - app/concepts/kono_utils/base_object/view/forms/fields/nested_wrappers/forms_container.erb
298
+ - app/concepts/kono_utils/base_object/view/forms/fields/nested_wrappers/forms_containers/layout.erb
299
+ - app/concepts/kono_utils/base_object/view/forms/fields/nested_wrappers/forms_containers/modal_layout.erb
300
+ - app/concepts/kono_utils/base_object/view/forms/fields/nested_wrappers/forms_containers/table_layout.erb
301
+ - app/concepts/kono_utils/base_object/view/forms/fields/nested_wrappers/header.erb
302
+ - app/concepts/kono_utils/base_object/view/forms/fields/nested_wrappers/remove_button.erb
303
+ - app/concepts/kono_utils/base_object/view/forms/fields/nested_wrappers/remove_buttons/layout.erb
304
+ - app/concepts/kono_utils/base_object/view/forms/fields/nested_wrappers/remove_buttons/modal_layout.erb
305
+ - app/concepts/kono_utils/base_object/view/forms/fields/nested_wrappers/remove_buttons/table_layout.erb
306
+ - app/concepts/kono_utils/base_object/view/forms/layout.erb
307
+ - app/concepts/kono_utils/base_object/view/index/row.erb
308
+ - app/concepts/kono_utils/base_object/view/index/row_buttons.erb
309
+ - app/concepts/kono_utils/base_object/view/index/row_footer.erb
310
+ - app/concepts/kono_utils/base_object/view/index/row_header.erb
311
+ - app/concepts/kono_utils/base_object/view/index/side_title.erb
312
+ - app/concepts/kono_utils/base_object/view/index/table.erb
313
+ - app/concepts/kono_utils/base_object/view/inject.erb
314
+ - app/concepts/kono_utils/base_object/view/modals/bodies/layout.erb
315
+ - app/concepts/kono_utils/base_object/view/modals/body.erb
316
+ - app/concepts/kono_utils/base_object/view/modals/container.erb
317
+ - app/concepts/kono_utils/base_object/view/modals/containers/layout.erb
318
+ - app/concepts/kono_utils/base_object/view/modals/footer.erb
319
+ - app/concepts/kono_utils/base_object/view/modals/footers/layout.erb
320
+ - app/concepts/kono_utils/base_object/view/modals/header.erb
321
+ - app/concepts/kono_utils/base_object/view/modals/headers/layout.erb
322
+ - app/concepts/kono_utils/base_object/view/search.erb
323
+ - app/concepts/kono_utils/base_object/view/searches/form.erb
324
+ - app/concepts/kono_utils/base_object/view/show.erb
325
+ - app/concepts/kono_utils/base_object/view/shows/side_title.erb
326
326
  - app/inputs/file_input_download_input.rb
327
327
  - app/inputs/tempus_dominus_input.rb
328
328
  - app/views/kaminari/_first_page.html.erb