Index

src/modules/message-pane/components/message-pane.component.ts

AlignTypes

Type of alignment that can be set

"left" | "center" | "right"
StarkMessagePaneNavItem

Type of messages that can be displayed in the message pane

string | "errors" | "warnings" | "infos"

src/modules/action-bar/components/action.intf.ts

StarkActionBarButtonColor
"primary" | "accent" | "warn" | "success" | "alert" | "alt" | "neutral" | "white"

src/modules/action-bar/components/action-bar.component.ts

StarkActionBarComponentMode
"full" | "compact"

src/modules/dialogs/components/alert-dialog.component.ts

StarkAlertDialogResult

Possible results of the StarkAlertDialogComponent after being closed.

  • "ok": The user clicked on the "Ok" button
  • undefined: The dialog was cancelled by either clicking outside of dialog or by pressing the ESC key
"ok" | undefined

src/modules/app-data/components/app-data.component.ts

StarkAppDataComponentMode

Modes in which the StarkAppDataComponent can be displayed

"dropdown" | "menu"

src/modules/app-sidebar/components/app-sidebar.component.ts

StarkAppSidebarLeftMode
"regular" | "menu" | undefined

src/modules/dialogs/components/confirm-dialog.component.ts

StarkConfirmDialogResult

Possible results of the StarkConfirmDialogComponent after being closed.

  • "ok": The user clicked on the "Ok" button
  • "cancel": The dialog was cancelled by clicking on the "Cancel" button
  • undefined: The dialog was cancelled either by clicking outside of dialog or by pressing the ESC key
"ok" | "cancel" | undefined

src/modules/date-picker/components/date-picker.component.ts

StarkDateInput
Date | moment.Moment | null | undefined
StarkDatePickerFilter

Type expected by StarkDatePickerComponent dateFilter input.

"OnlyWeekends" | "OnlyWeekdays" |
StarkDatePickerMaskConfig

Type expected by StarkDatePickerComponent maskConfig input.

StarkTimestampMaskConfig | boolean

src/modules/generic-search/entities/form-action.intf.ts

StarkFormButtonColor

Predefined colors for form buttons

StarkActionBarButtonColor

src/util/form/form.util.ts

StarkFormControlState
"untouched" | "touched" | "pristine" | "dirty"
StarkFormState
"untouched" | "pristine" | "submitted" | "dirty"

src/modules/transform-input-directive/directives/transform-input.directive.ts

StarkInputTransformationType

Type of transformations that can be done via the StarkTransformInputDirective

| |

src/modules/language-selector/components/language-selector.component.ts

StarkLanguageSelectorMode
"dropdown" | "toolbar"

src/modules/minimap/components/minimap.component.ts

StarkMinimapComponentMode

src/modules/pagination/components/pagination.component.ts

StarkPaginationComponentMode

The available modes for the StarkPaginationComponent

src/modules/pretty-print/types/pretty-print.types.ts

StarkPrettyPrintFormat

The code languages that are supported by the Stark-Pretty-Print component

"css" | "scss" | "html" | "xml" | "json" | "sql" | "javascript" | "typescript"

src/modules/dialogs/components/prompt-dialog.component.ts

StarkPromptDialogResult

Possible results of the StarkPromptDialogComponent after being closed.

  • string: The value provided by the user in the dialog's input after clicking the "Ok" button.
  • "cancel": The dialog was cancelled by clicking on the "Cancel" button
  • undefined: The dialog was cancelled either by clicking outside of dialog or by pressing the ESC key
string | "cancel" | undefined

src/modules/route-search/components/route-search.component.ts

StarkRouteSearchDirection

Direction in which the Route Search field can be displayed

"left" | "right"

src/modules/table/entities/table-column-sorting-direction.type.ts

StarkTableColumnSortingDirection

Column sorting directions of the StarkTableComponent

"asc" | "desc" | string

src/modules/toast-notification/services/toast-notification-option.intf.ts

StarkToastNotificationPosition

Type defining the position of the MatSnackBar on the screen.

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

src/modules/message-pane/actions/message-pane.actions.ts

Types

src/modules/progress-indicator/actions/progress-indicator.actions.ts

Types

results matching ""

    No results matching ""