matestack-ui-core 0.7.2.1 → 0.7.3
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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/app/concepts/matestack/ui/core/actionview/dynamic.haml +6 -0
- data/app/concepts/matestack/ui/core/actionview/dynamic.rb +28 -0
- data/app/concepts/matestack/ui/core/actionview/static.haml +1 -0
- data/app/concepts/matestack/ui/core/actionview/static.rb +28 -0
- data/app/concepts/matestack/ui/core/app/app.rb +1 -25
- data/app/concepts/matestack/ui/core/area/area.haml +1 -0
- data/app/concepts/matestack/ui/core/area/area.rb +18 -0
- data/app/concepts/matestack/ui/core/aside/aside.haml +3 -0
- data/app/concepts/matestack/ui/core/aside/aside.rb +5 -0
- data/app/concepts/matestack/ui/core/b/b.haml +5 -0
- data/app/concepts/matestack/ui/core/b/b.rb +5 -0
- data/app/concepts/matestack/ui/core/cite/cite.haml +5 -0
- data/app/concepts/matestack/ui/core/cite/cite.rb +5 -0
- data/app/concepts/matestack/ui/core/code/code.haml +5 -0
- data/app/concepts/matestack/ui/core/code/code.rb +5 -0
- data/app/concepts/matestack/ui/core/component/dynamic.rb +33 -25
- data/app/concepts/matestack/ui/core/dd/dd.haml +5 -0
- data/app/concepts/matestack/ui/core/dd/dd.rb +5 -0
- data/app/concepts/matestack/ui/core/dl/dl.haml +5 -0
- data/app/concepts/matestack/ui/core/dl/dl.rb +5 -0
- data/app/concepts/matestack/ui/core/dt/dt.haml +5 -0
- data/app/concepts/matestack/ui/core/dt/dt.rb +5 -0
- data/app/concepts/matestack/ui/core/em/em.haml +5 -0
- data/app/concepts/matestack/ui/core/em/em.rb +5 -0
- data/app/concepts/matestack/ui/core/fieldset/fieldset.haml +5 -0
- data/app/concepts/matestack/ui/core/fieldset/fieldset.rb +9 -0
- data/app/concepts/matestack/ui/core/figure/figure.haml +3 -0
- data/app/concepts/matestack/ui/core/figure/figure.rb +5 -0
- data/app/concepts/matestack/ui/core/form/form.js +19 -1
- data/app/concepts/matestack/ui/core/img/img.rb +1 -0
- data/app/concepts/matestack/ui/core/ins/ins.haml +5 -0
- data/app/concepts/matestack/ui/core/ins/ins.rb +10 -0
- data/app/concepts/matestack/ui/core/js/core.js +0 -1
- data/app/concepts/matestack/ui/core/kbd/kbd.haml +5 -0
- data/app/concepts/matestack/ui/core/kbd/kbd.rb +4 -0
- data/app/concepts/matestack/ui/core/label/label.rb +6 -1
- data/app/concepts/matestack/ui/core/legend/legend.haml +5 -0
- data/app/concepts/matestack/ui/core/legend/legend.rb +5 -0
- data/app/concepts/matestack/ui/core/link/link.rb +2 -1
- data/app/concepts/matestack/ui/core/map/map.haml +3 -0
- data/app/concepts/matestack/ui/core/map/map.rb +11 -0
- data/app/concepts/matestack/ui/core/mark/mark.haml +5 -0
- data/app/concepts/matestack/ui/core/mark/mark.rb +4 -0
- data/app/concepts/matestack/ui/core/meter/meter.haml +4 -0
- data/app/concepts/matestack/ui/core/meter/meter.rb +14 -0
- data/app/concepts/matestack/ui/core/noscript/noscript.haml +5 -0
- data/app/concepts/matestack/ui/core/noscript/noscript.rb +5 -0
- data/app/concepts/matestack/ui/core/object/object.haml +1 -0
- data/app/concepts/matestack/ui/core/object/object.rb +15 -0
- data/app/concepts/matestack/ui/core/output/output.haml +5 -0
- data/app/concepts/matestack/ui/core/output/output.rb +11 -0
- data/app/concepts/matestack/ui/core/page/page.rb +31 -17
- data/app/concepts/matestack/ui/core/param/param.haml +1 -0
- data/app/concepts/matestack/ui/core/param/param.rb +10 -0
- data/app/concepts/matestack/ui/core/pre/pre.haml +5 -0
- data/app/concepts/matestack/ui/core/pre/pre.rb +5 -0
- data/app/concepts/matestack/ui/core/q/q.haml +5 -0
- data/app/concepts/matestack/ui/core/q/q.rb +11 -0
- data/app/concepts/matestack/ui/core/rp/rp.haml +5 -0
- data/app/concepts/matestack/ui/core/rp/rp.rb +5 -0
- data/app/concepts/matestack/ui/core/rt/rt.haml +5 -0
- data/app/concepts/matestack/ui/core/rt/rt.rb +5 -0
- data/app/concepts/matestack/ui/core/ruby/ruby.haml +5 -0
- data/app/concepts/matestack/ui/core/ruby/ruby.rb +5 -0
- data/app/concepts/matestack/ui/core/s/s.haml +5 -0
- data/app/concepts/matestack/ui/core/s/s.rb +6 -0
- data/app/concepts/matestack/ui/core/sup/sup.haml +5 -0
- data/app/concepts/matestack/ui/core/sup/sup.rb +5 -0
- data/app/concepts/matestack/ui/core/var/var.haml +5 -0
- data/app/concepts/matestack/ui/core/var/var.rb +4 -0
- data/app/concepts/matestack/ui/core/video/video.haml +3 -1
- data/app/concepts/matestack/ui/core/video/video.rb +17 -1
- data/app/lib/matestack/ui/core/component_node.rb +1 -1
- data/app/lib/matestack/ui/dynamic_actionview_component.rb +1 -0
- data/app/lib/matestack/ui/static_actionview_component.rb +1 -0
- data/config/routes.rb +0 -1
- data/lib/generators/matestack/app/USAGE +21 -0
- data/lib/generators/matestack/app/app_generator.rb +25 -0
- data/lib/generators/{matestack_app/templates/matestack_app_controller.erb → matestack/app/templates/app/controllers/%file_name%_controller.rb.tt} +0 -2
- data/lib/generators/matestack/app/templates/app/matestack/apps/%file_name%.rb.tt +28 -0
- data/lib/generators/matestack/component/USAGE +20 -0
- data/lib/generators/matestack/component/component_generator.rb +29 -0
- data/lib/generators/{matestack_component/templates/matestack_component.haml.erb → matestack/component/templates/app/matestack/components/%namespace%/%file_name%.haml.tt} +0 -0
- data/lib/generators/{matestack_component/templates/matestack_component.js.erb → matestack/component/templates/app/matestack/components/%namespace%/%file_name%.js.tt} +2 -2
- data/lib/generators/matestack/component/templates/app/matestack/components/%namespace%/%file_name%.rb.tt +11 -0
- data/lib/generators/{matestack_component/templates/matestack_component.scss.erb → matestack/component/templates/app/matestack/components/%namespace%/%file_name%.scss.tt} +0 -0
- data/lib/generators/matestack/core/component/USAGE +16 -0
- data/lib/generators/matestack/core/component/component_generator.rb +23 -0
- data/lib/generators/matestack/core/component/templates/app/concepts/matestack/ui/core/%file_name%/%file_name%.haml.tt +5 -0
- data/lib/generators/matestack/core/component/templates/app/concepts/matestack/ui/core/%file_name%/%file_name%.rb.tt +4 -0
- data/lib/generators/matestack/core/component/templates/docs/components/%file_name%.md.tt +44 -0
- data/lib/generators/matestack/core/component/templates/spec/usage/components/%file_name%_spec.rb +31 -0
- data/lib/generators/matestack/page/USAGE +28 -0
- data/lib/generators/matestack/page/page_generator.rb +54 -0
- data/lib/generators/matestack/page/templates/app/matestack/pages/%app_name%/%namespace%/%file_name%.rb.tt +28 -0
- data/lib/matestack/ui/core/version.rb +1 -1
- data/vendor/assets/javascripts/matestack-ui-core.js +3736 -2755
- data/vendor/assets/javascripts/matestack-ui-core.js.map +1 -1
- metadata +85 -20
- data/app/concepts/matestack/ui/core/view/view.haml +0 -2
- data/app/concepts/matestack/ui/core/view/view.js +0 -42
- data/app/concepts/matestack/ui/core/view/view.rb +0 -5
- data/lib/generators/matestack_app/USAGE +0 -21
- data/lib/generators/matestack_app/matestack_app_generator.rb +0 -26
- data/lib/generators/matestack_app/templates/matestack_app.erb +0 -26
- data/lib/generators/matestack_component/USAGE +0 -20
- data/lib/generators/matestack_component/matestack_component_generator.rb +0 -30
- data/lib/generators/matestack_component/templates/matestack_component.rb.erb +0 -13
- data/lib/generators/matestack_page/USAGE +0 -28
- data/lib/generators/matestack_page/matestack_page_generator.rb +0 -41
- data/lib/generators/matestack_page/templates/matestack_page.erb +0 -15
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5c58a7c3107da2943a7443d50e8cf07ba1f379bc58b71a3f97d00700ad87773b
|
|
4
|
+
data.tar.gz: d76f2c74cd96afad0b6e4071c751c46122a294690e03f6006ec395e84af24637
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e02c8a827ab68d86343df60902c2c245b9eff1374d3c2f77adbb050472270ad4858c0d9b0b0473dd06315c2f33f089e9237870d7cfe4f977c6e1d65145b4b4fa
|
|
7
|
+
data.tar.gz: 895b45ac12b0f494e5f40c3b5214884d28fb23657602d3b5c4f6637f6353817fda117898743f280dcfd7376aa508b4ae507cd28da6624e2a78fb77b9034d0542
|
data/README.md
CHANGED
|
@@ -21,7 +21,7 @@ dynamic Web-App.
|
|
|
21
21
|
|
|
22
22
|
### Installation:
|
|
23
23
|
|
|
24
|
-
Click here to see how you can add Matestack UI to your existing Rails application: [Installation Guide](
|
|
24
|
+
Click here to see how you can add Matestack UI to your existing Rails application: [Installation Guide](https://www.matestack.org/docs/install)
|
|
25
25
|
|
|
26
26
|
### Features:
|
|
27
27
|
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
module Matestack::Ui::Core::Actionview
|
|
2
|
+
class Dynamic < Matestack::Ui::Core::Component::Dynamic
|
|
3
|
+
|
|
4
|
+
include ActionView::Helpers::ActiveModelHelper
|
|
5
|
+
include ActionView::Helpers::ActiveModelInstanceTag
|
|
6
|
+
include ActionView::Helpers::AssetTagHelper
|
|
7
|
+
include ActionView::Helpers::AssetUrlHelper
|
|
8
|
+
include ActionView::Helpers::AtomFeedHelper
|
|
9
|
+
include ActionView::Helpers::CacheHelper
|
|
10
|
+
include ActionView::Helpers::CaptureHelper
|
|
11
|
+
include ActionView::Helpers::CspHelper
|
|
12
|
+
include ActionView::Helpers::CsrfHelper
|
|
13
|
+
include ActionView::Helpers::DateHelper
|
|
14
|
+
include ActionView::Helpers::DebugHelper
|
|
15
|
+
include ActionView::Helpers::FormHelper
|
|
16
|
+
include ActionView::Helpers::FormOptionsHelper
|
|
17
|
+
include ActionView::Helpers::FormTagHelper
|
|
18
|
+
include ActionView::Helpers::JavaScriptHelper
|
|
19
|
+
include ActionView::Helpers::NumberHelper
|
|
20
|
+
include ActionView::Helpers::OutputSafetyHelper
|
|
21
|
+
include ActionView::Helpers::SanitizeHelper
|
|
22
|
+
include ActionView::Helpers::TagHelper
|
|
23
|
+
include ActionView::Helpers::TextHelper
|
|
24
|
+
include ActionView::Helpers::TranslationHelper
|
|
25
|
+
include ActionView::Helpers::UrlHelper
|
|
26
|
+
|
|
27
|
+
end
|
|
28
|
+
end
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
= render_content
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
module Matestack::Ui::Core::Actionview
|
|
2
|
+
class Static < Matestack::Ui::Core::Component::Static
|
|
3
|
+
|
|
4
|
+
include ActionView::Helpers::ActiveModelHelper
|
|
5
|
+
include ActionView::Helpers::ActiveModelInstanceTag
|
|
6
|
+
include ActionView::Helpers::AssetTagHelper
|
|
7
|
+
include ActionView::Helpers::AssetUrlHelper
|
|
8
|
+
include ActionView::Helpers::AtomFeedHelper
|
|
9
|
+
include ActionView::Helpers::CacheHelper
|
|
10
|
+
include ActionView::Helpers::CaptureHelper
|
|
11
|
+
include ActionView::Helpers::CspHelper
|
|
12
|
+
include ActionView::Helpers::CsrfHelper
|
|
13
|
+
include ActionView::Helpers::DateHelper
|
|
14
|
+
include ActionView::Helpers::DebugHelper
|
|
15
|
+
include ActionView::Helpers::FormHelper
|
|
16
|
+
include ActionView::Helpers::FormOptionsHelper
|
|
17
|
+
include ActionView::Helpers::FormTagHelper
|
|
18
|
+
include ActionView::Helpers::JavaScriptHelper
|
|
19
|
+
include ActionView::Helpers::NumberHelper
|
|
20
|
+
include ActionView::Helpers::OutputSafetyHelper
|
|
21
|
+
include ActionView::Helpers::SanitizeHelper
|
|
22
|
+
include ActionView::Helpers::TagHelper
|
|
23
|
+
include ActionView::Helpers::TextHelper
|
|
24
|
+
include ActionView::Helpers::TranslationHelper
|
|
25
|
+
include ActionView::Helpers::UrlHelper
|
|
26
|
+
|
|
27
|
+
end
|
|
28
|
+
end
|
|
@@ -1,33 +1,9 @@
|
|
|
1
1
|
module Matestack::Ui::Core::App
|
|
2
2
|
class App < Trailblazer::Cell
|
|
3
|
-
|
|
4
|
-
include ActionView::Helpers::ActiveModelInstanceTag
|
|
5
|
-
include ActionView::Helpers::AssetTagHelper
|
|
6
|
-
include ActionView::Helpers::AssetUrlHelper
|
|
7
|
-
include ActionView::Helpers::AtomFeedHelper
|
|
8
|
-
include ActionView::Helpers::CacheHelper
|
|
9
|
-
include ActionView::Helpers::CaptureHelper
|
|
10
|
-
include ActionView::Helpers::CspHelper
|
|
11
|
-
include ActionView::Helpers::CsrfHelper
|
|
12
|
-
include ActionView::Helpers::DateHelper
|
|
13
|
-
include ActionView::Helpers::DebugHelper
|
|
14
|
-
include ActionView::Helpers::FormHelper
|
|
15
|
-
include ActionView::Helpers::FormOptionsHelper
|
|
16
|
-
include ActionView::Helpers::FormTagHelper
|
|
17
|
-
include ActionView::Helpers::JavaScriptHelper
|
|
18
|
-
include ActionView::Helpers::NumberHelper
|
|
19
|
-
include ActionView::Helpers::OutputSafetyHelper
|
|
20
|
-
include ActionView::Helpers::RecordTagHelper
|
|
21
|
-
# include ActionView::Helpers::RenderingHelper
|
|
22
|
-
include ActionView::Helpers::SanitizeHelper
|
|
23
|
-
include ActionView::Helpers::TagHelper
|
|
24
|
-
include ActionView::Helpers::TextHelper
|
|
25
|
-
include ActionView::Helpers::TranslationHelper
|
|
26
|
-
include ActionView::Helpers::UrlHelper
|
|
3
|
+
|
|
27
4
|
include ::Cell::Haml
|
|
28
5
|
include Matestack::Ui::Core::ApplicationHelper
|
|
29
6
|
include Matestack::Ui::Core::ToCell
|
|
30
|
-
# include ::Rails.application.routes.url_helpers
|
|
31
7
|
|
|
32
8
|
view_paths << "#{Matestack::Ui::Core::Engine.root}/app/concepts"
|
|
33
9
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
%area{@tag_attributes}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
module Matestack::Ui::Core::Area
|
|
2
|
+
class Area < Matestack::Ui::Core::Component::Static
|
|
3
|
+
def setup
|
|
4
|
+
@tag_attributes.merge!({
|
|
5
|
+
alt: options[:alt],
|
|
6
|
+
coords: options[:coords].join(','),
|
|
7
|
+
download: options[:download],
|
|
8
|
+
href: options[:href],
|
|
9
|
+
hreflang: options[:hreflang],
|
|
10
|
+
media: options[:media],
|
|
11
|
+
rel: options[:rel],
|
|
12
|
+
shape: options[:shape],
|
|
13
|
+
target: options[:target],
|
|
14
|
+
type: options[:type]
|
|
15
|
+
})
|
|
16
|
+
end
|
|
17
|
+
end
|
|
18
|
+
end
|
|
@@ -1,30 +1,6 @@
|
|
|
1
1
|
module Matestack::Ui::Core::Component
|
|
2
2
|
class Dynamic < Trailblazer::Cell
|
|
3
3
|
|
|
4
|
-
include ActionView::Helpers::ActiveModelHelper
|
|
5
|
-
include ActionView::Helpers::ActiveModelInstanceTag
|
|
6
|
-
include ActionView::Helpers::AssetTagHelper
|
|
7
|
-
include ActionView::Helpers::AssetUrlHelper
|
|
8
|
-
include ActionView::Helpers::AtomFeedHelper
|
|
9
|
-
include ActionView::Helpers::CacheHelper
|
|
10
|
-
include ActionView::Helpers::CaptureHelper
|
|
11
|
-
include ActionView::Helpers::CspHelper
|
|
12
|
-
include ActionView::Helpers::CsrfHelper
|
|
13
|
-
include ActionView::Helpers::DateHelper
|
|
14
|
-
include ActionView::Helpers::DebugHelper
|
|
15
|
-
include ActionView::Helpers::FormHelper
|
|
16
|
-
include ActionView::Helpers::FormOptionsHelper
|
|
17
|
-
include ActionView::Helpers::FormTagHelper
|
|
18
|
-
include ActionView::Helpers::JavaScriptHelper
|
|
19
|
-
include ActionView::Helpers::NumberHelper
|
|
20
|
-
include ActionView::Helpers::OutputSafetyHelper
|
|
21
|
-
include ActionView::Helpers::RecordTagHelper
|
|
22
|
-
# include ActionView::Helpers::RenderingHelper
|
|
23
|
-
include ActionView::Helpers::SanitizeHelper
|
|
24
|
-
include ActionView::Helpers::TagHelper
|
|
25
|
-
include ActionView::Helpers::TextHelper
|
|
26
|
-
include ActionView::Helpers::TranslationHelper
|
|
27
|
-
include ActionView::Helpers::UrlHelper
|
|
28
4
|
include ::Cell::Haml
|
|
29
5
|
include Matestack::Ui::Core::ApplicationHelper
|
|
30
6
|
include Matestack::Ui::Core::ToCell
|
|
@@ -158,7 +134,7 @@ module Matestack::Ui::Core::Component
|
|
|
158
134
|
@nodes = Matestack::Ui::Core::ComponentNode.build(self, nil, &block)
|
|
159
135
|
|
|
160
136
|
@nodes.each do |key, node|
|
|
161
|
-
@cells[key] = to_cell(key, node["component_name"], node["config"], node["argument"], node["components"], node["included_config"], node["cached_params"])
|
|
137
|
+
@cells[key] = to_cell("#{@component_key}__#{key}", node["component_name"], node["config"], node["argument"], node["components"], node["included_config"], node["cached_params"])
|
|
162
138
|
end
|
|
163
139
|
end
|
|
164
140
|
|
|
@@ -191,6 +167,38 @@ module Matestack::Ui::Core::Component
|
|
|
191
167
|
result.join(" ")
|
|
192
168
|
end
|
|
193
169
|
|
|
170
|
+
def render_child_component component_key, current_search_keys_array
|
|
171
|
+
if respond_to? :prepare
|
|
172
|
+
prepare
|
|
173
|
+
end
|
|
174
|
+
|
|
175
|
+
response
|
|
176
|
+
|
|
177
|
+
if current_search_keys_array.count > 1
|
|
178
|
+
if @nodes.dig(*current_search_keys_array) == nil
|
|
179
|
+
rest = []
|
|
180
|
+
while @nodes.dig(*current_search_keys_array) == nil
|
|
181
|
+
rest << current_search_keys_array.pop
|
|
182
|
+
end
|
|
183
|
+
node = @nodes.dig(*current_search_keys_array)
|
|
184
|
+
cell = to_cell(component_key, node["component_name"], node["config"], node["argument"], node["components"], node["included_config"], node["cached_params"])
|
|
185
|
+
begin
|
|
186
|
+
return cell.render_child_component component_key, rest.reverse[1..-1]
|
|
187
|
+
rescue
|
|
188
|
+
return cell.render_content
|
|
189
|
+
end
|
|
190
|
+
else
|
|
191
|
+
node = @nodes.dig(*current_search_keys_array)
|
|
192
|
+
cell = to_cell(component_key, node["component_name"], node["config"], node["argument"], node["components"], node["included_config"], node["cached_params"])
|
|
193
|
+
return cell.render_content
|
|
194
|
+
end
|
|
195
|
+
else
|
|
196
|
+
node = @nodes[current_search_keys_array[0]]
|
|
197
|
+
cell = to_cell(component_key, node["component_name"], node["config"], node["argument"], node["components"], node["included_config"], node["cached_params"])
|
|
198
|
+
return cell.render_content
|
|
199
|
+
end
|
|
200
|
+
end
|
|
201
|
+
|
|
194
202
|
private
|
|
195
203
|
|
|
196
204
|
def generate_children_cells
|
|
@@ -104,9 +104,27 @@ const componentDef = {
|
|
|
104
104
|
if (self.componentConfig["success"] != undefined && self.componentConfig["success"]["emit"] != undefined) {
|
|
105
105
|
matestackEventHub.$emit(self.componentConfig["success"]["emit"], response.data);
|
|
106
106
|
}
|
|
107
|
-
if (self.componentConfig["success"] != undefined
|
|
107
|
+
if (self.componentConfig["success"] != undefined
|
|
108
|
+
&& self.componentConfig["success"]["transition"] != undefined
|
|
109
|
+
&& (
|
|
110
|
+
self.componentConfig["success"]["transition"]["follow_response"] == undefined
|
|
111
|
+
||
|
|
112
|
+
self.componentConfig["success"]["transition"]["follow_response"] === false
|
|
113
|
+
)
|
|
114
|
+
&& self.$store != undefined
|
|
115
|
+
) {
|
|
108
116
|
let path = self.componentConfig["success"]["transition"]["path"]
|
|
109
117
|
self.$store.dispatch('navigateTo', {url: path, backwards: false})
|
|
118
|
+
return;
|
|
119
|
+
}
|
|
120
|
+
if (self.componentConfig["success"] != undefined
|
|
121
|
+
&& self.componentConfig["success"]["transition"] != undefined
|
|
122
|
+
&& self.componentConfig["success"]["transition"]["follow_response"] === true
|
|
123
|
+
&& self.$store != undefined
|
|
124
|
+
) {
|
|
125
|
+
let path = response.data["transition_to"]
|
|
126
|
+
self.$store.dispatch('navigateTo', {url: path, backwards: false})
|
|
127
|
+
return;
|
|
110
128
|
}
|
|
111
129
|
self.setProps(self.data, null);
|
|
112
130
|
self.initValues()
|
|
@@ -10,7 +10,6 @@ import html from 'html/html'
|
|
|
10
10
|
import transition from 'transition/transition'
|
|
11
11
|
import action from 'action/action'
|
|
12
12
|
import form from 'form/form'
|
|
13
|
-
import view from 'view/view'
|
|
14
13
|
import onclick from 'onclick/onclick'
|
|
15
14
|
import collectionContent from 'collection/content/content'
|
|
16
15
|
import collectionFilter from 'collection/filter/filter'
|