Ignite UI for Angular

Enumerations

Classes

Interfaces

Type aliases

Variables

Functions

Object literals

Type aliases

CalendarSelection

CalendarSelection: object[keyof typeof CalendarSelection]

CarouselAnimationType

CarouselAnimationType: object[keyof typeof CarouselAnimationType]

CarouselIndicatorsOrientation

CarouselIndicatorsOrientation: object[keyof typeof CarouselIndicatorsOrientation]

ColumnDisplayOrder

ColumnDisplayOrder: object[keyof typeof ColumnDisplayOrder]

DataType

DataType: object[keyof typeof DataType]

DisplayDensity

DisplayDensity: object[keyof typeof DisplayDensity]

DropDownActionKey

DropDownActionKey: object[keyof typeof DropDownActionKey]

FilterMode

FilterMode: object[keyof typeof FilterMode]

GridSelectionMode

GridSelectionMode: object[keyof typeof GridSelectionMode]

GridSummaryCalculationMode

GridSummaryCalculationMode: object[keyof typeof GridSummaryCalculationMode]

GridSummaryPosition

GridSummaryPosition: object[keyof typeof GridSummaryPosition]

ICON_POSITION

ICON_POSITION: object[keyof typeof ICON_POSITION]

IgxAvatarSize

IgxAvatarSize: object[keyof typeof IgxAvatarSize]

IgxAvatarType

IgxAvatarType: object[keyof typeof IgxAvatarType]

IgxBadgeType

IgxBadgeType: object[keyof typeof IgxBadgeType]

IgxCardActionsLayout

IgxCardActionsLayout: object[keyof typeof IgxCardActionsLayout]

IgxCardType

IgxCardType: object[keyof typeof IgxCardType]

IgxDividerType

IgxDividerType: object[keyof typeof IgxDividerType]

IgxInputGroupType

IgxInputGroupType: keyof typeof IgxInputGroupEnum

Determines the Input Group type.

IgxProgressType

IgxProgressType: object[keyof typeof IgxProgressType]

IgxTabsType

IgxTabsType: object[keyof typeof IgxTabsType]

IgxTextAlign

IgxTextAlign: object[keyof typeof IgxTextAlign]

LabelPosition

LabelPosition: object[keyof typeof LabelPosition]

PredefinedFormatOptions

PredefinedFormatOptions: object[keyof typeof PredefinedFormatOptions]

RadioLabelPosition

RadioLabelPosition: object[keyof typeof RadioLabelPosition]

SelectionState

SwitchLabelPosition

SwitchLabelPosition: object[keyof typeof SwitchLabelPosition]

Variables

Const ADVANCED_FILTERING

ADVANCED_FILTERING: "advancedFiltering" = "advancedFiltering"

Const ARROW

ARROW: "Arrow" = "Arrow"

Const CELL_SELECTION

CELL_SELECTION: "cellSelection" = "cellSelection"

Let CHIP_ID

CHIP_ID: number = 0

Const COLUMNS

COLUMNS: "columns" = "columns"

Const COLUMN_SELECTION

COLUMN_SELECTION: "columnSelection" = "columnSelection"

Const CalendarSelection

CalendarSelection: object = mkenum({SINGLE: 'single',MULTI: 'multi',RANGE: 'range'})

Sets the selection type - single, multi or range.

Type declaration

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

Const CarouselAnimationType

CarouselAnimationType: object = mkenum({none: 'none',slide: 'slide',fade: 'fade'})

Type declaration

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

Const CarouselIndicatorsOrientation

CarouselIndicatorsOrientation: object = mkenum({bottom: 'bottom',top: 'top'})

Type declaration

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

Const ColumnDisplayOrder

ColumnDisplayOrder: object = mkenum({Alphabetical: 'Alphabetical',DisplayOrder: 'DisplayOrder'})

Type declaration

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

Const DATE_CHARS

DATE_CHARS: string[] = ['h', 'H', 'm', 's', 'S', 't', 'T']

Const DEFAULT_COLUMN_WIDTH

DEFAULT_COLUMN_WIDTH: 8.43 = 8.43

Let DIALOG_ID

DIALOG_ID: number = 0

Const DisplayDensity

DisplayDensity: object = mkenum({comfortable: 'comfortable',cosy: 'cosy',compact: 'compact'})

Defines the possible values of the components' display density.

Type declaration

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

Const DisplayDensityToken

DisplayDensityToken: InjectionToken<IDisplayDensityOptions> = new InjectionToken<IDisplayDensityOptions>('DisplayDensity')

Defines the DisplayDensity DI token.

Const DropDownActionKey

DropDownActionKey: object = mkenum({ESCAPE: 'escape',ENTER: 'enter',SPACE: 'space'})

Key actions that have designated handlers in IgxDropDownComponent

Type declaration

  • ENTER: "enter"
  • ESCAPE: "escape"
  • SPACE: "space"

Const EVENT_SUFFIX

EVENT_SUFFIX: "precise" = "precise"

Const FEBRUARY

FEBRUARY: 1 = 1

Const FILTERING

FILTERING: "filtering" = "filtering"

Const FILTERING_ICONS_FONT_SET

FILTERING_ICONS_FONT_SET: "filtering-icons" = "filtering-icons"

Const FILTER_ROW_HEIGHT

FILTER_ROW_HEIGHT: 50 = 50

Const FilterMode

FilterMode: object = mkenum({quickFilter: 'quickFilter',excelStyleFilter: 'excelStyleFilter'})

Type declaration

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

Const GROUPBY

GROUPBY: "groupBy" = "groupBy"

Const GridSelectionMode

GridSelectionMode: object = mkenum({none: 'none',single: 'single',multiple: 'multiple'})

Type declaration

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

Const GridSummaryCalculationMode

GridSummaryCalculationMode: object = mkenum({rootLevelOnly: 'rootLevelOnly',childLevelsOnly: 'childLevelsOnly',rootAndChildLevels: 'rootAndChildLevels'})

Type declaration

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

Const GridSummaryPosition

GridSummaryPosition: object = mkenum({top: 'top',bottom: 'bottom'})

Type declaration

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

Const HEADER_KEYS

HEADER_KEYS: Set<string> = new Set([...Array.from(NAVIGATION_KEYS), 'escape', 'esc' , 'l'])

Const HORIZONTAL_NAV_KEYS

HORIZONTAL_NAV_KEYS: Set<string> = new Set(['arrowleft', 'left', 'arrowright', 'right', 'home', 'end'])

Const IGX_COMBO_COMPONENT

IGX_COMBO_COMPONENT: InjectionToken<IgxComboBase> = new InjectionToken<IgxComboBase>('IgxComboComponentToken')

Const IGX_DROPDOWN_BASE

IGX_DROPDOWN_BASE: InjectionToken<IDropDownBase> = new InjectionToken<IDropDownBase>('IgxDropDownBaseToken')

Const ITEMS_COUNT

ITEMS_COUNT: 7 = 7

Const IgxAvatarSize

IgxAvatarSize: object = mkenum({SMALL: 'small',MEDIUM: 'medium',LARGE: 'large'})

Type declaration

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

Const IgxAvatarType

IgxAvatarType: object = mkenum({INITIALS: 'initials',IMAGE: 'image',ICON: 'icon',CUSTOM: 'custom'})

Type declaration

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

Const IgxBadgeType

IgxBadgeType: object = mkenum({PRIMARY: 'primary',INFO: 'info',SUCCESS: 'success',WARNING: 'warning',ERROR: 'error'})

Determines the igxBadge type

Type declaration

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

Const IgxCardActionsLayout

IgxCardActionsLayout: object = mkenum({START: 'start',JUSTIFY: 'justify'})

Type declaration

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

Const IgxCardType

IgxCardType: object = mkenum({ELEVATED: 'elevated',OUTLINED: 'outlined'})

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 = mkenum({SOLID: 'solid',DASHED: 'dashed'})

Type declaration

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

Const IgxGridTransaction

IgxGridTransaction: InjectionToken<string> = new InjectionToken<string>('IgxGridTransaction')

Const IgxProgressType

IgxProgressType: object = mkenum({ERROR: 'error',INFO: 'info',WARNING: 'warning',SUCCESS: 'success'})

Type declaration

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

Const IgxTabsType

IgxTabsType: object = mkenum({FIXED: 'fixed',CONTENTFIT: 'contentfit'})

Type declaration

  • CONTENTFIT: "contentfit"
  • FIXED: "fixed"

Const IgxTextAlign

IgxTextAlign: object = mkenum({START: 'start',CENTER: 'center',END: 'end'})

Type declaration

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

Const LabelPosition

LabelPosition: object = mkenum({BEFORE: 'before',AFTER: 'after'})

Type declaration

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

Const MDAYS

MDAYS: number[] = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]

Const MINIMUM_COLUMN_WIDTH

MINIMUM_COLUMN_WIDTH: 136 = 136

Const MIN_ROW_EDITING_COUNT_THRESHOLD

MIN_ROW_EDITING_COUNT_THRESHOLD: 2 = 2

Const MIN_VALUE

MIN_VALUE: 0 = 0

Const NAVIGATION_KEYS

NAVIGATION_KEYS: Set<string> = new Set(['down','up','left','right','arrowdown','arrowup','arrowleft','arrowright','home','end','space','spacebar',' '])

Let NEXT_CIRCULAR_ID

NEXT_CIRCULAR_ID: number = 0

Let NEXT_GRADIENT_ID

NEXT_GRADIENT_ID: number = 0

Let NEXT_ID

NEXT_ID: number = 0

Icon provides a way to include material icons to markup

@igxmodule

IgxIconModule

@igxtheme

igx-icon-theme

@igxkeywords

icon, picture

@igxgroup

Display

@remarks

The Ignite UI Icon makes it easy for developers to include material design icons directly in their markup. The icons support custom colors and can be marked as active or disabled using the isActive property. This will change the appearance of the icon.

@example
<igx-icon color="#00ff00" isActive="true">home</igx-icon>

Let NEXT_LINEAR_ID

NEXT_LINEAR_ID: number = 0

Let NEXT_TABS_ID

NEXT_TABS_ID: number = 0

Const ONE_PERCENT

ONE_PERCENT: 0.01 = 0.01

Const PAGING

PAGING: "paging" = "paging"

Const PINNING_CONFIG

PINNING_CONFIG: "pinningConfig" = "pinningConfig"

Const PredefinedFormatOptions

PredefinedFormatOptions: object = mkenum({ShortDate: 'shortDate',MediumDate: 'mediumDate',LongDate: 'longDate',FullDate: 'fullDate'})

This enumeration is used to configure the date picker to operate with pre-defined format option used in Angular DatePipe. 'https://angular.io/api/common/DatePipe' 'shortDate': equivalent to 'M/d/yy' (6/15/15). 'mediumDate': equivalent to 'MMM d, y' (Jun 15, 2015). 'longDate': equivalent to 'MMMM d, y' (June 15, 2015). 'fullDate': equivalent to 'EEEE, MMMM d, y' (Monday, June 15, 2015).

Type declaration

  • FullDate: "fullDate"
  • LongDate: "longDate"
  • MediumDate: "mediumDate"
  • ShortDate: "shortDate"

Const ROW_COLLAPSE_KEYS

ROW_COLLAPSE_KEYS: Set<string> = new Set('left up arrowleft arrowup'.split(' '))

Const ROW_EXPAND_KEYS

ROW_EXPAND_KEYS: Set<string> = new Set('right down arrowright arrowdown'.split(' '))

Const ROW_PINNING

ROW_PINNING: "rowPinning" = "rowPinning"

Const ROW_SELECTION

ROW_SELECTION: "rowSelection" = "rowSelection"

Const RadioLabelPosition

RadioLabelPosition: object = mkenum({BEFORE: 'before',AFTER: 'after'})

Type declaration

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

Const SORTING

SORTING: "sorting" = "sorting"

Const SPLITTER_INTERACTION_KEYS

SPLITTER_INTERACTION_KEYS: Set<string> = new Set('right down left up arrowright arrowdown arrowleft arrowup'.split(' '))

Const SUPPORTED_KEYS

SUPPORTED_KEYS: Set<string> = new Set([...Array.from(NAVIGATION_KEYS), 'enter', 'f2', 'escape', 'esc', 'pagedown', 'pageup'])

Const SingleInputDatesConcatenationString

SingleInputDatesConcatenationString: " - " = " - "

Const SwitchLabelPosition

SwitchLabelPosition: object = mkenum({BEFORE: 'before',AFTER: 'after'})

Type declaration

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

Const TIME_CHARS

TIME_CHARS: string[] = ['d', 'D', 'M', 'y', 'Y']

Const Z_INDEX

Z_INDEX: 9999 = 9999

Const base

base: AnimationMetadata[] = [style({opacity: `{{ startOpacity }}`,height: `{{ startHeight }}`}),animate(`{{duration}} {{delay}} {{easing}}`,style({opacity: `{{ endOpacity }}`,height: `{{ endHeight }}`}))]

Const baseRecipe

baseRecipe: AnimationMetadata[] = [animate(`{{duration}} {{delay}} {{easing}}`,keyframes([style({offset: 0,transform: `rotate(0deg) translate{{direction}}(0)`,transformOrigin: `{{xPos}} {{yPos}}`}),style({offset: 0.1,transform: `rotate({{endAngle}}deg) translate{{direction}}(-{{startDistance}})`}),style({offset: 0.2,transform: `rotate(-{{startAngle}}deg) translate{{direction}}({{startDistance}})`}),style({offset: 0.3,transform: `rotate({{startAngle}}deg) translate{{direction}}(-{{startDistance}})`}),style({offset: 0.4,transform: `rotate(-{{startAngle}}deg) translate{{direction}}({{startDistance}})`}),style({offset: 0.5,transform: `rotate({{startAngle}}deg) translate{{direction}}(-{{startDistance}})`}),style({offset: 0.6,transform: `rotate(-{{startAngle}}deg) translate{{direction}}({{startDistance}})`}),style({offset: 0.7,transform: `rotate({{startAngle}}deg) translate{{direction}}(-{{startDistance}})`}),style({offset: 0.8,transform: `rotate(-{{endAngle}}deg) translate{{direction}}({{endDistance}})`}),style({offset: 0.9,transform: `rotate({{endAngle}}deg) translate{{direction}}(-{{endDistance}})`}),style({offset: 1,transform: `rotate(0deg) translate{{direction}}(0)`,transformOrigin: `{{xPos}} {{yPos}}`})]))]

Const blink

blink: AnimationReferenceMetadata = animation(blinkBase, {params: {...blinkParams}})

Const blinkBase

blinkBase: AnimationMetadata[] = [animate(`{{duration}} {{delay}} {{easing}}`,keyframes([style({offset: 0,opacity: .8,transform: `scale({{fromScale}})`}),style({offset: 0.8,opacity: 0,transform: `scale({{midScale}})`}),style({offset: 1,opacity: 0,transform: `scale({{toScale}})`})]))]

Const cellActiveClass

cellActiveClass: "igx-grid__td--active" = "igx-grid__td--active"

Const cellSelectedClass

cellSelectedClass: "igx-grid__td--selected" = "igx-grid__td--selected"

Const context

context: any = require.context('./', true, /\.spec\.ts$/)

Let counter

counter: number = 0

Let eventListenerAdded

eventListenerAdded: boolean = false

Const fadeIn

fadeIn: AnimationReferenceMetadata = animation(base, {params: baseParams})

Const fadeOut

fadeOut: AnimationReferenceMetadata = animation(base, {params: {delay: '0s',duration: '350ms',easing: EaseOut.sine,endOpacity: 0,startOpacity: 1}})

Const flipBottom

flipBottom: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseParams,endAngle: -180}})

Const flipHorBck

flipHorBck: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseParams,endDistance: '-170px'}})

Const flipHorFwd

flipHorFwd: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseParams,endDistance: '170px'}})

Const flipLeft

flipLeft: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseParams,rotateX: 0,rotateY: 1}})

Const flipRight

flipRight: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseParams,endAngle: -180,rotateX: 0,rotateY: 1}})

Const flipTop

flipTop: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseParams}})

Const flipVerBck

flipVerBck: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseParams,endDistance: '-170px',rotateX: 0,rotateY: 1}})

Const flipVerFwd

flipVerFwd: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseParams,endDistance: '170px',rotateX: 0,rotateY: 1}})

Const ghostBackgroundClass

ghostBackgroundClass: "igx-grid__tr--ghost" = "igx-grid__tr--ghost"

Const gridCellClass

gridCellClass: "igx-grid__td" = "igx-grid__td"

Const growVerIn

growVerIn: AnimationReferenceMetadata = animation(base, {params: {...baseParams,easing: EaseOut.quad,startOpacity: 0,endOpacity: 1,startHeight: '0px',endHeight: '*'}})

Const growVerOut

growVerOut: AnimationReferenceMetadata = animation(base, {params: {...baseParams,easing: EaseOut.quad,startOpacity: 1,endOpacity: 0,startHeight: '*',endHeight: '0px'}})

Const heartbeat

heartbeat: AnimationReferenceMetadata = animation(heartbeatBase, {params: {...heartbeatParams}})

Const heartbeatBase

heartbeatBase: AnimationMetadata[] = [style({animationTimingFunction: `ease-out`,transform: `scale(1)`,transformOrigin: `center center`}),animate(`{{duration}} {{delay}} {{easing}}`,keyframes([style({animationTimingFunction: `ease-in`,offset: 0.1,transform: `scale(0.91)`}),style({animationTimingFunction: `ease-out`,offset: 0.17,transform: `scale(0.98)`}),style({animationTimingFunction: `ease-in`,offset: 0.33,transform: `scale(0.87)`}),style({animationTimingFunction: `ease-out`,offset: 0.45,transform: `scale(1)`})]))]

Const nativeValidationAttributes

nativeValidationAttributes: string[] = ['required', 'pattern', 'minlength', 'maxlength', 'min', 'max', 'step']

Let nextId

nextId: number = 0

Const pulsateBase

pulsateBase: AnimationMetadata[] = [animate(`{{duration}} {{delay}} {{easing}}`,keyframes([style({offset: 0,transform: `scale({{fromScale}})`}),style({offset: 0.5,transform: `scale({{toScale}})`}),style({offset: 1,transform: `scale({{fromScale}})`})]))]

Const pulsateBck

pulsateBck: AnimationReferenceMetadata = animation(pulsateBase, {params: {...pulsateParams,toScale: .9}})

Const pulsateFwd

pulsateFwd: AnimationReferenceMetadata = animation(pulsateBase, {params: {...pulsateParams}})

Const queue

queue: object

Type declaration

Const require

require: any

Const rotateInBl

rotateInBl: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseInParams,xPos: 'left',yPos: 'bottom'}})

Const rotateInBottom

rotateInBottom: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseInParams,xPos: 'bottom'}})

Const rotateInBr

rotateInBr: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseInParams,xPos: 'right',yPos: 'bottom'}})

Const rotateInCenter

rotateInCenter: AnimationReferenceMetadata = animation(baseRecipe, {params: { ...baseInParams }})

Const rotateInDiagonal1

rotateInDiagonal1: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseInParams,rotateX: 1,rotateY: 1,rotateZ: 0}})

Const rotateInDiagonal2

rotateInDiagonal2: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseInParams,rotateX: -1,rotateY: 1,rotateZ: 0}})

Const rotateInHor

rotateInHor: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseInParams,rotateX: 0,rotateY: 1,rotateZ: 0}})

Const rotateInLeft

rotateInLeft: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseInParams,xPos: 'left'}})

Const rotateInRight

rotateInRight: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseInParams,xPos: 'right'}})

Const rotateInTl

rotateInTl: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseInParams,xPos: 'left',yPos: 'top'}})

Const rotateInTop

rotateInTop: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseInParams,xPos: 'top'}})

Const rotateInTr

rotateInTr: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseInParams,xPos: 'right',yPos: 'top'}})

Const rotateInVer

rotateInVer: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseInParams,rotateX: 1,rotateY: 0,rotateZ: 0}})

Const rotateOutBl

rotateOutBl: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseOutParams,xPos: 'left',yPos: 'bottom'}})

Const rotateOutBottom

rotateOutBottom: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseOutParams,xPos: 'bottom'}})

Const rotateOutBr

rotateOutBr: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseOutParams,xPos: 'right',yPos: 'bottom'}})

Const rotateOutCenter

rotateOutCenter: AnimationReferenceMetadata = animation(baseRecipe, {params: { ...baseOutParams }})

Const rotateOutDiagonal1

rotateOutDiagonal1: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseOutParams,rotateX: 1,rotateY: 1,rotateZ: 0}})

Const rotateOutDiagonal2

rotateOutDiagonal2: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseOutParams,rotateX: -1,rotateY: 1,rotateZ: 0}})

Const rotateOutHor

rotateOutHor: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseOutParams,rotateX: 0,rotateY: 1,rotateZ: 0}})

Const rotateOutLeft

rotateOutLeft: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseOutParams,xPos: 'left'}})

Const rotateOutRight

rotateOutRight: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseOutParams,xPos: 'right'}})

Const rotateOutTl

rotateOutTl: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseOutParams,xPos: 'left',yPos: 'top'}})

Const rotateOutTop

rotateOutTop: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseOutParams,xPos: 'top'}})

Const rotateOutTr

rotateOutTr: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseOutParams,xPos: 'right',yPos: 'top'}})

Const rotateOutVer

rotateOutVer: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseOutParams,rotateX: 1,rotateY: 0,rotateZ: 0}})

Const rowSelectedClass

rowSelectedClass: "igx-grid__tr--selected" = "igx-grid__tr--selected"

Const scaleInBl

scaleInBl: AnimationReferenceMetadata = animation(base,{params: {...baseInParams,xPos: '0',yPos: '100%'}})

Const scaleInBottom

scaleInBottom: AnimationReferenceMetadata = animation(base,{params: {...baseInParams,xPos: '50%',yPos: '100%'}})

Const scaleInBr

scaleInBr: AnimationReferenceMetadata = animation(base,{params: {...baseInParams,xPos: '100%',yPos: '100%'}})

Const scaleInCenter

scaleInCenter: AnimationReferenceMetadata = animation(base, { params: baseInParams })

Const scaleInHorCenter

scaleInHorCenter: AnimationReferenceMetadata = animation(base,{params: {...baseInParams,direction: 'X',fromScale: .4}})

Const scaleInHorLeft

scaleInHorLeft: AnimationReferenceMetadata = animation(base,{params: {...baseInParams,direction: 'X',fromScale: .4,xPos: '0',yPos: '0'}})

Const scaleInHorRight

scaleInHorRight: AnimationReferenceMetadata = animation(base,{params: {...baseInParams,direction: 'X',fromScale: .4,xPos: '100%',yPos: '100%'}})

Const scaleInLeft

scaleInLeft: AnimationReferenceMetadata = animation(base,{params: {...baseInParams,xPos: '0',yPos: '50%'}})

Const scaleInRight

scaleInRight: AnimationReferenceMetadata = animation(base,{params: {...baseInParams,xPos: '100%',yPos: '50%'}})

Const scaleInTl

scaleInTl: AnimationReferenceMetadata = animation(base,{params: {...baseInParams,xPos: '0',yPos: '0'}})

Const scaleInTop

scaleInTop: AnimationReferenceMetadata = animation(base,{params: {...baseInParams,xPos: '50%',yPos: '0'}})

Const scaleInTr

scaleInTr: AnimationReferenceMetadata = animation(base,{params: {...baseInParams,xPos: '100%',yPos: '0'}})

Const scaleInVerBottom

scaleInVerBottom: AnimationReferenceMetadata = animation(base,{params: {...baseInParams,direction: 'Y',fromScale: .4,xPos: '0',yPos: '100%'}})

Const scaleInVerCenter

scaleInVerCenter: AnimationReferenceMetadata = animation(base,{params: {...baseInParams,direction: 'Y',fromScale: .4}})

Const scaleInVerTop

scaleInVerTop: AnimationReferenceMetadata = animation(base,{params: {...baseInParams,direction: 'Y',fromScale: .4,xPos: '100%',yPos: '0'}})

Const scaleOutBl

scaleOutBl: AnimationReferenceMetadata = animation(base,{params: {...baseOutParams,xPos: '0',yPos: '100%'}})

Const scaleOutBottom

scaleOutBottom: AnimationReferenceMetadata = animation(base,{params: {...baseOutParams,xPos: '50%',yPos: '100%'}})

Const scaleOutBr

scaleOutBr: AnimationReferenceMetadata = animation(base,{params: {...baseOutParams,xPos: '100%',yPos: '100%'}})

Const scaleOutCenter

scaleOutCenter: AnimationReferenceMetadata = animation(base, { params: baseOutParams })

Const scaleOutHorCenter

scaleOutHorCenter: AnimationReferenceMetadata = animation(base,{params: {...baseOutParams,direction: 'X',toScale: .3}})

Const scaleOutHorLeft

scaleOutHorLeft: AnimationReferenceMetadata = animation(base,{params: {...baseOutParams,direction: 'X',toScale: .3,xPos: '0',yPos: '0'}})

Const scaleOutHorRight

scaleOutHorRight: AnimationReferenceMetadata = animation(base,{params: {...baseOutParams,direction: 'X',toScale: .3,xPos: '100%',yPos: '100%'}})

Const scaleOutLeft

scaleOutLeft: AnimationReferenceMetadata = animation(base,{params: {...baseOutParams,xPos: '0',yPos: '50%'}})

Const scaleOutRight

scaleOutRight: AnimationReferenceMetadata = animation(base,{params: {...baseOutParams,xPos: '100%',yPos: '50%'}})

Const scaleOutTl

scaleOutTl: AnimationReferenceMetadata = animation(base,{params: {...baseOutParams,xPos: '0',yPos: '0'}})

Const scaleOutTop

scaleOutTop: AnimationReferenceMetadata = animation(base,{params: {...baseOutParams,xPos: '50%',yPos: '0'}})

Const scaleOutTr

scaleOutTr: AnimationReferenceMetadata = animation(base,{params: {...baseOutParams,xPos: '100%',yPos: '0'}})

Const scaleOutVerBottom

scaleOutVerBottom: AnimationReferenceMetadata = animation(base,{params: {...baseOutParams,direction: 'Y',toScale: .3,xPos: '0',yPos: '100%'}})

Const scaleOutVerCenter

scaleOutVerCenter: AnimationReferenceMetadata = animation(base,{params: {...baseOutParams,direction: 'Y',toScale: .3}})

Const scaleOutVerTop

scaleOutVerTop: AnimationReferenceMetadata = animation(base,{params: {...baseOutParams,direction: 'Y',toScale: .3,xPos: '100%',yPos: '0'}})

Const shakeBl

shakeBl: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseParams,direction: 'Y',endAngle: 2,endDistance: '0',startAngle: 4,startDistance: '0',xPos: 'left',yPos: 'bottom'}})

Const shakeBottom

shakeBottom: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseParams,direction: 'Y',endAngle: 2,endDistance: '0',startAngle: 4,startDistance: '0',yPos: 'bottom'}})

Const shakeBr

shakeBr: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseParams,direction: 'Y',endAngle: 2,endDistance: '0',startAngle: 4,startDistance: '0',xPos: 'right',yPos: 'bottom'}})

Const shakeCenter

shakeCenter: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseParams,direction: 'Y',endAngle: 8,endDistance: '0',startAngle: 10,startDistance: '0',xPos: 'center',yPos: 'center'}})

Const shakeHor

shakeHor: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseParams,direction: 'X'}})

Const shakeLeft

shakeLeft: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseParams,direction: 'Y',endAngle: 2,endDistance: '0',startAngle: 4,startDistance: '0',xPos: 'left',yPos: 'center'}})

Const shakeRight

shakeRight: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseParams,direction: 'Y',endAngle: 2,endDistance: '0',startAngle: 4,startDistance: '0',xPos: 'right',yPos: 'center'}})

Const shakeTl

shakeTl: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseParams,direction: 'Y',endAngle: 2,endDistance: '0',startAngle: 4,startDistance: '0',xPos: 'left',yPos: 'top'}})

Const shakeTop

shakeTop: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseParams,endAngle: 2,endDistance: '0',startAngle: 4,startDistance: '0',yPos: 'top'}})

Const shakeTr

shakeTr: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseParams,direction: 'Y',endAngle: 2,endDistance: '0',startAngle: 4,startDistance: '0',xPos: 'right',yPos: 'top'}})

Const shakeVer

shakeVer: AnimationReferenceMetadata = animation(baseRecipe, {params: {...baseParams,direction: 'Y'}})

Const slideInBl

slideInBl: AnimationReferenceMetadata = animation(base,{params: {...baseInParams,fromPosition: 'translateY(500px) translateX(-500px)',toPosition: 'translateY(0) translateX(0)'}})

Const slideInBottom

slideInBottom: AnimationReferenceMetadata = animation(base,{params: {delay: '0s',duration: '350ms',easing: EaseOut.quad,endOpacity: 1,fromPosition: 'translateY(500px)',startOpacity: 0,toPosition: 'translateY(0)'}})

Const slideInBr

slideInBr: AnimationReferenceMetadata = animation(base,{params: {...baseInParams,fromPosition: 'translateY(500px) translateX(500px)',toPosition: 'translateY(0) translateX(0)'}})

Const slideInLeft

slideInLeft: AnimationReferenceMetadata = animation(base,{params: {delay: '0s',duration: '350ms',easing: EaseOut.quad,endOpacity: 1,fromPosition: 'translateX(-500px)',startOpacity: 0,toPosition: 'translateY(0)'}})

Const slideInRight

slideInRight: AnimationReferenceMetadata = animation(base,{params: {delay: '0s',duration: '350ms',easing: EaseOut.quad,endOpacity: 1,fromPosition: 'translateX(500px)',startOpacity: 0,toPosition: 'translateY(0)'}})

Const slideInTl

slideInTl: AnimationReferenceMetadata = animation(base,{params: {...baseInParams,fromPosition: 'translateY(-500px) translateX(-500px)',toPosition: 'translateY(0) translateX(0)'}})

Const slideInTop

slideInTop: AnimationReferenceMetadata = animation(base, { params: baseInParams })

Const slideInTr

slideInTr: AnimationReferenceMetadata = animation(base,{params: {...baseInParams,fromPosition: 'translateY(-500px) translateX(500px)',toPosition: 'translateY(0) translateX(0)'}})

Const slideOutBl

slideOutBl: AnimationReferenceMetadata = animation(base,{params: {...baseOutParams,fromPosition: 'translateY(0) translateX(0)',toPosition: 'translateY(500px) translateX(-500px)'}})

Const slideOutBottom

slideOutBottom: AnimationReferenceMetadata = animation(base,{params: {delay: '0s',duration: '350ms',easing: EaseIn.quad,endOpacity: 0,fromPosition: 'translateY(0)',startOpacity: 1,toPosition: 'translateY(500px)'}})

Const slideOutBr

slideOutBr: AnimationReferenceMetadata = animation(base,{params: {...baseOutParams,fromPosition: 'translateY(0) translateX(0)',toPosition: 'translateY(500px) translateX(500px)'}})

Const slideOutLeft

slideOutLeft: AnimationReferenceMetadata = animation(base,{params: {...baseOutParams,toPosition: 'translateX(-500px)'}})

Const slideOutRight

slideOutRight: AnimationReferenceMetadata = animation(base,{params: {...baseOutParams,toPosition: 'translateX(500px)'}})

Const slideOutTl

slideOutTl: AnimationReferenceMetadata = animation(base,{params: {...baseOutParams,fromPosition: 'translateY(0) translateX(0)',toPosition: 'translateY(-500px) translateX(-500px)'}})

Const slideOutTop

slideOutTop: AnimationReferenceMetadata = animation(base, { params: baseOutParams })

Const slideOutTr

slideOutTr: AnimationReferenceMetadata = animation(base,{params: {...baseOutParams,fromPosition: 'translateY(0) translateX(0)',toPosition: 'translateY(-500px) translateX(500px)'}})

Const swingBase

swingBase: AnimationMetadata[] = [style({opacity: `{{startOpacity}}`,transform: `rotate{{direction}}({{startAngle}}deg)`,transformOrigin: `{{xPos}} {{yPos}}`}),animate(`{{duration}} {{delay}} {{easing}}`,style({opacity: `{{endOpacity}}`,transform: `rotate{{direction}}({{endAngle}}deg)`,transformOrigin: `{{xPos}} {{yPos}}`}))]

Const swingInBottomBck

swingInBottomBck: AnimationReferenceMetadata = animation(swingBase, {params: {...swingParams,duration: '.6s',startAngle: -70,xPos: 'bottom'}})

Const swingInBottomFwd

swingInBottomFwd: AnimationReferenceMetadata = animation(swingBase, {params: {...swingParams,startAngle: 100,xPos: 'bottom'}})

Const swingInLeftBck

swingInLeftBck: AnimationReferenceMetadata = animation(swingBase, {params: {...swingParams,direction: 'Y',duration: '.6s',startAngle: -70,xPos: 'center',yPos: 'left'}})

Const swingInLeftFwd

swingInLeftFwd: AnimationReferenceMetadata = animation(swingBase, {params: {...swingParams,direction: 'Y',startAngle: 100,xPos: 'center',yPos: 'left'}})

Const swingInRightBck

swingInRightBck: AnimationReferenceMetadata = animation(swingBase, {params: {...swingParams,direction: 'Y',duration: '.6s',startAngle: 70,xPos: 'center',yPos: 'right'}})

Const swingInRightFwd

swingInRightFwd: AnimationReferenceMetadata = animation(swingBase, {params: {...swingParams,direction: 'Y',xPos: 'center',yPos: 'right'}})

Const swingInTopBck

swingInTopBck: AnimationReferenceMetadata = animation(swingBase, {params: {...swingParams,duration: '.6s',startAngle: 70}})

Const swingInTopFwd

swingInTopFwd: AnimationReferenceMetadata = animation(swingBase, {params: {...swingParams}})

Const swingOutBottomBck

swingOutBottomBck: AnimationReferenceMetadata = animation(swingBase, {params: {...swingOutParams,duration: '.45s',endAngle: 100,xPos: 'bottom'}})

Const swingOutBottomFwd

swingOutBottomFwd: AnimationReferenceMetadata = animation(swingBase, {params: {...swingOutParams,endAngle: -70,xPos: 'bottom'}})

Const swingOutLeftBck

swingOutLeftBck: AnimationReferenceMetadata = animation(swingBase, {params: {...swingOutParams,direction: 'Y',duration: '.45s',endAngle: 100,xPos: 'center',yPos: 'left'}})

Const swingOutLefttFwd

swingOutLefttFwd: AnimationReferenceMetadata = animation(swingBase, {params: {...swingOutParams,direction: 'Y',endAngle: -70,xPos: 'center',yPos: 'left'}})

Const swingOutRightBck

swingOutRightBck: AnimationReferenceMetadata = animation(swingBase, {params: {...swingOutParams,direction: 'Y',duration: '.45s',endAngle: -100,xPos: 'center',yPos: 'right'}})

Const swingOutRightFwd

swingOutRightFwd: AnimationReferenceMetadata = animation(swingBase, {params: {...swingOutParams,direction: 'Y',xPos: 'center',yPos: 'right'}})

Const swingOutTopBck

swingOutTopBck: AnimationReferenceMetadata = animation(swingBase, {params: {...swingOutParams,duration: '.45s',endAngle: -100}})

Const swingOutTopFwd

swingOutTopFwd: AnimationReferenceMetadata = animation(swingBase, {params: {...swingOutParams}})

Let warningShown

warningShown: boolean = false

Functions

WatchColumnChanges

  • WatchColumnChanges(): PropertyDecorator

changei18n

Const clear

  • clear(el: any): boolean

clearImmediate

  • clearImmediate(id: any): void

Const first

  • first(arr: any): any

getCurrentResourceStrings

getHierarchy

getTypeNameForDebugging

  • getTypeNameForDebugging(type: any): string

hierarchicalTransactionServiceFactory

isChromium

  • isChromium(): boolean

isDateInRanges

isHierarchyMatch

isLeap

  • isLeap(year: number): boolean

Const last

  • last(arr: any): any

Const listener

  • listener(event: any): void

mkenum

  • mkenum<T, U>(x: T): T

monthRange

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

Const noop

  • noop(): void
  • noop(): void
  • noop(): void
  • noop(): void
  • noop(): void
  • noop(): void
  • noop(): void
  • noop(): void
  • noop(): void
  • noop(): void

notifyChanges

  • notifyChanges(repaint?: boolean): (Anonymous function)

range

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

Const run

  • run(id: any): void

setImmediate

  • setImmediate(cb: any): number | Immediate

toPercent

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

updateResourceStrings

valueInRange

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

weekDay

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

yieldingLoop

  • yieldingLoop(count: number, chunkSize: number, callback: function, done: function): void

Object literals

Const CarouselResourceStringsEN

CarouselResourceStringsEN: object

igx_carousel_of

igx_carousel_of: string = "of"

Const DateRangePickerResourceStringsEN

DateRangePickerResourceStringsEN: object

igx_date_range_picker_date_separator

igx_date_range_picker_date_separator: string = "to"

Const GridResourceStringsEN

GridResourceStringsEN: object

igx_grid_advanced_filter_add_condition

igx_grid_advanced_filter_add_condition: string = "Condition"

igx_grid_advanced_filter_and_group

igx_grid_advanced_filter_and_group: string = ""And" Group"

igx_grid_advanced_filter_and_label

igx_grid_advanced_filter_and_label: string = "and"

igx_grid_advanced_filter_column_placeholder

igx_grid_advanced_filter_column_placeholder: string = "Select column"

igx_grid_advanced_filter_create_and_group

igx_grid_advanced_filter_create_and_group: string = "Create "And" Group"

igx_grid_advanced_filter_create_or_group

igx_grid_advanced_filter_create_or_group: string = "Create "Or" Group"

igx_grid_advanced_filter_delete

igx_grid_advanced_filter_delete: string = "Delete"

igx_grid_advanced_filter_delete_filters

igx_grid_advanced_filter_delete_filters: string = "Delete filters"

igx_grid_advanced_filter_end_group

igx_grid_advanced_filter_end_group: string = "End Group"

igx_grid_advanced_filter_initial_text

igx_grid_advanced_filter_initial_text: string = "Start with creating a group of conditions linked with "And" or "Or""

igx_grid_advanced_filter_or_group

igx_grid_advanced_filter_or_group: string = ""Or" Group"

igx_grid_advanced_filter_or_label

igx_grid_advanced_filter_or_label: string = "or"

igx_grid_advanced_filter_title

igx_grid_advanced_filter_title: string = "Advanced Filtering"

igx_grid_advanced_filter_ungroup

igx_grid_advanced_filter_ungroup: string = "Ungroup"

igx_grid_advanced_filter_value_placeholder

igx_grid_advanced_filter_value_placeholder: string = "Value"

igx_grid_complex_filter

igx_grid_complex_filter: string = "Complex Filter"

igx_grid_emptyFilteredGrid_message

igx_grid_emptyFilteredGrid_message: string = "No records found."

igx_grid_emptyGrid_message

igx_grid_emptyGrid_message: string = "Grid has no data."

igx_grid_excel_apply

igx_grid_excel_apply: string = "apply"

igx_grid_excel_blanks

igx_grid_excel_blanks: string = "(Blanks)"

igx_grid_excel_boolean_filter

igx_grid_excel_boolean_filter: string = "Boolean filter"

igx_grid_excel_cancel

igx_grid_excel_cancel: string = "cancel"

igx_grid_excel_custom_dialog_add

igx_grid_excel_custom_dialog_add: string = "add filter"

igx_grid_excel_custom_dialog_clear

igx_grid_excel_custom_dialog_clear: string = "Clear filter"

igx_grid_excel_custom_dialog_header

igx_grid_excel_custom_dialog_header: string = "Custom auto-filter on column: "

igx_grid_excel_custom_filter

igx_grid_excel_custom_filter: string = "Custom filter..."

igx_grid_excel_date_filter

igx_grid_excel_date_filter: string = "Date filter"

igx_grid_excel_filter_clear

igx_grid_excel_filter_clear: string = "Clear column filters"

igx_grid_excel_filter_moving_header

igx_grid_excel_filter_moving_header: string = "move"

igx_grid_excel_filter_moving_left

igx_grid_excel_filter_moving_left: string = "move left"

igx_grid_excel_filter_moving_left_short

igx_grid_excel_filter_moving_left_short: string = "left"

igx_grid_excel_filter_moving_right

igx_grid_excel_filter_moving_right: string = "move right"

igx_grid_excel_filter_moving_right_short

igx_grid_excel_filter_moving_right_short: string = "right"

igx_grid_excel_filter_sorting_asc

igx_grid_excel_filter_sorting_asc: string = "ascending"

igx_grid_excel_filter_sorting_asc_short

igx_grid_excel_filter_sorting_asc_short: string = "asc"

igx_grid_excel_filter_sorting_desc

igx_grid_excel_filter_sorting_desc: string = "descending"

igx_grid_excel_filter_sorting_desc_short

igx_grid_excel_filter_sorting_desc_short: string = "desc"

igx_grid_excel_filter_sorting_header

igx_grid_excel_filter_sorting_header: string = "sort"

igx_grid_excel_hide

igx_grid_excel_hide: string = "Hide column"

igx_grid_excel_number_filter

igx_grid_excel_number_filter: string = "Number filter"

igx_grid_excel_pin

igx_grid_excel_pin: string = "Pin column"

igx_grid_excel_search_placeholder

igx_grid_excel_search_placeholder: string = "Search"

igx_grid_excel_select

igx_grid_excel_select: string = "Select column"

igx_grid_excel_select_all

igx_grid_excel_select_all: string = "Select All"

igx_grid_excel_show

igx_grid_excel_show: string = "Show column"

igx_grid_excel_text_filter

igx_grid_excel_text_filter: string = "Text filter"

igx_grid_excel_unpin

igx_grid_excel_unpin: string = "Unpin column"

igx_grid_filter

igx_grid_filter: string = "Filter"

igx_grid_filter_after

igx_grid_filter_after: string = "After"

igx_grid_filter_all

igx_grid_filter_all: string = "All"

igx_grid_filter_before

igx_grid_filter_before: string = "Before"

igx_grid_filter_condition_placeholder

igx_grid_filter_condition_placeholder: string = "Select filter"

igx_grid_filter_contains

igx_grid_filter_contains: string = "Contains"

igx_grid_filter_doesNotContain

igx_grid_filter_doesNotContain: string = "Does Not Contain"

igx_grid_filter_doesNotEqual

igx_grid_filter_doesNotEqual: string = "Does Not Equal"

igx_grid_filter_empty

igx_grid_filter_empty: string = "Empty"

igx_grid_filter_endsWith

igx_grid_filter_endsWith: string = "Ends With"

igx_grid_filter_equals

igx_grid_filter_equals: string = "Equals"

igx_grid_filter_false

igx_grid_filter_false: string = "False"

igx_grid_filter_greaterThan

igx_grid_filter_greaterThan: string = "Greater Than"

igx_grid_filter_greaterThanOrEqualTo

igx_grid_filter_greaterThanOrEqualTo: string = "Greater Than Or Equal To"

igx_grid_filter_lastMonth

igx_grid_filter_lastMonth: string = "Last Month"

igx_grid_filter_lastYear

igx_grid_filter_lastYear: string = "Last Year"

igx_grid_filter_lessThan

igx_grid_filter_lessThan: string = "Less Than"

igx_grid_filter_lessThanOrEqualTo

igx_grid_filter_lessThanOrEqualTo: string = "Less Than Or Equal To"

igx_grid_filter_nextMonth

igx_grid_filter_nextMonth: string = "Next Month"

igx_grid_filter_nextYear

igx_grid_filter_nextYear: string = "Next Year"

igx_grid_filter_notEmpty

igx_grid_filter_notEmpty: string = "Not Empty"

igx_grid_filter_notNull

igx_grid_filter_notNull: string = "Not Null"

igx_grid_filter_null

igx_grid_filter_null: string = "Null"

igx_grid_filter_operator_and

igx_grid_filter_operator_and: string = "And"

igx_grid_filter_operator_or

igx_grid_filter_operator_or: string = "Or"

igx_grid_filter_row_boolean_placeholder

igx_grid_filter_row_boolean_placeholder: string = "All"

igx_grid_filter_row_close

igx_grid_filter_row_close: string = "Close"

igx_grid_filter_row_date_placeholder

igx_grid_filter_row_date_placeholder: string = "Pick up date"

igx_grid_filter_row_placeholder

igx_grid_filter_row_placeholder: string = "Add filter value"

igx_grid_filter_row_reset

igx_grid_filter_row_reset: string = "Reset"

igx_grid_filter_startsWith

igx_grid_filter_startsWith: string = "Starts With"

igx_grid_filter_thisMonth

igx_grid_filter_thisMonth: string = "This Month"

igx_grid_filter_thisYear

igx_grid_filter_thisYear: string = "This Year"

igx_grid_filter_today

igx_grid_filter_today: string = "Today"

igx_grid_filter_true

igx_grid_filter_true: string = "True"

igx_grid_filter_yesterday

igx_grid_filter_yesterday: string = "Yesterday"

igx_grid_groupByArea_message

igx_grid_groupByArea_message: string = "Drag a column header and drop it here to group by that column."

igx_grid_pinned_row_indicator

igx_grid_pinned_row_indicator: string = "Pinned"

igx_grid_summary_average

igx_grid_summary_average: string = "Avg"

igx_grid_summary_count

igx_grid_summary_count: string = "Count"

igx_grid_summary_earliest

igx_grid_summary_earliest: string = "Earliest"

igx_grid_summary_latest

igx_grid_summary_latest: string = "Latest"

igx_grid_summary_max

igx_grid_summary_max: string = "Max"

igx_grid_summary_min

igx_grid_summary_min: string = "Min"

igx_grid_summary_sum

igx_grid_summary_sum: string = "Sum"

Const IGX_CHECKBOX_REQUIRED_VALIDATOR

IGX_CHECKBOX_REQUIRED_VALIDATOR: object

multi

multi: true = true

provide

provide: InjectionToken<(Function | Validator)[]> = NG_VALIDATORS

useExisting

useExisting: Type<any> = forwardRef(() => IgxCheckboxRequiredDirective)

Const IGX_SWITCH_REQUIRED_VALIDATOR

IGX_SWITCH_REQUIRED_VALIDATOR: object

multi

multi: true = true

provide

provide: InjectionToken<(Function | Validator)[]> = NG_VALIDATORS

useExisting

useExisting: Type<any> = forwardRef(() => IgxSwitchRequiredDirective)

Const IgxHierarchicalTransactionServiceFactory

IgxHierarchicalTransactionServiceFactory: object

provide

provide: InjectionToken<string> = IgxGridTransaction

useFactory

useFactory: hierarchicalTransactionServiceFactory = hierarchicalTransactionServiceFactory

Const ListResourceStringsEN

ListResourceStringsEN: object

igx_list_loading

igx_list_loading: string = "Loading data from the server..."

igx_list_no_items

igx_list_no_items: string = "There are no items in the list."

Const PaginatorResourceStringsEN

PaginatorResourceStringsEN: object

igx_paginator_first_page_button_text

igx_paginator_first_page_button_text: string = "Go to first page"

igx_paginator_label

igx_paginator_label: string = "Items per page"

igx_paginator_last_page_button_text

igx_paginator_last_page_button_text: string = "Go to last page"

igx_paginator_next_page_button_text

igx_paginator_next_page_button_text: string = "Next page"

igx_paginator_pager_text

igx_paginator_pager_text: string = "of"

igx_paginator_previous_page_button_text

igx_paginator_previous_page_button_text: string = "Previous page"

Const TimePickerResourceStringsEN

TimePickerResourceStringsEN: object

igx_time_picker_cancel

igx_time_picker_cancel: string = "Cancel"

igx_time_picker_ok

igx_time_picker_ok: string = "OK"

Const baseInParams

baseInParams: object

delay

delay: string = "0s"

direction

direction: string = ""

duration

duration: string = "350ms"

easing

easing: EaseOut = EaseOut.quad

endAngle

endAngle: number = 0

endOpacity

endOpacity: number = 1

fromPosition

fromPosition: string = "translateY(-500px)"

fromScale

fromScale: number = 0.5

rotateX

rotateX: number = 0

rotateY

rotateY: number = 0

rotateZ

rotateZ: number = 1

startAngle

startAngle: number = -360

startOpacity

startOpacity: number = 0

toPosition

toPosition: string = "translateY(0)"

toScale

toScale: number = 1

xPos

xPos: string = "50%"

yPos

yPos: string = "50%"

Const baseOutParams

baseOutParams: object

delay

delay: string = "0s"

duration

duration: string = "350ms"

easing

easing: EaseIn = EaseIn.quad

endOpacity

endOpacity: number = 0

fromPosition

fromPosition: string = "translateY(0)"

fromScale

fromScale: number = 1

startOpacity

startOpacity: number = 1

toPosition

toPosition: string = "translateY(-500px)"

toScale

toScale: number = 0.5

Const baseParams

baseParams: object

delay

delay: string = "0s"

direction

direction: string = "X"

duration

duration: string = "350ms"

easing

easing: EaseIn = EaseIn.quad

endAngle

endAngle: number = 0

endDistance

endDistance: string = "8px"

endHeight

endHeight: string = ""

endOpacity

endOpacity: number = 1

rotateX

rotateX: number = 1

rotateY

rotateY: number = 0

rotateZ

rotateZ: number = 0

startAngle

startAngle: number = 0

startDistance

startDistance: string = "10px"

startHeight

startHeight: string = ""

startOpacity

startOpacity: number = 0

xPos

xPos: string = "center"

yPos

yPos: string = "center"

Const blinkParams

blinkParams: object

delay

delay: string = "0s"

duration

duration: string = ".8s"

easing

easing: string = "ease-in-out"

fromScale

fromScale: number = 0.2

midScale

midScale: number = 1.2

toScale

toScale: number = 2.2

Const filteringStateDefaults

filteringStateDefaults: object

strategy

strategy: FilteringStrategy = new FilteringStrategy()

Const heartbeatParams

heartbeatParams: object

delay

delay: string = "0s"

duration

duration: string = "1.5s"

easing

easing: string = "ease-in-out"

Const pulsateParams

pulsateParams: object

delay

delay: string = "0s"

duration

duration: string = ".5s"

easing

easing: string = "ease-in-out"

fromScale

fromScale: number = 1

toScale

toScale: number = 1.1

Const swingOutParams

swingOutParams: object

duration

duration: string = ".55s"

easing

easing: EaseIn = EaseIn.back

endAngle

endAngle: number = 70

endOpacity

endOpacity: number = 0

startAngle

startAngle: number = 0

startOpacity

startOpacity: number = 1

Const swingParams

swingParams: object

delay

delay: string = "0s"

direction

direction: string = "X"

duration

duration: string = ".5s"

easing

easing: EaseOut = EaseOut.back

endAngle

endAngle: number = 0

endOpacity

endOpacity: number = 1

startAngle

startAngle: number = -100

startOpacity

startOpacity: number = 0

xPos

xPos: string = "top"

yPos

yPos: string = "center"