hotwire_combobox 0.2.3 → 0.2.4
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/app/assets/javascripts/hotwire_combobox.esm.js +1 -1
- data/app/assets/javascripts/hotwire_combobox.umd.js +1 -1
- data/app/views/hotwire_combobox/_component.html.erb +5 -1
- data/app/views/hotwire_combobox/_pagination.html.erb +2 -2
- data/lib/hotwire_combobox/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7a06f74ec8d38e109d2fec2b81c56d58ada9e5644e371a072eb690eb3c2ab383
|
|
4
|
+
data.tar.gz: d3e07d9dbc14afe6764ae239609766f7cc5a5374fca55816d47dd167ad54a203
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9eedaa03fe6a6c4d1dee68f4c23090c1d6ed4a26208a0a877e3f134fcb15dbe0120d40c9048b8f5009f378c6f8d9e2cfafd04d2f69d3b699810f604339bf45b3
|
|
7
|
+
data.tar.gz: 2be4c0676906f3757f2f8fe5e16cebecd1040cd2161dcdfed9bcb64d39729f46d5ed6e64a51a389a865f190a6bcef8ec2dbafe1f47b2c5102d922ea083e5f74e
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<%= render "hotwire_combobox/combobox/hidden_field", component: component %>
|
|
5
5
|
|
|
6
6
|
<%= tag.div **component.main_wrapper_attrs do %>
|
|
7
|
-
<%#
|
|
7
|
+
<%# Essential styles defined here, removing these would break the combobox %>
|
|
8
8
|
<%= tag.style nonce: content_security_policy_nonce do %>
|
|
9
9
|
.hw-combobox__announcer {
|
|
10
10
|
position: absolute;
|
|
@@ -16,6 +16,10 @@
|
|
|
16
16
|
clip: rect(0, 0, 0, 0);
|
|
17
17
|
border: 0;
|
|
18
18
|
}
|
|
19
|
+
|
|
20
|
+
.hw_combobox__pagination__wrapper {
|
|
21
|
+
height: 5px;
|
|
22
|
+
}
|
|
19
23
|
<% end %>
|
|
20
24
|
<%= tag.div **component.announcer_attrs %>
|
|
21
25
|
<%= render "hotwire_combobox/combobox/input", component: component %>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<%# locals: (for_id:, src:) -%>
|
|
2
2
|
|
|
3
|
-
<%= tag.li id: hw_pagination_frame_wrapper_id(for_id),
|
|
4
|
-
hw_combobox_target: "endOfOptionsStream", input_type: params[:input_type] },
|
|
3
|
+
<%= tag.li id: hw_pagination_frame_wrapper_id(for_id), class: "hw_combobox__pagination__wrapper",
|
|
4
|
+
data: { hw_combobox_target: "endOfOptionsStream", input_type: params[:input_type] },
|
|
5
5
|
aria: { hidden: true } do %>
|
|
6
6
|
<%= turbo_frame_tag hw_pagination_frame_id(for_id), src: src, loading: :lazy %>
|
|
7
7
|
<% end %>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hotwire_combobox
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jose Farias
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-04
|
|
11
|
+
date: 2024-05-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|