Namespaces

toddler.app

Namespace where app level context are defined.

toddler.core

toddler.date

toddler.dropdown

Public variables and functions:

toddler.i18n

Public variables and functions:

toddler.i18n.keyword

This namespace is used for translating words or paragraphs by replacing keyword that is supplied to toddler.i18n/translate with value that is mapped to keyword and locale

toddler.i18n.number

Include this namespace in you codebase to support number and currency formating through toddler.18n/translate

Public variables and functions:

toddler.i18n.time

Include this namespace in you codebase to support date formating through toddler.i18n/translate

Public variables and functions:

toddler.i18n.uuid

This namespace is used for translating words or paragraphs by replacing UUID that is supplied to toddler.i18n/translate with value that is mapped to UUID and locale

toddler.layout

toddler.lazy

Public variables and functions:

toddler.multiselect

Public variables and functions:

toddler.notifications

Main component in this namespace is Store component. It should be mounted as close to your mounted component as possible.

toddler.popup

Popup namespace that offers components and functions that focus on popup placement.

toddler.router

Routing in toddler is focused on linking components in component tree. This component tree is built by use-link hook or even better with wrap-link function.

toddler.table

Namespace contains context definitions, hooks and component that will aid you to build tables faster and with prepared logic.

toddler.ui

toddler.window