avo 3.17.4 → 3.17.5
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/Gemfile.lock +2 -14
- data/app/helpers/avo/application_helper.rb +4 -4
- data/avo.gemspec +0 -1
- data/lib/avo/version.rb +1 -1
- data/public/avo-assets/avo.base.js +464 -423
- data/public/avo-assets/avo.base.js.map +4 -4
- data/public/avo-assets/late-registration.js.map +1 -1
- metadata +2 -16
@@ -2,6 +2,6 @@
|
|
2
2
|
"version": 3,
|
3
3
|
"sources": ["../../app/javascript/late-registration.js"],
|
4
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,
|
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
6
|
"names": ["application", "name", "controller"]
|
7
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: 3.17.
|
4
|
+
version: 3.17.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adrian Marin
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2025-02-
|
13
|
+
date: 2025-02-11 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: activerecord
|
@@ -208,20 +208,6 @@ dependencies:
|
|
208
208
|
- - ">="
|
209
209
|
- !ruby/object:Gem::Version
|
210
210
|
version: 0.2.0
|
211
|
-
- !ruby/object:Gem::Dependency
|
212
|
-
name: universalid
|
213
|
-
requirement: !ruby/object:Gem::Requirement
|
214
|
-
requirements:
|
215
|
-
- - ">="
|
216
|
-
- !ruby/object:Gem::Version
|
217
|
-
version: '0'
|
218
|
-
type: :runtime
|
219
|
-
prerelease: false
|
220
|
-
version_requirements: !ruby/object:Gem::Requirement
|
221
|
-
requirements:
|
222
|
-
- - ">="
|
223
|
-
- !ruby/object:Gem::Version
|
224
|
-
version: '0'
|
225
211
|
description: Avo is a very custom Content Management System for Ruby on Rails that
|
226
212
|
saves engineers and teams months of development time by building user interfaces
|
227
213
|
and logic using configuration rather than traditional coding; When configuration
|