avo 1.19.1.pre.4 → 1.19.1.pre.8
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of avo might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -4
- data/app/assets/builds/avo.css +388 -275
- data/app/assets/builds/avo.js +14 -3
- data/app/assets/builds/avo.js.map +2 -2
- data/app/assets/stylesheets/avo.css +8 -0
- data/app/assets/stylesheets/css/search.css +1 -1
- data/app/components/avo/edit/field_wrapper_component.html.erb +1 -1
- data/app/components/avo/fields/common/files_list_viewer_component.html.erb +1 -1
- data/app/components/avo/fields/common/heading_component.html.erb +1 -1
- data/app/components/avo/index/field_wrapper_component.html.erb +1 -1
- data/app/components/avo/index/table_row_component.html.erb +1 -1
- data/app/components/avo/show/field_wrapper_component.html.erb +1 -1
- data/app/helpers/avo/application_helper.rb +3 -4
- data/app/javascript/avo.js +12 -0
- data/app/views/avo/actions/show.html.erb +1 -1
- data/app/views/avo/base/_actions.html.erb +1 -1
- data/app/views/avo/base/_filters.html.erb +3 -3
- data/app/views/avo/home/_actions.html.erb +1 -1
- data/app/views/avo/home/_filters.html.erb +1 -1
- data/app/views/avo/home/_resources.html.erb +2 -2
- data/app/views/avo/partials/_footer.html.erb +1 -1
- data/app/views/avo/partials/_global_search.html.erb +4 -1
- data/app/views/avo/partials/_logo.html.erb +1 -1
- data/app/views/avo/partials/_paginator.html.erb +3 -3
- data/app/views/avo/partials/_table_header.html.erb +2 -2
- data/app/views/layouts/avo/application.html.erb +2 -2
- data/bin/test +1 -1
- data/lib/avo/configuration.rb +6 -0
- data/lib/avo/version.rb +1 -1
- data/lib/generators/avo/filter_generator.rb +2 -0
- data/lib/generators/avo/templates/filters/text_filter.tt +8 -0
- data/lib/generators/avo/templates/initializer/avo.tt +4 -5
- data/public/avo-assets/avo.css +376 -263
- data/public/avo-assets/avo.js +14 -3
- data/public/avo-assets/avo.js.map +2 -2
- metadata +3 -3
- data/app/javascript/images/logo.png +0 -0
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: 1.19.1.pre.
|
4
|
+
version: 1.19.1.pre.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adrian Marin
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2022-02-
|
12
|
+
date: 2022-02-03 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -479,7 +479,6 @@ files:
|
|
479
479
|
- app/helpers/avo/resources_helper.rb
|
480
480
|
- app/helpers/avo/url_helpers.rb
|
481
481
|
- app/javascript/avo.js
|
482
|
-
- app/javascript/images/logo.png
|
483
482
|
- app/javascript/js/active-storage.js
|
484
483
|
- app/javascript/js/application.js
|
485
484
|
- app/javascript/js/controllers.js
|
@@ -662,6 +661,7 @@ files:
|
|
662
661
|
- lib/generators/avo/templates/field/components/show_component.rb.tt
|
663
662
|
- lib/generators/avo/templates/filters/boolean_filter.tt
|
664
663
|
- lib/generators/avo/templates/filters/select_filter.tt
|
664
|
+
- lib/generators/avo/templates/filters/text_filter.tt
|
665
665
|
- lib/generators/avo/templates/initializer/avo.tt
|
666
666
|
- lib/generators/avo/templates/locales/avo.en.yml
|
667
667
|
- lib/generators/avo/templates/locales/avo.nb-NO.yml
|
Binary file
|