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
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0607ab6fcac318ac684bd207e030b59d18a595274fb848f8cd4ca99b493bffe7
|
4
|
+
data.tar.gz: a14bf800ea877f5063d172db128f2d45391c98a7af1f66d7335658353fd01778
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4bd86190561a2e1cc073d54b9a6e367315c0c6d47cc9a4a09ac25a08299bffd452827b0a69e2b370a73aa286b1eb6015b858005e6912c1ce6f32024503c1c88d
|
7
|
+
data.tar.gz: '03991166fe7ac5b90975d37e15f0e698eed4aba13b572a6f292728fb7e1765fe0673e1becf39e9576d8a510a3821213aaacbe7feb2759a1f50c823115e5c2549'
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
avo (1.19.1.pre.
|
4
|
+
avo (1.19.1.pre.8)
|
5
5
|
active_link_to
|
6
6
|
addressable
|
7
7
|
breadcrumbs_on_rails
|
@@ -227,10 +227,8 @@ GEM
|
|
227
227
|
nokogiri (1.13.1)
|
228
228
|
mini_portile2 (~> 2.7.0)
|
229
229
|
racc (~> 1.4)
|
230
|
-
nokogiri (1.13.1-x86_64-linux)
|
231
|
-
racc (~> 1.4)
|
232
230
|
orm_adapter (0.5.0)
|
233
|
-
pagy (5.
|
231
|
+
pagy (5.10.0)
|
234
232
|
activesupport
|
235
233
|
parallel (1.21.0)
|
236
234
|
parser (3.1.0.0)
|