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