Module

Halogen.Datepicker.Component.DateTime

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

#DateTimeErrorF Source

#DateTimeQuery Source

data DateTimeQuery a

Constructors

#pickerWithConfig Source

#render Source

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

#renderCommand Source

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

#evalDateTime Source

evalDateTime :: forall m. Format -> DateTimeQuery ~> (DSL m)

#resetChildErrorBasedOnMessage Source

#resetChildError Source

resetChildError :: forall m. Format -> DSL m Unit

#evalPicker Source

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

#propagateChange Source

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

#setTime Source

#setDate Source

#resetTime Source

resetTime :: forall m. DSL m Unit

#resetDate Source

resetDate :: forall m. DSL m Unit

#queryTime Source

queryTime :: forall a m. Query a -> DSL m a

#queryDate Source

queryDate :: forall a m. Query a -> DSL m a