matestack-ui-core 0.7.1 → 0.7.2

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.

Potentially problematic release.


This version of matestack-ui-core might be problematic. Click here for more details.

Files changed (69) hide show
  1. checksums.yaml +4 -4
  2. data/app/concepts/matestack/ui/core/abbr/abbr.haml +5 -0
  3. data/app/concepts/matestack/ui/core/abbr/abbr.rb +12 -0
  4. data/app/concepts/matestack/ui/core/address/address.haml +5 -0
  5. data/app/concepts/matestack/ui/core/address/address.rb +5 -0
  6. data/app/concepts/matestack/ui/core/app/app.rb +1 -2
  7. data/app/concepts/matestack/ui/core/app/store.js +0 -1
  8. data/app/concepts/matestack/ui/core/article/article.haml +5 -0
  9. data/app/concepts/matestack/ui/core/article/article.rb +5 -0
  10. data/app/concepts/matestack/ui/core/async/async.haml +1 -1
  11. data/app/concepts/matestack/ui/core/async/async.js +3 -2
  12. data/app/concepts/matestack/ui/core/async/async.rb +8 -6
  13. data/app/concepts/matestack/ui/core/blockquote/blockquote.rb +3 -1
  14. data/app/concepts/matestack/ui/core/button/button.haml +4 -6
  15. data/app/concepts/matestack/ui/core/caption/caption.haml +2 -3
  16. data/app/concepts/matestack/ui/core/collection/content/content.js +0 -2
  17. data/app/concepts/matestack/ui/core/collection/content/content.rb +1 -1
  18. data/app/concepts/matestack/ui/core/collection/filter/filter.js +0 -2
  19. data/app/concepts/matestack/ui/core/collection/filter/filter.rb +1 -1
  20. data/app/concepts/matestack/ui/core/collection/filter/input/input.haml +1 -7
  21. data/app/concepts/matestack/ui/core/collection/filter/input/input.rb +12 -0
  22. data/app/concepts/matestack/ui/core/collection/helper.rb +0 -1
  23. data/app/concepts/matestack/ui/core/collection/order/order.js +0 -2
  24. data/app/concepts/matestack/ui/core/collection/order/order.rb +1 -1
  25. data/app/concepts/matestack/ui/core/collection/order/toggle/indicator/indicator.rb +3 -1
  26. data/app/concepts/matestack/ui/core/collection/order/toggle/toggle.rb +0 -1
  27. data/app/concepts/matestack/ui/core/component/component.js +0 -1
  28. data/app/concepts/matestack/ui/core/component/dynamic.rb +5 -8
  29. data/app/concepts/matestack/ui/core/details/details.rb +1 -0
  30. data/app/concepts/matestack/ui/core/div/div.rb +0 -1
  31. data/app/concepts/matestack/ui/core/form/input/input.haml +4 -6
  32. data/app/concepts/matestack/ui/core/form/select/select.haml +10 -6
  33. data/app/concepts/matestack/ui/core/icon/icon.haml +2 -3
  34. data/app/concepts/matestack/ui/core/img/img.haml +1 -1
  35. data/app/concepts/matestack/ui/core/isolate/isolate.haml +2 -0
  36. data/app/concepts/matestack/ui/core/isolate/isolate.rb +11 -0
  37. data/app/concepts/matestack/ui/core/label/label.haml +4 -6
  38. data/app/concepts/matestack/ui/core/li/li.haml +2 -3
  39. data/app/concepts/matestack/ui/core/onclick/onclick.haml +1 -1
  40. data/app/concepts/matestack/ui/core/onclick/onclick.rb +1 -2
  41. data/app/concepts/matestack/ui/core/page/page.rb +30 -6
  42. data/app/concepts/matestack/ui/core/paragraph/paragraph.haml +4 -7
  43. data/app/concepts/matestack/ui/core/pg/pg.haml +4 -7
  44. data/app/concepts/matestack/ui/core/plain/plain.rb +0 -1
  45. data/app/concepts/matestack/ui/core/sub/sub.haml +5 -0
  46. data/app/concepts/matestack/ui/core/sub/sub.rb +5 -0
  47. data/app/concepts/matestack/ui/core/summary/summary.haml +2 -3
  48. data/app/concepts/matestack/ui/core/summary/summary.rb +1 -0
  49. data/app/concepts/matestack/ui/core/tbody/tbody.haml +3 -0
  50. data/app/concepts/matestack/ui/core/tbody/tbody.rb +5 -0
  51. data/app/concepts/matestack/ui/core/td/td.haml +4 -7
  52. data/app/concepts/matestack/ui/core/tfoot/tfoot.haml +3 -0
  53. data/app/concepts/matestack/ui/core/tfoot/tfoot.rb +5 -0
  54. data/app/concepts/matestack/ui/core/th/th.haml +4 -7
  55. data/app/concepts/matestack/ui/core/thead/thead.haml +3 -0
  56. data/app/concepts/matestack/ui/core/thead/thead.rb +5 -0
  57. data/app/concepts/matestack/ui/core/transition/transition.haml +4 -6
  58. data/app/concepts/matestack/ui/core/video/video.haml +1 -1
  59. data/app/concepts/matestack/ui/core/view/view.rb +1 -3
  60. data/app/concepts/matestack/ui/core/youtube/youtube.haml +1 -0
  61. data/app/concepts/matestack/ui/core/youtube/youtube.rb +26 -0
  62. data/app/lib/matestack/ui/core/component_node.rb +5 -1
  63. data/app/lib/matestack/ui/core/page_node.rb +21 -0
  64. data/app/lib/matestack/ui/core/to_cell.rb +3 -1
  65. data/lib/generators/matestack_page/matestack_page_generator.rb +3 -3
  66. data/lib/matestack/ui/core/version.rb +1 -1
  67. data/vendor/assets/javascripts/matestack-ui-core.js +53 -136
  68. data/vendor/assets/javascripts/matestack-ui-core.js.map +1 -1
  69. metadata +20 -2
@@ -1 +1 @@
1
- = image_tag(ActionController::Base.helpers.asset_path(options[:path]), height: options[:height], width: options[:width], alt: options[:alt], class: options[:class], id: options[:id])
1
+ = image_tag(@tag_attributes, ActionController::Base.helpers.asset_path(options[:path]), height: options[:height], width: options[:width], alt: options[:alt]])
@@ -0,0 +1,2 @@
1
+ - @children_cells.each do |key, cell|
2
+ = cell.call(:show)
@@ -0,0 +1,11 @@
1
+ module Matestack::Ui::Core::Isolate
2
+ class Isolate < Matestack::Ui::Core::Component::Static
3
+
4
+ def setup
5
+ @component_key = @component_key + "__" + @argument.to_s
6
+ @component_key = @component_key + "(" + @cached_params.to_json + ")" if @cached_params.present?
7
+ @component_config[:component_key] = @component_key
8
+ end
9
+
10
+ end
11
+ end
@@ -1,7 +1,5 @@
1
- - if options[:text].blank?
2
- %label{@tag_attributes}
3
- - if block_given?
4
- = yield
5
- - else
6
- %label{@tag_attributes}
1
+ %label{@tag_attributes}
2
+ - if options[:text].nil? && block_given?
3
+ = yield
4
+ - else
7
5
  = options[:text]
@@ -1,6 +1,5 @@
1
1
  %li{@tag_attributes}
2
- - if options[:text].blank?
3
- - if block_given?
4
- = yield
2
+ - if options[:text].nil? && block_given?
3
+ = yield
5
4
  - else
6
5
  = options[:text]
@@ -1,2 +1,2 @@
1
- %div{"@click": "perform"}
1
+ %div{@tag_attributes, "@click": "perform"}
2
2
  = yield
@@ -1,6 +1,5 @@
1
1
  module Matestack::Ui::Core::Onclick
2
2
  class Onclick < Matestack::Ui::Core::Component::Dynamic
3
3
 
4
-
5
- end
6
4
  end
5
+ end
@@ -53,7 +53,7 @@ module Matestack::Ui::Core::Page
53
53
 
54
54
  def nodes_to_cell
55
55
  @nodes.each do |key, node|
56
- @cells[key] = to_cell(key, node["component_name"], node["config"], node["argument"], node["components"], node["included_config"])
56
+ @cells[key] = to_cell(key, node["component_name"], node["config"], node["argument"], node["components"], node["included_config"], node["cached_params"])
57
57
  end
58
58
  end
59
59
 
@@ -65,9 +65,15 @@ module Matestack::Ui::Core::Page
65
65
  Matestack::Ui::Core::PageNode.build(self, nil, context[:params], &block)
66
66
  end
67
67
 
68
+ def isolate(&block)
69
+ return block
70
+ end
71
+
68
72
 
69
73
  def show(component_key=nil, only_page=false)
70
74
  prepare
75
+ return resolve_isolated_component(component_key) if !component_key.nil? && component_key.include?("isolate")
76
+
71
77
  response
72
78
 
73
79
  render_mode = nil
@@ -92,11 +98,11 @@ module Matestack::Ui::Core::Page
92
98
  keys_array = keys_array.drop(keys_array.find_index(page_content_keys[0])+2)
93
99
  end
94
100
  node = @nodes.dig(*keys_array)
95
- cell = to_cell(component_key, node["component_name"], node["config"], node["argument"], node["components"], node["included_config"])
101
+ cell = to_cell(component_key, node["component_name"], node["config"], node["argument"], node["components"], node["included_config"], node["cached_params"])
96
102
  return cell.render_content
97
103
  else
98
104
  node = @nodes[component_key]
99
- cell = to_cell(component_key, node["component_name"], node["config"], node["argument"], node["components"], node["included_config"])
105
+ cell = to_cell(component_key, node["component_name"], node["config"], node["argument"], node["components"], node["included_config"], node["cached_params"])
100
106
  return cell.render_content
101
107
  end
102
108
  rescue
@@ -106,13 +112,33 @@ module Matestack::Ui::Core::Page
106
112
  end
107
113
  end
108
114
 
109
-
110
115
  def page_id
111
116
  @custom_page_id ||= @page_id
112
117
  end
113
118
 
114
119
  private
115
120
 
121
+ def resolve_isolated_component component_key
122
+ keys_array = component_key.gsub("__", "__components__").split("__").map {|k| k.to_s}
123
+ isolate_keys = keys_array.select{|key| key.match(/^isolate_/)}
124
+ keys_array = keys_array.drop(keys_array.find_index(isolate_keys[0])+2)
125
+ isolated_scope_method = keys_array[0]
126
+ if isolated_scope_method.include?("(")
127
+ isolated_scope_method_name = isolated_scope_method.split("(").first
128
+ isolated_scope_method_argument = isolated_scope_method.split("(").last.split(")").first
129
+ isolated_scope_method_argument = JSON.parse(isolated_scope_method_argument)
130
+ isolated_block = self.send(isolated_scope_method_name, isolated_scope_method_argument.with_indifferent_access)
131
+ else
132
+ isolated_block = self.send(isolated_scope_method)
133
+ end
134
+ nodes = Matestack::Ui::Core::PageNode.build(
135
+ self, nil, context[:params], &isolated_block
136
+ )
137
+ node = nodes.dig(*keys_array.drop(2))
138
+ cell = to_cell(component_key, node["component_name"], node["config"], node["argument"], node["components"], node["included_config"], node["cached_params"])
139
+ return cell.render_content
140
+ end
141
+
116
142
  def generate_page_name
117
143
  name_parts = self.class.name.split("::").map { |name| name.underscore }
118
144
  @page_id = name_parts.join("_")
@@ -145,7 +171,5 @@ module Matestack::Ui::Core::Page
145
171
  end
146
172
  end
147
173
 
148
-
149
174
  end
150
-
151
175
  end
@@ -1,8 +1,5 @@
1
- - if options[:text].nil?
2
- %p{@tag_attributes}
3
- - if block_given?
4
- = yield
5
-
6
- - else
7
- %p{@tag_attributes}
1
+ %p{@tag_attributes}
2
+ - if options[:text].nil? && block_given?
3
+ = yield
4
+ - else
8
5
  = options[:text]
@@ -1,8 +1,5 @@
1
- - if options[:text].nil?
2
- %p{@tag_attributes}
3
- - if block_given?
4
- = yield
5
-
6
- - else
7
- %p{@tag_attributes}
1
+ %p{@tag_attributes}
2
+ - if options[:text].nil? && block_given?
3
+ = yield
4
+ - else
8
5
  = options[:text]
@@ -6,5 +6,4 @@ module Matestack::Ui::Core::Plain
6
6
  end
7
7
 
8
8
  end
9
-
10
9
  end
@@ -0,0 +1,5 @@
1
+ %sub{@tag_attributes}
2
+ - if options[:text].nil? && block_given?
3
+ = yield
4
+ - else
5
+ = options[:text]
@@ -0,0 +1,5 @@
1
+ module Matestack::Ui::Core::Sub
2
+ class Sub < Matestack::Ui::Core::Component::Static
3
+
4
+ end
5
+ end
@@ -1,6 +1,5 @@
1
1
  %summary{@tag_attributes}
2
- - if options[:text].blank?
3
- - if block_given?
4
- = yield
2
+ - if options[:text].nil? && block_given?
3
+ = yield
5
4
  - else
6
5
  = options[:text]
@@ -1,4 +1,5 @@
1
1
  module Matestack::Ui::Core::Summary
2
2
  class Summary < Matestack::Ui::Core::Component::Static
3
+
3
4
  end
4
5
  end
@@ -0,0 +1,3 @@
1
+ %tbody{@tag_attributes}
2
+ - if block_given?
3
+ = yield
@@ -0,0 +1,5 @@
1
+ module Matestack::Ui::Core::Tbody
2
+ class Tbody < Matestack::Ui::Core::Component::Static
3
+
4
+ end
5
+ end
@@ -1,8 +1,5 @@
1
- - if options[:text].nil?
2
- %td{@tag_attributes}
3
- - if block_given?
4
- = yield
5
-
6
- - else
7
- %td{@tag_attributes}
1
+ %td{@tag_attributes}
2
+ - if options[:text].nil? && block_given?
3
+ = yield
4
+ - else
8
5
  = options[:text]
@@ -0,0 +1,3 @@
1
+ %tfoot{@tag_attributes}
2
+ - if block_given?
3
+ = yield
@@ -0,0 +1,5 @@
1
+ module Matestack::Ui::Core::Tfoot
2
+ class Tfoot < Matestack::Ui::Core::Component::Static
3
+
4
+ end
5
+ end
@@ -1,8 +1,5 @@
1
- - if options[:text].nil?
2
- %th{@tag_attributes}
3
- - if block_given?
4
- = yield
5
-
6
- - else
7
- %th{@tag_attributes}
1
+ %th{@tag_attributes}
2
+ - if options[:text].nil? && block_given?
3
+ = yield
4
+ - else
8
5
  = options[:text]
@@ -0,0 +1,3 @@
1
+ %thead{@tag_attributes}
2
+ - if block_given?
3
+ = yield
@@ -0,0 +1,5 @@
1
+ module Matestack::Ui::Core::Thead
2
+ class Thead < Matestack::Ui::Core::Component::Static
3
+
4
+ end
5
+ end
@@ -1,7 +1,5 @@
1
- - if options[:text].nil?
2
- %a{@tag_attributes}
3
- - if block_given?
4
- = yield
5
- - else
6
- %a{@tag_attributes}
1
+ %a{@tag_attributes}
2
+ - if options[:text].nil? && block_given?
3
+ = yield
4
+ - else
7
5
  = options[:text]
@@ -1 +1 @@
1
- = video_tag(ActionController::Base.helpers.asset_path(options[:path]), height: options[:height], width: options[:width], preload: options[:preload], autoplay: options[:autoplay], muted: options[:muted], playsinline: options[:playsinline], loop: options[:loop], class: options[:class], id: options[:id], controls: options[:controls])
1
+ = video_tag(@tag_attributes, ActionController::Base.helpers.asset_path(options[:path]), height: options[:height], width: options[:width], preload: options[:preload], autoplay: options[:autoplay], muted: options[:muted], playsinline: options[:playsinline], loop: options[:loop], controls: options[:controls])
@@ -1,7 +1,5 @@
1
1
  module Matestack::Ui::Core::View::Cell
2
2
  class View < Matestack::Ui::Core::Component::Dynamic
3
3
 
4
-
5
- end
6
4
  end
7
-
5
+ end
@@ -0,0 +1 @@
1
+ %iframe{@tag_attributes}
@@ -0,0 +1,26 @@
1
+ module Matestack::Ui::Core::Youtube
2
+ class Youtube < Matestack::Ui::Core::Component::Static
3
+
4
+ REQUIRED_KEYS = [:yt_id, :height, :width]
5
+
6
+ def setup
7
+ url = 'https://www.youtube.com/embed/'
8
+ url = 'https://www.youtube-nocookie.com/embed/' if options[:privacy_mode] == true
9
+ url << options[:yt_id]
10
+ url << '?' unless options[:no_controls] != true and options[:start_at].nil?
11
+ url << 'controls=0' if options[:no_controls] == true
12
+ url << '&amp;' if (options[:no_controls] != nil) and (options[:start_at] != nil)
13
+ url << "start=#{options[:start_at]}" unless options[:start_at].nil?
14
+
15
+ @tag_attributes.merge!({
16
+ 'src': url,
17
+ 'allow': 'accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture',
18
+ 'allowfullscreen': '',
19
+ 'frameborder': 0,
20
+ 'height': options[:height],
21
+ 'width': options[:width]
22
+ })
23
+ end
24
+
25
+ end
26
+ end
@@ -32,6 +32,10 @@ module Matestack::Ui::Core
32
32
  @hash[current_node]["argument"] = nil
33
33
  @hash[current_node]["included_config"] = @included_config
34
34
 
35
+ if meth == :isolate
36
+ raise("isolate > only works on page level currently. component support is comming soon!")
37
+ end
38
+
35
39
  if meth == :partial
36
40
  @hash[current_node]["components"] = @component_instance.send(args.first, *args.drop(1))
37
41
  elsif meth == :yield_components
@@ -39,7 +43,7 @@ module Matestack::Ui::Core
39
43
  @hash[current_node]["components"] = @component_instance.send(:get_children)
40
44
  else
41
45
  if args.first.is_a?(Hash)
42
- @hash[current_node]["config"] = args.first
46
+ @hash[current_node]["config"] = args.first unless meth == :slot
43
47
  else
44
48
  @hash[current_node]["argument"] = args.first
45
49
  end
@@ -43,6 +43,27 @@ module Matestack::Ui::Core
43
43
  end
44
44
  end
45
45
 
46
+ if meth == :isolate
47
+ if args.second.present?
48
+ if args.second.is_a? Hash
49
+ if args.second[:cached_params].nil?
50
+ raise "isolate > you need to pass params within a hash called 'cached_params'"
51
+ else
52
+ isolated_block = @page_instance.send(args.first, args.second[:cached_params])
53
+ end
54
+ else
55
+ raise "isolate > you need to pass params within a hash called 'cached_params'"
56
+ end
57
+ else
58
+ isolated_block = @page_instance.send(args.first)
59
+ end
60
+ @hash[current_node]["components"] = PageNode.build(
61
+ @page_instance, nil, @url_params, &isolated_block
62
+ )
63
+ @hash[current_node]["argument"] = args.first
64
+ @hash[current_node]["cached_params"] = args.second[:cached_params] if args.second.present?
65
+ end
66
+
46
67
  if meth == :partial
47
68
  partial_block = @page_instance.send(args.first, *args.drop(1))
48
69
  @hash[current_node]["components"] = PageNode.build(
@@ -1,6 +1,7 @@
1
1
  module Matestack::Ui::Core::ToCell
2
2
 
3
- def to_cell(key, component_name, config, argument, children, included_config)
3
+ def to_cell(key, component_name, config, argument, children, included_config, cached_params=nil)
4
+ # p cached_params
4
5
  request_uri = context[:request].env["REQUEST_URI"]
5
6
  query_string = context[:request].env["QUERY_STRING"]
6
7
 
@@ -9,6 +10,7 @@ module Matestack::Ui::Core::ToCell
9
10
  config.merge!(origin_url: request_uri.gsub("?" + query_string, ""))
10
11
  config.merge!(url_params: context[:params])
11
12
  config.merge!(included_config: included_config)
13
+ config.merge!(cached_params: cached_params)
12
14
 
13
15
  if component_name.start_with?("custom")
14
16
  return resolve_custom_component(component_name, argument, config)
@@ -27,14 +27,14 @@ class MatestackPageGenerator < Rails::Generators::NamedBase
27
27
  unless options[:called_by_app_generator]
28
28
  route %{get '#{@app_name}/#{@namespace}/#{file_name}', to: '#{@controller_action}'} unless @namespace.nil?
29
29
  route %{get '#{@app_name}/#{file_name}', to: '#{@controller_action}'} if @namespace.nil?
30
- puts "Page created! Make sure to modify"
30
+ puts "Page created! Make sure to add "
31
31
  puts ""
32
- puts "def controller_action"
32
+ puts "def #{file_name}"
33
33
  puts " responder_for(Pages::#{@app_name.camelize}::#{@namespace.camelize}::#{file_name.camelize})" unless @namespace.nil?
34
34
  puts " responder_for(Pages::#{@app_name.camelize}::#{file_name.camelize})" if @namespace.nil?
35
35
  puts "end"
36
36
  puts ""
37
- puts "and add it to the desired controller!"
37
+ puts "to the desired controller!"
38
38
  end
39
39
 
40
40
  end
@@ -1,7 +1,7 @@
1
1
  module Matestack
2
2
  module Ui
3
3
  module Core
4
- VERSION = '0.7.1'
4
+ VERSION = '0.7.2'
5
5
  end
6
6
  end
7
7
  end
@@ -11053,7 +11053,6 @@ Vue.compile = compileToFunctions;
11053
11053
 
11054
11054
 
11055
11055
 
11056
-
11057
11056
  const componentMixin = {
11058
11057
  props: ['componentConfig', 'params'],
11059
11058
  data: function () {
@@ -12839,7 +12838,6 @@ var buildURL = __webpack_require__(/*! ./../helpers/buildURL */ 26);
12839
12838
  var parseHeaders = __webpack_require__(/*! ./../helpers/parseHeaders */ 27);
12840
12839
  var isURLSameOrigin = __webpack_require__(/*! ./../helpers/isURLSameOrigin */ 28);
12841
12840
  var createError = __webpack_require__(/*! ../core/createError */ 12);
12842
- var btoa = (typeof window !== 'undefined' && window.btoa && window.btoa.bind(window)) || __webpack_require__(/*! ./../helpers/btoa */ 29);
12843
12841
 
12844
12842
  module.exports = function xhrAdapter(config) {
12845
12843
  return new Promise(function dispatchXhrRequest(resolve, reject) {
@@ -12851,22 +12849,6 @@ module.exports = function xhrAdapter(config) {
12851
12849
  }
12852
12850
 
12853
12851
  var request = new XMLHttpRequest();
12854
- var loadEvent = 'onreadystatechange';
12855
- var xDomain = false;
12856
-
12857
- // For IE 8/9 CORS support
12858
- // Only supports POST and GET calls and doesn't returns the response headers.
12859
- // DON'T do this for testing b/c XMLHttpRequest is mocked, not XDomainRequest.
12860
- if ("development" !== 'test' &&
12861
- typeof window !== 'undefined' &&
12862
- window.XDomainRequest && !('withCredentials' in request) &&
12863
- !isURLSameOrigin(config.url)) {
12864
- request = new window.XDomainRequest();
12865
- loadEvent = 'onload';
12866
- xDomain = true;
12867
- request.onprogress = function handleProgress() {};
12868
- request.ontimeout = function handleTimeout() {};
12869
- }
12870
12852
 
12871
12853
  // HTTP basic authentication
12872
12854
  if (config.auth) {
@@ -12881,8 +12863,8 @@ module.exports = function xhrAdapter(config) {
12881
12863
  request.timeout = config.timeout;
12882
12864
 
12883
12865
  // Listen for ready state
12884
- request[loadEvent] = function handleLoad() {
12885
- if (!request || (request.readyState !== 4 && !xDomain)) {
12866
+ request.onreadystatechange = function handleLoad() {
12867
+ if (!request || request.readyState !== 4) {
12886
12868
  return;
12887
12869
  }
12888
12870
 
@@ -12899,9 +12881,8 @@ module.exports = function xhrAdapter(config) {
12899
12881
  var responseData = !config.responseType || config.responseType === 'text' ? request.responseText : request.response;
12900
12882
  var response = {
12901
12883
  data: responseData,
12902
- // IE sends 1223 instead of 204 (https://github.com/axios/axios/issues/201)
12903
- status: request.status === 1223 ? 204 : request.status,
12904
- statusText: request.status === 1223 ? 'No Content' : request.statusText,
12884
+ status: request.status,
12885
+ statusText: request.statusText,
12905
12886
  headers: responseHeaders,
12906
12887
  config: config,
12907
12888
  request: request
@@ -12936,7 +12917,7 @@ module.exports = function xhrAdapter(config) {
12936
12917
  // This is only done if running in a standard browser environment.
12937
12918
  // Specifically not if we're in a web worker, or react-native.
12938
12919
  if (utils.isStandardBrowserEnv()) {
12939
- var cookies = __webpack_require__(/*! ./../helpers/cookies */ 30);
12920
+ var cookies = __webpack_require__(/*! ./../helpers/cookies */ 29);
12940
12921
 
12941
12922
  // Add xsrf header
12942
12923
  var xsrfValue = (config.withCredentials || isURLSameOrigin(config.url)) && config.xsrfCookieName ?
@@ -13183,8 +13164,6 @@ var index = {
13183
13164
 
13184
13165
 
13185
13166
 
13186
-
13187
-
13188
13167
  const componentDef = {
13189
13168
  mixins: [__WEBPACK_IMPORTED_MODULE_2_component_component__["a" /* default */]],
13190
13169
  data: function () {
@@ -13241,6 +13220,9 @@ const componentDef = {
13241
13220
  }
13242
13221
  }
13243
13222
  }
13223
+ if (this.componentConfig["init_show"] == true) {
13224
+ this.showing = true;
13225
+ }
13244
13226
  },
13245
13227
  beforeDestroy: function () {
13246
13228
  const self = this;
@@ -13272,7 +13254,7 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
13272
13254
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_axios___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2_axios__);
13273
13255
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_js_event_hub__ = __webpack_require__(/*! js/event-hub */ 3);
13274
13256
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_component_component__ = __webpack_require__(/*! component/component */ 1);
13275
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_js_core__ = __webpack_require__(/*! js/core */ 38);
13257
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_js_core__ = __webpack_require__(/*! js/core */ 37);
13276
13258
  /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "Vue", function() { return __WEBPACK_IMPORTED_MODULE_0_vue_dist_vue_esm__["a"]; });
13277
13259
  /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "Vuex", function() { return __WEBPACK_IMPORTED_MODULE_1_vuex__["a"]; });
13278
13260
  /* harmony reexport (default from non-hamory) */ __webpack_require__.d(__webpack_exports__, "axios", function() { return __WEBPACK_IMPORTED_MODULE_2_axios___default.a; });
@@ -13619,14 +13601,14 @@ axios.create = function create(instanceConfig) {
13619
13601
 
13620
13602
  // Expose Cancel & CancelToken
13621
13603
  axios.Cancel = __webpack_require__(/*! ./cancel/Cancel */ 14);
13622
- axios.CancelToken = __webpack_require__(/*! ./cancel/CancelToken */ 36);
13604
+ axios.CancelToken = __webpack_require__(/*! ./cancel/CancelToken */ 35);
13623
13605
  axios.isCancel = __webpack_require__(/*! ./cancel/isCancel */ 13);
13624
13606
 
13625
13607
  // Expose all/spread
13626
13608
  axios.all = function all(promises) {
13627
13609
  return Promise.all(promises);
13628
13610
  };
13629
- axios.spread = __webpack_require__(/*! ./helpers/spread */ 37);
13611
+ axios.spread = __webpack_require__(/*! ./helpers/spread */ 36);
13630
13612
 
13631
13613
  module.exports = axios;
13632
13614
 
@@ -13650,19 +13632,9 @@ module.exports.default = axios;
13650
13632
  * @license MIT
13651
13633
  */
13652
13634
 
13653
- // The _isBuffer check is for Safari 5-7 support, because it's missing
13654
- // Object.prototype.constructor. Remove this eventually
13655
- module.exports = function (obj) {
13656
- return obj != null && (isBuffer(obj) || isSlowBuffer(obj) || !!obj._isBuffer)
13657
- }
13658
-
13659
- function isBuffer (obj) {
13660
- return !!obj.constructor && typeof obj.constructor.isBuffer === 'function' && obj.constructor.isBuffer(obj)
13661
- }
13662
-
13663
- // For Node v0.10 support. Remove this eventually.
13664
- function isSlowBuffer (obj) {
13665
- return typeof obj.readFloatLE === 'function' && typeof obj.slice === 'function' && isBuffer(obj.slice(0, 0))
13635
+ module.exports = function isBuffer (obj) {
13636
+ return obj != null && obj.constructor != null &&
13637
+ typeof obj.constructor.isBuffer === 'function' && obj.constructor.isBuffer(obj)
13666
13638
  }
13667
13639
 
13668
13640
 
@@ -13680,8 +13652,8 @@ function isSlowBuffer (obj) {
13680
13652
 
13681
13653
  var defaults = __webpack_require__(/*! ./../defaults */ 7);
13682
13654
  var utils = __webpack_require__(/*! ./../utils */ 2);
13683
- var InterceptorManager = __webpack_require__(/*! ./InterceptorManager */ 31);
13684
- var dispatchRequest = __webpack_require__(/*! ./dispatchRequest */ 32);
13655
+ var InterceptorManager = __webpack_require__(/*! ./InterceptorManager */ 30);
13656
+ var dispatchRequest = __webpack_require__(/*! ./dispatchRequest */ 31);
13685
13657
 
13686
13658
  /**
13687
13659
  * Create a new instance of Axios
@@ -14077,54 +14049,6 @@ module.exports = (
14077
14049
 
14078
14050
  /***/ }),
14079
14051
  /* 29 */
14080
- /*!*************************************************!*\
14081
- !*** ../node_modules/axios/lib/helpers/btoa.js ***!
14082
- \*************************************************/
14083
- /*! dynamic exports provided */
14084
- /*! all exports used */
14085
- /***/ (function(module, exports, __webpack_require__) {
14086
-
14087
- "use strict";
14088
-
14089
-
14090
- // btoa polyfill for IE<10 courtesy https://github.com/davidchambers/Base64.js
14091
-
14092
- var chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';
14093
-
14094
- function E() {
14095
- this.message = 'String contains an invalid character';
14096
- }
14097
- E.prototype = new Error;
14098
- E.prototype.code = 5;
14099
- E.prototype.name = 'InvalidCharacterError';
14100
-
14101
- function btoa(input) {
14102
- var str = String(input);
14103
- var output = '';
14104
- for (
14105
- // initialize result and counter
14106
- var block, charCode, idx = 0, map = chars;
14107
- // if the next str index does not exist:
14108
- // change the mapping table to "="
14109
- // check if d has no fractional digits
14110
- str.charAt(idx | 0) || (map = '=', idx % 1);
14111
- // "8 - idx % 1 * 8" generates the sequence 2, 4, 6, 8
14112
- output += map.charAt(63 & block >> 8 - idx % 1 * 8)
14113
- ) {
14114
- charCode = str.charCodeAt(idx += 3 / 4);
14115
- if (charCode > 0xFF) {
14116
- throw new E();
14117
- }
14118
- block = block << 8 | charCode;
14119
- }
14120
- return output;
14121
- }
14122
-
14123
- module.exports = btoa;
14124
-
14125
-
14126
- /***/ }),
14127
- /* 30 */
14128
14052
  /*!****************************************************!*\
14129
14053
  !*** ../node_modules/axios/lib/helpers/cookies.js ***!
14130
14054
  \****************************************************/
@@ -14189,7 +14113,7 @@ module.exports = (
14189
14113
 
14190
14114
 
14191
14115
  /***/ }),
14192
- /* 31 */
14116
+ /* 30 */
14193
14117
  /*!************************************************************!*\
14194
14118
  !*** ../node_modules/axios/lib/core/InterceptorManager.js ***!
14195
14119
  \************************************************************/
@@ -14253,7 +14177,7 @@ module.exports = InterceptorManager;
14253
14177
 
14254
14178
 
14255
14179
  /***/ }),
14256
- /* 32 */
14180
+ /* 31 */
14257
14181
  /*!*********************************************************!*\
14258
14182
  !*** ../node_modules/axios/lib/core/dispatchRequest.js ***!
14259
14183
  \*********************************************************/
@@ -14265,11 +14189,11 @@ module.exports = InterceptorManager;
14265
14189
 
14266
14190
 
14267
14191
  var utils = __webpack_require__(/*! ./../utils */ 2);
14268
- var transformData = __webpack_require__(/*! ./transformData */ 33);
14192
+ var transformData = __webpack_require__(/*! ./transformData */ 32);
14269
14193
  var isCancel = __webpack_require__(/*! ../cancel/isCancel */ 13);
14270
14194
  var defaults = __webpack_require__(/*! ../defaults */ 7);
14271
- var isAbsoluteURL = __webpack_require__(/*! ./../helpers/isAbsoluteURL */ 34);
14272
- var combineURLs = __webpack_require__(/*! ./../helpers/combineURLs */ 35);
14195
+ var isAbsoluteURL = __webpack_require__(/*! ./../helpers/isAbsoluteURL */ 33);
14196
+ var combineURLs = __webpack_require__(/*! ./../helpers/combineURLs */ 34);
14273
14197
 
14274
14198
  /**
14275
14199
  * Throws a `Cancel` if cancellation has been requested.
@@ -14351,7 +14275,7 @@ module.exports = function dispatchRequest(config) {
14351
14275
 
14352
14276
 
14353
14277
  /***/ }),
14354
- /* 33 */
14278
+ /* 32 */
14355
14279
  /*!*******************************************************!*\
14356
14280
  !*** ../node_modules/axios/lib/core/transformData.js ***!
14357
14281
  \*******************************************************/
@@ -14383,7 +14307,7 @@ module.exports = function transformData(data, headers, fns) {
14383
14307
 
14384
14308
 
14385
14309
  /***/ }),
14386
- /* 34 */
14310
+ /* 33 */
14387
14311
  /*!**********************************************************!*\
14388
14312
  !*** ../node_modules/axios/lib/helpers/isAbsoluteURL.js ***!
14389
14313
  \**********************************************************/
@@ -14409,7 +14333,7 @@ module.exports = function isAbsoluteURL(url) {
14409
14333
 
14410
14334
 
14411
14335
  /***/ }),
14412
- /* 35 */
14336
+ /* 34 */
14413
14337
  /*!********************************************************!*\
14414
14338
  !*** ../node_modules/axios/lib/helpers/combineURLs.js ***!
14415
14339
  \********************************************************/
@@ -14435,7 +14359,7 @@ module.exports = function combineURLs(baseURL, relativeURL) {
14435
14359
 
14436
14360
 
14437
14361
  /***/ }),
14438
- /* 36 */
14362
+ /* 35 */
14439
14363
  /*!*******************************************************!*\
14440
14364
  !*** ../node_modules/axios/lib/cancel/CancelToken.js ***!
14441
14365
  \*******************************************************/
@@ -14504,7 +14428,7 @@ module.exports = CancelToken;
14504
14428
 
14505
14429
 
14506
14430
  /***/ }),
14507
- /* 37 */
14431
+ /* 36 */
14508
14432
  /*!***************************************************!*\
14509
14433
  !*** ../node_modules/axios/lib/helpers/spread.js ***!
14510
14434
  \***************************************************/
@@ -14543,7 +14467,7 @@ module.exports = function spread(callback) {
14543
14467
 
14544
14468
 
14545
14469
  /***/ }),
14546
- /* 38 */
14470
+ /* 37 */
14547
14471
  /*!****************************************************!*\
14548
14472
  !*** ../app/concepts/matestack/ui/core/js/core.js ***!
14549
14473
  \****************************************************/
@@ -14552,21 +14476,21 @@ module.exports = function spread(callback) {
14552
14476
 
14553
14477
  "use strict";
14554
14478
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_vue_dist_vue_esm__ = __webpack_require__(/*! vue/dist/vue.esm */ 0);
14555
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_app_app__ = __webpack_require__(/*! app/app */ 39);
14479
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_app_app__ = __webpack_require__(/*! app/app */ 38);
14556
14480
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_async_async__ = __webpack_require__(/*! async/async */ 16);
14557
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_page_content__ = __webpack_require__(/*! page/content */ 40);
14558
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_app_store__ = __webpack_require__(/*! app/store */ 41);
14481
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_page_content__ = __webpack_require__(/*! page/content */ 39);
14482
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_app_store__ = __webpack_require__(/*! app/store */ 40);
14559
14483
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_component_component__ = __webpack_require__(/*! component/component */ 1);
14560
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_component_anonym_dynamic_component__ = __webpack_require__(/*! component/anonym-dynamic-component */ 42);
14561
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_7_html_html__ = __webpack_require__(/*! html/html */ 43);
14562
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_8_transition_transition__ = __webpack_require__(/*! transition/transition */ 44);
14563
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_9_action_action__ = __webpack_require__(/*! action/action */ 45);
14564
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_10_form_form__ = __webpack_require__(/*! form/form */ 46);
14565
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_11_view_view__ = __webpack_require__(/*! view/view */ 47);
14566
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_12_onclick_onclick__ = __webpack_require__(/*! onclick/onclick */ 48);
14567
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_13_collection_content_content__ = __webpack_require__(/*! collection/content/content */ 49);
14568
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_14_collection_filter_filter__ = __webpack_require__(/*! collection/filter/filter */ 50);
14569
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_15_collection_order_order__ = __webpack_require__(/*! collection/order/order */ 51);
14484
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_component_anonym_dynamic_component__ = __webpack_require__(/*! component/anonym-dynamic-component */ 41);
14485
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_7_html_html__ = __webpack_require__(/*! html/html */ 42);
14486
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_8_transition_transition__ = __webpack_require__(/*! transition/transition */ 43);
14487
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_9_action_action__ = __webpack_require__(/*! action/action */ 44);
14488
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_10_form_form__ = __webpack_require__(/*! form/form */ 45);
14489
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_11_view_view__ = __webpack_require__(/*! view/view */ 46);
14490
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_12_onclick_onclick__ = __webpack_require__(/*! onclick/onclick */ 47);
14491
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_13_collection_content_content__ = __webpack_require__(/*! collection/content/content */ 48);
14492
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_14_collection_filter_filter__ = __webpack_require__(/*! collection/filter/filter */ 49);
14493
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_15_collection_order_order__ = __webpack_require__(/*! collection/order/order */ 50);
14570
14494
 
14571
14495
 
14572
14496
 
@@ -14598,7 +14522,7 @@ document.addEventListener('DOMContentLoaded', () => {
14598
14522
  /* unused harmony default export */ var _unused_webpack_default_export = (__WEBPACK_IMPORTED_MODULE_0_vue_dist_vue_esm__["a" /* default */]);
14599
14523
 
14600
14524
  /***/ }),
14601
- /* 39 */
14525
+ /* 38 */
14602
14526
  /*!****************************************************!*\
14603
14527
  !*** ../app/concepts/matestack/ui/core/app/app.js ***!
14604
14528
  \****************************************************/
@@ -14640,7 +14564,7 @@ let component = __WEBPACK_IMPORTED_MODULE_0_vue_dist_vue_esm__["a" /* default */
14640
14564
  /* unused harmony default export */ var _unused_webpack_default_export = (componentDef);
14641
14565
 
14642
14566
  /***/ }),
14643
- /* 40 */
14567
+ /* 39 */
14644
14568
  /*!*********************************************************!*\
14645
14569
  !*** ../app/concepts/matestack/ui/core/page/content.js ***!
14646
14570
  \*********************************************************/
@@ -14670,7 +14594,7 @@ let component = __WEBPACK_IMPORTED_MODULE_0_vue_dist_vue_esm__["a" /* default */
14670
14594
  /* unused harmony default export */ var _unused_webpack_default_export = (componentDef);
14671
14595
 
14672
14596
  /***/ }),
14673
- /* 41 */
14597
+ /* 40 */
14674
14598
  /*!******************************************************!*\
14675
14599
  !*** ../app/concepts/matestack/ui/core/app/store.js ***!
14676
14600
  \******************************************************/
@@ -14689,7 +14613,6 @@ let component = __WEBPACK_IMPORTED_MODULE_0_vue_dist_vue_esm__["a" /* default */
14689
14613
 
14690
14614
 
14691
14615
 
14692
-
14693
14616
  __WEBPACK_IMPORTED_MODULE_0_vue_dist_vue_esm__["a" /* default */].use(__WEBPACK_IMPORTED_MODULE_1_vuex__["a" /* default */]);
14694
14617
 
14695
14618
  const store = new __WEBPACK_IMPORTED_MODULE_1_vuex__["a" /* default */].Store({
@@ -14755,7 +14678,7 @@ const store = new __WEBPACK_IMPORTED_MODULE_1_vuex__["a" /* default */].Store({
14755
14678
  /* harmony default export */ __webpack_exports__["a"] = (store);
14756
14679
 
14757
14680
  /***/ }),
14758
- /* 42 */
14681
+ /* 41 */
14759
14682
  /*!*******************************************************************************!*\
14760
14683
  !*** ../app/concepts/matestack/ui/core/component/anonym-dynamic-component.js ***!
14761
14684
  \*******************************************************************************/
@@ -14777,7 +14700,7 @@ let component = __WEBPACK_IMPORTED_MODULE_0_vue_dist_vue_esm__["a" /* default */
14777
14700
  /* unused harmony default export */ var _unused_webpack_default_export = (componentDef);
14778
14701
 
14779
14702
  /***/ }),
14780
- /* 43 */
14703
+ /* 42 */
14781
14704
  /*!******************************************************!*\
14782
14705
  !*** ../app/concepts/matestack/ui/core/html/html.js ***!
14783
14706
  \******************************************************/
@@ -14799,7 +14722,7 @@ let component = __WEBPACK_IMPORTED_MODULE_0_vue_dist_vue_esm__["a" /* default */
14799
14722
  /* unused harmony default export */ var _unused_webpack_default_export = (component);
14800
14723
 
14801
14724
  /***/ }),
14802
- /* 44 */
14725
+ /* 43 */
14803
14726
  /*!******************************************************************!*\
14804
14727
  !*** ../app/concepts/matestack/ui/core/transition/transition.js ***!
14805
14728
  \******************************************************************/
@@ -14838,7 +14761,7 @@ let component = __WEBPACK_IMPORTED_MODULE_0_vue_dist_vue_esm__["a" /* default */
14838
14761
  /* unused harmony default export */ var _unused_webpack_default_export = (componentDef);
14839
14762
 
14840
14763
  /***/ }),
14841
- /* 45 */
14764
+ /* 44 */
14842
14765
  /*!**********************************************************!*\
14843
14766
  !*** ../app/concepts/matestack/ui/core/action/action.js ***!
14844
14767
  \**********************************************************/
@@ -14901,7 +14824,7 @@ let component = __WEBPACK_IMPORTED_MODULE_0_vue_dist_vue_esm__["a" /* default */
14901
14824
  /* unused harmony default export */ var _unused_webpack_default_export = (componentDef);
14902
14825
 
14903
14826
  /***/ }),
14904
- /* 46 */
14827
+ /* 45 */
14905
14828
  /*!******************************************************!*\
14906
14829
  !*** ../app/concepts/matestack/ui/core/form/form.js ***!
14907
14830
  \******************************************************/
@@ -15048,7 +14971,7 @@ let component = __WEBPACK_IMPORTED_MODULE_0_vue_dist_vue_esm__["a" /* default */
15048
14971
  /* unused harmony default export */ var _unused_webpack_default_export = (componentDef);
15049
14972
 
15050
14973
  /***/ }),
15051
- /* 47 */
14974
+ /* 46 */
15052
14975
  /*!******************************************************!*\
15053
14976
  !*** ../app/concepts/matestack/ui/core/view/view.js ***!
15054
14977
  \******************************************************/
@@ -15103,7 +15026,7 @@ let component = __WEBPACK_IMPORTED_MODULE_0_vue_dist_vue_esm__["a" /* default */
15103
15026
  /* unused harmony default export */ var _unused_webpack_default_export = (componentDef);
15104
15027
 
15105
15028
  /***/ }),
15106
- /* 48 */
15029
+ /* 47 */
15107
15030
  /*!************************************************************!*\
15108
15031
  !*** ../app/concepts/matestack/ui/core/onclick/onclick.js ***!
15109
15032
  \************************************************************/
@@ -15137,7 +15060,7 @@ let component = __WEBPACK_IMPORTED_MODULE_0_vue_dist_vue_esm__["a" /* default */
15137
15060
  /* unused harmony default export */ var _unused_webpack_default_export = (componentDef);
15138
15061
 
15139
15062
  /***/ }),
15140
- /* 49 */
15063
+ /* 48 */
15141
15064
  /*!***********************************************************************!*\
15142
15065
  !*** ../app/concepts/matestack/ui/core/collection/content/content.js ***!
15143
15066
  \***********************************************************************/
@@ -15156,8 +15079,6 @@ let component = __WEBPACK_IMPORTED_MODULE_0_vue_dist_vue_esm__["a" /* default */
15156
15079
 
15157
15080
 
15158
15081
 
15159
-
15160
-
15161
15082
  const componentDef = {
15162
15083
  mixins: [__WEBPACK_IMPORTED_MODULE_3_component_component__["a" /* default */], __WEBPACK_IMPORTED_MODULE_4_async_async__["a" /* default */]],
15163
15084
  data: function () {
@@ -15252,7 +15173,7 @@ let component = __WEBPACK_IMPORTED_MODULE_0_vue_dist_vue_esm__["a" /* default */
15252
15173
  /* unused harmony default export */ var _unused_webpack_default_export = (componentDef);
15253
15174
 
15254
15175
  /***/ }),
15255
- /* 50 */
15176
+ /* 49 */
15256
15177
  /*!*********************************************************************!*\
15257
15178
  !*** ../app/concepts/matestack/ui/core/collection/filter/filter.js ***!
15258
15179
  \*********************************************************************/
@@ -15269,8 +15190,6 @@ let component = __WEBPACK_IMPORTED_MODULE_0_vue_dist_vue_esm__["a" /* default */
15269
15190
 
15270
15191
 
15271
15192
 
15272
-
15273
-
15274
15193
  const componentDef = {
15275
15194
  mixins: [__WEBPACK_IMPORTED_MODULE_3_component_component__["a" /* default */]],
15276
15195
  data: function () {
@@ -15316,7 +15235,7 @@ let component = __WEBPACK_IMPORTED_MODULE_0_vue_dist_vue_esm__["a" /* default */
15316
15235
  /* unused harmony default export */ var _unused_webpack_default_export = (componentDef);
15317
15236
 
15318
15237
  /***/ }),
15319
- /* 51 */
15238
+ /* 50 */
15320
15239
  /*!*******************************************************************!*\
15321
15240
  !*** ../app/concepts/matestack/ui/core/collection/order/order.js ***!
15322
15241
  \*******************************************************************/
@@ -15333,8 +15252,6 @@ let component = __WEBPACK_IMPORTED_MODULE_0_vue_dist_vue_esm__["a" /* default */
15333
15252
 
15334
15253
 
15335
15254
 
15336
-
15337
-
15338
15255
  const componentDef = {
15339
15256
  mixins: [__WEBPACK_IMPORTED_MODULE_3_component_component__["a" /* default */]],
15340
15257
  data: function () {