Sha256: ae889ba3f2a5d2ca5e5db74b4c369fbe50bf600b8a2f94cf1ec82a0c4d04cb6c

Contents?: true

Size: 748 Bytes

Versions: 728

Compression:

Stored size: 748 Bytes

Contents

# frozen_string_literal: true

module Playbook
  module Overflow
    def self.included(base)
      base.prop :overflow
      base.prop :overflow_x
      base.prop :overflow_y
    end

    def overflow_values
      %w[visible hidden scroll auto]
    end

    def overflow_options
      {
        overflow: "overflow",
        overflow_x: "overflow_x",
        overflow_y: "overflow_y",
      }
    end

    def overflow_props
      selected_props = overflow_options.keys.select { |sk| try(sk) }
      return nil unless selected_props.present?

      selected_props.map do |k|
        overflow_value = send(k)
        "#{overflow_options[k]}_#{overflow_value}" if overflow_values.include? overflow_value
      end.compact.join(" ")
    end
  end
end

Version data entries

728 entries across 728 versions & 1 rubygems

Version Path
playbook_ui-13.18.0.pre.alpha.PLAY12062177 lib/playbook/overflow.rb
playbook_ui-13.18.0.pre.alpha.PBNTR191AdvancedTableFinalFixes2176 lib/playbook/overflow.rb
playbook_ui-13.18.0.pre.alpha.dependabotnpmandyarnpowerhomeplaybookicons001alpha52175 lib/playbook/overflow.rb
playbook_ui-13.18.0.pre.alpha.dependabotnpmandyarnpowerhomeplaybookicons001alpha52174 lib/playbook/overflow.rb
playbook_ui-13.18.0.pre.alpha.PBNTR191AdvancedTableFinalFixes2173 lib/playbook/overflow.rb
playbook_ui-13.18.0.pre.alpha.PBNTR191AdvancedTableFinalFixes2159 lib/playbook/overflow.rb
playbook_ui-13.17.0.pre.alpha.nodealphaupgrade2157 lib/playbook/overflow.rb
playbook_ui-13.18.0 lib/playbook/overflow.rb
playbook_ui-13.16.0.pre.alpha.play1141iconkitusinglibrary2130 lib/playbook/overflow.rb
playbook_ui-13.16.0.pre.alpha.PLAY12002127 lib/playbook/overflow.rb
playbook_ui-13.16.0.pre.alpha.powercentrainplaybookpt22125 lib/playbook/overflow.rb
playbook_ui-13.16.0.pre.alpha.play1141iconkitusinglibrary2107 lib/playbook/overflow.rb
playbook_ui-13.16.0.pre.alpha.PBNTR181stripedtable2103 lib/playbook/overflow.rb
playbook_ui-13.16.0.pre.alpha.play1141iconkitusinglibrary2100 lib/playbook/overflow.rb
playbook_ui-13.16.0.pre.alpha.PBNTR184betaflaginmenuyml2085 lib/playbook/overflow.rb
playbook_ui-13.16.0.pre.alpha.PBNTR178AdvancedTableDocs2072 lib/playbook/overflow.rb
playbook_ui-13.17.0 lib/playbook/overflow.rb
playbook_ui-13.16.0.pre.alpha.play1141iconkitusinglibrary2060 lib/playbook/overflow.rb
playbook_ui-13.16.0.pre.alpha.play1141iconkitusinglibrary2038 lib/playbook/overflow.rb
playbook_ui-13.16.0.pre.alpha.play1141iconkitusinglibrary2037 lib/playbook/overflow.rb