Sha256: 10dc7e125b92c3aef8f76ffd94b1622297c4a5bf1f34654a1524f49e45818fce

Contents?: true

Size: 405 Bytes

Versions: 18

Compression:

Stored size: 405 Bytes

Contents

# frozen_string_literal: true

module Blacklight
  class FacetFieldPaginationComponent < ::ViewComponent::Base
    def initialize(facet_field:)
      @facet_field = facet_field
    end

    def sort_facet_url(sort)
      @facet_field.paginator.params_for_resort_url(sort, @facet_field.search_state.to_h)
    end

    def param_name
      @facet_field.paginator.class.request_keys[:page]
    end
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
blacklight-7.22.1 app/components/blacklight/facet_field_pagination_component.rb
blacklight-7.22.0 app/components/blacklight/facet_field_pagination_component.rb
blacklight-7.21.2 app/components/blacklight/facet_field_pagination_component.rb
blacklight-7.21.1 app/components/blacklight/facet_field_pagination_component.rb
blacklight-7.21.0 app/components/blacklight/facet_field_pagination_component.rb
blacklight-7.20.1 app/components/blacklight/facet_field_pagination_component.rb
blacklight-7.20.0 app/components/blacklight/facet_field_pagination_component.rb
blacklight-7.19.2 app/components/blacklight/facet_field_pagination_component.rb
blacklight-7.19.1 app/components/blacklight/facet_field_pagination_component.rb
blacklight-7.19.0 app/components/blacklight/facet_field_pagination_component.rb
blacklight-7.18.1 app/components/blacklight/facet_field_pagination_component.rb
blacklight-7.18.0 app/components/blacklight/facet_field_pagination_component.rb
blacklight-7.17.2 app/components/blacklight/facet_field_pagination_component.rb
blacklight-7.17.1 app/components/blacklight/facet_field_pagination_component.rb
blacklight-7.17.0 app/components/blacklight/facet_field_pagination_component.rb
blacklight-7.16.0 app/components/blacklight/facet_field_pagination_component.rb
blacklight-7.15.2 app/components/blacklight/facet_field_pagination_component.rb
blacklight-7.15.1 app/components/blacklight/facet_field_pagination_component.rb