Sha256: ae0ba525221182306d9c04fa429ac1cf7e98ea5195fcf3e4dfc1c40f51cc161d

Contents?: true

Size: 439 Bytes

Versions: 21

Compression:

Stored size: 439 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],
                    default: "inactive"

      def classname
        generate_classname("pb_progress_step_item", status)
      end

    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
playbook_ui-7.0.1.pre.alpha8 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.0.1.pre.alpha7 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.0.1.pre.alpha6 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.0.1.pre.alpha5 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.0.1.pre.alpha4 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.0.1.pre.alpha3 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.0.1.pre.alpha2 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-6.4.2 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.0.1.pre.alpha1 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.0.0.pre.alpha9 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.0.0.pre.alpha8 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.0.0.pre.alpha7 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-6.4.1 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.0.0.pre.alpha6 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.0.0.pre.alpha5 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-6.4.0 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-6.3.1 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.0.0.pre.alpha4 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.0.0.pre.alpha3 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.0.0.pre.alpha2 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb