avo 4.0.0.beta.46 → 4.0.0.beta.47

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.
@@ -0,0 +1,2 @@
1
+ (()=>{var n=window.Stimulus;window.Avo.configuration.stimulus_controllers&&window.Avo.configuration.stimulus_controllers.forEach(([o,i])=>{n.register(o,window[i])});})();
2
+ //# sourceMappingURL=late-registration.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../app/javascript/late-registration.js"],
4
+ "sourcesContent": ["const application = window.Stimulus\n\n// This is going run last so it can regiser custom StimulusJS controllers from plugins.\nif (window.Avo.configuration.stimulus_controllers) {\n window.Avo.configuration.stimulus_controllers.forEach(([name, controller]) => {\n application.register(name, window[controller])\n })\n}\n"],
5
+ "mappings": "MAAA,IAAMA,EAAc,OAAO,SAGvB,OAAO,IAAI,cAAc,sBAC3B,OAAO,IAAI,cAAc,qBAAqB,QAAQ,CAAC,CAACC,EAAMC,CAAU,IAAM,CAC5EF,EAAY,SAASC,EAAM,OAAOC,CAAU,CAAC,CAC/C,CAAC",
6
+ "names": ["application", "name", "controller"]
7
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: avo
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0.beta.46
4
+ version: 4.0.0.beta.47
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Marin
@@ -1046,8 +1046,10 @@ files:
1046
1046
  - lib/avo/media_library/configuration.rb
1047
1047
  - lib/avo/photo_object.rb
1048
1048
  - lib/avo/plugin.rb
1049
+ - lib/avo/plugin_dsl.rb
1049
1050
  - lib/avo/plugin_manager.rb
1050
1051
  - lib/avo/prefixed_test_helpers.rb
1052
+ - lib/avo/railtie_dsl.rb
1051
1053
  - lib/avo/reloader.rb
1052
1054
  - lib/avo/resources/array_resource.rb
1053
1055
  - lib/avo/resources/base.rb
@@ -1164,6 +1166,11 @@ files:
1164
1166
  - lib/generators/model_generator.rb
1165
1167
  - lib/generators/rails/avo_resource_generator.rb
1166
1168
  - lib/tasks/avo_tasks.rake
1169
+ - public/avo-assets/avo.base.css
1170
+ - public/avo-assets/avo.base.js
1171
+ - public/avo-assets/avo.base.js.map
1172
+ - public/avo-assets/late-registration.js
1173
+ - public/avo-assets/late-registration.js.map
1167
1174
  - tailwind.custom.js
1168
1175
  homepage: https://avohq.io
1169
1176
  licenses:
@@ -1190,7 +1197,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1190
1197
  - !ruby/object:Gem::Version
1191
1198
  version: '0'
1192
1199
  requirements: []
1193
- rubygems_version: 4.0.6
1200
+ rubygems_version: 4.0.9
1194
1201
  specification_version: 4
1195
1202
  summary: Admin panel framework and Content Management System for Ruby on Rails.
1196
1203
  test_files: []