A set of Dialogs.

Hierarchy (view full)

Methods

  • applies the given data object to the given element, using jtk-att as the match attributes

    Parameters

    • data: any
    • el: any

    Returns void

  • Clears the given set

    Parameters

    • els: ArrayLike<any>
    • Optional source: any

    Returns void

  • extracts a data object from the given element, using jtk-att as the match attributes

    Parameters

    • el: any

    Returns Record<string, any>

  • Hide the current dialog as if the cancel button was pressed.

    Returns void

  • Show the dialog with the given id, optionally rendering it with some provided data.

    Parameters

    Returns void