refine-rails 2.11.3 → 2.11.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: da49445eb684d8187ebe0ba05aa919d6293ec55e63e7df2dad3e58051712e901
4
- data.tar.gz: d732551892233793e9cf3fbba13143b59698fb27a4029c8635a9202e2ca9b5b2
3
+ metadata.gz: d1421ece0ebb5f98fc900504e64ffe00792141506999a2103542c59b1ecfdf8c
4
+ data.tar.gz: d5877f85705a36f7fc669755875b753e616bd4592d68f584a7ec4cd3092b588a
5
5
  SHA512:
6
- metadata.gz: b46d8c7809b3c0fa10a1122b2ff16b81e4fdbf36100a426a822c928eccb3d30d6c75b7a073abee80c46a9345b960cf04936cb59d0e77e4373df4484371a17fd4
7
- data.tar.gz: cb90e961a890efaa351999f60279380ebc51f7bd7e28bd9856f19856b074c0c8b7a39a06e405f70be95525426af76adb6f0f98d57332b5c72469b65160e9e8b9
6
+ metadata.gz: 00c6859c614af6b424d39f676c6a5c9f180231076803a13fd4be5a384e486adb4b10fd8bbea360964b67a368932896b527fe21a5a811db2a981206cd43e93500
7
+ data.tar.gz: 968fd2f3d6e8c3aae8cde871db0c4e8d88764fb9c5ea3b924e607a49398109013b2d0c294115c6b6c221c8770d42e4551fd0c94e4a6460e64ef88153081a7b51
@@ -9,7 +9,7 @@
9
9
  <%= link_to refine_inline_criterion_path(criterion.position, criterion.to_params), class: "refine--remove-condition", data: {turbo_method: :delete, controller: "refine--turbo-stream-link", action: "refine--turbo-stream-link#visit"} do %>
10
10
  <span class="material-icons-outlined refine--icon-sm">clear</span>
11
11
  <% end %>
12
- <%= link_to edit_refine_inline_criterion_path(criterion.position, criterion.to_params), class:"refine--condition-pill-button", data: {controller: "refine--turbo-stream-link", action: "refine--turbo-stream-link#visit"} do %>
12
+ <%= link_to edit_refine_inline_criterion_path(criterion.position, criterion.to_params), class:"refine--condition-pill-button", data: {controller: "refine--turbo-stream-link", action: "refine--turbo-stream-link#visit refine--popup#show"} do %>
13
13
  <div class="refine--condition-pill-name"><%= criterion.condition_display %></div>
14
14
  <div class="refine--condition-value-clause"><%= criterion.clause_display %></div>
15
15
  <div class="refine--condition-value-self" title="<%= criterion.human_readable_value %>">
@@ -1,5 +1,5 @@
1
1
  module Refine
2
2
  module Rails
3
- VERSION = "2.11.3"
3
+ VERSION = "2.11.4"
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.11.3
4
+ version: 2.11.4
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-09-11 00:00:00.000000000 Z
12
+ date: 2024-09-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails