Module: addon/components/sl-calendar-month

Extends

  • ember/Component

Members

(inner) active :Boolean

Whether the month that this component represents is selected by the overall calendar component

Type:
  • Boolean
Default Value:
  • false
Source:

(inner) classNameBindings :Array.<String>

Type:
  • Array.<String>
Source:

(inner) classNames :Array.<String>

Type:
  • Array.<String>
Source:

(inner) layout :Object

Type:
  • Object
Source:

(inner) locale :String

The locale string to use for moment dates

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

(inner, nullable) month :Number

The number of the month (1-12)

Type:
  • Number
Default Value:
  • null
Source:

(inner) tagName :String

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

Methods

(inner) click() → {undefined}

Source:
Returns:
Type
undefined

(inner) shortName() → {String}

The short string name of the represented month

Source:
Observes:
  • month
Returns:
Type
String