Project Ignite UI for Angular

Index

列挙体

クラス

インターフェイス

Type aliases

変数

関数

Type aliases

ButtonGroupAlignment

ButtonGroupAlignment: typeof ButtonGroupAlignment[keyof typeof ButtonGroupAlignment]

CalendarSelection

CalendarSelection: typeof CalendarSelection[keyof typeof CalendarSelection]

CarouselAnimationType

CarouselAnimationType: typeof CarouselAnimationType[keyof typeof CarouselAnimationType]

CarouselIndicatorsOrientation

CarouselIndicatorsOrientation: typeof CarouselIndicatorsOrientation[keyof typeof CarouselIndicatorsOrientation]

ColumnDisplayOrder

ColumnDisplayOrder: typeof ColumnDisplayOrder[keyof typeof ColumnDisplayOrder]

DisplayDensity

DisplayDensity: typeof DisplayDensity[keyof typeof DisplayDensity]

ExpansionPanelHeaderIconPosition

ExpansionPanelHeaderIconPosition: typeof ExpansionPanelHeaderIconPosition[keyof typeof ExpansionPanelHeaderIconPosition]

FilterMode

FilterMode: typeof FilterMode[keyof typeof FilterMode]

GridColumnDataType

GridColumnDataType: typeof GridColumnDataType[keyof typeof GridColumnDataType]

GridFeatures

GridFeatures: keyof IGridStateOptions

GridKeydownTargetType

GridKeydownTargetType: "dataCell" | "summaryCell" | "groupRow" | "hierarchicalRow" | "headerCell" | "masterDetailRow"

GridSelectionMode

GridSelectionMode: typeof GridSelectionMode[keyof typeof GridSelectionMode]

GridSummaryCalculationMode

GridSummaryCalculationMode: typeof GridSummaryCalculationMode[keyof typeof GridSummaryCalculationMode]

GridSummaryPosition

GridSummaryPosition: typeof GridSummaryPosition[keyof typeof GridSummaryPosition]

IgxAvatarSize

IgxAvatarSize: typeof IgxAvatarSize[keyof typeof IgxAvatarSize]

IgxAvatarType

IgxAvatarType: typeof IgxAvatarType[keyof typeof IgxAvatarType]

IgxBadgeType

IgxBadgeType: typeof IgxBadgeType[keyof typeof IgxBadgeType]

IgxButtonType

IgxButtonType: typeof IgxButtonType[keyof typeof IgxButtonType]

Determines the Button type.

IgxCalendarView

IgxCalendarView: typeof IgxCalendarView[keyof typeof IgxCalendarView] | CalendarView

Determines the Calendar active view - days, months or years.

IgxCardActionsLayout

IgxCardActionsLayout: typeof IgxCardActionsLayout[keyof typeof IgxCardActionsLayout]

IgxCardType

IgxCardType: typeof IgxCardType[keyof typeof IgxCardType]

IgxDividerType

IgxDividerType: typeof IgxDividerType[keyof typeof IgxDividerType]

IgxExporterOptions

IgxInputGroupTheme

IgxInputGroupTheme: typeof IgxInputGroupTheme[keyof typeof IgxInputGroupTheme]

Determines the Input Group theme.

IgxInputGroupType

IgxInputGroupType: typeof IgxInputGroupEnum[keyof typeof IgxInputGroupEnum]

Determines the InputGroupType.

IgxProgressType

IgxProgressType: typeof IgxProgressType[keyof typeof IgxProgressType]

IgxSliderType

IgxSliderType: typeof IgxSliderType[keyof typeof IgxSliderType]

IgxTabsAlignment

IgxTabsAlignment: typeof IgxTabsAlignment[keyof typeof IgxTabsAlignment]

IgxTextAlign

IgxTextAlign: typeof IgxTextAlign[keyof typeof IgxTextAlign]

IgxToastPosition

IgxToastPosition: typeof IgxToastPosition[keyof typeof IgxToastPosition]

IgxTreeSearchResolver

IgxTreeSearchResolver: function

Comparer function that can be used when searching through IgxTreeNode[]

Type declaration

    • パラメーター

      返却 boolean

IgxTreeSelectionType

IgxTreeSelectionType: typeof IgxTreeSelectionType[keyof typeof IgxTreeSelectionType]

LabelPosition

LabelPosition: typeof LabelPosition[keyof typeof LabelPosition]

PickerInteractionMode

PickerInteractionMode: typeof PickerInteractionMode[keyof typeof PickerInteractionMode]

RadioGroupAlignment

RadioGroupAlignment: typeof RadioGroupAlignment[keyof typeof RadioGroupAlignment]

RadioLabelPosition

RadioLabelPosition: typeof RadioLabelPosition[keyof typeof RadioLabelPosition]

SliderHandle

SliderHandle: typeof SliderHandle[keyof typeof SliderHandle]

SwitchLabelPosition

SwitchLabelPosition: typeof SwitchLabelPosition[keyof typeof SwitchLabelPosition]

TickLabelsOrientation

TickLabelsOrientation: typeof TickLabelsOrientation[keyof typeof TickLabelsOrientation]

TicksOrientation

TicksOrientation: typeof TicksOrientation[keyof typeof TicksOrientation]

変数

Const ButtonGroupAlignment

ButtonGroupAlignment: object = ...

Determines the Button Group alignment

Type declaration

  • horizontal: "horizontal"
  • vertical: "vertical"

Const CalendarSelection

CalendarSelection: object = ...

Sets the selection type - single, multi or range.

Type declaration

  • MULTI: "multi"
  • RANGE: "range"
  • SINGLE: "single"

Const CarouselAnimationType

CarouselAnimationType: object = ...

Type declaration

  • fade: "fade"
  • none: "none"
  • slide: "slide"

Const CarouselIndicatorsOrientation

CarouselIndicatorsOrientation: object = ...

Type declaration

  • bottom: "bottom"
  • top: "top"

Const ColumnDisplayOrder

ColumnDisplayOrder: object = ...

Type declaration

  • Alphabetical: "Alphabetical"
  • DisplayOrder: "DisplayOrder"

Const DEFAULT_OWNER

DEFAULT_OWNER: "default" = 'default'

Const DisplayDensity

DisplayDensity: object = ...

Defines the possible values of the components' display density.

Type declaration

  • comfortable: "comfortable"
  • compact: "compact"
  • cosy: "cosy"

Const DisplayDensityToken

DisplayDensityToken: InjectionToken<IDisplayDensityOptions> = ...

Defines the DisplayDensity DI token.

Const FilterMode

FilterMode: object = ...

Type declaration

  • excelStyleFilter: "excelStyleFilter"
  • quickFilter: "quickFilter"

Const GridSelectionMode

GridSelectionMode: object = ...

Type declaration

  • multiple: "multiple"
  • multipleCascade: "multipleCascade"
  • none: "none"
  • single: "single"

Const GridSummaryCalculationMode

GridSummaryCalculationMode: object = ...

Type declaration

  • childLevelsOnly: "childLevelsOnly"
  • rootAndChildLevels: "rootAndChildLevels"
  • rootLevelOnly: "rootLevelOnly"

Const GridSummaryPosition

GridSummaryPosition: object = ...

Type declaration

  • bottom: "bottom"
  • top: "top"

Const IGX_CHECKBOX_REQUIRED_VALIDATOR

IGX_CHECKBOX_REQUIRED_VALIDATOR: Provider = ...

Const IGX_INPUT_GROUP_TYPE

IGX_INPUT_GROUP_TYPE: InjectionToken<IgxInputGroupType> = ...

Defines the InputGroupType DI token.

Const IGX_SWITCH_REQUIRED_VALIDATOR

IGX_SWITCH_REQUIRED_VALIDATOR: Provider = ...

Const IgxAvatarSize

IgxAvatarSize: object = ...

Type declaration

  • LARGE: "large"
  • MEDIUM: "medium"
  • SMALL: "small"

Const IgxAvatarType

IgxAvatarType: object = ...

Type declaration

  • CUSTOM: "custom"
  • ICON: "icon"
  • IMAGE: "image"
  • INITIALS: "initials"

Const IgxBadgeType

IgxBadgeType: object = ...

Determines the igxBadge type

Type declaration

  • ERROR: "error"
  • INFO: "info"
  • PRIMARY: "primary"
  • SUCCESS: "success"
  • WARNING: "warning"

Const IgxCalendarView

IgxCalendarView: object = ...

Type declaration

  • Decade: "decade"
  • Month: "month"
  • Year: "year"

Const IgxCardActionsLayout

IgxCardActionsLayout: object = ...

Type declaration

  • JUSTIFY: "justify"
  • START: "start"

Const IgxCardType

IgxCardType: object = ...

Card provides a way to display organized content in appealing way.

@igxmodule

IgxCardModule

@igxtheme

igx-card-theme, igx-icon-theme, igx-button-theme

@igxkeywords

card, button, avatar, icon

@igxgroup

Layouts

@remarks

The Ignite UI Card serves as a container that allows custom content to be organized in an appealing way. There are five sections in a card that you can use to organize your content. These are header, media, content, actions, and footer.

@example
<igx-card>
  <igx-card-header>
    <h3 igxCardHeaderTitle>{{title}}</h3>
    <h5 igxCardHeaderSubtitle>{{subtitle}}</h5>
  </igx-card-header>
  <igx-card-actions>
      <button igxButton igxRipple>Share</button>
      <button igxButton igxRipple>Play Album</button>
  </igx-card-actions>
</igx-card>

Type declaration

  • ELEVATED: "elevated"
  • OUTLINED: "outlined"

Const IgxDividerType

IgxDividerType: object = ...

Type declaration

  • DASHED: "dashed"
  • SOLID: "solid"

Const IgxGridTransaction

IgxGridTransaction: InjectionToken<string> = ...

Const IgxHierarchicalTransactionServiceFactory

IgxHierarchicalTransactionServiceFactory: object = ...

Type declaration

Const IgxProgressType

IgxProgressType: object = ...

Type declaration

  • ERROR: "error"
  • INFO: "info"
  • SUCCESS: "success"
  • WARNING: "warning"

Const IgxSliderType

IgxSliderType: object = ...

Type declaration

  • RANGE: "range"
  • SLIDER: "slider"

Const IgxTabsAlignment

IgxTabsAlignment: object = ...

Type declaration

  • center: "center"
  • end: "end"
  • justify: "justify"
  • start: "start"

Const IgxTextAlign

IgxTextAlign: object = ...

Type declaration

  • CENTER: "center"
  • END: "end"
  • START: "start"

Const IgxToastPosition

IgxToastPosition: object = ...

Enumeration for toast position Can be: Bottom Middle Top

Type declaration

  • Bottom: "bottom"
  • Middle: "middle"
  • Top: "top"

Const IgxTreeSelectionType

IgxTreeSelectionType: object = ...

Type declaration

  • BiState: "BiState"
  • Cascading: "Cascading"
  • None: "None"

Const LabelPosition

LabelPosition: object = ...

Type declaration

  • AFTER: "after"
  • BEFORE: "before"

Const PickerInteractionMode

PickerInteractionMode: object = ...

This enumeration is used to configure whether the date/time picker has an editable input with drop down or is readonly - the date/time is selected only through a dialog.

Type declaration

  • Dialog: "dialog"
  • DropDown: "dropdown"

Const RadioGroupAlignment

RadioGroupAlignment: object = ...

Determines the Radio Group alignment

Type declaration

  • horizontal: "horizontal"
  • vertical: "vertical"

Const RadioLabelPosition

RadioLabelPosition: object = ...

Type declaration

  • AFTER: "after"
  • BEFORE: "before"

Const SliderHandle

SliderHandle: object = ...

Type declaration

  • FROM: "from"
  • TO: "to"

Const SwitchLabelPosition

SwitchLabelPosition: object = ...

Type declaration

  • AFTER: "after"
  • BEFORE: "before"

Const TickLabelsOrientation

TickLabelsOrientation: object = ...

Slider Tick labels Orientation

Type declaration

  • BottomToTop: "bottomtotop"
  • Horizontal: "horizontal"
  • TopToBottom: "toptobottom"

Const TicksOrientation

TicksOrientation: object = ...

Slider Ticks orientation

Type declaration

  • Bottom: "bottom"
  • Mirror: "mirror"
  • Top: "top"

Const blink

blink: AnimationReferenceMetadata = ...

Const fadeIn

fadeIn: AnimationReferenceMetadata = ...

Const fadeOut

fadeOut: AnimationReferenceMetadata = ...

Const filteringStateDefaults

filteringStateDefaults: object = ...

Type declaration

Const flipBottom

flipBottom: AnimationReferenceMetadata = ...

Const flipHorBck

flipHorBck: AnimationReferenceMetadata = ...

Const flipHorFwd

flipHorFwd: AnimationReferenceMetadata = ...

Const flipLeft

flipLeft: AnimationReferenceMetadata = ...

Const flipRight

flipRight: AnimationReferenceMetadata = ...

Const flipTop

flipTop: AnimationReferenceMetadata = ...

Const flipVerBck

flipVerBck: AnimationReferenceMetadata = ...

Const flipVerFwd

flipVerFwd: AnimationReferenceMetadata = ...

Const growVerIn

growVerIn: AnimationReferenceMetadata = ...

Const growVerOut

growVerOut: AnimationReferenceMetadata = ...

Const heartbeat

heartbeat: AnimationReferenceMetadata = ...

Const pulsateBck

pulsateBck: AnimationReferenceMetadata = ...

Const pulsateFwd

pulsateFwd: AnimationReferenceMetadata = ...

Const rotateInBl

rotateInBl: AnimationReferenceMetadata = ...

Const rotateInBottom

rotateInBottom: AnimationReferenceMetadata = ...

Const rotateInBr

rotateInBr: AnimationReferenceMetadata = ...

Const rotateInCenter

rotateInCenter: AnimationReferenceMetadata = ...

Const rotateInDiagonal1

rotateInDiagonal1: AnimationReferenceMetadata = ...

Const rotateInDiagonal2

rotateInDiagonal2: AnimationReferenceMetadata = ...

Const rotateInHor

rotateInHor: AnimationReferenceMetadata = ...

Const rotateInLeft

rotateInLeft: AnimationReferenceMetadata = ...

Const rotateInRight

rotateInRight: AnimationReferenceMetadata = ...

Const rotateInTl

rotateInTl: AnimationReferenceMetadata = ...

Const rotateInTop

rotateInTop: AnimationReferenceMetadata = ...

Const rotateInTr

rotateInTr: AnimationReferenceMetadata = ...

Const rotateInVer

rotateInVer: AnimationReferenceMetadata = ...

Const rotateOutBl

rotateOutBl: AnimationReferenceMetadata = ...

Const rotateOutBottom

rotateOutBottom: AnimationReferenceMetadata = ...

Const rotateOutBr

rotateOutBr: AnimationReferenceMetadata = ...

Const rotateOutCenter

rotateOutCenter: AnimationReferenceMetadata = ...

Const rotateOutDiagonal1

rotateOutDiagonal1: AnimationReferenceMetadata = ...

Const rotateOutDiagonal2

rotateOutDiagonal2: AnimationReferenceMetadata = ...

Const rotateOutHor

rotateOutHor: AnimationReferenceMetadata = ...

Const rotateOutLeft

rotateOutLeft: AnimationReferenceMetadata = ...

Const rotateOutRight

rotateOutRight: AnimationReferenceMetadata = ...

Const rotateOutTl

rotateOutTl: AnimationReferenceMetadata = ...

Const rotateOutTop

rotateOutTop: AnimationReferenceMetadata = ...

Const rotateOutTr

rotateOutTr: AnimationReferenceMetadata = ...

Const rotateOutVer

rotateOutVer: AnimationReferenceMetadata = ...

Const scaleInBl

scaleInBl: AnimationReferenceMetadata = ...

Const scaleInBottom

scaleInBottom: AnimationReferenceMetadata = ...

Const scaleInBr

scaleInBr: AnimationReferenceMetadata = ...

Const scaleInCenter

scaleInCenter: AnimationReferenceMetadata = ...

Const scaleInHorCenter

scaleInHorCenter: AnimationReferenceMetadata = ...

Const scaleInHorLeft

scaleInHorLeft: AnimationReferenceMetadata = ...

Const scaleInHorRight

scaleInHorRight: AnimationReferenceMetadata = ...

Const scaleInLeft

scaleInLeft: AnimationReferenceMetadata = ...

Const scaleInRight

scaleInRight: AnimationReferenceMetadata = ...

Const scaleInTl

scaleInTl: AnimationReferenceMetadata = ...

Const scaleInTop

scaleInTop: AnimationReferenceMetadata = ...

Const scaleInTr

scaleInTr: AnimationReferenceMetadata = ...

Const scaleInVerBottom

scaleInVerBottom: AnimationReferenceMetadata = ...

Const scaleInVerCenter

scaleInVerCenter: AnimationReferenceMetadata = ...

Const scaleInVerTop

scaleInVerTop: AnimationReferenceMetadata = ...

Const scaleOutBl

scaleOutBl: AnimationReferenceMetadata = ...

Const scaleOutBottom

scaleOutBottom: AnimationReferenceMetadata = ...

Const scaleOutBr

scaleOutBr: AnimationReferenceMetadata = ...

Const scaleOutCenter

scaleOutCenter: AnimationReferenceMetadata = ...

Const scaleOutHorCenter

scaleOutHorCenter: AnimationReferenceMetadata = ...

Const scaleOutHorLeft

scaleOutHorLeft: AnimationReferenceMetadata = ...

Const scaleOutHorRight

scaleOutHorRight: AnimationReferenceMetadata = ...

Const scaleOutLeft

scaleOutLeft: AnimationReferenceMetadata = ...

Const scaleOutRight

scaleOutRight: AnimationReferenceMetadata = ...

Const scaleOutTl

scaleOutTl: AnimationReferenceMetadata = ...

Const scaleOutTop

scaleOutTop: AnimationReferenceMetadata = ...

Const scaleOutTr

scaleOutTr: AnimationReferenceMetadata = ...

Const scaleOutVerBottom

scaleOutVerBottom: AnimationReferenceMetadata = ...

Const scaleOutVerCenter

scaleOutVerCenter: AnimationReferenceMetadata = ...

Const scaleOutVerTop

scaleOutVerTop: AnimationReferenceMetadata = ...

Const shakeBl

shakeBl: AnimationReferenceMetadata = ...

Const shakeBottom

shakeBottom: AnimationReferenceMetadata = ...

Const shakeBr

shakeBr: AnimationReferenceMetadata = ...

Const shakeCenter

shakeCenter: AnimationReferenceMetadata = ...

Const shakeHor

shakeHor: AnimationReferenceMetadata = ...

Const shakeLeft

shakeLeft: AnimationReferenceMetadata = ...

Const shakeRight

shakeRight: AnimationReferenceMetadata = ...

Const shakeTl

shakeTl: AnimationReferenceMetadata = ...

Const shakeTop

shakeTop: AnimationReferenceMetadata = ...

Const shakeTr

shakeTr: AnimationReferenceMetadata = ...

Const shakeVer

shakeVer: AnimationReferenceMetadata = ...

Const slideInBl

slideInBl: AnimationReferenceMetadata = ...

Const slideInBottom

slideInBottom: AnimationReferenceMetadata = ...

Const slideInBr

slideInBr: AnimationReferenceMetadata = ...

Const slideInLeft

slideInLeft: AnimationReferenceMetadata = ...

Const slideInRight

slideInRight: AnimationReferenceMetadata = ...

Const slideInTl

slideInTl: AnimationReferenceMetadata = ...

Const slideInTop

slideInTop: AnimationReferenceMetadata = ...

Const slideInTr

slideInTr: AnimationReferenceMetadata = ...

Const slideOutBl

slideOutBl: AnimationReferenceMetadata = ...

Const slideOutBottom

slideOutBottom: AnimationReferenceMetadata = ...

Const slideOutBr

slideOutBr: AnimationReferenceMetadata = ...

Const slideOutLeft

slideOutLeft: AnimationReferenceMetadata = ...

Const slideOutRight

slideOutRight: AnimationReferenceMetadata = ...

Const slideOutTl

slideOutTl: AnimationReferenceMetadata = ...

Const slideOutTop

slideOutTop: AnimationReferenceMetadata = ...

Const slideOutTr

slideOutTr: AnimationReferenceMetadata = ...

Const swingInBottomBck

swingInBottomBck: AnimationReferenceMetadata = ...

Const swingInBottomFwd

swingInBottomFwd: AnimationReferenceMetadata = ...

Const swingInLeftBck

swingInLeftBck: AnimationReferenceMetadata = ...

Const swingInLeftFwd

swingInLeftFwd: AnimationReferenceMetadata = ...

Const swingInRightBck

swingInRightBck: AnimationReferenceMetadata = ...

Const swingInRightFwd

swingInRightFwd: AnimationReferenceMetadata = ...

Const swingInTopBck

swingInTopBck: AnimationReferenceMetadata = ...

Const swingInTopFwd

swingInTopFwd: AnimationReferenceMetadata = ...

Const swingOutBottomBck

swingOutBottomBck: AnimationReferenceMetadata = ...

Const swingOutBottomFwd

swingOutBottomFwd: AnimationReferenceMetadata = ...

Const swingOutLeftBck

swingOutLeftBck: AnimationReferenceMetadata = ...

Const swingOutLefttFwd

swingOutLefttFwd: AnimationReferenceMetadata = ...

Const swingOutRightBck

swingOutRightBck: AnimationReferenceMetadata = ...

Const swingOutRightFwd

swingOutRightFwd: AnimationReferenceMetadata = ...

Const swingOutTopBck

swingOutTopBck: AnimationReferenceMetadata = ...

Const swingOutTopFwd

swingOutTopFwd: AnimationReferenceMetadata = ...

関数

Const changei18n

Const getCurrentResourceStrings

Const getTypeNameForDebugging

  • getTypeNameForDebugging(type: any): string

Const hierarchicalTransactionServiceFactory

Const isDateInRanges

Const isLeap

  • isLeap(year: number): boolean

Const monthRange

  • monthRange(year: number, month: number): number[]

Const range

  • range(start?: number, stop: any, step?: number): any[]

Const toPercent

  • toPercent(value: number, max: number): number

Const valueInRange

  • valueInRange(value: number, max: number, min?: number): number

Const weekDay

  • weekDay(year: number, month: number, day: number): number