Index

src/interfaces/modal.interface.ts

BeforeCloseGuard

Type for the beforeClose guard function. Can return boolean, Promise, or Observable.

function
ModalSizeType

Available sizes for modal dialogs.

"sm" | "md" | "lg" | "xl"
OverlayDirectionType

Available directions for overlay dialogs.

"left" | "right" | "top" | "bottom"

src/components/sq-select-form-control/sq-select-form-control.component.ts

SelectSearchMode

Modo de busca do select.

  • 'local': Filtra as opções client-side
  • 'remote': Emite evento searchChange para busca no backend
"local" | "remote"

src/interfaces/sq-toast.interface.ts

SqToastDismissReason

Reason why a toast was dismissed.

"timeout" | "action" | "manual" | "swipe"
SqToastMessage

Message content for a toast - can be a string or a TemplateRef.

string | TemplateRef<any>
SqToastPosition

Position of the toast container on screen.

"top-right" | "top-left" | "top-center" | "top-full" | "bottom-right" | "bottom-left" | "bottom-center" | "bottom-full"
SqToastType

Type of toast notification.

"success" | "error" | "warning" | "info" | "default"

results matching ""

    No results matching ""