Sha256: 1dd48bcb209bdf4a201de0450455ab39915d10524f8fcb724f7ba5cb7e92a2b4

Contents?: true

Size: 905 Bytes

Versions: 442

Compression:

Stored size: 905 Bytes

Contents

# frozen_string_literal: true

module Playbook
  module PbAdvancedTable
    class TableSubrowHeader < Playbook::KitBase
      prop :column_definitions, type: Playbook::Props::Array,
                                default: []
      prop :depth
      prop :row
      prop :enable_toggle_expansion, type: Playbook::Props::Enum,
                                     values: %w[all header none],
                                     default: "header"
      prop :subrow_header, type: Playbook::Props::String,
                           default: ""

      def classname
        generate_classname("pb_table_tr", "bg-white", subrow_depth_classname, separator: " ")
      end

      def td_classname
        generate_classname("id-cell", "chrome-styles", separator: " ")
      end

    private

      def subrow_depth_classname
        depth.positive? ? "depth-sub-row-#{depth}" : ""
      end
    end
  end
end

Version data entries

442 entries across 442 versions & 1 rubygems

Version Path
playbook_ui-14.6.2.pre.alpha.PBNTR666advancedtablefirstcolumn4406 app/pb_kits/playbook/pb_advanced_table/table_subrow_header.rb
playbook_ui-14.7.0.pre.rc.12 app/pb_kits/playbook/pb_advanced_table/table_subrow_header.rb
playbook_ui-14.6.2.pre.alpha.PLAY15814384 app/pb_kits/playbook/pb_advanced_table/table_subrow_header.rb
playbook_ui-14.6.2.pre.alpha.PBNTR633dropdownavailablepropstable4380 app/pb_kits/playbook/pb_advanced_table/table_subrow_header.rb
playbook_ui-14.7.0.pre.rc.11 app/pb_kits/playbook/pb_advanced_table/table_subrow_header.rb
playbook_ui-14.7.0.pre.rc.10 app/pb_kits/playbook/pb_advanced_table/table_subrow_header.rb
playbook_ui-14.6.2.pre.alpha.PLAY1551tiptapextbump4350 app/pb_kits/playbook/pb_advanced_table/table_subrow_header.rb
playbook_ui-14.6.2.pre.alpha.PLAY15814348 app/pb_kits/playbook/pb_advanced_table/table_subrow_header.rb
playbook_ui-14.7.0.pre.rc.9 app/pb_kits/playbook/pb_advanced_table/table_subrow_header.rb
playbook_ui-14.7.0.pre.rc.8 app/pb_kits/playbook/pb_advanced_table/table_subrow_header.rb
playbook_ui-14.6.2.pre.alpha.PBNTR633dropdownavailablepropstable4316 app/pb_kits/playbook/pb_advanced_table/table_subrow_header.rb
playbook_ui-14.7.0.pre.rc.7 app/pb_kits/playbook/pb_advanced_table/table_subrow_header.rb
playbook_ui-14.6.2.pre.alpha.PBNTR576tooltiptruncatedformpills4312 app/pb_kits/playbook/pb_advanced_table/table_subrow_header.rb
playbook_ui-14.6.2.pre.alpha.PBNTR633dropdownavailablepropstable4305 app/pb_kits/playbook/pb_advanced_table/table_subrow_header.rb
playbook_ui-14.7.0.pre.rc.6 app/pb_kits/playbook/pb_advanced_table/table_subrow_header.rb
playbook_ui-14.6.2.pre.alpha.PBNTR576tooltiptruncatedformpills4304 app/pb_kits/playbook/pb_advanced_table/table_subrow_header.rb
playbook_ui-14.6.2.pre.alpha.PBNTR633dropdownavailablepropstable4303 app/pb_kits/playbook/pb_advanced_table/table_subrow_header.rb
playbook_ui-14.6.2.pre.alpha.PBNTR576tooltiptruncatedformpills4296 app/pb_kits/playbook/pb_advanced_table/table_subrow_header.rb
playbook_ui-14.6.2.pre.alpha.PLAY1550lazysizesupgrade4295 app/pb_kits/playbook/pb_advanced_table/table_subrow_header.rb
playbook_ui-14.6.2.pre.alpha.PLAY1485selectablecardoverflowoutlinebug4274 app/pb_kits/playbook/pb_advanced_table/table_subrow_header.rb