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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f13165fe68c84d81d3fef65d4a3e345f0eac9a1104bad5afd66df86f7bdbdaf6
4
- data.tar.gz: 0e9bbc63bff5272ff4134791fe93fd5ea4221ba3bc9fcfcb63caee90e6987b49
3
+ metadata.gz: e967aee018a73701c3434bbf62a7f6528eca7e7150428dac72a972df29a33e4a
4
+ data.tar.gz: b7292bced29a5a70fa8c72db8565b51875d62dddf2146ee5d4f4bd0f33e4178c
5
5
  SHA512:
6
- metadata.gz: 90fb3209d98c5437ed681bd23e01b00890ecc85478307292db653b63ed92a42437da4d121c299adb4ac41aa7598dd921b6cdb2255670887ac3d48ca38c7eee2f
7
- data.tar.gz: 7a3faa573f0e6116f6e739ee63904b7ae78254ba2223b6861e8b949078d5bf07024899b022339a0783c92aa788893fdd9ae2e6f27c833ac55c6ae8433c5af180
6
+ metadata.gz: 489dfc25bda2accaf2bd805b359d4d4bd582d4fbe3f35a88455588d994ca64efa16feea3eac0ecdf2c02ce0447f74acb18caab0454af1b2b8711a3758d4dabcb
7
+ data.tar.gz: 90ee04a2bb6667cc6a8c577498c2fa47b0b6cace607bbba133d94965d8feead0835a4772ef3b0a5c45b10209861c2f567ceb12209bf9c95d558228fd228bc6cc
@@ -1,7 +1,7 @@
1
1
  require 'kaminari/helpers/helper_methods'
2
2
 
3
3
  module KonoUtils
4
- module Object
4
+ module BaseObject
5
5
  module Cell
6
6
  class Base < Trailblazer::Cell # class
7
7
  view_paths << "#{KonoUtilsBootstrapView4::Engine.root}/app/concepts"
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  ##
5
5
  # Options:
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  module Buttons # namespace
5
5
  ##
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  module Buttons # namespace
5
5
  class Create < Base
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  module Buttons # namespace
5
5
  class Delete < Base
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  module Buttons # namespace
5
5
  class Download < Base
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  module Buttons # namespace
5
5
  class Edit < Base
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  module Buttons # namespace
5
5
  class List < Base
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  module Buttons # namespace
5
5
  ##
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  class Create::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 Create
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 Create
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
  class Edits::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 Edits
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 Edits
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
  class Form < Base
5
5
 
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  # La cella base dei componenti della form
5
5
  # ha sempre un metodo form che viene ricevuto dal contesto della form
@@ -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
  # Classe che si occupa di generare il container della form
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  module Forms
5
5
  # Layout Standard del contenitore della Form
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  module Forms
5
5
  module Containers
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  module Forms
5
5
  module Containers
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  module Forms
5
5
  module Containers
@@ -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
  # Classe che si occupa di selezionare il campo corretto nella form
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  module Forms
5
5
  # Layout Standard del contenitore della Form
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  module Forms
5
5
  module FieldSelectors
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module Object
2
+ module BaseObject
3
3
  module Cell
4
4
  module Forms
5
5
  module FieldSelectors
@@ -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
  # 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
  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
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
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
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
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
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
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
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
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
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
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
5
5
  module Fields
@@ -7,7 +7,7 @@ module KonoUtils
7
7
  # Bottone per la rimozione della riga nested
8
8
  # *Options:*
9
9
  # - ajax_remove: [Boolean] -> indica se vogliamo che venga veramente cancellato il record
10
- class NestedWrappers::RemoveButton < KonoUtils::Object::Cell::Buttons::Delete
10
+ class NestedWrappers::RemoveButton < KonoUtils::BaseObject::Cell::Buttons::Delete
11
11
 
12
12
  def url_to
13
13
  if ajax_remove?
@@ -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
5
5
  module Fields