kono_utils_bootstrap_view4 0.1.0.pre.rc.6 → 0.1.0.pre.rc.7

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 (144) hide show
  1. checksums.yaml +4 -4
  2. data/app/concepts/kono_utils/{base_object → object}/cell/base.rb +1 -1
  3. data/app/concepts/kono_utils/{base_object → object}/cell/buttons/base.rb +1 -1
  4. data/app/concepts/kono_utils/{base_object → object}/cell/buttons/collapse_search.rb +1 -1
  5. data/app/concepts/kono_utils/{base_object → object}/cell/buttons/create.rb +1 -1
  6. data/app/concepts/kono_utils/{base_object → object}/cell/buttons/delete.rb +1 -1
  7. data/app/concepts/kono_utils/{base_object → object}/cell/buttons/download.rb +1 -1
  8. data/app/concepts/kono_utils/{base_object → object}/cell/buttons/edit.rb +1 -1
  9. data/app/concepts/kono_utils/{base_object → object}/cell/buttons/list.rb +1 -1
  10. data/app/concepts/kono_utils/{base_object → object}/cell/buttons/reset_search.rb +1 -1
  11. data/app/concepts/kono_utils/{base_object → object}/cell/create/base.rb +1 -1
  12. data/app/concepts/kono_utils/{base_object → object}/cell/create/page_title.rb +1 -1
  13. data/app/concepts/kono_utils/{base_object → object}/cell/create/side_title.rb +1 -1
  14. data/app/concepts/kono_utils/{base_object → object}/cell/edits/base.rb +1 -1
  15. data/app/concepts/kono_utils/{base_object → object}/cell/edits/page_title.rb +1 -1
  16. data/app/concepts/kono_utils/{base_object → object}/cell/edits/side_title.rb +1 -1
  17. data/app/concepts/kono_utils/{base_object → object}/cell/form.rb +1 -1
  18. data/app/concepts/kono_utils/{base_object → object}/cell/forms/base.rb +1 -1
  19. data/app/concepts/kono_utils/{base_object → object}/cell/forms/container.rb +1 -1
  20. data/app/concepts/kono_utils/{base_object → object}/cell/forms/containers/layout.rb +1 -1
  21. data/app/concepts/kono_utils/{base_object → object}/cell/forms/containers/modal_layout.rb +1 -1
  22. data/app/concepts/kono_utils/{base_object → object}/cell/forms/containers/search_layout.rb +1 -1
  23. data/app/concepts/kono_utils/{base_object → object}/cell/forms/containers/table_layout.rb +1 -1
  24. data/app/concepts/kono_utils/{base_object → object}/cell/forms/field_selector.rb +1 -1
  25. data/app/concepts/kono_utils/{base_object → object}/cell/forms/field_selectors/layout.rb +1 -1
  26. data/app/concepts/kono_utils/{base_object → object}/cell/forms/field_selectors/modal_layout.rb +1 -1
  27. data/app/concepts/kono_utils/{base_object → object}/cell/forms/field_selectors/table_layout.rb +1 -1
  28. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/association.rb +1 -1
  29. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/base.rb +1 -1
  30. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/bases/layout.rb +1 -1
  31. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/bases/modal_layout.rb +1 -1
  32. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/bases/table_layout.rb +1 -1
  33. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/check_box.rb +1 -1
  34. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/collection.rb +1 -1
  35. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/date_field.rb +1 -1
  36. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/date_time_field.rb +1 -1
  37. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/enum.rb +1 -1
  38. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/file_field.rb +1 -1
  39. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_modal_wrapper.rb +1 -1
  40. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_modal_wrappers/forms_container.rb +1 -1
  41. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_modal_wrappers/show.rb +1 -1
  42. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_wrapper.rb +1 -1
  43. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_wrappers/form.rb +1 -1
  44. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_wrappers/forms/layout.rb +1 -1
  45. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_wrappers/forms/modal_layout.rb +1 -1
  46. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_wrappers/forms/table_layout.rb +1 -1
  47. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_wrappers/forms_container.rb +1 -1
  48. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_wrappers/forms_containers/layout.rb +1 -1
  49. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_wrappers/forms_containers/modal_layout.rb +1 -1
  50. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_wrappers/forms_containers/table_layout.rb +1 -1
  51. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_wrappers/header.rb +1 -1
  52. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_wrappers/remove_button.rb +2 -2
  53. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_wrappers/remove_buttons/layout.rb +1 -1
  54. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_wrappers/remove_buttons/modal_layout.rb +1 -1
  55. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/nested_wrappers/remove_buttons/table_layout.rb +1 -1
  56. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/read_only.rb +1 -1
  57. data/app/concepts/kono_utils/{base_object → object}/cell/forms/fields/time_field.rb +1 -1
  58. data/app/concepts/kono_utils/{base_object → object}/cell/forms/layout.rb +1 -1
  59. data/app/concepts/kono_utils/{base_object → object}/cell/forms/submit.rb +1 -1
  60. data/app/concepts/kono_utils/{base_object → object}/cell/index/base.rb +1 -1
  61. data/app/concepts/kono_utils/{base_object → object}/cell/index/page_title.rb +1 -1
  62. data/app/concepts/kono_utils/{base_object → object}/cell/index/row.rb +1 -1
  63. data/app/concepts/kono_utils/{base_object → object}/cell/index/row_buttons.rb +1 -1
  64. data/app/concepts/kono_utils/{base_object → object}/cell/index/row_footer.rb +1 -1
  65. data/app/concepts/kono_utils/{base_object → object}/cell/index/row_header.rb +1 -1
  66. data/app/concepts/kono_utils/{base_object → object}/cell/index/side_title.rb +1 -1
  67. data/app/concepts/kono_utils/{base_object → object}/cell/index/table.rb +1 -1
  68. data/app/concepts/kono_utils/{base_object → object}/cell/inject.rb +1 -1
  69. data/app/concepts/kono_utils/{base_object → object}/cell/modals/base.rb +1 -1
  70. data/app/concepts/kono_utils/{base_object → object}/cell/modals/bodies/layout.rb +1 -1
  71. data/app/concepts/kono_utils/{base_object → object}/cell/modals/body.rb +1 -1
  72. data/app/concepts/kono_utils/{base_object → object}/cell/modals/container.rb +1 -1
  73. data/app/concepts/kono_utils/{base_object → object}/cell/modals/containers/layout.rb +1 -1
  74. data/app/concepts/kono_utils/{base_object → object}/cell/modals/footer.rb +1 -1
  75. data/app/concepts/kono_utils/{base_object → object}/cell/modals/footers/layout.rb +1 -1
  76. data/app/concepts/kono_utils/{base_object → object}/cell/modals/header.rb +1 -1
  77. data/app/concepts/kono_utils/{base_object → object}/cell/modals/headers/layout.rb +1 -1
  78. data/app/concepts/kono_utils/{base_object → object}/cell/search.rb +1 -1
  79. data/app/concepts/kono_utils/{base_object → object}/cell/searches/form.rb +1 -1
  80. data/app/concepts/kono_utils/{base_object → object}/cell/show.rb +1 -1
  81. data/app/concepts/kono_utils/{base_object → object}/cell/shows/base.rb +1 -1
  82. data/app/concepts/kono_utils/{base_object → object}/cell/shows/page_title.rb +1 -1
  83. data/app/concepts/kono_utils/{base_object → object}/cell/shows/side_title.rb +1 -1
  84. data/app/concepts/kono_utils/{base_object → object}/view/create/side_title.erb +0 -0
  85. data/app/concepts/kono_utils/{base_object → object}/view/edits/side_title.erb +0 -0
  86. data/app/concepts/kono_utils/{base_object → object}/view/form.erb +0 -0
  87. data/app/concepts/kono_utils/{base_object → object}/view/forms/container.erb +0 -0
  88. data/app/concepts/kono_utils/{base_object → object}/view/forms/containers/layout.erb +0 -0
  89. data/app/concepts/kono_utils/{base_object → object}/view/forms/containers/modal_layout.erb +0 -0
  90. data/app/concepts/kono_utils/{base_object → object}/view/forms/containers/search_layout.erb +0 -0
  91. data/app/concepts/kono_utils/{base_object → object}/view/forms/containers/table_layout.erb +0 -0
  92. data/app/concepts/kono_utils/{base_object → object}/view/forms/field_selector.erb +0 -0
  93. data/app/concepts/kono_utils/{base_object → object}/view/forms/field_selectors/layout.erb +0 -0
  94. data/app/concepts/kono_utils/{base_object → object}/view/forms/field_selectors/modal_layout.erb +0 -0
  95. data/app/concepts/kono_utils/{base_object → object}/view/forms/field_selectors/table_layout.erb +0 -0
  96. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/association.erb +0 -0
  97. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/base.erb +0 -0
  98. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/bases/layout.erb +0 -0
  99. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/bases/layout.scss +0 -0
  100. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/bases/modal_layout.erb +0 -0
  101. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/bases/table_layout.erb +0 -0
  102. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/check_box.erb +0 -0
  103. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/collection.erb +0 -0
  104. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_modal_wrapper.erb +0 -0
  105. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_modal_wrappers/forms_container.erb +0 -0
  106. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_modal_wrappers/show.erb +0 -0
  107. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_wrapper.erb +0 -0
  108. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_wrappers/form.erb +0 -0
  109. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_wrappers/forms/layout.erb +0 -0
  110. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_wrappers/forms/modal_layout.erb +0 -0
  111. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_wrappers/forms/table_layout.erb +0 -0
  112. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_wrappers/forms_container.erb +0 -0
  113. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_wrappers/forms_containers/layout.erb +0 -0
  114. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_wrappers/forms_containers/modal_layout.erb +0 -0
  115. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_wrappers/forms_containers/table_layout.erb +0 -0
  116. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_wrappers/header.erb +0 -0
  117. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_wrappers/remove_button.erb +0 -0
  118. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_wrappers/remove_buttons/layout.erb +0 -0
  119. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_wrappers/remove_buttons/modal_layout.erb +0 -0
  120. data/app/concepts/kono_utils/{base_object → object}/view/forms/fields/nested_wrappers/remove_buttons/table_layout.erb +0 -0
  121. data/app/concepts/kono_utils/{base_object → object}/view/forms/layout.erb +0 -0
  122. data/app/concepts/kono_utils/{base_object → object}/view/index/row.erb +0 -0
  123. data/app/concepts/kono_utils/{base_object → object}/view/index/row_buttons.erb +0 -0
  124. data/app/concepts/kono_utils/{base_object → object}/view/index/row_footer.erb +0 -0
  125. data/app/concepts/kono_utils/{base_object → object}/view/index/row_header.erb +0 -0
  126. data/app/concepts/kono_utils/{base_object → object}/view/index/side_title.erb +0 -0
  127. data/app/concepts/kono_utils/{base_object → object}/view/index/table.erb +0 -0
  128. data/app/concepts/kono_utils/{base_object → object}/view/inject.erb +0 -0
  129. data/app/concepts/kono_utils/{base_object → object}/view/modals/bodies/layout.erb +0 -0
  130. data/app/concepts/kono_utils/{base_object → object}/view/modals/body.erb +0 -0
  131. data/app/concepts/kono_utils/{base_object → object}/view/modals/container.erb +0 -0
  132. data/app/concepts/kono_utils/{base_object → object}/view/modals/containers/layout.erb +0 -0
  133. data/app/concepts/kono_utils/{base_object → object}/view/modals/footer.erb +0 -0
  134. data/app/concepts/kono_utils/{base_object → object}/view/modals/footers/layout.erb +0 -0
  135. data/app/concepts/kono_utils/{base_object → object}/view/modals/header.erb +0 -0
  136. data/app/concepts/kono_utils/{base_object → object}/view/modals/headers/layout.erb +0 -0
  137. data/app/concepts/kono_utils/{base_object → object}/view/search.erb +0 -0
  138. data/app/concepts/kono_utils/{base_object → object}/view/searches/form.erb +0 -0
  139. data/app/concepts/kono_utils/{base_object → object}/view/show.erb +0 -0
  140. data/app/concepts/kono_utils/{base_object → 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 +146 -140
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c62da0f5f24c4ce4effc81cbaeeef91af342e7dbaa936e5261bb85ad6c6a53ef
4
- data.tar.gz: 577e2024d05fbb368c6c55f3a32115568c8b88d3233bd743db48b2abe64a8e0c
3
+ metadata.gz: ab3b8f777ea0b69e24f153b152fe0b5391e5b61b089e21a26bead7523a8331d7
4
+ data.tar.gz: '0876a4f81cb16aa08c042c472e9877aa94e826a8a734add60bb250ac541bce81'
5
5
  SHA512:
6
- metadata.gz: 341289d7335b48ceb0ef0a95e25101e28414ae48e5946b9513b4a2873e907e5dabef0bf56d570b1d68c71e5e388003ef833f7e7ee040a22f5a11ab3a7f8d2169
7
- data.tar.gz: fa75ad97dd151759d76be418727d5f1e2ca5dcdc6a8856a1f3d6881e5eee21deb60506c599f784dc19fad1a6bc437c62ea70a05f38bf9493bdb13957286b9e60
6
+ metadata.gz: b8e651363c135914d2c58830f6a4d8eb4d9da7b509c11b3407950008ca57e7a6f7cfe183c70ca03394abf3e6b47efd6e7cdfd6575fc8bc82ee6bf10503cfbf53
7
+ data.tar.gz: 3d0bf632b6f8f0b1145fc9835a0fde8d77ad6b3cc02567904584412cf3912bc884912b532504b8a368552ca2093bef35799ea6a568cf5982a666faf28c2044db
@@ -1,7 +1,7 @@
1
1
  require 'kaminari/helpers/helper_methods'
2
2
 
3
3
  module KonoUtils
4
- module BaseObject
4
+ module Object
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 BaseObject
2
+ module Object
3
3
  module Cell
4
4
  ##
5
5
  # Options:
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Buttons # namespace
5
5
  ##
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Buttons # namespace
5
5
  class Create < Base
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Buttons # namespace
5
5
  class Delete < Base
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Buttons # namespace
5
5
  class Download < Base
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Buttons # namespace
5
5
  class Edit < Base
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Buttons # namespace
5
5
  class List < Base
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Buttons # namespace
5
5
  ##
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  class Create::Base < Base
5
5
 
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Create
5
5
  class PageTitle < Base
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Create
5
5
  class SideTitle < Base
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  class Edits::Base < Base
5
5
 
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Edits
5
5
  class PageTitle < Base
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Edits
5
5
  class SideTitle < Base
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  class Form < Base
5
5
 
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
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 BaseObject
2
+ module Object
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 BaseObject
2
+ module Object
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 BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms
5
5
  module Containers
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms
5
5
  module Containers
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms
5
5
  module Containers
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
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 BaseObject
2
+ module Object
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 BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms
5
5
  module FieldSelectors
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms
5
5
  module FieldSelectors
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
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 BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
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::BaseObject::Cell::Buttons::Delete
10
+ class NestedWrappers::RemoveButton < KonoUtils::Object::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 BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields
@@ -1,5 +1,5 @@
1
1
  module KonoUtils
2
- module BaseObject
2
+ module Object
3
3
  module Cell
4
4
  module Forms # namespace
5
5
  module Fields