Sha256: 45e9d7a605706f73f6b318e6da48864bd95f06531b0505d944603b3984b8bae2

Contents?: true

Size: 775 Bytes

Versions: 1182

Compression:

Stored size: 775 Bytes

Contents

# frozen_string_literal: true

module Playbook
  module PbTimeStacked
    class TimeStacked < Playbook::KitBase
      prop :time, required: true
      prop :align, type: Playbook::Props::Enum,
                   values: %w[left center right],
                   default: "left"
      prop :timezone, default: "America/New_York"

      def classname
        # convert deprecated prop values
        generate_classname("pb_time_stacked_kit", align)
      end

      def format_time_string
        "#{pb_date_time.to_hour}:#{pb_date_time.to_minutes}#{pb_date_time.to_meridian}"
      end

      def format_timezone_string
        pb_date_time.to_timezone.to_s
      end

      def pb_date_time
        Playbook::PbKit::PbDateTime.new(time, timezone)
      end
    end
  end
end

Version data entries

1,182 entries across 1,182 versions & 1 rubygems

Version Path
playbook_ui-14.11.1.pre.alpha.PLAY17445539 app/pb_kits/playbook/pb_time_stacked/time_stacked.rb
playbook_ui-14.11.1.pre.alpha.PBNTR798datepickerturbo5537 app/pb_kits/playbook/pb_time_stacked/time_stacked.rb
playbook_ui-14.11.1.pre.alpha.pbntr703collapsiblerowsrails5536 app/pb_kits/playbook/pb_time_stacked/time_stacked.rb
playbook_ui-14.11.1.pre.alpha.PLAY1751pbcontenttagpt25529 app/pb_kits/playbook/pb_time_stacked/time_stacked.rb
playbook_ui-14.11.1.pre.alpha.PBNTR7495495 app/pb_kits/playbook/pb_time_stacked/time_stacked.rb
playbook_ui-14.12.0.pre.rc.11 app/pb_kits/playbook/pb_time_stacked/time_stacked.rb
playbook_ui-14.12.0.pre.rc.10 app/pb_kits/playbook/pb_time_stacked/time_stacked.rb
playbook_ui-14.12.0.pre.rc.9 app/pb_kits/playbook/pb_time_stacked/time_stacked.rb
playbook_ui-14.12.0.pre.rc.8 app/pb_kits/playbook/pb_time_stacked/time_stacked.rb
playbook_ui-14.12.0.pre.rc.7 app/pb_kits/playbook/pb_time_stacked/time_stacked.rb
playbook_ui-14.11.1.pre.alpha.play1724darkmodeauditmap5437 app/pb_kits/playbook/pb_time_stacked/time_stacked.rb
playbook_ui-14.11.1.pre.alpha.PBNTR719listdraggablesimple5432 app/pb_kits/playbook/pb_time_stacked/time_stacked.rb
playbook_ui-14.11.1.pre.alpha.PBNTR768stickyrightcolumn5431 app/pb_kits/playbook/pb_time_stacked/time_stacked.rb
playbook_ui-14.12.0.pre.rc.6 app/pb_kits/playbook/pb_time_stacked/time_stacked.rb
playbook_ui-14.11.1.pre.alpha.PBNTR718simiplifieddraggablereact5415 app/pb_kits/playbook/pb_time_stacked/time_stacked.rb
playbook_ui-14.11.1.pre.alpha.play1724darkmodeauditmap5413 app/pb_kits/playbook/pb_time_stacked/time_stacked.rb
playbook_ui-14.12.0.pre.rc.5 app/pb_kits/playbook/pb_time_stacked/time_stacked.rb
playbook_ui-14.11.1.pre.alpha.play1724darkmodeauditmap5409 app/pb_kits/playbook/pb_time_stacked/time_stacked.rb
playbook_ui-14.11.1.pre.alpha.PBNTR718simiplifieddraggablereact5400 app/pb_kits/playbook/pb_time_stacked/time_stacked.rb
playbook_ui-14.11.1.pre.alpha.PBNTR718simiplifieddraggablereact5392 app/pb_kits/playbook/pb_time_stacked/time_stacked.rb