Index

libs/fe-jwt/src/lib/jwt-token-managment/actions.ts

Actions
AllTokensExpired | EscalateToken<C> | EscalationFailed<C> | EscalationSuccess<C> | InitialTokenExtracted | StoreToken<C> | TokenExpired<C> | TokenNearingExpiration<C>

libs/fe-testing/src/lib/utilities/configure-testbed-whitespace.ts

ConfigureTestBedFn

Define the structure of the function passed to configureTestBed

function
TestBedCompilerOptions

Define the structure of the options object passed to configureTestBed

Partial<literal type>

libs/ui/validators/src/lib/stories/validation-date.stories.ts

DateDemos
"minDate" | "maxDate"

libs/fe-jwt/src/lib/jwt-token-managment/effects.ts

FullClaimsTuple
[JwtTokenProviderActions.StoreToken, Claims]
PartialClaimTuple
[JwtTokenProviderActions.StoreToken, Partial]

libs/ui/validators/src/lib/stories/validation-number.stories.ts

NumberDemos
"numbers" | "lessThan" | "greaterThan" | "isInRange"

libs/fe-utilities/src/lib/general/public-shape-of.ts

publicShapeOf

A type that allows consumer to extend a class with private properties

type T - the Class with private properties

libs/ui/validators/src/lib/stories/validation-string.stories.ts

StringDemos
"lowercase" | "uppercase" | "domain" | "url"

libs/fe-jwt/src/lib/jwt-token-managment/reducer.ts

Tokens

libs/ui/logo/src/lib/logo/logo.component.ts

TS_LOGO_COLOR

Currently supported logo colors

"white" | "black" | "gray"
TS_LOGO_TYPE

Currently supported logo types

"full-account-hub" | "full-gradient" | "full-solid" | "mark-gradient" | "mark-solid"

libs/ui/card/src/lib/card/card.component.ts

TsAspectRatioTypes

Define the allowed aspect ratios. Used in TsCardComponent

"16:9" | "4:3" | "3:2" | "5:4" | "1:1"
TsCardBorderOptions

Define allowed border sides. Used in TsCardComponent. Border color determined by the theme.

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

libs/ui/autocomplete/src/lib/autocomplete/autocomplete.component.ts

TsAutocompleteComparator
function
TsAutocompleteFormatter
function

libs/ui/button/src/lib/button/button.component.ts

TsButtonActionTypes

Define the allowed TsButtonComponent action types

"Button" | "Submit" | "Menu" | "Reset"
TsButtonFormatTypes

Define the allowed TsButtonComponent format types

"filled" | "collapsible"
TsButtonFunctionTypes

Define the allowed TsButtonComponent action types

"button" | "search" | "submit"
TsButtonThemeTypes

Supported themes for buttons

"default" | "secondary" | "warning"

libs/ui/chart/src/lib/chart/chart.component.ts

TsChart

Define possible chart types

am4charts.XYChart | am4charts.PieChart | am4maps.MapChart | am4charts.RadarChart | am4charts.TreeMap | am4charts.SankeyDiagram | am4charts.ChordDiagram
TsChartVisualizationOptions

Define the supported chart visualizations

"xy" | "pie" | "map" | "radar" | "tree" | "sankey" | "chord"

libs/ui/chip/src/lib/collection/chip-collection.component.ts

TsChipCollectionOrientation

Possible orientations for TsChipCollectionComponent

"horizontal" | "vertical"

libs/ui/confirmation/src/lib/confirmation/confirmation.directive.ts

TsConfirmationOverlayPositionTypes

Define the accepted string values for the TsConfirmationOverlayComponent position

"above" | "below" | "before" | "after"

libs/ui/copy/src/lib/copy/copy.component.ts

TsCopyDisplayFormat

The possible display formats for TsCopyComponent

"standard" | "minimal" | "icon"

libs/ui/input/src/lib/input/input.component.ts

TsDateFilterFunction

Define the function type for date filters. Used by TsInputComponent

function
TsInputAutocompleteTypes

Define the allowed autocomplete variations for TsInputComponent

NOTE: This is not all valid types; only the ones this library supports.

"off" | "on" | "name" | "email" | "username" | "new-password" | "current-password" | "tel"
TsInputTypes

Define the allowed TsInputComponent input types

"text" | "password" | "email" | "hidden" | "number" | "search" | "tel" | "url"
TsMaskFunction

A function that returns an array of RegExp (used to determine postal code RegExp in TsInputComponent)

function
TsMaskShortcutOptions

Define the allowed mask shortcut option. Used by TsInputComponent

"currency" | "date" | "number" | "percentage" | "phone" | "postal" | "default"

libs/ui/pipes/src/lib/date/date.pipe.ts

TsDateTypes

Define the allowed date formats for the TsDatePipe.

"short" | "medium" | "extended" | "timestamp"

libs/ui/drawer/src/lib/drawer/drawer.component.ts

TsDrawerModes

Type of drawer display mode

"overlay" | "push"
TsDrawerPosition

Type of drawer position

"start" | "end"
TsDrawerToggleResult

Result of the toggle promise that indicates the state of the drawer.

"open" | "close"

libs/ui/expansion-panel/src/lib/panel/expansion-panel.component.ts

TsExpansionPanelState

The possible states for a TsExpansionPanelComponent

"expanded" | "collapsed"

libs/ui/file-upload/src/lib/mime-types.ts

TsFileAcceptedMimeTypes

Define the allowed mime types for TsFileUploadComponent

"text/csv" | "image/jpeg" | "image/jpg" | "image/png" | "image/gif" | "video/mp4" | "video/x-flv" | "video/webm" | "video/quicktime" | "video/mpeg"

libs/ui/file-upload/src/lib/image-dimension-constraints.ts

TsFileImageDimensionConstraints

An array of file size constraints

TsFileImageDimensionContraint[]

libs/ui/file-upload/src/lib/file-upload/file-upload.component.ts

TsFileUploadDragEvent
DragEvent

libs/ui/menu/src/lib/menu/menu.component.ts

TsMenuPositionTypesX

Define the allowed X positions for a menu

"before" | "after"
TsMenuPositionTypesY

Define the allowed Y positions for a menu

"above" | "below"
TsMenuTriggerTypes

Define the allowed trigger types for a menu

"default" | "utility"

libs/ui/navigation/src/lib/nav/navigation.component.ts

TsNavigationItem

Define the allowed keys and types for an item passed to the TsNavigationComponent

TsNavigationLinkItem | TsNavigationActionItem

libs/ui/popover/src/lib/popover-options.ts

TsPopoverPosition

Define positions that popover accepts

"top" | "bottom" | "left" | "right" | "top-start" | "bottom-start" | "left-start" | "right-start" | "top-end" | "bottom-end" | "left-end" | "right-end" | "auto" | "auto-start" | "auto-end"
TsTrigger

Define Trigger type.

"click" | "hover"

libs/ui/radio-group/src/lib/group/radio-group.component.ts

TsRadioFormatFn

Expose the formatter function type used by TsRadioGroupComponent

function

libs/ui/scrollbars/src/lib/scrollbars/scrollbars.component.ts

TsScrollbarsScrollDirections

Define possible scroll directions for TsScrollbarsComponent.

"any" | "both" | "x" | "y"

libs/ui/tabs/src/lib/header/tab-header.component.ts

TsScrollDirection

The directions that scrolling can go in when the header's tabs exceed the header width. 'After' will scroll the header towards the end of the tabs list and 'before' will scroll towards the beginning of the list.

"after" | "before"

libs/ui/select/src/lib/select/select.component.ts

TsSelectFormatFn

Expose the formatter function type

function
TsSelectOptionCompareWith

Comparison function to specify which option is displayed

function
TsSelectSortComparatorFunction

Used to sort selected options.

Function used to sort the values in a select in multiple mode. Follows the same logic as Array.prototype.sort.

function

libs/ui/selection-list/src/lib/selection-list/selection-list.component.ts

TsSelectionListComparator
function
TsSelectionListFormatter
function

libs/ui/sort/src/lib/sort/sort.directive.ts

TsSortDirection

Define the allowed sort directions for TsSortDirective

"asc" | "desc" | ""

libs/ui/utilities/src/lib/types/style-theme.types.ts

TsStyleThemeTypes

Define the allowed theme types

"primary" | "accent" | "warn"

libs/ui/tabs/src/lib/collection/tab-collection.component.ts

TsTabAlignmentOptions

Possible horizontal layout alignment choices for header tabs

"start" | "center" | "end" | "stretch"
TsTabHeaderPosition

Possible positions for the tab header

"above" | "below"

libs/ui/tabs/src/lib/body/tab-body.component.ts

TsTabBodyOriginState

The origin state is an internally used state that is set on a new tab body indicating if it began to the left or right of the prior selected index. For example, if the selected index was set to 1, and a new tab is created and selected at index 2, then the tab body would have an origin of right because its index was greater than the prior selected index.

"left" | "right"
TsTabBodyPositionState

These position states are used internally as animation states for the tab body. Setting the position state to left, right, or center will transition the tab body from its current position to its respective state. If there is not current position (void, in the case of a new tab body), then there will be no transition animation to its state.

In the case of a new tab body that should immediately be centered with an animating transition, then left-origin-center or right-origin-center can be used, which will use left or right as its pseudo-prior state.

"left" | "center" | "right" | "left-origin-center" | "right-origin-center"

libs/ui/table/src/lib/column/column.ts

TsTableColumnAlignment

Allowed column alignments

"left" | "center" | "right"

libs/ui/table/src/lib/table/table.component.ts

TsTableDensity

The possible table density settings

"comfy" | "compact"

libs/ui/tooltip/src/lib/tooltip/tooltip.component.ts

TsTooltipPositionTypes

Define the accepted string values for the TsTooltipComponent position

"above" | "below" | "before" | "after"

libs/ui/pipes/src/lib/truncate/truncate.pipe.ts

TsTruncatePositionType

Define the accepted string values for the TsTruncateAtPipe position

"start" | "middle" | "end"

libs/ui/validation-messages/src/lib/messages/validation-messages.component.ts

TsValidationMessageFactory

A function that returns an error message based on params

function

libs/ui/spacing/src/lib/vertical/vertical-spacing.directive.ts

TsVerticalSpacingTypes

Define the accepted string values for TsVerticalSpacingDirective

"small--2" | "small--1" | "small--0" | "none" | "default--0" | "large--0" | "large--1" | "large--2" | "large--3" | "large--4" | "large--5" | "large--6"

libs/ui/validators/src/lib/stories/validation-universal.stories.ts

UniversalDemos
"equalToControl" | "inCollection" | "password"

result-matching ""

    No results matching ""