Module: addon/components/sl-calendar-year

Extends

  • ember/Component

Members

(inner) active :Boolean

Whether the year this component represents is the currently active year of the parent calendar component

Type:
  • Boolean
Default Value:
  • false
Source:

(inner) classNameBindings :Array.<String>

Type:
  • Array.<String>
Source:

(inner) layout :Object

Type:
  • Object
Source:

(inner) new :Boolean

Whether the year this component represents is in the next decade from the parent calendar's current year

Type:
  • Boolean
Default Value:
  • false
Source:

(inner) old :Boolean

Whether the year this component represents is in the previous decade from the parent calendar's current year

Type:
  • Boolean
Default Value:
  • false
Source:

(inner) tagName :String

Type:
  • String
Default Value:
  • 'span'
Source:

(inner, nullable) year :Number

The year number this component represents

Type:
  • Number
Default Value:
  • null
Source:

Methods

(inner) click() → {undefined}

Source:
Returns:
Type
undefined