refine-rails 2.13.1 → 2.13.2

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: 745e07b54a0ea72e278c58749374e0a8a60283d0078b942c0a8c40dd3021f02b
4
- data.tar.gz: 666166e9873ead413980823191557e80807e9cf8500216bf4c908665437a8e19
3
+ metadata.gz: 67595ba20d0aeec9f9bae8d277b760b1928074c8a7946d92eda75a276855afd5
4
+ data.tar.gz: bb1917cfe855069d7e3c3df79c7ca8e12ba206b095a6e0db2263141ae405acb7
5
5
  SHA512:
6
- metadata.gz: 57235d225ef0a85b5cb5a80895c0fa24279ef81f12d7838099b4251b2955dd7b7304f98219f8b2b43bd5f98e79b83c38c7aff4670d4e088353f28244fd148af7
7
- data.tar.gz: 840b8fcbeb17129d367c23740e8498669bd8080f8e9861579e60377b53e7b9c4d7a93b273863d091025c1efed659a43ba3a46eeb88812ea1334464b150a6f22d
6
+ metadata.gz: 75a2b64a293f40776ffd07f2aa0f13e87e3e59443bd0d5e0d638adad5255adba96a6b5ec528bef723cbad9f5de2ad0f66080fb5b86883d6b04b87f55014dae68
7
+ data.tar.gz: 0c0880ad431be7bc549962cadf4bacb60d7d9f182e99789ac5c495053d0e5295bff697892af8f263cf2acbbd0bdd310b5df9e97b14dda26d67387e974af562d1
@@ -5,6 +5,7 @@
5
5
  controller: "refine--turbo-stream-link",
6
6
  action: "refine--turbo-stream-link#visit",
7
7
  refine__typeahead_list_target: "listItem",
8
+ turbo_prefetch: false,
8
9
  list_item_value: condition.display,
9
10
  }
10
11
  if category && category.present?
@@ -4,7 +4,7 @@
4
4
  frame_id: dom_id(criterion) do
5
5
  %>
6
6
 
7
- <div class="refine--condition-pill-wrapper">
7
+ <div class="refine--condition-pill-wrapper" data-turbo-prefetch="false">
8
8
  <div class="refine--condition-pill">
9
9
  <%= link_to refine_advanced_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>
@@ -5,7 +5,7 @@
5
5
  %>
6
6
 
7
7
  <div class="refine--condition-pill-wrapper">
8
- <div class="refine--condition-pill">
8
+ <div class="refine--condition-pill" data-turbo-prefetch="false">
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 %>
@@ -1,5 +1,5 @@
1
1
  module Refine
2
2
  module Rails
3
- VERSION = "2.13.1"
3
+ VERSION = "2.13.2"
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.13.1
4
+ version: 2.13.2
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: 2025-01-02 00:00:00.000000000 Z
12
+ date: 2025-01-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails