Module

Halogen.Datepicker.Component.Date

Package
purescript-halogen-datepicker
Repository
slamdata/purescript-halogen-datepicker

#DateQuery Source

data DateQuery a

Constructors

#NumQuery Source

#ChoiceQuery Source

#NumSlot Source

#ChoiceSlot Source

#pickerWithConfig Source

#render Source

render :: forall m. Config -> Format -> State -> HTML m

#renderCommand Source

renderCommand :: forall m. Config -> Command -> HTML m

#evalDate Source

evalDate :: forall m. Format -> DateQuery ~> (DSL m)

#BuildStep Source

#buildDate Source

buildDate :: forall m. Format -> DSL m (Either Boolean Date)

#evalPicker Source

evalPicker :: forall m. Format -> QueryIn ~> (DSL m)

#propagateChange Source

propagateChange :: forall m. Format -> State -> DSL m Unit

#commandCata Source

commandCata :: forall a. { choice :: Command -> a, enum :: Command -> a, text :: Command -> a } -> Command -> a

#queryChoice Source

#queryNum Source

queryNum :: forall m. NumSlot -> NumQuery ~> (DSL m)