Sha256: 76b70a73eb92bb996d5600c8a3322184a4bbbdf9b9d3767c38bc4f4cb25bbcef

Contents?: true

Size: 855 Bytes

Versions: 8

Compression:

Stored size: 855 Bytes

Contents

# -*- encoding : utf-8 -*-
class Card; module Set; class Abstract
# Set: Abstract (Filterable)
#
module Filterable;
extend Card::Set
def self.source_location; "/Users/ethan/dev/decko/gem/card-mod-search/set/abstract/filterable.rb"; end
module HtmlFormat; module_parent.send :register_set_format, Card::Format::HtmlFormat, self; extend Card::Set::AbstractFormat
  def filterable filter_hash={}, html_opts={}
    add_class html_opts, "_filterable _noFilterUrlUpdates"
    html_opts[:data] ||= {}
    html_opts[:data][:filter] = filter_hash
    wrap_with :div, yield, html_opts
  end

  def filtering selector=nil
    selector ||= "._filter-widget:visible"
    wrap_with :div, yield, class: "_filtering", "data-filter-selector": selector
  end
end
end;end;end;end;
# ~~ generated from /Users/ethan/dev/decko/gem/card-mod-search/set/abstract/filterable.rb ~~

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
card-1.101.7 tmpsets/set/mod036-card-mod-search/abstract/filterable.rb
card-1.101.6 tmpsets/set/mod036-card-mod-search/abstract/filterable.rb
card-1.101.5 tmpsets/set/mod035-card-mod-search/abstract/filterable.rb
card-1.101.4 tmpsets/set/mod035-card-mod-search/abstract/filterable.rb
card-1.101.3 tmpsets/set/mod035-card-mod-search/abstract/filterable.rb
card-1.101.2 tmpsets/set/mod035-card-mod-search/abstract/filterable.rb
card-1.101.1 tmpsets/set/mod035-card-mod-search/abstract/filterable.rb
card-1.101.0 tmpsets/set/mod035-card-mod-search/abstract/filterable.rb