Documentation
¶
Overview ¶
templ: version: v0.2.793
templ: version: v0.2.793
templ: version: v0.2.793
templ: version: v0.2.793
Index ¶
- func AccountSelect(props *AccountSelectProps) templ.Component
- func CategorySelect(props *CategorySelectProps) templ.Component
- func CreateForm(props *CreatePageProps) templ.Component
- func Edit(props *EditPageProps) templ.Component
- func EditForm(props *EditPageProps) templ.Component
- func ExpensesContent(props *IndexPageProps) templ.Component
- func ExpensesTable(props *IndexPageProps) templ.Component
- func Index(props *IndexPageProps) templ.Component
- func New(props *CreatePageProps) templ.Component
- type AccountSelectProps
- type CategorySelectProps
- type CreatePageProps
- type EditPageProps
- type IndexPageProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AccountSelect ¶
func AccountSelect(props *AccountSelectProps) templ.Component
func CategorySelect ¶
func CategorySelect(props *CategorySelectProps) templ.Component
func CreateForm ¶
func CreateForm(props *CreatePageProps) templ.Component
func Edit ¶
func Edit(props *EditPageProps) templ.Component
func EditForm ¶
func EditForm(props *EditPageProps) templ.Component
func ExpensesContent ¶
func ExpensesContent(props *IndexPageProps) templ.Component
func ExpensesTable ¶
func ExpensesTable(props *IndexPageProps) templ.Component
func Index ¶
func Index(props *IndexPageProps) templ.Component
func New ¶
func New(props *CreatePageProps) templ.Component
Types ¶
type AccountSelectProps ¶
type AccountSelectProps struct { *types.PageContext Value string Accounts []*viewmodels.MoneyAccount Attrs templ.Attributes }
type CategorySelectProps ¶
type CategorySelectProps struct { *types.PageContext Value string Categories []*viewmodels.ExpenseCategory Attrs templ.Attributes }
type CreatePageProps ¶
type CreatePageProps struct { *types.PageContext Accounts []*viewmodels.MoneyAccount Categories []*viewmodels.ExpenseCategory Expense *viewmodels.Expense Errors map[string]string }
type EditPageProps ¶
type EditPageProps struct { *types.PageContext Expense *viewmodels.Expense Accounts []*viewmodels.MoneyAccount Categories []*viewmodels.ExpenseCategory Errors map[string]string }
type IndexPageProps ¶
type IndexPageProps struct { *types.PageContext Expenses []*viewmodels.Expense PaginationState *pagination.State }
Click to show internal directories.
Click to hide internal directories.