UNPKG

@syncfusion/ej2-grids

Version:

Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel.

88 lines (87 loc) 2.35 kB
/** * Specifies class names */ import { FocusKeys } from './enum'; /** @hidden */ export declare const rowCell: string; /** @hidden */ export declare const gridHeader: string; /** @hidden */ export declare const gridContent: string; /** @hidden */ export declare const gridFooter: string; /** @hidden */ export declare const headerContent: string; /** @hidden */ export declare const movableContent: string; /** @hidden */ export declare const movableHeader: string; /** @hidden */ export declare const frozenContent: string; /** @hidden */ export declare const frozenHeader: string; /** @hidden */ export declare const content: string; /** @hidden */ export declare const table: string; /** @hidden */ export declare const row: string; /** @hidden */ export declare const gridChkBox: string; /** @hidden */ export declare const editedRow: string; /** @hidden */ export declare const addedRow: string; /** @hidden */ export declare const groupCaptionRow: string; /** * Specifies repeated strings */ /** @hidden */ export declare const changedRecords: string; /** @hidden */ export declare const addedRecords: string; /** @hidden */ export declare const deletedRecords: string; /** @hidden */ export declare const leftRight: string; /** @hidden */ export declare const frozenRight: string; /** @hidden */ export declare const frozenLeft: string; /** @hidden */ export declare const ariaColIndex: string; /** @hidden */ export declare const ariaRowIndex: string; /** @hidden */ export declare const tbody: string; /** @hidden */ export declare const colGroup: string; /** @hidden */ export declare const open: string; /** @hidden */ export declare const change: string; /** @hidden */ export declare const focus: string; /** @hidden */ export declare const create: string; /** @hidden */ export declare const beforeOpen: string; /** @hidden */ export declare const downArrow: FocusKeys; /** @hidden */ export declare const upArrow: FocusKeys; /** @hidden */ export declare const pageUp: FocusKeys; /** @hidden */ export declare const pageDown: FocusKeys; /** @hidden */ export declare const enter: FocusKeys; /** @hidden */ export declare const shiftEnter: FocusKeys; /** @hidden */ export declare const tab: FocusKeys; /** @hidden */ export declare const shiftTab: FocusKeys; /** @hidden */ export declare const initialFrozenColumnIndex: string;