avo 4.0.0.beta.36 → 4.0.0.beta.37
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 +1 -1
- data/Gemfile.lock +3 -3
- data/app/assets/builds/avo/application.css +2 -2
- data/app/assets/builds/avo/application.js +197 -196
- data/app/assets/builds/avo/application.js.map +3 -3
- data/app/assets/stylesheets/css/components/field-wrapper.css +2 -2
- data/app/views/avo/base/_boolean_filter.html.erb +1 -1
- data/app/views/avo/base/_date_time_filter.html.erb +1 -2
- data/app/views/avo/base/_multiple_select_filter.html.erb +1 -2
- data/app/views/avo/base/_select_filter.html.erb +1 -1
- data/app/views/avo/base/_text_filter.html.erb +1 -2
- data/lib/avo/version.rb +1 -1
- data/lib/generators/avo/templates/locales/avo.de.yml +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 72c79404b75dcf15d6374715d8e3062ae17005422a0d7a90776a5134daea326b
|
|
4
|
+
data.tar.gz: 4e2d92bef832cb32d892733de1004bde0a355212715c9c57f0e183f48b65c56b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 513d6788a9097518e535e8ba579dd7160b3dd377cee10928404b088820b7bc15f1a469375f4de0846dd4e6995fa416c92ad9a9916e03bdbfe59de0cec99029c6
|
|
7
|
+
data.tar.gz: 3a92451445acb7c4c11a2035ae284255e6c963312e421e54ed17813239a33f0505765e36781dc02054cc87d5c9182d7a585da58b9c1d24f01e4cd0382a6757b2
|
data/Gemfile
CHANGED
|
@@ -74,7 +74,7 @@ gem "prefixed_ids"
|
|
|
74
74
|
gem "hashid-rails", "~> 1.4", ">= 1.4.1"
|
|
75
75
|
gem "money-rails", "~> 1.12"
|
|
76
76
|
gem "csv"
|
|
77
|
-
gem "view_component", ">= 4.
|
|
77
|
+
gem "view_component", ">= 4.9.0"
|
|
78
78
|
|
|
79
79
|
# =============================================================================
|
|
80
80
|
# AWS & CLOUD SERVICES
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
avo (4.0.0.beta.
|
|
4
|
+
avo (4.0.0.beta.37)
|
|
5
5
|
actionview (>= 6.1)
|
|
6
6
|
active_link_to
|
|
7
7
|
activerecord (>= 6.1)
|
|
@@ -776,7 +776,7 @@ GEM
|
|
|
776
776
|
unicode-emoji (4.2.0)
|
|
777
777
|
uri (1.1.1)
|
|
778
778
|
useragent (0.16.11)
|
|
779
|
-
view_component (4.
|
|
779
|
+
view_component (4.11.0)
|
|
780
780
|
actionview (>= 7.1.0)
|
|
781
781
|
activesupport (>= 7.1.0)
|
|
782
782
|
concurrent-ruby (~> 1)
|
|
@@ -903,7 +903,7 @@ DEPENDENCIES
|
|
|
903
903
|
standard
|
|
904
904
|
test-prof
|
|
905
905
|
tzinfo-data
|
|
906
|
-
view_component (>= 4.
|
|
906
|
+
view_component (>= 4.9.0)
|
|
907
907
|
web-console (>= 3.3.0)
|
|
908
908
|
webmock
|
|
909
909
|
zeitwerk
|
|
@@ -7923,8 +7923,8 @@
|
|
|
7923
7923
|
height: calc(var(--spacing) * 3);
|
|
7924
7924
|
flex-shrink: 0;
|
|
7925
7925
|
background-color: currentColor;
|
|
7926
|
-
-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%
|
|
7927
|
-
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%
|
|
7926
|
+
-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0'/%3E%3Cpath d='M10 10l4 4m0 -4l-4 4'/%3E%3C/svg%3E") no-repeat center / contain;
|
|
7927
|
+
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0'/%3E%3Cpath d='M10 10l4 4m0 -4l-4 4'/%3E%3C/svg%3E") no-repeat center / contain;
|
|
7928
7928
|
}
|
|
7929
7929
|
.field-wrapper__content {
|
|
7930
7930
|
display: flex;
|