refine-rails 2.9.12 → 2.9.13

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ab8f1ddf921b2c99b7c08322941c1dce1ed3eac31382a2579e3fc0759e71d09a
4
- data.tar.gz: 522251961a4df8ab2ff57d77d50ed040b2ed6ca48cee78f71685097928ab088b
3
+ metadata.gz: 5836b6a4e038da50667759f2797771d2c58cd85b55bdf675c566ed3378da2867
4
+ data.tar.gz: 2be921931819b0c9174e359078312ee2cf7061df037024786638f1110d7ab1a0
5
5
  SHA512:
6
- metadata.gz: 0fe6657fb99b0e6d9eba24965fe9dde25909b75e0d616a0dfdb98c649011aa08f0a3a8de67c4940cfa4b6fa1e0a048050740aae9a1c6f6d5749563223839e013
7
- data.tar.gz: 9e0e0eab46bc6e5170e1cdfa0e3684caa8da59fa7c97b60c8849de4ba77a02dd4a529b644200b355f505a7c50fc6f98192a621f2c4f0354de815dff00dcfcbb4
6
+ metadata.gz: c3b75ad55aa0c839691eec7694b91028e4d1e22db4b8aab45ada04f9a5989c1ffb1d986a1f33a6a8b1eedd2718cacb981442db1bcc59fa10ca0de1b9c1039cae
7
+ data.tar.gz: 6fab69ea67b35e8925638a6ce16ff99d2d590331867ca126403460639e708ccca8f9caa6b17e9d579fda9329e9d26008c77698cfca62884182ead9c2d71d85aa
@@ -36,6 +36,7 @@
36
36
  <option
37
37
  value="<%= condition_option[:id] %>"
38
38
  <% if selected_condition_id == condition_option[:id] %>selected<% end %>
39
+ title="<%= condition_option[:display] %>"
39
40
  ><%= condition_option[:display] %></option>
40
41
  <% end %>
41
42
  </optgroup>
@@ -45,6 +46,7 @@
45
46
  <option
46
47
  value="<%= condition_option[:id] %>"
47
48
  <% if selected_condition_id == condition_option[:id] %>selected<% end %>
49
+ title="<%= condition_option[:display] %>"
48
50
  ><%= condition_option[:display] %></option>
49
51
  <% end %>
50
52
  </optgroup>
@@ -19,6 +19,7 @@
19
19
  <% condition.meta[:options].each do |option| %>
20
20
  <option
21
21
  value="<%= option[:id] %>"
22
+ title="<%= option[:display] %>"
22
23
  <% if selected.find { |id| id == option[:id] } %>selected<% end %>
23
24
  >
24
25
  <%= option[:display].truncate(64) %>
@@ -17,7 +17,7 @@
17
17
  <% else %>
18
18
  <%= radio_button_tag input_fields.field_name("selected"), option.id, (criterion.input.selected == [option.id]), class: "refine--option-input", form: form_id %>
19
19
  <% end %>
20
- <span class="refine--option-text"><%= option.display.truncate(64) %></span>
20
+ <span class="refine--option-text" title="<%= option.display %>"><%= option.display.truncate(64) %></span>
21
21
  <% end %>
22
22
  <% end %>
23
23
  <% if criterion.condition.meta[:postfix] %>
@@ -1,5 +1,5 @@
1
1
  module Refine
2
2
  module Rails
3
- VERSION = "2.9.12"
3
+ VERSION = "2.9.13"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: refine-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.9.12
4
+ version: 2.9.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Colleen Schnettler
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-04-10 00:00:00.000000000 Z
12
+ date: 2024-06-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails