Index

date/src/date-filters/date-filter.type.ts

DateFilterFn

Type of date filter functions.

Import

Example :
import { DateFilterFn } from '@talenra/components/date';
function

search/src/search-field/search-field.types.ts

SearchTrigger

Event emitted when the SearchField is submitted.

literal type
TSearchFieldSize

Type of values accepted by the SearchField's spacing property.

Import

Example :
import { TSearchFieldSize } from '@talenra/components/search';
unknown

config/src/talenra-base-config.types.ts

TalenraBaseTranslationDictionary

Type mapping TalenraBase translation keys to their localized string values. Used to define complete or partial translation dictionaries for the library.

Import

Example :
import { TalenraBaseTranslationDictionary } from '@talenra/components/config';
unknown

button/src/button/button.types.ts

TButtonKind

Type of values accepted by the ButtonComponent's kind property.

Import

Example :
import { TButtonKind } from '@talenra/components/button';
unknown
TButtonSize

Type of values accepted by the ButtonComponent's size property.

Import

Example :
import { TButtonSize } from '@talenra/components/button';
unknown

checkbox/src/checkbox/checkbox.types.ts

TCheckboxLabelPosition

Type of values accepted by the CheckboxComponent's labelPosition input.

Import

Example :
import { TCheckboxLabelPosition } from '@talenra/components/checkbox';
unknown
TCheckboxSize

Type of values accepted by the CheckboxComponent's size input.

Import

Example :
import { TCheckboxSize } from '@talenra/components/checkbox';
unknown

overlay/src/layouts/confirmation/confirmation.types.ts

TConfirmationLevel

Type of values accepted by ConfirmationConfig's level property. ConfirmationLevel represents the different levels of confirmation dialogs.

Import

Example :
import { TConfirmationLevel } from '@talenra/components/overlay';
unknown

copy-content/src/copy-content/copy-content.connect-position.ts

TCopyContentConnectedPosition

Type used for position maps. Represents a dictionary of ConnectedPosition for different positions. The keys of the dictionary are the positions, and the values are objects containing key-value pairs for ConnectedPosition of the cdk-overlay.

Example :
export const positions: TCopyContentConnectedPosition = {
 'north': {
      originX: 'center',
      originY: 'top',
      overlayX: 'center',
      overlayY: 'bottom',
 },
 'east': {
      originX: 'end',
      originY: 'center',
      overlayX: 'start',
      overlayY: 'center',
    },
    ...
 },
Record<TCopyContentPosition | ConnectedPosition>

copy-content/src/copy-content/copy-content.types.ts

TCopyContentPosition

Type of values accepted by Copy-Content's copyContentPosition property.

Import

Example :
import { TCopyContentPosition } from '@talenra/components/copy-content';
unknown

table/src/table/table.test-utils.ts

TestIdGetter

Type for a function that retrieves an element by test ID.

Import

Example :
import { TestIdGetter } from '@talenra/components/table';
function

filter-composer/src/filter-composer.types.ts

TFilterComposerDateRestriction

Type of date filter restrictions for the filter composer.

Import

Example :
import { TFilterComposerDateRestriction } from '@talenra/components/filter-composer';
unknown
TFilterComposerFilterMode

Type of filter modes for the filter composer.

Import

Example :
import { TFilterComposerFilterMode } from '@talenra/components/filter-composer';
unknown
TFilterComposerOperator

Type of operators for the filter composer.

Import

Example :
import { TFilterComposerOperator } from '@talenra/components/filter-composer';
unknown

rich-text-editor/src/rich-text-editor/rich-text-editor.types.ts

TFormatType

Type of values accepted by the RichTextEditorComponent for formatting operations.

Import

Example :
import { TFormatType } from '@talenra/components/rich-text-editor';
unknown

form-field/src/form-field/form-field.types.ts

TFormFieldSize

Type of values accepted by the FormField's size property.

Import

Example :
import { TFormFieldSize } from '@talenra/components/form-field';
unknown
TFormFieldStatus

Type of values accepted by the FormField's status property.

Import

Example :
import { TFormFieldStatus } from '@talenra/components/form-field';
unknown

icons/src/icon/icon.types.ts

TIconSize

Type of values accepted by the IconComponent's size property.

Import

Example :
import { TIconSize } from '@talenra/components/icon';
unknown

input/src/input/input.types.ts

TInputType

Type of values accepted by the InputComponent's type property.

Import

Example :
import { TInputType } from '@talenra/components/input';
unknown

dev-kit/src/format-bytes/format-bytes.types.ts

TMemorySize

Type of values accepted by the formatBytes' unit argument.

Import

Example :
import { TMemorySize } from '@talenra/components/dev-kit';
unknown

message/src/message/message.types.ts

TMessageKind

Type of values accepted by theMessage's kind property.

Import

Example :
import { TMessageKind } from '@talenra/components/message';
unknown
TMessageLevel

Type of values accepted by theMessage's level property.

Import

Example :
import { TMessageLevel } from '@talenra/components/message';
unknown
TMessageSize

Type of values accepted by theMessage's size property.

Import

Example :
import { TMessageSize } from '@talenra/components/message';
unknown

notification/src/notification.types.ts

TNotificationLevel

Type of values accepted by INotificationContext's level property.

Import

Example :
import { TNotificationLevel } from '@talenra/components/notification';
unknown
TRemoveNotificationCallback

Signature of callback function invoked by NotificationService when a notification is dismissed.

Import

Example :
import { TDismissNotificationCallback } from '@talenra/components/notification';
function

paginator/src/paginator/paginator.types.ts

TPaginatorAlignment

Type of values accepted by Paginator's align property.

Import

Example :
import { TPaginatorAlignment } from '@talenra/components/paginator';
unknown

paginator/src/paginator/paginator.responsive-mode.types.ts

TPaginatorResponsiveModeElement

Type of keys used by IPaginatorResponsiveModeElements interface

unknown

rich-text-editor/src/paste-sanitizing/paste-sanitizing.types.ts

TPasteContext

Type of values representing the context where a paste operation occurs.

Import

Example :
import { TPasteContext } from '@talenra/components/rich-text-editor';
unknown

dev-kit/src/platform/platform.ts

TPlatform

Type of values returned by the getPlatform function.

Import

Example :
import { TPlatform } from '@talenra/components/dev-kit';
unknown

progress-stepper/src/progress-step/progress-step.types.ts

TProgressStepState

Type of ProgressStep state

Import

Example :
import { TProgressStepState } from '@talenra/components/progress-stepper';
unknown

query-builder/src/query-builder.types.ts

TQueryBuilderCondition

Type of condition accepted by the query.

Import

Example :
import { TQueryBuilderCondition } from '@talenra/components/query-builder';
unknown
TQueryBuilderDateOperator

Type of operators accepted by the query selection rule.

Import

Example :
import { TQueryBuilderDateOperator } from '@talenra/components/query-builder';
unknown
TQueryBuilderNumberOperator

Type of operators accepted by the query selection rule.

Import

Example :
import { TQueryBuilderNumberOperator } from '@talenra/components/query-builder';
unknown
TQueryBuilderOptionOperator

Type of operators accepted by the query selection rule.

Import

Example :
import { TQueryBuilderOptionOperator } from '@talenra/components/query-builder';
unknown
TQueryBuilderRuleAction

Type of actions which can be performed on rules of a query.

Import

Example :
import { TQueryBuilderRuleAction } from '@talenra/components/query-builder';
unknown
TQueryBuilderStringOperator

Type of operators accepted by the query selection rule.

Import

Example :
import { TQueryBuilderStringOperator } from '@talenra/components/query-builder';
unknown
TQueryBuilderValueType

Type of value types accepted by the query selection rule.

Import

Example :
import { TQueryBuilderValueType } from '@talenra/components/query-builder';
unknown

search/src/search-input/search-input.types.ts

TSearchKind

Type of values accepted by the kind property of the SearchInput component.

Import

Example :
import { TSearchKind } from '@talenra/components/search';
unknown

menu/src/menu-link/menu-link.component.ts

TSelectCallback

Type of the callback function that is called when the MenuLink is selected.

Import

Example :
import { TSelectCallback } from '@talenra/components/menu';
function

select/src/select/select.types.ts

TSelectKind

Type of values accepted by the SelectComponent's kind property.

Import

Example :
import { TSelectKind } from '@talenra/components/select';
unknown

spinner/src/spinner/spinner.types.ts

TSpinnerColor

Type of values accepted by the Spinner's color property.

Import

Example :
import { TSpinnerColor } from '@talenra/components/spinner';
unknown
TSpinnerSize

Type of values accepted by the Spinner's size property.

Import

Example :
import { TSpinnerSize } from '@talenra/components/spinner';
unknown

table/src/table/table.types.ts

TTableColumnHAlign

Type of values accepted by the TableColumn's align property. Used to configure horizontal alignment of content in table rows.

Import

Example :
import { TTableColumnHAlign } from '@talenra/components/table';
unknown
TTableColumnWidth

Type of table column width definition. Used to define optional min-/max-width of a column. Values are defined as CSS length units (e.g. '120px', '50%', 'auto').

Import

Example :
import { TTableColumnWidth } from '@talenra/components/table';
literal type
TTableSelectionMode

Type of values accepted by Table's selectionMode property.

Import

Example :
import { TTableSelectionMode } from '@talenra/components/table';
unknown
TTableSortDirection

Type of values accepted by TableSorts's direction property.

Import

Example :
import { TTableSortDirection } from '@talenra/components/table';
unknown

tabs/src/tab-list/tab-list.types.ts

TTabListSize

Type of values accepted by the TabListComponent's size property.

Import

Example :
import { TTabListSize } from '@talenra/components/tabs';
unknown
TTabWidth

Type of values accepted by the TabListComponent's tabWidth property.

Import

Example :
import { TTabWidth } from '@talenra/components/tabs';
unknown

tooltip/src/tooltip/tooltip.types.ts

TTooltipPosition

Type of values accepted by Toolltip's talenraTooltipPosition property.

Import

Example :
import { TTooltipPosition } from '@talenra/components/tooltip';
unknown

upload/src/upload.types.ts

TUploadState

Type of UploadState.

Import

Example :
import { TUploadState } from '@talenra/components/upload';
unknown
TUploadValidationState

Type of UploadValidationState.

Import

Example :
import { TUploadValidationState } from '@talenra/components/upload';
unknown

app-layout/src/workspace.types.ts

TWorkspaceWidth

Type of layout sizes supported by Workspace layouts.

Import

Example :
import { TWorkspaceWidth } from '@talenra/components/app-layout';
unknown

results matching ""

    No results matching ""