Sha256: dc42d0d1d41e440b4d32b6c1b149b48e64ff7c75fc4ad3a1eb2c1dddf493032c

Contents?: true

Size: 561 Bytes

Versions: 1027

Compression:

Stored size: 561 Bytes

Contents

# frozen_string_literal: true

module Playbook
  module PbTimeline
    class Timeline < Playbook::KitBase
      prop :orientation, type: Playbook::Props::Enum,
                         values: %w[vertical horizontal],
                         default: "horizontal"
      prop :show_date, type: Playbook::Props::Boolean,
                       default: false

      def classname
        generate_classname("pb_timeline_kit", orientation, date_class)
      end

    private

      def date_class
        show_date ? "with_date" : nil
      end
    end
  end
end

Version data entries

1,027 entries across 1,027 versions & 1 rubygems

Version Path
playbook_ui-14.8.0.pre.rc.4 app/pb_kits/playbook/pb_timeline/timeline.rb
playbook_ui-14.8.0.pre.rc.3 app/pb_kits/playbook/pb_timeline/timeline.rb
playbook_ui-14.7.0.pre.alpha.PBNTR637quickpickdefaultdate4492 app/pb_kits/playbook/pb_timeline/timeline.rb
playbook_ui-14.8.0.pre.rc.2 app/pb_kits/playbook/pb_timeline/timeline.rb
playbook_ui-14.7.0.pre.alpha.spacingquickchange4482 app/pb_kits/playbook/pb_timeline/timeline.rb
playbook_ui-14.7.0.pre.alpha.PBNTR637quickpickdefaultdate4478 app/pb_kits/playbook/pb_timeline/timeline.rb
playbook_ui-14.7.0.pre.alpha.PBNTR667railstypeaheadformintegration4454 app/pb_kits/playbook/pb_timeline/timeline.rb
playbook_ui-14.8.0.pre.rc.1 app/pb_kits/playbook/pb_timeline/timeline.rb
playbook_ui-14.7.0.pre.alpha.dependabotnpmandyarnintltelinput24704448 app/pb_kits/playbook/pb_timeline/timeline.rb
playbook_ui-14.8.0.pre.rc.0 app/pb_kits/playbook/pb_timeline/timeline.rb
playbook_ui-14.7.0 app/pb_kits/playbook/pb_timeline/timeline.rb
playbook_ui-14.6.2.pre.alpha.PLAY1613darkdatetimecolors4432 app/pb_kits/playbook/pb_timeline/timeline.rb
playbook_ui-14.7.0.pre.rc.19 app/pb_kits/playbook/pb_timeline/timeline.rb
playbook_ui-14.7.0.pre.rc.18 app/pb_kits/playbook/pb_timeline/timeline.rb
playbook_ui-14.6.2.pre.alpha.PBNTR667railstypeaheadformintegration4424 app/pb_kits/playbook/pb_timeline/timeline.rb
playbook_ui-14.7.0.pre.rc.17 app/pb_kits/playbook/pb_timeline/timeline.rb
playbook_ui-14.7.0.pre.rc.16 app/pb_kits/playbook/pb_timeline/timeline.rb
playbook_ui-14.7.0.pre.rc.15 app/pb_kits/playbook/pb_timeline/timeline.rb
playbook_ui-14.7.0.pre.rc.14 app/pb_kits/playbook/pb_timeline/timeline.rb
playbook_ui-14.7.0.pre.rc.13 app/pb_kits/playbook/pb_timeline/timeline.rb