UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

729 lines (728 loc) 26.5 kB
import { Description } from "./Description"; import { SectionHeaderDescription } from "./SectionHeaderDescription"; import { SummaryRowRootDescription } from "./SummaryRowRootDescription"; import { SummaryRowSectionDescription } from "./SummaryRowSectionDescription"; import { RowSeparatorDescription } from "./RowSeparatorDescription"; import { HeaderRowSeparatorDescription } from "./HeaderRowSeparatorDescription"; import { HeaderSeparatorDescription } from "./HeaderSeparatorDescription"; import { ColumnResizingSeparatorDescription } from "./ColumnResizingSeparatorDescription"; import { ColumnMovingSeparatorDescription } from "./ColumnMovingSeparatorDescription"; import { PinnedAreaSeparatorDescription } from "./PinnedAreaSeparatorDescription"; import { BaseDataSourceDescription } from "./BaseDataSourceDescription"; import { GridAnimationSettingsDescription } from "./GridAnimationSettingsDescription"; import { Type } from "./type"; import { PrimaryKeyValueDescription } from "./PrimaryKeyValueDescription"; import { CellKeyDescription } from "./CellKeyDescription"; import { CellRangeDescription } from "./CellRangeDescription"; import { GridCellPositionDescription } from "./GridCellPositionDescription"; import { ResponsiveStateDescription } from "./ResponsiveStateDescription"; import { ColumnSortDescriptionDescription } from "./ColumnSortDescriptionDescription"; import { ColumnGroupDescriptionDescription } from "./ColumnGroupDescriptionDescription"; import { ColumnSummaryDescriptionDescription } from "./ColumnSummaryDescriptionDescription"; import { FilterExpressionDescription } from "./FilterExpressionDescription"; import { DataGridColumnDescription } from "./DataGridColumnDescription"; /** * @hidden */ export declare class DataGridDescription extends Description { static $t: Type; private iu; get width(): string; set width(a: string); private g0; get height(): string; set height(a: string); private e4; get background(): string; set background(a: string); private br; get isGroupByAreaVisible(): boolean; set isGroupByAreaVisible(a: boolean); private bw; get isPagerVisible(): boolean; set isPagerVisible(a: boolean); private b1; get isToolbarVisible(): boolean; set isToolbarVisible(a: boolean); protected get_type(): string; get type(): string; constructor(); private fz; get columnResizingMode(): string; set columnResizingMode(a: string); private fr; get columnMovingMode(): string; set columnMovingMode(a: string); private by; get isRowHoverEnabled(): boolean; set isRowHoverEnabled(a: boolean); private hc; get rowHoverBackground(): string; set rowHoverBackground(a: string); private hd; get rowHoverTextColor(): string; set rowHoverTextColor(a: string); private gf; get editRowBorder(): string; set editRowBorder(a: string); private df; get editRowBorderWidthBottom(): number; set editRowBorderWidthBottom(a: number); private dg; get editRowBorderWidthLeft(): number; set editRowBorderWidthLeft(a: number); private dh; get editRowBorderWidthRight(): number; set editRowBorderWidthRight(a: number); private di; get editRowBorderWidthTop(): number; set editRowBorderWidthTop(a: number); private bb; get sectionHeader(): SectionHeaderDescription; set sectionHeader(a: SectionHeaderDescription); private bd; get summaryRowRoot(): SummaryRowRootDescription; set summaryRowRoot(a: SummaryRowRootDescription); private bf; get summaryRowSection(): SummaryRowSectionDescription; set summaryRowSection(a: SummaryRowSectionDescription); private a9; get rowSeparator(): RowSeparatorDescription; set rowSeparator(a: RowSeparatorDescription); private a3; get headerRowSeparator(): HeaderRowSeparatorDescription; set headerRowSeparator(a: HeaderRowSeparatorDescription); private a5; get headerSeparator(): HeaderSeparatorDescription; set headerSeparator(a: HeaderSeparatorDescription); private ax; get columnResizingSeparator(): ColumnResizingSeparatorDescription; set columnResizingSeparator(a: ColumnResizingSeparatorDescription); private av; get columnMovingSeparator(): ColumnMovingSeparatorDescription; set columnMovingSeparator(a: ColumnMovingSeparatorDescription); private a7; get pinnedAreaSeparator(): PinnedAreaSeparatorDescription; set pinnedAreaSeparator(a: PinnedAreaSeparatorDescription); private h; get autoGenerateDesiredProperties(): string[]; set autoGenerateDesiredProperties(a: string[]); private j; get dataSourceDesiredProperties(): string[]; set dataSourceDesiredProperties(a: string[]); private f9; get density(): string; set density(a: string); private eh; get actualRowHeight(): number; set actualRowHeight(a: number); private eo; get rowHeight(): number; set rowHeight(a: number); private dc; get defaultColumnMinWidth(): number; set defaultColumnMinWidth(a: number); private eg; get actualHeaderHeight(): number; set actualHeaderHeight(a: number); private ek; get headerHeight(): number; set headerHeight(a: number); private f7; get dataSourceRef(): string; set dataSourceRef(a: string); private at; get dataSource(): BaseDataSourceDescription; set dataSource(a: BaseDataSourceDescription); private gr; get headerClickAction(): string; set headerClickAction(a: string); private gd; get editMode(): string; set editMode(a: string); private ge; get editModeClickAction(): string; set editModeClickAction(a: string); private bm; get editOnKeyPress(): boolean; set editOnKeyPress(a: boolean); private bj; get autoGenerateColumns(): boolean; set autoGenerateColumns(a: boolean); private ep; get rowSeparatorHeight(): number; set rowSeparatorHeight(a: number); private bx; get isPlaceholderRenderingEnabled(): boolean; set isPlaceholderRenderingEnabled(a: boolean); private fm; get columnAddingAnimationMode(): string; set columnAddingAnimationMode(a: string); private fx; get columnPropertyUpdatingAnimationMode(): string; set columnPropertyUpdatingAnimationMode(a: string); private e8; get cellDataLoadedAnimationMode(): string; set cellDataLoadedAnimationMode(a: string); private he; get rowSelectionAnimationMode(): string; set rowSelectionAnimationMode(a: string); private hb; get rowHoverAnimationMode(): string; set rowHoverAnimationMode(a: string); private fj; get cellSelectionAnimationMode(): string; set cellSelectionAnimationMode(a: string); private az; get animationSettings(): GridAnimationSettingsDescription; set animationSettings(a: GridAnimationSettingsDescription); private fy; get columnResizingAnimationMode(): string; set columnResizingAnimationMode(a: string); private f2; get columnShowingAnimationMode(): string; set columnShowingAnimationMode(a: string); private fq; get columnMovingAnimationMode(): string; set columnMovingAnimationMode(a: string); private fp; get columnHidingAnimationMode(): string; set columnHidingAnimationMode(a: string); private fn; get columnExchangingAnimationMode(): string; set columnExchangingAnimationMode(a: string); private hx; get selectionMode(): string; set selectionMode(a: string); private e0; get activationMode(): string; set activationMode(a: string); private hv; get selectionBehavior(): string; set selectionBehavior(a: string); private b2; get mouseDragSelectionEnabled(): boolean; set mouseDragSelectionEnabled(a: boolean); private v; get selectedItems(): any[]; set selectedItems(a: any[]); private w; get selectedKeys(): PrimaryKeyValueDescription[]; set selectedKeys(a: PrimaryKeyValueDescription[]); private u; get selectedCells(): CellKeyDescription[]; set selectedCells(a: CellKeyDescription[]); private t; get selectedCellRanges(): CellRangeDescription[]; set selectedCellRanges(a: CellRangeDescription[]); private p; get pinnedItems(): any[]; set pinnedItems(a: any[]); private q; get pinnedKeys(): PrimaryKeyValueDescription[]; set pinnedKeys(a: PrimaryKeyValueDescription[]); private bo; get isColumnOptionsEnabled(): boolean; set isColumnOptionsEnabled(a: boolean); private bu; get isGroupRowSticky(): boolean; set isGroupRowSticky(a: boolean); private bv; get isHeaderSeparatorVisible(): boolean; set isHeaderSeparatorVisible(a: boolean); private fi; get cellSelectedBackground(): string; set cellSelectedBackground(a: string); private hp; get sectionHeaderSelectedBackground(): string; set sectionHeaderSelectedBackground(a: string); private h2; get summaryRootBackground(): string; set summaryRootBackground(a: string); private id; get summarySectionBackground(): string; set summarySectionBackground(a: string); private dk; get pinnedRowOpacity(): number; set pinnedRowOpacity(a: number); private ga; get editFontFamily(): string; set editFontFamily(a: string); private dd; get editFontSize(): number; set editFontSize(a: number); private gb; get editFontStyle(): string; set editFontStyle(a: string); private gc; get editFontWeight(): string; set editFontWeight(a: string); private de; get editOpacity(): number; set editOpacity(a: number); private f8; get deletedTextColor(): string; set deletedTextColor(a: string); private h0; get stickyRowBackground(): string; set stickyRowBackground(a: string); private g8; get pinnedRowBackground(): string; set pinnedRowBackground(a: string); private g4; get lastStickyRowBackground(): string; set lastStickyRowBackground(a: string); private a1; get activeCell(): GridCellPositionDescription; set activeCell(a: GridCellPositionDescription); private e6; get cellBackground(): string; set cellBackground(a: string); private fk; get cellTextColor(): string; set cellTextColor(a: string); private gx; get headerSortIndicatorColor(): string; set headerSortIndicatorColor(a: string); private gy; get headerSortIndicatorStyle(): string; set headerSortIndicatorStyle(a: string); private fb; get cellFontFamily(): string; set cellFontFamily(a: string); private c5; get cellFontSize(): number; set cellFontSize(a: number); private fc; get cellFontStyle(): string; set cellFontStyle(a: string); private fd; get cellFontWeight(): string; set cellFontWeight(a: string); private hl; get sectionHeaderBackground(): string; set sectionHeaderBackground(a: string); private hq; get sectionHeaderTextColor(): string; set sectionHeaderTextColor(a: string); private hm; get sectionHeaderFontFamily(): string; set sectionHeaderFontFamily(a: string); private dl; get sectionHeaderFontSize(): number; set sectionHeaderFontSize(a: number); private hn; get sectionHeaderFontStyle(): string; set sectionHeaderFontStyle(a: string); private ho; get sectionHeaderFontWeight(): string; set sectionHeaderFontWeight(a: string); private h3; get summaryRootLabelFontFamily(): string; set summaryRootLabelFontFamily(a: string); private dm; get summaryRootLabelFontSize(): number; set summaryRootLabelFontSize(a: number); private h4; get summaryRootLabelFontStyle(): string; set summaryRootLabelFontStyle(a: string); private h5; get summaryRootLabelFontWeight(): string; set summaryRootLabelFontWeight(a: string); private ie; get summarySectionLabelFontFamily(): string; set summarySectionLabelFontFamily(a: string); private dp; get summarySectionLabelFontSize(): number; set summarySectionLabelFontSize(a: number); private ig; get summarySectionLabelFontStyle(): string; set summarySectionLabelFontStyle(a: string); private ih; get summarySectionLabelFontWeight(): string; set summarySectionLabelFontWeight(a: string); private ib; get summaryRootValueTextColor(): string; set summaryRootValueTextColor(a: string); private h8; get summaryRootValueFontFamily(): string; set summaryRootValueFontFamily(a: string); private dn; get summaryRootValueFontSize(): number; set summaryRootValueFontSize(a: number); private h9; get summaryRootValueFontStyle(): string; set summaryRootValueFontStyle(a: string); private ia; get summaryRootValueFontWeight(): string; set summaryRootValueFontWeight(a: string); private ik; get summarySectionValueFontFamily(): string; set summarySectionValueFontFamily(a: string); private dq; get summarySectionValueFontSize(): number; set summarySectionValueFontSize(a: number); private il; get summarySectionValueFontStyle(): string; set summarySectionValueFontStyle(a: string); private im; get summarySectionValueFontWeight(): string; set summarySectionValueFontWeight(a: string); private io; get summarySectionValueTextColor(): string; set summarySectionValueTextColor(a: string); private h6; get summaryRootLabelTextColor(): string; set summaryRootLabelTextColor(a: string); private ii; get summarySectionLabelTextColor(): string; set summarySectionLabelTextColor(a: string); private h7; get summaryRootSelectedBackground(): string; set summaryRootSelectedBackground(a: string); private ij; get summarySectionSelectedBackground(): string; set summarySectionSelectedBackground(a: string); private en; get pinnedAreaSeparatorWidth(): number; set pinnedAreaSeparatorWidth(a: number); private el; get headerSeparatorWidth(): number; set headerSeparatorWidth(a: number); private gw; get headerSeparatorBackground(): string; set headerSeparatorBackground(a: string); private gq; get headerBackground(): string; set headerBackground(a: string); private gz; get headerTextColor(): string; set headerTextColor(a: string); private gs; get headerFontFamily(): string; set headerFontFamily(a: string); private dj; get headerFontSize(): number; set headerFontSize(a: number); private gt; get headerFontStyle(): string; set headerFontStyle(a: string); private gu; get headerFontWeight(): string; set headerFontWeight(a: string); private hf; get rowSeparatorBackground(): string; set rowSeparatorBackground(a: string); private gv; get headerRowSeparatorBackground(): string; set headerRowSeparatorBackground(a: string); private hi; get rowSeparatorStickyRowBackground(): string; set rowSeparatorStickyRowBackground(a: string); private hg; get rowSeparatorLastStickyRowBackground(): string; set rowSeparatorLastStickyRowBackground(a: string); private hh; get rowSeparatorPinnedRowBackground(): string; set rowSeparatorPinnedRowBackground(a: string); private ej; get columnResizingSeparatorWidth(): number; set columnResizingSeparatorWidth(a: number); private c7; get columnResizingSeparatorOpacity(): number; set columnResizingSeparatorOpacity(a: number); private ei; get columnMovingSeparatorWidth(): number; set columnMovingSeparatorWidth(a: number); private c6; get columnMovingSeparatorOpacity(): number; set columnMovingSeparatorOpacity(a: number); private f0; get columnResizingSeparatorBackground(): string; set columnResizingSeparatorBackground(a: string); private fs; get columnMovingSeparatorBackground(): string; set columnMovingSeparatorBackground(a: string); private b7; get shiftSectionContent(): boolean; set shiftSectionContent(a: boolean); private ft; get columnOptionsIconAlignment(): string; set columnOptionsIconAlignment(a: string); private fv; get columnOptionsIconColor(): string; set columnOptionsIconColor(a: string); private fu; get columnOptionsIconBehavior(): string; set columnOptionsIconBehavior(a: string); private e5; get border(): string; set border(a: string); private c1; get borderWidthBottom(): number; set borderWidthBottom(a: number); private c2; get borderWidthLeft(): number; set borderWidthLeft(a: number); private c3; get borderWidthRight(): number; set borderWidthRight(a: number); private c4; get borderWidthTop(): number; set borderWidthTop(a: number); private b3; get notifyOnAllSelectionChanges(): boolean; set notifyOnAllSelectionChanges(a: boolean); private c9; get cornerRadiusBottomRight(): number; set cornerRadiusBottomRight(a: number); private c8; get cornerRadiusBottomLeft(): number; set cornerRadiusBottomLeft(a: number); private da; get cornerRadiusTopLeft(): number; set cornerRadiusTopLeft(a: number); private db; get cornerRadiusTopRight(): number; set cornerRadiusTopRight(a: number); private bn; get isActiveCellStyleEnabled(): boolean; set isActiveCellStyleEnabled(a: boolean); private s; get responsiveStates(): ResponsiveStateDescription[]; set responsiveStates(a: ResponsiveStateDescription[]); private n; get initialSortDescriptions(): ColumnSortDescriptionDescription[]; set initialSortDescriptions(a: ColumnSortDescriptionDescription[]); private m; get initialGroupDescriptions(): ColumnGroupDescriptionDescription[]; set initialGroupDescriptions(a: ColumnGroupDescriptionDescription[]); private o; get initialSummaryDescriptions(): ColumnSummaryDescriptionDescription[]; set initialSummaryDescriptions(a: ColumnSummaryDescriptionDescription[]); private g2; get initialSorts(): string; set initialSorts(a: string); private g1; get initialGroups(): string; set initialGroups(a: string); private g3; get initialSummaries(): string; set initialSummaries(a: string); private x; get sortDescriptions(): ColumnSortDescriptionDescription[]; set sortDescriptions(a: ColumnSortDescriptionDescription[]); private l; get groupDescriptions(): ColumnGroupDescriptionDescription[]; set groupDescriptions(a: ColumnGroupDescriptionDescription[]); private k; get filterExpressions(): FilterExpressionDescription[]; set filterExpressions(a: FilterExpressionDescription[]); private y; get summaryDescriptions(): ColumnSummaryDescriptionDescription[]; set summaryDescriptions(a: ColumnSummaryDescriptionDescription[]); private ic; get summaryScope(): string; set summaryScope(a: string); private bs; get isGroupCollapsable(): boolean; set isGroupCollapsable(a: boolean); private go; get groupHeaderDisplayMode(): string; set groupHeaderDisplayMode(a: string); private bt; get isGroupExpandedDefault(): boolean; set isGroupExpandedDefault(a: boolean); private gp; get groupSummaryDisplayMode(): string; set groupSummaryDisplayMode(a: string); private bi; get autoAcceptEdits(): boolean; set autoAcceptEdits(a: boolean); private r; get primaryKey(): string[]; set primaryKey(a: string[]); private g; get actualPrimaryKey(): string[]; set actualPrimaryKey(a: string[]); private f; get actualColumns(): DataGridColumnDescription[]; set actualColumns(a: DataGridColumnDescription[]); private i; get columns(): DataGridColumnDescription[]; set columns(a: DataGridColumnDescription[]); private b6; get reactsToSortChanges(): boolean; set reactsToSortChanges(a: boolean); private b5; get reactsToGroupChanges(): boolean; set reactsToGroupChanges(a: boolean); private b4; get reactsToFilterChanges(): boolean; set reactsToFilterChanges(a: boolean); private gg; get enterBehavior(): string; set enterBehavior(a: string); private gh; get enterBehaviorAfterEdit(): string; set enterBehaviorAfterEdit(a: string); private bq; get isColumnOptionsSummariesEnabled(): boolean; set isColumnOptionsSummariesEnabled(a: boolean); private bp; get isColumnOptionsGroupingEnabled(): boolean; set isColumnOptionsGroupingEnabled(a: boolean); private g6; get mergedCellMode(): string; set mergedCellMode(a: string); private g5; get mergedCellEvaluationCriteria(): string; set mergedCellEvaluationCriteria(a: string); private g7; get mergedCellVerticalAlignment(): string; set mergedCellVerticalAlignment(a: string); private gm; get filterUIType(): string; set filterUIType(a: string); private gl; get filterLogicalOperator(): string; set filterLogicalOperator(a: string); private gi; get filterComparisonType(): string; set filterComparisonType(a: string); private cz; get todayOverride(): Date; set todayOverride(a: Date); private bk; get clearSelectionOnEscape(): boolean; set clearSelectionOnEscape(a: boolean); private em; get pageSize(): number; set pageSize(a: number); private bz; get isToolbarColumnChooserVisible(): boolean; set isToolbarColumnChooserVisible(a: boolean); private b0; get isToolbarColumnPinningVisible(): boolean; set isToolbarColumnPinningVisible(a: boolean); private it; get toolbarTitle(): string; set toolbarTitle(a: string); private ip; get toolbarColumnChooserText(): string; set toolbarColumnChooserText(a: string); private iq; get toolbarColumnChooserTitle(): string; set toolbarColumnChooserTitle(a: string); private ir; get toolbarColumnPinningText(): string; set toolbarColumnPinningText(a: string); private is; get toolbarColumnPinningTitle(): string; set toolbarColumnPinningTitle(a: string); private hk; get scrollbarStyle(): string; set scrollbarStyle(a: string); private hj; get scrollbarBackground(): string; set scrollbarBackground(a: string); private bh; get allowCopyOperation(): boolean; set allowCopyOperation(a: boolean); private bl; get deferEventForRowDragSelection(): boolean; set deferEventForRowDragSelection(a: boolean); private gk; get filterExpressionsChangingRef(): string; set filterExpressionsChangingRef(a: string); private gj; get filterExpressionsChangedRef(): string; set filterExpressionsChangedRef(a: string); private fg; get cellPreviewPointerDownRef(): string; set cellPreviewPointerDownRef(a: string); private fh; get cellPreviewPointerUpRef(): string; set cellPreviewPointerUpRef(a: string); private fe; get cellPointerDownRef(): string; set cellPointerDownRef(a: string); private ff; get cellPointerUpRef(): string; set cellPointerUpRef(a: string); private e7; get cellClickedRef(): string; set cellClickedRef(a: string); private hz; get sortDescriptionsChangedRef(): string; set sortDescriptionsChangedRef(a: string); private gn; get groupDescriptionsChangedRef(): string; set groupDescriptionsChangedRef(a: string); private h1; get summaryDescriptionsChangedRef(): string; set summaryDescriptionsChangedRef(a: string); private fo; get columnHiddenChangedRef(): string; set columnHiddenChangedRef(a: string); private fw; get columnPinnedChangedRef(): string; set columnPinnedChangedRef(a: string); private fl; get cellValueChangingRef(): string; set cellValueChangingRef(a: string); private f5; get dataCommittedRef(): string; set dataCommittedRef(a: string); private f6; get dataCommittingRef(): string; set dataCommittingRef(a: string); private hy; get sizeChangedRef(): string; set sizeChangedRef(a: string); private e2; get actualColumnsChangedRef(): string; set actualColumnsChangedRef(a: string); private f1; get columnsAutoGeneratedRef(): string; set columnsAutoGeneratedRef(a: string); private ht; get selectedItemsChangedRef(): string; set selectedItemsChangedRef(a: string); private hu; get selectedKeysChangedRef(): string; set selectedKeysChangedRef(a: string); private hs; get selectedCellsChangedRef(): string; set selectedCellsChangedRef(a: string); private hw; get selectionChangedRef(): string; set selectionChangedRef(a: string); private e1; get activeCellChangedRef(): string; set activeCellChangedRef(a: string); private hr; get selectedCellRangesChangedRef(): string; set selectedCellRangesChangedRef(a: string); private f3; get columnWidthChangedRef(): string; set columnWidthChangedRef(a: string); private fa; get cellEditStartedRef(): string; set cellEditStartedRef(a: string); private e9; get cellEditEndedRef(): string; set cellEditEndedRef(a: string); private ha; get rowEditStartedRef(): string; set rowEditStartedRef(a: string); private g9; get rowEditEndedRef(): string; set rowEditEndedRef(a: string); private f4; get customFilterRequestedRef(): string; set customFilterRequestedRef(a: string); private e3; get actualPrimaryKeyChangeRef(): string; set actualPrimaryKeyChangeRef(a: string); }