UNPKG

igniteui-react-core

Version:
826 lines (825 loc) 29.3 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 { BaseGenericDataSourceDescription } from "./BaseGenericDataSourceDescription"; 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 j3; get width(): string; set width(a: string); private h6; get height(): string; set height(a: string); private bz; get isGroupByAreaVisible(): boolean; set isGroupByAreaVisible(a: boolean); private b4; get isPagerVisible(): boolean; set isPagerVisible(a: boolean); private b9; get isToolbarVisible(): boolean; set isToolbarVisible(a: boolean); protected get_type(): string; get type(): string; constructor(); private jx; get theme(): string; set theme(a: string); private g3; get columnResizingMode(): string; set columnResizingMode(a: string); private gf; get columnMovingMode(): string; set columnMovingMode(a: string); private b6; get isRowHoverEnabled(): boolean; set isRowHoverEnabled(a: boolean); private ik; get rowHoverBackground(): string; set rowHoverBackground(a: string); private il; get rowHoverTextColor(): string; set rowHoverTextColor(a: string); private hj; get editRowBorder(): string; set editRowBorder(a: string); private dv; get editRowBorderWidthBottom(): number; set editRowBorderWidthBottom(a: number); private dw; get editRowBorderWidthLeft(): number; set editRowBorderWidthLeft(a: number); private dx; get editRowBorderWidthRight(): number; set editRowBorderWidthRight(a: number); private dy; get editRowBorderWidthTop(): number; set editRowBorderWidthTop(a: number); private bi; get sectionHeader(): SectionHeaderDescription; set sectionHeader(a: SectionHeaderDescription); private bk; get summaryRowRoot(): SummaryRowRootDescription; set summaryRowRoot(a: SummaryRowRootDescription); private bm; get summaryRowSection(): SummaryRowSectionDescription; set summaryRowSection(a: SummaryRowSectionDescription); private bg; get rowSeparator(): RowSeparatorDescription; set rowSeparator(a: RowSeparatorDescription); private ba; get headerRowSeparator(): HeaderRowSeparatorDescription; set headerRowSeparator(a: HeaderRowSeparatorDescription); private bc; get headerSeparator(): HeaderSeparatorDescription; set headerSeparator(a: HeaderSeparatorDescription); private a4; get columnResizingSeparator(): ColumnResizingSeparatorDescription; set columnResizingSeparator(a: ColumnResizingSeparatorDescription); private a2; get columnMovingSeparator(): ColumnMovingSeparatorDescription; set columnMovingSeparator(a: ColumnMovingSeparatorDescription); private be; get pinnedAreaSeparator(): PinnedAreaSeparatorDescription; set pinnedAreaSeparator(a: PinnedAreaSeparatorDescription); private m; get autoGenerateDesiredProperties(): string[]; set autoGenerateDesiredProperties(a: string[]); private o; get dataSourceDesiredProperties(): string[]; set dataSourceDesiredProperties(a: string[]); private hd; get density(): string; set density(a: string); private ey; get actualRowHeight(): number; set actualRowHeight(a: number); private e7; get rowHeight(): number; set rowHeight(a: number); private ds; get defaultColumnMinWidth(): number; set defaultColumnMinWidth(a: number); private ex; get actualHeaderHeight(): number; set actualHeaderHeight(a: number); private e2; get headerHeight(): number; set headerHeight(a: number); private hb; get dataSourceRef(): string; set dataSourceRef(a: string); private ay; get dataSource(): BaseDataSourceDescription; set dataSource(a: BaseDataSourceDescription); private a0; get genericDataSource(): BaseGenericDataSourceDescription; set genericDataSource(a: BaseGenericDataSourceDescription); private hx; get headerClickAction(): string; set headerClickAction(a: string); private hh; get editMode(): string; set editMode(a: string); private hi; get editModeClickAction(): string; set editModeClickAction(a: string); private bt; get editOnKeyPress(): boolean; set editOnKeyPress(a: boolean); private bq; get autoGenerateColumns(): boolean; set autoGenerateColumns(a: boolean); private e8; get rowSeparatorHeight(): number; set rowSeparatorHeight(a: number); private b5; get isPlaceholderRenderingEnabled(): boolean; set isPlaceholderRenderingEnabled(a: boolean); private ga; get columnAddingAnimationMode(): string; set columnAddingAnimationMode(a: string); private g1; get columnPropertyUpdatingAnimationMode(): string; set columnPropertyUpdatingAnimationMode(a: string); private fv; get cellDataLoadedAnimationMode(): string; set cellDataLoadedAnimationMode(a: string); private im; get rowSelectionAnimationMode(): string; set rowSelectionAnimationMode(a: string); private ij; get rowHoverAnimationMode(): string; set rowHoverAnimationMode(a: string); private f7; get cellSelectionAnimationMode(): string; set cellSelectionAnimationMode(a: string); private a6; get animationSettings(): GridAnimationSettingsDescription; set animationSettings(a: GridAnimationSettingsDescription); private g2; get columnResizingAnimationMode(): string; set columnResizingAnimationMode(a: string); private g6; get columnShowingAnimationMode(): string; set columnShowingAnimationMode(a: string); private ge; get columnMovingAnimationMode(): string; set columnMovingAnimationMode(a: string); private gd; get columnHidingAnimationMode(): string; set columnHidingAnimationMode(a: string); private gb; get columnExchangingAnimationMode(): string; set columnExchangingAnimationMode(a: string); private i7; get selectionMode(): string; set selectionMode(a: string); private fl; get activationMode(): string; set activationMode(a: string); private i5; get selectionBehavior(): string; set selectionBehavior(a: string); private ca; get mouseDragSelectionEnabled(): boolean; set mouseDragSelectionEnabled(a: boolean); private aa; get selectedItems(): any[]; set selectedItems(a: any[]); private ab; get selectedKeys(): PrimaryKeyValueDescription[]; set selectedKeys(a: PrimaryKeyValueDescription[]); private z; get selectedCells(): CellKeyDescription[]; set selectedCells(a: CellKeyDescription[]); private y; get selectedCellRanges(): CellRangeDescription[]; set selectedCellRanges(a: CellRangeDescription[]); private u; get pinnedItems(): any[]; set pinnedItems(a: any[]); private v; get pinnedKeys(): PrimaryKeyValueDescription[]; set pinnedKeys(a: PrimaryKeyValueDescription[]); private bw; get isColumnOptionsEnabled(): boolean; set isColumnOptionsEnabled(a: boolean); private ch; get useNewerColumnOptionsMenu(): boolean; set useNewerColumnOptionsMenu(a: boolean); private b2; get isGroupRowSticky(): boolean; set isGroupRowSticky(a: boolean); private b3; get isHeaderSeparatorVisible(): boolean; set isHeaderSeparatorVisible(a: boolean); private f5; get cellSelectedBackground(): string; set cellSelectedBackground(a: string); private f6; get cellSelectedTextColor(): string; set cellSelectedTextColor(a: string); private iz; get sectionHeaderSelectedBackground(): string; set sectionHeaderSelectedBackground(a: string); private jc; get summaryRootBackground(): string; set summaryRootBackground(a: string); private jn; get summarySectionBackground(): string; set summarySectionBackground(a: string); private d0; get pinnedRowOpacity(): number; set pinnedRowOpacity(a: number); private he; get editFontFamily(): string; set editFontFamily(a: string); private dt; get editFontSize(): number; set editFontSize(a: number); private hf; get editFontStyle(): string; set editFontStyle(a: string); private hg; get editFontWeight(): string; set editFontWeight(a: string); private du; get editOpacity(): number; set editOpacity(a: number); private hc; get deletedTextColor(): string; set deletedTextColor(a: string); private ja; get stickyRowBackground(): string; set stickyRowBackground(a: string); private ie; get pinnedRowBackground(): string; set pinnedRowBackground(a: string); private ia; get lastStickyRowBackground(): string; set lastStickyRowBackground(a: string); private a8; get activeCell(): GridCellPositionDescription; set activeCell(a: GridCellPositionDescription); private ft; get cellBackground(): string; set cellBackground(a: string); private f8; get cellTextColor(): string; set cellTextColor(a: string); private h3; get headerSortIndicatorColor(): string; set headerSortIndicatorColor(a: string); private h4; get headerSortIndicatorStyle(): string; set headerSortIndicatorStyle(a: string); private fy; get cellFontFamily(): string; set cellFontFamily(a: string); private di; get cellFontSize(): number; set cellFontSize(a: number); private fz; get cellFontStyle(): string; set cellFontStyle(a: string); private f0; get cellFontWeight(): string; set cellFontWeight(a: string); private iu; get sectionHeaderBackground(): string; set sectionHeaderBackground(a: string); private i0; get sectionHeaderTextColor(): string; set sectionHeaderTextColor(a: string); private iv; get sectionHeaderExpansionIndicatorIconColor(): string; set sectionHeaderExpansionIndicatorIconColor(a: string); private iw; get sectionHeaderFontFamily(): string; set sectionHeaderFontFamily(a: string); private d1; get sectionHeaderFontSize(): number; set sectionHeaderFontSize(a: number); private ix; get sectionHeaderFontStyle(): string; set sectionHeaderFontStyle(a: string); private iy; get sectionHeaderFontWeight(): string; set sectionHeaderFontWeight(a: string); private jd; get summaryRootLabelFontFamily(): string; set summaryRootLabelFontFamily(a: string); private d2; get summaryRootLabelFontSize(): number; set summaryRootLabelFontSize(a: number); private je; get summaryRootLabelFontStyle(): string; set summaryRootLabelFontStyle(a: string); private jf; get summaryRootLabelFontWeight(): string; set summaryRootLabelFontWeight(a: string); private jo; get summarySectionLabelFontFamily(): string; set summarySectionLabelFontFamily(a: string); private d4; get summarySectionLabelFontSize(): number; set summarySectionLabelFontSize(a: number); private jp; get summarySectionLabelFontStyle(): string; set summarySectionLabelFontStyle(a: string); private jq; get summarySectionLabelFontWeight(): string; set summarySectionLabelFontWeight(a: string); private jl; get summaryRootValueTextColor(): string; set summaryRootValueTextColor(a: string); private ji; get summaryRootValueFontFamily(): string; set summaryRootValueFontFamily(a: string); private d3; get summaryRootValueFontSize(): number; set summaryRootValueFontSize(a: number); private jj; get summaryRootValueFontStyle(): string; set summaryRootValueFontStyle(a: string); private jk; get summaryRootValueFontWeight(): string; set summaryRootValueFontWeight(a: string); private jt; get summarySectionValueFontFamily(): string; set summarySectionValueFontFamily(a: string); private d5; get summarySectionValueFontSize(): number; set summarySectionValueFontSize(a: number); private ju; get summarySectionValueFontStyle(): string; set summarySectionValueFontStyle(a: string); private jv; get summarySectionValueFontWeight(): string; set summarySectionValueFontWeight(a: string); private jw; get summarySectionValueTextColor(): string; set summarySectionValueTextColor(a: string); private jg; get summaryRootLabelTextColor(): string; set summaryRootLabelTextColor(a: string); private jr; get summarySectionLabelTextColor(): string; set summarySectionLabelTextColor(a: string); private jh; get summaryRootSelectedBackground(): string; set summaryRootSelectedBackground(a: string); private js; get summarySectionSelectedBackground(): string; set summarySectionSelectedBackground(a: string); private e6; get pinnedAreaSeparatorWidth(): number; set pinnedAreaSeparatorWidth(a: number); private e3; get headerSeparatorWidth(): number; set headerSeparatorWidth(a: number); private h2; get headerSeparatorBackground(): string; set headerSeparatorBackground(a: string); private hw; get headerBackground(): string; set headerBackground(a: string); private h5; get headerTextColor(): string; set headerTextColor(a: string); private hy; get headerFontFamily(): string; set headerFontFamily(a: string); private dz; get headerFontSize(): number; set headerFontSize(a: number); private hz; get headerFontStyle(): string; set headerFontStyle(a: string); private h0; get headerFontWeight(): string; set headerFontWeight(a: string); private io; get rowSeparatorBackground(): string; set rowSeparatorBackground(a: string); private h1; get headerRowSeparatorBackground(): string; set headerRowSeparatorBackground(a: string); private ir; get rowSeparatorStickyRowBackground(): string; set rowSeparatorStickyRowBackground(a: string); private ip; get rowSeparatorLastStickyRowBackground(): string; set rowSeparatorLastStickyRowBackground(a: string); private iq; get rowSeparatorPinnedRowBackground(): string; set rowSeparatorPinnedRowBackground(a: string); private e1; get columnResizingSeparatorWidth(): number; set columnResizingSeparatorWidth(a: number); private dm; get columnResizingSeparatorOpacity(): number; set columnResizingSeparatorOpacity(a: number); private ez; get columnMovingSeparatorWidth(): number; set columnMovingSeparatorWidth(a: number); private dj; get columnMovingSeparatorOpacity(): number; set columnMovingSeparatorOpacity(a: number); private g4; get columnResizingSeparatorBackground(): string; set columnResizingSeparatorBackground(a: string); private gg; get columnMovingSeparatorBackground(): string; set columnMovingSeparatorBackground(a: string); private cf; get shiftSectionContent(): boolean; set shiftSectionContent(a: boolean); private gt; get columnOptionsIconAlignment(): string; set columnOptionsIconAlignment(a: string); private gv; get columnOptionsIconColor(): string; set columnOptionsIconColor(a: string); private gu; get columnOptionsIconBehavior(): string; set columnOptionsIconBehavior(a: string); private fo; get actualBorder(): string; set actualBorder(a: string); private fs; get border(): string; set border(a: string); private de; get borderWidthBottom(): number; set borderWidthBottom(a: number); private df; get borderWidthLeft(): number; set borderWidthLeft(a: number); private dg; get borderWidthRight(): number; set borderWidthRight(a: number); private dh; get borderWidthTop(): number; set borderWidthTop(a: number); private cb; get notifyOnAllSelectionChanges(): boolean; set notifyOnAllSelectionChanges(a: boolean); private dp; get cornerRadiusBottomRight(): number; set cornerRadiusBottomRight(a: number); private dn; get cornerRadiusBottomLeft(): number; set cornerRadiusBottomLeft(a: number); private dq; get cornerRadiusTopLeft(): number; set cornerRadiusTopLeft(a: number); private dr; get cornerRadiusTopRight(): number; set cornerRadiusTopRight(a: number); private bv; get isActiveCellStyleEnabled(): boolean; set isActiveCellStyleEnabled(a: boolean); private cg; get stopPropagation(): boolean; set stopPropagation(a: boolean); private fn; get actualBackground(): string; set actualBackground(a: string); private fr; get background(): string; set background(a: string); private x; get responsiveStates(): ResponsiveStateDescription[]; set responsiveStates(a: ResponsiveStateDescription[]); private s; get initialSortDescriptions(): ColumnSortDescriptionDescription[]; set initialSortDescriptions(a: ColumnSortDescriptionDescription[]); private r; get initialGroupDescriptions(): ColumnGroupDescriptionDescription[]; set initialGroupDescriptions(a: ColumnGroupDescriptionDescription[]); private t; get initialSummaryDescriptions(): ColumnSummaryDescriptionDescription[]; set initialSummaryDescriptions(a: ColumnSummaryDescriptionDescription[]); private h8; get initialSorts(): string; set initialSorts(a: string); private h7; get initialGroups(): string; set initialGroups(a: string); private h9; get initialSummaries(): string; set initialSummaries(a: string); private ac; get sortDescriptions(): ColumnSortDescriptionDescription[]; set sortDescriptions(a: ColumnSortDescriptionDescription[]); private q; get groupDescriptions(): ColumnGroupDescriptionDescription[]; set groupDescriptions(a: ColumnGroupDescriptionDescription[]); private p; get filterExpressions(): FilterExpressionDescription[]; set filterExpressions(a: FilterExpressionDescription[]); private ad; get summaryDescriptions(): ColumnSummaryDescriptionDescription[]; set summaryDescriptions(a: ColumnSummaryDescriptionDescription[]); private jm; get summaryScope(): string; set summaryScope(a: string); private b0; get isGroupCollapsable(): boolean; set isGroupCollapsable(a: boolean); private hu; get groupHeaderDisplayMode(): string; set groupHeaderDisplayMode(a: string); private b1; get isGroupExpandedDefault(): boolean; set isGroupExpandedDefault(a: boolean); private bu; get expandCollapseOnSectionHeaderClick(): boolean; set expandCollapseOnSectionHeaderClick(a: boolean); private hv; get groupSummaryDisplayMode(): string; set groupSummaryDisplayMode(a: string); private bp; get autoAcceptEdits(): boolean; set autoAcceptEdits(a: boolean); private w; get primaryKey(): string[]; set primaryKey(a: string[]); private l; get actualPrimaryKey(): string[]; set actualPrimaryKey(a: string[]); private k; get actualColumns(): DataGridColumnDescription[]; set actualColumns(a: DataGridColumnDescription[]); private n; get columns(): DataGridColumnDescription[]; set columns(a: DataGridColumnDescription[]); private ce; get reactsToSortChanges(): boolean; set reactsToSortChanges(a: boolean); private cd; get reactsToGroupChanges(): boolean; set reactsToGroupChanges(a: boolean); private cc; get reactsToFilterChanges(): boolean; set reactsToFilterChanges(a: boolean); private hk; get enterBehavior(): string; set enterBehavior(a: string); private hl; get enterBehaviorAfterEdit(): string; set enterBehaviorAfterEdit(a: string); private by; get isColumnOptionsSummariesEnabled(): boolean; set isColumnOptionsSummariesEnabled(a: boolean); private bx; get isColumnOptionsGroupingEnabled(): boolean; set isColumnOptionsGroupingEnabled(a: boolean); private ic; get mergedCellMode(): string; set mergedCellMode(a: string); private ib; get mergedCellEvaluationCriteria(): string; set mergedCellEvaluationCriteria(a: string); private id; get mergedCellVerticalAlignment(): string; set mergedCellVerticalAlignment(a: string); private hs; get filterUIType(): string; set filterUIType(a: string); private hp; get filterLogicalOperator(): string; set filterLogicalOperator(a: string); private hm; get filterComparisonType(): string; set filterComparisonType(a: string); private dc; get todayOverride(): Date; set todayOverride(a: Date); private br; get clearSelectionOnEscape(): boolean; set clearSelectionOnEscape(a: boolean); private e5; get pageSize(): number; set pageSize(a: number); private b7; get isToolbarColumnChooserVisible(): boolean; set isToolbarColumnChooserVisible(a: boolean); private b8; get isToolbarColumnPinningVisible(): boolean; set isToolbarColumnPinningVisible(a: boolean); private j2; get toolbarTitle(): string; set toolbarTitle(a: string); private jy; get toolbarColumnChooserText(): string; set toolbarColumnChooserText(a: string); private jz; get toolbarColumnChooserTitle(): string; set toolbarColumnChooserTitle(a: string); private j0; get toolbarColumnPinningText(): string; set toolbarColumnPinningText(a: string); private j1; get toolbarColumnPinningTitle(): string; set toolbarColumnPinningTitle(a: string); private it; get scrollbarStyle(): string; set scrollbarStyle(a: string); private is; get scrollbarBackground(): string; set scrollbarBackground(a: string); private gi; get columnOptionsBackground(): string; set columnOptionsBackground(a: string); private gx; get columnOptionsTextColor(): string; set columnOptionsTextColor(a: string); private gj; get columnOptionsFontFamily(): string; set columnOptionsFontFamily(a: string); private dk; get columnOptionsFontSize(): number; set columnOptionsFontSize(a: number); private gk; get columnOptionsFontStyle(): string; set columnOptionsFontStyle(a: string); private gl; get columnOptionsFontWeight(): string; set columnOptionsFontWeight(a: string); private gs; get columnOptionsHoverBackgroundColor(): string; set columnOptionsHoverBackgroundColor(a: string); private gy; get columnOptionsToolTipBackgroundColor(): string; set columnOptionsToolTipBackgroundColor(a: string); private gz; get columnOptionsToolTipTextColor(): string; set columnOptionsToolTipTextColor(a: string); private gr; get columnOptionsHighlightColor(): string; set columnOptionsHighlightColor(a: string); private gw; get columnOptionsSeparatorColor(): string; set columnOptionsSeparatorColor(a: string); private gm; get columnOptionsGroupHeaderBackground(): string; set columnOptionsGroupHeaderBackground(a: string); private gq; get columnOptionsGroupHeaderTextColor(): string; set columnOptionsGroupHeaderTextColor(a: string); private gn; get columnOptionsGroupHeaderFontFamily(): string; set columnOptionsGroupHeaderFontFamily(a: string); private dl; get columnOptionsGroupHeaderFontSize(): number; set columnOptionsGroupHeaderFontSize(a: number); private go; get columnOptionsGroupHeaderFontStyle(): string; set columnOptionsGroupHeaderFontStyle(a: string); private gp; get columnOptionsGroupHeaderFontWeight(): string; set columnOptionsGroupHeaderFontWeight(a: string); private gh; get columnOptionsAccentColor(): string; set columnOptionsAccentColor(a: string); private e0; get columnOptionsRowHeight(): number; set columnOptionsRowHeight(a: number); private bo; get allowCopyOperation(): boolean; set allowCopyOperation(a: boolean); private e4; get maxSelectedCellRanges(): number; set maxSelectedCellRanges(a: number); private bs; get deferEventForRowDragSelection(): boolean; set deferEventForRowDragSelection(a: boolean); private ho; get filterExpressionsChangingRef(): string; set filterExpressionsChangingRef(a: string); private hn; get filterExpressionsChangedRef(): string; set filterExpressionsChangedRef(a: string); private f3; get cellPreviewPointerDownRef(): string; set cellPreviewPointerDownRef(a: string); private f4; get cellPreviewPointerUpRef(): string; set cellPreviewPointerUpRef(a: string); private f1; get cellPointerDownRef(): string; set cellPointerDownRef(a: string); private f2; get cellPointerUpRef(): string; set cellPointerUpRef(a: string); private fu; get cellClickedRef(): string; set cellClickedRef(a: string); private hq; get filterRowDataBindingRef(): string; set filterRowDataBindingRef(a: string); private hr; get filterRowDataBoundRef(): string; set filterRowDataBoundRef(a: string); private i9; get sortDescriptionsChangedRef(): string; set sortDescriptionsChangedRef(a: string); private ht; get groupDescriptionsChangedRef(): string; set groupDescriptionsChangedRef(a: string); private jb; get summaryDescriptionsChangedRef(): string; set summaryDescriptionsChangedRef(a: string); private gc; get columnHiddenChangedRef(): string; set columnHiddenChangedRef(a: string); private g0; get columnPinnedChangedRef(): string; set columnPinnedChangedRef(a: string); private f9; get cellValueChangingRef(): string; set cellValueChangingRef(a: string); private g9; get dataCommittedRef(): string; set dataCommittedRef(a: string); private ha; get dataCommittingRef(): string; set dataCommittingRef(a: string); private ig; get rootSummariesChangedRef(): string; set rootSummariesChangedRef(a: string); private i8; get sizeChangedRef(): string; set sizeChangedRef(a: string); private fp; get actualColumnsChangedRef(): string; set actualColumnsChangedRef(a: string); private g5; get columnsAutoGeneratedRef(): string; set columnsAutoGeneratedRef(a: string); private i3; get selectedItemsChangedRef(): string; set selectedItemsChangedRef(a: string); private i4; get selectedKeysChangedRef(): string; set selectedKeysChangedRef(a: string); private i2; get selectedCellsChangedRef(): string; set selectedCellsChangedRef(a: string); private i6; get selectionChangedRef(): string; set selectionChangedRef(a: string); private fm; get activeCellChangedRef(): string; set activeCellChangedRef(a: string); private i1; get selectedCellRangesChangedRef(): string; set selectedCellRangesChangedRef(a: string); private g7; get columnWidthChangedRef(): string; set columnWidthChangedRef(a: string); private fx; get cellEditStartedRef(): string; set cellEditStartedRef(a: string); private fw; get cellEditEndedRef(): string; set cellEditEndedRef(a: string); private ii; get rowEditStartedRef(): string; set rowEditStartedRef(a: string); private ih; get rowEditEndedRef(): string; set rowEditEndedRef(a: string); private g8; get customFilterRequestedRef(): string; set customFilterRequestedRef(a: string); private fq; get actualPrimaryKeyChangeRef(): string; set actualPrimaryKeyChangeRef(a: string); }