Sha256: 426bb0cc58ea32876ee52a7e1d5201b88163f1b699ccab56b09c4cba099a4095

Contents?: true

Size: 445 Bytes

Versions: 27

Compression:

Stored size: 445 Bytes

Contents

# frozen_string_literal: true

module Playbook
  module PbProgressStep
    class ProgressStepItem
      include Playbook::Props

      partial "pb_progress_step/progress_step_item"

      prop :status, type: Playbook::Props::Enum,
                    values: %w[complete active inactive hidden],
                    default: "inactive"

      def classname
        generate_classname("pb_progress_step_item", status)
      end
    end
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
playbook_ui-7.4.0.pre.alpha6 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.4.0.pre.test4 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.4.0.pre.test3 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.4.0.pre.test2 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.4.0.pre.alpha4 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.4.0.pre.alpha2 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.4.0.pre.alpha1 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.3.0.pre.alpha12 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.3.0 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.3.0.pre.alpha11 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.3.0.pre.alpha10 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.3.0.pre.alpha9 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.3.0.pre.alpha8 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.3.0.pre.alpha7 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.3.0.pre.alpha6 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.3.0.pre.alpha5 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.3.0.pre.alpha4 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.3.0.pre.alpha3 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.3.0.pre.alpha1 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.2.0 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb