Sha256: 55b2f2e599348e05f99ae4da7115c36d4c805bbf258a17734e601ce09b748ee8

Contents?: true

Size: 442 Bytes

Versions: 57

Compression:

Stored size: 442 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_kit", status)
      end
    end
  end
end

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
playbook_ui-6.2.1 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-6.2.0 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-7.0.0.pre.alpha1 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-6.1.0.pre.alpha5 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-6.1.0.pre.alpha4 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-6.1.0.pre.alpha3 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-6.1.0.pre.alpha2 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-6.1.0.pre.alpha1 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-6.1.0 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-6.0.1.pre.alpha6 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-6.0.1.pre.alpha5 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-6.0.1.pre.alpha4 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-6.0.1.pre.alpha3 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-6.0.1.pre.alpha2 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-5.2.0.pre.alpha15 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-5.2.0.pre.alpha14 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-5.2.0.pre.alpha13 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-6.0.1 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-5.2.0.pre.alpha12 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb
playbook_ui-6.0.0 app/pb_kits/playbook/pb_progress_step/progress_step_item.rb